@charset "UTF-8";
/*
=======================================================
header
=======================================================
*/
.inner {
    margin: 0 auto;
    padding: 0 30px 0 10px;
    min-width: 1100px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head{
    top: -100px;
    position: absolute;
    width: 100%;
    min-width: 1200px;
    margin: 100px auto 0;
    padding: 3px 0 8px;
    line-height: 1;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #fff;
}
#top-head2 {
    top: -100px;
    position: absolute;
    width: 100%;
    max-width: 798px;
    margin: 100px auto 0;
    padding: 3px 0 8px;
    line-height: 1;
    z-index: 999;
}
#top-head a img,
#top-head2 a img{
	max-height: 50px;
}

#top-head a,
#top-head,
#top-head2 a,
#top-head2 {
    text-decoration: none;
}
#top-head a:HOVER,
#top-head {
    color: #008ed1;
    text-decoration: none;
}
#top-head2 a:HOVER,  /*lutinus*/
#top-head2{
    color: #c44487;
    text-decoration: none;

}
#top-head .inner,
#top-head2 .inner {
    position: relative;
}
#top-head .logo,
#top-head2 .logo {
    float: left;
}
nav#global-navUp {
    margin-top: 4px;
}
#global-navUp ul {
    list-style: none;
    position: absolute;
    right: 70px;
    top: 5px;
}
#global-navUp ul li {
    float: left;
}
#global-navUp ul li {
   margin: 2px 39px 0 0px;
	position: relative;
	letter-spacing: 0.046em;
}
#global-navUp ul li:last-child {
   margin:0px;
}

#global-nav ul li a:last-child {
    padding: 0px;
}


#global-nav ul li .tex14 {
    line-height: 4;
}
img.fontsizeIcon {
    margin: 0px 15px 0px 0px;
}
/* #global-navUp ul li:BEFORE{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #008ed1;
    left: -12px;
    top: 1px;
} */
/* Fixed */
#top-head,
#top-head2.fixed {
    margin-top: 0;
    min-width: 1200px;
    margin: 0px auto 0;
    top: 0;
    position: fixed;
    padding: 3px 0 8px;
    line-height: 1;
    height: 65px;
    background-color: rgba(255,255,255,0.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    border-bottom: 1px solid #fff;
}
#top-head.fixed .logo,
#top-head2.fixed .logo {
    font-size: 24px;
    color: #333;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
/* Toggle2 Button */
#nav-toggle2 {
    display: none;
    position: fixed;
    right: 3%;
    top: 1%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
    border-radius: 5px;
}

.open #nav-toggle2 {
    display: block;
	position: fixed;
    right: 3%;
    top: 1%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
}
#nav-toggle2 div {
    position: relative;
    left: -4px;
    top: 2px;
}
#nav-toggle2 span:nth-child(1) {
    top: 5px;
}
#nav-toggle2 span:nth-child(2) {
    top: 12px;
}
#nav-toggle2 span:nth-child(3) {
    top: 20px;
}
/* dropdwn */
#global-nav{
	position: absolute;
	top:25px;
	right: 0;
}
#global-nav ul {
	list-style-type: none;
	margin: -3px 0 3px;
	padding: 3px 0 0;
	color: #fff;
}
#global-nav ul.dropmenu li {
	float: left;
	position: relative;
	margin: 0 45px 0 1px;
	display: block;
	height:40px;
}
#global-nav ul.dropmenu li:nth-last-child(2){
	margin: 0 0 0 1px;
}
#global-nav ul.dropmenu > li:last-child{
	margin: 3px 0px 0px 10px;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    height:16px;
}
#global-nav ul.child {
	display: none;
	position: absolute;
	margin-left: -16px;
	padding: 0;
}
#global-nav ul.child li a {
    padding: 10px 18px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
    margin: 19px -5px -19px -15px;
    font-size: 18px;
    background-color: rgba(34,36,38,0.3);
}
#global-nav ul.child li a:hover {
	color: #008ed1;
	text-decoration:none;
}

