.button {
    display: inline-block;
    border-radius: 6px 6px 6px 6px;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #188330;
    color: #FFF;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #188330;
}
.button:hover {
    color: #188330;
    background: #FFF;
}
.button2 {
    display: inline-block;
    border-radius: 6px 6px 6px 6px;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #FFF;
    color: #188330;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #188330;
}
.button2:hover {
    color: #FFF;
    background: #188330;
}
.form_text {
    font-size: 1em;
    line-height: 1.5em;
    padding: 30px 0px 30px;
    border-bottom: 1px solid #188330;
}
.text_f {
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}

.title_jp {
	font-size: 1.8em;
	height: 23px;
    padding-left: 10px;
    padding-top: 25px;
}
input[type="radio"],input[type="checkbox"]{
 vertical-align:top;
}
.hankaku {
	font-size: 0.8em;
}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {

}
