@charset "UTF-8";
@media print {
  body {
    overflow: visible !important;
    size: A4 portrait;
    -webkit-print-color-adjust: exact;
    width: 1100px;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    page-break-before: auto;
  }
}
@media print {
  #wrapper {
    overflow: visible !important;
  }
}
@media print {
  footer {
    display: none;
  }
}
@media print {
  .main_width {
    width: 1100px;
    max-width: 100%;
    padding: 0;
  }
}
ruby {
  line-height: 1;
}
ruby > rt {
  display: block;
  font-size: 50%;
  text-align: start;
}

.ruby {
  display: inline-block;
  line-height: 1;
  padding-top: 0.5em;
}
.ruby[data-ruby] {
  position: relative;
}
.ruby[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 50%;
}

/*                タイトル装飾
======================================================= */
@media only screen and (max-width: 1024px) {
  .icon_title {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 800px) {
  .icon_title {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 640px) {
  .icon_title {
    margin: 0 -15px;
  }
}
.icon_title h2 {
  background-color: #f5f5f5;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 171.4%;
  padding: 0.85em 1.3em;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 1024px) {
  .icon_title h2 {
    padding: 0.85em 30px;
  }
}
@media only screen and (max-width: 800px) {
  .icon_title h2 {
    padding: 0.85em 20px;
  }
}
@media only screen and (max-width: 640px) {
  .icon_title h2 {
    font-size: 142.9%;
    padding: 0.85em 15px;
  }
}
@media only screen and (max-width: 480px) {
  .icon_title h2 {
    font-size: 128.6%;
  }
}
.icon_title h2:before {
  background: url(../media/images/common/bg_dot.gif) repeat-y right top;
  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;
  margin-right: 0.8em;
  padding-right: 0.8em;
}
.cm_gallery .icon_title h2:before {
  content: "\e90c";
}
.quiz .icon_title h2:before {
  content: "\e90d";
  font-weight: 600;
}
.reading .icon_title h2:before {
  content: "\e910";
}
.news_list .icon_title h2:before {
  content: "\e911";
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.red {
  color: #c30f0f;
}

/*                table
======================================================= */
table {
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/*                pageTop
======================================================= */
@media print {
  #page_top {
    display: none;
  }
}
#page_top a {
  background-color: #1a6bae;
  color: #fff;
  display: block;
  font-size: 114.3%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 1.5em 1em;
}
#page_top a:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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: "\e913";
  font-weight: bold;
  margin-right: 0.5em;
}
@media only screen and (min-width: 1025px) {
  #page_top a:hover {
    background-color: #5692c3;
  }
  #page_top a:hover:before {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

/*                footer
======================================================= */
#bland_link {
  border-bottom: 4px #1a6bae solid;
}
@media print {
  #bland_link {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  #bland_link {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #bland_link {
    border-bottom: 2px #1a6bae solid;
  }
}
#bland_link a {
  color: #1a6bae;
  display: block;
  font-size: 114.3%;
  font-weight: 500;
  text-align: center;
  padding: 1.5em 1em;
}
@media print {
  #footer {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer {
    font-size: 85.7%;
  }
}
#footer #footer_navi {
  padding: 3.125em 0 4.375em;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi {
    display: none;
  }
}
#footer #footer_navi .navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1em;
}
#footer #footer_navi .navi_wrap .navi_set {
  padding: 0 1em;
}
#footer #footer_navi .navi_wrap .navi_set:first-child {
  margin-right: -2em;
}
#footer #footer_navi .navi_wrap .navi_set > ul > li {
  font-size: 107.1%;
  font-weight: 500;
}
#footer #footer_navi .navi_wrap .navi_set > ul > li + li {
  margin-top: 0.9em;
}
#footer #footer_navi .navi_wrap .navi_set > ul > li > ul > li {
  font-size: 92.9%;
  margin-top: 1em;
}
#footer #footer_btm {
  background-color: #f5f5f5;
  padding: 2.5em 0 3.75em;
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm {
    background-color: #fff;
    padding: 0;
  }
}
#footer #footer_btm #footer_link {
  -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;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm #footer_link {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm #footer_link {
    background-color: #f5f5f5;
    padding-top: 20px;
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm #footer_link {
    padding-top: 15px;
    margin: 0 -15px;
  }
}
#footer #footer_btm .sns_share {
  width: 250px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .sns_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .sns_share {
    margin: 0 40px 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm .sns_share {
    margin: 0 30px 15px;
  }
}
#footer #footer_btm .sns_share dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .sns_share dl {
    margin: 0 auto;
  }
}
#footer #footer_btm .sns_share dl dt {
  font-size: 85.7%;
  margin-right: 16px;
}
#footer #footer_btm .sns_share ul {
  display: table;
  table-layout: fixed;
  margin: 0 -5px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .sns_share ul {
    margin: 0 auto;
  }
}
#footer #footer_btm .sns_share ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0 5px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .sns_share ul li {
    padding: 0 25px;
  }
  #footer #footer_btm .sns_share ul li img {
    width: 80px;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .sns_share ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm .sns_share ul li {
    padding: 0 5px;
  }
  #footer #footer_btm .sns_share ul li img {
    width: 50px;
  }
}
#footer #footer_btm .sns_share ul li a {
  display: block;
}
#footer #footer_btm .site_link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .site_link {
    margin: 0;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .site_link {
    background-color: #fff;
    border-bottom: 1px #dedede solid;
    padding: 15px 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm .site_link {
    padding: 10px 15px 0;
  }
}
#footer #footer_btm .site_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.6em -6px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .site_link ul {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .site_link ul {
    border-top: 1px #dedede solid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em -21px -1px;
  }
}
#footer #footer_btm .site_link ul li {
  border-left: 1px #414141 solid;
  font-size: 85.7%;
  line-height: 1.2;
  padding: 0 0.6em;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1100px) {
  #footer #footer_btm .site_link ul li {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .site_link ul li {
    border-right: 1px #dedede solid;
    border-left: none;
    font-size: 100%;
    text-align: center;
    width: 50%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm .site_link ul li {
    width: 100%;
  }
  #footer #footer_btm .site_link ul li:nth-child(even) {
    border-left: none;
  }
}
#footer #footer_btm .site_link ul li a {
  display: block;
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm .site_link ul li a {
    border-bottom: 1px #dedede solid;
    padding: 1em 1em;
  }
}
#footer #footer_btm #copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px #d3d3d3 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm #copy {
    border-top: none;
    display: block;
    padding: 0;
    margin-bottom: 2em;
  }
}
#footer #footer_btm #copy .logo a {
  display: block;
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm #copy .logo a img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_btm #copy .logo a img {
    max-width: 40%;
  }
}
#footer #footer_btm #copy p {
  font-size: 78.6%;
}
@media only screen and (max-width: 900px) {
  #footer #footer_btm #copy p {
    font-size: 85.7%;
    text-align: center;
    margin-top: 3em;
  }
}

