@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/gxj6gql.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/gxj6gql.css");
:root {
  interpolate-size: allow-keywords;
}

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  background-color: #F2F4F5;
}

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

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0C2D64;
  line-height: 2;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  background-image: url("../img/top/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 750px) {
  body {
    background-image: none;
    position: relative;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url("../img/top/sp/bg.jpg");
    background-size: cover;
  }
}

body.fixed {
  position: fixed;
}

body a {
  color: #0077FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

body a[target="_blank"] {
  padding-right: 20px;
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}

/*
body a[target="_blank"]:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 12px;
  height: 12px;
  right: 5px;
  top: 4px;
  background: url(../img/common/blank@2x.png) no-repeat right center;
  background-size: 12px auto;
}
*/

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

body a img:hover {
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

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

body ::selection {
  background: rgba(0, 119, 255, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(0, 119, 255, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

header .head-menu, header .head-hidden {
  display: none;
}

header.top {
  padding: 32px 48px 0;
  margin-bottom: 28px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

header.top nav {
  padding: 8px 32px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}

header.top nav ul {
  display: flex;
  margin-right: 32px;
}

header.top nav ul li:not(:last-child) {
  margin-right: 12px;
}

header.top nav ul li a {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 900;
  color: #0C2D64;
}

header.top nav .entry {
  margin-right: -24px;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 900;
  background-color: #0077FF;
  border-radius: 20px;
  transition: all 0.3s ease;
}

header.top nav .entry:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
  header.top {
    padding-left: 28px;
    padding-right: 28px;
  }
  header.top .logo {
    width: 300px;
    margin-right: 30px;
  }
  header.top nav {
    padding: 8px 20px;
  }
  header.top nav ul {
    display: flex;
    margin-right: 27px;
  }
  header.top nav ul li:not(:last-child) {
    margin-right: 12px;
  }
  header.top nav ul li a {
    font-size: 11px;
    font-size: 0.7857142857rem;
    font-weight: 900;
  }
  header.top nav .entry {
    margin-right: -14px;
    display: flex;
    width: 80px;
    height: 40px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  header.top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  header.top {
    padding: 20px 20px 0;
  }
  header.top .logo {
    width: 254px;
    margin-right: 30px;
  }
}

header.next {
  padding: 48px 48px 0;
  margin-bottom: 28px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.next .item-btn {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  header.next {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  header.next {
    padding: 20px 20px 0;
  }
  header.next .item-logo {
    width: 230px;
  }
}

@media screen and (max-width: 1100px) {
  header.top nav {
    display: none;
  }
  header .logo {
    position: relative;
    z-index: 10;
  }
  header .head-menu {
    margin-left: auto;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #0077FF;
    border-radius: 50%;
  }
  header .head-menu span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -4px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -4px;
    transform: translateY(8px);
  }
  header .head-hidden {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 2;
    padding-bottom: 15px;
    pointer-events: none;
    background-color: rgba(12, 45, 100, 0.5);
    height: 100vh;
  }
  header .head-hidden nav {
    padding: 0;
    background-color: #fff;
    padding-top: 100px;
    display: block;
    width: calc(100% + 50px);
    border-radius: 0;
  }
  header .head-hidden nav ul {
    flex-wrap: wrap;
    margin-right: 0;
  }
  header .head-hidden nav ul li {
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  header .head-hidden nav ul li:not(:last-child) {
    margin-right: 0;
  }
  header .head-hidden nav ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px #0077FF;
    background: url(../img/common/nav_b.svg) no-repeat right center;
  }
  header .head-hidden nav p {
    padding: 20px 20px 30px;
    background-color: #fff;
  }
  header .head-hidden nav p .entry {
    width: 100%;
    box-sizing: border-box;
  }
  header.active .head-menu {
    z-index: 3;
  }
  header.active .head-menu .middle {
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    margin-top: -3px;
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    margin-top: 0;
    transform: rotate(45deg);
    transform-origin: center center;
  }
  header.active .head-hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header.next .head-menu {
    display: none;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  padding: 30px 48px;
  /*margin-bottom: 28px;*/
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px #D9E3E8;
}

footer .item-copyright {
  text-align: right;
  font-family: brandon-grotesque, sans-serif;
}

footer .item-copyright a[target="_blank"] {
  font-weight: bold;
}

footer .item-copyright .copyright {
  font-size: 12px;
  font-size: 0.8571428571rem;
  letter-spacing: 0;
  color: #162D52;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 32px 27px 32px;
    flex-wrap: wrap;
  }
  footer .logo {
    padding-bottom: 10px;
  }
  footer .item-copyright {
    width: 100%;
    text-align: center;
  }
  footer .item-copyright .copyright {
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  height: 100vh;
  position: relative;
}

#mainimg.top .bg {
  background: url(../img/top/mainimg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
}

#mainimg.top:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 1000px;
  height: calc(100% + 300px);
  background: url(../img/top/bg-shadow@2x.png) no-repeat right top;
  background-size: 92% 100%;
  right: 0;
  top: 0px;
}

#mainimg.top .catch {
  position: absolute;
  bottom: -30px;
  left: 20px;
}

#mainimg.top .scroll_down {
  position: absolute;
  right: 100px;
  bottom: 0;
}

#mainimg.top .scroll_down a {
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 64px;
  padding: 10px 0px 55px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

#mainimg.top .scroll_down a:before {
  display: none;
}

#mainimg.top .scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 2px;
  height: 64px;
  background: #0077FF;
}

#mainimg.top .scroll_down a:hover {
  opacity: .5;
}

#mainimg.top #type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
  #mainimg.top .catch {
    width: 960px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.top .catch {
    width: 850px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 990px) {
  #mainimg.top .catch {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.top {
    width: 100%;
  }
  #mainimg.top .bg {
    background-image: url(../img/top/sp/mainimg.png);
    background-size: 100% auto;
  }
  #mainimg.top:before {
    display: none;
  }
  #mainimg.top .catch {
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
  }
}

