@charset "utf-8";

/* ----- 【休業案内・注意書き】 ----- */

div#nenmatu,
div#noticeinfo {
    background: #FFD7D7;
    clear: both;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    border: 3px #e57f7f solid;
    width: auto;
}

div#nenmatu p span.txt_color_r_b,
div#noticeinfo p span.txt_color_r_b {
    color: #F00;
    font-weight: bold;
}

div#nenmatu p.title_nenmatu,
div#noticeinfo p.title_noticeinfo {
    font-size: 18px;
    font-weight: bold;
}

div#vacationinfo {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 4px;
    border-bottom: 1px dotted #ccc;
    background-color: #F1F1F1;
}

div#vacationinfo p span.txt_color_r_b,
div#noticeinfo p span.txt_color_r_b {
    color: #F00;
    font-weight: bold;
}

div#vacationinfo p.title_vacationinfo,
div#noticeinfo p.title_noticeinfo {
    font-size: 18px;
    font-weight: bold;
}

div#vacationinfo h4 {
    margin: 10px 0 0 0 !important;
    padding: 8px 12px 8px;
    color: #fff;
    background: #3E3A39;
    border: none !important;
}

div#vacationinfo .attention {
    font-weight: bold;
    color: #ff0000;
    font-size: 14px;
}

div#vacationinfo p {
    margin: 10px 14px !important;
}

div#contentszone div#vacationinfo ul {
    margin: 8px 35px;
}

div#vacationinfo li {
    line-height: 1.6;
}



/* reset styles
----------------------------------------------- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
    margin: 0;
    padding: 0;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: left
}

ul li,
ol li {
    list-style-type: none
}

a {
    text-decoration: none
}

img {
    border: 0
}

img,
input,
select,
textarea {
    vertical-align: middle
}

address,
em {
    font-style: normal
}

hr {
    display: none
}

*:first-child + html * {
    letter-spacing: 0
}

/* basic link colours
----------------------------------------------- */
a,
a:link,
a:visited {
    color: #0075c1;
    text-decoration: none;
}

a:hover {
    color: #2a99e1;
    text-decoration: underline;
}

/* layout
----------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333;
    /*font-family:"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fbfbfc;
}

.mB50 {
    margin-bottom: 50px;
}

.mB40 {
    margin-bottom: 40px;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB15 {
    margin-bottom: 15px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB5 {
    margin-bottom: 5px;
}

.mT50 {
    margin-top: 50px;
}

.mT40 {
    margin-top: 40px;
}

.mT30 {
    margin-top: 30px;
}

.mT20 {
    margin-top: 20px;
}

.mT15 {
    margin-top: 15px;
}

.mT10 {
    margin-top: 10px;
}

.mT5 {
    margin-top: 5px;
}

.mL30 {
    margin-left: 30px;
}

.mL20 {
    margin-left: 20px;
}

.mL15 {
    margin-left: 15px;
}

.mL10 {
    margin-left: 10px;
}

.mL5 {
    margin-left: 5px;
}

.cnt {
    text-align: center;
}

.txtb {
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.br_sp {
    display: none;
}

.br_pc {
    display: block;
}


/* opacity
----------------------------------------------- */
a:hover img,
.headIn .site-logo a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=70)";
}

/* span hidden
----------------------------------------------- */
.headIn .site-logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* clear
----------------------------------------------- */
.clB {
    clear: both;
}

.blueBox:after,
.whiteBox:after,
.grayBox:after,
.foot1In:after,
#contents:after,
.breadcrumbs:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.blueBox,
.whiteBox,
.grayBox,
.foot1In,
#contents,
.breadcrumbs,
.clearfix {
    display: inline-block;
}

.blueBox,
.whiteBox,
.grayBox,
.foot1In,
#contents,
.breadcrumbs,
.clearfix {
    display: block;
}

/* TOP HEADER
----------------------------------------------- */
#header {
    width: 100%;
    height: auto;
    text-align: center;
    background: #FFF;
    overflow: hidden;
}

#header .topcenter {
    width: 1004px;
    /*float: left;*/
}

.head_sp {
    display: none;
}

.headTxt {
    background: #0075c1;
    padding: 5px 0;
}

.headTxt p {
    max-width: 990px;
    color: #fff;
    line-height: 1.1;
    text-align: left;
    padding: 0 5px;
    margin: 0 auto;
    font-size: 12px;
}

.headIn {
    width: 1000px;
    padding-top: 4px;
    margin: 0 auto;
    text-align: left;
}

.headIn .site-logo {
    width: 245px;
    height: 80px;
    float: left;
    margin: 12px 10px 0px 0;
}

.headIn .site-logo a {
    height: 80px;
    display: block;
    background: url(../img/common/logo.png);
    width: 230px;
    background-size: contain;
    background-repeat: no-repeat;
}

.topcenter p.payment {
    text-align: right;
    margin: 0 0 4px;
}

.headMemb {
    text-align: right;
}

.headMemb p {
    font-size: 108%;
    line-height: 1.1;
    height: 2em;
}

.headMemb div.name {
width: 550px;
    line-height: 2.1;
    height: 26px;
    float: left;
    text-align: right;
    background: #f2f7f9;
    box-sizing: border-box;
    padding-right: 4px;
    border-radius: 6px;
    margin-top: 2px;
}

.headMemb ul {
    width: 190px;
    float: right;
    margin-bottom: 3px;
}

.headMemb li {
    width: 90px;
    box-sizing: border-box;
    float: right;
    padding-left: 5px;
}

.headMemb li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 100%;
    padding: 2px 0;
    background: #eee;
    border-top: solid 1px #dadada;
    border-right: solid 1px #dadada;
    border-bottom: solid 4px #dadada;
    border-left: solid 1px #dadada;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.headMemb li a:hover {
    border-bottom: solid 2px #dadada;
    margin-top: 2px;
    text-decoration: none;
    background: #e7e7e7;
}

.headMemb li a:active {
    border-bottom: solid 1px #dadada;
    margin-top: 3px;
}

.headTel {
    padding-left: 35px;
    float: left;
    display: flex;
    justify-content: space-between;
}

.headTel dt {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.headTel1 {
    font-size: 15px;
}

.headTel2 {
    background: #0075c1;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 3px;
    padding: 3px 4px 1px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.headTel3 {
    font-size: 28px;
    letter-spacing: 0;
    color: #0075c1;
    line-height: 1;
}

.headTel4 {
    font-size: 11px;
    letter-spacing: 0;
    color: #e7002d;
    line-height: 1.25;
}

.headTel4 span {
    font-weight: bold;
    font-size: 12px;
}

/* GLOBAL NAVI
----------------------------------------------- */
#gnav {
    display: block !important;
}

#nav1 {
    width: 100%;
    height: 36px;
    clear: both;
    background: #fff;
    border-top: solid 4px #0075c1;
    border-bottom: solid 4px #0075c1;
}

#nav1 ul {
    width: 1000px;
    margin: 0 auto;
    border-left: solid 1px #ddd;
}

.nav1_1 {
    width: 119px;
    height: 45px;
    float: left;
    height: 36px;
    border-right: solid 1px #ddd;
    position: relative;
    align-items: center;
}


.nav1_1 a {
    display: block;
    text-align: center;
    line-height: 1;
    border-right: solid 1px #ddd;
    color: #333;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.2;
    height: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.nav1_1 a:hover {
    background: #e9e9eb;
    text-decoration: none;
}

.nav1_2 {
    width: 140px;
    float: left;
    margin: 2px 0 0 10px;
}

.nav1_2 a {
    width: 108px;
    display: block;
    color: #fff;
    line-height: 1;
    border-bottom: solid 1px #bf4744;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 22px;
    font-size: 14px;
    background: url(../img/common/head_cart.png) 15px 7px no-repeat #e65f5c;
    padding: 8px 0 0 38px;
}

.nav1_2 a:hover {
    border-bottom: solid 1px #bf4744;
    margin-top: 1px;
    text-decoration: none;
    background: url(../img/common/head_cart.png) 15px 7px no-repeat #da5552;
}

.nav1_2 a:active {
    border-bottom: solid 1px #bf4744;
    margin-top: 3px;
}

#nav2 {
    width: 100%;
    height: 45px;
    clear: both;
    background: #0075c1;
    margin-bottom: 20px;
}

#nav2 ul {
    width: 1000px;
    height: 45px;
    margin: 0 auto;
}

#nav2 li {
    width: 15%;
    height: 45px;
    float: left;
}

#nav2 li a {
    width: 100%;
    height: 28px;
    padding-top: 17px;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

#nav2 li a:hover {
    background: #1e8ed7;
    text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2200;
}

#nav2 li.type_1 {
    width: 17%;
}

#nav2 li.type_2 {
    width: 17%;
}

#nav2 li.type_3 {
    width: 17%;
}

#nav2 li.type_4 {
    width: 17%;
}

#nav2 li.type_5 {
    width: 17%;
}

}

#nav2 li.type_7 {
    width: 15%;
}

/*
#nav2 li.type_1 {
	width: 10.5%;
}
#nav2 li.type_2 {
	width: 11.5%;
}
#nav2 li.type_3 {
	width: 12.5%;
}
#nav2 li.type_4 {
	width: 15.5%;
}
#nav2 li.type_5,#nav2 li.type_8 {
	width: 10%;
}
#nav2 li.type_6,#nav2 li.type_7 {
	width: 15%;
}
*/


#nav2 li.type_6 a {
    height: 39px;
    padding-top: 6px;
    line-height: 1.4;
    color: #fff;
}

#nav2 li.type_6 span {
    font-size: 90%;
}

/*メガメニュー*--------------------------------------------------*/

#mega-menu ul.header-list {
    width: 610px;
    text-align: center;
    display: flex;
    margin: 0;
    justify-content: space-between;
    position: relative;
}

#mega-menu ul.header-list + form{
    margin-top: 22px;
}

#mega-menu .header-item a {
    color: #fff;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#mega-menu .megaMenu a {
    color: #fff;
    display: block;
    padding: 0;
    box-sizing: border-box;
}


#mega-menu .cate-name {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    /*border-bottom: 1px dotted #77777778;*/
    padding-bottom: 5px;
}

#mega-menu .megaMenu .mega-flex {
    display: flex;
    width: 1008px;
    justify-content: space-between;
    margin: 0 auto;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
    height: auto;
}

#mega-menu .megaMenu-list {
    padding-bottom: 30px;
    padding-top: 30px;
}

#mega-menu .megaMenu-item {
    display: inline-block;
}

#mega-menu .mega-catettl {
    width: 30%;
    text-align: center;
}


#mega-menu .mega-list {
    width: 70%;
}

#mega-menu .mega-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#mega-menu .mega-list ul li {
    width: 30%;
    height: 160px;
}

