@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 全ページ共通スタイル
 ----------------------------------------------------------------------------------------------------*/
/* 要素設定*/

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka;
	color: #4C4948;
	font-size: 13px;
	line-height: 1.7;
	background-position: 50% -6px;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	opacity: 1.0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover {
	text-decoration: none;
}
a img {
	opacity: 1.0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
a:hover img {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
.boxSizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bokasi {
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}
.input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #FEFEB5;
}
.w980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------------------------------------------
 ヘッダー
 ---------------------------------------------------------*/
.pageHeader {
}
.h_top {
	padding: 15px 0 0;
}
#h_logo {
	float: left;
	width: 244px;
}
.h_top_r {
	float: right;
}
.h_contactBox {
	padding: 5px 0 0;
}
.h_contactBox p {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.h_contactBox p.tel {
    width: 325px;
}
.h_contactBox .mail a {
	display: block;
	background-color: #88BB3F;
	background-image: url(../../img/common/ico_mail.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 19px auto;
	color: #fff;
	padding: 5px 15px 5px 37px;
	font-size: 12px;
	border-radius: 5px;
}
.h_contactBox .mail a:hover {
	background-color: #B1D568;
}
.h_subNav {
	float: right;
	padding: 7px 0 5px;
}
.h_subNav li {
	float: left;
	margin-left: 30px;
	font-size: 11px;
}
/*---------------------------------------------------------
 グローバルナビ
 ---------------------------------------------------------*/
.gNav {
}
.gNav ul {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.gNav ul li {
	float: left;
	border-right: solid 1px #ccc;
	width: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gNav ul li:first-child {
	border-left: solid 1px #ccc;
}
.gNav ul li a {
	display: block;
	padding: 5px 5px 3px;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gNav ul li a:hover {
	background: #e5e5e5;
}
#home .gNav01 a,
#business .gNav02 a,
#rececom .gNav03 a,
#opening-support .gNav04 a,
#voice .gNav05 a,
#product .gNav06 a,
#after-support .gNav07 a {
	background: #e5e5e5;
}
/*---------------------------------------------------------
 フッター
 ---------------------------------------------------------*/
.rs-mail {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -3em;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}
.rs-mail a {
	display: block;
	background-color: #88BB3F;
	background-image: url(../../img/common/ico_mail.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-size: 19px auto;
	color: #fff;
	padding: 28px 8px 8px 8px;
	font-size: 12px;
}
.rs-mail a:hover {
	background-color: #B1D568;
}
.pageFooter {
	background: #efefef;
	padding: 10px 0;
}
.pageFooter_inner ul {
	margin: 0 0 10px;
	letter-spacing: -0.5em;
	text-align: center;
}
.pageFooter_inner ul li {
	display: inline-block;
	border-left: solid 1px #4C4948;
	margin: 0 0 10px;
	font-size: 10px;
	letter-spacing: 0em;
}
.pageFooter_inner ul li:first-child {
	border-left: none;
}
.pageFooter_inner ul li a {
	padding: 2px 8px;
	transition: none;
}
.pageFooter_inner .f_bottom {
	position: relative;
}
.pageFooter_inner .f_bottom dl {
}
.pageFooter_inner .f_bottom dl dt {
	font-size: 12px;
}
.pageFooter_inner .f_bottom dl dd {
	font-size: 10px;
}
.pageFooter_inner .f_bottom dl > dd > dl > dt {
  width: 80px;
}
.pageFooter_inner .f_bottom dl > dd > dl > .zipcode {
  margin-right: 1em;
}
.pageFooter_inner .f_bottom dl > dd > dl > .address {
  width: 185px;
}
.pageFooter_inner .f_bottom dl > dd > dl > .tel {
  margin-right: 1em;
}
.pageFooter_inner .f_bottom dl > dd > dl > dt,
.pageFooter_inner .f_bottom dl > dd > dl > dd {
  display: inline-block;
}
.pageFooter_inner .f_bottom .f_sig {
	position: absolute;
	right: 0;
	bottom: 0;
}
.pageFooter_inner .f_bottom .f_sig a {
	transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
}
.pageFooter_inner .f_bottom .f_sig img {
	float: left;
	margin-left: 20px;
	transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
}
.pageFooter_inner .f_bottom .f_sig img:last-child {
	position: relative;
	top: 4px;
}
/*---------------------------------------------------------
 パンくず
 ---------------------------------------------------------*/
#breadcrumbs ul {
	padding: 10px 0 35px;
}
#breadcrumbs ul li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
}
#breadcrumbs ul li:before {
	content: " > ";
}
#breadcrumbs ul li:first-child:before {
	content: "";
}
/*---------------------------------------------------------
 コンテンツ
 ---------------------------------------------------------*/
.column-1, .column-2 {
	margin: 0 0 40px;
}
.column-2 .main {
	float: left;
	width: 625px;
}
.column-2 .sidebar {
	float: right;
	width: 305px;
}
h1.default {
	color: #232323;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
h2.default {
	color: #232323;
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.4;
}
p.text {
	margin: 0 0 25px;
}
.text_link{
	color: #00A0E9;
	text-decoration: underline;
}
.text_link:hover{
	text-decoration: none;
}
.text_link:after{
	content:'▶︎';
	vertical-align: middle;
}
.btn1 a {
	position: relative;
	background: #7f7f7f;
	color: #fff;
	padding: 4px 15px 3px 7px;
	font-size: 10px;
	border-radius: 5px;
}
.btn1 a:hover {
	background: #ccc;
}
.btn1 a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	width: 6px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	box-sizing: border-box;
}
#pageTop {
	padding: 15px 0;
	font-size: 11px;
	text-align: right;
}
#pageTop a {
	position: relative;
	display: inline-block;
	padding: 0 17px 0 0;
}
#pageTop a:before, #pageTop a:after {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
#pageTop a:before {
	width: 14px;
	height: 14px;
	border: solid 1px #7f7f7f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pageTop a:after {
	right: 4px;
	top: -7px;
	width: 4px;
	height: 5px;
	border: 3px solid transparent;
	border-bottom: 5px solid #7f7f7f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#btnArea input {
  padding: 1em 2em;
  display: inline-block;
  padding: .4em 2em;
  background: none;
  border: 1px solid #7f7f7f;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #ccc;
}
#btnArea input:hover {
  opacity: .6;
  transition: all .3s;
}
/*---------------------------------------------------------
 Responsive Setting 
 ---------------------------------------------------------*/
