/****************************************************************************
cmypage footer
****************************************************************************/
.fixedBtn__account a.fixedBtn__inner,
.fixedBtn__clips a.fixedBtn__inner {
    width: 13.029283vw;
}

.fixedBtn__account .fixedBtn__text,
.fixedBtn__clips .fixedBtn__text {
    width: auto;
}

.footer .footerBtn__target:not(.fixedBtn__search) .fixedBtn__inner .iconInner,
.footer .footerInsBlock__link .iconInner{
    background-color: #3e3a39;
}

.footer .footerBtn__target:not(.fixedBtn__search) .fixedBtn__inner:hover  .iconInner,
.footer .footerInsBlock__link:hover  .iconInner{
    background-color: #fff;
}


/****************************************************************************
cmypage common
****************************************************************************/
main {
    z-index: 2;
}

body {
  font-weight: 400;
}

.wrapper {
    padding-top: 1.4641288433vw
}

.--flex {
    display: flex;
}

.pageHeader__date {
    display: none;
}

.pageHeader__logo {
    padding-right: 0;
}

.cmypage-top .section-title {
    display: none;
}

.text,
.mypageSection__text {
    font-size: 1.1713030747vw;
}

/* .only-pc {
    display: block;
} */

.only-sp {
    display: none;
}


/* 下部波線なし */
.register .mypageSection,
.formpage .mypageSection,
.mypageSection:last-of-type,
.mypageSection.--no-border{
    border-bottom: none;
}


.annotation.annotation-first {
    margin-top: .4em;
}

.fontEn-pp-sb {
    font-family: YakuHanJP, "PPSupplySans-Semibold";
}

.textRed {
    color:#ED2314;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
	height: auto;
}

.btnLink, a.btnLink {
    background-color: #fff;
    border: 1px solid #3e3a39;
}


/* cmypage　セクションが１つのみの場合下線なし */
.mypageSection:last-of-type {
    border-bottom: none;
}


/* 注釈 */
/* .annotation-wrap {
    margin-top: 2.5622254758vw;
} */

.annotation {
    line-height: 1.625;
    padding-left: 1em;
}

.annotation::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
}


/****************************************************************************
section
****************************************************************************/
.mypageSection__inner {
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
}

.cmypage-Section__title {
    font-size: 1.6837481698vw;
    line-height: 1;
    margin-bottom: 2.5622254758vw;
}

/****************************************************************************
form common
****************************************************************************/
.grid.formWrapper {
    padding: 0;
}

.form {
    width: auto;
	margin-left: auto;
	margin-right: auto;
}

