@charset "utf-8";
/* ---------------------------------------------
* base settings
* header area
* footer area
* common
* contents area
* main area / common
* smartphone settings
--------------------------------------------- */

/* --------------------------------------------- */
/* base settings                                 */
/* --------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  min-width: 1000px;
  color: #333;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input, textarea {
  font-size: 1.2rem;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  transition: all 0.3s ease;
}

a:active, a:hover {
  color: #333;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

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


/* microclearfix */

.cf:before, .cf:after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}

.cf:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}


/* microclearfix */

.cf:before, .cf:after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}

.cf:after {
  clear: both;
}

/* --------------------------------------------- */
.l-main-area .top_h2 {
  position: relative;
  margin: 0 0 8rem;
  padding: 2rem 3rem 1.5rem;
  background: #0c3c77;
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

.l-main-area .top_h2 a {
  display: block;
  padding: 0 4rem 0 0;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
  color: #fff;
  text-decoration: none;
}

.l-main-area .top_h2 a:hover {
  opacity: .6;
}

.l-main-area .top_h3 {
  position: relative;
  z-index: 5;
  margin: 3rem 0;
  padding: 1rem 1.5rem;
  color: #0c3c77;
  border-bottom: 5px solid #0c3c77;
  font-weight: bold;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area .top_h3 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0c3c77;
  text-decoration: none;
}

.l-main-area .top_h3 a:hover {
  opacity: .6;
}

.l-main-area .top_h4 {
  position: relative;
  margin: 3rem auto;
  padding: 1rem 1.5rem 1rem 5rem;
  border-radius: 20px;
  background: #e5f6fd;
  background-size: auto 4px;
  color: #333;
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area .top_h4:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-right: 8px;
  color: white;
  content: '●';
  transform: translateY(-50%);
}

.l-main-area .top_h4 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  text-decoration: none;
}

.l-main-area .top_h4 a:hover {
  opacity: .6;
}

.l-main-area .top_h5 {
  position: relative;
  margin: 3rem 0;
  padding: 0.5rem 1.5rem;
  border-left: solid 10px #ffcc00;
  color: #333;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area .top_h5 a {
  color: #333;
  text-decoration: none;
  background: url(img/arrow01_gray.svg) no-repeat right 1.7rem center;
  background-size: 10px 18px;
  display: block;
  padding-right: 2rem;
}

.l-main-area .top_h5 a:hover {
  opacity: .6;
}

.l-main-area p {
  margin: 0.5em 0 1em;
}

.l-main-area strong,
.l-main-area span {
  color: #ff6600;
  font-weight: bold;
}

.l-main-area ul {
  margin: 2rem;
}

.l-main-area ul li {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
}

.l-main-area ul li:not(.tag-list, .price-list)::before {
  position: absolute;
  top: .7rem;
  left: .3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f2be0b;
  border-radius: 100%;
  content: '';
}

.l-main-area ol {
  margin: 30px 20px;
  list-style-type: none !important;
  counter-reset: number;
  text-align: left;
}

.l-main-area ol li {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
}

.l-main-area ol li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  display: block;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffcc00;
  content: counter(number);
  counter-increment: number;
  text-align: center;
  font-size: 1.2rem;
}

.l-main-area table {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.l-main-area table th {
  padding: 10px 15px;
  border: 1px #d3d3d3 solid;
  background: #e5f6fd;
}

.l-main-area table td {
  padding: 10px 15px;
  border: 1px #d3d3d3 solid;
  background: #fff;
}

.l-main-area .btn-web {
  position: relative;
  display: block;
  margin: 3rem auto;
  padding: 0;
  text-align: center;
}

.l-main-area .btn-web a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2rem 5rem 2rem 3rem;
  width: 580px;
  border-radius: 50px;
  background: #f27610;
  box-shadow: 5px 5px 0 #ccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.l-main-area .btn-web a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  content: '';
  transform: translateY(-50%);
}

.l-main-area .btn-web a:hover {
  opacity: .6;
}

.l-main-area .btn-internal {
  position: relative;
  display: block;
  margin: 3rem auto;
  padding: 0;
  text-align: center;
}

