@charset "utf-8";
/**********************************
Theme Name: brain
Theme URI: http://atoz.tokyo/
Description: レスポンシブデザイン無料テーマ
Version: 1.1.1
Author: atoz
Author URI: http://atoz.tokyo/

～目次（検索で各ブロックのスタイルにジャンプ）～
■全体定義
■クラス定義
■動画レスポンシブ
■画像系
■リンク・パンくず
■ヘッダー
■メインメニュー
■サブメニュー
■コンテンツ
■ページネーション
■フッター
■下層ページ
■メールフォーム
■width 736px以上
■width 1000px以上
■width 1300px以上

**********************************/
/*--- リセット ------------------*/
* {margin: 0;padding: 0;}
ul, ol {list-style: none;}
img {vertical-align: middle;border: 0;}
button {font-size: 100%;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/*--- 全体定義 ------------------*/
html {
	font-family: 'メイリオ', Meiryo,'-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size : 100%;
	line-height : 1.7;
	color: #333;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	width:100%;
}

/*--- クラス定義 ----------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
.clear {clear: both;}
.center{
	text-align:center;
}
.wp-caption {text-align: center;}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.yellow{
	background: rgba(0,0,0,0) linear-gradient(transparent 60%,#ff0 0) repeat scroll 0 0;
	font-weight:bold;
	color: #595959;
}
table{
	border-collapse: collapse;
	border-top:1px solid #333;
	border-left:1px solid #333;
}
th,td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:7px;
}
th{font-weight:normal;}
caption{
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	padding: 0.5em 1em;
	background:#afeeee;
	color: #191970;
}
.td_bg{
	background:#f5f5f5;
}
img {max-width: 100%!important;height: auto;}
.wpcf7-list-item-label{
	font-size:90%;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea{
	font-size:105%;
	padding:5px;
    box-sizing: border-box;
}
input[type="text"], input[type="tel"], input[type="email"], textarea{
	width: 100%;
}
textarea{
	line-height:1.7;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.acceptance{
	color:#ff4500;
	padding: 5px 15px;
    font-size: 90%;
    font-weight: bold;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.bottom{
	margin:0 0 1.5em;
}
.post_box{
    padding: 1.5em 1em 0.1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.tag span{
	background: #cd5c5c;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
/*--- 動画レスポンシブ --------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- 画像系 --------------------*/
img {max-width: 100%!important;height: auto;}
/*
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
*/
/*--- リンク・パンくず --------------------*/
a {
	color: #1122cc;
	text-decoration:none;
}
.cat_tag {
	margin:2em 0;
}
.cat_tag a{
    background: #4169e1;
    color: #fff;
    padding: 2px 10px;
    margin: 0 10px;
    font-weight: normal;
    font-size: 90%;
}

.pankuzu {
	font-size: 13px;
	padding:0 10px 10px;
	color: #222;
	text-align: left;
	box-sizing: border-box;
}
.pankuzu ol{
	overflow:hidden;
}
.pankuzu ol li{
	float:left;
}
.pankuzu ol li a.item-link:after{
	content: '\25B6';
	padding-right: 5px;
}
.pankuzu a{
	color: #222;
}
/*--- ヘッダー ------------------*/
header{
	width:100%;
}
#header{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	padding: 0 0 10px;
    Z-INDEX: 1;
    background: #fff;
    border-bottom: 1px dotted #b2b2b2;
}
#header #rogo{
	width:50%;
}
#header #header_info{
	width:45%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#header #inquiry{
	width:90%;
	margin: 5px auto 0;
	border: 1px solid #333;
	border-radius: 5px;
	background:url(./images/operate.gif) no-repeat left center #f0e68c;
	text-align: center;
	order:2;
	font-size: 90%;
}
#header #inquiry a{
	display:block;
	padding:0;
	color: #333;
}
#header #tel{
	width:100%;
	order:1;
	padding: 0;
}
/*--- メインメニュー ----------------------------*/
header #menu{
	margin:0;
}
header #menu ul{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header #menu li{
	border-left: 1px dotted #b2b2b2;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-align:center;
}
header #menu li:first-child{
	border-left: none;
}
header #menu li a{
	display:block;
	color:#000;
	padding:10px 0;
}
header #menu li span{
	display:none;
}
header #menu li p{
	font-size:70%;
	font-weight: bold;
	color: #3d3d3d;
}

