@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: #103380;
	text-decoration: none;
}
a:hover, a:active {
	color: #1a2855;
	text-decoration:underline;
}
/*-- 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;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  background-color: #707070;
  /*border-radius: 4px;*/
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	max-width: 100%;
	height:auto;
}
.fluidimg3 {
	width: 90%;
	max-width: 90%;
}
.fluidimg4 {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.fluidimg4 {
	width: 70%;
  }
}

html {
	width:100%;
}
body {
	width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
}
img {
  vertical-align: bottom;
}

/*==========================================================================
	レイアウト
============================================================================*/
#wapper {
	width:100%;
	color: #334047;
	font-size: 16px;
  line-height: 1.8;
}
.sp_none {
	display:none;
}
/*-- ボタン --*/
.btnA {
  margin: 20px auto;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #6831ac;
  line-height: 1;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  border-radius: 8px;
  width: 80%;
  margin: 0 auto;
}
.btnA a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-weight: 900;
  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:#cc0000;
}
/*--- タイトル ---*/
.ttlTxtBlu {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.ttlboldBlu {
  font-size: 14px;
  font-weight:bold;
  color: #333;
  margin-bottom: 10px;
}
.ttllinBlu {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  margin: 20px auto 25px;
  padding: 0 0 15px;
  position: relative;
}
.ttllinBlu::before {
	content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 5px;
  margin-left: -30px;
  background-color: #6731ab;
}

.ttlBluSub{
  font-size: 18px;
  font-weight: bold;
}



.titlel2b {
	position: relative;
	margin: 15px 0;
	font-size: 18px;
}
.titlel2b::before {
	content: "";
    position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #440099;
	width: 100px;
	z-index: 2;
}
.titlel2b::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	z-index: 1;
}
.ttlsub {
	font-weight: bold;
	margin: 0 0 20px;
}

/*-- メッセージ --*/
.msgA {
  text-align: center;
  font-size: 14px;
  margin: 25px auto;
}
.msgB {
  text-align: center;
  font-size: 14px;
  margin: 25px auto;
}

/*-- テキストメッセージ --*/
.textAreaInnr {
  max-width: 940px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 0px;
}
@media print, screen and (min-width: 768px) {
  .textAreaInnr {
    padding: 0px 90px;
  }
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 17px;
  }
  .sp_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  .tb_none {
	  display:none;
  }
/*--- タイトル ---*/
.ttlTxtBlu {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
}
.ttlboldBlu {
  font-size: 14px;
  font-weight:bold;
  color: #000;
  margin-bottom: 10px;
}
.ttllinBlu {
  text-align: center;
  font-size: 30px;
   margin: 20px auto 45px;
}
.titlel2b {
	font-size: 20px;
}
.titlel2b::before {
	width: 200px;
}
.ttlBluSub{
  font-size: 20px;
}

  /*-- メッセージ --*/
  .msgA {
    font-size: 16px;
    margin: 30px auto;
  }
  .msgB {
    font-size: 25px;
    margin: 30px auto;
  }
  /*-- ボタン --*/
  .btnA {
    width: 60%;
    margin: 20px auto;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }

   /*-- メッセージ --*/
 .msgA {
    font-size: 18px;
    margin: 35px auto;
  }
  .msgB {
    font-size: 30px;
    margin: 35px auto;
  }
  /*-- ボタン --*/
  .btnA {
    width: 500px;
    margin: 30px auto;
  }
}

/*==========================================================================
	ヘッダー
============================================================================*/
#header {
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  margin:0px auto;
  transition: .5s;
  background-color: #FFF;
  z-index: 100;
}
#header.hide{
    transform: translateY(-100%);
}
#header #headerinnr {
  width: 100%;
  height: 50px;
  position: relative;
}
#headerinnr #logo {
  width: 120px;
  position: absolute;
  left: 10px;
  top: 0px;
  line-height: 1;
}
#headerinnr #logo2 {
  width: 130px;
  position: absolute;
  left: 145px;
  top: 3px;
  line-height: 1;
}
#headerinnr #headContBtn {display: none;}
.pcGnavi {display: none;}
#headerinnr .telArea {display: none;}

#headerinnr #headContBtn a {
  text-align: center;
  color: #FFFFFF;
    background-color:#409;
  line-height: 1;
  /* border: 1px solid #707070; */
  padding: 5px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}
  #headerinnr .telArea {
    display: none;
  }



