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

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*cf*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}


/********************************************************** *
 Layout 
********************************************************** */
html {
	height:100%;
}
body {
	height:100%;
	color: #222;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 90%;
	line-height: 1.6;
}
a {
    color: #069;
    text-decoration: underline;
}
a:hover {
    color: #069;
    text-decoration: none;
}
a:active {
    color: #5c67b4;
}
.container {
	width:1200px;
	margin:0 auto;
}
strong {
	font-weight:bold;
}
sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* #fade {
    display: none;
} */

.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}

/* header */
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
header .logo {
	margin-left:30px;
	margin-top:8px;
	padding-bottom:3px;
	float:left;
}

header #header_nav {
	float:right;
	background:#fff;
	border-radius:3px;
	margin-top:15px;
}
header #header_nav li {
	float:left;
	position:relative;
}


header #header_nav li a {
	display:block;
	padding:6px 0;
	color:#004286;
	font-weight:bold;
	text-decoration:none;
	font-size:95%;
	position:relative;
}
header #header_nav li a:before {
	content: '';
  position: absolute;
  top: -4px;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #0076ba;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
header #header_nav li:hover a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


header #header_nav li a span {
	border-left:#ccc solid 1px;
	padding:3px 15px;
}
header #header_nav li:first-child a span {
	border-left:none; 
}

header #header_nav li ul.second_menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 20px;
	left:0;
	width: 220px;
	background: #0076ba;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header #header_nav li ul.second_menu li {
	border-left:none;
	border-top:#ccc solid 1px;
	width:100%;
	box-sizing:border-box;
}
header #header_nav li ul.second_menu li:first-child {
	border-top:none;
}
header #header_nav li ul.second_menu li a {
	color:#fff;
	padding:8px 10px;;
	font-size:90%;
}
header #header_nav li:hover ul.second_menu li a:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

header #header_nav li:hover ul.second_menu {
	top: 34px;
	visibility: visible;
	opacity: 0.9;
}
header #header_nav li:hover ul.second_menu a {
	border-top:none;
	padding-top:8px;
	margin-top:0;
}
header #header_nav li ul.second_menu li a:hover {
	background:#004286;
}
header #header_nav li ul.second_menu li a:after {
    content: '';
    display: block;
		position:absolute;
		right:12px;
		top:50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header #header_nav li ul.second_menu li ul li {
	background: #4a93bc;
	padding-left:20px;
	padding-right:8px;
}
header #header_nav li ul.second_menu li ul li a {
	padding:4px 24px 6px 0;
}
header #header_nav li ul.second_menu li ul li a:hover {
	background:transparent;
}
header #header_nav li ul.second_menu li ul li:hover{
	background:#004286;
}

@media screen and (max-width:900px){
	header {
	z-index:102;
	}
}

/* footer */
footer {
	font-size:90%;
	padding-bottom:5px;
	border-top:#004286 solid 3px;
}
footer .container {
	width:1000px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
	text-decoration: underline;
}
footer .foot_col_wrap {
	background:#555;
	padding:20px 0;
}
footer .foot_col {
	float:left;
	width:25%;
	box-sizing:border-box;
	border-right:#666 solid 1px;
	padding:0 20px;
	height:11em;
}
footer .foot_col:first-child {
	border-left:#666 solid 1px;
}
footer .foot_col dl {
	margin-bottom:10px;
}
footer .foot_col dt {
	margin-bottom:8px;
}
footer .foot_col dt a {
	background:url(../images/icon_arw.png) 0 2px no-repeat;
	padding-left:20px;
}
footer .foot_col dd {
	font-size:90%;
	margin-left:8px;
	margin-bottom:5px;
}
footer .foot_col dd  a{
	background:url(../images/icon_arw_s.png) 0 2px no-repeat;
	padding-left:15px;
}
footer .footlogo {
	margin:10px 0;
	text-align:center;
	font-size:80%;
}
footer .footlogo a {
	display:block;
	padding:10px 0;
}

footer .footlink {
	text-align:center;
	background:#004286;
	padding:10px 5px;
	font-size:90%;
}
footer .footlink li {
	display:inline-block;
	padding:0 20px;
}
footer .footlink li a {
	display:block;
	padding:3px 0;
}






/* top */
#top_main {
	background:url(../images/medical2.jpg) center 0 no-repeat;
	background-size:cover;
}

