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

@media screen and (min-width:768px){
/*pc・タブレットcss*/

/*====================================================================

contact.css

======================================================================


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
table.contact {
	margin: 0 auto 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 735px;
}
table.contact th,
table.contact td {
	padding: 13px 13px 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-weight: normal;
	font-size: 12px;
}
table.contact th {
	background: #eee;
	width: 180px;
}
table.contact td {
	background: #fff;
	width: auto;
}

input,
textarea,
select { margin: 2px 0; padding: 5px; font-size: 12px;}

input#sendform {
	margin-left: 260px;
}
input#backform {
	margin-top: 15px;
	margin-left: 260px;
}

/* present
/--------------------------------------------------------------------*/
div#present {
	margin-bottom: 30px;
	padding: 19px;
	border: 1px solid #ccc;
	background: url(../img/common_bg_05.gif);
	width: 700px;
}
div#present figure {
	float: right;
}
div#present p {
	padding: 20px 0 0;
	margin: 0 10px auto;
	width: 410px;
}

div#present p.last {
	margin-top: 30px;
	clear: both;
	width: 680px;
	border-top: 2px dotted #777;
	font-size: 18px;
}
.model_text{
	text-align: center;
	font-size: 14px;
	line-height: 28px!important;
	margin-bottom: 30px;
	letter-spacing: 0px!important;
}
.box01{
	overflow: hidden;
	background: url(../img/model_bg01.jpg) repeat;
	padding: 50px 30px 0px;
	margin-bottom: 40px;
}
.box01 .text01{
	overflow: hidden;
	margin-bottom: 50px;
}
.box01 .text01 dl{
	margin-top: 70px;
	width: 220px;
}
.box01 .text01 dl dt{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: #96cb52;
	text-align: center;
	padding: 12px 0 7px 0;
	margin-bottom: 35px;
}
.box01 .text01 dl dd{
	line-height: 26px;
}

}

@media screen and (max-width:767px){
/*スマホ用css*/

/*====================================================================

contact.css

======================================================================


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
section.box .mb40 {
	margin-bottom: 20px;
	padding: 0;
}
section.box .mb40 img {
	width: 100%;
}
table.contact {
	margin: 0 auto 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}
table.contact th,
table.contact td {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-weight: normal;
	font-size: 14px;
	box-sizing: border-box;
}
table.contact th {
	background: #eee;
}
table.contact td {
	background: #fff;
}

input,
textarea,
select { margin: 2px 0; padding: 5px; font-size: 16px; width: 80%; display: block;}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input#sendform {
	width: auto;
	margin: auto;
}
input#backform {
	width: auto;
	margin: 15px auto 0;
}

/* present
/--------------------------------------------------------------------*/
div#present {
	margin-bottom: 30px;
	padding: 19px;
	border: 1px solid #ccc;
	background: url(../img/common_bg_05.gif);
	width: 700px;
}
div#present figure {
	float: right;
}
div#present p {
	padding: 20px 0 0;
	margin: 0 10px auto;
	width: 410px;
}

div#present p.last {
	margin-top: 30px;
	clear: both;
	width: 680px;
	border-top: 2px dotted #777;
	font-size: 18px;
}
.model_text{
	font-size: 14px;
	line-height: 28px!important;
	margin-bottom: 30px;
	letter-spacing: 0px!important;
	padding: 0;
}
.box01{
	overflow: hidden;
	background: url(../img/model_bg01.jpg) repeat;
	padding: 20px;
	margin-bottom: 40px;
}
.box01 .fl,
.box01 .fr{
	float:none;
	padding: 0;
}
.box01 .fl img,
.box01 .fr img{
	width: 100%;
	margin: auto;
}
.box01 .text01{
	overflow: hidden;
	margin-bottom: 50px;
}
.box01 .text01 dl{
}
.box01 .text01 dl dt{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: #96cb52;
	text-align: center;
	padding: 12px 0 7px 0;
	margin-bottom: 20px;
}
.box01 .text01 dl dd{
	line-height: 26px;
	margin-bottom: 20px;
}

.ttl {
	padding: 0 !important;
	overflow: hidden;
}
.ttl img {
	max-width: inherit;
	width: 150vw;
	margin-left: -27vw;
	margin-bottom: 20px;
}

}