.sp-none {
	display: block;
}
.all-device-block, .sp-block, .portrait-block {
	display: none;
}
.all-device-inline, .sp-inline, .portrait-inline {
	display: none;
}
#screen-check {
	color: #000000;
	display: none;
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:979px) {
.all-device-none {
	display: none;
}
.all-device-block {
	display: block;
}
.all-device-inline {
	display: inline;
}
#screen-check {
	color: #ff0000;
}
.br_sp {
  display: none;
}
/*--------------------------------------------------------*/
.w980 {
	padding: 0 15px;
}
/*---------------------------------------------------------
 ヘッダー
 ---------------------------------------------------------*/
.pageHeader {
}
.h_top {
}
#h_logo {
	width: 180px;
}
.h_top_r {
}
.h_contactBox {
	padding: 0;
}
.h_contactBox p {
	margin: 0 0 0 15px;
}
.h_contactBox p.tel {
	width: 200px;
}
.h_contactBox .mail a {
	background-size: 14px auto;
	padding: 5px 10px 3px 30px;
	font-size: 11px;
}
.h_subNav {
}
.h_subNav li {
}
/*---------------------------------------------------------
 グローバルナビ
 ---------------------------------------------------------*/
.gNav {
}
.gNav ul {
}
.gNav ul li {
	width: 14.2857%;
	font-size: 12px;
}
.gNav ul li:first-child {
}
.gNav ul li a {
}
.gNav ul li a:hover {
}
/*---------------------------------------------------------
 フッター
 ---------------------------------------------------------*/
