@charset "utf-8";
/*
Theme Name: astem_lifeinov
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 slick
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 JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	line-height:150%;
	font-size: 16px;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1200px;
	margin:0px auto; 
}

.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:16px;
	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 #0075d4;
	padding:5px 10px;
	float:right;
    border-radius: 5px;
    color: #0075d4;
}

.pagetop:before{
 	content: '\f0d8';
}

table td, table th{
	font-size:16px;
}

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:16px;
}

/***************************************************************
 2. override bootstrap / fontawesome / slick
 **************************************************************/
 
/* bootstrap */

.btn-info{
	background-color:#2c75db;
	border-radius:0px;
	border:none;
}

.label{
	padding:4px;
	background-color:#ccc;
    border-radius: 0px;
}

.label.news{
	background-color:#009e96;
}

.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: "\f073";
    color: #aaadcf;
}

.locate:before{
	content: "\f3c5";
}


/*polylang*/
body.lang-ja .lang-item-ja,
body.lang-ja .lang-en{
    display:none;
}

body.lang-en .lang-item-en,
body.lang-en .lang-ja{
    display:none;
}


/* slick */

.slick-prev{
    left:-35px;
    width:30px;
}

.slick-next{
    right:-35px;
    width:30px;
}

.slick-prev:before, .slick-next:before{
    font-size: 30px;
}


.slick div.slick-item{
    position:relative;
}

.slick div.slick-item p.caption{
    position: absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(0,0,0,0.90);
    z-index: 100;
    width: 100%;
    margin:0px;
    color:#fff;
}


/***************************************************************
 2.5. animation
 **************************************************************/

.fade-in{
    opacity: 0;
}

.fade-in.is-animated{ 
　opacity:0;
  animation-name:fadeIn;
  animation-duration:1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fade-in.rise-up.is-animated{
  animation-name:fadeRiseUp;
}

.fade-in.rise-left.is-animated{ 
  animation-name:fadeRiseLeft;
}

.fade-in.fade-simple{
  animation-name:fadeIn;
}

.fade-in.zoom-in{
  animation-name:fadeZoomIn;
}

.fade-in.zoom-out{
  animation-name:fadeZoomOut;
}


@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeZoomIn {
  0% {
   opacity: 0;
   transform:scale(0.9);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeZoomOut {
  0% {
   opacity: 0;
   transform:scale(1.1);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeRiseUp {
0% {
 opacity: 0;
 transform: translateY(30px);
}

100% {
 opacity:1;
 transform: translateY(0px);
 } 
}

@keyframes fadeRiseLeft {
0% {
 opacity: 0;
 transform: translateX(-60px);
}

100% {
 opacity:1;
 transform: translateX(0px);
 } 
}


/***************************************************************
 3. header
 **************************************************************/

header{
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
}

#sub header{
    background: rgba(255,255,255,0.9);
}

header div#logo_area{
	padding:20px 0px 10px;
}
header div#logo_area p{
	padding:0;
    margin: 0;
}

header h1{
	display:none;	
}

header div#contact_area{
	padding:15px 0 5px;
}

header div#contact_area a{
	float:right;
	padding:1px 5px 1px 10px;
    color: #2b78f3;
    background: #a7ddfe;
    border-radius: 20px;
    
}

#home header{
}

#sub header{
}

.sub_head{
    background: url("images/sub_head.jpg");
background-position: center;
background-size: cover;
    height: 200px;
    margin-top: -116px;
}

/*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:10px 32px 10px;
	color:#000;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
    position: relative;
}

nav > ul > li > a:after{
	content: "\f0dd";
    color: #1d62dd;
    position: absolute;
    top: 8px;
}

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{
	
}

nav ul li a:hover,
nav ul li.current-menu-item a{
	color:#1d62dd;
	text-decoration:none;
}

nav ul ul ul{
    position:absolute;
    left:100%;
    top:0px;
    min-width:100%;
}

/***************************************************************
5 toppage section
***************************************************************/

section#eyecatch{
    background: url("images/bg_eyecatch.jpg");
background-position: center;
background-size: cover;
    margin-top: -106px;
}

