@charset "UTF-8";

/*                下層
======================================================= */
/*                bread
======================================================= */
#bread {
  margin-top: 1em;
}

@media print {
  #bread {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #bread {
    display: none;
  }
}

#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread ol li {
  font-size: 85.7%;
}

#bread ol li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #ff656a;
  font-size: 100%;
  margin: 0 1em;
}

#bread ol li:first-child:before {
  content: "";
  margin: 0;
}

#bread ol li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

#bread ol li a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #bfbfbf;
  content: "";
  display: block;
  font-size: 100%;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 1025px) {
  #bread ol li a:hover:after {
    bottom: -4px;
    opacity: 0;
    height: 0;
  }
}

/*                レイアウト
======================================================= */
.col2_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .col2_cont {
    display: block;
  }
}

.col2_cont .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 900px) {
  .col2_cont .main {
    margin-bottom: 0;
  }
}

.col2_cont .side {
  width: 240px;
  margin-left: 44px;
}

@media only screen and (max-width: 1100px) {
  .col2_cont .side {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side {
    width: auto;
    margin-top: 4em;
    margin-left: 0;
  }
}

.col2_cont .side h3 {
  background: #2774b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#2774b3), to(#0f64aa));
  background: linear-gradient(to bottom, #2774b3 0%, #0f64aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2774b3", endColorstr="#0f64aa", GradientType=0);
  color: #fff;
  font-size: 142.9%;
  font-weight: 500;
  text-align: center;
  padding: 1.3em 0.5em;
}

.col2_cont .side .link {
  border-bottom: 1px #e0e0e0 solid;
}

.col2_cont .side .link a {
  display: block;
  font-size: 114.3%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 20px;
}

.col2_cont .side .link a:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  font-weight: normal;
  font-size: 90%;
  margin-right: 0.4em;
}

@media only screen and (min-width: 1025px) {
  .col2_cont .side .link a:hover {
    background-color: #1a6bae;
    color: #fff;
  }

  .col2_cont .side .link a:hover:before {
    color: #fff;
  }
}

.col2_cont .side .side_series {
  border-right: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_series {
    margin: 0 -30px;
  }
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_series .series_wrap {
    border-bottom: 1px #e0e0e0 solid;
  }

  .col2_cont .side .side_series .series_wrap .slick-list {
    padding: 0 50px;
  }
}

.col2_cont .side .side_series .series_set {
  border-bottom: 1px #e0e0e0 solid;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_series .series_set {
    border-bottom: none;
  }

  .col2_cont .side .side_series .series_set + .series_set {
    border-left: 1px #e0e0e0 solid;
  }
}

.col2_cont .side .side_series .series_set a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding: 0 24px 24px;
}

@media only screen and (min-width: 1025px) {
  .col2_cont .side .side_series .series_set a:hover {
    color: #000;
    opacity: 0.4;
  }
}

.col2_cont .side .side_series .series_set .series_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  max-width: 90px;
  width: 100%;
  margin: 5px auto;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_series .series_set .series_img {
    max-width: 150px;
  }
}

.col2_cont .side .side_series .series_set .series_img:before {
  content: "";
  display: block;
  font-size: 100%;
  padding-top: 100%;
}

.col2_cont .side .side_series .series_set .series_img img {
  display: block;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.col2_cont .side .side_series .series_set h4 {
  font-size: 114.3%;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.col2_cont .side .side_series .series_set p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 0.2em;
}

.col2_cont .side .side_series .series_set .tag {
  overflow: hidden;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: auto;
  margin: 0.3em -3px -6px;
}

.col2_cont .side .side_series .series_set .tag li {
  color: #0e64aa;
  float: left;
  font-weight: 400;
  font-size: 85.7%;
  padding: 0 3px;
  margin-bottom: 6px;
}

.col2_cont .side .side_series .series_set .tag li > span {
  display: block;
  border: 1px #0e64aa solid;
  padding: 0.05em 0.5em 0.1em;
}

@media all and (-ms-high-contrast: none) {
  .col2_cont .side .side_series .series_set .tag li > span {
    padding: 0.4em 0.5em 0.05em;
  }
}

.col2_cont .side .side_series .series_set .tag li > span.bg_pink {
  border-color: #fc5f68;
}

.col2_cont .side .side_series .series_set .tag li span.sub {
  border: none;
  color: #1a6bae !important;
}

.col2_cont .side .side_series .series_set .tag li.type > span {
  background-color: #0e64aa;
  color: #fff;
}

.col2_cont .side .side_series .series_set .tag li.type + li {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_series .series_set.link {
    border-bottom: 1px #e0e0e0 solid;
  }
}

.col2_cont .side .side_series .series_set.link a {
  display: block;
  padding: 24px;
}

@media only screen and (min-width: 1025px) {
  .col2_cont .side .side_series .series_set.link a:hover {
    color: #fff;
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_archive {
    margin: 0 -30px;
  }
}

@media only screen and (max-width: 800px) {
  .col2_cont .side .side_archive {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 640px) {
  .col2_cont .side .side_archive {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_archive h3 {
    display: none;
  }
}

.col2_cont .side .side_archive ul {
  border-right: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_archive ul {
    display: none;
  }
}

.col2_cont .side .side_archive ul li a {
  border-bottom: 1px #e0e0e0 solid;
  display: block;
  font-size: 114.3%;
  font-weight: 400;
  text-decoration: none;
  padding: 1em 1.2em;
}

@media only screen and (min-width: 1025px) {
  .col2_cont .side .side_archive ul li a:hover {
    background-color: #1a6bae;
    color: #fff;
  }
}

@media only screen and (max-width: 800px) {
  .col2_cont .side .side_archive ul li a {
    padding: 1em 20px;
  }
}

@media only screen and (max-width: 640px) {
  .col2_cont .side .side_archive ul li a {
    padding: 1em 15px;
  }
}

.col2_cont .side .side_archive .link {
  border-right: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
}

@media only screen and (min-width: 1025px) {
  .col2_cont .side .side_archive .link {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_archive .link {
    border-top: 1px #e0e0e0 solid;
    border-bottom: none;
    margin-bottom: -5em;
  }
}

.col2_cont .side div + .side_bnr {
  margin-top: 2em;
}

@media only screen and (max-width: 1024px) {
  .col2_cont .side .side_bnr {
    display: none;
  }
}

.col2_cont .side .side_bnr a {
  display: block;
}

/*                タイトル装飾
======================================================= */
.main_title {
  border-bottom: 2px #e2e2e2 solid;
  padding-bottom: 32px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .main_title {
    padding: 0 15px 12px;
    margin: 0 -15px 20px;
  }
}

.main_title h1,
.main_title .title {
  font-size: 214.3%;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .main_title h1,
  .main_title .title {
    font-size: 171.4%;
  }
}

.main_title h1 + p,
.main_title .title + p {
  font-size: 114.3%;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .main_title h1 + p,
  .main_title .title + p {
    margin-top: 10px;
  }
}

.main_title.no_border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .main_title.no_border {
    margin-bottom: 20px;
  }
}

.img_title {
  background-color: #edf8fe;
  margin-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  .img_title {
    padding: 2em 0;
  }
}

.img_title .title_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  .img_title .title_wrap {
    display: block;
  }
}

@media only screen and (min-width: 901px) {
  .img_title .title_wrap .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-right: 30px;
  }
}

.img_title .title_wrap .title h1,
.img_title .title_wrap .title h2 {
  color: #1a6bae;
  font-size: 171.4%;
}

@media only screen and (max-width: 640px) {
  .img_title .title_wrap .title h1,
  .img_title .title_wrap .title h2 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 480px) {
  .img_title .title_wrap .title h1,
  .img_title .title_wrap .title h2 {
    font-size: 128.6%;
  }
}

.img_title .title_wrap .title h1 + p,
.img_title .title_wrap .title h1 + .read,
.img_title .title_wrap .title h2 + p,
.img_title .title_wrap .title h2 + .read {
  border-top: 1px #1a6bae solid;
  padding-top: 1em;
  margin-top: 1em;
}

@media only screen and (min-width: 901px) {
  .img_title .title_wrap .img {
    width: 450px;
  }
}

@media only screen and (max-width: 900px) {
  .img_title .title_wrap .img {
    margin-top: 1em;
  }
}

.img_title .title_wrap .img .img_wrap {
  overflow: hidden;
  /*  position: relative;
  padding-top: 66.6666%; */
}

.img_title .title_wrap .img .img_wrap img {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  max-width: none;*/
  width: 450px;
}

@media only screen and (max-width: 900px) {
  .img_title .title_wrap .img .img_wrap img {
    width: auto;
    margin: 0 auto;
  }
}

.cont_title {
  border-bottom: 2px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {
  .cont_title {
    margin: 0 -15px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cont_title {
    padding-bottom: 18px;
  }
}

.cont_title:after {
  content: "";
  clear: both;
  display: block;
  font-size: 100%;
}

.cont_title .left {
  float: left;
  width: 100%;
  padding-right: 530px;
  margin-right: -500px;
}

@media only screen and (max-width: 1024px) {
  .cont_title .left {
    padding-right: 420px;
    margin-right: -400px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_title .left {
    padding-right: 320px;
    margin-right: -300px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_title .left {
    float: none;
    padding: 0 15px;
    margin-right: 0;
  }
}

.cont_title .right {
  float: right;
  width: 500px;
}

@media only screen and (max-width: 1024px) {
  .cont_title .right {
    width: 400px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_title .right {
    width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_title .right {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .cont_title .right {
    margin-bottom: 10px;
  }
}

.cont_title .title {
  margin-top: 90px;
}

@media only screen and (max-width: 1024px) {
  .cont_title .title {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_title .title {
    float: none;
    padding: 0;
    margin: 40px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_title .title {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .cont_title .title {
    margin: 30px 0 15px;
  }
}

.cont_title .title h1 {
  font-size: 214.3%;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .cont_title .title h1 {
    font-size: 185.7%;
  }
}

@media only screen and (max-width: 480px) {
  .cont_title .title h1 {
    font-size: 150%;
  }
}

.cont_title .text {
  margin-top: 36px;
}

@media only screen and (max-width: 1024px) {
  .cont_title .text {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_title .text {
    margin-top: 0;
  }
}

.cont_title .text p {
  font-size: 114.3%;
}

@media only screen and (max-width: 480px) {
  .cont_title .text p {
    font-size: 107.1%;
  }
}

@media only screen and (max-width: 480px) {
  .cont_title {
    margin-bottom: 25px;
  }
}

/*                製品詳細
======================================================= */
@media only screen and (min-width: 1025px) {
  .brand_bnr {
    width: 199px;
  }
}

.brand_bnr a {
  background-color: #1a6bae;
  border-radius: 4px;
  display: table;
  table-layout: fixed;
  height: 44px;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .brand_bnr a {
    width: 199px;
    color: #000;
  }

  .brand_bnr a:hover {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 1024px) {
  .brand_bnr a {
    width: 100%;
  }
}

.brand_bnr a:after {
  border: 1px #e0e0e0 solid;
  border-radius: 4px;
  content: "";
  display: block;
  font-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: calc(100% - 1px);
}

.brand_bnr a span {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  padding: 0 8px;
}

@media only screen and (max-width: 640px) {
  .brand_bnr a span {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .brand_bnr a span {
    width: 50%;
  }
}

.brand_bnr a span:first-child {
  background-color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .brand_bnr a span:first-child {
    width: 119px;
  }
}

.brand_bnr a span:first-child:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 80%;
  color: #1a6bae;
  margin-right: 0.3em;
}

.brand_bnr a span.img {
  position: relative;
  padding: 2px 0;
  height: 44px;
}

@media only screen and (min-width: 1025px) {
  .brand_bnr a span.img {
    width: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .brand_bnr a span.img {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .brand_bnr a span.img {
    padding: 5px 10px;
  }
}

.brand_bnr a span.img img {
  display: block;
  opacity: 1;
  width: auto;
  max-width: 70px;
  max-height: 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .brand_bnr a span.img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .brand_bnr a span.img img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .brand_bnr a span.img img {
    max-width: 100px;
  }
}

.brand_bnr.aneron a {
  background-color: #e5e8f7;
}

.brand_bnr.alesion a {
  background-color: #d9e6f3;
}

.brand_bnr.eve a {
  background-color: #dcdcee;
}

.brand_bnr.scup a {
  background-color: #1f2a66;
}

.brand_bnr.stac-kaze a {
  background-color: #e5e6ec;
}

.brand_bnr.stac-bien a {
  background-color: #e5e6ec;
}

.brand_bnr.gastol a {
  background-color: #daf0e0;
}

.brand_bnr.surulac a {
  background-color: #fdeff4;
}

.brand_bnr.drewell a {
  background-color: #dbecf4;
}

.brand_bnr.hythiol a {
  background-color: #fff2f4;
}

.brand_bnr.lacalut a {
  background-color: #d3def1;
}

#product.font_large
  #product_detail
  .col2_cont
  #product_main
  .product_contact
  .contact_wrap
  .contact_set
  .form_area.tel
  .tel_no {
  letter-spacing: -2px;
}

#product.font_large
  #product_detail
  .col2_cont
  #product_main
  .product_contact
  .contact_wrap
  .contact_set
  .form_area.tel
  .sup {
  letter-spacing: -1px;
}

#product #product_detail {
  position: relative;
}

@media only screen and (max-width: 640px) {
  #product #product_detail {
    font-size: 85.7%;
  }
}

#product #product_detail .print_btn {
  position: absolute;
  top: -2.5em;
  right: 0;
  margin: 0;
}

@media print {
  #product #product_detail .print_btn {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #product #product_detail .print_btn {
    display: none;
  }
}

#product #product_detail .print_btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  text-decoration: none;
}

#product #product_detail .print_btn a .material-icons {
  color: #1a6bae;
  margin-right: 0.3em;
}

#product #product_detail #product_info {
  margin-bottom: 5em;
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_info {
    margin-bottom: 2em;
  }
}

#product #product_detail #product_info:after {
  content: "";
  clear: both;
  display: block;
  font-size: 100%;
}

#product #product_detail #product_info .left {
  float: left;
  clear: left;
  width: 45.142857%;
  padding-right: 24px;
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_info .left {
    float: none;
    width: auto;
    padding-right: 0;
  }
}

#product #product_detail #product_info .right.img {
  float: right;
  max-width: 576px;
  width: 54.857143%;
}

@media print {
  #product #product_detail #product_info .right.img .slick-track {
    opacity: 1;
    width: 2870px;
    -webkit-transform: translate3d(-574px, 0px, 0px) !important;
    transform: translate3d(-574px, 0px, 0px) !important;
  }
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_info .right.img {
    float: none;
    width: auto;
    max-width: 100%;
    margin-bottom: 1em;
  }
}

#product #product_detail #product_info .title {
  margin-top: -0.4em;
  margin-bottom: 24px;
}

#product #product_detail #product_info .title h1 {
  font-size: 228.6%;
  font-weight: 500;
}

#product #product_detail #product_info .title h1 span {
  display: block;
  font-size: 50%;
}

#product #product_detail #product_info .title p.name {
  font-size: 85.7%;
}

#product #product_detail #product_info .title p.sup {
  margin-top: 2px;
}

#product #product_detail #product_info .img_wrap {
  border: 1px #e0e0e0 solid;
}

#product #product_detail #product_info .img_wrap .slider {
  position: relative;
}

#product #product_detail #product_info .img_wrap .slider .item {
  position: relative;
  /*img{
    display: block;
    margin: 0 auto;
  }
    p{
    text-align: center;
    padding: 1em 1em 2em;
  }*/
}

#product #product_detail #product_info .img_wrap .slider .item:before {
  content: "";
  display: block;
  font-size: 100%;
  padding-top: 71.1805%;
}

#product #product_detail #product_info .img_wrap .slider .item img {
  position: absolute;
  left: 50%;
  max-height: 90%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

#product #product_detail #product_info .img_wrap .slider .item p {
  position: absolute;
  font-size: 100%;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 1em;
}

#product #product_detail #product_info .read p.catch {
  font-size: 128.6%;
  margin-bottom: 2em;
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_info .read p.catch {
    margin-bottom: 1em;
  }
}

#product #product_detail #product_info .read .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5px -3px;
}

#product #product_detail #product_info .read .tag ul li {
  padding: 0 1.5px;
  margin-bottom: 3px;
}

#product #product_detail #product_info .read .tag ul li span {
  background-color: #1a6bae;
  color: #fff;
  display: block;
  font-size: 92.9%;
  padding: 0.3em 1.3em 0.3em;
}

@media all and (-ms-high-contrast: none) {
  #product #product_detail #product_info .read .tag ul li span {
    padding: 0.6em 1.3em 0.1em;
  }
}

#product #product_detail #product_info .sp_notes {
  font-size: 85.7%;
  margin-top: 1.5em;
}

@media print {
  #product #product_detail #product_info .sp_notes {
    display: none;
  }
}

@media only screen and (min-width: 901px) {
  #product #product_detail #product_info .sp_notes {
    display: none;
  }
}

#product #product_detail #product_navi {
  margin-top: 1.5em;
}

#product #product_detail #product_navi ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#product #product_detail #product_navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  font-weight: 500;
}

#product #product_detail #product_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
}

#product #product_detail #product_navi ul li.pdf a {
  color: #000;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  #product #product_detail #product_navi ul li.pdf a:hover {
    opacity: 0.4;
  }
}

#product #product_detail #product_navi ul li.bland a {
  display: table;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul li.bland {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_navi ul li.bland {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_navi ul li.bland {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
}

#product #product_detail #product_navi ul li.bland + .pdf {
  margin-left: 6px;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul li.bland + .pdf {
    margin-left: 0;
  }
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_navi ul li.bland + .pdf {
    margin-left: 6px;
  }
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_navi ul li.bland + .pdf {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul li.pdf {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_navi ul li.pdf {
    width: 50%;
  }
}

#product #product_detail #product_navi ul li.pdf a {
  border: 1px #e0e0e0 solid;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#product #product_detail #product_navi ul li.pdf a span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  padding: 16px 10px;
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_navi ul li.pdf a span {
    padding: 15px 10px;
  }
}

#product #product_detail #product_navi ul li.pdf a span:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 80%;
  color: #1a6bae;
  position: relative;
  top: 1.5px;
  margin-right: 0.3em;
}

#product #product_detail #product_navi ul li.pdf a span:after {
  background: url(../media/images/common/icon_pdf.gif) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  font-size: 100%;
  height: 20px;
  width: 18px;
  margin-left: 1.6em;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul li.pdf a span:after {
    margin-left: auto;
  }
}

#product #product_detail #product_navi ul li.selfmedication {
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  #product #product_detail #product_navi ul li.selfmedication {
    max-width: 98px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  #product #product_detail #product_navi ul li.selfmedication {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_navi ul li.selfmedication {
    width: 50%;
  }
}

#product #product_detail #product_navi ul li.selfmedication a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#product #product_detail #product_navi ul li.selfmedication img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

#product #product_detail #product_buy {
  background-color: #ffeff0;
  padding: 1em 20px 1.15em;
  margin-top: 2.1em;
}

@media only screen and (max-width: 900px) {
  #product #product_detail #product_buy {
    padding: 1em 30px 1.15em;
    margin: 1.5em -30px 0;
  }
}

#product #product_detail #product_buy p strong {
  font-weight: 500;
}

#product #product_detail #product_buy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em -6px 0;
}

#product #product_detail #product_buy ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 6px;
}

#product #product_detail #product_buy ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fd777f;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd777f), to(#fd5f68));
  background: linear-gradient(to bottom, #fd777f 0%, #fd5f68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd777f", endColorstr="#fd5f68", GradientType=0);
  border: 1px #fd777f solid;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 8px 1em;
}

@media only screen and (min-width: 1025px) {
  #product #product_detail #product_buy ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #product #product_detail #product_buy ul li a:hover {
    background: #fff;
    color: #fc5f68;
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  #product #product_detail #product_buy ul li a {
    height: 50px;
  }
}

#product #product_detail .sp_bnr {
  margin: 1em 0;
}

@media print {
  #product #product_detail .sp_bnr {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  #product #product_detail .sp_bnr {
    display: none;
  }
}

#product #product_detail .sp_bnr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product #product_detail .sp_bnr ul li a {
  display: block;
}

#product #product_detail .col2_cont {
  margin-top: 3.125em;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail .col2_cont {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  #product #product_detail .col2_cont {
    margin-top: 2em;
  }
}

#product #product_detail .col2_cont #product_main {
  margin-bottom: -2em;
}

@media only screen and (max-width: 1024px) {
  #product #product_detail .col2_cont #product_main {
    margin-bottom: 0;
  }
}

/*                記事一覧
======================================================= */
.news_top .mod_cont + .mod_cont {
  margin-top: 2.5em;
}

.news_top .mod_cont h2:not(.not) {
  margin: 0;
}

.news_top .mod_cont .news_list dl {
  overflow: hidden;
}

.news_top .mod_cont .news_list dl dt {
  clear: left;
  color: #1a6bae;
  float: left;
  width: 110px;
  padding-top: 1.6em;
  padding-left: 1em;
}

@media only screen and (max-width: 640px) {
  .news_top .mod_cont .news_list dl dt {
    float: none;
    width: 86px;
    padding-left: 0;
  }
}

.news_top .mod_cont .news_list dl dt span {
  border-right: 1px #1d1d1d dotted;
  display: block;
  line-height: 1;
}

.news_top .mod_cont .news_list dl dd {
  border-bottom: 1px #cacaca dotted;
  font-size: 114.3%;
  float: left;
  width: 100%;
  padding: 1em 0 1em 130px;
  margin-left: -110px;
}

@media only screen and (max-width: 640px) {
  .news_top .mod_cont .news_list dl dd {
    position: relative;
    padding: 0.5em 0 1em 0;
    margin-left: 0;
  }
}

.news_top .mod_cont .news_list dl dd a {
  display: block;
}

.news_top .mod_cont .news_list dl dd a[href$=".pdf"] .icon:after {
  background-color: #e21607;
  border-radius: 4px;
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "  PDF";
  position: absolute;
  font-size: 100%;
  left: 100%;
  top: 0;
  white-space: pre;
  padding: 4px 10px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.news_top .mod_cont .news_list dl dd .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.15em 0 0.5em;
}

@media only screen and (max-width: 640px) {
  .news_top .mod_cont .news_list dl dd .icon_wrap {
    position: absolute;
    width: 100%;
    top: -1.2em;
    left: 96px;
    margin-left: 0.15em 0 0 0;
  }
}

.news_top .mod_cont .news_list dl dd .icon_wrap a {
  line-height: 1;
  margin: 0;
}

.news_top .mod_cont .news_list dl dd .pdf {
  background-color: #e21607;
  border-radius: 4px;
  color: #fff;
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 75%;
  top: 0;
  white-space: pre;
  padding: 5px 10px 4px;
  margin-left: 0.8em;
}

@media only screen and (max-width: 640px) {
  .news_top .mod_cont .news_list dl dd .pdf {
    font-size: 60%;
  }
}

.news_top .mod_cont .news_list dl dd .pdf:before {
  content: "";
  font-size: 100%;
  margin-right: 0.4em;
}

.news_top .mod_cont .news_list dl dd .icon {
  background-color: #ff715b;
  border-radius: 4px;
  color: #fff !important;
  display: block;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  padding: 4px 0 5px;
  max-width: 140px;
}

@media only screen and (max-width: 640px) {
  .news_top .mod_cont .news_list dl dd .icon {
    font-size: 60%;
  }
}

.news_top .mod_cont .news_list dl dd .icon.lite_green {
  background-color: #00c1ab;
}

.news_top .mod_cont .news_list dl dd .icon.orange {
  background-color: #ff9850;
}

.news_top .mod_cont .news_list dl dd .icon.blue {
  background-color: #00b3da;
}

.news_top .mod_cont .news_list dl dd .icon.green {
  background-color: #139044;
}

.news_top #archive_list {
  background-color: #f7f4ec;
  margin-top: 6em;
  padding: 3em 0;
}

.news_top #archive_list .list_wrap {
  overflow: hidden;
}

.news_top #archive_list .list_wrap > p {
  font-size: 171.4%;
}

.news_top #archive_list .list_wrap ul {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: -10px;
}

@media only screen and (max-width: 640px) {
  .news_top #archive_list .list_wrap ul {
    margin: 2em -1px -11px;
  }
}

.news_top #archive_list .list_wrap ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .news_top #archive_list .list_wrap ul li {
    border-bottom: 1px #c4c1bb dotted;
    width: 33.3333333%;
    text-align: center;
    padding-bottom: 1em;
  }
}

.news_top #archive_list .list_wrap ul li:last-child a {
  border-right: 1px #84827e solid;
}

.news_top #archive_list .list_wrap ul li a {
  border-left: 1px #84827e solid;
  color: #1a6bae;
  display: block;
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1;
  padding: 1px 1.2em 2px;
}

/*                記事詳細
======================================================= */
#news_detail #news_title {
  border-bottom: 1px #e2e2e2 solid;
  overflow: hidden;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

#news_detail #news_title p {
  font-size: 214.3%;
  float: left;
}

#news_detail #news_title .time {
  display: block;
  font-size: 85.7%;
  width: 9em;
  float: right;
  padding-top: 1.7em;
}

.mod_cont,
.product_cont,
.cke_editable {
  margin-bottom: 3em;
}

@media only screen and (max-width: 480px) {
  .mod_cont,
  .product_cont,
  .cke_editable {
    margin-bottom: 2em;
  }
}

.mod_cont strong,
.product_cont strong,
.cke_editable strong {
  font-weight: bold;
}

