@charset "UTF-8";


/*パンくず*/

.breadcrumb {
	margin: 1rem 0 1rem 4rem;
	padding: 0;
	font-size: 15px;
	list-style: none;+
	white-space: nowrap;
   /* overflow-x: auto; */
  }
  
  .breadcrumb li {
	display: inline;
	list-style: none;
  }
  
  .breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }
  .breadcrumb li:last-child:after {
	content: '';
  }
  .breadcrumb li a {
	text-decoration: none;
	color: #555;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }


/*会社情報*/

.midori {
	font-family: 'noto serif jp',serif !important;
    color: #008800 !important;
    font-size: 36px !important;
}

table.unei {
    border : 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    width: 768px !important;
    word-break: break-all;
    font-size: 16px;
	margin: 0 auto;
}
table.unei tr td {
    padding: 0.33em 0.66em;
	border : 1px solid #ccc;
}
br.building {
    display: none;
}

.leafban {
	margin: 0 auto  !important;
	text-align: center;
}


/*執筆者情報*/

#kiji_honbun p.blogAuthor_title {
	display: inline-block;
    font-size: 1.4rem;
    color: #313131;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2.5rem 0.2rem 0;
    padding: 0.1em 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);	
}

#kiji_honbun .blogAuthor {
  background-color: #fff; 
  padding: 20px;
  display: flex;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

#kiji_honbun .blogAuthor_image {
	text-align: center;
	padding: 10px 0 0 12px;
}
#kiji_honbun .blogAuthor_image img {
	width: 96px;
    height: 96px;
    border-radius: 48px;
    object-fit: cover;
}

#kiji_honbun .blogAuthor_text_name {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 6px 0 10px;
  }

#kiji_honbun .blogAuthor_text_title {
	font-size: 1.1rem;
	margin: 5px 0 0;
}

#kiji_honbun .blogAuthor_text_description {
	font-size: 0.9rem;
	margin: 0;
  }


/*記事本文ページ*/


a:link, a:visited {
    color: #333;
    text-decoration: underline ;
}


#kiji_honbun ul li, ol li {
	line-height: 1.5em;
	padding: 0.5em 0;
  }




#kiji_honbun {
    /*width: 864px;*/
    /*margin-top: 66px;*/
	/*margin: 66px auto;*/
	margin: 0 auto 66px;
	padding: 0 2rem;
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;
}

#kiji_honbun p {
    /*margin-top: 30px;*/
	margin: 10px 0;
	padding: 0;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;

}

#kiji_honbun p.rightArea {
    /*margin-top: 30px;*/
	margin-bottom: 10px;
	padding: 0;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: right;

}

#kiji_honbun h1.privacy {
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 50px 0 30px;
}


  #kiji_honbun h2.privacy {
	display: flex;
    align-items: center;
    margin: 50px 0 40px;
	padding: 0 10px;
    font-size: 24px;
	text-align: left;
	border-bottom: solid 1px;
}

/*
#kiji_honbun h2:before, #kiji_honbun h2:after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
  }
  
#kiji_honbun h2:before {
	margin-right: 2rem;
  }
#kiji_honbun h2:after {
	margin-left: 2rem;
  }
*/


#kiji_honbun h3.privacy {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0;
	margin: 2.5rem 0;
	font-weight: bold;
}


#kiji_honbun h4 {
    font-size: 1.1rem;
	font-weight: bold;
	margin: 2.5rem 0.2rem 1rem;
}


.privacy_contact {
    width: 100%;
    padding: 15px;
    margin: 20px auto 20px;
    border-radius: 6px;
    border: #ccc 1px solid;
    box-sizing: border-box;
    background-color: #fff;
	text-align: center !important;
}

.privacy_contact p{
    width: 100%;
    padding: 10px 10px 10px 200px;
    margin: 20px auto 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #fff;
	text-align: center !important;
}

.privacy_contact p.title{
	font-size: 1.4rem !important;
	font-weight: 700;
}

.privacy_contact .tel {
    font-weight: 700;
    margin-left: 1em;
    font-size: 18px;
}


.privacy_list ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.privacy_list ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 7px;
    line-height: 0.5em !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.privacy_contact .borderBtn {
    margin-left: 20px;
    width: auto;
    text-indent: 0;
}

.borderBtn {
    display: inline-block;
}

.privacy_contact .borderBtn img {
    width: 24px;
    margin-right: 8px;
    text-indent: 0;
}

 a:link:hover, a[href]:hover {
    color: #643c32;
    opacity: .8;
	text-decoration: none;
}

a:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.borderBtn a {
    border: #643c32 1px solid;
    border-radius: 3px;
    text-decoration: none;
    padding: 0.3em 1.4em 0.3em 1.6em;
    box-shadow: 1px 1px 1px rgba(71,71,71,.5);
    background: linear-gradient(180deg,rgba(255,255,255,1) 4.78%,rgba(237,237,237,1) 100%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.privacy_list .tel {
    font-weight: 700;
    margin-left: 1em;
    font-size: 20px;
}

.freeDialBox {
    width: 100%;
    border-radius: 6px;
    border: #ccc 1px solid;
    padding: 15px 0;
	margin: 50px 0 50px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;

}

.freeDialBox h4 {
    font-size: 22px !important;
    display: inline-block;
    margin: 0 0.5em 10px 0 !important;
}
.freeDialBox strong.num {
    font-family: fira sans,sans-serif;
    letter-spacing: .1px;
    font-size: 22px;
    font-weight: 700;
}

.freeDialBox p  {
    text-align: center !important;
}


#kiji_honbun p.days {
    /*display: inline-block;*/
    font-size: 0.8rem;
	text-align: right;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 5rem;
}

.kiji_photo{
	margin: 0;
	padding: 0 2rem;
}


ul {
	list-style: none;
}



ul li.Method {
	padding: 10px 10px 2px 35px;
	margin-top: 2rem;
	font-weight: bold;
}

ul li.Detail {
	padding: 10px 10px 10px 35px;
	/*margin-top: 2rem;*/
}

.markerYEL{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
	/*font-weight:bold; */
}


p.inyo {
		padding: 0;
		margin: 10px 0;
		line-height: 1.7;
		font-style: italic !important;
		font-size: 80% !important;
		text-align: right !important;
}



.photo img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}


.OtherTitle {
    font-size: 1.0rem;
	color: #4b0082;
	font-weight: bold;
	padding: .3125em .75em .1875em;
	border: 1px solid #4b0082;
	margin: 2.5rem 0.2rem 0;
	border-radius: 8px;
	width: 25%;
}


.List_title {
	font-size: 1.0rem;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_des {
	font-size: 0.8rem;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_arrow {
	font-size: 0.8rem;
	padding: 0 3px 1px;
	margin: 0;
	text-align: right;
}

.OtherTitleOsusume {
    font-size: 1.0rem;
	color: #333;
	font-weight: bold;
	padding: .3125em .75em .1875em;
	border: 1px solid #333;
	margin: 0 5rem;
	border-radius: 8px;

}

/*テーブル*/
.design08 {
	width: 90%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto 5px;
   }
   .design08 th {
	padding: 10px;
	background: #778ca3;
	border: solid 1px #666666;
	color: #ffffff;
   }
   .design08 td {
	padding: 10px;
	border: solid 1px #666666;
   }
   .design08 td:first-child {
	background: #e9faf9;
   }

   /*--- 下部カテゴリー一覧　---*/

ul.category_l {
    padding: 0 !important;
    margin: 0.3em auto;
    align-items: center;
    width: 90%;
    border-bottom: solid 2px #eee !important;
}   

li.category_l{ 
  font-size: 17px;
  position: relative;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5!important;
  padding: 1em 0 0.5em !important;
}

ul.category_m {
    vertical-align: middle;
    display: flex;
    padding: 0em 0.3em!important;
    align-items: center;
    border-bottom: solid 2px #eee !important;
    width: 90%;
    margin: 0 auto;
}   

li.category_m{
    font-size: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9 !important;
	padding: 0.7em 1em 0.7em 0.5em !important;
	width: 50%;
	box-sizing: border-box;
}

li.category_m:nth-child(odd):after {
    display: block;
    width: 1px;
    height: 70%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}  

li.category_m:before {
    content: url(https://www.greenhouse.ne.jp/template/sp/img/cmn/arr03.svg);
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-50%,-50%);
}


a.category {
  display: block;
  text-decoration: none !important;
}        

.gototop {
	margin: 34px auto 0 !important;
	text-align: center !important;
	font-weight: 700;
	} 

#floating {
	display: none  !important;
}

@media (max-width: 768px) {


body {
    overflow: scroll;

}

/*パンくず*/

.breadcrumb {
    margin: 1rem 0 1rem 1rem;
	padding: 0;
	font-size: 15px;
	list-style: none;
	white-space: nowrap;
   /* overflow-x: auto; */
  }
  
  .breadcrumb li {
	display: inline;/
	list-style: none;
  }
  
  .breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }
  .breadcrumb li:last-child:after {
	content: '';
  }
  .breadcrumb li a {
	text-decoration: none;
	color: #555;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }

/*会社情報*/

.midori {
	font-family: 'noto serif jp',serif !important;
    color: #008800 !important;
    font-size: 1.9rem !important;
}

/*
table.unei {
    border : 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    width: 768px !important;
    word-break: break-all;
    font-size: 16px;
	margin: 0 auto;
}
*/

table.unei {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    width: 98% !important;
    word-break: break-all;
    margin: 24px auto !important;
}


table.unei tr td {
    padding: 0.33em 0.66em;
	border : 1px solid #ccc;
}
br.building {
    display: none;
}

.leafban {
	margin: 0 auto  !important;
	text-align: center;
}



/*執筆者情報*/

#kiji_honbun p.blogAuthor_title {
	display: inline-block;
    font-size: 1.6rem;
    color: #313131;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 2.5rem 0.2rem 1rem;
    padding: 0.1em 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);	
}

