/****************************** mobile,cpmmon ******************************/
/* -------------------- 共通 -------------------- */
body {
  color: #222222;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul {
  list-style: none;
}

strong {
  text-decoration: underline;
}

.interval {
  margin-bottom: 50px;
}


img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  display: block;
}

.pc {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.regular_text {
  font-size: 17px;
  line-height: 29px;
  text-align: center;
}

.side_padding {
  padding-right: 15px;
  padding-left: 15px;
}

/* 背景色 */
.bg_green {
  background: #2E9834;
}
.bg_lgreen {
  background: #D5EAD6;
}
.bg_lorange {
  background: #F9CFAB;
}

.pc_con {
  max-width: 1200px;
}


/* -------------------- ヘッダー -------------------- */
.hd_con {
  display: flex;
  align-items: center;
  height: 55px;
}
.hd_logo_con {
  margin: 0 auto;
}
.hd_logo_con img {
  width: 230px;
}


/* -------------------- トップビュー -------------------- */
.tv_con {
  background: linear-gradient(#2E9834 20%, #D5EAD6, #ffffff);
  position: relative;
}


/* -------------------- お問い合わせ導線 -------------------- */
.contact_head {
  margin-bottom: 15px;
}
.contact_text_con {
  padding: 20px;
  border-radius: 10px;
}
.contact_text_con>p {
  margin-bottom: 15px;
}
.contact_btn_list li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_btn_list li img {
  filter: drop-shadow(1px 3px 2px rgba(0,0,0,0.3));
}

.middle_sale_con {
  margin-bottom: 30px;
}


/* -------------------- フッター -------------------- */
.ft_con {
  background: #f0f8ed;
  padding: 25px 0 70px;
  text-align: center;
}
.ft_link_con {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.ft_link_con a {
  font-size: 12px;
}
.ft_link_con a:first-child {
  margin-right: 10px;
}
.ft_pp {
  font-size: 12px;
}

/* -------------------- 固定リンク -------------------- */
.fixCntctCon {
	position: fixed;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	width: 100%;
	line-height: 50px;
	font-size: 11px;
	transition: .5s;
	z-index: 9996;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #fff;
  padding: 10px;
	box-sizing: border-box;
}
.fixCntctCon>li {
	filter: drop-shadow(0 0 1px rgba(0,0,0,0.3));
}
.fixLine {
	margin-right: 5px;
}
.fixTel {
	margin-right: 5px;
}
.fixCntctAcr {
	text-decoration: none;
	display: block;
	position: relative;
	color: #ffffff;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

  /* -------------------- 共通 -------------------- */
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
  .interval {
    margin-bottom: 100px;
  }
  .hover:hover {
    opacity: 0.8;
    transition: 0.3s;
  }


  /* -------------------- フッター -------------------- */
  .ft_con {
    padding: 25px 0;
  }
}

/****************************** tablet Pro ******************************/
@media (min-width: 1025px){

  .pc_con {
    margin-right: auto;
    margin-left: auto;
  }

  .side_padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* -------------------- ヘッダー -------------------- */
  .hd_bg {
    background: #fff;
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .hd_con {
    justify-content: space-between;
    height: 100%;
  }
  .hd_logo_con {
    height: 50px;
    margin: 0;
  }
  .hd_logo_con img {
    height: 100%;
    width: inherit;
  }

  .hd_btn_con {
    display: flex;
    height: 65px;
  }
  .hd_tel_con {
    margin-right: 20px;
    height: 100%;
  }
  .hd_tel_con img,
  .hd_contact_con img {
    height: 100%;
    width: auto;
  }

  .tv_con {
    margin-top: 90px;
  }

  .contact_con_pc {
    border: 5px solid #2E9834;
    border-radius: 25px;
    padding: 60px;
    box-sizing: border-box;
  }
  .contact_btn_list_pc {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .contact_btn_list_pc li {
    width: 49%;
  }
  .contact_btn_list_pc li img {
    filter: drop-shadow(1px 3px 2px rgba(0,0,0,0.3));
  }

  .fixCntctCon {
  	justify-content: center;
  }
  .fixCntctCon>li img {
  	height: 80px;
  }

}
