@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.bq {
  border: 1px solid #707070;
  margin: auto auto 50px auto;
  padding: 26px 30px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .bq {
    padding: 20px;
  }
}
.bq--fill {
  background-color: #F5F5F5;
  border: 0;
}
.bq--yellow {
  background-color: #fcc603;
  border: 0;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.tabList__tab, .tabList__display {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 100%;
}
.tabList__tab:before, .tabList__tab:after {
  content: "";
  clear: both;
  display: block;
}
.tabList__tab li {
  padding: 25px 0;
  border: none;
  border-radius: 6px 6px 0 0;
  background: none;
  background-color: #F5F5F5;
  color: #999999;
  font-size: 15px;
  float: left;
  text-align: center;
  cursor: pointer;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .tabList__tab li {
    padding: 17px 0 14px 0;
  }
}
.tabList__tab li.active {
  padding-top: 21px;
  border-top: 4px solid #001155;
  background-color: white;
  color: black;
}
@media screen and (max-width: 767px) {
  .tabList__tab li.active {
    padding-top: 13px;
  }
}
.tabList__tab li:not(:last-child) {
  margin-right: 3px;
  margin-right: 0.5%;
}
.tabList__display > li {
  display: none;
}
.tabList__display > li.active {
  display: block;
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.infoBox {
  display: block;
  padding: 25px 30px;
  border-top: 4px solid #001155;
  border-bottom: none;
  background-color: #F5F5F5;
  background-color: #F3F3F3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}
.infoBox:not(:last-child) {
  margin: 30px 0 117px 0;
}
.infoBox__top {
  color: #001155;
  font-size: 15px;
  font-weight: bold;
}
.infoBox__top::before {
  content: "◎";
}
.infoBox__box > div {
  width: auto;
  padding: 12px 0 0 0;
  text-align: left;
}
.infoBox__box > div span {
  padding-right: 10px;
}
.infoBox__box > div a {
  text-decoration: none;
  color: #000;
}
.infoBox__box > div .tel::before {
  content: "TEL.";
}
.infoBox__box > div .fax::before {
  content: "FAX.";
}

@font-face {
  font-family: 'web_symbolsregular';
  src: url("../assets/web-symbols/websymbols-regular-webfont.woff2") format("woff2"), url("../assets/web-symbols/websymbols-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.title--pageSubtitle {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title--pageSubtitle {
    padding: 0 3.125%;
  }
}
.title--section-red {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #DC143C;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-red:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-red {
    border-left: 6px solid #DC143C;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-green {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #390;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-green:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-green {
    border-left: 6px solid #390;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightgreen {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #9c0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightgreen:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightgreen {
    border-left: 6px solid #9c0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-blue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #06c;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-blue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-blue {
    border-left: 6px solid #06c;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-lightblue {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #6cf;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-lightblue:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-lightblue {
    border-left: 6px solid #6cf;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-pink {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #c36;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-pink:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-pink {
    border-left: 6px solid #c36;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-orange {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #fc0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-orange:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-orange {
    border-left: 6px solid #fc0;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--section-yellow {
  background: #e7e7e7;
  background: linear-gradient(#e7e7e7 0%, #e7e7e7 50%, #eee 51%, #eee 100%);
  border-left: 5px solid #ff3;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.4;
  margin: 100px auto 25px;
  padding: 20px;
}
.title--section-yellow:first-child {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .title--section-yellow {
    border-left: 6px solid #ff3;
    font-size: 18px;
    margin: 50px auto 25px;
    padding: 10px;
  }
}
.title--subsection-orange {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-orange {
    margin: 25px auto 1em;
  }
}
.title--subsection-orange:before {
  color: #fc0;
  content: "■";
  padding-right: 10px;
}
.title--subsection-lightgreen {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-lightgreen {
    margin: 25px auto 1em;
  }
}
.title--subsection-lightgreen:before {
  color: #08c;
  content: "■";
  padding-right: 10px;
}
.title--subsection-red {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  margin: 35px auto 1em;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .title--subsection-red {
    margin: 25px auto 1em;
  }
}
.title--subsection-red:before {
  color: #c03;
  content: "■";
  padding-right: 10px;
}
.title--blue {
  font-weight: bold;
  color: #038;
}

.title--category {
  position: relative;
  margin: 0;
  border: none;
  padding: 99px 80px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title--category {
    padding-top: 80px;
    font-size: 18px;
  }
}
.title--category::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  width: 44px;
  height: 2px;
}
.title--page {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 80px;
  padding: 18px 18px 18px;
  background-color: #015;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.40625;
  text-align: center;
  color: #fff;
  max-width: 760px;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .title--page {
    margin-bottom: 50px;
    padding-top: 18px;
    font-size: 28px;
    line-height: 1.42857;
    min-height: 170px;
  }
}
.title--page > span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
.title--section {
  margin: 80px 0 30px;
  font-size: 23px;
  font-weight: normal;
  line-height: 34px;
  position: relative;
  padding-bottom: 8px;
  background-image: url(/media/images/2004/common/title_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 720px;
}
.title--subsection {
  margin: 30px auto 20px auto;
  border-left: 2px solid #001155;
  padding: 17.5px 0 17.5px 20px;
  font-size: 17px;
  font-weight: normal;
  line-height: 25px;
}

#main .tabList__tab > li {
  width: 49%;
}
#main .tabList__display > li {
  padding: 0;
}

.infoBox__box {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .infoBox__box--center {
    text-align: left;
  }
}

ul.btn_modal {
  font-size: 0;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.btn_modal {
    margin: 25px auto;
  }
}
ul.btn_modal > li {
  border: 1px solid #ccc;
  border-radius: 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.btn_modal > li {
    font-size: 11px;
    padding: 0 10px;
  }
}
ul.btn_modal > li:first-child {
  margin-right: 10px;
}
ul.btn_modal > li:hover {
  background-color: #b6cef3;
}

#main section {
  margin-bottom: 50px;
}
#main section h2 {
  background-color: #5de;
  box-sizing: border-box;
  font-size: 18px;
  height: 70px;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #main section h2 {
    font-size: 13px;
    height: 60px;
    padding: 20px 3.125%;
  }
}
#main section > ul {
  list-style: none;
  margin: 2px auto;
  padding: 0;
}
#main section > ul > li.q {
  background: #eee;
  background-image: none;
  background-size: contain;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 15px;
  min-height: 70px;
  padding: 12px 42px 15px 20px;
  position: relative;
  transition: background-color .2s ease;
}
@media screen and (max-width: 767px) {
  #main section > ul > li.q {
    font-size: 13px;
    min-height: 60px;
    padding: 10px 40px 10px 3.125%;
  }
}
#main section > ul > li.q::before {
  content: "Question:";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main section > ul > li.q::before {
    font-size: 10px;
  }
}
#main section > ul > li.q::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #038;
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: -10px auto auto;
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #main section > ul > li.q::after {
    font-size: 18px;
    margin-top: -9px;
  }
}
#main section > ul > li.q.open.q::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #b3b3b3;
}
#main section > ul > li.a {
  box-sizing: border-box;
  display: none;
  font-size: 15px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  #main section > ul > li.a {
    font-size: 13px;
    line-height: 1.76923;
    padding: 25px 3.125%;
  }
}
#main section > ul > li.a::before {
  content: "Answer:";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main section p {
  margin: auto;
}
#main section p + p {
  margin-top: 1em;
}
#main section span.bold {
  color: #37d;
  font-weight: bold;
}
#main section .bq {
  margin: 1em auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #main section .bq {
    padding: 10px;
  }
}

