@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap');
@import "../../assets/css/newname_med.css";
/*---共通レアウト-----------------------------------*/
*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#0b336a;text-decoration:underline}
A:visited{color:#0b336a;text-decoration:none;}
A:active{color:#0b336a;text-decoration:none;}
A:hover{color:#000000;text-decoration:none;}

table{
	border-collapse:collapse;
}

input{
	font-family: "Noto Sans JP", "Hind", sans-serif;
}


body{
	text-align:center;
	color: #242424;
	font-family: "Noto Sans JP", "Hind", sans-serif;
	background: url(../../img/common/header_bg.png) repeat-x top #FFF;
}
.wrapper{
	margin:0 auto;
	text-align:left;
	width:100%;
	min-width:1200px;
}
.contents{
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	width:1200px;
}
.contentsNom{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:1200px;
}
#topcontrol{
	z-index: 200;
	right: 30px !important;
	bottom: 0px !important;
}
@media screen and (min-width: 769px) {
#topcontrol span{
	display: none;
}
.sp{
	display: none !important;
}
#mmenu,
#menu{
	display:none;
}
}
@media screen and (max-width: 768px) {

body{
	font-size: 18px !important;
}
.wrapper{
	min-width:100%;
}
.contents,
.contentsNom{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topcontrol{
	bottom: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.8 );
	border-top: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}
#topcontrol span{
	display: block;
	line-height: 60px;
}
#topcontrol img{
	display: none;
}
.pc{
	display: none !important;
}
#mmenu a
{
	background: center center no-repeat transparent;
	background-image: url(../mmenu/icon.png);
	width: 100px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 20;
	-moz-background-size:80% auto;
	background-size:80% auto; 
} 
#menu{
	text-align: left;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}


/* ヘッダー
************************************************************************************/
#header{
	margin: 0 auto;
	width: 100%;
}


/*headerLine
----------------------------------------------------------------------*/
#header .headerLine{
	height: 50px;
	background: #535353;
	width: 100%;
	overflow: hidden;
}
#header .headerLine .boxFont{
	margin-right:14px;
	float:left;
	color: #FFF;
	display:block;
}
#header .headerLine .boxFont dt,
#header .headerLine .boxFont dd{
	display: inline-block;
	line-height: 50px;
}
#header .headerLine .boxFont dt{
	padding-right: 7px;
	font-size: 12px;
}
#header .headerLine .boxFont dd img{
	vertical-align: middle;
}

#header .headerLine .boxSrc{
	margin-top:10px;
	padding: 0 0 0 10px;
	width: 190px;
	height: 28px;
	float:left;
	border-left: 1px solid #FFF;
}
#header .headerLine .boxSrc p{
	display: inline-block;
}
#header .headerLine .boxSrc input[type=text]{
	height: 28px;
	width: 115px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header .headerLine .boxSrc input[type=submit]{
	background: url(../../img/common/src_btn.png) no-repeat;
	width: 44px;
	height: 28px;
	display: inline-block;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}


#header .headerLine .submenu{
	margin-top:12px;
	float:right;
	line-height: 25px;
}
#header .headerLine .submenu li{
	display: inline-block;
	border-left: 1px solid #FFF;
	padding: 0 6px 0 10px;
	font-size: 13px;
	vertical-align: middle;
}
#header .headerLine .submenu li a{
	color: #FFF;
	text-decoration: none;
}
#header .headerLine .submenu li.bn_univ{
	border: 0;
}
#header .headerLine .submenu li span{
	background: #072654;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #FFF;
}
#header .headerLine .submenu li.lang{
	border: 1px solid #FFF;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#header .headerLine .submenu li.lang dl{
	display: table;
	color: #FFF;
}
#header .headerLine .submenu li.lang dl dt,
#header .headerLine .submenu li.lang dl dd{
	display: table-cell;
}
#header .headerLine .submenu li.lang dl dt{
	font-weight: bold;
	padding: 0 5px;
	background: #072654;
	border-right: 1px solid #FFF;
}
#header .headerLine .submenu li.lang dl dd{
	padding: 0 5px;
}
#header .headerLine .submenu li.lang dl dd{
	border-right: 1px dotted #FFF;
}
#header .headerLine .submenu li.lang dl dd:last-child{
	border: 0;
}

#header .headerLine .submenu li.member{
	border: 0;
}
#header .headerLine .submenu li.member span{
	background: #e7ad70;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #FFF;
}
#header .headerLine .submenu li.member span a{
	color: #000;
}
#header .headerLine .submenu li.member span a:after{
	content: "»";
}

@media screen and (max-width: 768px) {
/*tablet*/
#header{
	position:relative;
}

#header a{
	text-decoration: none;
}

#header .headerLine .boxFont,
#header .headerLine .submenu{
	display:none;
}
#header .headerLine .boxSrc{
	border-left: none;
	float:right;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}


