﻿@charset "UTF-8";
/* CSS Document */


/*reset*/
body,h1,h2,h3,h4,h5,h6,p,li,ul,dt,dd{
	margin:0;
	padding:0;
	color:#333333;
	list-style:none;
	font-size:100%;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {
	line-height:2;
}

body {
	font:14px/1 helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


li{
	list-style:none;
}
img{
	vertical-align:bottom;
}
/*common*/

.clearfix:after { 
	content: ".";
	display: block; 
	height: 0; clear: both;
	visibility: hidden; 
}
.clearfix {
	display: inline-block;
}
 /* Hides from IE-mac \*/ 
 * html .clearfix {height: 1%;} 
 .clearfix {display: block;} 
 /* End hide from IE-mac */
a{
	color:#333333;
	text-decoration:none;
}
#contents{
	border-top:2px solid #00436e;
}
/*#main .container a{
	color:#86b603;
}*/
#main .container a:hover{
	text-decoration:underline;
}
.left{
	float:left;
}
.right{
	float:right;
}
.boxDown20{
	margin-top:20px !important;
}
.boxDown50{
	margin-top:50px !important;
}



a:link { color: #00436e; text-decoration: none; }
a:visited { color: #00436e; text-decoration: none; }
a:hover { color: #00436e; text-decoration: underline; }
a:active { color: #00436e; text-decoration: underline; }
a:focus{ outline: none; }




/* header
------------------------------- */
.header {
	max-width:1000px;
	margin:0 auto;
	padding:35px 0 0;
	position:relative;
}

.page-id-3652 .header {
	padding-bottom:30px;
}
.header h1 {
	text-align:center;
}
.header .description {
	line-height:1.4;
	position:absolute;
	left:0;
	top:40px;
	color:#91959b;
	font-size:93%;
}





.slideFrame{
	position: relative;
	margin: 20px 0;
	overflow: hidden;
	overflow-x: auto;
	width: 990px;
	height: 100px;
	border: 5px solid #ededed;
}
.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 100%;
	margin-top:20px;
	background: #FFF;
	color: #333;
}
#about{
	margin-top:50px;
}
#main .container .block{
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom:5px solid #f2f2f2;
}
#main .container p{
	margin-bottom:20px;
	font-size:14px;
}
#main .container span.icon{
	padding:3px 5px 1px;
	margin-left:10px;
	font-size:10px;
	background-color:#91959b;
	color:#ffffff;
}


#main .container .style01{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
#main .container .style01 th{
	padding:7px;
	font-weight:bold;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#efefef;	
}
#main .container .style01 th.txtLeft{
	text-align:left !important;
}
#main .container .style01 td{
	padding:7px 7px 7px 10px;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:13px;
}
#main .container .style01 .middle{
	width:20% !important;	
}
#main .container .style02{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
#main .container .style02 th{
	width:20%;
	text-align:left;
	padding:7px 7px 7px 15px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:13px;
	font-weight:normal;
	vertical-align:top;
}
#main .container .style02 td{
	width:80%;
	padding:7px 7px 7px 15px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:13px;
}
#main .container .listStyle-num li{
	padding-left: 1.8em;
    text-indent: -1.8em;	
}
#main .container .listStyle-dotted li{
	padding-left: 1em;
    text-indent: -1em;	
}
#main .container .link_style{
	margin:15px 0;
}
#main .container .link_style li{
	padding-left: 1.7em;
    text-indent: -1.7em;
	margin-bottom:10px;
}
#main .container .link_style a{
	padding-left:25px;
	background:url("/wp/assets/images/icon_arrow.png")no-repeat left center;
}
#main .container .note li{
	margin-top:10px;
	padding-left: 1.4em;
    text-indent: -1.4em;
	font-size:12px;
	line-height:1.6;
	color:#F98D00;
}



#main .container dl.common_accordion {
	width:100%;
	margin:0 auto 20px;
}
#main .container dl.common_accordion .btnToggle {
    height:40px;
	line-height:40px;
	color:#fff;
	cursor:pointer;
	font-size:115%;
	padding:8px 5px 8px 15px;
	border-radius:5px;
	position:relative;
	background-color:#91959b;
}
#main .container dl.common_accordion .btnToggle .btn {
	position:absolute;
	right:0;
	top:8px;
	display:block;
	padding:0 10px;
	margin-right:5px;
	background-color:#FFF;
	border-radius:3px;
	color:#00436e;
	width:5em;
	text-align:center;
	font-size:86%;
}
#main .container dl.common_accordion .btnToggle .btn:after {
	content:"▼";
	display:inline-block;
	font-size:60%;
	margin-left:10px;
	vertical-align:top;
}
#main .container dl.common_accordion .active .btn:after {
	content:"X";
	display:inline-block;
	font-size:60%;
	margin-left:10px;
	vertical-align:top;
}


#main .container dl.common_accordion > dd {
	padding:15px 0 0;
	display:none;
}
#main .container dl.common_accordion > dd dl dt {
	font-weight:bold;
}
#main .container dl.common_accordion > dd dl dd {
	margin-bottom:30px;
}








#main .container .btnStyle{
	display:block;
	margin:0 auto;
	text-align:center;
}
#main .container .btnStyle a{
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:inline-block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:auto;
}
#main .container .btnStyle a:hover{
	opacity:0.8;
}

.btn_02 {
	display:block;
	margin:0 auto;
	text-align:center;
}

.btn_02 a {
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:inline-block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:auto;
}
.btn_02 a:hover {
	opacity:0.8;
}


#main .container .img_right{
	float:right;
	margin-left:20px;
}


.listDot li { margin-left:1em; }
.listDot li span {
	display:inline-block;
	margin-left:-1em;
	width:1em;
}

.boxNews img {
	width:100%;
	height:100%;
}





/*responsive*/
	/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media only screen and (min-width: 0px) and (max-width: 600px) {
.caseImg {
	display: table;
	width: 250px;
	text-align: center;
}
.caseImg img {
	width: 250px;
	height: auto;
}
.caseImg2 {
	display: table;
	width: 200px;
	text-align: center;
}
.caseImg2 img {
	width: 200px;
	height: auto;
}
.caseCap {
	display: block;
	font-size: small;
}

/* header
------------------------------- */
.header {
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 50px;
	position:relative;
	margin-top:-50px;
}
.header h1 {
	text-align:left;
	margin-left:15px;
	display:inline-block;
}
.header .description {
	line-height:1.4;
	position: relative;
	left:0;
	top:0;
	color:#91959b;
	font-size:93%;
	margin:10px 0 0 15px;
}



.page-id-3652 .header .description {
	line-height:1.4;
	position: relative;
	left:0;
	top:0;
	color:#91959b;
	font-size:93%;
	margin:10px auto 0;
	text-align:center;
}	
	
	
.listLineup li {
	margin:0 auto 20px;
	width:96%;
}
.listLineup li a img {
	width:100%;
}	
.listLineup li a:hover img {
	opacity:0.7;
}		
	
h2{
	padding-bottom:20px;
	font-size:21px;
	text-align:center;
	border-bottom:5px solid #f2f2f2;
}
h3{
	font-size:24px;
	font-weight:bold;
	line-height:1.6;
}
h4{
	font-size:14px;
	padding-bottom:15px;
}
/*h4.style_01{
	font-size:16px;
	margin:30px 0 5px;
	font-weight:normal;
	padding:0;
}*/
h3.style_01,
h4.style_01 {
	color:#00436e;
	font-weight:bold;
    margin: 60px 0 20px;
    padding: 10px 0;
    text-align: center;
	font-size: 129%;
    font-weight: normal;
	border-bottom: 1px solid #00436e;
    border-top: 1px solid #00436e;
}


h4.style_02{
	font-size:16px;
	margin:50px 0 5px;
	font-weight:normal;
	padding-top:20px;
	border-top:1px solid #ededed;
}
h4.style_03{
	font-weight:bold;
	padding-bottom:5px;
	line-height:1.6;
}
h5{
	font-size:18px;
	font-weight:normal;
	margin-bottom:0px;
}
#main .container .font_style_01{
	font-size:17px;
}
#header{
	margin-bottom:20px;
}
#header .hd_top{
	border-bottom:3px solid #f2f2f2;
}
#header h1{
	width:50%;
	float:left;
	padding-left:10px;
}
#header h1 img{
	width:100%;
	height:auto;
}
.header .subMenu{
	display:none;
}
#header .subMenu .language{
	margin-bottom:10px;
	text-align:center;
}
.globalNav {
	display:none;
}

#mainvisual img{
	width: 88%;
	height:auto;
	margin:0 auto;
	max-width: 1280px;
}
.imgList{
	margin-bottom:90px;
}
.imgList ul{
	width:90%;
	margin:0 auto;
	margin-top:20px;
}
.imgList li{
	text-align:center;
	margin-bottom:20px;
}
.imgList li img{
	width: 100%;
	height:auto;
	margin:0 auto;
	max-width: 320px;
}



#news{
	margin-bottom:50px;
}
#news .newsTab{
	display:none;
}
#news .newsTab li{
	background: none repeat scroll 0 0 white;
    border-radius: 4px;
    color: #86b603;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 85.7143%;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 4px 12px 3px;
	background: none repeat scroll 0 0 #f2f2f2 !important;
    border: 1px solid #dddddd;
}
#news .newsTab li:hover{
	color: #ffffff;
	background: none repeat scroll 0 0 #d0d90a !important;
	border: 1px solid #d0d90a;
}
#news table.newsArea{
	margin:20px 0;
	width:100%;
}
#news table.newsArea tr:nth-child(even){
	background-color:#f2f2f2;
}
#news table.newsArea td.date{
	display:block;
	float:left;
	width:102px;
	padding:10px;
	text-align:left;
}
#news table.newsArea td.info,
#news table.newsArea td.cp,
#news table.newsArea td.news,
#news table.newsArea td.school,
#news table.newsArea td.study,
#news table.newsArea td.recruit,
#news table.newsArea td.society{
	display:block;
	float:left;
	width:100px;
	padding:10px 0;
	text-align:center;
}
#news table.newsArea td.info{
	background:url("https://amelieff.jp/wp/images/top/icon_news_info.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.cp{
	background:url("https://amelieff.jp/wp/images/top/icon_news_cp.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.news{
	background:url("https://amelieff.jp/wp/images/top/icon_news_news.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.school{
	background:url("https://amelieff.jp/wp/images/top/icon_news_school.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.study{
	background:url("https://amelieff.jp/wp/images/top/icon_news_study.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.recruit{
	background:url("https://amelieff.jp/wp/images/top/icon_news_recruit.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.society{
	background:url("https://amelieff.jp/wp/images/top/icon_news_society.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.txt{
	display:list-item;
	clear:both;
	padding:0 10px 10px 10px;
}
#news table.newsArea td.txt a{
	color:#00436e;
	text-decoration:underline;
}
#news .toList{
	padding-right:10px;
	text-align:right;
	color: #00436e;
	text-decoration:underline;
}
#news .toList a{
	color:#00436e !important;
}



.slideFrame{
	display:none;
}
.slideCell {
	display: none;
}










.footer{
	margin-top:0px;
	padding-bottom:20px;
	text-align:center;
	background:#00416F;
}
.footer .logo{
	margin:30px 0 20px;
}
.footer .ftMenu{
	padding:5px 0;
	background-color:#f2f2f2;
}
.footer .ftMenu li {
	font-size:72%;
	text-align:left;
	border-bottom:3px solid #f2f2f2;
	background-color:#ffffff;
}
.footer .ftMenu li a{
	display:block;
	padding:5px 15px;
}
.footer .ftMenu li:last-child{
	border-bottom:none;
}

.footer .address{
	font-size:72%;
	line-height:1.5;
	color:#ffffff;
	margin-bottom:15px;
}
.footer .copy{
	font-size:72%;
	color:#ffffff;
}





/*accordion*/
.accordion {
	float:right;
	padding:10px;
}
.accordion a {
	display:block; 
	padding:10px;
}
.accordion span {
	 display:block;
}
.accordion ul {
	 display:none;
	 position:absolute;
	 margin:10px;
	 left:0px;
	 width:95%;
	 z-index: 999999;
}
.accordion > li {
}
.accordion > li > p { 
}
.accordion > li > ul > li { 
	background:#00436e;
	border-bottom:1px solid #EEE;
	color:#FFF;
}
.accordion > li > ul > li > p { 
	background:#999;
	width:54px;
}
.accordion > li > ul > li > ul > li { 
	background:#FFF; 
	border-bottom:1px dotted #888;
}
.accordion > li > ul > li > ul > li:last-child { 
	border:none;
}
.accordion a {
	color:#FFF;
}




/*layer*/
#pankuzu{
	margin:0 0 35px;
	font-size:86%;
}
#pankuzu a{
	color:#00436e !important;
}
#main .container{
	margin:0 auto;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
#main .container img {
	width:100%;
}
#main .container .sp{
	display:none;
}
#main .container .block img{
	width: 100%;
	height:auto;
	margin:0 auto;
	max-width: 710px;
}

