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


/*-----ページタイトル-----------------------------------------------------------------------------*/
.tit {
	background:#f5bdc0;
	width:100%;
	padding:24px 0;
	border-top:8px solid #ee827c;
	border-bottom:1px solid #ee827c;
}

/* トップページ ------------------------------------------------------------------------------------------------------------*/
#home h2{
	margin-top:-140px;
	padding-top:140px;
}
.catch_top {
    width: 100%;
    margin-bottom: 64px;
    position: relative;
}
.catch_top svg{
	position: absolute;

}
.naiyou .btn_orange{
	display: block;
    background: #fff;
    color: #ef801b;
    font-size: 16px;
    text-align: center;
    width: 90%;
    max-width: 300px;
    margin: 10px auto 30px;
	border:1px solid #ef801b;
    border-radius: 58px;
    padding: 10px;
}
.naiyou .btn_orange:hover{
    background: #ef801b;
    color: #fff;
	opacity: 1.0;
}
#home .section.ii a {
	background:#80b53f;
	color:#FFF;
	line-height:2.6;
	margin-top:32px;
	margin-left:240px;
	padding:0 56px;
	display:inline-block;
	border-radius:6px;
}
#home .section.iv .news {
	width:480px;
	margin-left:44px;
	float:left;
}
#home .section.iv .news p {
	background:#f9be3c;
	color:#FFF;
	font-size:2rem;
	line-height:2.6;
	width:480px;
	margin-bottom:16px;
	padding-left:24px;
	position:relative;
}
#home .section.iv .news p::after {
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:16px solid transparent;
	border-top:16px solid #f9be3c;
	bottom:-32px;
	left:40px;
}
#home .section.iv .news dl {
	height:500px;
	margin-bottom:24px;
	padding:16px;
	overflow-y: scroll;
	border:1px solid #f9be3c;
}
#home .section.iv .news dl::after {
	content:"";
	display:block;
	clear:both;
}
#home .section.iv .news dl dt {
	width:120px;
	float:left;
}
#home .section.iv .news dl dd {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #666;
}
#home .section.iv .news dl dd a {
	color:#000;
	text-decoration:underline;
	display:inline-block;
}
#home .section.iv .news > dl + a {
	background:#f7f7f7;
	color:#f9be3c;
	line-height:38px;
	padding-left:24px;
	position:relative;
}
#home .section.iv .news > dl + a::after {
	content:"";
	display:block;
	position:absolute;
	width:6px;
	height:6px;
	right:8px;
	top:50%;
	margin-top:-2px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-right:2px solid #f9be3c;
	border-top:2px solid #f9be3c;
}
#home .section.iv .fb-page {
	margin-right:44px;
	float:right;
}

.detail dl dt{
	background-color:#fef2e0;
	padding:8px 0;
	border-radius:8px;
	text-align: center;
	font-size:120%;
	margin-bottom:25px;
}
.detail dl dd p{
	margin-bottom:10px;
}

/* サービス内容 ------------------------------------------------------------------------------------------------------------*/
.naiyou p.midashi{
	background-color:#ef801b;
	padding:6px 0;
	text-align: center;
	margin:0 0 10px;
	color:#fff;
	border-radius:5px;
	font-size:110%;
}

.ex {
	background:#fff;
	padding:32px;
	padding-top:48px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}
.ex::before {
	content:"サービス例";
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#f1aa3e;
	color:#FFF;
	padding:5px 30px;
	border-bottom-right-radius: 10px;
}
#service .article .section .detail .pic-r {
	overflow:hidden;
}
#service .article .section .detail .pic-r img {
	float:right;
}
#service .article .section.i .detail > h4 + p {
	margin-bottom:32px;
}
.attention{
	padding: 25px 0 25px 35px;
    margin-top: 0;
    padding-top: 50px;
    clear: both;
    position: relative;
    border: 2px solid #f5bdc0;
	background-color:#fff;
}
.attention p.midashi {
    background: #ea545f;
    color: #FFF;
    line-height: 2.5;
    padding: 0 32px;
    position: absolute;
    top: -2px;
	left: -2px;
}
.attention ul {
	list-style-type:disc;
	margin-left:24px;
	margin-right:24px;
}
.attention ul li:nth-child(2) {
	margin-top:5px;
	margin-bottom:5px;
}
#service .article .section.i .detail:nth-of-type(2) {
	overflow:hidden;
}


