@charset 'UTF-8';

/* -- このクラス内にのみ適用させる -- */
.uniSec01 {

}

/* 商品詳細のリンク文字色 */
.uniSec01 a { color:#a30036 !important; text-decoration: none;}
.uniSec01 a:link {color :#a30036 !important; text-decoration: none; }
.uniSec01 a:visited {text-decoration: none; }
.uniSec01 a:active {color: #a30036 !important; text-decoration: none; }
.uniSec01 a:hover {color:#a30036 !important; text-decoration: underline; }

.inner {
  margin: 0 auto;
}


/* -- 商品説明タイトル非表示 -- */
.detail-cont p.ttl_prd {
  display: none;
}


/* -- 商品詳細タイトル -- */
.uniSec01 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Book Antiqua';
  line-height: 1.2;
  margin: 0 0 20px;
}
.uniSec01 h2 br {
  display: block;
}
.uniSec01 h2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 1px solid #666;
  padding: 4px 10px 0;
}
.uniSec01 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}
.uniSec01 p {
  margin: 0 0 20px;
}
.uniSec01 p img {
  max-width: 100%;
}
.uniSec01 .alnC,
.uniSec01 .pc_alnC,
.alnC {
  text-align: center;
}
.uniSec01 .alnR {
  text-align: right;
}
.uniSec01 br.pcBr,
.uniSec01 br.allBr {
  display: block;
}
@media only screen and (max-width: 767px) {
  .uniSec01 .pc_alnC {
    text-align: left;
  }
  .uniSec01 br.pcBr {
    display: none;
  }
}


/* -- 追加画像リスト -- */
.detailList01 {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.detailList01 li {
  float: left;
  margin: 4px;
  padding: 0;
  width: calc((100% - 40px) / 5);
  line-height: 0;
  position: relative;
}
.detailList01 li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.detailList01 li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* トリミング */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.detailList01 li:hover img {
  opacity: .7 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 767px) {
  .detailList01 li {
    width: calc((100% - 24px) / 3);
  }
}


/* -- 商品詳細リスト -- */
dl.descList01 {
  border-top: #CCCCCC dotted 1px;
  font-size: 13px;
}
dl.descList01 dt,
dl.descList01 dd {
  padding: 5px;
}
dl.descList01 dt {
  float: left;
  font-weight: 700;
  width: 9em;
}
dl.descList01 dd {
  position: relative;
  padding-left: 9.5em;
  border-bottom: #CCCCCC dotted 1px;
}
dl.descList01 dd span {
  position: absolute;
  top: 4px;
  right: 0;
}
dl.descList01 dd span a.btnType01 {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 4px;
}
.uniSec01 dl.descList01 br {
  display: block;
}
@media only screen and (max-width: 767px) {
  dl.descList01 dt {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  dl.descList01 dd {
    padding-left: 15px;
    padding-bottom: 10px;
  }
}


/* -- サイズ表示 -- */
.tbl01 {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl01 th, .tbl01 td {
  border: 1px solid #ccc;
  padding: 4px 1px;
  text-align: center;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.tbl01 th {
  background: #E9F6A3;
}
.tbl01.col4 th, .tbl01.col4 td {
  width: calc(100% / 4);
}
.tbl01.col5 th, .tbl01.col5 td {
  width: calc(100% / 5);
}
.tbl01.col6 th, .tbl01.col6 td {
  width: calc(100% / 6);
}
.tbl01.col7 th, .tbl01.col7 td {
  width: calc(100% / 7);
}
.tbl01.col8 th, .tbl01.col8 td {
  width: calc(100% / 8);
}
.tbl01.col9 th, .tbl01.col9 td {
  width: calc(100% / 9);
}
.tbl01.col10 th, .tbl01.col10 td {
  width: calc(100% / 10);
}
.tbl01.col11 th, .tbl01.col11 td {
  width: calc(100% / 11);
}
.tbl01.col12 th, .tbl01.col12 td {
  width: calc(100% / 12);
}
.tbl01.col13 th, .tbl01.col13 td {
  width: calc(100% / 13);
}
.tbl01.col14 th, .tbl01.col14 td {
  width: calc(100% / 14);
}
.tbl01.col15 th, .tbl01.col15 td {
  width: calc(100% / 15);
}
.otherSize {
  display: inline-block;
  border: 1px solid #ccc;
  background: #f4f57b;
  height: 16px;
  width: 20px;
  margin-right: 3px;
  vertical-align: bottom;
}



.tbl01 tr.othSize {
    background: #f4f57b;
}

.tbl01 tr.ladiesSize {
    background: #ffdbdb;
}

.tbl01 td.othSize {
    background: #f4f57b;
}

/* -- 素材説明 swiper -- **/
.swiper-wrapper.material  {
  height: auto !important;
  margin-bottom: 0;
}
.swiper-container.material {
  margin-top: 0;
  max-width: 100%;
  max-height: 100% !important;
  height: auto;
}
.swiper-slide.material  {
  max-height: 100% !important;
  height: auto !important;
  overflow: visible;
  margin-bottom: 0;
}
.swiper-slide.material img {
  width: 100%;
}
.swiper-button-next.nextMat, .swiper-button-prev.prevMat {
  top: 140px !important;
}
.swiper-button-next.nextMat {
  background-image: url(../img/swiper_arrow_right.png) !important;
}
.swiper-button-prev.prevMat {
  background-image: url(../img/swiper_arrow_left.png) !important;
}
.swiper-button-next.nextMat, .swiper-button-prev.prevMat {
  width: 12px !important;
  height: 31px !important;
  background-size: 12px 31px !important;
}
.swiper-slide.material h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.swiper-slide.material p {
  margin-top: 5px;
  font-size: 12px;
}
.swiper-slide.material img:hover {
  opacity: 1 !important;
}
.swiper-slide.material a:hover img {
  opacity: .7 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 1150px) {
  .swiper-button-next.nextMat, .swiper-button-prev.prevMat {
    top: calc(11vw + 15px) !important;
  }
}
@media only screen and (max-width: 749px) {
  .swiper-container.material {
    margin-top: 0;
    max-width: 100%;
    max-height: 100% !important;
    height: auto !important;
  }
  .swiper-slide.material {
    max-height: 100% !important;
    height: auto !important;
    overflow: visible;
  }
  .swiper-button-next.nextMat, .swiper-button-prev.prevMat {
    position: absolute;
    top: calc(25vw - 0px) !important;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* 商品一覧 */
.catList01 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.catList01 li {
  float: left;
  width: calc((100% - 14px) / 3);
  margin: 0 7px 7px 0;
}
.catList01 li:nth-child(3n) {
  margin-right: 0;
}
.catList01 li a {
  border: 1px solid #ce8c98;
  padding: 7px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
.catList01 li a:hover {
  text-decoration: none;
}
.catList01 li a img {
  width: 18%;
  margin-right: 15px;
  border: 1px solid #dedede;
}
@media only screen and (min-width: 750px) {
  .catList01 li a:hover {
    background: #eee;
    transition: all .5s ease;
  }
}
@media only screen and (max-width: 840px) {
  .catList01 li,
  .catList01 li:nth-child(3n) {
    width: calc((100% - 7px) / 2);
    margin: 0 7px 7px 0;
  }
  .catList01 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .catList01 li,
  .catList01 li:nth-child(3n),
  .catList01 li:nth-child(2n) {
    width: calc((100% - 5px) / 2);
    margin: 0 5px 5px 0;
  }
  .catList01 li:nth-child(2n) {
    margin-right: 0;
  }
  .catList01 li a {
    font-size: 13px;
    padding: 5px;
  }
  .catList01 li a img {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .catList01 li a {
    font-size: 10px;
  }
}


/* 取扱ブランド */
.blandList01 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.blandList01 li {
  float: left;
  width: calc((100% - 14px) / 3);
  margin: 0 7px 7px 0;
}
.blandList01 li img {
  width: 100%;
}

.blandList01 li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 750px) {
  .blandList01 li a:hover {
    opacity: 0.7;
    transition: all .5s ease;
  }
}
@media only screen and (max-width: 840px) {
  .blandList01 li {
    width: calc((100% - 7px) / 2);
  }
  .blandList01 li:nth-child(3n) {
    margin-right: 7px;
  }
  .blandList01 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .blandList01 li,
  .blandList01 li:nth-child(2n) {
    width: calc((100% - 5px) / 2);
    margin: 0 5px 5px 0;
  }
  .blandList01 li:nth-child(3n) {
    margin-right: 5px;
  }
  .blandList01 li:nth-child(2n) {
    margin-right: 0;
  }
}



/* uni_footer */
.footer {
  margin-top: 30px !important;
  background: #fff !important;
  border: none !important;
  border-top: 1px solid #ccc !important;
}
.footer-menu {
  display: none;
  padding: 0 !important;
}
.footer .copy-r {
  border: none !important;
}

@media only screen and (max-width: 780px) {
  .footer {
    border-top: none !important;
  }
}
#ftrGuide {
  max-width: 748px;
  margin: 0 calc((100% - 748px) / 2) 50px;
  padding: 0;
}
#ftrGuide h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Book Antiqua';
  line-height: 1.2;
  margin: 0 0 20px;
  color: #333;
}
#ftrGuide h3 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 1px solid #666;
  padding: 4px 10px 0;
}
#ftrGuide h3 span:before {
  content: "\d\a";
  white-space: pre;
}
#ftrGuide ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#ftrGuide ul li {
  float: left;
  width: calc(50% - 8px);
  margin: 0 4px 8px;
  font-size: 18px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#ftrGuide ul li a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 0 0 60px;
  height: 80px;
  line-height: 77px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}
#ftrGuide ul li a img {
  position: absolute;
  top: 11px;
  left: 35px;
  width: 60px;
}

#ftrGuide ul li ul {
  width: 100%;
}
#ftrGuide ul li ul li {
  width: calc(50% - 4px);
  margin: 0 0 0;
  font-size: 13px;
}
#ftrGuide ul li ul li:last-child {
  margin-left: 8px;
}
#ftrGuide ul li ul li a {
  line-height: 1em;
  padding: 58px 0 0 0;
}
#ftrGuide ul li ul li a img {
  width: 90px;
  top: 10px;
  left: calc(50% - 45px);
}
@media only screen and (min-width: 750px) {
  #ftrGuide a:hover {
    background: #eee;
    transition: all .5s ease;
  }
}

