@charset "utf-8";

.text01 {
		font-size: 24px;
		text-align: center;
        font-weight: bold;
    }
.text02 {
    font-size: 15px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 33px;
    line-height: 2.4;
}
.text03 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fe7c83;
}
.text04 {
    font-size: 33px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px;
	color: #fe7c83;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #fe7c83;
}
.text05 {
    font-size: 16px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 33px;
}

.border-box {
    padding: 2.5em 3em;
    margin: 2em 0;
    /* font-weight: bold; */
    background: #FFF;
    border: solid 3px #fe7c83;
    border-radius: 10px;
}

.box1 {
    padding: 2%;
    margin: 2em 0;
    /* font-weight: bold; */
    border: solid 1px #d8d8d8;
}

h9 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h9:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fe7c83;
    border-radius: 2px;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

.text01 {
    font-size: 19px;
}
.text02 {
    font-size: 14px;
	line-height: 2.1;
}
.text03 {
    font-size: 28px;
}
.text04 {
    font-size: 25px;
	margin-top: 10px;
}	
.text05 {
    font-size: 14px;
}	

.box1 {
    padding: 6%;
}	
.border-box {
    padding: 1.5em 1.5em;
    margin: 2em 0;
    /* font-weight: bold; */
    background: #FFF;
    border: solid 3px #fe7c83;
    border-radius: 10px;
}	
	
}