@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 共通 */
body {
  font-family: 'Noto Sans JP', Meiryo, \30e1\30a4\30ea\30aa, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  min-width: auto;
  overflow-x: hidden;
}
img {
  vertical-align: bottom;
}
img[src$="icon-outside.png"] {
  width: auto;
}
img[src$="icn-_blank.svg"],
img[src$="icn-_blank-white.svg"] {
  width: 12px;
  height: 10px;
}
a:visited {
  text-decoration: none;
  color: #314da5;
}

/* ヘッダー */
h1 {
  font-family: Meiryo, \30e1\30a4\30ea\30aa, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

/* 構造 */
.str-main {
  color: #223;
  min-width: 320px;
}
.str-main *,
.str-main *::before,
.str-main *::after {
  box-sizing: border-box;
}
.str-content.-with-spacer {
  margin-bottom: 40px;
}
.str-contentInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}
.str-contentInner> *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .str-content.-with-spacer {
    margin-bottom: 20px;
  }
  .str-contentInner {
    max-width: none;
    padding: 30px 16px;
  }
  .str-contentInner.-sp-pd0 {
    padding: 0!important;
  }
}

/* キービジュアル */
.kv {
  position: relative;
}
.kv__img,
.kv__img img {
  width: 100%;
}
.kv__sns-area {
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
}
.sns-icons {
  display: flex;
  flex-wrap: wrap;
}
.sns-icon {
  max-width: 3.1258vw;
  min-width: 3.1258vw;
}
.sns-icon + .sns-icon {
  margin-left: 1.5625vw;
}
.sns-icon a:hover {
  opacity: .7;
}
.sns-icon img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kv__sns-area {
    top: 3.9964vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .sns-icon {
    max-width: 50px;
    min-width: auto;
    width: 7.993vw;
  }
  .sns-icon + .sns-icon {
    margin-left: 15px;
  }
}

/* 見出し */
.hdg-img-c {
  text-align: center;
}
.str-content .hdg-img-c {
  margin-bottom: 35px;
}
.str-content .hdg-img-c.-mb-l {
  margin-bottom: 60px;
}
.hdg-img-c img {
  max-width: 100%;
}
.str-content.sec-prize h2.hdg-img-c {
  margin-bottom: 16px;
}
.str-content.sec-prize h2.hdg-img-c + .mod-txt {
  margin-bottom: 32px;
}
.mod-hdg-cl2.cpn>:after {
  background: #bd3431;
  height: 3px;
}
.sec-prize h3 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .str-content .hdg-img-c {
    margin-bottom: 20px;
  }
  .str-content .hdg-img-c.-mb-l {
    margin-bottom: 30px;
  }
  .str-content.sec-prize h2.hdg-img-c {
    padding-top: 33px;
    margin-bottom: 30px;
  }
  .str-content.sec-prize h2.hdg-img-c + .mod-txt {
    margin-bottom: 0;
  }
  .sec-prize h3 {
    margin-top: 40px;
  }
}

/* 背景 */
.sec-prize {
  background: #f5edcc;
}
.sec-minico {
  background-color: #f2e6ea;
}
.sec-apply {
  background-color: #e4e3e3;
}

/* コース紹介 */
.layout-courses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-courses .course {
  width: calc(50% - 40px);
}
.course-cards > li + li {
  margin-top: 40px;
}
.course-card {
  display: flex;
  flex-direction: column;
}
.course-card__head img {
  width: 100%;
}
.course-card__body {
  background-color: rgba(0,0,0,.5);
  border-radius: 0 0 20px 20px;
  height: 100%;
  padding: 13px 24px 24px;
  text-align: center;
}
.course-card__name,
.course-card__txt,
.course-card__detail {
  color: #fff;
}
.course-card .course-card__name {
  font-size: 2.4rem;
  margin-bottom: 9px;
}
.type-course1 .course-card .course-card__name {
  font-feature-settings: "palt";
}
.course-card__txt {
  font-size: 1.8rem;
  margin: 0 0 24px;
  text-align: left;
}
.course-card__detail {
  font-size: 1.5rem;
  margin: 0;
  text-align: left;
}
.sec-prize-lead {
  font-size: 1.8rem;
}
.sec-about-prize > .mod-list {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .layout-courses .course {
    width: 100%;
  }
  .course {
    padding: 23px 23px 0;
  }
  .course-cards > li + li {
    margin-top: 20px;
  }
  .course-card__body {
    padding: 13px 24px 24px;
  }
  .course-card .course-card__name {
    font-size: 1.8rem;
  }
  .course-card__txt {
    font-size: 1.4rem;
  }
  .course-card__detail {
    font-size: 1.2rem;
    margin: 0;
  }
  .sec-prize-lead.mod-txt > p {
    font-size: 1.35rem;
  }
  .sec-about-prize {
    padding: 0 16px 25px;
  }
  .sec-about-prize .mod-list {
    font-size: 1.2rem;
  }
}

