@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/

/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #0062a9;
	text-decoration: none;
}
a:hover, a:active {
	color: #e60012;
	text-decoration: none;
}
/*-- PDFマーク --*/
.pdf::after {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-left: 5px;
}

/*--- ページトップ ---*/
#pagetop {
	position: fixed;
  bottom: 10px;
  right: 10px;
	z-index:10;
}
#pagetop a {
  display: block;
  color: #FFFFFF;
  padding: 5px 10px;
  text-align: center;
  background-color: rgba(214,0,15,0.9);
  font-size: 11px;
  border-radius: 3px;
  transition: .2s linear;
}
/*--- ページトップ02---*/
#pagetop02 {
		position: fixed;
  bottom: 60px;
  right: 10px;
	z-index:10;
}
#pagetop02 a {
  display: block;
  color: #FFFFFF;
  /*height: 35px;
  line-height: 35px;
  width: 35px;*/
  padding: 5px 10px;
  text-align: center;
  background-color: rgba(214,0,15,0.9);
  font-size: 11px;
  border-radius: 3px;
  transition: .2s linear;
}
/*--- リンク ---*/
/*--- お問合せ ---*/
#contactform {
	position: fixed;
  bottom: 10px;
  right: 10px;
	z-index:10;
}
#contactform a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(214,0,15,0.9);
	font-size: 14px;
	border-radius: 3px;
  transition: .2s linear;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
/*--- リンク ---*/
#contactform a:link, #contactform a:visited {
	background-color: #666;
	text-decoration: none;
}
#contactform a:hover, #contactform a:active {
	color: #FFFFFF;
	text-decoration:none;
  background-color: rgba(214,0,15,0.4);
}

#pagetop02 a:link, #pagetop02 a:visited {
	background-color: #e60012;
	text-decoration: none;
}
#pagetop02 a:hover, #pagetop02 a:active {
	color: #FFFFFF;
	text-decoration:none;
  background-color: rgba(214,0,15,0.4);
}
/*--- リンク ---*/
#pagetop a:link, #pagetop a:visited {
	background-color: #e60012;
	text-decoration: none;
}
#pagetop a:hover, #pagetop a:active {
	color: #FFFFFF;
	text-decoration:none;
  background-color: rgba(214,0,15,0.4);
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}

html {
	width:100%;
}
body {
	width: 100%;
  /*font-family: "Sawarabi Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
}
img {
  vertical-align: bottom;
}


/*==========================================================================
	レイアウト
============================================================================*/
#wapper {
	width:100%;
	color: #333333;
	font-size: 16px;
  line-height: 1.8;
}
.sp_none {
	display:none;
}
/*****************************************************
	768px以下【tablet】
******************************************************/
@media print, screen and (max-width: 1024px) {
.tb_sp_none {
	display:none;
}
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
.tb_pc_none {
	display:none;
}
}
/*-- ボタン --*/
.btnA {
  margin: 40px auto;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #0062A9;
  line-height: 1;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
}
.btnA a:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active {
	color: #FFFFFF;
	text-decoration: none;
  background-color:#199C69;
}
/*--- タイトル ---*/
.titleA {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 25px 10px;
  font-weight: normal;
  background-color: #f8f8f8;
}
.titleAw {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 25px 10px;
  font-weight: normal;
}
.titleA span {
  font-size: 12px;
  display: block;
  color:#e60012;
}
.titleB {
  font-size: 18px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.titleB::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #e60012;
}
.titleC {
  font-size: 16px;
  border-left: #e60012 solid 3px;
  border-bottom: #CCCCCC solid 1px;
  padding: 2px 10px 4px;
  margin: 40px 0px 20px 0px;
  color: #333333;
  line-height: 1.4;
  font-weight: normal;
}