.wrapIntern {
	width:100%;
	margin-bottom:20px;
}
.wrapIntern > p {
	width:95%;
	margin:0 auto 10px;
}

#main .container .rightBox{
	margin-top:20px;
	text-align:center;
}
#main .container .rightBox .caption,
#main .container .leftBox .caption{
	margin-top:10px;
	font-size:11px;
	text-align:left;
}
#main .container .style01_sp{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
#main .container .style01_sp th{
	padding:3px;
	font-weight:bold;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#efefef;
	font-size:9px;	
}
#main .container .style01_sp th.txtLeft{
	text-align:left !important;
}
#main .container .style01_sp td{
	padding:3px;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:9px;
}
#main .container .style01_sp .middle{
	width:20% !important;	
}
.sidebar {
	padding:0 10px;
	margin-top:50px;
}
.sidebar .menuTitle{
	font-size:129%;
	color:#91959b;
	margin-bottom:20px;
	font-weight:bold;
	padding-left:10px;
}


.sidebar .pageList{
	margin-bottom:30px;
	border: 5px solid #f2f2f2;
}
.sidebar .pageList li{
	border-bottom:2px solid #f2f2f2;
}
.sidebar .pageList li:last-child{
	border-bottom:none;
}
.sidebar .pageList li a{
	display:block;
	padding:15px 10px 15px 30px;
	font-size:14px;
	background:#fff url(/wp/assets/images/arrow.png) no-repeat 14px center;
}

.sidebar .pageList li a:hover {
	color:#ffffff;
	background-color:#00436e;
	padding:15px 10px 15px 20px;
}
.sidebar .current_page_item a {
	display:block;
	color:#ffffff !important;
	background-color:#00436e !important;
}
.sidebar .pageList li a {
	text-decoration:none;
}








.sidebar .contact{
	padding:0px 10px;
	text-align:center;
	border-top: 5px solid #f2f2f2;
	border-bottom: 5px solid #f2f2f2;
	margin-bottom:20px;
}
.sidebar .contact p{
	margin:10px 0;
	line-height:1.8;
	font-size:12px;
}
.sidebar .contact p.title{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
.sidebar .contact p.tel{
	text-align:center;
}
.sidebar .contact p.tel span{
	font-size:28px;
}




/*company**/
#main .container .history dt:nth-child(1){
	padding-top:10px;
	border-top:1px solid #cccccc;
}
#main .container .history dd{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
/*training*/
#main .container .schoolLink{
	display:none;
}
#main .container .schoolLink_sp img{
	width:100%;
}
#main .container .schoolLink_sp2 img{
	width:100%;
}
#main .container #training .name{
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
}
#main .container #training .style01{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
#main .container #training .style01 td{
	padding:3px 3px 3px 5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:13px;
}
#main .container #training .style01 td:nth-child(odd){
	width:28%;
}
/*commissioned*//*service*/
#main .container .serviceFlow li{
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	background:url("/wp/assets/images/arrow_bottom.png") center bottom no-repeat;
}
#main .container .serviceFlow li .point{
	padding:10px 0;
	border-radius: 5px;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#FFF;
	background-color:#91959b;	
}
#main .container .serviceFlow li .strong{
	font-weight:bold;
}
#main .container .serviceFlow li.noComment{
	margin-bottom:10px;
	margin-top:15px;
	padding-bottom:32px;
	text-align:center;
	background:url("/wp/images/commissioned/outline_img11.png") center bottom no-repeat;
}
#main .container .serviceFlow li:last-child{
	background:none;	
}
#main .container .serviceFlow li p{
	margin-top:10px;
}

#main .container .serviceFlow a:link { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:visited { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:hover { color: #00436e; text-decoration: none; }
#main .container .serviceFlow a:active { color: #00436e; text-decoration: none; }






/*analyze*/
#main .container .txtList th{
	display:list-item;
	text-align:left;
	font-weight:normal;
	padding:7px 0 0;
}
#main .container .txtList td{
	display:list-item;
	padding:0 0 7px;
}
/*member*/
#member .txt{
	margin-top:30px;
}
#member .ph{
	text-align:center;
}
#member span.position{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#member span.name{
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
}
#member span.nameEn{
	margin-bottom:5px;
	font-size:13cpx;
	font-weight:none;
}
#member ul{
	width:100%;
	margin:0 auto;
}
#member li:nth-child(odd){
	width:46%;
	float:left;
	margin-right:22px;
	line-height:1.6;
}
#member li:nth-child(even){
	width:46%;
	float:right;
	margin-right:0px;
	line-height:1.6;
}
#member li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#member li:nth-child(1),
#member li:nth-child(2),
#member li:nth-child(3),
#member li:nth-child(4){
	margin-bottom:30px;
}
#member li .position{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#member li span.name{
	display:block;
	margin-bottom:0;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
}
#member li span.nameEn{
	margin-bottom:5px;
	font-size:11px;
	color:#999999;
	font-weight:none;
	letter-spacing:1px;
}
#member li img{
	margin-bottom:10px;
}
/*contact*/
table.contact{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
table.contact th{
	display:list-item;
	padding:10px;
	text-align:left;
	font-weight:normal;
}
table.contact td{
	display:list-item;
	padding:10px;
	border-bottom:1px solid #cccccc;
}
.req{
	color:#FABD00;
}
table.contact input{
	height:25px;
	font-size:14x;
	border:1px solid #cccccc;
}
table.contact .textMiddle{
	width:40%;	
}
table.contact .textLong{
	width:80%;	
}
table.contact textarea{
	width:100%;
	border:1px solid #cccccc;
}
.submitArea{
	margin-top:30px;
	text-align:center;
	height:45px;
}
.submitArea input{
	margin:0 auto;
	display:block;
	width:100%;
	color:#000000;
	font-size:14px;
	border:2px solid #00436e;
	border-radius: 5px;
	background-color:#ffffff;
	cursor: pointer;
	padding:10px 0;
}
.submitArea input:hover{
	color:#ffffff;
	background-color:#00436e;
}

/*blog*/
#blog.sidebar{
	padding:0 10px;
	margin-top:50px;
}
#blog.sidebar .widget-title{
	margin-bottom:10px;
	border-bottom:5px solid #f2f2f2;
	font-size:24px;
}
#blog.sidebar a{
	color:#00436e;
}


.wrapBusiness {
	width:100%;
	margin:60px auto 60px;
	padding:0 10px;
	box-sizing:border-box;
}
.wrapBusiness h2 {
	font-size:150%;
	text-align:center;
	color:#91959b;
	border:none;
}
.boxBusiness:before,
.boxBusiness:after { content:""; display:table; 	}
.boxBusiness:after { clear:both; }

.boxBusiness .life {
	float:none;
	width:100%;
	margin-bottom:30px;
}
.boxBusiness .clinical {
	float:none;
	width:100%;
}
.boxBusiness > div > div {
	margin:10px;
}
.boxBusiness img {
	width:100%;
}
.boxBusiness p {
	text-align:center;
}

.btn_01 a {
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:100%;
	box-sizing:border-box;
}
.btn_01 a:hover {
	opacity:0.8;
}

.listBlog {
	display:block;
	width:90%;
	margin:20px auto 0;
}
.listBlog li {
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
.listBlog img {
	width:100%;
}
.listBlog li a:hover img {
	opacity:0.8;
}

}






@media only screen and (min-width: 601px) and (max-width: 1010px) {
.caseImg {
	display: table;
	float: right;
	width: 250px;
	text-align: center;
}
.caseImg img {
	width: 250px;
	height: auto;
}
.caseImg2 {
	display: table;
	float:right;
	width: 200px;
	text-align: center;
}
.caseImg2 img {
	width: 200px;
	height: auto;
}
.caseCap {
	display: block;
	font-size: small;
}

	
.listBlog {
	display:block;
	max-width:1000px;
	margin:20px auto 0;
}
.listBlog li {
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
.listBlog li a:hover img {
	opacity:0.8;
}

.listLineup li {
	padding:0 2%;
	margin-bottom:20px;
	float:left;
	width:45%;
}
.listLineup li a img {
	width:100%;
}	
.listLineup li a:hover img {
	opacity:0.7;
}	


h2{
	padding-bottom:20px;
	font-size:21px;
	text-align:center;
	border-bottom:5px solid #f2f2f2;
}
h3{
	font-size:24px;
	font-weight:bold;
	line-height:1.6;
}
h4{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
/*h4.style_01{
	font-size:16px;
	margin:30px 0 5px;
	font-weight:normal;
	padding:0;
}*/

h3.style_01,
h4.style_01 {
	color:#00436e;
	font-weight:bold;
    margin: 60px 0 20px;
    padding: 10px 0;
    text-align: center;
	font-size: 129%;
    font-weight: normal;
	border-bottom: 1px solid #00436e;
    border-top: 1px solid #00436e;
}


h4.style_02{
	font-size:16px;
	margin:50px 0 5px;
	font-weight:normal;
	padding-top:20px;
	border-top:1px solid #ededed;
}
h4.style_03{
	font-weight:bold;
	padding-bottom:5px;
	line-height:1.6;
}
h5{
	font-size:18px;
	line-height:1.8;
	font-weight:normal;
	margin-bottom:0px;
}
#main .container .font_style_01{
	font-size:17px;
}
#header{
	margin-bottom:20px;
}
#header .hd_top{
	border-bottom:3px solid #f2f2f2;
}
#header h1{
	float:left;
	text-align:center;
	padding-left: 10px;
}
.header .subMenu{
	display:none;
}
.globalNav {
	display:none;
}

#mainvisual img{
	width: 100%;
	height:auto;
	margin:0 auto;
	max-width: 1280px;
}	
.imgList{
	margin-bottom:90px;
}
.imgList ul{
	width:600px;
	margin:0 auto;
	margin-top:20px;
}
.imgList li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.imgList li img{
	width:290px;
}
.imgList li.img02,
.imgList li.img04,
.imgList li.img06,
.imgList li.img08,
.imgList li:nth-child(even){
	margin-right:0;
}
#news{
	margin-bottom:50px;
}
#news .newsTab{
	display:none;
}
#news .newsTab li{
	background: none repeat scroll 0 0 white;
    border-radius: 4px;
    color: #86b603;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 85.7143%;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 4px 12px 3px;
	background: none repeat scroll 0 0 #f2f2f2 !important;
    border: 1px solid #dddddd;
}
#news .newsTab li:hover{
	color: #ffffff;
	background: none repeat scroll 0 0 #d0d90a !important;
	border: 1px solid #d0d90a;
}




