/* CSS common Document */

.p-page_header {
    padding-right: 0px;
    padding-left: 0px;
}

.alert-danger > *{
    font-size: 16px;
    color: #D34447;
}

.alert-danger{
    padding: 0px !important;
}

.alert-danger .u-color__bg--bg{
    background-color: #FFEDED;
}

.alert-success > *{
    font-size: 16px !important;
    background-color: #FEECEA !important;
    color: #B42318 !important;
    font-weight: 400 !important;
}

.alert-success{
    padding: 0px !important;
}

.u-color__text--alert{
    color: #EB0303;
}

.u-margin__top--50{
    margin-top: 50px;
}

.u-margin__top--60{
    margin-top: 60px;
}

.u-margin__bottom--100{
	margin-bottom: 100px;
}

.u-text--head{
    font-size: 28px !important;
    font-family: "Noto Sans JP" !important;
    font-weight: 500;
    color: #333 !important;
}
.p-page_header__inner .en{
    font-size: 20px;
    text-align: center;
    color: #EB6E66;
    font-weight: 500;
    font-family: "Maven Pro"!important;
    font-style: normal;
}

.top_text{
    font-size: 13px;
    color: #333;
    font-weight: 500 !important;
}

.u-text--body pre, pre.u-text--body {
    font-family: "Noto Sans JP" !important;
    color: #333;
    font-size: 15px;
    font-weight: 400 !important;
}    

.p-page_content__inner{
    max-width: 960px;
}

.p-news__inner{
    max-width: 960px;
    width: 92%;
}

h2.u-text--subhead{
    font-size: 15px;
    margin-bottom: 1em;
    font-weight: 500;
    color: #333 !important;
    font-family: "Noto Sans JP" !important;
    padding: 20px;
    background-color: #F6F3F2;
    position: relative;
    line-height: 1.4em;
}

h3.u-text--subhead{
    font-family: "Noto Sans JP" !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1em;
    color: #333111 !important;
}

.u-text--body{
    font-family: "Noto Sans JP" !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.news-pagination {
    max-width: 960px;
    margin: 24px auto 80px;
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
}
.news-pagination .c-pagination {
    padding: 0;
}

@media print, screen and (max-width: 1040px) { 
    .p-news {
        padding: 0;
    }
}
@media print, screen and (min-width: 720px) {
    .u-text--head{
        font-size: 28px !important;
    }
    
    .p-page_header__inner .en{
        font-size: 20px;
    }
}

@media print, screen and (max-width: 719px) {
    .u-text--head{
        font-size: 20px !important;
    }
    
    .p-page_header__inner .en{
        font-size: 16px;
    }
}

/* table */

.p-page_table__inner{
    max-width: 960px;
}

#tokutei th.u-text--strong{
    font-family: "Noto Sans JP" !important;
    font-weight: 500;
    color: #333 !important;
    background-color: #FFF;
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    font-size: 15px !important;
    background-color: #F6F3F2;
}

#tokutei tr{
    border: none !important;
}

#tokutei td.u-text--body{
    font-family: "Noto Sans JP" !important;
    font-weight: 400 !important;
    color: #333 !important;
    border-bottom: 1px solid #D6D6D6;
    font-size: 15px !important;
}

#tokutei tr:last-child td.u-text--body {
    border-bottom: none !important;
}

.cvs_app img{
    max-width: 468px;
    margin-top: 20px;
}

@media print, screen and (min-width: 720px) {
    #tokutei table{
      border: 1px solid #D6D6D6;
      border-collapse: separate;
    }
    
    td.u-text--body{
        padding: 20px !important;
    }
    
    th.u-text--strong{
        padding: 20px !important;
        width: 240px;
    }
    
    tr:last-child th.u-text--strong{
        border-bottom: none !important;
    }
}

@media print, screen and (max-width: 719px) {
    #tokutei th.u-text--strong{
        border: 1px solid #D6D6D6;
        margin-bottom: 0;
    }
    #tokutei td.u-text--body {
        border-bottom: none;
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
    }
    #tokutei td:last-child.u-text--body {
        border-bottom: none;
    }
    #tokutei tr:last-child td.u-text--body {
        border-bottom: 1px solid #D6D6D6!important;
    }
    tr{
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    
    td.u-text--body{
        padding: 15px !important;
    }
    
    th.u-text--strong{
        padding: 15px !important;
    }
}

.news_box{
    font-size: 15px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #F6F3F2;
    border-radius: 8px;
    margin-bottom: 26px;
}

.news_box.detail{
    background: none;
    background-color: #FFF;
}

.news_box a{
    display: flex;
    padding: 25px 60px 25px 25px;
    font-weight: 500;
}

.news_box a:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

.news_box .news_box_top{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.news_box .news_box_bottom{
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0 0 0 16px;
    font-weight: 500;
}

.news_box .news_box_top .category{
    line-height: 1em;
    background-color: #EB6E66;
    margin-left: 16px;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.p-news__inner__list .news_box:last-child{
    margin-bottom: 0px;
}

.p-column_header__panel{
    margin-bottom: 20px;
}
.news_box .news_box_ttl{
    display: flex;
    align-items: center;
    font-size: 24px;
    margin: 24px 0 40px;
    font-weight: 500;
}

@media print, screen and (min-width: 720px) {
    .p-column_header__panel .news_box{
        max-width: 960px;
        margin: 30px auto 0 auto;
    }
}

@media print, screen and (max-width: 719px) {
    .p-column_header__panel .news_box{
        margin: 30px 20px 0 20px;
    }
    
    .news_box.detail{
        margin: 16px !important;
    }
    .news_box a {
        display: block;
    }
    .news_box .news_box_bottom{
        margin-left: 0;
        margin-top: 16px;
    }
}

.c-pagination__list__item__prev{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon2_right.svg)no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -3px;
    margin-right: 10px;
}

.c-pagination__list__item__next{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon2_right.svg);
    width: 40px;
    height: 40px;
    margin-top: -3px;
    margin-left: 10px;
}

.c-pagination__list{
    border: none !important;
    font-weight: 700;
    align-items: center;
}

.c-pagination__list__item.is-active:after{
    border: none !important;
}

.c-pagination ul li a.c-pagination__list__item__page{
    color: #333;
    background-color: #D6D6D6;
    border-radius: 50%; 
    width: 24px;
    height: 24px;
    font-size: 15px;
    font-weight: 400;
    margin: 8px;
    padding-top: 2px;
    font-family: "Maven Pro"!important;
}

.c-pagination ul li span.c-pagination__list__item__page{
    color: #fff;
    background-color: #EB6E66;
    border-radius: 50%; 
    opacity: 1 !important;
    font-size: 15px;
    width: 24px;
    height: 24px;
    font-weight: 400;
    margin: 8px;
    padding-top: 2px;
}


.u-margin__top--50{
    margin-top: 50px;
}

.u-color__btn--bg{
    background-color: #fff !important;
    color: #333 !important;
    font-weight: 500 !important;
    border-radius: 10px;
    border: 2px solid #333 !important;
}

.is-inactive{
    opacity: 0 !important;
    pointer-events:none;
}

.article_btn_link{
    max-width: 1040px;
    margin: 50px auto 50px auto;
}
.c-pagination {
    justify-content: right;
}

@media print, screen and (min-width: 720px) {
    .article_btn_link a{
        display: block;
    }
    
    .article_btn_link_inner {
        display: flex;
        justify-content: center;
        margin: 0 40px 0 40px;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }
}

@media print, screen and (max-width: 719px) {
    .article_btn_link a{
        display: block;
        margin: 0 auto 0 auto;
    }
    
    .article_btn_link_inner {
        display: flex;
        max-width: 400px;
        justify-content: center;
        margin: 0 auto 0 auto;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

    .article_back{
        margin-top: 20px !important;
    }
    
    .article_prev { order: 1; }
    .article_next { order: 2; }
    .article_back { order: 3; }
}

.article_btn_link a:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

.article_prev{
    display: block;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon5_left.svg) no-repeat;
    background-size: 7px;
    background-position: top 5px left 0px;
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding-left: 20px;
    position: absolute;
    right: 140px;
}

.article_back{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 50% left 13px;
    display: block;
    line-height: 1em;
    width: 280px;
    height: 56px;
    margin: 0 auto 0 auto;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    padding: 18px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_next{
    display: block;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon5_right.svg) no-repeat;
    background-size: 7px;
    background-position: top 5px right 0px;
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding-right: 20px;
    position: absolute;
    right: 0;
}
@media print, screen and (max-width:900px) {
    .article_prev {
        bottom: -45px;
        right: auto;
        left: 30%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .article_next {
        bottom: -45px;
        right: auto;
        left:70%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .article_btn_link {
        margin-bottom: 100px;
    }
}



.c-article_nav__inner__back{
    color: #333 !important;
    font-weight: 500 !important;
}

.information_details__contents{
		font-size: 15px;
        max-width: 960px;
        margin: 0 auto 0 auto;
}


.information_details__contents p{
	margin-bottom: 1em;
}
	
.information_details__contents ul {
	width: 100%;
	height: auto;
    margin-bottom: 1em;
}
.information_details__contents ul > li {
	width: 100%;
	height: auto;
	padding: 0 0 0 23px;
	position: relative;
    margin-top: 10px;
}
.information_details__contents ul > li::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 9999px;
	border: solid 3px #333333;
	position: absolute;
	top: 8px;
	left: 2px;
}
.information_details__contents li > ul {
	width: 100%;
	height: auto;
}
.information_details__contents li > ul > li {
	width: 100%;
	height: auto;
	padding: 0 0 0 23px;
	position: relative;
}
.information_details__contents li > ul > li::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 9999px;
	border: solid 3px #5B928A;
	position: absolute;
	top: 8px;
	left: 2px;
}
.information_details__contents ol {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	counter-reset: number;
}

.information_details__contents li {
	width: 100%;
	height: auto;
	padding: 0 0 0 23px;
	position: relative;
	margin-top: 10px;
	counter-increment: number;
}

.information_details__contents li > ol > li::before {
	color: #5B928A;
}

.information_details__contents li::before {
	content: counter(number);
	display: block;
	font-family: "Puhu Picnic" !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0em;
	color: #333333;
	position: absolute;
	top: 0;
	left: 1px;
}
.information_details__contents blockquote {
	width: 100%;
	height: auto;
	padding: 30px 30px 30px 90px;
	margin: 0;
	border-radius: 16px;
	background-color: #FFF;
	position: relative;
    margin-bottom: 1em;
}
.information_details__contents blockquote::before {
	content: '“';
	display: block;
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0em;
	color: #EB6E66;
	position: absolute;
	top: 24px;
	left: 20px;
	pointer-events: none;
}
.information_details__contents blockquote p {
	width: 100%;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
    margin-bottom: 0;
}
.information_details__contents table {
	width: 100%;
	height: auto;
	border-collapse: separate;
	border-spacing: 0;
	border: solid 1px #E1E4E4;
	border-radius: 16px;
	overflow: hidden;
    margin-bottom: 1em;
}

.information_details__contents table th {
	width: 100%;
	height: auto;
	padding: 12px 16px;
	border-right: solid 1px #DED9C1;
	border-bottom: solid 1px #E1E4E4;
	background-color: #FFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
	color: #333;
}
.information_details__contents table th:last-child {
	border-right: none;
}
.information_details__contents table td {
	width: 100%;
	height: auto;
	padding: 12px 16px;
	border-right: solid 1px #E1E4E4;
	border-bottom: dashed 1px #E1E4E4;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
	color: #333;
}
.information_details__contents table td:last-child {
	border-right: none;
}
.information_details__contents table tr:last-child td {
	border-bottom: none;
}
.information_details__contents h2 {
    font-family: "Noto Sans JP" !important;
	width: 100%;
	height: auto;
	padding: 16px 16px 15px;
	margin: 40px auto 16px;
	border-radius: 10px 10px 0 0;
	background-color: #FEECEA;
	border-bottom: solid 1px #EB6E66;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #333111;
}
.information_details__contents h3 {
    font-family: "Noto Sans JP" !important;
	width: 100%;
	height: auto;
	padding: 16px;
	margin: 30px auto 16px;
	border-radius: 8px;
	background-color: #F6F3F2;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #333111;
}
.information_details__contents h4 {
    font-family: "Noto Sans JP" !important;
	width: 100%;
	height: auto;
	padding: 8px 8px 7px;
	margin: 0 auto 16px;
	border-bottom: solid 1px #F6F3F2	;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #333111;
}
.information_details__contents h5 {
    font-family: "Noto Sans JP" !important;
	width: 100%;
	height: auto;
	padding: 8px 0;
	margin: 0 auto 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #333111;
}
	
