@charset "utf-8";

.l-header {
    display: -ms-grid;
    z-index: 99999;
    /*background-color: #fff;*/
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    grid-template-areas: "headerLogo headerButton";
    -ms-grid-columns: 1fr 48px;
    grid-template-columns: 1fr 48px;
    position: fixed;
    top: 0;
    right: 0;
    height: 75px;
}
.l-header__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* min-height: 40px; */
    grid-area: headerLogo;
    float: left;
}
.l-header__logo>a {
    display: block;
    width: 200px;
    padding: 10px 0px 0;
}

@media screen and (max-width:350px) { 
.l-header__logo>a {
    width: 200px;
}
}

.l-header__logo>a>img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.l-header__menu {
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    border-top: 1px solid #dedede;
}
.l-header__menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.l-header__button {
    float: right;
    padding: 21px 10px 17px 10px;
	background: #364345;
	background: -moz-linear-gradient( #253a4b 50%, #364345 80%);
	background: -webkit-gradient(linear, left top, left bottom, from(#253a4b), to(#364345));
	background: -webkit-linear-gradient( #253a4b 0%, #364345 80%);
	background: -o-linear-gradient( #253a4b 0%, #364345 80%);
	background: linear-gradient( #253a4b 0%, #364345 80%);
}
.c-icon-plus {
    position: absolute;
    top: calc(45% - 11px / 2);
    width: 7px;
    height: 7px;
    background: #555;
    border: solid 3px #555;
}
.c-icon-plus:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 7px;
    position: absolute;
    top: 0;
    left: calc(50% - 1px/2);
    background-color: #FFF;
}
.c-icon-plus:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px/2);
    left: 0;
    background-color: #FFF;
}
ul.p-main-menu__list{
    padding: 20px 10px 150px 10px !important;
}
.p-item {
    border-bottom: 1px solid #e7e7e8;
    position: relative;
    display: block;
}
.p-item.active{
    border-bottom: 1px solid #FFF;
}
.p-item:last-child {
    padding-right: 0
}
.p-item:last-child:after {
    display: none
}
.p-item.midashi{
    padding: 10px;
    margin: 30px 0 0 0;
    font-size: .8rem;
    font-weight: bold;
	text-align: left;
	background: #2580b3;
	background: -moz-linear-gradient(left, #cbbacc 0%, #2580b3 100%);
	background: -webkit-gradient(linear, left center, right center, from(#cbbacc), to(#2580b3));
	background: -webkit-linear-gradient(left, #cbbacc 0%, #2580b3 100%);
	background: -o-linear-gradient(left, #cbbacc 0%, #2580b3 100%);
	background: linear-gradient(to right, #cbbacc 0%, #2580b3 100%);
}
.p-item>a {
    display: block;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}
.p-item>a>span {
    position: relative;
    display: block;
    line-height: 1.45;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 14px;
    font-size: 1rem;
    padding: 10px 0;
	text-align: left;
	font-weight: bold;
}
.hierarchy .c-icon-plus {
    right: calc(4% - 11px / 2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hierarchy .c-icon-plus:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.hierarchy.active .c-icon-plus {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: calc(4% - 11px / 2);
}
.hierarchy.active .c-icon-plus:after {
    opacity: 0
}
.hierarchy>a {
    position: relative;
    padding: 5px 0 5px 0px;
}
.p-hamburger {
    border: none;
    z-index: 10000;
    position: relative;
    width: 29px;
    height: 14px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    display: block;
	margin-bottom: 1px;
}
.p-hamburger span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: ease all 0.2s;
    transition: ease all 0.2s;
    border-radius: 2px;
}
.p-hamburger:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: ease transform 0.2s;
    transition: ease transform 0.2s;
    border-radius: 2px;
}
.p-hamburger:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: ease transform 0.2s;
    transition: ease transform 0.2s;
    border-radius: 2px;
}
.l-header__button.active .p-hamburger span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 0;
}
.l-header__button.active .p-hamburger:before {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
    top: 4px;
    left: 0;
}
.l-header__button.active .p-hamburger:after {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg)
}
.l-header__button.active .p-hamburger{
    width: 29px;
    height: 11px;
	margin-bottom: 4px;
}
.p-dropdown {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
	border-top: 1px dotted #e7e7e8;
}
.p-dropdown__list {
    padding: 10px 0 15px !important;
}
.p-dropdown__list>li{
    /*border-bottom: 1px dotted #b2b2b2;*/
}
.p-dropdown__list>li+li {
    margin-top: 0;
}
.p-dropdown__list>li:last-child{
    border-bottom: 1px dotted #FFF;
}
.p-dropdown__list>li>a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: .8rem;
    padding: 8px 3%;
	text-align: left;
}

.p-dropdown__list>li>a{
    position: relative;
    padding: 10px 0 10px 15px;
}
.p-dropdown__list>li.itemlist_all>a{
    padding: 15px 0 15px 45px;
}
.p-dropdown__list>li>a::before,
.p-dropdown__list>li>a::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.p-dropdown__list>li>a::before{
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #545454;
    border-right: 1px solid #545454;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-item.n-link::before,
.p-item.n-link::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.p-item.n-link::before{
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #545454;
    border-right: 1px solid #545454;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-item.n-link a{
    display: block;
    padding: 5px 0 5px 2px;
}
#close-btn{
    border: solid 1px #a7a7a7;
    text-align: center;
    padding: 15px 0;
    margin: 20px 0;
    letter-spacing: 0.05em;
    font-size: .8rem;
    font-weight: normal;
}
.p-item.pc-switch{
    background: #7a022c;
    margin: 15px 0 0 0;
    border: none;
}
.p-item.pc-switch a{
    text-align: center;
    color: #FFF;
    font-size: .75rem;
    padding: 15px 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.p-item.pc-switch a::before,
.p-item.pc-switch a::after{
    position: absolute;
    top: -1px;
    right: 35%;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.p-item.pc-switch a::before{
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-item.search{
    border: solid 1px #DDD;
	width: 100%;
	margin: 0 auto;
}
.p-item.search input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
}

.p-item.search input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
   padding: 8px 10px;
   border: none;
}

.p-item.search .input_l input{
    width: 82%;
    font-size: 16px;
    background: #ffffff;
}

.p-item.search input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
   width: 20px;
   height: 20px;
   text-shadow: none;
   margin: 0;
   color: #fff;
   border: none;
   font-weight: normal;
   font-size: 14px;
   background-image: url("/pic-labo/search-icon.png");
   background-repeat: no-repeat;
   background-size: 80%;
   position: absolute;
   right: 3%;
   top: 30%;
}

.p-item.search .clearof2 input::-webkit-input-placeholder {
    color:    #bbb;
    font-size:14px;
    padding: 0 0 0 1% ;
}

.p-item.search .input_l{
    position: relative;
}

.p-item a{
    color: #333;
    font-weight: normal;
    display: block;
}


.p-item a{
    background-size: 35px !important;
    text-decoration: none;
}
.p-item ul li a{
    background: none !important;
}
.header_icon{
    float: right;

    margin: 0 4px;
    padding: 15px 0;
    width: 42px;
}
.header_icon img{
    max-width: 43px;
}

.menu_tittle{
	font-size: 9px;
	color: #fff;
	position: absolute;
	top:2px;
	right: 11px;
}