@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout2021.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;
}
/*--- リンク ---*/
#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);
}
/*--- ページトップ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;
}
/*--- リンク ---*/
#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);
}
/*--- お問合せ ---*/
#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: 11px;
	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);
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}
/* 画像を基準に最大100%まで */
.fluidimg03 {
max-width: 100%;
height: auto;
}
/* 画像を基準に最大100%まで */
.fluidimg04 {
max-width: 100%;
height: auto;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
/* 1024PX以上は縮小 */
.fluidimg03 {
	width: 80%;
	max-width: 80%;
	height:auto;
}
/* 1024PX以上は縮小 */
.fluidimg04 {
	width: 90%;
	max-width: 90%;
	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;
}
/*-- ボタン --*/
.btnA {
  margin: 20px auto;
  width: 90%;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #f11f26;
  line-height: 1;
  font-size: 16px;
  padding: 10px 5px;
  display: block;
  transition: .2s linear;
  border-radius: 20px;
  position: relative;
}
.btnA a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 0.5em;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active {
	color: #FFFFFF;
	text-decoration: none;
  background-color: rgba(233,0,18,0.8);
}
/*--- タイトル ---*/
.titleA {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 25px 10px;
  font-weight: normal;
  background-color: #f8f8f8;
}
.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;
}
.titleF {
	font-size: 16px;
	border-left: #236db6 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;
}

/*****************************************************
	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;
  }
  .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;
  }
     .titleF {
    font-size: 22px;
    padding: 4px 15px 8px;
    margin: 50px 0px 20px 0px;
  }
  /*-- ボタン --*/
  .btnA {
    width: 50%;
    margin: 30px auto;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  /*--- タイトル ---*/
  .titleA {
    font-size: 32px;
  }
  .titleA span {
    font-size: 16px;
  }
  .titleB {
    font-size: 24px;
    margin: 30px 0px;
  }
  .titleC {
    font-size: 24px;
  }
  /*-- ボタン --*/
  .btnA {
    width: 250px;
    margin: 30px auto;
  }
}

/*==========================================================================
	メインメニュー
============================================================================*/
/*-- ハンバーガーボタン --*/
.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);*/
  background-color: #FFF;
  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: 17px;
  background-color: #f1f1f1;
}
.gNavi dl dt.aroow {
  background-image: url(../common/img/gnav_bg_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gNavi dl dt.plus {
  background-image: url(../common/img/gnav_bg_plus.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.gNavi dl dt.minus {
  background-image: url(../common/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.aroow {
  background-image: url(../common/img/gnav_bg_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.gNavi dl dd ul li.cat {
  font-weight: bold;
  background-color: #f1f1f1;
  text-align: center;
}

.gNavi dl dd ul li span {
  display: block;
  padding: 14px 20px;
}
.gNavi dl dd ul li a {
  display: block;
  padding: 14px 20px;
}
/*--- リンク ---*/
.gNavi  a:link,
.gNavi  a:visited {
  color: #333333;
  text-decoration: none;
}
.gNavi  a:hover,
.gNavi  a:active {
  color: #e60012;
  text-decoration: none;
}
/*--- オーバー状態 ---*/
body#mnet .gNavi dt.gnav1 a,
body#news .gNavi dt.gnav2 a,
body#solu .gNavi dt.gnav3 a,
body#prob .gNavi dt.gnav4 a,
body#case .gNavi dt.gnav5 a,
body#comp .gNavi dt.gnav6 a,
body#recr .gNavi dt.gnav7 a,
body#smap .gNavi dt.gnav8 a 
body#cott .gNavi dt.gnav9 a {
   color: #e60012;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
	.gNavi dl dt {
  		font-size: 14px;
	}
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- ハンバーガーボタン --*/
  .btnWap {
    position: fixed;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 16px;
  }
  .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;
}
#header #headerinnr {
  width: 100%;
  position: relative;
  height: 50px;
}
#headerinnr #logo {
  width: 400px;
  position: absolute;
  left: 10px;
  top: 7px;
  line-height: 1.2;
}
	#headerinnr #logo  ul {
	list-style-type: none;
  }
	#headerinnr #logo  ul li {
    width: 130px;
    top: 22px;
	margin-right: 10px;
	display: inline-block;
  }
	
#headerinnr #logo  ul li+ li {
  border-left: 1px solid #C2C2C2;
}
/*--------------------------------------------------
  PC用グローバルナビゲーション
---------------------------------------------------- */
#headerinnr .pcGloNavi {
  display: none;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 80px;
    margin: 0 auto;
  }
  #headerinnr #logo{
    width: 420px;
    left: 10px;
    top: 22px;
  }
	#headerinnr #logo  ul {
		list-style-type: none;
  }
	#headerinnr #logo  ul li {
    width: 180px;
    top: 22px;
	margin-right: 10px;
	display: inline-block;
  }
	
#headerinnr #logo  ul li+ li {
  border-left: 1px solid #C2C2C2;
}
  
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  /*--------------------------------------------------
    PC用グローバルナビゲーション
  ---------------------------------------------------- */
  #headerinnr .pcGloNavi {
    display: block;
    font-size: 14px;
    width: 100%;
  }
  #headerinnr .pcGloNavi ul{
    display: flex;
    justify-content: flex-end;
  }
  #headerinnr .pcGloNavi ul li {
    padding: 0 15px;
    margin: 0;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
    float: left;
  }
  #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(../common/img/gnavi_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  /*--- オーバー状態 ---*/
  body#mnet .pcGloNavi li.gnav1 a.lv1,
  body#news .pcGloNavi li.gnav2 a.lv1,
  body#solu .pcGloNavi li.gnav3 a.lv1,
  body#prob .pcGloNavi li.gnav4 a.lv1,
  body#case .pcGloNavi li.gnav5 a.lv1,
  body#comp .pcGloNavi li.gnav6 a.lv1,
  body#recr .pcGloNavi li.gnav7 a.lv1,
  body#recr .pcGloNavi li.gnav8 a.lv1 {
    color: #d7000f;
    background-image: url(../common/img/gnavi_bg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  
}