.cardBnr {
  margin: 10px 0;
  text-align: center;
}
.cardBnr img {
  margin: 0 5px;
  width: 70px;
}


@media only screen and (max-width: 749px) {
/* .product_free_bottom {
    padding: 0 !important;
    background: #666;
  }*/
  .footer {
    margin-top: 0 !important;
  }
  .footer .copy-r {
    display: block;
    background: #4b4b4d;
  }
  #ftrGuide {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
  }
  #ftrGuide h3 {
    color: #fff;
  }
  #ftrGuide h3 span {
    color: #fff;
    border-top: 1px solid #fff;
  }
  #ftrGuide ul li {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    font-size: 16px;
  }
  #ftrGuide ul li a {
    height: 60px;
    line-height: 58px;
    background: #fff;
  }
  #ftrGuide ul li ul li {
    font-size: 12px;
  }
  #ftrGuide ul li ul li a {
    padding: 40px 0 0 0;
  }
  #ftrGuide ul li a img {
    position: absolute;
    top: 8px;
    left: 10%;
    width: 44px;
  }
  #ftrGuide ul li ul li a img {
    width: 70px;
    top: 7px;
    left: calc(50% - 35px);
  }
  .cardBnr {
    margin: 5px 0 0;
  }
  .cardBnr img {
    margin: 0 1%;
    width: 10%;
  }
}


