@charset "UTF-8";
/* CSS Document */


/*=============================================
　　　　　　　　　サービスページはじめ▼
=============================================-*/
/*.service_bg{
	background-image: url("../images/service_top01.jpg");
  }*/

/*=========タブメニュー▼=============*/
#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
    flex-wrap: wrap;
	
	/*stickyで固定*/
	position: -webkit-sticky;/*Safari*/
	position: sticky;
	/*固定したい位置*/
	top: 70px;
	z-index: 99;
	height: 90px;
    background: #fff;
}


#tab_menu li{
	width: 19%;
	padding: 0;
	margin: 0 0.5%;
	text-align: center;
	list-style: none;
	background:#6ACA4E;
	border-radius: 8px;
	position: relative;
}

#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #228b22;
}

#tab_menu li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
    white-space: nowrap;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}



/*タブメニュー選択　矢印が出てくる▼*/
/*#tab_menu li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #228b22;
	display: none;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
#tab_menu li.tab-first, #tab_menu li:hover {
	background: linear-gradient(145deg, rgba(91, 191, 22, 1), rgba(40, 148, 5, 1)), linear-gradient(90deg, rgba(147, 219, 97, 1), rgba(52, 156, 17, 1));
}

#tab_menu li.tab-first:after, #tab_menu li:hover:after{
	display: block;
}*/
/*タブメニュー選択　矢印が出てくる▲*/



.tab_panel{
	margin: 20px auto;
}

.sr_about{
	background:#E8FBCE;
	padding: 3% 5%;
	width: 99%;
	margin: 10px auto;
	border-radius: 13px;
}

@media screen and (max-width:960px) {
#tab_menu li {
	font-size: 0.9rem;
	}
}

	
@media screen and (max-width:520px) {
	
#tab_menu{
	    height: 140px;
	}
#tab_menu li:nth-child(3) {
	font-size: 0.8rem;
}
	
#tab_menu li{
	width: 32%;
	/*margin-bottom: 22px;*/
	}
	
}

/*============タブメニュー▲============*/

/*=========タイトル共通設定▼============*/
.kakupage h2{
	  font-weight: 600;
	  text-align: center;
	  color: #228b22;
	  position: relative;
      margin-bottom: 1em;
}


/*見出し下線*/
.kakupage h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #228b22;
}
/*============タイトル共通設定▲============*/

/*=========共通おすすめコンテンツ▼============*/

.osusume_area{
	margin: 0 auto;
	max-width: 1000px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.osusume_area article{
    width:30%;
	margin: 20px auto;   
}

.osusume_area article img{
     width:100%;
}

.osusume_area article h3{
	  font-weight: 600;
	  position: relative;
	  margin: 1.3rem auto 0.3rem auto;
      padding-left:0.5rem;
	  border-left: 6px solid #228b22;
	  color: #228b22;
	  /*white-space: nowrap;*/
}

/*====数が奇数のページのみ設定(バーコード）=====*/
/*見えない6個目の箱を設定*/
.odd_number::after {
  display: block;
  content:"";
   width:30%;
   margin: 10px auto ;
}
.odd_number::before {
  content: "";
    width: 30%;
    margin: 8px;
    order: 1;
}
/*=====================================*/


@media screen and (max-width:520px) {
.osusume_area article{
     width:48%;
}
}

#topics .topics-btn{
    text-align: right;
    padding: 100px 0 0 0;
}

@media screen and (max-width:960px) {
#topics .topics-btn{
    text-align: center;
    padding: 50px 0 0 0;
}
	
.osusume_area article p{
	height: 130px;
}
    
}
/*=========共通おすすめコンテンツ▲============*/


/*================共通特徴▼===============*/

.point_all{
	margin: 70px auto 0 auto;
	background-color: #F2FFEF;
	padding: 30px;
	border-radius: 13px;
}
.point_list2{
	display: flex;
	margin: 60px auto 50px auto;
	width: 95%;
}

.point_all h3{
	font-weight: 500;
	color: #228b22;
	border-bottom: solid 5px #C1EAAB;
    position: relative;
	margin-bottom: 10px;
}

