@charset "utf-8";

body {
	line-height: 175%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-family: 'Meiryo', sans-serif;
}

a {
	color: #002559;
	text-decoration: underline;
}

a:hover {
	color: #AB1715;
	text-decoration: none;
}

.asset a:hover {
	color: #00255A;
}


h1, h2, h3, h4, h5, ul, p, div {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

dl dd {
	margin: 0;
}

/**** for Android Chrome ****/
article,
section,
aside,
nav,
ul,
ol,
dl,
table,
p,
div {
	max-height: 9999999px;
}

/**** header ****/

.header {
	display: block;
	padding-bottom: 4px;
	position: relative;
}
.header:before,
.header:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 1;
	margin: 0;
	padding: 0;
}

.header:before {
	left: 0;
	border-bottom: solid 4px #AB1715;
	width: 70%;
}

.header:after {
	right: 0;
	border-bottom: solid 4px #00255A;
	width: 30%;
}

.asset .header:before {
	border-bottom-color: #00255A;
}

.asset .header:after {
	border-bottom-color: #AB1715;
}

.header #logo {
	width: 305px;
	float: left;
	margin-right: 1rem;
}

.asset .header #logo {
	width: 310px;
	height: 88px;
}

.header #logo img {
	margin: 16px 0 0 18px;
	width: 100%;
	height: auto;
}

.asset .header #logo img {
	margin: 14px 0 0 0;
}

#header-title {
	float: left;
	margin: 42px 0 0 22px;
	width: 6em;
	color: #666666;
	font-size: 20px;
	line-height: 1;
}

.header #ntop {
	float: right;
	width: 168px;
	display: block;
}

.header #ntop a {
	width: 149px;
	height: 34px;
	display: block;
	text-align: center;
	margin: 27px 0 0;
	background: url('/smp/branch/images/header_top.png') no-repeat;
	text-indent: -9999px;
}

.headerline,
.line {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-flex-wrap: nowrap;
}

.headerline > div,
.line > div {
	-webkit-box-flex: 1;
	box-flex: 1;
	height: 1;
	margin: 0;
	padding: 0;
}

.headerline > div:nth-child(1) {
	border-bottom: solid 4px #AB1715;
	width: 70%;
}

.headerline > div:nth-child(2) {
	border-bottom: solid 4px #00255A;
	text-align: right;
	width: 30%;
	-webkit-align-items: center;
	-webkit-flex-item-align: center;
}

.line > div:nth-child(1) {
	border-bottom: solid 2px #AB1715;
	width: 70%;
}

.line > div:nth-child(2) {
	border-bottom: solid 2px #00255A;
	width: 30%;
}

#pankuzu {
	margin: 20px 10px;
	color: #555555;
	font-size: 24px;
	line-height: 1.666666667;
}

/**** main *****/

article {
	position: relative;
}

#toppage h1 {
	background: #F8F8F8;
	border-bottom: solid 1px #EEEEEE;
	font-weight: bold;
	color: #5F5F61;
	text-align: center;
	line-height: 42px;
	padding: 26px;
	position: relative;
	margin-bottom: 10px;
}

.article-header {
	padding: 30px 20px 20px;
	background-color: #eeeeee;
}
.article-header:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}

.article-header > h1 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 44px;
	line-height: 1;
	font-weight: bold;
}

.article-header > h1 > span {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	line-height: 1;
}

article nav#back a {
	background: url('/smp/branch/images/ar_back_small.gif') left center no-repeat;
	color: #AB1906;
	display: block;
	font-size: 24px;
	position: absolute;
	padding: 0 0 0 20px;
	text-decoration: none;
	top: 32px;
	left: 10px;
	height: 40px;
	line-height: 170%;
	margin-top: -6px;
}

.asset article nav#back a {
	color: #002258;
	background: url('/smp/branch/images/ar_back_small_asset.gif') left center no-repeat;
	top: 38px;
}

/*** footer ***/

aside#ttop {
	position: relative;
	width: 100%;
	height: 68px;
	display: block;
}

aside#ttop.foot {
	bottom: 160px;
}

aside#ttop a {
	background: url('/smp/branch/images/ttop.gif') no-repeat;
	width: 84px;
	height: 84px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: 20px;
}


.asset aside#ttop a {
	background: url('/smp/branch/images/ttop_asset.gif') no-repeat;
}

.footer {
	clear: both;
	font-size: 24px;
	width: 100%;
	background: #eeeeee;
}

.footer:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden;
}

.footer h4 {
	text-align: center;
	margin-right: 5px;
	font-weight: normal;
	padding: 20px 20px 0;
}