.form .item {
    border-bottom: dashed 1px #3e3a39;
    padding: 2.5622254758vw;
    display: flex;
	justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.form .item.--no-label {
    width: auto;
    display: block;
    border: none;
    overflow: visible;
    padding: 2.5622254758vw 0;
}

.left-box.pass .pass-title,
.left-box.contact .contact-title {
    font-size: 2.2rem;
}


.form .item .label {
    line-height: 1;
    font-size: 1.6837481698vw;
    position: relative;
    width: 30%;
    /* margin-top: 2.86vw; */
    /* transform: translateY(-50%); */
    position: relative;
}

.form .item .input-box .inputs {
    width:100%;
    position: relative;
    padding: 1.8301610542vw 2.196193265vw;
    font-size: 20px;
    font-size: 1.4641288433vw;
    border-width: 2px;
    border-style: solid;
    border-color: #9fa0a0;
    background-color: #f7f8f8;
    border-radius: 0.7320644217vw;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

textarea {
    width:100%;
    height: 160px;
    position: relative;
    padding: 1.8301610542vw 2.196193265vw;
    font-size: 20px;
    font-size: 1.4641288433vw;
    border-width: 2px;
    border-style: solid;
    border-color: #9fa0a0;
    background-color: #f7f8f8;
    border-radius: 0.7320644217vw;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    line-height: 1.8;
}

textarea:focus,
.form .item .input-box .inputs:focus {
    background-color: #fff;
}

.form .item .input-box .inputs::placeholder {
	color: #9fa0a0;
}





/* todo:以下共通化 */
.register {
	color: #3e3a39;
}

.register .section-title {
	text-align: center;
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
}


.form .item.no-padding {
    padding-top: 0
}

.form .item:first-child {
	padding-top: 0;
}

.form .item:last-child {
	padding-bottom: 0;
}


.form .item .label.flex-top {
    margin-top: 0;
}

.register-confirm .item .label {
    margin-top: 0;
}

.form .item .label-child,
.register-confirm .item .label-child {
    line-height: 1;
    font-size: 1.8rem;
    position: relative;
    width: 23%;
}

.form .item .input-box,
.register-confirm .item .input-box {
    width: 70%;
    /* border: solid 1px #000; */
}

.form .item.unique-url .label-child {
    width: 41%;
}

.form .item .plan-box {
    width: 61.11%;
	max-width: 550px; 
}

.form .item .plan-box .input-box {
    width: auto;
    max-width: none;
}

.form .item .plan-box .annotation {
    margin-top: 15px;
    line-height: 1.5;
    color: #5F6868;;
}


.form .item .input-box.hope-plan {
    width: auto;
	max-width: 550px;
    /* border: solid 1px #000; */
}


.annotation,
.form .item .input-box .annotation {
	/* margin-top: 15px; */
	color: #3e3a39;
}

.form .item.zip-box .input-box {
	display: flex;
	align-items: center;
}

.form .item.zip-box .input-box .input-box-zip01, 
.form .item.zip-box .input-box .input-box-zip02 {
	width: 30%;
	box-sizing: content-box;
}

.form .item.zip-box .input-box .input-box-zip01 {
	padding-right: 25px;
	margin-right: 15px;
	position: relative;
}

.form .item.zip-box .input-box .input-box-zip01::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #5F6868;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.form .item-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form .uniqueurl .item-child {
    justify-content: flex-start;
}

form .uniqueurl .item-child .label-child {
    font-size: 1.8rem;
    margin-right: 1rem;
    white-space: nowrap;
}

form .uniqueurl .text {
    line-height: 1.8;
}

.form .item.uniqueurl .input-box .annotation {
    margin-top: .3rem;
    color: #000
}

.form .item-child .label-child {
	font-size: 1.1713030747vw;
    font-weight: 700;
}

.form .item-child .input-box-child {
    width: 85%;
}

.form .birth-box {
    width: 30%;
}

.form .credit-num .item-child .input-box-child {
    width: 66.36%;
}

.credit-num .modal-button-open {
    width: 17px;
}


/* セレクトボックス */
.form .selectbox,
.form .item-child .input-box-child .selectbox {
	width: 40%;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/cmypage/register/select-arrow.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size:  8px 17px;
    padding: 1.8301610542vw 2.196193265vw;
    font-size: 20px;
    font-size: 1.4641288433vw;
    border-width: 2px;
    border-style: solid;
    border-color: #9fa0a0;
    background-color: #f7f8f8;
    border-radius: 0.7320644217vw;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

.form .selectbox.--width-long,
.form .birth-box .selectbox {
	width: 80%;
}

.form .item-child .input-box-child .selectbox::-ms-expand {
	display: none;
}


/* ラジオボタン・チェックボックス共通 */
.checkbox-area,
.radio-area {
    margin: 4px 0;
    font-size: 1.1713030747vw;
    color: #3e3a39;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5vw 1.5vw;
}

.checkbox-area.--2column,
.radio-area.--2column {
    grid-template-columns: 1fr 1fr;
}


/* チェックボックス */
.checkbox-item {
    display: flex;
}

input[type=checkbox] + label {
    font-size: 1.1713030747vw;;
    font-weight: 700;
    padding: 0.5124450952vw 0 0.5124450952vw 2.812445vw;
}

.label-checkbox,
.label-agree {
    white-space: nowrap;
    padding-left: 4px;
}

.checkbox,
.agree-box .agree {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
    width: auto;
}

.checkbox::before,
.checkbox::after,
.agree-box .agree::before,
.agree-box .agree::after {
    content: "";
    display: block; 
    position: absolute;
}

.agree-box .agree::before,
.agree-box .agree::after,
.checkbox::before,
.checkbox::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
-ms-transition-duration: 0.2s;
-ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

.agree-box .agree::before,
.checkbox::before {
    width: 2.196193265vw;
    height: 2.196193265vw;
    background-color: #dcdcdc;
    border-width: 1px;
    border-style: solid;
    border-color: #c9caca;
    border-radius: 0.2928257687vw;
}

.agree-box .agree::after,
.checkbox::after {
    /* border-bottom: 1.5px solid #DCDCDC;
    border-left: 1.5px solid #DCDCDC;
    height: 8px;
    width: 14px;
    transform: rotate(-45deg) translateY(-100%) translateX(2%);
    top: 50%;
    left: 50%; */
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    left: 0.439238653vw;
    top: 0.439238653vw;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    -webkit-mask-box-position: center center;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    -webkit-mask-box-size: 100% auto;
    mask-image: url(/images/cmypage/register/icon--check.svg);
    -webkit-mask-image: url(/images/cmypage/register/icon--check.svg);
    background-color: rgba(var(--color-text), 1);
    opacity: 0;
}

.agree-box .agree:checked::before,
.checkbox:checked::before {
	background-color: #FFF000;
	border: solid 1.5px #3e3a39;
}

.agree-box .agree:checked::after,
.checkbox:checked::after {
    opacity: 1;
}


/* ラジオボタン */
.form .input-box-radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 1.5vw;
}

.form .input-box-radio.--2column {
    grid-template-columns: 1fr 1fr;
}

.radio-label {
	position: relative;
	cursor: pointer;
    padding: 0.5124450952vw 0 0.5124450952vw 2.512445vw;
    font-size: 1.1713030747vw;
}

.radio-label::before,
.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.radio-label::before {
    background-color: #dcdcdc;
    border: 1px solid #c9caca;
    border-radius: 50%;
    width: 2.196193265vw;
    height: 2.196193265vw;
    left: 0;
}

.radio-label::after {
    background-color: #3e3a39;
    /* border-radius: 50%;
    opacity: 0;
    width: 1.496193265vw;
    height: 1.496193265vw;
    left: 0;
    margin-left: calc(0.54904831625vw - 3px); */

    width: 2.196193265vw;
    height: 2.196193265vw;
    left: 0;
    top: 50%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-box-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    -webkit-mask-box-position: center center;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    -webkit-mask-box-size: 100% auto;
    mask-image: url(/images/common/icon--radio.svg);
    -webkit-mask-image: url(/images/common/icon--radio.svg);
    /* background-color: rgba(var(--color-text), 1); */
    opacity: 0;
}

.input-box-radio input:checked + .radio-label::after  {
	opacity: 1;
}

.input-box-radio input:checked + .radio-label::before {
    border: 1px solid #3e3a39;
    background-color: #FFF000;
}

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

.industry-box .industry {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

.checkbox-box,
/* .form .input-box-radio, */
.industry-box {
    display: grid;
    grid-template-columns: 22% 29.5% 22% 1fr;
    gap: 1.3vw 0;
}

.industry-box .industry::before,
.hindustry-box .industry::after {
    content: "";
    display: block; 
    position: absolute;
}

.industry-box .industry::before {
    background-color: #FFF;
    border-radius: 50%;
    border: 1.5px solid #3e3a39;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.industry-box .industry:checked::before {
	background-color: #FFF000;
	border: solid 1.5px #000;
}

.input-box .js-fee_flg {
    margin-bottom: 4rem;
}



/* プライバシポリシー・利用規約同意 */
.agree-wrap {
	width: 24%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
}

.agree-box .checkbox-wrap {
	display: flex;
}

.agree-box .label-agree {
    white-space: nowrap;
}

.agree-box .label-agree a {
    display: inline;
    border-bottom: solid 1px #3e3a39;
    color: #3e3a39;
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

/* 必須ラベル */
.form .item .label .label-text,
.form .item-child .label-child .label-text {
    position: relative;
    padding-right: 129px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.4;
} 

.form .item .label .label-text.--no-required {
    padding-right: 78px;
}

.required {
    display: inline-block;
    text-align: center;
    width: 45px;
    padding: .3vw 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #3e3a39;
    background-color: #FFF000;
    border: dashed 1px #3e3a39;
    border-radius: 1.4641288433vw;
    box-sizing: border-box;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 77px;
}


/****************************************************************************
ショップ詳細の背景色選択
****************************************************************************/
/* .shop-Bgcolor .radio-label {
    width: 80%;
    display: block;
} */

.plan-label img {
    border-radius: 0.7320644217vw;
}

.radio-label-img input[type="radio"]:checked + .plan-label img.check {
    display: block;
    border: solid 5px #3e3a39;
    border-radius: 0.7320644217vw;
}



/****************************************************************************
ボタン
****************************************************************************/
.btn.--bg-mypageColor,
.btn.--bg-white,
.btn.--bg-black,
.btn.confirm,
.form-back,
.complete,
.btn.mail-cancell,
.btn.mail-receive {
	background-color: #fff;
    font-size: 1.756954612vw;
    height: 5.8565153734vw;
    line-height: 5.8565153734vw;
    text-align: center;
    border-radius: 0.7320644217vw;
    border-width: 2px;
    border-style: solid;
    border-color: #3e3a39;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    color: #3e3a39;
    margin-top: 2.5622254758vw;
    font-weight: 700;
}

.btn.--width-half {
    width: calc( 50% - ( ( 2.5622254758vw / 2 ) * 2 ) );
}

.btn.--width-half.--btn-single {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn.--aline-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.formWrapper .btn-area.--flex {
    display: flex;
    column-gap: 2.5rem;
    justify-content: center;
}

.form-back:hover,
.complete:hover {
    opacity: .6;
}

/* プライバシー・利用規約チェクオン時 */
.btn.confirm.active {
	background-color: #3e3a39;
	border: solid 1px #3e3a39;
	color: #fff;
}

.btn.confirm.active:hover {
	background-color: #3e3a39;
	border: solid 1px #3e3a39;
	color: #fff;
    opacity: .6;
}

.btn.--bg-black {
    font-size: 1.6837481698vw;
    background-color: #3e3a39;
    border: solid 1px #3e3a39;
    color: #fff;
}

.btn.--bg-black:hover {
    opacity: .6;
}

.btn.--bg-mypageColor {
    border-color: rgba(var(--keyColor-base), 1);
    background-color: rgba(var(--keyColor-base), 1);
    color: rgba(var(--color-text), 1);;
}

.btn.--bg-mypageColor:hover {
    border-color: rgba(var(--color-text), 1);
    opacity: 1;
}


/* form内のボタン */
.formWrapper .btn-area{
    padding: 0 2.5622254758vw;
}


/* ログアウト・myshopボタン */



/****************************************************************************
ショップURL
****************************************************************************/
.urlWrapper .btn-area.--flex {
    display: flex;
    gap: 2vw;
}

.urlWrapper .text {
    margin-bottom: 2.5622254758vw;
}

.urlWrapper .inputs {
    position: relative;
    width: 100%;
    position: relative;
    padding: 1.8301610542vw 2.196193265vw;
    font-size: 20px;
    font-size: 1.4641288433vw;
    border-width: 2px;
    border-style: solid;
    border-color: #9fa0a0;
    background-color: #f7f8f8;
    border-radius: 0.7320644217vw;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
}

/* クリップボードにコピー */
.urlWrapper .btn.copy-done {
    display: none;
    background-color: #FFF000;
    color: #3e3a39;
    border: dashed 2px #3e3a39;
}


/****************************************************************************
メールマガジン設定
****************************************************************************/
.mailmagazine-wrapper .btn {
    margin-left: 0;
    margin-right: 0;
}


/****************************************************************************
モーダル
****************************************************************************/
.modal-wrap {
    margin: 0 auto;
    max-width: 1000px;
}

.quit-wrapper .modal-wrap {
    margin: 0;
    max-width: none;
}

.modal__button,
.modal-button-close,
.modal-button-open {
    cursor: pointer;
}

.modal-button-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 18px;
    right: 18px;
}

.modal-item {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    z-index: 3;
}

.modal-bg {
    background: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.modal-content {
    margin: 200px auto 0;
    padding: 40px 35px;
    position: relative;
    width: 500px;
    background-color: #FFF;
    font-size: 1.6rem;
    border-radius: 0;
    z-index: 4;
}

/* 退会・掲載済み物件削除のアラートモーダル */
.quit-wrapper .modal-wrap {
    margin: 0;
    max-width: none;
}

.modal-alert .modal-content {
    width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    height: 100vh;
    background: transparent;
    z-index: 4;
}

.modal-alert .modal-content .modal-inner {
    padding: 2.5622254758vw;;
    background-color: #fff;
    border-radius: 1.4641288433vw;
    width: 100%;
}

.modal-alert .modal-content .modal-button-close,
.modal-alert .modal-content .btn.--bg-black{
    position: relative;
    margin-top: 0;
    border-radius: 999px;
    height: 1.9765739385vw;
    font-size: 13px;
    font-size: 0.9516837482vw;
    line-height: 1.9765739385vw;
    white-space: nowrap;
    padding: 0 0.7320644217vw;
    font-weight: 600;
    top: 0;
    left: 0;
}

.modal-alert .modal-content .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 1vw;
    color: #5F6868;
    margin-bottom: 0;
    margin-top: 2vw;
}

.modal-alert .modal-content .btn-wrap .quitBtn-box {
    width: calc( 50% - ( ( 2.5622254758vw / 2 ) * 2 ) );
}


/* ヒント(?マーク) */
.form .item .label .--with-hint {
    position: relative;
}

.modal-wrap.hint{
    margin: 0 auto;
    width: 70px;
    display: inline-block;
    margin-left: .5em;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center center;
    animation: furifuri 1.5s infinite;
}

  @keyframes furifuri {
    0% {transform: translateY(-50%) rotate(-5deg);}
    50% {transform: translateY(-50%) rotate(-5deg);}
    51% {transform: translateY(-50%) rotate(5deg);}
    99% {transform:  translateY(-50%)rotate(5deg);}
    100% {transform: translateY(-50%) rotate(-5deg);}
  }

.modal-button-open img {
    width: 100%;
}

.modal-content {
    margin: 5% auto 0;
}

.register .modal-content {
    margin: 160px auto 0;
    padding: 0;
    position: relative;
    width: 70vw;
    background-color: transparent;
    font-size: 1.6rem;
    border-radius: 0;
    z-index: 4;
    max-width: 1200px;
}

.register .modal-bg {
    background: rgba(0, 0, 0, 0.5)!important;
    min-height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0!important;
}

.register .modal-button-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0!important;
    right: 18px;
    transform: translateY(-130%);
}



/* 画像アップ */
.deletimg-btn,
.p-previewArea__item__image .p-previewArea__item__deletebtn {
    position: absolute;
    right: -0.8rem;
    top: -0.8rem;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #231815;
    cursor: pointer;
}

.deletimg-btn img,
.p-previewArea__item__image .p-previewArea__item__deletebtn img {
    width: 38%;
}

/************************************************
問い合わせ
************************************************/
.contact-wrapper .mypageSection__title a {
    display: inline-block;
    border-bottom: solid 2px #3e3a39;
}


/************************************************
cmypag.post
************************************************/





/************************************************
cmymage
************************************************/

/* todo:他のページも影響するかもしれないので要チェック */
body {
    font-family: YakuHanJP, "heisei-kaku-gothic-std", sans-serif;
    color: #3e3a39;
    background-color: #DCDCDC;
}

.wrapper {
    background-color: transparent;
}

.cmypage-top .container {
    width: auto;
    max-width: none;
}

.cmypage .container {
    width: auto;
    max-width: none;
    padding-left: 2.5622254758vw;
    padding-right: 2.5622254758vw;
}

.quit-btn-wrap .btn {
    width: 100%!important;
}

.cmypage .section-title {
	margin-bottom: 20px;
}

.btn.logout {
	width: 100px;
	background-color: transparent;
	border: solid 1px #333;
	padding: 6px 0;
	color: #333;
	margin: 0 0 0 auto;
    display: block;
}

.btn.logout:hover {
	border: solid 1px #D8E139;
	background-color: #D8E139;
    color: #000;
}

.btn.edit {
	width: 100%;
	padding: 24px 0;
	font-size: 2rem;
    color: #FFF;
}

.btn.edit:hover {
    background-color: #D8E139;
    color: #000;
}

.chat .chat-list {
	font-size: 1.4rem;
}

.chat .chat-list .list-item {
	margin-bottom: 24px;
}

.chat .chat-list .list-item:last-child {
	margin-bottom: 0;
}

.chat .chat-list .list-item a {
	color: #000;
}

.setting-title {
	border-bottom: solid 1px #333;
	padding-bottom: 20px;
	font-size: 2rem;
}


.left-box.pass .pass-title,
.left-box.contact .contact-title {
    font-size: 2.2rem;
}

.form.form-pass .item .label {
    font-size: 1.6837481698vw;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    overflow: visible;
}

.form.form-pass .item .input-box {
    width: auto;
}

.form.form-pass .item .input-box .inputs {
    border: solid 1px #5F6868;
}

.form.form-pass .item .input-box .inputs::placeholder {
    color: #808080;
    font-weight: 300;
}

.form.form-pass .btn-area {
    text-align: left;
}

.form.form-pass .btn.pass {
    font-size: 1.8rem;
    background-color: #5F6868;
    border: none;
    padding: 17px 0;
    width: 140px;
    color: #FFF;
    font-weight: 400;
    margin: 0;
}

.form.form-pass .btn.pass:hover {
    background-color: #D8E139;
    color: #5F6868;
}

.contact-list .list-item {
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative;
    font-size: 1.8rem;
    color: #333;
}

.contact-list .list-item:last-child {
    margin-bottom: 0;
}

.contact-list .list-item::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #D8E139;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-list .list-item a {
    color: #333;
}

.contact-list .list-item .sidenote {
    display: block;
    line-height: 1.875;
}

.btn.cmypage-contact {
    width: 190px;
    margin: 0 0 0 35px;
    color: #FFF;
    background-color: #5F6868;
}

.btn.cmypage-contact:hover {
    color: #000;
    background-color: #D8E139;
}

.form-error {
    color: #ED2314;
    display: block;
    margin-top: 0;
    line-height: 1.8;
}

.text.mail {
    line-height: 1.5;
}

.annotation-small {
    color: #5F6868;
    font-weight: 200;
    position: relative;
    padding-left: 1em;
    font-weight: 1.4rem;
    line-height: 1.6;
}

.annotation-small::before {
    content: '';
    width: 0.571em;
    height: 0.571em;
    border-radius: 50%;
    background-color: #5F6868;
    position: absolute;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
}

.example {
    margin-top: 1.5rem;
}


/************************************************
cmypage-quite-comp
************************************************/
.quit-comp .comp-wrap {
    font-size: 1.6rem;
    border-radius: 0;
    padding: 40px 0;
}

.quit-comp-title {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    font-weight: 400;
}

.comp.quit-comp .text {
    font-size: 1.6rem;
    color: #5F6868;
    line-height: 1.65;
    text-align: center;
}


/************************************************
login・pass-reset
************************************************/
.btn.regist {
	background-color: #D5E000;
	color: #000;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2rem;
	padding: 20px 0;
}


.btn.regist:hover {
    opacity: .5;
}

.login-form .btn.login,
.pass-reset-form .btn.pass-reset {
	width: 100%;
	border: none;
	padding: 20px 0;
	background-color: #000;
	color: #FFF;
	font-size: 2rem;
}

.pass-reset-form .btn.pass-reset {
	width: 202px;
    margin-left: auto;
    margin-right: auto;
}

.login-form .btn.login:hover,
.pass-reset-form .btn.pass-reset:hover {
	background-color: #D5E000;
    color: #000;
    opacity: 1;
}

.login .text {
	text-align: center;
	color: #000;
}

.pass-reset-wrap .pass-reset-title {
	text-align: center;
	font-size: 2.5rem;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px;
}

.pass-reset-wrap .text {
	color: #000;
	text-align: center;
	line-height: 1.65;
	font-weight: 400;
    margin-bottom: 2.5622254758vw;
}

.pass-reset .cancel {
	text-align: center;
	display: inline;
	border-bottom: solid 1px #000;
	color: #000;
	padding-bottom: 2px;
}


/* todo:login.scssより*/
.sendBtn__inner {
    background-color: #3e3a39;
    border-color: #3e3a39;
    color: #fff;
}

.sendBtn__inner:hover, .sendBtn__inner:hover {
    opacity: .6;
}

.cmypage-login .tabSection {
    min-height: 0;
}

.file-upload .uploadimg.--tentative {
    width: 266px;
    height: 149px;
    border: 1px dashed #3e3a39;
    background-color: #ecebed;
    cursor: pointer;
    border-radius: 0.7320644217vw;
}


/************************************************
register
************************************************/








/* .how-contact  */

.plan-input-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
    
.plan-label {
    position: relative;
    display: block;
    width: auto;
}

.plan-label[for="standard"],
.plan-label[for="premium"] {
    /* opacity: .5; */
}

.plan-label[for="standard"]:after,
.plan-label[for="premium"]:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 97.8%;
    position: absolute;
    /* background: rgba(0, 0, 0, .5); */
    top: 0;
    left: 0;
}

