@charset "UTF-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i");

/* Body Html Fonts
------------------------------------------------------------*/

html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
  }
}

body {
  display: -moz-inline-box;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #070707;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.13em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #202f7b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body a.sp {
  display: none !important;
}

body a.underline {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  body a.pc {
    display: none !important;
  }
  body a.sp {
    display: inline !important;
  }
}

body a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body a.tel {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  body a.tel {
    pointer-events: auto;
  }
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  body span.sp-fw-b {
    font-weight: bold;
  }
}

@media screen and (max-width: 750px) {
  body span.txt-pc {
    display: none;
  }
}

body .img.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  body .img.pc {
    display: none !important;
  }
  body .img.sp {
    display: inline !important;
  }
  .service .txt .rework_sp {
    display: none !important;
  }
}

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

body img.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body img.pc {
    display: none;
  }
  body img.sp {
    display: inline;
  }
}

body span.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  body span.sp {
    display: inline;
  }
}

body br.sp {
  display: none;
}

body a.tel, body a.tel-link {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  body a.tel, body a.tel-link {
    pointer-events: auto;
  }
}

@media screen and (max-width: 750px) {
  body br.sp {
    display: inline;
  }
  body span.pc {
    display: none !important;
  }
}

body a.underline {
  text-decoration: underline;
}

body .wrap {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(32, 47, 123, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(32, 47, 123, 0.2);
  /* Firefox */
}


/* header
------------------------------------------------------------*/

body.service nav ul li.current .sub-menu, body.access nav ul li.current .sub-menu {
  z-index: 2;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

body.service #mainimg, body.access #mainimg {
  margin-top: 175px;
}

body.service>header nav>ul>li>a:before, body.service header nav>ul>li span:before, body.access>header nav>ul>li>a:before, body.access header nav>ul>li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #f39800;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.service>header nav>ul>li>a:before, body.service header nav>ul>li span:before, body.access>header nav>ul>li>a:before, body.access header nav>ul>li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #f39800;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  body.service #mainimg, body.access #mainimg {
    margin-top: 163px;
  }
}

@media screen and (max-width: 750px) {
  body.service #mainimg, body.access #mainimg {
    margin-top: 50px;
  }
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
}

header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

header .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0;
  padding: 5px;
  background-color: #fff;
}

header .logo {
  line-height: 0;
  width: 316px;
  padding-top: 10px;
  padding: 20px 0px 0px 20px;
  color: #2c4399;
}

header .logo img {
  margin-top: -10px;
}

