@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

@font-face {
	font-family: 'haseko';
	src:
		url('/hc/csr/fonts/haseko.ttf?7bsjop') format('truetype'),
		url('/hc/csr/fonts/haseko.woff?7bsjop') format('woff'),
		url('/hc/csr/fonts/haseko.svg?7bsjop#haseko') format('svg');
	font-weight: normal;
	font-style: normal;

}

/*
.icon-slide_arrow:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-blank:before {
  content: "\e902";
}
.icon-circle_arrow:before {
  content: "\e905";
}
.icon-pdf:before {
  content: "\e903";
}
 */

body.pgCsr {
	margin: 0 auto;
	font-size: 1.4rem;
	/*
	line-height: 1.8;
*/
	text-align: left;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

main a:link {
	text-decoration: none;
	color: #333;
}

main a:visited {
	text-decoration: none;
	color: #551a8b;
}

main a:active {
	text-decoration: none;
	color: #333;
}

main a:hover {
	text-decoration: none;
	color: #333;
}

.pgCsr #globalContents {
	background: none;
}

.pgCsr ul,
.pgCsr dl {
	margin: 0;
}

.pgCsr ul.menuList01 {
	margin-top: 10px;
}

#headerMenu p {
	margin-top: 1em;
}

@media only screen and (max-width: 768px) {
	body.pgCsr {
		font-size: 1.3rem;
	}

	body.pgCsr main {
		font-size: 1.5rem;
	}
}

/* ------------------------------------
	main
------------------------------------ */
.pgCsr #main {
	width: 100%;
	padding: 0;
	float: none;
}

.pgCsr #main section {
	line-height: 1.8;
}

.text_right {
	text-align: right !important;
}

.text_center {
	text-align: center !important;
}

.apWrap table.text_left th {
	text-align: left;
}

/* ------------------------------------
	common parts
------------------------------------ */
.brPc {
	display: block;
	font-size: 0 !important;
}

.brSp {
	display: none !important;
}

.displayPc {
	display: block !important;
}

.displaySp {
	display: none !important;
}

.alignR {
	text-align: right !important;
}

.alignC {
	text-align: center !important;
}

.alignL {
	text-align: left !important;
}

.vAlignT {
	vertical-align: top !important;
}

.vAlignM {
	vertical-align: middle !important;
}

.vAlignB {
	vertical-align: bottom !important;
}

.fontB {
	font-weight: bold !important;
}

.fontN {
	font-weight: normal !important;
}

.note {
	color: #969494;
	font-size: 1.3rem;
}

.codicil {
	color: #6e7376;
}

.subcolor {
	color: #BFB59A;
}

.attention {
	color: #D9340A;
}

.indent {
	text-indent: -1.5rem;
	padding: 0 0 0 1.5rem;
	display: inline-block;
}

.noBr {
	white-space: nowrap;
	display: inline-block;
}

.noIcon:before {
	content: none !important;
}

.noBorder {
	border: none !important;
}

.noBorderT {
	border-top: none !important;
}

.noBorderB {
	border-bottom: none !important;
}

span.tel a {
	color: #333;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mt-5 {
	margin-top: -5px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.th10 {
	width: 10%;
}

.th15 {
	width: 15%;
}

.th20 {
	width: 20%;
}

/* PC hover */
@media only screen and (min-width: 768px) {
	.disable:hover {
		opacity: 1 !important;
		cursor: default;
	}

	.sp {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.brPc {
		display: none !important;
	}

	.brSp {
		display: block !important;
		font-size: 0 !important;
	}

	.displayPc {
		display: none !important;
	}

	.displaySp {
		display: block !important;
	}
}

/* ------------------------------------
	btn
------------------------------------ */
.basicBtn {
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	text-align: center;
	line-height: 1.6;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	border: 1px solid #3A3A3A;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	color: #333;
}

.basicBtn:visited {
	color: #333;
}

.basicBtn:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 8px solid transparent;
	border-right: 8px solid #3A3A3A;
	border-bottom: 8px solid #3A3A3A;
	border-left: 8px solid transparent;
	position: absolute;
	right: 4px;
	bottom: 4px;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.basicBtn.btnsafety {
	width: 482px;
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .basicBtn:hover {
		color: #FFF;
		background: #3A3A3A;
	}

	body:not(.tab_view) .basicBtn:hover:before {
		content: "";
		width: 0;
		height: 0;
		display: block;
		border-top: 8px solid transparent;
		border-right: 8px solid #FFF;
		border-bottom: 8px solid #FFF;
		border-left: 8px solid transparent;
		position: absolute;
		right: 4px;
		bottom: 4px;
	}
}

@media only screen and (max-width: 768px) {

	.basicBtn,
	.basicBtn.btnsafety {
		width: 90%;
		height: 60px;
		margin: 0 auto;
		line-height: 60px;
	}
}

/* ------------------------------------
	csrLocalMap
------------------------------------ */
.csrLocalMap {
	padding: 40px 0 30px;
	background: #d2f7ef;
}

.csrLocalMap ul {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.csrLocalMap li {
	margin: 0 20px 15px 0;
	padding: 0 20px 0 0;
	line-height: 1.2;
	float: left;
	border-right: 1px solid #333;
}

.csrLocalMap li a {
	line-height: 1.2;
	display: inline-block;
	vertical-align: baseline;
}

.csrLocalMap li a:link {
	color: #0064DD;
}

.csrLocalMap li.active a {
	color: #333;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.csrLocalMap {
		padding: 0;
	}

	.csrLocalMap ul {
		width: 100%;
	}

	.csrLocalMap li {
		margin: 0;
		padding: 0;
		float: none;
		border-right: none;
		border-bottom: 1px solid #E2E2E2;
	}

	.csrLocalMap li a {
		padding: 23px 40px 23px 20px;
		display: block;
		font-size: 1.8rem;
		position: relative;
	}

	.csrLocalMap li a:before {
		content: '\e901';
		font-family: 'haseko';
		font-size: 1.3rem;
		font-weight: normal;
		color: #333333;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
.csrLocalMap li a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) .csrLocalMap li a:hover {
		color: #44bbee;
	}

	body:not(.tab_view) .csrLocalMap li.active a:hover {
		color: #333;
	}
}

/* ------------------------------------
	clearfix
------------------------------------ */
.cf:before,
.cf:after,
main:before,
main:after {
	content: " ";
	display: table;
}

.cf:after,
main:after {
	clear: both;
}