@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
Theme Name: ni_ganka
Theme URI: 
Author: Science Graphics
Author URI: https://wordpress.org/
Description: This template is designed by Science Graphics
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Science Graphics

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content

20. PC
30. SP

35. admin


40. print

main colors: 

#2c75db    theme color
#e6f7ff    theme light color


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	line-height:180%;
	font-size: 16px;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.row{
    justify-content: left;
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;	
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

.full{
	width:100%;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
 	content: '\f0d8';
}

table td, table th{
	font-size:14px;
}

table.noborder,
table.noborder td,
table.noborder th{
	border:none;
}

.alignleft {
display: block;
float:left;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
float:right;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

table th, table td{
	font-size:14px;
}

/***************************************************************
 2. override bootstrap / fontawesome
 **************************************************************/
 
/* bootstrap */

.btn-info{
	background-color:#2c75db;
	border-radius:0px;
	border:none;
}

.label{
	padding:4px;
	background-color:#ccc;
    border-radius: 0px;
}

.label.news{
	background-color:#92a2cb;
    color:#fff;
}

.label-news{
	background-color:#92a2cb;
    color:#fff;
}

.label.press{
    background-color:#00479d;
}

.label.events{
	background-color:#22731E;
}

.label.topics{
	background-color:#274BBF;
}

.label.research{
	background-color:#A8590B;
}

.row h1, .row h2, .row h3, .row h4, .row h5, .row h6{
	display: block;
	width: 100%;
}


/* font awesome */

*:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#wpadminbar *:before{
	font-family: dashicons !important;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.date:before{
	content: "\f133";
}

.location:before{
	content: "\f3c5";
}


/*qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}



/***************************************************************
 3. header
 **************************************************************/

header{
    z-index: 99;
    position: relative
}

#sub header{
    background-color:#fff;
}

header div#logo_area{
	padding:5px 0px;
}

header h1{
	display:none;	
}

header div#search_area{
	padding:5px 10px;
	text-align:right;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}

#home header div#logo_area img{
	display:none;
}


#sub header{
    background:#101d23
}

#sub header div#logo_area img{
	width:80%;
}

#sub header div#logo_area p{
	padding:0;
    margin:0;
}

div.sub_head{
    margin-top:0px;
    position: relative;
}

div.sub_head .text_sub{
    position: absolute;
    right:20px;
    bottom:55px;
    text-align: right;
    z-index: 99;
    display: none;
}

div.sub_head .text_sub p{
    font-size:26px;
    color:#fff;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

body.page-id-8 div.sub_head .text_sub,
body.page-id-10 div.sub_head .text_sub,
body.page-id-79 div.sub_head .text_sub,
body.page-id-141 div.sub_head .text_sub,
body.page-id-12 div.sub_head .text_sub,
body.page-id-149 div.sub_head .text_sub,
body.page-id-155 div.sub_head .text_sub,
body.page-id-165 div.sub_head .text_sub{
    display: block
}



/*qtranslate x*/
header.lang-en li.lang-en{
	display:none;
}

header.lang-ja li.lang-ja{
	display:none;
}



/***************************************************************
4 nav
***************************************************************/


nav{
	margin:0px;
	padding:0px;
    
}

nav ul{
	margin:0px;
	padding:0px;
}

nav ul li{
	padding:0px;
	margin:0px;
}

nav > ul > li,
nav > div > ul > li{
	float:left;	
}

nav ul li a{
	margin:0px 0px;
	display:inline-block;
	min-width:70px;
	padding:20px 15px 15px;
	color:#fff;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
    background: #00a0e9;
    position: relative
}

nav > ul > li > a{
}

nav ul li:nth-child(6) a{
	margin:0px 0px;
	display:inline-block;
	padding:10px 10px 5px 10px;
	color:#00a0e9;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
    background: transparent;
    position: relative
}

nav ul li:nth-child(n+2):nth-child(-n+5) a:after{
    content:"\f107";
    color:#fff;
    bottom:-2px;
    right:0;
    left:0;
    position: absolute
}

nav ul li:nth-child(6) a:after{
	content:"\f3c5";
    position: absolute;
    bottom:-15px;
    right:0;
    left:0;
    color:#00a0e9;
}

nav ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;	
}