/* minico */
.sec-minico .mod-txt p {
  font-size: 1.8rem;
}
.sec-minico .mod-txt p > b.lede {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.17;
}
.sec-minico .mod-lyt-media {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-minico .content > .mod-txt {
    text-align: center;
  }
  .sec-minico .mod-txt p {
    font-size: 1.4rem;
  }
  .sec-minico .mod-txt.type-lede {
    margin-bottom: 15px;
  }
  .sec-minico .mod-txt p > b.lede {
    font-size: 2rem;
  }
  .sec-minico .mod-lyt-media {
    margin-bottom: 20px;
  }
}

/* 応募の流れ */
.mod-list-flow>.list>li>.inner>.media+.txt {
  text-align: left;
}
.mod-list-flow.cpn>.list>li>.inner>.hdg>.label {
  background-color: #bd3431;
  border-radius: 15px;
  padding: 3px 15px;
}
.mod-list-flow.cpn>.list>li>.inner>.media>span img {
  width: auto;
}
.mod-list-flow.cpn>.list>li>.inner>.txt.small {
  margin-top: 10px;
  font-size: 1.2rem;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  #anc-flow-cpn .mod-list-flow + .mod-txt > p {
    font-size: 1.2rem;
  }
  .mod-list-flow.cpn>.list>li>.inner>.hdg>.label {
    font-size: 1.5rem;
    padding: 1px 13px;
  }
}

/* ラベル */
.wrapper-label {
  margin-bottom: 8px;
}
.sq-label {
  background-color: #bd3431;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1px 10px 2px;
}
@media only screen and (max-width: 767px) {
  .sq-label {
    font-size: 1.8rem;
  }
}

/* 角丸ボックス */
.round-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px 50px;
}
.round-box > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .round-box {
    padding: 20px 20px 30px;
  }
}

/* 応募エリア（flow） */
#anc-flow-cpn .mod-hdg-cl2 {
  margin-top: 0;
}
#anc-flow-cpn .mod-list-flow > .list > li > .inner {
  background: #fff;
  border: none;
  border-radius: 20px;
}
#anc-flow-cpn .mod-list-flow[data-col-pc] > .list > li:not(:last-child) > .inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #bd3431;
  left: 97.7%;
}

@media only screen and (max-width: 767px) {
  #anc-flow-cpn .mod-list-flow[data-col-pc] > .list > li:not(:last-child) > .inner:after {
    left: 0;
    top: 96.5%;
    transform: rotate(90deg);
    border-width: 11px 0 11px 17px;
  }
  .mod-list-flow>.list>li>.inner>.media+.txt {
    font-size: 1.2rem;
  }
  .mod-list-flow.cpn>.list>li>.inner>.media+.txt+.txt.small {
    font-size: 1rem;
    text-align: left;
  }
}