/* ご利用料金 --------------------------------------------------------------------------------------------------------------*/

#fee .article .section .detail table {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
#fee .article .section .detail table th,
#fee .article .section .detail table td {
	line-height:3;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
#fee .article .section .detail table th {
	font-weight:400;
	text-align:left;
	background-color:#f2f2f2;
}
#fee .article .section .detail table td {
	text-align:right;
	padding-right:8px;
}
#fee .article .section .detail table tr:nth-of-type(1) td {
	text-align:center;
}
#fee .article .section .detail.i table th {
	padding-left:8px;
}
#fee .article .section .detail.i dd:nth-of-type(1) table tr:nth-of-type(1) th,
#fee .article .section .detail.i dd:nth-of-type(1) table tr:nth-of-type(1) td {
	line-height:1.2;
	vertical-align:middle;
	padding-top:4px;
	padding-bottom:4px;
}
#fee .article .section .detail.ii table th {
	text-align:center;
	padding-left:8px;
}
#fee .article .section .detail.ii dd table tr:nth-of-type(2) td:nth-of-type(1),
#fee .article .section .detail.ii dd table tr:nth-of-type(3) td:nth-of-type(1),
#fee .article .section .detail.ii dd table tr:nth-of-type(4) td:nth-of-type(1) {
	text-align:center;
}
#fee .article .section .detail.iv table th {
	text-align:center;
	padding-left:8px;
}
#fee .article .section .detail.iv table td {
	text-align:center;
}

#fee .article .section .detail.i .attention li {
	margin-bottom:10px;
}

#fee .article .section .detail.iii p {
	margin-bottom:16px;
}
#fee .article .section .detail.iii ul li span {
	display:inline-block;
	width:250px;
}
#fee .article .section .detail.iv dd {
	margin-bottom:16px;
}
#fee .article .section .detail.iv dd ul li span {
	display:inline-block;
	width:100px;
}



/* 事業所のご案内 ----------------------------------------------------------------------------------------------------------*/
#company .article .section.i .detail {
	background:#d3e6f5;
	border-top:2px solid #0197d2;
	border-bottom:2px solid #0197d2;
}
#company .article .section.ii .detail {
	background:#d1e2bc;
	border-top:2px solid #80b53f;
	border-bottom:2px solid #80b53f;
}
#company .article .section.iii .detail {
	background:#fceded;
	border-top:2px solid #e9525d;
	border-bottom:2px solid #e9525d;
}
#company .article .section.iv .detail {
	background:#fef1ce;
	border-top:2px solid #fabf3d;
	border-bottom:2px solid #fabf3d;
}
#company .article .section .detail dt {
	width:240px;
	padding-top:8px;
	padding-left:16px;
	float:left;
}
#company .article .section .detail dd {
	background:#FFF;
	margin-left:240px;
	padding:8px 0 8px 16px;
	border-bottom:1px solid #CCC;
	position:relative;
}
#company .article .section .detail dd:nth-last-of-type(1) {
	border-bottom:0;
}
#company .article .section .detail dd::before {
	content:"";
	display:block;
	position:absolute;
	background:#CCC;
	width:240px;
	height:1px;
	bottom:-1px;
	left:-240px;
}
#company .article .section .detail dd ul.table {
	display:table;
}
#company .article .section .detail dd ul.table li {
	display:table-cell;
}
#company .article .section .detail dd ul.table li:first-child {
	width:160px;
}
#company .article .section .detail dd ul.table li:nth-child(2) {
	width:160px;
}
#company .article .section .pic,
#company .article .section .access {
	width:474px;
	float:left;
}
#company .article .section .pic {
	margin-left:52px;
}


/* よくある質問 ------------------------------------------------------------------------------------------------------------*/

#qa .article .section .detail dt {
	font-size:2.0rem;
	margin-bottom:16px;
	counter-increment: question;
}
#qa .article .section.i .detail dt {
	color:#ef801b;
}

