@charset "UTF-8";

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

.red {
	color: #d44950;
}

th {
	background: #fcfcfc;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

img.pic {
	border: solid 1px #cdcdcd;
}

img.pic02 {
	padding: 10px;
	border: solid 1px #ccc;
}

img.pic03 {
	background: #fff;
	padding: 10px;
	border: solid 1px #ccc;
}

p.caption {
	font-size: 18px;
	padding-top: 13px;
	padding-bottom: 40px;
	text-align: center;
}

p.caption:last-child {
	padding-bottom: 0;
}

.mt25 {
	margin-top: 25px;
}

.mt60 {
	margin-top: 60px;
}
.pt60 {
	padding-top: 60px;
}
.mb1em {
	margin-bottom: 1em;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml1em {
	margin-left: 1em;
}

.ml2em {
	margin-left: 2em;
}

/* ボタン用 */

.w280 {
    width: 280px;
    margin: 0 auto;
}

/*--20201216関口追加--*/
.pc_inquiry_btn{

}

.inquiry_btn {
    width: 280px;
    margin: 33px auto 60px auto;
}
.notice_contact_btn {
	width: 100%;
	margin: 35px auto 15px auto;
}
.notice_contact_btn a {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	background-color: #0077e1 !important;
	transition: .2s;
}
.notice_contact_btn a span{
	padding: 20px 20px !important;
}
.notice_contact_btn a.btn02 span:after {
	right: 10px;
	width: 16px;
}
.notice_contact_btn a:hover {
opacity: 0.9;
}
.notice_contact_btn a.btn02:hover span:after {
	right: 8px;
}
.web_btn {
    width: 280px;
    margin: 33px auto 0 auto;
}

a.btn01,
a.btn02 {
	position: relative;
	display: block;
    color: #333;
	background: #fff;
	border: 1px solid #cccccc;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

a.btn02 {
	color: #fff;
	background: #005bac;
	border: 1px solid #005bac;
}

a.btn01:hover,
a.btn02:hover {
	background: #eff5f8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
}

a.btn02:hover {
	background: #0077e1;
	border: 1px solid #0077e1;
}

a.btn01 span,
a.btn02 span {
	position: relative;
	display: block;
	padding: 10px 15px;
    color: #327dab;
	text-align: center;
}

a.btn02 span {
	color: #fff;
}

a.btn01 span:after,
a.btn02 span:after {
	content:"";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -12px 0 0 0;
	width: 25px;
	height: 28px;
	background: url(../images/common/arrow_02.gif) no-repeat 0 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.btn02 span:after {
	background: url(../images/common/arrow_04.gif) no-repeat 0 0;
}

a.btn01:hover span:after,
a.btn02:hover span:after {
	right: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn03 {
	display: inline-block;
	padding: 14px 0 8px 0;
	width: 280px;
	border: none;
	border-radius: 0;
	background-color: #005bac;
	background-image: none;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;

	background: #005bac url(../images/common/arrow_04.gif) no-repeat 239px 9px;
}

.btn03:hover,
.btn03:focus {
	outline: none;
	background-color: #0077e1;
}

.btn03::-moz-focus-inner {
	padding: 0;
	border: none;
}

/* ヘッダー */
.header {
	position: relative;
	height: 127px;
}

.header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 1px;
}
.header h1 a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: none;
}

.utility {
	/*padding: 20px;
	background-color: #dfe3e8;*/
	position: absolute;
	top: 61px;
	left: 190px;
}

.utility ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	color: #4d4d4d;
}

.utility li a {
	display: block;
	padding: 2px 15px;
	color: #4d4d4d;
	text-decoration: none;
}

.utility li a:hover { text-decoration: underline;
}

.utility li {
	float: left;
}

.utility ul:after {
	content: "";
	display: block;
	clear: both;
}

.utility li+li a {
border-left: dotted 1px #b3b3b3;
}

.utility ul {
	*zoom: 1;
}
.global-nav-wrap {
	background: url(../images/common/bg_gnavi.gif) top left repeat-x;
}

/*-----------20201216関口追記-------------*/
.header .contact {
	position: absolute;
	top: 52px;
	left: 760px;
    background: #FFCC99;
    width: 240px;
    height: 30px;
    padding: 0.25em 0.5em;
    background-color: #e46c0a;
    text-decoration: none;
    transition: 0.4s;
    text-align: center;
}

.contact:hover {
    opacity: 0.5;
}

.header .contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mail_icon {
    margin-right: 5px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
}

.mail_text {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6;
}

/*--kouzi-kun--*/
.apartment_info {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.apartment_info > p {
        margin: 0 20%;
}

/*-----------20201216関口追記-------------*/

/* メニュー */
.menu	{padding: 0;
	/*background-color: #dfe3e8;*/
	padding-top: 3px;
	padding-bottom: 2px;
	height: 50px;}

.menu ul,
.menu ol	{display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;}

.menu li	{display: table-cell;
	text-align: center;
	*float: left;}

.menu li a	{display: block;
	/*padding: 10px 5px 10px 5px;*/
	padding: 13px 5px 13px 5px;
	color: #000;
	text-decoration: none;
	border-right: solid 1px #ccc;}

.menu li:first-child a {
	border-left: solid 1px #ccc;
}

.menu li a:hover	{background-color: #fff;}


nav a{
    text-decoration:none;
    color:#333;
}
nav li{
    display:inline-block;
    margin-left:2px;
    padding:3px;
    background:#eee;
}
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}

/* ヴィジュアル・パート */
.jumbotron {
	margin: 0;
	padding: 0;
}

.jumbotron {
  background-image: url(../images/top/top_visual_bg.jpg);
  background-size: cover;
  background-position: center 50%;
  height: auto;
}

.jumbotron h2 {
	margin: 0;
	/*padding: 59px 0 0 20px;*/
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	padding: 10% 0 0 0;
}
.visual_text {
    width: 100%;
    margin-bottom: 10%;
}

.visual_text p {
	width: 60%;
	/*margin: 20px 0 0 20px;*/
	padding: 20px;
	background-color: rgba(59,129,227,0.5);
	line-height: 1.6;
	font-size: 18px;
	color: #fff;
	margin: 20px auto 0 auto;
	text-align: center;
}

img.circle {
	padding-top: 27px;
	padding-left: 17px;
}

.services_wrap {
	background: #fbfbfb;
}

/* トップページ・サービス紹介 */
.services {
	padding-top: 50px;
	padding-bottom: 50px;

/*20201224関口*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
/*20201224関口*/

}

.service_pic img {
	border: solid 1px #e9e9e9;
	border-radius: 4px;
}

.services p {
	margin: 0;
	margin-top: 14px;
	margin-left: 9px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/common/arrow_01.gif) 0 4px no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #005bac;
}

/* トップページ・メッセージ */
.top_message {
	margin-bottom: 76px;
}

.top_message h2 {
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 61px;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.top_message p {
	margin-left:10%;
	margin-right:10%;
}

/* トップページ・トピックス */
.top_topics {
	margin-bottom: 76px;
}

.top_topics h2 {
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 61px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.top_topics_inner {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.top_topics dl {
	margin: 0;
	padding: 12px 0 9px 0;
	border-bottom: dotted 1px #ccc;
}

.top_topics dl:first-child {
	border-top: dotted 1px #ccc;
}

.top_topics dt {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	float: left;
	width: 130px;
}

.top_topics dd {
	margin-left: 131px;
}



/* フッター・リンクス */

.footer_links_wrap {
	background: #f5f5f5 url(../images/common/bg_footer.gif) 0 0 repeat-x;
	border-bottom: solid 1px #ccc;
}

.footer_links_row01,
.footer_links_row02,
.footer_links_row03,
.footer_links_row04 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_links_row01 {
/*	min-height: 240px;*/
	width: 60%;
	float: left;
	border-right: solid 1px #ccc;
}

.footer_links_row01 dt {
	padding-bottom: 5px;
}

.footer_links_row01 dd {
	font-size: 12px;
	color: #444;
	line-height: 1.7;
    letter-spacing: 0.1em;
}

.footer_links_row02,
.footer_links_row03 {
/*	min-height: 240px;*/
	width: 20%;
	float: left;
	border-right: solid 1px #ccc;
}

.footer_links_row02 ul,
.footer_links_row03 ul,
.footer_links_row04 ul {
	margin: 0;
	padding: 0;
	margin-top: 9px;
	margin-left: 10px;
	list-style: none;
	font-size: 12px;
	color: #333;
}

.footer_links_row02 li,
.footer_links_row03 li,
.footer_links_row04 li {
	background: url(../images/common/arrow_03.gif) 0 2px no-repeat;
	padding-left: 20px;
	padding-bottom: 13px;
}

.footer_links_row02 li a,
.footer_links_row03 li a,
.footer_links_row04 li a {
	color: #333;
}

.footer_links_row04 {
	width: 20%;
	float: left;
}

.for_facebook {
	margin-left: 10px;
	width: 280px;
	height: 240px;
}

.copyright {
	font-size: 15px;
	color: #444;
	letter-spacing: 0.1em;
	padding: 10px 0;
}

#page-top {
    position: fixed;
    right: 20px;
		/* bottom: 20px !important; */
    /* font-size: 77%; */
}

/* #page-top a {
	width:197px;
	height:154px;
	background-repeat:no-repeat
} */

#osirase-inquiry {
    position: fixed;
    left: 15px;
    font-size: 77%;
}

#osirase-inquiry a {
	width:197px;
	height:154px;
	background-repeat:no-repeat;
}

/* サブページ・ビジュアルパート */

.sub_visual_wrap {
	background: #3678d9;
}

.sub_visual_wrap h2 {
	margin: 0;
	padding: 20px 0 20px 23px;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
}

/* パンくずリスト */

.breadcrumbs_wrap {
	background: #f2f2f2;
	margin-bottom: 40px;
}

.breadcrumbs {
	font-size: 12px;
	list-style: none;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 5px 0 5px 0;
    padding: 0 16px;
	background: url(../images/common/arrow_breadcrumb.gif) 0 4px no-repeat;
}

.breadcrumbs li:first-child {
	background: none;
	padding-left: 0;
}

.breadcrumbs li a {
	text-decoration: underline;

}

/* article */

.article {
	background: url(../images/common/bg_article.gif) no-repeat center 0;
	margin-top: 50px;
}

.article h3,
.article_top h3 {
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-bottom: 18px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.34;
}

.article_top h3 {
	padding-top: 0;
}

.article h3 small {
	font-size: 22px;
}


.article img,
.article_top img { max-width: 100%; height: auto; }

h3.caption01 {
	background: url(../images/common/caption01.gif) no-repeat left center;
	border-left: 1px solid #005BAC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 10px 20px;
	margin-bottom:20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.34;
}

h4.caption02 {
	color: #FFF;
	background: #005BAC url(../images/common/caption02.gif) no-repeat 1px center;
	padding: 10px 10px 5px 20px;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 1.5em;
}
.caption03 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
}
.caption04 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
	background: url(../images/common/check_mark.gif) no-repeat left center;
	padding: 10px 0px 10px 35px;
	border-bottom: 1px #999999 dotted;
}
.caption05 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
	background: url(../images/common/check_mark02.gif) no-repeat left center;
	padding: 10px 0px 10px 35px;
	border-bottom: 1px #999999 dotted;
}
.caption05 strong {
	color:#e46c0a;
}



