@charset "utf-8";

/*--------------------------
	common
--------------------------*/
span {
  text-decoration: underline;
}

.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1px;
}

.text02 {
    font-size: 28px;
    /* line-height: 2; */
    text-align: center;
    margin: 75px auto -36px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    color: #ff9bb5;
}


.text03 {
    font-size: 16px;
    /* line-height: 2; */
    text-align: center;
    margin: 12px auto 28px;
    /* letter-spacing: 0.1px; */
}

.l-c-subtitle-7 {
        margin: 9px 0;
    }

h5 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    font-size: 35px;
}

h5:before {
    position: absolute;
    bottom: 14px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 16px;
    background: #ff9bb5;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
.text01 {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 30px auto 0px;
    letter-spacing: 0.1px;
}
.text02 {
    font-size: 20px;
}
	
    .text03 {
        font-size: 14px;
        /* line-height: 2; */
        text-align: left;
        margin: 12px auto 28px;
        /* letter-spacing: 0.1px; */
    }	
h5 {
        font-size: 24px;
    }	
}