body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
  line-height: 1.5;
  color: #1d1d1d;
}

img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;

}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 94vw;
  }
}

@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-tab {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.fv {
  margin-bottom: 134px;
}

@media screen and (max-width: 767px) {
  .fv {
    margin-bottom: 70px;
  }
}

.fv__img {
  background: url(../img/fv_water.jpg) no-repeat center top;
  background-size: cover;
  height: 880px;
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .fv__img {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .fv__img {
    height: 60vh;
  }
}

.fv__img h1 {
  margin: 0 auto;
  max-width: 1920px;
  max-width: 62%;
  margin-bottom: 120px;
}

.fv__img figure {
  max-width:350px;
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fv__img figure {
    width: 50%;
  }
  .fv__img h1{
    max-width: 100%;
  }
}

.fv__img figure img {
  margin-top: -30%;
}

@media screen and (max-width: 767px) {
  .fv__img figure img {
    margin-top: -20%;
  }
}

.fv__gradation {
  margin-top: -2px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(18%, #c5e0f5), color-stop(35%, #087dd5), color-stop(66%, #1a3889), to(#011a36));
  background: linear-gradient(0deg, white 0%, #c5e0f5 18%, #087dd5 35%, #1a3889 66%, #011a36 100%);
  padding-top: 180px;
  color: #fff;
  padding-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .fv__gradation {
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(6%, #c5e0f5), color-stop(35%, #087dd5), color-stop(66%, #1a3889), to(#011a36));
    background: linear-gradient(0deg, white 0%, #c5e0f5 6%, #087dd5 35%, #1a3889 66%, #011a36 100%);
  }
}

@media screen and (max-width: 767px) {
  .fv__gradation {
    padding-top: 70px;
  }
}

.fv__description {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .fv__description {
    margin-bottom: 50px;
  }
}

.fv__description h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .fv__description h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.fv__description h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .fv__description h3 {
    font-size: 18px;
  }
}

.fv__description p {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .fv__description p {
    max-width: 650px;
    margin: 0 auto;
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .fv__description p {
    font-size: 16px;
    max-width: 85vw;
    text-align: left;
  }
}

.fv__box {

}

@media screen and (max-width: 767px) {
  .fv__box {
    margin-bottom: 100px;
  }
}

.fv__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .fv__box ul {
    display: block;
  }
}

.fv__box ul li {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .fv__box ul li {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .fv__box ul li {
    width: 80vw;
  }
}

.fv__box ul li:not(:last-child) {
  margin-bottom: 50px;
}

.fv__box ul li figure {
  width: 191px;
  margin: 0 auto 40px;
}

.fv__box ul li figure .icon2 {
  -webkit-transform: rotate(-34deg);
          transform: rotate(-34deg);
}

.fv__box ul li h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .fv__box ul li h3 {
    margin-bottom: 10px;
  }
}

.fv__box ul li p {
  font-size: 18px;
}

.fv__power {
  text-align: center;
  color: #002B6F;
  font-size:24px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .fv__power {
    font-size: 18px;
  }
}

.fv__power span {
  font-size: 96px;
}

@media screen and (max-width: 767px) {
  .fv__power span {
    font-size: 60px;
  }
}

.ozoral {
  margin-bottom: 50px;
  position: relative;
}

.ozoral .container {
  padding-top: 90px;
  padding-bottom: 50px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .ozoral .container {
    padding-top: 70px;
  }
}

.ozoral h2 {
  max-width: 550px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: white;
  background: linear-gradient(160deg, #b8c2df 0%, #4661ab 26%, #233055 76%, black 100%);
  margin: 0 auto 70px;
}

@media screen and (max-width: 767px) {
  .ozoral h2 {
    font-size: 28px;
    max-width: 75vw;
    margin-bottom: 50px;
  }
}

.ozoral__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1024px) {
  .ozoral__img {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.ozoral__img li {
  max-width: 330px;
}

@media screen and (max-width: 767px) {
  .ozoral__img li {
    max-width: 42vw;
  }
}

.ozoral__description {
  margin-bottom: 70px;
  color: #707070;
}

.ozoral__description h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.ozoral__description h3 span {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .ozoral__description h3 span {
    display: block;
  }
}

.ozoral__description p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .ozoral__description p {
    max-width: 87vw;
  }
}

.ozoral__box {
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .ozoral__box {
    width: 94%;
  }
}

.ozoral__box li {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .ozoral__box li {
    display: block;
    height: auto;
  }
}

.ozoral__box li:nth-child(1) {
  background: url(../img/ozoral_list1.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ozoral__box li:nth-child(1) {
    background: url(../img/ozoral_list1.jpg) no-repeat center bottom 0;
    background-size: contain;
  }
}

.ozoral__box li:nth-child(1) .ozoral__box--text {
  border-radius: 10px 0 0 10px;
}

.ozoral__box li:nth-child(1) .ozoral__box--filter {
  border-radius: 0 10px 10px 0;
}

.ozoral__box li:nth-child(2) {
  background: url(../img/ozoral_list2.jpg) no-repeat center top;
  background-size: cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ozoral__box li:nth-child(2) {
    background: url(../img/ozoral_list2.jpg) no-repeat center bottom 0;
    background-size: contain;
  }
}

.ozoral__box li:nth-child(2) .ozoral__box--text {
  border-radius: 0 10px 10px 0;
}

.ozoral__box li:nth-child(2) .ozoral__box--filter {
  border-radius: 10px 0 0 10px;
}

.ozoral__box li:nth-child(3) {
  background: url(../img/ozoral_list3.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .ozoral__box li:nth-child(3) {
    background: url(../img/ozoral_list3.jpg) no-repeat center bottom 0;
    background-size: contain;
  }
}

.ozoral__box li:nth-child(3) .ozoral__box--text {
  border-radius: 10px 0 0 10px;
}

.ozoral__box li:nth-child(3) .ozoral__box--filter {
  border-radius: 0 10px 10px 0;
}

.ozoral__box--text {
  width: 46%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .ozoral__box--text {
    background-color: transparent;
    width: auto;
    padding: 40px 6% 40vw;
  }
}

.ozoral__box--text h3 {
  font-size: 24px;
  border-bottom: 2px solid #707070;
  color: #002B6F;
  margin-bottom: 10px;
}

.ozoral__box--filter {
  width: 54%;
  background: #9ad5e5;
  background: -webkit-gradient(linear, left bottom, left top, from(#9ad5e5), color-stop(50%, #4661ab), to(black));
  background: linear-gradient(0deg, #9ad5e5 0%, #4661ab 50%, black 100%);
  opacity: .2;
}

@media screen and (max-width: 767px) {
  .ozoral__box--filter {
    display: none;
  }
}

.ozoral .bubble1, .ozoral .bubble2, .ozoral .bubble3 {
  position: absolute;
  z-index: -10;
}

.ozoral .bubble1 {
  background: url(../img/bubble1.png) no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  top: -100px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ozoral .bubble1 {
    top: -60px;
    width: 50vw;
    height: 50vw;
  }
}

.ozoral .bubble2 {
  background: url(../img/bubble2.png) no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  top: 500px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .ozoral .bubble2 {
    width: 38vw;
    height: 38vw;
    top: 430px;
  }
}

.ozoral .bubble3 {
  background: url(../img/bubble3.png) no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  top: 1000px;
  left: calc(40vw - 425px);
}

@media screen and (max-width: 767px) {
  .ozoral .bubble3 {
    top: 1150px;
    left: -100px;
  }
}

.life {
  padding-bottom: 50px;
}

.life__top {
  background: url(../img/life_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 120px 0 50px;
  margin-bottom: 100px;
  position: relative;
}

.life__top:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -120px;
  border: 120px solid transparent;
  border-top: 60px solid #EDF1F5;
}

.life__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .life__top .container {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .life__text {
    margin-bottom: 45px;
  }
}

.life__text h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .life__text h2 {
    text-align: center;
  }
}

.life__text h2 span {
  background-color: #0F68B4;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .life__text h2 span {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
  }
}

.life__text h2 span.h2_1 {
  margin-bottom: 10px;
}

.life__text p {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .life__text p {
    max-width: 415px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .life__text p {
    width: 88vw;
  }
}

.life__img {
  background-color: #fff;
  max-width: 450px;
  padding: 20px 20px 70px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .life__img {
    width: 90%;
  }
}

.life__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .life__bottom ul {
    padding: 0 8px;
  }
}

.life__bottom ul li {
  width: 22.5%;
}

@media screen and (max-width: 767px) {
  .life__bottom ul li {
    width: 48%;
  }
}

.life__bottom ul li:nth-child(-n+4) {
  margin-bottom: 3.33%;
}

@media screen and (max-width: 767px) {
  .life__bottom ul li:nth-child(5), .life__bottom ul li:nth-child(6) {
    margin-bottom: 3.33%;
  }
}

.safety {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .safety {
    padding-bottom: 30px;
  }
}

.safety h2 {
  text-align: center;
  font-size: 24px;
  background-color: #005095;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .safety h2 {
    font-size: 22px;
  }
}

.safety .container {
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .safety .container {
    padding: 0 10px;
  }
}

.safety h3 {
  font-size: 20px;
  margin-bottom: 40px;
  color: #001640;
}

.safety__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .safety__box {
    display: block;
  }
}

.safety__text {
  border: 1px solid #bbb;
  padding: 40px;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .safety__text {
    padding: 22px;
    margin-bottom: 40px;
  }
}

.safety__text h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .safety__text h4 {
    font-size: 16px;
  }
}

.safety__text h5 {
  font-size: 16px;
}

.safety__text h5:nth-of-type(2) {
  margin-bottom: 5px;
}

.safety__img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .safety__img {
    margin: 0 auto;
  }
}

.table {
  background-color: #005095;
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  .table {
    padding: 70px 0 70px;
  }
}

.table h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .table h2 {
    margin-bottom: 40px;
  }
}

.table__scroll {
  max-width: 1100px;
  margin: 0 auto;
}

.table table {
  border: 3px solid #7CBFD8;
  background-color: #fff;
  width: 1100px;
}

.table table thead tr {
  height: 80px;
}

.table table thead th {
  vertical-align: middle;
  border-bottom: 5px solid #7CBFD8;
}

.table table thead th:first-child {
  padding-left: 20px;
  width: 160px;
}

.table table thead th:nth-child(2) {
  border-left: 7px solid #7CBFD8;
  border-right: 7px solid #7CBFD8;
  background-color: #A8D3DE;
}

.table table thead th:nth-child(2), .table table thead th:nth-child(3), .table table thead th:nth-child(4), .table table thead th:nth-child(5) {
  width: 130px;
}

.table table thead th:last-child {
  background-color: #F47709;
  color: #fff;
}

.table table thead th:not(:first-child) {
  text-align: center;
}

.table table thead th:nth-last-child(-n+3) {
  border-left: 3px solid #7CBFD8;
}

.table table tbody tr {
  border-bottom: 3px solid #7CBFD8;
  height: 60px;
  line-height: 1.7;
}

.table table tbody th {
  font-weight: bold;
  padding-left: 20px;
  vertical-align: middle;
}

.table table tbody th:not(:first-child) {
  text-align: center;
}

.table table tbody th:first-child {
  padding-left: 20px;
}

.table table tbody td {
  vertical-align: middle;
  height: 48px;
}

.table table tbody td:first-of-type {
  border-left: 7px solid #7CBFD8;
  border-right: 7px solid #7CBFD8;
  color: #FF0A00;
  background-color: #A8D3DE;
}

.table table tbody td:not(:last-of-type) {
  text-align: center;
}

.table table tbody td:nth-last-child(-n+3) {
  border-left: 3px solid #7CBFD8;
}

.table table tbody td:last-of-type {
  padding-left: 10px;
}

.table table tbody td:nth-last-child(n+2) {
  font-size: 24px;
}

.summary {
  padding: 100px 0 150px;
}

.summary h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

.summary__box {
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .summary__box {
    width: 96vw;
  }
}

@media screen and (max-width: 767px) {
  .summary__box {
    display: block;
    width: 90vw;
  }
  .table__scroll {
    overflow-x: scroll;

  }
}

.summary__box dt, .summary__box dd {
  padding: 14px 20px;
  border-right: 3px solid #5FA5C8;
  border-bottom: 3px solid #5FA5C8;
}

.summary__box dt:first-of-type, .summary__box dd:first-of-type {
  border-top: 3px solid #5FA5C8;
}

@media screen and (max-width: 767px) {
  .summary__box dt:first-of-type, .summary__box dd:first-of-type {
    border-top: none;
  }
}

.summary__box dt {
  width: 22%;
  background-color: #EBEAE7;
  border-left: 3px solid #5FA5C8;
  font-size: 16px;
}

.summary__box dt:first-child {
  border-top: 3px solid #5FA5C8;
}

@media screen and (max-width: 767px) {
  .summary__box dt {
    width: 100%;
  }
}

.summary__box dd {
  width: 78%;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .summary__box dd {
    width: 100%;
    border-left: 3px solid #5FA5C8;
  }
}

.faq {
  padding-bottom: 100px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(18%, #c5e0f5), color-stop(35%, #087dd5), color-stop(66%, #1a3889), to(#011a36));
  background: linear-gradient(180deg, white 0%, #c5e0f5 18%, #087dd5 35%, #1a3889 66%, #011a36 100%);
}

.faq h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.faq h2 span {
  font-size: 36px;
}

.faq__box {
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);

  border: 1px solid #5FA5C8;
}
/*# sourceMappingURL=style.css.map */

#footer {
    color: #fff;
    background-color: #2d3436;
    padding: 120px 0
}

#footer ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

#footer ul li {
    list-style-position: inside;
    line-height: 2.4;
    list-style: none;
}

#footer a {
    color: #fff
}

#footer a:hover {
    text-decoration: underline
}

#footer a:after {
    display: none
}

