@charset "UTF-8";

/*------------------------
既存クラスをオーバーライトするためこのcssは一番最後の方に読み込む
-------------------------------*/
/*上付　20200827*/
.t-sup{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/*-------------------------------------------------------------
ここからパソコン
-------------------------------------------------------------*/
@media print, screen and (min-width:768px) {


.smp,
div#fb div.smp_lnavi {
	display:none !important;
}

.txt_std{
font-size: 1.3em;
}

/*--------------------------最上部h1とp-----------------------------*/
/* : fl ( frame lead-text ) : */
div#fl{
display: none;
}

/*-----------------------ヘッダー--------------------------------*/
/* : fh ( frame header ) : */
/* :: u01 :: */

div#fh-c20 {
width:100%;
min-width: 1024px;
background: #fff;
}

div#fh-c20>div {
height: 130px;
margin: 0 auto;
width: 1024px;
position: relative;
z-index: 100;
}

div#fh-c20>.head-simple{
	height: 50px;
	width: 990px;
	padding-bottom: 22px;
}


div#fh-c20>div p.site_logo{
position: absolute;
width: 108px;
top:16px;
left:3px;
}

div#fh-c20>div p.etc_link{
position: absolute;
width: 500px;
top:22px;
right:3px;
text-align: right;
}

div#fh-c20>div p.etc_link a{
margin-right: 1em;
}

#mega1,#mega3,#mega4{
margin-top: 35px;
width: 660px;
padding: 0 0 20px 0;
display:none;
background-color: rgba(230,230,230,0.95);
position: absolute;
left:calc( 50% - 330px );
}

#mega4{
	width: 280px;
	left:calc( 50% - 365px );
}

#mega1>div, #mega3>div{
width: 600px;
margin: 0 auto;
}

#mega4>div{
width: 220px;
margin: 0 auto;
}

#mega1>div div>p{
margin-top: 1.2em;
margin-bottom: -0.8em;
text-align: left;
}

#mega1>div div>p strong{
font-size: 1.6em;
font-weight: bold;
}

#mega1>div div>p span{
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E;
}

#mega1>div div.c1>p span{
color: #ff8700;
}

#mega1>div div.c2>p span{
color: #009b8c;
}

#mega1>div div.c3>p span{
color: #28a0d2;
}

#mega1>div div>p span:nth-child(2){
font-size: 1.3em;
margin-left: 1em;
font-weight: bold;
}

#mega1>div div>p span:nth-child(3){
font-size: 2.5em;
margin-left: 0.1em;
font-weight: bold;
}

#mega1>div div>ul li,
#mega3>div div>ul li{
float: left;
margin-top: 10px;
margin-right: 25px;
text-align: left;
}

#mega4>div div>ul li{
text-align: left;
}
#mega4>div div>ul li:first-child{
margin-top: 20px;
}

#mega1>div div>ul li:nth-of-type(3n){
margin-right: 0;
}

#mega1>div div>ul li a,
#mega3>div div>ul li a,
#mega4>div div>ul li a{
display: table-cell;
width:270px;
border: 1px solid;
text-align: center;
height: 3em;
vertical-align: middle;
font-weight: bold;
text-decoration: none;
font-size: 1.1em;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

#mega1>div div.c1>ul li a{
border-color: #ff8700;
color: #000;
}

#mega1>div div.c1>ul li a:hover{
background-color: #ff8700;
color: #fff;
}

#mega1>div div.c2>ul li a{
border-color: #009b8c;
color: #000;
}

#mega1>div div.c2>ul li a:hover{
background-color: #009b8c;
color: #fff;
}

#mega1>div div.c3>ul li a{
border-color: #28a0d2;
color: #000;
}

#mega1>div div.c3>ul li a:hover{
background-color: #28a0d2;
color: #fff;
}

#mega1>div div.c3>ul div.c_sol_link a{
font-size: 1.2em;
font-weight:bold;
color: #000;
float: right;
padding-top: 0.5em;
margin-top: 15px;
margin-right: 35px;
}

#mega1>div div.c3>ul li.prod{
position: relative;
}

#mega3>div div.c_sol>ul li a{
border-color: #B1221A;
color: #000;
}

#mega3>div div.c_sol>ul li a:hover{
background-color: #B1221A;
color: #fff;
}

#mega3>div div.c_sol>ul div.c_sol_link a{
font-size: 1.2em;
font-weight:bold;
color: #000;
float: right;
padding-top: 0.5em;
margin-top: 55px;
margin-right: 35px;
}

#mega4>div div.c_sol>ul li a{
border-color: #0a449a;
color: #000;
width: 220px;
}

#mega4>div div.c_sol>ul li:last-child a{
border-top: none;
}

#mega4>div div.c_sol>ul li a:hover{
background-color: #0a449a;
color: #fff;
}

#mega4>div div.c_sol>ul div.c_sol_link a{
font-size: 1.2em;
font-weight:bold;
color: #000;
float: right;
padding-top: 0.5em;
margin-top: 55px;
margin-right: 35px;
}

/*-----------------------グローバルナビ--------------------------------*/
#gnavi{
text-align: right;
padding-top: 70px;
}

#gnavi>li {
display: inline;
border-left: 1px #ddd solid;
}

#gnavi>li>a {
padding: 0.5em 15px 0.5em 15px;
color: #3665ff;
font-size: 16px;
font-weight: 600;
  position: relative;
  text-decoration: none;
}

#gnavi>li>a:hover {
padding: 0.5em 15px 2.4em 15px;
}

#gnavi>li>a:hover::after {
  content: '';
  width: 90%;
  height: 1px;
  border: 0px;
  position: absolute;
  top: 2em;
  left: 5%;
  background: #3665ff;
}

/*スマホ用パーツで隠しておくもの*/
ul#gn01 > li a span,
p#menu_btn_smp,
img.close_btn{
	display:none;
}

/*ページトップボタン*/
p.pagetop_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*------------------------ページタイトル2020-------------------------------*/
#page_ttl{
	width:100%;
	min-width: 1024px;
	background: #eeeeee;
}

#page_ttl div{
	width:960px;
	margin: 0 auto;
}

#page_ttl div div{
display: table;
}

#page_ttl div div h1{
display: table-cell;
vertical-align: middle;
font-size: 1.6em;
height: 66px;
}

/*---------------------ブレッドクラム----------------------------------*/
ul.trac01{
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

ul.trac02{
padding-top: 10px;
font-size:80%;
letter-spacing:0.1em;
}

ul.trac02 li{
float: left;
}

ul.trac02 li span{
margin-right: 7px;
margin-left: 7px;
}

ul.trac02 li strong{
font-weight: normal;
}

/*--------------------コンテンツエリアコンテナ------------------------*/
/* :: fc-outer :: */
div#fc-outer {
	width:100%;
	background-image: url(../img/common/bg-fc.gif);
	background-repeat:repeat-x;
}

div#fc-outer-nobg {
	width:100%;
}

div.old-container {
	width:540px;
	margin: 0 auto 0 auto;

}

/*------------------------画像ページタイトル-------------------------------*/
p.pageTtl01 img{
    display:block;
    margin: -6px 0 0 -6px;
}

p.pageTtl02 img{
    display:block;
}

/*------------------------お知らせユニット-------------------------------*/
#announce_1409 h2{
	background:url(/katsubun/asset/images/spcommon/c14/bg_osirase01.gif) top no-repeat #00a4df;
	color:#FFF;
	padding:6px 0 2px 12px;
	font-size:110%;
}