/*                アイコンフォント
======================================================= */
.icon {
  speak: none;
}
.icon: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;
}
.icon.icon01:before, .icon.atama:before, .icon.pain-care:before {
  content: "\e900";
}
.icon.icon02:before, .icon.cold:before {
  content: "\e901";
}
.icon.icon03:before, .icon.hana:before, .icon.allergy:before {
  content: "\e902";
}
.icon.icon04:before, .icon.sleep:before {
  content: "\e903";
}
.icon.icon05:before, .icon.constipation:before {
  content: "\e904";
}
.icon.icon06:before, .icon.ichou:before, .icon.digestive-health:before {
  content: "\e905";
}
.icon.icon07:before, .icon.motion-sickness:before {
  content: "\e906";
}
.icon.icon08:before, .icon.vitamine:before {
  content: "\e907";
}
.icon.icon09:before {
  content: "\e908";
}
.icon.icon10:before {
  content: "\e909";
}
.icon.icon11:before, .icon.ha:before, .icon.oral:before {
  content: "\e90a";
}
.icon.icon12:before {
  content: "\e90b";
}
.icon.icon13:before {
  content: "\e90c";
}
.icon.icon14:before {
  content: "\e90d";
}
.icon.icon15:before {
  content: "\e910";
}
.icon.icon16:before {
  content: "\e911";
}
.icon.icon17:before {
  content: "\e912";
}
.icon.icon18:before {
  content: "\e913";
}
.icon.icon19:before {
  content: "\e914";
}
.icon.icon20:before {
  content: "\e915";
}
.icon.icon21:before, .icon.drink:before {
  content: "\e90e";
}
.icon.icon22:before, .icon.foods:before {
  content: "\e90f";
}
.icon.icon23:before, .icon.external-dermatological:before {
  content: "\e918";
}
.icon.icon24:before, .icon.drowsiness:before {
  content: "\e919";
}
.icon.icon25:before, .icon.urine:before {
  content: "\e91a";
}
.icon.icon26:before, .icon.external-poultice:before {
  content: "\e91b";
}
.icon.icon27:before, .icon.swelling:before {
  content: "\e91c";
}
.icon.icon28:before, .icon.other:before, .icon.others:before {
  content: "\e91d";
}
.icon.icon29:before, .icon.karada:before {
  content: "\e91e";
}
.icon.icon30:before, .icon.kata:before {
  content: "\e91f";
}
.icon.icon31:before, .icon.mimi:before {
  content: "\e920";
}
.icon.icon32:before, .icon.teashi:before {
  content: "\e921";
}
.icon.icon33:before, .icon.me:before {
  content: "\e922";
}
.icon.icon34:before, .icon.koshi:before {
  content: "\e923";
}
.icon.icon35:before, .icon.kuchi:before {
  content: "\e924";
}
.icon.icon36:before, .icon.shikyu:before {
  content: "\e925";
}
.icon.icon37:before, .icon.hada:before {
  content: "\e926";
}
.icon.icon38:before, .icon.hinyouki:before {
  content: "\e927";
}
.icon.icon39:before, .icon.koumon:before {
  content: "\e928";
}
.icon.icon40:before, .icon.nodo:before {
  content: "\e929";
}
.icon.foods-in-general:before {
  content: "\e92a";
}

