@charset "UTF-8";
/* CSS Document */
/* 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 13px;
  background-color: #F5F3ED;
}

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: #000;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}

body.fixed {
  position: fixed;
}

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

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

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: 1340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F3ED url(../img/common/bg.png) repeat center/1342px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body:before {
    background-image: url(../img/common/bg@2x.png);
  }
}

body ::selection {
  background: rgba(81, 176, 202, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(81, 176, 202, 0.2);
  /* Firefox */
}

#bg-left {
  position: fixed;
  height: 100%;
  left: 0;
  width: calc(50% + 50px);
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 120px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* &:after{
      @include coverBG(true,100%,80px,0,false);
      bottom: 0;
      background: $f url(../img/bg/logo-bottom.svg) repeat-x left 16px center;
      @include aName(logo);
      @include aDuration(15s);
      @include aCount(infinite);
      @include aTiming(linear);
    } */
}

#bg-left:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 94px;
  bottom: 0;
  background: url(../img/bg/bg-bottom.png) repeat-x center/auto 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-left:before {
    background-image: url(../img/bg/bg-bottom@2x.png);
  }
}

#bg-left > * {
  position: relative;
  z-index: 2;
}

#bg-left .item-logo {
  margin-bottom: 17px;
}

#bg-left .item-nav h2 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  color: #28338D;
  margin-bottom: 14px;
}

#bg-left .item-nav h2:before, #bg-left .item-nav h2:after {
  content: "";
  width: 23px;
  height: 8px;
  background: no-repeat center/auto;
  background-image: url(../img/bg/icon-hd.svg);
  margin-right: 30px;
  margin-left: 30px;
}

#bg-left .item-nav ul li {
  position: relative;
}

#bg-left .item-nav ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 297px;
  height: 57px;
  background: no-repeat center;
  font-size: 0;
  transition: all 0.3s ease;
  position: relative;
}

#bg-left .item-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  width: 104px;
  height: 94px;
  transform: translate(-100%, -50%);
  background: url(../img/common/illust.gif) no-repeat center/contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#bg-left .item-nav ul li:nth-child(1) a {
  background-image: url(../img/bg/btn-nav_01.svg);
}

#bg-left .item-nav ul li:nth-child(1) a:hover {
  background-image: url(../img/bg/btn-nav_01_on.svg);
}

#bg-left .item-nav ul li:nth-child(1).current a {
  background-image: url(../img/bg/btn-nav_01_on.svg);
}

#bg-left .item-nav ul li:nth-child(2) a {
  background-image: url(../img/bg/btn-nav_02.svg);
}

#bg-left .item-nav ul li:nth-child(2) a:hover {
  background-image: url(../img/bg/btn-nav_02_on.svg);
}

#bg-left .item-nav ul li:nth-child(2).current a {
  background-image: url(../img/bg/btn-nav_02_on.svg);
}

#bg-left .item-nav ul li:nth-child(3) a {
  background-image: url(../img/bg/btn-nav_03.svg);
}

#bg-left .item-nav ul li:nth-child(3) a:hover {
  background-image: url(../img/bg/btn-nav_03_on.svg);
}

#bg-left .item-nav ul li:nth-child(3).current a {
  background-image: url(../img/bg/btn-nav_03_on.svg);
}

#bg-left .item-nav ul li:nth-child(4) a {
  background-image: url(../img/bg/btn-nav_04.svg);
}

#bg-left .item-nav ul li:nth-child(4) a:hover {
  background-image: url(../img/bg/btn-nav_04_on.svg);
}

#bg-left .item-nav ul li:nth-child(4).current a {
  background-image: url(../img/bg/btn-nav_04_on.svg);
}

#bg-left .item-nav ul li.current a:after {
  opacity: 1;
  visibility: visible;
}

#bg-left .item-nav ul li:not(:last-child) {
  margin-bottom: 13px;
}

#bg-right {
  position: fixed;
  right: 50%;
  margin-right: -700px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#bg-right:before, #bg-right:after {
  animation-name: kakukaku;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

#bg-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 200px;
  width: 61px;
  height: 83px;
  right: 48px;
  background: url(../img/bg/right/illust-01.png) no-repeat center/contain;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right:before {
    background-image: url(../img/bg/right/illust-01@2x.png);
  }
}

#bg-right:after {
  animation-delay: 0.3s;
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  width: 83px;
  height: 83px;
  bottom: 17px;
  background: url(../img/bg/right/illust-02.png) no-repeat center/contain;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right:after {
    background-image: url(../img/bg/right/illust-02@2x.png);
  }
}

