﻿@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #4d4c4c;	/*全体の文字色*/
	background-color: #FFF;	/*全体の背景色*/
		/*background-image: url(../images/bg.gif);	背景画像の読み込み*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
ol {
  padding: 0;
  position: relative;
}

ol li {
  	font-size: 100%;
  	border-left: solid 6px #2d8fdd;/*左側の線*/
  	margin-bottom: 3px;/*下のバーとの余白*/
 	line-height: 1.5;
  	padding: 0.5em;
  	list-style-type: none!important;/*ポチ消す*/
}

img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
　　　　width:100%;
　　　　table-layout: fixed;
　　　　max-width: 100%;
　　　　height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}


.btn-circle-4d {
  display: inline-block;
  text-decoration: none;
  background: #5dc3d0;
  color: #FFF;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #549fa9;
  transition: .4s;
}

.btn-circle-4d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}



.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #123464;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 16px;/*フォントの大きさ*/
    border: solid 2px #123464;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square2_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
  }

.square2_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.square_btn3 {
    font-size: 15px;
    margin: 10px;
    position: relative;
    display: inline-block;
    padding: 1.25em 0.9em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 20px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn3:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn4 {
    font-size: 17px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn4:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn5 {
    font-size: 15px;
    margin: 10px;
    position: relative;
    display: inline-block;
    padding: 1.25em 1.9em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 20px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn5:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    /*font-weight: bold;
    color: #6091d3;文字色*/
    background: #FFF;
    border: solid 3px #bdd7ee;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


/*contactlist　PC版
---------------------------------------------------------------------------*/
.list_contact ul{
	list-style-type: none;
	text-align: center;
	/*border: 1px solid #cccccc;*/
}


.list_contact li{
	display: inline-block;
    width: 49%;
    padding: 4px 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align:top;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;

}


/* グローバルメニュー固定↓*/
/* リセット */
html, body {
    margin: 0;
    padding: 0;
}
 
/* グローバルナビ */

#globalNavi ul {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #4d4c4c;
  box-shadow: 3px 3px 3px #aaa;
  }
 
#globalNavi a {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
  display: block;
}
  
#globalNavi ul li a {
  width: 16%;
  float: left;
  padding: auto;
  margin: 0;
  text-align: center;
}
#globalNavi ul li a:hover {
  background: #a5a1a1;
}
 
/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 980px;
    z-index: 1000;
}

/* グローバルメニュー固定↑*/

/*レンタル　選ばれる理由のlist PC版
---------------------------------------------------------------------------*/
.list_uc li{
	text-align: center;
	
}

.list_uc li{
    display: inline-block;
    width: 30%;
    padding: 5px 5px;
	margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #cccccc;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 10px 6px -6px #969696;
	height: 400px;
}

.uctitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0px 0.5em;
}




.list_uc2 li{
	text-align: center;
	
}

.list_uc2 li{
    display: inline-block;
    width: 48%;
    padding: 5px 5px;
    vertical-align: top;

	
}

.uc2title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0px 0.5em;
}

.list_one {
    position: relative;
    left: 15px;
}

.list_top li {
    display: inline-block;
    width: 23%;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 10px 6px -6px #969696;
    line-height: 1.5;
}


.list_top2 li {
    display: inline-block;
    width: 47%;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    margin-right: 7px;
    margin-left: 7px;
    box-shadow: 0 10px 6px -6px #969696;
    line-height: 1.5;
}



