@charset "UTF-8";

sup.sup01 {
  font-size: 30%;
  line-height: 1em;
  vertical-align: super;
}
sup.sup02 {
  font-size: 60%;
  line-height: 1em;
  vertical-align: super;
  top: -.1em;
}

.pattern01 {
  padding: 60px 0;
  font-size: 18px;
  line-height: 1.6em;
}
.pattern01 img {
  width: 100%;
  height: auto;
}
.pattern01 h3 {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 1.4em;
  text-align: center;
}
.pattern01 h4 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
}
.pattern01 dd {
  margin: 0;
}

.grayBg {
  background: #f5f5f5;
}
.note {
  font-size: 14px;
  line-height: 1.4em;
}


/* for PC */
@media print , screen and (min-width: 481px) {
  .forSP {
    display: none;
  }
  .pc-col2 {
    float: left;
    width: 50%;
  }
  .pc-col2:nth-of-type(2n+1) {
    padding-right: 15px;
  }
  .pc-col2:nth-of-type(2n+2) {
    padding-left: 15px;
  }

  .pattern01 h3 span {
    display: inline-block;
    position: relative;
    padding-left: 105px;
  }
  .pattern01 h3 span img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 90px;
  }
  .pattern01 h3 span small {
    font-size: 50%;
    line-height: 1.4em;
  }
}
/* for SP */
@media screen and (max-width: 480px) {
  .forPC {
    display: none;
  }
  .pc-col2:nth-of-type(2n+1) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .pc-col2:nth-of-type(2n+2) {
    padding-left: 0;
  }

  .pattern01 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .pattern01 h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4em;
  }
  .pattern01 h3 span {
    padding-left: 0;
  }
  .pattern01 h3 span small {
    font-size: 60%;
    line-height: 1.4em;
  }
  .pattern01 h3 span img {
    display: block;
    width: 60px;
    margin: 0 0 5px;
  }
  .pattern01 h4 {
    margin-bottom: 10px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .note {
    font-size: 12px;
    line-height: 1.4em;
  }
}

/* ,youtubeBox */
@media print , screen and (min-width: 481px) {
  .youtubeBox_pc {
    display: block;
    width: 700px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }

  .youtubeBox_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .youtubeBox_pc {
    display: none;
  }

  .youtubeBox_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 9px;
    border: 1px solid #999999;
  }
  .youtubeBox_sp .banner {
    margin-bottom: 13px;
    text-align: center;
  }
  .youtubeBox_sp h4 {
    margin-bottom: 13px;
    text-align: center;
    color: #e4007f;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
  }
  .youtubeBox_sp .youtube_sp {
    position:relative;
    width:100%;
    padding-top:56.25%;
  }
  .youtubeBox_sp .youtube_sp iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }
}


/*------------------------------
  #fv
------------------------------*/
#fv {
}
#fv h3 {
  padding: 20px 0;
  background: #fce5f2;
  color: #e4007f;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
}
#fv .p01 {
  padding: 10px 0 0;
  text-align: center;
  font-size: 11px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
  #fv {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
  }
  #fv .pc {
    position: relative;
    left: 50%;
  }
  #fv .pc .wrapper {
    position: relative;
    left: -700px;
  }
  #fv .pc .button {
    position: absolute;
  }
  #fv .pc .button01 {
    left: 322px;
    top: 430px;
  }
}
/* for SP */
@media screen and (max-width: 480px) {
  #fv h2 img {
    width: 100%;
    height: auto;
  }
  #fv .note {
    margin-left: 1em;
  }
}


/*------------------------------
  #mc01
------------------------------*/
#mc01 {
}
#mc01 h3.title {
  line-height: 1em;
}
#mc01 .p01 {
  margin-bottom: 20px;
}
#mc01 .p02 {
  margin-bottom: 10px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
}
/* for SP */
@media screen and (max-width: 480px) {
  #mc01 h3.title {
    line-height: 1.4em;
  }
}


/*------------------------------
  #mc02
------------------------------*/
#mc02 {
}
#mc02 .div01 {
  margin-bottom: 30px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
}
/* for SP */
@media screen and (max-width: 480px) {
}


/*------------------------------
  #mc04
------------------------------*/
#mc04 {
}
#mc04 .div01 {
  margin-bottom: 30px;
}
#mc04 .div01 .p01 {
  margin-bottom: 10px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
}
/* for SP */
@media screen and (max-width: 480px) {
}


/*------------------------------
  #mc05
------------------------------*/
#mc05 {
}
#mc05 .div01 {
  margin-bottom: 30px;
}
#mc05 .left .p01 {
  margin-bottom: 10px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
}
/* for SP */
@media screen and (max-width: 480px) {
}

/*------------------------------
  #mc06
------------------------------*/
#mc06 {
}
#mc06 .p01 {
  margin-bottom: 30px;
}
#mc06 .dl01 {
  margin: 0 0 20px;
  text-align: center;
}
#mc06 .dl01 dt {
  margin-bottom: 5px;
}
#mc06 .dl01 dt img {
  width: 110px;
}
/* for PC */
@media print , screen and (min-width: 481px) {
}
/* for SP */
@media screen and (max-width: 480px) {
  #mc06 .right {
    margin-bottom: 10px;
  }
}


/*------------------------------
  #mc07
------------------------------*/
#mc07 .pcClearfix {
  margin-bottom: 25px;
}
#mc07 dl {
  margin: 0 0 14px;
}
#mc07 dl dt {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px #000000 solid;
  font-size: 38px;
  line-height: 1em;
  font-weight: bold;
}
#mc07 dl dt span {
  position: absolute;
  bottom: 18px;
  left: 186px;
}
#mc07 dl dt span img {
  max-width: 40px;
}
#mc07 dl dt small {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
}
#mc07 .button {
  text-align: center;
}
#mc07 .button a {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  color: #ffffff;
  background: #2c2d2d;
}
#mc07 .button a:before {
  content: "";
  position: relative;
  top: -1px;
  margin: 0 7px 0 0;
  border-left: 5px #ffffff solid;
  border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
  font-size: 0;
  vertical-align: middle;
}
@media print , screen and (min-width: 481px) {
}
@media screen and (max-width: 480px) {
  #mc07 dl dt {
    font-size: 28px;
    line-height: 1em;
  }
  #mc07 dl dt span {
    bottom: 15px;
    left: 140px;
  }
  #mc07 dl dt span img {
    width: 39px;
    height: auto;
  }
  #mc07 dl dt small {
    font-size: 14px;
    line-height: 1em;
  }
}




@media screen {
  /* loading */
  #pageLoad {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
  }
  #pageLoad.loading {
    background-image: url(../img/pageloading.gif);
    background-position: center center;
    background-repeat: no-repeat;
  }
}