@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/


/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #E60012;
	text-decoration: none;
}

/*--- ページトップ ---*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:10;
}
#pagetop a {
  display: block;
  color: #FFFFFF;
  padding: 6px 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  font-size: 11px;
  border-radius: 4px;
  transition: .2s linear;
}
/*--- リンク ---*/
#pagetop a:link, #pagetop a:visited {
/*	background-color: #8255FE;*/
  background-color: #000;
  text-decoration: none;
}
#pagetop a:hover, #pagetop a:active {
	color: #FFFFFF;
	text-decoration:none;
  /*background-color: rgba(130,85,254,0.4);*/
  background-color: rgba(0,0,0,0.4);
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}

html {
	width:100%;
	font-size: 62.5%;
	color: #000000;
}
body {
	width: 100%;
  	/*font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	background-color: #FFFFFF;
  	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .16rem;
}
img {
  vertical-align: bottom;
}

.triangle1 {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 40px solid #8255FE;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
}
.triangle2 {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 40px solid #5577FE;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
}

/*ラインマーカー*/
.textline {
	background: linear-gradient(transparent 65%, #f6fb6e 65%);
}

/*==================================================
	レイアウト
===================================================*/
#wapper {
	width:100%;
	font-size: 16px;
}
.sp_none {
	display:none;
}
.msgtxt {
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.msgtxt1 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 17px;
  }
  .sp_none {
	  display:block;
  }
  .tb_none {
	  display:none;
  }
  .msgtxt {
		margin-bottom: 20px;
		font-size: 18px;
	}
  .msgtxt1 {
		margin-bottom: 20px;
		font-size: 30px;
	}
    
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  .msgtxt {
	margin-bottom: 30px;
	font-size: 20px;
  }
  .msgtxt1 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	
}
/*
-------------------------------------------
タイトル関連
-------------------------------------------
*/
.titleA {
  font-size: 22px;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.titleA::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #8255FE;
}
/*-- 文字白 ---*/
.titleA2 {
  font-size: 22px;
  color: #FFF;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.titleA2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #FFF;
}
.titleB {
  font-size: 22px;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.titleB::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #FE6100;
}
.titleC {
  font-size: 22px;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.titleC::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #5577FE;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*--- タイトル ---*/
  .titleA,
  .titleB,
  .titleC {
    font-size: 30px;
    margin: 30px 0px;
	font-weight: bold;
  }
  /*--- 白 --*/
  .titleA2 {
    font-size: 30px;
    margin: 30px 0px;
	font-weight: bold;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
 /*--- タイトル ---*/
  .titleA,
  .titleB,
  .titleC {
    font-size: 32px;
    margin: 50px 0px;
  }
  /*-- 白 --*/
  .titleA2 {
    font-size: 32px;
    margin: 50px 0px;
  }
}



/*=================================================
ヘッダー
==================================================*/
#header {
  width: 100%;
  position: fixed;
  margin:0px auto;
  background-color: #FFF;
  z-index: 20;
  line-height: 1;
  border-bottom: 1px solid #FFF;
}
#header #headerinnr {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.5vw;
  display: flex;
}
#header #headerinnr .logoArea {
	display: flex;
	align-items: center;
}
#headerinnr .logoArea #logo {
	max-width: 100px;
  	z-index: 96;
}
#headerinnr .logoArea #logo2 {
  z-index: 96;
  padding-left: 15px;
}


