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


.container {
	margin-top: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.pagetitle {
	width: 100%;
	height:35px;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	line-height: 35px;
	font-size: 18px;
	display: block;
	font-weight: bold;
	
	text-align: center;
	border-top: solid 1px #e8e9ef;
	border-bottom: solid 1px #e8e9ef;
	box-sizing: border-box;
	color: #333;
}
/*IE11文字後の余白回避*/
@media all and (-ms-high-contrast:none) {
	h2.pagetitle span {
		line-height: 25px;
		padding-top:7px;
		padding-bottom:3px;
	}
}

/*共通設定トップ*/
section.topbox {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}

/*準備中*/
section.comingsoon {
	margin:0 auto 60px;
	width:100%;
	max-width:1000px;
	overflow: hidden;
}
section.comingsoon h2 {
	padding:80px 0 30px;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:45px;
	color:#325886;
	font-weight:bold;
}
section.comingsoon h3 {
	padding:50px 0 80px;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:21px;
	color:#666;
	font-weight:bold;
	line-height:1.7;
}
.comingsoon .sogo {
	margin: auto;
	width: 590px;
	margin-bottom: 55px;
	overflow: hidden;
	position: relative;
}
.btn1 a {
	display:block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:#fff;
	background: #365db5 url(/ssl/images/arrow_bn.png) no-repeat right 16px center;
	background-size: 16px auto;
	color:#fff;
	padding:1em 1em;
	box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width:270px;
	margin-right:50px;
	float:left;
}
.btn1 a:hover {
	background: #5884e6 url(/ssl/images/arrow_bn.png) no-repeat right 16px center;
	background-size: 16px auto;
	text-decoration:none;
}
.freedial {
	box-sizing: border-box;
	display: block;
	width: 270px;
	height: 0;
	padding-top: 54px;
	background-image: url(/ssl/images/freedial.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	float:left;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
	color:#fff;
	overflow:hidden;
}











/*
h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}

section.box1 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
}

section.box2,
section.box3,
section.box4,
section.box5 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
}
section h3 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #2430a4;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	
	margin-bottom:20px;
	font-size: 18px;
	font-weight: bold;
}
.location_txt {
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	padding:30px 30px 40px;
}
.location_txt2 {
	display:block;
	box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	padding:30px 30px 0px;
}
.location_txt h4 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.6;
}

.location_txt figcaption,
.location_txt2 figcaption {
	padding-top: 0.5em;
	font-size:11px;
}

.box1 p,
.box2 p,
.box3 p,
.box4 p,
.box5 p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	line-height:1.7;
	display:block;
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 1020px) {

}
*/
