@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0;
  margin: 0 auto;
	font-size: 16px;
  width: 100%;
}
#contWrap li {
	list-style-type: none;
}
#contWrap img {
  margin: 0;
  padding: 0;
  border:0;
  vertical-align: bottom;
  width: 100%;
}
#contWrap a {
  cursor: pointer;
  cursor: hand;
}
#contWrap .fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .fl_s {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  align-items: center;
}
#contWrap .fl-only-pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .u-only-sp {
  display: none;
}
#contWrap .u-only-pc {
  display: block;
}
@media screen and (max-width: 750px) {
	#contWrap {
    width: 96%;
	}
  #contWrap .fl-only-pc {
    display: block;
  }
  #contWrap .u-only-sp {
    display: block;
  }
  #contWrap .u-only-pc {
    display: none;
  }
}
/* コンテンツ内共通 */
#contWrap .font12 {
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
}
#contWrap .font14 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}
#contWrap .font16 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
#contWrap .font18 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap .font20 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap .font24 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap .font28 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap .font48 {
  font-size: 48px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap .fontWh {
  color: #fff;
  font-weight: bold;
}
#contWrap .fontOra {
  color: #f58a12;
  font-weight: bold;
}
#contWrap .fontBl {
  color: #1ca8e8;
  font-weight: normal;
}
#contWrap .fontGr {
  color: #17a243;
  font-weight: normal;
}
#contWrap .fontRed {
  color: #e7481f;
  font-weight: normal;
}
#contWrap .fontVerm {
  color: #fd644a;
  font-weight: bold;
}

/* トップエリアのボタン */
#contWrap .contBtn {
  width: 47%;
  margin: 0 auto;
  padding: 0;
	border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #053c7c;
  text-align: center;
  background: #044796;
  background: -moz-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4c7cb4), to(#044796));
  background: -webkit-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: -o-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: linear-gradient( #4c7cb4 0%, #044796 100%);
}
#contWrap .contBtn:first-of-type {
  border: solid 1px #ff9620;
  background: #ff9722;
  background: -moz-linear-gradient( #ffb45f 0%, #ff9722 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb45f), to(#ff9722));
  background: -webkit-linear-gradient( #ffb45f 0%, #ff9722 100%);
  background: -o-linear-gradient( #ffb45f 0%, #ff9722 100%);
  background: linear-gradient( #ffb45f 0%, #ff9722 100%);
}
#contWrap .contBtn a {
  display: block;
  margin: 0;
  padding: 7px 20px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#contWrap .contBtn a span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
#contWrap .contBtn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 7px solid transparent;
  border-left: 12px solid #fff;
}

/* 矢印が下向きのボタン */
#contWrap .downBtn {
  margin: auto auto 30px auto;
  padding: 0;
	border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}
#contWrap .downBtn a {
  display: block;
  margin: 0;
  padding: 7px 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#contWrap .downBtn a span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
#contWrap .downBtn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 7px solid transparent;
  border-top: 12px solid #fff;
}
#contWrap .downBtnBl {
  width: 60%;
  background: #1ca8e8;
}
#contWrap .downBtnGr {
  width: 80%;
  background: #17a243;
}
#contWrap .downBtnRed {
  width: 60%;
  background: #e7481f;
}
#contWrap .downBtnDb {
  width: 80%;
  background: #044796;
  background: -moz-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4c7cb4), to(#044796));
  background: -webkit-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: -o-linear-gradient( #4c7cb4 0%, #044796 100%);
  background: linear-gradient( #4c7cb4 0%, #044796 100%);
}

/* デザインフレーム 矢印が右向きのボタン */
#contWrap #designFrame p.rightBtn {
  margin: 20px auto 0;
  padding: 0;
	border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}
#contWrap #designFrame .rightBtn a {
  display: block;
  margin: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#contWrap #designFrame .rightBtn a span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
#contWrap #designFrame .rightBtn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
#contWrap #designFrame .rightBtnBl {
  background: #1ca8e8;
  width: 90%;
}
#contWrap #designFrame .rightBtnGr {
  background: #17a243;
  width: 90%;
}
#contWrap #designFrame .rightBtnRed {
  background: #e7481f;
  width: 90%;
}

#contWrap h3.triangle3 {
  display: inline-block;
  margin: 60px auto 40px;
  padding: 0 45px 0 0;
  text-align: center;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}
