@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
}

main {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

/* Embedded content */
/* ============================================ */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

select::-ms-expand {
  display: none;
}

option {
  color: black; /* 2022/05/26 TerraSky #0686 Add */
  padding: 0;
}
/* 2022/05/26 TerraSky #0686 Add Start */
option:disabled {
  color: #e0e0e1;
}
/* 2022/05/26 TerraSky #0686 Add End */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

/* 2021/11/22 TerraSky Add Start */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
/* 2021/11/22 TerraSky Add End */

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width:491px)  {
  body {
    background-color: #f3f4f5;
  }
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

input[type=text],
input[type=radio],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
textarea[type=text] {
  height: 35px;
  padding: 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
}

textarea[type=text] {
  height: 150px;
  width: 100%;
}
/* 2022/05/26 TerraSky #0686 Mod Start */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #e0e0e0;
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod Start */
  font-size: 1.6rem;
  /* font-size: 14px; */
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod End */
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #e0e0e0;
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod Start */
  font-size: 1.6rem;
  /* font-size: 14px; */
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod End */
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #e0e0e0;
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod Start */
  font-size: 1.6rem;
  /* font-size: 14px; */
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod End */
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #e0e0e0;
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mdd Start */
  font-size: 1.6rem;
  /* font-size: 14px; */
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Mod End */
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  color: #e0e0e0;
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 mod START */
  font-size: 1.6rem;
  /* font-size: 14px; */
  /* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 mod END */
  font-weight: normal;
}
/* 2022/05/26 TerraSky #0686 Mod End */

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

select {
  /* 2022/05/26 TerraSky #0686 Mod Start */
  /*color: #707070;*/
  color: #e0e0e0;
  /* 2022/05/26 TerraSky #0686 Mod End */
  font-weight: normal;
  font-size: 1.6rem;     /* 2022/03/16 TerraSky #0598 Added */
}

label[for] {
  line-height: 1;
}

/* ========================================================
Layout
=========================================================*/
/* Layout - ヘッダー
---------------------------------------------------------*/
.l-header {
  width: 100%;
  max-width: 640px;
  background: #FFEFAA;
  margin: 0 auto;
}

.l-header_top {
  background: #ffffff;
}

.l-header__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 8px;
  height: 60px;
}

.l-bottom {
  padding-bottom: 34px;
}
/*2022/09/06 TerraSky #0766 Add Start*/
.l-bottom_flex {
  padding-bottom: 50px;
}
/*2022/09/06 TerraSky #0766 Add End*/

/* Layout - コンテナ
---------------------------------------------------------*/
.l-container {
  width: 100%;
  line-height: 1.47;
}

/* Layout - ボタン
---------------------------------------------------------*/
.l-button__close__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========================================================
Component
=========================================================*/
.c-none img {
  visibility: hidden;
}

.c-none > .p-hamburger__line {
  visibility: hidden;
}

/* Component - フロー
---------------------------------------------------------*/
.c-flow {
  background: #FFEFAA;
}

.c-flow__wrap {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
}

.c-flow__wrap_six {
  font-size: 1.2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-flow__black {
  background: #000000;
}

.c-flow__inner {
  max-width: 600px;
  width: 98%;
  margin: auto;
  padding: 20px 0;
}

.c-flow__step {
  width: 25%;
  text-align: center;
  position: relative;
}

/* 2023/08/31 TerraSky #1089 add Start*/ 
.c-flow__step2 {
  width: 25%;
  text-align: center;
  position: relative;
}
.c-flow__step2:nth-child(1),
.c-flow__step2:nth-child(3) {
  flex-grow: 1;
}

.c-flow__step2:nth-child(2) {
  flex-grow: 0;
}

/* 2023/08/31 TerraSky #1089 add End　*/ 

.c-flow__step_six {
  width: 20%;
}

.c-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 31%;
  right: -15px;
  background: url(../img/flow-arrow.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-flow__step_six:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -11px;
  background: url(../img/flow-arrow_six.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-flow__step_text {
  width: 25%;
  text-align: center;
}

/* 2023/08/31 TerraSky #1089 add Start　*/ 
.c-flow__step2_text {
  width: 100%;
  text-align: center;
}

.c-flow__step2_text:nth-child(1) {
  width: 47%;
  text-align: center;
}

.c-flow__step2_text:nth-child(3) {
  width: 47%;
  text-align: center;
}

.c-flow__step2_text:nth-child(2) {
  width: 5%;
  text-align: center;
}

/* 2023/08/31 TerraSky #1089 add End　*/ 
.c-flow__step_text_six {
  width: 20%;
}

.c-flow__circle {
  width: 34px;
  height: 34px;
  line-height: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.c-flow__circle_red {
  background: #E5290C;
  border: 1px solid #E5290C;
  color: #ffffff;
}

.c-flow__circle_black {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.c-flow__circle::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  font-size: 2rem;
}

.c-flow__circle_first::after {
  content: "1";
}

.c-flow__circle_second::after {
  content: "2";
}

.c-flow__circle_third::after {
  content: "3";
}

.c-flow__circle_fourth::after {
  content: "4";
}

.c-flow__circle_fifth::after {
  content: "5";
}

.c-flow__circle_sixth::after {
  content: "6";
}

.c-flow__step_white {
  border: 2px solid #ffffff;
  height: 50%;
}

.c-flow__step_medium {
  width: 30%;
  background: #FFE065;
  font-size: 1.6rem;
}

.c-flow__text {
  font-weight: bold;
  line-height: 1.5rem;
}

/* Component - フォーム
---------------------------------------------------------*/
.c-formwidth100 {
  width: 100% !important;
}

.c-formwidth100 input[type=text] {
  width: 100% !important;
}

/* 2021/12/02 TerraSky Add Start */
.c-formwidth100_number {
  width: 100% !important;
}

.c-formwidth100_number input[type=tel] {
  width: 100% !important;
}
/* 2021/12/02 TerraSky Add End */

.c-form__body {
  max-width: 600px;
  width: 90%;
  margin: auto;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-form__label {
  background-color: #F1E9D9;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width:491px)  {
 .c-form__label {
   margin-left: -32px;
   margin-right: -32px;
  }
}

.c-form__wrap {
  padding: 16px 0;
  font-weight: normal;
}

.c-form__wrap_textin {
  padding: 13px 0 16px 0;
  font-weight: normal;
}

.c-form__label p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 4px 0;
}

.c-form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-form-name-span {
  margin-top: 14px;
}

.c-form-name__input span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5px;
}

.c-form-name input[type=text] {
  width: 80%;
}

.c-form-bank-wrap {
  margin-top: -12px;
}

.c-form-bank-name input[type=text] {
  width: 100%;
}

/* 2022/05/23 #0683【保守案件】償還先口座情報変更画面の口座番号のキーパッド変更 */
.c-form-bank-name input[type=tel] {
  width: 100%;
}

.c-form-item__input span {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-form-sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-sex__input {
  margin-right: 3%;
}

.c-form-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-country__input {
  margin-right: 6%;
}

.c-form-kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-kind__input {
  margin-right: 3%;
  width: 30%;
}

.c-form-money__input {
  position: relative;
}

.c-form-money__input input[type=text] {
  width: 100%;
  text-align: left;
  padding: 0 4.5em 0 0.5em;
}

.c-form-money__input::after {
  position: absolute;
  top: 3px;
  right: 20px;
  content: "円";
  width: 20px;
  height: 30px;
}

.c-form__text {
  font-weight: normal;
}

.c-form-code__input input[type=text] {
  width: 100%;
}

/* 2022/04/05 #0637 追加修正 st */
.c-form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* 2022/04/05 #0637 追加修正 end */

/* Component - ボタン
---------------------------------------------------------*/
.c-button {
  width: 100%;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}

.c-button_change {
  width: 100%;
  max-width: 338px;
  border-radius: 50px;
  margin: auto;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.c-change_red {
  background: #E5290C !important;
  color: #ffffff !important;
  border: 2px solid #E5290C !important;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3) !important;
}

.c-button_red {
  border: 2px solid #E5290C;
  background: #E5290C;
  color: #ffffff;
}

.c-button_black {
  border: 2px solid #000000;
  background: #000000;
  background: #000000;
  color: #ffffff;
}

.c-button_gray {
  border: 2px solid #B4B4B4;
  background: #B4B4B4;
  background: #B4B4B4;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.2);
}

.c-button_white {
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

.c-button_yellow {
  background: #FFE065;
}

.c-button__inner {
  line-height: 1.76;
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.c-button__arrow {
  position: relative;
}

.c-button__arrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  content: "";
  background: url(../img/bt_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
}

.c-button_back {
  width: 42.4vw;
  max-width: 280px;
}

.c-button_next {
  width: 42.4vw;
  max-width: 280px;
}

.c-button__back input[value],
.c-button__next input[value],
.c-button input[value] {
  margin: auto;
}

.c-small-button {
  font-size: 1.2rem;
  padding: 2px 8px;
  border: 1px solid #000000;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

/* 20220325 #0639 st*/
.c-button__close {
  display: block;
  width: 20px;
  height: 20px;
  /* position: relative; */
	position: absolute;
	right: 20px;
}
/* 20220325 #0639 end*/

.c-button__close::before, .c-button__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: 14%;
  left: 14%;
}

.c-button__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 16%;
}

.c-button__confirm {
  font-size: 1.2rem;
  border-radius: 50px;
  padding: 4px 16px;
}

.c-button_scroll {
  white-space: normal;
}

.c-button__bottom {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

/* 2022/08/22 TerraSky Phase2対応 Add Start */
.c-button__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 60px);
}
/* 2022/08/22 TerraSky Phase2対応 Add End */

/* 2022/12/06 TerraSky Phase2対応 #0969 Add Start */
@media screen and (max-width: 490px){
  .c-button__flex{
    min-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
/* 2022/12/06 TerraSky Phase2対応 #0969 Add End */

/* Component - セレクトボックス
---------------------------------------------------------*/
.c-select__wrap {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-form-birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-select__wrap + .c-select__wrap {
  margin-left: 10px;
}

.c-select {
  width: 100%;
  min-width: 80px;
  height: 35px;
  padding: 0 2em 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  overflow-x: hidden !important; /* 2022/03/16 TerraSky #0598 Added */
}

.c-select__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
  padding-left: 8%;
}

.c-select__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid black;
}

.c-form-address {
  margin-bottom: 14px;
}

.c-form-address:last-child {
  margin-bottom: 0;
}

.c-form-address__title {
  display: block;
}

.c-form-address__smalltext {
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 6px;
}

.p-form .c-form-address__smalltext {
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 6px;
}

.c-form-address__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-address__search {
  line-height: 1.9;
  margin-left: 12px;
  font-size: 1.4rem;
  padding: 2px 16px;
  color: #ffffff;
  background: #000000;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
}

/* 2022/02/10 TerraSky Add Start */
.p-address__inner_box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CFCFCF;
}

.p-address__inner_ul {
  padding-left: 30px;
  list-style: disc;
}
/* 2022/02/10 TerraSky Add End */

@media screen and (max-width: 370px) {
  .c-form-address__search {
    font-size: 1.2rem;
    padding: 2px 8px;
    line-height: 1.7;
  }
}

.c-form-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-form-tel input[type=tel] {
  width: 28%;
  margin-left: 2%;
  margin-right: 2%;
}

.c-form-tel input[type=tel]:first-child {
  margin-left: 0;
}

.c-form-tel input[type=tel]:last-child {
  margin-right: 0;
}

.c-select-content__wrap::after {
  right: 15px;
}

.c-form-select__margin {
  margin-bottom: 20px;
}


.c-form-select__text {
  font-weight: bold;
  font-size: 1.4rem;
}

.c-select-content__wrap {
  width: 100%;
}

.c-form-split input[type=number] {
  width: 100%;
  margin-right: 10px;
}

.c-form-split__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-form-split__item {
  width: 27%;
}

.c-form-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-form-email__input input[type=email], .c-form-email__input input[type=text] {
  width: 100%;
}
/* 2022/01/06 TerraSky Add Start */
/*.c-form-id__input input[type=text] {*/
.c-form-id__input input[type=email] {
/* 2022/01/06 TerraSky Add End */
  width: 100%;
  height: 35px;
}

.c-form-password__input input[type=password], .c-form-password__input input[type=text] {
  width: 100%;
  height: 35px;
}

.c-form-password__input {
  position: relative;
}

.c-bt_hide_top {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 35px;
  height: 35px;
}

@media screen and (min-width:491px)  {
 .c-bt_hide_top {
   right: 20px;
  }
}

.c-bt_hide_top img {
  width: 24px;
}

.c-bt_hide {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 35px;
  height: 35px;
}

.c-bt_hide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 24px;
}

.c-form-password__input input::-webkit-input-placeholder {
  color: #000000;
}

.c-form-password__input input::-moz-placeholder {
  color: #000000;
}

.c-form-password__input input:-ms-input-placeholder {
  color: #000000;
}

.c-form-password__input input::-ms-input-placeholder {
  color: #000000;
}

.c-form-password__input input::placeholder {
  color: #000000;
}

.c-checkbox input[type=checkbox] {
  display: none;
}

.c-checkbox input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 1.5rem;
}

.c-checkbox input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
  top: -2px;
  left: 0;
}

.c-checkbox input[type=checkbox] + label::after {
  display: none;
}

.c-checkbox.check-bleu input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 9px;
  /*20220324 #0628 st*/
  /* margin-top: -9px; */
  top: 1px;
  /* top: 72%; */
  /*20220324 #0628 end*/
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #000000;
}

/* c-checkboxにて実施
.check1.check-bleu input[type=checkbox] + label::after,
.check2.check-bleu input[type=checkbox] + label::after,
.check3.check-bleu input[type=checkbox] + label::after,
.check4.check-bleu input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 9px;
  margin-top: -9px;
  top: 72%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #0062FF;
}
*/

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


/* Component - タイトル
---------------------------------------------------------*/
.c-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-title p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 4px 0;
}

