@charset "UTF-8";
/* Reset Style */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@600&display=swap");
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, header, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

ul,
ol,
dl {
  letter-spacing: -0.4em;
}

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.75 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 汎用クラス */
.fade, img.fade, picture.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.tL {
  text-align: left;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.att {
  color: #F00;
}
.att a {
  color: #F00;
}

.mb00 {
  margin-bottom: 0 !important;
}

.size_l {
  font-size: 113%;
}

ul.disc li {
  list-style: disc;
  margin: 0 1.4em;
}
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em;
}

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1;
}
.clearfix:after, ul.disc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
	VW 計算
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #FFFFFF;
  background-size: 55% auto;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}

* html body, * html input, * html textarea {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  color: #222222;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:link, a:visited, a:hover, a:active {
  color: #222222;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section .container {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1300px;
  max-width: 100%;
}
.section h1, .section h2, .section h3, .section h4 {
  line-height: 1.4;
  font-weight: 700;
}
.section .section-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section .section-title {
    margin-bottom: 40px;
  }
}
.section .section-title h2 {
  font-size: 1.6666666667rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section .section-title h2 {
    font-size: 2.6rem;
  }
}
.section .section-title h2 .title__text--sub {
  display: block;
  color: #008A6D;
  font-size: 0.7333333333rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section .section-title h2 .title__text--sub {
    font-size: 1.3333333333rem;
  }
}
.section .section-title h2.title--em {
  font-size: 1.2666666667rem;
}
@media screen and (min-width: 768px) {
  .section .section-title h2.title--em {
    font-size: 2.1333333333rem;
  }
}
.section .section-title h2.title--em .title__text--small {
  font-size: 1.1333333333rem;
}
@media screen and (min-width: 768px) {
  .section .section-title h2.title--em .title__text--small {
    font-size: 1.8rem;
  }
}
.section .section-title h2.title--em em {
  color: #008A6D;
  font-size: 1.5333333333rem;
}
@media screen and (min-width: 768px) {
  .section .section-title h2.title--em em {
    font-size: 2.6rem;
  }
}
.section .section-title h3 {
  font-size: 1.3333333333rem;
}
.section--contact {
  background: #008A6D;
  color: #FFFFFF;
  text-align: center;
}
.section--contact .section-title h2 .title__text--sub {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .section--contact .section-title {
    margin-bottom: 60px;
  }
}
.section--contact .button {
  border: 4px solid #FFFFFF;
  color: #FFFFFF;
  background: #64D2F0;
  margin-top: 20px;
  border-radius: 10px;
  padding: 1.3em 1em 1.3em 3em;
  width: 460px;
  max-width: 100%;
}
.section--contact .button--contact {
  background: url("../img/ico_contact.svg") no-repeat center left 20px;
  background-size: 40px auto;
}
.section--contact .button--brochure {
  background: url("../img/ico_brochure.svg") no-repeat center left 30px;
  background-size: 34px auto;
}
@media screen and (min-width: 768px) {
  .section--contact .button {
    margin: 0 40px;
    font-size: 1.6666666667rem;
  }
  .section--contact .button--contact {
    background-size: 56px auto;
    background-position-x: 40px;
  }
  .section--contact .button--brochure {
    background-size: 50px auto;
    background-position-x: 50px;
  }
}

a.button {
  background: url("../img/ico_arrow.svg") no-repeat center right 10px #008a6d;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1.2rem;
  width: 300px;
  text-align: center;
  padding: 0.8em 3em 0.8em 2em;
}
@media screen and (min-width: 768px) {
  a.button {
    padding: 0.5em 3em 0.5em 2em;
    font-size: 1.2rem;
    width: auto;
  }
}

.text--marker {
  background: linear-gradient(transparent 30%, #FFFF66 40%, #FFFF66 85%, transparent 95%);
}

#contents {
  overflow: hidden;
}

#page-header {
  position: fixed;
  z-index: 90;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#page-header .section {
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  #page-header .section {
    padding: 15px 0;
  }
}
#page-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
#page-header img {
  margin-left: 0;
}
#page-header .header__logo__description {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#page-header .header__logo img {
  width: 172px;
}
#page-header .button {
  padding: 0.8em 3.5em 0.8em 2.5em;
  background-size: 27px auto;
}
@media screen and (max-width: 767px) {
  #page-header .button {
    text-indent: -10000px;
    overflow: hidden;
    width: 55px;
    height: 55px;
    background: url("../img/ico_contact.svg") no-repeat center center #FF8000;
    background-size: 30px auto;
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  #page-header .header__logo__description {
    font-size: 1rem;
  }
  #page-header .header__logo img {
    width: 240px;
  }
}

#page-footer .section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#page-footer .footer__logos {
  font-size: 0.8rem;
}
#page-footer .footer__logos img {
  margin-left: 0;
  width: 172px;
}
#page-footer .footer__logo {
  margin-bottom: 20px;
}
#page-footer .footer__logo__description {
  margin-bottom: 10px;
}
#page-footer .footer__logo--corporate img {
  width: 100px;
}
#page-footer .footer__copyright {
  margin-top: 20px;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #page-footer .footer__logos {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
  }
  #page-footer .footer__logos img {
    width: auto;
  }
  #page-footer .footer__logo--corporate img {
    width: auto;
  }
}