#contWrap h3.triangle3::after {
  position: absolute;
  content: '';
  top: 0;
  right:0;
  display: block;
  width: 35px;/*幅*/
  height: 28px;
  background-image: url(../images/common_icon_triangle3@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#contWrap h3.triangle3 .font48 {
  padding: 0 5px;
}
#contWrap .mt1h {
  margin-top: 1.4em;
}
#contWrap table .t_top {
  vertical-align: top;
}
#contWrap table .t_btm {
  vertical-align: bottom;
}
#contWrap table .t_left {
  text-align: left;
}
#contWrap table .t_right {
  text-align: right;
  display: inline-block;
  margin: 0 auto;
}
#contWrap table .inbl {
  display: inline-block;
}
#contWrap table hr {
  width: 60%;
}
#contWrap table .icon80 {
  width: 70px;
}
#contWrap table .icon80 + .icon80 {
  margin-left: 10px;
}
#contWrap h3.wing {
  display: inline-block;
  margin: 50px auto 30px;
  padding: 0 45px;
  text-align: center;
  color: #151515;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bolder;
  position: relative;
}
#contWrap h3.wing::before {
  position: absolute;
  top: 15px;
  left: -20px;
  content: "";
  display: inline-block;
  width: 54px;
  height: 60px;
  background: url(../images/common_icon_wing_l@2x.png) no-repeat;
  background-size: contain;
}
#contWrap h3.wing::after {
  position: absolute;
  top: 15px;
  right: -20px;
  content: "";
  display: inline-block;
  width: 54px;
  height: 60px;
  background: url(../images/common_icon_wing_r@2x.png) no-repeat;
  background-size: contain;
}
#contWrap h3.wing span {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
#contWrap h3.wing strong {
  color: #009a9d;
  font-weight: bold;
}
#contWrap .goTop {
  width: calc(100% - 15px);
  padding: 0;
  margin: 30px 0;
  text-align: right;
  font-size: 16px;
  color: #151515;
  font-weight: 700;
  position: relative;
}
#contWrap .goTop::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  margin: -7px 0 0 0;
  padding: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #0276CE;
}
#contWrap .goTop a {
  text-decoration: none;
  padding: 0 5px;
}
@media screen and (max-width: 750px) {
  #contWrap .font24 {
    font-size: 20px;
  }
  #contWrap .font28 {
    font-size: 20px;
  }
  #contWrap .font48 {
    font-size: 32px;
    line-height: 1.2;
  }
  #contWrap .contBtn {
    width: 90%;
  }
  #contWrap .contBtn:first-of-type {
    margin-bottom: 10px;
  }
  #contWrap .contBtn a {
    font-size: 18px;
    line-height: 1.4;
  }
  #contWrap .downBtn {
    margin: auto auto 15px auto;
  }
  #contWrap .downBtn a {
    padding: 7px 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  #contWrap .downBtn a span::before {
    left: -30px;
  }
  #contWrap .downBtnBl {
    width: 90%;
  }
  #contWrap .downBtnGr {
    width: 90%;
  }
  #contWrap .downBtnRed {
    width: 90%;
  }
  #contWrap .downBtnDb {
    width: 100%;
  }
  #contWrap h3.triangle3 {
    margin: 30px auto 20px;
    padding: 0 30px 0 0;
    font-size: 20px;
  }
  #contWrap h3.triangle3::after {
    width: 25px;/*幅*/
    height: 20px;
  }
  #contWrap table hr {
    width: 60%;
  }
  #contWrap table .icon80 {
    width: 60px;
  }
  #contWrap table .icon80 + .icon80 {
    margin-left: 10px;
  }
  #contWrap h3.wing {
    margin: 25px auto 15px;
    padding: 0 25px;
    font-size: 16px;
  }
  #contWrap h3.wing::before {
    top: 3px;
    left: 30px;
    width: 25px;
    height: 28px;
  }
  #contWrap h3.wing::after {
    top: 3px;
    right: 30px;
    width: 25px;
    height: 28px;
  }
  #contWrap h3.wing span {
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    padding: 0 0 5px 0;
  }
  #contWrap .goTop {
    margin: 20px 0;
    font-size: 14px;
  }
  #contWrap .goTop a {
    padding: 0 3px;
  }	
}
/* トップビジュアル */
#contWrap #top {
  margin: 0;
  padding: 0 0 50px 0;
	font-size: 14px;
	line-height: 1.6;
}
#contWrap #top > div {
  margin: 0;
  padding: 0;
  position: relative;
}
#contWrap #top h2 {
  margin: 0 0 20px 0;
  padding: 0;
}
#contWrap #top img {
	margin: 0;
  padding: 0;
}
#contWrap #top > div > div {
  margin: 0;
  padding: 0;
  width: 60.3448275862069%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contWrap #top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0 5.172413793103448%;
  padding: 0 0 40px 0;
}
#contWrap #top ul li {
  width: 32.121212121212125%;
  margin: 0 0 10px 0;
  padding: 0;
	border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  background:rgba(142,190,60,0.9);
  position: relative;
}
#contWrap #top ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 5px solid transparent;
  border-top: 10px solid #fff;
}
#contWrap #top ul li a {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#contWrap #top > div + p {
  margin: 0 0 30px 0;
  padding: 0;
}
#contWrap #top > div + p span {
  margin: 0;
  padding: 0;
}
#contWrap #top p .font12 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #contWrap #top {
    padding: 0 0 25px 0;
  }
  #contWrap #top h2 {
    margin: 0 0 10px 0;
  }
  #contWrap #top > div + p {
    margin: 0 0 20px 0;
    font-size: 12px;
	  line-height: 1.4;
  }
  #contWrap #top > div > div {
    width: 100%;
    position: relative;
  }
  #contWrap #top ul {
    margin: 0;
    padding: 0 0 10px 0;
  }
  #contWrap #top ul li {
    width: 48.66666666666667%;
  }
  #contWrap #top ul li::before {
    margin: -5px 0 0 0;
  }
  #contWrap #top ul li a {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.4;
  }
}
/* 素材 */
#contWrap #material {
  margin: -70px 0 0 0;
  padding: 70px 0 0 0;
  text-align: center;
}
#contWrap #material hr {
  height: 1px;
  background-color: #333;
  border: none;
}
#contWrap #material section {
  border: solid 1px #333;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#contWrap #material_blue {
  margin: 0;
  padding: 0;
  width: 62.5%;
}
#contWrap #material_green {
  margin: 0;
  padding: 0;
  width: 34.91379310344828%;
}
#contWrap #material_red {
  margin: 40px 0 0 0;
  padding: 0;
}
#contWrap #material h4 {
  margin: 0;
  padding: 15px 0;
  font-size: 26px;
  font-weight: b0ld;
  color: #fff;
}
#contWrap #material_blue h4 {
  background: #1ca8e8;
}
#contWrap #material_green h4 {
  background: #17a243;
}
#contWrap #material_red h4 {
  background: #e7481f;
}
#contWrap #material h4 + div {
  margin: 0 0 30px 0;
  padding: 0;
}
#contWrap .materialLead {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}
#contWrap #material_blue .materialTxt {
  margin: 0;
  padding: 15px 0 0 1em;
  width: calc(71.03448275862068% - 1em);
  text-align: left;
}
#contWrap #material_green .materialTxt {
  margin: 0;
  padding: 15px 0 0 1em;
  text-align: left;
}
#contWrap #material_red .materialTxt {
  margin: 0;
  padding: 0;
  width: 60.3448275862069%;
  text-align: left;
}
#contWrap #material .point {
  margin: 0;
  padding: 4px 15px;
  text-align: center;
  display: inline-block;
  background: #fd644a;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}
