@charset "UTF-8";

div #main {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: black;
}
/*US COLOR #749254, #555, #999 #333, 017501 #777 #c9c9c9
bg #f5f5f5, #964800, #50715B, border #ccc, ED0404
*/

a {
  color: #464749;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #3b5343;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
    margin: 0 0 16px;
    -webkit-overflow-scrolling: touch;
  }
}

h1.sttcont {
  margin: 0 0 30px;
  padding: 0;
  color: #464749;
}
.lpcont h1 {
  text-align: center;
  line-height: 1.2;
  margin: 30px 0 30px;
}
.lpcont h1.times {
  font-size: 48px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  h1.sttcont {
    margin: 0 0 20px;
    padding: 0;
  }
}

h2.sttcont {
  font-size: 140%;
  text-align: left;
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  h2.sttcont {
    margin: 0 0 10px;
  }
}

h3.sttcont {
  font-size: 120%;
  margin: 0 0 10px;
}

h4.sttcont {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 5px;
}

h5.sttcont {
  color: #464749;
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 5px;
}
.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li:last-child {
  color: #0c5641;
}
table.sttcont {
  border-collapse: collapse;
  word-break: break-all;
  word-wrap: break-all;
}
table.sttcont th,
table.sttcont td {
  /*border: solid 1px #efefef;*/
  border: solid 1px #d0d0d0;
  padding: 10px 15px;
  font-size: 13px;
}

*:focus {
  outline: none;
}

.btn_bl {
  display: block;
  transition: all 1s;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  width: 100%;
  padding: 8px 0;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.btn_link_wrap {
  margin-top: 20px;
  text-align: center;
}

.btn_link {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 10px 15px;
  width: 70%;
  margin: 0 auto 15px;
  min-width: 180px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn_link:hover {
  box-shadow: none;
  color: #000;
}

@media screen and (min-width: 768px) {
  .btn_bl {
    width: 45%;
  }

  .btn_link {
    margin: 0 20px;
    display: inline-block;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
}

.btn.btn_bl:hover {
  box-shadow: none;
}

/*----------*/

main {
  padding-right: 20px;
  padding-left: 20px;
}

.main_inner {
  font-size: 15px;
}

.breadcrumb {
  font-size: 12px;
  padding: 0;
}

/* blkitm style */
.blkitm {
  padding-bottom: 30px;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 40px;
}

.blkitm:last-child {
  border-bottom: none;
}

.blkitm.noborder {
  border: none;
}

/* box style */
.boxttl {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

.boxttl:before,
.boxdt dt:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 7px;
  background-color: #464749;
  margin-bottom: 1px;
}

.boxdt dt {
  font-weight: bold;
  padding-bottom: 5px;
  color: #0c5641;
}

.boxdt dd {
  padding-bottom: 25px;
}

.boxdt dd ul,
.boxdt dd ol {
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* intro style */
.intro {
  margin-bottom: 50px;
}

.intro p {
  margin-bottom: 15px;
}
.lpcont .intro {
  font-size: 18px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none !important;
  }
}

/* multicol style */
.multicol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twocol > div {
  width: 48%;
}
.threecol > div {
  width: 32%;
}
.fourcol > div {
  width: 23%;
}
.fivecol > div {
  width: 18%;
}

.swidth_sec {
  width: 80%;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .twocol > div,
  .threecol > div,
  .swidth_sec {
    width: 100%;
  }
  .fourcol > div,
  .fivecol > div {
    width: 48%;
  }
}

/* list style */
ol.numList {
  margin-bottom: 20px;
}

ol.numList > li {
  margin-bottom: 5px;
}

ul.line_li_ li:before,
ul.arrow li:before,
.category_top a:before {
  content: " ";
  width: 5px;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0c5641;
  display: inline-block;
}

.category_top {
  padding-top: 50px;
}

ul.arrow li:before {
  width: 8px;
}

ul.arrow li {
  padding-bottom: 5px;
  text-indent: -13px;
  padding-left: 13px;
}

ul.line_li_ li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

ul.line_li_ {
  margin-top: 10px;
}

.symbol_list {
  margin-bottom: 10px;
}

.symbol_list > li,
.symbol_list > dd {
  margin-bottom: 5px;
  margin-left: 3em;
  list-style: disc;
  display: list-item;
}

.symbol_list > li:last-child,
.symbol_list > dd:last-child {
  margin-bottom: 0;
}

.symbol_line_wrap {
  padding-top: 10px;
}

.symbol_line {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
}

.list-style_disc,
.ls_disc ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}

.list-style_disc > li {
  margin-bottom: 5px;
}

.list-style_none {
  list-style: none;
}

/* table style */
.multicol.twocol_wrap {
  position: relative;
}

.multicol.twocol_wrap > div:nth-of-type(1) {
  width: 100%;
}
.multicol.twocol_wrap > div:nth-of-type(2) {
  width: 100%;
  text-align: center;
}

.multicol.twocol_reverse > div:nth-of-type(1) {
  width: 100%;
}

.multicol.twocol_reverse > div:nth-of-type(2) {
  width: 100%;
}

.twoRow_tbl {
  width: 100%;
}

.twoRow_tbl th {
  background: #efefef;
}

.twoRow_tbl th,
.twoRow_tbl td {
  text-align: left;
}

table.tbl_bkColor tr:nth-child(even) {
  background: #869e2c0a;
}

@media screen and (min-width: 768px) {
  .multicol.twocol_wrap > div:nth-of-type(1) {
    width: 70%;
  }

  .multicol.twocol_wrap > div:nth-of-type(2) {
    width: 30%;
    text-align: right;
  }

  .multicol.twocol_reverse > div:nth-of-type(1) {
    width: 30%;
  }

  .multicol.twocol_reverse > div:nth-of-type(2) {
    width: 70%;
  }

  .twoRow_tbl th {
    table-layout: fixed;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .twoRow_tbl {
    border: solid 1px #d0d0d0;
  }

  .twoRow_tbl th,
  .twoRow_tbl td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #d0d0d0;
  }

  .twoRow_tbl tr:last-child td {
    border-bottom: none;
  }
}

/* anchorLink_list style */
.anchorLink_list:nth-child(4) {
  margin-bottom: 60px;
}

.anchorLink_list > dl {
  width: 100%;
}

.anchorLink_list dt {
  background-color: #efefef;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 25px 0 5px;
}

.anchorLink_list_wrap {
  margin-bottom: 60px;
}

.anchorLink_list_wrap > .anchorLink_list:first-child dl dt {
  margin-top: 0;
}

.anchorLink_list dd {
  padding: 10px 15px 0 20px;
}

.anchorLink_list > dl.arrow dd:before {
  width: 8px;
  content: " ";
  width: 5px;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0c5641;
  display: inline-block;
}

.anchorLink_list dt > a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .anchorLink_list {
    justify-content: space-between;
  }

  .anchorLink_list > dl {
    width: 32.5%;
  }

  .anchorLink_list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .anchorLink_list dt {
    padding: 5px 10px 5px 0;
    font-weight: bold;
    color: #0d5d4d;
    border-bottom: 1px solid #0d5d4d;
    font-size: 15px;
    background-color: #fff;
    margin: 0;
    text-align: left;
  }

  .anchorLink_list dd {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eae9d9;
    position: relative;
  }

  .anchorLink_list dd:after {
    content: "";
    position: absolute;
    width: 10px;
    right: 9px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0c5641;
    border-right: 2px solid #0c5641;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .anchorLink_list dl dd:last-child {
    margin-bottom: 26px;
  }

  .anchorLink_list dl dd.last_guideLink {
    margin-bottom: 26px;
  }

  .anchorLink_list > dl.arrow dd:before {
    display: none;
  }

  .anchorLink_list dt > a,
  .anchorLink_list dd > a {
    text-decoration: none;
    display: block;
  }
}

/*faq*/
.faqitm {
  padding-bottom: 20px;
}

.faqitm dt {
  color: #0c5641;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 25px;
  text-indent: -25px;
}

.faqitm > dl > dt:before {
  content: "Q.";
  font-weight: bold;
  padding-right: 10px;
}

.faqitm dd {
  text-indent: -25px;
}

.faqitm > dl > dd {
  padding: 0 0 25px 25px;
}

.faqitm > dl > dd:before {
  content: "A.";
  font-weight: bold;
  padding-right: 10px;
  color: #869e2c;
}

.faqitm dl dl > dd {
  text-indent: 0;
}

.faq .faqitm dl dd + .symbol_list {
  margin-bottom: 25px;
}

.faq .faqitm dl:last-child .symbol_list + p {
  margin-left: 2em;
}

.faq .faqitm:last-of-type {
  padding-bottom: 0;
}

.faq .faqitm:last-of-type dl:last-child dd {
  padding-bottom: 0;
}

/* faq monogram */
.faq .monogram_wrap {
  max-width: 960px;
  margin: 0 auto;
}

.faq .monogram_wrap > .main_img {
  text-align: center;
  margin-bottom: 0;
}

.faq .monogram_wrap .main_img + p {
  border-bottom: 1px solid #d2d0c5;
  padding-bottom: 20px;
  margin-top: 10px;
}

.faq .monogram_wrap > div {
  margin-bottom: 20px;
}

.faq .monogram_wrap > div > div > img {
  text-align: center;
}

.faq .monogram_wrap h3 {
  margin-top: 50px;
}

.faq .monogram_wrap h3 + p {
  margin-bottom: 10px;
}

.faq .monogram_wrap .monogram_step {
  margin-bottom: 30px;
}

.faq .monogram_wrap .monogram_step > ul {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}

.faq .monogram_wrap .monogram_step > ul > li:first-child {
  background: #466432;
  color: #fff;
  padding: 5px 15px 3px;
}

.faq .monogram_wrap .monogram_step > ul > li:last-child {
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
}

.faq .monogram_wrap .monogram_step > ul > li:last-child {
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
}

.faq .monogram_wrap .monogram_step.step_1 > img:nth-of-type(1) {
  margin-bottom: 30px;
}

.faq .monogram_wrap .monogram_step.step_1 > p:nth-last-of-type(1) {
  margin-bottom: 20px;
}

.faq .monogram_wrap .monogram_step.step_3 > img {
  margin-bottom: 30px;
}

.faq .monogram_wrap > div > div {
  text-align: center;
}

.faq .monogram_wrap > div:nth-of-type(3) > img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .faq .monogram_wrap > h1 {
    border-bottom: 2px solid #e1dcc4;
    padding-bottom: 5px;
  }

  .faq .monogram_wrap > h2 {
    border-bottom: 3px solid #519844;
    font-size: 18px;
    margin: 10px 0 15px;
    padding-bottom: 5px;
  }

  .faq .monogram_wrap .main_img + p {
    margin: 20px 10px 20px;
    text-align: center;
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
  }

  .faq .monogram_wrap h3 {
    margin-top: 30px;
  }

  .faq .monogram_wrap .monogram_step > ul > li:last-child {
    font-size: 15px;
  }
}