#announce_1409 div.wrp{
	border:#00a4df solid 1px;
	background:#e6f6fc;
	padding:6px;
}

#announce_1409 div.wrp p{
	line-height:180%;
}

#announce_1409 div.wrp p a{
	display:block;
	background-position:0 4px;
}

/*-----------------------旧製品告知--------------------------------*/
p#old_name_annc{
	font-size:90%;
	text-align:right;
}

/*-----------------------h2--------------------------------*/
#fb h2.t1{
	display:block;
	border: #eeeeee 1px solid;
	border-bottom: #00a4df 2px solid;
	background:url(/katsubun/asset/images/spcommon/c14/marker_maru.gif) no-repeat 6px 9px;
	letter-spacing:0.1em;
}

#fb h2.t1 span{
	display:block;
	margin: 9px 6px 6px 32px;
	font-size:140%;
}

#fb h2.t2{
background-color: #00a4df;
	display:block;
	letter-spacing:0.1em;
	font-size:140%;
	color: #fff;
	padding: 0.4em 0.8em 0.3em 0.8em;
}

h2.t3{
	display:block;
}

h2.t3 span{
	font-size:200%;
	border-bottom: #3665ff 2px solid;
}

/*-----------------------h3--------------------------------*/
#fb h3.t1{
	display:block;
	border-left: #00a4df 5px solid;
	color:#00a4df;
	padding-left:6px;
	padding-top:3px;
	font-size:120%;
	letter-spacing:0.1em;
}

#fb h3.t2{
	font-size:130%;
}

#fb h3.t3{
	border-left: #00a4df 5px solid;
	border-bottom: #00a4df 1px solid;
	color:#00a4df;
	padding-left:6px;
	padding-top:3px;
	font-size:120%;
	letter-spacing:0.1em;
}

#fb h3.t1 span.new{
	font-size:70%;
	font-weight:normal;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.3em;   /* Firefox用 */
	border: 1px solid #f00;
	color:#fff;
	padding: 0 0.5em 0 0.5em;
	background-color:#f00;
	margin:0 0.5em 0 0;
	vertical-align: middle;
}

/*-----------------------h4--------------------------------*/
#fb h4.t1{
	color:#00a4df;
	font-size:120%;
	letter-spacing:0.1em;
}

#fb h4.t2{
	letter-spacing:0.1em;
}

/*-----------------------キャプション--------------------------------*/
#fb p.caption01{
	font-size:90%;
}

#fb p.caption02{
	font-size:90%;
	padding-left:1em;
	text-indent:-1em;
}

/*-----------------------文中リンクマーカー付　2020--------------------------------*/
a.mrk20{
  position: relative;
  display: inline-block;
  padding-right: 1em;
  color: #3665ff;
}

a.mrk20::after{
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0px;
  border-top: solid 2px #3665ff;
  border-right: solid 2px #3665ff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4em;
}

/*-----------------------table01--------------------------------*/
div.table01 th,
div.table01 td{
	padding:4px;
    border: 1px #bbbbbb solid;
}

div.table01 th{
	background-color:#e8f4fa;
}

div.table01 table{
	width: 100%;
    border: 1px #bbbbbb solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.table01 table.p80{
	width: 80%;
}

div.table01 table.p60{
	width: 60%;
}

div.table01 .p20{
	width:20%;
}

div.table01 .p25{
	width:25%;
}

div.table01 .p30{
	width:30%;
}

div.table01 .p50{
	width:50%;
}

div.table01 .p60{
	width:60%;
}

div.table01 .p70{
	width:70%;
}

div.table01 .p80{
	width:80%;
}

div.table01 .tx-cntr
{
	text-align:center;
}

div.table01 th.wd-ow {
	width:0.1em;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

div.table01 th.nowrp
{
	white-space:nowrap;
}

div.table01 th.topHead{
	background-color:#0000FF;
	color:#FFF;
	text-align:center;
}

div.table01 th.withSep{
	border-right:#FFF solid 1px;
}

div.table01 th.left{
	text-align:left;
}

div.table01 td.catLpad a,
div.table01 td.catLpad>span{
	margin-left:30px;
}

div.table01 .cel1{
	width:219px;
}

div.table01 .cel2{
	width:364px;
}

div.table01 .cel3{
	width:114px;
}

div.table01 caption.t01{
	text-align:left;
	font-weight:bold;
	margin-bottom:0.5em;
}

div.table01 caption.t02{
}

/*-----------------------table_about--------------------------------*/
div.table_about th,
div.table_about td{
	padding:4px;
    border-bottom: 1px #bbbbbb solid;
}

div.table_about th{
	text-align:left;
	padding-left:20px;
	width:55%;
}

div.table_about td{
	width:35%;
}

div.table_about td.withm{
	background:url(../about/img/sankaku.gif) 330px 8px no-repeat;
	width:40%;
	padding-left: 20px;
}

div.table_about th.blue,
div.table_about td.blue{
	color:#00a4df;
	font-weight:bold;
}

div.table_about table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/*-----------------------marker link--------------------------------*/
a.mkr01 {
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 0px 2px;
	padding: 0 2px 4px 18px;
}

.tri_link{
padding-left:16px;
padding-bottom:1px;
background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) 0px 0px no-repeat;
}

/*----------------------- link list t1--------------------------------*/
ul.linklis-t1 a {
}

ul.linklis-t1 li {
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 6px;
	margin-bottom: 2px;
}

ul.linklis-t1 li.newwin {
	background: url(/katsubun/asset/images/spcommon/c14/newwindow.gif) no-repeat 6px 6px;
}

ul.linklis-t1 li.noLink {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/*----------------------- link list t1 横並び--------------------------------*/
ul.linklis-t1-horiz li {
	float: left;
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 6px;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

ul.linklis-t1-horiz li.newwin {
	background: url(/katsubun/asset/images/spcommon/c14/newwindow.gif) no-repeat 6px 6px;
}

ul.linklis-t1-horiz li.noLink {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/*----------------------- link list t2--------------------------------*/
ul.linklis-t2 li{
	margin-top: 10px;
}

ul.linklis-t2 li a{
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 3px;
}

ul.linklis-t2 li li a,
ul.linklis-t2 li li li a,
ul.linklis-t2 li li li li a
{
	background: url(/katsubun/asset/images/spcommon/c14/marker-linklist01.gif) no-repeat 0px 6px;
	padding: 4px 2px 4px 10px;
}

ul.linklis-t2 ul {
	margin-left:20px;
	margin-bottom:12px;
}

ul.linklis-t2 ul li{
	margin-top: 2px;
}

/*----------------------- list--------------------------------*/
ul.list-t1 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

ul.list-t2 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul01-01.gif) no-repeat 10px 10px;
	padding: 2px 0 2px 24px;
}

/*----青丸---*/
ul.list-t3 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt-grendot_blue.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/*----------------------- link list t4
・数字マーカーカッコ
・太字
--------------------------------*/
ul.list-t4 li {
	margin-bottom: 0.8em;
	font-weight:bold;
	padding-left:2em;
	text-indent:-2em;
	background:none;
}

/*----------注釈--------------*/
dl.note01,
dl.note02
 {
	width: 742px;
	font-size:90%;
	line-height:130%;
}

dl.note01 dt {
 	float: left;
	width: 1.6em;
}

dl.note01 dd {
	margin-left: 1.6em;
	margin-bottom: 0.5em;
	width:710px;
}

dl.note02 dt {
 	float: left;
	width: 2.6em;
}

dl.note02 dd {
	margin-left: 2.6em;
	margin-bottom: 0.5em;
}

/*----------------------- イメージ横並びlist--------------------------------*/
ul.imgHrzn li {
	display: inline;
	float:left;
	position:relative;
}

/*------------------------キャッチ-------------------------------*/
p.catch01{
	font-size:150%;
	font-weight:bold;
	line-height:1.4;
}

p.catch02{
	font-size:110%;
	font-weight:bold;
	line-height:1.4;
}

/*------------------------文字小さく-------------------------------*/
#fb .small01{
	font-size:90%;
}