section#eyecatch p{
	padding:0px;
	margin:0px;
}

section#eyecatch ul{
	padding:0;
	margin:0;
}
section#eyecatch ul li{
	position: relative;
}

section#eyecatch .wrapper{
	position: relative;
    width: 100%;
}

section#eyecatch .text{
	position: absolute;
    bottom: 25%;
    left: 3%;
}
section#eyecatch .text p{
	font-family: "Roboto", sans-serif;
    font-weight:900;
    line-height: 240%;
}
section#eyecatch .gradation {
  background: linear-gradient(90deg, #08c7fd, #3f77ff);
  background: -webkit-linear-gradient(0deg, #08c7fd, #3f77ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 90px;
}

section#eyecatch .gradation2 {
  background: linear-gradient(90deg, #3f77ff, #08c7fd);
  background: -webkit-linear-gradient(0deg, #3f77ff, #08c7fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight:500;
}

section#eyecatch .login {
  background: #0075d4;
    color: #fff;
    border-radius: 25px 0 0 25px;
    padding: 30px 15px;
    width: 200px;
    position: fixed;
    right:0;
    top: 300px;
    z-index: 9999;
}

section#eyecatch img.logo{
  width: 80%;
}

section#eyecatch .login table td{
  padding: 5px 5px;
    font-size: 18px;
}

section#eyecatch .login table td span{
  border-bottom: 1px solid #fff;
    position: relative;
}

section#eyecatch .login table td span:after{
  content: "\f105";
    position: absolute;
    left:0;
    right: 0;
    bottom: -30px;
}

section#eyecatch .login table td:first-child{
  width: 30%;
}

section#eyecatch .magazine{
  background: #7895dd;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 25px 5px 25px 15px;
    width: 200px;
    position: fixed;
    right:0;
    top: 500px;
    z-index: 9999;
}

section#eyecatch .login:hover,
section#eyecatch .magazine:hover{
    opacity: 0.8;
}

section#news{
    background: url("images/bg_news.jpg");
background-position: top center;
background-size: cover;
    padding: 50px 0 30px;
}

section#news h2{
    color: #0d4a7b;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 30px;
}

section#news ul li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
section#news ul li a{
    color: #000;
}

section#news .btn-info{
    color: #fff;
    background: #17a2ff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    width: 250px;
    border-radius: 25px;
    position: relative;
}

section#news .btn-info:after{
    content: "\f138";
    color: #fff;
    position: absolute;
    right: 10px;
}

section#event{
    background: #e5e5e5;
    padding: 30px 0 30px;
}

section#event h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

section#event .parts{
    background: #fff;
    height: 100%;
}

section#event .parts p{
    margin: 0;
}
section#event .col-md-4 a{
    color: #000;
    text-decoration: none;
}
section#event .col-md-4 a:hover{
    opacity: 0.8;
    text-decoration: none;
}

section#event .article{
    min-height: 56px;
}
section#event .article p{
    font-weight: bold;
}

section#event .box{
    padding: 10px 5px 20px;
}

section#event .date:before,
section#event .locate:before{
    color: #17a2ff;
}

section#event .btn-info{
    color: #fff;
    background: #17a2ff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    width: 250px;
    border-radius: 25px;
    position: relative;
    margin-top: 25px;
}
section#event .btn-info:after{
    content: "\f138";
    color: #fff;
    position: absolute;
    right: 10px;
}
section#event .btn-info:hover{
    text-decoration: none;
    opacity: 0.8;
}


section#about{
    background: url("images/bg_about.jpg");
background-position: center;
background-size: cover;
    padding: 30px 0 30px;
}

section#about h2{
    color: #00d6ef;
    -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
    font-weight: bold;
}

section#about .title{
    font-size: 40px;
    margin-top: 40px;
    font-weight: bold;
    line-height: 140%;
}
section#about .title span{
  background: linear-gradient(120deg, #13d5ff, #2fb6fb 30%, #6d96ff 100%);
  background: -webkit-linear-gradient(0deg, #13d5ff, #2fb6fb 30%, #6d96ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#about .btn-info{
    color: #fff;
    background: #17a2ff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    width: 250px;
    border-radius: 25px;
    position: relative;
    margin-top: 25px;
}
section#about .btn-info:after{
    content: "\f138";
    color: #fff;
    position: absolute;
    right: 10px;
}
section#about .btn-info:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#business{
    background: url("images/bg_business.jpg");
