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


html {
	font-size: 62.5%;
	line-height: 1;
	width: 100%;
	height: 100%;
}


body {
	font-family: "Hiragino Sans" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo", "游ゴシック", YuGothic, "メイリオ" , "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333;
	margin:0 auto;
}

h1, h2, h3, h4 {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

#page {
	width: 100%;
	background-color: #FAF9F4;

	position: relative;
	z-index: 1;
}

.wrap {
	margin: 0 auto 135px auto;
	overflow: hidden;
}

.sub-logo {
	width: 160px;
}

.m-logo {
	width: 235px;
}

.l-logo {
	width: 285px;
}

/*=================================================
gloval-header
=================================================*/


#global-header {
	overflow: hidden;
	width: 970px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
	overflow:hidden;
}

#global-header h1 {
	width: 290px;
	float: left;
}

#global-header h1 #sub-logo {
	padding-bottom: 3px;
	display: block;
}

#global-header .head-contents {
	float: right;
	overflow: hidden;
	color: #333;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0;
}

#global-header .head-contents nav {
	overflow: hidden;
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#global-header .head-contents p {
	float:left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
 
#global-header .head-contents .header-map a {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	padding: 10px 12px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#global-header .head-contents .header-map a:hover {
	opacity: 0.7;
}

#global-header .head-contents .header-map{
}

#global-header .head-contents .header-map a {
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#global-header .head-contents .header-map a:before {
	content: "";
	background: url(../images/icon_header_access.png) no-repeat left center;
	padding-right: 10px;
	width: 16px;
	height: 22px;
	background-size: contain;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#global-header .head-contents .header-tel {
	text-align: center;
	padding-left: 10px;
	border-left: 1px solid rgba(208,187,146,0.3);
}

#global-header .head-contents .header-tel .number {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 600;
	display:-webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 15px;
}

#global-header .head-contents .header-tel .number:before {
	content: "";
	background:  url(../images/icon_header_tel.png) no-repeat left center;
	padding-right: 10px;
	width: 25px;
	height: 24px;
	background-size: contain;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#global-header .head-contents .time {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin-top: 5px;
}

/*=================================================
gloval-nav
=================================================*/

#global-nav {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 2px solid rgba(122,122,122,0.8);
	border-bottom: 1px solid rgba(122,122,122,0.2);
	width: 100%;
	height: 80px;
}

#global-nav ul {
	display: flex;
	align-items: center;
	width: 970px;
	height: 80px;
	margin:0 auto;
}

#global-nav li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	height: 78px;
	width: 242px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#global-nav li:before {
	content: "";
	border-right: 1px solid rgba(122,122,122,0.2);
	height: 70%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -27px;
}

#global-nav li:first-child:before {
	display: none;
}

#global-nav li a {
	color: #333;
	font-weight: 600;
	font-size: 15px;
	font-size: 1.5rem;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	opacity: 0.6;
}

#global-nav li a:hover {
	background-color: rgba(255,198,0,0.1);
	opacity: 1;
}

#global-nav ul li a span {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding-left: 40px;
	text-align: left;
	margin:0 auto;
}

#global-nav ul li:last-child a span {
	border-right: 0;
}

#global-nav .news a span {
	background: url(../images/nav_news.png) no-repeat;
	background-size: 25px 27px;
	background-position: 0 0;
}

#global-nav .office a span {
	background: url(../images/nav_office.png) no-repeat;
	background-size: 27px 27px;
	background-position: 0 0;
}

#global-nav .insurance a span {
	background: url(../images/nav_insurance.png) no-repeat;
	background-size: 26px 27px;
	background-position: 0 0;
}

#global-nav .magazine a span {
	background: url(../images/nav_magazine.png) no-repeat;
	background-size: 28px 30px;
	background-position: 0 0;
}

/*=================================================
main-contents
=================================================*/

#main-contents .news-contents strong,
#main-contents .office-contents strong {
	font-weight: 600;
}