.titleD {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 25px 10px;
  font-weight: normal;
}
.titleD span {
  font-size: 12px;
  display: block;
  color:#e60012;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 17px;
  }
  .sp_none {
	  display:block;
  }
  .tb_none {
	  display:none;
  }
  /*--- タイトル ---*/
  .titleA {
    padding: 30px 10px;
  }
  .titleAw {
    padding: 30px 10px;
  }
  .titleA span {
    font-size: 14px;
  }
  .titleB {
    font-size: 22px;
    margin: 30px 0px;
  }
  .titleC {
    font-size: 22px;
    padding: 4px 15px 8px;
    margin: 50px 0px 20px 0px;
  }
  /*-- ボタン --*/
  .btnA {
    width: 50%;
    margin: 40px auto;
  }
    .titleD {
    padding: 30px 10px;
  }
  .titleD span {
    font-size: 14px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
		margin-top: 0px;
		padding-top: 0px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  /*--- タイトル ---*/
  .titleA {
    font-size: 32px;
  }
  .titleAw {
    font-size: 32px;
  }
  .titleA span {
    font-size: 16px;
  }
  .titleB {
    font-size: 24px;
    margin: 30px 0px;
  }
  .titleC {
    font-size: 24px;
  }
  /*-- ボタン --*/
  .btnA {
    width: 250px;
    margin: 50px auto;
  }
    .titleD {
    font-size: 32px;
  }
  .titleD span {
    font-size: 16px;
  }
}