.mod_cont p + h2,
.mod_cont p + h3,
.mod_cont p + h4,
.mod_cont p + h5,
.mod_cont p + h6,
.mod_cont p + p,
.mod_cont p + img,
.mod_cont p + dl,
.mod_cont p + ul,
.mod_cont p + ol,
.mod_cont p + table,
.mod_cont p + .editor,
.mod_cont p + div,
.mod_cont ul + h2,
.mod_cont ul + h3,
.mod_cont ul + h4,
.mod_cont ul + h5,
.mod_cont ul + h6,
.mod_cont ul + p,
.mod_cont ul + img,
.mod_cont ul + dl,
.mod_cont ul + ul,
.mod_cont ul + ol,
.mod_cont ul + table,
.mod_cont ul + .editor,
.mod_cont ol + h2,
.mod_cont ol + h3,
.mod_cont ol + h4,
.mod_cont ol + h5,
.mod_cont ol + h6,
.mod_cont ol + img,
.mod_cont ol + dl,
.mod_cont ol + ul,
.mod_cont ol + ol,
.mod_cont ol + p,
.mod_cont ol + table,
.mod_cont ol + .editor,
.mod_cont dl + h2,
.mod_cont dl + h3,
.mod_cont dl + h4,
.mod_cont dl + h5,
.mod_cont dl + h6,
.mod_cont dl + img,
.mod_cont dl + p,
.mod_cont dl + ul,
.mod_cont dl + ol,
.mod_cont dl + table,
.mod_cont dl + .editor,
.mod_cont table + h2,
.mod_cont table + h3,
.mod_cont table + h4,
.mod_cont table + h5,
.mod_cont table + h6,
.mod_cont table + img,
.mod_cont table + p,
.mod_cont table + ul,
.mod_cont table + ol,
.mod_cont table + table,
.mod_cont table + .editor,
.mod_cont .editor + h2,
.mod_cont .editor + h3,
.mod_cont .editor + h4,
.mod_cont .editor + h5,
.mod_cont .editor + h6,
.mod_cont .editor + img,
.mod_cont .editor + dl,
.mod_cont .editor + p,
.mod_cont .editor + ul,
.mod_cont .editor + ol,
.mod_cont .editor + table,
.mod_cont .editor + .editor,
.mod_cont div + h2,
.mod_cont div + h3,
.mod_cont div + h4,
.mod_cont div + h5,
.mod_cont div + h6,
.mod_cont div + img,
.mod_cont div + dl,
.mod_cont div + p,
.mod_cont div + ul,
.mod_cont div + ol,
.mod_cont div + table,
.mod_cont div + .editor,
.mod_cont img + h2,
.mod_cont img + h3,
.mod_cont img + h4,
.mod_cont img + h5,
.mod_cont img + h6,
.mod_cont img + img,
.mod_cont img + dl,
.mod_cont img + p,
.mod_cont img + ul,
.mod_cont img + ol,
.mod_cont img + table,
.mod_cont img + .editor,
.product_cont p + h2,
.product_cont p + h3,
.product_cont p + h4,
.product_cont p + h5,
.product_cont p + h6,
.product_cont p + p,
.product_cont p + img,
.product_cont p + dl,
.product_cont p + ul,
.product_cont p + ol,
.product_cont p + table,
.product_cont p + .editor,
.product_cont p + div,
.product_cont ul + h2,
.product_cont ul + h3,
.product_cont ul + h4,
.product_cont ul + h5,
.product_cont ul + h6,
.product_cont ul + p,
.product_cont ul + img,
.product_cont ul + dl,
.product_cont ul + ul,
.product_cont ul + ol,
.product_cont ul + table,
.product_cont ul + .editor,
.product_cont ol + h2,
.product_cont ol + h3,
.product_cont ol + h4,
.product_cont ol + h5,
.product_cont ol + h6,
.product_cont ol + img,
.product_cont ol + dl,
.product_cont ol + ul,
.product_cont ol + ol,
.product_cont ol + p,
.product_cont ol + table,
.product_cont ol + .editor,
.product_cont dl + h2,
.product_cont dl + h3,
.product_cont dl + h4,
.product_cont dl + h5,
.product_cont dl + h6,
.product_cont dl + img,
.product_cont dl + p,
.product_cont dl + ul,
.product_cont dl + ol,
.product_cont dl + table,
.product_cont dl + .editor,
.product_cont table + h2,
.product_cont table + h3,
.product_cont table + h4,
.product_cont table + h5,
.product_cont table + h6,
.product_cont table + img,
.product_cont table + p,
.product_cont table + ul,
.product_cont table + ol,
.product_cont table + table,
.product_cont table + .editor,
.product_cont .editor + h2,
.product_cont .editor + h3,
.product_cont .editor + h4,
.product_cont .editor + h5,
.product_cont .editor + h6,
.product_cont .editor + img,
.product_cont .editor + dl,
.product_cont .editor + p,
.product_cont .editor + ul,
.product_cont .editor + ol,
.product_cont .editor + table,
.product_cont .editor + .editor,
.product_cont div + h2,
.product_cont div + h3,
.product_cont div + h4,
.product_cont div + h5,
.product_cont div + h6,
.product_cont div + img,
.product_cont div + dl,
.product_cont div + p,
.product_cont div + ul,
.product_cont div + ol,
.product_cont div + table,
.product_cont div + .editor,
.product_cont img + h2,
.product_cont img + h3,
.product_cont img + h4,
.product_cont img + h5,
.product_cont img + h6,
.product_cont img + img,
.product_cont img + dl,
.product_cont img + p,
.product_cont img + ul,
.product_cont img + ol,
.product_cont img + table,
.product_cont img + .editor,
.cke_editable p + h2,
.cke_editable p + h3,
.cke_editable p + h4,
.cke_editable p + h5,
.cke_editable p + h6,
.cke_editable p + p,
.cke_editable p + img,
.cke_editable p + dl,
.cke_editable p + ul,
.cke_editable p + ol,
.cke_editable p + table,
.cke_editable p + .editor,
.cke_editable p + div,
.cke_editable ul + h2,
.cke_editable ul + h3,
.cke_editable ul + h4,
.cke_editable ul + h5,
.cke_editable ul + h6,
.cke_editable ul + p,
.cke_editable ul + img,
.cke_editable ul + dl,
.cke_editable ul + ul,
.cke_editable ul + ol,
.cke_editable ul + table,
.cke_editable ul + .editor,
.cke_editable ol + h2,
.cke_editable ol + h3,
.cke_editable ol + h4,
.cke_editable ol + h5,
.cke_editable ol + h6,
.cke_editable ol + img,
.cke_editable ol + dl,
.cke_editable ol + ul,
.cke_editable ol + ol,
.cke_editable ol + p,
.cke_editable ol + table,
.cke_editable ol + .editor,
.cke_editable dl + h2,
.cke_editable dl + h3,
.cke_editable dl + h4,
.cke_editable dl + h5,
.cke_editable dl + h6,
.cke_editable dl + img,
.cke_editable dl + p,
.cke_editable dl + ul,
.cke_editable dl + ol,
.cke_editable dl + table,
.cke_editable dl + .editor,
.cke_editable table + h2,
.cke_editable table + h3,
.cke_editable table + h4,
.cke_editable table + h5,
.cke_editable table + h6,
.cke_editable table + img,
.cke_editable table + p,
.cke_editable table + ul,
.cke_editable table + ol,
.cke_editable table + table,
.cke_editable table + .editor,
.cke_editable .editor + h2,
.cke_editable .editor + h3,
.cke_editable .editor + h4,
.cke_editable .editor + h5,
.cke_editable .editor + h6,
.cke_editable .editor + img,
.cke_editable .editor + dl,
.cke_editable .editor + p,
.cke_editable .editor + ul,
.cke_editable .editor + ol,
.cke_editable .editor + table,
.cke_editable .editor + .editor,
.cke_editable div + h2,
.cke_editable div + h3,
.cke_editable div + h4,
.cke_editable div + h5,
.cke_editable div + h6,
.cke_editable div + img,
.cke_editable div + dl,
.cke_editable div + p,
.cke_editable div + ul,
.cke_editable div + ol,
.cke_editable div + table,
.cke_editable div + .editor,
.cke_editable img + h2,
.cke_editable img + h3,
.cke_editable img + h4,
.cke_editable img + h5,
.cke_editable img + h6,
.cke_editable img + img,
.cke_editable img + dl,
.cke_editable img + p,
.cke_editable img + ul,
.cke_editable img + ol,
.cke_editable img + table,
.cke_editable img + .editor {
  margin-top: 1em;
}

.mod_cont ul > li ul,
.mod_cont ul > li ol,
.mod_cont ol > li ul,
.mod_cont ol > li ol,
.product_cont ul > li ul,
.product_cont ul > li ol,
.product_cont ol > li ul,
.product_cont ol > li ol,
.cke_editable ul > li ul,
.cke_editable ul > li ol,
.cke_editable ol > li ul,
.cke_editable ol > li ol {
  margin-top: 0.3em;
}

.mod_cont ul > li ul li,
.mod_cont ul > li ol li,
.mod_cont ol > li ul li,
.mod_cont ol > li ol li,
.product_cont ul > li ul li,
.product_cont ul > li ol li,
.product_cont ol > li ul li,
.product_cont ol > li ol li,
.cke_editable ul > li ul li,
.cke_editable ul > li ol li,
.cke_editable ol > li ul li,
.cke_editable ol > li ol li {
  margin-left: 0.3em;
}

.mod_cont ul > li ul li table,
.mod_cont ul > li ol li table,
.mod_cont ol > li ul li table,
.mod_cont ol > li ol li table,
.product_cont ul > li ul li table,
.product_cont ul > li ol li table,
.product_cont ol > li ul li table,
.product_cont ol > li ol li table,
.cke_editable ul > li ul li table,
.cke_editable ul > li ol li table,
.cke_editable ol > li ul li table,
.cke_editable ol > li ol li table {
  margin: 1em 0 1.5em;
}

#comic.detail .mod_cont h1,
.mod_cont h2:not(.not),
#comic.detail .product_cont h1,
.product_cont h2:not(.not),
#comic.detail .cke_editable h1,
.cke_editable h2:not(.not) {
  border-bottom: 1px #e2e2e2 solid;
  font-size: 142.9%;
  font-weight: 400;
  position: relative;
  padding: 0.73em 0 0.73em 1em;
}

@media only screen and (min-width: 901px) {
  #comic.detail .mod_cont h1,
  .mod_cont h2:not(.not),
  #comic.detail .product_cont h1,
  .product_cont h2:not(.not),
  #comic.detail .cke_editable h1,
  .cke_editable h2:not(.not) {
    pointer-events: none;
  }
}

@media only screen and (max-width: 640px) {
  #comic.detail .mod_cont h1,
  .mod_cont h2:not(.not),
  #comic.detail .product_cont h1,
  .product_cont h2:not(.not),
  #comic.detail .cke_editable h1,
  .cke_editable h2:not(.not) {
    font-size: 141.7%;
    padding: 1em 0 1em 1em;
  }
}

@media only screen and (max-width: 400px) {
  #comic.detail .mod_cont h1,
  .mod_cont h2:not(.not),
  #comic.detail .product_cont h1,
  .product_cont h2:not(.not),
  #comic.detail .cke_editable h1,
  .cke_editable h2:not(.not) {
    font-size: 128.6%;
  }
}

#comic.detail .mod_cont h1:before,
#comic.detail .mod_cont h1:after,
.mod_cont h2:not(.not):before,
.mod_cont h2:not(.not):after,
#comic.detail .product_cont h1:before,
#comic.detail .product_cont h1:after,
.product_cont h2:not(.not):before,
.product_cont h2:not(.not):after,
#comic.detail .cke_editable h1:before,
#comic.detail .cke_editable h1:after,
.cke_editable h2:not(.not):before,
.cke_editable h2:not(.not):after {
  content: "";
  display: block;
  font-size: 100%;
  height: 50%;
  width: 4px;
  position: absolute;
  left: 0;
}

#comic.detail .mod_cont h1:before,
.mod_cont h2:not(.not):before,
#comic.detail .product_cont h1:before,
.product_cont h2:not(.not):before,
#comic.detail .cke_editable h1:before,
.cke_editable h2:not(.not):before {
  background-color: #1a6bae;
  top: 0;
}

#comic.detail .mod_cont h1:after,
.mod_cont h2:not(.not):after,
#comic.detail .product_cont h1:after,
.product_cont h2:not(.not):after,
#comic.detail .cke_editable h1:after,
.cke_editable h2:not(.not):after {
  background-color: #5e97c6;
  bottom: 0;
}

.mod_cont:last-child > h2,
.product_cont:last-child > h2,
.cke_editable:last-child > h2 {
  border-bottom: 1px #e2e2e2 solid;
}

.mod_cont:last-child > h2 + .aco_cont,
.product_cont:last-child > h2 + .aco_cont,
.cke_editable:last-child > h2 + .aco_cont {
  border-top: none;
}

.mod_cont > h2 + .aco_cont,
.product_cont > h2 + .aco_cont,
.cke_editable > h2 + .aco_cont {
  padding-top: 1.2em;
}

@media only screen and (max-width: 900px) {
  .mod_cont > h2,
  .product_cont > h2,
  .cke_editable > h2 {
    border-bottom: none;
  }

  .mod_cont > h2 span,
  .product_cont > h2 span,
  .cke_editable > h2 span {
    display: block;
    position: relative;
    padding-right: 3em;
  }

  .mod_cont > h2 span:after,
  .product_cont > h2 span:after,
  .cke_editable > h2 span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mod_cont > h2.active span:after,
  .product_cont > h2.active span:after,
  .cke_editable > h2.active span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

.mod_cont.top_border h2:not(.not),
.product_cont.top_border h2:not(.not),
.cke_editable.top_border h2:not(.not) {
  border-top: 1px #e2e2e2 solid;
}

.mod_cont h3,
.product_cont h3,
.cke_editable h3 {
  font-size: 128.6%;
}

.mod_cont h4,
.product_cont h4,
.cke_editable h4 {
  font-size: 114.3%;
}

.mod_cont h3,
.mod_cont h4,
.mod_cont h5,
.mod_cont h6,
.product_cont h3,
.product_cont h4,
.product_cont h5,
.product_cont h6,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.mod_cont li + li,
.product_cont li + li,
.cke_editable li + li {
  margin-top: 0.3em;
}

.mod_cont .circle li,
.product_cont .circle li,
.cke_editable .circle li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.mod_cont .circle li:before,
.product_cont .circle li:before,
.cke_editable .circle li:before {
  content: "●";
  color: #1a6bae;
  font-size: 100%;
  margin-right: 0.3em;
}

.mod_cont .diamond li:before,
.product_cont .diamond li:before,
.cke_editable .diamond li:before {
  content: "♦";
  color: #1a6bae;
  font-size: 100%;
  margin-right: 0.3em;
}

.mod_cont .link_arrow li,
.product_cont .link_arrow li,
.cke_editable .link_arrow li {
  font-weight: 400;
  margin-left: 0.8em;
  text-indent: -0.8em;
}

.mod_cont .link_arrow li:before,
.product_cont .link_arrow li:before,
.cke_editable .link_arrow li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  font-weight: bold;
  margin-right: 0.5em;
}

.mod_cont .link_arrow li.img_link,
.product_cont .link_arrow li.img_link,
.cke_editable .link_arrow li.img_link {
  margin-left: 0;
  text-indent: 0;
}

.mod_cont .link_arrow li.img_link:before,
.product_cont .link_arrow li.img_link:before,
.cke_editable .link_arrow li.img_link:before {
  display: none;
}

.mod_cont .link_arrow li.img_link a,
.product_cont .link_arrow li.img_link a,
.cke_editable .link_arrow li.img_link a {
  display: inline-block;
}

.mod_cont .disc > li,
.product_cont .disc > li,
.cke_editable .disc > li {
  margin-left: 1em;
  text-indent: -1em;
}

.mod_cont .disc > li:before,
.product_cont .disc > li:before,
.cke_editable .disc > li:before {
  content: "・";
  font-size: 100%;
}

.mod_cont dl.merit,
.product_cont dl.merit,
.cke_editable dl.merit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  width: 100%;
}

.mod_cont dl.merit + dl,
.product_cont dl.merit + dl,
.cke_editable dl.merit + dl {
  margin-top: 0.8em;
}

.mod_cont dl.merit dt,
.product_cont dl.merit dt,
.cke_editable dl.merit dt {
  background-color: #1a6bae;
  color: #fff;
  font-weight: 600;
  padding: 0.507em 1.972em;
}

.mod_cont dl.merit dd,
.product_cont dl.merit dd,
.cke_editable dl.merit dd {
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 1em;
}

.mod_cont .faq_cont,
.product_cont .faq_cont,
.cke_editable .faq_cont {
  margin-top: -0.8em;
}

.mod_cont .faq_cont dl,
.product_cont .faq_cont dl,
.cke_editable .faq_cont dl {
  border-bottom: 1px #cacaca dotted;
}

.mod_cont .faq_cont dl dt,
.mod_cont .faq_cont dl dd,
.product_cont .faq_cont dl dt,
.product_cont .faq_cont dl dd,
.cke_editable .faq_cont dl dt,
.cke_editable .faq_cont dl dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1.95em 0;
}

.mod_cont .faq_cont dl dt:before,
.mod_cont .faq_cont dl dd:before,
.product_cont .faq_cont dl dt:before,
.product_cont .faq_cont dl dd:before,
.cke_editable .faq_cont dl dt:before,
.cke_editable .faq_cont dl dd:before {
  font-family: "icomoon";
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  font-size: 250%;
  margin-right: 0.5em;
}

.mod_cont .faq_cont dl dt > span,
.mod_cont .faq_cont dl dd > span,
.product_cont .faq_cont dl dt > span,
.product_cont .faq_cont dl dd > span,
.cke_editable .faq_cont dl dt > span,
.cke_editable .faq_cont dl dd > span {
  display: block;
  max-width: 100%;
}

.mod_cont .faq_cont dl dt,
.product_cont .faq_cont dl dt,
.cke_editable .faq_cont dl dt {
  cursor: pointer;
  position: relative;
  padding-right: 2em;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .faq_cont dl dt > span,
  .product_cont .faq_cont dl dt > span,
  .cke_editable .faq_cont dl dt > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .mod_cont .faq_cont dl dt:hover > span,
  .product_cont .faq_cont dl dt:hover > span,
  .cke_editable .faq_cont dl dt:hover > span {
    color: #1a6bae;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .faq_cont dl dt,
  .product_cont .faq_cont dl dt,
  .cke_editable .faq_cont dl dt {
    padding-right: 3em;
  }
}

.mod_cont .faq_cont dl dt:before,
.product_cont .faq_cont dl dt:before,
.cke_editable .faq_cont dl dt:before {
  content: "";
  color: #1a6bae;
}

.mod_cont .faq_cont dl dt:after,
.product_cont .faq_cont dl dt:after,
.cke_editable .faq_cont dl dt:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 900px) {
  .mod_cont .faq_cont dl dt:after,
  .product_cont .faq_cont dl dt:after,
  .cke_editable .faq_cont dl dt:after {
    right: 20px;
  }
}

@media print {
  .mod_cont .faq_cont dl dt:after,
  .product_cont .faq_cont dl dt:after,
  .cke_editable .faq_cont dl dt:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

.mod_cont .faq_cont dl dt.active:after,
.product_cont .faq_cont dl dt.active:after,
.cke_editable .faq_cont dl dt.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.mod_cont .faq_cont dl dt > span,
.product_cont .faq_cont dl dt > span,
.cke_editable .faq_cont dl dt > span {
  font-weight: 400;
  font-size: 142.9%;
}

.mod_cont .faq_cont dl dd,
.product_cont .faq_cont dl dd,
.cke_editable .faq_cont dl dd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: block;
  height: 0;
  opacity: 1;
  position: relative;
  visibility: hidden;
  padding: 0;
}

@media print {
  .mod_cont .faq_cont dl dd,
  .product_cont .faq_cont dl dd,
  .cke_editable .faq_cont dl dd {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
    opacity: 1;
    padding: 1.95em 0;
    visibility: visible;
  }
}

.mod_cont .faq_cont dl dd.open,
.product_cont .faq_cont dl dd.open,
.cke_editable .faq_cont dl dd.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  opacity: 1;
  padding: 1.95em 0;
  visibility: visible;
}

.mod_cont .faq_cont dl dd:before,
.product_cont .faq_cont dl dd:before,
.cke_editable .faq_cont dl dd:before {
  content: "";
  color: #fd5f68;
  float: left;
  width: 35px;
}

.mod_cont .faq_cont dl dd > .dd_in,
.mod_cont .faq_cont dl dd > span,
.product_cont .faq_cont dl dd > .dd_in,
.product_cont .faq_cont dl dd > span,
.cke_editable .faq_cont dl dd > .dd_in,
.cke_editable .faq_cont dl dd > span {
  display: block;
  overflow: hidden;
  padding-top: 0.4em;
  padding-right: 15px;
}

.mod_cont .faq_cont dl dd > .dd_in:before,
.mod_cont .faq_cont dl dd > .dd_in:after,
.mod_cont .faq_cont dl dd > span:before,
.mod_cont .faq_cont dl dd > span:after,
.product_cont .faq_cont dl dd > .dd_in:before,
.product_cont .faq_cont dl dd > .dd_in:after,
.product_cont .faq_cont dl dd > span:before,
.product_cont .faq_cont dl dd > span:after,
.cke_editable .faq_cont dl dd > .dd_in:before,
.cke_editable .faq_cont dl dd > .dd_in:after,
.cke_editable .faq_cont dl dd > span:before,
.cke_editable .faq_cont dl dd > span:after {
  border-top: 1px #cacaca dotted;
  content: "";
  display: block;
  font-size: 100%;
  width: 100%;
  height: 1px;
  position: absolute;
}

.mod_cont .faq_cont dl dd > .dd_in:before,
.mod_cont .faq_cont dl dd > span:before,
.product_cont .faq_cont dl dd > .dd_in:before,
.product_cont .faq_cont dl dd > span:before,
.cke_editable .faq_cont dl dd > .dd_in:before,
.cke_editable .faq_cont dl dd > span:before {
  top: 0;
}

.mod_cont .faq_cont dl dd > .dd_in:after,
.mod_cont .faq_cont dl dd > span:after,
.product_cont .faq_cont dl dd > .dd_in:after,
.product_cont .faq_cont dl dd > span:after,
.cke_editable .faq_cont dl dd > .dd_in:after,
.cke_editable .faq_cont dl dd > span:after {
  top: 2px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .faq_cont dl dd > .dd_in > div,
  .mod_cont .faq_cont dl dd > span > div,
  .product_cont .faq_cont dl dd > .dd_in > div,
  .product_cont .faq_cont dl dd > span > div,
  .cke_editable .faq_cont dl dd > .dd_in > div,
  .cke_editable .faq_cont dl dd > span > div {
    float: none !important;
  }
}

.mod_cont .faq_cont dl dd + dt,
.product_cont .faq_cont dl dd + dt,
.cke_editable .faq_cont dl dd + dt {
  border-top: 1px #cacaca dotted;
}

.mod_cont .faq_cont dl dd img,
.product_cont .faq_cont dl dd img,
.cke_editable .faq_cont dl dd img {
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .faq_cont dl dd img,
  .product_cont .faq_cont dl dd img,
  .cke_editable .faq_cont dl dd img {
    float: none !important;
    margin: 0 auto 1em;
  }
}

.mod_cont .faq_cont dl dd p + p,
.product_cont .faq_cont dl dd p + p,
.cke_editable .faq_cont dl dd p + p {
  margin-top: 0;
}

.mod_cont .movie_col2,
.product_cont .movie_col2,
.cke_editable .movie_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px -16px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .movie_col2.sp_col1 {
    display: block;
  }

  .mod_cont .movie_col2.sp_col1 .movie_cont {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
  }

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

  .mod_cont .movie_col2.sp_col1 .movie_cont + .movie_cont {
    margin-top: 15px;
  }
}

.mod_cont .movie_col2.reverse,
.product_cont .movie_col2.reverse,
.cke_editable .movie_col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mod_cont .movie_col2 .movie_cont,
.product_cont .movie_col2 .movie_cont,
.cke_editable .movie_col2 .movie_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}

.mod_cont .movie_col2 .movie_cont a,
.product_cont .movie_col2 .movie_cont a,
.cke_editable .movie_col2 .movie_cont a {
  width: 100%;
}

.mod_cont .movie_col2.none,
.product_cont .movie_col2.none,
.cke_editable .movie_col2.none {
  margin-bottom: 0;
}

.mod_cont .movie_cont a,
.product_cont .movie_cont a,
.cke_editable .movie_cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.mod_cont .movie_cont .img_wrap,
.product_cont .movie_cont .img_wrap,
.cke_editable .movie_cont .img_wrap {
  position: relative;
}

.mod_cont .movie_cont .img_wrap img,
.product_cont .movie_cont .img_wrap img,
.cke_editable .movie_cont .img_wrap img {
  width: 100%;
}

.mod_cont .movie_cont .img_wrap:before,
.product_cont .movie_cont .img_wrap:before,
.cke_editable .movie_cont .img_wrap:before {
  background: rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}

.mod_cont .movie_cont .img_wrap:after,
.product_cont .movie_cont .img_wrap:after,
.cke_editable .movie_cont .img_wrap:after {
  content: "";
  background: url(../media/images/common/movie_play.png) no-repeat center center;
  background-size: contain;
  display: block;
  font-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 70%;
  z-index: 3;
}

.mod_cont .movie_cont .cap,
.product_cont .movie_cont .cap,
.cke_editable .movie_cont .cap {
  font-size: 107.1%;
  font-weight: 400;
  margin-top: 0.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .movie_cont,
  .product_cont .movie_cont,
  .cke_editable .movie_cont {
    text-align: center;
    padding: 0 20px;
  }

  .mod_cont .movie_cont a img,
  .product_cont .movie_cont a img,
  .cke_editable .movie_cont a img {
    margin: 0 auto;
  }

  .mod_cont .movie_cont .cap,
  .product_cont .movie_cont .cap,
  .cke_editable .movie_cont .cap {
    text-align: left;
  }
}

.mod_cont .product_contact,
.product_cont .product_contact,
.cke_editable .product_contact {
  margin-top: 2.5em;
}

.mod_cont .product_contact h3,
.product_cont .product_contact h3,
.cke_editable .product_contact h3 {
  border-bottom: 1px #cacaca dotted;
  font-weight: 400;
  font-size: 128.6%;
  padding-bottom: 0.8em;
  margin-bottom: 1.3em;
}