#main-contents .news-contents em,
#main-contents .office-contents em {
	font-style: italic;
}

#main-contents .news-contents del,
#main-contents .office-contents del {
	text-decoration: line-through;
}

#main-contents .news-contents ul,
#main-contents .office-contents ul {
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}

#main-contents .news-contents ol,
#main-contents .office-contents ol {
	list-style-type: decimal;
	margin: 10px 0 10px 20px;
}

#main-contents .news-contents ul li,
#main-contents .office-contents ul li,
#main-contents .news-contents ol li,
#main-contents .office-contents ol li {
	margin-bottom: 5px;
	line-height: 21px;
	line-height: 2.1rem;
}

#main-contents .news-contents blockquote,
#main-contents .news-contents blockquote {
	quotes: "“" "”" "「" "」";
	margin: 5px 0 5px 25px;
}

#main-contents .news-contents blockquote p,
#main-contents .news-contents blockquote p {
	display: inline;
}

#main-contents .news-contents blockquote:before,
#main-contents .office-contents blockquote:before,
#main-contents .news-contents q:before,
#main-contents .office-contents q:before {
    content: open-quote;
}

#main-contents .news-contents blockquote:after,
#main-contents .news-contents q:after,
#main-contents .office-contents blockquote:after,
#main-contents .office-contents q:after {
    content: close-quote;
}


#main-contents h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	color: #555;
	padding: 0 0 0 22px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	position: relative;
}

#main-contents h2 a {
	color: #555;
	text-decoration: none;
}

#main-contents h2:before {
	content: "";
	width: 8px;
	height: 100%;
	background-color: #FFAE20;
	margin-right: 12px;
	z-index: 1;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top:-2px;
}

#main-contents h3 {
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 auto 30px auto;
	text-align: left;
	padding-top: 35px;
}

#main-contents h4 {
	font-weight: 600;
	font-size: 20px;
	font-size: 2rem;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

#main-contents .contents {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 35px;
	margin: 35px auto 0 auto;
	width: 100%;
	overflow: hidden;

}

#main-contents .notice {
	padding-bottom: 8px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem;
}

#main-contents .notice:last-child {
	padding-bottom: 0;
}

#main-contents .notice a {
	color: #e05002;
	text-decoration: underline;
}

.text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 23px;
	line-height: 2.3rem;
}

#main-contents {
	width: 970px;
	margin: -50px auto 0 auto;
	text-align: left;
	position: relative;
	z-index: 5;
}

#main-contents .contents-wrap {
	padding: 30px;
	overflow: hidden;
	width: 890px;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #fff;
}

.article-header {
	padding: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(250,156,2,0.05);
	border-left: 1px solid rgba(250,156,2,0.5);
	border-right: 1px solid rgba(250,156,2,0.5);
}

.article-header .office-category,
.article-header .title-sub {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
	display: block;
}

#main-contents .article-header .category {
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1;
}


/*=================================================
category-icon
=================================================*/


#main-contents .article-header .category a {
	color:#fa9c02;
	padding: 4px;
	border: 1px solid rgba(250,156,2,0.8);
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	line-height: 1;
}

#main-contents .districts-icon {
	display: inline-block;
}

#main-contents .districts-icon a {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 5px;
	padding: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #777777;
	border-radius: 5px;
	line-height: 1;
	/*border: 1px solid rgba(119,119,119,0.8);*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}

#main-contents .article-footer a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main-contents .article-header .category a:hover,
#main-contents .article-header .districts-icon a:hover,
#main-contents .article-footer a:hover {
	opacity: 0.8;
}

#main-contents .news-icon,
#main-contents .report-icon {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-left: 5px;
	padding: 5px;
	font-weight: 600;
	color: #fff;
	background-color: #7ac720;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#main-contents .report-icon {
	background-color: #2092c7;
}


/*=================================================
TOPに戻る
=================================================*/