/*--------------------------------------------------
  PC用グローバルナビゲーション
---------------------------------------------------- */
#headerinnr .pcGloNavi {
  display: none;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 125px;
    margin: 0 auto;
  }
  #headerinnr .logoArea #logo {
	max-width: 155px;
  }
  #headerinnr .logoArea #logo2 {
	padding-left: 25px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr {
	max-width: 1400px;
    height: 125px;
	padding: 0 1.1vw;
	display: flex;
	justify-content: space-between;
  }
  
  /*--------------------------------------------------
    PC用グローバルナビゲーション
  ---------------------------------------------------- */
  #headerinnr .pcGloNavi {
    display: flex;
	justify-content:flex-end;
	font-weight:bold;
    width: auto;
	letter-spacing: .10rem;
  }
  
  /*---------------------*/
  /*-- グローバルメニュー --*/
  /*---------------------*/
  #headerinnr .pcGloNavi .gmenu {
    width: auto;
	font-size: 0.85vw;
	display: flex;
	align-items: center;
  }
  #headerinnr .pcGloNavi .gmenu .wap {
	padding-right: 25px;
  }
  #headerinnr .pcGloNavi .gmenu .wap:last-child{
	padding-right: 0;
  }
  #headerinnr .pcGloNavi .gmenu .wap .catgry1,
  #headerinnr .pcGloNavi .gmenu .wap .catgry2 {
	width: 100%;
	margin-bottom: 10px;
  }
	#headerinnr .pcGloNavi .gmenu .wap .catgry1 a,
	#headerinnr .pcGloNavi .gmenu .wap .catgry2 a {
		display: block;
		box-sizing: border-box;
		border: solid 1px #000000;
		height: 24px;
		border-radius: 12px;
		text-align: center;
		line-height: 22px;
		font-size: 14px;
		transition: .2s linear;
	}
	#headerinnr .pcGloNavi .gmenu .catgry1 a:link,
  	#headerinnr .pcGloNavi .gmenu .catgry1 a:visited {
		color: #000000;
		text-decoration: none;
	}
	#headerinnr .pcGloNavi .gmenu .catgry1 a:hover,
  	#headerinnr .pcGloNavi .gmenu .catgry1 a:active {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #8255FE;
		border: solid 1px #8255FE;
	}
	#headerinnr .pcGloNavi .gmenu .catgry2 a:link,
  	#headerinnr .pcGloNavi .gmenu .catgry2 a:visited {
		color: #000000;
		text-decoration: none;
	}
	#headerinnr .pcGloNavi .gmenu .catgry2 a:hover,
  	#headerinnr .pcGloNavi .gmenu .catgry2 a:active {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #FE6100;
		border: solid 1px #FE6100;
	}
	#uptale #headerinnr .pcGloNavi .gmenu .catgry1 a {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #8255FE;
		border: solid 1px #8255FE;
	}
	#taqtile #headerinnr .pcGloNavi .gmenu .catgry2 a {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #FE6100;
		border: solid 1px #FE6100;
	}
	
	
  #headerinnr .pcGloNavi .gmenu .wap .innr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
  }	
  #headerinnr .pcGloNavi .gmenu .wap .innr li:last-child {
	margin-left: 15px;
  }
	#headerinnr .pcGloNavi .gmenu .wap .innr img:hover {
		opacity: 0.7;
		opacity: 70%;
	}
  #headerinnr .pcGloNavi .gmenu .innr li a {
	color: #000000;
  }

 
  /*--- リンク ---*/
  #headerinnr .pcGloNavi .gmenu .innr li a:link,
  #headerinnr .pcGloNavi .gmenu .innr li a:visited {
	color: #000000;
	text-decoration: none;
  }
  #headerinnr .pcGloNavi .gmenu .innr li a:hover,
  #headerinnr .pcGloNavi .gmenu .innr li a:active {
	color: #c44850;
  }
  
  
}
/*****************************************************
	1366px以上【PC】
******************************************************/
@media print, screen and (min-width: 1366px) {
  /*---------------------*/
  /*-- グローバルメニュー --*/
  /*---------------------*/
  #headerinnr .pcGloNavi ul.gmenu {
   font-size: 0.90vw;
  }
}
/*****************************************************
	1536px以上【PC】
******************************************************/
@media print, screen and (min-width: 1536px) {
  /*---------------------*/
  /*-- グローバルメニュー --*/
  /*---------------------*/
  #headerinnr .pcGloNavi ul.gmenu {
   	font-size: 16px;
  }
}

