	.link_box{display: flex;flex-wrap: nowrap;}
	.link_box01{width: 50%;padding: 10px;}
	
	
.btn_blue {
	display: block;
	cursor: pointer;
	width:100%;
	margin: 1em auto;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #232289;
	box-shadow: 0 6px 0 #010036, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	text-align: center;	
}
.btn_blue:hover {
	background: #232289;
	box-shadow: 0 3px 0 #010036, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn_blue:active {
	color: #fff;
	background: #232289;
	box-shadow: 0 0 0 #010036, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}	
.btn {
	display: block;
	cursor: pointer;
	width: 60%;
	margin: 1em auto;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff!important;
	line-height: 1.6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #20b2aa;
	box-shadow: 0 6px 0 #047c71, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.btn:hover {
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn:active {
	color: #ddd;
	background: #12978d;
	box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}		
/*.top-background {
  background: url("../img/2022/top_bg.png");background-repeat: no-repeat;background-size: cover;
}*/
.mv_bttom  {
  background:#7c241f;
}
.top-inner {
  /*margin: 2em auto 0;*/
	margin: 0 auto 1em;
  width: 100%;
  max-width: 1500px;
  height: auto;
  text-align: center;
}  
  
.top-inner img {
  width: 80%;
}
  
@media only screen and (max-width: 768px) {
	.link_box{display: flex;flex-wrap: wrap;}
	.link_box01{width: 100%;}
	.btn_blue{margin-top: 30px}
	.btn{margin-top: 30px}
  .top-inner {
    margin: 0 auto;
  } 
  
  .top-inner img {
    width: 100%;
  }
  
}
  
  
.section-background {
  background-color: #fef1de;
  /*padding: 4.5em 0;*/
} 
  
.bk-anotherColor {
   background: url("../img/2022/cont_bg.png");background-repeat: no-repeat;background-size: cover;
} 
  
.section-firstMargin {
  padding: 1em 0 4.5em;
  margin-top: 3.5em;
}    
  
.section-body {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;  
}
  
.section-body h1 {
  padding: 0;
}  
  
@media only screen and (max-width: 768px) {

  .section-background {
    padding: 0em 0.5em;
  }
  
  .section-firstMargin {
    padding: 0 0.5em 2.5em;
    margin-top: 2.15em;
  }   
    
  .section-body {
    padding: 1.2em 1em;
  }
  
}

  
.text-title {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  padding: 1em 3em;
  border-radius: 0 100vh 100vh 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  line-height: 1.6;
  margin: 0 0 -1.5em -10px;
  background: #27539b;
  color: #fff;
}
   
.text-title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-top: 10px solid #1a3869;
}   
	
	.prep_box{background-color: #fff;
		padding: 1.5em 1em 0em ;
		margin-bottom: 1em;
		color: #1B23BC;
		font-size: 1.6em;
		font-weight: bold;
		/*border: solid 2px #4776E5;*/
	}	
  
.nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  padding: 1em 0 3em;
  background-color: #fff;
  border-radius: 3px;
  margin: 1em 10%;
 border: solid 2px rgba(12,23,139,1.00)
	 
}
  
.nav-list {
  width: calc(100% / 4 );
  margin: 0 1.5em;
  line-height: 3;
  border-bottom: 3px dotted #27539b;
  text-align: center;
  font-size: 1.5em;	
} 
  
.nav-list a {  
  font-weight: bold;
  color: #27539b;
  font-size: 120%;
}    
  
@media only screen and (max-width: 768px) { 
  
  .text-title {
    font-size: 100%;
    padding: 1.2em 2.2em;
  }
  
  .nav {
	padding: 1em;  
    font-size: 90%;
    /*margin-bottom: 0.4em;*/
	width: 90%; 
	margin: 0;  
  } 
  
  .nav-list { margin: 0;
	  width: 100%;
    border-bottom: 2px dotted #27539b;
  }

}      
  

.section-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.7em;
	margin-top: 1.2em
}
  
.polkaDot {
  border-bottom: dotted 6px #736e6e;
  font-weight: bold;
  font-size: 220%;
}  
  
