@charset "UTF-8";

#content {
	margin: 0 auto;
	min-width: 1200px;
	max-width: 100%;
	min-height: 30px;
	overflow: hidden;
}

.recp .mv{
  width: 100%;
  height: 387px;
  text-align: center;
  background: #071614;
  overflow: hidden;
  position: relative;
}

.recp .mv img.pc{
  min-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.recp .date{
  background: url("../images/date_bk.gif") left top repeat-x;
  background-size: auto 100%;
}

.recp .date > div{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.recp .date > div p{
  width: 130px;
  height: 130px;
  background: #FFF;
  display: block;
  position: absolute;
  bottom: 14px;
  right: 10px;
  border-radius: 50%;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.75);
}

.recp .date > div p::before,
.recp .date > div p::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.recp .date > div p::before{
  width: 158px;
  height: 48px;
  background: url("../images/qr_f01.png") no-repeat;
  top: -34px;
}

.recp .date > div p::after{
  width: 109px;
  height: 48px;
  background: url("../images/qr_f02.png") no-repeat;
  bottom: -25px;
}
  

.recp .date > div p img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.recp .info{
  background: #002119; 
  background: -moz-linear-gradient(top,  #002119 0%, #004137 100%); 
  background: -webkit-linear-gradient(top,  #002119 0%,#004137 100%); 
  background: linear-gradient(to bottom,  #002119 0%,#004137 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002119', endColorstr='#004137',GradientType=0 );
}

.recp .info h2 img{
  margin: 0 auto;
}

.recp .info > div{
  width: 1080px;
  margin: 0 auto;
  padding: 15px 0 25px;
}

.recp .info div.fx{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.recp .info div.fx + div{
  padding: 15px 0;
  padding-left: 145px;
  margin-bottom: 10px;
  border: 1px solid #FFF;
  border-radius: 10px;
  position: relative
}

.recp .info div.fx + div h2{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%)
}

.recp .info div.fx + div img + img{
  margin-left: 13px;
}

.recp .info ul li{
  font-size: 13px;
  line-height: 1.4;
  color: #FFF;
  text-indent: -1em;
  padding-left: 1em;
}

.cp_box{
  width: 1200px;
  margin: 80px auto 120px;
  color: #333;
}

.cp_box .tab{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cp_box .tab li{
  width: 290px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
}

.cp_box .tab li.active{
  color: #00514b;
  background: #fdd35d;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.27);
  transform: translate(-4px, -4px);
  transform-origin: right bottom;
  cursor: default;
  transition: 0.3s;
}

.cp_box .tab li{
  color: #FFF;
  background: #00514b;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.cp_box .tab li:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.cp_box .tab li.active:hover{
  opacity: 1;
}

.cp_box .tab li  span{
  font-size: 18px;
}

.cp_box .tab li:nth-child(2)::before,
.cp_box .tab li:nth-child(2)::after,
.cp_box .tab li:nth-child(3)::before,
.cp_box .tab li:nth-child(3)::after{
  content: "";
  width: 100%;
  height: 56px;
  position: absolute;
  top: -56px;
  left: 0;
  background: url("../images/tab_f01.gif") no-repeat;
  background-size: 100% auto;
}

.cp_box .tab li:nth-child(2)::after{
  background: url("../images/tab_f01_2.gif") no-repeat;
  background-size: 100% auto;
  opacity: 0;
}

.cp_box .tab li:nth-child(3)::before{
  background: url("../images/tab_f02.gif") no-repeat;
  background-size: 100% auto;
}

.cp_box .tab li:nth-child(3)::after{
  background: url("../images/tab_f02_2.gif") no-repeat;
  background-size: 100% auto;
  opacity: 0;
}

.cp_box .tab li.active:nth-child(2)::after{
  opacity: 1;
}

.cp_box .tab li.active:nth-child(3)::after{
  opacity: 1;
}


.cp_box .inner{
  padding: 0 60px;
  box-sizing: border-box;
}

.cp_box h2{
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  margin-bottom: 45px;
  background: url("../images/g_bk.jpg") center no-repeat;
  background-size: cover;
}

.cp_box h2.mt{
  margin-top: 85px;
}

.cp_box h2.gl_title{
  color: #00514b;
  margin-bottom: 70px;
  background: -moz-linear-gradient(top,  #fee59e 0%, #fdd460 100%); 
  background: -webkit-linear-gradient(top,  #fee59e 0%,#fdd460 100%);
  background: linear-gradient(to bottom,  #fee59e 0%,#fdd460 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee59e', endColorstr='#fdd460',GradientType=0 );
}

.cp_box .cp01 .txt{
  text-align: center;
  margin-bottom: 55px;
}

.cp_box .cp01 .txt p{
  font-size: 16px;
  line-height: 1.8;
}

.cp_box .cp01 .txt p + p{
  margin-top: 35px;
}

.cp_box .cp01 ol{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.cp_box .cp01 ol li{
  width: 195px;
  border: 2px solid #00514b;
  box-sizing: border-box;
  position: relative;
}

.cp_box .cp01 ol li + li::after,
.cp_box .cp01 ol li + li::before{
  content: "";
  width: 13px;
  height: 2px;
  background: #00514b;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.cp_box .cp01 ol li + li::before{
  transform: rotate(45deg) translateY(1px)
}

.cp_box .cp01 ol li h3{
  font-size: 22px;
  line-height: 43px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #00514b;
}

.cp_box .cp01 ol li p{
  height: 230px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  color: #00412e;
  box-sizing: border-box;
  padding: 10px 5px;
}

.cp_box .cp01 ol li:nth-child(2) p,
.cp_box .cp01 ol li:nth-child(3) p{
  padding: 10px 25px 105px;
}

.cp_box .cp01 ol li:nth-child(4) p{
  padding: 30px 10px;
}

.cp_box .cp01 ol li:nth-child(5) p{
  padding: 55px 0;
  text-align: center;
}
.cp_box .cp01 ol li img{
  position: absolute;
  bottom: 1px;
  left: 0;
}

.cp_box .note_list{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}

.cp_box .dot_list{
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  color: #333;
}

.cp_box .dot_list li::before{
  content: "●";
}

.cp_box .dot_list li + li{
  margin-top: 5px;
}

.cp_box ul + ul{
  margin-top: 35px;
}

.cp_box p a,
.cp_box li a{
  color: #333;
  text-decoration: underline;
}

.cp_box a.blank{
  padding-right: 15px;
  margin-right: 0.3em;
  background: url("../images/icon_window_bl.png") right center no-repeat;
  background-size: 10px auto;
}

.cp_box .note_blank{
  font-size: 14px;
  line-height: 15px;
  margin-top: 20px;
  padding-left: 15px;
  background: url("../images/icon_window_bl.png") left center no-repeat;
  background-size: 10px auto;
}

.cp_box .n_box{
  margin: 60px 0 65px;
}

.cp_box .n_box h3{
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #00514b;
  border: 1px solid #00514b;
  margin-bottom: 40px;
}

.cp_box .n_box > div{
  text-align: center;
  margin-bottom: 20px;
}

.cp_box .n_box > div > div{
  display: inline-block;
  text-align: left;
}

.cp_box .n_box > div > div + div{
  margin-left: 70px;
}

.cp_box .n_box > div h4{
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}

.cp_box .n_box > div img{
  border: 1px solid #333;
}

.cp_box .n_box p{
  font-size: 16px;
  margin-bottom: 50px;
}

.cp_box .n_box >  p{
  text-align: center;
  margin-bottom: 30px;
}

.cp_box .n_box p + h3{
  margin-top: 60px;
}

.cp_box .tv{
  padding-bottom: 80px;
}

.cp_box .tv h3{
  width: 400px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #00514b;
  font-weight: bold;
  border-radius: 60px;
  margin: 0 auto 40px;
  background: #fee59e; 
  background: -moz-linear-gradient(top,  #fee59e 0%, #fdd460 100%); 
  background: -webkit-linear-gradient(top,  #fee59e 0%,#fdd460 100%);
  background: linear-gradient(to bottom,  #fee59e 0%,#fdd460 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee59e', endColorstr='#fdd460',GradientType=0 );
}

.cp_box .tv .t_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.cp_box .tv .t_list.ct{
  justify-content: center;
}

.cp_box .tv .t_list li{
  width: 590px;
  padding: 60px 0 30px;
  margin-bottom: 20px;
  background: #cfe0dc;
  text-align: center;
  border-radius: 20px;
}

.cp_box .tv .t_list li img{
  display: inline-block;
  margin-bottom: 10px;
}

.cp_box .tv .t_list li p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.cp_box .tv .t_list li p strong{
 font-size: 18px;
}

.cp_box .tv .t_list li h4{
  font-size: 39px;
  line-height: 1;
  font-weight: bold;
  color: #00514b;
  margin-bottom: 10px;
}

.cp_box .tv .t_list li h4 span{
  font-size: 20px;
  padding-left: 0.3em;
  vertical-align: middle;
}

.cp_box .tv .t_list li a{
  width: 450px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: url("../images/g_bk.jpg") no-repeat;
  background-size: 100% 100%;
}

.cp_box .tv > p{
  font-size: 16px; 
  padding: 0 60px 80px;
}

.cp_box .chart{
  padding: 0 100px 80px;
}

.cp_box .chart h4{
  font-size: 18px;
  line-height: 1;
  color: #00514b;
  padding: 15px;
  background: #cfe0dc;
  margin-bottom: 20px;
}

.cp_box .chart h5{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}

.cp_box .chart table + h4{
  margin-top: 60px;
}

.cp_box .chart table + h5{
  margin-top: 20px;
}

.cp_box .chart table{
  width: 100%;
  border-collapse: collapse;
}

.cp_box .chart table th,
.cp_box .chart table td{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #dedede;
}

.cp_box .chart table th{
  background: #eaeaea;
}

.cp_box .chart table th{
  width: 33.3%;
}

.cp_box .chart table.c4 th{
  width: 25%;
}

.cp_box .contact h3{
  font-size: 20px;
  line-height: 1;
  color: #00514b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.cp_box h3.line{
  font-size: 18px;
  line-height: 1;
  color: #00514b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 65px;
  margin-top: 80px;
  padding: 18px 0;
  border-top: 2px solid #00514b;
  border-bottom: 2px solid #00514b;
}

.cp_box .contact table{
  width: 100%;
  margin-bottom: 10px;
  border-collapse:  collapse;
}

.cp_box .contact th,
.cp_box .contact td{
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  padding: 15px 40px;
  border: 1px solid #3f7c77;
  box-sizing: border-box;
}

.cp_box .contact th{
  width: 280px;
  color: #00514b;
  background: #cfe0dc;
  text-align: center;
}

.cp_box .contact td a{
 color: #333;
}

.cp_box .logo{
  width: 800px;
  height: 270px;
  margin: 0 auto 20px;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.cp_box .logo img{
  border: 1px solid #00412e;
}

.cp_box .contact > p{
  text-align: center;
  font-size: 16px;
}

.recp .link_box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.recp .link_box li{
  width: 390px;
  height: 100px;
  text-align: center;
}

.recp .link_box li a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background: #00514b;
  padding-top: 23px;
  box-sizing: border-box;
  display: block
}

.recp .link_box li a span{
  font-size: 16px;
  display: block;
}


.cp_box  ol.ob_step{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 50px;
  margin-top: 40px;
}

.cp_box ol.ob_step li{
  width: 333px;
  border: 2px solid #00514b;
  box-sizing: border-box;
  position: relative;
}

.cp_box ol.ob_step li + li::after,
.cp_box ol.ob_step li + li::before{
  content: "";
  width: 13px;
  height: 2px;
  background: #00514b;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.cp_box ol.ob_step li + li::before{
  transform: rotate(45deg) translateY(1px)
}

.cp_box ol.ob_step h3{
  font-size: 22px;
  line-height: 43px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #00514b;
}

.cp_box ol.ob_step p{
  height: 150px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #00412e;
  box-sizing: border-box;
  padding: 20px;
}

.cp_box ol.ob_step li:first-child img{
  position: absolute;
  bottom: 40px;
  right: 30px;
}


.cp_box ol.ob_step li:nth-child(2) p,
.cp_box ol.ob_step li:nth-child(3) p{
  height: auto;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50% ,-50%)
}

.cp_box ol.ob_step li:nth-child(4){
  width: 100%;
  border: none;
  margin: 65px 0;
}

.cp_box ol.ob_step li:nth-child(5){
  width: 100%;
  border: none;
}

.cp_box ol.ob_step li:nth-child(n + 4)::after,
.cp_box ol.ob_step li:nth-child(n + 4)::before{
  display: none;
}

.cp_box h3.p_title{
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 25px;
}

.cp_box .step_info{
  margin: 95px 0 65px;
}

.cp_box .step_info h3{
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  color: #00514b;
  border: 2px solid #fdd35d;
  box-sizing: border-box;
  margin-bottom: 35px;
  overflow: hidden;
}

.cp_box .step_info h3 span{
  width: 190px;
  text-align: center;
  background: #fdd35d;
  display: inline-block;
  margin-right: 75px;
  position: relative;
}

.cp_box .step_info h3 strong{
  color: #b6001f;
  font-size: 80%;
  vertical-align: middle;
  margin-left: 30px;
}

.cp_box .step_info h3.mt{
  margin-top: 90px;
}

.cp_box .step_info h3 span::after{
  content: "";
  border-bottom: 60px solid #fdd35d;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: -49px;
}

.cp_box .step_info p{
  font-size: 16px;
  line-height: 1.8;
}

.cp_box .step_info .n_box h3{
  height: auto;
  font-size: 16px;
  line-height: 40px;
  color: #00514b;
  border: 1px solid #00514b;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.cp_box .brt{
  font-size: 20px;
  line-height: 1;
  color: #00514b;
  font-weight: bold;
  background: #fef6e2;
  padding: 20px;
  border-radius: 60px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 40px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.27);
}

.cp_box .flx_box{
  display: flex;
  margin-bottom: 90px;
}

.cp_box .flx_box.mt{
  margin-top: 40px;
}

.cp_box .flx_box p{
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}

.cp_box .flx_box img{
  border: 1px solid #333;
}

.cp_box .flx_box img + img{
  margin-left: 30px;
}

.cp_box .flx_box div{
  display: inline-block;
}

.cp_box .flx_box div + div{
  margin-left: 40px;
}

.cp_box .rd_box{
  background: #fef6e2;
  padding: 30px;
  margin-bottom: 80px;
  border-radius: 20px;
}

.cp_box .rd_box h3{
  font-size: 20px;
  line-height: 1;
  color: #00514b;
  font-weight: bold;
  padding: 20px 30px;
  margin-bottom: 25px;
  border: 3px solid #fdd35d;
  border-radius: 60px;
  display: inline-block;
}

.cp_box .rd_box p{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}

.cp_box .btn_box{
  width: 445px;
  margin: 50px auto;
}

.cp_box .btn_box a{
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: url("../images/g_bk.jpg") no-repeat;
  background-size: 100% 100%;
}

.cp_box .btn_box a span{
  padding-right: 15px;
  margin-right: 0.3em;
  background: url("../images/icon_window_wh.png") right center no-repeat;
  background-size: 10px auto;
}

.cp_box .btn_box p{
  margin-top: 10px;
}

.cp_box .ob_list_box h4{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #00514b;
}

.cp_box .ob_list_box ul + h4{
  margin-top: 30px;
}

.cp_box .ob_list_box ul{
  margin-left: 1em;
}

.cp_box .ob_list_box div{
  border: 1px solid #00514b;
  padding: 20px 30px;
  margin: 30px 0 85px;
}

.cp_box .ob_list_box div p{
  font-size: 16px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.cp_box a.gl_btn{
  width: 100%;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  display: block;
  background: #c84157;
  background: -moz-linear-gradient(top,  #c84157 0%, #b5001e 100%);
  background: -webkit-linear-gradient(top,  #c84157 0%,#b5001e 100%);
  background: linear-gradient(to bottom,  #c84157 0%,#b5001e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c84157', endColorstr='#b5001e',GradientType=0 );
}

.cp_box a.gl_btn span{
  padding-right: 15px;
  margin-right: 0.3em;
  background: url("../images/icon_window_wh.png") right center no-repeat;
  background-size: 10px auto;
}

.cp_box .ob_cps{
  margin-bottom: 60px;
}

.cp_box .ob_cps h3{
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #00514b;
  padding: 10px 0;
  margin-bottom: 20px;
  border: 2px solid #00514b;
}

.cp_box .ob_cps ul + h3{
  margin-top: 45px;
}

.cp_box .faq{
  margin-bottom: 105px;
}

.cp_box .faq h3{
  font-size: 18px;
  line-height: 1;
  color: #00514b;
  font-weight: bold;
  padding: 20px 30px;
  margin-bottom: 45px;
  background: #f6f9f8;
  border-radius: 60px;
  display: inline-block;
  box-shadow:  4px 4px 0px 0px rgba(0, 0, 0, 0.27);
}

.cp_box .faq ul +  h3{
  margin-top: 50px;
}

.cp_box .faq h4{
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-left: 50px;
  color: #00514b;
  margin-left: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #cfe0dc;
  position: relative;
}

.cp_box .faq h4::before{
  content: "";
  width: 66px;
  height: 66px;
  background: url("../images/qa_q.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -15px;
  left: -30px;
}

.cp_box .faq p{
  font-size: 16px;
  line-height: 1.5;
  padding-left: 80px;
  display: table-cell;
  vertical-align: middle;
}

.cp_box .faq p span{
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s;
}

.cp_box .faq p span:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.cp_box .faq p em{
  font-style: normal;
  display: block;
  margin-top: 1em;
}

.cp_box .faq div{
  width: 100%;
  display: table;
  min-height: 66px;
  position: relative;
}

.cp_box .faq div::before{
  content: "";
  width: 66px;
  height: 66px;
  background: url("../images/qa_a.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.cp_box .faq li + li{
  margin-top: 80px
}

.cp_box > .cp02,.cp_box > .cp03,.cp_box > .cp04{
  display: none;
}

.banner{
  text-align: center;
  margin-bottom: 70px;
}

.banner a + a{
  margin-top: 40px;
  display: inline-block;
}

.sp{
  display: none;
}

.pc{
  display: block;
}


@media screen and (max-width:640px){
	
  .sp{
    display: block;
  }

  .pc{
    display: none;;
  }
  
  #content {
    min-width: 0;
    max-width: none;
    min-height: 0;
  }
  
  .recp .mv{
    width: 100%;
    height: auto;
  }

  
  .recp img{
    width: 100%;
     height: auto;
  }
  
  .recp .date{
    background: url("../images/date_bk.gif") left top repeat-x;
    background-size: auto 100%;
  }

  .recp .info{
    background: #002119; 
    background: -moz-linear-gradient(top,  #002119 0%, #004137 100%); 
    background: -webkit-linear-gradient(top,  #002119 0%,#004137 100%); 
    background: linear-gradient(to bottom,  #002119 0%,#004137 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002119', endColorstr='#004137',GradientType=0 );
  }

  .recp .info > div{
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 25px;
    box-sizing: border-box;
  }

  .recp .info ul li{
    font-size: 12px;
    line-height: 1.4;
  }

  .cp_box{
    width: 100%;
    margin: 10vw auto 80px;
    color: #333;
  }

  .cp_box .tab{
    display: block;
    margin-bottom: 10vw;
    padding: 0 20px;
  }

  .cp_box .tab li{
    width: 100%;
    height: auto;
    font-size: 3vw;
    line-height: 1.3;
    box-shadow: 0;
    padding: 13px 5px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 12vw;
  }
    
  .cp_box .tab li:nth-child(3){
    margin-bottom: 5vw;
  }
  
  .cp_box .tab li:last-child{
    margin-bottom: 0;
  }

  .cp_box .tab li.active{
    color: #00514b;
    background: #fdd35d;
    transform: translate(0, 0);
    cursor: default;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.27);
  }

  .cp_box .tab li{
    color: #FFF;
    background: #00514b;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
  }

  .cp_box .tab li:hover{
    opacity: 1;
  }

  .cp_box .tab li.active:hover{
    opacity: 1;
  }

  .cp_box .tab li span{
    font-size: 90%;
  }
  
  .cp_box .tab li:nth-child(2)::before,
  .cp_box .tab li:nth-child(2)::after,
  .cp_box .tab li:nth-child(3)::before,
  .cp_box .tab li:nth-child(3)::after{
    width: 100%;
    height: 9vw;
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/sp_tab_f01.gif") no-repeat;
    background-size: 100% auto;
  }
  
  .cp_box .tab li:nth-child(2)::after{
    background: url("../images/sp_tab_f01_2.gif") no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }

  .cp_box .tab li:nth-child(3)::before{
    background: url("../images/sp_tab_f02.gif") no-repeat;
    background-size: 100% auto;
  }

  .cp_box .tab li:nth-child(3)::after{
    background: url("../images/sp_tab_f02_2.gif") no-repeat;
    background-size: 100% auto;
    opacity: 0;
  }

  .cp_box .tab li.active:nth-child(2)::after{
    opacity: 1;
  }

  .cp_box .tab li.active:nth-child(3)::after{
    opacity: 1;
  }
  
  
  .cp_box .inner{
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cp_box h2{
    height: auto;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
  }

  .cp_box h2.mt{
    margin-top: 40px;
  }

  .cp_box h2.gl_title{
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 5px;
    margin-bottom: 40px;
  }

  .cp_box .cp01 .txt{
    text-align: left;
    margin-bottom: 35px;
  }

  .cp_box .cp01 .txt p{
    font-size: 14px;
    line-height: 1.8;
  }
  
  .cp_box .cp01 .txt p br{
    display: none;
  }
  

  .cp_box .cp01 .txt p + p{
    margin-top: 25px;
  }

  .cp_box .cp01 ol{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .cp_box .cp01 ol li{
    width: 46%;
    border: 2px solid #00514b;
    margin-bottom: 15px;
  }

  .cp_box .cp01 ol li + li::after,
  .cp_box .cp01 ol li + li::before{
    display: none;
  }
  
  .cp_box .cp01 ol li:nth-child(odd) + li::after,
  .cp_box .cp01 ol li:nth-child(odd) + li::before{
    display: block;
    content: "";
    width: 13px;
    height: 2px;
    background: #00514b;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: rotate(-45deg);
    transform-origin: right center;
  }

  .cp_box .cp01 ol li:nth-child(odd) + li::before{
    transform: rotate(45deg) translateY(1px)
  }

  .cp_box .cp01 ol li h3{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: #00514b;
  }

  .cp_box .cp01 ol li p{
    height: auto;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    color: #00412e;
    box-sizing: border-box;
    padding: 10px 5px;
  }
  
  .cp_box .cp01 ol li p br{
     display: none;
  }

  .cp_box .cp01 ol li:nth-child(2) p,
  .cp_box .cp01 ol li:nth-child(3) p{
    padding: 10px 5px;
  }

  .cp_box .cp01 ol li:nth-child(4) p{
    padding: 10px 5px;
  }

  .cp_box .cp01 ol li:nth-child(5) p{
    padding: 10px 5px;
    text-align: center;
  }
  .cp_box .cp01 ol li img{
    position: static;
    bottom: auto;
    left: auto;
  }

  .cp_box .note_list{
    font-size: 14px;
    line-height: 1.5;
  }

  .cp_box .dot_list{
    font-size: 14px;
    line-height: 1.5;
  }

  .cp_box ul + ul{
    margin-top: 25px;
  }

  .cp_box p a,
  .cp_box li a{
    color: #333;
    text-decoration: underline;
  }

  .cp_box a.blank{
    padding-right: 15px;
    margin-right: 0.3em;
    background: url("../images/icon_window_bl.png") right center no-repeat;
    background-size: 10px auto;
  }

  .cp_box .note_blank{
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
    padding-left: 15px;
    background: url("../images/icon_window_bl.png") left center no-repeat;
    background-size: 10px auto;
  }

  .cp_box .n_box{
    margin: 40px 0 60px;
  }

  .cp_box .n_box h3{
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 5px;
    margin-bottom: 20px;
  }

  .cp_box .n_box > div{
    text-align: center;
    margin-bottom: 20px;
  }

  .cp_box .n_box > div > div{
    width: 45%;
    display: inline-block;
    text-align: left;
  }

  .cp_box .n_box > div > div + div{
    margin-left: 4%;
  }

  .cp_box .n_box > div h4{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .cp_box .n_box p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  
  .cp_box .n_box >  p{
    text-align: left;
    margin-bottom: 30px;
  }

  .cp_box .n_box p + h3{
    margin-top: 30px;
  }
  
  .cp_box .tv{
    padding-bottom: 40px;
  }

  .cp_box .tv h3{
    width: 80%;
    font-size: 16px;
    line-height: 1;
    border-radius: 60px;
    padding: 10px 5px;
    margin: 0 auto 40px;
  }

  .cp_box .tv .t_list{
    display: block;
    padding: 0 20px
  }

  .cp_box .tv .t_list.ct{
    justify-content: center;
  }

  .cp_box .tv .t_list li{
    width: 100%;
    padding: 15px 10px 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .cp_box .tv .t_list li img{
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
  }

  .cp_box .tv .t_list li p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .cp_box .tv .t_list li p strong{
   font-size: 16px;
  }

  .cp_box .tv .t_list li h4{
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #00514b;
    margin-bottom: 10px;
  }

  .cp_box .tv .t_list li h4 span{
    font-size: 16px;
    padding-left: 0.3em;
    vertical-align: middle;
  }

  .cp_box .tv .t_list li a{
    width: 90%;
    height: auto;
    font-size: 16px;
    line-height: 1;
    padding: 10px 5px;
    color: #FFF;
    box-sizing: border-box;
  }

  .cp_box .tv > p{
    font-size: 14px; 
    padding: 0 20px 40px;
  }
  
  .cp_box .chart{
    padding: 0 15px 40px;
  }

  .cp_box .chart h4{
    font-size: 16px;
    line-height: 1.4;
    color: #00514b;
    padding: 10px;
    background: #cfe0dc;
    margin-bottom: 20px;
  }

  .cp_box .chart h5{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .cp_box .chart table + h4{
    margin-top: 40px;
  }

  .cp_box .chart table + h5{
    margin-top: 10px;
  }

  .cp_box .chart table{
    width: 100%;
    border-collapse: collapse;
  }

  .cp_box .chart table th,
  .cp_box .chart table td{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #dedede;
  }
  
  .cp_box .chart table th{
    font-size: 14px;
    line-height: 1.4;
  }

  .cp_box .chart table th{
    background: #eaeaea;
  }

  .cp_box .chart table th{
    width: 33.3%;
  }

  .cp_box .chart table.c4 th{
    width: 25%;
  }

  .cp_box .contact h3{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .cp_box h3.line{
    font-size: 16px;
    line-height: 1.4;
    color: #00514b;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 40px;
    padding: 10px 0;
  }

  .cp_box .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }

  .cp_box .contact th,
  .cp_box .contact td{
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    margin-top: -1px;
  }

  .cp_box .contact th{
    width: 100%;
    color: #00514b;
  }

  .cp_box .contact td a{
   color: #333;
  }

  .cp_box .logo{
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  
  .cp_box .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
  }

  .cp_box .logo img{
    border: 1px solid #00412e;
    box-sizing: border-box;
  }

  .cp_box .contact > p{
    text-align: left;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .recp .link_box{
    margin-top: 60px;
    display: block;
  }

  .recp .link_box li{
    width: 100%;
    height: auto;
  }
  
  .recp .link_box li + li{
    margin-top: 10px;
  }

  .recp .link_box li a{
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 0;
    box-sizing: border-box;
    display: block
  }

  .recp .link_box li a span{
    font-size: 16px;
    display: block;
  }


  .cp_box  ol.ob_step{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .cp_box ol.ob_step li{
    width: 45%;
    border: 2px solid #00514b;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
  }

  .cp_box ol.ob_step li + li::after,
  .cp_box ol.ob_step li + li::before{
    content: "";
    width: 13px;
    height: 2px;
    background: #00514b;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: rotate(-45deg);
    transform-origin: right center;
  }

  .cp_box ol.ob_step li + li::before{
    transform: rotate(45deg) translateY(1px)
  }

  .cp_box ol.ob_step h3{
    font-size: 18px;
    line-height: 35px;
  }

  .cp_box ol.ob_step p{
    height: auto;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    color: #00412e;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  
  .cp_box ol.ob_step p br{
    display: none;
  }
  
  .cp_box ol.ob_step li:first-child{
    width: 100%;
  }
  
 .cp_box ol.ob_step li:first-child p{
   width: 70%;
   display: inline-block;
   padding: 5vw 10px;
  }

  .cp_box ol.ob_step li:first-child img{
    width: 20%;
    display: inline-block;
    position: static;
    bottom: auto;
    right: auto;
    margin: 20px 0;
  }


  .cp_box ol.ob_step li:nth-child(2) p,
  .cp_box ol.ob_step li:nth-child(3) p{
    height: auto;
    white-space: normal;
    display: block;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0 ,0 )
  }
  
  .cp_box ol.ob_step li:nth-child(4){
    width: 100%;
    border: none;
    margin: 0;
  }

  .cp_box ol.ob_step li:nth-child(5){
    width: 100%;
    border: none;
  }

  .cp_box ol.ob_step li:nth-child(n + 4)::after,
  .cp_box ol.ob_step li:nth-child(n + 4)::before{
    display: none;
  }

  .cp_box h3.p_title{
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .cp_box .step_info{
    margin: 65px 0 40px;
  }

  .cp_box .step_info h3{
    height: auto !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding: 10px;
    color: #00514b;
    border: 2px solid #fdd35d;
    box-sizing: border-box;
    margin-bottom: 25px !important;
    overflow: visible;
  }

  .cp_box .step_info h3 span{
    width: 100%;
    text-align: center;
    background: #fdd35d;
    display: block;
    margin-right: 0;
    padding: 5px 10px;
    margin: -10px 0 0 -10px;
    margin-bottom: 10px;
    position: relative;
  }

  .cp_box .step_info h3 strong{
    color: #b6001f;
    font-size: 80%;
    display: block;
    vertical-align: middle;
    margin-left: 0;
  }

  .cp_box .step_info h3.mt{
    margin-top: 60px;
  }

  .cp_box .step_info h3 span::after{
    display: none;
  }

  .cp_box .step_info p{
    font-size: 14px;
    line-height: 1.6;
  }

  .cp_box .step_info .n_box h3{
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    color: #00514b;
    border: 1px solid #00514b;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .cp_box .brt{
    font-size: 18px;
    line-height: 1.4;
    color: #00514b;
    font-weight: bold;
    background: #fef6e2;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    white-space: normal;
    margin-bottom: 30px;
  }

  .cp_box .flx_box{
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

  .cp_box .flx_box.mt{
    margin-top: 40px;
  }

  .cp_box .flx_box p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .cp_box .flx_box img{
    border: 1px solid #333;
  }

  .cp_box .flx_box img + img{
    margin-left: 0;
    margin-top: 10px;
  }

  .cp_box .flx_box div{
    display: inline-block;
    text-align: left;
  }

  .cp_box .flx_box div + div{
    margin-left: 0;
    margin-top: 20px;
  }

  .cp_box .rd_box{
    background: #fef6e2;
    padding: 15px;
    margin-bottom: 60px;
    border-radius: 10px;
  }

  .cp_box .rd_box h3{
    font-size: 18px;
    line-height: 1;
    color: #00514b;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 3px solid #fdd35d;
    border-radius: 60px;
    display: inline-block;
  }

  .cp_box .rd_box p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .cp_box .btn_box{
    width: 100%;
    margin: 40px auto;
  }

  .cp_box .btn_box a{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .cp_box .btn_box p{
    margin-top: 10px;
  }

  .cp_box .ob_list_box h4{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
    color: #00514b;
  }

  .cp_box .ob_list_box ul + h4{
    margin-top: 20px;
  }

  .cp_box .ob_list_box ul{
    margin-left: 1em;
  }

  .cp_box .ob_list_box div{
    border: 1px solid #00514b;
    padding: 15px 10px;
    margin: 20px 0 45px;
  }

  .cp_box .ob_list_box div p{
    font-size: 14px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }

  .cp_box a.gl_btn{
    width: 100%;
    font-size: 18px;
    line-height: 1;
    padding: 15px 5px;
    box-sizing: border-box;
  }

  .cp_box .ob_cps{
    margin-bottom: 40px;
  }

  .cp_box .ob_cps h3{
    font-size: 15px;
    line-height: 1.3;
  }

  .cp_box .ob_cps ul + h3{
    margin-top: 25px;
  }

  .cp_box .faq{
    margin-bottom: 60px;
  }

  .cp_box .faq h3{
    font-size: 16px;
    line-height: 1;
    color: #00514b;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 45px;
    background: #f6f9f8;
    border-radius: 60px;
    display: inline-block;
    box-shadow:  4px 4px 0px 0px rgba(0, 0, 0, 0.27);
  }

  .cp_box .faq ul +  h3{
    margin-top: 40px;
  }

  .cp_box .faq h4{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-left: 50px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .cp_box .faq h4::before{
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/qa_q.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%)
  }

  .cp_box .faq p{
    font-size: 14px;
    line-height: 1.5;
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
  }

  .cp_box .faq p span{
    text-decoration: underline;
    cursor: pointer;
  }

  .cp_box .faq p span:hover{
    opacity: 1;
  }

  .cp_box .faq p em{
    font-style: normal;
    display: block;
    margin-top: 1em;
  }

  .cp_box .faq div{
    width: 100%;
    display: table;
    min-height: 40px;
    position: relative;
  }

  .cp_box .faq div::before{
    width: 40px;
    height: 40px;
  }

  .cp_box .faq li + li{
    margin-top: 40px
  }
  
  .banner{
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .banner a + a{
    margin-top: 20px;
    display: inline-block;
  }
  
 .banner.mb{
    margin-bottom: 10vw;
  }
  

  
  
}