@charset "utf-8";

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

Common Setting

---------------------------------------------------------- */
/*pc + sp*/
.pc   {display:block}
.sp   {display:none}
@media only screen and (max-width:520px) {
.pc   {display:none}
.sp   {display:block}
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd  {
  position: relative;
  word-break:break-all;
  padding:0;
  margin:0;
  box-sizing:border-box;
  outline:none;
  font-family: 'Noto Sans JP', sans-serif;
}

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

/*font*
.mplus {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
*/
.ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}

/*ul dl*/
ul,ul li  {
  list-style:none;
  padding:0;
  margin:0
}

ul.disc li {
  list-style: disc;
  margin-left: 1em;
}

ul.li__mb18 li {
  margin-bottom: 18px;
}

  ul.li__mb18 li:nth-last-child(1) {
    margin-bottom: auto;
  }

ol  {
  margin-left: 1em;
}

/*lineheight*/
.line__height__175 {
  line-height: 1.75;
}

/*lineheight*/
.line__height__15 {
  line-height: 1.5;
}

/*position*/
.center {
  text-align:center
}

.left {
  text-align:left
}

.right  {
  text-align:right
}

.block  {
  display: block;
}

.large {
  font-size: 120%;
}

.small {
  font-size: 90%;
}

/*flex*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: top;
}

  .flex.alignitems__center {
    align-items: center;
  }

  .flex.space__between {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.left {
    justify-content: left;
  }

  .flex.right {
    justify-content: right;
  }

.flex.divided2 .flex__list {
  flex-basis: 48%;
  margin-bottom: 4%;
}

  .flex.divided2 .flex__list:nth-child(even) {
    margin-left: 2%;
  }

.flex.divided3 .flex__list {
  flex-basis: 32%;
  margin-bottom: 4%;
}

  .flex.divided3 .flex__list:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }

.flex .flex__list.w20 {
  flex-basis: 20%;
}

.flex .flex__list.w25 {
  flex-basis: 25%;
}

.flex .flex__list.w30 {
  flex-basis: 30%
}

.flex .flex__list.w31 {
  flex-basis: 31%
}

.flex .flex__list.w32 {
  flex-basis: 32%
}

.flex .flex__list.w33 {
  flex-basis: 33%
}

.flex .flex__list.w35 {
  flex-basis: 35%
}

.flex .flex__list.w40 {
  flex-basis: 40%;
}

.flex .flex__list.w45 {
  flex-basis: 45%;
}

.flex .flex__list.w50 {
  flex-basis: 50%;
}

.flex .flex__list.w55 {
  flex-basis: 55%;
}

.flex .flex__list.w60 {
  flex-basis: 60%;
}

.flex .flex__list.w65 {
  flex-basis: 65%;
}

.flex .flex__list.w70 {
  flex-basis: 70%;
}

.flex__list a {
  text-decoration: none!important
}

@media only screen and (max-width:520px) {
  .flex.divided2 ,
  .flex.divided3  {
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex.space__between {
    justify-content: center;
  }

  .flex .flex__list,
  .flex.divided2 .flex__list,
  .flex.divided3 .flex__list,
  .flex.divided2 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(3n-1) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex .flex__list.w20,
  .flex .flex__list.w25,
  .flex .flex__list.w30 ,
  .flex .flex__list.w31,
  .flex .flex__list.w32,
  .flex .flex__list.w33,
  .flex .flex__list.w35,
  .flex .flex__list.w40,
  .flex .flex__list.w45,
  .flex .flex__list.w50,
  .flex .flex__list.w55 ,
  .flex .flex__list.w60,
  .flex .flex__list.w65 ,
  .flex .flex__list.w70 {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}


/*wide*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}


/*padding margin*/
.mt-4  {
  margin-top: -4.5px
}

.mt-9  {
  margin-top: -9px
}

.mt-18  {
  margin-top: -18px
}

.mt-27  {
  margin-top: -27px
}

.mt-36 {
  margin-top: -36px
}

.mt-45 {
  margin-top: -45px
}

.mt-54 {
  margin-top: -54px
}

.mt-63 {
  margin-top: -63px
}

.mt-72 {
  margin-top: -72px
}

.mt-81 {
  margin-top: -81px
}

.mt-90 {
  margin-top: -90px
}

.mb-9  {
  margin-bottom: -9px
}

.mb-18  {
  margin-bottom: -18px
}

.mb-27  {
  margin-bottom: -27px
}

.mb-36 {
  margin-bottom: -36px
}

.mb-45 {
  margin-bottom: -45px
}

.mb-54 {
  margin-bottom: -54px
}

.mb-63 {
  margin-bottom: -63px
}

.mb-72 {
  margin-bottom: -72px
}

.mb-81 {
  margin-bottom: -81px
}