#top_main .down_btn a {
	display:block;
	position:absolute;
	bottom:180px;
	left:50%;
	width:54px;
	height:54px;
	background:#fff;
	border-radius:26px;
	opacity:0.85;
	margin-left:-27px;
}
#top_main .down_btn a img {
	position:absolute;
	top:17px;
	left:8px;
}
#top_main .down_btn a:hover {
	opacity:1;
}

#top_main_btm_area {
	margin-top:-170px;
}
#top_main_btm_area .newinfo {
	background:#affdfe;
	height:40px;
}
#top_main_btm_area .newinfo_inner {
	width:1200px;
	margin:0 auto;
	padding-top:8px;
	box-sizing:border-box;
}
#top_main_btm_area .newinfo .ttl {
	float:left;
	font-size:110%;
	margin-right:20px;
	padding:0 15px;
	background:#004082;
	color:#fff;
	border-radius:3px;
}
#top_main_btm_area .newinfo .info {
	padding-top:2px;
}
#top_main_btm_area .newinfo .info a {
	color:#333;
}
#top_main_btm_area .newinfo .info a:hover {
	color:#0f6ab5;
}


#top_main_btm_area #top_main_btm_nav {
	background:#004082;
	opacity:0.85;
}
#top_main_btm_area #top_main_btm_nav ul {
	width:1200px;
	margin:0 auto;
	padding:20px 0;
}
#top_main_btm_area #top_main_btm_nav li a {
	float:left;
	display:block;
	width:25%;
	text-align:center;
	height:90px;
	box-sizing:border-box;
	padding-top:15px;
	color:#fff;
	text-decoration:none;
	border-right:#5b9cc1 solid 1px;
	position:relative;
}
#top_main_btm_area #top_main_btm_nav li a:after {
	content: '';
  position: absolute;
  bottom: 0;
  left:15%;
  width: 70%;
  height: 4px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00ffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#top_main_btm_area #top_main_btm_nav li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#top_main_btm_area #top_main_btm_nav li:first-child a {
	border-left:#5b9cc1 solid 1px;
}
#top_main_btm_area #top_main_btm_nav li a:hover {
}
#top_main_btm_area #top_main_btm_nav li span {
	font-size:170%;
	font-weight:bold;
}



/* .wrapper */
.wrapper .section {
	padding:30px 0;
}
.wrapper .section:nth-child(2n) {
	/*background:#eef7fd;*/
	background:#f0f8fd;
}
.wrapper h3 {
	font-size:174%;
	font-weight:bold;
	color:#015196;
	line-height:1.4;
	text-align:center;
}
.wrapper h4 {
	font-size:120%;
	font-weight:bold;
}
.wrapper p {
	margin-bottom:10px;
}
.wrapper .txt_area, .wrapper .img_area {
	width:50%;
	padding:0 4.5%;
	box-sizing:border-box;	
}
.wrapper .txt_area h3 {
	text-align:center;
	margin-bottom:20px;
}
.wrapper .txt_area h4 {
	font-size:120%;
	font-weight:bold;
}

.wrapper .txt_area {
	float:right;
}
.wrapper .img_area {
	float:left;
	text-align:center;
}
.wrapper .img_area img {
	width:100%;
	height:auto;
}
.wrapper .img_area img.career_logo {
	width:55%;
	margin:0 auto 10px;
}

.wrapper .section:nth-child(2n) .txt_area{
	float:left;
}
.wrapper .section:nth-child(2n) .img_area{
	float:right;
}

.wrapper ul li {
	list-style-type:disc;
	margin-left:15px;
	margin-bottom:7px;
}
.wrapper ul li ul {
	margin:5px 0;
}
.wrapper ul li ul li{
	list-style-type: circle;
	margin-left:15px;
	margin-bottom:0;
}

.wrapper .txt_box {
	margin-bottom:40px;
}

.wrapper .inner {
	padding:0 0 50px;
}
.wrapper .intro {
	padding:0 0 20px;
}




