#b00000@charset "utf-8";
/* http://www.arts21.jp */
/* Copyright (C) 2014 Commercial Art's Inc. All rights reserved. */

/*===================================================
	common
===================================================*/
.content-detail h3 {
	margin: 1.5em 0 .5em;
	padding: 0 .5rem .3rem 1.5em;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.content-detail h3:before {
	width: 1em; height: 1em;
	content: ""; position:absolute; top:.25em; left:0;
	background: #0081e1;
}
.content-detail h3.mTop0 { padding-left: 1em; }
.content-detail h3.mTop0:before {
	width: .3em; height: 80%;
}
.content-detail h4 {
	margin-bottom: .8em;
	padding-left: 1.4em;
	position: relative;
	line-height: 1.3;
}
.content-detail h4:before {
	width: 1.4rem; height: 1.4rem;
	content:""; position:absolute; top: .25rem; left:0;
	background:#0081e1;
}
.content-detail dt{
	padding: .3rem .8rem;
	color: #fff; background: #666;
}
.content-detail dd{
	padding: .3em 0;
	font-size: 1.4rem;
}

/*===================================================
	vision
===================================================*/
figure.profile{
	margin: 0; padding: .8em 1rem 0;
	width: auto !important; 
	box-sizing: border-box;
	background: #f2f2f2; border:1px solid #ccc; 
}
@media screen and (min-width:960px) and (max-width:2000px) {
	figure.profile.column2 { width: 574px; }
}
figure.profile.column2 .fLeft,
figure.profile.column2 dl {
	font-size: 1.4rem;
	box-sizing: border-box;
}
figure.profile.column2 .fLeft {
	width: 50%;
}
figure.profile.column2 .fRight {
	width: 47%;
	margin: 0; padding-left: 1rem;
}

/*===================================================
	profile
===================================================*/
#profilePage .lineBtm { 
	padding-bottom: .5em; margin-bottom: .5em !important;
}
#profilePage #section1 dt { 
	font-weight: bold;
}
#profilePage #section1 ul.font14 {
	margin-left: 1.8em !important;
}
#profilePage #section2 th {
	width: 4.5em;
}
/**characters*/
#profilePage .column3 figure.characters {
	width: 31.33%;
	margin: 0 3% 0 0; padding: 1px;
	float: left; overflow: hidden; box-sizing: border-box;
	font-size: 1.4rem; text-align: center;
}
#profilePage .column3 figure.characters:last-child {
	margin-right: 0 !important;
}
#profilePage figure.characters img.thumb {
	width: 91%;
	padding: 4px;
	background-color: #f2f2f2; border: none;
}

/*===================================================
	blanch
===================================================*/
#branchPage section > h2  {
	margin-bottom: .4rem;
}
/**blanchList*/
.blanchList { margin-bottom: 2em; }
.blanchList:last-child, 
.blanchList h1,
.blanchList ul {
	margin: 0 !important;
}
.blanchList li{
	list-style: none;
	border:1px solid #ccc; border-top:none;
}
.blanchList li a{
	padding: .6em 2rem .6em 3rem;
	position: relative;
	display: block; box-sizing: border-box;
	background:#FFF url(../../../img/sp/icon_arrow_red.png) no-repeat right center;
	background-size: 15px 11px;
}
#section1 .blanchList li:first-child a:before,
.blanchList li a:after {
	width: 1em; height: 1em;
	content: ""; position:absolute; top:.9em; left:.5em;
	background: #0081e1;
}
/*#section1 .blanchList li:first-child a:after {
	top: 2.5em;
}*/
/**telBox*/
.content-detail dl.telBox {
	margin-bottom: 1.5em;
	text-align: center;
	border: 1px solid #ccc; border-top: none;
}
.content-detail dl.telBox dt {
	color: #000; background: #f2f2f2;
	border-top:1px solid #ccc; border-bottom:1px solid #ccc; 
}
.content-detail dl.telBox dd {
	padding: .3em 0 .5em;
}
.content-detail dl.telBox dd a {
	display: block;
	font-size: 2.2rem; font-weight: bold; text-decoration: underline;
}

dl.telBox dd span.black	{ font-size: 1.6rem !important; }

/*===================================================
	support
===================================================*/
table.bNone caption.type4 {
	margin: 0 !important;
	font-weight: bold;
}

/*===================================================
	branch-single
===================================================*/
#branch-single {
	padding: .5em 1em;
	background: #fff;
}
#branch-single h1 {
	padding: .25em .4em .25em 1em;
	color: #fff; font-size: 1.6rem;
	background: linear-gradient(to bottom, #0081e1 0%,#045ca1 92%);
	box-shadow: inset 0 0 0 1px #b00000;
}
#branch-single .type4 {
	margin-bottom: 0 !important; padding-bottom: 0;
}
#branch-single figure.txtCenter img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}