@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.hidden {display:none;}
.red {color:#FF3F30;}
.pink {color:#EF5DA8;}
.textLeft {text-align:left;}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 920px;
}
@media all and (max-width: 896px) {
    .mainBox {
        margin: 0 8px;
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 25px;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    color: #333;
}


@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 15px;
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 17px;
    padding-left: 15px;
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
}
.headLine02:after {
	width: 6px;  
	height: 32px;
    background-color: #0C87E1;
	position: absolute;  
	top: 0;
	left: 0;  
	content: "";
    border-radius: 8px;
}
.headLine02 .subSpan {
    margin-left: 22px;
    display: inline-block;
}
.headLine02 .txtSpan {
    min-width: 76px;
    box-sizing: border-box;
    margin-right: 12px;
    padding: 0 10px 2px;
    display: inline-block;
    background: #FF0734;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    vertical-align: 2px;
}
.headLine02 .txtSpan02 {
    background: #FF630B;
}
.headLine02 .txtSpan03 {
    background: #2CBC66;
}

@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 8px;
        font-size: 1.8rem;
        line-height: 1.8;
        letter-spacing: 0.5px;
    }
    .headLine02 .txtSpan {
        padding: 1px 8px;
        margin-right: 5px;
        font-size: 1rem;
        min-width: 60px;
    }
    .headLine02 .subSpan {
        margin-left: 10px;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 23px;
    padding: 5px 9px;
    color: #fff;
    background-color: #0C87E1;
    font-size: 2rem;
    border-radius: 8px;
}
.headLine04 {
    margin-bottom: 0;
    font-size: 2.4rem;
    padding-bottom: 7px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 15px;
        padding: 3px 8px;
        font-size: 1.6rem;
    }
    .headLine04 {
        margin-bottom: 0;
        padding: 6px 8px;
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	comWhiteBox 
------------------------------------------------------------*/
.comWhiteBox {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
.comWhiteBox p {
    margin-bottom: 25px;
}
.comWhiteBox:not(:last-child) {
    margin-bottom: 30px;
}
.comWhiteBox p:last-child {
    margin-bottom: 0;
}
.comWhiteBox p .blue {
    color: #0C87E1;
}

@media all and (max-width: 896px) {
    .comWhiteBox {
        padding: 15px 9px 17px 8px;
    }
    .comWhiteBox:not(:last-child) {
        margin-bottom: 15px;
    }
    .comWhiteBox p {
        margin-bottom: 20px;
    }
}


/*------------------------------------------------------------
	.comLink
------------------------------------------------------------*/
.comLink {
    width: 300px;
}
.comLink a {
    padding: 5px 30px 7px 22px;
    display: block;
    color: #0C87E1;
    font-weight: bold;
    background: url("../../img/common/arrow01.svg") no-repeat center right 16px;
    background-size: 7px auto;
    border: 2px solid #0C87E1;
    border-radius: 8px;
}
.comLink a:hover {
    opacity: 0.4;
}
.comLink .character {
    background-color: #FFF282;
}

@media all and (max-width: 896px) {
    .comLink {
        width: auto !important;
    }
    .comLink a {
        font-size: 1.6rem;
    }
}

    
/*------------------------------------------------------------
	.comImgBox
------------------------------------------------------------*/
.comImgBoxL {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comImgBoxL .photoBox {
    width: 300px;
}
.comImgBoxL .photoBox .photo {
    margin-bottom: 16px;
}
.comImgBoxL .textBox {
    width: 504px;
}
.comImgBoxL .textBox .title {
    margin: 0 0 7px 7px;
    font-size: 2rem;
    color: #0C87E1;
}
.comImgBoxL .textBox .ttl {
    margin-bottom: 8px;
}
.comImgBoxL .textBox .txtList {
    margin-bottom: 12px;
}
.comImgBoxL .textBox .txtList dt {
    font-weight: 700;
    float: left;
}
.comImgBoxL .textBox .txtList dd {
    padding: 0 0 0 40px;
}
.comImgBoxL .textBox .txtDl {
    margin-bottom: 12px;
}
.comImgBoxL .textBox .txtDl dt {
    font-weight: 700;
    float: left;
}
.comImgBoxL .textBox .txtDl dd {
    padding: 0 0 0 130px;
}
.comSolid {
    margin-bottom: 20px;
    padding-bottom: 25px;
    /* border-bottom: 2px dotted #333; */
}
.comSolid02 {
    border-bottom: none;
}

@media all and (max-width: 896px) {
    .comImgBoxL {
        margin-bottom: 15px;
        display: block;
    }
    .comImgBoxL .textBox {
        margin: 0 !important;
        width: auto !important;
    }
    .comImgBoxL .textBox .title {
        font-size: 1.5rem;
        margin: 0 0 10px 0;
    }
    .comImgBoxL .textBox .txtDl {
        margin-bottom: 8px;
    }
    .comImgBoxL .textBox .txtDl dd {
        /* padding-left: 72px; */
        padding-left: 110px;
    }
    .comImgBoxL .textBox .spPhoto {
        margin-bottom: 8px;
    }
    .comImgBoxL .textBox .spPhoto img {
        width: 100%;
    }
    .comImgBoxL .textBox .txtDl {
        margin-bottom: 7px;
    }  
    .comSolid {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/*------------------------------------------------------------
	.buyLink
------------------------------------------------------------*/
.buyLink {
    width: 340px;
    position: relative;
}
.buyLink > a {
    padding: 5px 30px 7px 22px;
    display: block;
    font-weight: bold;
    color: #0C87E1;
    border: 2px solid #0C87E1;
    position: relative;
    border-radius: 8px;
}
.buyLink > a:after {
	width: 44px;  
	height: 100%;
    text-align: center;
    background: url("../../img/common/arrow02.svg") no-repeat center center #FFF282;
    background-size: 12px auto;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
    border-left: 2px solid #0C87E1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* .buyLink > a.active:after {
    background-image: url("../../img/common/arrow03.png");
} */
.buyLink ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 2px solid #0C87E1;
    z-index: 1000;
}
.buyLink ul a {
    display: block;
    font-weight: bold;
    padding: 8px 20px;
    color: #0C87E1;
    border-bottom: 2px dotted #0C87E1;
}
.buyLink ul a:active {
    background-color: #FFF282;
}
.buyLink li:last-child a {
    border-bottom: none;
}

@media all and (min-width: 897px) {
    .buyLink ul a:hover {
        background-color: #FFF282;
    }
}

@media all and (max-width: 896px) {
    .buyLink {
        width: auto;
    }
    .buyLink > a {
        font-size: 1.6rem;
    }
    
}

@media all and (max-width: 374px) {
    .headLine02 {
        padding-top: 5px;
        font-size: 1.5rem;
    }
}