.rs-mail {
}
.rs-mail a {
	background-size: 14px auto;
	padding: 25px 8px 8px 8px;
	font-size: 11px;
}
.pageFooter {
}
.pageFooter_inner ul {
}
.pageFooter_inner ul li {
}
.pageFooter_inner ul li:first-child {
}
.pageFooter_inner ul li a {
}
.pageFooter_inner .f_bottom {
	text-align: center;
}
.pageFooter_inner .f_bottom dl {
	display: inline-block;
	margin-bottom: 20px;
}
.pageFooter_inner .f_bottom dl dt {
}
.pageFooter_inner .f_bottom dl dd {
}
.pageFooter_inner .f_bottom .f_sig {
	position: relative;
	text-align: center;
}
.pageFooter_inner .f_bottom .f_sig img {
	display: inline-block;
	float: none;
	margin-left: 0;
	padding: 0 3%;
}
.pageFooter_inner .f_bottom .f_sig img:last-child {
}
/*---------------------------------------------------------
 パンくず
 ---------------------------------------------------------*/
#breadcrumbs ul {
	padding: 10px 0 35px;
}
#breadcrumbs ul li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
}
#breadcrumbs ul li:before {
	content: " > ";
}
#breadcrumbs ul li:first-child:before {
	content: "";
}
/*---------------------------------------------------------
 コンテンツ
 ---------------------------------------------------------*/
.column-1,  .column-2 {
}
.column-2 .main {
	width: 70%;
}
.column-2 .sidebar {
	width: 27%;
}
h1.default {
}
h2.default {
	font-size: 22px;
}
p.text {
}
#pageTop {
}
#pageTop a {
}
#pageTop a:before,  #pageTop a:after {
}
#pageTop a:before {
}
#pageTop a:after {
}
}

/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
.sp-none {
	display: none;
}
.sp-block {
	display: block;
}
.sp-inline {
	display: inline;
}
#screen-check {
	color: #00ff00;
}

/*--------------------------------------------------------*/
body {
	font-size: 12px;
}
/*---------------------------------------------------------
	 ヘッダー
	 ---------------------------------------------------------*/
.h_top {
	padding: 15px 0;
}
#h_logo {
}
.h_top_r {
}
.h_contactBox {
}
.h_contactBox p {
}
.h_contactBox .mail a {
}
.h_subNav {
}
.h_subNav li {
}
/*　スマホメニュー
	---------------------------------------------------------- */
#h_sp {
	display: block;
}
#h_sp #sp_nav {
	position: fixed;
	top: 0;
	padding: 60px 0 5px;
	width: 100%;
	background: #3786C7;
	display: none;
	opacity: 0.95;
	z-index: 10000;
}
#h_sp #sp_nav .gnav ul {
	padding: 0;
}
#h_sp #sp_nav .gnav li {
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
#h_sp #sp_nav .gnav li a {
	position: relative;
	display: block;
	padding: 8px 10px;
	width: 100%;
	color: #fff;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#h_sp #sp_nav .gnav li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	background: none;
	opacity: 1;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*subnav*/
#h_sp #sp_nav .subnav {
	margin: 20px 15px 15px;
	padding: 0;
	border-top: 1px solid #FFF;
	list-style-type: none;
}
#h_sp #sp_nav .subnav li {
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#h_sp #sp_nav .subnav li:last-child {
	border-right: 1px solid #FFF;
}
#h_sp #sp_nav .subnav a {
	display: block;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
}
#h_sp #sp_nav .subnav a:hover {
}
#h_sp #sp_nav .head_contact {
	background: url(../../img/common/h_tel.png) no-repeat center 26px #fff;
	background-size: 85%;
	margin: 0 15px 20px;
	padding-top: 10%;
}
#h_sp #sp_nav .head_contact p {
	padding: 20px;
}
#h_sp #sp_nav .head_contact p a {
	display: block;
	background: #88BB3F;
	color: #FFF;
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#h_sp #sp_nav .head_contact p a:before {
	content: '';
	display: inline-block;
	background: url(../../img/common/ico_mail.png) no-repeat left center;
	background-size: 20px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: sub;
}
#h_sp .h_top {
	padding: 20px 10px 10px;
}
#h_sp .h_top p {
	color: #724B22;
	font-size: 11px;
}
#h_sp .h_top .head_logo {
	margin: 10px 0;
}
#h_sp .h_bottom {
	position: relative;
}
#panel-btn {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 45px;
	margin: 0;
	background: #3f3f3f;
	opacity: 0.7;
	z-index: 10001;
}
#panel-btn:hover {
	background: #7f7f7f;
}
#panel-btn-text {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	transition: .2s;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	width: 30px;
	height: 2px;
	margin: -1px 0 0 -15px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -8px;
}
#panel-btn-icon:after {
	margin-top: 7px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.close {
	display: none;
}
/*---------------------------------------------------------
 グローバルナビ
 ---------------------------------------------------------*/
