
*{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: initial !important;
	line-height: normal !important;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	font-weight: normal !important;
}

.header {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
	font-size: 62.5%;
}

.footer {
	line-height: 1;
	font-size: 62.5%;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

.footer__inner--head a {
	vertical-align: middle !important;
}

.contact_link a {
	-webkit-font-smoothing: auto !important;
}

.cont_inner{
	max-width: 1000px;
	width:98%;
	padding:0 25px;
	margin-left: auto;
	margin-right: auto;
}

.cont_inner.inner_max{
	padding:0;
}



@media screen and (max-width: 768px){
	.cont_inner{
		width: 90%;
		padding:0;
	}
}

h1{
	/* font-size: 1.7em; */
	font-size: 40px;
	font-weight: bold;
	line-height: 1.45;
}

.tac{
	text-align: center;
}

section:nth-child(odd){
	background: #eff5f6;
}

/*header--------------------*/
.header-under{
	background: #019CBE;
	color: #fff;
	padding: 21px 0;
	/* position: fixed; */
	/* left: 0; */
	/* top: 0; */
	z-index: 1000;
	width: 100%;
}

.header-under h1{
	color: #fff;
}

.header-under .cont_inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.navigation {
	padding: 20px;
	overflow-x: scroll;
}

.navigation ul {
	min-width: 462px;
}

.navigation ul a{
	color: #029CBE;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.navigation ul li:not(.contact) a:before{
	content: '';
	display: block;
	width: 1px;
	height: 1.05em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}

.navigation ul li:first-of-type a:before{
	display: none;
}

.navigation .contact img{
	width: 1em;
	height: 1.1em;
	margin-right: .4em;
}

.contact{
	margin-left: .5em;
}

.contact a{
	color: #019CBE !important;
	background: #fff;
	border-radius: 50em;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: bold;
	padding: .6em 1em;
}





@media screen and (min-width: 768.1px){
	.navigation ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
}


@media screen and (max-width: 1100px){
	h1{
		/*font-size: 2.5vw;*/
		font-size: 1.7em;
	}
	.navigation ul a{
		font-size: 1.7vw;
	}
}



@media screen and (max-width: 768px){
	h1{
		font-size: 5.5vw;
	}
	/* .navigation ul{
		display: none;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	} */
	/* .navbtn div{
		width: 8vw;
		height: 6vw;
	} */

	/* .navigation .contact{
		margin-left: 0;
	} */
	/* .navigation ul li{
		border-top: 1px solid #fff;
		background: rgba(0, 114, 151, .9);
	} */

	.navigation ul {
		display: flex;
    gap: 20px;
    justify-content: center;
	}

	.navigation ul li:not(.contact) a::before{
		display: none;
	}
	.navigation ul a{
		font-size: 14px;
	}

	.navigation ul li.contact{
		border-bottom: 1px solid #019CBE;
	}

	.contact a{
		border-radius: 0;
		display: block;
	}


	.header-under .cont_inner,
	.header-under .navigation{
		position: static;
		justify-content: center;
	}

}

.navbtn span {
	display: block;
	height: 2px;
	background: #fff;
	position: absolute !important;
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	transition: all .3s;
}

.navbtn span:nth-child(1) {
	top: 0;
}
.navbtn span:nth-child(2) {
    bottom: 0;
    top: 0;
}

.navbtn span:nth-child(3) {
	bottom: 0;
}
.active .navbtn{
	z-index: 10000;
}
.active .navbtn span:nth-child(2){
	display: none;
}
.active .navbtn span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
}

.active .navbtn span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 45%;
}


/*------------------------------*/
.contact_link{
	text-align: center;
	padding: 4em 0;
}
.contact_link a{
	color: #fff;
	background: #019CBE;
	display: inline-block;
	max-width: 80%;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	border-radius: 50em;
	padding: 1em 3em;
}

.contact_link a:after{
	content:'';
	display: block;
	background: url(../images/btn_arrow.svg);
	width: 29px;
	height: 31px;
	-webkit-background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 1.25em;
}

@media screen and (max-width: 768px){
	.contact_link{
		padding: 2.5em 0;
	}
	.contact_link a{
		font-size: 4vw;
		width: 90%;
		max-width: 90%;
		display: block;
	}
	.contact_link a:after{
		width: 1.2em;
		height: 1.2em;
		right: 1em;
	}
}


h2{
	color: #007297;
	font-size: 36.5px;
	font-weight: 600;
	margin-bottom: 1.8em;
}

h2 span{
	color: #007297;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f2e76b 0%) repeat scroll 0 0;
	display: inline;
	padding: 0 .2em;
}

