﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap');

/* ==========================================================================
   Format page styles
========================================================================== */
.format-label {
  background-color: #222;
  color: #FFF;
  padding: .75em 78px;
  font-weight: 500;
  letter-spacing: .08em;
}

pre {
  max-height: 256px;
  overflow-x: scroll;
  overflow-y: auto;
  position: relative;
  background: #f8f8f8;
  color: #5b626f;
  margin: 45px 78px;
  padding: 2.5em 1em 1em;
  font-size: .813em;
  line-height: 1.4;
  letter-spacing: .02em;
  word-wrap: break-word;
}
pre code {
  font-family: 'Noto Sans Mono', monospace;
  word-wrap: break-word;
}
pre code::selection {
  background: #5b626f;
  color: #fff;
}
pre code::-moz-selection {
  background: #5b626f;
  color: #fff;
}
pre code::before {
  font-family: sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .1em .5em;
  background: #5b626f;
  color: #fff;
  font-size: .75em;
}
pre code.html::before {
  content: "</> HTML";
}
pre code.css::before {
  content: "{  } CSS";
}
pre code.js::before {
  content: "( ) Javascript";
}

@media (max-width: 960px) {
  .format-label {
    padding: .75em 5%;
  }
  pre {
    margin: 30px 5%;
  }
}


*,*:before,*:after {
  box-sizing: border-box;
  outline: none;
}

/* ==========================================================================
   Layout
========================================================================== */
#main {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 2;
  overflow: hidden;
}

.pageEndSpacer {
  padding-bottom: 6em;
}

.overRight {
  margin-right: -5.5vw;
}

.inBlock {
  padding: 0 5.5vw;
  margin-right: auto;
  margin-left: auto;
}
.inBlock_L,
.inBlock_M,
.inBlock_S {
  padding: 0 78px;
  margin-right: auto;
  margin-left: auto;
}
.inBlock {
  width: 100%;
}
.inBlock_L {
  max-width: 1200px;
}
.inBlock_M {
  max-width: 960px;
}
.inBlock_S {
  max-width: 750px;
}
@media (max-width: 1468px) {
  .inBlock_L {
    padding: 0 5.5vw;
  }
}
@media (max-width: 1228px) {
  .inBlock_M {
    padding: 0 5.5vw;
  }
}
@media (max-width: 960px) {
  .inBlock,
  .inBlock_L,
  .inBlock_M,
  .inBlock_S {
    max-width: 100%;
    padding: 0 5.5vw;
  }
  .inBlock *[class*="inBlock"],
  .inBlock_L *[class*="inBlock"],
  .inBlock_M *[class*="inBlock"],
  .inBlock_S *[class*="inBlock"] {
    padding-right: 0;
    padding-left: 0;
  }
}

