@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@charset "utf-8";

/* CSS Document */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}

img {
  vertical-align: bottom;
  line-height: 0;
  border: none;
}

ul,
ol,
li {
  list-style-type: none;
}

#contents {
  margin: 0 auto 40px;
  padding: 0 0 30px;
  max-width: 1100px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  color: #111;
}

.nsj {
  font-family: "Noto Sans JP", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

/*----------------------------------------

header

----------------------------------------*/

#header {
  margin: 0 auto;
  max-width: 1100px;
}

#header #logo {
  margin: 0 auto;
  padding: 7px 0 7px 0;
}

/*----------------------------------------

kv

----------------------------------------*/

.kv {
  height: 440px;
  background: url(../images/kv.jpg) center top no-repeat;
  background-size: 100% auto;
  position: relative;
}

.kv .h1-wrp {
  width: 430px;
  /*margin-left: 15px;*/
  padding-top: 85px;
}

.kv h1 {
  color: #009260;
  font-size: 3.6rem;
  text-align: center;
  line-height: 0.7;
  /*background: url(../images/catch_bg.png) center 21px no-repeat;*/
  background-size: 340px auto;
}

.kv h1 .catch_wrap {
  display: inline-block;
  text-align: left;
}
.kv h1 .catch {
  padding-bottom: 20px;
  color: #009260;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 6rem;
  line-height: 1.2;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0-2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  letter-spacing: 4px;
}
.kv h1 .red {
  color: #c45e4a;
}

