@charset "UTF-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * SCSS Information
 * ===============================================================
 *
 * File name: _module.scss
 * Summary:   モジュール用スタイル
 * Author:    CrEa Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    modules
 *
 * ===============================================================
*/
/** =1
 * ========================================
 * modules
 * ========================================
 */
/*
* icon
* ----------------------------------
*/
[class*=icon-] {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
[class*=icon-] svg {
  stroke-width: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  vertical-align: top;
}
[class*=icon-] svg .line {
  stroke: #000;
}
[class*=icon-] svg .surface {
  fill: #000;
}
[class*=icon-].colorBright svg .line {
  stroke: #fff;
}
[class*=icon-].colorBright svg .surface {
  fill: #fff;
}
[class*=icon-].colorMain svg .line {
  stroke: #0a68ce;
}
[class*=icon-].colorMain svg .surface {
  fill: #0a68ce;
}
[class*=icon-].colorMainLight svg .line {
  stroke: #00a0e9;
}
[class*=icon-].colorMainLight svg .surface {
  fill: #00a0e9;
}
[class*=icon-].colorMainDark svg .line {
  stroke: #004077;
}
[class*=icon-].colorMainDark svg .surface {
  fill: #004077;
}
[class*=icon-].colorAccent svg .line {
  stroke: #e74291;
}
[class*=icon-].colorAccent svg .surface {
  fill: #e74291;
}
[class*=icon-].colorAttention svg .line {
  stroke: #E22020;
}
[class*=icon-].colorAttention svg .surface {
  fill: #e74291;
}
[class*=icon-].small {
  width: 16px;
  height: 16px;
}
[class*=icon-].large {
  width: 24px;
  height: 24px;
}
[class*=icon-].largeX {
  width: 32px;
  height: 32px;
}

.icon-arrow {
  width: 7.5px;
  height: 12px;
}
.icon-arrow.large {
  width: 10px;
  height: 16px;
}
.icon-arrow.arrowLeft {
  transform: rotateY(-180deg);
}
.icon-arrow.arrowUp {
  transform: rotate(-90deg);
}
.icon-arrow.arrowDown {
  transform: rotate(90deg);
}
.icon-arrow.arrowExternal {
  transform: rotate(-45deg);
}

/*
* title
* ----------------------------------
*/
.titlePageLower {
  padding-block: 1em 0.8333333333em;
  color: #0a68ce;
  font-weight: 300;
  font-size: clamp(2.4rem, 4.1666666667vw, 3.2rem);
  line-height: 1.4;
  text-align: center;
}
.titlePageLower span {
  font-weight: inherit;
}

.titleSection {
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(3.2rem, 5.2083333333vw, 4rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.titleContent {
  margin-bottom: 20px;
  color: #391906;
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
}

.titleContentSub {
  margin-bottom: 10px;
  color: #ab5a23;
  font-weight: bold;
  font-size: 1.6rem;
}

/**
 * ========================================
 * 共通タイトル
 * ========================================
 */
 .sectionTitle {
  position: relative;
  margin-bottom: 1em;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  transition: all .3s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.sectionTitle::after{
  content: "";
  display: block;
  margin-top: 0.5em;
  width: 100%;
  height: 6px;
  background-image: url(../../../src/ioki/image/common/ptn_dot_title.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.no-js .sectionTitle,
.sectionTitle.isAnimate{
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1024px){
  .sectionTitle{
    font-size: 32px;
  }
}

@media screen and (max-width: 768px){
  .sectionTitle{
    font-size: 28px;
    line-height:1.3;
  }
  .sectionTitle::after{
    height: 4px;
  }
}

.formSectionTitle {
  border-radius: 4px;
  padding-block: 11px;
  padding-inline: 12px;
  background:#0095ca;
  margin-block-end: 22px;
  color: #fff;
}

/*
* caption
* ----------------------------------
*/
.caption {
  position: absolute;
  bottom: 0.6em;
  left: 0.8em;
  font-size: 1rem;
  line-height: 1.4;
}
.captionWrap {
  position: relative;
}
.caption.posStatic {
  position: static;
  margin-top: 0.4em;
}

/*
* iframe
* ----------------------------------
*/
.iframeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
* form
* ----------------------------------
*/
.formWrapper {
  max-width: 960px;
  margin-inline: auto;
}
.labelRequired {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-left: 0.6666666667em;
  padding: 0.2em 0.4em;
  background-color: #E22020;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}

.inputOther {
  display: block;
  margin-top: 0.375em;
  margin-left: 1.875em;
}

.formGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em 1em;
}
.formGroup.layoutVertical {
  flex-direction: column;
}
.formGroupItem.w50per {
  width: calc(50% - 0.5em);
}
.formGroupItem.w100per {
  width: 100%;
}
.formGroupItem .btn {
  height: 100%;
}

.radioGroupWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em 1em;
}

.boxFormVertical {
  /* max-width: 640px; */
  margin-inline: auto;
  font-size: 1.6rem;
  margin-block-end: 100px;
}
@media screen and (max-width: 768px){
  .boxFormVertical {
    margin-block-end: 50px;
  }
}
.boxFormVerticalBlock{
  background: rgba(0, 149, 202, 0.05);
  border-radius: 5px;
  padding-block: 26px;
  padding-inline: 21px;
  margin-block-end: 10px;
}
.boxFormVerticalBlock:last-child{
  margin-block-end: 0;
}
.boxFormVerticalBlockTitle{
  border-bottom: solid 1px #0095CA;
  padding-block-end: 15px;
}
.boxFormVertical.widthNarrow {
  max-width: 480px;
}
.boxFormVerticalLine:not(:first-child) {
  margin-top: 24px;
}
.boxFormVertical.is-confirm .boxFormVerticalLine {
  padding-bottom: 0.875em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.boxFormVertical.is-confirm .boxFormVerticalLine:not(:first-child) {
  margin-top: 1em;
}
.boxFormVerticalLabel {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: clamp(1.2rem, 1.8229166667vw, 1.4rem);
}
.boxFormVerticalLabel > * {
  font-weight: inherit;
}
.boxFormVertical.is-confirm .boxFormVerticalLabel {
  color: #000;
  font-size: 16px;
}
.boxFormVerticalItem {
  font-size: 1.6rem;
}
.boxFormVerticalItem input,
.boxFormVerticalItem textarea,
.boxFormVerticalItem select{
  /* border: 1px solid #000; */
  border: 1px solid #C7DDE4;
  box-shadow: 0 0 5px 1px rgba(199, 221, 228, 0.50);
  border-radius: 5px;
  /* color: rgba(0,0,0,0.2); */
}
::placeholder{
  color: #ACB8BC;
}
.boxFormVerticalError {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  gap: 0.3333333333em;
  color: #E22020;
  font-weight: bold;
  font-size: 1.2rem;
}
.boxFormVerticalError [class*=icon-] {
  flex-shrink: 0;
}
.boxFormVerticalHeader, .boxFormVerticalFooter {
  margin-inline: auto;
}
.boxFormVerticalHeader.widthNarrow, .boxFormVerticalFooter.widthNarrow {
  max-width: 480px;
}
.boxFormVerticalHeader {
  margin-bottom: 30px;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  text-align: center;
}
.boxFormVerticalFooter {
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .boxFormVerticalFooter {
    margin-top: 25px;
  }
}

/* btnGroup */
.btnGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btnGroup.reverse {
  flex-direction: row-reverse;
}
.btnGroup.reverseRow {
  flex-direction: row-reverse;
}
.boxFormVerticalFooter .btnGroup .btn {
  width: 275px;
}
.boxFormVerticalFooter .btnGroup .btn.hasIcon {
  position: relative;
}
.boxFormVerticalFooter .btnGroup .btn.hasIcon [class*=icon-] {
  position: absolute;
  top: 50%;
  right: 0.9375em;
  transform: translateY(-50%);
}
.boxFormVerticalFooter .btnGroup .btn.hasIcon [class*=icon-].arrowLeft {
  right: auto;
  left: 0.9375em;
  transform: translateY(-50%) rotateY(-180deg);
}

/* message */
.boxMessageSend {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 640px;
  margin-inline: auto;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
  text-align: center;
}

.boxMessageComplete {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  min-height: 90px;
  margin-inline: auto;
  padding: clamp(20px, 4.6875vw, 30px);
  background-color: #D0DBF2;
}
.boxMessageCompleteText {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto;
  color: #365394;
  font-weight: bold;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
}

.boxMessageError {
  max-width: 640px;
  margin-inline: auto;
  padding: clamp(20px, 4.6875vw, 30px);
  background-color: #FFEBEB;
  color: #E22020;
}
.boxMessageError .listError {
  display: grid;
  gap: 0.4285714286em;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
}
.boxMessageError .listErrorItem {
  display: flex;
  gap: 0.5em;
  color: #E22020;
  font-weight: bold;
}
.boxMessageError .listErrorItem [class*=icon-] {
  position: relative;
  top: 0.2142857143em;
  flex-shrink: 0;
  width: 1.1428571429em;
  height: 1.1428571429em;
}
.boxMessageError .listErrorItem .text {
  font-weight: inherit;
}

.boxMessageClose {
  max-width: 640px;
  margin-inline: auto;
  padding: clamp(20px, 4.6875vw, 30px);
  background-color: #fffcdb;
  font-size: clamp(1.4rem, 2.0833333333vw, 1.6rem);
}

/*
* footer buttons
* ----------------------------------
*/
.boxFooterButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: clamp(60px, 10.4166666667vw, 80px) 0;
  gap: 1em;
}

/*
* pagetop
* ----------------------------------
*/
.pagetop {
  z-index: 10;
  position: fixed;
  right: clamp(8px, 2.6666666667vw, 16px);
  bottom: clamp(8px, 2.6666666667vw, 16px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.pagetop[id=js-pagetop].is-appear {
  opacity: 1;
  pointer-events: auto;
}

/*
* dialog
* ----------------------------------
*/
dialog {
  display: block;
  z-index: 999;
  position: fixed;
  margin: auto;
  inset: 0;
  padding: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
dialog[open] {
  opacity: 1;
  pointer-events: auto;
}

body:has(dialog:modal) {
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

/** =2
 * ========================================
 * modules for javascript
 * ========================================
 */

@media screen and (max-width: 1499px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  html {
    margin: 0;
  }
  .formGroupItem.w100perSp {
    width: 100%;
  }
  .btnGroup.verticalSp, .btnGroup.verticalSp.reverseRow {
    flex-direction: column;
  }
  .btnGroup.verticalSp.reverse {
    flex-direction: column-reverse;
  }
  .pagetop .btn [class*=icon-] {
    width: 12.5px;
    height: 20px;
  }
  .boxFormVertical.is-confirm .boxFormVerticalLabel {
    font-size: 14px;
  }
  .boxFormVerticalItem{
    font-size: 14px;
  }
  .boxMessageSend{
    text-align: left;
  }
  .boxFormVerticalHeader{
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 319px) {
  html {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .pagetop .btn [class*=icon-] {
    width: 15px;
    height: 24px;
  }
}

.c-btn{
  display: inline-block;
  color: #fff;
  font-size: 16px !important;
  font-weight: bold;
  background-color: #014076;
  margin-inline: auto !important;
  padding: 20px 35px !important;
  border-radius: 50px;
  text-align: center;
  position: relative;
  line-height: 1;
  border: none;
  white-space: nowrap;
  min-width: 350px;
  transition: .3s;
}
.c-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
}
.c-btn:hover{
  opacity: 0.7;
}
.c-btn-black{
  background-color: #000;
}
.c-backBtn{
  color: #000;
  border: 2px solid #000;
  background-color: #fff;
}
.c-backBtn::after{
  border-left: 12px solid #000;
  left: 20px;
  transform: translate(0,-50%) scale(-1, 1);
}
.afterNone::after{
  display: none;
}
.c-accent {
  color: #365394;
  border: 2px solid #365394;
}
.c-accent::after {
  border-left: 16px solid #365394;
}
.download-btn::after{
  background-image: url(../../../src/ioki/image/mypage/download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  border: none;
}
.IokiBtnFinish{
  background-color: #ccc !important;
  pointer-events: none;
}
.IokiBtnFinish .text{
  font-size: 16px;
  font-weight: bold;
}
.sectionPrizeDetailAchievementButton{
  margin-top: 20px;
}
.finishText{
  color: #365394;
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
}
.finishBox{
  color: #365394;
  background-color: rgba(0,145,158,0.1);
  padding: 20px;
}
.boxMessageClose{
  color: #365394;
  background-color: rgba(0,145,158,0.1);
  padding: 20px;
  text-align: center;
}
.boxMessageClose .boxMessageCloseText{
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .sectionStamp{
    font-size: 12px;
  }
  .finishText{
    font-size: 12px;
  }
  .boxMessageClose .boxMessageCloseText{
    font-size: 12px;
  }
  .iokiContent::after{
    height: calc(110 / 768 * 100vh);
    background-image: url(../../../src/ioki/image/index/mv_bg_sp.jpg) !important;
  }
  .c-btn{
    font-size: 14px !important;
    padding: 15px 35px !important;
    min-width: 260px;
  }
  .c-backBtn::after{
    left: 8px;
  }
  .download-btn{
    min-width: 100%;
  }
  .download-btn::after{
    right: 20px !important;
  }
}



.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  pointer-events: none;
  opacity: 0;
}

.footerCopyright {
  /* background-color: #000; */
  /* color: #fff; */
  font-size: 12px;
  text-align: center;
  padding: 25px 0;
  margin-top: 0;
}

a.linkBtn{
  display: block;
  width: 100%;
  max-width: 387px;
  margin-inline: auto;
  background: #014076;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.8rem,calc( 24 / 960 )* 100vw,2.4rem);
  font-weight: 700;
  text-align: center;
  padding-block: 20px;
  position: relative;
  transition: opacity 0.3s;
}
a.linkBtn:hover{
  opacity: 0.6;
}
@media screen and (max-width: 768px){
  a.linkBtn{
    padding-block: 17px;
  }
}
.linkBtn.disable{
  background: #eee;
  pointer-events: none;
}
.linkBtn figure{
  position: absolute;
  top: 6px;
  right: 30px;
  margin: auto;
}
@media screen and (max-width: 768px){
  a.linkBtn{
    top: 8px;
  }
}
.titleBold{
  font-weight: 700;
}
.blueBold{
  font-weight: 700;
  color: #014076;
}
.normalText{
  font-size: 1.6rem;
  line-height: calc( 32 / 16 );
}
.memoText li{
  position: relative;
  color: rgba(0, 0, 0, 0.50);
  padding-inline-start: 15px;
  font-size: 1.3rem;
}
.memoText li::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.contentBlock{
  margin-block-end: 100px;
}
@media screen and (max-width: 768px){
  .contentBlock{
    margin-block-end: 50px;
  }
}
.contentBlock:nth-child(2) .contentBlockDetail{
  margin-block-end: 62px;
}
@media screen and (max-width: 768px){
  .contentBlock:nth-child(2) .contentBlockDetail{
    margin-block-end: 10px;
  }
}
.contentBlock,
.contentBottom{
  max-width: 962px;
  margin-inline: auto;
}
.contentBlock + .contentBlock{
  margin-block-start: 70px;
}
.contentBottom .contentBlockDetailList dt{
  background: #A6A3A3;
}
.contentBottom .contentBlockDetailListTitle::before{
  background: #A6A3A3;
}
.contentBlockTitle{
  font-size: clamp(2.8rem,calc(32/960)*100vw,3.2rem);
  font-weight: bold;
  color: #014076;
  text-align: center;
  margin-block-end: 1.563em;
}
@media screen and (max-width: 768px){
  .contentBlockTitle{
    margin-block-end: 1.071em;
  }
}
.contentBlockDetailList{
  margin-block-end: 22px;
}
.contentBlockDetailList:last-child{
  margin-block-end: 0;
}
.contentBlockDetailList dt{
  background: #0095CA;
  color: #fff;
  font-size: clamp(1.6rem,calc( 20 / 960 ) * 100vw,2rem);
  border-radius: 5px;
  padding-block: 11px;
  padding-inline: 12px;
  margin-block-end: 22px;
  font-weight: 700;
}
.contentBlockDetailList dd{
  font-size: 1.6rem;
  line-height: calc( 32 / 16 );
}
.contentBlockDetailList dd a{
  color: #00467E;
  text-decoration: underline;
}
.contentBlockDetailList dd a:hover{
  text-decoration: none;
}
.contentBlockDetailList.news dt{
  border-radius: 5px 5px 0 0;
  margin-block-end: 0;
}
.contentBlockDetailList.news dd{
  border-radius: 0 0 5px 5px;
  background: #eee;
  padding-inline: 20px;
  padding-block: 10px;
}
@media screen and (max-width: 768px){
  .contentBlockDetailList dd a:hover{
    text-decoration: underline;
  }
}
.contentBlockDetailListTitle{
  position: relative;
  font-weight: 700;
  padding-inline-start: 27px;
}
@media screen and (max-width: 768px){
  .contentBlockDetailListTitle{
    padding-inline-start: 22px;
  }
}
.contentBlockDetailListTitle::before{
  content: "";
  width: 10px;
  height: 10px;
  border: solid 5px #fff;
  background: #0095CA;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px){
  .contentBlockDetailListTitle::before{
    width: 8px;
    height: 8px;
    border: solid 4px #fff;
  }
}
 .customCheckbox{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
 }
  .customCheckbox input{
    display: none;
  }
  .checkMark{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ACC0C6;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 8px;
  }
  .checkMark::after{
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.5L5.5 11.5L14 1.5' stroke='%230095CA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .customCheckbox input:checked + .checkMark::after {
      display: block;
  }
 .checkBoxListItem{
  margin-block-end: 10px;
 }
 .newWidth{
  width: calc( 100% - 26px );
 }
 .ml26{
  margin-inline-start: 26px;
 }
 @media screen and (max-width: 768px){
  .ml26{
    margin-inline-start: 0;
  }
}
 .w100{
  width: 100%;
 }
 .mbNone{
  margin-block-end: 0;
 }
 .mb40{
  margin-block-end: 40px;
 }
@media screen and (max-width: 768px){
  .pd20{
    padding-inline: 20px;
  }
}
.errorText{
  display: block;
  color: #E22020;
  margin-block-end: 15px;
}
.errorTextList{
  margin-block-end: 20px;
  background: #fff7f7;
  padding: 25px;
}
.errorTextList li{
  color: #E22020;
  margin-block-end: 7px;
  position: relative;
  padding-inline-start: 18px;
}
.errorTextList li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.spTxt_left{
  text-align: center;
}
@media screen and (max-width: 768px){
  .spTxt_left{
    text-align: left;
  }
}
.linkBtn.disable{
  background: #eee;
  pointer-events: none;
}
