@charset "UTF-8";
/* CSS Document */

.contents_main a:link, .contents_main a:hover, .contents_main a:visited {
  color: #649664;
  text-decoration: underline;
}

.contents_main a:hover {
  opacity: .8;
}


.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: 0 99px; padding: clamp(20px,8.25vw,20px);
  max-width: 1200px;
  font-size: 16px;
  /*text-align: center;*/
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  display: flex;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background-color: #649664;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/*****************************************

パンくずリスト

*****************************************/
.breadcrumb {
  margin: 0 auto;
  padding: 15px clamp(20px,8.25vw,100px);
  max-width: 1200px;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb li {
  padding: 0 10px 0 0;
  font-size: 12px;
}

.breadcrumb li a {
  font-size: 14px;
  text-decoration: none !important;
  color:#444!important;
}

/*****************************************

ボタン

*****************************************/
.contents_inner .faq_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}

.contents_inner .faq_btn li {
  margin: 20px 0 0 1%;
  /*padding: 28px;*/
  width: 320px;
  height: 80px;
  background-color: #f5f3f0;
  border-radius: 10px;
}

.contents_inner .faq_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}

.contents_inner .faq_btn li a .down {
  display: inline-block;
  margin: 0 0 0 12px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  color: #649664;
  line-height: 1;
}

/*****************************************

よくあるご質問

*****************************************/
#faq_new .qa01 h4 {
  margin: 70px 0 0;
  padding: 0 0 23px 28px;
  position: relative; 
  border-bottom: 2px solid #649664;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #444444;
}

#faq_new .qa01 h4::before {
  content: "";
  position: absolute;
  top: -3px; 
  left: 4px; 
  width: 15px;
  height: 30px;
  background: #649664;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#faq_new .qa01 dl {
  margin: 30px 0 0;
}

#faq_new .qa01 dt {
  margin: 20px 0 0;
  padding: 25px 63px 25px;
  position: relative;
  background: #649664;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  cursor:pointer;
}

#faq_new .qa01 dt::before {
  content: "Q.";
  position: absolute;
  top: 25px;
  left: 2rem;
}

#faq_new .qa01 dt::after {
  content: "＋";
  position: absolute;
  right: 2rem;
  /*top: 25px;*/
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  
  font-weight: 900;
}

#faq_new .qa01 dt.open::after {
  content: "－";
  font-weight: 900;
}

#faq_new .qa01 dt:first-child {
  margin-top: 0;
}

#faq_new .qa01 dd {
  display: none;
  border: 2px solid #649664;
}

#faq_new .qa01 dd div {
  padding: 25px 15px 25px 63px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
}

#faq_new .qa01 dd div::before {
  content: "A.";
  position: absolute;
  top: 25px;
  left: 2rem;
  font-size: 20px;
}

.font_red {
	font-weight: bold;
	color: red;
}

.faq_link {
	font-size: 18px;
	text-decoration: underline !important;
}

.merit {
	margin: 0px 40px 20px 0px;
	padding: 30px;
	background-color: #f5f3f0;
	font-size: 18px;
}
