@charset "utf-8";
/* CSS Document */

html {
	}

*{box-sizing: border-box;}
	
body {
	margin: 0 auto;	
	min-width: 1200px;
	letter-spacing:.1em;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	/*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	font-size:1em;
	}

ul, li, ol {
	list-style:none;
	margin:0;
	padding:0;
	}

dd {
	padding:0;
	}

p {
	font-size: 1.000em;
	margin: 0;
	padding: 0;
	line-height:1.8em;
	}

a, a:hover {
	text-decoration:none;
	transition: .3s;
	}

::selection {
    background: #8CE2FF; /*背景色*/
    color: #fff; /*文字色*/
}
::-moz-selection {
    background: #8CE2FF; /*背景色*/
    color: #fff; /*文字色*/
}
br.tablet {
	display: none;
}
input#keyword {
	width: 277px;
}

@media only screen and (max-width: 768px) {	
body {
	width: 100%;
	min-width: auto;
	}
div.menu {
	margin: auto;
	}
div.menu ul.sidenav li {
	width: calc(50% - 10px);
	margin-right: 5px;
	margin-left: 5px;
	}
div.menu ul.sidenav li a {
	width: 100%;
	}
select.parent,
select.children {
	width: 100%;
	}
br.tablet {
	display: inline;
	}
input#keyword {
	width: 100%;
}

}


@media only screen and (max-width: 480px) {	
body {
	border-top: solid 2px #334078;
	}
}




/* =================================================================================

   wrapper
 
=================================================================================== */
#wrapper {
	width:1200px;
	position:relative;
	background:url("../images/main-bg.jpg") no-repeat top center;
	background-size:1200px;
	background-attachment: fixed;
//	background-position: bottom;
	}

@media (min-width: 1201px) {	
#wrapper {
	width:100%;
	background-size: 100% auto;
	}
}

@media only screen and (max-width: 768px) {		
#wrapper {
	max-width:768px;
	width:100%;
	background-size: 100% auto;
	}
}

@media only screen and (max-width: 480px) {	
#wrapper {
//	background:url("../images/main-bg-sp.jpg") no-repeat top right;
	background-attachment: fixed;
//	background-position: bottom;
	}
}



/* =================================================================================

   header
 
=================================================================================== */	
header #header {
	width:1000px;
	position:relative;
	margin:0 auto;
	}

header #header .logo {
	text-align:center;
	padding:10px 0 15px;
	}

header #header .logo img {
	margin:auto;
	}

header #header ul.subNavi {
	display:table;
	position:absolute;
	top:0;
	right:0;
	}

header #header ul.subNavi li {
	display:inline-block;
	width:180px;
	margin:0 0 0 2px;
	}

header #header ul.subNavi li a {
	width:100%;
	display:block;
	background:#2030a2;
	color:#fff;
	text-align:center;
	font-size:0.813em;
    padding: 12px 0;
	}

header #header ul.subNavi li a:hover {
	background:#f0f8ff;
	color:#2030a2;
	}

@media (min-width: 1201px) {	
header #header {
	max-width:1000px;
	width:100%;
	}
}


@media only screen and (max-width: 768px) {
header #header {
	max-width:768px;
	width:100%;
	}
	
header #header ul.subNavi {
	right:4%;
	}

header #header ul.subNavi li a:hover {
	background:#334078;
	color:#fff;
	}
}


@media only screen and (max-width: 480px) {
header #header .logo {
	width:90%;
	margin:auto;
    padding: 0px 0 20px;
	}

header #header .subNaviBox {
	width: 100%;
	height: 43px;
	background:#fff;
	position: absolute;
	top:0;
	}
	
header #header .subNaviBox ul.subNavi {
	right:0;
	}
	
header #header .subNaviBox ul.subNavi li {
	width:auto;
	
	margin:0 0 0 2px;
	}

header #header .subNaviBox ul.subNavi li a {
	background: none;
	color:#334078;
	text-align: left;
    padding: 12px 20px 12px 0;
	}
}




/* =================================================================================

   main
 
=================================================================================== */
#main {
	width:1000px;
	background:rgba(255,255,255,.9);
	box-shadow:3px 3px 1px -3px #cccccc;
	-webkit-box-shadow:3px 3px 1px -3px #cccccc;
	-ms-box-shadow:3px 3px 1px -3px #cccccc;
	padding:35px;
    margin: 0 auto 35px;
	}


@media only screen and (max-width: 768px) {	
#main {
	max-width:710px;
	width:100%;
	padding:0;
	}
}


@media only screen and (max-width: 480px) {	
#main {
	background:rgba(255,255,255,1);
	box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	}
}




/* =================================================================================

   side
 
=================================================================================== */
#side {
	width: 240px;
	float:left;
	}

#side .title {
	border-top: solid 8px #334078;
	padding:35px 0;
	}

#side .title .subTit {
	font-size:0.875em;
	}
	
#side .title .mainTit {
	font-size:1.438em; /*23px*/
	}
	
#side .title .enTit {
	font-size:0.750em; /*23px*/
	font-weight:700;
	font-family: 'Playfair Display', serif;
	color:#334078;
	}

@media only screen and (max-width: 768px) {	
#side .title {
	display:none;
	}

#side {
	max-width:710px;
	width: 100%;
	}
}



/* =================================================================================

   contents
 
=================================================================================== */
#main .contents {
	width: 930px;
	float:right;
}

