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

div#wrapper {
	width: 1000px;
	padding-top: 120px;
}
#introduction,
#service,
#flow,
#article,
#adopt,
#contact {
	margin-top: -120px;
	padding-top: 120px;
}

.inner-box {
	position: relative;
	margin: 0 auto 50px;
	width: 960px;
	border: 5px #aacc03 solid;
	border-radius: 20px;
	background: #007848;
	background: -ms-linear-gradient(-90deg, #007848 50%,#00a85f 100%); /* IE10+ */
	background: linear-gradient(180deg, #007848 50%,#00a85f 100%); /* W3C */
}

.inner-box-last {
	margin-bottom: 10px;
}

.back-box {
	overflow: hidden;
	margin: auto;
	width: 100%;
	max-width: 900px;
	border: 5px #d0d6d3 solid;
	border-radius: 10px;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 30px 0;
}


.text-box,
.img-box {
	width: 95%;
	margin: 0 auto;
}

.img-box ul {
	list-style: none;
	padding-left: 0;
}

.img-box ul li ul {
	padding-left: 1em;
}

.img-box ul li ul li span {
	font-size: 0.8em;	
}

.section-box {
	font-size: 16px;
}
.fon13 {
	font-size: 13px;
}

.alignright	{ 
	margin-left: 20px !important; 
}
/*-------------------------
はじめに
-------------------------*/
.inner-icon:before {
	content: "";
    display: inline-block;
	position: absolute;
	vertical-align: top;
    background-size: contain;
}
.inner-icon01:before {
    width: 113px;
    height: 80px;
    background: url(../img/img_icon01.png) no-repeat;
	right: -4%;
}

.intro-img {
	border: 1px solid #007848;
}

.cor-gr {
	color: #007848;
}
/*-------------------------
サービス内容
-------------------------*/
.inner-icon02:before {
    width: 60px;
    height: 58px;
    background: url(../img/img_icon02.png) no-repeat;
	right: 1%;
	top: -1%;
}
/*-------------------------
1日の生活の流れ
-------------------------*/
.inner-icon03:before {
    width: 70px;
    height: 84px;
    background: url(../img/img_icon03.png) no-repeat;
	right: 0%;
	top: -1%;
}
.promise-inner {
	position: relative;
	/*background: #f9f1ab;*/
	background: #f7f2cb;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
}
.promise-img {
	display: block;
	margin: 10px auto 50px;
    
}
.promise-inner h3{
	position: absolute;
	display: inline-block;
	background: #e95504;
	border-radius: 20px;
	padding:2px 20px;
	top: -5%;
    left: 20%;
	color: #ffffff;
}
.promis-box {
	display: inline-block;
    box-sizing: border-box;
    width: 49%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6em;
	/*font-weight: bold;*/
	color: #e95504;
}
.promis-box li {
	text-indent: -1em;
    padding-left: 2em;
	padding-bottom: 1em;
}

.offer {
	background: #ffffff;
	border: 1px #e95504 dotted;
	margin-left: 10px;
	padding: 5px;
}

.offer p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.offer p:first-of-type {
	border-bottom: 1px #e95504 dotted;
	padding-bottom: 7px;
}
/*-------------------------
物件の紹介
-------------------------*/
.inner-icon04:before {
    width: 58px;
    height: 70px;
    background: url(../img/img_icon04.png) no-repeat;
	right: 3%;
    top: -0.8%;
}
.article-box {
	border-radius: 10px;
    background: #F9F1AB;
    margin-bottom: 10px;
	margin-top: 20px;
    padding: 10px 5px 5px;
	color: #007848;
}
.article-title {
	border-bottom: 2px #007848 dotted;
}
.article-left {
	float: left;
	padding: 7px 10px;
	font-size: 2em;
}

h3.article-left:before {
	content:"";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/icon01.png) no-repeat;
	padding-left: 10px;
	vertical-align: middle;
	background-size: contain;
	margin-top: -7px;
}

.article-right {
	float: right;
	font-size: 80%;
    line-height: 1.6em;
	margin-right: 10px;
	font-weight: bold;
}

.article-img {
	display: inline-block;
    box-sizing: border-box;
    width: 49%;
    vertical-align: top;
}
.article-img img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 90%;
}
.iframe-article {
	position: relative;
	padding-top: 68%;
	width: 100%;
    border: #dddddd 1px solid;
	margin-top: 10px;
    margin-bottom: 30px;
}

