/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/
/*
  border: 1px solid #000;
  background-color: #ddd;
*/

main header {
  font-size: 0;
}



/* section
--------------------------------------------------------------------------------*/
.section {
  padding-bottom: 40px;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}


/* sub_section
--------------------------------------------------------------------------------*/
.sub_section {
  margin: auto 12px;
  padding: 12px 12px 30px 12px;
  position: relative;
  display: block;
  margin-top: 12px;
  /* width: 100%; */
  height: auto;
}

.sub_section h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  color: #588400;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.sub_section h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #588400, #588400 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #588400,170,0,1), #588400,170,0,1) 1px, transparent 2px, transparent 5px);
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub_section h3:before {
  content: '\f059';
  position: absolute;
  top: -2%;
  left: 0.5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}



/* content_header
--------------------------------------------------------------------------------*/
/* type_01
--------------------------------------------------------------------------------*/




/* section
--------------------------------------------------------------------------------*/
/* faq_index
--------------------------------------------------------------------------------*/

/* content_header
--------------------------------------------------*/

.type_01 .header_head {
  background-color: transparent;
  /* background-image: url(/assets/img/photo/img_question.jpg); */
  background-size: 70%;
  background-position: 100% 65%;
}

.type_01 .header_head .wrapper {
  /* background: #f9f8f5; */
  background: -moz-linear-gradient(left,  #f9f8f5 60%, transparent 80%);
  /* background: -webkit-linear-gradient(left,  #f9f8f5 60%, transparent 80%); */
  /* background: linear-gradient(to right,  #f9f8f5 60%, transparent 80%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=1 );
}



/* sub_section
--------------------------------------------------*/
#faq_index .sub_section {
  background-color: #fbf7e7;
}


#faq_index .float .sub_section:nth-of-type(1) {
  background-color: #e7ffd7;
}

#faq_index .float .sub_section:nth-of-type(2) {
  background-color: #e1f3ff;
}

.sub_section h3 {
  color: #bd007a;
}

.float .sub_section:nth-of-type(1) h3 {
  color: #333333;
}

.float .sub_section:nth-of-type(2) h3 {
  color: #333333;
}

.sub_section h3:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #bd007a, #bd007a 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #bd007a,170,0,1), #bd007a,170,0,1) 1px, transparent 2px, transparent 5px);
}

.float .sub_section:nth-of-type(1) h3:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #333333, #333333 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #333333,170,0,1), #333333,170,0,1) 1px, transparent 2px, transparent 5px);
}

.float .sub_section:nth-of-type(2) h3:after {
  background-image: -webkit-repeating-linear-gradient(135deg, #333333, #333333 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #333333,170,0,1), #333333,170,0,1) 1px, transparent 2px, transparent 5px);
}



/* flex_wrap
--------------------------------------------------*/
#faq_index .flex_wrap {
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 12px;
}



/* flex_item
--------------------------------------------------*/
#faq_index .flex_item {
  position: relative;
  display: block;
  margin-top: 12px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%);
  border: 1px solid #ccc;
}

#faq_index .flex_item:hover {
  opacity: 0.8;
}

#faq_index .flex_item:nth-of-type(1) {
  margin-top: 0;
}


#faq_index .flex_item:before {
  content: "";
  display: block;
  padding-top: 0;
}

#faq_index .flex_item .wrapper {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-repeat: no-repeat;
}

#faq_index #faq_kodomo_before .wrapper {
  background-image: url(/assets/img/chara/img_question.png);
  background-position: 88% 50%;
  background-size: 20%;

}

#faq_index #faq_kodomo_after .wrapper {
  background-image: url(/assets/img/chara/img_question.png);
  background-position: 88% 50%;
  background-size: 20%;
}

#faq_index #faq_shaseki_before .wrapper {
  background-image: url(/assets/img/chara/img_question.png);
  background-position: 88% 50%;
  background-size: 20%;
}

#faq_index #faq_shaseki_after .wrapper {
  background-image: url(/assets/img/chara/img_question.png);
  background-position: 88% 20%;
  background-size: 20%;
}

#faq_index #faq_bike .wrapper {
  background-image: url(/assets/img/photo/img_two_bikes.jpg);
  background-position: 122% 80%;
  background-size: 50%;
}

#faq_index #faq_ryugaku .wrapper {
  background-image: url(/assets/img/photo/img_international_student.jpg);
  background-position: 100% 30%;
  background-size: 45%;
}

