@import url(style_nav_footer.css);
@import url(style_button.css);
@import url(style_form.css);
@import url(style_ticket_history.css);
@import url(style_notice.css);
@import url(style_contents.css);
@import url(style_ticket.css);

html {
    height: 100% !important;
}

body {
    margin: 0;
    font-family: "M PLUS 1p", Helvetica;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

main {
	padding-bottom: 80px;
}
@media (min-width: 960px) {
	main {
		padding-bottom: 100px;
	}
}

:lang(zh-TW) body {
    font-family: "Noto Sans TC", sans-serif
}

:lang(zh-CN) body {
    font-family: "Noto Sans SC", sans-serif
}

:lang(ko) body {
    font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

img {
	pointer-events: none;
}

.contents {
    padding: 0 30px;
}
@media (min-width: 960px) {
    .contents {
        padding: 0 20px;
    }
}
   
.contents-schedule {
	max-width: 335px;
    padding: 0;
}
@media (min-width: 960px) {
	.contents-schedule {
		max-width: 576px;
	}
}

.contents-howto {
	max-width: 1310px;
	padding: 0 15px;
}

a {
    color: #2a2a2a;
}

h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #442716
}
@media (min-width: 960px) {
    h1 {
        font-size: 36px;
    }
}


h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}
@media (min-width: 960px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}
@media (min-width: 960px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
}

.pre-wrap {
	white-space: pre-wrap;
}

.lead-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    text-align: left;
}

@media (min-width: 960px) {
    .lead-text {
    	text-align: center;
    }
}

h1~.lead-text {
    margin-top: 30px;
}
@media (min-width: 960px) {
	h1~.lead-text {
	    margin-top: 32px;
}
}

