@charset "UTF-8";
/* CSS Document */

.key_visual_wrap {
  width: 100%;
  height: 290px;
  background: url("/assets/img/faq/img_key_v.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 5%;
  z-index: 1;
  position: relative;
}
.page_h1_title {
  font-size: min(4vw,40px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}
.page_h1_title span {
  font-size: min(1.8vw,18px);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 11px;
  position: relative;
}


@media screen and (max-width:1000px){
.crumb_path_wrap {
  margin-top: 0;
}
.section{
		padding: 0 20px;
	}
.content {
  margin-bottom: 80px;
}	
}

/*--------------------------------------------------
faq
--------------------------------------------------*/
#sec_faq {
  max-width: 1000px;
  margin: 0 auto;	
  padding: 100px 0 0 0;	
}
.faq_page_nav {
  display: flex;
  margin-bottom: 32px;	
}
.faq_nav_note {
  font-size: 15px;
  line-height: 1.4;	
  margin-bottom: 12px;
}
.faq_page_nav_li{
 margin-right: 10px;
}
.faq_page_nav_li:last-child{
 margin-right: 0;
}
.faq_page_nav_li a {
  width: 210px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: #DF0615;
  border-radius: 50px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  background-image:url("../../img/faq/arrow_qa_red_dw.png")	;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 32px;
  border: solid 1px #DF0615;
  transition: 0.5s;	
}
.faq_page_nav_li a:hover {
  color: #DF0615;
  background: #fff;
  background-image:url("../../img/faq/arrow_qa_white_dw.png")	;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 32px;
  border: solid 1px #DF0615;
}
.q_list_wrap .h2_title {
  font-size: 20px;
  font-weight: 600;
  color: #DF0615;
  padding-left: 16px;
  border-left: 10px solid #DF0615;
  margin-bottom: 10px;	
}
.faq_list_wrap .qa_head {
  font-size: 21px;
  font-weight: 500;
  background: #DF0615;
  padding: 16px 20px;
  color: #fff;
  margin-bottom: 20px;
}
.q_list_content {
  margin-bottom: 40px;
}
.q_list_content:last-child {
  margin-bottom: 0;
}
.q_list_li {
  margin-bottom: 12px;
padding-left: 26px;
position: relative;	
}
.q_list_li a {
  font-size: 16px;
  color: #000;	
  line-height: 1.6;	
  text-decoration: none;
}
.q_list_li a span {
  position: absolute;
  left: 0;
  top: 3px;
}
.q_list {
  padding: 24px;
  background: #eee;
  border-radius: 24px;
}
.q_list_wrap {
  margin-bottom: 48px;
}

.faq_list_wrap .h2_title {
  font-size: 20px;
  padding: 16px 32px;
  background: #DF0615;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.faq_dl {
  padding-bottom: 36px;
  border-bottom: solid 1px #aaa;
  margin-bottom: 32px;
}
.faq_dt {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;	
  margin-bottom: 14px;	
}
.faq_dt span {
  position: absolute;
  left: 0;
  top: 3px;
}
.faq_dd {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  padding-left: 26px;
  position: relative;	
}
.faq_dd span {
  position: absolute;
  left: 0;
  top: 3px;
}
.faq_dd img {
  margin-right: 8px;
}
.faq_inner_list_li img {
  vertical-align: middle;
}
.faq_inner_list_li a {
  color: #00a0e9;
}
.totop a img {
  vertical-align: middle;
  margin-right: 8px;
}
.totop a {
  font-size: 15px;
  color: #DF0615;
  text-decoration: underline;	
}
.totop {
  text-align: right;
  display: none;	
}
.faq_list_li:last-child dl {
  margin: 0 auto 8px auto;
}
.faq_list_wrap:last-child {
  margin-bottom: 0;
}

#faq01 {
  margin-top: 80px;
}
.h3_title {
  font-weight: 500;
  margin-bottom: 8px;
  color: #d7000f;
}
.faq_dd p{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}


@media screen and (max-width:1000px){
#sec_faq {
   padding: 100px 20px 0 20px;	
}
}

@media screen and (max-width:768px){
#sec_faq {
  padding: 40px 20px 0 20px;
}
.key_visual_wrap {
  width: 100%;
	}