@media only screen and (max-width: 768px) {	
#main .contents {
	max-width:710px;
	width: 100%;
	padding:24px;
	}
}



/* =================================================================================

   crumb
 
=================================================================================== */
#crumb {
	width:1000px;
	font-size:0.750em;
	color:#ccc;
	margin: 0 auto 10px;
	color:#000;
	}

#crumb a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color:#000;
	text-decoration:underline;
	}

#crumb a:hover {
	color:#334078;
	}

/*#crumb a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
	}

#crumb a:hover::after {
	width: 100%;
	}*/

#crumb a.home {
	background:url("../images/icon-home.png") no-repeat;
	background-size: 10px auto;
    background-position: left 50%;
    padding: 0 0 0 20px;
	}
	

@media only screen and (max-width: 768px) {
#crumb {
	max-width:710px;
	width: 100%;
	background:rgba(255,255,255,.7);
	font-size:0.875em;
	padding:6px;
	margin: 0 auto 0;
	}

#crumb a:hover {
	color:initial;
	}

#crumb a.home {
	background-size: 13px auto;
	}
	
}

@media only screen and (max-width: 480px) {
#crumb {
	line-height:normal;
    padding: 7px 15px;
	}

#crumb a.home {
	background-size: 18%;
	padding: 0 0 0 18px;
	}
}

ul.sidenav {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	overflow: auto;
	font-size: 10.5pt;
}
ul.sidenav li {
    width: 130px;
    margin-left: 10px;
    float: left;
}
ul.sidenav li.pw {
	font-size: 9pt;
	
}
ul.sidenav li a {
    height: 65px;
    display: block;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px #00569B solid;
    background: url("") center bottom no-repeat;
    background-color: rgba(255,255,255, 0.8);
}
/*ul.sidenav li a.active {
	background-color: #19448e;
	color: white;
}*/
ul.sidenav li a:hover {
	text-decoration: none;
    background: url("../images/arrow.png") center bottom no-repeat;
}
div.content {
	margin-left: 25%;
	padding: 1px 16px;
	height: 1000px;
}
/*
@media screen and (max-width: 900px) {
*/
	ul.sidenav {
		width: 100%;
		width: 1000px;
		height: auto;
		position: relative;
	}
	ul.sidenav li a {
		padding: 20px 15px 15px;
	}
	ul.sidenav li.pw a {
		padding-top: 15px;
	}
	div.content {
		margin-left: 0;
	}
/* } */
@media screen and (max-width: 480px) {
	ul.sidenav {
		width: auto;
	}
	ul.sidenav li a {
//		text-align: center;
		float: none;
	}
}
@media screen and (max-width: 768px) {
	ul.sidenav {
		width: 100%;
	}
}
/* =================================================================================

   footer
 
=================================================================================== */
/*========================= #footer =========================*/
footer #footer {
	width:1200px;
	background:#F2F2F2;
	border-top:1px solid #334078;
	border-bottom:1px solid #334078;
	}

footer #footer .footerInner {
	width:1000px;
	padding:50px 0;
	margin:auto;
	}

footer #footer .footerInner .logo {
	width:245px;
	margin:0 auto 22px;
	}

footer #footer .footerInner p.address {
	font-size:0.813em;
	text-align:center;
	}

footer #footer .footerInner ul.footerNav {
	display:table;
    margin: 15px auto 0;
	}

footer #footer .footerInner ul.footerNav li {
	display: inline-block;
	font-size:0.813em;
	border-left:1px solid #555;
	padding:0 10px;
	}

footer #footer .footerInner ul.footerNav li:last-child {
	border-right:1px solid #555;
	}

footer #footer .footerInner ul.footerNav a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color:#666;
	}

footer #footer .footerInner ul.footerNav a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ccc;
	transition: .3s;
	}

footer #footer .footerInner ul.footerNav a:hover::after {
	width: 100%;
	}

@media (min-width: 1201px) {
footer #footer {
	width:100%;
	}
}

@media only screen and (max-width: 768px) {
footer #footer {
	max-width:768px;
	width:100%;
	}
	
footer #footer .footerInner {
	max-width:710px;
	width:100%;
	}

footer #footer .footerInner ul.footerNav a::after {
	display:none;
	}
}
	
@media only screen and (max-width: 480px) {
footer #footer .footerInner {
	width:90%;
    padding: 40px 0;
	}

footer #footer .footerInner p.address {
    font-size: 0.875em;
	}
}



/*========================= #copy =========================*/
footer #copy {
	width:1200px;
	background:#fff;
	margin:auto;
	}

footer #copy p {
	font-size:0.750em;
	text-align:center;
	padding:18px;
	}

@media only screen and (max-width: 768px) {	
footer #copy {
	max-width:710px;
	width:100%;
	}

}



/* =================================================================================

   fixedTop
 
=================================================================================== */
#fixedTop {
    right: 20px;
    bottom: 0;
    width: 55px;
    height: 55px;
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
	}

#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
	}
	
@media only screen and (max-width: 768px) {	
#fixedTop:hover {
    opacity: 1;
	}
}

@media only screen and (max-width: 480px) {	
#fixedTop {
    right: 10px;
    width: 50px;
    height: 50px;
	}
}



/* =================================================================================

   PC,SP表示非表示
 
=================================================================================== */
.pcnone{ display: none;}
.spnone{ display: block;}

@media only screen and (max-width: 480px) {
.pcnone{ display: block;}
.spnone{ display: none;}
}