.point_all h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #228b22;
  bottom: -5px;
  width: 30%;
}

.point_list2 img{
	width: 50%;
	height: 50%;
}
.text1{
	margin-left: 20px;
}
.text2{
	margin-right: 20px;
}

.point_all li{
	margin: 30px auto;
	width: 95%;
}

@media screen and (max-width:520px) {
.point_list2{
	flex-direction: column-reverse;
	width: 100%;
}

.point_li2{
	flex-direction: column;/*要素の順番を入れ替える*/	
}
	
.point_list2 img{
	width: 100%;
	height: 100%;
}
.text1{
	margin-left: 0px;
}	
.text2{
	margin-right: 0px;
}
}

/*================共通特徴▲===============*/

/*================共通種類▼===============*/

.variation_all{
	margin-top: 50px;
}

.variation_area{
	margin: 0 auto　;
	max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.variation_area article h3{
  background: linear-gradient(145deg, rgba(91, 191, 22, 1), rgba(40, 148, 5, 1));
  color: #fff;
  padding: 10px 20px;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 600;
	height: 70px;
	vertical-align: middle;
}

/*1行のh3のみ上下中央配置設定*/
#vr_area_01{
	line-height: 50px;
}

.variation_area article{
    width:31%;
	margin: 10px auto ;
  border: 2px solid rgba(91, 191, 22, 1); 
}


/*見えない6個目の箱を設定*/
.variation_area::after {
  display: block;
  content:"";
   width:31%;
   margin: 10px auto ;
}


.variation_area article p{
	padding: 10px 20px;
}

.variation_area article h3 span{
	font-size: 70%;
}

@media screen and (max-width:960px) {
.variation_area article{
     width:48%;
}
/*見えない6個目の箱を設定*/
.variation_area::after {
   width:48%;
}
}

@media screen and (max-width:520px) {
.variation_area article{
     width:98%;
}
	
/*見えない6個目の箱を設定*/
.variation_area::after {
   width:98%;
}
}
/*================共通種類▲===============*/


/*================共通制作のポイント▼===============*/

.product_point_all{
	margin: 120px auto 0 auto;
}

.product_point li {
	margin-bottom: 50px;
	
}

.product_point img{
	margin: 1% auto 5% auto;
	max-width: 1000px;
	width: 100%;
}

/*.product_point h3 {
	font-size: 1.7rem;
	color: #228b22;
	font-weight: 600;
	position: relative;
}*/

.product_point h3{
  color: #228b22;
  position: relative;
  overflow: hidden;
  padding: 1rem 0rem 1rem 6rem;
  font-weight: 500;
  border-top: 2px solid rgba(53, 161, 0, 1);
  border-radius: 12px 0 0 12px;
  margin-bottom: 5px;
}

.product_point h3 span {
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 10px 10px;
  background: linear-gradient(0deg, rgba(124, 189, 71, 1), rgba(53, 161, 0, 1));
}

/*.product_point h3::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #228b22;
	font-size: 30px;
	border-bottom: 2px solid #228b22;
}*/

/*適切なサイズと配置▼*/
.product_point ul{
	display: flex;
}

.product_point ul li{
	width: 180px;
	margin: 1% 4% 3% 0;
	color: #228b22;
	font-weight: 500;
}
/*---------------*/


/*適切なエラー訂正レベル▼*/
.product_point table{
	max-width: 1000px;
	width: 100%;
    text-align: center;
}

.product_point table img{
	text-align: center;
	width: 40%;
}

.product_point table th{
	color: #fff;
	background-color:#3BAD0E;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 400;
}

@media screen and (max-width:520px) {
	
.product_point h3{
  padding: 0.5rem 0rem 0.5rem 5rem;
}
	
.product_point h3 span {
  font-size: 1.5rem;
}


.product_point table img{
	width: 100%;
}
	
.product_point table th{
	font-size: 1rem;
}
}
/*----------------*/

/*================共通制作のポイント▲===============*/