#mega-menu .mega-list ul li img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
}


#mega-menu .mega-list ul.brand_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mega-menu .mega-list li.brand {
    width: 19%;
    height: auto;
}

#mega-menu .mega-list li.brand img {
    background-color: #fff;
}

#mega-menu .mega-list .brand-name {
    font-size: 12px;
    margin: 5px 0 15px 0;
    color: #1c1c1c;
    font-weight: bold;
}


#mega-menu .mega-catettl img {
    width: 60px;
}

#mega-menu .item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #000;
}

#mega-menu .item_txt {
    font-size: 13px;
    line-height: 1.8;
    color: #000;
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
    height: auto !important;
    padding: 20px !important;
}

#mega-menu a {
    text-decoration: none;
}

#mega-menu a:hover {
    opacity: 0.6;
}


#mega-menu img.icon {
    width: 17px;
    display: inline-block;
    margin-right: 5px;
}

#mega-menu .sideIpt{
    width: 20em;
    height: 30px;
    margin-right: 0;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
}

#mega-menu .sideSrchBtn{
    width: 50px;
    height: 30px;
    background: #0075C1;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    cursor: pointer;
    display: inline-block;
    border: none;
    text-indent: -9999px;
    background-image: url(https://gift.just-shop.jp/img/common/kensaku_mark.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center 50%;
}
@media screen and (max-width:480px) {

    #mega-menu {
        display: none;
    }
}

#mega-menu .header-item {
  background-color: #fff;
  display: block;
  box-sizing: border-box;
    width: 150px;
    border-radius: 8px;
}


#mega-menu .header-item a {
    color: #fff;
    display: block;
    padding: 0;
    position: relative;
}

#mega-menu .megaMenu a {
    color: #fff;
    display: block;
    padding: 0;
    box-sizing: border-box;
}


#mega-menu .megaMenu {
  height: 0;
    left: -4px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: height .3s;
  width: 1008px;
  z-index: 999;
  padding: 0;
  box-shadow: -1px 10px 10px -9px #ccc;
}

#mega-menu img.icon {
  width: 100%;
  display: inline-block;
  margin-right: 0;
}

#mega-menu .mega-catettl {
  width: 23%;
  text-align: center;
}

#mega-menu .mega-list {
    width: 73%;
}
#mega-menu .megaMenu .mega-flex {
  display: flex;
  width: 968px;
  justify-content: space-between;
  margin: 0 auto;
}
#mega-menu .megaMenu#mega-blue{
    background-color: #EAF6FC;
    width: auto;
    margin-top: 1px;
}
#mega-menu .megaMenu#mega-beige{
    background-color: #F6F2EF;
    width: auto;
    margin-top: 1px;
}
#mega-menu .megaMenu#mega-red{
    background-color: #FDECE4;
    width: auto;
    margin-top: 1px;
}
#mega-menu .megaMenu#mega-gray{
    background-color: #E8E9E9;
    width: auto;
    margin-top: 1px;
}

#mega-menu .header-item:hover #fusyoku:hover {
  z-index: 99;
  border-radius: 5px;
  opacity: 1;
  background-color: #EAF6FC;
}
#mega-menu .header-item:hover #cotton:hover {
    z-index: 99;
    border-radius: 5px;
    opacity: 1;
    background-color: #F0EBE6;
  }
  #mega-menu .header-item:hover #canvas:hover {
    z-index: 99;
    border-radius: 5px;
    opacity: 1;
    background-color: #FCE3D7;
  }
  #mega-menu .header-item:hover #polyyester:hover {
    z-index: 99;
    border-radius: 5px;
    opacity: 1;
    background-color: #E0E1E1;
  }


#mega-menu.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 1008px;
    margin: 0 auto;
    background: #D1E4F0;
    display: flex;
    justify-content: space-between;
    padding: 2px 20px 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px #00000040;

}




/* SIDE
----------------------------------------------- */
#side {
    width: 240px;
    float: left;
}

#scroll_box {
    margin: 0 auto;
    text-align: right;
    left: 20px;
    position: relative;
    width: 980px;
}
.rightBnr {
    height: 0;
    margin-left: 1005px;
    width: 115px;
    position: fixed;
    z-index: 100;
}
.leftBnr {
    height: 0;
    margin-left: -185px;
    width: 115px;
    position: fixed;
    z-index: 100;
}

.sideBan li {
    margin-bottom: 15px;
}

.sideNav {
    padding: 10px;
    background: #e9e9eb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    margin-top:  20px;
}

.sideTtl {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.sideNav p {
    padding: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 131%;
    background: #0075c1;
}

.sideSrch {
    background: #fff;
    padding: 5px;
}

.sideIpt {
    width: 153px;
    height: 26px;
    font-size: 116%;
    margin-right: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: solid 1px #ccc;
}

.sideRank1,
.sideRank2,
.sideRank3,
.sideRank4 {
    border-bottom: solid 1px #e7e7e7;
}

.sideRank1 a,
.sideRank2 a,
.sideRank3 a,
.sideRank4 a {
    display: block;
    padding: 13px 5px 12px 25px;
    line-height: 1.1;
    width: 190px;
    color: #333;
}

.sideRank1 a {
    background: url(../img/common/icon_rank.gif) 5px 10px no-repeat #fff;
}

.sideRank2 a {
    background: url(../img/common/icon_rank.gif) 5px -30px no-repeat #fff;
}

.sideRank3 a {
    background: url(../img/common/icon_rank.gif) 5px -70px no-repeat #fff;
}

.sideRank4 a {
    background: url(../img/common/icon_rank.gif) 5px -110px no-repeat #fff;
}

.sideRank1 a:hover {
    text-decoration: none;
    background: url(../img/common/icon_rank.gif) 5px 10px no-repeat #f5f5f5;
}

.sideRank2 a:hover {
    text-decoration: none;
    background: url(../img/common/icon_rank.gif) 5px -30px no-repeat #f5f5f5;
}

.sideRank3 a:hover {
    text-decoration: none;
    background: url(../img/common/icon_rank.gif) 5px -70px no-repeat #f5f5f5;
}

.sideRank4 a:hover {
    text-decoration: none;
    background: url(../img/common/icon_rank.gif) 5px -110px no-repeat #f5f5f5;
}

.sideNav1 li {
    border-bottom: solid 1px #e7e7e7;
}

.sideNav1 li a {
    display: block;
    padding: 13px 5px 12px 25px;
    line-height: 1;
    width: 190px;
    background: url(../img/common/arrow.gif) 8px center no-repeat #fff;
    color: #333;
}

.sideNav1 li a:hover {
    text-decoration: none;
    color: #333;
    background: url(../img/common/arrow.gif) 8px center no-repeat #f5f5f5;
}

.sideCale,
.sideCnt {
    background: #fff;
    border: solid 1px #dadbde;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}

.sideCaleTtl,
.sideCntTtl {
    padding: 11px;
    color: #0075c1;
    font-weight: bold;
    line-height: 1;
    font-size: 131%;
    background: #e5e6e8;
    margin-bottom: 10px;
}

.sideCale table {
    width: 220px;
    margin: 0 auto 8px;
}

.sideCale th,
.sideCale td {
    padding: 2px 0;
    line-height: 1.1;
    text-align: center;
}

.sideCale th,
.sideCale td {
    padding: 3px 0;
    line-height: 1.1;
    text-align: center;
    border: solid 2px #fff;
}

.sideCale th {
    background: #e5e6e8;
}

.sideCale td {
    background: #f5f5f5;
}

.sideCale caption {
    background: #e5e6e8;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border: solid 2px #fff;
}

.rest {
    background: #ffdfdf !important;
}

.holiTxt {
    padding: 0 10px 8px;
    font-size: 93%;
    line-height: 1.2;
}

.holiTxt span {
    color: #ffb7b7;
}

.sideCnt1 {
    padding: 0 10px 5px;
    line-height: 1.2;
    font-size: 116%;
}

.sideCnt dl {
    padding: 0 5px 0 10px;
}

.sideCnt2 {
    background: #0075c1;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 3px;
    padding: 3px 4px 1px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 3px;
}

.sideCnt3 {
    font-size: 25px;
    letter-spacing: 0;
    color: #0075c1;
    line-height: 1;
}

.sideCnt4 {
    font-size: 18px;
    letter-spacing: 0;
    color: #0075c1;
    line-height: 1;
    padding: 6px 0;
}

.sideCnt5 {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin-right: 3px;
    padding: 3px 1px 1px;
    color: #666;
    border: solid 1px #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 3px;
}

.sideCnt6 {
    font-size: 11px;
    padding: 2px 0;
}

.sideTxts {
    font-size: 11px;
    padding: 2px 10px 6px;
}

.sideCntBtn {
    clear: both;
    width: 220px;
    padding: 5px 0 10px 9px;
}

.sideCntBtn a {
    clear: both;
    width: 175px;
    height: 27px;
    padding: 13px 0 0 45px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background: url(../img/common/side_mail.png) 20px center no-repeat #0075c1;
    border-bottom: solid 4px #005a94;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sideCntBtn a:hover {
    border-bottom: solid 2px #005a94;
    margin-top: 2px;
    text-decoration: none;
    background: url(../img/common/side_mail.png) 20px center no-repeat #006aaf;
}

div.faxorder {
    width: auto;
    background: #fff;
    border: solid 3px #FAB400;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 12px 10px 5px;
}

div.faxorder p {
    margin: 0;
    padding: 0;
    text-align: center;
}

div.faxorder ul {
    margin: 8px 0 0 30px;
}

div.faxorder ul li {
    font-size: 22px;
    font-weight: bold;
}

div.faxorder ul li a,
div.faxorder ul li a:link,
div.faxorder ul li a:visited {
    color: #00A0E9;
    text-decoration: none;
    background: url(../img/common/fax_arrow.png) left 5px no-repeat;
    padding: 0 0 0 26px;
}

div.faxorder ul li a:hover {
    color: #957C52;
    text-decoration: none;
    background: url(../img/common/fax_arrow_h.png) left 5px no-repeat;
}



/* FOOTER
----------------------------------------------- */
#pageTop {
    bottom: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 890px;
    position: fixed;
    z-index: 999;
}

.foot1 {
    width: 100%;
    background: #f0f0f1;
    border-top: solid 1px #e0e0e2;
    text-align: center;
    clear: both;
}

.foot1In {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
}

.footLogo {
    width: 260px;
    float: left;
}

.foot1In ul {
    width: 185px;
    float: left;
}

.foot1In li {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.foot1In li a {
    color: #666;
    line-height: 1.2;
}

.foot2 {
    width: 100%;
    background: #fff;
    border-top: solid 4px #0075c1;
    text-align: center;
    clear: both;
}

.foot2 ul {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0 0;
}

.foot2 li {
    width: 200px;
    display: inline-block;
    padding: 0 8px 20px;
}

.foot2 p.gs_title {
    margin: 0;
    padding: 2px 0 3px;
    width: 100%;
    background: #0075c1;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.copy {
    width: 100%;
    clear: both;
    background: #0075c1;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}



/********** tel　フッター **********/

.footTel2 {
	background: #0075c1;
	display: inline-block;
	float: left;
	font-size: 13px;
	margin:4px 5px 0 0 ;
	padding: 3px 4px 1px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.footer__inner {
	margin: 30px auto;
	padding: 0;
	margin-bottom:20px;
  justify-content: flex-start;
display:flex;
flex-wrap: wrap;
}

.footer-contact-content .footer-contact-tel {
    display: block;
    /*float: left;*/
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-right: none;
    height: auto;
    /*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
    margin: 6px 0 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
}
.footer-contact-tel .fas{
    margin-right:4px;
}

.footer-contact-tel .fas.blue{
    color:#0e2d64;
}

.footer-contact-tel .left{
    display: inline-block;
    vertical-align: top;
    width:300px;
    margin:0 4px 0 0;
    font-size:10px;
    line-height:1.2;
    color:#1e1e1e;
}
.footer-contact-tel .left span.tel1{
    font-size:24px;
    font-weight: bold;
}
.footer-contact-tel .left span.tel2{
    font-size:13px;
    font-weight: bold;
    padding:0 0 0 3px;
}

.footer-contact-tel .right{
    display: inline-block;
    vertical-align: top;
    width:200px;
    margin:8px 0 0 0;
    font-size:11px;
    line-height: 1.5;
    color:#1e1e1e;
}

.footer-contact-tel .right span.mail{
    font-size:16px;
}


.footer-description-content {
    float:left;
    margin:30px 0 0 10px;
}

.footer__inner .invoice {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  margin-left:30px;
  border:solid 2px #333;
}

.footer__inner .invoice p.bold_number {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  line-height: 2;
}

.footer__inner  .invoice a,
.footer__inner  .invoice a:link,
.footer__inner  .invoice a:visited{
color:#666;
text-decoration:underline;
}


/* CONTENTS
----------------------------------------------- */
#contents {
    width: 1000px;
    margin: 5px auto 0;
    padding-bottom: 10px;
}

#main {
    width: 740px;
    float: right;
    text-align: left;
}

.breadcrumbs {
    width: 100%;
    padding-bottom: 10px;
}

.breadcrumbs li {
    float: left;
    line-height: 1.2;
}

.ttlCmn {
    font-size: 154%;
    color: #0075c1;
    line-height: 1.2;
    padding: 2px 5px 5px 0;
    clear: both;
    border-bottom: 1px solid #0075c1;
    margin: 20px 0 10px;
}

.mateCmn {
    padding: 2px 5px 8px 10px;
    clear: both;
}

.mateCmn a {
    font-size: 120%;
    font-weight: bold;
    color: #d2691e;
    line-height: 1.2;
}

.guide {
    width: 738px;
    background: #fff;
    border: solid 1px #dadbde;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px 0;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

.guide h3 {
    width: 100%;
    font-size: 154%;
    color: #e75757;
    line-height: 1.2;
    padding: 0 0 10px 20px;
}

.guideDl1 {
    width: 340px;
    padding: 0 0 0 20px;
}

.guideDl1 dt,
.guideDl2 dt {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 116%;
    font-weight: bold;
}

.guideDl1 dd,
.guideDl2 dd {
    line-height: 1.4;
    color: #666;
    margin-bottom: 10px;
}

.guideDl1 dd a,
.guideDl2 dd a {
    background: url(../img/common/arrow2.gif) left 3px no-repeat;
    padding-left: 12px;
}

.guideDl2 {
    width: 100%;
    padding: 0 0 0 20px;
}

.lowprice_b {
    padding: 0 0 25px;
}

.lowprice_r {
    padding: 0 0 15px;
}

.lowprice_b a,
.lowprice_r a {
    cursor: pointer;
    width: 740px;
    height: 70px;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.lowprice_b a {
    background: url(../img/top/lowprice_ban_blu.jpg) 0 center no-repeat #fff;
}

.lowprice_r a {
    background: url(../img/top/lowprice_ban_red.jpg) 0 center no-repeat #fff;
}

.lowprice_b a:hover,
.lowprice_r a:hover {
    background: url(../img/top/lowprice_ban_h.jpg) 0 center no-repeat #fff;
}

.sp_outlet_b {
    display: none;
}

.outlet_b {
    padding: 0 0 25px;
}

.outlet_b a {
    cursor: pointer;
    width: 740px;
    height: 77px;
    display: block;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.outlet_b a {
    background: url(../img/top/outlet_link_top.png) 0 center no-repeat #fff;
}

.outlet_b a:hover {
    background: url(../img/top/outlet_link_top_h.png) 0 center no-repeat #fff;
}

.sideBan .outlet_l {
    background: url("/img/common/outlet_link_h.png") no-repeat;
}

.sideBan .outlet_l a {
    display: inline-block;
}

.sideBan .outlet_l a:hover {
    background-color: transparent;
    /* IE6対応 */
}

.sideBan .outlet_l a:hover img {
    visibility: hidden;
}

.sideBan .sp_img {
    display: none;
}

/* ==================== 新TOP ==================== */


#new-top {
    max-width: 740px;
    height: auto margin-bottom:40px;
    overflow: hidden;
}

#new-top .bannerBox {
    height: auto
}

#new-top .bannerBox ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new-top .bannerBox li {
    text-align: center;
}
#new-top .bannerBox li img {
    text-align: center;
    border: solid 1px #d9d9d9;
    margin-bottom: 10px;
}

#new-top .bannerBox p {
    font-style: 14px;
    margin-top: 0px;
    color: #000000;
    font-weight: bold;
}
#new-top .bannerBox .attention{
    color: #ff0000;
    font-size: 17px;
}


