@charset "UTF-8";



header {
	width: 100%;
	min-width: 1200px;
}



/*------------------------------------------------------------
  mv
------------------------------------------------------------*/


.mv {
	width: 100%;
	margin: 0 auto;
	height: 748px;
	min-width: 1200px;

}

.mv .inner {
	background: url("../images/mv.jpg")center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height: 748px;
}

.mv .mv-txt {
	width: 890px;
	margin: auto;
	padding-top: 115px;
}
.mv .link01 {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}




/* SP ----------------------------------------*/


@media screen and (max-width: 768px){
	
header {
	width: 100%;
	min-width:100%;
}
	
.mv {
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-width: 100%;

}

.mv .inner {
	background: url("../images/sp_mv.jpg")0 0 no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 106%;
}

.mv .mv-txt {
	width: 100%;
	margin: auto;
	padding-top: 0;
	position: absolute;
	top: 11%;
}
.mv .link01 {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 61%;
	margin-top: 1%;
}
	.mv .link01 a {
		font-size: 4vw;
	}
	
	
}





/*------------------------------------------------------------
  Section
------------------------------------------------------------*/
.sec {
	width: 100%;
	min-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}
.sec .inner {
	max-width: 1100px;
	margin: auto;
}



/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
	.sec {
		min-width: 100%;
	}
	.sec .inner {
		max-width: 90%;
	}
}


/*------------------------------------------------------------
  sec01
------------------------------------------------------------*/

.sec01 {
	margin-top: 30px;
	position: relative;
}

.sec01 .back-t {
	max-width: 1272px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.sec01 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	  align-items: center;
	margin-top: -10px;
}

.sec01 .fix-box .l-box {
	width: 46%;
}
.sec01 .fix-box .r-box {
	width: 48%;
}
.sec01 .fix-box .r-box img {
	border-radius: 10px;
}

.sec01 .fix-box .l-box .link01 {
	margin: auto;
	text-align: center;
	margin-top: 50px;
}
.sec01 .fix-box .l-box .link01 a {
	width: 85%;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
.sec01 {
	margin-top: 10px;
	position: relative;
}

.sec01 .back-t {
	max-width: 100%;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.sec01 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	align-items: center;
	margin-top: 10px;
}

.sec01 .fix-box .l-box {
	width: 100%;
}
.sec01 .fix-box .r-box {
	width: 100%;
}
.sec01 .fix-box .l-box img {
	border-radius: 6px;
}
	.sec01 .fix-box .l-box .image {
		margin-top: 20px;
	}
.sec01 .fix-box .l-box .link01 {
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
.sec01 .fix-box .l-box .link01 a {
	width: 90%;
		padding: 20px 10%;
}
}

/*------------------------------------------------------------
  sec02
------------------------------------------------------------*/

.sec02 {
	margin-top: 100px;
	position: relative;
	background: url("../images/sec02_bg.gif") 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 90px 0;
}
.sec02 .box {
	background: #fff;
	margin-top: 35px;
	padding-bottom:55px;
}
.sec02 .box .b-ttl {
	background: #e26000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	padding: 12px 0;
}
.sec02 .box .b-ttl span {
	font-weight: bold;
	font-size: 42px;
}

.sec02 .box .txt01 {
	font-weight: 900;
	text-align: center;
	margin: 30px 0 25px; 
	font-size: 30px;
}
.sec02 .box .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 92%;
	margin: auto;
}
.sec02 .box .fix-box .item {
	width: 49.5%;
}

.sec02 .note {
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
.sec02 {
	margin-top: 60px;
	position: relative;
	background: url("../images/sec02_bg.gif") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.sec02 .box {
	background: #fff;
	margin-top: 20px;
	padding-bottom:15px;
}
.sec02 .box .b-ttl {
	background: #e26000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	padding: 12px 0;
}
.sec02 .box .b-ttl span {
	font-weight: bold;
	font-size: 20px;
}

.sec02 .box .txt01 {
	font-weight: 900;
	text-align: center;
	margin: 20px 0 20px; 
	font-size: 18px;
}
.sec02 .box .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 85%;
	margin: auto;
}
.sec02 .box .fix-box .item {
	width: 100%;
	margin-bottom: 10px;
}

.sec02 .note {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}	
}