.footer-nav-s li {
    list-style-type: none
}

.footer-logo {
    padding-bottom: 25px
}


.footer-logo-nav {
    text-align: center;
    margin-bottom: 20px;
}

.footer {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
}

.footer-logo img {
    margin-bottom: 20px;
}

.footer-nav {
    padding-left: 50px;
}


.footer-sns {
    margin-left: auto;
}

.footer-sns ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-sns ul li a {
    display: block;
    width: 32px;
}

.contact{
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer{
    display: block;
    text-align: center;
  }
  .footer p{
    line-height: 1.8;
  }
  .footer-logo-nav img,
  .footer-logo img{
      max-width: 240px;
  }
}


.contact_box{
  text-align: center;
  display: inline-block;
}

.btn {

    display: block;
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    border-width: 1px;
    border-style: solid;
    padding: 15px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;

        background: linear-gradient(160deg, #b8c2df 0%, #4661ab 26%, #233055 76%, black 100%);
    color: #fff;
    border: none;


    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;


    text-decoration: none;
    position: relative
}

.btn:hover {
 background: linear-gradient(130deg, #b8c2df 0%, #4661ab 26%, #233055 76%, black 100%);
}
/*
.btn:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:hover:after {
    right: 10px
}*/

.btn {

    transition: all 0.2s ease-in-out;
    cursor: pointer;

}


.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #5FA5C8;

}
}
.qa-list dl:first-child {
    border-top:none;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
