@charset "utf-8";

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

    base settings

*/

html {
  font-size: 62.5%;
}

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

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

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;
  max-width: 100%;
  height: auto;
}

a {
  color: #707070;
}

a:active,
a:hover {
  color: #333;
  transition: background 0.3s ease;
  text-decoration: none;
  border: none;
}

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

.forPC {
  display: block;
}

.forSP {
  display: none !important;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/* microclearfix */

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

.cf:after {
  clear: both;
}

/** For IE 6/7 only */

.cf {
  *zoom: 1;
}

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


*/

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

.l-main-area .top_h2 a {
  padding: 0 4rem 0 0;
  color: #041c38;
  text-decoration: none;
  background: url(img/arrow_red.png) no-repeat right center;
  background-size: 22px auto;
}

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

.l-main-area .top_h3 {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  background: url(img/deco_knowledge_tit.png) bottom left repeat-x;
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #041c38;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  z-index: 5;
}

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

.l-main-area .top_h3 a:hover {
  color: #666;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 12px 20px;
}

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

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

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

.l-main-area ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background: url(img/icon_li.png) no-repeat 0 6px;
  background-size: 12px 12px;
  list-style-position: outside;
}

.l-main-area ol {
  margin: 30px 20px;
  counter-reset: number;
  list-style-type: none !important;
  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;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #f06902;
  color: #ffffff;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  align-items: center;
  justify-content: center;
}

.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: #e0f0f6;
  border: 1px #cecece solid;
  font-weight: normal;
  text-align: center;
  color: #0a0e57;
}

.l-main-area .l-parts03-column3__box table th {
  width: 6em;
}

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

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

.l-main-area .btn-web a {
  width: 480px;
  margin: 0;
  padding: 2.2rem 5rem 2rem 5rem;
  display: inline-block;
  background: #f06902;
  box-shadow: 5px 5px 0 #0a0e57;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.l-main-area .btn-web a:hover {
  box-shadow: none;
  top: 5px;
  left: 5px;
}

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

.l-main-area .btn-internal a {
  width: 480px;
  margin: 0;
  padding: 2rem 5rem 2rem 3rem;
  display: inline-block;
  background: #f3c700;
  box-shadow: 5px 5px 0 #0a0e57;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0a0e57;
  text-decoration: none;
  text-align: center;
  position: relative;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.l-main-area .btn-internal.in-page a:after {
  width: 12px;
  height: 22px;
  background: url(img/arrow_green_top.png) no-repeat center center;
  background-size: 12px 22px;
}

.l-main-area .l-mv .btn-internal.in-page a {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.l-main-area .l-mv .btn-internal.in-page a:after,
.l-main-area .l-parts01-column3__box .btn-internal.in-page a:after {
  transform: rotate(180deg);
  transform-origin: center;
  top: 40%;
}

.l-main-area .l-mv .btn-internal.in-page {
  margin-bottom: 0;
}

.l-main-area .btn-internal a:hover {
  box-shadow: none;
  top: 5px;
  left: 5px;
}

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

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

.l-main-area .btn-link a {
  padding: 5px 30px 5px 0;
  background: url(img/arrow_green.png) no-repeat right center;
  background-size: 22px 12px;
  color: #0a0e57;
  text-decoration: none;
  text-decoration: underline;
  font-size: 1.6rem;
}

.l-main-area .btn-link a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

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

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

.l-main-area .l-parts02-white .flex-ultra img {
  width: 300px;
  margin: 0 0 10px 10px;
  padding: 0 0 0 2rem;
}

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

.l-parts000000 {
  background: #008fbb;
  padding-bottom: 1px;
}

.l-parts000000 .toc_parts {
  width: 750px;
  margin: 7px auto;
}

.l-main-area .float-wrap.mb-max .float-img.fr {
  width: 30%;
}

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

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

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

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

.float-text {
  flex: 1;
}

.l-main-area .l-parts00 .float-wrap {
  display: flex;
  background: #ffffff;
  padding: 35px 40px 35px 30px;
}

.l-main-area .l-parts00 .float-wrap .float-img.fl {
  float: none;
  margin: 0 30px 0 0;
  width: 380px;
}

.l-main-area .l-parts00 .float-wrap h3 {
  color: #008fbb;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.5rem;
  border-bottom: 3px solid #f3c700;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 23px;
  line-height: 1.2;
}

.l-main-area .l-parts00 .btn-link {
  margin: 20px 0 10px;
  padding: 0 1rem 0 0;
}

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

.l-main-area .l-icon-title:before {
  width: 72px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 14px;
  /*background: url(img/l-icon-title.png) no-repeat;
    background-size:45px 3px;
    background-position:center bottom 15px;*/
  color: #f06902;
}

.l-main-area .l-icon-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f06902;
  transform: translateY(20px);
}

.l-main-area .l-icon-title--check:before {
  content: "CHECK";
  color: #f06902;
}

.l-main-area .l-icon-title--recommend:before {
  content: "おすすめ";
  color: #f06902;
}

.l-main-area .l-icon-title--point:before {
  content: "POINT";
  color: #f06902;
}

.l-main-area .l-parts000 .l-icon-title {
  background: #ffffff;
  color: #008fbb;
  padding-right: 30px;
}

.l-main-area .l-parts000 .l-icon-title a {
  display: block;
  text-decoration: none;
  background: url(img/arrow_green.png) no-repeat right center;
  background-size: 22px auto;
  color: #008fbb;
}

.l-main-area .l-parts000 .l-icon-title a:hover {
  opacity: 0.6;
}

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

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

.l-main-area .l-number-wrapper h3 + p {
  padding: 0 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 1px #4d726a;
}

.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: #4d726a;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  line-height: 1.2;
}

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

.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);
  margin: 0 20px 30px 0;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  background: #eeeef0;
}

.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: 2rem 0 4rem;
  border: none;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #041c38;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.l-main-area .frame-wrap .frame-head a {
  padding: 0 2.5rem 0 0;
  display: block;
  background: url(img/arrow_green.png) no-repeat right 0 center;
  background-size: 22px 12px;
  color: #041c38;
  text-decoration: none;
  font-size: 2.5rem;
}

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

.l-main-area .frame-wrap .frame-head:after {
  content: "";
  width: 238px;
  height: 17px;
  background: url(img/deco_3box.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  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 {
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  min-width: inherit;
}

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

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

.l-main-area--low h1 {
  margin: 0 0 8rem;
  padding: 30px 12rem;
  font-size: 3.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #0a0e57;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.l-main-area--low h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #f3c700;
}

.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--low h2 {
  margin: 7rem 0 3rem;
  padding: 2.5rem 3.5rem;
  background: #008fbb;
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}

.l-main-area--low .lower-bottom h2 {
  background: none;
}

.l-main-area--low .lower-bottom h3 {
  font-size: 2rem;
  background: none;
}

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

.l-main-area--low h2 a:hover {
  color: #666;
  opacity: 0.6;
}

.l-main-area--low h3 {
  margin: 3rem auto;
  padding: 15px 15px 15px 7rem;
  background: url(img/icon_h4.png) no-repeat left 6px center;
  background-size: 50px;
  background-color: #ffffff;
  font-size: 2.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #008fbb;
}

.l-main-area--low h3 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow_green.png) no-repeat right 0 center;
  background-size: 22px 12px;
  text-decoration: none;
  color: #008fbb;
}

.l-main-area--low h3 a:hover {
  background: url(img/arrow_green.png) no-repeat right 0 center;
  background-size: 22px 12px;
  opacity: 0.6;
}

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

.l-main-area--low h4 a,
.l-main-area--low h5 a {
  color: #333;
  text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
  text-decoration: underline;
}

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

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

	header area

*/

.l-header-area {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 100px;
  /*background: url(img/low_header_bg.png) no-repeat top 0 center;*/
}

.body-lower .l-header-area {
  background: url(img/low_header_bg.png) no-repeat top 0 center;
  background-size: cover;
}

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

.l-header.top {
  padding: 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:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}

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

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

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

.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: #0a0e57;
  cursor: pointer;
}

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