/*------------------------------------------------------------
  sec03
------------------------------------------------------------*/

.sec03 {
	margin-top: 90px;
}
.sec03 .box {
	position: relative;
}

.sec03 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 35px;
}
.sec03 .fix-box .item {
	width: 23%;
}

.sec03 .arrow {
	width: 17px;
}
.sec03 .arrow01 {
	position: absolute;
	top: 49%;
	left: 23.5%;
}

.sec03 .arrow02 {
	position: absolute;
	top: 49%;
	left: 49.1%;
}

.sec03 .arrow03 {
	position: absolute;
	top: 49%;
	left: 74.7%;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
.sec03 {
	margin-top: 50px;
}
.sec03 .box {
	position: relative;
}

.sec03 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 15px;
}
.sec03 .fix-box .item {
	width: 80%;
	margin: auto;
	margin-bottom: 14px;
}

.sec03 .arrow {
	width: 8%;
	margin: auto;
	margin-bottom: 12px;
}
	
	
	
	
}


/*------------------------------------------------------------
  sec04
------------------------------------------------------------*/

.sec04 {
	margin-top: 110px;
	position: relative;
	background: url("../images/sec04_bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 90px 0;
}

.sec04 .ttl-box .eng-t {
	color: #fff;
}
.sec04 .ttl-box .ttl {
	color: #fff;	
}

.sec04 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	align-items: stretch;
	width: 1000px;
	height: 100%;
	margin: auto;
	margin-top: 40px;
}
.sec04 .fix-box .item {
	width: 48%;
	margin-bottom: 4%;
  display: flex;
  flex-direction: column;
		background: #fff;
		border-radius: 8px 8px 8px 8px;
}

.sec04 .fix-box .item img {
	border-radius: 8px 8px 0 0;
}
.sec04 .fix-box .item .txt-box {
}

.sec04 .fix-box .item .txt-box h4 {
	padding: 20px 35px 15px;
	font-weight: bold;
	font-size: 26px;
	color: #bdad1e;
}
.sec04 .fix-box .item .txt-box .txt {
	padding: 0 35px 30px;	
	font-size: 16px;
	line-height: 1.6;
}


@media screen and (max-width: 768px) {
.sec04 {
	margin-top: 70px;
	position: relative;
	background: url("../images/sec04_bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 40px 0;
}

.sec04 .ttl-box .eng-t {
	color: #fff;
}
.sec04 .ttl-box .ttl {
	color: #fff;	
}

.sec04 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	align-items: stretch;
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 20px;
}
.sec04 .fix-box .item {
	width: 100%;
	margin-bottom: 20px;
  display: flex;
  flex-direction: column;
		background: #fff;
		border-radius: 8px 8px 8px 8px;
}

.sec04 .fix-box .item img {
	border-radius: 8px 8px 0 0;
}
.sec04 .fix-box .item .txt-box {
}

.sec04 .fix-box .item .txt-box h4 {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #bdad1e;
}
.sec04 .fix-box .item .txt-box .txt {
	padding: 0 20px 20px;	
	font-size: 14px;
	line-height: 1.6;
}

	
}

/*------------------------------------------------------------
  banner
------------------------------------------------------------*/

.banner {
	margin: 90px 0;
}

.banner .b-link a {
		width: 936px;
	margin: auto;
}

@media screen and (max-width: 768px) {
.banner {
	margin: 50px 0;
}

.banner .b-link a {
		width: 90%;
	margin: auto;
}
	
}




/*------------------------------------------------------------
  sec05
------------------------------------------------------------*/