@media screen and (max-width: 750px) and (max-height: 400px) {
  #mainimg.top .bg {
    background-image: url(../img/top/mainimg.png);
    background-position: center top;
  }
  #mainimg.top .catch {
    bottom: 130px;
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.top .scroll_down {
    position: absolute;
    right: auto;
    bottom: 0;
    margin-right: auto;
    width: 100%;
  }
  #mainimg.top .scroll_down a {
    padding-bottom: 30px;
    right: auto;
    left: 50%;
    margin-left: -32px;
  }
  #mainimg.top .scroll_down a:before {
    display: none;
  }
  #mainimg.top .scroll_down a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    background: #0077FF;
  }
  #mainimg.top .scroll_down a:hover {
    opacity: .5;
  }
  #mainimg.top #type01 a:after {
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl01 {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
}

#mainimg.next {
  border-bottom: solid 1px #D9E3E8;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

#mainimg.next:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 100%;
  height: 1000px;
  background: url(../img/common/bg.png) no-repeat right center;
  background-size: 960px auto;
  right: 0;
  top: -340px;
}

@media screen and (max-width: 750px) {
  #mainimg.next:before {
    background-size: 400px auto;
    right: 0;
    top: -540px;
  }
}

#mainimg.next h1 {
  color: #FFF;
  font-size: 150px;
  font-size: 10.7142857143rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  padding-bottom: 60px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: black;
  font-weight: 900;
  z-index: 2;
  position: relative;
}

#mainimg.next h1 span {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  font-weight: 900;
  color: #091139;
  margin-top: -50px;
  margin-left: -10px;
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  #mainimg.next {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  #mainimg.next {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.next:before {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    width: 100%;
    height: 1000px;
    background: url(../img/common/bg-sp.png) no-repeat right center;
    background-size: 400px auto;
    right: 0px;
    top: -450px;
  }
  #mainimg.next h1 {
    z-inde: 3;
    font-size: 72px;
    font-size: 5.1428571429rem;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 0px;
    padding-bottom: 60px;
    font-weight: 900;
    position: relative;
    z-index: 3;
  }
  #mainimg.next h1 span {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: block;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    font-weight: 900;
    color: #091139;
    margin-top: -20px;
    margin-left: -5px;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

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

main .content .inseide {
  padding-left: 130px;
  padding-right: 130px;
}

/*tablet*/
@media screen and (min-width: 751px) and (max-width: 1100px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main
------------------------------------------------------------*/
  main .content {
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  main .content .inseide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

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

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

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

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

.pt {
  padding-top: 30px;
}

.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: 30px;
}

.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: 30px;
}

.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: 30px;
}

.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: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.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: 30px;
}

.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: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .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: 20px;
  }
  .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: 20px;
  }
  .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: 20px;
  }
  .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: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 1px solid #0077FF;
  color: #FFF;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
  background-color: #0077FF;
  color: #FFF;
  font-weight: bold;
}

.btn.arrow {
  background: url(../img/common/arrow@2x.png) no-repeat right 24px center;
  background-color: #0077FF;
  background-size: 48px auto;
}