#new-top .bannerBox p span {
    font-size: 16px;
    color: red;
    font-weight: bold;
}
#new-top .bannerBox .top_pickup p span {
    font-size: 13px;
    color: #000000;
}

.sozai .fs-15{
    font-size: 15px;
}
 #new-top h3 {
    font-size: 17px;
    color: #116195;
    line-height: 1.2;
    clear: both;
    margin-bottom: 15px;
  }

#new-top .topIntroduction_description {
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 0 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

#new-top .topIntroduction_description h1 {
    font-size: 18px;
    color: #0075c1;
    margin: 0 0 10px;
    line-height: 1.4;
}

#new-top .topIntroduction_description p {
    line-height: 1.5;
}

/* 404エラーページ */
.error-404-content {
    padding: 40px 20px;
    text-align: center;
    line-height: 2;
}
.error-404-links {
    margin-top: 30px;
}
.error-404-links a {
    display: inline-block;
    margin: 5px 10px;
    padding: 10px 25px;
    background: #0075c1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.error-404-links a:hover {
    background: #005a99;
}


#new-top h2 {
    font-size: 154%;
    color: #0075c1;
    line-height: 1.2;
    padding: 2px 5px 5px 0;
    clear: both;
    border-bottom: 2px solid #0075c1;
    margin: 40px 0 20px;
}

#new-top h2.top_pickup_h2 {
    color: #bca20e;
    border-bottom: 2px solid #bca20e;
    margin: 30px 0 20px 0;
}

#new-top h2 img {
    margin: 0 10px 4px 0;
}

#new-top h4 {
    font-size: 154%;
    color: #0075c1;
    line-height: 1.2;
    padding: 2px 5px 5px 0;
    clear: both;
    border-bottom: 2px solid #0075c1;
    margin: 40px 0 20px;
}

#new-top h4 img {
    margin: 0 10px 4px 0;
}

new-top .FeatureBox {
    max-width: 740px;
    height: auto
}

#new-top .FeatureBox ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new-top .Compact {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_Compact.jpg");
}

#new-top .Compact:hover {
    opacity: 0.5;
}

#new-top .Compact p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .Fastener {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_fastener.jpg");
}

#new-top .Fastener:hover {
    opacity: 0.5;
}

#new-top .Fastener p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}


#new-top .button {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_button.jpg");
}

#new-top .button:hover {
    opacity: 0.5;
}

#new-top .button p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .magictape {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_magictape.jpg");
}

#new-top .magictape:hover {
    opacity: 0.5;
}

#new-top .magictape p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .register {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_register.jpg");
}

#new-top .register:hover {
    opacity: 0.5;
}

#new-top .register p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .hotcool {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_hotcool.jpg");
}

#new-top .hotcool p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .hotcool:hover {
    opacity: 0.5;
}


#new-top .Large {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_Large.jpg");
}

#new-top .Large:hover {
    opacity: 0.5;
}

#new-top .Large p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .Pocket {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_pocket.jpg");
}

#new-top .Pocket:hover {
    opacity: 0.5;
}

#new-top .Pocket p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .shoulder {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_shoulder.jpg");
}

#new-top .shoulder:hover {
    opacity: 0.5;
}

#new-top .shoulder p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .wrapping {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_wrapping.jpg");
}

#new-top .wrapping:hover {
    opacity: 0.5;
}

#new-top .wrapping p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}


#new-top .outlet {
    width: 170px;
    height: 150px;
    text-align: center;
    background: url("../img/top/New-top/Top_function_outlet.jpg");
}

#new-top .outlet:hover {
    opacity: 0.5;
}

#new-top .outlet p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top:125px;
}

#new-top .shapeBox ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new-top .shapeBox li {
    text-align: center;
    margin-bottom: 20px;
}

#new-top .shapeBox p {
    font-style: 14px;
    color: #000000;
    margin-top: 10px;
    font-weight: bold;

}
#new-top .shapeBox li img{
    width: 160px;
}

#new-top .priceBox {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

#new-top .price-btn01 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #FF7B9D;
    border-radius: 5px;
    text-align: center;
    background: #FFC4D6;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;

}

#new-top .price-btn01 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #FFC4D6;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn02 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #FF4C82;
    border-radius: 5px;
    text-align: center;
    background: #FF7B9D;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn02 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #FF7B9D;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn03 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #ED3E68;
    ;
    border-radius: 5px;
    text-align: center;
    background: #FF4C82;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn03 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #FF4C82;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn04 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #E22E68;
    ;
    border-radius: 5px;
    text-align: center;
    background: #ED3E68;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn04 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #ED3E68;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}


#new-top .price-btn05 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #c42458;
    ;
    border-radius: 5px;
    text-align: center;
    background: #E22E68;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn05 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #E22E68;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn06 a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 5px #9b1a44;
    ;
    border-radius: 5px;
    text-align: center;
    background: #c42458;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}

