@charset "utf-8";

html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"Osaka",sans-serif;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:62.5%;
}
.touchevents * {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,td,th,figure {
	margin:0;
	padding:0;
}
article,aside,figure,footer,header,main,nav,section {
	display:block;
}
input,select,button,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	margin: 0;
	outline: 0;
	border:none;
	font:inherit;
	overflow:visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button,select {
	cursor:pointer;
	text-transform:none;
}
select::-ms-expand {
	display: none;
}
img {
	-ms-interpolation-mode:bicubic;
	border-style:none;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow:hidden;
}
hr{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:0;
	overflow:visible;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline:0;
	text-decoration:none;
	color: inherit;
	background-color:transparent;
}
li {
	list-style:none;
}
sub,sup {
	position:relative;
	vertical-align:baseline;
}
sub {
	bottom:-.25em;
}
sup {
	top:-.5em;
}

/* consoleWindow */
.consoleWindow {
	z-index:1000000000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	color:#000;
	font-size: 0;
	width: 10px;
}
.consoleWindow .line {
	display: block;
	margin-bottom: 2px;
}
.consoleWindow .consolecheckbox{
	width: 0;
	height: 0;
}
.consoleWindow .timestamp {
	font-weight: bold;
	display: inline;
	color: #0200FF;
	padding-right: 5px;
	background-color: #fff;
	font-size:12px;
	padding: 2px 0;
	opacity: 0.2;
}
.consoleWindow .content{
	opacity: 0.2;
	font-size:12px;
	padding: 2px 0;
	pointer-events:none;
}
.consoleWindow .consolecheckbox:checked ~ *{
	background-color: #fff;
	opacity:1.0;
}
.consoleWindow .source {
	display: inline;
	padding-right: 5px;
}
.consoleWindow .msg {
	font-weight: bold;
	color: #FF0004;
	display: inline;
}

/*	________________________________________________________________________________________ 共通CSS ↓ */
#container {
	min-width: 1120px;
}

.comWrap {
	margin:0 auto;
	width:1100px;
}
.target {
	display: block;
	position: relative;
	width: 0;
	top: -20px;
	z-index: -1;
}
.mt00 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

.comLink2 {
	font-size:0;
}
.comLink2:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-bottom: 9px solid rgba(255,255,255,0);
	border-right: 5px solid #fff;
	border-top: 5px solid #ccc;
	border-left: 9px solid rgba(255,255,255,0);
	-webkit-transform: scaleY(0.55) rotate(45deg);
	-ms-transform: scaleY(0.55) rotate(45deg);
	-o-transform: scaleY(0.55) rotate(45deg);
	transform: scaleY(0.55) rotate(45deg);
	vertical-align: middle;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	position:relative;
	left:-7px;
}
.comLink2:hover:before {
	border-right: 5px solid #0078ca;
	border-top: 5px solid #585858;
}
.comLink2 span {
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	color:#fff;
	vertical-align: middle;
}
.comLink2.pt2:before {
	border-right: 5px solid #0078ca;
	border-top: 5px solid #585858;
}
.comLink2.pt2:hover:before {
	border-right: 5px solid #fff;
	border-top: 5px solid #ccc;
}

.comLink3 {
	border-radius:3px;
	display:inline-block;
	padding:9px 25px;
	background-color:#fafaf5;
	-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.comLink3:hover {
	background-color:#1f70cc;
}
.comLink3 i {
	display:inline-block;
	margin-right:5px;
	width:12px;
	height:2px;
	background-color:#00489a;
	vertical-align:middle;
	position:relative;
	-webkit-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.comLink3 i:before,
.comLink3 i:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#00489a;
	position:absolute;
	left:0;
	-webkit-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.comLink3:hover i,
.comLink3:hover i:before,
.comLink3:hover i:after {
	background-color:#fff;
}
.comLink3 i:before {
	top:-4px;
}
.comLink3 i:after {
	bottom:-4px;
}
.comLink3 span {
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	color:#00489a;
	vertical-align:middle;
	-webkit-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.comLink3:hover span {
	color:#fff;
}

.comTit1 {
	border-left:4px solid #004898;
	padding-left:9px;
	font-size:0;
}
.comTit2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 14px;
	font-size:0;
}
.comTit2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-left: 4px solid #969696;
}
.comTit2.hasBorder {
	padding-bottom: 12px;
	/*border-bottom: 1px solid #d5d9ec;*/
	border-bottom: 1px solid #666666;
}
.comTit2.hasBorder:before {
	bottom: 12px;
}
.comTit2.blue:before {
	border-color: #00489a;
}

.comTit3 {
	margin: 25px 0 30px;
}

.pageTop {
	text-align:center;
	display:block;
	background-color:#00489a;
	width:50px;
	height:50px;
	position:fixed;
	bottom:10px;
	right:10px;
	color:#fff;
	-webkit-transition:background 0.3s,opacity 0.3s;
	-o-transition:background 0.3s,opacity 0.3s;
	transition:background 0.3s,opacity 0.3s;
	opacity:0;
}
.pageTop.none {
	pointer-events:none;
}
.no-csspointerevents.pageTop.none {
	display:none;
}
.pageTop:hover {
	background-color:#333;
}
.pageTop i {
	width: 0;
	height: 0;
	display: block;
	border-bottom: 15px solid transparent;
	border-left: 5px solid #ccc;
	border-top: 5px solid #fff;
	border-right: 15px solid transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	pointer-events: none;
	margin: auto;
	position:relative;
	top:15px;
	margin-bottom:6px;
}


/*	↑ 共通CSS --------------------------------------------------------------------------------
	________________________________________________________________________________________ .comHeader ↓ */

.comHeader {
	position:relative;
	z-index:100;
}
.comHeader:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 47px;
	background-color: #f3f4e9;
	z-index: -1;
}
body.index .comHeader:before {
	content: none;
}

