﻿@charset "utf-8";

.mainimgTop {
    background: url(../img/karte_mainimg.jpg) no-repeat center center / cover;
	height: 400px;
}
.mainimgTop.mainte {
    background: url(../img/mainte_mainimg.jpg) no-repeat center center / cover;
}
.contents h1 img {
	width:150px;
	margin: 0 auto 13px;
}
.managementBlock {
	background:#f3f0eb;
	max-width:800px;
	margin:auto;
}
.managementBlock table {
	border:none;
	margin-bottom:40px;
}
.managementBlock table td {
	border:none;
	padding: 8px 0 ;
}
.managementBlock .example {
	width:100%;
	padding: 13px 15px;
}
.error {
	color:#ed1c24;
	border: 1px solid #ed1c24;
	padding:5px 13px;
	font-weight:bold;
	margin-bottom:10px;
}
.cms_block.w800 {
	margin:auto;
}
.arrow {
	margin-top:25px;
	
}
.arrow a {
	color:#4b4b4b;
	position:relative;
}
.arrow a:hover {
	text-decoration:none;
}
.arrow a::after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 2rem;
    content: '\f105';
    line-height: 1;
    height: 20px;
    position: absolute;
    top: -1px;
    bottom: 0;
    margin: auto;
    right: -20px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.arrow a:hover:after {
	right: -25px;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.managementBlock {
		padding:70px 80px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimgTop {
		height: 150px;
	}
	.contents h1 img {
		width:140px;
		margin: 0 auto 13px;
	}
	.managementBlock {
		padding:30px;
	}
	.managementBlock .example {
		padding: 10px;
	}
	.managementBlock table {
		margin-bottom:20px;
	}
}


/* ------------------------------
 リンクボタン
------------------------------ */
.btn input {
	min-width: 300px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 23px;
	padding: 10px 26px;
	text-align: center;
	color: #fff;
	background:#003366;
	display: inline-block;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	position:relative;
	cursor:pointer;
}

.btn input:hover {
	background: #4d7194;
	text-decoration: none;
}
.btn p {
	position:relative;
	width: 300px;
	margin:auto;
}
.btn p::after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 2rem;
    content: '\f105';
    line-height: 1;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	right: 15px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	color:#fff;
}
/* -- マウスオーバー -- */
.btn p:hover:after {
	right: 10px;
}

@media screen and (max-width: 767px) {
	.btn input {
		min-width: 220px;
		font-size: 1.5rem;
		padding: 10px 20px;
	}
	.btn p {
		width: 220px;
	}
}

/* ------------------------------
 住まいのメンテナンス
------------------------------ */
.maintenance h3 {
	font-size:2.4rem;
	color:#4b4b4b;
	padding-left: 32px;
}
.maintenance h3::before {
    border: 7px solid #cc4b1f;
	height: 8px;
	width: 8px;
}
.cms_text.w800 {
    margin: auto;
}
.maintenance table {
    border-left: solid 1px #b3b3b3;
	border-top: solid 1px #b3b3b3;
}
.maintenance table th {
    border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	background: #f3f0eb;
}
.maintenance table td {
    border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
}
.maintenance table.background td:first-child {
	width:18%;
}
.border-bottom {
	border-bottom: solid 1px #b3b3b3;
	padding-bottom:90px;
}
@media screen and (max-width: 767px) {
	.maintenance h3 {
		font-size:1.8rem;
		padding-left: 20px;
	}
	.maintenance h3::before {
		border: 5px solid #cc4b1f;
		height: 6px;
		width: 6px;
	}

	.border-bottom {
		padding-bottom:40px;
	}
}
/* ------------------------------
 住まいのカルテ
------------------------------ */

.pdfbox {
	background:#f3f0eb;
	padding: 30px 20px 50px;
}
.contents .pdfbox h2 {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2.4rem;
	margin-bottom: 25px;
}
.contents .pdfbox h2:after {
	background:#cc4b1f;
	width:30px;
	margin-top: 25px;
}
.pdfbox h2 img {
	width:47px;
	height:48px;
	display:block;
	margin: 0 auto 15px;
}
.pdfbox p {
	text-align:center;
	margin-bottom:60px;
}
.pdfbox ul li {
	border-bottom:1px dotted #cccccc;
}
.pdfbox ul li a {
	color:#4b4b4b;
	font-weight:bold;
	display:block;
	position:relative;
	padding: 14px;
}
.pdfbox ul li a::after {
	display:inline-block;
	width:15px;
	height:22px;
	background: url(../img/icon_download.png) no-repeat center bottom / 15px auto;
	content:"";
	right: 10px;
	position: absolute;
	bottom: 12px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.pdfbox ul li a:hover::after {
	background: url(../img/icon_download_o.png) no-repeat center bottom / 15px auto;
}
.pdfbox ul li a:hover {
	color:#cc4b1f;
	text-decoration:none;
}

.explanation h3 {
	background: url(../img/double_dot.gif) repeat-x center;
	text-align:center;
	margin-top:120px;
	margin-bottom:30px;
	padding-left:0;
}
.explanation h3 span{
	background:#fff;
	padding:0 25px;
	color:#4b4b4b;
	font-size:2.4rem;
}

.explanation h3::before {
	display:none;
}
@media screen and (min-width: 768px) {
	.pdfbox {
		width:546px;
		padding:50px;
	}
}
@media screen and (max-width: 767px) {
	.pdfbox {
		margin-bottom:20px;
	}
	.contents .pdfbox h2 {
		font-size: 2rem;
		margin-bottom:20px;
	}
	.pdfbox h2 img {
		width:34px;
		height:35px;
		margin: 0 auto 10px;
	}
	.pdfbox p {
		margin-bottom:30px;
	}
	.pdfbox ul li a::after {
		width:13px;
		height:19px;
		background: url(../img/icon_download.png) no-repeat center bottom / 13px auto;
		right: 8px;
	}
	.explanation h3 {
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.explanation h3 span {
		font-size:1.8rem;
		padding: 0 10px;
	}
}