.footer ul {
	display: none;
}

.footer > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer > ul > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	padding: 20px 20px 0;
}

footer p {
	background: #eeeeee;
	clear: both;
	color: #3f3f3f;
	text-align: center;
	padding: 20px 0 40px;
	font-size: 20px;
}

.clearfix:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden;
}

#wrapper {
	/*min-width: 640px;*/
}

/*** top ***/

.area h2 {
	background-color: #f4f4f4;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 40px 20px;
	font-weight: normal;
	margin-top: 2px;
	font-size: 32px;
	cursor: pointer;
}

#area_01 h2,
#area_10 h2 {
	background-image: url('/smp/branch/images/ic_red_plus.gif');
	color: #AB1907;
}

#area_01 h2.open,
#area_10 h2.open {
	background-image: url('/smp/branch/images/ic_red_minus.gif');
}

#area_02 h2 {
	background-image: url('/smp/branch/images/ic_orange_plus.gif');
	color: #E79226;
}

#area_02 h2.open {
	background-image: url('/smp/branch/images/ic_orange_minus.gif');
}

#area_03 h2 {
	background-image: url('/smp/branch/images/ic_bluegreen_plus.gif');
	color: #24BFB7;
}

#area_03 h2.open {
	background-image: url('/smp/branch/images/ic_bluegreen_minus.gif');
}

#area_04 h2 {
	background-image: url('/smp/branch/images/ic_blue_plus.gif');
	color: #65BAE1;
}

#area_04 h2.open {
	background-image: url('/smp/branch/images/ic_blue_minus.gif');
}

#area_05 h2 {
	background-image: url('/smp/branch/images/ic_purple_plus.gif');
	color: #86557F;
}

#area_05 h2.open {
	background-image: url('/smp/branch/images/ic_purple_minus.gif');
}

#area_06 h2,
#area_07 h2,
#area_08 h2 {
	background-image: url('/smp/branch/images/ic_green_plus.gif');
	color: #36B14D;
}

#area_06 h2.open,
#area_07 h2.open,
#area_08 h2.open {
	background-image: url('/smp/branch/images/ic_green_minus.gif');
}

.area ul {
	display: none;
}

.area li {
	background: url('/smp/branch/images/ar.gif') right center no-repeat;
	border-left: solid 10px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	padding: 20px 40px 20px 20px;
}

li.asset,
.asset .area li {
	background: url('/smp/branch/images/ar_asset.gif') right center no-repeat;
}

.area h3 {
	margin-bottom: 10px;
	padding: 5px 0;
}

.area h3 a {
	color: #6C6B6E;
	font-size: 34px;
	font-weight: normal;
	text-decoration: none;
}

.area li p {
	font-size: 28px;
	line-height: 125%;
}

.area li h3 span.lb {
	border-radius: 4px;
	border: solid 2px #00255A;
	color: #00255A;
	font-size: 18px;
	padding: 4px;
	margin-left: 20px;
	top: -5px;
	position: relative;
	font-weight: bold;
}


/*** second ***/

.tags {
	margin: 30px 0 0 -10px;
	display: flow-root;
}
.tags li {
	border-radius: 8px;
	border: solid 2px #D4D9DC;
	background-color: #ffffff;
	color: #2E2E2E;
	font-size: 20px;
	padding: 4px 10px;
	margin: 0 0 10px 10px;
	font-weight: bold;
	width: auto;
	float: left;
}

#seminar dt,
#seminar dd,
#information dt,
#information dd {
	font-size: 24px;
	margin: 0 10px;
	line-height: 165%;
}

#information ul {
	margin: 8px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: flex-start;
	-webkit-box-direction: normal;
	-webkit-flex-wrap: nowrap;
}

#information ul li {
	width: 50%;
	padding-bottom: 4px;
	background-color: #fff;
	-webkit-box-flex: 1;
	box-flex: 1;
}

#information ul li:last-child {
	margin-right: -4px;
}

#information ul li a {
	width: auto;
	height: 80px;
	display: block;
	background-color: #f6f6f6;
	border: solid 2px #D4D9DC;
	box-sizing: border-box;
	color: #000;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	margin: 0 2px;
}

#information ul li a span {
	line-height: 0;
	position: relative;
	top: 24px;
}

#information li.tel {
	position: relative;
	line-height: 100%;
}

#information li.tel span.tel {
	position: relative;
	top: 21px;
	background: url('/smp/branch/images/ic_tel.gif') left 8px no-repeat;
}