.sub_section .item_contents,
.sub_section .item_contents a {
  display: block;
  height: 100%;
  border-radius: 8px;
  color: #fff;
}

.sub_section .item_contents a span {
  display: block;
  padding: 6.5% 4% 0 4%;
  width: 61.2%;
  height: 100%;
  border-radius: 7px 0 0 7px;
  background: #7bb300;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

.sub_section .item_contents a span {
  display: block;
  padding: 4%;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: rgb(22 165 42);
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
}

.sub_section .flex_item:nth-of-type(2) a span {
  background: #3a45a9;
}

.float .sub_section:nth-of-type(1) .item_contents a span {
  padding: 4%;
  width: 61.2%;
  height: 100%;
  border-radius: 7px 0 0 7px;
  background: #359442;
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 700;
}

.float .sub_section:nth-of-type(2) .item_contents a span {
  padding: 4%;
  width: 61.2%;
  height: 100%;
  border-radius: 7px 0 0 7px;
  background: #0056a0;
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 700;
}





#faq_index .item_contents p {
  margin-top: 6px;
}

#faq_index .item_contents p:nth-of-type(1) {
  margin-top: 12px;
}

#faq_index .flex_item img {
  width: 100%;
  height: 100px;
  border-radius: 0.5ch 0.5ch 0 0;
}

#faq_index .item_link {
  margin: 24px 12px 0 12px;
  text-align: right;
}

#faq_index .link_txt {
  border-bottom: 1px dashed #6464e6;
}

#faq_index .link_txt:before {
  content: '\f0a9';
  position: absolute;
  top: 50%;
  left: -1.4rem;
  margin-top: -0.75rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#faq_index .link_txt:hover {
  border-bottom: 1px dotted transparent;
  color: #6464e6;
}

.sub_section + .btn {
  margin: 40px 12px 0 12px;
  width: auto;
}






/* section
--------------------------------------------------------------------------------*/
/* faq_list
--------------------------------------------------------------------------------*/

/* content_header
--------------------------------------------------*/
/*
.faq_list .header_head {
  background-image: url(/assets/img/photo/img_question.jpg);
  background-size: 70%;
  background-position: 100% 65%;
}

.type_01 .header_head .wrapper {
  padding: 24px 32% 12px 12px;
  background: -moz-linear-gradient(left,  #f9f8f5 40%, #ffffff000 100%);
  background: -webkit-linear-gradient(left,  #f9f8f5 40%,#ffffff00 100%);
  background: linear-gradient(to right,  #f9f8f5 40%,#ffffff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00ffffff',GradientType=1 );
}
*/


/* list_cat
--------------------------------------------------*/
.list_cat {
  position: relative;
  z-index: 10;
  padding: 3px 0;
  background-color: #f9f8f5;
}

  .faq_after .list_cat {
    margin-top: 24px;
  }

.list_cat ul {
  padding: 0 12px 9px 12px;
}

.list_cat li {
  display: inline-block;
  margin: 9px 6px 0 0;
}

.list_cat a {
  display: block;
  position: relative;
  padding: 1em 0.5em 0.9em 1.8em;
  border-radius: 6px;
  box-shadow: rgba(80, 80, 80, 0.3) 0px 1px 3px 0px;
  background-color: #999;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.list_cat a:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: rgba(80, 80, 80, 0.1) 0px 0px 3px 0px;
  background-color: #ccc;
}

  .faq_before .list_cat a {
    background-color: #529c5c;
  }

  .faq_before .list_cat a:hover {
    background-color: #4db15a;
  }

  .faq_after .list_cat a {
    background-color: #5f66a2;
  }

  .faq_after .list_cat a:hover {
    background-color: #5f69b7;
  }

.list_cat a:before {
  position: absolute;
  left : 0.5em;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content:"\f0ab";
}



/* sub_section
--------------------------------------------------*/
.faq_list .sub_section {
  background-color: #fbf7e7;
}



/* accordion base
--------------------------------------------------------------------------------*/

/* accordion
--------------------------------------------------*/
/* check
--------------------------------------------------*/
.accordion__check {
  display: none;
}