/*==========================================================================
	メインメニュー
============================================================================*/
/*-- ハンバーガーボタン --*/
.btnWap {
  position: fixed;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 8px;
  z-index: 10100;
}
.menu {
  width: 25px;
  height:25px;
  top: 0px;
  position:relative;
  cursor:pointer;
}
.menu1 { width:25px; height:5px; background-color:#e60012; top:0px; position:absolute; } 
.menu2 { width:25px; height:5px; background-color:#e60012; top:10px; position:absolute; } 
.menu3 { width:25px; height:5px; background-color:#e60012; top:20px; position:absolute; }
/*アニメーション*/
.menu1,.menu2,.menu3
{ transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* Opera */
  -moz-transition: all 0.5s ease-out; /* Firefox */
  -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
  -ms-transition: all 0.5s ease-out; /* IE */ }
/*動き*/
.menuclick1
{ top:10px;
  -o-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg); }
.menuclick2
{ opacity:0;}
.menuclick3
{ top:10px;
  -o-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg); }
/*--------------------------------------------------
  グローバルナビゲーション
---------------------------------------------------- */
.gNavi {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .96);
  overflow: auto;
  display: none;
  z-index: 10090;
}
.gNavi.is-open {
    display: block;
}
.gNavi dl {
  padding-top: 42px;
  color: #000000;
}
.gNavi dl dt:first-child {
  border-top: solid 1px #CCCCCC;
}
.gNavi dl dt {
  text-align: left;
  border-bottom: solid 1px #CCCCCC;
  font-size: 18px;
  background: rgba(240, 240, 240, .6);
}
.gNavi dl dt.aroow {
  background-image: url(../img/gnav_bg_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gNavi dl dt.plus {
  background-image: url(../img/gnav_bg_plus.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gNavi dl dt.minus {
  background-image: url(../img/gnav_bg_minus.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gNavi dl dt a {
  display: block;
  padding: 8px 15px;
}
.gNavi dl dd {
  padding: 0px;
  margin: 0px;
}
.gNavi dl dd ul {
  /*border-bottom: solid 1px #CCCCCC;*/
}
.gNavi dl dd ul li {
  margin: 0px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: solid 1px #CCCCCC;
}
.gNavi dl dd ul li span {
  display: block;
  font-weight: bold;
  color: #d6000f;
}
.gNavi dl dd ul li i {
  font-size: 12px;
  color: #e60012;
  margin-right: 15px;
}
.gNavi dl dd ul li a {
  display: block;
  padding: 10px 20px;
}
/*--- リンク ---*/
.gNavi  a:link,
.gNavi  a:visited {
  color: #333333;
  text-decoration: none;
}
.gNavi  a:hover,
.gNavi  a:active {
  color: #e60012;
  text-decoration: none;
}
/*--- オーバー状態 ---*/
body#home .gNavi dt.gnav1 a,
body#news .gNavi dt.gnav2 a,
body#solu .gNavi dt.gnav3 a,
body#case .gNavi dt.gnav4 a,
body#comp .gNavi dt.gnav5 a,
body#recr .gNavi dt.gnav6 a,
body#site .gNavi dt.gnav6 a,
body#cont .gNavi dt.gnav6 a {
   color: #e60012;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- ハンバーガーボタン --*/
  .btnWap {
    position: fixed;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
  }
  .menu {
    width: 45px;
    height:45px;
    top: 0px;
    position:relative;
    cursor:pointer;
  }
  .menu1 { width:45px; height:5px; background-color:#e60012; top:0px; position:absolute; } 
  .menu2 { width:45px; height:5px; background-color:#e60012; top:20px; position:absolute; } 
  .menu3 { width:45px; height:5px; background-color:#e60012; top:40px; position:absolute; }
  /*アニメーション*/
  .menu1,.menu2,.menu3
  { transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* Opera */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out; /* IE */ }
  /*動き*/
  .menuclick1
  { top:20px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg); }
  .menuclick2
  { opacity:0;}
  .menuclick3
  { top:20px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg); }
/*--------------------------------------------------
  グローバルナビゲーション
---------------------------------------------------- */
  .gNavi dl {
    padding-top: 84px;
  }
  .gNavi dl dt {
    font-size: 22px;
  }
  .gNavi dl dt a {
    padding: 10px 20px;
  }
  .gNavi dl dd ul li {
    font-size: 18px;
  }
  .gNavi dl dd ul li i {
    font-size: 14px;
    color: #e60012;
  }
  .gNavi dl dd ul li a {
    display: block;
    padding: 12px 25px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  /*-- ハンバーガーボタン --*/
  .btnWap {
    display: none;
  }
  /*--------------------------------------------------
  グローバルナビゲーション
---------------------------------------------------- */
  .gNavi {
    display: none !important;
  }
}
/*==========================================================================
	ヘッダー
============================================================================*/
#header {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  position: fixed;
	margin:0px auto;
  background-color: #FFFFFF;
  z-index: 10095;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
#header #headerinnr {
  height: 50px ;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#headerinnr #logo {
  width: 210px;
  position: absolute;
  left: 10px;
  top: 9px;
  padding-bottom:0px;
}
@media print, screen and (min-width: 1024px) {
	#headerinnr #logo {
		display:none;
}
}
/*--------------------------------------------------
  PC用サブナビゲーション
---------------------------------------------------- */
#headerinnr .pcSubNavi {
  display: none;
}
/*--------------------------------------------------
  PC用グローバルナビゲーション
---------------------------------------------------- */
#headerinnr .pcGloNavi {
  display: none;
}
/*****************************************************
	768px以下    height: 50px 効かない　min768を読み込む（不明のまま）
******************************************************/
@media print, screen and (max-width: 768px) {
  #header #headerinnr {
    height: 50px ;
    margin: 0 auto;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 75px ;
    margin: 0 auto;
  }
  #headerinnr #logo {
    width: 430px;
    position: absolute;
    left: 10px;
    top: 15px;
	padding-bottom:30px;
  }
}


/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr {
	max-width: 1200px;
	height: 75px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

  /*--------------------------------------------------
    PC用サブナビゲーション
  ---------------------------------------------------- */
  #headerinnr .pcSubNavi {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #headerinnr .pcSubNavi ul {
    list-style: none;
    font-size: 12px;
		background-color: #099;
  }
  #headerinnr .pcSubNavi ul li {
    float: left;
  }
  #headerinnr .pcSubNavi ul li:first-child {
    margin-right: 15px;
  }
  #headerinnr .pcSubNavi ul li i {
    color: #d6000f;
    margin-right: 3px;
  }
  /*--- リンク ---*/
  #headerinnr .pcSubNavi ul li a:link,
  #headerinnr .pcSubNavi ul li a:visited {
    color: #333333;
    text-decoration: none;
  }
  #headerinnr .pcSubNavi ul li a:hover,
  #headerinnr .pcSubNavi ul li a:active {
    color: #e60012;
    text-decoration: none;
  }
  /*--------------------------------------------------
    PC用グローバルナビゲーション
  ---------------------------------------------------- */
  #headerinnr .pcGloNavi {
    display: block;
    font-size: 16px;
    width: 100%;
  }
  #headerinnr .pcGloNavi ul {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  #headerinnr .pcGloNavi ul .logo {
    padding: 0px;
    margin: 0px;
    width: 24%;
    height: 75px;
    box-sizing: border-box;
    text-align: center;
    float: left;
	padding-right:30px;
  }

  #headerinnr .pcGloNavi ul .gmenu {
    padding: 0px;
    margin: 0px;
    width: 15.2%;
    height: 75px;
    box-sizing: border-box;
    text-align: center;
    float: left;
  }
   #headerinnr .pcGloNavi ul li span {
	   display: block;
	   margin-top: -6px !important;
	   font-size: 10px;
	   color: #333 !important;
	   text-align: center;
  }
   #headerinnr .pcGloNavi ul li span:first-letter {
	   color:  #C00 !important;
	   } 
    #headerinnr .pcGloNavi ul .gnav6 {
		background-color: #C00;
	
  }
  #headerinnr .pcGloNavi ul li a {
    display: block;
    height: 100%;
  }
  /*--- リンク ---*/
  #headerinnr .pcGloNavi a:link,
  #headerinnr .pcGloNavi a:visited {
	  color: #000000;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi a:hover,
  #headerinnr .pcGloNavi a:active {
	  color: #d7000f;
	  background-image: url(../img/gnavi_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  /*--- オーバー状態 ---*/
  body#home .pcGloNavi li.gnav1 a.lv1,
  body#news .pcGloNavi li.gnav2 a.lv1,
  body#solu .pcGloNavi li.gnav3 a.lv1,
  body#case .pcGloNavi li.gnav4 a.lv1,
  body#comp .pcGloNavi li.gnav5 a.lv1,
  body#recr .pcGloNavi li.gnav6 a.lv1 {
    color: #d7000f;
    background-image: url(../img/gnavi_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  
  /*-----------------------------------------------------------
  /*-- プルダウンメニュー --*/
  #headerinnr .pcGloNavi ul li .pmenu {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
    display: none;
    color: #FFFFFF;
    background-color: #333;
    position: absolute;
    top: 75px;
    left: 0px;
    overflow: hidden;
  }
  /* +++++++++++++++++++++ 
   製品情報
  ++++++++++++++++++++++++ */
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea {
    width: 33.333%;
    float: left;
    text-align: left;
    padding: 0px 20px;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea:last-child {
    border: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea .ttl {
    line-height: 1.6;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #FFFFFF;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea .idx {
    line-height: 1.6;
    margin-bottom: 13px;
    font-size: 11px;
  }
  /*-- プルダンメニュー内　リンク --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea a:link,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea a:visited {
	  color: #FFFFFF;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea a:hover,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea a:active {
	  color: #FFFFFF;
    text-decoration: none;
  }
  /* +++++++++++++++++++++ 
   NEWS
  ++++++++++++++++++++++++ */
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 {
    width: 33.33%;
    float: left;
    border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    text-align: left;
    padding: 0px 20px;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2:last-child {
    border: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 .ttl {
    line-height: 1.6;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: solid 1px #FFFFFF;
    display:block;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 .idx {
    line-height: 1.6;
    margin-bottom: 13px;
    margin-right: 18px;
    font-size: 11px;
    float: left;
  }
  /*-- プルダンメニュー内　リンク --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 a:link,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 a:visited {
	  color: #FFFFFF;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 a:hover,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea2 a:active {
	  color: #FFFFFF;
    text-decoration: underline;
  }
  /* +++++++++++++++++++++ 
   事例
  ++++++++++++++++++++++++ */
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 {
    width: 20%;
    float: left;
    /*border-right: 1px solid #FFFFFF;*/
    box-sizing: border-box;
    text-align: left;
    padding: 0px 20px;
  }
  /*#headerinnr .pcGloNavi ul li .pmenu .pmenuArea3:last-child {
    border: none;
  }*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 .ttl {
    line-height: 1.6;
    margin: 20px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    display:block;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 .tmimg {
    margin: 10px 0px;
    background-color: #FFFFFF;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 .tmimg img {
    width: 100%;
	  max-width: 100%;
	  height:auto;
  }
  /*-- プルダンメニュー内　リンク --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 a:link,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 a:visited {
	  color: #FFFFFF;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 a:hover,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 a:active {
	  color: #FFFFFF;
    text-decoration: underline;
  }
  /*-- リンク画像 --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea3 a:hover img {
    filter: alpha(opacity=80);
	  opacity:0.8;
  }
  /* +++++++++++++++++++++ 
   サービス
  ++++++++++++++++++++++++ */
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 {
    width: 25%;
    float: left;
    /*border-right: 1px solid #FFFFFF;*/
    box-sizing: border-box;
    text-align: left;
    padding: 0px 20px;
  }
  /*#headerinnr .pcGloNavi ul li .pmenu .pmenuArea4:last-child {
    border: none;
  }*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 .ttl {
    line-height: 1.6;
    margin: 20px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    display:block;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 .tmimg {
    margin: 10px 0px;
    background-color: #FFFFFF;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 .tmimg img {
    width: 100%;
	  max-width: 100%;
	  height:auto;
  }
  /*-- プルダンメニュー内　リンク --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 a:link,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 a:visited {
	  color: #FFFFFF;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 a:hover,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 a:active {
	  color: #FFFFFF;
    text-decoration: underline;
  }
  /*-- リンク画像 --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea4 a:hover img {
    filter: alpha(opacity=80);
	  opacity:0.8;
  }
  /* +++++++++++++++++++++ 
   
  ++++++++++++++++++++++++ */
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 {
    width: 50%;
    float: left;
    /*border-right: 1px solid #FFFFFF;*/
    box-sizing: border-box;
    text-align: left;
    padding: 0px 20px;
  }
  /*#headerinnr .pcGloNavi ul li .pmenu .pmenuArea4:last-child {
    border: none;
  }*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 .ttl {
    line-height: 1.6;
    margin: 20px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    display:block;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 .tmimg {
    margin: 10px 0px;
    background-color: #FFFFFF;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 .tmimg img {
    width: 100%;
	  max-width: 100%;
	  height:auto;
  }
  /*-- プルダンメニュー内　リンク --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 a:link,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 a:visited {
	  color: #FFFFFF;
	  text-decoration: none;
  }
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 a:hover,
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 a:active {
	  color: #FFFFFF;
    text-decoration: underline;
  }
  /*-- リンク画像 --*/
  #headerinnr .pcGloNavi ul li .pmenu .pmenuArea5 a:hover img {
    filter: alpha(opacity=80);
	  opacity:0.8;
  }
  
  
  
}


/*==========================================================================
	コンテンツ
============================================================================*/
#contents {
  /* 固定ヘッダーの高さ分あける*/
  padding-top: 42px;
  margin-bottom: 60px;
}
#contents .contsinnr {
  padding: 0px 10px;
}
#contents .contsinnr p {
  margin-bottom: 15px;
} 
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #contents {
    /* 固定ヘッダーの高さ分あける*/
    padding-top: 84px;
    /*margin-bottom: 100px;*/
  }
  #contents .contsinnr {
    padding: 10px 10px 0px 10px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  
  #contents .contsinnr {
    max-width: 1240px;
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
  }
}