#uniFtr {
  margin-top: 80px;
  position: relative;
  background: #4b4b4d;
}
#uniFtr .logoFtr {
  position: absolute;
  top: -33px;
  left: calc(50% - 80px);
}
#uniFtr .logoFtr img {
  width: 160px;
}
#uniFtr h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 749px) {
  #uniFtr {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  #uniFtr .logoFtr {
    display: none;
  }
  #uniFtr h2 {
    padding-top: 10px;
  }
}

.siteList {
  margin: 15px 0 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #fff;
}
.siteList li {
  width: calc((100% - 36px) / 6);
  float: left;
  background: #fff;
  margin: 0 3px;
}
.siteList li a {
  color: #333;
}
.siteList li a div {
  margin: 5px;
  position: relative;
}
.siteList li a img {
  width: 100%;
}
.siteList li a div:after {
  font-family: "FontAwesome";
  content: "\f14c";
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 100;
}
.siteList li h3 {
  padding: 0 5px 5px;
  color: #333;
}

@media only screen and (max-width: 749px) {
  .siteList {
    padding: 0 6px 20px;
  }
  .siteList li {
    float: none;
    width: 100%;
    margin: 0 0 6px;
  }
  .siteList li a {
    display: table;
    position: relative;
    padding: 5px;
  }
  .siteList li a div {
    width: 48%;
    display: table-cell;
  }
  .siteList li a img {
    height: 90px;
    object-fit: cover;  /* トリミング */
  }
  .siteList li h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 10px;
  }
}
@media only screen and (min-width: 750px) {
  #ftrGuide a:hover {
    background: #eee;
    transition: all .5s ease;
  }
  .siteList li:hover {
    opacity: 0.7;
    transition: all .5s ease;
  }
  .siteList li a:hover {
    text-decoration: none;
  }
}
.ftrLink {
  padding-bottom: 10px;
  font-size: 12px;
}
.ftrLink a {
  color: #fff;
}
.linkCol {
  float: left;
  text-align: left;
  margin: 0 5px 15px 20px;
}
.linkCol h4 {
  font-weight: 700;
}
.linkCol ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .ftrLink {
    display: none;
  }
}


p.copyRight {
  background: #4b4b4d;
  padding: 20px 0 15px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 749px) {
  p.copyRight {
    font-size: 10px;
    padding-bottom: 60px;
  }
  .sns {
    padding: 0;
    display: block;
  }
}


@media only screen and (max-width: 749px) {
/* ロゴを大きくする */
  header.header {
    height: 120px;
    padding: 5px 0 0;
  }
  .header_logo_wide {
    margin: 0 auto;
    height: 50px;
  }
  .header_logo_wide img{
    max-width: 100%;
    max-height: 50px;
  }
  .container {
    margin-top:120px;
  }
}

.contactMethod {
  background: #efefef;
  margin-bottom: 15px;
  padding: 5px 5px 5px;
}
.contactMethod h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #666;
  margin-bottom: 5px;
}
.title03 {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 7px 0 8px 0;
  border-top: 3px solid #666;
  border-bottom: 1px solid #efefef;
}
.title03 i {
  margin-right: 5px;
}
.uniSide .comment {
  margin: 0 5px;
  color: #666;
}