#contWrap #material_blue .materialImg {
  margin: 0;
  padding: 60px 0 0 0;
  width: 24.82758620689655%;
}
#contWrap #material_red .materialImg {
  margin: 0;
  padding: 0 0 0 2.586206896551724%;
  width: 33.62068965517241%;
  text-align: left;
}
#contWrap .materialImg p {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
#contWrap #material ul {
  margin: 0;
  padding: 15px 0 0 0;
}
#contWrap #material li::before {
  content: "・";
}
#contWrap #material_blue ul + p {
  margin: 0;
  padding: 15px 0 0 0;
}
#contWrap #material_red ul + p {
  margin: 60px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #material_blue {
    width: 100%;
  }
  #contWrap #material_green {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #contWrap #material_red {
    margin: 20px 0 0 0;
  }
  #contWrap #material h4 {
    padding: 10px 0;
    font-size: 20px;
  }
  #contWrap #material h4 + div {
    margin: 0 0 15px 0;
  }
  #contWrap .materialLead {
    font-size: 20px;
    padding: 10px 0;
  }
  #contWrap #material_red .materialLead {
    width: 96%;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    margin: 0 auto;
  }
  #contWrap #material_blue .materialTxt {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 96%;
  }
  #contWrap #material_green .materialTxt {
    margin: 0 auto;
    padding: 15px 0 0 0;
    width: 96%;
  }
  #contWrap #material_blue .materialTxt .font16,
  #contWrap #material_green .materialTxt .font16,
  #contWrap #material_red .materialTxt .font16 {
    font-size: 14px;
  }
  #contWrap #material_red .materialTxt {
    margin: 15px auto 0 auto;
    width: 96%;
  }
  #contWrap #material_blue .materialImg {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 60%;
  }
  #contWrap #material_red .materialImg {
    margin: 0 auto;
    padding: 0;
    width: 96%;
  }
  #contWrap #material_blue ul + p {
    font-size: 14px;
  }
  #contWrap #material_red ul + p {
    margin: 15px auto 0 auto;
  }
}
/* デザインフレーム */
#contWrap #designFrame {
  margin: -60px 0 0 0;
  padding: 60px 0 0 0;
  text-align: center;
}
#contWrap #designFrame h3 + div {
  margin: 0 auto;
  padding: 0;
  width: 89.91379310344828%;
}
#contWrap #designFrame h4 {
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
#contWrap #designFrame div > div {
  margin: 30px 0 0 0;
  padding: 15px 0 25px 0;
  width: 48.706896551724135%;
  border: solid 1px #333;
  box-sizing: border-box;
  text-align: left;
}
#contWrap #designFrame p {
  margin: 0;
  padding: 0 10px;
}
#contWrap #designFrame div > div:last-of-type {
  padding: 15px 0 0 0;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#contWrap #designFrame > div:last-of-type {
  padding: 0 0 20px 0;
}
#contWrap #designFrame .downBtnDb {
  margin: 30px auto auto auto;
  padding: 0;
}
#contWrap #designFrame .font20 span {
  background: linear-gradient(rgba(255,255,255,0) 40%, rgba(251, 208, 160, 1.0) 40%);
}
@media screen and (max-width: 750px) {
  #contWrap #designFrame h3 + div {
    width: 100%;
  }
  #contWrap #designFrame h4 {
    padding: 5px 2%;
    font-size: 16px;
    line-height: 1.4;
  }
  #contWrap #designFrame .fontOra {
    font-size: 20px;
  }
  #contWrap #designFrame div > div {
    margin: 10px 0 0 0;
    padding: 15px 0 15px 0;
    width: 100%;
  }
  #contWrap #designFrame p {
    font-size: 14px;
    padding: 10px 2% 0 2%;
  }
  #contWrap #designFrame div > div:last-of-type {
    padding: 10px 0 0 0;
  }
  #contWrap #designFrame .downBtnDb {
    margin: 15px auto 25px auto;
  }
}
/* サイズ表 */
#contWrap #item {
  margin: -50px 0 0 0;
  padding: 50px 0 0 0;
  text-align: center;
}
#contWrap #stSize {
  margin: -90px 0 0 0;
  padding: 90px 0 0 0;
  text-align: center;
}
#contWrap #item section + section {
  margin: 50px 0 0 0;
  padding: 0;
}
#contWrap #item h4 {
  color: #fff;
  font-size: 24px;
	line-height: 1.8;
	font-weight: 700;
	padding: 5px 0 5px 2.586206896551724%;
	margin: 0;
  text-align: left;
}
#contWrap #item h4.hG {
	background-color: #17a243;
}
#contWrap #item h4.hB {
	background-color: #1ca8e8;
}
#contWrap .cover {
	overflow-x: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
