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


.container {
	margin-top: 0;
	/*padding-top:13.33vw;*/
}

h2.title {	
	display:none;	
}
#crumb {
	display:none;
}

h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}

.pagemanu {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pagemanu h2 {
	font-weight: bold;
	display: block;
	line-height: 6vw;
	overflow: hidden;
	position: relative;
	margin-bottom:1vw;
	border-bottom: double 4px #3e3a39;
	box-shadow: 0px 2px #c9c9c9;
	text-align:center;
	padding:2vw 0;
	font-size:3.8vw;
}
h2.pagetitle {
	width: 100%;
	height:10vw;
	text-align:center;
	background:#29468a;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 10vw;
	font-size: 3.3vw;
	display: block;
	color:#FFF;
}

/*準備中*/
section.comingsoon {
	width: 100%;
	margin: auto;
	margin-bottom: 0vw;
	box-sizing: border-box;
}
section.comingsoon h2 {
	padding:6vw 0 5vw;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:7.5vw;
	color:#325886;
	font-weight:bold;
}
section.comingsoon h3 {
	padding:3vw 0 6vw;
	margin:auto;
	width:100%;
	text-align:center;
	font-size:3.8vw;
	color:#666;
	line-height:1.7;
}
.comingsoon .sogo {
	margin: auto;
	width: 90%;
	margin-bottom: 5vw;
	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:3.8vw;
	font-weight: bold;
	width:90%;
	margin:auto;
	margin-bottom:5vw;
}
.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: 90%;
	height: 0;
	margin:auto;
	padding-top: 12vw;
	background-image: url(/ssl/images/freedial-s.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: contain;
	background-color:#fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
}
.freedial a {
	box-sizing: border-box;
	display: block;
	width: 90%;
	height: 0;
	margin:auto;
	padding-top: 12vw;
	background-image: url(/ssl/images/freedial-s.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: contain;
	background-color:#fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
}
.freedial a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