/*gNav
----------------------------------------------------------------------*/
#header #gNav{
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	height: 100px;
	display:block;
}
#header #gNav .logo{
	padding-top:8px;
	width:350px;
	display:block;
	float:left;
}
#header #gNav .logo img{
	margin:0 auto;
	max-width: 100%;
	display:block;
}

#header #gNav nav{
	width: 850px;
	float: right;
	display: block;
}

#header #gNav .navigation{
	display: table;
	border-collapse: separate;
	border-spacing: 1px 0;
	width:100%;
	position: relative;
}
#header #gNav .navigation li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#header #gNav .navigation li:hover{
	background: url(../../img/common/menu_on.png) no-repeat center 8px #da316a;
	color: #FFF;
}
#header #gNav .navigation li a{
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 100px;
}
#header #gNav .navigation li:hover a{
	color: #FFF;
}




/*megamenu
----------------------------------------------------------------------*/

#header #gNav{
	height: auto;
}

#header #gNav .navigation li {
	height: auto;
}
#header #gNav .navigation li li a{
	line-height: normal;
}
#header #gNav .navigation li li:hover {
	background: none;
}

#header #gNav .navigation > li:hover .megamenu {
	width: 100%;
	max-height: 9999px;
	opacity: 1;
	padding: 30px 0!important;
}
#header #gNav .navigation li .megamenu{
	background-color: rgba( 255, 255, 255, 0.8 );
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	transition: all .2s ease-in;
	z-index: 999;
	border: 1px solid #CCC;
}
#header #gNav .navigation .megamenu ul{
	height: auto;
	padding: 0 0px 0 0 !important;
	margin: auto;
	width: 90%;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#header #gNav .navigation li .megamenu-inner{
	/*display: flex;
	flex-wrap: wrap;*/
}
#header #gNav .navigation .megamenu-inner li {
	/*width: calc( (100% / 4) );*/
	height: auto;
	display:block;
	
	width: 32%;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #CCC;
}
#header #gNav .navigation .megamenu-inner li a{
	color: #000;
	display: block;
	padding: 15px 8px;
}

#header #gNav .navigation .megamenu-inner li:hover{
	background: #da316a;
}
#header #gNav .navigation .megamenu-inner li:hover a{
	color: #FFF;
}


@media screen and (max-width: 768px) {
/*tablet*/
#header #gNav ul.navigation{
	display: none;
}
/*logo*/
#header #gNav .logo{
	width:100%;
	text-align:center;
}
#header #gNav .logo img{
	margin:0 auto;
	max-width: 70%;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}


/*headParts
************************************************************************************/
#headParts{
	border-top: 3px solid #008fb0;
	background: #015699;
	width: 100%;
	margin: 0;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#headParts .frameSrc{
	display: inline-block;
	vertical-align: middle;
}

#headParts .frameSrc input[type=text]{
	width: 120px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
}
#headParts .frameSrc input[type=submit]{
	border: 0;
	background: url(../../img/common/header_btn.png) no-repeat;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	display: inline-block;
	cursor: pointer;
}

#headParts .frameLang{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}


@media screen and (max-width: 768px) {
/*tablet*/
}

@media screen and (max-width: 620px){
/*smart phone*/
}

/* 本文
********************************************************/
#mainbody{
	margin: 0 auto;
	text-align:left;
	padding: 15px 0;
	width: 1200px;
}

/* ページ分割
----------------------------------------*/
/* 回り込み解除 */
#mainbody:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #mainbody{
    height: 1em;
}
#mainbody{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html #mainbody{
	zoom:1;
}

#mainbody .pageMain{
	width: 940px;
	display:block;
	float: right;
}
#mainbody #side{
	width: 230px;
	display:block;
	float: left;
}

#side .sideNav{
	border: 2px solid #072654;
	margin: 0 0 15px 0;
	font-size: 90%;
}

#side .sideNav .title{
	clear:both;
	background: #072654;
	padding: 10px;
	text-align: center;
	color: #FFF;
	margin: 0;
	font-weight: bold;
}
#side .sideNav .title a{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #69C;
}
#side .sideNav .box{
	background: url(../../img/common/ar_dwn_db.png) no-repeat center top;
	padding: 5px 0 0 0;
}
#side .sideNav .box ul{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0;
}
#side .sideNav .box ul li{
	padding: 8px 6px 8px 6px;
	border-bottom: 1px solid #999;
}
#side .sideNav .box ul li li{
	border: 0;
	padding: 0;
}
#side .sideNav .box ul li a{
	color: #242424;
	text-decoration: none;
	background: url(../../img/common/icon_ar.png) no-repeat left 0.5em;
	padding: 0 0 0 13px;
}
#side .sideNav .box ul li a:hover{
	color: #da316a;
}

#side .sideNav .box ul li ul{
	margin: 0 0 0 15px;
}
#side .sideNav .box ul li ul li:last-child,
#side .sideNav .box ul li:last-child{
	border: 0;
}

/*contact*/
#side .frameContact{
	border: 1px solid #ededed;
	padding: 10px;
}
#side .frameContact .cmt p{
	padding: 0 0 1em 0;
}
#side .frameContact .cmt p:last-child{
	padding: 0;
}

