@charset "UTF-8";
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none;
  }
}
@media (min-width:768px) {
  *:not(body).sp {
    display: none;
  }
}
@media (max-width:767.98px) {
  *:not(body).pc {
    display: none;
  }
}
.c1 {
  color: #027EEE;
}

.c2 {
  color: #F7F9FA;
}

.c3 {
  color: #EE6F00;
}

.c4 {
  color: #183C68;
}

.c5 {
  color: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
}

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/*
	Last Update:2020/11/06
	パーツ用
*/
.style-- {
  /*=================================

  	flow

  =================================*/
  /*=================================

  	button

  =================================*/
  /*=================================

  	hl

  =================================*/
  /*=================================

  	box

  =================================*/
  /*=================================

  	table

  =================================*/
}
@media (min-width:768px) {
  .style--flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.style--flow li {
  position: relative;
  text-align: center;
  background: #B3B3B2;
  color: #fff;
  font-weight: bold;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media (min-width:768px) {
  .style--flow li {
    width: 33.3333333333%;
  }
}
.style--flow li.on {
  background: #3B1E88;
}
@media (min-width:768px) {
  .style--flow li.on:after {
    border-left: 15px solid #3B1E88;
  }
}
@media (max-width:767.98px) {
  .style--flow li:not(.on) {
    display: none;
  }
}
@media (min-width:768px) {
  .style--flow li:after {
    z-index: 2;
    content: "";
    position: absolute;
    right: -43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 28px solid transparent;
    border-left: 15px solid #B3B3B2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.style--btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media (min-width:768px) {
  .style--btn_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width:767.98px) {
  .style--btn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width:767.98px) {
  .style--btn_flex > * + * {
    margin-bottom: 30px;
  }
}
a.style--btn_1, .style--btn_1 {
  position: relative;
  display: inline-block;
  padding: 13px 25px 15px;
  color: #FFF;
  background: #222;
  border: 2px solid #222;
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width:768px) {
  a.style--btn_1, .style--btn_1 {
    margin: 0 15px;
    min-width: 400px;
  }
}
@media (max-width:767.98px) {
  a.style--btn_1, .style--btn_1 {
    display: block;
    width: 100%;
  }
}
a.style--btn_1:hover, .style--btn_1:hover {
  background: #FFF;
  color: #222;
  text-shadow: none;
}
a.style--btn_1 i, .style--btn_1 i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.style--btn_1.-back {
  background: #999;
  border-color: #999;
}
.style--btn_1.-back:hover {
  background: #FFF;
  color: #999;
  text-shadow: none;
}

a.style--btn_3, .style--btn_3 {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 13px 25px 15px;
  background: -webkit-linear-gradient(330deg, #ed6c00 0%, #ffa200 100%);
  background: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
  color: #FFF;
  border: 2px solid linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
  border-radius: 100px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
}
@media (min-width:768px) {
  a.style--btn_3, .style--btn_3 {
    min-width: 400px;
  }
}
@media (max-width:767.98px) {
  a.style--btn_3, .style--btn_3 {
    width: 100%;
    margin: 0;
  }
}
a.style--btn_3:hover, .style--btn_3:hover {
  background: #FFF;
  color: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
  text-shadow: none;
}
a.style--btn_3 i, .style--btn_3 i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.style--btn_3.-back {
  background: #999;
  border-color: #999;
}
.style--btn_3.-back:hover {
  background: #FFF;
  color: #999;
  text-shadow: none;
}

.style--btn_3 + .style--btn_3 {
  margin-top: 20px;
}

a.style--btn_4, .style--btn_4 {
  display: inline-block;
  margin: 20px auto 0;
  background: none;
  color: #666;
  text-decoration: underline;
  border: none;
  font-size: 1.6rem;
}
a.style--btn_4 i, .style--btn_4 i {
  margin-right: 10px;
}
a.style--btn_4:hover, .style--btn_4:hover {
  background: #FFF;
  text-decoration: none;
}

.style--btn_5, .style--btn_6 {
  display: block;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 25px 24px 15px;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.style--btn_5 img, .style--btn_6 img {
  position: relative;
  top: -4px;
  margin-right: 15px;
  vertical-align: middle;
}
.style--btn_5 i, .style--btn_6 i {
  position: relative;
  top: -7px;
  margin-bottom: -8px;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 3.5rem;
}
.style--btn_5:after, .style--btn_6:after {
  position: absolute;
  right: 5px;
  top: 50%;
  color: #FFF;
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 3rem;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.style--btn_5:hover:after, .style--btn_6:hover:after {
  color: #FFF;
}
.style--btn_5 {
  border: 3px solid #183C68;
  color: #183C68;
}
.style--btn_5:hover {
  background: #183C68;
  color: #FFF;
}
.style--btn_5:after {
  color: #183C68;
}
.style--btn_6 {
  border: 3px solid #027EEE;
  background: #FFF;
  color: #027EEE;
}
.style--btn_6:hover {
  background: #027EEE;
  color: #FFF;
}
.style--btn_6:after {
  color: #027EEE;
}
a.style--btn_7, .style--btn_7 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 20px 15px;
  background: #027EEE;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
a.style--btn_7 strong, .style--btn_7 strong {
  font-size: 1.8rem;
  font-weight: normal;
}
a.style--btn_7 span, .style--btn_7 span {
  margin-left: 1em;
  font-size: 1.4rem;
}
a.style--btn_7 .icon, .style--btn_7 .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  display: block;
  vertical-align: middle;
  border-bottom: 80px solid #EE6F00;
  border-left: 10px solid transparent;
  color: #FFF;
}
a.style--btn_7 .icon i, .style--btn_7 .icon i {
  position: absolute;
  top: calc(50% + 37px);
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a.style--btn_7:hover .icon i, .style--btn_7:hover .icon i {
  right: -5px;
}

.style--hl_1 {
  margin-bottom: 30px;
}
.style--hl_1 .en, .style--hl_1 .main {
  display: block;
}
.style--hl_1 .en {
  font-size: 2rem;
  font-weight: bold;
}
.style--hl_1 .main {
  font-size: 1.4rem;
  font-weight: normal;
}
.style--box_1 {
  position: relative;
  padding: 50px 50px 50px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
@media (max-width:767.98px) {
  .style--box_1 {
    padding: 30px 30px 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.style--box_1 .style--hl_1 {
  position: absolute;
  top: 1.3em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.style--tbl_1 {
  width: 100%;
}
@media (min-width:768px) {
  .style--tbl_1 tbody tr th, .style--tbl_1 tbody tr td {
    padding: 40px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    line-height: 2.5;
  }
  .style--tbl_1 tbody tr th {
    text-align: center;
    color: #027EEE;
  }
}
@media (max-width:767.98px) {
  .style--tbl_1, .style--tbl_1 > thead, .style--tbl_1 > tbody, .style--tbl_1 > tfoot, .style--tbl_1 tr, .style--tbl_1 th, .style--tbl_1 td {
    display: block;
    width: 100%;
  }
  .style--tbl_1 tr {
    padding: 25px 0;
    border-bottom: 1px solid #DDD;
    line-height: 2.5;
  }
  .style--tbl_1 tr:first-child {
    border-top: 1px solid #DDD;
  }
  .style--tbl_1 tr th {
    color: #027EEE;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .style--tbl_1 th + td {
    border-top: none !important;
  }
}
.style--tbl_2 {
  width: 100%;
}
.style--tbl_2 tbody tr th, .style--tbl_2 tbody tr td {
  padding: 20px 25px;
  border: 1px solid #E2E2E2;
}
.style--tbl_2 tbody tr th {
  background: #F7F9FA;
  vertical-align: middle;
}
@media (max-width:767.98px) {
  .style--tbl_2, .style--tbl_2 > thead, .style--tbl_2 > tbody, .style--tbl_2 > tfoot, .style--tbl_2 tr, .style--tbl_2 th, .style--tbl_2 td {
    display: block;
    width: 100%;
  }
  .style--tbl_2 th + td {
    border-top: none !important;
  }
}
.style--tbl_88 {
  width: 100%;
}
@media (max-width:767.98px) {
  form .style--tbl_88 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.style--tbl_88 > tbody > tr {
  /*&.check { position: relative;
  	&:after { content: "必須事項"; position: absolute; right: 8px; top: 28px; padding: 2px 10px; background: #D20000; color: #FFF; font-size: 1.2rem;
  		@media (max-width:767.98px){ font-size: 1rem; top: 14px; right: 15px; }
  	}
  }*/
  /*&:nth-child(even) {
  	th,td { background: #FAFAFA; }
  }*/
}
.style--tbl_88 > tbody > tr.check th:after {
  content: "※";
  margin-left: 10px;
  font-size: 1.2rem;
  color: #DD1616;
}
.style--tbl_88 > tbody > tr > th {
  width: 200px;
  padding: 40px 50px;
  background: none;
  border: none;
  white-space: nowrap;
  text-align: center;
  color: #027EEE;
}
.style--tbl_88 > tbody > tr > td {
  padding: 40px 30px 40px 0;
  background: #FFF;
  border: none;
}
.style--tbl_88 > tbody > tr > th, .style--tbl_88 > tbody > tr > td {
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
.style--tbl_88 > tbody > tr > th label, .style--tbl_88 > tbody > tr > td label {
  display: inline-block;
}
.style--tbl_88 > tbody > tr > th input[type=text],
.style--tbl_88 > tbody > tr > th input[type=password],
.style--tbl_88 > tbody > tr > th textarea, .style--tbl_88 > tbody > tr > td input[type=text],
.style--tbl_88 > tbody > tr > td input[type=password],
.style--tbl_88 > tbody > tr > td textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #CCC;
}
.style--tbl_88 > tbody > tr > th input[id*=ZipCode], .style--tbl_88 > tbody > tr > td input[id*=ZipCode] {
  width: auto !important;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #CCC;
}
.style--tbl_88 > tbody > tr > th input[type=text] + input[type=text], .style--tbl_88 > tbody > tr > td input[type=text] + input[type=text] {
  margin-top: 10px;
}
.style--tbl_88 > tbody > tr > th input[name=chk_mail], .style--tbl_88 > tbody > tr > td input[name=chk_mail] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.style--tbl_88 > tbody > tr > th textarea, .style--tbl_88 > tbody > tr > td textarea {
  height: 200px;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_images, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_images {
  float: left;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_itemName, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_itemName {
  margin-left: 65px;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_subTotalPrice, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_subTotalPrice {
  display: none;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_inQty, .style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_delete, .style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_unitPrice, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_inQty, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_delete, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_unitPrice {
  clear: both;
  display: inline-block;
  margin-right: -4px;
  padding: 10px 10px 0;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_inQty, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_inQty {
  width: 30%;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_delete, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_delete {
  width: 20%;
}
.style--tbl_88 > tbody > tr > th.es__cart_formTable_cell_unitPrice, .style--tbl_88 > tbody > tr > td.es__cart_formTable_cell_unitPrice {
  width: 50%;
}
#base .style--tbl_88 > tbody > tr > th.es__history1_formTable_order_cell_no.pos_ac, #base .style--tbl_88 > tbody > tr > td.es__history1_formTable_order_cell_no.pos_ac {
  text-align: left;
}
.style--tbl_88 > tbody > tr > th em.sp_come, .style--tbl_88 > tbody > tr > td em.sp_come {
  background: #AAA;
  font-size: 1.2rem;
  margin-right: 7px;
  font-weight: normal;
  padding: 0 10px;
  color: #FFF;
}
.style--tbl_88 > tbody > tr > th em.sp_come.-l, .style--tbl_88 > tbody > tr > td em.sp_come.-l {
  display: block;
  margin: 10px 0 7px;
}
@media (max-width:767.98px) {
  .style--tbl_88 {
    display: block;
  }
  .style--tbl_88 > thead, .style--tbl_88 > tbody, .style--tbl_88 > tfoot {
    display: block;
    width: 100%;
  }
  .style--tbl_88 > thead > tr, .style--tbl_88 > tbody > tr, .style--tbl_88 > tfoot > tr {
    display: block;
    width: 100%;
  }
  .style--tbl_88 > thead > tr > td, .style--tbl_88 > thead > tr > th, .style--tbl_88 > tbody > tr > td, .style--tbl_88 > tbody > tr > th, .style--tbl_88 > tfoot > tr > td, .style--tbl_88 > tfoot > tr > th {
    display: block;
    width: 100%;
  }
  .style--tbl_88 > thead > tr > th, .style--tbl_88 > tbody > tr > th, .style--tbl_88 > tfoot > tr > th {
    padding: 15px 15px 5px;
    border-bottom: none;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .style--tbl_88 > thead > tr > td, .style--tbl_88 > tbody > tr > td, .style--tbl_88 > tfoot > tr > td {
    padding: 0 15px 15px;
    border-top: none;
    border-bottom: none;
  }
  .style--tbl_88 > thead > tr:last-child > td, .style--tbl_88 > tbody > tr:last-child > td, .style--tbl_88 > tfoot > tr:last-child > td {
    border-bottom: 1px solid #DDD;
  }
}
.style--tbl_3 tr th, .style--tbl_3 tr td {
  padding: 20px 40px;
  border: 1px solid #DDD;
}
.style--tbl_3 thead tr th {
  background: #F7F9FA;
  text-align: center;
  font-weight: bold;
}
.style--tbl_3 tbody tr th {
  background: #FFF;
}
.style--tbl_3 tbody tr td {
  background: #FFF;
}
.style--tbl_3 tbody tr:not(:last-child) th, .style--tbl_3 tbody tr:not(:last-child) td {
  border-bottom: 1px solid #DDD;
}
@media (max-width:767.98px) {
  table.-flex {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  table.-flex > thead, table.-flex > tbody, table.-flex > tfoot {
    display: block;
    width: 100%;
  }
  table.-flex > thead > tr, table.-flex > tbody > tr, table.-flex > tfoot > tr {
    display: block;
    width: 100%;
  }
  table.-flex > thead > tr > td, table.-flex > thead > tr > th, table.-flex > tbody > tr > td, table.-flex > tbody > tr > th, table.-flex > tfoot > tr > td, table.-flex > tfoot > tr > th {
    display: block;
    width: 100%;
    margin-bottom: -1px;
  }
  table.-flex > thead > tr > td.pc, table.-flex > thead > tr > th.pc, table.-flex > tbody > tr > td.pc, table.-flex > tbody > tr > th.pc, table.-flex > tfoot > tr > td.pc, table.-flex > tfoot > tr > th.pc {
    display: none;
  }
}

.style--tbl_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #E2E2E2;
  border-right: none;
  border-bottom: none;
}
.style--tbl_flex dt, .style--tbl_flex dd {
  padding: 15px 15px;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  font-size: 1.4rem;
}
.style--tbl_flex dt.null, .style--tbl_flex dd.null {
  background: none;
  border: none;
}
@media (max-width:767.98px) {
  .style--tbl_flex dt.null, .style--tbl_flex dd.null {
    display: none;
  }
}
.style--tbl_flex dt {
  width: 13.33333%;
  background: rgba(0, 38, 19, 0.05);
}
@media (max-width:767.98px) {
  .style--tbl_flex dt {
    width: 30%;
    font-size: 1.4rem;
    padding: 15px;
  }
}
.style--tbl_flex dd {
  width: 20%;
  background: #FFF;
}
@media (max-width:767.98px) {
  .style--tbl_flex dd {
    width: 70%;
    padding: 15px;
  }
}
.style--tbl_flex dd.rowspan2 {
  width: 53.33333% !important;
}
@media (max-width:767.98px) {
  .style--tbl_flex dd.rowspan2 {
    width: 70% !important;
    padding: 15px;
  }
}
@media (min-width:768px) {
  .style--tbl_flex dd.w-lg-10p {
    width: 10%;
  }
}
@media (min-width:768px) {
  .style--tbl_flex dd.w-lg-15p {
    width: 15%;
  }
}
@media (min-width:768px) {
  .style--tbl_flex dd.w-lg-30p {
    width: 30%;
  }
}
.style--tbl_flex.-row2 dt {
  width: 20%;
}
@media (max-width:767.98px) {
  .style--tbl_flex.-row2 dt {
    width: 30%;
    padding: 15px;
  }
}
.style--tbl_flex.-row2 dd {
  width: 30%;
}
@media (max-width:767.98px) {
  .style--tbl_flex.-row2 dd {
    width: 70%;
    font-size: 1.4rem;
    padding: 15px;
  }
}
.style--tbl_form {
  width: 100%;
}
body:not(#news) .style--tbl_form thead th {
  text-align: center;
  padding: 15px;
  background-color: #027EEE;
  color: #FFF;
  border: 1px solid #FFF;
}
body:not(#news) .style--tbl_form tbody tr {
  /*&.check { position: relative;
  	&:after { content: "必須事項"; position: absolute; right: 8px; top: 28px; padding: 2px 10px; background: #D20000; color: #FFF; font-size: 1.2rem;
  		@media (max-width:767.98px){ font-size: 1rem; top: 14px; right: 15px; }
  	}
  }*/
}
body:not(#news) .style--tbl_form tbody tr.check th:after {
  content: "※";
  color: #EE6F00;
}
body:not(#news) .style--tbl_form tbody tr th, body:not(#news) .style--tbl_form tbody tr td {
  border: 1px solid #E2E2E2;
}
body:not(#news) .style--tbl_form tbody tr th input, body:not(#news) .style--tbl_form tbody tr th textarea, body:not(#news) .style--tbl_form tbody tr th select, body:not(#news) .style--tbl_form tbody tr th option, body:not(#news) .style--tbl_form tbody tr td input, body:not(#news) .style--tbl_form tbody tr td textarea, body:not(#news) .style--tbl_form tbody tr td select, body:not(#news) .style--tbl_form tbody tr td option {
  font-size: 16px;
}
body:not(#news) .style--tbl_form tbody tr th label, body:not(#news) .style--tbl_form tbody tr td label {
  display: inline-block;
}
body:not(#news) .style--tbl_form tbody tr th input[type=text],
body:not(#news) .style--tbl_form tbody tr th input[type=password],
body:not(#news) .style--tbl_form tbody tr th textarea, body:not(#news) .style--tbl_form tbody tr td input[type=text],
body:not(#news) .style--tbl_form tbody tr td input[type=password],
body:not(#news) .style--tbl_form tbody tr td textarea {
  max-width: 100%;
  width: 100%;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #CCC;
}
body:not(#news) .style--tbl_form tbody tr th input[id*=ZipCode], body:not(#news) .style--tbl_form tbody tr td input[id*=ZipCode] {
  width: auto !important;
  padding: 10px 10px;
  background: #FFF;
  border: 1px solid #CCC;
}
body:not(#news) .style--tbl_form tbody tr th input[type=text] + input[type=text], body:not(#news) .style--tbl_form tbody tr td input[type=text] + input[type=text] {
  margin-top: 10px;
}
body:not(#news) .style--tbl_form tbody tr th input[name=chk_mail], body:not(#news) .style--tbl_form tbody tr td input[name=chk_mail] {
  margin-top: 15px;
  margin-bottom: 15px;
}
body:not(#news) .style--tbl_form tbody tr th textarea, body:not(#news) .style--tbl_form tbody tr td textarea {
  height: 200px;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_images, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_images {
  float: left;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_itemName, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_itemName {
  margin-left: 65px;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_subTotalPrice, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_subTotalPrice {
  display: none;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_inQty, body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_delete, body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_unitPrice, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_inQty, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_delete, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_unitPrice {
  clear: both;
  display: inline-block;
  margin-right: -4px;
  padding: 10px 10px 0;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_inQty, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_inQty {
  width: 30%;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_delete, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_delete {
  width: 20%;
}
body:not(#news) .style--tbl_form tbody tr th.es__cart_formTable_cell_unitPrice, body:not(#news) .style--tbl_form tbody tr td.es__cart_formTable_cell_unitPrice {
  width: 50%;
}
#base body:not(#news) .style--tbl_form tbody tr th.es__history1_formTable_order_cell_no.pos_ac, #base body:not(#news) .style--tbl_form tbody tr td.es__history1_formTable_order_cell_no.pos_ac {
  text-align: left;
}
body:not(#news) .style--tbl_form tbody tr th em.sp_come, body:not(#news) .style--tbl_form tbody tr td em.sp_come {
  background: #AAA;
  font-size: 1.2rem;
  margin-right: 7px;
  font-weight: normal;
  padding: 0 10px;
  color: #FFF;
}
body:not(#news) .style--tbl_form tbody tr th em.sp_come.-l, body:not(#news) .style--tbl_form tbody tr td em.sp_come.-l {
  display: block;
  margin: 10px 0 7px;
}
body:not(#news) .style--tbl_form tbody tr th {
  padding: 22px 35px;
  background: #F7F9FA;
  border-color: #DDD;
  border-left: none;
  border-right: none;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width:768px) {
  body:not(#news) .style--tbl_form tbody tr th {
    width: 335px;
  }
}
@media (max-width:767.98px) {
  body:not(#news) .style--tbl_form tbody tr th {
    border-left: 3px solid #027EEE;
    padding-left: 12px;
  }
}
body:not(#news) .style--tbl_form tbody tr th span {
  display: block;
  float: right;
  padding: 0px 15px;
  background: #EE6F00;
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
}
body:not(#news) .style--tbl_form tbody tr td {
  padding: 15px 35px;
  background: #FFF;
  border: 1px solid #DDD;
  border-left: none;
  border-right: none;
}
@media (min-width:768px) {
  body:not(#news) .style--tbl_form tbody tr td dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width:767.98px) {
  body:not(#news) .style--tbl_form tbody tr td dl {
    width: 100%;
  }
}
body:not(#news) .style--tbl_form tbody tr td dl dt {
  padding: 7px 0 0;
  font-size: 1.8rem;
  margin-right: 20px;
}
@media (min-width:768px) {
  body:not(#news) .style--tbl_form tbody tr td dl dt {
    width: 80px;
  }
}
@media (max-width:767.98px) {
  body:not(#news) .style--tbl_form tbody tr td dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #027EEE;
  }
}
@media (min-width:768px) {
  body:not(#news) .style--tbl_form tbody tr td dl dd {
    width: calc(100% - 80px);
  }
}
body:not(#news) .style--tbl_form tbody tr td dl dd.zip input {
  width: 8em;
  margin-right: 20px;
}
body:not(#news) .style--tbl_form tbody tr td dl dd.zip a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #DDD;
  background: #FAFAFA;
  border-radius: 100px;
  text-decoration: none;
  color: #222;
}
body:not(#news) .style--tbl_form tbody tr td dl dd.zip p {
  margin-bottom: 15px;
  padding-top: 5px;
}
body:not(#news) .style--tbl_form tbody tr td dl + dl {
  margin-top: 10px;
}
@media (max-width:767.98px) {
  body:not(#news) .style--tbl_form {
    display: block;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  body:not(#news) .style--tbl_form > thead, body:not(#news) .style--tbl_form > tbody, body:not(#news) .style--tbl_form > tfoot {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form > thead > tr, body:not(#news) .style--tbl_form > tbody > tr, body:not(#news) .style--tbl_form > tfoot > tr {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form > thead > tr > td, body:not(#news) .style--tbl_form > thead > tr > th, body:not(#news) .style--tbl_form > tbody > tr > td, body:not(#news) .style--tbl_form > tbody > tr > th, body:not(#news) .style--tbl_form > tfoot > tr > td, body:not(#news) .style--tbl_form > tfoot > tr > th {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form > thead > tr > th, body:not(#news) .style--tbl_form > tbody > tr > th, body:not(#news) .style--tbl_form > tfoot > tr > th {
    padding: 15px;
    border-bottom: none;
  }
  body:not(#news) .style--tbl_form > thead > tr > td, body:not(#news) .style--tbl_form > tbody > tr > td, body:not(#news) .style--tbl_form > tfoot > tr > td {
    padding: 0 15px 0;
    border-top: none;
    border-bottom: none;
  }
  body:not(#news) .style--tbl_form > thead > tr > td a, body:not(#news) .style--tbl_form > tbody > tr > td a, body:not(#news) .style--tbl_form > tfoot > tr > td a {
    display: block;
    margin-top: 15px;
  }
  body:not(#news) .style--tbl_form > thead > tr > th + td, body:not(#news) .style--tbl_form > tbody > tr > th + td, body:not(#news) .style--tbl_form > tfoot > tr > th + td {
    padding-top: 15px;
    padding-bottom: 0;
  }
  body:not(#news) .style--tbl_form > thead > tr > td:first-child, body:not(#news) .style--tbl_form > tbody > tr > td:first-child, body:not(#news) .style--tbl_form > tfoot > tr > td:first-child {
    padding-top: 15px;
    border-top: 1px solid #DDD;
  }
  body:not(#news) .style--tbl_form > thead > tr > td:last-child, body:not(#news) .style--tbl_form > tbody > tr > td:last-child, body:not(#news) .style--tbl_form > tfoot > tr > td:last-child {
    padding-bottom: 15px;
  }
}
@media (max-width:767.98px) {
  body:not(#news) .style--tbl_form.tbl_block-sp {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form.tbl_block-sp > thead, body:not(#news) .style--tbl_form.tbl_block-sp > tbody, body:not(#news) .style--tbl_form.tbl_block-sp > tfoot {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form.tbl_block-sp > thead > tr, body:not(#news) .style--tbl_form.tbl_block-sp > tbody > tr, body:not(#news) .style--tbl_form.tbl_block-sp > tfoot > tr {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form.tbl_block-sp > thead > tr > td, body:not(#news) .style--tbl_form.tbl_block-sp > thead > tr > th, body:not(#news) .style--tbl_form.tbl_block-sp > tbody > tr > td, body:not(#news) .style--tbl_form.tbl_block-sp > tbody > tr > th, body:not(#news) .style--tbl_form.tbl_block-sp > tfoot > tr > td, body:not(#news) .style--tbl_form.tbl_block-sp > tfoot > tr > th {
    display: block;
    width: 100%;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp {
    width: 100%;
    height: 50vh;
    overflow: scroll;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp thead {
    display: block;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp thead tr {
    display: block;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp thead tr th {
    display: block;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp {
    display: block;
    position: relative;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp tbody {
    width: 1200px;
    display: table;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp tbody tr {
    width: 100%;
  }
  body:not(#news) .style--tbl_form.tbl_scroll-sp tbody tr:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
  }
}

ul.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.pagination li {
  margin: 0 -1px 10px;
}
ul.pagination li a, ul.pagination li strong {
  display: block;
  min-width: 2.5em;
  padding: 7px 10px;
  border: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}
ul.pagination li a {
  background: #252525;
  color: #fff;
  text-decoration: none;
}
ul.pagination li a:hover {
  background: #fff;
  color: #252525;
}
ul.pagination li strong {
  background: #027EEE;
  color: #FFF;
}
ul.pagination li.active {
  margin: 1px 1px 10px 1px;
  border: 1px solid #333;
  padding: 5px 13px;
}

/*---------------------------------------------------------
	.hl
-----------------------------------------------------------*/
.hl_1 {
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.hl_1 .main {
  font-weight: bold;
}
.hl_1 .sub {
  font-size: 14px;
  color: #999;
}

@media (max-width: 575.98px) {
  .hl_1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .hl_1 > span {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .hl_1 {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .hl_1 > span {
    display: block;
  }
}
.hl_2 {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
}
.hl_2 > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.hl_2 .main {
  font-weight: bold;
}
.hl_2 .sub {
  font-size: 14px;
  color: #999;
}

@media (max-width:767.98px) {
  .hl_2 {
    margin-bottom: 15px;
  }
  .hl_2 .main {
    font-size: 1.25em;
  }
  .hl_2._mini {
    margin-bottom: 10px;
  }
  .hl_2._mini .main {
    font-size: 1.15em;
  }
}
@media (min-width:768px) {
  .hl_2 {
    margin-bottom: 20px;
  }
  .hl_2 .main {
    font-size: 1.5em;
  }
  .hl_2 .sub {
    padding-left: 10px;
  }
  .hl_2._mini {
    margin-bottom: 15px;
  }
  .hl_2._mini .main {
    font-size: 1.45em;
  }
}
.hl_3 {
  position: relative;
  border-radius: 5px;
  padding: 10px 15px;
  border-bottom: 2px solid #ddd;
}
.hl_3 > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.hl_3 .icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}
.hl_3 .main {
  font-weight: bold;
}
.hl_3 .sub {
  font-size: 14px;
  color: #999;
}
.hl_3 .link {
  position: absolute;
  right: 10px;
  top: calc(50% - 0.5em - 5px);
  font-size: 13px;
}
.hl_3 .link a {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  text-decoration: none;
  line-height: 100%;
  border-radius: 50px;
}

@media (max-width:767.98px) {
  .hl_3 {
    margin-bottom: 15px;
  }
  .hl_3 .main {
    font-size: 1.25em;
  }
}
@media (min-width:768px) {
  .hl_3 {
    margin-bottom: 20px;
  }
  .hl_3 .main {
    font-size: 1.4em;
  }
  .hl_3 .sub {
    padding-left: 10px;
  }
}
.hl_4 {
  border-left: 5px solid #0f6ab2;
  line-height: 120%;
  padding: 2px 0 0 10px;
}
.hl_4 .sub {
  font-size: 13px;
  color: #999;
}

@media (max-width: 575.98px) {
  .hl_4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .hl_4 > span {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .hl_4 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .hl_4 > span {
    display: inline-block;
  }
  .hl_4 .sub {
    padding-left: 10px;
  }
}
.hl_5 {
  text-align: center;
}
.hl_5:after {
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 2em;
  border-top: 3px solid #0f6ab2;
}
.hl_5 .main {
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .hl_5 .main {
    font-size: 1.85em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .hl_5 .main {
    font-size: 2em;
  }
}
.hl_6 {
  position: relative;
  border-radius: 5px;
  padding: 12px 15px;
}
.hl_6 > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
.hl_6 .main {
  padding: 0 0 0 15px;
}
.hl_6 .main.c0 {
  border-left: 4px solid #fff;
}

@media (max-width:767.98px) {
  .hl_6 {
    margin-bottom: 15px;
  }
  .hl_6 .main {
    font-size: 1.25em;
  }
}
@media (min-width:768px) {
  .hl_6 {
    margin-bottom: 20px;
  }
  .hl_6 .main {
    font-size: 1.4em;
  }
}
/*---------------------------------------------------------
	button
-----------------------------------------------------------*/
/* header mini */
.button1, a.button1 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 0.85em;
}

.button1 .sub {
  font-size: 11px;
}
.button1.bg_orange {
  border: 1px solid #fb6722;
}
.button1.bg_blue3 {
  border: 1px solid #3887c3;
}

@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .button1 {
    padding: 10px 15px;
  }
}
body.pc .button1.bg_orange:hover {
  background: #fff;
  color: #fb6722 !important;
}
body.pc .button1.bg_blue3:hover {
  background: #edf4fa;
  color: #3887c3 !important;
}

/* form / secondary */
.button2, a.button2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
}

.button2 .sub {
  font-size: 13px;
}
.button2._mini {
  max-width: 250px;
}
.button2.bg_orange {
  border: 2px solid #fb6722;
}
.button2.bg_line {
  border: 2px solid #01b901;
  background: #01b901;
}
.button2.bg_gray2 {
  border: 2px solid #aaa;
}
.button2.c_blue {
  border: 2px solid #0f6ab2;
  background: #fff;
}

body.pc .button2:hover {
  background: #fff;
}
body.pc .button2.bg_orange:hover {
  color: #fb6722;
}
body.pc .button2.bg_gray2:hover {
  color: #aaa;
}
body.pc .button2.bg_line:hover {
  color: #01b901;
}

@media (max-width: 575.98px) {
  .button2 {
    padding: 8px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .button2 {
    padding: 20px 0;
    font-size: 1.1em;
  }
}
/* 各ページ戻るボタン */
.button3, a.button3 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  padding: 8px 15px;
}

.button3:before {
  content: "\f104";
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em);
}
.button3.c_blue {
  border: 1px solid #0f6ab2;
}

body.pc .button3.c_blue:hover {
  background: #0f6ab2;
  color: #fff !important;
}

/* popup用検索ボタン */
.button4, a.button4 {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 1.1em;
  line-height: 120%;
}

.button4.bg_orange {
  border: 2px solid #fb6722;
}

body.pc .button4:hover {
  opacity: 0.8;
}

.button5, a.button5 {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  color: #666;
  font-size: 1.1em;
  line-height: 120%;
  border: 2px solid #0f6ab2;
  background: #fff;
}

body.pc .button5:hover {
  background: #edf4fa;
}

/* form / zip用 */
.button6, a.button6 {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  color: #666;
  font-size: 0.8em;
  line-height: 120%;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

body.pc .button6:hover {
  background: #f2f8ff;
}

/* キープ */
.btn_keep, a.btn_keep {
  display: block;
  text-decoration: none;
  color: #666;
  text-align: center;
  background: #f7f7f7;
}

.btn_keep i {
  margin-right: 5px;
  color: #e5e5e5;
  font-size: 1.25em;
}
.btn_keep.on i {
  color: #fece2f;
}

body.pc .btn_keep:hover {
  background: #f0f0f0;
}

/* btn_list */
.btn_list a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #0f6ab2;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 7px 0;
}
.btn_list label {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid #0f6ab2;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 7px 0;
  cursor: pointer;
}
.btn_list._mini a, .btn_list._mini label {
  padding: 4px 0;
  color: #0f6ab2;
  font-size: 0.85em;
}
.btn_list a.active, .btn_list label.active {
  background: #0f6ab2;
  color: #fff !important;
}

body.pc .btn_list a:hover, body.pc .btn_list label:hover {
  background: #0f6ab2;
  color: #fff !important;
}

.btn_list._bor_gray a, .btn_list._bor_gray label {
  border: 1px solid #ccc;
}

/*---------------------------------------------------------
	work
-----------------------------------------------------------*/
.word_tag, a.word_tag {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0f6ab2;
  font-size: 0.9em;
}

.word_tag > span {
  display: block;
  background: #e0f0f8;
  border-radius: 0 5px 5px 0;
}
.word_tag:before, .word_tag:after {
  content: "";
  position: absolute;
  left: 0;
}
.word_tag:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #e0f0f8 transparent transparent;
}
.word_tag:after {
  content: "●";
  top: calc(50% - 0.8em);
  font-size: 10px;
  color: #f8f8f8;
  padding: 0 0 0 10px;
}

body.pc a.word_tag:hover {
  opacity: 0.8;
}

@media (max-width: 575.98px) {
  .word_tag, a.word_tag {
    padding: 0 0 0 10px;
    margin-bottom: 10px;
  }
  .word_tag > span {
    padding: 3px 0 3px 15px;
  }
  .word_tag:before {
    border-width: 14px 10px 14px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .word_tag, a.word_tag {
    padding: 0 0 0 20px;
    margin-bottom: 15px;
  }
  .word_tag > span {
    padding: 8px 0 8px 15px;
  }
  .word_tag:before {
    border-width: 20px 20px 20px 0;
  }
}
.work_slide_unit {
  background: #fff;
}
.work_slide_unit a:not(.btn_keep) {
  text-decoration: none;
  color: #333;
}
.work_slide_unit .text {
  padding: 15px 15px 0;
}
.work_slide_unit .title {
  line-height: 140%;
  padding: 0 0 15px;
}

@media (max-width: 575.98px) {
  .work_slide_unit {
    margin: 0;
    padding: 5px;
  }
  .work_slide_unit a:not(.btn_keep) {
    display: table;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .work_slide_unit a:not(.btn_keep) > * {
    display: table-cell;
    vertical-align: middle;
  }
  .work_slide_unit .photo {
    width: 40%;
  }
  .work_slide_unit .detail, .work_slide_unit .button_area {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .work_slide_unit {
    margin: 0 15px 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .work_slide_unit a:not(.btn_keep) {
    display: block;
  }
  .work_slide_unit .detail {
    border-top: 1px solid #eee;
    padding: 15px 0 10px;
  }
  .work_slide_unit .detail li {
    margin-bottom: 5px;
  }
  .work_slide_unit .detail i {
    font-size: 1.25em;
    margin-right: 5px;
  }
  .work_slide_unit .button_area {
    padding: 0 15px 15px;
  }
  .work_slide_unit .btn_keep {
    border-bottom: 4px solid #e5e5e5;
    padding: 8px 0 4px;
    font-size: 0.9em;
  }
  body.pc .work_slide_unit .btn_keep:hover {
    border-top: 3px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* tbl_1 / offices / work_card / popup */
.tbl_1 {
  width: 100%;
}
.tbl_1 th, .tbl_1 td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tbl_1 th {
  font-weight: bold;
  text-align: center;
  background: #f8f8f8;
}

.work_card .outline .tbl_1 th {
  font-weight: normal;
  text-align: left;
}

@media (max-width: 575.98px) {
  .tbl_1 {
    font-size: 0.9em;
  }
}
@media (max-width:767.98px) {
  .tbl_1 th, .tbl_1 td {
    padding: 10px 5px;
  }
}
@media (min-width:768px) {
  .tbl_1 th, .tbl_1 td {
    padding: 30px 15px;
  }
  .tbl_1 th {
    width: 140px;
  }
  .work_card .outline .tbl_1 th {
    width: 180px;
  }
}
/* tbl_2 / work_card */
.tbl_2 {
  width: 100%;
}
.tbl_2 th, .tbl_2 td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.work_card .detail .tbl_2 th i {
  font-size: 1.4em;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .tbl_2 {
    font-size: 0.9em;
  }
}
@media (max-width:767.98px) {
  .tbl_2 th, .tbl_2 td {
    padding: 10px 5px;
  }
}
@media (min-width:768px) {
  .tbl_2 th, .tbl_2 td {
    padding: 30px 15px;
  }
  .tbl_2 th {
    width: 120px;
  }
}
/* tbl_3 / guide */
.tbl_3 {
  width: 100%;
}
.tbl_3 th, .tbl_3 td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tbl_3 th {
  font-weight: bold;
  text-align: center;
}
.tbl_3 thead th {
  background: #00a0e9;
  color: #fff;
}
.tbl_3 tbody th {
  background: #f2f8ff;
}
.tbl_3.pos_ac td {
  text-align: center;
}

@media (max-width: 575.98px) {
  .tbl_3 {
    font-size: 0.9em;
  }
}
@media (max-width:767.98px) {
  .tbl_3 th, .tbl_3 td {
    padding: 10px 5px;
  }
}
@media (min-width:768px) {
  .tbl_3 th, .tbl_3 td {
    padding: 15px 10px;
  }
}
/* step_box */
.step_box {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.step_box._flow {
  margin-bottom: 90px;
}
.step_box._flow:after {
  content: "\f107";
  color: #0f6ab2;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
  font-size: 2em;
}

@media (max-width: 575.98px) {
  .step_box .text {
    padding: 20px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:768px) {
  .step_box .text {
    padding: 30px;
  }
}
/*---------------------------------------------------------
	pc / sp
-----------------------------------------------------------*/
.disp_b {
  display: block;
}

.disp_ib {
  display: inline-block;
}

.disp_tbl {
  display: table !important;
  width: 100%;
  height: 100%;
}

.disp_td {
  display: table-cell;
  vertical-align: middle;
}

.bor5 {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.bor10 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.bor50 {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

/* font */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}