/* 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: rgba(0, 148, 67, 0.14) !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.alert-success{
    padding: 0px !important;
}

.u-color__text--alert{
    color: #B42318;
}

.u-margin__top--50{
    margin-top: 50px;
}

.u-margin__top--60{
    margin-top: 30px;
}

.u-margin__bottom--100{
	margin-bottom: 50px;
}

.u-text--head{
    font-size: 28px !important;
    font-family: "Noto Sans JP" !important;
    font-weight: 500;
    color: #111 !important;
}
.p-page_header__inner .en{
    font-size: 20px;
    text-align: center;
    color: #034E43;
    font-weight: 400;
    font-family: "Balthazar";
    font-style: normal;
}

.top_text{
    font-size: 13px;
    color: #111;
    font-weight: 500 !important;
}

.u-text--body pre, pre.u-text--body {
    font-family: "Noto Sans JP" !important;
    color: #111;
    font-size: 15px;
    font-weight: 400 !important;
}    

.p-page_content__inner{
    max-width: 960px;
}

.p-news__inner{
    max-width: 960px;
}

h2.u-text--subhead{
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 500;
    color: #111 !important;
    font-family: "Noto Sans JP" !important;
    padding: 20px;
    background-color: #FFFCDE;
    border-radius: 10px;
    border: 1px solid #FFF479;
    position: relative;
    line-height: 1.4em;
}

h2.u-text--subhead::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0px;
    width: 5px;
    background-color: #008A0E;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

h3.u-text--subhead{
    font-family: "Noto Sans JP" !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 1em;
    color: #111111 !important;
}

.u-text--body{
    font-family: "Noto Sans JP" !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}   

@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: 700;
    color: #111 !important;
    background-color: #FFFCDE;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 15px !important;
}

#tokutei tr{
    border: none !important;
}

#tokutei td.u-text--body{
    font-family: "Noto Sans JP" !important;
    font-weight: 400 !important;
    color: #111 !important;
    border-bottom: 1px dashed #e6e6e6;
    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 #e6e6e6;
      border-radius: 10px;
      border-collapse: separate;
    }
    
    #tokutei table tr:nth-child(1) th{
        border-top-left-radius: 10px;
    }
    
    #tokutei table tr:last-child th{
        border-bottom-left-radius: 10px;
    }
    
    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) {
    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/nomudakejp/uploads/common/img/icon1_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #FFFCDE;
    border: 1px solid #FFF479;
    border-radius: 10px;
    margin-bottom: 20px;
}

.news_box.detail{
    padding: 25px 60px 25px 25px;
    background: none;
    background-color: #FFFCDE;
}

.news_box a{
    display: block;
    padding: 25px 60px 25px 25px;
}

.news_box a:hover{
    transition: 0.2s ease-in-out;
    opacity: 0.7;
}

.news_box .news_box_top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.news_box .news_box_top .category{
    line-height: 1em;
    background-color: #008A0E;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;
}

.p-news__inner__list .news_box:last-child{
    margin-bottom: 0px;
}

.p-column_header__panel{
    margin-bottom: 20px;
}

@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;
    }
}

.c-pagination__list__item__prev{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon2_right.svg);
    width: 48px;
    height: 48px;
    margin-top: -3px;
    margin-right: 10px;
}

.c-pagination__list__item__next{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon2_right.svg);
    width: 48px;
    height: 48px;
    margin-top: -3px;
    margin-left: 10px;
}

.c-pagination__list{
    border: none !important;
    font-weight: 700;
}

.c-pagination__list__item.is-active:after{
    border: none !important;
}

.c-pagination ul li a.c-pagination__list__item__page{
    color: #008A0E;
}

.c-pagination ul li span.c-pagination__list__item__page{
    color: #03362E;
    background-color: #FFFCDE;
    border-radius: 50%; 
    opacity: 1 !important;
}

.u-margin__top--50{
    margin-top: 50px;
}

.u-color__btn--bg{
    background-color: #fff !important;
    color: #111 !important;
    font-weight: 500 !important;
    border-radius: 10px;
    border: 2px solid #111 !important;
}

.is-inactive{
    opacity: 0 !important;
    pointer-events:none;
}

.article_btn_link{
    max-width: 1040px;
    margin: 50px auto 50px auto;
}

@media print, screen and (min-width: 720px) {
    .article_btn_link a{
        display: block;
        width: 32% !important;
    }
    
    .article_btn_link_inner {
        display: flex;
        justify-content: center;
        margin: 0 40px 0 40px;
        flex-wrap: wrap;
    }
}

@media print, screen and (max-width: 719px) {
    .article_btn_link a{
        display: block;
        width: 165px !important;
        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;
    }

    .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/nomudakejp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px left 13px;
    display: block;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
    text-align: center
}

.article_back{
    display: block;
    margin: 0 auto 0 auto;
    background-color: #008A0E;
    padding: 13px 0 13px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    text-align: center
}

.article_next{
    display: block;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon1_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px right 13px;
    display: block;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 20px 13px 0px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
    text-align: center
}



.c-article_nav__inner__back{
    color: #111 !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 #03362E;
	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: #03362E;
	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: #FFFCDE;
	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: #FFEF3B;
	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: #111;
    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: #FFFCDE;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0em;
	text-align: left;
	color: #111;
}
.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: #111;
}
.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 {
	width: 100%;
	height: auto;
	padding: 16px 16px 15px;
	margin: 0 auto 16px;
	border-radius: 10px 10px 0 0;
	background-color: #FFFCDE;
	border-bottom: solid 1px #FFEF3B;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #111111;
}
.information_details__contents h3 {
	width: 100%;
	height: auto;
	padding: 16px;
	margin: 0 auto 16px;
	border-radius: 8px;
	background-color: #FFEF3B;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #111111;
}
.information_details__contents h4 {
	width: 100%;
	height: auto;
	padding: 8px 8px 7px;
	margin: 0 auto 16px;
	border-bottom: solid 1px #FFF479	;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #111111;
}
.information_details__contents h5 {
	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: #111111;
}
	
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 #FFF479;
}

.hr2{
    border: none;
    height: 0;
    margin: 0;
    border-top: 1px solid #FFF479;
}

.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,
    #FFF479,
    #FFF479 6px,
    transparent 6px,
    transparent 10px
  );
}

.breadcrumbs{
    margin: 0 16px 0 16px;
    color: #111111;
    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/nomudakejp/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/nomudakejp/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: 2px solid #008A0E;
        padding: 7px 20px 10px 20px;
        font-weight: 500;
        color: #008A0E;
        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: 2px solid #008A0E;
        padding: 7px 20px 10px 20px;
        font-weight: 500;
        color: #008A0E;
        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: #008A0E;
    color: #fff;
}

.p-faq__inner__list2 h2{
    font-weight: 500 !important;
    font-family: "Noto Sans JP" !important;
    font-size: 20px;
    text-align: center;
    color:#111111;
    margin-bottom: 1em;
}

#contacts-form-view .faq_link a{
    display: block;
    width: 270px;
    margin: 30px auto -20px auto;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon2_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 12px right 13px;
    background-color: #FFEF3B;
    color: #03362E;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px 13px 0;
    border: 2px solid #fff;
    border-radius: 100px;
    filter: drop-shadow(0 0 0.2rem #FFEF3B);
}

#contacts-form-view .msg1{
    font-size: 15px;
    font-weight: 500;
}

@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/nomudakejp/uploads/common/img/icon3_right.svg) no-repeat;
    background-size: 24px;
    background-position: top 11px right 13px;
    background-color: #008A0E;
    width: 240px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
}

#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{
        display: flex;
        flex-direction: row-reverse;
        width: 500px;
        margin: 30px auto 0 auto;
    }

    #confirm_inquiry .p-account_form__inner__bottom .contact_back{
        margin-top: 0;
    }

    #contacts-form-view .u-text--input{
        font-size: 15px !important;
        color: #111 !important;
    }
    
    .confirm_ac{
        margin-bottom: 48px;
    }
}

::placeholder {
  color: #B3B3B3;
  font-weight: 500;
  font-size: 15px;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #B3B3B3;
  font-weight: 500;
  font-size: 15px;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #B3B3B3;
  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;
    border-bottom: 1px dashed #E6E6E6 !important;
}

@media print, screen and (min-width: 720px) {
    #confirm_inquiry .table1 ul li.noflex{
        display: flex;
        padding: 15px;
        border-bottom: 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;
        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{
    -webkit-flex: 1;
    flex: 1;
    word-break: break-all;
    overflow-wrap: break-word;
}

#confirm_inquiry .contact_submit{
    display: block;
    margin: 0 auto 0 auto;
    background-color: #008A0E;
    width: 240px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
}

#confirm_inquiry .contact_back{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px left 13px;
    display: block;
    margin: 10px auto 0 auto;
    width: 240px;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
}

#comp_inquiry .contact_back2{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/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: 240px;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 20px 13px 0px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius: 100px;
}

@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: 40px;
}

.ac-header {
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  background-color: #FFFCDE;
  padding: 15px 45px 15px 20px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 10px;
}

.ac-icon{
    content: '';
    width: 30px;
    height: 30px;
    background-color: #03362E;
    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: #008A0E;
  font-size: 17px;
}

.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: #008A0E;
  position: absolute;
  content:"A.";
  top: -3px;
  left: 0;
  font-size: 17px;
}

.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: #03362E;
    color: #fff;
    position: relative;
    z-index: 1;

}

#toppage_text a{
    text-decoration: underline;
}

#top_main{
    position: relative;
}

#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: 24px; */
        font-size: 2.0vw;
        font-weight: 400;
        font-family: "Balthazar";
        color: #008A0E;
    }

    .scroll_movie::before {
        animation: scroll 2s infinite;
        background-color: #008A0E;
        bottom: -9.5vw;
        content: "";
        height: 8vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 2;
    }

    .scroll_movie::after {
        background-color: #ccc;
        bottom: -9.5vw;
        content: "";
        height: 8vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
    }
}

