@charset "utf-8";

/**
 * style.css
 * author: Seiji Matsuoka (QON Inc.)
 *
 * reset (based on normalize.css)
 * utility
 * head
 * cta
 * intro
 * step
 * gaiyo
 * footer
 * PCビュースタイル (768px以上)
 *
 * 1rem = 10px
 */

/**
 * reset (based on normalize.css)
 */
html {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  color: #333;
  font-size: 1.6rem; /* 16px */
  line-height: 1.4;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1,h2,h3,p,ul,ol,dl,dt,dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  background: transparent;
  color: #0080c6;
  text-decoration: none;
}
a::visited,
a:active,
a:hover {
  outline: 0;
}
hr {
  border: none;
  border-bottom: 1px solid #e8e6e1;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
}

/**
 * utility
 */
.sp-valid {
  display: inline-block;
}
.pc-valid {
  display: none;
}
.cta_sp-valid {
  display: block;
}
.cta_pc-valid {
  display: none;
}

/**
 * head
 */
.head {
  background: #fff;
}
.head_logo {
  display: flex;
  justify-content: space-between;
  padding: 25px 10px;
}
.head_logo img {
  width: 100%;
  height: auto;
}
.head_logo_spv {
  width: 75%;
}
.head_logo_sponsor {
  width: 13%;
  text-align: right;
}

/**
 * keyvisual
 */
.keyvisual {
  text-align: center;
  overflow: hidden;
}
.keyvisual_img > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/**
 * cta-top
 */
.cta-top{
  margin: 15px 10px 20px;
  border: 4px solid #000;
}
.cta-top_img{
  text-align: center;
}
.cta-top_img img{
  width: 100%;
  vertical-align: bottom;
}
.cta-top_btn_wrapper{
  padding: 5px 10px 10px;
  background: #fff535;
}
.cta-top_btn {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #000;
  box-sizing: border-box;
}
.cta-top_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  background: url(../images/cta-top_btn_arrow.png) no-repeat;
  background-size: 13px 13px;
}
.cta-top_btn_illust {
  position: absolute;
  top: -13px;
  left: 7px;
  text-align: left;
}
.cta-top_btn_illust > img {
  width: 50%;
  height: auto;
}
.cta-top_btn > span {
  color: #fff;
  font-size: 13px;
  letter-spacing: -1px;
}
/**
 * cta
 */
.cta {
  padding: 30px 20px;
  background: #fff535;
}
.cta_btn {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #000;
}
.cta_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  background: url(../images/cta_btn_arrow.png) no-repeat;
  background-size: 13px 13px;
}
.cta_btn_copy > span::after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -13px;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  background: url(../images/cta_btn_copy_icon.png) no-repeat;
  background-size: 15px 15px;
}
.cta_btn_copy {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.cta_btn_copy > span {
  position: relative;
}
.cta_btn_copy > span::after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -13px;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  background: url(../images/cta_btn_copy_icon.png) no-repeat;
  background-size: 15px 15px;
}
.cta_btn_illust {
  position: absolute;
  top: -8px;
  left: 7px;
  text-align: left;
}
.cta_btn_illust > img {
  width: 50%;
  height: auto;
}
.cta_btn > span {
  color: #fff;
  font-size: 14px;
}
.cta_btn_notice {
  margin-top: 5px;
  font-size: 9px;
  text-align: center;
}
/**
 * intro
 */
.intro {
  text-align: center;
  background: url(../images/intro_bg.png);
}
.intro_img > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.intro > .cta {
  padding: 20px;
}
/**
 * step
 */
.step {
  text-align: center;
}
.step_img > img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * gaiyo
 */
.gaiyo {
  padding: 40px 10px 15px;
  background: url(../images/gaiyo_bg.png);
}
.gaiyo_title {
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
.gaiyo .gaiyo_list dl {
  background-color:#fcf8f1;
  max-width: 1000px;
  height: 360px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 30px;
  margin: 0 auto 40px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの横幅指定*/
.gaiyo .gaiyo_list dl::-webkit-scrollbar {
  width: 12px;
}
/*スクロールバーの背景色・角丸指定*/
.gaiyo .gaiyo_list dl::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.gaiyo .gaiyo_list dl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#999;
}
.gaiyo .gaiyo_list dd {
  margin-top: .5em;
  word-break: break-all;
  font-size: 1.2rem;
  color: #413836;
}
.gaiyo .gaiyo_list dd:not(:last-child) {
  margin-bottom: 20px;
}
.gaiyo .gaiyo_list > dl > dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
}
.gaiyo .gaiyo_list dl dd p {
  margin-top: 10px;
}
/**
 * footer
 */
