@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	 font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	 background-color: #f5f5f5;
}
b, strong, .bold{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	margin: 15px 0;
	font-size: 2.4em;
	color: #86B81B;/*緑色*/
	font-weight: bold;
}
.header-stack .site-name {
	margin: 30px 0 20px;
}
.site-name a {
	color: #86B81B;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #86B81B;/*緑色*/
}

.site-logo {
	display: inline-block;
	width: 22px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.site-name-text {
	display: inline;
	vertical-align: middle;
}
.header-address{
	font-weight: bold;
	font-size: 1em;
}
.header-tel{
	font-weight: bold;
	font-size:1.4em;
}
.header-tel a:link,
.header-tel a:hover,
.header-tel a:focus,
.header-tel a:active,
.header-tel a:visited {
	color: #333;/*黒色*/
}

.main-slider-main-copy.main-visual-center-btn,.main-visual-text,.main-visual-title,.main-slider-text-inner{
text-shadow: 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black;
}

/* リンクの設定 */
a {
	color: #006DD9;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}


/* header */
@media (min-width: 1024px){
.header-logo {
    display: table-cell;
    width: 30%;
}}
@media (min-width: 1024px){
.header-nav {
    display: table-cell;
    width: 70%;
}}

/* top.htmlのMF_main_visual（メインビジュアル） */
.main-visual {
background-size: cover;
background-position:50%;
}
@media (min-width: 768px){
.btn-attention-block-large, .btn-block-large {
    max-width: 550px;
}}

/* エントリー・タイトル */
.page-description {
    margin: 10px 0;
    font-size: 1.8em;
    line-height: 1.5;
}


/* ユニットカスタム・製品 */
td.recomend-color{
	color:#86B81B;
}
td.popular-color{
	color:#cc0000;
}
span.osusume-point{
	font-weight: bold;
}
	.product-table-th{
		width:20%;
	}
	.product-table-01{
		width:20%;	
	}
	.product-table-02{
		width:30%;	
	}
/* table */
	.entry-column tr:nth-child(odd) {
		background: #fff;
	}
	.entry-column th,.entry-column td{
		border:1px solid #ccc;
	}

ol.point-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.point-list li {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
  font-weight: bolder;
  font-size: 18px;
}
ol.point-list li:before {
  content: 'ポイント' counter(my-counter) ' -';
  counter-increment: my-counter;
  font-weight: bolder;
  font-size: 18px;
   color: #cc0000;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
}
/* 見出し */
.acms-page-header {
border-style: none;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;

}
.acms-page-header::before, .acms-page-header::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #86B81B;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.acms-page-header::before {
  left:0;
}
.acms-page-header::after {
  right: 0;
}


.entry-column h3 {
	    background:#fff;
    color:contactFair;
    font-size: 1.8em;
    margin: 40px 5px 10px;
  position: relative;
  padding: .5em .5em .5em 1.5em;
  border-radius: 3px;
}
@media (min-width: 768px){
.entry-column h3 {
    margin: 20px 5px 10px;
}}
.entry-column h3::before,
.entry-column h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.entry-column h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: rgba(134, 184, 27, 0.8);
}
.entry-column h3::after {
  top: .6em;
  left: .6em;
  width: 15px;
  height: 15px;
  background: rgba(210, 210, 210, .5);
}

.entry-column dt {
display: inline-block;
font-size: 1.3em;
color:#000000;
font-weight: normal;
padding-top:10px;
padding-bottom:5px;
border-bottom: 1px dotted #000;
}

 dl.point{
	background-color:#fff;
	border-radius: 3px;
	padding:20px;
  overflow:hidden;
}
p.title{
  font-weight: normal;
  font-size: 2.4em;
}
p.summary-title{
	font-size: 1.4em;
}
p.summary-title,
a p.summary-title:link,
a p.summary-title:visited,
a p.summary-title:hover,
a p.summary-title:active{
	color:#082f50;
}
p.summary-detail{
	font-size: 1.2em;
		font-weight: bold;
			text-decoration: none;
}
}
p.summary-detail,
a p.summary-detail:link,
a p.summary-detail:visited,
a p.summary-detail:hover,
a p.summary-detail:active{
	color:#333;
	text-decoration: none;
}

.entry-column h2.entry-heading-center:before {
    background: #86B81B;
}
.entry-column .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
    background: #1cb89b;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
}
.btn {
    background: #1cb89b;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
}
.module-group-heading,.thumbnail-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 1.6em;
}
 
.module-group-heading,.thumbnail-title {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
.module-group-heading::after,.thumbnail-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 30%;
  height: 4px;
  background-color: #86b81b;
}
.thumbnail-detail {
    font-size: 14px;
}
.btn-attention-block-large {
    width: 100%;
    background: #1CB89B;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    transition: background-color .25s linear;
}
.foot-wrapper {
    padding: 30px 0;
    background: #336600;
}
.footer-nav-list,.footer-nav-list a:link,.footer-nav-list a:visited,.footer-nav-list a:hover,.footer-nav-list a:active {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}
.navbar-side-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #1CB89B;
    border-radius: 0 0 4px 4px;
}
.navbar-side {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-align: right;
}