@media only screen and (min-width: 750px) {
  .uniSide a:hover {
    opacity: 0.7;
    transition: all .5s ease;
  }
}

.copy-r {
  padding: 0;
}


/* フリースペース（ヘッダー）をSPでも表示させる */
.free-header {
  padding: 5px 10px;
  background: 131e3d;  
}
@media only screen and (max-width: 749px) {
  .free-header.pc_view {
    height: auto;
    margin: 70px 0 0;
    padding: 5px;
    display: block !important;
    font-size: 12px;
  }
  .container {
    display: block;
    margin-top: 50px !important;
  }
}

/* カテゴリページ */
.catImg img {
  width: 100%;
}

/* コーディネート */
.cdnt_wrap {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 25px;
}
.cdnt_wrap .cdnt_left {
  display: inline-block;
  vertical-align: top;
}
.cdnt_wrap .cdnt_left img {
  margin: 0 20px 20px 0;
}
.cdnt_wrap .cdnt_right {
  display: inline-block;
  width: calc(100% - 420px);
  vertical-align: top;
}
.cdnt_wrap .cdnt_right h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.0;
}

.cdnt_wrap .cdnt_right a {
  width: 48%;
  float: left;
  margin: 0 10px 10px 0;
  color: #444;
  display: block;
}
.cdnt_wrap .cdnt_right a:hover {
  background: #faffff
}
.cdnt_wrap .cdnt_right a img,
.cdnt_wrap .cdnt_right a p {
  float: left;
  margin-right: 5px;
}
.cdnt_wrap .cdnt_right a p {
  float: right;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1300px) {
  .cdnt_wrap .cdnt_right a {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .cdnt_wrap .cdnt_left,
  .cdnt_wrap .cdnt_right {
    display: inline-block;
    width: 100%;
  }
  .cdnt_wrap .cdnt_left {
    text-align: center;
  }
  .cdnt_wrap .cdnt_left img {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 749px) {
  .cdnt_wrap .cdnt_left img {
    max-width: 90%;
  }
}


/* 見積り・貸出 */
#estimate {

}
#estimate h1 {
  text-align: center;
}
#estimate h1 img {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 20px;
}
#estimate h2 {
  display: block;
  text-align: center;
  background: #CC2320;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  line-height: 1.2;
}

#estimate .est_list01,
#estimate .est_list02 {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
#estimate .est_list01 li {
  margin: 0;
  padding: 10px 10px;
  width: 32.5%;
  background: #1D95D4;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
}
#estimate .est_list02 li {
  margin: 0;
  width: 32.5%;
  border: 2px solid #1D95D4;
}
#estimate .est_list02 li h3 {
  position: relative;
  padding: 10px 5px 10px 90px;
  background: #1D95D4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.57;
  min-height: 77px;
}
#estimate .est_list02 li h3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
}
#estimate .est_list02 li p {
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.57;
  color: #333;
}
#estimate .est_list02 li a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all .5s ease;
}