@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: 240px;
        height: 56px;
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
        color: #fff;
        background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
        background-position: top 50% right 15px;
        background-color: #008A0E;
        padding: 0px 16px 0px 16px;
        line-height: 52px;
        border-radius: 100px;
        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: "Balthazar";
        color: #008A0E;
    }

    .scroll_movie::before {
        animation: scroll 2s infinite;
        background-color: #008A0E;
        bottom: -11.5vw;
        content: "";
        height: 10vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
        z-index: 2;
    }

    .scroll_movie::after {
        background-color: #ccc;
        bottom: -11.5vw;
        content: "";
        height: 10vw;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 1px;
    }
}

@media print, screen and (min-width: 1150px) {
    #toppage #sec1{
        background-color: #fff;
        padding: 96px 0 96px 0;
    }

    #toppage #sec1 .inner{
        display: flex;
        flex-direction : row-reverse;
        align-items: center;
        width: 1040px;
        margin: 0 auto 0 auto;
        position: relative;
    }

    #toppage #sec1 .inner .japan{
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #03362E;
        border-radius: 50%;
        text-align: center;
        width: 70px;
        height: 70px;
    }

    #toppage #sec1 .inner .japan .text1{
        padding-top: 22px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1em;
        color: #03362E;
    }

    #toppage #sec1 .inner .japan .text2{
        line-height: 1em;
        font-size: 10px;
        color: #03362E;
    }

    #toppage #sec1 .inner .left{
        width: 438px;
        margin-right: 80px;
    }

    #toppage #sec1 .inner .right{
        -webkit-flex: 1;
        flex: 1;
        color: #03362E;
    }

    #toppage #sec1 .inner .right .text1{
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        font-style: normal;
    }

    #toppage #sec1 .inner .right h2{
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 24px;
        font-family: "Noto Sans JP" !important;
    }

    #toppage #sec1 .inner .right .text2{
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 24px;
        line-height: 1.75em;
    }

    #toppage #sec1 .inner .right .img{
        width: 400px;
        margin-bottom: 24px;
    }

    #toppage #sec1 .inner .right ul.text3 li{
        line-height: 1.4em;
        margin-bottom: 5px;
        padding-left:2em;
        text-indent:-2em;
        font-size: 12px !important;
    }
}

