@charset "utf-8";

/*.topWrap {
  display: none;
}*/
/****************************************
基本
****************************************/
html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.8;
  background-color: #FBFBFB;
}


.alert {
  color:red !important;
}

.wrap {
  width: 90%;
  margin: auto;
}

.wrap {
  max-width: 960px;
  position: relative;
}

.formWrap {
  max-width: 500px;
  margin: auto;
}

.passwdResetFormWrap {
  max-width: 700px;
  margin: auto;
}

section:not(:first-of-type) {
  margin-top: 60px;
}

section:last-of-type {
  margin-bottom: 100px;
}

h1,
h2,
h3 {
  color: #003F75;
}

h1 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 3.2rem;
  position: relative;
  margin-top: 30px;
  border-bottom: 2px solid #003F75;
  padding-bottom: 10px;
  text-align: center;
}

h1.page-title {
  margin-top: 100px; /* タイトル用だけ margin-top を上書き */
}

h1 span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 5px;
}

h2 {
  margin-top: 25px;
  font-size: 2.4rem;
  line-height: 1.4;
  border-left: 5px solid #003F75;
  padding-left: 15px;
}

h2 span {
  font-size: 1.6rem;
}

h3 {
  font-size: 2rem;
  margin-top: 20px;
  border-bottom: 1px solid #003F75;
  padding-bottom: 5px;
}

h3:before {
  content: "■"
}

.listCts dt {
  margin-top: 30px;
  font-weight: 600;
  color: #003F75;
}

.listCts dt span {
  font-size: 1.8rem;
  margin-right: 10px;
}

.listCts dd {
  margin-top: 5px;
}

.listCts dd ol > li {
  list-style-type: decimal-leading-zero;
  margin-left: 35px;
}

.listCts dd ol > li:not(:first-child) {
  margin-top: 5px;
}

.listCts dd ul li {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 5px;
}

.tableCts {
  margin-top: 20px;
}

.tableCts th,
.tableCts td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px dotted #CCC;
}

.tableCts th {
  width: 10px;
  white-space: nowrap;
  font-weight: 600;
  color: #003F75;
}

.tableCts td ul li {
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 25px;
}

.tableCts td ul li:not(:first-child) {
  margin-top: 5px;
}

.tableCts tr:last-child td ul {
  margin-bottom: 5px;
}

.tableCts tr:last-child td ul li {
  margin-top: 5px;
  font-size: 1.4rem;
}

.noteCts {
  color: #D05D60;
  font-weight: 500;
  font-size: 1.4rem;
  border: 1px solid #D05D60;
  padding: 10px 15px 15px;
  margin-top: 15px;
}

.readText {
  margin-top: 15px;
}

.noticeText {
  margin-left: 1em;
}

.noteText {
  font-size: 1.4rem;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.marker {
  background: linear-gradient(transparent 60%, #FFE679 0%);
  font-weight: 600;
}

.pcObj {
  display: block;
}

.spObj {
  display: none;
}

.spPtObj {
  display: none;
}

.amount,
.date {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }

  .listCts dt {
    margin-top: 20px;
  }

  .tableCts {
    margin-top: 15px;
  }

  .tableCts th,
  .tableCts td {
    padding: 0;
    border: none;
    display: block;
  }

  .tableCts th {
    padding-top: 10px;
  }

  .tableCts td {
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCC;
  }

  .telLink a,
  .telLink a:visited,
  .telLink a:hover {
    color: #333;
  }

  .telLink a {
    text-decoration: underline;
  }

  .pcObj {
    display: none;
  }

  .spObj {
    display: block;
  }
}

@media only screen and (max-width: 768px) and (orientation : portrait) {
  .spPtObj {
    display: block;
  }
}

/****************************************
ヘッダ
****************************************/
header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  padding: 20px 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 20;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header > a {
  width: 250px;
  display: block;
}

.headerBtn {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 50px;
}

.headerBtn li {
  margin-left: 10px;
  width: 120px;
}

.headerBtn li a {
  display: block;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  border-radius: 0 0 3px 3px;
  font-weight: 600;
  padding: 5px 0;
  line-height: 1.4;
}

.headerLogintBtn {
  background-color: #003F75;
}

.headerLogoutBtn {
  border-right: 1px solid #003F75;
  border-bottom: 1px solid #003F75;
  border-left: 1px solid #003F75;
  color: #003F75 !important;
}

.headerTesterBtn {
  background-color: #80AF6C;
}

.headerRegisterBtn {
  background-color: #FC9D59;
}

/**********ナビゲーション**********/
.navi {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-left: 1px solid #003F75;
}

.navi li {
  border-right: 1px solid #003F75;
}

.navi li a {
  color: #003F75;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding: 0 20px;
  font-size: 1.4rem;
}

.normal {
  color: #003F75;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding: 5px 20px 5px 20px !important;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 15px 5% 20px;
  }

  header > a {
    margin-top: 3px;
    width: 180px;
    text-align: left;
  }

  .headerBtn,
  .navi {
    display: none;
  }
}

