@charset "UTF-8";

a:hover {
    opacity: 0.7;
}
h3 {
    color: #4E2D2D;
    line-height: 200%;
    font-size: 4.8vw;
    font-weight: bold;
    padding-bottom: 3%;
}

/* PC */
@media screen and (min-width: 641px) {
    h3 {
        font-size: 18px;
    }
}

/*--------------------------------------
   link_area
--------------------------------------*/
.link_area {
    background: #EEE9D7;
    position: relative;
    padding: 7% 3%;
}
/* 吹き出し */
.balloon {
    position: absolute;
    top: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55%;
}
.link_area .white_box {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #DBD7CA;
    box-shadow: 0 3px 3px rgb(85 69 14 / 0.1);
    border-radius: 8px;
}
.link_area .white_box a {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.white_box p {
    font-weight: bold;
    color: #4E2D2D;
}
/* PC */
@media screen and (min-width: 641px) {
    .link_area {
        padding: 40px 5%;
    }
    .balloon {
        width: 45%;
    }
}
/* dポイントのつかい方ため方 */
.link_area .useacc_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    column-gap: 3.58%;
}
.link_area .useacc_wrap .white_box {
    width: 48.21%;
    text-align: center;
}
.link_area .useacc_wrap .white_box a {
    padding: 11%;
}
#wrap_page .link_area .useacc_wrap .white_box img {
    width: 47.29%;
    margin-bottom: 5%;
}
.link_area .useacc_wrap .white_box p {
    font-weight: bold;
    font-size: 4vw;
    line-height: 200%;
}
.link_area .useacc_wrap .white_box p span {
    font-size: 7vw;
}
/* PC */
@media screen and (min-width: 641px) {
    .link_area .useacc_wrap .white_box a {
        padding: 20px;
    }
    #wrap_page .link_area .useacc_wrap .white_box img {
        width: 80px;
    }
    .link_area .useacc_wrap .white_box p {
        font-size: 16px;
    }
    .link_area .useacc_wrap .white_box p span {
        font-size: 28px;
    }
}
/* はじめての方はこちら */
.lecture_wrap {
    margin-top: 3.58%;
}
.lecture_wrap a {
    padding: 5%;
}
.lecture_wrap .lecture {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#wrap_page .lecture_wrap .lecture img {
    width: 8%;
    padding-right: 15px;
}
.lecture_wrap .lecture p {
    font-size: 4.8vw;
}
/* PC */
@media screen and (min-width: 641px) {
    .lecture_wrap a {
        padding: 20px;
    }
    #wrap_page .lecture_wrap .lecture img {
        width: 35px;
    }
    #wrap_page .lecture_wrap .lecture p {
        font-size: 22px;
    }
}

/*--------------------------------------
   dポイントクラブの基本知識
--------------------------------------*/
.bg_gray {
    background: #F5F5F1;
}

.basic_knowledge {
    padding: 5.32% 3% 9.7%;
}
.basic_knowledge_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.basic_knowledge_list li {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #DBD7CA;
    border-radius: 8px;
    position: relative;
}
.basic_knowledge_list li:not(:last-of-type) {
    margin-bottom: 3%;
}
.basic_knowledge_list li::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #CC0033;
    border-right: solid 2px #CC0033;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}
.basic_knowledge_list li a {
    padding: 4% 9% 4% 2%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    box-sizing: border-box;
}
.basic_knowledge_list li a figure {
    margin-right: 3%;
    width: 24.5%;
}
.basic_knowledge_list li a .text_wrap {
    width: 72.5%;
}
.basic_knowledge_list li a p {
    color: #333333;
    line-height: 150%;
}
.basic_knowledge_list li a .title {
    font-size: 5.2vw;
    font-weight: bold;
    margin-bottom: 5px;
}
.basic_knowledge_list li a .detail {
    font-size: 3.8vw;
}

