@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

forty CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.forty .contents .top .circle_A {
    background-image:url(../img/forty/circle.jpg);
}

.forty .contents .lead img{
	display: block;
	max-width: 400px;
	margin: 50px auto;
}
.forty .contents dl.column dt {
	background: url(../img/forty/icon.png) center top no-repeat;
	background-size: 20px auto;
}
.forty .contents h1 {
	color: #7EB47D;
}
.forty h2.column-h2 {
    font-size: 2.6rem;
	color: #7EB47D;
}
.forty h3.column-h3 {
    color: #7EB47D;
    margin: 30px 0 0;
    padding: 5px 0 0 10px;
    border-left: #7EB47D solid 3px;
    font-size: 1.8rem;
    line-height: 1;
}
.forty h3.column-h3.nolead {
    margin: 0;
}
.forty .column-h3-text {
    margin-top: 15px;
}
.forty .voice {
    border: #7EB47D solid 1px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.forty .voice:first-child {
    margin-top: 0;
}
.forty .voice-name {
    font-weight: bold;
    display: block;
    width: fit-content;
    padding: 5px 20px;
    background: #7EB47D;
    border-radius: 5px;
    margin: 0 0 10px;
    color: #FFF;
}
@media screen and (max-width: 475px) {
    .forty h2.column-h2 {
        font-size: 6.5vw;
    }
    .forty h3.column-h3 {
        margin: 6vw 0 0;
        padding: .5vw 0 0 10px;
        font-size: 6vw;
        line-height: 1.4;
    }
    .forty .column-h3-text {
        margin-top: 6vw;
		font-size: 1.9rem;
    }
}