/****************************************
パンくず
****************************************/
.breadcrumb {
  background-color: #F1F1F1;
  margin: 88px calc(50% - 50vw) 0;
  padding: 5px calc(50vw - 50%);
  line-height: 1.6;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F1F1F1;
}

.breadcrumb li:nth-child(even) {
  margin: 0 5px;
  color: #AAA;
  font-size: 1rem;
}

.breadcrumb li:nth-child(even) i {
  vertical-align: -15%;
  width: 7.25px;
  height: 10px;
  display: inline-block; /* サイズ指定を適用するために必要 */
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 70px;
  }
}

/****************************************
NDA未契約
****************************************/
.unconcludedCts {
  margin-top: 15px;
  border: 1px dotted #D05D60;
  padding: 10px 15px 15px;
  background-color: #F9F1F1;
}

.unconcludedCts dt {
  font-weight: 600;
  color: #D05D60;
}

.unconcludedCts dd {
  font-size: 1.4rem;
}

.unconcludedBtn {
  display: block;
  background-color: #D05D60;
  width: fit-content;
  color: #FFF;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 1.4;
  margin-top: 10px;
}

.unconcludedBtn i {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .unconcludedBtn {
    margin: 10px auto 0;
  }
}

/****************************************
フォーム
****************************************/
.formCtsTtl {
  border-left: none;
  padding: 10px 0 !important;
  text-align: center;
  margin-top: 30px;
  color: #003F75;
  font-size: 2rem;
  border-radius: 50px;
  border: 1px solid #003F75;
}

.formCts {
  margin-bottom: 30px;
}

.formCts dt {
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.4;
}

.formCts dt:before {
  content: "●";
  color: #003F75;
}

.formCts dt span,
.mypageTableEdit th span {
  background-color: #BE0000;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 20px;
  padding: 0px 10px;
  margin-left: 5px;
  vertical-align: 10%;
}

.formCts dd {
  position: relative;
}

.formCts dd p {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 500;
}