/* ボタン */
.wrapper .rect_btn {
	width:75%;
	margin:30px auto 0;
}
.wrapper .rect_btn {
	width:75%;
	margin:30px auto 0;
}
.wrapper .rect_btn.top_15{
	margin-top:15px;
}
.wrapper .rect_btn a::before,
.wrapper .rect_btn a::after {
	position: absolute;
	display: block;
	content: '';
}
.wrapper .rect_btn a,
.wrapper .rect_btn a::before,
.wrapper .rect_btn a::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.wrapper .rect_btn a {
	display:block;
	border:#015196 solid 2px;
	border-radius:3px;
	width:100%;
	text-align:center;
	padding:8px 20px 8px 8px;
	font-weight:bold;
	color:#015196;
	text-decoration:none;
	background:#fff;
	opacity:0;
	position:relative;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.wrapper .rect_btn a::after {
	border-right: 1px solid #015196;
	border-top: 1px solid #015196;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 8px;
}

.wrapper .rect_btn a:hover {
	background-color: #59b1eb;
	border-color: #59b1eb;
	color: #fff;
}
.wrapper .rect_btn a:hover:after {
	border-color: #fff;
}
.wrapper .fadeInUp a {
	opacity:100;
}


.wrapper .contact_btn a {
	display:block;
	border:#0076ba solid 2px;
	border-radius:3px;
	width:60%;
	text-align:center;
	padding:8px 20px 8px 8px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:#0076ba;
	position:relative;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	margin-bottom:20px;
}
.wrapper .contact_btn a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 8px;
}

.wrapper .contact_btn a:hover {
	background-color: #59b1eb;
	border-color: #59b1eb;
	color: #fff;
}

.btn_area {
	margin:30px 0 0 ;
}
.a_btn a, .b_btn a {
	display:block;
	box-sizing:border-box;
	width:48.5%;
	float:left;
	display:block;
	border:#0076ba solid 2px;
	border-radius:3px;
	text-align:center;
	padding:10px 20px 10px 8px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:#0076ba;
	position:relative;
	margin:0 0 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.a_btn a::after, .b_btn a::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 8px;
}
.a_btn a:hover, .b_btn a:hover {
	background-color: #59b1eb;
	border-color: #59b1eb;
	color: #fff;
}
.a_btn a:hover:after, .b_btn a:hover:after{
	border-color: #fff;
}
.a_btn a {
	margin-right:20px;
}



/* lower_page */
.lower_page {
	background:url(../images/bg_logo.png) center top no-repeat;
	margin-top:100px;
	padding-top:18px;
}
.lower_page h1 {
	text-align:center;
	font-size:310%;
	font-weight:bold;
	color:#015196;
	margin-bottom:15px;
}

.lower_page h2 {
	display: flex;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
	font-size:180%;
	font-weight:bold;
	color:#015196;
	margin:-15px auto 15px;
}
.lower_page h2.s_border {
	width:20%;
}
.lower_page h2.l_border {
	width:40%;
}

.lower_page h2:before,
.lower_page h2:after {
	border-top: 1px solid;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
}
.lower_page h2:before {
	margin-right: 0.5em;
}
.lower_page h2:after {
	margin-left: 0.5em;
}

/* #page_nav */
#page_nav {
	border-bottom:#bbb dotted 1px;
	margin-bottom:20px;
	text-align:center;
}
#page_nav li {
	display:inline-block;
	padding:0 15px;
}
#page_nav li a {
	display:block;
	padding:10px 0;
	color:#004286;
	font-weight:bold;
	text-decoration:none;
	font-size:95%;
	position:relative;
}
#page_nav li a:hover {
	color:#3cccf0;
}
#page_nav li a:after {
	content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #3cccf0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#page_nav li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#page_nav .prev a {
	background:#eee;
}


/* #page_nav .tabrow */
#page_nav .tabrow {
letter-spacing: -1em;
}
#page_nav .tabrow li {
	background:#e4e4e4;
	border-color:#bbb;
	border-style:solid;
	border-width:1px 1px 0 1px;
	position:relative;
	border-radius:4px 4px 0 0;
	box-shadow: inset 0 1px 0 #f9f9f9;
	letter-spacing: 0em;
	margin:0 2px;
}
#page_nav .tabrow li.selected {
	background:#fff;
}
#page_nav .tabrow li.selected::after {
	border-bottom:#fff solid 1px;
	position:absolute;
	content: "";
	width: 100%;
	bottom: -1px;
	left: 0;
}
#page_nav .tabrow li a:after {
	display:none;
}
#page_nav .tabrow li.selected  a:hover {
	color:#004286;
}