#kiji_honbun .blogAuthor {
  background-color: #fff; 
  padding: 20px;
  display: block;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

#kiji_honbun .blogAuthor_image {
	text-align: center;
	padding: 0;
}
#kiji_honbun .blogAuthor_image img {
	width: 96px;
    height: 96px;
    border-radius: 48px;
    object-fit: cover;
	margin-bottom: 10px;
}

#kiji_honbun .blogAuthor_text_name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
  }

#kiji_honbun .blogAuthor_text_title {
	font-size: 1.3rem;
	margin: 4px 0 7px;
	text-align: center;
}

#kiji_honbun .blogAuthor_text_description {
	font-size: 1.2rem;
	margin: 0;
  }


/*記事本文ページ*/


a:link, a:visited {
    color: #333;
    text-decoration: underline;
}



#kiji_honbun {
    width: 100%;
    margin-top: 33px;
	margin-bottom: 50px;
	padding: 0 1rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: justify;
}

#kiji_honbun p {
    /*margin-top: 20px;*/
	margin: 10px 0;
	padding: 0 0.5rem;
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #333;
	text-align: justify;

}


#kiji_honbun p.rightArea {
    /*margin-top: 30px;*/
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	color: #333;
	text-align: right;

}

#kiji_honbun h1.privacy {
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 50px 0 30px;
}



#kiji_honbun h2.privacy {
	display: flex;
    align-items: center;
    margin: 50px 0 40px;
	padding: 0 10px;
    font-size: 24px;
	text-align: left;
	border-bottom: solid 1px;
	font-weight: bold !important;
}



#kiji_honbun h3.privacy {
    font-size: 1.7rem;
    font-weight: 400;
    padding: 0;
	margin: 2.5rem 0;
	font-weight: bold;
}


#kiji_honbun h4 {
    font-size: 1.4rem;
	font-weight: bold;
	margin: 2.5rem 0.2rem 1rem;
}

.privacy_contact {
    width: 95%;
	padding: 5px;
	margin: 15px auto 15px;
    border-radius: 4px;
    border: #ccc 1px solid;
    box-sizing: border-box;
	font-size: 1.2rem !important;
	background-color: #fff;

}


.privacy_contact p{
    width: 100%;
    padding: 10px 10px 10px 200px;
    margin: 20px auto 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #fff;
	text-align: center !important;
}

.privacy_contact p.title{
	font-size: 1.4rem !important;
	font-weight: 700;
}

.privacy_contact .tel {
    font-weight: 700;
    margin-left: 0.5em;
    font-size: 14px;
}


.privacy_list p {
	font-size: 1.2rem !important;
	margin: 0 !important;
}


.privacy_list ul {
    margin-top: 10px;
    margin-bottom: 20px;
	font-size: 1.2rem !important;

}

.privacy_list ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 7px;
    line-height: 2em !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.privacy_contact .borderBtn {
    margin-left: 10px;
    width: auto;
    text-indent: 0;
}

.borderBtn {
    display: inline-block;
}

.privacy_contact .borderBtn img {
    width: 14px;
    margin-right: 8px;
    text-indent: 0;
}

 a:link:hover, a[href]:hover {
    color: #643c32;
    opacity: .8;
	text-decoration: none;
}

a:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.borderBtn a {
    border: #643c32 1px solid;
    border-radius: 3px;
    text-decoration: none;
	padding: 0.1em 0.5em 0.1em 0.5em;
    box-shadow: 1px 1px 1px rgba(71,71,71,.5);
    background: linear-gradient(180deg,rgba(255,255,255,1) 4.78%,rgba(237,237,237,1) 100%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	font-size: 1.1rem !important;
}

.privacy_list .tel {
    font-weight: 700;
    margin-left: 1.5em;
    font-size: 14px;
}

.freeDialBox {
    width: 95%;
    border-radius: 4px;
    border: #ccc 1px solid;
    padding: 15px 0;
	margin: 30px auto 30px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;

}

.freeDialBox h4 {
    font-size: 14px !important;
    display: inline-block;
    margin: 0 0.5em 10px 0 !important;
}
.freeDialBox strong.num {
    font-family: fira sans,sans-serif;
    letter-spacing: .1px;
    font-size: 14px;
    font-weight: 700;
}

.freeDialBox p  {
    text-align: center !important;
}


#kiji_honbun p.days {
    /*display: inline-block;*/
    font-size: 0.8rem;
	text-align: right;
    font-weight: bold;
    line-height: 1;
	margin-bottom: 5rem;
}

#kiji_honbun img {
	border-radius: 2px;
}

.kiji_photo{
	margin: 0;
	padding: 0 0.2rem;
}



ul {
	list-style: none;
}


ul li.Method {
	padding: 10px 10px 2px 5px;
	margin-top: 2rem;
	font-weight: bold;
}

ul li.Detail {
	padding: 5px 10px 10px 15px;
	/*margin-top: 2rem;*/
}

.markerYEL{
	background:linear-gradient(transparent 75%, #ffdc00 75%);
	/*font-weight:bold; */
}


p.inyo {
		padding: 0;
		margin: 10px 0;
		line-height: 1.7;
		font-style: italic !important;
		font-size: 80% !important;
		text-align: right !important;
}



.photo img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}


.List_title {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_des {
	font-size: 1.2rem;
	padding: 3px;
	margin: 0;
	text-align: left;

}

.List_arrow {
	font-size: 1.0rem;
	padding: 0 3px 1px;
	margin: 0;
	text-align: right;
}

.OtherTitleOsusume {
    font-size: 1.2rem;
	color: #333;
	font-weight: bold;
	padding: .3125em .75em .1875em;
	border: 1px solid #333;
	margin: 0 1rem;
	border-radius: 8px;

}


/*テーブル*/
.design08 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
   }
   .design08 th {
	padding: 0;
	/*background: #778ca3;*/
	border: solid 1px #666666;
	color: #333;
	display: block;
   }
   .design08 tr {
	padding: 0;
	/*background: #778ca3;*/
	/*border: solid 1px #666666;*/
	color: #333;
	display: block;
   }
   .design08 td {
	padding: 3px;
	margin: 0 0 -1px;
	border: solid 1px #666666;
	font-size: 1.2rem;
   }
   .design08 td.title {
	padding: 0;
	margin: 0 0 -1px;
	border: solid 1px #666666;
	background: #778ca3;
	color: #fff;
   }
   /*
   .design08 td:first-child {
	background: #e9faf9;
   }
   */

   /*
   th, td {
	display: list-item;
	}
	*/

	   /*--- 下部カテゴリー一覧　---*/

ul.category_l {
    padding: 0 !important;
    margin: 0.3em auto;
    align-items: center;
    width: 90%;
    border-bottom: solid 2px #eee !important;
}   

li.category_l{ 
  font-size: 15px;
  position: relative;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5!important;
  padding: 1em 0 0.5em !important;
}

ul.category_m {
    vertical-align: middle;
    display: flex;
    padding: 0em 0.3em!important;
    align-items: center;
    border-bottom: solid 2px #eee !important;
    width: 90%;
    margin: 0 auto;
}   

li.category_m{
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 0.9 !important;
	padding: 0.7em 1em 0.7em 0.5em !important;
	width: 50%;
	box-sizing: border-box;
}

li.category_m:nth-child(odd):after {
    display: block;
    width: 1px;
    height: 70%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}  

li.category_m:before {
    content: url(https://www.greenhouse.ne.jp/template/sp/img/cmn/arr03.svg);
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(-50%,-50%);
}


a.category {
  display: block;
  text-decoration: none !important;
}        

.gototop {
	margin: 34px auto 0 !important;
	text-align: center !important;
	font-weight: 700;
	} 
	
}
	