#bg-right p {
  position: absolute;
  width: 161px;
  height: 161px;
  background: #FFF no-repeat center/contain;
  border-radius: 50%;
}

#bg-right p.img-01 {
  background-image: url(../img/bg/right/01.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-01 {
    background-image: url(../img/bg/right/01@2x.png);
  }
}

#bg-right p.img-02 {
  background-image: url(../img/bg/right/02.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-02 {
    background-image: url(../img/bg/right/02@2x.png);
  }
}

#bg-right p.img-03 {
  background-image: url(../img/bg/right/03.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-03 {
    background-image: url(../img/bg/right/03@2x.png);
  }
}

#bg-right p.img-04 {
  background-image: url(../img/bg/right/04.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-04 {
    background-image: url(../img/bg/right/04@2x.png);
  }
}

#bg-right p.img-05 {
  background-image: url(../img/bg/right/05.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-05 {
    background-image: url(../img/bg/right/05@2x.png);
  }
}

#bg-right p.img-06 {
  background-image: url(../img/bg/right/06.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-06 {
    background-image: url(../img/bg/right/06@2x.png);
  }
}

#bg-right p.img-07 {
  background-image: url(../img/bg/right/07.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-07 {
    background-image: url(../img/bg/right/07@2x.png);
  }
}

#bg-right p.img-08 {
  background-image: url(../img/bg/right/08.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-08 {
    background-image: url(../img/bg/right/08@2x.png);
  }
}

#bg-right p.img-09 {
  background-image: url(../img/bg/right/09.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-09 {
    background-image: url(../img/bg/right/09@2x.png);
  }
}

#bg-right p.img-10 {
  background-image: url(../img/bg/right/10.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-10 {
    background-image: url(../img/bg/right/10@2x.png);
  }
}

#bg-right p.img-11 {
  background-image: url(../img/bg/right/11.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-11 {
    background-image: url(../img/bg/right/11@2x.png);
  }
}

#bg-right p.img-12 {
  background-image: url(../img/bg/right/12.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-12 {
    background-image: url(../img/bg/right/12@2x.png);
  }
}

#bg-right p.img-13 {
  background-image: url(../img/bg/right/13.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-13 {
    background-image: url(../img/bg/right/13@2x.png);
  }
}

#bg-right p.img-14 {
  background-image: url(../img/bg/right/14.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-14 {
    background-image: url(../img/bg/right/14@2x.png);
  }
}

#bg-right p.img-15 {
  background-image: url(../img/bg/right/15.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-15 {
    background-image: url(../img/bg/right/15@2x.png);
  }
}

#bg-right p.img-16 {
  background-image: url(../img/bg/right/16.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-16 {
    background-image: url(../img/bg/right/16@2x.png);
  }
}

#bg-right p.img-17 {
  background-image: url(../img/bg/right/17.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-17 {
    background-image: url(../img/bg/right/17@2x.png);
  }
}

#bg-right p.img-18 {
  background-image: url(../img/bg/right/18.png);
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #bg-right p.img-18 {
    background-image: url(../img/bg/right/18@2x.png);
  }
}

#bg-right p:nth-of-type(1) {
  right: 0;
  top: 0;
}

#bg-right p:nth-of-type(2) {
  left: 1px;
  top: 152px;
}

#bg-right p:nth-of-type(3) {
  right: 0px;
  top: 50%;
  margin-top: -81px;
}

#bg-right p:nth-of-type(4) {
  left: 1px;
  bottom: 153px;
}

#bg-right p:nth-of-type(5) {
  right: 1px;
  bottom: 1px;
}

#bg-right p:nth-of-type(n + 6) {
  display: none;
}

#wrapper {
  min-height: 100vh;
  position: relative;
  background: #FFF;
  z-index: 3;
  margin-left: calc(50% + 50px);
}

@media screen and (min-width: 701px) {
  #wrapper {
    width: 375px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

@media screen and (min-width: 701px) and (max-width: 1340px) {
  #bg-left {
    left: 0;
    margin-left: 0;
    width: 55%;
  }
  #wrapper {
    left: 55%;
    margin-left: 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1340px) and (max-width: 840px) {
  #bg-left {
    width: 52%;
  }
  #wrapper {
    left: 52%;
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  #bg-left, #bg-right {
    display: none;
  }
  #wrapper {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

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