.mod_cont .product_contact .contact_wrap,
.product_cont .product_contact .contact_wrap,
.cke_editable .product_contact .contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .product_contact .contact_wrap,
  .product_cont .product_contact .contact_wrap,
  .cke_editable .product_contact .contact_wrap {
    display: block;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set,
.product_cont .product_contact .contact_wrap .contact_set,
.cke_editable .product_contact .contact_wrap .contact_set {
  width: 50%;
  padding: 0 8px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .product_contact .contact_wrap .contact_set,
  .product_cont .product_contact .contact_wrap .contact_set,
  .cke_editable .product_contact .contact_wrap .contact_set {
    width: auto;
  }

  .mod_cont .product_contact .contact_wrap .contact_set + .contact_set,
  .product_cont .product_contact .contact_wrap .contact_set + .contact_set,
  .cke_editable .product_contact .contact_wrap .contact_set + .contact_set {
    border-top: 1px #cacaca dotted;
    padding-top: 2em;
    margin-top: 2.5em;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set h4,
.product_cont .product_contact .contact_wrap .contact_set h4,
.cke_editable .product_contact .contact_wrap .contact_set h4 {
  font-weight: 400;
  margin-bottom: 1em;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area,
.product_cont .product_contact .contact_wrap .contact_set .form_area,
.cke_editable .product_contact .contact_wrap .contact_set .form_area {
  border-radius: 4px;
  text-align: center;
  padding: 30px;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area h5,
.product_cont .product_contact .contact_wrap .contact_set .form_area h5,
.cke_editable .product_contact .contact_wrap .contact_set .form_area h5 {
  font-weight: 400;
  font-size: 128.6%;
  margin-bottom: 1em;
}

@media only screen and (max-width: 380px) {
  .mod_cont .product_contact .contact_wrap .contact_set .form_area h5,
  .product_cont .product_contact .contact_wrap .contact_set .form_area h5,
  .cke_editable .product_contact .contact_wrap .contact_set .form_area h5 {
    font-size: 107.1%;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form {
  background-color: #334b5e;
  /* button {
    width: 60px;
    font-size: $fontS20;
    &:before{
      @include fa;
      content: "\f002";
      color: #68696a;
    }
  } */
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form h5,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form h5,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form h5 {
  color: #fff;
  margin-bottom: 1.8em;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form .input_wrap,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form .input_wrap,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form .input_wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form button.search_btn,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form button.search_btn,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form button.search_btn {
  background-color: #1a6bae;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 0 8px 8px 0;
  z-index: 2;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form button.search_btn:before,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form button.search_btn:before,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form button.search_btn:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "";
  font-size: 100%;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form #s_box3,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form #s_box3,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form #s_box3 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form #s_box3 .label,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form #s_box3 .label,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form #s_box3 .label {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.form input,
.product_cont .product_contact .contact_wrap .contact_set .form_area.form input,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.form input {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: 100%;
  height: 60px;
  font-size: 114.3%;
  padding: 1em;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.tel,
.product_cont .product_contact .contact_wrap .contact_set .form_area.tel,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.tel {
  background-color: #f7f9fa;
  border: 2px #d2d7dc solid;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no,
.product_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.tel .tel_no {
  border-bottom: 1px #1a6bae dotted;
  color: #1a6bae;
  display: table;
  font-size: 328.4%;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 0.3em;
}

@media only screen and (max-width: 380px) {
  .mod_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no,
  .product_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no,
  .cke_editable .product_contact .contact_wrap .contact_set .form_area.tel .tel_no {
    font-size: 257.1%;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no a,
.product_cont .product_contact .contact_wrap .contact_set .form_area.tel .tel_no a,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.tel .tel_no a {
  color: #1a6bae;
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area.tel .sup,
.product_cont .product_contact .contact_wrap .contact_set .form_area.tel .sup,
.cke_editable .product_contact .contact_wrap .contact_set .form_area.tel .sup {
  color: #1a6bae;
  font-weight: 400;
  margin-top: 0.8em;
}

@media only screen and (max-width: 380px) {
  .mod_cont .product_contact .contact_wrap .contact_set .form_area.tel .sup,
  .product_cont .product_contact .contact_wrap .contact_set .form_area.tel .sup,
  .cke_editable .product_contact .contact_wrap .contact_set .form_area.tel .sup {
    font-size: 71.4%;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .form_area + p,
.product_cont .product_contact .contact_wrap .contact_set .form_area + p,
.cke_editable .product_contact .contact_wrap .contact_set .form_area + p {
  font-size: 85.7%;
  margin-top: 0.5em;
}

.mod_cont .product_contact .contact_wrap .contact_set .frequently_faq,
.product_cont .product_contact .contact_wrap .contact_set .frequently_faq,
.cke_editable .product_contact .contact_wrap .contact_set .frequently_faq {
  background-color: #fcfbf7;
  border: 1px #e4e1d7 solid;
  padding: 21px 38px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .product_contact .contact_wrap .contact_set .frequently_faq,
  .product_cont .product_contact .contact_wrap .contact_set .frequently_faq,
  .cke_editable .product_contact .contact_wrap .contact_set .frequently_faq {
    padding: 20px 30px;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li,
.product_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li,
.cke_editable .product_contact .contact_wrap .contact_set .frequently_faq ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 107.1%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li:before,
.product_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li:before,
.cke_editable .product_contact .contact_wrap .contact_set .frequently_faq ul li:before {
  font-family: "icomoon";
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 210%;
  margin-right: 12px;
}

.mod_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li + li,
.product_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li + li,
.cke_editable .product_contact .contact_wrap .contact_set .frequently_faq ul li + li {
  border-top: 1px #cacaca dotted;
  padding-top: 6px;
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li + li,
  .product_cont .product_contact .contact_wrap .contact_set .frequently_faq ul li + li,
  .cke_editable .product_contact .contact_wrap .contact_set .frequently_faq ul li + li {
    padding-top: 12px;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .frequently_faq a,
.product_cont .product_contact .contact_wrap .contact_set .frequently_faq a,
.cke_editable .product_contact .contact_wrap .contact_set .frequently_faq a {
  background-color: #1a6bae;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 121.4%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  margin-top: 12px;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .product_contact .contact_wrap .contact_set .frequently_faq a:hover,
  .product_cont .product_contact .contact_wrap .contact_set .frequently_faq a:hover,
  .cke_editable .product_contact .contact_wrap .contact_set .frequently_faq a:hover {
    opacity: 0.4;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi,
.product_cont .product_contact .contact_wrap .contact_set .link_navi,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi {
  background-color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 30px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .product_contact .contact_wrap .contact_set .link_navi,
  .product_cont .product_contact .contact_wrap .contact_set .link_navi,
  .cke_editable .product_contact .contact_wrap .contact_set .link_navi {
    display: block;
    padding: 10px 20px;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .mod_cont .product_contact .contact_wrap .contact_set .link_navi ul,
  .product_cont .product_contact .contact_wrap .contact_set .link_navi ul,
  .cke_editable .product_contact .contact_wrap .contact_set .link_navi ul {
    width: auto;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul + ul,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul + ul,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul + ul {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .product_contact .contact_wrap .contact_set .link_navi ul + ul,
  .product_cont .product_contact .contact_wrap .contact_set .link_navi ul + ul,
  .cke_editable .product_contact .contact_wrap .contact_set .link_navi ul + ul {
    border-top: 1px #1a6bae dotted;
    margin: 0;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li:before,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li:before,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li + li,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li + li,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li + li {
  margin: 0;
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li + li a,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li + li a,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li + li a {
  border-top: 1px #1a6bae dotted;
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li a,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li a,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  padding: 6px 0 6px 20px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li a,
  .product_cont .product_contact .contact_wrap .contact_set .link_navi ul li a,
  .cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li a {
    padding: 12px 0 12px 20px;
  }
}

.mod_cont .product_contact .contact_wrap .contact_set .link_navi ul li a span,
.product_cont .product_contact .contact_wrap .contact_set .link_navi ul li a span,
.cke_editable .product_contact .contact_wrap .contact_set .link_navi ul li a span {
  color: #cc0000;
  display: inline-block;
}

.mod_cont ul.indent > li,
.product_cont ul.indent > li,
.cke_editable ul.indent > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.mod_cont ul.indent > li > ul > li,
.product_cont ul.indent > li > ul > li,
.cke_editable ul.indent > li > ul > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.mod_cont ul.indent > li > ul > li table,
.product_cont ul.indent > li > ul > li table,
.cke_editable ul.indent > li > ul > li table {
  margin-left: -2.5em;
}

.mod_cont ul.indent table,
.product_cont ul.indent table,
.cke_editable ul.indent table {
  margin-left: 0;
  text-indent: 0;
}

.mod_cont .border_cont,
.product_cont .border_cont,
.cke_editable .border_cont {
  border: 2px #1a6bae solid;
  border-radius: 4px;
  position: relative;
  min-height: 180px;
}

.mod_cont .border_cont.img_none,
.product_cont .border_cont.img_none,
.cke_editable .border_cont.img_none {
  min-height: 1px !important;
}

@media only screen and (min-width: 641px) {
  .mod_cont .border_cont.img_none,
  .product_cont .border_cont.img_none,
  .cke_editable .border_cont.img_none {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .border_cont.img_none h3,
  .product_cont .border_cont.img_none h3,
  .cke_editable .border_cont.img_none h3 {
    padding-left: 0;
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .border_cont,
  .product_cont .border_cont,
  .cke_editable .border_cont {
    padding: 20px 20px 20px 180px;
  }

  #condition.detail .mod_cont .border_cont,
  #condition.detail .product_cont .border_cont,
  #condition.detail .cke_editable .border_cont {
    padding: 20px 20px 20px 260px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 640px) {
  #condition.detail .mod_cont .border_cont,
  #condition.detail .product_cont .border_cont,
  #condition.detail .cke_editable .border_cont {
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .border_cont,
  .product_cont .border_cont,
  .cke_editable .border_cont {
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .border_cont,
  .product_cont .border_cont,
  .cke_editable .border_cont {
    padding: 15px;
  }
}

#condition.detail .mod_cont .border_cont,
#condition.detail .product_cont .border_cont,
#condition.detail .cke_editable .border_cont {
  min-height: 260px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .border_cont .sp_flex,
  .product_cont .border_cont .sp_flex,
  .cke_editable .border_cont .sp_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod_cont .border_cont .sp_flex .img,
.product_cont .border_cont .sp_flex .img,
.cke_editable .border_cont .sp_flex .img {
  overflow: hidden;
  position: relative;
  width: 140px;
  height: 140px;
}

@media only screen and (min-width: 641px) {
  .mod_cont .border_cont .sp_flex .img,
  .product_cont .border_cont .sp_flex .img,
  .cke_editable .border_cont .sp_flex .img {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .border_cont .sp_flex .img,
  .product_cont .border_cont .sp_flex .img,
  .cke_editable .border_cont .sp_flex .img {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .border_cont .sp_flex .img,
  .product_cont .border_cont .sp_flex .img,
  .cke_editable .border_cont .sp_flex .img {
    width: 60px;
    height: 60px;
  }
}

#condition.detail .mod_cont .border_cont .sp_flex .img,
#condition.detail .product_cont .border_cont .sp_flex .img,
#condition.detail .cke_editable .border_cont .sp_flex .img {
  width: 220px;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #condition.detail .mod_cont .border_cont .sp_flex .img,
  #condition.detail .product_cont .border_cont .sp_flex .img,
  #condition.detail .cke_editable .border_cont .sp_flex .img {
    width: 40%;
    height: auto;
    position: relative;
  }
}

.mod_cont .border_cont .sp_flex .img img,
.product_cont .border_cont .sp_flex .img img,
.cke_editable .border_cont .sp_flex .img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#condition.detail .mod_cont .border_cont .sp_flex .img img,
#condition.detail .product_cont .border_cont .sp_flex .img img,
#condition.detail .cke_editable .border_cont .sp_flex .img img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 640px) {
  #condition.detail .mod_cont .border_cont .sp_flex .img img,
  #condition.detail .product_cont .border_cont .sp_flex .img img,
  #condition.detail .cke_editable .border_cont .sp_flex .img img {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mod_cont .border_cont h3,
.product_cont .border_cont h3,
.cke_editable .border_cont h3 {
  font-size: 142.9%;
  font-weight: 500;
}

@media only screen and (min-width: 641px) {
  .mod_cont .border_cont h3,
  .product_cont .border_cont h3,
  .cke_editable .border_cont h3 {
    border-bottom: 1px #cacaca dotted;
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .border_cont h3,
  .product_cont .border_cont h3,
  .cke_editable .border_cont h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-left: 1em;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .border_cont h3,
  .product_cont .border_cont h3,
  .cke_editable .border_cont h3 {
    font-size: 114.3%;
  }
}

.mod_cont .editor img,
.mod_cont.editor img,
.product_cont .editor img,
.product_cont.editor img,
.cke_editable .editor img,
.cke_editable.editor img {
  height: auto !important;
  margin: 0 auto;
}

.mod_cont .editor h3 + p,
.mod_cont.editor h3 + p,
.product_cont .editor h3 + p,
.product_cont.editor h3 + p,
.cke_editable .editor h3 + p,
.cke_editable.editor h3 + p {
  margin-top: 1em;
}

.mod_cont ul.num,
.mod_cont ol.num,
.product_cont ul.num,
.product_cont ol.num,
.cke_editable ul.num,
.cke_editable ol.num {
  counter-reset: number 0;
}

.mod_cont ul.num > li:before,
.mod_cont ol.num > li:before,
.product_cont ul.num > li:before,
.product_cont ol.num > li:before,
.cke_editable ul.num > li:before,
.cke_editable ol.num > li:before {
  font-size: 100%;
  counter-increment: number 1;
  content: counter(number) ". ";
}

.mod_cont ul > li > ul,
.mod_cont ol > li > ul,
.product_cont ul > li > ul,
.product_cont ol > li > ul,
.cke_editable ul > li > ul,
.cke_editable ol > li > ul {
  margin-left: 2em;
}

.partition {
  margin: 3em 0;
}

@media only screen and (max-width: 640px) {
  .partition {
    margin: 2em 0 2em;
  }

  .partition.sp_none:before {
    display: none;
  }

  .partition.sp_hide {
    display: none;
  }
}

.partition:before {
  border-top: 1px #cacaca dotted;
  content: "";
  display: block;
  font-size: 100%;
  height: 1px;
  width: 100%;
}

.partition.dot:before {
  border-top-style: dotted;
}

.partition.solid:before {
  border-top-style: solid;
}

.partition.dash:before {
  border-top-style: dashed;
}

.partition.mb1 {
  margin: 1em 0;
}

.partition.mb2 {
  margin-top: 2em;
}

.partition.mb3 {
  margin-top: 3em;
}

@media only screen and (min-width: 641px) {
  .partition.inner {
    padding: 0 18px;
  }
}

ul.anchor li,
ol.anchor li {
  font-weight: 400;
  margin-left: 1em;
  text-indent: -1em;
}

ul.anchor li:before,
ol.anchor li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  margin-right: 0.5em;
}

@media only screen and (max-width: 900px) {
  .anchor_navi + .product_cont h2:not(.not) {
    border-top: 1px #e2e2e2 solid;
  }
}

@media only screen and (max-width: 900px) {
  .product_cont,
  .cke_editable:not(.none) {
    margin-bottom: 0 !important;
  }

  .product_cont .aco_cont,
  .cke_editable:not(.none) .aco_cont {
    display: none;
    padding-bottom: 3em;
  }

  .product_cont + .product_cont,
  .cke_editable:not(.none) + .product_cont {
    margin-top: -1px;
  }

  .product_cont > h2:not(.not),
  .cke_editable:not(.none) > h2:not(.not) {
    border-right: 1px #e2e2e2 solid;
  }

  .product_cont:first-child h2:not(.not),
  .cke_editable:not(.none):first-child h2:not(.not) {
    border-top: 1px #e2e2e2 solid;
  }

  .product_cont .mod_cont + .link_arrow,
  .cke_editable:not(.none) .mod_cont + .link_arrow {
    border-top: 1px #e2e2e2 solid;
    padding-top: 1em;
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 901px) {
  .product_cont .aco_cont,
  .cke_editable:not(.none) .aco_cont {
    display: block !important;
  }
}

@media only screen and (max-width: 900px) {
  .product_cont.not_aco,
  .cke_editable:not(.none).not_aco {
    margin-top: 3em;
  }

  .product_cont.not_aco > h2:not(.not),
  .cke_editable:not(.none).not_aco > h2:not(.not) {
    border-right: none;
  }
}

.product_cont.not_aco > h2,
.cke_editable:not(.none).not_aco > h2 {
  pointer-events: none;
}

.product_cont.not_aco > h2 span:after,
.cke_editable:not(.none).not_aco > h2 span:after {
  display: none;
}

.product_cont.not_aco > h2 + .aco_cont,
.cke_editable:not(.none).not_aco > h2 + .aco_cont {
  display: block !important;
}

.product_cont table,
.cke_editable:not(.none) table {
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
}

.product_cont table caption,
.cke_editable:not(.none) table caption {
  display: none;
}

.product_cont table tr th,
.product_cont table tr td,
.cke_editable:not(.none) table tr th,
.cke_editable:not(.none) table tr td {
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  font-weight: 400;
  padding: 0.8em 1.5em;
}

.product_cont table tr th,
.cke_editable:not(.none) table tr th {
  background-color: #1a6bae;
  color: #fff;
  word-break: keep-all;
}

.product_cont table tr td,
.cke_editable:not(.none) table tr td {
  /* &:first-child{
    max-width: 240px;
  } */
}

.mod_cont {
  /* 旧サイトから流用 */
}

.mod_cont dt,
.mod_cont dd,
.mod_cont li,
.mod_cont th,
.mod_cont td,
.mod_cont p {
  line-height: 1.8;
}

.mod_cont img.float.img_left {
  margin-right: 1em;
}

.mod_cont img.float.img_right {
  margin-right: 1em;
}

@media only screen and (max-width: 640px) {
  .mod_cont img.float {
    float: none !important;
    margin: 0 auto !important;
  }
}

.mod_cont.title {
  margin-bottom: 0.8em;
}

.mod_cont._jsAco {
  margin-bottom: 0;
}

@media only screen and (min-width: 641px) {
  .mod_cont._jsAco {
    pointer-events: none;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont._jsAco {
    border-right: 1px #e2e2e2 solid;
  }

  .mod_cont._jsAco h2:not(.not) {
    margin-bottom: 0;
  }
}

.mod_cont._jsAco h2 span:after {
  font-size: 100%;
}

@media only screen and (min-width: 641px) {
  .mod_cont._jsAco h2 span:after {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont._jsAco:first-of-type {
    border-top: 1px #e2e2e2 solid;
  }
}

.mod_cont._jsAco.active h2 span:after {
  -webkit-transform: translateY(-0.5em) rotate(-180deg);
  transform: translateY(-0.5em) rotate(-180deg);
}

@media only screen and (max-width: 640px) {
  .mod_cont._jsAco.active + div + ._jsAco {
    border-top: 1px #e2e2e2 solid;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont._jsAco + .mod_cont {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont._jsAco + .mod_cont {
    padding-top: 1em;
    display: none;
    margin-top: 0;
  }
}

.mod_cont .gray {
  color: #666666;
}

.mod_cont .fs70 {
  font-size: 70% !important;
}

.mod_cont .fs75 {
  font-size: 75% !important;
}

.mod_cont .fs80 {
  font-size: 80% !important;
}

.mod_cont .fs85 {
  font-size: 85% !important;
}

.mod_cont .w338 {
  width: 338px !important;
}

.mod_cont .w170 {
  width: 170px !important;
}

.mod_cont .w180 {
  width: 180px !important;
}

.mod_cont h2:not(.not) {
  margin-bottom: 0.8em;
}

.mod_cont .bg_title {
  background: #c00000;
  color: #fff;
  display: table;
  padding: 0.5em 1em;
}

.mod_cont.strong_box > p {
  font-size: 114.3%;
  font-weight: 500;
  margin-bottom: 1em;
}

@media only screen and (max-width: 900px) {
  .mod_cont.strong_box > p {
    border-top: none;
  }
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box > p {
    font-size: 100%;
  }
}

.mod_cont.strong_box .bg_cont {
  background: #e6eff6;
  padding: 2.5em 3em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box .bg_cont {
    padding: 2em 20px;
    margin: 0 -20px 1em;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.strong_box .bg_cont {
    padding: em 15px 0;
  }
}

.mod_cont.strong_box .bg_cont a {
  display: block;
}

.mod_cont.strong_box .bg_cont h1 {
  font-size: 185.7%;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .mod_cont.strong_box .bg_cont h1 {
    font-size: 142.9%;
  }
}

.mod_cont.strong_box .bg_cont p {
  font-size: 128.6%;
  margin-top: 0.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont.strong_box .bg_cont p {
    font-size: 114.3%;
  }
}

.mod_cont.strong_box dl.onair {
  font-size: 114.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box dl.onair {
    font-size: 100%;
  }
}

.mod_cont.strong_box dl.onair dt,
.mod_cont.strong_box dl.onair dd {
  font-weight: 400;
}

.mod_cont.strong_box dl.onair dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.mod_cont.strong_box .info {
  border-top: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
  padding: 1.2em 0 2em;
  margin: 1.2em 0 3em;
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box .info {
    border-bottom: none;
    padding: 1.2em 0 0;
    margin: 1.2em 0 0;
  }
}

.mod_cont.strong_box .info .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.3em auto 0;
}

.mod_cont.strong_box .info .img_wrap.img1 {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod_cont.strong_box .info .img_wrap.img1 .img_set {
  text-align: center;
  margin: 0 auto;
}

.mod_cont.strong_box .info .img_wrap.img1 .img_set + .img_set {
  margin-top: 1.5em;
}

.mod_cont.strong_box .info .img_wrap.img2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.3em -10px -20px;
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box .info .img_wrap.img2 {
    display: block;
  }
}

.mod_cont.strong_box .info .img_wrap.img2 .img_set {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .mod_cont.strong_box .info .img_wrap.img2 .img_set {
    width: 100%;
  }
}

.mod_cont.strong_box .info .img_wrap img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 640px) {
  .mod_cont.strong_box .info .img_wrap .cap {
    text-align: left;
  }
}

.mod_cont.strong_box .info .read {
  margin-top: 2em;
}

.mod_cont.strong_box .info .read p + p {
  margin-top: 1.5em;
}

.mod_cont.gallery .gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px -26px;
  padding-bottom: 2em;
}

@media only screen and (max-width: 900px) {
  .mod_cont.gallery .gallery_wrap.sp_slider {
    margin: 0 -40px 0;
    padding-left: 50px;
  }

  .mod_cont.gallery .gallery_wrap.sp_slider .gallery_set {
    margin-bottom: 0;
  }

  .mod_cont.gallery .gallery_wrap.sp_slider .slick-arrow.prev {
    left: 10px;
  }

  .mod_cont.gallery .gallery_wrap.sp_slider .slick-arrow.next {
    right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.gallery .gallery_wrap.sp_slider .slick-arrow {
    margin-top: -1.5em;
  }

  .mod_cont.gallery .gallery_wrap.sp_slider .slick-arrow.prev {
    left: 15px;
  }

  .mod_cont.gallery .gallery_wrap.sp_slider .slick-arrow.next {
    right: 15px;
  }
}

.mod_cont.gallery .gallery_wrap .gallery_set {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 900px) {
  .mod_cont.gallery .gallery_wrap .gallery_set {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .mod_cont.gallery .gallery_wrap .gallery_set {
    width: 100%;
  }
}

.mod_cont.gallery .gallery_wrap .gallery_set .img_wrap img {
  margin: 0 auto;
}

.mod_cont.gallery .gallery_wrap .gallery_set p {
  text-align: center;
  margin-top: 0.3em;
}

.mod_cont.gallery .gallery_wrap .slick-dots {
  bottom: 10px;
}

.mod_cont.gallery .gallery_wrap .slick-dots li + li {
  margin-top: 0;
}

.mod_cont.gallery .gallery_wrap.left .set_in {
  display: table;
  margin: 0 auto;
}

.mod_cont.gallery .gallery_wrap.left .gallery_set p {
  text-align: left;
}

.mod_cont.gallery.img1 .gallery_wrap {
  display: block;
}

.mod_cont.gallery.img1 .gallery_wrap .gallery_set {
  width: 100%;
}

.mod_cont.gallery.img3 .gallery_wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mod_cont.gallery.img3 .gallery_wrap .gallery_set {
  width: 33.3333333%;
}

.mod_cont.prof .prof_wrap:after {
  content: "";
  clear: both;
  display: block;
  font-size: 100%;
}

.mod_cont.prof .prof_wrap h3 {
  font-size: 128.6%;
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap h3 {
    margin-bottom: 0.8em;
  }
}

.mod_cont.prof .prof_wrap h3 span {
  display: inline-block;
}

.mod_cont.prof .prof_wrap h3 span:first-child {
  margin-right: 1em;
}

.mod_cont.prof .prof_wrap.img h3,
.mod_cont.prof .prof_wrap.img .prof_info {
  float: right;
  width: 100%;
  padding-left: 320px;
  margin-left: -300px;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap.img h3,
  .mod_cont.prof .prof_wrap.img .prof_info {
    float: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
  }
}

.mod_cont.prof .prof_wrap .prof_img {
  width: 300px;
  float: left;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap .prof_img {
    float: none;
    margin: 0 auto 1em;
  }
}

.mod_cont.prof .prof_wrap .prof_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mod_cont.prof .prof_wrap .prof_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod_cont.prof .prof_wrap .prof_info p + p {
  margin-top: 1.5em;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap .prof_info p + p {
    margin-top: 1em;
  }
}

.mod_cont.prof .prof_wrap .prof_info a {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .mod_cont.prof .prof_wrap .prof_info a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap .prof_info a {
    display: block;
  }
}

.mod_cont.prof .prof_wrap.right.img h3,
.mod_cont.prof .prof_wrap.right.img .prof_info {
  float: left;
  padding-left: 0;
  margin-left: 0;
  padding-right: 320px;
  margin-right: -300px;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap.right.img h3,
  .mod_cont.prof .prof_wrap.right.img .prof_info {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
}

.mod_cont.prof .prof_wrap.right .prof_img {
  float: right;
}

@media only screen and (max-width: 800px) {
  .mod_cont.prof .prof_wrap.right .prof_img {
    float: none;
  }
}

.mod_cont h3 + .img_cont {
  margin-top: 1em;
}

.mod_cont .img_cont {
  overflow: hidden;
}

.mod_cont .img_cont + h3 {
  margin-top: 2em;
}

.mod_cont .img_cont.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_cont.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mod_cont .img_cont.reverse .img {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_cont.imgtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mod_cont .img_cont.imgtop .img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_cont.imgbtm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mod_cont .img_cont.imgbtm .img {
    margin-top: 1em;
  }
}

.mod_cont .img_cont.around {
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.mod_cont .img_cont.around:after {
  content: "";
  clear: both;
  display: block;
  font-size: 100%;
}

.mod_cont .img_cont.around .mod_title {
  width: 48%;
  margin-top: 1em;
}

.mod_cont .img_cont.around .mod_title:first-child {
  margin-top: 0;
}

.mod_cont .img_cont.around .img_wrap {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  max-width: 50%;
}

.mod_cont .img_cont.around .img_wrap p.cap {
  margin-top: 0.5em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_cont.around .img_wrap {
    max-width: 100% !important;
  }
}

.mod_cont .img_cont.around .img_wrap + h3,
.mod_cont .img_cont.around .img_wrap + p {
  margin-top: 0;
}

.mod_cont .img_cont.around.reverse .img_wrap {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}

.mod_cont .img_cont .img_wrap img {
  display: block;
  margin: 0 auto;
}

.mod_cont .img_cont .img_wrap .cap_title {
  font-weight: bold;
  font-size: 85.7%;
}

.mod_cont .img_cont .img_wrap .cap_title + .cap {
  margin-top: 0;
}

.mod_cont .img_cont .img_wrap .link,
.mod_cont .img_cont .img_wrap .cap {
  font-size: 78.6%;
  margin-top: 0.8em;
}

#corporate.history .mod_cont .img_cont .img_wrap .link,
#corporate.history .mod_cont .img_cont .img_wrap .cap {
  font-size: 85.7%;
}

.mod_cont .img_cont .img_wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod_cont .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
}

.mod_cont .flex + .flex {
  margin-top: 2em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.mod_cont .flex:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex:first-child {
    margin-bottom: 0;
  }
}

.mod_cont .flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_cont .flex .flex_cont {
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 20px;
}

.mod_cont .flex .flex_cont.harf {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont.harf {
    width: auto;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .flex .flex_cont.txt {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}

.mod_cont .flex .flex_cont.txt h3 {
  font-size: 114.3%;
  color: #1a6bae;
  margin-bottom: 0.5em;
}

.mod_cont .flex .flex_cont.txt img {
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont.txt img {
    float: none !important;
    margin: 0 auto 1em;
  }
}

.mod_cont .flex .flex_cont.img {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont.img {
    max-width: 100%;
  }

  .mod_cont .flex .flex_cont.img img {
    margin: 0 auto;
  }

  .mod_cont .flex .flex_cont.img .img_wrap {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont {
    padding: 0;
    margin-bottom: 0;
  }

  .mod_cont .flex .flex_cont + .flex_cont {
    margin: 1em 0 0;
  }
}

.mod_cont .flex .flex_cont table th {
  width: auto;
}

.mod_cont .flex .flex_cont h3,
.mod_cont .flex .flex_cont h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.mod_cont .flex .flex_cont .table_title {
  padding: 0.8em 0.8em;
}

.mod_cont .flex .flex_cont .table_title h3,
.mod_cont .flex .flex_cont .table_title h4 {
  margin-bottom: 0;
}

.mod_cont .flex .flex_cont .img {
  background: #fafafa;
  float: left;
  padding-right: 1.5em;
  margin-bottom: 0.5em;
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex .flex_cont .img {
    max-width: 40%;
  }
}

.mod_cont .flex .flex_cont .img.right {
  float: right;
  margin-right: 0;
  padding-left: 1.5em;
  padding-right: 0;
}

.mod_cont .flex .flex_cont .img img {
  display: block;
}

.mod_cont .flex.title_col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod_cont .flex.title_col .flex_cont {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex.title_col .flex_cont {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .flex.text .flex_cont {
    width: 100%;
  }

  .mod_cont .flex.text .flex_cont + .flex_cont {
    margin-top: 1em;
  }
}

.mod_cont.flex .flex_cont + .flex_cont {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .mod_cont.flex .flex_cont + .flex_cont {
    margin-top: 18px;
  }
}

.mod_cont .bg_cont {
  background: #f5ecd9 url(../media/images/common/texture01.gif) repeat left top;
  border-radius: 4px;
  overflow: hidden;
  padding: 19px 32px;
}

.mod_cont .bg_cont.ama {
  background: #f5f1ec;
  border-radius: 10px;
  color: #814c0e;
  text-align: center;
  padding: 35px 1em;
}

@media only screen and (max-width: 480px) {
  .mod_cont .bg_cont.ama {
    padding: 20px 1em;
  }
}

.mod_cont .bg_cont.ama p {
  font-size: 142.9%;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .mod_cont .bg_cont.ama p {
    font-size: 121.4%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .bg_cont {
    padding: 15px 18px;
  }
}

.mod_cont .bg_cont h2 {
  border: none;
  padding: 0;
  margin: 0;
}

.mod_cont .bg_cont h2:before,
.mod_cont .bg_cont h2:after {
  content: "";
  display: none;
}

.mod_cont .bg_cont img {
  float: right;
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .bg_cont img {
    float: none !important;
    margin: 0 auto 1em;
  }
}

.mod_cont .bg_cont .mod_cont {
  overflow: hidden;
  margin: 0;
}

@media only screen and (min-width: 641px) {
  .mod_cont.sp_aco .bg_cont ._jsAco {
    pointer-events: none;
  }

  .mod_cont.sp_aco .bg_cont .mod_cont {
    display: block !important;
    height: auto !important;
    border-bottom: none;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.sp_aco {
    border-right: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 0;
  }

  .mod_cont.sp_aco .bg_cont {
    padding: 0;
  }

  .mod_cont.sp_aco .bg_cont .title {
    background-color: #fff !important;
    color: #000;
    min-height: 1px;
    padding: 1em 0 1em 1em !important;
    margin-bottom: 0;
  }

  .mod_cont.sp_aco .bg_cont .title span {
    display: block;
    text-align: left;
    position: relative;
    padding: 0 3em 0 0;
  }

  .mod_cont.sp_aco .bg_cont .title span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mod_cont.sp_aco .bg_cont .active .title span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }

  .mod_cont.sp_aco .bg_cont .normal_title,
  .mod_cont.sp_aco .bg_cont .pyon_title,
  .mod_cont.sp_aco .bg_cont .holiday_title {
    display: block;
    margin: 0;
  }

  .mod_cont.sp_aco .bg_cont .normal_title:before,
  .mod_cont.sp_aco .bg_cont .pyon_title:before,
  .mod_cont.sp_aco .bg_cont .holiday_title:before {
    display: none;
  }

  .mod_cont.sp_aco .bg_cont .normal_title .title,
  .mod_cont.sp_aco .bg_cont .pyon_title .title,
  .mod_cont.sp_aco .bg_cont .holiday_title .title {
    font-size: 141.7%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) and (max-width: 400px) {
  .mod_cont.sp_aco .bg_cont .normal_title .title,
  .mod_cont.sp_aco .bg_cont .pyon_title .title,
  .mod_cont.sp_aco .bg_cont .holiday_title .title {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.sp_aco .bg_cont .normal_title .title:before,
  .mod_cont.sp_aco .bg_cont .normal_title .title:after,
  .mod_cont.sp_aco .bg_cont .pyon_title .title:before,
  .mod_cont.sp_aco .bg_cont .pyon_title .title:after,
  .mod_cont.sp_aco .bg_cont .holiday_title .title:before,
  .mod_cont.sp_aco .bg_cont .holiday_title .title:after {
    content: "";
    display: block;
    font-size: 100%;
    height: 50%;
    width: 4px;
    position: absolute;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.sp_aco .bg_cont .normal_title .title:before,
  .mod_cont.sp_aco .bg_cont .pyon_title .title:before,
  .mod_cont.sp_aco .bg_cont .holiday_title .title:before {
    background-color: #1a6bae;
    top: 1px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.sp_aco .bg_cont .normal_title .title:after,
  .mod_cont.sp_aco .bg_cont .pyon_title .title:after,
  .mod_cont.sp_aco .bg_cont .holiday_title .title:after {
    background-color: #5e97c6;
    bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.sp_aco .bg_cont .mod_cont {
    display: none;
    padding: 15px;
  }
}

.mod_cont .pyon_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.mod_cont .pyon_title:before {
  background: url(../media/images/common/pyon_title.png) no-repeat left top;
  background-size: contain;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  position: relative;
  z-index: 2;
  width: 85px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .pyon_title:before {
    height: 63px;
    width: 63px;
  }
}

.mod_cont .pyon_title .title {
  color: #8c764d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 142.9%;
  position: relative;
  z-index: 1;
  padding: 13px 0;
  margin-left: -24px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .pyon_title .title {
    font-size: 107.1%;
    padding: 8px 0;
  }
}

.mod_cont .pyon_title .title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1em 0 40px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .pyon_title .title span {
    padding: 0 1em 0 34px;
  }
}

.mod_cont .normal_title {
  margin-bottom: 10px;
}

.mod_cont .normal_title .title {
  color: #8c764d;
  font-size: 142.9%;
}

@media only screen and (max-width: 480px) {
  .mod_cont .normal_title .title {
    font-size: 107.1%;
  }
}

.mod_cont .normal_title .title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 1em;
}

@media only screen and (max-width: 480px) {
  .mod_cont .normal_title .title span {
    padding: 8px 1em;
  }
}

.mod_cont .holiday_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.mod_cont .holiday_title:before {
  background: url(../media/images/common/holiday_icon.png) no-repeat left top;
  background-size: contain;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  position: relative;
  z-index: 2;
  width: 85px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .holiday_title:before {
    height: 63px;
    width: 63px;
  }
}

.mod_cont .holiday_title .title {
  color: #8c764d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 142.9%;
  position: relative;
  z-index: 1;
  min-height: 85px;
  padding: 2px 0 10px;
  margin-left: -85px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .holiday_title .title {
    font-size: 107.1%;
    padding: 8px 0;
  }
}

.mod_cont .holiday_title .title span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1em 0 100px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .holiday_title .title span {
    padding: 0 1em 0 34px;
  }
}

.mod_cont .sp_imgcont:after {
  content: "";
  clear: both;
  display: block;
  font-size: 100%;
}

.mod_cont .sp_imgcont p {
  display: inline-block;
  float: left;
}

.mod_cont .sp_imgcont .right {
  float: right;
}

.mod_cont table.va_top th,
.mod_cont table.va_top td {
  vertical-align: top;
}

.mod_cont table.tblLine th,
.mod_cont table.tblLine td {
  padding: 1em 1.5em;
}

.mod_cont table.tblLine th {
  word-break: keep-all;
}

.mod_cont table caption {
  display: none;
}

.mod_cont table tr th,
.mod_cont table tr td {
  padding: 0.2em 0;
}

.mod_cont table tr td {
  padding-left: 1em;
}

.mod_cont table tr td.d_colon {
  position: relative;
}

.mod_cont table tr td.d_colon:before {
  content: ":";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0.2em;
}

.mod_cont table tr td img {
  margin: 0 auto;
}

.mod_cont .border_table table {
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
}

.mod_cont .border_table table th,
.mod_cont .border_table table td {
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  font-weight: 400;
  padding: 1em 1em;
}

.mod_cont .color_table table {
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
}

.mod_cont .color_table table.tblLine th,
.mod_cont .color_table table.tblLine td {
  padding: 1em 1.5em;
}

.mod_cont .color_table table tr th,
.mod_cont .color_table table tr td {
  border-bottom: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  font-weight: 400;
  padding: 1em 1em;
}

.mod_cont .color_table table tr th strong,
.mod_cont .color_table table tr td strong {
  font-weight: 400;
}

.mod_cont .color_table table tr th.bg_red,
.mod_cont .color_table table tr td.bg_red {
  background-color: #fc0d1b;
}

.mod_cont .color_table table tr th.bg_none,
.mod_cont .color_table table tr th.product_name,
.mod_cont .color_table table tr td.bg_none,
.mod_cont .color_table table tr td.product_name {
  background: none;
  color: #000;
}

.mod_cont .color_table table tr th.product_cat02,
.mod_cont .color_table table tr th.bg_navy,
.mod_cont .color_table table tr td.product_cat02,
.mod_cont .color_table table tr td.bg_navy {
  background-color: #18375c;
}

.mod_cont .color_table table tr th {
  background-color: #1a6bae;
  color: #fff;
  min-width: 7.5em;
}

.mod_cont .color_table table tr td strong {
  color: #fc0d1b;
  font-weight: normal;
}

.mod_cont .table_wrap {
  overflow-y: hidden !important;
}

@media only screen and (min-width: 801px) {
  .mod_cont .table_wrap {
    overflow: hidden !important;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .mod_cont .table_wrap {
    overflow-x: auto;
  }
}

.mod_cont .table_wrap table {
  table-layout: fixed;
  width: 100%;
}

.mod_cont .table_wrap table th {
  max-width: 15em;
}

.mod_cont .table_wrap table th + td {
  width: 75%;
}

@media only screen and (max-width: 800px) {
  .mod_cont .table_wrap table {
    width: 800px;
  }
}

.mod_cont.sup .sup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px -26px;
}

@media only screen and (max-width: 800px) {
  .mod_cont.sup .sup_wrap {
    display: block;
    margin: 0;
  }
}

.mod_cont.sup .sup_wrap .sup_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 26px;
  padding: 0 13px;
}

@media only screen and (min-width: 801px) {
  .mod_cont.sup .sup_wrap .sup_set.half {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1;
    flex: 1 1 1;
  }
}

@media only screen and (max-width: 800px) {
  .mod_cont.sup .sup_wrap .sup_set {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .mod_cont.sup .sup_wrap .sup_set + .sup_set {
    margin-top: 15px;
  }
}

.mod_cont.sup .sup_wrap .sup_set .sup_set_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #e0e0e0 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em 1.5em;
}

.mod_cont.sup .sup_wrap .sup_set .sup_set_wrap p {
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin: 0;
}

.mod_cont.sup .sup_wrap .sup_set .sup_set_wrap img {
  margin-right: 10px;
}

.mod_cont.bnr .bnr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -19px -15px;
}

.mod_cont.bnr .bnr_wrap .bnr_set {
  padding: 0 19px;
  margin-bottom: 15px;
}

.mod_cont.bnr .bnr_wrap .bnr_set.brand_bnr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.mod_cont.bnr .bnr_wrap .bnr_set.brand_bnr a {
  width: 199px;
}

@media only screen and (max-width: 900px) {
  .mod_cont.bnr .bnr_wrap .bnr_set.brand_bnr a {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont.bnr .bnr_wrap .bnr_set.brand_bnr a {
    width: 100%;
  }
}

@media only screen and (min-width: 901px) {
  .mod_cont.bnr .bnr_wrap .bnr_set.brand_bnr a span:first-child {
    width: 119px;
    padding: 0 5px;
    margin-top: -0.5px;
  }
}

.mod_cont.link li:before,
.mod_cont .link li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 80%;
  color: #1a6bae;
  display: inline-block;
  margin-right: 0.3em;
}

.mod_cont.link li a,
.mod_cont .link li a {
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .mod_cont.link .flex,
  .mod_cont .link .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mod_cont.link .flex li,
.mod_cont .link .flex li {
  padding: 0 10px;
}

.mod_cont.link .flex li + li,
.mod_cont .link .flex li + li {
  margin-top: 0;
}

.mod_cont .sp_aco_img {
  overflow: hidden;
}

@media only screen and (min-width: 641px) {
  .mod_cont .sp_aco_img {
    border-bottom: 1px #cacaca dotted;
    padding-bottom: 1.5em;
  }
}

.mod_cont .sp_aco_img h3 {
  float: left;
}

@media only screen and (max-width: 640px) {
  .mod_cont .sp_aco_img h3 {
    border: 1px #e2e2e2 solid;
    float: none;
    position: relative;
    padding: 1.2em 2em 1.5em 15px;
    margin-bottom: 0;
  }

  .mod_cont .sp_aco_img h3:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mod_cont .sp_aco_img h3.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

.mod_cont .sp_aco_img .aco_cont {
  clear: left;
}

@media only screen and (min-width: 641px) {
  .mod_cont .sp_aco_img .aco_cont {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .sp_aco_img .aco_cont {
    overflow: hidden;
    display: none;
    border-bottom: 1px #cacaca solid;
    padding: 1em 0 2em;
  }
}

.mod_cont .sp_aco_img .aco_cont .img_wrap {
  float: right;
  width: 200px;
  margin-left: 2em;
}

.mod_cont .sp_aco_img .aco_cont .img_wrap img {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .mod_cont .sp_aco_img .aco_cont .img_wrap {
    width: 150px;
    margin-left: 1em;
  }

  .mod_cont .sp_aco_img .aco_cont .img_wrap img {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .sp_aco_img .aco_cont .img_wrap {
    width: 100px;
  }
}

.mod_cont .sp_aco_img .aco_cont p {
  clear: left;
  overflow: hidden;
  margin-top: 0;
}

@media only screen and (min-width: 641px) {
  .mod_cont .sp_aco_img + .sp_aco_img {
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .sp_aco_img + .sp_aco_img h3 {
    border-top: none;
  }
}

.mod_cont .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .img_list {
    display: block;
    margin: 0;
  }
}

.mod_cont .img_list .list_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .img_list .list_set {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .img_list .list_set {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mod_cont .img_list .list_set + .list_set a {
    border-top: none;
  }
}

.mod_cont .img_list a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px #e2e2e2 solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  padding: 14px;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .img_list a:hover {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .img_list a {
    border-radius: 0;
  }
}

.mod_cont .img_list img {
  width: 100%;
  opacity: 1;
}

.mod_cont .img_list p {
  font-size: 128.6%;
  font-weight: 500;
  position: relative;
  width: 100%;
  line-height: 1.5;
  padding-right: 1.5em;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .img_list p {
    font-size: 121.4%;
  }
}

.mod_cont .img_list p:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  display: block;
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mod_cont .thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 18px;
  margin: 0 -9px -18px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list {
    padding: 0;
    margin: 0 -10px -20px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list {
    margin: 0 -5px -10px;
  }
}

.mod_cont .thumb_list.not_pad,
.mod_cont .thumb_list.not_padding {
  padding: 0;
}

.mod_cont .thumb_list.one_third .list_set {
  width: 33.3333333%;
}

.mod_cont .thumb_list.wide .list_set {
  width: 100%;
}

.mod_cont .thumb_list.link .list_set h3:after {
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  margin-left: 10px;
}

.mod_cont .thumb_list .list_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .thumb_list .list_set {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .mod_cont .thumb_list .list_set a {
    color: #000;
  }

  .mod_cont .thumb_list .list_set a:hover {
    opacity: 0.4;
  }
}

.mod_cont .thumb_list .list_set > a,
.mod_cont .thumb_list .list_set .not_link,
.mod_cont .thumb_list .list_set .list_wrap {
  border: 1px #e2e2e2 solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 21px 29px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set > a,
  .mod_cont .thumb_list .list_set .not_link,
  .mod_cont .thumb_list .list_set .list_wrap {
    display: block;
    padding: 22px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set > a,
  .mod_cont .thumb_list .list_set .not_link,
  .mod_cont .thumb_list .list_set .list_wrap {
    padding: 11px 10px;
  }
}

.mod_cont .thumb_list .list_set .not_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod_cont .thumb_list .list_set .not_link .text h3 {
  padding-right: 0;
}

.mod_cont .thumb_list .list_set .not_link .text h3:before,
.mod_cont .thumb_list .list_set .not_link .text h3:after {
  content: "";
  display: none;
  font-size: 100%;
}

.mod_cont .thumb_list .list_set .not_link .text p a {
  border: none;
  display: inline-block;
  padding: 0;
}

.mod_cont .thumb_list .list_set .thumb {
  width: 140px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .thumb {
    width: auto;
  }

  .mod_cont .thumb_list .list_set .thumb img {
    width: auto;
    margin: 0 auto;
  }
}

.mod_cont .thumb_list .list_set .thumb img {
  border-radius: 4px;
  opacity: 1;
}

.mod_cont .thumb_list .list_set .thumb + .text {
  padding-top: 16px;
  padding-left: 24px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .thumb + .text {
    padding-left: 0;
  }
}

.mod_cont .thumb_list .list_set .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.mod_cont .thumb_list .list_set .text p.sub_title + h3 {
  margin-top: 0;
}

.mod_cont .thumb_list .list_set .text h3 {
  background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 2px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 142.9%;
  font-weight: 500;
  position: relative;
  padding-right: 1em;
  padding-bottom: 16px;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .text h3 {
    padding-bottom: 10px;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set .text h3 {
    font-size: 107.1%;
  }
}

.mod_cont .thumb_list .list_set .text h3:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  display: block;
  font-weight: bold;
  font-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -8px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .text h3:before {
    margin-top: -3px;
  }
}

.mod_cont .thumb_list .list_set .text p {
  line-height: 1.7;
  /*letter-spacing: -0.1em;*/
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set .text p {
    font-size: 85.7%;
  }
}

.mod_cont .thumb_list .list_set .text p span {
  display: block;
  font-weight: normal;
}

.mod_cont .thumb_list .list_set .list_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .list_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.mod_cont .thumb_list .list_set .list_wrap .thumb {
  width: 130px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .list_wrap .thumb {
    width: 110px !important;
  }
}

.mod_cont .thumb_list .list_set .list_wrap .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 0 !important;
  padding-left: 24px;
}

.mod_cont .thumb_list .list_set .list_wrap .text h3 {
  color: #1a6bae;
  font-size: 128.6%;
  font-weight: bold;
  padding-right: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list .list_set .list_wrap .text h3 {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set .list_wrap .text h3 {
    font-size: 107.1% !important;
  }
}

.mod_cont .thumb_list .list_set .list_wrap .text h3:before {
  display: none;
}

.mod_cont .thumb_list .list_set .list_wrap .text p {
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list .list_set .list_wrap .thumb {
    width: 70px !important;
  }

  .mod_cont .thumb_list .list_set .list_wrap .text {
    padding-left: 12px;
  }

  .mod_cont .thumb_list .list_set .list_wrap .text h3 {
    font-size: 121.4%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list.vertical .list_set {
    width: 100%;
    margin-bottom: 0;
  }

  .mod_cont .thumb_list.vertical .list_set + .list_set {
    margin-top: 10px;
  }
}

.mod_cont .thumb_list.vertical .list_set a,
.mod_cont .thumb_list.vertical .list_set .list_wrap {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .thumb_list.vertical .list_set a:hover {
    opacity: 0.4;
  }
}

.mod_cont .thumb_list.vertical .list_set .list_wrap .thumb + .text {
  padding-top: 16px !important;
}

.mod_cont .thumb_list.vertical .list_set .thumb {
  width: auto;
}

.mod_cont .thumb_list.vertical .list_set .thumb img {
  width: 100%;
}

.mod_cont .thumb_list.vertical .list_set .text {
  padding-left: 0;
}

.mod_cont .thumb_list.vertical .list_set .text > h3 {
  background: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.mod_cont .thumb_list.vertical .list_set .text > h3 + p {
  background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 2px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 1em;
}

.mod_cont .thumb_list.vertical .list_set .text p:first-child {
  font-weight: 500;
  line-height: 1.4;
}

.mod_cont .thumb_list.vertical .list_set .text p + h3 {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .mod_cont .thumb_list.sp_collapse .list_set {
    width: 100%;
    margin-bottom: 0;
  }

  .mod_cont .thumb_list.sp_collapse .list_set + .list_set a,
  .mod_cont .thumb_list.sp_collapse .list_set + .list_set .not_link {
    border-top: none;
  }

  .mod_cont .thumb_list.sp_collapse .list_set a,
  .mod_cont .thumb_list.sp_collapse .list_set .not_link {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .thumb {
    width: 140px;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .thumb + .text {
    padding-top: 5px;
    padding-left: 24px;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .text h3 {
    font-size: 142.9%;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .text p {
    font-size: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list.sp_collapse .list_set .thumb {
    width: 80px;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .text {
    padding-left: 12px;
  }

  .mod_cont .thumb_list.sp_collapse .list_set .text h3 {
    font-size: 121.4%;
  }
}

.mod_cont .thumb_list.not_border {
  margin-bottom: -30px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list.not_border {
    margin-bottom: -20px;
  }
}

.mod_cont .thumb_list.not_border .list_set {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .thumb_list.not_border .list_set {
    margin-bottom: 20px;
  }
}

.mod_cont .thumb_list.not_border .list_set a {
  border: none;
  padding: 0;
}

.mod_cont .thumb_list.img_circle {
  padding: 0;
}

.mod_cont .thumb_list.img_circle .thumb img {
  border-radius: 50%;
}

.mod_cont .img_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_link {
    margin: 0 -5px -18px;
  }
}

.mod_cont .img_link .img_set {
  width: 25%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 800px) {
  .mod_cont .img_link .img_set {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .img_link .img_set {
    padding: 0 5px;
    margin-bottom: 18px;
  }
}

.mod_cont .img_link .img_set a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .img_link .img_set a:hover {
    opacity: 0.4;
  }
}

.mod_cont .img_link .img_set img {
  border-radius: 4px;
}

.mod_cont .img_link .img_set p {
  margin-top: 8px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .img_link .img_set p {
    font-size: 85.7%;
  }
}

.mod_cont .ub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.mod_cont .ub_list.bt li:first-of-type a {
  border-top: 1px #1a6bae dotted;
}

@media only screen and (min-width: 641px) {
  .mod_cont .ub_list.bt.col2 li:nth-child(2) a {
    border-top: 1px #1a6bae dotted;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .ub_list.bt.col3 li:nth-child(2) a {
    border-top: 1px #1a6bae dotted;
  }
}

@media only screen and (min-width: 1025px) {
  .mod_cont .ub_list.bt.col3 li:nth-child(3) a {
    border-top: 1px #1a6bae dotted;
  }
}

.mod_cont .ub_list.col1 {
  display: block;
}

.mod_cont .ub_list.col2 li {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .mod_cont .ub_list.col2 li {
    width: 100%;
  }
}

.mod_cont .ub_list.col3 li {
  width: 33.3333333%;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .ub_list.col3 li {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .ub_list.col3 li {
    width: 100%;
  }
}

.mod_cont .ub_list.col4 li {
  width: 25%;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .ub_list.col4 li {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .ub_list.col4 li {
    width: 100%;
  }
}

.mod_cont .ub_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 9px;
}

.mod_cont .ub_list li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mod_cont .ub_list li + li {
  margin-top: 0;
}

.mod_cont .ub_list a {
  border-bottom: 1px #1a6bae dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  padding: 6px 0 6px 20px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .ub_list a {
    padding: 12px 0 12px 20px;
  }
}

.mod_cont .ub_list a span {
  color: #cc0000;
  display: inline-block;
}

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

.mod_cont .reco_cont {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .reco_cont {
    margin: 0 -10px -20px;
  }
}

.mod_cont .reco_cont .cont_set {
  padding: 0 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .reco_cont .cont_set {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
  }
}

.mod_cont .reco_cont a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .reco_cont a:hover {
    opacity: 0.4;
  }
}

.mod_cont .reco_cont a .img_wrap {
  border: 1px #e2e2e2 solid;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.mod_cont .reco_cont a .img_wrap img {
  width: 100%;
  opacity: 1;
}

.mod_cont .reco_cont a p {
  text-align: center;
  margin-top: 0.8em;
}

.mod_cont .cm_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}

.mod_cont .cm_gallery .gallery_set {
  width: 33.3333333%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .cm_gallery .gallery_set {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .cm_gallery .gallery_set {
    width: 100%;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap {
  border: 1px #e2e2e2 solid;
  border-radius: 5px;
  text-align: center;
  padding: 29px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap {
    padding: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap {
    text-align: left;
    padding: 11px;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap > a {
  display: block;
  text-decoration: none;
  position: relative;
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap > a:before {
  content: "";
  background: url(../media/images/common/movie_play.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 70%;
  z-index: 2;
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap > a .icon {
  display: block;
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap > a .icon.new {
  background-color: #fc5f68;
  border-bottom-left-radius: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  padding: 11px 0;
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap > a .icon.new {
    font-size: 71.4%;
    width: 50px;
    padding: 7px 0;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap .info {
  padding-top: 20px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap .info {
    padding-top: 12px;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap .info h2 {
  font-size: 142.9%;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap .info h2 {
    font-size: 107.1%;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap .info p {
  font-size: 114.3%;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap .info p {
    font-size: 100%;
    margin-top: 6px;
  }
}

.mod_cont .cm_gallery .gallery_set .gallery_wrap .info .bnr_set {
  margin: 15px auto 0;
}

@media only screen and (max-width: 480px) {
  .mod_cont .cm_gallery .gallery_set .gallery_wrap .info .bnr_set {
    margin: 10px auto 0;
  }
}

@media only screen and (min-width: 801px) {
  .mod_cont .cm_gallery .gallery_set:first-of-type {
    width: 100%;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap > a {
    width: 56%;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: left;
    padding-top: 0;
    padding-left: 30px;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap .info h2 {
    font-size: 171.4%;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap .info p {
    font-size: 142.9%;
    margin-top: 20px;
  }

  .mod_cont .cm_gallery .gallery_set:first-of-type .gallery_wrap .info .bnr_set {
    margin: 30px 0 0;
  }
}

.mod_cont .enjoy_cont {
  padding: 0 18px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .enjoy_cont {
    padding: 0;
  }
}

.mod_cont .enjoy_cont + .enjoy_cont {
  margin-top: 18px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont + .enjoy_cont {
    margin-top: 10px;
  }
}

.mod_cont .enjoy_cont a {
  text-decoration: none;
}

.mod_cont .enjoy_cont a img {
  opacity: 1;
}

@media only screen and (min-width: 1025px) {
  .mod_cont .enjoy_cont a:hover {
    opacity: 0.4;
  }
}

.mod_cont .enjoy_cont a.cont_wrap .info h3:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -6px;
}

.mod_cont .enjoy_cont .cont_wrap {
  border: 1px #e2e2e2 solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 29px 29px 0;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .enjoy_cont .cont_wrap {
    padding: 20px 20px 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont .cont_wrap {
    display: block;
    padding: 10px;
  }
}

.mod_cont .enjoy_cont .cont_wrap .img {
  width: 33.3333333%;
  padding: 0 29px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .enjoy_cont .cont_wrap .img {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont .cont_wrap .img {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont .cont_wrap .img {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont .cont_wrap .img img {
    width: 100%;
  }
}

.mod_cont .enjoy_cont .cont_wrap .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 16px;
}

.mod_cont .enjoy_cont .cont_wrap .info h3 {
  border-bottom: 1px #646464 dotted;
  font-size: 142.9%;
  font-weight: 500;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .enjoy_cont .cont_wrap .info h3 {
    font-size: 121.4%;
  }
}

.mod_cont h2 + .conversation {
  margin-top: 2em;
}

.mod_cont .conversation + .conversation {
  margin-top: 3em;
}

.mod_cont .conversation .conversation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .conversation .conversation_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
}

.mod_cont .conversation .conversation_wrap .conversation_set {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 5px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .conversation .conversation_wrap .conversation_set {
    padding: 0 10px;
    display: block;
  }
}

.mod_cont .conversation .conversation_wrap .conversation_set.usako {
  color: #e67e22;
}

.mod_cont .conversation .conversation_wrap .conversation_set.yakuzaishi {
  color: #3498db;
}

.mod_cont .conversation .conversation_wrap .conversation_set .img {
  width: 190px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .img {
    width: 160px;
  }
}

@media only screen and (max-width: 800px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .img {
    width: 150px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .img {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .img img {
    width: 100%;
  }
}

.mod_cont .conversation .conversation_wrap .conversation_set .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 2em;
}

@media only screen and (max-width: 800px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .txt {
    padding-left: 1em;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .txt {
    padding-left: 0;
    margin-top: 0.5em;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .conversation .conversation_wrap .conversation_set .txt {
    font-size: 85.7%;
  }
}

.mod_cont .conversation .commentary {
  border: 1px #1a6bae solid;
  border-radius: 4px;
  padding: 1em 1.5em;
  margin-top: 1.5em;
}

.mod_cont .conversation .commentary dl dt {
  font-weight: 500;
}

.mod_cont .iframe {
  position: relative;
  padding-bottom: 40.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mod_cont .iframe iframe,
.mod_cont .iframe object,
.mod_cont .iframe embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 641px) {
  .mod_cont.schedule_title h2:not(.not) {
    background-color: #1a6bae;
    border: none;
    color: #fff;
    font-size: 171.4%;
    text-align: center;
    position: relative;
    padding: 22px 0 0 0;
    margin: 0;
  }

  .mod_cont.schedule_title h2:not(.not):before,
  .mod_cont.schedule_title h2:not(.not):after {
    content: "";
    display: none;
  }

  .mod_cont.schedule_title h2:not(.not):before {
    background: url(../media/images/corporate/staff/schedule_title_bg.png) no-repeat left center;
    background-size: contain;
    content: "";
    display: block;
    font-size: 100%;
    height: 36px;
    width: 100%;
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mod_cont.schedule_title h2:not(.not) span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 20px;
  }

  .mod_cont.schedule_title h2:not(.not) span:before {
    border: 1px #fff solid;
    content: "SCHEDULE";
    font-size: 50%;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 1px;
    padding: 0.5em 1em;
    margin-right: 1em;
  }
}

.mod_cont .schedule {
  background-color: #fff;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .mod_cont .schedule {
    margin-top: -1em;
  }
}

.mod_cont .schedule:before,
.mod_cont .schedule:after {
  z-index: -1;
  position: absolute;
  content: "";
  font-size: 100%;
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #ccc;
  -webkit-box-shadow: 0 15px 10px #ccc;
  box-shadow: 0 15px 10px #ccc;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.mod_cont .schedule:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.mod_cont .schedule .img_wrap {
  position: relative;
}

.mod_cont .schedule .img_wrap img {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  max-width: 400px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .schedule .img_wrap img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .schedule .img_wrap img {
    display: none;
  }
}

.mod_cont .schedule .img_wrap.bottom img {
  top: auto;
  bottom: 20px;
}

.mod_cont .schedule .img_wrap .schedule_set {
  padding-right: 400px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .schedule .img_wrap .schedule_set {
    padding-right: 310px;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .schedule .img_wrap .schedule_set {
    padding-right: 0;
  }
}

.mod_cont .schedule .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .mod_cont .schedule .schedule_set {
    display: block;
  }
}

.mod_cont .schedule .schedule_set:last-child .info p {
  border: none;
}

.mod_cont .schedule .schedule_set + .schedule_set .info p {
  border-bottom: 1px dashed #cccccc;
}

@media only screen and (max-width: 480px) {
  .mod_cont .schedule .schedule_set + .schedule_set .info p {
    border-bottom: none;
  }
}

.mod_cont .schedule .schedule_set .time {
  background-color: #eef5fc;
  width: 8em;
  text-align: center;
  padding: 6px 16px 3px 4px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .schedule .schedule_set .time {
    width: auto;
    padding: 6px 16px 6px 4px;
  }
}

.mod_cont .schedule .schedule_set .time p {
  color: #1a6bae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 128.6%;
  font-weight: bold;
  padding-left: 14px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .schedule .schedule_set .time p {
    font-size: 114.3%;
  }
}

.mod_cont .schedule .schedule_set .time span {
  display: block;
  margin-right: 0.3em;
}

.mod_cont .schedule .schedule_set .time span.clock {
  border: 3px #1a6bae solid;
  background-color: #1a6bae;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  position: relative;
}

.mod_cont .schedule .schedule_set .time span.clock:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.mod_cont .schedule .schedule_set .time span.clock > span {
  background: #fff;
  border-radius: 30px;
  font-weight: normal;
  width: 0.4em;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
}

.mod_cont .schedule .schedule_set .time span.clock > span.t1 {
  -webkit-transform: translate(-1px, -3px) rotate(-60deg);
  transform: translate(-1px, -3px) rotate(-60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t2 {
  -webkit-transform: translate(-1px, -2px) rotate(-30deg);
  transform: translate(-1px, -2px) rotate(-30deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t3 {
  margin-top: -1px;
}

.mod_cont .schedule .schedule_set .time span.clock > span.t4 {
  -webkit-transform: translate(0px, 1px) rotate(30deg);
  transform: translate(0px, 1px) rotate(30deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t5 {
  -webkit-transform: translate(0, 3px) rotate(60deg);
  transform: translate(0, 3px) rotate(60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t6 {
  width: 2px;
  height: 0.5em;
  margin-top: -1px;
}

.mod_cont .schedule .schedule_set .time span.clock > span.t7 {
  -webkit-transform: translate(-4px, 3px) rotate(-60deg);
  transform: translate(-4px, 3px) rotate(-60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t8 {
  -webkit-transform: translate(-5px, 1px) rotate(-30deg);
  transform: translate(-5px, 1px) rotate(-30deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t9 {
  left: 2px;
  margin-top: 0;
}

.mod_cont .schedule .schedule_set .time span.clock > span.t10 {
  left: 0;
  -webkit-transform: translate(3px, -3px) rotate(40deg);
  transform: translate(3px, -3px) rotate(40deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t11 {
  left: 0;
  -webkit-transform: translate(4px, -3px) rotate(60deg);
  transform: translate(4px, -3px) rotate(60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.t12 {
  width: 2px;
  height: 0.5em;
  top: 0;
}

.mod_cont .schedule .schedule_set .time span.clock > span.long {
  z-index: 1;
}

.mod_cont .schedule .schedule_set .time span.clock > span.short {
  width: 0.3em;
  overflow: hidden;
  z-index: 2;
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t1 {
  -webkit-transform: translate(0, -3px) rotate(-60deg);
  transform: translate(0, -3px) rotate(-60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t5 {
  -webkit-transform: translate(0, 0) rotate(60deg);
  transform: translate(0, 0) rotate(60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t6 {
  width: 2px;
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t7 {
  -webkit-transform: translate(-3px, 2px) rotate(-60deg);
  transform: translate(-3px, 2px) rotate(-60deg);
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t9 {
  left: 6px;
  -webkit-transform: translate(-4px, -1px);
  transform: translate(-4px, -1px);
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t10 {
  left: 1px;
}

.mod_cont .schedule .schedule_set .time span.clock > span.short.t12 {
  width: 2px;
  height: 0.5em;
  top: 0;
}

.mod_cont .schedule .schedule_set .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 10px 10px 12px 18px;
}

.mod_cont .schedule .schedule_set .info.not_border p {
  border: none;
}

.mod_cont .schedule .schedule_set .info p {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 22px;
}

@media only screen and (max-width: 480px) {
  .mod_cont .schedule .schedule_set .info p {
    border: none;
    padding-bottom: 0;
  }
}

.mod_cont .question {
  background-color: #1a6bae;
}

@media only screen and (max-width: 640px) {
  .mod_cont .question {
    margin: -1em 0 -2em;
  }
}

.mod_cont .question:after {
  content: "";
  clear: both;
  display: block;
}

.mod_cont .question .img {
  float: left;
  width: 400px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .question .img {
    width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .question .img {
    float: none;
    width: auto;
    padding: 15px;
  }

  .mod_cont .question .img img {
    margin: 0 auto;
  }
}

.mod_cont .question .right {
  float: right;
  width: 100%;
  padding-left: 405px;
  margin-left: -400px;
}

.mod_cont .question .title {
  padding-top: 30px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .question .title {
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .question .title {
    display: none;
  }
}

.mod_cont .question .title h3 {
  color: #fff;
  font-size: 171.4%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .question .title h3 {
    font-size: 157.1%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_cont .question .title h3 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 400px) {
  .mod_cont .question .title h3 {
    font-size: 114.3%;
  }
}

.mod_cont .question .title h3:before {
  border: 1px #fff solid;
  content: "QUESTION";
  display: block;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 200px;
  padding: 0.5em 1em;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .question .title h3:before {
    margin: 0 auto 15px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .question .title h3:before {
    margin: 0 auto 10px;
  }
}

.mod_cont .question .read {
  padding-right: 10px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .question .read {
    padding-left: 305px;
    margin-left: -300px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .question .read {
    float: none;
    padding: 0 15px 15px;
    margin-left: 0;
  }
}

.mod_cont .question .read .answer {
  background: #e6f1f7;
  border-radius: 10px;
  position: relative;
  padding: 1em 1.5em;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .mod_cont .question .read .answer {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .question .read .answer {
    margin-top: 0;
  }
}

.mod_cont .question .read .answer:before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-right-color: #e6f1f7;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .mod_cont .question .read .answer:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
}

.mod_cont .question .read .answer p {
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product {
    background: #ebf2f8 url(../media/images/corporate/staff/like_product_bg.gif) repeat-y left 16px;
    background-size: contain;
    border-left: 18px #fff solid;
    border-right: 18px #fff solid;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product {
    background: #ebf2f8;
  }
}

.mod_cont .like_product:before {
  background: #fff url(../media/images/corporate/staff/like_product_bg_top.gif) no-repeat left bottom;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  padding-top: 5.9171%;
  margin-bottom: -16px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .like_product:before {
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product:before {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product h2 {
    background: url(../media/images/corporate/staff/like_product_title.png) no-repeat left center;
    background-size: contain;
    border: none;
    color: #1a6bae;
    font-size: 171.4%;
    font-weight: bold;
    line-height: 1.6;
    padding: 1.2em 0 1.6em 70px;
    margin-left: -18px;
  }

  .mod_cont .like_product h2:before,
  .mod_cont .like_product h2:after {
    display: none;
  }

  .mod_cont .like_product h2 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff88e), to(#fff88e));
    background-image: linear-gradient(to right, #fff88e, #fff88e);
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
  }
}

@media only screen and (max-width: 900px) {
  .mod_cont .like_product h2 {
    font-size: 142.9%;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product h2 {
    background: #fff;
    border-bottom: none;
    margin-bottom: 0;
  }

  .mod_cont .like_product h2 br {
    display: none;
  }

  .mod_cont .like_product h2 span {
    display: block;
    text-align: left;
    position: relative;
    padding: 0 3em 0 0;
  }

  .mod_cont .like_product h2 span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mod_cont .like_product h2.active span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product h2 {
    font-size: 141.7%;
    padding: 1em 0 1em 1em;
  }
}

@media only screen and (max-width: 400px) {
  .mod_cont .like_product h2 {
    font-size: 128.6%;
  }
}

.mod_cont .like_product .mod_cont {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product .mod_cont {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .mod_cont {
    border-bottom: none !important;
    display: none;
  }
}

.mod_cont .like_product .mod_cont .partition {
  background-color: #fff;
  padding: 3em 0 2em;
  margin: 1.5em 0 0;
}

.mod_cont .like_product .cont_set {
  padding: 0 50px;
}

.mod_cont .like_product .cont_set + .cont_set:before {
  background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 6px, transparent 12px);
  background-size: 10px 1px;
  background-position: top;
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 10px 0 20px;
}

.mod_cont .like_product .cont_set + .cont_set h3 {
  margin-top: 34px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set:first-of-type {
    padding-top: 1em;
  }
}

.mod_cont .like_product .cont_set:first-of-type img {
  margin-top: -80px;
}

@media only screen and (max-width: 900px) {
  .mod_cont .like_product .cont_set:first-of-type img {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set:first-of-type img {
    margin: 0 auto 10px;
  }
}

.mod_cont .like_product .cont_set:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product .cont_set.img_right img {
    float: right;
  }

  .mod_cont .like_product .cont_set.img_right h3,
  .mod_cont .like_product .cont_set.img_right p {
    float: left;
    clear: left;
    width: 100%;
    padding-right: 280px;
    margin-right: -250px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 900px) {
  .mod_cont .like_product .cont_set.img_right h3,
  .mod_cont .like_product .cont_set.img_right p {
    padding-right: 220px;
    margin-right: -200px;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product .cont_set.img_left img {
    float: left;
  }

  .mod_cont .like_product .cont_set.img_left h3,
  .mod_cont .like_product .cont_set.img_left p {
    float: right;
    clear: right;
    width: 100%;
    padding-left: 280px;
    margin-left: -250px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 900px) {
  .mod_cont .like_product .cont_set.img_left h3,
  .mod_cont .like_product .cont_set.img_left p {
    padding-left: 220px;
    margin-left: -200px;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product .cont_set img {
    width: 250px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 900px) {
  .mod_cont .like_product .cont_set img {
    width: 200px;
  }
}

.mod_cont .like_product .cont_set h3 {
  color: #1a6bae;
  font-size: 157.1%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set h3 {
    font-size: 142.9%;
  }
}

.mod_cont .like_product .cont_set h3 span {
  display: table;
  position: relative;
  padding: 5px 24px 3px 20px;
}

.mod_cont .like_product .cont_set h3 span:before,
.mod_cont .like_product .cont_set h3 span:after {
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
  display: block;
  font-size: 100%;
  position: absolute;
}

.mod_cont .like_product .cont_set h3 span:before {
  background-image: url(../media/images/corporate/staff/icon_brac_s.png);
  top: 0;
  left: 0;
  height: 15px;
  width: 20px;
}

.mod_cont .like_product .cont_set h3 span:after {
  background-image: url(../media/images/corporate/staff/icon_brac_e.png);
  bottom: 0;
  right: 0;
  height: 22px;
  width: 18px;
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set img {
    max-width: 50%;
    margin: 0 auto 10px;
  }
}

.mod_cont .like_product .cont_set p {
  font-size: 114.3%;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product .cont_set p {
    font-size: 100%;
  }
}

.mod_cont .like_product .cont_set a {
  color: #1a6bae;
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}

.mod_cont .like_product .cont_set a:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}

.mod_cont .like_product + .partition {
  margin-bottom: 2em;
}

.mod_cont .like_product p.sup {
  background-color: #fff;
}

@media only screen and (min-width: 641px) {
  .mod_cont .like_product p.sup {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .mod_cont .like_product p.sup {
    margin-top: 2em;
    text-align: right;
    padding: 1em 0;
  }
}

@media only screen and (min-width: 641px) {
  .mod_cont.pc_hide {
    display: none;
  }
}

@media only screen and (min-width: 901px) {
  #product_main .notes {
    margin: 3em 0 3em;
  }
}

@media only screen and (max-width: 900px) {
  #product_main .notes {
    margin: 1.5em 0;
  }
}

#product_main .notes p {
  font-size: 85.7%;
}

.self_read {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .self_read {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .self_read + ._jsAco {
    border-top: 1px #e2e2e2 solid;
  }
}

@media only screen and (max-width: 640px) {
  .self_read {
    overflow: hidden;
    display: block;
  }
}

.self_read .img {
  border: 1px #e2e2e2 solid;
  width: 220px;
  padding: 38px 0;
}

@media only screen and (max-width: 900px) {
  .self_read .img {
    width: 200px;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 640px) {
  .self_read .img {
    float: left;
    width: 30%;
    padding: 5% 15px;
  }
}

.self_read .img img {
  margin: 0 auto;
}

.self_read .read {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 1.5em;
}

@media only screen and (max-width: 640px) {
  .self_read .read {
    padding-left: 0;
  }
}

.self_read .read dl dt {
  font-size: 114.3%;
}

@media only screen and (max-width: 640px) {
  .self_read .read dl dt {
    float: right;
    width: 100%;
    padding-top: 0.5em;
    padding-left: 34%;
    margin-left: -30%;
  }
}

@media only screen and (max-width: 400px) {
  .self_read .read dl dt {
    font-size: 100%;
  }
}

.self_read .read dl dd {
  font-size: 85.7%;
  margin-top: 0.8em;
}

@media only screen and (max-width: 640px) {
  .self_read .read dl dd {
    clear: both;
    padding-top: 1em;
  }
}

/*.flex{
  display: flex;
  margin-left: -9px;
  margin-right: -9px;
  @include media900{
    display: block;
  }
  .flex_cont {
    flex-direction: column;
    flex: 1 1 auto;
    width: 50%;
    padding: 0 9px;
    @include media900{
      width: auto;
      + .flex_cont{
        margin-top: 18px;
      }
    }
  }
}*/
.anchor_navi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 3.5em;
}

@media only screen and (max-width: 800px) {
  .anchor_navi {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 2em 0 0;
  }
}

@media only screen and (max-width: 800px) {
  .anchor_navi .anchor {
    display: none;
  }
}

.anchor_navi .anchor ul {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2em;
  padding-top: 0.5em;
}

@media only screen and (max-width: 800px) {
  .anchor_navi .anchor ul {
    margin-left: 0;
  }
}

.anchor_navi .anchor ul li {
  margin-left: 2em;
}

@media only screen and (max-width: 800px) {
  .anchor_navi .anchor ul li {
    margin-left: 0;
  }
}

.anchor_navi .anchor ul li:before {
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  color: #ff656a;
  font-weight: 900;
  margin-right: 0.3em;
}

.anchor_navi .anchor ul li a {
  font-weight: 500;
}

.anchor_navi .btn_navi {
  float: right;
}

@media only screen and (max-width: 800px) {
  .anchor_navi .btn_navi {
    float: none;
  }
}

@media print {
  .anchor_navi .btn_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .anchor_navi .btn_navi ul li {
    width: 160px;
  }

  .anchor_navi .btn_navi ul li a {
    display: block;
    text-align: center;
  }

  .anchor_navi .btn_navi ul li + li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 801px) {
  .anchor_navi .btn_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }
}

@media only screen and (min-width: 801px) {
  .anchor_navi .btn_navi ul li {
    width: 160px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 800px) {
  .anchor_navi .btn_navi ul li + li {
    margin-top: 10px;
  }
}

.anchor_navi .btn_navi ul li a {
  border: 2px #b6cfe2 solid;
  border-radius: 4px;
  color: #1a6bae;
  display: block;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  padding: 6px 0;
}

@media only screen and (min-width: 801px) {
  .anchor_navi .btn_navi ul li a {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 800px) {
  .anchor_navi .btn_navi ul li a {
    text-align: center;
    padding: 0.8em 0;
  }
}

.anchor_navi .btn_navi ul li a:before {
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 90%;
  margin-right: 0.3em;
}

@media only screen and (min-width: 1025px) {
  .anchor_navi .btn_navi ul li a:hover {
    background-color: #1a6bae;
    color: #fff;
  }
}

.anchor_navi .btn_navi ul li.brand a:before {
  font-weight: 900;
  content: "";
}

.anchor_navi .btn_navi ul li.pdf a:before {
  content: "";
}

/*                グリッド
======================================================= */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

@media only screen and (max-width: 640px) {
  .grid {
    display: block;
  }

  .grid .grid_cont {
    width: auto !important;
  }

  .grid .grid_cont + .grid_cont {
    margin-top: 15px;
  }
}

.grid .grid_cont {
  padding: 0 12px;
}

.grid .grid12 {
  width: 100%;
}

.grid .grid11 {
  width: 91.66666667%;
}

.grid .grid10 {
  width: 83.33333333%;
}

.grid .grid9 {
  width: 75%;
}

.grid .grid8 {
  width: 66.66666667%;
}

.grid .grid7 {
  width: 58.33333333%;
}

.grid .grid6 {
  width: 50%;
}

.grid .grid5 {
  width: 41.66666667%;
}

.grid .grid4 {
  width: 33.33333333%;
}

.grid .grid3 {
  width: 25%;
}

.grid .grid2 {
  width: 16.66666667%;
}

.grid .grid1 {
  width: 8.33333333%;
}

/*                薬効からさがす
======================================================= */
.p_search .effect_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 9px;
  margin: 0 0 -18px;
}

@media only screen and (max-width: 800px) {
  .p_search .effect_list ul {
    padding: 0;
    margin: -9px;
  }
}

.p_search .effect_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 128.6%;
  font-weight: normal;
  width: 33.3333333%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1024px) {
  .p_search .effect_list ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .p_search .effect_list ul li {
    width: 100%;
    margin-bottom: 0;
  }

  .p_search .effect_list ul li + li a {
    border-top: none;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .effect_list ul li {
    font-size: 114.3%;
  }
}

.p_search .effect_list ul li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}

.p_search .effect_list ul li span.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-right: 15px;
}

@media only screen and (max-width: 640px) {
  .p_search .effect_list ul li span.icon {
    width: 80px;
    height: 80px;
  }

  .p_search .effect_list ul li span.icon img {
    width: 60px;
  }
}

.p_search .effect_list ul li span.icon:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2f8;
  border-radius: 4px;
  color: #1a6bae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 400%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 640px) {
  .p_search .effect_list ul li span.icon:before {
    width: 80px;
    height: 80px;
  }
}

.p_search .effect_list ul li span.icon + span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  letter-spacing: -1px;
}

.p_search .effect_list ul li a {
  border: 1px #e2e2e2 solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 1em 2em 1em 1em;
}

.p_search .effect_list ul li a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  position: absolute;
  font-size: 100%;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
  .p_search .effect_list ul li a:hover {
    color: #000;
    opacity: 0.4;
  }
}

/*                部位・症状からさがす
======================================================= */
.p_search .search_title {
  margin-bottom: 2em;
}

.p_search .search_title h1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 214.3%;
  font-weight: 500;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 640px) {
  .p_search .search_title h1 {
    display: block;
    font-size: 171.4%;
  }
}

.p_search .search_title h1 span {
  display: block;
  font-size: 66.7%;
  margin-top: 2px;
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  .p_search .search_title h1 span {
    margin-left: 0;
  }
}

.p_search .search_title .tab_head {
  border-bottom: 4px #1a6bae solid;
}

@media only screen and (max-width: 800px) {
  .p_search .search_title .tab_head {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .search_title .tab_head {
    margin: 0 -15px;
  }
}

.p_search .search_title .tab_head ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 640px) {
  .p_search .search_title .tab_head ul {
    border-left: 4px #fff solid;
    border-right: 4px #fff solid;
  }
}

.p_search .search_title .tab_head ul li {
  display: table-cell;
  font-size: 128.6%;
  text-align: center;
  vertical-align: middle;
  width: 33.3333333%;
}

@media only screen and (max-width: 640px) {
  .p_search .search_title .tab_head ul li {
    font-size: 114.3%;
  }
}

@media only screen and (max-width: 400px) {
  .p_search .search_title .tab_head ul li {
    font-size: 85.7%;
  }
}

.p_search .search_title .tab_head ul li + li {
  border-left: 4px #fff solid;
}

.p_search .search_title .tab_head ul li a {
  background-color: #e8f0f7;
  display: block;
  text-decoration: none;
  padding: 1em 1em;
}

@media all and (-ms-high-contrast: none) {
  .p_search .search_title .tab_head ul li a {
    padding: 1.5em 1em 0.8em;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .search_title .tab_head ul li a {
    padding: 1em 0.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .p_search .search_title .tab_head ul li a:hover {
    background-color: #1a6bae;
    color: #fff;
  }
}

@media only screen and (min-width: 901px) {
  .p_search .search_title .tab_head ul li .sp {
    display: none;
  }
}

.p_search .search_title .tab_head ul li.current a {
  background-color: #1a6bae;
  color: #fff;
}

.p_search#parts .parts_list {
  padding: 0 9px;
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list {
    padding: 0;
  }
}

.p_search#parts .parts_list .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .p_search#parts .parts_list .list_wrap {
    border-top: 1px #e2e2e2 solid;
    display: block;
    height: auto !important;
  }
}

.p_search#parts .parts_list .parts_cont {
  width: 33.3333333%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1024px) {
  .p_search#parts .parts_list .parts_cont {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 801px) {
  .p_search#parts .parts_list .parts_set + .parts_set {
    margin-top: 18px;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap {
  border: 1px #e2e2e2 solid;
  border-radius: 4px;
  width: 100%;
  padding: 1em;
}

@media only screen and (max-width: 800px) {
  .p_search#parts .parts_list .parts_set .parts_wrap {
    border-top: none;
    border-radius: 0;
  }
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap {
    padding: 10px;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap h2 {
  font-size: 142.9%;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.8em;
}

@media only screen and (min-width: 801px) {
  .p_search#parts .parts_list .parts_set .parts_wrap h2 {
    pointer-events: none;
  }
}

@media only screen and (max-width: 800px) {
  .p_search#parts .parts_list .parts_set .parts_wrap h2 {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
    padding-bottom: 0;
  }

  .p_search#parts .parts_list .parts_set .parts_wrap h2:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p_search#parts .parts_list .parts_set .parts_wrap h2.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap h2 {
    font-size: 128.6%;
  }

  .p_search#parts .parts_list .parts_set .parts_wrap h2:after {
    right: 10px;
  }

  .p_search#parts .parts_list .parts_set .parts_wrap h2.active + ul:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 80px;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap h2:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2f8;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1a6bae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 350%;
  font-weight: normal;
  width: 90px;
  height: 90px;
  margin-right: 14px;
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap h2:before {
    width: 80px;
    height: 80px;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap ul {
  position: relative;
}

@media only screen and (min-width: 801px) {
  .p_search#parts .parts_list .parts_set .parts_wrap ul {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 800px) {
  .p_search#parts .parts_list .parts_set .parts_wrap ul {
    display: none;
    margin-top: 1.2em;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap ul:before,
.p_search#parts .parts_list .parts_set .parts_wrap ul:after {
  content: "";
  display: block;
  font-size: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.p_search#parts .parts_list .parts_set .parts_wrap ul:before {
  background-color: #c8c8c8;
}

.p_search#parts .parts_list .parts_set .parts_wrap ul:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1a6bae;
  position: absolute;
  width: 90px;
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap ul:after {
    width: 0;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap ul li {
  position: relative;
}

.p_search#parts .parts_list .parts_set .parts_wrap ul li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  position: absolute;
  top: 0.5em;
  left: 5px;
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap ul li:before {
    top: 1em;
  }
}

.p_search#parts .parts_list .parts_set .parts_wrap ul li + li {
  background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
}

.p_search#parts .parts_list .parts_set .parts_wrap ul li a {
  display: block;
  font-weight: 400;
  padding: 0.5em 1em;
}

@media only screen and (max-width: 640px) {
  .p_search#parts .parts_list .parts_set .parts_wrap ul li a {
    padding: 1em 1em;
  }
}

/*                製品サムネイル付き一覧（ブランドからさがす・B-7）
======================================================= */
.p_search .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 901px) {
  .p_search .item_list {
    margin: 0 -9px -18px;
  }
}

@media only screen and (max-width: 900px) {
  .p_search .item_list {
    display: block;
    margin-bottom: 3em;
  }
}

.p_search .item_list .item_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .p_search .item_list .item_set {
    width: 25%;
  }
}

@media only screen and (min-width: 901px) {
  .p_search .item_list .item_set {
    padding: 0 9px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 900px) {
  .p_search .item_list .item_set {
    display: block;
    width: 100%;
  }

  .p_search .item_list .item_set + .item_set a {
    border-top: none;
  }
}

.p_search .item_list .item_set a {
  border: 1px #e2e2e2 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  padding: 1em;
}

@media print {
  .p_search .item_list .item_set a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p_search .item_list .item_set a .img,
  .p_search .item_list .item_set a h3,
  .p_search .item_list .item_set a p,
  .p_search .item_list .item_set a ul {
    width: 100%;
  }

  .p_search .item_list .item_set a .img {
    height: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .p_search .item_list .item_set a:hover p:after {
    right: -5px;
  }
}

@media only screen and (min-width: 901px) {
  .p_search .item_list .item_set a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 900px) {
  .p_search .item_list .item_set a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .item_list .item_set a {
    padding: 10px;
  }
}

.p_search .item_list .item_set .img {
  background-color: #ecf2f8;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 901px) {
  .p_search .item_list .item_set .img {
    margin-bottom: 0.5em;
    padding-top: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .p_search .item_list .item_set .img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .item_list .item_set .img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .p_search .item_list .item_set .img {
    width: 60px;
    height: 60px;
  }
}

.p_search .item_list .item_set .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 70%;
  max-height: 70%;
}

.p_search .item_list .item_set p {
  font-size: 128.6%;
  font-weight: 400;
  position: relative;
  padding-right: 1.5em;
  margin: auto 0;
}

@media only screen and (max-width: 900px) {
  .p_search .item_list .item_set p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0;
    padding: 1em 1.5em 1em 1em;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .item_list .item_set p {
    font-size: 114.3%;
  }
}

@media only screen and (max-width: 400px) {
  .p_search .item_list .item_set p {
    font-size: 100%;
  }
}

.p_search .item_list .item_set p:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border_title {
  border: 3px #d2d7dc solid;
  color: #1a6bae;
  font-size: 128.6%;
  font-weight: bold;
  position: relative;
  padding: 15px 30px;
  margin-bottom: 18px;
}

.border_title._jsAco {
  position: relative;
}

@media only screen and (min-width: 641px) {
  .border_title._jsAco {
    pointer-events: none;
  }
}

@media only screen and (max-width: 640px) {
  .border_title._jsAco {
    cursor: pointer;
  }

  .border_title._jsAco span {
    display: block;
  }

  .border_title._jsAco span:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: bold;
    font-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .border_title._jsAco.active span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }

  .border_title._jsAco + .mod_cont,
  .border_title._jsAco + .thumb_list {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .border_title._jsAco + div {
    display: block !important;
  }
}

/*                製品一覧
======================================================= */
.p_search .product_list {
  padding: 0 20px;
}

@media only screen and (max-width: 900px) {
  .p_search .product_list {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .product_list {
    border-top: 1px #e2e2e2 solid;
  }
}

.p_search .product_list .list_set {
  border: 1px #e2e2e2 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em 2em;
}

@media only screen and (max-width: 1024px) {
  .p_search .product_list .list_set {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .product_list .list_set {
    border-top: none;
    padding: 10px 10px 1.5em;
  }
}

.p_search .product_list .list_set + .list_set {
  margin-top: 18px;
}

@media only screen and (max-width: 640px) {
  .p_search .product_list .list_set + .list_set {
    margin-top: 0;
  }
}

.p_search .product_list .list_set .title {
  width: 318px;
}

@media only screen and (max-width: 1024px) {
  .p_search .product_list .list_set .title {
    width: auto;
  }
}

.p_search .product_list .list_set .title a {
  text-decoration: none;
}

.p_search .product_list .list_set .title h2 {
  font-size: 128.6%;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 400px) {
  .p_search .product_list .list_set .title h2 {
    font-size: 114.3%;
  }
}

.p_search .product_list .list_set .title h2:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf2f8;
  border-radius: 4px;
  color: #1a6bae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 400%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .p_search .product_list .list_set .title h2:before {
    font-size: 350%;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .p_search .product_list .list_set .title h2:before {
    font-size: 320%;
    width: 60px;
    height: 60px;
  }
}

.p_search .product_list .list_set .title h2 span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.p_search .product_list .list_set .sub_list {
  overflow: hidden;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media only screen and (max-width: 1024px) {
  .p_search .product_list .list_set .sub_list {
    padding-left: 0;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .p_search .product_list .list_set .sub_list {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 400px) {
  .p_search .product_list .list_set .sub_list {
    margin-left: 70px;
  }
}

.p_search .product_list .list_set .sub_list h3 {
  font-weight: 400;
  padding-bottom: 0.8em;
  margin: 1em 0 0;
}

@media only screen and (min-width: 801px) {
  .p_search .product_list .list_set .sub_list h3 {
    background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}

@media only screen and (max-width: 1024px) {
  .p_search .product_list .list_set .sub_list h3 {
    margin: 0;
  }
}

.p_search .product_list .list_set .sub_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

@media only screen and (max-width: 800px) {
  .p_search .product_list .list_set .sub_list ul {
    display: block;
  }
}

.p_search .product_list .list_set .sub_list ul + h3 {
  margin-top: 1.5em;
}

.p_search .product_list .list_set .sub_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  padding: 0 7px;
}

@media only screen and (max-width: 800px) {
  .p_search .product_list .list_set .sub_list ul li {
    width: auto;
  }
}

.p_search .product_list .list_set .sub_list ul li:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p_search .product_list .list_set .sub_list ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  padding: 0.5em 0 0.5em 1.5em;
}

@media only screen and (max-width: 640px) {
  .p_search .product_list .list_set .sub_list ul li a {
    padding: 1em 1em;
  }
}

@media only screen and (max-width: 800px) {
  .p_search .product_list .list_set .sub_list ul li:first-child {
    background-image: linear-gradient(to right, #1a6bae, #1a6bae 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
}

/*                B-4
======================================================= */
.p_search #anchor_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p_search #anchor_cont h2 {
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  .p_search #anchor_cont h2 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 801px) {
  .p_search #anchor_cont .product_cont + .product_cont {
    background-image: linear-gradient(to right, #e2e2e2, #e2e2e2 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 1em;
    padding-top: 2em;
  }
}

@media only screen and (max-width: 800px) {
  .p_search #anchor_cont h2 + .item_list {
    display: none;
  }
}

@media only screen and (min-width: 801px) {
  .p_search #anchor_cont .item_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 900px) {
  .p_search #anchor_cont .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -9px -18px;
  }
}

@media only screen and (max-width: 800px) {
  .p_search #anchor_cont .item_list {
    overflow: hidden;
    padding: 20px 0 3em;
  }
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list {
    padding: 10px 0 3em;
    margin: 0 -5px -10px;
  }
}

.p_search #anchor_cont .item_list .item_set {
  width: 33.3333333%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .p_search #anchor_cont .item_list .item_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0 9px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .p_search #anchor_cont .item_list .item_set {
    width: 100%;
  }
}

.p_search #anchor_cont .item_list .item_set a {
  border-radius: 4px;
  text-decoration: none;
  padding: 30px;
}

@media only screen and (max-width: 900px) {
  .p_search #anchor_cont .item_list .item_set a {
    border-top: 1px #e2e2e2 solid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set a {
    padding: 10px;
  }
}

.p_search #anchor_cont .item_list .item_set .img {
  overflow: hidden;
  padding-top: 75.1879%;
  margin-bottom: 1.8em;
}

@media only screen and (max-width: 900px) {
  .p_search #anchor_cont .item_list .item_set .img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set .img {
    margin-bottom: 1em;
  }
}

.p_search #anchor_cont .item_list .item_set .img span {
  display: inline-block;
}

.p_search #anchor_cont .item_list .item_set .img span.icon {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set .img span.icon {
    font-size: 85.7%;
  }
}

@media only screen and (max-width: 400px) {
  .p_search #anchor_cont .item_list .item_set .img span.icon {
    font-size: 71.4%;
  }
}

.p_search #anchor_cont .item_list .item_set .img span.icon.new,
.p_search #anchor_cont .item_list .item_set .img span.icon.renewal {
  background-color: #ff656a;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 10px 1.5em;
}

@media only screen and (max-width: 400px) {
  .p_search #anchor_cont .item_list .item_set .img span.icon.new,
  .p_search #anchor_cont .item_list .item_set .img span.icon.renewal {
    padding: 6px 1em;
  }
}

.p_search #anchor_cont .item_list .item_set .img span.icon.renewal {
  background-color: #00ab47;
}

.p_search #anchor_cont .item_list .item_set h3 {
  font-size: 142.9%;
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set h3 {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set h3 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .p_search #anchor_cont .item_list .item_set h3 {
    font-size: 114.3%;
  }
}

.p_search #anchor_cont .item_list .item_set p {
  font-size: 114.3%;
  font-weight: normal;
  padding: 0;
}

.p_search #anchor_cont .item_list .item_set p:after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set p {
    font-size: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .p_search #anchor_cont .item_list .item_set p {
    font-size: 85.7%;
  }
}

.p_search #anchor_cont .item_list .item_set ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5em;
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set ul {
    margin-top: 1em;
  }
}

.p_search #anchor_cont .item_list .item_set ul li {
  background-color: #1a6bae;
  color: #fff;
  font-size: 85.7%;
  font-weight: 500;
  padding: 5px 1em;
}

@media only screen and (max-width: 640px) {
  .p_search #anchor_cont .item_list .item_set ul li {
    font-size: 71.4%;
    padding: 3px 0.5em;
  }
}

@media only screen and (max-width: 400px) {
  .p_search #anchor_cont .item_list .item_set ul li {
    font-size: 57.1%;
  }
}

.p_search #anchor_cont .item_list .item_set ul li + li {
  margin-top: 0;
  margin-left: 3px;
}

.world_quiz {
  background-color: #ffeff0;
  padding: 3em 0;
  margin: 3em 0;
}

.world_quiz .quiz_area h2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 142.9%;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_area h2 {
    display: block;
  }
}

.world_quiz .quiz_area h2:before {
  border: 2px #fd5f68 solid;
  border-radius: 4px;
  content: "QUIZ";
  color: #fd5f68;
  font-size: 90%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100px;
  padding: 2px 0 3px;
  margin-right: 0.5em;
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_area h2:before {
    display: block;
    width: auto;
    padding: 5px 0 6px;
    margin: 0 0 1em;
  }
}

.world_quiz .quiz_select {
  background-color: #fff;
  padding: 20px;
  margin-top: 1.5em;
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_select {
    padding: 15px;
  }

  .world_quiz .quiz_select:before {
    content: "３つの中から選んでね！";
    font-weight: 500;
    display: block;
    margin-bottom: 1em;
  }
}

.world_quiz .quiz_select ul {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}

@media only screen and (max-width: 900px) {
  .world_quiz .quiz_select ul {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_select ul {
    margin: 0 -8px -10px;
  }
}

.world_quiz .quiz_select ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  .world_quiz .quiz_select ul li {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_select ul li {
    margin-bottom: 10px;
  }
}

.world_quiz .quiz_select ul li > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd5f68;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 114.3%;
  width: 100%;
  padding: 1em;
}

@media only screen and (max-width: 640px) {
  .world_quiz .quiz_select ul li > span {
    font-size: 100%;
  }
}

.world_quiz .quiz_select ul li > span span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.world_quiz .quiz_select ul li > span:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fd5f68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-right: 0.8em;
}

@media only screen and (min-width: 1025px) {
  .world_quiz .quiz_select ul li > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .world_quiz .quiz_select ul li > span:hover {
    opacity: 0.8;
  }
}

.world_quiz .answer {
  display: none;
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer {
    margin-top: 2em;
  }
}

.world_quiz .answer .answer_cont {
  background-color: #fff;
  display: none;
  text-align: center;
  padding: 8px 20px 2.2em;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer .answer_cont {
    padding: 8px 15px 2.2em;
  }
}

.world_quiz .answer .answer_cont.incorrect h3 {
  font-size: 214.3%;
  font-weight: 900;
}

.world_quiz .answer .answer_cont.incorrect p {
  font-size: 114.3%;
  margin-top: 0.6em;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer .answer_cont.incorrect p {
    font-size: 107.1%;
  }
}

.world_quiz .answer .answer_cont.correct h3 {
  color: #fd5f68;
  font-size: 285.7%;
  font-weight: 900;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer .answer_cont.correct h3 {
    font-size: 250%;
  }
}

.world_quiz .answer .answer_cont.correct .incorrect_word {
  border: 4px #ffeff0 solid;
  padding: 1.2em;
  margin: 1em 0 1.3em;
}

.world_quiz .answer .answer_cont.correct .incorrect_word dl dt {
  color: #fd5f68;
  font-size: 171.4%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer .answer_cont.correct .incorrect_word dl dt {
    font-size: 128.6%;
  }
}

.world_quiz .answer .answer_cont.correct .incorrect_word dl dd {
  font-size: 114.3%;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .world_quiz .answer .answer_cont.correct .incorrect_word dl dd {
    font-size: 85.7%;
  }
}

.world_quiz .answer .answer_cont.correct .commentary {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.world_quiz .answer .answer_cont.correct .commentary:before {
  background-color: #fd5f68;
  border-radius: 10px;
  content: "解説";
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  margin-right: 0.2em;
}

.world_quiz .answer .answer_cont.correct .commentary > p,
.world_quiz .answer .answer_cont.correct .commentary ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.world_quiz .answer .answer_cont.correct .commentary ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

/*                記事スライドショー
======================================================= */
.post_slide {
  background-color: #f7f4ec;
  padding: 2.8em 0;
  margin-top: 5em;
}

@media only screen and (max-width: 640px) {
  .post_slide {
    padding: 1.5em 0;
    margin-top: 3em;
  }
}

.post_slide.staff .slide_wrap .item p span.tag {
  background-color: #1a6bae;
  color: #fff;
  display: block;
  font-size: 78.6%;
  line-height: 1;
  padding: 5px 5px 6px;
  max-width: 50%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
  .post_slide.staff .slide_wrap .item p span.tag {
    max-width: 100%;
  }
}

.post_slide.staff .slide_wrap .item p span.name {
  display: block;
}

.post_slide.pyon .slide_wrap .item .item_img {
  border: 2px #fff solid;
  overflow: hidden;
  position: relative;
  padding: 100% 0 0 0;
}

.post_slide.pyon .slide_wrap .item .item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post_slide .main_width > p {
  font-size: 171.4%;
  margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  .post_slide .main_width > p {
    font-size: 142.9%;
  }
}

.post_slide .slide_wrap {
  margin: 0 -8px;
}

.post_slide .slide_wrap .item {
  padding: 0 8px;
}

.post_slide .slide_wrap .item a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .post_slide .slide_wrap .item a:hover {
    opacity: 0.4;
  }

  .post_slide .slide_wrap .item a:hover h3 {
    color: #000;
  }
}

.post_slide .slide_wrap .item .item_img {
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 10px;
}

.post_slide .slide_wrap .item .item_img img {
  border-radius: 4px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.post_slide .slide_wrap .item p {
  text-align: center;
}

@media only screen and (min-width: 1100px) {
  .post_slide .slide_wrap .slick-arrow.prev {
    left: -60px;
  }

  .post_slide .slide_wrap .slick-arrow.next {
    right: -60px;
  }
}

/*                C5indexページ
======================================================= */
#condition.index .mod_cont:last-child {
  margin-bottom: 0;
}

/*                C5詳細ページ
======================================================= */
@media only screen and (max-width: 640px) {
  #condition.detail .mod_cont + .mod_cont {
    margin-top: 1.5em;
  }

  #condition.detail .mod_cont + .mod_cont + .title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #condition.detail .side {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1025px) {
  #condition.detail .side .side_brand > .title {
    display: none;
  }
}

#condition.detail .side .side_brand .brand_bnr {
  margin-bottom: 2em;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #condition.detail .side .side_brand .brand_bnr {
    margin-bottom: 3em;
  }
}

#condition.detail .side .side_brand .brand_bnr a {
  width: 100%;
  height: 56px;
}

@media only screen and (max-width: 1024px) {
  #condition.detail .side .side_brand .brand_bnr a {
    width: auto;
  }
}

#condition.detail .side .side_brand .brand_bnr a:after {
  height: 55px;
}

@media only screen and (max-width: 640px) {
  #condition.detail .side .side_brand .brand_bnr a:after {
    height: 54px;
  }
}

#condition.detail .side .side_brand .brand_bnr span:first-child {
  width: 160px;
}

@media only screen and (max-width: 640px) {
  #condition.detail .side .side_brand .brand_bnr span:first-child {
    width: 50%;
  }
}

#condition.detail .side .side_brand .brand_bnr span.img {
  width: 80px;
}

@media only screen and (max-width: 640px) {
  #condition.detail .side .side_brand .brand_bnr span.img {
    width: 50%;
  }
}

/*                C7絞り込みスライド
======================================================= */
.refine_slide {
  border-bottom: 2px #e2e2e2 solid;
  padding: 10px 0 20px;
}

.refine_slide .main_width > h2 {
  font-size: 171.4%;
  margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
  .refine_slide .main_width > h2 {
    font-size: 142.9%;
  }
}

.refine_slide .slide_wrap {
  margin: 0 -8px;
}

.refine_slide .slide_wrap .item {
  text-align: center;
  padding: 0 8px;
}

.refine_slide .slide_wrap .item a {
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .refine_slide .slide_wrap .item a:hover {
    opacity: 0.4;
  }

  .refine_slide .slide_wrap .item a:hover h3 {
    color: #000;
  }
}

.refine_slide .slide_wrap .item .item_img {
  background-color: #ecf2f8;
  border-radius: 4px;
  padding: 25px;
  margin-bottom: 10px;
}

.refine_slide .slide_wrap .item .item_img img {
  border-radius: 4px;
}

.refine_slide .slide_wrap .item h3 {
  font-size: 100%;
}

.refine_slide .slide_wrap .item .tag,
.refine_slide .slide_wrap .item .type {
  background-color: #0e64aa;
  color: #fff;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-weight: 500;
  font-size: 85.7%;
  display: inline-block;
  padding: 0.1em 1em;
  margin: auto auto 0;
}

@media only screen and (max-width: 1100px) {
  .refine_slide .slide_wrap .item .tag,
  .refine_slide .slide_wrap .item .type {
    font-size: 78.6%;
  }
}

@media only screen and (max-width: 640px) {
  .refine_slide .slide_wrap .item .tag,
  .refine_slide .slide_wrap .item .type {
    font-size: 71.4%;
    padding: 0.1em 1em;
  }
}

@media only screen and (max-width: 400px) {
  .refine_slide .slide_wrap .item .tag,
  .refine_slide .slide_wrap .item .type {
    font-size: 64.3%;
    padding: 0.1em 0.5em;
  }
}

.refine_slide .slide_wrap .slick-arrow {
  top: 32%;
}

@media only screen and (min-width: 1100px) {
  .refine_slide .slide_wrap .slick-arrow.prev {
    left: -60px;
  }

  .refine_slide .slide_wrap .slick-arrow.next {
    right: -60px;
  }
}

/*                ピョンちゃん耳よりクイズ結果
======================================================= */
.quiz_result + .mod_cont,
.quiz_result + .product_cont {
  margin-top: 3em;
}

.quiz_result:after {
  content: "";
  clear: both;
  display: block;
}

.quiz_result .left {
  float: left;
  width: 266px;
}

@media only screen and (max-width: 1024px) {
  .quiz_result .left {
    width: 230px;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .left {
    float: none;
    width: auto;
  }
}

.quiz_result .right {
  float: right;
  width: 100%;
  padding-left: 296px;
  margin-left: -266px;
}

@media only screen and (max-width: 1024px) {
  .quiz_result .right {
    padding-left: 266px;
    margin-left: -230px;
  }
}

@media only screen and (max-width: 900px) {
  .quiz_result .right {
    padding-left: 256px;
    margin-left: -230px;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .right {
    float: none;
    width: auto;
    padding: 0 15px;
    margin: 0 -15px;
  }
}

.quiz_result .result_info {
  padding-top: 1em;
}

@media only screen and (max-width: 640px) {
  .quiz_result .result_info {
    background-color: #ffeff0;
    position: relative;
    padding: 15px 15px 4em;
    margin-bottom: 20px;
  }
}

.quiz_result .result_info dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 640px) {
  .quiz_result .result_info dl {
    margin-bottom: 0.5em;
  }
}

.quiz_result .result_info dl dt,
.quiz_result .result_info dl dd {
  color: #fc5f68;
  font-weight: 600;
}

.quiz_result .result_info dl dt {
  font-size: 142.9%;
}

@media only screen and (max-width: 640px) {
  .quiz_result .result_info dl dt {
    font-size: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .result_info dl dd {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}

.quiz_result .result_info p {
  font-size: 171.4%;
}

.quiz_result .result_img {
  background-color: #f7f4ec;
  position: relative;
}

@media only screen and (min-width: 641px) {
  .quiz_result .result_img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .quiz_result .result_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .result_img img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .quiz_result .result {
    clear: both;
    float: none;
    padding-left: 0;
    margin-left: 0;
  }

  .quiz_result .result:before {
    content: "";
    display: block;
    height: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .result:before {
    display: none;
  }
}

.quiz_result .result .result_read {
  padding-top: 1.9em;
  margin-top: 2em;
}

@media only screen and (min-width: 641px) {
  .quiz_result .result .result_read {
    border-top: 4px #ffeff0 solid;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .result .result_read {
    padding-top: 0;
  }
}

.quiz_result .result .result_read h2 {
  font-size: 214.3%;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  .quiz_result .result .result_read h2 {
    font-size: 171.4%;
  }
}

.quiz_result .result .result_read p {
  font-size: 114.3%;
  line-height: 1.6;
  margin-top: 1em;
}

.quiz_result .result .result_read a {
  background-color: #1a6bae;
  border: 2px #1a6bae solid;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 121.4%;
  text-decoration: none;
  padding: 1em 3em;
  margin-top: 1.6em;
}

@media only screen and (min-width: 1025px) {
  .quiz_result .result .result_read a:hover {
    background-color: #fff;
    color: #1a6bae;
  }
}

@media only screen and (max-width: 640px) {
  .quiz_result .result .result_read a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.15em 1.5em;
  }
}

.quiz_result .result .result_read a.text_link {
  color: #1a6bae;
  background: none;
  border: none;
  display: inline;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/*                250余年のあゆみ詳細
======================================================= */
#corporate .history_title {
  background: #f8f2e8 url(../media/images/common/history_title_bg.gif) repeat left top;
  padding: 45px 0 40px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {
  #corporate .history_title {
    padding: 30px 0;
    margin-bottom: 10px;
  }
}

#corporate .history_title p {
  font-weight: 500;
  margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  #corporate .history_title p {
    margin-bottom: 0.5em;
  }
}

#corporate .history_title h1 {
  color: #8b754c;
  font-size: 171.4%;
  font-weight: bold;
}

#corporate.history .mod_cont .flex .flex_cont.txt h3 {
  font-size: 171.4%;
  color: #000;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
  #corporate.history .mod_cont .flex .flex_cont.txt h3 {
    font-size: 114.3%;
  }
}

@media only screen and (max-width: 480px) {
  #corporate.history .mod_cont .flex .flex_cont.img .img_wrap {
    max-width: 100% !important;
  }

  #corporate.history .mod_cont .flex .flex_cont.img .img_wrap img {
    width: 100%;
  }
}

/*                薬・体について知る
======================================================= */
#knowledge .mod_cont h2:not(.not) {
  margin-bottom: 24px;
}

#knowledge .mod_cont .related_links {
  border-top: 2px #e7e7e7 solid;
  border-bottom: 2px #e7e7e7 solid;
  padding: 3em 0 3em;
  margin-top: 5em;
}

#knowledge .mod_cont .related_links .title {
  font-size: 171.4%;
  font-weight: normal;
  margin-bottom: 1.2em;
}

/*                成分ディクショナリー
======================================================= */
#dictionary #dictionary_anchor {
  background-color: #edf8fe;
  padding: 30px 0;
  margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {
  #dictionary #dictionary_anchor {
    background-color: #e2e2e2;
    padding: 2px 0;
    margin-bottom: 30px;
  }
}

#dictionary #dictionary_anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -6px;
}

@media only screen and (max-width: 900px) {
  #dictionary #dictionary_anchor ul {
    margin: 0 -3px;
  }
}

@media only screen and (max-width: 640px) {
  #dictionary #dictionary_anchor ul {
    display: none;
  }
}

#dictionary #dictionary_anchor ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 6px;
}

@media only screen and (max-width: 900px) {
  #dictionary #dictionary_anchor ul li {
    padding: 0 3px;
  }
}

#dictionary #dictionary_anchor ul li a {
  background-color: #1a6bae;
  border: 1px #1a6bae solid;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 114.3%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 15px 0;
}

@media only screen and (min-width: 1025px) {
  #dictionary #dictionary_anchor ul li a:hover {
    background-color: #fff;
    color: #1a6bae;
  }
}

@media only screen and (max-width: 640px) {
  #dictionary ._jsAco + .mod_cont {
    padding-top: 0;
  }
}

@media only screen and (max-width: 900px) {
  #dictionary.detail #main_area {
    padding-bottom: 0;
  }
}

#dictionary.detail .strong_box {
  margin-bottom: 2em;
}

#dictionary.detail .strong_box .bg_cont h1 {
  padding-bottom: 0;
}

#dictionary.detail .strong_box .bg_cont h1 + p {
  font-size: 114.3%;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 1.3em;
}

@media only screen and (max-width: 640px) {
  #dictionary.detail .strong_box .bg_cont h1 + p {
    font-size: 100%;
    margin-bottom: 0;
  }
}

#dictionary.detail .strong_box .info {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#dictionary.detail .refine_slide {
  border-bottom: none;
  margin-top: 3em;
  padding-bottom: 0;
}

#dictionary.detail .col2_cont .side .link {
  border-top: 1px #e0e0e0 solid;
  border-bottom: none;
}

@media only screen and (min-width: 901px) {
  #dictionary.detail .col2_cont .side .link {
    display: none;
  }
}

/*                西洋ハーブ医薬品
======================================================= */
@media only screen and (max-width: 480px) {
  #seiyoherb .mod_cont .flex .flex_cont.img .img_wrap img {
    width: 100%;
  }
}

/*                ブランドサイト一覧
======================================================= */
#brandsite .bland_list {
  border: none;
  padding: 0;
  margin-top: 0;
}

@media only screen and (min-width: 901px) {
  #brandsite .bland_list {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 900px) {
  #brandsite .bland_list {
    display: block;
  }
}

#brandsite .bland_list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -18px;
}

@media only screen and (max-width: 640px) {
  #brandsite .bland_list ul {
    margin: 0 -10px -20px;
  }
}

@media only screen and (max-width: 480px) {
  #brandsite .bland_list ul {
    margin: 0 -5px -10px;
  }
}

#brandsite .bland_list ul li {
  width: 25%;
  padding: 0 9px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 900px) {
  #brandsite .bland_list ul li {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 640px) {
  #brandsite .bland_list ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #brandsite .bland_list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

#brandsite .bland_list ul li a {
  border: 1px #e2e2e2 solid;
  border-radius: 5px;
  font-size: 142.9%;
  font-weight: 500;
  padding: 29px 29px 25px;
}

@media only screen and (min-width: 1025px) {
  #brandsite .bland_list ul li a:hover {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 640px) {
  #brandsite .bland_list ul li a {
    padding: 21px 21px 16px;
  }
}

@media only screen and (max-width: 480px) {
  #brandsite .bland_list ul li a {
    font-size: 107.1%;
    padding: 11px 11px 10px;
  }
}

#brandsite .bland_list ul li a img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  border-radius: 5px;
  display: block;
  opacity: 1;
  margin-bottom: 10px;
}

/*                楽しむ
======================================================= */
#enjoy.index .mod_cont {
  margin-bottom: 0;
}

#enjoy.index .mod_cont .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 640px) {
  #enjoy.index .mod_cont + .mod_cont {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 641px) {
  #enjoy.index .mod_cont:after {
    background-image: linear-gradient(to right, #e2e2e2, #e2e2e2 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
    content: "";
    display: block;
    font-size: 100%;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

#enjoy.index #campaign .campaign_cont .img {
  padding: 0 30px 0 29px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #campaign .campaign_cont .img {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #campaign .campaign_cont .img {
    padding: 0 !important;
  }
}

#enjoy.index #campaign .campaign_cont .img img {
  border-radius: 4px;
}

#enjoy.index #campaign .campaign_cont .info {
  padding-top: 16px;
}

#enjoy.index #campaign .campaign_cont .info h3 {
  border-bottom: 1px #646464 dotted;
  font-size: 142.9%;
  font-weight: 500;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #campaign .campaign_cont .info h3 {
    font-size: 121.4%;
  }
}

#enjoy.index #campaign .campaign_cont .info h3:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -6px;
}

@media only screen and (min-width: 641px) {
  #enjoy.index #quiz {
    margin-top: 0;
  }
}

#enjoy.index #quiz .cont_wrap {
  display: block;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap {
  max-width: none;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap p,
#enjoy.index #quiz .cont_wrap .quiz_wrap li {
  line-height: 1.5;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap .quiz_img {
  width: 33.3333333%;
  padding: 0 30px 0 29px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap .quiz_img {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap .quiz_img {
    padding: 0;
  }
}

#enjoy.index #quiz .cont_wrap .quiz_wrap .right {
  float: left;
  width: 100%;
  padding-left: 33.3333333%;
  margin-left: -33.3333333%;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap .right.deadline,
  #enjoy.index #quiz .cont_wrap .quiz_wrap .right.read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #enjoy.index #quiz .cont_wrap .quiz_wrap .right.deadline:before,
  #enjoy.index #quiz .cont_wrap .quiz_wrap .right.read:before {
    content: "";
    width: 1px;
    height: 1px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 641px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap .right.deadline br {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap form.right {
    clear: none;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #quiz .cont_wrap .quiz_wrap form.right {
    clear: both;
    padding-left: 0;
    margin-left: 0;
  }
}

#enjoy.index #quiz .cont_wrap .quiz_wrap p {
  margin-top: 0;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap p.read {
  margin-top: 10px;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap .answer {
  margin-top: 0;
  padding: 20px 30px;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap .answer ul {
  display: block;
}

#enjoy.index #quiz .cont_wrap .quiz_wrap .answer ul li + li {
  border: none;
  padding-left: 0;
  margin-top: 10px;
  margin-left: 0;
}

#enjoy.index #present .present_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #present .present_wrap {
    margin: 0 -5px;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap {
    display: block;
  }
}

#enjoy.index #present .present_wrap .present_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  padding: 0 9px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #present .present_wrap .present_set {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set {
    width: 100%;
  }

  #enjoy.index #present .present_wrap .present_set + .present_set {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #present .present_wrap .present_set + .present_set {
    margin-top: 10px;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 29px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap {
    padding: 10px;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap img {
    width: 100%;
  }
}

@media only screen and (min-width: 901px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap .icon {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap .icon {
    border-bottom-left-radius: 4px;
    color: #fff;
    display: block;
    font-size: 142.9%;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 17px;
  }
}

@media only screen and (max-width: 480px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap .icon {
    font-size: 100%;
    padding: 10px 13px;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .img_wrap,
#enjoy.index #present .present_wrap .present_set .cont_wrap h3,
#enjoy.index #present .present_wrap .present_set .cont_wrap p,
#enjoy.index #present .present_wrap .present_set .cont_wrap .download {
  display: block;
  width: 100%;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap h3 {
  font-size: 142.9%;
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap h3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0.5em;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap p {
  font-size: 114.3%;
  margin-top: 0;
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 900px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .download {
    display: none;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px -4px;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li {
  width: 33.3333333%;
  padding: 0 2px;
  margin-bottom: 4px;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li + li {
  margin-top: 0;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li.wide {
  width: 66.6666666%;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a {
  border: 2px #fc5f68 solid;
  background-color: #fc5f68;
  border-radius: 4px;
  display: block;
  color: #fff;
  font-size: 85.7%;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 5px 0;
}

@media only screen and (min-width: 1025px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a:hover {
    background-color: #fff;
    color: #fc5f68;
    opacity: 1;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a:not(.bg_blue) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a:not(.bg_blue):before {
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-weight: bold;
  font-size: 150%;
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a:not(.bg_blue):before {
    margin-right: 5px;
  }
}

#enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a.bg_blue {
  border: 2px #1a6bae solid;
  padding: 8px 0;
}

@media only screen and (min-width: 1025px) {
  #enjoy.index #present .present_wrap .present_set .cont_wrap .download ul li a.bg_blue:hover {
    background-color: #fff !important;
    color: #1a6bae;
    opacity: 1;
  }
}

#enjoy.index #app .app_cont .img {
  padding: 0 29px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #app .app_cont .img {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #app .app_cont .img {
    padding: 0;
  }
}

#enjoy.index #app .app_cont .img img {
  border: 1px #e7e9ea solid;
  border-radius: 4px;
}

#enjoy.index #app .app_cont .info {
  padding-top: 20px;
}

#enjoy.index #app .app_cont .info h3 {
  border-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #app .app_cont .info h3 img {
    margin: 0 auto;
  }
}

#enjoy.index #app .app_cont .info .down_load {
  margin-top: 18px;
}

#enjoy.index #app .app_cont .info .down_load a {
  background-color: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #app .app_cont .info .down_load a {
    display: block;
  }
}

#enjoy.index #app .app_cont .info .down_load a * {
  margin: 0;
}

#enjoy.index #app .app_cont .info .down_load a p {
  font-size: 114.3%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #app .app_cont .info .down_load a p {
    font-size: 107.1%;
    text-align: center;
  }
}

#enjoy.index #app .app_cont .info .down_load a img {
  margin-left: 24px;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #app .app_cont .info .down_load a img {
    margin: 10px auto 0;
  }
}

#enjoy.index #ayumi:after {
  margin-bottom: 0;
}

#enjoy.index #ayumi .ayumi_cont .img {
  padding: 0 30px 0 29px;
}

@media only screen and (max-width: 1024px) {
  #enjoy.index #ayumi .ayumi_cont .img {
    padding: 0 20px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  #enjoy.index #ayumi .ayumi_cont .img {
    padding: 0;
  }
}

#enjoy.index #ayumi .ayumi_cont .info {
  padding-top: 16px;
}

#enjoy.index #ayumi .ayumi_cont .info h3 {
  border-bottom: 1px #646464 dotted;
  font-size: 142.9%;
  font-weight: 500;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  #enjoy.index #ayumi .ayumi_cont .info h3 {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

#enjoy.index #ayumi .ayumi_cont .info h3:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -6px;
}

#enjoy.index #info_modal {
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #enjoy.index #info_modal {
    display: none !important;
  }
}

#enjoy.index #info_modal.download .modal_wrap {
  max-width: 600px;
}

#enjoy.index #info_modal.download .modal_wrap .modal_cont {
  padding: 20px;
}

#enjoy.index #info_modal.download .modal_wrap .modal_cont p + p {
  margin-top: 1em;
}

#enjoy.index #info_modal .modal_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  padding: 0;
}

#enjoy.index #info_modal .modal_wrap .modal_cont {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 20px;
}

