@charset "utf-8";
/*
  BASE
========================================================================================================*/
body{
min-width: inherit;
font-size: 11px;
}
section{
box-sizing: border-box;
min-width: 100%;
width: 100%;
}
section.bg-white{
margin: 0;
}
.container{
box-sizing: border-box;
padding: 20px 10px 0;
width: 100%;
}
article img{
max-width: 100%;
height: auto;
}
p{
line-height: 130%;
}
.block-pc{ display: inline !important; }
.block-sp{ display: block !important; }
.visible-pc{ display: none !important; }
.hidden-pc{ display: block !important; }
.visible-sp{ display: block !important; }
.visible-sp.inline { display: inline-block!important; }
.hidden-sp{ display: none !important;}
.text-center-sp{ text-align: center !important;}
/*
  HEADER
========================================================================================================*/
header{
background: transparent;
}
header .container{
padding: 13px 20px 11px;
background: #fff;
}
header .head{
box-sizing: border-box;
padding: 13px 20px 11px;
width: 100%;
background: #fff;
}
header .logo{
margin-bottom: 0;
text-align: left;
}
header .head-search{
position: relative;
top: 0;
margin: 20px auto 0;
width: 200px;
}
header .head-search form input[type=text]{
padding: 10px 16px;
width: 200px;
}
header .head-search form input[type=submit]{
top: 11px;
right: 16px;
}
header .head-search form input[type=text]:focus{
width: 200px;
}
header .head-link{
position: absolute;
top: auto;
bottom: 20px;
display: block;
width: 100%;
text-align: center;
font-size: 12px;
}
header .head-link li{
display: inline-block;
padding: 0 8px;
}
header #glnav ul li{
overflow: hidden;
}
header .glnav-menu{
/* display: none !important; */
position: absolute;
left: -9999px;
}
header #site-nav{
display: none;
width: 100%;
}
/*
  fnav
========================================================================================================*/
#fnav .sp-menu ul{
display: table;
width: 100%;
border-top: 1px solid #000;
}
#fnav .sp-menu ul li{
display: table-cell;
text-align: center;
}
#fnav .sp-menu ul li{
border-right: 1px solid #fff;
background: #666;
}
#fnav .sp-menu ul li:first-child{
background: #0c9b01;
}
#fnav .sp-menu ul li:last-child{
border: 0;
}
body.menu-open{
overflow: hidden;
padding-top: 59px;
}
/*
body.menu-open header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
}
*/
body.menu-open header{
position: absolute;
top: 0;
z-index: 999;
width: 100%;
}
.modal-backdrop{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
background-color: #000;
opacity: 0.8;
}
header #gmenu-sp{
position: absolute;
top: 0;
right: 10px;
display: table;
}
header #gmenu-sp li{
display: table-cell;
margin-right: 1px;
vertical-align: top;
text-align: center;
}
header #gmenu-sp li a.menu-btn,
header #gmenu-sp li a.sign-btn{
display: block;
padding: 14px 11px 15px;
vertical-align: top;
}
header #gmenu-sp li a.onlineshop-btn{
display: block;
margin: 12px 11px 0;
width: 105px;
height: 35px;
vertical-align: middle;
}
header #gmenu-sp li a.onlineshop-btn.active{
margin: 0;
padding: 14px 0 15px;
height: auto;
}
header #gmenu-sp a{
color: #666 !important;
text-decoration: none !important;
}
header #glnav{
margin: 0;
padding: 0;
}
header #glnav ul{
width: 100%;
background: none;
}
header #glnav ul li{
position: relative;
float: none;
width: 100%;
height: auto;
border-bottom: 1px solid #c1c1c1;
background: none;
}
header #glnav ul li a{
position: relative;
display: block;
margin: 0;
padding: 17px 20px 17px 25px;
text-align: left;
font-size: 12px;
height:auto;
}
header #glnav ul li a.current{
background-image: none;
}
header #glnav ul li a:after{
position: absolute;
top: 0;
right: 25px;
bottom: 0;
margin: auto;
width: 7px;
height: 7px;
border-top: 1px solid #666;
border-right: 1px solid #666;
content: "";
vertical-align: middle;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
header #glnav ul li a img{
width: 15px;
height: auto;
right: auto;
left: 25px;
bottom: 0;
z-index: 1;
}
header #glnav ul li a .text{
display: inline-block;
}
header #glnav ul li a:hover .text{
background: none;
}
header #glnav > ul > li > a.is-toggleable .text::after{
content: none;
}
header #glnav ul li a span{
display: inline-block;
width: auto;
}
header #site-nav{
position: absolute;
top: 60px;
left: 0;
z-index: 999;
padding-bottom: 60px;
width: 100%;
background: #fff;
}
header .sign-menu{
position: absolute;
top: 60px;
left: 0;
z-index: 9999;
display: none;
width: 100%;
background: #fff;
}
header .sign-menu li a{
position: relative;
display: table;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
width: 100%;
height: 80px;
border-bottom: 1px solid #c1c1c1;
color: #2c2c2c !important;
text-decoration: none !important;

-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
header .sign-menu li a .img{
display: table-cell;
width: 42px;
vertical-align: middle;
text-align: center;
}
header .sign-menu li a .text{
display: table-cell;
padding: 0 8px;
vertical-align: middle;
font-size: 12px;
}
header .sign-menu li a .text span{
display: block;
font-size: 10px;
}
header .sign-menu li a .link-img{
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
}
header .onlineshop-menu{
position: absolute;
top: 60px;
left: 0;
z-index: 9999;
display: none;
width: 100%;
background: #fff;
}
header .onlineshop-menu li a{
position: relative;
display: table;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
width: 100%;
height: 80px;
border-bottom: 1px solid #c1c1c1;
color: #2c2c2c !important;
text-decoration: none !important;

-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
header .onlineshop-menu li a .img{
display: table-cell;
width: 42px;
vertical-align: middle;
text-align: center;
}
header .onlineshop-menu li a .text{
display: table-cell;
padding: 0 8px;
vertical-align: middle;
font-size: 12px;
}
header .onlineshop-menu li a .text span{
display: block;
font-size: 10px;
}
header .onlineshop-menu li a .link-img{
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
}
header .onlineshop-menu li.col2{
display: table;
width: 100%;
}
header .onlineshop-menu li.col2 .col{
display: table-cell;
width: 50%;
border-left: 1px solid #c1c1c1;
text-align: center;
}
header .onlineshop-menu li.col2 .col:first-child{
border-left: none;
}
header .onlineshop-menu li.col2 .link-img{
right: 10px;
}
header #header-search{
position: relative;
top: 0;
margin: 20px auto 0;
width: 200px;
}
header #header-search form input[type=text]{
padding: 10px 16px;
width: 200px;
}
header #header-search form input[type=submit]{
top: 11px;
right: 16px;
}
header #header-search form input[type=text]:focus{
width: 200px;
}
header #header-link{
position: absolute;
top: auto;
bottom: 20px;
display: block;
width: 100%;
text-align: center;
font-size: 12px;
}
header #header-link li{
display: inline-block;
padding: 0 8px;
}
/*
  topicpath
========================================================================================================*/
#topicpath{
padding: 6px 20px;
width: auto;
font-size: 10px;
}
/*
  article
========================================================================================================*/
article .headline{
background: #fff;
}
article .headline .inner{
position: relative;
margin: 0 auto;
width : 100%;
display: table;
}
article .headline h1{
display: table-cell;
padding: 15px 10px 15px 20px;
font-size: 12px;
}
article .headline h1 > .sub{
font-size: 10px;
}
article .headline .support{
position: static;
display: table-cell;
padding: 0;
width: auto;
vertical-align: middle;
}
/*
article h2 {
    font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    color: #039;
    font-size: 12px;
    border-bottom: 3px solid #039;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
article h3 {
    font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    position: relative;
    color: #039;
    font-size: 11px;
    padding-left: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
}
article h3 span.lbd{
    overflow: hidden;
    position: absolute;
    width: 8px;
    top: 0;
    bottom: 5px;
    left: 0;
    background: #039;
    border-radius: 5px;
}
article h4 {
    font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
article h5 {
    font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    margin-bottom: 11px;
}
*/
article .h2{ font-size: 13px; }
article .h3{ font-size: 12px; }
article .h4{ font-size: 11px; }
article ul,
article ol{
margin-bottom: 15px;
list-style-position: outside;
}
article ul{ list-style: disc; }
article ol{ list-style: decimal; }
article li{ margin-left: 20px;
line-height: 150%; }
article p{
margin-bottom: 15px;
line-height: 150%;
}
/*
  HEADER
========================================================================================================*/
article .subline{
position: relative;
top: -10px;
margin: 0px;
padding: 0;
min-height: 34px;
font-size: 9px;
}
article .subline .sns-btn{
position: absolute;
top: 2px;
right: 0px;
display: inline-block;
margin: 5px 0;
color: #039;
}
article .headline .sns-btn{
margin: 0 20px 0 0;
}
article .headline .sns-btn li{
padding-left: 5px;
width: 52px;
}
article .headline .sns-btn li .facebook-btn{
display: inline-block;
width: 55px;
}
article .headline .sns-btn li .twitter-btn{
display: inline-block;
width: 60px;
}
article .headline .print-btn{
display: none;
}
article .subline .sns-btn li{
display: table-cell;
padding-left: 5px;
vertical-align: middle;
}
article .subline .text-tax{
position: static;
margin: 0;
text-align: left;
}
article .subline .text-tax p{
font-size: 9px;
}
article > section:nth-of-type(1) > .container{
padding-top: 0px;
}
/*
  FOOTER
========================================================================================================*/
#order-nav{
display: none;
}
#order-nav .order-btn{
position: fixed;
right: 8px;
bottom: 10px;
z-index: 990;
width: 84px;
height: 85px;
}
body.menu-open #order-nav .order-btn{
z-index: 1;
}
#order-nav .order-btn a{
position: relative;
display: inline-block;
}
#order-nav .order-menu{
position: fixed;
bottom: 0px;
left: 0;
z-index: 9999;
display: none;
width: 100%;
background: #fff;
}
#order-nav .order-menu ul{
border-top: 1px solid #c1c1c1;
}
#order-nav .order-menu ul li{
position: relative;
}
#order-nav .order-menu ul li a{
position: relative;
display: table;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
width: 100%;
height: 80px;
border-bottom: 1px solid #c1c1c1;
color: #2c2c2c !important;
text-decoration: none !important;