/*パンくず↓
---------------------------------------------------------------------------*/
.breadcrumb {
  margin-left: 0;
  padding: 0px 0px 5px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* ?を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 3px;
  color: silver;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #888888;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #4d4c4c;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
/* パンくず↑*/




/*レンタル項目1
---------------------------------------------------------------------------*/
.renth1 {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #ff9190;
  font-size: 20px;
  text-decoration: none;
  }


.renth1 .text{
  padding: 0 0 0 15px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 145px;
  height: 40px;
  font-size: 25px;
  line-height: 45px;
  vertical-align: middle;
  color: #FFF;
  background: #ff9190;
}

.renth1 .text .fa {
  line-height: 50px;
}

/*レンタル項目1
---------------------------------------------------------------------------*/
.renth2 {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #477dff;;
  font-size: 20px;
  text-decoration: none;
  }


.renth2 .text{
  padding: 0 0 0 15px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 145px;
  height: 40px;
  font-size: 25px;
  line-height: 45px;
  vertical-align: middle;
  color: #FFF;
  background: #477dff;;
}

.renth2 .text .fa {
  line-height: 50px;
}











/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #4d4c4c;	/*リンクテキストの色*/
}
a:hover {
	color: #4d4c4c;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a.square_btn {
	color: #FFFFFF;	/*リンクテキストの色*/
}
a.square_btn:hover {
	color: #fdf785;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
		/*-webkit-box-shadow: 0px 0px 8px #999;	影の設定。右・下・ぼかし幅・色の設定*/
		/*box-shadow: 0px 0px 8px #999;			同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	padding: 0px 5px;		/*上下、左右の余白*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 170px;	/*ブロックの高さ*/
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	color: #FFF;				/*文字色*/
	background-color: #4d4c4c;	/*背景色*/
	font-size: 10px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 18px;			/*行間*/
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から38pxの位置に配置*/
}

/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 38px;			/*ヘッダーブロックに対して上から38pxの位置に配置*/
	right: 20px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 18px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	font-style: normal;	/*通常斜体になっているのを通常に*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定*/
	line-height: 1;		/*行間*/
	color: #4d4c4c;		/*文字色*/
	font-weight: bold;	/*文字を太字に*/
}
/*電話番号ボックス内の「TEL」の設定*/
header address .tel {
	display: inline-block;
	color: #FFF;				/*文字色*/
	background-color: #4d4c4c;	/*背景色*/
	padding: 2px 10px 1px;		/*上、左右、左へのボックス内の余白*/
	margin-right: 10px;
	font-weight: normal;
}



div.subject {
   	text-align: left;
   	float: left;
}
div.date {
   	text-align: right;
}
div.titlebar {
  	background-color:#ffffff; color:white;
   	font-weight:bold; padding:0.1em;
}



/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 163px;	/*メニュー幅*/
}
nav#menu ul li a {
	height: 42px;	/*ブロックの高さ*/
	padding-top: 8px;
	line-height: 1.4;	/*行間*/
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 4px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	font-size: 14px;	/*文字サイズ*/
	font-weight: bold;
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar1.png), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar1.png), -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: url(../images/menu_bar1.png), linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	background-color: #181e24;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/menu_bar2.png), -webkit-gradient(linear, left top, left bottom, from(#4d4c4c), to(#dc7d00));	/*バー画像の読み込みとグラデーション*/
	background-image: url(../images/menu_bar2.png), -webkit-linear-gradient(#4d4c4c, #eb335783);	/*同上*/
	background-image: url(../images/menu_bar2.png), linear-gradient(#4d4c4c, #335783);			/*同上*/
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置。*/
	color: #FFF;	/*文字色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	color: #4d4c4c;	/*文字色*/
	display: block;
	font-weight: normal;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FFF;	/*マウスオン時の文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 980px;	/*幅*/
	height: 420px;	/*高さ*/
	position: relative;
	border-radius: 4px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	margin-bottom: 20px;	/*画像の下の余白*/
}
#mainimg img {
	border-radius: 4px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image3 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}





/*mainコンテンツのh2タグの設定 20180313 h2→h3変更 20180622 h3→h2変更 */
#main h2 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 100%;
	color: #4d4c4c;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	/*border-bottom: 5px solid #4d4c4c;	下の線の幅、線種、色*/
	border-top: 5px solid #5a70ca;			/*上の線の幅、線種、色*/
	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}

#main h2.red{
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 100%;
	color: #4d4c4c;		/*文字色*/
	padding: 7px 15px;	/*上下、左右への余白*/
	clear: both;
	/*border-bottom: 5px solid #ff0000;	/*下の線の幅、線種、色*/
	border-top: 5px solid #5a70ca;			/*上の線の幅、線種、色*/
	border-right: 1px solid #CCC;		/*右の線の幅、線種、色*/
	border-left: 1px solid #CCC;		/*左の線の幅、線種、色*/
}


