@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word; }

html {
  /*overflow:auto;*/
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  font-size: 16px;
  color: #23366F;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
  background-color: #fff;
  letter-spacing: 0.05em; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  text-decoration: none;
  opacity: 0.75; }

a:active,
a:hover {
  outline-width: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left; }

dl,
dt,
dd {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

figcaption,
figure,
main {
  display: block; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit; }

[hidden] {
  display: none; }

address {
  font-style: normal; }

figure {
  margin: 0; }

table {
  border-collapse: collapse; }

.wrapper {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%; }

 /***************************

layout_common.scss

***************************/
/* _home：.top-links__caution */
.caution {	
	padding-left: 23px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em; }
	.caution:before {
	content: "※"; }

.z-modal-overlay {
	position: fixed;
	z-index: 9991;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff url(../images/loading.gif) no-repeat center center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* .login__noteEx { */
.noteEx {
  padding-left: 35px;
  background: url(../images/img/login/ico_info.svg) no-repeat top left;
  min-height: 25px;
  font-weight: 500; }
  
/* .login__customerCare__hdg { */
.customerCare__hdg {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #23366F; }
  .customerCare__hdg:before {
    content: "";
    background: url(../images/img/common/ico_tel.svg) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block; }

/* .login__customerCare { */
.customerCare {
  background: #DAE2F4;
  padding: 40px 15px;
  text-align: center;
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }
  
/* .login__customerCare__tel { */
.customerCare__tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #23366F;
  gap: 7px; }
  .customerCare__tel:before {
    content: "";
    background: url(../images/img/common/ico_free_dial@2x.png) no-repeat center/contain;
    width: 33px;
    height: 19px;
    display: inline-block; }
  .customerCare__tel:not(:hover) {
    text-decoration: underline;
    text-decoration-thickness: 1px; }

 /***************************

layout/_header.scss

***************************/
body {
  padding-top: 106px;
  position: relative; }
  @media screen and (min-width: 769px) {
    body {
      padding-top: 105px; } }

header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9980;
  width: 100%;
  background: #fff;
  padding: 20px 0 6px;
  box-shadow: 0px 4px 9px 0px rgba(58, 61, 62, 0.25); }
  @media screen and (min-width: 769px) {
    header {
      padding-top: 0; } }

.header__inner {
  display: grid;
  grid-template-areas: "user user" "logo links";
  align-content: end;
  padding-left: 0 !important; }

.header__userName {
  grid-area: user;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .header__userName {
      margin-bottom: -26px;
      font-size: 1.8rem;
      top: 15px; } }

.header__logo {
  grid-area: logo;
  line-height: 1; }
  .header__logo a {
    display: block; }
  @media screen and (min-width: 769px) {
    .header__logo img {
      width: 250px; } }

.header__links {
  grid-area: links;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 9px;
  padding-bottom: 7px; }

.header__links__item a {
  display: block;
  position: relative; }
.header__links__item.is-active a:before {
  content: "";
  width: 6px;
  aspect-ratio: 1 / 1;
  background: #CB4B40;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px; }
@media screen and (min-width: 769px) {
  .header__links__item img {
    width: 40px; }
  .header__links__item.is-active a:before {
    width: 8px;
    top: 7px;
    right: 7px; } }

header.is-login {
  padding-top: 2px; }
  header.is-login .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 80px; }
    @media screen and (min-width: 769px) {
      header.is-login .header__inner {
        min-height: 99px; } }

.header__lineWrap {
  padding-bottom: 3px; }

 /***************************

layout/_footer.scss

***************************/
footer {
  padding: 30px 0 20px;
  border-top: 2px solid #003399;
  background: #fff; }

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 769px) {
    .footer__links {
      justify-content: center;
      gap: 10px 30px; } }

.footer__links__item {
  width: calc(50% - 16px);
  font-size: 1.4rem;
  font-weight: 500; }
  .footer__links__item a {
    position: relative;
    display: block;
    padding-left: 18px; }
    .footer__links__item a:before {
      content: ">";
      position: absolute;
      top: 0;
      left: 0; }
  @media screen and (min-width: 769px) {
    .footer__links__item {
      width: auto; } }
  @media screen and (max-width: 420px) {
    .footer__links__item {
      width: 50%; }
      .footer__links__item a {
        padding-left: 15px; } }

.footer__logo {
  text-align: center; }

.footer__copy {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 1.2rem; }

/***************************

layout/_lity.scss

***************************/
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 25px;
  top: 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: transparent;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .lity-close:before, .lity-close:after {
    content: "";
    width: 23px;
    height: 1px;
    background: #23366F;
    position: absolute;
    top: 50%;
    left: calc(50% - 11px); }
  .lity-close:before {
    transform: rotate(45deg); }
  .lity-close:after {
    transform: rotate(-45deg); }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

 /***************************

layout/_subpage.scss

***************************/
.subPage-title {
  background: url(../images/img/top/hello_bg.png) no-repeat bottom/cover;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 27px 0; }

.subPage-title__inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.subPage-dl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }

.subPage-dl__dt {
  background: #E9F7FC;
  padding: 7px 15px;
  border-bottom: 1px solid #91BFE3; }

.subPage-dl__dd {
  background: #fff;
  padding: 30px 15px;
  border-bottom: 1px solid #E8F2F7; }
  .subPage-dl__dd:has(.subPage-dl__dd__btnWrap) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }

.subPage-dl__dd__btnWrap {
  flex: 0 0 auto; }
  .subPage-dl__dd__btnWrap a {
    display: block; }

.subpage-flow {
  counter-reset: flow;
  display: flex;
  justify-content: space-between;
  max-width: 252px;
  margin-left: auto;
  margin-right: auto; }

.subpage-flow__item {
  counter-increment: flow;
  padding: 0 14px;
  text-align: center;
  font-size: 1.2rem;
  color: #B1B1B1; }
  .subpage-flow__item:before {
    content: counter(flow);
    width: 26px;
    border: 2px solid #A6ADAF;
    border-radius: 50%;
    line-height: 26px;
    display: inline-block; }
  .subpage-flow__item:nth-of-type(n+2) {
    position: relative; }
    .subpage-flow__item:nth-of-type(n+2):after {
      content: "";
      width: 44px;
      height: 1px;
      background: #BEBEBE;
      position: absolute;
      top: 14px;
      left: -43px; }
  .subpage-flow__item.is-active {
    color: #2167AE; }
    .subpage-flow__item.is-active:before {
      color: #fff;
      background: #2167AE;
      border-color: #2167AE; }
    .subpage-flow__item.is-active:after {
      background: #2167AE; }

.subpage-addrInspection {
  padding: 15px;
  border: 1px solid #5495CF; }

.subpage-addrZip {
  display: flex;
  gap: 10px; }
  .subpage-addrZip input {
    max-width: 200px; }

.subpage-addrZip__btn {
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background: #2167AE;
  padding: 13px 10px;
  border-radius: 5px; }

.subpage-addrZip__modal {
  background: #fff;
  max-width: calc(100% - 30px);
  width: 430px;
  margin-left: 15px;
  padding: 45px 15px 60px; }
  .subpage-addrZip__modal .hdg-type01 {
    width: 100%;
    position: static; }
  .subpage-addrZip__modal:has(.subpage-addrZip__modal__inner) {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .subpage-addrZip__modal:has(.subpage-addrZip__modal__inner)::-webkit-scrollbar {
      display: none; }

.subpage-addrZip__modal__box {
  border: 1px solid #E7E7E7;
  padding: 20px; }

.subpage-finish {
  padding-top: 75px;
  background: url(../images/img/common/ico_finish.svg) no-repeat top/54px 54px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500; }

.subPage-otherTetsuduki {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.subPage-otherTetsuduki__item {
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
  font-size: 1.6rem; }
  .subPage-otherTetsuduki__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 36px 24px 20px;
    position: relative; }
    .subPage-otherTetsuduki__item a:after {
      content: "";
      line-height: 1;
      width: 8px;
      height: 15px;
      background: url(../images/img/common/link_list01_arrow.svg) no-repeat center/contain;
      position: absolute;
      top: calc(50% - 7px);
      right: 20px; }

.subPage-otherTetsuduki__item__image {
  flex: 0 0 auto; }
  /* 2024/10/16 DEVRQ-1664_マイページUI改修（10月）問合せ・連絡先住所変更・クレカ変更・解約 Add Start */
  .subPage-otherTetsuduki__item.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; 
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }
  /* 2024/10/16 DEVRQ-1664_マイページUI改修（10月）問合せ・連絡先住所変更・クレカ変更・解約 Add End */

.question {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  line-height: 1.4; }

.question__ico {
  position: absolute;
  top: 0;
  right: 0; }

.subPage-btnWrap {
  padding: 60px 15px;
  background: #ECEEEF;
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.subPage-indent-note {
  background: #F4F9FC;
  padding: 7px 15px;
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }
  .subPage-indent-note p {
	padding-left: 1em;
    text-indent: -1em;
  }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
.subPage-btnWrap__txtBox {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */

/***************************

object/component/_heading.scss

***************************/
.hdg-type01 {
  color: #fff;
  background: #23366F;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
  position: relative;
  left: -15px; }

.hdg-type02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px; }

.hdg-type03 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: #2167AE;
  padding: 10px 55px;
  border-radius: 9999px;
  background-image: url(../images/img/login/deco_left.svg), url(../images/img/login/deco_right.svg);
  background-repeat: no-repeat;
  background-position: left 33px top 50%, right 33px top 50%; }
  @media screen and (max-width: 400px) {
    .hdg-type03 {
      padding: 10px 35px;
      background-position: left 15px top 50%, right 15px top 50%; } }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.hdg-type04 {
  font-size: 1.8rem;
  font-weight: 500;
  border-left: 3px solid #23366F;
  padding-left: 7px;
  line-height: 1.3;
  margin-bottom: 20px; }

.hdg-type05 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px; }

.hdg-type06 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #23366F;
  margin-bottom: 10px; }

.hdg-check {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 30px;
  background: url(../images/img/reissuedeductcert/ico_check.svg) no-repeat top 4px left 2px;
  margin-bottom: 20px; }

.hdg-alert {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 30px;
  background: url(../images/img/reissuedeductcert/ico_alert.svg) no-repeat top 4px left 2px;
  margin-bottom: 20px; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
.hdg-alert02 {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 30px;
	background: url(../images/img/cancel/ico_info.svg) no-repeat top 5px left 2px;
	margin-bottom: 20px; }

.hdg-type08 {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 1.6rem;
	background: #F3F3F3;
	line-height: 1.4;
	border-top: 1px solid #D8E0DFDF;
	border-bottom: 1px solid #fff;
	width: calc(100% + 30px);
	position: relative;
	left: -15px;
	}

.hdg-blue {
	font-size: 1.6rem;
	font-weight: 700;
	background: #C7EBF9;
	padding: 10px 15px; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */
/* 2024/12/11 DEVRQ-1666 マイページUI改修（12月）証券再発行・手続き履歴 Add Start */
.hdg-type09 {
	color: #fff;
	background: #23366F;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 15px;
	margin-bottom: 20px; }
/* 2024/12/11 DEVRQ-1666 マイページUI改修（12月）証券再発行・手続き履歴 Add End */
 /***************************

object/component/_box.scss

***************************/
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }
  .container.guide {
	margin-top: 30px;
  }

.box-blue {
  background: #F4F9FC;
  padding: 15px; }
  .box-blue.is-project {
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }

/* DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
.box-blue02 {
	background: #E9F7FC;
	padding: 15px; }
	.box-blue02.is-project {
	  width: calc(100% + 30px);
	  position: relative;
	  left: -15px; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.box-red {
  background: #FFE3E1;
  padding: 15px; }
  .box-red.is-project {
    width: calc(100% + 30px);
    position: relative;
    left: -15px; }

.box-white {
  background: #fff;
  padding: 10px 15px; }

.box-type01 {
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #23366F; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
/***************************

object/component/_button.scss

***************************/
.btn-type01 {
  max-width: 340px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 9999px;
  padding: 16px;
  background: #2167AE; }
  .btn-type01.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; }

.btn-type02 {
  max-width: 340px;
  width: 100%;
  text-align: center;
  color: #23366F;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 9999px;
  padding: 14px 16px;
  background: #FF9187; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  .btn-type02.is-inactive {
	pointer-events: none;
	background: #A6ADAF;
	color: #2B2E31;
	border-color: #A6ADAF;
	opacity: .5; 
  }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

.btn-type03 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  background: #fff;
  color: #2167AE;
  text-align: center;
  max-width: 360px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 16px 15px; }
  .btn-type03.is-blank {
    padding-right: 50px;
    padding-left: 50px;
    background: url(../images/img/common/ico_blank.svg) no-repeat right 25px top 50%/19px 12px;
    background-color: #fff; }

.btn-type04 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  background: #2167AE;
  color: #fff;
  text-align: center;
  max-width: 360px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 15px; }
  .btn-type04.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; }

.btn-type05 {
  display: inline-block;
  border-radius: 9999px;
  background: #2167AE;
  color: #fff;
  text-align: center;
  min-width: 92px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 9px 25px; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  .btn-type05.is-inactive {
	pointer-events: none;
	background: #A6ADAF;
	color: #2B2E31;
	border-color: #A6ADAF;
	opacity: .5; 
  }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

.btn-type06 {
  display: inline-block;
  border-radius: 9999px;
  background: #FF9187;
  color: #23366F;
  text-align: center;
  min-width: 92px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 9px 0px; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  .btn-type06.is-inactive {
	pointer-events: none;
	background: #A6ADAF;
	color: #2B2E31;
	border-color: #A6ADAF;
	opacity: .5; 
  }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

.btn-type07 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  color: #2167AE;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 35px;
  padding-right: 46px;
  background: url(../images/img/common/ico_blank02@2x.png) no-repeat right 15px top 50%/21px 21px;
  background-color: #fff; }

.btn-type08 {
  min-width: 154px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 9999px;
  padding: 6px 15px;
  background: #2167AE; }

.btn-type09 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  color: #2167AE;
  text-align: center;
  max-width: 310px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 35px;
  padding-right: 46px;
  background: url(../images/img/common/ico_blank02@2x.png) no-repeat right 15px top 50%/21px 21px;
  background-color: #fff; }

.btn-type10 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  background: #fff;
  color: #2167AE;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 15px; }

.btn-type11 {
  display: inline-block;
  border-radius: 9999px;
  background: #2167AE;
  color: #fff;
  text-align: center;
  min-width: 92px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 9px 10px; }

.btn-type12 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  background: #2167AE;
  color: #fff;
  text-align: center;
  max-width: 310px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 15px; }
  .btn-type12.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; }

.btn-type13 {
  border: 2px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  color: #2167AE;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  padding: 15px 56px 15px 24px;
  background: url(../images/img/common/ico_blank.svg) no-repeat right 25px top 50%/19px 12px;
  background-color: #fff; }

.btn-type14 {
  max-width: 340px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 9999px;
  padding: 6px 15px;
  background: #2167AE; }

  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.btn-type15 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  color: #2167AE;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.33;
  font-weight: 400;
  padding: 16px 56px 16px 24px;
  background: url(../images/img/common/ico_blank.svg) no-repeat right 25px top 50%/19px 12px;
  background-color: #fff;
  letter-spacing: 0px; }

.btn-type16 {
  border: 1px solid #2167AE;
  display: inline-block;
  border-radius: 9999px;
  background: #2167AE;
  color: #fff;
  text-align: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 13px 15px; }
  .btn-type16.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
.btn-type17 {
	border: 2px solid #2167AE;
	display: inline-block;
	border-radius: 9999px;
	background: #fff;
	color: #2167AE;
	text-align: center;
	max-width: 340px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 12px 15px; }
  
  .btn-type18 {
	border: 1px solid #2167AE;
	display: inline-block;
	border-radius: 9999px;
	background: #2167AE;
	color: #fff;
	text-align: center;
	max-width: 360px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 13px 15px; }
	.btn-type18.is-inactive {
	  pointer-events: none;
	  background: #A6ADAF;
	  color: #2B2E31;
	  border-color: #A6ADAF;
	  opacity: .5; }
	.btn-type18__inner {
	  display: inline-block;
	  padding-right: 30px;
	  background: url(../images/img/changeaccount/ico_blank_white.svg) no-repeat right; }
  
  .btn-type19 {
	border: 2px solid #2167AE;
	display: inline-block;
	border-radius: 9999px;
	background: #fff;
	color: #2167AE;
	text-align: center;
	max-width: 340px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 8px 15px; }
  
  .btn-type20 {
	min-width: 147px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	display: inline-block;
	border-radius: 9999px;
	padding: 8px 15px;
	background: #2167AE; }
  
  .btn-type21 {
	min-width: 147px;
	text-align: center;
	color: #2167AE;
	font-size: 1.6rem;
	font-weight: 400;
	display: inline-block;
	border-radius: 9999px;
	padding: 7px 15px;
	border: 1px solid #2167AE;
	background: #fff; }
	.btn-type21.is-inactive {
		pointer-events: none;
		display: none; }

  
  .btn-type22 {
	border: 2px solid #2167AE;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 9999px;
	color: #2167AE;
	text-align: center;
	max-width: 340px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.33;
	font-weight: 400;
	padding: 10px 24px 10px 24px;
	background-color: #fff; }
	.btn-type22:after {
	  content: "";
	  width: 19px;
	  height: 12px;
	  display: block;
	  background: url(../images/img/common/ico_blank.svg) no-repeat center/19px 12px; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */
	  
.link-type01 {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 29px;
  color: #2167AE;
  background: url(../images/img/common/link_type01_arrow.svg) no-repeat right/18px 13px; }

.link-type02:not(:hover) {
  text-decoration: underline;
  color: #23366F; }

.link-type03 {
  background: url(../images/img/common/link_type03_arrow.svg) no-repeat right 0 top calc(50% + 1px)/7px 14px;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 12px;
  color: #23366F; }
	/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  .link-type03:not(:hover) {
    text-decoration: underline;
    color: #23366F;
  }
	/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
.link-type04 {
  background: url(../images/img/common/link_type03_arrow.svg) no-repeat left/7px 12px;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 13px;
  color: #23366F;
  font-weight: 500; }

.link-blank {
  color: #2167AE;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 26px;
  background: url(../images/img/common/ico_blank.svg) no-repeat right/14.25px 9px; }

.link-blank02 {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 25px;
  background: url(../images/img/common/ico_blank02@2x.png) no-repeat right/21px 21px; }
  .link-blank02:not(:hover) {
    text-decoration: underline; }

.link-blank03 {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 25px;
  color: #23366F;
  background: url(../images/img/common/ico_blank02@2x.png) no-repeat right/21px 21px; }
  .link-blank03:not(:hover) {
    text-decoration: underline; }

.link-blank04 {
  background: url(../images/img/common/link_type03_arrow.svg), url(../images/img/common/ico_blank04.svg);
  background-size: 7px 12px, 20px 12px;
  background-repeat: no-repeat;
  background-position: left, right;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 13px;
  padding-right: 30px;
  color: #23366F;
  font-weight: 500; }

.link-blank05 {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 30px;
  color: #23366F;
  background: url(../images/img/common/ico_blank04.svg) no-repeat right; }
  .link-blank05:not(:hover) {
    text-decoration: underline; }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.link-blank06 {
  padding-right: 30px;
  background: url(../images/img/common/ico_blank04.svg) no-repeat top 50% right 5px; }
  .link-blank06:not(:hover) {
    text-decoration: underline; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

.link-back {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  padding-left: 25px;
  color: #2167AE;
  background: url(../images/img/common/link_back_arrow.svg) no-repeat left/10px 19px; }

.link-pdf {
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 32px;
  background: url(../images/img/common/ico_pdf.svg) no-repeat right; }
  .link-pdf:not(:hover) {
    text-decoration: underline; }
  .link-pdf.no-pdf-icon {
    background: none;
  }

.link-pdf02 {
  background: url(../images/img/common/link_type03_arrow.svg), url(../images/img/common/ico_pdf.svg);
  background-size: 7px 12px, 19px 18px;
  background-repeat: no-repeat;
  background-position: left, right;
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 13px;
  padding-right: 30px;
  color: #23366F;
  font-weight: 500; }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.link-xml {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 32px;
  background: url(../images/img/common/ico_xml.svg) no-repeat right; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

 /***************************

object/component/_list.scss

***************************/
.link-list01 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #D8E0DF; }

.link-list01__item {
  background: #fff;
  border-bottom: 1px solid #D8E0DF;
  font-size: 1.4rem; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  .link-list01__item.is-inactive {
	pointer-events: none;
	background: #A6ADAF;
	color: #2B2E31;
	opacity: .5; 
  }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
  .link-list01__item a {
    display: block;
    padding: 24px 49px 24px 20px;
    position: relative; }
	/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
	.link-list01__item a.is-inactive {
	  pointer-events: none;
	}
	  .link-list01__item a.is-inactive .link-list01__item__hdg {
		color: #2B2E31;
	  }
	/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
    .link-list01__item a:after {
      content: "";
      line-height: 1;
      width: 10px;
      height: 19px;
      background: url(../images/img/common/link_list01_arrow.svg) no-repeat center/contain;
      position: absolute;
      top: calc(50% - 10px);
      right: 22px; }
.link-list01__item__hdg {
  font-size: 1.8rem;
  color: #23366F;
  font-weight: 700;
  line-height: 1.4; }
  .link-list01__item__hdg:has(+ *) {
    margin-bottom: 10px; }

.link-list02 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.link-list02__item {
  background: #fff;
  border-bottom: 1px solid #D3E5F4; }
  .link-list02__item:nth-of-type(1) {
    border-top: 1px solid #D3E5F4; }
  .link-list02__item a {
    display: block;
    padding: 24px 36px 24px 20px;
    position: relative; }
    .link-list02__item a:after {
      content: "";
      line-height: 1;
      width: 6px;
      height: 13px;
      background: url(../images/img/common/link_list02_arrow.svg) no-repeat center/contain;
      position: absolute;
      top: calc(50% - 7px);
      right: 20px; }

.list-type01__item {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 24px;
  text-indent: -24px;
  line-height: 1.4; }
  .list-type01__item:before {
    content: "・";
    margin-right: 7px; }
  .list-type01__item:nth-of-type(n+2) {
    margin-top: 3px; }

/***************************

object/component/_form.scss

***************************/
::placeholder {
  color: #DDD; }

input[type='text'],
input[type='tel'], /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
textarea {
  border: 1px solid #91BFE3; /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Mod */
  border-radius: 5px;
  /* background: #EDFBEE; */ /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Del */
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 19px 13px;
  width: 100%; }
  input[type='text']:focus,
  input[type='tel']:focus, /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  textarea:focus {
    outline: 1px solid #2167AE;
    border-color: #2167AE; }
  input[type='text'].size-s,
  input[type='tel'].size-s, /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  textarea.size-s {
    max-width: 110px; }
  input[type='text'].size-140,
  input[type='tel'].size-140, /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  textarea.size-140 {
    max-width: 140px; }
  input[type='text'].is-notEmpty,
  input[type='tel'].is-notEmpty, /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  textarea.is-notEmpty {
    border-color: #D5D5D5;
    background: #fff; }
  input[type='text'].is-error,
  input[type='tel'].is-error, /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  textarea.is-error {
    border-color: #CB4B40;
    background: #FFE3E1;
    color: #CB4B40; }
  /* 2024/10/16 DEVRQ-1664_マイページUI改修（10月）問合せ・連絡先住所変更・クレカ変更・解約 Add Start */
  /* size-sと合わせた幅 */
  input[type='tel'].cardNoOrTel {
	max-width: 110px;
  }
  @media screen and (max-width: 768px) {
	input[type='tel'].cardNoOrTel {
	  max-width: 20%;
	  padding: 14px 8px 13px;
	}
  }
  /* 2024/10/16 DEVRQ-1664_マイページUI改修（10月）問合せ・連絡先住所変更・クレカ変更・解約 Add End */
  /* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
  input[type='text']:disabled,
  textarea:disabled {
    color: #929A9C;
    border-color: #C9D0D2;
    background: #E4E9EC;
    pointer-events: none; }
    input[type='text']:disabled::placeholder,
    textarea:disabled::placeholder {
      color: #929A9C; }
    .changeRegistInfo-nameChange__item:has(input[type='text']:disabled,
    textarea:disabled) {
      pointer-events: none; }
  /* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */
select {
  border: 1px solid #91BFE3; /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Mod */
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 19px 13px; }
  select:focus {
    outline: 1px solid #2167AE;
    border-color: #2167AE; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
  select.is-error {
    border-color: #CB4B40;
    background: #FFE3E1;
    color: #CB4B40; }
  /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */
  @media screen and (max-width: 420px) {
    select {
      padding: 14px 10px 13px; } }

.radio-type01 {
  display: inline-block;
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 11px 10px 11px 50px;
  position: relative;
  width: calc(50% - 12px);
  max-width: 185px;
  cursor: pointer; } /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  .radio-type01:before {
    content: "";
    width: 20px;
    aspect-ratio: 1 / 1;
    border: 1px solid #B1B1B1;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: calc(50% - 11px);
    left: 15px; }
  .radio-type01:after {
    content: "";
    width: 12px;
    aspect-ratio: 1 / 1;
    background: #2167AE;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: 20px;
    opacity: 0; }
  .radio-type01:has(input:checked) {
    color: #2167AE;
    border-color: #2167AE;
    background: #E9F7FC; }
    .radio-type01:has(input:checked):before {
      border-color: #2167AE; }
    .radio-type01:has(input:checked):after {
      opacity: 1; }
  .radio-type01 input {
    display: none; }
  @media screen and (max-width: 400px) {
    .radio-type01 {
      width: calc(50% - 5px);
      padding: 15px 5px 15px 40px;
      font-size: 1.6rem; }
      .radio-type01:before {
        width: 20px;
        top: calc(50% - 10px);
        left: 10px; }
      .radio-type01:after {
        width: 12px;
        top: calc(50% - 5px);
        left: 15px; } }

.check-type01 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 0 5px 45px;
  position: relative;
  cursor: pointer; } /* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add */
  .check-type01:before {
    content: "";
    width: 28px;
    aspect-ratio: 1 / 1;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: calc(50% - 15px);
    left: 0; }
  .check-type01:after {
    content: "";
    width: 10px;
    height: 15px;
    border-bottom: 3px solid #23366F;
    border-right: 3px solid #23366F;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 12px);
    left: 8px;
    opacity: 0; }
  .check-type01:has(input:checked):after {
    opacity: 1; }
  .check-type01 input {
    display: none; }

.radio-type01Wrap {
	display: flex;
	justify-content: space-between; }

.radio-type01Wrap {
  display: flex;
  justify-content: space-between; }
  
.radio-type01Wrap:not(:has(input[value="事前予約"]:checked)) + input#date {
  display: none; }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.radio-type02 {
  display: block;
  border: 1px solid #C9D0D2;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 10px 15px 44px;
  position: relative;
  cursor: pointer; }
  .radio-type02.is-inactive {
	pointer-events: none;
	background: #A6ADAF;
	color: #2B2E31;
	border-color: #A6ADAF;
	opacity: .5; }

  .radio-type02:before {
	content: "";
	width: 20px;
	aspect-ratio: 1 / 1;
	border: 2px solid #A6ADAF;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: calc(50% - 12px);
	left: 10px; }
  .radio-type02:after {
	content: "";
	width: 12px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 6px);
	left: 16px;
	opacity: 0; }
  .radio-type02:has(input:checked) {
	border-color: #23366F;
	background: #C7EBF9; }
	.radio-type02:has(input:checked):before {
	  border-color: #23366F;
	  background: #23366F; }
	.radio-type02:has(input:checked):after {
	  opacity: 1; }
  .radio-type02 input {
	display: none; }
  .radio-type02__label {
	display: block; }
	.reissuedeductcert__etax + .radio-type02__label {
	  margin-top: 5px; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add Start */
.radio-type03 {
	display: inline-block;
	border: 1px solid #B1B1B1;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 11px 10px 11px 50px;
	position: relative;
	width: calc(50% - 5px);
	max-width: 200px;
	cursor: pointer; }
	.radio-type03:before {
	  content: "";
	  width: 20px;
	  aspect-ratio: 1 / 1;
	  border: 1px solid #B1B1B1;
	  border-radius: 50%;
	  background: #fff;
	  position: absolute;
	  top: calc(50% - 11px);
	  left: 15px; }
	.radio-type03:after {
	  content: "";
	  width: 12px;
	  aspect-ratio: 1 / 1;
	  background: #2167AE;
	  border-radius: 50%;
	  position: absolute;
	  top: calc(50% - 6px);
	  left: 20px;
	  opacity: 0; }
	.radio-type03:has(input:checked) {
	  color: #2167AE;
	  border-color: #2167AE;
	  background: #E9F7FC; }
	  .radio-type03:has(input:checked):before {
		border-color: #2167AE; }
	  .radio-type03:has(input:checked):after {
		opacity: 1; }
	.radio-type03 input {
	  display: none; }
	@media screen and (max-width: 400px) {
	  .radio-type03 {
		padding: 15px 5px 15px 40px;
		font-size: 1.6rem; }
		.radio-type03:before {
		  width: 20px;
		  top: calc(50% - 10px);
		  left: 10px; }
		.radio-type03:after {
		  width: 12px;
		  top: calc(50% - 5px);
		  left: 15px; } }
  
  .radio-type03Wrap {
	display: flex;
	gap: 10px; }
  
  .radio-type04 {
	display: block;
	border: 1px solid #C9D0D2;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 15px 10px 15px 44px;
	position: relative;
	cursor: pointer; }
	.radio-type04:before {
	  content: "";
	  width: 20px;
	  aspect-ratio: 1 / 1;
	  border: 2px solid #A6ADAF;
	  border-radius: 50%;
	  background: #fff;
	  position: absolute;
	  top: calc(50% - 12px);
	  left: 10px; }
	.radio-type04:after {
	  content: "";
	  width: 12px;
	  aspect-ratio: 1 / 1;
	  background: #fff;
	  border-radius: 50%;
	  position: absolute;
	  top: calc(50% - 6px);
	  left: 16px;
	  opacity: 0; }
	.radio-type04:has(input:checked) {
	  border-color: #23366F;
	  background: #C7EBF9; }
	  .radio-type04:has(input:checked):before {
		border-color: #23366F;
		background: #23366F; }
	  .radio-type04:has(input:checked):after {
		opacity: 1; }
	.radio-type04 input {
	  display: none; }
	.radio-type04__label {
	  display: block; }
	  .reissuedeductcert__etax + .radio-type04__label {
		margin-top: 5px; }
/* 2024/11/20 DEVRQ-1665_マイページUI改修（11月）メッセージBOX・支払方法選択・口座・名変 Add End */
.check-type02 {
  display: block;
  border: 1px solid #C9D0D2;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 18px 10px 18px 44px;
  position: relative;
  cursor: pointer; }
  .check-type02.is-inactive {
    pointer-events: none;
    background: #A6ADAF;
    color: #2B2E31;
    border-color: #A6ADAF;
    opacity: .5; }
  .check-type02:before {
    content: "";
    width: 20px;
    aspect-ratio: 1 / 1;
    border: 2px solid #DDE4E3;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    top: calc(50% - 12px);
    left: 10px; }
  .check-type02.is-inactive:before {
    background: #A6ADAF; }
  .check-type02:after {
    content: "";
    width: 18px;
    aspect-ratio: 1 / 1;
    background: url(../images/img/common/ico_check02.svg) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 9px);
    left: 13px;
    opacity: 0; }
  .check-type02:has(input:checked) {
    border-color: #23366F;
    background: #C7EBF9; }
    .check-type02:has(input:checked):before {
      border-color: #23366F;
      background: #23366F; }
    .check-type02:has(input:checked):after {
      opacity: 1; }
  .check-type02 input {
    display: none; }
  .check-type02__label {
    display: block; }
    .reissuedeductcert__etax + .check-type02__label {
      margin-top: 5px; }
  .check-type02Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px; }
  .check-type02Wrap__2column {
    width: calc(50% - 5px); }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

.errorMessage {
  color: #CB4B40;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px; }

/***************************

object/utility/display.scss

***************************/
.relative {
  position: relative; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.none {
  display: none; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col; }

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse; }

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.flex-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-item0 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; } }
 /***************************

object/utility/_background.scss

***************************/
 /***************************

object/utility/_link.scss

***************************/
.link--under-line {
  text-decoration: underline; }

.link--under-line:hover {
  text-decoration: none; }

/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add Start */
.link--under-line-border {
  position: relative;
  top: -2px; }
  .link--under-line-border:not(:hover) {
    border-bottom: 1px solid #23366F; }
  .link--under-line-border img {
    position: relative;
    top: -2px; }

.link--under-line-border__inner {
  position: relative;
  top: 2px; }
/* 2024/09/18 DEVRQ-1479 MyPageログイン画面改修（+契約内容照会+控除証明書再発行）Add End */

 /***************************

object/utility/_text.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

@media screen and (min-width: 769px) {
  .t-center_pc {
    text-align: center; }

  .t-left_pc {
    text-align: left; }

  .t-right_pc {
    text-align: right; } }
@media screen and (max-width: 768px) {
  .t-center_sp {
    text-align: center; }

  .t-left_sp {
    text-align: left; }

  .t-right_sp {
    text-align: right; } }
.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.fs-10 {
  font-size: 10px; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

.fs-21 {
  font-size: 21px; }

.fs-22 {
  font-size: 22px; }

.fs-23 {
  font-size: 23px; }

.fs-24 {
  font-size: 24px; }

.fs-25 {
  font-size: 25px; }

.fs-26 {
  font-size: 26px; }

.fs-27 {
  font-size: 27px; }

.fs-28 {
  font-size: 28px; }

.fs-29 {
  font-size: 29px; }

.fs-30 {
  font-size: 30px; }

.fs-31 {
  font-size: 31px; }

.fs-32 {
  font-size: 32px; }

.fs-33 {
  font-size: 33px; }

.fs-34 {
  font-size: 34px; }

.fs-35 {
  font-size: 35px; }

.fs-36 {
  font-size: 36px; }

.f-bold {
  font-weight: bold; }

.f-normal {
  font-weight: normal; }

.f-regular {
  font-weight: 500; }

.indent--1 {
  text-indent: -1em;
  padding-left: 1em; }

.indent--2 {
  text-indent: -2em;
  padding-left: 2em; }

.indent--3 {
  text-indent: -3em;
  padding-left: 3em; }

.indent--4 {
  text-indent: -4em;
  padding-left: 4em; }

.indent--5 {
  text-indent: -5em;
  padding-left: 5em; }

.fc--white {
  color: #fff; }

.fc--black {
  color: #23366F; }

.fc--red {
  color: #CB4B40; }

.fc--blue {
  color: #2167AE; }

.txtdeco-none {
  text-decoration: none; }

 /***************************

object/utility/spases.scss

***************************/
.m-0 {
  margin: 0; }

.mb-0 {
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mt-190 {
  margin-top: 190px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.mb150 {
  margin-bottom: 150px; }

.mb300 {
  margin-bottom: 10px; }

.mt-0 {
  margin-top: 0px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mr-0 {
  margin-right: 0px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.ml-0 {
  margin-left: 0px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pr-0 {
  padding-right: 0px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pl-0 {
  padding-left: 0px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

 /***************************

object/utility/_font.scss

***************************/
.fv {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px; }

.uppercase {
  text-transform: uppercase; }

.letterspace01 {
  letter-spacing: 2px; }

.letterspace02 {
  letter-spacing: 4px; }

.letterspace03 {
  letter-spacing: 1px; }

.lineheight01 {
  line-height: 1.3; }

.subEng {
  text-transform: uppercase;
  font-family: 'Lexend Zetta', sans-serif; }

.garamond {
  font-family: 'EB Garamond', serif; }

.lexend {
  font-family: 'Lexend Zetta', sans-serif; }

.vertical {
  writing-mode: vertical-rl; }