@media print, screen and (max-width: 1149px) {
    #toppage #sec1{
        background-color: #fff;
        padding: 64px 0 64px 0;
    }

    #toppage #sec1 .inner{
        max-width: 700px;
        margin: 0 auto 0 auto;
        position: relative;
    }

    #toppage #sec1 .inner .japan{
        position: absolute;
        top: -30px;
        right: 16px;
        border: 1px solid #03362E;
        border-radius: 50%;
        text-align: center;
        width: 70px;
        height: 70px;
    }

    #toppage #sec1 .inner .japan .text1{
        padding-top: 22px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1em;
        color: #03362E;
    }

    #toppage #sec1 .inner .japan .text2{
        line-height: 1em;
        font-size: 10px;
        color: #03362E;
    }
    
    #toppage #sec1 .inner .right{
        color: #03362E;
        margin: 0 16px 0 16px;
        margin-bottom: 64px;
    }

    #toppage #sec1 .inner .right .text1{
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        font-style: normal;
    }

    #toppage #sec1 .inner .right h2{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 24px;
        font-family: "Noto Sans JP" !important;
    }

    #toppage #sec1 .inner .right .text2{
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 24px;
        line-height: 1.75em;
    }

    #toppage #sec1 .inner .right .img{
        max-width: 400px;
        margin: 0 auto 24px auto;
    }

    #toppage #sec1 .inner .right ul.text3 li{
        line-height: 1.4em;
        margin-bottom: 5px;
        padding-left:2em;
        text-indent:-2em;
        font-size: 8px !important;
    }
}

@media print, screen and (max-width: 700px) {
    #toppage #sec1{
        padding-bottom: 0px;
    }
}

@media print, screen and (min-width: 980px) {
    #toppage #sec2{
        padding: 96px 0 96px 0;
    }

    #toppage #sec2 .inner{
        display: flex;
        align-items: center;
        border-radius: 8px;
        width: 900px;
        margin: 0 auto 0 auto;
        background-color: #fff;
        padding: 56px;
        filter: drop-shadow(2px 2px 10px #BAEBA9);
    }

    #toppage #sec2 .inner .japan .text2{
        line-height: 1em;
        font-size: 10px;
        color: #03362E;
    }

    #toppage #sec2 .inner .left{
        width: 370px;
        margin-right: 35px;
    }

    #toppage #sec2 .inner .right{
        -webkit-flex: 1;
        flex: 1;
        color: #03362E;
    }

    #toppage #sec2 .text1{
        text-align: center;
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        font-style: normal;
    }

    #toppage #sec2 .text2{
        text-align: center;
        margin-bottom: 10px;
    }

    #toppage #sec2 .text2 div{
        display: inline-block;
        text-align: center;
        font-size: 14px;
        border: 1px solid #03362E;
        padding: 5px 20px 5px 20px;
        font-weight: 400;
    }

    #toppage #sec2 .inner .right h2{
        font-weight: 700;
        text-align: center;
        font-size: 32px;
        margin-bottom: 10px;
        font-family: "Noto Sans JP" !important;
    }

    #toppage #sec2 .text3{
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.75em;
    }

    #toppage #sec2 .text4{
        text-align: center;
        margin-bottom: 24px;
    }

    #toppage #sec2 .text4 span.span1{
        font-size: 48px;
        font-weight: 600;
        font-family: "Jost", sans-serif;
    }

    #toppage #sec2 .text4 span.span2{
        font-size: 24px;
        font-weight: 500;
    }

    #toppage #sec2 .text4 span.span3{
        font-size: 15px;
        font-weight: 500;
    }

    #toppage #sec2 .text4 span.span4{
        font-size: 15px;
        font-weight: 400;
    }
    
    #toppage #sec2 .sp_only{
        display: none;
    }

    .top_btn1 a{
        display: inline-block;
        text-align: center;
        margin-bottom: 24px;
        color: #fff;
        background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
        background-position: top 50% right 20px;
        background-color: #008A0E;
        width: 300px;
        height: 56px;
        line-height: 52px;
        padding: 0 16px 0 16px;
        border-radius: 100px;
        font-weight: 700;
    }

    .top_btn1 a:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.7;
    }

    .top_btn1{
        text-align: center;
    }
}

@media print, screen and (max-width: 979px) {
    #toppage #sec2{
        padding: 64px 16px 64px 16px;
    }

    #toppage #sec2 .inner{
        max-width:700px; 
        border-radius: 8px;
        margin: 0 auto 0 auto;
        background-color: #fff;
        padding: 40px 24px 40px 24px;
        filter: drop-shadow(2px 2px 10px #BAEBA9);
    }

    #toppage #sec2 .inner .japan .text2{
        line-height: 1em;
        font-size: 10px;
        color: #03362E;
    }

    #toppage #sec2 .inner .left{
        max-width: 370px;
        margin: 0 auto 24px auto;
    }

    #toppage #sec2 .inner .right{
        -webkit-flex: 1;
        flex: 1;
        color: #03362E;
    }

    #toppage #sec2 .text1{
        text-align: center;
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        font-style: normal;
    }

    #toppage #sec2 .text2{
        text-align: center;
        margin-bottom: 10px;
    }

    #toppage #sec2 .text2 div{
        display: inline-block;
        text-align: center;
        font-size: 14px;
        border: 1px solid #03362E;
        padding: 5px 20px 5px 20px;
        font-weight: 400;
    }

    #toppage #sec2 .inner .right h2{
        font-weight: 700;
        text-align: center;
        font-size: 32px;
        margin-bottom: 10px;
        font-family: "Noto Sans JP" !important;
    }

    #toppage #sec2 .text3{
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.75em;
    }

    #toppage #sec2 .text4{
        text-align: center;
        margin-bottom: 24px;
    }

    #toppage #sec2 .text4 span.span1{
        font-size: 32px;
        font-weight: 600;
        font-family: "Jost", sans-serif;
    }

    #toppage #sec2 .text4 span.span2{
        font-size: 24px;
        font-weight: 500;
    }

    #toppage #sec2 .text4 span.span3{
        font-size: 15px;
        font-weight: 500;
    }

    #toppage #sec2 .text4 span.span4{
        font-size: 15px;
        font-weight: 400;
    }

    .top_btn1 a{
        height: 56px;
        display: inline-block;
        line-height: 52px;
        text-align: center;
        color: #fff;
        background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
        background-position: top 50% right 15px;
        background-color: #008A0E;
        width: 270px;
        padding: 0 12px 0 12px;
        border-radius: 100px;
        font-weight: 700;
    }

    .top_btn1 a:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.7;
    }

    .top_btn1{
        text-align: center;
    }
}

@media print, screen and (min-width: 750px) {
    #toppage #sec3 .sec3_sp{
        display: none;
    }
}

@media print, screen and (max-width: 749px) {
    #toppage #sec3 .sec3_pc{
        display: none;
    }
}