/*mainコンテンツのh3タグの設定 20180313 h3→h5変更 20180622 h5→h3変更*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	margin-bottom: 5px;
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh6タグの設定 20180313 h4→h6変更 20180622 h6→h4変更*/
#main h4 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	color: #000;	/*文字色*/
}
/*mainコンテンツのh5タグの設定 20180313 h5→h3変更 20180622 h3→h5変更　廃止
#main h5 {
	clear: both;
	margin-bottom: 0.5em;
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色
	border-left: 3px solid #000;	/*左側の線の幅、線種、色
	color: #000;	/*文字色*/

}


/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 15px 5px;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定 20180313 h2→h3*/
#sub h3 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	background-color: #4d4c4c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4c4c), to(#252b32));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4d4c4c, #8f7e7e);	/*同上*/
	background-image: linear-gradient(#4d4c4c, #8f7e7e);			/*同上*/
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-image:none;
	background-color: #4d4c4c;	/*背景色*/
	color: #FFF;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*box1内のh2タグ 20180313 h2→h3*/
#sub .box1 h3 {
	padding: 2px 0px;	/*左から、上下、左右への余白*/
	border-radius: 0px;	/*角丸をなくす設定*/
}

/*サブコンテンツ　商品ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub article.box2 {
	font-size: 11px;	/*文字サイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub article.box2 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub article.box2 a:hover {
	background-color: #e0e0e9;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ* 20180313 h4→h6/
#sub article.box2 h4 {
	color: #4d4c4c;		/*文字色*/
	margin-left: 10px;	/*左の画像とバランスをとって設定する*/
	text-align: left;
	padding: 0;
	background: none;
	font-size: 125%;
}
/*p段落タグ*/
#sub article.box2 p {
	margin-left: 10px;	/*左の画像とバランスをとって設定する*/
	padding: 0;
}
/*サムネイル画像設定*/
#sub article.box2 figure {
	float: right;	/*左に回り込みさせる設定*/
	padding: 0;
}
/*サムネイル画像のフチ*/
#sub article.box2 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;				/*文字色*/
	background-color: #4d4c4c;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #e0e0e9;	/*背景色*/
	color: #4d4c4c;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定 20180313 h4→h6*/
#main section.list article h6 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #FF0000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}



/*導入事例内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list2 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list2 article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list2 article a:hover {
	background-color: #e0e0e9;	/*背景色*/
	color: #4d4c4c;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list2 article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list2 article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定 20180313 h4→h6*/
#main section.list2 article h6 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #FF0000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}