.asset #information li.tel span.tel {
	background: url('/smp/branch/images/ic_tel_asset.gif') left 8px no-repeat;
}

#information li.tel span.num {
	font-size: 14px;
	padding-left: 36px;
	position: relative;
	top: 24px;
}

#information li.tel span.tel:after {
	content: '\A';
	white-space: pre;
}

#information li.tel span.tel,
#information li.map span {
	padding: 5px 0 18px 36px;
}

#information li.map a span {
	background: url('/smp/branch/images/ic_map.gif') left top no-repeat;
	padding: 8px 0 8px 40px;
}

.asset #information li.map a span {
	background: url('/smp/branch/images/ic_map_asset.gif') left top no-repeat;
}

#tab {

}

#tab ul {
	margin: 10px 10px 0;
	border-bottom: solid 4px #A60A08;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-flex-wrap: nowrap;
}

.asset #tab ul {
	border-bottom: solid 4px #002258;
}

#tab li {
	text-align: center;
	width: 50%;
}

#tab li a {
	width: auto;
	display: block;
	padding: 20px 0;
	border-top: solid 2px #b2b2b2;
	border-left: solid 2px #b2b2b2;
	border-right: solid 2px #b2b2b2;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	color: #3d3d3d;
}

#tab li a.active {
	border-top: solid 2px #A60A08;
	border-left: solid 2px #A60A08;
	border-right: solid 2px #A60A08;
	background-color: #A60A08;
	color: #fff;
}

.asset #tab li a.active {
	border-top: solid 2px #002258;
	border-left: solid 2px #002258;
	border-right: solid 2px #002258;
}

.asset #tab li a.active {
	background-color: #002258;
}

#tab li a span {
	padding: 5px 0 5px 50px;
	background-repeat: no-repeat;
}

#tab1 a span {
	background-image: url('/smp/branch/images/ic_bldg.png');
}

#tab1 a.active span {
	background-position: 0 -80px;
}

#tab2 a span {
	background-image: url('/smp/branch/images/ic_staff.png');
}

#tab2 a.active span {
	background-position: 0 -80px;
}

#tab ul > li {
	-webkit-box-flex: 1;
	box-flex: 1;
	margin: 0;
	padding: 0;
}

#tab ul > li:nth-child(1) {
	margin-right: 2px;
}

#tab ul > li:nth-child(2) {
	margin-left: 2px;
}

.section-title {
	display: table;
	border-bottom: solid 1px #eeeeee;
	background-color: #eeeeee;
	font-size: 32px;
	font-weight: bold;
	padding: 10px 10px;
	line-height: 1.4;
	margin: 0 0 10px;
	width: 100%;
	min-height: 80px;
	box-sizing: border-box;
}

.section-title > span {
	display: table-cell;
	padding-left: 19px;
	vertical-align: middle;
}

.section-title:before {
	content: "";
	display: table-cell;
	width: 10px;
	background-color: #a60806;
	border-bottom: 20px solid #004066;
	vertical-align: middle;
}

.asset .section-title:before {
	background-color: #004066;
	border-color: #a60806;
}

.section-title span.leader {
	font-size: 22px;
	font-weight: normal;
	line-height: 0;
	text-align: right;
}

.second section {
	margin-bottom: 20px;
}

.second p {
	padding: 0 10px 20px;
	font-size: 28px;
	line-height: 157%;
}

dl.infotable {
	margin: 0 10px 10px;
	font-size: 28px;
	line-height: 157%;
}

dl.infotable dt {
	width: 150px;
	float: left;
	padding: 10px 0;
	font-weight: bold;
}

dl.infotable dd {
	border-bottom: solid 1px #eeeeee;
	padding: 10px 0 10px 150px;
}
dl.infotable dd .cal_link{ margin-top: 10px;}
dl.infotable dd .cal_link a{
	padding-left:20px;
	background: url('/smp/branch/images/ar.gif') no-repeat 0 50%;
}

#tempo dl.infotable dd {
	border-bottom: solid 2px #cccccc;
}
#tempo dl.infotable dd .cal_link{ margin-top: 10px;}
#tempo dl.infotable dd .cal_link a{
	padding-left:20px;
	background: url('/smp/branch/images/ar.gif') no-repeat 0 50%;
}
.staff dl.infotable dt {
	width: 90px;
	font-weight: normal;
}

.staff dl.infotable dd {
	padding-left: 90px;
	border-bottom: dotted 2px #cccccc;
}

.branch {
	display: none;
}

