@charset "SHIFT_JIS";
@media screen and (max-width: 736px){

/*BOHR mypage CSS*/
/*BOHR mypage header*/
header#bohrmypage {
    position: fixed;
    z-index: 2;
    background-color: #fff;
    height: 95px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    padding: 8px 0 0 0;
}

header#bohrmypage #logo, #footer-logo {
float: left;
width: 85px;
height: 42px;
margin-left: 14px;
}

header#bohrmypage #logo a img{
width: 100%;
height: auto;
}

header#bohrmypage .dropdown {
display: inline-block;
float: right;
margin: 0px 2% 0 0;
position: relative;
z-index: 10;
min-width: 150px;
}

header#bohrmypage #tg {
display: none;
}

header#bohrmypage .menu {
display: none;
position: relative;
top: -10px;
list-style: none;
}

header#bohrmypage .dropInput:checked ~ .menu {
display: block;
opacity: 1;
top: 0;
margin-top: 10px;
background-color: #fff;
border: solid 1px #cecece;
padding: 7px;
border-radius: 5px;
}

header#bohrmypage .dropLabel, .item {
padding: 0.7em 3em 0.7em 1.5em;
display: block;
text-align: center;
position: relative;
text-decoration: none;
background-color: #31B6C7;
color: #fff;
font-weight: bold;
font-size: 0.7em;
border-radius: 100px;
background-image: url("../../images/arrow_white.png");
background-repeat: no-repeat;
background-position: right 12px top 50%;
background-size: 11px;
}

header#bohrmypage nav#nav-down ul li a{
text-decoration: none;
color:#333;
font-size: 0.9em;
font-weight: bold;
padding: 1px 4px;
border-radius: 5px;
display: block;
}

header#bohrmypage nav#nav-down ul li{
margin-bottom: 3px;
}

header#bohrmypage #header-btn {
float: right;
overflow: hidden;
text-align: right;
margin-right: 10px;
font-size: 1.1em;
}

header#bohrmypage #header-logout{
display: block;
float: right;
box-sizing: border-box;
text-decoration:none;
color: #da512e;
width: 140px;
border-radius: 5px;
border:solid 2px #da512e;
text-align: center;
padding: 9px 0;
line-height: 100%;
font-size: 1.4em;
font-weight: bold;
transition: ease all .3s;
}

header#bohrmypage #header-btn div{
text-align: right;
padding: 10px 0;
line-height: 100%;
color: #333;
font-size: 1.4em;
}


header#bohrmypage #info-mail{
float: right;
margin: 0 5px 0 0;
}

header#bohrmypage #info-mail a{
color: #fff;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
display: block;
padding: 0.4em 1em 0.4em 2.4em;
border-radius: 100px;
background-color: #eab30c;
background-image: url("../../images/info_bell.png");
background-repeat: no-repeat;
background-position: left 12px top 50%;
background-size: 13px;
min-height: 15px;
}

header#bohrmypage nav#gnav{
width: 100%;
background-color: #5bc0cc;
height: 45px;
position: absolute;
top: 50px;
}

header#bohrmypage nav#gnav ul{
overflow: hidden;
}

header#bohrmypage nav#gnav li{
float: left;
width: 20%;
}

header#bohrmypage nav#gnav li a{
display: block;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
padding: 16px 0 0 0;
line-height: 100%;
text-align: center;
height: 45px;
position: relative;
}

header#bohrmypage nav#gnav li a::after{
display: block;
content: "";
background-color: #fff;
position: absolute;
top:0;
right: 0;
width: 1px;
height: 30px;
margin-top: 7px;
}

header#bohrmypage nav#gnav li:last-child a::after{
display: none;
}

header#bohrmypage nav#gnav li a.on{
background-color: #3ad0e1;
}

/*BOHR mrpage footer*/
footer#bohrmypagefooter{
color: #333;
text-align: center;
line-height: 100%;
font-size: 1.2rem;
padding: 18px 0 0 0;
background-color:#e0448e ;
overflow: hidden;
background-image:url(../images/header_line1.png) ,url(../images/header_line2.png) ,url(../images/header_line3.png);
background-size: 20% 3px;
background-position: 25% top,50% top,75% top;
background-repeat: no-repeat;
position:relative;
box-shadow: inset 0 -98px 0 0 #fff;
box-sizing: border-box;
height: 100px;
margin: 0;
clear: both;
}

footer#bohrmypagefooter::before{
content: "";
clear: both;
display: block;
height: 2px;
background-color: #e54e26;
width: 20%;
position: absolute;
top: 0;
}

footer#bohrmypagefooter p{
color: #fff;
background-color: #3db3c0;
font-size: 1.1rem;
padding: 13px 0 0 0;
line-height: 100%;
height:33px;
box-sizing: border-box;
}

footer#bohrmypagefooter .wrap{
height: 49px;
box-sizing: border-box;
margin: 0 auto;
overflow:hidden;
}

footer#bohrmypagefooter nav{
float: right;
width: 260px;
text-align: left;
}

footer#bohrmypagefooter li{
float: left;
width: 65%;
box-sizing: border-box;
font-size: 1.1rem;
padding: 2px 0;
}

footer#bohrmypagefooter li:nth-child(even){
width: 35%;
}

footer#bohrmypagefooter li::before{
content: ">";
font-size: 1.1rem;
margin-right: 3px;
}

footer#bohrmypagefooter li a{
color: #333;
text-decoration: none;
}
/*BOHR mypage CSS END*/

/*Other CSS*/
/*Other CSS END*/

/*Other CSS*/
/*Other CSS END*/

}