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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    /*font-weight: normal;
    font-size: 100%;*/
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


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

 basic set

-----------------------------------------------------------------------
 01 Body
 02 Global Elements
 03 Structure
 04 Layout
 05 Mailform override
 06 Responsive
==================================================================== */


/* 01 Body
------------------------------------------------------------- */

body	{
	background: #fff;
	color: #000;
	font-size: 16px !important;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.6;
}


/* 02 Global Elements
------------------------------------------------------------- */

a	{
	border-bottom: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover	{
	background: none;
	text-decoration: underline;
}

a img	{
	padding: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img	{
	padding: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

strong	{
	font-weight: bold;
}

.red	{
	color: #de060c !important;
}
.blue {
	color: #375cb9 !important;
}

.bg_ylw	{
	background: yellow;
}

.ftL	{
	font-size: 1.2em;
}
.ftLL	{
	font-size: 1.4em;
}

.clear	{
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img	{
	vertical-align: bottom;
}

p	{
	color: #444;
	line-height: 1.6;
}

p.text	{
	font-size: 16px;
	font-weight: bold;
	padding: 20px 50px;
	text-align: left;
}

h2	{
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 30px;
}

dd	{
	line-height: 1.4;
}

.fl_left	{
	float: left;
	margin: 0 30px 30px 0;
}
.fl_right	{
	float: right;
	margin: 0 0 30px 30px;
}

.tx_left	{
	text-align: left !important;
}
.tx_center	{
	text-align: center !important;
}
.tx_right	{
	text-align: right !important;
}


/* margin */
.mgt10	{
	margin-top: 10px;
}
.mgt20	{
	margin-top: 20px;
}
.mgt30	{
	margin-top: 30px;
}
.mgt40	{
	margin-top: 40px;
}
.mgt50	{
	margin-top: 50px;
}
.mgb10	{
	margin-bottom: 10px;
}
.mgb20	{
	margin-bottom: 20px;
}
.mgb30	{
	margin-bottom: 30px;
}
.mgb40	{
	margin-bottom: 40px;
}
.mgb50	{
	margin-bottom: 50px;
}
.mgb100	{
	margin-bottom: 100px;
}

/* animate */
.fade1, 
.fade2, 
.fade3, 
.fade4, 
.fade5, 
.fade6, 
.fade7, 
.fade8, 
.fade9, 
.fade10,
.fade11, 
.fade12, 
.fade13 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.animated {
	opacity: 1;
	filter: alpha(opacity=100);
}
.delay-01s {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.delay-03s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-07s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.delay-09s {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.delay-11s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.delay-13s {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

/* youtube */
/*.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/


/* 03 Structure
------------------------------------------------------------- */

#header {
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	height: 74px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}
#header h1 img {
	margin-top: 15px;
	width: 226px;
}
#header img.tel {
	position: absolute;
	right: -3px;
	top: 0;
	width: 326px;
}

.main {
	width: 860px;
	margin: 0 auto;
}

#footer {
	background: #287bd5;
	color: #fff;
	font-size: 11px;
	margin: 50px 0 0;
	padding: 20px 10px 20px;
	text-align: center;
}
#footer a {
	color: rgba(255,255,255,0.8);
	display: inline-block;
	margin: 0 20px;
}
#footer address {
	color: rgba(255,255,255,0.8);
	font-size: 11px;
	margin-top: 15px;
}


/* 04 Layout
------------------------------------------------------------- */

/* top */
#top {
	text-align: center;
}
#top h2 {
	margin-bottom: 0;
}

/* reasons */
.reasons {
	background: #fdfce7 url(../images/bg_yellow_dot.png);
}
.reasons section {
	padding-bottom: 10px;
	text-align: center;
}
.reasons header {
	background: #2982db;
	position: relative;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	position: relative;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.reasons header .title_arrow {
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -18px;
	width: 37px;
}
.reasons header h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	padding: 10px 15px 8px 15px;
}
.reasons header h2 span {
	color: #de060c;
	margin: 0 3px;
	text-shadow: -1px -1px #f4f5f6, 1px -1px #f4f5f6, -1px 1px #f4f5f6, 1px 1px #f4f5f6;
}
.reasons header .illust {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 62px;
}

/* why */
#why header h2 {
	padding-right: 75px;
}
}
#why ul {
	margin-bottom: 20px;
	position: relative;
}
#why ul li {
	background: #fff;
	border: solid 3px #ebebeb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