#dept h3 {
	background-color: #f4f4f4;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 30px 20px;
	font-weight: normal;
	margin-top: 2px;
	font-size: 28px;
	cursor: pointer;
	background-image: url('/smp/branch/images/ic_red_plus.gif');
	color: #2a2a2a;
}

.asset #dept h3 {
	background-image: url('/smp/branch/images/ic_asset_plus.gif');
}

#dept h3.open {
	background-image: url('/smp/branch/images/ic_red_minus.gif');
}

.asset #dept h3.open {
	background-image: url('/smp/branch/images/ic_asset_minus.gif');
}

#dept h4 {
	font-size: 32px;
	font-weight: normal;
	line-height: 145%;
	padding: 10px 10px 0;
}

#dept p {
	padding: 0 10px 10px;
	border-bottom: solid 1px #eeeeee;
}

#manager p {
	clear: both;
	padding: 10px;
}


#seminar dd {
	background: url('/smp/branch/images/ar_small.gif') left 4px no-repeat;
	padding-left: 20px;
	margin-bottom: 20px;
}

.asset #seminar dd {
	background: url('/smp/branch/images/ar_small_asset.gif') left 4px no-repeat;
}

.prop .property {
	margin: 0 10px;
}

.prop li a {
	box-sizing: border-box;
	border: solid 2px #d4d9dc;
	margin-bottom: 10px;
	padding: 10px 40px 10px 10px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: flex-start;
	-webkit-box-direction: normal;
	-webkit-flex-wrap: nowrap;
	background: #f6f6f6 url('/smp/branch/images/ar.gif') right center no-repeat;
	color: inherit;
	text-decoration: none;
}

.asset .prop li {
	background: url('/smp/branch/images/ar_asset.gif') right center no-repeat;
}

.prop li a > div:nth-child(1) {
	margin-right: 10px;
}

.prop li a > div:nth-child(2) {
	margin-left: 20px;
	-webkit-align-items: left;
	-webkit-flex-item-align: left;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.prop .photo {
	width: 150px;
	margin: 0!important;
	padding: 0!important;
}

.prop .info_text h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 5px;
}

.prop .info_text p {
	padding: 0;
	font-size: 22px;
	margin-bottom: 5px;
}

.prop .info_text p.price {
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.prop .info_text p.price > span {
	font-size: 28px;
}

.prop .info_text p.detail {
	padding-bottom: 10px!important;
}

.prop .photo dl.tag {
	margin: 0!important;
	padding: 0!important;
}

.prop .photo dl.tag dt img {
	width: 100%;
	background-color: transparent;
}

.prop .photo dl.tag dd {
	text-align: center;
	background: #ffffff;
	margin-bottom: 8px;
	padding: 2px;
	font-size: 18px;
	line-height: 1.7;
}

.prop .photo .tag dd.openroom {
	color: #AB1715;
}

.prop .photo .tag dd.reserved {
	color: #2DB200;
}

.prop .photo .tag dd.mansion {
	color: #212121;
}

.prop .photo .tag dd.etc {
	color: #000;
}

#property h3 {
	font-weight: normal;
	font-size: 28px;
	margin: 20px 0 20px 10px;
}

#property ul {
	margin: 8px;
	padding-bottom: 4px;
	background-color: #fff;
}

#property ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 4px;
}

#property ul li a {
	width: auto;
	height: 80px;
	display: block;
	background-image: url('/smp/branch/images/ar.gif');
	background-color: #f6f6f6;
	background-position: right center;
	background-repeat: no-repeat;
	border: solid 2px #D4D9DC;
	box-sizing: border-box;
	color: #000;
	padding: 0;
	font-size: 28px;
	text-decoration: none;
	margin: 2px;
}

.asset #property ul li a {
	background-image: url('/smp/branch/images/ar_asset.gif');
}

#property ul li a span {
	padding: 0 20px 0;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

.moreprops {
	display: none;
}

/**** staff ****/


section.divider {
	border-bottom: solid 1px #eeeeee;
}

section.staff dl.infotable {
	clear: both!important;
	border-top: none;
	margin-top: 10px;
}


section.staff p {
	padding-bottom: 10px;
}

section.lead h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 10px;
}

section.lead {
	border-bottom: solid 1px #eeeeee;
}

.staff-image {
	display: table;
	margin-top: 20px;
	width: 100%;
	text-decoration: none;
}

.staff-image > div.staff {
	display: table-cell;
	width: 150px;
	padding: 0 10px;
	vertical-align: middle;
}