header .hr {
  /*width: 680px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header .hr .bnr{
  margin-right: 20px;
}

header .hr>p, header .hr>div {
  line-height: 0;
}

header .hr .tel {
  padding-top: 10px;
  margin-right: 10px;
  line-height: 1.5em;
  font-size: 20px;
  color: #2c4399;
  font-weight: bold;
}

header .hr .tel span {
  font-size: 14px;
  color: #ffffff;
  background: #2c4399;
  padding: 2px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

header .hr .tel .time {
  font-size: 14px;
  background: #DCF3F2;
  letter-spacing: -0.05em;
  text-align: center;
  border-radius: 50px;
}

header .hr .h-btn {
  margin: 0 -2.5px;
  display: flex;
  flex-direction: column;
}

header .hr .h-btn p {
  margin: 0 2.5px;
}

header .h-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .h-btn .btn2_sp {
  display: none;
}

header .btn2_after_siryo {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

header .menu, header .sp-menu {
  display: none;
}

header nav {
  background-color: #fff;
  position: relative;
  border-bottom: 5px solid #f39800;
}
header nav .bnr{
  display: none;
}

header nav>ul {
  //width: 980px;
  //max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header nav>ul>li {
  margin: 0 20px;
  letter-spacing: 0.1em;
}

header nav>ul>li>a, header nav>ul>li span {
  padding: 15px 0;
  color: #202f7b;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  position: relative;
  //white-space: nowrap;
}

header nav>ul>li>a:before, header nav>ul>li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: #f39800;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav>ul>li.current>a:before, header nav>ul>li.current span:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header nav>ul>li.active {
  text-decoration: none;
}

header nav>ul>li.active>a, header nav>ul>li.active span {
  text-decoration: none;
}

header nav>ul>li.active>a:before, header nav>ul>li.active span:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

header nav>ul>li.active .sub-menu {
  z-index: 3;
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: 0px;
}

header nav>ul>li .sub-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  background-color: #f5f5f5;
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

header nav>ul>li .sub-menu ul {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header nav>ul>li .sub-menu li {
  padding: 12px 12px;
}

header nav>ul>li .sub-menu li a, header nav>ul>li .sub-menu li span {
  padding-left: 17px;
  position: relative;
  color: #202f7b;
  display: block;
  line-height: 1.2;
}

header nav>ul>li .sub-menu li a:hover, header nav>ul>li .sub-menu li span:hover {
  text-decoration: none;
}

header nav>ul>li .sub-menu li a:hover:before, header nav>ul>li .sub-menu li span:hover:before {
  left: 5px;
}

header nav>ul>li .sub-menu li a:before, header nav>ul>li .sub-menu li span:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 11px;
  background: url(../img/common/arrow-r.svg) no-repeat center center;
}

header nav>ul>li.c_o>a:before, header nav>ul>li.c_o span:before {
  background-color: #f39800;
}

@media screen and (max-width: 1050px) {
  header .logo {
    width: 30%;
  }
  header .logo img {
    width: 180px;
    height: auto;
  }
  header .logo h1 {
    font-size: 1vw;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
  }
  header .btn2 a.small.tour img {
    height: 17px;
    width: auto;
  }
  header a.small.document img {
    width: auto;
  }
  header .btn2 a.orange2:after, header .btn2 a.green2:after, header .btn2 i.orange2:after, header .btn2 i.green2:after {
    right: 10px;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    margin-top: -7.5px;
  }
  header .tel .tel-btn {
    margin-right: 10px;
  }
  header .tel img {
    width: 290px;
    height: auto;
  }
  header .hr {
    //width: 480px;
    width: 670px;
  }
  header .hr .tel {
    line-height: 1.6em;
    font-size: 90%;
  }
  header .hr .tel span {
    font-size: 80%;
    vertical-align: baseline;
  }
}

@media screen and (max-width: tablet) {
  header .logo {
    line-height: 0;
  }
  header .hr>p, header .hr>div {
    line-height: 0;
  }
  header .hr .tel {
    margin-right: 18px;
  }
  header .hr .tel img {
    height: 35px;
    width: auto;
  }
  header .hr .h-btn {
    margin: 0 -5px;
  }
  header .hr .h-btn p {
    margin: 0 5px;
  }
}

@media screen and (max-width: 750px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .inner {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  header .logo {
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 0;
    width: 66px;
  }
  header .logo h1 {
    margin-bottom: 0;
    display: none;
  }
  header .logo img{
    margin-top: 0;
  }
  header .logo img.pc{
    display: none;
  }
  header nav {
    display: none;
    border-bottom: 0px none;
  }
  header nav>ul>li.current>a:before {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  header .hr {
    width: 240px;
    /* .tel-btn{
        display: none;
      } */
  }
  header .hr .bnr{
    display: none;
  }
  header .h-btn .btn2_sp {
    display: block;
  }
  header .hr>p, header .hr>div {
    line-height: 0;
  }
  header .hr .tel {
    margin-right: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 65px;
    height: 50px;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3b4b99;
    text-align: center;
  }
  header .hr .tel img {
    height: 100%;
    width: auto;
  }
  header .hr .tel .pc {
    display: none !important;
  }
  header .hr .h-btn {
    flex-direction: row;
    margin: 0px;
  }
  header .hr .h-btn p {
    margin: 0px;
  }
  header .btn2_after_siryo {
    display: none;
    padding: 0;
  }
  header .hr .btn2 a.small, header .hr .btn2 i.small {
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 65px;
    height: 50px;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .hr .btn2 a.small img, header .hr .btn2 i.small img {
    height: auto;
    width: 100%;
  }
  header .menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    margin-left: 0;
    background-color: #eaeaea;
  }
  header .menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #202f7b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu span:last-child {
    margin-bottom: 0;
  }
  header .menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .sp-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #eaeaea;
    z-index: 2;
    padding-bottom: 0px;
    pointer-events: none;
    display: block;
  }
  header .sp-menu>nav {
    background: #eaeaea;
    display: block;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  header .sp-menu>nav .bnr {
    display: block;
    text-align: center;
    line-height: 0;
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px #202f7b;
  }
  header .sp-menu>nav>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 1px #202f7b;
    display: block;
  }
  header .sp-menu>nav>ul>li {
    width: 100%;
    border-bottom: solid 1px #202f7b;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  header .sp-menu>nav>ul>li:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    width: 18px;
    height: 12px;
    right: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/arrow-b.svg) no-repeat center center;
    background-size: 10px auto;
  }
  header .sp-menu>nav>ul>li.no-submenu {
    padding: 0px;
  }
  header .sp-menu>nav>ul>li.no-submenu:before {
    margin-top: -4px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header .sp-menu>nav>ul>li.no-submenu a {
    display: block;
    padding: 10px;
  }
  header .sp-menu>nav>ul>li.open:before {
    margin-top: -3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header .sp-menu>nav>ul>li:active>a:before, header .sp-menu>nav>ul>li:active span:before {
    display: none;
  }
  header .sp-menu>nav>ul>li>a, header .sp-menu>nav>ul>li span {
    text-align: left;
    width: auto;
    display: -moz-inline-box;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #202f7b;
    padding: 0px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
  header .sp-menu>nav>ul>li>a:before, header .sp-menu>nav>ul>li span:before {
    display: none !important;
  }
  header .sp-menu>nav>ul>li .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    background-color: transparent;
    z-index: 10;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    display: none;
  }
  header .sp-menu>nav>ul>li .sub-menu ul {
    padding: 7px 0;
    display: block;
    visibility: visible;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  header .sp-menu>nav>ul>li .sub-menu li {
    width: 100%;
    padding: 5px 5px;
    display: block;
  }
  header .sp-menu>nav>ul>li .sub-menu li a {
    padding-left: 17px;
    position: relative;
    display: block;
    line-height: 1.2;
  }
  header .sp-menu>nav>ul>li .sub-menu li a:hover {
    text-decoration: none;
  }
  header .sp-menu>nav>ul>li .sub-menu li a:hover:before {
    left: 5px;
  }
  header .sp-menu>nav>ul>li .sub-menu li a:before {
    display: none;
  }
  header.active .menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .sp-menu {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}


/* footer
------------------------------------------------------------*/

footer {
  background-color: #2a3168;
  margin-bottom: -10px;
}

footer .f-top {
  padding: 30px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}

footer .f-top ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px;
}

footer .f-top ul li {
  width: 25%;
  color: #FFF;
}

footer .f-top ul li a {
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .f-top ul li a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

footer .f-top ul li dl {
  margin-bottom: 30px;
}

footer .f-top ul li dl.insta-mb {
  margin-bottom: 20px;
}

footer .f-top ul li dl dt {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
footer .f-top ul li dl dt:not(first-child){
  margin-top: 15px;
}

footer .f-top ul li dl dt.insta a, footer .f-top ul li dl dt.line a, footer .f-top ul li dl dt.fb a, footer .f-top ul li dl dt.tw a, footer .f-top ul li dl dt.note a, footer .f-top ul li dl dt.youtube a {
  position: relative;
  padding-right: 33px;
}

footer .f-top ul li dl dt.insta a:before, footer .f-top ul li dl dt.line a:before, footer .f-top ul li dl dt.fb a:before, footer .f-top ul li dl dt.tw a:before , footer .f-top ul li dl dt.note a:before, footer .f-top ul li dl dt.youtube a:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon-insta.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .f-top ul li dl dt.insta a:before, footer .f-top ul li dl dt.line a:before, footer .f-top ul li dl dt.fb a:before, footer .f-top ul li dl dt.tw a:before {
    background-image: url(../img/common/icon-insta@2x.png);
    background-size: 24px auto;
  }
}

footer .f-top ul li dl dt.insta a:hover, footer .f-top ul li dl dt.line a:hover, footer .f-top ul li dl dt.fb a:hover, footer .f-top ul li dl dt.tw a:hover {
  text-decoration: none;
}

footer .f-top ul li dl dt.tw a:before,footer .f-top ul li dl dt.note a:before ,footer .f-top ul li dl dt.youtube a:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 24px;
  height: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/f-icon-tw.png) no-repeat center center;
}

footer .f-top ul li dl dt.fb a:before {
  background-image: url(../img/common/f-icon-fb.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .f-top ul li dl dt.fb a:before {
    background-image: url(../img/common/f-icon-fb@2x.png);
    background-size: 24px auto;
  }
}

footer .f-top ul li dl dt.tw a:before {
  background-image: url(../img/common/f-icon-tw.png);
}
footer .f-top ul li dl dt.note a:before {
  background-image: url(../img/common/f-icon-note.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .f-top ul li dl dt.note a:before {
    background-image: url(../img/common/f-icon-note@2x.png);
    background-size: contain;
  }
}
footer .f-top ul li dl dt.youtube a:before {
  background-image: url(../img/common/f-icon-youtube.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer .f-top ul li dl dt.youtube a:before {
    background-image: url(../img/common/f-icon-youtube@2x.png);
    background-size: contain;
  }
}

footer .f-top ul li dl dd a {
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
}

footer .f-top ul li dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/arrow-rs.svg) no-repeat center center;
}

footer .f-middle {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}

footer .f-middle .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

footer .f-middle .txt {
  font-size: 14px;
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  footer .f-middle {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

footer .f-bottom {
  padding: 6px 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

footer .f-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer .f-bottom .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .f-bottom .inner ul li {
  margin-right: 35px;
}

footer .f-bottom .inner ul li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  width: 100%;
  color: #FFF;
}

footer .f-bottom .inner ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/arrow-rs.svg) no-repeat center center;
}

footer .f-bottom .inner .copyright {
  color: #FFF;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

footer.ebisu-footer .f-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer.ebisu-footer .f-top .title {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #FFF;
  margin-right: 40px;
}

footer.ebisu-footer .f-top ul {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer.ebisu-footer .f-top ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer.ebisu-footer .f-top ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}

footer.ebisu-footer .f-top ul li dl dd:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  footer.ebisu-footer .f-top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.ebisu-footer .f-top .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  footer.ebisu-footer .f-top ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer.ebisu-footer .f-top ul li {
    width: auto;
    padding-right: 0;
  }
  footer.ebisu-footer .f-top ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer.ebisu-footer .f-top ul li dl dd {
    margin-bottom: 10px;
  }
  footer.ebisu-footer .f-top ul li dl dd:not(:last-child) {
    margin-right: 20px;
  }
  footer.ebisu-footer .f-top ul li dl dd:first-child {
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  footer.ebisu-footer .f-top ul li dl dd:first-child a {
    display: -moz-inline-box;
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  footer.ebisu-footer {
    margin-bottom: 0px;
  }
  footer.ebisu-footer .f-bottom .inner ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  footer .f-middle {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .f-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .f-top ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 20px;
  }
  footer .f-top ul li {
    width: calc(25% - 20px);
  }
  footer .f-top ul li dl dt {
    font-size: 14px;
    font-size: 1rem;
  }
  footer .f-top ul li dl dd a {
    display: block;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .f-bottom {
    padding: 6px 15px;
  }
  footer .f-bottom .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer .f-bottom .inner ul li {
    margin-right: 25px;
  }
  footer .f-bottom .inner ul li a {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1rem;
  }
  footer .f-bottom .inner .copyright {
    color: #FFF;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}

@media screen and (max-width: 750px) {
  footer .f-top {
    padding: 20px 20px 40px;
    margin: 0 auto;
  }
  footer .f-top ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  footer .f-top ul li {
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .f-top ul li dl {
    margin-bottom: 15px;
  }
  footer .f-top ul li dl dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1rem;
  }
  footer .f-top ul li dl dd a {
    display: block;
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding-left: 15px;
    line-height: 1.2;
  }
  footer .f-middle {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  footer .f-middle .title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  footer .f-middle .txt {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  footer .f-bottom {
    padding: 10px 20px;
  }
  footer .f-bottom .inner {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .f-bottom .inner ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .f-bottom .inner ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  footer .f-bottom .inner ul li:last-child {
    margin-right: 0;
  }
  footer .f-bottom .inner ul li a {
    padding-left: 8px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .f-bottom .inner .copyright {
    width: 100%;
    color: #FFF;
    font-size: 11px;
    font-size: 0.7857142857rem;
    text-align: center;
    padding-top: 10px;
  }
}


/* mainimg
------------------------------------------------------------*/

#mainimg.top {
  margin-top: 155px;
  overflow: hidden;
}

#mainimg.top li.slick-slide {
  position: relative;
}

#mainimg.top li.slick-slide img {
  width: 100%;
  height: auto;
}

#mainimg.top li.slick-slide .btn-link a {
  z-index: 3;
  outline: none;
  display: block;
  position: absolute;
}

#mainimg.top li.slick-slide.slider2 .btn-link {
  outline: none;
}

#mainimg.top li.slick-slide.slider2 .btn-link a {
  width: 24%;
  height: 8%;
  left: 50%;
  bottom: 33%;
  margin-left: -12%;
}

#mainimg.top li.slick-slide.slider4 .btn-link {
  outline: none;
}

#mainimg.top li.slick-slide.slider4 .btn-link a {
  width: 16%;
  height: 36%;
  right: 15%;
  bottom: 17%;
}
#mainimg.top li.slick-slide.slider6 a {
  outline: none;
  position: absolute;
  width: 23%;
  height: 7%;
  right: 39%;
  bottom: 33%;
  display: block;
}
#mainimg.top .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#mainimg.top .slick-dots {
  bottom: 20px;
}

#mainimg.top .slick-dots li {
  height: 8px;
  margin: 0 5px;
  width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

#mainimg.top .slick-dots li.slick-active button {
  background-color: #8bafdc;
  border: solid 1px #8bafdc;
  width: 9px;
  height: 9px;
}

#mainimg.top .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: rgba(221, 243, 250, 0.9);
  border: solid 1px rgba(221, 243, 250, 0);
}