#news table.newsArea{
	margin:20px 0;
	width:100%;
}
#news table.newsArea tr:nth-child(even){
	background-color:#f2f2f2;
}
#news table.newsArea td.date{
	width:102px;
	padding:10px;
	text-align:center;
}
#news table.newsArea td.icon{
	width:96px;
	padding:10px 0;
	text-align:center;
}
#news table.newsArea td.info{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_info.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.cp{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_cp.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.news{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_news.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.school{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_school.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.study{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_study.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.recruit{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_recruit.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.society{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_society.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.txt{
	padding:10px;
}
#news table.newsArea td.txt a{
	color:#00436e;
	text-decoration:underline;
}
#news .toList{
	padding-right:10px;
	text-align:right;
	color: #00436e;
	text-decoration:underline;
}
#news .toList a{
	color:#00436e !important;
}









.footer{
	margin-top:40px;
	padding-bottom:20px;
	text-align:center;
	background:#00416F;
}
.footer .logo{
	margin:30px 0 20px;
}
.footer .ftMenu{
	padding:5px 0;
	background-color:#f2f2f2;
}
.footer .ftMenu li:first-child {
	border-left:1px solid #333333;
}
.footer .ftMenu li {
	display:inline;
	padding:0 15px;
	font-size:10px;
	border-right:1px solid #333333;
}
.footer .address{
	font-size:72%;
	line-height:1.5;
	color:#ffffff;
	margin-bottom:20px;
}
.footer .copy{
	font-size:72%;
	color:#ffffff;
}

.aioseo-breadcrumbs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 10px;
}




/*accordion*/
.accordion {
	float:right;
	padding:10px;
}
.accordion a {
	display:block; 
	padding:10px;
}
.accordion span {
	 display:block;
}
.accordion ul {
	 display:none;
	 position:absolute;
	 margin:10px;
	 left:0px;
	 width:95%;
	 z-index: 999999;
}
.accordion > li {
}
.accordion > li > p {
}
.accordion > li > ul > li { 
	background:#00436e;
	border-bottom:1px solid #EEE;
}
.accordion > li > ul > li > p { 
	background:#999;
	width:54px;
}
.accordion > li > ul > li > ul > li { 
	background:#FFF; 
	border-bottom:1px dotted #888;
}
.accordion > li > ul > li > ul > li:last-child { 
	border:none;
}
.accordion a {
	color:#FFF;
}


/*layer*/
#pankuzu{
	margin:0 0 35px;
	font-size:86%;
}
#pankuzu a{
	color:#00436e !important;
}
#main .container{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	line-height:2;
}
#main .container img {
	width:100%;
}
#main .container .pc{
	display:none;
}
#main .container .block img{
	width: 100%;
	height:auto;
	margin:0 auto;
	max-width: 710px;
}




.wrapIntern {
	width:100%;
	max-width:710px;
	margin-bottom:20px;
}
.wrapIntern > p {
	float:left;
	width:49%;
}



#main .container .rightBox{
	float:right;
	width:49%;
}
#main .container .rightBox .caption,
#main .container .leftBox .caption{
	margin-top:10px;
	font-size:11px;
}
#main .container .rightBox img,
#main .container .leftBox img{
	width:90%;	
}
#main .container .leftBox{
	float:left;
	width:49%;
}
.sidebar{
	padding:0 10px;
	margin:50px 0 auto;
}

.sidebar .menuTitle{
	font-size:129%;
	color:#91959b;
	margin-bottom:20px;
	font-weight:bold;
	padding-left:20px;
}

.sidebar .pageList{
	margin-bottom:30px;
	border: 5px solid #f2f2f2;
}
.sidebar .pageList li{
	border-bottom:2px solid #f2f2f2;
}
.sidebar .pageList li:last-child{
	border-bottom:none;
}
.sidebar .pageList li a{
	display:block;
	padding:15px 10px 15px 30px;
	font-size:14px;
	background:#fff url(/wp/assets/images/arrow.png) no-repeat 14px center;
}


.sidebar .pageList li a:hover {
	color:#ffffff;
	background-color:#00436e;
	padding:15px 10px 15px 20px;
}
.sidebar .current_page_item a {
	display:block;
	color:#ffffff !important;
	background-color:#00436e !important;
}
.sidebar .pageList li a {
	text-decoration:none;
}








.sidebar .contact{
	padding:0px 10px;
	text-align:center;
	border-top: 5px solid #f2f2f2;
	border-bottom: 5px solid #f2f2f2;
}
.sidebar .contact p{
	margin:10px 0;
	font-size:12px;
	line-height:1.8;
}
.sidebar .contact p.title{
	color:#666666;
	font-size:26px;
	font-weight:bold;
}
.sidebar .contact p.tel{
	text-align:center;
}
.sidebar .contact p.tel span{
	font-size:14px;
}



/*company**/
#main .container .history dt:nth-child(1){
	padding-top:10px;
	border-top:1px solid #cccccc;
}
#main .container .history dd{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
/*training*/
#main .container .schoolLink{
	display:none;
}
#main .container .schoolLink_sp img{
	width:100%;
}
#main .container .schoolLink_sp2 img{
	width:100%;
}
#main .container #training .name{
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
}
/*commissioned*//*service*/
#main .container .serviceFlow li{
	width:70%;
	margin:0 auto;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
	background:url("/wp/assets/images/arrow_bottom.png") center bottom no-repeat;
}
#main .container .serviceFlow li .point{
	padding:10px 0;
	border-radius: 5px;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#FFF;
	background-color:#91959b;	
}
#main .container .serviceFlow li .strong{
	font-weight:bold;
}
#main .container .serviceFlow li.noComment{
	margin-bottom:10px;
	margin-top:15px;
	padding-bottom:32px;
	text-align:center;
	background:url("/wp/images/commissioned/outline_img11.png") center bottom no-repeat;
}
#main .container .serviceFlow li:last-child{
	background:none;	
}
#main .container .serviceFlow li p{
	margin-top:10px;
}


#main .container .serviceFlow a:link { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:visited { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:hover { color: #00436e; text-decoration: none; }
#main .container .serviceFlow a:active { color: #00436e; text-decoration: none; }








/*analyze*/
#main .container .txtList th{
	float:left !important;
	width:20% !important;
	text-align:left;
	height:auto;
	font-weight:normal;
	line-height:2;
	padding:7px 0 !important;
}
#main .container .txtList td{
	float:left !important;
	width:80% !important;
	padding:7px 0 !important;
}
/*member*/
#member .txt{
}
#member .ph{
	text-align:center;
}
#member span.position{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#member span.name{
	margin-bottom:5px;
	font-size:24px;
	font-weight:bold;
}
#member span.nameEn{
	margin-bottom:5px;
	font-size:13cpx;
	font-weight:none;
}
#member ul{
	width:85%;
	margin:0 auto;
}
#member li{
	width:29.7%;
	float:left;
	margin-right:25px;
	line-height:1.6;
}
#member li img{
	width:100% !important
}
#member li:nth-child(3),
#member li:nth-child(6){
	margin-right:0px;
}
#member li:nth-child(1),
#member li:nth-child(2),
#member li:nth-child(3){
	margin-bottom:40px;
}
#member li .position{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#member li span.name{
	display:block;
	margin-bottom:0;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
}
#member li span.nameEn{
	margin-bottom:5px;
	font-size:11px;
	color:#999999;
	font-weight:none;
	letter-spacing:1px;
}
#member li img{
	margin-bottom:10px;
}
/*contact*/
table.contact{
	width:100%;
	border:1px solid #cccccc;
	border-collapse: collapse;
}
table.contact th{
	display:list-item;
	padding:10px;
	text-align:left;
	font-weight:normal;
}
table.contact td{
	display:list-item;
	padding:10px;
	border-bottom:1px solid #cccccc;
}
.req{
	color:#FABD00;
}
table.contact input{
	height:25px;
	font-size:14x;
	border:1px solid #cccccc;
}
table.contact .textMiddle{
	width:40%;	
}
table.contact .textLong{
	width:80%;	
}
table.contact textarea{
	width:100%;
	border:1px solid #cccccc;
}
.submitArea{
	margin-top:30px;
	text-align:center;
	height:45px;
}

.submitArea input{
	margin:0 auto;
	display:block;
	width:100%;
	color:#000000;
	font-size:14px;
	border:2px solid #00436e;
	border-radius: 5px;
	background-color:#ffffff;
	cursor: pointer;
	padding:10px 0;
}
.submitArea input:hover{
	color:#ffffff;
	background-color:#00436e;
}


/*blog*/
#blog.sidebar{
	margin-top:100px;
}
#blog.sidebar .widget-title{
	margin-bottom:10px;
	border-bottom:5px solid #f2f2f2;
	font-size:24px;
}
#blog.sidebar a{
	color:#00436e;
}



.wrapBusiness {
	width:100%;
	margin:60px auto 60px;
	padding:0 10px;
	box-sizing:border-box;
}
.wrapBusiness h2 {
	font-size:150%;
	text-align:center;
	color:#91959b;
	border:none;
}
.boxBusiness:before,
.boxBusiness:after { content:""; display:table; 	}
.boxBusiness:after { clear:both; }

.boxBusiness .life {
	float:left;
	width:48%;
}
.boxBusiness .clinical {
	float:right;
	width:48%;
}
.boxBusiness > div > div {
	margin:10px;
}
.boxBusiness img {
	width:100%;
}
.boxBusiness p {
	text-align:center;
}

.btn_01 a {
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:100%;
	box-sizing:border-box;
}
.btn_01 a:hover {
	opacity:0.8;
}

}






@media only screen and (min-width: 1011px) and (max-width: 3000px)  {
.caseImg {
	display: table;
	float: right;
	width: 250px;
	text-align: center;
}
.caseImg img {
	width: 250px;
	height: auto;
}
.caseImg2 {
	display: table;
	float:right;
	width: 200px;
	text-align: center;
}
.caseImg2 img {
	width: 200px;
	height: auto;
}
.caseCap {
	display: block;
	font-size: small;
}
	
	
	
	
	
	
.listBlog {
	display:table;
	max-width:1000px;
	margin:20px auto 0;
}
.listBlog li {
	display:table-cell;
	padding:0 10px;
}
.listBlog li a:hover img {
	opacity:0.8;
}
	

.listLineup li {
	padding:0 15px;
	margin-bottom:20px;
	float:left;
	width:320px;
}
.listLineup li a:hover img {
	opacity:0.7;
}	
	
h2{
	padding-bottom:20px;
	font-size:21px;
	text-align:center;
	border-bottom:5px solid #f2f2f2;
}
h3{
	font-size:24px;
	font-weight:bold;
	line-height:1.6;
}
h4{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
}
/*h4.style_01{
	font-size:16px;
	margin:30px 0 5px;
	font-weight:normal;
	padding:0;
}*/
h3.style_01,
h4.style_01{
	color:#00436e;
	font-weight:bold;
    margin: 60px 0 20px;
    padding: 10px 0;
    text-align: center;
	font-size: 129%;
    font-weight: normal;
	border-bottom: 1px solid #00436e;
    border-top: 1px solid #00436e;
}
h4.style_02{
	font-size:16px;
	margin:50px 0 5px;
	font-weight:normal;
	padding-top:20px;
	border-top:1px solid #ededed;
}
h4.style_03{
	font-weight:bold;
	padding-bottom:5px;
	line-height:1.6;
}
h5{
	font-size:18px;
	line-height:1.8;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0;
}
#main .container .font_style_01{
	font-size:17px;
}



.wrapIntern {
	width:100%;
	max-width:710px;
	margin-bottom:20px;
}
.wrapIntern > p {
	float:left;
	width:350px;
}