#enjoy.index #info_modal .modal_wrap .modal_cont h3 {
  border-bottom: 1px #666 dashed;
  color: #fc5f68;
  font-size: 214.3%;
  font-weight: 900;
  text-align: center;
  padding: 26px 1em 24px;
}

#enjoy.index #info_modal .modal_wrap .modal_cont .read {
  font-size: 114.3%;
  padding: 20px 0 20px;
}

#enjoy.index #download {
  display: none;
}

/*                 ぴょんちゃんの歩み
======================================================= */
#history {
  overflow: hidden;
}

#history table {
  width: 100%;
  position: relative;
  z-index: 1;
}

#history table:before {
  content: "";
  background: #fdb7d8;
  background: linear-gradient(45deg, #fdb7d8 0%, #faf0d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb7d8", endColorstr="#faf0d8", GradientType=1);
  display: block;
  width: calc(100% - 265px);
  height: 100%;
  position: absolute;
  left: 130px;
  top: 80px;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  #history table:before {
    width: calc(100% - 228px);
    left: 68px;
  }
}

@media only screen and (max-width: 640px) {
  #history table:before {
    width: calc(100% - 206px);
  }
}

@media only screen and (max-width: 600px) {
  #history table:before {
    top: 50px;
    left: 34px;
    width: calc(100% - 104px);
  }
}

