@charset "UTF-8";
/* CSS Document */

a {
    color: #fff;
	text-decoration:none;
}
.button {
    display: inline-block;
    border-radius: 6px 6px 6px 6px;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #F39;
    color: #FFF;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #F39;
}
.button:hover {
    color: #F39;
    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: #F39;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #F39;
}
.button2:hover {
    color: #FFF;
    background: #F39;
}
.present_btn {
	background-color: #f39;
	color:#fff;
	border-radius: 30px;
	font-size: 1em;
    line-height:1.3em;
	font-weight: bold;
	padding: 10px;
	width:300px;
	margin: auto;
    margin-bottom: 10px;
	margin-bottom: 30px;
}
.form_text {
    font-size: 1em;
    line-height: 1.5em;
    padding: 30px 0px 30px;
    border-bottom: 1px solid #999;
}
.text_f {
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}
h2 {
	border-bottom: none;
	padding-bottom: 15px;
    float: left;
    width: 130px;
}
.title_jp {
	font-size: 1.8em;
	height: 23px;
    padding-left: 10px;
    padding-top: 25px;
}
input[type="radio"],input[type="checkbox"]{
 vertical-align:top;
}
.back {
	background-color: #FFCAE2;
	border-radius: 30px;
	font-size: 1em;
    line-height:1.3em;
	font-weight: bold;
	padding: 10px;
	width:200px;
	margin: 40px auto 0px auto;
	
}

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

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

}
