@charset "UTF-8";
.mt2em{
  margin-top: 2em;
}


/*親タブ設定*/
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

.parent-Switch_btn.tab_item {
  width: calc(100%/2);
  display: block;
  float: left;
  height: 60px;
  font-size: 2.2em;
  letter-spacing: .2em;
  text-indent: .2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #333;
  background: #e9e9e9;
  cursor: pointer;
  transition: opacity .3s;
  text-align: center;
  line-height: 60px
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#seishain:checked ~ #seishain_content,
#ippankeiyaku:checked ~ #ippankeiyaku_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_item {
  background-color: #00835e;
  color: #fff;
}
/*親タブ設定ここまで*/



.st-sitemap_wrap{
  margin-top: 25px;
}


.reqt-Content {
  max-width: 1600px;
  padding: 0 30px;
  margin: auto;
}

.reqt-Content_wrap {
  padding: 80px 5.2%;
  background: #e9e9e9;
}

.reqt-Content_bg {
  padding: 80px 5.8% 70px;
  max-width: 1380px;
  background: #fff;
}

.reqt-Dl {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 20px;
}

.reqt-Dl_dt {
  margin: 0 0 8px;
  font-size: 2.9em;
  line-height: 1.4;
  letter-spacing: .3em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #00835e;
}

.reqt-Dl_dd {
  padding: 0 0 60px;
  font-size: 1.5em;
  line-height: 2.13;
  letter-spacing: .1em;
}

.reqt-Dl_txt + .reqt-Person {
  margin-top: 30px;
}

.reqt-Person_dt {
  color: #00835e;
}

.reqt-requirements_fukuoka {
  padding-left: 2em;
  text-indent: -1em;
}
.reqt-requirements_fukuoka:before {
  content: "・";
}

.reqt-Person_note {
  padding-left: 2em;
  text-indent: -1em;
}
.reqt-Person_note:before {
  content: "※";
}

.reqt-Plus_list {
  padding-left: 2em;
  text-indent: -1em;
}
.reqt-Plus_list:before {
  content: "＋";
}

.reqt-Square_list {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Square_list:before {
  content: "■";
}

.reqt-Square_list-point {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Square_list-point:before {
  content: "・";
}

.reqt-Square_list-circle {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Square_list-circle:before {
  content: "◎";
}

.reqt-Plus + .reqt-Square {
  margin-top: 30px;
}

.reqt-Square_list-margin {
  margin-bottom: 30px;
}

.reqt-Note_list {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Note_list:before {
  content: "※";
}

.reqt-Square + .reqt-Note {
  margin-top: 30px;
}

.reqt-Square_list-note {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Square_list-note:before {
  content: "※";
}

.reqt-Dl_more {
 display: inline-block;
  margin: 0 0 0 30px;
  padding-left: 30px;
  color: #00835e;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .2em;
  background: url(../img/req_t_arrow_02.svg) no-repeat left 5.6px;
  background-size: 16px 10px;
  transition: .3s;
	line-height: 1.63;
}
.reqt-Dl_more:hover {
  opacity: .7;
}

.reqt-Entrybtn_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 590px;
  margin: auto;
  height: 100px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.44;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .2em;
  text-indent: .2em;
	background: #d8341e;
	background-position: left center;
	background-size: 200% 100%;
	transition: all 0.3s ease-in-out 0s;
  box-shadow: -1px 1px 2px rgba(74, 175, 146, 0.5);
}
.reqt-Entrybtn_link:hover {
	background-position: right center;
}

.st-Footer_wrap {
  padding: 0;
}
.st-Totop {
	top: -145px;
}
.reqt-Switch_Disable,
.reqt-Switch{
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.reqt-Switch_btn{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  height: 100px;
  font-size: 2.2em;
  letter-spacing: .2em;
  text-indent: .2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #fff;
  background: #00835e;
  cursor: pointer;
  transition: opacity .3s;
}

.reqt-Switch_btn:hover{
  opacity: .7;
}
.reqt-Switch_btn-active{
  color: #00835e;
  background: #fff;
  transition: background .3s;
  cursor: default;
}

.reqt-Switch_btn-active:hover {
  opacity: 1;
}

.reqt-Point_list {
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Point_list:before {
  content: "・";
}

.reqt-Point_list-star {
  margin-top: 40px;
  padding-left: 1em;
  text-indent: -1em;
}
.reqt-Point_list-star:before {
  content: "★";
}

.reqt-Switch_Disable a,
.reqt-Switch a
{color: #fff;
text-align: center;
	height: 100%;
padding-top:30px;
width: 100%;}


	
	
	.reqt-Switch_Disable a:hover,
	.reqt-Switch a:hover
{color: #fff;
text-align: center;
	height: 100%;
padding-top:30px;
width: 100%;}

	
		.reqt-Switch_Disable a:visited,
		.reqt-Switch a:visited{
      color: #fff;
text-align: center;
	height: 100%;
padding-top:30px;
width: 100%;}


@media only screen and (max-width: 767px) {
	.parent-Switch_btn.tab_item {
  height: 13vw;
  line-height: 13vw;
  font-size: 3.6vw;
  letter-spacing: 0;
}
	
	
.reqt-Switch a{color: #fff;
text-align: center;
	height: 100%;
padding-top:5.3vw;
width: 100%;}
	
	.reqt-Switch a:hover{color: #fff;
text-align: center;
	height: 100%;
padding-top:5.3vw;
width: 100%;}
	
		.reqt-Switch a:visited{color: #fff;
text-align: center;
	height: 100%;
padding-top:5.3vw;
width: 100%;}


  .reqt-Content {
    padding: 0;
  }

  .reqt-Content_wrap {
    padding: 6vw 2.666%;
  }

  .reqt-Content_bg {
    padding: 10.666vw 5.63% 15.333vw;
  }

  .reqt-Dl {
    width: 100%;
    margin: 0 auto;
  }

  .reqt-Dl_dt {
    font-size: 4.8vw;
  }

  .reqt-Dl_dd {
    padding: 0 0 15.3vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }

  .reqt-Dl_dd-last {
    padding-bottom: 14.5vw;
  }

  .reqt-Dl_txt + .reqt-Person {
    margin-top: 6.4vw;
  }

  .reqt-Plus + .reqt-Square {
    margin-top: 6.4vw;
  }

  .reqt-Square_list-margin {
    margin-top: 6.4vw;
  }

  .reqt-Square + .reqt-Note {
    margin-top: 6.4vw;
  }

  .reqt-Dl_more {
    display: block;
    margin: 6.4vw 0 0;
    padding-left: 5vw;
    font-size: 3.2vw;
    background: url(../img/req_t_arrow_02.svg) no-repeat left center;
    background-size: 3.466vw 2.166vw;
  }

  .reqt-Entrybtn_link {
    height: 14vw;
    font-size: 3.777vw;
  }

	.reqt-Switch_btn{
    height: 17.6vw;
    font-size: 3.6vw;
    letter-spacing: 0.3em;
    text-indent: 0.1em;
  }
	
	
  .reqt-Point_list-star {
    margin-top: 6.666vw;
  }
  
}