#new-top .price-btn06 a:hover {

    text-decoration: none;
    position: relative;
    top: 5px;
    border-bottom: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    border-radius: 5px;
    text-align: center;
    background: #c42458;
    color: #FFF;
    height: 70px;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
}




.left_attraction {
    border: 2px solid #efefef;
        border-radius: 5px;
        padding: 0PX 0px 0px 0px;
        margin-top: 2px;
}

.left_attraction > li {
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-content: ;
    align-items: center;
    border-right: 1px solid #EFEFEF;
}

.left_attraction > li img.icon {
    max-width: 45px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.left_attraction > li:not(:first-child) {
    border-top: 1px solid #efefef;
}

.c-menu-attraction__text {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    font-family: 'Noto Sans Japanese';
    line-height: 1.25;
    font-weight: 500;
}

.c-menu-attraction {
    display: table;
    margin-bottom: 12px;
    width: 100%;
    border: 4px solid #efefef;
    border-radius: 5px;
}

.c-menu-attraction__item {
    position: relative;
    width: 100%;
    padding: 6px;
    display
}


.c-menu-attraction__icon {
    display: table-cell;
    width: 48px;
    text-align: center;
    vertical-align: middle
}



.c-menu-attraction__text__sub {
    font-size: 10px;
    display: block;
}

.c-menu-attraction__text__sub br {
    display: none;
}

.menu-quickLinc {
    width: 100%;
    margin-bottom: 30px
}

.menu-quickLinc_item {
    position: relative;
    width: 100%;
    margin-bottom: 8px
}

.menu-quickLinc_item.menu-quickLinc_item-onlyDrawer {
    display: none
}

.menu-quickLinc_item:last-child,
.menu-quickLinc_item:nth-last-child(2) {
    margin-bottom: 0
}

.menu-quickLinc_item:last-child .menu-quickLinc_item_button,
.menu-quickLinc_item:nth-last-child(2) .menu-quickLinc_item_button {
    border-bottom: 1px solid #c8c8c8
}

.menu-quickLinc_item_button {
    display: block;
    width: 100%;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px #a8a8a8;
    -moz-box-shadow: 0 1px #a8a8a8;
    box-shadow: 0 1px #a8a8a8;
    letter-spacing: 0;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background: -webkit-linear-gradient(#fff, #e8e8e8);
    background: -moz-linear-gradient(#fff, #e8e8e8);
    background: -o-linear-gradient(#fff, #e8e8e8);
    background: linear-gradient(#fff, #e8e8e8)
}

.menu-quickLinc_item_icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

/* トップページ　メインバナー（NEWS/INFO上）
----------------------------------------------- */

div#topBox {
    width: 740px;
    height: auto margin-bottom:40px;
    overflow: hidden;
}


div#topBox div.topBox_l {
    float: left;
    width: 425px;
    height: 275px;
    padding: 12px 14px;
    background: #e9e9eb;
}


div#topBox div.topBox_r {
    float: right;
    width: 250px;
    height: auto;
    text-align: center;
}

div#topBox div.topBox_r a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5em;
}

div#topBox div.topBox_r a span {
    position: relative;
}

div#topBox div.topBox_r a span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.6em;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

div.topBox_r ul li {
    margin-bottom: 20px;
}

.cotton_pricedown {
    float: left;
    width: 453px;
    height: 299px;
    background: url(../img/top/pricedown_back.jpg);
}

div.cotton_pricedown ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 68px 0 0 8px;
    width: 440px;
}



/* シルク印刷の仕上りについて
----------------------------------------------- */

#silk_finish {
    margin-bottom: 40px;
}


#silk_finish .silk_ex {
    background: #f2f2f2;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px 0 30px 0;
}

#silk_finish .silk_ex ul {
    float: left;
    margin-left: 40px;
    font-weight: bold;
    color: #0071bc;
}

#silk_finish .silk_ex ul li {
    padding: 5px;
    font-size: 110%;
    list-style: disc;
}

#silk_finish h3 {
    clear: both;
    padding: 50px 3px 3px 3px;
    border-bottom: 3px #cccccc solid;
    font-size: 130%;
    font-weight: bold;
}

#silk_finish h3 span {
    font-size: 80%;
    font-weight: normal;
    float: right;
}


#silk_finish .slik_moto a {
    font-size: 120%;
    font-weight: bold;
    float: right;
    color: #ff0000;
    margin: 10px 0;
}

/********** メイン　スライダー **********/
.bigCarousel {
    /*position: relative;*/
    width: 746px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden
}

.bigCarousel--hover .bigCarousel__button,
.bigCarousel.hover .bigCarousel__button,
.bigCarousel:hover .bigCarousel__button {
    opacity: 1
}

.bigCarousel__frame {
    position: relative;
    width: 100%;
    height: 302px;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    border: solid 1px #d0d0d0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    box-sizing: border-box;
}

.bigCarousel__frame.slick-initialized {
    opacity: 1
}

.bigCarousel__frame__button {
    position: absolute
}

.slick-slide:first-child {
    display: block
}

.carouselSlide__anchor {
    display: block;
    width: 98%
}

/* 季節のイベント応援特集（春・初夏・秋・冬）
----------------------------------------------- */
div#eventsupportHead {
    background: url("/img/guide/summer_event_head.jpg") no-repeat left top;
    width: 740px;
    height: 265px;
    position: relative;
}

div#eventsupportBk p#icon {
    position: absolute;
    top: -110px;
    left: 5px;
    z-index: 4;
}

div#eventsupportHead p#top_copy {
    position: absolute;
    top: 195px;
    left: 210px;
}

div#eventsupportBk {
    background: #00c0ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00c0ff 0%, #ffffff 15%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00c0ff 0%, #ffffff 15%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00c0ff 0%, #ffffff 15%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c0ff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    width: 740px;
    height: 2000px;
    position: relative;
    z-index: 1;
}

div#eventsupportBk div#recommend {
    width: 720px;
    height: auto;
    background: url("/img/guide/event_foward.png") no-repeat left top #FFF;
    border: 3px #E6E6E6 solid;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 3;
}

div#eventsupportBk div#recommend p#copy1 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    color: #534741;
    margin: 15px auto 80px auto;
}

div#eventsupportBk div#recommend p#copy1 span {
    font-size: 22px;
    line-height: 34px;
}

div#eventsupportBk div#recommend ul {
    list-style: none;
    border-bottom: 3px #E6E6E6 solid;
    margin-top: 50px;
    padding-bottom: 10px;
    position: relative;
}

div#eventsupportBk div#recommend ul li {
    display: inline-block;
    width: 54%;
    margin: 0;
    padding-right: 10px;

}

div#eventsupportBk div#recommend ul li:last-child {
    padding: 0;
    width: 40%;
    vertical-align: top;
}

div#eventsupportBk div#recommend ul li:last-child img {
    margin-top: -20px;
}


div#eventsupportBk div#recommend ul li div.caseTtl {
    width: 100%;
    position: relative;
    border: 3px #E6E6E6 solid;
    border-left: none;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    background: #F2F2F2;
}

div#eventsupportBk div#recommend ul li div.caseTtl img.caseNumber {
    position: absolute;
    top: -22px;
    left: 10px;
}

div#eventsupportBk div#recommend ul li img.sp_img {
    display: none;
}

div#eventsupportBk div#recommend ul li div.caseTtl p {
    color: #534741;
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    padding: 15px 0 10px 25px;
    margin: 0;
}

div#eventsupportBk div#recommend ul li p {
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0 0 25px;
}

div#eventsupportBk div#recommend ul li .arrange {
    position: absolute;
    left: 40px;
    bottom: 30px;
    width: 42%;
}

div#introuble {
    padding-bottom: 40px;
    background-color: #00C0FF;
    color: #FFF;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 40px;
}

div#introuble p {
    margin-bottom: 15px;
}

div#introuble span {
    font-size: 31px;
    font-weight: bold;
}

div#sp_eventsupportBk {
    display: none;
}



/* トップページ　人気商品
----------------------------------------------- */
div#main div#rankingBox {
    box-sizing: border-box;

    width: 740px;
    margin-bottom: 40px;
}

div#main div#rankingBox ul {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: solid 1px #ccc;
    margin: 0 auto;
    display: -webkit-box;
    /* before Android4.3 iOS6:Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-flex;
    /* Pc-safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#main div#rankingBox ul li {
    width: 355px;
    margin-bottom: 5px;
}

div#main div#rankingBox ul li img {
    max-width: 100%;
    height: auto;
}

div#main div#rankingBox ul li.clmn3 {
    width: 234px;
}

div#main div#rankingBox ul li.clmn3last {
    width: 234px;
}

div#main div#rankingBox .sp_img {
    display: none;
}

/* 当社の強み
----------------------------------------------- */

div#freepage1 div#ourStrongPoint {
    width: 740px;
    height: auto;
    background: #F2F3F3;
    overflow: hidden;
}


div#freepage1 div#ourStrongPoint div#ttl {
    width: 740px;
    height: 160px;
    position: relative;
    background: #E4F1F9;
}

div#freepage1 div#ourStrongPoint div#ttl p#img1 {
    width: 740px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

div#freepage1 div#ourStrongPoint div#ttl p#img2 img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 160px;
    width: auto;
}


div#freepage1 div#ourStrongPoint div#ttl p#copy {
    width: 500px;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

div#freepage1 div#ourStrongPoint div.whiteBox {
    background: #fff;
    padding: 0 0 10px 0;
    margin: 20px auto 10px auto;
    width: 720px;
    height: auto;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3 {
    height: 55px;
    display: block;
    padding: 2px 0 0 70px;
    font-size: 1.4em;
    line-height: 3em;
    margin: 0;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason1 {
    background: url("/img/guide/reason01.png") no-repeat left top #F6E8EE;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason2 {
    background: url("/img/guide/reason02.png") no-repeat left top #E3EFF6;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason3 {
    background: url("/img/guide/reason03.png") no-repeat left top #FFF1E4;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3 span {
    line-height: 0;
    vertical-align: middle;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason1 span {
    font-size: 1.5em;
    color: #FF7BA3;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason2 span {
    font-size: 1.5em;
    color: #0071B3;
}

div#freepage1 div#ourStrongPoint div.whiteBox h3.reason3 span {
    font-size: 1.5em;
    color: #EE8A1E;
}


div#freepage1 div#ourStrongPoint div.whiteBox h4 {
    padding: 2px 0 0 12px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 10px 0;
    vertical-align: beseline;
}

div#freepage1 div#ourStrongPoint div.whiteBox h4.reason1 {
    border-left: solid 7px #FF7BA3;
}

div#freepage1 div#ourStrongPoint div.whiteBox h4.reason2 {
    border-left: solid 7px #0071B3;
}