h5 { font-weight: 700; }

.kouji-kun-merit {
	min-height: 233px;
	background: url(../images/common/kouji-kun/pic_kouji-kun_02.png) 522px 13px no-repeat;
}

.kouji-kun-up {
	border: solid 10px #b1e6fe;
	margin-bottom: 16px;
	padding-top: 10px;
}
.kouji-kun-txt01 {
	font-size: 24px;
	font-weight: 700;
	padding: 40px 0;
	line-height: 1.5;
}
.kouji-kun-txt01 span {
	font-size: 40px;
	color: #005BAC;
}


.support {
	font-size: 18px;
	font-weight: bold;
}

.support ol {
	margin: 0;
}

.support li {
	border-bottom: solid 1px #ccc;
	padding-top: 17px;
	padding-bottom: 14px;
}

.customize {
	background: #f2f2f2;
	width: 100%;
	padding: 20px;
}

.customize h4 {
	font-weight: bold;
	font-size: 14px;
}

.customize_l {
	width: 478px;
	float: left;
}

.customize_r {
	width: 361px;
	float: right;
}

/* グループウェア機能一覧 */

.function {
	text-align: center;
	margin-top: 25px;
}

.function img {
	margin-bottom: 10px
}

.function h4 {
	font-size: 18px;
	font-weight: bold;
}

