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

/**
 * CSS Information
 * ===============================================================
 *
 * File name: _contents.scss
 * Summary:   ページ・コンテンツごとの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    login / forget password
 *     =2    registration
 *
 * ===============================================================
*/

.boxForRegistration {
  max-width: 640px;
  margin-top: 40px;
  margin-inline: auto;
  padding-top: 30px;
  position: relative;
}
.boxForRegistration::after{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../../../src/ioki/image/index/dot.svg);
    background-position: center center;
    background-size: contain;
}
.boxForRegistrationTitle {
  margin-bottom: 1em;
  text-align: center;
}
.boxForRegistrationButton {
  text-align: center;
}
.boxAttentionRegistrationTitle {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.boxAttentionRegistrationContent {
  height: 340px;
  padding: 20px 20px 30px;
  overflow-y: auto;
  border: 1px solid #000;
  background-color: #fff;
}

.boxAgreeCheck {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 30px;
  margin-inline: auto;
}

@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;
  }
}

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

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



/** =1-1
* 共通
* ----------------------------------
*/
.onlyIcon{
  background-color: #365394 !important;
}
.iokiPageTitle{
  text-align: center;
  /* font-size: 46px; */
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
.descriptionEntry{
  color: #365394;
  font-weight: bold;
  text-align: center;
}
.appDownloadList {
  display: flex;
  justify-content: center;
  gap: 20px;
  img {
    max-height: 57px;
  }
}
.appDownloadList li:first-child a img{
  aspect-ratio: 156 / 57;
}
.appDownloadList li:last-child a img{
  aspect-ratio: 190 / 57;
}
.boxEntryWrap{
  background-color: #f6f6f6;
  padding: 60px;
  margin-bottom: 60px;
  max-width: 900px;
  margin-inline: auto;
}
.boxEntry{
  text-align: center;
}
.boxEntry:first-child{
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.boxEntry:first-child::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../../../src/ioki/image/index/dot.svg);
  background-position: center center;
  background-size: contain;
}
.boxEntryTitle{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
.boxFormVerticalItem p input{
  border: 1px solid #000;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .iokiPageTitle{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .boxEntryWrap{
    padding: 30px;
    margin-bottom: 45px;
  }
  .boxEntryTitle{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .boxEntry:first-child{
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .appDownloadList{
    display: block;
    text-align: center;
  }
  .appDownloadList li:first-child{
    margin-bottom: 20px;
  }
}

.numberDotList{
  counter-reset: number;
  list-style-type: none!important;
  margin-block-end: 19px;
}
.numberDotList li{
  position: relative;
  padding-left: 30px;
  margin-block-end: 6px;
}
.numberDotList li::before{
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(number);
  position: absolute;
  counter-increment: number;
  background: #014076;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 100%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1;
  text-align: center;
  top: 5px;
}
.dotList{
  margin-block-end: 19px;
}
.dotList li{
  position: relative;
  padding-inline-start: 17px;
}
.dotList li::before{
  content: "";
  width: 6px;
  height: 6px;
  border: solid 3px #014076;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.baseList li{
  position: relative;
  padding-inline-start: 12px;
}
.baseList li::before{
  content: "";
  width:  6px;
  height: 6px;
  background: #000305;
  position: absolute;
  border-radius: 100%;
  top: 14px;
  left: 0;
}
.numberTextListItem{
  margin-block-end: 22px;
}
.formAge{
  position: relative;
}
.formAge::after{
  content: "歳";
  position: absolute;
  top: 0;
  right: 0;
  top: 11px;
  right: 15px;
}
.formAge input{
      padding: 0.625em 2.5em 0.625em 1em;
}
.textAreaBox:focus::placeholder {
  color: transparent;
}
.mt15pc{
  margin-top: 15px;
}
.contentBlockDetailListNewsarea li{
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  border-bottom: solid 1px #fff;
  padding-block: 10px;
}
.contentBlockDetailListNewsarea li .date{
  min-width: 120px;
  text-align: center;
  background: #0095CA;
  color: #fff;
}
.contentBlockDetailListNewsarea li:last-child{
  border-bottom: none;
}