div#freepage1 div#ourStrongPoint div.whiteBox h4.reason3 {
    border-left: solid 7px #EE8A1E;
}


div#freepage1 div#ourStrongPoint div.whiteBox h4 span {
    color: #f14f4c;
    font-size: 1.2em;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.box1,
div#freepage1 div#ourStrongPoint div.whiteBox div.box2 {
    width: 680px;
    height: auto;
    overflow: auto;
    margin: 5px auto 10px auto;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.img {
    width: 220px;
    height: auto;
    margin-top: 10px;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.box1 div.img,
div#freepage1 div#ourStrongPoint div.whiteBox div.box2 div.point {
    float: right;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.box2 div.img {
    float: left;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.img img {
    max-width: 100%;
}

div#freepage1 div#ourStrongPoint div.whiteBox div.point {
    width: 430px;
    height: auto;
    text-align: justify;
}

div#freepage1 div#ourStrongPoint div.whiteBox .reason2img {
    background: url("/img/guide/reason02_1.png") no-repeat right bottom;
    width: 260px;
    height: auto;
}

hr.slant {
    height: 6px;
    display: block;
    width: 95%;
    background: url(/img/guide/hr.png) repeat-x 0 0;
    border: 0;
}


div#freepage1 div#ourStrongPoint div.onestopservice1,
div#freepage1 div#ourStrongPoint div.onestopservice2,
div#freepage1 div#ourStrongPoint div.onestopservice3 {
    width: 220px;
    height: 295px;
    box-shadow: 1px 1px 0px 2px #DDDDE0;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0 11px;
    background: #F3F3F4;
    vertical-align: top;
    position: relative;
}


div#freepage1 div#ourStrongPoint div.onestopservice1 p,
div#freepage1 div#ourStrongPoint div.onestopservice2 p,
div#freepage1 div#ourStrongPoint div.onestopservice3 p {
    width: 96%;
    text-align: left;
    width: 200px;
    margin: 10px auto 0 10px;
    font-size: 13px;
    letter-spacing: 0em;
}

div#freepage1 div#ourStrongPoint div.onestopservice1 p span,
div#freepage1 div#ourStrongPoint div.onestopservice2 p span,
div#freepage1 div#ourStrongPoint div.onestopservice3 p span {
    font-weight: bold;
}

div#freepage1 div#ourStrongPoint div.onestopservice1 p img,
div#freepage1 div#ourStrongPoint div.onestopservice2 p img,
div#freepage1 div#ourStrongPoint div.onestopservice3 p img {
    margin-bottom: 5px;
}

div#freepage1 div#ourStrongPoint div.onestopservice1 p.btn,
div#freepage1 div#ourStrongPoint div.onestopservice2 p.btn,
div#freepage1 div#ourStrongPoint div.onestopservice3 p.btn {
    position: absolute;
    bottom: 5px;

}


div#freepage1 div#ourStrongPoint div.onestopservice1 div.ttl,
div#freepage1 div#ourStrongPoint div.onestopservice2 div.ttl,
div#freepage1 div#ourStrongPoint div.onestopservice3 div.ttl {
    height: 30px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8em;
    position: relative;
    padding-left: 20px;
}

div#freepage1 div#ourStrongPoint div.onestopservice1 div.ttl {
    background: #FF1D25;
}

div#freepage1 div#ourStrongPoint div.onestopservice2 div.ttl {
    background: #3FA0EC;
}

div#freepage1 div#ourStrongPoint div.onestopservice3 div.ttl {
    background: #7AC043;
}

div#freepage1 div#ourStrongPoint div.onestopservice1 div.ttl div#speed,
div#freepage1 div#ourStrongPoint div.onestopservice2 div.ttl div#quality,
div#freepage1 div#ourStrongPoint div.onestopservice3 div.ttl div#cost {
    position: absolute;
    left: -7px;
    top: -9px;
}

div#freepage1 div#reason_comment {
    text-indent: -9999px;
    background: url("/img/guide/reason_comment.png") no-repeat left top;
    width: 720px;
    height: 123px;
    margin: 0 auto 20px auto;
}


/* ----- 大容量バッグ ----- */

#bigsizeBag .pointBox {
    width: 100%;
    background: url("/img/cate/bigsizeHead.png") #fdcd57 no-repeat left top;
    padding-top: 15.8%;
    padding-bottom: 5px;
}

#bigsizeBag div.point_bk {
    background: #FFF;
    width: 720px;
    margin: 15px auto;
    box-shadow: 5px 5px 0 0 #ff9545;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
    position: relative;
    min-height: 255px;
}

#bigsizeBag div.point_bk img.right {
    position: absolute;
    bottom: 0;
    right: 0;
}

#bigsizeBag div.point_bk p.ttl {
    font-size: 2em;
    font-weight: bold;
}

#bigsizeBag div.point_bk p.ttl span {
    background: url(/img/cate/underline_green.png) bottom repeat-x;
    margin-top: 5px;
}

#bigsizeBag div.point_bk p.text {
    width: 410px;
    text-align: justify;
    line-height: 1.7;
    margin-top: 10px;
}

#bigsizeBag div.lineup {
    text-align: center;
    margin-top: 20px;
}



#bigsizeBag div.lineup ul {
    display: -webkit-box;
    /* before Android4.3 iOS6:Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-flex;
    /* Pc-safari */
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

#bigsizeBag div.lineup ul li {
    width: 32%;
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
    border: solid 2px #e6e6e6;
}

#bigsizeBag div.lineup ul li p {
    height: 120px;
}

#bigsizeBag div.lineup ul li img {
    margin: 5px 0;
}

#bigsizeBag div.lineup ul li span.product {
    background: url(/img/cate/underline_orange.png) bottom repeat-x;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 15px;
    margin: 0 auto;
    color: #ff761c;
    display: table;
}

#bigsizeBag div.lineup ul li span.product#space {
    margin: 0 auto;
    line-height: 1.3
}

#bigsizeBag div.lineup ul li span.text2 {
    padding-top: 8px;
    display: block;
}

#bigsizeBag .listBtn {
    overflow: hidden;
    width: 100% height: 30px;
    margin-top: 25px;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#bigsizeBag .listBtn a {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #ffc436;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}

#bigsizeBag .listBtn a:hover,
#bigsizeBag .listBtn2 a:hover {
    background: #ffd476;
}

#bigsizeBag .listBtn a:after,
#bigsizeBag .listBtn2 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #1a1a1a;
}

#bigsizeBag .listBtn2 {
    overflow: hidden;
    width: 100% height: 30px;
    margin-top: 10px;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#bigsizeBag .listBtn2 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #ffc436;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}


#bigsizeBag div#introuble {
    background-color: #00C0FF;
    color: #FFF;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    margin: 40px 0;
    position: static;
}

#bigsizeBag div#introuble img {
    margin-bottom: 20px;
}

/* ----- 学校説明会・オープンキャンパス特集 ----- */

div#forStudents div.checkpointBox {
    padding: 20px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
}

div#forStudents div.checkpointBox p img {
    margin-bottom: 10px;
}


div#forStudents div.checkpointBox#no1 {
    margin: 20px 0 0 130px;
    width: 520px;
}

div#forStudents div.checkpointBox#no1 p.number {
    position: absolute;
    top: 0;
    left: -110px;
}

div#forStudents div.checkpointBox#no2 {
    margin: 30px 0 0 230px;
    width: 470px;
}

div#forStudents div.checkpointBox#no2 p.number {
    position: absolute;
    top: -20px;
    right: 10px;
}

div#forStudents div.checkpointBox#no2 p.img {
    position: absolute;
    top: 0;
    left: -190px;
}

div#forStudents div.checkpointBox#no3 {
    margin: 30px 0 0 130px;
    width: 320px;
}

div#forStudents div.checkpointBox#no3 p.number {
    position: absolute;
    top: 0;
    left: -110px;
}

div#forStudents div.checkpointBox#no3 p.img {
    position: absolute;
    right: -200px;
    top: 0;
}

div#forStudents div#lineup {
    background:
        url(/img/guide/tegaki_line01.png) left 2% no-repeat,
        url(/img/guide/tegaki_line02.png) left bottom no-repeat;
    background-color: #e3f482;
    padding-bottom: 20px;
    margin: 20px 0 0;
}

div#forStudents div#lineup p:first-child {
    padding-top: 35px;
    text-align: center;
}

div#forStudents div#lineup ul {
    margin: 20px auto;
    display: -webkit-box;
    /* before Android4.3 iOS6:Safari */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-flex;
    /* Pc-safari */
    display: flex;
}

div#forStudents div#lineup ul li {
    width: 136px;
    height: 455px;
    position: relative;
    margin-right: 2px;
    padding-bottom: 10px;
}

div#forStudents div#lineup ul li a {
    padding: 10px 1px;
    background: #ff001d;
    box-shadow: 0 4px 0 #b40000;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 96%;
    box-sizing: border-box;
    position: absolute;
    bottom: 7px;
    left: 2px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

div#forStudents div#lineup ul li a:hover {
    position: absolute;
    bottom: 5px;
    left: 2px;
    box-shadow: 0 2px 0 #b40000;
    background: #cc001a;
    text-decoration: none;
}


div#forStudents div#lineup ul li a span {
    padding: 0 0 0 15px;
}

div#forStudents div#lineup ul li a span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    padding-left: 5px;
    border: transparent 4px solid;
    /*三角形のサイズ指定*/
    border-left-color: #fff;
    /*三角形の向き指定*/
    vertical-align: middle;
}


div#forStudents div#lineup ul li:nth-child(1) {
    width: 169px;
    text-indent: -9999px;
    background: url(/img/guide/forStudents_table_row01.png) top left no-repeat;
}

div#forStudents div#lineup ul li:nth-child(2) {
    background: url(/img/guide/forStudents_table_row02_h.png)#fff top left no-repeat;
}

div#forStudents div#lineup ul li:nth-child(3) {
    background: url(/img/guide/forStudents_table_row03_h.png)#fff top left no-repeat;
}

div#forStudents div#lineup ul li:nth-child(4) {
    background: url(/img/guide/forStudents_table_row04_h.png)#fff top left no-repeat;
}

div#forStudents div#lineup ul li:nth-child(5) {
    background: url(/img/guide/forStudents_table_row05_h.png)#fff top left no-repeat;
}

div#forStudents div#lineup ul li:nth-child(2):hover img,
div#forStudents div#lineup ul li:nth-child(3):hover img,
div#forStudents div#lineup ul li:nth-child(4):hover img,
div#forStudents div#lineup ul li:nth-child(5):hover img {
    display: none;
}

div#forStudents div#lineup ul li:nth-child(2):hover,
div#forStudents div#lineup ul li:nth-child(3):hover,
div#forStudents div#lineup ul li:nth-child(4):hover,
div#forStudents div#lineup ul li:nth-child(5):hover {
    background-color: #ffffd6;
}