.kv h1 .txt_s {
  display: block;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin: 15px 50px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0-2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.kv h1 .c_org {
  display: block;
  color: #fab400;
  font-size: 6.4rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.kv .btn {
  width: 250px;
  margin: 7px auto 0;
  text-align: center;
}

.kv .btn .btn_inner {
  display: inline-block;
  width: 28%;
  transition: 0.2s;
  position: absolute;
  top: 330px;
  left: 50px;
}

.kv .btn .btn_link {
  display: block;
  background: #ff6600;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 10px 0;
  transition: 0.3s;
  text-decoration: none;
  width: 100%;
}

.kv .btn .btn_link:hover {
  background: #fab400;
}

.kv .mid {
  display: none;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .kv .pc {
    display: none;
  }
  .kv {
    height: auto;
    background: none;
  }
  .kv .mid {
    display: block;
  }
  .kv .h1-wrp {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .kv h1 {
    padding: 0;
  }
  .kv h1 img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .kv {
    height: auto;
    background: none;
  }
  .kv .mid {
    display: none;
  }
  .kv .h1-wrp {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .kv h1 {
    padding: 0;
  }
  .kv h1 img {
    width: 100%;
  }
}

/*----------------------------------------

about

----------------------------------------*/

.about {
  padding: 80px 0 70px;
}

.about .about_ttl {
  max-width: 850px;
  margin: 0 auto 60px;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.about .about_ttl span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0;
  background: linear-gradient(transparent 65%, #ffcc66 65%);
}

.about .movie_area {
  width: 560px;
  margin: 0 auto 50px;
  text-align: center;
}

.about .movie_area img {
  width: 100%;
}

.about .txt_area {
  max-width: 880px;
  margin: 0 auto 50px;
}

.about .txt_nml {
  margin-bottom: 20px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.about .txt_nml sup {
  font-size: 1rem;
  font-weight: normal;
}

.about .txt_ctn {
  color: #484848;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.8;
}

.about .txt_ctn .link {
  color: #ff6600;
}

.about .txt_ctn .link:hover {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about {
    padding: 80px 20px;
  }
  .about .about_ttl {
    width: auto;
    margin: 0 1% 50px;
  }
  .about .about_ttl span {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 30px;
  }
  .about .about_ttl {
    width: auto;
    margin: 0 5% 50px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
  }
  .about .about_ttl span {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0;
    background: linear-gradient(transparent 65%, #ffcc66 60%);
  }
  .about .movie_area {
    width: auto;
    margin: 0 auto 30px;
    text-align: center;
  }
  .about .txt_area {
    width: auto;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 30px 20px 40px;
  }
  .about .about_ttl {
    margin: 0 5% 30px;
  }
  .about .about_ttl span {
    font-size: 1.5rem;
    background: linear-gradient(transparent 70%, #ffcc66 60%);
  }
}

@media only screen and (max-width: 320px) {
  .about .about_ttl {
    margin: 0 2% 30px;
  }
}

/*----------------------------------------

point

----------------------------------------*/

.point {
  margin-bottom: 80px;
  padding: 0 0 50px;
  background: #ffcc66;
}

.point .inner {
  padding: 60px 50px 0;
}

.point .point_ttl {
  position: relative;
  padding: 16px 0 21px;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  background: #009260;
}

.point .point_ttl span {
  color: #ffcc66;
  font-size: 6rem;
}

.point .point_ttl:after {
  position: absolute;
  content: "";
  bottom: -30px;
  display: block;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 30px solid transparent;
  border-top-color: #009260;
  border-bottom-width: 0;
}

.point dl.point_list {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point .rvs {
  flex-direction: row-reverse;
}

.point dl.point_list dt {
  width: 450px;
}

.point dl.point_list .ph {
  margin-bottom: 30px;
}

.point dl.point_list dt img,
.point dl.point_list .ph img {
  width: 100%;
  border-radius: 10px;
}

.point dl.point_list dd {
  width: calc(100% - 450px);
}

.point h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
}

.point .point01 {
  padding-top: 50px;
  /*  background: url(../images/point01_ico.png) left top no-repeat;*/
  background-size: 200px auto;
}

.point .point02 {
  margin-left: 30px;
  padding-top: 50px;
  /*  background: url(../images/point02_ico.png) left top no-repeat;*/
  background-size: 200px auto;
}

.point .point03 {
  padding-top: 50px;
  /*  background: url(../images/point03_ico.png) left top no-repeat;*/
  background-size: 200px auto;
}

.point .txt_nml {
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.point .txt_l {
  margin-right: 30px;
}

.point .txt_r {
  margin-left: 30px;
}

.point .txt_ctn_area {
  margin-top: -20px;
  color: #484848;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.point .txt_ctn_area .txt_ctn {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.point .txt_ctn_area li {
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .point dl.point_list dt {
    width: 45%;
  }
  .point dl.point_list dd {
    width: calc(100% - 45%);
  }
  .point h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .point .point03 {
    margin-right: 20px;
  }
  .point .point03 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .point {
    margin-bottom: 0;
  }
  .point .point_ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .point .point_ttl span {
    display: block;
    font-size: 3.6rem;
  }
  .point .inner {
    padding: 50px 30px 0;
  }
  .point h3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .point dl.point_list {
    flex-flow: column;
  }
  .point dl.point_list dt,
  .point dl.point_list dd {
    width: auto;
  }
  .point .point02 {
    margin-left: 0;
  }
  .point .txt_l {
    margin-right: 0;
  }
  .point .txt_r {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .point {
    padding-bottom: 30px;
  }
  .point .inner {
    padding: 30px 20px 0;
  }
  .point dl.point_list {
    margin-bottom: 30px;
  }
  .point h3 {
    font-size: 2rem;
  }
}

/*----------------------------------------

step

----------------------------------------*/

.step {
  margin-bottom: 30px;
  padding: 0;
}

.step .inner {
  max-width: 880px;
  margin: 0 auto;
}

.step .step_ttl {
  position: relative;
  margin-bottom: 60px;
  padding: 16px 0 21px;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  background: #009260;
}

.step .step_ttl span {
  color: #ffcc66;
  font-size: 6rem;
}

.step .step_ttl:after {
  position: absolute;
  content: "";
  bottom: -30px;
  display: block;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 30px solid transparent;
  border-top-color: #009260;
  border-bottom-width: 0;
}

.step ul.step_list li {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step ul.step_list .ph,
.step ul.step_list .ph-last {
  position: relative;
  width: 330px;
}

.step ul.step_list .ph:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -65px;
  left: 35%;
  width: 60px;
  height: 80px;
  background: url(../images/arrow.png) center bottom no-repeat;
  background-size: 100% auto;
  z-index: 9;
}

.step ul.step_list .ph img,
.step ul.step_list .ph-last img {
  width: 300px;
}

.step ul.step_list .txt_area {
  width: calc(100% - 330px);
}

.step ul.step_list .step_ico {
  width: 160px;
  margin-bottom: 20px;
  padding: 7px 30px;
  color: #009260;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50px;
  background: #ffcc66;
  text-align: center;
}

.step h3 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.4;
}

.step .txt_nml {
  margin-bottom: 20px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.step ul.txt_nml_list {
  margin-bottom: 15px;
}
.step ul.txt_nml_list li {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
}

.step .txt_ctn {
  color: #484848;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .step {
    margin-bottom: 20px;
    padding: 0;
  }
  .step .inner {
    width: auto;
    margin: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .step {
    margin-bottom: 20px;
    padding: 0;
  }
  .step .inner {
    width: auto;
    margin: 0 50px;
  }
  .step .step_ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .step .step_ttl span {
    display: block;
    font-size: 3.6rem;
  }
  .step dl.step_list {
    flex-flow: column;
  }
  .step ul.step_list li {
    padding-bottom: 30px;
  }
  .step ul.step_list .ph,
  .step ul.step_list .ph-last {
    width: 75%;
    margin: 0 auto;
  }
  .step ul.step_list .ph img,
  .step ul.step_list .ph-last img {
    width: 100%;
    margin-bottom: 20px;
  }
  .step ul.step_list .txt_area {
    width: auto;
  }
  .step ul.step_list .ph:after {
    position: relative;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: none;
  }
  .step ul.step_list .step_ico {
    width: 140px;
    margin: 0 auto 15px;
    font-size: 2.4rem;
  }
  .step h3 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    text-align: center;
  }
  .step .arrow_sp {
    width: 35%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .step .arrow_sp img {
    width: 100%;
  }
  .step ul.txt_nml_list li {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media only screen and (max-width: 480px) {
  .step .inner {
    margin: 0 20px;
  }
  .step .step_ttl {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .step h3 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .step ul.step_list li {
    padding-bottom: 15px;
  }
}

/*----------------------------------------

feature

----------------------------------------*/

.feature {
  margin-bottom: 20px;
  padding: 25px 50px 50px;
  background: #009260;
}

.feature .shop_ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  background: #009260;
}

.feature .shop_ttl span {
  color: #ffcc66;
  font-size: 4.8rem;
}

.feature .shop_ttl:after {
  position: absolute;
  display: block;
  content: "";
  top: 19%;
  left: 9%;
  width: 60px;
  height: 55px;
  background: url(../images/shop_ico.png) left top no-repeat;
  background-size: 100% auto;
  z-index: 9;
}

.feature .inner {
  padding: 30px 50px 50px 50px;
  background: #fff;
}

.feature .txt_nml {
  margin-bottom: 20px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.feature .area {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.feature .ico {
  margin-right: 5px;
  color: #ff6600;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: middle;
}

.feature .flex_wrp {
  padding: 15px 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
}

.feature .flex_wrp a {
  color: #111;
  text-decoration: none;
  pointer-events: none;
}

.feature .flex_wrp .city {
  position: relative;
  width: 85px;
  font-size: 1.6rem;
  font-weight: bold;
}

.feature .flex_wrp .city:after {
  position: absolute;
  content: "：";
  display: block;
  top: 0;
  right: 1%;
}

.feature .flex_wrp .list li a {
  color: #073e6b;
  pointer-events: auto !important;
  text-decoration: underline;
}

.feature .flex_wrp .list li a:hover {
  text-decoration: none;
}

.feature .flex_wrp .list {
  width: calc(100% - 85px);
}

.feature .flex_wrp .list li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.waSlideMenu-back {
  display: none;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .feature .shop_ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .feature .shop_ttl span {
    display: block;
  }
  .feature .shop_ttl:after {
    top: 19%;
    left: 5%;
    width: 60px;
    height: 55px;
    background: url(../images/shop_ico.png) left top no-repeat;
    background-size: 100% auto;
    z-index: 9;
  }
}

@media only screen and (max-width: 767px) {
  .feature {
    margin-bottom: 0;
    padding: 20px 20px 30px;
  }
  .feature .shop_ttl {
    margin-bottom: 25px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .feature .shop_ttl span {
    display: block;
    font-size: 3.6rem;
  }
  .feature .shop_ttl:after {
    top: 19%;
    left: 2%;
    width: 60px;
    height: 55px;
    background: url(../images/shop_ico.png) left top no-repeat;
    background-size: 100% auto;
    z-index: 9;
  }
  .feature .inner {
    padding: 20px 20px 30px;
  }
  .waSlideMenu-back {
    display: inline-block;
  }
  .feature .flex_wrp {
    padding: 0;
    display: block;
  }
  .feature .flex_wrp a {
    pointer-events: auto !important;
  }
  .feature .tocli a {
    color: #073e6b !important;
  }
  .feature .flex_wrp .city {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .feature .flex_wrp .city:after {
    display: none;
  }

  .feature .flex_wrp .list li a {
    text-decoration: none;
  }

  .feature .flex_wrp .list li a:hover {
    text-decoration: none;
  }

  .feature .flex_wrp .list {
    width: 100%;
  }

  .feature .flex_wrp .list li {
    display: block;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.4rem;
    border-right: none;
  }
}

@media only screen and (max-width: 480px) {
  .feature {
    margin-bottom: 30px;
    padding: 20px 20px 30px;
  }
  .feature .shop_ttl {
    margin-bottom: 21px;
    font-size: 1.6rem;
  }
  .feature .shop_ttl span {
    display: block;
    font-size: 2.4rem;
  }
  .feature .shop_ttl:after {
    top: 19%;
    left: 2%;
    width: 35px;
    height: 41px;
    background: url(../images/shop_ico.png) left top no-repeat;
    background-size: 100% auto;
    z-index: 9;
  }
}

/*----------------------------------------

faq

----------------------------------------*/

.faq {
  padding-bottom: 100px;
}

.faq .faq_ttl {
  width: 420px;
  margin: 0 auto 50px;
  padding: 15px;
  color: #009260;
  font-size: 3rem;
  border-top: 3px solid #009260;
  border-bottom: 3px solid #009260;
  text-align: center;
}

.faq ul.qa-list li {
  padding: 9px 0 8px;
  border-bottom: 1px solid #ccc;
}

.faq ul.qa-list li:last-child {
  margin-bottom: 0;
}

.faq .txt_ctn {
  margin-top: 15px;
  color: #484848;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}

.faq ul.qa-list .txt_ctn_area li {
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  border-bottom: none !important;
}

.acd-check {
  display: none;
}
.acd-label {
  position: relative;
  display: block;
  padding: 10px 0;
  cursor: pointer;
}

.qa-list dl {
  overflow: hidden;
}
.qa-list dt {
  float: left;
  clear: left;
  width: 70px;
}

.qa-list dd {
  float: left;
  max-width: 900px;
  padding: 17px 0 0 20px;
  font-family: "游ゴシック Medium", "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.qa-list dt .q {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 60px;
  background: #009260;
}

.acd-label:after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 35px;
  height: 35px;
  background: url(../images/plus_ico.png) right center no-repeat;
  background-size: 100% auto;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.qa-list dt .asr {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #009260;
  font-size: 3rem;
  text-align: center;
  line-height: 60px;
  background: #ffcc66;
}

.acd-check:checked + .acd-label:after {
  content: "";
  right: 0;
  top: 24px;
  width: 35px;
  height: 35px;
  background: url(../images/minus_ico.png) right center no-repeat;
  background-size: 100% auto;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding-top: 5px;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .faq {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .faq {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .faq .faq_ttl {
    width: 87%;
    margin: 0 auto 30px;
    font-size: 2.4rem;
  }
  .qa-list dt {
    width: 10%;
  }
  .qa-list dd {
    float: left;
    width: 75%;
    padding: 7px 0 0 15px;
    font-size: 1.6rem;
  }
  .qa-list dt .q {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 40px;
    background: #009260;
  }
  .qa-list dt .asr {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 40px;
    background: #ffcc66;
  }
  .acd-label:after {
    font-size: 3rem;
    padding: 1px 0;
    position: absolute;
    top: 5%;
  }
  .acd-check:checked + .acd-label:after {
    font-size: 3em;
    top: 3%;
  }
  .acd-check:checked + .acd-label + .acd-content {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .faq {
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .faq .faq_ttl {
    font-size: 2rem;
  }
  .faq ul.qa-list li {
    padding: 5px 0 1px;
  }
  .qa-list dt {
    width: 8%;
  }
  .qa-list dd {
    float: left;
    width: 80%;
    padding: 7px 0 0 25px;
  }
  .acd-label:after {
    width: 30px;
    height: 30px;
    top: 22%;
  }
  .acd-check:checked + .acd-label:after {
    width: 30px;
    height: 30px;
    top: 22%;
  }
}

/*----------------------------------------

footer

----------------------------------------*/

.pagetop {
  clear: both;
  font-size: 1.2rem;
  max-width: 1100px;
  margin: 0 auto 20px;
  text-align: right;
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 2px 0 2px 16px;
}

#footer {
  clear: both;
  position: static;
  margin: 0;
  padding: 0;
}

#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
  margin: 0;
  padding: 0;
}

#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}

#footer #greenbelt .inner .ftbox {
  float: left;
  max-width: 800px;
}

#footer #greenbelt .inner p.link {
  padding: 18px 0 0 24px;
  font-size: 1.2rem;
  line-height: 1;
}

#footer #greenbelt .inner p.link span {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  background: url(../images/line_dot_separate.png) 0 0 no-repeat;
}

#footer #greenbelt .inner p.copy {
  padding: 18px 0 0 24px;
  font-size: 1.2rem;
  line-height: 1;
}

#footer #greenbelt .inner a {
  color: #fff;
}

#footer #greenbelt .inner p.bn {
  float: right;
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  width: 264px;
  height: 54px;
  margin: 9px 17px 14px 0;
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: right;
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  #header #logo img {
    width: inherit;
  }
  #contents {
    width: 100%;
  }
  .pagetop {
    padding: 0 15px;
  }
  #footer #greenbelt .inner {
    margin: 0;
    width: 100%;
  }
  #footer #greenbelt .inner .ftbox {
    float: none;
    width: 100%;
  }
  #footer #greenbelt .inner p.link {
    display: block;
    padding: 18px 15px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }
  #footer #greenbelt .inner p.link span {
    display: block;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: none;
    text-align: left;
  }
  #footer #greenbelt .inner p.copy {
    padding: 15px 0 0 0;
    text-align: center;
  }
  #footer #greenbelt .inner p.bn {
    float: none;
    margin: 9px auto 14px;
    width: 264px;
    height: 54px;
  }
  #footer #whitebelt {
    text-align: center;
    width: 100%;
  }
  #footer #whitebelt img {
    width: inherit;
  }
}