#history table:after {
  background: #fbc8d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbc8d5), to(#f8a9cb));
  background: linear-gradient(to bottom, #fbc8d5 0%, #f8a9cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbc8d5", endColorstr="#f8a9cb", GradientType=0);
  content: "";
  display: block;
  font-size: 100%;
  width: 135px;
  height: 100%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  #history table:after {
    width: 160px;
  }
}

@media only screen and (max-width: 600px) {
  #history table:after {
    top: 50px;
    width: 120px;
  }
}

@media only screen and (max-width: 480px) {
  #history table:after {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  #history table:after {
    width: 90px;
  }
}

@media only screen and (max-width: 350px) {
  #history table:after {
    width: 70px;
  }
}

#history table thead tr th {
  font-weight: 500;
  height: 80px;
  padding: 25px 35px;
}

@media only screen and (max-width: 600px) {
  #history table thead tr th {
    height: 50px;
    padding: 0 1em;
  }
}

#history table thead tr th:first-child {
  width: 130px;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #history table thead tr th:first-child {
    width: 68px;
  }
}

@media only screen and (max-width: 600px) {
  #history table thead tr th:first-child {
    width: 34px;
  }
}

#history table thead tr th:nth-child(2) {
  background-color: #ef72ac;
  color: #fff;
  font-size: 142.9%;
}