#page-main {
  padding-top: 74px;
}
@media screen and (min-width: 768px) {
  #page-main {
    padding-top: 94px;
    font-size: 1.2rem;
  }
}
#page-main #mv {
  background: url("../img/mv_bg.png") no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #page-main #mv .section-contents {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  }
  #page-main #mv .section-contents > * {
    flex: 1;
  }
}
#page-main #mv h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #page-main #mv h1 {
    font-size: 2.9333333333rem;
    margin-bottom: 40px;
  }
}
#page-main #mv .mv__box {
  background: rgba(255, 255, 255, 0.62);
  padding: 20px 10px;
  margin-bottom: 20px;
}
#page-main #mv .mv__box img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #page-main #mv .mv__box {
    padding: 40px;
    width: 740px;
    max-width: 100%;
    margin: 0 0 40px auto;
  }
}
#page-main #mv .mv__lead {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #page-main #mv .mv__lead {
    font-size: 2.0666666667rem;
  }
}
#page-main #mv .mv__buttons {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-main #mv .mv__buttons {
    text-align: center;
    width: 740px;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  #page-main #mv .mv__buttons .button {
    font-size: 1.5333333333rem;
    padding: 0.8em 3.2em 0.8em 3em;
  }
}
#page-main #lead .section-contents {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #page-main #answer .answer__list {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
  #page-main #answer .answer__list .answer__block {
    flex: 1;
  }
}
#page-main #answer .answer__block {
  border: 2px solid #B8E0F4;
  border-radius: 20px;
  padding: 10px;
}
#page-main #answer .answer__block img {
  margin-bottom: 20px;
}
#page-main #answer .answer__block h3 {
  text-align: center;
  color: #135285;
  margin-bottom: 20px;
}
#page-main #answer .answer__block ul {
  padding-left: 1.5em;
}
#page-main #answer .answer__block ul li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  #page-main #answer .answer__block {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  #page-main #answer .answer__block img {
    width: 23%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  #page-main #answer .answer__block h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #page-main #answer .answer__block ul li br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #page-main #answer .answer__block {
    padding: 20px 10px;
    font-size: 1.0666666667rem;
  }
  #page-main #answer .answer__block h3 {
    font-size: 1.3333333333rem;
    height: 60px;
    display: flex;
    align-items: center;
  }
  #page-main #answer .answer__block h3 span {
    width: 100%;
    text-align: center;
    display: block;
  }
}
#page-main #answer .answer__contents {
  flex-grow: 1;
}
#page-main #answer .answer__contents h3 {
  text-align: left;
}
#page-main #merit_nav .merit_nav__list a {
  display: flex;
  column-gap: 10px;
  border: 4px solid #EBEBEB;
  border-radius: 12px;
  padding: 10px 10px;
  align-items: center;
  margin-top: 20px;
  font-size: 1.1333333333rem;
  font-weight: 700;
}
#page-main #merit_nav .merit_nav__list a img {
  width: 54px;
  flex-shrink: 0;
}
#page-main #merit_nav .merit_nav__list a span {
  flex-grow: 1;
  display: block;
  text-align: center;
  color: #135285;
}
@media screen and (min-width: 768px) {
  #page-main #merit_nav .merit_nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 1154px;
    max-width: 100%;
    margin: 0 auto;
  }
  #page-main #merit_nav .merit_nav__list a {
    width: calc(50% - 20px);
    padding: 10px 20px;
    margin-top: 0;
    font-size: 1.8666666667rem;
    line-height: 1.4;
    column-gap: 20px;
    padding: 10px 20px;
  }
  #page-main #merit_nav .merit_nav__list a img {
    width: 81px;
  }
}
#page-main #merit {
  background: #F4F6FA;
}
#page-main #merit .merit__block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #page-main #merit .merit__block {
    display: flex;
    column-gap: 80px;
    margin-top: 80px;
  }
  #page-main #merit .merit__block > * {
    flex: 1;
  }
}
#page-main #merit .merit__contents h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2666666667rem;
  text-align: left;
  column-gap: 10px;
  margin-bottom: 20px;
}
#page-main #merit .merit__contents h3 img {
  width: 54px;
  flex-shrink: 0;
  margin: 0;
}
#page-main #merit .merit__contents > img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #page-main #merit .merit__contents img {
    margin-left: 0;
  }
  #page-main #merit .merit__contents h3 {
    font-size: 2rem;
    display: block;
    column-gap: 20px;
  }
  #page-main #merit .merit__contents h3 img {
    width: 81px;
  }
}
#page-main #merit .merit__images {
  display: none;
}
@media screen and (min-width: 768px) {
  #page-main #merit .merit__images {
    display: block;
  }
}
#page-main #function .function__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #page-main #function .function__list {
    gap: 40px;
    justify-content: flex-start;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-main #function .function__block {
  width: calc(50% - 10px);
  border: 3px solid #D1EAFF;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.8666666667rem;
}
#page-main #function .function__block img {
  margin-bottom: 10px;
}
#page-main #function .function__block h3 {
  font-size: 0.9333333333rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #page-main #function .function__block {
    width: 200px;
    border: none;
    padding: 0;
    font-size: 1rem;
  }
  #page-main #function .function__block img {
    margin-bottom: 20px;
  }
  #page-main #function .function__block h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#page-main #system_linkage .section-title h2.title--em .title__text-small {
  font-size: 1.1333333333rem;
}
@media screen and (min-width: 768px) {
  #page-main #system_linkage .section-title h2.title--em .title__text-small {
    font-size: 1.8rem;
  }
}
#page-main #system_linkage p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-main #system_linkage .system_linkage__lead {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
#page-main #system_linkage .system_linkage__images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-main #system_linkage .system_linkage__images img {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  #page-main #system_linkage .system_linkage__images img {
    width: auto;
  }
}
#page-main #system_linkage .system_linkage__mention {
  text-align: right;
  color: #6E6E6E;
  font-size: 0.9333333333rem;
}
#page-main #support .support__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-main #support .support__lead {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  #page-main #support .support__list {
    display: flex;
    column-gap: 120px;
  }
  #page-main #support .support__block {
    flex: 1;
  }
}
#page-main #support .support__block {
  margin-top: 40px;
}
#page-main #support .support__block img {
  margin-bottom: 20px;
}
#page-main #support .support__block h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4666666667rem;
}
@media screen and (min-width: 768px) {
  #page-main #support .support__block h3 {
    font-size: 1.6666666667rem;
  }
}
#page-main #support .support__block p {
  text-align: left;
}
#page-main #voice .voice__lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #page-main #voice .voice__list {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
  }
  #page-main #voice .voice__block {
    flex: 1;
    margin-bottom: 0;
    width: 316px;
    max-width: calc(33.33% - 20px);
  }
}
#page-main #voice .voice__block {
  text-align: left;
  margin-bottom: 40px;
}
#page-main #voice .voice__block > a {
  display: block;
  box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.08);
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 6px;
}
#page-main #voice .voice__block > a .postlist01_txt {
  padding: 0.8em;
}
#page-main #voice .voice__block > a .postlist01_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6em;
}
#page-main #voice .voice__block > a .postlist01_cat {
  display: flex;
}
#page-main #voice .voice__block > a .postlist01_cat object {
  margin-right: 4px;
  font-size: 11px;
  display: flex;
  height: 16px;
  line-height: 13px;
  padding: 0 8px 1px;
  border: #666 1px solid;
  color: #666;
  box-sizing: border-box;
  text-align: center;
}
#page-main #voice .voice__block > a .postlist01_cat object.cat_ct {
  border: #222 1px solid;
  background-color: #222;
  color: #fff;
}
#page-main #voice .voice__block > a .postlist01_cat object a {
  color: #fff;
}
#page-main #voice .voice__block > a .postlist01_post_date {
  font-size: 0.8em;
  color: #999;
}
#page-main #voice .voice__block > a .postlist01_post_title h3 {
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
}
#page-main #voice .voice__buttons {
  margin-top: 40px;
  text-align: center;
}
#page-main #voice .voice__buttons .button {
  font-size: 1.1333333333rem;
}
@media screen and (min-width: 768px) {
  #page-main #voice .voice__buttons .button {
    font-size: 1.5333333333rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
#page-main #flow {
  background: #F4F6FA;
}
@media screen and (max-width: 767px) {
  #page-main #flow .section-title {
    margin-bottom: 40px;
  }
}
#page-main #flow .flow__block {
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 10px 20px;
}
#page-main #flow .flow__block h3 {
  font-size: 1.1333333333rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
}
#page-main #flow .flow__block h3 img {
  width: 30px;
  margin-left: 0;
}
#page-main #flow .flow__block h3 span {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #page-main #flow .flow__block {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    margin-top: 40px;
  }
  #page-main #flow .flow__block h3 {
    font-size: 1.5333333333rem;
    width: 300px;
    flex-shrink: 0;
  }
  #page-main #flow .flow__block h3 img {
    width: 42px;
  }
}
@media screen and (min-width: 768px) {
  #page-main #flow .flow__text {
    font-size: 1.2rem;
  }
}
#page-main #faq .faq__block {
  background: #F6F6F6;
  padding: 20px;
}
#page-main #faq .faq__q {
  font-size: 1.1333333333rem;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}
#page-main #faq .faq__q:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 15px;
  top: -15px;
  color: #008A6D;
  font-size: 2rem;
}
#page-main #faq .faq__a {
  background: #FFFFFF;
  padding: 20px;
  padding-left: 60px;
  font-size: 1rem;
  position: relative;
}
#page-main #faq .faq__a:before {
  content: "A";
  display: block;
  position: absolute;
  left: 15px;
  top: 5px;
  color: #E89F16;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #page-main #faq .faq__q {
    font-size: 1.3333333333rem;
  }
  #page-main #faq .faq__a {
    font-size: 1.2rem;
  }
}