@charset "utf-8";

.spreadtext_font{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height:1.4;
	margin-top: 4px;
	margin-bottom: 10px;
}

#spreadText1{
	margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box;

}

/* .modListStrength__item {
    max-width: 550px;
    width: 100%;
} */


.modSection__linkcp {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modBtn2 {
	background-color: #FFA500; /* ピンク色 */
	color: white;
	border: none;
	border-radius: 55px; /* 丸みのある角 */
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 0 12px 0 #c78610;
	box-shadow: 0 12px 0 #c78610;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 24px;
}
.modBtn2:hover {
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-box-shadow: none;
	box-shadow: none
}


.header_fuuta{
background: var(--white) !important;
  padding: 14px 40px 8px 16px !important;
  color: var(--blue) !important;
}

.main__kv_fuuta{
	padding-bottom: 0px !important;
}

a.btnArea:hover{
	cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .header_fuuta {
    padding: 9px 5px 14px !important;
  }
}



@media (max-width: 767px){
.modSection__linkcp {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.modBtn2 {
	font-size: large;
	width: 90%;
}
#spreadText1{
	margin-top: 24px;
	font-size: 15px;
}


    .main__spread .modBlock {
		gap: 0px;
	}


}
