@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: inline-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-search{
padding-bottom: 20px;
}
header .head-search .cp-link{
padding-right: 0;
position: absolute;
bottom: -10px;
left: 25px;
}
header .head-link{
position: absolute;
top: auto;
bottom: 10px;
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{
position: absolute;
left: -9999px;
}
header #site-nav{
display: none;
width: 100%;
}
body.js-sticky-body header.js-sticky-header #site-nav{
top: 59px;
border-top: 1px solid #c1c1c1;
z-index: 0;
}
.glnav-fixed{
display: none !important;
}

/*
  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.js-sticky-body{
padding-top: 59px;
}
body.menu-open header{
position: absolute;
top: 0;
z-index: 1000;
width: 100%;
}
body.js-sticky-body header.js-sticky-header{
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
border: none;
}
body.menu-open header.js-sticky-header{
height: 100%;
overflow-y: auto;
}
.modal-backdrop{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 300;
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 .pt0{
padding: 1px !important;
}
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;
}


/* -------------------------------------
 slim header
 ※通常ヘッダーを継承。影響範囲を切り分ける場合は別途上書きをする必要あり
 ※SP時は未適応のため、既存ヘッダーとの見た目に統一
-------------------------------------- */
header.slim-header .head{
padding: 13px 20px 11px;
}
header.slim-header .logo{
float: none;
margin: 0;
}
header.slim-header .head-search{
position: relative;
margin: 20px auto 0;
display: table;
}
header.slim-header .head-search form input[type=text]{
padding: 10px 16px;
width: 200px;
border: 1px solid #ccc;
border-radius: 30px;
}
header.slim-header .head-search form input[type=text]:focus{
width: 200px;
}
header.slim-header .head-search form input[type=submit]{
top: 11px;
right: 16px;
}
header.slim-header .head-link{
position: absolute;
display: block;
}
header.slim-header .glnav-menu{
position: absolute;
left: -9999px;
}
header.slim-header #glnav ul{
width: 100%;
background: none;
}
header.slim-header #glnav ul li{
background: none;
}
header.slim-header #glnav ul li a{
padding: 14px 40px 14px 18px;
height:auto;
}
header.slim-header #glnav ul li a.current{
background-image: none;
}
header.slim-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.slim-header #glnav > ul > li > a.current::after{
position: absolute;
top: 0;
left: auto;
right: 25px;
bottom: 0;
width: 7px;
height: 7px;
background: none;
}
header.slim-header #glnav > ul > li > a .inner{
display: inline-block;
width: auto;
padding: 0;
border: none;
}
header.slim-header #glnav > ul > li > a img{
margin-right: 10px;
}

/*
  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-size: 13px;
}
article .h3,
article .heading-01{
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
========================================================================================================*/
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 10px;
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: 10px 45px 0 0;
}
footer .footer-main dl.sns dd img{
width: 83%;
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: 60px 5px 20px 0;
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;
}

article img.sp-sign-wid{
max-width: 40%;
}


/*
  header_communications
========================================================================================================*/
.header-lyt{
min-width: 100%;
height: auto;
min-height: 73.5px;
}
.header-lyt .bgcolor{
height: 28px;
}
.header-lyt .wrap{
width: 100%;
height: auto;
min-height: 73.5px;
}
.header-lyt .wrap .img{
width: 130px;
height: auto;
min-width: 75px;
}
.header-lyt .wrap .mid_wrap{
top: 32px;
left: 130px;
font-size: 10px;
padding-right: 10px;
}

/*
  signup footer
========================================================================================================*/
#footer{
min-width: 100%;
margin-top: 50px;
}
#footer .inner{
width:100%;
}
/*
  support class
========================================================================================================*/
.sp_pt25 {
 padding-top: 25px !important;
}
#sp-r0 .r0{
  right: 0 !important;
}


#uq-content .link-boxw .link-img {
    width: 15px;
    height: 15px;
}