@charset "utf-8";

.page_shop-guid {
    display: inline-block;
    width: 1100px;
	margin: 50px 0;
}

.em-shop-guide {
    width: 1100px;
    margin: 0 auto;
}

.em-shop-guide_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.em-shop-guide_link {
    width: 32%;
    margin-bottom: 24px
}

.em-shop-guide_link .em-shop_btn {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #150f0b;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page_shop-guide {
    display: flex;
    justify-content: center;
}

.shop-guid-main {
    order: 2;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}

.shop-guid-box {
    display: inline-block;
    width: 90%;
}

.shop-guid-box section {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.shop-guid-box h2 {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    font-size: 25px;
	font-weight: bold;
    letter-spacing: .1em;
    padding: 0 10px 5px 10px;
    border-bottom: solid 1px #000;
}

.shop-guid-box h3 {
    display: inline-block;
    width: 80%;
    margin: 40 0 0 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
}

.shop-guid-box h4 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
	font-weight: bold;
}

.shop-guid-box p {
    margin: 10px 0;
    font-size: 13px !important;
    font-weight: 500;
    text-align: left;
    line-height: 25px;
    letter-spacing: .1em;
}

.em-shop-guide_sub_box {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.em-shop-guide_sub_box_left {
    display: inline-block;
    width: 100%;
    order: 0;
}

.em-shop-guide_sub_box_right {
    display: inline-block;
    width: 40%;
    order: 1;
}

.shop-guid-box .em-shop-guide_sub_box .em-shop-guide_sub_box_left p {
    display: inline-block;
    width: 100%;
}

.step-obi {
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.em_border-hr {
    border-top: 1px dotted #777;
    margin: 30px 0;
}

@media screen and (min-width:600px) and (max-width:1024px) {
    .page_shop-guid {
        width: 100%;
		margin: 30px 0;
    }

    .em-shop-guide_link {
        width: 100%;
    }

    .em-shop-guide_sub_box_left {
        width: 100%;
    }

    .em-shop-guide_sub_box_right {
        width: 100%;
    }

    .em-shop-guide_nav {
        width: 90%;
    }
}

@media screen and (max-width:479px) {
    .page_shop-guid {
        width: 100%;
		margin: 30px 0;
    }

    .em-shop-guide_link {
        width: 100%;
    }

    .em-shop-guide_sub_box_left {
        width: 100%;
    }

    .em-shop-guide_sub_box_right {
        width: 100%;
    }

    .em-shop-guide_nav {
        width: 90%;
    }

    .shop-guid-box h2 {
        font-size: 18px;
    }

    .shop-guid-box h3 {
        font-size: 17px;
    }

    .shop-guid-box h4 {
        font-size: 15px;
    }

    .shop-guid-box p {
        font-size: 12px;
    }
}

@media screen and (max-width:319px) {
    .page_shop-guid {
        width: 100%;
		margin: 30px 0;
    }
}

.em-guide_wrapper {
    display: inline-block;
    width: 100%;
    margin: 0;

}


.em-guide_wrapper table th,table td {
    border: solid 1px;
    padding: 10px;
}

.em-guide_wrapper table {
    border-collapse:  collapse;
}


.em-shop-sub {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

.em-guide_container {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