/*--- サブメニュー ----------------------------*/
header #sub_menu ul{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	background: #cecece;
}
header #sub_menu li{
	margin:0;
	border-bottom:none;
	box-sizing: border-box;
}
header #sub_menu li a{
	display: block;
	position: relative;
	color: #000;
	font-size: 70%;
	font-weight: bold;
	background: none;
	padding: 7px 7px 7px 22px;
}
header #sub_menu li a:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 8px;
    border-radius: 50%;
    background: #3d3d3d;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
header #sub_menu li a:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

/*--- コンテンツ ----------------*/
main{
	width:100%;
	margin-left: 0px;
	display:block;
}
article{
	background:url(./images/footer_image.png) repeat-x left bottom;
	padding:0 0 50px;
}
section{
	margin:20px 10px 50px;
}
article h1{
	font-size: 110%;
	text-align:left;
    padding: 15px;
    border-top: 3px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    color:#2d2d2d;
    margin: 0 0 1em;
}
.flex2 li{
	width:100%;
	margin:0 0 10px;
}
section h2{
	font-size: 120%;
    padding: 15px;
    background: #f0ffff;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 0 2em;
}
.machine_info{
	margin:0 0 2em;
	padding:1em 1em 0.5em;
	border: 1px solid #2d2d2d;
}
.machine_info p{
	margin: 0 0 1em;
	padding: 0 0 1em;
	color: #800000;
	border-bottom: 1px dotted #2d2d2d;
}
.machine_info ul li{
	text-align: center;
	margin: 0 0 1em;
}
.machine_info .point_icon{
	width:100%;
}
#post-content{
	padding:0 10px 2em;
	box-sizing: border-box;
}
#post-content .center img{
	margin:0 0 1.5em;
}
.news_area li{
	margin:0 15px 1.5em;
	box-sizing: border-box;
}
.news_area .data_time{
	color: #2d2d2d;
	font-weight:bold;
	margin: 0 0 0.5em;
}
.news_area .data_time .cat{
	background:#2d2d2d;
	color:#fff;
	padding:2px 10px;
	margin: 0 10px;
	font-weight:normal;
	font-size: 90%;
}
.news_area .news{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 1.4;
}
.news_area .news:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ff69b4;
    border-right: solid 2px #ff69b4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.purchase{
    padding: 15px 20px;
    margin: 0 0 2em;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: 2px solid #3d3d3d;
}
.purchase h3{
	width: 100%;
	position: relative;
	font-size: 105%;
	color: #3d3d3d;
	padding: 0 0 10px 60px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}
.purchase img {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    right: auto;
    margin: 20px auto;
    width: 200px;
}
.purchase p {
	width: 100%;
}

.used h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url(./images/used-title-icon.jpg) no-repeat;
    background-size: cover;
}
.rental h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
    background: url(./images/rental-title-icon.jpg) no-repeat;
    background-size: cover;
}
.btn_icon{
	margin-top: 2em;
	text-align: center;
	font-size:95%;
}
.btn_icon a, .bt_area a{
	color:#fff;
	display: inline-block;
	font-weight: bold;
	padding: 5px 16px;
	border-radius: 4px;
	background: #595959;
}
.btn_icon a:before, .bt_area a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	margin-right: 10px;
}
.btn_icon a:hover, .bt_area a:hover{
	background: #ffa500;
}
.contact_form{
	padding: 25px 24px 21px;
    border: 3px solid #efefef;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
.showroom{
	max-width:980px;
	margin:0 0 2em;
}
.showroom a{
	display:block;
}
.showroom p{
	background:#3d3d3d;
	color:#fff;
	text-align:left;
	padding:10px;
}
.showroom i{
	margin-right:10px;
}
.contact_form .text{
	width:100%;
	font-size:90%;
	margin:0 0 10px;
	text-align:center;
}
.contact_form .form_tel{
	font-size:140%;
	font-weight: bold;
	color:#3c3c3c;
}
.contact_form .bt{
	width:100%;
	text-align:center;
	margin:10px auto;
}
.contact_form .bt a{
	display:block;
	padding:15px 10px;
	background:#3c3c3c;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
}
.contact_form i{
	margin-right:10px;
}
/*--- ページネーション ----------------*/
#pagination a{
	border: 1px solid #ccc;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}

a.page-numbers,.pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}
/*--- フッター ----------------*/
.site_banner{
	margin:2em 0;
}