.formCts dd p:not(.errorText) {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.resetPassTable {
  margin-top: 15px;
  border: none;
}

.resetPassTable th span {
  background-color: #BE0000;
  font-size: 1.2rem;
  color: #FFF;
  border-radius: 20px;
  padding: 0px 10px;
  margin-left: 5px;
  vertical-align: 10%;
}

.largeForm {
  white-space: pre-wrap;
  min-height: 7em;
  padding-bottom: 2em;
}

/****************************************
フォームパーツ
****************************************/
input,
textarea,
select,
button {
  font-family: 'Noto Sans Japanese', sans-serif;
  display: block;
  line-height: 1.6;
  color: #333;
  margin-top: 5px;
}

input,
textarea,
select {
  padding: 10px !important;
  width: 100% !important;
  border: 1px solid #CCC;
  border-radius: 5px;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

input:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

p + input {
  margin-top: 5px;
}

.inputShort {
  max-width: 250px !important;
}

::placeholder {
  color: #BBB;
  letter-spacing: 1px;
}

:disabled {
  background-color: #EEE !important;
  opacity: 1;
  cursor: default;
}

button,
label {
  user-select: none;
  cursor: pointer;
}

button,
.registrationBtn {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  margin: 20px 5px;
  background-color: #333;
  color: #FFF;
  font-size: 1.6rem;
  padding: 15px 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 50px;
  transition: 0.2s linear;
  width: fit-content;
}

button:hover {
  opacity: 0.6;
}

.parent-container {
    text-align: center;
}

a.request-button {
    cursor: pointer;
    outline: none;
    appearance: none;
    margin: 20px 5px;
    font-size: 1.4rem;
    padding: 15px 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 0;
    transition: 0.2s linear;
    width: fit-content;
    background-color: #003F75;
    color: #FFF;
    border: none;
}

a.request-button:hover {
  opacity: 0.6;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + span,
input[type=radio] + input[type=hidden] + span,
input[type=checkbox] + span,
input[type=checkbox] + input[type=hidden] + span {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 20px;
  margin-right: 5px;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px 15px 10px 30px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 1.4rem;
}

input[type=radio] + span:before,
input[type=radio] + input[type=hidden] + span:before,
input[type=checkbox] + span:before,
input[type=checkbox] + input[type=hidden] + span:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 2px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

input[type=radio] + span:before,
input[type=radio] + input[type=hidden] + span:before {
  border-radius: 50%;
}

input[type=radio]:checked + span,
input[type=radio]:checked + input[type=hidden] + span,
input[type=checkbox]:checked + span,
input[type=checkbox]:checked + input[type=hidden] + span {
  background-color: #E8EFF6;
  border: 1px solid #CCC;
}

input[type=radio]:checked + span:before,
input[type=radio]:checked + input[type=hidden] + span:before,
input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + input[type=hidden] + span:before {
  border: 1px solid #003F75;
}

input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + input[type=hidden] + span:before {
  background-color: #003F75;
}

input[type=radio]:checked + span:after,
input[type=radio]:checked + input[type=hidden] + span:after,
input[type=checkbox]:checked + span:after,
input[type=checkbox]:checked + input[type=hidden] + span:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio]:checked + span:after,
input[type=radio]:checked + input[type=hidden] + span:after {
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #003F75;
  border-radius: 50%;
}

input[type=checkbox]:checked + span:after,
input[type=checkbox]:checked + input[type=hidden] + span:after {
  top: 47%;
  left: 15px;
  width: 5px;
  height: 11px;
  transform: translateY(-47%) rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.selectLabel {
  position: relative;
  display: inline-block;
  width: 100%;
}

.selectLabel:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 5px;
  right: 10px;
  color: #AAA;
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  z-index: 2;
}

select {
  padding: 10px;
  color: inherit;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: inline-block;
  appearance: none;
  background: transparent;
  z-index: 1;
  font-weight: 500;
  background-color: #FFF;
}

.toggleCts {
  white-space: nowrap;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.toggleCts input[type=text] {
  margin-top: 0;
  margin-left: 5px;
  display: inline;
  width: 90% !important;
  padding: 5px !important;
}

.flexInput {
  display: flex;
  align-items: center;
}

.flexInput li {
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .toggleCts input[type=text] {
    width: 85% !important;
  }
}

/**********フォーム生年月日**********/
.birthListWrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.birthListWrap li {
  margin-right: 5px;
}

.birthListWrap li:nth-child(odd) {
  margin-top: 10px;
}

.birthListWrap li:nth-child(even) {
  width: 80px;
}

.birthListWrap li:nth-child(even):not(:nth-child(2)) {
  margin-left: 10px;
}

/**********エラー**********/
.errorInput {
  background-color: #FEE;
  border: solid 1px #E50000;
}

.errorText {
  color: #E50000;
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
}

.errorText i {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  font-size: 1.8rem;
}

/****************************************
ボタン
****************************************/
.contactBtn {
  background-color: #003F75;
  color: #FFF;
  font-size: 1.8rem;
  width: fit-content;
  margin: 30px auto 20px;
  display: block;
  font-weight: 600;
  padding: 20px 60px;
  line-height: 1.2;
  position: relative;
  border-radius: 50px;
}

.contactBtn i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .contactBtn {
    margin: 30px auto 0;
  }
}

/****************************************
アコーディオン
****************************************/
.acoWrap input {
  display: none;
}

.acoWrap input:checked + label i {
  transform: rotate(180deg);
}

.acoWrap input:checked + label + .acoCts {
  grid-template-rows: 1fr;
}

.acoWrap label {
  display: block;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  transition: 0.2s linear;
}

.acoWrap label:hover {
  opacity: 0.6;
}

.acoWrap label i {
  transition: 0.2s linear;
  margin-right: 5px;
}

.acoCts {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.2s linear;
}

.acoCts > li {
  overflow: hidden;
}

/****************************************
SPナビゲーション
****************************************/
#spNaviAllWrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  #spNaviAllWrap {
    display: block;
  }
}

