@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;
}
/*-- 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: 6px 10px;
  text-align: center;
  background-color: rgba(214,0,15,0.9);
  font-size: 11px;
  border-radius: 4px;
  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);
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.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: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "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;
}
/*--　三角 --*/
.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 40px solid #d83e43;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
}
.trianglesml {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 30px solid #d83e43;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}

/*ラインマーカー*/
.textline {
	background: linear-gradient(transparent 65%, #aaf8bb 65%);
}

/*==================================================
	レイアウト
===================================================*/
#wapper {
	width:100%;
}
.sp_none {
	display:none;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 17px;
  }
  .sp_none {
	  display:block;
  }
  .tb_none {
	  display:none;
  }
    
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  
	
}
/*
-----------------------------------------------
メッセージテキスト関連
-----------------------------------------------
*/
.msgtxt {
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}
.msgtxt span {
	color: #c44850;
}
/*-- msgB --*/
.msgtxtB {
  font-weight: 800;
	text-align: left;
	margin: 20px 0;
	font-size: 20px;
}
/*-- msgC --*/
.msgtxtC {
	text-align: left;
	margin: 20px 0;
	font-size: 14px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .msgtxt {
    text-align: center;
		margin-bottom: 20px;
		font-size: 18px;
	}
  /*-- msgB --*/
  .msgtxtB {
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
  }
  /*-- msgC --*/
  .msgtxtC {
    text-align: center;
  	margin: 30px 0;
	  font-size: 16px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .msgtxt {
		margin-bottom: 20px;
		font-size: 20px;
	}
  /*-- msgB --*/
  .msgtxtB {
    margin: 40px 0;
    font-size: 26px;
  }
  /*-- msgC --*/
  .msgtxtC {
    margin: 40px 0;
    font-size: 18px;
  }
}
/*
-----------------------------------------------
タイトル関連
-----------------------------------------------
*/
/*--- タイトルA ---*/
.titleA {
  font-size: 22px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight:800;
  display: block;
}
.titleA span {
	color: #c44850;
}
.titleA:first-child {
	margin-top:0;
}
.titleA::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 12px;
    border-radius: 6px;
    background-color: #d7000f;
}
/*-- 下飾りなし --*/
.titleA2 {
  font-size: 22px;
  text-align: center;
  margin: 30px 0px;
  line-height: 1.4;
  font-weight:800;
  display: block;
}
/*--- タイトルB ---*/
.titleB {
  color: #c44850;
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
}
/*--- タイトルC ---*/
.titleC {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .3rem;
  margin:10px 0 20px 0;
  padding: 5px 10px;
  border-left: 3px solid #d83e43;
}
.titleC span {
	color: #c44850;
}
/*-- タイトルD --*/
.titleD {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .3rem;
  margin:30px 0 20px 0;
  padding: 5px 10px;
  border-left: 3px solid #d83e43;
  background-color: #f5f9fe;
}
.titleD span {
	color: #666666;
  display: block;
}
/*-- タイトルD2 背景白 --*/
.titleD2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .3rem;
  margin:30px 0 20px 0;
  padding: 5px 10px;
  border-left: 3px solid #d83e43;
  background-color: #FFF;
}
.titleD span {
	color: #666666;
  display: block;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	/*--- タイトルA ---*/
  .titleA {
  	font-size: 30px;
	  margin: 40px 0 20px;
  }
  /*-- 下飾りなし --*/
  .titleA2 {
    font-size: 30px;
	  margin: 40px 0 20px;
  }
  /*--- タイトルB ---*/
  .titleB {
    font-size: 24px;
    margin: 30px 0;
  }
  /*--- タイトルC ---*/
  .titleC {
  	 font-size: 22px;
     padding: 8px 20px;
     margin:15px 0 25px 0;
     border-left: 5px solid #d83e43;
  }
  /*--- タイトルD ---*/
  .titleD {
  	 font-size: 22px;
     padding: 8px 20px;
     margin:35px 0 25px 0;
     border-left: 5px solid #d83e43;
  }
  /*-- タイトルD2 背景白 --*/
  .titleD2 {
     font-size: 22px;
     padding: 8px 20px;
     margin:35px 0 25px 0;
     border-left: 5px solid #d83e43;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	/*--- タイトルA ---*/
  .titleA {
   	font-size: 32px;
	  margin: 60px 0 30px;
  }
  /*-- 下飾りなし --*/
  .titleA2 {
   	font-size: 32px;
	  margin: 60px 0 30px;
  }
	/*--- タイトルB ---*/
  .titleB {
   	font-size: 26px;
     margin: 40px 0;
  }
	/*--- タイトルC ---*/
  .titleC {
   	font-size: 28px;
  }
  /*--- タイトルD ---*/
  .titleD {
   	font-size: 26px;
  }
  /*-- タイトルD2 背景白 --*/
  .titleD2 {
     font-size: 26px;
  }
}

/*
-------------------------------------------
ボタン関連
-------------------------------------------*/
.btnA {
  margin: 20px auto 5px;
  width: 100%;
}
.btnA a {
  text-align: center;
  color: #FFFFFF;
  background-color: #d7000f;
  line-height: 1.3;
  font-size: 18px;
  padding: 18px 15px;
  margin: 0 auto;
  display: inline-block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 40px;
	
  width: 100%;
  box-sizing: border-box;
}
.btnA a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  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:#0286de;
}