nav ul ul li a{
	text-align: left;
}


nav > ul li.menu-item-has-children > a:after{
    content:"\f107";
    float:right;
}

nav > ul > li > ul > li.menu-item-has-children > a:after{
    content:"\f105";
    float:right;
}

nav ul li:last-child a{
	display: none
}

nav ul li a:hover{
	color:#2c75db;
	text-decoration:none;
}


nav ul ul ul{
    position:absolute;
    left:100%;
    top:0px;
    min-width:100%;
}



/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
    margin-top:-100px;
    overflow-y: hidden;
    max-height: 700px;
}

section#eyecatch video{
  width: 100%;
}

.wrapper2{
	width:100%;
	margin:0px auto;
    position: relative;
    height:700px;
    overflow: hidden;
}


.wrapper2 p{
	padding:0px;
	margin-bottom:0px;
}

section#eyecatch .wrapper{
    position:absolute;
    top: 0px;
    left: 0px;
    right:0px;
        
}

section#eyecatch div.title{
    position:absolute;
    top:200px;
    right:0;
}

section#eyecatch div.title img{
    width:640px
}

section#eyecatch div.title2{
    background: #101d23;
    color:#fff;
    padding:15px 10px;
    position:absolute;
    top:150px;
    left:0;
    font-family: "Yu Mincho";
}

section#eyecatch div.title2 p{
    font-size: 24px;
    padding-bottom:5px;
}

section#eyecatch div.title2 p.daigaku{
    font-size: 45px;
    padding-bottom:5px;
    padding-top:10px;
}

section#news{
}

div#news_area{
	padding:15px 0px;
}

div#event_area h2,
div#news_area h2{
	color:#7d7d7d;
	font-size:24px;
	padding:2px 0px;
	margin:10px 0px;
    font-weight: bold
}

div#news_area li div div{
    background-color:#fff;
    padding:2px 10px;
}

div#news_area ul{
    margin:15px 15px 35px 15px
}

div#news_area ul li{
    background-color:#eeeeee;
    padding:13px 0;
    border-bottom:1px solid #000;
    position: relative
}

div#news_area ul li:after{
    content:"\f054";
    color:#00a0e9;
    position: absolute;
    right:10px;
}

div#news_area ul li:first-child{
    border-top:1px solid #000;
}

div#news_area a.btn-info{
    background:#fff;
    color:#b4b4b4;
    margin:0 auto;
    display: block;
    position: relative
}

div#news_area a.btn-info:before{
    content: "\f13a";
    color:#00a0e9;
    position: absolute;
    top:-30px;
    left:0;
    right:0;
    font-size:30px
}

section#content{
    padding:0px;
    height:120px;
    background:#00a0e9
}

section#content .box{
    background:#00a0e9;
    padding:0 0 5px;
    z-index:99;
    margin-top:-170px;
}

section#content .box p{
    color:#fff;
    padding:5px;
    margin:0;
}

section#message{
    padding:20px 0px 50px;
}

section#message .col-md-4{
    position: relative
}

section#message p.message{
    border-left:1px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    padding:70px 0 5px 15px;
    position: absolute;
    bottom:-10px;
    left:40px;
    width:85%;
    font-weight: bold;
}

section#message p.message:after{
    margin-left:10px;
    content:"\f30b";
    color:#00a0e9
}

section#message a{
    color:#000
}

section#sitemap{
    background-color:#101d23;
    padding:30px 0px;
}

section#sitemap a{
    color:#fff;
}

section#sitemap ul{
    margin-left:10px;
}

section#sitemap ul li:before{
    content:"-";
    margin-right:3px;
    color:#fff;
}

div#sitemap_area > div{
    padding:5px !important;
    
}

section#sitemap h3{
    background-color:transparent;
    color:#fff;
    border-bottom:1px solid #fff;
    padding:3px;
    margin-bottom:5px;
}

/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}

.nivoSlider p{
	margin: 0px;
	padding: 0px;
}

.nivo-control{
    display:none;
}

.nivo-controlNav{
    padding:0px;
}