#qa .article .section .detail dt::before {
	content:"Q."counter(question);
	display:inline-block;
	color:#FFF;
	font-size:2rem;
	line-height:1.6;
	width:40px;
	height:40px;
	margin-right:8px;
	padding-top:4px;
	padding-left:8px;
	vertical-align: middle;
	border-radius:50%;
}
#qa .article .section.i .detail dt::before {
	background:#ef801b;
}

#qa .article .section .detail dd {
	line-height:1.8;
	margin-bottom:56px;
	margin-left:20px;
	padding:24px 0;
	padding-left:32px;
	border-left:4px solid #CCC;
}
#qa .article .section .detail dd:last-child {
	margin-bottom:0;
}
#qa .article .section .detail dd a {
	color:#000;
	text-decoration:underline;
}


/* お問い合わせ ------------------------------------------------------------------------------------------------------------*/


#contact .article .section > .detail > p {
	margin-bottom:24px;
}
#contact .article .section .detail .attention {
	background: #f2f2f2;
    border: 2px solid #f1aa3e;
    margin: 20px 0 40px;
    padding: 24px;
    padding-top: 32px;
    position: relative;
}
#contact .article .section .detail .attention::before {
	content: "ご注意";
    display: block;
    position: absolute;
    background: #f1aa3e;
    color: #FFF;
    top: 0;
    left: 0;
    padding: 2px 30px;
    border-bottom-right-radius: 5px;
}
#contact .article .section .detail .attention .required {
	display:inline-block;
	background:#ea545d;
	color:#FFF;
	font-size:1.2rem;
	text-align:center;
	line-height:20px;
	width:48px;
	margin-right:4px;
	border-radius:4px;
}
#contact .article .section .detail form dl {
	    background: #f7f7f7;
    margin-bottom: 16px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
#contact .article .section .detail form dl dt {
	width:240px;
	padding:16px 0 0 16px;
	float:left;
	position:relative;
	margin-bottom:0;
	background: #f7f7f7;
}
#contact .article .section .detail form dl dd {
	background:#FFF;
	margin-left:240px;
	padding:16px 0 16px 16px;
	border-bottom:1px solid #CCC;
	position:relative;
}
#contact .article .section .detail form dl dd:nth-last-of-type(1) {
	border-bottom:0;
}
#contact .article .section .detail form dl dd::before {
	content:"";
	display:block;
	position:absolute;
	background:#FFF;
	width:240px;
	height:1px;
	left:-240px;
	bottom:-1px;
}
#contact .article .section .detail form .required::after {
	content:"必須";
	display:inline-block;
	background:#ea545d;
	color:#FFF;
	font-size:1.2rem;
	text-align:center;
	line-height:20px;
	width:48px;
	margin-left:8px;
	border-radius:4px;
}
#contact .article .section .detail form select {
	width:320px;
	padding:8px;
}
#contact .article .section .detail form input#name,
#contact .article .section .detail form input#furigana,
#contact .article .section .detail form input#zip_code,
#contact .article .section .detail form input#tel,
#contact .article .section .detail form input[name="mail1"],
#contact .article .section .detail form input[name="mail2"] {
	width:240px;
	padding:8px;
}
#contact .article .section .detail form input#address {
	width:560px;
	padding:8px;
}
#contact .article .section .detail form input[name="mail1"] {
	margin-right:8px;
}
#contact .article .section .detail form input[name="mail2"] {
	margin-left:8px;
}
#contact .article .section .detail form textarea {
	width:100%;
	height:160px;
	padding:8px;
}
#contact .article .section .detail form .txt-c input[type="submit"] {
	background: #ef801b;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: block;
    width: 300px;
    padding: 15px 0;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    border: none;
}
#contact .article .section .detail form .txt-c input[type="submit"]:hover {
	background:#fff;
	color:#01a0e1;
	border:1px solid #01a0e1;
}

#contact .article .section .detail form .disabled {
	ime-mode:disabled;
}
#contact .article .section .detail form .active {
	ime-mode:active;
}

