body {
	width:100%;
	height:100%;
	color: #000;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 1px;
	margin:0;
	padding: 0;
	border: 0;
}

a:link {
	text-decoration: none;
}

.c-both{
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}

img{
width:100%;
max-width: 100%;
height: auto;
}

header {
    padding: 0;
    margin: 0;
}

article {
    padding: 0;
    margin: 0;
}

footer {
    padding: 0;
    margin: 0;
}

.contents {
    display: block flex;
    max-width: 1280px;
    margin: 0px auto;
    align-items: center;
    justify-content: space-between;
}
.contents img {
    width:50%;
}

.form{
    display: block;
    max-width: 800px;
    margin: 80px auto;
	text-align:center;
	padding: 0 30px;
}

.contact_tit {
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #00913a;
    letter-spacing: 5px;
    text-align: center;
}

.contact_p {
    font-size: 16px;
    margin: 0 auto 30px;
    line-height: 180%;
    text-align: center;
}

#formbase {
	margin: 0 auto;
}

#formWrap {
	margin:0px auto;
}

table.formTable{
	margin:0px auto;
	border-collapse:collapse;
	width:100%;
	text-align: left;
}
table.formTable td, th{
	float:left;
	font-size:16px;
	width: 100%;
	padding:0;
	line-height:0;
}

table.formTable td{
	margin-bottom: 25px;
}

table.formTable th{
	margin-bottom: 20px;
	font-weight: bold;
}

textarea {overflow: auto;}
input, textarea, select {
border: 1px solid #999999;
	background-color: #FFF;
padding: 8px 10px;
	font-size: 16px;
    border-radius: 3px;
	box-sizing: border-box;
	margin-bottom:10px;
}

.form001 {
width:100%;
}

.form002 {
width:20%;
}

.sendbutton{
	width:540px;
	margin:20px auto 0;
    display: flex;
    justify-content: center;
	gap:50px;
	text-align:center;
	align-items: center;
}

.button1 {
	-webkit-appearance: none;
	display: block flex;
width: 200px;
	height:70px;
	background-color: #00913a;
	border-radius: 100vh;
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
    border: none;
	justify-content:center;
	align-items:center;
}
.button1:hover{
	    opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

.button {
	-webkit-appearance: none;
	display: block flex;
width: 200px;
	height:70px;
	background-color: #00913a;
	border-radius: 100vh;
	color:#FFF;
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
    border: none;
	justify-content:center;
	align-items:center;
	margin:0 auto;
}
.button:hover{
	    opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

.hissu{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #e95513;
	padding: 5px;
    border-radius: 3px;
}

.form_p{
	font-size: 16px;
    line-height: 100%;
    margin: 0px 0px 0px 10px;
    padding: 0;
}

.under_h2{
  display: none;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px!important;
    position: absolute;
    left: 0;
    top: 40px;
    white-space: nowrap!important;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

div.wpcf7-validation-errors {
    display: none !important;
}

.br-sp {
  display: none;
}


@media only screen and (max-width:798px){
    
.contents {
    display: block;
	justify-content:center;
}
	
.contents img {
    width:100%;
    margin:0 auto;
}

.contact_tit {
    font-size: 20px;
    margin: 0 auto 10px;
}

.contact_p {
    font-size: 14px;
    margin: 0 auto 20px;
    text-align: left;
}
	
.form{
    margin: 50px auto;
	padding: 0 20px;
}
	
table.formTable td, th{
	font-size:13px;
}
	
table.formTable th{
	/*margin-bottom: 0px;*/
}

table.formTable td{
	/*margin-bottom: 8px;*/
}

textarea {overflow: auto;}
input, textarea, select {
padding: 8px 10px;
	font-size: 13px;
}
	
.sendbutton{
	width: auto;
	max-width:300px;
    margin:20px auto 0;
	gap:30px;
}
	
.button1 {
	-webkit-appearance: none;
	font-size:14px;
    width: 150px;
	height:60px;
}

.button {
	-webkit-appearance: none;
	font-size:14px;
    width: 150px;
	height:60px;
}

.hissu{
	font-size: 12px;
	padding: 3px;
}
    
.form_p{
	font-size: 13px;
    margin: 0px 0px 0px 7px;
}
	
span.wpcf7-list-item { display: block; }
	
span.wpcf7-not-valid-tip {
    font-size: 10px!important;
    top: 35px;
}
	
.br-sp {
  display: block;
}
	
}