@media only screen and (max-width: 480px) {
  #history table thead tr th:nth-child(2) {
    font-size: 128.6%;
  }
}

@media only screen and (max-width: 400px) {
  #history table thead tr th:nth-child(2) {
    font-size: 114.3%;
  }
}

#history table thead tr th:nth-child(3) {
  background-color: #f9eece;
  font-size: 114.3%;
  text-align: center;
  width: 135px;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #history table thead tr th:nth-child(3) {
    width: 160px;
  }
}

@media only screen and (max-width: 600px) {
  #history table thead tr th:nth-child(3) {
    padding: 10px;
    width: 120px;
  }
}

@media only screen and (max-width: 480px) {
  #history table thead tr th:nth-child(3) {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  #history table thead tr th:nth-child(3) {
    font-size: 100%;
    width: 90px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 350px) {
  #history table thead tr th:nth-child(3) {
    padding: 10px;
    width: 70px;
  }
}

#history table tbody tr th {
  background: url(../media/images/pyonchan/border.gif) repeat-y 10px top;
  color: #ef72ac;
  vertical-align: top;
  width: 130px;
  font-size: 171.4%;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr th {
    background-position: 20px top;
    width: 68px;
    z-index: 0;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr th {
    background-position: 10px top;
    width: 34px;
  }
}