#main .container .rightBox{
	float:right;
	width:340px;
}
#main .container .rightBox .caption,
#main .container .leftBox .caption{
	margin-top:10px;
	font-size:11px;
}
#main .container .leftBox{
	float:left;
	width:340px;
}
#header{
	margin-bottom:20px;
}
#header .hd_top{
	border-bottom:3px solid #f2f2f2;
}
#header h1{
	float:left;
}
.header .subMenu{
	position:absolute;
	right:0;
	top:35px;
	display: flex; /*spiral*/
}
#header .subMenu .language{
	margin-bottom:10px;
	text-align:right;
}
#header .subMenu li{
	float:left;
	margin-right:17px;
}
#header .subMenu li:last-child{
	margin-right:0;
}




.globalNav {
	clear:both;
	border-top:2px solid #f2f2f2;
	margin-top:30px;
	padding-top:30px;
}
.page-id-3652 .globalNav {
	padding-top:0;
}
.globalNav > ul {
	max-width:1000px;
	margin:0 auto;
	display: table;
}
.globalNav > ul > li {
	padding:0 20px;
	display: table-cell;
	font-size:108%;
}

.globalNav .child {
        display: none;
        position: absolute;
        margin: 0;
        padding: 0;
		z-index:9999;
box-shadow:2px 4px 5px 0px #cccccc;
-moz-box-shadow:2px 4px 5px 0px #cccccc;
-webkit-box-shadow:2px 4px 5px 0px #cccccc;
}
.globalNav .child li a {
    padding: 10px 30px 10px 25px;
    display: block;
	background-color:#FFF;
	border-bottom:1px solid #ccc;
	width:16em;
	background:#fff url(/wp/assets/images/arrow.png) no-repeat 10px center;
}

	
	
	


.globalNav > ul > li > a:link { color: #00436e; text-decoration: none; }
.globalNav > ul > li > a:visited { color: #00436e; text-decoration: none; }
.globalNav > ul > li > a:hover { color: #00436e; text-decoration: none; }
.globalNav > ul > li > a:active { color: #00436e; text-decoration: none; }

.globalNav .child a:link { color: #00436e; text-decoration: none; }
.globalNav .child a:visited { color: #00436e; text-decoration: none; }
.globalNav .child a:hover { color: #FFF; text-decoration: none; background-color:#00436e; }
.globalNav .child a:active { color: #FFF; text-decoration: none; }

.globalNav a:focus{ outline: none; }

.globalNav > ul > li > a { display:inline-block; padding-bottom:7px; }
.globalNav > ul > li > a:hover { padding-bottom:5px; border-bottom:2px solid #668ea8; }






#mainvisual img{
	width: 100%;
	height:auto;
	margin:0 auto;
	max-width: 1000px;
}	
.imgList{
	margin:0 auto 90px;
	max-width:1000px
}
.imgList ul{
	margin-top:20px;
}
.imgList li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.imgList li a{
	overflow: hidden;
	float: left;
}
.imgList li a:hover{
	border: 2px solid #00436e;
}
.imgList li a:hover img{
	margin: -2px;
}
.imgList li.img03,
.imgList li.img06{
	margin-right:0;
}




#news {
	max-width:1000px !important;
	margin:0 auto;
}


#news .newsTab{
	margin:20px 0;
}
#news .newsTab li{
	background: none repeat scroll 0 0 white;
    border-radius: 4px;
    color: #86b603;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 85.7143%;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 4px 12px 3px;
	background: none repeat scroll 0 0 #f2f2f2 !important;
    border: 1px solid #dddddd;
}
#news .newsTab li:hover{
	color: #ffffff;
	background: none repeat scroll 0 0 #d0d90a !important;
	border: 1px solid #d0d90a;
}


#news table.newsArea {
	width:100%;
}
#news table.newsArea tr:nth-child(even){
	background-color:#f2f2f2;
}
#news table.newsArea td.date{
	width:102px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}
#news table.newsArea td.icon{
	width:96px;
	padding:10px 0;
	text-align:center;
}
#news table.newsArea td.info{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_info.png")no-repeat center 16px;
	text-indent:-9999px;
}
#news table.newsArea td.cp{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_cp.png")no-repeat center 16px;
	text-indent:-9999px;
}
#news table.newsArea td.news{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_news.png")no-repeat center 16px;
	text-indent:-9999px;
}
#news table.newsArea td.school{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_school.png")no-repeat center 16px;
	text-indent:-9999px;
}
#news table.newsArea td.study{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_study.png")no-repeat center 16px;
	text-indent:-9999px;
}
#news table.newsArea td.recruit{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_recruit.png")no-repeat center center;
	text-indent:-9999px;
}
#news table.newsArea td.society{
	width:97px;
	padding:10px 0;
	text-align:center;
	background:url("https://amelieff.jp/wp/images/top/icon_news_society.png")no-repeat center center;
	text-indent:-9999px;
}

#news table.newsArea td.txt{
	padding:10px;
}
#news table.newsArea td.txt a{
	color:#00436e;
	text-decoration:underline;
}
#news .toList{
	text-align:right;
	color: #00436e;
	text-decoration:underline;
}
#news .toList a{
	color:#00436e;
}


.footer{
	margin-top:40px;
	padding-bottom:35px;
	text-align:center;
	background:#00416F;
}
.footer .logo{
	margin:30px 0 20px;
}
.footer .ftMenu{
	padding:5px 0;
	background-color:#f2f2f2;
}
.footer .ftMenu li:first-child {
	border-left:1px solid #333333;
}
.footer .ftMenu li {
	display:inline;
	padding:0 15px;
	font-size:10px;
	border-right:1px solid #333333;
}
.footer .address{
	font-size:72%;
	line-height:1.5;
	color:#ffffff;
	margin-bottom:20px;
}
.footer .copy{
	font-size:72%;
	color:#ffffff;
}

.aioseo-breadcrumbs {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/*accordion*/
.accordion{
	display:none;
}
/*layer*/
#pankuzu{
	margin:0 0 35px;
	font-size:86%;
}
#pankuzu a{
	color:#00436e !important;
}
#main .container{
	width:710px;
	float:left;
	margin-right:40px;
}
#main .container .pc{
	display:none;
}
.sidebar {
	width:250px;
	float:left;
	margin-top:70px;
}
.sidebar .menuTitle{
	font-size:129%;
	color:#91959b;
	margin-bottom:20px;
	font-weight:bold;
}


.sidebar .pageList{
	margin-bottom:30px;
	border: 5px solid #f2f2f2;
}
.sidebar .pageList li{
	border-bottom:2px solid #f2f2f2;
	position:relative;
}
.sidebar .pageList li:last-child{
	border-bottom:none;
}
.sidebar .pageList li a{
	display:block;
	padding:15px 10px 15px 30px;
	font-size:12px;
	background:#fff url(/wp/assets/images/arrow.png) no-repeat 14px center;
}



.sidebar .pageList li a:hover {
	color:#ffffff;
	background-color:#00436e;
	padding:15px 10px 15px 30px;
}
.sidebar .current_page_item a {
	display:block;
	color:#ffffff !important;
	background-color:#00436e !important;
}
.sidebar .pageList li a {
	text-decoration:none;
}




.sidebar .contact{
	padding:0px 10px;
	text-align:center;
	border: 5px solid #f2f2f2;
}
.sidebar .contact p{
	margin:10px 0;
	font-size:12px;
	line-height:1.8;
}
.sidebar .contact p.title{
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
.sidebar .contact p.tel{
	text-align:center;
}
.sidebar .contact p.tel span{
	font-size:20px;
}

/*company**/
#main .container .history{
	width:100%;
	border-top:1px solid #cccccc;
	padding-top:10px;
}
#main .container .history dt {
clear:both;
float:left;
width:6.5em;
font-weight:normal;
}
#main .container .history dd {
padding-left:6.5em;
border-bottom:1px solid #cccccc;
margin-bottom:10px;
	padding-bottom:10px;
}


/*training*/
#main .container .schoolLink_sp{
	display:none;
}
#main .container .schoolLink_sp2 img{
	width:100%;
}
#main .container #training .name{
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}
#main .container .schoolLink{
	padding:12px 13px;
	height:345px;
	background:url(/wp/images/training/bg_list.png) center no-repeat;	
}
#main .container .schoolLink p{
	margin-bottom:0;
}
#main .container .schoolLink .basic{
	float:left;
	width:169px;
	margin-right:47px;
	padding-top:99px;
}
#main .container .schoolLink .apply{
	float:left;
	width:212px;
	margin-right:44px;
	padding-top:99px;
}
#main .container .schoolLink .practice{
	float:left;
	width:212px;
	margin-top:99px;
}
#main .container .schoolLink .out{
	float:left;
	width:201px;
	margin-top:64px;
	margin-left:5px;
}
#main .container .schoolLink img{
	width:100%;
	margin-bottom:10px;
}
#main .container .schoolLink .out img{
	margin-bottom:5px;
}




/*commissioned*//*service*/
#main .container .serviceFlow li{
	width:70%;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:center;
	background:url("/wp/assets/images/arrow_bottom.png") center bottom no-repeat;
}
#main .container .serviceFlow a:link { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:visited { color: #00436e; text-decoration: underline; }
#main .container .serviceFlow a:hover { color: #00436e; text-decoration: none; }
#main .container .serviceFlow a:active { color: #00436e; text-decoration: none; }

#main .container .serviceFlow li .point{
	padding:10px 0;
	border-radius: 5px;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#FFF;
	background-color:#91959b;	
}
#main .container .serviceFlow li .strong{
	font-weight:bold;
}
#main .container .serviceFlow li.noComment{
	margin-bottom:10px;
	margin-top:15px;
	padding-bottom:32px;
	text-align:center;
	background:url("/wp/images/commissioned/outline_img11.png") center bottom no-repeat;
}
#main .container .serviceFlow li:last-child{
	background:none;	
}
#main .container .serviceFlow li p{
	margin-top:10px;
}
/*analyze*/
#main .container .txtList th{
	float:left !important;
	width:20% !important;
	text-align:left;
	height:auto;
	font-weight:normal;
	
	padding:7px 0 !important;
}
#main .container .txtList td{
	float:left !important;
	width:80% !important;
	padding:7px 0 !important;
}

/*member*/
#main .container .ph{
	float:left;
	width:340px;
}
#main .container .txt{
	float:right;
	width:340px;
}
#member span.position{
	margin-bottom:3px;
	font-size:14px;
	font-weight:bold;
}
#member span.name{
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}
#member span.nameEn{
	margin-bottom:5px;
	font-size:11px;
	color:#999999;
	font-weight:none;
	letter-spacing:1px;
}
#member li{
	float:left;
	width:30.9%;
	margin-right:25px;
	line-height:1.6;
}
#member li:nth-child(3),
#member li:nth-child(6){
	margin-right:0px;
}
#member li:nth-child(1),
#member li:nth-child(2),
#member li:nth-child(3){
	margin-bottom:0px;
}
#member li .position{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
#member li span.name{
	display:block;
	margin-bottom:0;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
}
#member li span.nameEn{
	margin-bottom:5px;
	font-size:11px;
	color:#999999;
	font-weight:none;
	letter-spacing:1px;
}
#member li img{
	margin-bottom:10px;
}
/*contact*/
table.contact{
	width:100%;
	border-collapse: collapse;
}
table.contact th{
	padding:10px;
	text-align:left;
	font-weight:normal;
	border:1px solid #cccccc;
}
table.contact td{
	width:70%;
	padding:10px;
	border:1px solid #cccccc;
}
.req{
	color:#FABD00;
}
table.contact input{
	height:25px;
	font-size:14x;
	border:1px solid #cccccc;
}
table.contact .textMiddle{
	width:40%;	
}
table.contact .textLong{
	width:80%;	
}
table.contact textarea{
	width:100%;
	border:1px solid #cccccc;
	height:45px;
}
.submitArea{
	margin-top:30px;
	text-align:center;
}
.submitArea input{
	margin:0 auto;
	display:block;
	width:120px;
	color:#000000;
	font-size:14px;
	border:2px solid #00436e;
	border-radius: 5px;
	background-color:#ffffff;
	cursor: pointer;
	padding:10px 0;
}
.submitArea input:hover{
	color:#ffffff;
	background-color:#00436e;
}
/*blog*/
#blog.sidebar{
	width:250px;
	float:left;
	margin-top:92px;
}
#blog.sidebar a{
	color:#00436e;
}
#blog.sidebar .widget-title{
	margin-bottom:15px;
	font-size:16px;
	border-bottom:5px solid #f2f2f2;
}
#blog.sidebar .widget_recent_entries li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #cccccc;
}
#blog.sidebar .widget_recent_entries li:last-child{
	border:none;
}
#blog.sidebar .widget_archive{
	margin-bottom:30px;	
}
#blog.sidebar .widget_categories{
	margin-bottom:30px;
}