.sec05 {
	margin-top: 110px;
	position: relative;
	background: url("../images/sec05_bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 90px 0 70px;
}
.sec05 .f-eng {
	position: absolute;
	top: -30px;
	font-size: 157px;
	left: 0;
	right: 0;
	color: rgba(255,255,255,0.6);  
	margin: auto;
	text-align: center;
}

.sec05 .inner {
	position: relative;
	z-index: 1;
}

.sec05 .ttl {
	width: 612px;
	text-align: center;
	margin: auto;
}

.sec05 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 940px;
	margin: auto;
	margin-top: 25px;
}
.sec05 .fix-box .item {
	width: 29%;
}

.sec05 .fix-box .item .txt {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7;
}




/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
.sec05 {
	margin-top: 50px;
	position: relative;
	background: url("../images/sec05_bg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 40px 0 30px;
}
.sec05 .f-eng {
	position: absolute;
	top: -10px;
	font-size: 15vw;
	left: 0;
	right: 0;
	color: rgba(255,255,255,0.6);  
	margin: auto;
	text-align: center;
}

.sec05 .inner {
	position: relative;
	z-index: 1;
}

.sec05 .ttl {
	width: 98%;
	text-align: center;
	margin: auto;
}

.sec05 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 80%;
	margin: auto;
	margin-top: 15px;
}
.sec05 .fix-box .item {
	width: 100%;
	margin-bottom: 20px;
}

.sec05 .fix-box .item .txt {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
}

/*------------------------------------------------------------
  sec06
------------------------------------------------------------*/

.sec06 {
	margin-top: 100px; 
}
.sec06 .box {
	margin-top: 50px;
} 
.sec06 .item {
	border-top: solid 1px #e1e1e1;
	box-sizing: border-box;
	padding-top: 30px;
	margin-bottom: 30px;
}

.sec06 .item:last-child {
	border-bottom: solid 1px #e1e1e1;
	box-sizing: border-box;	
	padding-bottom: 30px;
}
.sec06 .item img {
	border-radius: 8px;
}

.sec06 .item .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.sec06 .item .fix-box .image {
	width: 25%;
}

.sec06 .item .fix-box .text-box {
	width:71%;

}

.sec06 .item .fix-box .text-box h4 {
	font-size: 30px;
	font-weight: 700;	
	position: relative;
	line-height: 1.4;
	padding-left: 55px;
}

.sec06 .item .fix-box .text-box h4::before {
	content: "";
  color: #fff;
	width: 45px;
  line-height: 48px;
	text-align: center;
	height: 45px;	
	border-radius: 100px;
	font-size: 20px;
	display: inline-block;
	background: #bdad1e;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	position: absolute;
	left: 0;
	top: -1px;
}

.sec06 .item01 .fix-box .text-box h4::before {
	content: "01";
}
.sec06 .item02 .fix-box .text-box h4::before {
	content: "02";
}
.sec06 .item03 .fix-box .text-box h4::before {
	content: "03";
}

.sec06 .item .fix-box .text-box .txt {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.7;
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
.sec06 {
	margin-top: 50px; 
}
.sec06 .box {
	margin-top: 30px;
} 
.sec06 .item {
	border-top: solid 1px #e1e1e1;
	box-sizing: border-box;
	padding-top: 25px;
	margin-bottom: 25px;
}

.sec06 .item:last-child {
	border-bottom: solid 1px #e1e1e1;
	box-sizing: border-box;	
	padding-bottom: 25px;
}
.sec06 .item img {
	border-radius: 8px;
}

.sec06 .item .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.sec06 .item .fix-box .image {
	width: 100%;
}

.sec06 .item .fix-box .text-box {
	width:100%;

}

.sec06 .item .fix-box .text-box h4 {
	font-size: 20px;
	font-weight: 700;	
	position: relative;
	line-height: 1.4;
	padding-left: 42px;
	margin-bottom: 15px;
}

.sec06 .item .fix-box .text-box h4::before {
	content: "";
  color: #fff;
	width: 35px;
  line-height: 37px;
	text-align: center;
	height: 35px;	
	border-radius: 100px;
	font-size: 16px;
	display: inline-block;
	background: #bdad1e;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	position: absolute;
	left: 0;
	top: -4px;
}

.sec06 .item01 .fix-box .text-box h4::before {
	content: "01";
}
.sec06 .item02 .fix-box .text-box h4::before {
	content: "02";
}
.sec06 .item03 .fix-box .text-box h4::before {
	content: "03";
}

.sec06 .item .fix-box .text-box .txt {
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.7;
	padding-left: 0;
}	
}

