@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.l-c-link-5:after {
    display: none;
}

.tr {
    text-align: right;
    margin: 0 7px 0 0;
}

.heading01 {
	display: inline;
	font-size: 26px;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, #EAF6F6 70%);
}

.l-c-float p {
    font-size: 12px;
    /* font-size: 0.9375rem; */
    line-height: 2.5;
}

.text01 {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 0;
    letter-spacing: 0.1em;
}

.text02 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 13px auto;
    letter-spacing: 0.1em;
}
.text03 {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 19px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    margin-top: -9px;
}
.text04 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;

}
.titlle {
    margin: 50px auto;

}

.price {
    margin: 30px 80px 0;
    font-size: 9px;
}



.example4 {
    width: 76%;
    margin: auto;
}


.example5 {
    width: 500px;
    margin: auto;
}


.example6 {
    width: 800px;
    margin: auto;
	text-align: center;
}


.box2 {
    border: 1px solid #e0e0e0;
    padding: 1.5em;
    line-height: 2;
    font-size: 13px;
}

hr{
    border: 1px solid #f3f3f3;
    margin: 40px auto 0;
    max-width: 80%;
    text-align: center;
}


space{
  　　margin-bottom: 30px;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
	
.text01 {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    margin: 30px auto 0;
    letter-spacing: 0.1em;
}
	
.text03 {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 9px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    margin-top: -9px;
}
.example4 {
    width: 100%;
    margin: auto;
}
.example5 {
    width: 100%;
    margin: auto;
}	

.price {
    margin:0;
    text-align: center;
}

hr {
    border: 1px solid #f3f3f3;
    margin: 20px auto 0;
    max-width: 80%;
    text-align: center;
}



}
/*-------------------------------
414px以下用
---------------------------------*/
@media screen and (max-width: 414px) {
/*--------------------------
	common
--------------------------*/
@media screen and (max-width: 414px) {

text-align: center;
    margin: 15px 0 10px;
}

hr {
    border: 1px solid #f3f3f3;
    margin: 20px auto 0;
    max-width: 80%;
    text-align: center;
}

.titlle {
    margin: 20px auto;
}

.price {
    margin:0;
    text-align: center;
}

}
