@charset "utf-8";
/*===========================
add
===========================*/
.p-ttl {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
}
.p-ttl-b {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
	background: var(--basic-color);
	color:#fff;
	padding: 0.3em;
	margin-bottom: 10px;
}
.p-ttl-l {
	font-size:1.2em;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid #dbd928;
	padding-bottom: 0.5em;
}
.p-ttl-lc {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid var(--basic-color);
	padding-bottom: 0.2em;
	margin-bottom: 10px;;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 600;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
}
.p-ttl-b {
	font-size:1.2em;
		padding: 0.2em;
}
.p-ttl-l {
	font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-ttl-lc {
    font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
}
.c_w {
	color:#fff;
}
.box-sd {
    padding: 3em;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	border-radius:10px;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(13,37,70,0.9);
    border: 0px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
	border-radius:10px;
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 3px solid var(--basic-color);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
	border-radius:10px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 2em 1.2em 2.6em;
    box-sizing: border-box;
}

}

.txtBnr-lk a {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 1.0em 1.5em 1.0em 1.5em;
    margin: 0;
    width: 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #dab060;
    color: #FFF;
}
@media only screen and (max-width: 768px) {
    .txtBnr-lk a {
        display: inline-block;
        text-decoration: none;
        line-height: normal;
        padding: 0.2em 0.7em 0.3em 0.5em;
        margin: auto;
        width: 82%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #FFF;
    }
}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 0.5em 0 0.6em 0;
    list-style-type: decimal;
	font-weight: 600;
}
ol.num_order li span {
    font-size:110%;
	font-weight: 600;
}
.ffs {
	 font-feature-settings: "palt" 1;
	 letter-spacing: 0vw;
	 font-size: 1.24em !important; 
}
@media only screen and (max-width: 768px) {
.ffs {
	 font-size: 1.0em !important; 
}	
	
}