/*------------------------画像センター-------------------------------*/
p.imgCenter img{
    display:block;
    margin: 0 auto;
    text-align: center;
}

/*------------------------画像フル幅 20180817 画像がコンテナより大きい場合-------------------------------*/
p.img100pw img{
	width:100%;
}

/*------------------------画像とリンクセンター-------------------------------*/
p.imgTxtCenter img,
p.imgTxtCenter a{
    display:block;
    margin: 0 auto;
    text-align: center;
}

/*------------------------画像左よせ-------------------------------*/
p.imgLeft img{
    display:block;
    margin: 0 auto 0 0;
}

/*------------------------画像左よせ-------------------------------*/
p.textimgLeft img{
	float:left;
}

/*------------------------画像ブロック右よせ-------------------------------*/
p.imgRight{
	float:right;
	margin-left:10px;
}

p.imgRight img{
	margin-top:8px;
}

/*------------------------複数画像センター-------------------------------*/
p.imgCenter-mul{
    text-align: center;
}

/*----------------------動画紹介ユニット 202004---------------------------------*/
div.video01{
width:100%;
min-width: 1024px;
background: #2846b4;
padding: 70px 0;
}

div.video01>div{
width:790px;
margin: 0 auto;
}

div.video01>div p{
float: left;
}

div.video01>div p:nth-child(1){
width:440px;
display: table;
margin-right: 30px;
}

div.video01>div p:nth-child(1)>span{
display: table-cell;
width:440px;
height: 156px;
color: #fff;
vertical-align: middle;
}

div.video01>div p:nth-child(1)>span>strong,
div.video01>div p:nth-child(1)>span>span{
display: block;
}

div.video01>div p:nth-child(1)>span>strong{
margin-bottom: 0.5em;
font-size: 1.6em;
}

div.video01>div p:nth-child(1)>span>span{
margin-bottom: 0.5em;
font-size: 1.4em;
}

div.video01>div p:nth-child(2){
width:320px;
}

/*----------------------その他ボタン---------------------------------*/
.etc_btn{
width:100%;
min-width: 1024px;
}

.etc_btn ul{
width:640px;
margin: 0 auto 40px;
}

.etc_btn li{
float: left;
border: 1px solid #3665ff;
width: calc( 50% - 22px );
}

.etc_btn li:first-child{
margin-right: 40px;
}

.etc_btn li.event{
background: url(/katsubun/asset/images/spcommon/c14/icon_event.gif) no-repeat 20px center;
background-size: 3em;
}

.etc_btn li.suport{
background: url(/katsubun/asset/images/spcommon/c14/icon_support.gif) no-repeat 20px center;
background-size: 3em;
}

.etc_btn li a{
font-size: 1.6em;
display: block;
text-align: center;
padding: 1.2em 0 1.2em 1.5em;
font-weight: bold;
color: #333333;
}

/*-----------------------フッターとボトム関連リンク--------------------------------*/
#ff{
width: 100%;
min-width: 1024px;
}

#ff a{
	color:#000;
}

#ff a:hover{
	text-decoration:underline;
}

#ff #si01outer{
padding: 0.5em 0 0 0 ;
width: 100%;
background: #eeeeee;
}

#si01{
margin:0 auto;
width: 950px;
}

#ff .col01{
padding-top:0.5em;
float:left;
width: 450px;
}

#ff .col02{
float:right;
width: 450px;
text-align:right;
}

/*------------------------フッターブレッドクラム-------------------------------*/
#btm-trac01{
	margin-top:8px;
}

#btm-trac01 li{
	margin-bottom:0.5em;
}

#btm-trac01 li{
	float: left;
	line-height:1.3;
}

#btm-trac01 li span{
	margin: 0 10px 0 10px;
}

/*------------------------フッターリンク集カラム-------------------------------*/
#btm-link{
	margin-bottom: 2em;
	margin-top:8px;
}

#btm-link div.clm{
	float:left;
}

#btm-link div.c1{
	width:460px;
	margin-left: 30px;
}

#btm-link div.c2{
	width:460px;
}

#btm-link div.clm h4{
	border-bottom:solid 1px #3665ff;
	padding:4px 0 3px 6px;
	margin-bottom:0.5em;
}

#btm-link div > ul{
	margin-left:10px;
}

#btm-link div > ul >ul{
	margin-left:8px;
}

#btm-link ul.mb10{
	margin-bottom:10px;
}

#btm-link li{
	background: url(/katsubun/asset/images/spcommon/c14/icon_btmlink20.gif) no-repeat 1px 0.3em;
	padding: 3px 0 2px 22px;
	word-wrap: break-word;
	font-size: 88%;
}

/*------------------------コピーライト-------------------------------*/
#si02{
	background: #eeeeee;
}

#si02>div{
	padding-top:1em;
	height:4em;
	width:950px;
	margin: 0 auto;
}

#si02 .col01{
	float:left;
	width:60%;
}

#si02 .col02{
	float:right;
	width:40%;
}

#si02 .col01 ul{
	clear:both;
}

#si02 .col01 ul li{
	padding:0 0.5em 0 0.5em;
	float:left;
}

#si02 .col01 ul li.left_sep{
	border-left:solid 1px #666;
}

/*----------------------side_inq---------------------------------*/
div#side_inq{
	margin-bottom:10px;
	border: #5a5a5a 1px solid;
}

div#side_inq h2{
text-align: center;
color: #fff;
background: #5a5a5a;
font-size: 110%;
padding: 10px 0 10px 0;
}

div#side_inq > p{
font-size: 90%;
font-weight: bold;
text-align: center;
padding: 8px 0 0 0;
}

div#side_inq > p.btn{
border-top:#5a5a5a 1px solid;
text-align: center;
padding: 8px 0 0 0;
margin: 8px 10px;
}

/*----------------------side_cat_dl---------------------------------*/
div#side_cat_dl2,
div#side_cat_dl{
	width:185px;
	margin-bottom:10px;
}

div#side_cat_dl2 img,
div#side_cat_dl img{
	vertical-align:top;
}

/*----------------------site_tool_link---------------------------------*/
div#fs ul.site_tool_link{
}

div#fs ul.site_tool_link li{
	margin-top:15px;
}

div#fs ul.site_tool_link li img{
	width:100%;
}

/*----------------------side_banar---------------------------------*/
div#fs p.p01{
}

div#fs p.p01 img{
	width: 180px;
}

/*----------------------ボトム問い合わせ---------------------------------*/
#btm_inq{
background-color: #969696;
padding: 2em 0;
}

#btm_inq>div{
width:960px;
margin: 0 auto;
}

#btm_inq>div h2{
color: #fff;
font-weight: normal;
text-align: center;
}

#btm_inq>div h2 span{
font-size: 2em;
border-bottom: 2px solid #fff;
}

#btm_inq>div ul{
width:960px;
margin: 30px auto 0;
}

