@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header:after,
article:after,
section:after,
.contents:after,
dl:after,
.btn_top:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*Contents layout
----------------------------------------------------*/
section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1200px;
	margin:0 auto;
}


/*Common
----------------------------------------------------*/
a{
	display:block;
}

img{
	height:auto;
	display:block;
}

.box_left{float:left;}

.box_right{float:right;}


/*header
----------------------------------------------------*/
header{
	position:fixed;
	top:0;
	width:100%;
	background:#FFF;
	z-index:9999;
}

header .contents{
	height:100px;
}

header .box_logo{
	position:relative;
	float:left;
	width:416px;
	padding-top:20px;
}

header .box_logo img{
	width:100%;
}

header .box_right{
	float:right;
	width:465px;
	padding-top:10px;
	font-size:16px;
}

header .box_right ul{
	float:left;
	width:200px;
	margin:0 0 8px 80px;
}

header .box_right ul li{
	padding-left:10px;
	display:inline-block;
}

header .box_right ul li:nth-child(1) a{
	padding-left:25px;
	background:url(../img/common/icon_home.png) no-repeat left center;
}

header .box_right ul li:nth-child(2) a{
	padding-left:25px;
	background:url(../img/common/icon_access.png) no-repeat left center;
}

header .box_right .box_counter{
	float:right;
	width:180px;
	margin-bottom:8px;
}

header .box_right .box_counter span{
	margin-right:10px;
	padding:0px 5px 2px 5px;
	border-radius:5px;
	background:#3B5CFF;
	font-size:12px;
	line-height:1.0;
	color:#FFF;
	text-align:center;
}

header .box_right .box_counter em{
	height:20px;
	padding-left:3px;
	font-style:normal;
	letter-spacing:0.92rem;
}

header .box_right .box_counter em img{
	padding:8px 0 0 1px;
	display:inline-block;
}

header .box_right form{
	float:left;
	width:265px;
	display:inline-block;
}

header .box_right form select{
	padding:8px;
	border:1px solid #707070;
	border-radius:5px;
}

header .box_right .btn_inq{
	float:right;
	width:180px;
	padding:9px 0;
	background:#41BC0E;
	line-height:1.0;
	color:#FFF;
	text-align:center;
	display:block;
}

header .box_right .btn_inq span{
	padding:10px 20px;
	background:url(../img/common/icon_ar.png) no-repeat right center;
}


/*fixed
-------------------------*/
header.fixed{
	position:fixed;
	width:100%;
	z-index:9999;
}


/*navigation
----------------------------------------------------*/
#headIn{
	height:50px;
	background:url(../img/common/bg_grade.png) no-repeat;
	background-size:cover;
}

nav{
	width:1200px;
	margin:0 auto;
}

nav ul{
	display:table;
	table-layout:fixed;
}

nav ul li{
	position:relative;
	height:50px;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	display:table-cell;
}

nav ul li a{
	padding:15px 0 0 0;
	height:50px;
	font-weight:700;
	color:#FFF;
	display:block;
}

nav ul li a:hover{
	/*background:#2C80C0;
	opacity:1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 0s;
	transition: all 0s;*/
}

nav ul li div{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top:-300px;
	left:0;
	z-index: 99;
}

nav ul li:hover div{
	visibility: visible;
	overflow: visible;
	position:absolute;
	top:50px;
	left:0;
	min-width:220px;
	width:100%;
	/*background:rgba(255,255,255,0.95);*/
	z-index: 99;
	overflow:hidden;
}

.fixed nav ul li:hover div{
	top:50px;
}

nav ul li:hover ul li{
	height:auto;
	display:block;
}

nav ul li:hover ul li a{
	height:auto;
	padding:10px;
	border-bottom:1px solid #CCC;
	background:#FFF;
	font-weight:normal;
	color:#2C80C0!important;
	text-align:left;
}

nav ul li:hover ul li a:hover{
	background:#3B5CFF;
	color:#FFF!important;
}


/*top
------------------------------------*/
.sec_top{
	padding:170px 0 20px 0;
	background:url(../img/top/mv_top.jpg) no-repeat center top;
	background-size:cover;
}

.sec_top .box_left{
	width:720px;
}

.sec_top .box_right{
	width:450px;
	padding:20px;
	background:rgba(255,255,255,0.8);
}

.sec_top .box_left h1{
	margin-bottom:31px;
	font-size:26px;
	font-weight:700;
	text-shadow:#0F218E 0px 0px 10px;
	color:#FFF;
}

.sec_top .actibook{
	padding:5px 10px;
	border-left:8px solid #5970FF;
	border-bottom: solid 4px #d7d7d7;
	background-color:#fff;
	margin-bottom:20px;
}

.sec_top .actibook a{
	font-size:20px;
	color:#0F218E;
	text-decoration:underline;
}