/*==========================================================================
	サイトカテゴリー
============================================================================*/
/*-- サイトカテゴリ --*/
#siteCategory {
	background-color: #000;
	padding: 20px 0px;
}
#siteCategory .siteCategoryinnr {
  padding: 0px 10px;
}
#siteCategory .siteCategoryinnr {
  list-style: none;
  overflow: hidden;
}
#siteCategory .siteCategoryinnr li {
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  color: #FFFFFF;
}
#siteCategory .siteCategoryinnr li .catlist {
  margin: 25px 0px 5px;
  padding: 25px 0px 0px 0px;
  list-style: none;
}
#siteCategory .siteCategoryinnr li .catlist li {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
#siteCategory .siteCategoryinnr li .catlist li.ttl {
  font-size: 18px;
}
#siteCategory .siteCategoryinnr li .catlist li a {
  display: block;
}
/*--- リンク ---*/
#siteCategory  a:link,
#siteCategory  a:visited {
  color: #ffffff;
  text-decoration: none;
}
#siteCategory  a:hover,
#siteCategory  a:active {
  color: #ffffff;
  text-decoration: underline;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #siteCategory {
    padding: 50px 0px;
  }
  #siteCategory .siteCategoryinnr {
    max-width: 1200px;
    margin: 0px auto;
  }
  #siteCategory .siteCategoryinnr .siteCategorylogo {
    float: left;
    width: 36%;
    padding: 0px 7px;
	text-align: left;
  }
  #siteCategory .siteCategoryinnr .Category {
    float: left;
    width: 16%;
    padding: 0px 7px;
  }
  #siteCategory .siteCategoryinnr li .catlist {
    margin: 10px 0px;
  }
  #siteCategory .siteCategoryinnr li .catlist li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
  }
  #siteCategory .siteCategoryinnr li .catlist li {
    font-size: 12px;
  }
  #siteCategory .siteCategoryinnr li .catlist li.ttl {
    font-size: 16px;
  }
  
}