address{
    color: #2F2F2F;
    border-radius: 8px;
    padding: 20px 30px;
    border: 2px solid #FFDB50;
    font-weight: 500;
}

.hr1{
    border: none;
    height: 0;
    margin: 0;
    border-top: 3px solid #F6F3F2;
}

.hr2{
    border: none;
    height: 0;
    margin: 0;
    border-top: 1px solid #F6F3F2;
}

.hr3 {
  position: relative;
  height: 3px;
  background: none;
  border: none;
}

.hr3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.6px;
  background-image: repeating-linear-gradient(
    to right,
    #F6F3F2,
    #F6F3F2 6px,
    transparent 6px,
    transparent 10px
  );
}

.breadcrumbs{
    margin: 0 16px 0 16px;
    color: #333111;
    font-weight: 500;
}

.breadcrumbs_list {
    max-width: 920px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.breadcrumbs_list.w1280{
    max-width: 1280px;
}

.breadcrumbs_item {
    display: flex;
    align-items: center;
    color: #555;
}

.breadcrumbs_item + .breadcrumbs_item::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    margin: 1px 8px 0 12px;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon4_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 1px left 0;
}

@media print, screen and (max-width: 719px) {
    .breadcrumbs_list {
        font-size: 12px;
    }
    
    .breadcrumbs_item + .breadcrumbs_item::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 13px;
        margin: 3px 8px 0 12px;
        background-image: url("https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon4_right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-size: 6px;
        background-position: top 2px left 0;
    }
}

.breadcrumbs_link {
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumbs_link:hover {
}

.breadcrumbs_txt {
  color: #333;
  margin: 0;
}

.anchor_area{
    margin: 50px 20px 50px 20px;
}

.anchor_area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.anchor_area ul li{
    margin-right: 10px;
}

.anchor_area ul li:last-child{
    margin-right: 0;
}
@media print, screen and (min-width: 720px) {
    .anchor_area ul li a{
        display: block;
        border: 1px solid #EB6E66;
        padding: 7px 20px 10px 20px;
        font-weight: 500;
        color: #EB6E66;
        border-radius: 100px;
        width: 200px;
        text-align: center;
        transition: background-color 0.5s ease;
    }
}

@media print, screen and (max-width: 719px) {
    .anchor_area ul li{
        margin-bottom: 10px;
    }

    .anchor_area ul li a{
        display: block;
        border: 1px solid #EB6E66;
        padding: 7px 20px 10px 20px;
        font-weight: 500;
        color: #EB6E66;
        border-radius: 100px;
        width: 160px;
        font-size: 12px;
        text-align: center;
        transition: background-color 0.5s ease;
    }
}

.anchor_area ul li a:hover{
    background-color: #EB6E66;
    color: #fff;
}

.p-faq__inner__list2 h2{
    font-weight: 500 !important;
    font-family: "Noto Sans JP" !important;
    font-size: 20px;
    text-align: center;
    color:#333111;
    margin-bottom: 1em;
    margin-top: 2.6em;
}

#contacts-form-view .faq_link a{
    display: block;
    width: 280px;
    margin: 30px auto 0 auto;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 16px right 18px;
    background-color: #EB6E66;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 16px 20px 16px 0;
    border-radius: 8px;
}

#contacts-form-view .msg1{
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
}

@media print, screen and (min-width: 720px) {
    #contacts-form-view .msg1{
        text-align: center;
    }
}

@media print, screen and (max-width: 719px) {
    #contacts-form-view .msg1{
        margin: 0 20px 0 20px;
    }
}

#contacts-form-view .c-form_table tr {
  display: block;
  margin-bottom: 10px;
}

#contacts-form-view .c-form_table th{
    padding: 0px;
    margin-bottom: 3px;
}

#contacts-form-view .c-form_table td{
    padding: 0px;
    margin-bottom: 20px;
}

#contacts-form-view .c-form_table th,
#contacts-form-view .c-form_table td {
  display: block;
  width: 100%;
}

#contacts-form-view .contact_submit{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 11px right 13px;
    background-color: #EB6E66;
    width: 240px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
}

#contacts-form-view .u-text--input{
    border: 1px solid #d1d1d1 !important;
    border-radius: 4px;
}

#contacts-form-view .c-form_table__select:after {
    color: #d1d1d1;
}

#contacts-form-view .p-account_form__inner__bottom, #confirm_inquiry .p-account_form__inner__bottom{
    margin-top: 30px;
}

@media print, screen and (min-width: 720px) {
    #confirm_inquiry .p-account_form__inner__bottom{
        width: 500px;
        margin: 30px auto 0 auto;
    }

    #contacts-form-view .u-text--input{
        font-size: 15px !important;
        color: #333 !important;
    }
    
    .confirm_ac{
        margin-bottom: 48px;
    }
}

::placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 15px;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 15px;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #D6D6D6;
  font-weight: 500;
  font-size: 15px;
}

#confirm_inquiry .u-color__border--border{
    border-bottom: 1px dashed #E6E6E6 !important;
}

#confirm_inquiry .table1 ul li.flex{
    display: flex;
    padding: 15px 0;
    border-top: 1px dashed #E6E6E6 !important;
    justify-content: space-between;
}

#confirm_inquiry .table1 ul li.noflex{ 
    padding: 15px 0;
}
#confirm_inquiry .table1 ul li.noflex .right {
    margin-top: 16px;
}
@media print, screen and (min-width: 720px) {
    #confirm_inquiry .table1 ul li.noflex{
        padding: 15px 0;
        border-top: 1px dashed #E6E6E6 !important;
    }
}

@media print, screen and (max-width: 719px) {
    #confirm_inquiry .table1 ul li.flex .right{
        text-align: right;
    }

    #confirm_inquiry .table1 ul li.noflex{
        padding: 15px 0;
        border-bottom: 1px dashed #E6E6E6 !important;
    }
    
    .confirm_ac{
        margin-bottom: 24px;
    }
}

#confirm_inquiry .table1 ul li .left{
    width: 170px;
}

#confirm_inquiry .table1 ul li .right{
    word-break: break-all;
    overflow-wrap: break-word;
}

#confirm_inquiry .contact_submit{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 11px right 13px;
    background-color: #EB6E66;
    display: block;
    margin: 0 auto 0 auto;
    background-color: #EB6E66;
    width: 280px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
}

#confirm_inquiry .contact_back{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px left 13px;
    display: block;
    margin: 40px auto 0 auto;
    width: 280px;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
}

#comp_inquiry .contact_back2{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px right 13px;
    display: block;
    margin: 30px auto 0 auto;
    width: 280px;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    padding: 13px 20px 13px 0px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
}

@media print, screen and (min-width: 720px) {
    #comp_inquiry .comp_txt{
        text-align: center;
        font-size: 15px;
        margin-top: 30px;
    }
}

@media print, screen and (max-width: 719px) {
    #comp_inquiry .comp_txt{
        font-size: 15px;
        margin: 30px 20px 0 20px;
    }
}

.p-faq__inner{
    max-width: 720px;
}
       
.ac{
    margin-bottom: 16px;
}

.ac-header {
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  background-color: #F0ECE9;
  padding: 20px 45px 20px 20px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 8px;
}

.ac-icon{
    content: '';
    width: 30px;
    height: 30px;
    background-color: #EB6E66;
    position: absolute;
    top: calc(50% - 15px);
    right: 12px;
    z-index: 0;
    border-radius: 100px;
}

.ac-header::before,
.ac-header::after{
  position:absolute;
  content:'';
  top:0px;
  right:21px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#fff;
  z-index: 1;
}
.ac-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.ac-header.active::after{transform:rotate(0deg);}

.ac-header span.ac1{
  padding-left: 25px;
  position: relative;
  display: block;
}

.ac_content span.ac2 {
  position: relative;
  padding-left: 25px;
  display: block;
}

.ac-header span.ac1::before{
  position: absolute;
  content:"Q.";
  top: -3px;
  left: 0;
  color: #EB6E66;
  font-size: 17px;
  font-family: "Maven Pro"!important;
}

.ac_content{
  display: none;
  background-color: #FFF;
  font-weight: 400 !important;
  padding: 12px 20px 10px 20px;
  font-size: 15px;
}

.ac_content span.ac2::before{
  color: #EB6E66;
  position: absolute;
  content:"A.";
  top: -3px;
  left: 0;
  font-size: 17px;
  font-family: "Maven Pro"!important;
}

.enact{
    text-align: right;
    margin-bottom: 2em;
    font-size: 15px;
    font-weight: 400 !important;
}

/* TOP */

#toppage{
    font-family: "Noto Sans JP" !important;
}

#toppage_text{
    padding: 10px;
    text-align: center;
    background-color: #333333;
    color: #fff;
    position: relative;
    z-index: 1;

}

#toppage_text a{
    text-decoration: underline;
}

#top_main{
    position: relative;
    background-color: #F6F3F2;
}
#top_main img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media print, screen and (min-width: 720px) {
    #top_main .top_sp{
        display: none;
    }
    
    #top_main .top_btn1{
        display: none;
    }
    
    .scroll_movie {
        writing-mode: vertical-rl;
        position: absolute;
        bottom: 11%;
        right: 5%;
        font-size: 2.0vw;
        font-weight: 400;
        font-family: "Maven Pro"!important;
        color: #fff;
        z-index: 2;
    }

    .scroll_movie::before {
        animation: scroll 2s infinite;
        background-color: #fff;
        bottom: -9.5vw;
        content: "";
        height: 8vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 3;
    }

    .scroll_movie::after {
        background-color: #ccc;
        bottom: -9.5vw;
        content: "";
        height: 8vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 2;
    }
}

@media print, screen and (max-width: 719px) {
    #top_main .top_pc{
        display: none;
    }
    
    #top_main .top_btn1{
        position: absolute;
        margin: 0 auto 0 auto;
        bottom: -50px;
        left: 0;
        right: 0;
    }
    
    #top_main .top_btn1 a{
        width: 255px;
        height: 48px;
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
        color: #fff;
        background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
        background-position: top 50% right 15px;
        background-color: #EB6E66;
        padding: 0px 16px 0px 16px;
        line-height: 48px;
        border-radius: 8px;
        font-weight: 700;
    }
    
    .scroll_movie {
        writing-mode: vertical-rl;
        position: absolute;
        bottom: 12%;
        right: 6%;
        /* font-size: 24px; */
        font-size: 3.5vw;
        font-weight: 400;
        font-family: "Maven Pro"!important;
        color: #fff;
        z-index: 2;
    }

    .scroll_movie::before {
        animation: scroll 2s infinite;
        background-color: #fff;
        bottom: -11.5vw;
        content: "";
        height: 10vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 3;
    }

    .scroll_movie::after {
        background-color: #ccc;
        bottom: -11.5vw;
        content: "";
        height: 10vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 2;
    }
}
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F3F2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-logo {
  opacity: 0;
  animation: logoFade 2s forwards;
  max-width: 60px;
}