.staff-image > h3 {
    display: table-cell;
    color: #000000;
    font-weight: normal;
    font-size: 32px;
    line-height: 125%;
    vertical-align: middle;
}

.staff-image > h3 > br {
	display: none;
}

.staff-image > h3 > span {
	display: block;
}

.staff-image > h3 > span.post {
	font-size: 28px;
	line-height: 1.785714286;
}

.staff-image > h3 > span.kanji {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
}

.staff-image > h3 > span.kana {
	font-size: 20px;
	line-height: 1.7;
}

.lbs{
	clear: both;
}
.lbs > span.lb > img {
	margin-top: 10px;
}

nav.innerlink {
	padding: 10px 20px;
	margin: 0 10px;
	font-size: 28px;
	background: #f6f6f6;
	line-height: 145%;
}

section:last-child {
	margin-bottom: 0;
}

.divider {
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 10px;
}


/*** footernav ****/

.footernav {
	border-top: solid 1px #eeeeee;
	margin: 0;
	padding-top: 30px;
}

.footernav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footernav li {
	flex: 0 0 auto;
	margin: 0;
	padding: 20px 20px 0;
	line-height: 1;
}

.footernav li span {
	font-weight: bold;
}

.footernav li span,
.footernav li a {
	font-size: 24px;
}

.btn {
	margin: 10px 0 0!important;
	padding: 0 10px 10px!important;
	/* border-bottom: none!important; */
}

.btn a {
	background-color: #f6f6f6;
	border: solid 2px #D4D9DC;
	box-sizing: border-box;
	font-size: 28px;
	text-align: center;
	padding: 28px 0;
	text-decoration: none;
	width: 100%;
	display: block;
}

.staff .left {
	margin-top: 0!important;
}

.left a {
	text-align: left!important;
	background-image: url('https://www.nomu.com/smp/branch/images/ar.gif');
	background-position: right center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.btn.type_DS{
	/* padding: 0 !important; */
}
.btn.type_DS a{
	background: url(/smp/branch/images/ds-logo.png) no-repeat 13% 45%, url(/smp/branch/images/ds-prof-bg.jpg) no-repeat 0 86%;
	background-size: 69px, cover;
	border: solid 2px #a17d0a;
	color: #6e5d1e;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 22px 0;
	position: relative;
	box-sizing: border-box;
}
.btn.type_DS > a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border: solid #6e5d1e;
    right: 3%;
    border-width: 0 0 2px 2px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(226deg);
    -ms-transform: translateY(-50%) rotate(226deg);
    transform: translateY(-50%) rotate(226deg);
}
.asset .left a {
	background-image: url('/smp/branch/images/ar_asset.gif');
}

.left a span {
	padding-left: 20px;
}


.more a {
	background: #f6f6f6;
	color: #6e6e6e;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 28px;
	padding: 20px;
}

.more a span {
	background: url('/smp/branch/images/ic_gray_plus.gif') no-repeat left center;
	padding: 8px 0 8px 50px;
}

.more a.less span {
	background: url('/smp/branch/images/ic_gray_minus.gif') no-repeat left center;
	padding: 8px 0 8px 50px;
}

.map {
	margin-top: 30px;
}

.map a span {
	background: url('/smp/branch/images/ic_map.gif') no-repeat;
	padding: 8px 0 8px 40px;
}

.asset .map a span {
	background: url('/smp/branch/images/ic_map_asset.gif') no-repeat;
}

.tel a {
	font-size: 30px;
	color: #000;
}

.tel a span.tel {
	background: url('/smp/branch/images/ic_tel.gif') no-repeat;
	padding: 2px 0 8px 40px;
}

.asset .tel a span.tel {
	background: url('/smp/branch/images/ic_tel_asset.gif') no-repeat;
}

.tel a span.num {
	color: #6A696C;
}

.btn--contact > a {
	border: 0;
	background-color: #ab1715;
	color: #ffffff;
}

.btn--contact > a:hover {
	color: #ffffff;
}

.asset .btn--contact > a {
	background-color: #00255a;
}

.btn--contact > a > span.mail {
	padding: 0 0 0 54px;
	background: url('/smp/branch/images/ic_mail.png') no-repeat left center;
	font-size: 32px;
}

.btn--tbl > a {
	border: 0;
	background-color:#ab1715;
	color: #ffffff;
}

.btn--tbl > a:hover {
	color: #ffffff;
}