#main .tabList__display > li:first-child section.qa--common > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(122, 165, 189, 0.35) 0, rgba(122, 165, 189, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #7aa5bd;
  box-shadow: inset 0 0 0 1px rgba(122, 165, 189, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--common > ul > li.q::before {
  color: #5389a7;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--common > ul > li.q::after {
  color: #7aa5bd;
}
#main .tabList__display > li:first-child section.qa--common > ul > li.q.open.q::after {
  color: #4e809d;
}
#main .tabList__display > li:first-child section.qa--common > ul > li.a {
  border-left: 8px solid #c5d8e2;
}
#main .tabList__display > li:first-child section.qa--common > ul > li.a span.bold {
  color: #497893;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(139, 116, 198, 0.35) 0, rgba(139, 116, 198, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #8b74c6;
  box-shadow: inset 0 0 0 1px rgba(139, 116, 198, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.q::before {
  color: #674ab3;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.q::after {
  color: #8b74c6;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.q.open.q::after {
  color: #6145a8;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.a {
  border-left: 8px solid #cdc4e7;
}
#main .tabList__display > li:first-child section.qa--shukoh > ul > li.a span.bold {
  color: #5b419e;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(79, 163, 217, 0.35) 0, rgba(79, 163, 217, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #4fa3d9;
  box-shadow: inset 0 0 0 1px rgba(79, 163, 217, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.q::before {
  color: #2a86c1;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.q::after {
  color: #4fa3d9;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.q.open.q::after {
  color: #277db5;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.a {
  border-left: 8px solid #abd3ed;
}
#main .tabList__display > li:first-child section.qa--tokushin > ul > li.a span.bold {
  color: #2474a8;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(232, 132, 159, 0.35) 0, rgba(232, 132, 159, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #e8849f;
  box-shadow: inset 0 0 0 1px rgba(232, 132, 159, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.q::before {
  color: #de5077;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.q::after {
  color: #e8849f;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.q.open.q::after {
  color: #dc446d;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.a {
  border-left: 8px solid #fae3e9;
}
#main .tabList__display > li:first-child section.qa--gaikokugo > ul > li.a span.bold {
  color: #da3763;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(85, 184, 170, 0.35) 0, rgba(85, 184, 170, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #55b8aa;
  box-shadow: inset 0 0 0 1px rgba(85, 184, 170, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.q::before {
  color: #3d9387;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.q::after {
  color: #55b8aa;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.q.open.q::after {
  color: #39887d;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.a {
  border-left: 8px solid #a4d9d2;
}
#main .tabList__display > li:first-child section.qa--joho > ul > li.a span.bold {
  color: #347d73;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(217, 168, 63, 0.35) 0, rgba(217, 168, 63, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #d9a83f;
  box-shadow: inset 0 0 0 1px rgba(217, 168, 63, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.q::before {
  color: #b78824;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.q::after {
  color: #d9a83f;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.q.open.q::after {
  color: #aa7f22;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.a {
  border-left: 8px solid #ecd29d;
}
#main .tabList__display > li:first-child section.qa--eishin > ul > li.a span.bold {
  color: #9d751f;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(134, 184, 92, 0.35) 0, rgba(134, 184, 92, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #86b85c;
  box-shadow: inset 0 0 0 1px rgba(134, 184, 92, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.q::before {
  color: #689641;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.q::after {
  color: #86b85c;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.q.open.q::after {
  color: #608b3d;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.a {
  border-left: 8px solid #c0daaa;
}
#main .tabList__display > li:first-child section.qa--flex > ul > li.a span.bold {
  color: #598038;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(217, 144, 85, 0.35) 0, rgba(217, 144, 85, 0.35) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
  border-left: 8px solid #d99055;
  box-shadow: inset 0 0 0 1px rgba(217, 144, 85, 0.18);
  color: #333;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.q::before {
  color: #c5702c;
  position: relative;
  z-index: 1;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.q::after {
  color: #d99055;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.q.open.q::after {
  color: #b86929;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.a {
  border-left: 8px solid #edccb1;
}
#main .tabList__display > li:first-child section.qa--ginou > ul > li.a span.bold {
  color: #ac6226;
}

@media screen and (max-width: 767px) {
  .main_image img {
    width: 100%;
  }
}
div.point img {
  width: 100px;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  div.point img {
    width: 130px;
  }
}

#main .tabList__display > li:not(:first-child) section > ul > li.q {
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, rgba(0, 51, 136, 0.22) 0, rgba(0, 51, 136, 0.22) 58px, transparent 59px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px 120px;
}

/*# sourceMappingURL=p_qa_new.css.map */