/*==========================================================================
	コンタクト
============================================================================*/
.contactArea {
	height: 80px;
	background-image: url(../img/m_netlogo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.contactArea .contactAreainnr {
  padding: 0px 10px;
}
.contactArea .contactAreainnr .contttl {
  text-align: center;
}
.contactArea .contactAreainnr .contttl h2 {
  color: #ffffff;
  padding: 50px 0px 0px 0px;
  font-size: 24px;
}
.contactArea .contactAreainnr .conttxt {
  color: #ffffff;
  text-align: center;
  padding: 20px 0px 50px 0px;
}
.contactArea .contactAreainnr .conttxt .ttl {
  font-size: 16px;
  margin-bottom: 10px;
}
.contactArea .contactAreainnr .conttxt .msg {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/*-- ボタン --*/
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 80%;
  line-height: 1.1;
  border: solid 2px #ffffff;
  margin: 10px auto;
}
.contactArea .contactAreainnr .conttxt .contBtn a {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  display: block;
  transition: .2s linear;
  background-color: rgba(255,255,255,0);
}
/*--- リンク ---*/
.contactArea .contactAreainnr .conttxt .contBtn a:link,
.contactArea .contactAreainnr .conttxt .contBtn a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contactArea .contactAreainnr .conttxt .contBtn a:hover,
.contactArea .contactAreainnr .conttxt .contBtn a:active {
  color: #ffffff;
  text-decoration:none;
  background-color: rgba(255,255,255,0.4);
}


/*==========================================================================
	フッダー
============================================================================*/
#footer {
	background-color: #000 !important;
	color: #FFF;
	font-size: 13px;
}
/*-- フッダーナビ --*/
#footer .footnav {
  font-size: 13px;
  overflow: hidden;
}
#footer .footnav li {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  float: left;
  border-bottom: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(odd) {
  border-right: solid 1px #CCCCCC;
}
#footer .footnav li:nth-child(even) {
}
#footer .footnav li a,
#footer .footnav li span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
/*--- リンク ---*/
#footer .footnav li a:link, #footer .footnav li a:visited {
	color: #FFF !important;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #0062a9 !important;
	text-decoration: none;
  background-color:#E8E8E8;
}
/*-- コピーライト --*/
#footer .copy {
  font-size: 12px;
  line-height: 1.4;
}
#footer .copyinn {
  padding: 10px 0px;
  text-align: center;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
  /*-- フッダーナビ --*/
  #footer .footnav li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: solid 1px #CCCCCC;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- コピーライト --*/
  #footer .copy {
    line-height: 1.1;
    padding: 15px 0px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #footer {
  }
  /*-- フッダーナビ --*/
  #footer .footnav {
	  border-top:
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 30px;
    max-width: 1260px;
  }
  #footer .footnav li {
    display:inline;
    float:none;
    border-bottom:none;
    padding: 0px 2%;
  }
  #footer .footnav li a,
  #footer .footnav li span {
    display:inline;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
  /*--- リンク ---*/
  #footer .footnav li a:link {
	  color: #333333;
	  text-decoration: none;
    background-color: transparent;
  }
  #footer .footnav li a:visited {
	  color: #0062a9;
	  text-decoration: none;
    background-color: transparent;
  }
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #e60012;
	  text-decoration: none;
    background-color: transparent;
  }
  /*-- コピーライト --*/
  #footer .copyinn {
    max-width: 1260px;
    margin: 0px auto;
  }
}


