@charset "utf-8";



.bg_beige {
background-color:#f4f1ec;
}

h2 { width:50%; margin:0 auto 60px; border-bottom: solid 10px #a4cb34; padding-bottom: 10px; font-size: 1.6em; font-weight: bold; box-sizing: content-box;}
@media (max-width: 767.98px) {
	.cont {padding:1em 0;}
	h2 { width:60%; margin:0 auto 30px; font-size: 1.1em; border-bottom: solid 5px #a4cb34;padding-bottom: 5px;}
}


h4 { font-size: 1.6em; font-weight: bold; box-sizing: content-box;}
@media (max-width: 767.98px) {
	.cont {padding:1em 0;}
	h4 { font-size: 1.1em; padding-bottom: 5px;}
}

h5 {
    font-size: 1rem;
}
@media(min-width:768px) {
h5 {
    font-size: 1.5rem;
}
}

.bold {
    font-weight: bold;
}
.checkhako label {
margin-bottom: 0;
  
}
.checkhako th {
    background-color: #FF9100;
  text-align: center;
  color: #fff;

}

.hidari {
    width: 10%;
    text-align: center;
}





.point-box {
  position: relative;
  border: 2px solid #8BC34A; /* 枠の太さ・種類・色 */
  border-radius: 4px; /* 枠の丸み */
  margin: 1.8em 0em; /* 枠外の余白 */
  padding: 20px 15px 15px 15px;
}

.point-title {
  position: absolute;
  padding: 0 0.5em;
  left: 20px;
  top: -13px; /* タイトルの位置を調整 */
  color: #8BC34A; /* タイトルの文字色 */
  font-weight: bold;
  font-size:1.3em; /* タイトルの文字サイズ */
  background-color: #ffffff;
}



.timeline-list {
    padding: 40px 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item .date {
    width: 35%;
    padding: 0 20px 0 20px;
    color: #888888;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: right;
font-family: 'Paytone One', sans-serif;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 60px 30px;
    border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px; /*ワイズの半分の値を指定*/
    width: 20px;
    height: 20px;
    background-color: #a4cb34;
    border-radius: 10px;
}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 3px #62c1ce;
    background-color: #fff;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 0 19px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}




.nituite {

    padding: 0.5em 0.5em;

    background-color: #62c1ce;
	border-radius: 10px;
}
.nituite p {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 1.3rem;
margin-bottom: 0;
}



.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin:0 auto 20px;
    padding: .9em 2em;
    border: 1px solid #a4cb34;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    font-size: 1em;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #a4cb34;
    border-right: 2px solid #a4cb34;
    content: '';
}


.friendbg {
    background-color: #f4f1ec;
    
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}