@media print, screen and (min-width: 860px) {
    #toppage #sec4{
        padding: 96px 0 96px 0;
        background-size: cover;
    }

    #toppage #sec4 .inner{
        background-color: rgba(255,255,255,0.5);
        border-radius: 40px;
        border: 2px solid rgba(255,255,255,0.5);
        padding: 96px 0 96px 0;
        position: relative;
        overflow: hidden;
    }

    #toppage #sec4 .inner .left_move_box{
        font-family: "Balthazar";
        font-size: 120px;
        color: #fdfcfa;
        text-align: center;
        line-height: 1em;
        position: absolute;
        top: 0;
    }

    #toppage #sec4 .inner .left_move_box {
      overflow: hidden;
      width: 100%;
      height: 120px;
      line-height: 1em;
      display: flex;
      align-items: center;
    }

    #toppage #sec4 .inner .left_move_track {
      display: flex;
      width: fit-content;
      animation: scrollLoop 30s linear infinite;
    }

    #toppage #sec4 .inner .left_move_set {
      display: flex;
      font-size: 150px;
      white-space: nowrap;
    }

    #toppage #sec4 .inner .content{
        width: 100%;
        margin: 0 auto 0 auto;
    }

    #toppage #sec4 .inner .content .text2{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
        margin: 40px 0 20px 0;
        line-height: 1em;
    }

    #toppage #sec4 .inner .content h2{
        text-align: center;
        font-weight: 700;
        font-family: "Noto Sans JP" !important;
        font-size: 32px !important;
        line-height: 1em;
        color: #03362E;
        margin-bottom: 30px;
    }

    #toppage #sec4 .inner .content .box {
        margin: 0 20px 0 20px;
    }

    #toppage #sec4 .inner .content .box li{
        max-width: 1280px;
        padding: 40px 0 40px 0;
        border-top: 1px solid #5B928A;
        margin: 0 auto 0 auto;
    }

    #toppage #sec4 .inner .content .box li .li_inner{
        width: 734px;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2) .li_inner{
        display: flex;
        flex-direction : row-reverse;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left{
        -webkit-flex: 1;
        flex: 1;
    }

    #toppage #sec4 .inner .content .box li .li_inner .right{
        width: 343px;
        margin-left: 48px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2) .li_inner .right{
        width: 343px;
        margin-left: 0px;
        margin-right: 48px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left .img{
        margin-bottom: 16px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(1) .li_inner .left .img{
        width: 60px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2) .li_inner .left .img{
        width: 48px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(3) .li_inner .left .img{
        width: 65px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left h3{
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        font-size: 24px !important;
        color: #03362E;
        margin-bottom: 16px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left .left_text{
        color: #111;
        line-height: 1.75em;
    }
}

@media print, screen and (max-width: 859px) {
    #toppage #sec4{
        padding: 64px 0 64px 0;
        background-size: cover;
    }

    #toppage #sec4 .inner{
        background-color: rgba(255,255,255,0.5);
        border-radius: 40px;
        border: 2px solid rgba(255,255,255,0.5);
        padding: 64px 0 64px 0;
        position: relative;
        overflow: hidden;
    }

    #toppage #sec4 .inner .left_move_box{
        font-family: "Balthazar";
        font-size: 70px;
        color: #fdfcfa;
        text-align: center;
        line-height: 1em;
        position: absolute;
        top: 0;
    }

    #toppage #sec4 .inner .left_move_box {
      overflow: hidden;
      width: 100%;
      height: 70px;
      line-height: 1em;
      display: flex;
      align-items: center;
    }

    #toppage #sec4 .inner .left_move_track {
      display: flex;
      width: fit-content;
      animation: scrollLoop 30s linear infinite;
    }

    #toppage #sec4 .inner .left_move_set {
      display: flex;
      font-size: 70px;
      white-space: nowrap;
    }

    #toppage #sec4 .inner .content{
        max-width: 640px;
        margin: 0 auto 0 auto;
    }

    #toppage #sec4 .inner .content .text2{
        text-align: left;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
        margin: 40px 16px 20px 16px;
        line-height: 1em;
    }

    #toppage #sec4 .inner .content h2{
        text-align: left;
        margin: 0 16px 24px 16px;
        font-weight: 700;
        font-family: "Noto Sans JP" !important;
        font-size: 20px !important;
        line-height: 1em;
        color: #03362E;
    }

    #toppage #sec4 .inner .content .box {
        margin: 0 20px 0 20px;
    }

    #toppage #sec4 .inner .content .box li{
        max-width: 1280px;
        padding: 40px 0 40px 0;
        border-top: 1px solid #5B928A;
        margin: 0 auto 0 auto;
    }
    
    #toppage #sec4 .inner .content .box li:last-child{
        padding-bottom: 0;
    }
    
    #toppage #sec4 .inner .content .box li .li_inner .left{
        margin-bottom: 16px;
    }
    
    #toppage #sec4 .inner .content .box li .li_inner .left .left_top{
        display: flex;
        align-items: center;
    }
    
    #toppage #sec4 .inner .content .box li .li_inner .left .left_top .img{
        margin-right: 16px;
    }
    
    #toppage #sec4 .inner .content .box li .li_inner .left .img{
        margin-bottom: 16px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(1) .li_inner .left .img{
        width: 60px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(2) .li_inner .left .img{
        width: 48px;
    }

    #toppage #sec4 .inner .content .box li:nth-child(3) .li_inner .left .img{
        width: 65px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left h3{
        font-weight: 500;
        font-family: "Noto Sans JP" !important;
        font-size: 20px !important;
        color: #03362E;
        margin-bottom: 16px;
    }

    #toppage #sec4 .inner .content .box li .li_inner .left .left_text{
        color: #111;
        font-size: 15px;
        line-height: 1.75em;
    }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 860px) {
    #toppage #sec5{
        background-color: #fff;
        padding: 96px 0 96px 0;
    }

    #toppage #sec5 .text1{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
    }

    #toppage #sec5 h2{
        font-size: 32px !important;
        font-family: "Noto Sans JP" !important;
        font-weight: 500;
        text-align: center;
        margin-bottom: 40px;
        color: #03362E;
    }

    #toppage #sec5 .inner{
        max-width: 1280px;
        margin: 0 auto 0 auto;
    }

    #toppage #sec5 ul{
        display: flex;
        margin: 0 16px 30px 16px;
        flex-wrap: wrap;
    }

    #toppage #sec5 ul li{
        width: 24%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    #toppage #sec5 ul li a:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.7;
    }

    #toppage #sec5 ul li:nth-child(4n){
        margin-right: 0;
    }
}