/*------------------------------------------------------------
  sec07
------------------------------------------------------------*/

.sec07 {
	position: relative;
	background: url("../images/sec07_bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	height: 970px;
	padding-top: 260px;
	max-width: 2000px;

}
.sec07 .bg01 {
	position: absolute;
	top: -10px;
	margin: auto;
	max-width: 2000px;
	height: auto;
	z-index: 1;
}

.sec07 .bg02 {
	position: absolute;
	bottom: -0;
	margin: auto;
	max-width: 2000px; 
  height: auto;
}

.sec07 .ttl {
	width: 810px;
	margin: auto;
	margin-bottom: 35px;
}

.sec07 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 20px;
}
.sec07 .fix-box .item {
	width: 24%;
	border-radius: 10px;
	border: solid 1px #fff;
	box-sizing: border-box;
	position: relative;
	background: rgba(0,0,0,0.5);  
	  display: flex;
  align-items: center;	
}

.sec07 .fix-box .item::before {
	content: "";
	background: url("../images/sec07_img02.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.sec07 .fix-box .item .txt {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 30px 20px;
	line-height: 1.7;
}

.sec07 .fix-box01 .item {
	width: 32.4%;
}


/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
.sec07 {
	position: relative;
	background: url("../images/sp_sec07_bg.png") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 0;
	max-width: 100%;
	padding-bottom: 160px;
	margin-top: -80px;
}

.sec07 .ttl {
	width: 100%;
	margin: auto;
	margin-bottom: 35px;
	padding-top: 170px;
}

.sec07 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 0;
}
.sec07 .fix-box .item {
	width: 100%;
	border-radius: 6px;
	border: solid 1px #fff;
	box-sizing: border-box;
	position: relative;
	background: rgba(0,0,0,0.5);  
	  display: flex;
  align-items: center;	
	margin-bottom: 20px;
}

.sec07 .fix-box .item::before {
	content: "";
	background: url("../images/sec07_img02.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}

.sec07 .fix-box .item .txt {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 25px 20px;
	line-height: 1.7;
}

.sec07 .fix-box01 .item {
	width: 100%;
}
	
}



/*------------------------------------------------------------
  sec08
------------------------------------------------------------*/

.sec08 {
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.sec08 .ttl {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 45px;
}

.sec08 .fix-box {
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.sec08 .fix-box_b {
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;	
}
.sec08 .fix-box .item {
	position: relative;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 33.33%;
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
}
.sec08 .fix-box .item:nth-of-type(3n) {
	border-right:none;
} 


.sec08 .fix-box .item::before {
		content: "";
	background: #bdad1e;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	position: absolute;
display: inline-block;
	margin-left: -20px;
	top: 50%;
	margin-top: -5px;
}

.sec08 .note {
	text-align: right;
	font-size: 15px;
	margin-right: 20px;
	margin-top: 10px;
}

.sec08 .image-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 100px;
}

.sec08 .image-box .image {
	width: 33.333%;
}
.sec08 .image-box .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 276px;
}

@media screen and (max-width: 768px) {
.sec08 {
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.sec08 .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 25px;
}

.sec08 .fix-box {
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	border-bottom: none;
}
.sec08 .fix-box_b {
	border-right: none;
	border-top: none;
	box-sizing: border-box;	
}
.sec08 .fix-box .item {
	position: relative;
	border-right: none;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	display: inline-block;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 700;
}



.sec08 .fix-box .item::before {
		content: "";
	background: #bdad1e;
	width: 11px;
	height: 11px;
	border-radius: 100px;
	position: absolute;
display: inline-block;
	margin-left: -16px;
	top: 50%;
	margin-top: -4px;
}

.sec08 .note {
	text-align: right;
	font-size: 13px;
	margin-right: 20px;
	margin-top: 10px;
}

.sec08 .image-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 50px;
}

.sec08 .image-box .image {
	width: 33.333%;
}
.sec08 .image-box .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	height: 160px;
}
	
}