background-position: center;
background-size: cover;
    padding: 30px 0 30px;
}

section#business h2{
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

section#business h3{
    color: #0d4a7b;
    font-weight: bold;
    -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
    background: transparent;
    font-size: 26px;
    position: absolute;
    top: -90px;
    left: 30px;
}
section#business .bg_left{
    position: relative;
}

section#business .btn1{
    display: block;
    padding: 20px 15px;
    background: #7895dd;
    color: #fff;
    position: relative;
    margin-top: 20px;
}

section#business .btn2{
    display: block;
    padding: 20px 15px;
    background: #f19ec2;
    color: #fff;
    position: relative;
}

section#business .btn3{
    display: block;
    padding: 20px 15px;
    background: #74dd99;
    color: #fff;
    position: relative;
}
section#business .btn4{
    display: block;
    padding: 20px 15px;
    background: #0dc5db;
    color: #fff;
    position: relative;
}

section#business .btn1:after,
section#business .btn2:after,
section#business .btn3:after,
section#business .btn4:after{
    content: "\f105";
    position: absolute;
    right: 10px;
}
section#business .btn1:hover,
section#business .btn2:hover,
section#business .btn3:hover,
section#business .btn4:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#business .btn-info{
    color: #fff;
    background: #17a2ff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    width: 250px;
    border-radius: 25px;
    position: relative;
    margin-top: 15px;
}
section#business .btn-info:after{
    content: "\f138";
    color: #fff;
    position: absolute;
    right: 10px;
}
section#business .btn-info:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#membership{
    background: url("images/bg_member.jpg");
background-position: bottom center;
background-size: cover;
    padding: 30px 0 70px;
    color: #fff;
}

section#membership .bnr{
    width:700px;
    margin-left: -100px;
}

section#membership .btn-info{
    color: #fff;
    background: #0d4a7b;
    padding: 10px 10px;
    text-align: center;
    display: block;
    border-radius: 25px;
    position: relative;
    margin-top: 20px;
}
section#membership .btn-info:after{
    content: "\f138";
    color: #fff;
    position: absolute;
    right: 10px;
}
section#membership .btn-info:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#membership .box{
    background: #0d4a7b;
    color: #fff;
    padding: 20px 25px;
    border-radius: 20px 0 0 20px;
    margin-top: 50px;
}
section#membership h3{
    background: transparent;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

section#membership h3 img{
    width: 50px;
    margin-right: 10px;
}
section#membership h3 i{
    color: #00d6ef;
}

section#membership ul li{
    padding: 5px;
    position: relative;
}
section#membership ul li:after{
    content: "\f105";
    color: #00d6ef;
}

section#membership ul li a{
    color: #fff;
    border-bottom: 1px solid #00d6ef;
}

section#membership ul li a:hover,
section#membership .form:hover{
    text-decoration: none;
    opacity: 0.8;
}

section#membership .form{
    background: #00d6ef;
    color: #0d4a7b;
    padding: 25px 10px;
    text-align: center;
    display: block;
    font-weight: bold;
}

section#address{
    padding: 30px 0;
}

section#address .map{
    padding: 35px 30px 10px;
    background: #d8f4ec;
}

section#address .contact{
    color: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    background: #00d6ef;
}


/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}


/***************************************************************
6 footer
***************************************************************/

footer{
	padding:20px 0 50px;
}

footer table tr td:first-child{
	width: 20%;
}

footer a{
	color: #0d4a7b;
}

footer .copy{
	text-align: center;
    margin-top: 30px;
}

#sub footer{
    border-top: 1px solid #ccc;
}

/***************************************************************
7 breadcrumb
***************************************************************/

#breadcrumb{
padding:15px 0px;
}
#breadcrumb ul li{
	float:left;
	margin:0px 10px;
}