.l-main-area .btn-internal a,
.l-main-area .btn-internal span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2rem 5rem 2rem 3rem;
  width: 580px;
  max-width: 100%;
  border-radius: 50px;
  background: #00479d;
  box-shadow: 5px 5px 0 #ccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}



.l-main-area .btn-internal a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  content: '';
  transform: translateY(-50%);
}

.l-main-area .btn-internal a:hover {
  opacity: .6;
}

.l-main-area .btn-tel {
  display: none;
}

.l-main-area .btn-link {
  margin: 20px 0;
  padding: 0;
  text-align: right;
  font-weight: bold;
  line-height: 1.4;
}

.l-main-area .btn-link a {
  padding: 5px 0 5px 20px;
  background: url(img/arrow01_blue.svg) no-repeat left center;
  background-size: 9px 15px;
}

.l-main-area .float-wrap {
  margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
  max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
  float: right;
  margin: 0 0 10px 20px;
  width: 300px;
}

.l-main-area .float-wrap .float-img.fl {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
}

.l-main-area .float-wrap .float-img.ct {
  margin: 0 auto;
  width: 300px;
}

.l-main-area .float-wrap .flame {
  box-shadow: 5px 5px 0 #ffff00;
}

.l-main-area .float-wrap .caption {
  display: block;
  padding: 8px 0 0 0;
  color: #999999;
  text-align: center;
  word-break: break-all;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}

.l-main-area .l-icon-title {
  position: relative;
  margin: 4rem 0 3rem;
  padding: 13px 13px 13px 100px;
  border-radius: 20px;
  background: #f1fafe;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area .l-icon-title:before {
  position: absolute;
  top: -15px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffcc00;
  box-shadow: 5px 5px 0px 0px #ccc, -5px -5px 0px 0px #ffff00;
  color: #333;
  font-size: 1.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}

.l-main-area .l-icon-title--check:before {
  content: 'CHECK';
}

.l-main-area .l-icon-title--recommend:before {
  content: 'おすすめ';
}

.l-main-area .l-icon-title--point:before {
  content: 'POINT';
}

.l-main-area .l-number-wrapper {
  counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title:before {
  content: counter(number);
  counter-increment: number;
  font-size: 3rem;
}

.l-main-area .box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8rem 0 3rem;
  width: 100%;
}

.l-main-area .box-wrap .box {
  margin: 0 0 3rem 2rem;
  padding: 2rem;
  width: calc((100% - 7rem) / 2);
  border: solid 5px #e5f6fd;
  border-radius: 10px;
}

.l-main-area .box-wrap .box:nth-child(2n) {
  margin: 0 0 30px 0;
}

.l-main-area .box-wrap .box:after {
  width: 100%;
  height: 100%;
  content: '';
}

.l-main-area .box-wrap p {
  margin: 0;
}

.l-main-area .box-wrap .box-head {
  display: flex;
  align-items: center;
  margin: -5rem 0 0 -5rem;
  padding: 2rem;
  border-radius: 10px;
  background: #d0f0fc;
  color: #0096d2;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

.l-main-area .box-wrap .box-head a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0096d2;
  text-decoration: none;
}

.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.5;
}

.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
  display: none;
}

.l-main-area .box-wrap .box-body {
  padding: 2rem 0;
}

.l-main-area .box-wrap .btn-internal {
  margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a,
.l-main-area .box-wrap .btn-internal span {
  padding: 1rem 4rem;
  width: 70%;
}

.l-main-area .frame-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  width: 100%;
  counter-reset: number;
}

.l-main-area .frame-wrap .frame {
  position: relative;
  overflow: hidden;
  margin: 0 20px 30px 0;
  padding: 0 20px;
  width: calc((100% - 41px) / 3);
  border: solid 5px #e5f6fd;
  border-radius: 10px;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
  margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
  margin: 0;
}

.l-main-area .frame-wrap .frame-head {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 2rem 0 4rem;
  border: none;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

.l-main-area .frame-wrap .frame-head a {
  display: block;
  padding: 0 2.5rem 0 0;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0096d2;
  text-decoration: none;
}

.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.5;
}

