html {
	font-size: 62.5%;
}

body {
	width:100%;
	font-size: 1.4rem;
	line-height:1.2;
  	color:#572b04;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  	-webkit-text-size-adjust: 100%;
}

.clear{
	clear: both;
	visibility: hidden;
	background-color: #0066FF;
	line-height: 0px;
}
#wrap {
	width: 100%;	
}
.responsive{
	display: block;
	width: 100%;
	height: auto;
}
dl.clearfix {
	width:100%;
	padding-bottom: 20px;
	font-size: 1.2em;
	padding-top: 10px;
}
.clearfix:after {   
  	content: ".";    
  	display: block;    
  	height: 0;    
  	clear: both; 
  	overflow: hidden;   
  	visibility: hidden;   
}


/* ヘッダー・メニュー
========================================================= */
#head_center {
	width:100%;
	float:right;
	padding: 0 0 1px 0;
}

#head_right {
	width:80%;
	float:right;
	padding: 0 0 10px 0;
}
#head_left {
	width: 20%;
	position:relative;
	float:left;
	height:auto;
}
#head_mark {
	position:absolute;
	top:-20px;
	left:0;
}

#head h1 {
	font-size:10.3px;
	font-size: 1.03rem;
	font-weight: bold;
	color: #666;
	margin: 5px 0px 2px 3px;
	letter-spacing:-0.05em;
}


#header_title {
	width: 58%;
	float:left;
	margin: 0 1% 0 0;
}
.header_link01,
.header_link02,
.header_link011,
.header_link021  {
	text-align:center;
	float:left;
	background:#569F2B;
	cursor: hand;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header_link01 {
	width: 20%;
	margin: 0 0.5% 0 0;
	padding:9px 0 0 0;
	height:33px;
}
.header_link02 {
	width: 20%;
	margin: 0 0 0 0.5%;
	padding:15px 0 0 0;
	height:27px;
}
.header_link011 {
	width: 17%;
	margin: 0 0.5% 0 0;
	padding:9px 0 0 0;
	height:35px;
}
.header_link021 {
	width: 17%;
	margin: 0 0 0 0.5%;
	padding:15px 0 0 0;
	height:29px;
}
.header_link01 a,
.header_link02 a,
.header_link011 a,
.header_link021 a {
	color:#FFF;
	font-size: 1.3rem;
	font-weight:bold;
	text-decoration:none;
	display: block;
}

#header_title1 {
	width: 63%;
	float:left;
	margin: 0 1% 0 0;
}

.header_text01,
.header_text02 {
	float: left;
  	width: 46%;
	font-size: 1.2rem;
	color: #1FB879;
	font-weight:bold;
}
.header_text01 {
 	margin: 3% 0 0 4%;
	letter-spacing:-0.05em;
}

.header_text02 {
  	margin: 3% 2% 0 2%;
	letter-spacing:-0.08em;
}

#header_title2 {
	width: 80%;
	float:left;
	margin: 0 1% 0 0;
}

.header_link03 {
	/*text-align:center;*/
	width: 15%;
	float:left;
	background:#FFF;
	margin: 0 0 0 0.5%;
	padding:15px 0 0 0;
	height:25px;
	cursor: hand;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



/* グローバルメニュー
========================================================= */
.gnavi_box {
	display:table;
	border-collapse: separate;
  	border-spacing: 1px 0;
	width:100%;
	}
.g_menu01 {
	display:table-cell;
	cursor: hand;
	cursor: pointer;
	outline: none;
	text-align:center;
	width: 19.8%;
	background: #8BB429; /* Old browsers */
	background: -moz-linear-gradient(top,  #8BB429 0%, #8BB429 60%, #4B8926 60%, #4B8926 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8BB429 0%,#8BB429 60%,#4B8926 60%,#4B8926 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8BB429 0%,#8BB429 60%,#4B8926 60%,#4B8926 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BB429', endColorstr='#4B8926',GradientType=0 ); /* IE6-9 */
	padding: 1.5% 0;
}
.g_menu01 a {
	font-size: 1.3rem;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	letter-spacing:-0.08em;
}
.icon01 {
	width:45%;
	height: auto;
	padding: 0 0 5% 0;
	margin: 0 auto;
}


/*検索窓
/*========================================================= */
#search{
	width: 100%;
	background-color:#FFECCE;
	text-align:center;
	margin: 2% 0%;
	padding:4%;
}

.search_btn01,
.search_btn02 {
	text-align:center;
}
.search_keyword {
	float:left;
	padding: 0 0 0 10px;
}
.search_keyword p {
	padding: 1px 0 0 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.search_keyword a {
	font-size: 1.4rem;
	text-decoration:underline;
}

#search_text {
	height: 2em;
}
#search_button {
	margin: 10px 0 0 0;
	border: 0;
	width:244px;
	height:34px;
	background: url(../img/wheelchair/search_btn.gif) left top no-repeat;
	cursor: pointer;
	opacity:0.85;
}
#search_box {
	display:block;
	padding:0 0 15px 0;
}