#btm_inq>div li{
float: left;
width: calc( 50% - 22px );
}

#btm_inq>div li:first-child{
margin-right: 40px;
}

#btm_inq>div li.inq{
background: url(/katsubun/asset/images/spcommon/c14/icon_inq.gif) no-repeat 20px center #2846b4;
}

#btm_inq>div li.dl{
background: url(/katsubun/asset/images/spcommon/c14/icon_dl.gif) no-repeat 20px center #2846b4;
}

#btm_inq>div li a{
font-size: 2em;
display: block;
text-align: center;
padding: 0.8em 0 0.8em 1.5em;
color: #fff;
font-weight: bold;
}

/*----------------------ボトム　回遊ボタン---------------------------------*/
div#btm_kaiyu_link{
	width:745px;
	margin-bottom:10px;
}

div#btm_kaiyu_link img{
	float:left;
	vertical-align:top;
}

div#btm_kaiyu_link img.btnright{
	float:right;
	vertical-align:top;
}

/*----------------------活文ピックアップ---------------------------------*/
div#side_pkup2,
div#side_pkup{
	margin-top:20px;
	width:180px;
}

div#side_pkup2 ul li,
div#side_pkup ul li{
	border: solid 1px #00a4df;
	border-top: none;
	background-color:#eeeeee;
}

div#side_pkup2 ul li a,
div#side_pkup ul li a{
	background:url(/katsubun/asset/images/spcommon/c14/blt_share-link02.gif) no-repeat 0.6em 0.8em;
	display:block;
	padding: 6px 0 6px 16px;
}

div#side_pkup h3.txt{
	background-color: #00a4df;
	padding:6px;
	text-align:center;
	color:#FFF;
}

/*----------------------名称変更告知---------------------------------*/
div#brandnew{
	display:block;
	border:solid 1px #000;
	padding:6px;
}

div#brandnew2{
	display:block;
	border:solid 1px #000;
	margin-bottom:10px;
}

div#brandnew2 p,
div#brandnew p{
	color:#ff002d;
	margin:1em 0 1em 1em;
}

div#brandnew2 p.note,
div#brandnew p.note{
	color:#000;
	margin:-0.5em 0 1em 1em;
	font-size:90%;
}

/*-------------------------------------------------------*/
/* :: ページ先頭に戻る  :: */
div#fb div.sp-pt01-t p{
background: url(/katsubun/asset/images/spcommon/c14/marker-up.gif) 0 0.4em no-repeat;
}

/*-----------------------画像リンクマウスオーバー 20170531--------------------------------*/
#fb a:hover img.mo_css,
#fs a:hover img.mo_css {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*-----------------------特長訴求--------------------------------*/
div#fb div.tokucho {
}

div#fb div.tokucho div{
float: left;
margin: 20px 1%;
text-align: center;
width:31%;
}

div#fb div.tokucho div p{
margin-top: 10px;
font-size: 1.2em;
font-weight: bold;
}

/*-----------------------メッセージ--------------------------------*/
div#fb p.message {
background: url(/katsubun/asset/images/spcommon/c14/bg_msg_sec.jpg) repeat-x;
color: #fff;
display: table;
width: 100%;
line-height: 0;
border-collapse:collapse;
border-spacing: 0;
  }

div#fb p.message span:nth-child(1){
display: table-cell;
color: #fff;
width: 70%;
padding: 0 30px;
font-size: 1.2em;
line-height: 1.6;
vertical-align: middle;
}

div#fb p.message span:nth-child(2){
display: table-cell;
width: 30%;
text-align: right;
}

div#fb p.message span:nth-child(2) img{
height: 160px;
margin-right: -5px;
}

div#fb p.message span.mv_link a{
display: block;
position: relative;
margin: 10px;
}

div#fb p.message span.mv_link img{
height: 140px;
margin-right: 0;
}

div#fb p.message span.mv_link a span.caption{
display: block;
position: absolute;
background: url(/katsubun/asset/images/spcommon/c14/bg_mv_cap.png) repeat-x bottom;
color: #fff;
text-align: right;
height: 30px;
line-height: 3.4em;
width:calc(100% - 8px);
padding-top: 20px;
padding-right: 8px;
bottom:0;
}

/*-----------------------メッセージ2--------------------------------*/
div#fb .message2 {
background: url(/katsubun/asset/images/spcommon/c14/bg_msg_sec.jpg) repeat-x bottom #00aadc;
color: #fff;
width: 100%;
padding: 20px 0;
  }

div#fb .message2 > p{
color: #fff;
padding: 0 30px;
font-size: 1.2em;
line-height: 1.6;
vertical-align: middle;
}

div#fb .message2 div{
margin-top: 20px;
}

div#fb .message2 div p{
width:50%;
float: left;
}

div#fb .message2 div p a{
display: block;
position: relative;
margin: 0 auto;
text-align: center;
width: 220px;
}

div#fb .message2 div p a img{
width:100%;
}

div#fb .message2 div p a span.caption{
display: block;
position: absolute;
background: url(/katsubun/asset/images/spcommon/c14/bg_mv_cap.png) repeat-x bottom;
color: #fff;
text-align: right;
height: 30px;
line-height: 3.4em;
width:calc(100% - 8px);
padding-top: 20px;
padding-right: 8px;
bottom:0;
}

/*-----------------------事例囲み--------------------------------*/
div#fb .case_unit{
width:80%;
margin-right: auto ;
margin-left: auto;
box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.3);
}

div#fb .case_unit p:nth-child(1){
float: left;
width:35%;
display: table;
}

div#fb .case_unit p:nth-child(1) span{
display: table-cell;
vertical-align: middle;
height: 10em;
text-align: center;
}

div#fb .case_unit p:nth-child(1) img{
margin: auto;
}

div#fb .case_unit p.photo:nth-child(1){
overflow: hidden;
}

div#fb .case_unit p.photo:nth-child(1) img{
width:110%;
}

div#fb .case_unit p:nth-child(2){
float: left;
width:65%;
}

div#fb .case_unit p.photo:nth-child(2){
width:calc(65% - 20px);
margin-left: 20px;
}

div#fb .case_unit p:nth-child(2) span:nth-child(1){
display: block;
font-size: 1.3em;
font-weight: bold;
margin-top: 2em;
}

div#fb .case_unit p:nth-child(2) span:nth-child(2){
display: block;
font-weight: bold;
margin-top: 0.8em;
}

div#fb .case_unit p:nth-child(2) span:nth-child(3){
display: block;
padding-right:20px;
margin-bottom: 0.8em;
}

/*-----------------------------
半分カラム版
-----------------------------*/
div#fb .case_unit_half{
width:80%;
margin-right: auto ;
margin-left: auto;
}

div#fb .case_unit_half > div{
width: calc(50% - 10px);
box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.3);
padding: 10px 0 5px 0;
float: left;
}

div#fb .case_unit_half > div:nth-child(1){
margin-right: 20px;
}

div#fb .case_unit_half > div p{
text-align: center;
margin: 0 10px;
}

div#fb .case_unit_half > div p:nth-child(1){
border-bottom: 1px solid #ccc;
display: table;
width:calc(100% - 20px);
}

div#fb .case_unit_half > div p:nth-child(1) span{
display: table-cell;
vertical-align: middle;
padding-bottom: 6px;
}

div#fb .case_unit_half > div p:nth-child(2){
padding-top: 8px;
font-weight: bold;
}

div#fb .case_unit_half > div p:nth-child(3){
padding-top: 4px;
font-weight: bold;
}