/* news */
.news .container, .about .container {
	width:1000px;
	margin:0 auto;
}
.news .section {
	padding-top:20px;
}
.news h1 {
	font-size:200%;
}
.news h3 {
	text-align:center;
	margin-bottom:20px;
}
.news ul li {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
}
.news li {
	border-top:#999 dotted 1px;
	padding:15px 10px;
	clear:both;
}
.news li:last-child {
	border-bottom:#999 dotted 1px;
}
.news li div {
	float:left;
}
.news li .date {
	width:9.5em;
	font-weight:bold;
	margin-right:20px;
	font-size:90%;
}
.news li .label span {
	display:block;
	color:#fff;
	text-align:center;
	border-radius:10px;
	width:9em;
	height:20px;
	font-size:90%;
	margin-right:20px;
}
.news li .label span.info {
	background:#a50101;
}
.news li .label span.newsrelease {
	background:#286102;
	font-size:85%;
	line-height:1.6;
	width:9.6em;
}
.news .r_link {
	text-align:right;
	margin: 20px auto 0;
}
.news .r_link a {
	color:#333;
}
.news .news_head {
	text-align:right;
	margin-bottom:40px;
}
.news .news_foot {
	text-align:right;
	margin-top:40px;
}
.news h2 {
	display: block;
	text-align: left;
	font-size:120%;
	color:#000;
	margin:30px 0 10px;
}
.lower_page .news h2::before {
    margin-right:0;
}
.wrapper ul.non_list li {
	list-style-type:none;
}
.news ul.non_list li {
    border-top: none;
    padding: 0;
}
.news ul.non_list li:last-child {
    border-bottom: none;
}
.news #article_file {
	background: url(../images/img_border.gif) left top repeat-x;
	margin: 30px 0 0;
	padding: 10px;
}
.news #article_file p {
	font-size:110%;
	text-align:center;
	margin:20px 0;
}
.news #article_file .link_pdf {
	background: url(../images/icon_pdf_s.gif) right 2px no-repeat;
	padding: 4px 25px 4px 0;
}
.news #article_file .link_www {
    background:url(../images/icon_www.gif) right 2px no-repeat;
    padding: 4px 25px 4px 0;
}
.news #pdf_announce {
	border-top: 1px dotted #aaa;
	text-align:center;
}
.news #pdf_announce dl {
    margin: 10px auto;
		width:75%;
}
.news #pdf_announce dl dt {
    float: left;
    padding: 0;
}
.news #pdf_announce dl dd {
	margin-left:160px;
}

.wrapper .news_release ol li {
	margin-bottom:0;
	margin-left:40px;
}
.news_release li {
	border-top: none;
	padding-top:0;
}
.news_release ul li {
	list-style-type:disc;
	margin-left:40px;
}
.news_release li:last-child {
	border-bottom:none;
}

@media screen and (max-width:480px){
	.wrapper .news_release ol li, .news_release ul li {margin-left:20px;}
}


/* about */
.wrapper .ttl_area {
	float:left;
	width:25%;
	padding-right:15px;
}
.wrapper .contents {
	float:right;
	width:72%;
}
.about .wrapper .section {
	padding-top:30px;
}
.wrapper .ttl_area h3 {
	text-align:left;
}
.wrapper .contents h4 {
	margin-bottom:15px;
}

.bw-content {
	border:#ccc solid 1px;
	padding:10px 15px;
	background:#fff;
}
.bw-content dt {
	float:left;
	width:8em;
	font-weight:bold;
	font-size:90%;
	padding-top:0.1em;
}
.bw-content dd {
	padding:0 0 0.5em 8em;
	margin-bottom:0.5em;
	border-bottom:#ccc dotted 1px;
}
.bw-content dd:after{
	content: "";
	display: table;
	clear:both;
}
.bw-content dd:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.bw-content dd li {
	list-style-type:disc;
	margin-left:15px;
}
.bw-content dd span.label_worker1 {
	background:#00b7ee;
	border-radius:2px;
	padding:1px 5px;
	margin-right:10px;
	color:#fff;
	font-size:82.5%;
	padding: 2px 5px;
}
.bw-content .recruit dd a {
	display:block;
}
.bw-content .recruit dd a span.label_worker1 {
	text-decoration:none;
}

.parallel dt {
	float:left;
	font-weight:bold;
}
.parallel dd {
	margin-left:7em;
	margin-bottom:5px;
}


.font_red {
	font-size:130%;
	color:#b00000;
}

.regulation .ttl_area h3 {
	font-size:150%;
}

.table_box{
	border:1px solid #333;
	margin:15px auto 30px;
	width:90%;
}
.table_box dl {
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
}
.table_box dl:last-child {
	border-bottom:none;
}
.table_box dl:after{
	clear:both;
	content: "";
	display: block;
}
.table_box dt {
	display:table-cell;
	background:#eee;
	width:20%;
	border-right:1px solid #ccc;
	padding:20px 15px;
	font-weight:bold;
}
.table_box dd {
	display:table-cell;
	padding:20px 20px;
}
.btn_center a {
	background:#0076ba;
	border-radius:6px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	padding:15px 20px;
	display:block;
	width:50%;
	text-align:center;
	text-decoration:none;
	margin:0 auto 40px;
	position:relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn_center a:after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: transform 0.5s ease 0s;
	width: 8px;
}
.btn_center a:hover {
	background-color: #59b1eb;
	color: #fff;
}