@media screen and (max-width: 750px) {
  .btn.arrow {
    background-size: 32px auto;
    background-position: right 16px center;
  }
}

.btn.arrow-l {
  background: url(../img/common/arrow-l@2x.png) no-repeat left 24px center;
  background-color: #0077FF;
  background-size: 48px auto;
}

@media screen and (max-width: 750px) {
  .btn.arrow-l {
    background-size: 32px auto;
    background-position: 16px center;
  }
}

.btn.entry {
  height: 64px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0C2D64;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 40px;
  background: url(../img/top/entry/icon@2x.png) no-repeat right 18px center;
  background-color: #FFF;
  background-size: 32px auto;
}

.btn.entry:hover {
  background-color: #fff;
  color: #0C2D64;
  background-position: right 12px center;
}

.btn.entry.entry-arrow {
  background-image: url(../img/top/entry/arrow_r@2x.png);
}

.btn.entry:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .btn.entry {
    background-size: 32px auto;
    background-position: right 16px center;
  }
}

.btn.entry span {
  color: #0077FF;
}

.btn:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #0077FF;
}

.btn:hover.arrow {
  background-position: right 19px center;
}

.btn:hover.arrow-l {
  background-position: left 19px center;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.btn.navy {
  background-color: #091139;
  border-color: #091139;
}

.btn.sml {
  height: 52px;
  font-size: 14px;
  font-size: 1rem;
}

.btn.lg {
  height: 96px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  .btn.lg {
    font-size: 16px;
    font-size: 1.1428571429rem;
    height: 64px;
  }
}

.btn.radius {
  border-radius: 27px;
  padding-right: 35px;
  padding-left: 35px;
}

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

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  flex-wrap: wrap;
}

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

.btn-block > *.w5p {
  width: calc(5% - 10px * 2);
}

.btn-block > *.w10p {
  width: calc(10% - 10px * 2);
}

.btn-block > *.w15p {
  width: calc(15% - 10px * 2);
}

.btn-block > *.w20p {
  width: calc(20% - 10px * 2);
}

.btn-block > *.w25p {
  width: calc(25% - 10px * 2);
}

.btn-block > *.w30p {
  width: calc(30% - 10px * 2);
}

.btn-block > *.w35p {
  width: calc(35% - 10px * 2);
}

.btn-block > *.w40p {
  width: calc(40% - 10px * 2);
}

.btn-block > *.w45p {
  width: calc(45% - 10px * 2);
}

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

.btn-block > *.w55p {
  width: calc(55% - 10px * 2);
}

.btn-block > *.w60p {
  width: calc(60% - 10px * 2);
}

.btn-block > *.w65p {
  width: calc(65% - 10px * 2);
}

.btn-block > *.w70p {
  width: calc(70% - 10px * 2);
}

.btn-block > *.w75p {
  width: calc(75% - 10px * 2);
}

.btn-block > *.w80p {
  width: calc(80% - 10px * 2);
}

.btn-block > *.w85p {
  width: calc(85% - 10px * 2);
}

.btn-block > *.w90p {
  width: calc(90% - 10px * 2);
}

.btn-block > *.w95p {
  width: calc(95% - 10px * 2);
}

.btn-block > *.w100p {
  width: calc(100% - 10px * 2);
}

@media screen and (max-width: 750px) {
  .btn-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 5px * 2);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 5px * 2);
  }
  .btn-block > *.w10p {
    width: calc(10% - 5px * 2);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 5px * 2);
  }
  .btn-block > *.w15p {
    width: calc(15% - 5px * 2);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 5px * 2);
  }
  .btn-block > *.w20p {
    width: calc(20% - 5px * 2);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 5px * 2);
  }
  .btn-block > *.w25p {
    width: calc(25% - 5px * 2);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 5px * 2);
  }
  .btn-block > *.w30p {
    width: calc(30% - 5px * 2);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 5px * 2);
  }
  .btn-block > *.w35p {
    width: calc(35% - 5px * 2);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 5px * 2);
  }
  .btn-block > *.w40p {
    width: calc(40% - 5px * 2);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 5px * 2);
  }
  .btn-block > *.w45p {
    width: calc(45% - 5px * 2);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 5px * 2);
  }
  .btn-block > *.w50p {
    width: calc(50% - 5px * 2);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 5px * 2);
  }
  .btn-block > *.w55p {
    width: calc(55% - 5px * 2);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 5px * 2);
  }
  .btn-block > *.w60p {
    width: calc(60% - 5px * 2);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 5px * 2);
  }
  .btn-block > *.w65p {
    width: calc(65% - 5px * 2);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 5px * 2);
  }
  .btn-block > *.w70p {
    width: calc(70% - 5px * 2);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 5px * 2);
  }
  .btn-block > *.w75p {
    width: calc(75% - 5px * 2);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 5px * 2);
  }
  .btn-block > *.w80p {
    width: calc(80% - 5px * 2);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 5px * 2);
  }
  .btn-block > *.w85p {
    width: calc(85% - 5px * 2);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 5px * 2);
  }
  .btn-block > *.w90p {
    width: calc(90% - 5px * 2);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 5px * 2);
  }
  .btn-block > *.w95p {
    width: calc(95% - 5px * 2);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 5px * 2);
  }
  .btn-block > *.w100p {
    width: calc(100% - 5px * 2);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 5px * 2);
  }
}