.unit-tbl {
	display:table;
	width:100%;
	margin: 30px 0 0;
}
.unit-tbl .col1{
	margin: 0 auto 20px;
	width: 80%;
}
.unit-tbl .col1 a{
	padding: 35px 0;
	background: url('../images/ar02.gif') no-repeat,#ab1715;
	background-position:98% 50%;
	border-radius: 8px;
	font-size: 30px;
}
.unit-tbl .col2 {
	display:table-cell;
	width:50%;
	vertical-align:top;
	font-weight: bold;
}
.unit-tbl .col2:nth-child(1) {
	padding-right:5px;
}
.unit-tbl .col2:nth-child(2) {
	padding-left:5px;
}
.unit-tbl .col2.noPadding {
	padding-right:0
}
.unit-tbl .col2 > a span {
	padding-left: 43px;
	background: url('/smp/branch/images/ic_mail.png') no-repeat 0 50%;
}

/**** slide ****/

#slides {
	height: 510px;
	display: block;
	margin: 0 10px;
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	text-align: center;
}

#pictureslides {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#pictureslides li {
	width: auto;
	height: 510px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#pictureslides li img {
	max-width: 620px;
	width: 100%!important;
	width: auto;
	background-color: #fff;
}

#pictureslides li img.zoom {
	position: absolute;
	right: 0;
	top: 462px;
	width: 48px!important;
	height: 48px;
}


.flickableControl {
	border-bottom: solid 1px #eeeeee;
	position: relative;
	margin: 0 10px 20px;
	height: 80px;
	display: block;
}

.flickableControl a#flickbackbtn,
.flickableControl a#flicknextbtn {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	line-height: 1em;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	display: block;
}

.flickableControl #flickbackbtn {
	left: 0;
	background: url('/smp/branch/images/pagination_prev.gif') no-repeat;
}

.flickableControl #flicknextbtn {
	right: 0;
	background: url('/smp/branch/images/pagination_next.gif') no-repeat;
}

.flickableControl #flickbackbtn.disabled,
.flickableControl #flicknextbtn.disabled {
	opacity: 0.5;
}

.pagination {
    text-align: center;
    position: relative;
    top: 30px;
}

.pagination a {
    background: url('/smp/branch/images/pagination.png') left top no-repeat transparent;
    width: 16px;
    height: 15px;
    margin: 0 10px 0 0;
    display: inline-block;
}

.pagination a.selected {
    background-position: -34px top;
    cursor: default;
}

.pagination a span {
    display: none;
}

/*** side ***/

section.side-section {
	margin: 40px 0 0 0;
}
section.side-section:last-child {
	margin-bottom: 40px;
}
section.side-section--banner {
	margin-top: 20px;
}

.side-section .side-title {
	position: relative;
	margin: 0;
	padding: 20px 10px 15px;
	border: none;
	background-color: #eeeeee;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.333333333;
}

.side-title:before,
.side-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 1;
	margin: 0;
	padding: 0;
}

.side-title:before {
	left: 0;
	border-bottom: solid 4px #AB1715;
	width: 70%;
}

.side-title:after {
	right: 0;
	border-bottom: solid 4px #00255A;
	width: 30%;
}

.asset .side-title:before {
	border-bottom-color: #00255A;
}

.asset .side-title:after {
	border-bottom-color: #AB1715;
}