@media screen and (max-width:480px){
.table_box{	width:100%; margin-bottom:20px;}
.table_box dt { display:block; background:transparent; width:90%;	border-right:none; padding:10px 15px;}
.table_box dd { display:block; padding:0px 15px 10px;}
.btn_center a { width:80%; margin-bottom:25px;}

}




/* 紙媒体 */
.bw-content .document dt {
	width:14em;
	padding:5px 0;
}
.bw-content .document dd {
	padding:0 0 0.5em 14em;
}
.bw-content .document dd:last-child {
	padding-bottom:0;
}

a.icon_pdf {
	padding:10px 0;
}
a.icon_pdf img {
	vertical-align:middle;
	margin-left:10px;
}


/* 調査 */
table.profile {
	border-collapse:collapse;
	border:#fff solid 3px;
	width:100%;
	margin-top:20px;
}
.profile th {
	font-weight:bold;
	text-align:left;
	padding:3px 10px;
	background:#f3b25d;
}
.profile tr td {
	padding:3px 10px;
	background:#fef1b9;
	border-right:#fff solid 8px;
	vertical-align:top;
}
.profile tr:nth-child(2n) td {
	background:#fff;
}
.profile tr td:nth-child(2n) {
	border-right:none;
}
.profile_chart {
	margin-top:40px;
}
.profile tr span, .profile td span {
	display:block;
	float:left;
}
.profile tr span.number, .profile td span.number {
	float:right;
}



/* プライバシーポリシー */
.policy h3 {
	margin-bottom:40px;
}
.wrapper ol {
	list-style-type: decimal;
	margin-left:20px;
	margin-bottom:7px;
}
.policy h4 {
	margin-top:20px;
	margin-bottom:10px;
}
.policy h5 {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
table.privacy {
margin-bottom:10px;
}
table.privacy th {
	background:#eee;
}
table.privacy th, table.privacy td {
	border:#ccc solid 1px;
	padding:5px 10px;
}

/* ソーシャルメディアポリシー */
.sns {
	margin-bottom:20px;
}
.sns li {
	display:inline-block;
	list-style-type:none !important;
}
.sns li a {
	display:block;
	text-decoration:none;
	font-size:120%;
	color:#fff;
	border-radius:4px;
	background-position:8px 50%;
	background-repeat:no-repeat;
	height:26px;
}
.sns li a:hover {
	opacity:0.7;
}
.sns .tw a {
	background-color:#55acee;
	background-image:url(../images/icon_twitter.png);
	padding:3px 10px 3px 46px;
}
.sns .fb a {
	background-color:#3b579d;
	background-image:url(../images/icon_fb.png);
	padding:3px 10px 3px 44px;
}
.sns .yt a {
	background-color:#cc181e;
	background-image:url(../images/icon_youtube.png);
	padding:3px 10px 3px 52px;
}



@media screen and (max-width:1200px){
.container {
	width:100%;
}
header #header_nav {
	margin-right:10px;
}
.wrapper .rect_btn {
	width:90%;
}
.wrapper h3 {
	font-size:150%;
}
.news .container, .about .container {
	width:100%;
	padding:0 4.5%;
	box-sizing:border-box;
}
#top_main_btm_area .newinfo_inner {
	width:100%;
	padding:5px 10px;
}
#top_main_btm_area #top_main_btm_nav ul {
	width:100%;
}
#top_main_btm_area #top_main_btm_nav li span {
	font-size:120%;
}

footer .container {
	width:100%;
}


}

@media screen and (max-width:980px){
.lower_page h2.l_border {
    width: 65%;
}
.news li div.newstxt {
	clear:both;
	margin-top:5px;
}
footer .foot_col {
	height:12em;
	padding: 0 10px;
}
.a_btn a, .b_btn a {
	width:47.5%;
}
}


@media screen and (max-width:700px){
header .logo {
	margin-left:10px;
	margin-right:0;
}

.container {
	width:100%;
}
.wrapper .section {
	padding:30px 0;
}
.wrapper .txt_area, .wrapper .img_area {
	width:100%;
}
.wrapper .txt_area {
	float:none;
	margin-bottom:40px;
}
.wrapper .img_area {
	float:none;
}

.wrapper .section:nth-child(2n) .txt_area{
	float:none;
}
.wrapper .section:nth-child(2n) .img_area{
	float:none;
}
	
#top_main_btm_area {
	margin-top:-152px;
}
#top_main_btm_area .newinfo {
	height: auto;
}
#top_main_btm_area .newinfo .ttl {
	float:none;
	font-size:80%;
	margin-right:0;
	padding:0 10px;
	text-align:center;
	width:7em;
	border-radius:3px;
}