ul.row {
  list-style-type: none;
  padding: 0;
}
.sect {
  padding-top: 4.92rem;
  padding-bottom: 4.92rem;
}
.cont {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (max-width: 960px) {
  .sect {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cont {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
@media (max-width: 960px) {
  hr {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media (max-width: 960px) {
  .sp-none { display: none !important; }
}
@media (min-width: 961px) {
  .pc-none { display: none !important; }
}

/* ==========================================================================
   Color
========================================================================== */
.green { color: #00ac5a; }
.red { color: #e20c0c; }
.white { color: #FFF; }
.gray { color: #888; }

.bg-gray { background-color: #f8f8f8; overflow: hidden; }

/* ==========================================================================
   Color
========================================================================== */
.badge {
  display: inline-block;
  text-align: center;
  padding: .75em 0;
  margin-right: 1.5em;
  width: 8.5em;
  font-size: .813em;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  vertical-align: middle;
  background-color: #d3d3d1;
  color: #222;
}
/* ==========================================================================
   Images
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
.cover {
  display: block;
  background-color: #b1b1b1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}



figure {
  position: relative;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #FFF;
  font-size: 1.375em;
  transform: translate(-50%,-50%);
}
@media (max-width: 960px) {
  figcaption {
    font-size: 1.067em;
  }
}

/* ==========================================================================
   Header
========================================================================== */
/* --------------------
   .header_01
-------------------- */
.header_01 {
  padding: 6.25em 0 2.8125em;
  margin-bottom: 2.8125em;
  position: relative;
  border-bottom: 1px solid #CCC;
}
.header_01 .ttl {
  font-size: 2.286em;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.5;
  margin: 0;
}
.header_01 .sub_ttl {
  display: block;
  font-size: 1.286em;
  letter-spacing: .1em;
}

@media (max-width: 960px) {
  .header_01 {
    padding: 2em 0;
    margin-bottom: 2em;
  }
}


/* --------------------
   .header_02
-------------------- */
.header_02 {
  padding: 6.25em 0 2.8125em;
  margin-bottom: 1.5em;
  position: relative;
  text-align: center;
}
.header_02 .ttl {
  font-size: 2em;
  
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 0;
}
.header_02 .sub_ttl {
  display: block;
  font-size: 1em;
  margin-top: 1.5em;
}

@media (max-width: 960px) {
  .header_02 {
    padding: 2em 0;
  }
  .header_02 .ttl {
    font-size: 1.813em;
  }
}

/* --------------------
   .section_header
-------------------- */
.section_header {
  padding: 0 0 2.8125em;
  margin-bottom: 1em;
  position: relative;
}
.section_header .ttl {
  font-size: 2.286em;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.5;
  margin: 0;
}
.section_header .sub_ttl {
  display: block;
  font-size: 1.286em;
}

@media (max-width: 960px) {
  .section_header {
    padding: 0 0 2em;
  }
  .section_header .ttl {
    font-size: 2.214em;
  }
  .section_header .sub_ttl {
    font-size: .875em;
  }
}


/* ==========================================================================
   Typography
========================================================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  line-height: 1.5;
  margin: .75em 0;
  position: relative; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 1.875em;
}
h2, .h2 {
  font-size: 1.375em;
}
h3, .h3 {
  font-size: 1.25em;
}
h4, .h4 {
  font-size: 1.125em;
}
h5, .h5 {
  font-size: 1em;
}

.huge {
  font-size: 4em;
  line-height: 1.05;
  letter-spacing: .08em;
}
@media (max-width: 960px) {
  .huge {
    font-size: 2.5em;
  }
}

.font1 {
  font-family: 'Sulphur Point', sans-serif;
}

.fw-medium,
.fw-500 {
  font-weight: 500!important;
}

.fw-bold,
.fw-700,
.headline_bold,
.text_copy {
  font-weight: 700!important;
}

.headline,
.headline_bold {
  font-size: 1.625em;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: .75em;
}

.headline_02 {
  display: block;
  background: #f8f8f8;
  padding: .75em 1.25em;
  margin: 0 0 1.5em;
  font-size: 1.375em;
  line-height: 1.5;
  letter-spacing: .08em;
}

.text_large {
  font-size: 1.125em;
  letter-spacing: .08em;
  margin-bottom: 1.5em;
}
.text_medium {
  font-size: 1em;
  letter-spacing: .08em;
  margin-bottom: 1.5em;
}
.text_small {
  font-size: .875em;
  letter-spacing: .08em;
  margin-bottom: 1.5em;
}
small,
.text_xsmall {
  font-size: .75em;
  letter-spacing: .08em;
  margin-bottom: 1.75em;
}

.text_copy {
  line-height: 2.5;
  letter-spacing: .08em;
}

.text_help {
  font-size: .875em;
  color: #888;
  line-height: 1.75;
  margin-top: .25em;
}

@media (max-width: 960px) {
  .headline,
  .headline_bold {
    font-size: 1.313em;
  }
}


/* ==========================================================================
   Breadcrumb
========================================================================== */
.pane-topic-path .container {
  padding: 0;
}

/* ==========================================================================
   Button
========================================================================== */
.btn_row {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
form .btn_row {
  margin-top: 4em;
  margin-bottom: 2em;
}
.btn_row + .btn_row {
  margin-top: 1.5em;
}
.btn_row > * {
  margin-right: 15px;
  margin-left: 15px;
}
.btn_row.text-center {
  justify-content: center;
}

@media (max-width: 960px) {
  .btn_row {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
  }
  .btn_row > * {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 961px) {
  .btn_row > .btn_large_01,
  .btn_row > .btn_large_02 {
    width: calc(50% - 1.42rem);
  }
}

/* --------------------
   btn_large
-------------------- */
.btn_large_01 {
  display: inline-block;
  width: 100%;
  max-width: 23.57rem;
  padding: 0 1.5em;
  border-radius: calc(2.2rem + 1px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 4.1;
  text-align: center;
  transition: all ease-out .3s;
  background: #222;
  border: 1px solid #222;
  color: #FFF;
  font-family: inherit;
  cursor: pointer;
}
.btn_large_01:hover {
  border-color: #000;
  background: #000;
  color: #FFF;
  transition: .3s;
}

.btn_large_02 {
  display: inline-block;
  width: 100%;
  max-width: 23.57rem;
  padding: 0 1.5em;
  border-radius: calc(2.2rem + 1px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 4.1;
  text-align: center;
  transition: all ease-out .3s;
  background: #fff;
  border: 1px solid #222;
  font-family: inherit;
  cursor: pointer;
}
.btn_large_02:hover {
  background: #f8f8f8;
  border: 1px solid #777;
  transition: .3s;
}

.btn_large_01 svg,
.btn_large_02 svg {
  display: inline-block;
  width: 1.5em;
  margin-right: .5em;
  fill: currentColor;
  transform: translateY(.15em);
}

@media (max-width: 768px) {
  .btn_large_01,
  .btn_large_02 {
    width: 100%;
  }
}


/* --------------------
   .btn_medium
-------------------- */
.btn_medium {
  display: inline-block;
  padding: 0 2.5em;
  font-size: .875em;
  font-weight: 400;
  line-height: 3.5;
  letter-spacing: .05em;
  border: 1px solid #222;
  background: transparent;
  color: #222;
  border-radius: 3em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.btn_medium:hover {
  color: #222;
  transition: .3s;
}
.btn_medium > span {
  display: inline-block;
}
.btn_medium > span:before {
  content: '●';
  display: inline-block;
  color: #222;
  margin-right: .75em;
  transform: scale(.6);
}

@media (max-width: 960px) {
  .btn_medium {
    font-size: .857em;
  }
}

/* --------------------
   .btn_small
-------------------- */
.btn_small {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  padding: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #222;
  background: #222;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  position: relative;
  box-sizing: content-box;
}
.btn_small:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-55%,-50%) rotate(45deg);
}
.btn_small:hover {
  background: #FFF;
  color: #222;
  transition: .3s;
}

@media (max-width: 960px) {
  .btn_small {
    font-size: .857em;
  }
}

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  transition: .2s ease-in-out;
}
a:active,
a:focus,
a:hover {
  color: inherit;
}
a.green:active,
a.green:focus,
a.green:hover {
  color: #00ac5a;
}
a.white:active,
a.white:focus,
a.white:hover {
  color: #FFF;
}
.underline {
  text-decoration: underline;
}
a.underline:active,
a.underline:focus,
a.underline:hover {
  text-decoration: none;
}

.textlink_btn_01 {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding: .25em 1.75em .25em 0;
  font-size: 1em;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.textlink_btn_01:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: .25em;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 960px) {
  .textlink_btn_01 {
    font-size: .786em;
  }
}


.textlink_01 {
  color: #00ac5a;
  text-decoration: underline;
}
.textlink_01:hover {
  text-decoration: none;
}


/* ==========================================================================
   Tab
========================================================================== */
.tabs {
  list-style-type: none;
  padding: 0;
  display: flex;
  text-align: center;
}
.tabs li {
  flex-basis: 12.5%;
  padding: 1em;
  font-size: .875em;
  line-height: 1.5;
  font-feature-settings: "palt";
  background: #afacac;
  color: #FFF;
  position: relative;
  transition: .3s;
}
.tabs li + li:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
.tabs li.current,
.tabs li:hover {
  background: #222;
}

.tab_contents {
  display: none;
  margin: 1.5em 0;
  letter-spacing: .08em;
}
.tab_contents.show {
  display: block;
}

@media (max-width: 1440px) {
  .tabs li {
    flex-basis: 25%;
  }
}
@media (max-width: 960px) {
  .tabs li {
    flex-basis: 50%;
    font-size: .929em;
  }
}


/* ==========================================================================
   List
========================================================================== */
.list_00 {
  margin-left: 2.5em;
  letter-spacing: .08em;
}
.list_00 > li {
  list-style-type: none;
  counter-increment: cnt00;
  position: relative;
}
.list_00 > li:not(:last-child) {
  margin-bottom: .5em;
}
.list_00 > li:before {
  content: counter(cnt00) ". ";
  display:inline-block;
  margin-left: -2.5em;
  width: 2.5em;
}


.list_01,
.list_00 > li > ol {
  margin-left: 2.5em;
  letter-spacing: .08em;
}
.list_01 > li,
.list_00 > li > ol > li {
  list-style-type: none;
  counter-increment: cnt01;
  position: relative;
}
.list_01 > li:not(:last-child),
.list_00 > li > ol > li:not(:last-child) {
  margin-bottom: .5em;
}
.list_01 > li:before,
.list_00 > li > ol > li:before {
  content: "(" counter(cnt01) ") ";
  display:inline-block;
  margin-left: -2.5em;
  width: 2.5em;
}


.list_02 {
  margin-left: 1.5em;
  letter-spacing: .08em;
}
.list_02 > li {
  list-style-type: none;
}
.list_02 > li:not(:last-child) {
  margin-bottom: .5em;
}
.list_02 > li:before {
  content: "•";
  display:inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}


.list_03 {
  letter-spacing: .08em;
}
.list_03 > dd:not(:last-child) {
  margin-bottom: .5em;
}


.list_01.no-dots,
.list_02.no-dots {
  margin-left: 0;
}
.list_01.no-dots li:before,
.list_02.no-dots li:before {
  display: none;
}



.document .list_03 dt {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: .667em;
} 
.document .list_03 dd {
  margin-bottom: 1.5em;
  padding-bottom: 1.75em;
  border-bottom: 1px solid #e9ebea;
} 

.document .list_03 dd .list_01,
.document .list_03 dd .list_02 {
  margin-top: .75em;
  margin-bottom: .75em;
}

.document__block + .document__block {
  margin-top: 5em;
}


/* ==========================================================================
   Form
========================================================================== */

::placeholder {
  color: #888 !important;
}
:-ms-input-placeholder {
  color: #888 !important;
}
::-ms-input-placeholder {
  color: #888 !important;
}

.form_input{
  letter-spacing: .08em;
}
.form_group {
  width: 100%;
  margin-bottom: 1.5em;
}

.form_row {
  max-width: 41.25em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.form_row_L {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.form_row > .col,
.form_row > [class*="col-"],
.form_row_L > .col,
.form_row_L > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}




.form_field,
input[type=email], input[type=number], input[type=password], input[type=search],
input[type=tel], input[type=text], input[type=url], select, textarea {
  width: 100%;
  max-width: 834px;
  height: calc(3.5em + 2px);
  margin: 0 0 .5em;
  padding: .75em 1em;
  font-family: inherit;
  font-weight: 400;
  color: #222;
  background-color: #FFF;
  border: 1px solid #bfbfbf;
  border-radius: .4em;
  outline: none;
  box-shadow: none;
}
.form_field.size-4 {
  width: 7em;
}
.form_field:hover,
input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover,
input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover,
select:hover, textarea:hover {
  border: 1px solid #AAA;
}
.form_field:focus,
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus,
select:focus, textarea:focus {
  color: #222;
  background-color: #fff;
  border-color: #AAA;
  outline: 0;
}
.form_field:disabled,
input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled,
input[type=tel]:disabled, input[type=text]:disabled, input[type=url]:disabled,
select:disabled, textarea:disabled {
  background: #EEE;
  color: #888;
  cursor: not-allowed;
}
select.form_field,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C4l5%2C5l5-5H1z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right .75em center;
  background-size: .8em;
  padding-right: 2.25em;
}
textarea.form_field,
textarea {
  height: auto;
}

.form_text {
  width: 100%;
  font-size: .875em;
  line-height: 1.5;
  margin-bottom: .6em;
  color: #888;
}

.form_field.problem,
.form_field.problem:hover,
.form_field.problem:focus {
  border-color: #bf272d;
  background: #FFF;
}
.form_field.error,
.form_field.error:hover,
.form_field.error:focus {
  border-color: #bf272d;
  background: #f3f3c4;
}
.form_field.problem + .form_text,
.form_field.error + .form_text {
  color: #bf272d;
}

.form_text a {
  text-decoration: underline;
  color: #00ac5a;
}
.form_text a:hover {
  text-decoration: none;
}

.error_feedback {
  font-size: .875em;
  line-height: 1.5;
  margin-bottom: .75em;
  padding: .75em 1em;
  background: #f8f8f8;
  color: #bf272d;
  border-radius: .25em;
  position: relative;
}
.error_feedback:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2em;
  border: 8px solid transparent;
  border-top: 10px solid #f8f8f8;
}
@media (max-width: 960px) {
  .error_feedback:before {
    border: 6px solid transparent;
    border-top: 8px solid #f8f8f8;
  }
}

.form_err_01 {
  width: 100%;
  max-width: 660px;
  font-size: .875em;
  line-height: 1.75;
  margin-bottom: 2rem;
  color: #bf272d;
}
.form_err_01 p:not(:last-child) {
  margin-bottom: .25rem;
}


.form_checkbox,
.form_radio {
  display: inline-block;
  min-height: 2.5em;
  padding-left: 2.8em;
  margin: .5em 1.5em 0 0;
}
.form_checkbox-input,
.form_radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_checkbox-label,
.form_radio-label {
  display: flex;
  align-items: center;
  font-size: .938em;
  line-height: 2;
  min-height: 2em;
  position: relative;
  color: #000 !important;
}
.form_checkbox-label .form_badge,
.form_radio-label .form_badge{
  margin-left: .75em;
}
.form_checkbox-label::before,
.form_radio-label::before {
  position: absolute;
  top: 0;
  left: -2.8em;
  display: block;
  width: 2em;
  height: 2em;
  content: "";
  background-color: #fff;
  border: #979797 solid 1px;
}
.form_checkbox-label::after,
.form_radio-label::after {
  display: block;
  line-height: 1;
  content: "";
  position: absolute;
  transition: .1s ease-in-out;
}
input[type="checkbox"] + .form_checkbox-label::after {
  top: .4em;
  left: -2em;
  width: .5em;
  height: 1em;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(42deg) scale(.8);
}
input[type="checkbox"] + .form_checkbox-label:hover::after {
  border-right-color: #cbcbcb;
  border-bottom-color: #cbcbcb;
}
input[type="checkbox"]:checked + .form_checkbox-label::after {
  border-right-color: #222;
  border-bottom-color: #222;
}
input[type="radio"] + .form_radio-label::before {
  border-radius: 50%;
}
input[type="radio"] + .form_radio-label::after {
  top: .5em;
  left: -2.3em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: transparent;
}
input[type="radio"] + .form_radio-label:hover::after {
  background-color: #cbcbcb;
}
input[type="radio"]:checked + .form_radio-label::after {
  background-color: #222;
}

@media (min-width: 961px) {
  input[type="radio"] + .form_radio-label::after {
    transform: scale(.8);
  }
}



.form_btn_01 {
  display: block;
  width: 100%;
  height: calc(3.5em + 2px);
  padding: .75em 3em .75em 1.5em;
  margin: 0 0 .5em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  border: 1px solid #888;
  background: #888;
  color: #FFF;
  border-radius: .4em;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.form_btn_01:after {
  content: '';
  display: block;
  width: .625em;
  height: .625em;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-80%) rotate(45deg);
}

.form_label {
  display: block;
  margin-bottom: .75em;
  line-height: 1.5;
}
.form_label span:not(.form_badge) {
  letter-spacing: .08em;
  margin-right: 1em;
}
.form_label .form_badge {
  transform: translateY(-.1em);
}

.form_label_L {
  display: block;
  background: #f8f8f8;
  padding: .75em 1.25em;
  margin: 3em 0 2em;
  line-height: 1.5;
}
.form_label_L span:not(.form_badge) {
  letter-spacing: .08em;
  margin-right: 1em;
  font-size: 1.25em;
}
.form_label_L .form_badge {
  transform: translateY(-.25em);
}
.form_label_L + p {
  margin-bottom: 1em;
}

.form_badge {
  display: inline-block;
  padding: .4em .5em;
  font-size: 80%;
  font-weight: inherit;
  line-height: 1;
  border-radius: .25em;
  vertical-align: middle;
  background-color: #c33d3d;
  color: #FFF;
}
.form_badge_any {
  display: inline-block;
  padding: .4em .5em;
  font-size: 80%;
  font-weight: inherit;
  line-height: 1;
  border-radius: .25em;
  vertical-align: top;
  background-color: #888;
  color: #FFF;
}

.form_field-after_text {
  line-height: 3.5;
  text-align: center;
}


@media (max-width: 960px) {
  .form_field,
  .form_field.problem,
  .form_text,
  .problem_feedback,
  .form_err_01,
  .form_btn_01 {
    font-size: .929em;
  }
}


.form_confirm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  letter-spacing: .08em;
}
.form_confirm dt {
  flex: 0 0 17em;
  padding: 1.5em 4em 1.5em 0;
  letter-spacing: .16em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
}
.form_confirm dd {
  flex: 0 0 calc(100% - 17em);
  padding: 1.5em 0;
  border-bottom: 1px solid #CCC;
}
.form_confirm dd .form_text {
  margin: .5em 0 0;
}

@media (max-width: 960px) {
  .form_confirm {
    display: block;
  }
  .form_confirm dt {
    flex: 0 0 100%;
    padding: 1.2em 0 .6em;
    border-bottom: none;
    font-size: 1em;
    white-space: normal;
  }
  .form_confirm dd {
    flex: 0 0 100%;
    padding: .4em 0 1.2em;
    font-size: 1.143em;
  }
}
@media (min-width: 961px) {
  .form_confirm dt.blockTtl {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: .25em;
    border-bottom: none;
  }
  .form_confirm dt.blockTtl + dd {
    flex: 0 0 100%;
    padding-top: .25em;
  }
}


.table_01 {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: .08em;
}
.table_01 th {
  width: 20em;
  padding: 1.5em 4em 1.5em 0;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CCC;
}
.table_01 td {
  padding: 1.5em 0;
  border-bottom: 1px solid #CCC;
}

@media (max-width: 960px) {
  .table_01 th {
    display: block;
    width: 100%;
    padding: 1.2em 0 .6em;
    border-bottom: none;
    font-size: 1em;
    white-space: normal;
  }
  .table_01 td {
    display: block;
    width: 100%;
    padding: .4em 0 1.2em;
    font-size: 1em;
    line-height: 1.57;
  }
}


/* ==========================================================================
   Pagenation
========================================================================== */
.pagenation__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pagenation__wrap > * {
  margin-top: 2rem;
}
.pagenation__wrap .pagenation {
  order: -1;
}
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.pagenation li.item a,
.pagenation li.item span {
  display: block;
  text-align: center;
  font-size: .875em;
  min-width: 2rem;
  height: 2rem;
  margin: 0 8px;
  line-height: calc(2rem - 2px);
  border-radius: 0;
  border: 1px solid #EEE;
  background-color: transparent;
  color: inherit;
  outline: none;
}
.pagenation li.item.active a {
  background-color: #555;
  border-color: #555;
  color: #FFF;
}
.pagenation li.item.dot span {
  border-color: transparent;
  color: #555;
}

@media (max-width: 960px) {
  .pagenation__wrap {
    flex-direction: row;
  }
  .pagenation__wrap > * {
    margin-top: 0;
  }
  .pagenation__wrap .pagenation {
    order: 0;
  }
}


/* ==========================================================================
   Item list
========================================================================== */
.itemList li > a {
  display: block;
  position: relative;
}
.itemList li .cats {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.itemList li .badge {
  width: auto;
  margin: 0;
  padding: .5em .75em;
}
.itemList li .badge.navy {
  background-color: #3d414b;
  color: #FFF;
}
.itemList li .badge.white {
  background-color: #FFF;
}
.itemList li .imgBox {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.itemList li .imgBox > .img {
  transition: .2s ease-in-out;
}
.itemList li > a:hover .imgBox > .img {
  transform: scale(1.1);
}
.itemList li .code {
  font-size: .625em;
  position: absolute;
  bottom: .5em;
  right: 0;
  left: 0;
}
.itemList li .txtBox {
  font-size: .938em;
  line-height: 1.5;
  padding: 1em 6% 2em;
}
.itemList li .brand {
  font-size: .867em;
}
.itemList li .comment {
  font-size: .867em;
  color: #888;
  font-feature-settings: "palt";
  margin-top: .25em;
}
.itemList li .price {
  margin-top: 1em;
  color: inherit;
}

/* ==========================================================================
   Modal
========================================================================== */
.modal{
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-bg{
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
}
.modal-content{
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 96vw;
  border-radius: .5em;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-body {
  padding: 2em;
  height: calc(100vh - 10em);
  overflow-y: auto;
}
.modal-body > *:first-child {
  margin-top: 0;
}
.modal-header {
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #FFF;
  background-color: transparent;
  width: 100%;
  height: 4em;
  position: absolute;
  top: -4em;
  left: 0;
}
.modal-header .modal-title {
  display: none;
}
.modal-header .modal-close {
  display: block;
  font-size: inherit;
  width: 3em;
  height: 3em;
  color: inherit;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-header .modal-close::before,
.modal-header .modal-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  transform: rotate(45deg);
}
.modal-header .modal-close::after {
  transform: rotate(-45deg);
}
.wrapper.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* ==========================================================================
   Video
========================================================================== */
.iframe-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ==========================================================================
   Tel box
========================================================================== */
.telBox {
  border: 1px solid #CCC;
  padding: 1.5em 2em;
  margin-bottom: 2em;
}
.telBox .telNumber {
  font-size: 2.75em;
  color: #00ac5a;
}

/* ==========================================================================
   etc
========================================================================== */
.p1 { padding: .25em; }
.p2 { padding: .5em; }
.p3 { padding: 1em; }
.p4 { padding: 1.5em; }

.m1 { margin: .25em; }
.m2 { margin: .5em; }
.m3 { margin: 1em; }
.m4 { margin: 1.5em; }

.py-0 { padding-top: 0; padding-bottom: 0; }
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }

.my-0 { margin-top: 0; margin-bottom: 0; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }

@media (max-width: 960px) {
  .text-sp-center { text-align: center; }
  .text-sp-right { text-align: right; }
  .text-sp-left { text-align: left; }
  .text-sp-justify { text-align: justify; }
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.375em;
  margin-left: -1.375em;
}
.row > .col,
.row > [class*="col-"] {
  padding-right: 1.375em;
  padding-left: 1.375em;
  margin-bottom: 2.75em;
}
@media (max-width: 1200px) {
  .row {
    margin-right: -.75em;
    margin-left: -.75em;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: .75em;
    padding-left: .75em;
    margin-bottom: 1em;
  }
}
@media (max-width: 960px) {
  .row {
    margin-right: -.5em;
    margin-left: -.5em;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: .5em;
    padding-left: .5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 961px) {
  .row.medium-gutters {
    margin-right: -1em;
    margin-left: -1em;
  }
  .row.medium-gutters > .col,
  .row.medium-gutters > [class*="col-"] {
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 1.5em;
  }
  .row.small-gutters {
    margin-right: -.625em;
    margin-left: -.625em;
  }
  .row.small-gutters > .col,
  .row.small-gutters > [class*="col-"] {
    padding-right: .625em;
    padding-left: .625em;
    margin-bottom: 1em;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.col figure + *,
[class*="col-"] figure + * {
  margin-top: 1em;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}

@media (max-width: 960px) {
  .order-sp-first {
    order: -1;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;}

@media (max-width: 960px) {
  .col-sp {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sp-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;}
  .col-sp-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;}
  .col-sp-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;}
  .col-sp-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;}
  .col-sp-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}
  .col-sp-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;}
  .col-sp-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}
  .col-sp-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;}
  .col-sp-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;}
  .col-sp-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;}
  .col-sp-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;}
  .col-sp-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;}
  .col-sp-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
}





/* ==========================================================================
   コンテナ余白
========================================================================== */
.block-container-section {padding:0;}
.block-top-section {padding:0;}
.pane-contents {padding-bottom:0;}
.block-thumbnail-nav--top {display:none;}


/* ==========================================================================
   関連商品
========================================================================== */
.block-thumbnail-t--goods {
    width: 100%;
    margin-right: 0;
    position: relative;
}
.block-thumbnail-t--goods-image {
    position: relative;
    padding-bottom: 125%;
}
.block-thumbnail-t--goods-category {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.block-thumbnail-t--goods-category-item {
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0.5em 0.75em;
    font-size: .813em;
    font-weight: 400;
    line-height: 1;
    border-radius: 0;
    vertical-align: middle;
    background-color: #FFF;
    color: #222;
}
.block-thumbnail-t--goods-category-item._navy {
    background-color: #3d414b;
    color: #FFF;
}
.block-thumbnail-t--goods-code {
    font-size: .714em;
    line-height: 3;
    text-align: center;
    margin-top: -3em;
    transform: translateY(-1rem);
    position: relative;
}
.block-thumbnail-t--goods-description {
    font-size: .938em;
    line-height: 1.6;
    padding: 0 7.5% 1em;
    margin-top: 1rem;
}
.block-thumbnail-t--goods-description a {
    text-decoration: none;
}
.block-thumbnail-t--goods-name {
    font-size: 1em;
}
.block-thumbnail-t--goods-name2 {
    font-size: .867em;
}
.block-thumbnail-t--goods-comment {
    font-size: .867em;
}
.block-thumbnail-t--price-items {
    text-align: right;
}
.block-thumbnail-t--goods .price {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
}
.block-thumbnail-t--goods .block-thumbnail-t--price-on-sale {
    color: #c33d3d;
}









