@charset "UTF-8";
noscript{display:none;}
body,form,p,ul,ul li,dl,dt,dd,h1,h2,h3,h4,form{margin:0;padding:0}
html>/**/body{font-size:16px;font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body, div,dl, dt, dd,ul, ol, li,h1, h2, h3, h4, h5, h6, p,form, fieldset, label,th, td,img {
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: normal;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

img{border:0; max-width:100%; height:auto}
ul{list-style-type:none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{overflow:hidden;}
#header,.hnav{
	width:100%;
	overflow:hidden
}
.aHbl01 .spimg a{text-align:center; width:180px; margin:11px auto; display:block; height:33px; line-height:1; padding:0}
.aHbl01 .spimg a img{width:180px; height:auto}
.aHbl01 dl,#areaGmenu,.aHbl02 .hnav .tel{
	height:0;
	overflow:hidden
}
#areaPageTop{
	padding:0 31px 5px 0;
	background-image:url(/shared/img/bgPageTopFooter.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.mt0{
	margin-top:0;
}
.mt5{
	margin-top:5px;
}
.mb0{
	margin-bottom:0 !important;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.pt17{
	padding-top:17px;
}
.pt1em{
	padding-top:12px;
}
.pb0{
	padding-bottom:0;
}
/* hnav */
header .hnav{
	padding-bottom:80px
}
header .hnav nav{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding: 27px 20px 0 70px;
}
header .hnav nav li:nth-child(2) {
	float: left;
	margin: 3% 0 0;
}
header .hnav nav li:nth-child(3) {
	float: right;
	padding: 3% 0 0 3%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
header .hnav nav li a {
	display: block;
	background: #ffd966;
	border-radius: 2px;
	box-shadow: 1px 1px 0 #e3b44f;
	color: #000000;
	font-size: 15.4px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin:0 1px 1px 0
}
.hnav nav ul {
	clear:both;
	margin-bottom:10px
}
.hnav nav li {
	float: left;
	width:30%;
	box-sizing: border-box;
}
.aHbl02 .hnav nav li {
	padding: 6px 2px 5px 2px;
}
.aHbl02 .hnav nav li a {
	font-size: 11.67px;
}
.hnav nav li.long {
	width:40%;
}
.hnav nav li a {
	display: block;
	padding: 1px 9px 0;
	background: #ffd966;
	border-radius: 2px;
	box-shadow: 1px 1px #e3b44f;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	transition: 0 !important;
	text-align:center;
}
.hnav nav li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all .3s !important;
}
.hnav nav ul {
	clear:none;
}
.hnav .tel a {
	transition: 0 !important;
	color:#000000;
	font-family: "Yu Gothic";
}
.hnav .tel img {
	margin: 0 7px 0 0;
	vertical-align: -1px;
}
.hnav .tel .wf {
	font-size: 20px;
	font-weight: bold;
}
.hnav .tel .note {
	display: block;
	margin: 0;
	font-size: 10px;
}
/*バーガーメニュー*/
header {
	position:fixed;
	top:10px;
	left:10px;
	z-index:10;
}
#nav-drawer {
  position: relative;
  overflow:hidden;
  height:auto;
}
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: middle;
	margin:10px 0 0 5px
}
/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 2px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 55px;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/close.png) no-repeat right top #000000;
	background-size:50px;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
    position: fixed;
    top: 55px;
    left: -50px;
    z-index: 9999;/*最前面に*/
    width: 100%;/*右側に隙間を作る*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*チェックが入ったら表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/* gnav */