#top_main_btm_area #top_main_btm_nav ul {
	padding:5px 0;
}
#top_main_btm_area #top_main_btm_nav li a {
	height:65px;
	padding:5px 3px 0;
	font-size:80%;
}
#top_main_btm_area #top_main_btm_nav li span {
	font-size:100%;
}

#top_main .down_btn a {
	width:30px;
	height:30px;
	border-radius:15px;
	margin-left:-15px;
}
#top_main .down_btn a img {
	width:20px;
	height:auto;
	top:10px;
	left:5px;
}
#top_main_btm_area .newinfo .info {
	min-height:3.2em;
}



.lower_page {
	margin-top:65px;
}
.lower_page h1 {
	font-size:170%;
}
.lower_page h2 {
	font-size:100%;
}
.lower_page h2.s_border {
    width: 40%;
}
.lower_page h2.l_border {
    width: 85%;
}

#page_nav {
	margin-bottom:0px;
	text-align:left;
}
#page_nav li {
	padding:0 3px 5px;
	box-sizing:border-box;
	vertical-align:top;
	width:32.3%;
	position:relative;
}
#page_nav li a {
	padding:2px 5px;
	border:#004286 dotted 1px;
	font-size:80%;
	height:2.4em;
	line-height:1.2;
	background:#fff;
}
#page_nav li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 7px solid #004286;
    border-left: 7px solid transparent;
		position:absolute;
		right:3px;
		bottom:5px;
}

/* #page_nav .tabrow */
#page_nav .tabrow li {
	background: none;
	border: none;
	border-radius:0;
	box-shadow:none;
	margin:0;
}
#page_nav .tabrow li.selected {
	background:none;
}
#page_nav .tabrow li.selected::after {
	display:none;
}
#page_nav .tabrow li.selected  a:hover {
	color:#3cccf0;
}


.wrapper .ttl_area {
	float:none;
	width:100%;
	margin-bottom:20px;
}
.wrapper .contents {
	float:none;
	width:100%;
}
.asset-content dt {
	width:4em;
}
.asset-content dd {
	padding:0 0 0.5em 5em;
}

.news li .label span {
	font-size:80%;
}
.news li .label span.newsrelease {
	font-size:75%;
	line-height:1.8;
}
.news #pdf_announce dl {
		width:100%;
}
.news #pdf_announce dl dd {
	margin-left:0;
}


footer .foot_col_wrap {
	padding:0
}
footer .foot_col {
	float:none;
	width:100%;
	border-right: none;
	height:auto;
	padding:0;
}
footer .foot_col:first-child {
	border-left:none;
}
footer .foot_col dl {
	margin-bottom:0;
}
footer .foot_col dt {
	margin-bottom:0;
}
footer .foot_col dt a {
	border-bottom: 1px solid #777;
	display: block;
	padding: 12px 0 12px 35px;
	background-position:15px 50%;
	line-height:1.4;
}
footer .foot_col dt a:hover {
	text-decoration:none;
}
footer .foot_col dd {
	display:none;
}
footer .footlink li {
	padding:5px 25px;
}

.bw-content dt {
	width:4em;
}
.bw-content dd {
	padding:0 0 0.5em 4.5em;
}

.bw-content .document dt {
	width:7em;
}
.bw-content .document dd {
	padding:0 0 0.5em 7em;
}


.a_btn a, .b_btn a {
	float:none;
	width:100%;
}
.wrapper .contact_btn a {
	width:90%;
	margin:0 auto 20px;
}

}