#global-nav ul.child li.cBtn {
    width:50px;
    padding:0 10px;
    margin: 19px 5px -19px 0;
    background-color: rgba(255,255,255,0.5);
}
#global-nav ul.child li.cBtn:hover {
	color: #008ed1;
	text-decoration:none;
	background-color: rgba(255,255,255,1.0);
}

/* dropdwn2 */
#global-nav2{
	position: absolute;
	top:25px;
	right: 0;
}
#global-nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
#global-nav2 ul.dropmenu li {
	float: left;
	position: relative;
	margin: 0 45px 0 1px;
	display: block;
}
#global-nav2 ul.dropmenu > li:last-child{
	margin: 3px 0px 0px 10px;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    padding-top: 2px;
}
#global-nav2 ul.child {
	display: none;
	position: absolute;
	margin-left: -6px;
	padding: 0;
}
#global-nav2 ul.child li a {
    padding: 10px 18px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
    margin: 19px -5px -19px -15px;
    font-size: 18px;
    background-color: rgba(34,36,38,0.3);
}
#global-nav2 ul.child li a:hover {
	color: #008ed1;
	text-decoration:none;
}
h1.logo.hidden-xs{
	width: 9%;
	top: 6px;
    position: relative;
}
@media screen and (max-width: 767px) {
	#top-head.fixed,
	#top-head2.fixed {
		border-bottom: none;
	}
	#global-nav,
	#global-nav2 {
		top:0;
	}
    #top-head,
    .inner,
    #top-head2 {
        width: 100%;
        min-width: inherit;
        padding: 0;
    }
    #top-head.fixed, #top-head2.fixed{
    	min-width: inherit;
    }
    #top-head,
    #top-head2 {
        top: 0;f;
        margin-top: 0;
		z-index: 888;
    }
    /* Fixed reset */
    #top-head.fixed,
    #top-head2.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,0.9);
        width: 100%;
        height: 60px;

    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: fixed;
    	left: 6px;
    	top:11px;
    	width: calc(42% - 5px);
    	text-align: left;
    }
    h1.logo img{
    	height: 100%;
    	max-height: 50px;
		margin-top: 1.5%;
		margin: 1.5% auto 0 0;

	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1800px;
        background: rgba(0,142,209,0.9);
   		width: calc(100% - 5px);
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
   #global-nav2 {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1800px;
        background: #ecf5f6;
   		width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        margin: 0 auto;
    }
    #global-nav2 ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav2 ul li {
        float: none;
        position: static;
    }
    #global-navUp {
		position: absolute;
		top: -1800px;
		background: rgba(0,142,209,0.8);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: calc(100% - 5px);
        display: block;
        color: #ffffff;
       	padding: 5px 0px 0 5px;
    }

    #top-head #global-nav ul.headerSPherf li a{
        width: 100%;
        display: block;
        color: #ffffff;
        padding: 10px 0;
    }
   #top-head #global-nav ul.headerSPherf li:nth-child(even) a{
        margin-left: 10px;
    }
 	#top-head2 #global-nav2 ul li a,
 	#top-head2.fixed #global-nav2 ul li a {
	    width: 100%;
	    display: block;
	    color: #ffffff;
	    padding: 10px 0;
	}
   	#nav-toggle {
        display: block;
    }
    #nav-toggle2 {
        display: block;
    }
	#nav-toggle .span1 span {
		display: block;
		position: absolute;
		height: 8px;
		width: 8px;
		background: #008ed1;
		right: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle2 .span1 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 20px;
		background: #fff;
		right: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle .span2 span {
		display: block;
		position: absolute;
		height: 8px;
		width: 8px;
		background: #008ed1;
		right: 13px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle .span3 span {
		display: block;
		position: absolute;
		height: 8px;
		width: 8px;
		background: #008ed1;
		right: 26px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle2.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	#nav-toggle2.active span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-toggle.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	#nav-toggle2 p {
		font-size: 14px;
		color: #fff;
		padding: 40px 0px 0px;
		letter-spacing: 0.1em;
		line-height: 0.5;
	    display: none;
	}
	#nav-toggle2.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	#nav-toggle2.active span:nth-of-type(2) {
		opacity: 0;
	}
	#nav-toggle2.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	#nav-toggle p {
		font-size: 14px;
		color: #fff;
		padding: 39px 0px 0px 3px;
		letter-spacing: 0.1em;
		line-height: 0.5;
	    display: none;
	}
	#nav-toggle2 p {
		font-size: 14px;
		color: #fff;
		padding: 39px 0px 0px 3px;
		letter-spacing: 0.1em;
		line-height: 0.5;
	    display: none;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span {
		position: absolute;
		right: -5px;
		width: 100%;
		height: 1px;
		border-radius: 1px;
	    background-color: #ffffff;
	}
	.open #nav-toggle span:nth-of-type(1) {
		-webkit-transform: translateY(2px) rotate(-45deg);
		transform: translateY(2px) rotate(-45deg);
	}
	.open #nav-toggle span:nth-of-type(2) {
		opacity: 0;
	}
	.open #nav-toggle span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.open #nav-toggle span:nth-child(1) {
		top: 10px;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 32px;
	}

	.open #nav-toggle p{
		display: block;
	}
	/* #nav-toggle2 切り替えアニメーション */
	.open #nav-toggle2 span {
		position: absolute;
		right: -8px;
		width: 100%;
		height: 1px;
		border-radius: 1px;
	    background-color: #c44487;
	}
	.open #nav-toggle2 span:nth-of-type(1) {
		-webkit-transform: translateY(2px) rotate(-45deg);
		transform: translateY(2px) rotate(-45deg);
	}
	.open #nav-toggle2 span:nth-of-type(2) {
		opacity: 0;
	}
	.open #nav-toggle2 span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.open #nav-toggle2 span:nth-child(1) {
		top: 12px;
	}
	.open #nav-toggle2 span:nth-child(3) {
		top: 34px;
	}
	.open #nav-toggle2 p{
		display: block;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
	    width: calc(100% - 10px);
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1800px);
        -webkit-transform: translateY(1800px);
        transform: translateY(1800px);
        text-align: left;
        padding: 10px 5px 5px 5px;
        overflow: auto;
        height: 98vh;
    }
 	.open #global-nav2 {
         -moz-transform: translateY(1800px);
        -webkit-transform: translateY(1800px);
        transform: translateY(1800px);
        text-align: left;
        padding: 0 0 10px;
		overflow: auto;
    	height: 98vh;
    }
    .spmenuTitle{
     	font-size: 30px;
     	color: #fff;
     	line-height: 1.3;
     	margin-bottom: 10px;
     }
     .spMenu .text14{
     	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
		line-height: 1;
     }
     .menuBd{
     	border-bottom: 1px solid #fff;
     }
	     /* アコーディオン */
	.ac-container{
		width: calc(100% - 30px);
	}
	.ac-1st{
		clear: both;
		width: 100%;
	    color: #fff;
	    padding: 15px 0;
	}
	.ac-container label{
	    position: relative;
	    display: block;
	    height: 10px;
	    cursor: pointer;
	    padding: 10px 0px 35px 5px;
	}

	.listQ{
		display: inline-block;
		float: left;
		margin-right: 25px;
		width: 70px;
		line-height: 70px;
		background-color: #000;
		color: #fff;
		font-size: 28px;
		font-weight:bold;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.listA{
		display: inline-block;
		float: left;
		margin-right: 25px;
		width: 70px;
		line-height: 70px;
		background-color: #fff;
		color: #000;
		font-size: 28px;
		font-weight:bold;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
	}

	label span {
	    display: block;
	    color: #ffffff;
	    line-height: 24px;
	    font-size: 16px;
	}
	.ac-container label:after,
	.ac-container input:checked + label:after{
		content: '';
		position: absolute;
		width: 26px;
		height: 24px;
		right: -9px;
		top: 20px;
		background: transparent url(../../img/arrow_down.png) no-repeat center center;
	}
	#global-nav2 .ac-container label:after,
	#global-nav2 .ac-container input:checked + label:after{
		content: '';
		position: absolute;
		width: 24px;
		height: 24px;
		right: 0px;
		top: 20px;
		background: transparent url(../../img/arrow_down02.png) no-repeat center center;
	}
	.ac-container input:checked + label:after{
		background-image: url(../../img/arrow_right.png);
	}
	#global-nav2 .ac-container input:checked + label:after{
		background-image: url(../../img/arrow_right02.png);
	}

	.ac-container input{
		display: none;
	}
	.ac-container article{
		clear: both;
		overflow: hidden;
		max-height: 0px;
		position: relative;
		transition:	0.3s ease-in-out;
		border-top: none;
		border-bottom: none

	}
	.ac-container input:checked ~ article{
		transition:
			0.5s ease-in-out;
	}
	.ac-container article p{
		line-height: 24px;
		min-height: 20px;
		height: auto;
	    width: 100%;
	    display: block;
	    color: #ffffff;
	    padding: 10px 0 0 10px;
	    font-size: 14px;
	 }
	#global-nav2 .ac-container article p{
		line-height: 24px;
		min-height: 31px;
		height: auto;
	    width: 100%;
	    display: block;
	    color: #d4d4d4;
	    padding: 10px 0 0 10px;
	    font-size: 4vw;
	 }
	.bor_none{
		border: none;
	}
	.ac-container input:checked ~ article.ac-medium{
	    height: auto;
	    max-height: 25em;
	}
	.spMenu .text18 {
	    font-size: 20px;
	    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	    line-height: 2;
	}
	#global-nav ul.headerSPherf li{
	    width: 49%;
	    float: left;
	    border-bottom: 1px solid #fff;
	}
	#global-nav ul.headerSPherf li:nth-child(odd){
		border-right: 1px solid #fff;
		padding-left: 5px;
	}
	#global-nav li.arrowright{
		background-image: url(../../img/arrow_right.png);
		background-repeat: no-repeat;
		background-position: right 19px bottom 10px;
	}
	#global-nav .arrowrightmin{
		background-image: url(../../img/arrow_rightmin.png);
		background-repeat: no-repeat;
		background-position: right 50px bottom 5px;
	}
	#global-nav .arrowrightmin2{
		background-image: url(../../img/arrow_rightmin.png);
		background-repeat: no-repeat;
		background-position: right 10px bottom 13px;
	}
	#global-nav .headerSPherf .arrowrightmin2{
		background-image: url(../../img/arrow_rightmin.png);
		background-repeat: no-repeat;
		background-position: right 10px bottom 7px;
	}
	#global-nav2 ul.headerSPherf li{
	    width: 49%;
	    float: left;
	    border-bottom: 1px solid #fff;
	}

	#global-nav ul.headerSPherf{
		padding-top:0;
	}
	#global-nav2 ul.headerSPherf li:nth-child(even){
		border-left: 1px solid #fff;
		padding-left: 5px;
	}
	#global-nav2 li.arrowright{
		background-image: url(../../img/arrow_right02.png);
		background-repeat: no-repeat;
		background-position: right 30px bottom 20px;
	    padding: 15px 0px 15px 10px;
	}
	#global-nav2 .arrowrightmin{
		background-image: url(../../img/arrow_rightmin02.png);
		background-repeat: no-repeat;
		background-position: right 30px bottom 20px;
		border-bottom: 1px solid #d1d1d1;
    	width: 95%;
    }
	#global-nav2 .arrowrightmin:last-child{
		border-bottom: 0;
     }
    #global-nav2 .arrowrightmin2{
		background-image: url(../../img/arrow_rightmin02.png);
		background-repeat: no-repeat;
		background-position: right 10px bottom 13px;
	}
	#global-nav2 li.arrowright2{
		background-image: url(../../img/arrow_right02.png);
		background-repeat: no-repeat;
		background-position: right 30px top 25px;
	    padding: 15px 0px 15px 10px;
	}
	#global-nav2 .arrowrightmin2{
		background-image: url(../../img/arrow_rightmin02.png);
		background-repeat: no-repeat;
		background-position: right 50px bottom 12px;
	}
	#global-nav2 .arrowrightmin2{
		background-image: url(../../img/arrow_rightmin02.png);
		background-repeat: no-repeat;
		background-position: right 10px bottom 13px;
	}
	#top-head2 .spmenuTitle{
		background: #c44487;
		padding: 3%;
		font-family: "メイリオ", sans-serif;
		min-height: 45px;
	}
	#top-head2 .spmenuTitle {
	    font-size: 30px;
	    color: #fff;
	    line-height: 1.3;
	    margin-bottom: 0;
	}
	#global-nav2 span.medSpMenu01{
		font-weight: bold;
		font-family: "メイリオ", sans-serif;
		font-size: 16px;
		color: #c44487;
		line-height: 2;
	}
	#global-nav2 .menuBd{
		border-bottom: 1px solid #da5a9d;
	}
	#global-nav2 #medicine_logo {
		position: inherit;
		top: 20px;
		left: 0;
		width: 60%;
		padding: 10px 20% 10px 0;
	}
	#global-nav2 .spMenuIn{
	    background: #fff;
	    width: calc(100% - 1%);
	    margin: 1% 0 0 0;
	    padding: 1% 0 0 1%;
    }
	#global-nav2 li.menuBd2{
		padding: 10px 5px;
	}
	#global-nav2 li.menuBd2 span{
		font-family: "メイリオ", sans-serif;
		font-size: 16px;
		color: #4d4d4d;
	}
	.lutinus #medicine_logo,
	.minirinmelt #medicine_logo,
	.hmg #medicine_logo{
		position: inherit;
		top: 20px;
		left: 0;
		width: 98%;
		background: none;
		padding: 10px 0 5px 2%;
		height: auto;
    	min-height: 50px;
    }

	#medicine_logo a{
		width: 60%;
		margin-right: 10px;
	}
	.spMenu.visible-xs{
	    height: 100%;
	}

}