div#fb .case_unit_half > div p:nth-child(4){
padding-top: 8px;
text-align: right;
}

/*------汎用カラム01 隙間なし------*/
div#fb .col_half_unit01{
}

div#fb .col_half_unit01 > div{
float: left;
width:50%;
}

/*------カードカラム01 ------*/
div#fb .col_3card_unit01{
}

div#fb .col_3card_unit01 > div{
float: left;
width:calc( 33% - 13px);
margin: 0 20px 20px 0;
border: 1px #00a4df solid;
padding-top: 20px;
padding-bottom: 10px;
}

div#fb .col_3card_unit01 > div:nth-of-type(3n){
margin-right: 0;
}

div#fb .col_3card_unit01 > div p,
div#fb .col_3card_unit01 > div ul{
margin-right:10px;
margin-left:10px;
}

div#fb .col_3card_unit01 > div p.ttl{
font-size: 1.5em;
font-weight: bold;
text-align: center;
}


/*吹き出し青 20210122 */
p.fukidashi01 {
	position: relative;
	background: #1ca7fb;
	border-radius: .4em;
	padding: 1em;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

p.fukidashi01:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #1ca7fb;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}


}




/*-------------------------------------------------------------
-------------------------------------------------------------
ここからスマホ
-------------------------------------------------------------
-------------------------------------------------------------*/
@media only screen and (max-width:767px) {

.pc{
	display:none !important;
}

/*--------------------------最上部h1とp-----------------------------*/
/* : fl ( frame lead-text ) : */
div#fl{
display:  none;
}

/*-----------------------ヘッダー--------------------------------*/
/* : fh ( frame header ) : */
/* :: u01 :: */
div#fh-c20 {
background: #fff;
}

div#fh-c20>div {
position:relative;
margin: 0 auto;
height: 50px;
}

div#fh-c20>div .site_logo{
position: absolute;
top: 3px;
left: 13px;
}

div#fh-c20>div .site_logo img{
height: 47px;
width: auto;
}

div#fh-c20>div .etc_link{
text-align: center;
padding: 24px 0 0;
}

div#fh-c20>div .etc_link a:nth-child(1),
div#fh-c20>div .etc_link a:nth-child(2){
display: none;
}

div#fh-c20>.head-simple .etc_link a:nth-child(1){
display: block;
}


div#fh-c20>div .etc_link a img{
width:120px;
height: auto;
}


/*スマホ用メニューボタン*/
div#fh-c20 p#menu_btn_smp img{
	width:50px;
}

div#fh-c20 p.menu_btn_smp_abs{
z-index:90;
position: absolute;
top:0;
right:0;
}

div#fh-c20 p.menu_btn_smp_fix{
	z-index:90;
    position: fixed;
    top: 20px;
    right: 20px;
	z-index:100;
}

/*-----------------------グローバルナビ--------------------------------*/
div#global-navi {
	margin: 0 auto;
	position:absolute;
	top:20px;
	width:100%;
}

p.close_btn_smp{
	display:none;
}

/*ページトップボタン*/
p.pagetop_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index:50;
	display:none;
}

#gnavi{
	display:none;
	position: fixed;
	top:0;
	left:0;
	z-index:110;
	width:100%;
	background: #f0f0f0;
}

#gnavi li{
	width:100%;
	border-top:#999 solid 1px;
}

#gnavi li div{
display: none;
}

#gnavi li a{
	display:block;
	text-align:center;
	width:100%;
	color:#000;
	padding:1em 0 ;
	font-size:1.2em;
}

#gnavi img.close_btn{
	position:absolute;
	bottom:0;
	right:0;
}

/*------------------------ページタイトル2020-------------------------------*/
#page_ttl{
	width:100%;
	background: #eeeeee;
}

#page_ttl div{
}

#page_ttl div div{
display: table;
}

#page_ttl div div h1{
display: table-cell;
vertical-align: middle;
font-size: 1.6em;
height: 80px;
padding-left: 0.5em;
}

/*---------------------ブレッドクラム----------------------------------*/
ul.trac01{
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

ul.trac02{
display: none;
}

/*--------------------コンテンツエリアコンテナ------------------------*/
/* :: fc-outer :: */
div#fc-outer {
	width:100%;
	background-image: url(../img/common/bg-fc.gif);
	background-repeat:repeat-x;
}

div#fc-outer-nobg {
	width:100%;
}

div.old-container {
	width:540px;
	margin: 0 auto 0 auto;

}

/*------------------------画像ページタイトル-------------------------------*/
p.pageTtl01 img{
    display:block;
    margin: -6px 0 0 -6px;
}

p.pageTtl02 img{
    display:block;
}

/*------------------------お知らせユニット-------------------------------*/
#announce_1409 h2{
	background:url(/katsubun/asset/images/spcommon/c14/bg_osirase01.gif) top no-repeat #00a4df;
	color:#FFF;
	padding:6px 0 2px 12px;
	font-size:110%;
}

#announce_1409 div.wrp{
	border:#00a4df solid 1px;
	background:#e6f6fc;
	padding:6px;
}

#announce_1409 div.wrp p{
	line-height:180%;
}

#announce_1409 div.wrp p a{
	display:block;
	background-position:0 4px;
}

/*-----------------------旧製品告知--------------------------------*/
p#old_name_annc{
	font-size:90%;
	text-align:right;
}

/*-----------------------h2--------------------------------*/
#fb h2.t1{
	display:block;
	border: #eeeeee 1px solid;
	border-bottom: #00a4df 2px solid;
	background:url(/katsubun/asset/images/spcommon/c14/marker_maru.gif) no-repeat 6px 9px;
	letter-spacing:0.1em;
}

#fb h2.t1 span{
	display:block;
	margin: 9px 6px 6px 32px;
	font-size:140%;
}

#fb h2.t2{
background-color: #00a4df;
	display:block;
	letter-spacing:0.1em;
	font-size:110%;
	color: #fff;
	padding: 0.5em 0.8em
}

h2.t3{
	display:block;
}

h2.t3 span{
	font-size:200%;
	border-bottom: #3665ff 2px solid;
}

/*-----------------------h3--------------------------------*/

#fb h3.t1{
	display:block;
	border-left: #00a4df 5px solid;
	color:#00a4df;
	padding-left:6px;
	padding-top:3px;
	font-size:120%;
	letter-spacing:0.1em;
}

#fb h3.t2{
	font-size:130%;
}

#fb h3.t1 span.new{
	font-size:70%;
	font-weight:normal;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.3em;   /* Firefox用 */
	border: 1px solid #f00;
	color:#fff;
	padding: 0 0.5em 0 0.5em;
	background-color:#f00;
	margin:0 0.5em 0 0;
	vertical-align: middle;
}

#fb h3.t3{
	border-left: #00a4df 5px solid;
	border-bottom: #00a4df 1px solid;
	color:#00a4df;
	padding-left:6px;
	padding-top:3px;
	font-size:120%;
	letter-spacing:0.1em;
}

/*-----------------------h4--------------------------------*/
#fb h4.t1{
	color:#00a4df;
	font-size:120%;
	letter-spacing:0.1em;
}

/*-----------------------キャプション--------------------------------*/
#fb p.caption01{
	font-size:90%;
}

#fb p.caption02{
	font-size:90%;
	padding-left:1em;
	text-indent:-1em;
}

/*-----------------------文中リンクマーカー付　2020--------------------------------*/
a.mrk20{
  position: relative;
  display: inline-block;
  padding-right: 1em;
  color: #3665ff;
}