/* システム */

.system {
	margin: 0 40px 25px 40px;
}

.system ul {
	list-style: none;
	padding-left: 0;
	border-bottom: solid 1px #ccc;
}

.system li {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 14px;
	padding-left: 50px;
	background: url(../images/common/check_mark.gif) 7px 4px no-repeat;
}

.system li span {
	font-size: 14px;
	font-weight: normal;
	display:block;
}



/* 受託開発 */
.table-bordered .table-bordered-development01 {
	color: #FFF;
	background: #333;
}
.table-bordered .table-bordered-development02 {
	color: #FFF;
	background: #005BAC;
}

/* お問い合わせフォーム */

.form_row {
	/*border-bottom: solid 1px #e5e5e5;*/
	padding-top: 23px;
	padding-bottom: 17px;
	background: url(../images/common/underline_01.gif) bottom center no-repeat;
}

.form_bottom {
	margin-top: 40px;
	margin-bottom: 40px;
}

label {
	display: block;
	margin: 0 0 14px 0;
	font-weight:bold;
	font-size: 14px;
	color: #000;
}

.necessary {
	color: #fff;
	font-size: 11px;
	background: #23c3e1;
	padding: 0 13px;
	margin-right: 2em;
	border-radius: 2px;
}

.optional {
	color: #fff;
	font-size: 11px;
	background: #c5c5c5;
	padding: 0 13px;
	margin-right: 2em;
	border-radius: 2px;
}