/*--- リンク ---*/
#headerinnr #headContBtn a:link, #headerinnr #headContBtn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerinnr #headContBtn a:hover, #headerinnr #headContBtn a:active {
	color: #FFF;
	text-decoration: none;
  background-color: #cc0000;
}
#headerinnr .tel {
	display: none;
}


@media print, screen and (max-width: 320px) {
  #headerinnr #logo {
    width: 140px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  #headerinnr #headContBtn a {
    font-size: 4px;
    padding: 15px 6px;
  }
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 80px;
  }
  #headerinnr #logo {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 200px;
  }
  #headerinnr #logo2 {
    width: 200px;
    left: 260px;
    top: 5px;
  }
  #headerinnr #headContBtn {
    position: absolute;
    right: 90px;
    top: 18px;
    display: block;
  }
  #headerinnr #headContBtn a {
    font-size: 1rem;
    padding: 15px 24px 13px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #header #headerinnr {
    height: 100px;
  }
  #headerinnr #logo {
    width: 200px;
    top: 10px;
  }
  #headerinnr #logo2 {
    width: 220px;
    left: 260px;
    top: 14px;
  }
  #headerinnr #headContBtn {
    position: absolute;
    right: 40px;
    top: 34px;
    display: block;
  }
  #headerinnr .telArea {
    display: block;
    position: absolute;
    right: 40px;
    top: 2px;
    width: 400px;
    font-size: 14px;
    text-align: right;
  }
}

/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
  #header #headerinnr {
    max-width: 1200px;
	  height: 100px;
    margin: 0 auto;
    position: relative;
  }
  #headerinnr #logo {
    width: 200px;
    top: 12px;
  }
  #headerinnr #logo2 {
    width: 210px;
    left: 260px;
    top: 16px;
  }
  #headerinnr #headContBtn {
    position: absolute;
    right: 40px;
  	top: 34px;
  }
  #headerinnr .leftTopNavi {
	display: block;
	position: absolute;
	right: 140px;
	top: 22px;
  width: 350px;
  }
}





/*==========================================================================
	PCグローバルナビ
============================================================================*/
#g_navi{
  background-color: #1a1a1a;
  display: none;
}
#g_navi ul {
	display: flex;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 1200px; 
}
#g_navi ul li {
  width: calc(100%/4);
  line-height: 1;
  border-left: 1px solid #fff;
}
#g_navi ul li:last-child {
  border-right:1px solid #fff;
}
#g_navi ul li a {
  display: block;
  padding: 14px 5% 12px ;
  width: 90%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.0rem;
  font-weight: bold;
  transition: .2s linear;
}
#g_navi ul li a:hover{
  background-color:#E7E7E7;
  color: #2c3242;
}
.firstNav{
  position: relative;
  transition: all 0.2s;
}

.secondarNav{
  list-style: none;
}
.secondarNav {
  position: absolute;
  left: -7px;
  top: 43px;
  z-index: 1;
  padding: 0 20px;
  flex-direction: column;
}
.secondarNav li a {
  transition: all 0.3s;
 display: block;
  font-size: 1rem;
  background-color: #3B4043;
  text-align: left !important;
  padding: 10px 20px;
}
  
.childNav{
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 1;
  flex-direction: column;
  background-color: #027d82;
  width: 100%;
  display: none;
}
  .childNav---in{
    border-bottom: 1px solid #999;
  }
  .childNav---in a{
    text-align: left !important;
    font-size: 0.8rem !important;
  }
  .childNav---in a:hover,
  .childNav---in a:hover{
    background-color: #666;
  }
