@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: #0080c8;
	text-decoration: none;
}
a:hover, a:active {
	color: #0080c8;
	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;
  padding: 15px 20px;
  text-align: center;
  background-color: #63abb1;
  font-size: 12px;
  border-radius: 50%;
  transition: .2s linear;
}
/*--- リンク ---*/
#pagetop a:link, #pagetop a:visited {
	background-color: #63abb1;
	text-decoration: none;
}
#pagetop a:hover, #pagetop a:active {
	color: #FFFFFF;
	text-decoration:none;
  background-color: rgba(155,124,80,0.4);
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}

html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
    -webkit-overflow-scrolling: touch;
}
img {
    vertical-align: bottom;
}


/*==========================================================================
	レイアウト
============================================================================*/
#wapper {
	width:100%;
	color: #333333;
	font-size: 14px;
    line-height: 1.8;
}
.sp_none {
	display:none;
}
/*-- ボタン ------------------------*/
.btnA {
  margin: 40px auto;
}
.btnA a {
  text-align: center;
  color: #333333;
  background-color: #FFF;
  line-height: 1;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
  transition: .2s linear;
  position: relative;
  border: 1px solid #333333;
  background-image: url("../img/sp/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: right;
}
/*--- リンク ---*/
.btnA a:link, .btnA a:visited {
	color: #000000;
	text-decoration: none;
}
.btnA a:hover, .btnA a:active {
	color: #333333;
	text-decoration: none;
  	background-color:#fefef3;
}
/*-- ボタン白 --*/
.btnAwh {
  margin: 40px auto;
}
.btnAwh a {
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
  transition: .2s linear;
  position: relative;
  border: 1px solid #FFF;
  background-image: url("../img/sp/btn_arrow_wh.png");
  background-repeat: no-repeat;
  background-position: right;
}
/*--- リンク ---*/
.btnAwh a:link, .btnAwh a:visited {
	color: #FFF;
	text-decoration: none;
}
.btnAwh a:hover, .btnAwh a:active {
	color: #FFF;
	text-decoration: none;
  	background-color:rgba(255,255,255,0.25);
}
/*-- ボタンB --*/
.btnB {
  margin: 30px auto;
}
.btnB a {
  text-align: center;
  color: #FFF;
  background-color: #666666;
  line-height: 1;
  font-size: 18px;
  padding: 5px 30px;
  display: inline-block;
  transition: .2s linear;
}
/*--- リンク ---*/
.btnB a:link, .btnB a:visited {
	color: #FFF;
	text-decoration: none;
}
.btnB a:hover, .btnB a:active {
	color: #FFF;
	text-decoration: none;
  	background-color:#CCCCCC;
}


/*--- タイトル ---*/
.titleA {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin: 5px 0px 30px;
    line-height: 1.4;
    font-weight: normal;
	font-weight: bold;
}
.titleA span {
	display: block;
	color: #6ec0c7;
	font-size: 26px;
	font-weight: normal;
}

.titleB {
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin: 5px 0px 30px;
	padding-left: 15px;
    line-height: 1.4;
    font-weight: normal;
	font-weight: bold;
	border-left: 6px solid #6ec0c7;
}
.titleB span {
	display: block;
	color: #6ec0c7;
	font-size: 26px;
	font-weight: normal;
}

/*-- メッセージ --*/
.readmsg {
	text-align: center;
	margin: 30px 0px;
	font-size: 14px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 15px;
  }
  .sp_none {
	  display:block;
  }
  .tb_none {
	  display:none;
  }
  /*--- タイトル ---*/
  .subttl {
	font-size: 20px;
  }
  .titleA {
    font-size: 24px;
	  margin: 5px 0px 80px;
   }
　　.titleA span {
	font-size: 30px;
	}

	.titleB {
    font-size: 24px;
	  margin: 5px 0px 50px;
   }
　　.titleB span {
	font-size: 30px;
	}
  /*-- ボタン ------------------------*/
  .btnA {
    width: 50%;
    margin: 40px auto;
  }
  .btnA a {
	background-image: url("../img/pc/btn_arrow.png");
  }
  /*-- ボタン白 --*/
  .btnAwh {
    width: 50%;
    margin: 40px auto;
  }
  .btnAwh a {
	background-image: url("../img/pc/btn_arrow_wh.png");
  }
  /*-- ボタンB --*/
  .btnB {
    margin: 40px auto;
  }
  /*-- メッセージ --*/
  .readmsg {
	margin: 40px 0px;
	font-size: 16px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #wapper {
		font-size: 16px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  /*--- タイトル ---*/
  .subttl {
	font-size: 20px;
  }
  .titleA {
	font-size: 26px;
  }
  .titleB {
	font-size: 26px;
  }

  /*-- ボタン ------------------------*/
  .btnA {
    width: 300px;
    margin: 50px auto;
  }
  /*-- ボタン白 --*/
   .btnAwh {
    width: 300px;
    margin: 50px auto;
  }
  /*-- メッセージ --*/
  .readmsg {
	margin: 40px 0px;
  }
	
}


/*==========================================================================
	ヘッダー
============================================================================*/
#header {
  	width: 100%;
  	margin:0px auto;
  	background-color: #FFFFFF;
}
#header #headerinnr {
  	width: 100%;
  	position: relative;
  	height: 50px;
}
#headerinnr #logo {
	font-size: 18px;
  	position: absolute;
  	top: 2px;
  	left: 10px;
  	margin: auto;
}
#headerinnr #logo span {
	color:#258189;
}
#headerinnr .msg {
	display: none;
}
#headerinnr .tel {
	font-size: 16px;
	position: absolute;
  	top: 5px;
  	right: 10px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    	height: 85px;
    	margin: 0 auto;
  }
  #headerinnr #logo {
		top: 25px;
  }
  #headerinnr .tel {
  		top: 25px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	#header {
		position:relative;
	}
	
  	#header #headerinnr {
    	max-width: 1400px;
    	height: 100px;
    	margin: 0 auto;
    	position: relative;
  	}
  	#headerinnr #logo {
		font-size: 24px;
		top: 25px;
  	}
  	#headerinnr .msg {
		display: block;
		position: absolute;
  		top: 33px;
  		left: 300px;
	}
 	#headerinnr .tel {
		font-size: 24px;
  		top: 25px;
	}
}

/*==========================================================================
	フッダー
============================================================================*/
#footer {
  font-size: 13px;
  background-color: #6ec0c7;
}
#footer .footerWap {
  padding: 10px;
}
#footer .company {
	background-color: #FFF;
	box-shadow: 0px 0px 16px rgb(0 0 0 / 7%);
	padding: 25px;
	margin: 20px auto;
}
/*-- フッダーナビ --*/
#footer .footnav {
  font-size: 16px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footnav li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}

/*--- リンク ---*/
#footer .footnav li a:link, #footer .footnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	#footer .footerWap {
 		padding: 40px 10px 10px 10px;
	}
	#footer .company {
		font-size: 16px;
		padding: 45px 60px;
		margin: 20px auto;
		max-width: 630px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  /*-- フッダーナビ --*/
  #footer .footnav {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 10px;
	padding: 25px 0;
    max-width: 1200px;
	border:none;
  }
  #footer .footnav li {
	width: auto;
    padding: 0px 15px;
    font-size: 14px;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
  /*--- リンク ---*/
  #footer .footnav li a:link {
	  text-decoration: none;
      background-color: transparent;
  }
  #footer .footnav li a:visited {
	  text-decoration: underline;
      background-color: transparent;
  }
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  text-decoration: underline;
      background-color: transparent;
  }

}


/*==========================================================================
	印刷用
============================================================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}