@media screen and (max-width: 750px) {
  .btn {
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn.radius {
    padding-right: 18px;
    padding-left: 18px;
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* btn */
/* link */
.link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  flex-wrap: wrap;
}

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

.link-block > *.w5p {
  width: calc(5% - 10px * 2);
}

.link-block > *.w10p {
  width: calc(10% - 10px * 2);
}

.link-block > *.w15p {
  width: calc(15% - 10px * 2);
}

.link-block > *.w20p {
  width: calc(20% - 10px * 2);
}

.link-block > *.w25p {
  width: calc(25% - 10px * 2);
}

.link-block > *.w30p {
  width: calc(30% - 10px * 2);
}

.link-block > *.w35p {
  width: calc(35% - 10px * 2);
}

.link-block > *.w40p {
  width: calc(40% - 10px * 2);
}

.link-block > *.w45p {
  width: calc(45% - 10px * 2);
}

.link-block > *.w50p {
  width: calc(50% - 10px * 2);
}

.link-block > *.w55p {
  width: calc(55% - 10px * 2);
}

.link-block > *.w60p {
  width: calc(60% - 10px * 2);
}

.link-block > *.w65p {
  width: calc(65% - 10px * 2);
}

.link-block > *.w70p {
  width: calc(70% - 10px * 2);
}

.link-block > *.w75p {
  width: calc(75% - 10px * 2);
}

.link-block > *.w80p {
  width: calc(80% - 10px * 2);
}

.link-block > *.w85p {
  width: calc(85% - 10px * 2);
}

.link-block > *.w90p {
  width: calc(90% - 10px * 2);
}

.link-block > *.w95p {
  width: calc(95% - 10px * 2);
}

.link-block > *.w100p {
  width: calc(100% - 10px * 2);
}

@media screen and (max-width: 750px) {
  .link-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 5px * 2);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 5px * 2);
  }
  .link-block > *.w10p {
    width: calc(10% - 5px * 2);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 5px * 2);
  }
  .link-block > *.w15p {
    width: calc(15% - 5px * 2);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 5px * 2);
  }
  .link-block > *.w20p {
    width: calc(20% - 5px * 2);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 5px * 2);
  }
  .link-block > *.w25p {
    width: calc(25% - 5px * 2);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 5px * 2);
  }
  .link-block > *.w30p {
    width: calc(30% - 5px * 2);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 5px * 2);
  }
  .link-block > *.w35p {
    width: calc(35% - 5px * 2);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 5px * 2);
  }
  .link-block > *.w40p {
    width: calc(40% - 5px * 2);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 5px * 2);
  }
  .link-block > *.w45p {
    width: calc(45% - 5px * 2);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 5px * 2);
  }
  .link-block > *.w50p {
    width: calc(50% - 5px * 2);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 5px * 2);
  }
  .link-block > *.w55p {
    width: calc(55% - 5px * 2);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 5px * 2);
  }
  .link-block > *.w60p {
    width: calc(60% - 5px * 2);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 5px * 2);
  }
  .link-block > *.w65p {
    width: calc(65% - 5px * 2);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 5px * 2);
  }
  .link-block > *.w70p {
    width: calc(70% - 5px * 2);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 5px * 2);
  }
  .link-block > *.w75p {
    width: calc(75% - 5px * 2);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 5px * 2);
  }
  .link-block > *.w80p {
    width: calc(80% - 5px * 2);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 5px * 2);
  }
  .link-block > *.w85p {
    width: calc(85% - 5px * 2);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 5px * 2);
  }
  .link-block > *.w90p {
    width: calc(90% - 5px * 2);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 5px * 2);
  }
  .link-block > *.w95p {
    width: calc(95% - 5px * 2);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 5px * 2);
  }
  .link-block > *.w100p {
    width: calc(100% - 5px * 2);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 5px * 2);
  }
}