#estimate .recommend {

}
#estimate .recommend h3 {
  border: 2px solid #00a0e9;
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 10px;

}
#estimate .recommend h3 span {
  display: inline-block;
  height: 37px;
  line-height: 36px;
  background: #00a0e9 url(/files/img/icon_recmd_01.png) 2px 2px no-repeat;
  color: #fff;
  padding: 0 8px 0 40px;
}
#estimate .recommend ul {
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
#estimate .recommend ul li {
  margin: 0;
  padding: 0;
  width: 19%;
}
#estimate .recommend ul li a img {
  width: 100%;
}
#estimate .recommend ul li p {
  font-size: 12px;
  margin: 5px 0 15px;
  line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
  #estimate h2 {
    font-size: 36px;
    margin-bottom: 15px;
    padding: 10px;
  }
  #estimate .est_list01,
  #estimate .est_list02 {
    margin: 0 0 15px;
  }
  #estimate .est_list01 li {
    padding: 8px;
    font-size: 18px;
    line-height: 1.50;
  }
  #estimate .est_list02 li h3 {
    padding: 10px 5px 10px 65px;
    font-size: 14px;
    min-height: 60px;
  }
  #estimate .est_list02 li h3 img {
    width: 60px;
  }
  #estimate .est_list02 li p {
    padding: 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  #estimate .est_list01 li br,
  #estimate .est_list02 li br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #estimate .est_list02 li h3 {
    padding: 4px 5px 4px 45px;
    line-height: 1.50;
    min-height: 44px;
  }
  #estimate .est_list02 li h3 img {
    top: 3px;
    width: 40px;
  }
  #estimate .recommend ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
  }
  #estimate .recommend ul li {
    width: 32%;
    margin-right: 2%;
  }
  #estimate .recommend ul li:nth-child(3n) {
    margin-right: 0;
  }
  #estimate .recommend p.mgb15 {
    font-size: 13px;
    line-height: 1.5;
  }
  #estimate .recommend h3 {
    font-size: 13px;
    line-height: 2.2;
  }
  #estimate .recommend h3 span {
    display: block;
    height: 33px;
    line-height: 31px;
    background: #00a0e9 url(/files/img/icon_recmd_01.png) 4px 3px no-repeat;
    background-size: 26px;
    padding: 0 8px 0 35px;
  }
}
@media only screen and (max-width: 548px) {
  #estimate .est_list02 li h3 {
    padding: 0 3px 5px 7px;
    line-height: 1.40;
    min-height: 50px;
  }
  #estimate .est_list02 li h3 img {
    position: relative;
    display: block;
    margin: 0 auto 5px;
  }
}
@media only screen and (max-width: 500px) {
  #estimate h1 img {
    margin-bottom: 15px;
  }
  #estimate h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 8px;
  }
  #estimate .est_list01,
  #estimate .est_list02 {
    margin: 0 0 10px;
  }
  #estimate .est_list01 li {
    padding: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
  }
  #estimate .est_list02 li h3 {
    font-size: 12px;
  }
  #estimate .est_list02 li p {
    padding: 7px;
    font-size: 12px;
    line-height: 1.4;
  }
  #estimate .recommend ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
  }
  #estimate .recommend ul li {
    width: 32%;
    margin-right: 2%;
  }
  #estimate .recommend ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 411px) {
  #estimate .est_list02 li h3 {
    font-size: 11px;
  }
  #estimate .est_list02 li p {
    padding: 5px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 374px) {
  #estimate .est_list02 li h3 {
    font-size: 11px;
    padding: 0 0 5px 4px;
  }
  #estimate .est_list02 li h3 img {
    position: relative;
    display: block;
    margin: 0 auto 5px;
  }

  #estimate .recommend h3 {
    font-size: 12px;
    line-height: 2.4;
  }
  #estimate .recommend p.mgb15 {
    font-size: 11px;
  }
}

.h1pTitle {
  margin-bottom: 20px;
  border: 3px solid #c7a17d;
  border-radius: 9px;
  padding: 5px;
  text-align: center;
  color: #c7a17d;
  line-height: 1.2;
}
.h1pTitle h1 {
  font-size: 48px;
  font-weight: 700;
}
.h1pTitle p {
  font-size: 24px;
  font-weight: 700;
}
.h1pTitle br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .h1pTitle h1 {
    font-size: 32px;
  }
  .h1pTitle p {
    font-size: 18px;
  }
  .h1pTitle br {
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .h1pTitle h1 {
    font-size: 24px;
  }
  .h1pTitle p {
    font-size: 16px;
  }
}

.cautionBox {
  padding: 15px;
  background: #ffe5e8;
}
.cautionBox h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.cautionBox ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.cautionBox ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}


/* FAQ */
#faqSec {
  margin: 0 0;
}
#faqSec a.menu {
  display: block;
}
#faqSec h4 {
  font-weight: bold;
  color: #fff;
  background: #afaaaa;
  margin-bottom: 15px;
  padding: 5px 10px;
}

#faqSec ul {
  margin: 0 0;
  padding: 0;
}
#faqSec li {
  margin: 0 0 20px;
}
#faqSec .menu {
  display: block;
  position: relative;
  margin: 1px 0 5px;
  padding: 10px ;
}
#faqSec .child {
  display: none;
  margin: 0 0 -1px;
  padding: 0;
  background: #fff;
}
#faqSec .child .menu {
  position: relative;
  background: #fff;
  color: #ce8c98;
  border: 1px solid #ce8c98;
  padding: 10px 30px 10px 50px;
  overflow: hidden;
}
#faqSec .child .menu:hover {

}
#faqSec .child .menu:before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);  left: 0;
  content: "Ｑ";
  background: #ce8c98;
  color: #fff;
  padding: 30px 10px;
  font-size: 20px;
}
#faqSec .child > li {
  margin: 0px 0 5px;
  padding: 0 0;
}
#faqSec .child > li:last-child {

}
.switch .menu:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.switch .menu.active:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.switch .menu.menu2{
  margin-bottom: 10px;
}
.switch .menu.menu2:after {
  content: "\f053";
}

#faqSec .child.child01 {
  display: block;
}
#faqSec .child.child02 {
  padding: 10px 5px 20px;
}
.switch .child > li {
  border-bottom: 0;
}
.switch .menu {
  background: #ce8c98;
  color: #fff;
  border-radius: 5px;
}
.switch .menu:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
.pTitle img {
  margin-right: 10px;
}
.cTitle {
  font-weight: 700;
}
.switch .menu.pTitle:after {
  top: calc(50% - 20px);
}
#faqSec .card_img img {
  max-width: 16vw;
}