/* size */
.size table th,
.size table td {
  padding: 10px 0;
}

.sizeTbl_inner {
  margin-bottom: 20px;
}

.sizeTblttl {
  background-color: #f1f1e9;
  border: 1px solid #f1f1e9;
  padding: 5px 10px;
  border-bottom: none;
  font-weight: bold;
  font-size: 14px;
}

.sizeTbl {
  overflow-x: auto;
}

.sizeTbl table {
  width: 100%;
  margin-bottom: 1px;
}

.sizeTbl table th,
.sizeTbl table td {
  text-align: center;
}

.sizeTbl table th,
.sizeTbl table td {
  white-space: nowrap;
}

.sizeTbl table th {
  padding-left: 10px;
  width: 20%;
  text-align: left;
}

.sizeTbl table th.text_center,
.text_center,
.center_txt {
  text-align: center;
}

.text_right {
  text-align: right;
}

table.body_height th,
table.body_height td {
  background-color: white;
  border: none;
  text-align: left;
  font-weight: normal;
  padding: 3px 10px 3px;
}

table.body_height th:before {
  content: "・";
}

.sizeimg img {
  width: 80%;
  max-width: 250px;
}

.sp_sizeimg {
  text-align: center;
  padding: 10px 0 15px;
  max-width: 250px;
  margin: 0 auto;
}

.size table td > span {
  font-size: 1.2em;
}

.size .intro > div:first-of-type {
  margin-bottom: 15px;
}

.size .intro > div p {
  margin-bottom: 10px;
}

.size .sizeTbl table {
  table-layout: fixed;
}

.size .sizeTbl_inner .sizeTbl table:nth-of-type(2) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .sizeTbl_wrap {
    margin-bottom: 60px;
  }

  .sizeTbl_inner:last-child {
    margin-bottom: 0;
  }

  .sizeTblttl {
    text-align: center;
  }

  .sizeTbl .tbl_w30per th,
  .sizeTbl .tbl_w30per td {
    width: 30%;
  }

  table.body_height th {
    width: 140px;
  }

  table.body_height tr:last-child td {
    white-space: normal;
  }

  .sizeimg img {
    margin-left: 10%;
  }

  .size .sp_sizeimg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sizeTbl table tr.td_w380 td {
    width: 380px;
  }

  .sizeTbl table tr.td_w250 td {
    width: 250px;
  }

  .sizeTbl table tr.td_w180 td {
    width: 180px;
  }

  .sizeTbl table tr.td_w140 td {
    width: 140px;
  }

  .sizeTbl table tr.td_w120 td {
    width: 120px;
  }

  .sizeTbl table tr.td_w95 td {
    width: 95px;
  }

  .sizeTbl table tr.td_w80 td {
    width: 80px;
  }

  .sizeTbl table tr.td_w70 td {
    width: 70px;
  }

  .sizeTbl table tr.td_w55 td {
    width: 55px;
  }

  .sizeTbl table tr.td_w40 td {
    width: 40px;
  }

  .sizeTbl table tr .th_w280 {
    width: 280px;
  }

  .sizeTbl table tr .th_w190 {
    width: 190px;
  }

  .sizeTbl table tr .th_w155 {
    width: 155px;
  }

  .sizeTbl table tr .th_w125 {
    width: 125px;
  }

  .size .sizeimg {
    display: none;
  }
}