@keyframes logoFade {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
#top_main .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top_main .mv-bg {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
#top_main .mv-logo {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 100%;
}
#top_main .mv {
  opacity:0;
}
#top_main .mv {
  transition: opacity 1s ease;
}
#toppage .milk img{
    width: 100%;
    margin-top: -8.5vw;
    z-index: 1;
    position: relative;
}
#toppage .milk_pc {
    display: block;
}
#toppage .milk_sp {
    display: none;
}

    #toppage #sec1{
        background-color: #fff;
        padding: 96px 0 0 0;
    }

    #toppage #sec1 .inner{
        max-width: 1280px;
        width: 96%;
        margin: 0 auto 0 auto;  
        position: relative; 
        padding-bottom: 600px;
    }

    #toppage .text1, #toppage h2.text1{
        margin-bottom: 48px;
        font-weight: 500;
        font-size: 40px;
        line-height: 1.8;
        color: #333333;
        text-align: left;
        font-family: "Maven Pro"!important;

    }
    #toppage .text1::before ,#toppage h2.text1::before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 40px;
        margin-right: 8px;
        background-image: url("https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/mioats_icon.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
    }

    #toppage #sec1 .inner .flex1{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #toppage #sec1 .inner .flex2{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #toppage #sec1 .inner .flex1 .img1 {
        width:  400px;
        
    }
    #toppage #sec1 .inner .flex1 .text2 {
        width:  569px;
        margin-left: -20px;
        z-index: 2;
        margin-top: 80px;
        line-height: 2.2;
        position: relative;
    }
    #toppage #sec1 .inner .flex1 h2 {
        font-size: 24px;
        font-weight: 500;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-family: "Noto Sans JP" !important;
        text-align: right;
        letter-spacing: 0.4em;
        line-height: 1.8;
        margin-left: 100px;
        white-space: pre;
    }
    #toppage #sec1 .inner .img2 {
        position: absolute;
        bottom: 120px;
        left: 244px;
        width: 320px;
        z-index: 1;
    }
    #toppage #sec1 .inner .img3 {
        position: absolute;
        bottom: 282px;
        right: 44px;
        width: 256px;
        z-index: 1;
    }
    #toppage .sp_only {
        display: none;
    }
    #toppage .pc_only {
        display: block;
    }
@media print, screen and (max-width: 1200px) {
    #toppage #sec1 .inner .flex1 h2 {
        margin-left: 30px;
    }
    #toppage #sec1 .inner .img2 {
        left: 184px;
    }
 }

@media print, screen and (max-width: 1099px) {

    #toppage #sec1 .inner{
        max-width: 700px;
    }


    #toppage #sec1 .inner .flex1{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #toppage #sec1 .inner .flex2{
        display: block;
    }
    #toppage #sec1 .inner .flex1 .img1 {
        width:  400px;
        
    }
    #toppage #sec1 .inner .flex1 .text2 {
        width:  100%;
        margin-left: 20px;
        margin-top: -30px;
    }
    
    #toppage #sec1 .inner .img2 {
        position: absolute;
        bottom: 220px;
        left: 50px;
        max-width: 320px;
        width: 36%;
    }
    #toppage #sec1 .inner .img3 {
        position: absolute;
        bottom: 162px;
        right: 30px;
        max-width: 256px;
        width: 34%;
    }
}

@media print, screen and (max-width: 700px) {
     #toppage .pc_only {
        display: none;
    }
     #toppage .sp_only {
        display: block;
    }
    #top_main .mv-logo {
        width: 120%;
        top: 46%;
    }
    #toppage #sec1{
        padding: 56px 0 0 0;
    }

    #toppage #sec1 .inner{
        max-width: 92%;
        padding-bottom: 80px;
    }

    #toppage .text1, #toppage h2.text1{
        margin-bottom: 24px;
        font-size: 32px;

    }
    #toppage #sec1 .inner .flex1 {
        width: 92%;
        margin: auto;
    }
    #toppage #sec1 .inner .flex1 .img1 {
        max-width:  400px;
        width: 70%;
    }
    #toppage #sec1 .inner .flex1 .text2 {
        width:  100%;
        margin-left: -8px;
        margin-top: -20px;
        font-size: 15px;
        letter-spacing: 0;
    }
    #toppage #sec1 .inner .flex1 h2 {
        font-size: 18px;
        position: absolute;
        right: 0;
    }
    #toppage #sec1 .inner .top_img {
        display: flex;
        justify-content: flex-start;
        margin-top: 32px;
    }
    #toppage #sec1 .inner .img2 {
        position: relative;
        max-width: none;
        width: calc(160 / 345 * 100%);
        bottom: auto;
        left: auto;
    }
    #toppage #sec1 .inner .img3 {
        position: relative;
        max-width: none;
        width: calc(128 / 345 * 100%);
        bottom: auto;
        right: auto;
        margin-left: calc(40 / 345 * 100%);
        margin-top: 23%;
    }
    #toppage .milk img {
    width: 100%;
    margin-top: -14vw;
    }
    #toppage .milk_pc {
        display: none;
    }
    #toppage .milk_sp {
        display: block;
    }
}

    #toppage #sec2{
        padding: 120px 0 120px 0;
        background-color: #FEECEA;
    }
    #toppage #sec2 .wrap {
        max-width: 1280px;
        width: 96%;
        margin: 0 auto; 
    }
    #toppage #sec2 .inner{
        display: flex;
        align-items: flex-start;
        margin: 0 auto 0 auto;
    }


    #toppage #sec2 .inner .left{
        width: 608px;
        margin-right: 64px;
    }

    #toppage #sec2 .inner .right{
        -webkit-flex: 1;
        flex: 1;
        color: #333333;
        text-align: left;
    }

    #toppage #sec2 .text2{
        text-align: center;
        margin-bottom: 0;
        background-color: #EB6E66;
        color: #fff;
        border-radius: 4px;
        padding: 6px 16px;
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
    }

    #toppage #sec2 .inner .right h2{
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 24px;
        font-family: "Noto Sans JP" !important;
    }

    #toppage #sec2 .text3{
        font-size: 15px;
        margin-bottom: 24px;
    }
    #toppage #sec2 .icon p{
        font-size: 12px;
        display: inline-block;
        background-color: #FFF;
        border-radius: 50vh;
        border: 1px solid #EB6E66;
        margin-bottom: 16px;
        padding:  4px 12px;
    }
    #toppage #sec2 .text4{
        margin-bottom: 8px;
        font-size: 18px;
    }
    #toppage #sec2 .text4 span{
        font-size: 15px;
    }
    #toppage #sec2 .text5 {
        font-size: 12px;
        margin-bottom: 16px;
    }
    #toppage #sec2 .text6 {
        margin-bottom: 24px;
    }

    #toppage #sec2 .text6 span.span1{
        font-size: 32px;
        font-weight: 600;
        font-family: "Maven Pro"!important;
    }

    #toppage #sec2 .text6 span.span2{
        font-size: 24px;
        font-weight: 500;
    }

    #toppage #sec2 .text6 span.span3{
        font-size: 15px;
        font-weight: 500;
    }

    #toppage #sec2 .text6 span.span4{
        font-size: 15px;
        font-weight: 400;
    }

    .top_btn1 a{
        display: inline-block;
        margin-bottom: 24px;
        color: #fff;
        background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
        background-position: top 50% right 20px;
        background-color: #EB6E66;
        width: 280px;
        height: 56px;
        line-height: 56px;
        padding: 0 16px 0 16px;
        border-radius: 8px;
        font-weight: 700;
        text-align: center;
    }

    .top_btn1 a:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.7;
    }

    .present {
        width: 800px;
        margin: 76px auto 0;
        background-color: #fff;
        border: 1px solid #EB6E66;
        border-radius: 8px;
        display: flex;
        padding: 40px 40px 24px 40px;
        justify-content: space-between;
    }
    .present .sub {
        color: #EB6E66;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .present .ttl {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }
    .present .des {
        font-size: 15px;
        font-weight: 400;
    }
    .present .right {
        width: 365px;
        margin-top: -60px;
    }

@media print, screen and (max-width: 1099px) {
    #toppage #sec2 .wrap {
        max-width: 700px;
    }
    #toppage #sec2 .inner{
        display: block;
    }


    #toppage #sec2 .inner .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    #toppage #sec2 .inner .right{
        -webkit-flex: 1;
        flex: 1;
    }

    #toppage #sec2 .text2{
        border-radius: 4px;
        padding: 6px 12px;
        line-height: 1;
    }



    .present {
        width: 600px;
        margin: 76px auto 0;
        background-color: #fff;
        border: 1px solid #EB6E66;
        border-radius: 8px;
        display: flex;
        padding: 30px 30px 24px 30px;
        justify-content: space-between;
    }
    .present .ttl {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .present .des {
        font-size: 15px;
        font-weight: 400;
    }
    .present .right {
        width: 295px;
        margin-top: 0;
    }
}
@media print, screen and (max-width: 700px) {
    #toppage #sec2{
        padding: 80px 0;
    }
    #toppage #sec2 .wrap {
        width: 92%;
    }
    #toppage #sec2 .inner{
        display: block;
    }


    #toppage #sec2 .inner .left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    #toppage #sec2 .inner .right{
        -webkit-flex: 1;
        flex: 1;
    }

    #toppage #sec2 .text2{
        font-size: 12px;
    }
    .top_btn1 {
        text-align: center;
    }
    .top_btn1 a{
        width: 255px;
        height: 48px;
        line-height: 48px;
        font-size: 15px;
        font-weight: 500;
        background-position: top 50% right 14px;
    }
    .present {
        width: 100%;
        margin: 48px auto 0;
        flex-direction: column-reverse;
        padding: 20px 20px 24px 20px;
        justify-content: space-between;
    }
    .present .sub {
        margin-bottom: 8px;
    }
    .present .ttl {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .present .right {
        width: 100%;
        margin-top: -44px;
        margin-bottom: 24px;
    }
    .present .pc_only {
        display: none;
    }
    #toppage #sec2 .inner .right h2 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 6px;
    }
    #toppage #sec2 .text3 {
        margin-bottom: 16px;
    }
    #toppage #sec2 .icon p {
        margin-bottom: 8px;
    }
}
    #toppage #sec3 {
        position: relative;
    }
    #toppage #sec3 .swiper-fade {
    width: 100%;
    height: 100%;
    position: relative;
    }

    #toppage #sec3 .swiper-fade .swiper-slide {
    position: relative;
    }

    #toppage #sec3 .swiper-fade img {
    width: 100%;
    height: auto;
    display: block;
    }

    #toppage #sec3 .sec3_pc {
    display: block!important;
    }
    #toppage #sec3 .sec3_sp {
    display: none!important;
    }

    @media (max-width: 650px) {
    #toppage #sec3 .sec3_pc {
        display: none!important;
    }
    #toppage #sec3 .sec3_sp {
        display: block!important;
    }
    }


    #toppage #sec4{
        padding: 96px 0 120px 0;
    }

    #toppage #sec4 .inner{
        position: relative;
        max-width: 1280px;
        width: 96%;
        margin: 0 auto;
    }

    #toppage #sec4 .inner .content{
        width: 100%;
        margin: 0 auto 0 auto;
    }

    #toppage #sec4 .inner .content .box li .li_inner{
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        margin-bottom: 100px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner{
        display: flex;
        flex-direction : row-reverse;
 
    }

    #toppage #sec4 .inner .content .box li .li_inner .left{
        -webkit-flex: 1;
        flex: 1;
        background-color: #F6F3F2;
        border-radius: 8px;
        padding: 48px 88px 48px 48px;
        height: 343px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .right{
        margin-left: -48px;
        margin-top: -42px;
        max-width: 590px;
        width: 50%;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .right{
        max-width: 590px;
        width: 50%;
        margin-left: 0px;
        margin-right: -48px;
        z-index: 1;
    }
    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .left{
        padding: 48px 48px 48px 88px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top .img {
        margin-right: 16px;
        width: 96px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left h3{
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        font-size: 24px !important;
        color: #333333;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left .left_text{
        color: #333;
        line-height: 2;
        font-size: 15px;
    }
    #toppage #sec4 .arrange {
        background-color: #FEECEA;
        border-radius: 8px;
        padding: 80px 0 48px 56px;
        margin-top: 80px;
        display: flex;
        align-items: flex-start;
        gap: 60px;
        max-width: 1280px;
        margin: 0 auto;
    }

    #toppage #sec4 .arrange .left {
        flex: 1;
    }

    #toppage #sec4 .arrange .ttl {
        font-size: 24px;
        margin-bottom: 32px;
        line-height: 2;
        color: #333;
    }

    #toppage #sec4 .arrange .ttl span {
        font-size: 20px;
    }

    #toppage #sec4 .arrange p {
        font-size: 15px;
        line-height: 1.8;
        color: #555;
        font-weight: 500;
    }

    #toppage #sec4 .arrange .right {
        flex: 1;
        position: relative;
    }


    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .drink-label {
        font-size: 15px;
        color: #333;
        font-weight: 500;
        margin-top: 16px;
        width: 100%
        
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #333!important;
        width: 4px;
        height: 54px;
        position: relative;
        top: 5px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px;
    }

    .swiper-pagination {
        position: relative;
        width: auto !important;
        margin-left: 30px;
        margin-right: 20px;
        bottom: 6px!important;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: transparent;
        border: 1px solid #333;
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        background: #333;
        opacity: 1;
    }


    .current-slide {
        font-weight: 500;
        color: #333;
    }
    .total-slides {
        font-weight: 400;

    }

    .swiper {
        max-width: 757px;
        padding-bottom: 60px;
    }
    .swiper-wrapper {
        height: auto;
    }
    .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .slide_text {
        font-size: 15px;
        font-weight: 500;
        text-align: left;
        width: 100%;
        margin-top: 16px;
    }
    .swiper .flex {
        display: flex;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: auto;
    }
    .pagination-info {
        font-size: 15px;
        color: #858585;
        font-family: "Maven Pro"!important;
        position: relative;
        top: -2px;
        margin-right: 10px;
    }
    .swiper-button-next {
        right: -10px;
    }

