@media screen and (min-width: 769px){
	main .page_headline{
		background: linear-gradient(180deg, rgba(0, 140, 214, .9), rgba(29, 76, 145, .9)), url(../img/program/mv.jpg) center center/cover no-repeat;
	}
	main .wrapper{
		background-color: #f5f5f5;
		/* padding: 120px 200px; */
	}
	main .wrapper_2col{
		display: flex;
	}
	main .wrapper_2col *{
		box-sizing: border-box;
	}
	main .wrapper_2col .left{
		width: 50%;
	}
	main .wrapper_2col .contact__text{
		width: 500px;
		margin: 105px 87px 0 auto;
	}
	.trialMain>h2{
		font-size: 3.5rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 45px;
		text-align: center;
		color: #1d4c91;
	}
	.trialMain .inner p{
		font-size: 2rem;
		font-weight: 600;
		line-height: 2;
		text-align: center;
	}
	.trialMain .inner header{
		position: static;
	}
	.trialMain .inner header::after{
		display: block;
		width: 162px;
		height: 129px;
		margin: 20px auto 0;
		content: '';
		background: url('../img/trial/trial_img.png') no-repeat center center;
	}
	.trialMain .inner header h2{
		font-size: 3.5rem;
		font-weight: bold;
		line-height: 1.42;
		margin-bottom: 20px;
		text-align: center;
	}
	.trialMain .inner .boxSec{
		margin-top: 30px;
		padding: 40px 30px;
		background: #f6f6f6;
	}
	.trialMain .inner .boxSec h2{
		font-size: 2rem;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 30px;
		text-align: center;
		color: #1d4c91;
	}
	.trialMain .inner .boxSec ul{
		display: flex;

		flex-flow: row wrap;
		gap: 0 1em;
	}
	.trialMain .inner .boxSec ul li{
		font-size: 1.6rem;
		line-height: 1.68;
	}
	.trialMain .inner .boxSec ul li::before{
		content: '□';
	}
	.trialMain .inner .endText{
		margin-top: 30px;
	}
	.quoteMain>h2{
		font-size: 3rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 30px;
		color: #1d4c91;
	}
	.quoteMain .topText{
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.5;
	}
	.quoteMain .topText::after{
		display: block;
		width: 208px;
		height: 205px;
		margin: 40px auto 0;
		content: '';
		background: url('../img/quote/quote_ila.png') no-repeat center center;
	}
	.quoteMain .flow{
		margin-top: 40px;
		padding: 30px 27px;
		background: #f6f6f6;
	}
	.quoteMain .flow h2{
		font-size: 3rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 30px;
		color: #1d4c91;
	}
	.quoteMain .flow li{
		display: flex;

		align-items: center;
	}
	.quoteMain .flow li .num{
		font-size: 2.2rem;
		font-weight: 500;
		margin-right: 14px;
		color: #1d4c91;

		flex-shrink: 0;
	}
	.quoteMain .flow li .text{
		font-size: 1.6rem;
	}
	.quoteMain .flow li+li{
		margin-top: 20px;
	}
	main .wrapper_2col .contact__text .infomation{
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #333;
	}
	main .wrapper_2col .contact__text .infomation .text{
		margin-bottom: 20px;
		text-align: center;
	}
	main .wrapper_2col .contact__text .infomation .tel{
		margin-bottom: 24px;
		text-align: center;
	}
	main .wrapper_2col .contact__text .infomation .tel a{
		font-size: 4.0rem;
		font-weight: bold;
		color: #1d4c91;
	}
	main .wrapper_2col .contact__text .infomation .date{
		font-size: 1.4rem;
	}
	main .wrapper_2col .right{
		width: 50%;
		background-color: #f6f6f6;
	}
	main .wrapper_2col .contact__form{
		width: 574px;
		margin: 60px auto 110px 80px;
		padding: 50px 55px;
		background-color: #fff;
		box-shadow: 0 0 4px 4px rgb(0 0 0 / 12%);
	}
	main .wrapper_2col .contact__form .error{
		margin-bottom: 30px;
		color: #f00;
	}
	main .wrapper_2col .contact__form .step{
		display: flex;
		margin-bottom: 40px;

		justify-content: center;
	}
	main .wrapper_2col .contact__form .step .step_box{
		display: flex;
		text-align: center;

		align-items: center;
	}
	main .wrapper_2col .contact__form .step .step_box:not(:last-child):after{
		width: 45px;
		margin-top: -14px;
		content: '';
		border-top: 1px solid #b5b5b5;

		flex-grow: 1;
	}
	main .wrapper_2col .contact__form .step .step_count{
		display: flex;
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
		color: #b5b5b5;
		border: 1px solid #b5b5b5;
		border-radius: 50%;
		background-color: #fff;

		align-items: center;
		justify-content: center;
	}
	main .wrapper_2col .contact__form .step .current .step_count{
		color: #fff;
		border: none;
		background-color: #1d4c91;
	}
	main .wrapper_2col .contact__form .notice{
		margin-bottom: 32px;
	}
	main .wrapper_2col .contact__form .flex_formrow{
		display: flex;

		justify-content: space-between;
	}
	main .wrapper_2col .contact__form .flex_formrow .formrow{
		width: 48.5%;
	}
	main .wrapper_2col .contact__form .formrow{
		margin-bottom: 10px;
	}
	main .wrapper_2col .contact__form input[type=text],main .wrapper_2col .contact__form textarea{
		width: 100%;
		padding: 12px 15px;
		border: 1px solid #dde4ef;
		background-color: #f6f6f6;
	}
	main .wrapper_2col .contact__form input[type=checkbox]{
		cursor: pointer;
		border: 1px solid #dde4ef;
		background-color: #f6f6f6;
	}
	main .wrapper_2col .contact__form label{
		font-size: 1.4rem;
		line-height: 4;
		color: #777;
	}

	.formrow select{
		width: 100%;
		padding: 1rem;
		border: 1px solid #dde4ef;
		background: #f6f6f6;
	}
	main .wrapper_2col .contact__form .formrowCheckBox{
		margin-bottom: 10px;
		padding: 1rem;
		border: 1px solid #dde4ef;
		background: #f6f6f6;
	}
	main .wrapper_2col .contact__form .formrowCheckBox p{
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 5px;
		border: none;
	}
	main .wrapper_2col .contact__form .formrowCheckBox li+li{
		margin-top: 5px;
	}
	main .wrapper_2col .contact__form .formrowCheckBox li{
		display: flex;

		align-items: flex-start;
	}
	main .wrapper_2col .contact__form .formrowCheckBox label{
		font-size: 13px;
		line-height: 1.6;
		padding-left: 7px;
		color: #000;
	}
	main .wrapper_2col .contact__form .formrowCheckBox input{
		border-color: #1d4c91;

		accent-color: #1d4c91;
		flex-shrink: 0;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf ul{
		padding-bottom: 1rem;
		border-bottom: 1px solid #777;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf li{
		line-height: 1.6;
		display: flex;
		word-break: break-all;
	}

	main .wrapper_2col .contact__form .formrowCheckBoxConf li::before{
		content: '・';

		flex-shrink: 0;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf li+li{
		margin-top: 5px;
	}

	main .wrapper_2col .contact__form .formrow p{
		padding-bottom: 1rem;
		border-bottom: 1px solid #777;
	}
	main .wrapper_2col .contact__form label a{
		font-size: 1.4rem;
		text-decoration: underline;
	}
	main .wrapper_2col .contact__form .submit_area{
		display: flex;
		margin-top: 40px;

		justify-content: space-between;
	}
	main .wrapper_2col .contact__form .submit_area input{
		width: 100%;
		padding: 14px;
		cursor: pointer;
		color: #fff;
		border: none;
		border-radius: 30px;
		background-color: #1d4c91;
	}
	main .wrapper_2col .contact__form .submit_area input[type=button]{
		width: 48%;
	}
	main .wrapper_2col .contact__form .submit_area input[type=button]+input[type=submit]{
		width: 48%;
	}

	.trialMain>h2{
		font-size: 3rem;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 30px;
		color: #1d4c91;
	}
	.trialMain .topText{
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.5;
	}
	.trialMain .topText::after{
		display: block;
		width: 156px;
		height: 208px;
		margin: 40px auto 0;
		content: '';
		background: url('../img/contact/contact_ila.png') no-repeat center center;
	}
	.trialMain .checkBox{
		margin-top: 40px;
		padding: 26px 30px;
		background: #f6f6f6;
	}
	.trialMain .checkBox li{
		font-size: 1.6rem;
		display: flex;

		align-items: center;
	}
	.trialMain .checkBox li::before{
		width: 24px;
		height: 24px;
		margin-right: 15px;
		content: '';
		background: url('../img/contact/checkmark.png') no-repeat center center;

		flex-shrink: 0;
	}
	.trialMain .checkBox li+li{
		margin-top: 15px;
	}

	main .head{
		display: flex;
		box-sizing: border-box;
		max-width: 1030px;
		padding: 40px;
		border: 1px solid #dde4ef;
		background-color: #fff;

		justify-content: space-between;
	}
	main .head .description h3{
		font-size: 2.5rem;
		font-weight: bold;
		color: #1d4c91;
	}
	main .head .description p{
		font-size: 1.6rem;
		line-height: 1.5;
		max-width: 489px;
		margin-top: 20px;
		color: #777;
	}
	main .head .description p .bold{
		font-weight: bold;
		color: #222;
	}
	main .head .info{
		padding-left: 40px;
		border-left: 1px solid #dde4ef;
	}
	main .head .info h4{
		font-size: 2rem;
		font-weight: bold;
		color: #1d4c91;
	}
	main .head .info p{
		font-size: 1.6rem;
		line-height: 2;
		margin-top: 20px;
	}
	main .navigation{
		display: flex;
		max-width: 1030px;
		margin-top: 120px;
		padding: 0 40px;

		justify-content: center;
	}
	main .navigation.no_margin{
		margin-top: 0;
	}
	main .navigation div{
		position: relative;
		display: flex;
		width: 300px;
		height: 84px;
		background-color: #777;

		align-items: center;
		justify-content: center;
	}
	main .navigation div+div{
		margin-left: 20px;
	}
	main .navigation div p{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	main .navigation div:before{
		position: absolute;
		left: 0;
		content: '';
		border-top: 42px solid transparent;
		border-bottom: 42px solid transparent;
		border-left: 40px solid #f5f5f5;
	}
	main .navigation div:after{
		position: absolute;
		z-index: 2;
		right: -39px;
		content: '';
		border-top: 42.5px solid transparent;
		border-bottom: 42.5px solid transparent;
		border-left: 40px solid #777;
	}
	main .navigation div:first-child:before{
		display: none;
	}
	main .navigation div:last-child:after{
		display: none;
	}
	main .navigation div.current{
		background: linear-gradient(105deg, #008cd6, #1d4c91);
	}
	main .navigation div.current:after{
		border-left: 40px solid #1d4c91;
	}
	main .form{
		box-sizing: border-box;
		margin-top: 40px;
		padding: 80px 120px;
		border: 4px solid #dde4ef;
		border-radius: 5px;
		background-color: #fff;
	}
	main .form .formrow+.formrow{
		line-height: 2;
		margin-top: 40px;
	}
	main .form .formrow+.flex_formrow{
		margin-top: 40px;
	}
	main .form .flex_formrow+.flex_formrow{
		line-height: 2;
		margin-top: 40px;
	}
	main .form .flex_formrow+.formrow{
		margin-top: 40px;
	}

	main .formcheck{
		margin: 40px 0;
	}
	main .form .flex_formrow{
		position: relative;
		display: flex;

		justify-content: space-between;
	}
	main .form .flex_formrow .formrow{
		line-height: 2;
		position: relative;
		box-sizing: border-box;
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin-top: 0;
	}
	main .form .formrow{
		position: relative;
		box-sizing: border-box;
	}
	main .form .formrow label{
		font-size: 1.6rem;
		display: flex;
		color: #222;

		align-items: center;
	}

	main .formcheck label{
		font-size: 1.6rem;
		display: flex;
		color: #222;

		align-items: center;
	}
	main .form .formrow label .required{
		font-size: 1.2rem;
		font-weight: bold;
		margin-left: 15px;
		padding: 5px 10px;
		color: #fff;
		background-color: #c72929;
	}

	main .formcheck label .required{
		font-size: 1.2rem;
		font-weight: bold;
		margin-left: 15px;
		padding: 5px 10px;
		color: #fff;
		background-color: #c72929;
	}

	main .formcheck input{
		margin-top: 10px;
	}

	main .form .formrow input,main .form .formrow select{
		font-size: 1.6rem;
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin-top: 10px;
		padding: 13px 10px;
		color: #222;
		border: 1px solid #dde4ef;
		border-radius: 5px;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	main .form .select_container{
		position: relative;
	}
	main .form .select_container:after{
		position: absolute;
		right: 25px;
		bottom: 19px;
		content: url(../img/common/arrow_grey.svg);
	}
	main .form .submit_area{
		margin-top: 40px;
		text-align: center;
	}
	main .form .submit_area input{
		font-size: 2rem;
		font-weight: bold;
		position: relative;
		margin-bottom: 25px;
		padding: 25px 186px;
		cursor: pointer;
		color: #fff;
		border: none;
		border-radius: 5px;
		background-color: #777;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	main .form .submit_area .submit{
		background-color: #e37c23;
	}
	main .form .submit_area .back{
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		width: 100%;
		margin-top: 40px;
		padding: 0;
		text-align: center;
		color: #777;
		background-color: transparent;
	}
	main .lastcontact{
		width: 80%;
		margin: 5%;
		padding: 100px 78px;
		background-color: #fff;
		box-shadow: 0 0 4px 4px rgb(0 0 0 / 12%);
	}

	main .thanks{
		box-sizing: border-box;
		margin-top: 40px;
		padding: 80px 160px;
		text-align: center;
	}
	main .thanks p{
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.5;
		color: #1d4c91;
	}
	main .thanks a{
		font-size: 18px;
		position: relative;
		display: inline-block;
		margin-top: 40px;
		color: #000;
		border-bottom: 1px solid #000;
	}
	main textarea{
		font-size: 1.6rem;
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin-top: 10px;
		padding: 13px 10px;
		color: #222;
		border: 1px solid #dde4ef;
		border-radius: 5px;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	main .lastnavigation .step{
		display: flex;
		margin-bottom: 40px;

		justify-content: center;
	}
	main .lastnavigation .step .step_box{
		display: flex;
		text-align: center;

		align-items: center;
	}
	main .lastnavigation .step .step_box:not(:last-child):after{
		width: 45px;
		margin-top: -14px;
		content: '';
		border-top: 1px solid #b5b5b5;

		flex-grow: 1;
	}
	main .lastnavigation .step .step_count{
		display: flex;
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
		color: #b5b5b5;
		border: 1px solid #b5b5b5;
		border-radius: 50%;
		background-color: #fff;

		align-items: center;
		justify-content: center;
	}
	main .lastnavigation .step .current .step_count{
		color: #fff;
		border: none;
		background-color: #1d4c91;
	}
}



@media screen and (max-width: 768px){
	main .page_headline{
		background: linear-gradient(180deg, rgba(0, 140, 214, .9), rgba(29, 76, 145, .9)), url(../img/program/mv_sp.jpg) center center/cover no-repeat;
	}
	main .wrapper{
		padding: 40px 10px 80px 10px;
		background-color: #f5f5f5;
	}
	main .head{
		box-sizing: border-box;
		padding: 20px;
		border: 1px solid #dde4ef;
		background-color: #fff;
	}
	main .head .description{
		padding-bottom: 15px;
	}
	main .head .description h3{
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		color: #1d4c91;
	}
	main .head .description p{
		font-size: 1.2rem;
		line-height: 1.5;
		max-width: 489px;
		margin-top: 10px;
		color: #777;
	}
	main .head .description p .bold{
		font-weight: bold;
		color: #222;
	}
	main .head .info{
		padding-top: 15px;
		border-top: 1px solid #dde4ef;
	}
	main .head .info h4{
		font-size: 1.5rem;
		font-weight: bold;
		color: #1d4c91;
	}
	main .head .info p{
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 10px;
	}
	main .navigation{
		display: flex;
		margin-top: 37px;

		justify-content: space-between;
	}
	main .navigation.no_margin{
		margin-top: 0;
	}
	main .navigation div{
		position: relative;
		display: flex;
		width: calc(33.33333% - 7px);
		min-width: calc(33.33333% - 7px);
		height: 48px;
		background-color: #777;

		align-items: center;
		justify-content: center;
	}
	main .navigation div+div{
		margin-left: 10px;
	}
	main .navigation div p{
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	main .navigation div:before{
		position: absolute;
		left: 0;
		content: '';
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 20px solid #f5f5f5;
	}
	main .navigation div:after{
		position: absolute;
		z-index: 2;
		right: -20px;
		content: '';
		border-top: 24px solid transparent;
		border-bottom: 24px solid transparent;
		border-left: 20px solid #777;
	}
	main .navigation div:first-child:before{
		display: none;
	}
	main .navigation div:last-child:after{
		display: none;
	}
	main .navigation div.current{
		background: linear-gradient(112deg, #008cd6, #1d4c91);
	}
	main .navigation div.current:after{
		border-left: 20px solid #1d4c91;
	}
	main .form{
		box-sizing: border-box;
		margin-top: 20px;
		padding: 20px;
		border: 2px solid #dde4ef;
		border-radius: 5px;
		background-color: #fff;
	}
	main .form .formrow+.formrow{
		margin-top: 20px;
	}
	main .form .formrow+.flex_formrow{
		margin-top: 20px;
	}
	main .form .flex_formrow+.flex_formrow{
		margin-top: 20px;
	}
	main .form .flex_formrow+.formrow{
		margin-top: 20px;
	}
	main .form .flex_formrow{
		position: relative;
	}
	main .form .formrow{
		position: relative;
		box-sizing: border-box;
		margin-top: 20px;
	}
	main .form .formrow br{
		display: none;
	}
	main .form .formrow label{
		font-size: 1.3rem;
		display: flex;
		color: #222;

		align-items: center;
	}
	main .form .formrow label .required{
		font-size: 1.2rem;
		font-weight: bold;
		margin-left: 20px;
		padding: 5px 10px;
		color: #fff;
		background-color: #c72929;
	}
	main .formrow input,main .formrow select{
		font-size: 1.3rem;
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin-top: 5px;
		padding: 12px 15px;
		color: #222;
		border: 1px solid #dde4ef;
		border: 1px solid #dde4ef;
		border-radius: 5px;
		background-color: #f6f6f6;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	main .form .select_container{
		position: relative;
		margin-top: 20px;
	}
	main .form .submit_area{
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	main .form .submit_area input{
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
		display: block;
		width: 100%;
		padding: 20px 0;
		cursor: pointer;
		text-align: center;
		color: #fff;
		border: none;
		border-radius: 5px;
		background-color: #777;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	main .form .submit_area .submit{
		background-color: #e37c23;
	}
	main .form .submit_area .back{
		font-size: 1.6rem;
		font-weight: bold;
		display: block;
		width: 100%;
		margin-top: 12px;
		padding: 0;
		text-align: center;
		color: #777;
		background-color: transparent;
	}
	main .thanks{
		position: relative;
		box-sizing: border-box;
		padding: 40px 20px;
		text-align: center;
	}
	main .thanks p{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
		color: #1d4c91;
	}
	main .thanks a{
		font-size: 13px;
		font-weight: bold;
		position: relative;
		margin-top: 40px;
		text-align: center;
		color: #000;
		border-bottom: 1px solid #000;
	}
	main textarea{
		font-size: 1.3rem;
		position: relative;
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin-top: 5px;
		padding: 10px;
		color: #222;
		border: 1px solid #dde4ef;
		border-radius: 5px;

		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}

	main .formcheck{
		margin-top: 20px;
	}
	main .formcheck label{
		font-size: 1.3rem;
		display: flex;
		color: #222;

		align-items: center;
	}

	main .formcheck label .required{
		font-size: 1.2rem;
		font-weight: bold;
		margin-left: 20px;
		padding: 5px 10px;
		color: #fff;
		background-color: #c72929;
	}

	main .formcheck input{
		margin-top: 10px;
	}
	main .wrapper_2col .contact__form .formrowCheckBox{
		margin-bottom: 10px;
		padding: 1rem;
		border: 1px solid #dde4ef;
		background: #f6f6f6;
	}
	main .wrapper_2col .contact__form .formrowCheckBox p{
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 5px;
		border: none;
	}
	main .wrapper_2col .contact__form .formrowCheckBox li+li{
		margin-top: 5px;
	}
	main .wrapper_2col .contact__form .formrowCheckBox li{
		display: flex;

		align-items: flex-start;
	}
	main .wrapper_2col .contact__form .formrowCheckBox label{
		font-size: 13px;
		line-height: 1.6;
		padding-left: 7px;
		color: #000;
	}
	main .wrapper_2col .contact__form .formrowCheckBox input{
		border-color: #1d4c91;

		accent-color: #1d4c91;
		flex-shrink: 0;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf ul{
		padding-bottom: 1rem;
		border-bottom: 1px solid #777;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf li{
		line-height: 1.6;
		display: flex;
		word-break: break-all;
	}

	main .wrapper_2col .contact__form .formrowCheckBoxConf li::before{
		content: '・';

		flex-shrink: 0;
	}
	main .wrapper_2col .contact__form .formrowCheckBoxConf li+li{
		margin-top: 5px;
	}
	main .wrapper_2col{
	}
	main .wrapper_2col *{
		box-sizing: border-box;
	}
	main .wrapper_2col .left{
	}
	main .wrapper_2col .contact__text{
		margin: 42px auto 48px;
		padding: 0 30px;
	}
	.trialMain>h2{
		font-size: 5.12821vw;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 5.12821vw;
		color: #1d4c91;
	}
	.trialMain .topText{
		font-size: 4.10256vw;
		font-weight: 500;
		line-height: 1.5;
	}
	.trialMain .topText::after{
		display: block;
		width: 29.23077vw;
		height: 39.48718vw;
		margin: 10.25641vw auto 0;
		content: '';
		background: url('../img/contact/sp_contact_ila.png') no-repeat center center / contain;
	}
	.trialMain .checkBox{
		margin-top: 5.12821vw;
		padding: 4.35897vw 5.38462vw;
		background: #f6f6f6;
	}
	.trialMain .checkBox li{
		font-size: 3.58974vw;
		display: flex;

		align-items: center;
	}
	.trialMain .checkBox li::before{
		width: 4.74615vw;
		height: 4.74615vw;
		margin-right: 3.84615vw;
		content: '';
		background: url('../img/contact/sp_checkmark.png') no-repeat center center / contain;

		flex-shrink: 0;
	}
	.trialMain .checkBox li+li{
		margin-top: 3.84615vw;
	}
	.trialMain>h2{
		font-size: 5.12821vw;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 8.97436vw;
		text-align: center;
		color: #1d4c91;
	}
	.trialMain .inner p{
		font-size: 4.10256vw;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}
	.trialMain .inner header{
		position: static;
		height: auto;
		padding: 0;
	}
	.trialMain .inner header::after{
		display: block;
		width: 41.53846vw;
		height: 33.07692vw;
		margin: 6.66667vw auto 0;
		content: '';
		background: url('../img/trial/sp_trial_img.png') no-repeat center center / contain;
	}
	.trialMain .inner header h2{
		font-size: 5.12821vw;
		font-weight: bold;
		line-height: 1.42;
		margin-bottom: 5.12821vw;
		text-align: center;
	}
	.trialMain .inner .boxSec{
		margin-top: 3.84615vw;
		padding: 6.41026vw 3.58974vw;
		background: #f6f6f6;
	}
	.trialMain .inner .boxSec h2{
		font-size: 3.58974vw;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 5.12821vw;
		text-align: center;
		color: #1d4c91;
	}
	.trialMain .inner .boxSec ul{
		display: flex;

		flex-flow: row wrap;
		gap: 0 1em;
	}
	.trialMain .inner .boxSec ul li{
		font-size: 3.58974vw;
		line-height: 1.5;
	}
	.trialMain .inner .boxSec ul li::before{
		content: '□';
	}
	.trialMain .inner .endText{
		margin-top: 7.69231vw;
	}
	.quoteMain>h2{
		font-size: 5.12821vw;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 5.12821vw;
		color: #1d4c91;
	}
	.quoteMain .topText{
		font-size: 4.10256vw;
		font-weight: 500;
		line-height: 1.5;
	}
	.quoteMain .topText::after{
		display: block;
		width: 40.51282vw;
		height: 39.74359vw;
		margin: 10.25641vw auto 0;
		content: '';
		background: url('../img/quote/sp_quote_ila.png') no-repeat center center / contain;
	}
	.quoteMain .flow{
		margin-top: 5.12821vw;
		padding: 5.12821vw 3.84615vw;
		background: #f6f6f6;
	}
	.quoteMain .flow h2{
		font-size: 5.12821vw;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 5.12821vw;
		color: #1d4c91;
	}
	.quoteMain .flow li{
		display: flex;

		align-items: center;
		font-feature-settings: 'palt' 1;
	}
	.quoteMain .flow li .num{
		font-size: 4.10256vw;
		font-weight: 500;
		margin-right: 2.30769vw;
		color: #1d4c91;

		flex-shrink: 0;
	}
	.quoteMain .flow li .text{
		font-size: 3.58974vw;
	}
	.quoteMain .flow li+li{
		margin-top: 4.10256vw;
	}
	main .wrapper_2col .contact__text .infomation{
		margin-top: 50px;
		padding-top: 35px;
		text-align: center;
		border-top: 1px solid #333;
	}
	main .wrapper_2col .contact__text .infomation .text{
		margin-bottom: 20px;
	}
	main .wrapper_2col .contact__text .infomation .tel{
		margin-bottom: 24px;
		text-align: center;
	}
	main .wrapper_2col .contact__text .infomation .tel a{
		font-size: 3.2rem;
		font-weight: bold;
		color: #1d4c91;
	}
	main .wrapper_2col .contact__text .infomation .date{
		font-size: 1.4rem;
	}
	main .wrapper_2col .right{
		padding: 40px 0 80px;
		background-color: #f6f6f6;
	}
	main .wrapper_2col .contact__form{
		margin: 0 10px 0;
		padding: 40px 20px;
		background-color: #fff;
		box-shadow: 0 0 4px 4px rgb(0 0 0 / 12%);
	}
	main .wrapper_2col .contact__form .error{
		margin-bottom: 30px;
		color: #f00;
	}
	main .wrapper_2col .contact__form .step{
		display: flex;
		margin-bottom: 40px;

		justify-content: center;
	}
	main .wrapper_2col .contact__form .step .step_box{
		display: flex;
		text-align: center;

		align-items: center;
	}
	main .wrapper_2col .contact__form .step .step_box:not(:last-child):after{
		width: 45px;
		margin-top: -14px;
		content: '';
		border-top: 1px solid #b5b5b5;

		flex-grow: 1;
	}
	main .wrapper_2col .contact__form .step .step_count{
		display: flex;
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
		color: #b5b5b5;
		border: 1px solid #b5b5b5;
		border-radius: 50%;
		background-color: #fff;

		align-items: center;
		justify-content: center;
	}
	main .wrapper_2col .contact__form .step .current .step_count{
		color: #fff;
		border: none;
		background-color: #1d4c91;
	}
	main .wrapper_2col .contact__form .notice{
		margin-bottom: 32px;
	}
	main .wrapper_2col .contact__form .flex_formrow{
	}
	main .wrapper_2col .contact__form .flex_formrow .formrow{
	}
	main .wrapper_2col .contact__form .formrow{
		margin-bottom: 10px;
	}
	main .wrapper_2col .contact__form input[type=text],main .wrapper_2col .contact__form textarea{
		width: 100%;
		padding: 12px 15px;
		border: 1px solid #dde4ef;
		background-color: #f6f6f6;
	}
	main .wrapper_2col .contact__form input[type=checkbox]{
		font-size: initial;
		display: inline-block;
		width: 1.4rem;
		height: 1.4rem;
		margin-right: 10px;
		padding: initial;
		cursor: pointer;
		border: 1px solid #dde4ef;
		background-color: #f6f6f6;

		-webkit-appearance: checkbox;
		   -moz-appearance: checkbox;
		        appearance: checkbox;
	}
	main .wrapper_2col .contact__form label{
		font-size: 1.4rem;
	}
	main .wrapper_2col .contact__form label a{
		font-size: 1.4rem;
		text-decoration: underline;
	}
	main .wrapper_2col .contact__form .submit_area{
		display: flex;
		margin-top: 40px;

		justify-content: space-between;
	}
	main .wrapper_2col .contact__form .submit_area input{
		width: 100%;
		padding: 14px;
		cursor: pointer;
		color: #fff;
		border: none;
		border-radius: 30px;
		background-color: #1d4c91;
	}
	main .lastnavigation .submit_area input[type=button]{
		width: 48%;
	}
	main .lastnavigation .submit_area input[type=button]+input[type=submit]{
		width: 48%;
	}
	main .lastnavigation .step{
		display: flex;
		margin-bottom: 40px;

		justify-content: center;
	}
	main .lastnavigation .step .step_box{
		display: flex;
		text-align: center;

		align-items: center;
	}
	main .lastnavigation .step .step_box:not(:last-child):after{
		width: 45px;
		margin-top: -14px;
		content: '';
		border-top: 1px solid #b5b5b5;

		flex-grow: 1;
	}
	main .lastnavigation .step .step_count{
		display: flex;
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
		color: #b5b5b5;
		border: 1px solid #b5b5b5;
		border-radius: 50%;
		background-color: #fff;

		align-items: center;
		justify-content: center;
	}
	main .lastnavigation .step .current .step_count{
		color: #fff;
		border: none;
		background-color: #1d4c91;
	}
	main .lastcontact{
		margin: 0 10px 0;
		padding: 40px 20px;
		background-color: #fff;
		box-shadow: 0 0 4px 4px rgb(0 0 0 / 12%);
	}
}



input:-moz-read-only:not(.submit):not(.back):not(.confirm){
	/*
  border-radius: 0 !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #222222 !important;
  color: #222222;
  font-weight: bold;
*/
}



input:read-only:not(.submit):not(.back):not(.confirm),select:disabled:not(.submit):not(.back){
	/*
  border-radius: 0 !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 2px solid #222222 !important;
  color: #222222;
  font-weight: bold;
*/
}