header .head-logo {
  padding-top: 18px;
  padding-left: 19px;
  padding-bottom: 15px;
}

header .head-sns {
  display: flex;
  position: absolute;
  top: 19px;
  right: 7px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}

header .head-sns a {
  border-radius: 50%;
  display: block;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.27);
}

header .head-sns a:not(:last-child) {
  margin-bottom: 4px;
}

header .head-ig {
  margin-left: auto;
  margin-top: 20px;
  margin-right: 7px;
}

header .head-ig a {
  border-radius: 50%;
  display: block;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.27);
}

header.next {
  position: relative;
  background: #FFF;
}

/* footer
------------------------------------------------------------*/
footer {
  padding-bottom: 116px;
}

footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: url(../img/common/bg-bottom.png) no-repeat left center/auto 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  footer:after {
    background-image: url(../img/common/bg-bottom@2x.png);
  }
}

footer .foot-bnr {
  text-align: center;
}

footer .foot-bnr:not(:last-child) {
  margin-bottom: 8px;
}

footer .foot-bnr a {
  display: -moz-inline-box;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

footer .foot-logo {
  font-size: 0;
  background: #FFF url(../img/common/img-logo@2x.gif) repeat-x left 16px center/auto 100%;
  animation-name: logoDiagnosis;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  height: 67px;
}

footer .foot-logo:not(:last-child) {
  margin-bottom: 39px;
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  position: relative;
  padding-bottom: 30px;
  background: #F5F3ED url(../img/common/bg.png) repeat center top/1342px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mainimg.top {
    background-image: url(../img/common/bg@2x.png);
  }
}

#mainimg.top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: url(../img/common/bg-bottom.png) no-repeat center/auto 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mainimg.top:after {
    background-image: url(../img/common/bg-bottom@2x.png);
  }
}

#mainimg.top .item-logo {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 15px;
}

#mainimg.top .item-slides {
  pointer-events: none;
}

#mainimg.top .item-slides .slick-slide {
  margin-right: 11px;
}

#mainimg.top .item-slides .slick-slide img {
  border-radius: 50%;
}

#mainimg.course {
  position: relative;
  background: #6FB8CC;
  padding: 20px 20px 0;
  border-radius: 0 0 100px 100px;
}

#mainimg.course:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.png) repeat 51% top/1330px auto;
  opacity: 0.2;
}

#mainimg.course:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 97px;
  bottom: -1px;
  background: url(../img/course/bg-kv.svg) no-repeat center/100% 100%;
}

#mainimg.course > * {
  position: relative;
  z-index: 2;
}

#mainimg.course .item-label {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.7692307692rem;
  font-weight: 600;
  display: block;
  color: #FFF;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.15em;
}

#mainimg.course .item-title {
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mainimg.course .item-title > span {
  border: 2px solid #28338D;
  background: #FFF;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 9px;
  font-size: 0.6923076923rem;
  font-weight: bold;
  padding: 0 12px;
  border-radius: 30px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #28338D;
}

#mainimg.course .item-title > span span {
  font-size: 20px;
  font-size: 1.5384615385rem;
  margin-left: 7px;
}

#mainimg.course .item-title h1 {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F8F893;
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.6923076923rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

#mainimg.course .item-title h1 span {
  background: url(../img/course/line-hd.svg) no-repeat center bottom;
  padding: 0 20px 10px;
}

#mainimg.course .item-title h1 span:not(:last-child) {
  margin-bottom: 10px;
}

#mainimg.course .item-title h1 span:nth-child(1) {
  font-size: 32px;
  font-size: 2.4615384615rem;
}

#mainimg.course .item-title h1 span[data-emergence=visible] {
  animation-name: labelInLeft;
  animation-duration: 0.6s;
}

#mainimg.course .item-title h2 {
  position: relative;
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  color: #51B0CA;
  background: #FFF;
  border-radius: 30px;
  padding: 8px 22px;
  line-height: 1.2;
}

#mainimg.course .item-title h2 span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(-100%, -50%);
}

#mainimg.course .item-title h2 span img {
  animation-name: kakukaku;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

#mainimg.course .item-img {
  text-align: center;
}

#mainimg.course .item-text {
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-bottom: 24px;
}

#mainimg.course .item-scroll a {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
  line-height: 1;
}

#mainimg.course .item-scroll a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  transform: rotate(90deg);
  transform-origin: center center;
  margin-top: 10px;
  margin-bottom: -10px;
}

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

