@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/* reset elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 110%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
	b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
li {
	list-style-type: none;
}
table, img {
	border: none;
}
em, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
	clear: both;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}
body {
	zoom: 1;
	font-size: 16px;
	font-size: 1.6rem;
	overflow-x: hidden;
	line-height:30px;
}
body:after {
	content: "";
	display: block;
	clear: both;
}
* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing:border-box;
}

a {
	color: #191919;
	text-decoration:none;
}
a:link {
	color: #191919;
}
a:visited {
	color: #191919;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #191919;
}
body {
	padding: 0;
	margin:0;
	color:#000000;
}
* html body {
	overflow: hidden;
}
img {
	max-width: 100%;
	border: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.wrap{
	width:1000px;
	margin:0 auto;
}
#footer .wrap{
	width:1200px;
	margin:0 auto;
}

#toggle{
display: none;
}
a:hover img{
	opacity:0.6;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header{
	background:url("../images/mj_kaitensagyoudai/i_main_bg.png") no-repeat center top;
	background-size:cover;
	padding:50px;
}
#bt_back{
	text-align: right;
}
#bt_back a{
	background:#ffffff;
	border:3px solid #339966;
	padding:10px;
	color:#339966;
	font-size:16px;
	text-align:center;
}
#bt_back02{
	text-align: right;
}
#bt_back02 a{
	background:#339966;
	border:3px solid #339966;
	padding:10px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
}
#header #main{
	text-align: center;
	margin:50px auto;
}
#header #lead{
	background:#ffffff;
	padding:5px;
	font-size:24px;
	text-align: center;
	font-weight: bold;
	width: 880px;
	margin:0 auto 50px auto;
}
#header #lead span{
	color:#ff0000;
}

#main_img{
	clear: both;
	overflow: hidden;
	background: #ffffff;
	padding:30px 10px;
	width:1000px;
	margin: 0 auto 50px auto;
}
#main_img li:first-child{
	float:left;
}
#main_img li:last-child{
	float:right;
}

.title{
	text-align: center;
	 padding:0 0 50px 0;
}


#ex{
	background:#f1f1f1;
	padding:100px 0;
}

#ex .i_ex{
	text-align: center;
	margin-bottom:50px;
}
#ex .txt_ex{
	text-align: center;
	font-size:24px;
	line-height: 50px;
}
#ex .txt_ex span{
	color: #ff0000;
}










#feature{
	clear: both;
	overflow: hidden;
	padding:100px 0;
}
#feature ul{
	margin:0;
	paddin:0;
}
#feature li{
	margin:0 0 50px 0;
	padding:0;
	width:450px;
}
#feature li:nth-child(odd){
	float:left;
}
#feature li:nth-child(even){
	float:right;
}
#feature li .p_feature{
	margin-bottom:10px;
}
#feature li p{
	font-size:18px;
}



.contents_column{
clear:both;
overflow:hidden;
width:1200px;
margin:100px auto;
}

.contents_column h3{
text-align: center;
font-size: 2.8rem;
color: #548235;
letter-spacing: .07em;
margin-bottom:30px;
font-weight:bold;
line-height:1.5;
}
.contents_column h3:after{
height: 1px;
content: '';
display: block;
margin-right: auto;
margin-left: auto;
background-image: -webkit-gradient(linear, left top, right top, from(#548235), to(#339966));
background-image: linear-gradient(90deg, #548235 0%, #339966 100%);
    margin-top:20px;
    width:100px;
}

.contents_column h5{
font-weight:bold;
margin-bottom:20px;
font-size: 1.8rem;
color: #548235;
}

.bt_to_index{
padding:100px;
}
.bt_to_index a{
background:#339966;
color:#ffffff;
text-align:center;
padding:15px 40px;
border-radius:30px;
font-size:18px;
font-size:1.8rem;
}
.bt_to_index a:hover{
background:#73bf99;
}



table.table_contents , table.table_contents table ,  table.table_small{
    border-collapse:  collapse;
    width:100%;
    font-size:16px;
    font-size:1.6rem;
}
table.table_small{
font-size:12px;
font-size:1.2rem;
}
table.table_contents , table.table_small{
margin-bottom:50px;
}
.table_contents th,.table_contents td , .table_small th , .table_small td {
    border: solid 1px #999999;  /* 枠線指定 */
    padding: 20px;      /* 余白指定 */
}
.table_contents th , .table_small th{
text-align:left;
vertical-align: top;
}
.table_contents th{
	width: 250px;
}
.table_contents th span{
	font-size:14px;
}
.table_contents td.inner{
padding:0;
}
 .table_contents th , .table_small th{
 	background:#f5f5f7;
 }
 .table_contents td , .table_small td{
 	background:#ffffff;
 }