/*=================================================
	ハンバーガーボタン（SP用）
==================================================*/
/*==================================================
　3本線が×に
===================================*/
.openbtn1{
  position: fixed;
  z-index: 30;
  top: 9px;
  right: 15px;
  /*background:#f1f1f1;*/
  cursor: pointer;
  width: 24px;
  height:24px;
}
/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 4px;
    border-radius: 2px;
  	background: #e60012;
    width: 100%;
}
.openbtn1 span:nth-of-type(1) {
  top:0px; 
}
.openbtn1 span:nth-of-type(2) {
  top:10px;
}
.openbtn1 span:nth-of-type(3) {
  top:20px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
    top: 4px;
    /*left: 8px;*/
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 16px;
    /*left: 8px;*/
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.openbtn1{
 	 	position: fixed;
  		top: 40px;
  		right: 20px;
  		/*background:#f1f1f1;*/
  		cursor: pointer;
    	width: 34px;
    	height:34px;
	}

	/*ボタン内側*/
	.openbtn1 span{
    	display: inline-block;
    	transition: all .4s;
    	position: absolute;
    	height: 4px;
    	border-radius: 2px;
  		background: #e60012;
    	width: 100%;
  	}
	.openbtn1 span:nth-of-type(1) {
  		top:0px; 
	}
	.openbtn1 span:nth-of-type(2) {
  		top:15px;
	}
	.openbtn1 span:nth-of-type(3) {
  		top:30px;
	}
	/*activeクラスが付与されると線が回転して×に*/
	.openbtn1.active span:nth-of-type(1) {
    	top: 9px;
    	/*left: 8px;*/
    	transform: translateY(6px) rotate(-45deg);
    	width: 100%;
	}
	.openbtn1.active span:nth-of-type(2) {
  		opacity: 0;/*真ん中の線は透過*/
	}
	.openbtn1.active span:nth-of-type(3){
    	top: 21px;
    	/*left: 8px;*/
    	transform: translateY(-6px) rotate(45deg);
    	width: 100%;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.openbtn1 {
		display: none;
	}
}

/*=================================================
	スマホメニュー
==================================================*/
/*アクティブになったエリア*/
#g-nav {
	display: block;
}
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 15;
  	top: 0;
  	width:100%;
    height: 100vh;
	background-color: #FFFFFF;
	
	overflow: auto;
	height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーションの縦スクロール*/
#g-nav-list {
    display: none;/*はじめは表示なし*/
	position: absolute;
    top:42px;
    z-index: 15; 
    width: 100%;
	padding-bottom: 45px;
}
/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav dl {
  	opacity: 0;/*はじめは透過0*/
	width: 100%;
	padding-bottom: 10px;
}
/*ボタンエリア*/
#g-nav .btnArea {
	opacity: 0;/*はじめは透過0*/
}
/* 背景が出現後にナビゲーション dl .btnArea を表示*/
#g-nav.panelactive dl,
#g-nav.panelactive .btnArea	{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes gnaviAnime{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*リストのレイアウト設定*/
#g-nav dl dt:first-child {
  border-top: solid 1px #CCCCCC;
}
#g-nav dl dt {
  text-align: center;
  border-bottom: solid 1px #CCCCCC;
  font-size: 1.8rem;
  background-color: #F5F5F5;
  font-weight: bold;
}
#g-nav dl dt.aroow {
  background-image: url(../img/gnav_bg_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
}
#g-nav dl dt.plus {
  background-image: url(../img/gnav_bg_plus.png);
  background-position: center right;
  background-repeat: no-repeat;
}
#g-nav dl dt.minus {
  background-image: url(../img/gnav_bg_minus.png);
  background-position: center right;
  background-repeat: no-repeat;
}
#g-nav dl dt a {
  display: block;
  padding: 7px 15px;
}
#g-nav dl dd {
  padding: 0px;
  margin: 0px;
}
#g-nav dl dd ul li {
  margin: 0px;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: solid 1px #CCCCCC;
  text-align: center;
}
#g-nav dl dd ul li i {
  font-size: 18px;
  margin-right: 15px;
}
#g-nav dl dd ul li a {
  display: block;
  padding: 15px 20px;
}



/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	/*ナビゲーション*/
	#g-nav-list {
		top:125px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	#g-nav {
		display: none;
	}
}

/*=================================================
	ヘッダ部分余白
==================================================*/
.headerMarginWrap {
  width: 100%;
  margin: 0px auto;
  padding-top: 42px;
  position: relative;
  line-height:0;
}
/*************************************************
768px以上【tablet】
**************************************************/
@media print, screen and (min-width: 768px) {
  .headerMarginWrap {
    padding-top: 125px;
  }
}
/*************************************************
	1024px以上【PC】
**************************************************/
@media print, screen and (min-width: 1024px) {
  .headerMarginWrap {
    padding-top: 125px;
  }
}