.footer {
  text-align: center;
}
.footer_copyright {
  padding: 15px 0;
}
.footer_copyright > small {
  color: #999;
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.footer_notice {
  padding: 15px 0;
  border-top: 1px solid #e8e6e1;
  font-size: 10px;
}


/**
 * PCビュースタイル (1025px以上)
 */
@media only screen and (min-width: 1025px) {

  /**
   * utility
   */
  .sp-valid {
    display: none;
  }
  .pc-valid {
    display: inline-block;
  }
  .cta_sp-valid {
    display: none;
  }
  .cta_pc-valid {
    display: block;
  }

  /**
   * head
   */
  .head_logo {
    max-width: 1000px;
    margin: 0 auto;
  }
  .head_logo img {
    width: auto;
  }
  .head_logo_spv {
    width: auto;
  }
  .head_logo_sponsor {
    width: auto;
  }

  /**
   * top
   */
  .top{
     height: 760px;
     background: url(../images/top_bg.png) no-repeat center top;
   }
  /**
   * keyvisual
   */
  .keyvisual {
    width: 100%;
    overflow: hidden;
  }
  .keyvisual_img > img {
    width: auto;
    margin-left: 62px;
    padding-top: 8px;
  }

  /**
   * cta-top_pc
   */
  .cta-top_pc{
    position: relative;
    width: 1000px;
    margin: 20px auto 0;
  }
  .cta-top_pc .cta_btn{
    position: absolute;
    bottom: 34px;
    left: 232px;
  }

  /**
   * cta
   */
  .cta {
    padding: 75px 0;
  }
  .cta_btn {
   width: 500px;
   margin: 0 auto;
   padding: 20px 15px;
   border: 2px solid #000;
  }
  .cta_btn:hover {
    border: 2px solid #000;
    background: transparent;
  }
  .cta_btn:hover > span {
    color: #000;
  }
  .cta_btn::after {
    right: 30px;
    margin-top: -14px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
  .cta_btn > span {
   font-size: 20px;
  }
  .cta_btn_copy {
    font-size: 22px;
  }
  .cta_btn_copy > span {
    padding-left: 90px;
  }
  .cta_btn_copy > span::after {
    top: -13px;
    right: -23px;
    width: 30px;
    height: 30px;
    background: url(../images/cta_btn_copy_icon.png) no-repeat;
  }
  .cta_btn_illust {
    top: -45px;
    left: 19px;
  }
  .cta_btn_illust > img {
    width: auto;
  }
  .cta_btn_notice {
    margin-top: 10px;
    font-size: 16px;
  }

  /**
   * intro
   */
  .intro {
    padding: 50px 0 0;
  }
  .intro_img {
    margin-bottom: 50px;
  }
  .intro_img > img {
    width: auto;
  }
  .intro > .cta {
    padding: 75px 0;
    background: #fff535;
  }

  /**
   * step
   */
  .step {
    padding: 100px 0 56px;
  }
  .step_img > img {
    width: auto;
  }

  /**
   * gaiyo
   */
  .gaiyo {
    padding: 110px 0 80px;
    box-sizing: border-box;
  }
  .gaiyo_title {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .gaiyo .gaiyo_list dl {
    max-width: 1000px;
    height: 360px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
  .gaiyo .gaiyo_list > dl > dt {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 22px;
  }
  .gaiyo .gaiyo_list > dl > dd {
    font-size: 14px;
  }

  /**
   * footer
   */
  .footer{
    background: #000;
  }
  .footer_copyright {
    padding: 40px 0;
  }
  .footer_copyright > small{
    color: #ddd;
  }
  .footer_notice {
    padding: 10px 0;
    border-top: 1px solid #e8e6e1;
    font-size: 12px;
    color: #fff;
  }

}