.wrapBusiness {
	width:100%;
	max-width:1000px;
	margin:100px auto 60px;
}
.wrapBusiness h2 {
	font-size:150%;
	text-align:center;
	color:#91959b;
	border:none;
}
.boxBusiness:before,
.boxBusiness:after { content:""; display:table; 	}
.boxBusiness:after { clear:both; }

.boxBusiness .life {
	float:left;
	width:480px;
}
.boxBusiness .clinical {
	float:right;
	width:480px;
}
.boxBusiness > div > div {
	margin:10px;
}
.boxBusiness img {
	width:100%;
}
.boxBusiness p {
	text-align:center;
}

.btn_01 a {
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:50%;
}
.btn_01 a:hover {
	opacity:0.8;
}

}







.btn_02 {
	display:block;
	margin:0 auto;
	text-align:center;
}

.btn_02 a {
	background:#00436e;
	border-radius:5px;
	padding:10px 20px;
	display:inline-block;
	color:#FFF !important;
	text-decoration:none !important;
	margin:30px auto;
	width:auto;
}
.btn_02 a:hover {
	opacity:0.8;
}







#main {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}



/*blog*/
#blog.sidebar{
	margin-top:92px;
}
.post_datetime{
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.blog_content{
	margin-bottom:30px;
}
.tab{
	overflow:hidden;
}
.tab li.select{
	background:#eee;
}
.hide {
	display:none;
}
#main .container .news_category{
	margin-bottom: 20px;
	font-size:18px;
}
#main .container .entry-header a{
	color:#000;
}
#main .container .cat-links a,
#main .container .entry-date a,
#main .container .comments-link a,
#main .container .edit-link a{
	color:#86b603;
}
#main .container .blog_content{
	margin-top:10px;
}
#main .container .blog_content h3{
	margin-top:20px;
	font-size:18px;
}
#main .container table{
	width:100%;
    border-collapse: collapse;
}
#main .container .blog_content td{
	padding:7px;
	vertical-align:middle;
	border:1px solid #f2f2f2;
}
#main .container .blog_content td:nth-child(odd){
	width:15%;
}
	

/*sns*/
.wp_social_bookmarking_light:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.wp_social_bookmarking_light{
	margin-top:120px;
	padding-bottom:20px;
	border-bottom:5px solid #f2f2f2;
}

.blog_content .wp_social_bookmarking_light{
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:5px solid #f2f2f2;
}



.titleNews {
	padding-bottom:15px;
	font-size:150%;
	text-align:center;
	border-bottom:5px solid #f2f2f2;
	color:#91959b;
}
.headline {
	color:#91959b;
	font-size:200%;
	margin:0 0 10px;
	padding:0;
	text-align:left;
	border:none;
}
.lead {
	font-size:108% !important;
	margin-bottom:40px !important;
}

.listImg {
	width:94%;
	margin:0 auto;
}
.listImg li {
	margin-bottom:15px;
}
.listImg img {
	width:100%;
}
.listImg a:hover {
	opacity:0.8;
}

#main .container a:link { color: #00436e; text-decoration: underline; }
#main .container a:visited { color: #00436e; text-decoration: underline; }
#main .container a:hover { color: #00436e; text-decoration: none; }
#main .container a:active { color: #00436e; text-decoration: none; }

.listNum li { margin-left:3em; }
.listNum li span {
	display:inline-block;
	margin-left:-3em;
	width:3em;
}
	
.btnSns {
	border-bottom:5px solid #f2f2f2;
	padding:50px 0 10px 10px;
}
.btnContact {
	display:block;
	color:#fff !important;
	text-decoration:none !important;
	background-color:#00436e;
	border-radius:5px;
	text-align:center;
	font-size:115% !important;
	padding:10px 0;
}
.btnContact:hover {
	background-color:#0063a1;
}

.boxBusiness a:hover img {
	opacity:0.7;
}

.imgEn {
	margin-bottom:20px;
}
.page-id-3652 #pankuzu{
	margin:0 0 50px !important;
}
.fz16 {
	font-size:115% !important;
}
.fz22 {
	font-size:158% !important;
}

.lineh16 {
	line-height:1.6 !important;
}
.home .header .description {
	display:none;
}

.wrapLife01 {
	max-width:480px;
	margin:20px auto 0;
}
.wrapLife01 h3 {
	width:100%;
	color:#fff;
	padding:10px 0;
	text-align:center;
	border-radius:5px;
	background-color:#36aca0;
	margin-bottom:15px;
	font-size:16px;
	font-weight:normal;
}
.wrapLife01 p,
.wrapLife01 dt,
.wrapLife01 dd {
	text-align:center;
}
.wrapLife01 dt {
	color:#36aca0;
	font-weight:bold;
	margin-bottom:5px;
}
.wrapLife01 dd {
	margin-bottom:20px;
}
.fbold {
	font-weight:bold;
}
.wrapLife01 dd p {
	margin:0 !important;
}

#pankuzu {
	display:none;
}



/* Common
====================================== */
.align_center {
	text-align: center;
}
.font_bold {
	font-weight: bold;
}
.font_s {
	font-size: 13px !important;
}
.font_m {
	font-size: 15px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

.column_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column_2 .txt {
	float: none !important;
	width: 60% !important;
}
.column_2 .img {
	width: 36.6197%;
}

.button {
	text-align: center;
}
.button a {
	background-color: #19406F;
	color: #ffffff !important;
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 15px;
	text-decoration: none !important;
	min-width: 200px;
	display: inline-block;
}
.button a:hover {
	opacity: .7;
}
.list_button {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.list_button li {
	margin: 0 8px;
	text-align: center;
	width: 28%;
	line-height: 1.4;
}
.list_button a {
	background-color: #19406F;
	color: #ffffff !important;
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 15px;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: table;
}
.list_button a:hover {
	opacity: .7;
}
.list_button a span {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 560px) {
	.list_button {
		display: block;
	}
	.list_button li {
		margin: 0 auto 15px;
		width: 100%;
		max-width: 200px;
	}
}

.list_dot {
	margin-bottom: 1.5em;
}
.list_dot li {
	padding-left: 1em;
	position: relative;
}
.list_dot li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.atte {
	display: block;
	padding-left: 1em;
	position: relative;
}
.atte::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.width_60p {
	min-width: 60%;
	width: auto !important;
}
@media screen and (max-width: 560px) {
	.width_60p {
		min-width: 100%;
	}
}
.width_s {
	width: 5em;
}

hr {
  border: none;
  border-top: 1px solid #cccccc;
}

.dsp_sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .dsp_sp {
    display: block;
  }
}

/* トップ
====================================== */
.bx-wrapper .bx-viewport {
	left: 0 !important;
}
.lineup {
  width: 94%;
  max-width: 1000px;
  margin: 100px auto 60px;
}
.lineup ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*topの一時的変更で後で消す予定
.lineup ul li {
  width: 24%;
  text-align: center;
}
topの一時的変更で後で消す予定 終わり*/

.lineup ul li {
    width: 19%;
	text-align: center;
}

.lineup ul li a {
  display: table;
  width: 100%;
  border: 1px solid #00416F;
  box-sizing: border-box;
  margin-bottom: 10px;
  min-height: 5.5rem;
  position: relative;
  text-decoration: none;
}
.lineup ul li:not(:last-child) a {
  font-size: 16px;
}
.lineup ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #00416f transparent transparent;
  position: absolute;
  right: 5px;
  top: 5px;
}
.lineup ul li a:hover {
  opacity: .7;
}
.lineup ul li a span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lineup ul {
    display: block;
  }
  .lineup ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.latest {
	width: 94%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.latest h2 {
	padding-bottom:15px;
	font-size:150%;
	text-align:center;
  color:#91959b;
  border: none;
}
.latest > .fw {
  margin-bottom:20px;
  overflow:hidden;
  display: flex;
  justify-content: center;
}
.latest > .fw li {
  flex: 1;
  text-align: center;
  width: 50%;
	max-width: 10rem;
	margin: 0 10px;
}
.latest > .fw span {
  background-color: #00416F;
	color: #ffffff;
	padding: 5px 2px;
	border: 1px solid #00416F;
	border-radius: 3px;
	display: block;
}
.latest > .fw a {
  background-color: #ffffff;
	color: #00416F;
	padding: 5px 2px;
	border: 1px solid #00416F;
	border-radius: 3px;
	display: block;
	text-decoration: none;
}
.latest > .fw a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 360px) {
	.latest > .fw li {
		letter-spacing: -0.1px;
		margin: 0 8px;
		font-size: 12px;
	}
}
.latest .topicon {
	margin-bottom: 20px;
}
.latest .topicon li {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.latest .topicon li > span {
	margin-right: 1.5em;
	display: flex;
	align-items: center;
}
.latest .topicon .date {
	width: 6em;
}
.latest .topicon .cat {
	font-size: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 3px 2px;
	text-align: center;
	width: 11em;
	letter-spacing: -1px;
	line-height: 1.2;
}
.latest .topicon li:nth-child(odd){
	background-color:#f2f2f2;
}
@media screen and (max-width: 560px) {
	.latest .topicon li {
		padding: 10px;
		display: block;
	}
	.latest .topicon li > span {
		margin: 0 0 5px 0;
	}
	.latest .topicon .cat {
		min-width: 10em;
		width: auto;
		max-width: calc(100% - 6em);
		padding: 3px 5px;
	}
}
.latest .toList {
	text-align: right;
	margin-right: 10px;
}

/* バイオインフォマティクス
====================================== */
.list_num {
	padding: 0;
}
.list_num li {
	margin-bottom: 30px;
}
.list_num h4 {
	font-size: 15px;
	padding: 0 0 0 1.5em;
	position: relative;
	margin-bottom: 10px;
}
.list_num h4 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
}

.common_accordion dd > div {
	border: 1px solid #dddddd;
	padding: 20px;
}
@media screen and (max-width: 560px) {
	.list_num .column_2 {
		display: block;
	}
	.list_num .column_2:not(:last-child) {
		margin-bottom: 50px;
	}
	.list_num .column_2 .txt {
		width: 100% !important;
	}
	.list_num .column_2 .img {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}
	.common_accordion dd > div {
		padding: 20px 10px;
	}
}