.plan-label img {
    width: 100%;
}

.plan-label img.check {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.plan-input-box input[type="radio"] {
    display: none;
}
    
.plan-input-box input[type="radio"]:checked + .plan-label img.check {
    display: block;
}

.form-btn {
    margin-top: 4vw;
}

.preview-container {
    flex-wrap: wrap;
    gap: 1rem;
}


.preview {
    /* position: relative;
    width: 150px;
    height: 100px; */
    width: 20%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-color: #eeeeee;
    position: relative;
}

.preview > img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}


.deletimg {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    z-index: 2;
}

  input[type="reset"]{
    border: none;
    color: white;
    font-size:17px;
    font-weight:bold;
    padding: 10px 20px;
    margin: 0 5px;
  }

  .item.licence,
  .item.payment {
    align-items: center;
  }

  .item.licence .label,
  .item.payment .label{
    margin-top: 0;
  }

  .credit-num .label .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 26px;
    line-height: 1.6;
  }

  .credit-num .label .text span {
    display: block;
    margin-bottom: 12px;
  }

  .form .credit-num  .item-child.code-num {
    align-items: flex-start;
  }

  .form .credit-num  .item-child.code-num .label-child {
    margin-top: 12px;
  }

.credit-num .modal-wrap {
    display: inline-block;
    transform: translateY(10%);
}