/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #4d4c4c;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #e0e0e9;
	border: 1px solid #999;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 1.5px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 150px;
	padding: 1px;
	text-align: center;
	background-color: #eeeeee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #ffffff;	/*文字色*/
	background-color: #ea8400;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8400), to(#ea8400));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ea8400, #ea8400);	/*同上*/
	background-image: linear-gradient(#3f3f3f, #eeeeee);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 1px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #bf8300;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b739), to(#bf8300));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f1b739, #bf8300);	/*同上*/
	background-image: linear-gradient(#f1b739, #bf8300);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #f1b739;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);	/*同上*/
	background-image: linear-gradient(#bf8300, #f1b739);			/*同上*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
}
.ta2, .ta2 td, .ta2 th{
	border: 0px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 1.5px;
}
/*テーブル内の左側*/
.ta2 th{
	width: 180px;
	padding: 1px;
	text-align: center;
	background-color: #FFFFFF;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #ffffff;	/*文字色*/
	background-color: #ea8400;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8400), to(#ea8400));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ea8400, #ea8400);	/*同上*/
	background-image: linear-gradient(#ea8400, #eeeeee);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 1px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}



/*テーブル３
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	border: 0px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	width: 180px;
	padding: 1px;
	text-align: center;
	background-color: #FFFFFF;	/*背景色*/
}
/*テーブル内の左側*/
.ta3 th{
	padding: 1.5px;
        text-align: left;
	font-weight: normal;
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	color: #ffffff;	/*文字色*/
	background-color: #ea8400;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8400), to(#ea8400));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ea8400, #ea8400);	/*同上*/
	background-image: linear-gradient(#ea8400, #eeeeee);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta3 caption{
	padding: 1px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
}


/*テーブル４
---------------------------------------------------------------------------*/
.ta4 {
	width: 100%;
}
.ta4, .ta4 td, .ta4 th{
	border: 0px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta4 td{
	width: 180px;
	padding: 1px;
	text-align: left;
	background-color: #FFFFFF;	/*背景色*/
}
/*テーブル内の左側*/
.ta4 th{
	padding: 25px;
        text-align: left;
	font-weight: normal;
}
/*テーブル１行目に入った見出し部分*/
.ta4 th.tamidashi{
	width: auto;
	text-align: left;
	color: #ffffff;	/*文字色*/
	background-color: #ea8400;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8400), to(#ea8400));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ea8400, #ea8400);	/*同上*/
	background-image: linear-gradient(#ea8400, #eeeeee);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta4 caption{
	padding: 1px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
}

/*テーブル製品
---------------------------------------------------------------------------*/

.lineup {
	border: 1px solid #CCC;
	width: 100%;

}
  .lineup th {
		padding: 5px;
		font-size: 13px;
		border: 1px solid #FFF;
}
  .lineup td {
		padding: 5px;
		font-size: 13px;
		border: 1px solid #CCC;
}
  .lineup th {
		background-color: #eceaea; 
}

/*arrow
---------------------------------------------------------------------------*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,

.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ""; 
    vertical-align: middle; 
}


.red1::before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FF0000;
}
.red1::after{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mo1:hover{
    background: #36373D;
    color: #ff0000;
}




/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #4d4c4c;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #4d4c4c;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*20180313 h2→h3*/
h3 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「隅No」表示
---------------------------------------------------------------------------*/
.sumino {
	font-size: 20px;
	color: #FFF;
	background: #4d4c4c;
	text-align: center;
	width:148px;
	position: absolute;
	display: block;
	right: 0px;
	bottom: 1px;

	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*20180313 h2→h3*/
h3 span.sumino {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}


/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*20180313 h2→h3*/
h3 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.mb2  {
	margin-bottom: 2px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #4d4c4c;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}
.sortbox {
	background-color: #eee;
	text-align: right;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}


.estimateslist li{
	text-align: center;
	display: inline-block;
	width: 27%;
	padding:  2.5%;
	margin-bottom: 0;
	vertical-align: top;
}


/*ハンバーガー関連
---------------------------------------------------------------------------*/
/*小さい端末用(画面幅480px以下)メニューを表示させない
#menubar-s {
	display: none;
}


/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}


/*光洋通信追加20180523
---------------------------------------------------------------------------*/
.dt_1{
	background: url(../images/toku01.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.dt_2{
	background: url(../images/toku02.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.dt_3{
	background: url(../images/toku03.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.dt_4{
	background: url(../images/toku04.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.dt_5{
	background: url(../images/toku05.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.dt_6{
	background: url(../images/toku06.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
	}
	
.list_ta{
    padding: 0 0 0 50px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
	}
	
	
.dd_toku{
	padding: 0 0 10px 52px;
	}





/*スクロールボック
---------------------------------------------------------------------------*/

.box_srcollbar {
        overflow:auto;
        width:100%;
        height:300px;
        padding:0px;5px;
        border:0px solid #000;
        background-color:#F9F9F9;
        color:#000;
        font-size:12px;
}

.box_srcollbar2 {
        overflow:auto;
        width:100%;
        height:70px;
        padding:0px;5px;
        border:0px solid #000;
        background-color:#F9F9F9;
        color:#000;
        font-size:12px;
}


.box_title{
        border:1px solid #000;
        padding:0px;5px;
        width:100%;
        font-weight:bold;
        font-size:14px;
        background-color:#000;
        color:#fff;
}

/*フローティング
---------------------------------------------------------------------------*/
@media screen and (min-width: 1400px) {
#menubar-s {
	display: none;
}

.spnone {display:none}
a#rc_rightArea {
 /*width: 87px; 画像の全体幅*/
 position: fixed;
 top: 65%;
 right: 0px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea:hover{
 right: 0;
}

a#rc_rightArea_estimates {
 /*width: 87px; 画像の全体幅*/
 position: fixed;
 top: 55%;
 right: 0px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea_estimates:hover{
 right: 0;
}

}

@media screen and (max-width: 1399px) {
#menubar-s {
	display: none;
}

.pcnone {display:none}
   /* 表示領域が1199px以下の場合に適用するスタイル */
   
a#rc_rightArea2 {
 /*width: 87px; 画像の全体幅*/
 position: fixed;
 top: 50%; /*70%から50%に変更*/
 right: 0px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea2:hover{
 right: 0;
}

a#rc_rightArea3 {
	/*width: 87px; 画像の全体幅*/
	position: fixed;
	top: 75%;
	right: 0px; /*マウスを乗せた時に出てくる幅*/
	display: inline-block;
	transition: all .2s ease;
	z-index: 9999;
   }
   a#rc_rightArea3:hover{
	right: 0;
   }


a#rc_rightArea_estimates2 {
 /*width: 87px; 画像の全体幅*/
 position: fixed;
 top: 52%;
 right: 0px; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rc_rightArea_estimates2:hover{
 right: 0;
}

/* グローバルメニュー固定↓*/
/* リセット */
html, body {
    margin: 0;
    padding: 0;
}
 
/* グローバルナビ */

#globalNavi ul {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #4d4c4c;
  box-shadow: 3px 3px 3px #aaa;
  }
 
#globalNavi a {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
  display: block;
}
  
#globalNavi ul li a {
  width: 16%;
  float: left;
  padding: auto;
  margin: 0;
  text-align: center;
}
#globalNavi ul li a:hover {
  background: #a5a1a1;
}
 
/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 980px;
    z-index: 1000;
}

/* グローバルメニュー固定↑*/




}




}

/*CMS用追加
---------------------------------------------------------------------------*/
#search {
	text-align: center;
	padding: 10px 0;
}
.w {
	width: 120px !important;
	margin-right: 3px !important;
}
.btn-d {
	width: auto !important;
	padding: 3px 15px 5px !important;
	margin-bottom: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
}


/*Youtubeスマホ最適化
---------------------------------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe {
  max-width: 100%;
}


/*横幅770pxの以下場合のルール
-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 770px){




}



/*横幅750px以下の場合のルール
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {

/*スマホのみ非表示（PC、iPadPro、iPadは表示）
---------------------------------------------------------------------------*/
.sumahonone {display:none}
.spnone2 {display:none}
   /* 表示領域が769px以下の場合に適用するスタイル */
   


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*大きな端末用(画面幅481px以上)メニューを非表示にする*/
#menubar {
	display: none;
}
/*小さい端末用(画面幅480px以下)メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}
/*メニュー１個ごとの設定*/
nav#menubar-s ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 10px 10px;
}


/*ハンバーガー設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 1%;		/*上から18pxの場所に配置*/
	right: 2%;	/*右から2%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 2px solid #333;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;	/*バー同士の余白*/
}

.shopimg img {
    width: 45%;
    height: auto;
    padding: 5px;
}

.shopimg img:hover {
   opacity: 0.5;
}


#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 18px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 7px 7px 0px 7px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
	font-size: 10px;
}




}



/*画面幅801px以上では出さない */
@media screen and (min-width: 801px) {
.pcnone2 {
	display:none;
}
}

@media only screen and (min-width: 481px){
.pcnone_top {
	display:none;
}
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

.spnone_top {
	display:none;
}

.list_ta{
    padding: 0 0 0 50px;
    font-size: 18px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
	}


.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #123464;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 10px;/*フォントの大きさ*/
    border: solid 2px #123464;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}

.square2_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    font-size: 5px;/*フォントの大きさ*/
  }

.square2_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.br-pc { display:none; }
.br-sp { display:block; }


.estimateslist li{
	text-align: center;
	display: inline-block;
	width: 44%;
	padding:  2.5%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}


/*contactlist　スマホ版
---------------------------------------------------------------------------*/


.list_contact ul{
	list-style-type: none;
	text-align: center;
	/*border: 1px solid #cccccc;*/
}


.list_contact li{
    display: inline-block;
    width: 90%;

}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*大きな端末用(画面幅481px以上)メニューを非表示にする
#menubar {
	display: none;
}*/




/*小さい端末用(画面幅480px以下)メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}
/*メニュー１個ごとの設定*/
nav#menubar-s ul li a {
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding: 10px 0px;
}



/*レンタルページ　選ばれる理由のlist スマホ版
---------------------------------------------------------------------------*/
.list_uc li{
	text-align: center;
}

.list_uc li{
　　display: inline-block;
    width: 80%;
    padding: 10px 10px;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #cccccc;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 10px 6px -6px #969696;
	height: 430px;
}

.uctitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0px 0.5em;
}