.tbl_01 {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin-bottom: 1em;
}
.tbl_01 th,
.tbl_01 td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}
.tbl_01 th {
	background-color: #EFEFEF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.flow {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.flow li {
	width: 22%;
	position: relative;
  padding: 0;
	box-sizing: border-box;
	border: 1px solid #19406F;
	border-radius: 5px;
}
.flow li:not(:last-child)::before {
	content: "";
	position: absolute;
	right: -12%;
	top: 46%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 8px;
	border-color: transparent transparent transparent #19406F;
	display: block;
}
.flow h4 {
	background-color: #19406F;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	padding: 5px 3px;
	line-height: 1.4;
  width: calc (100% + 2px);
	box-sizing: border-box;
	margin: -1px -1px 0 -1px;
	position: relative;
	border-top: 1px solid #19406F;
	border-left: 1px solid #19406F;
	border-right: 1px solid #19406F;
	border-radius: 5px 5px 0 0;

	/*border-top: 1px solid #19406F;
	border-left: 1px solid #19406F;
	border-right: 1px solid #19406F;*/
}
.flow p {
	padding: 10px;
	margin-bottom: 0 !important;
}
/*
.flow li > div {
	box-sizing: border-box;
	border-bottom: 1px solid #19406F;
	border-left: 1px solid #19406F;
	border-right: 1px solid #19406F;
	border-radius: 0 0 5px 5px;
}
*/

.flow_03 li {
	width: 29.5%;
}
@media screen and (max-width: 560px) {
	.flow {
		display: block;
	}
	.flow li {
		width: 100%;
		margin-bottom: 25px;
	}
	.flow li:not(:last-child)::before {
		content: "";
		position: absolute;
		right: auto;
		top: auto;
		bottom: -15px;
		left: calc(50% - 12px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 12.5px 0 12.5px;
		border-color: #19406F transparent transparent transparent;
		display: block;
	}
}
.flow_02 li:nth-child(1)::after {
	content: "";
	position: absolute;
	right: -12%;
	top: 14%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 8px;
	border-color: transparent transparent transparent #19406F;
	display: block;
}
.flow_02 li:nth-child(1)::before {
	top: 60%;
}
.flow_02 li:nth-child(2) {
	border: none;
}
.flow_02 li:nth-child(2) div {
	border: 1px solid #19406F;
	border-radius: 5px;
}
.flow_02 li:nth-child(2) div:first-child {
	margin-bottom: 10px;
}
@media screen and (max-width: 560px) {
	.flow_02 li:nth-child(1)::after {
		content: "";
		position: absolute;
		right: auto;
		top: auto;
		bottom: -15px;
		left: calc(25% - 12px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 12.5px 0 12.5px;
		border-color: #19406F transparent transparent transparent;
		display: block;
	}
	.flow_02 li:nth-child(1)::before {
		content: "";
		position: absolute;
		right: auto;
		top: auto;
		bottom: -15px;
		left: calc(75% - 12px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 12.5px 0 12.5px;
		border-color: #19406F transparent transparent transparent;
		display: block;
	}
	.flow_02 li:nth-child(2) {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.flow_02 li:nth-child(2) div {
		margin-bottom: 0 !important;
		width: 49%;
	}
}
#main .container dl.bio_acc .btnToggle {
	height:auto;
	line-height: 1.4;
	padding:17px 92px 17px 15px;
}
#main .container dl.bio_acc .btnToggle .btn {
	padding: 10px;
}
#main .container dl.bio_acc .btnToggle .btn:after {
	content:"▼";
	vertical-align: top;
	position: relative;
	top: 2px;
}
#main .container dl.bio_acc .active .btn:after {
	content:"X";
	display:inline-block;
	font-size:60%;
	margin-left:10px;
	vertical-align:top;
}

.page-id-9613 .container img {
	width: 100%;
	height: auto;
}
.wsbl_hatena_button img {
	width: 20px !important;
}

/* お客様の声
====================================== */
.btn_voice {
	width: 94%;
	max-width: 600px;
	margin: 0 auto 20px;
}
.btn_voice a {
  display: block;
  text-decoration: none !important;
  border: 1px solid #00416F;
  box-sizing: border-box;
  position: relative;
  padding: 15px 20px;
}
.btn_voice a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #00416f transparent transparent;
	position: absolute;
	right: 5px;
	top: 5px;
}
.btn_voice a:hover {
  opacity: .7;
}
.btn_voice p {
  color: #666666;
  font-size: 13px !important;
}
.btn_voice h4 {
  font-size: 16px;
  padding-bottom: 0;
  color: #00416f;
  line-height: 1.6;
  margin-bottom: 5px;
}
.btn_voice h5 {
  font-size: 15px;
  padding-bottom: 0;
  color: #00416f;
  line-height: 1.6;
}

/* アメリエフについて
====================================== */
.kv_profile {
  background: url(../images/profile/kv.png) center 0 no-repeat;
  background-size: cover;
  padding: 40px 10px 50px;
}
.kv_profile h3 {
  text-align: center;
  color: #00416f;
  font-size: 24px;
  margin-bottom: 1em;
}
.kv_profile h3 span {
  font-size: 18px;
}
.kv_profile p {
  text-align: center;
}

.lead_profile {
	text-align: center;
	padding: 10px 0 0;
	position: relative;
	margin-bottom: 80px;
	z-index: 2;
}
.lead_profile::before {
	position: absolute;
	top: -50px;
	display: block;
	width: 100%;
	height: 80px;
	content: '';
	background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cg opacity='1'%3e%3cpath fill='%23ffffff' opacity='1' d='M-5-15q5 5 10 0t10 0 10 0v11.4q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v11.4q-5 5-10 0t-10 0-10 0z'/%3e%3c/g%3e%3c/svg%3e") no-repeat;
	z-index: -1 !important;
}

/*
.wrap_profile h3 {
	font-size: 18px;
  color: #93939D;
  margin-bottom: 20px;
  font-weight: normal;
}
.wrap_profile .column_2 .txt {
  width: 56% !important;
}
.wrap_profile .txt h4 {
  color: #00416f;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.wrap_profile .txt ol {
  padding-left: 1.5em;
}
.wrap_profile .txt ol li {
  list-style-type: decimal;
  line-height: 1.6;
}
.wrap_profile .img {
	width: 38%;
	margin-top: 10px;
}
.wrap_profile .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 560px) {
	.wrap_profile {
		display: block;
	}
	.wrap_profile .txt {
		width: 100% !important;
		margin-bottom: 1em;
	}
	.wrap_profile .txt h3 span {
		margin-bottom: 15px;
	}
	.wrap_profile .img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
*/
.wrap_profile h3 {
	font-size: 18px;
  color: #93939D;
  margin-bottom: 20px;
  font-weight: normal;
}
.wrap_profile h4 {
  color: #00416f;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.wrap_profile .img {
	width: 38%;
  margin: 0 0 20px 6%;
  float: right;
}
.wrap_profile .img img {
  width: 100%;
  height: auto;
}

.wrap_profile .column_2 .txt {
  width: 56% !important;
  z-index: 2;
}
.wrap_profile ol {
  padding-left: 1.5em;
}
.wrap_profile ol li {
  list-style-type: decimal;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
	.wrap_profile h4 {
		padding-bottom: 0;
	}
	.wrap_profile .img {
		width: 100%;
		max-width: 300px;
    margin: 0 auto 1em;
    float: none;
	}
}



/* お問い合わせ
====================================== */
.contact_button {
	display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
  max-width: 610px;
}
.contact_button li {
	margin: 0 0 15px;
	text-align: center;
  width: 49%;
  max-width: 300px;
	line-height: 1.4;
}
.contact_button a {
	background-color: #19406F;
	color: #ffffff !important;
	border-radius: 5px;
	padding: 10px 5px;
	font-size: 15px;
	text-decoration: none !important;
	width: 100%;
  height: 100%;
  min-height: 62px;
	box-sizing: border-box;
	display: table;
}
.contact_button a:hover {
	opacity: .7;
}
.contact_button a span {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 560px) {
	.contact_button {
		display: block;
	}
	.contact_button li {
		margin: 0 auto 15px;
		width: 100%;
		max-width: 300px;
	}
}

/* LP修正 20210910
====================================== */
.solution_01 {
	background: #00416F;
		padding: 0 1rem;
		margin: 0 auto;
		text-align: center;
		color: #ffffff;
	width: fit-content;
}
a.cv_btn_g {
		background: #067D6F;
		border: 1px solid #067D6F;
		transition: 0.5s ease-in-out;
}
a.cv_btn_g:hover {
		background: #f0f8ff;
		border: 1px solid #00416F;
	color: #00416F !important;
	opacity: 1;
	font-weight: bold;
}
.section_btn {
		margin-bottom: 1rem;

}
.section_btn li {
		margin: 0;
	width: 50%;
	display: inline;
}
.section_btn a {
		background: none;
	color: #00416F !important;
		transition: 0.5s ease-in-out;
	border: #00416F 1px solid;
	border-radius: unset;
}
.section_btn a:hover {
		background: #00416F;
	color: #FFFFFF !important;
	opacity: 1;
}
a.sol_btn_g {
	background: #067D6F;
	border: 1px solid #067D6F;
	transition: 0.5s ease-in-out;
padding: .5rem 1rem;
}
a.sol_btn_g:hover {
	background: #f0f8ff;
	border: 1px solid #00416F;
color: #00416F !important;
opacity: 1;
font-weight: bold;
}
.sol_btn_list{
		justify-content: right;
}
.sol_btn_list li{
		width: 100%;
margin: 0 auto;
}
.table_problem {
display: flex;
border-bottom: 1px dotted #00436e;
padding: 0.5rem 0;
}
.table_problem_top {
border-top: 1px dotted #00436e;
margin-top: 1rem;
}
.table_problem div {
flex-basis: 65%;
}
.table_problem ul {
flex-basis: 35%;
}
.table_problem div p {
text-indent: -1rem;
padding: 0 1rem;
margin-bottom: 0 !important;
}
.katsuyou {
display: flex;
margin-bottom: 1rem;
}
.katsuyou_img {
flex-basis: 15%;
padding: 0 1rem;
}
.katsuyou_text {
flex-basis: 85%;
}
.katsuyou_text h4{
color: #00416F;
padding: 0;
}
@media screen and (max-width: 560px) {
.table_problem {
display: block;
}
.sol_btn_list li{
margin: .5rem auto;
}
}

/*toppage修正 20210916
====================================== */
.bx-viewport {
    max-height: 430px;
}
@media screen and (max-width: 1000px) {
	.bx-viewport {
		max-height: calc(100vw / 2.3);
	}
	}
@media screen and (max-width: 560px) {
	.bx-viewport {
		max-height: calc(100vw / 2.6);
	}
	}
/*コンサル修正 20211005
====================================== */
ul.bio_issue {
    border: 1px solid #4774B9;
    margin: .5rem;
    padding: .3rem;
}
.bio_issue li {
    font-size: 1.1rem;
    font-weight: bold;
    color: #4774B9;
    margin: .5rem 0;
}
.con_merit td:nth-child(odd) {
    background: #f0f8ff;
    padding: .5rem;
    width: 30%;
    vertical-align: baseline;
}
.con_merit td:nth-child(even) {
    width: 2%;
}
.con_merit p {
    color: #4774B9;
    font-weight: bold;
    font-size: 1rem !important;
    padding-left: 2em;
    margin: 0 !important;
    text-indent: -2em;
}
.reason_text li {
    color: #4774B9;
    font-weight: bold;
    font-size: 1rem !important;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em;
    line-height: initial;
}

/*がんゲノム研修会 20211012
====================================== */

.mhlw_btn a {
    background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7) 20%,rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 80%),url(/wp/wp-content/uploads/2021/10/can_b.jpg);
    background-size: cover;
    font-weight: bold;
}

