/*
Theme Name: arc_base 2023
Theme URI: 
Version: 1.0
Author: ARCADIA SYSTEMS
Author URI: https://arc-mec.com/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	CONTENT
	SIDE BAR
	FOOTER
	MISC
	Mobile
	HACK
*/

/*	BASE
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

html{
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.4;
	font-size:16px;
	font-family: "UD Digi Kyokasho N-R", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body{}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
a,
a:link {}
a:hover {}
a:visited {}
a:active {}


a img {border:none;}
input[type="email"],
input[type="text"]{font-size:1rem;padding:2px;}
input[type="submit"]{font-size:1rem;padding:0.4em;}
textarea{font-size:1rem;padding:0.4em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}
.align_c{text-align:center;}
.align_r{text-align:right;}
.align_l{text-align:left;}
section,
article,
div{}
table{
	border-collapse: collapse;
	width:100%;
}
table th,
table td{
	padding:0.6em;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin:0 auto;
}

.btn_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
.btn_wrap a:link,
.btn_wrap a:visited,
.btn_wrap button{
	color:#c92d16;
	color:rgba(0,67,124,1);
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:1rem 2rem;
	margin:0;
	border:2px solid #c92d16;
	border-color:rgba(0,67,124,1);
	border-radius:0.5rem;
	background-color: #fff;

}
.btn_wrap button{background-color:#FFF;}

.btn_wrap a:hover,
.btn_wrap a:active,
.btn_wrap button:hover{
	color:#fff;
	background-color:#c92d16;
	background-color:rgba(0,67,124,1);
}
.textBold{
	font-weight: bold;
}
.textSize{
	font-size: 1.2rem;
}
.hidden-image{
	display: none;
}
/*	HEADER
-------------------------------------------------
*/
header{
	position:sticky;
	top:0;
	box-shadow:0px 1px 4px #666;
	background-color:#fff;
	z-index:1000;
	border-bottom:1px solid #666;
	
}
.header_wrap{padding:0.5rem 1rem;}
.hcontainer{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.hi_left h1{
	display: flex;
	justify-content: flex-start;
}
.hi_left h1 a{
	color:#333;
	font-size:2.5rem;
	text-decoration:none;
	font-family: serif;
	display:flex;
	align-items:baseline;
	align-items:center;
}
.hi_left h1 img{
	height:2.5rem;
	width:auto;
	margin-left: 5%;;
	
}
nav{
	margin-right:5px;
}
.hsubmenu,
.hmainmenu{
	display:flex;
	list-style:none;
	justify-content: flex-end;
}

.hsubmenu{margin-bottom:0.5rem;}
.hsubmenu li{margin:0 0.5rem;}
.hsubmenu li a:link,
.hsubmenu li a:visited{
	color:#333;
	font-size:0.8rem;
	text-decoration:none;
}
.hsubmenu li a:hover,
.hsubmenu li a:active{opacity:0.8;}

.hmainmenu{}
.hmainmenu a:link,
.hmainmenu a:visited{
	color:#333;
	font-weight:bold;
	font-size:1.2rem;
	text-decoration:none;
	display:block;
	padding:0 0.5rem;
}
.hmainmenu a:hover,
.hmainmenu a:active{opacity:0.8;}






/*	CONTENT
-------------------------------------------------
*/

.breadcrumbs{
	background-color:#f6f6f6;
	padding:1rem;
	margin:0 0 2rem;
}
.breadcrumbs a{color:#333;}

main{
	margin:0 auto;
	padding:0;
}

div.h2back{}

div.h2back h2:before{}

article.post{
	max-width:960px;
	margin:0 auto 2rem;
	padding:1rem;
	/*display: flex;*/
}
article.post h3{margin:0 0 1rem;}
article.post.infomation{
	border: #ED7D31 solid 2px;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.2rem;
}
article.post.event{
	border:#00B050 solid 2px;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.2rem;
}
article.post .postdate{
	border-top: thin solid #ccc;
	text-align: right;
}

/*	post table
-------------------------------------------------*/

table{}

table caption{
	padding:0.5rem;
	text-align:center;
	font-weight:bold;
}

table th{}

table td{}

table th,
table td{}

table td ul,
table td ol{padding-left:1.5rem;}



/*	post ol ul li
-------------------------------------------------*/
ul,
ol{padding-left:2rem;}

ul li,
ol li{}



/*	TOP
-------------------------------------------------*/

.top_contents{
	padding:2rem;
	margin:0;

}
/* Slider */
section.slick{
	position: relative;
}
.slick-slider
{
    position: relative;

    display: block !important;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slider-for{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	text-decoration: none;
}
.slick_bg {
    background-size: cover;
	height: 50vh;
}
.sliderBg01{
	background: url("../../outer_files/images/sliderBg01") no-repeat;
	background-position: bottom right;
}
.sliderBg02{
	background: url("../../outer_files/images/sliderBg02") no-repeat;
}
.sliderBg03{
	background: url("../../outer_files/images/sliderBg03") no-repeat;
}
.slider-nav{
	position:absolute;
	bottom: calc(2rem + 60px);
	left: 10%;
	right: 0;
}
.slider-nav-inner{
	max-width: 40%;
	background-color:rgba(0,0,0,.7);
	color:#fff;
	transition: all .1s ease-in-out;
}
.slider-nav-inner:hover{
	transform: translateY(-0.25rem);
	box-shadow:0 0.625rem 1.25rem -0.625rem rgba(0,0,0,.3) ;
}
.sliderContents a{
	display: block;
	padding:20px 35px 0;
	color: #fff;
}
.sliderContents h2{
	font-size: 1.75rem;
	line-height: 2.25rem;
	margin-bottom: 1rem;
}
.sliderContents_txt{
	font-size:1.2em;
}

.MV_area h1{
	width: 1200px;
	margin: 0 auto;
	color:#fff;
	font-size:229%;
	padding:6% 0 0 5%;
}

.MV_area .mv_text_l{
	text-align: right;
	padding-right:5%;
	float: right;
	width: auto;
	padding-bottom: 3rem;
}

.top_contents h2{
	text-align:center;
	margin:0 0 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.h2_icon{
	margin-right: 12rem !important;
}

.material-symbols-outlined.icon_size {
	color:#2F5597;
	font-size: 4vw;
	margin-right: 30px;
	font-variation-settings:
	'FILL' 0,
	'wght' 400,
	'GRAD' 0,
	'opsz' 100
}



.top_contents:nth-of-type(odd){
	background-color:#f6f6f6;
}



.top_contents .contents_wrap{
	max-width:980px;
	margin:0 auto 2rem;
	padding-left: 0%;
}
.fbunner{
	background: #2F5597;
	padding:1rem 0;
}
.fbunner ul{
	display: flex;
	justify-content: space-evenly;
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
}
.fbunner li{
	list-style-type: none;
}
.fbunner li img{
	width: 100%;
}
.fbunner a{
	display: block;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slide-arrow{
	position:absolute;
    top:50%;
    margin-top:-31px;
    z-index:999;
    cursor:pointer;
}
.prev-arrow{
	left: 30px;
}
.next-arrow {
    right:30px;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 55px;*/
}

.slick-dots
{
    position: relative;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 20px 35px;
    margin: 0;

    list-style: none;

    text-align: left;
	left: 0;
	background-color: transparent;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 20px 0 0;
    padding: 0;

    cursor: pointer;
	vertical-align: middle;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
	color:#fff;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '';
    text-align: center;

    opacity: 1;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-radius: 100%;
	border: 3px solid #fff;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background:#fff;
}

/*navi*/
.tc_disease{}
.tc_disease .disease_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: start;

}
.tc_disease .disease_wrap .disease_posts{
	width:calc(25% - 2rem);
	margin:0.5rem;
	display:flex;
}
.tc_disease .disease_wrap .disease_posts.hidden-image{display:none;}
.tc_disease .disease_wrap .disease_posts a:link,
.tc_disease .disease_wrap .disease_posts a:visited{
	color:#fff;
	background-color:#2F5597;
	text-decoration:none;
	font-weight:bold;
	display:flex;
	width:100%;
	padding:0 0.5rem 0.5rem;
	text-align:center;
	aspect-ratio: 1 / 1;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
	border-radius: 15%;
	font-size:1.5rem;
	flex-direction: column;

}
.tc_disease .disease_wrap li.disease_posts{

}
.tc_disease .disease_wrap li.disease_posts a::before{
	font-family: "Material Icons";
	content: "\e813";
	font-size: 4vw;
	font-weight: normal;
}
.tc_disease .disease_wrap li.disease_posts:nth-child(2) a::before{
	font-family: "Material Icons";
    content: "\e913";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(3) a::before{
	font-family: "Material Icons";
	content: "\f033";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(4) a::before{
	font-family: "Material Icons";
    content: "\ea67";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(5) a::before{
	font-family: "Material Icons";
	content: "\ebcc";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(6) a::before{
	font-family: "dashicons";
    content: "\f487";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(7) a::before{
	font-family: "Material Icons";
	content: "\e8b6";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(8) a::before{
	font-family: "Material Icons";
    content: "\ebcb";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(9) a::before{
	font-family: "Material Icons";
    content: "\eb8b";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(10) a::before{
	font-family: "Material Icons";
    content: "\e158";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(11) a::before{
	font-family: "dashicons";
    content: "\f231";
}
.tc_disease .disease_wrap li.disease_posts:nth-child(12) a::before{
	font-family: "Material Icons";
    content: "\e157";
}
.tc_disease .disease_wrap .disease_posts a:hover,
.tc_disease .disease_wrap .disease_posts a:active{
	background-color:#E0E07E;
	color:#000000;
}
.tc_disease .disease_wrap .disease_posts figure{
	text-align:center;
	margin:0 0 0.5rem;
}
.tc_disease .disease_wrap .disease_posts img{
	width:40%;
	height:auto;
	filter:brightness(5);
}

/*staffInfomatino*/
.staffInfomatinoArea{
	width:980px;
	margin: 0 auto;
}
.staffInfomatinoArea .posth3{
	background: linear-gradient(transparent 50%, #E0E07E 0%);
	display: inline-block;
	font-size:1.5rem;
	margin-bottom:1rem;
}
.staffInfomatinoArea h4{
	background: #2F5597;
	display: block;
	color:#fff;
	padding:10px 10px 10px 10px;
	max-width: 200px;
	font-weight: bold;
}
.staffInfomation{
	display: flex;
	border-top: 4px solid #2F5597;
	padding-top:1rem;
	margin-bottom: 20px;
}
.staffInfomation{
	flex: 0 1 auto;
}
.staffInfomation figure{
	margin-right:10px;
	display: none;
}
.staffInfomation dl{
	flex-shrink: 0;
	font-size:1.6rem;
	width:40%;
	max-width: 15em;
	font-weight: bold;
}
.staffInfomation dt{
	margin-bottom:20px;
}
.alphabet_name{
	margin-left: 20px;
	font-size:1.2rem;
	font-weight: bold;
}
.staffInfomation dd{
	font-size:1rem;
	font-weight: bold;
}
.staffInfomation .Researcher_Details{
	font-size:1.2rem;
}

.discriptionArea{
	margin-left:30px;
	/*width:-webkit-fill-available;*/
	font-weight: bold;
	font-size: 1.2rem;
}


/*qa*/
.qa_wrap{}
.qa_wrap .qa_posts{
	padding:0.5rem;
	margin:0 0 2rem;
	position: relative;
	font-size: 1.2rem;
}
.qa_posts .q_sircle{

}

.qa_wrap .qa_posts:last-of-type{margin:0;}
.qa_posts a:link,
.qa_posts a:visited{
	color:#333;
	text-decoration:none;
}
.qa_posts a:hover,
.qa_posts a:active{opacity:0.8;}
.qa_posts .qa_posts_q{
	padding: 4% 0 4% 11%;
	margin:0em;
	background: url("../../outer_files/images/imageQ.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
	color:#333;
	margin-left: 2.2rem;
	margin-bottom: 1rem;

}
.qa_posts .qa_posts_a{
	color:#333;
	margin-left: 10%;
	font-weight: bold;
	padding-top:1rem;
	padding-bottom: 10%;
	background: url("../../outer_files/images/imageA.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 4% 0 4% 7%;
	padding-left: 10%;
}
.tc_qa .btn_wrap a:link,
.tc_qa .btn_wrap a:visited{
	color:#3abf82;
	color:rgba(0,67,124,1);
	border-color:#3abf82;
	border-color:rgba(0,67,124,1);
	background-color: #fff;
}
.tc_qa .btn_wrap a:hover,
.tc_qa .btn_wrap a:active{
	color:#fff;
	background-color:#3abf82;
	background-color:rgba(0,67,124,1);
}
.qaArea{
	font-size: 1.2rem;
}
.qaArea .qaBg:nth-of-type(odd){
	background-color:#f6f6f6;
}
.qaArea article.post{
	display:block;
	padding-top: 3rem;
}
.qaArea .staffInfomatinoArea .posth3{
	background: linear-gradient(transparent 50%, #E0E07E 0%);
	display: inline-block;
	background-size: 100%;
	background-position: bottom;
}
.qaArea .posth3{
	margin:0em;
	color:#333;
	margin-left: 2.4rem;
	margin-bottom: 1rem;
	padding: 4% 0 4% 7%;
}
.qa_h3{
	background: url("../../outer_files/images/imageQ.png") no-repeat;
	background-size: 100%;
	background-position: bottom;

}
.qaArea .qaLine{
	color:#333;
	margin-left: 10%;
	font-weight: bold;
	padding-top:1rem;
	padding-bottom: 10%;
	background: url("../../outer_files/images/imageA.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding: 4% 0 4% 7%;
	padding-left: 10%;
}
/*news*/
.tc_news{}
.newText{
	color:#f00;
	font-weight: bold;
	font-size:160%;
}
.infomation .column2area{
	display:flex;
	max-width: 980px;
	margin: 0 auto 40px;
	justify-content: space-between;
}
.infomation .column2area article{
	width: 49%;
}
.infomation .column2area h3{
	background: #ED7D31;
	display: inline-block;
	color:#fff;
	padding: 10px 10px 0;
	border-radius: 10px 10px 0 0;
}
.infomation .column2borer{
	border:#ED7D31 solid 2px;
	border-radius: 0 10px 10px 10px;
	display: flex;
	padding: 10px;
	align-items:flex-start;
	font-size: 1.2rem;
}
.infomation .column2borer img{
	margin-right: 10px;
	border-radius: 10px;
	flex: 0 0 auto%;
	aspect-ratio:16 / 9;
	object-fit: contain;
	width: 40%;
}
.infomation .column2borer div{
	flex: 0 0 auto;
	width: 60%;
}
.infomation .column_left,.column_right{
	width:480px;
}
.recruiting{
	color:#f00;
}
.summary{
	margin:0 auto;
	width:980px;
}
.summary h2{
	border-bottom: medium solid #f6f6f6;
	margin-bottom:2rem;
	display: flex;
	justify-content: space-between
}
.summary h2 span{
}
.summary h3{
	margin-bottom: 0 !important;
	line-height: normal;
}
.summaryArea {
	border-bottom: 1px solid #333;
	margin-bottom:1rem;
}
.summaryArea a{
	display: block;
	text-decoration: none;
	color: #333;
}
.summaryArea a:hover{
	opacity: 50%;
}
.summaryArea a date{
	text-decoration: underline;
}
.tc_news .news_wrap{
	margin:0 auto 2rem;
}
.news_posts{
	padding:1rem;
	border-bottom:2px dotted #ccc;
}
.news_posts a:link,
.news_posts a:visited{
	display:flex;
	align-items:flex-end;
	width:100%;
	text-decoration:none;
	color:#333;
}
.news_posts a:hover,
.news_posts a:active{opacity:0.8;}
.news_icon0,
.news_icon1,
.news_icon2{
	color:#fff;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
	width:4rem;
	display:inline-block;
	padding:0.2rem 0.5rem;
	margin:0 1rem 0;
	white-space:nowrap;
}
.news_icon0{background-color:#999999;}
.news_icon1{background-color:#ff8800;}
.news_icon2{background-color:#3cb371;}
.news_posts date{margin:0 1rem 0 0;}
.tc_news .btn_wrap a:link,
.tc_news .btn_wrap a:visited{margin:2rem;}
.newsbtn_icon1{color:#ff8800!important;border-color:#ff8800!important;}
.newsbtn_icon1:hover{color:#fff!important;background-color:#ff8800!important;}
.newsbtn_icon2{color:#3cb371!important;border-color:#3cb371!important;}
.newsbtn_icon2:hover{color:#fff!important;background-color:#3cb371!important;}

/*	page
-------------------------------------------------*/
#pagename{
	padding:5rem 1rem;

	background:url('../../outer_files/images/sliderBg04.jpg') no-repeat;
	background-position:  bottom left 20%;
}
#pagename h2{
	font-size:2.5rem;
	text-shadow: 2px 2px 2px #666;
	color: #fff;
	text-align:left;
	width: 980px;
	margin:0 auto;
}
.in_preparation{
	width: 980px;
	font-size:3rem;
}

.acssesImg{
	width: 100%;
	height: auto;
}
/**/
.serch_wrap{
	padding:2rem;
	background-color: #fbfbfb;
}
.serch_items{margin:0 auto 1rem;}
.serch_items h3{
	padding:0.5rem;
	margin:0 0 1rem;
	border-bottom:2px solid #ccc;
}
.serch_items ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0 1rem;
}
.serch_items ul li{
	width:calc(25% - 1rem);
	margin:0.5rem;
}
.serch_items ul li input{margin-right:0.2rem;}

/*	category
-------------------------------------------------*/
#categoryname,
#archivename{
	padding:5rem 1rem;
	text-align:center;
	background:url('../../outer_files/images/sliderBg07.jpg') no-repeat;
	/*background-position:  bottom left 20%;*/
}
#categoryname h2,
#archivename h2{
	font-size:2.5rem;
	text-shadow: 2px 2px 2px #666;
	color: #fff;
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
/* event
-------------------------------------------------*/
#event .column2area{
	display:flex;
	max-width: 980px;
	margin: 0 auto 1.5%;
	justify-content: space-between;
	position: relative;
	font-size: 1.2rem;
}
#event .column2area .eventh3{
	background: #00B050;
	color:#fff;
	padding: 10px 10px 0;
	display: inline-block;
	position:absolute;
	top:33%;
	left:-4%;
}
#event .column2borer{
	border:#00B050 solid 2px;
	border-radius: 10px;
	display: flex;
	padding: 10px;
	align-items:flex-start;
	margin-left:10%;
}
#event .column2borer img{
	margin-right: 10px;
	border-radius: 10px;
	flex: 0 0 auto%;
	aspect-ratio:16 / 9;
	object-fit: contain;
	width: 40%;
}
#event .column2borer div{
	flex: 0 0 auto;
	width: 60%;
}
#event .column2area article{
	width: 49%;
}
#event .summary{
	width: 49%;
	margin-left:5%;
}
#event .summaryArea{
	margin-left: 5%;
}
.lnkblck{cursor: pointer;}
.lnkblck:hover{opacity: 50%;}

.column3area {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
	padding-bottom: 2em;
}
.column3area .recentevent {
    display: flex;
    justify-content: space-around;
}
.column3area .recentevent .recevt {
    flex: 0 0 auto;
    width: 30%;
    max-width: 90vw;
    padding-left: 3%;
	border-left: medium dashed #dfdfdf ;
	cursor: pointer;
}
.column3area .recentevent .recevt:hover {
	opacity: .5;
}
.column3area .recentevent .recevt:first-of-type {
	border:none;
}
.column3area .recentevent .recevt figure {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.column3area .recentevent .recevt figure img {
    width: 100%;
    height: auto;
	margin:1em 0;
}



/*archive*/
.top_btn_wrap{
	max-width:980px;
	margin:0 auto 1rem;
	text-align:right;
}
.top_btn_wrap a:link,
.top_btn_wrap a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	padding:0.5rem 1rem;
	background-color:#c92d16;
}

.top_btn_wrap a:hover,
.top_btn_wrap a:active{opacity:0.8;}


.staff_wrap,
.facility_wrap{
	max-width:980px;
	margin:0 auto 2rem;
}

article.post.facility_posts{
	padding:0;
	margin:0;
	border-bottom:1px dotted #ccc;
	display: flex;
}
.staff_posts a,
.facility_posts a{
	color:#333;
	text-decoration:none;
	display:flex;
	align-items: center;
	padding:1rem;
}
.staff_posts a:hover,
.staff_posts a:active,
.facility_posts a:hover,
.facility_posts a:active{
	background-color:#f9f9f9;
}
.facility_posts .fp_name{
	width:20%;
	font-weight:normal;
	font-size:1rem;
	margin:0;
}
.facility_posts .fp_type{width:20%;}
.facility_posts .fp_affiliation,
.facility_posts .fp_disease{width:40%;}
.facility_posts .fp_area{width:20%;}
.facility_posts .fp_disease ul li{display:inline-block;margin:0.5rem;}

.staff_wrap{
	display:flex;
	flex-wrap:wrap;
}

article.post.staff_posts{
	width:calc(25% - 2rem);
	margin:1rem;
	padding:0;
	display: flex;
}
.staff_posts .sp_img{margin-bottom:0.5rem;}
.staff_posts .sp_img img{width:100%;height:auto;}
.staff_posts .sp_name{
	font-weight:normal;
	font-size:1rem;
	margin:0;
}
.staff_posts .sp_type{}
.staff_posts .sp_affiliation{}
.staff_posts .sp_area{}

.default article.post {
	border: 2px solid #ddd;
	padding: 0 0 1em 0;
	border-radius: 1rem;
}
.default article.post .posth3 {
	background-color: #f6f6f6;
	padding: 1em;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

/*	single
-------------------------------------------------*/

.post #postname{margin:0 0 2rem;}
.post .entry{padding:0 1rem;}

.wp-block-group{margin-bottom:2rem;}
.wp-block-group__inner-container{margin-bottom:1rem;}

/*	links
-------------------------------------------------*/

.links_Area_Wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 2em;
	position: relative;
}
img.liks_Bg {
	width: 100%;
	height: auto;
}
.allergy-portal-description-wrap{
	position: absolute;
	top: 0;
	width: calc(100% - 4em);
}
.link-title-layout-top{
	flex: 0 0 59% !important;
	padding:0 1rem;
	background-color:rgba(255,255,255,0.7);
}
h4.allergy-portal-title{
	display: flex;
	align-items: center;
}
h4.allergy-portal-title img{
	max-height:3em;
	width: auto;
}
article.linkspage .entry .wp-block-image figcaption.wp-element-caption{
	font-size:1rem;
}

/*about
-------------------------------------------------*/
.underLine{
	background:linear-gradient(transparent 60%, #E0E07E 0%);
}

/*	FOOTER
-------------------------------------------------
*/
footer{border-top:1px solid #ccc;}

.footer_content{
	max-width:980px;
	margin:0 auto;
	padding:2rem 0;
	font-size: 1.2rem;
}
.fcontent_navi{margin:0 0 2rem;}
.fcontent_navi .fmenu{
	display: flex;
	flex-wrap:wrap;
	list-style: none;
	justify-content: center;
	padding:0;
}

.fcontent_navi .fmenu a:link,
.fcontent_navi .fmenu a:visited{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 0.5rem 1rem;
}
.fcontent_navi .fmenu a:hover,
.fcontent_navi .fmenu a:active{opacity:0.8;}

.fcontent_info{text-align:center;}
.fcontent_info h1{}
.fcontent_info h1 a{
	color:#333;
	font-size:2.5rem;
	text-decoration:none;
	font-family: serif;
	display:flex;
	align-items:baseline;
	width: fit-content;
	margin: 0 auto;

}
.consultation{
	font-weight: bold;
	font-size: 1.4rem;
}
/*.fcontent_info h1 img{height:4.3rem;width:auto;margin-right:0.5rem;}*/
.fcontent_info div span{display:inline-block;margin:0 1rem;}

#copyright{
	color:#fff;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
	padding:0.5rem;
	background-color:#00bfff;
	background-color:rgba(0,67,124,1);
}


/*	新着情報
-------------------------------------------------*/


/*	お問合せフォーム	mw_wp_form
-------------------------------------------------
*/
.mw_wp_form{}

.mw_wp_form table{
	min-width:80%;
	margin:0 auto 2rem;
}

.mw_wp_form table th{width:40%;background-color:#efefef;}
.mw_wp_form table td{width:60%;}

.mw_wp_form table th,
.mw_wp_form table td{
	border:1px solid #ccc;
	padding:0.8em;
	vertical-align: middle;
	box-sizing:border-box;
}
.mw_wp_form table th{
	position: relative;
	text-align: start;
}
.mw_wp_form table th span.hissu{
	display:inline-block;
	font-size:0.8rem;
	color:#fff;
	background-color:#ff2626;
	padding:0px 10px;
	margin:0 0 0 1rem;
	border-radius:4px;
	font-weight:normal;
	position: absolute;
	right: 0.8em;
}
.mw_wp_form table td input[type="text"],
.mw_wp_form table td input[type="email"],
.mw_wp_form table td textarea{width:100%;}

.mw_wp_form table td .mwform-zip-field input[type="text"],
.mw_wp_form table td .mwform-tel-field input[type="text"]{width:auto;}

/*	bxslider
-------------------------------------------------
*/

.bx-wrapper {
	position:absolute;


	margin: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	font-size:0;
}





/*	MISC
-------------------------------------------------
*/



/*	Mobile
-------------------------------------------------
*/
/*PC*/
@media (max-width: 1087px) {
	.slider-nav{
		bottom:32%;
	}
	.sliderContents h2{
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
	.sliderContents_txt{
		font-size: 1.2rem;
	}

}
@media (max-width: 890px) {
	.slider-nav{
		bottom:30%;
	}
	.sliderContents h2{
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.sliderContents_txt{
		font-size: 1rem;
	}
}
@media (min-width: 769px) {
	.pc_none{display:none!important;}


}

/*SP*/
@media (max-width: 768px) {
	.sp_none{display:none!important;}
	.slider-nav{
		bottom:25%;
	}
	.btn_wrap{flex-wrap:wrap;}
	.hcontainer{
		display:flex;
		justify-content:space-between;
		align-items:center;
		/*flex-wrap:wrap;*/
	}
	.hitems{
		/*width: calc(100% - 2rem);*/
	}
	.hi_left h1 a{
		font-size:2rem;
		display: block;
		display: inline-block;
	}
	.hi_left h1 img{
		/*width: 80%;*/
		width:auto;
		height:2rem;
		height:36px;
		margin-right: 0;
		display: flex;
		object-fit: contain;
		margin-left: 0;
		align-items: center;
	}
	#head_navsp{position:relative;width:100%;}
	#head_navsp nav{
		display:none;
		position:absolute;
		top:0.5rem;
		left:-1rem;
		width:100vw;
		padding:0.5rem;
		background-color:#fff;
	}
	.spnav_btn{
		display: flex;
		justify-content: flex-end;
	}
	#categoryname h2, #archivename h2, #pagename h2{
		width: auto;
	}
	.hsubmenu,
	.hmainmenu{flex-wrap:wrap;padding:0;}

	.hsubmenu li,
	.hmainmenu li{
		border-bottom:1px solid #ccc;
		width:100%;
	}
	.hmainmenu a:link,
	.hmainmenu a:visited{width:100%;padding:0.5rem;}
	
	/*front-page.php
	--------------------------------------------*/
	.top_contents h2{
		margin-bottom:0;
	}
	.sp_h2{
		font-size: 1rem;
	}
	.sp_h3{
		font-size: 0.9rem;
	}
	.underLine{
		display: inline;
	}
	.top_contents{
		padding:0.5rem;
	}
	.fcontent_info img{
		width:100%;
		padding:10px;
	}
	.tc_disease .disease_wrap li.disease_posts a::before{
		font-size:11vw;
	}
	.slider-nav{
		position:relative;
		width: 100%;
		margin: 0 auto;
		bottom: initial;
		left: 0;
		right: 0;
		pointer-events: none;
	}
	.slider-nav-inner{
		max-width: 100%;
		width: 100%;
		background: #020202;
		pointer-events: auto;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.sliderContents a{
		padding:20p 8% 0;
	}
	.slide-arrow{
		display: none !important;
	}
	.prev-arrow{
		display: none;
	}
	.next-arrow{
		display: none;
	}
	.MV_area{
		height: auto;
		padding:0;
		width: auto;
	}
	.MV_area h1{
		font-size:1.5rem;
		width: auto;
		text-align: center;
		padding-top:1rem;
	}
	.MV_area .mv_text_l{
		text-align: center;
		padding:1rem 0;
		float: none;
	}
	.tc_slider{
		height: auto;
	}
	.acssesImg{
		width: 100%;
		height: auto;
	}
	.fbunner ul{
		display: block;
		width: 100%;
		padding: 1rem;
	}
	.fbunner li img{
		width: 100%;
		margin-bottom: 5%;
	}

	/*category.php
	--------------------------------------------*/
	.infomation{
		padding:10px;
	}
	.infomation .column2area{
		display: block;
	}
	.infomation .column2borer{
		display: block;
		margin-bottom: 20px;
	}
	.infomation .column2area article{
		width: auto;
	}
	.summary{
		width: auto;
	}
	#event{
		width: auto;
		padding: 20px 10px;
	}
	#event .column2area{
		display: block;
		position: static;
		width: auto;
	}
	#event .column2area article{
		width: auto;
	}
	#event .column2area .eventh3{
		position: static;
	}
	#event .column2borer{
		margin-left: 0;
		border-radius: 0 10px 10px 10px ;
		display: block;
		width: auto;
		margin-bottom: 20px;
	}
	#event .summary{
		width: auto;
	}

	/*archive.php
	--------------------------------------------*/
	.staffInfomatinoArea{
		width: auto;
		padding: 20px 10px;
	}
	.staffInfomation{
		display: block;
	}
	.discriptionArea{
		margin-left: 0;
	}
	.staffInfomation dd{
		margin-bottom: 20px;
	}
	.in_preparation{
		width: auto;
	}
	article.post.sp_in_preparation{
		max-width: 391px;
		display: block;
	}
	article.post{
		display: block;
	}
	.qa_posts .qa_posts_q{
		margin-left:0rem;
	}
	.qa_posts .qa_posts_a{
		margin-left:1rem;
	}
	.sp_btn img{
		width:2rem;
		height:2rem;
		float: right;
	}
	.tc_disease .disease_wrap .disease_posts{width: calc(50% - 2rem);}
	.news_posts a:link,
	.news_posts a:visited{flex-wrap:wrap;}
	.news_icon0, .news_icon1, .news_icon2{margin-left:0;margin-bottom:0.5rem;}
	.news_posts date{margin-bottom:0.5rem;}
	.news_posts h3{width:100%;}
	.tc_news .btn_wrap a:link,
	.tc_news .btn_wrap a:visited{margin:0.5rem;width:100%;}

	.footer_content{display:block;flex-wrap:wrap;}
	.fcontent_info{}
	.fcontent_navi{}
	.fcontent_navi nav{padding:0 1rem;}
	.fcontent_navi .fmenu li{width:100%;border-bottom:1px solid #ccc;}
	.fcontent_navi .fmenu a:link,
	.fcontent_navi .fmenu a:visited{padding:0.5rem;}

	#categoryname,
	#archivename,
	#pagename{
		padding:2rem 1rem;
		background-size: cover;
	}

	#categoryname h2,
	#archivename h2,
	#pagename h2{font-size:1.5rem;}

	.serch_wrap{padding:0;}
	.serch_items ul li{width: calc(50% - 1rem);}

	/*links.php
	--------------------------------------------*/
	.links_Area_Wrap{
		width: 100%;
		height: auto;
		margin: 0 auto 1rem;
		padding: 0 1rem;
	}
	.liks_Bg{
		margin-top: 1rem;
		width: 100%;
		height: auto;
		z-index: -99999;
	}
	.liks_Bg img{
		width: 100%;
		height: auto;
	}
	.allergy-portal-description-wrap {
		position: static;
		top: 0;
		width: 100%;
	}
}


/*	HACK
-------------------------------------------------
*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