/* link */
/* cat */
.cat {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #0077FF;
  color: #0077FF;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.cat[href]:hover {
  text-decoration: none;
  background-color: #0077FF;
  color: #FFF;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}

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

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 5px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

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

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 750px) {
  .cat-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
.style-style, select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], textarea {
  border-radius: 0;
  border: 1px solid #D9E3E8;
  background-color: #F5F8FA;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #162D52;
}

.style-style:focus, select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

.style-style::placeholder, select::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, textarea::placeholder {
  color: #AEB6BA;
}

.style-input, select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  line-height: 64px;
  height: 64px;
  padding-left: 15px;
}

@media screen and (max-width: 750px) {
  .style-input, select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
    line-height: 48px;
    height: 48px;
  }
}

.style-font, select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], textarea {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #0C2D64;
}

textarea {
  position: relative;
  resize: vertical;
  padding: 10px;
  vertical-align: top;
  height: 260px;
}

textarea.h100 {
  height: 100px;
}

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

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

input[type="file"]::file-selector-button, input[type="file"]::-webkit-file-upload-button {
  font-weight: bold;
  color: #0077FF;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 4px;
  border: solid 2px #0077FF;
  padding: 8px 16px;
  text-align: center;
  width: 240px;
  height: 64px;
  box-sizing: border-box;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  input[type="file"]::file-selector-button, input[type="file"]::-webkit-file-upload-button {
    font-size: 14px;
    font-size: 1rem;
    width: 100%;
    max-width: 200px;
    height: 48px;
  }
}

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

input[type="checkbox"]:checked + .checkbox:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}

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

input[type="radio"]:checked + .radio:after {
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 65px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

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

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  display: -moz-inline-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border: 1px solid #D9E3E8;
  margin-top: 2px;
  background-color: #F5F8FA;
  border-radius: 4px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 20px;
  display: block;
  width: 8px;
  height: 16px;
  border-right: 2px solid #0077FF;
  border-bottom: 2px solid #0077FF;
  transform: rotate(60deg);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

@media screen and (max-width: 750px) {
  label.checkbox:before {
    width: 32px;
    height: 32px;
    left: 22px;
    top: -5px;
  }
  label.checkbox:after {
    left: 35px;
  }
}

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

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

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

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0C2D64;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 2px;
}

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

label.select select {
  padding-right: 50px;
  width: 100%;
}

label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0C2D64;
  border-bottom: 2px solid #0C2D64;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: center center;
  pointer-events: none;
  box-sizing: border-box;
}

select {
  cursor: pointer;
}

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;
}

.check-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin-right: 15px;
  margin-bottom: 5px;
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #D9E3E8;
  vertical-align: middle;
}

table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

table thead th {
  background-color: #D9E3E8;
  color: #FFF;
}

@media screen and (max-width: 750px) {
  table.sp-column {
    display: block;
    border: 1px solid #D9E3E8;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .heading:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 35px;
  }
}

.heading-lv01 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 90px;
  font-size: 6.4285714286rem;
  font-weight: 800;
  color: #0077FF;
  text-align: center;
  line-height: 1;
  margin-bottom: 65px;
}

.heading-lv01.mb {
  margin-bottom: 80px;
}

.heading-lv01.ta_l {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .heading-lv01.ta_l {
    text-align: center;
  }
}

.heading-lv01 span {
  display: block;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 800;
  margin-top: 7px;
}

.heading-lv01 span span {
  display: -moz-inline-box;
  display: inline-block;
  border-radius: 4px;
  background-color: #0077FF;
  padding: 7px 12px;
  color: #FFF;
}

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

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

