@charset "shift_jis";
/* CSS Document */
/* ■■■■■ 基本部分 ■■■■■ */


/*---------------------
基本
---------------------*/

.inner_content {
width:900px;
}

/*▼IEでのMaterial Icons表示に必要*/
body {
    text-rendering: optimizeLegibility;
    font-kerning: normal;               
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

#telework * {margin:0;padding:0; border: none}

#telework{
	width:900px;
	margin:0 auto ;
    padding-bottom: 1rem;
    background: #FFFFFF;
    text-align: left;
    font-size: 1rem;
    font-family: 
        -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 
        'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */ 
        'Segoe UI', /* Windowsの欧文 */ 
        'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */ 
        Meiryo, /* Windowsのメイリオ */ 
        sans-serif;
    font-weight: normal;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#telework a{
	text-decoration:none;
	color:#000;
    -webkit-transition: .3s;
    transition: .3s;
	}

#telework a:link {
      color: #000;
      text-decoration: none;
}

#telework a:visited {
    color: #000;
    text-decoration: none;
}

#telework a:hover {
    color: #000;
    text-decoration: none;
}

#telework ul{
    overflow: hidden
}

#telework li{
    list-style:none;
    float: left;
    overflow: hidden
}

#telework img {
    width: 100%
}

#telework .smp{
    display: none
}

#telework h2{
    background: #f18b01;
    padding: 1rem;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.15rem;
    color: #FFFFFF;
    clear: both;
    font-weight: 500
}
#telework h2 span{
    font-size: 1.3rem;
    margin-right: 1rem
}


/*---------------------
navi
---------------------*/

#telework .navi{
    width: 100%;
    margin: 2rem 0
}
#telework .navi li{
    width: calc(97%/4);
    margin-right: 1%;
    margin-bottom: 10px;
    text-align: center;
}
#telework .navi li:nth-child(4n) {   
    margin-right: 0;
}

#telework .navi li a{
    display: block;
    padding: 1rem 1rem 1rem 0;
    border: 1px solid #000;
    position: relative;
    font-size: 0.95rem
}

#telework .navi li a:hover {
    background: #cccccc;
    -webkit-transition: .3s;
    transition: .3s;
}

#telework .navi li a::after {
    content: "arrow_drop_down";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    font-size: 180%;
    height: 1em;
    width: 1em;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
}



/*---------------------
アイテム
---------------------*/
#telework .item{
    width: 100%;
}
#telework .item li{
    width: 210px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
}
#telework .item li:nth-child(4n) {   
    margin-right: 0;
}
#telework .item li dl dt,
#telework .item li dl dd{
    float: none;
    text-align: left;
    margin-bottom: 0.5rem;
}

#telework .item li dl dd{
    position: relative;
}

#telework .item li dl dd.name{
    font-size: 0.9rem;
    font-weight: bold;
    min-height: 46px
}

#telework .item li a:link dl dd.name,
#telework .item li a:visited dl dd.name{
    color: #fd5454;
    text-decoration: underline;
}

#telework .item li a:hover dl dd.name{
    color: #D3080B;
}
#telework .item li dl dd.text{
    font-size: 0.8rem;
    min-height: 70px;
    letter-spacing: 0.1rem;
}

#telework .item li a:hover .price, #telework .item li a:hover .intax{
    background: #D3080B;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*---------------------
価格プロ
---------------------*/
#telework .price,
#telework .intax{
	vertical-align: baseline;
	/*display:inline-block;*/
	font-family: centuryGB,"Century Gothic",helvetica,Arial,sans-serif;
	font-weight:bold;
	color: #fff;
    padding-right: 1rem;    
    background: #fd5454;
}

#telework .price::after {
    content: "keyboard_arrow_right";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    font-size: 120%;
    height: 1em;
    width: 1em;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
#telework .prdisp-taxin{
	font-size: 2rem;
    padding: 0 1rem 0 2rem;
}

#telework .price div {
    text-align: center;
    min-height: 40px;
    /*padding-left: 3rem;*/
}

#telework .prdisp-taxin span span{
	/*bottom: 25%!important;*/
    margin-right: 0.3rem;
}

#telework .motoprice{display:none;}
#telework li.price{font-size:28px;}
#telework .buy_price ol{font-size:20px;}
#telework .intax{font-size:11px;margin-left:5px;font-weight:normal;}
#telework .spesicalprice{font-size:12px;color:#626262;display: inline-block;line-height:1;position:relative;text-align:left; margin-right:1em;color: #FFF; display:none;}

#telework .prdisp-price{
    font-size: 1.5rem;
    bottom: 0;
    position: absolute;
    right: 4rem;
}

#telework li.price {
width:auto;
margin:0;
padding:0;
}

#telework li.intax {
width:auto;
margin:0;
padding:0;
line-height:4;
}

#telework .price .buy_price ul {
padding-left:30px;
}

/*---------------------
pagetop
---------------------*/

#telework .to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #f18b01;
    z-index: 99999;
    opacity: 1;
    transition: .5s;
}
#telework .to-top a {
    color: #fff;
}
#telework .to-top a:hover {
    text-decoration: underline
}

