@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page-ttl h1,#page-ttl .lead {
  text-align: center;
}
.int_page {
  background: #fef5f8;
}
@media only screen and ( max-width : 680px ) {
  #page-ttl h1 {
    margin-bottom: 10px;
  }
  #page-ttl h1 img {
    max-width: 60%;
  }
}

@media print, screen and ( min-width : 681px ) {
  #page-ttl h1 {
    margin-bottom: 20px;
  }
}

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

　   Q&A

--------------------------------------------------------------------------------------------- */
#qa {
  padding: 0;
}
#qa .switch {
  background: #e7cac1;
  -webkit-align-items: center;
  align-items: center;
}
#ph {
  padding-bottom: 0;
}
#ph ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
}
#ph li {
  width: 50%;
}
.accordion dt {
  font-weight: bold;
  padding: 15px 40px 15px 70px;
  min-height: 80px;
  margin-bottom: 15px;
  position: relative;
}
.accordion dt:after,.int_top .accordion_btn:after {
  content: "\f13a";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  height: 1em;
  color: #fff;
}
.accordion dt.open:after,.int_top.open .accordion_btn:after {
  content: "\f139";
}
.accordion dd {
  padding: 0 15px 15px 70px;
  position: relative;
}
.faq_icon {
  font-family: 'Marcellus', serif;
  display: block;
  width: 1.2em;
  height: 1em;
  position: absolute;
  left: 15px;
  color: #93272c;
  top: 0.6em;
  line-height: 1em;
}
@media only screen and ( max-width : 680px ) {
  #qa .container {
    padding: 0;
  }
  .accordion dt:after {
    font-size: 24px;
  }
  .faq_icon {
    font-size: 30px;
  }
}

@media print, screen and ( min-width : 681px ) {
  .faq_icon {
    font-size: 36px;
    margin-top: -0.1em;
  }
  .accordion dt:after {
    font-size: 30px;
  }
}

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

　   INT

--------------------------------------------------------------------------------------------- */
#int {
  padding: 0;
}
#int .switch.open .close_txt {
  display: block;
}
#int .switch .open_txt {
  display: block;
}
#int .switch.open .open_txt {
  display: none;
}
#int .switch .close_txt {
  display: none;
}
.accordion_btn {
  background: #93272c;
  color: #fff;
  position: relative;
}
.accordion_btn span {
  text-align: center;
}
.article h3 {
  font-weight: bold;
}
.int_num {
  font-family: 'Marcellus', serif;
}
.int_num span {
  margin-left: 10px;
}
@media only screen and ( max-width : 680px ) {
  .article h3 {
    background: #e7cac1;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
  }
  #int .switch {
    display: block;
  }
  .accordion_btn span {
    font-size: 18px;
    padding: 10px;
  }
  .int_num {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .int_num span {
    font-size: 24px;
  }
  #int h2 {
    margin-bottom: 15px;
  }
  .int_name {
    margin-bottom: 15px;
  }
   #int .article .txt {
    padding: 0 15px 15px 15px;
   }
}

@media print, screen and ( min-width : 681px ) {
  .int_top {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .accordion_btn span {
    font-size: 24px;
    padding: 20px;
  }
  #int h2 {
    text-align: right;
    margin-bottom: 30px;
  }
  #int .article {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
  }
  .article h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #93272c;
  }
  #int .article div,.int_top .img,.int_top .txt {
    width: 50%;
  }
  #int .article:nth-child(even) {
    flex-direction: row-reverse;
    -webkit-flex-direction:row-reverse;
  }
  #int .article .txt,.int_top .txt_inner {
    padding: 0 30px 30px 30px;
  }
  .int_num {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .int_num span {
    font-size: 33px;
  }
  .int_name {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

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

　   アコーディオン

--------------------------------------------------------------------------------------------- */
.displayNone {
  display: none;
}
.accordion {
}
.switch {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  background: #fff;
}
.contentWrap {
  background: #fff;
}

@media only screen and ( max-width : 680px ) {
  .switch {
    font-size: 16px;
  }
  .contentWrap {
    padding-top: 30px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 681px ) {
  .switch {
    font-size: 20px;
  }
  .contentWrap {
    padding-top: 60px;
  }
}