@media screen and (max-width: 750px) {
  .heading-lv01 {
    font-size: 45px;
    font-size: 3.2142857143rem;
    margin-bottom: 45px;
  }
  .heading-lv01 span span {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

.heading-lv02 {
  font-size: 50px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-lv02 span {
    display: block;
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    color: #0077FF;
    padding-top: 5px;
    padding-left: 40px;
    text-align: left;
}

.heading-lv02.tac {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .heading-lv02 {
    font-size: 30px;
    font-size: 2.1428571429rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
  }
  .heading-lv02 span {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}

.heading-lv03 {
  font-size: 50px;
  font-size: 3.5714285714rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  padding-left: 170px;
  padding-right: 170px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 65px;
}

.heading-lv03:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 195px;
  height: 152px;
  left: 0;
  top: -30px;
  background: url(../img/top/support/pict_01@2x.png) no-repeat left center;
  background-size: 192px auto;
}

.heading-lv03 span {
  display: block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #0077FF;
  padding-top: 10px;
}

.heading-lv03.icon-02:before {
  left: auto;
  right: 0;
  background: url(../img/top/childcare/pict_02@2x.png) no-repeat left center;
  background-size: 192px auto;
}

@media screen and (max-width: 750px) {
  .heading-lv03 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    font-size: 2.1428571429rem;
    font-weight: 900;
    padding-top: 115px;
    margin-bottom: 35px;
  }
  .heading-lv03:before {
    width: 130px;
    height: 110px;
    background-size: 130px auto;
    left: 50%;
    margin-left: -65px;
    top: -10px;
  }
  .heading-lv03 span {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .heading-lv03.icon-02:before {
    left: auto;
    right: auto;
    left: 50%;
    margin-left: -65px;
    background-size: 130px auto;
  }
}

.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;
}

.text-red {
  color: #ff0000;
}

.text-blue {
  color: #0077FF;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* 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;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w810 {
  width: 810px;
}

.w820 {
  width: 820px;
}

.w830 {
  width: 830px;
}

.w840 {
  width: 840px;
}

.w850 {
  width: 850px;
}

.w860 {
  width: 860px;
}

.w870 {
  width: 870px;
}

.w880 {
  width: 880px;
}

.w890 {
  width: 890px;
}

.w900 {
  width: 900px;
}

.w910 {
  width: 910px;
}

.w920 {
  width: 920px;
}

.w930 {
  width: 930px;
}

.w940 {
  width: 940px;
}

.w950 {
  width: 950px;
}

.w960 {
  width: 960px;
}

.w970 {
  width: 970px;
}

.w980 {
  width: 980px;
}

.w990 {
  width: 990px;
}

.w1000 {
  width: 1000px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.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%;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

@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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .w500-sp {
    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;
  }
}

@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: 750px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

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

br.sp {
  display: none;
}

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

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

@media screen and (min-width: 751px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .hidden-pc {
    display: none;
  }
}

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

/* etc */
.post .margin-bottom:not(:last-child):not([class^="mb"]), .post table:not(:last-child):not([class^="mb"]), .post .wp-caption:not(:last-child):not([class^="mb"]), .post blockquote:not(:last-child):not([class^="mb"]), .post ol:not(:last-child):not([class^="mb"]), .post ul:not(:last-child):not([class^="mb"]) {
  margin-bottom: 30px;
}

.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 li {
  list-style-type: decimal;
}

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

.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: #AEB6BA;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #f2f2f2;
  clear: both;
}

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

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

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

.post h1 {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

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

.post a {
  color: #0077FF;
  text-decoration: underline;
}

.post a:hover {
  text-decoration: none;
}

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

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.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 {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #AEB6BA;
}

.post p:not(:last-child):not([class^="mb"]) {
  margin-bottom: 30px;
}

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

.post cite {
  border: 1px solid #D9E3E8;
  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: 30px 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;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

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

.eg-parent > *:not(.eg) {
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}

*[data-emergence=visible] {
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transition: 1s clip-path ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    animation-duration: 0.3s;
    transition-delay: 0.1s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* 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%);
  }
}

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 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;
}


/* header */

.header-box {
  max-width: 960px;
  margin:0 auto;
  overflow: hidden;
  font-size: 16px; /* size fixed */
}

.header-box a{
  color:#414141;
}

.header-box .table{
  display: table;
  width: 100%;
}

.header-box .table .td{
  display: table-cell;
  vertical-align: middle;
}

.header-box .table div.logo-box {
  padding:4px 0;
  vertical-align: top;
}
.header-box .menu-box {
  overflow: hidden;
  width:22em;
  padding-left: 1em;
}
.header-box .menu-box > .inner  {
  float:right;
}

.header-box .menu-box > .inner .home,
.header-box .menu-box > .inner .recruit{
  border-right: 4px solid #ffffff;
}
.header-box .menu-box > .inner .home,
.header-box .menu-box > .inner .recruit {
  color: #ffffff;
  background-color: #1752d8;
  padding: 4px 24px 4px 8px;
  position: relative;
  top:0;
  left:0;
  text-decoration: none;
}

.header-box .menu-box > .inner .home:hover,
.header-box .menu-box > .inner .recruit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header-box .menu-box > .inner .home:after,
.header-box .menu-box > .inner .recruit:after{
  content:" ";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top:50%;
  right:10px;
  margin-top:-4px;
  transition: all 0.2s ease 0s;
}