#breadcrumb ul li a{
	color:#000;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:0;
	padding:0px;
	margin-bottom:20px;
    position: sticky;
    top:140px;
}

div#sidebar h2{
	background-color:#0d4a7b;
	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 dashed #0d4a7b;
	color:#666;
}

div#sidebar ul li a:hover{
	background-color:#efefef;
	text-decoration:none;	
}

div#sidebar ul li a:after{
 	content: '\f105';
    position: absolute;
    right: 5px;
    color: #0d4a7b;
}


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;
    line-height: 180%;
}

div#main_content h1{
    background:linear-gradient(to bottom,#fff,#f8f8f8);
	border:1px solid #eceae3;
        border-radius:3px;
	padding:10px 10px 10px 25px;
	margin-top:0px;
	font-size:24px;
	color: #000;
    position: relative;
    margin-bottom: 20px;
}

div#main_content h1:before{
    content:"";
   display:inline-block;
   width:5px;
   height:38px;
   background-color:#0075d4;
   position:absolute;
   top:6px;
   left:10px;
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}

div#main_content h2{
	font-size:22px;
	margin:30px 0px 20px;
	padding:15px 15px;
	border:0;
    color: #fff;
    background: #0075d4;
    position: relative;
}

div#main_content h2:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 1px dotted #fff;
}

div#main_content h2:nth-child(n+2){
    margin-top: 50px;
}

div#main_content h3{
	background-color:#fff;
	font-size:20px;
	padding:10px 10px;
	margin:30px 0px 20px;
    border-bottom: 3px solid #0075d4;
    color: #0075d4;
    font-weight: bold;
}

div#main_content h4{
	border-left:7px solid #0075d4;
	padding:5px 10px;
	margin:20px 0px 10px;
	font-size:18px;
    font-weight: bold;
}

div#main_content h5{
	font-size:16px;
    font-weight: bold;
    color: #0075d4;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table{
    width: 100%;
	margin:20px 0 30px;
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:10px 15px;
}

div#main_content table tr th{
	background-color:#0dc5db;
	color:#fff;
	padding:10px 15px;	
	border-bottom:1px solid #fff;
}

div#main_content table tr:nth-child(2n)
{
	clear:both;
}

div#main_content ul{
    padding-left:12px;
}

div#main_content ul li:before{
 	content: '\f0da';
    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 ol{
    margin-left:12px;
}


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{
	padding: 10px 0;
    border-bottom: 1px dashed #000;
}

body.archive div#main_content ul li:before{
	padding-right:0px;
	content:"";
}

div#main_content div.navigation{
	margin-bottom:30px;
	text-align: center;
}

.bmp_btn{
    color: #fff;
    background: #0054a6;
    border-radius: 5px;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.bmp_btn:hover,
.bmp_btn2:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}

.bmp_btn2{
    color: #fff;
    background: #3399cc;
    border-radius: 5px;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    margin: 25px 0;
}

dt {
  width: 20%;
  margin-bottom: 10px;
}

dd {
  width: 80%;
  margin-bottom: 10px;
}

body.archive div#main_content .thumbnail{
    height: 216px;
    overflow: hidden;
}

body.archive div#main_content .parts{
    background: #fff;
    height: 100%;
}

body.archive div#main_content .parts p{
    margin: 0;
}

body.archive div#main_content .col-md-4 a{
    color: #000;
    text-decoration: none;
}
body.archive div#main_content .col-md-4 a:hover{
    opacity: 0.8;
    text-decoration: none;
}

body.archive div#main_content .article{
    min-height: 56px;
}
body.archive div#main_content .article p{
    font-weight: bold;
}

body.archive div#main_content .box{
    padding: 10px 5px 20px;
}

body.archive div#main_content .date:before,
body.archive div#main_content .locate:before{
    color: #17a2ff;
}

div#main_content p.name span{
    font-size: 18px;
    font-weight: bold;
}

div#main_content .expert{
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

div#main_content p.role{
    margin-bottom: 2px;
}

div#main_content p.role span{
    padding: 2px 15px;
    text-align: center;
    min-width: 150px;
    background: #21a0dc;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
}