@media print, screen and (max-width: 1200px) {

    #toppage #sec4 .inner{
        max-width: 700px;
    }

    #toppage #sec4 .inner .content .box li .li_inner{
        display: block;
        margin-bottom: 100px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner{
        display: block;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left{
        padding: 40px 40px 60px;
        height: auto;
    }

    #toppage #sec4 .inner .content .box li .li_inner .right{
        width: 100%;
        margin: -42px auto 0;
        max-width: 620px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .right{
        width: 100%;
        margin: -42px auto 0;
        max-width: 620px;
    }
    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .left{
        padding: 40px 40px 60px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top .img {
        margin-right: 16px;
        width: 96px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left h3{
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        font-size: 24px !important;
        color: #333333;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left .left_text{
        color: #333;
        line-height: 2;
        font-size: 15px;
    }
    #toppage #sec4 .arrange {
        padding: 48px 0 48px 48px;
        margin-top: 80px;
        display: block;
    }
    #toppage #sec4 .arrange .left {
        margin-bottom: 48px;
    }

}

@media print, screen and (max-width: 650px) {
    #toppage #sec4{
        padding: 64px 0 56px 0;
    }

    #toppage #sec4 .inner{
        width: 92%;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left{
        padding: 40px 20px 60px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .right{
        width: 90%;
        margin: -42px auto 0;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .right{
        width: 90%;
        margin: -42px auto 0;
        max-width: 620px;
    }
    #toppage #sec4 .inner .content .box li:nth-child(2n) .li_inner .left{
        padding: 40px 20px 60px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top {
        margin-bottom: 24px;
    }
    #toppage #sec4 .inner .content .box li .li_inner .left_top .img {
        width: 72px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left h3{
        font-size: 18px !important;
    }

    #toppage #sec4 .arrange {
        padding: 40px 0 40px 20px;
    }

    #toppage #sec4 .arrange .ttl {
        font-size: 20px;
        margin-bottom: 24px;
        letter-spacing: 0;
    }
    #toppage #sec4 .arrange p {
        letter-spacing: 0;
    }
    #toppage #sec4 .arrange .ttl span {
        font-size: 18px;
    }
    .swiper .flex {
        display: flex;
        justify-content: center;
        padding-right: 30px;
    }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


    #toppage #sec5{
        background-color: #fff;
        padding: 120px 0;
        background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/top/img/concept_img.png) no-repeat;
        background-size: cover;
        background-position: top;
    }

    #toppage #sec5 .inner{
        max-width: 1280px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec5 .inner p{
        font-size: 15px;
        line-height: 2;
    }
    #toppage #sec5 .inner h2{
        font-size: 24px;
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        margin-bottom: 32px;
    }



@media print, screen and (max-width: 1099px) {

    #toppage #sec5 .inner{
        max-width: 700px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec5 .inner p{
        font-size: 15px;
        line-height: 2;
    }
    #toppage #sec5 .inner h2{
        font-size: 24px;
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        margin-bottom: 32px;
    }
}
@media print, screen and (max-width: 650px) {
    #toppage #sec5{
        padding: 56px 0 80px;
        background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/top/img/concept_img_sp.png) no-repeat;
        background-position: top;
        background-size: cover;
    }

    #toppage #sec5 .inner{
        width: 92%;
    }
    #toppage #sec5 .inner p{
        line-height: 1.8;
    }
    #toppage #sec5 .inner h2{
        font-size: 20px;
        margin-bottom: 32px;
    }
}

    #toppage #sec6{
        background-color: #fff;
        padding: 120px 0;
    }

    #toppage #sec6 .inner{
        max-width: 1280px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec6 ul {
        width: 638px;
        display: flex;
        flex-wrap: wrap;     
        gap: 4px;           
        list-style: none;
        justify-content: center;
        margin: auto;
    }
    #toppage #sec6 ul li {
        width: 210px;        
        flex-shrink: 0;       
    }

    #toppage #sec6 ul li img {
        display: block;
        width: 100%;
        height: auto;
    }
    #toppage #sec6 .top_btn1 {
        margin-top: 48px;
        text-align: center;
    }



@media print, screen and (max-width: 1099px) {
    #toppage #sec6{
        padding: 120px 0;
    }

    #toppage #sec6 .inner{
        max-width: 700px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec6 ul {
        width: 638px;
        display: flex;
        flex-wrap: wrap;     
        gap: 4px;           
        list-style: none;
        justify-content: center;
        margin: auto;
    }
    #toppage #sec6 ul li {
        width: 210px;        
        flex-shrink: 0;       
    }

    #toppage #sec6 ul li img {
        display: block;
        width: 100%;
        height: auto;
    }
    #toppage #sec6 .top_btn1 {
        margin-top: 48px;
        text-align: center;
    }
}
@media print, screen and (max-width: 650px) {
    #toppage #sec6{
        padding: 80px 0;
    }

    #toppage #sec6 .inner{
        max-width: 700px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec6 ul {
        width: 100%;
    }
    #toppage #sec6 ul li {
        width: 32%;              
    }

    #toppage #sec6 .top_btn1 {
        margin-top: 48px;
        text-align: center;
    }
}

    #toppage #sec7{
        padding: 120px 0;
        background-color: #F6F3F2;
    }

    #toppage #sec7 .inner{
        max-width: 1280px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec7 .inner .link{
        text-align: right;
        position: relative;
        width: 960px;
        margin: 0 auto 20px;
    }
    #toppage #sec7 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec7 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }

    #toppage #sec7 .ac_box {
        max-width: 960px;
        width: 100%;
        margin: auto;
    }         
    #toppage #sec7 .ac-header {
        background-color: #fff;
        transition: 0.5s ease;
    }         
    #toppage #sec7 .ac-content {
        border-radius: 0 0 8px 8px;
    }         
    #toppage #sec7 .ac-header:hover {
        background-color: #ECE7E4;
    }         
    #toppage #sec7 .ac-header.active {
        background-color: #ECE7E4;
        border-radius: 8px 8px 0 0;
    }         

@media print, screen and (max-width: 1099px) {
    #toppage #sec7{
        padding: 120px 0;
        background-color: #F6F3F2;
    }

    #toppage #sec7 .inner{
        max-width: 700px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec7 .inner .link{
        text-align: right;
        position: relative;
        width: 100%;
        margin: auto;
    }
    #toppage #sec7 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec7 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }

    #toppage #sec7 .ac_box {
        width: 100%;
        margin: auto;
    }         
    #toppage #sec7 .ac-header {
        background-color: #fff;
        transition: 0.5s ease;
    }         
    #toppage #sec7 .ac-content {
        border-radius: 0 0 8px 8px;
    }         
    #toppage #sec7 .ac-header:hover {
        background-color: #ECE7E4;
    }         
    #toppage #sec7 .ac-header.active {
        background-color: #ECE7E4;
        border-radius: 8px 8px 0 0;
    }  
}
@media print, screen and (max-width: 650px) {
    #toppage #sec7{
        padding: 80px 0;
    }

    #toppage #sec7 .inner{
        width: 92%;
    }
    #toppage #sec7 .inner .link {
        margin-bottom: 20px;
    }

    #toppage #sec7 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec7 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }
       
    #toppage #sec7 .ac-header {
        background-color: #fff;
        transition: 0.5s ease;
    }         
    #toppage #sec7 .ac-content {
        border-radius: 0 0 8px 8px;
    }         
    #toppage #sec7 .ac-header:hover {
        background-color: #ECE7E4;
    }         
    #toppage #sec7 .ac-header.active {
        background-color: #ECE7E4;
        border-radius: 8px 8px 0 0;
    }  
}


    #toppage #sec8{
        padding: 120px 0;
        background-color: #fff;
    }

    #toppage #sec8 .inner{
        max-width: 1280px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec8 .inner .link{
        text-align: right;
        position: relative;
        max-width: 960px;
        width: 100%;
        margin: 0 auto 20px;
    }
    #toppage #sec8 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec8 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }

    #toppage #sec8 .inner ul{
        width: 960px;
        margin: 0 auto;
    }

    #toppage #sec8 .inner ul li a:hover{
        transition: 0.2s ease-in-out;
        background-color:#ECE7E4;
    }

    #toppage #sec8 .inner ul li a{
        display: flex;
        background-color: #F6F3F2;
        padding: 20px 52px 20px 24px;
        border-radius: 8px;
        margin-bottom: 16px;
        position: relative;
    }
    
    #toppage #sec8 .inner ul li a .top{
        display: flex;
    }

    #toppage #sec8 .inner ul li .category{
        width: 100px;
        height: 22px;
        color: #fff;
        background-color: #EB6E66;
        font-weight: 500;
        text-align: center;
        line-height: 1em;
        font-size: 12px;
        padding: 4px 0 4px 0;
        margin-top: 5px;
        margin-right: 16px;
        border-radius: 4px;
    }

    #toppage #sec8 .inner ul li .date{
        width: 80px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 16px;
        text-align: center;
        margin-top: 5px;
        line-height: 1.75em;
    }

    #toppage #sec8 .inner ul li .flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    #toppage #sec8 .inner ul li .flex .icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 24px;
    }

    #toppage #sec8 .inner ul li .text{
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.75em;
    }
    #toppage #sec8 .inner ul li .icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


@media print, screen and (max-width: 1099px) {
    #toppage #sec8{
        padding: 120px 0;
        background-color: #fff;
    }

    #toppage #sec8 .inner{
        max-width: 700px;
        width: 96%;
        margin: 0 auto 0 auto;
    }
    #toppage #sec8 .inner .link{
        text-align: right;
        position: relative;
        width: 100%;
        margin: 0 auto 10px;
    }
    #toppage #sec8 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec8 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }

    #toppage #sec8 .inner ul{
        width: 100%;
        margin: 0 auto;
    }

    #toppage #sec8 .inner ul li a:hover{
        transition: 0.2s ease-in-out;
        background-color:#ECE7E4;
    }

    #toppage #sec8 .inner ul li a{
        display: flex;
        background-color: #F6F3F2;
        padding: 20px 24px;
        border-radius: 8px;
        margin-bottom: 16px;
    }
    
    #toppage #sec8 .inner ul li a .top{
        display: flex;
    }

    #toppage #sec8 .inner ul li .category{
        width: 100px;
        height: 22px;
        color: #fff;
        background-color: #EB6E66;
        font-weight: 500;
        text-align: center;
        line-height: 1em;
        font-size: 12px;
        padding: 4px 0 4px 0;
        margin-top: 5px;
        margin-right: 16px;
        border-radius: 4px;
    }

    #toppage #sec8 .inner ul li .date{
        width: 80px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 16px;
        text-align: center;
        margin-top: 5px;
        line-height: 1.75em;
    }

    #toppage #sec8 .inner ul li .flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    #toppage #sec8 .inner ul li .flex .icon {
        width: 24px;
        height: 24px;
    }

    #toppage #sec8 .inner ul li .text{
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.75em;
    }
}
@media print, screen and (max-width: 650px) {
    #toppage #sec8{
        padding: 80px 0;
    }

    #toppage #sec8 .inner{
        width: 92%;
    }
    #toppage #sec8 .inner .link{
        margin: 0 auto 20px;
    }
    #toppage #sec8 .inner .link a{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    #toppage #sec8 .inner .link img {
        width: 4px;
        margin-left: 8px;
    }

    #toppage #sec8 .inner ul li a{
        display: block;
        padding: 16px 48px 16px 16px;
    }
    
    #toppage #sec8 .inner ul li a .top{
        display: flex;
        margin-bottom: 8px;
    }
    #toppage #sec8 .inner ul li .date {
        margin-right: 4px;
        text-align: left;
    }
    #toppage #sec8 .inner ul li .icon {
        right: 16px;
    }
}