#side .frameBn{
	margin: 10px 0 0 0;
}
#side .frameBn ul{
	width: 100%;
}

#side .frameBn ul li{
	vertical-align: middle;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1px 0;
}
#side .frameBn ul li.cmt{
	border: 1px solid #c0c0c0;
	background: #FFF !important;
	margin: 0 0 10px 0;
}
#side .frameBn ul li.cmt p{
	text-align: left;
	font-weight: normal;
}
#side .frameBn ul li.cmt a{
	color: #000;
	border-bottom: 0;
	text-decoration: underline;
}
#side .frameBn ul li.cmt a:hover{
	border: 0;
	text-decoration: none;
}
#side .frameBn ul li.cmt .caution{
	text-align: center;
	color: #F00;
	padding: 0 0 5px 0;
	display: block;
	font-weight: bold;
}

#side .frameBn ul li img{
	max-width:18%;
	height: auto;
	vertical-align: middle;
}
#side .frameBn ul li a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
#side .frameBn ul li a:hover{
	border-bottom: 1px dotted #FFF;
}
#side .frameBn ul li p{
	padding: 0 0 10px 0;
	text-align: center;
	display: inline;
}
#side .frameBn ul li:nth-child(odd){
	background: #00317c;
}
#side .frameBn ul li:nth-child(even){
	background: #4175c4;
}

#side .frameBn img.banner{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {
/*tablet*/
#mainbody{
	margin: 0 auto;
	text-align:left;
	padding: 5px 0 10px 0;
	width: 100%;
	display:block;
}
#mainbody .pageMain,
#mainbody #side{
	width:100%;
	clear:both;
	float:none;
	display:block;
}
#side .sideNav{
	margin: 0 5px 15px 5px;
}
#side .sideNav .title span:before{
	display: none;
}

#side .frameContact{
	padding: 5px 5px 0 5px;
	margin: 0 0 20px 0;
}

#side .frameContact .titleContact{
	cursor: pointer;
}

#side .frameContact .titleContact:after{
	content: "»";
}
#side .frameContact .cmt{
	display: none;
	padding: 5px;
}

}
@media screen and (max-width: 620px){
/*smart phone*/
}




/*footer
************************************************************************************/
#footer{
	width: 100%;
	margin: 30px 0 0 0;
	background: url(../../img/common/bg_footer.png) repeat-x bottom #072856;
	padding-top: 20px;
	color: #FFF;
	font-size: 80%;
}
#footer .footerNav{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
	padding: 20px 0;
	margin: 0 auto 40px auto;
}
#footer .footerNav .navi{
	display: table-cell;
	width: 25%;
	vertical-align: top;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .footerNav .navi .nav_title{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #4c6485;
	line-height: 2.0;
	margin: 0 0 15px 0;
}
#footer .footerNav .navi .nav_title a{
	color: #FFF;
	text-decoration: none;
}

#footer .footerNav .navi li{
	background: url(../../img/common/ar_blue.png) no-repeat left 0.4em;
	padding: 0 0 0 10px;
}
#footer .footerNav .navi li a{
	color: #FFF;
	text-decoration: none;
}
#footer .footerNav .navi li a:hover{
	border-bottom: 1px dotted #FFF;
}

#footer .contentsNom .bn_shigakubu{
	float:right;
	margin-left:10px;
	width:350px;
	height:auto;
}
#footer .contentsNom .bn_shigakubu img{
	max-width:100%;
	height:auto;
}
#footer .contentsNom .address{
	padding: 0 0 1em 0;
}

#footer .contentsNom .address span.bar:after{
	content: "　｜　";
}
#footer .contentsNom .address span.bar:last-child:after{
	content: "";
}



#footer .frameCopy .bn_shigakubu{
	float:right;
	margin-left:10px;
	width:350px;
	height:auto;
}
#footer .frameCopy .bn_shigakubu img{
	max-width:100%;
	height:auto;
}
#footer .frameCopy .address{
	padding: 0 0 1em 0;
}

#footer .frameCopy .address span.bar:after{
	content: "　｜　";
}
#footer .frameCopy .address span.bar:last-child:after{
	content: "";
}






#footer .frameCopy p{
	padding: 0 0 1em 0;
}
#footer .frameCopy p span.bar:after{
	content:" ｜";
}
#footer .frameCopy p:last-child{
	padding: 0;
}

@media screen and (max-width: 768px) {
/*tablet*/
#footer{
	padding:20px 0 60px;
	background: url(../../img/common/bg_footer.png) ;
}
#footer .footerNav{
	display:none;
}
#footer .frameCopy{
	padding:0;
}
#footer .frameCopy p{
	padding:20px 10px;
	background: #072856;
}
#footer .frameCopy p span.gr{
	margin-top:10px;
	display:block;
}
#footer .frameCopy p.copyright{
	margin:0;
	padding:20px 10px;
	background:none;
}
}

@media screen and (max-width: 620px){
/*smart phone*/
}

