@charset "UTF-8";
/* webfont */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
body, input, textarea, button {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴシック W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  min-height: 100vh;
}

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

/* 必須マーク調整*/
.m-inputCustomerInfo.u-2cols-container .o-require {
  height: auto;
}

/*===============================================================
style-header
===============================================================*/
.style-header {
  position: relative;
  background: #fff;
  z-index: 2000;
}

.style-header_top {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .style-header_top {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
            box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    z-index: 1;
  }
}

.style-header_nav {
  position: relative;
  background: #666;
}

@media screen and (min-width: 769px) {
  .style-header_nav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .style-header_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    border-top: 1px solid #fff;
    z-index: 2;
  }
}

.style-h-logo {
  display: block;
}

.style-h-logo img {
  width: auto;
  max-height: 50px;
}

@media screen and (max-width: 768px) {
  .style-h-logo img {
    max-width: 150px;
    margin-left: 10px;
  }
}

/*===============================================================
style-h-util
===============================================================*/
.style-h-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 8px 20px 10px;
}

@media screen and (max-width: 768px) {
  .style-h-util {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .style-h-util_logo {
    padding: 7px 0 6px 10px;
  }
}

@media screen and (max-width: 768px) {
  .style-h-util_links {
    display: none;
  }
}

.style-h-util_tgl {
  display: none;
}

@media screen and (max-width: 768px) {
  .style-h-util_tgl {
    display: block;
  }
}

.style-h-username {
  margin: 0 0 8px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  color: #707070;
}

/*===============================================================
style-h-links
===============================================================*/
@media screen and (min-width: 769px) {
  .style-h-links-sp {
    display: none;
  }
}

.style-h-links_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .style-h-links_body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 10px 15px;
  }
}

.style-h-links_item {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .style-h-links_item {
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
  }
}

.style-h-links_item a {
  padding: 4px 12px 2px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
}

.style-h-links_item a[class^="icon-"] {
  padding-left: 15px;
  border: 2px solid #666;
  border-radius: 20px;
}

.style-h-links_item a[class^="icon-"]::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .style-h-links_item a[class^="icon-"] {
    margin-left: 12px;
  }
  .style-h-links_item a.icon-entry {
    color: #fff !important;
    background: #cfb361;
    border-color: #cfb361;
  }
  .style-h-links_item a.icon-entry::before {
    color: #fff;
  }
}

.style-h-links_item a.icon-entry::before {
  content: "\f05d";
}

.style-h-links_item a.icon-login::before {
  content: "\f13e";
}

.style-h-links_item a.icon-logout::before {
  content: "\f023";
}

.style-h-links_item a.icon-mypage::before {
  content: "\f2be";
}

.style-h-links_item a.icon-cart::before {
  content: "\f07a";
}

@media screen and (max-width: 768px) {
  .style-h-links_item a {
    display: block;
    min-height: 50px;
    padding: 14px 10px 12px;
    background: #fff;
    color: #666;
    text-align: center;
    border-radius: 30px !important;
  }
  .style-h-links_item:nth-child(n + 3) {
    width: 100%;
  }
}

.style-h-links_item a:link, .style-h-links_item a:visited, .style-h-links_item a:hover {
  color: #666;
  text-decoration: none;
}

.style-h-links_item a:hover {
  opacity: .6;
}