form p {
	margin-bottom: 16px;
}

input.form-control[type="text"],
input.form-control[type="email"],
textarea.form-control {
	width: 100%;
}
input#zip.form-control[type="text"],
input#zip.form-control[type="email"] {
	width: 50%;
}

textarea.form-control {
	height: 120px;
}

p.txt-indent01 {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.privacy {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 20px 0;
  height: 130px;
  width: 100%;
  overflow: auto;
}

.privacy dt,
.privacy dd {
	line-height: 1.8;
}

.consent {
	padding-top: 16px;
	background: #fcc;
	border-bottom: 1px dotted #c5c5c5;
}

.send {
	margin-top: 40px;
	text-align: center;
}

.send .btn {
	width: 50%;
}


/* トピックス一覧 */

.topicsWrap {
	margin-bottom: 80px;
}

.topics h3 {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}

.topics {
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

.topics .date {
	text-align: right;
	padding-bottom: 10px;
}

@media print{
a[href]:after {
    content: "" !important;
  }
}


/*20150924追加*/
.company-btn {
	margin: 0 10%;
	padding: 0;
}
.company-btn li {
	float: left;
	list-style: none;
	width: 33%;
}
.company-btn li:nth-child(1) {
	border-left: 1px solid #CCC;
}
.company-btn li a {
	display: block;
	text-align: center;
	padding: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.company-btn li a.current {
	background: #3678D9;
	color:#FFF;
	text-decoration: none;
}
.company-btn li a:hover {
	background: #3678D9;
	color:#FFF;
	text-decoration: none;
}
@media (max-width:768px){
.utility { display: none; }
.contact { display: none; }
#page-top { display: none; }
.global-nav-wrap {
	background-color: #F5F5F5;
	background-image: none;
	border-top: 1px solid #CCC;
}
.menu { height: inherit; }
.customize_l { width: auto; }
.customize_r { width: auto; }
}

/*20150928追加*/
/* お知らせ！工事くん料金表 */
.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.notice-price-table.table {
	border: none;
	width: 916px;
}
.notice-price-table.table th {
	vertical-align: middle;
}
.notice-price-table.table tr:nth-child(1) td:nth-child(1) {
	border:none;
}
.notice-price-table td {
	text-align: center;
}
.notice-price-table01 {
}
.notice-price-table01 tr:nth-child(1) th:nth-child(2) {
	background:#a3fdff;
}
.notice-price-table01 tr:nth-child(1) th:nth-child(3) {
	background:#eee800;
}
.notice-price-table01 tr:nth-child(2) th:nth-child(n+1) {
	width: 25%;
}
.notice-price-table01 tr:nth-child(2) th:nth-child(1) {
	background:#3fb1ff;
	color:#FFF;
	font-size:18px;
	text-shadow:#666 1px 1px;
}
.notice-price-table01 tr:nth-child(2) th:nth-child(2) {
	background:#ff9900;
	color:#FFF;
	font-size:18px;
	text-shadow:#666 1px 1px;
}
.notice-price-table01 tr:nth-child(2) th:nth-child(3) {
	background:#bcb800;
	color:#FFF;
	font-size:18px;
	text-shadow:#666 1px 1px;
}
.notice-price-table01 tr:nth-child(2) th:nth-child(n+1) {
	width: 25%;
}
.notice-price-table01 tr:nth-child(3) td:nth-child(n+1) {
	font-size: 18px;
	font-weight: 700;
}
.notice-price-table01 tr:nth-child(3) td:nth-child(n+1) small {
	font-size: 11px;
	font-weight: normal;
}
.notice-price-table01 .price01 {
	color:#C00;
	font-size: 20px;
	font-weight: 700;
}
.notice-price-table01 .price02 {
	color:#C00;
}
.notice-price-table01 .price03 {
	color: #C00;
	background: #FC0;
	border: 1px solid #C00;
	padding: 0px 10px;
	font-weight: 700;
}
.notice-price-table01 .price-more {
	border:#CCC 1px solid;
	background:#F5F5F5;
	font-size: 11px;
	padding: 5px;
}


.notice-price-table02 {
}
.notice-price-table02 tr:nth-child(1) th:nth-child(1) {
	width: 8%;
	vertical-align: middle;
	color: #FFF;
	background: #005BAC;
}
.notice-price-table02 tr:nth-child(n+1) th {
	width: 17%;
}
.notice-price-table02 tr:nth-child(1) td:nth-child(n+1) {
	width: 25%;
}
.notice-price-table02.table td {
	vertical-align: middle;
	font-size: 18px;
}
.notice-price-table02 td:nth-child(1) {
	vertical-align: middle;
	color:#C00;
	font-size: 18px;
}
.notice-price-table02 tr:nth-child(4) td:nth-child(2) {
	color:#333;
}
.notice-price-table02 tr:nth-child(5) td:nth-child(2) {
	color:#333;
}
.notice-kind-wrap {
	border:#CCC 1px solid;
	padding:15px;
	position: relative;
}
.notice-kind-wrap01:after {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #333;
	border-width: 15px;
	margin-top: -15px;
}
.notice-kind-wrap02:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #333;
	border-width: 15px;
	margin-left: -15px;
}

.merit { display: inline-block; color: #FFF; background:#C00; width: 6em; text-align:center; border:#FFF 1px solid; margin-right:0.2em; }
.demerit { display: inline-block; color: #FFF; background:#333; width: 6em; text-align:center; border:#FFF 1px solid; margin-right:0.2em; }


/*20151014追加分*/
.value-kind {
	text-align:center;
	border-radius: 200px;
	width:180px;
	height:180px;
	margin: 0 auto 15px;
	border:#CCC 1px solid;
	font-size: 24px;
	padding-top:75px;
	background:#fea92c;
	color:#FFF;
}


/*20151209追加分*/
.notice-kind-table {}
.notice-kind-table th {
	text-align:left;
	vertical-align:top;
}
.notice-kind-table tr th.th01 {
	font-size: 18px;
	color: #FFF;
	background: #e46c0a;
}
.notice-kind-table tr th.th02 {
	background: #FFEDC1;
}
.notice-kind-table td {
	vertical-align:top;
}
.notice-kind-table tr th.th03 {
	background:#fafafa;
	font-weight:700;
	width: 200px;
}

.koutei-wrap {
	background:#fafafa;
	border:#CCC 1px solid;
	padding:15px;
}
.koutei-wrap dl {
	margin-bottom: 0;
}
.koutei-wrap dt {
	color: #005BAC;
	border-bottom: 1px solid #CCC;
	border-top: 3px solid #005BAC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:center;
	font-size:18px;
	background: #FFF;
}
.koutei-wrap dd {
	text-align:center;
	margin-top: 10px;
}

/*通常時*/
#osiraseNavi{
	display:block;
	width:100%;
}
#osiraseNavi ul {
	padding: 0;
    display: flex;
}
#osiraseNavi li:nth-child(1) {
	border-left: 1px solid #CCC;
}
#osiraseNavi li {
/*	float: left;*/
	list-style: none;
	width:100%;
    display: flex;
}
#osiraseNavi li a {
/*	display: block;*/
	text-align: center;
	padding: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background:#FFF;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#osiraseNavi li a:hover {
	background: #3678D9;
	color:#FFF;
	text-decoration: none;
}
/*active付与時*/
#osiraseNavi.active{
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index: 1000000000;
}
#osiraseNavi.active ul {
	margin: auto;
	width: 916px;