.l-gnavi-btn span {
  width: 30px;
  height: 4px;
  display: inline-block;
  background: #008fbb;
  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-menu a:hover {
  opacity: 0.6;
}

.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-bar::after {
    content: '';
    width: 76px;
    height: 40px;
    background: #fff url(img/deco_house.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 35px;
    right: 12px;
}*/

.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: 10px 45px 10px 20px;
  display: block;
  text-decoration: none;
}

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

.l-gnavi-list__sub {
  margin: 0 0 0 1.6rem;
  background: #fffad6;
  display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_green.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 {
  width: 100%;
  margin: 0;
  min-width: 1200px;
  background: #f1f1f1;
  position: relative;
}

.l-footer-logo {
  font-size: 1.2rem;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw - 9px);
  margin-right: -50vw;
  background-size: auto 22px;
  background-color: #f1f1f1;
  padding-top: 4rem;
}

.l-footer-logo a:hover {
  opacity: 0.6;
}

.l-footer-logo img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding-bottom: 2rem;
}

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

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

.l-footer-note {
  text-align: center;
  margin: 20px auto 5px;
  padding: 0 0 20px;
  font-size: 1.2rem;
  color: #868686;
}

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

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

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

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

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

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

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

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

.l-footer-menu-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 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 #447466;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-footer-menu__title__link {
  display: block;
  padding: 0 0 0 27px;
  background: url(img/icon_tit_footer.svg) no-repeat left 0.7rem center;
  background-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: #041c38;
}

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

.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 8px;
  background-size: 8px 8px;
  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: -60px;
  right: 30px;
  z-index: 100;
}

.l-pagetop__link {
  width: 60px;
  height: 60px;
  background: #f3c700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-pagetop__link:hover {
  background: #041c38;
}

.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: #f8d229;
  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 {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 35px;
  background-color: #eeeef0;
  padding: 10px;
}

#pankuzu div {
  width: 1000px;
  margin: 0 auto;
}

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

	contents area

*/

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

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

	main area / common

*/

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

.l-main-area p {
  font-size: 1.6rem;
}

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

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

.l-parts01 ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 25px;
  background: url(img/icon_li.png) no-repeat 0 6px;
  background-size: 12px 12px;
  list-style-position: outside;
}

.l-parts01 .l-section-inner {
  padding-top: 0;
}

.l-parts01 .l-section-inner .float-wrap {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
}

.l-parts01 .float-wrap.mb-max .float-img.fr {
  order: 2;
  width: 30%;
  margin: 0 0 10px 20px;
  float: right;
}

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

.l-parts01 strong,
.l-parts01 span {
  font-weight: bold;
  color: #f06902;
}

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

.l-parts-selection .l-section-inner {
  padding-top: 0;
  margin-top: 3rem;
}

.l-parts01 .btn-tel {
  display: none;
}

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

.l-parts01 .btn-internal a {
  width: 80%;
  padding: 1.2rem 4.5rem 1.2rem 3.9rem;
  font-size: 1.6rem;
  margin: 0;
  background: #f3c700;
  box-shadow: 5px 5px 0 #0a0e57;
  font-weight: bold;
  line-height: 1.4;
  color: #0a0e57;
  text-decoration: none;
  text-align: center;
  position: relative;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.l-parts01 .btn-internal a:after {
  content: "";
  width: 22px;
  height: 12px;
  background: url(img/arrow_green.png) no-repeat center center;
  background-size: 22px 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.l-parts01 .btn-web a {
  width: 80%;
  padding: 1.2rem 5rem 1.2rem 3.8rem;
  font-size: 1.6rem;
  background: #f06902;
  box-shadow: 5px 5px 0 #0a0e57;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.l-parts01 .btn-web a:after{
      content: "";
    width: 22px;
    height: 12px;
    background: url(img/arrow_white.png) no-repeat center center;
    background-size: 22px 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.l-parts01 {
  background: #e0f0f6;
  padding-top: 90px;
}

.body-lower .l-parts01 {
  background: #e0f0f6;
  margin-top: 125px;
  padding-top: 90px;
}

.l-parts000 {
  background: #fffad6;
  padding-bottom: 60px;
}

.l-parts001 {
  background: #fffad6;
  padding-bottom: 60px;
}

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

.jijo-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.jijo-box {
  width: calc(100% / 3 - 20px);
  border: 1px solid #008fbb;
  padding: 10px 20px 20px;
  background: #ffffff;
}

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

.l-common-title a {
  padding: 0 4rem 0 0;
  color: #0a0e57;
  text-decoration: none;
  background: url(img/arrow_red.png) no-repeat right center;
  background-size: 22px auto;
}

.l-common-title a:hover {
  opacity: 0.6;
}

.l-parts03 .l-common-title,
.l-parts000 .l-common-title,
.l-parts001 .l-common-title {
  position: relative;
  margin-bottom: 90px;
}

.l-parts03 .l-common-title:after,
.l-parts000 .l-common-title:after,
.l-parts001 .l-common-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  background: #f3c700;
}

.l-parts00 .l-common-title,
.l-parts00 .l-common-title span {
  color: #ffffff;
}

.l-parts00 .l-common-title {
  position: relative;
  margin-bottom: 90px;
}

.l-parts00 .l-common-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background: #f3c700;
}

.l-parts01 .l-common-title,
.l-parts02 .l-common-title,
.l-parts04 .l-common-title,
.l-parts-selection .l-common-title {
  padding: 3.5rem 0;
  font-size: 4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  position: relative;
  /*width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw - 60px);
    margin-right: -50vw;*/
  margin-bottom: 35px;
  /*background: url(img/bg_select_tit.png) repeat-x center;
    background-color: #F8D436;*/
}

/*.l-parts01 .l-common-title span, .l-parts-selection .l-common-title span {
    background-color: #F8D436;
    padding: 0 6rem;
    display: inline-block;
}*/

.l-common-title span,
.l-common-title span {
  color: #0a0e57;
}

.l-main-area p.lead {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

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

.caption_scroll {
  margin: 10px 0;
  font-size: 1.1rem;
  color: #929292;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #eee;
  /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}

.caption_scroll p.caption {
  font-size: 1.1rem;
  margin: 0.5em 0 0em;
}

/* for chrome, safari */

.caption_scroll::-webkit-scrollbar {
  height: 5px;
}

.caption_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #c0c0c0;
}

.caption_scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}

.caption_scroll a {
  color: #929292;
}

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

	top

*/

.l-mv {
  width: 100%;
  min-height: 430px;
  min-width: 1100px;
  margin: 0;
  padding: 4rem 0 5rem;
  background: url(img/bg_mv.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}

.l-mv-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  margin-left: 0;
}

.l-mv-box {
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 60px 48px;
}

.l-mv-logo {
  text-align: center;
}

.l-mv-logo img {
  max-width: 320px;
}

.l-mv-title {
  margin: 1rem 0;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #f06902;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-mv-title span {
  font-size: 143%;
  color: #f06902;
}

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

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

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

.l-parts01,
.l-parts-selection {
  padding-bottom: 6rem;
}