@media print, screen and (max-width: 859px) {
    #toppage #sec5{
        background-color: #fff;
        padding: 64px 0 64px 0;
    }

    #toppage #sec5 .text1{
        text-align: left;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
        margin: 0 16px 0 16px;
    }

    #toppage #sec5 h2{
        font-size: 20px !important;
        font-family: "Noto Sans JP" !important;
        font-weight: 500;
        text-align: left;
        margin: 0 16px 24px 16px;
        color: #03362E;
    }

    #toppage #sec5 .inner{
        max-width: 1280px;
        margin: 0 auto 0 auto;
    }

    #toppage #sec5 ul{
        display: flex;
        margin: 0 16px 30px 16px;
        flex-wrap: wrap;
    }

    #toppage #sec5 ul li{
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%;
    }

    #toppage #sec5 ul li a:hover{
        transition: 0.2s ease-in-out;
        opacity: 0.7;
    }

    #toppage #sec5 ul li:nth-child(2n){
        margin-right: 0px;
    }
}

@media print, screen and (min-width: 860px) {
    #toppage #sec6{
        padding: 96px 16px 96px 16px;
    }

    #toppage #sec6 .text1{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
    }

    #toppage #sec6 h2{
        font-size: 32px !important;
        font-family: "Noto Sans JP" !important;
        font-weight: 500;
        text-align: center;
        margin-bottom: 40px;
        color: #03362E;
    }

    #toppage #sec6 .inner{
        border-radius: 16px;
        max-width: 928px;
        margin: 0 auto 0 auto;
        background-color:#fbfdfd;
        padding: 64px;
        filter: drop-shadow(2px 2px 10px #BAEBA9);
    }

    #toppage #sec6 .inner ul{
        margin-bottom: 40px;
    }

    #toppage #sec6 .inner ul li a{
        display: block;
    }

    #toppage #sec6 .inner ul li a:hover{
        transition: 0.2s ease-in-out;
        background-color:#FFFCDE;
    }

    #toppage #sec6 .inner ul li:nth-child(1){
        border-top: 2px solid #CCCCCC;
    }

    #toppage #sec6 .inner ul li{
        border-bottom: 2px solid #CCCCCC;
    }

    #toppage #sec6 .inner ul li a{
        display: flex;
        background-color: #fff;
        padding: 40px;
    }
    
    #toppage #sec6 .inner ul li a .top{
        display: flex;
    }

    #toppage #sec6 .inner ul li .category{
        width: 100px;
        height: 22px;
        color: #fff;
        background-color: #008A0E;
        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 #sec6 .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 #sec6 .inner ul li .text{
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.75em;
    }
}

@media print, screen and (max-width: 859px) {
    #toppage #sec6{
        padding: 64px 16px 64px 16px;
    }

    #toppage #sec6 .text1{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        color: #03362E;
    }

    #toppage #sec6 h2{
        font-size: 20px !important;
        font-family: "Noto Sans JP" !important;
        font-weight: 500;
        text-align: center;
        margin-bottom: 32px;
        color: #03362E;
    }

    #toppage #sec6 .inner{
        border-radius: 16px;
        max-width: 928px;
        margin: 0 auto 0 auto;
        background-color:#fbfdfd;
        padding: 48px 24px 48px 24px;
        filter: drop-shadow(2px 2px 10px #BAEBA9);
    }

    #toppage #sec6 .inner ul{
        margin-bottom: 32px;
    }

    #toppage #sec6 .inner ul li a{
        display: block;
    }

    #toppage #sec6 .inner ul li a:hover{
        transition: 0.2s ease-in-out;
        background-color:#FFFCDE;
    }

    #toppage #sec6 .inner ul li:nth-child(1){
        border-top: 2px solid #CCCCCC;
    }

    #toppage #sec6 .inner ul li{
        border-bottom: 2px solid #CCCCCC;
    }
    
    #toppage #sec6 .inner ul li a .top{
        display: flex;
        margin-bottom: 5px;
    }

    #toppage #sec6 .inner ul li a{
        background-color: #fff;
        padding: 24px;
    }

    #toppage #sec6 .inner ul li .category{
        width: 100px;
        height: 22px;
        color: #fff;
        background-color: #008A0E;
        font-weight: 500;
        text-align: center;
        line-height: 1em;
        font-size: 12px;
        padding: 4px 0 4px 0;
        margin-top: 5px;
        margin-right: 8px;
        border-radius: 4px;
    }

    #toppage #sec6 .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 #sec6 .inner ul li .text{
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.75em;
        font-size: 15px;
    }
}

