@charset "UTF-8"; 
 
/* コンテンツ */

.pageTitle {
	padding: 0;
	text-align: center;
	border-bottom: 0;
}

.pageTitle img {
	width:100%;
	vertical-align:top;
}

#content {
	width:100%;
	background:repeating-linear-gradient(90deg, #F0F6E0 0, #F0F6E0 8px, #fff 8px, #fff 16px);
	color:#333;
}

#posts {
	width:1040px;
	margin:0 auto;
}
	 
.topComment {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	line-height:2em;
}

.topComment .pc {
	display:block;
}

.topComment .mb {
	display:none;
}

.topComment .pc_mb {
	display:block;
}

.topComment .quo {
	color: #EB0000;
}

.attention {
	background: #D2F0BE;
	width:72%;
	margin: 5% auto;
	padding: 3% 7%;
}

.attention h3{
	font-weight: bold;
	margin:2% 0 0;
}

.attention ul {
padding:1% 0 1% 3%;
}

.attention ul li {
    list-style-type: disc !important;
}

.formWrapper {
	background: #fff;
	padding: 2% 3%;
}

.must { 
	color: #f00;
}

.mustText {
	margin: 1% 0;
}
 
.contactForm { 
	width: 100%;
	margin-bottom: 30px;
}

.contactForm th,
.contactForm td {
	padding: 20px 20px;
	border: 1px solid #666;
}

.contactForm th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #b4d2d2;
}
.contactForm td {
	padding: 20px 30px;
	line-height: 3;
	background-color: #f5f5f5;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"] {
	width: 100%;
	padding: 0.3em;
	font-size: 110%;
}

.contactForm span.zipcode input[type="text"] {
	width: 35%;
}

.contactForm input[type="file"] {
	font-size: inherit;
}

.contactForm .rubi {
	width: 75%;
}
.contactForm .zip {
	width: 8em;
}
.contactForm textarea {
	width: 100%;
	height: 10em;
}

.contactForm .attention {
	line-height: 1.2;
	color: #f00;
}

.contactForm .exp {
	font-size: 80%;
	line-height: 1;
}

.contactForm .comment {
	line-height: 1.5;
}
	 
.submitButton { 
	text-align: center;
}

.submitButton input {
	padding: 10px 50px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	background-color: #00a683;
	border-width: 0;
}

.submitButton input.back {
	padding: 10px 20px;
	color: #666;
	background-color: #ddd;
}
 
.mailformSendMsg, 
.mailformErrorMsg {
	padding: 8em 2em;
}
  	
.privacy { 
	margin-bottom: 30px;
	padding: 20px 100px;
	border: 2px solid #cc0046;
}

.privacy .heading {
	font-size: 130%;
	font-weight: bold;
}
.privacy .comment {
	padding-top: 1em;
	font-size: 90%;
	line-height: 1.8;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	background: #fff;
	font-weight:bold;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #fff;
	font-weight:bold;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	background: #fff;
	font-weight:bold;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background: #fff;
	font-weight:bold;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background: #fff;
	font-weight:bold;
}
  
@media screen and (max-width: 640px) {
	
#posts {
	width:100%;
	margin:0 auto;
}
	 
.topComment { 
	width:90%;
	margin:0 auto;
	font-size:70%;
}
	
.topComment .pc {
	display:none !important;
}

.topComment .mb {
	display:block;
}
	
.attention {
	font-size:75%;
}
	
.formWrapper {
	background: #fff;
	padding: 5% 0;
}
 
.contactForm { 
	margin-bottom: 20px;
}

.contactForm th,
.contactForm td {
	display: block;
	width: 100%;
	padding: 20px 10px;
	line-height: 1.5;
	box-sizing: border-box;
	border-width: 0px;
	border-top: 1px solid #666;
}
.contactForm th {
	padding: 10px 10px;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm select,
.contactForm textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
 
.privacy { 
	margin-bottom: 20px;
	padding: 15px 15px;
}

.privacy .heading {
	font-size: 120%;
}
.privacy .comment {
	padding-top: 1em;
	font-size: 90%;
	line-height: 1.8;
}
 
} 
  