#why .arrow_down {
	margin-bottom: 10px;
	width: 70px;
}
#why p {
	font-weight: bold;
	margin-bottom: 10px;
}

/* difference */
#difference .difference_list {
	background: #fff;
	border: solid 3px #ebebeb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 15px 5px;
}
#difference ul li {
	background-image: url(../images/img_check_blue.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	background-size: 18px 16px;
	border-bottom: solid 1px #ebebeb;
	line-height: 1.3;
	padding: 10px 10px 10px 30px;
	text-align: left;
}
#difference ul li:last-child {
	border: 0;
}
#difference ul li span {
	color: #de060c;
	font-size: 1.2em;
}
#difference ul li small {
	font-size: 0.8em;
	font-weight: normal;
}
#difference .difference_arrow {
	position: relative;
	top: -8px;
}
#difference .difference_arrow img {
	width: 161px;
	position: relative;
	top: -8px;
}
#difference h4 {
	font-size: 1.2em;
	margin-bottom: 30px;
}
#difference h4 strong {
	font-size: 1.3em;
	text-shadow: -1px -1px #f4f5f6, 1px -1px #f4f5f6, -1px 1px #f4f5f6, 1px 1px #f4f5f6;
}
#difference h4 strong span {
	color: #de060c;
	font-size: 1.2em;
}
#difference .feature {
	background: #2982db;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	line-height: 1.3;
	padding: 10px 10px 6px;
	color: #fff;
}
#difference .feature span {
	color: #fff309;
	font-size: 1.2em;
}

/* otoku */
#otoku ul {
	margin-bottom: 20px;
	position: relative;
}
#otoku ul li {
	background: #fff;
	border: solid 3px #ebebeb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 15px 10px;
	text-align: left;
}
#otoku ul li span {
	color: #375cb9;
	border-right: solid 3px #ebebeb;
	padding-right: 10px;
}
#otoku .compare h3 {
	color: #173f6b;
	font-weight: bold;
	padding: 30px 0 10px;
}
#otoku .compare table	{
	margin: 0 0 10px;
	border-collapse: collapase;
	border: solid 3px #194069;
	width: 100%;
	background: #fff;
}
#otoku .compare table th, #otoku .compare table td	{
	padding: 8px 10px 5px;
	border: solid 1px #ccc;
}
#otoku .compare table th	{
	background: #e9f2fb;
	font-weight: bold;
	color: #194069;
}
#otoku .compare table thead th, #otoku .compare table thead td	{
	background: #194069;
	color: #fff;
	font-weight: bold;	
}
#otoku .compare table tbody td	{
	text-align: right;
	width: 35%;
}
#otoku .compare .desc {
	font-size: 0.85em;
	text-align: left;
	margin-bottom: 30px;
}

/* aboutus */
#aboutus header {
	background: #de060c;
}
#aboutus header h2 {
	color: #fff309;
	font-size: 1.2em;
	line-height: 1.5;
}
#aboutus header h2 span {
	color: #000;
	font-size: 1.4em;
}
#aboutus .manga {
	padding: 30px 0;
}
#aboutus .manga img {
	background: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}
.about {
	background: #f2f2f2;
	border: solid 1px #ddd;
	margin: 30px 0;
	padding: 0 15px 15px; 
	text-align: left;
}
.about .about_title {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 -15px 10px;
	padding: 4px 10px;
	background: -moz-linear-gradient(top, #2b4f75 0%, #3b5c7f 50%, #2b4f75 51%, #2b4f75 100%);
	background: -webkit-linear-gradient(top, #2b4f75 0%,#3b5c7f 50%,#2b4f75 51%,#2b4f75 100%);
	background: linear-gradient(to bottom, #2b4f75 0%,#3b5c7f 50%,#2b4f75 51%,#2b4f75 100%);
	border: solid 1px #041324;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.about h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 0;
}
.about p	{
	line-height: 1.8;
	padding: 10px 5px 30px;
}
.about .policy {
	border: solid 3px #edecda;
	background: #edecda;
	margin-bottom: 15px;
	padding: 15px 15px 5px;
	box-shadow: inset 0 0 0 1px #d8d5ab;
	text-align: center;
}
.about .policy h3 {
	border-bottom: solid 1px #d8d5ab;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px 3px;
	text-align: center;
}
.about .policy h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 10px 3px;
	text-align: center;
}
.about .policy p {
	text-align: center;
}
.about .policy p small {
}
.about .policy ul {
}
.about .policy ul li {
	padding: 0 10px 10px 25px;
	text-align: center;
}
.about .image_employee	{
	margin: 10px 20px 20px;
	text-align: center;
}

/* ima */
#ima ul {
	margin-bottom: 20px;
	position: relative;
}
#ima ul li {
	background: #fff;
	border: solid 3px #ebebeb;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 15px 15px 10px 85px;
	position: relative;
	text-align: left;
}
#ima ul li span {
	color: #375cb9;
	border-right: solid 3px #ebebeb;
	padding-right: 10px;
	position: absolute;
	left: 15px;
	top: 15px;
}

