/* 上書き */


input,a {
	transition: none;
}

.select_style {
	border: solid 1px #6482a0;
	/*height: 40px;*/
	height: calc(15px + 1.5em);
	font-family: inherit;
	font-size: 15px;
}

@media only screen and (max-width: 648px) {
	.select_style {
		height: calc(15px + 2.0em);
	}

	.input_style_superSmall {
		padding: 0.75em;
	}
}

.ly_body_column1 .ly_main {
	max-width: 800px;
}


/*
.ly_head .ly_head_inner .bl_headLogo {
	width: 172px;
	padding-top: 33px;

}

@media screen and (max-width: 1007px) {
	.ly_head .ly_head_inner .bl_headLogo {
		width: 133px;
		padding: 17px 0;

	}
}
*/

.ly_head.is_fixed .ly_head_inner .bl_headLogo {
	width: 133px;
}

.ly_head.is_fixed {
	max-width: 100%;
}

.ly_head .ly_head_inner .bl_headLogo > span {
	position: relative;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/assets/images/head_logo.png) 0 0 no-repeat;
	background-size: 100% auto;
	display: block;
	transition: none;
}


/* 見出し */
.el_ttlLv2_type2:before {
	background: none;
}

.el_ttlLv2_type2 {
	border-bottom: none;
}

/* ボタン */
.el_btn_request2_wrapper .el_btn_request2:first-child {
    margin-left: 10px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2_wrapper .el_btn_request2:first-child {
		margin-left: 0px;
	}
}

.el_btn_request2 {
	float:right!important;
	width:auto;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 {
		float:none!important;
		width:auto;
	}
}

.el_btn_request2 .goBack {
    background-color: #ccc;
    border: solid 1px #ccc;
    margin: 30px 0px 0 auto;
    padding: 0px 50px;
    border-radius: 3px;
    width: 250px;
}

.el_btn_request2 .goBack:hover {
    background-color: #ccc;
    border: solid 1px #ccc;
    color: #333;
    margin: 30px 0px 0 auto;
    padding: 0px 50px;
    border-radius: 3px;
    width: 250px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 .goBack {
		width: 250px;
	}
	.el_btn_request2 .goBack:hover {
		margin: 30px 0 0 auto;
		border-radius: 3px;
	}
}

.el_btn_request2 .goNext {
	color: #fff!important;
	background: #0051a4!important;
	/*background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139));
	background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 );
	*/
	border-color: #0051a4!important;
	border-radius: 0.25em!important;
	width: 400px;
}

.el_btn_request2 .goNext:hover {
	background: #5cc1eb!important;
	color: #fff!important;
	text-decoration: none;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;*/
	border-color: #5cc1eb!important;
	border-radius: 0.25em!important;
	cursor: pointer;
	width: 400px;
}

@media only screen and (max-width: 648px) {
	.el_btn_request2 .goNext {
		border-width: 1px;
		border-style: solid;
		width: 250px;
	}
	.el_btn_request2 .goNext:hover {
		margin: 30px auto 0 0;
		width: 250px;
}
}
@media only screen and (max-width: 647px) {
    .ly_body_column2 {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 320px) {
    .hp_smallSpNone {
        display:none!important;
    }
}
.ly_main{
max-width:1180px !important;
}
/* additional 20210528*/
.desc_item{
	display: block;
	margin: 1em 1.5em 0 0;
	font-size: 85%;
}
label.document__label {
	margin-top: 0.4em !important;
	margin-bottom: 0.4em !important;
}
.wrap_img_box{
	margin-top: 2em;
	display: block;

}
.wrap_img_box > .img_box{
	width: 80%;
	text-align: left;
	display: flex;
	justify-content: left;
	margin-left:20%;
}
.wrap_img_box > .img_qc_4{
				line-height: 4em;
}
.wrap_img_box > .img_qc_4:before {
  content: url(/assets/images/app_icon_qc4.svg);
  display: inline-block;
  width: 4em;
  height: auto;
	margin-right:1em;
}
.wrap_img_box > .img_qc_3{
				line-height: 3.5em;
}
.wrap_img_box > .img_qc_3:before {
  content: url(/assets/images/app_icon_qc3.svg);
  display: inline-block;
	width: 3.5em;
  height: auto;
		margin-right:1.5em;
}


/* コピーライト */
.bl_copy:before {
	content: "© Macromill, Inc.";
	width: 30px;
}