@media print, screen and (min-width: 960px) {
    #toppage #sec7{
        background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/top/img/sec7_back.webp) no-repeat;
        background-size: 100% auto;
        background-color: #fff;
        padding: 96px 30px 96px 30px;
        overflow: hidden;
    }

    #toppage #sec7 .inner{
        max-width: 1100px;
        margin: 0 auto 0 auto;
        display: flex;
        position: relative;
    }

    #toppage #sec7 .img1{
        position: absolute;
        top: -180px;
        left: -230px;
        width: 316px;
    }

    #toppage #sec7 .img2{
        position: absolute;
        top: 0px;
        right: -150px;
        width: 316px;
    }

    #toppage #sec7 .img3{
        position: absolute;
        z-index: 0;
        bottom: -40px;
        right: 230px;
        width: 316px;
    }

    #toppage #sec7 .inner .left{
        margin-right: 50px;
        width: 420px;
    }

    #toppage #sec7 .inner .right{
        -webkit-flex: 1;
        flex: 1;
        position: relative;
        z-index: 1;
    }

    #toppage #sec7 .inner .left .left_top .text1{
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        margin-bottom: 24px;
    }

    #toppage #sec7 .inner .left .left_top h2{
        font-weight: 700;
        font-size: 32px;
        font-family: "Noto Sans JP" !important;
        color: #03362E;
        margin-bottom: 24px;
        line-height: 1.75em;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom1{
        font-weight: 400;
        color: #111;
        margin-bottom: 56px;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom1 p{
        margin-bottom: 25px;
        line-height: 28px;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2{
        padding: 56px;
        width: 100%;
        writing-mode: vertical-rl;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        filter: drop-shadow(0 0 0.2rem #BAEBA9);
        border-radius: 16px;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2 ul li{
        margin-left: 30px;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        color: #03362E;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2 ul li:last-child{
        margin-left: 0px;
    }
    
    #toppage #sec7 .inner .sp_img{
        display: none;
    }
}

@media print, screen and (max-width: 959px) {
    #toppage #sec7{
        background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/top/img/sec7_back.webp) no-repeat;
        background-size: 100% auto;
        background-color: #fff;
        padding: 96px 30px 96px 30px;
        overflow: hidden;
    }

    #toppage #sec7 .inner{
        max-width: 1100px;
        margin: 0 auto 0 auto;
        position: relative;
    }

    #toppage #sec7 .inner .left_top{
        text-align: center;
    }

    #toppage #sec7 .inner .right{
        display: none;
    }

    #toppage #sec7 .inner .left .left_top .text1{
        font-size: 24px;
        font-weight: 400;
        font-family: "Balthazar";
        margin-bottom: 24px;
    }

    #toppage #sec7 .inner .left .left_top h2{
        font-weight: 700;
        font-size: 24px;
        font-family: "Noto Sans JP" !important;
        color: #03362E;
        margin-bottom: 40px;
        line-height: 1.75em;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom1{
        font-weight: 400;
        color: #111;
        margin-bottom: 56px;
        max-width: 450px;
        margin: 0 auto 30px auto;
    }
    
    #toppage #sec7 .inner .sp_img{
        max-width: 700px;
        margin: 0 auto 0 auto;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom1 p{
        margin-bottom: 25px;
        line-height: 28px;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2{
        padding: 56px;
        width: 300px;
        margin: 0 auto 0 auto;
        writing-mode: vertical-rl;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #fff;
        filter: drop-shadow(0 0 0.2rem #BAEBA9);
        border-radius: 16px;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2 ul li{
        margin-left: 30px;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        color: #03362E;
    }

    #toppage #sec7 .inner .left .left_bottom .left_bottom2 ul li:last-child{
        margin-left: 0px;
    }
}

@media print, screen and (max-width: 959px) and (min-width: 700px){
    #toppage #sec7 .img1{
        position: absolute;
        top: -50px;
        left: -230px;
        width: 316px;
    }

    #toppage #sec7 .img2{
        position: absolute;
        top: 160px;
        right: -150px;
        width: 316px;
    }

    #toppage #sec7 .img3{
        position: absolute;
        z-index: 0;
        top: 980px;
        left: 0px;
        width: 316px;
    }
}

@media print, screen and (max-width: 699px) {
    #toppage #sec7 .img1{
        position: absolute;
        top: -10vw;
        left: -70px;
        width: 30vw;
    }

    #toppage #sec7 .img2{
        position: absolute;
        top: 10%;
        right: -60px;
        width: 40vw;
    }

    #toppage #sec7 .img3{
        position: absolute;
        z-index: 0;
        top: 137vw;
        left: -100px;
        width: 250px;
    }
}


#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: 24px;
  top: 0;
}
.product_slider .next-arrow {
  right: 25px;
  width: 24px;
  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: #008A0E;
}

.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: #008A0E;
}

@media print, screen and (max-width: 1339px) {
    .product_slider .slide-navigation {
      margin-top: -28px;
    }
    
    .slide-dots {
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

/* 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: #111 !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: "Jost", sans-serif;
    color: #111;
}

.cartpage .c-cart_item__action__price .span2{
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.cartpage .c-cart_item__action__price .span3{
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

@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: 24px;
    }

    .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 24px 16px;
    background-color: #FFFCDE;
    margin-bottom: 48px;
}

@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: #111;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #B3B3B3;
    text-align: left;
}

.cartpage .cart_right_box1{
    font-weight: 500;
    color: #111;
    display: flex;
    margin-bottom: 24px;
}

.cartpage .total_discount_price{
    color: #B42318;
}

.cartpage .cart_right_box1.box_total{
    border-top: 1px dashed #B3B3B3;
    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: "Jost", sans-serif;
}

.cartpage .cart_right_box_top .buy_btn a{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #008A0E;
    border-radius: 40px;
    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 dashed #B3B3B3 !important;
}

.cartpage .cart_ac_box{
    border: 1px solid #008A0E;
    border-bottom: none;
}

.cartpage .cart_ac_box:last-child{
    border-bottom: 1px solid #008A0E;
}

.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/nomudakejp/uploads/common/img/cart_ac_icon1.svg) no-repeat;
    background-position: top 0 left 0;
}

.cartpage .ac-header2 .icon2{
    padding-left: 30px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/cart_ac_icon2.svg) no-repeat;
    background-position: top 0 left 0;
}

.cartpage .ac-header2 .icon3{
    padding-left: 30px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/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: #008A0E;
    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:#B3B3B3;
    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){
    width: 190px;
}

.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;
    }
}



@media print, screen and (min-width: 720px) {
    .cartpage .cartpage_top_nav ul{
        margin: 0 auto 0 auto;
        height: 2px;
        background-color: #FFF479;
        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: #FFF479;
        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: #B3B3B3;
}

.cartpage .cartpage_top_nav ul li.active .text{
    color: #111111;
}

.cartpage .cartpage_top_nav ul li .circle{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #B3B3B3;
}

.cartpage .cartpage_top_nav ul li.active .circle{
    background-color: #008A0E;
}

.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:#008A0E;
    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/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
    background-size: 22px;
    background-position: top 13px right 13px;
    display: block;
    margin: 0 auto 0 auto;
    background-color: #008A0E;
    width: 270px;
    padding: 13px 0 13px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
}

.cartpage .cart_back{
    text-align: center;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 13px left 13px;
    display: block;
    margin: 10px auto 0 auto;
    width: 270px;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
}

/* 商品詳細 */

.cart_btn a{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #008A0E;
    border-radius: 40px;
    text-align: center;
    max-width: 496px;
    margin: 10px auto 0 auto;
}

.cart_btn.none a{
    background: none;
    background-color: #B3B3B3 !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 24px 22px 22px;
     }
}

.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 #008A0E;
}

.product_tab_area1 > ul > li{
    height: 48px;
    line-height: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 32%;
    margin-right: 2%;
    display: block;
    border: 1px solid #008A0E;
    background-color: #fff;
    color: #008A0E;
    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: 33%;
        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: #008A0E;
}

.product_tab_area1 > ul > li:hover{
    cursor: pointer;
    color: #fff;
    background-color: #008A0E;
}