.nivo-caption{
	position:absolute;
	top:30px;
	left:auto;
    right:30px;
	bottom:auto;
	width:500px;
	padding:20px;
    background-color:rgba(0,0,0,0.2);
    font-family:"Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;		
}

.nivo-caption h2{
    font-size:20px;
    
}

.nivo-caption a.btn-default{
	color:#333;
}

/***************************************************************
6 footer
***************************************************************/

footer{
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:12px;	
	padding:6px;
}


/***************************************************************
7 breadcrumb
***************************************************************/

#breadcrumb{
padding:15px 0px;
    z-index: 999;
    position: relative
}

#breadcrumb ul{
	float:right;
}

#breadcrumb ul li{
	float:left;
	margin:0px 10px;
}

#breadcrumb ul li a{
	color:#000;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #2c75db;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#2c75db;
	color:#fff;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom:0px;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px solid #ccc;
	color:#666;
}

div#sidebar ul li a:hover{
	background-color:#efefef;
	text-decoration:none;	
}

div#sidebar ul li a:before{
 	content: '\f105';
}


div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;		
}





/***************************************************************
9 main_content
***************************************************************/


img#sub_eyecatch{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    margin:auto;
    max-width: 1400px;
    z-index: -1;
}

div#main_content{
	padding:0px;
	min-height: 500px;
    margin-bottom: 30px;
}


div#main_content h1{
	font-size:24px;
	padding:60px 10px 10px 20px;
	margin-top:0px;
	color: #000;
	background-color:transparent;
    border-bottom:1px solid #b5b5b5;
    border-left:1px solid #b5b5b5;
    margin-top:-40px
}

div#main_content h1 span{
	border-left:6px solid #fff;
	padding-left:15px;
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px 10px;
	padding:10px 2px;
	border:0;
    color:#7d7d7d;
    font-weight:bold;
    position: relative
}

div#main_content h2:nth-child(n+2){
	margin-top:40px;
}

div#main_content h2:before{
    content:"";
    width:15px;
    height:6px;
    background:#00a0e9;
    position: absolute;
    top:0px;
    left:0;
}

div#main_content h3{
	background-color:#eee;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

div#main_content h4{
	border-left:none;
    border-bottom:2px solid #00a0e9;
	padding:10px 5px;
	margin:20px 0px;
	font-size:16px;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table{
	margin-bottom:15px;
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:10px 15px;
}

div#main_content table tr th{
	background-color:#84A3B1;
	color:#fff;
	padding:10px 15px;	
	border-bottom:1px solid #fff;
}

div#main_content table tr:nth-child(2n)
{
	background-color:#efefef;
	clear:both;
}

div#main_content ul{
    padding-left:12px;
}

div#main_content ul li{
 	padding:10px 0;
}

div#main_content ul li:before{
 	content: '\f105';
    margin-left: -12px;
}


body.archive div#main_content ul,
body.category div#main_content ul,
body.search div#main_content ul{
	margin-top:30px;
}


body.archive div#main_content ul li:before,
body.category div#main_content ul li:before,
body.search div#main_content ul li:before{
 	content: '';
	padding-right:0px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content div.slider-wrapper div.nivo-controlNav{
	display:none;	
}

body.archive div#main_content ul li:before{
	padding-right:0px;
	content:"";
}

body.archive div#main_content ul li{
    background-color:#eeeeee;
    padding:13px 0 5px;
    border-bottom:1px solid #000;
    position: relative
}

body.archive div#main_content ul li:first-child{
    border-top:1px solid #000;
}

div#main_content div.navigation{
	margin-bottom:30px;
	text-align: center;
}

div#main_content div.staff p{
    padding:0;
    margin:0;
}

div#main_content div.staff a{
    font-size:16px;
    padding:10px 5px 5px;
    margin:0;
    color:#000;
    display: block;
    position: relative
}

div#main_content div.staff a:after{
    content:"\f30b";
    position: absolute;
    right:5px;
    color:#00a0e9
}

div#main_content div.staff span{
    padding:5px;
}

div#main_content div#pagetop{
    position:absolute;
    bottom:0px;
    right:0px;
}

div#main_content div.s_box{
    padding:10px;
    background:#101d23;
    color:#fff;
}