/*===============================================================
style-navTgl
===============================================================*/
.style-navTgl {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.style-navTgl_line {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 18px;
  background: #333;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.style-navTgl_line:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.style-navTgl_line:nth-child(2) {
  top: 22px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.style-navTgl_line:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.style-navTgl.is-open .style-navTgl_line:nth-child(1) {
  width: 30px;
  top: 22px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.style-navTgl.is-open .style-navTgl_line:nth-child(2) {
  width: 0;
}

.style-navTgl.is-open .style-navTgl_line:nth-child(3) {
  width: 30px;
  top: 22px;
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.style-navTgl_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 39px;
  font-size: 10px;
  line-height: 1.2;
  color: #333;
  text-align: center;
}

/*===============================================================
style-nav
===============================================================*/
.style-nav {
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .style-nav {
    border-top: 1px solid #fff;
  }
}

.style-nav_body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .style-nav_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.style-nav_item {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .style-nav_item {
    width: 100%;
  }
  .style-nav_item + .style-nav_item {
    border-top: 1px solid #fff;
  }
}

.style-nav_link {
  position: relative;
  display: block;
  padding: 10px 21px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .style-nav_link {
    padding: 15px 15px 13px;
  }
}

.style-nav_link:link, .style-nav_link:visited {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .style-nav_item.is-active .style-nav_link {
    background: #fff;
    color: #333;
  }
  .style-nav_item.is-active .style-nav_link:after {
    border-color: #333;
  }
}

@media screen and (min-width: 769px) {
  .style-nav_link:hover {
    background: #fff;
    color: #333;
  }
  .style-nav_link:hover:after {
    border-color: #333;
  }
}

/*===============================================================
style-overlay
===============================================================*/
.style-overlay {
  display: none;
}

@media screen and (max-width: 768px) {
  .style-overlay {
    position: absolute;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    opacity: .8;
    z-index: 1999;
  }
}

/*===============================================================
footer
===============================================================*/
.footer_wrp {
  background: #666;
}

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

.footer_wrp .content_width {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer_wrp .free_area {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

.l-footer-left {
  margin: 15px auto;
  width: 1300px !important;
  max-width: 100%;
  float: none;
  text-align: center;
}

.l-footer-left ul {
  margin: 0 auto;
}

.footer .foote_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foote_link > li a {
  font-weight: 400;
}

.foote_link > li > a:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer .foote_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .l-footer-left,
  .footer ul.foote_link > li {
    width: 100%;
    min-height: auto;
    border: none !important;
  }
  .footer ul.foote_link > li a {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 480px) {
  .footer ul.foote_link > li a {
    font-size: 1.4rem;
  }
}

/*===============================================================
style-footer
===============================================================*/
.style-footer {
  max-width: 1300px;
  margin: auto;
  text-align: center;
  padding: 30px 20px;
}

.style-f-logo img {
  width: 215px;
  height: 43px;
  display: block;
  margin: 0 auto 30px;
}

.style-f-links,
.style-f-contact {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.style-f-links li,
.style-f-contact li {
  display: block;
}

.style-f-links a {
  padding: 4px 10px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

.style-f-links a::before {
  content: "";
  margin-right: 4px;
  width: 6px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.style-f-contact li {
  margin: 5px 10px;
}

.style-f-contact li *[class^="icon-"] {
  max-width: 250px;
  padding: 8px 20px 5px;
  color: #666;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}

.style-f-contact li *[class^="icon-"]::before {
  margin-right: 6px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

.style-f-contact {
  margin-top: 40px;
}

.style-f-contact li .icon-inquiries::before {
  content: "\f003";
}

.style-f-contact li .icon-tel::before {
  color: #cfb361;
  content: "\f098";
}

@media screen and (max-width: 768px) {
  .style-f-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .style-f-links li {
    margin-bottom: 5px;
  }
  .style-f-links li a {
    padding: 5px 0 0 15px;
    position: relative;
  }
  .style-f-links a::before {
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
  }
}

@media screen and (max-width: 480px) {
  .style-f-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .style-f-links {
    text-align: left;
  }
  .style-f-contact li {
    margin-bottom: 5px;
  }
  .style-f-contact li * {
    margin: 0 auto;
  }
  .style-f-contact li *[class^="icon-"] {
    padding: 10px 20px;
  }
}

.footer_wrp .copyright {
  background: transparent;
  height: auto;
  padding-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .footer_wrp .copyright {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .footer_wrp .copyright {
    padding: 10px;
  }
}

/*===============================================================
btn_pagetop
===============================================================*/
#btn_pagetop a {
  background: #666;
}

#btn_pagetop a:hover {
  background: #666;
  opacity: .6 !important;
}

#btn_pagetop a:after {
  border-color: #fff;
}

.section_wrp {
  margin: 0 !important;
}

/*===============================================================
style-section
===============================================================*/
.style-section.is-white {
  background: #fff;
}

.style-section.is-gray {
  background: #f5f5f5;
}

.style-section.is-bgNetwork {
  background: url("/image/style-bgNetwork") center center no-repeat;
  background-size: cover;
}

.style-section_inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 10px;
}

@media screen and (max-width: 768px) {
  .style-section_inner {
    padding: 40px 10px;
  }
}

.style-section.is-bnrArea .style-section_inner {
  padding: 40px 10px;
}

@media screen and (max-width: 768px) {
  .style-section.is-bnrArea .style-section_inner {
    padding: 10px;
  }
}

.style-section.is-entry .style-section_inner {
  padding: 65px 10px 76px;
}

@media screen and (max-width: 768px) {
  .style-section.is-entry .style-section_inner {
    padding: 36px 10px 50px;
  }
}

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

/*===============================================================
style-mvSection
===============================================================*/
.style-mvSection_inner {
  max-width: 1366px;
  margin: auto;
}

/*===============================================================
style-mvSlider
===============================================================*/
.style-mvSlider {
  position: relative;
}

.style-mvSlider .bx-wrapper {
  padding: 0;
}

.style-mvSlider_card {
  display: block;
}

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

a.style-mvSlider_card {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

a.style-mvSlider_card:hover {
  opacity: .6;
}

.style-mvSlider_btn {
  position: absolute;
  top: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn {
    top: calc(50% - 16px);
  }
}

.style-mvSlider_btn a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  opacity: .4;
  cursor: pointer;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn a {
    width: 30px;
    height: 30px;
  }
}

.style-mvSlider_btn a:hover {
  opacity: .6;
}

.style-mvSlider_btn a:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn a:after {
    width: 8px;
    height: 8px;
  }
}

.style-mvSlider_btn.is-prev {
  left: 10px;
}

.style-mvSlider_btn.is-prev a:after {
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-prev a:after {
    left: 4px;
  }
}

.style-mvSlider_btn.is-next {
  right: 10px;
}

.style-mvSlider_btn.is-next a:after {
  right: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .style-mvSlider_btn.is-next a:after {
    right: 4px;
  }
}

.style-mvSlider_control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  bottom: -24px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .style-mvSlider_control {
    bottom: 0px;
  }
}

/*-------------------------------------------------------------
style-mvPager
-------------------------------------------------------------*/
.style-mvPager {
  position: relative;
}

@media screen and (min-width: 769px) {
  .style-mvPager {
    top: -40px;
  }
}

.style-mvPager .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.style-mvPager .bx-pager-item + .bx-pager-item {
  margin-left: 5px;
}

.style-mvPager .bx-pager-link {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.style-mvPager .bx-pager-link:before, .style-mvPager .bx-pager-link:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.style-mvPager .bx-pager-link:before {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .style-mvPager .bx-pager-link:before {
    width: 11px;
    height: 11px;
  }
}

.style-mvPager .bx-pager-link:after {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

.style-mvPager .bx-pager-link.active:before {
  opacity: 1;
}

.style-mvPager .bx-pager-link.active:after {
  width: 8px;
  height: 8px;
  background-color: #333;
}

/*-------------------------------------------------------------
style-mvTgl
-------------------------------------------------------------*/
.style-mvTgl {
  position: relative;
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .style-mvTgl {
    top: -40px;
  }
}

.style-mvTgl .bx-controls-auto .bx-start,
.style-mvTgl .bx-controls-auto .bx-stop {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: #333;
  border: none;
  border-radius: 0;
  font-size: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.style-mvTgl .bx-controls-auto .bx-start:before, .style-mvTgl .bx-controls-auto .bx-start:after,
.style-mvTgl .bx-controls-auto .bx-stop:before,
.style-mvTgl .bx-controls-auto .bx-stop:after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
}

.style-mvTgl .bx-controls-auto .bx-start:before, .style-mvTgl .bx-controls-auto .bx-start:after {
  width: 0;
  height: 0;
  left: 8px;
  background: none;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.style-mvTgl .bx-controls-auto .bx-stop:before, .style-mvTgl .bx-controls-auto .bx-stop:after {
  width: 3px;
  height: 10px;
  background: #fff;
}

.style-mvTgl .bx-controls-auto .bx-stop:before {
  left: 8px;
}

.style-mvTgl .bx-controls-auto .bx-stop:after {
  left: 13px;
}

/*===============================================================
共通スタイル
===============================================================*/
sub {
  vertical-align: baseline;
  font-size: 1.2rem;
}

.style-content img {
  max-width: 100%;
}

section::after {
  content: "";
  display: block;
  clear: both;
}

/* CMSページ以外のパンクズ位置調整 */
.pankuzu {
  max-width: 1280px;
  margin: 0 auto;
}

.pankuzu .content_width {
  padding: 0;
}

[class^="index-section"] p,
[class^="index-section"] dt,
[class^="index-section"] dd {
  color: #707070;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  [class^="index-section"] p,
  [class^="index-section"] dt,
  [class^="index-section"] dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

[class^="index-section"] h2 {
  line-height: 1.2;
}

.style-content ol {
  padding: 0 0 0 30px;
}

.style-content ol li {
  list-style: decimal outside;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .style-content ol {
    padding: 0 0 0 25px;
  }
  .style-content ol li {
    padding: 0 15px 0 5px;
  }
}

.style-content p.note {
  margin: 10px 0 0 1em;
  line-height: 1.6;
  font-size: 90%;
}

.style-content p.note .mark {
  margin-left: -1em;
}

.style-content strong {
  font-weight: 700;
  color: #666;
}

/* カード */
.card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-container .card,
.card-container .gap {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  max-width: 98%;
}

.card-container .card {
  background: #fff;
}

/* flexboxの最終列左寄せ用 */
.card-container:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

/* カード共通スタイル */
.card-container .card {
  padding: 0 0 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, .16);
}

.card-container h2::after {
  display: none;
}

.card-container .card-title {
  margin: 20px;
  padding: 0 10px;
  border-left: 4px solid #666;
  color: #707070;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}

.card-container .card-title a {
  color: #707070;
  text-decoration: none;
}

.card-container .card-title a:hover,
.card-container .card-title a:active {
  color: #666;
}

.card-container .card a.photo {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.card-container .card a.photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

@media screen and (min-width: 1025px) {
  /* 1025px以上のみ */
  .card-container .card a.photo:hover:after {
    -webkit-box-shadow: #cfb361 0px 0px 0px 4px inset;
            box-shadow: #cfb361 0px 0px 0px 4px inset;
  }
}

.card-container .card .details {
  margin: 0 20px;
}

.card-container .card p.details {
  margin-top: 15px;
  line-height: 1.6;
}

.card-container .card dl dt {
  margin: 15px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #666;
  color: #666;
  line-height: 1.6;
}

.card-container .card dl dd {
  margin: 6px 0 0 0;
  line-height: 1.6;
}

.card-container .card dl dd a {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  /* 1025px以上のみ */
  .card-container .card dl dd a:hover {
    text-decoration: underline;
  }
}

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

@media screen and (max-width: 900px) {
  .card-container {
    margin: 30px 0 0;
  }
  .card-container .card-title {
    margin: 20px 15px;
  }
  .card-container .card dl {
    margin: 0 15px;
  }
  .card-container .card .details {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .card-container .btn_detail {
    width: calc(100% - 30px);
  }
}

/* リンクボタン */
[class^="index-section"] .btn_detail {
  min-width: 270px;
}

[class^="index-section"] .btn_detail.btn_next a {
  background: #666;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
  font-size: 1.6rem;
  border: none;
}

[class^="index-section"] .btn_detail.btn_next a:hover,
[class^="index-section"] .btn_detail.btn_next a:active,
[class^="index-section"] .btn_detail.btn_next a:focus {
  color: #fff;
  background: rgba(102, 102, 102, .8);
}

@media screen and (max-width: 480px) {
  [class^="index-section"] .btn_detail.btn_next {
    width: 70%;
  }
  [class^="index-section"] .btn_detail.btn_next a {
    font-size: 1.6rem;
  }
}

/*===============================================================
トップページ
===============================================================*/
[class^="index-section"] {
  padding: 50px 0;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

[class^="index-section"] .btn_detail.btn_next:after {
  border-color: #fff;
}

@media screen and (max-width: 1380px) {
  [class^="index-section"] {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 480px) {
  [class^="index-section"] {
    padding: 30px 20px;
  }
}

[class^="index-section"]:nth-child(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: #e1e1e1;
}

@media screen and (min-width: 1301px) {
  /* 1300px以上はウィンドウサイズの端まで背景を出す */
  [class^="index-section"]:nth-child(even):before {
    width: 800%;
    left: -400%;
  }
}

/* 見出し */
[class^="index-section"] h2,
.topics .headline .title {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0.2em 0 0.2em 1.4em;
  font-size: 3rem;
  font-weight: 400;
  color: #666;
  border: none;
  line-height: 1.2;
}

[class^="index-section"] h2:before,
.topics .headline .title:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #cfb361;
  -webkit-box-shadow: 0 0.6em 0 rgba(102, 102, 102, .6), 0.6em 0 0 rgba(102, 102, 102, .6), 0.6em 0.6em 0 #cfb361;
          box-shadow: 0 0.6em 0 rgba(102, 102, 102, .6), 0.6em 0 0 rgba(102, 102, 102, .6), 0.6em 0.6em 0 #cfb361;
  content: "";
}

@media screen and (min-width: 1101px) {
  .index-section-introduction .btn_detail {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 480px) {
  [class^="index-section"] h2,
  .topics .headline .title {
    font-size: 2.4rem;
  }
}

/* お知らせ */
.section_wrp .topics {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 1380px) {
  .section_wrp .topics {
    padding: 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .section_wrp .topics {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}

.topics .headline {
  text-align: left;
}

.topics .headline .btn_more {
  position: absolute;
  width: 200px;
  height: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.topics .headline .btn_more a {
  padding: 10px;
  border: none;
  color: #666;
  background: #fff;
  border: 2px solid #666;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .topics .headline .btn_more {
    width: auto;
    bottom: -5px;
  }
  .topics .headline .btn_more a {
    font-size: 1.4rem;
    padding: 10px 1em;
  }
}

.section_wrp .topics h3 {
  display: none;
}

.topic_list {
  float: none;
  width: 100%;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topic_list {
    margin-top: 21px;
  }
}

.section_wrp .topics .topic_list dl {
  margin: 0;
  border: none;
}

.topics .topic_list dt {
  width: 140px;
  padding: 8px 0;
  border: none;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #666;
  position: relative;
}

.topics .topic_list dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #707070;
  position: absolute;
  bottom: 0.2em;
  left: 28px;
}

.topics .topic_list dt .icon {
  background: #cfb361;
  width: 20px;
  height: 20px;
  line-height: 1.2;
}

.topics .topic_list dd {
  padding: 8px 0 8px 150px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: none;
}

.section_wrp .topics .topic_list dd {
  border: none;
}

.topics .topic_list dd a {
  color: #666;
  text-decoration: none;
}

.topics .topic_list dd a:hover {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .topics .topic_list dt:not(.important) .icon {
    display: none;
  }
  .topics .topic_list dt:after {
    left: 0;
  }
  .topics .topic_list dt,
  .topics .topic_list dd {
    width: 100%;
  }
  .topics .topic_list dt {
    font-weight: 400;
  }
  .topics .topic_list dd {
    padding: 0 0 8px;
  }
}

/* introduction */
.index-section-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index-section-introduction .introduction-text {
  width: calc(100% - 560px);
}

.index-section-introduction .introduction-img {
  width: 500px;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .index-section-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-section-introduction .introduction-text {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .index-section-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-section-introduction .introduction-text {
    width: 100%;
  }
  .index-section-introduction .introduction-img {
    margin: 30px auto 0;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.section_wrp .topics {
  padding: 0;
  width: 93%;
  margin: 10vw auto 15vw;
}

@media screen and (min-width: 768px) {
  .section_wrp .topics {
    margin: 48px auto 110px;
  }
}

.section_wrp .topics .headline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section_wrp .topics .headline .title {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section_wrp .topics .topic_list {
  margin: 4vw 0 0;
}

@media screen and (min-width: 768px) {
  .section_wrp .topics .topic_list {
    margin: 40px 0 0;
  }
}

.section_wrp .topics .topic_list .icon {
  display: none;
}

.section_wrp .topics .topic_list dt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}

@media screen and (min-width: 768px) {
  .section_wrp .topics .topic_list dt {
    font-size: 1.6rem;
  }
}

.section_wrp .topics .topic_list dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9EDFED;
  position: absolute;
  bottom: 0.2em;
  left: 0;
}

.section_wrp .topics .topic_list dd {
  padding: 8px 0 8px 0;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
}

@media screen and (min-width: 768px) {
  .section_wrp .topics .topic_list dd {
    font-size: 1.6rem;
    padding: 8px 0 8px 122px;
  }
}

.footer_wrp {
  background: #AAAAAA;
}

#btn_pagetop a {
  background: #AAAAAA;
}

.l-footer-left:before {
  display: none;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search .submit_btn,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select .submit_btn {
  background-color: #06B4E8;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search dt,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dt {
  background-color: #06B4E8;
}

.sidemenu_wrp.m-sideSearchBox .sidemenu_search dd,
.sidemenu_wrp.m-sideSearchBox .sidemenu_select dd {
  color: #06B4E8;
}

.m-topFilterBox .clearBtn .baseBtn,
.m-sideSearchBox .clearBtn .baseBtn {
  background-color: #06B4E8;
}

.u-pager > ul li.a-pager-current a, .u-pager > ul li.a-pager-current span {
  background: #06B4E8;
  border: 1px solid #06B4E8;
}

.u-pager > ul li > a {
  border: 1px solid #06B4E8;
  color: #06B4E8;
}

.u-pager > ul li > a:hover {
  background: #06B4E8;
}

.m-product-detail .o-product-name a {
  color: #06B4E8;
}

.m-product-detail .o-product-name {
  color: #06B4E8;
  border-bottom: 1px solid #06B4E8;
}

.m-charges-model > ul > li:nth-child(odd) p.o-model-title {
  background-color: #06B4E8;
}

.m-charges-model > ul > li:nth-child(even) p.o-model-title {
  background-color: #06B4E8;
}

.m-charges-model .o-btn-modelDetail {
  border: 1px solid #06B4E8;
}

.m-charges-model .o-btn-modelDetail:after {
  border-right: solid 2px #06B4E8;
  border-bottom: solid 2px #06B4E8;
}

.m-topFilterBox .o-box-head {
  background-color: #06B4E8;
}

.m-itemDetail-head .o-itemname {
  color: #06B4E8;
}

.m-itemDetail-head .o-right-header {
  border-bottom: 1px solid #06B4E8;
}

.m-itemDetailSideBox-inner .o-header {
  background-color: #06B4E8;
}

.m-topFilterBox .clearBtn .baseBtn,
.m-sideSearchBox .clearBtn .baseBtn {
  background-color: #06B4E8;
}

.baseBtn {
  background-color: #06B4E8;
}

.m-charges-model .o-btn-modelDetail > span {
  color: #06B4E8;
}

.m-product-option ul.charges_model > li.js-radio-selected {
  border: 2px solid #06B4E8;
  background: #ebf8fb;
}

.pankuzu li a {
  color: #06B4E8;
}

.pankuzu li a:hover {
  opacity: 0.7;
}

.m-headline, .headline .title {
  border-bottom: 2px solid #06B4E8;
}

.headline .title {
  display: inline-block;
  border-bottom: solid 2px #06B4E8;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  color: #06B4E8;
}

.m-headline, .headline .title {
  border-bottom: 2px solid #06B4E8;
}

.flowbox .popbox_right.active .popbox_body {
  border: solid 1px #06B4E8;
}

.flowbox .popbox.active .popbox_body {
  background: #06B4E8;
}

.mypage_menu .title {
  color: #06B4E8;
}

input[type=radio] + .inputLabel:after {
  background-color: #06B4E8;
}

.m-product-option .inputLabel {
  color: #06B4E8;
}

.l-cartTotalBox-inner .o-header {
  background-color: #06B4E8;
}

.m-cartItemList .o-row-head {
  color: #06B4E8;
}

.m-cartItemActionBox a {
  color: #06B4E8;
}

.m-payment-method .o-title,
.m-customer-subinfo .o-title {
  background-color: #06B4E8;
}

.m-headline .o-title {
  color: #06B4E8;
}

.popbox.active .popbox_arw:after {
  background: #06B4E8;
}

table.basic thead tr th {
  background: #06B4E8;
}

table.basic td.detail a {
  color: #06B4E8;
  background: #fff;
  border: 1px solid #06B4E8;
}

table.basic td.detail a:hover {
  color: #fff;
  background: #06B4E8;
}

.m-tabaccordion .tabaccordionhead > ul > li > a {
  color: #06B4E8;
}

.tabaccordionbody .btn_detail.btn_next .custom_items_button {
  background: #06B4E8;
}

.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
  background: #06B4E8;
  opacity: 0.7;
}

.content ul {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

.content ol {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

.content ol li {
  list-style: auto;
}

.content ol ol li {
  list-style: lower-alpha;
}

.pankuzu li a:after {
  border-color: #06B4E8 !important;
}

.index-section-introduction .introduction-text {
  width: 100% !important;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

body {
  position: relative;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* layout
--------------------------------------------*/
/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.l-header-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}

.l-header {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
  z-index: 2;
}

.l-header-outer {
  width: 100%;
  background-color: #ffffff;
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  width: 93%;
  margin: 0 auto;
  padding: 2vw 1vw 1.5vw 1vw;
  background-color: #ffffff;
  position: relative;
  min-height: 68px;
}

@media screen and (min-width: 768px) {
  .l-header-inner {
    height: 110px;
    padding: 0 0 0 0;
  }
}

.l-header-inner .header-logo-wrapper {
  position: relative;
  left: -3%;
  -webkit-transform: translateY(-23%);
          transform: translateY(-23%);
}

@media screen and (min-width: 768px) {
  .l-header-inner .header-logo-wrapper {
    left: -2%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.l-header-inner .header-logo-wrapper .logo-link {
  display: inline-block;
}

.l-header-inner .header-center-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.l-header-inner .header-center-wrapper .center-logo {
  display: inline-block;
}

.l-header-inner .header-center-wrapper .text {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .l-header-inner .header-center-wrapper .text {
    display: block;
    font-size: 1.6rem;
  }
}

.l-header-inner .header-center-wrapper .text span {
  white-space: nowrap;
}

.l-header-inner .header-icons-wrapper .header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-inner .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .l-header-inner .header-icon {
    width: clamp(30px, 3.8vw, 50px);
  }
}

.l-header-inner .header-icon + .header-icon {
  margin-left: 30px;
}

.l-header-inner .header-icon .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  white-space: nowrap;
}

.l-header-nav {
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
  .l-header-nav {
    position: relative;
    top: 0;
  }
}

.l-header-nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2vw 20px 32px;
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner {
    padding: 0;
  }
}

.l-header-nav-inner .header-nav-icon-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2vw;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner .header-nav-icon-menu {
    height: 90px;
    display: none;
  }
}

.l-header-nav-inner .header-nav-icon-menu-item {
  background: #ffffff;
}

.l-header-nav-inner .header-nav-icon-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 8px 8px;
}

.l-header-nav-inner .header-nav-icon-menu-link .icon-image-wrapper {
  width: 11vw;
  max-width: 50px;
}

.l-header-nav-inner .header-nav-icon-menu-link .text {
  font-size: clamp(1.2rem, 3.5vw, 1.6rem);
  margin: 0 0 0 2vw;
}

.l-header-nav-inner .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner .header-nav-list {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-header-nav-inner .header-nav-item {
  width: 100%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 14px 0;
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner .header-nav-item {
    max-width: 160px;
    border-top: none;
    border-bottom: none;
    padding: 0;
  }
}

.l-header-nav-inner .header-nav-item + .header-nav-item {
  border-top: none;
}

.l-header-nav-inner .header-nav-item .link {
  color: #ffffff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: clamp(1.3rem, 4vw, 1.6rem);
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner .header-nav-item .link {
    height: 90px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header-nav-inner .header-nav-item .link:hover {
    opacity: 1;
    background: #ffffff;
    color: #06B4E8;
  }
}

.l-header-menu-button {
  width: clamp(30px, 6vw, 40px);
  aspect-ratio: 1 / 1;
  position: relative;
}

.l-header-menu-button .menu-bar {
  content: "";
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100vh;
}

.l-header-menu-button .menu-bar::before, .l-header-menu-button .menu-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 100vh;
}

.l-header-menu-button .menu-bar::before {
  top: -240%;
}

.l-header-menu-button .menu-bar::after {
  bottom: -240%;
}

.l-header-menu-button .menu-bar.active {
  background: transparent;
}

.l-header-menu-button .menu-bar.active::before {
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-header-menu-button .menu-bar.active::after {
  bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top.active::after {
    display: none;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.l-main {
  padding: 32px 0 0;
}

.l-main-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  width: 93%;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.l-about-service {
  padding: 32px 0 0;
}

.l-about-service-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  width: 93%;
}

.l-about-service-contents + .l-about-service-contents {
  margin: 48px 0 0;
}

.l-about-service-contents.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-about-service-contents.top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-about-service-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3.6vw 0 0;
  row-gap: 2.5vw;
}

@media screen and (min-width: 768px) {
  .l-about-service-card-wrapper {
    margin: 16px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* object
--------------------------------------------*/
/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

/* default
--------------------------------------------*/
.c-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-button:hover {
  opacity: .7;
}

/* option style
--------------------------------------------*/
.c-button.default-button {
  color: #ffffff;
  border-radius: 100vh;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
  font-size: clamp(1.2rem, 3.2vw, 1.8rem);
}

@media screen and (min-width: 768px) {
  .c-button.default-button {
    font-size: 1.8rem;
  }
}

/* button color
--------------------------------------------*/
.c-button.primary-blue {
  background-color: #06B4E8;
}

/* out of control HTML
--------------------------------------------*/
.topics .headline .btn_more {
  top: 50%;
  right: -30px;
  bottom: auto;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.topics .headline .btn_more a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  border-radius: 100vh;
  padding: 6px 30px;
  font-weight: 500;
  font-size: clamp(1.2rem, 3.2vw, 1.8rem);
  width: 100%;
  background-color: #06B4E8;
  line-height: 1.6;
}

.topics .headline .btn_more a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .topics .headline .btn_more a {
    font-size: 1.8rem;
    padding: 6px 0;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

[class^="index-section"] h2.h2-heading {
  padding: 0;
  margin: 0;
}

[class^="index-section"] h2.h2-heading::before {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-h2-heading-u-mark {
  position: relative;
  padding: 0 0 0 min(15vw,88px);
}

@media screen and (min-width: 768px) {
  .c-h2-heading-u-mark {
    padding: 0 0 0 88px;
  }
}

.c-h2-heading-u-mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14vw;
  max-width: 75px;
  aspect-ratio: 75 / 24;
  background: url(../image/img_mark_01.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-h2-heading-u-mark::before {
    width: 75px;
  }
}

.c-h2-heading-u-mark .h2-heading {
  font-size: clamp(2rem, 6vw, 2.5rem);
  color: #06B4E8;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-h2-heading-u-mark .h2-heading {
    font-size: 2.5rem;
  }
}

.topics .headline .title {
  position: relative;
  padding: 0 0 0 min(15vw,88px);
  font-weight: bold;
  font-size: clamp(2rem, 6vw, 2.5rem);
  color: #06B4E8;
}

@media screen and (min-width: 768px) {
  .topics .headline .title {
    padding: 0 0 0 88px;
  }
}

.topics .headline .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14vw;
  max-width: 75px;
  height: auto;
  aspect-ratio: 75 / 24;
  background: url(../image/img_mark_01.svg) center no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .topics .headline .title::before {
    width: 75px;
  }
}

@media screen and (min-width: 768px) {
  .topics .headline .title {
    font-size: 2.5rem;
  }
}

.c-h3-heading-gr-box {
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.c-h3-heading-gr-box .h3-heading {
  font-size: 3.2vw;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .c-h3-heading-gr-box .h3-heading {
    font-size: 1.8rem;
  }
}

.c-h3-heading-gr-box.width__100p {
  width: 100%;
}

.c-h3-heading-gr-box.left-position {
  left: -2vw;
}

@media screen and (min-width: 768px) {
  .c-h3-heading-gr-box.left-position {
    left: -16px;
  }
}

.c-h3-heading-gr-box.side-padding {
  padding: 8px 12px;
}

.c-h3-heading-gr-box.invisible {
  visibility: hidden;
}

.c-h3-heading-blue-box {
  background: #06B4E8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.c-h3-heading-blue-box .h3-heading {
  font-size: 3.2vw;
  color: #ffffff;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-h3-heading-blue-box .h3-heading {
    font-size: 1.8rem;
  }
}

.c-h3-heading-blue-box.width__100p {
  width: 100%;
}

.c-h3-heading-blue-box.left-position {
  left: -2vw;
}

@media screen and (min-width: 768px) {
  .c-h3-heading-blue-box.left-position {
    left: -16px;
  }
}

.c-h3-heading-blue-box.side-padding {
  padding: 8px 12px;
}

.c-h3-heading-gr-column-box {
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 3px 3px;
  -webkit-box-shadow: 3px 3px 0px #A5D9F5;
          box-shadow: 3px 3px 0px #A5D9F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-h3-heading-gr-column-box .top {
  padding: 8px 0;
}

.c-h3-heading-gr-column-box .bottom {
  padding: 10px 0;
  background: #ffffff;
}

.c-h3-heading-gr-column-box .h3-heading {
  font-size: 3.2vw;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .c-h3-heading-gr-column-box .h3-heading {
    font-size: 1.8rem;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.c-navigation-bread-clump {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  width: 93%;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.p-faq-boxes-wrapper {
  border: 3px solid #06B4E8;
  margin: 16px 0 0;
  padding: 4vw 3vw;
  -webkit-box-shadow: 3px 3px 0px #A5D9F5;
          box-shadow: 3px 3px 0px #A5D9F5;
}

@media screen and (min-width: 768px) {
  .p-faq-boxes-wrapper {
    padding: 24px 3%;
    margin: 20px 0 0;
  }
}

.p-faq-boxes-wrapper .center-lead {
  text-align: center;
}

.p-faq-boxes-wrapper .faq-box {
  width: 100%;
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .p-faq-boxes-wrapper .faq-box {
    margin: 16px 0 0;
  }
}

.p-faq-boxes-wrapper .faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq-boxes-wrapper .faq-wrapper + .faq-wrapper {
  margin: 8px 0 0;
}

.p-faq-boxes-wrapper .head-box {
  width: 8vw;
  max-width: 40px;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-faq-boxes-wrapper .head-box {
    width: 40px;
    padding: 0;
  }
}

.p-faq-boxes-wrapper .head-box.a-box {
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
}

.p-faq-boxes-wrapper .head-box.q-box {
  background-image: -webkit-gradient(linear, left top, right top, from(#94A0DF), to(#A38CD1));
  background-image: linear-gradient(90deg, #94A0DF 0%, #A38CD1 100%);
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-faq-boxes-wrapper .inner-text {
  color: #ffffff;
}

.p-faq-boxes-wrapper .faq-text {
  word-break: break-all;
  margin: 0 0 0 3%;
}

@media screen and (min-width: 768px) {
  .p-faq-boxes-wrapper .faq-text {
    margin: 0 0 0 16px;
  }
}

.p-faq-boxes-wrapper .faq-text.q-text {
  color: #5C3FBE;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.p-about-service-detail-contents {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-about-service-detail-contents {
    width: 48.7%;
  }
}

.p-about-service-detail-contents .text-wrapper {
  margin: 3.6vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-about-service-detail-contents .text-wrapper {
    margin: 24px 0 0;
  }
}

.p-about-service-detail-contents .button-wrapper {
  text-align: center;
  margin: 6vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-about-service-detail-contents .button-wrapper {
    margin: 36px 0 0;
    text-align: left;
  }
}

.p-about-service-detail-contents .c-button {
  max-width: 252px;
}

.p-about-service-movie {
  width: 100%;
  margin: 6vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-about-service-movie {
    margin: 0;
    width: 48.7%;
  }
}

.p-about-service-movie .movie-wrapper {
  width: 100%;
}

.p-about-service-movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.p-about-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 3px solid #06B4E8;
  padding: 2vw 2vw;
  margin: 0;
  -webkit-box-shadow: 3px 3px 0px #A5D9F5;
          box-shadow: 3px 3px 0px #A5D9F5;
}

@media screen and (min-width: 768px) {
  .p-about-service-card {
    width: 48.7%;
    padding: 16px 16px;
  }
}

.p-about-service-card .card-inner {
  position: relative;
}

.p-about-service-card .card-inner.left {
  width: 51%;
}

.p-about-service-card .card-inner.right {
  width: 45.4%;
}

.p-about-service-card::after {
  display: none;
}

.p-about-service-card .card-detail {
  margin: 8px 0 0;
  min-height: 17vw;
}

@media screen and (min-width: 768px) {
  .p-about-service-card .card-detail {
    margin: 22px 0 0;
    min-height: 100px;
  }
}

.p-about-service-card .c-button {
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .p-about-service-card .c-button {
    margin: 16px 0 0;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.p-entry-guide-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

.p-entry-guide-heading-wrapper .c-h3-heading-gr-box {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-entry-guide-heading-wrapper .u-text {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 8px;
}

.p-entry-guide-heading-wrapper .mail {
  color: #06B4E8;
  font-weight: 500;
}

.p-entry-guide-image-wrapper {
  margin: 22px 0 0;
}

.p-entry-guide-image-wrapper img {
  width: 100%;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.p-guide-navigation-wrapper {
  width: 100%;
  margin: 28px 0 0;
  position: relative;
}

.p-guide-step-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  margin: 24px 0 0;
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 0;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin: 35px 0 0;
  }
}

.p-guide-step-detail-wrapper.first {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper.first {
    margin: 60px 0 0;
  }
}

.p-guide-step-detail-wrapper .step-heading-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper .step-heading-wrapper {
    width: 268px;
  }
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper .step-detail-wrapper {
    width: calc(100% - 268px);
  }
}

.p-guide-step-detail-wrapper .step-detail-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-guide-step-detail-wrapper .step-detail-wrapper .num {
  margin: 0 8px 0 0;
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper .step-detail-wrapper .num {
    margin: 0 30px 0 0;
  }
}

.p-guide-step-detail-wrapper .step-detail-wrapper .accent {
  color: #06B4E8;
}

.p-guide-step-detail-wrapper .card-image-wrapper {
  width: 100%;
  margin: 8px auto 0;
}

@media screen and (min-width: 768px) {
  .p-guide-step-detail-wrapper .card-image-wrapper {
    width: 70%;
    margin: 16px 0 0;
  }
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.p-plan-simulation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 70px 0 0;
  }
}

.p-plan-simulation-wrapper .detail-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .detail-wrapper {
    width: 35%;
    min-width: 390px;
    margin: 0 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-plan-simulation-wrapper .detail-wrapper {
    margin: 1.6vw 8px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .p-plan-simulation-wrapper .c-h3-heading-blue-box {
    padding: min(2vw,48px) 0;
  }
}

.p-plan-simulation-wrapper .plan-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 16px 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-box-wrapper {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-box-wrapper .c-h3-heading-gr-column-box {
    height: 100%;
  }
}

.p-plan-simulation-wrapper .plan-box-wrapper .c-h3-heading-gr-column-box .top {
  padding: 2vw 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-box-wrapper .c-h3-heading-gr-column-box .top {
    padding: 16px 0;
    height: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-box-wrapper .c-h3-heading-gr-column-box .bottom {
    height: 83%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-plan-simulation-wrapper .plan-span-box {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #06B4E8;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0px #A5D9F5;
          box-shadow: 3px 3px 0px #A5D9F5;
  margin: 14px 0 0;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-span-box {
    padding: 1vw 0;
  }
}

@media screen and (min-width: 992px) {
  .p-plan-simulation-wrapper .plan-span-box {
    padding: min(2vw,48px) 0;
  }
}

.p-plan-simulation-wrapper .plan-list-wrapper {
  margin: 16px 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .plan-list-wrapper {
    margin: 30px 0 0;
  }
}

.p-plan-simulation-wrapper .plan-list-wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan-simulation-wrapper .plan-list-wrapper .mark {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #06B4E8;
  margin: 0 6px 0 0;
}

.p-plan-simulation-wrapper .image-wrapper {
  width: 100%;
  margin: 16px auto 0;
}

@media screen and (min-width: 768px) {
  .p-plan-simulation-wrapper .image-wrapper {
    width: 62%;
    margin: 0;
  }
}

.p-plan-simulation-wrapper .image-wrapper img {
  width: 100%;
}

.p-plan-condition-wrapper {
  margin: 6vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-condition-wrapper {
    margin: 40px 0 0;
  }
}

.p-plan-condition-wrapper .condition-list-wrapper {
  margin: 3vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-condition-wrapper .condition-list-wrapper {
    margin: 20px 0 0;
  }
}

.p-plan-condition-wrapper .condition-list-wrapper:last-of-type .mark {
  color: #333333;
}

.p-plan-condition-wrapper .condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1vw 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-condition-wrapper .condition-list {
    margin: 4px 0 0;
  }
}

.p-plan-condition-wrapper .condition-list .mark {
  margin: 0 4px 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  color: #06B4E8;
}

@media screen and (min-width: 768px) {
  .p-plan-condition-wrapper .condition-list .mark {
    font-size: 1.8rem;
  }
}

.p-plan-condition-wrapper .condition-list .invisible {
  visibility: hidden;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.u-text {
  color: #333333;
}

.u-text.fs__23 {
  font-size: clamp(1.4rem, 3vw, 2.3rem);
}

@media screen and (min-width: 768px) {
  .u-text.fs__23 {
    font-size: 2.3rem;
  }
}

.u-text.fs__18 {
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

@media screen and (min-width: 768px) {
  .u-text.fs__18 {
    font-size: 1.8rem;
  }
}

.u-text.fs__14 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.u-text.fs__14.-lv2 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

@media screen and (min-width: 768px) {
  .u-text.fs__14 {
    font-size: 1.4rem;
  }
}

.u-text.center-lead {
  color: #06B4E8;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .u-text.center-lead {
    text-align: center;
  }
}

.u-text.weight-bold {
  font-weight: bold;
}

.u-text.weight-500 {
  font-weight: 500;
}

.u-text.color-blue {
  color: #06B4E8;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

.u-margin--mt__10px {
  margin-top: 10px;
}

.u-margin--mt__20px {
  margin-top: 20px;
}

.u-margin--mt__30px {
  margin-top: 30px;
}

.u-margin--mt__40px {
  margin-top: 40px;
}

.u-margin--mt__50px {
  margin-top: 50px;
}

.u-margin--mt__60px {
  margin-top: 60px;
}

.u-margin--mt__70px {
  margin-top: 70px;
}

.u-margin--mt__80px {
  margin-top: 80px;
}

.u-margin--mt__90px {
  margin-top: 90px;
}

.u-margin--mt__100px {
  margin-top: 100px;
}

.u-margin--mt__110px {
  margin-top: 110px;
}

.u-margin--mt__120px {
  margin-top: 120px;
}

.u-margin--mt__130px {
  margin-top: 130px;
}

.u-margin--mt__140px {
  margin-top: 140px;
}

.u-margin--mt__150px {
  margin-top: 150px;
}

.u-margin--mt__160px {
  margin-top: 160px;
}

.u-margin--mt__170px {
  margin-top: 170px;
}

.u-margin--mt__180px {
  margin-top: 180px;
}

.u-margin--mt__190px {
  margin-top: 190px;
}

.u-margin--mt__200px {
  margin-top: 200px;
}

.u-margin--bt__110px {
  margin-bottom: 110px;
}

.u-center {
  text-align: center;
}

/* color */
/* opacity */
.l-header-wrapper img, .l-main img, .l-about-service img {
  font-size: 0;
  max-width: 100%;
}

.l-header-wrapper a, .l-main a, .l-about-service a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
}

.l-header-wrapper a:hover, .l-main a:hover, .l-about-service a:hover {
  opacity: 0.7;
}

.l-header-wrapper li, .l-main li, .l-about-service li {
  list-style: none;
}

/*===============================================================
料金表（トップ）
===============================================================*/
.p-plan-price-wrapper {
  margin: 40px 0;
}

@media only screen and (min-width: 768px) {
  .p-plan-price-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 30px 0 60px;
  }
}

.plan-img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {

  .p-plan-price-wrapper .plan-img + .plan-img {
    margin-top: 10px;
  }
}

/*===============================================================
料金表（下層）
===============================================================*/
.c-h3-heading-plan {
  background-image: -webkit-gradient(linear, left top, right top, from(#67B5FE), color-stop(50%, #41C8FC), to(#53D7C6));
  background-image: linear-gradient(90deg, #67B5FE 0%, #41C8FC 50%, #53D7C6 100%);
  color: #fff;
  padding: 17px 20px;
  margin: 30px 0;
}

.c-h3-heading-plan .c-text {
  font-size: 18px;
}

.c-h3-heading-plan .c-text span {
    padding: 0 10px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.c-h3-heading-plan .c-text span.-orange {
  background: #ff6c00;
}

.c-h3-heading-plan .c-text span.-border {
  border: 1px solid #fff;
}

.c-h3-heading-plan h3 {
  font-size: 24px;
}

.c-h3-heading-plan h3 span {
  font-size: 32px;
  margin-right: 10px;
}

.c-h3-heading-plan + .plan-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-h3-heading-plan {
    margin: 20px 0 30px;
  }

  .c-h3-heading-plan h3 {
    font-size: 1.4rem
  }

  .c-h3-heading-plan h3 span {
    font-size: 2.2rem;
  }

  .c-h3-heading-plan + .plan-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan-feautres-wrapper {
    margin: 0 0 40px;
  }
  .p-plan-feautres-wrapper.spNone {
      display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-plan-feautres-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin: 30px 0 100px;
  }
}

.p-plan-feautres-wrapper .feautres-block {
  border: 3px solid #06B4E8;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0px #A5D9F5;
          box-shadow: 3px 3px 0px #A5D9F5;
  padding: 10px 12px;
}

@media screen and (min-width: 768px) {
  .p-plan-feautres-wrapper .feautres-block {
    width: calc(100% / 3 - 10px);
    padding: 20px 18px;
  }
  .p-plan-feautres-wrapper .feautres-block.-col2 {
    width: 50%;
    max-width: 424px;
  }
}

.p-plan-feautres-wrapper .feautres-block .feautres-ttl {
  color: #06B4E8;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan-feautres-wrapper .feautres-block .feautres-ttl {
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  }
}

.p-plan-feautres-wrapper .condition-list-wrapper {
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .p-plan-feautres-wrapper .condition-list-wrapper {
    margin: 20px 0 0;
  }
}

.p-plan-feautres-wrapper .condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1vw 0 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-plan-feautres-wrapper .condition-list {
    margin: 4px 0 0;
  }
}

.p-plan-feautres-wrapper .condition-list .mark {
  margin: 0 4px 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  color: #06B4E8;
}

@media screen and (min-width: 768px) {
  .p-plan-feautres-wrapper .condition-list .mark {
    font-size: 1.8rem;
  }
}

/*===============================================================
料金表（priceTable）
===============================================================*/
table.priceTable
{
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
table.priceTable  thead tr th,
table.priceTable  tbody tr th
{
  font-weight: bold;
}

table.priceTable  thead tr th
{
  text-align: center;

  color: #fff;
  background-color: #06b4e8;
}
table.priceTable .price
{
  text-align: right;
}
table.priceTable .taxUnit
{
  font-size: inherit;
  font-weight: inherit;

  display: inline-block;
}
@media only screen and (min-width: 769px)
{
  table.priceTable
  {
    width: 100%;
    margin: 0 0 40px;

    border-collapse: collapse;

    border-bottom: 1px solid  #ddd;
  }
  table.priceTable tr
  {
    border-top: 1px solid #ddd;
    background: #fff;
  }
  table.priceTable thead tr th
  {
    font-weight: bold;

    text-align: center;
  }
  table.priceTable th,
  table.priceTable td
  {
    font-size: 14px;

    padding: 5px 10px;

    border: 0 solid #ddd;
    border-width: 0 1px 0 1px;
  }
  table.priceTable.pcNone, table.priceTable .pcNone
  {
    display: none;
  }
}
@media only screen and (max-width: 768px)
{
  table.priceTable,
  table.priceTable thead,
  table.priceTable tbody,
  table.priceTable thead tr,
  table.priceTable thead th,
  table.priceTable thead td,
  table.priceTable tbody tr,
  table.priceTable tbody th,
  table.priceTable tbody td
  {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  table.priceTable
  {
    margin: 0 0 10px;
  }
  table.priceTable thead,
  table.priceTable tbody
  {
    border: 0 solid #ddd;
    border-width: 0 1px 1px 0;
  }
  table.priceTable thead
  {
    border-bottom: 0;
  }
  table.priceTable tbody+thead
  {
    margin-top: 25px;
  }
  table.priceTable thead tr,
  table.priceTable tbody tr
  {
    display: flex;
    flex-wrap: wrap;
  }
  table.priceTable thead tr th,
  table.priceTable thead tr td,
  table.priceTable tbody tr th,
  table.priceTable tbody tr td,
  table.priceTable tbody tr:not(.childItem) td:first-of-type
  {
    font-size: 12px;

    flex: 1;

    box-sizing: border-box;
    padding: 5px 10px;

    border: 0 solid #ddd;
    border-width: 1px 0 0 1px;
  }
  table.priceTable thead tr th.spHead
  {
    flex: none;

    width: 100%;
  }
  table.priceTable tbody tr td.planType
  {
    font-weight: bold;

    background-color: #f4f4f4;
  }
  table.priceTable thead tr .spHead
  {
    font-weight: bold;
  }
  table.priceTable thead tr .spHead .planType
  {
    font-weight: inherit;

    display: block;

    margin: 5px -10px -5px;
    padding: 5px 10px;

    color: #000;
    background-color: #f4f4f4;
  }

  table.priceTable.spNone, table.priceTable .spNone
  {
    display: none;
  }
}

/* 202412 トップページ改修 */
.p-button-area-wrapper {
  margin-top: 40px;
}

.p-button-area-wrapper .text-ttl {
  color: #ff7b3a;
  text-align: center;
}

.p-button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.p-button_register {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 53px;
  height: 90px;
  background: #ff7b3a;
  border-radius: 45px;
  color: #fff !important;
  font-size: 32px;
  font-weight: 700;
}

.p-button_register .circle-txt {
  color: #ff7b39;
  font-size: 24px;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .p-button-area {
    margin-top: 10px;
  }
  .p-button_register {
    gap: 6px;
    padding: 0 50px;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
  }
  .p-button_register .circle-txt {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

.p-button_login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 210px;
  height: 58px;
  background: #06b4e8;
  border-radius: 28px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-button_login {
    gap: 6px;
    width: 170px;
    height: 38px;
    border-radius: 19px;
    font-size: 14px;
  }
}

.p-button_register .icon-angle,
.p-button_login .icon-angle {
  content: '';
  display: block;
  background: url('/image/icon-angle.svg') no-repeat;
  background-size: cover;
  width: 16px;
  height: 22px;
}

@media only screen and (max-width: 768px) {
  .p-button_register .icon-angle,
  .p-button_login .icon-angle {
    width: 12px;
    height: 16px;
  }
}

.p-notice_list {
  margin-top: 50px;
  margin-left: 46px;
}

@media only screen and (max-width: 768px) {
  .p-notice_list {
    margin-top: 30px;
    margin-left: 0;
  }
}

.fixed-banner {
  position: fixed;
  bottom: 32px;
  right: 50px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .fixed-banner {
    bottom: 0;
    right: 0;
  }

  .fixed-banner img {
    width: 152px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .fixed-banner a:hover {
    img {
      filter: brightness(1.1);
    }
  }
}

.u-spacer1 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .u-spacer1 {
    margin-top: 20px;
  }
}

.u-spacer2 {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .u-spacer2 {
    margin-top: 40px;
  }
}

/* ページトップに戻るボタンは非表示にする */
#btn_pagetop {
  display: none !important;
}