/*==========================================================================
	ソリューションボックス関連
============================================================================*/
/*-- タグ1 --*/
.scat {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 5px;
  background-color: rgba(204,0,0,0.9);
  display: inline-block;
  width: 75px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  z-index: 10;
}
/*-- タグ2 --*/
.ccat {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 5px;
  background-color: rgba(2,154,204,0.9);
  display: inline-block;
  width: 75px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  z-index: 10;
}
/*-- タグ3 --*/
.kcat {
  padding: 2px 5px;
  border: solid 1px #d7000f;
  display: inline;
  color: #d7000f;
  font-size: 11px;
	margin-right: 2px;
	border-radius: 1px;
}
/*-- タグ4 --*/
.dcat {
  padding: 2px 5px;
  background-color: rgba(2,154,204,0.9);
  display: inline-block;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 4px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----------- 下層ページ -------------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*==========================================================================
	下層ページタイトル
============================================================================*/
#pagettl {
  background-image: url(../img/pagettl_bg.png);
  background-size:cover;
  background-position: center top;
  text-align: center;
  background-color: #f9f8f8;
  margin: 0px auto;
  padding: 42px 10px 10px;
}
#pagettl h2 {
  font-size: 20px;
  text-align: center;
	padding: 20px 0px;
  line-height: 1.4;
  font-weight: normal;
}
#pagettl h2 span {
  font-size: 12px;
  display: block;
  color:#e60012;
}
#pagettl .msg01 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
#pagettl .msg02 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
#pagettl .btn {
	font-size: 14px;
	text-align: center;
	max-width: 300px;
	box-sizing: border-box;
	display: block;
	margin: 20px auto;
	border: 1px solid #d6000f;
}
#pagettl .btn a {
	padding: 5px 20px;
	display: block;
	color: #d6000f;
	transition: .2s linear;
}
/*--- リンク ---*/
#pagettl .btn a:link,
#pagettl .btn a:visited {
  color: #d6000f;
  text-decoration: none;
}
#pagettl .btn a:hover,
#pagettl .btn a:active {
  color: #ffffff;
  text-decoration:none;
  background-color: rgba(214,0,15,0.8);
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #pagettl {
    padding: 85px 10px 10px;
  }
  #pagettl h2 {
	  padding: 40px 0px 20px;
    font-size: 28px;
  }
  #pagettl h2 span {
    font-size: 12px;
  }	
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #pagettl {
    padding: 100px 10px 10px;
  }
  #pagettl h2 {
    font-size: 30px;
  }
  #pagettl h2 span {
    font-size: 14px;
  }
}