a.sgnav_btn {
	background: #00416F;
	transition: ease-in-out;
	border: 1px solid #00416F;
	font-weight: bold;
}
a.sgnav_btn_now {
    background: #35ACA0;
    border: 1px solid #35ACA0;
}
a.sgnav_btn:hover {
	background: #ffffff;
	color: #00416F !important;
	opacity: 1;
}
a.sgnav_btn_now:hover {
    background: #35ACA0;
    border: 1px solid #35ACA0;
	color: #FFFFFF !important;
}
li.list_sgnav {
margin: 6px 3px 0;
text-align: center;
flex-basis: 25%;
line-height: 1.4;
min-height: 5rem;
}
.list_button .list_sgnav a {
border-radius: 0;
}
.boxUp30 {
margin: 0 0 30px;
}
.box_sgnav {
display: flex;
justify-content: center;
align-items: stretch;
}
td.author {
    padding: 0 !important;
}
.author table tr:first-child td {
    border-top: 0 !important;
}
.author table tr:last-child td {
    border-bottom: 0 !important;
}
.author table tr td:first-child {
    border-left: 0 !important;
}
.author table tr td:last-child {
    border-right: 0 !important;
}
ul.cal_list {
    padding-left: 1em;
}
ul.cal_list li {
    list-style: circle;
}

/*システム開発 20211015
====================================== */
ul.koma_list {
    padding-left: 1em;
}
ul.koma_list li {
    list-style: disc;
}
.table_problem_sys div {
	flex-basis: 75%;
	}
.table_problem_sys ul {
flex-basis: 25%;
}
.sys_btn {
	display: unset !important;
}
.sys_btn li{
	margin: 10px auto;
}
.show_small {
	display: none;
}
@media screen and (max-width: 560px) {
	.show_large {
		display: none;
	}
	.show_small {
		display: block;
	}
	}
.kyowa_ex {
	display: flex;
}
.kyowa_photo {
	flex-basis: 20%;
}
.kyowa_text {
	flex-basis: 80%;
	border: 1px solid #00416F;
	margin: 1rem;
	border-radius: 1rem;
}
.kyowa_text p {
	background: #00416F;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 1rem 1rem 0 0;
	padding: 3px 0;
	margin-bottom: 0;
}
.kyowa_text ul {
	padding: .5em 1em .5em 2em;
}
.kyowa_conc {
	font-weight: bold;
	text-decoration: underline;
}
/*受託解析 20211116
====================================== */
.commission_gbg {
	background:#bbe1df;
	border:1px solid #595959;
	text-align: center;
}
.commission_gbd {
	border:1px solid #35aca0;
	text-align: center;
}
.commission_gtx {
	color:#35aca0;
}
.commission_gar {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #35aca0 transparent transparent transparent;
	margin: 2px auto;
}
.ex_flow {
	padding:5px 10px 10px;
	border:1px solid black;
	width:30%;
	/*margin-left: auto;*/
}
#main .container .ex_flow p {
	text-align: center;
	margin-bottom: 5px !important;
}
@media screen and (max-width: 560px) {
	.ex_flow {
		width:60%;
		margin: 0 auto;
	}
	}
	.sidebar .subTitle{
	font-size: 129%;
    color: #91959b;
    font-weight: bold;
    background: #f2f2f2;
    padding-left: 10px;
}
.iframe_youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
  }
.iframe_youtube iframe {
	width: 100%;
	height: 100%;
  }

  /*パンくずリスト追加*/
#pankuzu {
    margin: 0;
	/*display: block !important;*/
}
#pankuzu ul {
    display: flex;
}
#pankuzu ul li {
	margin: .5rem 0 .5rem .5rem;
	font-size: 1rem;
  }
#pankuzu ul li:after {
	content: '\003e';
	margin-left: .5rem;
	color: #333333;
  }
#pankuzu ul  li:last-child:after {
	content: "";
  }


  /*新年度トレーニングキャンペーン*/

  .osmkmk { 
	  width: 50% !important;
	  text-align: left !important;
	}
	.osmkmk strong { 
		color:#a61c00;
		text-decoration: underline;
	}
  @media screen and (max-width: 560px) {
	.osmkmk { 
		width: 100% !important;
		max-width: none !important;
	  }
}
.iframe_onco {
	width: 70% !important;
	margin: 1rem auto 0;
}

  /*コンサル*/
  .con_merit ul li span {
	color:#4774B9;
	font-weight:bold;
	text-decoration: underline;
}
.con_merit ul li {
   padding-left: 1em;
   margin: 0 !important;
   text-indent: -1em;
}
.con_merit td.table_image {
   background: none;
}
.con_merit strong.solution_01 {
   text-align: center;
   display: block;
}
.con_merit img {
   vertical-align: top;
}
.large_flex {
   display: flex;
}
@media screen and (max-width: 560px) {
   .large_flex {
	   display: none;
   }
   .con_detail img {
	   display: none;
   }
   }
.img_link a:hover {
   margin-top: -5px;
   opacity: 0.8;
}
.con_detail {
   display: flex;
   align-items: flex-start;
}
.con_detail img {
   width: 20%;
   height: auto;
}
p.con_content {
   font-size: 14px;
   font-weight: bold;
   margin: 20px 0 5px !important;
}
  /*RNA-seq、シングルセル受託LP改訂*/
h4.kaiseki {
    padding: 15px 0 0;
}
.kaiseki_con tbody, .kaiseki_con td {
    vertical-align: top !important;
}
table.kaiseki_con, .kaiseki_con tbody, .kaiseki_con tr, .kaiseki_con td {
    border: none !important;
}
table.kaiseki_con td:first-child {
    width: 70% !important;
}
table.kaiseki_con td:nth-child(2) {
    width: 30% !important;
}
.cam_ny {
    margin-left: 2rem;
}
.cam_ny > ul > li {
    margin-left: 1rem;
    list-style: disc;
}
.cam_ny > ul > li > ul > li {
    margin-left: 1rem;
    list-style: circle;
}
.cam_ny > ul > li > ul > li > ul > li {
    margin-left: 2rem;
    list-style: square;
}
@media screen and (max-width: 560px) {
	.rna_small_img {
		width: 50% !important;
		margin: 0 auto;
		display: block;
	}
	}

	 /*サマースクールLP*/
	 .flow_list li {
		list-style: auto;
	}

	.smmr_table td {
		width: 30% !important;
		text-align: center;
	}
	.smmr_table td:nth-child(1) {
		width: 15% !important;
	}
	
  /*2022 厚労省委託事業特設サイト設定*/
	.login_menu {
		justify-content: flex-end;
		background: #00416F;
		padding: 0;
		margin: 0 3px 3px;
	}
	.login_menu .list_sgnav a.login_btn {
		background: #FFFFFF;
		color: #00416F !important;
	}
	.login_menu .list_sgnav a.login_btn:hover {
		background: #00416F !important;
		color: #FFFFFF !important;
		border-color: #FFFFFF !important;
		opacity: 1;
	}
	.login_menu .list_sgnav a.sgnav_btn_now {
		background: #35ACA0 !important;
		color: #FFFFFF !important;
	}
	.login_menu .list_sgnav a.sgnav_btn_now:hover {
		background: #00416F !important;
		color: #FFFFFF !important;
		opacity: 1;
	}
	.login_menu li.list_sgnav {
		min-height: 2rem;
		margin: 0;
	}
 /*2022 秋の受託キャンペーン*/
	.can_pricebox {
		display: flex;
	}
	.can_pricebox p {
		line-height: 1.5;
		text-align: center;
		flex-basis: 50%;
	}
	table.can_contable {
		width: 100%;
		border-collapse: collapse;
		border-color: #f0f8ff !important;
		line-height: 1;
	}
	table.can_contable td {
		width: auto !important;
		border-color: #f0f8ff !important;
		line-height: 1;
	}
	table.can_contable td:nth-child(2) {
		width: 2% !important;
	}
	 /*202210 QSP改訂*/
	 .qspsp h4 {
		padding: 0;
	}

	.qspsp p {
		padding: 0 0 0 15px;
	}
	.main-item div img {
		margin: 0 auto 20px;
	}
	 /*202211 グロナビ多段化、サーバLP群修正*/
	 .globalNav .child > li {
		position: relative;
	}

	.globalNav ul.child li ul.grandchild li a {
		padding: 10px 30px 10px 25px;
		display: block;
		background-color:#FFF;
		border-bottom:1px solid #ccc;
		width:16em;
		background:#fff url(/wp/assets/images/arrow.png) no-repeat 10px center;
	}


	.globalNav ul.child li ul.grandchild {
		position: absolute;
		display: none;
		top: -1px;
		left: 100%;
		width: 100%;
		z-index:9999;
		box-shadow:2px 4px 5px 0px #cccccc;
		-moz-box-shadow:2px 4px 5px 0px #cccccc;
		-webkit-box-shadow:2px 4px 5px 0px #cccccc;
	}

	.globalNav ul.child > li:hover > ul.grandchild {
		visibility: visible;
		opacity: 1;
	}

	.globalNav ul.child li ul.grandchil li {
		position: relative;
	}
	.globalNav .child .grandchild a:hover { color: #FFF; text-decoration: none; background-color:#00436e; }
	.globalNav .child .grandchild a.unselectable:hover { color: #00436e; text-decoration: none; background-color:#FFF; }

	.system_1stbox, .system_2ndbox_inner {
		display: flex;
	}
	.system_soft, .system_dev, .system_seq, .system_res {
		flex-basis: 50%;
	}
	.system_soft, .system_dev, .system_2ndbox {
		border: 1px solid #00416F;
		padding: 0 0 1rem;
		margin: 1rem;
	}
	h4.system_menu {
		text-align: center;
		padding: 0.5rem;
		background: #336699;
		color: #fff;
	}
	.system_1stbox p, .system_2ndbox p {
		margin: 1rem;
	}
	.system_2ndbox p {
		margin-top: 0;
	}
	.system_1stbox li, .system_2ndbox li {
		width: 90% !important;
		margin: 10px auto;
	}
	.system_seq h4, .system_res h4 {
		text-align: center;
		padding: 0 !important;
		margin-top: 0.5rem;
		color: #00436e;
	}
	ul.koma_list {
		padding-top: 1.5rem;
	}
	ul.koma_list li {
		padding-bottom: 1.5rem;
	}

	.flow_support td {
		vertical-align: top;
		padding-bottom: 1rem;
	}
	.table_10x div {
		flex-basis: 35%;
	}
	.table_10x ul {
		flex-basis: 65%;
	}
	.table_10x ul.sol_btn_list li {
		text-align: left;
	}
	.table_10x ul.list_button a:hover {
		opacity: 1;
	}
	.table_10x ul.list_button a {
		font-weight: bold;
		padding: 1rem;
	}
	.table_10x div p {
		text-indent: 0;
		padding: 0 1rem 0 0;
	}
	.table_10x ul.list_button a div {
		padding-left: 1rem;
		text-indent: -1rem;
	}
	@media screen and (max-width: 560px) {
	.table_10x ul.sol_btn_list li {
		max-width: 100%;
	}
	.img_spec img {
		display: none;
	}
	}
	.sol_btn_list a:hover {
		color: #00436e !important;
		background-color: #FFF;
		border: 1px solid #00436e;
	}
	.box_spec {
		border: 1px solid #00416F;
		padding: 0 0 1rem;
		margin: 1rem;
	}
	.box_spec h4 {
		text-align: center;
		padding: 0.5rem;
		background: #336699;
		color: #fff;
	}
	@media screen and (min-width: 560px) {.table_spec {
		display: flex;
		align-items: flex-end;
	}
	}
	@media screen and (max-width: 1010px) {
	.img_spec img {
		width: auto !important;
	}
	}
	.table_spec .price_spec {
		flex-basis: 50%;
		padding: 1rem 1rem 0;
	}
	.table_spec div.spec {
		flex-basis: 35%;
		padding: 1rem;
	}
	.spec table, .spec tbody, .spec tr, .spec td {
		border: 1px dotted #000;
		border-left: none;
		border-right: none;
	}
	.img_spec {
		flex-basis: 15%;
	}
	.table_spec ul li{
		padding-left: 1em;
		text-indent: -1em;
	}
	 /*202212 RNA/scRNA-seq受託解析LP修正*/
#main .can_contable td {
    padding: 7px;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
}
	 /*202301 QSPのスマホ表示デザイン修正*/
@media screen and (max-width: 560px) {
	.qsp-video {
		width: 100%;
	}
	.qspsp img {
		flex-basis:40%;
	}
}
@media screen and (min-width: 560px) {
	.qspbox {
		display:flex;align-items: flex-start;
	}
	.qspbox p {
		flex-basis:60%;
	}
	.qspbox img {
		flex-basis:40%;
	}
}
@media screen and (max-width: 560px) {
	.qspbox img {
		margin-bottom: 2rem;
	}
}
	 /*202301 グロナビデザイン修正*/
/* 共通項目 */
.nav-box * {
  box-sizing: border-box;
}

/*a:hover {
  opacity: 0.8;
}*/

p {
  line-height: 1.7;
}

ul {
  list-style: none;
}

/* ベースレイアウト */
.nav-box {
  margin: 40px auto;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 1010px) {
  .nav-box {
    /*margin: 0 auto 40px auto;
    width: 90%;*/
	display: none;
  }
}

/* グローバルメニュー */
.global-nav {
  margin: 0;
  position: relative;
}

.global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav .nav-list .nav-item {
  flex: 1;
}

.global-nav .nav-list .nav-item a ,.global-nav .nav-list .nav-item span {
  color: #00416F;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.global-nav > .nav-list > .nav-item:hover {
  background: #00416F;
}
.global-nav > .nav-list > .nav-item:hover a {
  color: #FFF;
}
.global-nav > .nav-list > .nav-item > a:hover {
  color: #FFF;
}

.global-nav .nav-list .nav-item span {
	color: #FFFFFF;
	text-align: left;
}

.global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}

