/* カスタマイズする場合にはこれより下に追記してください */

/*
h1 {
    color:#000;
}
div.page-box {
border: 0px;
box-shadow: none;
background-color: #fff;
}
*/

.btn-3 {
    background-color: #36af44; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 3px 0 0 #008000; /* ボタン陰色 */
    font-weight: bold;
    border-radius: 4px;
    max-width: 90%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 3.4;
    transition: all .2s ease;
    border-radius: 13px;
}

.btn-3:hover {
    box-shadow: none;
    transform: translateY(5px);
    opacity: 0.8;
}

.btn-3 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-3 > img { float: left; }
.btn-3::after{ content: ''; clear: left; }


}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 220px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #36af44;
	background: #36af44;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_04:hover {
	color: #36af44;
	background: #fff;
}


/* solid019 */
.button_solid019 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 640px;
    padding: 30px 30px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #36af44;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}
.button_solid019 a:after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid019 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* solid030 */
.button_solid030 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 640px;
    padding: 30px 30px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #e80909;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}
.button_solid030 a:after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid030 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);

}