@media screen and (min-width: 960px) {
    .mobile-break {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .pc-break {
        display: none;
    }
}

.modal-content {
	border-radius: 20px;
}

.narrow-top-margin {
    margin-top: 8px;
}

.middle-top-margin {
    margin-top: 16px;
}

.base-top-margin {
    margin-top: 24px;
}

.large-top-margin {
    margin-top: 32px;
}

.wide-top-margin {
    margin-top: 40px;
}

.none-bottom-margin {
    margin-bottom: 0px !important;
}

.narrow-bottom-margin {
    margin-bottom: 8px !important;
}

.middle-bottom-margin {
    margin-bottom: 16px !important;
}

.base-bottom-margin {
    margin-bottom: 24px !important;
}

.large-bottom-margin {
    margin-bottom: 32px !important;
}

.wide-bottom-margin {
    margin-bottom: 40px !important;
}

.huge-bottom-margin {
    margin-bottom: 64px;
}

.base-y-margin {
    margin-top: 24px;
    margin-bottom: 24px;
}

.none-bottom-padding {
    padding-bottom: 0px !important;
}

.middle-y-padding {
    padding-top: 16px;
    padding-bottom: 16px;
}

.base-y-padding {
    padding-top: 24px;
    padding-bottom: 24px;
}

.wide-y-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.middle-right-margin {
    margin-right: 20px;
}

.middle-left-margin {
    margin-left: 20px;
}

.middle-gutter-x {
	--bs-gutter-x: 40px;
}

.section-line {
    border-bottom: 2px dotted #cccccc;
    margin: 24px 0;
}

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

.text-danger:before {
    font-family:"Material Symbols Outlined";
    content: '\e001';
    padding-right: 2px;
    vertical-align: middle;
}

::-ms-reveal {
    display: none;
}

.card-body p,
.card-footer p {
    margin-bottom: 5px;
}

.heading-wrap {
    margin-top: 60px;
    margin-bottom: 64px;
}
@media (min-width: 960px) {
    .heading-wrap {
    	margin-top: 80px;
    }
}

.breadcrumb-wrap {
    margin-bottom: 4px;
}

.breadcrumb {
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    color: var(--topgreen);
    --bs-breadcrumb-margin-bottom: 0;
}
.breadcrumb:hover {
	text-decoration: none;
}

.breadcrumb-item {
	margin-bottom: 0px;
}


.caution-text {
    color: var(--warning-text);
}

:lang(en) ul {
    list-style-type: "- ";
}
:lang(zh-CN) ul {
    list-style-type: "·";
}
:lang(zh-TW) ul {
    list-style-type: ". ";
}
:lang(ko) ul {
    list-style-type: "·";
}

.bulleted-list-wrap {
	width: 100%;
}
@media (min-width: 960px) {
    .bulleted-list-wrap {
        width: 50%;
    }
}

.bulleted-list {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}
@media (min-width: 960px) {
	.bulleted-list {
	    font-size: 14px;
	}
}

.bulleted-list ul {
    padding-left: 1rem;
    list-style-type: "・";
}

:lang(en) .bulleted-list ul {
	list-style-type: "- ";
}

:lang(zh-CN) .bulleted-list ul {
	list-style-type: "·";
}

:lang(zh-TW) .bulleted-list ul {
	list-style-type: ". ";
}

:lang(ko) .bulleted-list ul {
	list-style-type: "·";
}

.bulleted-list-center{
	width: fit-content;
	margin: auto;
}

.bulleted-list-password{
	font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.bulleted-list-password ul {
    padding-left: 1rem;
    list-style-type: "・";
}

.black-annotation-list ul {
    padding-left: 1rem;
    list-style-type: "※";
}

:lang(en) .black-annotation-list ul {
	list-style-type: "*";
}

li {
    margin-bottom: 2px;
}

.caution-list {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: var(--warning-text);
}

.caution-list ul {
    list-style-type: "※";
    padding-left: 1rem;
}

:lang(en) .caution-list ul {
    list-style-type: "*";
}

.annotation-area {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	.annotation-area {
		margin-bottom: 60px;
	}
}

.annotation-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #808080;
}
@media (min-width: 960px) {
	.annotation-text {
	    font-size: 12px;
	}
}
:lang(en) .annotation-text ul {
    list-style-type: "*";
    padding-left: 1rem;
}

.annotation-number-text-with-bracket ul {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #808080;
    list-style-type: none;
    counter-reset: list-number 0;
    padding-left: 0;
}
.annotation-number-text-with-bracket ul li {
	text-indent: -50px;
	padding-left: 50px;;
}
.annotation-number-text-with-bracket ul li::before {
    counter-increment: list-number 1;
    content: "（※"counter(list-number)"）";
    padding-right: 0px;
}

@media (min-width: 960px) {
	.annotation-number-text-with-bracket {
	    font-size: 12px;
	}
}

.annotation-number-text-with-bracket-en ul {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #808080;
    list-style-type: none;
    counter-reset: list-number 0;
    padding-left: 0;
}
.annotation-number-text-with-bracket-en ul li {
	text-indent: -50px;
	padding-left: 50px;;
}

.annotation-number-text-with-bracket-en ul li::before {
    counter-increment: list-number 1;
    content: "（*"counter(list-number)"）";
    padding-right: 0px;
}   

@media (min-width: 960px) {
	.annotation-number-text-with-bracket-en {
	    font-size: 12px;
	}
}
   
.annotation-text ul {
    list-style-type: "※";
    padding-left: 1rem;
}

.annotation-text li {
    margin-bottom: 5px;
}

.annotation-number-list {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #808080;
    text-align: left;
}

.annotation-number-list .bulleted-list {
    font-size: 12px;
}

.annotation-number-list ul {
    list-style-type: none;
    counter-reset: list-number 0;
    padding-left: 0;
}

.annotation-number-list .bulleted-list ul {
    list-style-type: "・";
    padding-left: 1rem;
}

:lang(en) .annotation-number-list .bulleted-list ul {
    list-style-type: "-";
}

:lang(zh-CN) .annotation-number-list .bulleted-list ul {
    list-style-type: "·";
}

:lang(zh-TW) .annotation-number-list .bulleted-list ul {
    list-style-type: ". ";
}

:lang(ko) .annotation-number-list .bulleted-list ul {
    list-style-type: "·";
}

.annotation-number-list .bulleted-list li {
    margin-bottom: 2px;
    text-indent: 0px;
    padding-left: 0px;
}

.annotation-number-list li {
    margin-bottom: 2px;
    text-indent: -22px;
    padding-left: 27px;
}
:lang(en) .annotation-number-list li {
    text-indent: -26px;
    padding-left: 26px;
}


.annotation-number-list ul li::before {
    counter-increment: list-number 1;
    content: "※"counter(list-number);
    padding-right: 0px;

}

:lang(en).annotation-number-list ul li::before {
	counter-increment: list-number 1;
    content: "(*"counter(list-number) ")";
    padding-right: 2px;
}

.annotation-number-list .bulleted-list ul li::before {
    content: none;
    padding-right: 0px;
}

.prohibited-item-list {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}

.prohibited-item-list ul {
	list-style: none;
    padding-left: 0px;
}

.prohibited-item-list li {
    margin-bottom: 5px;
    background: url(../img/prohibited-item-list-icon.png) left 0px top 5px no-repeat;
	background-size: 14px auto;
    padding-left: 1.3rem;
}

a.plain-text {
	text-decoration: none;
}

.link-noline-bk {
    text-decoration: none;
    color: #000000;
}
.link-noline-bk:hover {
	opacity: 0.5;
}

.link-line-bk {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.link-line-bk:hover {
    text-decoration: underline;
}

.link-simple {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--topgreen);
    text-decoration: underline;
    cursor: pointer;
}

.link-simple:hover {
    text-decoration: none;
}
.link-new-win-menu {
    letter-spacing: 0;
    text-decoration: none;
}
.link-new-win-menu:after {
	display: inline-block;
    content: "";
    background-image: url(../img/open-newwin-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px auto 3px 5px;
    width: 16px;
    height: 16px;
}
.link-new-win-menu:hover {
    color: #8a8a8a;
}
.link-new-win {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.link-new-win:after {
	display: inline-block;
    content: "";
    background-image: url(../img/open-newwin-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px auto 3px 6px;
    width: 16px;
    height: 16px;
}
.link-new-win:hover {
    color: #8a8a8a;
}
.link-new-win:hover:after {
    opacity: 0.5;
}

.link-new-win-white {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.link-new-win-white:after {
    content: url(../img/open-newwin-white.png);
    vertical-align: middle;
    margin: auto 5px;
}

.link-new-win-inline {
    color: var(--topgreen);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
.link-new-win-inline:after {
	display: inline-block;
    content: "";
    background-image: url(../img/open-newwin-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0px auto 3px 6px;
    width: 16px;
    height: 16px;
}
.link-new-win-inline:hover {
	text-decoration: none;
}

.link-with-arrows-next {
    vertical-align: middle;
    position: relative;
    margin-right: 24px;
    text-decoration: none;
}
.link-with-arrows-next:after {
    content: url(../img/arrow-right-green.svg);
    position: absolute;
    top: 2px;
    right: -24px;
}
.link-with-arrows-next:hover {
    color: #8a8a8a;
}
.link-with-arrows-next:hover:after {
    opacity: 0.5;
}

.link-with-arrows-next-large {
    vertical-align: middle;
    position: relative;
    margin-right: 35px;
    text-decoration: none;
}
.link-with-arrows-next-large:after {
	display: inline-block;
    content: "";
    background-image: url(../img/arrow-right-green-large.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 4px 8px;
    width: 32px;
    height: 32px;
}
.link-with-arrows-next-large:hover {
    color: #8a8a8a;
}
.link-with-arrows-next-large:hover:after {
    opacity: 0.5;
}

.link-with-arrows-back {
    text-decoration: none;
    line-height: 20px;
}
.link-with-arrows-back:before {
	display: inline-block;
    content: "";
    background-image: url(../img/arrow-left-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 4px 0;
    width: 20px;
    height: 20px;
}
.link-with-arrows-back:hover {
    color: #8a8a8a;
}
.link-with-arrows-back:hover:before {
    opacity: 0.5;
}

.link-with-pin-back {
    line-height: 20px;
}
.link-with-pin-back:before {
    content: url(../img/map-pin-green.png);
    vertical-align: middle;
    margin: auto 5px;
}

img.full-width-mobile  {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 24px;
}
@media (min-width: 960px) {
    img.full-width-mobile {
    	width: 100%;
    }
}


.dotted-border-top {
    border-top: 1px dotted #cccccc;
}

.dotted-border-bottom {
    border-bottom: 1px dotted #cccccc;
}

.dotted-border-right {
    border-right: 1px dotted #cccccc;
}

.dotted-border-y {
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}

.highlight-box {
    background-color: #feeeb6;
    padding: 20px 15px;
    border-radius: 20px;
}

.app-info-box-wrap {
	max-width: 616px;
}
@media (min-width: 960px) {
	.app-info-box-wrap {
		max-width: 900px;
	}
}

.app-info-box {
    background-color: #feeeb6;
    border-radius: 20px;
    padding: 20px;
   max-width: 100%;
   margin:  0 auto;

    font-weight: 700;
    font-size: 16px;
    line-height: 160%;

}
@media (min-width: 960px) {
	.app-info-box {
		padding: 30px;
	}
}

.user-regist-guidance {
    background-color: #feeeb6;
    padding: 20px;
    border-radius: 20px;

    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #2A2A2A;
}

.ticket-compare-table {
	width: 100%;
    overflow-x: auto;
}
@media (min-width: 960px) {
	.ticket-compare-table {
		width: 355px;
	}
}
@media (min-width: 992px) {
	.ticket-compare-table {
		width: 595px;
	}
}
@media (min-width: 1100px) {
	.ticket-compare-table {
		width: 595px;
	}
}
@media (min-width: 1200px) {
	.ticket-compare-table {
		width: 775px;
	}
}
@media (min-width: 1400px) {
	.ticket-compare-table {
		width: 860px;
	}
}


.ticket-compare-table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.ticket-compare-table th,
.ticket-compare-table td {
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;

	font-weight: 500;
	color: #2A2A2A !important;
	font-size: 14px;
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.ticket-compare-table th, .ticket-compare-table td {
	border-color: #ccc !important;
	border-style: solid !important;
	border-width: 1px !important;
}

.ticket-compare-table thead th:first-child {
    border-width: 0 !important;
}

.ticket-sales-info-box {
    border: solid 1px #2a2a2a;
    padding: 10px 8px;
    text-align: center;

    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}

.ticket-compare-table th.premium-th {
	background-color: #000070 !important;
	color: white !important;
}
.ticket-compare-table th.forest-th {
	background-color: #437640 !important;
	color: white !important;
}
.ticket-compare-table th.market-th {
	background-color: #C8161E !important;
	color: white !important;
}
.ticket-compare-table td.premium-td {
	background-color: #F5F5FF !important;
}
.ticket-compare-table td.forest-td {
	background-color: #F5FFF5 !important;
}
.ticket-compare-table td.market-td {
	background-color: #FFF7F8 !important;
}

.info-table {

    table, td, th {
        border: 1px #cccccc solid;
    }

    th, td {
        padding: 6px 10px;
    }

    th {
        background-color: #f5f5f5;
        text-align: center;
    }

}


.round-box {
    border: solid 1px #cccccc;
    padding: 20px;
    border-radius: 20px;
}

.rectangle-gray-box {
    border: none;
    padding: 16px;
    background-color: #f5f5f5;
}

.acc-item {
    border: solid 1px #cccccc;
    padding: 20px;
    width: 100%;
    margin: 1rem auto 0;
    border-radius: 20px;
}

.acc-item__question {
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
    padding-left: 1.5rem;
}

.acc-item__question::before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
}

.acc-item__question::after {
    content: "";
    background-image: url(../img/circle-plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.acc-item.is-open .acc-item__question::after {
    display: inline-block;
    content: "";
    background-image: url(../img/circle-minus.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    right: 0;
    top: 0;
    display: block;
}

.acc-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    margin: 0;
}

.acc-item.is-open .acc-item__answer {
    max-height: max-content;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #cccccc;
    padding-left: 1.5rem;
    position: relative;
}

.acc-item.is-open .acc-item__answer::before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 20px;
}

.acc-item__link {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 10px;
}


.terms-item {
    margin-bottom: 40px;
}

.app-info-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    margin-right: 40px;    
    text-indent: -20px;
    padding-left: 20px;
}

@media(min-width: 960px) {
	.app-info-title {
		margin-right: 40px;
	}
}


.app-info-title::before {
	display: inline-block;
    content: "";
    background-image: url(../img/check-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 14px;
    height: 10px;
    margin-right: 6px;
    margin-bottom: 2px;
}
@media (min-width: 960px) {
	.app-info-title::before {
	    width: 21px;
	    height: 15px;
    	margin-right: 16px;
    }

}


.progressbar {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width: 960px) {
	.progressbar {
    	margin-top: 80px;
	}
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
}

.progressbar li:before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px auto 20px auto;
    text-align: center;
    background-color: white;
    content: "";
    background-image: url(../img/icon-stepbar.png);
    background-repeat: none;
    background-size: contain;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:last-child:after {
    content: none;
}

.progressbar li.current:before,
.progressbar li.complete:before {
    background-color: white;
    background-image: url(../img/icon-stepbar-current.png);
    background-repeat: no-repeat;
}

.progressbar li.complete:after{
    background-color: var(--black);
}
.progressbar li.current:after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(245, 245, 245, 1) 40% 100%);
}

.progress-ticket-buy li {
    width: 20%;
}

.progress-ticket-lot li {
    width: 33%;
}


#from-yomiuri {
    position: relative;
    border: 2px solid var(--topgreen);
    border-radius: 50px 0 0 50px;
	padding: 10px 0px 10px 5px;
    box-shadow: 0px 0px 4px 2px #00000014;
    width: 50%;
}
@media (min-width: 960px) {
	#from-yomiuri {
   		padding: 15px 20px 15px 25px;
	}
}
#to-yomiuri {
    position: relative;
    border: 2px solid var(--topgreen);
    border-radius: 0 50px 50px 0;
    padding: 10px 25px 10px 20px;
    box-shadow: 0px 0px 4px 2px #00000014;
    width: 50%;
}
@media (min-width: 960px) {
	#to-yomiuri {
    	padding: 15px 25px 15px 20px;
	}
}

.access-tab div.inactive {
	color: var(--topgreen);
    cursor: pointer;
}

.access-tab div.active {
    cursor: text;
    color: #fff;
    background-color: var(--topgreen);
}

.access-tab .active::after {
    content: '';

    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);

    background-image: url(../img/speech_bubble_triangle.png);
    background-size:contain;
    background-repeat:  no-repeat; 
    filter: drop-shadow(0px 0px 4px #00000014);
    width: 22px;
    height: 18px;
}

.terms-body {
	overflow: scroll !important;
	height: 250px;
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.re-captcha-box {
    background-color: #f9f9f9;
    border: 1px solid;
    border-color: #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px #00000014;
    height: 76px;
    width: 315px;
}

.re-captcha-not-robot {
    color: var(--black);
    font-family: var(--font-family-noto_sans_jp);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 3.0px;
    min-width: 156px;
    height: 74px;
    line-height: 74px;
}

.re-captcha-img-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 62px;
    padding: 0.5px 5px;
    width: 66px;
}

.re-captcha-note {
    align-items: flex-end;
    background-image: url(../img/recaptcha-1.svg);
    background-size: 100% 100%;
    display: flex;
    height: 20px;
    justify-content: flex-end;
    margin-right: 0.58px;
    min-width: 55px;
    padding: 3.3px 25.1px;
}

input[name=recaptcha] {
    display: none;
}

.re-captcha-check {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-top: 20px;
    padding-left: 50px;
    position: relative;
    width: auto;

    color: var(--black);
    font-family: var(--font-family-noto_sans_jp);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.re-captcha-check::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 30px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 60%;
    width: 30px;
}

.re-captcha-check::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 60%;
    transform: rotate(45deg);
    width: 9px;
}

.text-rotate {
	transform: rotate(0.05deg);
}

.contents-box {
	max-width: 100%;
}
@media (min-width: 960px) {
    .contents-box {
        max-width: 860px;
    }
}

.category-box {
	max-width: 320px;
	min-width: 225px;
	margin-right: 100px;
}

.category-box h2 {
	font-size: 20px;
}

.link-to-anker {
	padding-top: 20px;
	padding-bottom: 20px;
}

#member-info-confim-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
    #member-info-confim-heading {
		margin-bottom: 32px;
	}
}

#leave-heading {
	margin-bottom: 24px;
}
@media (min-width: 960px) {
	#leave-heading {
		margin-bottom: 16px;
	}
}