/* Medical Tribune リサーチ */
.mt_research .mt_reserach_head {
	margin:0 auto 15px;
}
.mt_research .container {
	box-sizing: border-box;
	padding:0 100px;
}
.mt_research .wrapper h3 {
	font-size:100%;
	text-align: left;
	font-weight: normal;
	margin-bottom:5px;
}
.mt_research .wrapper img {
	width:100%;
	height:auto;
}
.mt_research .info_tel {
	text-align:right;
	color:#3767a8;
	font-size:140%;
	font-weight:bold;
	margin-bottom:30px;
}
.mt_research .info_tel span {
	background:#3767a8;
	color:#fff;
	font-size: 90%;
	padding: 3px 10px;
	border-radius:3px;
	margin-right:10px;
	font-weight:normal;
}
.mt_research .info_tel span a {
	color:#fff;
	text-decoration:none;
}
.mt_research .info_tel span a:hover {
	text-decoration: underline;
}
.mt_research .gray_area {
	background:#ddd;
	border-radius:10px;
	width:100%;
	padding:20px 50px;
	box-sizing:border-box;
	margin:0 auto 50px;;
}
.mt_research .l_box {
	float:left;
}
.mt_research .r_box {
	float:right;
}
.mt_research .ttl_arw span {
	background:#84959e;
	color:#fff;
	font-size:120%;
	height:34px;
	position:relative;
	display: inline-block;
	box-sizing:border-box;
	padding: 5px 40px 0 15px;
	width:20em;
}
.mt_research .ttl_arw span:after {
	position:absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 20px;
	border-color: transparent transparent transparent #84959e;
	top:0;
	right:-20px;
}
.mt_research .circle_list li {
	font-size: 120%;
	list-style: outside none none;
	margin-bottom: 6px;
	padding-left: 20px;
	position: relative;
	line-height:1.4;
}
.mt_research .circle_list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f111";
	font-family: FontAwesome;
}
.mt_research .btn_research a {
	background-color: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fff, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fff, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fff, #dcdcdc);
	background-image: -o-linear-gradient(top, #fff, #dcdcdc);
	background-image: linear-gradient(to bottom, #fff, #dcdcdc);
	width:40%;
	border-radius:10px;
	border:1px solid #666;
	padding:15px 0;
	display: block;
	margin: 0 auto 80px;;
	text-align:center;
	font-size: 180%;
	text-decoration:none;
	font-weight:bold;
	color:#079fee;
	position:relative;
}
.mt_research .btn_research a:after {
	position: absolute;
	top: 15px;
	right: 15px;
	content: "\f105";
	font-family: FontAwesome;
}
.mt_research .btn_research a:hover {
	background-color: #59b1eb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#59b1eb), to(#1a86ce));
	background-image: -webkit-linear-gradient(top, #59b1eb, #1a86ce);
	background-image: -moz-linear-gradient(top, #59b1eb, #1a86ce);
	background-image: -ms-linear-gradient(top, #59b1eb, #1a86ce);
	background-image: -o-linear-gradient(top, #59b1eb, #1a86ce);
	background-image: linear-gradient(to bottom, #59b1eb, #1a86ce);
	border-color:#1974af;
	color:#fff;
}
.lower_page.mt_research h2 {
	margin:0 0 10px;
	font-size:220%;
	line-height:1.4;
}
.lower_page.mt_research h2::before, .lower_page.mt_research h2::after {
	border:none;
}
.mt_research .lead {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin-bottom:30px;
}
.mt_research #sec2 .main_image {
	width:90%;
}
.mt_research .member_bata {
	padding:30px;
}
.mt_research .member_bata h3 {
	text-align:center;
	font-weight:bold;
	font-size:130%;
	color:#333;
	margin-bottom:20px;
}
.mt_research .member_bata .l_box, .mt_research .member_bata .r_box {
	width:47%;
}
.mt_research .member_bata table.profile {
	margin-top:0;
}

.mt_research table.profile {
	border-collapse:collapse;
	border:none;
	width:100%;
	margin-top:20px;
}
.mt_research .profile th {
	font-weight:bold;
	text-align:left;
	padding:3px 10px 5px;
	background:#a7cce0;
}
.mt_research .profile tr td {
	padding:3px 10px;
	background: transparent;
	border-right:#ddd solid 8px;
	vertical-align:top;
}
.mt_research .profile tr:nth-child(2n) td {
	background:#fff;
}


.mt_research .question_area {
	padding:60px 50px 30px;
	margin-bottom:50px
}
.mt_research .question_area dt {
	background:#5e78b4;
	color:#fff;
	text-align:center;
	border-radius:50%;
	width:33%;
	font-size: 130%;
	line-height: 1.4;
	padding: 25px 0;
	float:left;
	position:relative;
}
.mt_research .question_area dt:before {
	position:absolute;
	background:url(../images/mt_reserach_cry.png) no-repeat;
	top:-50px;
	left:-10px;
	display:block;
	width:110px;
	height:109px;
	content:"";
}
.mt_research .question_area dt:after {
	position:absolute;
	background:url(../images/mt_reserach_arrow.png) no-repeat;
	top:50%;
	margin-top:-30px;
	right:-70px;
	display:block;
	width:60px;
	height:60px;
	content:"";
}

.mt_research .question_area dd {
	width:55%;
	float:right;
	background:#fff;
	border-radius:10px;
	padding:15px 25px 10px 30px;
	box-sizing:border-box;
	position:relative;
}
.mt_research .question_area dd:before {
	position:absolute;
	background:url(../images/mt_reserach_smile.png) no-repeat;
	top:-35px;
	left:-50px;
	display:block;
	width:100px;
	height:98px;
	content:"";
}
.mt_research .question_area .second_question {
	margin-top:50px;
}
.mt_research .question_area .second_question dt {
	padding:42px 0;
}
.mt_research .question_area .second_question dd {
	padding: 45px 25px 40px 30px;
}

.mt_research #sec3 .l_box, .mt_research  #sec3 .r_box {
	width:47%;
}
.mt_research #sec3 h3 {
	margin-bottom:5px;
}
.mt_research table.results {
	margin:0 auto;
	border-bottom:2px solid #333;
}
.mt_research table.results tr {
	border-top:2px solid #333;
}
.mt_research table.results th {
	background:#b9e3f9;
	padding:3px 8px;
}
.mt_research table.results td {
	height: 3em;
	padding: 3px 30px;
	vertical-align: middle;
	background:#fff;
	line-height:1.4;
}


@media screen and (max-width:980px){
	.mt_research .mt_reserach_head img {
		width:100%;
		height:auto;
	}
	.mt_research .container {
		padding:0 20px;
	}
	.mt_research .l_box, .mt_research .r_box {
	float:none;
	width:100%;
	}
	.mt_research .member_bata .l_box, .mt_research .member_bata .r_box, .mt_research #sec3 .l_box, .mt_research  #sec3 .r_box {
	width:100%;
	}
	.mt_research .r_box {
		margin-top:30px;
	}
	.mt_research .btn_research a {
		width:80%;
	}
	.mt_research .question_area {
		padding: 70px 30px 30px;
	}
	.mt_research .question_area dt, .mt_research .question_area .second_question dt {
		font-size:100%;
		padding:42px 0;
	}
	.mt_research .question_area dd, .mt_research .question_area .second_question dd {
		font-size:95%;
		padding: 20px;
	}
	.mt_research .question_area dt:before {
		top:-60px;
	}
	.mt_research .question_area dd:before {
		top:-45px;
	}
	.mt_research table.results td {
	padding: 3px 10px;
	}
}
@media screen and (max-width:740px){
	.mt_research .question_area dt, .mt_research .question_area .second_question dt{
		float:none;
		width:100%;
		font-size:110%;
		padding:20px 0;
		margin-bottom:50px;
	}
	.mt_research .question_area dt:before {
		top:-40px;
		left:-20px;
	}
	.mt_research .question_area dt:after {
		background:url(../images/mt_reserach_arrow2.png) no-repeat;
		top:103%;
		margin-top:0;
		right:50%;
		margin-right:-22px;
		width:44px;
		height:40px;
	}
	.mt_research .question_area dd{
		float:none;
		width:100%;
	}
	.mt_research .question_area dd:before {
		top:-70px;
		left:-10px;
	}
	.mt_research .question_area .second_question {
		margin-top:60px;
	}
}
@media screen and (max-width:480px){
	.mt_research .container {
		padding:0 10px;
	}
	.mt_research .info_tel {
		margin-bottom:20px;
		font-size:110%;
	}
	.mt_research .gray_area {
		padding:20px 15px;;
		margin-bottom:30px;
	}
	.mt_research .ttl_arw span {
		padding:5px 5px 0;
		width:16.5em;
	}
	.mt_research .member_bata {
		padding:30px 15px;
	}
	.lower_page.mt_research h2 {
		font-size:120%;
	}
	.mt_research .lead {
		font-size:110%;
	}
	.mt_research .question_area {
		padding: 50px 15px 30px;
	}
	.mt_research .question_area dt:before {
		background-size:80%;
		left:-10px;
	}
	.mt_research .question_area dd, .mt_research .question_area .second_question dd {
		padding: 20px 15px 15px 5px;
	}
	.mt_research .question_area dd:before {
		background-size:80%;
		left:0;
		top:-50px;
	}
	.mt_research .btn_research a {
		width:90%;
		margin:0 auto 50px;
	}
	.mt_research table.results th.th_target {
		width:4em;
	}
	.mt_research table.results td {
		padding: 3px 5px;
	}
}