/* accordion
--------------------------------------------------*/
/* label
--------------------------------------------------*/
.accordion__label {
  position: relative;
  z-index: 10;
  display: block;
  margin: 12px 0 0 16px !important;
  box-sizing: border-box;
  border-radius: 8px;
  background: #e6ecb1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: .3s;
}

  .faq_before .accordion__label {
    background: #e6ecb1;
  }

  .faq_after .accordion__label {
    background: #e8eefb;
  }

.accordion__label:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.accordion__label:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 36px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: "\f128";
  border-radius: 0 4px 4px 0;
  font-family:"Font Awesome 5 Free";
  color: #FFF;
  font-size: 15px;
  line-height: 30px;
  background: #999;
  box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
  font-weight: 900;
}

  .faq_before .accordion__label:before {
    background: #529c5c;
  }

  .faq_after .accordion__label:before {
    background: #5f69b7;
  }

.accordion__label:after {
  position: absolute;
  content: '';
  top: 38px;
  left: -15px;
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 15px #666;
}

  .faq_before .accordion__label:after{
    border-right: solid 15px #196323;
  }

  .faq_after .accordion__label:after{
    border-right: solid 15px #333c7d;
  }

.accordion__check:checked + label {
  border-radius: 8px 8px 0 0;
}

.accordion__label div {
  display: block;
  padding: 16px 40px 14px 36px;
}

.accordion__label div:before {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -0.5em;
  color: #ffffff;
  content:"\f0ab";
  font-size: 16px;
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  transition: .3s;
}

.accordion__label div:hover:before {
  opacity: 0.5;
}



/* accordion
--------------------------------------------------*/
/* content
--------------------------------------------------*/
.accordion__content {
  overflow: hidden;
  max-height: 0;
  margin-left: 16px;
  padding: 0 24px 0px 24px;
  background-color: #ffffff;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #4a4a4a !important;

}

.accordion__check:checked + label + .accordion__content
{
  max-height: 9999px;
  /* padding-bottom: 8px; */
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* accordion
--------------------------------------------------*/
/* open_accordion
--------------------------------------------------*/
.open_accordion .accordion__label {
  border-radius: 8px 8px 0 0;
  cursor: auto;
}

.open_accordion .accordion__label div:before {
  display: none;
}

.open_accordion .accordion__content {
  max-height: 9999px !important;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}



/* accordion__content parts
--------------------------------------------------------------------------------*/
.accordion__content p {
  margin: 8px 0 0 0;
  line-height: 1.625;
}

.accordion__content .wrapper > p:first-child {
  margin-top: 0;
}

.accordion__content .wrapper dl {
  margin: 0;
  padding: 0;
  line-height: 1.45;
}
/*
.accordion__content .wrapper > dl:first-child {
  padding-top: 0;
}
*/
.accordion__content dt {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

.accordion__content .wrapper > dl:first-child dt:first-child {
  margin-top: 0;
}

.accordion__content dd {
  margin: 8px 0 0 0;
  padding: 0;
}

.accordion__content ol {
  margin: 0 0 0 1rem ;
  padding: 0;
  line-height: 1.45;
  font-size: 1rem;
  list-style-type: decimal;
}

.accordion__content li {
  margin: 6px 0 0 14px;
  padding: 0;
}

.accordion__content li ol {
  margin-bottom: 8px;
}

.accordion__content ol.kome {
  margin-top: 12px;
  list-style-type: none;
}

.accordion__content ol.kome li {
  margin: 2px 4px 0 0;
}

.accordion__content ol.kome li:before {
  margin-right: 4px;
}

.accordion__content ol.kome li:nth-of-type(1):before {
  content: "\203b 1";
}

.accordion__content ol.kome li:nth-of-type(2):before {
  content: "\203b 2";
}

.accordion__content .flex_box {
  display: flex;
}

.accordion__content .flex_box dl {
  margin: 10px 10px;
  flex-basis:  50%;
}

.accordion__content dl table {
  margin: 0 0 0 0;
  width: 100%;
  border: 1px solid #712129;
  background: #fef9f0;
  line-height: 1.6;
  border-collapse: collapse;
}

  .faq_before .accordion__content dl table {
    border: 1px solid #529c5c;
  }

  .faq_after .accordion__content dl table {
    border: 1px solid #5f66a2;
  }

.accordion__content dl table tr:nth-child(2n+1) {
    background: #f0f0f0;
}

.accordion__content dl table th, .accordion__content dl table td {
    padding: 8px 12px;
}

.accordion__content dl table th {
    color: #4a4a4a;
}

.accordion__content dl table td {
    text-align: right;
}


.sub_section .accordion__content,
.sub_section .accordion__content a {
  display: block;
  height: 100%;
  border-radius: 8px;
  color: #333;
}

.accordion__content h4 {
    margin: 12px 0 0 0;
    color: #712129;
    font-size: 1rem;
    font-weight: bold;
}

.accordion__content h4.frame {
    display: inline-block;
    margin-top: 30px;
    padding: 3px 12px 1px 12px;
    border: 2px solid #712129;
}

.accordion__content .notes > h4:first-child {
    margin-top: 0;
}

.accordion__content h4.frame:nth-of-type(1) {
    margin-top: 0;
}


.accordion__content .notes > h4:first-child + dl dt {
    margin-top: 12px !important;
}

.accordion__content h5 {
    margin: 12px 0 0 0;
    color: #252525;
    font-size: 12px;
}

.accordion__content .notes {
    margin: 20px 0 0 0;
    padding: 9px 12px 8px 12px;
    border-radius: 4px;
    background-color: #fafafa;
    line-height: 1.4;
    border: 1px dashed #712129;
}


.accordion__content .notes dt {
  margin-top: 0 !important;
}

.accordion__content .notes2 {
    margin: 10px 0 0 0;
    padding: 1px 12px 8px 12px;
    border-radius: 4px;
    background-color: #efefef;
    line-height: 1.4;
    border: none;
}

.accordion__content .notes_block {
  border: 1px solid #712129;
    background-color: transparent;
}

.accordion__content .notes2 h4 {
    color: #252525;
}

.accordion__content small {
    font-size: 90%;
}

.sub_section .accordion__content a,
.sub_section .accordion__content .txt_link a {
  position: relative;
  display: inline-block !important;
  margin: 0;
  border-bottom: 1px dashed #6464e6;
  color: #6464e6 !important;
  border-radius: 0;
  word-break: break-all;
}




.sub_section .accordion__content .wrapper {
  padding: 24px 0;
}
.accordion__content .note + p {
    margin: 16px 0 0 0 !important;
}





/* section
--------------------------------------------------------------------------------*/
/* faq_bike / faq_ryugaku
--------------------------------------------------------------------------------*/

/* content_header
--------------------------------------------------*/
#faq_bike .header_head {
  /* background-image: url(/assets/img/photo/img_question.jpg); */
  background-size: 70%;
  background-position: 100% 65%;
}

#faq_ryugaku .header_head {
  /* background-image: url(/assets/img/photo/img_question.jpg); */
  background-size: 70%;
  background-position: 100% 65%;
}