/*****************************************************
	640px以下【sp】
******************************************************/
@media print, screen and (max-width: 640px) {
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #g_navi ul li a {font-size: 0.8rem;}
  #g_navi{display: inherit;}
}
/*****************************************************
	1300px以上【PC】
******************************************************/
@media print, screen and (min-width: 1300px) {
  #g_navi ul li a {font-size: 1rem;}
}
/*==========================================================================
	PCグローバルナビ
============================================================================*/
.pcGnavi {
	display: none;
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  #headerinnr .ncjLogo{
    left: 240px;
    top: 13px;
    width: 300px;
  }
  
  .pcGnavi {
		list-style: none;
		display: block;
		min-height: 30px;
		line-height: 30px;
	}
	.pcGnavi .pcGnaviinnr {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		max-width: 1200px;
		margin: 0 auto;
	}
	.pcGnavi .pcGnaviinnr li {
		font-size: 0.9rem;
    line-height: 1.0;
    font-weight: bold;
	}
	.pcGnavi .pcGnaviinnr li span {
		padding: 3px 20px;
		display: block;
    font-weight: bold;
    text-align: right;
	}
  .pcGnavi .pcGnaviinnr li.devite {
  	border-right: 1px solid #565656;
  }
  
	/*--- リンク ---*/
	.pcGnavi .pcGnaviinnr li a:link, .pcGnavi .pcGnaviinnr li a:visited {
		color: #595959;
    background-color: #fff;
		text-decoration: none;
	}
	.pcGnavi .pcGnaviinnr li a:hover, .pcGnavi .pcGnaviinnr li a:active {
		color: #595959;
		background-color: #eee;
		text-decoration: none;
	}
	
}