.l-parts01-column3 {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.l-parts01-column3__box {
  width: calc((100% - 50px) / 3);
  background-size: 69px auto;
  background-color: #ffffff;
  position: relative;
  padding: 0 0 2rem;
}

.l-parts01 .l-parts01-column3__box .float-wrap {
  margin-bottom: 40px;
}

.l-parts01-column3__box:after {
  content: "";
  display: block;
  width: 175px;
  aspect-ratio: 1.4 / 1;
  background: url(./img/ico_3sen_1.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -110px;
}

.l-parts01-column3__box:nth-of-type(2):after {
  background: url(./img/ico_3sen_2.png) no-repeat;
  background-size: cover;
}

.l-parts01-column3__box:nth-of-type(3):after {
  background: url(./img/ico_3sen_3.png) no-repeat;
  background-size: cover;
}

.l-main-area .float-wrap.mb-max {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  display: flex;
  align-items: center;
}

.l-main-area .float-wrap.mb-max .float-img.fr {
  order: 2;
}

.l-parts01-column3__box div.qwert {
  padding: 2rem 2rem 2rem;
  font-weight: bold;
  color: #ffffff;
  background: #008fbb;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-parts01-column3__title {
  padding: 1.5rem 2rem 1.5rem;
  font-weight: bold;
  color: #ffffff;
  background: #008fbb;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-parts01-column3__box div.qwert span {
  color: #ffffff;
  border-bottom: 2px solid #f3c700;
  margin-bottom: 10px;
  font-size: 80%;
  line-height: 1.2;
}

.l-parts01-column3__box h3 {
  color: #0a0e57;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 2rem 0 1rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-parts01-column3__box div.threettl {
  color: #0a0e57;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 3rem 0 2.2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}

.l-parts01-column3__box .item {
  text-align: center;
  padding: 0 1rem;
  font-size: 2.8rem;
  margin: -3rem 0 -1rem;
}

.l-parts-selection .l-parts01-column3__box .item {
  background: #fff;
  padding: 0;
  margin: 0 1rem 2rem;
  background-color: #fff;
  height: 102px;
}

.l-parts01-column3__box .item span {
  font-size: 7rem;
  margin: 0;
  font-weight: normal;
}

.l-parts01-column3__box .item span.red {
  color: #d14e19;
}

.l-main-area .l-parts01-column3__box .btn-web {
  margin: 0 auto;
}

.l-main-area .l-parts01-column3__box .btn-web a {
  width: 80%;
  padding: 1.2rem 5rem 1.2rem 3.8rem;
  font-size: 1.6rem;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.l-main-area .l-parts01-column3__box .btn-internal a {
  width: 80%;
  padding: 1.2rem 4.5rem 1.2rem 3.9rem;
  font-size: 1.6rem;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.l-main-area .l-parts01-column3__box .btn-web a span {
  color: #fff;
}

.l-parts01-column3 .feature-box {
  width: 90%;
  background: #e0f0f6;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px;
  padding-top: 34px;
  margin-bottom: 30px;
}

.l-parts01-column3 .feature-box ul {
  margin: 0;
  font-size: 1.5rem;
}

.l-parts01-column3 .feature-box ul li {
  margin-bottom: 0;
}

.feature-box-ttl {
  position: absolute;
  width: fit-content;
  padding: 3px 45px;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  background: #0a0e57;
  color: #ffffff;
  font-weight: bold;
}

.l-parts01-column3 .catch-image img {
  width: 100%;
}

.l-parts01-column3 .catch-text {
  margin: 0.5em 1em 1em;
  padding: 0 2rem 0;
  color: #d14e19;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #d14e19;
}

.l-parts-selection .l-parts01-column3 .catch-text {
  margin: 0.5em 0.5em 0;
  border-bottom: 2px solid #d14e19;
}

.l-parts-selection .l-parts01-column3 .catch-text {
  margin-bottom: 0;
}

.l-parts01-column3 .tag {
  padding: 2rem 2.5rem 2rem;
}

.l-parts-selection .l-parts01-column3 .tag {
  padding: 2rem 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts01-column3 .tag-list {
  margin-bottom: 0.8rem;
  display: block;
  padding: 0.6rem 1rem;
  background: #041c38;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.l-parts-selection .l-parts01-column3 .tag-list {
  margin: 0 0.8rem 0.8rem 0;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-parts-selection .l-parts01-column3 .tag-list:nth-of-type(2n) {
  margin-right: 0;
}

.l-parts01-column3 .tag-list.off {
  background: #eeeeef;
  color: #aaaaaa;
}

.l-parts01 .remarks {
  font-size: 1rem;
  color: #707070;
  padding: 2rem 0 2rem 2rem;
}

.l-parts-selection .remarks {
  font-size: 1.4rem;
  color: #041c38;
  padding: 2rem 0;
}

.font-small {
  font-size: 75%;
}

ul.tag {
  margin: 0;
}

li.tag-list {
  background: none;
}

.l-parts02 {
  padding: 0 0 120px;
  min-width: 1100px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(224, 240, 246, 1) 0%, rgba(255, 250, 214, 1) 80%);
  background-attachment: fixed;
}

.l-parts02:before {
  content: "";
  display: block;
  height: 50vh;
  width: auto;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(224, 240, 246, 1) 0%, rgba(224, 240, 246, 0) 100%);
  z-index: -1;
}

.l-parts02 .l-common-title {
  padding: 0;
  margin: 4rem 0;
  padding-top: 40px;
  margin-top: 0;
  line-height: 1.5;
}

.l-parts01 .l-common-title,
.l-parts02 .l-common-title,
.l-parts04 .l-common-title {
  padding: 0;
  margin: 4rem 0;
  padding-top: 40px;
  margin-top: 0;
}

.l-parts02 .l-common-title:before,
.l-parts01 .l-common-title:before,
.l-parts04 .l-common-title:before {
  content: "";
  margin-left: -61px;
  width: 109px;
  height: 69px;
  background: url(img/deco_maker_h2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -2.5rem;
}

.l-parts02-white {
  width: 1200px;
  padding-bottom: 8rem;
  background: #fff;
  margin-bottom: 7rem;
}

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

.l-parts02-white__title {
  padding: 3rem 0;
  background-color: #008fbb;
  color: #d14e19;
  position: relative;
}

.l-parts02-white__title .catch-title {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.l-parts02-white__title .catch-title span {
  color: #ffffff;
  border-bottom: 2px solid #f3c700;
  margin-bottom: 19px;
  font-size: 80%;
  line-height: 1.1;
}

.l-parts02-white-inner {
  width: 930px;
  margin: 4rem auto;
}

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

.l-parts02-white__column2__left {
  width: 465px;
}

.l-parts02 h3 {
  font-size: 3.2rem;
  color: #0a0e57;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 5rem 0 4rem 0;
  line-height: 1.2;
}

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

.l-main-area .float-wrap.flex-ultra {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.l-main-area .float-wrap.flex-ultra .flex-text {
  flex: 1;
  padding-left: 2rem;
  padding-right: 3rem;
}

.three-sen-box {
  padding: 0 5%;
}

.three-sen-box:not(:last-of-type) {
  margin-bottom: 90px;
}

.three-sen-box h4 {
  background: #fffad6;
  color: #0a0e57;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  padding: 15px;
  margin-bottom: 45px;
}

.three-sen-icon-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 45px;
}

.three-sen-icon-wrapper div {
  width: calc(100% / 7);
  background: #ddd;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #707070;
}

.three-sen-icon-wrapper div.on {
  background: #e0f0f6;
  color: #008fbb;
}

.three-sen-box .btn-web a {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#slideArea .slideinner {
  width: 465px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-initialized .slick-slide p {
  display: block;
  margin: 20px 0 0 0;
  line-height: 1.4;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #a9a9a9;
  word-wrap: break-word;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: 100px;
  /*border: 2px solid transparent;*/
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  position: relative;
  max-width: 940px;
}

.slider img {
  max-width: 99%;
  height: auto;
  margin: 0 auto;
}

.slider .slider-nav-wrap {
  position: relative;
}

.slider .slider-nav-wrap .slider-nav .slick-list {
  padding: 0 !important;
}

.slider .slider-nav-wrap .slider-nav .slick-track {
  left: 0 !important;
  width: 100%;
  opacity: 1;
}

.slider .slider-nav-wrap .slider-nav .slick-slide {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  padding: 3px;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
  opacity: 0.5;
}

.slider .slider-nav-wrap .slick-arrow {
  position: absolute;
  top: 65%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider .slider-nav-wrap .slick-prev {
  right: 0;
  border-width: 0;
  border-color: transparent transparent transparent #444444;
}

.slider .slider-nav-wrap .slick-next {
  left: 0;
  border-width: 0;
  border-color: transparent #444444 transparent transparent;
}

.slider .slider-for {
  float: left;
  width: 74%;
}

.slider .slider-for button.slick-prev {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 5;
  text-indent: -9999px;
  background: url(img/icon_slide_arrow_next.png) 0 center no-repeat;
  background-size: 100%;
  width: 32px;
  height: 50px;
  border: none;
}

.slider .slider-for button.slick-next {
  position: absolute;
  top: 40%;
  right: 2%;
  z-index: 5;
  text-indent: -9999px;
  background: url(img/icon_slide_arrow_prev.png) 0 center no-repeat;
  background-size: 100%;
  width: 32px;
  height: 50px;
  border: none;
}

.slider .slider-nav-wrap {
  position: absolute;
  top: 62%;
  left: 76%;
  width: 25%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 410px;
}

.slider .slider-nav-wrap .slider-nav .slick-list {
  padding: 0 0 !important;
}

.slider .slider-nav-wrap .slider-nav .slick-slide {
  padding: 5px 0;
  width: 120px !important;
  height: 77px;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:focus {
  outline: none;
}

.slider .slider-nav-wrap .slider-nav .slick-slide img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.slider .slider-nav-wrap .slick-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider .slider-nav-wrap .slick-prev {
  top: auto;
  bottom: 2.5em;
  background: url(img/arrow_brawn_down.png) center center no-repeat;
  width: 30px;
  height: 17px;
}

.slider .slider-nav-wrap .slick-next {
  top: -1.5em;
  background: url(img/arrow_brawn_up.png) center center no-repeat;
  width: 30px;
  height: 17px;
}

.l-parts02-white__column2__left img {
  display: block;
}

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

.l-parts02-white__column2__right {
  width: calc(100% - 465px);
  padding-left: 28px;
}

.l-parts02-white__column2 .point {
  margin: 0.5em 0 1em;
  padding: 2rem 0;
  background: url(img/yellow_zigzag.png) repeat-x top center, url(img/yellow_zigzag.png) repeat-x bottom center;
  background-size: auto 10px;
  color: #041c38;
  line-height: 1.4;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.l-parts02-white__column2__right .btn-web {
  margin: 0 auto;
}

.l-parts02-white__column2__right .btn-web a {
  width: 80%;
  font-size: 1.6rem;
}

.l-parts02-item__column2 {
  width: 880px;
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-item__column2__left {
  width: 138px;
}

.l-parts02-item__column2__left img {
  display: block;
  box-shadow: 10px 10px 0 #d0f0fc;
}

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

.l-parts02-item__column2__left dl {
  display: table;
  border: 1px solid #041c38;
  width: 100%;
}

.l-parts02-item__column2__left dt {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: block;
  background: #008fbb;
  border-bottom: 1px solid #041c38;
  text-align: center;
  padding: 10px;
  height: 100%;
}

.l-parts02-item__column2__left dd {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: block;
  font-size: 7rem;
  color: #041c38;
  text-align: center;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-parts02-item__column2__left dd span {
  color: #d14e19;
  font-weight: normal;
}

.l-parts02-item__column2__right {
  width: calc(100% - 138px);
}

.l-parts02-item__column2__right .tag {
  margin-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  height: 162px;
}

.l-parts02-item__column2__right .tag-list {
  padding: 1rem;
  margin: 0 0.5rem 0.5rem 0;
  background: #041c38;
  color: #fff;
  width: 19%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-parts02-item__column2__right .tag-list.off {
  background: #eeeeef;
  color: #aaaaaa;
}

.l-parts02-item__column2__right .tag-list:nth-child(5) {
  margin-right: 0;
}

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

.l-parts02-information__column2__left {
  width: 438px;
}

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

.l-parts02-information__column2__right {
  width: calc(100% - 458px);
}

.l-parts02-summary__column2 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts02-summary__column2__box {
  width: calc((100% - 4rem) / 2);
  margin: 0 2rem 3rem 0;
  padding: 2rem 5rem 2rem;
  background: #e0f0f6;
}

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

.l-parts02-summary__column2__box .box-catch {
  margin: 0;
  padding: 2.2rem;
  background-size: 30px auto;
  color: #008fbb;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
}

.l-parts02-summary__column2__box p {
  color: #041c38;
}

.l-parts02-white__column3 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.body-lower .l-parts02-white__column3 {
  margin-top: 3rem;
}

.l-parts02-white__column3__box {
  width: calc(100% / 3 - 20px);
  /*margin: 0 2rem 2rem 0;*/
  padding: 0 2rem;
  background-size: 62px 66px;
  background-color: #e0f0f6;
  color: #041c38;
}

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

.l-parts02-white__column3__box .voice-catch {
  margin: 0;
  padding: 2rem 0 2rem 6rem;
  /*border-bottom: solid 1px #041c38;*/
  background: url(img/icon_voice.png) no-repeat left 24px;
  background-size: 43px 36px;
  color: #008fbb;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

.l-parts02-white .btn-web {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.l-parts02-white .title-voice {
  margin: 0.5em 0 1em;
  background: url(img/green_zigzag.png) repeat-x left center;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #041c38;
  position: relative;
}

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

.l-parts02-white table.infomation {
  margin: 0 0 0 20px;
}

.l-parts02-white table.infomation th {
  width: 140px;
  background: #e0f0f6;
  border: 1px #cecece solid;
  text-align: center;
  color: #041c38;
}

.l-parts02-white table.infomation td {
  background: #ffffff;
  border: 1px #cecece solid;
  color: #041c38;
}

.l-standard {
  padding-bottom: 8rem;
  background: url(img/bg_measures.png) repeat-y bottom center;
  background-color: #f9d12b;
  background-size: 1664px auto;
}

.l-standard .l-common-title:before {
  content: "";
  margin-left: -51px;
  width: 187px;
  height: 117px;
  background: url(img/deco_measures_h2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 46%;
  top: -10.5rem;
}

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

.l-standard-column3__box {
  width: calc((100% - 7rem) / 3);
  margin: 0 3.5rem 3.5rem 0;
  position: relative;
  border: 1px solid #041c38;
  background: #fff;
}

.l-standard-column3__box.measures-01,
.l-standard-column3__box.measures-02,
.l-standard-column3__box.measures-03 {
  background: #041c38;
  color: #fff;
  position: relative;
}

.l-standard-column3__box.measures-01:after,
.l-standard-column3__box.measures-02:after,
.l-standard-column3__box.measures-03:after {
  content: "";
  margin-left: -51px;
  width: 40px;
  height: 23px;
  background: url(img/arrow_measures.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: -40px;
  top: 45%;
  transform: rotate(-90deg);
}

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

.l-standard-column3__line {
  padding: 0;
}

.l-standard-column3__title {
  margin: 0 0 1em;
  padding: 1rem;
  background: #041c38;
  color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
}

.measures-01 .l-standard-column3__title,
.measures-02 .l-standard-column3__title,
.measures-03 .l-standard-column3__title {
  padding: 2rem 1rem 2rem 6rem;
  background: url(img/icon_heat_insulation.png) no-repeat 10px center;
  background-size: 40px 34px;
}

.measures-02 .l-standard-column3__title {
  background: url(img/icon_earthquake_resistance.png) no-repeat 10px center;
  background-size: 53px 34px;
}

.measures-03 .l-standard-column3__title {
  background: url(img/icon_health.png) no-repeat 10px center;
  background-size: 47px 36px;
}

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

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

p.l-standard-column3__title {
  margin: 0;
}

p.l-standard-column3__text {
  padding: 2rem;
}

.l-standard-summary__box {
  background: #fff;
  border: 1px solid #d44f14;
  color: #d44f14;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.l-standard-summary__title {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  width: 30%;
  font-size: 2rem;
  padding-right: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-standard-summary__text {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-parts03 {
  padding-bottom: 8rem;
  background: #fffad6;
}

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

.l-parts03-column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 5px;
  background: #ffffff;
  position: relative;
  border: 1px solid #008fbb;
}

.l-parts03-column2__box {
  width: calc((100% - 4rem) / 2);
  margin: 0 2rem 2rem 0;
  padding: 5px;
  background: #eeeeef;
  position: relative;
}

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

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

.l-parts03-column3__line,
.l-parts03-column2__line {
  padding: 0 2rem 2rem;
}

.l-parts03-column3__line .l-standard-column3__text,
.l-parts03-column2__line .l-standard-column3__text {
  padding: 2rem 0;
}

.l-parts03-column3__title {
  padding: 15px 0rem 13px 2rem;
  color: #041c38;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: 1rem;
}

.l-parts03-column3__title:after {
  position: absolute;
  display: block;
  content: "";
  width: 80%;
  height: 2px;
  background: #f3c700;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.jijo-box .l-parts03-column3___title:after {
  content: none;
}

.l-parts03-column3___title {
  padding: 15px 1rem 15px 4rem;
  color: #041c38;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.l-parts03-column3___title:after {
  position: absolute;
  display: block;
  content: "";
  width: 80%;
  height: 2px;
  background: #f3c700;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.l-parts03-column2__title {
  margin: 0 0 1em;
  padding: 2rem 1rem;
  border-bottom: 2px solid #f3c700;
  color: #041c38;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-parts001 .l-parts03-column3___title {
  background: url(img/icon_h4.png) no-repeat left 6px top 5px;
  background-size: 50px auto;
  margin-bottom: 0;
}

.l-parts03-column3__title a,
.l-parts03-column2__title a {
  padding: 0 2rem 0 0;
  display: block;
  background: url(img/arrow_blue.png) no-repeat right center;
  background-size: 22px auto;
  color: #008fbb;
  text-decoration: none;
  width: 100%;
}

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

.l-parts03-column3___title a {
  padding: 0 3rem 0 0;
  display: block;
  background: url(img/arrow_blue.png) no-repeat right center;
  background-size: 22px auto;
  color: #008fbb;
  text-decoration: none;
  width: 100%;
}

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

.l-parts03-column3__info,
.l-parts03-column2__info {
  padding: 0;
  background: #fff;
}

.l-parts03-column3__info dl,
.l-parts03-column2__info dl {
  border-bottom: dashed 1px #ccc;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.l-parts03-column3__info dl:last-child,
.l-parts03-column2__info dl:last-child {
  border: none;
}

.l-parts03-column3__info dl dt,
.l-parts03-column2__info dl dt {
  padding: 1.5rem;
  width: 30%;
}

.l-parts03-column3__info dl dd,
.l-parts03-column2__info dl dd {
  padding: 1.5rem;
  width: 70%;
}

p.l-parts03-column3__title,
p.l-parts03-column2__title {
  margin: 0 0 2rem;
}

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

.l-parts04 {
  margin-bottom: 4rem;
  padding: 60px 0 0.2rem;
  min-width: 1100px;
  background-color: #ffffff;
  position: relative;
}

.l-parts04 .l-section-inner {
  padding: 0;
  position: relative;
  z-index: 0;
}

.l-parts04 .l-common-title {
  padding: 3.5rem 0 0;
}

.l-parts04-list {
  display: flex;
  margin: 0 0 4rem;
}

.l-parts04-list p {
  color: #041c38;
}

.l-parts04-image {
  width: 504px;
  position: relative;
}

.l-parts04-image .label {
  width: 62px;
  height: 56px;
  margin: 0;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.l-parts04-image .image-box {
  margin: 0 2rem 0 0;
  width: 504px;
  height: 337px;
}

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

.l-parts04-body {
  width: 50%;
  padding-left: 6rem;
}

.l-parts04-body .catch {
  margin: 0.5em 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  color: #008fbb;
}

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

.l-parts04 .tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0;
  display: inline-block;
  font-size: 1.2rem;
  color: #d14e19;
  text-align: center;
  text-decoration: none;
  background: none;
}

.l-parts04 .tag .tag-list a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: #fff;
  position: relative;
}

.l-parts04 .tag .tag-list:hover {
  opacity: 0.6;
}

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

.l-parts04 .btn-internal {
  text-align: right;
}

.l-parts04 .btn-internal a {
  margin-top: 45px;
  width: 400px;
  /*background: #fff;
    border: 1px solid #0a0e57;
    width: 92%;*/
}

/*--------------------------------------
	toc_parts
---------------------------------------*/

.toc_parts {
  background: #008fbb;
  margin: 5rem 0;
  padding: 3rem 5rem;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
}

.toc_parts:hover {
  cursor: pointer;
}

.toc_parts .ttl {
  padding: 0 0 0 3rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #f3c700;
  position: relative;
}

.body-lower .toc_parts {
  background: #f1f1f1;
  margin: 5rem 0;
  padding: 3rem 5rem;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  color: #0a0e57;
}

.body-lower .toc_parts .ttl {
  padding: 0 0 0 3rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 4px solid #008fbb;
  position: relative;
}

#toc {
  margin: 3rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #ffffff;
  display: none;
}

#toc .body-lower {
  margin: 3rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #ffffff;
  display: open;
}

.body-lower #toc {
  margin: 3rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #041c38;
  display: block;
}

#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: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #f3c700;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

.body-lower #toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #008fbb;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

.body-lower #toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
  color: #041c38;
}

#toc .chapter .chapter-h a:hover {
  opacity: 0.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;
}

.toc_parts .ttl::after {
  content: "";
  background: url(img/plus_w.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.body-lower .toc_parts .ttl::after {
  content: "";
  background: url(img/mainasu.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.toc_parts .ttl.btn::after {
  background: url(img/mainasu_w.png) center no-repeat;
  background-size: 100% auto;
}

.body-lower .toc_parts .ttl.btn::after {
  background: url(img/plus.png) center no-repeat;
  background-size: 100% auto;
}

.l-parts00 {
  background: linear-gradient(180deg, rgba(0, 143, 187, 1) 40%, rgba(224, 240, 246, 1) 80%);
  padding-bottom: 60px;
}

.accordion-item {
  display: none;
  margin-top: 4rem;
}

.ac-btn {
  background: #ffffff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 150px;
  /*margin-bottom:60px;*/
  margin-top: 45px;
  position: relative;
}

.ac-btn:after {
  content: "";
  background: url(img/plus.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.ac-btn.is-open:after {
  background: url(img/mainasu.png) center no-repeat;
  background-size: 100% auto;
}

.ac-btn:hover {
  cursor: pointer;
}

.ac-btn a,
.ac-btn a span {
  color: #0a0e57;
}

/*


	smartphone settings

*/

@media screen and (max-width: 599px) {
  body {
    min-width: 100%;
    min-width: inherit;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block !important;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    max-width: 100%;
    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 h2 {
    font-size: 3rem;
  }
  .l-parts00 .l-common-title {
    position: relative;
    margin-bottom: 64px;
    font-size: 2.5rem;
  }
  .font-small {
    font-size: 2rem;
  }
  .l-parts00 .l-common-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 4px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    background: #f3c700;
  }
  .l-main-area .l-parts00 .float-wrap h3 {
    font-size: 2rem;
    padding-top: 18px;
    padding-bottom: 0.6rem;
    margin-bottom: 1.7rem;
  }
  .l-main-area h3 {
    font-size: 2.2rem;
    padding: 3rem 0 2rem 0;
  }
  .l-main-area .jijo-box h3 {
    padding: 1.7rem 0rem 2rem 4.5rem;
  }
  .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 {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
    border-top: 1px #041c38 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;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
  }
  .l-main-area .btn-web {
    width: 90%;
    min-width: inherit;
    margin: 3rem auto;
  }
  .l-main-area .btn-web a {
    width: 90%;
    min-width: inherit;
    padding: 2.2rem 5rem 2rem 2rem;
    font-size: 1.6rem;
  }
  .l-main-area .btn-web a:after {
  }
  .l-main-area .btn-web a:hover {
    opacity: 0.6;
  }
  .l-main-area .btn-internal {
    width: 100%;
    margin: 3rem auto;
  }
  .l-main-area .btn-internal a {
    width: 80%;
    min-width: inherit;
    padding: 2.2rem 5rem 2rem 2rem;
    font-size: 1.6rem;
  }
  .l-main-area .btn-internal a:after {
  }
  .l-main-area .btn-internal a:hover {
    background: #041c38;
  }
  .l-main-area .btn-tel {
    width: 100%;
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .l-main-area .btn-tel a {
    width: 85%;
    position: relative;
    margin: 0;
    padding: 1.5rem 5rem;
    background: #3ba630 url(img/ico_tel.png) no-repeat left 20px center;
    background-size: auto 20px;
    box-shadow: 5px 5px 0 #0a0e57;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main-area .l-parts01-column3__box .btn-internal a {
    width: 85%;
    padding: 1.2rem 5rem 1.2rem 2rem;
    font-size: 1.6rem;
    min-height: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main-area .btn-link {
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .l-main-area .btn-link a {
    width: 90%;
    position: relative;
    margin: 0;
    padding: 2.2rem 5rem 2rem 2rem;
    text-align: left;
    display: inline-block;
    background: url(img/arrow_green.png) no-repeat right 1rem center;
    box-shadow: 5px 5px 0 #0a0e57;
    background-size: 22px auto;
    border: #041c38 solid 1px;
    color: #041c38;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }
  .l-main-area .l-parts01-column3__box .btn-web,
  .l-main-area .l-parts01-column3__box .btn-internal,
  .l-main-area .l-parts01-column3__box .btn-tel,
  .l-main-area .l-parts01-column3__box .btn-link {
    width: 95%;
  }
  .l-parts01 .float-wrap.mb-max {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 10px auto;
  }
  .l-parts01-column3 .feature-box {
    width: 90%;
    background: #e0f0f6;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 26px 20px;
    padding-top: 34px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .l-parts01 .btn-tel {
    width: 95%;
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .l-parts01 .btn-tel a {
    width: 85%;
    position: relative;
    margin: 0;
    padding: 1.5rem 5rem;
    background: #3ba630 url(img/ico_tel.png) no-repeat left 20px center;
    background-size: auto 20px;
    box-shadow: 5px 5px 0 #0a0e57;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .l-main-area ul li {
    margin: 0 0 1em 0;
    padding: 0 0 0 23px;
    background: url(img/icon_li.png) no-repeat 0 8px;
    background-size: 12px 12px;
    list-style-position: outside;
    line-height: 2;
    font-size: 1.4rem;
  }
  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 1.4rem;
  }
  .l-main-area .l-parts00 .float-wrap .float-img img {
    padding: 0rem;
    max-width: 100%;
  }
  .l-main-area .float-wrap .float-img img {
    padding: 0 1rem 1rem 1rem;
    max-width: 100%;
  }
  .l-main-area .l-parts02-white .flex-ultra img {
    padding: 0rem 2rem 0 0rem;
  }
  .l-main-area .float-wrap .float-wrap cf mb-max .float-img img {
    padding: 0 2rem 0 0;
  }
  .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.t_small {
    width: 45%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 5px 7px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 13px 20px 3px 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: 20px auto;
    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: 20px auto;
    font-size: 2rem;
  }
  .l-main-area .l-icon-title {
    width: 100%;
    margin: 3rem 0 1.5rem;
    padding: 2rem 2rem 2rem 7.5rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  /*.l-main-area .l-icon-title:before {
        width: 62px;
        height: 60px;
        font-size: 1rem;
        left: 0;
    }*/
  .l-main-area .l-number-wrapper .l-icon-title:before {
    font-size: 2.8rem;
  }
  /* low ----------------*/
  .l-main-area--low h1 {
    margin: 2rem 0;
    font-size: 2.2rem;
    padding: 3rem 3rem;
  }
  .l-main-area--low h2 {
    font-size: 2rem;
  }
  .l-main-area--low h3 {
    font-size: 1.8rem;
    padding: 3rem 2rem 2rem 6.5rem;
  }
  /*
---------------------------------------------

	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;
    padding: 5px;
  }
  .l-header-logo a {
    width: 70%;
    height: auto;
  }
  .l-gnavi-area {
    display: none;
  }
  /*
---------------------------------------------

	footer area

*/
  .l-footer-area {
    padding: 0 0 5rem 0;
    min-width: inherit;
    background: #ffffff;
  }
  .l-footer-area__inner {
    padding-top: 2rem;
    background: #eeeef0;
  }
  .footMenu {
    width: 100%;
    height: 5rem;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
  }
  .footMenu .menuLeft {
    width: 15%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .footMenu .menuLeft .l-gnavi-btn {
    margin: 0;
  }
  .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;
    padding: 0;
    background: none;
    top: 0;
    left: 0;
    width: 60%;
  }
  .l-footer-logo__image {
    width: 90%;
  }
  .l-footer-logo__link {
    display: block;
  }
  .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: block;
  }
  .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: #eeeef0;
    margin: 0;
    padding: 0 0 60px 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;
  }
  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
  }
  .l-footer-menu {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .l-footer-menu__title {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #041c38;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: 1rem 2.5rem 1rem 0;
    background: none;
  }
  .l-footer-menu__title__link:after {
    content: "";
    width: 8px;
    height: 15px;
    background: url(img/arrow01_green.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    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 {
    width: 100%;
    padding: 0.8rem 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    margin: 1rem 0 0 0;
  }
  .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__image {
    width: 14px;
  }
  .l-pagetop.is-fixed {
    bottom: 8.5rem;
  }
  #pankuzu {
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
  }
  #pankuzu div {
    width: auto;
  }
  .l-sns-list {
    display: none;
  }
  /*
---------------------------------------------

	contents area

*/
  .l-contents-area {
    padding: 0;
    overflow: hidden;
  }
  .l-contents-area--low {
    width: 100%;
  }
  /*
---------------------------------------------

	main area

*/
  .l-main-area p.lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .l-main-area--low {
    width: 94%;
    margin: 0 auto 7rem;
    float: none;
    overflow: visible;
  }
  .l-main-area--low h1::before {
    background: url(img/bg_h2_be.png) no-repeat 0 0;
    width: 50px;
    height: 9px;
    background-size: 100%;
  }
  .l-main-area--low h1::after {
    bottom: 0;
    width: 70px;
    height: 3px;
  }
  .l-section-inner {
    width: 94%;
    margin: 0 auto;
  }
  p.l-common-lead {
    width: 98%;
    margin: 4rem 0.5rem 3rem;
  }
  /*
---------------------------------------------

	top

*/
  .l-mv {
    min-height: inherit;
    min-width: inherit;
    margin: 5rem 0 5rem;
    padding: 0;
    background: none;
    position: relative;
  }
  .l-mv-title span {
    font-size: 128%;
    color: #f06902;
  }
  .l-mv-wrapper {
    width: 100%;
  }
  .l-mv-logo {
    position: absolute;
    width: 100%;
    padding: 0;
    background: none;
    text-align: center;
    top: -5.5rem;
  }
  .l-mv-logo img {
    max-width: inherit;
    height: 4rem;
  }
  .l-mv-box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-mv-box p {
    margin: 0;
  }
  .l-mv-title {
    width: 100%;
    min-height: 15rem;
    margin: 6.5rem 0 0;
    padding: 1rem 48% 1rem 1rem;
    background: url(img/bg_mv.jpg) center top no-repeat;
    background-size: cover;
    font-size: 1.8rem;
  }
  .l-mv p {
    padding: 1.5rem 2rem 0;
    color: #333;
    text-align: left;
  }
  h2.l-mv-title {
    font-size: 4vw;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  h2.l-mv-title:before {
    content: "";
    display: block;
    width: 50vw;
    height: 90%;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .l-main-area .l-parts00 .float-wrap {
    flex-direction: column;
    padding: 3.5rem 3rem 2.5rem;
  }
  .l-section-inner {
    padding-top: 2rem;
  }
  .l-common-title a {
    background: url(img/arrow_red.png) no-repeat 96% center;
    background-size: 22px auto;
    display: block;
    padding: 0 0rem 0 0;
  }
  .l-parts00 {
    padding-bottom: 30px;
  }
  .l-parts02 .l-common-title:before,
  .l-parts01 .l-common-title:before,
  .l-parts04 .l-common-title:before {
    top: -5.5rem;
  }
  .l-parts01 {
    padding-bottom: 0;
  }
  .l-parts01 .l-section-inner {
    width: 98%;
  }
  .l-parts-selection .l-section-inner {
    margin: 0;
    width: 100%;
  }
  .l-parts01 .l-common-title,
  .l-parts02 .l-common-title,
  .l-parts-selection .l-common-title,
  .l-parts000 .l-common-title,
  .l-parts001 .l-common-title {
    font-size: 2.5rem;
    margin: 0 auto;
    padding: 1.5rem 0.5rem 0rem;
    top: 0;
    left: 0;
    width: auto;
  }
  .l-parts04 .l-common-title {
    font-size: 2.5rem;
    margin: 0 auto;
    padding: 1.5rem 0.5rem 0;
    top: 0;
    left: 0;
    width: auto;
  }
  .l-parts03 .l-common-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .l-parts03 .l-common-title + p.l-common-lead {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .l-parts000 .l-common-title:after,
  .l-parts001 .l-common-title:after {
    bottom: -12px;
    width: 70px;
    height: 3px;
  }
  .l-parts03 .l-common-title:after {
    bottom: -10px;
    width: 70px;
    height: 3px;
  }
  .l-main-area .float-wrap.mb-max {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ac-btn {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-main-area .float-wrap.mb-max img {
    max-width: 120%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .l-parts01-column3__box:after {
    content: "";
    display: block;
    width: 122px;
    aspect-ratio: 1.3 / 1;
    background: url(./img/ico_3sen_1.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 6px;
    top: 11px;
  }
  .l-parts01-column3__box:nth-of-type(2):after {
    background: url(./img/ico_3sen_2.png) no-repeat;
    background-size: cover;
    left: 38px;
    width: 130px;
  }
  .l-parts01-column3__box:nth-of-type(3):after {
    background: url(./img/ico_3sen_3.png) no-repeat;
    background-size: cover;
    left: 14px;
    width: 130px;
  }
  .l-parts01 .l-common-title span,
  .l-parts-selection .l-common-title span {
    width: 80%;
    padding: 0 0rem;
  }
  .l-parts-selection {
    padding-bottom: 0;
  }
  .l-parts-selection .l-common-title span {
    padding: 0 2rem;
  }
  .l-parts01-column3 {
    flex-wrap: wrap;
    max-width: 95%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .l-parts-selection .l-parts01-column3__title {
    font-size: 2rem;
  }
  .l-parts-selection .l-parts01-column3__box .item {
    height: auto;
  }
  .l-parts-selection .l-parts01-column3 {
    display: flex;
    flex-wrap: wrap;
  }
  .l-parts-selection .l-parts01-column3 .box-1 {
    order: 2;
  }
  .l-parts-selection .l-parts01-column3 .box-2 {
    order: 1;
  }
  .l-parts-selection .l-parts01-column3 .box-3 {
    order: 3;
  }
  .l-parts-selection .l-parts01-column3__box .btn-web a {
    font-size: 1.6rem;
    padding: 2.2rem 5rem 2rem 2rem;
  }
  .l-parts01 .remarks,
  .l-parts-selection .remarks {
    padding: 1rem 1rem 2rem;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .l-parts01-column3:after {
    content: none;
  }
  .l-parts01-column3__box {
    width: 100%;
    margin: 2rem auto 0;
    position: relative;
  }
  .l-parts01-column3__box:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .l-parts01 .float-wrap .float-img.ct {
    max-width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
  .l-parts-selection .l-parts01-column3__box {
    width: 100%;
  }
  .l-parts01-column3__box div.qwert {
    padding: 2rem 1rem 1.5rem 12.5rem;
    font-size: 2.2rem;
    height: 12rem;
  }
  .l-parts01-column3__box:nth-of-type(2) div.qwert {
    padding: 2rem 1rem 1.5rem 10rem;
  }
  .l-parts01-column3__box:nth-of-type(2) div.qwert {
    padding: 2rem 1rem 1.5rem 10rem;
  }
  .l-parts01-column3__box:nth-of-type(3) div.qwert {
    padding: 2rem 1rem 1.5rem 10rem;
  }
  .l-parts01-column3__box .item {
    font-size: 1.4rem;
    margin: -2rem 0 -1rem;
  }
  .l-parts01-column3__box .item span {
    font-size: 4rem;
  }
  .l-main-area .l-parts01-column3__box .btn-web a {
    width: 85%;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1.6rem;
  }
  .l-main-area .l-parts01-column3__box .btn-web a:after {
    right: 0.5rem;
  }
  .l-parts-selection .l-parts01-column3__box .btn-web a {
    font-size: 1.5rem;
  }
  .l-parts01-column3__box .catch-text {
    padding: 0;
    font-size: 1.2rem;
  }
  .l-parts-selection .l-parts01-column3__box .catch-text {
    font-size: 1.4rem;
    margin: 0.5em 0.8em 0;
  }
  .l-parts01-column3 .tag {
    padding: 1rem 0.8rem 0;
    margin: 0 0 1rem;
  }
  .l-parts01-column3 .tag-list {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .l-parts02 {
    padding: 4rem 0;
    min-width: inherit;
  }
  .l-parts02 .l-common-title {
    margin: 2rem 0 2rem;
  }
  /*.l-parts02 .l-common-title:before {
        width: 52px;
        height: 47px;
        background: url(img/deco_maker_h2.png) no-repeat center center;
        background-size: 100%;
        left: 57%;
        top: -9rem;
    }*/
  .l-parts02:after {
    bottom: -2px;
    height: 3rem;
    background-position: -5rem 0;
    background-size: 120% auto;
  }
  .l-parts02-white {
    width: 100%;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
  .l-parts02-white-inner {
    width: 94%;
    margin: 0 auto;
  }
  .l-parts02-white__title {
    padding: 2.4rem 1rem 2rem;
    background-color: #008fbb;
    background-size: 210% auto;
  }
  .l-parts02-white__title .catch-title {
    width: 90%;
    padding: 0;
    font-size: 2.6rem;
  }
  .l-parts02-white__column2 {
    width: 100%;
    margin-top: 3rem;
    display: block;
    position: relative;
  }
  .l-parts02-white__column2__left {
    width: auto;
    font-size: 1.2rem;
    display: block;
  }
  #slideArea .slideinner {
    width: 100%;
    margin: 0 auto 7rem;
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  .slider .slider-for button.slick-prev {
    position: absolute;
    top: 32%;
    left: -1%;
    z-index: 5;
    text-indent: -9999px;
    background: url(img/icon_slide_arrow_next.png) 0 center no-repeat;
    background-size: 20px;
    width: 24px;
    height: 40px;
    border: none;
  }
  .slider .slider-for button.slick-next {
    position: absolute;
    top: 32%;
    right: -2%;
    z-index: 5;
    text-indent: -9999px;
    background: url(img/icon_slide_arrow_prev.png) 0 center no-repeat;
    background-size: 20px;
    width: 24px;
    height: 40px;
    border: none;
  }
  .slick-initialized .slick-slide p {
    display: block;
    margin: 10px 0 5px 0;
    line-height: 1.4;
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;
    color: #a9a9a9;
  }
  .sp-thumbnail {
    width: 23% !important;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slider .slider-for {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .slider .slider-nav-wrap {
    width: 100%;
    top: 171%;
    left: 0;
  }
  .slider .slider-nav-wrap .slider-nav .slick-track {
    width: 100% !important;
  }
  .slider .slider-nav-wrap .slider-nav .slick-slide {
    width: 25% !important;
    height: 65px;
  }
  .slick-initialized .slick-slide {
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    line-height: 1.2em;
    height: 250px;
  }
  .slick-nav-arrows {
    display: none;
  }
  .slick-slider {
    display: block;
    margin-top: 1rem;
  }
  .slider img {
    width: auto;
    height: 80%;
    margin: 0 auto;
  }
  .slick-initialized .sp-thumbnail {
    height: 55px;
  }
  .slick-initialized .sp-thumbnail img {
    height: 100%;
    width: auto;
  }
  .l-parts02-white__column2__right {
    width: 100%;
    padding: 0;
  }
  .l-parts02-white__column2__right .point {
    font-size: 1.8rem;
  }
  .l-parts02-item__column2 {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }
  .l-parts02-item__column2__left {
    width: 100%;
    position: relative;
    top: 0;
    font-size: 1.2rem;
  }
  .l-parts02-item__column2__left dl {
  }
  .l-parts02-item__column2__left dt {
    border-bottom: none;
    border-right: 1px solid #041c38;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 1.6rem;
  }
  .l-parts02-item__column2__left dd {
    width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 4rem;
  }
  .l-parts02-item__column2__right {
    width: 100%;
  }
  .l-parts02-item__column2__right .tag {
    margin: 2rem 0 0;
    height: auto;
  }
  .l-parts02-item__column2__right .tag-list {
    width: 48%;
  }
  .l-parts02-item__column2__right .tag-list:nth-child(5) {
    margin-right: 0.5rem;
  }
  .l-parts02-item__column2__right .tag-list:nth-child(2) {
    margin-right: 0;
  }
  .l-parts02-information__column2 {
    width: 100%;
    margin-top: 3rem;
    display: block;
    position: relative;
  }
  .l-parts02-information__column2__left {
    width: 100%;
    height: 18rem;
    position: static;
    top: 6rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .l-parts02-information__column2__right {
    width: 100%;
  }
  .l-parts02-white .title-voice {
    font-size: 1.8rem;
  }
  .l-parts02-white .title-voice span {
    padding: 0 1rem;
    display: inline-block;
  }
  .l-parts02-summary__column2 {
    margin-bottom: 2rem;
  }
  .l-parts02-white__column3__box,
  .l-parts02-summary__column2__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts02 table.infomation {
    margin: 0;
    border-top: none;
    border-bottom: 1px #041c38 solid;
  }
  .l-parts02 table.infomation tr {
    display: table;
  }
  .l-parts02 table.infomation th {
    width: 30%;
    display: table-cell;
    border-bottom: none;
  }
  .l-parts02 table.infomation td {
    width: 70%;
    display: table-cell;
    border-bottom: none;
  }
  .l-standard {
    margin-bottom: 8rem;
    background: url(img/bg_measures.png) repeat-y bottom center;
    background-color: #f9d12b;
    background-size: 150% auto;
    margin-bottom: 0;
  }
  .l-standard-column3__title a {
    font-size: 2.4rem;
  }
  .l-standard p.l-common-lead {
    margin-bottom: 0;
  }
  .measures-01 p.l-standard-column3__text,
  .measures-02 p.l-standard-column3__text,
  .measures-03 p.l-standard-column3__text {
    padding-top: 0;
  }
  .l-standard-column3__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-standard-column3__box.measures-01,
  .l-standard-column3__box.measures-02,
  .l-standard-column3__box.measures-03 {
    margin: 2rem 0 4rem;
  }
  .l-standard-column3__title {
    padding: 1rem;
    margin-bottom: 0;
  }
  .l-standard .l-common-title:before {
    width: 70px;
    height: 44px;
    top: -4.5rem;
    left: 53%;
  }
  .l-standard-column3__box.measures-01:after,
  .l-standard-column3__box.measures-02:after,
  .l-standard-column3__box.measures-03:after {
    right: 44%;
    top: 104%;
    transform: none;
  }
  .l-standard-summary__title {
    width: 100%;
    padding-right: 0;
  }
  .l-standard-summary__box {
    display: block;
  }
  .l-parts03 {
    margin-bottom: 0;
    padding-bottom: 1px;
  }
  .l-parts03-column3 h3 {
    font-size: 2.2rem;
    padding: 1.5rem 0 2rem 0;
  }
  .l-parts03-column3__box,
  .l-parts03-column2__box {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-parts03-column3__title,
  .l-parts03-column2__title {
    padding: 2rem 0;
  }
  .l-parts03-column3__title a {
    background: url(img/arrow_blue.png) no-repeat right 1rem;
    background-size: 22px auto;
  }
  .l-parts03-column2__title a {
    background: url(img/arrow_green.png) no-repeat right 0.5rem;
    background-size: 17px auto;
  }
  .l-parts03-column3__info,
  .l-parts03-column2__info {
    margin: 0 -1rem;
  }
  .l-parts03-column3__info dl,
  .l-parts03-column2__info dl {
    font-size: 1.2rem;
  }
  .l-parts03-column3__info dl dd,
  .l-parts03-column2__info dl dd {
    padding: 1rem 1rem 1rem 0;
  }
  p.l-parts03-column3__image,
  p.l-parts03-column2__image {
    margin: 0;
  }
  ul.l-parts03-column3__tag,
  ul.l-parts03-column2__tag {
    margin: 1rem 0 0;
  }
  .l-parts04 {
    min-width: inherit;
    padding-top: 90px;
    margin-bottom: 3rem;
  }
  .l-main-area .l-parts04 .btn-internal {
    width: 100%;
  }
  .l-parts04 .l-section-inner:after,
  .l-parts04 .l-section-inner:before {
    content: none;
  }
  .l-parts04-list {
    display: block;
    margin: 3rem 0 0;
  }
  .l-parts04-image {
    width: 100%;
    position: static;
    position: relative;
  }
  .l-parts04-image .label {
    font-size: 1.2rem;
  }
  .l-parts04-image .image-box {
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .l-parts04-body {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-parts04-body .catch {
    margin: 2rem 0;
    display: block;
    align-items: center;
    font-size: 2rem;
    text-align: center;
  }
  .l-parts04-image .image-box img {
    width: 100%;
    padding: 0 1rem;
  }
  .l-main-area .l-parts04-body .btn-internal a {
    width: 90%;
  }
  .body-lower #toc ul.chapter .chapter-h::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    color: #008fbb;
    font-size: 1.8rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  .toc_parts {
    margin: 3rem 0;
    padding: 2.5rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #f3c700;
  }
  .body-lower .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 2px solid #008fbb;
  }
  .body-lower .toc_parts {
    margin: 3rem 0;
    padding: 2.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
  }
  .toc_parts .ttl::after {
    content: "";
    background: url(img/plus_w.png) center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .body-lower .toc_parts .ttl::after {
    content: "";
    background: url(img/plus.png) center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  #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-main-area .float-wrap.flex-ultra {
    display: block;
  }
  .l-main-area .float-wrap.flex-ultra .float-img.fl.t_small {
    margin-right: 0;
  }
  .three-sen-icon-wrapper {
    flex-wrap: wrap;
  }
  .three-sen-icon-wrapper div {
    width: calc(100% / 2 - 7.5px);
  }
  .l-main-area .l-parts02-white .btn-web {
    width: 100%;
  }
  .l-main-area .l-parts02-white .btn-tel a {
    width: 90%;
  }
  .l-parts02-summary__column2__box {
    padding: 0 2rem 2rem;
  }
  .three-sen-box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .three-sen-box h4 {
    margin-bottom: 20px;
    margin-top: 31px;
    font-size: 2rem;
  }
  .l-parts02-summary__column2__box .box-catch {
    margin: 0;
    padding: 3rem 0rem 1rem;
  }
  .l-parts02-white__column3 {
    gap: 5px;
  }
  .l-main-area .l-icon-title:before {
    left: 0;
    top: -3px;
    font-size: 1.5rem;
  }
  .l-main-area .l-parts000 .l-icon-title {
    padding-right: 16px;
  }
  .l-main-area .l-parts000 .l-icon-title a {
    padding-right: 30px;
    min-height: 7rem;
  }
  .l-parts000 {
    padding-bottom: 1px;
  }
  .jijo-box {
    width: 100%;
  }
  .l-header-sitename {
    text-align: left;
  }
  .l-main-area .float-wrap.mb-max {
    width: auto;
  }
  .l-main-area .float-wrap.mb-max {
    display: block;
    margin-bottom: 10px;
  }
  .l-parts000000 {
    background: #ffffff;
  }
  .l-parts000000 .toc_parts {
    margin-top: 0;
    margin-bottom: 5rem;
    width: inherit;
  }
  .l-parts000000 .l-section-inner {
    padding-top: 0;
  }
  .l-main-area .l-parts03-column3__box table th {
    width: 100%;
  }
  .l-main-area .l-icon-title:after {
    left: 20px;
    width: 35px;
    transform: translateY(15px);
  }
  .l-main-area .l-parts000 .l-icon-title a {
    min-height: auto;
  }
  .l-main-area .l-number-wrapper h3 + p {
    padding: 0 1.5rem;
  }
  .l-parts01-column3__box div.threettl {
    color: #0a0e57;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    padding: 3rem 0 1.8rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
  }
  .l-parts01 .l-parts01-column3__box .float-wrap {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 1.4rem;
  }
}

/***************フッターバナー***************/

.cmn02-text-banner-box__image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.index-banner {
  margin: 5rem 0 0 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 310;
  display: none;
}

.index-banner.forSP {
  transition: 0.5s;
}

.index-banner.forSP.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.index-banner a {
  text-decoration: none;
}

.index-banner a:hover {
  opacity: 0.6;
}

.image-banner-box {
  max-width: 100%;
}

.image-banner-box.part02 {
  max-width: 100%;
}

.image-banner-box.part02 .cmn02-text-banner-box__image {
  position: relative;
  max-width: 100%;
  left: 0;
}

.l-contents-area .caption {
  font-size: 1rem;
  font-weight: normal;
  color: #707070;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .text-banner-box__text .cmn02-paragraph p {
    font-size: 1.4rem;
  }
  .text-banner-box.part02:after {
    background-size: 10px auto;
  }
  .image-banner-box.part02 .cmn02-text-banner-box__image:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 17px;
    height: 31px;
    background-size: 10px auto;
  }
  .l-main-area .l-parts00 .float-wrap .float-img.fl {
    width: 100%;
  }
}