.site_banner ul li{
	width:100%;
	margin:0 0 1em;
	text-align:center;
}
footer{
	background:url(./images/footer_bg.gif) #565655;
	min-height:200px;
}
.flex_footer{
	text-align:center;
}
/*---■icon有り、トップ＋電話＋問合せパターンスマホフッター---------------------------*/
.smp-footer {
	display: block;
    padding: 5px;
    box-sizing: border-box;
    z-index: 9999;
    background: #44c6de;
    border: none;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.smp-footer ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.smp-footer ul li{
	background: #129ca9;
	border:1px solid #43acc3;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 2px;
    box-sizing: border-box;
}
.smp-footer ul li.grow{
	flex-grow: 2;
}
.smp-footer ul a{
	color: #fff;
    font-size: 90%;
    display: flex;
    align-items: center;
    height: 32px;
}
.smp-footer ul .tel{
	background: url(./images/f-tel-icon.png) no-repeat center left;
	padding-left: 35px;
}
.smp-footer ul .mail{
	background: url(./images/f-mail-icon.png) no-repeat center left;
	padding-left: 40px;
}
/*--- 下層ページ ----------------*/
#post-content section h3{
	background: linear-gradient(transparent 70%, #f0e68c 70%);
	margin:0 0 1em;
}
.list li{
	margin:0 0 2em;
}
.list li .title{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin:0 0 1em;
}
.flex_list .img{
	width:100%;
	text-align:center;
}
.flex_list .text{
	width:100%;
}
.info_box{
    margin:2em 0;
    position: relative;
    padding: 1.5em;
    border-top: solid 2px #3d3d3d;
    border-bottom: solid 2px #3d3d3d;
}
.info_box:before, .info_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #3d3d3d;
}
.info_box:before {left: 10px;}
.info_box:after {right: 10px;}
.flex_text{
	margin:0 0 1em;
}
.flex_text .text{
	width:100%;
    margin:0 0 10px;
    box-sizing: border-box;
}
.flex_text .text h3, .flex_2nd h3 {
font-size: 100%;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  margin: 0 0 0.5em !important;
  display: inline-block;
  top:0;
  background:none !important;
}

.flex_text .text h3:before, .flex_text .text h3:after,
.flex_2nd h3:before, .flex_2nd h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.flex_text .text h3:before, .flex_2nd h3:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}