.l-main-area .frame-wrap .frame-head:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 25px;
  background: url(img/icon_li.png) no-repeat center bottom;
  background-size: 100%;
  content: '';
  opacity: 0.3;
  transform: translateX(-50%);
}

.l-main-area .frame-wrap .frame-body {
  padding: 2rem 0;
}

.l-main-area .frame-wrap .btn-internal {
  margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
  padding: 1rem 4rem 1rem 1rem;
  min-width: inherit;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .l-main-area .top_h2 {
    padding: 1.7rem 3rem 0.7rem;
  }
}


/* low ----------------*/

.l-main-area--low h1 {
  position: relative;
  margin: 0 0 8rem;
  padding: 2rem 3rem 1.5rem;
  background: #0c3c77;
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

.l-main-area--low h1 a {
  display: block;
  padding: 0 4rem 0 0;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
  color: #fff;
  text-decoration: none;
}

.l-main-area--low h1 a:hover {
  opacity: .8;
}

.l-main-area--low h2 {
  position: relative;
  z-index: 5;
  margin: 3rem 0;
  padding: 1rem 1.5rem;
  color: #0c3c77;
  border-bottom: 5px solid #0c3c77;
  font-weight: bold;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area--low h2 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0c3c77;
  text-decoration: none;
}

.l-main-area--low h2 a:hover {
  opacity: .6;
}

.l-main-area--low h3 {
  position: relative;
  margin: 3rem auto;
  padding: 1rem 1.5rem 1rem 5rem;
  border-radius: 20px;
  background: #e5f6fd;
  background-size: auto 4px;
  color: #333;
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area--low h3:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-right: 8px;
  color: white;
  content: '●';
  transform: translateY(-50%);
}

.l-main-area--low h3 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  text-decoration: none;
}

.l-main-area--low h3 a:hover {
  opacity: .6;
}

.l-main-area--low h4,
.l-main-area--low h5 {
  position: relative;
  margin: 3rem 0;
  padding: 0.5rem 1.5rem;
  border-left: solid 10px #ffcc00;
  color: #333;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
  color: #333;
  text-decoration: none;
  display: block;
  background: url(img/arrow01_gray.svg) no-repeat right center;
  background-size: 10px 18px;
  padding-right: 2rem;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
  opacity: .6;
}

@media all and (-ms-high-contrast: none) {
  .l-main-area--low h1 {
    padding: 1.7rem 3rem 0.7rem;
  }
}


/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
  margin: 0;
  padding: 0 0 0 100px;
  width: 100%;
}

.l-header {
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1000px;
}

.l-header__link {
  display: inline-block;
  text-decoration: none;
}

.l-header__link:hover {
  opacity: 0.6;
}

.l-header-sitename {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
}

.l-header-sitename__link {
  text-decoration: none;
}

.l-header-sitename__link:hover {
  text-decoration: underline;
}

.l-header-logo {
  margin: 10px 0 0;
  text-align: center;
}

.l-header-logo__image {
  width: 100%;
  height: 100%;
}

.l-header-logo a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
}

.l-header-logo a:hover {
  opacity: .7;
}

.l-gnavi-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 60px;
  height: 60px;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
}

.l-gnavi-btn:hover {
  color: #0096d2;
}

.l-gnavi-btn span {
  position: absolute;
  left: 15px;
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #0096d2;
  transition: all 0.4s;
}

.l-gnavi-btn span:nth-of-type(1) {
  top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
  top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
  top: 39px;
}

.l-gnavi-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
  background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.l-gnavi-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 0;
  width: 400px;
  height: 100vh;
  background: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
}

.l-gnavi-area-menu {
  display: table-cell;
  vertical-align: middle;
}

.l-gnavi-area-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 100px 20px 0;
  height: 100%;
  -ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
  display: table;
  height: 100%;
}

.l-gnavi-area-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100vh;
}


.l-gnavi-area--slide-right {
  transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
  right: 0;
  left: auto;
  transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  width: 300px;
}

