@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/

/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link {
	color: #007acd;
	text-decoration: none;
}
a:visited {
	color: #121a44;
	text-decoration: none;
}
a:hover, a:active {
	color: #F7A52E;
	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;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	padding: 5px;
  	text-align: center;
  	font-size: 11px;
  	transition: .2s linear;
}
/*--- リンク ---*/
#pagetop a:link, #pagetop a:visited {
	color: #FFFFFF;
	background-color: #095331;
	text-decoration: none;
}
#pagetop a:hover, #pagetop a:active {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #5AB448;
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.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", sans-serif ,"メイリオ";
  	/*font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	background-color: #FFF;
  	-webkit-overflow-scrolling: touch;
}
img {
  vertical-align: bottom;
}


/*==========================================================================
	レイアウト
============================================================================*/
#wapper {
	width:100%;
	color: #000000;
	font-size: 14px;
    line-height: 1.8;
}
.sp_none {
	display:none;
}
/*-- ボタン ------------------------*/
.btnA1 {
  margin: 25px auto;
}
.btnA1 a {
  text-align: center;
  color: #FFFFFF;
  background-color: #5ab448;
  line-height: 1;
  font-size: 18px;
  padding: 13px 10px 15px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
}
.btnA1 a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnA1 a:link, .btnB a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA1 a:hover, .btnB a:active {
	color: #FFFFFF;
	text-decoration: none;
 	background-color:#095331;
}
/*----------------------------------------*/
.btnA2 {
  margin: 25px auto;
}
.btnA2 a {
  text-align: center;
  color: #FFFFFF;
  background-color: #117a40;
  line-height: 1;
  font-size: 18px;
  padding: 13px 10px 15px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
}
.btnA2 a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
/*--- リンク ---*/
.btnA2 a:link, .btnB a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnA2 a:hover, .btnB a:active {
	color: #FFFFFF;
	text-decoration: none;
 	background-color:#095331;
}
/*---------------------------*/
.btnB {
  margin: 25px auto;
}
.btnB a {
  text-align: center;
  color: #FFFFFF;
  background-color: #117a40;
  line-height: 1;
  font-size: 18px;
  padding: 13px 10px 15px;
  display: block;
  transition: .2s linear;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
}
.btnB a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  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:#5ab448;
}
/*--- タイトル ---*/
.titleA {
  font-size: 22px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 20px 0 30px;
  line-height: 1.4;
  font-weight: normal;
}
.titleA2 {
  font-size: 22px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 20px 0 30px;
  line-height: 1.4;
  font-weight: normal;
}
.titleB {
  font-size: 20px;
  text-align: center;
  color: #FFF;
  margin: 15px 0px;
  line-height: 1.4;
  font-weight: normal;
}
.titleC {
	font-size: 16px;
	color: #117a40;
	margin: 30px 0 20px;
	padding: 10px;
	text-align: center;
	background-color: #f7f7f7;
	border-bottom: 3px solid #117a40;
}
.titleD {
  font-size: 16px;
  margin: 15px 0px;
  line-height: 1.4;
}
.titleD span {
	color: #117a40;
}
/*-- タイトル下MSG --*/
.ttlmsgA {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 20px;
	font-weight: 500;
}
/*-- 三角 グリーン-------*/
.triangleG {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 30px solid #78be43;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
/*-- ラインマーカー　*/
.textline {
    background: linear-gradient(transparent 65%, #f6fb6e 65%);
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #wapper {
		font-size: 16px;
  }
  .sp_none {
	  display:block;
  }
  .tb_none {
	  display:none;
  }
  
  /*-- ボタン -------------*/
  .btnA1 {
    width: 50%;
    margin: 40px auto;
  }
  .btnA1 a {
	font-size: 22px;
  }
   /*--------*/
  .btnA2 {
    width: 50%;
    margin: 40px auto;
  }
  .btnA2 a {
	font-size: 22px;
  }
   /*--------*/
  .btnB {
    width: 50%;
    margin: 40px auto;
  }
  .btnB a {
	font-size: 17px;
  }
  /*--- タイトル ---*/
  .titleA {
    font-size: 32px;
    margin: 30px 0 40px;
	font-weight: bold;
  }
  .titleA2 {
    font-size: 30px;
    margin: 30px 0 40px;
	font-weight: bold;
  }
  .titleB {
    font-size: 26px;
    margin: 30px 0px;
	font-weight: 500;
  }
  .titleC {
	font-size: 22px;
	margin: 30px 0 20px;
	padding: 15px 10px;
	border-bottom: 4px solid #117a40;
  }
  .titleD {
  	font-size: 22px;
  	margin: 20px 0px;
	}
  /*-- タイトル下MSG --*/
  .ttlmsgA {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 40px;
 }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
 #wapper {
		font-size: 18px;
  }
  .tb_none {
	  display:block;
  }
  .pc_none {
	  display:none;
  }
  /*-- ボタン --------*/
  .btnA1 {
    width: 400px;
    margin: 50px auto;
  }
  .btnA1 a {
	padding: 20px 15px;
  }	
  /*------------*/
  .btnA2 {
    width: 400px;
    margin: 50px auto;
  }
  .btnA2 a {
	padding: 20px 15px;
  }	
  /*------------*/
  .btnB {
    width: 400px;
    margin: 50px auto;
  }
  .btnB a {
	padding: 20px 15px;
  }
  /*--- タイトル ---*/
  .titleA {
    font-size: 48px;
    margin: 50px 0 60px;
  }
  .titleA2 {
    font-size: 42px;
    margin: 50px 0 60px;
  }
  .titleB {
    font-size: 30px;
	margin: 40px 0
  }
  .titleC {
	font-size: 24px;
	margin: 40px 0 30px;
	padding: 20px 10px;
  }
  .titleD {
  	font-size: 24px;
  	margin: 20px 0px;
	}
}
  