/* 応募エリア（sns） */
#flow-sns {
  margin-top: 37px;
}
.mod-box-cp.cpn .mod-box-cp-ttl {
  background-color: #bd3431;
}
.mod-box-cp {
  margin: 20px auto 0;
}
.mod-box-cp + .mod-box-cp {
  margin-top: 40px;
}
.mod-box-cp-ttl {
  background-color: #021b79;
  padding: 10px 40px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mod-box-cp-contents {
  background-color: #fff;
  padding: 50px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mod-box-cp-hdg {
  color: #0E4D9A;
  line-height: 1.2;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.mod-box-cp-txt {
  margin-bottom: 25px;
}
.mod-box-cp-txt .lead {
 font-size: 1.8rem;
 font-weight: bold; 
}
.mod-txt.color-white {
  color: #fff;
}
.mod-btn.icon-blank a {
  color: #223;
}
.sns-method.mod-list-description >.list>*>dt {
  font-size: 1.5rem;
}
.sns-method.mod-list-description >.list>*>dd {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .mod-box-cp-ttl {
    font-size: 2rem;
  }
  .mod-box-cp-hdg {
    font-size: 2rem;
  }
  .mod-box-cp-txt .lead {
    font-size: 1.5rem;
   }
   .sns-method.mod-list-description >.list>*>dt {
    font-size: 1.35rem;
  }
  .mod-box-cp-contents {
    padding: 20px;
  }
}

/* 応募エリア（ボタン） */
.checkbox {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.checkbox + label {
  display: block;
  width: 680px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 14px 36px 15px;
  border: 2px solid #bd3431;
  border-radius: 8px;
  background: #fff;
  color: #bd3431;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.checkbox + label:hover {
  transition: opacity .2s ease-out;
  opacity: .7;
  text-decoration: none;
}
.mod-btn .btn.type-important > a.is-disabled {
  background-color: #F6F6F6;
  pointer-events: none;
  color: #8D8D96;
}

@media only screen and (max-width: 767px) {
  .checkbox + label {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* 応募エリア（チェックボックス） */
.custom-checkbox {
  position: relative;
  cursor: pointer;
  width: 680px;
  margin: 0 auto 20px;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 31%;
  top: 51%;
  width: 20px;
  height: 20px;
  border: 2px solid #bd3431;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
  position: absolute;
  left: 31%;
  top: 49%;
  width: 8px;
  height: 12px;
  border: solid #bd3431;
  border-width: 0 3px 3px 0;
  content: '';
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .custom-checkbox {
    width: 100%;
  }
  .custom-checkbox label {
    padding: 12px 24px 14px 35px;
  }
  .custom-checkbox label::before {
    left: 17.5vw;
    top: 49%;
    width: 15px;
    height: 15px;
  }
  .custom-checkbox input[type="checkbox"]:checked + label::after {
    left: 17.5vw;
    top: 47%;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
  }
}

@media only screen and (max-width: 360px) {
  .custom-checkbox label::before {
    left: 13.5vw;
  }
  .custom-checkbox input[type="checkbox"]:checked + label::after {
    left: 13.5vw;
  }
}

/* レイアウトモジュール拡張 */
.mod-lyt.-steps {
  margin-bottom: 60px;
}
.mod-lyt-media > .inner > .content,
.mod-lyt-media.of-noBreak > .inner > .content {
  padding: 0 0 0 32px;
}
.mod-lyt-media > .inner > .media,
.mod-lyt-media.of-noBreak > .inner > .media {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .mod-lyt.-steps {
    margin-bottom: 24px;
  }
  .mod-lyt-media > .inner > .content {
    padding: 0;
  }
  .mod-lyt-media.of-noBreak > .inner > .content {
    padding: 0 0 0 16px;
  }
  .mod-lyt-media.of-noBreak > .inner > .media {
    width: 34.952%;
  }
  .mod-lyt-media.of-noBreak > .inner > .content {
    width: calc(100% - 34.952%);
  }
}

/* 注釈モジュール拡張 */
@media only screen and (max-width: 767px) {
  .mod-list-notice.align-center {
    display: flex;
    justify-content: center;
  }
}

/* テキストモジュール拡張 */
.mod-txt p > b.lede {
  font-size: 2.4rem;
}
.mod-txt p > b.lede.-theme1 {
  color: #bd3431;
}
.mod-txt p > b.lede.-theme2 {
  color: #006699;
}
@media only screen and (max-width: 767px) {
  .mod-txt p {
    font-size: 1.4rem;
  }
  .mod-txt p > b.lede {
    font-size: 1.8rem;
  }
}

/* ボタンモジュール拡張 */
.mod-btn .btn.type-sns a {
  background: #fff;
  box-shadow: none;
  border-width: 2px;
  border-radius: 8px;
  padding: 16px 36px 22px;
  font-size: 1.75rem;
}
.mod-btn .btn.type-sns.type-x a {
  color: #000;
  border-color: #000;
}
.mod-btn .btn.type-sns.type-f a {
  color: #1877f2;
  border-color: #1877f2;
}
.mod-btn .btn.type-sns.type-i a {
  color: #7434dc;
  border-color: #7434dc;
}
.post-sns .mod-lyt>.inner>.col {
  padding-top: 20px;
}
.mod-btn .btn.type-important a {
  font-size: 2.2rem;
  padding: 18px 36px 24px;
  border-radius: 8px;
  background: #bd3431;
  color: #fff;
}
.mod-btn .btn.type-important.type-check a {
  color: #bd3431;
  border: 2px solid #bd3431;
  background: #fff;
}
.mod-btn.-theme1 a:not([target=_blank]):after {
  background-position: -72px -179px;
}
.mod-btn .btn.type-important a span > span {
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .mod-btn .btn.type-important a {
    width: 680px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-btn .btn.type-sns {
    width: 100%;
  }
  .mod-btn .btn.type-sns a {
    width: 100%;
    font-size: 1.4rem;
  }
  .post-sns .mod-lyt>.inner>.col + .col {
    padding-top: 10px;
  }
  .mod-btn .btn.type-important {
    width: 100%;
  }
  .mod-btn .btn.type-important a {
    font-size: 1.6rem;
    padding: 12px 24px 18px;
    border-radius: 7px;
    width: 100%;
  }
  .mod-btn .btn.type-important a span > span {
    font-size: 1.3rem;
  }
}

/* メディアモジュール拡張 */
@media only screen and (max-width: 767px) {
  .mod-media.-steps img {
    width: 225px;
  }
}

/* 応募要項 */
#anc-attention .mod-hdg-bl3 {
  background: none;
  border-left: 4px solid #bd3431;
}

@media only screen and (max-width: 767px) {
  #anc-attention .mod-hdg-cl2 + .mod-txt > p {
    font-size: 1.15rem;
  }
  #anc-attention .round-box {
    font-size: 1.2rem;
  }
  #anc-attention .mod-btn .btn.type-important a {
    font-size: 2.25rem;
    padding-top: 2px;
  }
  #anc-attention .mod-btn .btn.type-important a > span > span {
    font-size: 1.35rem;
  }
}

/* マージン調整用 */
.mb-s {
  margin-bottom: 13px;
}
.mb-m {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .mb-s {
    margin-bottom: 11px;
  }
  .mb-m {
    margin-bottom: 15px;
  }
}

/* CP終了 */
.box-warn{
  border: 2px solid #e00000;
  background-color: white;
}
.impt{
  font-weight: bold;
  color: #e00000!important;
}