@media screen and (max-width: 768px){
	h2{
		font-size: 6vw;
	}
}

.read{
	font-size: 24px;
	margin-bottom: 2.275em;
}

@media screen and (max-width: 768px){
	.read{
		font-size: 3.5vw;
	}
}
.gray{
	background: #eff5f6;
}


/*---------------------------*/


.main img{
	max-width: 95%;
}

.mv_body{
	color: #fff;
	text-shadow: 0 0 10px #007297;
}

.mv_read{
	color: #fff;
	font-weight: bold;
}

.mv_txt {
	color: #fff;
}


@media screen and (min-width: 768.1px){
	.main{
		padding: 2em 0;
		background: url(../images/mvbg.jpg) repeat-x center center #007297 !important;
	}
	.main .pc{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		margin:0 auto;
		color: #fff;
		width: 95%;
	}
	.main .img_wrap{
		max-width: 51%;
	}
	.main .img_wrap img{
		width: 100%;
	}

	.mv_body{
		width: 49%;
	}

	.mv_read{
		letter-spacing: -0.03em;
		margin-bottom: 1em;
		font-size: 3.2vw;
	}
	.mv_txt{
		font-size: 1.6vw;
	}
	.main .pc{
		max-width: 1120px;
	}

}

@media screen and (min-width: 1210.1px){
	.main .pc{
		-webkit-transform: translate(50px,0);
		-ms-transform: translate(50px,0);
		-o-transform:translate(50px,0) ;
		transform:translate(50px,0) ;
	}
	.mv_read{
		font-size: 36px;

	}

	.mv_txt{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px){
	.main img{
		max-width: 100%;
	}
	.main .sp{
		display: block;
		background: url(../images/epdam_sp.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		padding-top: 109.6%;
	}

	.mv_body,
	.mv_read,
	.mv_txt{
		position: absolute;
	}


	.mv_body{
		width: 100%;
		top: 0;
	}

	.mv_read{
		text-align: center;
		font-size: 5vw;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 1.4;
		top: 8vw;
	}

	.mv_txt{
		font-size: 3vw;
		top: 86vw;
		left: 0;
		right: 0;
		margin:auto;
		text-align: center;
	}
}






/*--------------------/*/




.attention{
	padding: 5.5em 0;
}

.attention:after{
	content:'';
	display: block;
	position: absolute;
	top:100%;
	background: url(../images/curosr_arrow.svg);
	width: 105px;
	height: 92px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translate(0, -55%);
   transform: translate(0, -55%);
	z-index: 100;
}

h4{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.25em;
}


@media screen and (max-width: 768px){
	h4{
		font-size: 4.5vw;
	}

	.attention{
		padding: 3em 0;
	}
	.attention h2{
		text-align: center;
	}
	.attention:after{
		-webkit-background-size: cover;
		background-size: cover;
		width: 14vw;
		height: 12vw;
	}
}

/*-------------*/

.task{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.task li{
	width: 31.3%;
	background: #fff;
	border:4px solid #c9d3d5;
	padding: .5em 1em 1em;
	margin-bottom: 1em;
}

.task li img{
	width: 100%;
}

.task li p{
	font-size: 18px;
}

.down_arrow{
	margin: 2em 0;
}

.task_bg{
	font-size: 18px;
}

.task_bg li{
	padding-left: 1em;
	text-indent: -1em;
}
.task_bg li:before{
	content: '';
	width: .8em;
	height: 1em;
	background: url(../images/icon_triangle.svg);
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	margin-right: .5em;
}


.down_arrow img{
	width: 171px;
	height: auto;
}
@media screen and (max-width: 768px){
	.down_arrow{
		width: 20%;
		margin-right: auto;
		margin-left: auto;
	}
	.down_arrow img{
		width: 100%;
	}

	.task{
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.task li{
		width: 49%;
		margin-right: 2%;
	}
	.task li:nth-child(2n){
		margin-right: 0;
	}

	.task li p{
		font-size: 3.5vw;
	}

	.task_bg li{
		font-size: 3.5vw;
		margin-bottom: 1em;
	}

	.task_bg li:before{
		width: .6em;
		height: .8em;
	}
}

/*------------*/
.about{
	padding: 5.5em 0;
}

.about_img{
	text-align: center;
}

.about img{
	max-width: 100%;
}

.about .read{
	margin-bottom: 3.275em;
}

@media screen and (max-width: 768px){
	.about{
		padding: 3em 0;
	}
}

/*------------*/
.reason{
	padding: 5.5em 0;
}

.reason_list li{
	font-size: 24px;
	margin-bottom: 2em;
}

.reason_list li:last-of-type{
	margin-bottom: 0;
}

.reason_list li h5{
	color: #019CBE;
	font-weight: bold;
	border-bottom:1px solid #052a36;
	padding-bottom: .8em;
	margin-bottom: .8em;
	font-size: 24px;
}

.reason_list .img_wrap img{
	width: 100%;
	display: block;
}

@media screen and (min-width: 768.1px){
	.reason_list li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.reason_txt{
		width: 50%;
		font-size:18px;
	}
	.reason_list .img_wrap{
		width: 46%;
	}
}


@media screen and (max-width: 768px){
	.reason{
		padding: 3em 0;
	}
	.reason_list li:nth-of-type(2n){
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.reason_list li h5{
		font-size: 4.5vw;
	}
	.reason_list .img_wrap{
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}
	.reason_txt{
		font-size: 3.5vw;
	}
}



/*--------------*/
.case{
	padding: 5.5em 0;
}


.case_list li{
	font-size: 24px;
	margin-bottom: 2em;
}

.case_list li:last-child{
	margin-bottom: 0;
}

.case_list .img_wrap img{
	width: 100%;
}

.case_list li h5{
	font-weight: bold;
	border-bottom:1px solid #019CBE;
	padding-bottom: .8em;
	margin-bottom: .8em;
	font-size: 24px;
}

.case_body{
	font-size:18px;
}

@media screen and (min-width: 768.1px){
	.case_list li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.case_txt{
		width: 59%;
		font-size:18px;
	}
	.case_list .img_wrap{
		width: 37%;
	}
}
@media screen and (max-width: 768px){
	.case{
		padding: 3em 0;
	}
	.case_body{
		font-size: 3.5vw;
	}
	.case_list li h5{
		font-size: 4.5vw;
	}
	.case_list .img_wrap {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}
}


/*-------------------*/
.function{
	padding: 5.5em 0 3em 0;
}

.function_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.function_list li{
	width: 31.4%;
	font-size: 1.5em;
	margin-bottom: 2.5em;
	margin-right: 1.9%;
}

.function_list li:last-child{
	margin-bottom: 0;
}

.function_list li h5{
	color: #005c6f;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.function_list li h5 small{
	font-size: .5em;
}

.function_list .img_wrap img{
	max-width: 75%;
	display: block;
	margin: 0 auto;
}

.function_txt{
	font-size: 18px;
	line-height: 1.7;
}

@media screen and (min-width: 768.1px){
	.function_list li:nth-of-type(3n),
	.function_list li:nth-of-type(5n){
		margin-right: 0;
	}
}


@media screen and (max-width: 768px){
	.function{
		padding: 3em 0;
	}
	.function_list li{
		width: 49%;
		margin-right: 2%;
	}
	.function_list li:nth-of-type(2n){
		margin-right: 0;
	}
	.function_list li h5{
		font-size: 4.5vw;
	}
	.function_txt{
		font-size: 3.4vw;
	}
}

/*------------------*/
.company{
	padding: 5.5em 0;
}

.company_txt p{
	margin-bottom: 1em;
}

.company_txt p:last-of-type{
	margin-bottom: 0;
}

.company_body{
	margin-bottom: 3em;
}

.company_body .img_wrap img{
	width: 100%;
}

.company_link{
	text-align: center;
}

.company_link a{
	color: #fff;
	background: #019CBE;
	display: inline-block;
	max-width: 80%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 50em;
	padding: .5em 2.5em;
}

.company_link a:after{
	content:'';
	display: block;
	background: url(../images/btn_arrow.svg);
	width: .8em;
	height: .8em;
	-webkit-background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 1.25em;
}

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

	.company_body{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	.company_body .img_wrap{
		width: 40%;
	}

	.company_txt{
		width: 56%;
		font-size: 18px;
	}
}




@media screen and (max-width: 768px){
	.company{
		padding: 3em 0;
	}

	.company_body .img_wrap{
		width: 70%;
		margin: 0 auto 2em;
	}
	.company_link a{
		display: block;
		width: 100%;
		max-width: 100%;
		font-size: 5vw;
	}
}

/*---------------------*/


/*------------------*/
.information{
	padding: 5.5em 0;
}

.information_txt p{
	margin-bottom: 1em;
}

.information_txt p:last-of-type{
	margin-bottom: 0;
}

.information_body{
	margin-bottom: 3em;
}

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

	.information_body{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 768px){
	.information{
		padding: 3em 0;
	}
}

/*---------------------*/

.form{
	padding: 5.5em 0;
}



@media screen and (max-width: 768px){
	.form{
		padding: 3em 0;
	}
}



/*---------------------*/

/* footer{
	padding: 4em 0;
	background: #d9ebef;
} */

/* footer .copyright {
	width: 22%;
} */

/* footer .copyright span {
	display: block;
	font-size: 13px;
	padding: 1em .8em;
} */

/* footer .menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
} */

/* footer .menu ul a{
	padding: 1em .8em;
	font-size: 13px;
	display: block;
} */

/* footer .menu ul a:before{
	content: '';
	display: block;
	width: 1px;
	height: 1.15em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #c7cfd1;
} */

/* footer .logo h3{
	margin-bottom: .5em;
} */

/* footer h3 img{
	width: 100%;
} */

/* .copy{
	font-size: 13px;
	color: #686e70;
} */

@media screen and (min-width: 768.1px){
	/* footer .cont_inner{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}
	footer .menu ul li:first-child a:before{
		display: none;
	}
	footer h3 {
		width: 181px;
	} */
	.sp_only {
		/*display: none;*/
	}
}

@media screen and (max-width: 768px){
	/* footer{
		padding: 3em 0;
	}

	footer .cont_inner {
		display: flex;
    flex-flow: column;
	}

	footer .menu {
		order: 1;
	}

	footer .menu ul li{
		width: 49%;
	}

	footer .menu ul li a{
		font-size: 2.3vw;
	}

	footer .copyright {
		width: 100%;
		text-align: center;
		order: 2;
	}
	footer .copyright span {
		font-size: 2.3vw;
	} */
	.pc_only {
		/*display: none;*/
	}
}

/*-------------*/


.ml_form{
	font-size: 18px;
}
.ml_form dl{
	margin: 2em auto;
}
.ml_form dt,
.ml_form dd{
	margin-bottom: 1.725em;
	display: block;
}
.ml_form dd input[type="text"],
.ml_form dd input[type="email"],
.ml_form dd input[type="tel"],
.ml_form dd select,
.ml_form dd textarea{
	border-radius: 8px;
	border: 1px solid #00769b;
	padding: .5em;
	width: 100%;
	font-size: 18px;
	-webkit-appearance: none;
}
.ml_form dd select{
	padding: .5em 2em .5em .5em;
}

.ml_form dd ul error_blank{
	text-align: center;
}


.ml_form dd textarea{ overflow: auto; }



dd select{
	box-shadow: none;

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

select::-ms-expand {
    display: none;
}

dd .select:after{
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #019CBE;
	pointer-events: none;
}

dt.re .required{
	display: none;
}

.ml_form dt.re:after{
	content:'必須';
	display: inline-block;
	color: #fff;
	background: #ff0000;
	padding: .2em .5em;
	font-size: .7em;
	margin-left: .5em;
}

.ml_form dd.name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ml_form .information_txt p.re:after{
	content:'必須';
	display: inline-block;
	color: #fff;
	background: #ff0000;
	padding: .2em .5em;
	font-size: .7em;
	margin-left: .5em;
}


#name_1,
#name_2{
	width: 48.6%;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	color: #f00;
	font-size: 15px;
}

form#mail_form dl dd.color span{
	text-align: center;
	color: #f00;
	font-size: 15px;
}

#form_submit{
	display: block;
	max-width: 100%;
	border: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	cursor: pointer;
}

#form_submit:hover{
	opacity: .8;
	transition: .3s;
}

#form_submit input{
	color: #fff;
	background: #019CBE;
	border: 0;
	padding: .8em 2.5em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
	border-radius: 50em;
	cursor: pointer;
	line-height: 1;
	-webkit-appearance: none;
}

#form_submit:after{
	content:'';
	display: block;
	background: url(../images/btn_arrow.svg);
	width: .8em;
	height: .8em;
	-webkit-background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: cover;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 1.25em;
}


@media screen and (min-width: 768.1px){
	.ml_form dl{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	.ml_form dt{
		width: 35%;
	}
	.ml_form dd{
		width: 61%;
	}
	#form_submit{
		display: block;
		max-width: 80%;
		width: 336px;
	}
}


/*――――――――――――――――――――*/

@media screen and (max-width: 768px){
	.ml_form dt{
		margin-bottom: .5em;
		font-size: 4vw;
	}
	.ml_form dd{
		margin-bottom: 1.5em;
	}

}
@media screen and (min-width: 768.1px){
	.sp{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
}



span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

.contact__area {
	display: none;
}