main > section {
  position: relative;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1340px) {
  /* main
------------------------------------------------------------*/
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
}

/* 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: 700px) {
  .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: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background: #28338D;
  border: 1px solid #28338D;
  color: #FFF;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.1538461538rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

.btn.mdl {
  height: 43px;
  font-size: 14px;
  font-size: 1.0769230769rem;
}

.btn.sml {
  height: 35px;
  font-size: 14px;
  font-size: 1.0769230769rem;
}

.btn.lg {
  height: 70px;
  font-size: 18px;
  font-size: 1.3846153846rem;
}

.btn.aqua {
  background-color: #51B0CA;
  border-color: #51B0CA;
}

.btn.blue {
  background-color: #51B0CA;
  border-color: #51B0CA;
}

.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.back-top {
  margin-top: 40px;
  margin-bottom: 20px;
}

.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: 700px) {
  .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);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 9px;
  font-size: 0.6923076923rem;
  font-weight: bold;
}

.link:before {
  content: "";
  width: 68px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-right: 10px;
  transition: all 0.3s ease;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.link:hover:before {
  transform: translateX(5px);
}

.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: 700px) {
  .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 #51B0CA;
  color: #51B0CA;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

.cat:hover {
  text-decoration: none;
  background-color: #51B0CA;
  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: 700px) {
  .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 */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #ddd;
  background: #FFF;
  font-size: 14px;
  font-size: 1.0769230769rem;
  padding: 10px;
  font-family: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: top;
}

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

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #999;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.0769230769rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  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, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.3846153846rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #999;
}

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: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

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

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

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

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 #ddd;
  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: #000;
  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:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ddd transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0;
  background: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: normal;
  position: relative;
  font-family: "zen-kaku-gothic-antique", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

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

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

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

.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 #ddd;
  vertical-align: middle;
}

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

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

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #ddd;
  }
  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-lv03, .heading-lv02 {
  line-height: 1.4;
}

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

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

.heading-lv01 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: 600;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 12px;
}

.heading-lv01:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.heading-lv02 {
  font-size: 20px;
  font-size: 1.5384615385rem;
}

.heading-lv03 {
  font-size: 17px;
  font-size: 1.3076923077rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-red {
  color: #ff0000;
}

.text-blue {
  color: #51B0CA;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

br.tablet {
  display: none;
}

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

br.sp {
  display: none;
}

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

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

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

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

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

/* etc */
.post .margin-bottom:not(:last-child):not([class^="mb"]), .post table:not(:last-child):not([class^="mb"]), .post figure: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: #999;
}

.post blockquote {
  display: block;
  padding-left: 20px;
  border-left: 5px solid #51B0CA;
  clear: both;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.6666666667;
  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: 2.0769230769rem;
  font-weight: bold;
}

.post h2 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
}

.post h3 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
}

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

.post h4 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  color: #28338D;
}

.post h4:not(:first-child) {
  margin-top: 20px;
}

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

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

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

.post a {
  color: #51B0CA;
  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 figure figcaption {
  font-size: 10px;
  font-size: 0.7692307692rem;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.post figure + figure {
  margin-top: -20px;
}

.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 #ddd;
  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.9230769231rem;
}

.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: 700px) {
  .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);
  }
}

@keyframes labelInLeft {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes kakukaku {
  0% {
    transform: rotate(-3deg);
    transform-origin: center center;
  }
  29.9% {
    transform: rotate(-3deg);
    transform-origin: center center;
  }
  30% {
    transform: rotate(3deg);
    transform-origin: center center;
  }
  59.9% {
    transform: rotate(3deg);
    transform-origin: center center;
  }
  60% {
    transform: rotate(-3deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(-3deg);
    transform-origin: center center;
  }
}

@keyframes logo {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -850px center;
  }
}

@-webkit-keyframes logo {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -850px center;
  }
}

@keyframes logoDiagnosis {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -920px center;
  }
}

@-webkit-keyframes logoDiagnosis {
  0% {
    background-position: left center;
  }
  100% {
    background-position: left -920px center;
  }
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0) scaleY(5);
    transform: translate3d(0, 1000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  5% {
    transform: rotate(5deg);
    transform-origin: center center;
  }
  15% {
    transform: rotate(-5deg);
    transform-origin: center center;
  }
  20% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  5% {
    transform: rotate(5deg);
    transform-origin: center center;
  }
  15% {
    transform: rotate(-5deg);
    transform-origin: center center;
  }
  20% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
}

/* 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(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  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;
}
