@charset "UTF-8";


.form-area dd .error,
.form-area input + .error{
	display: none;
}


@media screen and (min-width: 768px) {


	.qa-list-name h2{
		display: flex;
	}
	.qa-list-name h2 > *{
		font-size: 20px;
		font-weight: 500;
		line-height: 1.6;
	}
	.qa-list-name h2 span{
		padding: 0 20px 0 0;
		display: block;
		text-align: right;
		width: 60px;
	}
	.qa-list-name h2 strong{
		display: block;
		width: calc(100% - 60px);
	}
	.qa-list-name p{
		margin: 10px 0 0;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5;
	}
	.qa-list-name a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.qa-detail-box{
		display: flex;
		padding: 0 0 30px;
	}
	.qa-detail .icon-ans{
		padding: 0 20px 0 0;
		display: block;
		width: 60px;
		font-size: 20px;
		font-weight: 500;
		text-align: right;
		color: #0245A0;
		line-height: 2;
	}
	.qa-detail .qa-col{
		display: block;
		width: calc(100% - 60px);
		line-height: 2;
	}
	.qa-list-item{
		border-bottom: 1px solid #ddd;
	}
	.qa-col .btn-link{
		margin: 25px 0 0;
	}


/* contact-form
====================================================================*/

	.contact-form-detail{
		margin: 30px 0 0;
	}
	.contact-form-detail p{
		line-height: 2;
	}
	.form-area{
		margin: 30px 0 0;
	}
	.form-area dl + dl{
		margin-top: 35px;
	}

	.form-area dt{
		display: flex;
		align-items: center;
	}
	.form-area dt strong{
		font-size: 20px;
		font-weight: 500;
	}
	.form-area .must{
		margin: 0 0 0 20px;
		display: block;
		padding: 6px 10px;
		min-width: 46px;
/*		width: 46px;
*/		/*line-height: 24px;*/
		font-size: 14px;
		background: #0245A0;
		border-radius: 4px;
		text-align: center;
		color: #fff;
	}

	.form-area dt .error{
		display: inline-block;
		margin: 0 0 0 20px;
		font-weight: 500;
	}

	.form-area dd{
		margin: 20px 0 0;
		line-height: 2;
	}
	.form-area dd a{
		color: #0245A0;
		text-decoration: underline;
	}
	.form-area dd a:hover{
		text-decoration: none;
	}
	.form-area dd input{
		width: 100%;
		height: 50px;
		padding: 0 12px;
		font-size: 16px;
		border-radius: 4px;
		border: 1px solid #ccc;
		outline: none;
	}

	.form-area dd textarea{
		width: 100%;
		height: 200px;
		padding: 12px;
		font-size: 16px;
		border-radius: 4px;
		border: 1px solid #ccc;
		outline: none;
	}
	.form-area dd input.input-s{
		width: 50%;
	}
	.form-area dd .attentiion{
		margin: 15px 0 0;
	}
	.form-area dd .attentiion li{
		text-indent: -1em;
		padding: 0 0 0 1em;
		font-size: 14px;
		line-height: 1.3;
		color: #999;
	}
	.form-area dd .attentiion li + li{
		margin-top: 10px;
	}
	.input-tel{
		display: flex;
		align-items: center;
	}
	.input-tel span{
		padding: 0 15px;
		display: inline-block;
	}
	.input-tel input[name="tel1"]{
		width: 160px;
	}
	.input-tel input[name="tel2"]{
		width: 160px;
	}
	.input-tel input[name="tel3"]{
		width: 300px;
	}

	.check-privacy{
		position: relative;
		margin: 30px 0 0;
		display: flex;
		align-items: center;
	}
	.check-privacy input{
		display: none;
	}
	.check-privacy .error{
		margin: 0 0 0 20px;
		font-weight: 500;
	}
	.check-privacy .mwform-checkbox-field-text{
		position: relative;
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.3;
	}
	.check-privacy .mwform-checkbox-field-text:before{
		content: "";
		position: relative;
		display: block;
		margin: 0 20px 0 0;
		width: 36px;
		height: 36px;
		border-radius: 4px;
		border: 1px solid #ccc;
	}
	.check-privacy input:checked + .mwform-checkbox-field-text:after{
		content: "";
		position: absolute;
		margin: auto;
		top: -4px;
		left: 8px;
		bottom: 0;
		display: block;
		width: 20px;
		height: 10px;
		border-left: 3px solid #0245A0;
		border-bottom: 3px solid #0245A0;
		transform: rotate(-45deg);
	}



}