#contWrap .scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  z-index: 9;
  margin: 0;
  padding: 0;
}
#contWrap .catalog-L .scaleBox {
	display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 45px;
  margin: 0;
  min-width: calc(100% - 45px);
  background: url(../images/legs_scale-line.png) repeat-x;
  background-position: left 0 top 0;
}
#contWrap .catalog-L .man-box {
  position: relative;
}
#contWrap .catalog-L .sample-man01 {
  width: 221px;
  position: absolute;
  top: 85px;
  left: 55px;
  z-index: 999px;
}
#contWrap .catalog-L .sample-man02 {
  width: 175px;
  position: absolute;
  top: 92px;
  left: 370px;
  z-index: 999px;
}
#contWrap .catalog-L .sample-woman01 {
  width: 166px;
  position: absolute;
  top: 105px;
  left: 320px;
  z-index: 999px;
}
#contWrap .catalog-L .sample-woman02 {
  width: 144px;
  position: absolute;
  top: 105px;
  left: 340px;
  z-index: 999px;
}
#contWrap .cover .scaleBox > div {
  flex: 0 0 auto;
  text-align: center;
  margin: 0;
  padding: 0 0 10px 0;
}
#contWrap .catalog-L .scaleBox > div > div:first-of-type {
  display: flex;
  align-items: flex-end;
  height: 451px;
  padding: 0 15px;
  background: url(../images/legs_scale-line.png) left bottom repeat-x;
}
#contWrap .cover .scaleBox > div > div > div {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#contWrap .cover .scaleBox p.itemSpec {
  padding: 10px 15px;
  margin: 0;
	font-size: 16px;
  color: #151515;
  font-weight: bold;
}
#contWrap .cover .scaleBox p.itemType {
	font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}