a.mrk20::after{
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0px;
  border-top: solid 2px #3665ff;
  border-right: solid 2px #3665ff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4em;
}

/*-----------------------table01--------------------------------*/
div.table01 th,
div.table01 td{
	padding:4px;
    border: 1px #bbbbbb solid;
}

div.table01 th{
	background-color:#e8f4fa;
}

div.table01 table{
	width: 100%;
    border: 1px #bbbbbb solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.table01 table.p80{
	width: 100%;
}

div.table01 table.p60{
	width: 100%;
}

div.table01 .p20{
	width:20%;
}

div.table01 .p25{
	width:25%;
}

div.table01 .p30{
	width:30%;
}

div.table01 .p50{
	width:50%;
}

div.table01 .p60{
	width:60%;
}

div.table01 .p70{
	width:70%;
}

div.table01 .p80{
	width:80%;
}

div.table01 .tx-cntr
{
	text-align:center;
}

div.table01 th.wd-ow {
	width:0.1em;
	word-break:break-all;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

div.table01 th.nowrp
{
	white-space:nowrap;
}

div.table01 th.topHead{
	background-color:#0000FF;
	color:#FFF;
	text-align:center;
}

div.table01 th.withSep{
	border-right:#FFF solid 1px;
}

div.table01 th.left{
	text-align:left;
}

div.table01 td.catLpad a,
div.table01 td.catLpad>span{
	margin-left:30px;
}

div.table01 .cel1{
	width:219px;
}

div.table01 .cel2{
	width:364px;
}

div.table01 .cel3{
	width:114px;
}

div.table01 caption.t01{
	text-align:left;
	font-weight:bold;
	margin-bottom:0.5em;
}

div.table01 caption.t02{
}

/*----------------table はみだしスクロール-----------------------*/
div#fb div.ovf_scrol_150 table{
	width:150vw;
}

div#fb div.ovf_scrol_200 table{
	width:200vw;
}

div#fb div.ovf_scrol_300 table{
	width:300vw;
}

div#fb div.ovf_scrol_150,
div#fb div.ovf_scrol_200,
div#fb div.ovf_scrol_300{
	overflow:scroll;
}

/*-----------------------table_about--------------------------------*/
div.table_about th,
div.table_about td{
	padding:4px;
    border-bottom: 1px #bbbbbb solid;
}

div.table_about th{
	text-align:left;
	padding-left:20px;
	width:55%;
}

div.table_about td{
	width:35%;
}

div.table_about td.withm{
	background:url(../about/img/sankaku.gif) 330px 8px no-repeat;
	width:40%;
	padding-left: 20px;
}

div.table_about th.blue,
div.table_about td.blue{
	color:#00a4df;
	font-weight:bold;
}

div.table_about table{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/*-----------------------marker link--------------------------------*/
a.mkr01 {
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 0px 2px;
	padding: 0 2px 4px 18px;
}

.tri_link{
padding-left:16px;
padding-bottom:1px;
background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) 0px 0px no-repeat;
}

/*----------------------- link list t1--------------------------------*/
ul.linklis-t1 a {
}

ul.linklis-t1 li {
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 6px;
	margin-bottom: 2px;
}

ul.linklis-t1 li.newwin {
	background: url(/katsubun/asset/images/spcommon/c14/newwindow.gif) no-repeat 6px 6px;
}

ul.linklis-t1 li.noLink {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/*----------------------- link list t1 横並び--------------------------------*/
ul.linklis-t1-horiz li {
	float: left;
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 6px;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

ul.linklis-t1-horiz li.newwin {
	background: url(/katsubun/asset/images/spcommon/c14/newwindow.gif) no-repeat 6px 6px;
}

ul.linklis-t1-horiz li.noLink {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/*----------------------- link list t2--------------------------------*/
ul.linklis-t2 li{
	margin-top: 10px;
}

ul.linklis-t2 li a{
	padding: 4px 0px 0px 24px;
	background: url(/katsubun/asset/images/spcommon/c14/mkr_right.gif) no-repeat 6px 3px;
}

ul.linklis-t2 li li a,
ul.linklis-t2 li li li a,
ul.linklis-t2 li li li li a
 {
	background: url(/katsubun/asset/images/spcommon/c14/marker-linklist01.gif) no-repeat 0px 6px;
	padding: 4px 2px 4px 10px;
}

ul.linklis-t2 ul {
	margin-left:20px;
	margin-bottom:12px;
}

ul.linklis-t2 ul li{
	margin-top: 2px;
}

/*----------------------- list--------------------------------*/
ul.list-t1 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul02-01.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

ul.list-t2 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt_ul01-01.gif) no-repeat 10px 10px;
	padding: 2px 0 2px 24px;
}

/*----青丸---*/
ul.list-t3 li {
	background: url(/katsubun/asset/images/spcommon/c14/blt-grendot_blue.gif) no-repeat 10px 6px;
	padding: 2px 0 2px 24px;
}

/* 画像を入れた場合の対応  */
ul.list-t1 li img,
ul.list-t2 li img,
ul.list-t3 li img{
width: 100%;
}

/*----------------------- link list t4
・数字マーカーカッコ
・太字
--------------------------------*/
ul.list-t4 li {
	margin-bottom: 0.8em;
	font-weight:bold;
	padding-left:2em;
	text-indent:-2em;
	background:none;
}

/*----------注釈--------------*/
dl.note01,
dl.note02
 {
	font-size:90%;
	line-height:130%;
}

dl.note01 dt {
 	float: left;
	width: 1.6em;
}

dl.note01 dd {
	margin-left: 1.6em;
	margin-bottom: 0.5em;
}

dl.note02 dt {
 	float: left;
	width: 2.6em;
}

dl.note02 dd {
	margin-left: 2.6em;
	margin-bottom: 0.5em;
}

/*----------------------- イメージ横並びlist--------------------------------*/
ul.imgHrzn li {
	display: inline;
	float:left;
	position:relative;
}

/*------------------------キャッチ-------------------------------*/
p.catch01{
	font-size:150%;
	font-weight:bold;
	line-height:1.4;
}

p.catch02{
	font-size:110%;
	font-weight:bold;
	line-height:1.4;
}

/*------------------------文字小さく-------------------------------*/
#fb .small01{
	font-size:90%;
}

/*------------------------画像センター-------------------------------*/
p.imgCenter img{
    display:block;
	width:100%;
	height:auto;
}

/*------------------------画像フル幅 20180817 画像がコンテナより大きい場合-------------------------------*/
p.img100pw img{
	width:100%;
}

/*------------------------画像とリンクセンター-------------------------------*/
p.imgTxtCenter img,
p.imgTxtCenter a{
    display:block;
    margin: 0 auto;
    text-align: center;
}

/*------------------------画像左よせ-------------------------------*/
p.imgLeft img{
    display:block;
    margin: 0 auto 0 0;
	width: 100%;
}

/*------------------------画像左よせ-------------------------------*/
p.textimgLeft img{
	float:left;
}

/*------------------------画像ブロック右よせ-------------------------------*/
p.imgRight{
	float:right;
	margin-left:10px;
}

p.imgRight img{
	margin-top:8px;
}

/*------------------------複数画像センター-------------------------------*/
p.imgCenter-mul{
    text-align: center;
}

/*----------------------動画紹介ユニット 202004---------------------------------*/
div.video01{
width:100%;
background: #2846b4;
padding: 50px 0;
}

