@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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 800px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 44px;
        width: auto;
    }
}
@media all and (max-width: 370px) {
    .content {
        margin: 0 35px;
    }
}
@media all and (max-width: 330px) {
    .content {
        margin: 0 20px;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
    font-size: 2.6rem;
    font-weight: 700;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    text-align: center;
    color: #727171;
    letter-spacing: 0.2rem;
    line-height: 1.9;
}
.headLine01 span {
    display: block;
    color: #EB5B5A;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
}
.headLine01::before {
    width: 2px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EB5B5A;
    content: "";
}



@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 10px;
        padding-top: 44px;
    }
    .headLine01 span {
        margin-top: 3px;
        font-size: 1.2rem;
    }
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
    font-size: 2.6rem;
    /* font-weight: 700; */
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    /* text-align: center; */

    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #727171;
}
.headLine02 span {
    display: block;
    color: #12920e;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
}
.headLine02::before {
    width: 2px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #12920e;
    content: "";
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
    font-size: 2.6rem;
    font-weight: 700;
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    text-align: center;
    color: #727171;
    letter-spacing: 0.2rem;
    line-height: 1.9;
}
.headLine03 span {
    display: block;
    color: #f99500;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
}
.headLine03::before {
    width: 2px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f99500;
    content: "";
}



/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
    font-size: 2.6rem;
    /* font-weight: 700; */
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    /* text-align: center; */

    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #727171;
}
.headLine04 span {
    display: block;
    color: #0b73da;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
}
.headLine04::before {
    width: 2px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0b73da;
    content: "";
}


/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
    font-size: 2.6rem;
    /* font-weight: 700; */
    font-family: 'AP-OTF-ShinGoPr6N-DeBold';
    /* text-align: center; */

    font-weight: 500;
    line-height: 1.9;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #727171;
}
.headLine05 span {
    display: block;
    color: #EB5B5A;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'AP-OTF-ShinGoPr6N-Regular';
}
.headLine05::before {
    width: 2px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EB5B5A;
    content: "";
}

@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 10px;
        padding-top: 44px;
    }
    .headLine01 span {
        margin-top: 3px;
        font-size: 1.2rem;
    }
}