/*見出し
/*========================================================= */
.t_soft,
.t_soft02 {
	padding: .6rem 1rem;
	color: #FFF;
	font-weight: bold;
	font-size: 1.7rem;
}
.t_soft {
	background: #569F2B;
	border-left: 20px double #A4CA83;
}
.t_soft02 {
	margin: 1px 0 0 0;
	background: -webkit-linear-gradient(top, #20B97B 0%, #24D28C 100%);
	background: linear-gradient(to bottom, #20B97B 0%, #24D28C 100%);
	border-left: 30px double #01A101;
}
.h2_font {
	padding: 0 0 0 5px;
	color: #503216;
	font-size: 1.2rem;
}

	
.ranking_icon {	
	position: relative;
}
.ranking_01 {
	position: absolute;
	top: 1%;
	left: 2%;
	width: 35%;
}
#ranking_box {
	display:table;
	width:100%;
	max-width: 100%;
	box-sizing: border-box;
	border-collapse:collapse;/* 重複するborderを合体 */
}
.ranking_img {
	display:table-cell;
	width:33.3333%;
	border:1px solid #7D8791;
	border-top:none;
}

.ranking_img-1 {
	display:table-cell;
	width:25%;
	border:1px solid #7D8791;
	border-top:none;
}

.ranking_text01 {
	color:#572b04;
	font-size: 1.2rem;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}


.ranking_text02 {
	color:#572b04;
	font-size: 1.5rem;
	width: 95%;
	margin: 0 auto;
	padding: 5% 0;
}




.price_red {
	font-size: 1.8rem;
	font-weight:bold;
	color:#E92D00;
	letter-spacing:-0.08em;
}


.price_red01 {
	font-size: 1.4rem;
	font-weight:bold;
	color:#E92D00;
	letter-spacing:-0.08em;
}

.maker_price {
	/*color: #8FB000;*/
	color: #00793D;
        font-size: 95%;
}


.banner01 {
	padding: 2% 0 0;
}

.price_block {
  text-align: right;
  margin-top: 2px;
}


/*種類・機能・価格帯から選ぶ　その他バナー
/*========================================================= */
.catbox {
	display:table;
	width:100%;
	max-width: 100%;
	box-sizing: border-box;
	border-collapse:collapse;/* 重複するborderを合体 */
}
.catbox div {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
}
.catbox .inbox01 {
	background:url(../img/wheelchair/type01.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox02 {
	background:url(../img/wheelchair/type02.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox03 {
	border-top:none;
	background:url(../img/wheelchair/type03.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox04 {
	border-top:none;
	background:url(../img/wheelchair/type04.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox05 {
	border-top:none;
	background:url(../img/wheelchair/type05.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox06 {
	border-top:none;
	background:url(../img/wheelchair/type06.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox07 {
	background:url(../img/wheelchair/function01.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox08 {
	background:url(../img/wheelchair/function02.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox09 {
	border-top:none;
	background:url(../img/wheelchair/function03.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox10 {
	border-top:none;
	background:url(../img/wheelchair/function04.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox11 {
	border-top:none;
	background:url(../img/wheelchair/function05.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox12 {
	border-top:none;
	background:url(../img/wheelchair/function06.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox13 {
	border-top:none;
	background:url(../img/wheelchair/function07.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox14 {
	border-top:none;
	background:url(../img/wheelchair/function08.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox15 {
	border-top:none;
	background:url(../img/wheelchair/function09.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox16 {
	border-top:none;
	background:url(../img/wheelchair/function10.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox17 {
	border-top:none;
	background:url(../img/wheelchair/function11.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox18 {
	border-top:none;
	background:url(../img/wheelchair/function12.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox19_border-top_none {
	background:url(../img/wheelchair/mark01.gif) 5% 50% no-repeat;
	background-size: 4% auto;
}
.catbox .inbox19 {
	border-top:none;
	background:url(../img/wheelchair/mark01.gif) 5% 50% no-repeat;
	background-size: 4% auto;
}
.catbox .inbox20 {
	background:url(../img/wheelchair/goods01.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox21 {
	background:url(../img/wheelchair/goods02.gif) 1% 55% no-repeat;
	background-size:31%;
}


.catbox .inbox50 {
	border-top:none;
	background:url(../img/wheelchair/function13.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox51 {
	border-top:none;
	background:url(../img/wheelchair/function14.gif) 1% 55% no-repeat;
	background-size:31%;
}
.catbox .inbox52 {
	border-top:none;
	background:url(../img/wheelchair/function15.gif) 1% 55% no-repeat;
	background-size:31%;
}

.catbox .inbox00 {
	border-top:none;
	background-size:31%;
}


	
/*メーカーから選ぶ
/*========================================================= */	
.catbox .inbox22 {
	height:50px;
	background:url(../img/wheelchair/maker01.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox23 {
	height:50px;
	background:url(../img/wheelchair/maker02.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox24 {
	height:50px;
	background:url(../img/wheelchair/maker03.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox25 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker04.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox26 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker05.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox27 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker06.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox28 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker07.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox29 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker08.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox30 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker09.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox31 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker10.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox32 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker11.gif) 50% 80% no-repeat;
	background-size:80%;
}
.catbox .inbox33 {
	height:50px;
	border-top:none;
	background:url(../img/wheelchair/maker12.gif) 50% 80% no-repeat;
	background-size:80%;
}
.tit {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: -0.5px;	
	color:#E54642;
}
.catbox p,
.inbox05 p,
.inbox08 p,
.inbox09 p,
.inbox18 p  {
	font-size: 1.55rem;
	font-weight:bold;
	color:#503216;
	padding-bottom: 2px;
}
.inbox09 p {	
	letter-spacing:-0.13em;
}
.inbox11 p {
	font-size: 1.45rem;
	font-weight:bold;
	color:#503216;
	padding-bottom: 2px;	
}
.inbox18 p {	
	letter-spacing:-0.05em;
}
.inbox20 .tit,
.inbox21 .tit {
	font-size: 1.55rem;
	font-weight:bold;
	color:#503216;
}
.inbox20 .tit {
	letter-spacing:-0.15em;
}
.inbox21 .tit {
	letter-spacing:-0.1em;
}

.catbox a {
	display:block;
	padding: 6% 0 6% 35%;
	text-decoration: none;
	color: #503216;
}
.inbox05 a,.inbox08 a,.inbox11 a {
	display:block;
	padding: 2% 0 2% 35%;
	text-decoration: none;
}
.inbox19 a,.inbox19_border-top_none a {
	display:block;
	padding: 8% 0 8% 15%;
	text-decoration: none;
}
.inbox20 a,.inbox21 a {
	display:block;
	padding: 10% 0 10% 35%;
	text-decoration: none;
}
.inbox22 a,.inbox23 a,.inbox24 a,.inbox25 a,.inbox26 a,.inbox27 a,.inbox28 a,.inbox29 a,.inbox30 a,.inbox31 a,.inbox32 a,.inbox33 a {
	text-align:center;
	display:block;
	height:46px;
	padding: 3% 0 0 0;
	text-decoration: none;
}


/*フッターインフォメーション
/*========================================================= */
.accordion_dl dt{
	font-size:15px;
	font-size: 1.5rem;
}
.copy{
	text-align:center;
	font-size: 16px;
	font-size: 1.6rem;
	background-color:#20B97B;
	padding: 2% 0;
	color:#FFF;
}

#footer h1,
#footer dt {
    background-color: #FFFFFF;
    border-bottom: solid 1px #CCC;
    padding: 15px;
    color: #FF944D;
	font-weight:bold;
    cursor: pointer;
    position: relative;
}
 
#footer h1:before,
#footer dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #EE8348;
}
 
#footer h1:after,
#footer dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background: #FFF;
}
 
#footer h1.active:before,
#footer dt.active:before {
	margin-top: -2px;
}
 
#footer h1.active:after,
#footer dt.active:after {
	margin-top: 3px;
}
 
#footer li,
#footer dd {
    border-bottom: solid 1px #D6D6D6;
    width: 95%;
	margin: 0 auto;
}

/*フッター(アコーディオンメニュー内)
/*========================================================= */
.info_mb05{
	line-height:1.3;
}
.info_mb10{
	line-height:1.3;
	padding: 0 0 0 3%;
}
.info_mb20{
	line-height:1.3;
	padding: 0 0 0 3%;
	background:url(../img/wheelchair/mark01.gif) left center no-repeat;
	background-size: auto 55%;
}
.info_mb30{
	line-height:1.3;
	padding: 0 0 0 3%;
	background:url(../img/wheelchair/mark01.gif) left 15% no-repeat;
	background-size: auto 30%;
}
.info_mb40{
	line-height:1.3;
	padding: 1% 0 2% 0;
	width: 72%;
}
.pay01 {
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	color:#FA4A07;	
}
.pay02 {
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
}
.table_co01 {
	width:35%;
	text-align:left;
}


.table_co02 {
	width:65%;
	text-align:left;
	padding:0 0 0 2%;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle
}

/*
.table_co02 {
	width:65%;
	text-align:left;
	padding:0 0 0 10%;
}
/*


/*車椅子記事目次一覧*/
/*========================================================= */
h3.article_caption {
	clear: both;
	margin: 2% 0 0 0;
	border-bottom:solid 1px #FF944D;
	border-left:solid 10px #FF944D;
	padding: 0 0 0 2%;
	font-size: 17px;
	font-size: 1.7rem;
}

h3.article_caption03 {
	clear: both;
	margin: 2% 0 0 0;
	border-bottom:solid 1px #4B8926;
	border-left:solid 10px #4B8926;
	padding: 0 0 0 2%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}

dt.article_caption02 {
	clear: both;
	margin: 0;
	padding: 1% 0 0 5%;
	font-size: 14px;
	font-size: 1.4rem;
}
.text_list a {
	color: #2EBA5A;
	text-decoration: none;
	font-weight: bold;
	display:block;
	width:100%;
}

.text_list a:hover {
	color: #F47894; 
	text-decoration: none;
}
.text_list{
	position:relative;
	padding: 1% 0 1% 6%;
	line-height: 2.3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
 
.text_list:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:13px; 
	left:5px; 
	background-color:#F47894;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
.page_top {
	padding:2% 0 2% 48%;
	width: 50%;
}



/*ページへ戻る ボタン
/*========================================================= */
#page-top{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:rgba(0,0,0,0.4);
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#move-page-top:hover{
  color:rgba(0,0,0,0.6);
}



@media screen and (max-width:320px) { 

.header_link01 {
	padding:12px 0 0 0;
	height:28px;
}
.header_link02 {
	height:25px;
}
.header_link01 a,
.header_link02 a {
	font-size: 1.1rem;
}
.header_text01,
.header_text02 {
  	width: 48%;
  	margin: 0 1% 1% 1%;
	font-size: 1.1rem;
	letter-spacing:-0.08em;
}
.search_keyword p{
	padding: initial;
}
.search_keyword a {
	font-size: 1.2rem;
}
.t_soft,
.t_soft02 {
	font-weight: 600;
}
.t_soft02 {
	margin: initial;
}
.h2_font {
	font-size: 1rem;
	font-weight: bold;
}
.ranking_text01 {
	font-size: 1.1rem;
	width: 95%;
	padding: initial;
	line-height: 1.4; 
}

.ranking_text02 {
	font-size: 1.1rem;
	width: 95%;
	padding: initial;
	line-height: 1.4;
}

.price_red {
	font-size: 1.5rem;
	font-weight:bold;
	color:#E92D00;
	letter-spacing:-0.08em;
}


.price_red01 {
	font-size: 1.3rem;
	font-weight:bold;
	color:#E92D00;
	letter-spacing:-0.08em;
}


.maker_price {
	/*color: #8FB000;*/
	color: #00793D;
        font-size: 95%;
}


.catbox .inbox22,
.catbox .inbox23,
.catbox .inbox24,
.catbox .inbox25,
.catbox .inbox26,
.catbox .inbox27,
.catbox .inbox28,
.catbox .inbox29,
.catbox .inbox30,
.catbox .inbox31,
.catbox .inbox32,
.catbox .inbox33 {
	height:46px;
}
.catbox .inbox30 {
	background-size:contain;
}
.tit {
	font-size: 0.9rem;
	letter-spacing: initial;	
}
.catbox p,
.inbox05 p,
.inbox08 p  {
	font-size: 1.4rem;
	padding-bottom: initial;
}
.inbox05 p  {
	letter-spacing:-0.2em;
}
.inbox09 p,
.inbox18 p  {
	font-size: 1.3rem;
	padding-bottom: initial;
	letter-spacing:-0.08em;
}
.inbox11 p {
	font-size: 1.2rem;
}
.inbox10 .tit,
.inbox11 .tit,
.inbox12 .tit,
.inbox17 .tit {
	font-size: 0.9rem;
	font-weight: bold;
	color:#E54642;
	letter-spacing:-0.08em;
}
.inbox11 .tit,
.inbox12 .tit,
.inbox17 .tit {
	letter-spacing:-0.1em;
}
.inbox20 .tit,
.inbox21 .tit {
	font-size: 1.4rem;
}
.inbox22 a, .inbox23 a,.inbox24 a,.inbox25 a,.inbox26 a,.inbox27 a,.inbox28 a,.inbox29 a,.inbox30 a,.inbox31 a,.inbox32 a,.inbox33 a{
	height:42px;
}
.accordion_dl p{
	font-size: 1.3rem;
}
.copy{
	font-size: 1.2rem;
}
#footer li,
#footer dd {
    width: 90%;
	word-break: break-all;
}
h3.article_caption {
	font-size: 1.6rem;
}
dt.article_caption02 {
	font-size: 1.2rem;
}


h3.article_caption03 {
	clear: both;
	margin: 2% 0 0 0;
	border-bottom:solid 1px #4B8926;
	border-left:solid 10px #4B8926;
	padding: 0 0 0 2%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
}


.price_block {
  text-align: right;
  margin-top: 2px;
}

}

/*----- max-width:320px -----------*/



/* スマホの横向き - ブラウザ幅が最大750pxで高さよりも大きい場合 */
@media (max-width: 750px) and (orientation: landscape) { 


/* ヘッダー・メニュー
========================================================= */
#head_center {
	width:100%;
	float:right;
	padding: 0 0 1px 0;
}

#head_right {
	width:80%;
	float:right;
	padding: 0 0 10px 0;
}
#head_left {
	width: 17%;
	position:relative;
	float:left;
	height:auto;
}
#head_mark {
	position:absolute;
	top:-20px;
	left:0;
}
#head h1 {
	font-size:18px;
	font-size: 1.8rem;
	color: #666;
	/*margin: 20px 0;*/
	margin: 3px 0px 20px;
}
#header_title {
	width: 58%;
	float:left;
	margin: 0 1% 0 0;
}
.header_link01 {
	text-align:center;
	width: 20%;
	float: left;
	margin: 0 0.5% 0 0;
	padding: 25px 0 0 0;
	height: 50px;
	background:#4B8926;
	cursor: hand;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header_link02 {
	text-align:center;
	width: 20%;
	float: left;
	background:#4B8926;
	margin: 0 0 0 0.5%;
	padding: 31px 0 0 0;
	height: 44px;
	cursor: hand;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header_link01 a{
	color:#FFF;
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
.header_link02 a{
	color:#FFF;
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	text-decoration:none;
	display: block;
}







.header_text01 {
	float: left;
  	width: 46%;
	margin: 3% 0 0 4%;
	font-size:17px;
	font-size: 1.7rem;
	color: #1FB879;
	font-weight:bold;
	letter-spacing:-0.05em;
}
.header_text02 {
	float: left;
  	width: 46%;
	margin: 3% 2% 0 2%;
	font-size:17px;
	font-size: 1.7rem;
	color: #1FB879;
	font-weight:bold;
	letter-spacing:-0.08em;
}
	

/* グローバルメニュー
========================================================= */
.gnavi_box {
	display:table;
	border-collapse: separate;
  	border-spacing: 1px 0;
	width:100%;
	}
.g_menu01 {
	display:table-cell;
	cursor: hand;
	cursor: pointer;
	outline: none;
	text-align:center;
	width: 19.8%;
	background: #8BB429; /* Old browsers */
	background: -moz-linear-gradient(top,  #8BB429 0%, #8BB429 60%, #4B8926 60%, #4B8926 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8BB429 0%,#8BB429 60%,#4B8926 60%,#4B8926 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8BB429 0%,#8BB429 60%,#4B8926 60%,#4B8926 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BB429', endColorstr='#4B8926',GradientType=0 ); /* IE6-9 */
	padding: 1.5% 0;
}
.g_menu01 a {
	font-size:13px;
	font-size: 1.3rem;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	letter-spacing:-0.08em;
}
.icon01 {
	width:45%;
	height: auto;
	padding: 0 0 5% 0;
	margin: 0 auto;
}



/*種類・機能・価格帯から選ぶ　その他バナー
/*========================================================= */
.catbox {
	display:table;
	width:100%;
	max-width: 100%;
	box-sizing: border-box;
	border-collapse:collapse;/* 重複するborderを合体 */
}
.catbox .inbox01 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/type01.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox02 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/type02.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox03 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/type03.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox04 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/type04.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox05 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/type05.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox06 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/type06.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox07 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/function01.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox08 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/function02.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox09 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function03.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox10 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function04.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox11 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function05.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox12 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function06.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox13 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function07.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox14 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function08.gif) 1% 55% no-repeat;
	background-size:25%;
}
.catbox .inbox15 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function09.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox16 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function10.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox17 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function11.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox18 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/function12.gif) 1% 50% no-repeat;
	background-size:25%;
}

.catbox .inbox20 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/goods01.gif) 1% 50% no-repeat;
	background-size:25%;
}
.catbox .inbox21 {
	display:table-cell;
	width:50%;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/goods02.gif) 1% 50% no-repeat;
	background-size:25%;
}


	
/*フッター(アコーディオンメニュー内)
/*========================================================= */
.info_mb05{
	line-height:1.3;
}
.info_mb10{
	line-height:1.3;
	padding: 0 0 0 3%;
}
.info_mb20{
	line-height:1.3;
	padding: 0 0 0 3%;
	background:url(../img/wheelchair/mark01.gif) left center no-repeat;
	background-size: auto 55%;
}
.info_mb30{
	line-height:1.3;
	padding: 0 0 0 3%;
	background:url(../img/wheelchair/mark01.gif) left center no-repeat;
	background-size: auto 55%;
}
.info_mb40{
	line-height:1.3;
	padding: 1% 0 2% 0;
	width: 72%;
}
.pay01 {
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
	color:#FA4A07;	
}
.pay02 {
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
}
.table_co01 {
	width:35%;
	text-align:left;
}

.table_co02 {
	width:65%;
	text-align:left;
	padding:0 0 0 2%;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle
}

/*
.table_co02 {
	width:65%;
	text-align:left;
	padding:0 0 0 10%;
}
/*

/* メーカーから選ぶ
========================================================= */
.catbox .inbox22 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/maker01.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox23 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	background:url(../img/wheelchair/maker02.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox24 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker03.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox25 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker04.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox26 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker05.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox27 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker06.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox28 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker07.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox29 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker08.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox30 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker09.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox31 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker10.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox32 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker11.gif) 50% 80% no-repeat;
	background-size:60%;
}
.catbox .inbox33 {
	display:table-cell;
	width:50%;
	height:80px;
	border:1px solid #7D8791;
	border-top:none;
	background:url(../img/wheelchair/maker12.gif) 50% 80% no-repeat;
	background-size:60%;
}


	
.tit {
	font-size:14px;
	font-size: 1.4rem;
	font-weight: bold;
	color:#E54642;
}
.catbox p {
	font-size:18px;
	font-size: 1.8rem;
	font-weight:bold;
	color:#503216;
}

.inbox05 p,.inbox11 p {
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	color:#503216;
}
	
.catbox a {
	display:block;
	padding: 6% 0 6% 35%;
	text-decoration: none;
}
.inbox05 a,.inbox08 a,.inbox11 a {
	display:block;
	padding: 1% 0 1% 35%;
	text-decoration: none;
}
.inbox20 a,.inbox21 a {
	display:block;
	padding: 9% 0 9% 35%;
	text-decoration: none;
}
.inbox22 a,.inbox23 a,.inbox24 a,.inbox25 a,.inbox26 a,.inbox27 a,.inbox28 a,.inbox29 a,.inbox30 a,.inbox31 a,.inbox32 a,.inbox33 a {
	text-align:center;
	display:block;
	height:46px;
	padding: 3% 0 0 0;
	text-decoration: none;
}

}






/* スマホ車椅子-車椅子一覧ボタン */
/*========================================================= */
.wheelchair_bt01 {
	padding: 0;
}
.wheelchair_bt01 a {
  width: 80%;
  background-color: #4B8926;
  box-shadow: 0 3px 0 #5A7911;
  color: #FFF;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 20px;
  padding: 9px 0;
　-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.wheelchair_bt01 a:hover {
	opacity: 0.8;
	color: #FFF;
}

.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}


/*========================================================= */
img {border: 0}

p.hd {
	font-size: 1.55rem;
	font-weight:bold;
	color:#503216;
}



/*　スマホのバナー横並び2021-7　*/

.top-w_banner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-w_banner li {
  width: 50%;
  padding: 0 2px;
  box-sizing: border-box;
  display: flex;
}

.top-w_banner li img {
  max-width: 100%;
  height: auto;
}
