@charset "UTF-8";

/*** layout set ***/
@media screen and (min-width: 1361px) {
  html { font-size: 10px; }
}
@media screen and (min-width: 751px) and (max-width: 1360px) {
  html { font-size: calc(10 / 1360 * 100vw ); }
}
@media screen and (min-width: 751px) {
  body { min-width: initial; }
  .sp { display: none !important; }
}
@media screen and (max-width: 750px) {
  html { font-size: calc(10 / 750 * 100vw ); }
  body { min-width: 360px; }
  .pc { display: none !important; }
}

/*** base set ***/
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  color: #000;
  font-size: 1em;
  line-height: 2;
  letter-spacing: .02em;
  background-color: #fff;
  width: 100%;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  transition: opacity .3s;
}
body.is-loading { opacity: 0; }
body, button, input, textarea {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}
a, button {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition: opacity .3s;
}
a:hover, button:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
sup {
  top: -.3em;
}

/*** clearfix ***/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*** wrap ***/
.wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(128rem + 4rem + 4rem);
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

/*** z-index ***/
body > header { z-index: 200; }
.menu         { z-index: 200; }
main          { z-index:   0; }
body > footer { z-index: 100; }

/*** header ***/
body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  width: 100%;
}
body > header .belt {
  background-color: #004831;
  border-bottom: .3rem solid #c4d700;
}
body > header .belt .wrap {
  display: flex;
  align-items: center;
  height: 3.6rem;
}
body > header .belt .wrap .logo-smbc {
  height: 2.2rem;
}
body > header .set {
  background-color: #fff;
}
body > header .set .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
body > header .set .wrap .logo-smbc-dm a {
  display: flex;
  align-items: center;
}
body > header .set .wrap .logo-smbc-dm img {
  width: 30.1rem;
}
body > header .menu {
  margin-right: 7rem;
  margin-left: auto;
}
body > header .menu ul {
  display: flex;
  list-style: none;
}
body > header .menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
}
body > header .menu ul li a {
  position: relative;
  color: #004832;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(.028deg);
}
body > header .menu ul li a {
  padding: .5rem 0;
}
body > header .menu ul li a:hover {
  opacity: 1;
}
body > header .menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004832;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .3s, transform .3s;
}
body > header .menu ul li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
body > header .set .wrap .btn-inquiry {
  width: 18rem;
  margin-right: 9.5rem;
}
body > header .btn-menu { display: none; }

/*** main ***/
main {
  padding-bottom: 12rem;
}

