@charset "utf-8";
/*--------------------------------------
sub-key
--------------------------------------*/
html {
  font-size: 62.5%;
	color:#333;
}
.body{
	width:100%;
	background-color: #FFFFFF;
   font-family: "Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}
a{
	text-decoration: none;
}
.blue{
	color: blue;
	font-weight: bold;
}
.marker{
	font-weight: bold;
	border-bottom: medium solid #D0A40C;
}
.header{
	background-color:#fff;
	width:100%;
	text-align: center;
	padding: 5px 0;
}
.header_text{
	color: #000000;
	font-size: 1.2rem;
	padding:5px 10px;
}
.fv{
	margin: 0 auto;
	text-align: center;
	background-color: #d1ecd5;
}
.fv_img{
	width: 100%;
	max-width: 1200px;
	z-index: 5;
}
.icon{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.icon_img{
	width: 80px;
	height: 80px;
	padding: 0 10px;
}
.bodywidth{
	width: 100%;
	max-width:960px;
	margin: 0 auto;
	background-color: #ffffff;
	
}
.day{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size:2rem;
	font-weight: bold;
	margin:10px;
}
.daymidasi{
	color:#fff;
	font-size:1.8rem;
	padding: 5px 10px;
	border-radius:10px;
	background-color: #145818;
}
h1 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
}

h1::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 5px;
	background-color: #009b47;
}
h3 {
	color:#333;
	text-align: center;
	font-size: 2.5rem;
	margin: 50px 0 30px;
	padding: 1% 5%;
	border-top:3px solid #009b47;
	border-bottom:3px solid #009b47;
}
h4{
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
}

h4::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 5px;
	background-color: #009b47;
}

.text{
	font-size: 2rem;
	margin: 30px 0;
	padding: 0 5%;
}
.table-wrap{
	overflow-x: scroll;
}
.table{
	width: 100%;
	margin: 0;
	padding:0;
	border-collapse:collapse;
	border: 1px solid #eee;
	text-align: center;
	font-size: 1.6rem;
	background-color: #fcfcfc;
}
.table td{
	padding: 10px ;
}
.table th{
	min-width: 80px;
	padding: 15px;
	background-color: #009b47;
	color: #fff;
}
th.haba{
	width:40px;
}

.table .table_no{
	width: 40px;
	padding: 0;
}
.table_logo{
	width: 130px;
}
.table_name{
}
.table_icon{
	width: 50px;
}
.clearbtn{
    /*a?3a???*/transition: 0.3s;
    display: block;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.clearbtn:hover{
    opacity: 0.7;
}
.nizyuumaru{
	font-weight: bold;
	font-size: 2.5rem;
}
.btn_hover{
    /*a?3a???*/transition: 0.3s;
    display: block;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
}
.btn_hover :hover{
    opacity: 0.7;
}
.btn_min{
	padding: 10px;
}
.maru{
	color: #000;
	font-size: 2.4rem;
}
.bg_green{
	background-color: #e1f7f2;
}
.intro_title{
	color: #333;
	font-weight: bold;
    padding: 0 5%;
}
.intro_title h2{
	margin-bottom:0px;
	font-size: 3rem;
  font-weight: bold;
  background-color: #009b47;
  color: #fff;
  padding: 10px 20px calc(10px - 6px);
  position: relative;
}
.intro_title h2::after {
  content: '';
  background-color: #009b47;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.tag_box{
	max-width:100%;
	margin:0 10%;
	padding:0;
}
.tag_box ul{
 	margin:0px;
 	padding:15px 0px 5px;
}
.tag_box li{
	display:inline-block;
	margin-right:2px;
	padding:3px 10px 3px;
	background:#555;
	color:#fff;
	font-size:12px;
	border-radius:5px;
}
.tag_box h3{
	margin:20px;
	font-size: 2.4rem;
	color:#009b47;
	border:none;
	border-bottom:1px solid #009b47;
}
.tag_box p{
	margin:20px 40px 40px;
	font-size: 1.8rem;
}
.float{
	display: flex;
	justify-content: center;
  align-items: center;
	height: auto;
	margin: auto 0;
}
.intro_img{
	width: 100%;
	margin: 0;
	transition: 0.3s;
}
.intro_img:hover{
	opacity: 0.7;
}
.intro_table{
	float: none;
	width: 40%;
	margin: 0 5%;
}
.intro_kinds{
	color: #ff4800;
	font-size:3rem;
	position: relative;
    display: inline-block;
    padding: 0 55px;
}
.intro_kinds:before,
.intro_kinds:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #ff4800;
}
.intro_kinds:before {
    left: 0;
}
.intro_kinds:after {
    right: 0;
}
.intro_icon{
	width: 100%;
	text-align: center;
}
.intro_btn{
	text-align: center;
	margin: 20px auto 50px;
	width: 100%;
}