#toppage{
    position: relative;
    z-index: 0;
}

.back_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.back_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 商品詳細 */

.product_slider{
    margin-bottom: 80px;
}

.product_slider .slide{
    margin-left: 4px;
}

.product_slider .slide-navigation {
  margin-top: -10px;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.product_slider .slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 19%;
  padding: 0;
}

@media print, screen and (max-width: 1340px) and (min-width: 720px) {
    .product_slider .slide-navigation{
        margin-top: 8px !important;
        margin-bottom: 16px;
    }
}

@media print, screen and (min-width: 720px) {
    .product_slider .slide-navigation{
        margin-left: 5px;
    }
    .product_slider .slide-navigation .item {
        margin-right: 8px;
    }
}

@media print, screen and (max-width: 719px) {
    .product_slider .slide-navigation .item {
        margin: 6px 4px 4px 4px;
    }
}

.product_slider .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 999 !important;
}

.product_slider .prev-arrow {
  left: 25px;
  width: 64px;
  top: 0;
}
.product_slider .next-arrow {
  right: 25px;
  width: 64px;
  top: 0;
}

.product_slider .slide-navigation .item {
  outline: 4px solid transparent;
  outline-offset: -4px;
  transition: outline-color 0.3s ease;
}

.product_slider .slide-navigation .item.current {
  outline-color: #EB6E66;
}

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px 0 10px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 10px;
  border-radius: 50%;
}

.slide-dots li.slick-active button::before {
  background-color: #EB6E66;
}

@media print, screen and (max-width: 1339px) {
    .product_slider .slide-navigation {
      margin-top: -28px;
    }
    
    .slide-dots {
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

@media print, screen and (max-width: 720px) {
    .product_slider .prev-arrow {
    left: 10px;
    width: 28px;
    top: 0;
    }
    .product_slider .next-arrow {
    right: 10px;
    width: 28px;
    top: 0;
    }

}

/* cart */

.cartpage{
    margin-bottom: 64px;
}

.cartpage .control-alert .u-color__bg--bg{
    background-color: #FFF5F5;
}

.cartpage .c-cart_item__info{
    margin-top: -10px;
}

.cartpage .c-cart_item__info__title{
    font-family: "Noto Sans JP" !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #333 !important;
}

.cartpage .c-cart_item__info__quantity{
    display: none;
}

.cartpage .c-cart_item__img__inner2 img{
    border-radius: 8px;
}

.cartpage .c-cart_item__action__price{
    font-family: "Noto Sans JP" !important;
}

.cartpage .c-cart_item__action__price .span1{
    font-size: 40px;
    font-weight: 600;
    font-family: "Maven Pro"!important;
    color: #333;
}

.cartpage .c-cart_item__action__price .span2{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.cartpage .c-cart_item__action__price .span3{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

@media print, screen and (max-width: 719px) {
    .cartpage .c-cart_item__action__price .span1{
        font-size: 24px;
    }
}

@media print, screen and (max-width: 1023px) {
    .cartpage{
        margin-bottom: 56px;
    }

    .c-cart_item__info{
        margin-right: 40px;
    }
    
    .cartpage .c-cart_item{
        position: relative;
    }

    .cartpage .trush{
        position: absolute;
        top: 15px;
        right: 0;
    }
    
    .cartpage .p-cart_content__inner__product{
        margin-bottom: 32px;
    }
    
}

.cartpage .cart_right_box_top{
    padding: 24px 16px 1px 16px;
    background-color: #F6F3F2;
    margin-bottom: 48px;
    padding-bottom: 20px;
}

@media print, screen and (max-width: 1023px) {
    .cartpage .cart_right_box_top{
        margin-bottom: 24px;
    }
}

.cartpage .cart_right_box_top_title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-align: left;
}

.cartpage .cart_right_box1{
    font-weight: 500;
    color: #333;
    display: flex;
    margin-bottom: 24px;
}

.cartpage .total_discount_price{
    color: #EB0303;
}

.cartpage .cart_right_box1.box_total{
    border-top: 1px solid #D6D6D6;
    padding-top: 24px;
}

.cartpage .cart_right_box1_left{
    font-size: 15px;    
    width: 100px;
    text-align: left;
}

.cartpage .cart_right_box1_right{
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
}

.cartpage .cart_right_box1_right span{
    font-weight: 600;
    font-size: 18px;
    font-family: "Maven Pro"!important;
}

.cartpage .cart_right_box_top .buy_btn a{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #EB6E66;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
}

.cartpage .cart_right_box_top .buy_btn a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.cartpage .cart_right_box_top .login_btn{
    font-size: 12px;
    color: #4C4C4C;
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
}

.cartpage .u-color__border--border{
    border: none !important;
}

.cartpage .p-cart_content__inner__product{
    border-bottom: 1px solid #D6D6D6 !important;
}

.cartpage .cart_ac_box{
    border: 1px solid #EB6E66;
    border-bottom: none;
}

.cartpage .cart_ac_box:last-child{
    border-bottom: 1px solid #EB6E66;
}

.cartpage .ac_content2{
    display: none;
    padding: 0px 16px 16px 16px;
    font-weight: 400;
    font-size: 15px !important;
    text-align: left;
}

.cartpage .ac-header2 {
    padding: 16px 16px 16px 16px;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 15px !important;
    border-radius: 10px;
}

.cartpage .ac-header2 .icon1{
    padding-left: 30px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/cart_ac_icon1.svg) no-repeat;
    background-position: top 4px left 0;
}

.cartpage .ac-header2 .icon2{
    padding-left: 32px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/cart_ac_icon2.svg) no-repeat;
    background-position: top 3px left 0;
}

.cartpage .ac-header2 .icon3{
    padding-left: 30px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/cart_ac_icon3.svg) no-repeat;
    background-position: top 0 left 0;
    background-size: 20px;
}

.cartpage .ac-icon{
    content: '';
    width: 18px;
    height: 18px;
    background-color: #EB6E66;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 0;
    border-radius: 100px;
}

.cartpage .ac-header2::before{
  position:absolute;
  content:'';
  top:0px;
  right:20px;
  bottom:0;
  width:9px;
  height:1px;
  margin:auto;
  background:#fff;
  z-index: 1;
}

.cartpage .ac-header2::after{
  position:absolute;
  content:'';
  top:0px;
  right:20px;
  bottom:0;
  width:9px;
  height:1px;
  margin:auto;
  background:#fff;
  z-index: 1;
}
.cartpage .ac-header2::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.cartpage .ac-header2.active::after{transform:rotate(0deg);}

.cartpage{
    padding: 0 24px 0 24px;
}
.cartpage .p-checkout__list__block__inner{
    max-width:640px;
}

.hs{
    max-width:640px;
    font-weight: 500;
    font-size: 12px;
    margin: 48px auto 48px auto;
}

.cartpage .cartpage_top_nav{
    margin-top: 64px;
    display: block;
    margin-bottom: 68px;
}

.card_text{
    font-size:14px;
    color:#D6D6D6;
    margin-top:5px;
    margin-bottom:30px;
}

.credit__table--info th.credit__table--info__item{
    border-bottom: 1px solid #E6E6E6;
    padding: 8px;
    text-align: left;
    font-size: 12px !important;
}

.credit__table--info th{
    border-bottom: 1px solid #E6E6E6;
}

.credit__table--info th:nth-child(1){
    max-width: 660px;
    width: 75%;
}

.credit__table--info__item.item2{
    position: relative;
}

.credit__table--info__item .default{
    position: absolute;
    top: 8px;
    left: 0;
    width: 90px;
}

.credit__table--info td{
    padding: 8px;
    font-size: 12px !important;
    border-bottom: 1px solid #E6E6E6;
}
.credit__table--info td a .u-font--body, .credit__table--info td a .u-text--link{
    color: #4C4C4C !important;
    font-size: 12px !important;
}

.credit__table--info{
    margin-bottom: 40px;
}
            
.credit .vertical-table {
  display: flex;
  flex-direction: column;
}
.credit .vertical-table tr {
  display: flex;
  flex-direction: row;
}
.credit .vertical-table tr {
  flex-direction: column;
}

.credit .c-form_table > tbody > tr > td, .c-form_table--confirm > tbody > tr > td{
}

.credit .c-form_table > tbody > tr > th, .c-form_table--confirm > tbody > tr > th {
    padding:0 0 0 0;
}

.u-text--input {
    font-size:15px !important;
}

@media print, screen and (min-width: 720px) {
    .payment_method_radio__contents._card .chousei{
        margin-bottom:-15px !important;
    }
    
    .payment_method_radio__contents._card th{
        margin-bottom:-5px !important;
    }
    .payment_method_radio__contents._card tr{
        margin-bottom:-15px !important;
    }
}

@media print, screen and (max-width: 719px) {
    .payment_method_radio__contents._card .chousei{
        margin-bottom:0px;
    }
    
    .cartpage .cartpage_top_nav{
        margin-bottom: 48px;
    }
    .credit__table--info th:nth-child(1){
            width: 60%;
            min-width: 190px;
    }
}



@media print, screen and (min-width: 720px) {
    .cartpage .cartpage_top_nav ul{
        margin: 0 auto 0 auto;
        height: 2px;
        background-color: #F6F3F2;
        width: 330px;
        position: relative;
    }
    
    .cartpage .cartpage_top_nav ul li:nth-child(1){
        position: absolute;
        top: -8px;
        left: -18px;
    }

    .cartpage .cartpage_top_nav ul li:nth-child(2){
        position: absolute;
        top: -8px;
        right: -23px;
    }

}

@media print, screen and (max-width: 719px) {
    .cartpage .cartpage_top_nav ul{
        margin: 0 auto 0 auto;
        height: 2px;
        background-color: #F6F3F2;
        width: 156px;
        position: relative;
    }
    
    .cartpage .cartpage_top_nav ul li:nth-child(1){
        position: absolute;
        top: -8px;
        left: -18px;
    }

    .cartpage .cartpage_top_nav ul li:nth-child(2){
        position: absolute;
        top: -8px;
        right: -23px;
    }

}

.cartpage .cartpage_top_nav ul li .text{
    font-size: 12px;
    color: #D6D6D6;
}

.cartpage .cartpage_top_nav ul li.active .text{
    color: #333111;
}

.cartpage .cartpage_top_nav ul li .circle{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #D6D6D6;
}

.cartpage .cartpage_top_nav ul li.active .circle{
    background-color: #EB6E66;
}

.cartpage .cartpage_top_nav ul li:nth-child(1) .text{
    margin-top: 3px;
    margin-left: -12px;
}

.cartpage .cartpage_top_nav ul li:nth-child(2) .text{
    margin-top: 3px;
    margin-left: -5px;
}

.p-shipping_address_table {
  --table-head-width: initial;
  --table-data-width: initial;
  --table-data-gap: initial;
}