/*==========================================================================
	SPグローバルナビ
============================================================================*/
.spGnavi {
	text-align: center;
	list-style: none;
	display: none;
	
}
.spGnavi li {
	border-top: 1px solid #c1c1c1;
	font-weight: bold;
	background-color: #fff;
}
.spGnavi li a {
	padding: 10px 5px;
	display: block;
}
/*--- リンク ---*/
.spGnavi li a:link, .spGnavi li a:visited {
		color: #595959;
		text-decoration: none;
}
.spGnavi li a:hover, .spGnavi li a:active {
		color: #595959;
		background-color: #eee;
		text-decoration: none;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (max-width: 768px) {
  
}
/*****************************************************
	1200px以上【PC】
******************************************************/
@media print, screen and (min-width: 1200px) {
	.spGnavi {
		display: none;
	}
}

/*==========================================================================
	ハンバーガーボタン
============================================================================*/
/*-- ハンバーガーボタン --*/
.btnWap {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 14px;
  top: 12px;
  z-index: 10100;
}

.btnWap.extreme__btn {
  top: 12px !important;
}



.menu {
  width: 25px;
  height:25px;
  top: 0px;
  position:relative;
  cursor:pointer;
}
.menu1 { width:25px; height:5px; background-color:#595959; top:0px; position:absolute; } 
.menu2 { width:25px; height:5px; background-color:#595959; top:10px; position:absolute; } 
.menu3 { width:25px; height:5px; background-color:#595959; 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); }

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

 /*-- ハンバーガーボタン --*/
  .btnWap {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 40px;
    top: 30px;
  }
  .menu {
    width: 25px;
    height:25px;
    top: 0px;
    position:relative;
    cursor:pointer;
  }
  .menu1 { width:25px; height:5px; background-color:#595959; top:0px; position:absolute; } 
  .menu2 { width:25px; height:5px; background-color:#595959; top:10px; position:absolute; } 
  .menu3 { width:25px; height:5px; background-color:#595959; top:20px; position:absolute; }

  /*
  .menu1 { width:45px; height:5px; background-color:#1a2855; top:0px; position:absolute; } 
  .menu2 { width:45px; height:5px; background-color:#1a2855; top:20px; position:absolute; } 
  .menu3 { width:45px; height:5px; background-color:#1a2855; 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:12px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg); }
  .menuclick2
  { opacity:0;}
  .menuclick3
  { top:12px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg); }

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  /*-- ハンバーガーボタン --*/
  .btnWap {
    display: none;
  }

}









/*==========================================================================
	ページパーツ
============================================================================*/
.areaTitle{
  font-size:1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #0e1e26;
  padding-left: 0px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.moreAttentionTitle{
  font-size:2.0rem;
  font-weight: normal;
  line-height: 1;
  color: #0e1e26;
}
.attentionTitle{
  font-size:2.0rem;
  font-weight: normal;
  line-height: 1.2;
  color: #FFF;
}
.attentionText{
  font-size:1.0rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0px 20px;
}



/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .areaTitle{
    font-size:2.0rem;
    text-align: left;
    padding-left: 12px;
  }
  .moreAttentionTitle{
    font-size:2.6rem;
  }
  .attentionTitle{
    font-size:2.2rem;
  }
.attentionText{
  font-size:1.0rem;
 }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .areaTitle{
    font-size:2.0rem;
    font-weight: normal;
    border-bottom: 1px solid #0e1e26;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .attentionTitle{
    font-size:2.6rem;
  }
.attentionText{
  font-size:1.2rem;
 }
}


/*==========================================================================
	コンタクトなどの共通タイトル
============================================================================*/

.ttl {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

/*==========================================================================
	コンタクト
============================================================================*/
.contactArea {
	background-color: #334047;
  background-image:url("../img/contact_bg.jpg");
  background-repeat:  no-repeat;
  background-position:center bottom;
  background-size:cover;
}
.contactArea .contactAreainnr {
  padding: 0px 10px;
}
.contactArea .contactAreainnr .contttl {
  text-align: center;
}
.contactArea .contactAreainnr .contttl h2 {
  color: #ffffff;
  padding: 60px 0px;
  font-size: 24px;
}
.contactArea .contactAreainnr .conttxt {
  color: #ffffff;
  text-align: center;
  padding: 60px 0px;
  font-size:1.4rem;
}
.contactArea .contactAreainnr .conttxt .tel {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
/*-- ボタン --*/
.contBtnArea{
  list-style: none;
  display: flex;
  flex-direction: column;
}
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 70%;
  line-height: 1.1;
  margin: 10px auto;
  border: solid 2px #FFFFFF;
  border-radius: 6px;
}
.contactArea .contactAreainnr .conttxt .contBtn a {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px 10px 17px;
  display: block;
  background-color: #595959;
  border-radius: 4px;
  transition: .2s linear;
}
.contactArea .contactAreainnr .conttxt .trialBtn a {
  background-color: #409;
}

/*--- リンク ---*/
.contactArea .contactAreainnr .conttxt .contBtn a:link,
.contactArea .contactAreainnr .conttxt .contBtn a:visited {
  color: #FFF;
  text-decoration: none;
}
.contactArea .contactAreainnr .conttxt .trialBtn a:hover,
.contactArea .contactAreainnr .conttxt .trialBtn a:active {
  color: #ffffff;
  text-decoration:none;
  background-color:#cc0000;
}

/*-- おすすめ --*/
.recommendArea{
  background: #0ba9ce;
}
.recommendArea .recommendAreainnr {
  max-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding: 40px 0px;
}
.recommendBox {
    position: relative;
    margin: 2em 20px;
    padding: 2.5em 1.2em 1em;
    border: solid 3px #fff;
}
.recommendBox .recommendBoxTitle {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 14px;
    line-height: 1;
    font-size: 16px;
    background: #c00000;
    color: #fff;
    font-weight: bold;
  white-space: nowrap;
}
.recommendBoxText{
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
}
.recommendBoxTextItem{
  width: 100%;
}
.recommendBoxTextItem p{
  margin-bottom: 20px;
  font-size: 14px;
}
/*****************************************************
	640px以上【tablet】
******************************************************/
@media print, screen and (min-width: 640px) {
  .contBtnArea{
    flex-direction: row;
  }
  .contactArea .contactAreainnr .conttxt .contBtn {
    width: 40%;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .contactArea .contactAreainnr .conttxt .contBtn {
    width: 40%;
  }
  .ttl {
    font-size: 30px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

  .contactArea {
  }
.contactArea .contactAreainnr .conttxt .contBtn {
  width: 30%;
  }
  .contactArea .contactAreainnr {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px;
  }
  .ttl {
    font-size: 34px;
  }
  .contactArea .contactAreainnr .conttxt {
    padding: 60px 0px;
  }
  /*-- ボタン --*/
  .contactArea .contactAreainnr .conttxt .contBtn a {
    font-size: 22px;
    line-height: 1;
  }
  
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  /*-- おすすめ --*/
.recommendBoxText{
  flex-direction: row;
  }
  .recommendBox {
      margin: 2em 40px;
      padding: 2.5em 3em 1em;
  }
  .recommendBox .recommendBoxTitle {
    font-size: 24px;
    padding: 0 14px;
    line-height: 1;
  }
  .recommendBoxTextItem{
    width: 50%;
  }
  .recommendBoxTextItem p{
    font-size: 18px;
    padding-right: 20px;
  }
    
  
}
/*==========================================================================
	フッダー
============================================================================*/
#footer {
  padding: 0px;
  background-color: #FFF;
}
#footer .logo {
	padding: 20px 10px;
	text-align: center;
	background-color: #FFF;
}
#footer .footerinnr {
  color: #565656;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: 50%;
}
#footer .footerinnr .footerNav li:last-child {
	width: 100%;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 0px;
}
/*--- リンク ---*/
#footer .footerinnr .footerNav li a:link, #footer .footerinnr .footerNav li a:visited {
	color: #565656;
	text-decoration: none;
}
#footer .footerinnr .footerNav li a:hover, #footer .footerinnr .footerNav li a:active {
	color: #565656;
	text-decoration: underline;
}


#footer .footerinnr .copy {
	text-align: center;
}
/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
 
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#footer .logo {
		padding: 40px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: center;
	}
  	#footer .footerinnr .footerNav li {
		width: auto;
		
	}
	#footer .footerinnr .footerNav li:last-child {
		width: auto;
	}
	#footer .footerinnr .footerNav li a {
		display: block;
		padding: 10px 15px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  	#footer .footerinnr {
		max-width: 1200px;
		margin: 0 auto;
	}
}