#main-contents .top {
	float: right;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

#main-contents .top a {
	text-decoration: none;
}

#main-contents .top span {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main-contents .top:hover span {
	color:#fa9c02;
}


/*=================================================
footer
=================================================*/

footer {
	width: 100%;
	background-color: #ffa716;
	position: relative;
}

footer:after {
	content: "";
	background: url(../images/footer_bg.png) repeat-x;
	background-size: contain;
	height: 130px;
	width:100%;
	top: -80px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

footer .footer-contents {
	width: 100%;
	color: #fff;
}

footer .footer-contents .footer-text {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

footer .footer-contents .footer-text address, .footer-text .schedule {
	line-height: 1.4;
}

footer .footer-contents .footer-text h3 {
	float: left;
	margin-bottom: 30px;
}

footer .footer-contents .footer-text h3 span {
	padding-bottom: 3px;
	display: block;
}

 footer .footer-contents address,
 footer .footer-contents .schedule {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	margin: 15px 20px 25px 25px;
}

 footer .footer-contents {
 	box-shadow: 0 4px 5px -5px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 0 4px 5px -5px rgba(0,0,0,0.5);
 	-moz-box-shadow: 0 4px 5px -5px rgba(0,0,0,0.5);
 	position: relative;
 }

footer .footer-menu {
	clear: both;
	margin-bottom: 25px;
}

footer .footer-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
}

footer .footer-menu li a {
	color: #fff;
	text-decoration: underline;
	padding: 5px 5px 5px 0;
	font-weight: 600;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .footer-menu li a:hover {
	opacity: 0.8;
}

footer .copy-area {
	background-color: #ff9000;
	padding: 15px 0 15px;
	width: 100%;
}

footer .copy {
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
	text-align: right;
	width: 970px;
	margin: 0 auto;
}




/*=================================================
sidebar
=================================================*/

#main-contents .sidebar {
	float: left;
	width: 255px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 25px;
	line-height: 2.5rem;
}

#main-contents .sidebar .side-nav {
	width: 100%;
	margin-bottom: 35px;
}

#main-contents .sidebar .side-nav h3 {
	color: #fa9c02;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 10px 0;
	margin: 0;
}

#main-contents .sidebar .side-nav li {
	border-bottom: 1px dotted rgba(250,156,2,0.6);
	height: 100%;
}


#main-contents .sidebar .side-nav li a {
	display: block;
}

/*
#main-contents .sidebar .side-nav li a span {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
*/

#main-contents .sidebar .side-nav li a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 0 6px 25px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

#main-contents .sidebar .side-nav li a:hover {
	color:#fa9c02;
}

/*
#main-contents .sidebar .side-nav li a span:before {
	content: "";
	background: url(../images/icon_arrow.png) no-repeat left center;
	background-size: contain;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-contents .sidebar .side-nav li a:hover span:before {
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
}
*/
#main-contents .sidebar .side-nav li a:before {
	content: "";
	background: url(../images/icon_arrow.png) no-repeat left center;
	background-size: contain;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-contents .sidebar .side-nav li a:hover:before {
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
}

#main-contents .sidebar .information {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

#main-contents .sidebar .information h1 {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
}

#main-contents .sidebar .information h1 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

#main-contents .sidebar .information tr,
#main-contents .sidebar .information dl {
	overflow: hidden;
}

#main-contents .sidebar .information th,
#main-contents .sidebar .information dt {
	padding: 10px 0 5px 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #aaa;
	line-height: 16px;
	line-height: 1.6rem;
	width: 255px;
	float: left;
	clear: both;
}

#main-contents .sidebar .information h1, .information td,
#main-contents .sidebar .information h1, .information dd {
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(250,156,2,0.6);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	float: left;
	display: block;
	width: 255px;
}

#main-contents .sidebar .information .tel, 
#main-contents .sidebar .information .fax {
	float: left;
	width: 125px;

}