.checkbox-item input {
    width: auto;
}

.industry-box span {
    white-space: nowrap;
    /* margin-right: 20px;
    margin-bottom: 1.5rem; */
    display: inline-block;
}



/************************************************
register-comf
************************************************/
.form.form-comf  {
    width: auto;
}

.form.form-comf .item .label {
    margin-top: 0;
}

.form.form-comf .item:last-child {
    border-bottom: none;
}

.comf-wrap {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 10px 10px 35px 10px;
    border: solid 1px #000;
}

.comf-wrap > .item {
    margin-left: 40px;
    margin-right: 40px;
}

.comf-note {
    font-size: 1.1713030747vw;
    padding: 2.5622254758vw;
    text-align: left;
    line-height: 1.8;
}

.form-btn-wrap {
    justify-content: center;
    column-gap: 2.5rem;
}

.register-confirm .item {
    display: flex;
}

/************************************************
register-comp
************************************************/
.comp .container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.comp .section-title {
    padding-left: 48px;
    font-size: 2.5rem;
    position: relative;
    font-weight: 400;
}

.comp .section-title::before {
    content: '';
    display: inline-block;
    background-image: url(../images/cmypage/register/chec-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.comp-wrap {
    width: 100%;
}

.comp-wrap .comp-kind {
    width: 100%;
    padding: 1.7rem;
    border-radius: 0;
    color: #D8E139;
    font-weight: 600;
    color: #000;
}

.comp-wrap .comp-list {
    width: auto;
    line-height: 1.65;
}

.comp-wrap .comp-list .list-item {
    font-size: 1.6837481698vw;
    margin-bottom: 45px;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}

.comp-wrap .comp-list .list-item .annotation {
    font-weight: 400;
    color: #3e3a39;
}

.comp-wrap .comp-list .list-item::before {
    content: "●";
    padding-right: 0.5em;
    color: #DCDCDC;
    position: absolute;
    top: 0;
    left: 0;
}

.comp-wrap  .guidance-item {
    font-weight: 700;
}

.register-comp .mypageSection {
    border-bottom: none;
}

.register-comp .sendBtn__inner{
    color: #fff;
}

.form-step .content,
.formpage .content,
.register .content,
.register-confirm .content,
.register-comp .content {
    padding: 0;
}

.comp-wrap .comp-list .list-item:last-child {
    margin-bottom: 0;
}

.comp-wrap > .annotation {
    text-align: center;
    display: block;
    color: #5F6868;
}

.comp-wrap > .annotation a {
    display: inline;
    color: #5F6868;
    border-bottom: solid 1px #5F6868;
    padding-bottom: 4px;
    color: #5F6868;
}

.comp-wrap .comp-list > .annotation {
  font-size: 2rem;
}

.comp-wrap > .annotation::before {
    position: relative;
}


*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
/* font-family: "Rounded Mplus 1c"; */
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/****************************************************************************
public/entry
****************************************************************************/
.inputText {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    border: solid 1px #5F6868;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.form-control {
    width: 84.38%;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border-radius: 0;
    border: solid 1px #808080;
    resize: none;
    position: relative;
    bottom: 0;
    min-height: 4.5rem;
    height: 4.5rem;
}

.form-control:focus {
    outline: solid 2px #5F6868;
    border: none;
}

.form-control::placeholder {
    color: #808080;
}


/************************************************
post
************************************************/
.post .title-jap {
    color: #000;
    padding-bottom: 0;
    font-size: 2.5rem;
    font-weight: 400;
}

.post .section-title {
    margin-bottom: 0;
}


/* todo:下記のみunique */
.register .tabSection {
    padding-top: 2.9622254758vw;
    padding-bottom: 2.9622254758vw;
}

.tabArticle__default .tabSection {
    border-color: #3e3a39;
}

.tabArticle.tabArticle__bgWhite .tabSection, .tabArticle.tabArticle__bgWhite .tabHeader__inner, .tabArticle.tabArticle__bgWhite .tabSection::after {
    background-color: #fff;
}

.tabHeader__inner {
    border-color: #000;
}

.tabArticle.tabArticle__bgWhite .tabSection,
.tabArticle.tabArticle__bgWhite .tabHeader__inner,
.tabArticle.tabArticle__bgWhite .tabSection::after {
    background-color: #fff;
}

.corner::before {
    border-color: #000;
}

/* todo: base.css mypage.cssと同じ値。同cssファイルを読み込んだら削除 */
.cmypage-top .tabSection {
    min-height: 48.682284041vw;
}

.pagesNavBox {
    border-color: #3e3a39;
    background-color: #fff;
}

.objPagesNav__target {
    border-bottom: 1px dashed #3e3a39;
}

.objPagesNav__target:last-child {
    border-bottom: none;
}

a.objPagesNav__link {
    color: #3e3a39;
}

.mypage__pagesNav a.objPagesNav__link:after {
    background-color: #DCDCDC;
}

a.objPagesNav__link:hover:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 1.0248901903vw);
    height: calc(100% - 1.0248901903vw);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 0.9516837482vw;
    background-color: #DCDCDC;
    z-index: 1;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
    opacity: 1;
}