/*	padding: 0 0.38px;*/
}

#kind01 , #kind02 , #kind03 , #kind04 {
	position: relative;
	top: -60px;
	display: block;
}

/*--関口追加--*/

.Feature {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}
.fl_box {
    border: solid 3px #bbb;
    display: flex;
    flex-direction: column;
    width: 45%;
    height: auto;
    align-items: center;
    padding: 10px;
}

.fl_box h5 {
    color: #3678d9;
    font-size: 16px;
    margin: 10px 0;
}

.icon,h5 {
    text-align: center;
}

.bg_white_bd_gray {
    background-color: #fff;
    border: solid 1px #eee;
}

/*-料金表-*/
.Price_list {
  border-collapse: collapse;
/*  margin: 0 auto;*/
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.Price_list tr {
  background-color: #deebff;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.Price_list th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.Price_list th {
    background-color: #3678d9;
    font-size: 16px;
}
.Price_list thead tr{
  background-color: #167F92;
  color:#fff;
}
.Price_list tbody th {
    background: #91bcfc;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.txt{
   text-align: left;
    font-size: 16px;
}
.price{
  text-align: right;
  color: #e46c0a;
  font-weight: bold;
    font-size: 18px;
}
.non{
  background:#fff
}

.attention-price {
	display: block;
	font-size: 13px;
	background: #fff;
	color: #ff0000;
	padding: 10px;
	margin-bottom: 10px
}

@media screen and (min-width: 600px)
{
    .sp_br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
/*--front--*/
    .services p {
        margin-bottom: 10px;
        margin-top: 0;
    }
/*--/front--*/
/*  footer  */
    .footer_links_row01 {
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 0;
    }
    .footer_links_row03,
    .footer_links_row04 {
        width: 50%;
    }
/*  /footer  */
    #osiraseNavi.active ul {
	width:100%;
	padding: 0 1%;
}
    .fl_box {
        width: 100%;
        margin-bottom: 10px;
    }

  .Price_list {
    border: 0;
    width:100%
  }
  .Price_list th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  .Price_list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .Price_list tr {
    display: block;
    margin-bottom: .625em;
  }
  .Price_list td {
    border-bottom: 1px solid #bbb;
    display: block;
/*    font-size: .8em;*/
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  .Price_list td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #3678d9;
  }
  .Price_list td:last-child {
    border-bottom: 0;
  }
  .Price_list tbody th {
    color: #fff;
}