.product_search {
  margin: 2em 0 0;
}
.product_search:after {
  background: url(../media/images/common/shadow.gif) repeat-x left bottom;
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  margin-top: 3.75em;
}
@media only screen and (max-width: 800px) {
  .product_search:after {
    display: none;
  }
}
.product_search h2 {
  color: #1a6bae;
  font-size: 214.3%;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .product_search h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 800px) {
  .product_search h2 {
    font-size: 185.7%;
  }
}
@media only screen and (max-width: 640px) {
  .product_search h2 {
    font-size: 171.4%;
  }
}
.product_search h2:after {
  background-color: #1a6bae;
  content: "";
  display: block;
  height: 2px;
  width: 2em;
  margin: 0.5em auto 0;
}
.product_search .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.9em;
}
@media only screen and (max-width: 1024px) {
  .product_search .search_wrap {
    display: block;
  }
}
.product_search .search_wrap .search_icon {
  width: 65.714286%;
}
@media only screen and (max-width: 1024px) {
  .product_search .search_wrap .search_icon {
    width: auto;
    font-size: 114.3%;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 800px) {
  .product_search .search_wrap .search_icon {
    font-size: 128.6%;
  }
}
@media only screen and (max-width: 640px) {
  .product_search .search_wrap .search_icon {
    font-size: 114.3%;
  }
}
@media only screen and (max-width: 600px) {
  .product_search .search_wrap .search_icon {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product_search .search_wrap .search_icon {
    font-size: 2.6vw;
  }
}
@media only screen and (max-width: 370px) {
  .product_search .search_wrap .search_icon {
    font-size: 71.4%;
  }
}
@media only screen and (max-width: 350px) {
  .product_search .search_wrap .search_icon {
    font-size: 64.3%;
  }
}
.product_search .search_wrap .search_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px -6px;
}
@media only screen and (max-width: 800px) {
  .product_search .search_wrap .search_icon ul {
    margin: 0 -9px -18px;
  }
}
@media only screen and (max-width: 640px) {
  .product_search .search_wrap .search_icon ul {
    margin: 0 -5px -10px;
  }
}
.product_search .search_wrap .search_icon ul li {
  width: 16.6666666%;
  padding: 0 3px;
  margin-bottom: 6px;
  /* @include media400{
    width: 33.3333333%;
  } */
}
@media only screen and (max-width: 800px) {
  .product_search .search_wrap .search_icon ul li {
    width: 25%;
    padding: 0 9px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .product_search .search_wrap .search_icon ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.product_search .search_wrap .search_icon ul li a {
  border: 2px #1a6bae solid;
  border-radius: 5px;
  display: block;
  position: relative;
}
.product_search .search_wrap .search_icon ul li a:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  padding-left: 200%;
}
@media only screen and (max-width: 480px) {
  .product_search .search_wrap .search_icon ul li a:before {
    padding-top: 101%;
    padding-bottom: 5px;
  }
}
.product_search .search_wrap .search_icon ul li a span {
  display: block;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.product_search .search_wrap .search_icon ul li a span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  color: #1a6bae;
  display: block;
  font-size: 500%;
  margin: -4px 0 -2px;
}
@media only screen and (max-width: 350px) {
  .product_search .search_wrap .search_icon ul li a span:before {
    font-size: 450%;
  }
}
@media only screen and (max-width: 480px) {
  .product_search .search_wrap .search_icon ul li a span:before {
    font-size: 450%;
    margin: -5px 0 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .product_search .search_wrap .search_icon ul li a:hover {
    background-color: #1a6bae;
    color: #fff;
  }
  .product_search .search_wrap .search_icon ul li a:hover span:before {
    color: #fff;
  }
}
.product_search .search_wrap .search_icon ul li:first-child a span:before {
  content: "\e900";
}
.product_search .search_wrap .search_icon ul li:nth-child(2) a span:before {
  content: "\e901";
}
.product_search .search_wrap .search_icon ul li:nth-child(3) a span:before {
  content: "\e902";
}
.product_search .search_wrap .search_icon ul li:nth-child(4) a span:before {
  content: "\e903";
}
.product_search .search_wrap .search_icon ul li:nth-child(5) a span:before {
  content: "\e904";
}
.product_search .search_wrap .search_icon ul li:nth-child(6) a span:before {
  content: "\e905";
}
.product_search .search_wrap .search_icon ul li:nth-child(7) a span:before {
  content: "\e906";
}
.product_search .search_wrap .search_icon ul li:nth-child(8) a span:before {
  content: "\e907";
}
.product_search .search_wrap .search_icon ul li:nth-child(9) a span:before {
  content: "\e908";
}
.product_search .search_wrap .search_icon ul li:nth-child(10) a span:before {
  content: "\e909";
}
.product_search .search_wrap .search_icon ul li:nth-child(11) a span:before {
  content: "\e90a";
}
.product_search .search_wrap .search_icon ul li:nth-child(12) a span:before {
  content: "\e90b";
}
.product_search .search_wrap .search_btn {
  width: 34.285714%;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .product_search .search_wrap .search_btn {
    width: auto;
    padding-right: 0;
  }
}
.product_search .search_wrap .search_btn ul {
  height: 100%;
}
.product_search .search_wrap .search_btn ul li {
  text-align: left;
  height: 33.3333333%;
}
.product_search .search_wrap .search_btn ul li + li {
  margin-top: 1.6%;
}
@media only screen and (max-width: 1024px) {
  .product_search .search_wrap .search_btn ul li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .product_search .search_wrap .search_btn ul li + li {
    margin-top: 10px;
  }
}
.product_search .search_wrap .search_btn ul li a {
  background-color: #1a6bae;
  border: 2px #1a6bae solid;
  color: #fff;
  display: block;
  border-radius: 8px;
  font-size: 128.6%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 5% 3em 5% 20px;
}
@media all and (-ms-high-contrast: none) {
  .product_search .search_wrap .search_btn ul li a {
    padding: 6% 3em 4% 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_search .search_wrap .search_btn ul li a {
    padding: 1em 3em 1em 20px;
  }
}
@media only screen and (max-width: 640px) {
  .product_search .search_wrap .search_btn ul li a {
    padding: 1em 3em 1em 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .product_search .search_wrap .search_btn ul li a:hover {
    background-color: #fff;
    color: #1a6bae;
  }
}
.product_search .search_wrap .search_btn ul li a: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: "\f105";
  position: absolute;
  font-size: 100%;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*                共通class
======================================================= */
.iconRe {
  display: inline-block;
  color: #e73262;
}

.iconPu {
  display: inline-block;
  color: #a04278;
}

.iconBu {
  display: inline-block;
  color: #759bc2;
}

.iconGr {
  display: inline-block;
  color: #94a706;
}

.iconOr {
  display: inline-block;
  color: #f5a347;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.red {
  color: #cc0000 !important;
}

.blue {
  color: #1a6bae !important;
}

.pink {
  color: #fc5f68 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_red {
  background: #cc0000 !important;
}

.bg_blue {
  background: #1a6bae !important;
}

.bg_pink {
  background: #fc5f68 !important;
}

.bg_lite_pink {
  background: #fff4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w1em {
  width: 1em !important;
}

.w2em {
  width: 2em !important;
}

.w3em {
  width: 3em !important;
}

.w4em {
  width: 4em !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w25em {
  width: 25em !important;
}

.w30em {
  width: 30em !important;
}

.w35em {
  width: 35em !important;
}

.w40em {
  width: 40em !important;
}

.w45em {
  width: 45em !important;
}

.w50em {
  width: 50em !important;
}

.w55em {
  width: 55em !important;
}

.w60em {
  width: 60em !important;
}

.w65em {
  width: 65em !important;
}

.w70em {
  width: 70em !important;
}

.w75em {
  width: 75em !important;
}

.w80em {
  width: 80em !important;
}

.w85em {
  width: 85em !important;
}

.w90em {
  width: 90em !important;
}

.w95em {
  width: 95em !important;
}

.w100em {
  width: 100em !important;
}

.font10 {
  font-size: 71.4% !important;
}

.font11 {
  font-size: 78.6% !important;
}

.font12 {
  font-size: 85.7% !important;
}

.font13 {
  font-size: 92.9% !important;
}

.font14 {
  font-size: 100% !important;
}

.font15 {
  font-size: 107.1% !important;
}

.font16 {
  font-size: 114.3% !important;
}

.font17 {
  font-size: 121.4% !important;
}

.font18 {
  font-size: 128.6% !important;
}

.font19 {
  font-size: 135.7% !important;
}

.font20 {
  font-size: 142.9% !important;
}

.font21 {
  font-size: 150% !important;
}

.font22 {
  font-size: 157.1% !important;
}

.font23 {
  font-size: 164.3% !important;
}

.font24 {
  font-size: 171.4% !important;
}

.font25 {
  font-size: 178.6% !important;
}

.font26 {
  font-size: 185.7% !important;
}

.font27 {
  font-size: 192.9% !important;
}

.font28 {
  font-size: 200% !important;
}

.font29 {
  font-size: 207.1% !important;
}

.font30 {
  font-size: 214.3% !important;
}

.fw_thin {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_bold {
  font-weight: 600 !important;
}

.fw_black {
  font-weight: 900 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

span.sub {
  color: #000 !important;
  display: inline-block !important;
  font-size: 50%;
  text-indent: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-right: 0.5em;
}
span.sub:before {
  content: " ";
  height: 0.5em;
  display: block;
}

.print_btn {
  margin: 2em 0 1em;
}
@media print {
  .print_btn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .print_btn {
    display: none;
  }
}
.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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.print_btn a .material-icons {
  color: #1a6bae;
  margin-right: 0.3em;
}
.link_icon: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: "\f0c1";
  color: #1a6bae;
  font-weight: bold;
  font-size: 100%;
  margin-left: 10px;
}

/*                製品一覧スライド
======================================================= */
.product_slide {
  margin-top: 6.25em;
}
@media print {
  .product_slide {
    display: none;
  }
}
#product_detail .product_slide {
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .product_slide {
    margin: 30px 0 0;
  }
}
.product_slide .icon_title h2:before {
  content: "\e912";
}
.product_slide .swiper_wrap {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product_slide .swiper_wrap {
    padding: 0 30px;
  }
}
.product_slide .swiper_wrap .swiper_arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fd5f68;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 142.9%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .product_slide .swiper_wrap .swiper_arrow {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .product_slide .swiper_wrap .swiper_arrow:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 640px) {
  .product_slide .swiper_wrap .swiper_arrow {
    width: 30px;
  }
}
.product_slide .swiper_wrap .swiper_arrow: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: 100%;
}
.product_slide .swiper_wrap .swiper_arrow.swiper-button-prev {
  left: -30px;
}
.product_slide .swiper_wrap .swiper_arrow.swiper-button-prev:before {
  content: "\f053";
}
@media only screen and (max-width: 900px) {
  .product_slide .swiper_wrap .swiper_arrow.swiper-button-prev {
    left: 0;
  }
}
.product_slide .swiper_wrap .swiper_arrow.swiper-button-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: -30px;
}
@media only screen and (max-width: 900px) {
  .product_slide .swiper_wrap .swiper_arrow.swiper-button-next {
    right: 0;
  }
}
.product_slide .swiper_wrap .swiper_arrow.swiper-button-next:before {
  content: "\f054";
}
.product_slide .swiper {
  overflow: hidden;
}
.product_slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper {
    margin: 0 -4px;
  }
}
.product_slide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper .swiper-slide {
    padding: 0 4px;
  }
}
.product_slide .swiper-wrapper .swiper-slide a {
  border: 3px #0e64aa solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 1025px) {
  .product_slide .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.4;
  }
  .product_slide .swiper-wrapper .swiper-slide a:hover h3 + p {
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .product_slide .swiper-wrapper .swiper-slide a {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .product_slide .swiper-wrapper .swiper-slide a {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper .swiper-slide a {
    padding: 10px;
  }
}
.product_slide .swiper-wrapper .swiper-slide .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}
.product_slide .swiper-wrapper .swiper-slide .order h3 {
  color: #1a6bae;
  font-size: 114.3%;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper .swiper-slide .order h3 {
    font-size: 100%;
  }
}
.product_slide .swiper-wrapper .swiper-slide .order p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper .swiper-slide .order p {
    font-size: 85.7%;
  }
}
.product_slide .swiper-wrapper .swiper-slide .order .item_img {
  border-bottom: 1px #b7baba solid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-bottom: 1em;
}
.product_slide .swiper-wrapper .swiper-slide .order .item_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product_slide .swiper-wrapper .swiper-slide .order .item_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%;
}
.product_slide .swiper-wrapper .swiper-slide .tag {
  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 1.5em;
  margin: auto auto 0;
}
@media all and (-ms-high-contrast: none) {
  .product_slide .swiper-wrapper .swiper-slide .tag {
    padding: 0.5em 1.5em 0.1em;
  }
}
@media only screen and (max-width: 480px) {
  .product_slide .swiper-wrapper .swiper-slide .tag {
    font-size: 71.4%;
    padding: 0.1em 1em;
  }
}
@media only screen and (max-width: 400px) {
  .product_slide .swiper-wrapper .swiper-slide .tag {
    font-size: 64.3%;
    padding: 0.1em 0.5em;
  }
}
.product_slide .slide_wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: relative;
  margin: 0 -8px;
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap {
    margin: 0 -4px;
  }
}
.product_slide .slide_wrap.slick-initialized {
  opacity: 1;
}
.product_slide .slide_wrap .swiper-slide,
.product_slide .slide_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap .swiper-slide,
.product_slide .slide_wrap .item {
    padding: 0 4px;
  }
}
.product_slide .slide_wrap .swiper-slide a,
.product_slide .slide_wrap .item a {
  border: 3px #0e64aa solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 1025px) {
  .product_slide .slide_wrap .swiper-slide a:hover,
.product_slide .slide_wrap .item a:hover {
    opacity: 0.4;
  }
  .product_slide .slide_wrap .swiper-slide a:hover h3 + p,
.product_slide .slide_wrap .item a:hover h3 + p {
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .product_slide .slide_wrap .swiper-slide a,
.product_slide .slide_wrap .item a {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .product_slide .slide_wrap .swiper-slide a,
.product_slide .slide_wrap .item a {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap .swiper-slide a,
.product_slide .slide_wrap .item a {
    padding: 10px;
  }
}
.product_slide .slide_wrap .swiper-slide .order,
.product_slide .slide_wrap .item .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}
.product_slide .slide_wrap .swiper-slide .order h3,
.product_slide .slide_wrap .item .order h3 {
  color: #1a6bae;
  font-size: 114.3%;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap .swiper-slide .order h3,
.product_slide .slide_wrap .item .order h3 {
    font-size: 100%;
  }
}
.product_slide .slide_wrap .swiper-slide .order p,
.product_slide .slide_wrap .item .order p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap .swiper-slide .order p,
.product_slide .slide_wrap .item .order p {
    font-size: 85.7%;
  }
}
.product_slide .slide_wrap .swiper-slide .order .item_img,
.product_slide .slide_wrap .item .order .item_img {
  border-bottom: 1px #b7baba solid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  margin-bottom: 1em;
}
.product_slide .slide_wrap .swiper-slide .order .item_img:before,
.product_slide .slide_wrap .item .order .item_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product_slide .slide_wrap .swiper-slide .order .item_img img,
.product_slide .slide_wrap .item .order .item_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%;
}
.product_slide .slide_wrap .swiper-slide .tag,
.product_slide .slide_wrap .item .tag {
  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 1.5em;
  margin: auto auto 0;
}
@media all and (-ms-high-contrast: none) {
  .product_slide .slide_wrap .swiper-slide .tag,
.product_slide .slide_wrap .item .tag {
    padding: 0.5em 1.5em 0.1em;
  }
}
@media only screen and (max-width: 480px) {
  .product_slide .slide_wrap .swiper-slide .tag,
.product_slide .slide_wrap .item .tag {
    font-size: 71.4%;
    padding: 0.1em 1em;
  }
}
@media only screen and (max-width: 400px) {
  .product_slide .slide_wrap .swiper-slide .tag,
.product_slide .slide_wrap .item .tag {
    font-size: 64.3%;
    padding: 0.1em 0.5em;
  }
}