#history table tbody tr th span {
  display: block;
  line-height: 1;
  position: relative;
  padding-left: 44px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr th span {
    font-size: 142.9%;
    position: absolute;
    left: 0;
    padding-top: 2px;
    padding-left: 98px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr th span {
    font-size: 128.6%;
    padding-top: 0;
    padding-left: 50px;
  }
}

#history table tbody tr th span:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef72ac;
  border-radius: 50%;
  content: "";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 40%;
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr th span:before {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr th span:before {
    top: 6px;
    width: 24px;
    height: 24px;
  }
}

#history table tbody tr th span:after {
  background-color: #ef72ac;
  content: "";
  display: block;
  font-size: 100%;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 24px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr th span:after {
    top: 18px;
    width: 44px;
    height: 5px;
    left: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr th span:after {
    top: 16px;
    left: 24px;
    width: 24px;
    height: 2px;
  }
}

#history table tbody tr td {
  vertical-align: top;
  padding: 3px 30px 20px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr td {
    padding: 50px 30px 15px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr td {
    padding: 30px 15px 30px;
  }
}

#history table tbody tr td .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 800px) {
  #history table tbody tr td .info {
    display: block;
  }
}

#history table tbody tr td .info .img {
  width: 200px;
}

@media only screen and (max-width: 800px) {
  #history table tbody tr td .info .img {
    width: auto;
  }

  #history table tbody tr td .info .img img {
    width: 100%;
  }
}

#history table tbody tr td .info .read {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-top: 20px;
  padding-left: 15px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr td .info .read {
    padding-left: 0;
  }
}

#history table tbody tr td .info .read p {
  font-weight: 500;
}

#history table tbody tr td .info .read p.label {
  background-color: #ef72ac;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  #history table tbody tr td .info .read p.label {
    margin-bottom: 10px;
  }
}

#history table tbody tr td .info .read p.title {
  border-bottom: 1px #646464 dotted;
  font-size: 142.9%;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 14px;
}

@media only screen and (max-width: 600px) {
  #history table tbody tr td .info .read p.title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

#history table tbody tr td .info .read p.title + p {
  margin-left: 14px;
}

#history table tbody tr td + td {
  overflow: hidden;
  position: relative;
  padding: 0 20px 0;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr td + td {
    width: 160px;
    padding: 50px 20px 15px;
  }
}

@media only screen and (max-width: 640px) {
  #history table tbody tr td + td {
    width: 138px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr td + td {
    width: 70px;
    padding: 30px 10px 15px;
  }
}

#history table tbody tr td + td:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 7px;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#history table tbody tr td + td img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

#history table tbody tr td + td img + img {
  margin: 15px auto 0;
}

@media only screen and (max-width: 600px) {
  #history table tbody tr td + td img + img {
    margin: 10px auto 0;
  }
}

#history table tbody tr:first-of-type th {
  background-position: 10px 27px;
  position: relative;
  padding: 27px 0 0;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:first-of-type th {
    background-position: 20px 27px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:first-of-type th {
    background-position: 10px top;
    padding: 20px 0 0;
  }
}

#history table tbody tr:first-of-type th:before {
  background-color: #fff;
  width: 100%;
  height: 27px;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

#history table tbody tr:first-of-type td {
  padding: 27px 30px 15px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:first-of-type td {
    padding: 80px 30px 15px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:first-of-type td {
    padding: 60px 15px 30px;
  }
}

#history table tbody tr:first-of-type td + td {
  padding: 27px 20px 15px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:first-of-type td + td {
    padding: 80px 20px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:first-of-type td + td {
    padding: 60px 10px 15px;
  }
}

#history table tbody tr:first-of-type td + td:before {
  top: 25%;
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:first-of-type td + td:before {
    top: 100px;
  }
}

@media only screen and (min-width: 641px) {
  #history table tbody tr:first-of-type + tr td + td {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

#history table tbody tr:last-child th {
  background-position: 10px 27px;
  position: relative;
}

#history table tbody tr:last-child th:before {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

#history table tbody tr:last-child td {
  padding: 0 30px 30px;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:last-child td {
    padding: 50px 30px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:last-child td {
    padding: 30px 15px 30px;
  }
}

#history table tbody tr:last-child td + td {
  vertical-align: bottom;
  padding: 0 20px 30px;
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:last-child td + td {
    padding: 0 10px 30px;
  }
}

#history table tbody tr:last-child td + td:before {
  top: auto;
  bottom: 68%;
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:last-child td + td:before {
    bottom: 170px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:last-child td + td:before {
    bottom: 100px;
  }
}

#history table tbody tr:last-child td + td:after {
  background: url(../media/images/pyonchan/arrow.png) no-repeat left top;
  content: "";
  display: block;
  font-size: 100%;
  width: 35px;
  height: 22px;
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
  #history table tbody tr:last-child td + td:after {
    top: auto;
    bottom: 160px;
  }
}

@media only screen and (max-width: 600px) {
  #history table tbody tr:last-child td + td:after {
    background-size: contain;
    bottom: 90px;
    width: 20px;
    height: 15px;
  }
}

/*                 ぴょんちゃんの歩み
======================================================= */
#corporate {
  /*                 企業・採用情報
  ======================================================= */
  /*                 250余年のあゆみ
  ======================================================= */
  /*                 キャリア採用
  ======================================================= */
}

#corporate.index .related_links {
  margin-top: 0;
}

@media only screen and (min-width: 641px) {
  #corporate.index .related_links {
    padding: 0 18px;
  }
}

#corporate.history #history_chronology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #corporate.history #history_chronology {
    display: block;
  }
}

#corporate.history #history_chronology .hronology_cont {
  background-color: #fbf6ed;
  background: url(../media/images/corporate/history/hronology_bg.gif) repeat-y right top;
  background-size: calc(100% - 35px) auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #corporate.history #history_chronology .hronology_cont {
    width: auto;
  }
}

#corporate.history #history_chronology .hronology_cont + .hronology_cont {
  margin-left: 24px;
}

@media only screen and (max-width: 900px) {
  #corporate.history #history_chronology .hronology_cont + .hronology_cont {
    margin-left: 0;
  }
}

#corporate.history #history_chronology .hronology_cont:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#corporate.history #history_chronology .hronology_cont:after {
  background: url(../media/images/corporate/history/border.gif) repeat-y left top;
  content: "";
  display: block;
  font-size: 100%;
  height: 100%;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 2;
}

#corporate.history #history_chronology .hronology_cont .chronology_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#corporate.history #history_chronology .hronology_cont .chronology_set h2 {
  color: #8f7d5a;
  font-size: 171.4%;
  font-weight: bold;
  position: relative;
  width: 35px;
  z-index: 3;
  padding-top: 26px;
}

#corporate.history #history_chronology .hronology_cont .chronology_set h2:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8f7d5a;
  border-radius: 50%;
  content: "";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-size: 40%;
  width: 24px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  /*  @include media900{
    width: 40px;
    height: 40px;
  }
    @include media600{
    top: 6px;
    width: 24px;
    height: 24px;
  } */
}

#corporate.history #history_chronology .hronology_cont .chronology_set h2:after {
  background-color: #8f7d5a;
  content: "";
  display: block;
  font-size: 100%;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 41px;
  left: 24px;
  /*    @include media900{
    top: 18px;
    width: 44px;
    height: 5px;
    left: 40px;
  }
    @include media600{
    top: 16px;
    left: 24px;
    width: 24px;
    height: 2px;
  } */
}

#corporate.history #history_chronology .hronology_cont .chronology_set h2 span {
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
  z-index: 2;
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 66px 20px 20px;
}

@media only screen and (max-width: 640px) {
  #corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area {
    padding: 66px 20px 0;
  }
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info + .info {
  margin-top: 24px;
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  #corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info a:hover {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 900px) {
  #corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info a {
    display: block;
  }
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .img {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  #corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .img {
    width: auto;
  }
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .img img {
  border-radius: 4px;
  opacity: 1;
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .read {
  width: 50%;
  padding-top: 19px;
  padding-left: 14px;
}

@media only screen and (max-width: 900px) {
  #corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .read {
    width: auto;
    padding-left: 0;
  }
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .read dl dt {
  background-color: #8f7d5a;
  color: #fff;
  border-radius: 15px;
  font-weight: 500;
  max-width: 170px;
  padding: 5px 14px;
  margin-bottom: 12px;
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .read dl dd {
  font-size: 114.3%;
  font-weight: 500;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

#corporate.history #history_chronology .hronology_cont .chronology_set .chronology_area .info .read dl dd:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1a6bae;
  font-size: 150%;
  font-weight: bold;
  position: relative;
  top: 2px;
  line-height: 1;
  margin: 0 8px;
}

#corporate.career .img_title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  #corporate.career .mod_cont {
    margin-bottom: 0;
  }

  #corporate.career .mod_cont + .border_title._jsAco {
    margin-top: 0.8em;
  }

  #corporate.career .mod_cont + .mod_cont {
    margin-top: 2em;
  }

  #corporate.career .mod_cont + .flex {
    margin-top: 18px;
  }

  #corporate.career .mod_cont .thumb_list {
    overflow: hidden;
    padding-bottom: 2em;
    margin: 0 0 -20px;
  }

  #corporate.career .mod_cont .thumb_list .list_set {
    padding: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  #corporate.career .thumb_list {
    position: relative;
  }

  #corporate.career .thumb_list:after {
    border-top: 1px #cacaca dotted;
    content: "";
    display: block;
    font-size: 100%;
    height: 1px;
    width: 100%;
    margin-top: 18px;
  }
}

@media only screen and (max-width: 640px) {
  #corporate.staff_detail .img_title .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #corporate.staff_detail .img_title .title_wrap .title,
  #corporate.staff_detail .img_title .title_wrap .img {
    width: 100%;
  }

  #corporate.staff_detail .img_title .title_wrap .img {
    margin-bottom: 1em;
  }

  #corporate.staff_detail ._jsAco + .mod_cont {
    padding-bottom: 2em;
    margin-bottom: 0;
  }

  #corporate.staff_detail ._jsAco.active + .mod_cont {
    border-bottom: 1px #e2e2e2 solid;
  }

  #corporate.staff_detail ._jsAco.active.holiday_title + .mod_cont {
    border-bottom: none;
  }
}

/*                 サイトマップ
======================================================= */
@media only screen and (max-width: 640px) {
  #sitemap.index #main_contents {
    border-bottom: 1px #e2e2e2 solid;
  }

  #sitemap.index ._jsAco {
    border-top: 1px #e2e2e2 solid;
  }

  #sitemap.index ._jsAco h2 {
    border-bottom: none;
  }

  #sitemap.index ._jsAco.active._jsAco {
    border-bottom: 1px #e2e2e2 solid;
  }
}

#sitemap.index .sitemap_wrap {
  padding: 0 18px;
}

@media only screen and (max-width: 640px) {
  #sitemap.index .sitemap_wrap {
    padding: 0 0 2em;
  }
}

#sitemap.index .sitemap_wrap h3 {
  width: 100%;
  margin-bottom: 14px;
}

#sitemap.index .sitemap_wrap h4 {
  font-weight: bold;
}

#sitemap.index .sitemap_wrap + .sitemap_wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #sitemap.index .sitemap_wrap + .sitemap_wrap {
    margin-top: 0;
  }
}