/*------------------------------------------------------------
  sec09
------------------------------------------------------------*/

.sec09{
  background: #e8e6df;
	padding-bottom: 110px;
}
.sec09 .ttl-box {
	padding-top: 70px;
}
.sec09 .item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px -15px #777777;
	padding-bottom: 30px;
	margin-top: 30px;
}

.sec09 .item h4 {
	background: #bdad1e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	padding: 15px 0;
	border-radius: 8px 8px 0 0;
}

.sec09 .item .i-inner {
	padding: 0 60px;
}

.sec09 .item .txt01 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-top: 25px;
}

.sec09 .item .t-box {
	border-top: solid #bdad1e 1px;
	border-bottom: solid #bdad1e 1px;
	box-sizing: border-box;
	padding: 15px 0 25px;
	margin-top: 25px;
}
.sec09 .item .t-box .fee-txt {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.sec09 .item .t-box .fee-txt .clr-t {
	color: #e26000;
	font-size: 40px;
}

.sec09 .item .t-box .fee-txt .f-size01 {
	font-size: 20px;
}

.sec09 .item .t-box .fee-txt .f-size02 {
	font-size: 20px;
}

.sec09 .item .note {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
.sec09{
  background: #e8e6df;
	padding-bottom: 60px;
}
.sec09 .ttl-box {
	padding-top: 30px;
}
.sec09 .item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px -15px #777777;
	padding-bottom: 20px;
	margin-top: 20px;
}

.sec09 .item h4 {
	background: #bdad1e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	border-radius: 8px 8px 0 0;
}

.sec09 .item .i-inner {
	padding: 0 20px;
}

.sec09 .item .txt01 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 15px;
}

.sec09 .item .t-box {
	border-top: solid #bdad1e 1px;
	border-bottom: solid #bdad1e 1px;
	box-sizing: border-box;
	padding: 5px 0 15px;
	margin-top: 15px;
	line-height: 1.6;
}
.sec09 .item .t-box .fee-txt {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}

.sec09 .item .t-box .fee-txt .clr-t {
	color: #e26000;
	font-size: 26px;
}

.sec09 .item .t-box .fee-txt .f-size01 {
	font-size: 16px;
}

.sec09 .item .t-box .fee-txt .f-size02 {
	font-size: 20px;
}

.sec09 .item .note {
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
	margin-top: 10px;
}
	
}


/*------------------------------------------------------------
  sec11
------------------------------------------------------------*/

.sec11{
	margin-top: 90px;
}
.sec11 .box {
	max-width: 820px;
	margin: auto;
	margin-top: 30px;
}

.sec11 .box li {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: solid 1px #e5e5e5;
	box-sizing: border-box;
}

.sec11 .box li::before{
  content: '';
  position: absolute;
  bottom: -1px;
  width: 120px;
  height: 2px;
  background: #bdad1e;/*左：ピンク*/
}


.sec11 .box li dl {
	display: table;
	width: 100%;
}
.sec11 .box li dt {
	display: table-cell;
	width: 120px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}
.sec11 .box li dd {
	display: table-cell;
	width: 670px;
	padding-left: 30px;
	line-height: 1.8;
	font-size: 16px;
}

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