header #gnav ul {
	list-style:none;
	margin:0 0 0 50px;
	padding:0;
}
header #gnav ul li{
	font-size: 14px;
}
header #gnav ul li.lineup{
	background:#eeeeee;
	padding: 17px 15px 15px 15px;
	font-weight: bold;
}
header #gnav ul li a{
	display: block;
	padding: 17px 15px 17px 20px;
	background: #f9f9f9;
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
	text-decoration: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header #gnav ul li.gnav_products a{
	background:#eeeeee
}
header #gnav ul li a:hover,header #gnav ul li.gnav_products a:hover{
	background: #ffffff;
}
header #gnav ul li a span {
	display: block;
	background: url(../img/bullet_arrow_01.png) no-repeat 100% 50%;
	background-size: auto 12px;
}
.blAF2L li{
	display:block;
	float:left;
	font-size:12px;
	padding:0 16px 5px 0;
}
.blAF2L li a{
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	color:#333;
	text-decoration:none;
}
.blAF2L li a:hover{
	color:#006bad;
}
.blAF2L li a span{
	display:block;
	padding:0 0 0 12px;
}
.blCnt{
	padding:0 20px;
}
.blCnt01{
	padding:20px 30px 0 36px;
}
.blCnt01 h2{
	margin:0 0 20px 0;
}
.blCnt01 p{
	font-size:90%;
	line-height:1.5;
	margin-bottom:20px;
}
.blCnt02 h2{
	padding:0 !important;
	margin:0 !important;
}
.blCnt02 li{
	display:block;
	padding:15px 25px;
	font-size:80%;
	line-height:1.5;
}
.blCnt02 li img{
	float:left;
	margin:0 20px 0 0;
}
.blCnt02 li p{
	overflow: auto;
}
.ftContact{
	overflow:hidden;
}
.topftCnt{
	background-image:url(/shared/img/bgGrad_81.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.prContact{
	overflow:hidden;
}
.sp_tel { color: #000000 !important; text-decoration: none !important; }
.wf a{
    font-family: 'Roboto', sans-serif !important;
}
.blCnt05{
	padding:23px 20px 0 20px;
}
.blCnt05L{
    width:100%;
}
.blCnt05R{
    width:100%;
}
.blCnt05LL,.blCnt05RL{
    float:left;
    font-size:75%;
    line-height:1.5;
}
.blCnt05LL dl,.blCnt05LL h2,.blCnt05RL h2{
    padding:0 0 0 2px;
}
.blCnt05LL dt,.blCnt05RL dt{
    font-size:120%;
    padding:6px 0 4px 0;
    display:block;
}
.blCnt05LL dd,.blCnt05RL dd{
    padding:0 0 8px 0;
}
.blCnt05LR{
    width:190px;
    float:right;
    padding:27px 0 0 0;
}

.blCnt05RR{
	padding-left:20px;
	float:right;
}
.balloon1 {
 	margin: 20px 30px 10px 40px;
	padding: 5px 10px 10px 80px;
	background:url(/shared/img/balloon1img01.png) 0 0 no-repeat;
}
.balloon1-left {
 	position: relative;
 	margin: 0 0 0 10px;
	padding: 17px 15px 15px 52px;
	font-weight:bold;
	font-size:95%;
	line-height:1.3;
	border-radius: 5px;
	background:url(/shared/img/balloon1img02.png) 17px 15px no-repeat #fff2aa;
}
.balloon1-left:before{
	content: "";
	position: absolute;
	top: 25px;
	left: -27px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff2aa;
}
.balloon1-left p {
	margin: 0;
	padding: 0;
}
.balloon2 {
 	margin: 5px 30px 15px 40px;
	padding: 5px 10px 10px 80px;
	background:url(/shared/img/balloon2img01.png) 0 0 no-repeat;
	overflow:hidden
}
.balloon2-left {
 	position: relative;
 	margin: 0 0 0 10px;
	padding: 17px 15px 15px 52px;
	font-size:95%;
	line-height:1.75;
	background:url(/shared/img/balloon2img02.png) 17px 15px no-repeat #ffffff;
 	border: solid 1px #aaaaaa;
 	box-sizing: border-box;
	border-radius: 5px;
}
.balloon2-left:before{
	content: "";
	position: absolute;
	top: 30px;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 1;
}
.balloon2-left:after{
	content: "";
	position: absolute;
	top: 30px;
	left: -25px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #959799;
 	z-index: 0
}
.balloon2-left p {
	margin: 0;
	padding: 0;
}
.balloon2-left p.mb20 {
	margin-bottom:20px
}
.balloon2-left p.qa {
	margin: 0 0 15px 0;
	font-weight:bold
}
.balloon2-left img {
	max-width:100%;
	height:auto
}
.qlBlL{
	display:block;
	float:left;
	margin-right:20px
}
.logoarea img{
	width:100% !important;
	max-width:889px;
	height:auto
}
.tel em {
	display: block;
	width: 190px;
	margin: 0 auto 7px;
	font-size: 12.13px;
	font-weight: normal;
}
.tel em span {
	display: inline-block;
	padding: 0 6px;
	background: #ffffff;
}
.tel img {
	margin: 0 4px 0 0;
	vertical-align: -2px;
}
.tel .wf {
	font-size: 23.19px;
	font-weight: bold;
}
.tel .note {
	margin: 7px 0 0 6px;
	font-size: 11.2px;
}
.tel .note {
	display: block;
}
.blForm{
    padding:12px 20px;
	background-color:#f4f1eb;
}
.blForm a.formbtn {
	display: block;
	background: #ffd966;
	border-radius: 2px;
	box-shadow: 1px 1px 0 #e3b44f;
	color: #000000;
	font-size: 15.4px;
	font-weight: bold;
	line-height: 25px;
	padding:10px;
	text-align: center;
	text-decoration: none;
	margin:0 1px 1px 0
}
.blForm a.formbtn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #ffe8a3;
}
.blForm p.tel {
	background: #ffffff;
	border-radius: 2px;
	padding:7px 10px;
	line-height: 1;
	text-align: center;
}

.scMenu{
	padding:5px 4px 4px 5px;
	background: #f4cf00;
	width:100%;
	margin:20px auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.scMenu li{
	float:left;
}
.scMenu li.long{
	width:50%
}
.scMenu li.mid{
	width:40%
}
.scMenu li.st{
	width:30%
}
.scMenu li a{
    background: #fefefe;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
	display:block;
	text-decoration:none;
	padding:7px 5px;
	border-right: #f4cf00 1px solid;
	border-bottom: #f4cf00 1px solid;
	font-weight:bold
}
.scMenu li a:hover,.scMenu li a.cur{
    background: #f4cf00;
}
/*------------------------------------------------
   pagetop
------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom:10px;
    right:10px;
}
/* pan
--------------------*/
.breadcrumbs {
	height: 54px;
	padding: 0 5.333%;
	background: #f2f5f6;
	font-size: 12.13px;
	line-height: 54px;
	white-space: nowrap;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
}
.breadcrumbs a{
	text-decoration:none
}
.breadcrumbs a span{
	color: #000000 !important;
}
.breadcrumbs span.ccgt{
	color: #999999;
}
.topicpath{
	padding:20px 0 15px 0;
	font-size:65%;
}
.topicpath ul{
	display:block;
}
.topicpath li{
	display:block;
	float:left;
	padding:0 1.5em 0 0;
	background-image:url(/shared/img/ar_07.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.topicpath li span{
	line-height:1.1;
}
.topicpath li a{
	display:block;
	color:#006bad;
	text-decoration:none;
	line-height:1.1;
}
.topicpath li a:hover{
	text-decoration:underline;
}
.topicpath li.a{
	background-image:none;
	padding:0;
}
.topicpath li.a a{
	color:#333 !important;
}
.topicpath li.a a:hover{
	text-decoration:none;
}
.topicpath li:last-child {
	padding:0;
	background-image:none;
}