/****************************************************************************************
*****
***** セカンドページのレイアウト
*****
*****************************************************************************************/


/*==========================================================================
	パンクズリスト
============================================================================*/
#pankuzuWap {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
#pankuzu {
		display: block;
		padding: 5px 10px;
		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;
		padding: 5px 10px;
		box-sizing: border-box;
		max-width: 1200px;
		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;
	}
}


/*==========================================================================
	コンテンツ
============================================================================*/
.contents {
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contents {
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contents {
	}
}
/*=============================================
	コンテンツエリア
========================================*/
.contentsArea {
	padding: 30px 0;
}
.contentsArea .contentsAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.contentsArea {
		padding: 40px 0;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.contentsArea {
		padding: 60px 0;
	}
	.contentsArea .contentsAreainnr {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.contentsArea .w960 { max-width: 960px !important; }
	.contentsArea .w1400 { max-width: 1400px !important; }
	.contentsArea .w1560 { max-width: 1560px !important; }
}


/*==========================================================================
	円と文字と三角
============================================================================*/
.circle {
  position: relative;/* ←文字の親要素に指定 */
  width: 200px;
  height: 200px; 
  background-color: #FFF;
  border-radius: 50%; 
  text-align: center;
}
.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size:1.0rem;
  width: 180px;
}
  .triangle{
    border-left: 20px solid transparent;
    border-top: 36px solid #FFF;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    width: 0px;
  }
.triangleColorLogo{
  border-top: 30px solid #0ba9ce;
}

/*****************************************************
	640px以下【sp】
******************************************************/
@media print, screen and (min-width: 640px) {
  .trialFlow{
    flex-direction: row;
  }
 .trialFlow li:nth-child(even){
    padding: 0px 10px;
    line-height: 1;
  }
  .triangle {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #FFF;
    border-right: 0px solid transparent;
    width: 0px;
  }
  .circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 160px;
    height: 160px; 
    background-color: #FFF;
    border-radius: 50%; 
    text-align: center;
  }
  .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:1.0rem;
    width: 130px;
  }
  .triangleColorLogo{
    border-left: 30px solid #0ba9ce;
  }
}
/*****************************************************
	864px【tablet】
******************************************************/
@media print, screen and (min-width: 864px) {
  .trialFlow{
    flex-direction: row;
  }
 .trialFlow li:nth-child(even){
    padding: 0px 30px;
    line-height: 1;
  }
 .circle {
    position: relative;/* ←文字の親要素に指定 */
    width: 200px;
    height: 200px; 
    background-color: #FFF;
    border-radius: 50%; 
    text-align: center;
  }
  .circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size:1.0rem;
    width: 180px;
  }
  .triangle {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 50px solid #FFF;
    width: 0px;
  }
  .triangleColorLogo{
    border-left: 50px solid #0ba9ce;
  }
}

/*==================================
	OS表記
===================================*/

.osDisp{
  font-size: 0.8rem;
  padding-right: 10px;
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .osDisp{
    font-size: 1rem;
  }
}


/*===========================
	テーブル調整
============================*/
.font80per {font-size: 76%;}
.tableW250{width: 250px;}

/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (min-width: 320px) {
 
}
/*****************************************************
	768px【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

}