.sec11{
	margin-top: 50px;
}
.sec11 .box {
	max-width: 100%;
	margin: auto;
	margin-top: 25px;
}

.sec11 .box li {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: solid 1px #e5e5e5;
	box-sizing: border-box;
}

.sec11 .box li::before{
  content: '';
  position: absolute;
  bottom: -1px;
  width: 22%;
  height: 2px;
  background: #bdad1e;/*左：ピンク*/
}


.sec11 .box li dl {
	display: table;
	width: 100%;
}
.sec11 .box li dt {
	display: table-cell;
	width: 22%;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
}
.sec11 .box li dd {
	display: table-cell;
	width: 75%;
	padding-left: 3%;
	line-height: 1.6;
	font-size: 14px;
}	
}






/*------------------------------------------------------------
  sec10
------------------------------------------------------------*/

.sec10{
padding: 35px 0;
	background: #f6f5e9;
	margin-top: 110px;
}
.sec10 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.sec10 .l-box {
	width: 45%;
	padding-top: 25px;
}
.sec10 .r-box {
	width: 55%;
	border-left: solid 1px #e5e5e5;
	box-sizing: border-box;
}

.sec10 .l-box h3 {
	font-size: 20px;
	font-weight: 700;
}

.sec10 .l-box .txt {
	margin-top: 15px;
	font-size: 16px;
}

.sec10 .r-box ul {
	padding-left: 35px;
}

.sec10 .r-box li {
	margin-bottom: 15px;
	font-size: 14px;
}

.sec10 .r-box .txt {
		font-size: 14px;
		padding-left: 35px;
}



@media screen and (max-width: 768px) {
.sec10{
  padding: 15px 0 35px;
	background: #f6f5e9;
	margin-top: 60px;
}
.sec10 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.sec10 .l-box {
	width: 100%;
	padding-top: 25px;
}
.sec10 .r-box {
	width: 100%;
	border-left: none;
	border-top: solid 1px #e5e5e5;	
	box-sizing: border-box;
	padding-top: 20px;
	margin-top: 20px;
}

.sec10 .l-box h3 {
	font-size: 18px;
	font-weight: 700;
}

.sec10 .l-box .txt {
	margin-top:10px;
	line-height: 1.5;
	font-size: 14px;
}

.sec10 .r-box ul {
	padding-left: 0;
}

.sec10 .r-box li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.sec10 .r-box .txt {
		font-size: 14px;
		padding-left: 0;
	line-height: 1.5;	
}

	
}









/*------------------------------------------------------------
footer
------------------------------------------------------------*/

footer {
	width: 100%;
	background: #515151;
	color: #fff;
}

footer .inner {
	text-align: center;
	padding: 14px 0;
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: 0.1em;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
footer {
	width: 100%;
	background: none;
	color: #fff;
	padding-bottom: 74px;
}

footer .inner {
	text-align: center;
		background: #515151;
	padding: 12px 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
}




/*--------------------------------------------------
side_link
--------------------------------------------------*/
.side_link{
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 999;
  display: none;
}

.side_link a {
  display: block;
	width: 210px;
}


@media screen and (max-width: 768px) {
.side_link{
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 999;
  display: none;
left: 0;
}

.side_link a {
  display: block;
	width: 280px;
	text-align: center;
	margin: 0 auto;
}
	
}



/*--------------------------------------------------
   page-top
--------------------------------------------------*/
.pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: none;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #ea6300;
  color: #fff;
  font-size: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-radius: 100px;
}
.pagetop a::before {
  content: '';
	display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 26px;
  left: 50%;
	margin: 0 0 0 -6px;
}
.pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
  .pagetop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 999;
    display: none;
  }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: #f4800f;
    color: #fff;
    font-size: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    border: solid 1px #fff;
    box-sizing: border-box;
  }
  .pagetop a::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    left: 54%;
    margin: 0 0 0 -6px;
  }
  .pagetop a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }	
}