.list_uc2 li{
	text-align: center;
}

.list_uc2 li{
　　display: inline-block;
    width: 90%;
    padding: 10px 10px;
    vertical-align: top;
	}

.uc2title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0px 0.5em;
}




.list_one {
    position: relative;
    left: 15px;
}

.list_top li {
    display: inline-block;
    width: 45%;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 10px 6px -6px #969696;
    line-height: 1.5;
}


.list_top2 li {
    display: inline-block;
    width: 91%;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
    margin-right: 7px;
    margin-left: 7px;
    box-shadow: 0 10px 6px -6px #969696;
    line-height: 1.5;
}


/*レンタル項目1
---------------------------------------------------------------------------*/
.renth1 {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #ff9190;
  font-size: 16px;
  text-decoration: none;
  }


.renth1 .text{
  padding: 0 0 0 15px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 110px;
  height: 35px;
  font-size: 18px;
  line-height: 37px;
  vertical-align: middle;
  color: #FFF;
  background: #ff9190;
}

.renth1 .text .fa {
  line-height: 50px;
}

/*レンタル項目1
---------------------------------------------------------------------------*/
.renth2 {
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #477dff;;
  font-size: 16px;
  text-decoration: none;
  }


.renth2 .text{
  padding: 0 0 0 15px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 110px;
  height: 35px;
  font-size: 18px;
  line-height: 37px;
  vertical-align: middle;
  color: #FFF;
  background: #477dff;;
}