#mainimg.top .slick-dots li button:before {
  content: '';
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  #mainimg.top {
    margin-top: 125px;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.top {
    margin-top: 50px;
  }
  #mainimg.top li.slick-slide.slider2 .btn-link {
    outline: none;
  }
  #mainimg.top li.slick-slide.slider2 .btn-link a {
    width: 72%;
    height: 13%;
    bottom: 22%;
    margin-left: -36%;
  }
  #mainimg.top li.slick-slide.slider4 .btn-link {
    outline: none;
  }
  #mainimg.top li.slick-slide.slider4 .btn-link a {
    width: 68%;
    height: 36%;
    right: 5%;
    bottom: 7%;
  }
  #mainimg.top .slick-dots {
    bottom: 37px;
    height: 3px;
  }
  #mainimg.top .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #mainimg.top li.slick-slide.slider6 a{
    width: 65%;
    height: 9%;
    right: 18%;
    bottom: 15%;
  }
}

#mainimg.next {
  margin-top: 135px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../img/next/bg-mainimg.jpg) no-repeat center center/cover;
}

#mainimg.next .title {
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  #mainimg.next {
    margin-top: 50px;
    height: 120px;
  }
  #mainimg.next .title {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    color: #FFF;
  }
}

#mainimg.next.center {
  background-image: url(../img/next/center/bg-mainimg.jpg);
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#mainimg.next.center.yokohama {
  background-image: url(../img/next/center/yokohama/bg-mainimg-yokohama.jpg);
}

#mainimg.next.center .heading-lv01 {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 750px) {
  #mainimg.next.center {
    height: 180px;
  }
}

#mainimg.next.ebisu {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
  height: 300px;
  background-image: url(../img/next/ebisu/mainimg.jpg);
}

#mainimg.next.ebisu .ribon {
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

#mainimg.next.ebisu .ribon div {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
}

#mainimg.next.ebisu .ribon div:before, #mainimg.next.ebisu .ribon div:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 0;
  height: 0;
  background: no-repeat center center;
}

#mainimg.next.ebisu .ribon div:before {
  width: 77px;
  height: 77px;
  left: -58px;
  bottom: -34px;
  background-image: url(../img/next/ebisu/icon-01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mainimg.next.ebisu .ribon div:before {
    background-image: url(../img/next/ebisu/icon-01@2x.png);
    background-size: 77px auto;
  }
}

#mainimg.next.ebisu .ribon div:after {
  width: 34px;
  height: 74px;
  right: -28px;
  bottom: -58px;
  background-image: url(../img/next/ebisu/icon-02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mainimg.next.ebisu .ribon div:after {
    background-image: url(../img/next/ebisu/icon-02@2x.png);
    background-size: 34px auto;
  }
}

#mainimg.next.ebisu .title {
  width: 100%;
  font-size: 42px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}

#mainimg.next.ebisu .title span {
  display: block;
  width: 100%;
  font-size: 30px;
  font-size: 2.1428571429rem;
}

@media screen and (max-width: 750px) {
  #mainimg.next.ebisu {
    height: 200px;
  }
  #mainimg.next.ebisu .ribon {
    margin-bottom: 20px;
  }
  #mainimg.next.ebisu .ribon img {
    height: 30px;
    width: auto;
  }
  #mainimg.next.ebisu .ribon div {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
  }
  #mainimg.next.ebisu .ribon div:before {
    left: -48px;
    background-size: 50px auto;
  }
  #mainimg.next.ebisu .ribon div:after {
    bottom: -38px;
    background-size: 24px auto;
  }
  #mainimg.next.ebisu .title {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  #mainimg.next.ebisu .title span {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}


/* main
------------------------------------------------------------*/

body.pdf header, body.pdf footer {
  display: none;
}

body.pdf .contact {
  display: none;
}

body.pdf .container {
  margin-top: 50px;
  padding-bottom: 50px;
}

body.pdf .container iframe {
  height: 800px !important;
}

body.soudanshien header {
  display: none;
}

body.soudanshien #mainimg {
  margin-top: 0;
}

body.soudanshien section.contact {
  display: none;
}

body.contact-dev header, body.contact-dev footer, body.contact header, body.contact footer, body.reservation-dev header, body.reservation-dev footer, body.reservation header, body.reservation footer {
  display: none;
}

body.contact-dev .contact, body.contact .contact, body.reservation-dev .contact, body.reservation .contact {
  display: none;
}

body.contact-dev #mainimg.next, body.contact #mainimg.next, body.reservation-dev #mainimg.next, body.reservation #mainimg.next {
  margin-top: 0px;
}

main .asterisk-txt {
  position: relative;
  padding-left: 15px;
}

main .asterisk-txt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '※';
  left: 0;
}

main .icon-list.fw-b li {
  font-weight: bold;
}

main .icon-list li {
  position: relative;
  padding-left: 15px;
}

main .icon-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: '・';
  left: 0;
}

main .prease-read {
  border: solid 1px #202f7b;
  padding: 25px 30px;
  text-align: center;
  color: #202f7b;
}

main .prease-read .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

main .prease-read .txt {
  font-size: 14px;
}

main .phase.mtpt {
  margin-top: -190px;
  padding-top: 210px;
}

main .phase:not(:last-child) {
  padding-bottom: 55px;
}

main .inner {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .s-inner {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .content {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .container {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main section {
  padding: 60px 0;
}

main section.pt0 {
  padding-top: 0;
}

main section.bg-gray {
  background-color: #f5f5f5;
}

main section.bg-aqua {
  background-color: #ddf3fa;
}

main section.bg-aqua-02 {
  background-color: #c8edf9;
}

main section.d-green {
  background-color: #a7c000;
}

main .news-list {
  margin-bottom: 35px;
}

main .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #202f7b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .news-list li:not(:last-child) {
  margin-bottom: 6px;
}

main .news-list li .date {
  margin-right: 15px;
}

main .news-list li .tag {
  margin-right: 25px;
}

main .news-list li .tag span, main .news-list li .tag a {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  padding: 2px 4px;
  background-color: #fff;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #202f7b;
  background-color: #dbf3fa;
}

main .news-list li .date {
  font-size: 14px;
  font-size: 1rem;
}

main .news-list li .txt {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main .news-list li a {
  color: #202f7b;
}

main .arrow-fig-block .fig {
  margin-bottom: 0px;
  text-align: center;
}

main .arrow-fig-block .support {
  position: relative;
  padding-top: 80px;
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

main .arrow-fig-block .support:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 16px;
  width: 45px;
  height: 45px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/top/icon-plus.png) no-repeat center center;
}

main .arrow-fig-block .support .support-box.border-green {
  border: solid 1px #a7c000;
}

main .arrow-fig-block .support .support-box .item-title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px;
  background-color: #a7c000;
  color: #FFF;
  text-align: center;
}

main .arrow-fig-block .support .support-box .item-txt {
  padding: 24px 10px;
  background-color: #fff;
  color: #a7c000;
  text-align: center;
  letter-spacing: 0.2em;
}

main .arrow-fig-block .support .support-box .item-txt span {
  display: block;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 10px;
}

main .contact {
  background-color: #3b4b99;
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* &:before{
      @include coverBG(true,650px,100%,0,0);
      background:url(../img/common/img-contact@2x.png) no-repeat right center;
      background-size:cover;
      z-index: 1;
    } */
  /* @include mqMax(1300px){
      padding:40px 0;
      &:before{
        width: 47%;
      }
    }
    @include mqMax(1150px){
      padding:30px 0;
      .contact-middle{
        margin-bottom: 10px;
      }
      &:before{
        width: 45.5%;
      }
    }
    @include mqMax(1100px){
      padding:20px 0;
      .inner{
        padding-left: 295px;
      }
      &:before{
      }
    }
    @include mqMax(1050px){
      padding:20px 0;

    } */
}

main .contact .inside {
  padding: 30px 20px 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .contact .inner {
  padding-left: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

main .contact .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: auto;
  width: 236px;
  height: 354px;
  bottom: -50px;
  background: url(../img/common/pict-contact.png) no-repeat right center;
  z-index: 1;
}

main .contact .contact-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}

main .contact .contact-top .fukidashi {
  margin-right: 20px;
}

main .contact .contact-top .txt {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  color: #3b4b99;
  line-height: 1.5;
  padding-bottom: 10px;
}

main .contact .contact-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

main .contact .contact-middle .tel {
  margin-right: 20px;
}

main .contact .contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 14px;
}

main .contact .contact-bottom .tel {
  margin-right: 20px;
}

main .contact .contact-bottom .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: start;
  margin: 0 -7px;
}

main .contact .contact-bottom .btn-area>p {
  margin: 0 7px;
}

main .contact .contact-bottom .btn2 {
  display: flex;
  flex-direction: column;
}
main .contact .contact-bottom .btn2 a{
  width: 400px;
}
main .contact .contact-bottom .btn2_sp {
  display: none;
}

main .contact .contact-bottom .btn-area .btn2 .btn2-after {
  display: flex;
  width: 99.7%;
  margin: 0 auto;
  height: 22px;
  font-weight: bold;
  margin-top: 8px;
  padding-top: 2px;
  border-radius: 50px;
}

.btn2_after_siryo .btn2-after {
  border-radius: 15px;
  padding: 6.2px 45px;
}

