@charset "utf-8";
/*--------------------------
	common
--------------------------*/

.text01 {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: 17px auto 78px;
    letter-spacing: 0.1em;
}

.text02 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}
.text03 {
    font-size: 61px;
    font-weight: bold;
    color: #e03131;
}
.text04 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 16px 0;
}
.text05 {
    font-size: 16px;
    text-align: center;
    margin: 18px 0 16px 0;
    line-height: 2;
}
.text06 {
    font-size: 16px;
    text-align: center;
    margin: 18px 0 16px 0;
    line-height: 2;
}

/*--------------------------
	横並び
--------------------------*/
.flex {
  display: flex; /*横並び*/
}
.flex .image {
    width: 8%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-top: 1%;
}
.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
}





/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
.text01 {
     text-align: left;
}	
	
.text02 {
    font-size: 19px;
}	
.text03 {
    font-size: 35px;
}
.text04 {
    font-size: 24px;
}
.text05 {
    font-size: 15px;
    text-align: left;
    margin: 18px 0 10px 0;
    line-height: 2;
}	
/*--------------------------
	横並び
--------------------------*/
.flex .image {
    width: 12%;	
}
}