/*-------------------------------------------------------------------------------
図囲み
--------------------------------------------------------------------------------*/
.figWap {
	padding: 20px 0;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.figWap {
		padding: 40px 0;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.figWap {
		padding: 60px 0;
	}
}
/*==========================================================================
	ヘッダー
============================================================================*/
#header {
  width: 100%;
  margin:0px auto;
  background-color: #FFFFFF;
}
#header #headerinnr {
  width: 100%;
  display: flex;
  height: 42px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2vw;
  position: relative;
}
#headerinnr .logoArea {
	display: flex;
	justify-content: center;
	padding: 6px 10px 0 0;
	height: 30px;
}
#headerinnr .logoArea #logo {
  	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
  	max-width: 105px;
	border-right: 1px #CCCCCC solid;
	/*background-color: aqua;*/
}
#headerinnr .logoArea #logo2 {
  max-width: 100px;
  /*background-color: aquamarine;*/
}
#headerinnr .headBtn {
	display: none;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #header #headerinnr {
    height: 80px;
    margin: 0 auto;
  }
  #headerinnr .logoArea {
	display: flex;
	padding: 20px 10px 0 0;
	height: 40px;
  }
  #headerinnr .logoArea #logo {
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
    max-width: 149px;
  }
  #headerinnr .logoArea #logo2 {
    max-width: 130px;
  }
  #headerinnr .headBtn {
	    display: block;
		position: absolute;
		top: 20px;
	  	right: 10px;
  }
  #headerinnr .headBtn a {
	    font-weight: bold;
		display: block;
	    width: 200px;
		padding: 10px 15px;
		line-height: 1.0;
	  	text-align: center;
		font-size: 16px;
	    background-color: #095331;
		color: #FFF;
		box-sizing: border-box;
	    transition: .2s linear;
  }
  #headerinnr .headBtn a:hover {
		background-color: #5AB448;
  }
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  #header #headerinnr {
    height: 80px;
	max-width: 1400px;
  }
}

/*==========================================================================
	お問い合わせ
============================================================================*/
.contactArea {
  	color: #FFFFFF;
	background-color: #031e22;
}
.contactArea .contactAreainnr {
  padding: 30px 10px 50px;
  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: 18px;
  margin: 20px 0px;
  font-weight: bold;
  line-height: 1.4;
}
.contactArea .contactAreainnr .text1 {
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0px;
}
.contactArea .contactAreainnr .tel a {
  color: #ffffff;
}
.contactArea .contactAreainnr .btnWap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.contactArea .contactAreainnr .btnWap div {
	width: 100%;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 30px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 22px;
    margin: 10px 0px;
  }
  .contactArea .contactAreainnr .text1 {
    font-size: 18px;
    margin: 20px 0px;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .contactArea .contactAreainnr  {
	padding: 50px 10px 70px;
    max-width: 1200px;
    margin: 0px auto;
  }
  .contactArea .contactAreainnr .h2-ttl {
    font-size: 40px;
  }
  .contactArea .contactAreainnr .tel {
    font-size: 30px;
    margin: 10px 0px;
  }
  .contactArea .contactAreainnr .text1 {
    font-size: 18px;
    margin: 20px 0px;
  }  
  .contactArea .contactAreainnr .btnWap {
	 max-width: 680px;
  }
  .contactArea .contactAreainnr .btnWap div {
	  width: 47.5%;
	}
}

/*==========================================================================
	フッダー
============================================================================*/
#footer {
  background-color:#FFF;
  font-size: 13px;
  /*padding: 30px 0;*/
}
/*-- フッダーナビ --*/
#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;
}
#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: #5ab448;
}
/*-- コピーライト --*/
#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;
  }
  /*-- フッダーナビ --*/
  #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;
  }
  #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;
}
/*****************************************************
	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;
	}
}


/*==========================================================================
	印刷用
============================================================================*/
@media print {
  #wapper {
    width: 960px;
    margin: 0 auto;
    background-image:none;
  }
}