div.video01>div{
margin: 0 auto;
}

div.video01>div p{
width:90%;
margin: 0 auto;
}

div.video01>div p:nth-child(1){
}

div.video01>div p:nth-child(1) span{
color: #fff;
}

div.video01>div p:nth-child(1) span strong,
div.video01>div p:nth-child(1) span span{
display: block;
font-size: 1.3em;
}

div.video01>div p:nth-child(1) span strong{
font-size: 1.6em;
margin-bottom: 0.5em;
}

div.video01>div p:nth-child(2){
padding: 20px 0 0 0;
text-align: center;
}

div.video01>div p:nth-child(2) img{
width:90%;
height: auto;
}

/*----------------------囲みt1---------------------------------*/
div.kakomi_t1{
	display:block;
	background-color: #e8f4fa;
}

div.kakomi_t1 div.inner{
	margin:0 10px 0 10px;
	padding: 10px 0 10px 0;
}

/*----------------------その他ボタン---------------------------------*/
.etc_btn{
width:100%;
}

.etc_btn ul{
margin: 0 auto;
}

.etc_btn li{
border: 1px solid #3665ff;
margin: 2em auto;
width:80%;
}

.etc_btn li:first-child{
}

.etc_btn li.event{
background: url(/katsubun/asset/images/spcommon/c14/icon_event.gif) no-repeat 20px center;
background-size: auto 80%;
}

.etc_btn li.suport{
background: url(/katsubun/asset/images/spcommon/c14/icon_support.gif) no-repeat 20px center;
background-size: auto 80%;
}

.etc_btn li a{
font-size: 1.2em;
display: block;
text-align: center;
padding: 1.2em 0 1.2em 2em;
font-weight: bold;
color: #333333;
}

/*-----------------------フッターとボトム関連リンク--------------------------------*/
#ff{
width: 100%;
}

#ff a{ color:#000;
}
#ff a:hover{
	text-decoration:underline;
}

#ff #si01outer{
width: 100%;
background: #eeeeee;
}

/*------------------------フッターブレッドクラム-------------------------------*/
#btm-trac01{
	margin:0;
	padding:1em;
}

#btm-trac01 li{
	margin-bottom:0.5em;
}

#btm-trac01 li{
	float: left;
	line-height:1.3;
}

#btm-trac01 li span{
	margin: 0 10px 0 10px;
}

/*------------------------フッターリンク集カラム-------------------------------*/
#btm-link{
	margin-bottom: 2em;
	margin-top:8px;
}

#btm-link div.clm{
}

#btm-link div.c1{
}

#btm-link div.c2{
}

#btm-link div.clm h4{
	border-bottom:solid 1px #3665ff;
	padding:4px 0 3px 6px;
	margin-bottom:0.5em;
}

#btm-link div > ul{
	margin-left:10px;
}

#btm-link div > ul >ul{
	margin-left:8px;
}

#btm-link ul.mb10{
	margin-bottom:10px;
}

#btm-link li{
	background: url(/katsubun/asset/images/spcommon/c14/icon_btmlink20.gif) no-repeat 1px 0.5em;
	padding: 6px 0 6px 22px;
	word-wrap: break-word;
}

/*------------------------コピーライト-------------------------------*/
#si02{
	background-color:#dddddd;
}

#si02 .col01{
}

#si02 .col01 ul{
}

#si02 .col01 ul:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}

#si02 .col01 ul li{
	float:left;
	width:50%;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#si02 .col01 ul li.left_sep{
	border-left:solid 1px #fff;
}

#si02 .col01 ul li:first-child{
	margin-right:-2px;
}

#si02 .col01 ul li a{
	padding:1em 0 1em 0;
	display:block;
	text-align:center;
}

#si02 .col02{
	padding:2em 0;
	text-align:center;
}

/*----------------------side_inq---------------------------------*/
div#side_inq{
	display: none;
	margin-top:20px;
	margin-bottom:10px;
	border: #5a5a5a 1px solid;
}

div#side_inq h2{
text-align: center;
color: #fff;
background: #5a5a5a;
font-size: 120%;
padding: 10px 0 10px 0;
}

div#side_inq > p{
font-size: 100%;
font-weight: bold;
text-align: center;
padding: 16px 0 0 0;
}

div#side_inq > p.btn{
border-top:#5a5a5a 1px solid;
text-align: center;
padding: 8px 0 0 0;
margin: 8px 10px;
}

div#side_inq > p.btn img{
width:100%;
}

/*----------------------side_cat_dl---------------------------------*/
div#side_cat_dl2,
div#side_cat_dl{
	width:185px;
	margin-bottom:10px;
}

div#side_cat_dl2 img,
div#side_cat_dl img{
	vertical-align:top;
}

/*----------------------site_tool_link---------------------------------*/
div#fs ul.site_tool_link{
}

div#fs ul.site_tool_link li{
	margin-top:10px;
	text-align:center;
}

div#fs ul.site_tool_link li img{
	width: 50%;
}

/*----------------------side_banar---------------------------------*/
div#fs p.p01{
	text-align:center;
}

div#fs p.p01 img{
	width: 50%;
}

/*----------------------ボトム問い合わせ---------------------------------*/
#btm_inq{
background-color: #969696;
padding: 2em 0 0;
}

#btm_inq>div{
margin: 0 auto;
}

#btm_inq>div h2{
color: #fff;
font-weight: normal;
text-align: center;
}

#btm_inq>div h2 span{
font-size: 1.6em;
border-bottom: 2px solid #fff;
}

#btm_inq>div ul{
margin: 30px auto 0;
}

#btm_inq>div li{
margin: 6%;
}

#btm_inq>div li:first-child{
}

#btm_inq>div li.inq{
background: url(/katsubun/asset/images/spcommon/c14/icon_inq.gif) no-repeat 20px center #2846b4;
}

#btm_inq>div li.dl{
background: url(/katsubun/asset/images/spcommon/c14/icon_dl.gif) no-repeat 20px center #2846b4;
}

#btm_inq>div li a{
font-size: 1.6em;
display: block;
text-align: center;
padding: 1.0em 0 1.0em 2em;
color: #fff;
font-weight: bold;
}

/*----------------------ボトム　回遊ボタン---------------------------------*/
div#btm_kaiyu_link{
	width:745px;
	margin-bottom:10px;
}

div#btm_kaiyu_link img{
	float:left;
	vertical-align:top;
}

div#btm_kaiyu_link img.btnright{
	float:right;
	vertical-align:top;
}

/*----------------------活文ピックアップ---------------------------------*/
div#side_pkup2,
div#side_pkup{
	margin-top:20px;
	width:100%;
}

div#side_pkup2 ul li,
div#side_pkup ul li{
	border: solid 1px #00a4df;
	border-top: none;
	background-color:#eeeeee;
}

div#side_pkup2 ul li a,
div#side_pkup ul li a{
	background:url(/katsubun/asset/images/spcommon/c14/blt_share-link02.gif) no-repeat 0.6em 0.8em;
	display:block;
	padding: 6px 0 6px 16px;
}

div#side_pkup h3.txt{
	background-color: #00a4df;
	padding:6px;
	text-align:center;
	color:#FFF;
}

/*----------------------名称変更告知---------------------------------*/
div#brandnew{
	display:block;
	border:solid 1px #000;
	padding:6px;
}

div#brandnew2{
	display:block;
	border:solid 1px #000;
	margin-bottom:10px;
}