.gNav {
}
.gNav ul {
}
.gNav ul li {
}
.gNav ul li:first-child {
}
.gNav ul li a {
}
.gNav ul li a:hover {
}
/*---------------------------------------------------------
 フッター
 ---------------------------------------------------------*/
.rs-mail {
}
.rs-mail a {
}
.pageFooter {
	background: #efefef;
	padding: 0 0 10px;
}
.pageFooter_inner ul {
	background: #fff;
	margin: 0 -15px;
	padding: 0 0 30px;
}
.pageFooter_inner ul li {
	display: block;
	border-left: none;
	border-bottom: solid 1px #CCC;
	margin: 0 15px;
}
.pageFooter_inner ul li a {
	display: block;
	padding: 7px 0;
}
.pageFooter_inner .f_bottom {
	padding: 20px 0;
}
.pageFooter_inner .f_bottom dl {
	margin-bottom: 10px;
}
.pageFooter_inner .f_bottom dl dt {
}
.pageFooter_inner .f_bottom dl dd {
}
.pageFooter_inner .f_bottom .f_sig {
}
.pageFooter_inner .f_bottom .f_sig img {
	width: 35px;
}
.pageFooter_inner .f_bottom .f_sig img:last-child {
	width: 75px;
}
/*---------------------------------------------------------
 パンくず
 ---------------------------------------------------------*/
#breadcrumbs ul {
	padding: 10px 0 35px;
}
#breadcrumbs ul li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
}
#breadcrumbs ul li:before {
	content: " > ";
}
#breadcrumbs ul li:first-child:before {
	content: "";
}
/*---------------------------------------------------------
 コンテンツ
 ---------------------------------------------------------*/
.column-1,  .column-2 {
	margin: 0 0 25px;
}
.column-2 .main {
	float: none;
	margin: 0 0 30px;
	width: 100%;
}
.column-2 .sidebar {
	float: none;
	width: 100%;
}
h1.default {
	margin: 0 0 25px;
	font-size: 17px;
}
h2.default {
	margin: 0 0 20px;
	font-size: 20px;
}
p.text {
	margin: 0 0 15px;
}
.text_link:after{
	font-size: 11px;
}
#pageTop {
	padding: 15px 0;
	font-size: 11px;
	text-align: right;
}
#pageTop a {
	position: relative;
	display: inline-block;
	padding: 0 17px 0 0;
}
#pageTop a:before,  #pageTop a:after {
	content: "";
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
#pageTop a:before {
	width: 14px;
	height: 14px;
	border: solid 1px #7f7f7f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pageTop a:after {
	right: 4px;
	top: -7px;
	width: 4px;
	height: 5px;
	border: 3px solid transparent;
	border-bottom: 5px solid #7f7f7f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}

/*---------------------------------------------------------
 Portrait 
---------------------------------------------------------*/
@media screen and (max-width:479px) {
.portrait-none {
	display: none;
}
.portrait-block {
	display: block;
}
.portrait-inline {
	display: inline;
}
#screen-check {
	color: #0000ff;
}
}


/*---------------------------------------------------------
 product 
---------------------------------------------------------*/
#product .top_img {
  width: 50%;
  float: left;
}
#product .related_img {
  width: 50%;
  float: left;
}
#product .img_cover:after { 
   content: ".";   
   display: block;   
   visibility: hidden;   
   height: 0.1px;   
   font-size: 0.1em;   
   line-height: 0;   
   clear: both;
}
@media screen and (max-width:979px) {
}
@media screen and (max-width: 639px) {
  #product .top_img img, #product .related_img img {
    width: 100%;
  }
  #product .top_img {
    width: 100%;
    float: none;
  }
  #product .related_img {
    width: 100%;
    float: none;
  }
}