/*-- ボタンB  --*/
.btnB {
  margin: 30px auto 5px;
  width: 100%;
}
.btnB a {
  text-align: center;
  color: #FFFFFF;
  background-color: #d7000f;
  line-height: 1.3;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0 auto;
  display: inline-block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 30px;
	
  width: 100%;
  box-sizing: border-box;
}
.btnB a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnB a:link, 
.btnB a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnB a:hover, 
.btnB a:active {
	color: #FFFFFF;
	text-decoration: none;
  background-color:#0286de;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.btnA {
 		  margin: 30px auto 10px;
  }
  .btnA a {
   	font-size: 18px;
  	padding: 20px 25px;
   	border-radius: 40px;
  }

	/*-- ボタンB --*/
	.btnB {
 		margin: 30px auto 10px;
  }
  .btnB a {
    font-size: 16px;
  	padding: 10px 15px;
    border-radius: 30px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

/*
-------------------------------------------
テキストリスト標準 
-------------------------------------------
*/
ol.stdList,
ul.stdList{
  margin: 10px 20px;
}
ol.stdList li,
ul.stdList li{
  font-size: 1.3rem;
  margin-bottom: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  ol.stdList,
  ul.stdList{
    margin: 20px 40px;
  }
  ol.stdList li,
  ul.stdList li{
    font-size: 1.5rem;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  ol.stdList li,
  ul.stdList li{
    font-size: 1.6rem;
  }
}



/*=================================================
ヘッダー
==================================================*/
#header {
  width: 100%;
  /*border-bottom: 1px solid #CCCCCC;*/
  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 {
	min-width: 100px;
	width:  9vw;
  	z-index: 96;
	padding-right:25px;
}
#headerinnr .logoArea #logo2 {
  z-index: 96;
  min-width: 110px;
  width:  9vw;
}


/*--------------------------------------------------
  PC用グローバルナビゲーション
---------------------------------------------------- */
#headerinnr .pcGloNavi {
  display: none;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 80px;
    margin: 0 auto;
  }
  #headerinnr .logoArea #logo {
    padding-right: 2.9vw;
    max-width: 147px;
  }
  #headerinnr .logoArea #logo2 {
	  max-width: 131px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr {
    height: 80px;
    padding: 0 1.1vw;
    margin: 0 auto;
    max-width: 1400px;
    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 ul.smenu {
    width: auto;
    height: 45px;
    /*font-size: 0.92vw;*/
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #headerinnr .pcGloNavi ul.smenu li {
    width: auto;
	  height: 100%;
    box-sizing: border-box;
	  padding: 5px 0 2px;
    text-align: center;
  }
  #headerinnr .pcGloNavi ul.smenu li a {
	  height: 100%;
    display: flex;
    align-items:center;
    box-sizing: border-box;
    padding: 0 45px;
    margin-left: 10px;
    border-radius: 20px;
    transition:0.5s all;

  }
   #headerinnr .pcGloNavi ul.smenu li a.btn1 {
    background-color: #2b2828;
   }
   #headerinnr .pcGloNavi ul.smenu li a.btn2 {
    background-color: #d7000f;
   }
  /*--- リンク ---*/
  #headerinnr .pcGloNavi ul.smenu li a:link,
  #headerinnr .pcGloNavi ul.smenu li a:visited {
    color: #FFF;
    text-decoration: none;
  }
  #headerinnr .pcGloNavi ul.smenu li a:hover,
  #headerinnr .pcGloNavi ul.smenu li a:active {
    background-color: #edf6fc;
    color: #c44850;
  }
  
  /*---------------------*/
  /*-- グローバルメニュー --*/
  /*---------------------*/
  #headerinnr .pcGloNavi ul.gmenu {
    width: auto;
    height: 35px;
	/*font-size: 0.95vw;*/
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #headerinnr .pcGloNavi ul.gmenu li {
    width: auto;
	  height: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #headerinnr .pcGloNavi ul.gmenu li a {
    height: 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 20px 5px;
	  transition:0.5s all;
  }
	#headerinnr .pcGloNavi ul.gmenu li:last-child a {
		padding: 0 0 5px 20px;
	}
 
  /*--- リンク ---*/
  #headerinnr .pcGloNavi ul.gmenu li a:link,
  #headerinnr .pcGloNavi ul.gmenu li a:visited {
	color: #000000;
	text-decoration: none;
  }
  #headerinnr .pcGloNavi ul.gmenu li a:hover,
  #headerinnr .pcGloNavi ul.gmenu li a:active {
	color: #c44850;
  }
  /*-- 現在位置 --*/
  #home #headerinnr .pcGloNavi ul.gmenu li:nth-child(1) a {
    color: #c44850;
  }
   #home #headerinnr .pcGloNavi ul.gmenu li:nth-child(1) a {
    color: #c44850;
  }
  #element #headerinnr .pcGloNavi ul.gmenu li:nth-child(2) a {
    color: #c44850;
  }
  #stellar #headerinnr .pcGloNavi ul.gmenu li:nth-child(3) a {
    color: #c44850;
  }
  #edge #headerinnr .pcGloNavi ul.gmenu li:nth-child(4) a {
    color: #c44850;
  }

}
/*****************************************************
	1366px以上【PC】
******************************************************/
@media print, screen and (min-width: 1366px) {
  /*----------------*/
  /*-- サブメニュー --*/
  /*----------------*/
  #headerinnr .pcGloNavi ul.smenu {
	  font-size: 18px;
  }
  /*---------------------*/
  /*-- グローバルメニュー --*/
  /*---------------------*/
  #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: 23px;
  		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: #FFF;
	
	  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: left;
  border-bottom: solid 1px #CCCCCC;
  font-size: 1.8rem;
  background: #FFF;
  font-weight: bold;
  text-align: center;
}
#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: 1.4rem;
  line-height: 1.4;
  border-bottom: solid 1px #CCCCCC;
}
#g-nav dl dd ul li i {
  font-size: 1.2rem;
  color: #c44850;
  margin-right: 15px;
}
#g-nav dl dd ul li a {
  display: block;
  padding: 10px 20px;
}