.iframe-article iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info-title {
	font-size: 1.6em;
	color: #ffffff;
	padding-top: 2px;
    padding-bottom: 2px;
}
.orenge-mat {
	padding-left: 6px;
	padding-right: 6px;
	background: #f29600;
}
.green-mat {
	padding-left: 6px;
	padding-right: 6px;
	background: #6fb92c;
}
.info-box {
	display: inline-block;
    background: #ffffff;
    box-sizing: border-box;
	padding: 6px 5px;
    width: 79%;
    vertical-align: top;
}
.info-box p {
	margin: 0;
	border-bottom: 1px #007848 solid;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.info-box p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.info-img {
	display: inline-block;
	width: 18%;	
	vertical-align: bottom;
}


.article-table {
	margin-top: 20px;
	margin-bottom: 50px;
	color: #007848;
}
.article-table th,
.article-table td {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 25%;
	font-weight: normal;
}
.table-dgl {
	background: #00a85f;
	color: #ffffff;
}
.table-mgl {
	background: #defce4;
}
.table-olg { 
	background: #ee835c;
	color: #ffffff;
}
.article-table td {	
	text-align: center;
}

.article-table th.article-row {
	vertical-align: bottom;
	border: none;
	padding: 0;
	width: 10%;
	max-width: 60px;
}

/*-------------------------
採用情報
-------------------------*/
.img-box ul.adopt-ul {
	list-style: disc;
	padding-left: 20px;
}

.adopt-table {
	margin-bottom: 50px;
}

.adopt-table th,
.adopt-table td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
}

.adopt-col {
	border: none;
	padding: 0;
}

.table-msgl {
	background: #9cd8c1;
}

/*-------------------------
お問い合わせ
-------------------------*/
.contact-table {
	margin-top: 20px;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0;
}

.contact-table th,
.contact-table td {
	font-weight: normal;
}

.contact-table th {
	border-bottom: none;
	border-right: none;
}
.contact-table td {
	border-bottom: none;
}
.contact-table th.bor-tle {
	border-radius: 10px 0 0;
}
.contact-table td.bor-tri {
	border-radius: 0 10px 0 0;
}
.contact-table th.bor-ble {
	border-bottom: 1px solid #007848;
	border-radius: 0 0 0 10px;
}
.contact-table td.bor-bri {
	border-bottom: 1px solid #007848;
	border-bottom: 1px solid #007848;
	border-radius: 0 0 10px 0;
}
.iframe-wrap {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
    border: #dddddd 1px solid;
	margin-top: 10px;
    margin-bottom: 10px;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.entry-a {
	display: block;
	border: 1px #007848 solid;
	border-radius: 10px;
	background: #ffffff;
	background: -ms-linear-gradient(90deg, #e6e6dc 0%,#ffffff 50%); /* IE10+ */
	background: linear-gradient(0deg, #e6e6dc 0%,#ffffff 50%); /* W3C */
	font-size: 15.21px;
	text-decoration: none;
	color: #007848;
	margin-bottom: 30px;
	transition: 0.4s;
	}

a.entry-a p:last-of-type {
	color: #f8061d;
}
a.entry-a:hover,
a.entry-a:active {
	opacity: 0.7;
	box-shadow: rgba(0, 28, 16, 0.9) 0px 0px 4px 3px;
    -webkit-box-shadow: rgba(0, 28, 16, 0.9) 0px 0px 4px 3px;
    -moz-box-shadow: rgba(0, 28, 16, 0.9) 0px 0px 4px 3px;
}

.inquiry-button {
	text-align:center;
	margin: 5px;
	border: 1px #f8061d solid;
	background: #ffd0d4;
	padding: 5px 0 10px;
}

.inquiry {
	text-align: center;
	margin-bottom: 10px;
	color: #f8061d;
}

.inquiry-button p {
	margin: 0 auto;
	width: 90%;
}

.inquiry-button p:first-of-type {
	border-bottom: 1px #e95504 solid;
	padding: 10px 10px 10px;
	margin-bottom: 10px;
	font-size: 160%;	
}

.entry-button {
	text-align:center;
	margin: 5px;
	border: 1px #2db0ba solid;
	border-radius: 10px;
	padding: 15px 0;
	}
.entry-button p {
	margin: 0 auto;
	width: 90%;
}
.entry-button p:first-of-type {
	border-bottom: 2px #2db0ba solid;
	padding: 0 10px 10px;
	margin-bottom: 15px;
}
.button-tel {	
	font-size: 180%;
}