@charset "utf-8";

/*--------------------------
	common
--------------------------*/


midasi {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 28px;	
}

midasi:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}


.text01 {
    font-size: 17px;
    text-align: center;
    line-height: 1.9;
    margin-top: 6%;
}

.text02 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5%;
}

.text03 {
    font-size: 10px;
	color: #B9B9B9;
}
/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

	midasi {
    font-size: 24px;
}
	
	
.text01 {
    font-size: 14px;
    text-align: left;
    line-height: 1.9;
    margin-top: 15%;
}
}