/* choice */
#choice {
	background: #375cb9;
	padding-top: 20px;
	position: relative;
}
/*#choice:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -70px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 70px 0 70px;
	border-color: #375cb9 transparent transparent transparent;
}*/
#choice h2 {
	margin-bottom: 30px;
}
#choice .choice {
	background: #fff;
	border: solid 3px #fff200;
	margin-bottom: 30px;
	position: relative;
}
#choice .choice .number {
	background: #de060c;
	border: solid 2px #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	height: 30px;
	width: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -25px;
	line-height: 1.6;
	font-size: 1.5em;
}
#choice .choice h3 {
	background: #fff200;
	font-size: 1.3em;
	padding: 8px 5px 5px;
	text-align: center;
}
#choice ul li {
	border-bottom: dotted 2px #333;
	font-weight: bold;
	padding: 10px;
}
#choice ul li:last-child {
	border: 0;
}

/* price */
#choice .price {
	text-align: center;
}
#choice .price h2 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 55px;
	position: relative;
	text-align: center;
}
#choice .price h2:before, 
#choice .price h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #fff;
}
#choice .price h2:before {
	left: 0;
}
#choice .price h2:after {
	right: 0;
}
#choice .price p {
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}
#choice .price table	{
	margin: 0 0 10px;
	border-collapse: collapase;
	border: solid 3px #ccc;
	width: 100%;
	background: #fff;
}
#choice .price table th, #choice .price table td	{
	padding: 8px 10px 5px;
	border: solid 1px #ccc;
	font-weight: bold;
	text-align: center;
}
#choice .price table th	{
	color: #666;
	font-weight: normal;
}
#choice .price table thead th, #choice .price table thead td	{
	background: #bbb;
	font-weight: bold;
}
#choice .price table tbody td	{
	width: 40%;
}
#choice .price table thead td.kakumei {
	background: #de060c;
	border-top: solid 3px #de060c;
}
#choice .price table td.kakumei {
	color: #de060c;
	border-right: solid 3px #de060c;
	border-left: solid 3px #de060c;
	font-size: 1.2em;
}
#choice .price table td.kakumei.end {
	border-bottom: solid 3px #de060c;
}

/* campaign */
.campaign {
	background-image: url(../images/campaign.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 200px;
	margin: 0 -40px;
}

/* service */
#service {
	background: #375cb9;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}
#service h2 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 55px;
	position: relative;
	text-align: center;
}
#service h2:before, 
#service h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #fff;
}
#service h2:before {
	left: 0;
}
#service h2:after {
	right: 0;
}
#service ul {
	padding: 20px 0 0;
}
#service ul li {
	padding-bottom: 15px;
}
#service ul li .box {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-top: 1px;
}
#service ul li .box .video {
	background: #000;
	margin: 15px;
}
#service ul li .box .video > img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#service ul li .box .video a img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#service ul li .box .video a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#service ul li .box a.lp {
	background: #e4e9ed;
	border-top: solid 1px rgba(255,255,255,0.7);
	display: block;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
}
#service ul li .box a:hover.lp {
	background: #bedcf4;
}
#service ul li .coming {
	background: #e4e9ed;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 20px;
	text-align: left;
	margin-bottom: 10px;
}
#service h3 {
	color: #fff;
	padding: 0 0 30px;
}

/* franchise */
#franchise {
	background: #e9f2fb;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#franchise h2 {
	color: #2e3a89;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 55px;
	position: relative;
	text-align: center;
}
#franchise h2:before, 
#franchise h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #2e3a89;
}
#franchise h2:before {
	left: 0;
}
#franchise h2:after {
	right: 0;
}
#franchise ul {
	padding: 20px 0 10px;
}
#franchise ul li {
	padding-bottom: 15px;
	text-align: center;
}
#franchise ul li .box {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	overflow: hidden;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#franchise ul li .box .video {
	background: #000;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