div#forStudents div#introuble {
    background-color: #00C0FF;
    color: #FFF;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    margin: 5px 0 40px;
    position: static;
}

div#forStudents p.sp_img {
    display: none;
}

a.palette_link {
    filter: drop-shadow(0px 2px 2px #c7c7c7);
}

a.palette_link:hover {
    filter: drop-shadow(0px 2px 4px #959595);
}

a.palette_link:hover img {
    opacity: 100;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

.sp_img {
    display: none;
}



/* ---------- ノウハウのエントリーリスト ---------- */

#contents #page_863, #contents #page_1089 {
    border: none;
    text-indent: -9999px;
    height: 64px;
    background: url(/img/column/column_title.png) 0 0 no-repeat;
}

#contents #page_864,
#contents #page_865,
#contents #page_866 {
    border: none;
}

#freepage1 div#column_list div.column_listcat .floatright {
    text-align: right;
}

#freepage1 div#column_list div.column_listcat a {
    text-decoration: none;
    color: #666;
}


#freepage1 div#column_list div.column_listcat {
    padding-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 740px;
}

#freepage1 div#column_list div.column_listcat::after {
    content: "";
    display: block;
    width: 30%;
}


#freepage1 div#column_list div.column_listcat div.article {
    min-width: 210px;
    max-width: 210px;
    width: 33% !important;
    /* 横ボーダー分だけ引く（IEはボーダー込み） */
    margin: 0;
    padding: 10px 0;
    /*border:1px solid #8c8c8c;*/
    /*background:#ededed none;*/
}

#freepage1 div#column_list div.column_listcat div.terminate {
    margin-right: 0;
}

#freepage1 div#column_list div.column_listcat div.article h3,
#freepage1 div#column_list div.column_listcat div.article h4 {
    width: 210px;
    margin: 10px 0;
    padding: 0 0 5px;
    color: #3175BB;
    border-left: none;
    display: inline;
    /* IE6 doublemarginbug fix */
}

#freepage1 div#column_list div.column_listcat div.article .article_image {
    width: 210px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}


#freepage1 div#column_list div.column_listcat div.article p.article_excerpt {
    margin: 4px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 3px 0;
}

/* ==================== 記事詳細 ==================== */


#freepage1 #column_content p {
    font-size: 14px;
    line-height: 1.75;
    padding: 5px;
}

#freepage1 #column_content ul li {
    margin: 5px 10px;
}

#freepage1 #column_content img.floatright {
    margin: 0 0 5px 5px;
}

#freepage1 #column_content .floatright {
    float: right;
}

#freepage1 #column_content h3 {
    font-size: 20px;
    color: #3175BB;
    border-bottom: 2px solid #3175BB;
    margin: 40px 0 10px 0;
}

#freepage1 #column_content h4 {
    font-size: 18px;
    margin-top: 20px;
}


#freepage1 #column_content h2.column_title {
    color: #3175BB;
    background: none;
    font-size: 30px;
}

#freepage1 #column_content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#freepage1 #column_content table th,
table td {
    padding: 10px;
    text-align: center;
}

#freepage1 #column_content table tr:nth-child(odd) {
    background-color: #eee
}

#freepage1 #column_content h2 {
    background-color: #E9E9EB;
    padding: 13px 0 10px 1.5em;
    position: relative;
    font-size: 19px;
    margin: 30px 0 10px;
}

#freepage1 #column_content h2::after {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 8px;
    border: solid 4px #3175BB;
    border-radius: 100%;
}

#column_content dl {
    padding: 5px;
}

#column_content dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

#column_content dl dd {
    font-size: 14px;
    padding-left: 1em;
    margin-bottom: 10px;
}
#freepage1 .txtLink{
    margin: 20px 0;
}
#freepage1 .txtLink a {
    line-height: 2;
    font-size: 120%;
    padding-left:1.5em;
    background: url(../img/common/arrow.gif) 8px center no-repeat;
    color: #333;
    text-decoration: underline;
}


#freepage1 .txtLink.normal{margin:auto; display: inline-block;}
#freepage1 .txtLink.normal a{
    font-size: 100%;
}

#column_content .txtLink a:hover{
    text-decoration: none;
}



/* ==================== 記事一覧 ==================== */

#freepage1 #column_content #column_bottom h4 {
    color: #333;
    border-bottom: 1px solid #333;
}

#freepage1 #column_content #column_bottom .column_list_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 740px;
    margin: 20px auto;
}

#freepage1 #column_content #column_bottom .column_list_bottom a {
    text-decoration: none;
}

#freepage1 #column_content #column_bottom .column_list_bottom dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin: 5px auto;
    padding: 5px;
    border-bottom: 1px solid #333;
}

#freepage1 #column_content #column_bottom .column_list_bottom dl dt img {
    width: 130px;
}

#freepage1 #column_content #column_bottom .column_list_bottom dl dd {
    color: #3175BB;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
}


/*タブ切り替え全体のスタイル*/
.top-tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    width: 98%;
    margin: 0 auto;
}

/*タブのスタイル*/
.top-tab_item {
    width: calc(100%/4);
    height: 50px;
    background-color: #e3e3e3;
    border-bottom: 3px solid #ffa300;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #a4a4a4;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.top-tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="top-tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.top-tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#dojin:checked ~ #dojin_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.top-tabs input:checked + .top-tab_item {
    background-color: #ffa300;
    color: #fff;
}

.top-tab_content ul.flex_wrap,
.accordion-content .flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: wpp-ranking;
}

.top-tab_content ul.flex_wrap img,
.accordion-content .flex_wrap img {
    max-width: 200px;
}

.top-tab_content ul.flex_wrap li,
.accordion-content .flex_wrap li {
    list-style-type: none;
    padding: 5px 0 0 0;
    position: relative;
}

.top-tab_content ul.flex_wrap li:before,
.accordion-content .flex_wrap li::before {
    background: #999;
    border-radius: 50%;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color: #fff;
    font-size: 16px;

    line-height: 1;
    padding: 9px 12px;
    position: absolute;
    top: -10px;
    left: 82.5px;
}

.top-tab_content ul.flex_wrap li:nth-child(1):before,
.accordion-content .flex_wrap li:nth-child(1)::before {
    background: #d6c000;
    z-index: 1;
}

.top-tab_content ul.flex_wrap li:nth-child(2):before,
.accordion-content .flex_wrap li:nth-child(2)::before {
    background: #bbb;
    z-index: 1;
}

.top-tab_content ul.flex_wrap li:nth-child(3):before,
.accordion-content .flex_wrap li:nth-child(3)::before {
    background: #805339;
    z-index: 1;
}

.top-tab_content ul.flex_wrap li p,
.accordion-content .flex_wrap li p {
    color: #313131;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.top-tab_content div.rankttl,
.accordion-content .rankttl {
    background: url(../img/top/rankttl.png)no-repeat;
    margin: 0 auto 20px auto;
    width: 645px;
    height: 95px;
}

.top-tab_content div.rankttl p,
.accordion-content .rankttl p {
    font-weight: bold;
    text-align: center;
    color: #3c3c3c;
    font-size: 17px;
    padding-top: 54px;
    letter-spacing: 2px;
}


.top-tab_content a.Inquiry,
.accordion-content .Inquiry {
    position: relative;
    max-width: 300px;
    text-align: center;
    background-color: #ffa300;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 0 #d37800;
    margin: 30px auto 5px auto;
    display: block;
    font-weight: bold;
}

.top-tab_content a.Inquiry:hover,
.accordion-content .Inquiry:hover {
    top: 5px;
    box-shadow: none;
}

ul.top_pickup li img {
    width: 220px;
    height: auto;
    aspect-ratio: 1 / 1; /* CLS対策: 画像読み込み前に領域確保 */
}
ul.top_pickup li .price-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#new-top ul.top_pickup .osusume-text {
    color: #bca20e;
    font-weight: bold;
    margin-top: 10px;
    font-size: 12px;
}
ul.top_pickup .muji-price{
    background-color: #E9E9EB;
    padding: 2px 7px 0px 7px;
    margin: 0px 0px 6px 0px;
    font-size: 12px;
}
ul.top_pickup .insatsu-price{
    background-color: #E5DBA3;
    padding: 4px 7px 0px 7px;
    font-size: 12px;
}

.accordion-area{
    padding-top: 30px;
}
.accordion-area .summary{
    list-style: none;
}
.accordion-area .summary::-webkit-details-marker {
    display: none;
}
#new-top .accordion-area h2 {
    padding: 0;
    border-bottom: 0;
    margin: 0;
}
#new-top .accordion-area h2 img{
    width: 100%;
    height: 100%;
    margin: 0;
}

.accordion-list .accordion-list-item {
    border: 3px solid #ffa300;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-list .accordion-list-item:last-child {
    padding-bottom: 0;
}

.accordion-area .summary{
    position: relative;
    display: block;
    cursor: pointer;
}

.i-plus{
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffa300;
    border-radius: 10px 0 0 0;
}

.i-plus::before,
.i-plus::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.i-plus::before {
    width: 25px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.i-plus::after {
    width: 2px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

details[open] .i-plus::after {
    transform: translate(-50%,-50%) rotate(90deg);
    opacity: 0;
}
.accordion-content{
    overflow: hidden;
}
.accordion-content .inner{
    padding: 40px 30px;
    background-color: #fff;
}



ul.colorselect {
    list-style-type: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: wpp-ranking;
}

ul.colorselect li {
    margin: 10px 20px;
    width: 70px;
}


#kururi ul.flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#kururi ul.flex_wrap li {
    max-width: 350px;
}

#kururi ul.flex_wrap li p.ttl {
    font-size: 18px;
    font-weight: bold;
}

#kururi ul.flex_wrap li p.ttl_cnt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#kururi ul.flex_wrap li p.sentence {
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.8em;
}


#coolECOPA ul.flex_wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#coolECOPA ul.flex_wrap li {
    max-width: 350px;
}



#coolECOPA ul.flex_wrap img {
    width: 350px;
}

#coolECOPA ul.flex_wrap li p.ttl {
    font-size: 18px;
    font-weight: bold;
}

#coolECOPA ul.flex_wrap li p.ttl_cnt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#coolECOPA ul.flex_wrap li p.sentence {
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.8em;
}

#coolECOPA p.mainttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


#coolECOPA p.mainsentence {
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 30px;
}

div#summerbag img.main {
    display: block;
    width: 100%;
}

h2#page_945 {
    display: none;
}


div#summerbag div.btn {
    text-align: center;
    margin: auto;
}

div#summerbag button {
    position: relative;
    margin: 30px 10px;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    border: 1px solid black;
    background: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    width: 21%;
}