#faqSec dl.descList02 {
  border-top: #CCCCCC dotted 1px;
  font-size: 13px;
}
#faqSec dl.descList02 dt,
#faqSec dl.descList02 dd {
  padding: 5px;
}
#faqSec dl.descList02 dt {
  float: left;
  font-weight: 700;
  width: 6em;
}
#faqSec dl.descList02 dd {
  position: relative;
  padding-left: 6.5em;
  border-bottom: #CCCCCC dotted 1px;
}


/* はじめてのお客さまへ */
#welcome {
  width: 100%;
}
#welcome ul.firstList01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#welcome ul.firstList01 li {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  border: 1px solid #ccc;
  text-align: center;
}
#welcome ul.firstList01 li h4,
#welcome ul.firstList01 p {
  text-align: left;
}
#welcome ul.firstList01 img {
  margin-bottom: 15px;
}
#welcome ul.firstList01 p {
  margin: 0 15px 15px;
}
@media only screen and (max-width: 750px) {
  #welcome ul.firstList01 {
    flex-direction: column;
  }
  #welcome ul.firstList01 li {
    width: calc(100% - 20px);
  }
}
#welcome h3 {
  position: relative;
  margin: 0 0 20px 10px;
  padding: 10px 10px 10px 40px;
  background: #EFE7D4;
  font-size: 18px;
  font-weight: bold;
}
#welcome h3 .num {
  position: absolute;
  top: -5px;
  left: -10px;
  font-size: 24px;
  color: #fff;
  background: #E35C54;
  padding: 10px;
  border-radius: 5px;
}
#welcome h3 .small {
  font-size: 14px;
  padding-left: 1em;
}
@media only screen and (max-width: 750px) {
  #welcome h3 .small {
    display: block;
  }
}
#welcome ul.firstList01 h4 {
  padding: 5px 10px;
  background: #999999;
  color: #fff;
  font-weight: bold;
}
#welcome ul.firstList01.list02 {
  display: block;
}
#welcome ul.firstList01.list02 li {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  border: 1px solid #ccc;
  text-align: center;
}
#welcome ul.firstList01.list02 h4 {
  margin-bottom: 15px;
}
.bizImg, .imgL {
  float: left;
  margin: 0 20px 0 10px;
}
.bizText {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .bizImg {
    float: none;
    width: 200px;
    margin: 0 calc(50% - 100px) 20px;
  }
}

#catalog_order h2 {
  font-weight: bold;
  color: #fff;
  background: #afaaaa;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.orderTitle {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.orderTitle ul {
  flex-basis: 400px;
  padding: 0 0 0 20px;
}
.orderTitle ul li {
  padding: 6px;
  background: #eee;
  margin-bottom: 10px;
  border-radius: 5px;
}
.orderTitle ul li h4 {
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background: #BFCE39;
  border-radius: 4px;
}
.orderTitle ul li div {
  padding: 10px 10px;
  background: #FFFEDD;
  border-radius: 4px;
}
.orderTitle .freeNum,
.orderTitle .faxNum {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #f60;
  position: relative;
}
.orderTitle .freeNum {
  padding-left: 45px;
}
.orderTitle .freeNum:before {
  content: "";
  background-image: url("/files/img/free_dial.gif");
  background-size: contain;
  width: 40px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1100px) {
  .orderTitle {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .orderTitle ul {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
}



/* お支払い方法 */
.cardFlex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .cardFlex {
    flex-wrap: wrap;
  }
  .cardFlex p {
    margin-bottom: 10px;
  }
}
#catalog_order .tbl02 {
  width: 500px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #catalog_order .tbl02 {
    width: 100%;
  }
}


/* -- CSSボタン -- */
a.btnType01,
.uniSec01 a.btnType01 {
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  color: #333 !important;
  font-weight: 700;
}
a.btnType01:hover,
.uniSec01 a.btnType01:hover {
  background: #666;
  color: #fff !important;
  text-decoration: none;
}
a.btnType02,
.uniSec01 a.btnType02 {
  display: inline-block;
  padding: 4px 20px;
  background: #5a8cff;
  border-radius: 4px;
  color: #fff! important;
}
a.btnType02:hover,
.uniSec01 a.btnType02:hover {
  background: #6A97FF;
  text-decoration: none;
  color: #fff! important;
}
a.btnType03 {
  font-weight: bold;
  display: inline-block;
  width: 60%;
  min-width: 20em;
  padding: 15px 20px;
  background: #ff5b25;
  border-radius: 5px;
  color: #fff! important;
  font-size: 16px;
}
a.btnType03:hover {
  background: #ff8962;
  text-decoration: none;
  color: #fff! important;
}
a.btnType03 i {
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 540px) {
  a.btnType03 {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
  }
  a.btnType03 i {
    font-size: 16px;
  }
}