/* サブナビゲーション */
@media screen and (min-width: 1010px) {
  .nav-list {
    position: relative;
  }

  .nav-item_sub {
    background: #00416F;
    left: 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100vw;
	z-index: 2;
	color: #fff;
  }

  .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 1000px;
  }

  .nav-item_sub .inner ul {
    margin: 20px 0;
  }

  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
	color: #fff;
	 padding-left: 20px;
	 padding-right: 20px;
  }

  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  .global-nav > .nav-list > .nav-item > .nav-item_sub  li a:hover {
	 color: #00416F;
background: #FFFFFF;
  }
}

/* spiral */
/*.spiral-s-action-links-register, .spiral-s-action-links-lostpassword, .spiral-s-user-links-title {
	display: none !important;
}*/
.spiral-secure-session-manager p label{
	display: block;
}
.spiral-secure-session-manager input[name="login_id"],.spiral-secure-session-manager input[name="password"]{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.spiral-secure-session-manager p {
    display: table;
    width: 50%;
    margin: 0 auto 10px !important;
}
.log-in-btn {
    float: none;
    margin: 10px auto 0;
	width: 70%;
}

.submenu_button a {
    padding: 0 5px;
}
.submenu_button li {
    width: auto;
}

a.cv_btn_og {
    background: #FF941A;
		border: 1px solid #FF941A;
}
a.cv_btn_og:hover {
    background: #FFD4A3;
	border: none;
	color: #402506 !important;
}
h2.wp-block-post-title {
	padding-bottom: 0px;
	border: none;
}
p.userpolicy01 {
    margin: 0 0 .5rem 1rem !important;
    padding-left: 1rem;
    text-indent: -1rem;
}
p.userpolicy02 {
    margin: 0 0 .5rem 2rem !important;
    padding-left: 2rem;
    text-indent: -2rem;
}

.accordion > li > ul > li.acc_login { 
	background:#FFF; 
	border:1px solid #00436e;
	border-bottom:none ;
}
.acc_login a {
	color:#00436e;
	font-weight: bold;
}
@media screen and (max-width: 560px) {
	figure.wp-block-post-featured-image {
		width:60% !important;
		margin: 1rem auto;
	}
	figure.wp-block-post-featured-image > a > img {
		height:auto!important; 
	}
}

/* バイオインフォマティクス・サービス改訂 */

@media screen and (min-width: 680px) {
.bioinfo_jirei {
    display: flex;
    text-align: center;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dotted #000;
}
.bioinfo_jirei img {
    flex-basis: 40%;
    vertical-align: top;
}
.bioinfo_jirei .bioinfo_jirei_child {
    flex-basis: 60%;
    text-align: center;
    padding: 0 20px;
}
.bioinfo_jirei .bioinfo_jirei_child .list_button li {
    width: 50%;
}
}
@media screen and (max-width: 679px) {
.bioinfo_jirei {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dotted #000;
}
.bioinfo_jirei img {
    width: auto !important;
    margin-bottom: 15px;
}
.bioinfo_jirei .bioinfo_jirei_child {
    text-align: center;
    padding: 0 20px;
}
.bioinfo_jirei .bioinfo_jirei_child .list_button li {
    width: 50%;
}

}

/*2305 トレーニングTOPなど修正*/

@media screen and (min-width: 560px) {
	.t-box {
		display:flex;align-items: flex-start;
	}
	.t-box .arrow_box {
		flex-basis:80%;
	}
	.qspbox img {
		flex-basis:20%;
	}
	.t-box img {
		flex-basis:20% !important;
	}
.arrow_box{
    position:relative;
    width:600px;
    background:#FFFFFF;
    padding:10px;
    border:1px solid #00436E;
    color:#333333;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-bottom:20px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:45%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:29px;
    border-right-width:29px;
    margin-top: -20px;
    border-left-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(0, 67, 110, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -21px;
    margin-left: 1px;
    border-left-color:#00436E;
}
}
@media screen and (max-width: 560px) {
	.t-box img {
		display: none;
	}
.arrow_box{
    background:#FFFFFF;
    padding:20px;
    border:1px solid #00436E;
    color:#333333;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-bottom:20px;
}

}
.arrow_box p {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0 !important;
}

/*230608＿QSP製品LP改訂*/
a.qspnav_btn {
	background: #00416F;
	transition: ease-in-out;
	border: 1px solid #00416F;
	font-weight: bold;
	border-radius: initial;
}
a.qspnav_btn_now {
    background: #35ACA0;
    border: 1px solid #35ACA0;
    color: #ffffff !important;
}
a.qspnav_btn:hover {
	background: #ffffff;
	color: #00416F !important;
	opacity: 1;
}
a.qspnav_btn_np:hover {
	background: #00416F;
	color: #FFFFFF !important;
	opacity: 1;
}
a.qspnav_btn_now:hover {
    background: #35ACA0;
    border: 1px solid #35ACA0;
	color: #FFFFFF !important;
}
li.list_qspnav {
margin: 6px 3px 0;
text-align: center;
flex-basis: 33%;
line-height: 1.4;
min-height: 2rem;
}
li.long_list_qspnav {
flex-basis: 66%;
}
.list_button .list_sgnav a {
border-radius: 0;
}
.boxUp30 {
margin: 0 0 30px;
}
.box_qspnav {
display: flex;
justify-content: center;
align-items: stretch;
}

/*20240123 トップページスライダーに文字を重ねて表示*/
	.amelieff_box {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
	}
	.amelieff_mission {
		position: absolute;
		top: 55%;
  		right: 0;
  		bottom: 0;
  		left: 0;
		margin: auto;
		color: #00416F;
		font-weight: bold;
		font-size: 1.2rem;
		text-align: center;
		max-width: 1000px;
		text-shadow:1px 1px 0 #fFF,-1px 1px 0 #fFF,1px -1px 0 #fFF,-1px -1px 0 #fFF;
	}
	@media screen and (max-width: 1000px) {
			.amelieff_mission {
				top: 58%;
				font-size: 1.1rem;
		}
	}
	@media screen and (max-width: 800px) {
			.amelieff_mission {
				top: 60%;
				font-size: 2.4vw;
		}
	}
	@media screen and (max-width: 600px) {
				.amelieff_mission {
				top: 56%;
				margin: auto 8%;
		}
	}

li.wp-block-post {
	display: grid;
}

/*241120 footer改修*/
.fotter_block {
	width: 94%;
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
}

.fotter_logo{
	flex-basis: 22%;
}

.fotter_sitemap{
	flex-basis: 78%;
	color: #dddddd;
	margin-top: 20px;
	margin-left: 5px;
}
.fotter_sitemap ul, .fotter_sitemap ul li,.fotter_sitemap ul a, .fotter_sitemap ul li ul a {
	color: #dddddd !important;
	margin-bottom: 1rem;
	margin-top: 1rem;
    line-height: 1.2;
}
.fotter_sitemap > ul, .fotter_sitemap > ul > li,.fotter_sitemap ul > li > ul {
	margin-top: 0;
}
.fotter_sitemap ul li ul li ul li,.fotter_sitemap ul li ul li ul li ul li {
	margin-left: 1rem;
	text-indent: -1rem;
}
.fotter_sitemap ul li ul li::before {
	content: '■ ';
}
.fotter_sitemap ul li ul li ul li::before {
	content: '> ';
}
.fotter_sitemap ul li ul li ul li ul li::before {
	content: '>> ';
}

.fotter_sitemap > ul {
	display: flex;
	text-align: left;
	font-size: .8rem;
	
}

.fotter_sitemap > ul > li {
	padding: 0 1rem;
	border-left: 1px solid #aaaaaa;
}

/*.fotter_sitemap > ul > li:last-child {
	border: none;
}*/

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.fotter_block {
		display: block;
		width: 100%;
}
	.fotter_sitemap > ul > li {
	padding: 0 .5rem;
}
	.fotter_sitemap{
	margin-left: 0;
		margin-top: 5px;
}
	.fotter_sitemap ul li ul li ul li,.fotter_sitemap ul li ul li ul li ul li {
	margin-left: .5rem;
	text-indent: -.5rem;
}
	    .footer .logo {
        margin: 10px 0;
    }
}

/* 251204_ヘッダー回り改訂 */
.header h1 {
    text-align: left !important;
}

	.amelieff_index_btn {
		position: absolute;
		top: 80%;
		right: 35%;
		bottom: 95%;
		left: -10%;
		max-width: 1000px;
		z-index: 2;
	}
	.amelieff_box::after {
	  content: ''; 
	  position: absolute;
	  width: 510px;
		height: 80px;
		left: 20px;
		bottom: 20px;
		background-color: white;
		border-radius: 8px;
		z-index: 1;
	}
	@media screen and (max-width: 1000px) {
			.amelieff_index_btn {
				top: 83%;
		}
			.amelieff_box::after {
				width: 50%;
				height: 19%;
				left: 3%;
				bottom: 2%;
		}
	}
	@media screen and (max-width: 800px) {
			.amelieff_index_btn, .amelieff_box::after {
				display: none;
		}
	}

@media screen and (min-width: 601px) and (max-width: 1010px) {
    .header h1 {
    text-align: left;
    width: fit-content;
    margin-top: -95px;
}
}
a.cv_btn_w {
		background: #FFFFFF;
		color: #00416F !important;
		border: 1px solid #00416F;
		transition: 0.5s ease-in-out;
}
a.cv_btn_w:hover {
		background: #00416F;
		border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	opacity: 1;
	font-weight: bold;
}
a.cv_btn_gb {
		background: #067D6F;
		border: 1px solid #067D6F;
		transition: 0.5s ease-in-out;
}
a.cv_btn_gb:hover {
		background: #00416F;
		border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	opacity: 1;
	font-weight: bold;
}