/*==========================================================================
	お問い合わせ
============================================================================*/
#home .contactArea {
  color: #FFFFFF;
	background-image: url("../img/contact_bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#uptale .contactArea {
  color: #FFFFFF;
	background-image: url("../img/contact_bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#taqtile .contactArea {
  color: #FFFFFF;
	background-image: url("../img/contact_bg3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.contactArea .contactAreainnr {
  padding: 30px 10px;
  text-align: center;
}
.contactArea .contactAreainnr .h2-ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
  text-align: center;
}
.contactArea .contactAreainnr .tel {
  font-size: 14px;
  margin: 20px 0px;
  font-weight: 600;
  line-height: 1.4;
}
.contactArea .contactAreainnr .text1 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px;
}
.contactArea .contactAreainnr .tel a {
  color: #ffffff;
}
.contactArea .contactAreainnr .button {
  margin: 30px auto 5px;
  width: 100%;
}
.contactArea .contactAreainnr .button a {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.3;
  font-size: 18px;
  padding: 15px 20px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
  border: solid 1px #FFFFFF;
  box-sizing: border-box;
}
.contactArea .contactAreainnr .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.contactArea .contactAreainnr .button a:link, 
.contactArea .contactAreainnr .button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.contactArea .contactAreainnr .button a:hover, 
.contactArea .contactAreainnr .button a:active {
	color: #FFFFFF;
	text-decoration: none;
  	background-color: rgba( 255, 255, 255, 0.4 ); 
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .contactArea .contactAreainnr {
  	padding: 50px 10px;
  	text-align: center;
  }
  .contactArea .contactAreainnr .button {
 	margin: 40px auto 10px;
  	max-width: 450px;
  }
  .contactArea .contactAreainnr .button a {
    font-size: 18px;
  	padding: 25px 50px;
  }
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 30px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 16px;
    margin: 10px 0px;
  }
  .contactArea .contactAreainnr .text1 {
    font-size: 16px;
    margin: 20px 0px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .contactArea .contactAreainnr  {
    max-width: 1200px;
    margin: 0px auto;
  }
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 36px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 18px;
    margin: 10px 0px;
  }
  .contactArea .contactAreainnr .text1 {
    font-size: 18px;
    margin: 20px 0px;
  }
}



/*==========================================================================
	フッダー
============================================================================*/
#footer {
  background-color:#FFF;
  font-size: 13px;
  padding-bottom: 50px;
}
/*-- フッダーナビ --*/
#footer .footnav {
  font-size: 13px;
  overflow: hidden;
  border-top: solid 1px #FFF;
}
#footer .footnav li {
  list-style: none;
  width: 50%;
  box-sizing: border-box;
  float: left;
  border-bottom: solid 1px #FFF;
  background-color: #f6f6f6;
}
#footer .footnav li:last-child {
	width: 100%;
}
#footer .footnav li:nth-child(odd) {
  border-right: solid 1px #FFF;
}
#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: #000;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #7277c6;
}
/*-- コピーライト --*/
#footer .copy {
  font-size: 12px;
  line-height: 1.4;
  background-color: #FFFFFF;
	color: #000000;
}
#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 #FFF;
  }
  #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;
  }
  #footer .copyinn {
  	padding: 4px 0px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #footer {
	background-color: #FFF;
	padding-bottom: 0;
  }
  /*-- フッダーナビ --*/
  #footer .footnav {
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
	border:none;
	padding: 30px 0;
  }
  #footer .footnav li {
    display:inline;
    float:none;
    border-bottom:none;
    padding: 0px 2%;
    font-size: 14px;
	background-color: #FFF;
  }
  #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: #000;
	  text-decoration: none;
      background-color: transparent;
  }
  #footer .footnav li a:visited {
	  color: #000;
	  text-decoration: underline;
      background-color: transparent;
  }
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #000;
	  text-decoration: underline;
      background-color: transparent;
  }
  /*-- コピーライト --*/
  #footer .copyinn {
      max-width: 1260px;
      margin: 0px auto;
  }
}

/*================================================================================
	パンクズリスト
=================================================================================*/
#pankuzuWap {
    margin-bottom: 20px;
}
#pankuzu {
		display: block;
		padding: 10px 10px 6px;
		box-sizing: border-box;
		margin: 0px auto;
		font-size: 12px;
	}
	#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;
	}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#pankuzu {
		display: block;
		box-sizing: border-box;
		max-width: 1200px;
		font-size: 14px;
	}
}

/*==========================================================================
	セクション（共通）
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.secConts {
	padding: 30px 0;
}
.secConts .secContsinnr {
	padding: 0 10px;
	box-sizing: border-box;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.secConts {
		padding: 40px 0;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.secConts {
		padding: 60px 0;
	}
	.secConts .secContsinnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/*===========================================
	印刷用
===========================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}