/* カテゴリページトップリスト */
.hover-parent {
  position: relative;
  overflow: hidden;
/*  border: 1px solid #ccc;
  padding: 5px;*/
  padding: 0 0 0;
}
p.hover-mask {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  color: #fff;
  display: block;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
}
.item4 p.hover-mask {
}
.hover-parent:hover p.hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
  bottom: 0;
} 
@media only screen and (max-width: 749px) {
  p.hover-mask {
    position: relative;
    background: #fff;
    opacity: 1;
    color: #333;
    padding: 5px 5px 10px;
    opacity: 1;
    font-size: 10px;
    bottom: 0;
  }
  .hover-parent:hover p.hover-mask {
    opacity: 1;
    transition: all 0 ease;
  } 
}

/* faq */
.tbl02 {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl02 th, .tbl02 td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  width: 10%;
}
.tbl02 th {
  vertical-align: middle;
  background: #efefef;
}
.tbl02.daibiki {
  width: 30em;
  max-width: 100%;
}
.tbl02.daibiki th {
  text-align: center;
  width: 60%;
}
.tbl02.daibiki td {
  padding: 8px 10px;
}
.tbl02.daibiki tr td:nth-child(2) {
  text-align: center;
}
.tbl02.digital_data th {
  text-align: center;
  width: 30%;
}
.tbl02.digital_data th:nth-child(2) {
  width: 60%;
}
.tbl02.digital_data td {
  padding: 8px 10px;
}
.tbl02 th.alnC, .tbl02 td.alnC {
  text-align: center;
}


/* defList
------------------------------- */
.defList {
  margin-left: 0.5em !important;
}
ul.defList > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 3px;
}
ul.defList > li:last-of-type {
  margin-bottom: 0;
}
ul.defList > li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #ce8c98;
  position: absolute;
  left: 0;
  top: .5em;
}
ol.defList {
  margin-left: 0 !important;
  padding-left: 1.2em;
}

ol.defList > li {
  list-style-type: decimal;
  padding-left: 0;
  margin-bottom: 3px;  
}
.ctSelect {
  padding: 10px;
  text-align: center;
  background: #D6ECF8;
}




table.orderTbl {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box; 
}
.orderTbl th {
  position: relative;
  background: #D6ECF8;
  padding: 8px 40px 8px 8px;
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  width: 25%;
  min-width: 130px; 
}
.orderTbl th span {
  position: absolute;
  display: block;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 10px;
  top: 10px;
  right: 10px;
  background: #f00;
  color: #fff;
}
.orderTbl td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box; 
}
.orderTbl td.noBdr {
  border-top: none;
}
.orderTbl td input {
  border-radius: 3px;
  padding: 0 5px;
}

table.prodTbl {
  width: 100% !important;
  min-width: 600px !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box; 
  font-size: 14px;
}
table.prodTbl th,
table.prodTbl td {
  width: auto;
  padding: 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box; 
}
table.prodTbl th {
  background: #D6ECF8;
  text-align: center;
  font-weight: 700;
}
table.prodTbl td input {
  width: 100%;
  padding: 0 5px;
  border-radius: 3px;
}
.colW10 {
  width: 7% !important;
}
.colW15 {
  width: 15% !important;
}
.colW20 {
  width: 18% !important;
}
.colW25 {
  width: 25% !important;
}