.flex_text .text h3:after, .flex_2nd h3:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}
.flex_text .text table{
	width:100%;
}
.flex_text .text p, .info_box p{
	margin:0 0 0.5em;
}
.flex_text .text p:last-child, .info_box p:last-child{
	margin:0;
}
.flex_text .img{
	width:100%;
	text-align:center;
	margin:0 0 10px;
}
.price{
	width:100%;
}
.price table{
	width:100%;
	margin:0 auto 1em;
}
.price table th{
	background:#68665d;
	color:#fff
}
.flex_item{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_item li{
	width:49.5%;
	box-sizing: border-box;
    padding: 10px;
}
.flex_2nd{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	width:100%;
	margin: 0 0 3em;
}
.flex_2nd .img{
	margin-right:1em;
	width:30%;
}
.flex_2nd .text{
	width:70%;
}
.specification table{
	width:100%;
	margin: 0 0 2em;
}
.specification table th{
	background:#444444;
	color:#fff;
}
.res_table table{
	width:100%;
	margin:0 0 3em;
}
.res_table table th{
	background:#333333;
	color:#fff;
}
.res_table table th, .res_table table td{
	display:block;
}
.flow{
	width:100%;
	padding:0 10px;
	box-sizing: border-box;
}
.flow li{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	margin:0 0 2em;
}
.flow .flow_title{
	position: relative;
	min-width:120px;
	background: #504944;
	padding: 0.5em 1em;;
	margin-right: 15px;
	margin-bottom: 1em;
	text-align:center;
	color: #fff;
}
.flow .flow_title:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	border-style: solid;
	border-color: #504944 transparent transparent transparent;
	border-width: 10px 75px 0 75px;
	z-index: 1;
}
#single p{
	margin:0 0 1.5em;
}
.flex_post{
	margin:0 0 1.5em;
}
.flex_post div{
	width:100%;
	text-align:center;
	margin:0 0 1.5em;
}
.flex_post img, .case_post img{
	margin:0 0 10px;
	padding:7px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
	box-sizing: border-box;
}
.case_post{
	margin:0 0 1.5em;
}
.case_post table{
	width:100%;
	margin:0 0 10px;
}
.case_post .img{
	width:100%;
	text-align:center;
}
.case .img{
	margin:0 0 1em;
}
.used table{
	width:80%;
	margin: 1em auto;
	font-size:90%
}
.used table th{
	width:35%;
	text-align:center;
}
.thanks{
	margin2em 0;
}
.thanks p{
	margin:0 0 15px;
}
.text_box2 {
    padding: 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.showroom_flex .text p{
	margin:0 0 10px;
}
.showroom_flex .text .pic{
	background:#161616;
	padding: 3px 5px;
	color:#fff;
	margin-right:10px;
}
.case_info .center{
	margin:0 0 1em;
}
.page_top{
	text-align:right;
}
.page_top a{
	background: #3c3c3c;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 140%;
    display: inline-block;
}
/*--- メールフォーム ----------------*/
.form_table{
	margin:0 0 3em;
}
.form_table table{
	width:100%;
}
.form_table th, .form_table td{
	width:100%;
	display:block;
	box-sizing: border-box;
	padding: 10px;
}
.form_table th{
	text-align:left;
	background:#f5f5f5;
}
.form_table .required{
	font-size: 90%;
    background: #f08080;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 15px;
}
.form_table .form_bt{
	text-align:center;
	margin:1.5em 0;
}
.form_bt .btn {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  max-width: 280px;
}
.form_bt .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/********** width 736px以上 *********************************/

@media screen and (min-width : 736px){

#header #inquiry{
	font-size: 100%;
}
header #menu li p{
	font-size:90%;
}
header #menu li a{
	padding:5px 0;
}
.top_h1 h1{
	font-size: 120%;
	text-align: center;
}
.machine_info ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.machine_info .point_icon{
	width:57%;
}
.flex2{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
}
.flex2 li{
	width:49.5%;
}