.c-small-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-small-title p {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 4px 0;
}

.c-small-title_beige {
  background-color: #F1E9D9;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width:491px)  {
 .c-small-title_beige {
   margin-left: -32px;
   margin-right: -32px;
 }
}

.c-small-title__wrap {
  background-color: #F1E9D9;
  font-weight: bold;
}

.c-small-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 4px 0;
}

.c-title-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  width: 90%;
  margin: auto;
}

.c-title-parts p {
  width: auto;
  margin-left: 0;
  /* 2022/03/29 TerraSky #0498 Add Start */
  flex: 1;
  /* 2022/03/29 TerraSky #0498 Add End */
}

/* Component - ステップ
---------------------------------------------------------*/
.c-step {
  padding: 4px 12px;
  background: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  color: #ffffff;
}

/* Component - マーク
---------------------------------------------------------*/
/* 20220325 #0641 st */
.c-confirmed-mark {
  width: 60px;
  padding: 2px 2px;
  /* padding: 2px 8px; */
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
/* 20220325 #0641 end */

.c-confirmed-mark_gray {
  border: 1px solid #707070;
  color: #707070;
  background: #ffffff;
}

.c-confirmed-mark_black {
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
}

.c-confirmed-mark_red {
  border: 1px solid #E5290C;
  color: #ffffff;
  background: #E5290C;
}

.c-confirmed-mark_white {
  border: 1px solid #000000;
  color: #000000;
  background: #ffffff;
}

.c-confirmed-mark_beige {
  border: 1px solid #F1E9D9;
  color: #000000;
  background: #F1E9D9;
}

.mark-black {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

/* Component - リンクテキスト
---------------------------------------------------------*/
.c-blue-link {
  color: #0062FF;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}

/* Component - メニュー
---------------------------------------------------------*/
/* 20220325 #0369 st */
.c-menu {
  position: absolute;
	z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  /* width: 70%; */
	opacity: 0;
  /* z-index: 100;
  height: 100vh;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background: #ffffff; */
}

.c-menu__wrap {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #f8f6ea;
	opacity: 0;
  overflow-y: hidden; /* 2022/12/06 TerraSky Phase2対応 #0969 Add */
}
/* 20220325 #0369 end */

.c-menu__container {
  padding-top: 18px;
}

/* 20220325 #0639 st */
.c-menu.active {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
	background-color: rgba(0,0,0,0.6);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
	opacity: 1;
}

.c-menu__wrap.active {
  position: fixed;
  width: 80%;
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
	opacity: 1;
  overflow-y: scroll; /* 2022/12/06 TerraSky Phase2対応 #0969 Add */
}

/* 2022/12/06 TerraSky Phase2対応 #0969 Del Start */
/*
@media screen and (max-height:530px)  {
	.c-menu__wrap.active {
		overflow-y: scroll;
	}
}
*/
/* 2022/12/06 TerraSky Phase2対応 #0969 Del End */

.p-menu-title__wrap, .p-menu__contents {
	padding: 10px 20px 10px 20px;
  /* padding: 10px 20px 0 20px; */
}
/* 20220325 #0639 end */

.p-menu__title {
  font-weight: bold;
}

/* 20220325 #0639 st */
.p-menu__li {
  /* padding-bottom: 15px; */
	padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 0px 0 rgb(0 0 0 / 16%);
}

.p-menu__li:hover {
  color: #423f36;
  opacity: 0.6;
}
.p-menu__icon {
  position: absolute;
  right: 40px;
  transform: translateY(-125%);
}
/* 20220325 #0639 end */

.p-nemu__graybox {
  width: 100%;
  padding: 15px;
  background: #F7F7F7;
  margin: 15px 0;
}

.p-nemu__graybox__text {
  width: 100%;
  font-size: 1.4rem;
  padding: 8px 0 8px 20px;
  background: #F7F7F7;
  margin: 15px 0;
}

.p-menu__li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Component - フォント
---------------------------------------------------------*/
.c-bold {
  font-weight: bold !important;
}

.c-text_small {
  font-size: 1.4rem;
}

.c-text_small12 {
  font-size: 1.2rem;
}

.c-text-nomal {
  font-weight: normal;
}

/* 2022/08/22 TerraSky Phase2対応 Add Start */
.c-text__red {
	color: #E5290C;
	font-weight: bold;
}
/* 2022/08/22 TerraSky Phase2対応 Add End */

/* Component - アライン
---------------------------------------------------------*/
/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add Start */
.c-text__center {
  text-align: center;
}
/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add End */

/* Component - インデント
---------------------------------------------------------*/
/* 2023/08/14 TerraSky #1044 Add Start */ 
.c-text__indent {
  margin-left: 1em;
  text-indent: -1em;
}
/* 2023/08/14 TerraSky #1044 Add End */ 

/* Component - マージン
---------------------------------------------------------*/
.c-margin__bottom2 {
  margin-bottom: 2px;
}

.c-margin__bottom5 {
  margin-bottom: 5px;
}

.c-margin__bottom {
  margin-bottom: 10px;
}

.c-margin__bottom14 {
  margin-bottom: 14px;
}

.c-margin__bottom20 {
  margin-bottom: 20px;
}

.c-margin__bottom30 {
  margin-bottom: 30px;
}

.c-margin__bottom40 {
  margin-bottom: 40px;
}

/*2023/05/02 TerraSky #0957 Add Start*/
.c-margin__bottom_auto {
  margin-bottom: auto;
}
/*2023/05/02 TerraSky #0957 Add End*/

/*2022/12/01 TerraSky #0954 Add Start*/
.c-margin__top3{
  margin-top: 3px;
}
/*2022/12/01 TerraSky #0954 Add End*/
.c-margin__top5 {
  margin-top: 5px;
}

.c-margin__top10 {
  margin-top: 10px;
}

.c-margin__top16 {
  margin-top: 16px;
}

.c-margin__top20 {
  margin-top: 20px;
}
/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add Start */
.c-margin__top30 {
  margin-top: 30px;
}
/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add End */
.c-margin__button_common {
  margin-top: 50px;
}

.c-margin__button_common30 {
  margin-top: 30px;
}

.c-margin__bottom_common {
  margin-bottom: 20px;
}

.c-margin__left5 {
  margin-left: 5px;
}
/*2022/09/12 TerraSky #0765 Add Start*/
.c-margin__left1em {
  margin-left: 1em;
}
/*2022/09/12 TerraSky #0765 Add End*/
.c-margin__right10 {
  margin-right: 10px;
}

.c-margin__right20 {
  margin-right: 20px;
}

.c-padding__bottom0 {
  padding-bottom: 0 !important;
}

/* Component - アロー
---------------------------------------------------------*/
.c-arrow {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: transparent transparent #000000 #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
  margin-top: 3px;
  border-radius: 2px;
}

.c-arrow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Component - グレーライン
---------------------------------------------------------*/
.c-line_grey {
  /* 2023/04/25 TerraSky #1015対応 Mod St */
  /*border-bottom: 2px solid #CFCFCF;*/
  border-bottom: 1px solid #CFCFCF;
  /* 2023/04/25 TerraSky #1015対応 Mod End */  
}

/* Component - インナー
---------------------------------------------------------*/
.c-common__inner {
  max-width: 580px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Component - PC画面背景
---------------------------------------------------------*/
@media screen and (min-width:491px)  {
 .c-common__pc {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 10px 10px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
   }
}

/* 2022/09/06 TerraSky #0766 Add Start */
/* Component - 強調表示
---------------------------------------------------------*/
.c-common__highlight{
  background-color: #efefef;
  font-weight: bold;
  text-align: center;
  padding: 15px 8px;
  margin-top: 5px;
} 
/* 2022/09/06 TerraSky #0766 Add End */

/* ========================================================
Project
=========================================================*/
/* Project - ハンバーガーメニュー
---------------------------------------------------------*/
.p-hamburger {
  position: relative;
  width: 37px;
  height: 78%;
}

#p-hamburger__check {
  display: none;
}

.p-hamburger__line {
  display: block;
  width: 70%;
  height: 100%;
  margin: 0;
  padding-top: 4px;
}

.p-hamburger__line span,
.p-hamburger__line span::before,
.p-hamburger__line span::after {
  content: "";
  display: block;
  height: 2px;
  width: 70%;
  background-color: #231815;
  position: absolute;
  border-radius: 1px;
}

.p-hamburger__line span::before {
  bottom: -8px;
  width: 100%;
}

.p-hamburger__line span::after {
  bottom: -16px;
  width: 100%;
}

a.p-header__logo img {
  width: 146px;
}

.p-header__bell {
  position: relative;
  top: -4px;
}

.p-unread__bell {
  position: relative;
}

.p-unread__bell::after {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-color: #E5290C;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  content: "";
  top: 4px;
  right: -7px;
  font-size: 1rem;
  font-weight: bold;
}

/* Project - ヘッダーロゴ
---------------------------------------------------------*/
.p-header__logo {
  font-family: 源ノ角ゴシック JP;
  font-weight: bold;
  position: relative;
  left: -13px;
  top: -4px;
}
/* Project - TOPページflow
---------------------------------------------------------*/
.p-registration-flow__step_big {
  background: #FFE065;
  font-size: 1.6rem;
}

/* Project - TOPページinformation
---------------------------------------------------------*/
.p-top-notice {
  width: 100%;
  background-color: #000000;
  padding: 8px 0;
}

.p-top-notice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  width: 90%;
  margin: auto;
}

.p-top-notice__title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}

.p-top-notice__title:hover {
  color: #ffffff;
}

.p-top-notice__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  background: url(../img/icon_exclamation-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
}

a.p-top-notice__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-notice__close img {
  display: block;
}

/* Project - TOPページaccount
---------------------------------------------------------*/
.p-text-top-waku {
  border: 1px solid #000000;
  padding: 4px 4px 3px 4px;
  border-radius: 5px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  line-height: 1;
  font-size: 1.1rem;
  margin-right: 20px;
  vertical-align: middle;
}

.p-top-account {
  background: url(../img/bk_kv.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-top-account__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
}

.p-top-account__amount {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6px 24px 3px 15px;
  position: relative;
}

@media screen and (min-width:491px)  {
 .p-top-account__amount {
   margin-left: -32px;
   margin-right: -32px;
   padding: 6px 24px 3px 25px;
  }
}

.p-amout__text {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  max-width: 600px;
  margin: auto;
}

.none {
  display: none;
}

.p-top-account__wrap {
  padding: 20px 0;
}

.p-top-account__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}

.p-account-button {
  width: 45%;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
}

.p-account-button img {
  display: block;
  margin: auto;
}

.p-account-button__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 8px;
  line-height: 1;
}