/*** common page-header ***/
.page-lower .page-header {
  position: relative;
  background-image: url(../images/commons/page-header-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(220 / 1440 * 100vw);
  max-height: 22rem;
}
.page-lower .page-header .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-lower .page-header .wrap h1 {
  color: #fff;
  font-size: 3.2em;
  font-weight: 500;
  line-height: calc(50 / 32 * 1em);
  letter-spacing: .02em;
  text-align: center;
  transform: rotate(.028deg);
}
.page-lower .page-header .wrap h1 + p {
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .9rem;
}
.page-lower .page-header .img img {
  width: 100%;
}

/*** common contents ***/
.page-lower .contents {
  margin-top: 9rem;
}

/*** common article ***/
.page-lower .contents header {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
.page-lower .contents .foreword,
.page-lower .contents .contents-set {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
.page-lower .contents .contents-set:nth-of-type(n+2) {
  margin-top: 10rem;
}
.page-lower .contents .foreword + .contents-set {
  margin-top: 6.2rem;
}
.page-lower .contents .contents-set .img {
  text-align: center;
}
.page-lower .contents .content-description { margin-top: 4.5rem; }
.page-lower .contents .content-body { margin-top: 4rem; }
.page-lower .contents .content-description + .content-body { margin-top: 6rem; }

/*** common text ***/
.page-lower .contents h2 {
  color: #b9b9b9;
  font-size: 4em;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .02em;
  text-align: center;
  transform: rotate(.028deg);
}
.page-lower .contents h2 + p {
  position: relative;
  color: #58927d;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.6rem;
}
.page-lower .contents h2 + p:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  background-color: #b9b9b9;
  width: 3.6rem;
  height: .1rem;
  margin: auto;
}
.page-lower .contents h3 {
  display: flex;
  color: #6c6c6c;
  font-size: 3.2em;
  font-weight: bold;
  line-height: calc(50 / 32 * 1em);
  letter-spacing: .02em;
  border-bottom: 1px solid #a9d848;
  padding-bottom: .5rem;
  transform: rotate(.028deg);
}
.page-lower .contents h3:nth-of-type(n+2) {
  margin-top: 3.8rem;
}
.page-lower .contents h3 > div:nth-child(1) {
  margin-right: .5em;
}
.page-lower .contents h4 {
  color: #6c6c6c;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .02em;
}
.page-lower .contents p {
  color: #6c6c6c;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
  transform: rotate(.028deg);
}
.page-lower .contents .img + h3 {
  margin-top: 6.8rem;
}
.page-lower .contents p,
.page-lower .contents h3 + ul,
.page-lower .contents h3 + ol { margin-top: 2rem; }
.page-lower .contents ul + p,
.page-lower .contents ol + p,
.page-lower .contents p + ul,
.page-lower .contents p + ol { margin-top: 3.2rem; }
.page-lower .contents p:first-child { margin-top: 0; }
.page-lower .contents .txt-left  { text-align: left;}
.page-lower .contents .txt-right { text-align: right; }
.page-lower .contents .notes {
  display: flex;
  margin-top: .8rem;
}
.page-lower .contents .notes > div {
  color: #6c6c6c;
  font-size: 1.3em;
  font-feature-settings: 'palt';
  line-height: calc(20 / 13 * 1em);
  letter-spacing: .02em;
  transform: rotate(.028deg);
}
.page-lower .contents .notes > div:nth-child(1) {
  margin-right: .5em;
}
.page-lower .contents .contact {
  margin-top: 3rem;
}
.page-lower .contents a {
  color: #58927d;
  text-decoration: underline;
}
.page-lower .contents a:hover {
  text-decoration: none;
}

/*** common list ***/
.page-lower .contents ul > li,
.page-lower .contents ol > li {
  color: #6c6c6c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
  transform: rotate(.028deg);
}
.page-lower .contents .list-common > li {
  display: flex;
  list-style: none;
}
.page-lower .contents .list-common > li > div:nth-child(1) {
  white-space: nowrap;
  margin-right: .5em;
}
.page-lower .contents .list-common-c > li {
  display: flex;
}
.page-lower .contents .list-common-c > li > div:nth-child(1) {
  white-space: nowrap;
  margin-right: .5em;
}

/* item */
.page-lower .contents .item {
  display: flex;
  margin-top: 3.2rem;
}
.page-lower .contents .item > div:nth-child(1) {
  color: #6c6c6c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .02em;
  margin-right: .5em;
  transform: rotate(.028deg);
}
.page-lower .contents .item > div:nth-child(2) {
  width: 100%;
}
.page-lower .contents .item > div:nth-child(2) p,
.page-lower .contents .item > div:nth-child(2) ul {
  margin-top: 0;
}
.page-lower .contents .item-sub {
  margin-top: 1.5rem;
}

/* notes */
.page-lower .contents .list-notes > li {
  display: flex;
  list-style: none;
  color: #6c6c6c;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: calc(30 / 13 * 1em);
  letter-spacing: .02em;
  transform: rotate(.028deg);
}
.page-lower .contents .list-notes > li > div:nth-child(1) {
  font-feature-settings: 'palt';
  white-space: nowrap;
  margin-right: .5em;
}

/*** common table ***/
.page-lower .contents .table-normal {
  color: #6c6c6c;
  font-size: 1.6rem;
  line-height: calc(28 / 16 * 1em);
  border-collapse: collapse;
  border: 1px solid #999;
  width: 100%;
}
.page-lower .contents .table-normal th,
.page-lower .contents .table-normal td {
  font-weight: 500;
  text-align: center;
  border: 1px solid #999;
  padding: .5rem 2rem;
}
.page-lower .contents .table-normal th:nth-child(1),
.page-lower .contents .table-normal td:nth-child(1) {
  border-right: 1px solid #c9c9c9;
}
.page-lower .contents .table-normal th:nth-child(2),
.page-lower .contents .table-normal td:nth-child(2) {
  border-left: 1px solid #c9c9c9;
}
.page-lower .contents .table-normal th {
  color: #fff;
  letter-spacing: .02em;
  background-color: #58927d;
}
.page-lower .contents .table-normal td {
  letter-spacing: 0;
}

/*** common btns ***/
.page-lower .btns {
  margin-top: 11.2rem;
}
.page-lower .btns .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-lower .btns .btn-to-index {
  width: 100%;
  max-width: 20rem;
}

/*** footer ***/
footer {
  position: relative;
  background-color: #999;
  padding: 3.8rem 0 5.1rem;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .wrap nav ul {
  display: flex;
  position: relative;
  list-style: none;
  margin: -0.15rem 0;
}
footer .wrap nav ul li {
  display: flex;
  position: relative;
  padding: 0 2rem;
}
footer .wrap nav ul:before,
footer .wrap nav ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 1px;
  height: 1.4rem;
  margin: auto 0;
}
footer .wrap nav ul:before {
  left: 0;
}
footer .wrap nav ul li:after {
  right: 0;
}
footer .wrap nav ul li a {
  position: relative;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  transform: rotate(.028deg);
}
footer .wrap nav ul li a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
footer .wrap nav ul li a:hover {
  opacity: 1;
}
footer .wrap nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .3s, transform .3s;
}
footer .wrap nav ul li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
footer .wrap nav + img {
  width: auto;
  height: 1.5rem;
  margin-top: 4.8rem;
}
footer .wrap .copyright {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 2.5rem;
  transform: rotate(.028deg);
}

/*** mobile ***********************************************************************************/
@media screen and (max-width: 750px) {
  /*** wrap ***/
  .wrap {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  /*** header ***/
  body > header .wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  body > header .belt {
    border-bottom: .8rem solid #c4d700;
  }
  body > header .belt .wrap {
    height: 10rem;
  }
  body > header .belt .wrap .logo-smbc {
    height: 6.3rem;
  }
  body > header .set .wrap {
    height: 9.8rem;
  }
  body > header .set .wrap logo-smbc-dm {
    flex: 0 0 auto;
  }
  body > header .set .wrap .btn-inquiry {
    width: 20rem;
    margin-right: 1.8rem;
    margin-left: auto;
  }

  /*** header btn-menu ***/
  body > header .btn-menu {
    display: block;
    position: relative;
    width: 6rem;
    height: 6rem;
    margin-right: 0;
  }
  body > header .btn-menu:before,
  body > header .btn-menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  body > header .btn-menu:before {
    background-image: url("../images/commons/sp/btn-menu-open.svg");
    background-size: 3.6rem auto;
  }
  body > header .btn-menu:after {
    background-image: url("../images/commons/sp/btn-menu-close.svg");
    background-size: 2.8rem auto;
  }
  body > header .btn-menu span { display: none; }
  body > header .btn-menu:before,
  body > header .btn-menu .open { opacity: 1; }
  body > header .btn-menu:after,
  body > header .btn-menu .close { opacity: 0; }

  /*** header menu transition open ***/
  body.is-menu-open > header .btn-menu:before {
    opacity: 1;
    transform: scale(1);
    animation: btn-menu-hidden .2s ease forwards;
  }
  body.is-menu-open > header .btn-menu:after {
    opacity: 0;
    transform: scale(.5);
    animation: btn-menu-visible .3s ease forwards;
  }

  /*** header menu transition close ***/
  body.is-menu-close > header .btn-menu:before {
    opacity: 0;
    transform: scale(.5);
    animation: btn-menu-visible .3s ease forwards;
  }
  body.is-menu-close > header .btn-menu:after {
    opacity: 1;
    transform: scale(1);
    animation: btn-menu-hidden .3s ease forwards;
  }

  /*** header menu transition keyframes ***/
  @keyframes btn-menu-hidden {
      0% { transform: scale(1); opacity: 1; }
     50% { transform: scale(.5); opacity: 1; }
    100% { transform: scale(.5); opacity: 0; }
  }
  @keyframes btn-menu-visible {
      0% { transform: scale(.5); opacity: 0; }
     50% { transform: scale(.5); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
  }

  /*** menu ***/
  body > header .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: visibility 0s .4s;
  }
  body > header .menu .menu-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #58927d;
    width: 100%;
    height: 0;
    overflow: auto;
    transition: height .4s ease;
  }
  body > header .menu .menu-body {
    padding: 3.4rem 3rem;
  }
  body > header .menu nav {
    position: relative;
    z-index: 1;
  }
  body > header .menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body > header .menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
  body > header .menu ul li + li {
    padding-top: 1rem;
  }
  body > header .menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #Fff;
    font-size: 4em;
    line-height: 1;
    letter-spacing: .02em;
    text-align: center;
    width: 100%;
    height: 13.8rem;
  }
  body > header .menu-space {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*** menu open ***/
  body.is-menu-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  body.is-menu-open > header .menu {
    visibility: visible;
    transition: visibility 0s 0s;
  }
  body.is-menu-open > header .menu .menu-wrap {
    transition: height .4s ease;
  }
  body.is-menu-anim > header .menu .menu-wrap {
    overflow: hidden;
  }

  /*** main ***/
  main {
    padding-bottom: 12rem;
  }

  /*** common page-header ***/
  .page-lower .page-header {
    position: relative;
    background-image: url("../images/commons/sp/page-header-bg.png");
    height: 30rem;
    max-height: 30rem;
  }
  .page-lower .page-header .wrap h1 {
    font-size: 3.8em;
  }
  .page-lower .page-header .wrap h1 + p {
    font-size: 2.2em;
    line-height: calc(32 / 22 * 1em);
    margin-top: .8rem;
  }

  /*** common contents ***/
  .page-lower .contents {
    margin-top: 8rem;
  }

  /*** common article ***/
  .page-lower .contents header,
  .page-lower .contents .foreword,
  .page-lower .contents .contents-set {
    max-width: 69rem;
  }
  .page-lower .contents .content-description,
  .page-lower .contents .content-body { margin-top: 4rem; }

  /*** common text ***/
  .page-lower .contents h2 {
    font-size: 6em;
    line-height: calc(74 / 60 * 1em);
  }
  .page-lower .contents h2 + p {
    font-size: 2.6em;
    line-height: calc(38 / 26 * 1em);
    margin-top: 2.4rem;
  }
  .page-lower .contents h2 + p:before {
    top: -1.3rem;
    height: .21rem;
  }
  .page-lower .contents h3 {
    font-size: 3.8em;
    line-height: calc(50 / 38 * 1em);
    padding-bottom: 1rem;
  }
  .page-lower .contents h3:nth-of-type(n+2) {
    margin-top: 4.2rem;
  }
  .page-lower .contents h3 > div:nth-child(1) {
    margin-right: .4em;
  }
  .page-lower .contents h3 > div:nth-child(2) {
    margin-right: -.5em;
  }
  .page-lower .contents h4 {
    font-size: 2.4em;
  }
  .page-lower .contents p {
    font-size: 2.2em;
    line-height: calc(38 / 22 * 1em);
  }
  .page-lower .img + h3 {
    margin-top: 7rem;
  }
  .page-lower .contents p { margin-top: 3.8rem; }
  .page-lower .contents h3 + p,
  .page-lower .contents h3 + ul,
  .page-lower .contents h3 + ol { margin-top: 2rem; }
  .page-lower .contents ul + p,
  .page-lower .contents ol + p,
  .page-lower .contents p + ul,
  .page-lower .contents p + ol { margin-top: 3.8rem; }
  .page-lower .contents .notes { margin-top: 1.2rem; }
  .page-lower .contents .notes > div {
    font-size: 1.9em;
    line-height: calc(36 / 19 * 1em);
  }
  .page-lower .contents .contact {
    margin-top: 3.6rem;
  }

  /*** common list ***/
  .page-lower .contents ul > li,
  .page-lower .contents ol > li {
    font-size: 2.2rem;
    line-height: calc(38 / 22 * 1em);
  }
  .page-lower .contents .item {
    margin-top: 3.8rem;
  }
  .page-lower .contents .item > div:nth-child(1) {
    font-size: 2.2rem;
    line-height: calc(38 / 22 * 1em);
  }
  .page-lower .contents .item-sub {
    margin-top: 2.4rem;
  }

  /* notes */
  .page-lower .contents .list-notes > li {
    font-size: 1.9rem;
    line-height: calc(36 / 19 * 1em);
  }

  /*** common table ***/
  .page-lower .contents .table-normal {
    font-size: 2.2rem;
    line-height: calc(34 / 22 * 1em);
  }
  .page-lower .contents .table-normal th,
  .page-lower .contents .table-normal td {
    padding: 1.2rem 1rem;
  }

  /*** common btns ***/
  .page-lower .btns .btn-to-index {
    max-width: 28rem;
  }

  /*** footer ***/
  footer {
    padding: 5.4rem 0 5rem;
  }
  footer .wrap nav ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  footer .wrap nav ul:before {
    display: none;
  }
  footer .wrap nav ul li {
    height: 3.4rem;
    padding: 0 2.8rem;
  }
  footer .wrap nav ul li:nth-of-type(2) {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  footer .wrap nav ul li:before,
  footer .wrap nav ul li:after {
    content: "";
    position: absolute;
    top: .7rem;
    background-color: #fff;
    width: 1px;
    height: 2rem;
    margin: 0;
  }
  footer .wrap nav ul li:nth-of-type(3):after { display: none; }
  footer .wrap nav ul li:before { left: 0; }
  footer .wrap nav ul li:after { right: 0; }
  footer .wrap nav ul li a {
    font-size: 2em;
    font-weight: 300;
    line-height: calc(34 / 20 * 1em);
    white-space: nowrap;
  }
  footer .wrap nav ul li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .wrap nav ul li a:after { display: none; }
  footer .wrap nav + img {
    width: auto;
    height: 2.2rem;
    margin-top: 5.2rem;
  }
  footer .wrap .copyright {
    font-size: 2em;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 3.6rem;
  }
}

/*** IE fix ***/
@media all and (-ms-high-contrast: none) {
  .page-lower .contents h3 {
    line-height: 1.5625em;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 750px) {
  .page-lower .contents h3 {
    line-height: 1.3157em;
  }
  footer .wrap nav ul {
    width: 69rem;
  }
}