.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;
    border: 1px solid #111;
    display: inline-block;
    width: 140px;
    text-align: center;
}

#product-show-view .product_inner .right h1{
    font-size: 32px !important;
    font-family: "Noto Sans JP" !important;
    font-weight: 700;
    color: #111 !important;
    line-height: 1.4em;
    margin-bottom: 16px;
}

#product-show-view .product_inner .right .text2{
    font-weight: 500;
    margin-bottom: 40px;
}

@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: 10px;
        margin-bottom: 30px;
    }
}

.product_tab_area1.ver2 ul li{
    width: 220px;
}

.product_box{
    padding: 24px;
    border: 3px solid #008A0E;
    border-radius: 8px;
}

.product_box .inner{
    display: flex;
    margin-bottom: 16px;
}

.product_box .p_left{
    width: 100px;
    margin-right: 24px;
}

.product_box .p_left img{
    border-radius: 8px;
}

.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 #008A0E;
    max-width: 100px;
    font-weight: 500;
    line-height: 1em;
    padding: 5px 10px 7px 10px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #008A0E;
    border-radius: 100px;
    background-color: #fff;
}

.product_box .p_right .label li.li1{
    background-color: #FFFAC2;
}

.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{
    background-color: #FFFCDE;
    padding: 8px;
    font-size: 11px;
    margin-bottom: 16px;
}

.product_box .p_box1{
    text-align: center;
    color: #111;
    font-weight: 500;
}

.product_box .p_box1 .sp1{
    font-size: 15px;
}

.product_box .p_box1 .sp2{
    text-decoration: line-through;
}

.product_box .p_box1 .sp3{
    font-size: 32px;
    font-weight: 600;
    font-size: 32px;
    font-family: "Jost", sans-serif;
}

.product_box .p_box1 .sp4{
    font-size: 24px;
}

.product_box .p_box1 .sp4{
    font-size: 15px;
}

.product_box .p_box2{
    text-align: center;
    color: #111;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 16px;
}

.product_box .p_box3{
    color: #111;
    font-size: 11px;
    font-weight: 400;
}

.product_box .p_price span:nth-child(1){
    font-weight: 600;
    font-size: 32px;
    font-family: "Jost", sans-serif;
}

.product_box .p_price span:nth-child(2){
    font-weight: 500;
    font-size: 24px;
}

.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: 20px;
    }
    
    .product_box .p_right .label{
        margin-bottom: 3px;
    }

    .product_box .p_right .label li{
        border: 1px solid #008A0E;
        max-width: 80px;
        font-weight: 500;
        line-height: 1.4em;
        padding: 5px 5px 6px 5px;
        text-align: center;
        margin-right: 4px;
        font-size: 10px;
        color: #008A0E;
        border-radius: 100px;
        background-color: #fff;
    }

    .product_box .p_title{
        font-size: 15px;
    }

    .product_box .p_text{
        font-size: 12px;
        margin-bottom: 3px;
        font-weight: 500;
    }

    .product_box .p_left{
        width: 50px;
        margin-right: 16px;
    }
    
    .product_box .p_price{
        line-height: 1em;
    }
    
    .product_box .p_price span:nth-child(1){
        font-size: 28px;
    }

    .product_box .p_price span:nth-child(2){
        font-size: 20px;
    }

    .product_box .p_price span:nth-child(3){
        font-size: 12px;
    }

    .product_inner {
        flex-direction: column;
    }
  
    .left_bottom{
        margin-top: 30px;
    }
}

.confirm_top{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.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_top .left img{
    border-radius: 8px;
}

.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: 16px;
}

.confirm_table ul{
    border-bottom: 1px dashed #B3B3B3;
    margin-bottom: 16px;
}

 .confirm_table ul:last-child{
     margin-bottom: 48px;
     border-bottom: none;
 }

 .confirm_tarm{
     font-size: 12px;
     overflow-y: scroll;
     height: 200px;
     padding: 16px;
     border: 2px solid #008A0E;
     border-radius: 8px;
     margin-bottom: 48px !important;
     scrollbar-color: #008A0E #E6E6E6;
 }
 
@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: #B3B3B3;
}

.cartpage .u-text--input{
    color: #111 !important;
}

.comp_txt_mail{
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.comp_order_number{
    padding: 8px 8px 12px 8px;
    background-color: #FFFCDE;
    color: #03362E;
    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;
}
.mypage h2{
    font-size: 15px !important;
    font-weight: 500;
    font-family: "Noto Sans JP" !important;
    padding-left: 13px;
    position: relative;
    margin-bottom: 16px;
}

.mypage h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #008A0E;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.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: 48px;
    width: 240px;
    background-color: #008A0E;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 40px;
    padding-bottom: 4px;
    margin: 0 auto 16px auto;
}

.mypage .skip_btn{
    display: block;
    line-height: 1em;
    width: 240px;
    height: 48px;
    margin: 0 auto 16px auto;
    border: 2px solid #008A0E;
    color: #008A0E;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
    text-align: center
}

.mypage .p-keepbtn2{
    height: 48px;
    width: 100%;
    background-color: #008A0E;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 40px;
    padding-bottom: 4px;
    margin: 0 auto 16px auto;
}


.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: 48px !important;
    width: 240px !important;
    line-height: 44px;
    background-color: #008A0E;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    border-radius: 40px;
    padding-bottom: 4px;
    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: #008A0E;
    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: #008A0E !important;
    border: none !important;
  }

 .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/nomudakejp/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: #111 !important;
}

.mypage .p-account_form__inner__bottom{
    margin-top: 24px;
}

.mypage .p-account_form__inner__bottom__link{
    text-decoration: none;
    color: #008A0E !important;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 42px;
    border: 2px solid #008A0E;
    font-weight: 700;
    font-size: 15px !important;
    text-align: center;
    border-radius: 100px;
}

.mypage_top_box .information{
    padding: 16px;
    background-color: #FFFCDE;
}

.mypage_top_box .information ul li{
    padding: 16px;
    border-bottom: 1px dashed #E6E6E6;
}

.mypage_top_box .information ul li .date{
    color: #2F2D2D;
    font-weight: 500;
}

.mypage_top_box .information ul li .text a{
    color: #03362E;
    text-decoration: underline;
    font-weight: 500;
}

.mypage_top_box .information .more{
    margin-top: 16px;
    text-align: center;    
}

.mypage_top_box .information .more a{
    color: #03362E;
    text-decoration: underline;
    font-weight: 500;
}

