@charset "UTF-8";
.top-txt p a{
	color: #0a8e89;
}
.notes table{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
}
.notes table th{
	font-weight: 500;
	font-size: 18px;
	background: #fffdd8;
	border: 1px solid #e2e2e2;
	text-align: left;
	padding: 40px 20px;
	width: 35%;
	line-height: 2;
}
.notes table td{
	padding: 40px 20px;
	font-size: 18px;
	border: 1px solid #e2e2e2;
	line-height: 2;
}
.notes table td  a{
	color:#0a8e89;
}
.notes ul{
	max-width: 900px;
	margin: 20px auto;
	width: 90%;
}
.notes ul li{
	list-style: disc;
	font-size: 14px;
	line-height: 2;
	margin-left: 1rem;
}
header .mv {
  background: none;
}
header .mv h2 {
  padding-bottom: 130px;

}
h3 {
  font-size: 29px !important;
  margin-bottom: 30px;
}
.top-txt p {
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
  margin: 0px auto 90px;
  max-width: 1080px;
  width: 90%;
}
.top-txt-inf p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin: 0px auto 90px;
  max-width: 1080px;
  width: 90%;
}
.flow{
	width: 90%;
	max-width: 1080px;
	margin: 50px auto;
	
}
.flow p{
	font-size: 17px;
	line-height: 2;
}
.flow-list{
	position: relative;
	margin-bottom: 100px;
}
.flow-list::before{
	content: "";
	height: 100%;
	width: 0;
	border-left: 1px solid #e2e2e2;
	position: absolute;
	left: 50%;
}
.flow .left,.flow .right{
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.flow .left {
	text-align: right;
	padding-right: 70px;
}
.flow .left .step{
	margin-right: -87px;
	position: relative;
	font-size: 18px;
	
}

.flow .left.step02{
	padding-top: 450px;
}
.flow .left.step04{
	padding-top: 250px;
}
.flow .right{
	padding-left: 70px;
}
.flow .right .step{
	margin-left: -83px;
	position: relative;
}
.flow .right .step,.flow .left .step{
	margin-bottom: 20px;
	font-size: 18px;
}
.flow .right .step img, .flow .left .step img{
	display: inline-block;
	vertical-align: middle;
}
.flow .step .st-img {
	display: inline-block;
	vertical-align: middle;
}
.flow .right .st-img::before{
	content: "";
	display: inline-block;
	width: 30px;
	margin-top: 15px;
	border-top: 2px solid #dbcf0d;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.flow .left .st-img::after{
	content: "";
	display: inline-block;
	width: 30px;
	margin-top: 15px;
	border-top: 2px solid #dbcf0d;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.flow .right .step span{
	margin-left: 10px;
	line-height: 31px;
	vertical-align: top;
	font-weight: bold;
}
.flow .left .step span{
	margin-right: 10px;
	line-height: 31px;
	vertical-align: top;
	font-weight: bold;
}
.flow .left .step{
	text-align: right;
}
.flow .right.step05{
	padding-top: 300px;
	margin-bottom: -100px;
}
.check{
	background: #f1f1f1;
	margin: 30px auto;
	max-width: 900px;
	width: 90%;
	font-size: 18px;
	box-sizing: border-box;
	padding:30px;
	position: relative;
}
.check span{
	color: #ff0000;
	font-weight: bold;
}
.check p{
	line-height: 2;
}
.check img{
	position: absolute;
	top: -20px;
	left: -2%;
}

.schedule{
	max-width: 900px;
	margin: 90px auto 50px;
	width: 90%;
}
.schedule p{
	font-size: 18px;
	line-height: 2;
}
.schedule .img01 img{
	display: block;
	margin: 30px auto;
	width: 100%;
	max-width: 901px;
}
.schedule .img01 img.sp{
	display: none;
}
.schedule .img02 img{
	display: block;
	max-width: 900px;
	margin: 30px auto 0;
	width: 100%;
	
}
.btn a {
    font-size: 22px;
    display: block;
    width: 90%;
    margin: 30px auto 80px;
    background: linear-gradient(-90deg, #751007, #a00f03);
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    padding: 35px 10px;
    box-sizing: border-box;
    line-height: 1;
    max-width: 570px;
    box-shadow: 6px 6px rgba(0, 0, 0, .15);
	text-align: center;
}
@media(max-width:1100px){
	.flow .right.step01 .img img{
		width: 100%;
		max-width: 480px;
	}
}
@media(max-width:980px) {
  header .mv {
    height: auto !important;
    padding-bottom: 0;
  }
  header .mv h2 {
    padding-bottom: 60px;
	 
  }
 
  header .mv {
    height: auto;
  }
  h3 {
    font-size: 23px !important;
  }
  .top-txt p {
    margin-top: 20px;
    margin-bottom: 0px;
	  font-size: 15px;
  }
	.top-txt {
		margin-bottom: 50px;
	}
	.notes table th,.notes table td{
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 20px;
	}
	.flow-list::before{
		display: none;
	}
	.flow-list .left ,.flow-list .right{
		float: none;
		 width: 100%;
		padding-top: 30px!important;
		text-align: left;
		padding-left: 30px!important;
		margin-bottom: 0!important;
		padding-right: 20px!important;
	}
	.flow-list .step{
		margin-left: -45px!important;
		
	}

	.flow-list{
		border-left: 1px solid #e2e2e2;
		margin-bottom: 60px;
	}
	.flow .img img{
		width: 100%;
		max-width:385px;
	}
	.schedule p{
		font-size: 15px;
	}
	.btn a{
		font-size: 17px;
	}
	.schedule .img01 img.pc{
		display: none;
	}
	.schedule .img01 img.sp{
		display: block;
	}
	.check p{
		font-size: 15px;
	}
	.check p span{
		font-size: 17px;
	}
	.flow .left .st-img::before{
	content: "";
	display: inline-block;
	width: 30px;
	margin-top: 15px;
	border-top: 2px solid #dbcf0d;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}


	.flow .left .step{
		text-align: left;
		margin-right: 0;
		margin-left: -45px;
		
	}
	.flow .left .st-img::after{
		display: none;
	}
	.flow .step span{
		margin-left: 70px!important;
		margin-right: 0;
		display: block;
		margin-top: 5px;
	}
	
}