/*
=======================================================
DropDown
=======================================================
*/
.mMenu {
    position: relative;
    width: 100%;
    margin: 10px auto 0;
}

.mMenu > li {

}

.mMenu > li a {
}

.mMenu > li a:hover {

}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.mMenu > li:hover {

}

.menu__second-level li {

}

.menu__third-level li {

}

.menu__second-level li a:hover {

}

.menu__third-level li a:hover {

}

.menu__fourth-level li a:hover {

}

/* 下矢印 */
.init-bottom:after {
/*     content: ''; */
/*     display: inline-block; */
/*     width: 6px; */
/*     height: 6px; */
/*     margin: 0 0 0 15px; */
/*     border-right: 1px solid #fff; */
/*     border-bottom: 1px solid #fff; */
/*     -webkit-transform: rotate(45deg); */
/*     -ms-transform: rotate(45deg); */
/*     transform: rotate(45deg); */
}

/* floatクリア */
.mMenu:before,
.mMenu:after {
    content: " ";
    display: table;
}

.mMenu:after {
    clear: both;
}


.mMenu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: fixed;
    top: 75px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 85px;
    visibility: visible;
    opacity: 1;
    position: fixed;
    box-shadow: 0px 13px 5px -6px #999;
	-webkit-box-shadow: 0px 13px 5px -6px #999;
	-moz-box-shadow: 0px 13px 5px -6px #999;

}