/*==========================================================================
	パンクズリスト
============================================================================*/
#pankuzuWap {
	background-color: #000;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#pankuzu {
	display: block;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	margin: 0px auto;
	font-size: 12px;
	color: #FFF !important;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(../img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
		color: #FFF;
	}

	#pankuzu .next a:link,
	#pankuzu .next a:visited {
		color: #FFF !important;
  text-decoration: none !important;
}
	#pankuzu .next a:hover,
	#pankuzu .next a:active {	
			color: #FFF !important;
			}
	
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#pankuzuWap {
		padding: 85px 10px 10px;
}
	#pankuzu {
		display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;

		box-sizing: border-box;
		font-size: 13px;
		max-width: 1200px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(../img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
}
/*****************************************************
	1024px以上【tablet】
******************************************************/
@media print, screen and (min-width: 1024px) {
	#pankuzuWap {
		padding: 80px 10px 10px;
}
	#pankuzu {
		max-width: 1200px;
		display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

		box-sizing: border-box;
		font-size: 13px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(../img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
}






/*==========================================================================
	印刷用
============================================================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}

/*==========================================================================
	2カラム
============================================================================*/

*, *:before, *:after {
	box-sizing: border-box;
}
/*==========================================================================
	 2カラム　スマフォ1カラム PC2 TB2 SP2
============================================================================*/
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > .col_2innr{
	width: 48%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.col_2 > .col_2innr{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
}
@media print, screen and (min-width: 1024px) {

	.col_2 > .col_2innr{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
}
/*==========================================================================
	 2カラム　スマフォ1カラム pd:0 PC2 TB2 SP1
============================================================================*/
.col_2_styl0{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_styl0 > .col_2innr{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.col_2_styl0 > .col_2innr{
	width: 50%;
	}
}
@media print, screen and (min-width: 1024px) {

.col_2_styl0 > .col_2innr{
	width: 50%;
}
}


/*==========================================================================
	 2カラム　スマフォ1カラム pd0  PC2 TB2 SP1
============================================================================*/
.col_2_styl1_sp1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_styl1_sp1 > .col_2innr{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.col_2_styl1_sp1 > .col_2innr{
	width: 50%;
	}
}
@media print, screen and (min-width: 1024px) {

.col_2_styl1_sp1 > .col_2innr{
	width: 50%;
}
}
/*==========================================================================
	 2カラム　スマフォ1カラム pd0  PC2 TB2 SP1
============================================================================*/
.col_2_styl2_sp1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_styl2_sp1 > .col_2innr{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.col_2_styl2_sp1 > .col_2innr{
	width: 50%;
	}
}
@media print, screen and (min-width: 1024px) {

.col_2_styl2_sp1 > .col_2innr{
	width: 50%;
}
}
/*==========================================================================
	 2カラム　スマフォ1カラム pd0  PC2 TB1 SP1
============================================================================*/
.col_2_styl3_sp1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_styl3_sp1 > .col_2innr{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.col_2_styl3_sp1 > .col_2innr{
	width: 100%;
	}
}
@media print, screen and (min-width: 1024px) {

.col_2_styl3_sp1 > .col_2innr{
	width: 50%;
}
}


/*==========================================================================
	 2カラム　スマフォ1カラム PC2:1 TB2:1 SP1
============================================================================*/
.col_2_styl3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_styl3 > .col_2innr{
	width: 100%;
}
.col_2_styl3 > .col_1innr{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.col_2_styl3 > .col_2innr{
	width: 70%;
}
.col_2_styl3 > .col_1innr{
	width: 30%;
}
}
@media print, screen and (min-width: 1024px) {

.col_2_styl3 > .col_2innr{
	width: 70%;
}
.col_2_styl3 > .col_1innr{
	width: 30%;
}
}




/*==========================================================================
	3カラム PC3 TB3 SP1
============================================================================*/

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > .col_3innr{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.col_3 > .col_3innr{
	width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
}
@media print, screen and (min-width: 1024px) {

	.col_3 > .col_3innr{
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
}
/*	3カラム PC3 TB3 SP1 の余白*/
.bl14_s0 {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.br14_s0 {
	border-right-width: 0px;
	 }
.blr7_s0 { 
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 0px;
	 }


@media print, screen and (min-width: 768px) {
.bl14_s0 {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.br14_s0 {
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #FFF;
	 }
.blr7_s0 { 
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFF;
	 }
}
/*==========================================================================
	3カラム PC3 TB3 SP2
============================================================================*/

.col_3_styl3_3_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3_styl3_3_2 > .col_3innr{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.col_3_styl3_3_2 > .col_3innr{
	width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}
}
@media print, screen and (min-width: 1024px) {

	.col_3_styl3_3_2 > .col_3innr{
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
}
/*	3カラム PC3 TB3 SP1 の余白*/
.bl14_s0 {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.br14_s0 {
	border-right-width: 0px;
	 }
.blr7_s0 { 
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 0px;
	 }


@media print, screen and (min-width: 768px) {
.bl14_s0 {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.br14_s0 {
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #FFF;
	 }
.blr7_s0 { 
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFF;
	 }
}
/*==========================================================================
	3カラム PC1:6:3 TB3 SP1
============================================================================*/

.col_3_styl1_6_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3_styl1_6_3 > .col_1innr{
	width: 10%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_6innr{
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_3innr{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
.col_3_styl1_6_3 > .col_1innr{
	width: 10%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_6innr{
	width: 90%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_3innr{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
}
@media print, screen and (min-width: 1024px) {
.col_3_styl1_6_3 > .col_1innr{
	width: 10%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_6innr{
	width: 60%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.col_3_styl1_6_3 > .col_3innr{
	width: 30%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
}

/*==========================================================================
	4カラム　PC4 TB2 SP2
============================================================================*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > .col_4innr{
		width: 48%;
}
@media print, screen and (min-width: 768px) {
	.col_4 > .col_4innr{
		width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	}
}
@media print, screen and (min-width: 1024px) {

	.col_4 > .col_4innr{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
}