:root {
  --spWidth: 250px;
}

.spNaviWrap {
  position: fixed;
  z-index: 300;
  top: 0;
  width: var(--spWidth);
  height: 100%;
  background-color: #FFF;
  padding: 0 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.spNavi {
  text-align: center;
  margin: 0;
  line-height: 1;
}

.spNavi > li {
  border-bottom: 1px solid #EEE;
}

.spNavi > li:nth-last-of-type(-n+4) {
  border: none;
  padding: 0 20px;
}

.spNavi > li a {
  display: block;
  width: 100%;
  padding: 25px 0px;
  position: relative;
  font-weight: 600;
}

.spNavi > li a.headerLogoutBtn {
  border-top: 1px solid #003F75;
}

.spNavi > li:nth-last-of-type(-n+4) a {
  margin-top: 15px;
  color: #FFF;
  padding: 15px;
  border-radius: 5px;
}

.spNavi > li:first-child a img {
  width: 160px;
}

.drawerMenu-overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawerMenu-open .drawerMenu-overlay {
  display: block;
}

.drawerMenuRight nav {
  right: calc(-1 * var(--spWidth));
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawerMenuRight.drawerMenu-open nav,
.drawerMenuRight.drawerMenu-open navbar .drawerMenuBtn {
  right: 0;
}

.drawerMenuRight.drawerMenu-open .drawerMenuBtn {
  right: var(--spWidth);
}

.drawerMenuBtn {
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 250;
  width: 50px;
  height: 50px;
  transition: .2s linear;
  cursor: pointer;
  padding: 15px 10px;
}

.drawerMenuBtnBar {
  position: relative;
  display: block;
  margin-top: 7px;
}

.drawerMenuBtnBar,
.drawerMenuBtnBar:after,
.drawerMenuBtnBar:before {
  width: 100%;
  height: 2px;
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #003F75;
}

.drawerMenuBtnBar:after,
.drawerMenuBtnBar:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawerMenuBtnBar:after {
  top: 10px;
}

.drawerMenu-open .drawerMenuBtn,
.drawerMenu-open .drawerMenuBtnBar {
  background-color: transparent;
}

.drawerMenu-open .drawerMenuBtnBar:after,
.drawerMenu-open .drawerMenuBtnBar:before {
  top: 0;
  background-color: #FFF;
}

.drawerMenu-open .drawerMenuBtnBar:before {
  transform: rotate(45deg);
}

.drawerMenu-open .drawerMenuBtnBar:after {
  transform: rotate(-45deg);
}

/****************************************
バナー
****************************************/
.bannerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 0;
  width: 90%;
  max-width: 960px;
}

.bannerList li {
  width: 22%;
  margin-top: 10px;
}

.bannerList li a {
  display: block;
  border: 1px solid #003F75;
  background-color: #FFF;
}

@media only screen and (max-width: 768px) {
  .bannerList {
    margin: 60px auto 0;
  }

  .bannerList li {
    width: 48%;
  }

  .bannerList li a {
    border: 1px solid #003F75;
  }
}

/****************************************
フッタ
****************************************/
#goTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#goTop a {
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  border: 1px solid #FFF;
  background-color: #003F75;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

body > .footerCts {
  position: sticky;
  top: 100vh;
}

footer {
  line-height: 1.6;
  margin-top: 40px;
}

.footerLink {
  border-top: 1px solid #003F75;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.footerLink li {
  font-size: 1.4rem;
  margin: 0 15px;
}

.footerLink li a {
  color: #003F75;
  font-weight: 500;
}

.footerLink li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 5px;
}

.copyRight {
  text-align: center;
  background-color: #003F75;
  color: #FFF;
  font-size: 1.2rem;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .footerCts {
    margin-top: 60px;
  }

  footer {
    margin-top: 20px;
  }

  .footerLink {
    display: block;
    padding: 10px 5% 15px;
  }

  .footerLink li {
    margin: 5px 0 0;
  }
}

/****************************************
エラーテキスト
****************************************/
.CommonErrorText {
  color: #E50000;
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.4rem;
}
