/*
#dee29a
#b6cd44
#73a82d
#f5d450
*/

@media (min-width: 992px) and (max-width: 1199.98px) {
html{
font-size:80%;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
html{
font-size:75%;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
html{
font-size:70%;
}
}
@media (max-width: 575.98px) {
html{
font-size:65%;
}
}


.bg-green{
	background-color:#dee29a;
}
.bg-deepgreen{
	background-color:#b6cd44;
}
.bg-lightgray{
	background-color:#eeeeee;
}

iframe{
width:100%;
max-width:100%;
height:auto;
}

h2{
	font-size:1.5rem;
}

.h-title{
	text-align:center;
	color          : #ffffff;            /* 文字の色 */
	letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
       2px  2px 1px #73a82d,
      -2px  2px 1px #73a82d,
       2px -2px 1px #73a82d,
      -2px -2px 1px #73a82d,
       2px  0px 1px #73a82d,
       0px  2px 1px #73a82d,
      -2px  0px 1px #73a82d,
       0px -2px 1px #73a82d;        /* 文字の影 */
}

.h-title:after{
	content:"";
	width:3em;
	height:5px;
	display:block;
	background-color:#73a82d;
	margin:1rem auto;
}

.h-subtitle{
	position: relative;
	font-size:1.2rem;
	color:#fff;
	background-color:#73a82d;
	text-align:center;
	padding:0.5rem;
}
.h-subtitle:before{
	content:"";
	display:block;
	position:absolute;
	bottom:100%;
	background:url(../images/h-subtitle_bg.png);
	background-size:cover;
	width:294px;
	height:83px;
	z-index:1;
}
.h-subtitle:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	bottom:100%;
	background:url(../images/h-subtitle_bg_r.png);
	background-size:cover;
	width:294px;
	height:83px;
	z-index:1;
}
@media (max-width: 991.98px) {
.h-subtitle:before,
.h-subtitle:after{
display:none;}
}



.h-left-border{
	border-left:5px solid #73a82d;
	padding-left:1rem;
}
.h-tape{
background-size: auto auto;
background-color: rgba(242, 219, 129, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(245, 212, 80, 1) 5px, rgba(245, 212, 80, 1) 15px );
	font-size:1.5rem;
	padding:1rem;

}


header a{
font-weight:bold;
}

/*
おしらせ
*/
#info dt{
	font-weight:normal;
	color:#73a82d;
}
#info dd{
	font-weight:bold;
	font-size:1.2rem;
}
#info li{
	border-right:1px solid #ddd;
}
#info li:nth-child(1){
	border-left:1px solid #ddd;
}

/*
業務内容
*/
#works{
	background-image:url(../images/works_bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#works h2{
	color:#73a82d;
	min-height:calc(2em + 2em * 0.2);
}

/*
製品情報
*/
#items h2{
	margin:1rem 0;
}

#items{
	background:url(../images/items_bg.jpg) no-repeat fixed;
	background-size:cover;
}

/*
サービス
*/
#service .card p{
	font-size:1.2rem;
	color:#73a82d;
}

#service h2{
	border-bottom:1px solid #73a82d;
	padding-bottom:0.5rem;
	margin:0.5rem 0;
}

#service h2:before{
	content:"";
	display:inline-block;
	margin-right:0.5rem;
	width:1.8rem;
	height:1.8rem;
	vertical-align: bottom;
}
#service h2.icon-smile:before{
	content: url(../images/service-smile.svg);
}
#service h2.icon-eat:before{
	content: url(../images/service-eat.svg);
}
#service h2.icon-soge:before{
	content: url(../images/service-soge.svg);
}
#service h2.icon-door:before{
	content: url(../images/service-door.svg);
}

#access{
	padding-bottom:8rem !important;
	background:
	url(../images/access_bg.png) bottom repeat-x,
	url(../images/access_bg.jpg) bottom repeat-x;
	background-size:auto, auto 100%;
}

}


#access p{
	font-size:1.2rem;
}



#contact table{
	background:#fff;
}
#contact strong{
	font-size:2rem;
	color:#b6cd44;
}


#jigyo table th{width:8em;}