.header-box .menu-box .size{
  color: #000000;
  background-color: #e6e6e6;
  padding: 0 4px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 22px;
}

.header-box .menu-box .size .ico,
.header-box .menu-box .size .ico-b{
  margin-left: 4px;
}

.header-box .menu-box .size .now_size{
  background-color: #ffffff;
}

.header-box .link{
  padding:8px 0;
  list-style: none;
  overflow: hidden;
}

.header-box .link li{
  float:left;
}

.header-box .link li + li{
  border-left:1px solid #1752d8;
}

.header-box .link li a{
  padding-right: 24px;
  position: relative;
}

.header-box .link li + li a{
  padding-left: 10px;
}

.header-box .link li a:after{
  content:" ";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #414141;
  border-right: 2px solid #414141;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top:50%;
  right:14px;
  margin-top:-4px;
  transition: all 0.2s ease 0s;
}

.catch-ttl-box .mw960px{
  max-width: 960px;
  margin:0 auto;
}

.catch-ttl-box .pd2per{
  padding:0 2%;
}

@media screen and (max-width: 767px) {
  div.header-box > .table,
  div.header-box > .table > .td{
    display: block;
  }
  
  div.header-box .logo-box{
    width:60%;
  }
  
  div.header-box > .table > div.menu-box{
    display: none;
  }
}


/* breadcrumb ぱんくず */
.breadcrumb {
  display: block;
  overflow: hidden;
  font-size: 12px;
  padding: 0 2%;
}

.breadcrumb ul {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  max-width: 960px;
  margin: 0 auto;
}
.breadcrumb ul li {
  list-style: none;
  float: left;
  display: block;
  padding: 4px 0 4px 0.5em;
}
.breadcrumb ul li span {
  vertical-align: auto;
}
.breadcrumb ul li a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) { /* sp */
  .breadcrumb {
    display: none;
  }
}

/* footer nav */
.footer-box{
  
}
.footer-box .fnav-box {
  background-color:#fafafa;
  padding:32px 4%;
}
.footer-box .fnav-box .table{
  width: 100%;
}

.footer-box .fnav-box .table .td{
  border-left:1px solid #b3b4b4;
  padding:0 2%;
}

.footer-box .fnav-box .category{
  margin-bottom: 1em;
}

.footer-box .fnav-box .sub1{
  font-size: 87.50%; /* 14px */
}

.footer-box .fnav-box .sub2{
  font-size: 12px;
}

.footer-box .fnav-box .sub2 li{
  margin-left: 1.6em;
}

.footer-box .fnav-box .sub2 li.sub3{
  margin-left: 3.1em;
}

.footer-box .fnav-box .toiawase{
  margin-bottom: 1.6em;
}

.footer-box .fnav-box a{
  color:#5a5a5a;
}

