@charset "utf-8";

/* ------------ */
/* スマホ用設定 */
/* ------------ */
@media screen and (max-width:1024px) {

}
@media screen and (max-width:1024px) {
html {
	font-size:62.5%;
}
body {
	font-size:1.4rem;
	-webkit-text-size-adjust:100%;
	background:#cfe9ee;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	max-width:100% !important;
	height:auto !important;
}
input[type="text"],
input[type="email"],
textarea{
	font-size:125%;
	padding:0.25em;
	width:100%;
	box-sizing:border-box;
}
.SPNone {
	display: none !important;
}
}
/* -------- */
/* ヘッダー */
/* -------- */
@media screen and (max-width:1024px) {
header{
	background:#fff;
}
header h1{
	display:none;
}
.HeaderRight{
	float:right;
	width:52%;
}
.Headertel a,
.HeaderContact,
.HeaderContact:hover{
	float:left;
	box-sizing:border-box;
	width:26.5%;
	padding:0;
	padding-top:26.5%;
	margin:6.0% 0 6.0% 3.125%;
	background:#cfe9ee center no-repeat;
	background-size:60%;
	border-radius:100%;
	border:none;
}
.Headertel a{
	background-image:url(images/ico_tel_b.png);
}
.HeaderContact{
	background-image:url(images/ico_mail_b.png);
}
.HeaderContact:after{
	display:none;
}
.HeaderContact:hover{
	border:none;
	background-image:url(images/ico_mail_b.png);
}
.HeaderLogo{
	float:left;
	display:block;
	box-sizing:border-box;
	padding-top:20%;
	width:48%;
	background:url(images/logo_sp.png) no-repeat center;
	background-size:contain;
}
.HeaderLogo img{
	display:none;
}
}
/* -------------- */
/* グローバルナビ */
/* -------------- */
@media screen and (max-width:1024px) {
.naver-handle {
	background:url(images/ico_menu_w.png) no-repeat center #0066ca;
	background-size:50%;
	float: right;
	box-sizing:border-box;
	width:13.75%;
	padding-top:13.75%;
	margin: -16.875% 3.125% 3.125% 3.125%;
}
#GlobalNav {
	clear:both;
	font-size:14px;
	position:relative;
	z-index:2;
}
#GlobalNav ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
#GlobalNav li {
	margin:0;
	padding:0;
	border-top:1px solid #fff;
}
#GlobalNav li:first-child{
	border-top:none;
}
#GlobalNav a{
	display:block;
	color:#fff;
	background:#0066ca;
	position:relative;
	padding:1em 10px;	
}
#GlobalNav a:after{
	content:"";
	display:inline-block;
	background:url(images/list1_w.png) center no-repeat;
	background-size:9px 14px;
	width:9px;
	height:14px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}
}
/* ------------------ */
/* コンテンツタイトル */
/* ------------------ */
@media screen and (max-width:1024px) {
#ContentsTitle{
	position: relative;
	z-index:2;
	top:0;
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:2em 0;
	font-size:200%;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1.0);
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#406b9b;
	padding-right:1em;
	padding-left:1em;
}
#ContentsTitle:after{
	content:"";
	position:absolute;
	z-index:10;
	bottom:-5px;
	left:0;
	display:block;
	width:100%;
	height:5px;	
	background:url(images/gradation_bk.png);
	background-size:100% 5px;
}
#ContentsTitle .TitleCaption{
	font-size:75%;
	display:block;
}
}
/* -------------- */
/* パンくずリスト */
/* -------------- */
@media screen and (max-width:1024px) {
#Bread{
	position:relative;
	z-index:2;
	font-size:87%;
	margin:2em 10px 2em;
	padding:0;
	list-style:none;
	text-align:left;
}
#Bread:after{
	content:"";
	display:block;
	width:100%;
	clear:both;
	height:0px;
	line-height:0;
}
#Bread li{
	float:left;
}
#Bread li:before{
	content:">";
	margin:0 0.5em;
}
#Bread li:first-child:before{
	display:none;
}
}
/* ------------ */
/* ローカルナビ */
/* ------------ */
@media screen and (max-width:1024px) {
#LocalNav{
	list-style:none;
	margin:0 0 0 -10px;
	padding:0;
	line-height:1.25;
}
#LocalNav:after{
	content:"";
	display:block;
	width:100%;
	clear:both;
	height:1px;
}
#LocalNav li{
	float:left;
	padding:10px 0 0 10px;
	box-sizing:border-box;
	width:100%;
}
#LocalNav li:nth-child(1){
	padding-top:0;
}
#LocalNav.sp-Column2 li{
	width:50%;
}
#LocalNav.sp-Column2 li:nth-child(1),#LocalNav.sp-Column2 li:nth-child(2){
	padding-top:0;
}
#LocalNav.sp-Column3 li{
	width:33.3333333%;
}
#LocalNav.sp-Column3 li:nth-child(1),#LocalNav.sp-Column3 li:nth-child(2),#LocalNav.sp-Column3 li:nth-child(3){
	padding-top:0;
}
#LocalNav.sp-Column4 li{
	width:25%;
}
#LocalNav.sp-Column4 li:nth-child(1),#LocalNav.sp-Column4 li:nth-child(2),#LocalNav.sp-Column4 li:nth-child(3),#LocalNav.sp-Column4 li:nth-child(4){
	padding-top:0;
}
#LocalNav.sp-Column5 li{
	width:20%;
}
#LocalNav.sp-Column5 li:nth-child(1),#LocalNav.sp-Column5 li:nth-child(2),#LocalNav.sp-Column5 li:nth-child(3),#LocalNav.sp-Column5 li:nth-child(4),#LocalNav.sp-Column5 li:nth-child(5){
	padding-top:0;
}
#LocalNav.sp-Column6 li{
	width:16.6666666%;
}
#LocalNav.sp-Column6 li:nth-child(1),#LocalNav.sp-Column6 li:nth-child(2),#LocalNav.sp-Column6 li:nth-child(3),#LocalNav.sp-Column6 li:nth-child(4),#LocalNav.sp-Column6 li:nth-child(5),#LocalNav.sp-Column6 li:nth-child(6){
	padding-top:0;
}
#LocalNav.sp-Column7 li{
	width:14.28571428%;
}
#LocalNav.sp-Column7 li:nth-child(1),#LocalNav.sp-Column7 li:nth-child(2),#LocalNav.sp-Column7 li:nth-child(3),#LocalNav.sp-Column7 li:nth-child(4),#LocalNav.sp-Column7 li:nth-child(5),#LocalNav.sp-Column7 li:nth-child(6),#LocalNav.sp-Column7 li:nth-child(7){
	padding-top:0;
}
#LocalNav a{
	display:block;
	box-sizing:border-box;
	padding:1em 3em 1em 1em;
	text-decoration: none;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	background:#0066ca;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066ca), color-stop(100%,#003979)); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom,  #0066ca 0%,#003979 100%);
	border:1px solid #003979;
	text-shadow: 1px 1px 0px rgba(0, 57, 121, 1.0);
	position:relative;
}
#LocalNav a:after {
	content:"";
	display:inline-block;
	width:14px;
	height:9px;
	background:url(images/list4_w.png) no-repeat;
	background-size:14px 9px;
	position:absolute;
	right:1em;
	top:50%;
	margin-top:-4.5px;
}
/*
#LocalNav{
	position: relative;
	left:0;
	z-index:4;
	box-sizing:border-box;
	margin:0 auto 0em;
	padding:0;
	list-style:none;
	color:#fff;
	letter-spacing:-.40em;
	text-align:center;
}
#LocalNav li{
	letter-spacing:normal;
	display:inline-block;
	margin:5px 2.5px;
	padding:0;
}
#LocalNav a{
	display:inline-block;
	box-sizing:border-box;
	padding:0.75em 0.75em;
	text-decoration: none;
	border-radius:3px;
	color:#fff;
	text-decoration: none;
	position: relative;
	background:#0066ca;
	border:1px solid #003979;
}
#LocalNav a:after {
	content:"";
	display:inline-block;
	margin-left:0.5em;
	width:14px;
	height:9px;
	background:url(images/list4_w.png) no-repeat;
	background-size:14px 9px;
	vertical-align:middle;
}
#LocalNav a:hover {
	text-decoration: none;
	background:#66a3df;
	border:1px solid #6688af;
	opacity:1;
	filter:alpha(opacity=10);
}
*/
}
/* ---------- */
/* コンテンツ */
/* ---------- */
@media screen and (max-width:1024px) {
main{
	display:block;
	position:relative;
}
}
/* ---------------- */
/* メインコンテンツ */
/* ---------------- */
@media screen and (max-width:1024px) {
.MainContents{
	padding:0 10px 1em;
}
body.Home .MainContents,
body.PostPage .MainContents{
	padding:0;
}
}
/* ---------------- */
/* サイドコンテンツ */
/* ---------------- */
@media screen and (max-width:1024px) {
/*
.SideContents{
}
*/
.SideNavi{
	margin:0;
	padding:0;
	list-style:none;
}
.SideNavi li{
	margin:0;
	padding:0;
	border-top:1px solid #B2B2B2;
}
.SideNavi li:first-child{
	border-top:none;
}
.SideNavi a{
	display:block;
	background:#fff;
	position:relative;
	padding:1em 10px;	
}
.SideNavi a:after{
	content:"";
	display:inline-block;
	background:url(images/list1_b.png) center no-repeat;
	background-size:9px 14px;
	width:9px;
	height:14px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}
}
/* -------- */
/* フッター */
/* -------- */
@media screen and (max-width:1024px) {
#FooterArea{
	/*box*/
	display:-moz-box;
	display:-webkit-box;
	display:-ms-box;
	-moz-box-orient:vertical;
	-webkit-box-orient:vertical;
	-o-box-orient:vertical;
	-ms-box-orient:vertical;
	/*flexbox*/
	display:-ms-flexbox;
	display:flexbox;
	/*flex*/
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-moz-flex-direction:column;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.FooterNav{
	margin:0;
	padding:0;
	list-style:none;
	/*box*/
	-webkit-box-ordinal-group:2;
	-moz-box-ordinal-group:2;
	box-ordinal-group:2;
	/*flexbox*/
	-ms-flex-order:2;
	flex-order:2;
	/*flex*/
	-moz-order:2;
	-webkit-order:2;
	-ms-order:2;
	order:2;
}
.FooterNav li{
	margin:0;
	padding:0;
	border-top:1px solid #fff;
}
.FooterNav li:first-child{
	border-top:none;
}
.FooterNav a{
	display:block;
	color:#fff;
	background:#0066ca;
	position:relative;
	padding:1em 10px;	
}
.FooterNav a:after{
	content:"";
	display:inline-block;
	background:url(images/list1_w.png) center no-repeat;
	background-size:9px 14px;
	width:9px;
	height:14px;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}
.FooterAbouts{
	position:relative;
	/*box*/
	-webkit-box-ordinal-group:1;
	-moz-box-ordinal-group:1;
	box-ordinal-group:1;
	/*flexbox*/
	-ms-flex-order:1;
	flex-order:1;
	/*flex*/
	-moz-order:1;
	-webkit-order:1;
	-ms-order:1;
	order:1;
}
.FooterAbouts h2{
	line-height:1.25;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	left:0;
	width:auto;
}
.FooterAbouts h2:after{
	display:none;
}
.FooterAbouts .LinkBtn{
	box-sizing:border-box;
	position:absolute;
	top:0px;
	right:0px;
	margin:0;
	padding:1em;
	background:#fff;
	color:#0066ca;
	box-shadow: 0 0 0 2px #0066ca inset;
	border:none;
	font-size:150%;
	padding:0.55em 10px;
	font-weight:bold;
	border-radius:0;
	line-height:1.25;
}
.FooterAbouts .LinkBtn:after{
	content:"";
	display:inline-block;
	margin-left:0.5em;
	width:10px;
	height:16.214px;
	background-image:url(images/list1_b.png);
	background-repeat:no-repeat;
	background-size:10px 16.214px;
	vertical-align:middle;
}
.sp-FooterAboutsInner{
	background:#fff;
	padding:1.5em 1em 1em;
	margin:10px;
}
.FooterAbouts .Name{
	margin:0 10px 0 5px;
}
.FooterAbouts .Tel{
	margin:1em 0;
	text-align:center;
}
.FooterAbouts .sp-FooterBtn{
	display:block;
	font-size:125%;
	text-align:center;
	font-weight:bold;
	box-sizing:border-box;
	padding-right:0.25em;
	padding-left:0.25em;
}
.FooterAbouts .sp-FooterBtn:after{
	background:none;
	width:auto;
	height:auto;
	content:attr(title);
}
.FooterAbouts .sp-FooterBtn:before{
	content:"";
	display:inline-block;
	margin-left:0;
	width:36px;
	height:36px;
	background:#fff;
	margin-right:10px;
	border-radius:100px;
	background-image:url(images/ico_tel_r.png);
	background-repeat:no-repeat;
	background-size:18px 18px;
	background-position:center;
	vertical-align:middle;
}
.FooterAbouts .sp-FooterBtn.sp-Mail:before{
	background-image:url(images/ico_mail_r.png);
}
.FooterAbouts .sp-FooterBtn img{
	display:none;
}
#FooterBanner ul{
	margin:0;
	padding:10px 30px;
	list-style:none;
}
#FooterBanner li{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}
#FooterBanner li:first-child{
	padding-top:0;
}
#FooterBanner a{
	box-sizing:border-box;
	display:inline-block;
	padding:15px;
	/*width:208px;*/
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.5);	
}
#FooterBanner img{
	max-width:none;
	width:260px;
}
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.sp-FooterLogo{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:1em 0;
}
.sp-FooterAddress{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left:1.5em;
}
.sp-FooterAboutsInner .Tel{
	width:50%;
	float:left;
	margin-top:0;
	box-sizing:border-box;
	padding-right:10px;
	padding-bottom:1.5em;
	position:relative;
}
.sp-FooterAboutsInner .sp-FooterTelInfo{
	position:absolute;
	left:0;
	bottom:-0.75em;
	width:200%;
	font-size:125%;
}
.sp-FooterDate{
	padding-right:1em;
}
.sp-FooterAboutsInner .sp-FooterBr1{
	display:none;
}
.sp-FooterAboutsInner .sp-Mail{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-left:10px;
}
}
@media screen and (max-width:767px) and (orientation:portrait) {
.sp-FooterAboutsInner .Name .PCNone{
	display:none;
}
.sp-FooterAboutsInner .sp-FooterClear{
	display:none;
}
}
@media screen and (max-width:1024px) and (orientation:landscape) {
.sp-FooterLogo{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:1em 0;
}
.sp-FooterAddress{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left:1.5em;
}
.sp-FooterAboutsInner .Tel{
	width:50%;
	float:left;
	margin-top:0;
	box-sizing:border-box;
	padding-right:10px;
	padding-bottom:1.5em;
	position:relative;
}
.sp-FooterAboutsInner .sp-FooterTelInfo{
	position:absolute;
	left:0;
	bottom:-0.75em;
	width:200%;
	font-size:125%;
}
.sp-FooterDate{
	padding-right:1em;
}
.sp-FooterAboutsInner .sp-FooterBr1{
	display:none;
}
.sp-FooterAboutsInner .sp-Mail{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-left:10px;
}
}
@media screen and (max-width:640px) and (orientation:landscape) {
.sp-FooterLogo{
	width:35%;
}
.sp-FooterAddress{
	width:65%;
	margin-bottom:0.5em;
}
.sp-FooterAboutsInner .Tel{
	font-size:95%;
}
.sp-FooterAboutsInner .sp-FooterTelInfo{
	font-size:120%;
}
.sp-FooterAboutsInner .sp-Mail{
	font-size:120%;
}
}
@media screen and (max-width:480px) and (orientation:landscape) {
.sp-FooterLogo{
	width:auto;
	float:none;
}
.sp-FooterAddress{
	width:auto;
	float:none;
	padding-left:0;
}
.sp-FooterAboutsInner .Name .ClearBoth{
	display:none;
}
.sp-FooterAboutsInner .Tel{
	font-size:75%;
	padding-bottom:1.5em;
}
.sp-FooterAboutsInner .sp-FooterTelInfo{
	font-size:125%;
}
.sp-FooterAboutsInner .sp-Mail{
	font-size:95%;
}
}
/* ------------ */
/* コピーライト */
/* ------------ */
@media screen and (max-width:1024px) {
#Copy{
	background:#003979;
	color:#fff;
	padding:1em;
	font-weight:bold;
	position:relative;
	text-align:center;
	/*box*/
	-webkit-box-ordinal-group:3;
	-moz-box-ordinal-group:3;
	box-ordinal-group:3;
	/*flexbox*/
	-ms-flex-order:3;
	flex-order:3;
	/*flex*/
	-moz-order:3;
	-webkit-order:3;
	-ms-order:3;
	order:3;
}
}
/* -------------- */
/* ページの先頭へ */
/* -------------- */

@media screen and (max-width:1024px) {
#page-top {
    position: fixed;
    bottom:20px;
    right:5px;
	z-index:10;
	border:1px solid #fff;
	border-radius:5px;
}
#page-top a {
	padding:15px 10px;
	display:block;
	background-color:rgba(0, 0, 0, 0.8);
	border-radius:5px;
}
#page-top img{
	width:30px;
}
}

/* ------------------ */
/*  */
/* ------------------ */


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

}