.objPagesNav__linkText {
    color: #3e3a39;
}

/* todo:unique */
.post-btn-title {
    font-size: 1.317715959vw;
    line-height: 1;
    padding: 1.2445095168vw 1.8301610542vw;
    border-bottom: 1px dashed #3e3a39;
    padding: 1.2445095168vw 1.8301610542vw;
    font-weight: 700;
}


.mypage__profile--detail {
    margin: 0 0 0 auto;
    width: auto;
    gap: 1vw;
}

/* ログアウトボタン・myshopボタン */
.logoutBtn .btnLink, .logoutBtn a.btnLink {
    background-color: #3e3a39;
}

.logoutBtn .btnText {
    color: #DCDCDC;
}

.myshopBtn .btnText {
    color: #3e3a39;
}

.logoutBtn .btnLink,
.logoutBtn a.btnLink {
    background-color: #3e3a39;
}

.myshopBtn .btnLink,
.myshopBtn a.btnLink {
    background-color: transparent;
    border: solid 1px #3e3a39;
}

.myshopBtn .btnHover:hover .btnHover__text {
    color: #3e3a39;
}


.myshopBtn .btnHover:hover {
    opacity: .6;
}

.mypage__newMessage--link, 
a.mypage__newMessage--link {
    border-color: #ED2314;
    background-color: #fff;
}