@media screen and (min-width: 960px) { /* PC */
  div.footer-box .fnav-box .sub2{
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) { /* sp */
  div.footer-box .fnav-box .category {
    margin-bottom: 0;
  }
  
  div.footer-box .fnav-box .sub1,
  div.footer-box .fnav-box .sub2{
    display: none;
  }
  div.footer-box .fnav-box p.toiawase{
    display: block;
    margin: auto;
  }
  div.footer-box .fnav-box p.privacy{
    display: block;
    margin: auto;
    border-bottom:1px solid #b3b4b4;
  }
  div.footer-box .fnav-box p.security{
    display: block;
    margin: auto;
    border-bottom:1px solid #b3b4b4;
  }
  
  div.footer-box .fnav-box .table{
    display: block;
  }
  
  div.footer-box .fnav-box .table .td{
    display: block;
    border-left:none;
    border-bottom:1px solid #b3b4b4;
  }
  
  div.footer-box .fnav-box a{
    display: block;
    padding: 8px 0;
    text-decoration: none;
  }
}

/* footer copy */
.footer-box .copy-box{
  background-color: #1752d8;
  color:#ffffff;
  text-align: center;
  padding:16px 2%;
}
.footer-box .mw960px{
  max-width: 960px;
  margin:0 auto;
}

.footer-box .pd2per{
  padding:0 2%;
}

.footer-box .table {
  display: table;
}

.footer-box .table .td{
  display: table-cell;
}

.wrapper {
  display: flex;
  justify-content: center; /* 中央に配置 */
}

.text-box {
  width: 80%;            /* 任意の幅 */
  text-align: left;        /* テキストは左寄せ */
  font-size: 14pt;
}



.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.labelww {
  flex: 2;              /* 説明部分を広げる（比率を大きく） */
  text-align: left;
}

.radios {
  flex: 1;              /* ラジオボタン側は少し狭く */
  display: flex;
  gap: 20px;
}
.hidden {
  display: none;
}

/* ing form ==== */
.ingform .indent-ico{
  margin-left: 0.5em;
  text-indent: -0.5em;
}
.ingform .indent-ico:before{
  content:"●";
  color:#1752d8;
}

.ingform .ml05em{
  margin-left: 0.5em;
}

.ingform .yes-no-box{
  text-align: center;
  max-width: 360px;
  margin:0 auto 40px;
  overflow: hidden;
}

.ingform .yes-no-box .detail-btn-box{
  float:left;
  width:48%;
}

.ingform .yes-no-box div.detail-btn-box + div{
  float:right;
}

.ingform .yes-no-box .detail-btn-box .detail-btn{
  background-color: #1752d8; 
  font-size:100.00%; 
  max-width: 120px;
  color:#ffffff; 
  border: solid #ffffff; 
  cursor: pointer;
}

.ingform .mail-send-box{
  text-align: center;
  max-width: 800px;
  margin:0 auto 40px;
  overflow: hidden;
}

.ingform .mail-send-box .detail-btn-box{
  float:left;
  width:48%;
}

.ingform .mail-send-box div.detail-btn-box + div{
  float:right;
}

.ingform .mail-send-box .detail-btn-box .detail-btn{
  background-color: #1752d8; 
  font-size:100.00%; 
  max-width: 300px;
  color:#ffffff; 
  border: solid #ffffff; 
  cursor: pointer;
}

.ingform .confirm-submit-box .detail-btn-box{
  float:left;
  width:48%;
}

.ingform .confirm-submit-box div.detail-btn-box + div{
  float:right;
}

@media screen and (max-width: 414px) { /* small sp */
  div.ingform .confirm-submit-box .detail-btn-box{
    width:auto;
    float:none;
    display: block;
    margin-bottom: 1em;
  }
  div.ingform .confirm-submit-box div.detail-btn-box + div{
    float:none;
    display: block;
  }
}

.sec .detail-btn-box{
}

.sec .detail-btn-box a{
  display: block;
  color:#ffffff;
  max-width: 280px;
  margin:0 auto;
  text-align: center;
  border-radius: 8px;
  padding:8px;
  font-size: 125.00%; /* 20px */
  font-weight: bold;
  cursor: pointer;

  background: rgb(0,110,212); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,110,212,1) 0%, rgba(23,82,216,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,110,212,1) 0%,rgba(23,82,216,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,110,212,1) 0%,rgba(23,82,216,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ed4', endColorstr='#1752d8',GradientType=0 ); /* IE6-9 */

}

.sec .detail-btn-box a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.mb24px {
  margin-bottom: 24px;
}

.ingform .border-top{
  border-top:2px dotted #414141;
  padding-top: 24px;
}

.ingform .must{
  color:#e60000;
}

.ingform .form-box {
  max-width: 700px;
  margin: 0 auto 40px;
}

.ingform .form-box .table {
  width:100%;
  margin-bottom: 8px;
}
.ingform .form-box .table .th{
  display: table-cell;
  width:10em;
  vertical-align: top;
}

.ingform .form-box .table input,
.ingform .form-box .table textarea{
  font-size: 1em;
  padding: 4px;
  width:100%;
  border:1px solid #1752d8;
}


@media screen and (max-width: 767px) { /* sp */
  div.ingform .form-box .table{
    display: block;
  }
  div.ingform .form-box .table .th{
    display: block;
  }
  
  div.ingform .form-box .table .td{
    display: block;
  }
}

/* ingform confirm- */
.ingform .confirm-box{
  border-top:2px dotted #414141;
  border-bottom:2px dotted #414141;
  padding: 24px 0;
  margin-bottom: 40px;
}

.ingform .confirm-box .item-content{
  margin-left: 2em;
}

.ingform .confirm-submit-box{
  text-align: center;
  max-width: 640px;
  margin:0 auto 40px;
  overflow: hidden;
}

.pd2per{
  padding:0 2%;
}

.mw820px{
  max-width: 820px;
  margin:0 auto;
}

.sec{
  margin-bottom: 10%;
}

.sec .h2-box{
  margin-bottom: 24px;
}
.sec .h2-box h2{
  font-size: 200.00%;
  text-align: center;
  color: #1752d8;
}

.sec .h3-box{
  margin-bottom: 24px;
}
.sec .h3-box h3{
  font-size: 150.00%; /* 24px */
  text-align: center;
  color: #1752d8;
}