<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1000px;
  }
  #breadCrumb {
    margin: 0;
  }
  .h2Area {
    margin-bottom: 60px;
  }
  #mainColmun #qa h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    margin: 0 0 60px;
  }
  #mainColmun #qa dl dt {
    font-size: 18px;
    -webkit-align-items: fex-start;
    align-items: fex-start;
  }
  #mainColmun #qa dl dt .qmark {
    width: 60px;
    text-align: center;
    background: #e3c25e;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #mainColmun #qa dl dt .qmark::before {
    content: "Q";
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
  }
  #mainColmun #qa dl dt p {
    width: calc(100% - 60px);
    color: #444;
    font-weight: bold;
    background: #fff5e6;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }
  #mainColmun #qa dl dd {
    padding: 35px 0 0 80px;
    position: relative;
  }
  #mainColmun #qa dl dd:not(:last-of-type) {
    margin: 0 0 60px;
  }
  #mainColmun #qa dl dd::before {
    content: "A.";
    color: #f4a000;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  #mainColmun #qa dl dd h3 {
    color: #f4a000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #mainColmun #qa dl dd a {
    color: #0000FF;
    text-decoration: underline;
    word-break: break-all;
  }
  #mainColmun #qa dl dd a:hover {
    text-decoration: none;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 94vw;
    margin: 0 auto;
  }
  #breadCrumb {
    margin: 0;
  }
  .h2Area {
    margin-bottom: 11vw;
  }
  #mainColmun #qa h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    margin: 0 3.67vw 10vw;
  }
  #mainColmun #qa dl dt {
    font-size: 16px;
    -webkit-align-items: fex-start;
    align-items: fex-start;
  }
  #mainColmun #qa dl dt .qmark {
    width: 13vw;
    text-align: center;
    background: #e3c25e;
    padding: 12px 0;
    box-sizing: border-box;
  }
  #mainColmun #qa dl dt .qmark::before {
    content: "Q";
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
  }
  #mainColmun #qa dl dt p {
    width: calc(100% - 60px);
    color: #444;
    font-weight: bold;
    background: #fff5e6;
    padding: 2vw;
    box-sizing: border-box;
    position: relative;
  }
  #mainColmun #qa dl dd {
    padding: 6vw 4vw;
    position: relative;
  }
  #mainColmun #qa dl dd:not(:last-of-type) {
    margin: 0 0 10vw;
  }
  #mainColmun #qa dl dd::before {
    content: "A.";
    color: #f4a000;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    top: 5vw;
    left: 4vw;
  }
  #mainColmun #qa dl dd h3 {
    color: #f4a000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 12vw;
  }
  #mainColmun #qa dl dd a {
    color: #0000FF;
    text-decoration: underline;
    word-break: break-all;
  }
  /*--------------------------endSP--------------------------------*/
}

/*# sourceMappingURL=qa.css.map */
</pre></body></html>