@charset "utf-8";


body {
    font-family: "Arial", "メイリオ", sans-serif;
}


.bg {
    background-image: url(../images/body-bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
}

.sch_txt[data-type="blue"]::after {
    background-image: url(../images/title-bg.png) !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-color: #04121B !important;
}

.sch_txt[data-type="lightblue"]::after {
    background-image: url(../images/title-bg2.png) !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.s_box {
    background: rgba(255, 255, 255, 0.9);
    margin-top: 0 !important;

}

.gold {
    font-size: 20px;
    font-weight: bold;
    color: #8B7522;
    text-decoration: underline;
}

.vip-tokuten {
    text-align: left !important;
    margin-top: 20px;
    margin-bottom: 40px;

}

.btn-box p {
    text-align: left !important;
}

.content2 {
    background: url(../images/top-bg.png)no-repeat top center;
}

.content2 img {
    width: auto;
    max-width: 100%;
}

.bunkatu24-box {
    background: #F6F7F8;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 2rem;
}

.bunkatu24-box h3 {
    font-size: 2.6em;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "MS P明朝", "ヒラギノ明朝", serif;
}

.bunkatu24-box .bunkatu {
    font-size: 1.6em;
    color: #FFF;
    background: #6E6E6E;
    padding: 0.7rem;
}

.bunkatu24-box .txt {
    font-family: "MS P明朝", "ヒラギノ明朝", serif;
    font-size: 2.2em;
    color: #454545;
    letter-spacing: 1px;
    font-weight: bold;
}

.bunkatu24-box i {
    color: #454545;
    font-weight: bold;
    display: inline-block;
    margin: 0.1rem 2rem;
}

.border-dotted {
    border-bottom: 2px dotted #ccc;
}

.ft1 {
    font-size: 1.3em;
}

.red {
    color: #b23029;
}

.sch_txt {
    margin: auto !important;
}

.part02 {
    padding: 50px 0 50px;
}

.small {
    font-size: 0.9em;
}
.bottom-info{
	padding: 2rem;
	background: #eeedda;
}
h3{
	font-weight: bold;
	font-size: 1.1em;
}
.risk{
	max-width: 800px;
	color: #3a3a3a;
	margin: 1rem auto;
	border: 1px solid #8c8c8c;
	padding: 1rem;
}
.info-content img{
	max-width: 800px!important;	
	width: 100%;	
	margin: auto;	
}

@media (max-width: 767px) {
    .vip-tokuten .text {
        font-size: 16px;

    }
    .pd01, .pd02, .pd03, .pd04, .pd05{
    	padding: 1.2rem!important;	
    }
    .size18{
    	line-height: 1.6;	
    	font-size: 15px;	
    }
    .txt-box p{
    	font-size: 15px;	
    }
    .price img{
    	width: 80%;	
    	margin: auto;	
    }
    .txt-box h2{
    	line-height: 1.4;	
    	font-size: 1.2em;	
    }

    .gold {
        font-size: 18px;
    }
    .f_copy{
    	font-size: 0.7em;	
    }

    .f_link li {
        display: inline-block;
        line-height: 3;
        font-size: 0.8em;
    }

    .ft1 {
        font-size: 1.4em;
    }
    .sch_txt{
    	font-size: 20px;	
    }

    .bunkatu24-box h3 {
        font-size: 1.4em;
    }

    .s_box {
        padding: 0.8rem 0.5rem;
    }

    .bunkatu24-box {
        padding: 0.7rem;
    }

    .bunkatu24-box .bunkatu {
        font-size: 0.74em;
        padding: 0.4rem 0;
    }

    .bunkatu24-box .txt {
        letter-spacing: 0;
        font-size: 1em;
    }

    .bunkatu24-box i {
        margin: 0.1rem 0.5rem;
    }

    .small {
        font-size: 0.8em;
    }

    .bg {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    h3{
    	font-size: 0.8em;
    }
    .bottom-info p{
    	font-size: 0.7em;
    	text-align: left;
    }
    .risk{
    	padding: 0.9rem;
    }
    .bottom-info{
    	padding: 1rem;
    }
}