.l-gnavi-list__link {
  display: block;
  margin: 0 auto;
  padding: 10px 45px 10px 20px;
  width: 90%;
  text-decoration: none;
}

.l-gnavi-list__link--menu {
  cursor: pointer;
}

.l-gnavi-list__sub {
  display: none;
  margin: 0 0 0 1.6rem;
  border-top: dashed 1px #0096d2;
  background: #e5f6fd;
}

.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
  background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  background: #ffffff;
  text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}

.l-gnavi-btn-close__link:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link:after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.is-gnavi-cover .l-gnavi-area {
  top: auto;
  z-index: 1;
  overflow-y: hidden;
  height: auto;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  overflow-y: scroll;
  height: 100vh;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}

/* --------------------------------------------- */
/* footer area                                   */
/* --------------------------------------------- */
.l-footer-area {
  position: relative;
  margin: 0;
  padding: 0 0 0 100px;
  min-width: 1200px;
  width: 100%;
  background: #d0f0fc;
}

.l-footer-disclaimer {
  margin: 20px auto;
  padding: 20px;
  width: 500px;
  background: #ffffff;
  color: #999999;
  text-align: left;
  font-size: 1rem;
}

.l-footer-disclaimer dt {
  float: left;
}

.l-footer-note {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 1.2rem;
}

.l-footer-bottom {
  margin: 0 auto;
  background: #0096d2;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.l-footer-bottom__inner {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
}

.l-footer-bottom__copy {
  display: table-cell;
  padding: 10px 0;
  text-align: left;
}

.l-footer-bottom__copy__link {
  color: #fff;
  text-decoration: none;
}

.l-footer-bottom__copy__link:hover {
  text-decoration: underline;
}

.l-footer-bottom__sitemap {
  display: table-cell;
  padding: 10px 0;
  text-align: right;
  width: 150px;
}

.l-footer-bottom__sitemap__link {
  padding: 0 24px 0 0;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 7px 12px;
  color: #fff;
  text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
  text-decoration: underline;
}

.l-footer-menu-wrapper {
  margin: 0 auto;
  padding: 100px 0 0;
  max-width: 1000px;
  width: 100%;
}

.l-footer-menu {
  margin: 0 0 40px;
}

.l-footer-menu__title {
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #333;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-footer-menu__title__link {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  background: url(img/arrow01_blue.svg) no-repeat left 1rem center;
  background-size: 10px 16px;
  text-decoration: none;
  font-weight: bold;
}

.l-footer-menu__title__link:hover {
  text-decoration: underline;
}

.l-footer-menu__list {
  display: inline;
}

.l-footer-menu__list__item {
  display: inline-block;
  padding: 0 10px;
}

.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  padding: 5px 0 5px 15px;
  background: url(img/icon_li_footer.svg) no-repeat left top 8px;
  background-size: 8px 8px;
  text-align: left;
  text-decoration: none;
  font-size: 1.2rem;
  text-indent: 1rem;
  margin: 0 0 0 -1rem;
}

.l-footer-menu__list__link:hover {
  text-decoration: underline;
}

.l-footer-submenu__list {
  display: inline-block;
}

.l-footer-submenu__list__item {
  display: inline-block;
}

.l-footer-submenu__list__link {
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
  font-size: 1.2rem;
}

.l-footer-submenu__list__link:before {
  content: '- ';
}

.l-footer-submenu__list__link:hover {
  text-decoration: underline;
}

/* --------------------------------------------- */
/* common                                        */
/* --------------------------------------------- */
.l-pagetop {
  position: absolute;
  top: -90px;
  right: 30px;
  z-index: 100;
}

.l-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0096d2;
}

.l-pagetop__link:hover {
  background: #666;
}

.l-pagetop__image {
  width: 24px;
}

.l-pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 30px;
}

.l-sns-list {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.l-sns-list__item {
  text-align: center;
}

.l-sns-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0096d2;
  text-decoration: none;
}

.l-sns-list__link:hover {
  opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
  width: 18px;
  height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
  width: 9px;
  height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
  width: 19px;
  height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
  width: 19px;
  height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
  width: 17px;
  height: 15px;
}