div#main_content div.s_box p{
    padding:5px 0;
    margin:0;
}

div#main_content div.s_box p.name{
    margin:0;
    padding:5px 10px 10px;
    font-size:18px;
    border-bottom: 3px solid #fff;
}

div#main_content p.history{
    margin:15px 0 5px;
    padding:0 5px;
    border-left: 18px solid #92a2cb;
}

div#main_content p.gakkai{
    padding:40px;
    background:#92a2cb;
    color:#fff;
    text-align: center
}

div#main_content div.s_box table{
    margin:10px 0;
}

div#main_content div.s_box table td{
    border:0;
}

div#main_content div.s_box span{
    background:#898989;
    color:#fff;
    padding:2px 35px;
    border-radius:10px;
}

div#main_content ul.history li{
    border-bottom:1px solid #c9c9c9;
    padding:5px 0;
}

div#main_content ul.history li:before,
div#main_content ul.award li:before{
    content:none
}

div#main_content div.shumi{
    background:#eeeeee;
    padding:20px;
}

div#main_content div.shumi p{
    margin:5px 0;
    padding:0;
}

div#main_content div.shumi p.shumi{
    margin:5px 0 20px;
    padding:0 5px;
    border-left: 18px solid #92cbb8;
}

div#main_content .naiyou{
    background:#101d23;
    padding:0 0 5px;
    z-index:99;
}

div#main_content .naiyou2{
    background:#101d23;
    padding:0 0 5px;
    z-index:99;
}

div#main_content .naiyou p,
div#main_content .naiyou2 p{
    color:#fff;
    padding:5px 0 10px;
    margin:0;
    text-align: center;
    position: relative;
}

div#main_content .naiyou3,
div#main_content .naiyou4{
    padding:0 0 5px;
    z-index:99;
    position: relative
}

div#main_content .naiyou3 img,
div#main_content .naiyou4 img{
    width:94%
}

div#main_content .naiyou3 p,
div#main_content .naiyou4 p{
    color:#fff;
    padding:5px 0 10px;
    margin:0;
    text-align: center;
    position: relative;
    border-right:1px solid #fff;
}


div#main_content .naiyou3:after{
    content:"\f30b";
    position: absolute;
    bottom: 5%;
    right: 5%;
    color:#fff;  
}

div#main_content .naiyou4:after{
    content:"\f30b";
    position: absolute;
    bottom: 5%;
    right: 5%;
    color:#00a0e9;  
}

div#main_content .naiyou p:after{
    content:"";
    background-color: #fff;
    position: absolute;
    right:-20px;
    width: 1px;
	height: 28px;
    z-index:100
}


.double{
    background:linear-gradient(180deg,#fff 0%,#fff 60%,#101d23 60%,#101d23 100%);
}

.double2{
    background:linear-gradient(180deg,#fff 0%,#fff 60%,#00a0e9 60%,#00a0e9 100%);
    
}

div.student{
    padding:10px;
    text-align: center;
    background:#eeeeee;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    position: relative
}

div.student:after{
    content:"\f30b";
    position: absolute;
    right:10px;
    color:#00a0e9
}

div#grey{
    padding:20px 5px;
    background:#eeeeee;
    margin:30px 0;
}

div#grey p{
    margin:0;
    padding:0;
}

div#grey p.line_bottom{
    padding:10px 5px 0;
    text-align: center
}

div#grey p.line_bottom:after{
    content:"";
    width:100px;
    height:2px;
    position: absolute;
    background:#101d23;
    bottom:25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

div#grey .col-md-4{
    padding:35px;
}

div#grey .col-md-4 a{
    position: relative
}
div#grey .col-md-4 a:after{
    content:"\f054";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
    position: absolute;
    right:-20px;
    bottom:-145px;
    text-align:center;
  line-height: 50px;
}

div.kenshu{
    position: relative
}

div.kenshu a{
    float:right;
    padding:5px 10px;
    border-bottom:3px solid #101d23;
    width:200px;
    color:#000;
    font-weight:bold;
}

div.kenshu a:after{
    content:"\f30b";
    position: absolute;
    right:-10px;
    color:#00a0e9
}