.qa-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 20px;
    padding:0 auto;
}

.qa-item {
	max-width:900px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}


.question_text {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding:0px 0px 5px 5px;
    border-bottom:1px solid #cccccc;
}

.answer_text {
    padding-left: 5px;
    line-height: 1.6;
    font-size: 1em;
    color: #333;
}
.QA_title{
	margin-bottom:0px;
	padding:5px 0;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	background-color:#009b47;
	color:#fff;
}
.QA_text{
	font-size: 2.1rem
}
.question{
	font-size: 2.1rem;
	font-weight: bold;
	color: #06097A;
	padding-right:10px;
}
.answer{
	font-size: 2.1rem;
	font-weight: bold;
	color: #C50003;
	padding-right:10px;
}
.hilight{
	background: linear-gradient(transparent 50%, #fcb59f 100%);
}
.footer{
	border-top:solid 1px #ccc;
	width:100%;
	text-align: center;
	padding: 20px 0 ;
}
.footer_text{
	color: #333;
	font-size: 1.2rem;
	padding:5px 10px;
}
.intro_btn_design {
	color: #fff;
	width: 80%;
	margin: 0 auto;
	border-radius: 5rem;
	padding: 15px 0;
	font-size: 4rem;
	font-weight: bold;
	transition : 0.3s;
	background: linear-gradient(#ffbe00, #ffbe00);
	animation: pikupiku 1300ms ease infinite;
}
.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  color:#ffbe00;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}

@keyframes pikupiku {
  0%  { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.table_info {
	width: 70%;
	margin: 20px auto;
	border-collapse:collapse;
}
.table_info td{
	padding: 15px 0;
	font-size: 2rem;
	font-weight: bold;
	border:1px solid #eee;
	text-align:center;
}
.td_left {
	width:200px;
	background-color: #009b47;
	color: #fff;
}
.td_right {
	background-color:#fcfcfc;
	border:none;
}
.comment{
	width: 70%;
	min-height:50px;
	margin: 20px auto;
	background-color: #fff;
	padding: 15px;
	border: 3px solid #eee;
}
.comment_img_1 {
	font-size:1.6rem;
	font-weight:bold;
  padding:0px 0px 0px 60px;
  float: left;
  height:50px;
  background-image: url("img/icon_men.png");
  background-size:50px;
  background-repeat:no-repeat;
  margin-bottom: 10px;
}
.comment_img_2 {
	font-size:1.6rem;
	font-weight:bold;
  padding:0px 0px 0px 60px;
  float: left;
  height:50px;
  background-image: url("img/icon_women.png");
  background-size:50px;
  background-repeat:no-repeat;
  margin-bottom: 10px;
}
.comment_name {
	font-size:1.4rem;
	font-weight:normal;
	color:#666;
}
.comment_box{
	margin-top:10px;
	padding:10px 0px 0px 0px;
	clear:both;
	border-top:1px solid #eee;
}
.comment_text {
  font-size: 1.6rem;
  padding:0px 10px;
}

.comment_kome {
  text-align: center;
  padding-bottom: 18px;
  font-size: 0.8rem;
  color: #c0c0c0;
}
/*
@media (max-width: 768px) {
.icon_img{
	width: 60px;
	height: 60px;
}
.table{
	font-size: 15px;
}
.table_logo{
	width: 80px;
}
.table td{
	padding: 10px ;
}
.table th{
	padding: 10px;
}
.btn_min{
	padding: 5px;
}
.table_btn{
	width: 60px;
}
}
*/
@media (max-width: 1080px) {
html{
	line-height: 1.5;
	font-size: 62.5%;
}
.fv{
	text-align: center;
	margin: 0 auto;
}
.day{
	font-size: 2rem;
}
.pc {
	display: none;
}
h1,h4{
	font-size: 2rem;
}

.text{
    font-size: 1.6rem;
    margin: 30px auto;
    padding: 0 5%;
}
.table-wrap{
	overflow-x: scroll;
	width: 100%;
}
.table{
}
.table_no{
	width: 20px;
	padding: 0;
}
.table_logo{
	width: 100px;
	margin: 0 auto;
	padding: 0;
}
.table tr{
	font-size: 1.4rem;
}
.table td{
	padding: 5px;
	font-size: 1.4rem;
}
.table th{
	padding: 5px 10px;
	min-width: 80px;
}
.table .haba{
	min-width:20px;
}
.table_icon{
	width: 40px;
}
.table_name{
	line-height: 1;
}
.icon_img{
	width: 60px;
	height: 60px;
	padding: 0 5px;
}
.maru{
	color: #000;
	font-size: 3rem;
}
.btn_min{
	padding: 5px;
}
.table_btn{
	width: 50px;
}
.intro_title{
margin:0;
padding:0;
}
.intro_title h2{
	font-size: 2.4rem;
  padding: 8px 20px calc(10px - 6px);
}
.tag_box{
	margin:0 5%;
}
.tag_box li{
	margin-bottom:2px;
	padding:3px 8px 3px;
	font-size:11px;
}
.intro_img{
	margin: 0;
}
.tag_box h3{
	margin:10px;
	font-size: 1.8rem;
	border-top:none;
}
.tag_box p{
	margin:15px 30px 30px;
	font-size: 1.6rem;
}

.float{
	display:flex;
	flex-flow: column;
}
.intro_table{
	width: 70%;
	margin: 0 auto;
}
.intro_text p{
	font-size: 1.8rem;
	margin:5px auto;
}
.intro_kinds{
	color: #ff4800;
	font-size: 4.0rem;
	position: relative;
    display: inline-block;
    padding: 0 55px;
}
.table_info {
	width: 90%;
	max-width: 600px;
	margin: 20px auto;
}
.table_info tbody tr td{
	font-size: 1.4rem;
}
.table_info td{
	padding: 10px 5px;
}
.intro_btn_design {
	font-size: 2rem;
}

.comment{
	width: 80%;
}


.qa-item{
	max-width:85%;
}
.QA{
	padding: 5px 5% 20px;
}
.QA_title{
	font-size: 3rem;
}
.QA_text{
	font-size: 1.6rem;
	line-height:1.3em;
}
.question{
	font-size: 1.8rem;
	font-weight: bold;
	color: #06097A;
}
.answer{
	font-size: 1.8rem;
	font-weight: bold;
	color: #C50003;
}

.hilight{
	background: linear-gradient(transparent 50%, #fcb59f 100%);
}
.footer{
	width:100%;
	text-align: center;
	margin:40px 0px;
	padding: 50px 0px;
}
.footer_text{
	font-size: 1.2rem;
	padding:5px 10px;
}
.td_left {
	width:120px;
	background-color: #009b47;
	color: #fff;
}
}



@media (min-width: 1081px){
  .sp {display: none;
  }
}







/*--------------------------------------
checkbox
--------------------------------------*/
input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
/*
  width: 82.9%;
*/
  margin-left: auto;
  margin-right: auto;
}
.bl_3daysSearchBlock_ttl{
  text-align: center;
  margin: 0px 0 0px;
  padding-top:5px;
  background-color:#009b47;
}
.bl_3daysSearchBlock_ttl_main{
  font-size: 1.8em;
  color:#fff;
  margin-bottom: 0px;
  font-family: "Josefin Sans" , "NotoSansCJKjp-Jxck", "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" ,"Helvetica Neue", "Meiryo" , "???C???I", "YuGothic", "???S?V?b?N",sans-serif;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}
.el_searchResult{
  text-align: center;
  color: #009b47;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #333;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #009b47;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #009b47;
  font-weight:bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
.bl_selectBlock_ttl{
  border-bottom:solid 1px #009b47;
}

}
.bl_selectBlock_content{
  width: calc(100% - 10px);
}
/*
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
*/
.bl_searchResultBlock{
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
}
.bl_searchResultBlock_item{
  max-width:960px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  background: linear-gradient(#009b47, #009b47);
  padding: 15px 0;
}
.js_release{
  cursor: pointer;
}