.sec_top .box_left .contents{
	width:100%;
}

.sec_top .tabs{
	height:50px;
}

.sec_top .tabs ul{
	display:table;
}

.sec_top .tabs ul li{
	height:50px;
	border:1px solid #FFF;
	border-left:0;
	border-bottom:0;
	font-size:14px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.sec_top .tabs ul li:first-child{
	border-left:1px solid #FFF;
}

.sec_top .tabs ul li:nth-child(1) a{background:url(../img/top/bg_grade_tab.png) 0 top;}
.sec_top .tabs ul li:nth-child(2) a{background:url(../img/top/bg_grade_tab.png) -95px top;}
.sec_top .tabs ul li:nth-child(3) a{background:url(../img/top/bg_grade_tab.png) -215px top;}
.sec_top .tabs ul li:nth-child(4) a{background:url(../img/top/bg_grade_tab.png) -310px top;}
.sec_top .tabs ul li:nth-child(5) a{background:url(../img/top/bg_grade_tab.png) -406px top;}
.sec_top .tabs ul li:nth-child(6) a{background:url(../img/top/bg_grade_tab.png) -502px top;}
.sec_top .tabs ul li:nth-child(7) a{background:url(../img/top/bg_grade_tab.png) -573px top;}

.sec_top .tabs ul li a{
	height:50px;
	padding:5px 0 0 0;
	line-height:1.4;
	color:#FFF!important;
	
}

.sec_top .tabs ul li:nth-child(1) a,
.sec_top .tabs ul li:nth-child(4) a,
.sec_top .tabs ul li:nth-child(6) a,
.sec_top .tabs ul li:nth-child(7) a{
	padding:0;
	line-height:50px;
}

.sec_top .tabs ul li a:hover,
.sec_top .tabs ul li a.active{
	background:rgba(255,255,255,0.8);
	color:#000!important;
}

.sec_top .panel{
	padding:20px;
	background:rgba(255,255,255,0.8);
}

.sec_top .panel_inner{
	height:250px;
	padding:20px;
	background:#FFF;
	border:1px solid #808DDF;
	font-size:16px;
	overflow:auto;
	overflow-y:scroll;
}

.sec_top .panel_inner dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #BEBEBE;
}

.sec_top .panel_inner dl dt{
	float:left;
	width:100px;
}

.sec_top .panel_inner dl dd{
	float:right;
	width:calc(100% - 100px);
}

.sec_top .panel_inner dl dd span{
	margin-left:8px;
	padding:3px 8px;
	background:#F31313;
	border-radius:5px;
	font-size:11px;
	line-height:1.0;
	color:#FFF;
}

.sec_top .box_movie{
	width:410px;
	margin-bottom:15px;
	background:#FFF;
	border:1px solid #808DDF;
}

.sec_top .box_movie div:first-child{
	background:#000;
}

.sec_top .box_comment{
	height:70px;
	overflow:auto;
	overflow-y:scroll;
}

.sec_top .box_right h2{
	padding-left:10px;
	background:url(../img/common/bg_ttl.png) no-repeat left center;
	background-size: auto 100%;
	font-size:16px;
	line-height:1.2;
}

.sec_top .box_right ul li{
	float:left;
	width:198px;
	margin-top:10px;
	display:table;
}

.sec_top .box_right ul li:nth-child(2n){
	float:right;
}

.sec_top .box_right ul li a{
	height:55px;
	padding:0 10px;
	background:#41BC0E url(../img/common/icon_ar.png) no-repeat 173px center;
	font-size:16px;
	line-height:1.4;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}

.sec_bana{
	padding:20px 0 10px 0;
}

.sec_bana ul li{
	float:left;
	width:283px;
	height:80px;
	margin:0 22px 10px 0;
}

.sec_bana ul li:nth-child(4n){
	margin-right:0;
}

.sec_bana ul li img{
	width:100%;
}


/*path
------------------------------------*/
.path{
	padding:10px 0;
	background:#333;
}

.path ul li{
	padding-right:5px;
	display:inline-block;
	color:#FFF;
}

.path ul li:before{
	padding-right:8px;
	content:"＞";
	display: inline-block;
	transform: scale(0.6, 1);
}

.path ul li:first-child:before{
	padding-right:0;
	content:"";
	display:none;
}

.path a{
	color:#FFF!important;
}


/*contents
--------------------------------------------*/
.sec_ttl{
	padding:250px 0 100px 0;
	background:url(../img/common/mv_contents.jpg) no-repeat center bottom;
	background-size:cover;
}

.sec_ttl h1{
	font-size:36px;
	line-height:1.0;
	color:#FFF;
}

article{
	width:1200px;
	margin:0 auto;
	padding:80px 0 100px 0;
}

