@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1152px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1151px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    text-align: right;
  }
}
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}
label.required {
    color: #000;
    font-size: 14px;
    font-weight: bold;
				margin-bottom: 15px;
				display: block;
}
.bold {
  font-weight: bold;
}

.btn_group p{
     display: inline-block;
}
.btn_group p button{
    min-width: 120px;
}
.btn_group p a{
    min-width: 120px;
}
.btn_group p a:link,.btn_group p a:visited{
    color: #fff;
}
#detail_box__footer #detail_box__button_menu{
    margin-left: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 70px;
}
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

#kv {
  margin-bottom: 6%;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  body #wrap {
    margin-top: 200px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  body #wrap {
    margin-top: 200px;
  }
}

.underContents section#examples {
  padding-top: 40px;
}
.underContents section#knowhow {
  padding-top: 40px;
  background-color: #fff;
}

#newHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 160px;
  z-index: 30;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader {
    height: 70px;
  }
}
#newHeader.smallHeader {
  height: 90px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader.smallHeader {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader.smallHeader {
    height: 70px;
  }
}
#newHeader.smallHeader #headerTop {
  height: 90px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader.smallHeader #headerTop {
    height: 70px;
    border-bottom: 0px solid #e6e6e6;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader.smallHeader #headerTop {
    height: 70px;
    border-bottom: 0px solid #e6e6e6;
  }
}
#newHeader.smallHeader #headerTop .logo > p {
  display: none;
}
#newHeader.smallHeader #headerTop .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
}
#newHeader.smallHeader #headerTop .headerNav ul li {
  display: none;
}
#newHeader.smallHeader #headerTop .headerNav ul li:last-child {
  display: block;
}
#newHeader.smallHeader #headerTop .glovalNav {
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader.smallHeader #headerTop .glovalNav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader.smallHeader #headerTop .glovalNav {
    display: none;
  }
}
#newHeader.smallHeader #glovalNavWrap {
  top: -170px;
  border-bottom: 0px solid #e6e6e6;
}
#newHeader #headerTop {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 70px;
  z-index: 10;
  background-color: #fff;
  transition-duration: .3s;
  box-sizing: border-box;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop {
    height: 70px;
    border-bottom: 0px solid #e6e6e6;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop {
    height: 70px;
    border-bottom: 0px solid #e6e6e6;
  }
}
#newHeader #headerTop .logo > p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop .logo > p {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop .logo > p {
    display: none;
  }
}
#newHeader #headerTop .logo a {
  display: none;
  opacity: 0;
  transition-duration: .3s;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
  }
}
#newHeader #headerTop .logo a img {
  width: auto;
  height: 36px;
  margin-right: 10px;
}
#newHeader #headerTop .logo a p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 10px;
  margin-bottom: 5px;
    width: 150px;
}
#newHeader #headerTop .logo a h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 17px;
  font-weight: bold;
}
#newHeader #headerTop .glovalNav {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop .glovalNav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop .glovalNav {
    display: none;
  }
}
#newHeader #headerTop .glovalNav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#newHeader #headerTop .glovalNav ul li {
  padding: 0 15px;
}
#newHeader #headerTop .glovalNav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 90px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop .glovalNav ul li a {
    height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop .glovalNav ul li a {
    height: 70px;
  }
}
#newHeader #headerTop .glovalNav ul li a img {
  width: auto;
  height: 24px;
  margin-right: 10px;
}
#newHeader #headerTop .glovalNav ul li a p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 15px;
}
#newHeader #headerTop .glovalNav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  text-decoration: .3s;
  height: 3px;
  background-color: #666;
}
#newHeader #headerTop .glovalNav ul li a:hover:after {
  width: 100%;
}
#newHeader #headerTop .headerNav {
  padding-right: 60px;
}
#newHeader #headerTop .headerNav ul {
  display: flex;
  justify-content: space-between;
}
#newHeader #headerTop .headerNav ul li {
  margin-left: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #headerTop .headerNav ul li {
    display: none;
  }
  #newHeader #headerTop .headerNav ul li:last-child {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #headerTop .headerNav ul li {
    display: none;
  }
  #newHeader #headerTop .headerNav ul li:last-child {
    display: block;
  }
}
#newHeader #headerTop .headerNav ul li a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
#newHeader #headerTop #glovalNavBtnWrap {
  position: absolute;
  top: 50%;
  right: 0;
  height: 32px;
  width: 32px;
  background-color: #e6e6e6;
  border-radius: 50%;
  margin-top: -18px;
}
#newHeader #glovalNavWrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  transition-duration: .3s;
  z-index: 0;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newHeader #glovalNavWrap {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #newHeader #glovalNavWrap {
    display: none;
  }
}
#newHeader #glovalNavWrap #glovalNav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#newHeader #glovalNavWrap #glovalNav > ul > li {
  height: 130px;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.logo {
  height: 100%;
  width: 200px;
  text-align: center;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.logo a {
  display: block;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.logo a img {
  width: 110px;
  transition-duration: .3s;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.logo a:hover img {
  width: 120px;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item > a {
  text-align: center;
  display: block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  transition-duration: .3s;
  background-color: #fff;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item > a img {
  margin-bottom: 10px;
  max-width: 40px;
  transition-duration: .3s;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item > a P {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 18px;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item > a:hover {
  color: #333;
  background-color: #dcf1fc;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.item > a:hover img {
  margin-bottom: 10px;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.parentNav > div {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  background-color: #dcf1fc;
  left: 0;
  top: 130px;
  font-size: 0;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.parentNav > div ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.parentNav > div ul li {
  width: 25%;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.parentNav > div ul li a {
  font-size: 15px;
  display: block;
  padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#newHeader #glovalNavWrap #glovalNav > ul > li.parentNav > div ul li a img{
    width: 40px;
    margin-right: 5px;
}

#drawerNav #drawer-icon {
  top: 19px;
  z-index: 1200;
}
#drawerNav.smallHeader #drawer-icon {
  top: 29px;
}

.news {
  background-color: #f8f7f2;
  padding: 100px 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .news {
    padding: 8% 0;
  }
}
@media only screen and (max-width: 600px) {
  .news {
    padding: 8% 0;
  }
}
.news ul {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .news ul {
    width: 90%;
  }
}
.news ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news ul li:last-child {
  margin-bottom: 0;
}
.news ul li .date {
  font-size: 13px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-right: 200px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .news ul li .date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.news ul li .date:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 100px;
  height: 1px;
  background-color: #262626;
}
@media only screen and (max-width: 600px) {
  .news ul li .date:after {
    display: none;
  }
}
.news ul li .text {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
@media only screen and (max-width: 600px) {
  .news ul li .text {
    width: 100%;
  }
}
.news ul li .text a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
@media only screen and (max-width: 600px) {
  .news ul li .text a {
    line-height: 1.5;
  }
}

.menu-container .menu > ul > li a {
  text-align: center;
  vertical-align: middle;
}
.menu-container .menu > ul > li a img {
  width: 80%;
  display: inline-block;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .grayLineBtn a {
    font-size: 21px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section {
    padding: 8% 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section .sectionTitle p {
    margin-bottom: 30px;
  }
}
#main section .sectionTitle h3 {
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section .sectionTitle h3 {
    font-size: 26px;
  }
}
#main section .sectionTitle h3 span {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding-right: 15px;
  vertical-align: middle;
  padding-bottom: 10px;
}
#main section .sectionTitle h3 span img {
  max-height: 46px;
  max-width: 46px;
  width: 100%;
  height: 100%;
}
#main section#categoryKv {
  margin-bottom: 7%;
  padding: 0;
}
#main section#categoryKv .inner {
  position: relative;
  width: 1240px;
  max-width: 1240px;
}
@media only screen and (max-width: 1151px) {
  #main section#categoryKv .inner {
    width: 100%;
     
  }
}
#main section#categoryKv .inner .backgroundImg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 45vh;
}
@media only screen and (max-width: 1151px) {
  #main section#categoryKv .inner .backgroundImg {
    height: 20vh;
    margin-bottom: 30px;
      width: 100%;
      background-position: center right;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
  }
}
#main section#categoryKv .inner .categoryTitle {
  position: absolute;
  top: 50%;
  left: 60px;
    width: 45%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1151px) {
  #main section#categoryKv .inner .categoryTitle {
   position: relative;
    -webkit-transform: translate(0%, 0%);
    /* Safari用 */
    transform: translate(0%, 0%);
    margin-bottom: 40px;
    width: 100%;
    margin: 0;
      left: 0;
      padding-top: 16px;
  }
}
#main section#categoryKv .inner .categoryTitle h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1151px) {
  #main section#categoryKv .inner .categoryTitle h1 {
    font-size: 21px;
  }
}
#main section#categoryKv .inner .categoryTitle p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 15px;
  line-height: 1.7;
}
@media only screen and (max-width: 1151px) {
  #main section#categoryKv .inner .categoryTitle p {
    line-height: 1.4;
    font-size: 13px;
    text-align: left;
  }
  #main section#categoryKv .inner .categoryTitle p br {
    display: none;
  }
}
#main section#keyVisual {
  max-width: 1360px;
  height: 660px;
  background-image: url(../images/kv_back.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  /* スライドショーCSSここから*/
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#keyVisual {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#keyVisual {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }
}
#main section#keyVisual h2 {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -20px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#keyVisual h2 img {
    width: 65%;
  }
}
@media only screen and (max-width: 600px) {
  #main section#keyVisual h2 {
    margin-top: 0px;
  }
  #main section#keyVisual h2 img {
    width: 75%;
  }
}
#main section#keyVisual .slideshow {
  width: 200px;
  height: 200px;
  list-style-type: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#keyVisual .slideshow {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#keyVisual .slideshow {
    top: 30px;
    width: 120px;
    height: 120px;
  }
}
#main section#keyVisual .slideshow > li {
  opacity: 0;
  position: absolute;
  transition: opacity 3s ease-in-out;
}
#main section#keyVisual .slideshow > li.showSlide {
  opacity: 1;
}
#main section#keyVisual .slideshow > li > img {
  width: 100%;
  height: auto;
}
#main section#topRead {
  margin-bottom: 150px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topRead {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topRead {
    margin-bottom: 30px;
  }
}
#main section#topRead .read {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main section#topRead .read .readImg {
  width: 48%;
  text-align: center;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topRead .read .readImg {
    width: 100%;
    margin-bottom: 40px;
  }
  #main section#topRead .read .readImg img {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topRead .read .readImg {
    width: 100%;
  }
  #main section#topRead .read .readImg img {
    width: 70%;
    margin-bottom: 30px;
  }
}
#main section#topRead .read .text {
  width: 44%;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topRead .read .text {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topRead .read .text {
    width: 100%;
    text-align: left;
  }
}
#main section#topRead .read .text h2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 36px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topRead .read .text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topRead .read .text h2 {
    font-size: 21px;
    text-align: center;
  }
}
#main section#topRead .read .text p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topRead .read .text p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topRead .read .text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
#main section#knowhow .knowhowList {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#knowhow .knowhowList {
    margin-bottom: 0%;
  }
}
#main section#knowhow .knowhowList li {
  width: 22%;
  margin-right: 4%;
}
#main section#knowhow .knowhowList li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#knowhow .knowhowList li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#knowhow .knowhowList li a {
    width: 100%;
  }
}
#main section#knowhow .knowhowList li a .thumnail {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main section#knowhow .knowhowList li a .thumnail img {
  max-height: 100%;
  width: auto;
}
#main section#knowhow .knowhowList li a img {
  width: 100%;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#knowhow .knowhowList li a h5 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#knowhow .knowhowList li a h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#knowhow .knowhowList li a div {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#recommend {
    padding: 8% 0;
  }
}
#main section#recommend .recommendList {
  flex-wrap: wrap;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#recommend .recommendList li {
    width: 50%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#recommend .recommendList li a {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#examples {
    padding: 8% 0;
  }
}
#main section#examples ul {
  display: flex;
  justify-content: flex-start;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#examples ul {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#examples ul {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