@media only screen and (max-width: 768px) {
	.prep_box{
		padding: 0 1em 0 ;
		font-size: 1.1em;
		margin-bottom: 0;
	}
  .section-title {
    margin-bottom: 1.3em;
	  margin-top: 1.2em;
  }
  
  .polkaDot {
    font-size: 160%;
    border-bottom: dotted 4px #27539b;
  }

}    

  
.box27 {
  position: relative;
  margin-top: 4em;
  padding: 1em 1.2em;
  border: solid 3px #27539b;
}
  
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: -3px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px 5px 0 0;
  padding: 3px 9px 0 12px;
  color: #fff;
  font-weight: bold;
  font-size: 160%;
  background-color: #27539b;
}
  
.box27 p {
  font-size: 105%;
}
  
@media only screen and (max-width: 768px) {
  
  .box27 {
    margin-top: 3.8em;
  }
  
  .box27 .box-title {
    font-size: 140%;
  }
  
  .box27 p {
    font-size: 100%;
  }

} 
  
  
.emphasized-text01 {
  font-size: 260%;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}   
  
.emphasized-text02 {
  font-size: 240%;
  text-align: center;
  margin: -0.3em 0 1em;
}   
  
.marker {
  background: linear-gradient(transparent 65%, #f0b9cc 65%);
}    
  
@media only screen and (max-width: 768px) { 
  
  .emphasized-text01 {
    font-size: 160%;
    margin-top: 1.2em;
  }
  
  .emphasized-text02 {
    font-size: 150%;
  } 
  
}  

  
.btn-box {
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
  
.btn-box .btn-box01 {
  width: 90%;
  box-sizing: border-box;
  line-height: 1.5;
}
  
.btn-box .btn-box02 {
  width: 10%;
  box-sizing: border-box;
}
  
.btn-margin01 {
  margin: 3em auto 6px; 
}  
  
.btn-margin02 {
  margin: 1.5em auto 6px; 
}  
  
@media only screen and (max-width: 768px) {
  
  .btn-01, .btn-02,.btn-03,.btn-04, .btn-margin01 {
    margin: 2em auto 6px;
  }
  
  .btn-margin02 {
    margin: 1.4em auto 6px;  
  }
  
  .btn-01 a, .btn-02 a, .btn-03 a, .btn-04 a {
    font-size: 135%;
  }
 
}   
        

.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
  
.cp_table2 {
	width: 100%;
	border-collapse: collapse;
  margin-bottom: 1em;
}
  
.cp_table2 th, .cp_table2 td {
	padding: 10px;
}
  
.cp_table2 th {
	text-align: left;
	background-color: #6A71B4;
  color: #fff;
  border-bottom: 1px solid #fff;
}
  
.cp_table2 tr:last-child th {
  border-bottom: 1px solid #6A71B4;
}  
  
.th_1 {
  width: 20%;
} 
  
.th_2 {
  width: 10%;
}   
  
.cp_table2 td {
	background-color: #fff;
  border: 1px solid #e5e5e5;
}
  
@media only screen and (max-width: 768px) { 
  
  .cp_table2 th, .cp_table2 td {
		width: 100%;
		display: block;
	}
	
  .cp_table2 th {
    border: 1px solid #6A71B4;
  } 

}  
.br-white {
  border-right: 1px solid #fff;  
}
   
.bb-blue {
  border-bottom: 1px solid #83c2e4 !important;  
}   
  
.table-bk {
  background-color: #fef5f8 !important;  
}  
  
@media only screen and (max-width: 768px) { 
 
  
  .br-white {
    border-bottom: 1px solid #fff !important;  
  }

}
.program_box{border: dotted 2px #122B7C;max-width: 80%;margin: 0 auto;padding: 10px 20px;background: #fff}  
	.program_txt{list-style: none;padding: 0;  margin: 0;}
	.program_txt li span{color: #F9060A;font-weight: bold;font-size: 1.1em;}
	

  
@media only screen and (max-width: 768px) { 
  
}  
  
  
.content-title {
  color: #27539b;
  margin-bottom: 0.1em;
  font-size: 170%;
  font-weight: bold;
  line-height: 1.6;
}    
  
.content-box {
  background-color: #ebeff8;
  padding: 1.5em 2em;
}
  
.content-box p {
  font-size: 105%;  
}  
  
.arrow01 {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #e78bab;
  margin: 4.1em auto 1.5em;
  text-align: center;  
}   
  
@media only screen and (max-width: 768px) { 
  
  .content-title {
    font-size: 150%;
  }
  
  .content-box p {
    font-size: 100%;  
  }
  
  .arrow01 {
    margin: 3.05em auto 0.8em;  
  } 

}    
  

.call-center {
  padding: 2em 1em;
  text-align: center;
  background-color: #fff;
  margin-top: 4em;
}   

.call-center_text {
  font-size: 130%;
  font-weight: bold;
}
  
.call-center_text_2 {
  font-size: 110%;
}  
  
.call-center_phone {
  font-size: 250%;
  font-weight: bold;
  color: #27539b;
}
   
.call-center_phone a {
  color: #27539b;
}  
  
@media only screen and (max-width: 768px) { 
  
  .call-center {
    margin-top: 3em;
  }
  
  .call-center_text {
    font-size: 120%;
  }
  
  .call-center_text_2 {
    font-size: 100%;
  } 
  
  .call-center_phone {  
    font-size: 235%;
  }

}  
  
  
.pc {
  display: block;
}
  
.sp { 
  display: none;
}
  
.red-1 {
  color: #de5443;
}
  
.red-l {
  color: #de5443;
  font-weight: bold;
  font-size: 120%;
}   
  
.font-s {
  font-size: 85%;  
}  
	.txt10{font-size: 10px}  
@media only screen and (max-width: 768px) {
  
  .pc { 
    display: none;
  }
  
  .sp { 
    display: block;
  }
  
  .red-l {
    font-size: 110%;
  } 
  
  .font-s {
    font-size: 100%;  
  } 
    
}      
.cont_search{background:#232289;padding:34px 0 50px}.cont_search h2{color:#fff}.cont_search h2::before{background:#fff}.cont_search .btn-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:950px;margin:0 auto}@media screen and (max-width: 640px){.cont_search .btn-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:320px;margin-bottom:0px}.cont_search .btn-flex .section-btn:not(:last-child){margin-bottom:20px}}.cont_search .btn-flex .section-btn:not(:last-child){margin-right:20px;margin-bottom:20px}@media screen and (max-width: 640px){.cont_search .btn-flex .section-btn:not(:last-child){margin-right:0}}.cont_search .btn-flex a{width:170px;background:#fff;color:#232289;-webkit-box-shadow:0px 6px 0px 0px #ADADAD;box-shadow:0px 6px 0px 0px #ADADAD}@media screen and (max-width: 640px){.cont_search .btn-flex a{width:150px}}.cont_search .btn-flex a:after{border-top:2px solid #232289;border-right:2px solid #232289}.cont_search .btn-flex a:hover{-webkit-box-shadow:0px 6px 0px 0px #232289;box-shadow:0px 6px 0px 0px #232289}
	.section-btn{text-align:center}.section-btn a{display:block;width:360px;height:70px;margin:0 auto;color:#fff;font-size:22px;font-weight:bold;line-height:1.4;text-align:center;border-radius:6px;background:#232289;-webkit-box-shadow:0px 6px 0px 0px #010036;box-shadow:0px 6px 0px 0px #010036;position:relative}.section-btn a:hover{-webkit-box-shadow:0px 1px 0px 0px #010036;box-shadow:0px 1px 0px 0px #010036;-webkit-transform:translate(0px, 5px);transform:translate(0px, 5px)}.section-btn a:after{content:'';position:absolute;display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;bottom:0;right:20px;margin:auto}@media screen and (max-width: 640px){.section-btn a:after{right:12px}}.section-btn a span{width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.section-btn a span strong{font-size:30px}.section-btn .txt-note{margin-top:20px}@media screen and (max-width: 950px){.section-btn p{font-size:18px;margin-bottom:10px;padding:0 10px}.section-btn a{width:300px;height:80px;font-size:17px}.section-btn a span strong{font-size:28px}}@media screen and (max-width: 950px){.section-btn p{font-size:16px;margin-bottom:10px;padding:0 10px}.section-btn a{width:280px;height:70px;font-size:16px}.section-btn a:after{right:10px}.section-btn a span strong{font-size:26px}}.common_ttl{background:none;font-size:36px;font-weight:bold;text-align:center;position:relative;border:none;line-height:1.5;margin:0 0 35px;padding:0 0 20px;color:#000}.common_ttl:before{background:#000;content:'';display:block;width:38px;height:1px;position:absolute;bottom:0;left:0;right:0;margin:auto}@media screen and (max-width: 640px){.common_ttl{font-size:22px}}
	
	table.table_a {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}
	table.table_a tr td, table.table_a tr th {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #ccc;
    border-top: 1px solid #fff;
    line-height: 1.5;
    padding: 3px 10px;
}
	.table_a th {
    background-color: #6A71B4;
    color: #fff;
    text-align: center;
}	
	
.box2{background-color: red;padding: 10px;color: #fff;font-size: 18px;font-weight: bold;}	
.flex_step{display: flex;flex-wrap: wrap;}
			.flex_step_box{width: 50%}
			.step1{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step1 p{padding: 80px 20px 10px;font-weight: bold;font-size: 16px;} 
			.step1_ico{position: absolute;top: -15px;left: 0;}
			.step2{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step2 p{padding: 80px 20px 10px;font-weight: bold;font-size: 16px;} 
			.step2_ico{position: absolute;top: -15px;left: 0;}
			.step3{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step3 p{padding: 80px 20px 10px;font-weight: bold;font-size: 14px;} 
			.step3_ico{position: absolute;top: -15px;left: 0;}
	        .step4{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step4 p{padding: 80px 20px 10px;font-weight: bold;font-size: 16px;} 
			.step4_ico{position: absolute;top: -15px;left: 0;}
	        .step5{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step5 p{padding: 80px 20px 10px;font-weight: bold;font-size: 16px;} 
			.step5_ico{position: absolute;top: -15px;left: 0;}
	        .step6{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
			.step6 p{padding: 60px 20px 10px;font-weight: bold;font-size: 16px;} 
			.step6_ico{position: absolute;top: -15px;left: 0;}
	        .step_inner{display: flex;flex-wrap: nowrap;}
	        .step_inner_box{width: 70%}
	        .step_inner_img{width: 30%;padding: 80px 0px 10px 10px;width: 150px}
			.box2{background-color: red;padding: 30px;color: #fff;font-size: 25px;font-weight: bold;text-align: center}
	        .flex{display: flex;flex-wrap: nowrap;	}	
	        .boxnaishin{margin: 10px auto; padding: 5px; border: 1px solid #ff0000; width: 70%; text-align: center;}
	
	@media screen and (max-width:760px){
		.step3{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
		.step4{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 180px;margin: 10px}
		.step6{border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 250px;margin: 10px}
		.boxnaishin{margin: 10px auto; padding: 5px; border: 1px solid #ff0000; width: 96%; text-align: center;}
	.flex{flex-wrap: wrap}
	.spimg{width: 150px !important}	
	.flex_step_box{width: 100%}	
			}	
	
	
	
	
.flex_step_box1 {width: 50%}
.flex_step_box1 {width: 100%}
.section-body1 {  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;  
}
.section-body1 {    padding: 1.2em 1em;
}
.section-title1 {  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.7em;
	margin-top: 1.2em
}
.section-title1 {    margin-bottom: 1.3em;
	  margin-top: 1.2em;
}
.step31 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
.step31 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
.step41 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
.step41 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 180px;margin: 10px}
.step61 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 200px;margin: 10px}
.step61 {border: solid 2px #f8b62b;background-color: #fef7d8;border-radius: 15px;position: relative;height: 250px;margin: 10px}
.step_inner_img1 {width: 30%;padding: 80px 0px 10px 10px;width: 150px}


.catch-txt{background: #ffed0f;padding: 20px 10px;color: #1599c3;}
.catch-txt p{font-size: 24px;font-weight: bold;}

@media screen and (max-width:760px){
	.catch-txt p{font-size: 22px;line-height: 1.3}
	
}