/*                ブランドサイト一覧
======================================================= */
.bland_list {
  border-top: 1px #e7e7e7 solid;
  border-bottom: 1px #e7e7e7 solid;
  padding: 3em 0;
  margin-top: 5em;
}
@media only screen and (max-width: 900px) {
  .bland_list {
    display: none;
  }
}
.bland_list h2 {
  font-size: 171.4%;
  text-align: center;
  margin-bottom: 1.2em;
}
.bland_list h2 a {
  text-decoration: none;
}
.bland_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.bland_list ul li {
  text-align: center;
  width: 10%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .bland_list ul li {
    font-size: 85.7%;
  }
}
.bland_list ul li a {
  display: block;
  text-decoration: none;
}
.bland_list ul li a img {
  border-radius: 5px;
  width: 100%;
}

/*                zincコード
======================================================= */
#zinccode {
  border-top: 2px #e7e7e7 solid;
  padding: 1em 0;
}
@media print {
  #zinccode {
    display: none;
  }
}
#zinccode dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#zinccode dt {
  font-size: 92.9%;
}
#zinccode dd {
  border-left: 1px #868686 dotted;
  font-size: 85.7%;
  padding-left: 1.5em;
  margin-left: 1.5em;
}

/*                モーダル
======================================================= */
.modal_open {
  overflow: hidden;
  height: 100%;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 70px 50px;
}
@media print {
  .modal {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .modal {
    padding: 50px 0 0px;
  }
}
.modal.inline {
  overflow-x: hidden;
}
@media only screen and (max-width: 800px) {
  .modal.inline {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.modal.inline .modal_wrap {
  height: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 800px) {
  .modal.inline .modal_wrap {
    padding: 20px;
  }
}
.modal.inline .modal_wrap .modal_content {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}
@media only screen and (max-width: 800px) {
  .modal.inline .modal_wrap .modal_content {
    overflow: hidden;
    padding: 0 2px;
  }
}
.modal.inline .modal_wrap .modal_content .modal_area {
  height: 100%;
}
.modal .modal_wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  max-width: 934px;
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 800px) {
  .modal .modal_wrap {
    max-width: 100%;
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .modal .modal_wrap {
    padding: 50px 15px 30px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_close {
  cursor: pointer;
  position: absolute;
  height: 24px;
  width: 24px;
  right: -48px;
  top: -48px;
}
.modal .modal_wrap .modal_content .modal_area .modal_close img {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .modal .modal_wrap .modal_content .modal_area .modal_close {
    right: 0px;
    top: -48px;
  }
}
@media only screen and (max-width: 800px) {
  .modal .modal_wrap .modal_content .modal_area .modal_close {
    top: 15px;
    right: 20px;
  }
  .modal .modal_wrap .modal_content .modal_area .modal_close img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media only screen and (max-width: 800px) {
  .modal {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .modal .modal_wrap {
    background-color: #fff;
    border-radius: 0;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 100%;
    overflow-y: auto;
  }
}
.modal .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.modal .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .movie_info {
  text-align: center;
  padding-top: 1.5em;
}
.modal .movie_info h3 {
  font-size: 171.4%;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.modal .movie_info p {
  font-size: 142.9%;
  font-weight: 500;
}

/*                関連リンク
======================================================= */
#zinccode {
  border-top: 2px #e7e7e7 solid;
  padding: 1em 0;
}
#zinccode dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#zinccode dt {
  font-size: 92.9%;
}
#zinccode dd {
  border-left: 1px #868686 dotted;
  font-size: 85.7%;
  padding-left: 1.5em;
  margin-left: 1.5em;
}

.related_links {
  margin-top: 3em;
}
.related_links h2 {
  font-size: 171.4%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.2em;
}
.related_links h2 a {
  text-decoration: none;
}
.related_links .link_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -15px -20px;
}
@media only screen and (max-width: 1024px) {
  .related_links .link_wrap ul {
    margin: 0 -5px -10px;
  }
}
.related_links .link_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.5;
  width: 33.3333333%;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .related_links .link_wrap ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .related_links .link_wrap ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .related_links .link_wrap ul li {
    width: 100%;
  }
}
.mod_cont .related_links .link_wrap ul li + li,
.related_links .link_wrap ul li .product_cont + li {
  margin-top: 0;
}
@media only screen and (min-width: 641px) {
  .related_links .link_wrap ul li.arrow {
    width: auto;
  }
}
.related_links .link_wrap ul li.arrow a {
  border-radius: 4px;
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.related_links .link_wrap ul li.arrow a > .txt {
  width: 100%;
  text-align: left;
  text-indent: -1em;
  padding: 1em 3em 1em 1em;
  margin-left: 1em;
}
.related_links .link_wrap ul li.arrow a > .txt: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: "\f105";
  color: #1a6bae;
  font-weight: bold;
  font-size: 120%;
  margin-right: 8px;
}
.related_links .link_wrap ul li.arrow a[href*=".pdf"] > .txt:after {
  background-size: 100%;
  display: block;
  position: absolute;
  width: 15px;
  height: 17px;
  top: 50%;
  right: 14px;
  margin-left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related_links .link_wrap ul li a {
  border: 1px #d4dadf solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .related_links .link_wrap ul li a:hover {
    opacity: 0.4;
    color: #000;
  }
}
.related_links .link_wrap ul li a[href*=".pdf"] .txt:after {
  background: url(../media/images/common/icon_pdf.gif) no-repeat left top;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  top: 2px;
  width: 14px;
  margin-left: 0.2em;
}
.related_links .link_wrap ul li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related_links .link_wrap ul li span.img {
  overflow: hidden;
  width: 110px;
  position: relative;
  z-index: 0;
}
.related_links .link_wrap ul li span.img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 70%;
}
.related_links .link_wrap ul li span.img img {
  height: 102%;
  width: auto;
  max-width: none;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 2;
}
.related_links .link_wrap ul li span.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0.5em 1em 0.5em 1em;
}
/*                ピョンちゃん耳よりクイズ
======================================================= */
.quiz {
  margin-top: 3em;
}
@media only screen and (max-width: 1024px) {
  .quiz {
    margin-top: 2em;
  }
}
.quiz .quiz_wrap {
  overflow: hidden;
  max-width: 830px;
  margin: 0 auto;
}
.quiz .quiz_wrap .quiz_img {
  float: left;
  width: 220px;
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap .quiz_img {
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz .quiz_wrap .quiz_img {
    width: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .quiz .quiz_wrap .quiz_img {
    width: 80px;
  }
}
.quiz .quiz_wrap .right {
  float: left;
  width: 100%;
  padding-left: 250px;
  margin-left: -220px;
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap .right {
    padding-left: 150px;
    margin-left: -140px;
  }
}
@media only screen and (max-width: 480px) {
  .quiz .quiz_wrap .right {
    padding-left: 110px;
    margin-left: -100px;
  }
}
@media only screen and (max-width: 400px) {
  .quiz .quiz_wrap .right {
    padding-left: 90px;
    margin-left: -80px;
  }
}
.quiz .quiz_wrap p.deadline {
  color: #fc5f68;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .quiz .quiz_wrap p.deadline {
    font-size: 85.7%;
  }
}
.quiz .quiz_wrap p.read {
  font-size: 114.3%;
}
@media only screen and (max-width: 480px) {
  .quiz .quiz_wrap p.read {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .quiz .quiz_wrap p.read + .right {
    float: none;
    clear: both;
    padding-top: 1em;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap form.right {
    clear: both;
    float: none;
    display: block;
    padding-left: 0;
    padding-top: 1em;
    margin-left: 0;
  }
}
.quiz .quiz_wrap .answer {
  background-color: #ffeff0;
  padding: 7px 1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap .answer {
    padding: 1.5em 1em;
  }
}
.quiz .quiz_wrap .answer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz .quiz_wrap .answer ul li {
  position: relative;
  font-size: 107.1%;
}
@media only screen and (max-width: 480px) {
  .quiz .quiz_wrap .answer ul li {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 400px) {
  .quiz .quiz_wrap .answer ul li {
    font-size: 71.4%;
  }
}
.quiz .quiz_wrap .answer ul li + li {
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px #988c8a dotted;
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap .answer ul li + li {
    padding-left: 1em;
    margin-left: 1em;
  }
}
.quiz .quiz_wrap .answer ul li label {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.quiz .quiz_wrap .answer ul li 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: 50%;
  content: "\f111";
  color: #fff;
  display: inline-block;
  font-size: 70%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  padding: 2px;
  vertical-align: middle;
  position: absolute;
  text-align: center;
  top: 0.3em;
  left: 0;
}
.quiz .quiz_wrap .answer ul li input {
  position: absolute;
  opacity: 0;
}
.quiz .quiz_wrap .answer ul li input:checked + label:before {
  color: #fc5f68;
}
.quiz .quiz_wrap .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
}
.quiz .quiz_wrap .hint dd {
  color: #fd5f68;
  font-weight: 600;
}
.quiz .quiz_wrap .hint dd a {
  color: #fc5f68;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .quiz .quiz_wrap .hint dd a:hover {
    color: #feafb3;
    opacity: 1;
    text-decoration: underline;
  }
}
.quiz .quiz_wrap button, .quiz .quiz_wrap a.btn {
  background-color: #fc5f68;
  border-radius: 8px;
  border: 2px #fc5f68 solid;
  color: #fff;
  display: table;
  font-size: 121.4%;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 3.4em;
  margin-top: 0.9em;
}
@media only screen and (min-width: 1025px) {
  .quiz .quiz_wrap button:hover, .quiz .quiz_wrap a.btn:hover {
    background-color: #fff;
    color: #fc5f68;
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  .quiz .quiz_wrap button, .quiz .quiz_wrap a.btn {
    display: block;
    width: 100%;
    padding: 0.8em 3.4em;
  }
}

.quiz_answer {
  border: 4px #ffeff0 solid;
  display: none;
  margin-left: 29px;
  padding: 30px 26px;
  margin-top: 30px;
}
#home .quiz_answer {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .quiz_answer {
    padding: 20px 14px;
    margin-left: 0;
  }
}
.quiz_answer .read h3 {
  display: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.quiz_answer .read h3.correct {
  color: #fc5f68;
  font-size: 285.7%;
}
@media only screen and (max-width: 640px) {
  .quiz_answer .read h3.correct {
    font-size: 214.3%;
  }
}
.quiz_answer .read h3.incorrect {
  font-size: 242.9%;
}
@media only screen and (max-width: 640px) {
  .quiz_answer .read h3.incorrect {
    font-size: 164.3%;
  }
}
.quiz_answer .read p {
  font-size: 114.3%;
}
.quiz_answer .result_graph {
  border: none;
  max-width: 550px;
  padding: 0;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .quiz_answer .result_graph {
    margin: 20px auto 0;
  }
}
.quiz_answer .result_graph .graph_info h3 {
  margin-bottom: 20px;
}
.quiz_answer .link_btn {
  margin-top: 30px;
}
.quiz_answer .link_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}
@media only screen and (max-width: 640px) {
  .quiz_answer .link_btn ul {
    display: block;
  }
}
.quiz_answer .link_btn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 6px;
}
@media only screen and (min-width: 901px) {
  .quiz_answer .link_btn ul li br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .quiz_answer .link_btn ul li {
    width: auto;
  }
}
.quiz_answer .link_btn ul li + li {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .quiz_answer .link_btn ul li + li {
    margin-top: 10px;
  }
}
.quiz_answer .link_btn ul li:first-of-type a {
  background-color: #1a6bae;
  border: 2px #1a6bae solid;
}
@media only screen and (min-width: 1025px) {
  .quiz_answer .link_btn ul li:first-of-type a:hover {
    color: #1a6bae;
  }
}
.quiz_answer .link_btn ul li a {
  background-color: #fc5f68;
  border: 2px #fc5f68 solid;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 121.4%;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 14px 0;
}
@media only screen and (min-width: 1025px) {
  .quiz_answer .link_btn ul li a:hover {
    opacity: 1;
    background-color: #fff;
    color: #fc5f68;
  }
}

.result_graph {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px #ffeff0 solid;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.57em 106px;
  margin-top: 2.57em;
}
@media only screen and (max-width: 1024px) {
  .result_graph {
    padding: 2.57em 50px;
  }
}
@media only screen and (max-width: 900px) {
  .result_graph {
    padding: 2.57em 30px;
  }
}
@media only screen and (max-width: 640px) {
  .result_graph {
    display: block;
  }
}
.result_graph #graph {
  width: 240px;
}
@media only screen and (max-width: 640px) {
  .result_graph #graph {
    width: 100%;
  }
}
.result_graph #graph #chart {
  width: 100%;
}
.result_graph .graph_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .result_graph .graph_info {
    padding-left: 0;
    margin-top: 1em;
  }
}
.result_graph .graph_info h3 {
  font-size: 171.4%;
  font-weight: 500;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 640px) {
  .result_graph .graph_info h3 {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.result_graph .graph_info ul li {
  border-bottom: 1px #fd5f68 dotted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 114.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.result_graph .graph_info ul li + li {
  margin-top: 0.5em;
}
.result_graph .graph_info ul li span.num {
  font-weight: 600;
}
.result_graph .graph_info ul li span.num:before {
  content: "...";
}
.result_graph .graph_info .sup {
  font-weight: 500;
  margin-top: 1em;
}

@media print {
  #memo_modal {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #memo_modal {
    overflow-y: auto;
    padding: 70px 15px;
  }
}
#memo_modal .modal_wrap {
  max-width: 600px;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  #memo_modal .modal_wrap {
    background: none;
    overflow: visible;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
  }
  #memo_modal .modal_wrap .modal_content .modal_area .modal_close {
    right: 0px;
    top: -48px;
  }
  #memo_modal .modal_wrap .modal_content .modal_area .modal_close img {
    -webkit-filter: none;
            filter: none;
  }
}
#memo_modal .modal_wrap .modal_cont {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #memo_modal .modal_wrap .modal_cont {
    padding: 20px;
  }
}
#memo_modal .modal_wrap .modal_cont .title {
  border-bottom: 1px #666 dashed;
  padding: 26px 1em 24px;
}
@media only screen and (max-width: 640px) {
  #memo_modal .modal_wrap .modal_cont .title {
    padding: 0 0 20px;
  }
}
#memo_modal .modal_wrap .modal_cont .title p {
  text-align: center;
  color: #fc5f68;
  font-size: 214.3%;
  font-weight: 900;
}
#memo_modal .modal_wrap .modal_cont .title p span {
  border: 2px #fc5f68 solid;
  border-radius: 10px;
  display: table;
  font-size: 66.7%;
  width: 100%;
  line-height: 1;
  max-width: 184px;
  padding: 8px 0 10px;
  margin: 0 auto 8px;
}
#memo_modal .modal_wrap .modal_cont .memo_img {
  border-bottom: 1px #666 dashed;
  padding: 24px 0;
}
#memo_modal .modal_wrap .modal_cont .memo_img img {
  margin: 0 auto;
}
#memo_modal .modal_wrap .modal_cont .read {
  padding: 20px 30px 30px;
}
@media only screen and (max-width: 640px) {
  #memo_modal .modal_wrap .modal_cont .read {
    padding: 20px 0 0;
  }
}
#memo_modal .modal_wrap .modal_cont .btn_wrap {
  margin-top: 20px;
}
#memo_modal .modal_wrap .modal_cont .btn_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}
#memo_modal .modal_wrap .modal_cont .btn_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 7px;
}
#memo_modal .modal_wrap .modal_cont .btn_wrap ul li a {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fc5f68;
  border-radius: 5px;
  color: #fff;
  font-size: 121.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 17.6px 0;
}
#memo_modal .modal_wrap .modal_cont .btn_wrap 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;
  content: "\f019";
  font-weight: bold;
  margin-right: 8px;
}
@media only screen and (min-width: 1025px) {
  #memo_modal .modal_wrap .modal_cont .btn_wrap ul li a:hover {
    opacity: 0.4;
  }
}

