html {
  font-size: 62.5%;
  /* 10px */
}

body {
  font-family: "Meiryo";
}

main {
  min-width: 1060px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1060px;
  margin: 0 auto;
  padding: 0 0 300px 0;
}

.faq {
  width: 100%;
  padding: 24px 0 0 0;
}

.faq .breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.faq .breadcrumbs ol li {
  font-size: 1.2rem;
  color: #333333;
}

.faq .breadcrumbs ol li a {
  color: #003eb1;
}

.faq .breadcrumbs ol li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #333333;
}

.faq .breadcrumbs ol li:last-child::after {
  display: none;
}

.head-text{
  font-size: 4rem;
  color: #003eb1;
  text-align: center;
  margin: 36px 0 0 0;
}

.faq h2 {
  font-size: 4rem;
  color: #003eb1;
  position: relative;
  text-align: center;
  margin: 85px 0 0 0;
}

.faq h2::before, .faq h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 230px;
  height: 2px;
  background-color: #003eb1;
  width: 355px;
}

.faq h2::before {
  left: 0;
}

.faq h2::after {
  right: 0;
}


.faq h3 {
  font-size: 4rem;
  color: #003eb1;
  position: relative;
  text-align: center;
  margin: 9px 0 0 0;
}

.faq h3::before, .faq h3::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 230px;
  height: 2px;
  background-color: #003eb1;
  width: 355px;
}

.faq h3::before {
  left: 0;
}

.faq h3::after {
  right: 0;
}

.faq-index {
  width: 1060px;
  margin: 80px auto 0;
}

.faq-index-menu {
    width: 1060px;
    margin: 80px auto 0;
}

.faq-index-menu p:nth-of-type(1){
  font-size: 1.8rem;
  text-align: center;
  margin: 76px 0 0 0;
  line-height: 1.5;
  color: #333333;
}

.faq-index-menu p:nth-of-type(2){
  padding: 80px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.5;
}

.faq-index-menu p:nth-of-type(2) a {
  color: #003eb1;
}

.faq-index-menu p:nth-of-type(2) a[img="img"]::before {
  content: url("../../img/common/faq.png");
}

.faq-wrap:not(:first-of-type) {
  margin: 40px 0 0 0;
}

.faq-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 3px solid #003eb1;
  word-break: break-all;
}

.faq-wrap .faq-title {
  background-color: #ffffff;
  color: #333333;
  width: 1060px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faq-wrap .faq-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq-wrap .faq-title-inner::after {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url("../../img/category/top/arrow_01.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.faq-wrap .faq-title-inner p:nth-of-type(1) {
  width: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  color: #ffffff;
  background-color: #003eb1;
  text-align: center;
  padding: 17px 21px 16px 21px;
  border-right: 3px solid #003eb1;
}

.faq-wrap .faq-title-inner p:nth-of-type(2) {
  width: 925px;
  font-size: 1.8rem;
  padding: 20px 30px 21px 0;
  margin: 0 36px 0 23px;
  cursor: pointer;
  position: relative;
}

.faq-wrap .faq-title-inner .open-contents {
  border-bottom: 3px solid #003eb1;
}

.faq-wrap .faq-title-inner.open::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.faq-wrap-contents {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.faq-wrap-contents-open {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq-wrap-contents-open p:nth-of-type(1) {
  width: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  color: #003eb1;
  background-color: #ffffff;
  text-align: center;
  padding: 0 21px;
  border-right: 3px solid #003eb1;
}

.faq-wrap-contents-open p:nth-of-type(2) {
  width: 925px;
  line-height: 1.5;
  font-size: 1.8rem;
  padding: 21px 16px 21px 23px;
  cursor: pointer;
}

.faq-wrap-contents-open p:nth-of-type(2) a {
  color: #003eb1;
}

.faq-wrap-contents-open p:nth-of-type(2) a[target="_blank"]::after {
  content: url("../../img/common/tab.png");
  margin-left: 4px;
}

.faq-wrap-contents-open p:nth-of-type(2) a:hover {
  text-decoration: none;
}