#pankuzu {
  margin: 4rem auto 2rem auto;
  max-width: 1000px;
  font-size: 1.2rem;
}

/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */
.l-contents-area {
  margin: 0 auto;
  padding-left: 100px;
  width: 100%;
}

/* toc */
#toc {
  border: 2px solid #e8e8e8;
  padding: 20px 35px;
  background: #fbfbfb;
  max-width:1000px;
  margin:5rem auto;
  display:none;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
  color: #636363;
  font-size:3rem;
}

#toc .chapter {
  margin: 12px 0 0;
  padding: 0;
}

#toc .chapter-h {
  font-size: 15px;
  margin: 8px 0 0;
  color: #0096d2;
}

#toc .chapter-h a {
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  padding: 0;
  display: block;
}

#toc .chapter-h a:hover {
  text-decoration: underline;
}

#toc .chapter-h br {
  display: none;
}

#toc .chapter .chapter-h {
  padding: 0 0 6px 17px;
  background: none;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc .chapter>.chapter-h.chapter-h-two {
  counter-increment: mycounter;
  position: relative;
  list-style: none;
  padding-left: 25px;
}

#toc .chapter>.chapter-h.chapter-h-two::before {
  content: counter(mycounter, decimal-leading-zero);
  color: #0096d2;
  background:none;
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  line-height: 1;
  font-size: inherit;
  height: auto;
  margin: 0;
}

#toc .chapter .chapter-h-three {
  font-size: 14px;
  margin: 4px 0 4px 25px;
  list-style: none;
}

#toc .chapter-h.chapter-h-three::before {
  content: "";
  display: block;
  background-color: #24aae2;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  border: none;
  top: 6px;
  left: 0;
  margin: 0;
  line-height: 1;
}


/* SP用のCSS */
@media screen and (max-width: 480px) {
  #toc {
    padding: 40px;
    max-width:100%;
  }

  #toc::before {
    font-size: 2rem;}
  #toc .chapter {
    margin-top: 12px;
  }
  #toc .chapter .chapter-h {
    font-size: 14px;
  }
  #toc .chapter>.chapter-h.chapter-h-two {
    padding-left: 25px;
  }
  #toc .chapter>.chapter-h.chapter-h-two::before {
    top: 2px;
  }
  #toc .chapter .chapter-h-three {
    font-size: 13px;
    margin: 3px 0 3px 25px;
  }
  #toc .chapter-h.chapter-h-three::before {
    top: 5px;
  }
}