.c-form_table.p-shipping_address_table tr {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.c-form_table.p-shipping_address_table th,
.c-form_table.p-shipping_address_table td {
  display: block;
  width: 100% !important;
}

.cart_table_margin{
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: solid 1px #E6E6E6;
}

.cartpage .c-form_table th{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.cartpage .c-form_table td{
    font-size: 15px;
}

.c-form_table .w400{
    max-width: 400px;
}

.cartpage .cart_table input[type="text"],.cartpage .cart_table input[type="tel"],.cartpage .cart_table input[type="email"]{
    padding: 10px;
    border: 1px solid #E6E6E6;
    width: 100%;
    border-radius: 4px;
}

.cartpage .cart_table ul {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.cartpage .cart_table ul.last {
    padding-bottom: 0;
    border: none;
}

.cartpage .cart_table ul li{
    margin-bottom: 16px;
}

.cartpage input[type="radio"]{
    appearance: auto;
    display: inline;
    accent-color:#EB6E66;
    margin-bottom: 15px;
}

.cartpage .payment_method_radio__btn{
    font-size: 15px;
    font-weight: 500;
}

.cartpage .cart_submit{
    text-align: center;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-size: 22px;
    background-position: top 13px right 13px;
    display: block;
    margin: 0 auto 0 auto;
    background-color: #EB6E66;
    width: 270px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
}

.cartpage .cart_back{
    text-align: center;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px left 13px;
    display: block;
    margin: 24px auto 0 auto;
    width: 270px;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
}

/* 商品詳細 */

.cart_btn a{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #EB6E66;
    border-radius: 40px;
    text-align: center;
    max-width: 496px;
    margin: 10px auto 0 auto;
}

.cart_btn.none a{
    background: none;
    background-color: #D6D6D6 !important;
    pointer-events: none;
}

.cart_btn a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

@media print, screen and (min-width: 1340px) {
    #product-show-view .product_inner{
        margin: 80px auto 80px auto;
        width: 1280px;
        display: flex;
    }

    #product-show-view .product_inner .left{
        width: 720px;
        margin-right: 64px;
    }


    #product-show-view .product_inner .right{
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }
}

@media print, screen and (max-width: 1339px) {
    #product-show-view{
        margin: 0 auto 0 auto;
        max-width: 740px;
    }
    
     #product-show-view .product_inner{
         margin: 22px 16px 22px 16px;
     }
}

.credit_box{
    max-width: 496px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.credit_box img{
    max-width: 286px;
    margin: 0 auto 0 auto;
}

.hide_tab{
    display: none;
}

.product_tab_area1 > ul{
    display: flex;
    align-items:flex-end;
    padding: 0 5px 0 5px;
    justify-content: center;
    border-bottom: 2px solid #EB6E66;
}

.product_tab_area1 > ul > li{
    height: 48px;
    line-height: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 31%;
    margin-right: 2%;
    display: block;
    border: 1px solid #EB6E66;
    background-color: #fff;
    color: #EB6E66;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-bottom: none;
}

.product_tab_area1 > ul > li:first-of-type {
    margin-left: 2px !important;
}

@media print, screen and (max-width: 1339px) {
    .product_tab_area1 > ul > li{
        width: 31%;
        margin-right: 0.5%;
    }
}

@media print, screen and (max-width: 739px) {
    .product_tab_area1 > ul{
        margin-left: -24px;
        margin-right: -24px;
    }
}


.product_tab_area1 > ul > li.select{
    height: 56px;
    color: #fff;
    line-height: 56px;
    background-color: #EB6E66;
}

.product_tab_area1 > ul > li:hover{
    cursor: pointer;
    color: #fff;
    background-color: #EB6E66;
}

.product_tab_area1 ul li div{
}

.product_tab_area1 ul li:last-child{
    margin-right: 0;
}

.product_tab_area1 .content{
    padding: 20px 0px 20px 0px;
}

#product-show-view .product_inner .right .text1{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 16px;
    padding: 4px 4px 6px 4px;
    display: inline-block;
    width: 140px;
    text-align: center;
    background-color: #EB6E66;
    border-radius: 4px;
    color: #fff;
}

#product-show-view .product_inner .right h1{
    font-size: 32px !important;
    font-family: "Noto Sans JP" !important;
    font-weight: 500;
    color: #333 !important;
    line-height: 1.4em;
    margin-bottom: 16px;
}

#product-show-view .product_inner .right .text2{
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.8;
}

@media print, screen and (max-width: 1339px) {
    #product-show-view .product_inner .right .rigt_top{
        text-align: center;
        margin-top: -30px;
    }
    
    #product-show-view .product_inner .right .text1{
        margin-bottom: 10px;
    }
    
    #product-show-view .product_inner .right h1{
        font-size: 22px !important;
        margin-bottom: 10px;
    }
    
    #product-show-view .product_inner .right .text2{
        font-size: 15px;
        margin-bottom: 30px;
    }
}

.product_tab_area1.ver2 ul li{
    width: 220px;
}

.product_box .inner{
    display: flex;
    padding: 24px;
    border: 2px solid #EB6E66;
    border-radius: 8px;
}
.product_box .inner_block {
    border: 2px solid #EB6E66;
    border-radius: 8px;
}
.product_box .inner_block .inner {
    border: none;
}

.product_box .p_left{
    width: 160px;
    margin-right: 24px;
}

.product_box .p_right{
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.product_box .p_right .label{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.product_box .p_right .label li{
    border: 1px solid #EB6E66;
    max-width: 100px;
    font-weight: 500;
    line-height: 1em;
    padding: 5px 10px 7px 10px;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    color: #333;
    border-radius: 100px;
    background-color: #fff;
}

.product_box .p_title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.product_box .p_text{
    font-size: 12px;
    margin-bottom: 16px;
}

.p_text2{
    font-size: 11px;
    padding: 0 16px 16px 16px;
}

.product_box .p_box1{
    text-align: left;
    color: #333;
    font-weight: 500;
}

.product_box .p_box1 .sp1{
    font-size: 15px;
}

.product_box .p_box1 .sp2{
    text-decoration: line-through;
    font-family: "Maven Pro"!important;
}

.product_box .p_box1 .sp3{
    font-size: 32px;
    font-weight: 600;
    font-size: 32px;
    font-family: "Maven Pro"!important;
    
}

.product_box .p_box1 .sp4{
    font-size: 24px;
}

.product_box .p_box1 .sp4{
    font-size: 15px;
}

.product_box .p_box2{
    text-align: center;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 16px;
}

.product_box .p_box3{
    color: #333;
    font-size: 11px;
    font-weight: 400;
}

.product_box .p_price span:nth-child(1){
    font-weight: 600;
    font-size: 32px;
    font-family: "Maven Pro"!important;
}

.product_box .p_price span:nth-child(2){
    font-weight: 500;
    font-size: 15px;
}

.product_box .p_price span:nth-child(3){
    font-weight: 500;
}

.product_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.product_box .p_right .label li:last-child{
    margin-right: 0;
}

@media screen and (max-width: 1339px) {
    .product_box{
        align-items: start;
        padding: 0;
    }
    .product_box .p_right{
    -webkit-flex: none;
    flex: none;
    }
    .product_box .p_right .label{
        margin-bottom: 3px;
    }

    .product_box .p_right .label li{
        padding: 4px 8px 4px 8px;
        font-size: 9px;
        max-width: none;
        width: auto;
    }

    .product_box .p_title{
        font-size: 15px;
    }

    .product_box .p_text{
        font-size: 12px;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .product_box .p_left{
        max-width: 160px;
        width: calc(120 / 375 * 100%);
        margin-right: 16px;
    }
    
    .product_box .p_price{
        line-height: 1em;
    }
    
    .product_box .p_price span:nth-child(1){
        font-size: 30px;
    }

    .product_box .p_price span:nth-child(2){
        font-size: 15px;
    }

    .product_box .p_price span:nth-child(3){
        font-size: 16px;
    }

    .product_inner {
        flex-direction: column;
    }
  
    .left_bottom{
        margin-top: 30px;
    }
    .product_box .inner{
        padding: 16px;
        justify-content: center;
        max-width: 496px;
        margin-right: auto;
        margin-left: auto;
    }
    .product_box .p_right .label{
        flex-wrap: nowrap;
    }
    .p_text2{
    max-width: 496px;
    margin: auto;
    }
}
@media screen and (max-width: 548px) { 
    .product_box .p_right{
    -webkit-flex: 1;
    flex: 1;
    }
    .product_tab_area1.ver2 ul li{
        width: 160px;   
    }
.product_box .p_title{
        font-size: 13px;
    }
    .product_box .p_box1 .sp3 {
        font-size: 24px;
    }
    .product_box .p_box1 .sp4 {
        font-size: 12px;
    }
    .product_box .p_box1 .sp5 {
        font-size: 12px;
    }
    .product_box .p_price span:nth-child(1){
        font-size: 24px;
    }

    .product_box .p_price span:nth-child(2){
        font-size: 12px;
    }

    .product_box .p_price span:nth-child(3){
        font-size: 12px;
    }
}

.confirm_top{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.confirm_top .left{
    width: 160px;
    margin-right: 32px;
}

.confirm_top .right{
    -webkit-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

.confirm_top .right .title{
    margin-bottom: 16px;
}

.confirm_top .right .quantity{
    text-align: right;
}

.confirm_top .right .quantity .span1{
    margin-right: 16px;
}


.confirm_title{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 16px;
}

.confirm_table ul li .left{
    font-weight: 700;
    margin-bottom: 4px;
}

.confirm_table ul li .right{
    font-weight: 500;
    color: #4C4C4C;
}

.confirm_table ul li{
    margin-bottom: 24px;
}

.confirm_table ul{
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 16px;
}

 .confirm_table ul:last-child{
     margin-bottom: 48px;
 }

 .confirm_tarm{
     font-size: 12px;
     padding: 16px;
     border: 1px solid #D6D6D6;
     margin-bottom: 48px !important;
     scrollbar-color: #EB6E66 #D6D6D6;
     height: 200px;
     overflow-x: auto;
 }
 
@media print, screen and (min-width: 720px) {
    .confirm_tarm{
        margin-bottom: 48px;
    }
}

@media print, screen and (max-width: 719px) {
    .confirm_top .left{
        width: 120px;
        margin-right: 16px;
    }
    
    .confirm_tarm{
        margin-bottom: 24px !important;
    }
}

 .confirm_tarm a{
     text-decoration: underline;
 }
 
 .c-form_table > tbody > tr > td input[type=text], .c-form_table--confirm > tbody > tr > td input[type=text], .c-form_table > tbody > tr > td input[type=email], .c-form_table--confirm > tbody > tr > td input[type=email], .c-form_table > tbody > tr > td input[type=tel], .c-form_table--confirm > tbody > tr > td input[type=tel], .c-form_table > tbody > tr > td input[type=number], .c-form_table--confirm > tbody > tr > td input[type=number], .c-form_table > tbody > tr > td input[type=password], .c-form_table--confirm > tbody > tr > td input[type=password] {
    border: 1px solid #E6E6E6 !important;
    border-radius: 4px !important;
}

.c-form_table__select > * {
    border: 1px solid #E6E6E6 !important;
    border-radius: 4px !important;
}

.c-form_table__select:after {
    color: #D6D6D6;
}

/* .cartpage .u-text--input{
    color: #333 !important;
} */

.comp_txt_mail{
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.comp_order_number{
    padding: 6px 8px 6px 8px;
    background-color: #FEECEA;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 32px auto 32px auto;
    max-width: 320px;
}

.comp_banner_area{
    width: 230px;
    margin: 0 auto 0 auto;
}
.h1_margin{
    margin: 64px 0;
}
.mypage h2{
    font-size: 15px !important;
    font-weight: 500;
    font-family: "Noto Sans JP" !important;
    position: relative;
    margin-bottom: 16px;
}

.mypage h2::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 40px;
    margin-right: 8px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/mioats_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.mypage .sub_ttl {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}

.mypage .p-login{
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.mypage input[type="text"], .mypage input[type="tel"], .mypage input[type="email"]{
    padding: 10px;
    border: 1px solid #E6E6E6;
    width: 100%;
    border-radius: 4px;
}

.mypage table th{
    font-weight: 500;
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

.mypage .p-keepbtn{
    height: 56px;
    width: 280px;
    background-color: #EB6E66;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 15px;
    background-color: #EB6E66;
}
.mypage .p-keepbtn.change{
    background: none;
    background-color: #EB6E66;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mypage .p-keepbtn.change.hs {
    margin-top: 20px;
}
.mypage .p-keepbtn.change.skip{
    background: none;
    background-color: #fff;
    color: #EB6E66;
    border: 2px solid #EB6E66;
}
.mypage .p-keepbtn.change.skip_com{
    background: none;
    background-color: #fff;
    color: #ADADAD;
    border: 2px solid #ADADAD;
}
.mypage .p-keepbtn.change.skip_com:hover {
    opacity: 1!important;
}
.p-payment_list__add__win__form__bottom {
    margin-top: 40px!important;
}

.mypage .skip_btn{
    display: block;
    line-height: 1em;
    height: 56px;
    width: 280px;
    margin: 0 auto 16px auto;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 15px;
    background-color: #EB6E66;
}

.mypage .p-keepbtn2{
    height: 56px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 10px;
    margin: 0 auto 16px auto;
    background-color: #EB6E66;
}


.mypage .p-keepbtn:hover, .mypage .p-keepbtn2:hover, .mypage .p-keepbtn3:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

/* リンク用 */
.mypage .p-keepbtn3{
    height: 56px !important;
    width: 280px !important;
    line-height: 56px;
    background-color: #EB6E66;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    display: block;
}

.mypage .erea__btn--column{
    text-align: center;
}

.mypage .p-login__inner__login__bottom__forget{
    display: block;
    margin-bottom: 40px !important;
    color: #4C4C4C;
}

.mypage .c-subtitle{
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 500;
}

.mypage .doui{
    margin-bottom: 23px;
}

.mypage .doui a{
    color: #EB6E66;
    text-decoration: underline;
}

.mypage .c-form_table__checkbox__text{
    font-weight: 500;
    font-size: 12px;
}

.mypage .c-form_table__checkbox{
    margin-top: -10px;
}

  .mypage .c-form_table__checkbox input:checked {
    background-color: #EB6E66 !important;
    border: none !important;
  }
  .mypage .c-form_table__checkbox input:checked::after {
    content: "";
    position: absolute;
    top: 3px;   /* 余白分だけ内側に配置 */
    left: 3px;
    width: 12px;  /* 20px - 余白(左右3px*2) */
    height: 12px;
    border-radius: 50%;
    background-color: #EB6E66;
    }

 .mypage .c-form_table__checkbox input {
    border: solid 1px #CCCCCC !important;
    border-radius: 10px;
    background-color: #fff;
}

.mypage .entry_btn{
    margin-bottom: 40px;
}

.mypage .entry_btn2{
    margin-top: -20px;
    margin-bottom: 40px;
}

.mypage .msg_box{
    max-width:720px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/alert_icon.svg) no-repeat;
    background-position: top 8px left 8px;
    background-color:#FFF5F5;
    padding:8px 8px 12px 40px;
    margin:0 auto 40px auto;
    border:1px solid #FF8787;
    border-radius: 8px;
}

.mypage .msg_box .u-text--body{
    padding-top:0px;
    padding-bottom:0px;
    font-size:12px !important;
    text-align:left;
}

.passwordchange.password .c-form_table > tbody > tr > td {
  position: relative;
}

.p-first__form-password {
  position: absolute;
  right: 14px;
  top: 12px;
}
.p-first__form-password.hidden img:nth-of-type(2) {
  display: none;
}
.p-first__form-password.display img:nth-of-type(1) {
  display: none;
}
.p-first__form-password-img {
  width: 20px;
  height:20px;
}
@media (max-width: 766px) {
  .p-first__form-password {
    top: 12px;
  }
}

.mypage .login_btn{
    margin-top: 16px;
}

.mypage .u-text--input{
    color: #333 !important;
}

.mypage .p-account_form__inner__bottom{
    margin-top: 24px;
}

.mypage .p-account_form__inner__bottom__link{
    text-decoration: none;
    color: #EB6E66 !important;
    display: block;
    line-height: 1em;
    width: 100%;
    height: 56px;
    line-height: 42px;
    border: 2px solid #EB6E66;
    font-weight: 700;
    font-size: 15px !important;
    text-align: center;
    border-radius: 8px;
    font-family: "Noto Sans JP" !important;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 50% left 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypage_top_box .information{
    background-color: #FFF;
}

.mypage_top_box .information ul li{
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: 15px;
}

.mypage_top_box .information ul li .date{
    color: #2F2D2D;
    font-weight: 500;
    margin-right: 16px;
}

.mypage_top_box .information ul li .text a{
    color: #333333;
    text-decoration: underline;
    font-weight: 500;
}

.mypage_top_box .information .more{
    margin-top: 16px;
    text-align: center;    
}

.mypage_top_box .information .more a{
    color: #333333;
    text-decoration: underline;
    font-weight: 500;
}

.mypage .logout_btn a{
    display: block;
    height: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    background-position: top 50% right 20px;
    background-color: #EB6E66;
    border-radius: 8px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 16px auto;
}

.mypage .logout_btn a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
.mypage_top_box .number {
    margin-bottom: 8px;
}


@media print, screen and (min-width: 720px) {
    .mypage_top_box ul.customer_info{
        display: flex;
        flex-wrap: wrap;
    }

    .mypage_top_box ul.customer_info li{
        border: 2px solid #EB6E66;
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom:  1.25%;
        box-sizing:border-box;
        border-radius: 8px;
    }
    
    .mypage_top_box ul.customer_info li:nth-child(3n){
        margin-right: 0;
    }
    
    .mypage_top_box ul.customer_info li .title{
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .mypage_top_box ul.customer_info li .text{
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        line-height: 21px;
    }
}
@media print, screen and (max-width: 719px) {
    .h1_margin{
        margin: 40px 0;
    }
    .mypage_top_box ul.customer_info{
    }

    .mypage_top_box ul.customer_info li{
        border: 2px solid #EB6E66;
        margin-bottom:  9px;
        box-sizing:border-box;
        border-radius: 8px;
    }
    
    .mypage_top_box ul.customer_info li .title{
        font-size: 12px;
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .mypage_top_box ul.customer_info li .text{
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
    }
    
    .mypage_top_box ul.customer_info li .text br{
        display: none;
    }
}

.mypage_top_box ul.customer_info li .title div{
    padding: 2px 0 2px 30px;
    display: inline-block;
}

.mypage_top_box ul.customer_info li.li1 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon1.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li2 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon2.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li3 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon3.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li4 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon4.svg) no-repeat;
    background-position: top 5px left 0;
    background-size: 24px;
}

.mypage_top_box ul.customer_info li.li5 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon5.svg) no-repeat;
    background-position: top 2px left 4px;
}

.mypage_top_box ul.customer_info li.li6 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon6.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li7 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon7.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li8 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon8.svg) no-repeat;
    background-position: top 5px left 0;
}

.mypage_top_box ul.customer_info li.li9 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon9.svg) no-repeat;
    background-position: top 1px left 0;
}
.mypage_top_box ul.customer_info li.li10 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/mypage/img/mypage_top_icon10.svg) no-repeat;
    background-position: top 5px left 3px;
    background-size: 20px;
}

