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




.conTtl {
	background: url(../img_n/conTtl_bg.jpg) no-repeat center center;
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
}
.conTtl h2 {
}
@media (max-width: 750px) {
.conTtl {
	background-size: cover;
}
.conTtl h2 {
	padding: 30px;
	font-size: 2.8rem;
}
}
@media (min-width: 751px) {
.conTtl {
	min-width: 1200px;
}
.conTtl h2 {
	padding: 50px;
	font-size: 3.6rem;
}
}
.breadcrumb {
	background-color: #F9F9F9;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6) inset;
	margin-bottom: 20px;
}
.breadcrumb ul {
	text-align: right;
	font-size: 1.2rem;
	padding: 8px 15px;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li:after {
	content: ">";
	padding: 0 0.5em;
}
.breadcrumb ul li:last-child:after {
	content: normal;
}
.contents {
	text-align: left;
	margin-bottom: 50px;
}
.contents .lead h3 {
	font-weight: bold;
	color: #003F7F;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.contents .section h3 {
	color: #003F7F;
	font-weight: bold;
	border-bottom: 3px dotted #CCC;
	line-height: 1.4;
	margin-bottom: 20px;
}
.contents .section strong {
	font-weight: bold;
}
.contents .section strong.red {
	font-weight: bold;
	color: #F00;
}
.contents .section h4 {
	font-weight: bold;
	color: #003F7F;
	margin-bottom: 10px;
}
.contents .section p {
	margin-bottom: 1em;
}
.contents .section .txtC {
	text-align: center;
}
.contents .section .imgC {
	text-align: center;
}
@media (max-width: 750px) {
.contents {
	padding: 0 15px;
}
.contents .lead {
	margin-bottom: 30px;
}
.contents .lead h3 {
	font-size: 2.0rem;
}
.contents .section {
	margin-bottom: 30px;
}
.contents .section h3 {
	font-size: 2.0rem;
	padding: 10px 0;
}
}
@media (min-width: 751px) {
.contents .lead {
	margin-bottom: 50px;
	text-align: center;
}
.contents .lead h3 {
	font-size: 2.6rem;
}
.contents .section {
	margin-bottom: 50px;
}
.contents .section h3 {
	font-size: 3.0rem;
	padding: 10px 0.5em;
}
.contents .section > div {
	margin: 0 20px;
}
.contents .section .imgR {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 450px;
}
.contents .section ul.col3_fix,
.contents .section ul.col2_fix,
.contents .section ul.col3_2 {
	width: 800px;
	margin: 0 auto 20px;
}
.contents .bana {
	width: 1001px;
	margin: 20px auto;
}
}

.elv .section .panel {
	border: 1px solid #593628;
	background-color: #FDF5EA;
}
.elv .section .panel ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style-position: outside;
}
.elv .section .panel ul li {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.4;
}
.elv .section .sec1 dt {
	font-weight: bold;
	color: #F90;
}
.elv .section .sec1 dd {
	border-bottom: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
.elv .section .sec2 dt {
	font-weight: bold;
}
.elv .section .sec2 dd {
	border-bottom: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
.elv .haishaou {
	background-image: url("../elv/img/haishaou_bg.jpg");
	background-size: 100% auto;
	background-position: center bottom;
	margin-bottom: 50px;
	border-radius: 15px;
	overflow: hidden;
}
.elv .haishaou .innr {
	background-color: rgba(204,0,0,0.95);
	background-image: url("../elv/img/topHaisha_bg_sp.png");
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: right bottom;
	color: #FFF;
}
.elv .haishaou .innr .sp_wrap {
	padding: 15px;
}
.elv .haishaou .innr .midashiTxt {
	margin-bottom: 30px;
}
.elv .haishaou .innr .midashiTxt h3 {
	color: #FF0;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
}
.elv .haishaou .innr .check {
	margin-bottom: 15px;
}
.elv .haishaou .innr .check li {
	font-weight: bold;
}
.elv .haishaou .innr .check li i {
	color: #FF0;
}
/*
.elv .haishaou .link {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	color: #000;
	padding: 15px 30px;
	border-radius: 15px;
}
*/
.elv .haishaou .link a {
	display: inline-block;
	padding: 8px 1.5em;
	background-color: #003F7F;
	color: #FFF;
}
@media (max-width: 750px) {
.elv .section .sec1 dt {
	font-size: 1.8rem;
}
.elv .section .panel {
	padding: 5px 8px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.elv .haishaou .innr {
	background-size: auto 50%;
}
.elv .haishaou .innr .sp_wrap {
	background-color: rgba(194,0,0,0.8);
}
.elv .haishaou .innr .midashiTxt h3 {
	font-size: 26px;
}
.elv .haishaou .innr .check li {
	font-size: 18px;
}
.elv .haishaou .link {
	padding: 8px 15px;
}
}
@media (min-width: 751px) {
.elv .section .sec1 dt {
	font-size: 2.6rem;
}
.elv .section .sec2 dt {
	font-size: 2.6rem;
}
.elv .section .panel {
	padding: 10px 20px;
	margin: 10px;
	font-size: 1.4rem;
}
.elv .haishaou .innr .sp_wrap {
	padding: 30px 250px 30px 50px;
}
.elv .haishaou .innr .check li {
	font-size: 28px;
}
}

.company table {
	width: 100%;
}
@media (min-width: 751px) {
.company table.gaiyo tr th {
	width: 200px;
}
}

.zaiko ul.col2 li > div {
	border-radius: 15px;
	padding: 15px;
	text-align: center;
}
.zaiko ul.col2 li > div.tel {
	background-color: #FC3;
}
.zaiko ul.col2 li > div.fax {
	background-color: #FC3;
}
.zaiko ul.col2 li > div .number {
	font-weight: bold;
}
.zaiko ul.col2 li > div .number a {
	font-weight: bold;
}
.zaiko ul.col2 li > div .txtL {
	text-align: left;
	line-height: 1.4;
}
@media (max-width: 750px) {
.zaiko ul.col2 li > div {
	margin-bottom: 15px;
}
.zaiko ul.col2 li > div h4 {
	font-size: 2.6rem;
}
.zaiko ul.col2 li > div .number {
	font-size: 2.6rem;
}
.zaiko ul.col2 li > div .number span {
	font-size: 1.6rem;
}
.zaiko ul.col2 li > div .txtL {
	font-size: 1.2rem;
}
}
@media (min-width: 751px) {
.zaiko ul.col2 li > div {
	margin: 15px;
}
.zaiko ul.col2 li > div h4 {
	font-size: 2.6rem;
}
.zaiko ul.col2 li > div .number {
	font-size: 3.4rem;
}
.zaiko ul.col2 li > div .number span {
	font-size: 2.0rem;
}
.zaiko ul.col2 li > div .txtL {
	font-size: 1.2rem;
}
}


.satei .number {
	font-weight: bold;
}
.satei .number a {
	font-weight: bold;
}
.satei table tr th .hissu {
	background-color: #F00;
	padding: 0 1em;
	color: #FFF;
	border-radius: 20px;
}
@media (max-width: 750px) {
.satei .number {
	font-size: 2.4rem;
}
.satei .number span {
	font-size: 1.2rem;
}
.satei table tr th .hissu {
	font-size: 1.2rem;
}
}
@media (min-width: 751px) {
.satei .number {
	font-size: 3.4rem;
}
.satei .number span {
	font-size: 2.0rem;
}
.satei table {
	width: 100%;
}
.satei table tr th {
	width: 200px;
}
.satei table tr th .hissu {
	font-size: 1.4rem;
}
}
/*/////err_doc/////*/
