@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

table {
  font-size: 1.4rem;
  line-height: 1.8;
  border-collapse: collapse;
  border-spacing: 0; }
  @media screen and (max-width: 500px) {
    table {
      font-size: 1.6rem; } }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style - tag
-------------------------------------------*/
/***  tag  ***/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 500px) {
    html {
      font-size: 52.5%; } }

html body {
  background: none !important;
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  padding-top: 8.0rem; }
  @media screen and (max-width: 767px) {
    html body {
      padding-top: 7.0rem; } }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: inherit; }

button {
  background: none;
  border: none;
  padding: 0; }

a {
  color: #03325c;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  a:hover {
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 500px) {
      a:hover {
        opacity: 1.0; } }
  a.jump {
    font-weight: 700;
    padding-right: 3.0rem;
    position: relative; }
    a.jump::after {
      content: '';
      background: url(../img/common/icon_jump_01.svg);
      background-size: cover;
      background-repeat: no-repeat;
      width: 1.4rem;
      height: 1.4rem;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0.8rem; }
  a.anchor {
    display: block;
    opacity: 0;
    margin-top: -11.0rem;
    padding-top: 11.0rem; }

h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3; }

article {
  max-width: 100%;
  width: 100%; }

section {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  @media screen and (max-width: 500px) {
    section {
      margin-bottom: 8.0rem; } }
  section .cont-wrap {
    padding-left: 2.0rem;
    padding-right: 2.0rem; }

p {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2.0; }
  p i {
    display: block; }
    @media screen and (max-width: 767px) {
      p i {
        display: inline; } }
  p u {
    text-decoration: none;
    font-weight: 500; }

b {
  font-weight: 700; }

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

i {
  font-style: normal; }

/*-------------------------------------------
 style - class -
-------------------------------------------*/
/***  adjustment  ***/
html body .pt000 {
  padding-top: 0; }
html body .pt005 {
  padding-top: 0.5rem; }
html body .pt010 {
  padding-top: 1.0rem; }
html body .pt015 {
  padding-top: 1.5rem; }
html body .pt020 {
  padding-top: 2.0rem; }
html body .pt025 {
  padding-top: 2.5rem; }
html body .pt030 {
  padding-top: 3.0rem; }
html body .pt035 {
  padding-top: 3.5rem; }
html body .pt040 {
  padding-top: 4.0rem; }
html body .pt045 {
  padding-top: 4.5rem; }
html body .pt050 {
  padding-top: 5.0rem; }
html body .pb000 {
  padding-bottom: 0; }
html body .pb005 {
  padding-bottom: 0.5rem; }
html body .pb010 {
  padding-bottom: 1.0rem; }
html body .pb015 {
  padding-bottom: 1.5rem; }
html body .pb020 {
  padding-bottom: 2.0rem; }
html body .pb025 {
  padding-bottom: 2.5rem; }
html body .pb030 {
  padding-bottom: 3.0rem; }
html body .pb035 {
  padding-bottom: 3.5rem; }
html body .pb040 {
  padding-bottom: 4.0rem; }
html body .pb045 {
  padding-bottom: 4.5rem; }
html body .pb050 {
  padding-bottom: 5.0rem; }
html body .mt000 {
  margin-top: 0; }
html body .mt005 {
  margin-top: 0.5rem; }
html body .mt010 {
  margin-top: 1.0rem; }
html body .mt015 {
  margin-top: 1.5rem; }
html body .mt020 {
  margin-top: 2.0rem; }
html body .mt025 {
  margin-top: 2.5rem; }
html body .mt030 {
  margin-top: 3.0rem; }
html body .mt035 {
  margin-top: 3.5rem; }
html body .mt040 {
  margin-top: 4.0rem; }
html body .mt045 {
  margin-top: 4.5rem; }
html body .mt050 {
  margin-top: 5.0rem; }
html body .mt055 {
  margin-top: 5.5rem; }
html body .mt060 {
  margin-top: 6.0rem; }
html body .mt065 {
  margin-top: 6.5rem; }
html body .mt070 {
  margin-top: 7.0rem; }
html body .mt075 {
  margin-top: 7.5rem; }
html body .mt080 {
  margin-top: 8.0rem; }
html body .mt085 {
  margin-top: 8.5rem; }
html body .mt090 {
  margin-top: 9.0rem; }
html body .mt095 {
  margin-top: 9.5rem; }
html body .mt100 {
  margin-top: 10.0rem; }
html body .mr000 {
  margin-right: 0; }
html body .mr005 {
  margin-right: 0.5rem; }
html body .mr010 {
  margin-right: 1.0rem; }
html body .mr015 {
  margin-right: 1.5rem; }
html body .mr020 {
  margin-right: 2.0rem; }
html body .mr025 {
  margin-right: 2.5rem; }
html body .mr030 {
  margin-right: 3.0rem; }
html body .mr035 {
  margin-right: 3.5rem; }
html body .mr040 {
  margin-right: 4.0rem; }
html body .mr045 {
  margin-right: 4.5rem; }
html body .mr050 {
  margin-right: 5.0rem; }
html body .mr055 {
  margin-right: 5.5rem; }
html body .mr060 {
  margin-right: 6.0rem; }
html body .mr065 {
  margin-right: 6.5rem; }
html body .mr070 {
  margin-right: 7.0rem; }
html body .mr075 {
  margin-right: 7.5rem; }
html body .mr080 {
  margin-right: 8.0rem; }
html body .mr085 {
  margin-right: 8.5rem; }
html body .mr090 {
  margin-right: 9.0rem; }
html body .mr095 {
  margin-right: 9.5rem; }
html body .mr100 {
  margin-right: 10.0rem; }
html body .mb000 {
  margin-bottom: 0; }
html body .mb005 {
  margin-bottom: 0.5rem; }
html body .mb010 {
  margin-bottom: 1.0rem; }
html body .mb015 {
  margin-bottom: 1.5rem; }
html body .mb020 {
  margin-bottom: 2.0rem; }
html body .mb025 {
  margin-bottom: 2.5rem; }
html body .mb030 {
  margin-bottom: 3.0rem; }
html body .mb035 {
  margin-bottom: 3.5rem; }
html body .mb040 {
  margin-bottom: 4.0rem; }
html body .mb045 {
  margin-bottom: 4.5rem; }
html body .mb050 {
  margin-bottom: 5.0rem; }
html body .mb055 {
  margin-bottom: 5.5rem; }
html body .mb060 {
  margin-bottom: 6.0rem; }
html body .mb065 {
  margin-bottom: 6.5rem; }
html body .mb070 {
  margin-bottom: 7.0rem; }
html body .mb075 {
  margin-bottom: 7.5rem; }
html body .mb080 {
  margin-bottom: 8.0rem; }
html body .mb085 {
  margin-bottom: 8.5rem; }
html body .mb090 {
  margin-bottom: 9.0rem; }
html body .mb095 {
  margin-bottom: 9.5rem; }
html body .mb100 {
  margin-bottom: 10.0rem; }
html body .ml000 {
  margin-left: 0; }
html body .ml005 {
  margin-left: 0.5rem; }
html body .ml010 {
  margin-left: 1.0rem; }
html body .ml015 {
  margin-left: 1.5rem; }
html body .ml020 {
  margin-left: 2.0rem; }
html body .ml025 {
  margin-left: 2.5rem; }
html body .ml030 {
  margin-left: 3.0rem; }
html body .ml035 {
  margin-left: 3.5rem; }
html body .ml040 {
  margin-left: 4.0rem; }
html body .ml045 {
  margin-left: 4.5rem; }
html body .ml050 {
  margin-left: 5.0rem; }
html body .ml055 {
  margin-left: 5.5rem; }
html body .ml060 {
  margin-left: 6.0rem; }
html body .ml065 {
  margin-left: 6.5rem; }
html body .ml070 {
  margin-left: 7.0rem; }
html body .ml075 {
  margin-left: 7.5rem; }
html body .ml080 {
  margin-left: 8.0rem; }
html body .ml085 {
  margin-left: 8.5rem; }
html body .ml090 {
  margin-left: 9.0rem; }
html body .ml095 {
  margin-left: 9.5rem; }
html body .ml100 {
  margin-left: 10.0rem; }
html body .mt-005 {
  margin-top: -0.5rem; }
html body .mt-010 {
  margin-top: -1.0rem; }
html body .mt-015 {
  margin-top: -1.5rem; }
html body .mt-020 {
  margin-top: -2.0rem; }
html body .mt-025 {
  margin-top: -2.5rem; }
html body .mt-030 {
  margin-top: -3.0rem; }
html body .mt-035 {
  margin-top: -3.5rem; }
html body .mt-040 {
  margin-top: -4.0rem; }
html body .mt-045 {
  margin-top: -4.5rem; }
html body .mt-050 {
  margin-top: -5.0rem; }
html body .mt-055 {
  margin-top: -5.5rem; }
html body .mt-060 {
  margin-top: -6.0rem; }
html body .mt-065 {
  margin-top: -6.5rem; }
html body .mt-070 {
  margin-top: -7.0rem; }
html body .mt-075 {
  margin-top: -7.5rem; }
html body .mt-080 {
  margin-top: -8.0rem; }
html body .mt-085 {
  margin-top: -8.5rem; }
html body .mt-090 {
  margin-top: -9.0rem; }
html body .mt-095 {
  margin-top: -9.5rem; }
html body .mt-100 {
  margin-top: -10.0rem; }
html body .tl {
  text-align: left; }
html body .tc {
  text-align: center; }
html body .tr {
  text-align: right; }
html body .bt00 {
  border-top: none; }
html body .br00 {
  border-right: none; }
html body .bb00 {
  border-bottom: none; }
html body .bl00 {
  border-left: none; }
html body .bt01 {
  border-top-width: 1px; }
html body .br01 {
  border-right-width: 1px; }
html body .bb01 {
  border-bottom-width: 1px; }
html body .bl01 {
  border-left-width: 1px; }
html body .red {
  color: #bf1c25; }
html body .navy {
  color: #03325c; }
html body .small {
  font-size: 1.2rem; }
html body .align_c {
  text-align: center !important; }
html body .xx_large {
  font-size: 138.5%; }
html body .x_large {
  font-size: 108%; }
html body .large {
  font-size: 100%; }
html body .normal {
  font-size: 93%; }
html body .small {
  font-size: 85%; }
html body .x_small {
  font-size: 77%; }

/***  header  ***/
header.head-wrap {
  background: none;
  background-color: #03325c;
  width: 100%;
  max-width: 100%;
  height: 8.0rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    header.head-wrap {
      height: 7.0rem; } }
  header.head-wrap .in {
    width: 100%;
    max-width: 960px;
    height: 8.0rem;
    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;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 767px) {
      header.head-wrap .in {
        height: 7.0rem; } }
    header.head-wrap .in .head-left a {
      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: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header.head-wrap .in .head-left a span {
        color: #ffffff;
        font-size: 1rem;
        margin-bottom: 0.5rem; }
      header.head-wrap .in .head-left a h1 {
        position: static;
        display: block; }
        @media screen and (max-width: 767px) {
          header.head-wrap .in .head-left a h1 img {
            width: 10.0rem; } }
    header.head-wrap .in .head-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header.head-wrap .in .head-right .nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header.head-wrap .in .head-right .nav-wrap .nav-in {
          width: calc(100% - 50px);
          padding-right: 2.0rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: static; }
          header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            margin-bottom: 0.75rem; }
            @media screen and (max-width: 767px) {
              header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top {
                margin-bottom: 0; } }
            header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li {
              border: none;
              margin-left: 2.5rem; }
              header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                @media screen and (max-width: 767px) {
                  header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li a {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center; } }
                header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li a span {
                  color: #ffffff;
                  font-size: 1rem;
                  line-height: 1.3;
                  padding-left: 1.5rem; }
                  @media screen and (max-width: 767px) {
                    header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li a span {
                      padding-left: 0;
                      margin-top: 0.5rem; } }
                  @media screen and (max-width: 767px) {
                    header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-top li a span i {
                      display: none; } }
          header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
            @media screen and (max-width: 767px) {
              header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-bottom {
                display: none; } }
            header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-bottom li {
              margin-left: 1.5rem;
              margin-right: 1.5rem; }
              header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-bottom li:nth-last-of-type(1) {
                margin-right: 0; }
              header.head-wrap .in .head-right .nav-wrap .nav-in ul.nav-bottom li a {
                color: #ffffff;
                font-size: 1.2rem;
                line-height: 1.3; }
        header.head-wrap .in .head-right .nav-wrap .menu-boot {
          width: 50px;
          height: 50px;
          cursor: pointer; }
          header.head-wrap .in .head-right .nav-wrap .menu-boot.open img {
            background-image: url("../img/common/icon_memu_02.svg"); }
          header.head-wrap .in .head-right .nav-wrap .menu-boot img {
            background-image: url("../img/common/icon_memu_01.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%; }

.menu-head-wrap {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 8.0rem);
  overflow-y: auto;
  position: fixed;
  top: 8.0rem;
  left: 0;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .menu-head-wrap {
      height: calc(100% - 7.0rem);
      top: 7.0rem; } }
  .menu-head-wrap ul.menu-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu-head-wrap ul.menu-head li {
      width: 100%;
      border-bottom: 1px dashed #e5e2dd; }
      .menu-head-wrap ul.menu-head li.half {
        width: 50%; }
        .menu-head-wrap ul.menu-head li.half:nth-of-type(1) {
          border-right: 1px dashed #e5e2dd; }
      .menu-head-wrap ul.menu-head li a {
        color: #261a0c;
        padding: 1.5rem 4.0rem 1.5rem 2.0rem;
        display: block;
        position: relative; }
        .menu-head-wrap ul.menu-head li a::after {
          content: '';
          width: 1.0rem;
          height: 1.0rem;
          border-top: solid 1px #261a0c;
          border-right: solid 1px #261a0c;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: auto;
          margin-bottom: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 2.0rem; }

/***  footer  ***/
footer {
  clear: both;
  width: auto;
  height: auto;
  background: none;
  color: none; }

footer.foot-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 15.0rem; }
  footer.foot-wrap .info {
    background-color: #f0eee7;
    max-width: 100%;
    width: 100%; }
    footer.foot-wrap .info .nav-wrap {
      background-color: #f0eee7;
      max-width: 960px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-left: auto;
      margin-right: auto;
      padding: 5.0rem 2.0rem; }
      footer.foot-wrap .info .nav-wrap .in:nth-of-type(1) {
        width: 25%; }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(1) {
            width: 100%;
            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; } }
      footer.foot-wrap .info .nav-wrap .in:nth-of-type(2) {
        width: 22.5%; }
        @media screen and (max-width: 959px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(2) {
            width: 16%; } }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(2) {
            display: none; } }
      footer.foot-wrap .info .nav-wrap .in:nth-of-type(3) {
        width: 22.5%; }
        @media screen and (max-width: 959px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(3) {
            width: 24%; } }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(3) {
            display: none; } }
      footer.foot-wrap .info .nav-wrap .in:nth-of-type(4) {
        width: 30%; }
        @media screen and (max-width: 959px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(4) {
            width: 35%; } }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in:nth-of-type(4) {
            display: none; } }
      footer.foot-wrap .info .nav-wrap .in h3 {
        color: #432f2f;
        font-family: "Averia Serif Libre", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 1.0rem; }
      footer.foot-wrap .info .nav-wrap .in a.address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 2.5rem; }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in a.address {
            text-align: center;
            margin-bottom: 1.5rem; } }
        footer.foot-wrap .info .nav-wrap .in a.address span {
          color: #03325c;
          font-size: 1rem;
          margin-bottom: 1.0rem; }
        @media screen and (max-width: 767px) {
          footer.foot-wrap .info .nav-wrap .in a.address img {
            width: 100px; } }
      footer.foot-wrap .info .nav-wrap .in ul.sns-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5rem; }
        footer.foot-wrap .info .nav-wrap .in ul.sns-list li {
          margin-right: 1.5rem; }
          footer.foot-wrap .info .nav-wrap .in ul.sns-list li:nth-last-of-type(1) {
            margin-right: 0; }
          @media screen and (max-width: 767px) {
            footer.foot-wrap .info .nav-wrap .in ul.sns-list li img {
              width: 30px; } }
      footer.foot-wrap .info .nav-wrap .in ul.page-list li {
        margin-top: 1.4rem;
        margin-bottom: 1.4rem; }
        footer.foot-wrap .info .nav-wrap .in ul.page-list li a {
          color: #261a0c;
          font-size: 1.2rem;
          line-height: 1.3; }
      footer.foot-wrap .info .nav-wrap .in .copy {
        color: #261a0c;
        font-size: 1.2rem;
        margin-bottom: 1.0rem; }
      footer.foot-wrap .info .nav-wrap .in .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0.5rem; }
        footer.foot-wrap .info .nav-wrap .in .phone .num {
          color: #03325c;
          font-size: 3rem;
          font-weight: 500;
          margin-left: 1.0rem; }
      footer.foot-wrap .info .nav-wrap .in .time {
        color: #333333;
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1.5rem; }
      footer.foot-wrap .info .nav-wrap .in .more a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 1.5rem; }
  footer.foot-wrap small {
    background-color: #03325c;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }

/***  common  ***/
.wide {
  background-color: #f4ede1;
  max-width: 100%;
  width: 100%;
  padding: 10.0rem 0; }
  @media screen and (max-width: 500px) {
    .wide {
      padding: 8.0rem 0; } }

.deco {
  color: #432f2f;
  font-size: 2.6rem;
  font-family: "Averia Serif Libre", serif;
  font-weight: 400;
  line-height: 1.3; }
  .deco + .headline {
    margin-top: 0; }

.headline {
  color: #000000;
  font-weight: 500;
  margin-top: 4.0rem;
  margin-bottom: 4.0rem; }
  .headline.bd {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2dd;
    margin-bottom: 2.5rem; }

.head {
  color: #261a0c;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.sub-head {
  color: #261a0c;
  font-weight: 700;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  .sub-head b {
    color: #bf1c25; }

.heading {
  background-color: #f3f3f3;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 1.5rem 2.0rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.cap {
  background-color: #03325c;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
  display: inline-block;
  padding: 0.5rem 1.0rem; }
  .cap.red {
    background-color: #bf1c25;
    color: #ffffff; }
  .cap.khaki {
    background-color: #f5f0d4;
    font-weight: 500;
    color: #000000; }
  .cap.gold {
    background-color: #f0e08b;
    color: #000000; }

.fat {
  font-weight: 500; }

.kome {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  padding-left: 2.0rem;
  display: block; }
  .kome::before {
    content: '※';
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  .kome.red {
    font-weight: 500; }

.band {
  background-image: url(../img/common/band_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 30.0rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    .band {
      height: 25.0rem; } }
  @media screen and (max-width: 500px) {
    .band {
      height: 20.0rem; } }
  .band .deco {
    color: #ffffff;
    font-family: "Shippori Mincho", serif;
    font-size: 5.3rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 959px) {
      .band .deco {
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); } }
    @media screen and (max-width: 500px) {
      .band .deco {
        font-size: 4rem; } }
  .band h1 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500; }

ul.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  width: 100%;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.0rem; }
  ul.bread li {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-right: 3.0rem;
    margin-bottom: 1.0rem;
    position: relative; }
    ul.bread li::after {
      content: '';
      width: 0.6rem;
      height: 0.6rem;
      border-top: solid 1px #555555;
      border-right: solid 1px #555555;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 1.3rem;
      margin-top: -0.3rem; }
    ul.bread li:nth-last-of-type(1)::after {
      content: none; }
    ul.bread li a {
      font-weight: 500;
      color: #03325c; }

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.0rem;
  margin-bottom: 3.0rem; }
  .more a {
    background-color: #03325c;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    max-width: 30.0rem;
    width: 100%;
    height: 5.0rem;
    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;
    position: relative; }
    .more a::after {
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      border-top: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.5rem; }

.link-a a {
  color: #261a0c;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 2.0rem;
  margin-right: 1.0rem;
  position: relative;
  z-index: 9; }
  .link-a a::after {
    content: '';
    background: url(../img/common/icon_arrow_01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }

.nav-fix {
  display: none;
  float: right;
  border-top-left-radius: 0.5rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0; }
  .nav-fix ul {
    background-color: #03325c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top-left-radius: 0.5rem; }
    .nav-fix ul li:nth-of-type(1) {
      border-right: 1px dashed #8eabdf; }
    .nav-fix ul li a {
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2.0rem 2.5rem 1.5rem; }
      .nav-fix ul li a img {
        margin-bottom: 0.5rem; }
      .nav-fix ul li a span {
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center; }

/* parts */
#metals {
  text-align: center;
  width: auto;
  height: auto;
  padding: 0; }

#rate {
  width: auto;
  min-height: auto;
  padding: 0;
  border: none;
  background: none;
  margin: auto; }
  #rate dl {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
    #rate dl dt {
      float: none;
      width: auto;
      padding: 0;
      border: none; }
    #rate dl dd {
      width: auto;
      margin: 0;
      padding: 0;
      border: none; }

#metals.metals-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #metals.metals-wrap .date {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 2.0rem;
    margin-bottom: 0.5rem; }
  #metals.metals-wrap .rate-wrap {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    place-content: center; }
    @media screen and (max-width: 500px) {
      #metals.metals-wrap .rate-wrap {
        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; } }
    #metals.metals-wrap .rate-wrap .rate-k, #metals.metals-wrap .rate-wrap .rate-p {
      width: 25.0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap .rate-k, #metals.metals-wrap .rate-wrap .rate-p {
          width: 100%; } }
    #metals.metals-wrap .rate-wrap .rate-k {
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        #metals.metals-wrap .rate-wrap .rate-k {
          margin-right: 1.0rem; } }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap .rate-k {
          margin-right: 0; } }
    #metals.metals-wrap .rate-wrap .rate-p {
      margin-left: 1.5rem; }
      @media screen and (max-width: 767px) {
        #metals.metals-wrap .rate-wrap .rate-p {
          margin-left: 1.0rem; } }
      @media screen and (max-width: 767px) {
        #metals.metals-wrap .rate-wrap .rate-p {
          margin-left: 0; } }
    #metals.metals-wrap .rate-wrap ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #metals.metals-wrap .rate-wrap .item {
      background-color: #eeeeee;
      font-size: 1.4rem;
      border: dashed 1px #eeeeee;
      width: 10.0rem;
      height: 5.0rem;
      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;
      margin-bottom: 1.0rem; }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap .item {
          font-size: 1.6rem;
          width: 55%; } }
    #metals.metals-wrap .rate-wrap ul.txt-k {
      margin-right: 1.5rem; }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap ul.txt-k {
          margin-right: 0; } }
      #metals.metals-wrap .rate-wrap ul.txt-k .item {
        background-color: #f0e08b;
        color: #261a0c;
        border: dashed 1px #f0e08b; }
    #metals.metals-wrap .rate-wrap ul.txt-p {
      margin-left: 1.5rem; }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap ul.txt-p {
          margin-left: 0; } }
      #metals.metals-wrap .rate-wrap ul.txt-p .item {
        background-color: #e5e2dd;
        color: #261a0c;
        border: dashed 1px #e5e2dd; }
    #metals.metals-wrap .rate-wrap .val {
      border: dashed 1px #eeeeee;
      font-size: 1.4rem;
      width: 15.0rem;
      height: 5.0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 2.0rem;
      margin-bottom: 1.0rem; }
      @media screen and (max-width: 500px) {
        #metals.metals-wrap .rate-wrap .val {
          font-size: 1.6rem;
          width: 45%; } }
    #metals.metals-wrap .rate-wrap ul.txt-k .val {
      border: dashed 1px #f0e08b; }
    #metals.metals-wrap .rate-wrap ul.txt-p .val {
      border: dashed 1px #e5e2dd; }