li.menu__mega ul.menu__second-level > li.mMenuw {
   float: none !important;
    width: 1024px;
    border: none;
    margin:auto !important;
}
.mMenuIn{
	width:984px;
	float:left;
	margin:0 20px;
	height:410px;
}
.mMenuBox1{
	width:328px;
	float:left;
	border-right:1px solid #dedede;
	padding-top:40px;
	padding-right:10px;
	box-sizing:border-box;
	height:370px;
}
.mMenuTit1{
	font-size:28px;
	color:#008ed1;
	letter-spacing:0.05em;
	margin-bottom:18px;
}
.mMenuTit2{
	font-size:16px;
	color:#008ed1;
	letter-spacing:0.2em;
}
.mMenuTxt1{
	font-size:12px;
	color:#262626;
	letter-spacing:0.1em;
	line-height:24px;
	margin-top:20px;
}
.mMenuBtn1{
	font-size:16px;
	color:#008ed1;
	letter-spacing:0.2em;
	border:1px solid #0087ce;
	line-height:48px;
	width:165px;
	text-align:center;
	margin-top:25px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.mMenuBtn1:hover{
	color:#fff;
	background:#008ed1;
}
.mMenuBtn11{
	font-size:16px;
	color:#008ed1;
	letter-spacing:0.2em;
	border:1px solid #0087ce;
	line-height:48px;
	width:230px;
	text-align:center;
	margin-top:25px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.mMenuBtn11:hover{
	color:#fff;
	background:#008ed1;
}
.mMenuBox2{
	width:218px;
	padding:0 10px;
	box-sizing:border-box;
	border-right:1px solid #dedede;
	height:370px;
	float:left;
	padding-top:40px;
}
.mMenuBox22{
	width:327px;
	padding:0 10px;
	box-sizing:border-box;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	height:185px;
	float:left;
	padding-top:30px;
}
.mMenuBox2:last-child{
	border:none;
}

.mMenuLink{
	font-size:13px;
	color:#262626;
	letter-spacing:0em;
	line-height:15px;
	margin:10px 0 5px;
	float:left;
	width:100%;
}
.mMenuLink a{
	font-size:13px;
	color:#262626;
	letter-spacing:0em;
	line-height:15px;
	float:left;
	width: 88%;
    margin-left: 5%;
}

.mMenuLinkc{
	font-size:13px;
	color:#262626;
	letter-spacing:0em;
	line-height:15px;
	margin: 20px 0 0px 10px;
	/* float:left; */
	/* width:170px; */
}
a .mMenuLinkc{
	font-size:13px;
	color:#262626;
	letter-spacing:0em;
	/* line-height:15px; */
	/* float:left; */
}
a:hover .mMenuLinkc{
	color: #008ed1;
    text-decoration: none;
}

.mMenuImg1{
	width:198px;
	float:left;
}
.mMenuImg1 a img{
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width:100%;
    max-height:100%!important;
      -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
.mMenuImg1 a:hover img{
	opacity: 0.7;
}

.mMenuImg11{
	width:300px;
	/* float:left; */
	margin: 0 auto;
	height: 70px;
    vertical-align: middle;
    display: table-cell;
}
a .mMenuImg11 img{
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
    max-height:100%!important;
    margin: 0 auto;
}
/* a:hover .mMenuImg11 img{
	opacity: 0.7;
} */

.mMenuIcon{
	color:#008dd3;
	float:left;
	width:7%;
}




li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

.menu__mega{
	position: static !important;
}
.mMenuRight{
	float:left;
	width:654px;
}
.mMenupublicBox{
	width: 630px;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
    margin-left: 20px;
}
.mMenuIconPub{
	color:#008dd3;
	float:left;
	margin-right: 5px;
}
.mMenuLinkPub{
	margin-left:30px;
	margin-top:32px;
	float: left;
}
.mMenuLinkPub a {
    font-size: 13px;
    color: #262626;
    letter-spacing: 0em;
    line-height: 15px;
    float: left;
}
.mMenuPubImg{
	width:200px;
	float:left;
}
.mMenuBnr{
	float:left;
	margin-left: 30px;
    margin-top: 13px;
}




/*headerのお問い合わせボタン*/
.headerBtn{
 	border: 1px solid #15b4ff;
 	color: #15b4ff;
 	padding: 8px;
}
.headerBtn:HOVER{
     background: #15b4ff;
    border-color: #15b4ff;
    color: #fff;
    transition: all .5s;
}
#top-head .headerBtn a:HOVER{
	color: #fff;
}

/*header会社名*/
.headerComName{
	float: left;
    font-size: 16px;
    letter-spacing: 0em;
    position: relative;
    top: 38px;
    left: 5px;
}