.comHeader > div {
	width:1100px;
	margin:0 auto;
}
.comHeader h1 {
	padding:10px 0;
	font-size:0;
	float:left;
}
.comHeader h1 a {
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.comHeader h1 a:hover {
	opacity:0.7;
}
.comHeader:after {
	content:"";
	display:block;
	clear:both;
}
.comHeader .head_info {
	font-size:0;
	padding:20px 0;
	float:right;
}
.comHeader .head_info img {
	vertical-align:middle;
}
.comHeader .head_info span {
	font-size:14px;
	font-size:1.4rem;
	vertical-align:middle;
}
.comHeader .head_info > ul {
	display:inline-block;
}
.comHeader .head_info > ul li {
	display:inline-block;
}
.comHeader .head_info > ul li + li {
	margin-left:12px;
}
.comHeader .head_info > ul li a {
	display:inline-block;
}
.comHeader .head_info > ul li a:hover span {
	text-decoration:underline;
}
.comHeader .head_info > ul li a img {
	margin-right:5px;
}
.comHeader .head_info .tab {
	display:inline-block;
	position:relative;
}
.comHeader .head_info .tab .info_btn {
	margin-left:15px;
	width:;
	border:1px solid #d5d6ce;
	border-radius:3px;
	padding:5px 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.comHeader .head_info .tab .info_btn:after {
	content:"";
	display:inline-block;
	margin-left:10px;
	width:0px;
	height:0px;
	border-top:9px solid rgba(255,255,255,0);
	border-right:5px solid #585858;
	border-bottom:5px solid #0078ca;
	border-left:9px solid rgba(255,255,255,0);
	-webkit-transform: scaleX(0.55) rotate(45deg);
	-ms-transform: scaleX(0.55) rotate(45deg);
	-o-transform: scaleX(0.55) rotate(45deg);
	transform: scaleX(0.55) rotate(45deg);
	vertical-align:top;
	-webkit-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
}
.comHeader .head_info .tab .info_btn.open,
.comHeader .head_info .tab .info_btn:hover {
	background-color:#1f70cc;
	color:#fff;
}
.comHeader .head_info .tab .info_btn.open:after,
.comHeader .head_info .tab .info_btn:hover:after {
	border-right-color:#ccc;
	border-bottom-color:#fff;
}
.comHeader .head_info .tab .info_btn img {
	margin-right:10px;
}
.comHeader .head_info .tab .box_wrap {
	padding-top:20px;
	position:absolute;
	right:0;
	z-index:100;
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.comHeader .head_info .tab .box_wrap.close {
	opacity:0;
	pointer-events:none;
}
.no-csspointerevents .comHeader .head_info .tab .box_wrap.close {
	display:none;
}
.comHeader .head_info .tab .box_wrap.open {
	opacity:1;
	pointer-events:inherit;
}
.no-csspointerevents .comHeader .head_info .tab .box_wrap.open {
	display:block;
}
.comHeader .head_info .tab .box_wrap .box {
	padding:10px 5px;
	border:5px solid #00489a;
	width:310px;
	background-color:#fff;
	text-align:center;
	position:relative;
}
.comHeader .head_info .tab .box_wrap .box:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border-bottom:12px solid #00489a;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	position:absolute;
	top:-17px;
	right:40px;
}
.comHeader .head_info .tab .box_wrap .box .save {
	padding-bottom:10px;
}
.comHeader .head_info .tab .box_wrap .box .save p {
	float:left;
	padding-top:3px;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn {
	padding:5px 10px;
	border-radius:3px;
	border: 1px solid #d5d6ce;
	float:right;
	-webkit-transition:background 0.3s,color 0.3s;
	-o-transition:background 0.3s,color 0.3s;
	transition:background 0.3s,color 0.3s;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn:hover,
.comHeader .head_info .tab .box_wrap .box .save .savebtn.on {
	background-color:#1F70CC;
	color:#fff;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn i {
	margin-right:5px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#00489a;
	vertical-align:middle;
	position:relative;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn i:before,
.comHeader .head_info .tab .box_wrap .box .save .savebtn i:after {
	content:"";
	display:block;
	margin:auto;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn i:before {
	width:12px;
	height:2px;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn i:after {
	width:2px;
	height:12px;
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.comHeader .head_info .tab .box_wrap .box .save .savebtn.on i:after {
	opacity:0;
}
.comHeader .head_info .tab .box_wrap .box .save:after {
	content:"";
	display:block;
	clear:both;
}
.comHeader .head_info .tab .box_wrap .box ul {
	padding:0 0 10px;
	text-align:left;
}
.comHeader .head_info .tab .box_wrap .box ul li {
	border-radius:3px;
	padding:7px 10px 10px 32px;
	background-color:#f3f4e9;
	-webkit-box-shadow:1px 1px 1px 1px #ccc;
	box-shadow:0px 1px #ccc;
	position:relative;
	word-break:break-all;
}
.comHeader .head_info .tab .box_wrap .box ul li + li{
	margin-top:5px;
}
.comHeader .head_info .tab .box_wrap .box ul li input {
	border:1px solid #dcdecd;
	width:15px;
	height:15px;
	background-color:#fff;
	vertical-align:middle;
	position:absolute;
	left:10px;
	top:10px;
	cursor:pointer;
}
.comHeader .head_info .tab .box_wrap .box ul li input:after {
	display: block;
	content: '';
	margin:auto;
	position: absolute;
	top:-8px;
	left:-4px;
	right:0;
	bottom:0;
	width: 0;
	height: 0;
	border-left: 4px solid #0078ca;
	border-bottom: 5px solid #0078ca;
	border-right: 18px solid transparent;
	border-top: 8px solid transparent;
	opacity:0;
	-webkit-transform:rotate(-45deg) scale(0.5);
	transform:rotate(-45deg) scale(0.5);
	-webkit-transition:transform 0.3s, opacity 0.3s, top 0.3s;
	-o-transition:transform 0.3s, opacity 0.3s, top 0.3s;
	transition:transform 0.3s, opacity 0.3s, top 0.3s;
}
.comHeader .head_info .tab .box_wrap .box ul li input:checked {
}
.comHeader .head_info .tab .box_wrap .box ul li input:checked:after {
	opacity:1;
	top:-16px;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
.comHeader .head_info .tab .box_wrap .box ul li label {
	font-size:14px;
	font-size:1.4rem;
	vertical-align:middle;
	cursor:pointer;
}
.comHeader .head_info .tab .box_wrap .box ul li a {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-size:1.2rem;
	line-height:14px;
	line-height:1.4rem;
	color:#00489a;
}
.comHeader .head_info .tab .box_wrap .box ul li a:hover {
	text-decoration:underline;
}
.comHeader .head_info .tab .box_wrap .box .delete {
	text-align:center;
}
.comHeader .head_info .tab .box_wrap .box .delete:hover span {
	text-decoration:underline;
}
.comHeader .head_info .tab .box_wrap .box .delete[disabled] {
	opacity: 0.5;
	cursor: default;
}
.comHeader .head_info .tab .box_wrap .box .delete[disabled]:hover span {
	text-decoration: none;
}
.comHeader .head_info .tab .box_wrap .box .delete i {
	margin-right:5px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#00489a;
	vertical-align:middle;
	position:relative;
}
.comHeader .head_info .tab .box_wrap .box .delete i:before {
	content:"";
	display:block;
	margin:auto;
	width:12px;
	height:2px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.comHeader .head_info .tab .box_wrap .box .delete span {
	vertical-align:middle;
}
.comHeader .head_info .tab .box_wrap .box > a {
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#00489a;
}
.comHeader .head_info .tab .box_wrap .box > a:hover {
	text-decoration:underline;
}
.comHeader .head_info .tab .box_wrap .box > a + a {
	margin-left:15px;
}


.comHeader .glNav {
	display:table;
	width:100%;
}

.comHeader .glNav > ul {
	display:table-row;
	width:100%;
	font-size:0;
}
.comHeader .glNav > ul > li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.comHeader .glNav > ul > li + li {
	border-left:1px solid #cdcccb;
}
.comHeader .glNav > ul > li > a {
	background-color:#f3f4e9;
	display:block;
	padding:14px 0;
	font-weight:bold;
	font-size:0;
	-webkit-transition:background-color 0.3s, color 0.3s;
	-o-transition:background-color 0.3s, color 0.3s;
	transition:background-color 0.3s, color 0.3s;
	position:relative;
}
.comHeader .glNav > ul > li > a:hover,
.comHeader .glNav > ul > li > a.nowPage {
	background-color:#00489a;
	color:#fff;
}
.comHeader .glNav > ul > li > a:after {
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-left:4px solid transparent;
	border-bottom:4px solid #00489a;
	border-right:4px solid #00489a;
	position:absolute;
	bottom:2px;
	right:2px;
	-webkit-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
}
.comHeader .glNav > ul > li > a:hover:after,
.comHeader .glNav > ul > li > a.nowPage:after {
	border-bottom-color:#fff;
	border-right-color:#fff;
}
.comHeader .glNav > ul > li > a span {
	display:inline-block;
	position:relative;
}
.comHeader .glNav > ul > li > a span img {
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.comHeader .glNav > ul > li > a span img.on {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.comHeader .glNav > ul > li > a:hover span img,
.comHeader .glNav > ul > li > a.nowPage span img {
	opacity:0;
}
.comHeader .glNav > ul > li > a:hover span img.on,
.comHeader .glNav > ul > li > a.nowPage span img.on {
	opacity:1;
}

.comHeader .glNav > ul > li:first-child > a:before,
.comHeader .glNav > ul > li:last-child > a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #cdcccb;
	z-index: 3;
}
.comHeader .glNav > ul > li:first-child > a:before {
	left: 0;
}
.comHeader .glNav > ul > li:last-child > a:before {
	right: 0;
}
body.index .comHeader .glNav > ul > li:first-child > a:before,
body.index .comHeader .glNav > ul > li:last-child > a:before {
	content: none;
}



.comHeader .glNav .dd {
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 13px;
	font-size: 1.3rem;
	z-index: 10;
	-webkit-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
	background-color: #fff;
}
.comHeader .glNav .dd:before,
.comHeader .glNav .dd:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	border-top: 2px solid #00489a;
}
.comHeader .glNav .dd:before {
	top: 0;
}
.comHeader .glNav .dd:after {
	bottom: 0;
}
.comHeader .glNav li:hover .dd {
	z-index: 11;
}
.comHeader .glNav .dd ul {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}
.comHeader .glNav .dd ul:after {
	content: ""; display: table; clear: both;
}
.comHeader .glNav .dd ul li {
	background-color: #333333;
	width: 167px;
	float: left;
}
.comHeader .glNav .dd ul li + li {
	margin-left: 19px;
}
.comHeader .glNav .dd ul li > a {
	display: block;
}
.comHeader .glNav .dd ul li > a span,
.comHeader .glNav .dd ul li dd a {
	position: relative;
	display: block;
	color: #fff;
	padding: 5px 0 5px 25px;
	text-decoration: none;
	text-align: left;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.comHeader .glNav .dd ul li > a:hover span,
.comHeader .glNav .dd ul li dd a:hover {
	background-color: #5f5f5f;
}
.comHeader .glNav .dd ul li > a span:after,
.comHeader .glNav .dd ul li dd a:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #fff;
}

.comHeader .glNav .dd ul dl {
	margin: 2px;
}
.comHeader .glNav .dd ul dl dt {
	text-align: center;
	margin-bottom: 2px;
	/*padding: 5px 0;*/
	background-color: #01489a;
	color: #fff;
	font-weight: bold;
}
.comHeader .glNav .dd ul dl dt a{
	padding: 5px 0;
	display: block;
	height: 100%;
}
.comHeader .glNav .dd ul dl dt a:hover{
	opacity: 0.8;
	display: block;
	background-color: #1a63b7;
}

.comHeader .glNav .dd ul dl dd + dd {
	border-top: 1px solid #5a5a5a;
}
.comHeader .glNav .dd ul li > a span {
	margin: 2px;
}


/*	↑ comHeader --------------------------------------------------------------------------------
	________________________________________________________________________________________ .sec_bana .sec_map ↓ */

.sec_bana {
	font-size:0;
	padding:40px 0 28px;
	text-align:center;
}
.sec_bana ul {
	margin:0 auto;
}
.sec_bana ul.len5,
.sec_bana ul.len6 {
	width: 800px;
}
.sec_bana li {
	margin: 0 6px 12px;
	display:inline-block;
}
.sec_bana li a {
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.sec_bana li a:hover {
	opacity:0.7;
}

.sec_map {
	padding:40px 0;
	height:270px;
	background-image:url(../img/foot_map_all.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.sec_map .comWrap {
	height:270px;
	background-image:url(../img/foot_map.jpg);
	position:relative;
	box-shadow:3px 5px 6px 0px rgba(0,0,0,0.2);
}
.sec_map .comWrap a {
	display:inline-block;
	position:absolute;
}
.sec_map .comWrap a.mm01 {
	top:61px;
	left:1052px;
}
.sec_map .comWrap a.mm02 {
	top:49px;
	left:978px;
}
.sec_map .comWrap a.mm03 {
	top:81px;
	left:848px;
}
.sec_map .comWrap a.mm04 {
	top:100px;
	left:541px;
}
.sec_map .comWrap a.mm05 {
	top:91px;
	left:296px;
}
.sec_map .comWrap a.mm06 {
	top:85px;
	left:6px;
}
.sec_map .comWrap a:before,
.sec_map .comWrap a:after {
	margin:0 auto;
	display:block;
	position:absolute;
	left:-100%;
	right:-100%;
	-webkit-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
}
.sec_map .comWrap a:before {
	content:url(../img/map_ico.png);
	top:18px;
	width:27px;
}
.sec_map .comWrap a:hover:before {
	opacity:0;
}
.sec_map .comWrap a:after {
	width:40px;
	top:4px;
	opacity:0;
	-webkit-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}
.sec_map .comWrap a:hover:after {
	opacity:1;
	-webkit-transform:scale(1) translateY(-10px);
	-ms-transform:scale(1) translateY(-10px);
	-o-transform:scale(1) translateY(-10px);
	transform:scale(1) translateY(-10px);
}
.sec_map .comWrap a.mm01:after {
	content:url(../img/mm01_ico.png);
}
.sec_map .comWrap a.mm02:after {
	content:url(../img/mm02_ico.png);
}
.sec_map .comWrap a.mm03:after {
	content:url(../img/mm03_ico.png);
}
.sec_map .comWrap a.mm04:after {
	content:url(../img/mm04_ico.png);
}
.sec_map .comWrap a.mm05:after {
	content:url(../img/mm05_ico.png);
}
.sec_map .comWrap a.mm06:after {
	content:url(../img/mm06_ico.png);
}
.sec_map .comWrap a img {
}
.sec_map .comWrap a .off {
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
}
.sec_map .comWrap a:hover .off {
	opacity:0;
	-webkit-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
	-webkit-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-o-transform:translateY(-20px);
	transform:translateY(-20px);
}
.sec_map .comWrap a .on {
	margin:0 auto;
	position:absolute;
	opacity:0;
	left:-50%;
	right:-50%;
	top:0px;
	-webkit-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
	-webkit-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
}
.sec_map .comWrap a:hover .on {
	opacity:1;
	-webkit-transform:scale(1) translateY(-30px);
	-ms-transform:scale(1) translateY(-30px);
	-o-transform:scale(1) translateY(-30px);
	transform:scale(1) translateY(-30px);
}


/*	↑ .sec_bana .sec_map --------------------------------------------------------------------------------
	________________________________________________________________________________________ .comFooter ↓ */


.comFooter {
	padding:30px 60px;
	width:980px;
	margin:0 auto;
}
.comFooter .sns {
	font-size:0;
	border-radius:3px;
	margin:0 auto 35px;
	width:360px;
	overflow:hidden;
	-webkit-box-shadow:1px 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow:1px 2px 2px 0 rgba(0,0,0,0.2);
}
.comFooter .sns dt {
	display:inline-block;
	width:120px;
	height:40px;
	text-align:center;
	background-color:#00489a;
	color:#fff;
}
.comFooter .sns dt:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.comFooter .sns dt img {
	vertical-align:middle;
	margin-right:10px;
}
.comFooter .sns dt span {
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-size:1.2rem;
	line-height:14px;
	line-height:1.4rem;
}
.comFooter .sns dd {
	padding-left:8px;
	width:232px;
	height:40px;
	display:inline-block;
	background-color:#f3f4e9;
}
.comFooter .sns dd:before {
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.comFooter .sns dd > div {
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
}
.comFooter .foot_sitemap {
	font-size:0;
	margin-bottom:20px;
}
.comFooter .foot_sitemap li {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:top;
	width:20%;
}
.comFooter .foot_sitemap li a {
	font-size:12px;
	font-size:1.2rem;
	color:#333333;
}
.comFooter .foot_sitemap li a:hover {
	text-decoration:underline;
}
.comFooter .foot_name {
	text-align:center;
}
.comFooter .foot_copyright {
	text-align:center;
	color:#999999;
}



/*	↑ .comFooter --------------------------------------------------------------------------------
	________________________________________________________________________________________ .arrow ↓ */

.arrow_left,
.arrow_right {
	font-size:0;
	width:17px;
	height:44px;
	position:relative;
}
.arrow_left span,
.arrow_right span {
	content:"";
	width:0;
	height:0;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
	pointer-events:none;
	margin:auto;
}
.arrow_left span {
	right:0;
	border-top:25px solid transparent;
	border-top:25px solid rgba(255,255,255,0);
	border-left:8px solid #0078ca;
	border-bottom:8px solid #585858;
	border-right:25px solid transparent;
	border-right:25px solid rgba(255,255,255,0);
}
.arrow_right span {
	left:0;
	border-top:8px solid #0078ca;
	border-left:25px solid transparent;
	border-left:25px solid rgba(255,255,255,0);
	border-bottom:25px solid transparent;
	border-bottom:25px solid rgba(255,255,255,0);
	border-right:8px solid #585858;
}
.arrow_left:hover span {
	border-left-color:#fff;
	border-bottom-color:#ccc;
}
.arrow_right:hover span {
	border-top-color:#fff;
	border-right-color:#ccc;
}
.arrow_left.pt2,
.arrow_right.pt2 {
	width:12px;
	height:20px;
}
.arrow_left.pt2 span,
.arrow_right.pt2 span {
	margin:auto -50%;
}
.arrow_left.pt2 span {
	border-top-width:10px;
	border-left-width:3px;
	border-bottom-width:3px;
	border-right-width:10px;
}
.arrow_right.pt2 span {
	border-top-width:3px;
	border-left-width:10px;
	border-bottom-width:10px;
	border-right-width:3px;
}

.arrow_bottom {

}



/*	↑ .arrow --------------------------------------------------------------------------------
	________________________________________________________________________________________ 共通パーツ ↓ */



/* color ------------------------------------- */
.color_theme {
	color: #00489b;
}
.a_blue {
	color: #00489b;
	text-decoration: underline;
}
a.a_blue:hover {
	text-decoration: none;
}

/* font size ------------------------------------- */
.fz12 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.fz13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.fz14 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85;
}
.fz16 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.fz18 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}

/* font weight ------------------------------------- */
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}



/* .waysideNav ------------------------------------- */
.waysideNav {
	min-width:1100px;
	text-align:center;
	margin-bottom:-1px;
	padding:25px 0 29px;
	position:relative;
	font-size:0;
}
.waysideNav:before {
	content:"";
	display:block;
	width:100%;
	height:2px;
	background-color:#00489a;
	position:absolute;
	top:48px;
}
.waysideNav:after {
	content:"";
	margin:0 auto;
	position:absolute;
	width: 148px;
	height: 110px;
	background:url(../img/waysidenav_ph.png) no-repeat 100%;
	-webkit-background-size: contain;
	background-size: contain;
	left:-1124px;
	right:0;
	bottom:-15px;
}
body.index .waysideNav:after {
	width: 171px;
	left:-1155px;
	bottom: -10px;
}

.waysideNav p {
	margin-left: 40px;
	margin-right:57px;
	padding:8px 0;
	width:115px;
	background-color:#474747;
	display:inline-block;
	position:relative;
	top:8px;
}
.waysideNav p:before,
.waysideNav p:after {
	content:"";
	display:block;
	position:absolute;
}
.waysideNav p:before {
	width:12px;
	height:34px;
	background-color:#474747;
	bottom:-34px;
	left:35px;
}
.waysideNav p:after {
	border-left:20px solid #474747;
	border-top:16px solid transparent;
	border-bottom:15px solid transparent;
	top: 0;
	right:-20px;
}
.waysideNav ul {
	display:inline-block;
}
.waysideNav ul li {
	display:inline-block;
	vertical-align: middle;
	position:relative;

}
/*.waysideNav ul li.nihonodori_btn a,.waysideNav ul li.motomachi_btn a{
	padding: 0;
}*/
.waysideNav ul li + li {
	margin-left: 42px;
}
.waysideNav ul li a {
	border:0px solid #fff;
	border-radius:20px;
	padding:12px 0;
	display:block;
	width:112px;
	border:2px solid #00489a;
	background-color:#00489a;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
	position:relative;
}
.waysideNav ul li a:before,
.waysideNav ul li a:after {
	position:absolute;
	top:0;
	bottom:0;
}
.waysideNav ul li.nihonodori_btn a,.waysideNav ul li.motomachi_btn a{
	padding: 5px;
}
.waysideNav ul li a:before {
	content:"";
	width:0;
	height:0;
	margin:auto 0;
	border-left:4px solid;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	left:10px;
	color:#fff;
	-webkit-transition:color 0.5s;
	-o-transition:color 0.5s;
	transition:color 0.5s;
}
.waysideNav ul li a.on:before,
.waysideNav ul li a:hover:before {
	color:#00489a;
}
.waysideNav ul li a:after {
	margin:auto;
	width:75px;
	height:15px;
	left:6px;
	right:0;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	transition:opacity 0.5s;
	opacity:0;
}
.waysideNav ul li:nth-child(1) a:after {
	content:url(/common/img/wayside_nav_1_on.png);
}
.waysideNav ul li:nth-child(2) a:after {
	content:url(/common/img/wayside_nav_2_on.png);
}
.waysideNav ul li:nth-child(3) a:after {
	content:url(/common/img/wayside_nav_3_on.png);
}
.waysideNav ul li:nth-child(4) a:after {
	content:url(/common/img/wayside_nav_4_on.png);
}
.waysideNav ul li:nth-child(5) a:after {
	content:url(/common/img/wayside_nav_5_on.png);
	top:-13px;
}
.waysideNav ul li:nth-child(6) a:after {
	content:url(/common/img/wayside_nav_6_on.png);
	top:-11px;
}
.waysideNav ul li a.on:after,
.waysideNav ul li a:hover:after {
	opacity:1;
}
.waysideNav ul li a:hover,
.waysideNav ul li a.on {
	background-color:#fff;
}

.waysideNav ul li a img {
	position:relative;
	left:3px;
}

/* .sec_service ------------------------------------- */
.sec_service {
	position: relative;
	background-image:url(../img/sec_service_bg.png);
	text-align:center;
	font-size:0;
	z-index: 3;
}
.sec_service dl {
	display:inline-block;
	text-align:left;
	margin:0 auto;
	width:1050px;
	vertical-align:middle;
}
.sec_service dl dt {
	margin-right:15px;
	display:inline-block;
	vertical-align:middle;
}
.sec_service dl dt span {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
}
.sec_service dl dd {
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
	width:915px;
	position:relative;
}
.sec_service dl dd > div {
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
	width:915px;
	position:relative;
}
.sec_service dl dd > div.normal {
	padding:15px 10px 15px 50px;
	background-color:#f9fff9;
}
.sec_service dl dd > div.caution {
	padding:20px 10px 20px 50px;
	background-color:#feffe3;
}
.sec_service dl dd > div:before {
	content:url(../img/sec_service_arrow.png);
	margin:auto 0;
	height:19px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
}
.sec_service dl dd > div .info > div {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6;
	vertical-align:middle;
	display:inline-block;
}
.sec_service dl dd > div .info > div a {
	text-decoration: underline;
}
.sec_service dl dd > div .info > div a:hover {
	text-decoration: none;
}
.sec_service dl dd .description {
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
}
.sec_service dl dd .caution .description {
	margin-bottom:5px;
}
.sec_service dl dd .inner {
	display:inline-block;
	vertical-align:middle;
	width:700px;
	margin-right: 20px;
}
.sec_service dl dd .caution .inner {
	color:#fe0000;
}
.sec_service dl dd .info:before {
	display:inline-block;
	font-size:0;
	width:20px;
	height:20px;
	padding-right:5px;
	margin-left:-25px;
	vertical-align:middle;
}
.sec_service dl dd .caution .info:before {
	content:url(../img/ico_attention.png);
}
.sec_service dl dd .normal .info:before {
	content:url(../img/ico_normal.png);
}
.sec_service dl dd a.delay {
	position: relative;
	border-radius:3px;
	display:inline-block;
	padding: 8px 15px 8px 35px;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #ebebeb;
	color:#00489a;
	-webkit-transition:background 0.3s, color 0.3s, border 0.3s;
	-o-transition:background 0.3s, color 0.3s, border 0.3s;
	transition: background 0.3s, color 0.3s, border 0.3s;
}
.sec_service dl dd a.delay:before,
.sec_service dl dd a.delay:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-repeat: no-repeat;
}
.sec_service dl dd a.delay:before {
	background-image: url(../img/ico_document.png);
}
.sec_service dl dd a.delay:after {
	background-color: #fff;
	background-image: url(../img/ico_document_w.png);
	opacity: 0;
	-webkit-transition:background 0.3s, opacity 0.3s;
	-o-transition:background 0.3s, opacity 0.3s;
	transition: background 0.3s, opacity 0.3s;
}
.sec_service dl dd a.delay:hover {
	background-color: #1f70cc;
	border-color: #1f70cc;
	color: #fff;
}
.sec_service dl dd a.delay:hover:after {
	background-color: #1f70cc;
	opacity: 1;
}
.sec_service dl dd a.delay span {
	display: inline-block;
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	vertical-align:middle;
}
.sec_service > a {
	position: relative;
	display:inline-block;
	border-radius:2px;
	width:38px;
	height:38px;
	-webkit-box-shadow:2px 2px 0 0 rgba(0,0,0,0.2);
	box-shadow:2px 2px 0 0 rgba(0,0,0,0.2);
	background-color:#fff;
	vertical-align:middle;
	-webkit-transition:background 0.3s;
	-o-transition:background 0.3s;
	transition:background 0.3s;
}
.sec_service > a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -13px;
}
.sec_service > a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 19px;
	margin: -9px 0 0 -13px;
	background: #fff url(../img/ico_update_w.png) no-repeat;
	opacity: 0;
	-webkit-transition:background 0.3s, opacity 0.3s;
	-o-transition:background 0.3s, opacity 0.3s;
	transition: background 0.3s, opacity 0.3s;
}
.sec_service > a:hover {
	background-color:#1f70cc;
}
.sec_service > a:hover:after {
	opacity: 1;
	background-color:#1f70cc;
}

.sec_service dl dd:before {
	content: "";
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	background: #fff url(../img/loading.gif) no-repeat 50%;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	opacity: 0;
	z-index: 10;
}
.sec_service dl dd.loading:before {
	top: 50%;
	left: 50%;
	opacity: 1;
}




/* .hover_on ------------------------------------- */
.hover_on {
	position: relative;
}
.hover_on .on {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
	opacity: 0;
}
.hover_on:hover .on {
	opacity: 1;
}

/* .section ------------------------------------- */
.section {
	margin-bottom: 60px;
}
.section.hasBorderT {
	padding-top: 60px;
	border-top: 1px solid #ececec;
}
.section.hasBorderB {
	padding-bottom: 60px;
	border-bottom: 1px solid #ececec;
}
.section.s {
	margin-bottom: 40px;
}
.section.s.hasBorderT {
	padding-top: 40px;
}
.section.s.hasBorderB {
	padding-bottom: 40px;
}
.section.s.hasBorderT.dot {
	border-top: 1px dotted #ddd;
}

/* .topicPath ------------------------------------- */
.topicPath {
	margin: 20px auto;
	width: 1100px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #333;
}
.topicPath a {
	color: #333;
}
.topicPath a:hover {
	text-decoration: underline;
}

/* .pageTitle ------------------------------------- */
.pageTitle {
	margin-bottom: 35px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 3px solid #eee;
}
.pageTitle span {
	display: block;
	width: 1100px;
	margin: 0 auto;
	padding-left: 15px;
	border-left: 5px solid #00489a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* .title ------------------------------------- */
.titleL {
	position: relative;
	margin-bottom: 30px;
	padding-left: 14px;
}
.titleL:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #969696;
	border-radius: 1px;
}

.titleM {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #00489b;
	color: #00489b;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}

.pointTitle {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.pointTitle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #00489a;
	border-radius: 100%;
}


/* .bg ------------------------------------- */
.bg_stripe {
	background: url(../img/bg_stripe.png);
}
.bg_stripe_light {
	background: url(../img/bg_stripe_light.png);
}
.bg_light_blue {
	background: url(../img/bg_light_blue.png);
}
.bg_light {
	background-color: #f3f4e9;
}

/* .linkArrow ------------------------------------- */
.linkArrow {
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 16px;
	background: url(../img/link_arrow.png) no-repeat 0 14px;
}
a.linkArrow,
a .linkArrow {
	text-decoration: none;
}
a.linkArrow:hover,
a:hover .linkArrow {
	text-decoration: underline;
}

/* linkList ------------------------------------- */
.linkList {
}
.linkList:after {
	content: ""; display: table; clear: both;
}
.linkList li {
	float: left;
	margin-right: 40px;
}
.linkList li a {
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 16px;
	text-decoration: none;
	background: url(../img/link_arrow.png) no-repeat 0;
}
.linkList li a:hover {
	text-decoration: underline;
}

.linkList.hasBorder {
	position: relative;
	margin: -12px 0;
	background: url(../img/line_link_list.png);
}
.linkList.hasBorder > * {
	position: relative;
	overflow: hidden;
	margin-bottom: -2px;
}
.linkList.hasBorder ul:after {
	content: ""; display: table; clear: both;
}
.linkList.hasBorder li {
	padding: 11px 0 13px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}
.linkList.hasBorder li a {
	padding-top: 0;
	padding-bottom: 0;
}


/* .boxLink ------------------------------------- */
.boxLink {
	position: relative;
	display: inline-block;
	background-color: #f3f4e9;
	padding: 10px 20px;
	padding-left: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.boxLink:hover {
	background-color: #00489a;
	color: #fff;
}
.boxLink:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-right: 10px;
	border-bottom: 9px solid rgba(255,255,255,0);
	border-right: 5px solid #343434;
	border-top: 5px solid #0d519f;
	border-left: 9px solid rgba(255,255,255,0);
	-webkit-transform: scaleY(0.55) rotate(45deg);
	-ms-transform: scaleY(0.55) rotate(45deg);
	-o-transform: scaleY(0.55) rotate(45deg);
	transform: scaleY(0.55) rotate(45deg);
	vertical-align: -1px;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	position:relative;
}
.boxLink:hover:before {
	border-right-color: #ffffff;
	border-top-color: #d1d1d1;
}


/* .floatboxLink ------------------------------------- */
.floatboxLink li {
	display: inline-block;
	margin-right: 10px;
}


/* .btnCnter ------------------------------------- */
.btnCnter {
	margin-top: 40px;
	text-align: center;
}
.btnCnter li {
	display: inline-block;
	margin: 0 16px;
}


/* .baseTextArea ------------------------------------- */
.baseTextArea {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.85;
}
.baseTextArea > * + * {
	margin-top: 25px;
}
.baseTextArea.mts > * + * {
	margin-top: 15px;
}

/* .phColumn3 ------------------------------------- */
.phColumn3 {
}
.phColumn3:after {
	content: ""; display: table; clear: both;
}
.phColumn3 li {
	float: left;
}
.phColumn3 li + li {
	margin-left: 10px;
}

/* .phLinkColumn4 ------------------------------------- */
.phLinkColumn4 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.phLinkColumn4:after {
	content: ""; display: table; clear: both;
}
.phLinkColumn4 + .phLinkColumn4 {
	margin-top: 25px;
}
.phLinkColumn4 li {
	float: left;
	width: 245px;
}
.phLinkColumn4 li + li {
	margin-left: 40px;
}
.phLinkColumn4 li a {
	display: block;
}
.phLinkColumn4 li a span {
	display: block;
}
.phLinkColumn4 li a .ph {
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.phLinkColumn4 li a .linkArrow {
	padding-top: 12px;
	padding-bottom: 12px;
}
.phLinkColumn4 li a:hover .ph {
	opacity: 0.7;
}


/* .phLeft150 ------------------------------------- */
.phLeft150 {
}
.phLeft150:after {
	content: ""; display: table; clear: both;
}
.phLeft150 .ph {
	float: left;
}
.phLeft150 .ph + * {
	margin-left: 170px;
}


/* .halfColumn ------------------------------------- */
.halfColumn {
}
.halfColumn:after {
	content: ""; display: table; clear: both;
}
.halfColumn + .halfColumn {
	margin-top: 40px;
}
.halfColumn > * {
	float: left;
	width: 530px;
}
.halfColumn > * + * {
	float: right;
}

.halfColumn.rText > * + * {
	width: 550px;
}


/* .eventList ------------------------------------- */
.eventList {
	margin-top: 20px;
}
.eventList:after {
	content: ""; display: table; clear: both;
}

.eventList li {
	float: left;
	width: 266px;
}
.eventList li + li {
	margin-left: 12px;
}
.eventList a {
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.eventList a > * {
	display: block;
	margin: 0 12px;
}
.eventList a .img {
	height: 170px;
	margin: 0 0 12px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.eventList a .time {
	display: inline-block;
	padding: 1px 10px;
	background-color: #00489A;
	font-size: 11px;
	font-size: 1.1rem;
	position: relative;
	color: #FFF;
}
.eventList a .time:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #00489A;
	position: absolute;
	bottom: -3.5px;
	left: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.eventList a .title {
	height: 3.6em;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}

.eventList .mark {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0;
	background-color: #CA2741;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
}
.eventList .mark.pickup {
	background-color: #f9be00;
}
.eventList .mark span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	color:#FFF;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}



/* .bottomSocial ------------------------------------- */
.bottomSocial {
	padding: 40px 0;
}
.bottomSocial .comWrap:after {
	content: ""; display: table; clear: both;
}

.bottomSocial dl {
	float: left;
	width: 535px;
}
.bottomSocial dl + dl {
	float: right;
}
.bottomSocial dl dt {
	position: relative;
	margin-bottom: 20px;
	padding-left: 12px;
}
.bottomSocial dl dt:before {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 0;
	border-left: 3px solid #969696;
}
.bottomSocial dd {
	height: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottomSocial .twitter dd {
	padding: 0 20px;
	background-color: #fff;
	border: 5px solid #edf0f1;
}



/* list ------------------------------------- */
.pointList li {
	position: relative;
	padding-left: 1em;
}
.pointList li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.pointList.has_mt li + li {
	margin-top: 1.6em;
}

.pointListL li {
	position: relative;
	padding-left: 1em;
}
.pointListL li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #00489b;
}


.notesList li {
	position: relative;
	padding-left: 1em;
}
.notesList li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.notesList.has_mt li + li {
	margin-top: 1.6em;
}

.parenthesesList li {
	position: relative;
	padding-left: 1.5em;
}
.parenthesesList li > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
}



/* inner_nav ------------------------------------- */
.inner_nav {
	margin-bottom: 30px;
}
.inner_nav:after {
	content: ""; display: table; clear: both;
}
.inner_nav li {
	float: left;
	padding: 0 10px 10px 0;
}
.inner_nav li a {
	display: block;
	position: relative;
	padding: 12px 25px;
	background-color: #f3f4e9;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.inner_nav li a:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-bottom: 9px solid rgba(255,255,255,0);
	border-right: 5px solid #343434;
	border-top: 5px solid #0d519f;
	border-left: 9px solid rgba(255,255,255,0);
	-webkit-transform: scaleX(0.55) rotate(135deg);
	-ms-transform: scaleX(0.55) rotate(135deg);
	-o-transform: scaleX(0.55) rotate(135deg);
	transform: scaleX(0.55) rotate(135deg);
	vertical-align: middle;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	position:relative;
	left: 10px;
	top: -5px;
}
.inner_nav li a:hover,
.inner_nav li a.current {
	background-color: #00489a;
	color: #fff;
}
.inner_nav li a:hover:after,
.inner_nav li a.current:after {
	border-right-color: #ffffff;
	border-top-color: #d1d1d1;
}



/* boxFitArea ------------------------------------- */
.boxFitArea {
	display: inline-block;
	padding: 24px 28px;
	border: 1px solid #e6e6e6;
}


/* table.basic ------------------------------------- */
table.basic {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
table.basic th,
table.basic td {
	padding: 15px;
	text-align: left;
}
table.basic th {
	border-right: 1px solid #fff;
	background: url(../img/bg_stripe_blue.png);
	color: #fff;
	font-weight: bold;
}
/*table.basic tr th + th {
	border-left: 1px solid #fff;
}*/
table.basic th:last-child {
	border-right: 1px solid #336DAE;
}
table.basic thead th {
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 0;
	border-bottom: 0;
}
table.basic thead tr + tr th {
	border-top: 1px solid #fff;
}
table.basic thead tr:last-child.thLight th {
	border-bottom-width: 0;
}
table.basic tbody tr th {
	border-bottom: 1px solid #fff;
}
table.basic tbody tr:last-child th {
	border-bottom-color: #336DAE;
}
table.basic .thLight th,
table.basic .thLight th {
	background: #f3f4e9;
	border-bottom: 0;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
table.basic .bold,
table.basic .bold th,
table.basic .bold td {
	font-weight: bold;
}
table.basic td,
table.basic .thLight th {
	/*border-left: 1px solid #cccccc;*/
	border-right: 1px solid #cccccc;
	border-left: 0;
}
table.basic td:first-child,
table.basic .thLight th:first-child {
	border-left: 1px solid #cccccc;
}
table.basic tbody td,
table.basic .thLight th {
	border-bottom: 1px dotted #cccccc;
}
table.basic tbody tr:first-child td {
	border-top: 1px solid #cccccc;
}
table.basic tbody tr:last-child td,
table.basic .thLight tr:last-child th {
	border-bottom: 1px solid #cccccc;
}
table.basic .bdl0 {
	border-left-width: 0 !important;
}


table.basic .center {
	text-align: center;
}
table.basic .w15 {
	width: 15%;
}
table.basic .w20 {
	width: 20%;
}
table.basic .w25 {
	width: 25%;
}
table.basic .w30 {
	width: 30%;
}
table.basic .w40 {
	width: 40%;
}
table.basic .w50 {
	width: 50%;
}

table.basic.fixed {
	table-layout: fixed;
}
table.basic.center th,
table.basic.center td {
	text-align: center;
}
table.basic.thCenter th{
	text-align: center;
}

/* imgBorder ------------------------------------- */
.imgBorder {
	border: 1px solid #d5d9ec;
}

/* ico_blank ------------------------------------- */
.ico_blank {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}
.ico_blank:before,
.ico_blank:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}
.ico_blank:before {
	top: 3px;
	right: 3px;
	border-left: 2px solid #00489a;
	border-bottom: 2px solid #00489a;
}
.ico_blank:after {
	top: 0;
	right: 0;
	border: 1px solid #00489a;
}
a:hover .ico_blank.has_hover:before,
a:hover .ico_blank.has_hover:after {
	border-color: #fff !important;
}



/* 印刷CSS */
@media print {
}


.slick-slider * {
	outline: none;
}