div.kenshu a.nothing{
    float:none;
    padding:0;
    border-bottom:0;
    width:100%;
}

div.kenshu a.nothing:after{
    content:none;
}

div.next{
    text-align: right;
    margin-bottom:15px;
}

div.next a{
    padding:3px 20px;
    border-bottom:3px solid #101d23;
    color:#000;
}

div.next a:hover{
    text-decoration: none
}

div.next a:after{
    content:"\f30b";
    color:#009fe7
}

body.page-id-293 a.pagetop,
body.page-id-318 a.pagetop,
body.page-id-333 a.pagetop,
body.page-id-569 a.pagetop,
body.page-id-576 a.pagetop,
body.page-id-580 a.pagetop,
body.page-id-587 a.pagetop,
body.page-id-592 a.pagetop,
body.page-id-596 a.pagetop,
body.page-id-601 a.pagetop,
body.page-id-605 a.pagetop,
body.page-id-609 a.pagetop,
body.page-id-614 a.pagetop,
body.page-id-618 a.pagetop,
body.page-id-622 a.pagetop,
body.page-id-626 a.pagetop,
body.page-id-643 a.pagetop,
body.page-id-647 a.pagetop,
body.page-id-653 a.pagetop,
body.page-id-657 a.pagetop,
body.page-id-661 a.pagetop,
body.page-id-665 a.pagetop,
body.page-id-669 a.pagetop,
body.page-id-673 a.pagetop{
    display:none;
}

p.nitijou{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:5px 20px;
    text-align: center;
}

.centering{
    text-align: center;
    width: 80%;
    margin:0 auto
}

.history_box{
    background: #00a0e9;
    color:#fff;
    width:200px;
    height:200px;
    position: relative
}

.history_box p{
    padding-top:45px;
    padding-left: 30px;
}

.history_box p.plan{
    padding-top:70px;
    padding-left: 0px;
    text-align: center
}

.history_box img{
    position: absolute;
    right:-30px;
    top:-20px;
    width:65%;
}

p.enkaku{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:15px 5px;
    margin-top:10px
}

div#main_content table.history{
    width: 90%;
    margin-top:0px;
}

div#main_content table.history tr td{
    border:0;
    border-bottom:1px solid #92a2cb;
    padding:5px 0 5px 5px;
}

div#main_content table.history tr td{
    border:0;
    border-bottom:1px solid #92a2cb;
    padding:5px 0 5px 5px;
}

div#main_content table.history tr:nth-child(2n)
{
	background-color:#fff;
}

div#main_content.naiyou5{
	
}

div#main_content .double3{
	
}

div.kengaku{
    position: relative
}
div.kengaku .blue_btn{
    background:#00a0ea;
    text-align: center;
    padding:30px 0 20px;
    position: absolute;
	width:50%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

div.kengaku .blue_btn p{
    color:#fff;
    border-bottom:3px solid #fff;
    display:inline-block;
	position:relative;
}
div.kengaku .blue_btn p:after{
    content:"\f30b";
    position: absolute;
    right:-60px;
}
div.kengaku .blue_btn p.arrow2:after{
    content:"\f30b";
    position: absolute;
    right:-20px;
}

/********************************************************************
20 PC
********************************************************************/

@media (min-width: 768px) {
	.pc_none{
		display:none;	
	}
	
	.sp_none{
	}
	
	body{
		min-width:1024px;
	}
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
30 SP
********************************************************************/

@media (max-width: 767px) {
	
	.pc_none{
	}
	
	.sp_none{
		display:none;
	}
	
	.row{
		margin-left:0px;
		margin-right:0px;
	}
    
    .label{
	padding:1px;
}
	
    header{
        background:#101d23
    }
    
    #home header div#logo_area img{
	display:block;
}
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:5px 5px 5px;
	}
    
    header div#logo_area p{
		padding:0;
        margin:0;
	}
	
	header div#logo_area img{
		width:45%;
	}
    
    #sub header div#logo_area img{
	width:45%;
}
    
    img#sub_eyecatch{
        position:relative;
    }	
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:9999;
		position:absolute !important;
		background-color:#2c75db;
		padding-left:0px !important;
		padding-right:0px !important;
		border-top: 1px solid #2c75db;
		top:60px;
	}
	
	nav ul{
		width:100%;	
		height:auto;
		
	}

	nav ul li{
		width:100%;
        border-top:1px solid #fff;
	}
	
	nav > ul > li, nav > div > ul > li{
		float:none; 
	}	
	
	nav ul ul{
        display: block;
        background-color:transparent;
        position: relative;
	}
    
    nav ul ul li{
        display:block;
        border-top:1px dashed #fff;

    }
    
    nav ul li a{
        display:block;
        color:#fff;
        text-align: left;
		margin:0px; 
        padding:10px;
    }
    
    nav > ul > li > a:before{
        content:"";
    }
    
    nav ul ul li a{
        padding-left:40px;
    }
	
    nav > ul li.menu-item-has-children > a:after{
        float:none;
    }

    nav > ul > li > ul > li.menu-item-has-children > a:after{
        float:none;
    }