.mypage_top_box ul.customer_info li a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.mypage_top_box ul.customer_info li .li_inner{
    padding: 14px;
}
.mypage_top_box ul.customer_info li {
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon5_right.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 13px;
}

.mypage_top_box .teiki_box_inner .bottom{
    padding: 16px 0 18px 0;
    background-color: #fff;
    border-radius: 8px;
}
.mypage_top_box .teiki_box_inner .pc_right{
    width: 320px;
}

.mypage_top_box .teiki_box_inner .bottom .text1{
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 4px;
}

.mypage_top_box .teiki_box_inner .bottom .text2{
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.mypage_top_box .teiki_box_inner .middle .btn2 a{
    display: block;
    font-weight: 700;
    color: #333;
    height: 56px;
    line-height: 56px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 13px;
    background-color: #ADADAD;
    border-radius: 8px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 8px auto;
    
}

.mypage_top_box .teiki_box_inner .middle .btn1 a{
    display: block;
    font-weight: 700;
    color: #fff;
    height: 56px;
    line-height: 56px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 13px;
    background-color: #EB6E66;
    border-radius: 8px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto 16px auto;
}

.mypage_top_box .teiki_box_inner .middle .btn1 a:hover, .mypage_top_box .teiki_box_inner .middle .btn2 a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.mypage_top_box .teiki_box_inner .middle .text{
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.mypage_top_box .teiki_box_inner .top{
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}

.mypage_top_box .teiki_box_inner .top .left{
    width: 96px;
    margin-right: 16px;
}

.mypage_top_box .teiki_box_inner .top .right{
    -webkit-flex: 1;
    flex: 1;
}

.mypage_top_box .teiki_box_inner .top .right .title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4em;
}

.mypage_top_box .teiki_box_inner .top .right .text{
    font-weight: 400;
    font-size: 15px;
}

.mypage_top_box .teiki_box_inner{
    max-width: 800px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mypage_top_box .teiki_box{
    padding: 24px 16px;
    background-color: #F6F3F2;
    border-radius: 8px;
    margin-bottom: 8px;
}

.mypage_top_box h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mypage_top_box h2 .icon{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    background-color: #EB6E66;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
    margin-top: 1px;
    border-radius: 4px;
}

.mypage_top_box h2 .icon2{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    background-color: #858585;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
    margin-top: 1px;
    border-radius: 4px;
}

.mypage_inner{
    max-width: 880px;
    margin: 64px auto 64px auto;
    padding: 0 16px 0 16px;
}

.mypagetop .welcome_text{
    font-weight: 500;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}

.mypage_top_box{
    margin-bottom: 48px;
}

@media print, screen and (max-width: 719px) {
    .mypage_top_box{
        margin-bottom: 24px;
    }
    
    .mypage_inner{
        max-width: 880px;
        margin: 24px auto 48px auto;
        padding: 0 16px 0 16px;
    }
    .mypage_top_box .teiki_box_inner{
        max-width: 310px;
        margin: 0 auto 0 auto;
        display: block;
    
    }
    .mypage_top_box .teiki_box_inner .pc_right {
        width: 100%;
        max-width: 310px;
    }
}

.mypage_top_box ul.banner_area a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}


@media print, screen and (min-width: 760px) {
    .mypage_top_box ul.banner_area{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 760px;
        margin: 0 auto 0 auto;
    }

    .mypage_top_box ul.banner_area li{
        width: 230px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .mypage_top_box ul.banner_area li:nth-child(3n), .mypage_top_box ul.banner_area li:last-child{
        margin-right: 0;
    }
}

@media print, screen and (max-width: 759px) and (min-width: 540px){
    .mypage_top_box ul.banner_area{
        display: flex;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto 0 auto;
        justify-content: center;
    }

    .mypage_top_box ul.banner_area li{
        max-width: 230px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .mypage_top_box ul.banner_area li:nth-child(2n){
        margin-right: 0;
    }
}
@media print, screen and (max-width: 539px){
    .mypage_top_box ul.banner_area{
        max-width: 230px;
        margin: 0 auto 0 auto;
    }

    .mypage_top_box ul.banner_area li{
        margin-bottom: 16px;
    }

    .mypage_top_box ul.banner_area li:nth-child(2n){
        margin-right: 0;
    }
}

@media print, screen and (max-width: 720px) {
    .order_table{
        width: auto;
        margin: 0 auto 0 auto;
        margin-bottom: 16px;
    }
}

.order_table{
    margin-bottom: 16px;
}

.mypage .order_table th{
    text-align: left;
    color: #333;
    font-size: 12px !important;
    font-weight: 500;
    padding-bottom: 8px;
}
.order_table th:nth-child(1){
    padding-right: 32px;
}

.order_table th:nth-child(2){
    padding-right: 32px;
}

.order_table th:nth-child(3){
    padding-right: 32px;
}

.order_table td{
    padding: 8px;
    font-size: 12px;
}

.order_table tr:nth-child(2) td{
    border-top:1px solid #E6E6E6;
}

.order_table tr td{
    border-bottom:1px solid #E6E6E6;
}

.order_table td a{
    text-decoration: underline;
}

.orders .pager{
    text-align: center;
    color: #2F2D2D;
    font-weight: 500;
    margin-bottom: 40px;
}

.mypage_prev_page{
    display: block;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 50% left 13px;
    display: block;
    line-height: 1em;
    width: 280px;
    height: 56px;
    margin: 0 auto 0 auto;
    border: 2px solid #EB6E66;
    color: #EB6E66;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mypage_prev_page:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

.orders_info{
    margin-bottom: 24px;
}
.orders_info li{
    display: flex;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 16px 16px;
    margin-bottom: 16px;
    justify-content: space-between;
}

.orders_info li .right span{
    color: #EB0303;
}

.ryousyuusyo{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    background-color: #EB6E66;
    color: #fff;
    font-size: 12px;
}

.orders_info .ryousyuusyo:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

@media print, screen and (min-width: 720px) {
    .orders_info li .left{
        color: #333;
        font-weight: 500;
        font-size: 15px;
        width: 200px;
    }

    .orders_info li .right{
        color: #4C4C4C;
        font-weight: 500;
        font-size: 15px;
        text-align: right;
    }
}

@media print, screen and (max-width: 719px) {
    .orders_info li .left{
        color: #333;
        width: 50%;
        font-weight: 500;
        font-size: 15px;
    }

    .orders_info li .right{
        width: 50%;
        color: #4C4C4C;
        font-weight: 500;
        font-size: 15px;
        text-align: right;
    }
}

.customer_edit_change_btn{
    margin-top: 16px;
}

.password_btn_area{
  text-align: center;
  margin-top: 40px;
}

.password_text{
  color: #333;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 40px;
}

.password_text span{
  font-weight: 700;
  text-decoration: underline;
}

.password_new_text{
  font-size: 12px;
  margin-top: 8px;
}
.mypage_note {
    font-size: 12px;
}
.customer_edit_info {
    margin-bottom: 40px;
}

.customer_edit_info_title{
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0 8px 16px;
    background-color: #F6F3F2;
    line-height: 25px;
    margin-bottom: 16px;
    margin-top: 60px;
}

.customer_edit_info li{
    margin: 0 0 16px 0;
    padding: 0 16px 16px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
}

.customer_edit_info li .left{
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 15px;
}

.customer_edit_info li .right{
    color: #4C4C4C;
    font-weight: 500;
    font-size: 15px;
}

.product_address_edit{
    margin-top: 16px;
}

.product_address_edit > ul > li{
    position: relative;
    background-color: #F6F3F2;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.product_address_edit > ul > li:last-child{
    margin-bottom: 0px;
}

.product_address_edit > ul > li ul li:nth-child(1){
    margin-left: 28px;
}

.product_address_edit > ul > li ul li{
    margin-bottom: 4px;
}

.product_address_edit > ul > li ul li:last-child{
    margin-bottom: 0;
}

.product_address_edit > ul > li label{
    position: absolute;
    top: 27px;
    left: 18px;
}

.product_address_edit > ul > li .title{
    display: flex;
}

.product_address_edit > ul > li > ul > li{
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.product_address_edit_btn_area{
    text-align: center;
    margin-top: 16px;
}

.c-form_table__checkbox_margin{
  margin-top: 10px !important;
}

.mypage .subs_orders{
    margin-top: 24px;
}

.mypage_top_box .subs_title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.mypage_top_box .subs_title .icon{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    background-color: #EB6E66;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    margin-top: 1px;
    border-radius: 4px;
}

.mypage_top_box .subs_title .icon2{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    background-color: #858585;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    margin-top: 1px;
    border-radius: 4px;
}

.teiki_s h3{
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: "Noto Sans JP" !important;
    padding: 16px 16px 16px 50px;
    margin-top: 16px;
}

.teiki_s h3.icon1{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/teiki_s_icon1.svg) no-repeat;
    background-position: top 17px left 16px;
    background-color: #F6F3F2;
}

.teiki_s h3.icon2{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/teiki_s_icon2.svg) no-repeat;
    background-position: top 20px left 16px;
    background-color: #F6F3F2;
}

.teiki_s h3.icon3{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/teiki_s_icon3.svg) no-repeat;
    background-position: top 20px left 20px;
    background-color: #F6F3F2;
}
.teiki_s h3.icon4{
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/teiki_s_icon4.svg) no-repeat;
    background-position: top 16px left 16px;
    background-color: #F6F3F2;
}

.teiki_s_info{
    padding: 24px 16px;
}

.teiki_s_info2{
    padding: 16px;
    border-bottom: 1px dashed #E6E6E6;
}

.teiki_s_info2 .title{
    color: #333;
    font-weight: 500 !important;
    margin-bottom: 8px;
    font-size: 15px;
}

.teiki_s_info2 .text{
    color: #4C4C4C;
    font-size: 15px;
}
.teiki_s_info.last{
    margin-bottom: 24px;
    border-top: 1px solid #d6d6d6;
}

.teiki_s_info li{
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
}

.teiki_s_info li .right {
    line-height: 2;
}
.teiki_s_info li .right span{
    color: #EB0303;
}

@media print, screen and (min-width: 720px) {
    .teiki_s_info li .left{
        color: #333;
        font-weight: 500;
        font-size: 15px;
        width: 200px;
    }

    .teiki_s_info li .right{
        color: #4C4C4C;
        font-weight: 500;
        font-size: 15px;
        text-align: right;
    }
}

.teiki_s_info .text1{
    color: #EB0303;
    font-size: 12px;
    font-weight: 500;
}

.teiki_s .change_btn{
    text-align: right;
}
.teiki_s .change_btn a{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.change_btn_off{
    color: #CCCCCC;
}

.teiki_s_info .text2{
    justify-content:flex-end;
}

@media print, screen and (max-width: 719px) {
    
    .teiki_s_info .text1{
        justify-content:flex-end;
    }

    .teiki_s_info li .left{
        color: #333;
        width: 40%;
        font-weight: 500;
        font-size: 15px;
    }

    .teiki_s_info li .right{
        width: 60%;
        color: #4C4C4C;
        font-weight: 500;
        font-size: 15px;
        text-align: right;
    }
    .customer_edit_info li{
        display: block;
    }
}

.credit_top_text{
    font-size: 12px;
    font-weight: 500;
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 40px;
}

.credit_top_text span{
    color: #EB0303;
}

.credit_top_text a{
    color: #EB6E66;
    text-decoration: underline;
}

.credit .p-card__text{
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding-left:1em;
    text-indent:-1em;
}

.no_credit_text{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 40px;
}

.subs_orders_edit .quantity_change{
    font-size: 12px;
    margin-bottom: 16px;
}

.subs_orders_edit .confirmed{
    font-size:12px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #EB0303;
}

.subs_orders_edit .p-subscription_edit__block__lead{
    font-size: 12px;
    text-align: center;
    margin-bottom: 16px;
}

.subs_orders_edit .c-form_table__notes{
    font-size: 12px;
}

.p-subscription_edit__block__lead{
    font-weight: 500;
}

.p-subscription_edit__block__lead a{
    color: #EB6E66;
}

 .cart_btn3{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background-color: #D6D6D6;
    border-radius: 40px;
    text-align: center;
    max-width: 496px;
    margin: 10px auto 0 auto;
 }
 
 .cart_btn2 button{
     width: 100%;
     font-size: 15px;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #EB6E66;
    border-radius: 8px;
    text-align: center;
    max-width: 496px;
    margin: 40px auto;
}

.product_tab_contents{
		font-size: 15px;
        max-width: 960px;
        margin: 0 auto 0 auto;
}

.product_tab_contents ul {
	width: 100%;
	height: auto;
    margin-bottom: 1em;
}
.product_tab_contents ul > li {
	width: 100%;
	height: auto;
	padding: 0 0 0 23px;
	position: relative;
}
.product_tab_contents ul > li::before {
	content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 9999px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: #333;
}
.product_tab_contents li > ul {
	width: 100%;
	height: auto;
}
.product_tab_contents li > ul > li {
	width: 100%;
	height: auto;
	padding: 0 0 0 23px;
	position: relative;
    margin-top: 8px;
}
.product_tab_contents li > ul > li::before {
	content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 9999px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: #fff;
    border: 1px solid #333;
}

.credit_edit .p-account__inner__content__form{
    margin-top: 30px;
}

.credit_edit .hs_text{
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
}

.credit_edit #view-input-card-cvv p.u-text--body{
    margin-top: 16px;
    font-size: 12px !important;
}

.credit_edit .p-account__inner__content__form__bottom{
    margin-top: 16px;
}

.p-shipping_address_table2{
  --table-head-width: initial;
  --table-data-width: initial;
  --table-data-gap: initial;
}

.p-shipping_address_table2 tr{
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.p-shipping_address_table2 td{
    padding:0px !important;
}

.p-shipping_address_table2 select{
    margin-bottom:16px;
}

.subs_orders_edit .p-account__inner__content__form__bottom{
    margin-top:16px;
}


@media print, screen and (max-width: 1099px) {
     .cart_btn2 button{
    margin: 32px auto;
}
}
@media print, screen and (min-width: 720px) {
    .mypage table.p-shipping_address_table2 th{
        padding:0px !important;
    }
}

@media print, screen and (min-width: 720px) {
    .p-account__inner__content__form {
        margin-top:16px !important;
    }
    
    .mypage .c-h2title.title2{
        margin-bottom:24px;
    }
}

@media print, screen and (max-width: 719px) {
    .p-account__inner__content__form {
        margin-top:16px !important;
    }
}

  .subs_orders_edit .point_use_text{
      font-size: 12px;
      font-weight: 500;
  }

  .subs_orders_edit .use_point_box{
      padding: 8px;
      background-color: #FFF;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 8px;
  }
  
.pay_msg_box{
    font-size: 12px;
}

.pay_msg_box .law_info_list .li{
    padding-left:1em;
    text-indent:-1em;
}

.pay_msg_box .law_info_list .li .ul .li{
    padding-left:1em;
    text-indent:-1em;
}
#coupon-view {
    border-top-style: none!important;
}
.coupon_table tr {
    display: flex;
    flex-direction: column;
    gap: var(--table-data-gap);
}
.coupon_table th {
    padding: 0;
}
.coupon_table td.u-text--body {
    padding: 0!important;
    margin-bottom: 16px;
}
#delivery_number {
    padding-top: 40px;
}
.line_new_ec {
    width: auto;
}
.line_new_ec .button-container .btn-line {
    height: 56px;
    width: 280px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon3_right.svg) no-repeat;
    background-position: top 50% right 15px;
    background-color: #06C755;
    display: flex;
    align-items: center;
}
.line_text {
    color: #858585;
    font-size: 12px;
    margin-bottom: 24px;
    font-weight: 500;
}
#scheduled-to-be-delivered-view th,#scheduled-to-be-delivered-view td {
    padding: 0;
}
#scheduled-to-be-delivered-view tr {
    display: flex;
    flex-direction: column;
}
#scheduled-to-be-delivered-view .c-form_table__notes {
    margin: 0 0 16px;
}
.sa-save {
    text-align: center;
    margin: 48px 0 0;
}
.modalBackdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  font-family: "Noto Sans JP" !important;
}

.p-mypage__modal.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  box-sizing: border-box;
}

.p-mypage__modal__heading {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: #EB0303;
  margin: 0 0 16px 0;
  font-family: "Noto Sans JP" !important;
}

.p-mypage__modal__text {
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 24px 0;
}

.p-mypage__modal__text span {
  font-weight: bold;
  color: #EB0303;
}

.p-mypage__modal__close-btn {
  display: block;
  background: url(https://d2w53g1q050m78.cloudfront.net/mioatsjp/uploads/common/img/icon1_left.svg) no-repeat;
  background-size: 24px;
  background-position: top 50% left 13px;
  display: block;
  line-height: 1em;
  width: 280px;
  height: 56px;
  margin: 0 auto 0 auto;
  border: 2px solid #EB6E66;
  color: #EB6E66;
  padding: 13px 0 13px 20px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
  text-align: center;
  display: flex
;
    align-items: center;
    justify-content: center;
}
.sn__contents_txt {
  font-size:12px;
  margin-bottom: 24px;
}
.sn__contents_txt a {
  color: #EB6E66;
  text-decoration: underline;
}