/*==========================================================================
	コンテンツ
============================================================================*/
#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-image: url("../common/img/footerNavi_bg.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 20px 0px;
}
#siteCategory .logo {
	text-align: center;
	margin-bottom: 15px;
}
#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 {
  border-top: solid 1px #FFFFFF;
  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;
  font-weight: bold;
}
#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 .logo {
	text-align: center;
	margin-bottom: 30px;
  }
  #siteCategory .siteCategoryinnr {
    max-width: 1200px;
    margin: 0px auto;
  }
  #siteCategory .siteCategoryinnr li {
    float: left;
    width: 20%;
    padding: 0px 7px;
  }
  #siteCategory .siteCategoryinnr li .catlist {
	border-top: none;
    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 {
  background-image: url("../common/img/contactAr_bg.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 30px 0;
}
.contactArea .contactAreainnr {
  padding: 0px 10px;
}
.contactArea .contactAreainnr .contttl {
  text-align: center;
  color: #FFF;
}
.contactArea .contactAreainnr .contttl .ttl {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 25px;
}
.contactArea .contactAreainnr .contttl .ttl span {
	display: block;
	font-size: 0.6em;
}
.contactArea .contactAreainnr .conttxt {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*-- ボタン --*/
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 80%;
  line-height: 1.1;
  margin: 0 auto;
}
.contactArea .contactAreainnr .conttxt .contBtn a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 20px;
  display: block;
  transition: .2s linear;
  background-color: #df0012;
  position: relative;
}
.contactArea .contactAreainnr .conttxt .contBtn a::after {
	font-family: "Font Awesome 5 Free";
  	content: "\f105";
	position: absolute;
	font-weight: 900;
	right: 15px;
}
/*--- リンク ---*/
.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(233,0,18,0.8);
}
.contactArea .contactAreainnr .conttxt .contBtn .msg {
  font-size: 12px;
  line-height: 1.4;
  margin: 15px 0;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .contactArea {
   	padding: 90px 0;
  }
  .contactArea .contactAreainnr {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
  }
  .contactArea .contactAreainnr .contttl {
    float: left;
    width: 30%;
	text-align: left;
  }
  .contactArea .contactAreainnr .contttl .ttl {
    font-size: 36px;
  }
  .contactArea .contactAreainnr .contttl .ttl span {
	display: block;
	font-size: 0.4em;
  }
  .contactArea .contactAreainnr .conttxt {
    float: right;
    width: 70%;
  }
  .contactArea .contactAreainnr .conttxt .msg {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  /*-- ボタン --*/
  .contactArea .contactAreainnr .conttxt .contBtn {
	  width: 47%;
	  margin: 0 auto 10px;
  }
  .contactArea .contactAreainnr .conttxt .contBtn a {
  }
  .contactArea .contactAreainnr .conttxt .contBtn .msg {
  	font-size: 14px;
  }
}

/*==========================================================================
	フッダー
============================================================================*/
#footer {
  background-color: #df0012;
  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;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #0062a9;
	text-decoration: none;
  background-color:#E8E8E8;
}
/*-- コピーライト --*/
#footer .copy {
  font-size: 12px;
  line-height: 1.4;
  background-color: #df0012;
}
#footer .copyinn {
  padding: 10px 0px;
  text-align: center;
  color: #FFF;
}
/*****************************************************
	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 {
    padding-top: 30px;
  }
  /*-- フッダーナビ --*/
  #footer .footnav {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 10px;
    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: #FFF;
	  text-decoration: none;
    background-color: transparent;
  }
  #footer .footnav li a:visited {
	  color: #FFF;
	  text-decoration: underline;
    background-color: transparent;
  }
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #FFF;
	  text-decoration: underline;
    background-color: transparent;
  }
  /*-- コピーライト --*/
  #footer .copyinn {
    max-width: 1260px;
    margin: 0px auto;
  }
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----------- 下層ページ -------------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*==========================================================================
	パンクズリスト
============================================================================*/
#pankuzuWap {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#pankuzu {
		display: block;
		padding: 10px;
		box-sizing: border-box;
		margin: 0px auto;
		font-size: 12px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(../common/img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#pankuzu {
		display: block;
		padding: 10px;
		box-sizing: border-box;
		max-width: 1200px;
		font-size: 13px;
	}
	#pankuzu li {
		display:inline;
	}
	#pankuzu li.next {
		padding-right: 23px;
		background-image: url(../common/img/pan_next.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
}


/*==========================================================================
	印刷用
============================================================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}
/*==========================================================================
	2カラム PC2 TB2 SP1
============================================================================*/

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > .col_2innr{
	width: 100%;
	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;
}
}

/*==========================================================================
	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;
}
	.col_3 > .col_3innr_6{
	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;
	}
	.col_3 > .col_3innr_6{
	width: 66%;
	padding-left: 30px;

	}
}
@media print, screen and (min-width: 1024px) {
	.col_3 > .col_3innr{
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
	.col_3 > .col_3innr_6{
	width: 66%;
	padding-left: 30px;
}
}