nav ul li:nth-child(n+2):nth-child(-n+5) a:after{
    content:none;
}
    
    nav ul li:nth-child(6) a{
	margin:0px 0px;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
    background: #00a0e9;
}

nav ul li:nth-child(6) a:after{
	content:none;
}
    
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	section#eyecatch{
    margin-top:0px;
        background:#00a0e9;
}

.wrapper2{
	width:100%;
	margin:0px auto;
    position: relative;
    height:auto;
    overflow: hidden;
}
    
    section#eyecatch div.title{
    bottom:50px;
    right:0;
}

section#eyecatch div.title img{
    width:300px
}

section#eyecatch div.title2{
    display:none;
}
    
    section#content{
    padding:10px 0px;
    height:auto;
}

section#content .box{
    background:#00a0e9;
    padding:0 0 5px;
    z-index:0;
    margin-top:0px;
}
	
	div#news_area{
		float:none;
		margin-top:5px;
		width:100%;
		height: auto;
		overflow-y:auto;
		padding:15px;
	}
    
    section#message{
    padding:10px 0px 20px;
    }
    
    section#sitemap{
    padding:10px 0px;
    }
    section#sitemap .center{
    text-align: center;
    }
    
    section#sitemap img{
    width:50%;
    }
	
	div.kengaku .blue_btn{
	width:70%;
}
	div.kengaku .blue_btn p:after{
    display:none
}
div.kengaku .blue_btn p.arrow2:after{
    display:none
}
	
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#content_area{
		padding:0px !important;
	}
    
    #breadcrumb{
        display: none
}

	
	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}



	div#sp_menu{
		position:absolute;
		right:20px;
		top:10px;
		display:block;
        z-index: 9999
	}


	div#sidebar h2:before{
		content:"\f0ca";
	}
	
	div#sidebar h2:after{
		content:"\f055";
        float:right;
	}
		
	
	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	.nivo-caption{
		left:auto;
		top:auto;
		width: 100%;
	}
	
	table td, table th{
		padding:10px 5px !important;
		line-height: 140% !important;
	}
		
	table.sp tr,
	table.sp th,
	table.sp td{
		display:block;
	}
	
	

	/* stylesheet for large width table */
	table.widetable{
		border:none !important;
	}
	table.widetable tr{
		border:1px solid #ccc;
		margin-bottom:20px;
	}
	table.widetable td{
		border:none !important;
	}
	
	table.widetable th{
		display:none;
	}
	
	table.widetable tr, table.widetable td{
		display: list-item;
		background-color:transparent !important;
		list-style: none;
	}
	/* stylesheet for large width table */

	
    div#main_content div#pagetop{
        position:fixed;
        background-color:#fff;
        right:20px;
        z-index:9999;
    }
	
    footer{
        padding-bottom:30px;
    }
	
	
}


/********************************************************************
35 admin
********************************************************************/



a.editbutton{
	margin-top:-26px;
	margin-right:-26px;
	display:block;
	width:26px;
	height:26px;
	float:right;
	padding:3px;
	border:1px solid #ccc;
	border-radius: 3px;
	z-index: 100;
	background-color:rgba(255,255,255,0.8);
}


/********************************************************************
40 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
	.row{
		display:block;
	}

  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1024px !important;	
	min-width:1024px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }		
}


