@charset "UTF-8";
/* CSS Document */

#contents {
	max-width: 840px;
    margin: 0 auto 0;
    padding: 17px 30px 26px;
}
section.passport_box {
    border: 1px solid var(--pink);
    background: var(--pink-light);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 3px #fff inset;
    box-shadow: 0 0 0 3px #fff inset;
    padding: 25px;
	margin-bottom: 30px;
}
section.passport_box_2 {
    padding: 0 25px 0 25px;
    margin-bottom: 60px;
}
section.passport_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
	border-radius: 5px;
}
.c-notes {
    font-size: 1.4rem;
    line-height: 1.875;
    margin: 10px;
}
.c-notes dl {
	display: flex;
}
.coupon__lead {
    font-size: 2.1rem;
    line-height: 1.75;
    font-weight: bold;
}
li.passport_box_left {
    width: 60%;
}
li.passport_box_right {
    width: 40%;
}
p.passport_btn {
    margin-top: 50px;
}
.c-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0;
    background: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: var(--c-text);
    background: #fff;
    border: 1px solid var(--pink-dim);
    max-width: 100%;
    margin: 0;
}
.c-notes.-md {
    font-size: larger;
}
.c-notes dl dt {
	font-weight: bold;
}
.forSP {
	display: none;
}

@media (max-width: 959px) {
	section.passport_box ul {
    display: inherit;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
}
li.passport_box_left {
    width: 100%;
}
li.passport_box_right {
    width: 100%;
    padding: 20px;
}
section.passport_box {
    padding: 15px !important;
}
.coupon__lead {
    font-size: 1.8rem;
    line-height: 1.45;
    font-weight: bold;
}
p.passport_btn {
    margin-top: 25px;
}
.c-notes {
    margin: 10px 0;
}
.c-notes dl {
    display: inherit;
}
.c-btn {
    height: 50px;
    border-radius: 30px;
}
.forSP {
	display: inherit;
}
.c-module-box__title {
    font-size: 1.6rem;
}
}

/*errorページ*/
a.c-btn.c-btn__return {
    margin: 0 auto;
}

/*202401追加*/
p.e-passport {
    margin: 40px;
}

element.style {
}

html { 
	scroll-behavior: smooth;
}
a.underline {
    text-decoration: underline;
}

/*20250206追加*/
div#h010001 {
    padding-top: 25px;
}
.c-wysiwyg {
    overflow: hidden;
    text-align: left;
    line-height: 1.875;
}

@media (min-width: 960px) {
    .l-main {
        font-size: 1.6rem;
        line-height: 1.875;
        margin-bottom: 120px;
    }
}
dt.c-module-box-column__head {
    font-size: 1.6rem;
}