/*
Theme Name: サイバーメディスン研究センター Child テーマ
Theme URI: 
Template: lightning
Description: 
Author: Mcc
Tags: 
Version: 1.0
*/



.site-header-logo{
	padding:0 !important;
	margin:0 !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

#block-7{
	padding:0 !important;
	margin:0 !important;
}

#block-7 .vk_button_link{
	margin-top:-4px !important;
}

/*グローバルメニュー*/

.global-nav li {
	color:#fff;
	margin:0 auto;
	font-weight:100 !important;
	border-left:none;
	border-right:none;
	font-size:7px !important;
}

.global-nav .nav li a {
	color:#fff;
	}
	
.global-nav .nav li a:hover {
	color:#023379 !important;;
	background:#E6F1FF !important;
	}

.global-nav-list > li::before {
	border-bottom: none;
	}

/*サブメニューの背景色 */
.global-nav-list li ul li{
	height:auto !important;
	font-size:14px !important;
	background-color:#023379 !important;
	line-height:1.2em !important;
	border-radius:0px !important;

}

/*サブメニューの背景色 */
.global-nav-list>li>ul.sub-menu {
  background-color: #023379;
	border-radius:0px !important;
	height:auto !important;
		margin-top:0 !important;
}
	
	/*サブメニューの背景色 */
.global-nav-list>li>ul.sub-menu>li>ul.sub-menu {
  background-color: #FFF;
	border-radius:0px !important;
}
	
	/*サブメニューの背景色 */
.global-nav-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  background-color: #FFF;
	border-radius:0px !important;
}
	
		/*サブメニューの背景色 */
.global-nav-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  background-color: #FFF;
	border-radius:0px !important;
}


/*突起部分の色 */
.global-nav-list>li.menu-item-has-children::after {
  border-bottom-color: #FFFFFF;
	display:none !important;
}

/* マウスホバー時の背景色 */
.global-nav-list .sub-menu li a:hover {
background-color: #E6F1FF !important;
	height:auto !important;
}

/*フッター線非表示*/
.site-footer{
	border:none !important;
	width:100%;
}


/*上に戻るボタンカスタマイズ*/
.page_top_btn {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #023379;
    box-shadow: none;
/*background-image: url("変更したいアイコンのURL");*/
}

/*英語用ヘッダーメニュー文字サイズ変更*/
:lang(en-US) .global-nav li {
    font-size:12px;
}
:lang(ja) .global-nav li {
    font-size:20px;
}


/*ヘッダ上部カスタマイズ*/
.site-header-sub{
	height:40px !important;
}
.hd_titless{
	height:40px !important;
}


/*次の記事*/
.next-prev-prev.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-start;
}

.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}

.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
}

.next-prev-next.card-horizontal .card-body {
display: flex;
padding: 0;
align-items: center;
justify-content: flex-end;
}

.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: bold;
position: absolute;
font-size: 3rem;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}

.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}

/* フッター メニュー横並び4列に変更 */
.widget.widget_nav_menu .menu-footernavi-container > ul#menu-footernavi.menu{
    column-count: 4;
}

/* PC */
@media (min-width: 992px){
    /* フッターの会社情報カラムとメニューカラムの幅調整 */
    footer.site-footer div.container.site-footer-content div.row div.col-lg-6.col-md-6:first-child{
        flex: 0 0 30%;
        max-width: 30%;
    }
    footer.site-footer div.container.site-footer-content div.row div.col-lg-6.col-md-6:last-child{
        flex: 0 0 70%;
        max-width: 70%;
    }
}

/* フッター メニュー下線を削除 */
.widget.widget_nav_menu .menu-footernavi-container > ul#menu-footernavi.menu li a{
    border-bottom: none;
    padding-bottom: 0.3em;
}
/* フッター メニュー フォントサイズ */
.widget.widget_nav_menu .menu-footernavi-container > ul#menu-footernavi.menu li{
    font-size: 14px;
}

ul#menu-footernavi.menu li{
	border-left:solid 1px #FFF;
}

ul#menu-footernavi.menu li a{
	background:none !important;
}

ul#menu-footernavi.menu li a:hover{
	background:none !important;
	border-bottom:solid 1px #FFF !important;
}

@media (max-width: 991.98px){
    /* モバイル時 フッター メニュー横並び2列に変更 */
    .widget.widget_nav_menu .menu-footernavi-container > ul#menu-footernavi.menu{
        column-count: 2;
    }
    /* モバイル時 フッターメニュー余白調整 */
    .widget.widget_nav_menu .menu-footernavi-container > ul#menu-footernavi.menu li a{
        padding-left: 0px;
    }
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/

/*フォーム*/
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 30%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px 10px 10px;
	font-weight: bolder;
	background:#d4edff;
	text-align:center;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
  border: none;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#64bbfa;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #EF5B9C;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
	width:90px;
display:block;
font-size:0.7em;
padding: 6px;
border-radius: 5px;
	margin:10px auto;
background: #64bbfa;
color: #ffffff;
}

.check-box{
	width:100%;
	text-align:center;
	padding:20px;
}

.mw_wp_form_complete{
	width:100%;
	background:#adf5ff;
	padding:20px;
}

.cps{
	width:100%;
	margin:0 auto 20px;
	padding:20px;
}
button,
input,
optgroup,
select
{
  -webkit-appearance: block !important; /* 1 */
  appearance: block !important;
}

.fs_text{
	display:block;
	font-size:80%;
}

/*多言語ボタン*/
ul.bogo-language-switcher{
	margin-top:-37px !important;
}


.widget>ul.bogo-language-switcher{
		border: none;
		text-align: center;
}
ul.bogo-language-switcher li{
		display: inline-block;
		width: 120px;
		height: 44px;
		font-size: 16px;
		background: #FFF;
		overflow: visible;
		cursor: pointer;
	border:#0080ff solid 1px;
	border-radius:20px;
	color:#000;
	box-shadow: 0 0 8px gray;
}
ul.bogo-language-switcher  li.current{
		background: #2d2d2d;
}
ul.bogo-language-switcher li span{
		display: block;
		text-align: center;
		line-height: 44px;
		color: #000;
		position: relative;
	bottom:1px;
	}
ul.bogo-language-switcher li a{
display:block;
text-decoration: none !important;
}

ul.bogo-language-switcher li a:hover{
	background-color:#0080ff;
	border-radius:20px;
	color:#FFF;
	
}

.bogo-language-switcher .current {
    display: none;
}

/*英語用ウィジェットメニュー非表示*/
.wi-chan_en {
    display:block;
}
:lang(en-US) .wi-chan_en {
    display:block;
}
:lang(ja) .wi-chan_en {
    display:none;
}

/*英語用ウィジェットメニュー非表示*/
.wi-chan_jp {
    display:block;
}
:lang(en-US) .wi-chan_jp {
    display:none;
}
:lang(ja) .wi-chan_jp {
    display:block;
}

/*英語用ヘッダータイトル非表示*/
.ltg-slide-text-set{
	display:block;
}
:lang(en-US) .ltg-slide-text-set {
    display:none;
}