.mb-90 {
  margin-bottom: -90px
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.mt27 {
  margin-top: 27px;
}

.mt36 {
  margin-top: 36px;
}

.mt45 {
  margin-top: 45px;
}

.mt54 {
  margin-top: 54px;
}

.mt63 {
  margin-top: 63px;
}

.mt72 {
  margin-top: 72px;
}

.mt81 {
  margin-top: 81px;
}

.mt90 {
  margin-top: 90px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb81 {
  margin-bottom: 81px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt9 {
  padding-top: 9px;
}

.pt18 {
  padding-top: 18px;
}

.pt27 {
  padding-top: 27px;
}

.pt36 {
  padding-top: 36px;
}

.pt45 {
  padding-top: 45px;
}

.pt54 {
  padding-top: 54px;
}

.pt63 {
  padding-top: 63px;
}

.pt72 {
  padding-top: 72px;
}

.pt81 {
  padding-top: 81px;
}

.pt90 {
  padding-top: 90px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb27{
  padding-bottom: 27px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb54 {
  padding-bottom: 54px;
}

.pb63 {
  padding-bottom: 63px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb81 {
  padding-bottom: 81px;
}

.pb90 {
  padding-bottom: 90px;
}

.pd9 {
  padding: 9px;
}

.pd18 {
  padding: 18px;
}

.pd27 {
  padding: 27px;
}

.pd36 {
  padding: 36px;
}

.pd45 {
  padding: 45px;
}
@media only screen and (max-width:520px) {
  .mt-4  {
    margin-top: calc(-4.5px / 2)
  }

  .mt-9  {
    margin-top: calc(-9px / 2)
  }

  .mt-18  {
    margin-top: calc(-18px / 2)
  }

  .mt-27  {
    margin-top: calc(-27px / 2)
  }

  .mt-36 {
    margin-top: calc(-36px / 2)
  }

  .mt-45 {
    margin-top: calc(-45px / 2)
  }

  .mt-54 {
    margin-top: calc(-54px / 2)
  }

  .mt-63 {
    margin-top: calc(-63px / 2)
  }

  .mt-72 {
    margin-top: calc(-72px / 2)
  }

  .mt-81 {
    margin-top: calc(-81px / 2)
  }

  .mt-90 {
    margin-top: calc(-90px / 2)
  }

  .mb-9  {
    margin-bottom: calc(-9px / 2)
  }

  .mb-18  {
    margin-bottom: calc(-18px / 2)
  }

  .mb-27  {
    margin-bottom: calc(-27px / 2)
  }

  .mb-36 {
    margin-bottom: calc(-36px / 2)
  }

  .mb-45 {
    margin-bottom: calc(-45px / 2)
  }

  .mb-54 {
    margin-bottom: calc(-54px / 2)
  }

  .mb-63 {
    margin-bottom: calc(-63px / 2)
  }

  .mb-72 {
    margin-bottom: calc(-72px / 2)
  }

  .mb-81 {
    margin-bottom: calc(-81px / 2)
  }

  .mb-90 {
    margin-bottom: calc(-90px / 2)
  }

  .mt9 {
    margin-top: calc(9px / 2)
  }

  .mt18 {
    margin-top: calc(18px / 2)
  }

  .mt27 {
    margin-top: calc(27px / 2)
  }

  .mt36 {
    margin-top: calc(36px / 2)
  }

  .mt45 {
    margin-top: calc(45px / 2)
  }

  .mt54 {
    margin-top: calc(54px / 2)
  }

  .mt63 {
    margin-top: calc(63px / 2)
  }

  .mt72 {
    margin-top: calc(72px / 2)
  }

  .mt81 {
    margin-top: calc(81px / 2)
  }

  .mt90 {
    margin-top: calc(90px / 2)
  }

  .mb9 {
    margin-bottom: calc(9px / 2)
  }

  .mb18 {
    margin-bottom: calc(18px / 2)
  }

  .mb27 {
    margin-bottom: calc(27px / 2)
  }

  .mb36 {
    margin-bottom: calc(36px / 2)
  }

  .mb45 {
    margin-bottom: calc(45px / 2)
  }

  .mb54 {
    margin-bottom: calc(54px / 2)
  }

  .mb63 {
    margin-bottom: calc(63px / 2)
  }

  .mb72 {
    margin-bottom: calc(72px / 2)
  }

  .mb81 {
    margin-bottom: calc(81px / 2)
  }

  .mb90 {
    margin-bottom: calc(90px / 2)
  }

  .pt9 {
    padding-top: calc(9px / 2)
  }

  .pt18 {
    padding-top: calc(18px / 2)
  }

  .pt27 {
    padding-top: calc(27px / 2)
  }

  .pt36 {
    padding-top: calc(36px / 2)
  }

  .pt45 {
    padding-top: calc(45px / 2)
  }

  .pt54 {
    padding-top: calc(54px / 2)
  }

  .pt63 {
    padding-top: calc(63px / 2)
  }

  .pt72 {
    padding-top: calc(72px / 2)
  }

  .pt81 {
    padding-top: calc(81px / 2)
  }

  .pt90 {
    padding-top: calc(90px / 2)
  }

  .pb9 {
    padding-bottom: calc(9px / 2)
  }

  .pb18 {
    padding-bottom: calc(18px / 2)
  }

  .pb27{
    padding-bottom: calc(27px / 2)
  }

  .pb36 {
    padding-bottom: calc(36px / 2)
  }

  .pb45 {
    padding-bottom: calc(45px / 2)
  }

  .pb54 {
    padding-bottom: calc(54px / 2)
  }

  .pb63 {
    padding-bottom: calc(63px / 2)
  }

  .pb72 {
    padding-bottom: calc(72px / 2)
  }

  .pb81 {
    padding-bottom: calc(81px / 2)
  }

  .pb90 {
    padding-bottom: calc(90px / 2)
  }

  .pd9 {
    padding: calc(9px / 2)
  }

  .pd18 {
    padding: calc(18px / 2)
  }

  .pd27 {
    padding: calc(27px / 2)
  }

  .pd36 {
    padding: calc(36px / 2)
  }

  .pd45 {
    padding: calc(45px / 2)
  }

}

/*link*/
a,
a:hover {
  cursor:pointer;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: 0.2s all;
}

a:hover {
  opacity: 0.7; 
}

@media (min-width: 520px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}

@media only screen and (max-width: 520px) {
  a:hover {
    opacity: 1.0; 
  }
}

/*img*/
img {
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
  max-width:100%
}

figure  {
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.radius ,
img.radius {
  border-radius: 18px;
}

@media only screen and (max-width:520px) {
  .radius,
  img.radius {
    border-radius:calc(18px / 2);
  }
}

img.round {
  border-radius: 100%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter  {
  margin:0;
}

.alignleft  {
  display:inline;
  float:left;
  margin-top:9px;
  margin-right:36px;
  margin-bottom:18px
}

.alignright {
  display:inline;
  float:right;
  margin-top:9px;
  margin-left:36px;
  margin-bottom:18px
}

.aligncenter  {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

@media only screen and (max-width:520px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter  {
    display:block;
    float:none;t
    ext-align:center;
    margin:1em auto
  }
}

@media only screen and (max-width:767px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter  {
    display:block;
    float:none;t
    ext-align:center;
    margin:1em auto
  }
}

/*loading */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123456789;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}

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

Btn Setting

---------------------------------------------------------- */
/*btn*/
.btn, 
button[type="submit"], 
input[type="submit"]  {
  display:block;
  text-decoration: none;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  box-shadow:none;
  outline:none;
  appearance:none;
  font-weight: 600;
}

.btn__primary {
  background-color: #43aa07;
  background-image: url(../img/icon__arrow2.png);
  background-position: 95% 50%;
  background-size: calc(15px / 2);
  background-repeat: no-repeat;
  background-size: ;
  border: 1px solid #43aa07;
  text-align: center;
  color: #fff;
  padding:18px;
  border-radius: 200px;
}

  .btn__primary:hover,
  .btn__primary:focus  {
    color: #fff;
  }

.btn__secondary {
  background: #fff;
  background-image: url(../img/icon__arrow3.png);
  background-position: 95% 50%;
  background-size: calc(15px / 2);
  background-repeat: no-repeat;
  border: 1px solid #43aa07;
  text-align: center;
  color: #43aa07;
  padding:18px;
  border-radius: 200px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #43aa07;
  }

.btn__small {
  width:256px;
}

.btn__middle {
  width:468px;
}

.btn__large {
  width:100%x;
}

@media only screen and (max-width:520px) {
  .btn__primary,
  .btn__secondary {
    padding:calc(18px / 2);
  }

  .btn__small {
    width:100%;
  }

  .btn__middle {
    width:100%;
  }

  .btn__large {
    width:100%;
  }

}


/*btn__link
.btn__link__list {
  text-align: center;
  margin: 36px auto auto;
  z-index: 123;
}

.btn__link__list ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 9px;
  margin: auto;
}

.btn__link__list ul  {
  text-align: center;
  margin: auto;
}

.btn__link__list .btn__middle,
.btn__link .btn__middle {
  display: block;
  width:375px;
  padding:13.5px 18px;
  margin: auto;
  text-align: center;
}

.btn__link__list .btn__large,
.btn__link .btn__large {
  display: block;
  width:468px;
  padding:18px;
  margin: auto;
  text-align: center;
}

.btn__bold {
  font-weight: 800;
}

@media only screen and (max-width:520px) {
  .btn__primary,
  .btn__white,
  .btn__black {/}

  .btn__white.btn__arrow,
  .btn__black.btn__arrow ,
  .btn__black.btn__arrow  {
    background-size: 18px;
    background-position: 96.5% 50%;
  }

  .btn__link {
    margin: 18px auto auto;
  }

  .btn__link__list {
    margin: 18px auto;
  }

  .btn__link__list ul li {
    padding: 0 ;
    display: block;
    margin:18px auto 9px;
    box-sizing: border-box;
  }

  .btn__link__list .btn__middle,
  .btn__link .btn__middle ,
  .btn__link__list .btn__large,
  .btn__link .btn__large {
    width:100%;
    padding:9px;
    box-sizing: border-box;
  }

  .btn__link input[type="submit"].btn__large {
    width:100%;
    padding:18px;
    font-size: inherit;
  }

}

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

Form Setting

---------------------------------------------------------- */
/*form reset
input[type=submit],
button,
button[type=submit],
button[type=button] {
  appearance:none;
  cursor:pointer;
  outline:none;
  box-sizing:border-boxt;
  border:none;
  background: transparent;
  font-size: 18px;
}
*/
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 18px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: 18px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

/*radio checkbox*/
input[type=radio].scale2,
input[type=checkbox].scale2 {
  transform:scale(2.0)
}

/*select*/
.select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 18px 36px 18px 18px;
  font-size: 18px;
}

.select select::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border:1px solid #ccc;
  box-sizing:border-box;
  background: #fff;
}

.select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

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

Table Setting

---------------------------------------------------------- */
/*wide*/
table.w20 th {
  width: 20%;
}

table.w30 th {
  width: 30%;
}

table.w40 th {
  width: 40%;
}

table.w50 th {
  width: 50%;
}


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

}


/*table__bordered*/
table.table__bordered {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b2cda1;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered tr th {
  text-align: left;
  font-weight: 400;
  border: 1px solid #b2cda1;
  background: #ecf7e6;
  padding: 18px;
  font-weight: bold;
}

table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  border: 1px solid #b2cda1;
  padding: 18px;
}/*

  table.table__bordered tr:nth-last-child(1) th ,
  table.table__bordered tr:nth-last-child(1) td  {
    border-bottom: none;
  }
*/
@media only screen and (max-width:520px) {
 

}


/*table__striped*/
table.table__striped {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__striped tr th ,
table.table__striped tr td {
  text-align: left;
  font-weight: 400;
  padding: 18px;
}

table.table__striped tr th {
  font-weight: bold;
}

  table.table__striped tr:nth-child(odd) th ,
  table.table__striped tr:nth-child(odd) td {
    background: #ecf7e6;
  }

  table.table__striped tr:nth-child(even) th ,
  table.table__striped tr:nth-child(even) td {
    background: #fff;
  }

/*

  table.table__bordered tr:nth-last-child(1) th ,
  table.table__bordered tr:nth-last-child(1) td  {
    border-bottom: none;
  }
*/
@media only screen and (max-width:520px) {
 

}



/*table__responsive*/
@media only screen and (max-width:520px) {
  /*table__responsive*/
  .table__responsive {
    table-layout: fixed;
  }

  .table__responsive tr th,
  .table__responsive tr td {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .table__responsive tr th,
  .table__striped.table__responsive tr th,
  .table__bordered.table__responsive tr th {
    padding-bottom: 2.25px;
    border: none;
  }

  .table__bordered.table__responsive tr {
    border: 1px solid #1c458e;
  }

  .table__responsive tr td,
  .table__striped.table__responsive tr td,
  .table__bordered.table__responsive tr td {
    padding-top: 2.25px;
    border: none;
  }

  .table__responsive.w20,
  .table__responsive.w30,
  .table__responsive.w40,
  .table__responsive.w50 {
    width: 100%;
  }
}


/*definition__list*/
.definition__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:top;
  padding:1.75px 0;
}

.definition__list dl dt {
  font-weight: 500;
}

.definition__list dl dd {
}

.definition__list.w15 dl dt {
  flex-basis: 15%;
}

.definition__list.w20 dl dt {
  flex-basis: 20%;
}

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

}

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

Layout Setting

---------------------------------------------------------- */
body        {
  position: relative;
  font-feature-settings:"palt" 1;
  line-break:strict!important;
  overflow-wrap:break-word!important;
  word-wrap:break-word!important;
  box-sizing:border-box;
  width:100%;
  min-width: 1180px;
  color: #222;
  font-weight: normal;
  font-size:18px;
  line-height:2.1234567;
  padding:0;
  margin:auto;
}

#wrapper {
  overflow-x: hidden
}

main {
  position: relative;
  z-index: 12;
}

  .home main {
    margin-top:0;
  }

.container__fluid  {
  width:100%;
  margin:auto;
  max-width: 1980px;
}

.container  {
  width:1180px;
  max-width: 1980px;
  margin:auto;
}

.container__middle {
  max-width:1080px;
  margin:auto;
}

.container__narrow {
  max-width:1024px;
  margin:auto;
}

.container__xnarrow  {
  max-width:980px;
  margin:auto;
}

.container__xxnarrow {
  max-width:880px;
  margin:auto;
}

.container__xxxnarrow {
  max-width:780px;
  margin:auto;
}

.container__xxxxnarrow {
  max-width:680px;
  margin:auto;
}

@media only screen and (max-width:520px) {
  body  {
    min-width:1px;
    font-size:calc(18px / 1.18);
    line-height: 1.89;
    -webkit-text-size-adjust:100%;
    -webkit-overflow-scrolling:touch;
  }

  .container_wide,
  .container,
  .container__middle,
  .container__narrow,
  .container__xnarrow,
  .container__xxnarrow,
  .container__xxxnarrow,
  .container__xxxxnarrow {
    width:100%;
    max-width:100%;
    padding-left:1em;
    padding-right:1em;
    box-sizing:border-box
  }

  main {
    overflow-x: hidden;
  }
}

/*iPhone横*/
@media (orientation: landscape) and (max-width:900px)　{
  body  {
    min-width:1180px;
  }
}

/*iPad用*/
@media screen and (device- width : 768px ) and (device- height : 1024px ) and (-webkit-device-pixel-ratio: 2 ) {
  body  {
    min-width: 1024px;
  }
}

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

Header Setting

---------------------------------------------------------- */
/*topbar*/
.topbar {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 12345789;
}

.topbar__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}

.topbar .logo {
  flex-basis: calc(631px / 2);
}

  .topbar .logo img {
    margin-top: -9px;
  }

.topbar__tel  {
  flex-basis: 31.5%;
  display: block;
  padding: 22.5px 0;
}

.topbar__tel a {
  display: block;
  text-decoration:none;
  color: #43aa07;
  text-align: center;
  font-size: 42.8861px;
  font-weight: 600;
  line-height: 1.23456;
}

.topbar__tel img {
  margin-top: -9px;
  width: calc(66px / 2);
}

.topbar__tel span.small {
  display: block;
  text-align: center;
  line-height: 1.23456;
  font-size: 14px;
  font-weight: 400;
}


@media only screen and (max-width:520px) {
  .topbar__container {
    padding: calc(7px / 2) 18px;
  }

  .topbar .logo {
    flex-basis: 100%
  }

    .topbar .logo img {
      width: calc(631px / 3);
    }

  .topbar__tel  {
    display: none;
  }

}


/*gnav*/
.gnav__pc {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #388e00;
  z-index: 123456;
}

.gnav__pc li  {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.gnav__pc li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 36px 0;
}

.gnav__pc li a:after {
  content: '｜';
  color: rgba(255, 255, 255, 0.5);
  padding: 0 27px;
}

.gnav__pc li:nth-last-child(1) a:after {
  display: none;
}

/*
@media only screen and (max-width:520px) {
  .topbar .logo {
    flex-basis: calc(770px / 3)
  }

  .topbar__right {
    display: none;
  }
}
*/

/*gnav_pc*/
nav.gnav__sp {
  display: none
}
@media only screen and (max-width:960px) {
  .gnav__pc {
    display: none;
  }

  nav.gnav__sp  {
    display:block;
    position:fixed;
    top:0;
    right:-55%;
    bottom:0;
    width:55%;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transition:all .5s;
    opacity:0;
    background:#388e00;
    z-index: 1234567890123456789;
  }

  .open nav.gnav__sp  {
    right:0;
    opacity:1
  }

  nav.gnav__sp .inner {
    padding:0
  }

  nav.gnav__sp .inner ul  {
    list-style:none;
    margin-top: 36px;
    padding:18px;
  }

  nav.gnav__sp .inner ul li {
    position:relative;
    margin:0;
    text-align:left
  }

  nav.gnav__sp .inner ul li a     {
    display:block;
    color:#fff;
    box-sizing:border-box;
    font-size:17px;
    font-weight: 500;
    padding:28px 0;
    text-decoration:none;
    transition-duration:0.2s;
    border-bottom:1px solid rgba(255,255,255,0.5);
    color: #fff;
  }

  /*toggle__btn*/
  .toggle__btn {
    display:block;
    position:fixed;
    top:18px;
    right:1em;
    width:30px;
    height:30px;
    transition:all .5s;
    cursor:pointer;
    z-index: 123456789012345678901
  }

  .toggle__btn span {
    display:block;
    position:absolute;
    right:0;
    width:40px;
    height:2px;
    background-color:#388e00;
    border-radius:0;
    transition:all .5s;
  }

  .toggle__btn span:nth-child(1) {
    top:4px
  }

  .toggle__btn span:nth-child(2) {
    top:12px
  }

  .toggle__btn span:nth-child(3)  {
    bottom:8px
  }

  .open .toggle__btn span {
    background-color:#fff
  }

  .open .toggle__btn span:nth-child(1) {
    -webkit-transform:translateY(8px) rotate(-315deg);
    transform:translateY(8px) rotate(-315deg)
  }

  .open .toggle__btn span:nth-child(2) {
    opacity:0
  }

  .open .toggle__btn span:nth-child(3) {
    -webkit-transform:translateY(-8px) rotate(315deg);
    transform:translateY(-8px) rotate(315deg)
  }
}

/*mask
#mask         {display:none;transition:all .5s}
.open #mask   {display:block;position:fixed;top:0;right:0;width:100%;height:100%;z-index:200000;cursor:pointer}
*/

/*header
.header {
  width: 100%;
}

  .home .header {
    height: 800px;
  }

@media only screen and (max-width:520px) {
  .home .header {
    height:calc(800px / 1.755);
  }

}
*/

/*home__mainvisual*/
.home__mainvisual {
  width: 100%;
  height:700px;
}

.home__mainvisual .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.home__mainvisual .swiper-wrapper,
.home__mainvisual .swiper-slide > div {
  height: 100%;
  width: 100%;
  z-index: 1;
}

  .home__mainvisual .swiper-slide.sw-1 > div {
    background: url("../img/pic_Entrance.jpg") center center / 110% no-repeat;
  }

/*
  .home__mainvisual .swiper-slide.sw-2 > div{
    background: url("../img/DxSIgxvOyTcBIhmaZVaPsaRaENATlSXT7d8KnLF8.jpeg") center center / 110% no-repeat;
  }
*/

  .home__mainvisual .swiper-slide.sw-3 > div{
    background: url("../img/pic_Reception.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-4 > div{
    background: url("../img/pic_WaitingRoom1.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-5 > div{
    background: url("../img/pic_ConsultationRoom.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-6 > div{
    background: url("../img/pic_WaitingRoom2.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-7 > div{
    background: url("../img/Pharmacy.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-8 > div{
    background: url("../img/pic_WaitingRoom3.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-9 > div{
    background: url("../img/pic_Parking.jpg") center center / 110% no-repeat;
  }

  .home__mainvisual .swiper-slide.sw-10 > div{
    background: url("../img/pic_WaitingRoom4.jpg") center center / 110% no-repeat;
  }

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.home__mainvisual .swiper-slide-active > div, 
.home__mainvisual .swiper-slide-duplicate-active > div, 
.home__mainvisual .swiper-slide-prev > div {
  animation: zoomUp 10s linear 0s 1 normal both;
}


@media only screen and (max-width:520px) {
  .home__mainvisual {
    width: 100%;
    height:calc(500px / 2);
  }

  .home__mainvisual .swiper-slide.sw-1 > div ,
  .home__mainvisual .swiper-slide.sw-2 > div,
  .home__mainvisual .swiper-slide.sw-3 > div{
    background-size: cover;
  }

  .home__mainvisual__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
    top: 0;
  }

  .home__mainvisual__container  {
    padding:1em;
  }

  .home__mainvisual__title  {
    padding:calc(90px / 1.5) 0 ;
  }
  .home__mainvisual__title span {
    font-size: calc(44px / 1.859);
    text-align: center;
    line-height: 1.789;
    margin:auto;
  }
}

/*mainvisual*/
.mainvisual {
  width: 100%;
  height:270px;
  position: relative;
  z-index: 111;
  background-color: #ecf6e6;
  position: relative;
}

.mainvisual__container  {
  padding:90px 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mainvisual__title span {
  display: block;
  font-size: 45px;
  line-height: 1.56789;
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.025em;
  z-index:12345;
}

@media only screen and (max-width:520px) {
  .mainvisual {
    height:calc(270px / 1.5);
    background-position:top center;
    background-size: cover;
  }

  .mainvisual__container  {
    padding:calc(90px / 1.5) 0 ;
  }

  .mainvisual__title span {
    font-size: calc(45px / 1.5);
    line-height: inherit;
  }
}


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

Section Setting

---------------------------------------------------------- */
/*bg*/
.bg1 {
  background-color: #fff
}

.bg2 {
  background-color: #43aa07;
  color: #fff;
}

.bg3 {
  background-color: #ecf6e6
}

.color2 {
  color: #388e00
}


/*section*/
.section {
  padding:90px 0 ;
}
/*

.section__head {
  z-index: 1;
  margin: auto;
  text-align: center;
}

.section__body {
  background: #fff;
  margin-top: -150px;
  margin-bottom: -90px;
  padding:90px 36px 0;
  z-index: 11;
}

  .section:last-of-type .section__body {
    margin-bottom:0;
  }
*/
.section.border__bottom {
  border-bottom: 1px solid #ccc;
}

p.leed {
  font-size: 18px;
}

p.leed.center {
  text-align: center;
}

@media only screen and (max-width:520px) {
  .section {
    padding:calc(90px / 1.5) 0;
  }

  /*

  .section__body {
    margin-top: calc(-150px / 2);
    margin-bottom: calc(-90px / 2);
    padding:calc(90px / 2) calc(36px / 2) 0;
  }
  */

  p.leed {
    font-size: calc(18px / 1.18)
  }

}

/*section__title*/
.section__title,
.section__title span {
  text-align: center;
}

.section__title.left,
.section__title.left span {
  text-align: left;
}

.section__title span {
  display: block;
  font-weight:500;
  margin-bottom: 9px;
}

.section__title span.ja {
  font-size: 42px;
  line-height: 1.456789;
  font-weight: 700;
}

@media only screen and (max-width:520px) {
  .section__title span {
    margin-bottom: calc(9px / 1.5);
  }

  .section__title span.ja {
    font-size: calc(42px / 1.85);
  }

}

/*section__subtitle*/
.section__subtitle {
  text-align: left;
}

.section__subtitle span {
  display: block;
  text-align: left;
  font-size: 28px;
  font-weight:600;
}

@media only screen and (max-width:520px) {
  .section__subtitle span {
    font-size: calc(28px / 1.5);
  }

}


/*breadnav*/
.breadnav {
  padding: 27px 0;
}

.breadnav p {
  font-size: 15.5px;
  line-height: 2
}

.breadnav p a {
  text-decoration: underline!important;
}

  .breadnav p a:focus ,
  .breadnav p a:hover  {
    text-decoration: none!important;
    transition: 0.3s;
  }

@media only screen and (max-width:520px) {
  .breadnav {
    padding: calc(27px / 1.5) 0;
  }

  .breadnav p {
    font-size: calc(15.5px / 1.1)
  }

}

/*circle*/
.circle {
  color: #388e00;
  font-weight: bold;
}

/*caption*/
span.caption {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width:520px) {
  span.caption {
    font-size: calc(18px / 1.18);
    margin-top: calc(18px / 2);
  }

}

@media only screen and (max-width:520px) {
/*figure*/
  figure.container__xnarrow {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

}

/*ifraem*/
iframe.map {
  width: 100%;
  height: 428px;
}

iframe.map.radius {
  border-radius: 36px;
}

@media only screen and (max-width:520px) {
  iframe.map {
    height: calc(428px / 1.5)
  }

  iframe.map.radius {
    border-radius: calc(36px / 2);
  }

}


/*common__consultation*/
.section.common__consultation {
  padding: 54px 0
}

  .home .section.common__consultation {
    background: #fff;
  }

.common__consultation__container {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-time: top;
  padding-top:18px
}

.common__consultation__time,
.common__consultation__calendar {
  flex-basis: 48.5%;
}

@media only screen and (max-width:520px) {
  .section.common__consultation {
    padding-top: cacl(54px / 2) ;
    padding-bottom: cacl(54px / 2);
  }

  .common__consultation__container {
    padding-top:calc(18px / 2)
  }

  .common__consultation__time,
  .common__consultation__calendar {
    flex-basis: 100%;
    margin:9px auto;
  }
}


/*calendar__table*/
.calendar__table  {
  padding:0 0 18px;
}

.calendar__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1c458e;
}

.calendar__table thead th {
  background: #1c458e;
  text-align: center;
  border: none;
  color: #fff;
  padding: 4.5px ;
}

.calendar__table tbody th ,
.calendar__table tbody td   {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #1c458e;
  padding: 4.5px ;
}

  .calendar__table tbody tr:nth-last-child(1) th ,
  .calendar__table tbody tr:nth-last-child(1) td   {
    border-bottom: none;
  }

  .common__consultation__calendar.border tbody th ,
  .common__consultation__calendar.border tbody td,
  .common__consultation__calendar.border tbody tr:nth-last-child(1) th ,
  .common__consultation__calendar.border tbody tr:nth-last-child(1) td  {
    border: 1px solid #1c458e;
  }

  .common__consultation__time .calendar__table tbody th ,
  .common__consultation__time .calendar__table tbody td   {
    padding: 21.5px 4.5px;
  }

.calendar__table tbody th {
  width: 26%;
  text-align: center;
}

.calendar__table tbody td  {
  width: 11%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
}

.calendar__table tbody td span  {
  color: #1c458e;
  font-size: 36px;
  text-align: center;
}

.common__consultation__calendar .sat,
.common__consultation__time .sat,
.calendar__table tbody td.sat  {
  background: #bfe9f8;
}

.common__consultation__calendar .off,
.common__consultation__time .off,
.calendar__table tbody td.off  {
  background: #ffddea;
}

.calendar__caution   {
  display: block;
  text-align: right;
  margin-top: -9px;
  font-size: 15.5px;
  line-height: inherit;
}

.calendar__caution .mark   {
  width: 36px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
  margin-top: -2.25px;
  margin-left: 9px;
}

@media only screen and (max-width:520px) {
  .calendar__table  {
    padding: calc(18px / 2) 0 ;
  }

  .calendar__table thead th,
  .calendar__table tbody th ,
  .calendar__table tbody td   {
    padding: calc(4.5px /2);
  }

  .common__consultation__time .calendar__table tbody th ,
  .common__consultation__time .calendar__table tbody td   {
    padding: calc(21.5px / 2) calc(4.5px / 2);
  }

  .calendar__table tbody th {
    width: 25%;
  }

  .calendar__table tbody td  {
    width: 10%;
    font-size: calc(18px / 1.18)
  }

  .calendar__table tbody td span  {
    font-size: calc(36px / 1.275)
  }

  .calendar__caution   {
    margin-top: calc(-9px / 2);
    font-size: calc(15.5px / 1.1)
  }

  .calendar__caution .mark   {
    width: calc(36px / 2);
    height: calc(22px / 2);
    margin-right: calc(4.5px / 2);
    margin-top: calc(-2.25px / 2);
    margin-left: calc(9px / 2);
  }

}

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

Home Setting

---------------------------------------------------------- */
/*.home__news*/
.home__news__container {
  overflow-y: scroll;
  height: 420px;
}

@media only screen and (max-width:520px) {
  .home__news__container {
    height: calc(420px / 1.5);
  }
}

/*home__about*/
.home__about table.table__bordered {
  border: none;
}

.home__about table.table__bordered tr th {
  text-align: left;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #b2cda1;
  background: #ecf7e6;
  padding: 13.5px 9px;
  width: 17.5%;
  font-weight: bold;
}

.home__about table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #b2cda1;
  padding: 13.5px 9px;
}

  .home__about table.table__bordered tr:nth-last-child(1) th ,
  .home__about table.table__bordered tr:nth-last-child(1) td {
    border-bottom: none
  }

@media only screen and (max-width:520px) {
  .home__about .table__bordered.table__responsive tr  {
    border: none!important
  }

  .home__about .table__bordered.table__responsive tr th ,
  .home__about .table__bordered.table__responsive tr td {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    border: none!important
  }
}


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

Footer Setting

---------------------------------------------------------- */
/*footer__sitemap*/
.footer__sitemap {
  padding: 36px 0 18px;
  margin: 0;
}

.footer__sitemap__list {
  margin: auto;
  text-align: center;
}

.footer__sitemap__list ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  font-weight: 400;
}

.footer__sitemap__list ul li a {
  display: block;
  text-decoration: none;
  padding: 0 20px;
}

.footer__sitemap__list ul li.blank img {
  width: 13.5px;
  margin-top: -6px;
  margin-left: 2.25px;
}

@media only screen and (max-width:520px) {
  .footer__sitemap {
    padding: calc(36px / 1.5) 18px;
  }

  .footer__sitemap__list {
    margin: 0;
    text-align: left;
  }

  .footer__sitemap__list ul li {
    font-size: calc(16px / 1.15);
    width: 47.5%;
    text-align: left;
  }
/*
    .footer__sitemap__list ul li:nth-last-child(1) {
      width: 100%;
    }
*/
  .footer__sitemap__list ul li a {
    padding: 9px 0
  }
}


/*footer__container*/
.footer__container {
  padding: 45px 0 36px;
  position: relative;
  z-index: 123456;
}

.footer__information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__left {
  flex-basis: 50%;
  text-align: left;
}

.footer__right {
  flex-basis: 45%;
}

.footer__container .footer__logo {
  margin: 18px 0 0 ;
  text-align: left;
}

  .footer__container .footer__logo img {
    width: calc(631px / 2);
    height: auto;
  }

.footer__container .footer__text {
  font-size: 18px;
  line-height:inherit;
  margin:18px auto ;
}

.footer__container .footer__tel  {
  text-align: left;
  float: left;
  padding: 18px 0 18px;
}

.footer__container .footer__tel span {
  font-size: 59.7333px;
  margin-left: 4.5px;
  text-align: center;
  line-height: 1;
}

.footer__container .footer__tel a {
  display: block;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  color: #43aa07;
}

.footer__container .footer__tel span.small {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.678;
}

.footer__container .footer__tel img {
  width: calc(72px / 2);
  margin-top: -30px;
}

.footer__container .footer__address {
  margin: 18px 0;
  clear: both;
}

.footer__map {
  width: 100%;
  height: 100%;
  margin: 18px auto;
  position: relative;
  z-index: 123456;
}

.footer__map iframe {
  width: 100%;
  height: 350.8707px;
}

.footer__copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  line-height: 2;
  margin: 18px auto auto;
}

.footer__copyright address {
  font-style: normal;
  color: #9c9c9c;
}


@media only screen and (max-width:520px) {
  .footer__container {
    padding: calc(45px / 1.5) 0 calc(36px / 2);
  }

  .footer__left ,
  .footer__right {
    flex-basis: 100%;
  }

  .footer__left {
    text-align: center;
  }

  .footer__container .footer__logo {
    margin: calc(18px / 2) 0  ;
    text-align: center;
  }

    .footer__container .footer__logo img {
      width: calc(631px / 3);
      text-align: center;
    }

  .footer__container .footer__text {
    font-size: calc(18px / 1.18);
    margin:calc(18px / 2) auto ;
    text-align: center;
  }

  .footer__container .footer__tel  {
    text-align: center;
    float: none;
    padding: calc(18px / 2) 0 calc(36px / 2);
  }

  .footer__container .footer__tel span {
    font-size: calc(59.7333px / 1.65);
    margin-left: calc(4.5px / 2)
  }

  .footer__container .footer__tel span.small {
    font-size: calc(16px /1.1);
    text-align: center;
  }

  .footer__container .footer__tel img {
    width: calc(93px / 3.25);
    margin-top: calc(-30px / 1.5);
  }

  .footer__container .footer__address {
    margin: calc(18px /2) 0;
  }

  .footer__map {
    margin: calc(18px /2) auto;
    padding-top: 9px;
  }

  .footer__map iframe {
    width: 100%;
    height: calc(350.8707px / 1.5);
  }

  .footer__copyright {
    font-size: calc(14px / 1.1);
    margin: calc(18px /2) auto auto;
    padding-bottom: 36px;
  }

}

/*footer__nav__sp*/
.footer__nav__sp {
  display: none;
}

@media only screen and (max-width:520px) {
  .footer__nav__sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin: auto;
    z-index:12;
    color: #fff;
    line-height: inherit;
  }

  .footer__nav__sp a {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    padding:2.25px 0 0;
  }

  .footer__nav__sp img {
    display: inline-block;
    vertical-align: middle;
    width: calc(93px / 4.5);
    margin-right: 4.5px;
    margin-top: 2.25px;
  }

  .footer__nav__sp span {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }

  .footer__nav__sp small {
    display: block;
    font-size: 11px!important;
    margin-top: -9px;
    padding-bottom: 9px;
  }

}