ul.point-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.0rem; }
  @media screen and (max-width: 767px) {
    ul.point-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; } }
  ul.point-list li {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
    @media screen and (max-width: 767px) {
      ul.point-list li {
        margin-bottom: 2.5rem; } }
    ul.point-list li:nth-of-type(1) {
      margin-left: 0; }
    ul.point-list li:nth-last-of-type(1) {
      margin-right: 0; }
    ul.point-list li figure figcaption {
      text-align: center;
      line-height: 1.3;
      margin-top: 1.25rem; }
      ul.point-list li figure figcaption b {
        color: #bf1c25;
        font-weight: 700;
        display: block; }

ul.item-list {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.0rem; }
  ul.item-list > li {
    width: 20%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 959px) {
      ul.item-list > li {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      ul.item-list > li {
        width: 33.3%; } }
    @media screen and (max-width: 500px) {
      ul.item-list > li {
        width: 50%; } }
    ul.item-list > li figure .supply {
      color: #807753;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.3;
      margin-top: 0.25rem; }
    ul.item-list > li figure figcaption {
      color: #261a0c;
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 0.5rem; }
    ul.item-list > li figure img {
      width: 100%;
      height: auto; }
    ul.item-list > li figure ul.price-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      ul.item-list > li figure ul.price-wrap li.type {
        font-size: 1rem;
        line-height: 1.2;
        margin-right: 1.0rem; }
      ul.item-list > li figure ul.price-wrap li.price {
        color: #bf1c25;
        font-size: 1.8rem; }

ul.connect {
  width: 100%;
  max-width: 100%;
  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;
  margin-top: 3.0rem; }
  @media screen and (max-width: 500px) {
    ul.connect {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  ul.connect li.phone-wrap {
    border-right: 1px solid #e5e2dd;
    padding-right: 2.0rem; }
    @media screen and (max-width: 500px) {
      ul.connect li.phone-wrap {
        border-right: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e5e2dd; } }
    ul.connect li.phone-wrap a {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      ul.connect li.phone-wrap a .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        ul.connect li.phone-wrap a .wrap .num {
          font-size: 3rem;
          line-height: 1.3;
          margin-left: 1.0rem; }
      ul.connect li.phone-wrap a .time {
        font-size: 1rem;
        line-height: 1.3; }
  ul.connect li.line-wrap {
    padding-left: 2.0rem; }
    @media screen and (max-width: 500px) {
      ul.connect li.line-wrap {
        padding-left: 0;
        padding-top: 2.0rem; } }
    ul.connect li.line-wrap a {
      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; }
      ul.connect li.line-wrap a .num {
        color: #03325c;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.3;
        margin-left: 1.5rem; }

ul.map-list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  ul.map-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 78.0rem;
    width: 100%;
    height: 21.0rem;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 500px) {
      ul.map-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; } }
    ul.map-list li .info {
      background-color: #f5faff;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 21.0rem; }
      @media screen and (max-width: 500px) {
        ul.map-list li .info {
          width: 100%;
          height: 15.0rem; } }
      ul.map-list li .info h3 {
        margin-bottom: 0.5rem; }
        @media screen and (max-width: 500px) {
          ul.map-list li .info h3 {
            margin-bottom: 0; } }
      ul.map-list li .info p {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5; }
        ul.map-list li .info p span {
          display: block; }
          @media screen and (max-width: 500px) {
            ul.map-list li .info p span {
              display: inline; } }
    ul.map-list li .map {
      width: calc(100% - 21.0rem); }
      @media screen and (max-width: 500px) {
        ul.map-list li .map {
          width: 100%;
          height: 25.0rem; } }
      ul.map-list li .map iframe {
        width: 100%;
        height: 100%; }

.comb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 100%; }
  .comb.p1 .deco {
    width: 33.0rem;
    padding-right: 2.5rem; }
    @media screen and (max-width: 767px) {
      .comb.p1 .deco {
        width: 20.0rem; } }
    .comb.p1 .deco .thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .comb.p1 .deco .thumb {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .comb.p1 .deco .thumb figure {
        width: 50%;
        margin-right: 1.0rem; }
        @media screen and (max-width: 767px) {
          .comb.p1 .deco .thumb figure {
            width: 100%; } }
        .comb.p1 .deco .thumb figure:nth-last-of-type(1) {
          margin-right: 0; }
        .comb.p1 .deco .thumb figure img {
          width: 100%; }
  .comb.p1 .cont {
    width: calc(100% - 33.0rem); }
    @media screen and (max-width: 767px) {
      .comb.p1 .cont {
        width: calc(100% - 20.0rem); } }
  .comb.p2 .deco {
    width: 20.0rem;
    padding-right: 2.5rem; }
    .comb.p2 .deco .thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .comb.p2 .deco .thumb figure {
        width: 100%; }
        .comb.p2 .deco .thumb figure img {
          width: 100%; }
  .comb.p2 .cont {
    width: calc(100% - 20.0rem); }
  .comb.p3 {
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 500px) {
      .comb.p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.5rem; } }
    .comb.p3:nth-last-of-type(1) {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .comb.p3 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .comb.p3 .deco {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25.0rem;
      padding-right: 2.5rem; }
      @media screen and (max-width: 767px) {
        .comb.p3 .deco {
          width: 20.0rem;
          padding-left: 2.0rem; } }
      .comb.p3 .deco img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .comb.p3 .cont {
      width: calc(100% - 25.0rem);
      padding-top: 1.0rem;
      padding-right: 1.0rem;
      padding-bottom: 1.0rem; }
      @media screen and (max-width: 767px) {
        .comb.p3 .cont {
          width: calc(100% - 20.0rem); } }
      @media screen and (max-width: 500px) {
        .comb.p3 .cont {
          width: 100%;
          padding-top: 0.5rem;
          padding-right: 0;
          padding-bottom: 0; } }
      .comb.p3 .cont ul.disc {
        padding-left: 2.0rem; }
  .comb.p4 {
    margin-bottom: 1.0rem; }
    .comb.p4:nth-last-of-type(1) {
      margin-bottom: 0; }
    .comb.p4 .cont {
      width: calc(100% - 30.0rem);
      padding-right: 5.0rem; }
      @media screen and (max-width: 959px) {
        .comb.p4 .cont {
          padding-right: 3.0rem; } }
      @media screen and (max-width: 767px) {
        .comb.p4 .cont {
          width: calc(100% - 25.0rem); } }
      @media screen and (max-width: 500px) {
        .comb.p4 .cont {
          width: calc(100% - 15.0rem);
          padding-right: 2.0rem; } }
    .comb.p4 .deco {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 30.0rem; }
      @media screen and (max-width: 767px) {
        .comb.p4 .deco {
          width: 25.0rem; } }
      @media screen and (max-width: 767px) {
        .comb.p4 .deco {
          width: 15.0rem; } }
      .comb.p4 .deco figcaption {
        color: #261a0c;
        font-family: "Noto Sans JP", serif;
        font-size: 1.4rem;
        text-align: center; }
      .comb.p4 .deco img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.0rem; }
  .comb.p5 {
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 500px) {
      .comb.p5 {
        -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; } }
    .comb.p5:nth-last-of-type(1) {
      margin-bottom: 0; }
    .comb.p5 .cont {
      width: calc(100% - 37.0rem);
      padding-right: 5.0rem; }
      @media screen and (max-width: 959px) {
        .comb.p5 .cont {
          padding-right: 3.0rem; } }
      @media screen and (max-width: 767px) {
        .comb.p5 .cont {
          width: calc(100% - 25.0rem); } }
      @media screen and (max-width: 500px) {
        .comb.p5 .cont {
          width: 100%;
          padding-right: 0; } }
    .comb.p5 .deco {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 37.0rem; }
      @media screen and (max-width: 767px) {
        .comb.p5 .deco {
          width: 25.0rem; } }
      @media screen and (max-width: 500px) {
        .comb.p5 .deco {
          margin-top: 1.0rem; } }
      .comb.p5 .deco figcaption {
        color: #261a0c;
        font-family: "Noto Sans JP", serif;
        font-size: 1.4rem;
        text-align: center; }
      .comb.p5 .deco img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.0rem; }
  .comb.p6 {
    margin-bottom: 1.0rem; }
    .comb.p6:nth-last-of-type(1) {
      margin-bottom: 0; }
    .comb.p6 .cont {
      width: calc(100% - 27.0rem);
      padding-right: 3.5rem; }
      @media screen and (max-width: 959px) {
        .comb.p6 .cont {
          padding-right: 2.0rem; } }
      @media screen and (max-width: 767px) {
        .comb.p6 .cont {
          width: calc(100% - 20.0rem); } }
    .comb.p6 .deco {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 27.0rem; }
      @media screen and (max-width: 767px) {
        .comb.p6 .deco {
          width: 20.0rem; } }
      .comb.p6 .deco img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .comb.p7 > div {
    width: 50%; }
    .comb.p7 > div:nth-of-type(odd) {
      padding-right: 1.0rem; }
    .comb.p7 > div:nth-of-type(even) {
      padding-left: 1.0rem; }
  .comb.gray {
    background-color: #f3f3f3; }
  .comb.rose {
    background-color: #fff8f8; }
  .comb.sky {
    background-color: #f0f8fd; }
  .comb.green {
    background-color: #f9ffea; }
  .comb img.bd {
    border: 1px solid #e5e2dd; }

table.colon {
  width: 100%; }
  table.colon tr {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    table.colon tr th {
      font-weight: 400;
      white-space: pre; }

ul.disc {
  padding-left: 3.0rem;
  list-style-type: disc; }
  ul.disc li {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style-type: inherit; }

ol.num {
  padding-left: 2.75rem;
  list-style-type: decimal; }
  ol.num li {
    font-size: 1.4rem;
    line-height: 2.0;
    text-align: justify;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
    list-style-type: inherit; }

.frame {
  background-color: #e5e2dd;
  padding: 2.0rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .frame.gray {
    background-color: #f3f3f3; }
  .frame.rose {
    background-color: #fff8f8; }
  .frame.sky {
    background-color: #f0f8fd; }
  .frame .ttl {
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e2dd; }
  .frame + .frame {
    margin-top: -1.5rem; }

.nav-tabs-wrap ul.nav-tabs {
  margin-bottom: 1px;
  border: none; }
  .nav-tabs-wrap ul.nav-tabs::before {
    content: "";
    display: table;
    line-height: 0; }
  .nav-tabs-wrap ul.nav-tabs::after {
    content: "";
    display: table;
    line-height: 0;
    clear: both; }
  .nav-tabs-wrap ul.nav-tabs li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs-wrap ul.nav-tabs li.active .rose {
      background-color: #fcdfdf; }
    .nav-tabs-wrap ul.nav-tabs li.active .green {
      background-color: #a6dd21; }
    .nav-tabs-wrap ul.nav-tabs li.active .gray {
      background-color: #dddddd; }
    .nav-tabs-wrap ul.nav-tabs li.active .khaki {
      background-color: #f0e08b; }
    .nav-tabs-wrap ul.nav-tabs li.active a:hover {
      border: none; }
    .nav-tabs-wrap ul.nav-tabs li .rose {
      background-color: #fff8f8; }
    .nav-tabs-wrap ul.nav-tabs li .green {
      background-color: #f4ffd9; }
    .nav-tabs-wrap ul.nav-tabs li .gray {
      background-color: #f3f3f3; }
    .nav-tabs-wrap ul.nav-tabs li .khaki {
      background-color: #fffde8; }
    .nav-tabs-wrap ul.nav-tabs li a {
      color: #261a0c;
      font-size: 1.4rem;
      font-weight: 500;
      border-bottom-color: transparent;
      padding: 1.0rem 2.5rem;
      border: none;
      display: block;
      border-top-left-radius: 0.4rem;
      border-top-right-radius: 0.4rem;
      margin-right: 1.0rem; }
      @media screen and (max-width: 500px) {
        .nav-tabs-wrap ul.nav-tabs li a {
          padding-left: 1.0rem;
          padding-right: 1.0rem; } }
.nav-tabs-wrap .tab-content {
  max-height: none;
  overflow: auto; }
  .nav-tabs-wrap .tab-content #brand {
    border: 1px solid #fcdfdf; }
  .nav-tabs-wrap .tab-content #golf {
    border: 1px solid #a6dd21; }
  .nav-tabs-wrap .tab-content #diy {
    border: 1px solid #dddddd; }
  .nav-tabs-wrap .tab-content #electronics {
    border: 1px solid #f0e08b; }
  .nav-tabs-wrap .tab-content .tab-pane-in {
    padding: 3.0rem;
    max-height: 70.0rem;
    overflow: auto; }
    @media screen and (max-width: 500px) {
      .nav-tabs-wrap .tab-content .tab-pane-in {
        padding: 2.0rem;
        max-height: 50.0rem; } }
    .nav-tabs-wrap .tab-content .tab-pane-in .ttl {
      background-color: #bf1c25;
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.3;
      margin-top: 2.0rem;
      margin-bottom: 1.0rem;
      border-radius: 0.4rem;
      display: inline-block;
      padding: 0.5rem 1.0rem; }

ul.pane-list, ul.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  ul.pane-list > li, ul.link-list > li {
    color: #261a0c;
    font-size: 1.4rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 1.0rem);
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      ul.pane-list > li, ul.link-list > li {
        width: 100%; } }
    ul.pane-list > li:nth-of-type(odd), ul.link-list > li:nth-of-type(odd) {
      margin-right: 1.0rem; }
      @media screen and (max-width: 767px) {
        ul.pane-list > li:nth-of-type(odd), ul.link-list > li:nth-of-type(odd) {
          margin-right: 0; } }
    ul.pane-list > li:nth-of-type(even), ul.link-list > li:nth-of-type(even) {
      margin-left: 1.0rem; }
      @media screen and (max-width: 767px) {
        ul.pane-list > li:nth-of-type(even), ul.link-list > li:nth-of-type(even) {
          margin-left: 0; } }
    ul.pane-list > li > a, ul.link-list > li > a {
      color: #261a0c;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.3;
      padding-left: 2.0rem;
      margin-right: 1.0rem;
      position: relative; }
      ul.pane-list > li > a::after, ul.link-list > li > a::after {
        content: '';
        background: url(../img/common/icon_arrow_01.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 1.2rem;
        height: 1.2rem;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
    ul.pane-list > li span.name_en, ul.link-list > li span.name_en {
      color: #261a0c; }
      ul.pane-list > li span.name_en a, ul.link-list > li span.name_en a {
        color: #261a0c; }

.pop {
  border: 1px solid #e5e2dd;
  padding: 2.0rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 500px) {
    .pop {
      padding: 1.5rem; } }
  .pop.rose {
    background-color: #fff8f8;
    border: 1px solid #fff8f8; }
  .pop.pink {
    border: 1px solid #fcdfdf; }
  .pop .pop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 100%; }
    .pop .pop-list > li {
      width: 20%;
      padding: 0.5rem; }
      @media screen and (max-width: 767px) {
        .pop .pop-list > li {
          width: 33.3%; } }
      @media screen and (max-width: 500px) {
        .pop .pop-list > li {
          width: 50%; } }
      .pop .pop-list > li figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .pop .pop-list > li figure img {
          width: 100%; }
        .pop .pop-list > li figure .cont {
          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;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .pop .pop-list > li figure .cont h3 {
            color: #261a0c;
            font-family: "Shippori Mincho", serif;
            font-weight: 900;
            font-size: 3rem;
            line-height: 1.3;
            text-align: center; }
          .pop .pop-list > li figure .cont .supply {
            color: #ffffff;
            font-family: "Shippori Mincho", serif;
            font-size: 2rem;
            font-weight: 300;
            line-height: 1.3;
            word-break: break-all;
            text-align: center;
            margin-bottom: 0.25rem; }
            @media screen and (max-width: 767px) {
              .pop .pop-list > li figure .cont .supply {
                color: #eeeeee;
                font-size: 1.6rem;
                font-weight: 500; } }
            @media screen and (max-width: 500px) {
              .pop .pop-list > li figure .cont .supply {
                font-size: 1.8rem; } }
          .pop .pop-list > li figure .cont figcaption {
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: 500;
            line-height: 1.3;
            text-align: center; }
  .pop .wrap {
    padding: 0.5rem; }
  .pop ul.tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .pop ul.tab-list li {
      background-color: #f3f3f3;
      color: #261a0c;
      font-size: 1.4rem;
      line-height: 1.3;
      padding: 0.5rem 1.5rem;
      border-radius: 2.0rem;
      margin-right: 1.0rem;
      margin-bottom: 1.0rem; }
  .pop.link-p {
    border: 1px solid #fcdfdf; }
    .pop.link-p .cap {
      border-radius: 0.4rem;
      margin-top: 2.5rem; }
      .pop.link-p .cap.first {
        margin-top: 0; }
    .pop.link-p ul.link-list > li {
      width: 100%; }
      .pop.link-p ul.link-list > li:nth-last-of-type(1) {
        margin-bottom: 0; }
      .pop.link-p ul.link-list > li:nth-of-type(odd) {
        margin-right: 0; }
      .pop.link-p ul.link-list > li:nth-of-type(even) {
        margin-left: 0; }
      .pop.link-p ul.link-list > li > a::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

.pops {
  width: 100%;
  max-width: 100%; }
  .pops ul.pops-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%; }
    .pops ul.pops-list > li {
      width: 50%;
      padding-bottom: 2.0rem; }
      @media screen and (max-width: 500px) {
        .pops ul.pops-list > li {
          width: 100%; } }
      .pops ul.pops-list > li:nth-of-type(odd) {
        padding-right: 1.0rem; }
        @media screen and (max-width: 500px) {
          .pops ul.pops-list > li:nth-of-type(odd) {
            padding-right: 0; } }
      .pops ul.pops-list > li:nth-of-type(even) {
        padding-left: 1.0rem; }
        @media screen and (max-width: 500px) {
          .pops ul.pops-list > li:nth-of-type(even) {
            padding-left: 0; } }
    .pops ul.pops-list .wrap {
      width: 100%;
      height: 100%;
      padding: 2.5rem; }
      @media screen and (max-width: 500px) {
        .pops ul.pops-list .wrap {
          padding: 2.5rem 2.0rem; } }
      .pops ul.pops-list .wrap.navy {
        background-color: #f3f3f3; }
      .pops ul.pops-list .wrap.red {
        background-color: #fff8f8; }
        .pops ul.pops-list .wrap.red h3 {
          background-color: #bf1c25; }
        .pops ul.pops-list .wrap.red p {
          color: #333333; }
      .pops ul.pops-list .wrap.blue {
        background-color: #f0f8fd; }
        .pops ul.pops-list .wrap.blue h3 {
          background-color: #2d84f2; }
      .pops ul.pops-list .wrap.green {
        background-color: #f9ffea; }
        .pops ul.pops-list .wrap.green h3 {
          background-color: #82b704; }
      .pops ul.pops-list .wrap.gold {
        background-color: #fffde8; }
        .pops ul.pops-list .wrap.gold h3 {
          background-color: #e3c000; }
      .pops ul.pops-list .wrap h3 {
        border-radius: 0.4rem;
        margin-top: 0; }

ul.pict-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  ul.pict-list > li {
    width: 50%;
    margin-bottom: 2.0rem; }
    @media screen and (max-width: 500px) {
      ul.pict-list > li {
        width: 100%; } }
    ul.pict-list > li:nth-of-type(odd) {
      padding-right: 1.5rem; }
      @media screen and (max-width: 959px) {
        ul.pict-list > li:nth-of-type(odd) {
          padding-right: 1.0rem; } }
      @media screen and (max-width: 500px) {
        ul.pict-list > li:nth-of-type(odd) {
          padding-right: 0; } }
    ul.pict-list > li:nth-of-type(even) {
      padding-left: 1.5rem; }
      @media screen and (max-width: 959px) {
        ul.pict-list > li:nth-of-type(even) {
          padding-left: 1.0rem; } }
      @media screen and (max-width: 500px) {
        ul.pict-list > li:nth-of-type(even) {
          padding-left: 0; } }
    ul.pict-list > li .wrap {
      background-color: #fff8f8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      border-radius: 1.0rem;
      padding: 2.5rem 3.0rem; }
      @media screen and (max-width: 767px) {
        ul.pict-list > li .wrap {
          padding: 2.0rem; } }
      ul.pict-list > li .wrap figure {
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      ul.pict-list > li .wrap img {
        background-color: #eeeeee;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 500px) {
          ul.pict-list > li .wrap img {
            width: 80%; } }
      ul.pict-list > li .wrap .cap {
        font-weight: 500;
        border-radius: 0.4rem;
        margin-top: 0;
        padding-left: 1.0rem;
        padding-right: 1.0rem; }
      ul.pict-list > li .wrap figcaption {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 1.0rem; }

ul.list-qa > li {
  border: solid 1px #f3f3f3;
  padding: 1.5rem 2.0rem;
  margin-bottom: 1.0rem; }
  ul.list-qa > li:nth-last-of-type(1) {
    margin-bottom: 0; }
  ul.list-qa > li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    ul.list-qa > li .wrap:nth-of-type(1) {
      padding-bottom: 1.0rem;
      border-bottom: 1px dashed #eeeeee; }
    ul.list-qa > li .wrap:nth-last-of-type(1) {
      padding-top: 1.0rem; }
    ul.list-qa > li .wrap img {
      position: relative;
      top: 0.6rem; }
    ul.list-qa > li .wrap .in {
      padding-left: 1.0rem; }

table.summary {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  table.summary th, table.summary td {
    font-weight: 400;
    word-break: break-all;
    border-top: 1px solid #e5e2dd;
    border-bottom: 1px solid #e5e2dd;
    padding: 1.5rem; }
  table.summary th {
    text-align: left;
    white-space: pre;
    width: 100px; }
  table.summary td {
    width: calc(100% - 100px); }
  table.summary dl {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    table.summary dl dt {
      white-space: pre; }

.cap + table.summary {
  margin-top: 0; }

.sack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sack .cap {
    margin-top: 0; }
  .sack p {
    margin-right: 1.5rem; }

ul.point-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 500px) {
    ul.point-list-2 {
      width: 100%; } }
  ul.point-list-2 li {
    width: calc(33.3% - 1.0rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      ul.point-list-2 li {
        width: calc(50% - 1.0rem); } }
    @media screen and (max-width: 500px) {
      ul.point-list-2 li {
        width: 100%; } }
    ul.point-list-2 li:nth-of-type(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      ul.point-list-2 li:nth-of-type(odd) {
        margin-right: 1.0rem;
        margin-left: 0; } }
    @media screen and (max-width: 500px) {
      ul.point-list-2 li:nth-of-type(odd) {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      ul.point-list-2 li:nth-of-type(even) {
        margin-right: 0;
        margin-left: 1.0rem; } }
    @media screen and (max-width: 767px) {
      ul.point-list-2 li:nth-of-type(even) {
        margin-left: 0; } }
    ul.point-list-2 li figure {
      background-color: #f5f4ec;
      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;
      height: 100%;
      padding: 3.0rem 2.0rem; }
      @media screen and (max-width: 500px) {
        ul.point-list-2 li figure {
          padding: 2.0rem; } }
      ul.point-list-2 li figure img {
        margin-bottom: 1.75rem; }
        @media screen and (max-width: 500px) {
          ul.point-list-2 li figure img {
            width: 10.0rem;
            margin-bottom: 1.0rem; } }
      ul.point-list-2 li figure figcaption {
        color: #261a0c;
        font-size: 1.4rem;
        font-weight: 500;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #e5e2dd; }
        @media screen and (max-width: 500px) {
          ul.point-list-2 li figure figcaption {
            margin-bottom: 1.0rem; } }
        ul.point-list-2 li figure figcaption b {
          color: #bf1c25;
          font-weight: 700; }

ul.step-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%; }
  ul.step-list-wrap > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.0rem; }
    ul.step-list-wrap > li:nth-last-of-type(1) .deco::after {
      content: '';
      height: 17.5rem; }
      @media screen and (max-width: 500px) {
        ul.step-list-wrap > li:nth-last-of-type(1) .deco::after {
          height: 9.0rem; } }
    ul.step-list-wrap > li .deco {
      width: 17.5rem;
      position: relative; }
      @media screen and (max-width: 500px) {
        ul.step-list-wrap > li .deco {
          width: 9.0rem; } }
      ul.step-list-wrap > li .deco::after {
        content: '';
        background-color: #e5e2dd;
        width: 4px;
        height: calc(100% + 3.0rem);
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 0;
        right: 0; }
        @media screen and (max-width: 500px) {
          ul.step-list-wrap > li .deco::after {
            width: 2px; } }
      ul.step-list-wrap > li .deco img {
        width: 100%;
        border-radius: 20.0rem;
        border: 1px solid #e5e2dd;
        position: relative;
        z-index: 9; }
    ul.step-list-wrap > li .cont {
      width: calc(100% - 17.5rem);
      padding-left: 2.0rem; }
      @media screen and (max-width: 500px) {
        ul.step-list-wrap > li .cont {
          width: calc(100% - 9.0rem); } }
    ul.step-list-wrap > li .cap {
      margin-top: 0;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      border-radius: 0.4rem; }

ul.method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    ul.method-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  ul.method-list > li.matome {
    background-color: #fff8f8;
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 959px) {
      ul.method-list > li.matome {
        width: calc(45% - 1.0rem); } }
    @media screen and (max-width: 767px) {
      ul.method-list > li.matome {
        width: 100%; } }
    ul.method-list > li.matome .doco {
      padding-right: 1.0rem; }
      @media screen and (max-width: 767px) {
        ul.method-list > li.matome .doco {
          padding-right: 0; } }
  ul.method-list > li.insurance {
    background-color: #f0f8fd;
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 959px) {
      ul.method-list > li.insurance {
        width: calc(55% - 1.0rem); } }
    @media screen and (max-width: 767px) {
      ul.method-list > li.insurance {
        width: 100%; } }
    ul.method-list > li.insurance .doco {
      background-image: url("../img/common/method_02.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left center;
      position: relative;
      overflow: hidden; }
      ul.method-list > li.insurance .doco img {
        width: 100%; }
  ul.method-list > li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      ul.method-list > li .wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    ul.method-list > li .wrap .cont {
      width: calc(100% - 18.0rem);
      padding: 1.5rem 1.0rem 1.5rem 2.5rem; }
      @media screen and (max-width: 959px) {
        ul.method-list > li .wrap .cont {
          width: calc(100% - 15.0rem); } }
      @media screen and (max-width: 767px) {
        ul.method-list > li .wrap .cont {
          padding-bottom: 2.0rem; } }
      ul.method-list > li .wrap .cont p {
        color: #261a0c;
        font-size: 1.2rem; }
        ul.method-list > li .wrap .cont p strong {
          font-size: 2rem;
          font-weight: 500; }
    ul.method-list > li .wrap .doco {
      width: 18.0rem;
      height: 100%;
      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 (max-width: 959px) {
        ul.method-list > li .wrap .doco {
          width: 15.0rem; } }

.boxes {
  width: 100%;
  position: relative; }
  .boxes::after {
    content: "";
    clear: both;
    display: block; }
  .boxes figure {
    float: right;
    margin-top: 1.0rem; }
    .boxes figure img {
      width: 27.0rem; }
      @media screen and (max-width: 500px) {
        .boxes figure img {
          width: 20.0rem; } }
  .boxes figure.right {
    float: right;
    padding-left: 3.0rem; }
    @media screen and (max-width: 500px) {
      .boxes figure.right {
        padding-left: 2.0rem; } }
  .boxes figure.left {
    float: left;
    padding-right: 3.0rem; }
    @media screen and (max-width: 500px) {
      .boxes figure.left {
        padding-right: 2.0rem; } }
  .boxes .wrap {
    padding-right: 30.0rem; }
    @media screen and (max-width: 767px) {
      .boxes .wrap {
        display: inline-block;
        padding-right: 0; } }
    .boxes .wrap .frame {
      margin-top: 1.0rem;
      margin-bottom: 1.0rem; }

.btn-input {
  margin-top: 4.0rem; }
  .btn-input.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn-input.double a {
      margin: 0; }
  .btn-input a {
    background: none;
    border: none;
    border-radius: 0;
    text-shadow: none;
    background-color: #bf1c25;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    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%;
    max-width: 30.0rem;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 500px) {
      .btn-input a {
        max-width: 100%; } }
    .btn-input a.ex {
      background: none;
      background-color: #03325c;
      padding: 2.0rem; }
    .btn-input a.rn {
      background: none;
      background-color: #555555;
      padding: 2.0rem; }
    .btn-input a::after {
      content: '';
      width: 2.0rem;
      height: 2.0rem;
      border-top: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.0rem; }

.caution {
  background-color: #ffd700;
  color: #261a0c;
  width: 100%;
  max-width: 75.0rem;
  margin: 2.5rem auto;
  padding: 1.5rem 3.0rem; }
  .caution p {
    text-align: center; }
  .caution b {
    color: #03325c;
    font-weight: 500; }

.metals-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .metals-more-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .metals-more-wrap .metals-more.metals-k {
    width: calc(45% - 1.0rem); }
    @media screen and (max-width: 959px) {
      .metals-more-wrap .metals-more.metals-k {
        width: calc(45% - 0.5rem); } }
    @media screen and (max-width: 767px) {
      .metals-more-wrap .metals-more.metals-k {
        width: 100%; } }
    .metals-more-wrap .metals-more.metals-k .item {
      background-color: #f0e08b;
      color: #261a0c;
      border: dashed 1px #f0e08b; }
      @media screen and (max-width: 959px) {
        .metals-more-wrap .metals-more.metals-k .item {
          width: calc(100% - 10.0rem); } }
    .metals-more-wrap .metals-more.metals-k .val {
      border: dashed 1px #f0e08b; }
      @media screen and (max-width: 959px) {
        .metals-more-wrap .metals-more.metals-k .val {
          width: 10.0rem;
          padding-right: 1.0rem; } }
  .metals-more-wrap .metals-more.metals-p {
    width: calc(55% - 1.0rem); }
    @media screen and (max-width: 959px) {
      .metals-more-wrap .metals-more.metals-p {
        width: calc(55% - 0.5rem); } }
    @media screen and (max-width: 767px) {
      .metals-more-wrap .metals-more.metals-p {
        width: 100%; } }
    .metals-more-wrap .metals-more.metals-p .item {
      background-color: #e5e2dd;
      color: #261a0c;
      border: dashed 1px #e5e2dd; }
      @media screen and (max-width: 959px) {
        .metals-more-wrap .metals-more.metals-p .item {
          width: calc(100% - 10.0rem); } }
    .metals-more-wrap .metals-more.metals-p .val {
      border: dashed 1px #e5e2dd; }
      @media screen and (max-width: 959px) {
        .metals-more-wrap .metals-more.metals-p .val {
          width: 10.0rem;
          padding-right: 1.0rem; } }
  .metals-more-wrap .metals-more ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .metals-more-wrap .metals-more ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .metals-more-wrap .metals-more ul li .item {
        width: calc(100% - 15.0rem);
        height: 5.0rem;
        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;
        margin-bottom: 1.0rem; }
        @media screen and (max-width: 959px) {
          .metals-more-wrap .metals-more ul li .item {
            width: calc(100% - 10.0rem); } }
        @media screen and (max-width: 767px) {
          .metals-more-wrap .metals-more ul li .item {
            width: calc(100% - 12.0rem); } }
        @media screen and (max-width: 500px) {
          .metals-more-wrap .metals-more ul li .item {
            width: calc(100% - 10.0rem);
            font-size: 1.4rem; } }
      .metals-more-wrap .metals-more ul li .val {
        width: 15.0rem;
        height: 5.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 2.0rem;
        margin-bottom: 1.0rem; }
        @media screen and (max-width: 959px) {
          .metals-more-wrap .metals-more ul li .val {
            width: 10.0rem; } }
        @media screen and (max-width: 767px) {
          .metals-more-wrap .metals-more ul li .val {
            width: 12.0rem;
            padding-right: 1.5rem; } }
        @media screen and (max-width: 500px) {
          .metals-more-wrap .metals-more ul li .val {
            font-size: 1.4rem;
            width: 10.0rem;
            padding-right: 1.0rem; } }

ul.pop-wrap > li {
  border-bottom: 1px dashed #fcdfdf;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  ul.pop-wrap > li:nth-last-of-type(1) {
    border-bottom: none; }

.policy h4 {
  font-weight: 500;
  margin-top: 3.5rem;
  margin-bottom: 0.5rem; }

#serchArea.search-wrap {
  background: none;
  background-color: #f3f3f3;
  margin: 0.5rem 0 2.5rem;
  height: 4.0rem;
  padding: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #serchArea.search-wrap input[name="search_text"] {
    height: 100%;
    border-right: none;
    margin: 0;
    background-color: #f3f3f3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 1.5rem; }
  #serchArea.search-wrap input[name="search"] {
    background-color: #f3f3f3;
    height: 100%;
    padding-right: 0.5rem; }

body #searchResult {
  padding: 0;
  margin-bottom: 3.0rem; }
  body #searchResult .label {
    background-color: #bf1c25;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    text-shadow: none;
    margin-right: 1.0rem;
    margin-bottom: 1.0rem;
    border-radius: 0.4rem;
    display: inline-block;
    padding: 0.5rem 1.0rem; }

.dia-wrap {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 500px) {
    .dia-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .dia-wrap .dia {
    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;
    width: calc(50% - 2.0rem);
    border: 1px solid #e5e2dd;
    padding: 4.5rem 1.0rem 4.0rem; }
    @media screen and (max-width: 959px) {
      .dia-wrap .dia {
        width: calc(50% - 1.0rem); } }
    @media screen and (max-width: 959px) {
      .dia-wrap .dia {
        width: calc(50% - 0.5rem); } }
    @media screen and (max-width: 500px) {
      .dia-wrap .dia {
        width: 100%;
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        margin-bottom: 2.0rem; } }
    .dia-wrap .dia .wrap {
      width: 30.0rem; }
      @media screen and (max-width: 767px) {
        .dia-wrap .dia .wrap {
          width: 100%; } }
      .dia-wrap .dia .wrap p {
        text-align: center; }
    .dia-wrap .dia h2 {
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
      margin-bottom: 3.5rem; }
      @media screen and (max-width: 500px) {
        .dia-wrap .dia h2 {
          margin-bottom: 2.0rem; } }
    .dia-wrap .dia .in .ttl {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2.0;
      margin-top: 2.5rem;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 500px) {
        .dia-wrap .dia .in .ttl {
          margin-top: 1.5rem; } }
    .dia-wrap .dia .in input {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 2.0rem 1.0rem; }
      @media screen and (max-width: 500px) {
        .dia-wrap .dia .in input {
          margin-bottom: 0; } }

@media screen and (max-width: 959px) {
  .map-wrap iframe {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .map-wrap iframe {
    height: 35.0rem; } }

.name_en {
  font-size: 0.9em; }

.item_list li {
  font-size: 0.85em;
  float: left;
  width: 45%;
  padding: 5px 15px 5px 0;
  border-bottom: solid 1px #ccc; }

.tab-content {
  max-height: 820px; }

#searchResult {
  display: none;
  padding: 20px 0; }

#searchResult .item {
  display: none;
  padding: 10px 15px;
  border-bottom: dotted 1px #ccc; }

.hmOther li {
  float: left;
  margin: 0 20px 20px 0; }

#map img {
  max-width: none; }

#map label {
  width: auto;
  display: inline; }

table.price {
  width: 100%;
  line-height: 1.8em; }
  table.price th, table.price td {
    padding: 0px 5px;
    font-size: 11px; }
  table.price th {
    border: solid 1px #ddd; }
  table.price td {
    text-align: right;
    border: solid 1px #ddd; }
    table.price td.today {
      background: #dd9400; }

.rate_table {
  background: url("../img/common/bg_rate.png");
  color: #fff;
  padding: 10px;
  border: solid 3px #ab9846; }
  .rate_table li {
    margin-bottom: 7px; }
  .rate_table .formula {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 10px 10px;
    border: solid 3px #f34d82;
    color: #f34d82;
    margin: 10px 0; }
  .rate_table .inContents h3 {
    border-bottom: solid 1px #eee; }

@media screen and (max-width: 767px) {
  .tbr_responsive {
    overflow-x: auto;
    overflow-y: visible; } }

/* plugin */
body .bx-wrapper {
  height: auto;
  margin-bottom: 7.0rem; }
  body .bx-wrapper .bx-window {
    width: 100% !important;
    height: auto; }
    body .bx-wrapper .bx-window #slider figure {
      width: 100%;
      position: relative; }
      body .bx-wrapper .bx-window #slider figure img {
        width: 100%;
        height: auto; }
      body .bx-wrapper .bx-window #slider figure figcaption {
        position: absolute;
        color: #ffffff;
        font-size: 6rem;
        font-weight: 300;
        left: 10.0rem;
        bottom: 10.0rem; }
        @media screen and (max-width: 959px) {
          body .bx-wrapper .bx-window #slider figure figcaption {
            left: 7.0rem;
            bottom: 7.0rem; } }
        @media screen and (max-width: 767px) {
          body .bx-wrapper .bx-window #slider figure figcaption {
            left: 5.0rem;
            bottom: 5.0rem; } }
        @media screen and (max-width: 500px) {
          body .bx-wrapper .bx-window #slider figure figcaption {
            font-size: 4rem;
            left: 3.0rem;
            bottom: 3.0rem; } }
  body .bx-wrapper .bx-pager {
    display: none; }
  body .bx-wrapper .prev-next {
    display: none; }

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
  opacity: 0.5; }

body .modal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

@media screen and (max-width: 500px) {
  table.confirm {
    width: 100%; } }
@media screen and (max-width: 500px) {
  table.confirm th {
    padding-left: 0; } }
@media screen and (max-width: 500px) {
  table.confirm td {
    padding-right: 0; } }

.board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.0rem; }
  .board-list > li {
    margin-bottom: 1.5rem; }
    .board-list > li span {
      color: #bf1c25;
      font-size: 1.3rem;
      line-height: 1.3;
      display: block;
      margin-top: 1.0rem;
      margin-bottom: 0.5rem; }
    .board-list > li img {
      max-width: 300px;
      width: 100%; }