main .contact .sup {
  text-align: center;
  color: #3b4b99;
  font-size: 13.5px;
  font-size: 0.9642857143rem;
}

@media screen and (max-width: 1250px) {
  main .contact .contact-bottom .btn-area {
    margin: 0 -5px;
    width: 100%;
  }
  main .contact .contact-bottom .btn-area>p {
    width: calc(56.666% - 10px);
    margin: 0 5px;
  }
  main .contact .contact-bottom .btn-area .btn2 {
    width: calc(43.333% - 10px);
  }
  main .contact .contact-bottom .btn-area>p.btn-tel {
    text-align: right;
  }
  main .contact .contact-bottom .btn-area>p.btn-tel img {
    height: 80px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area>p.btn2 a {
    width: 100%;
    height: 50px;
  }
  main .contact .contact-bottom .btn-area>p.btn2 i {
    height: 90px;
    width: 100%;
  }
  main .contact .contact-bottom .btn-area>p.btn2 .green2 img {
    height: 20px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area>p.btn2 .orange2 img {
    height: 45px;
    width: auto;
  }
  main .contact .contact-bottom .btn2_sp {
    display: none;
  }
  main .contact .contact-bottom .btn-area .btn2 .btn2-after {
    width: 100.5%;
  }
}

a.popup {
  outline: none;
}

.mfp-fade.mfp-bg.mfp-ready {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  background: rgba(255, 255, 255, 0.85);
}

.mfp-container {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 630px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mfp-content {
  background-color: transparent;
  border: none;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.mfp-content .cancel {
  position: absolute;
  right: 15px;
  top: 15px;
}

.mfp-content .sp-tel-block>div {
  line-height: 0;
  text-align: center;
}

.mfp-content .sp-tel-block>div:not(:last-of-type) {
  margin-bottom: 20px;
}

.mfp-content .product-no {
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.mfp-content .title {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: bold;
}

.mfp-content .close {
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .btn2_after_siryo .btn2-after {
    padding: 1.5px 15px;
  }
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  /* main
------------------------------------------------------------*/
  main .inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .s-inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .content {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .contact {
    padding: 25px;
  }
  main .contact .inner {
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  main .contact .inner:before {
    display: none;
  }
  main .contact:before {
    width: 60%;
    display: none;
  }
  main .contact .btn-area {
    width: 100%;
  }
  main .contact .btn-area .btn2 {
    width: 50%;
  }
  main #ebisu .side-contact-btn {
    position: fixed;
    right: 0;
    z-index: 10;
  }
  main #ebisu .side-contact-btn img {
    width: 60px;
    height: auto;
  }
  .btn2_after_siryo .btn2-after {
    padding: 1.5px 15px;
  }
}


/*sp*/

@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  body.pdf .container {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body.pdf .container iframe {
    height: calc(100vh - 60px) !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .phase.mtpt {
    margin-top: -60px;
    padding-top: 60px;
  }
  main .phase:not(:last-child) {
    padding-bottom: 45px;
  }
  main .prease-read {
    padding: 15px 10px;
    text-align: left;
  }
  main .prease-read .title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  main .prease-read .txt {
    font-size: 12px;
  }
  main .prease-read .txt br {
    display: none;
  }
  main .inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main .s-inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main section {
    padding: 40px 0 50px;
  }
  main .contact {
    padding: 25px 20px;
  }
  main .contact .inside {
    padding: 15px;
  }
  main .contact .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  main .contact .inner:before {
    display: none;
  }
  main .contact .contact-top {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .contact .contact-top .fukidashi {
    margin-right: 0px;
    text-align: center;
    width: 100%;
    display: none;
  }
  main .contact .contact-top .fukidashi img {
    height: 50px;
    width: auto;
  }
  main .contact .contact-top .txt {
    text-align: center;
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  main .contact .contact-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main .contact .contact-bottom .tel {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  main .contact .contact-bottom .tel img {
    height: 45px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main .contact .contact-bottom .btn-area>p {
    margin: 0 5px;
    width: 90px;
  }
  main .contact .contact-bottom .btn-area>p.btn-tel {
    height: 75px;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: solid 1px #202f7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 0;
  }
  main .contact .contact-bottom .btn-area>p.btn-tel img {
    height: 45px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area .btn2 {
    width: 90px;
  }
  main .contact .contact-bottom .btn-area>p.btn2 a {
    height: 75px;
    padding-right: 0;
  }
  main .contact .contact-bottom .btn-area>p.btn2 i {
    height: 75px;
    max-width: 90px;
    padding-right: 0;
  }
  main .contact .contact-bottom .btn-area>p.btn2 .green2 img {
    height: 45px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area>p.btn2 .orange2 img {
    height: 45px;
    width: auto;
  }
  main .contact .contact-bottom .btn-area .btn2 .btn2-after {
    display: none;
  }
  main .contact .contact-bottom .btn2_sp {
    display: block;
  }
  main .contact .sup {
    font-size: 10.5px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 1300px) {
  main .contact:before {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  main .news-list {
    margin-bottom: 25px;
  }
  main .news-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .news-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .news-list li .date {
    margin-right: 10px;
  }
  main .news-list li .tag {
    margin-right: 10px;
  }
  main .news-list li .tag span {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main .news-list li .date {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .news-list li .txt {
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main .news-list li a {
    color: #202f7b;
  }
  main .arrow-fig-block .fig {
    margin-bottom: 15px;
  }
  main .arrow-fig-block .support {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  main .arrow-fig-block .support:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    width: 45px;
    height: 45px;
    background-size: 30px auto;
  }
  main .arrow-fig-block .support .support-box .item-title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding: 15px 10px;
  }
  main .arrow-fig-block .support .support-box .item-txt {
    padding: 15px 10px;
  }
  main .arrow-fig-block .support .support-box .item-txt span {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main .arrow-fig-block .support .support-box .item-txt p {
    font-size: 13px;
  }
}


/* padding & margin */

.pd {
  padding: 25px;
}

.mg {
  margin: 25px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 25px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 25px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 25px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 25px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 25px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 25px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 25px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  .pd {
    padding: 16.6666666667px;
  }
  .mg {
    margin: 16.6666666667px;
  }
  .pt {
    padding-top: 16.6666666667px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 16.6666666667px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 16.6666666667px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 16.6666666667px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 16.6666666667px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 16.6666666667px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 16.6666666667px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 16.6666666667px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}


/* padding & margin */


/* etc */

.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

@media screen and (max-width: 750px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 750px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 750px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 750px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 750px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 750px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 750px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 750px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 750px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 750px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 750px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 750px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 750px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 750px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 750px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 750px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 750px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 750px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 750px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 750px) {
  .w500-sp {
    width: 500px;
  }
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 750px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 750px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 750px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 750px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 750px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 750px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 750px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 750px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }
}


/* etc */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn.w100p {
  width: 100%;
}

.btn.tar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: center;
}

.btn.sp-tar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: center;
  margin-left: auto;
}

.btn a, .btn input, .btn i, .btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../img/arrow-r.png) no-repeat right 20px center;
  background-color: #f79a2f;
  top: 0;
  width: 440px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a, .btn input, .btn i, .btn button {
    background-image: url(../img/arrow-r@2x.png);
    background-size: 12px auto;
  }
}

.btn a:hover, .btn input:hover, .btn i:hover, .btn button:hover {
  text-decoration: none;
  background-color: #f8a648;
}

.btn a.back, .btn input.back, .btn i.back, .btn button.back {
  background-color: #ccc;
}

.btn a.green, .btn input.green, .btn i.green, .btn button.green {
  background-color: #a7c000;
}

.btn a.fs28, .btn input.fs28, .btn i.fs28, .btn button.fs28 {
  letter-spacing: 0.1em;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.btn a.fs28 small, .btn input.fs28 small, .btn i.fs28 small, .btn button.fs28 small {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

@media screen and (max-width: 750px) {
  .btn a.fs28, .btn input.fs28, .btn i.fs28, .btn button.fs28 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
  .btn a.fs28 small, .btn input.fs28 small, .btn i.fs28 small, .btn button.fs28 small {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
  }
}

.btn a.arrow:before, .btn input.arrow:before, .btn i.arrow:before, .btn button.arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 12px;
  height: 18px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r-white.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.arrow:hover:before, .btn input.arrow:hover:before, .btn i.arrow:hover:before, .btn button.arrow:hover:before {
  right: 15px;
}

@media screen and (max-width: 750px) {
  .btn a.arrow:before, .btn input.arrow:before, .btn i.arrow:before, .btn button.arrow:before {
    right: 10px;
  }
  .btn a.arrow:hover:before, .btn input.arrow:hover:before, .btn i.arrow:hover:before, .btn button.arrow:hover:before {
    right: 5px;
  }
}

.btn a.shadow-green, .btn input.shadow-green, .btn i.shadow-green, .btn button.shadow-green {
  background: #a5e200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #6fa300), color-stop(0, #a5e200));
  background: -webkit-linear-gradient#a5e200, #6fa300;
  background: -moz-linear-gradient#a5e200, #6fa300;
  background: -ms-linear-gradient#a5e200, #6fa300;
  background: -o-linear-gradient#a5e200, #6fa300;
  background: linear-gradient#a5e200, #6fa300;
}

.btn a.radius, .btn input.radius, .btn i.radius, .btn button.radius {
  height: 40px;
  width: 400px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  background-color: #fff;
  color: #202f7b;
  border: solid 1px #202f7b;
}

.btn a.radius:before, .btn input.radius:before, .btn i.radius:before, .btn button.radius:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 8px;
  height: 11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r.svg) no-repeat left top;
}

.btn a.radius.small, .btn input.radius.small, .btn i.radius.small, .btn button.radius.small {
  width: 200px;
  height: 30px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.btn a.radius.small:before, .btn input.radius.small:before, .btn i.radius.small:before, .btn button.radius.small:before {
  left: auto;
  right: 20px;
}

.btn a.radius.transparent, .btn input.radius.transparent, .btn i.radius.transparent, .btn button.radius.transparent {
  background-color: transparent;
}

.btn a.radius.blue, .btn input.radius.blue, .btn i.radius.blue, .btn button.radius.blue {
  width: 200px;
  height: 30px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  background-color: #3b4b99;
  color: #FFF;
}

.btn a.radius.blue:before, .btn input.radius.blue:before, .btn i.radius.blue:before, .btn button.radius.blue:before {
  background-image: url(../img/common/arrow-r-s-white.svg);
  left: auto;
  right: 10px;
}

.btn a.radius.gray, .btn input.radius.gray, .btn i.radius.gray, .btn button.radius.gray {
  background-color: #f5f5f5;
}

@media screen and (max-width: 750px) {
  .btn a.radius, .btn input.radius, .btn i.radius, .btn button.radius {
    height: 35px;
    width: 310px;
    max-width: 350px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .btn a.radius:before, .btn input.radius:before, .btn i.radius:before, .btn button.radius:before {
    left: 15px;
  }
}

.btn a.radius2, .btn input.radius2, .btn i.radius2, .btn button.radius2 {
  height: auto;
  width: 420px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  background-color: #fff;
  color: #202f7b;
  border: solid 1px #202f7b;
  background-color: transparent;
  padding: 2px 30px;
}

.btn a.radius2:before, .btn input.radius2:before, .btn i.radius2:before, .btn button.radius2:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 8px;
  height: 11px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r.svg) no-repeat right top;
}

.btn a.radius2:hover, .btn input.radius2:hover, .btn i.radius2:hover, .btn button.radius2:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.btn a.radius2:hover:before, .btn input.radius2:hover:before, .btn i.radius2:hover:before, .btn button.radius2:hover:before {
  right: 5px;
}

@media screen and (max-width: 750px) {
  .btn a.radius2, .btn input.radius2, .btn i.radius2, .btn button.radius2 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    width: auto;
    line-height: 1.4;
    padding: 2px 40px;
  }
}

.btn a.w100p, .btn input.w100p, .btn i.w100p, .btn button.w100p {
  width: 100%;
}

.btn a.h40, .btn input.h40, .btn i.h40, .btn button.h40 {
  height: 40px;
}

.btn a.h40:before, .btn input.h40:before, .btn i.h40:before, .btn button.h40:before {
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.h40:hover:before, .btn input.h40:hover:before, .btn i.h40:hover:before, .btn button.h40:hover:before {
  right: 15px;
}

@media screen and (max-width: 750px) {
  .btn a.h40, .btn input.h40, .btn i.h40, .btn button.h40 {
    height: 35px;
  }
  .btn a.h40:before, .btn input.h40:before, .btn i.h40:before, .btn button.h40:before {
    right: 10px;
  }
  .btn a.h40:hover:before, .btn input.h40:hover:before, .btn i.h40:hover:before, .btn button.h40:hover:before {
    right: 5px;
  }
}

.btn a.fs18, .btn input.fs18, .btn i.fs18, .btn button.fs18 {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .btn a.fs18, .btn input.fs18, .btn i.fs18, .btn button.fs18 {
    font-size: 15px;
  }
}

.btn a.fw-n, .btn input.fw-n, .btn i.fw-n, .btn button.fw-n {
  font-weight: normal;
}

.btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
  height: 40px;
}
.btn a.h60.h80, .btn input.h60.h80, .btn i.h60.h80, .btn button.h60.h80{
  height: 40px; 
}

.btn a.aqua, .btn input.aqua, .btn i.aqua, .btn button.aqua {
  color: #202f7b;
  border: solid 1px #ddf3fa;
  background-color: #ddf3fa;
  font-size: 16px;
  font-size: 1.1428571429rem;
  height: 40px;
}

.btn a.aqua:before, .btn input.aqua:before, .btn i.aqua:before, .btn button.aqua:before {
  background-image: url(../img/common/arrow-r.svg);
}

.btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
  height: 60px;
  border: solid 1px #202f7b;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #202f7b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.btn a.h60.h80, .btn input.h60.h80, .btn i.h60.h80, .btn button.h60.h80{
  height: 80px;
}
.btn a.h60.h100, .btn input.h60.h100, .btn i.h60.h100, .btn button.h60.h100{
  height: 100px;
}

.btn a.h60:hover, .btn input.h60:hover, .btn i.h60:hover, .btn button.h60:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
}

.btn a.h60 span, .btn input.h60 span, .btn i.h60 span, .btn button.h60 span {
  padding-left: 35px;
  position: relative;
  line-height: 1.2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn a.h60 span:before, .btn input.h60 span:before, .btn i.h60 span:before, .btn button.h60 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat center center;
  margin-top: -2px;
}

.btn a.h60.tel, .btn input.h60.tel, .btn i.h60.tel, .btn button.h60.tel {
  pointer-events: none;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.btn a.h60.tel span, .btn input.h60.tel span, .btn i.h60.tel span, .btn button.h60.tel span {
  padding-left: 40px;
}

.btn a.h60.tel span:before, .btn input.h60.tel span:before, .btn i.h60.tel span:before, .btn button.h60.tel span:before {
  background-image: url(../img/next/service/flow/icon-tel.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a.h60.tel span:before, .btn input.h60.tel span:before, .btn i.h60.tel span:before, .btn button.h60.tel span:before {
    background-image: url(../img/next/service/flow/icon-tel@2x.png);
    background-size: 32px auto;
  }
}

.btn a.h60.kengaku, .btn input.h60.kengaku, .btn i.h60.kengaku, .btn button.h60.kengaku {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #FFF;
  background-color: #f79a2f;
  border-color: #f79a2f;
}

.btn a.h60.kengaku span:before, .btn input.h60.kengaku span:before, .btn i.h60.kengaku span:before, .btn button.h60.kengaku span:before {
  background-image: url(../img/next/service/flow/icon-pen.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a.h60.kengaku span:before, .btn input.h60.kengaku span:before, .btn i.h60.kengaku span:before, .btn button.h60.kengaku span:before {
    background-image: url(../img/next/service/flow/icon-pen@2x.png);
    background-size: 25px auto;
  }
}

.btn a.h60.siryou, .btn input.h60.siryou, .btn i.h60.siryou, .btn button.h60.siryou {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: normal;
  background-color: #a7c000;
  border-color: #a7c000;
}

.btn a.h60.siryou span:before, .btn input.h60.siryou span:before, .btn i.h60.siryou span:before, .btn button.h60.siryou span:before {
  background-image: url(../img/next/service/flow/icon-note.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn a.h60.siryou span:before, .btn input.h60.siryou span:before, .btn i.h60.siryou span:before, .btn button.h60.siryou span:before {
    background-image: url(../img/next/service/flow/icon-note@2x.png);
    background-size: 21px auto;
  }
}

@media screen and (max-width: 750px) {
  .btn a.h60, .btn input.h60, .btn i.h60, .btn button.h60 {
    padding: 0;
    height: 75px;
    width: 90px;
  }
  .btn a.h60.h80, .btn input.h60.h80, .btn i.h60.h80, .btn button.h60.h80{
    height: 75px;
  }
  .btn a.h60.tel, .btn input.h60.tel, .btn i.h60.tel, .btn button.h60.tel {
    pointer-events: auto;
  }
  .btn a.h60 span, .btn input.h60 span, .btn i.h60 span, .btn button.h60 span {
    display: none;
  }
  .btn a.h60 img, .btn input.h60 img, .btn i.h60 img, .btn button.h60 img {
    height: 45px;
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .btn a, .btn input, .btn i, .btn button {
    height: 50px;
    width: 100%;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.w50p {
  width: 100%;
}

.btn-block.w50p>* {
  width: calc(50% - 20px);
}

@media screen and (max-width: 750px) {
  .btn-block.w50p {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .btn-block.w50p>* {
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn-block>* {
  margin: 0 10px 0px;
}

@media screen and (max-width: 750px) {
  .btn-block>* {
    margin: 0 10px 0px;
  }
}

.btn2 a, .btn2 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 600px;
  height: 64px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.btn2 a:before, .btn2 i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #FFF;
  margin: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn2-after::before {
  content: none!important;
}

.btn2 a.small, .btn2 i.small {
  width: 220px;
  height: 62px;
  margin-bottom: 6.5px;
}

@media screen and (max-width: 1050px) {
  .btn2 a.small, .btn2 i.small {
    height: 37px;
    width: 160px;
  }
  .btn2 a.small img, .btn2 i.small img {
    height: 40px;
    width: auto;
  }
  .btn2 a.small.tour img, .btn2 i.small.tour img {
    height: 19px;
    width: auto;
  }
  .btn2 a.small, .btn2 i.small {
    margin-bottom: 0.5px;
  }
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  .btn2 a.small, .btn2 i.small {
    height: 37px;
    width: 160px;
  }
  .btn2 a.small img, .btn2 i.small img {
    height: 40px;
    width: auto;
  }
}

.btn2 a.large, .btn2 i.large {
  width: 380px;
  height: 110px;
}

@media screen and (max-width: 1100px) {
  .btn2 a.large, .btn2 i.large {
    width: 320px;
  }
}

.btn2 a.large.green2:after, .btn2 a.large.orange2:after, .btn2 i.large.green2:after, .btn2 i.large.orange2:after {
  width: 26px;
  height: 26px;
  margin-top: -13px;
}

.btn2 a.large.green2:after, .btn2 i.large.green2:after {
  background-image: url(../img/common/arrow-r-btn3.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn2 a.large.green2:after, .btn2 i.large.green2:after {
    background-image: url(../img/common/arrow-r-btn3@2x.png);
    background-size: 26px auto;
  }
}

.btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
  background-image: url(../img/common/arrow-r-btn4.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
    background-image: url(../img/common/arrow-r-btn4@2x.png);
    background-size: 26px auto;
  }
}

.btn2 a.green, .btn2 i.green {
  background-color: #a7c000;
}

.btn2 a.orange2, .btn2 a.green2, .btn2 i.orange2, .btn2 i.green2 {
  padding-right: 5px;
}

.btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 15px;
  background: url(../img/common/arrow-r-btn.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
    background-image: url(../img/common/arrow-r-btn@2x.png);
    background-size: 20px auto;
  }
}

.btn2 a.green2, .btn2 i.green2 {
  background: #66ff00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00bd24), color-stop(0, #66ff00));
  background: -webkit-linear-gradient#66ff00, #00bd24;
  background: -moz-linear-gradient#66ff00, #00bd24;
  background: -ms-linear-gradient#66ff00, #00bd24;
  background: -o-linear-gradient#66ff00, #00bd24;
  background: linear-gradient#66ff00, #00bd24;
}

.btn2 a.orange, .btn2 i.orange {
  background-color: #f79a2f;
}

.btn2 a.orange2, .btn2 i.orange2 {
  background: #ffa200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff4800), color-stop(0, #ffa200));
  background: -webkit-linear-gradient#ffa200, #ff4800;
  background: -moz-linear-gradient#ffa200, #ff4800;
  background: -ms-linear-gradient#ffa200, #ff4800;
  background: -o-linear-gradient#ffa200, #ff4800;
  background: linear-gradient#ffa200, #ff4800;
}

.btn2 a.orange2:after, .btn2 i.orange2:after {
  background-image: url(../img/common/arrow-r-btn2.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn2 a.orange2:after, .btn2 i.orange2:after {
    background-image: url(../img/common/arrow-r-btn2@2x.png);
    background-size: 20px auto;
  }
}

.btn2 a.white, .btn2 i.white {
  background-color: #fff;
}

.btn2 a:hover, .btn2 i:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn2 a:hover img, .btn2 i:hover img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.btn2 a:hover.orange2:after, .btn2 a:hover.green2:after, .btn2 i:hover.orange2:after, .btn2 i:hover.green2:after {
  right: 10px;
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  .btn2 a, .btn2 i {
    width: 100%;
    height: 90px;
  }
  .btn2 a.large, .btn2 i.large {
    width: 100%;
    height: 80px;
  }
  .btn2 a.large img, .btn2 i.large img {
    height: 40px;
    width: auto;
  }
  .btn2 a.large:before, .btn2 i.large:before {
    border: solid 1px #FFF;
  }
  .btn2 a.large.green2 img, .btn2 i.large.green2 img {
    height: 18px;
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .btn2 {
    width: 100%;
  }
  .btn2 a, .btn2 i {
    width: 100%;
    height: 65px;
  }
  .btn2 a:before, .btn2 i:before {
    border: none;
  }
  .btn2 a.orange2:after, .btn2 a.green2:after, .btn2 i.orange2:after, .btn2 i.green2:after {
    display: none;
  }
  .btn2 a img, .btn2 i img {
    height: 32px;
    width: auto;
  }
  .btn2 a.large, .btn2 i.large {
    width: 100%;
    height: 60px;
  }
  .btn2 a.large:before, .btn2 i.large:before {
    border: solid 1px #FFF;
  }
  .btn2 a.large.green2:after, .btn2 a.large.orange2:after, .btn2 i.large.green2:after, .btn2 i.large.orange2:after {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-size: 14px auto;
    right: 8px;
  }
  .btn2 a.large.green2 img, .btn2 i.large.green2 img {
    height: 14px;
    width: auto;
  }
  .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
    background-size: 14px auto;
  }
  .btn2 a.large.orange2:after, .btn2 i.large.orange2:after {
    background-size: 14px auto;
  }
}

.btn3 a, .btn3 input, .btn3 i {
  width: 300px;
  position: relative;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  margin-bottom: 25px;
  color: #202f7b;
  border: solid 1px #202f7b;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-style: normal;
}

.btn3 a.w100p, .btn3 input.w100p, .btn3 i.w100p {
  width: 100%;
  display: block;
}

.btn3 a.bg-none, .btn3 input.bg-none, .btn3 i.bg-none {
  background-color: transparent;
}

.btn3 a span, .btn3 input span, .btn3 i span {
  font-style: normal;
}

.btn3 a:after, .btn3 input:after, .btn3 i:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 8px;
  height: 11px;
  margin-top: -6px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/common/arrow-r.svg) no-repeat center center;
}

@media screen and (max-width: 750px) {
  .btn3 a, .btn3 input, .btn3 i {
    width: 200px;
    display: block;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px 15px;
    margin: 0 auto;
  }
}

.btn4 a, .btn4 input, .btn4 i, .btn4 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 25px;
  width: 200px;
  padding-left: 27px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #FFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #f39800;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/next/blog/arrow-r.svg) no-repeat left 10px center;
  background-color: #f79a2f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn4 a:hover, .btn4 input:hover, .btn4 i:hover, .btn4 button:hover {
  text-decoration: none;
  background-position: left 5px center;
}

@media screen and (max-width: 750px) {
  .btn4 a, .btn4 input, .btn4 i, .btn4 button {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding-left: 18px;
    padding-right: 10px;
    width: 160px;
    font-size: 12px;
    height: 20px;
  }
}

.btn5 a, .btn5 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: #66ff00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00bd24), color-stop(0, #66ff00));
  background: -webkit-linear-gradient #66ff00, #00bd24;
  background: -moz-linear-gradient #66ff00, #00bd24;
  background: -ms-linear-gradient #66ff00, #00bd24;
  background: -o-linear-gradient #66ff00, #00bd24;
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  color: #FFF;
  position: relative;
}

.btn5 a:after, .btn5 i:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/common/arrow-r-btn.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .btn5 a:after, .btn5 i:after {
    background-image: url(../img/common/arrow-r-btn@2x.png);
    background-size: 20px auto;
  }
}

@media screen and (max-width: 750px) {
  .btn5 a, .btn5 i {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

.btn5 a:hover:after, .btn5 i:hover:after {
  right: 10px;
}

.tel-btn {
  margin-right: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: inherit;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

@media screen and (max-width: 750px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"] {
    height: 30px;
    line-height: 30px;
  }
  input[type="text"].w250, input[type="text"].w300, input[type="text"].w100p, input[type="email"].w250, input[type="email"].w300, input[type="email"].w100p, input[type="tel"].w250, input[type="tel"].w300, input[type="tel"].w100p, input[type="password"].w250, input[type="password"].w300, input[type="password"].w100p, input[type="number"].w250, input[type="number"].w300, input[type="number"].w100p {
    width: 100%;
  }
  input[type="text"].w400, input[type="email"].w400, input[type="tel"].w400, input[type="password"].w400, input[type="number"].w400 {
    width: 100%;
  }
}

textarea {
  -webkit-appearance: none;
  height: 280px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #e0e0e0;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  font-family: inherit;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

@media screen and (max-width: 750px) {
  textarea {
    max-width: 100%;
    height: 150px;
  }
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked+.checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked+.radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.mwform-tel-field input[type="tel"], .mwform-zip-field input[type="tel"] {
  display: inline-block;
  width: auto;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #070707;
  border-bottom: 2px solid #070707;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  line-height: 1.2;
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 750px) {
  label.radio {
    padding-left: 20px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.2;
  }
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  label.radio:before {
    width: 16px;
    height: 16px;
  }
  label.radio:after {
    width: 8px;
    height: 8px;
  }
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-bottom: 10px;
}

.check-radios li {
  margin: 0 34px 15px 0;
}

@media screen and (max-width: 750px) {
  .check-radios {
    margin-bottom: -13px;
    margin-right: -5px;
  }
  .check-radios li {
    margin: 0 10px 0px 0;
  }
}

label.select {
  position: relative;
  display: block;
  background-color: #FFF;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

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

@media screen and (max-width: 750px) {
  select {
    padding: 0 20px 0 5px;
    height: 30px;
    line-height: 30px;
  }
}


/* table */

table {
  width: 100%;
}

table.tbl1 {
  margin-bottom: 50px;
}

table.tbl1 tr th, table.tbl1 tr td {
  font-size: 18px;
  font-size: 1.2857142857rem;
  padding: 17px 50px 17px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  font-weight: normal;
}

table.tbl1 tr td {
  font-weight: normal;
}

table.tbl1 tr .hissu {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: bold;
  color: #f79a2f;
  border: solid 1px #f79a2f;
  padding: 4px 8px;
  position: absolute;
  right: 0;
}

table.tbl1 tr .title .hissu {
  position: relative;
  margin-left: 30px;
}

table.tbl1 tr th {
  padding-top: 25px;
  line-height: 1.2;
  width: 315px;
}

table.tbl1 tr th.vat {
  vertical-align: top;
}

table.tbl1 tr:nth-child(odd) th, table.tbl1 tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

table.tbl1 tr td {
  padding-left: 10px;
}

table.tbl1 tr td.how .title {
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  table.tbl1 {
    margin-bottom: 35px;
  }
  table.tbl1 tr th, table.tbl1 tr td {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding: 8px 10px 13px 10px;
  }
  table.tbl1 tr.sp-line1 th {
    width: auto;
  }
  table.tbl1 tr.sp-line1 th, table.tbl1 tr.sp-line1 td {
    display: table-cell;
  }
  table.tbl1 tr .selct-content {
    padding-bottom: 20px;
  }
  table.tbl1 tr .hissu {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 4px 8px;
    position: relative;
    right: auto;
    margin-left: 10px;
  }
  table.tbl1 tr .title .hissu {
    position: relative;
    margin-left: 10px;
  }
  table.tbl1 tr th {
    padding-top: 10px;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 0px;
  }
  table.tbl1 tr td {
    padding-left: 10px;
  }
  table.tbl1 tr td.how {
    width: 100%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  table.tbl1 tr td.how .check-radios {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  table.tbl1 tr td.how .title {
    margin-bottom: 10px;
  }
}

table.pt-pb-10 tr th, table.pt-pb-10 tr td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.pt-pb-10 tr th.vat {
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  table.pt-pb-10 tr th {
    padding-bottom: 0;
  }
}

table.schedule {
  margin-bottom: 20px;
}

table.schedule tr th, table.schedule tr td {
  color: #202f7b;
  padding: 15px 15px;
  letter-spacing: normal;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

table.schedule tr th:not(:last-child), table.schedule tr td:not(:last-child) {
  border-right: solid 1px #cbe9f3;
}

table.schedule tr:nth-child(2n) {
  background-color: #eef9fc;
}

table.schedule tr th {
  text-align: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

table.schedule tr th.time {
  width: 90px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table.schedule tr td {
  letter-spacing: 0.13em;
  width: 155px;
}

table.schedule tr td:first-of-type {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  width: 90px;
}

@media screen and (max-width: 750px) {
  table.schedule tr th, table.schedule tr td {
    padding: 5px 2px;
    font-size: 10px;
    font-size: 0.7142857143rem;
    font-weight: bold;
  }
  table.schedule tr:nth-child(2n) {
    background-color: #eef9fc;
  }
  table.schedule tr th {
    text-align: center;
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
  }
  table.schedule tr th:not(:last-child) {
    width: 25px;
  }
  table.schedule tr th.time {
    width: 30px;
    padding: 5px;
  }
  table.schedule tr td {
    width: 45px;
  }
  table.schedule tr td br {
    display: none;
  }
  table.schedule tr td:first-of-type {
    width: 30px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: bold;
  }
}


/* table */


/* text */

.heading, .heading-lv02 {
  margin-bottom: 20px;
}

.heading-lv01 {
  font-size: 0;
  margin-bottom: 60px;
  text-align: center;
}

.heading-lv01.mb35 {
  margin-bottom: 35px;
}

.heading-lv01.mb15 {
  margin-bottom: 15px;
}

.heading-lv01.blue {
  color: #202f7b;
}

.heading-lv01.sp {
  display: none;
}

.heading-lv01 +.sub{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #3b4b99;
}
.heading-lv01 +.sub:before,.heading-lv01 +.sub:after{
  content: "";
  display: block;
  width: 10px;
  flex-grow: 1;
  background: #3b4b99;
  height: 1px;
}
.heading-lv01 +.sub:before{
  margin-right: 10px;
}
.heading-lv01 +.sub:after{
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .heading-lv01.sp {
    display: block;
  }
}

.heading-lv01.orange span {
  background-color: #f79a2f;
  color: #FFF;
}

.heading-lv01.white span {
  background-color: #a7c000;
  color: #FFF;
}

.heading-lv01.green span {
  color: #a7c000;
}

.heading-lv01 span {
  margin: 0 1.5px;
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  padding: 1px 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #202f7b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.heading-lv01 span.tal {
  text-align: left;
}

.heading-lv01 span.tar {
  text-align: right;
}

.heading-lv01.fs-s span {
  font-size: 33px;
  font-size: 2.3571428571rem;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
}

@media screen and (max-width: 750px) {
  .heading-lv01 {
    margin: 0 -10px 30px;
  }
  .heading-lv01.mb35 {
    margin-bottom: 20px;
  }
  .heading-lv01.sp-mb {
    margin-bottom: 50px;
  }
  .heading-lv01 span.pc {
    display: none;
  }
  .heading-lv01 span {
    margin: 0 1px;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    padding: 1px 3px;
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }
  .heading-lv01 span.tal {
    text-align: left;
  }
  .heading-lv01 span.tar {
    text-align: right;
  }
  .heading-lv01 span.pc {
    display: none;
  }
  .heading-lv01.fs-s span {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

.heading-lv02 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  color: #202f7b;
  padding-bottom: 35px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 750px) {
  .heading-lv02 {
    font-size: 26px;
    font-size: 1.8571428571rem;
    padding-bottom: 25px;
  }
}

.heading-lv03 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.5;
  color: #202f7b;
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
}

.heading-lv03 span {
  font-size: 32px;
  font-size: 2.2857142857rem;
  position: absolute;
  left: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding-left: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  margin-right: 20px;
}

.heading-lv03 i {
  font-style: normal;
  padding-left: 15px;
  display: block;
  border-left: solid 1px #202f7b;
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .heading-lv03 span {
    width: 22px;
    height: 22px;
    font-size: 28px;
    font-size: 2rem;
  }
  .heading-lv03 i {
    padding-left: 10px;
  }
}

.heading-lv04 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.5;
  color: #202f7b;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 0.12em;
}

.heading-lv04.mb5 {
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .heading-lv04 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
}

.heading-lv05 {
  letter-spacing: 0.12em;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.5;
  color: #f79a2f;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .heading-lv05 {
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
}

.heading-lv06 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  background-color: #f79a2f;
  padding: 3px 20px 3px 50px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.heading-lv06 span {
  width: 100%;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

.heading-lv06 .arrow {
  position: absolute;
  right: -50px;
  top: 0;
}

.heading-lv06.blue {
  background-color: #3b4b99;
}

@media screen and (max-width: 750px) {
  .heading-lv06 {
    margin-left: -40px;
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: bold;
    padding: 3px 0px 3px 30px;
    height: 75px;
    width: calc(100% - 0px);
  }
  .heading-lv06 span {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .heading-lv06 .arrow {
    right: -40px;
  }
  .heading-lv06 .arrow svg {
    width: 40px;
    height: 75px;
  }
}

.heading-lv07 {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  margin-bottom: 25px;
  color: #FFF;
  background-color: #f79a2f;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.heading-lv07.blue {
  background-color: #202f7b;
}

.heading-lv07.green {
  background-color: #a7c000;
}

.heading-lv07 small {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

@media screen and (max-width: 750px) {
  .heading-lv07 {
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  .heading-lv07 small {
    padding-bottom: 3px;
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
}

.heading-lv08 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #202f7b;
  padding-bottom: 20px;
}

.heading-lv08.pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .heading-lv08 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv08.pb0 {
    padding-bottom: 10px;
  }
}

.heading-lv09 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #202f7b;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  padding-left: 25px;
}

.heading-lv09:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 100%;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f79a2f;
}

.heading-lv09.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .heading-lv09 {
    font-size: 15.5px;
    font-size: 1.1071428571rem;
    font-weight: bold;
    padding-left: 15px;
  }
  .heading-lv09.pb0 {
    padding-bottom: 10px;
  }
}

.heading-lv10 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #FFF;
  padding: 20px 10px;
  padding-left: 50px;
  line-height: 1.2;
  background-color: #3c4d97;
  position: relative;
  text-align: center;
  position: relative;
}

.heading-lv10 span {
  margin-right: 15px;
}

.heading-lv10:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0px;
  height: 0px;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #3c4d97 transparent transparent transparent;
}

@media screen and (max-width: 750px) {
  .heading-lv10 {
    padding: 15px 10px;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
}

.heading-lv11 {
  line-height: 1.2;
  position: relative;
  padding-left: 31px;
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.heading-lv11:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-circle.svg) no-repeat center center;
  background-size: 18px;
}

@media screen and (max-width: 750px) {
  .heading-lv11 {
    margin-bottom: 15px;
  }
}

.heading-lv12 {
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading-lv13 {
  padding-bottom: 10px;
}

.heading-lv14 {
  padding-bottom: 10px;
}

.heading-lv14 a {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #202f7b;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .heading-lv14 a {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
}

.heading-lv15 {
  padding-bottom: 10px;
}

.heading-lv15 a {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #202f7b;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .heading-lv15 a {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
}

.heading-lv16 {
  padding-bottom: 35px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
  color: #202f7b;
}

@media screen and (max-width: 750px) {
  .heading-lv16 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.heading-lv17 {
  padding-bottom: 35px;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #202f7b;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .heading-lv17 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    padding-bottom: 15px;
  }
}

.heading-lv18 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #202f7b;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.5;
  margin-bottom: 40px;
  border-bottom: solid 4px #d6d7e0;
}

.heading-lv18:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: auto;
  width: 200px;
  height: 4px;
  background-color: #f39800;
  bottom: -4px;
}

@media screen and (max-width: 750px) {
  .heading-lv18 {
    padding-bottom: 7px;
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
  }
}

.heading-lv19 {
  padding-bottom: 13px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #202f7b;
  line-height: 1.2;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  background-color: #ffe400;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 13px;
}

@media screen and (max-width: 750px) {
  .heading-lv19 {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
}

.heading-lv20 {
  padding-bottom: 13px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #202f7b;
  line-height: 1.2;
  text-align: left;
  padding: 5px 10px;
  background-color: #ddf3fa;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .heading-lv20 {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
}

.heading-lv_wp .green {
  background-color: #a7c000;
  color: #FFF;
  margin: 0 1.5px 7px;
  font-size: 2.5714285714rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 3px 2px 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .heading-lv_wp .green {
    margin: 0 1px;
    font-size: 24px;
    font-weight: bold;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    padding: 1px 3px;
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }
}

.wp_center {
  text-align: center;
}

.txt-lv01 {
  margin-bottom: 35px;
}

.txt-lv01 p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .txt-lv01 {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}

.top-txt-block {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.top-txt-block.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .top-txt-block {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .top-txt-block br {
    display: none;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #ef4a36;
}

.link {
  text-align: right;
  font-weight: bold;
}
a.external_link{
  position: relative;
}
a.external_link:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background: url(../img/common/icon-external-white.svg) no-repeat center / contain;
  margin-left: 5px;
  margin-right: 5px;
  flex-shrink: 0;
}
.link a {
  position: relative;
  padding-right: 22px;
  position: relative;
}

.link a.fw-n {
  font-weight: normal;
}

.link a.fw-b {
  font-weight: bold;
}

.link a:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 8px;
  height: 11px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r.svg) no-repeat center center;
}

.link a:hover:before {
  right: -5px;
}

.link a.arrow {
  padding-right: 30px;
}

.link a.arrow:before {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow-r-circle.svg);
}

@media screen and (max-width: 750px) {
  .link a.arrow {
    padding-right: 20px;
  }
}

.link a.small {
  font-size: 14px;
  font-size: 1rem;
  padding-right: 17px;
  font-weight: normal;
}

.link-l {
  font-weight: normal;
}

.link-l a {
  position: relative;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.link-l a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow-r.svg) no-repeat center center;
}

.link-l a:hover:before {
  left: -5px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.tag-list.jsc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tag-list.mb {
  margin-bottom: 22px;
}

.tag-list li {
  margin: 0 5px 10px;
}

@media screen and (max-width: 750px) {
  .tag-list {
    margin: 0 -3px -6px;
  }
  .tag-list li {
    margin: 0 3px 6px;
  }
}

.b-tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 24px;
  padding: 3px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1rem;
  color: #202f7b;
  border: solid 1px #202f7b;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 750px) {
  .b-tag a {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 3px 6px;
    letter-spacing: normal;
  }
}

.b-tag a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
  background-color: #202f7b;
}

.b-tag a.gray {
  border-color: #d6d7e0;
  color: #999;
}

.b-tag a.gray:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
  background-color: #d6d7e0;
}

@media screen and (max-width: 750px) {
  .b-tag a.gray {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding: 3px 10px;
  }
}

.radius-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 33px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #FFF;
  border: solid 1px #a7c000;
  background-color: #a7c000;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  .radius-tag {
    text-align: center;
    height: auto;
    min-height: 25px;
    padding: 5px 8px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
}

.bold {
  font-weight: bold;
}


/* text */

.post ul:not(:last-child) {
  margin-bottom: 25px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 25px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #f2f2f2;
}

.post blockquote {
  display: block;
  padding: 20px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #b3b3b3;
  text-align: center;
}

.post blockquote:not(:last-child) {
  margin-bottom: 25px;
}

.post .h, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 25px;
}

.post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 12.5px;
}

.post h1 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  padding: 5px 0 5px 0px;
}

.post h2 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding: 5px 0 5px 0px;
}

@media screen and (max-width: 750px) {
  .post h2 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
  }
}

.post h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 0px 0 0px 15px;
  border-left: solid 3px #202f7b;
}

.post h4 {
  padding-bottom: 10px;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  border-bottom: solid 1px #202f7b;
}

.post h5 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 25px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 25px;
}

.post p:not(:last-child) {
  margin-bottom: 12.5px;
}

.post table:not(:last-child) {
  margin-bottom: 12.5px;
}

.post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.post table td p:last-child {
  padding-bottom: 0;
}

.post cite {
  border: 1px solid #b3b3b3;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 25px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* floating */

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#flow .btn a.h60.tel span, #flow .btn input.h60.tel span, #flow .btn i.h60.tel span, #flow .btn button.h60.tel span {
  padding-left: 0;
}

#flow #tel1>span {
  font-size: 18px;
  line-height: 1.3;
}

#flow #tel1 .white {
  background: #202f7b;
  color: #ffffff;
  padding: 0px 8px;
  margin-right: 10px;
}

.btn a.h60.tel span:before, .btn input.h60.tel span:before, .btn i.h60.tel span:before, .btn button.h60.tel span:before {
  background: none;
}

#flow #tel1>span:before {
  background: none;
}

#flow.btn a.h60.tel span:before, #flow .btn input.h60.tel span:before, #flow .btn i.h60.tel span:before, #flow .btn button.h60.tel span:before {
  background: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #flow .btn a.h60.tel span:before, #flow .btn input.h60.tel span:before, #flow .btn i.h60.tel span:before, #flow .btn button.h60.tel span:before {
    background: none;
  }
}

.tbl1 div.center select {
  width: 300px;
  background: #ffffff;
}

@media screen and (max-width: 750px) {
  .tbl1 div.center select {
    width: 260px;
    background: #ffffff;
  }
}

.tbl1 div.center::before {
  left: 279px;
  z-index: 2;
  position: absolute;
  top: 46%;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #202f7b;
  pointer-events: none;
}

main.next #contact .mw_wp_form_confirm .tbl1 div.center::before {
  display: none;
}

@media screen and (max-width: 750px) {
  .tbl1 div.center::before {
    left: 240px;
    z-index: 2;
    position: absolute;
    top: 40%;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #202f7b;
    pointer-events: none;
  }
}


/* 190308 */

@media screen and (max-width: 750px) {
  .flow_display_pc {
    display: none;
  }
  .flow_display_sp {
    display: block;
    text-align: center;
  }
  .kengaku_wp_text {
    text-align: center;
  }
  .wp_letter {
    letter-spacing: 0.6px;
  }
  .wp_kengaku_background {
    background-color: #f5f5f5;
  }
}

@media screen and (min-width: 750px) {
  .flow_display_sp {
    display: none;
  }
  .kengaku_wp_text {
    text-align: center;
  }
  .green_alt {
    background-color: #a7c000;
    color: #FFF;
    margin: 0 1.5px 7px;
    font-size: 2.5714285714rem;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px 3px 2px 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
  }
  .wp_kengaku_background {
    background-color: #f5f5f5;
  }
}

@media screen and (min-width: 980px) {
  .wp_br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .wp_br {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .wp_br {
    display: none;
  }
}


/* _190308 */


/* 190308 */

.t_margin {
  margin-bottom: 12px;
}

.t_margin_last {
  margin-bottom: 15px;
}

.t_yellow {
  display: inline-block;
  background-color: yellow;
  padding: 7px;
  font-weight: bold;
  color: #202f7b;
  margin-left: 75px;
}

.link_to_voice {
  margin-bottom: 50px!important;
}

@media screen and (max-width: 980px) {
  .link_to_voice {
    width: 95%!important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .link_to_voice {
    width: 90%!important;
    margin-top: 15px!important;
    margin-bottom: 30px!important;
  }
  .t_yellow {
    margin-left: 0px;
    margin-top: 15px;
  }
}


/* //190308 */


/* //191007// */

.access-box {
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #202f7b;
}

@media screen and (max-width: 980px) {
  .access-box {

  }
}

@media screen and (max-width: 750px) {
  .access-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.txt-orange{
  color: #f79a2f;
}
.txt-bold{
  font-weight: bold;
}