#page_title h2{
	line-height:1.5em;
	padding:150px 460px 0 50px;
}
#page_title h2 small{
	top:88px;
}
main section h3{
	background:#2ab791;
}
#section1{
	text-align:center;
}
main th{
	color:#008662;
}
.hissu{
	color:#fff;
	background:#2ab791;
	border-radius:5px;
	padding:0 5px;
	float:right;
}
input[type="text"],
input[type="email"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
}
input[type="date"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
input[type="tel"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
}
.year{
	width: 100px !important;
}
.gakureki{
	width:300px !important;
	margin:0 0 10px;
}
.month,
.day{
	width: 60px !important;
	margin-left: 20px !important;
}
input.radio{
	width: auto;
}
#tel{
	width: 320px !important;
}
#submitbutton input {
    display: block;
    line-height: 60px;
    border-radius: 10px;
	margin:20px auto;
    padding: 0 40px 0 0;
	border:0;
	width:800px;
    background: #2ab791;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.shortbox{
	width:80px !important;
}
.contact_box p{
	color:#008662;
}
.contact_box ul li a{
	color:#008662 !important;
}
.contact_box ul li a .more_inner{
	background:#d5efe8 !important;
}
.contact_box ul li a:after{
	background:#d5efe8 url('../images/common/arrow_green.svg') no-repeat center center !important;
}
.contact_box ul li a:hover .more_inner{
	background:#008662 !important;
	color:#fff;
}
.contact_box ul li a:hover:after{
	background:#008662 url('../images/common/arrow_white.svg') no-repeat center center !important;
}