/* size measure_fit_jus */
.arrowbar {
  background: -moz-linear-gradient(left, #f7dfd3, #ff994e);
  background: -webkit-linear-gradient(left, #f7dfd3, #ff994e);
  background: linear-gradient(to right, #f7dfd3, #ff994e);
  /*background: -moz-linear-gradient(left, #efefef, #869e2c);
  background: -webkit-linear-gradient(left, #efefef, #869e2c);
  background: linear-gradient(to right, #efefef, #869e2c);*/
  padding: 10px 5px 0;
  margin: 5px 16px 10px;
  overflow: visible;
  position: relative;
  width: calc(100% - 33px);
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 1;
}

.arrowbar:before {
  border-top: 15px solid transparent;
  /*border-right: 16px solid #efefef;*/
  border-right: 16px solid #f7dfd3;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  left: -36px;
  width: 20px;
  top: 0;
}

.arrowbar:after {
  border-top: 15px solid transparent;
  /*border-left: 16px solid #869e2c;*/
  border-left: 16px solid #ff994f;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
}

.size.fit_jus .sizeTbl_wrap {
  margin-bottom: 60px;
}

.size.fit_jus .sizeTbl th {
  text-align: center;
  background: #869e2c0a;
  padding-right: 10px;
}

.size.fit_jus .sizeTbl td {
  text-align: left;
  padding: 10px;
}

.size.fit_jus .sizeTbl_inner:nth-of-type(3) .sizeTbl td {
  text-align: center;
}

.size.fit_jus .faqitm {
  padding-bottom: 40px;
}

.size.fit_jus .faqitm:nth-of-type(3) ul:last-of-type {
  padding-top: 20px;
}

.size.fit_jus .faqitm:nth-of-type(5) p:first-child {
  margin-bottom: 10px;
}

.size.fit_jus .faqitm > dl > dd:last-child {
  padding-bottom: 0;
}

.size.fit_jus div:nth-of-type(3) p {
  font-weight: bold;
  color: #0c5641;
}

.scroll_point {
  overflow-y: hidden;
  overflow-x: auto;
}

@media screen and (min-width: 768px) {
  .size.fit_jus .sizeTbl th,
  .size.fit_jus .sizeTbl td {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .size.fit_jus .sizeTbl table {
    table-layout: auto;
  }

  .size.fit_jus .sizeTbl th {
    text-align: left;
  }
}

/* size measure_jfit_cm */
@media screen and (min-width: 768px) {
  .size.jfit_cm .intro.multicol div:first-child {
    width: 7%;
  }

  .size.jfit_cm .intro.multicol div:last-child {
    width: 93%;
  }
}

/* size measure_kids_cm */
.size.measure_kids_cm
  .sizeTbl_wrap
  .sizeTbl_inner:first-of-type
  tr:nth-child(2) {
  background: #869e2c0a;
}

/* size mens-size */
@media screen and (min-width: 768px) {
  .size.mens_size .sizeTbl table th {
    width: 15%;
  }
}

/* size measure_womens_cm */
@media screen and (min-width: 768px) {
  .size.measure_womens_cm .sizeTbl table th {
    width: 25%;
  }
}

/* size measure_misses_cm */
@media screen and (min-width: 768px) {
  .size.measure_misses_cm .sizeTbl table th {
    width: 26%;
  }
}

.size table.tbl_two_row_line tr:nth-child(3),
.size table.tbl_two_row_line tr:nth-child(5),
.size table.tbl_two_row_line tr:nth-child(7) {
  background: #869e2c0a;
}

/*----- recall -----*/
.recall > ul {
  margin-bottom: 20px;
}

.recall > ul > li {
  margin-bottom: 10px;
}

.address {
  margin-bottom: 30px;
}

.address h4 {
  font-size: 15px;
}

.address table.sttcont th,
.address table.sttcont td {
  vertical-align: top;
  font-size: 15px;
  padding: 0 15px 5px 0;
  border: none;
}

.address th {
  white-space: nowrap;
}

.address th + td {
  padding-left: 10px;
}

.signature {
  width: 200px;
  margin: 0 0 0 auto;
  margin-top: 20px;
  padding-bottom: 0;
}

.signature > dt {
  margin-bottom: 5px;
}

.recall p.date {
  margin-bottom: 20px;
}

.recall .sizeTbl table th {
  text-align: center;
}

.recall .sizeTbl table th {
  text-align: center;
}

.recall ul:last-of-type {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .recall p.date {
    text-align: right;
  }

  .signature {
    width: 230px;
  }

  .signature dd {
    padding: 5px 15px;
  }

  .recall .sizeimg {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .recall .sizeimg {
    margin-bottom: 10px;
  }
}

/* recall top */
.thmtile {
  padding-top: 30px;
  padding-bottom: 30px;
}

.thmtile div {
  padding-top: 30px;
  position: relative;
  height: 130px;
  padding-left: 120px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
}

.thmtile img {
  min-width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .thmtile div {
    font-size: 14px;
  }

  .thmtile div {
    padding-top: 5px;
    padding-left: 100px;
    height: 100px;
  }

  .thmtile img {
    min-width: 80px;
  }
}

/* recall directorsChair */
.recall.directorsChair .multicol p {
  margin-bottom: 20px;
}

/* recall Canteen */
.recall.Canteen dl > dt {
  margin-bottom: 10px;
}

.recall.Canteen dl > dd {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .recall.Canteen .sizeTbl table td {
    white-space: normal;
  }
}

/* recall cardiganSweater */
.recall.cardiganSweater div:nth-of-type(1) {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .recall.cardiganSweater div:nth-of-type(1) {
    display: flex;
    align-items: center;
  }
}

/* recall childCarrier */
.recall.childCarrier .signature {
  margin-bottom: 15px;
}

.recall.childCarrier p:last-of-type {
  font-size: 0.9em;
}

/* recall girlspajama */
@media screen and (min-width: 768px) {
  .recall.girlspajama .sizeimg > img {
    width: 58%;
  }

  .recall.girlspajama .sizeTbl table {
    table-layout: fixed;
  }

  .recall.girlspajama .sizeTbl table th {
    width: auto;
  }

  .recall.girlspajama .sizeTbl table td {
    white-space: normal;
  }
}

/* aboutllbean */
.aboutllbean .center_ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.aboutllbean p.year,
.primaloft p.year {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 15px;
}

.aboutllbean b {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sidelist {
    border: solid 1px #edebde;
    padding: 15px 15px 10px 15px;
  }

  .sidelist > li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
/* aboutllbean top*/
.aboutllbean.top .sidelist {
  margin-bottom: 20px;
}

.aboutllbean.top > div:first-of-type {
  text-align: center;
  margin-bottom: 30px;
}

.aboutllbean.top > p {
  margin-bottom: 20px;
}

/* aboutllbean background*/
.aboutllbean.background .center_ttl {
  font-weight: bold;
}

.aboutllbean.background > div:first-of-type p:first-of-type {
  margin: 5px 0 50px 0;
  text-align: left;
}

.aboutllbean.background > div:first-of-type p:last-child {
  text-align: center;
}

.aboutllbean.background > div:not(.multicol),
.aboutllbean.background > div.multicol > div {
  margin-bottom: 50px;
}

.aboutllbean.background > div:nth-of-type(14) > div:last-child > div {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .aboutllbean.background > div:not(.multicol) {
    text-align: center;
  }
}

/* aboutllbean leadership */
.mfp-bg {
  background: #435e54;
  opacity: 0.8;
}

.popupArticle {
  background: white;
  padding: 25px 30px;
  text-align: left;
  max-width: 90%;
  margin: 40px auto;
  position: relative;
}

.mfp_hide {
  display: none;
}

.mfp-content > .mfp_hide {
  display: block;
}

.mfp-wrap .mfp-container .mfp-content .mfp-close {
  color: #fff;
  opacity: 1;
  font-family: inherit;
  font-size: 50px;
  width: 60px;
  height: 60px;
  right: -15px;
  top: -60px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.leaders {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leaders > div {
  background-color: #464749 !important;
  overflow: hidden;
  width: calc(50% - 10px);
  color: white;
  margin-top: 20px;
  max-height: 250px;
  position: relative;
  min-width: 320px;
}

.leaders > div > div {
  float: left;
  width: 50%;
}

.leaders > div:hover {
  opacity: 0.8;
}

img.lead {
  float: left;
  padding-right: 20px;
  width: 45%;
}

.popupArticle > div {
  overflow: auto;
  padding-bottom: 20px;
}

.popupArticle img.lead {
  max-width: 200px;
}

.popupArticle p {
  margin-bottom: 15px;
}

.leaders h4,
.popupArticle h4 {
  padding-top: 20px;
  font-size: 18px;
}

.leaders h4 span,
.popupArticle h4 span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  padding-top: 5px;
}

a.popuplnk {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.arrow_wh:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 5px;
}
.arrow_bk {
  display: block;
  text-indent: 10px;
  padding-left: 13px;
}
.arrow_bk:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 5px;
  margin-left: -20px;
}

.popupArticle img {
  margin-bottom: 25px;
}

.popupArticle > div > div {
  /*float: left;*/
  width: 100%;
  margin-bottom: 20px;
}

.popupArticle h4 {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .leaders {
    display: block;
  }

  .leaders > div {
    width: auto;
    min-width: auto;
  }

  .leaders h4 {
    font-size: 16px;
    padding-top: 15px;
  }

  .popupArticle p {
    clear: both;
  }
}

/* aboutllbean product_guidelines */
.aboutllbean.product_guidelines h5 {
  margin-bottom: 10px;
}

.aboutllbean.product_guidelines h5 {
  margin-bottom: 10px;
}

.aboutllbean.product_guidelines p {
  margin-bottom: 25px;
}

.aboutllbean.product_guidelines .blkitm:last-child h5 + ul {
  margin-bottom: 15px;
}

.aboutllbean.product_guidelines .blkitm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* aboutllbean employment */
.aboutllbean.employment .blkitm {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* aboutllbean timeline */
.timeline div.multicol.twocol > div:nth-child(odd) {
  width: 70%;
  padding-top: 5px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-right: 2%;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 95% 2%;
}

.timeline div.multicol.twocol > div:nth-last-child(2) {
  border: none;
  padding-bottom: 0;
}

.timeline div.multicol.twocol > div:nth-child(even) {
  width: 30%;
  padding: 0 20px 20px;
  text-align: left;
  margin-bottom: 10px;
}

.timeline div.multicol.twocol > div:nth-child(even) ul {
  list-style: disc;
  padding-left: 20px;
}

.timeline div.multicol.twocol > div:nth-child(odd) li {
  position: relative;
  padding-left: 80px;
  padding-bottom: 10px;
}

.timeline div.multicol.twocol > div:nth-child(odd) li > b {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
}

.timeline hr {
  border: none;
  width: 100%;
  border-top: 1px solid #ccc;
}

.timeline h5 {
  width: 100%;
  background-color: #869e2c;
  color: white;
  margin-bottom: 15px;
  padding: 5px 12px;
  font-weight: bold;
  font-size: 16px;
}

.timeline h5 > span {
  display: none;
}

.timeline div.multicol.twocol > div:nth-child(odd) ul {
  /*background-color: rgba(255,255,255,0.6);*/
  width: calc(100% - 100px);
}

.timeline div.multicol.twocol > div:nth-child(1) {
  background-image: url("../img/aboutllbean/timeline1.jpg");
}

.timeline div.multicol.twocol > div:nth-child(3) {
  background-image: url("../img/aboutllbean/timeline2.jpg");
}

.timeline div.multicol.twocol > div:nth-child(5) {
  background-image: url("../img/aboutllbean/timeline3.jpg");
}

.timeline div.multicol.twocol > div:nth-child(7) {
  background-image: url("../img/aboutllbean/timeline4.jpg");
}

.timeline div.multicol.twocol > div:nth-child(9) {
  background-image: url("../img/aboutllbean/timeline5.jpg");
}

.timeline div.multicol.twocol > div:nth-child(11) {
  background-image: url("../img/aboutllbean/timeline6.jpg");
}

.timeline div.multicol.twocol > div:nth-child(13) {
  background-image: url("../img/aboutllbean/timeline7.jpg");
}

.timeline div.multicol.twocol > div:nth-child(15) {
  background-image: url("../img/aboutllbean/timeline8.jpg");
}

@media screen and (max-width: 767px) {
  .timeline div.multicol.twocol > div:nth-child(odd) {
    width: 100%;
    border: none;
    margin-bottom: 0;
    background-size: 40%;
  }

  .timeline div.multicol.twocol > div:nth-child(odd) > ul > li {
    padding-bottom: 10px;
  }

  .timeline div.multicol.twocol > div:nth-child(even) {
    width: 100%;
    padding: 0 0 15px;
    border: 1px solid #869e2c;
  }

  .timeline div.multicol.twocol > div:nth-child(even) > ul {
    padding-left: 35px;
  }

  .timeline h5 > span {
    display: inline;
  }

  .timeline div.multicol.twocol > div:nth-child(odd) ul {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
  }
}

/* special omnichannel*/
.omni_area {
  margin: 25px auto;
  text-align: center;
}

.omni_area > p {
  margin: 25px 0;
}

.omni_area > dl {
  margin: 0 auto;
  text-align: left;
}

.omni_area > dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.omni_area > dl > dd {
  margin-bottom: 10px;
}

.omni_area > dl > dt:nth-of-type(1) {
  color: #ad0001;
  border-bottom: 4px solid #ad0001;
}

.omni_area > dl > dt:nth-of-type(2) {
  color: #025734;
  border-bottom: 4px solid #025734;
}

.omni_area > dl > dt:nth-of-type(3) {
  color: #003770;
  border-bottom: 4px solid #003770;
}

.omni_area > dl > dt > span {
  font-size: 20px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .omni_area {
    width: 750px;
    padding: 20px 0 20px;
    text-align: center;
    border: solid 10px #060;
    padding: 10px;
  }

  .omni_area > h1 {
    margin-top: 30px;
  }

  .omni_area > dl {
    width: 380px;
  }

  .omni_area > dl > dt {
    font-size: 18px;
  }

  .omni_area > dl > dt > span {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .omni_area > div > p {
    text-align: left;
  }
}

/*----- info -----*/
.alphabetList {
  margin: 10px 0;
}

.alphabetList > li {
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 5px;
}

ol.numList .alphabetList {
  padding-left: 0;
}

.info .blkitm:last-of-type {
  margin-bottom: 0;
}

.info .blkitm > p {
  margin-bottom: 10px;
}

.info .blkitm > p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .alphabetList {
    padding-left: 1em;
  }

  ol.numList + p {
    padding-left: 1em;
  }
}

/* info guide */
.info.guide .address h4,
.info.guide .address h4,
.info.guide .address th,
.info.guide .address td {
  font-size: 13px;
}

.info.guide table {
  width: 100%;
  margin-bottom: 40px;
}

table:last-of-type .useguide_tbl {
  margin-bottom: 0;
}

.useguide_tbl > tr > th {
  background: #efefef;
  border: 1px solid #d2d0c4;
}

.useguide_tbl > tr > td {
  border: 1px solid #d2d0c4;
  padding: 10px;
}

.useguide_tbl > tr > th,
.useguide_tbl > tr > td:nth-of-type(1) {
  width: 15%;
}

.useguide_tbl > tr > td:nth-of-type(2) {
  width: 70%;
}

.info.guide .symbol_line_wrap > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:first-child {
  margin-bottom: 10px;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:first-child > span {
  color: #ff0000;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:nth-child(2) {
  margin-bottom: 5px;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:nth-child(2) > span {
  font-size: 18px;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:nth-child(3) {
  margin-bottom: 20px;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > p:nth-child(4) {
  font-weight: bold;
}

.info.guide .useguide_tbl tr:nth-of-type(15) > td > div > img:first-child {
  padding-right: 15px;
}

.info.guide .useguide_tbl .address {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .useguide_tbl > tr > td:nth-of-type(1) {
    width: 30%;
    vertical-align: top;
  }

  .useguide_tbl > tr > td:nth-of-type(2) {
    width: 70%;
  }
}

/*info terms */
dl.customerContact {
  padding-top: 10px;
}

ol.numList + dl.customerContact {
  margin-left: 20px;
}

dl.customerContact > dt {
  font-weight: bold;
  margin-bottom: 5px;
}

dl.customerContact > dd {
  margin-bottom: 20px;
}

/*info siteMap */
.siteMap .anchorLink_list_wrap:last-child {
  margin-bottom: 0;
}

.siteMap
  .anchorLink_list_wrap:first-of-type
  .multicol.anchorLink_list:nth-of-type(3) {
  justify-content: flex-start;
}

.siteMap
  .anchorLink_list_wrap:first-of-type
  .multicol.anchorLink_list:nth-of-type(3)
  > dl:first-child {
  margin-right: 1.26%;
}

@media screen and (max-width: 767px) {
  .siteMap h2.sttcont {
    font-size: 18px;
  }

  .siteMap .anchorLink_list dd {
    padding-right: 15px;
  }

  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(1)
    dl:not(:first-child)
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(3)
    dl:not(:first-child)
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(4)
    dl:not(:first-child)
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(3)
    .multicol.anchorLink_list
    dl:not(:first-child)
    dt {
    margin-top: 15px;
  }

  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(1)
    dl:last-child
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(3)
    dl:last-child
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(2)
    .multicol.anchorLink_list:nth-of-type(4)
    dl:last-child
    dt,
  .siteMap
    .anchorLink_list_wrap:nth-of-type(3)
    .multicol.anchorLink_list
    dl:last-child
    dt {
    margin-bottom: 15px;
  }
}

/* news freeshipping*/
.news.freeshipping h5 {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.news.freeshipping > div:first-child {
  margin-bottom: 20px;
  text-align: center;
}

.news.freeshipping .blkitm:nth-child(2) > ul:first-of-type {
  margin-top: 15px;
}

.news.freeshipping .blkitm:nth-child(2) > ul:first-of-type > li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.news.freeshipping .blkitm:nth-child(2) > ul:first-of-type > li:last-child {
  margin-bottom: 25px;
}

.news.freeshipping .blkitm dl {
  margin-bottom: 20px;
}

.news.freeshipping .blkitm dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.news.freeshipping .blkitm dl > dd {
  margin-bottom: 5px;
}

.news.freeshipping .blkitm h4 + p {
  margin-bottom: 20px;
}

.news.freeshipping .blkitm > b {
  font-size: 17px;
  margin-top: 5px;
  display: block;
}

/* news promo201809 */
.news.notebook > div {
  margin-bottom: 40px;
}

.news.notebook > div:first-child {
  margin-bottom: 50px;
}

.news.notebook > div:first-child img {
  width: 100%;
}

.news.notebook > div:last-of-type {
  margin-bottom: 0;
}

.news.notebook h1 {
  text-align: center;
}

.news.notebook h1 > span {
  display: block;
  margin-top: 15px;
  color: #f00;
}

.news.notebook h1 > span {
  display: block;
  margin-top: 15px;
  color: #f00;
}

.news.notebook h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.news.notebook .multicol.threecol:nth-of-type(3) p {
  margin-top: 10px;
  font-size: 14px;
}

.news.notebook > div:nth-of-type(4) {
  background: #eee;
  padding: 40px;
  text-align: center;
}

.news.notebook > div:nth-of-type(4) > div {
  margin-top: 40px;
}

.news.notebook > div:nth-of-type(4) > div:first-of-type > div {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
}

.news.notebook > div:nth-of-type(4) > div:first-of-type p > span,
.news.notebook
  > div:nth-of-type(4)
  > div.twocol_reverse
  > div:nth-of-type(2)
  > p:first-child
  > span {
  color: #436331;
  font-weight: bold;
}

.news.notebook > div:nth-of-type(4) > div.twocol_reverse {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.news.notebook > div:nth-of-type(4) > div.twocol_reverse > div:nth-of-type(2) {
  padding-left: 35px;
}

.news.notebook
  > div:nth-of-type(4)
  > div.twocol_reverse
  > div:nth-of-type(2)
  > p:first-child {
  margin-bottom: 15px;
}

.news.notebook
  > div:nth-of-type(4)
  > div.twocol_reverse
  > div:nth-of-type(2)
  > p:last-child {
  font-size: 13px;
  line-height: 1.7;
}

.news.notebook
  > div:nth-of-type(4)
  > div.twocol_reverse
  > div:nth-of-type(2)
  > p:last-child {
  font-size: 13px;
  line-height: 1.7;
}

.news.notebook > div:nth-of-type(4) > div:last-child {
  background: #fff;
  padding: 20px;
}

.news.notebook > div:nth-of-type(4) > div:last-child p {
  margin-top: 25px;
}

.news.notebook > div:nth-of-type(4) > div > div {
  position: relative;
}

.news.notebook .popup img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news.notebook > div:nth-of-type(4) > div:last-child .popup img {
  bottom: 50px;
}

.news.notebook > div:last-of-type ul > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
  margin-top: 5px;
}

.news.notebook .mfp-wrap .mfp-container .mfp-content {
  width: 75vw;
  max-width: 780px;
}

.news.notebook .mfp-wrap .mfp-container .mfp-content .mfp-close {
  top: -25px;
}

.news.notebook > .multicol.threecol img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news.notebook h1 {
    line-height: 1.4;
    font-size: 19px;
  }

  .news.notebook h3 {
    text-align: center;
  }

  .news.notebook > .multicol.threecol:nth-of-type(3) > div:not(:first-child) {
    margin-top: 30px;
  }

  .news.notebook > div:nth-of-type(4) {
    padding: 30px 15px 15px;
  }

  .news.notebook
    > div:nth-of-type(4)
    > div:first-of-type
    > div:not(:first-child) {
    margin-top: 30px;
  }

  .news.notebook
    > div:nth-of-type(4)
    > div.twocol_reverse
    > div:nth-of-type(2) {
    padding-left: 0;
  }

  .news.notebook
    > div:nth-of-type(4)
    > div.twocol_reverse
    > div:nth-of-type(2)
    > p:first-child {
    margin-top: 20px;
    line-height: 1.6;
  }

  .news.notebook > div:nth-of-type(4) > div:last-child > div:not(:first-child) {
    margin-top: 30px;
  }

  .news.notebook > div:first-child {
    margin-bottom: 20px;
  }
}

/* guide */
.guide .blkitm > p {
  margin-bottom: 10px;
}

.guide .blkitm > p:last-child {
  margin-bottom: 0;
}

/* guide firstTimeVisitor */
.guide.firstTimeVisitor .blkitm:nth-child(2) .sidelist {
  margin-bottom: 15px;
}

/* guide return */
.guide.return > div:nth-child(-n + 2) {
  margin-bottom: 30px;
}

.guide.return > div:first-child p {
  line-height: 1.6;
  font-size: 17px;
}

.guide.return > .multicol > div:last-child {
  display: none;
}

.guide.return > div:nth-child(2) > p {
  margin-bottom: 20px;
}

.guide.return > div:nth-child(2) > ul {
  margin-top: 10px;
}

.guide.return > div:nth-child(3) > h5 {
  font-weight: bold;
}

.guide.return > div:nth-child(3) > p {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .guide.return > .multicol > div:last-child {
    position: absolute;
    right: 0;
    display: block;
  }

  .guide.return > .multicol > div:last-child > img {
    width: 70%;
  }
}

/* guide returns */
.guide.returns > div:nth-child(-n + 2) {
  margin-bottom: 40px;
}

.guide.returns .symbol_list {
  margin-left: -2em;
}

.guide.returns .address {
  margin-bottom: 10px;
}

.guide.returns .address + p {
  margin-bottom: 25px;
}

.guide.returns .multicol > div {
  margin-bottom: 40px;
}

.guide.returns .multicol > div > h5 {
  font-weight: bold;
}

.guide.returns .multicol > div:first-child dl:nth-of-type(1) {
  margin-bottom: 10px;
}

.guide.returns .multicol > div:last-child ol {
  margin-bottom: 0;
}

ol.retSteps li {
  width: 17%;
  border: 2px solid #869e2c;
  border-radius: 10px;
  padding: 24px;
  /* min-height: 160px; */
  position: relative;
}

ol.retSteps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: li-counter;
  margin: 30px 0 20px;
  padding-left: 15px;
}

ol.retSteps li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  position: absolute;
  top: -13px;
  left: -22px;
  font-size: 26px;
  font-weight: bold;
  background-color: #869e2c;
  display: block;
  width: 32px;
  -webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
  border-radius: 25px / 25px;
  padding: 3px 0 0 13px;
  color: white;
  height: 42px;
}

ol.retSteps li:after {
  content: "";
  height: 0;
  position: absolute;
  border: 25px solid transparent;
  border-left: 17px solid #0c5641;
  display: block;
  right: -54px;
  top: 32%;
}

ol.retSteps li:last-child:after {
  display: none;
}

ol.steps {
  list-style: none;
  counter-reset: li;
  margin: 30px 0;
  padding-left: 20px;
}

ol.steps li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -10px;
  left: -22px;
  font-size: 23px;
  font-weight: bold;
  background-color: #869e2c;
  display: block;
  width: 26px;
  -webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
  border-radius: 19px / 20px;
  padding: 3px 0 0 10px;
  color: white;
  height: 35px;
}

ol.steps li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.guide.returns a {
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .guide.returns .multicol > div {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .guide.returns .multicol > div {
    width: 48%;
  }

  .guide.returns .multicol > div:last-child {
    border-left: 1px solid #d2d0c5;
    padding-left: 30px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
  ol.retSteps li {
    padding: 35px 15px 15px;
  }
}

@media screen and (max-width: 799px) {
  ol.retSteps li {
    width: 100%;
    margin-bottom: 35px;
    min-width: 200px;
  }

  ol.retSteps li:after {
    width: 0;
    border: 25px solid transparent;
    border-top: 17px solid #0c5641;
    display: block;
    left: 43%;
    top: 100%;
    margin-top: 10px;
  }
}

/* guide security */
.guide.security .blkitm:first-child {
  padding-bottom: 0;
}

.guide.security .blkitm:last-child > h5 {
  font-weight: bold;
  margin-top: 15px;
}

/* freepage */

.lpcont h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  margin: 30px 0 20px;
  color: #333;
  line-height: 1.1;
  font-family: "Times New Roman", Times, serif;
}

.border_bottom {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
}

.section img {
  width: 100%;
}

.center_txt .section {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
}

.section h2 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.imgWrap {
  overflow: hidden;
  position: relative;
}

.imgWrap > img {
  width: 100%;
  min-width: 540px;
  position: absolute;
  left: -10%;
}

.bg_gray {
  background-color: #efefef;
}

.bg_box {
  padding: 20px;
  background-color: #efefef;
}

.bgimg {
  position: relative;
}

.bgimg > div {
  position: absolute;
  top: 0;
  margin-top: -40%;
  right: 2%;
  width: 40%;
  min-width: 400px;
}

.bgimg h1 {
  font-size: 32px;
  color: black;
}

.mv_sec {
  text-align: center;
  margin-bottom: 60px;
}

.mv_img {
  margin-bottom: 30px;
}

.imgTile > div {
  margin-bottom: 40px;
}

.imgTile > .ytTile {
  margin-bottom: 72px;
}

@media screen and (min-width: 768px) {
  .imgTile > .ytTile:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.imgTile img {
  width: 100%;
}

.imgTile a {
  text-decoration: none;
  text-align: center;
}

.imgTile p {
  padding-top: 10px;
  text-align: center;
}

.ytubewrapper {
  position: relative;
  height: 1px;
  padding-bottom: min(56.4%, 860px);
}

.ytubewrapper > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.feature_cont {
  margin-bottom: 80px;
}

.product_detail > p {
  margin-bottom: 10px;
}

.product_detail > p > a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.product_detail > p + div {
  font-weight: bold;
}

.product_detail .symbol_list {
  margin-bottom: 15px;
  margin-top: 15px;
}

.product_detail .symbol_list > li {
  margin-left: 1em;
}

.product_detail .btn_link_wrap {
  text-align: left;
}

.product_detail .btn_link {
  margin: 10px auto 0;
  text-align: center;
}

/*two column youtube tile*/
.ytTile {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 27%;
}

.ytTile iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lpcont .multicol img {
  width: 100%;
}

.lpcont .multicol > div img + p {
  padding: 10px 0 25px;
}

@media screen and (max-width: 767px) {
  .section {
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
    padding-top: 20px;
  }

  .sp_bgNone {
    background-color: white;
  }

  .bgimg,
  .bgimg > div {
    position: static;
    width: 100%;
    min-width: 100%;
    margin: 15px auto;
  }

  .ytTile,
  .ytTile iframe {
    position: static;
    height: 53vw;
    width: 100%;
    padding: 0;
  }

  .lpcont .multicol.threecol > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

h2.ulined {
  font-family: "Times New Roman";
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 auto 15px;
}

h2.ulined span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h2.ulined {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  h2.ulined span {
    font-size: 15px;
    display: block;
  }
}

.threeicons {
  text-align: center;
  width: 80%;
  margin: 20px auto;
}

.threeicons h3 {
  margin: 20px 0 5px;
  font-size: 20px;
}

.threeicons p {
  padding: 5px 20px;
}

.ytbtn_wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ytbtn_wrap .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

.ytbtn_wrap img {
  width: 36px;
}

@media screen and (min-width: 768px) {
  .ytbtn_wrap {
    display: flex;
    justify-content: center;
  }

  .ytbtn_wrap > div:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ytbtn_wrap > div:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* freepage fleece */
@media screen and (max-width: 767px) {
  .fleece > h1.times {
    margin-top: 0;
    font-size: 40px;
  }

  .fleece h3 {
    font-size: 32px;
  }
}

/* freepage beanboots */
.lpcont.beanboots .thumbnail_list {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.lpcont.beanboots .thumbnail_list > a {
  display: block;
  width: 18px;
  margin: 0 3px;
}

.lpcont.beanboots .product_detail > .thumbnail_list.sp_hidden {
  justify-content: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.lpcont.beanboots .multicol.fourcol > div > p {
  margin-bottom: 10px;
}

.lpcont.beanboots .multicol.fourcol > div > p > a {
  text-decoration: none;
  font-weight: bold;
}

.lpcont.beanboots .multicol.fourcol > div > img {
  width: auto;
}

.lpcont.beanboots .multicol.fourcol > div {
  margin-bottom: 18px;
}

.lpcont.beanboots > .feature_cont > img + h1 {
  margin-bottom: 0;
  padding-top: 40px;
}

.lpcont.beanboots > .feature_cont > .multicol:nth-of-type(2) {
  align-items: center;
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: 50px;
}

.lpcont.beanboots
  > .feature_cont
  > .multicol:nth-of-type(2)
  > div:nth-of-type(1) {
  font-weight: bold;
  text-align: center;
}

.lpcont.beanboots h4.times {
  font-size: 22px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  color: #666;
  margin: 0 0 10px;
}

.lpcont.beanboots h4.times.pc_hidden {
  text-align: center;
  font-size: 23px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lpcont.beanboots .multicol.twocol_reverse > div:nth-of-type(2) {
    padding-left: 50px;
  }

  .lpcont.beanboots
    > .feature_cont
    > .multicol:nth-of-type(2)
    > div:nth-of-type(1) {
    width: 20%;
  }

  .lpcont.beanboots
    > .feature_cont
    > .multicol:nth-of-type(2)
    > div:nth-of-type(2) {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .lpcont.beanboots h1.times {
    font-size: 35px;
  }

  .lpcont.beanboots > .feature_cont > p.pc_hidden {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .lpcont.beanboots > .feature_cont > .multicol:nth-of-type(2) {
    padding: 20px 10px;
  }

  .lpcont.beanboots
    > .feature_cont
    > .multicol:nth-of-type(2)
    > div:first-of-type {
    margin: 0 auto 18px;
  }

  .lpcont.beanboots > div:nth-of-type(7) > .multicol > div:first-child,
  .lpcont.beanboots > div:nth-of-type(8) > .multicol > div:first-child {
    text-align: center;
  }

  .lpcont.beanboots > div:nth-of-type(7) > .multicol img,
  .lpcont.beanboots > div:nth-of-type(8) > .multicol img {
    max-width: 280px;
    width: 100%;
  }
}

/* freepage tote */
.tote .section:not(:last-of-type) .btn_link_wrap {
  margin-bottom: 30px;
}

.tote .section:nth-last-of-type(2) {
  margin: 60px auto;
}

.tote .section:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tote .section:nth-last-of-type(2) p {
  margin-bottom: 20px;
}

.tote .section:nth-last-of-type(2) img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tote .section:nth-of-type(4) .btn_link_wrap {
    margin-bottom: 0;
  }

  .tote .section:nth-last-of-type(2).bg_box {
    padding: 40px 0 0 0;
    background: #fff;
  }
}

/* freepage new_member */
.new_member .section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.new_member .section h3 {
  margin-bottom: 10px;
}

.new_member .section .symbol_list > li {
  margin-left: 1em;
}

.new_member .section > img,
.new_member .section > div > p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .new_member .section > div > p {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
  }
}

/* freepage rainwear */
.rainwear .rw_sec {
  position: relative;
}

.rainwear .rw_sec > span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  background-color: #178938;
  padding: 1px 10px;
  font-size: 17px;
}

.rainwear .product_detail .btn_link {
  margin-bottom: 10px;
}

.rainwear hr {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .rainwear .multicol {
    margin-top: 30px;
  }

  .rainwear .product_detail > p:first-child {
    padding-top: 15px;
  }

  .rainwear .product_detail div.pc_hidden > img {
    margin-bottom: 15px;
  }

  .rainwear .product_detail .btn_link_wrap {
    margin-bottom: 30px;
  }

  .rainwear .multicol.threecol:nth-last-of-type(2) > div {
    width: 50%;
    margin-bottom: 30px;
  }

  .rainwear .multicol.threecol:nth-last-of-type(2) > div:nth-child(odd) {
    padding-right: 5px;
  }

  .rainwear .multicol.threecol:nth-last-of-type(2) > div:nth-child(even) {
    padding-left: 5px;
  }

  .rainwear .product_detail > div.pc_hidden {
    text-align: center;
  }

  .rainwear .product_detail > div.pc_hidden img {
    max-width: 300px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .rainwear {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  .rainwear hr + .multicol {
    margin-top: 50px;
  }

  .rainwear .rw_icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 14%;
    height: 100%;
  }

  .rainwear > .twocol > div:nth-child(1) {
    width: 40%;
  }

  .rainwear > .twocol > div:nth-child(2) {
    width: 60%;
    padding-left: 45px;
  }

  .rainwear hr {
    margin-top: 15px;
  }
}

/* freepage oxford */
.oxford,
.oxford_2,
.oxford_3 {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}

.oxcont {
  max-width: 802px;
  width: 100%;
  margin: 0 auto;
}

.oxcont > div {
  margin-bottom: 25px;
}

.oxcont .multicol.twocol div > ul > li,
.oxcont .multicol.twocol + div > ul > li {
  margin-top: 5px;
  font-size: 12px;
}

.oxford div:first-child p {
  font-size: 18px;
}

.oxford .oxcont > div > p {
  margin-top: 10px;
}

.oxford .oxcont h2.sttcont {
  border-bottom: 1px solid #02246f;
  margin-bottom: 15px;
  color: #02246f;
}

.oxford .oxcont .multicol.twocol > div > p {
  font-size: 13px;
}

.oxford .oxcont div:nth-of-type(2) .text_right {
  margin-top: 5px;
  font-size: 12px;
}

.oxford .oxcont div:nth-of-type(4) h2 {
  color: #c82028;
}

.oxford .oxcont div:nth-of-type(5) h2 {
  color: #04679a;
}

.oxford .oxcont div:nth-of-type(6) h2 {
  color: #3c7841;
}

@media screen and (max-width: 767px) {
  .oxford.section {
    padding-top: 0;
    border: none;
  }

  .oxford .text_center {
    text-align: left;
  }

  .oxford .oxcont > div > div > .multicol.twocol {
    margin-bottom: 10px;
  }

  .oxford .oxcont > div > div > .multicol.twocol > div {
    width: 48%;
  }

  .oxcont .text_right {
    text-align: left;
  }

  .oxford > .multicol.twocol:nth-last-child(1) > div,
  .oxford_2 > .multicol.twocol:nth-last-child(1) > div,
  .oxford_3 > .multicol.twocol:nth-last-child(1) > div {
    margin-top: 15px;
  }
}

/* freepage oxford_2 */
.oxford_2 .oxcont h2.sttcont {
  border: none;
  font-size: 17px;
  color: #999966;
}

.oxford_2 .oxcont .multicol.twocol p {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .oxford_2 .oxcont > .multicol.twocol > div:first-child {
    width: 72%;
  }

  .oxford_2 .oxcont > .multicol.twocol > div:last-child {
    width: 25%;
  }
}

/* freepage oxford_3 */
.oxford_3 .oxcont .multicol.twocol > div:first-child {
  background: #444445;
  color: #fff;
  padding: 12px 15px;
  font-size: 13px;
}

.oxford_3 .oxcont div:last-child > .multicol.twocol div:first-child {
  background: #8b1a20;
}

.oxford_3 .oxcont .multicol.twocol dl > dt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 5px;
}

.oxford_3 .oxcont .multicol.twocol dl > dd:first-of-type {
  font-size: 11px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .oxford_3 .oxcont .multicol.twocol > div:first-child {
    width: 52%;
  }
}

/* freepage primaloft */
.primaloft h1 {
  font-size: 36px;
  margin: 20px 0 15px;
}

.primaloft h1 + p {
  margin-bottom: 10px;
}

.primaloft h2 {
  font-size: 28px;
  margin: 20px 0 10px;
}

.primaloft > .ytubewrapper + p {
  text-align: center;
  font-size: 18px;
  margin: 30px 0;
  line-height: 1.6;
}

.primaloft > .threeicons {
  margin-bottom: 35px;
}

.primaloft > .threeicons > div {
  margin-bottom: 25px;
}

.primaloft > .feature_cont > h3 {
  font-size: 20px;
  margin: 20px 0 15px;
}

.primaloft .multicol > h3 {
  font-size: 20px;
  margin: 20px 0 15px;
}

.primaloft .multicol.twocol > div {
  margin-bottom: 50px;
}

.primaloft .feature_cont h2 + p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .primaloft > .ytubewrapper {
    margin-top: 45px;
  }

  .primaloft > .ytubewrapper + p {
    margin-bottom: 75px;
  }

  .primaloft h2 {
    font-size: 33px;
  }

  .primaloft .feature_cont h2 + p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .primaloft .fourcol > div {
    width: 100%;
  }

  .primaloft .fourcol > div {
    margin-top: 25px;
  }

  .primaloft > .ytubewrapper + p {
    text-align: left;
  }
}

/* freepage boatandtote */
.boatandtote {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.narrow_wide {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.boatandtote .section {
  padding: 40px 0;
}

.boatandtote > div:first-child {
  text-align: center;
}

.boatandtote .section h2 {
  text-align: center;
  border: none;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-bottom: 0;
}

.boatandtote .section h2 > span {
  font-size: 18px;
  display: block;
}

.boatandtote .section p {
  margin-bottom: 15px;
}

.boatandtote .ytubewrapper > iframe {
  right: 0;
}

.boatandtote .ytubewrapper + p {
  text-align: center;
  margin-top: 10px;
}

.boatandtote > div:nth-of-type(4) .multicol.twocol div:first-child {
  text-align: center;
  margin-bottom: 20px;
}

.boatandtote > div:nth-of-type(4) img {
  max-width: 234px;
}

.boatandtote .sizeTbl_wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.boatandtote .sizeTbl tbody tr:first-child th {
  text-align: center;
}

.boatandtote > div:nth-of-type(6) .sizeTbl_wrap + img {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.boatandtote > .section:last-child {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .narrow_wide_bg {
    background: #eaecf4;
  }

  .boatandtote > div:nth-of-type(5) .multicol.twocol:not(:last-child) {
    margin-bottom: 20px;
  }

  .boatandtote > div:nth-of-type(5) .narrow_wide div.section:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .boatandtote .section {
    padding: 30px 0;
    margin: 0;
  }

  .boatandtote > div:nth-of-type(1) p {
    text-align: left;
  }

  .boatandtote .ytubewrapper + p {
    margin-bottom: 0;
  }

  .boatandtote > div:nth-of-type(2) .section:first-child {
    border: none;
  }

  .boatandtote > div:nth-of-type(2) div.pc_hidden p:nth-of-type(1) {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .boatandtote > div:nth-of-type(2) div.pc_hidden p:nth-of-type(2) {
    margin-bottom: 15px;
  }

  .boatandtote > div:nth-of-type(2) div.pc_hidden img:last-child {
    margin-bottom: 20px;
  }

  .boatandtote .section h2 {
    font-size: 16px;
  }

  .boatandtote .section h2 > span {
    font-size: 12px;
  }

  .boatandtote > div:nth-of-type(2) ul {
    margin-bottom: 20px;
  }

  .boatandtote > div:nth-of-type(4) .multicol.twocol p:last-child {
    margin: 0;
  }

  .boatandtote
    > div:nth-of-type(5)
    .narrow_wide
    .section
    .multicol:nth-of-type(2)
    > div:first-child {
    margin: 20px 0;
  }

  .boatandtote .btn_link_wrap {
    margin-top: 0;
    padding-top: 10px;
  }
}

/* freepage Monogram */
.fp_monogram h1 + p {
  font-size: 18px;
}

.fp_monogram .section h2 {
  text-align: center;
  border: none;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 0;
}

.fp_monogram .section h2 > span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.fp_monogram .section p {
  margin-bottom: 15px;
}

.fp_monogram .multicol.fourcol dl {
  margin-top: 10px;
}

.fp_monogram .multicol.fourcol dl dd {
  font-size: 11px;
  text-align: center;
}

.fp_monogram .narrow_wide.arrow > li {
  padding: 30px 50px;
  font-size: 18px;
  text-align: center;
}

.fp_monogram .narrow_wide.arrow > li > a {
  text-decoration: none;
}

.fp_monogram .multicol.twocol .multicol.twocol a {
  font-size: 13px;
}

.fp_monogram > div:nth-of-type(3) + .btn_link_wrap {
  margin-bottom: 30px;
}

.fp_monogram > div:nth-last-child(2) .symbol_line {
  padding-left: 0;
}

.fp_monogram
  > div:nth-last-child(2)
  .multicol.twocol
  > div
  > p:first-child
  > span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fp_monogram {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  .fp_monogram .section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .fp_monogram .section {
    padding: 30px 0;
    margin: 0;
  }

  .fp_monogram .section h2 {
    font-size: 16px;
  }

  .fp_monogram .section h2 > span {
    font-size: 12px;
    margin-top: 5px;
  }

  .fp_monogram div:nth-of-type(1) .section {
    padding-top: 0;
    border: none;
  }

  .fp_monogram > div:nth-of-type(1) p:last-of-type,
  .fp_monogram > div:nth-of-type(6) p:last-of-type {
    margin-bottom: 0;
  }

  .fp_monogram .section .multicol.fourcol > div:nth-child(-n + 2) {
    margin-bottom: 20px;
  }

  .fp_monogram > .btn_link_wrap:last-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
  }

  .fp_monogram > .btn_link_wrap {
    margin-top: 0;
  }

  .fp_monogram > div:nth-of-type(3) + .btn_link_wrap > .btn_link {
    padding: 15px 10px;
    line-height: 1.4;
    font-size: 13px;
  }

  .fp_monogram .section > .multicol.twocol > div:first-child {
    margin-bottom: 20px;
  }
}

/* freepage rug */
.rug > h1 {
  padding: 0;
  margin: 0;
}

.rug > h1 > img {
  width: 100%;
}

.rug > .multicol.threecol > div > p {
  margin-top: 10px;
}

.rug h2 {
  text-align: center;
  border: none;
  margin-bottom: 30px;
  line-height: 1.4;
  padding-bottom: 0;
  font-size: 22px;
}

.rug h2 > span {
  font-size: 14px;
  display: block;
}

.rug .balloon_cont {
  padding: 20px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.rug .balloon_cont > p:not(:last-child) {
  margin-bottom: 5px;
}

.rug .balloon_cont > p:nth-of-type(1) {
  font-size: 20px;
  color: #f8a71a;
}

.rug .balloon_cont > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
}

.rug .balloon_cont:before {
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -9px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
  z-index: 1;
}

.rug .balloon_cont:after {
  border: 10px solid transparent;
  border-top-color: #999;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
}

.rug .multicol.fourcol > div {
  position: relative;
}

.rug .multicol.fourcol > div > img:first-child {
  position: absolute;
  right: 0;
  bottom: 32px;
  cursor: pointer;
}

.rug .multicol.fourcol > div > p {
  margin-top: 10px;
  text-align: center;
}

.rug .multicol.fourcol > div > p {
  margin-top: 10px;
  text-align: center;
}

.rug .feature_cont .multicol.threecol > div > img {
  width: 100%;
}

.rug .feature_cont .multicol.threecol > div > p:first-of-type {
  font-weight: bold;
  margin: 10px 0;
}

.rug .feature_cont .multicol.threecol > div > .btn_link {
  margin: 10px 0 0 0;
}

.rug .multicol.twocol_reverse > div:last-child > a:first-child {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.rug .multicol.twocol_reverse > div:last-child > p:nth-of-type(1) {
  margin: 15px 0;
}

.rug .multicol.twocol_reverse > div:last-child > .btn_link {
  margin: 20px auto 0;
  text-align: center;
}

.rug .feature_cont .multicol.threecol > div {
  text-align: center;
}

.rug > div:last-of-type img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .rug > .multicol.threecol {
    margin-bottom: 45px;
  }

  .rug > .multicol.threecol > div {
    margin-top: 20px;
  }

  .rug .feature_cont .multicol.threecol > div {
    width: 48%;
    margin-bottom: 30px;
  }

  .rug .feature_cont .multicol.threecol > div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .rug .multicol.fourcol > div:not(:last-child) {
    margin-bottom: 30px;
  }

  .rug .feature_cont .multicol.threecol > div > .btn_link {
    min-width: 100%;
    text-align: center;
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  .rug .feature_cont .multicol.threecol > div > p {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .rug > .multicol.threecol {
    margin: 30px 0 60px;
  }

  .rug .multicol.fourcol {
    justify-content: left;
  }

  .rug .multicol.fourcol > div {
    margin-right: 2.6%;
  }

  .rug .multicol.fourcol > div:nth-of-type(4) {
    margin-right: 0;
  }

  .rug .multicol.fourcol > div:nth-child(-n + 4) {
    margin-bottom: 40px;
  }

  .rug .feature_cont .multicol.threecol > div:nth-child(-n + 3) {
    margin-bottom: 40px;
  }

  .rug .multicol.twocol_reverse > div:last-child {
    padding-left: 50px;
  }
}

/* freepage chino */
.chino h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 15px;
}

.chino .standard_wrap h2 {
  color: #0d3154;
  border-bottom: 1px solid #0d3154;
}

.chino .tailored_wrap h2 {
  color: #005638;
  border-bottom: 1px solid #005638;
}

.chino h2 > span {
  font-size: 20px;
}

.chino h3 {
  font-size: 28px;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 20px;
}

.chino .standard_wrap h3 {
  color: #0d3154;
  border-left: 7px solid #0d3154;
}

.chino .tailored_wrap h3 {
  color: #005638;
  border-left: 7px solid #005638;
}

.chino h3 > span {
  font-size: 18px;
  display: block;
  margin-top: 8px;
}

.chino
  .chino_cont.multicol
  > div:nth-of-type(2)
  > .multicol:nth-of-type(1)
  > div:last-child
  > p {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}

.chino h4 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.chino .chino_cont > div > h4:nth-of-type(2) {
  color: #64273d;
  border-bottom: 1px solid #64273d;
}

.chino .chino_cont > div > h4:nth-of-type(3) {
  color: #016693;
  border-bottom: 1px solid #016693;
}

.chino .chino_cont > div > h4:nth-of-type(4) {
  color: #497e44;
  border-bottom: 1px solid #497e44;
}

.chino .chino_cont.multicol .multicol p {
  margin-top: 5px;
}

.chino .chino_cont.multicol .multicol.fivecol p {
  margin-top: 5px;
}

.chino .chino_cont.multicol .multicol img {
  width: 100%;
}

.chino .chino_cont.multicol .multicol.fivecol > div:last-child {
  margin-right: 0;
}

.chino > div:last-of-type {
  text-align: center;
  margin-top: 50px;
}

.chino .tailored_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .chino {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  .chino .chino_cont {
    margin-top: 40px;
  }

  .chino .chino_cont.multicol > div:nth-of-type(1) {
    width: 40%;
    text-align: center;
  }

  .chino .chino_cont.multicol > div:nth-of-type(2) {
    width: 60%;
  }

  .chino
    .chino_cont.multicol
    > div:nth-of-type(2)
    > .multicol:nth-of-type(1)
    > div:first-child {
    width: 72%;
  }

  .chino
    .chino_cont.multicol
    > div:nth-of-type(2)
    > .multicol:nth-of-type(1)
    > div:last-child {
    width: 22%;
    text-align: center;
  }

  .chino .chino_cont.multicol .multicol.fourcol,
  .chino .chino_cont.multicol .multicol.fivecol {
    margin-top: 10px;
    justify-content: left;
  }

  .chino .chino_cont.multicol .multicol.fourcol > div {
    margin-right: 2.6%;
  }

  .chino .chino_cont.multicol .multicol.fourcol > div:nth-child(4) {
    margin-right: 0;
  }

  .chino .chino_cont.multicol .multicol.fivecol > div {
    margin-right: 2.5%;
  }

  .chino .chino_cont.multicol .multicol.fivecol > div > a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .chino h1 {
    margin-bottom: 30px;
    text-align: center;
  }

  .chino h2 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 10px;
  }

  .chino h2 > span {
    display: block;
    font-size: 15px;
  }

  .chino h3 {
    font-size: 22px;
  }

  .chino h3 > span {
    font-size: 15px;
  }

  .chino h4 {
    margin-top: 30px;
  }

  .chino .chino_cont {
    margin-top: 15px;
  }

  .chino .chino_cont.multicol > div:nth-of-type(1) {
    margin: 0 auto 20px;
    text-align: center;
  }

  .chino .chino_cont.multicol > div:nth-of-type(1) > div > img {
    width: 63%;
  }

  .chino
    .chino_cont.multicol
    > div:nth-of-type(2)
    > .multicol:nth-of-type(1)
    > div:first-child {
    margin-bottom: 15px;
  }

  .chino
    .chino_cont.multicol
    > div:nth-of-type(2)
    > .multicol:nth-of-type(1)
    > div:last-child
    > img {
    width: 35%;
    float: left;
  }

  .chino
    .chino_cont.multicol
    > div:nth-of-type(2)
    > .multicol:nth-of-type(1)
    > div:last-child
    > p {
    float: left;
    width: 65%;
    padding-left: 10px;
  }

  .chino
    .chino_cont.multicol
    .multicol.fourcol
    > div:not(:nth-last-child(-n + 2)) {
    margin-bottom: 15px;
  }

  .chino .chino_cont.multicol .multicol.fourcol,
  .chino .chino_cont.multicol .multicol.fivecol {
    margin-top: 15px;
  }

  .standard_wrap > div:last-child,
  .tailored_wrap > div:last-child {
    margin-top: 20px;
    text-align: center;
  }

  .standard_wrap > div:last-child img,
  .tailored_wrap > div:last-child img {
    width: 90%;
  }
}

/* freepage backpacks */
.backpacks > div:first-child {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.backpacks .intro {
  text-align: center;
  font-size: 18px;
}

.backpacks .intro h1 {
  font-size: 36px;
  margin: 20px 0 15px;
}

.backpacks .feature_cont > div:nth-of-type(1) {
  text-align: center;
  margin-bottom: 60px;
}

.backpacks .feature_cont > div:nth-of-type(1) h2 {
  font-size: 26px;
  margin-top: 30px;
}

.backpacks .feature_cont > div:nth-of-type(1) h4 {
  font-size: 16px;
  font-weight: bold;
}

.backpacks .feature_cont > .multicol.threecol > div {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}

.backpacks .feature_cont > .multicol.threecol > div > p {
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
}

.backpacks .feature_cont > .multicol.threecol > div > p > a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.backpacks .feature_cont > .multiple_item .slick-slide {
  margin: 60px 20px 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.backpacks .feature_cont > .multiple_item table {
  margin-bottom: 10px;
}

.backpacks .feature_cont > .multiple_item table tr > td:first-child {
  width: 20%;
}

.backpacks .feature_cont > .multiple_item table tr > td:last-child {
  width: 80%;
}

.backpacks .feature_cont > .multiple_item table tr > td:last-child > p {
  color: #f8a71a;
  font-size: 20px;
  margin-bottom: 5px;
}

.backpacks .feature_cont > .multiple_item table tr > td:last-child > a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.backpacks .feature_cont > .multiple_item table + p {
  line-height: 1.6;
}

.backpacks .slick-next {
  right: 0;
  top: 53%;
}

.backpacks .slick-prev {
  left: -10px;
  top: 53%;
  z-index: 100;
}

.backpacks .slick-next:before,
.backpacks .slick-prev:before {
  color: #000;
  font-size: 30px;
  background: #fff;
}

.backpacks .balloon_cont {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  margin: 8% 4%;
}

.backpacks .balloon_cont:before {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -9px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
  z-index: 1;
}

.backpacks .balloon_cont:after {
  border: 10px solid transparent;
  border-bottom-color: #999;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
}

.backpacks > div:nth-of-type(2) h1 {
  text-align: center;
  line-height: 1.2;
  margin: 30px 0 30px;
}

.backpacks > div:nth-of-type(2) h1 > span,
.backpacks > div > .feature_cont:last-child > h1 > span {
  font-size: 18px;
}

.bks_bottom_cont {
  padding-top: 35px;
}

.bks_bottom_cont > div > div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.bks_bottom_cont > div:first-child {
  background: #f5f5f3;
  padding: 40px 0;
}

.bks_bottom_cont > div:first-child h4 {
  margin-bottom: 25px;
}

.bks_bottom_cont > div:first-child h4 > a {
  text-decoration: none;
}

.bks_bottom_cont > div:first-child h4 > a:hover {
  text-decoration: underline;
}

.bks_bottom_cont > div:first-child ul > li {
  display: inline-block;
  margin: 0 0.5em 0.7em 0;
  padding: 0;
}

.bks_bottom_cont > div:first-child ul > li:last-child {
  margin-bottom: 0;
}

.bks_bottom_cont > div:first-child ul > li > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bks_bottom_cont > div:first-child ul > li > a:hover {
  background-color: #0c5641;
  border: 1px solid #0c5641;
  color: #fff;
}

.bks_bottom_cont > div:last-child {
  background: #eeece4;
  padding: 40px 0;
}

.bks_bottom_cont > div:last-child p {
  line-height: 1.8;
}

.backpacks > div > .feature_cont:last-child {
  text-align: center;
}

.backpacks .multicol.threecol .btn_link_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.backpacks .slick-track {
  display: flex;
}

.backpacks .slick-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  .backpacks .feature_cont > .multicol.threecol > div > p > a {
    min-height: 44px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .backpacks .intro h1 {
    font-size: 26px;
  }

  .backpacks .feature_cont > .multicol.threecol > div:not(:last-child) {
    margin-bottom: 35px;
  }

  .backpacks .feature_cont > .multiple_item .slick-slide {
    margin-top: 35px;
    text-align: left;
  }

  .backpacks > div > .feature_cont {
    text-align: center;
  }

  .backpacks > div > .feature_cont:last-child > h1 {
    font-size: 26px;
  }

  .backpacks > div > .feature_cont:last-child > h1 > span {
    font-size: 18px;
    margin-top: 10px;
    display: block;
  }

  .backpacks .feature_cont:last-child {
    margin-bottom: 0;
  }

  .backpacks .feature_cont:last-child > div:nth-of-type(1) {
    margin-bottom: 0;
  }
}

/* freepage staffreview */
.staffreview > .intro {
  text-align: center;
}

.staffreview > .intro > h1 {
  font-size: 36px;
  margin-bottom: 0;
  color: #000;
  line-height: 1;
}

.staffreview > .intro > h1 > span {
  font-size: 16px;
}

.staffreview > .intro > div {
  color: #feac34;
  font-size: 35px;
  display: block;
  padding: 1% 0;
  letter-spacing: 0.1em;
}

.staffreview > .intro > p {
  text-align: center;
  font-size: 16px;
  margin: 1% 0 3% 0;
  line-height: 2em;
  font-weight: bold;
}

.staffreview > ul:nth-child(2) {
  text-align: center;
}

.staffreview > ul:nth-child(2) > li {
  display: inline-block;
}

.staffreview .staffreview_img {
  width: 25%;
  vertical-align: middle;
  margin-right: 10px;
}

.staffreview > div.multicol dl {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 7px;
  margin: 0;
  position: relative;
}

.staffreview > div.multicol dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.staffreview > div.multicol dd {
  margin-bottom: 5px;
}

.staffreview > div.multicol dd {
  margin-bottom: 5px;
}

.staffreview > div.multicol dd:first-of-type {
  font-size: 12px;
}

.staffreview > div.multicol dd:first-of-type span {
  font-size: 12px;
  color: #999;
  font-weight: bold;
}

.staffreview > div.multicol dd:nth-of-type(2) > div:first-child {
  white-space: nowrap;
  font-weight: bold;
}

.staffreview > div.multicol dd:nth-of-type(2) > div > span {
  color: #f8a71a;
  font-size: 22px;
  margin-right: 15px;
  padding: 0;
  vertical-align: middle;
}

.staffreview > div.multicol dd:nth-of-type(2) > div > span > span {
  color: #e8e8e8;
}

.staffreview > div.multicol dd:nth-of-type(3) {
  margin-bottom: 15px;
}

.staffreview > div.multicol dd:nth-of-type(4) a,
.staffreview > div.multicol dd:nth-of-type(5) a {
  text-decoration: none;
}

.staffreview > div.multicol dd:nth-of-type(5) > div:first-child a:hover {
  text-decoration: underline;
}

.staffreview > div.multicol dd:last-of-type {
  align-items: center;
}

.staffreview > div.multicol dd:last-of-type .btn_link_wrap {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .staffreview > .intro {
    background: url("../images/pages/staffreview/review_main_img.jpg") no-repeat;
    padding: 43px 0;
  }

  .staffreview > ul:nth-child(2) {
    width: 62%;
    margin: 0 auto;
  }

  .staffreview > div.multicol {
    margin-top: 60px;
    align-items: center;
  }

  .staffreview > ul:nth-child(2) > li:first-child {
    margin-bottom: 35px;
  }

  .staffreview .staffreview_img {
    width: 140px;
  }

  .staffreview > div.multicol.twocol_wrap > div:last-child img,
  .staffreview > div.multicol.twocol_reverse > div:first-child img {
    width: 65%;
  }

  .staffreview > div.multicol.twocol_wrap dl:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -12px;
    top: 40%;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .staffreview > div.multicol.twocol_wrap dl:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 40%;
    border-left: 15px solid #cccccc;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .staffreview > div.multicol.twocol_reverse dl:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 40%;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .staffreview > div.multicol.twocol_reverse dl:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 40%;
    border-right: 15px solid #cccccc;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .staffreview > .multicol.twocol_wrap > div:nth-of-type(2),
  .staffreview > .multicol.twocol_reverse > div:nth-of-type(1) {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .staffreview > .intro {
    margin-bottom: 10px;
  }

  .staffreview > .intro > img {
    margin-bottom: 20px;
  }

  .staffreview > ul:nth-child(2) {
    margin-bottom: 35px;
  }

  .staffreview .sp_review_item,
  .staffreview .multicol.twocol_reverse > .sp_review_item {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }

  .staffreview > ul:nth-child(2) > li:first-child {
    background-color: #f2f2f2;
    padding: 10px;
    line-height: 1.8;
  }

  .staffreview > ul:nth-child(2) > li:first-child {
    margin-bottom: 10px;
  }

  .staffreview > ul:nth-child(2) > li:first-child > img {
    margin-right: 8px;
  }

  .staffreview > div.multicol:not(:last-child) {
    margin-bottom: 40px;
  }

  .staffreview > div.multicol dl {
    border: 1px solid #cccccc;
    padding: 20px 10px;
    margin-top: 10px;
  }

  .staffreview > div.multicol dl:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -9px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
    z-index: 1;
  }

  .staffreview > div.multicol dl:after {
    border: 10px solid transparent;
    border-bottom-color: #999;
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
  }

  .staffreview .staffreview_img {
    width: 130px;
    margin: 0;
  }

  .staffreview > div.multicol dl > dd:nth-of-type(3) > p {
    font-weight: bold;
    margin: 8px 0;
  }

  .staffreview div.multicol dd.multicol {
    align-items: center;
  }

  .staffreview div.multicol dd.multicol:last-child {
    display: block;
  }

  .staffreview div.multicol dd.multicol:last-child > div:first-child {
    margin: 15px 0 20px;
  }

  .staffreview > div.multicol dd:nth-of-type(5) a {
    margin: 0 auto;
  }
}

/* campaign */
.campaign img {
  width: 100%;
}

.campaign > .multicol > div {
  margin-bottom: 15px;
}

.campaign > div:nth-child(-n + 2) > img {
  margin-bottom: 15px;
}

.campaign > .multicol p {
  padding: 5px;
  font-size: 13px;
  line-height: 1.4;
}

.campaign > .multicol a {
  text-decoration: none;
}

.campaign > .multicol a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .campaign > .multicol.twocol > div {
    width: 49.5%;
  }

  .campaign > .multicol.threecol > div {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .campaign > .multicol > div:last-child {
    margin-bottom: 0;
  }

  .campaign > .multicol a:hover {
    text-decoration: none;
  }

  .campaign > .multicol a > p {
    color: #0d5d4d;
  }
}

/* /info/pointcard */
.info.pointcard {
  max-width: 960px;
  margin: 0 auto 50px;
  width: 100%;
}

.info.pointcard h2 {
  text-align: center;
  color: #679561;
  font-size: 30px;
  margin: 60px 0 30px;
  line-height: 1.6;
  font-weight: bold;
}

.info.pointcard h2 > span {
  font-size: 22px;
}

.info.pointcard h2 + p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 35px;
}

.info.pointcard .cont_wrap {
  max-width: 86%;
  width: 100%;
  margin: 0 auto;
}

.info.pointcard .cont_wrap h3 {
  color: #679561;
  margin: 0;
  font-weight: bold;
  font-size: 21px;
}

.info.pointcard .cont_01 {
  margin-bottom: 40px;
}

.info.pointcard .cont_item {
  display: flex;
  align-items: center;
  border-top: 1px solid #679561;
  padding: 35px 0;
}

.info.pointcard .cont_item > div:first-child {
  width: 20%;
  padding: 0 40px 0 30px;
}

.info.pointcard .cont_item > div:last-child {
  width: 80%;
}

.info.pointcard .cont_item > div:last-child > h3 {
  margin-bottom: 15px;
  font-size: 21px;
}

.info.pointcard .cont_item:last-child {
  border-bottom: 1px solid #679561;
}

.info.pointcard .cont_item > div > p {
  margin: 0;
  font-size: 15px;
}

.info.pointcard .cont_02 > h3 {
  margin-bottom: 15px;
}

.info.pointcard .cont_02 > div {
  display: flex;
  justify-content: space-between;
}

.info.pointcard .cont_02 dl {
  width: 47.5%;
  margin: 0;
}

.info.pointcard .cont_02 dt {
  color: #679561;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.info.pointcard .cont_02 dd {
  margin: 0;
  text-align: justify;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .info.pointcard h2 {
    font-size: 23px;
    line-height: 1.4;
    margin: 30px 0 20px;
  }

  .info.pointcard h2 > span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .info.pointcard h2 + p {
    text-align: left;
  }

  .info.pointcard img {
    width: 100%;
  }

  .info.pointcard .cont_item {
    display: block;
    padding: 30px 0;
  }

  .info.pointcard .cont_item > div:first-child {
    width: 50%;
    padding: 0;
    margin: 0 auto 25px;
    text-align: center;
  }

  .info.pointcard .cont_item > div:last-child {
    width: 100%;
  }

  .info.pointcard .cont_item > div:last-child > h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .info.pointcard .cont_02 > div {
    display: block;
  }

  .info.pointcard .cont_02 dl {
    width: 100%;
  }

  .info.pointcard .cont_02 dt {
    margin-bottom: 5px;
  }

  .info.pointcard .cont_02 dl:first-child {
    margin-bottom: 25px;
  }

  .info.pointcard .cont_02 > h3 {
    text-align: center;
  }
}

/* /special/welcome */
.special_welcome {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}

.special_welcome > div:first-child {
  text-align: center;
}

.special_welcome > div:last-child {
  background: #f2f2f2;
  padding: 20px 30px;
}

.special_welcome h4 {
  text-align: center;
  font-size: 15px;
  color: #0358aa;
  margin-bottom: 8px;
}

.special_welcome h4:nth-of-type(1) {
  margin-top: 0;
}

.special_welcome > div > p {
  font-size: 14px;
}

.special_welcome > div > p {
  font-size: 14px;
}

.special_welcome > div > ol {
  margin: 0;
  margin-left: -1em;
  font-size: 14px;
}

.special_welcome > div > ol > li:last-child {
  margin-top: 5px;
}

.special_welcome > div > div {
  text-align: center;
  padding: 15px 5px;
  border: solid 1px #fff;
  background: #fff;
  width: 310px;
  margin: 20px auto 20px;
  position: relative;
  font-weight: bold;
}

.special_welcome > div > div::after {
  content: "";
  border: solid 1px #f1bcc0;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.special_welcome > div > ul > li {
  color: #cc0033;
}

@media screen and (max-width: 767px) {
  .special_welcome > div:last-child {
    padding: 20px 10px;
  }

  .special_welcome > div > div {
    width: 100%;
  }
}

/* /special/himitsu */
.special_himitsu > div:first-child {
  text-align: center;
}

.special_himitsu > div:last-child {
  max-width: 960px;
  margin: 0 auto;
}

.special_himitsu > div:last-child h4 {
  font-weight: bold;
  color: #436331;
  margin: 0 0 5px;
}

.special_himitsu > div:last-child ul {
  padding: 15px 0;
}

.special_himitsu > div:last-child ul:nth-of-type(1) {
  border-bottom: 1px dotted #000;
}

.special_himitsu > div:last-child ul > li.symbol_line {
  margin-top: 15px;
}

.special_himitsu > div:last-child dl > dt {
  display: inline-block;
  width: 115px;
  background: #003313;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
}

.special_himitsu > div:last-child dl > dt {
  margin-top: 20px;
}

.special_himitsu > div:last-child dl > dd a {
  text-decoration: none;
  margin-top: 5px;
}

.special_himitsu > div:last-child dl > dd a:hover {
  text-decoration: underline;
}

.special_himitsu > div:last-child dl > dd img {
  vertical-align: middle;
}

.special_himitsu > div:last-child dl > dd span {
  margin-top: 5px;
  display: block;
}

.special_himitsu > div:last-child dl > dd:first-of-type > img {
  margin-top: 15px;
}

/* /pages/features */
.features h1 {
  margin-top: 50px;
  font-size: 30px;
  color: #000;
}

.features h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  border: none;
  margin-top: 30px;
  padding: 0;
}

.features h1 + p {
  margin: 20px 0 50px;
  line-height: 1.8;
}

.features h2 + p {
  line-height: 1.8;
  text-align: center;
  width: 600px;
  margin: 0 auto 30px;
}

.features > div {
  text-align: center;
}

.features > div:not(:first-of-type) {
  margin-bottom: 100px;
}

.features > div:last-child {
  margin-bottom: 0;
}

.features .btn_link {
  width: 35%;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .features .btn_link {
    width: 100%;
    margin: 30px 0 0;
  }

  .features > div:not(:first-of-type) {
    margin-bottom: 80px;
  }

  .features > div:last-child {
    margin-bottom: 0;
  }

  .items_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px;
  }

  .items_area li {
    width: 46%;
  }

  .items_area li:last-child {
    width: 48%;
  }

  .item_area_name {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
  }

  .item_area_name .btn_link_wrap {
    margin-top: 5px;
  }

  .item_area_name .btn_link {
    margin-top: 0;
    min-width: auto;
    padding: 5px 0;
    background: #c8600e;
    color: #fff;
    border: none;
  }

  .features h2 + p {
    width: 100%;
  }
}

/* /pages/monogram-new-colors */
.monogram-new-colors {
  text-align: center;
}

.monogram-new-colors h1 {
  color: #005634;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin: 50px 0 20px;
}

.monogram-new-colors h1 > span {
  font-size: 18px;
  color: #000;
}

.monogram-new-colors h1 + p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}

.monogram-new-colors h3 {
  font-size: 18px;
  color: #005634;
  margin: 20px 0;
  text-align: center;
}

.monogram-new-colors h3 > img {
  vertical-align: middle;
  padding: 0 5px;
}

.monogram-new-colors > div {
  display: flex;
  justify-content: space-between;
}

.monogram-new-colors > div > a {
  width: 19%;
}

.monogram-new-colors > div > a > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .monogram-new-colors h1 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.4;
  }

  .monogram-new-colors h1 > span {
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
    line-height: 1.8;
  }

  .monogram-new-colors h1 + p {
    line-height: 1.6;
    text-align: left;
    margin-bottom: 15px;
  }

  .monogram-new-colors h3 {
    text-align: left;
    margin: 30px 0 15px;
    font-size: 16px;
    line-height: 1.8;
  }

  .monogram-new-colors h3 > img {
    vertical-align: bottom;
    width: 40px;
  }

  .monogram-new-colors > div:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .monogram-new-colors > div > a {
    width: 48%;
  }
}