/* list_faq
--------------------------------------------------*/
.list_faq {
  position: relative;
  z-index: 10;
  padding: 24px 12px calc(24px + 3px) 12px;
  background-color: #fff;
}

.list_faq p {
  margin-top: 12px;
}

.list_faq p:nth-of-type(1) {
  margin-top: -2px;
}

.list_faq ul {
  margin-top: calc(24px - 4px);
}

.list_faq li {
  margin-top: 9px;
}

.list_faq li:nth-of-type(1) {
  margin-top: 0;
}

.list_faq a {
  position: relative;
  display: block;
  padding: 1em 0.5em 0.9em 2.5em;
  border-radius: 4px;
  box-shadow: rgba(80, 80, 80, 0.3) 0px 1px 3px 0px;
  background-color: #f3f3f3;
  line-height: 1.4;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.list_faq a:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: rgba(80, 80, 80, 0.1) 0px 0px 3px 0px;
  background-color: #ffffff1f1;
}

  #faq_bike .list_faq a {
    color: #333;
  }

  #faq_bike .list_faq a:hover {
    color: #4db15a;
  }

  #faq_ryugaku .list_faq a {
    color: #333;
  }

  #faq_ryugaku .list_faq a:hover {
    color: #5f69b7;
  }

.list_faq a:before {
  position: absolute;
  left : 1em;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content:"\f0ab";
}

  #faq_bike .list_faq a:before {
    color: #529c5c;
  }

  #faq_bike .list_faq a:hover:before {
    color: #4db15a;
  }

  #faq_ryugaku .list_faq a:before {
    color: #5f66a2;
  }

  #faq_ryugaku .list_faq a:hover:before {
    color: #5f69b7;
  }