#main section#examples ul li {
  width: 32%;
  text-align: center;
  margin-right: 2%;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#examples ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 600px) {
  #main section#examples ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  #main section#examples ul li:last-child {
    margin-bottom: 0;
  }
}
#main section#examples ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  #main section#examples ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#main section#examples ul li a .thumnail {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  background-color: #fdfdfd;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #main section#examples ul li a .thumnail {
    width: 36%;
    height: auto;
    min-height: 80px;
    margin-bottom: 0;
  }
}
#main section#examples ul li a .thumnail img {
  width: 100%;
}
#main section#examples ul li a P {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  #main section#examples ul li a P {
    width: 56%;
  }
}
#main section#topLInkList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul {
    display: block;
  }
}
#main section#topLInkList ul li {
  width: calc(100% / 3);
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topLInkList ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li:last-child {
    margin-bottom: 0px;
  }
}
#main section#topLInkList ul li a {
  text-align: center;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#main section#topLInkList ul li a .thum {
  margin-bottom: 36px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li a .thum {
    width: 42%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topLInkList ul li a .thum {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li a .text {
    width: 54%;
    text-align: left;
  }
}
#main section#topLInkList ul li a .text h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  margin-bottom: 36px;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #main section#topLInkList ul li a .text h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #main section#topLInkList ul li a .text h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#main section#topLInkList ul li a .text p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.5;
}