-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#order-nav .order-menu ul li a .img{
display: table-cell;
width: 42px;
height: 40px;
vertical-align: middle;
text-align: center;
}
#order-nav .order-menu ul li a .text{
display: table-cell;
padding: 0 8px;
vertical-align: middle;
font-size: 12px;
}
#order-nav .order-menu ul li a .text span{
display: block;
font-size: 10px;
}
#order-nav .order-menu ul li a .link-img{
position: absolute;
top: 0;
right: 20px;
bottom: 0;
margin: auto;
}
#order-nav .order-menu ul li.col2{
display: table;
width: 100%;
}
#order-nav .order-menu ul li.col2 .col{
display: table-cell;
width: 50%;
border-left: 1px solid #c1c1c1;
text-align: center;
}
#order-nav .order-menu ul li.col2 .col:first-child{
border-left: none;
}
#order-nav .order-menu ul li.col2 .link-img{
right: 10px;
}
#order-nav .menu-bar{
position: relative;
height: 50px;
}
#order-nav .menu-bar .menu-btn{
position: absolute;
top: 10px;
right: 10px;
width: 50px;
text-align: center;
}
#order-nav .menu-bar .menu-btn .text img{
vertical-align: baseline;
}
#order-nav .menu-bar .menu-bread{
display: inline-block;
/* transition: all .4s; */
box-sizing: border-box;
}
#order-nav .menu-bar .menu-bread{
position: relative;
display: block;
margin: 2px auto 1px;
width: 28px;
height: 14px;
}
#order-nav .menu-bar .menu-bread span{
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #666;
}
#order-nav .menu-bar .menu-bread span:nth-of-type(1){
top: 0;
}
#order-nav .menu-bar .menu-bread span:nth-of-type(2){
top: 6px;
}
#order-nav .menu-bar .menu-bread span:nth-of-type(3){
bottom: 0;
}
#order-nav .menu-bar .menu-bread.active span:nth-of-type(1){
-webkit-transform: translateY(6px) rotate(-30deg);
transform: translateY(6px) rotate(-30deg);
}
#order-nav .menu-bar .menu-bread.active span:nth-of-type(2){
left: 50%;
opacity: 0;
/*
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
    */
}
#order-nav .menu-bar .menu-bread.active span:nth-of-type(3){
-webkit-transform: translateY(-6px) rotate(30deg);
transform: translateY(-6px) rotate(30deg);
}
body.menu-open.order-open header{
z-index: 1;
}
/* .footer-nav PC幅でのスタイルを打ち消す */
footer .footer-nav{
display: block;
margin-bottom: 10px;
padding: 0;
width: auto;
}
footer .footer-nav .col-mobile,
footer .footer-nav .col-wimax{
float: none;
width: auto;
}
footer .footer-nav .col-wimax{
margin-left: 0;
}
footer .footer-nav .col{
float: none;
margin-left: 0;
width: auto;
}
footer .footer-nav > .col{
margin-top: 0;
}
footer .footer-nav .col .title{
margin-top: 0 !important;
}
footer .footer-nav .footer-nav-title{
display: block;
padding: 3px;
background-color: #039;
color: #fff;
text-align: center;
font-size: 10px;
}
footer .footer-nav .title{
color: #2c2c2c;
}
footer .footer-nav .col-mobile > .title:before,
footer .footer-nav .col-wimax > .title:before,
footer .footer-nav .col-mobile > .title:after,
footer .footer-nav .col-wimax > .title:after{
display: table-cell;
width: 49%;
border-bottom: 1px solid #2c2c2c;
content: "";
}
footer .footer-nav .col-mobile > .title:before,
footer .footer-nav .col-mobile > .title:after{
border-color: #e4007f;
}
footer .footer-nav .col-wimax > .title:before,
footer .footer-nav .col-wimax > .title:after{
border-color: #09f;
}
footer .footer-nav .col-mobile > .title,
footer .footer-nav .col-wimax > .title{
display: table;
margin: 0;
padding: 0 60px 30px;
border-bottom: 1px solid #c1c1c1 !important;
}
footer .footer-nav .col-mobile > .title span,
footer .footer-nav .col-wimax > .title span{
position: relative;
top: 0.7em;
display: table-cell;
padding: 0 10px;
vertical-align: bottom;
text-align: center;
white-space: nowrap;
font-size: 13px;
}
footer .footer-nav .footer-toggle-hook ._icon{
position: absolute;
top: 0;
right: 20px;
bottom: 0;
display: inline-block;
margin: auto;
width: 20px;
height: 20px;
}
footer .footer-nav .footer-toggle .footer-toggle-hook{
position: relative;
display: block;
margin: 0;
padding: 15px 20px 15px 50px;
border-bottom: 1px solid #c1c1c1 !important;
font-size: 13px;
}
footer .footer-nav .footer-toggle-content{
border-bottom: 1px solid #c1c1c1;
}
footer .footer-nav .footer-toggle-content li.link-block{
margin: 0;
}
footer .footer-nav .footer-toggle-content li a{
position: relative;
display: block;
padding: 15px 20px 15px 50px;
background-color: #f3f3f3;
color: #2c2c2c;
text-decoration: none !important;
font-size: 12px;
}
footer .footer-nav .footer-toggle-content li .link-icon{
display: none;
}
footer .footer-nav .footer-toggle-content li a::after{
position: absolute;
top: 0;
right: 25px;
bottom: 0;
margin: auto;
width: 6px;
height: 6px;
border-top: 1px solid #2c2c2c;
border-right: 1px solid #2c2c2c;
content: "";
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
footer .footer-nav .footer-toggle-content li a::before{
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
margin: auto;
width: 90%;
height: 1px;
background-color: #c1c1c1;
content: "";
}
footer .footer-nav .footer-toggle-content li:first-child a::before{
content: none;
}
footer section.footer-main{
background: url(/common2/images/bg_footer_sp.png) repeat-x left 5px;
}
footer section.footer-main .container{
padding-top: 25px;
background: url(/common2/images/bg_footer_section_sp.png) no-repeat center top;
}
footer .footer-main .head{
display: block;
margin-bottom: 50px;
width: 100%;
height: auto;
}
footer .footer-main .head .company-name{
font-size: 14px;
}
footer .footer-main .head .lead{
letter-spacing: normal;
font-size: 10px;
}
footer .footer-main .head .lead span{
display: block;
}
footer .footer-main .head .inner{
display: block;
vertical-align: middle;
text-align: center;
}
footer .footer-main dl{
margin: 0 auto 35px;
width: 100%;
text-align: center;
}
footer .footer-main dl.sns{
width: auto;
}
footer .footer-main dl.sns dt{
display: block;
margin-bottom: 10px;
}
footer .footer-main dl.sns dd{
margin-right: 5px;
}
footer .footer-main dl.sns dd img{
width: 30px;
height: auto;
}
footer .footer-main ul{
margin-bottom: 15px;
}
footer .footer-main ul li{
margin: 0 5px 5px;
}
footer .footer-main section ul{
margin: 0 0px 10px;
padding: 20px 10px 0;
border: 0;
text-align: center;
}
footer .footer-main section ul li{
display: inline-block;
margin: 0 15px 10px;
vertical-align: middle;
font-size: 10px;
}
footer .footer-main .copyright span{
display: block;
margin-bottom: 5px;
}
#move-top{
position: absolute;
top: 130px;
right: 20px;
margin-top: 15px;
margin-bottom: 20px;
font-size: 10px;
}
#move-top .icon-arrow-up:before{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-sizing: border-box;
margin: 0;
width: 32px;
height: 32px;
border: 1px solid #666;
-webkit-border-radius: 50%;
border-radius: 50%;
content: "";
vertical-align: middle;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#move-top .icon-arrow-up:after{
position: absolute;
top: 14px;
right: 0;
bottom: 0;
left: 0;
margin: 0 auto;
width: 8px;
height: 8px;
border-top: 1px solid #666;
border-right: 1px solid #666;
content: "";
vertical-align: middle;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
}
#move-top .icon-arrow-up{
display: block;
margin-bottom: 5px;
width: 32px;
height: 30px;
cursor: pointer;
}
footer {
    background: #e4007f;
    width: 100%;
    text-align: center;
    height: auto;
    line-height: 70px;
    padding:40px 0 50px;
}
footer p{
    font-size:14px;
    color:#fff;
}
footer p:first-of-type{
    float:none;
    height:16px;
    padding-right:0px;
    margin-left:0;
    margin-top: 10px;
    margin-bottom:10px;
}
footer div .border:after{
    display:none !important;
    width:1px;
    height:16px;
    background:#fff;
}
footer p:nth-of-type(2){
    float:none;
    padding-left:10px;
    margin-bottom:10px;
}
footer p:nth-of-type(3){
    float:none;
    font-size: 10px;
    line-height: 13px;
    margin-bottom:10px;
}
footer .inner_01{
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
.border_uq{
    display:none !important;
    width:1px;
    height:17px;
    background:#fff;
    margin:25px 0 0 0;
    float:left;
}
.header_conts{
    padding:20px 0;
}
.header_conts h1{
    margin: 0px auto !important;
}
.ryokujin{
    height:120px;
}