/*ボタンエリアのレイアウト設定*/
#g-nav .btnArea {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
#g-nav .btnArea .btnBox {
	width: 100%;
	height: 48px;
}
#g-nav .btnArea .btnBox a {
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  outline: none;
  color:#FFF;
  /*アニメーションの指定*/   
  transition: ease .2s;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}
#g-nav .btnArea .btnBox a:after {
	  content: '';
    position: absolute;
	  z-index: 4;
  	top: 10px;
  	right: 13px;
    width: 22px;
    height: 22px;
    background-image: url("../img/arrow_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#g-nav .btnArea .btnBox a.button1{
    background-color: #2b2828;
}
#g-nav .btnArea .btnBox a.button2{
    background-color: #d7000f;
}
#g-nav .btnArea .btnBox a:hover {
    background-color: #edf6fc;
    color: #c44850;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	/*ナビゲーション*/
	#g-nav-list {
		top:80px;
	}
}
/*******************************
	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: 80px;
  }
}
/*************************************************
	1024px以上【PC】
**************************************************/
@media print, screen and (min-width: 1024px) {
  .headerMarginWrap {
    padding-top: 80px;
  }
}


/*==========================================================================
	お問い合わせ
============================================================================*/
.contactArea {
  color: #FFFFFF;
	background-color: #2b2828;
}
.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;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction:row;*/
  justify-content: space-between;
}
.contactArea .contactAreainnr .button a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  background-color: #d7000f;
  line-height: 1.3;
  font-size: 18px;
  padding: 15px 10px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 40px;
  margin: 0 auto 20px;
}
.contactArea .contactAreainnr .button a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f105";
  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:#0286de;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .contactArea .contactAreainnr {
  	padding: 50px 10px;
  	text-align: center;
  }
  .contactArea .contactAreainnr .button {
 	  margin: 40px auto;
  }
  .contactArea .contactAreainnr .button a {
    width: 70%;
    font-size: 18px;
  	padding: 20px 10px;
  }
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 30px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 18px;
    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: 1400px;
    margin: 0px auto;
  }
  .contactArea .contactAreainnr .button {
 	  margin: 40px auto;
    max-width: 1000px;
  }
  .contactArea .contactAreainnr .button a {
    width: 32%;
    font-size: 18px;
  	padding: 20px 10px;
    margin: 0 0.5%;
  }
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 36px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 22px;
    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 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;
  }
}

/*==========================================================================
	セクション（共通）上下パディング
============================================================================*/
/*****************************************************
	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: 1400px;
		margin: 0 auto;
	}
}


/*===========================================
	印刷用
===========================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}