div#brandnew2 p,
div#brandnew p{
	color:#ff002d;
	margin:1em 0 1em 1em;
}

div#brandnew2 p.note,
div#brandnew p.note{
	color:#000;
	margin:-0.5em 0 1em 1em;
	font-size:90%;
}

/*-------------------------------------------------------*/
/* :: ページ先頭に戻る  :: */
div#fb div.sp-pt01-t p{
background: url(/katsubun/asset/images/spcommon/c14/marker-up.gif) 0 0.4em no-repeat;
}

/*-----------------------画像リンクマウスオーバー 20170531--------------------------------*/
#fb a:hover img.mo_css,
#fs a:hover img.mo_css {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*----------スマホ用クリア系---------------*/
.ml0_smp{
	margin-left: 0 !important;
}

/*スペシャル囲み*/
div#fb div.tokucho {
}

div#fb div.tokucho div{
margin-top: 20px;
text-align: center;
}

div#fb div.tokucho div p{
margin-top: 10px;
font-size: 1.2em;
font-weight: bold;
}

/*スペシャル囲み2*/
div#fb p.message {
background: url(/katsubun/asset/images/spcommon/c14/bg_msg_sec.jpg) repeat-x top #5996d9;
width: 100%;
border-collapse:collapse;
border-spacing: 0;
padding-bottom: 30px;
}

div#fb p.message span:nth-child(1){
display: block;
color: #fff;
padding: 20px 30px;
font-size: 1.2em;
line-height: 1.6;
}

div#fb p.message span:nth-child(2){
display: block;
margin-left: auto;
margin-right: auto;
width:80%;
}

div#fb p.message span:nth-child(2) img{
width:100%;
}

div#fb p.message span.mv_link a{
display: block;
position: relative;
}

div#fb p.message span.mv_link a span.caption{
display: block;
position: absolute;
background: url(/katsubun/asset/images/spcommon/c14/bg_mv_cap.png) repeat-x bottom;
color: #fff;
text-align: right;
height: 30px;
line-height: 3.4em;
width:calc(100% - 8px);
padding-top: 20px;
padding-right: 8px;
bottom:0;
}

/*-----------------------メッセージ2--------------------------------*/
div#fb .message2 {
background: url(/katsubun/asset/images/spcommon/c14/bg_msg_sec.jpg) repeat-x bottom #00aadc;
color: #fff;
width: 100%;
padding: 20px 0;
}

div#fb .message2 > p{
color: #fff;
padding: 0 30px;
font-size: 1.2em;
line-height: 1.6;
vertical-align: middle;
}

div#fb .message2 div{
margin-top: 20px;
}

div#fb .message2 div p{
}

div#fb .message2 div p a{
display: block;
position: relative;
margin: 10px auto;
text-align: center;
width: 220px;
}

div#fb .message2 div p a img{
width:100%;
}

div#fb .message2 div p a span.caption{
display: block;
position: absolute;
background: url(/katsubun/asset/images/spcommon/c14/bg_mv_cap.png) repeat-x bottom;
color: #fff;
text-align: right;
height: 30px;
line-height: 3.4em;
width:calc(100% - 8px);
padding-top: 20px;
padding-right: 8px;
bottom:0;
}

/*事例囲み*/
div#fb .case_unit{
width:80%;
margin-right: auto ;
margin-left: auto;
box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.3);
}

div#fb .case_unit p:nth-child(1){
display: table;
width: 100%;
}

div#fb .case_unit p:nth-child(1) span{
display: table-cell;
vertical-align: middle;
height: 9em;
width: 100%;
text-align: center;
}

div#fb .case_unit p:nth-child(1) img{
margin: auto;
}

div#fb .case_unit p.photo:nth-child(1) img{
margin: 10px auto;
}

div#fb .case_unit p:nth-child(2){
padding: 0 10px;
text-align: center;
}

div#fb .case_unit p:nth-child(2) span:nth-child(1){
display: block;
font-size: 1.1em;
font-weight: bold;
}

div#fb .case_unit p:nth-child(2) span:nth-child(2){
display: block;
font-weight: bold;
margin-top: 0.8em;
}

div#fb .case_unit p:nth-child(2) span:nth-child(3){
display: block;
padding-right:20px;
margin-bottom: 0.8em;
}

/*-----------------------------
半分カラム版
-----------------------------*/
div#fb .case_unit_half{
width:80%;
margin: 20px auto 20px auto;
}

div#fb .case_unit_half > div{
box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.3);
padding: 10px 0 5px 0;
margin-bottom: 20px;
}

div#fb .case_unit_half > div:nth-child(1){
}

div#fb .case_unit_half > div p{
text-align: center;
margin: 0 10px;
}

div#fb .case_unit_half > div p:nth-child(1){
border-bottom: 1px solid #ccc;
display: table;
width:calc(100% - 20px);
}

div#fb .case_unit_half > div p:nth-child(1) span{
display: table-cell;
vertical-align: middle;
padding-bottom: 6px;
}

div#fb .case_unit_half > div p:nth-child(2){
padding-top: 8px;
font-weight: bold;
}

div#fb .case_unit_half > div p:nth-child(3){
padding-top: 4px;
font-weight: bold;
}

div#fb .case_unit_half > div p:nth-child(4){
padding-top: 8px;
text-align: right;
}

/*------汎用カラム01 隙間なし------*/
div#fb .col_half_unit01{
}

div#fb .col_half_unit01 > div{
}

/*------カードカラム01 ------*/
div#fb .col_3card_unit01{
}

div#fb .col_3card_unit01 > div{
margin: 0 0 20px 0;
border: 1px #00a4df solid;
padding-top: 20px;
padding-bottom: 10px;
}

div#fb .col_3card_unit01 > div p,
div#fb .col_3card_unit01 > div ul{
margin-right:10px;
margin-left:10px;
}

div#fb .col_3card_unit01 > div p.ttl{
font-size: 1.5em;
font-weight: bold;
text-align: center;
}

div#fb .col_3card_unit01 > div p.imgCenter{
text-align: center;
}

div#fb .col_3card_unit01 > div p.imgCenter img{
display: inline;
width:auto;
}

/*吹き出し青 20210122 */
p.fukidashi01 {
	position: relative;
	background: #1ca7fb;
	border-radius: .4em;
	padding: 1em;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

p.fukidashi01:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #1ca7fb;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

}


/*表ラベル 20210902 */
.cat-chart__label{
font-weight: bold;
margin-top: 24px;
margin-bottom: -16px;
}

/* -----------------------------------------------
* Hover_menu
-------------------------------------------------- */
.hover_menu {
  display: none;
  width: 100%;
  background-color: rgba(233, 233, 233, 0.9);
  padding: 20px;
  margin-top: 35px;
}

.hover_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hover_menu__item {
  min-width: 280px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  border: 1px solid #bbb;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.hover_menu__item:not(:last-of-type) {
  margin-right: 20px;
}

.hover_menu__item a {
	color: #333;
}


@media screen and (min-width: 768px) {
	.hover_menu__item:hover {
		background-color: #bbb;
		color: #fff;
	  }

	  .hover_menu__item:hover a {
		  color: #fff;
	  }
}

.hover_menu__item a:visited {
  color: inherit;
}

.hover_menu__item a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ppl > a:hover {
    text-decoration: none;
  }
  .hover_menu {
    padding: 0;
    margin-top: 0;
  }
  .hover_menu__item {
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .hover_menu__item:not(:last-of-type) {
    margin-right: 0;
  }
}