/* --------------------------------------------- */
/* main area / common                            */
/* --------------------------------------------- */
.l-main-area {
  margin: 0 auto 7rem 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

.l-main-area--low {
  margin: 0 auto 7rem auto;
  width: 1000px;
}

.l-section-inner {
  margin: 0 auto;
  padding-top: 5rem;
  max-width: 1000px;
}

.l-common-title {
  position: relative;
  padding: 3.5rem 0 0;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-common-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -51px;
  width: 102px;
  height: 20px;
  background: url(img/deco_title.svg) no-repeat center center;
  background-size: 100%;
  content: '';
  transform: rotate(-10deg);
  display: none;
}

p.l-common-lead {
  margin: 1.5rem auto 4rem;
  width: 80%;
}

/* --------------------------------------------- */
/* smartphone settings                           */
/* --------------------------------------------- */
/* base settings */
@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    min-width: inherit;
  }

  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* --------------------------------------------- */
  .l-main-area .top_h2 {
    margin: 0 0 3rem;
    font-size: 2.2rem;
    padding: 2rem 2rem 1.5rem;
  }

  .l-main-area .top_h2 a {
    background-size: 8px 16px;
  }

  .l-main-area .top_h2:after {
    height: 30px;
  }

  .l-main-area .top_h3 {
    font-size: 2rem;
  }

  .l-main-area .top_h3 a {
    background-size: 8px 16px;
  }

  .l-main-area .top_h4 {
    font-size: 1.8rem;
    padding: 1rem 1.5rem 1rem 4rem;
  }

  .l-main-area .top_h4 a {
    background-size: 7px 15px;
  }

  .l-main-area .top_h5 a {
    background-position: right center;
    background-size: 7px 15px;
  }

  .l-main-area h2 {
    font-size: 2.4rem;
  }

  .l-main-area h3 {
    font-size: 2rem;
  }

  .l-main-area ul {
    margin: 3rem 0;
    font-size: 1.4rem;
  }

  .l-main-area ol {
    margin: 3rem 0;
    font-size: 1.4rem;
  }

  .l-main-area table {
    display: block;
    margin: 30px auto 20px;
    width: 100%;
    border-top: 1px #d3d3d3 solid;
    font-size: 1.4rem;
  }

  .l-main-area table tr {
    display: block;
    width: 100%;
  }

  .l-main-area table th {
    display: block;
    width: 100%;
    border-top: none;
  }

  .l-main-area table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .l-main-area table thead {
    display: block;
    width: 100%;
  }

  .l-main-area table thead th {
    display: block;
    width: 100%;
  }

  .l-main-area table thead td {
    display: block;
    width: 100%;
  }

  .l-main-area table tbody {
    display: block;
    width: 100%;
  }

  .l-main-area table tbody th {
    display: block;
    width: 100%;
  }

  .l-main-area table tbody td {
    display: block;
    width: 100%;
  }

  .l-main-area .btn-web {
    margin: 3rem auto;
    min-width: inherit;
    width: 90%;
  }

  .l-main-area .btn-web a {
    padding: 1.5rem 3rem 1.5rem 2rem;
    min-width: inherit;
    width: 100%;
    font-size: 1.6rem;
  }

  .l-main-area .btn-web a:after {
    right: 1.5rem;
    background-size: 60%;
  }

  .l-main-area .btn-web a:hover {
    background: #ff6600;
  }

  .l-main-area .btn-internal {
    margin: 3rem auto;
    width: 80%;
  }

    .l-main-area .btn-internal.is-open span:after{
    position: absolute;
    top: 35%;
    right: 3rem;
    width: 10px;
    height: 20px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 96%;
    content: '';
    transform: rotate(90deg);
    transform:.5s all ease;
    }

    .l-main-area .btn-internal span:after{
    position: absolute;
    top: 35%;
    right: 3rem;
    width: 10px;
    height: 20px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 96%;
    content: '';
    transform: rotate(-90deg);
          transform:.5s all ease;
    }

  .l-main-area .btn-internal a {
    padding: 2.2rem 5rem 2rem 2rem;
    min-width: inherit;
    width: 100%;
    font-size: 1.6rem;
  }

  .l-main-area .btn-internal a:after {
    background-size: 60%;
  }

  .l-main-area .btn-internal a:hover {
    background: #0096d2;
  }

  .l-main-area .btn-tel {
    display: block;
    margin: 3rem auto;
    padding: 0;
    width: 90%;
    text-align: center;
  }

  .l-main-area .btn-tel a {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding: 1.5rem 5rem;
    width: 100%;
    border-radius: 30px;
    background: #25b0ff url(img/icon_tel.svg) no-repeat left 20px center;
    background-size: auto 20px;
    box-shadow: 5px 5px 0 #ccc;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }

  .l-main-area .btn-link {
    display: block;
    margin: 3rem auto;
    padding: 0;
    width: 90%;
    text-align: left;
  }

  .l-main-area .btn-link a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 2.2rem 5rem 2rem 2rem;
    width: 100%;
    border: #b2dff1 solid 2px;
    border-radius: 10px;
    background: #fff url(img/arrow01_blue.svg) no-repeat right 20px center;
    background-size: 20px 15px;
    color: #0c3c77;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .l-main-area .float-wrap {
    margin: 10px auto 30px;
    width: 100%;
    font-size: 1.4rem;
  }

  .l-main-area .float-wrap .float-img.fr {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .l-main-area .float-wrap .float-img.fl {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }

  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }

  .l-main-area .float-wrap .float-img.fr.t_small {
    float: right;
    margin: 0 0 20px 10px;
  }

  .l-main-area .float-wrap .float-img.fl.t_small {
    float: left;
    margin: 0 20px 10px 0;
  }

  .l-main-area .box-wrap {
    display: block;
    margin: 8rem 0 4rem auto;
    width: 94%;
    font-size: 1.4rem;
  }

  .l-main-area .box-wrap .box {
    margin: 0 0 5rem;
    padding: 1.5rem;
    width: 100%;
  }

  .l-main-area .box-wrap .box:nth-child(2n) {
    margin: 0 auto 2rem;
  }

  .l-main-area .box-wrap .box-head {
    margin: -4rem 0 0 -4rem;
    padding: 0;
    font-size: 2rem;
  }

  .l-main-area .box-wrap .box-head a {
    padding: 2rem 3rem 2rem 2rem;
    background-position: right 1rem center;
    background-size: 8px;
  }

  .l-main-area .box-wrap .box-body {
    padding: 1rem 0;
  }

  .l-main-area .box-wrap .box-body .btn-internal a {
    width: 90%;
  }

  .l-main-area .frame-wrap {
    display: block;
    margin: 0 auto 4rem;
    font-size: 1.4rem;
  }

  .l-main-area .frame-wrap .frame {
    margin: 0 auto 2rem;
    width: 100%;
  }

  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 2rem;
  }

  .l-main-area .frame-wrap .frame::before {
    left: 25px;
  }

  .l-main-area .frame-wrap .frame-head {
    text-align: left;
    font-size: 2rem;
  }

  .l-main-area .frame-wrap .frame-head a {
    background-size: 8px;
  }

  .l-main-area .l-icon-title {
    margin: 5rem 0 3rem;
    padding: 1rem 1rem 1rem 7.5rem;
    width: 100%;
    font-size: 2rem;
    line-height: 1.4;
  }

  .l-main-area .l-icon-title:before {
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

  .l-main-area .l-number-wrapper .l-icon-title:before {
    padding: 0;
    font-size: 2.8rem;
  }

  /* low ----------------*/
  .l-main-area--low h1 {
    margin: 0 0 3rem;
    font-size: 2.2rem;
    padding: 2rem 2rem 1.5rem;
  }

  .l-main-area--low h1 a {
    background-position: right center;
    background-size: 7px 15px;
  }

  .l-main-area--low h2 {
    font-size: 2rem;
  }

  .l-main-area--low h2 a {
    background-position: right center;
    background-size: 7px 15px;
  }

  .l-main-area--low h3 {
    font-size: 1.8rem;
    padding: 1rem 1.5rem 1rem 4rem;
  }

  .l-main-area--low h3 a {
    background-position: right center;
    background-size: 7px 15px;
  }

  .l-main-area--low h4 a, .l-main-area--low h5 a {
    background-position: right center;
    background-size: 7px 15px;
  }

  /* --------------------------------------------- */
  /* header area                                   */
  /* --------------------------------------------- */
  .l-header {
    margin: 0 auto;
    padding: 10px 0;
    width: 96%;
    text-align: left;
  }

  .l-header-area {
    padding: 0;
  }

  .l-header-left {
    display: none;
  }

  .l-header-sitename {
    font-size: 1rem;
  }

  .l-header-logo a {
    width: 50%;
    height: auto;
  }

  .l-gnavi-area {
    display: none;
  }

  /* --------------------------------------------- */
  /* footer area                                   */
  /* --------------------------------------------- */
  .l-footer-area {
    padding: 2rem 0 5rem 0;
    min-width: inherit;
  }

  .footMenu {
    position: fixed;
    bottom: 0;
    z-index: 300;
    margin: 0;
    width: 100%;
    height: 5rem;
  }

  .footMenu .menuLeft {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background: #ccc;
  }

  .footMenu .menuLeft .l-gnavi-btn {
    margin: 0;
  }

  .footMenu .menuRight {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background: #ff6600;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .footMenu .menuRight:after {
    position: absolute;
    top: 0;
    left: 1rem;
    width: 65px;
    height: 13px;
    background: url(img/icon_text_check.svg) no-repeat center center;
    background-size: 100%;
    content: "";
    transform: rotate(-8deg);
  }

  .footMenu .menuRight a {
    display: block;
    padding: 0.9rem 2rem 0 2.5rem;
    background: url(img/arrow01_white.svg) no-repeat right 1rem center;
    background-size: 6px;
    color: #fff;
    text-decoration: none;
  }

  .footMenu .l-gnavi-btn {
    width: 100%;
    height: 100%;
  }

  .footMenu .l-gnavi-btn span {
    left: 50%;
    transform: translateX(-50%);
  }

  .footMenu .l-gnavi-btn span:nth-child(1) {
    top: 15px;
  }

  .footMenu .l-gnavi-btn span:nth-child(2) {
    top: 25px;
  }

  .footMenu .l-gnavi-btn span:nth-child(3) {
    top: 35px;
  }

  .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
    transform: translate(-50%, 10px) rotate(-45deg);
  }

  .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
  }

  .l-footer-logo {
    margin: 1rem auto;
    width: 60%;
  }

  .l-footer-logo__image {
    width: 100%;
  }

  .l-footer-logo__link {
    display: block;
  }

  .l-footer-disclaimer {
    margin: 0 auto 1rem;
    padding: 2rem 5%;
    width: 90%;
  }

  .l-footer-bottom {
    padding: 0 5%;
  }

  .l-footer-bottom__inner {
    display: block;
    width: 90%;
  }

  .l-footer-bottom__copy {
    display: block;
    text-align: center;
  }

  .l-footer-bottom__sitemap {
    display: none;
  }

  .l-footer-note {
    margin: 0 0 1rem;
    font-size: 1rem;
  }

  .l-footer-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0 0 60px 0;
    width: 100%;
    height: 100%;
    background: #d0f0fc;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
  }

  .l-footer-menu {
    margin: 0 auto 2rem;
    width: 90%;
  }

  .l-footer-menu__title {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #0096d2;
  }

  .l-footer-menu__title__link {
    position: relative;
    display: block;
    padding: 1rem 2.5rem 1rem 0;
    background: none;
    font-size: 1.6rem;
  }

  .l-footer-menu__title__link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 15px;
    background: url(img/arrow01_blue.svg) no-repeat center center;
    background-size: 100%;
    content: '';
    transform: translateY(-50%) rotate(90deg);
  }

  .l-footer-menu__title__link:hover {
    text-decoration: none;
  }

  .l-footer-menu__list {
    display: none;
  }

  .l-footer-menu__list__item {
    padding: 0.8rem 1rem;
    width: 100%;
  }

  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    margin: 1rem 0 0 -1rem;
  }

  .l-footer-submenu__list {
    display: block;
  }

  .l-footer-submenu__list__item {
    display: block;
    margin: 0 0 0 1rem;
  }

  .l-footer-submenu__list__link {

    margin: 0 0 0 -2rem;
  }

  .l-footer-list {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    font-size: 1.4rem;
  }

  .l-footer-list li {
    padding: 1rem;
  }

  /* --------------------------------------------- */
  /* common                                        */
  /* --------------------------------------------- */
  .l-pagetop {
    top: -5.5rem;
    right: 0.5rem;
  }

  .l-pagetop__link {
    width: 50px;
    height: 50px;
  }

  .l-pagetop__link:hover {
    background: #0096d2;
  }

  .l-pagetop__image {
    width: 14px;
  }

  .l-pagetop.is-fixed {
    bottom: 5.5rem;
  }

  #pankuzu {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
  }

  .l-sns-list {
    display: none;
  }

  /* --------------------------------------------- */
  /* contents area                                 */
  /* --------------------------------------------- */
  .l-contents-area {
    padding: 0;
  }

  .l-contents-area--low {
    width: 100%;
  }

  /* --------------------------------------------- */
  /* main area                                     */
  /* --------------------------------------------- */
  .l-main-area--low {
    float: none;
    overflow: visible;
    margin: 0 auto 7rem;
    width: 94%;
  }

  .l-section-inner {
    margin: 0 auto;
    width: 94%;
  }

  p.l-common-lead {
    margin: 2rem 0 3rem;
    width: 100%;
  }
}