.mypage .logout_btn a{
    display: block;
    height: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    background-position: top 50% right 20px;
    background-color: #008A0E;
    border-radius: 40px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto 16px auto;
}

.mypage .logout_btn a:hover{
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}


@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 #008A0E;
        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) {
    .mypage_top_box ul.customer_info{
    }

    .mypage_top_box ul.customer_info li{
        border: 2px solid #008A0E;
        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/nomudakejp/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/nomudakejp/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/nomudakejp/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/nomudakejp/uploads/mypage/img/mypage_top_icon4.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li5 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/mypage/img/mypage_top_icon5.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li6 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/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/nomudakejp/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/nomudakejp/uploads/mypage/img/mypage_top_icon8.svg) no-repeat;
    background-position: top 1px left 0;
}

.mypage_top_box ul.customer_info li.li9 .title div{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/mypage/img/mypage_top_icon9.svg) no-repeat;
    background-position: top 1px left 0;
}

.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: 16px;
}

.mypage_top_box .teiki_box_inner .bottom{
    padding: 16px 0 18px 0;
    background-color: #fff;
}

.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: #4C4C4C;
    height: 48px;
    line-height: 44px;
    background-position: top 50% right 20px;
    background-color: #CCCCCC;
    border-radius: 40px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto 8px auto;
}

.mypage_top_box .teiki_box_inner .middle .btn1 a{
    display: block;
    font-weight: 700;
    color: #fff;
    height: 48px;
    line-height: 44px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
    background-position: top 50% right 13px;
    background-color: #008A0E;
    border-radius: 40px;
    text-align: center;
    max-width: 240px;
    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: 8px;
}

.mypage_top_box .teiki_box_inner .top{
    display: flex;
    margin-bottom: 16px;
}

.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;
}

.mypage_top_box .teiki_box_inner{
    max-width: 310px;
    margin: 0 auto 0 auto;
}

.mypage_top_box .teiki_box{
    padding: 24px 16px;
    background-color: #FFFCDE;
}

.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: #008A0E;
    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: #03362E;
    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: 32px;
}

@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 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: #111;
    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: 24px;
}

.mypage_prev_page{
    display: block;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon1_left.svg) no-repeat;
    background-size: 24px;
    background-position: top 10px left 13px;
    display: block;
    line-height: 1em;
    width: 240px;
    height: 48px;
    margin: 0 auto 0 auto;
    border: 2px solid #008A0E;
    color: #008A0E;
    padding: 13px 0 13px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 100px;
    text-align: 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 dashed #E6E6E6;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.orders_info li .right span{
    color: #B42318;
}

.ryousyuusyo{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    background-color: #008A0E;
    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: #111;
        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: #111;
        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: 16px;
}

.password_text{
  color: #111;
  font-weight: 500;
  font-size: 12px;
}

.password_text span{
  font-weight: 700;
  text-decoration: underline;
}

.password_new_text{
  font-size: 12px;
  margin-top: 8px;
}

.customer_edit_info_title{
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 2px 8px;
    background-color: #FFFCDE;
    line-height: 25px;
    margin-bottom: 16px;
}

.customer_edit_info li{
    margin: 0 16px 16px 16px;
    padding: 0px 0 16px 0;
    border-bottom: 1px dashed #E6E6E6;
}

.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: #FFFCDE;
    padding: 16px;
    margin-bottom: 10px;
}

.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: #1E293B;
}

.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: #1E293B;
    font-size: 15px;
}

.mypage_top_box .subs_title .icon{
    line-height: 1em;
    padding: 4px 8px 6px 8px;
    background-color: #008A0E;
    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: #03362E;
    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: 8px 16px 10px 50px;
}

.teiki_s h3.icon1{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/teiki_s_icon1.svg) no-repeat;
    background-position: top 8px left 16px;
    background-color: #FFFCDE;
}

.teiki_s h3.icon2{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/teiki_s_icon2.svg) no-repeat;
    background-position: top 8px left 16px;
    background-color: #FFFCDE;
}

.teiki_s h3.icon3{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/teiki_s_icon3.svg) no-repeat;
    background-position: top 8px left 16px;
    background-color: #FFFCDE;
}

.teiki_s h3.icon4{
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/teiki_s_icon4.svg) no-repeat;
    background-position: top 8px left 16px;
    background-color: #FFFCDE;
}

.teiki_s_info{
    padding: 16px;
}

.teiki_s_info2{
    padding: 16px;
    border-bottom: 1px dashed #E6E6E6;
}

.teiki_s_info2 .title{
    color: #111;
    font-weight: 500 !important;
    margin-bottom: 8px;
    font-size: 15px;
}

.teiki_s_info2 .text{
    color: #4C4C4C;
    font-size: 15px;
}
.teiki_s_info2.last{
    margin-bottom: 24px;
}

.teiki_s_info li{
    display: flex;
    margin-bottom: 8px;
}

.teiki_s_info li .right span{
    color: #B42318;
}

@media print, screen and (min-width: 720px) {
    .teiki_s_info li .left{
        color: #111;
        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: #B42318;
    font-size: 12px;
    font-weight: 500;
}

.teiki_s .change_btn{
    text-align: right;
}
.teiki_s .change_btn a{
    color: #008A0E;
    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: #111;
        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;
    }
}

.credit_top_text{
    font-size: 12px;
    font-weight: 500;
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 40px;
}

.credit_top_text span{
    color: #B42318;
}

.credit_top_text a{
    color: #008A0E;
    text-decoration: underline;
}

.credit .p-card__text{
    color: #111;
    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: #008A0E;
}

 .cart_btn3{
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background-color: #B3B3B3;
    border-radius: 40px;
    text-align: center;
    max-width: 496px;
    margin: 10px auto 0 auto;
 }
 
 .cart_btn2 button{
     width: 100%;
     font-size: 16px;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: url(https://d2w53g1q050m78.cloudfront.net/nomudakejp/uploads/common/img/icon6_right.svg) no-repeat;
    background-position: top 50% right 20px;
    background-color: #008A0E;
    border-radius: 40px;
    text-align: center;
    max-width: 496px;
    margin: 10px auto 0 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: 11px;
	height: 11px;
	border-radius: 9999px;
	border: solid 3px #03362E;
	position: absolute;
	top: 8px;
	left: 2px;
}
.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;
}
.product_tab_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;
}

.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 (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: #FFFCDE;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 8px;
  }