@charset "UTF-8";

/* faq */

.faq {
	width: 100%;
	font-size: 1.5rem;
}
.faq > *:last-child {
	margin-bottom: 0;
}
.faq__row {
	position: relative;
	display: flex;
	align-items: flex-start;
	place-items: center;
	box-sizing: content-box;
	padding-left: 5%;
}
.faq__row--question {
	margin-bottom: 15px;
	background-color: #1265b2;
	color: #fff;
	font-size: 1.8rem;
}
.faq__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	font-size: 1.8rem;
}
.faq__icon--question {
	color: #fff;
}

.faq__answer-body > *:last-child {
	margin-bottom: 0;
}
.faq__answer-txt {
	margin-bottom: 10px;
}

.faq_wrap {
	top: 29%;
	right: 0;
	margin-bottom: 0px;
}



.bg{
    background-color: #d8e2eb;
    padding: 2%;
}
    .faq-title img {
      max-width: 100%;
      height: auto;
    }

    .faq-item {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 16px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question .q-label {
      display: flex;
      align-items: center;
      font-weight: bold;
      color: #2c60c6;
      font-size: 18px;
    }

    .faq-question .q-label span {
      font-size: 22px;
      margin-right: 8px;
    }

    .faq-toggle {
      font-size: 28px;
      color: #2c60c6;
      user-select: none;
      transition: transform 0.3s;
    }
	
    .faq-answer {
      display: none;
      margin-top: 16px;
      padding-top: 12px;
      border-top: 1px dashed #ccc;
      font-size: 16px;
    }

    .open .faq-answer {
      display: block;
    }

    .open .faq-toggle {
      content: "−";
    }

/* accordion */

.accordion {
	position: relative;
}
.accordion-title {
	cursor: pointer;
}

.accordion-content {
	display: none;
}
.icon_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.icon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.icon:before, .icon:after {
	display: flex;
	content: '';
	background-color: #fff;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform-origin: center center;
	transition: .2s;
}
.icon:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.accordion-title.open 
.icon_wrap .icon:after {
	opacity: 0;
}

.js-accordion-title.open .icon:after {
  opacity: 0;
}

.ach{
	margin-top: 0;
}

.ach__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    place-items: center;
    box-sizing: content-box;
    min-height: 45px;
    padding-left: 25px;
}

.ach__row--question {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0!important;
}

.accordion ach{
  margin-bottom: 0!important;
}

.ach__answer-txt {
	margin: 0 auto;
	margin-bottom: 10px;
}

    .faq-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .faq-title img {
      max-width: 100%;
      height: auto;
    }

    .faq-item {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 16px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question .q-label {
      display: flex;
      align-items: center;
      font-weight: bold;
      color: #2c60c6;
      font-size: 18px;
    }

    .faq-question .q-label span {
      font-size: 22px;
      margin-right: 8px;
    }

    .faq-toggle {
      font-size: 28px;
      color: #2c60c6;
      user-select: none;
      transition: transform 0.3s;
    }

.faq-toggle::after {
  content: "＋";
  font-size: 28px;
  color: #2c60c6;
  user-select: none;
  transition: transform 0.3s;
  display: inline-block;
}

.js-accordion-title.open .faq-toggle::after {
  content: "−";
}
	
    .faq-answer {
      display: none;
      margin-top: 16px;
      padding-top: 12px;
      border-top: 1px dashed #ccc;
      font-size: 16px;
    }

    .open .faq-answer {
      display: block;
    }

    .open .faq-toggle {
      content: "−";
    }

.notion{
	margin-top: 5%;
}

.notion__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    place-items: center;
    box-sizing: content-box;
    min-height: 45px;
    padding-left: 25px;
}

.notion__row--question {
    margin-bottom: 15px;
    background-color: #929292;
    color: #fff;
    font-size: 1.8rem;
}

.notion__answer-txt {
	margin: 0 auto;
	margin-bottom: 10px;
}

/*section22----------------------------------------------------------- */
.sec22 {
	padding: 10px 15px 30px;
	background: linear-gradient(to right,  #18366e 0%,#116ebf 100%); 
}

/* form */
.form {
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 5px;
}
.form_box .form_input_box{
	width:100%!important;
}

.ab-016-form .form_box_label strong{
	font-size: 18px!important;
}
	
.form_box input[type="text"],
.form_box input[type="email"] {
	width: 100%;
}
	

.form_box input[type="tel"] {
	width: 25%;
}
	
.form_box select,
#form_payment select {
	padding: 5px;
}

/*footer----------------------------------------------------------- */
footer {
	max-width: 750px;
	margin: auto;
	padding: 20px 0 15px;
	background: #18366e;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

footer small {
	font-size: 1.0rem;
}