.purchase{
    padding: 30px 40px;
}
.purchase h3{
	width: 80%;
	font-size: 120%;
}
.purchase img {
    display: block;
    position: absolute;
    right: 30px;
    margin: auto;
}
.purchase p {
	width: calc(100% - 210px);
}
article h1{
	font-size: 120%;
	text-align:center;
}
.flex_text{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
}
.flex_text .text{
	width:62%;
}
.flex_text .img{
	width:35%;
}
.flex_item{
	-ms-flex-wrap: nowwrap;
	flex-wrap: nowrap;
}
.flex_item li{
	width:33%;
}
.flex_lr{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_2nd{
	width:49.5%;
}
.flex_2nd .img{
	width:35%;
}
.flex_2nd .text{
	width:65%;
}
.showroom p{
	text-align:right;
}
.contact_form{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact_form .text{
	width:49.5%;
	margin:0;
	line-height: 1.5;
}
.contact_form .bt{
	width:49.5%;
}
.contact_form .form_tel{
	font-size: 180%;
}
.flex_list{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;


}

.flex_list .img{
	width:49%;
}
.flex_list .text{
	width:46%;
}
.reverse .img{
	order: 2;
}
.reverse .text{
	order: 1;
}
.res_table table th, .res_table table td{
	display:table-cell;
}
.form_table th, .form_table td{
	display:table-cell;
}
.form_table th{
	width:30%;
}
.form_table td{
	width:70%;
}
.flex_post{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_post div{
	width:49%;
}
input[type="text"], input[type="tel"], input[type="email"] {
	width: 70%;
}
textarea{
	width: 90%;
}
.case_post{
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.case_post table{
	width:49%;
}
.case_post .img{
	width:49%;
}
.case .img{
	width: 25% !important;
}
.case .text{
	width: 72% !important;
}
.site_banner ul{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
}
.site_banner ul li{
	width:33%;
}
.smp-footer {
    display: none;
}
/********** width 736px end *********************************/

}

/********** width 1000px以上 ********************************/

@media screen and (min-width : 1000px) {

.fixed{
	position: static;
}
/*--- 1000pxヘッダー ------------------*/
header{
	width:300px;
	height:100%;
	padding:0 0 20px;
	position: fixed;
	top:0;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: hidden;
}
#side_wrap{
	width: calc(100% + 17px);
	padding-right: 17px;
	padding-top: 20px;
	height:100%;
	overflow-y: scroll;
}
#header{
	text-align:center;
	display:block;
	border-bottom:none;
}
#header #rogo{
	width:100%;
}
#header #header_info{
	width:100%;
	display:block;
}
#header #inquiry{
	margin: 15px auto;
	border: 2px solid #000;
	background:url(./images/form_icon.png) no-repeat left center #f0e68c;
}
#header #inquiry a{
	padding:10px;
}
#header #tel {
    padding: 15px 0;
}
.smp{
	display:none;
}
header #menu .m_icon:before{
	content: "";
    display: block;
    position: absolute;
    top:0;
    right:0;
    left:0;
    margin:auto;
    width: 40px;
	height: 40px;
}
header #menu .icon_01:before{
	background:url(./images/menu_icon_machine.png);
	background-size: cover;
}
header #menu .icon_02:before{
	background:url(./images/menu_icon_used.png);
	background-size: cover;
}
header #menu .icon_03:before{
	background:url(./images/menu_icon_lease.png);
	background-size: cover;
}
header #menu .icon_04:before{
	background:url(./images/menu_icon_case.png);
	background-size: cover;
}
/*--- 1000pxメインメニュー ----------------------------*/
header #menu ul{
	display:block;
}
header #menu li{
	border-left: none;
	border-bottom: 1px dotted #b2b2b2;
	padding: 10px 0 10px 30px;
	width: 100%;
	box-sizing: border-box;
	text-align:left;
}
header #menu li:first-child{
	border-top: 1px dotted #b2b2b2;
}
header #menu li span{
	display:block;
	font-size:90%;
	font-weight: bold;
	color:#d2691e;
}
header #menu li p{
	font-size:105%;
}
header #menu .m_icon:before{
	top:10px;
    bottom:0;
    left:70%;
    width: 50px;
	height: 50px;
}
/*--- 1000pxサブメニュー ----------------------------*/
header #sub_menu ul{
	display:block;
	margin: 0 0 3em;
}
header #sub_menu li{
	padding: 10px 0;
	width:100%;
	border-bottom:1px dotted #fff;
}
header #sub_menu li a{
	font-size: 90%;
	padding: 5px 0 5px 45px;
}
header #sub_menu li a:before {
    left: 20px;
    top: 9px;
}
header #sub_menu li a:after {
    left: 24px;
    top: 14px;
}
/*--- 1000pxメイン ----------------------------*/
main{
	width: calc(100% - 300px);
	margin-left: 300px;
}

.price table{
	width:70%;
}
.form_table table{
	width:85%;
	margin:0 auto;
}
/*--- 1000pxフッター ----------------*/
.flex_footer{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:20px;
}
.copy{text-align:center;}
/********** width 1000px end ********************************/

}

/********** width 1300px以上 ********************************/

@media screen and (min-width : 1300px){

body {
	margin: 0 auto;
	width:1300px;
}

/********** width 1300px end ********************************/
}