div#summerbag button a,
div#summerbag button a:visited {
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    color: #000;
}

div#summerbag div#summerlineup {
    background: url(../img/guide/summer_back.jpg);
    width: 100%;
    padding-bottom: 10px;
}


div#summerbag button:after {
    position: absolute;
    top: 2px;
    left: -4px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(0deg);
}

div#summerbag .yellow:after {
    background: #f4ec5a;
}

div#summerbag div#jutebag .head {
    background: url(../img/guide/head_jute.jpg)no-repeat;
    display: block;
    width: 740px;
    height: 190px;
}

div#summerbag div#coolbag .head {
    background: url(../img/guide/head_cool.jpg)no-repeat;
    display: block;
    width: 740px;
    height: 190px;
}

div#summerbag div#clearbag .head {
    background: url(../img/guide/head_clear.jpg)no-repeat;
    display: block;
    width: 740px;
    height: 190px;
}

div#summerbag div#beachbag .head {
    background: url(../img/guide/head_beach.jpg)no-repeat;
    display: block;
    width: 740px;
    height: 190px;
}

div#summerbag .head p.name {
    padding: 35px 0 0 40px;
    color: #00b8c2;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Sans Japanese';
}


div#summerbag .head p.lead {
    padding: 5px 0 0 40px;
    font-size: 14px;
    font-weight: 300;
    color: #2c2c2c;
    font-family: 'Noto Sans Japanese';
    line-height: 23px;
}

div#summerbag div.whitebox {
    padding: 30px;
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

div#summerbag div.whitebox p.product {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Noto Sans Japanese';
    font-size: 14px;
    margin: 10px 0;
}

div#summerbag div.whitebox p.price {
    text-align: center;
    color: #666;
    font-weight: 200;
    font-family: 'Noto Sans Japanese';
    font-size: 13px;
}

div#summerbag div.whitebox div.border {
    border-bottom: 1px #000 Dashed;
    width: 100%;
    margin: 30px 0;
}

div#summerbag a.aquabtn {
    padding: 20px 30px;
    color: #fff;
    background-color: #00a6d8;
    max-height: 50px;
    display: block;
    border-radius: 50px;
    text-align: center;
    margin: 30px auto 50px auto;
    max-width: 250px;
    font-weight: bold;
    font-size: 16px;
}

div#summerbag a.aquabtn:hover {
    background-color: #00c9d8;
    text-decoration: none;
}

                #new-top ul.sozai{
                    width: 100%;
                    margin: 0 auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-justify-content: space-between;
                    justify-content: space-between;
                    -ms-flex-wrap: wrap;
                    -webkit-flex-wrap: wrap;
                    flex-wrap: wrap;
                    }
                    
                                   
                    #new-top ul.sozai li.fusyoku{
                        background: url(../img/top/sozai_fusyoku.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    #new-top ul.sozai li.fusyoku2{
                        background: url(../img/top/sozai_fusyoku2.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                    #new-top ul.sozai li.cotton{
                        background: url(../img/top/sozai_cotton.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                    #new-top ul.sozai li.canvas{
                        background: url(../img/top/sozai_canvas.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                     #new-top ul.sozai li.denim{
                        background: url(../img/top/sozai_denim.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                     #new-top ul.sozai li.poli{
                        background: url(../img/top/sozai_poli.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                      #new-top ul.sozai li.jute{
                        background: url(../img/top/sozai_jute.png);
                        display: block;
                        width: 360px;
                        height: 183px;
                        margin-bottom: 20px;
                    }
                    
                    #new-top ul.sozai p.ttl{
                        padding: 30px 0 0 120px;
                        font-size: 22px;
                        font-weight: bold;
                        color: #0071bc;
                    }
                    #new-top ul.sozai p.ttl-osusume{
                        padding: 0 0 0 120px;
                        font-size: 22px;
                        font-weight: bold;
                        color: #0071bc;
                    }
                    #new-top ul.sozai .red-text{
                        font-size: 15px;
                        color: red;
                        font-weight: bold;
                        padding: 15px 0 4px 120px;
                    }
                    
                    #new-top ul.sozai p.txt{
                        padding: 5px 20px 0 120px;
                        font-size: 14px;
                        color: #000;
                    }
                    
                    #new-top ul.sozai a:hover{
                        text-decoration: none;
                        opacity: 0.6;
                    }
                    

p.gloupsite_ttl {
  background: #545049;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}

ul.gloupsite{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


ul.gloupsite li{
    margin-bottom: 15px;
}

p.gloupsite_ttl {
    background: #545049;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 5px 5px 0 0;
  }
  
  ul.gloupsite{
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
  }
  
  
  ul.gloupsite li{
      margin-bottom: 15px;
      list-style: none;
      width: 100%;
  }
  
  
  ul.gloupsite li img{
      width: 100%;
  }
  
  .ft_groupsite{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 1000px;
   margin: 20px auto 30px;
  }
  
  .ft_groupsite .inner{
      width: 24.5%;
  }
  
  .ft_groupsite .inner .ttl{
      font-size: 14px;
      font-weight: bold;
      margin:10px 0;
      margin: 10px 0 15px;
        text-align: left;
  }
  
  .ft_groupsite .inner > ul li{
    border-left: 2px solid #DDD;
    margin-bottom: 15px;
    width: auto;
    display: block;
    padding: 0 0 0 6px;
  }
  
  .ft_groupsite .inner > ul li a{
      padding: 2px 4px;
      display: flex;
      align-items: center;
      color: #333;
      font-size: 12px;
  }
  
  
  .ft_groupsite .inner > ul li img{
      width: 34px;
      display: inline-block;
      text-align: center;
      height: auto;
      margin-right: 6px;
  }
  

  .foot2 .ft_groupsite ul{
    width: auto;
    padding-top: 0;
  }

  .reco_target{
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px #00000020;
    margin-top: 10px;
    align-items: center;
  }

  .reco_target > p:nth-of-type(1){
    width: 18%;
    position: relative;
    display: flex;
    text-align: center;
    background: #d4eeff;
    z-index: 0;
    line-height: 1.5;
    color: #0075c1;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    min-height: 90px;
}

.reco_target > p:nth-of-type(1):before {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #d4eeff;
	z-index: 0;
}


  .reco_target ul {
    width: 78%;
  }

  .reco_target li{
    border-bottom: 1px dotted #333;
    color: #0071bc;
    line-height: 1.5;
    padding: 4px 0 4px 2em;
	position:relative;
    font-size: 14px;
  }

    .reco_target li:last-child{
        border: none;
    }

    
 .reco_target li:before,
 .reco_target li:after{
	content:"";
	display:block;
	position:absolute;
}
 .reco_target li:before{
	width:16px;
	height:16px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid #000000;
	left:0;top:4px;
}
 .reco_target li:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:9px;
}

.ulKome.caution{
  padding-top: 10px;
}

.dot-bottom{
    border-bottom: 1px dotted #000;
}

.icon-zoom{
    position: relative;
    display: inline-block;
}

.icon-zoom::after{
    content: "拡大する";
    font-size: 11px;
    position: absolute;
    display: block;
    width: 30px;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 6em;
    height: auto;
    background: url("/img/common/kensaku_mark.png") no-repeat 2px center;
    background-size: 14px 14px;
    background-color: #687f9380;
    padding: 3px;
    text-align: right;
}

.print-compare table{
    background-color: #fff;
    border: 1px solid #E2EFF7;
    width: 100%;
}


.print-compare table th,
.print-compare table td{
    padding: 5px;
    box-sizing: border-box;
}


.print-compare table th{
    text-align: center;
    background: #E2EFF7;
    padding: 10px 0;
    border-right: 3px solid #fff;
}

.print-compare table td:not(:last-child){
    border-right: 1px dotted #000;
}

#new-top .top-print-nav{
  width:100%;
  margin:3% 0 4%;
}

#new-top .top-print-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px 2%;
}

#new-top .top-print-card{
  width:49%;
  border:1px solid #d6d6d6;
  background:#fff;
  padding:2.5%;
  box-sizing:border-box;
}



#new-top .top-print-text h3{
  font-size:16px;
  margin-bottom:3%;
  font-weight:bold;
  line-height:1.4;
  color:#b13e0d;
}

#new-top .top-print-text p{
  font-size:13px;
  line-height:1.9;
  color:#444;
}

#new-top .top-print-image img{
  width:100%;
  height:auto;
  display:block;
}

/* ボタン */

#new-top .top-print-btn-wrap{
  text-align:center;
  margin-top:4%;
}

#new-top .top-print-btn{
  display:inline-block;
  padding:1.6% 4%;
  border:1px solid #aaa;
  border-radius:6px;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  color:#333;
  background:#fff;
}
#about_print ul.jump-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  list-style: none;
}

#about_print ul.jump-nav li {
  width: 170px;
}

#about_print ul.jump-nav a {
  display: block;
  border-radius: 3px;
  text-decoration: none;
  background-color: #0067bb;
}


#about_print .tablettl {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}
#about_print ul.jump-nav p {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

#about_print ul.jump-nav img {
  width: 170px;
}

/* =====================================================
   セクション見出し
===================================================== */
#about_print #content h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #0067bb;
  padding: 7px 12px;
  margin: 100px 0 20px;
}

#about_print #content h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #e87800;
  padding: 3px 8px;
  margin: 20px 0 10px;
}

/* =====================================================
   動画 + 説明 2カラム
===================================================== */
#about_print .print-method-wrap {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  align-items: flex-start;
}

#about_print .print-video {
  flex: 1;
  position: relative;
  background: #000;
  border: 1px solid #ccc;
  cursor: pointer;
}

#about_print .print-video video {
  width: 100%;
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
}

#about_print .print-video .vid-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
  gap: 6px;
}

#about_print .print-video .vid-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

#about_print .print-video .vid-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.15s;
}

#about_print .print-video:hover .vid-play-btn {
  transform: scale(1.08);
}

#about_print .print-video .vid-play-btn svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}

#about_print .print-video .vid-caption {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#about_print .print-desc {
  flex: 1;
  font-size: 13px;
  line-height: 1.75;
}

#about_print .print-desc p {
  margin-bottom: 10px;
}

/* =====================================================
   おすすめボックス
===================================================== */
#about_print .osusume-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: nowrap;
  background: #fff9f0;
  border: 1px solid #f5c882;
  border-radius: 3px;
  padding: 10px 12px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
}

#about_print .osusume-box .osusume-ttl {
  color: #ff6500;
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

#about_print .osusume-box ul {
  padding-left: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

#about_print .osusume-box ul li {
  margin-bottom: 3px;
}

#about_print .osusume-box .print-sample-img {
  flex: 0 0 160px;
  width: auto;
}

#about_print .osusume-box .print-sample-img img {
  width: 100%;
  height: auto;
  display: block;
}