#franchise ul li .box .video img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}
#franchise ul li .box .video a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#franchise ul li .box .hp {
	background: #2e3a89;
	border-top: solid 1px rgba(255,255,255,0.3);
	display: block;
	padding: 15px 0;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.3);
	box-shadow: 0 -1px 2px rgba(0,0,0,0.3);
}
#franchise ul li .box a:hover.hp {
	background: #0d1b78;
}


/* request */
#request {
	background: #458ddc url(../images/bg_blue_dot.png);
	padding-top: 5px;
	padding-bottom: 30px;
}
#request h2 {
	margin-bottom: 20px;
}
#request .illust {
	position: absolute;
	top: -10px;
	left: 20px;
}

/* repair */
#repair {
	background: #e9f2fb;
	margin-bottom: 30px;
	text-align: center;
}
#repair h2 {
	color: #2e3a89;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 55px;
	position: relative;
	text-align: center;
}
#repair h2:before, 
#repair h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #2e3a89;
}
#repair h2:before {
	left: 0;
}
#repair h2:after {
	right: 0;
}
#repair .box {
	background: #e9f2fb;
	padding: 10px 0 20px;
}
#repair .box h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0;
}

#repair .merit {
	background: #fbf8dc;
	text-align: left;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
#repair .merit h3 {
	background: #2e3a89;
	color: #fff;
	font-weight: bold;
	padding: 8px 20px 5px;
}
#repair .merit ul {
	margin: 20px 20px 10px;
}
#repair .merit ul li {
	background-image: url(../images/img_check.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-size: 17px 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
#repair .merit ul li small {
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: normal;
}
#repair .condition {
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#repair .condition h3 {
	background: #2e3a89;
	color: #fff;
	font-weight: bold;
	padding: 8px 20px 5px;
}
#repair .condition ul {
	margin: 20px 20px 0;
	list-style-type: decimal;
	padding-left: 20px;
}
#repair .condition ul li {
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}

#repair .box .arrow {
	margin-top: 10px;
	width: 91px;
}

/* banners */
.banners {
	padding-top: 30px;
}
.banners a {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}


/* 05 Mailform override
------------------------------------------------------------- */

dl.mailform {
	background: #fff;
	border: 2px solid #ddd;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}
dl.mailform dt {
	border-color: #ddd !important;
	font-weight: bold;
	padding: 15px 15px 5px !important;
}
dl.mailform dd {
	padding: 0 15px 15px !important;
}
dl.mailform dt.request_repair {
	background: #fbf8dc !important;
	border: 0 !important;
	font-size: 16px;
	padding: 10px 15px !important;
	text-align: center !important;
}
dl.mailform input[type=text], 
dl.mailform input[type=email], 
dl.mailform input[type=tel], 
dl.mailform textarea, 
dl.mailform select {
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	padding: 5px;
	margin: 2px 0;
	border: solid 1px #ccc;
}
dl.mailform label {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 3px;
	display: block !important;
	margin: 3px;
}
.mfp_buttons button {
	background: #0060d8;
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	margin-top: 20px;
	padding: 10px 30px;
	text-shadow: none;
}
.mfp_buttons button:hover {
	background: #2982db;
}


/* 06 Responsive
------------------------------------------------------------- */
@media screen and (max-width: 859px) {
	
	.main {
		width: 100%;
	}
	
	img {
		max-width: 100%;
	}
	
	section {
		padding: 0 15px;
	}
	
}

@media screen and (max-width: 800px) {
	
	header h1 img {
		margin-left: 10px;
	}
	header img.tel {
		right: 10px;
	}
	
}

@media screen and (max-width: 640px) {
	
	body {
		font-size: 90% !important;
	}
	
	#header {
		height: 50px;
	}
	#header h1 img {
		margin-top: 10px;
		max-width: 45%;
		width: 170px;
	}
	#header img.tel {
		width: 45%;
	}
	
	.main_content {
		padding: 40px 0 0;
	}
	.thanks {
		padding: 0 20px;
	}
	.thanks h1 {
		font-size: 1.3em;
	}
	
	.meiwaku {
		border-width: 4px;
		margin: 20px 20px;
		padding: 20px 20px 10px;
	}
	.meiwaku h3 {
		font-size: 14px;
	}
}