.mypage__newMessage--link:hover, 
a.mypage__newMessage--link:hover {
    background-color: #ED2314;
}

.mypage__newMessage--link:hover .mypage__newMessage--text,
a.mypage__newMessage--link:hover .mypage__newMessage--text {
    color: #fff;
}

.icon.icon--excl {
    background-color: #FFF000;
}


.btn.post-archive-btn {
    border: solid 1px rgba(0,0,0,0.5);
    background: #F2F2F2;
    color: #333;
}


.post .note-list-text {
    display: inline;
    font-size: 1.6rem;
    padding:  0.125em 0;
    border-bottom: solid 1px rgba(0,0,0,0.5);
    font-weight: 350;
    font-feature-settings: 'palt';
    letter-spacing: .1em;
    line-height: 1.625;
}

.post .note-list .note-list-item:last-child {
    margin-top: 2rem;
}

.post-limit .js-modal-content {
    color: #5F6868;
    font-weight: 400;
    font-size: 1.8rem;
}

.post-limit .text {
    line-height: 1.8;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: .01em;
}

.post .modal-wrap.modal {
    display: none;
}


/************************************************
post-archive
************************************************/


.post-list {
    width: 100%;
    color: #333;
}

.post-list .list-item {
    font-size: 1.6rem;
    border-radius: 0;
    background-color: #FFF;
    padding: 10px 10px 10px 15px;
    align-items: center;
    margin-top: 20px;
}