#about_print .osusume-box > div:last-child {
  flex: 1;
  min-width: 0;
}

/* =====================================================
   サンプル画像
===================================================== */
#about_print .print-sample-img {
  width: 25%;
}

#about_print .print-sample-img img {
  max-width: 100%;
}

/* =====================================================
   長所・短所
===================================================== */
#about_print .merit-demerit {
  margin-bottom: 15px;
}

#about_print .merit-demerit dl {
  margin-bottom: 8px;
}

#about_print .merit-demerit dt {
  font-weight: bold;
  color: #555;
  font-size: 13px;
  padding: 4px 8px;
  background: #f5f5f5;
  border-left: 3px solid #ccc;
  margin-bottom: 2px;
}

#about_print .merit-demerit dt.merit {
  border-left-color: #1440fc;
  background: #e2f3fe;
  color: #1e2c9f;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
}

#about_print .merit-demerit dt.demerit {
  border-left-color: #e72323;
  background: #ffece3;
  color: #e62423;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
}

#about_print .merit-demerit dd {
  padding: 2px 10px 2px 20px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

#about_print .merit-demerit dd::before {
  content: "・";
  position: absolute;
  left: 8px;
  color: #999;
}

#about_print .recommend-list {
  list-style: none;
  padding: 0;
}

#about_print .recommend-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

#about_print .recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #f39800;
  border-bottom: 2px solid #f39800;
  transform: rotate(45deg);
}

/* =====================================================
   印刷色セクション
===================================================== */
#about_print .print-color-section {
  margin: 20px 0;
  background: #eee;
  border: 1px solid #e8e8e8;
  padding: 20px;
}

#about_print .print-color-section img {
  border: 1px solid #ddd;
  max-width: 260px;
}

#about_print .print-color-section .color-txt {
  font-size: 12px;
  line-height: 1.75;
  color: #555;
}

#about_print .print-color-section .color-ttl {
  font-weight: bold;
  color: #333;
  font-size: 13px;
  margin-bottom: 6px;
}

/* =====================================================
   注意事項
===================================================== */
#about_print .notice-list {
  background: #fffae8;
  border: 1px solid #f0d070;
  padding: 10px 14px;
  margin: 12px 0;
  font-size: 12px;
  line-height: 1.8;
}

#about_print .notice-list p.notice-ttl {
  font-weight: bold;
  color: #886600;
  margin-bottom: 6px;
  font-size: 12px;
}

#about_print .notice-list ul {
  padding-left: 16px;
  margin: 0;
}

#about_print .notice-list ul li {
  margin-bottom: 3px;
}

#about_print .sub-img {
  margin: 6px 0 6px 20px;
}

#about_print .sub-img img {
  border: 1px solid #ddd;
  max-width: 200px;
}

/* =====================================================
   商品一覧リンクボタン
===================================================== */
#about_print .btn-product-list {
  display: block;
  background: #f07c00;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: background 0.15s;
  margin: 20px auto 50px;
  text-align: center;
  width: 350px;
  box-sizing: border-box;
}

#about_print .btn-product-list:hover {
  background: #c05f00;
  text-decoration: none !important;
}

/* =====================================================
   区切り線
===================================================== */
#about_print .section-hr {
  border: none;
  border-top: 2px solid #f0d0a0;
  margin: 35px 0 0;
}

/* =====================================================
   印刷範囲
===================================================== */
#about_print .range-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 15px;
}

#about_print .range-wrap img {
  border: 1px solid #ddd;
  max-width: 300px;
  flex-shrink: 0;
}

#about_print .range-wrap p {
  font-size: 13px;
  line-height: 1.8;
}

#about_print .arrow-link {
  display: block;
  font-size: 13px;
  margin: 6px 0;
}

#about_print .arrow-link::before {
  content: "→ ";
}

/* =====================================================
   ページ下部ナビ
===================================================== */
#about_print .page-bottom-nav {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  gap: 20px;
}

#about_print .page-bottom-nav a {
  color: #e87800;
}

#about_print .page-bottom-nav a::before {
  content: "◀ ";
  font-size: 10px;
}

/* =====================================================
   印刷色テーブル
===================================================== */
#about_print .ink-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
  margin: 10px 0;
}

#about_print .ink-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #666;
  background: #fff;
}

#about_print .ink-table th,
#about_print .ink-table td {
  border: 1px solid #666;
  padding: 6px 8px;
  vertical-align: middle;
}

#about_print .ink-table thead th {
  background: #e9e6ef;
  font-weight: 700;
  text-align: center;
}

#about_print .ink-table col.col-name {
  width: 72px;
}

#about_print .ink-table col.col-dic {
  width: 92px;
}

#about_print .ink-table col.col-smp {
  width: auto;
}

#about_print .ink-table .name {
  text-align: center;
  font-weight: 700;
  background: var(--bg);
  color: var(--name-fg, #fff);
}

#about_print .ink-table .dic {
  text-align: center;
  font-weight: 700;
  background: #fff;
  color: var(--dic-fg, var(--bg));
  white-space: nowrap;
}

#about_print .ink-table .dic.no-dic {
  color: transparent;
  background:
    linear-gradient(135deg, transparent 49%, #666 50%, #666 51%, transparent 52%),
    #fff;
}

#about_print .ink-table .sample {
  text-align: center;
  font-weight: 700;
  background: var(--bg);
  color: var(--sample-fg, #fff);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#about_print .ink-table tr.is-white .sample {
  background: #fff;
  color: #111;
}

/* =====================================================
   訴求ブロック
===================================================== */
#about_print .appeal-section {
  margin: 20px 0;
}

#about_print .appeal-box {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid #e6e6e6;
  padding: 14px;
  background: #fafafa;
}

#about_print .appeal-img {
  width: 200px;
  flex-shrink: 0;
}

#about_print .appeal-img img {
  width: 100%;
  height: auto;
  display: block;
}

#about_print .appeal-text {
  font-size: 14px;
  line-height: 1.7;
}

#about_print .appeal-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #0067bb;
}

/* =====================================================
   導入文 + 比較表
===================================================== */
#about_print .print-intro {
  margin: 18px 0 22px;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

#about_print .print-intro p {
  margin-bottom: 10px;
}

#about_print .print-compare-wrap {
  margin: 20px 0 30px;
}

#about_print .print-compare {
  width: 100%;
  max-width: 740px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}

#about_print .print-compare th,
#about_print .print-compare td {
  border: 1px solid #ddd;
  padding: 10px 8px;
  text-align: left;
}

#about_print .print-compare thead th {
  background: #f7931e;
  color: #fff;
  font-weight: bold;
}

#about_print .print-compare tbody th {
  background: #fff7ef;
  text-align: left;
  font-weight: bold;
}

#about_print .print-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.7;
  background: #fff;
  border: 1px solid #ddd;
}

#about_print .print-compare-table th {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}

#about_print .print-compare-table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
}

#about_print .print-compare-table thead th {
  background: #f7931e;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

#about_print .print-compare-table tbody th {
  background: #fff8ef;
  color: #333;
  font-weight: bold;
  text-align: left;
  width: 170px;
}

#about_print .print-compare-table tbody td {
  background: #fff;
}


#about_print .demerit-flex {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
}

/* =========================
   印刷方法見出し
========================= */
#about_print .print-heading {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 100px 0 20px;
  min-height: 140px;
  background: #f7931e;
  color: #fff;
}

/* 左テキストエリア */
#about_print .print-heading .heading-text {
  position: relative;
  z-index: 2;
  padding: 30px 0 30px 30px;
  width: 55%;
}

#about_print .print-heading .heading-text .jp {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

#about_print .print-heading .heading-text .en {
  font-size: 13px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.45);
}

/* 斜めライン */
#about_print .print-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 51%;
  width: 62px;
  height: 100%;
  background: #f7931e;
  transform: skewX(-20deg);
}

/* 右画像 */
#about_print .print-heading .heading-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

#about_print .print-heading .heading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



#new-top .top-print-nav{
  width:100%;
  margin:3% 0 4%;
}

#new-top .top-print-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px 2%;
}

#new-top .top-print-card{
  width:49%;
  border:1px solid #d6d6d6;
  background:#fff;
  padding:2.5%;
  box-sizing:border-box;
}

#new-top .top-print-card-inner{
  align-items:flex-start;
  gap:4%;
}

#new-top .top-print-text{
 margin-top: 10px;
}

#new-top .top-print-text h3{
  font-size:18px;
  margin-bottom:3%;
  font-weight:bold;
  line-height:1.4;
  color:#333;
}

#new-top .top-print-text p{
  font-size:14px;
  line-height:1.9;
  color:#444;
}


#new-top .top-print-image img{
  width:100%;
  height:auto;
  display:block;
}

/* ボタン */

#new-top .top-print-btn-wrap{
  text-align:center;
  margin-top:4%;
}

#new-top .top-print-btn{
  display:inline-block;
  padding:1.6% 4%;
  border:1px solid #aaa;
  border-radius:6px;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  color:#333;
  background:#fff;
}

/* ======================
   スマホ
====================== */

@media (max-width:640px){

#new-top .top-print-card-inner{
  flex-direction:column;
}

#new-top .top-print-text{
  width:100%;
}


#new-top .top-print-text h3{
  font-size:15px;
}

#new-top .top-print-text p{
  font-size:12px;
}

#new-top .top-print-btn{
  font-size:16px;
  padding:3% 6%;
}



  .top-print-nav {
    margin: 30px 0 40px;
  }

  .top-print-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .top-print-card {
    width: calc(50% - 8px);
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
  }

  .top-print-card-inner {
    gap: 14px;
    align-items: flex-start;
  }

  .top-print-text {
    flex: 1;
  }

  .top-print-text h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #222;
    text-align: center;
  }

  .top-print-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #333;
  }

  .top-print-image {
    flex-shrink: 0;
  }

  .top-print-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .top-print-btn-wrap {
    margin-top: 24px;
    text-align: center;
  }

  .top-print-btn {
    display: inline-block;
    min-width: 320px;
    padding: 16px 28px;
    border: 1px solid #999;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }

  .top-print-btn::after {
    content: "▶";
    font-size: 14px;
    color: #666;
    margin-left: 14px;
  }
    .top-print-card {
      width: 100%;
    }

    .top-print-card-inner {
      flex-direction: column-reverse;
    }

    .top-print-image {
      width: 100%;
      margin: 0 auto;
    }

    .top-print-text h3 {
      font-size: 17px;
      margin-bottom: 10px;
    }

    .top-print-text p {
      font-size: 13px;
      line-height: 1.8;
    }

    .top-print-btn {
      min-width: auto;
      width: 100%;
      box-sizing: border-box;
      font-size: 16px;
      padding: 14px 20px;
    }
  }