#newFooter .footerTop {
  background-color: #fafafa;
  padding: 120px 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerTop {
    padding: 8% 0;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerTop {
    padding: 8% 0;
  }
}
#newFooter .footerTop .footerGuide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#newFooter .footerTop .footerGuide .guideBox {
  width: 30%;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerTop .footerGuide .guideBox {
    width: 47%;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerTop .footerGuide .guideBox {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerTop .footerGuide .guideBox:last-child {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerTop .footerGuide .guideBox:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
#newFooter .footerTop .footerGuide .guideBox h4 {
  border-bottom: 1px solid #262626;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 17px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  margin-top: 70px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerTop .footerGuide .guideBox h4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerTop .footerGuide .guideBox h4 {
    margin-top: 0px;
  }
}
#newFooter .footerTop .footerGuide .guideBox h4:first-child {
  margin-top: 0;
}
#newFooter .footerTop .footerGuide .guideBox p {
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerTop .footerGuide .guideBox p {
    margin-bottom: 20px;
  }
}
#newFooter .footerTop .footerGuide .guideBox p:last-child {
  margin-bottom: 0;
}
#newFooter .footerTop .footerGuide .guideBox p a {
  text-decoration: underline;
}
#newFooter .footerTop .footerGuide .guideBox p a:hover {
  text-decoration: none;
}
#newFooter .footerBottom {
  padding: 40px 0;
}
#newFooter .footerBottom nav {
  padding-bottom: 18px;
}
#newFooter .footerBottom nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#newFooter .footerBottom nav ul li {
  border-right: 1px solid #333;
  line-height: 1;
}

#sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 50px 0;
    background-color: #e6e6e6;
}
#sns p {
    font-size: 120%;
    font-weight: bold;
    line-height: 1;
}
#sns ul {
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
}
#sns ul li {
    padding: 0 10px;
}


@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #newFooter .footerBottom nav ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #newFooter .footerBottom nav ul li {
    margin-bottom: 15px;
  }
}
#newFooter .footerBottom nav ul li:last-child {
  border-right: 0px;
}
#newFooter .footerBottom nav ul li a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding: 0 15px;
  line-height: 1;
}
#newFooter .footerBottom .copyLight {
  font-size: 12px;
  margin: 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  text-align: center;
}

#item_detail .row {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productInner {
    width: 88%;
    margin: 0 auto;
  }
}
#item_detail .productInner .productsDetailWrap {
  padding-bottom: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productInner .productsDetailWrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productInner .productsDetailWrap .productsImgWrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productInner .productsDetailWrap .productDetail {
    width: 100%;
  }
}
#item_detail .ProductDeatailForm {
  margin-bottom: 0;
  background-color: transparent;
  background-color: #f4f6f9;
}
#item_detail .ProductDeatailForm .formGroup {
  padding: 20px;
  border-bottom: none;
  margin-top: 20px;
}
#item_detail .ProductDeatailForm .formGroup:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap {
    flex-wrap: wrap;
  }
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.itemName {
    width: 100%;
    margin-bottom: 8px;
  }
}
#item_detail .ProductDeatailForm .formGroup .formFlexWrap div.price {
  width: 180px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.price {
    width: 100%;
      margin-bottom: 10px;
      text-align: left;
      margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.price {
    width: 100%;
    text-align: left;
  }
}
#item_detail .ProductDeatailForm .formGroup .formFlexWrap div.stock {
  width: 180px;
}
@media only screen and (max-width: 600px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.stock {
    width: 100%;
  }
}
#item_detail .ProductDeatailForm .formGroup .formFlexWrap div.size {
  width: auto;
}
@media only screen and (max-width: 600px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.size {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .ProductDeatailForm .formGroup .formFlexWrap div.cartBtn {
    width: 140px;
  }
}
#item_detail .ProductDeatailForm .formGroup .formFlexWrap div.cartBtn span {
  background-color: #ff9b9b;
  border-radius: 5px;
}
#item_detail .ProductDeatailForm .formGroup .formFlexWrap div.cartBtn span:hover {
  background-color: #db8e8e;
}
#item_detail .productDetailTab {
  margin: 90px 0;
}
#item_detail .productDetailTab .tabnav {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 36px;
}
#item_detail .productDetailTab .tabnav li {
  width: calc(100% / 3);
}
#item_detail .productDetailTab .tabnav li a {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  border-bottom: 2px solid #dedede;
  font-size: 17px;
  transition-duration: .3s;
  position: relative;
  color: #999;
}
#item_detail .productDetailTab .tabnav li a:after {
  content: "";
  width: 0%;
  bottom: 0;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  margin-bottom: -2px;
  transition-duration: .3s;
}
#item_detail .productDetailTab .tabnav li a:hover {
  color: #333;
}
#item_detail .productDetailTab .tabnav li a:hover:after {
  width: 100%;
}
#item_detail .productDetailTab .tabnav li a.active {
  border-bottom: 2px solid #333;
  color: #333;
}
#item_detail .productDetailTab .tabcontent .ProductDeatailItem {
  padding: 0;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox {
  margin-top: 50px;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox:first-child {
  margin-top: 0;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .annotation {
  margin-top: 0;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: bold;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li {
  width: 12.1%;
  margin-bottom: 15px;
  margin-right: 2.55%;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li:nth-child(7n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li {
    width: 18%;
    margin-right: 2.5%;
  }
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li:nth-child(7n) {
    margin-right: 2.5%;
  }
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li {
    width: 31%;
    margin-right: 3.5%;
  }
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li:nth-child(7n) {
    margin-right: 3.5%;
  }
  #item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li:nth-child(3n) {
    margin-right: 0%;
  }
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li .colorSample {
  width: 100%;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .mattColor li p {
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize {
    flex-wrap: wrap;
  }
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .illust {
  width: 260px;
}
@media only screen and (max-width: 600px) {
  #item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .illust {
    width: 100%;
    margin-bottom: 15px;
  }
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .comment {
  width: calc(100% - 290px);
}
@media only screen and (max-width: 600px) {
  #item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .comment {
    width: 100%;
  }
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .comment li {
  margin-top: 15px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .comment li:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  margin-top: -2px;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .windowSize .comment li:first-child {
  margin-top: 0;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .sizeTable table tr {
  text-align: center;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .sizeTable table tr th {
  border: 1px solid #ebebeb;
  padding: 10px;
  background-color: #fafafa;
  vertical-align: middle;
}
#item_detail .productDetailTab .tabcontent .tabInnerBox .sizeTable table tr td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
#item_detail .productDetailTab .tabcontent #item_list .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
#item_detail .productDetailTab .tabcontent #item_list .row .listItem {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
#item_detail .productDetailTab .tabcontent #item_list .row .listItem:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem {
    margin-right: 4%;
    margin-bottom: 4%;
    width: 22%;
  }
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem:nth-child(5n) {
    margin-right: 4%;
  }
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem {
    width: 46%;
    margin-right: 8%;
  }
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem:nth-child(5n) {
    margin-right: 8%;
  }
  #item_detail .productDetailTab .tabcontent #item_list .row .listItem:nth-child(2n) {
    margin-right: 0;
  }
}
#item_detail .productDetailTab .tabcontent #item_list .row .listItem dl dt {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 17px;
  line-height: 1.2;
}

.categoryList {
  background-color: #f2f2f2;
  padding: 90px 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .categoryList {
    padding: 9% 0;
  }
}
@media only screen and (max-width: 600px) {
  .categoryList {
    padding: 12% 0 9% 0;
  }
}
.categoryList .sectionTitle {
  padding-bottom: 90px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .categoryList .sectionTitle {
    padding-bottom: 9%;
  }
}
@media only screen and (max-width: 600px) {
  .categoryList .sectionTitle {
    padding-bottom: 12%;
  }
}
.categoryList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.categoryList ul li {
  width: 14%;
  text-align: center;
  margin-right: 3.2%;
  margin-bottom: 4%;
}
.categoryList ul li:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .categoryList ul li {
    width: 22%;
    margin-right: 4%;
  }
  .categoryList ul li:nth-child(6n) {
    margin-right: 4%;
  }
  .categoryList ul li:nth-child(4n) {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .categoryList ul li {
    margin-bottom: 4%;
    width: 48%;
    margin-right: 4%;
  }
  .categoryList ul li:nth-child(6n) {
    margin-right: 4%;
  }
  .categoryList ul li:nth-child(2n) {
    margin-right: 0%;
  }
}
.categoryList ul li a {
  display: block;
  padding: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition-duration: .3s;
  background-color: #fff;
  height: 100%;
}
.categoryList ul li a img {
  margin-bottom: 15px;
}
.categoryList ul li a:hover {
  border: 6px solid #c4c4c4;
  box-sizing: border-box;
  padding: 20px;
  color: #333;
}

.underContents #examples ul li {
  margin-bottom: 36px;
}

.underContents #knowhow ul li {
  margin-bottom: 36px;
}

#page_product_list #main_middle #item_list .row .listItem {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 3%;
}
#page_product_list #main_middle #item_list .row .listItem:nth-child(3n) {
  margin-right: 3%;
}
#page_product_list #main_middle #item_list .row .listItem:nth-child(4n) {
  margin-right: 0%;
}