/*                外部移動確認モーダル
======================================================= */
@media print {
  #popup_modal,
#attention_modal {
    display: none;
  }
}
#popup_modal .modal_wrap,
#attention_modal .modal_wrap {
  position: absolute;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 60px 80px 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 800px) {
  #popup_modal .modal_wrap,
#attention_modal .modal_wrap {
    background: none;
    overflow: visible;
    position: relative;
    padding: 0;
    top: 150px;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0 auto 100px;
  }
  #popup_modal .modal_wrap .modal_content .modal_area .modal_close,
#attention_modal .modal_wrap .modal_content .modal_area .modal_close {
    right: 0px;
    top: -48px;
  }
  #popup_modal .modal_wrap .modal_content .modal_area .modal_close img,
#attention_modal .modal_wrap .modal_content .modal_area .modal_close img {
    -webkit-filter: none;
            filter: none;
  }
}
@media only screen and (max-width: 640px) {
  #popup_modal .modal_wrap,
#attention_modal .modal_wrap {
    padding: 0 15px;
  }
  #popup_modal .modal_wrap .modal_content .modal_area .modal_close,
#attention_modal .modal_wrap .modal_content .modal_area .modal_close {
    right: 15px;
  }
}
#popup_modal .modal_wrap .modal_cont,
#attention_modal .modal_wrap .modal_cont {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #popup_modal .modal_wrap .modal_cont,
#attention_modal .modal_wrap .modal_cont {
    padding: 30px 40px 40px;
  }
}
@media only screen and (max-width: 480px) {
  #popup_modal .modal_wrap .modal_cont,
#attention_modal .modal_wrap .modal_cont {
    padding: 20px 20px 30px;
  }
}
#popup_modal .modal_wrap .modal_cont #attention_cont,
#attention_modal .modal_wrap .modal_cont #attention_cont {
  text-align: center;
}
#popup_modal .modal_wrap .modal_cont #attention_cont p.title,
#attention_modal .modal_wrap .modal_cont #attention_cont p.title {
  color: #1a6bae;
  font-size: 214.3%;
  font-weight: 900;
}
#popup_modal .modal_wrap .modal_cont #attention_cont p + p,
#attention_modal .modal_wrap .modal_cont #attention_cont p + p {
  border-top: 1px #666 dashed;
  border-bottom: 1px #666 dashed;
  font-size: 142.9%;
  padding: 30px 0;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 480px) {
  #popup_modal .modal_wrap .modal_cont #attention_cont p + p,
#attention_modal .modal_wrap .modal_cont #attention_cont p + p {
    margin: 15px 0 20px;
  }
}
#popup_modal .modal_wrap .modal_cont #attention_cont a,
#attention_modal .modal_wrap .modal_cont #attention_cont a {
  background-color: #1a6bae;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 121.4%;
  font-weight: 500;
  max-width: 265px;
  text-decoration: none;
  padding: 19px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  #popup_modal .modal_wrap .modal_cont #attention_cont a:hover,