/* accordion
--------------------------------------------------*/
/* label
--------------------------------------------------*/
  #faq_bike .accordion__label {
    background: #E7FFD7;
  }

  #faq_ryugaku .accordion__label {
    background: #E1F3FF;
  }

  #faq_bike .accordion__label:before {
    background: #529c5c;
  }

  #faq_ryugaku .accordion__label:before {
    background: #5f69b7;
  }

  .faq_bike .accordion__label:after{
    border-right: solid 15px #196323;
  }

  #faq_ryugaku .accordion__label:after{
    border-right: solid 15px #333c7d;
  }










/*------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*------------------------------------------------------------------------------*/

main header {
  padding: 0;
  border-radius: 4px;
}

#side_bar {
  padding: 42px 0px 20px 0;
}


/* content_header
--------------------------------------------------------------------------------*/
/* type_01
--------------------------------------------------------------------------------*/
.type_01 .header_head .wrapper {
  /* padding: 36px calc(42% + 24px) 36px 24px; */
}





.section {
    padding: 18px 0px 40px 0px;
}

.sub_section {
    margin: auto 0;
    padding: 12px 24px 24px 24px;
    position: relative;
    display: block;
    margin-top: 24px;
    /* width: 100%; */
    height: auto;
    /* border-radius: 0.5ch; */
    /* box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%); */
    /* border: 1px solid #ccc; */
    background-color: #fff9eb;
}




.sub_section h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.sub_section h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sub_section h3 strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #e64614;
  font-family: "NSJP";
  font-size: 1.4rem;
  font-weight: 900;
}

.sub_section h3 strong:before {
  content: '\f00c';
  position: absolute;
  top: 3%;
  left: -1.6rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}





/* flex_wrap
--------------------------------------------------*/
#faq_index .flex_wrap {
  justify-content: space-between;
  margin-top: 0;
  padding: 0 12px;
}





/* flex_item
--------------------------------------------------*/
#faq_index .sub_section:nth-of-type(1) .flex_item,
#faq_index .sub_section:nth-of-type(2) .flex_item {
  position: relative;
  display: block;
  margin-top: 12px;
  width: calc((100% - 12px) / 2);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%);
  border: 1px solid #ccc;
}


#faq_index .sub_section:nth-of-type(1) .flex_item a span,
#faq_index .sub_section:nth-of-type(2) .flex_item a span {
  padding: 4.4% 4% 4% 4%;
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
}

#faq_index .float .sub_section:nth-of-type(1) .flex_item,
#faq_index .float .sub_section:nth-of-type(2) .flex_item {
  margin-top: 12px;
  width: 100%;

}

#faq_index .float .sub_section:nth-of-type(1) .flex_item a span,
#faq_index .float .sub_section:nth-of-type(2) .flex_item a span {
  font-size: 0.9rem;
  font-weight: 700;
}


#faq_index .float .sub_section:nth-of-type(1) {
  float: left;
  width: calc((100% - 12px) / 2);
}

#faq_index .float .sub_section:nth-of-type(2) {
  float: right;
  width: calc((100% - 12px) / 2);
}



#faq_index .float .sub_section:nth-of-type(1) .flex_item:before {
  /* padding-top: 30%; */
}

#faq_index .float .sub_section:nth-of-type(2) .flex_item:before {
  /* padding-top: 30%; */
}

.float {
  margin-top: 16px;
}

.float::after {
  content: "";
  display: block;
  clear: both;
}

.float + .btn {
  margin: 40px 12px 0 12px;
  width: auto;
}





/* accordion__content parts
--------------------------------------------------------------------------------*/
.accordion__content p {
  margin: 24px 0 0 0;
  line-height: 1.8;
}
.accordion__content ul {
  list-style-type: decimal;
}
.accordion__content .wrapper > p:first-child {
  margin-top: 0;
}

.accordion__content .wrapper dl {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
/*
.accordion__content .wrapper > dl:first-child {
  padding-top: 0;
}
*/
.accordion__content dt {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}




/* section
--------------------------------------------------------------------------------*/
/* faq_bike / faq_ryugaku
--------------------------------------------------------------------------------*/

/* list_faq
--------------------------------------------------*/
.list_faq {
  padding: 24px 0 calc(24px + 3px) 0;
  background-color: #fff;
}

.list_faq a {
  padding: 1em 1em 0.9em 2.5em;
}



/*------------------------------------------------------------------------------*/