.renth2 .text .fa {
  line-height: 50px;
}




}

/*光洋追加*/



.pri_me_text{
text-align:center;
font-size:12px;
}

.top_tokucho{
    background: none!important;
    box-shadow: none!important;
    border: none!important;
    display: inline-block!important;
}

.rental_h4{
border: none!important;
color: #4d4c4c!important;
}

.mb20{
margin-bottom: 20px;
}

.mb30{
margin-bottom: 30px;
}


.mt5{
margin-top: 5px;
}

.mb10{
    margin-bottom: 10px;
}

.re_toku_box{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.re_toku_box img{
width: 28%;
}

.re_toku_box2 img{
width: 20%;
}

.re_toku_box ul{
width: 65%;
}

.jump{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.price_logo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 20px;
}

.p_flex{
display: flex;
}

.flex_img{
width: 55%;
}

@media screen and (max-width:724px) {
.re_toku_box img {
width: 37%;
margin: 0 auto 10px;
}

.re_toku_box2 img{
width: 28%;
}


.re_toku_box ul {
    width: 100%;
}

.price_logo li{
width: 48%;
margin-bottom:10px;
}

}

.musen_toku{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}

.musen_toku dl{
width: 450px;
}

.musen_toku dt{
font-weight: bold;
border-left: 6px solid #049;
padding-left: 5px;
margin-bottom: 5px;
}


.musen_toku2{
margin-bottom: 30px;
}

.musen_toku2 dt{
font-weight: bold;
border-left: 6px solid #049;
padding-left: 5px;
margin-bottom: 5px;
}

@media screen and (max-width:540px){
.musen_toku{
display: block;
margin: 0 auto 30px;
}

.musen_toku dl{
width: 100%;
}

.musen_toku img{
display: block;
margin: 0 auto 10px;
}

.p_flex{
display: block
}

.flex_img{
width: 40%;
margin: auto;
}

}

.clear{
clear: both;
}

.product_ul{
    padding-left: 20px;
    font-weight: bold;
    margin: 10px 0;

}


.product_ul li{
  position: relative;
  line-height: 1.8;
}

.product_ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}