#contWrap .btn01 {
  padding: 0 15px;
  margin: 0 auto;
  width: 190px;
}
#contWrap .btn02 {
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 340px;
}
#contWrap .c_btn a {
	display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  margin:  0 0 7px 0;
  border-radius: 4px;
  background: #f58a12;
  white-space: nowrap;
}
#contWrap .btn02 a {
  width: 47.5%;
}
#contWrap .c_btn a span {
	display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
}
#contWrap .c_btn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
#contWrap #enSchedule h4,
#contWrap #stSchedule h4 {
  margin: 0 0 30px 0;
}
#enSchedule .goPage,
#stSchedule .goPage {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0;
}
#enSchedule .goPage p {
  background: #1ca8e8;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
#stSchedule .goPage p {
  background: #17a243;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
#enSchedule .goPage p a,
#stSchedule .goPage p a{
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #item {
    margin: -70px 0 0 0;
    padding: 70px 0 0 0;
  }
  #contWrap #item section + section {
    margin: 25px 0 0 0;
  }
  #contWrap #item h4 {
    font-size: 18px;
    line-height: 1.6;
    padding: 5px 0 5px 2.586206896551724%;
    margin: 0;
    text-align: left;
  }
  #contWrap #enSchedule h4,
  #contWrap #stSchedule h4 {
      margin: 0 0 20px 0;
  }
  #enSchedule .goPage,
  #stSchedule .goPage {
    padding: 15px 0 0 0;
  }
  #enSchedule .goPage p {
    width: 80%;
  }
  #stSchedule .goPage p {
    width: 80%;
  }
  #enSchedule .goPage p a,
  #stSchedule .goPage p a {
    font-size: 14px;
    line-height: 1.4;
  }
  #contWrap .catalog-L .sample-man01 {
    left: 45px;
  }
  #contWrap .catalog-L .sample-man02 {
    left: 55px;
  }
  #contWrap .catalog-L .sample-woman01 {
    left: 45px;
  }
  #contWrap .catalog-L .sample-woman02 {
    left: 55px;
  }
}
/* 特注 */
#contWrap #customOrder {
  background: #f6f8f2;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 0 0 20px 0;
}
#customOrder > div > p {
  width: 68.96551724137932%;
  margin: 0 auto 30px auto;
  padding: 0;
}
#customOrder > div > p strong {
  font-weight: 700;
  color: #c44a4a;
  margin: 0;
  padding: 0;
}
#customOrder > div > p.btnInquiry {
  background: #4d6e05;
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 0;
}
#customOrder > div > p.btnInquiry a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 17px 60px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #contWrap #customOrder {
    margin: 25px 0 0 0;
    padding: 0 0 15px 0;
  }
  #customOrder > div > p {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  #customOrder > div > p strong {
    font-weight: 700;
    color: #c44a4a;
    margin: 0;
    padding: 0;
  }
  #customOrder > div > p.btnInquiry {
    background: #4d6e05;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 0;
  }
  #customOrder > div > p.btnInquiry a {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 17px 60px;
    margin: 0;
  }	
}
/* シリーズ別仕様一覧 */
#contWrap #specifications {
  margin: -50px 0 0 0;
  padding: 50px 0 0 0;
  text-align: center;
}
#specifications table {
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
#specifications table tr th {
  padding: 3px 0.8620689655172413%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