#attention_modal .modal_wrap .modal_cont #attention_cont a:hover {
    opacity: 0.4;
  }
}

#popup_modal .modal_wrap {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 100px 0;
}
@media only screen and (max-width: 800px) {
  #popup_modal .modal_wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 60px 0;
  }
}
#popup_modal .modal_wrap .modal_cont #attention_cont {
  text-align: left;
}
#popup_modal .modal_wrap .modal_cont #attention_cont h3 {
  color: #1a6bae;
  font-size: 214.3%;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1em;
}
#popup_modal .modal_wrap .modal_cont #attention_cont h4 {
  font-size: 142.9%;
  margin-bottom: 1em;
}
#popup_modal .modal_wrap .modal_cont #attention_cont a {
  text-align: center;
  margin: 1em auto;
}
#popup_modal .modal_wrap .modal_cont #attention_cont .modal_close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  line-height: 1.5;
  width: 100%;
  background-color: #1a6bae;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 121.4%;
  font-weight: 500;
  max-width: 265px;
  text-decoration: none;
  padding: 20px 0;
  margin: 1em auto 0;
}
@media only screen and (min-width: 1025px) {
  #popup_modal .modal_wrap .modal_cont #attention_cont .modal_close {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #popup_modal .modal_wrap .modal_cont #attention_cont .modal_close:hover {
    opacity: 0.4;
  }
}

/*                スマホ時スクロールアイコン
======================================================= */
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 100px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 801px) {
  .scroll-hint-icon-wrap {
    display: none !important;
  }
}

.scroll-hint-text {
  font-size: 71.4%;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../media/images/common/sp_scroll.png");
  background-size: 50px;
  margin-top: 5px;
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

#ss-suggest-frame {
  background-color: #fff;
  border-right: 1px #e6eaec solid !important;
  border-bottom: 1px #e6eaec solid !important;
  border-left: 1px #e6eaec solid !important;
  padding-bottom: 1em !important;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/l/font?kit=flUhRq6tzZclQEJ-Vdg-IuiaDsNcOhNd2-mSOw&skey=4fbfe4498ec2960a&v=v47) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 171.4%;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

_::-webkit-full-page-media, _:future, :root b {
  font-weight: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  b {
    font-weight: normal;
  }
}
b.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
b.hira {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
b.mincho {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
b.gothic {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
b.yuGo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_mei {
  font-family: "Noto Sans Japanese", "メイリオ", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (min-width: 641px) {
  .tab_none {
    display: none;
  }
}

.no_sub .sub,
.no_sub span.sub {
  font-size: 100%;
  padding: 0;
  margin: 0;
}