.scrollSec {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
br.pcNone,
span.pcNone,
img.pcNone,
table.pcNone {
  display: none;
}
@media screen and (max-width: 1030px) {
  span.pcNone {
    display: inline;
  }
}
@media screen and (max-width: 749px) {
  br.pcNone {
    display: inline;
  }
  img.pcNone, table.pcNone {
    display: block;
  }
  img.spNone, table.spNone {
    display: none;
  }
  table.orderTbl {
    margin: 20px 0 20px 0;
  }
  .orderTbl {
    width: 100%;
  }
  .orderTbl th,
  .orderTbl td {
　　border-bottom: none;
　　border-right: none;
　　border-left: none;
    display: block;
    width: 100%;
    max-width: 100%; 
  }
}

input.iw5 {
  width: 20%;
  max-width: 5em;
}
input.iw10 {
  width: 35%;
  max-width: 10em;
}
input.iw40 {
  width: 100%;
  max-width: 40em;
}


/* -- スペース調整 -- */
.mgt10 {  margin-top: 10px !important;}
.mgt20 {  margin-top: 20px !important;}
.mgb0 {  margin-bottom: 0 !important;}
.mgb5 {  margin-bottom: 5px !important;}
.mgb10 {  margin-bottom: 10px !important;}
.mgb15 {  margin-bottom: 15px !important;}
.mgb20 {  margin-bottom: 20px !important;}
.mgb25 {  margin-bottom: 25px !important;}
.mgb30 {  margin-bottom: 30px !important;}
.mgb40 {  margin-bottom: 40px !important;}
.mgb50 {  margin-bottom: 50px !important;}
.pdt20 {  padding-top: 20px !important;}
.pd20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pdall20 {
  padding: 20px;
}

/* -- フォントサイズ -- */
.fsz12 {  font-size: 12px !important;}
.fsz13 {  font-size: 13px !important;}
.fsz14 {  font-size: 14px !important;}


.calen-com {
  display: none;
}
.alnR {
  text-align: right;
}
.closeDay {
  display: inline-block;
  background: #FEE3E0;
  height: 18px;
  width: 24px;
  margin-right: 3px;
  vertical-align: bottom;
  border: 1px solid #e0e0e0;
}

ul.sm_footer li.ft_mn:hover .ft-mn_pop a {
  padding: 12px 15px;
}


img.max100 {
  max-width: 100% !important;
}
img.img_w100 {
  width: 100% !important;
}

.caution_kome {
  margin-left: 1em;
  text-indent: -1em;
}
.strong_red {
  color: #f00;
  font-weight: bold;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.detailList01:after,
.catList01:after,
.blandList01:after,
#ftrGuide:after,
.guideBnr:after,
.siteList:after,
.ftrLink:after,
.slider:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.detailList01,
.catList01,
.blandList01,
#ftrGuide,
.guideBnr,
.siteList,
.ftrLink,
.slider {
  *zoom: 1;
}

/*----------------------------------------------------
		#marking マーキング加工について
----------------------------------------------------*/
#marking {width:100%; text-align:left;}

#marking h2 {}
#marking h3 {}
#marking h4 {font-size:14px; font-weight:bold;}
#marking h5 {font-size:14px; font-weight:bold;}

/* マーキング加工イントロ */
#marking .mkgIntro {margin-bottom:20px; padding-bottom:20px; border-bottom:#999999 dotted 1px;}
#marking .mkgIntro p {margin-bottom:10px;}
#marking .mkgIntro ul.mkgNav {zoom:1;}
#marking .mkgIntro ul.mkgNav li {
	float:left;
	margin-right:8px; padding-left:12px;
	background:url(../images/share/arrow_blue01.gif) left center no-repeat;}

/* 納品までの流れ */
#marking .mkgFlow {	
	text-align:left; margin-bottom:20px; padding:0 0 20px 64px;
	border-bottom:#cccccc solid 1px;
	background:url(../images/info/marking_step.gif) 0 0 no-repeat;}
#marking .mkgFlow ul {}
#marking .mkgFlow li {border-top:#999999 dotted 1px; height:100px;}

/* 各マーキング加工の特徴 */
#marking .mkgTech {
	zoom:1; text-align:left; width:100px;
	margin-bottom:20px; padding-bottom:20px;  border-bottom:#cccccc solid 1px;}
#marking .mkgTech ul { zoom:1; margin:0 0 16px 8px; }
#marking .mkgTech ul li   { float:left; display:inline; width:186px; margin-right:6px;}
#marking .mkgTech ul li p { font-size:14px; }
#marking .mkgTech dl    {padding:8px; background:url(../images/info/bg_pinktex.gif);}
#marking .mkgTech dl dt {font-weight:bold}
#marking .mkgTech dl dd {font-size:14px; margin-bottom:8px;}

/* ロゴデータの入稿方法 */
#marking .mkgData {}
#marking .mkgData p {margin-bottom:1em;}
#marking .mkgData h4 {padding:3px 3px 3px 12px; background:url(../images/share/arrow_red01.gif) left center no-repeat;}
#marking .mkgData-digital {margin-bottom:20px;}
#marking .mkgData-digital table {border-style:none;border-collapse:collapse;border-spacing:0px;}
#marking .mkgData-digital table {width:100%; border:#999999 solid 1px;}
#marking .mkgData-digital table th,
#marking .mkgData-digital table td {border:#999999 solid 1px; padding:6px;}
#marking .mkgData-digital table th {
	text-align:center; font-weight:bold;
	background:url(../images/share/bg_dot_gray.gif);}
#marking .mkgData-digital table td {}

#marking .mkgData-analog {}
#marking .mkgData-analog dl {margin-bottom:20px;border-bottom:#999999 dotted 1px;}
#marking .mkgData-analog dt {font-weight:bold;}
#marking .mkgData-analog dd {margin-bottom:1em;}
#marking .mkgData-analog dl.mkgData-att {
	margin-bottom:20px;
	border-bottom:none; padding:8px; background:url(../images/info/bg_pinktex.gif);}
#marking .mkgData-analog dl.mkgData-att dt {}
#marking .mkgData-analog dl.mkgData-att dd {margin-bottom:0; font-size:14px;}

#marking .mkgAddress {background:url(../images/info/bg_bluetex.gif); padding:8px;}

/*----------------------------------------------------
		#chartguide 刺繍ガイド
----------------------------------------------------*/
#chartguide {width:100%; text-align:left;}

#chartguide h2 {}
#chartguide h3 {}
#chartguide h4 {font-size:14px; text-align:center;}
#chartguide h5 {font-size:36px; font-weight:bold; text-align:center}

/* 刺繍の流れ */
table.chartguide {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 14px;
}
 
table.chartguide th,
table.chartguide td {
    padding: 8px;
}
 
table.chartguide th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 50px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
 
table.chartguide th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.chartguide th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.chartguide td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