#specifications table tr td {
  padding: 10px 0.8620689655172413%;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
#specifications table tr th.thGry {
  width: 3.4482758620689653%;
  padding: 20px 0.43103448275862066%;
  background-color: #959595;
}
#specifications table tr th.thGry span {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}
#specifications table th.thGl {
  background-color: #f5eeb9;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#specifications table th.thSv {
  background-color: #dbe1e9;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#specifications table th.thBl {
  background-color: #1ca8e8;
  font-weight: bold;
  font-size: 14px;
}
#specifications table th.thGr {
  background-color: #17a243;
  font-weight: bold;
  font-size: 14px;
}
#specifications table .cell1 {
  width: 15.086206896551724%;
}
#specifications table .cell2 {
  width: 30.17241379310345%;
}
#specifications table .thSr {
  color: #000;
  font-weight: bold;
}
#specifications table .thSr span{
  padding-right: 3px;
}
#specifications table .noline {
  border-right: none;
}
#specifications table .nolineB {
  border-bottom: none;
}
#specifications table div {
  margin: 0;
  padding: 0;
}
#specifications table p {
  margin: 0;
  padding: 0;
}
#specifications table ul {
  margin: 0;
  padding: 0;
}
#specifications table li {
  margin: 0;
  padding: 0;
}
#specifications table li::before {
  content: "・";
}
#specifications table dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#specifications table dl dt,
#specifications table dl dd {
  margin: 0;
  padding: 3px 0;
  border-bottom: solid 1px #333;
  width: 48%;
}
#specifications table dl dt:last-of-type,
#specifications table dl dd:last-of-type {
  border-bottom: none;
}
#specifications table dl dd {
  border-left: solid 1px #333;
}
#specifications table .font12 {
  font-weight: bold;
  padding: 0 0 0 3%;
}
#specifications table .w47 {
  width: 47%;
  background: #ff0;
}
#specifications table .no-wrap {
    white-space: nowrap;
  }
@media screen and (max-width: 750px) {
  #contWrap #specifications {
    margin: -70px 0 0 0;
    padding: 70px 0 0 0;
    text-align: center;
  }
#contWrap #specifications > div {
    margin: 0;
    padding: 0;
    overflow: scroll;
  }
  #specifications table tr th.thGry {
    padding: 20px 10px;
  }
}
/* 映写対応おすすめ商品 */
#contWrap #projection {
  margin: -90px 0 0 0;
  padding: 90px 0 0 0;
}
#projection > section {
  margin: 0;
  padding: 0;
}
#projection h3 {
  margin: 0;
  padding: 5px 0;
  color: #fff;
  background: #e7481f;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
#projection .goPage {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0;
}
#projection .goPage p {
  background: #e7481f;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
#projection .goPage p a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #projection h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  #projection .goPage {
    text-align: center;
    padding: 15px 0 0 0;
  }
  #projection .goPage p {
    background: #e7481f;
    width: 80%;
  }
  #projection .goPage p a {
    font-size: 14px;
    line-height: 1.4;
  }
}
/* 関連商品 */
#contWrap #relation {
  margin: -90px 0 0 0;
  padding: 90px 0 0 0;
}
#relation > section {
  margin: 50px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #333;
}
#relation > section:last-of-type {
  border-bottom: none;
}
#relation h3 {
  margin: 0;
  padding: 5px 0;
  color: #fff;
  background: #cd9727;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
#relation h4 {
  color: #473206;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}
#relation .goPage {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0;
}
#relation .goPage p {
  background: #887346;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
#relation .goPage p a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #relation > section {
    margin: 25px 0 0 0;
  }
  #relation h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  #relation h4 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px 0;
  }
  #relation .goPage {
    text-align: center;
    padding: 15px 0 0 0;
  }
  #relation .goPage p {
    width: 80%;
  }
#relation .goPage p a {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*お問合せ右下固定ボタン*/
.footer_fix_btn {
	position:fixed;
	width: 80px;
	right: 0px;
	bottom: 100px;
}
.footer_fix_btn a {
	display:block;
	width:100%;
	text-decoration:none;
}
.footer_fix_btn a:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px){
	.footer_fix_btn {
		 position: fixed;
		 width: 48px;
		 right: 0px;
		 bottom: 10px;
		 z-index: 999;
	}
}

#item .category-recommend li {
 text-align: left;
}