.page_h1_title {
  font-size: 24px;
}
.page_h1_title span {
  font-size: 16px;
}	
.faq_page_nav {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.faq_page_nav_li {
  width: calc((100% - 10px) / 2);	
  margin-bottom: 10px;
  margin-right: 10px;
	}
.faq_page_nav_li:nth-child(2n) {
  margin-right: 0;
	}	
.q_list {
  padding: 16px;
  border-radius: 12px;
}	
.faq_page_nav_li a {
  width: 100%;	
  max-width: 240px;
  font-size: 14px;	
  background-size: 21px;	
	}
#faq01 {
  margin-top: 40px;
}	
.faq_list_wrap .qa_head {
  margin-bottom: 0;
}	
}



 /*ベース*/
    /*ベース*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 1em;
    	display: block;
    	color: #fff;
    	background:#019ac6;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .faq_list {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .faq_list {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .faq_list {	/*開閉時*/
    	height: auto;
    	padding:20px ;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

@media screen and (max-width:768px){
.toggle:checked + .Label + .faq_list {
  padding: 10px;
	}
}

/*--------------------------------------------------
contact
--------------------------------------------------*/
#sec_contact {
  max-width: 1000px;
  margin: 100px auto 0 auto;
}

.title_h2 {
  font-size: min(4vw,40px);
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 60px;
}
.title_h2 span::before {
  content: "";
  width: 80px;
  height: 5px;
  background: #d7000f;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.title_h2 span {
  font-size: min(1.8vw,18px);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 27px;
  position: relative;
}
#sec_contact .title_h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
#sec_contact .contact_bl {
  border: solid 2px #DF0615;
  border-radius: 16px;
  padding: 24px 40px;
  margin-bottom: 40px;	
}
#sec_contact .contact_bl li {
  font-size: 15px;
  line-height: 1.6;
  list-style: disc;
  /* text-indent: -1em;
  padding-left: 1em; */
}
#sec_contact .contact_btn {
  margin-right: 20px;
  max-width: 320px;
  width: 100%;
}
#sec_contact .contact_btn a {
  width: 100%;	
  font-size: 16px;
  color: #fff;
  border: solid 1px #999;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  text-decoration: none;
  background: #999;
}
#sec_contact .contact_btn.finds a {
border: solid 1px #2cc56a;
background: #2cc56a;
}
#sec_contact .contact_btn a:hover {
  color: #999;
  background: #fff;
  transition: 0.5s;
}
#sec_contact .contact_btn.finds a:hover {
  color: #2cc56a;
  background: #fff;
  transition: 0.5s;
}
#sec_contact .contact_bl.mb_0{
  margin-bottom: 0;	
}
#sec_contact .contact_bl ul {
  margin-bottom: 24px;
}
#sec_contact .note {
  font-size: 15px;
  margin-bottom: 20px;
}
#sec_contact .contact_btn_wrap {
  display: flex;
  justify-content: center;
}
#sec_contact .contact_btn_li :nth-child(1) {
  margin-right: 24px;
}
#sec_contact .contact_btn {
  margin-right: 20px;
}
#sec_contact .contact_btn span {
  font-size: 12px;
  margin-top: 8px;
  display: block;
  text-align: center;	
}
#sec_contact .contact_btn a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8; 	
  display: inline;
  letter-spacing: 0.04em;	
}
#sec_contact .tel_info {
  margin-top: 32px;
  text-align: center;
  background: #f2f2f2;
  padding: 16px;
  border-radius: 12px;
}
#sec_contact .tel_info .title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
#sec_contact .tel_info .txt {
  font-size: 14px;
  line-height: 1.6;
}
#sec_contact .tel a {
  font-size: 28px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
}
#sec_contact .txt_small {
  font-size: 12px;
}
#sec_contact .tel {
  padding: 8px 0;
}

@media screen and (min-width:751px){
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
	}
}

@media screen and (max-width:768px){
#sec_contact .title_h3 {
  font-size: 18px;
	}
#sec_contact .contact_bl {
  border-radius: 10px;
  padding: 16px 32px;
	}
#sec_contact .contact_btn_wrap {
  display: block;
	}
#sec_contact .contact_btn {
  margin-right: 0;
	}	
#sec_contact .contact_btn {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 16px auto;
}
#sec_contact .contact_btn a {
  font-size: 14px;
}
#sec_contact .contact_btn a span {
  font-size: 14px;	
}
#sec_faq .title_h2,	#sec_contact .title_h2 {
  font-size: 24px;
}	
#sec_faq .title_h2 span, #sec_contact .title_h2 span {
  font-size: 14px;
  margin-top: 20px;
}	
#sec_faq .title_h2 span::before, #sec_contact .title_h2 span::before {
  content: "";
  width: 48px;
  height: 4px;
  top: -12px;
}	
}