#leave-complete-heading .lead-text {
	margin-top: 30px;
}
@media (min-width: 960px) {
	#leave-complete-heading .lead-text {
		margin-top: 25px;
	}
}

#phone-number-update-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	#phone-number-update-heading {
		margin-bottom: 24px;
	}
}

#phone-number-sms-heading {
	margin-bottom: 24px;
}
@media (min-width: 960px) {
	#phone-number-sms-heading {
		margin-bottom: 32px;
	}
}

#phone-number-complete-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	#phone-number-complete-heading {
		margin-bottom: 24px;
	}
}

#mail-complete-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	#mail-complete-heading {
		margin-bottom: 24px;
	}
}

#signup-mail-send-heading {
	margin-bottom: 24px;
}
@media (min-width: 960px) {
	#signup-mail-send-headin {
		margin-bottom: 30px;
	}
}

.form-heading {
	margin-bottom: 40px;
}
@media (min-width: 960px) {
	.form-heading {
		margin-bottom: 24px;
	}
}

.inqury-annotation-text ul {
    list-style-type: "※";
    padding-left: 1rem;
}

.inqury-annotation-text li {
    margin-bottom: 5px;
}

.caption-link:hover {
    text-decoration: none;
}

.h1-margin {
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.h1-margin {
		margin-bottom: 32px;
	}
}

.back-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 1px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border-color: #3B3B3B;
	border-radius: 2px !important;
}

.login-h2 {
	font-size: 26px;
}
@media (min-width: 960px) {
	.login-h2 {
		font-size: 20px;
	}
}

.modal-header {
	padding: 10px 10px 3px 30px;
}
.modal-body {
	padding: 0px 30px;
}
.modal-footer {
	padding: 0px 30px 30px 30px;
}

.angle-down-img {
	width: 9px;
}

#appstore-icon-area {
	margin-top: 4px;
}
#appstore-icon-area .app-store-img {
	width: 120px;
}
#appstore-icon-area .google-play-img {
	width: 154px;
}
@media (min-width: 960px) {
	#appstore-icon-area {
		margin-top: 0px;
	}
	#appstore-icon-area .app-store-img {
		width: 204px;
	}
	#appstore-icon-area .google-play-img {
		width: 253px;
	}
	:not(:lang(ja)) #appstore-icon-area .google-play-img {
		width: 227px;
	}
}