@charset "utf-8";
/* CSS Document */
.pc{display: inherit;}
.sp{display: none;}
@media screen and ( max-width:767px ){
	.pc{display: none;}
	.sp{display: inherit;}
}
html{font-size: 62.5%;}
body{
	font-size:1.4em;
	font-style: normal;
    position: relative; /*削除禁止*/
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p{
    color:var(--text-main-color);
}
a {
    cursor: pointer;
}
@media (min-width: 768px) {
    body {
        min-width: 1024px;
    }
}
@media only screen and (max-width: 767px){
	html{font-size: calc( 1000vw / 430 );}
}

.before_email1::before {
    content: 'メールアドレス：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
    top: 2rem;
    right: calc(38.1rem + 2rem);
    width: 20rem;
    text-align: right;
}
.before_email2::before {
    content: 'メールアドレス(再確認)：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
    top: 2rem;
    right: calc(38.1rem + 2rem);
    width: 22rem;
    text-align: right;
}

/* 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; 
*/

.flex{
    display: flex;
}

.fs16{
    font-size: 1.6rem;
}

.fs22{
    font-size: 2.2rem;
}

.fs32{
    font-size: 3.2rem;
}

.fwn{
    font-weight: 400;
}

.fwb{
    font-weight: bold;
}

.red1{
    color: #DE1328;
}

.text-left{
    text-align: left;
}

.center_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb05{
    margin-bottom: 0.5rem;
}

.mb1{
    margin-bottom: 1rem;
}

.mb29 {
    margin-bottom: 2.9rem;
}

.wrap{
    text-align: center;
    padding-bottom: 3.8rem;
}

.indent1{
    padding-left:1em;
	text-indent:-1em;
}

body {
    margin: 0;
    font-family: 'M PLUS 1p', sans-serif;
}

.noto {
    font-family: 'Noto Sans JP', sans-serif;
}












.before_email{
    position: relative;
}

.before_email1::before {
    content: 'メールアドレス：';
    font-weight: bold;
    font-size: 1.8rem;
    margin-right: 2rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: calc(54.5% - 38rem);
}
.before_email2::before {
    content: 'メールアドレス(再確認)：';
    font-weight: bold;
    font-size: 1.8rem;
    margin-right: 2rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: calc(49.7% - 38rem);
}


.before_pass{
    position: relative;
}
.before_pass1::before {
    content: 'パスワード：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: calc(50% - 28.5rem);
}

.before_pass2::before {
    content: 'パスワード（確認）:';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: calc(50% - 35rem);
}



















/* register/index header */

/* header {
    margin-bottom: 6.413rem;
} */

.header_wrap,
.header_wrap_coupon,
.header_wrap_admin{
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .2);
    align-items: center;
    width: 100%;
    height: 8rem;
    z-index: 999;
    position: relative;
    margin-bottom: 5.6rem;
}

.header_container{
    align-items: center;
}

.JJK_logo {
    height: 5rem;
    margin-top: 1.5rem ;
    margin-left: 18.6rem;
    margin-bottom: 1.4rem ;
}

/* .header_logo{
    width: 8rem;
    height: 5.1rem;
    margin: auto 0;
} */

/* .header_title{
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    width: 20rem;
    text-align: left;
    letter-spacing: 1.4px;
    color: #359BD5;
    opacity: 1;
    /* margin: auto 0; 
    line-height: 1.3;
    letter-spacing: 1.4px;
} */


.header_text {
    margin-left: 4.8rem;
    font-size: 1.8rem;
}

.logout {
    color: #359BD5;
    display: block;
}