.table_contents td table td{
	border:none;
}

.att{
	color:#ff0000;
}

#contact p.att{margin-bottom:50px;}
.i_req{
color:#ff0000;
}
input[type="text"] , input[type="tel"] , input[type="email"] , textarea{
padding:10px;
width:100%;
}
input[name="zip"]{
	width:20%;
}
input[name="item"]{
	width:15%;
}
select{
	padding:10px;
}
.btn{
background-image: -webkit-gradient(linear, left top, right top, from(#548235), to(#339966));
background-image: linear-gradient(90deg, #548235 0%, #339966 100%);
color:#ffffff;
text-align:center;
padding:15px 60px;
border-radius:30px;
}
.error_list{
margin-bottom:50px;
}
.error_list li{
color:#ff0000;
margin-bottom:10px;
}
.bt_to_index{
padding:100px;
}
.bt_to_index a{
background:#339966;
color:#ffffff;
text-align:center;
padding:15px 40px;
border-radius:30px;
font-size:18px;
font-size:1.8rem;
}
.bt_to_index a:hover{
background:#73bf99;
}
/*==============================================================
footer
==============================================================*/
#footer{
clear:both;
overflow:hidden;
padding:50px 0 0 0;
}
#index #footer{
padding:0;
}
#footer_contact{
background:URL(../images/i_footer_contact.jpg) no-repeat center center;
background-size:cover;
height:250px;
text-align:center;
margin-bottom:50px;
padding-top:90px;
}

#footer_contact a{
font-size:28px;
font-size:2.8rem;
display:block;
margin:0px auto;
width:50%;
border:1px solid #548235;
padding:30px 50px;
background-color: rgba(255,255,255,0.5);
color:#548235;
}
#footer .wrap #f_logo{
text-align:center;
margin-bottom:30px;
}
#footer .wrap #footer_address div{
width:33%;
float:left;
font-size:16px;
font-size:1.6rem;
margin-bottom:30px;
}

address{
clear:both;
overflow:hidden;
text-align:center;
padding:30px 0;
font-size:14px;
font-size:1.4rem;
border-top:1px solid #f0f0f0;
}
/* -------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SP
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
font-size:90%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrap{
	width:100%;
	margin:0 auto;
	position:relative;
}
#footer .wrap{
	width:100%;
	margin:0 auto;
}
img {
max-width : 100% ;
}


body {
	-webkit-text-size-adjust : 100%!important ; background-size:200%;
	font-size: 12px;
	font-size: 1.2rem;
	overflow-x: hidden;
	line-height:22px;
	}
* {
	font-size: 10px;
	font-size: 1.0rem;
	}
	
#toggle{
display: block;
clear:both;
position: absolute;
right: 5%;
top: 5px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*==============================================================
header
==============================================================*/
#header{
height:auto;
padding:0;
}


.table_contents th, .table_contents td ,.table_small th, .table_small td{
padding:10px;
}
.table_contents th{
width:25%;
}
table.table_contents, table.table_contents table, table.table_small{
font-size:12px;
font-size:1.2rem;
}
/*==============================================================
footer
==============================================================*/
#footer{
padding:0;
}
#footer_contact{
display:none;
}
#footer .wrap #footer_address{
display:none;
}
#footer .wrap #f_logo{
margin-bottom:10px;
}
address{
padding:10px;
font-size:8px;
font-size:0.8rem;
}

/* -------------------------------------------------------------------------------
index
--------------------------------------------------------------------------------- */

}