/* PC */
@media screen and (min-width: 641px) {
    .basic_knowledge {
        padding: 20px 5% 60px;
    }
    .basic_knowledge_list li::after {
        width: 8px;
        height: 8px;
    }
    .basic_knowledge_list li a {
        padding: 15px 9% 15px 15px;
    }
    .basic_knowledge_list li a figure {
        width: 80px;
    }
    .basic_knowledge_list li a .title {
        font-size: 20px;
    }
    .basic_knowledge_list li a .detail {
        font-size: 14px;
    }
}

/*--------------------------------------
   さらにおトク・便利に！
--------------------------------------*/
.otoku_useful {
    padding: 9.7% 0;
}
.otoku_useful h3 {
    padding-left: 3%;
}
.otoku_useful_list li {
    background: #FFFFFF;
    border-bottom: 1px solid#DBD7CA;
    display: none;
}
.otoku_useful_list li.active {
    display: block;
}
.otoku_useful_list li:first-of-type {
    border-top: 1px solid#DBD7CA;
}
.otoku_useful_list li a {
    color: #333333;
    font-weight: bold;
    font-size: 4.2vw;
    line-height: 130%;
    padding: 6% 6%;
    display: block;
    position: relative;
}
.otoku_useful_list li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #CC0033;
    border-right: solid 2px #CC0033;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    margin: auto;
}

/* PC */
@media screen and (min-width: 641px) {
    .otoku_useful {
        padding: 60px 0;
    }
    .otoku_useful h3 {
        padding-left: 5%;
    }
    .otoku_useful_list li a {
        font-size: 16px;
        padding: 25px 8%;
    }
    .otoku_useful_list li a::after {
        width: 8px;
        height: 8px;
        right: 7%;
    }
}

/*--------------------------------------
   dポイントクラブアプリ
--------------------------------------*/
.dpc_app {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
    background: #FFFFFF;
    padding-bottom: 8%;
}
.dpc_app .app_shortcut_title {
    color: #5B3E1B;
    font-size: 4.7vw;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    padding: 20px 0;
}
.dpc_app ul.shortcut_icon_list li {
    margin-right: 2%;
    width: calc(94% / 4);
}
.dpc_app ul.shortcut_icon_list li:nth-of-type(3n) {
    margin-right: 2%;
}
.dpc_app ul.shortcut_icon_list li:nth-of-type(4n) {
    margin-right: 0;
}
.dpc_app ul.shortcut_icon_list li p {
    font-size: 3vw;
    line-height: 1.1;
    white-space: nowrap;
}

/* PC */
@media screen and (min-width: 641px) {
    .dpc_app {
        padding-bottom: 40px;
    }
    .dpc_app .shortcut_icon_box {
        padding: 0 5%;
    }
    .dpc_app .app_shortcut_title {
        font-size: 24px;
    }
    .dpc_app ul.shortcut_icon_list li p {
        font-size: 14px;
    }
}

/* 茶色のボタン */
.btn_wrap {
    padding-left: 3%;
    padding-right: 3%;
}
.btn_brown {
    background-color: #5B3E1B;
    border: unset;
}
.btn_brown p {
    color: #FFFFFF;
}
.btn_brown p::after {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}

/*--------------------------------------
   よくある質問
--------------------------------------*/
#faq {
    display: none;
}
.faq {
    padding: 15% 3% 8%;
}
.faq h2 {
    color: #333333;
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 5%;
}
.q_list li {
    display: table;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #ddd;
}
.q_list li:first-of-type {
    border-top: solid 1px #ddd;
}
.q_list li a {
    width: 100%;
    padding: 1.8em 0;
    position: relative;
}
.q_list li a p {
    position: relative;
    padding: 0 8% 0 12%;
    color: #333333;
    font-size: 3.8vw;
    line-height: 150%;
}
.q_list li a p::before {
    content: "";
    background-image: url(/guide/faq/img/icon_q.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.2vw;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.q_list li a p::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #CC0033;
    border-right: solid 2px #CC0033;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}
.faq_loader-wrap {
    position: relative;
    padding: 2% 0;
}

/* PC */
@media screen and (min-width: 641px) {
    .faq {
        padding: 60px 5% 50px;
    }
    .faq h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .q_list li a p {
        padding: 0 45px 0 60px;
        font-size: 14px
    }
}