.side-banner {
	padding: 20px 20px 0;
}
.side-banner li {
	text-align: center;
}
.side-banner img {
	width: 100%;
}
.side-link {
	padding: 20px 10px 0;
}
.side-link > li {
	margin-top: -2px;
}
.side-link > li > a {
	display: table;
	box-sizing: border-box;
	border: 2px solid #d4d9dc;
	width: 100%;
	background-color: #f6f6f6;
	text-decoration: none;
}
.side-link > li:first-child > a {
	border-top-width: 2px;
}
.side-link-label {
	display: table-cell;
	padding: 30px 10px;
	color: #000000;
	font-size: 28px;
	vertical-align: middle;
}
.side-link-icon {
	display: table-cell;
	position: relative;
	padding: 30px 20px;
	width: 31px;
	vertical-align: middle;
}
.side-link-icon:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.icon-pc:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 32px;
	background-image: url('/smp/branch/images/ic_pc.png');
}
.icon-pc-asset:before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 32px;
	background-image: url('/smp/branch/images/ic_pc_asset.png');
}
.icon-arrow:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 26px;
	background-image: url('/smp/branch/images/ar.gif');
}
.icon-toggle {
	width: 60px;
	padding-right: 0;
}
.icon-toggle:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 43px;
	background-image: url('/smp/branch/images/ic_red_plus.gif');
}
.toggle-header.is-open .icon-toggle:before {
	background-image: url('/smp/branch/images/ic_red_minus.gif');
}
.side-link-body {
	padding: 0 20px 20px;
}
.is-hidden {
	display: none;
}
.link-list {
	padding: 10px 0 0 0;
}
.link-list > li > a {
	display: block;
	padding: 20px 0 20px 30px;
	font-size: 28px;
	line-height: 1.3;
	text-indent: -30px;
	text-decoration: none;
}
.link-list > li > a > .icon-arrow {
	vertical-align: top;
}
.side-banner-container {
	margin: 0 auto;
	width: 600px;
}
.side-banner-row {
	margin: 0 -10px;
}
.side-banner-col {
	float: left;
	padding: 20px 10px 0;
	width: 290px;
}
.side-banner-col img {
	width: 100%;
	max-width: 290px;
	vertical-align: bottom;
}
p.side-text {
	padding: 20px 20px 0;
	font-size: 28px;
}
.searchbox {
	padding: 0 20px;
}
#search_prop {
	margin: 14px 0;
}
.search-body {
	display: table;
	width: 100%;
}
.search-input {
	display: table-cell;
	vertical-align: middle;
}
.search-button {
	display: table-cell;
	width: 136px;
	vertical-align: middle;
}
.searchbox input {
	box-sizing: border-box;
	background: #f2f2f2;
	padding: 10px 20px;
	border: solid 1px #cccccc;
	width: 100%;
	min-height: 88px;
	font-size: 32px;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}

.searchbox button {
	box-sizing: border-box;
	background: #959A9A;
	border: none;
	width: 136px;
	color: #fff;
	padding: 28px 10px;
	font-size: 32px;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}

.contact h2 {
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}
.contact-list {
	list-style: none;
	margin-top: 40px;
}
.contact-list > li {
	padding: 20px 0 0 0;
}
.contact-link {
	display: table;
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
	background-color: #ffffff;
	width: 100%;
	height: 120px;
	text-decoration: none;
	text-align: left;
}
.contact-link[target="_blank"]:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 16px;
	width: 26px;
	height: 20px;
	background-image: url('/smp/branch/images/ic_nw.png');
	background-repeat: no-repeat;

}
.contact-icon {
	display: table-cell;
	padding-right: 18px;
	width: 44px;
	vertical-align: middle;
}
.icon-pc-check:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background-image: url('/smp/branch/images/ic_pc_check.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-note:before {
	content: "";
	display: block;
	width: 32px;
	height: 38px;
	background-image: url('/smp/branch/images/ic_note.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-home:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('/smp/branch/images/ic_home.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-human:before {
	content: "";
	display: block;
	width: 32px;
	height: 38px;
	background-image: url('/smp/branch/images/ic_human.png');
	background-repeat: no-repeat;
}
.contact-label {
	display: table-cell;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}

/**** modal ****/
#modal-contact {
	display: none;
	margin: 0;
	padding: 0;
	width: 540px;
	position: fixed;
	z-index: 102;
}
#modal-bg {
	display: none;
	width: 100%;
	height: 130%;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
#modal-close {
	display: none;
	position: fixed;
	top: 40px;
	right: 30px;
	z-index: 103;
}
#modal-close > a {
	display: block;
	padding: 10px 68px 10px 0;
	background-image: url('/smp/branch/images/ic_close.png');
	background-position: right center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
}

@media screen and (max-width: 620px) {
	.side-banner-container {
		margin: 0;
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.side-banner-col {
		width: 50%;
		box-sizing: border-box;
	}
	.side-banner-col img {
		width: 100%;
		max-width: none;
	}
}

@media screen and (max-width: 580px) {

	#information ul {
		margin: 8px;
		display: block;
	}

	#information ul li {
		width: 100%;
		padding-bottom: 4px;
		background-color: #fff;
		/*display: table;
		vertical-align: middle;*/
	}

	#information ul li:last-child {
	}

	#information ul li a {
		width: 100%;
		background-color: #f6f6f6;
		border: solid 2px #D4D9DC;
		box-sizing: border-box;
		-webkit-box-sizing:border-box;
		display: table;
		vertical-align: middle;
		color: #000;
		text-decoration: none;
		text-align: center;
		margin: 0 2px;
		padding: 0!important;
	}

	#information li.tel a {
		width: 100%;
		display: block;
		position: static!important;
	}

	#information li.tel span.tel {
		padding: 2px 0 8px 40px;
		margin:0!important;
		font-size: 30px;
		background: url('/smp/branch/images/ic_tel.gif') no-repeat;
		line-height: 165%;
		top: 14px!important;
	}

	#information li.tel span.tel:after {
		content: '';
	}

	#information li.tel span.num {
		padding-left: 0!important;
		margin: 0 5px!important;
		font-size: 30px;
		top: 14px!important;
	}

	#information li.map {
		top: 0;
	}

	#information li.map a {
		/*top: 12px!important;*/
	}

	#information li.map a span {
		background: url('/smp/branch/images/ic_map.gif') left 6px no-repeat;
		font-size: 30px;
		top: 28px!important;
	}

}