.post-list .post-thumb {
    width: 150px;
}


@media screen and (max-width: 1024px) {
    /* 決済方法変更 */
    .form .credit-num .item-child .input-box-child {
        width: 60%;
    }

    /* public.entry */
    .form-control {
        width: 81.38%;
    }
}


@media screen and (max-width: 767px) {
    /*********************************
    SP-cmypage footer
    **********************************/
    .footerBtn__list {
        flex-direction:column;
        gap: 2vw;
    }

    .fixedBtn__account a.fixedBtn__inner,
    .fixedBtn__clips a.fixedBtn__inner {
        width: 36.029283vw;
    }
    
    /*********************************
    SP-cmypage common
    **********************************/
    .only-pc {
        display: none;
    }

    .only-sp {
        display: block;
    }


    .mypage__profile--detail {
        margin: 0;
    }

    .objPagesNav__target.objPagesNav__target--chat,
    .objPagesNav__target.objPagesNav__target--chat .objPagesNav__target {
        border-right: none!important;
        border-bottom: none;
    }

    .objPagesNav__target:nth-child(3) {
        border-bottom: none;
    }

    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(1),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(2),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(3),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(4),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(5),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(6),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(7),
    .mypage__pagesNav.mypage__pagesNav--sub .objPagesNav__target:nth-child(8)  {
        border-bottom: 1px dashed #3e3a39;
    }

    .post-btn-title {
        font-size: 3.0666666667vw;
        height: 8.8vw;
        line-height: 8.8vw;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 4vw;
    }

    /* cmyapage 2カラムページ */
    .cmypage-top .pagesInner__nav {
        padding-top: 0;
    }

    /* cmypage 1カラムページ */
    .content {
        padding: 0;
    }

    /* 注釈 */
    /* .annotation-wrap {
        margin-top: 10vw;
    } */


    .register-edit .content {
        padding-top: 12vw;
    }


    /*********************************
    SP-form-common
    **********************************/
    .form .item {
        padding: 8.5vw 4vw;
        display: block;
    }

    .form .item.--no-label {
        padding: 8.5vw 0;
    }

    .form .item-child .label-child {
        font-size: 3.4666666667vw;
    }

    /* login */
    .cmypage-login .pagesInner__flex .pagesInner__nav {
        margin-bottom: 10.6666666667vw;
    }

    /* cmypage mypage register */
    .form .item .input-box {
        width: auto;
    }

    .urlWrapper .inputs,
    textarea,
    .form .item .input-box .inputs {
        padding: 5.3333333333vw 5.3333333333vw;
        font-size: 15px;
        font-size: 4vw;
        border-width: 1px;
        border-radius: 1.6vw;
    }

    .form .item .label {
        margin-top: 0;
        margin-bottom: 1.5rem;
        line-height: 1;
        font-size: 2rem;
        position: relative;
        width: auto;
        display: inline-block;
    }

    .industry-box {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 3vw 0;
    }

    .form .item-child .label-child {
        width: auto;
    }


    .form .item.zip-box .input-box .input-box-zip01,
    .form .item.zip-box .input-box .input-box-zip02 {
        width: auto;
        box-sizing: content-box;
    }

    .form .selectbox,
    .form .item-child .input-box-child .selectbox {
        width: 70%;
        padding: 5.3333333333vw 5.3333333333vw;
        font-size: 15px;
        font-size: 4vw;
        border-width: 1px;
        border-radius: 1.6vw;
    }

    .form-btn {
        margin-top: 14vw;
    }

    .register-comp .tabArticle {
        padding-top: 12vw;
    }

    .comp-wrap .comp-list .list-item {
        font-size: 4.5333333333vw;
    }

    .comp-wrap .comp-list .list-item .annotation {
        font-size: 3.2vw;
    }

    .formpage .content,
    .register-confirm .content {
        padding-top: 12vw;
    }

    .comf-note {
        font-size: 3.2vw;
        padding:8.5vw 4vw;
    }

    .register-confirm .form-btn-wrap .form-btn {
        margin-top: 6vw;
    }

    .register-confirm .tabSection {
        padding-top: 8vw;
    }

    .form .item.birth .input-box {
        flex-direction:column;
        gap: 4vw;
    }

    .form .birth-box {
        width: auto;
    }


    /*********************************
    SP-form-ラジオボタンチェクボックス共通
    **********************************/
    .checkbox-area,
    .radio-area,
    input[type=checkbox] + label {
        font-size: 3.4666666667vw;
    }
    .radio-area,
    .checkbox-area {
        margin: 4px 0;
        color: #3e3a39;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4.5vw 1.5vw;
    }

    /*********************************
    SP-form-チェクボックス
    **********************************/
    .agree-box .agree::before,
    .checkbox::before {
        width: 6.4vw;
        height: 6.4vw;
        border-radius: 0.8vw;
    }

    .agree-box .agree::after,
    .checkbox::after {
        width: 4vw;
        height: 4vw;
        left: 1.3333333333vw;
        top: 1.3333333333vw;
    }

    input[type=checkbox] + label {
        font-size: 13px;
        font-size: 3.4666666667vw;
        margin: 0;
        padding-left: 1.8666666667vw;
        white-space: wrap;
        line-height: 1.4;
    }

    .checkbox-item {
        width: auto;
        display: flex;
        align-items: center;
    }

    .checkbox, .agree-box .agree,
    .checkbox-item input {
        width: 6.4vw;
        height: 6.4vw;
        flex-shrink: 0;
    }

    
    /*********************************
    SP-form-ラジオ
    **********************************/
    .form .input-box-radio {
        gap: 5vw;
        grid-template-columns:1fr 1fr;
    }

    .form .input-box-radio.--2column.--sp-1column,
    .form .input-box-radio.--sp-1column {
        grid-template-columns:1fr;
    }

    .radio-label {
        padding: 0.5124450952vw 0 0.5124450952vw 8.12445vw;
        font-size: 3.4666666667vw;
    }

    .radio-label::before,
    .radio-label::after {
        width: 6.4vw;
        height: 6.4vw;
    }


    /*********************************
    SP-form-プライバシーチェックボックス
    **********************************/
    .agree-wrap {
        width: 75%;
    }

    .agree-box .checkbox-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    /*********************************
    SP-ボタン
    **********************************/
    .btn.--bg-black,
    .btn.--bg-white,
    .btn.--bg-mypageColor,
    .btn.confirm,
    .form-back,
    .complete,
    .btn.mail-cancell,
    .btn.mail-receive,
    .sendBtn__inner {
        /* width: 80%; */
        font-size: 4.8vw;
        margin-top: 2.5622254758vw;
        font-size: 4.5333333333vw;
        height: 16vw;
        line-height: 16vw;
        border-radius: 1.6vw;
        border-width: 1px;
    }

    .btn-area,
    .form-btn {
        margin-top: 8.5vw;
        display: block;
    }

    .btn.--width-half {
        width: 100%;
    }

    .formWrapper .btn-area {
        padding: 0 4vw;
    }

    .formWrapper .btn-area.--flex {
        flex-direction:column
    }


    /*********************************
    SP-テキスト
    **********************************/
    .text,
    .mypageSection__text {
        font-size: 3.4666666667vw;
    }

    .annotation,
    .form .item .input-box .annotation {
        font-size: 3.2vw;
    }

    .cmypage-Section__title {
        font-size: 4.5333333333vw;
        margin-bottom: 10.6666666667vw;
        line-height: 1.4;
    }

    /* .input-box .annotation-wrap {
        margin-top: 10vw;
        display: block;
    } */


    /*********************************
    SP-退会・掲載済み物件削除のアラートモーダル
    **********************************/
    .modal-alert .modal-content {
        width: 90%;
    }

    .modal-alert .modal-content .modal-inner {
        padding: 8vw;
    }

    .modal-alert .modal-content .btn-wrap {
        flex-direction:column;
        gap:2vw;
        margin-top: 7vw;
    }

    .modal-alert .modal-content .modal-button-close,
    .modal-alert .modal-content .btn.--bg-black {
        height: 8vw;
        font-size: 10.5px;
        font-size: 3vw;
        line-height: 8vw;
        padding: 0 1.6vw;
    }

    .modal-alert .modal-content .modal-button-close,
    .modal-alert .modal-content .btn-wrap .quitBtn-box {
        width: auto;
    }

    /*********************************
    SP-パスリセット
    **********************************/
    .pass-reset-wrap .text {
        padding-bottom: 8vw;
    }

    .pass-reset-wrap .inputs::placeholder {
        font-size: 4vw;
    }
}



@media screen and (max-width: 599px) {

    .register .section-title {
        margin-bottom: 5rem;
    }

    .form .item-child {
        display: block;
    }

    .form .item-child .label-child {
        display: block;
        margin-bottom: 1.3rem;
    }

    .form .credit-num .item-child .input-box-child {
        width: auto;
    }

    .form .item-child .input-box-child {
        width: auto;
    }

    .login-form .item input::placeholder, 
    .pass-reset-form .item input::placeholder {
        font-size: 1.9rem;
    }
    
    .credit-num .label .text span {
        margin-bottom: 0;
    }

    .plan-input-box {
        gap: 1rem;
    }

    .comf-wrap > .item {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .form-btn-wrap {
        display: block;
    }

    input[type="submit"] {
        margin: 0 auto;
    }

    .comp-wrap .comp-list {
        width: auto;
    }
    
    .guidance {
        padding-left: 0;
    }

    .login .text {
        line-height: 1.5;
    }

    .btn.regist {
        width: auto;
    }

    .post-list .list-item {
        font-size: 1.4rem;
        padding: 10px 0;
        padding: 0 0 20px 0;
        align-items: center;
        margin-top: 20px;
        /* display: block; */
        flex-wrap: wrap;
    }


}