article .main{
	float:left;
	width:840px;
	padding:50px;
	background:#FFF;
	box-shadow:rgba(0,0,0,0.15) 0 4px 8px;
	clear:none;
}

article .side{
	float:right;
	width:330px;
	padding:30px;
	background:#FFF;
	box-shadow:rgba(0,0,0,0.15) 0 4px 8px;
	clear:none;
}


/*main
------------------------------------*/
.main .contents{
	width:100%;
}

.main h2{
	position:relative;
	width:810px;
	margin:0 0 50px -70px;
	padding:20px 0 20px 70px;
	background:url(../img/common/bg_grade.png) no-repeat center;
	background-size:cover;
	font-size:30px;
	color:#FFF;
	line-height:1.0;
}

.main h3{
	margin:0 0 30px 0;
	padding-bottom:10px;
	background:url(../img/common/bg_grade.png) no-repeat center bottom;
	background-size:100% 3px;
	font-size:26px;
	color:#0F218E;
}

.main h4{
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:normal;
	color:#000;
}

.main .mb{
	margin-bottom:50px!important;
}

.main p{
	margin-bottom:20px;
}

.main ul{
	margin-left:20px;
	list-style:disc;
}

.main ul,
.main ol{
	margin-bottom:20px;
}

.main ul li,
.main ol li{
	margin-bottom:8px;
}

.main .kakomi{
	margin-bottom:20px;
	padding:30px;
	border:1px solid #3B5CFF;
}

.main .kakomi p:last-child{
	margin-bottom:0;
}

.main table{
	margin-bottom:20px;
}

.main table th,
.main table td{
	padding:8px;
	border:1px solid #BABABA;
}

.main table th{
	background:#F6F6F6;
	font-weight:normal;
	text-align:left;
}

.main table th.th_lv1{
	background:#0F218E;
	color:#FFF;
}

.main .btn{
	width:400px;
	margin:0 auto;
	padding:15px;
	background:#41BC0E;
	text-align:center;
	color:#FFF;
	display:block;
}


/*side
------------------------------------*/
.side h2{
	margin-bottom:20px;
	padding-left:16px;
	background:url(../img/common/bg_ttl.png) no-repeat left top;
	background-size:contain;
	font-size:26px;
	color:#0F218E;
	line-height:1.2;
}

.side ul li{
	border-bottom:1px solid #BFBFBF;
}

.side ul li a{
	padding:10px 0;
	background:url(../img/common/icon_ar2.png) no-repeat right center;
}




/*page top
--------------------------------------------*/
#page-top{
	position: fixed;
	right: 2%;
	z-index:999;
}

#page-top a{
	display:block;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}


/*footer
----------------------------------------------------*/
footer{
	padding:25px 0;
	border-top:3px solid #21BCDD;
	background:url(../img/common/bg_footer.jpg) repeat-y;
	background-size:100%;
	font-size:14px;
	color:#FFF;
}

footer .box_left{
	width:320px;
	line-height:1.6;
}

footer .box_right{
	width:690px;
}

footer .box_left h2{
	margin-bottom:15px;
}

footer .box_right ul{
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #FFF;
}

footer .box_right ul li{
	margin:0 1em 1em 0;
	display:inline-block;
}

footer .box_right ul li a{
	line-height:1.0;
	color:#FFF!important;
}

.block {
	float:left;
	width:16.5%;
	overflow: hidden;
	transition: height 500ms;
}

.block__title{
	position: relative;
	cursor: pointer;
	user-select: none;
}

.block__title:hover{
	opacity: .8;
}

.block__title::after {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: .75em;
	height: 70%;
}

.block__content{
	margin-top:-1em;
}

.block__content ul{
    margin-bottom:0 0 20px 0!important;
    padding-bottom: 0!important;
    border-bottom:0!important;
}

.block__content ul li{
	width:100%!important;
	min-height:auto!important;
	margin:0 0 0.5em 0!important;
	display:block!important;
}

.block__content ul li a{
	min-height:auto!important;
	line-height:1.4!important;
}

footer .copyright{
	font-size:12px;
	text-align:right;
}


/*sitemap
----------------------------------------------------*/
.flex{
	display:flex;
	flex-wrap:wrap;
}

.flex > div{
	width:33.3%;
	padding-right:15px;
}

.flex > div img{
	width:100%;
}

.flex ul li{
	margin-bottom:0;
}

.flex ul li a{
	font-size:11px;
}


/*hiroba
----------------------------------------------------*/
.hiroba_news dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #BEBEBE;
}

.hiroba_news dl dt{
	float:left;
	width:100px;
}

.hiroba_news dl dd{
	float:right;
	width:calc(100% - 100px);
}

.hiroba_news dl dd p{
	margin-bottom:8px;
}