@media screen and (max-width: 767px) {

	.qa-list-name h2{
		display: flex;
	}
	.qa-list-name h2 > *{
		font-size: 14px;
		font-weight: 500;
		line-height: 1.6;
	}
	.qa-list-name h2 span{
		padding: 0 20px 0 0;
		display: block;
		text-align: right;
		width: 42px;
	}
	.qa-list-name h2 strong{
		display: block;
		width: calc(100% - 42px);
	}
	.qa-list-name p{
		margin: 10px 0 0;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.5;
	}
	.qa-list-name a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.qa-detail-box{
		display: flex;
		padding: 0 0 25px;
	}
	.qa-detail .icon-ans{
		padding: 0 20px 0 0;
		display: block;
		width: 42px;
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		color: #0245A0;
		line-height: 2;
	}
	.qa-detail .qa-col{
		display: block;
		width: calc(100% - 42px);
		line-height: 2;
	}
	.qa-list-item{
		border-bottom: 1px solid #ddd;
	}
	.qa-col .btn-link{
		margin: 25px 0 0;
	}



/* contact-form
====================================================================*/

	.contact-form-detail{
		margin: 25px 0 0;
	}
	.contact-form-detail p{
		line-height: 2;
	}
	.form-area{
		margin: 30px 0 0;
	}
	.form-area dl + dl{
		margin-top: 35px;
	}

	.form-area dt{
		position: relative;
		display: flex;
		align-items: center;
	}
	.form-area dt strong{
		font-size: 16px;
		font-weight: 500;
	}
	.form-area .must{
		position: relative;
		top: 2px;
		margin: 0 0 0 12px;
		display: block;
		padding: 6px 8px;
		font-size: 10px;
		background: #0245A0;
		border-radius: 4px;
		text-align: center;
		color: #fff;
	}

	.form-area dt .error{
		position: absolute;
		top: -20px;
		left: 0;
		margin: 0;
		font-weight: 500;
		line-height: 18px;
		font-size: 10px;
	}

	.form-area dd{
		margin: 20px 0 0;
		line-height: 2;
	}
	.form-area dd a{
		color: #0245A0;
		text-decoration: underline;
	}

	.form-area dd input{
		width: 100%;
		height: 46px;
		padding: 0 6px;
		font-size: 14px;
		border-radius: 4px;
		border: 1px solid #ccc;
		outline: none;
	}
	.form-area dd textarea{
		width: 100%;
		height: 200px;
		padding: 6px;
		font-size: 14px;
		border-radius: 4px;
		border: 1px solid #ccc;
		outline: none;
	}
	.form-area dd .attentiion{
		margin: 10px 0 0;
	}
	.form-area dd .attentiion li{
		text-indent: -1em;
		padding: 0 0 0 1em;
		line-height: 1.3;
		color: #999;
	}
	.form-area dd .attentiion li + li{
		margin-top: 5px;
	}
	.input-tel{
		display: flex;
		align-items: center;
	}
	.input-tel span{
		padding: 0 5px;
		display: inline-block;
	}
	.input-tel input[name="tel1"]{
		width: 33%;
	}
	.input-tel input[name="tel2"]{
		width: 33%;
	}
	.input-tel input[name="tel3"]{
		width: 33%;
	}

	.check-privacy{
		position: relative;
		margin: 25px 0 0;
		display: flex;
		align-items: center;
	}
	.check-privacy input{
		display: none;
	}
	.check-privacy .error{
		position: absolute;
		top: -20px;
		left: 0;
		margin: 0;
		font-weight: 500;
	}
	.check-privacy .mwform-checkbox-field-text{
		position: relative;
		display: flex;
		align-items: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3;
	}
	.check-privacy .mwform-checkbox-field-text:before{
		content: "";
		position: relative;
		display: block;
		margin: 0 10px 0 0;
		width: 36px;
		height: 36px;
		border-radius: 4px;
		border: 1px solid #ccc;
	}
	.check-privacy input:checked + .mwform-checkbox-field-text:after{
		content: "";
		position: absolute;
		margin: auto;
		top: -4px;
		left: 8px;
		bottom: 0;
		display: block;
		width: 20px;
		height: 10px;
		border-left: 3px solid #0245A0;
		border-bottom: 3px solid #0245A0;
		transform: rotate(-45deg);
	}



}


@media screen  and (max-width: 374px){


}