#page_size_list #main_middle #item_list .row .listItem {
    width: 22%;
    margin-right: 3%;
    margin-bottom: 3%;
}
#page_size_list #main_middle #item_list .row .listItem:nth-child(3n) {
    margin-right: 3%;
}
#page_size_list #main_middle #item_list .row .listItem:nth-child(4n) {
    margin-right: 0%;
}


@media only screen and (min-width: 601px) and (max-width: 1151px) {
    body #wrapper {
        margin-top: 60px;
    }
}


#page_shopping #main_middle .page-heading{
    margin-right: 0;
    margin-left: 0;
}
#main_middle #shopping_confirm .total_box{
    
}

#main_middle #shopping_confirm #confirm_main{
    padding-left: 0;
    line-height: 1.4;
}
#main_middle #shopping_confirm #confirm_main .heading02{
    margin-bottom: 24px;
}
#main_middle #shopping_confirm #confirm_side{
    padding-right: 0;

}
#main_middle{
    max-width: 88%;
    margin: 0 auto;
}

.cart_page #main_middle .page-heading{
    margin-bottom: 32px;
}
.cart_page #complete_flow_box__body{
    margin-bottom: 48px;
}
.cart_page .row{
    margin: 0;
    padding: 0;
}
.cart_page #deliveradd_input{
    /* width: 760px; */
    margin: 0 auto;
    padding-bottom: 10%;
    line-height: 1.6;
}
.cart_page #deliveradd_input .complete_parts{
    padding: 32px 0;
    margin-top: 48px;
    border-top: 1px solid #e2e2e2;
}
.cart_page #deliveradd_input .complete_parts h3{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}
.cart_page #deliveradd_input .complete_parts .btn-primary{
    color: #fff;
    padding: 8px;
}
.cart_page #deliveradd_input .complete_parts .cvs_line{
    margin-bottom: 12px;
}
.cart_page .complete_wrap p{
    line-height: 1.5;
}
.row complete_parts{
    
}
.cart_page .page-heading{
    margin: 0 0 32px 0;
}
.cart_page .heading01{
    margin-bottom: 32px;
}
.cart_page #deliveradd_input_box{
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.entry_button {
display: flex;
}

		.btn-newentry {
		width: 37%;
		min-width: 195px;
		height: 56px;
		display: block;
		border-radius: 5px;
		background-color: #ff9b9b;
		border-color: #ff9b9b;
		font-size: 18px;
		font-weight: bold;
		color: #fff !important;
		text-align: center;
		line-height: 56px;
		}
		
		.btn-newentry:hover {
		background-color: #474757;
		}
		
		@media only screen and (min-width: 401px) and (max-width: 1151px) {
		.entry_button {
display: block;
}

		.btn-newentry {
		width: 100%;
		margin: 20px 0;
		float: none;
		font-size: 16px;
		}
}