/*** icon_cs ***/

.article-header .icon_cs{
   float: right;
   margin: -23px -9px 0 0;
   padding: 0;
}
.article-header .icon_cs .icon_text{
    background: url('/branch/images/icon_cs02.png') 140px 0 no-repeat;
    background-size: 20px;
    width: 310px;
    position: absolute;
    top: 126px;
    right: 12px;
    padding: 12px 0 0;
    z-index:1;
}
.article-header .icon_cs .icon_text span{
	display: block;
	line-height:1.5;
	font-size: 75%;
	background: #FFF;
	padding: 5px;
	border: 1px solid #9b280a;
    border-radius: 2px;
}
.article-header .icon_cs .icon_text{
	display:none;
}

/** icon banner **/
.branch_top_header{
    display: inline;
}

.icon_banner{
   float: right;
   margin: -8px 0 0;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.icon_banner img{
    width: 178px;
    margin-bottom: 17px;
}

/*繝昴ャ繝励い繝???? */
.item_online_upper{
	padding: 15px 40px 20px;
}
.item_online_upper .txt01{
    font-weight: bold;
    display: inline-block;
    font-size: 32px;
    color: #151515;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 10px 48px;
    background: url(../images/icon_smp.png) no-repeat 0 0;
    background-size: 34px;
}
.item_online_upper .txt02{
	    line-height: 1.5;
	    padding: 0;
}
.item_online_upper .txt02 .popup_open{
	text-decoration: underline;
	color: #002559;
	cursor: pointer;
}

.popup_open:hover,
#popup #close b:hover{	text-decoration: none; }

#popup{
	display: none;
	width: 85%;
	height: 85%;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	position:fixed;
	z-index: 999;
	text-align: left;
	overflow: scroll;
}
#popup p{
	font-size: 28px;
	line-height: 1.5;
}
#popup .titl{
	color: #530504;
	font-weight: bold;
	font-size: 34px;
	margin: 29px 0 10px;
}
#popup .flow_list{
	margin-top: 20px;
}
#popup .flow_list li{
	padding: 0 0 28px;
	position: relative;
	margin-bottom: 5px;
}
#popup .flow_list li:after{
	position:absolute;
	left: 47%;
	bottom: -14px;
	display:block;
	content:"";
	border: 20px solid transparent;
	border-top: 20px solid #001f30;
}
#popup .flow_list li:nth-last-of-type(1){
	margin: 0;
}
#popup .flow_list li:nth-last-of-type(1):after{
	content: none;
}
#popup .flow_ttl{
    font-weight: bold;
}
#popup .flow_ttl .num{
	background: #001f30;
	color: #fff;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	font-size: 22px;
	margin-right: 8px;
	vertical-align: text-top;
}
#popup .rule .ttl{font-weight: bold;font-size: 28px;}

#popup .rule li{
	padding-left: 17px;
	text-indent: -17px;
	font-size: 26px;
	line-height: 1.6;
}
#popup #close{
	margin: 16px auto 0;
	width: 200px;
	background: #626262;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
}
#popup #close:hover{opacity:0.7;}
#popup #close b{font-size: 105%;}

#popup #close.popup_top_btn{
	width: 70px;
	height: 70px;
	border-radius: 163px;
	padding: 0;
	margin: 0 0 0;
	position: fixed;
	right: 37px;
	top: 67px;
	z-index: 999;
}
#popup #close.popup_top_btn:before,
#popup #close.popup_top_btn:after {
	   position:absolute;
	   content:"";
	   top: 14px;
	   left: 33px;
	   width: 4px;
	   height: 41px;
	   border:0;
	   margin:0;
	   padding:0;
	   background:white;
}
#popup #close.popup_top_btn:before{
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
}
#popup #close.popup_top_btn:after{
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
}

/*閭梧勹繧ｨ繝ｪ繧｢ */
#popup-bg{
display:none;
width:100%;
height:100%;
background:  rgba(0,0,0,0.5);
position:fixed;
top:0;
left:0;
z-index: 1;
}