div#main_content .member_btn1{
    color: #fff;
    background: #7895dd;
    border-radius: 5px;
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 20px;
}
div#main_content .member_btn2{
    color: #fff;
    background: #f19ec2;
    border-radius: 5px;
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 20px;
}
div#main_content .member_btn3{
    color: #fff;
    background: #74dd99;
    border-radius: 5px;
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 20px;
}

div#main_content .member_btn1:hover,
div#main_content .member_btn2:hover,
div#main_content .member_btn3:hover{
    text-decoration: none;
    opacity: 0.8;
}

.form_box{
    padding: 15px 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.form_box{
    padding: 15px 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.form_box textarea {
    width: 100%;
}


/* contact form */

div#main_content table.CF7_table{
	width:90%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

div#main_content table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

div#main_content table.CF7_table tr th{
	color:#000
}

div#main_content table.CF7_table tr td p{
    margin: 0;
}

div#main_content table.CF7_table tr:nth-child(2n)
{
	background-color:#fff;
	clear:both;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
div#main_content table.CF7_table input, div#main_content table.CF7_table textarea {
	border: 1px solid #d8d8d8;
    width:100%
}

div#main_content table.CF7_table ::placeholder {
	color:#797979;
}

div#main_content table.CF7_table input[type=radio] {
    width: auto;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #0d4a7b;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	div#main_content table.CF7_table th{
	width:40%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	div#main_content table.CF7_table{
	width:95%;
	}
	div#main_content table.CF7_table tr, div#main_content table.CF7_table td, 
    div#main_content table.CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	div#main_content table.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0d4a7b;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
    padding:10px 50px
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


/********************************************************************
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;
	}
	

header div#contact_area{
	display: none;
}

	
	header div#logo_area{
		padding:10px 5px;
	}
	
	header div#logo_area img{
		width:80%;
	}
    
    img#sub_eyecatch{
        position:relative;
    }	
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute !important;
		
		padding-left:0px !important;
		padding-right:0px !important;
		border-top: 1px solid #2c75db;
		top:10px;
        left: 0;
	}
	
	nav ul{
		width:100%;	
		height:auto;
		
	}

	nav ul li{
		width:100%;	
        min-height: 30px;
        height:auto;
        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 15px;
        background-color:#17a2ff;
    }

nav > ul > li > a:after{
	content: none;
}
    
    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;
    }    
	
	
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	section#eyecatch .login,
    section#eyecatch .magazine{
        display: none;
}
    
    section#eyecatch{
    margin-top: 0;
}

section#eyecatch .wrapper{
    height: auto;
}

section#eyecatch .text{
	position: absolute;
    bottom: 25%;
    left: 3%;
}
section#eyecatch .text p{
    line-height: 180%;
}
section#eyecatch .gradation {
    font-size: 24px;
}

section#eyecatch .gradation2 {
    font-size: 16px;
}

	section#news{
    padding: 30px 0 30px;
}

section#news h2{
    margin-top: 0px;
    margin-left: 0px;
}

    section#event{
    padding: 30px 10px;
}
    
section#event .parts{
    margin-bottom: 15px;
    height: auto;
}
    
section#event .article{
    min-height: auto;
}

section#event .btn-info{
    margin-top: 10px;
}
    
    section#about{
}

section#about h2{
    -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}

section#about .title{
    font-size: 24px;
    margin-top: 10px;
}

section#about .btn-info{
    margin-top: 10px;
}
    
	section#membership .bnr{
    width:100%;
    margin-left: 0px;
}
    
section#business h2{
    margin-bottom: 20px;
}

section#business h3{
    display: none;
}
	
    section#membership{
    padding: 30px 0 30px;
}
    
	div#main_content{
		border:none;
		padding:0px;
	}
	
	div#content_area{
		padding:0px !important;
	}
    
    body.archive div#main_content .thumbnail{
    height: auto;
}
    
    body.archive div#main_content .article{
    min-height: auto;
}
	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}

	div#sp_menu{
		position:fixed;
		right:20px;
		top:15px;
		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;
	}
	

	
	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;
    }
	
    footer{
        padding-bottom:80px;
    }
	
	
}


/********************************************************************
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;
  }		
}