.logout::before {
    content: '';
    display: inline-block;
    width: 1.269rem;
    height: 1.343rem;
    background-image: url(../image/logout.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 1.046rem;
}

/* register/index section1 */
.s1_wrap{
    text-align: center;
    /* padding-bottom: 3.8rem; */
}

.title_wrap, .title_wrap_login,
.title_wrap_password{
    margin-bottom: 0.7rem;
    margin-right: 5.5rem;
}

.title_logo{
    margin-right: 0.7rem;
    width: 4.2rem;
}

.title{
    color: #333333;
    font-size: 3.2rem;
}

.description_top_text,
.description_top_text2,
.description_top_text4
{
    margin-top: 2.7rem;
    margin-bottom: 3.8rem;
}

.description_wrap{
    width: auto;
}

.description_inner{
    width: 52rem;
    padding: 1.7rem 3.3rem;
    border-radius: 0.4rem;
    line-height: 2.1rem;
    background-color: #FFF2F2;
}

.example{
    padding-left: 2rem;
}

/* register/index section2 */

.s2_wrap{
    text-align: center;
    padding-top: 5.2rem;
    padding-bottom: 5rem;
    background-color: #F2F7FA;
}

.second_wrap {
    padding-top: 5.2rem;
    background-color: #F2F7FA;
    padding-bottom: 3.3rem;
}

.id_number_inner{
    margin-bottom: 3.2rem;
}


.birthday_inner{
    margin-bottom: 2.3rem;
}



.input{
    margin-left: 4rem;
    width: 38.1rem;
    height: 5.6rem;
    background-color: #FFFFFF;
    border: #359BD5 1px solid;
    border-radius: 0.6rem;
    text-align: left;
    padding-left: 1rem;
    font-size: 1.8rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.before_text {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    border: none;
    width: calc(4rem + 38.1rem);
    height: 5.6rem;
    margin: auto;
}

.before_text::before {
    top: 2rem;
    right: calc(38.1rem + 2rem);
    width: 20rem;
    text-align: right;
}

.before_text1::before {
    content: 'ID（加入者番号）：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
}

.before_text2::before {
    content: '生年月日：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
}

.submit1,
.greenButton,
.greenButton_login,
.greenButton_password,
.before_button,
.greenButton2{
    width: 29.7rem;
    height: 6.5rem;
    border-radius: 0.6rem;
    background-color: #68B70C;
    color: #FFFFFF;
    font-size: 2.2rem;
    margin-bottom: 4.8rem;
    text-align: center;
}

.pseudo{
    text-align: center;
    font-size: 1.6rem;
    color: #116FA5;
}

.arrow_right, .arrow_right_password {
    position: relative; /* 基準位置とする */
    left: -13.6rem;
    top: 0.98rem;
}

.arrow_right::before,
.arrow_right::after {
    content: ""; /* 疑似要素に指定必須 */
    width: 1rem; /* 線の長さを指定 */
    height: 0.2rem; /* 線の幅を指定 */
    display: inline-block; /* インラインブロックにする */
    border-radius: 2px; /* 線を角丸にする */
    background: #116FA4;   /* 線の色を指定 */
    position: absolute; /* 相対位置に指定 */
}

.arrow_right::before {
    top: calc(50% - 0.4rem);     /* 数値は微調整してください */
    transform: rotate(45deg); /* 45度回転させる */
}
.arrow_right::after {
    bottom: calc(50% - 0.4rem);   /* 数値は微調整してください */
    transform: rotate(-45deg); /* -45度回転させる */
}

.recommendation_inner{
    width: 52rem;
    padding: 2.7rem 3rem 3.7rem;
    margin-top: 4.5rem;
    border-radius: 0.4rem;
    line-height: 2.4rem;
    background-color: #F8F8F8;
    text-align: left;
}

.error {
    opacity: 1;
    margin-top: 0.5rem;
    display: block;
    width: 38.1rem;
    text-align: left;
    margin-left: calc(50% + 2rem);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer_wrap{
    margin-top: 17.7rem ;
    margin-bottom: 3.3rem;
}

.JJK_logo2 {
    height: 5rem;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.red_box1 {
    border-radius: 0.6rem;
    display: block;
    width: 53rem;
    height: 8.3rem;
    background-color: #FFF2F2;
    padding-top: 3rem;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-bottom: 11.2rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.before_text3::before, 
.before_text5::before,
.before_text6::before,
.before_text7::before,
.before_text8::before,
.before_text9::before,
.before_text10::before {
    content: 'パスワード：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
}

.before_text4::before {
    content: 'パスワード（確認）：';
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    position: absolute;
}

.id_number_inner2 {
    margin-bottom: 2.1rem;
}

.id_number_inner2 p {
    margin-top: 0.9rem;
}

.id_number_inner3 {
    margin-bottom: 2.3rem;
}

.greenButton {
    text-align: center;
    line-height: 6.5rem;
    margin: 3.7rem 0 12.3rem;
}

.title_logo_login {
    width: 3.6rem;
    margin-right: 1.4rem;
}

.title_wrap_login {
    margin-right: 3.6rem;
    margin-bottom: 0.4rem;
}

.before_text5::before {
    content: '加入者番号：';
}

.id_number_inner_login {
    margin-bottom: 2.4rem;
}

.id_number_inner_login2 {
    margin-bottom: 2rem;
}

.greenButton_login {
    margin-bottom: 5.2rem;
}

.blueButton {
    border-radius: 0.6rem;
    display: block;
    width: 29.7rem;
    height: 6.5rem;
    text-align: center;
    background-color: #8BBAD6;
    color: #FFFFFF;
    line-height: 6.5rem;
    font-size: 2rem;
    margin-top: 4.6rem;
    margin-bottom: 3rem;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.arrow_right_password {
    left: -14rem;
}

.title_logo_password{
    margin-right: 1.68rem;
    margin-top: -1rem;
    width: 3rem;
}

.title_wrap_password {
    margin-right: 1rem;
}

.id_number_inner_password {
    margin-bottom: 1.7rem;
}

.greenButton_password {
    margin-bottom: 6.1rem;
    margin-right: 3.5rem;
    line-height: 6.5rem;
    display: block;
}

.before_button {
    display: block;
    text-align: center;
    background-color: #8BBAD6;
    line-height: 6.5rem;
    width: 11.7rem;
    margin-right: 3.3rem;
    margin-bottom: 0rem;
}

.description_top_text_password,
.description_top_text3 {
    display: block;
    width: 63.74rem;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.welcome_wrap {
    background-color: #F2F7FA;
    width: 100%;
    height: 10.6rem;
    /* margin-bottom: 4.3rem; */
    margin-bottom: 0;
}

.welcome_text {
    font-size: 1.2rem;
    margin-left: 23.2rem;
    line-height: 1.4rem;
    margin-top: 5.6rem;
}

.user_name {
    font-size: 2.4rem;
    color: #1081C1;
    line-height: 2.9rem;
    margin: -1.5rem 1.5rem 0 1.3rem;
}

.user_number_box {
    margin-left: 6rem;
    margin-top: 5.2rem;
    font-size: 1.6rem;
}

.user_number {
    margin-left: 0.7rem;
}

.profile_button {
    padding-left: 2rem;
    line-height: 4.3rem;
    font-size: 1.4rem;
    color: #359BD5;
    display: block;
    width: 20rem; /*飯田：調整：18rem > 20rem*/
    height: 4.3rem;
    margin: 3.7rem 15rem 2.6rem auto;
    border: solid 0.1rem #359BD5;
    border-radius: 2.2rem;
    -webkit-border-radius: 2.2rem;
    -moz-border-radius: 2.2rem;
    -ms-border-radius: 2.2rem;
    -o-border-radius: 2.2rem;
}

.profile_button img {
    width: 2.265rem;
    height: 2.265rem;
    margin-bottom: 1.05rem;
    margin-right: 0.5rem;
}

.s1_wrap_coupon {
    padding: 5.1rem 0 5.3rem;
}

.title_logo_coupon1 {
    width: 5.043rem;
    margin-top: -1.3rem;
    margin-right: 1.557rem;
}

.title_wrap_coupon {
    font-size: 2.6rem;
}

.coupon_Bred {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
    display: block;
    background-color: #FFF2F2;
    width: 102.4rem;
    height: auto; /*飯田：調整：11rem > auto*/
    padding: 3.4rem 3rem 3.2rem 3rem;
    margin-top: 3rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.coupon {
    text-align: left;
    width: 49.2rem;
    height: 12.7rem;
    border: solid 0.1rem #DBDBDB;
    background-color: #FFFFFF;
    padding-top: 1.9rem;
    padding-left: 2.9rem;
    padding-bottom: 1.4rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    margin-right: 4rem;
    margin-top: 1.3rem;
}

.coupon_count {
    text-align: center;
    background-color: #DE1328;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 2.5rem;
    width: 5.5rem;
    height: 2.5rem;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    margin-bottom: 0.5rem;
}

.coupon_price {
    color: #1081C1;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.coupon_price span {
    font-size: 3rem;
    margin-left: 2rem; /*飯田：調整：1rem > 2rem*/
}

.coupon_deadline {
    color: #5F5F5F;
    font-size: 1.1rem;
    margin-top: 1.7rem;
}

.coupon_greenBox {
    margin-top: 0.9rem;
    margin-left: 4.5rem; /*飯田：調整：3.5rem > 4.5rem*/
    text-align: center;
    width: 12.7rem;
    height: 7.3rem;
    padding-top: 2rem;
    line-height: 1.8rem;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #68B70C;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.coupon_gray {
    background-color: #F2F2F2;
    border: none;
}

.coupon_count_gray,
.coupon_greenBox_gray{
    background-color: #ACACAC;
}

.coupon_price_gray,
.coupon_deadline_gray{
    color: #868686;
}

.title_logo_coupon2 {
    width: 3.9rem;
    margin-right: 1.4rem;
    margin-top: -1.3rem;
}

.title_wrap_coupon_history {
    margin-top: 0.6rem;
}

.history_text {
    color: #333333;
    font-size: 1.6rem;
    margin-top: 3.127rem;
    margin-bottom: 3rem;
}

.coupon_table {
    border: solid 0.1rem #AFAFAF;
    font-size: 1.6rem;
    background-color: #FFFFFF;
    width: 723px;
}

.coupon_table th {
    background-color: #359BD5;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: solid 0.1rem #AFAFAF;
}

.coupon_table td {
    border: solid 0.1rem #AFAFAF;
    color: #5F5F5F;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    text-align: left;
}

.td1 {
    padding-left: 3.5rem;
    width:9rem;
}

.td2 {
    padding-left: 3.6rem;
    width:25.9rem;
}

.td3 {
    padding-left: 2.2rem;
    width:14.7rem;
}

.td4 {
    padding-left: 2.1rem;
    width:22.7rem;
}

.wrap_coupon_attention {
    padding: 5.8rem 16.7rem;
}

.title_wrap_coupon_attention {
    color: #DE1328;
}

.title_logo_coupon3 {
    width: 4.8rem;
    margin-right: 1.8rem;
    margin-top: -1.3rem;
}

.attention_text,
.attention_text2 {
    color: #5F5F5F;
    border: solid 0.1rem #DE1328;
    line-height: 2.5rem;
    font-size: 1.6rem;
    margin-top: 3.713rem;
    display: block;
    width: 87.9rem;
    height: 17.3rem;
    padding-top: 3.3rem;
    padding-left: 3rem;
}

.s1_wrap_confirm {
    margin-top: 5.8rem;
}

.description_top_confirm {
    margin-top: 3.9rem;
    margin-bottom: 3.5rem;
}

.red_box_confirm {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.7rem 0 0 calc(3.3rem + 1em);
    width: 56.5rem;
    height: 8.6rem;
    margin-bottom: 0;
}

.coupon2 {
    margin-top: 0;
    padding-bottom: 1.7rem;
    margin-bottom: 3.9rem;
}

.coupon_count2 {
    margin-bottom: 0.4rem;
}

.coupon_price2 {
    margin-left: calc(4.6rem - 2.9rem);
    font-size: 2rem;
}

.coupon_price2 span {
    font-size: 3.8rem;
    margin-left: 2.1rem;
}

.coupon_deadline2 {
    margin-top: 1.3rem;
    margin-left: calc(3.3rem - 2.9rem);
}

.before_button2,
.greenButton_confirm {
    margin-bottom: 5.8rem;
}

.w147 {
    max-width: 1470px;
    margin: 0 auto 0;
}

.modal_background {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* overflow-y: auto; */
    opacity: 0;
    z-index: -1;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* .filter {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
} */

.modal,
.modal2 {
	width: 97.2rem;
	height: 52.2rem;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	-ms-border-radius: 0.6rem;
	-o-border-radius: 0.6rem;
}

.modal_background.is_open {
	z-index: 9998;
	opacity: 1;
	visibility: visible;
	left: 0;
}

.close_button {
    position: relative;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 2.7rem;
    margin-right: 4.1rem;
}

.close_button span {
	width: 1.2rem;
    height: 0.2rem;
    background: #7B7B7B;
    display: inline-block;
    position: absolute;
    left: calc(50% - 0.65rem);
    top: 50%;
    border-radius: 20px;
}

.close_button span:nth-child(1) {
	transform: rotate(45deg) translate(-1px, -1px);
}

.close_button span:nth-child(2) {
	transform: rotate(-45deg) translate(1px, -1px);
}

.modal_inner {
    padding: 11rem 0 0 4.7rem;
}

.blurBack.blur {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.complete_Box {
    font-size: 2.4rem;
    color: #68B70C;
    width: 73.4rem;
    height: 10.6rem;
    margin: 2.9rem auto 3.4rem;
    border: solid 0.6rem #68B70B;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.complete_Box img {
    width: 4.3rem;
    margin-right: 2.075rem;
}

.s2_wrap_complete {
    padding-top: 4.7rem;
    padding-bottom: 4.5rem;
}

.complete_box2 {
    width: 92.2rem;
    height: auto;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 4.101rem 2.3rem 6.7rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.title_wrap_complete {
    margin-bottom: 0.1rem;
}

.howToUse_left {
    margin-top: 4.037rem;
}

.use_step_box {
    width: 39.9rem;
    height: 12.2rem;
    border: solid 0.3rem #EAEAEA;
    text-align: left;
    padding: 1.6rem 0 2.04rem 2.25rem;
}

.use_step_title {
    font-size: 2.2rem;
    margin-bottom: 0.96rem;
}

.use_step_text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.use_step_direction_box {
    width: 39.9rem;
    margin-top: 1.26rem;
    margin-bottom: 1.61rem;
}

.use_step_direction {
    display: block;
    width: 2.4rem;
}

.howToUse_right {
    margin: 3.57rem 0.2rem 0 auto;
}

.JTB_top_img {
    display: block;
    width: 38.4rem;
    margin: 0 auto;
}

.howToUse_right p {
    font-size: 1.4rem;
    margin: 2.16rem 0 7.71rem;
}

.coupon_set_img {
    display: block;
    width: 44.55rem;
}

.greenButton_coupon {
    margin: 4.469rem auto 0;
}

.footer_wrap_coupon {
    margin-top: 9.1rem;
}

.mail_wrap {
    margin-top: 5.1rem;
    padding-left: 23.3rem;
}

.mail_title {
    font-size: 2.6rem;
    margin-bottom: 1.9rem;
}

.mail_adress {
    color: #0C6DF0;
    font-size: 1.6rem;
}

.mail_change_button {
    display: block;
    background-color: #68B70C;
    color: #FFFFFF;
    text-align: center;
    line-height: 6.5rem;
    font-size: 1.8rem;
    margin-top: 6.2rem;
    width: 29.7rem;
    height: 6.5rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.footer_wrap_email {
    margin-top: 113.1rem;
}

.before_text6::before {
    content: '管理者ID：';
    padding-right: 2rem;
}

.admin_button {
    background-color: #359BD5;
}

.left_menu_wrap {
    float: left;
    background-color: #F2F7FA;
    color: #1081C1;
    width: 17.5rem;
    /* height: 100%; */
    height: 164.864rem;
}

.left_menu_inner {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: block;
    width: 100%;
    height: 14.6rem;
    text-align: center;
    border-bottom: solid 0.1rem #CCDEE8;
}

.employee_img,
.ticket_blue_img {
    display: block;
    margin:auto;
    padding: 4.21rem 0 1.14rem;
    width: 3.39rem;
}

.ticket_blue_img {
    width: 3.681rem;
    margin-left: 6.5rem;
    padding: 3.38rem 0 0.88rem;
}

.background_deep {
    background-color: #DFEFF8;
}

.right_main_wrap {
    padding: 5.75rem 0 13.23rem 24.6rem;
}

.admin_title {
    font-size: 2.2rem;
    margin: 0.2rem;
}

.admin_title_employee {
    width: 3.583rem;
    height: 4.302rem;
    margin-right: 1.7rem;
    margin-top: -1.01rem;
}

.logout_admin {
    display: block;
    width: 14.3rem;
    height: 3.4rem;
    border: solid 0.1rem #359BD5;
    border-radius: 1.7rem;
    text-align: center;
    line-height: 3rem;
}

.admin_upload,
.csv_download,
.basic_blue_button {
    margin-top: -0.94rem;
    margin-right: 15.5rem;
    margin-left: auto;
    display: block;
    text-align: center;
    line-height: 5.4rem;
    font-size: 1.4rem;
    color: #359BD5;
    background-color: #F2F7FA;
    width: 23.8rem;
    height: 5.4rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.admin_upload::before,
.csv_download::before {
    content: '';
    width: 1.285rem;
    height: 1.58rem;
    background-image: url(../image/download.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.7rem;
}

.w122 {
    max-width: 1220px;
}

.admin_input,
.admin_select {
    width: 31.8rem;
    height: 4.2rem;
    padding-left: 2.1rem;
    border: solid 0.1rem #BEBEBE;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.admin_input_label,
.history_input_label,
.history_input_label2 {
    width: 8.4rem;
    font-size: 1.4rem;
    line-height: 4.2rem;
    margin-right: 2.07rem;
}

.admin_select {
    width: 16.546rem;
    background-image: url(../../asset/image/select.png);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: 14.1rem 1.7rem;
}

.admin_form,
.history_form {
    width: 106.4rem;
    height: 28.3rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .13);
    background-color: #FFFFFF;
    padding: 4.55rem 8.2rem 0;
    margin-top: 2.94rem;
}

.admin_submit_button,
.admin_clear_button {
    background-image: url(../../asset/image/search.png);
    background-repeat: no-repeat;
    background-size: 1.681rem;
    background-position: 7.2rem 1.78rem;

    padding-left: 2.6rem;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #359BD5;
    width: 20.574rem;
    height: 5.325rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.admin_clear_button {
    background-image: none;
    padding: 0;
    background-color: #BCBCBC;
    width: 9.7rem;
    font-size: 1.4rem;
    margin-left: 3.28rem;
}

.admin_button_wrap {
    margin: 2.96rem 0 0 25.4rem;
}

.result_number {
    font-size: 3.2rem;
    line-height: 3.7rem;
    color: #359BD5;
    margin: 0 2.313rem 0 0.717rem;
}

.result_unit {
    font-size: 1.2rem;
    color: #359BD5;
}

.arrow_double_left_wrap,
.arrow_double_right_wrap,
.arrow_table_right {
    display: block;
    margin-right: -1.25rem;
    margin-left: 2.54rem;
}

.arrow_double_right_wrap {
    margin-right: 0.4rem;
    margin-left: -1.3rem;
}

.arrow_double_left,
.arrow_double_right,
.arrow_table_right {
    top: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    color: #007F96;
    line-height: 1;
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    transform: translateX(-25%) rotate(-135deg);
}

.arrow_double_right,
.arrow_table_right {
    transform: translateX(-25%) rotate(45deg);
    -webkit-transform: translateX(-25%) rotate(45deg);
    -moz-transform: translateX(-25%) rotate(45deg);
    -ms-transform: translateX(-25%) rotate(45deg);
    -o-transform: translateX(-25%) rotate(45deg);
}

.arrow_double_left::before, 
.arrow_double_left::after,
.arrow_double_right::before, 
.arrow_double_right::after,
.arrow_table_right::before,
.arrow_table_right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.arrow_double_left::before,
.arrow_double_right::before,
.arrow_table_right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1rem;
}

.arrow_double_left::after,
.arrow_double_right::after,
.arrow_table_right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1rem;
}

.admin_all_number {
    font-weight: 340;
    font-size: 1.4rem;
    margin: auto 0;
}

.admin_first_end {
    font-size: 1.6rem;
    color: #1081C1;
    margin-left: 2.2rem;
    margin-top: 0.8rem;
}

.page_selected {
    margin-left: 1.6rem;
    padding: 0 1.1rem;
    text-align: center;
    line-height: 3.3rem;
    font-size: 1.6rem;
    display: block;
    width: fit-content;
    height: 3.3rem;
    color: #FFFFFF;
    background-color: #359BD5;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.page_number {
    font-size: 1.5rem;
    color: #0B7D93;
    font-weight: 400;
    margin-left: 2.2rem;
    margin-top: 0.7rem;
}

.bg_blue {
    background-color: #2488C1;
    color: #FFFFFF;
    border: solid 0.1rem #BEBEBE;
}

.employee_table,
.basic_table1 {
    border: solid 0.2rem #BEBEBE;
    margin-top: 1.87rem;
}

.employee_table tr:nth-of-type(odd):not(:first-of-type) {
    background-color: #F9FBFC;
}

.employee_table th,
.employee_table td,
.basic_table1 th,
.basic_table1 td {
    border: solid 0.1rem #BEBEBE;
}

.employee_table th,
.basic_table1 th {
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.3rem;
    text-align: center;
}

.employee_table td,
.basic_table1 td {
    height: fit-content;
    text-align: center;
    font-size: 1.3rem;
    padding: 0 0.5rem;
}

.employee_table td div {
    min-height: 8.57rem;
}

.basic_table1 td div {
    min-height: 5.6rem;
}

.employee_table td div.cell,
.basic_table1 td div.cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.employee_table td div.cell_mail,
.basic_table1 td div.cell_mail {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 1.5rem;
    overflow-wrap: anywhere;
}

.employee_table_more {
    color: #359BD5;
    font-size: 1.6rem;
    font-weight: 500;
}

.arrow_table_right {
    top: -0.1rem;
    color: #359BD5;
    margin: 0;
    margin-left: 0.9rem;
}

.arrow_table_right::before {
    height: 0.15rem;
}

.arrow_table_right::after {
    width: 0.15rem;
}

.withdraw,
.withdraw_basic {
    display: inline-block;
    width: 6.742rem;
    height: 2.885rem;
    background-color: #DB5757;
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 2.885rem;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
}

.history_input_label {
    width: 9.8rem;
    margin-right: 4.1rem;
}

.history_input_label2 {
    width: 12.6rem;
    margin: 0 2.55rem 0 2.05rem;
}

.history_date {
    width: 16.7rem;
    outline: none;
    background: #fff url(../image/calendar.png) no-repeat right 1.42rem center;
    background-size: 1.525rem;
	display: inline-block;
    font-weight: 400;
	text-align: left;
}

/* Safariでの表示 */
_:lang(x)+_:-webkit-full-screen-document, input.history_date {
    padding-top: 1.2rem;
}

/* Firefoxでの表示 */
_:lang(x)::-moz-placeholder, input.history_date {
    padding-right: 1.05rem;
    color: black !important;
    background: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
    opacity: 0;
	cursor: pointer;
    height: 4.2rem;
    width: 30%;
    margin-left: -5rem;
}


/* input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    opacity: 0;
} */

.history_button_wrap {
    margin-top: 2.48rem;
    padding-right: 4.28rem;
}

.history_form {
    margin-top: 1.9rem;
    width: 110.3rem;
    height: 32.7rem;
    padding: 3.85rem 0 0 4.28rem;
}

.admin_title_history {
    width: 3.3rem;
    height: 4rem;
    margin-right: 2.38rem;
    margin-top: -0.6rem;
}

.csv_download {
    width: 25.325rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0
}

.csv_download::before {
    transform: rotate(180deg);
    margin-right: 1.36rem;
}

.csv_download_box {
    margin-right: 11rem;
    margin-left: auto;
}

.csv_download_box p {
    font-size: 1.2rem;
    margin-top: 1.13rem;
}

.history_table_th2,
.history_table_th3 {
    line-height: 1.6rem !important;
    padding-top: 1.18rem;
}

.title_blue {
    background-color: #359BD5;
    width: 0.5rem;
    height: 2.1rem;
    margin-right: 1.8rem;
}

.basic_blue_button {
    width: 18.8rem;
    height: 4.6rem;
    line-height: 4.6rem;
}

.withdraw_basic {
    text-align: center;
    float: right;
    margin-right: 28.5rem;
    margin-left: auto;
}

.basic_employee_data {
    margin-top: 3.27rem;
}

.basic_table1 {
    margin-top: 2.5rem;
}

.basic_table1 th{
    height: 5rem;
    line-height: 5rem;
}

.basic_table1 td{
    height: 5.6rem;
}

.basic_title_ticket {
    width: 3.731rem;
    height: 3.847rem;
    margin-top: -0.68rem;
    margin-right: 1.45rem;
}

.basic_history_text {
    margin-top: 3.23rem;
    font-size: 1.6rem;
}

.history_table_th3,
.history_table_th4 {
    text-align: left !important;
}

.history_table_th4 {
    padding-left: 2.2rem;
}

.basic_info_history {
    font-size: 1.6rem;
    color: #5F5F5F;
    border: solid 0.1rem #AFAFAF;
    padding-left: 2.61rem;
    padding-top: 2.84rem;
    width: 33.451rem;
    height: 16.2rem;
    margin-top: 2.87rem;
}

.basic_info_date {
    margin-right: 4.1rem;
}

.basic_info_text {
    margin-top: 2rem;
}

.basic_blue_before {
    margin-left: calc(50% - 24.6rem);
    margin-top: 4.91rem;
    line-height: 5.325rem;
    text-align: center;
    font-size: 1.8rem;
    color: #1081C1;
    background-color: #F2F7FA;
    display: block;
    width: 25.382rem;
    height: 5.325rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.upload_area {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 4.38rem;
    width: 106rem;
    min-height: 39.136rem;
    background-color: #F2F7FA;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.upload_area p{
    padding: 14.03rem 0 3.25rem;
}

.upload_deep_button,
.upload_deep_button2 {
    display: inline-block;
    line-height: 5.325rem;
    text-align: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #1081C1;
    width: 25.382rem;
    height: 5.325rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.upload_deep_button2 {
    border: solid 0.3rem #1081C1;
    background-color: inherit;
    color: #1081C1;
    line-height: 4.725rem;
}

.upload_info {
    font-size: 1.8rem;
    margin: 5.94rem 0 0 31.1rem;
    width: 43.7rem;
    height: 28.3rem;
    padding-top: 5.38rem;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .13);
}

.upload_info_text {
    margin-left: 15.54rem;
    line-height: 3rem;
}

.before_text7::before {
    content: '変更後メールアドレス：';
}

.before_text8::before,
.before_text10::before {
    content: '【確認】変更後メールアドレス：';
    width: 33rem;
}

.description_top_text2 {
    line-height: 2.6rem;
    margin-bottom: 3.9rem;
}

.description_top_text3 {
    width: 68.14rem;
}

.modal2 {
    width: 80.2rem;
    height: 52.2rem;
}

.attention_text2 {
    width: 70.8rem;
    height: fit-content;
    padding: 3rem;
}

.modal_button {
    margin:12.1rem auto 0;
    text-align:center;
    display:block;
    background-color: #2488C1;
}

.before_text9::before {
    content: 'メールアドレス：';
}

.before_text10::before {
    content: '【確認】メールアドレス：';
}

.title_logo_logout {
    margin-right: 1.55rem;
    width: 3.294rem;
}

.description_top_text4 {
    line-height: 3rem;
    margin-top: 5rem;
}

.greenButton2 {
    line-height: 6.5rem;
    text-align: center;
}

.error2 {
    padding-left: 36.5rem;
}

.w102 {
    width: 102.4rem;
}

.error_message,
.error_message_url {
    margin: 4.857rem 0 0;
    line-height: 2.6rem;
}

.error_title_url {
    font-size: 2.4rem;
}

.header_wrap_coupon {
    margin-bottom: 0;
}

.header_wrap_admin {
    margin-bottom: 0;
}

.admin_header {
    margin-left: 4.2rem;
}

.admin_header2 {
    margin-left: 8rem;
}

.coupon_year {
    font-size: 2.4rem;
    color: #333333;
    font-weight: 400;
    margin-top: 2.3rem;
}

.coupon_hr {
    color: #DBDBDB;
    height: 0.1rem;
    margin: 3.7rem 0 0.8rem;
}

.coupon_complete_btn2 {
    background-color: #8BBAD6;
    margin-top: 3.1rem;
}

.coupon_complete_btn3 {
    margin-top: 3.1rem;
}






































@media only screen and (max-width: 767px){
	html{font-size: calc( 1000vw / 768px );}

    /*　記入 島田 */
    .before_text100 {
        margin: 2.5rem auto 0 !important;
    }
    .before_text::before {
        /* left: 5.5rem; */
        left: 0;
        top: 2.1rem;
        width: 32.5rem;
        text-align: left;
    }
    header {
        margin: 0;
    }

    .header_wrap,
    .header_wrap_coupon {
        position: fixed !important;
        opacity: 1;
        left: 0;
        top: 0;
        background-color: #FFFFFF;
    }

    .JJK_logo {
        margin-left: 1.9rem;
    }

    .s1_wrap {
        margin-top: 11.4rem;
        padding-bottom: 0;
    }

    .s2_wrap {
        padding-bottom: 6rem;
        padding-top: 3.2rem;
    }

    .second_wrap {
        padding-top: 0.8rem;
        padding-bottom: 2.2rem;
    }

    .input {
        margin-left: 0;
        width: 32.5rem;
        margin-top: 4.4rem;
    }

    .before_text::before {
        left: 0;
        top: 0;
        width: 32.5rem;
        text-align: left;
    }

    .before_text {
        width: 32.5rem;
        height: auto;
        margin: 0 auto 0;
    }

    .recommendation_inner {
        margin-top: 6rem;
        padding: 3.8rem 4.2rem 4.2rem;
        width: 33.4rem;
        line-height: 3.2rem;
    }

    .footer_wrap {
        margin-top: 8.3rem;
        margin-bottom: 3.5rem;
    }

    .error, 
    .id_number_inner2 p,
    .error2 {
        width: 32.5rem;
        margin-bottom: 2.5rem;
        margin-left: calc(50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .id_number_inner_password {
        margin-bottom: 0;
    }

    .red_box1 {
        width: 29.7rem;
        height: 10.5rem;
        line-height: 2.4rem;
        margin-bottom: 9.8rem;
        margin-top: 7.42rem;
    }

    .id_number_inner2 p {
        margin-top: 0.3rem;
        /* font-size: 1.3rem; */
        text-align: left;
    }

    .greenButton,
    .greenButton2 {
        margin-top: 7.74rem;
        margin-bottom: 18.8rem;
    }

    .title {
        font-size: 2.4rem;
    }

    .description_top_text {
        margin-top: 2.4rem;
        margin-bottom: 2.7rem;
        line-height: 2.6rem;
    }

    .title_wrap, .title_wrap_login{
        margin-bottom: 0;
    }

    .title_wrap_login {
        margin-bottom: 0.4rem;
    }

    .title_wrap_password {
        margin-bottom: 0.8rem;
    }

    .id_number_inner_login,
    .id_number_inner2 {
        margin-bottom: 0;
    }

    .s1_password {
        margin-top: 12.4rem;
    }

    .greenButton_password {
        margin-bottom: 0;
        margin-right: 0;
    }

    .before_button {
        width: 29.7rem;
        margin-right: 0;
        margin-top: 2.5rem;
        margin-bottom: 0.4rem;
    }

    .description_top_text_passwordSP,
    .description_top_text3 {
        text-align: center;
        margin-bottom: 1.8rem;
    }

    .red_box2 {
        margin-top: 0;
        margin-bottom: 8.8rem;
    }

    .logout_sp a {
        width: 5.4rem;
        display: block;
    }

    .logout_sp img {
        width: 100%;
    }

    .logout_sp {
        margin-top: 0.9rem;
        margin-right: 2.35rem;
        margin-left: auto;
    }

    .welcome_wrap {
        height: auto;
        padding-top: 9.8rem;
        margin-bottom: 3.14rem;
        position: relative;
        padding-bottom: 1.9rem;
    }

    .header_text {
        font-size: 1.4rem;
        margin-left: 0;
        margin-bottom: 0.9rem;
    }

    .welcome_text,
    .basic_employee_data {
        font-size: 1.2rem;
        line-height: normal;
        margin: 0 0 1.6rem 0;
    }

    .user_name {
        max-width: calc(100% - 3.3rem);
        margin: -0.9rem 0 0 0;

    }

    .user_name::after {
        content: "さん";
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #333333;
        margin-left: 0.6rem;
    }

    .user_number_box {
        margin-top: 0.8rem;
        font-size: 1.1rem;
        /* margin-bottom: 1.9rem; */
        margin-left: 0;
    }

    .profile_button {
        position: absolute;
        top: 9.8rem;
        right: 1.9rem;
        left: auto;
        margin: 0;
        width: 12.1rem;
        height: 2.9rem;
        font-size: 0.9rem; /*飯田：調整：1rem > 0.9rem*/
        line-height: 2.9rem;
        padding-left: 1rem;
    }

    .profile_button img {
        width: 1.516rem;
        height: 1.516rem;
        margin-right: 0.3rem;
        margin-bottom: 0.67rem;
    }

    .s1_wrap_coupon {
        padding: 0;
    }

    .title_logo_coupon1 {
        width: 3.534rem;
        height: 3.644rem;
        margin-right: 1.3rem;
    }

    .title_wrap_coupon {
        font-size: 2.4rem;
        /* margin-left: 3.36rem; */
    }

    .coupon_Bred{
        margin-bottom: 2.32rem;
        margin-top: 2rem;
        text-align: center;
        width: 36.45rem;
        height: auto; /*飯田：調整：13.5rem > auto*/
        padding: 2.5rem 0;
        font-size: 1.3rem;
        line-height: 2.2rem;
        margin-left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .coupon {
        display: block;
        margin: 0;
        width: 36.45rem;
        height: 10.5rem;
        margin-bottom: 2.55rem;
        padding-top: 1.18rem;
        padding-left: 2rem;
        margin-left:50%;
        transform: translateX(-50%);
    }

    .coupon_count {
        width: 4.9rem;
        height: 2.2rem;
        font-size: 1rem;
        line-height: 2.2rem;
        margin-bottom: 0.62rem;
    }

    .coupon_price {
        margin-top: 1.1rem; /* 飯田：追記 */
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .coupon_price2 {
        font-size: 2.8rem;
        line-height: normal;
        margin-left: 1.55rem;
        margin-top: -0.63rem;
    }

    .coupon_deadline {
        font-size: 1.2rem;
        margin-top: 0.5rem;
        display: block;
    }

    .coupon_greenBox {
        width: 9.2rem;
        height: 5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding-top: 1rem;
        margin-top: 0.7rem;
        margin-left: auto;
        margin-right: 1.1rem;
    }

    .title_logo_coupon2 {
        width: 3.2rem;
        height: 3.8rem;
    }

    .history_text {
        /* width: 33.3rem; */
        width: 100%;
        margin: 0;
        /* margin-left: 3.36rem; */
        line-height: 2.3rem;
        overflow-wrap: break-word;
    }

    .s2_wrap_history {
        padding-left: 0 !important;
        padding-top: 0;
        margin-top: 4.1rem;
    }

    .table_box {
        overflow-x: scroll;
        width: calc(100% - 3.3rem);
        margin-left: 3.3rem;
    }

    .coupon_table {
        white-space: nowrap;
    }

    .wrap_coupon_attention {
        padding: 5.54rem 0 0;
    }

    .title_logo_coupon3 {
        width: 4.193rem;
        height: 3.745rem;
        margin-top: 0.7rem;
        margin-right: 1.6rem;
    }

    .attention_text {
        font-size: 1.5rem;
        width: 36.45rem;
        height: 34.2rem;
        padding: 1.7rem 0 0 2.37rem;
        margin-left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .footer_wrap_Cindex {
        margin-top: 10.78rem !important;
    } 

    .w147 {
        width: auto;
        margin: 0;
    }

    .coupon2_confirm {
        margin-bottom: 4.2rem;
        margin-left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .coupon_count2_confirm {
        margin-bottom: 0.45rem;
    }

    .coupon_price2_confirm {
        font-size: 1.6rem;
        margin-left: 0;
    }

    .coupon_price2_confirm span {
        font-size: 2.8rem;
        margin-left: 1.35rem;
    }

    .coupon_deadline2_confirm {
        margin-top: 0.45rem;
    }

    .blurBack > .s2_wrap {
        padding-bottom: 6.3rem !important;
        margin-bottom: 0 !important;
    }

    .modal {
        width: 100%;
        height: 64.5rem;
    }

    .close_button {
        margin-top: 2rem;
        margin-right: 2.2rem;
    }

    .modal_inner {
        padding: 4.66rem 0 0 0;
    }

    .title_wrap_coupon_confirm {
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .modal > .submit1 {
        margin-top: 4.478rem;
    }

    .recommendation_inner_confirm {
        margin-top: 4.8rem;
    }

    .complete_Box {
        margin: 11rem auto 2.4rem;
        width: 29.7rem;
        height: 10.4rem;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .complete_Box img {
        width: 3.287rem;
        margin-right: 1.706rem;
    }

    .s2_wrap_complete {
        padding: 2.8rem 0 8rem;
    }

    .complete_box2 {
        width: 35.3rem;
        height: auto;
        padding-bottom: 3.6rem;
    }

    .title_wrap_complete {
        margin-bottom: 0.277rem;
    }

    .title_wrap_complete p {
        font-size: 2.6rem;
    }

    .use_step_box {
        width: 31.581rem;
        height: 9.656rem;
        padding: 1.36rem 0 1.98rem 0.8rem;
    }

    .use_step_title {
        font-size: 1.8rem;
        margin-bottom: 0.32rem;
    }

    .use_step_text {
        display: block;
        width: 31rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .JTB_top_img {
        width: 30.874rem;
        margin-top: 2.51rem;
    }

    .howTo_text {
        font-size: 1rem;
        margin-top: 1.74rem;
    }

    .use_step_direction {
        margin: 0 auto;
    }

    .coupon_set_img {
        width: 32.957rem;
        margin: 2.5rem 0.22rem 0 auto;
    }

    .greenButton_coupon {
        margin: 5.73rem auto 0;
    }

    .footer_wrap_coupon {
        margin-top: 4.1rem;
    }

    .description_top_text2 {
        margin: 2.4rem 0 2.7rem;
    }

    .greenButton2 {
        margin-top: 3rem;
    }

    .error2 {
        padding-left: 0;
        margin-left: calc(50% + 1em) !important;
        margin-bottom: 0.5rem !important;
    }

    .w33 {
        width: 36.45rem !important;
    }

    .w100sp {
        width: 100%;
    }

    .ml0 {
        margin-left: 0;
    }

    .error_title_url {
        font-size: 2.4rem;
        text-align: left;
        padding-top: 0.7rem;
    }

    .error_message {
        margin-top: 3.327rem;
    }

    .error_message_url {
        margin-top: 3.5rem;
    }

    .mail_wrap {
        /* padding-left: 4.194rem; */
        padding-left: 3.3rem;
    }

    .footer_wrap_email {
        margin-top: 27.1rem;
    }

    .center_flex_sp{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .coupon_year {
        text-align: left;
        width: 36.45rem;
        padding-left: 0.5rem;
        margin: 2.1rem auto 1.1rem;
    }

    .coupon_hr {
        margin: 0.9rem 0 0.85rem;
    }

    .coupon_complete_btn2 {
        margin-top: 1.9rem;
    }

    #history_text1::after {
        content: "さんの";
    }

    .coupon_complete_btn3 {
        margin-top: 1.9rem;
    }

}
/* =======
ログインページ: zoom値はJSで動的計算しCSSカスタムプロパティで受け取る
=========*/
body.login {
    zoom: var(--login-zoom, 1);
}
