@charset "utf-8"; 


/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}


/*

---------------------------------------------

    base settings

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

body {1.5
  min-width: 1000px;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Osaka,
    "MS PGothic", sans-serif;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #2D2D2D;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

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

w {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

td,
th {
  word-break: break-all;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

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

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

.cf:after {
  clear: both;
}

/** For IE 6/7 only */
.cf {
  *zoom: 1;
}

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

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

.cf:after {
  clear: both;
}

/** For IE 6/7 only */
.cf {
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

.caption {
  font-size: 1rem;
  line-height: 1.4;
  margin: .5rem 0;
  word-break: break-all;
  color: #999;
}

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


*/
.l-main-area p:not([class]) {
  margin: 0.5em 0 1em;
}

.l-parts02-white__column2__right .balloon span,
.l-main-area p:not([class]) span {
  font-weight: bold;
  border-bottom: 2px solid #FF861E;
}

.l-main-area p:not([class]) a {
    text-decoration: underline;
}

.l-main-area ul:not([class]) {
  margin: 2rem;
}

.l-main-area ul:not([class]) li {
  margin: 0 0 1em 0;
  padding: 0 0 0 20px;
  background: url(img/icon_li.svg) no-repeat 0 9px;
  background-size: 7px auto;
  list-style-position: outside;
}

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

.l-main-area table th {
  padding: 10px 15px;
  background: #F5F5F5;
  border: 1px #ccc solid;
  min-width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
}

.l-main-area table td {
  padding: 10px 15px;
  background: #fff;
  border: 1px #ccc solid;
  font-size: 1.4rem;
}

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

.btn-web a {
  width: 90%;
  max-width: 425px;
  margin: 0;
  padding: 2rem 4rem 2rem 3rem;
  display: inline-block;
  background: #FF861E;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.btn-web a:after {
  content: "";
  width: 9.66px;
  height: 19.32px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 9.66px auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn-web a:hover {
  opacity: 1;
  background: #FFB61E;
}

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

.btn-internal a {
  width: 90%;
  max-width: 425px;
  margin: 0;
  padding: 2rem 4rem 2rem 3rem;
  display: inline-block;
  background: #0F79E1;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}

.btn-internal a:after {
  content: "";
  width: 9.66px;
  height: 19.32px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 9.66px auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.btn-internal.up a:after {
  transform: rotate(-90deg);
  margin-top: -10px;
  right: 30px;
}

.btn-internal a:hover {
  opacity: 1;
  background: #6BD0EF;
}

.btn-internal.up {
  margin-top: 10rem;
}

.btn-internal.up a {
  width: 30%;
}

.btn-tel {
  display: none;
}

.pc-tel {
  text-align: center;
}

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

.btn-link a {
  padding: 5px 0 5px 20px;
  background: url(img/arrow02_blue.svg) no-repeat left center;
  background-size: 9px 15px;
  font-weight: normal;
  text-decoration: underline;
}

.btn-accordion {
  text-align: center;
}

.btn-accordion span {
  width: 290px;
  max-width: 100%;
  background: #F5F5F5;
  border: 2px solid #2D2D2D;
  border-radius: 100px;
  padding: 20px 45px;
  display: inline-block;
  margin: 20px auto 50px;
  line-height: 1.4;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

.btn-accordion span:hover {
  opacity: 0.6;
}

.btn-accordion span:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(img/plus.svg) no-repeat center center;
  top: 50%;
  margin-top: -10px;
  right: 19px;
}

.btn-accordion.is-open span:after {
  background: url(img/minus.svg) no-repeat center center;
}

.accordion-item {
  display: none;
}

.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 {
  width: 300px;
  margin: 0 0 10px 20px;
  float: right;
}

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

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

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

.l-main-area .float-wrap .caption a {
  color: #999999;
}

.l-main-area .l-icon-title {
  margin: 7rem 0 1.5rem;
  padding: 13px 13px 13px 110px;
  background: #FFFFEA;
  border-radius: 40px 0 0 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.l-main-area .l-icon-title:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url(img/icon_hexagon_yellow01.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  top: -0.2rem;
  bottom: 0;
  margin: auto;
  left: 0px;
  /* padding-right: 2px; */
  box-sizing: border-box;
}

.l-main-area .l-icon-title--check:after {
  content: "CHECK";
}

.l-main-area .l-icon-title--point:after {
  content: "POINT";
  background: url(img/icon_hexagon_yellow02.png) no-repeat;
  left: 0px;
}

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

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

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

.l-main-area .box-wrap .box {
  width: calc((100% - 7rem) / 2);
  margin: 0 0 3rem 2rem;
  padding: 2rem;
  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 {
  content: "";
  width: 100%;
  height: 100%;
}

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

.l-main-area .box-wrap .box-head {
  margin: -5rem 0 0 -5rem;
  padding: 2rem;
  background: url(img/bg_slash01.png);
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

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

.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 {
  width: 70%;
  padding: 1rem 4rem;
}

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

.l-main-area .frame-wrap .frame {
  width: calc((100% - 41px) / 3);
  background: #fff;
  margin: 0 20px 30px 0;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.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 {
  margin: 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0B3E6F;
  line-height: 1.2;
  position: relative;
}

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

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

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

.l-main-area .frame-wrap .frame-body table th {
  text-align: center;
}

.l-main-area .frame-wrap .frame-body table td {
  line-height: 1.428571429;
}

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

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

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

/* low ----------------*/
.site_title_lower-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #0B3E6F;
  padding: 1.5rem 0 1.4rem;
  padding-left: 100px;
}

.site_title_lower {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.4;
}

.site_title_lower .belt {
  display: inline-block;
  font-size: 2.4rem;
  background: #fff;
  color: #0096d2;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 5px;
}

.site_title_lower .small {
  font-size: 2.7rem;
  line-height: 1em;
}

.l-main-area--low h1 {
  margin: 3rem 0 7rem;
  padding: 7rem 0 0;
  background: url(img/img_kyokoseiko01.png) no-repeat center top;
  font-size: 3.8rem;
  font-weight: bold;
  color: #0B3E6F;
  line-height: 1.25;
  position: relative;
  text-align: center;
}

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

.l-main-area--low h1 a:hover {
  color: #ffff00;
  background: url(img/arrow01_yellow.svg) no-repeat right center;
  background-size: 14px;
}

.l-main-area h2:not([class]),
.l-main-area--low h2 {
  margin: 7rem 0 3.5rem;
  padding: 1.5rem 3rem;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #0F79E1;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: #ECF9FD;
}

.l-main-area h2:not([class]) a,
.l-main-area--low h2 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  font-weight: 700;
  text-decoration: none;
}

.l-main-area h2:not([class]):nth-of-type(1),
.l-main-area--low h2:nth-of-type(1) {
  margin: 6rem 0 2.5rem;
}

.l-main-area h3:not([class]),
.l-main-area--low h3 {
  margin: 5rem auto 2rem;
  padding: .5rem 1.5rem .5rem 3rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.l-main-area h3:not([class]):before,
.l-main-area--low h3:before {
  content: "";
  position: absolute;
  background: #0F79E1;
  width: 3px;
  height: 100%;
  left: 5px;
  top: 0;
}

.l-main-area h3:not([class]) a,
.l-main-area--low h3 a {
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 10px auto;
  text-decoration: none;
}

.l-main-area h3:not([class]) a:hover,
.l-main-area--low h3 a:hover {
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  color: #0096d2;
}

.l-main-area h4:not([class]),
.l-main-area h5:not([class]),
.l-main-area--low h4,
.l-main-area--low h5 {
  margin: 3rem 0;
  padding: 1rem 2rem;
  background: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
  display: inline-block;
  padding-right: 3rem;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 8px auto;
  text-decoration: none;
  font-weight: 700;
}

.lower-bottom {
  background: url(img/bg_sooting01.png) center;
  background-size: cover;
  margin: 180px auto 0;
}

.l-parts03 .l-section-inner,
.lower-bottom .l-section-inner {
  padding-top: 40px;
}

.l-parts03 .l-section-inner .txt-quote,
.lower-bottom .l-section-inner .txt-quote {
  width: 844px;
  max-width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.666666;
  margin: 0 auto 6rem;
}

.l-parts03 .l-section-inner .txt-note,
.lower-bottom .l-section-inner .txt-note {
  width: 844px;
  max-width: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.666666;
  margin: 2rem auto 6rem;
}

.lower-bottom .l-common-lead02 {
  margin: 20px auto;
}

.l-main-area .l-common-lead02 p {
  margin-bottom: 0;
}

.lower-bottom-column3 {
  display: flex;
  flex-wrap: wrap;
}

.lower-bottom-column3__box {
  width: calc(((100% - 4rem) / 3) - 1px);
  margin: 0 2rem 2rem 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.lower-bottom-column3__box:nth-child(3n) {
  margin: 0 0 2rem;
}

.lower-bottom-column3__line {
  border-top: 0;
  padding: 1rem 2rem 3rem;
}

.lower-bottom-column3__catch {
  margin: 0;
  padding: 1.4rem 1rem 0.6em;
  background: #0B3E6F;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.304347826;
}

.lower-bottom-column3__catch span {
  color: #FFB61E;
  font-size: 2.6rem;
}

.lower-bottom-column3__subttl {
  color: #0B3E6F;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.473684211;
  text-align: center;
  padding: 1rem .3rem 0;
  margin: 0 0 1rem;
}

.lower-bottom-column3__subttl span.underline {
  border-bottom: 2px solid #FF861E;
}

.lower-bottom-column3__title {
  margin: 0 0 0.5em;
  padding: 0.2em 0 0.3em;
  border-bottom: solid 1px #0B3E6F;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
}
.lower-bottom-column3__title span{
   font-size: 1.5rem;
}

.lower-bottom-column3__title a {
  padding: 0 3rem 0 0;
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 10px;
  color: #0096d2;
  text-decoration: none;
}

.lower-bottom-column3__title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.lower-bottom-column3__image {
  text-align: center;
  font-size: 1rem;
  color: #999;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lower-bottom-column3__image img {
  max-width: 100%;
}

.lower-bottom-column3__image span {
  display: block;
  padding-top: 1rem;
  color: #999;
  width: 100%;
}

.lower-bottom-column3__feature {
  margin: 2.5rem 0;
}

.lower-bottom-column3__feature__label {
  display: table;
  background: #0B3E6F;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: .4rem 2rem;
  margin: 0 auto;
  position: relative;
}

.lower-bottom-column3__feature__body {
  background: #ECF9FD;
  padding: 2.5rem 1rem;
  margin-top: -1rem;
}

.lower-bottom-column3__feature__body span {
  font-weight: bold;
  border-bottom: 2px solid #FF861E;
}

.lower-bottom-column3__list {
  margin: 2.5rem 0;
  padding: 0;
}

.lower-bottom-column3__list li {
  background: url(img/icon_check01.png) no-repeat left 5px;
  padding-left: 30px;
}

.lower-bottom-column3__list li span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d151dd;
}

.lower-bottom-column3__tag {
  margin: 0;
}

.lower-bottom-column3__tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}

.lower-bottom-column3__tag .tag-list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.lower-bottom-column3__info {
  padding: 0 1rem;
  border-radius: 10px;
  background: #fff;
}

.lower-bottom-column3__info dl {
  border-bottom: solid 1px #e5e5e5;
  font-size: 1.4rem;
  display: flex;
}

.lower-bottom-column3__info dl:last-child {
  border: none;
}

.lower-bottom-column3__info dl dt {
  padding: 1rem;
  width: 70%;
}

.lower-bottom-column3__info dl dd {
  margin: 0;
  padding: 1rem 0;
  width: 30%;
}

.l-parts03 .btn-web,
.l-parts03 .btn-internal,
.lower-bottom .btn-web,
.lower-bottom .btn-internal {
  margin-bottom: 0;
  margin-top: 2rem;
  width: 100%;
}

.l-parts03 .btn-web a,
.l-parts03 .btn-internal a,
.lower-bottom .btn-web a,
.lower-bottom .btn-internal a {
  width: 100%;
}

.l-parts03 .btn-internal a:after {
  width: 21px;
  height: 10px;
  background: url(img/arrow01_white_down.svg) no-repeat center center;
  background-size: 21px auto;
  right: 16px;
}

.l-parts03 .btn-tel,
.lower-bottom .btn-tel {
  width: 100%;
}

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

  header area

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

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

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

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

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

.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-gnavi-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #0B3E6F;
  cursor: pointer;
}

.l-gnavi-btn:hover {
  color: #0B3E6F;
}

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

.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%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.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 {
  width: 400px;
  height: 100vh;
  padding: 0;
  background: #fff;
  position: fixed;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
  top: 0;
  left: 0;
  z-index: 300;
}

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

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

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

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

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

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

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  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 {
  /* width: 90%; */
  margin: 0 auto;
  padding: 20px 20px 20px 35px;
  display: block;
  text-decoration: none;
  text-align: lw;
}

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

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

.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 {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}

.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 {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

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

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

.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 {
  height: 100vh;
  overflow-y: scroll;
}

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

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

  footer area

  */
.l-footer-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 100px;
  background: #ECF9FD;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.6rem;
  line-height: 1.4;
}

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

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

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

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

.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 10px;
  background-size: 10px auto;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}

.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;
  font-size: 1.2rem;
  text-decoration: none;
}

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

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

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

  common

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

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

.l-pagetop__link:hover {
  opacity: 0.7;
}

.l-pagetop__image {
  width: 24px;
}

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

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

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

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

.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 {
  max-width: 1000px;
  width: 94%;
  margin: 4rem auto 2rem auto;
  font-size: 1.2rem;
}

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

  contents area

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

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

  main area / common

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

.l-main-area--low {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

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

.l-common-title {
  padding: 6.5rem 0 0;
  margin: 0 0 4rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #0B3E6F;
  line-height: 1.4;
  position: relative;
  letter-spacing: .1em;
}

.l-common-title a {
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 12px auto;
  padding: 0 35px;
  display: inline-block;
}

.l-common-title span.marker {
  background: -webkit-linear-gradient(transparent 95%, #fffc2a 0%);
  background: -o-linear-gradient(transparent 95%, #fffc2a 0%);
  background: linear-gradient(transparent 95%, #fffc2a 0%);
  line-height: 1.3em;
}

.l-common-title:before {
  content: "";
  width: 54px;
  height: 46px;
  background: url(img/icon_hexagon01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.l-common-title02__wrap {
  background: #0B3E6F;
}

.l-common-title02 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  position: relative;
}

.l-common-title02:after {
  content: "";
  width: 54px;
  height: 46px;
  background: url(img/icon_hexagon01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  margin: auto;
}

.l-common-subtitle {
  margin: 5rem 0 5.5rem;
  padding: 1.5rem 3rem;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #0F79E1;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  background: #ECF9FD;
}

.l-common-subtitle a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  text-decoration: none;
}

.txt-quote {
  width: 844px;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto 6rem;
}

.l-common-lead02 {
  width: 100%;
  max-width: 650px;
  margin: 50px auto;
  text-align: center;
}

.curtain-title-box {
  padding: 9rem 0 1rem;
  background: url(img/bg_cartain01_left.png) no-repeat left top,
    url(img/bg_cartain01_right.png) no-repeat right top,
    url(img/txt_special-feature.png) no-repeat center top 40px;
  background-size: 42% auto, 42% auto, auto;
  border-top: 4px solid #0096d2;
  margin-top: 100px;
}

.curtain-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6rem 0 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  color: #0096d2;
  line-height: 1.4;
  letter-spacing: 5px;
  background: url(img/img_seiko03.png) no-repeat right bottom,
    url(img/img_kyoko03.png) no-repeat left bottom;
}

.l-common-lead02 p:not([class]) span {
  color: #0096d2;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 2px;
}

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

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

  top

  */
.l-mv {
  width: 100%;
  min-height: 571px;
  background: url(img/bg_mv.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 8rem;
}

.l-mv-wrapper {
  max-width: 1000px;
  width: 94%;
  padding: 2rem 0 0;
  margin: 0 auto;
}

.l-mv-box {
  padding-right: 650px;
  margin: auto;
  color: #fff;
}

.l-main-area .l-mv-box p {
  max-width: 520px;
}

.l-mv-logo {
  padding-bottom: 1rem;
  text-align: center;
  max-width: 100%;
}

.l-mv-title {
  width: 80%;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  line-height: 1.2;
}

.l-mv-title a {
  color: #fff;
  text-decoration: none;
}

.l-mv-title a:hover {
  text-decoration: underline;
}

.l-mv-check {
  position: absolute;
  right: 2rem;
  bottom: -100px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.2;
}

.l-mv-check a {
  width: 205px;
  height: 195px;
  padding: 7rem 3.5rem 2.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/icon_check.svg) no-repeat center center;
  background-size: 100%;
}

.l-mv-check a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.l-mv-check p {
  padding-bottom: 2.3rem;
  background: url(img/arrow01_white.svg) no-repeat center bottom;
  background-size: 10px;
  margin: 0;
}

.l-mv-title {
  margin: 2rem auto 2rem 0;
}

.l-mv-box02 {
  background: rgba(11, 62, 111, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0rem 0 0;
}

.l-mv-box02 .btn-internal {
  text-align: left;
  margin: 2rem 0 3rem;
}

.l-mv-box02 .btn-internal a {
  max-width: 371px;
  padding: 1.5rem 3.5rem 1.5rem 3rem;
  line-height: 1.222222222;
  font-size: 1.6rem;
}

.l-mv-box02 .btn-internal a:after {
  width: 21px;
  height: 10px;
  background: url(img/arrow01_white_down.svg) no-repeat center center;
  background-size: 21px auto;
}

.l-mv-box02_inner {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  position: relative;
}

.l-mv-box02_title {
  font-size: 3rem;
  line-height: 1.343529412;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5rem;
  letter-spacing: .1em;
}

.l-mv-box02_title .belt {
  display: inline-block;
  background: linear-gradient(transparent 10%, #FF861E 10%);
  padding: 0 5px;
}

.l-mv-box02_txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0rem 0 1rem;
}

.l-mv__person-wrap {
  position: absolute;
  display: flex;
  background: #fff;
  border-radius: 20px;
  right: -20px;
  bottom: 25px;
  padding: 20px 30px 0;
}

.l-mv__person_box {
  position: relative;
  margin: 0 20px;
}

.l-mv__person-balloon {
  position: absolute;
  left: -96px;
  top: -80px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0096d2;
  background: #fff;
  padding: 10px 15px;
  border-radius: 20px;
}

.l-mv__person-balloon::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 20px 6px;
  border-top-color: #fff;
  right: -11px;
  bottom: -23px;
  transform: rotate(-45deg);
}

.l-mv__person__img {
  position: absolute;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  top: -225px;
  margin: auto;
}

.l-mv__person_name {
  text-align: center;
  font-size: 2rem;
  color: #0F79E1;
  line-height: 1.4;
  font-weight: 700;
}

.l-mv__person_txt {
  max-width: 230px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}

.l-parts01 {
  margin: 0 auto;
  padding: 8rem 0 10rem;
}

.l-parts {
  background: #F5F5F5;
  padding: 9rem 0 4rem;
  margin: 0 auto;
}

.l-parts.pr {
  background: url(img/bg_pr.png) no-repeat center;
  background-size: cover;
}

.l-parts01-column3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 5rem;
}

.l-parts01-column3__box {
  width: calc((100% - 90px) / 4);
  margin: 0 30px 20px 0;
  background: #ffffff;
  padding: 10px 0;
  background: #ffffff;
}

.l-parts01-column3__box:nth-child(4n) {
  margin-right: 0;
}

.l-parts01-column3 .catch-image img {
  width: 100%;
  border-radius: 2rem;
}

.l-parts01-column3 .catch-text {
  min-height: 60px;
  margin: 0.5em 0 1em;
  padding: 0;
  color: #0B3E6F;
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-parts01-column3 .catch-text a {
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 9.66px auto;
  padding-right: 10px;
}

.l-parts01-column3 .catch-body {
  padding: 0;
}

.l-parts01-column3 .tag {
  padding-top: 2rem;
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
}

.l-parts01-column3 .tag-list {
  margin-right: 1rem;
  display: inline-block;
  border: solid 1px #0096d2;
  padding: 0.5rem 1rem;
  background: none;
  font-size: 1.2rem;
  color: #0096d2;
  position: relative;
}

.l-parts01-column3 .tag-list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

ul.tag {
  margin: 0;
}

li.tag-list {
  background: none;
}

.l-parts02 {
  margin: 0;
  padding: 8rem 0 5rem;
  background: #ffffea url(img/bg_shooting02.png) repeat-y center top;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}

.l-parts02-white {
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-radius: 20px;
  background: #fff;
}

.l-parts02-white__title {
  padding: 3rem 0;
  background: #0B3E6F;
  border-radius: 20px 20px 0 0;
  color: #fff;
  position: relative;
}

.l-parts02-white__title .catch-title {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

.l-parts02-white__title .catch-title span {
  color: #FFB61E;
  font-size: 4rem;
}

.l-parts02-white-inner {
  margin: 4rem auto;
  padding: 0 5rem;
}

.l-parts02-white__column2 {
  margin: 4rem auto 4rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-white__column2__left {
  width: 350px;
  height: auto;
  margin-right: 40px;
  text-align: center;
}

.l-parts02-white__column2__left.mt {
  margin-top: 25px;
}

.l-parts02-white__column2__left img {
  height: auto;
}

.l-parts02-white__column2__left p {
  text-align: center;
}

.l-parts02-white__column2__right {
  width: calc(100% - 390px);
}

.l-parts02-white__column2__right .balloon {
  padding: 0;
  position: relative;
}

.l-parts02-white__column2 .clinic {
  margin: 0 0 0.5rem;
  padding: 2.5rem 0 1rem 12.5rem;
  background: url(img/img_kyokoseiko02.png) no-repeat left bottom;
  background-size: 117px auto;
  color: #0096d2;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.l-parts02-white__column2 .catch {
  margin: 0 0 0.5rem;
  padding: 0;
  color: #0F79E1;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}

.l-parts02-white__column2 .catch02 {
  margin: 0 0 2rem;
  color: #0096d2;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.l-parts02-white__column2 .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts02-white__column2 .price-list {
  width: 290px;
  padding: 0;
  background: #ffff00;
  border-radius: 10px;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-parts02-white__column2 .price-list .category {
  padding-right: 2rem;
  display: inline;
}

.l-parts02-white__column2 .price-list .data {
  display: inline;
}

.l-parts02-white__column2 .price-list .data span {
  color: #0096d2;
  font-size: 3.6rem;
}

.l-parts02-white__column3 {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-white__column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 2rem;
  background: #f3f3f3;
  border-radius: 20px;
}

.l-parts02-white__column3__box:nth-child(3n) {
  margin: 0 0 2rem 0;
}

.l-parts02-white__column3__box .voice-catch {
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
  color: #0096d2;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #0096d2;
}

.l-parts02-white__column3__box .cost {
  margin-top: 1rem;
}

.l-parts02-white__column3__box .cost span {
  font-size: 1.8rem;
}

.l-parts02-white .btn-web {
  margin-top: 1rem;
}

.l-parts02-white .btn-web a {
  max-width: 347px;
}

.l-parts02-white .float-wrap .float-img.ct {
  width: 560px;
}

.l-parts02-white .title-voice {
  margin: 7rem 0 2rem;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
}

.l-parts02-white .title-voice span {
  color: #0096d2;
  padding: 0 2rem;
  background: #fff;
}

.l-parts02-white .title-voice-h5 {
  margin: 5rem 0 3rem;
  padding: 1rem 2rem;
  background: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.l-parts02-white table th {
  width: 37%;
  text-align: center;
}

.l-parts02-white table td {
  width: 63%;
}

.l-parts02-white .l-parts02-feature {
  background: #FFFFEA;
  border-radius: 20px;
  padding: 2rem 2.5rem 1rem;
}

.l-parts02-white .l-icon-title {
  border-radius: 20px;
  font-size: 2rem;
  padding: 18px 13px 18px 90px;
  margin: 0 0 2rem;
}

.l-parts02-white .l-icon-title:after {
  width: 48px;
  height: 48px;
  background-size: 48px auto;
  font-size: 1rem;
}

.l-parts02-white table.information th {
  width: 140px;
  background: #f1fafe;
  border: 1px #ccc solid;
  text-align: center;
  color: #0096d2;
}

.l-parts02-white table.information td {
  border: 1px #ccc solid;
}

.l-parts02-white__information {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 7rem;
}

.l-parts02-white__information .map {
  width: 400px;
  margin-right: 40px;
}

.l-parts02-white__information .map iframe {
  width: 100%;
  height: 100%;
}

.l-parts02-white__information table.information {
  width: calc(100% - 440px);
  margin: 0;
}

.l-parts02-white__information table.information th {
  width: 140px;
  text-align: center;
  font-size: 1.4rem;
  padding: 15px 25px;
  letter-spacing: 2px;
}

.l-parts02-white__information table.information td {
  font-size: 1.3rem;
  padding: 10px 25px;
  line-height: 1.5;
}

.l-parts03 {
  width: 100%;
  margin: 0 auto;
  background: url(img/bg_sooting01.png) center;
  background-size: cover;
}

.l-parts03-column3 {
  display: flex;
  flex-wrap: wrap;
}

.l-parts03-column3__box {
  width: calc(((100% - 4rem) / 3) - 1px);
  margin: 0 2rem 2rem 0;
  background: #ffffea;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.l-parts03-column3__box:nth-child(3n) {
  margin: 0 0 2rem;
}

.l-parts03-column3__line {
  border: 1px solid #33abdb;
  border-top: 0;
  padding: 1rem 2rem;
}

.l-parts03-column3__line .btn-web {
  margin-bottom: 0;
}

.l-parts03-column3__catch {
  margin: 0;
  padding: 1.8rem 1rem 0.8em;
  background: url(img/bg_slash01.png);
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
}

.l-parts03-column3__catch span {
  color: #fffc2a;
  font-size: 2.2rem;
}

.l-parts03-column3__title {
  margin: 0 0 0.5em;
  padding: 0.2em 0 0.7em;
  border-bottom: solid 1px #0096d2;
  color: #0096d2;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  z-index: 1;
}

.l-parts03-column3__title a {
  padding: 0 3rem 0 0;
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 10px;
  color: #0096d2;
  text-decoration: none;
}

.l-parts03-column3__title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.l-parts03-column3__image {
  text-align: center;
  font-size: 1rem;
  color: #999;
  line-height: 1.2;
}

.l-parts03-column3__image img {
  max-width: 100%;
}

.l-parts03-column3__image span {
  display: block;
  padding-top: 1rem;
  color: #999;
}

.l-parts03-column3__list {
  margin: 2.5rem 0;
  padding: 0;
}

.l-parts03-column3__list li {
  background: url(img/icon_check01.png) no-repeat left 5px top 8px;
  padding-left: 30px;
}

.l-parts03-column3__list li span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #d151dd;
}

.l-parts03-column3__tag {
  margin: 0;
}

.l-parts03-column3__tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}

.l-parts03-column3__tag .tag-list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.l-parts03-column3__info {
  padding: 0 1rem;
  border-radius: 10px;
  background: #fff;
}

.l-parts03-column3__info dl {
  border-bottom: solid 1px #e5e5e5;
  font-size: 1.4rem;
  display: flex;
}

.l-parts03-column3__info dl:last-child {
  border: none;
  padding: 0 0 1rem;
}

.l-parts03-column3__info dl dt {
  padding: 1rem 0 1rem 1rem;
  width: 70%;
}

.l-parts03-column3__info dl dd {
  margin: 0;
  padding: 1rem 0;
  width: 30%;
}

ul.l-parts03-column3__tag {
  margin: 2rem 0 0;
}

.l-parts04 {
  margin-bottom: 12rem;
  padding: 0;
  position: relative;
}

.l-parts04.wave {
  background: url(img/bg_wave01.png) repeat center top;
  padding-bottom: 2rem;
  background-position: center top -35px;
}

.l-parts04.wave.wave02 {
  margin: 0 auto;
  background-position: center top -165px;
}

.l-parts04.wave.wave03 {
  margin: 0 auto;
  background-position: center top 42px;
}

.l-parts04 .l-section-inner {
  position: relative;
  z-index: 0;
}
.l-parts04-list {
  display: flex;
  margin: 3rem 0 3rem 0;
  position: relative;
}

.l-parts04-list__wrap.wave::before {
  width: 200vw;
  height: 100%;
  content: "";
  position: absolute;
  background: url(img/bg_wave01.png) no-repeat center;
  background-size: 1400px auto;
  left: -50vw;
  z-index: -1;
}

.left .l-parts04-image {
  margin: 0 30px 30px 0;
  width: 140px;
  text-align: center;
}

.l-parts04-image img {
  width: 100%;
}

.right .l-parts04-image {
  margin: 0 0 30px 30px;
  text-align: center;
}

.l-parts04-image .label {
  margin: auto;
  padding: 0 0.5rem;
  background: #0096d2;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: 90%;
}

.l-parts04-image {
  text-align: center;
  margin: auto 0px auto 30px;
}

.l-parts04-image .image-box {
  margin: 0;
}

.l-parts04-body {
  width: calc(100% - 140px);
  border: 2px solid #E4E4E4;
  padding: 25px 40px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  height: 50%;
  margin: auto;
}

.l-parts04-body:first-child::before,
.l-parts04-body:first-child::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 11px 28px;
  top: 50%;
  margin-top: -6px;
}

.l-parts04-body:first-child::before {
  border-left-color: #E4E4E4;
  right: -58px;
}

.l-parts04-body:first-child::after {
  border-left-color: #fff;
  right: -54px;
}

.l-parts04-body:nth-child(2)::before,
.l-parts04-body:nth-child(2)::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 11px 28px;
  top: 50%;
  margin-top: -6px;
}

.l-parts04-body:nth-child(2)::before {
  border-right-color: #E4E4E4;
  left: -58px;
}

.l-parts04-body:nth-child(2)::after {
  border-right-color: #fff;
  left: -54px;
}

.l-parts04-body:first-child {
  margin-right: 30px;
}

.l-parts04-image:first-child {
  margin: auto 30px auto 0;
}

.l-parts04-body .catch {
  margin: 1.5rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: .1em;
  color: #0F79E1;
}

.l-parts04-body .catch a {
  display: block;
  background: url(img/arrow01_blue.svg) no-repeat right center;
  background-size: 10px auto;
}

.l-parts04 .tag {
  margin: 0;
}

.l-parts04 .tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}

.l-parts04 .tag .tag-list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.l-parts04-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.l-parts04-item {
  width: 23.5%;
} 

.l-parts04-item__ttl {
  color: #0B3E6F;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.l-parts04-item__img {
  border-radius: 20px;
  text-align: center;
}

.l-parts04-item__img img {
  max-width: 100%;
}

.l-parts04-item__ex {
  background: #ECF9FD;
  padding: .2rem .2rem;
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-parts04-item__ex__txt {
  color: #0B3E6F;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4375;
  text-align: center;
}

.l-parts04-item__ex__txt span {
  display: block;
  color: #FF861E;
  font-size: 1.8rem;
  line-height: 1.277777778;
}

.l-parts04-item__txt {
  line-height: 1.714285714;
}

.l-parts05 {
  margin: 0 0 10rem;
}

.l-parts05-column2 {
  display: flex;
  flex-wrap: wrap;
}

.l-parts05-box {
  width: 100%;
  margin: 4rem 0;
  padding: 3rem 3rem 3rem;
  border-radius: 10px;
  position: relative;
  background: #f1fafe;
}

.l-parts05-box:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f1fafe;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.l-parts05-box:nth-child(2n) {
  margin: 0 0 4rem 2rem;
}

.l-parts05-flex {
  display: flex;
  align-items: center;
  height: 70px;
}

.l-parts05-image {
  font-size: 1.4rem;
  margin-right: 2rem;
  width: 60px;
}

.l-parts05-image .flame {
  text-align: center;
}

.l-parts05-image span {
  padding-left: 1rem;
  color: #333;
  font-weight: normal;
}

.l-parts05-image img {
  max-width: 100%;
}

.l-parts05-catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0F79E1;
  margin: 1rem 0;
}

p.l-parts05-text {
  margin: 0rem 0 0;
}

.l-parts05-box .caption {
  white-space: nowrap;
  overflow: auto;
}

.l-parts05-box .caption::-webkit-scrollbar {
  height: 5px;
}

.l-parts05-box .caption::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}

.l-parts05-box .caption::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}

.pr-wrap {
  background: #fff;
  border-radius: 10px;
  margin-left: 2rem;
}

.pr-box-head {
  margin: -2rem 0 2rem -2.2rem;
  background: #0B3E6F;
  border-radius: 10px;
  padding: 2rem 2rem 2rem 9rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  display: inline-block;
  max-width: 892px;
  position: relative;
  line-height: 1.4;
  letter-spacing: .1em;
}

.pr-box-head .txt-pr {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FF861E;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
}

.pr-box-head a {
  display: block;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 12px auto;
  padding-right: 40px;
}

.pr-box-body {
  padding: 0 25rem 2rem 7rem;
}

.pr-box .float-wrap {
  padding: 0 4rem 2rem;
}

.pr-box .float-wrap .catch {
  color: #0B3E6F;
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.pr-box .float-wrap .btn-internal {
  margin: 4rem auto 3rem;
  text-align: center;
}

.pr-box .float-wrap .btn-internal a {
  max-width: 295px;
}

.pr-box .float-wrap .float-img.fr {
  width: 350px;
}

/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
  max-width: 800px;
  background: #f5f5f5;
  margin: 5rem auto 8rem;
  padding: 4rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 2px solid #0F79E1;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #58585e;
}
#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}
#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
  content: "0" counter(count);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0,-50%);
  color: #0F79E1;
  font-size: 2.1rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
  opacity: .6;
}
#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}
#toc .chapter br {
  display:none;
}

.l-main-area.l-main-area--low .float-wrap .float-img.ct {
  width: auto;
  text-align: center;
}

.l-parts04-items .l-parts04-item .l-parts04-item__txt span {
  font-weight: bold;
  border-bottom: 2px solid #FF861E;
}

.l-parts03 .txt-quote span {
  font-weight: bold;
  border-bottom: 2px solid #FF861E;
}
  
.lower-bottom .l-section-inner .txt-quote span {
  font-weight: bold;
  border-bottom: 2px solid #FF861E;
}
  

.l-gnavi-area__link-area {
  text-align: left;
  padding: 20px 20px 20px 35px;
  font-weight: bold;
}

.l-parts02-feature.feature-content .l-icon-title.l-icon-title--check {
  margin: 0;
}
.l-parts02-white .l-parts02-feature.feature-content {
padding: 1rem 2.5rem 1rem;
}


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

  smartphone settings

  */
@media screen and (min-width: 481px) {
  .sp,
  .forSP,
  .sp_br {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    min-width: inherit;
    font-size: 1.4rem;
  }

  .pc,
  .forPC,
  .pc_br {
    display: none !important;
  }

  img {
    max-width: 166px;
    height: auto;
  }

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


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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .btn-web a {
    width: 100%;
    padding: 1.5rem 3rem 1.5rem 2rem;
    font-size: 1.4rem;
  }

  .btn-web a:after {
    right: 1.5rem;
    background-size: 9px auto;
  }

  .btn-internal {
    width: 90%;
    margin: 3rem auto;
  }

  .btn-internal a {
    width: 100%;
    min-width: inherit;
    padding: 1.5rem 4rem 1.5rem 3rem;
    font-size: 1.4rem;
  }

  .btn-internal a:after {
    right: 1.5rem;
    background-size: 9px auto;
  }

  .btn-internal.up {
    margin-top: 5rem;
  }

  .btn-internal.up a {
    width: 90%;
  }

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

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

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

  .btn-link a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.6rem 4rem 1.9rem 2.5rem;
    text-align: left;
    display: inline-block;
    background: #fff url(img/arrow02_blue.svg) no-repeat right 15px center;
    background-size: 9px auto;
    border: #0096d2 solid 2px;
    border-radius: 100px;
    color: #0096d2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }

  .btn-accordion {
    width: 90%;
    margin: auto;
  }

  .btn-accordion span {
    font-size: 1.6rem;
  }

  .l-main-area .float-wrap {
    width: 100%;
    /* margin: 10px 1rem 30px 1rem; */
    font-size: 1.4rem;
    /* padding: 1.5rem; */
  }

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

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

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

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

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

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

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

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

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

  .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-size: 10px;
    background-position: right 1rem center;
  }

  .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 {
    margin: 0 auto 4rem;
    display: block;
    font-size: 1.4rem;
  }

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

  .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 {
    font-size: 2rem;
    text-align: left;
  }

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

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

  .l-main-area .l-icon-title:before {
    width: 50px;
    height: 50px;
    font-size: 1rem;
    left: -4px;
    background-size: 100% auto;
  }

  .l-main-area .l-icon-title:after {
    width: 50px;
    height: 50px;
    left: 0;
    background-size: 100% auto;
    font-size: 1.3rem;
  }

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

  /* low ----------------*/
  .site_title_lower-wrapper {
    padding: 1.2rem 0 1rem;
  }

  .l-main-area--low h1 {
    margin: 2rem 0 3rem;
    font-size: 2.6rem;
    line-height: 1.6;
    background-size: 40px auto;
    padding: 4rem 0 0;
  }

  .l-main-area h2:not([class]),
  .l-main-area--low h2 {
    text-align: center;
    font-size: 2rem;
    padding: 1.4rem 2rem;
    margin: 5rem 0 2rem;
  }

  .l-main-area h2:not([class]) a,
  .l-main-area--low h2 a {
    background-size: 8px auto;
  }

  .l-main-area h3:not([class]),
  .l-main-area--low h3 {
    font-size: 1.8rem;
  }

  .l-main-area h3:not([class]) a, .l-main-area--low h3 a {
    background-size: 8px auto;
  }

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

  header area

  */
  .l-header {
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
    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 {
    width: 100%;
    height: 5rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 300;
  }

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

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

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

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

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

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

  .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;
  }

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

  .l-footer-logo__link {
    display: block;
    text-align: center;
    color: #0B3E6F;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }

  .l-footer-logo__link .belt {
    margin: 0 0 1rem;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    background: #fff;
    color: #0B3E6F;
    padding: 5px 20px;
  }

  .l-footer-logo__link .small {
    font-size: 2rem;
  }

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

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

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

  .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;
    width: 100%;
    height: 100%;
    background: #ECF9FD;
    margin: 0;
    padding: 0 0 60px 0;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 1s;
  }

  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    opacity: 1;
  }

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

  .l-footer-menu__title {
    margin: 0 0 1rem;
    padding: 0;
    font-weight: bold;
  }

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

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

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

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

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

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

  .l-footer-menu__list__link {
    margin: 0;
    display: block;
    background: url(img/icon_li_footer.svg) no-repeat left top 13px;
    background-size: 8px 8px;
  }

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

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

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

  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 {
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

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

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

  contents area

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

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

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

  main area

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

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

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

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

  top

  */
  .l-mv {
    min-height: inherit;
    min-width: inherit;
    padding: 0;
    background: none;
    position: relative;
    margin-bottom: 2rem;
  }

  .l-mv-wrapper {
    width: 100%;
    padding: 0;
  }

  .l-mv-logo {
    position: relative;
    padding: 0;
    background: none;
    text-align: center;
  }

  .l-mv-logo img {
    max-width: 65%;
  }

  .l-mv-box {
    width: 100%;
    min-height: 135px;
    margin: 0;
    padding: 1.5rem 1rem 1.5rem;
    background: url(img/bg_mv_sp.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .l-mv-box p {
    margin: 0;
    background: rgba(0, 152, 210, 0.5);
    padding: 0.8rem;
  }

  .l-mv-title {
    width: 100%;
    min-height: 13rem;
    margin: 2rem 0 0;
    padding: 0 48% 1rem 1rem;
    background: url(img/bg_mv.jpg) center top no-repeat;
    background-size: cover;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }

  .l-mv-check {
    display: none;
  }

  .l-mv-title {
    font-size: 2rem;
  }

  .l-mv-box02 {
    position: relative;
    /* background: none; */
    background: rgba(11, 62, 111, 0.8);
  }

  .l-mv-box02_inner {
    width: auto;
    padding-bottom: 3rem;
  }

  .l-mv-box02_title {
    background: #0B3E6F;
    padding: 1rem;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 1.5;
  }

  .l-mv-box02_title .belt {
    font-size: 2rem;
    letter-spacing: 3px;
  }

  .l-mv-box02_title .small {
    font-size: 1.8rem;
  }

  .l-mv-box02_txt {
    /* color: #2D2D2D; */
    padding: 1rem;
  }

  .l-mv-box02 .btn-internal {
    margin: 0rem auto;
    text-align: center;
  }

  .l-mv__person-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10rem auto 0;
    padding: 4rem 1.5rem 1rem 1.5rem;
    border-radius: 10px;
    display: table;
  }

  .l-mv__person__img {
    top: -112px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 110px;
    text-align: center;
  }

  .l-mv__person__img img {
    height: 100%;
    width: auto;
  }

  .l-mv__person-balloon {
    position: absolute;
    background: url(img/bg_slash01.png);
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .l-mv__person_box {
    margin: 0 0.9rem;
    font-size: 1.4rem;
  }

  .l-mv__person_name {
    font-size: 1.7rem;
  }

  .l-mv__person_txt {
    font-size: 1.3rem;
  }

  .l-common-title {
    font-size: 2.4rem;
    margin: 1rem 0 2rem;
    padding-top: 5.5rem;
  }

  .l-common-title:before {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }

  .l-common-title span.sp_fontsize {
    font-size: 1.8rem;
  }

  .l-common-subtitle {
    margin: 3rem 0 3.5rem;
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }

  .l-common-lead {
    margin: 2rem auto;
    width: auto;
    padding: 0 1.5rem;
  }

  .l-common-title02__wrap {
    margin: 0 0 2rem 0;
  }

  lower-bottom .l-common-title02__wrap {
    margin-bottom: 1rem;
  }

  .l-common-title02 {
    padding: 2rem 1.5rem 1.5rem;
    font-size: 2.1rem;
    letter-spacing: 0;
  }

  .l-common-title02:after {
    top: -20px;
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }

  .l-common-lead02 {
    margin: 2rem 0;
  }

  .l-common-lead02 p:not([class]) span.sp_color {
    color: #d151dd;
    letter-spacing: 1px;
    font-size: 1.8rem;
  }

  .curtain-title-box {
    min-width: inherit;
    padding: 3rem 0 1rem;
    background: url(img/bg_cartain01_left.png) no-repeat left top,
      url(img/bg_cartain01_right.png) no-repeat right top,
      url(img/txt_special-feature.png) no-repeat center top 10px;
    background-size: 42% auto, 42% auto, 60px auto;
    margin-top: 30px;
  }

  .curtain-title {
    padding: 6rem 6rem 0;
    background: url(img/img_seiko03.png) no-repeat right -14px bottom,
      url(img/img_kyoko03.png) no-repeat left -15px bottom;
    background-size: 8rem;
    letter-spacing: 0;
    font-size: 2.4rem;
  }

  .l-section-inner {
    background-size: 35%;
  }

  .l-parts03 .l-section-inner, .lower-bottom .l-section-inner {
    padding-top: 20px;
  }

  .l-parts {
    min-width: 100%;
    padding: 3rem 0 2rem;
  }

  .l-parts.pr {
    padding: 3rem 0 2rem;
  }

  .l-parts01 {
    padding: 3rem 0 4rem;
    background: none;
    overflow-x: hidden;
    min-width: 100%;
  }

  .l-parts01 .l-section-inner {
    background-size: 20%;
    background-position: left top, right top 300px;
  }

  .l-parts01-column3 {
    min-width: inherit;
    margin-top: 0;
  }

  .l-parts01-column3:after {
    content: none;
  }

  .l-parts01-column3__box {
    width: 96%;
    margin: 0 auto 0;
    position: relative;
    padding: 1.5rem;
  }

  .l-parts01-column3__box:nth-child(3n) {
    margin-right: auto;
  }

  .l-parts01-column3__box .catch-image {
    width: 80%;
    margin: 0 auto;
  }

  .l-parts01-column3__box .catch-text,
  .l-parts01-column3__box .catch-body {
    padding: 0;
  }

  .l-parts01-column3 .catch-text a {
    padding-right: 15px;
  }

  .l-parts02 {
    margin: 0 auto;
    padding: 4rem 0 6rem;
    min-width: inherit;
    background: #ffffea url(img/bg_shooting02.png) center top;
    background-size: 100% auto;
  }

  .l-parts02:before {
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }

  .l-parts02:after {
    bottom: -2px;
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }

  .l-parts02-white {
    width: 100%;
  }

  .l-parts02-white:last-child {
    margin-bottom: 0;
  }

  .l-parts02-white-inner {
    margin: 0 auto;
    padding: 0 1.5rem;
  }

  .l-parts02-white__title {
    padding: 1rem 0;
  }

  .l-parts02-white__title:after {
    height: 25px;
    top: 99%;
    background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
  }

  .l-parts02-white__title .catch-title {
    width: auto;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  .l-parts02-white__title .catch-title span {
    font-size: 2rem;
  }

  .l-parts02-white .l-parts02-feature {
    padding: .5rem 2rem 1rem;
  }

  .l-parts02-white__column2 {
    width: 100%;
    margin: 3rem 0 2rem;
    display: block;
    position: relative;
  }

  .l-parts02-white__column2__left {
    width: auto;
    top: 6rem;
    font-size: 1.2rem;
    margin: 0 auto 3rem;
    height: auto;
  }

  .l-parts02-white__column2__left img {
    height: auto;
    max-height: 200px;
  }

  .l-parts02-white__column2__right {
    width: 100%;
  }

  .l-parts02-white__column2 .catch02 {
    margin: 0 0 2rem;
    color: #0096d2;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .l-parts02-white__column2__right .balloon {
    padding: 1rem;
  }

  .l-parts02-white__column2__right .balloon::before {
    border-bottom-color: #0096d2;
    top: -18px;
    left: 80%;
  }

  .l-parts02-white__column2__right .balloon::after {
    border-bottom-color: #fff;
    top: -15px;
    left: 80%;
  }

  .l-parts02-white__column2__right .clinic {
    margin: 2rem 0 1rem;
    padding: 1.5rem 8.5rem 1.5rem 0rem;
    background: url(img/img_kyokoseiko02.png) no-repeat right bottom;
    background-size: 80px auto;
    color: #0096d2;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .l-parts02-white__column2__right .price {
    width: 60%;
    margin: 0 0 3.5rem auto;
  }

  .l-parts02-white__column2__right .price-list {
    padding: 0.5rem;
    font-size: 1.4rem;
  }

  .l-parts02-white__column2__right .price-list .data span {
    font-size: 1.8rem;
  }

  .l-parts02-white .title-voice {
    font-size: 1.9rem;
    margin: 4rem 0 1rem;
  }

  .l-parts02-white .title-voice span {
    padding: 0 1rem;
    background: #fff;
    display: inline-block;
    width: 80%;
    line-height: 1.4;
  }

  .l-parts02-white .title-voice-h5 {
    margin: 3rem 0 1rem;
    padding: 1rem 2rem;
    background: #F5F5F5;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
  }

  .l-parts02-white__column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }

  .l-parts02-white__column3__box .voice-catch {
    padding: 0.5rem 0 1rem;
  }

  .l-parts02-white__information .map {
    width: 100%;
    margin: 0 0 2rem;
  }

  .l-parts02 table.information {
    margin: 0;
    width: 100%;
  }

  .l-parts02 table.information th {
    width: 100%;
    border-width: 0px 1px 0px 1px;
    padding: 2px 25px;
  }

  .l-parts03 {
    min-width: 100%;
    background:#1861a0 url(img/bg_sooting01_sp.png) top no-repeat;
  }

  .l-parts03-column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }

  .l-parts03-column3__catch {
    padding: 1rem;
    line-height: 1.4;
    font-size: 1.6rem;
  }

  .l-parts03-column3__title {
    text-align: center;
    padding: 1rem 0;
    font-size: 2.2rem;
  }

  .l-parts03-column3__info dl {
    font-size: 1.3rem;
  }

  .l-parts03-column3__info dl dd {
    padding: 1rem 0 1rem 0;
  }

  p.l-parts03-column3__image {
    margin: 0;
  }

  ul.l-parts03-column3__tag {
    margin: 1rem 0 0;
  }

  .l-parts04 {
    min-width: inherit;
    padding: 0;
    margin-bottom: 6rem;
  }

  .l-parts04 .l-section-inner:after,
  .l-parts04 .l-section-inner:before {
    content: none;
  }

  .l-parts04-list {
    display: flex;
    margin: 0 0 2rem 0;
    position: relative;
  }

  .l-main-area.l-main-area--low .l-parts04-list {
    position: relative;
    display: block;
    margin-top: -1rem;
  }

  .l-parts04-body {
    font-size: 1.4rem;
  }

  .l-parts04-body:first-child,
  .l-parts04-body:nth-child(2) {
    margin: 0;
    display: block;
  }

  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2) {
    margin: 0;
    display: block;
    margin-left: 8.5rem;
  }

  .l-parts04-body:first-child::before,
  .l-parts04-body:first-child::after,
  .l-parts04-body:nth-child(2)::before,
  .l-parts04-body:nth-child(2)::after {
    display: none;
  }
  .l-parts04.wave,
  .l-parts04.wave.wave02,
  .l-parts04.wave.wave03 {
    min-width: 100%;
  }

  .l-main-area.l-main-area--low .l-parts04-body:first-child::before,
  .l-main-area.l-main-area--low .l-parts04-body:first-child::after,
  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2)::before,
  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2)::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-width: 7px 14px;
    top: 35%;
    margin-top: -6px;
    display: block;
  }

  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2)::before {
    border-right-color: #E4E4E4;
    left: -30px;
    top: 50%;
  }

  .l-main-area.l-main-area--low .l-parts04-body:nth-child(2)::after {
    border-right-color: #fff;
    left: -27px;
    top: 50%;
  }

  .l-main-area.l-main-area--low .l-parts04-body:first-child::before {
    right: -30px;
    border-left-color: #E4E4E4;
    top: 50%;
  }

  .l-main-area.l-main-area--low .l-parts04-body:first-child::after {
    right: -27px;
    border-left-color: #fff;
    top: 50%;
  }

  .l-parts04-image {
    width: 8rem;
    height: 9rem;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 2rem;
    text-align: center;
  }

  .l-parts04-image:first-child {
    left: 2rem;
  }

  .l-main-area.l-main-area--low .l-parts04-image:first-child {
    left: -0.4rem;
    display: block;
    top: 0;
    bottom: 0;
    width: 7rem;
  }

  .l-parts04-image:nth-child(2n) {
    right: 2rem;
    top: 20px;
  }

  .l-main-area.l-main-area--low .l-parts04-image:nth-child(2n) {
    right: -1rem;
    top: 0;
    bottom: 0;
    width: 7rem;
  }

  .l-parts04-image .label {
    top: 1rem;
    font-size: 1.1rem;
    width: 100%;
    line-height: 1.4;
  }

  .l-parts04-image .image-box {
    width: auto;
    height: 5rem;
    margin: auto;
  }

  .l-parts04-image .image-box img {
    width: 7rem;
    height: auto;
  }

  .l-parts04-body {
    width: 100%;
    padding: 2rem;
  }

  .l-main-area.l-main-area--low .l-parts04-body {
    width: 78%;
    padding: 1.4rem;
    margin: 3rem 0;
  }

  .l-parts04-body .catch {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }

  .l-parts04-body .catch a {
    padding-right: 2rem;
  }

  .l-parts04-body:first-child .catch {
    margin: 0 9rem 2rem 0;
  }

  .l-parts04-items {
    display: block;
  }

  .l-parts04-item {
    width: 100%;
    margin-bottom: 3rem;
  }
  
  .l-parts04-item__ttl {
	border-top: 2px solid #ECF9FD;
    padding: 2rem;
}
  
  .l-parts05-box {
    width: 100%;
    margin: 0 0 3rem;
    padding: 2rem;
  }

  .l-parts05-box:nth-child(2n) {
    margin: 0 0 2rem;
  }

  p.l-parts05-text {
    margin: 1rem 0 0;
  }

  .l-parts05-catch {
    font-size: 1.8rem;
  }

  .pr-wrap {
    margin: 3rem 0 0rem 0rem;
    background: none;
  }

  .pr-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }

  .pr-box .float-wrap .catch {
    font-size: 1.8rem;
  }
  .pr-box .float-wrap p {
    text-align: left;
  }

  .pr-box-head {
    margin: -2rem auto 1rem auto;
    padding: 1.5rem 1.4rem 1.5rem 5.5rem;
    font-size: 1.7rem;
    font-weight: 700;
    display: inline-block;
    max-width: 100%;
    position: relative;
    line-height: 1.6;
  }

  .pr-box-head .txt-pr {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
  }

  .pr-box-head a {
    display: block;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 12px auto;
    padding-right: 20px;
  }

  .pr-box-body {
    padding: 0 2rem;
    position: relative;
  }

  .pr-box-body::before {
    content: "";
    width: 120px;
    height: 120px;
    background: url(img/img_kyoko04.png) no-repeat left top;
    background-size: 100% auto;
    float: right;
  }
  .pr-box .float-wrap {
    padding: 0 1.5rem 1.5rem;
}
  
  .lower-bottom-column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }

  .lower-bottom-column3__catch {
    padding: 1rem;
    line-height: 1.4;
  }

  .lower-bottom-column3__title {
    text-align: center;
    padding: 1rem 0;
    font-size: 2.2rem;
  }

  .lower-bottom-column3__info dl {
    font-size: 1.5rem;
    margin: 0;
  }

  .lower-bottom-column3__info dl dd {
    padding: 1rem 0 1rem 0;
  }

  .site_title_lower .belt {
    font-size: 1.5rem;
  }

  .site_title_lower .small {
    font-size: 1.7rem;
  }

  .site_title_lower {
    font-size: 2.4rem;
  }

  .sitemap_area .l-footer-menu__title__link:after {
    content: "";
    transform: translateY(-50%) rotate(00deg);
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 3rem 2.5rem 2rem;
  }

  .toc_parts .ttl {
    font-size: 1.6rem;
  }

  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }

  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }


  .l-parts05-flex {
    height: 50px;
  }

  .l-parts02-white .l-parts02-feature.feature-content {
    padding: 1rem 0.5rem 1rem 2.5rem;
    }

    .l-parts04-body.parts04-content .catch {
      padding-left: 30%;
      margin: 0rem 0 1.5rem;
}
}