#sitemap.index .sitemap_wrap .ub_list {
  margin: 0 -30px;
}

@media only screen and (max-width: 900px) {
  #sitemap.index .sitemap_wrap .ub_list {
    margin: 0 -9px;
  }
}

#sitemap.index .sitemap_wrap .ub_list li {
  padding: 0 30px;
}

#sitemap.index .sitemap_wrap .ub_list li:before {
  left: 35px;
}

@media only screen and (max-width: 900px) {
  #sitemap.index .sitemap_wrap .ub_list li {
    padding: 0 9px;
  }

  #sitemap.index .sitemap_wrap .ub_list li:before {
    left: 14px;
  }
}

#sitemap.index .sitemap_wrap .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 900px) {
  #sitemap.index .sitemap_wrap .list_wrap {
    margin: 0 -9px;
  }
}

@media only screen and (max-width: 640px) {
  #sitemap.index .sitemap_wrap .list_wrap {
    margin: 0 -9px -2em;
  }
}

#sitemap.index .sitemap_wrap .list_wrap .list_set {
  width: 33.3333333%;
  padding: 0 30px;
}

@media only screen and (max-width: 900px) {
  #sitemap.index .sitemap_wrap .list_wrap .list_set {
    padding: 0 9px;
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #sitemap.index .sitemap_wrap .list_wrap .list_set {
    width: 100%;
  }

  #sitemap.index .sitemap_wrap .list_wrap .list_set + .list_set {
    margin-top: 15px;
  }
}

#sitemap.index .sitemap_wrap .list_wrap .list_set .ub_list {
  margin: 0 -9px;
}

#sitemap.index .sitemap_wrap .list_wrap .list_set .ub_list li {
  padding: 0 9px;
}

#sitemap.index .sitemap_wrap .list_wrap .list_set .ub_list li:before {
  left: 15px;
}

@media only screen and (max-width: 900px) {
  #sitemap.index .grid {
    display: block;
  }

  #sitemap.index .grid .grid_cont {
    width: auto;
  }

  #sitemap.index .grid .grid_cont + .grid_cont {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 640px) {
  #sitemap.index .grid {
    margin-bottom: 0;
  }

  #sitemap.index .grid .grid_cont + .grid_cont {
    margin-top: 0;
  }
}

/*                 お問い合わせ
======================================================= */
#faq {
  /*                 お問い合わせ
  ======================================================= */
}

#faq.index h3 {
  font-size: 114.3%;
  margin-top: 24px;
}

#faq.index .faq_set {
  border: 1px #e2e2e2 solid;
  border-radius: 4px;
  padding: 24px 14px 20px;
}

@media only screen and (max-width: 640px) {
  #faq.index .faq_set {
    border-radius: 0;
  }
}

@media only screen and (max-width: 480px) {
  #faq.index .faq_set {
    padding: 18px 15px 14px;
  }
}

#faq.index .faq_set + .faq_set {
  margin-top: 18px;
}

@media only screen and (max-width: 640px) {
  #faq.index .faq_set + .faq_set {
    margin-top: 0;
    border-top: none;
  }
}

#faq.index .faq_set h4 {
  font-size: 128.6%;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 641px) {
  #faq.index .faq_set h4 {
    border-bottom: 1px #c8c8c8 solid;
    pointer-events: none;
    padding-bottom: 16px;
  }

  #faq.index .faq_set h4:after {
    background-color: #1a6bae;
    content: "";
    display: block;
    font-size: 100%;
    width: 5em;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #faq.index .faq_set h4 {
    cursor: pointer;
    position: relative;
  }

  #faq.index .faq_set h4:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #1a6bae;
    font-size: 120%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  #faq.index .faq_set h4.active:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  #faq.index .faq_set h4.active + ul {
    border-top: 1px #c8c8c8 solid;
    position: relative;
  }

  #faq.index .faq_set h4.active + ul:after {
    background-color: #1a6bae;
    content: "";
    display: block;
    font-size: 100%;
    width: 6em;
    height: 1px;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 641px) {
  #faq.index .faq_set ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 641px) {
  #faq.index .faq_set ul.col1 {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  #faq.index .faq_set ul {
    display: none;
    margin: 20px 0 0;
  }

  #faq.index .faq_set ul li {
    padding: 0;
  }

  #faq.index .faq_set ul li:before {
    left: 7px;
  }

  #faq.index .faq_set ul li:last-child a {
    border-bottom: none;
  }
}

#faq.index .mod_cont {
  padding: 0 18px;
}

#faq.index .mod_cont h2 {
  margin: 0 -18px;
}

@media only screen and (max-width: 640px) {
  #faq.index .mod_cont {
    padding: 0;
  }

  #faq.index .mod_cont h2 {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  #faq.index .sp_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #faq.index .sp_order .product_wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  #faq.index .sp_order .product_wrap h3 {
    margin-top: 0;
  }

  #faq.index .sp_order .product_wrap + .product_contact {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }

  #faq.index .sp_order .product_wrap + .product_contact:before {
    display: none;
  }

  #faq.index .sp_order .product_wrap + .product_contact .contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #faq.index .sp_order .product_wrap + .product_contact .contact_wrap .contact_set {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #faq.index .sp_order .product_wrap + .product_contact .contact_wrap .contact_set:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top: 1px #cacaca dotted;
    padding-top: 1.2em;
    margin-top: 1.2em;
  }

  #faq.index .sp_order .product_wrap + .product_contact .contact_wrap .contact_set + .contact_set {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
}

#faq.index .product_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  margin: 0 -9px 0;
}

@media only screen and (max-width: 1024px) {
  #faq.index .product_faq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 640px) {
  #faq.index .product_faq {
    display: block;
  }
}

#faq.index .product_faq .faq_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 25%;
  padding: 0 9px;
  margin: 0 0 18px;
}

@media only screen and (max-width: 1024px) {
  #faq.index .product_faq .faq_cont {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  #faq.index .product_faq .faq_cont {
    width: auto;
    margin: 0 0 -1px;
  }
}

@media only screen and (min-width: 641px) {
  #faq.index .others_product .ub_list {
    margin: 0 -24px;
  }

  #faq.index .others_product .ub_list li {
    padding: 0 24px;
  }

  #faq.index .others_product .ub_list li:before {
    left: 29px;
  }
}

#faq.index .product_wrap + .product_contact {
  margin-bottom: 3em;
}

#faq.index .product_wrap + .product_contact:before {
  border-top: 1px #cacaca dotted;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin: 36px 0 24px;
}

#faq.index .product_contact {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #faq.index .product_contact .contact_wrap .contact_set + .contact_set {
    padding-top: 1em;
    margin-top: 1.2em;
  }
}

/*                 個人情報の取扱いについて
======================================================= */
#info.index .main_title,
#privacy.index .main_title {
  margin-bottom: 20px;
}

#info.index .anchor_navi,
#privacy.index .anchor_navi {
  margin-top: -2em;
}

@media only screen and (max-width: 640px) {
  #info.index .anchor_navi,
  #privacy.index .anchor_navi {
    margin-top: 0;
  }
}

#info.index .anchor_navi .anchor,
#privacy.index .anchor_navi .anchor {
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #info.index .anchor_navi .anchor,
  #privacy.index .anchor_navi .anchor {
    display: block;
    margin-bottom: 2em;
  }

  #info.index .anchor_navi .anchor ul,
  #privacy.index .anchor_navi .anchor ul {
    display: block;
  }

  #info.index .anchor_navi .anchor ul li,
  #privacy.index .anchor_navi .anchor ul li {
    position: relative;
  }

  #info.index .anchor_navi .anchor ul li:before,
  #privacy.index .anchor_navi .anchor ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #info.index .anchor_navi .anchor ul li a,
  #privacy.index .anchor_navi .anchor ul li a {
    display: block;
    padding: 0.5em 0 0.5em 1.2em;
  }

  #info.index .anchor_navi .anchor ul li + li,
  #privacy.index .anchor_navi .anchor ul li + li {
    margin-left: 0;
  }
}

#info.index .privacy_set .privacy_cont,
#privacy.index .privacy_set .privacy_cont {
  padding: 0 18px;
}

@media only screen and (max-width: 640px) {
  #info.index .privacy_set .privacy_cont,
  #privacy.index .privacy_set .privacy_cont {
    padding: 0;
  }
}

#info.index .privacy_set .privacy_cont h3,
#privacy.index .privacy_set .privacy_cont h3 {
  border-bottom: 1px #c8c8c8 solid;
  font-size: 142.9%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

#info.index .privacy_set .privacy_cont h3:after,
#privacy.index .privacy_set .privacy_cont h3:after {
  background-color: #1a6bae;
  content: "";
  display: block;
  font-size: 100%;
  width: 5em;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
}

#info.index .privacy_set .privacy_cont h4,
#privacy.index .privacy_set .privacy_cont h4 {
  color: #1a6bae;
  font-size: 128.6%;
}

#info.index .privacy_set .privacy_cont p + h4,
#privacy.index .privacy_set .privacy_cont p + h4 {
  margin-top: 1.5em;
}

#info.index .privacy_set .privacy_cont a,
#privacy.index .privacy_set .privacy_cont a {
  color: #1a6bae;
}

#info.index .privacy_set .privacy_cont .bg_cont,
#privacy.index .privacy_set .privacy_cont .bg_cont {
  background: #f5f5f5;
  margin: 2em 0;
}

#info.index .privacy_set .privacy_cont .cont_set + .cont_set:before,
#privacy.index .privacy_set .privacy_cont .cont_set + .cont_set:before {
  border-top: 1px #cacaca dotted;
  content: "";
  font-size: 100%;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}

@media only screen and (max-width: 640px) {
  #info.index .privacy_set .privacy_cont .cont_set + .cont_set:before,
  #privacy.index .privacy_set .privacy_cont .cont_set + .cont_set:before {
    margin: 12px 0;
  }
}

#info.index .privacy_set .privacy_cont .read p,
#privacy.index .privacy_set .privacy_cont .read p {
  font-size: 114.3%;
  font-weight: bold;
}

#info.index .privacy_set .privacy_cont .read:after,
#privacy.index .privacy_set .privacy_cont .read:after {
  border-top: 1px #cacaca dotted;
  content: "";
  display: block;
  font-size: 100%;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

@media only screen and (max-width: 640px) {
  #info.index .privacy_set .privacy_cont .read:after,
  #privacy.index .privacy_set .privacy_cont .read:after {
    margin: 12px 0;
  }
}

#info.index .privacy_set .privacy_cont dl dt,
#privacy.index .privacy_set .privacy_cont dl dt {
  font-weight: 500;
  margin-bottom: 3px;
}

#info.index .privacy_set .privacy_cont dl dd + dt,
#privacy.index .privacy_set .privacy_cont dl dd + dt {
  margin-top: 1em;
}

#info.index .privacy_set .privacy_cont dl dd + dd,
#privacy.index .privacy_set .privacy_cont dl dd + dd {
  margin-top: 1em;
}

#info.index .privacy_set .privacy_cont table td a,
#privacy.index .privacy_set .privacy_cont table td a {
  color: #1a6bae;
}

#info.index .privacy_set .privacy_cont table td a:after,
#privacy.index .privacy_set .privacy_cont table td a:after {
  font-family: "Font Awesome 5 Free", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  color: #1a6bae;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0.3em;
}

#info.index .privacy_set .privacy_cont .privacy_contact,
#privacy.index .privacy_set .privacy_cont .privacy_contact {
  background-color: #f7f9fa;
  border: 2px #d2d7dc solid;
  padding: 25px 30px;
}

@media only screen and (max-width: 640px) {
  #info.index .privacy_set .privacy_cont .privacy_contact,
  #privacy.index .privacy_set .privacy_cont .privacy_contact {
    padding: 20px 15px;
  }
}

#info.index .privacy_set .privacy_cont .privacy_contact p,
#privacy.index .privacy_set .privacy_cont .privacy_contact p {
  font-size: 114.3%;
  font-weight: 500;
  line-height: 1.6;
}

#info.index .privacy_set ul.numbar_cont li:before,
#info.index .privacy_set ol.numbar_cont li:before,
#privacy.index .privacy_set ul.numbar_cont li:before,
#privacy.index .privacy_set ol.numbar_cont li:before {
  font-size: 100%;
  counter-increment: number 1;
  content: counter(number) " ";
}

#info.index .privacy_set ul.brackets,
#info.index .privacy_set ol.brackets,
#privacy.index .privacy_set ul.brackets,
#privacy.index .privacy_set ol.brackets {
  counter-reset: number 0;
}

#info.index .privacy_set ul.brackets li:before,
#info.index .privacy_set ol.brackets li:before,
#privacy.index .privacy_set ul.brackets li:before,
#privacy.index .privacy_set ol.brackets li:before {
  font-size: 100%;
  counter-increment: number 1;
  content: "（" counter(number) "）";
}

#info.index .privacy_set ul .half_brackets,
#info.index .privacy_set ol .half_brackets,
#privacy.index .privacy_set ul .half_brackets,
#privacy.index .privacy_set ol .half_brackets {
  counter-reset: number 0;
}

#info.index .privacy_set ul .half_brackets li:before,
#info.index .privacy_set ol .half_brackets li:before,
#privacy.index .privacy_set ul .half_brackets li:before,
#privacy.index .privacy_set ol .half_brackets li:before {
  font-size: 100%;
  counter-increment: number 1;
  content: counter(number) "）";
}

#info.index .privacy_set ul > li > ul,
#info.index .privacy_set ol > li > ul,
#privacy.index .privacy_set ul > li > ul,
#privacy.index .privacy_set ol > li > ul {
  margin-left: 2em;
}

#info.index .bg_cont,
#privacy.index .bg_cont {
  border: 2px #d2d7dc solid;
}

#info.index .bg_cont p,
#privacy.index .bg_cont p {
  font-size: 114.3%;
  font-weight: 500;
}

#info.index .related_links,
#privacy.index .related_links {
  margin-top: 0;
}

#info.index #anchor02 ul li + li,
#privacy.index #anchor02 ul li + li {
  margin-top: 1em;
}

@media only screen and (min-width: 641px) {
  #info.index #anchor02 ul li a,
  #privacy.index #anchor02 ul li a {
    display: inline-block;
    margin-right: 1em;
  }
}

@media only screen and (max-width: 640px) {
  #info.index #anchor02 ul li a,
  #privacy.index #anchor02 ul li a {
    display: block;
    line-height: 1;
  }
}

#info.index.result #anchor04 ul li + li,
#privacy.index.result #anchor04 ul li + li {
  margin-top: 1em;
}

@media only screen and (min-width: 641px) {
  #info.index.result #anchor04 ul li a,
  #privacy.index.result #anchor04 ul li a {
    display: inline-block;
    margin-right: 1em;
  }
}

@media only screen and (max-width: 640px) {
  #info.index.result #anchor04 ul li a,
  #privacy.index.result #anchor04 ul li a {
    display: block;
    line-height: 1;
  }
}

.numbar_cont {
  counter-reset: number 0;
}

.numbar_cont dl dt:before {
  font-size: 100%;
  counter-increment: number 1;
  content: counter(number) " ";
}

.numbar_cont.brackets {
  counter-reset: number 0;
}

.numbar_cont.brackets dl dt:before {
  font-size: 100%;
  counter-increment: number 1;
  content: "（" counter(number) "）";
}

/*                 関連リンク
======================================================= */
#link.index .mod_cont .img_link {
  margin-top: -1.2em;
  padding: 0 18px;
}

@media only screen and (max-width: 640px) {
  #link.index .mod_cont .img_link {
    margin-top: -10px;
    padding: 0;
  }
}

#link.index .mod_cont > .grid {
  margin-top: -1.5em;
}

#link.index .mod_cont > .grid .grid_cont > ul.ub_list {
  padding: 0 18px;
  margin: 0 -30px;
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont > .grid .grid_cont > ul.ub_list {
    padding: 0;
    margin: 0 -2px;
  }
}

@media only screen and (max-width: 640px) {
  #link.index .mod_cont > .grid .grid_cont > ul.ub_list {
    margin: 0;
  }
}

#link.index .mod_cont > .grid .grid_cont > ul.ub_list li {
  padding: 0 30px;
}

#link.index .mod_cont > .grid .grid_cont > ul.ub_list li:before {
  font-size: 100%;
  left: 35px;
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont > .grid .grid_cont > ul.ub_list li {
    padding: 0;
  }

  #link.index .mod_cont > .grid .grid_cont > ul.ub_list li:before {
    left: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont > .grid .grid_cont > ul.ub_list.col2 li {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont > .grid .grid_cont.grid8,
  #link.index .mod_cont > .grid .grid_cont.grid4 {
    width: 50%;
  }
}

#link.index .mod_cont .grid h3 {
  padding: 0 18px;
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont .grid h3 {
    padding: 0;
  }
}

#link.index .mod_cont .grid.classification {
  margin: 0 -18px;
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont .grid.classification {
    margin: 0 -2px;
  }
}

@media only screen and (max-width: 900px) {
  #link.index .mod_cont .grid.classification {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  #link.index .mod_cont .grid.classification {
    margin: 0;
  }
}

#link.index .mod_cont .grid.classification h4 {
  border-bottom: 1px #1a6bae dotted;
  font-weight: bold;
  padding-bottom: 10px;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #link.index .mod_cont .grid.classification h4 {
    margin-left: 0;
    margin-right: 0;
  }
}

#link.index .mod_cont .grid.classification .parent a {
  font-size: 114.3%;
  font-weight: bold;
}

#link.index .mod_cont .grid.classification .grid_cont {
  padding: 0 18px;
}

@media only screen and (max-width: 900px) {
  #link.index .mod_cont .grid.classification .grid_cont {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #link.index .mod_cont .grid.classification .grid_cont {
    padding: 0;
  }
}

#link.index .mod_cont .grid.classification .grid_cont > ul.ub_list {
  margin: 0;
}

#link.index .mod_cont .grid.classification .grid_cont > ul.ub_list li {
  padding: 0;
}

#link.index .mod_cont .grid.classification .grid_cont > ul.ub_list li:before {
  font-size: 100%;
  left: 5px;
}

#link.index .mod_cont .grid.classification .grid_cont + .grid_cont {
  margin-top: 8px;
}

@media only screen and (max-width: 900px) {
  #link.index .mod_cont .grid.classification .grid_cont + .grid_cont {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  #link.index .grid4 {
    margin-top: 0;
  }
}

#link.index .grid4 .ub_list.font18 li a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -1px;
  padding: 15px 0 15px 20px;
}

#link.index .grid4 .ub_list.font18 li a span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-size: 72%;
}

@media only screen and (min-width: 1025px) {
  #link.index .grid4 .ub_list.font18 li a:hover span {
    color: #1a6bae;
  }
}

/*                 404
======================================================= */
#not404 #not404_area {
  background-color: #f0f3f5;
  border-radius: 4px;
  padding: 36px 40px 40px;
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  #not404 #not404_area {
    border-radius: 0;
    padding: 30px 30px 40px;
    margin: 20px -15px 0;
  }
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area {
    padding: 20px 15px 20px;
    margin: 10px -15px 50px;
  }
}

#not404 #not404_area #not404_cont {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
  #not404 #not404_area #not404_cont {
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area #not404_cont {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 640px) {
  #not404 #not404_area #not404_cont .read {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area #not404_cont .read {
    margin-bottom: 15px;
  }
}

#not404 #not404_area #not404_cont .read h1 {
  font-size: 214.3%;
  font-weight: bold;
  line-height: 1.7;
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area #not404_cont .read h1 {
    font-size: 157.1%;
  }
}

#not404 #not404_area #not404_cont .read p {
  font-size: 114.3%;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #not404 #not404_area #not404_cont .read p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area #not404_cont .read p {
    font-size: 85.7%;
  }
}

@media only screen and (max-width: 640px) {
  #not404 #not404_area #not404_cont .img img {
    max-width: 56%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area .product_contact .link_navi ul:first-child li:last-child a {
    border-bottom: none;
  }
}

#not404 #not404_area .product_contact .link_navi ul li a {
  border-bottom: 1px #1a6bae dotted;
}

#not404 #not404_area .product_contact .link_navi ul li + li a {
  border-top: none;
}

@media only screen and (max-width: 480px) {
  #not404 #not404_area .product_contact {
    margin-top: 0;
  }

  #not404 #not404_area .product_contact .contact_set + .contact_set {
    border: none;
    padding-top: 0;
    margin-top: 15px;
  }
}

/*                 検索結果
======================================================= */
#search.result #search_form {
  background-color: #f0f3f5;
  border-radius: 4px;
  padding: 50px 50px;
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  #search.result #search_form {
    padding: 30px;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 480px) {
  #search.result #search_form {
    padding: 20px 15px;
  }
}

#search.result #search_form .form_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

#search.result #search_form .form_wrap .form_set:first-child dt {
  padding-top: 0.2em;
}

#search.result #search_form .form_wrap .form_set:first-child dd {
  font-size: 85.7%;
}

#search.result #search_form .form_wrap .form_set:first-child label {
  overflow: hidden;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#search.result #search_form .form_wrap .form_set:first-child label input {
  background-color: #fff;
  border-top: 1px #e6eaec solid;
  border-left: 1px #e6eaec solid;
  border-bottom: 1px #e6eaec solid;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  height: 35px;
  font-size: 114.3%;
  width: 100%;
  padding: 0.5em 60px 0.5em 1em;
}

@media only screen and (max-width: 900px) {
  #search.result #search_form .form_wrap .form_set:first-child label input {
    font-size: 114.3%;
  }
}

#search.result #search_form .form_wrap .form_set:first-child label button {
  background-color: #1a6bae;
  display: block;
  height: 34px;
  width: 50px;
  border-radius: 0 8px 8px 0;
}

#search.result #search_form .form_wrap .form_set:first-child label button:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "";
  font-size: 100%;
}

#search.result #search_form .form_wrap .form_set + .form_set {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  #search.result #search_form .form_wrap .form_set + .form_set {
    margin-top: 15px;
  }
}

#search.result #search_form .form_wrap .form_set + .form_set fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#search.result #search_form .form_wrap .form_set + .form_set input {
  opacity: 0;
  position: absolute;
}

#search.result #search_form .form_wrap .form_set + .form_set input:checked + label:before {
  color: #1a6bae;
}

#search.result #search_form .form_wrap .form_set + .form_set label {
  display: block;
  float: left;
}

#search.result #search_form .form_wrap .form_set + .form_set label + input + label {
  margin-left: 2em;
}

#search.result #search_form .form_wrap .form_set + .form_set label:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px #ced5da solid;
  background-color: #fff;
  border-radius: 50px;
  content: "";
  color: #fff;
  display: inline-block;
  font-size: 80%;
  width: 1em;
  height: 1em;
  line-height: 1.1em;
  padding: 2px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  top: -2px;
  margin-right: 0.5em;
}

#search.result #search_form .form_wrap .form_set dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  #search.result #search_form .form_wrap .form_set dl {
    display: block;
  }
}

#search.result #search_form .form_wrap .form_set dl dt {
  font-weight: 500;
  font-size: 114.3%;
  width: 13em;
}

@media only screen and (max-width: 900px) {
  #search.result #search_form .form_wrap .form_set dl dt {
    width: 10em;
  }
}

@media only screen and (max-width: 640px) {
  #search.result #search_form .form_wrap .form_set dl dt {
    width: auto;
    margin-bottom: 5px;
  }
}

#search.result #search_form .form_wrap .form_set dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#search.result .result_info {
  margin-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  #search.result .result_info {
    margin-bottom: 2em;
  }
}

#search.result .result_info h2 {
  margin-bottom: 0;
}

#search.result .result_info .info_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px #e2e2e2 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

#search.result .result_info .info_area p,
#search.result .result_info .info_area li {
  line-height: 1.5;
}

#search.result .result_info .info_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

#search.result .result_info .info_area ul li {
  cursor: pointer;
  margin-top: 0;
}

#search.result .result_info .info_area ul li.selected {
  color: #1a6bae;
  font-weight: 500;
}

#search.result .result_info .info_area ul li + li {
  margin-left: 1em;
  border-left: 1px #e2e2e2 dotted;
  padding-left: 1em;
}

#search.result #ss-result .result_item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  #search.result #ss-result .result_item a:hover {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 640px) {
  #search.result #ss-result .result_item a {
    display: block;
  }
}

#search.result #ss-result .result_item + .result_item {
  border-top: 1px #f0f3f5 dotted;
  padding-top: 2em;
  margin-top: 2em;
}

@media only screen and (max-width: 640px) {
  #search.result #ss-result .result_item + .result_item {
    padding-top: 1em;
    margin-top: 1em;
  }
}

#search.result #ss-result .result_item .img {
  width: 200px;
}

#search.result #ss-result .result_item .img img {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #search.result #ss-result .result_item .img {
    display: none;
  }
}

#search.result #ss-result .result_item .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 1.5em;
}

@media only screen and (max-width: 640px) {
  #search.result #ss-result .result_item .txt {
    padding-left: 0;
  }
}

#search.result #ss-result .result_item .txt h3 {
  color: #000;
  font-weight: 500;
  font-size: 128.6%;
}

@media only screen and (max-width: 640px) {
  #search.result #ss-result .result_item .txt h3 {
    font-size: 114.3%;
  }
}

#search.result #ss-result .result_item .txt h3 .ss-highlight {
  color: #fc5f68;
  display: inline-block;
}

#search.result #ss-result .result_item p {
  color: #000;
}

#search.result #ss-result .result_item p .ss-highlight {
  color: #fc5f68;
}

#search.result #ss-result .result_item p + .link {
  color: #1a6bae;
  margin-top: 0;
}

#search.result #ss-result #ss-not-found dl dt {
  font-size: 114.3%;
  font-weight: 500;
}

#search.result #ss-result #ss-not-found dl dd ul li {
  line-height: 1.5;
}

#search.result .ss-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  #search.result .ss-pagination {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 1.5em;
  }
}

@media only screen and (max-width: 480px) {
  #search.result .ss-pagination {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

#search.result .ss-pagination > span + span {
  margin-left: 10px;
}

#search.result .ss-pagination > span > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
}

@media only screen and (min-width: 1025px) {
  #search.result .ss-pagination > span > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #search.result .ss-pagination > span > span:hover {
    color: #1a6bae;
  }
}

#search.result .ss-pagination > span.ss-page > span {
  border: 1px #1a6bae solid;
}

@media only screen and (min-width: 1025px) {
  #search.result .ss-pagination > span.ss-page > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #search.result .ss-pagination > span.ss-page > span:hover {
    background-color: #1a6bae;
    color: #fff;
  }
}

#search.result .ss-pagination > span.ss-page.ss-select-page > span {
  background-color: #1a6bae;
  color: #fff;
  font-weight: 500;
}

@media only screen and (min-width: 901px) {
  #cm .mod_cont {
    padding: 0 18px;
  }
}