/* Project - CM002TOPページrecommend
---------------------------------------------------------*/
.p-top-recommend {
  background: url(../img/bg_recommend_top.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 80px 80px;
}

.p-bottom-recommend {
  background: url(../img/bg_recommend_bottom.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80px 80px;
}

.p-top-recommend__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-bottom-recommend .p-top-recommend__inner {
  padding-top: 0px;
}

.p-top__title {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  padding-bottom: 13px;
}

.p-top__title::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  top: 3px;
  left: 0;
}

.p-top-recommend__title::before {
  background: url(../img/icon_recommend.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-top-recommend__link {
  display: block;
}

.p-top-recommend__link img {
  width: 100%;
  display: block;
  margin: auto;
}

/* Project - TOPページinformation
---------------------------------------------------------*/
.p-top-information {
  background: #F1E9D9;
}

.p-top-information__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-top-information__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-information__title::before {
  background: url(../img/icon_bell.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-top__listbutton::before {
  background: url(../img/icon_listbutton.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-top-information__card {
  display: block;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
}

.p-top-information__card:last-child {
  margin-bottom: 0;
}

.p-top-information__date {
  font-size: 1.3rem;
  color: #E5290C;
  font-weight: bold;
}

.p-top-information__text {
  font-weight: bold;
}

/* Project - TOPページcontact
---------------------------------------------------------*/
.p-top-contact__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-top-contact__title::before {
  background: url(../img/icon_question.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 1px;
}

.p-top-contact__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.p-top-contact__text span {
  color: #213B74;
  text-decoration: underline;
}

.p-button__contact {
  position: relative;
  /* 20220325 #0635 st */
  /* left: -7px; */
  /* 20220325 #0635 end */
  letter-spacing: 0.1em;
}

.p-button__contact::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 20220325 #0635 st */
	right: 28px;
	/* right: 72px; */
  /* 20220325 #0635 end */
  background: url(../img/icon_external.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

/* 2022/08/22 TerraSky Phase2対応 Add Start */
/* Project - 残高証明書ダウンロード
---------------------------------------------------------*/
.p-proof-balance-dl__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

/* Project - 信託期間満了日の取扱
---------------------------------------------------------*/
.p-handling-change__text {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px;
}
.p-handling-change__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
.p-handling-change__radio {
  font-size: 1.8rem;
}
/* 2022/08/22 TerraSky Phase2対応 Add End */

/* Project - CM002TOPページrecommend
---------------------------------------------------------*/
.p-top-recommend__link_none-content {
  padding: 60px 20px;
  background: #A5A5A5;
  color: #ffffff;
  border-radius: 20px;
}

.p-top-recommend__link_none-content p {
  text-align: center;
}

/* Project - 口座振替登録エラー
---------------------------------------------------------*/
.p-actransfer_error__text{
  padding-bottom: 20px;
}
.p-actransfer_error__info{
  text-align: center;
}
.p-actransfer_info__Title{
  padding-top: 20px;
}
.p-actransfer_info__telNo{
  font-size: 2.8rem;
}

/* 2022/08/22 TerraSky Phase2対応 Add Start */
/* Project - 入出金方法選択
---------------------------------------------------------*/
.p-account-select__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0 0;
}

.p-account-select__group {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 40px 0 0;
}

.p-account-select__img {
  width: 100%;
}

.p-account-select__img_none {
  width: 62%;
}

.p-account-select__notes {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}

.p-account-select__enable {
  background-color: #efefef;
  font-weight: bold;
  text-align: center;
  padding: 15px 8px;
  font-size: 1.7rem;
}
/* 2022/08/22 TerraSky Phase2対応 Add End */

/* Project - 02-0_registrationページ
---------------------------------------------------------*/
.p-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-form__work {
  margin-bottom: 50px;
}

.p-registration__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-registration__inner_box {
  padding: 20px 0;
  /* 2022/02/01 TerraSky Mod Start */
  /*border-top: 2px solid #CFCFCF;*/
  border-top: 1px solid #CFCFCF;
  /* 2022/02/01 TerraSky Mod End */
}

/* 2022/02/01 TerraSky Add Start */
.p-registration__inner ul {
  padding-left: 30px;
  list-style: disc;
}
/* 2022/02/01 TerraSky Add End */

/*2022/06/20 TerraSky #0709 add Start*/
.p-registration__inner_box_width {
  width: 100%;
}

.p-registration-asterisk__text {
  padding-bottom: 10px;
}

.p-registration-asterisk__indent {
  margin-left: 2em;
  text-indent: -1.0em;
}

.p-registration__indent {
  margin-left: 1.0em;
  text-indent: -1.05em;
}
/*2022/06/20 TerraSky #0709 add End*/

/*2022/09/12 TerraSky #0765 Add Start*/
/*c-text_small12と併用の場合はこちらを使用*/
.p-registration__indent_small {
  margin-left: 1.0em;
  text-indent: -1.0em;
}
/*2022/09/12 TerraSky #0765 Add End*/

/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add Start */
.p-registration__icon {
/*2024/09/11 TerraSky #1536 Mod Start*/
  /* width: 50px; */
    width: 60px;
/*2024/09/11 TerraSky #1536 Mod End*/
}
.p-registration__title {
/*2024/09/11 TerraSky #1536 Mod Start*/
/*font-size: 3rem;*/
  font-size: 2.6rem;
/*2024/09/11 TerraSky #1536 Mod End*/
  font-weight: bold;
}
.p-registration__email input {
/*2024/09/11 TerraSky #1536 Mod Start*/
  font-weight: normal;
  /* height: 60px;
  border-radius: 20px;
  padding: 0 30px; */
  height: 70px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 1.8rem;
/*2024/09/11 TerraSky #1536 Mod End*/
}
.p-registration__arrow {
  position: relative;
}
.p-registration__arrow::after {
  position: absolute;
  top: 40%;
  right: 15px;
  content: "";
  border-bottom: solid 2px #CCCCCC;
  border-right: solid 2px #CCCCCC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
}
/* 2023/07/27 TerraSky #1106 メールアドレス仮登録画面のデザイン変更 Add End */

/* Project - 03_registrationページ
---------------------------------------------------------*/
.p-form-work__input input[type=text] {
  width: 100%;
}
.p-form-work__input span {
  font-size: 1.4rem;
  font-weight: bold;
}


.p-form-work-place__input input[type=text] {
  width: 100%;
}

.p-form-asset__input input[type=text] {
  width: 100%;
}

.p-form-income__input input[type=text] {
  width: 100%;
}

/* 2021/12/17 TerraSky Mod Start */
/* .p-form-asset__input input[type=number] { */
.p-form-asset__input input[type=tel] {
/* 2021/12/17 TerraSky Mod End */
/* 20220325 #0637 st */
	width: 70%;
	/* width: 80%; */
/* 20220325 #0637 end */
}

.p-form-asset__input span {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-form-income__input_half input[type=text] {
  width: 50%;
}

.p-form-income__input_half p {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 10px;
}

.p-form-business__input input[type=text] {
  width: 100%;
}

.p-form-work-place__input > .c-form-address > .c-form-address__box input[type=text] {
  width: auto;
}

.c-form-address__box input[type=text] {
  width: 50%;
}

.p-form-work-place__input {
  margin-bottom: 20px;
}

.p-form-work-place__input0 {
  margin-bottom: 0;
}

.p-form-work-place__input > .c-form-address > input {
  margin-bottom: 10px;
}

.p-form-income__wrap {
  margin-bottom: 50px;
}

.p-form-business__input {
  margin-bottom: 10px;
}

.p-form-asset__input {
  font-weight: normal;
}

.p-form-income__input {
  margin-bottom: 10px;
}

/* 2024/02/02 TerraSky #1299 画面微調整 Add Start */
.p-form-multi-select__wrap {
  padding: 14px 0 17px;
  font-weight: normal;
}
/* 2024/02/02 TerraSky #1299 画面微調整 Add End */

/* Project - 06_registrationページ
---------------------------------------------------------*/
.p-split__text {
  font-weight: normal;
  font-size: 1.4rem;
}

.p-06 {
  width: 100%;
}

.p-06 > .c-form-address__box input[type=text] {
  width: 50% !important;
}

.p-form span {
  font-size: 1.4rem;
  font-weight: bold;
}

/* 2021/11/22 TerraSky Add Start */
.p-form-employdate{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
/* 2021/11/22 TerraSky Add End */

/* Project - CT007_registrationページ
---------------------------------------------------------*/
.p-form-select__07:not(:last-child) {
  margin-bottom: 16px;
}

.p-flow__07 {
  margin-bottom: 50px;
}

.p-select-content__wrap {
  width: 100%;
}

.p-select-content__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid black;
}

/* Project - CT005-2_registrationページ
---------------------------------------------------------*/
.p-ct005-2 input[type=text] {
  width: 100%;
}

/* 2021/11/22 TerraSky Add Start */
.p-form-nationality__radio{
  margin-right:0;
}
.p-form-nationality__radio label{
  margin-right: 10px;
}

.p-form-gender__radio{
  margin-right:0;
}
.p-form-gender__radio label{
  margin-right: 10px;
}
/* 2021/11/22 TerraSky Add End */

/* Project - CT007-2_registrationページ
---------------------------------------------------------*/
.p-007-2 input[type=text],
.p-007-2 input[type=number]
{
  width: 100%;
}

.p-007-2-money__input {
  position: relative;
}

/* 2021/12/02 TerraSky Add Start */
/* 2022/03/25 #0637 st */
.p-007-2-money__input::after {
  /* 2022/03/25 #0637 追加修正 st */
  /* top: 9px; */
  content: "百万円";
	margin-left: 10px;
    /* 2022/03/25 #0637 追加修正 end */
}
/* 2022/03/25 #0637 end */
/* 2021/12/02 TerraSky Add End */

/* Project - AC002_account-informationページ
---------------------------------------------------------*/
.p-account-information-confirm__bottom {
  margin-bottom: 10px;
}

.p-form-address__title span {
  color: #0062FF;
  text-decoration: underline;
}

.p-form-address__title {
  display: block;
}

/* Project - AC006_account-informationページ
---------------------------------------------------------*/
.p-form-ac006 input[type=number] {
  display: block;
}

/* 2023/02/13 TerraSky #0959 選択リスト値のデザイン調整 Add Start */
.c-form-bank-name input[list]::-webkit-calendar-picker-indicator,
.c-form-bank-name input[list]::-webkit-list-button {
  opacity: 0;
}
/* 2023/02/13 TerraSky #0959 選択リスト値のデザイン調整 Add End */

/* Project - 18_registrationページ
---------------------------------------------------------*/
.p-confirm-registration__text {
  font-weight: normal;
}

.p-confirm-registration__title {
  padding-top: 20px;
}

.p-confirm-registration__button {
  margin-bottom: 20px;
}

.p-confirm-registration__form {
  margin-bottom: 50px;
}

/* Project - 26_registrationページ
---------------------------------------------------------*/
.p-registration-done__text {
  padding: 20px 0;
}

/* Project - PD002_attentionページ
---------------------------------------------------------*/
.p-attention__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-attention__title {
  margin-bottom: 10px;
}

.p-attention__box {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0px 20px 0px
}

.p-checkbox {
  margin-top: 20px;
  font-weight: normal;
}

.p-attention__inner_ul {
	padding-left: 20px;
	list-style: disc;
}
/* 20220620 #0710対応 start */
.c-margin__top_minus16 {
  margin-top: -16px;
}

#trigger-For-transc1 {
  margin-top: 10px;
}
/* 20220620 #0710対応 End */

/* Project - PD003_compatibilityページ
---------------------------------------------------------*/
.p-compatibility__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-compatibility__text {
  padding-bottom: 10px;
}

.p-compatibility__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.p-compatibility__wrap select {
  width: 60%;
}

/* 2022/01/06 TerraSky Add Start */
/* .p-compatibility__checkbox { */
  .p-compatibility__checklist {
    /* 2022/01/06 TerraSky Add End */
  width: 50%;
}

.p-compatibility__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-pd003__text {
  width: 40%;
}

/* Project - 32_not-transactionページ
---------------------------------------------------------*/
.p-not-transaction__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

/* Project - 36_confirmation-of-applicationページ
---------------------------------------------------------*/
.p-confirmation-of-application__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-confirmation-of-application__item {
  margin-bottom: 10px;
}

.p-confirmation-of-application__item > .c-form__text p {
  margin-top: 10px;
}

.p-confirmation-of-application__button {
  padding: 2px 16px;
}

.p-confirmation-of-application__text {
  font-weight: normal;
  padding-top: 10px;
}

.p-confirmation-of-application__title {
  padding-top: 20px;
}
/* 20220325 #0636対応 st*/
.p-confirmation-of-application__warn {
  /* 2024/03/15 TerraSky E-trust継続投資対応 add St */
  /* max-width: 600px;
  width: 100%;
  margin: auto; */
  /*2022/05/20 TerraSky #0685 Mod Start*/
  /*padding: 20px 0;*/
  /* padding: 60px 0 20px 0; */
  /*2022/05/20 TerraSky #0685 Mod End*/
  /* position: fixed; */ /*2022/05/20 TerraSky #0685 Deleted*/
  /* bottom: 110px;
  text-align: center; */

  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  /* 2024/03/15 TerraSky E-trust継続投資対応 add End */
}

/*2022/05/20 TerraSky #0685 add Start*/
.p-confirmation-of-application__inner_box {
  padding: 20px 0;
  border-top: 1px solid #CFCFCF;
  margin-top: 20PX;
  /*2022/12/02 TerraSky #0964 St*/
  margin-bottom: 20px;
  /*2022/12/02 TerraSky #0964 End*/
}

.p-confirmation-of-application__inner ul {
  padding-left: 30px;
  list-style: disc;
}

.p-confirmation-of-application__p {
  font-weight: bold;
}

/*2022/05/20 TerraSky #0685 add End*/

@media screen and (max-height: 590px) {
  /*2022/05/20 TerraSky #0685 Del Start*/
  /* 
  .p-confirmation-of-application__warn {
    padding: 5px 0;
  } 
  */
  /*2022/05/20 TerraSky #0685 Del end*/
}
/* 20220325 #0636対応 end*/

/* Project - 37_success-of-applicationページ
---------------------------------------------------------*/
.p-success-of-application__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

/* Project - 39_entry-detailページ
---------------------------------------------------------*/
.p-entry-detail__item > .c-form__text.p-button__confirm p {
  margin-top: 0;
}

.p-button__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.p-entry-detail__wrap {
  padding: 15px 0;
}

.p-entry-detail__line {
  /* 2021/12/21 TerraSky Add Start */
  margin-top: 5px;
  /* 2021/12/21 TerraSky Add End */
  border-top: 2px solid #CFCFCF;
}

.p-entry-detail__date {
  font-size: 1.4rem;
  font-weight: normal;
}

.p-entry-detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* 2022/09/12 TerraSky Phase2対応 Add Start */
  .p-entry-detail__button {
    padding: 2px 16px;
  }
/* 2022/09/12 TerraSky Phase2対応 Add End */

/* Project - AP003-2_entry-detailページ
---------------------------------------------------------*/
.p-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  max-width: 640px;
}

.p-modal__wrap {
  background: #ffffff;
  border-radius: 10px;
  width: 85%;
  margin: auto;
  padding: 0 0 20px;
  max-width: 580px;
}

.p-modal__wrap-span {
  display: none;
}

.p-modal__text {
  padding: 20px;
  text-align: center;
}

/* 2023/04/25 TerraSky #1015対応 add St */
.p-modal__align {
  text-align: center;
}
/* 2023/04/25 TerraSky #1015対応 add End */

/* 2022/08/22 TerraSky Phase2対応 Add Start */
.p-modal__text_left {
  padding: 0 20px;
  text-align: left;
}

.p-modal__top {
  padding-top: 30px;
}

.p-modal__group {
  padding-top: 10px;
}

.p-modal__group_none {
  /* 2022/11/10 TerraSky Phase2対応 #0892 Mod Start */
  /*padding-top: 40px;*/
  padding-top: 30px;
  /* 2022/11/10 TerraSky Phase2対応 #0892 Mod End */
}

.p-modal__button {
  margin: 30px 0 10px;
}
/* 2022/08/22 TerraSky Phase2対応 Add End */
/* 2024/10/29 TerraSky #1694 Add St */
.p-modal__risk_text {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p-modal__risk_errortext {
  padding: 20px;
  text-align: center;
  color: #E5290C;
}
.p-modal__risk_errorbtn {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 48%;
  max-width: 280px;
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 3px 0;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
/* 2024/10/29 TerraSky #1694 Add End */

.p-modal__box {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-weight: bold;
}

.p-modal__text_ok {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 48%;
  max-width: 280px;
  border: 2px solid #E5290C;
  background: #E5290C;
  color: #ffffff;
  padding: 3px 0;
}

.p-modal__text_none {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 48%;
  max-width: 280px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  padding: 3px 0;
}

.p-modal__box_ap0033 {
  margin: auto;
}

.p-modal__text_ok_ap0033 {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 48%;
  max-width: 280px;
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
  padding: 3px 0;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

/* 2023/01/11 TerraSky #0939 Add Start */
/* p-modal__text_okの黒ver */
.p-modal__text_ok_black {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 48%;
  max-width: 280px;
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
  padding: 3px 0;
}

/* p-modal__text_ok_ap0033の赤ver */
.p-modal__text_ok_red {
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  width: 48%;
  max-width: 280px;
  border: 2px solid #E5290C;
  background: #E5290C;
  color: #ffffff;
  padding: 3px 0;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
/* 2023/01/11 TerraSky #0939 Add End */

/* Project - 42_account-information
---------------------------------------------------------*/
.p-account-information__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-account-information__item {
  margin-bottom: 20px;
}

.p-account-information__item > .c-form__text p {
  margin-top: 10px;
}

.p-account-information__button {
  padding: 2px 16px;
}

.p-account-information__text {
  font-weight: normal;
}

.c-form-item__input .p-account-information__text {
  font-size: 1.4rem;
  padding-top: 5px;
}

.p-account-information__label {
  margin-bottom: 20px;
}

.p-account-information__title_margin {
  margin-top: 10px;
}

.p-account-information__form {
  margin-bottom: 50px;
}

/* Project - 43_account-information-changeページ
---------------------------------------------------------*/
.p-account-information-change__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

/* Project - 44_account-information-change-confirmページ
---------------------------------------------------------*/
.p-account-information-confirm__inner {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  position: fixed;
  bottom: 110px;
  text-align: center;
}

.p-account-information-confirm__item {
  margin-bottom: 10px;
}

.p-account-information-confirm__item__margin__bottom50 {
  margin-bottom: 50px;
}

.p-account-information-confirm__item > .c-form__text p {
  margin-top: 10px;
}

.p-account-information-confirm__button {
  padding: 2px 16px;
}

.p-account-information-confirm__text {
  font-weight: normal;
}

.p-account-information-confirm__label {
  margin-bottom: 10px;
}

.p-account-information-confirm__title {
  font-size: 1.4rem;
}
.p-account-information-confirm__title_margin {
  margin-top: 10px;
}

/* Project - CT010_modalページ
---------------------------------------------------------*/
.p-account-information-confirm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-account-information-confirm__box:nth-child(odd) {
  width: 30%;
}

.p-account-information-confirm__box:nth-child(2) {
  width: 70%;
}

/* Project - 46_authenticationページ
---------------------------------------------------------*/
.p-authentication__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-form-authentication__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-form-authentication__input input[type=number] {
  border: none;
  width: 15%;
  padding: 0;
  text-align: center;
}

.p-form-authentication__input input:not(:last-child)[type=text] {
  margin-right: 2%;
}

.p-form-authentication__input input:nth-child(3)[type=text] {
  margin-right: 8%;
}

.p-form-authentication-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-form-authentication-line {
  width: 15%;
  height: 1px;
  background: #000000;
}

.p-form-authentication-line:not(:last-child) {
  margin-right: 2%;
}

.p-form-authentication-line.p-form-authentication-line_third {
  margin-right: 8%;
}

.p-authentication__blue-link {
  text-align: center;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
/* 2022/11/10 TerraSky Phase2対応 #0892 Add Start */
.p-authentication__warn {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
/* 2022/11/10 TerraSky Phase2対応 #0892 Add End */

/* Project - 59_registrationページ
---------------------------------------------------------*/
.p-registration__text {
  padding-bottom: 20px;
}

/* Project - 60_registrationページ
---------------------------------------------------------*/
.p-registration__p {
  font-weight: bold;
}

.p-registration__blue-lisk {
  font-size: 1.6rem;
  font-weight: bold;
}

/* Project - CT003_registrationページ
---------------------------------------------------------*/
.p-agree__margin {
  margin-bottom: 30px !important;
}

/* Project - 64_errorページ
---------------------------------------------------------*/
.p-error__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-error__title {
  font-weight: bold;
}

.p-error__text {
  padding: 20px 0;
}

.p-error-humburger span {
  display: none;
}

/* Project - 72_doneページ
---------------------------------------------------------*/
.p-done__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-done__title {
  font-weight: bold;
}

.p-done__text {
  padding: 20px 0;
}
/* 2022/09/06 TerraSky #0766 Add Start */
.p-done__textPrd{
  font-size: 2.1rem;
}

.p-done__payPrd{
  padding-bottom: 20px;
}
/* 2022/09/06 TerraSky #0766 Add End */
/* 2022/08/22 TerraSky Phase2対応 Add Start */
.p-done-text__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px;
}
/* 2022/08/22 TerraSky Phase2対応 Add End */

/* Project - 71_codeページ
---------------------------------------------------------*/
.p-code__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0 50px;
}

.p-code__title {
  font-weight: bold;
}

.p-code__text {
  padding: 20px 0;
}

/* Project - 00_cover
---------------------------------------------------------*/
.p-cover__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0 0 0;
}

.p-cover__text {
  padding: 20px 0;
}

.p-content__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.p-content__inner_line {
  border-bottom: 1px solid #CFCFCF;
}

.p-cover__content p {
  font-weight: bold;
  padding-left: 16px;
}

.p-verification-another {
  font-weight: normal;
  font-size: 1.4rem;
}

.p-verification-text {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.p-verification__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
}

.p-cover__pad {
  padding-top: 0;
}

/* Project - CT004_agree
---------------------------------------------------------*/
.p-agree__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 0;
}

.p-agree__text {
  padding: 20px 0;
}

.p-agree_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-agree__term {
  width: 100%;
  height: 150px;
  overflow: scroll;
  border: 1px solid #707070;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-agree__detail {
  font-size: 1.4rem;
}

/* 2022/03/25 TerraSky #0624 Add Start */
.p-aglee_title__text {
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
	/* 2023/04/25 TerraSky #1015対応 add St */
	text-indent: -1.7em;
	margin-left: 1.7em;
	/* 2023/04/25 TerraSky #1015対応 add End */	
}
/* 2022/03/25 TerraSky #0624 Add End */

.p-button__top {
  margin-top: 30px;
}

.p-button__textscroll input[type=submit] {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 490px) {
  .p-button__textscroll input[type=submit] {
    line-height: 1.2;
  }
}

.p-button__textscroll a {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 490px) {
  .p-button__textscroll a {
    line-height: 1.2;
  }
}

/* Project 31-1_products
---------------------------------------------------------*/
/* 2022/09/06 TerraSky #0766 Add Start */
.p-product-button__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
}
/* 2022/09/06 TerraSky #0766 Add End */
.p-products__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-products__detail {
  font-size: 1.4rem;
}

.p-product__detail_inner {
  padding: 4px 0;
}

.p-products__table {
  margin-top: 10px;
  width: 100%;
}

.p-products__table th {
  font-weight: normal;
  font-size: 1.4rem;
}

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod Str */
.p-products__table td {
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  /* padding-left: 30px; */
}
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod End */

.p-products__circle {
  position: relative;
  padding-left: 2px;
  padding-top: 2px;
}

.p-products__table td label {
  margin-left: 11px;
}

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod Str */
.p-products__circle input[type=radio] {
  /* width: 16px; */
  height: auto;
  /* line-height: 1; */
  line-height: 1.2;
  margin-top: 2px;
  /* -webkit-transform: translateY(-50%); */
          /* transform: translateY(-50%); */
}
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod End */

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod Str */
.p-pd004__inner {
  max-width: 600px;
  width: 90%;
  /* margin: 0 auto 40px; */
  margin: 0 auto;
  padding: 0;
}
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod End */

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod Str */
.p-pd004__box {
  /* padding: 10px 0; */
  padding: 20px 0;
  /* margin: 10px 0; */
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; */
  border-bottom: 1px solid #CFCFCF;
}
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Mod End */

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Del Str */
/* .p-pd004__box div {
  margin-left: 10px;
} */
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Del End */

.p-p-pd004__text {
  font-weight: bold;
}
.p-p-pd004__text a {
  position: absolute;
  right: 20px;
}

.p-pd004__small__box {
  width: 87%;
}

.p-p-pd004__detail {
  font-size: 1.4rem;
}

/* Project PD004-2_products
---------------------------------------------------------*/
.p-pd004-2__wrap {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Mod Str */
.p-pd004-2__box:first-child {
  /* margin-right: 35px; */
  margin-right: 22px;
}
/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Mod End */

/* 2025/02/19 TerraSky 分配型対応#1777 Add Str */
.p-pd004-2__documents {
  /* margin: 20px 0; */
  margin-top: 20px;
  border-top: 1px solid #CFCFCF;
}
/* 2025/02/19 TerraSky 分配型対応#1777 Add End */

.p-pd004-2__document {
  display: block;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #CFCFCF;
}

.p-pd004-2__document::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Project PD004-3_products
---------------------------------------------------------*/
.p-pd004-3__text {
  font-size: 1.8rem;
}

.p-pd004-3mark {
  padding: 4px 10px;
  background: #000000;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
}

.p-pd-arrow__wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-pd-arrow {
  width: 15px;
  height: 15px;
}

.p-ct006-money__input {
  position: relative;
}

.p-ct006-money__input::after {
  /* 20220325 #0637 st */
  /* position: absolute;
  top: 9px;
  right: 20px; */
  /* 2021/12/08 TerraSky Mod Start */
  /*content: "千円";*/
  content: "万円";
  /* 2021/12/08 TerraSky Mod End */
	margin-left: 10px;
  /* 20220325 #0637 end */
}

/* Project - PD006_prospectus
---------------------------------------------------------*/
.p-pd006-money__input input[type=text] {
  width: 70%;
}

/* 20220325 #0637 st */
.p-pd006-money__input::after {
  /* position: absolute; */
  /* top: 9px; */
  /* right: 66px; */
  content: "円";
  /* width: 20px; */
  /* height: 30px; */
	margin-left:10px
}
/* 20220325 #0637 end */

.p-prospectus__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-prospectus__pdf {
  position: relative;
  width: 70%;
  max-width: 200px;
  font-weight: bold;
}

.p-prospectus__documents {
  padding: 10px 0;
  margin: 20px 0 50px 0;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

.p-prospectus__document {
  display: block;
  position: relative;
}

.p-prospectus__document::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-confirmed-mark__prospectus {
  width: 100px;
/*
  width: 90px;
*/
}

.p-prospectus__document:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #707070;
}

.p-prospectus__detail {
  font-size: 1.4rem;
}

.p-prospectus__step_midium {
  width: 40%;
}

/* Project - 38_entrylist
---------------------------------------------------------*/
.p-entrylist__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding-top: 20px;
}

.p-entrylist__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-entrylist__title span {
  display: none;
}

.p-entrylist__title-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-select__wrap_entrylist {
  width: 165px;
  font-size: 1.4rem;
}

.p-select__wrap_entrylist::after {
  right: 9px;
}

/* 2025/02/20 TerraSky 分配型対応#1778 Mod Str */
.p-entrylist__documents {
  /* margin: 20px 0; */
  margin-top: 20px;
  border-top: 1px solid #CFCFCF;
}
/* 2025/02/20 TerraSky 分配型対応#1778 Mod End */

/* 2025/02/20 TerraSky 分配型対応#1778 Add Str */
.p-entrylist__document:hover {
  opacity: 0.7;
}
/* 2025/02/20 TerraSky 分配型対応#1778 Add End */

.p-entrylist__document {
  display: block;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #CFCFCF;
}

.p-entrylist__document::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 20220325 #0641 st */
/* 2025/02/19 TerraSky 分配型対応#1777,#1778 Add Str */
.p-entrylist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  /* width: 97%; */
  width: 100%;
	align-items: flex-start;
}
/* 2025/02/19 TerraSky 分配型対応#1777,#1778 Add End */
/* 20220325 #0641 end */

/* 20220325 #0641 st */
.p-entrylist__text {
  font-size: 1.4rem;
  padding-left: 10px;
  /* padding-left: 15px; */
	flex: 1;
}
/* 20220325 #0641 end */

/* 20220325 #0641 st */
.p-entrylist__period-span {
  margin-right: 5px;
  /* margin-right: 10px; */
}
/* 20220325 #0641 end */

/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Mod Str */
.p-entrylist__detail {
  font-weight: bold;
  padding-top: 8px;
  /* line-height: 1; */
  line-height: 1.2;
  width: 95%;
}
/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Mod End */

/* 20220325 #0641 st */
.p-confirmed-mark__entrylist {
  width: 95px;
  /* width: 100px; */
}
/* 20220325 #0641 end */

.p-entrylist__more {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  max-width: 600px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.p-entrylist__more::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 49%;
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-radius: 3px;
  border-color: transparent transparent #000000 #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 2022/09/08 TerraSky Phase2対応 Add Start */
.p-entrylist__errorbox {
  background-color: #efefef;
  padding: 12px 8px;
  max-width: 600px;
  width: 90%;
  margin: 20px auto 0px;
}

.p-entrylist__errortext {
  margin-left: 1em;
  text-indent: -1em;
}

.p-entrylist__errorlink{
  color: #0062FF;
  font-weight: bold;
  position: relative;
  padding-right: 3px;
}

.p-entrylist__errorlink::after{
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url(../img/icon_external-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
/* 2022/09/08 TerraSky Phase2対応 Add End */

/* Project - 40_entry-detail
---------------------------------------------------------*/
.p-entry-detail__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 16px 0 20px 0;
}

.p-entry-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 20220325 #0641 st */
.p-confirmed-mark_entry-detail {
  width: 95px;
  /* width: 100px; */
}
/* 20220325 #0641 end */

.p-entry-detail__item {
  margin-bottom: 10px;
}

.p-entry-detail__item > .c-form__text p {
  margin-top: 10px;
}

/* 2022/09/06 TerraSky #0766 Add Start */
.p-entry-detail__transfer {
  border-top: 1px solid #CFCFCF;
  margin-top: 20px;
}
.p-entry-detail__tableTitle {
  font-size: 1.8rem;
  margin: 20px 0;
}
.p-entry-detail__table {
  width: 100%;
}
.p-entry-detail__tableItem{
  width: 96px;
  padding-bottom: 10px;
}	
.p-entry-detail__tableValue {
  font-weight: normal;
  padding-bottom: 10px;
}
/* 2022/09/06 TerraSky #0766 Add End */

/* Project - 43_account-information-change
---------------------------------------------------------*/
.p-account-information-email__wrap {
  margin-bottom: 50px;
}

.p-button__textlong > .c-button__inner {
  font-size: 1.6rem;
  line-height: 2.2;
}

/* Project - 57_information-list
---------------------------------------------------------*/
.p-information-list__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-information-list__document {
  display: block;
  position: relative;
}

.p-information-list__document::after {
  content: "";
  position: absolute;
  top: calc( 50% - 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #000000 #000000 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-information-list__text {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.p-information-list__detail {
  font-weight: normal;
  width: 95%;
}

.p-information-list__detail_bold {
  font-weight: bold;
}

.p-information-list__documents {
  border-bottom: 1px solid #CFCFCF;
  padding: 10px;
}

.p-information-list__documents:first-child {
  border-top: 1px solid #CFCFCF;
}

.p-information-list__documents_yellow {
  background: #FFF8DD;
}

.p-information-list__wrap {
  padding-top: 0;
}

/* Project - 58_information-detail
---------------------------------------------------------*/
.p-information-detail__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-information-detail__text {
  font-size: 1.4rem;
}

.p-information-detail__title {
  font-weight: bold;
}

.p-information-detail__content {
  margin-top: 10px;
}

/* Project - 27_login
---------------------------------------------------------*/
.p-login__inner {
  max-width: 580px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
/* Project - 27_login
---------------------------------------------------------*/
/*2023/05/02 TerraSky #0957 Mod Start*/
/*
.p-login-cant {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 20px;
  width: 100%;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0062FF;
  font-size: 1.76rem;
  line-height: 2.2;
  padding: 9px;
}
*/
.p-login-cant {
  width: 100%;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0062FF;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
/*2023/03/22 TerraSky #0957 Mod End*/
/*2023/03/22 TerraSky #0957 Add Start*/
.p-login-cant:hover {
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
}
/*2023/03/22 TerraSky #0957 Add End*/

.p-form__login > .c-form__body {
  width: 100%;
  margin-top: 20px;
}

.p-form__login > .c-form__body > .c-form__item > .c-form__wrap {
  padding: 8px 0 20px 0;
}

/* 2021/11/22 TerraSky Add Start */
.p-login-underline {
  text-decoration: underline;
}
/* 2021/11/22 TerraSky Add End */

/* Project - CM007_login
---------------------------------------------------------*/
.login__text {
  line-height: 1.4;
}

.p-login007_text {
  color: #22B14E;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-login007_text:not(:last-child) {
  margin-bottom: 10px;
}

.p-login007_text::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-confirm-password__text_007 {
  font-size: 1.6rem !important;
}

.p-confirm-password__text_007__wrap > .c-select {
  height: 40px;
}

.p-confirm-password__text_007__wrap input[type=text] {
  height: 40px;
}

.p-007_date {
  font-size: 1.2rem;
  text-align: left;
  padding-top: 20px;
}

.input__007, .input__007_sucsess {
  position: relative;
}

.input__007::after {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "有効";
  width: 40px;
  height: 20px;
}

.input__007_sucsess::after {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "一致";
  width: 40px;
  height: 20px;
}

/* Project - 54_password
---------------------------------------------------------*/
.p-password__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-confirm-password__text {
  font-weight: bold;
  font-size: 1.4rem;
}

/* 2022/02/01 TerraSky Add Start */
.p-password__inner_box {
  margin-top: 4px;
  padding: 20px 0;
  border-top: 1px solid #CFCFCF;
}

.p-password__inner ul {
  padding-left: 30px;
  list-style: disc;
}
/* 2022/02/01 TerraSky Add End */

/* Project - 56_multi-factor
---------------------------------------------------------*/
.p-multi-factor__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-multi-factor__text:first-child {
  padding-bottom: 20px;
}

.p-multi-factor__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/* 2023/08/14 TerraSky #1044 add Start */ 
  background-color: #efefef;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-top: 5px;
  align-items: center;
/* 2023/08/14 TerraSky #1044 add End */
}

.p-multi-factor__box img {
/* 2023/08/14 TerraSky #1044 mod Start */
  /* width: 49%; */
  width: 42%;
/* 2023/08/14 TerraSky #1044 mod End */
}

.p-multi-factor__button {
  margin-bottom: 20px;
}

.p-multi-factor__box a img {
/* 2023/08/14 TerraSky #1044 mod Start */
   /* width: 100%;  */
  width: 90%;
/* 2023/08/14 TerraSky #1044 mod End */
}
/* 2023/08/14 TerraSky #1044 Del Start */
/*
.p-multi-factor__box a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*/
/* 2023/08/14 TerraSky #1044 Del End */


/* 2021/11/22 TerraSky Add Start */
.p-multi-factor__indent {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

/* 2023/09/20 TerraSky #1044 Add Start  */
.p-multi-factor__indentEx {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.p-multi-factor__indent27 {
  margin-left: 2.7em;
  text-indent: -1.0em;
}

.p-multi-factor__code_text20{
  margin-bottom: 20px; 
  font-size: 1.2rem;
}

.p-multi-factor-text-small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}
/* 2023/09/20 TerraSky #1044 Add End  */

.p-multi-factor__card {
  /* 2023/08/14 TerraSky #1044 mod Start */
  width: 100%;
  max-width: 600px;
  /* background: #000000; */
  /* color: #ffffff; */
  font-weight:bold;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 0px 0 rgb(0 0 0 / 30%);
  box-shadow: 0px 5px 0px 0 rgb(0 0 0 / 30%);
  text-align: center;
  vertical-align: middle;
  /* padding: 0px 15px 10px 15px; */
  margin: 0 auto;

 background: #fff;
 color: #000;
 border: 2px solid #000;
 padding: 0px 10px 10px;

/* 2023/08/14 TerraSky #1044 mod End */
}

.p-multi-factor__card_inner{
/* 2022/05/24 TerraSky #0692 Mod Start */
/* margin: 15px auto 25px auto; */
  margin: 15px 0 10px 0;
/* 2022/05/24 TerraSky #0692 Mod End */
  }
/* 2022/05/24 TerraSky #0692 add Start */
  .p-multi-factor__code_text{
  /* 2023/08/14 TerraSky #1044 mod Start */
    /* margin-bottom: 25px; */
    margin-bottom: 10px; 
  /* 2023/08/14 TerraSky #1044 mod End */
    font-size: 1.2rem;
  }
/* 2022/05/24 TerraSky #0692 add End */

.p-multi-factor__card_title{
  /* 2023/08/14 TerraSky #1044 mod Start */
  /* color:yellow; */
  color: #E5290C;
 /* 2023/08/14 TerraSky #1044 mod End */
  font-size:11px;
  display:block;
  padding-top:5px;
}

.p-multi-factor__card_text{
  overflow-wrap:break-word;
/* 2023/08/14 TerraSky #1044 mod Start */
  /* font-size:1.4rem; */
  font-size: 1.2rem;
/* 2023/08/14 TerraSky #1044 mod End */
}

.p-multi-factor__acordion{
/* 2023/08/14 TerraSky #1044 mod Start */
  /* width:255px; */
  padding: 10px;
	width: 100%;
/* 2023/08/14 TerraSky #1044 mod End */

  background: #ffffff;
  font-size:1.4rem;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;

}

.p-multi-factor__arrow_common{
/* 2023/08/14 TerraSky #1044 mod Start */ 
  /* margin: 0px 0px 3px 8px; */
  position: absolute;
  right: 13%;
  margin: 3px 0px 3px 8px;
/* 2023/08/14 TerraSky #1044 mod End */
  width: 8px;
}

.p-multi-factor__arrow_close{
  transform: rotate( 90deg );
}

.p-multi-factor__arrow_open{
  transform: rotate( -90deg );
}

.p-multi-factor__qrcode{
/* 2023/08/14 TerraSky #1044 mod Start */ 
  /* margin: 0 auto; */
  margin: 15px auto;
/* 2023/08/14 TerraSky #1044 mod End */
  display: table;
}
/* 2021/11/22 TerraSky Add End */

/* 2023/09/20 TerraSky #1044 Add Start */ 
  .p-multi-factor__iconImg {
    width: 50%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 20%;
  }

  .p-multi-factor__icon { 
    flex: 1;
  }
/* 2023/09/20 TerraSky #1044 Add End */ 
  .p-multi-factor__icon>p {
    font-size: 1.2rem;
    white-space: nowrap;
    padding-left: 0px;
    margin-top: 5px;
  }

/* 2023/08/14 TerraSky #1044 Add Start */ 
  .p-multi-factor__img_ios {
    width: 96%!important;
  }
/* 2023/08/14 TerraSky #1044 Add End */ 

  .p-multi-factor__link {
    display: flex;
    align-items: center;
    flex: 1; /* 2023/09/20 TerraSky #1044 added */
  }

  .p-multi-factor__acSp {
    padding: 10px 0 20px;
  }

  .p-multi-factor__acBg {
    margin-bottom: 20px;
    border: 1px solid #CFCFCF;
    padding: 20px;
    background-color: #efefef;
  }

  .p-multi-factor__arrow img{
    width: 50%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    border-radius: 20%;
  }


/* 2022/03/25 TerraSky #0631 Add Start */
.p-button__notscroll {
  white-space: nowrap;
}
/* 2022/03/25 TerraSky #0631 Add End */

/* Project - メニュー開閉
---------------------------------------------------------*/
/* 20220325 #0639 st*/
.p-menu-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
					justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-menu__a {
  padding-right: 20px;
	padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
/* 20220325 #0639 end*/

/* Project - PD007_riskページ
---------------------------------------------------------*/
.p-risk__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-risk__title {
  margin-bottom: 20px;
  font-weight: bold;
}

.p-risk__text {
  margin-bottom: 20px;
}

.p-risk__text_red {
  color: #E5290C;
}

p.p-risk__subtitle {
  font-weight: bold;
}

.p-risk__text_add {
  margin-top: 20px;
}

.p-risk__box {
  width: 100%;
  height: 200px;
  overflow: scroll;
  border: 1px solid #707070;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.p-checkbox {
  margin-top: 20px;
}

/* Project - CM006-お問い合わせ
---------------------------------------------------------*/
.p-contact__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.p-input_width input[type=text] {
  width: 100%;
}

.p-cm006_select {
  width: 100%;
}

.p-input_width input[type=email] {
  width: 100%;
}

.p-button__cm006 input[type=submit] {
  font-size: 1.5rem;
  line-height: 2.346;
}

/* 2021/11/22 TerraSky Add Start */
.p-cm006_textarea{
  height: 150px;
  width: 100%;
  padding: 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
/* 2021/11/22 TerraSky Add End */

/* 2022/01/18 TerraSky Add Start */
.slds-form-element__label {
  font-weight: bold;
}
/* 2022/01/18 TerraSky Add End */

/* 2022/04/01 TerraSky #0625 Add Start */
.c-pointer_none {
  pointer-events: none;
}
/* 2022/04/01 TerraSky #0625 Add End */

/* 2022/04/04 TerraSky #0483 Add Start */
.p-spinner_override{
  position: fixed!important;
  max-width: 640px;
  width: 100%;
  right: auto!important;
  left: auto!important;
}
/* 2022/04/04 TerraSky #0483 Add End */

/* Project - テストサーバーリスト
---------------------------------------------------------*/
.p-test__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 50px 0 50px 20px;
}

.p-testtitle {
  font-size: 3rem;
  font-weight: bold;
}

.p-test {
  padding: 20px 0 0 0;
  font-size: 2rem;
  text-decoration: underline;
  color: #000000;
  display: block;
}

/* Error
---------------------------------------------------------*/
.error{
  border: solid 1px red !important;
}

.error_address ~ #address {
  border: solid 1px red;
  border-radius: 10px;
  padding: 5px;
}

/* 2022/08 TerraSky Phase2対応 Add Start
---------------------------------------------------------*/

.p-done-text__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px;
}

/* 2022/08 TerraSky Phase2対応 Add End
---------------------------------------------------------*/
/* 2022/12/02 TerraSky #0964 St
---------------------------------------------------------*/
.p-confirmation-auth__bggray {
  background-color: #efefef;
  padding-bottom: 30px; /* 2023/08/14 TerraSky #1044 add */
} 

.p-confirmation-auth__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 30px 0 20px;
}

.c-padding__bottom10 {
  padding-bottom: 10px;
}

.p-content__warn{
  padding-left: 0px !important;
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 20px;
}

/* 2022/12/02 TerraSky #0964 End
---------------------------------------------------------*/

/* 2023/04/25 TerraSky #1015対応 add St */
.p-agree__note {
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 1em;
  text-indent: -1em;
}
.p-agree__box {
  /* 2024/09/17 TerraSky #1536 Mod Start */
  /* border: 1px solid #cfcfcf;
  padding: 0; */
  background-color: #efefef;
  border-radius: 10px;
  padding: 0;
  /*borderの記載は削除する*/
  border: 0px;
  /* 2024/09/17 TerraSky #1536 Mod End */
}
.p-agree__link{
  color: #0062FF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.p-agree__lbText {
  /* 2024/09/17 TerraSky #1536 Mod Start */
  /* margin-left: 35px; */
  /* margin-top: -4px; */
  /* font-size: 1.6rem;
  line-height: 1.5; */
  margin-top: -25px;
  margin-left: 3em;
  /* 2024/09/17 TerraSky #1536 Mod End */
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Add Start */
  line-height: 1.5;
  font-size: 1.6rem;
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Add End */
}
.c-checkbox input[type=checkbox] + label.p-agree__lb {
  padding: 0;
}
.p-agree__imgbs{
  --icon-size: 1em;
  /* 2024/09/17 TerraSky #1536 Del Start */
  /* --link-margin: 0.5em; */
  /* 2024/09/17 TerraSky #1536 Del End */
  --icon-margin: 0.25em;
}
.p-agree__linkpd {
  /* 2024/09/17 TerraSky #1536 Mod Start */
  /* padding-right: calc(var(--link-margin) + var(--icon-size)); */
  text-decoration: underline;
  padding-right: calc(var(--icon-margin) + var(--icon-size));
  /* 2024/09/17 TerraSky #1536 Mod End */
}
.p-agree__img {
  /* 2024/09/17 TerraSky #1536 Mod Start */
  /* width: var(--icon-size);
  height: var(--icon-size);
  margin-left: calc(var(--icon-size) * -1 - var(--icon-margin));
  margin-bottom: 2.5px;
  margin-right: 0.25em; */
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: calc(var(--icon-size) * -1);
  /*2024/10/01 TerraSky #1667 画像位置微調整 Mod Start*/
  /* margin-bottom: 4.5px; */
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* margin-top: 4.5px; */
  margin-bottom: 2.5px;
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod End */
  /*2024/10/01 TerraSky #1667 画像位置微調整 Mod End*/
  margin-right: 0px;
  /* 2024/09/17 TerraSky #1536 Mod End */
}
/* 2023/04/25 TerraSky #1015対応 add End */

/* 2023/08/31 TerraSky #1089 add Start*/

.p-base__disabled_input{
  background-color : #e0e0e0 !important;
  border-radius: 3px;
}

.p-base__input-height35{
  height: 35px;
}

.p-base__input-height70{
  height: 70px;
}

.p-base__container {
  display: flex;
  flex-wrap: wrap;
}

.p-base__row1, .p-base__row2, .p-base__row3 {
  flex-basis: 100%;
  display: flex;
}
.p-base__item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  padding: 3px;
}

.p-base__item > span {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 5px;
  width: 100%;
}

.p-base__item > div {
  padding-top: 5px;
  padding-left: 5px;
  width: 100%;
}

.p-base__d1, .p-base__d3 {
  flex: 35%;
}
.p-base__d2, .p-base__d4 {
  flex: 65%;
}
/* 2023/08/31 TerraSky #1089 add　End*/
/* 2024/03/11* TerraSky E-Trust継続投資対応add St */
.c-button__flexApp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
}

@media screen and (max-width: 490px) {
  .c-button__flexApp {
    min-height: calc(var(--vh, 1vh) * 100 - 120px);
  }
}

.p-allotConf__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 10px;
}

.p-allotConfGoods__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 10px 0;
}

/* 2024/05/23 TerraSky #1482 add St */
.p-amountConfGoods__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
/* 2024/05/23 TerraSky #1482 add End */

.p-allotConf__name {
  font-weight: bold;
  font-size: 1.8rem;
}

/* 2024/05/23 TerraSky #1482 add St */
.p-amountConf__name {
  font-weight: bold;
  font-size: 1.6rem;
}
/* 2024/05/23 TerraSky #1482 add End */

.p-allotConf__container {
  display: flex;
  justify-content: space-between;
  /* 2024/05/23 TerraSky #1481 dell St */
  /* font-size: 1.4rem; */
  /* 2024/05/23 TerraSky #1481 dell End */
}

/* 2024/05/23 TerraSky #1481 add St */
.p-amountConf__container-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
/* 2024/05/23 TerraSky #1481 add End */

.p-allotConfSum_container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
}

.p-allotConfQuestion__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 20px 0 10px 0;
}

.p-allotConfRadio__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
}

input[type="radio"].p-allotConf__choice:checked+label {
  font-weight: bold;
}
.p-allotConf__container_top {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-top: 10px;
}

.p-amountConf_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.p-amountConf__form {
  height: 50px;
  padding: 0 0.4em 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  /* 2024/05/14 TerraSky #1459 Dell St */
  /* text-align: right; */
  /* 2024/05/14 TerraSky #1459 Dell End */
  font-size: 2.2rem;
  width: calc(100vw * 0.9 - 86px - 20px - 23px);
}

input[type="tel"].p-amountConf__form {
  height: 50px;
  padding: 0 0.4em 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  /* 2024/05/14 TerraSky #1459 Dell St */
  /* text-align: right; */
  /* 2024/05/14 TerraSky #1459 Dell End */
  font-size: 2.2rem;
  width: calc(100vw * 0.9 - 86px - 20px - 23px);
}

@media screen and (min-width: 640px) {
  input[type="tel"].p-amountConf__form {
    width: calc(640px * 0.9 - 86px - 20px - 23px);
  }
}
.p-pd-money__input::after {
  /* position: absolute; */
  /* top: 9px; */
  /* right: 66px; */
  content: "円";
  /* width: 20px; */
  /* height: 30px; */
  margin-left: 5px;
  font-weight: bold;
  margin-bottom: -5px;
  font-size: 1.8rem;
}


input[type="tel"].p-amountConf__form::placeholder {
  color: #e0e0e0;
  font-size: 2.2rem;
  font-weight: normal;
}

.p-applyMoneySet__inner {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  align-items: center;
}

.p-amountConf__button__inner {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  /* 2024/05/08 TerraSky #1405 E-Trust継続投資対応 Add Start */
  margin-top: -3px;
  /* 2024/05/08 TerraSky #1405 E-Trust継続投資対応 Add End */
}

.p-amountConf__button {
  width: auto;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 0px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  height: 40px;
  margin-left: auto;
}

.p-ammountConf_sum {
  font-size: 2rem;
  font-weight: bold;
}

.p-amountConf__background-color_grey {
  background-color: #efefef;
  padding: 30px 0;
}

.p-amountConf__background-color_yellow{
  background-color: #FFEFAA;
  padding: 8px 0;
  margin-top: 8px;
}

.p-amountConf__image_container {
  display: flex;
  align-items: center;
  gap: 3px;
}

.p-amountConf__money_image {
  height: 22px;
}

.p-amountConf__blue-link {
  color: #0062FF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

.p-amountConf__grayout{
  color: #CFCFCF;
}

.p-ammountConf_add{
  font-weight: bold;
  font-size: 1.6rem;
}

.p-confirmation-of-application__title_inner {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.p-confirmation-of-application__container_title {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: normal;
/* 2025/02/19 TerraSky 分配型対応#1785 Add Str */
  align-items: center;
/* 2025/02/19 TerraSky 分配型対応#1785 Add End */
}

.p-confirmation-of-application__breakdown_title {
  background-color: #efefef;
  padding: 0 5px;
}

.p-confirmation-of-application__breakdown {
  margin: 10px 0 10px 19.5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-confirmation-of-application__container_item {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  font-weight: normal;
}

.p-confirmation-of-application__text_alert {
  font-weight: normal;
  padding-top: 50px;
}

.p-entry-detail__item-title{
  font-size: 1.4rem;
  font-weight: bold;
}

.p-entry-detail__item_ledger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.p-entry-detail__ledger {
  font-weight: bold;
  max-width: 65%;
}

.p-entry-detail__item-value{
  font-weight: normal;
}

.c-blue-link__font16 {
  color: #0062FF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

.p-entry-detail__money{
  text-align: end;
}

.p-entry-detail__breakdown{
  /* 2024/05/27 TerraSky #1494 Mod St */
  /* margin: 10px 19.5px 10px 19.5px; */
  margin: 10px 19.5px 0 19.5px;
  /* 2024/05/27 TerraSky #1494 Mod St */
  font-weight: normal;
}
  
.p-entry-detail__breakdown_title{
  background-color: #efefef;
  padding: 0 5px;
}

input[type="tel"].p-applyMoney__form {
  height: 50px;
  padding: 0 0.4em 0 0.4em;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  /* 2024/05/14 TerraSky #1459 Dell St */
  /* text-align: right; */
  /* 2024/05/14 TerraSky #1459 Dell End */
  font-size: 2.2rem;
  width: 70%;
}

input[type="tel"].p-applyMoney__form::placeholder {
  color: #e0e0e0;
  font-size: 2.2rem;
  font-weight: normal;
}
/* 2024/03/11* TerraSky E-Trust継続投資対応add End */
/*# sourceMappingURL=style.css.map */

/*2024/09/11 TerraSky #1536 Add Start*/
 /* 【画面機能分割対応】スタイル追加：メールアドレス仮登録画面 */
 .p-registration__assist{
  font-size: 1.4rem;
  font-weight: 500;
  color: #696969;
  margin-bottom: 5px;
}
.p-registration__indentpt{
  margin-left: 1.3em;
  text-indent: -1em;
}

.p-registration__email input::placeholder{
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: normal;
}

.p-registration__email input::-webkit-input-placeholder{
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: normal;
}

.p-registration__email input::-moz-placeholder{
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: normal;
}

.p-registration__email input:-ms-input-placeholder{
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: normal;
}

.p-registration__email input::-ms-input-placeholder{
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: normal;
}

.c-margin__top40{
  margin-top: 40px;
}

/* 【画面機能分割対応】スタイル追加： メールアドレス仮登録完了画面*/
.c-margin__top60 {
  margin-top: 60px;
}

.p-registration__compicon {
  width: 190px;
}

.p-done__box{
  border:1px solid #CFCFCF;
  border-radius: 10px;
  padding: 20px;
}

.p-flow__exp::after{
  content:"";
  border: 1px solid #757575;
  height: 25px;
  border-radius: 10px;
  left: 47.5px;
  top: 100px;
  position: absolute;
}

.p-flow__icon{
  width: 95px;
}

.p-flow__flex{
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 20px;
}

.p-flow__flex_bt{
  display: flex;
  font-weight: bold;
  gap: 20px;        
}

.p-flow__title{
  font-size: 1.8rem;
}

.p-flow_highlight{
  background-color: #FFBF00;
  padding: 15px 15px;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.p-flow_position{
  position: relative;
}

.c-margin__bottom35{
  margin-bottom: 35px;
}

/* 【画面機能分割対応】スタイル追加：入出金方法選択画面 */
.p-account-select__hl{
  background-color: #FFBF00;
  padding: 13px;
  border-radius: 10px;
  font-weight: bold;      
  text-align: center;
}

.p-account-select__bg{
  background-color: #F8F6EA;
}

.p-account-select__flex{
  display: flex;
  justify-content: space-between;
  background-color: #EFEFEF;
  border-radius: 50px;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

/* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Del Start */
/* .p-account-select__mglt{
  margin-left: 4px;
} */
/* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Del End */

.p-account-select__flexTl{
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.p-account-select__nl{
  background-color: #757575;
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* width: 60px;
  height: 60px; */
  width: 58px;
  height: 58px;
  margin-right: 8px;
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod End */
  border-radius: 50%;
  display: inline-grid;
  text-align: center;
  align-content: center;
  color: #fff;
  line-height: 1.2;
}

.p-account-select__dr{
  background-color: #F06666;
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* width: 68px;
  height: 68px; */
  width: 66px;
  height: 66px;
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod End */
  border-radius: 50%;
  display: inline-grid;
  text-align: center;
  align-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}

.p-account-select__icon{
  width: 14px;
  height: 14px;
  /*2024/10/01 TerraSky #1669 画像位置微調整 Mod Start*/
  /* margin-bottom: 5px; */
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* margin-bottom: 3.3px; */
  margin-bottom: 2.7px;
  /* 2024/10/11 TerraSky #1686 画面機能分割対応：画面レイアウト修正 Mod End */
  /*2024/10/01 TerraSky #1669 画像位置微調整 Mod End*/
}

.p-account-select__wnwt{
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}

.p-account-select__wnbl{
  font-size: 1.2rem;
  color: #000000;
  font-weight: normal;
}

.p-account-select__wn{
  font-size: 1.2rem;
  color: #000000;
  font-weight: normal;
}

/* 2024/10/11 TerraSky #1687 画面機能分割対応：画面レイアウト修正 Add Start */
.p-modal__text_center {
  padding: 0 20px;
  text-align: center;
}
/* 2024/10/11 TerraSky #1687 画面機能分割対応：画面レイアウト修正 Add End */

/* 【画面機能分割対応】スタイル追加：本人情報登録フロー説明画面 */
.p-registration__acordion{
  padding: 2px 15px;
  width: 100%;
  background: #ffffff;
  font-size:1.6rem;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50px;
}

.p-registration__arrow_common{
  position: absolute;
  right: 10%;
  margin: 6px 0px 3px 8px;
  width: 8px;
}

/* 【画面機能分割対応】スタイル追加:各種同意画面 */  
.p-agree__maincheck {
  background-color: #efefef;
  padding: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 10px;
}

.p-agree__lbTextsl {
  margin-left: 3em;
}

.p-agree__mainText{
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* margin-left: 35px; */
  margin-left: 40px;
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod End */
  margin-top: -4px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 1.8rem;
}

.c-margin__bottom3{
  margin-bottom: 3px;
}

.c-padding__top20{
  padding-top: 20px;
}

.c-padding__top25{
  padding-top: 25px;
}

.c-padding__bottom25{
  padding-bottom: 25px;
}

.p-agree__wnText {
  margin-left: 2em;
}

.p-agree__innerdt {
  max-width: 600px;
  margin-left: 15px;
  margin-right: 15px;
}

.p-agree__imgsl {
  width: var(--small-icon-size);
  height: var(--small-icon-size);
  margin-left: calc(var(--small-icon-size) * -1);
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* margin-bottom: 4.5px; */
  margin-bottom: 2.7px;
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod End */
}

.p-agree__imgbssl{
  --small-icon-size: 0.875em;
  --small-icon-margin: 0.3em;
}

.p-agree__linkpdsl {
   padding-right: calc(var(--small-icon-margin) + var(--small-icon-size));
   text-decoration: underline;
}

.p-agree__ckboxMain input[type=checkbox]{
  position: relative;
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid #E5290C;
  background-color: #ffffff;
  border-radius: 7px;
  top: -2px;
  left: 0; 
  -webkit-appearance: none;   
  -moz-appearance: none;
  appearance: none;
}

.p-agree__ckboxMain input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 39%;
  left: 69%;
  width: 65%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-55deg);
  transform-origin: 2px 2px;
  background:  #E5290C;
}

.p-agree__ckboxMain input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 32%;
  left: 62%;
  width: 40%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-125deg);
  transform-origin: 2px 2px;
  background: #E5290C;
}

.p-agree__mainTextmg{
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod Start */
  /* margin-top: -25px; */
  margin-top: -29px;
  /* 2024/10/11 TerraSky #1683 画面機能分割対応：画面レイアウト修正 Mod End */
}

.p-agree__ckboxdt input[type=checkbox]{
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 5px;
  top: -2px;
  left: 0; 
  -webkit-appearance: none;   
  -moz-appearance: none;
  appearance: none;
}

.p-agree__ckboxdt input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 74%;
  width: 65%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-55deg);
  transform-origin: 2px 2px;
  background:  #000000;
}

.p-agree__ckboxdt input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 29%;
  left: 67%;
  width: 40%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-125deg);
  transform-origin: 2px 2px;
  background: #000000;
}

/* 【画面機能分割対応】スタイル追加:口座振替登録完了 */
.p-done__paddingbt{
  padding-bottom: 105px;
}
/*2024/09/11 TerraSky #1536 Add End*/

/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Add Str */
.p-pd004__boxtop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-pd004__label {
  display: flex;
  align-items: flex-start;
}
.p-products__circle:hover {
  opacity: 0.7;
}
.p-pd004__box p {
  margin-left: 10px;
  line-height: 1.2;
}
.p-pd004__tblabel {
  padding-left: 25px;
  width: 145px;
}
/* 2025/02/17 TerraSky 分配型対応#1755,#1756 Add End */

/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Add Str */
.p-entrylist__dttop {
  display: flex;
}
.p-entrylist__flexsr {
  flex-shrink: 0;
}
.p-pd004-2__document:hover {
  opacity: 0.7;
}
/* 2025/02/17 TerraSky 分配型対応#1777,#1778 Add End */

/* 2025/02/17 TerraSky 分配型対応#1778 Add Str */
.p-entrylist__amount {
  font-weight: bold;
  padding-top: 8px;
  line-height: 1;
}
/* 2025/02/17 TerraSky 分配型対応#1778 Add End */
/* 2025/02/19 TerraSky 分配型対応#1785 Add Str */
@media screen and (max-width:388px) {
  .p-confirmation-of-application__rabelwd {
    width: 192px;
    }
  }
/* 2025/02/19 TerraSky 分配型対応#1785 Mmod Str */
  .p-confirmation-of-application__valuewd {
    /* width: 140px; */
    width: 125px;
    text-align: right;
    flex-shrink: 0;
  }
/* 2025/02/19 TerraSky 分配型対応#1785 Mod End */
/* 2025/02/19 TerraSky 分配型対応#1785 Add End */

/* 2025/01/15 TerraSky #1181 ID連携APIの導入 Add Start */
.p-registration__mailhd {
  border-top: 1px solid #CFCFCF;
  padding-top: 30px;
}

.c-title__text22 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-margin__bottom35 {
  margin-bottom: 35px;
}

.c-margin__bottom25 {
  margin-bottom: 25px;
}

.c-form-idapi__input input[type=email] {
  width: 100%;
  height: 50px;
  border-radius: 6px;
}

.c-form-passwordapi__input input[type=password],
.c-form-passwordapi__input input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 6px;
}

.c-form-passwordapi__input{
  position: relative;
}

.p-login_icTop {
  top: 61%;
}

.c-margin__bottom60 {
  margin-bottom: 60px;
}

.c-accodion__label{
  display: inline-block;
  width: 100%
}

.c-small-button-gray {
  font-size: 1.2rem;
  border: 1px solid #B4B4B4;
  border-radius: 30px;
  background: #B4B4B4;
  color: #ffffff;
  font-weight: bold;
}

.p-button__text18 {
  font-size: 1.8rem
}

.p-modal__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-text__grey {
  color: #575757;
}
.p-modal__closebtn {
  position: absolute;
  right: 3%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;

}
.p-modal__closebtn::before,
.p-modal__closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 23px;
  background-color: #fff;
  transform-origin: center;
}
.p-modal__closebtn::before {
  transform: translate(-50%, -50%)rotate(45deg);
}
.p-modal__closebtn::after {
  transform: translate(-50%, -50%)rotate(-45deg);
}
/* 2025/01/15 TerraSky #1181 ID連携APIの導入 Add End */
/* 2025/07/22 TerraSky #1997 Add Start */
.p-notice-of-consent__warn {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.p-privacyAgreement__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px 0;
}
.p-agreemodal__box {
font-size: 1.6rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 580px;
width: 90%;
margin-left: auto;
margin-right: auto;
-webkit-box-pack: justify;
   -ms-flex-pack: justify;
       justify-content:center;
text-align: center;
font-weight: bold;
}
.p-notice-of-text {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-privacyAgreement__highlight {
  background-color: #efefef;
  font-weight: bold;
  text-align: left;
  padding: 15px 8px;
  margin-top: 5px;
}
.p-privacytitle__inner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.p-privacyAgreement__buttoninner {
  max-width: 600px;
  width: 90%;
  margin: auto;
  padding: 40px 0 10px 0;
}
.p-done__paddingpri {
  padding-bottom: 60px;
}
.c-margin__top15 {
  margin-top: 15px;
}
.p-done__withdraw{
  padding-bottom: 50px;
}
/* 2025/07/22 TerraSky #1997 Add End */
