@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.box1 {
    padding: 4%;
    border: solid 2px #F8FAFC;
}

h5 {
    position: relative;
    padding: 2%;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 0 0 0 20px;
    width: 50%;
    font-size: 22px;
    margin-bottom: -6%;
    margin-top: 11%;
}

h5:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

h5:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 3%;
}
.text02 {
    font-size: 31px;
    text-align: center;
    color: #45bbd0;
    font-weight: bold;
    margin-top: 5%;
}
.text03 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 1%;
}
.text04 {
    font-size: 24px;
    text-align: left;
    color: #45bbd0;
    font-weight: bold;
    margin-top: 5%;
}
.text05 {
    font-size: 17px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.1em;
    margin-top: 3%;
}
.text06 {
    font-size: 37px;
    text-align: center;
    font-weight: bold;
    margin-top: 13%;
}

.text06 span {
  font-size: 28px;
}

.text07 {
    font-size: 15px;
    text-align: center;
    color: #C8C6C6;
    margin-top: 1%;
}
.text08 {
    font-size: 16px;
    text-align: center;
    margin-top: 2%;
    line-height: 2;
    /* letter-spacing: 0.1em; */
    margin-bottom: 3%;
}
/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 375px) {
/*--------------------------
	common
--------------------------*/
h5 {
    position: relative;
    padding: 4%;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-radius: 0 0 0 20px;
    width: 93%;
    font-size: 15px;
    margin-bottom: 14%;
    margin-top: 11%;
}
	
/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 14px;
}
.text02 {
    font-size: 22px;
	margin-top: 10%;
}
.text03 {
    font-size: 15px;
	margin-top: 3%;
}	
.text04 {
    font-size: 17px;
    text-align: center;
    color: #45bbd0;
    font-weight: bold;
    margin-top: 5%;
}
.text05 {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-top: -4%;
}	
.text06 {
    font-size: 24px;
}	
.text06 span {
    font-size: 19px;
}	
.text07 {
    font-size: 12px;
}	
.text08 {
    font-size: 14px;
    text-align: left;
}	
	
	
}