@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://use.typekit.net/oom7gdt.css");
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #FFF;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2E2E2E;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #0E7ABC;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(14, 122, 188, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(14, 122, 188, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #000000;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}

header .inside {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.preview header {
  display: none;
}

header .head-logo {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -23px;
  margin-right: auto;
}

header .head-logo img {
  width: 170px;
}

header .head-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  padding-left: 23px;
  padding-right: 23px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .head-right > * {
  margin-left: auto;
}

header .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header .head-top .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 27px;
}

header .head-top .lang li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

header .head-top .lang li:not(:last-child):after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
  color: #FFF;
}

header .head-top .lang li a {
  color: #FFF;
}

header .head-top .search {
  line-height: 0;
  margin-right: 30px;
}

header .head-top .name {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
}

header .head-top .name a {
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-top .name a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

header .head-top .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/image/irex/common/avatar@2x.png) no-repeat center center;
  background-size: 18px auto;
}

header .head-nav {
  margin-top: 10px;
}

header .head-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-nav ul li {
  margin-left: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

header .head-nav ul li a {
  color: #FFF;
  display: block;
  position: relative;
}

header .head-nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav ul li.current a:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

header .head-menu, header .head-hidden {
  display: none;
}

header.top {
  background-color: #01202C;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .head-logo {
    width: 230px;
  }
  header .head-logo a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .head-nav ul li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-logo {
    height: 75px;
    width: 180px;
    margin-left: -10px;
  }
  header .head-logo a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .head-top .lang {
    margin-right: 15px;
  }
  header .head-top .search {
    margin-right: 20px;
  }
  header .head-top .btn-block > * {
    margin-left: 4px;
    margin-right: 4px;
  }
  header .head-nav {
    display: none;
  }
  header .head-menu {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
  }
  header .head-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #000000;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 0;
    pointer-events: none;
  }
  header .head-hidden .head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  header .head-hidden .head-top {
    margin-right: auto;
    display: none;
  }
  header .head-hidden .head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  header .head-hidden .head-nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 0px;
  }
  header .head-hidden .head-nav ul li {
    margin-left: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .head-hidden .head-nav ul li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .head-hidden .head-nav ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 700px) {
  header {
    padding-left: 0;
    padding-right: 10px;
    height: 60px;
  }
  header .head-logo {
    margin-left: 0;
    height: 55px;
    width: 100px;
  }
  header .head-right .btn-block {
    display: none;
  }
  header .head-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  header .head-top .lang {
    margin-right: 15px;
  }
  header .head-top .lang li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  header .head-top .search {
    margin-right: 0px;
  }
  header .head-top .name {
    display: none;
  }
  header .head-top .btn {
    width: 100px;
  }
  header .head-hidden {
    padding-top: 5px;
  }
  header .head-hidden .head-nav li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .head-hidden .head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .head-hidden .head-top .lang {
    display: none;
  }
  header .head-hidden .head-top .search {
    display: none;
  }
  header .head-hidden .head-top .name {
    display: block;
  }
  header .head-hidden .head-top .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #000000;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
}

footer .footer_fix_btn {
  width: 110px;
  height: 110px;
  background-color: #E60A16;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
}

footer .footer_fix_btn.hidden {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer_fix_btn a {
  color: #FFF;
  text-decoration: none;
}

footer .footer_fix_btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.preview footer {
  display: none;
}

footer .foot-fix {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

footer .foot-fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  background: #15A6A3;
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-fix a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

footer .foot-main {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

footer .foot-main nav a {
  color: #FFF;
}

footer .foot-main nav dl {
  margin-left: 70px;
}

footer .foot-main nav dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

footer .foot-main nav dl dd ul li {
  font-size: 11px;
  font-size: 0.6875rem;
}

footer .foot-main nav dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .foot-fix {
    right: 10px;
    bottom: 10px;
  }
  footer .foot-fix a {
    width: 150px;
    height: 150px;
  }
  footer .foot-main nav dl {
    margin-left: 40px;
  }
}

@media screen and (max-width: 700px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer_fix_btn {
    width: 85px;
    height: 85px;
    right: 10px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .foot-fix {
    right: 10px;
    margin-bottom: -10px;
  }
  footer .foot-fix a {
    width: 95px;
    height: 95px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  footer .foot-main {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot-main .logo img {
    width: 220px;
  }
  footer .foot-main nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-right: -20px;
  }
  footer .foot-main nav dl {
    width: auto;
    margin-left: 0;
    max-width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer .foot-main nav dl dt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer .foot-main nav dl dd ul li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  footer .foot-main nav dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  height: 680px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  #mainimg.top {
    height: 600px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  #mainimg.top {
    height: 530px;
  }
}

#mainimg.top .inside {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.top .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/image/irex/top/bg-kv.jpg) no-repeat center/cover;
}

#mainimg.top .item-hd {
  margin-left: -50px;
  position: relative;
  margin-top: -15px;
}

#mainimg.top .item-hd img {
  max-width: 770px;
}

@media screen and (max-width: 1600px) {
  #mainimg.top .item-hd img {
    max-width: 100%;
    width: 670px;
  }
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  #mainimg.top .item-hd img {
    max-width: 100%;
    width: 620px;
    height: auto;
  }
}

#mainimg.top .item-links {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.top .item-links li {
  width: 140px;
}

#mainimg.top .item-links li:not(:last-child) {
  margin-right: 20px;
}

#mainimg.top .item-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  line-height: 1.5;
}

#mainimg.top .item-links li a:hover {
  text-decoration: none;
}

#mainimg.top .item-links li a:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #FFF;
  margin-top: 10px;
}

#mainimg.top .item-links li a span:nth-child(1) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

#mainimg.top .item-links li a span:nth-child(2) {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1600px) {
  #mainimg.top .item-links li {
    width: 140px;
  }
  #mainimg.top .item-links li:not(:last-child) {
    margin-right: 20px;
  }
  #mainimg.top .item-links li a:after {
    height: 30px;
  }
  #mainimg.top .item-links li a span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.top {
    height: auto;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .item-hd {
    margin-left: -20px;
    margin-right: -20px;
  }
  #mainimg.top .item-links li {
    width: 100px;
  }
  #mainimg.top .item-links li:not(:last-child) {
    margin-right: 10px;
  }
  #mainimg.top .item-links li a:after {
    height: 30px;
  }
  #mainimg.top .item-links li a span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#mainimg.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
  padding-left: 50px;
  padding-right: 50px;
  background: #2E2E2E url(/image/irex/next/bg-kv.jpg) no-repeat center/cover;
}

#mainimg.next .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#mainimg.next .item-hd {
  margin-right: auto;
}

#mainimg.next .item-hd span {
  display: block;
  line-height: 1;
}

#mainimg.next .item-hd span:nth-child(1) {
  color: rgba(21, 166, 163, 0.36);
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: bold;
}

#mainimg.next .item-hd span:nth-child(2) {
  color: #FFF;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 30px;
  margin-top: -30px;
}

#mainimg.next .item-btn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.next .item-btn > *:not(:last-child) {
  margin-right: 12px;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  #mainimg.next {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.next .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg.next .item-hd span:nth-child(1) {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #mainimg.next .item-hd span:nth-child(2) {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: -25px;
  }
  #mainimg.next .item-btn {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    padding: 20px;
    height: auto;
  }
  #mainimg.next .inside {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #mainimg.next .item-hd {
    width: 100%;
  }
  #mainimg.next .item-hd span:nth-child(1) {
    font-size: 40px;
    font-size: 2.5rem;
  }
  #mainimg.next .item-hd span:nth-child(2) {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px;
    margin-top: -20px;
  }
  #mainimg.next .item-btn {
    margin-top: 20px;
  }
}

#mainimg.booth {
  height: 960px;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
  background: #000000;
}

#mainimg.booth .inside {
  width: 1793px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.booth .item-bg {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/image/irex/booth/kv/bg.jpg) no-repeat center/auto 100%;
}

#mainimg.booth .item-bg.bg-green {
  background-image: url(/image/irex/booth/kv/bg-green.jpg);
}

#mainimg.booth .item-bg.bg-red {
  background-image: url(/image/irex/booth/kv/bg-red.jpg);
}

#mainimg.booth .item-bg.bg-red {
  background-image: url(/image/irex/booth/kv/bg-red.jpg);
}

#mainimg.booth .item-bg.bg-yellow {
  background-image: url(/image/irex/booth/kv/bg-yellow.jpg);
}

#mainimg.booth .item-bg.bg-white {
  background-image: url(/image/irex/booth/kv/bg-white.jpg);
}

#mainimg.booth .item-movie {
  position: absolute;
  left: 50%;
  top: 102px;
  width: 1038px;
  height: 500px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 10px;
}

#mainimg.booth .item-movie .movie-thumb {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
}

#mainimg.booth .item-movie > img {
  width: 100%;
  height: auto;
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie > img {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}

#mainimg.booth .item-movie svg {
  width: 100%;
  height: 100%;
}

#mainimg.booth .item-movie > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
}

#mainimg.booth .item-boxs {
  padding-top: 55px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#mainimg.booth .item-boxs > * {
  width: 362px;
}

#mainimg.booth .item-boxs dl {
  border: 1px solid #363636;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  background: rgba(60, 60, 60, 0.9);
  color: #FFF;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
}

#mainimg.booth .item-boxs dl:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dt {
  background: #000000;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

#mainimg.booth .item-boxs dl dt a {
  width: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* &:after{
                @include icon(22px,11px);
                background-image: url(/image/irex/booth/kv/arrow.svg);
                margin-left: auto;
              } */
}

#mainimg.booth .item-boxs dl dt span {
  background-color: #FFF;
  color: #2E2E2E;
  margin-left: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  padding-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-left: auto;
}

#mainimg.booth .item-boxs dl dt .btn {
  background-color: #FFF;
  color: #2E2E2E;
}

#mainimg.booth .item-boxs dl dd {
  padding: 10px 12px;
  overflow-y: scroll;
  max-height: 500px;
}

#mainimg.booth .item-boxs dl dd.company-block .img {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

#mainimg.booth .item-boxs dl dd.company-block .img.no-img {
  background-color: #aeaeae;
}

#mainimg.booth .item-boxs dl dd.company-block .img img {
  max-height: 52px;
  max-width: 52px;
  width: auto;
  height: auto;
}

#mainimg.booth .item-boxs dl dd.company-block .title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

#mainimg.booth .item-boxs dl dd.company-block .title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.company-block .text:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

#mainimg.booth .item-boxs dl dd.news-list {
  max-height: 220px;
}

#mainimg.booth .item-boxs dl dd.news-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.news-list ul li > span {
  display: block;
}

#mainimg.booth .item-boxs dl dd.news-list ul li p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.news-list ul li p a {
  color: #FFF;
}

#mainimg.booth .item-boxs dl dd.seminar-list {
  max-height: 220px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
  margin-right: 15px;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text > span {
  display: block;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

#mainimg.booth .item-boxs dl dd.seminar-list ul li .text p a {
  color: #FFF;
}

#mainimg.booth .item-boxs .link-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#mainimg.booth .item-boxs .link-list li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 110px;
}

#mainimg.booth .item-boxs .link-list li:not(:last-child) {
  margin-right: 14px;
}

#mainimg.booth .item-boxs .link-list li.active a {
  color: #15A6A3;
}

#mainimg.booth .item-boxs .link-list li.active img.no-active {
  display: none;
}

#mainimg.booth .item-boxs .link-list li.active img.active {
  display: inline;
}

#mainimg.booth .item-boxs .link-list li img.no-active {
  display: inline;
}

#mainimg.booth .item-boxs .link-list li img.active {
  display: none;
}

#mainimg.booth .item-boxs .link-list li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainimg.booth .item-boxs .link-list li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
  margin-bottom: 10px;
}

#mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

@media screen and (max-width: 1860px) {
  #mainimg.booth .item-movie {
    width: 63%;
    height: auto;
    aspect-ratio: 2.076;
    top: 10%;
  }
  #mainimg.booth .item-boxs {
    padding-top: 6%;
  }
  #mainimg.booth .item-boxs > * {
    width: 16%;
  }
  #mainimg.booth .item-boxs dl dt {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 600px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 10px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
    width: calc(20% - 6px);
    margin: 0 3px 6px;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 90px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1700px) {
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 550px;
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth {
    height: auto;
    aspect-ratio: 1.9047619048;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1600px) and (-ms-high-contrast: none) {
  #mainimg.booth {
    height: 0;
    padding-top: 26%;
    padding-bottom: 26%;
  }
  #mainimg.booth .item-boxs {
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth .item-movie {
    width: 55%;
    height: auto;
    aspect-ratio: 2.076;
    top: 10%;
  }
}

@media screen and (max-width: 1600px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    height: 58%;
    line-height: 0;
  }
}

@media screen and (max-width: 1600px) {
  #mainimg.booth .item-boxs {
    padding-top: 2%;
  }
  #mainimg.booth .item-boxs > * {
    width: 21%;
  }
  #mainimg.booth .item-boxs dl dt {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 450px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 10px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs ul li {
    width: calc(20% - 6px);
    margin: 0 3px 6px;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 12.5px;
    font-size: 0.78125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 90px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1400px) {
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 410px;
  }
}

@media screen and (max-width: 1300px) {
  #mainimg.booth .item-movie {
    width: 54%;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 400px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    margin-bottom: 5px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 120px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .img {
    max-width: 25%;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1180px) {
  #mainimg.booth .item-boxs > * {
    width: 21%;
  }
  #mainimg.booth .item-boxs dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #mainimg.booth .item-boxs dl dt span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 350px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    width: 60px;
    height: 60px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 100px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 100px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 990px) {
  #mainimg.booth .item-boxs > * {
    width: 26%;
  }
  #mainimg.booth .item-boxs dl dt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dt span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    max-height: 320px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    width: 50px;
    height: 50px;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .title h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #mainimg.booth .item-boxs dl dd.company-block .sdgs h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #mainimg.booth .item-boxs dl dd.news-list {
    max-height: 80px;
  }
  #mainimg.booth .item-boxs dl dd.news-list ul li p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: 80px;
  }
  #mainimg.booth .item-boxs dl dd.seminar-list ul li .text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 70px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) {
    line-height: 0;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(1) img {
    height: 20px;
  }
  #mainimg.booth .item-boxs .link-list li a span:nth-child(2) {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth {
    height: auto;
    aspect-ratio: initial;
  }
  #mainimg.booth .item-bg {
    aspect-ratio: 1.7;
    height: auto;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-bg {
    height: 0;
    padding-bottom: 30%;
    padding-top: 30%;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth .item-movie {
    position: relative;
    margin-top: 6.5%;
    width: 68%;
    height: auto;
    aspect-ratio: 2.076;
    top: 0%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    position: absolute;
    top: 5%;
    margin-top: 0;
    height: 28%;
    padding: 0;
  }
}

@media screen and (max-width: 900px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs {
    padding-top: 20%;
    position: relative;
  }
}

@media screen and (max-width: 900px) {
  #mainimg.booth .item-boxs > * {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-bg {
    aspect-ratio: 1.2;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-bg {
    height: 0;
    padding-bottom: 40%;
    padding-top: 40%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-movie {
    position: relative;
    margin-top: 9.5%;
    width: 98%;
    height: auto;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-movie {
    position: absolute;
    top: 3%;
    margin-top: 0;
    height: 20%;
    padding: 0;
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs {
    padding-top: 8%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs {
    position: relative;
    padding-top: 40%;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs > * {
    width: 100%;
  }
  #mainimg.booth .item-boxs dl {
    background: #565656;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 100%;
  }
  #mainimg.booth .item-boxs dl:not(:last-child) {
    margin-bottom: 0;
  }
  #mainimg.booth .item-boxs dl dt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #mainimg.booth .item-boxs dl dd.company-block {
    display: block;
  }
  #mainimg.booth .item-boxs dl dd.company-block:after {
    clear: both;
    display: block;
    content: '';
  }
  #mainimg.booth .item-boxs dl dd.company-block .img {
    float: left;
    text-align: center;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
    box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  }
  #mainimg.booth .item-boxs dl dd.company-block .title {
    text-align: left;
  }
  #mainimg.booth .item-boxs dl dd.company-block .text:not(:last-child) {
    margin-bottom: 15px;
  }
  #mainimg.booth .item-boxs dl dd.news-list, #mainimg.booth .item-boxs dl dd.seminar-list {
    max-height: initial;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs dl dd.news-list, #mainimg.booth .item-boxs dl dd.seminar-list {
    height: auto;
    max-height: 400px;
  }
}

@media screen and (max-width: 700px) and (-ms-high-contrast: none) {
  #mainimg.booth .item-boxs dl dd {
    overflow: visible;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.booth .item-boxs .link-list {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #mainimg.booth .item-boxs .link-list li {
    height: 60px;
  }
  #mainimg.booth .item-boxs .link-list li:not(:last-child) {
    margin-right: 10px;
  }
  #mainimg.booth .item-boxs .link-list li > a span:nth-child(1) {
    margin-bottom: 5px;
  }
  #mainimg.booth .item-boxs .link-list li > a span:nth-child(1) img {
    height: 15px;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  background: url(/image/irex/common/bg-main.svg) no-repeat center top/auto 340px;
}

main .content {
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section, main > article {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.registration-block {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.registration-block .item-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.registration-block .item-flow:not(:last-child) {
  margin-bottom: 50px;
}

.registration-block .item-flow li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  color: #A0A0A0;
  background: #FFF;
  height: 68px;
  position: relative;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}

.registration-block .item-flow li:not(:last-child) {
  margin-right: -1px;
  padding-left: 5px;
}

.registration-block .item-flow li:not(:last-child):before, .registration-block .item-flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 12px;
  border-color: transparent transparent transparent #DDDDDD;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 2;
}

.registration-block .item-flow li:not(:last-child):before {
  margin-left: 1px;
}

.registration-block .item-flow li:not(:last-child):after {
  border-left-color: #FFF;
}

.registration-block .item-flow li:not(:last-child).current:after {
  border-left-color: #0B3569;
}

.registration-block .item-flow li:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.registration-block .item-flow li:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.registration-block .item-flow li.current {
  background-color: #0B3569;
  color: #FFF;
  font-weight: bold;
  border-color: #0B3569;
}

.registration-block .item-hd {
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
}

.registration-block .item-content {
  background: #FFF;
  padding: 35px 45px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.registration-block .item-content:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-list dt.required:after {
  content: "必須";
  background-color: #E60A16;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 13px;
  padding-right: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 12px;
}

.registration-block .item-list dt small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.registration-block .item-list dd:not(:last-child) {
  margin-bottom: 25px;
}

.registration-block .item-list dd .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -20px;
}

.registration-block .item-list dd .name > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.registration-block .item-list dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -20px;
  margin-bottom: -10px;
}

.registration-block .item-list dd .flex > * {
  margin-right: 20px;
  margin-bottom: 10px;
}

.registration-block .item-list dd .flex > *.half {
  width: calc(50% - 20px);
}

.registration-block .item-text {
  text-align: center;
}

.registration-block .item-text:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  margin-bottom: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.registration-block .item-tab li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  background: #FFF;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.registration-block .item-tab li:first-child {
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  -ms-border-radius: 40px 0 0 40px;
  -o-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}

.registration-block .item-tab li:last-child {
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
}

.registration-block .item-tab li.current a {
  background-color: #0E7ABC;
  color: #FFF;
}

.registration-block .item-tab li.current a small {
  color: #FFF;
}

.registration-block .item-tab li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #2E2E2E;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.registration-block .item-tab li a:hover {
  text-decoration: none;
}

.registration-block .item-tab li a small {
  color: #0E7ABC;
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-policy {
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  padding: 25px;
}

.registration-block .item-policy:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-policy .post {
  height: 510px;
  overflow: scroll;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.registration-block .item-policy .agree {
  text-align: center;
}

.registration-block .item-list-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -18px;
}

.registration-block .item-list-confirm dl {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.registration-block .item-list-confirm dl.half {
  width: 50%;
}

.registration-block .item-list-confirm dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.registration-block .item-list-confirm dl dd {
  color: #808080;
}

.registration-block .item-finish {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.registration-block .item-finish h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.registration-block .item-finish p {
  color: #808080;
}

.registration-block .item-hd-sub {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0E7ABC;
  line-height: 1.2;
}

.registration-block .item-hd-sub:not(:first-child) {
  margin-top: 60px;
}

.registration-block .item-hd-sub:not(:first-child):before, .registration-block .item-hd-sub:not(:first-child):after {
  display: none;
}

.registration-block .item-hd-sub:not(:last-child) {
  margin-bottom: 35px;
}

.registration-block .item-hd-sub:before, .registration-block .item-hd-sub:after {
  content: "";
  height: 1px;
  background: #DDDDDD;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.registration-block .item-hd-sub:before {
  margin-right: 30px;
}

.registration-block .item-hd-sub:after {
  margin-left: 30px;
}

.registration-block .item-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.registration-block .item-toggles li {
  width: 280px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.registration-block .item-toggles li:not(:last-child) {
  margin-right: 20px;
}

.registration-block .item-toggles li input:checked + label, .registration-block .item-toggles li a:active {
  background-color: #0E7ABC;
  color: #FFF;
  border-color: #FFF;
}

.registration-block .item-toggles li label, .registration-block .item-toggles li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CAE3EC;
  color: #0E7ABC;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.registration-block .item-toggles li a:hover {
  text-decoration: none;
}

.registration-block .item-btns:not(:first-child) {
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
  padding-top: 30px;
}

.registration-block .item-choices {
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
  display: none;
}

.registration-block .item-choices:not(:first-child) {
  margin-top: 30px;
}

.registration-block .item-choices .check-block:not(:first-child) {
  margin-top: 30px;
}

.registration-block .item-choices .check-block:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-choices .check-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #0E7ABC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.registration-block .item-choices .check-block li:not(.show) {
  display: none;
}

.registration-block .item-choices .check-block li .check {
  margin-right: 20px;
}

.registration-block .item-choices .check-block li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  cursor: pointer;
}

.registration-block .item-choices .check-block li .text:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.registration-block .item-choices .check-block li .text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #0E7ABC;
  margin-bottom: 5px;
}

.registration-block .item-choices .check-block li .text h3 span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  background-color: #15A6A3;
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.registration-block .item-choices .check-block li .text h3 span.blue {
  background-color: #0E7ABC;
}

.registration-block .item-choices .check-block li .text h3 span.red {
  background-color: #E60A16;
}

.registration-block .item-choices .check-block li .text h3 span.red-border {
  border: 1px solid #E60A16;
  color: #E60A16;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-block .item-choices .check-block li .text p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-choices .check-block li .sold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(242, 242, 242, 0.8);
  color: #0E7ABC;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.registration-block .item-choices .date-block > p:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-choices .date-block > p span {
  font-weight: bold;
}

.registration-block .item-choices .date-block > p span:nth-child(1) {
  color: #0E7ABC;
}

.registration-block .item-choices .date-block > p span:nth-child(2) {
  color: #15A6A3;
}

.registration-block .item-choices .date-block > p span:nth-child(3) {
  color: #E60A16;
}

.registration-block .item-choices .date-block .date {
  border: 1px solid #DDDDDD;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.registration-block .item-choices .date-block .date .left {
  background: #F2F2F2;
  width: 35%;
  padding: 20px 70px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #0B3569;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.registration-block .item-choices .date-block .date .left:after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  line-height: 1;
  background-color: #E60A16;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.registration-block .item-choices .date-block .date .left h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.registration-block .item-choices .date-block .date .left small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.registration-block .item-choices .date-block .date .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 30px;
}

.registration-block .item-choices .date-block .date .right .item {
  padding: 5px;
  position: relative;
}

.registration-block .item-choices .date-block .date .right .item.hide {
  pointer-events: none;
}

.registration-block .item-choices .date-block .date .right .item.hide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 242, 245, 0.8);
}

.registration-block .item-choices .date-block .date .right .item:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-choices .date-block .date .right .offline > * {
  position: relative;
}

.registration-block .item-choices .date-block .date .right .offline > p:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-choices .date-block .date .right .offline > div {
  pointer-events: none;
}

.registration-block .item-choices .date-block .date .right .offline > div:not(:last-child) {
  margin-bottom: 30px;
}

.registration-block .item-choices .date-block .date .right .offline > div > span {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(239, 242, 245, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #0E7ABC;
  margin-top: -5px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}

.registration-block .item-choices .date-block .date .right .offline > div ul li span {
  color: #0E7ABC;
  font-weight: bold;
}

.registration-block .item-choices .date-block .date .right .offline > div.select {
  pointer-events: auto;
}

.registration-block .item-choices .date-block .date .right .offline > div.select > span {
  display: none;
}

.registration-block .item-sup-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.registration-block .item-sup-list li:before {
  content: "※";
  margin-right: 0.5em;
}

.registration-block .item-send {
  text-align: center;
}

.registration-block .item-send:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.registration-block .item-send h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-send h3:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-send .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  word-break: break-word;
  line-height: 1.4;
}

.registration-block .item-send .mail:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-send .mail:before {
  content: "";
  width: 24px;
  height: 24px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-check.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.registration-block .item-send p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-attention h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #E60A16;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.registration-block .item-attention h3:not(:last-child) {
  margin-bottom: 20px;
}

.registration-block .item-attention h3:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-attention.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.registration-block .item-attention ul:not(:last-child) {
  margin-bottom: 10px;
}

.registration-block .item-attention ul li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 15px;
  font-size: 0.9375rem;
}

.registration-block .item-attention ul li:not(:last-child) {
  margin-bottom: 5px;
}

.registration-block .item-attention a {
  text-decoration: underline;
}

.registration-block .item-attention a:hover {
  text-decoration: none;
}

.popup {
  background: #FFF;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.22);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px 90px;
  margin-top: 20px;
}

.popup-wrapper {
  display: none;
}

.popup .hd-style, .popup.questionnaire > .item-hd, .popup.products .item-hd {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  color: #0B3569;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.popup .hd-style:after, .popup.questionnaire > .item-hd:after, .popup.products .item-hd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 530px;
  height: 3px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
}

.popup.products {
  /* &:before,&:after{
      @include icon(108px,34px);
      background-image: url(/image/irex/top/popup/icon.svg);
      position: absolute;
    } */
}

.popup.products:before {
  right: -33px;
  top: -24px;
}

.popup.products:after {
  left: -33px;
  bottom: -24px;
}

.popup.products .item-hd {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  color: #0B3569;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.popup.products .item-hd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 530px;
  height: 3px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
}

.popup.products .item-img {
  max-width: 750px;
  margin: 0 auto 40px;
}

.popup.products .item-youtube {
  margin-bottom: 30px;
}

.popup.products .item-youtube .youtube {
  position: relative;
  max-width: 750px;
  padding-top: 35%;
  margin: 0 auto;
}

.popup.products .item-youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup.products .item-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.products .item-text:not(:last-child) {
  margin-bottom: 40px;
}

.popup.products .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}

.popup.products .item-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.products .item-column2 .img {
  width: 475px;
}

.popup.products .item-column2 .text {
  margin-left: 40px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.products .item-column2 .text .text-area {
  margin-bottom: 20px;
}

.popup.products .item-related {
  margin-top: 80px;
}

.popup.products .item-related ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.popup.products .item-related ul li:not(:last-child) {
  margin-bottom: 40px;
}

.popup.products .item-related ul li .img {
  margin-right: 40px;
}

.popup.products .item-related ul li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.products .item-related ul li .text > *:not(:last-child) {
  margin-bottom: 15px;
}

.popup.preview {
  width: 770px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 35px;
}

.popup.preview .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.preview .item-title:not(:last-child) {
  margin-bottom: 30px;
}

.popup.preview .item-title > .left {
  width: 180px;
  margin-right: 25px;
}

.popup.preview .item-title > .left .img:not(:last-child) {
  margin-bottom: 10px;
}

.popup.preview .item-title > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.preview .item-title > .text > *:not(:last-child) {
  margin-bottom: 10px;
}

.popup.preview .item-title > .text .category {
  display: -moz-inline-box;
  display: inline-block;
  background: #0E7ABC;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.popup.preview .item-title > .text .number {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-title > .text .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.popup.preview .item-title > .text .text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-point {
  background: #F2F2F2;
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup.preview .item-point:not(:last-child) {
  margin-bottom: 25px;
}

.popup.preview .item-point .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-point .text > *:not(:last-child) {
  margin-bottom: 10px;
}

.popup.preview .item-point .text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.popup.preview .item-point .img {
  margin-left: 25px;
}

@media screen and (min-width: 701px) {
  .popup.preview .item-point .img {
    max-width: 40%;
  }
}

.popup.preview .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup.preview .item-info:not(:last-child) {
  margin-bottom: 20px;
}

.popup.preview .item-info > * {
  margin-bottom: 10px;
}

.popup.preview .item-info dt {
  width: 85px;
}

.popup.preview .item-info dd {
  width: calc(100% - 85px);
}

.popup.preview .item-btn {
  margin-left: -35px;
  margin-right: -35px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.popup.preview .item-btn .btn {
  font-size: 16px;
  font-size: 1rem;
}

.popup .mfp-close {
  left: auto;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  background: url(/image/irex/common/btn-close.svg) no-repeat;
  font-size: 0;
}

.mfp-arrow {
  width: 24px;
  height: 43px;
  background: no-repeat center;
}

.mfp-arrow-left {
  background-image: url(/image/irex/common/arrow-popup_prev.svg);
  left: 20px;
}

.mfp-arrow-right {
  background-image: url(/image/irex/common/arrow-popup_next.svg);
  right: 20px;
}

.mfp-bg {
  background: #000;
  filter: alpha(opacity=46);
  opacity: 0.46;
}

.mfp-bg.mfp-fade.mfp-ready {
  filter: alpha(opacity=46);
  opacity: 0.46;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
  .popup {
    padding: 50px 30px 30px;
  }
  .popup.products .item-column2 .img {
    width: 400px;
  }
  .popup.products .item-column2 .text {
    margin-left: 30px;
    width: 10px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup {
    padding: 50px 20px 20px;
  }
  .popup.products .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .popup.products .item-img {
    margin-bottom: 20px;
  }
  .popup.products .item-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.products .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.products .item-related {
    margin-top: 40px;
  }
  .popup.products .item-related ul li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup.products .item-related ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup.products .item-related ul li .img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .popup.products .item-related ul li .text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .popup.products .item-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup.products .item-column2 .img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .popup.products .item-column2 .text {
    margin-left: 0px;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.products .item-column2 .text .item-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .popup.preview {
    padding: 35px 20px 20px;
  }
  .popup.preview .item-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup.preview .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.preview .item-title > .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .popup.preview .item-title > .left .img:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .popup.preview .item-title > .text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .popup.preview .item-title > .text > *:not(:last-child) {
    margin-bottom: 5px;
  }
  .popup.preview .item-title > .text .number {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-title > .text .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .popup.preview .item-title > .text .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-point {
    padding: 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .popup.preview .item-point:not(:last-child) {
    margin-bottom: 20px;
  }
  .popup.preview .item-point .text {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .popup.preview .item-point .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .popup.preview .item-point .img {
    margin-left: 0;
    margin-top: 15px;
  }
  .popup.preview .item-info {
    margin-bottom: -6px;
  }
  .popup.preview .item-info:not(:last-child) {
    margin-bottom: 14px;
  }
  .popup.preview .item-info > * {
    margin-bottom: 6px;
  }
  .popup.preview .item-btn {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
  }
  .popup .mfp-close {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .mfp-arrow {
    background-color: rgba(46, 46, 46, 0.9) !important;
    background-size: 10px auto !important;
  }
  .mfp-arrow-left {
    left: 0;
  }
  .mfp-arrow-right {
    right: 0;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

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

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

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #15A6A3;
  border: none;
  color: #FFF;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  background-color: #1bd3cf;
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.questionnaire {
    height: 65px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.btn.questionnaire:before {
    content: "";
    width: 36px;
    height: 36px;
    background: no-repeat center/contain;
    background-image: url(/img/front/common/icon-btn_questionnaire.png);
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .btn {
    height: 43px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.xs {
  height: 36px;
  font-size: 11.5px;
  font-size: 0.71875rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn.sml {
  height: 37px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 700px) {
  .btn.sml {
    height: 33px;
  }
}

@media screen and (max-width: 1000px) {
  .btn.sml.w130 {
    width: 100px;
  }
}

.btn.mdl {
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 700px) {
  .btn.mdl {
    height: 46px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn.h50 {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 700px) {
  .btn.h50 {
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn.lg {
  height: 60px;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.btn.lg.radius {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 1600px) {
  .btn.lg {
    font-size: 19px;
    font-size: 1.1875rem;
    height: 52px;
  }
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 55px;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.btn.shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
}

.btn.bookmark:before {
  content: "";
  width: 11px;
  height: 15px;
  background: no-repeat center/auto;
  background-image: url(/image/irex/common/icon-bookmark.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.bookmark.border:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: #15A6A3;
}

.btn.bookmark:hover {
  background-color: #15A6A3;
}

.btn.bookmark:hover:before {
  background-image: url(/image/irex/common/icon-bookmark_white.svg);
}

.btn.pdf:before {
  content: "";
  width: 25px;
  height: 32px;
  background: no-repeat center/auto;
  background-image: url(/image/irex/common/icon-btn_pdf.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.file:before {
  content: "";
  width: 25px;
  height: 25px;
  background: no-repeat center/contain;
  background-image: url(/image/irex/common/icon-btn_file.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.fav:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/image/irex/common/icon-star.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.back {
  border: 1px solid #A9C3CE;
  background-color: #FFF;
  color: #0B3569;
}

.btn.back:hover {
  background-color: #A9C3CE;
  color: #FFF;
}

.btn.border {
  border: 1px solid #15A6A3;
  color: #15A6A3;
  background-color: #FFF;
}

.btn.border:hover {
  background-color: #2E2E2E;
  color: #FFF;
}

.btn.border-black {
  border: 1px solid #DDDDDD;
  color: #2E2E2E;
  background-color: #FFF;
}

.btn.border-black:hover {
  background-color: #F2F2F2;
}

.btn.border-blue {
  border: 1px solid #CAE3EC;
  background-color: #FFF;
  color: #0E7ABC;
}

.btn.border-blue:hover {
  background-color: #CAE3EC;
}

.btn.red {
  background-color: #E60A16;
  color: #FFF;
}

.btn.red:hover {
  background-color: #f62d38;
}

.btn.white {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}

.btn.white:hover {
  background-color: #FFF;
  color: #2E2E2E;
}

.btn.blue {
  background-color: #2980B9;
}

.btn.blue:hover {
  background-color: #409ad5;
}

.btn.red-white {
  background-color: #FFF;
  color: #E60A16;
}

.btn.red-white:hover {
  background-color: #E60A16;
  color: #FFF;
}

.btn.grad {
  background: linear-gradient(#15a6a3 0%, #0e7abc 100%);
}

.btn.grad-red {
  background: linear-gradient(#E60A16 0%, #85212B 100%);
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #E60A16;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.link:after {
  content: "";
  width: 22px;
  height: 11px;
  background: no-repeat center/auto;
  margin-left: 10px;
  background-image: url(/image/irex/common/arrow-red.svg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #E6F1F8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #0B3569;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 20px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat.lg {
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cat.green {
  background-color: #15A6A3;
  color: #FFF;
}

.cat:hover {
  text-decoration: none;
  background-color: #0E7ABC;
  color: #FFF;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -8px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 8px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #DDDDDD;
  background: #F2F2F2;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #808080;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 10px;
  background: #F2F2F2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #808080;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 1px solid #0B3569;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #15A6A3;
  border-bottom: 2px solid #15A6A3;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #15A6A3;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2px;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #0B3569 transparent transparent transparent;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 43px;
  width: 100%;
  line-height: 43px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #F2F2F2;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 700px) {
  select {
    height: 40px;
    line-height: 40px;
  }
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 20px 5px 0;
}

@media screen and (max-width: 700px) {
  .check-radios {
    margin-right: -15px;
  }
  .check-radios > * {
    margin-right: 15px;
  }
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.radio-list li {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.radio-list li input:checked + label {
  background-color: #0E7ABC;
  border-color: #0E7ABC;
  color: #FFF;
}

.radio-list li label {
  height: 43px;
  border: 1px solid #A9C3CE;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14.5px;
  font-size: 0.90625rem;
  cursor: pointer;
  color: #0B3569;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 700px) {
  .radio-list li label {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.radio-list li:first-child label {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.radio-list li:last-child label {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.radio-list li:not(:last-child) label {
  margin-right: -1px;
}

.radio-list.split {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}

.radio-list.split li {
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}

.radio-list.split li label {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -moz-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -ms-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  -o-box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
  box-shadow: 0px 10px 25px 0 rgba(112, 112, 112, 0.08);
}

@media screen and (max-width: 700px) {
  .radio-list.split {
    margin-right: -4px;
    margin-bottom: -4px;
  }
  .radio-list.split li {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .radio-list.split li label {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 700px) and (max-width: 700px) {
  .radio-list.split li label {
    height: 32px;
    font-size: 12.5px;
    font-size: 0.78125rem;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -moz-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -ms-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    -o-box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
    box-shadow: 0px 5px 5px 0 rgba(112, 112, 112, 0.06);
  }
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
}

table th {
  background-color: #F2F2F2;
  font-weight: bold;
}

table thead th {
  background-color: #DDDDDD;
  color: #FFF;
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #DDDDDD;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv01 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  color: #0B3569;
}

.heading-lv01 span {
  position: relative;
  color: #15A6A3;
}

.heading-lv01 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: linear-gradient(#11cbc8 0%, #0084b5 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.heading-lv01:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 1600px) {
  .heading-lv01 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .heading-lv01:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .heading-lv01:not(:last-child) {
    margin-bottom: 27px;
  }
}

.heading-lv02 {
  text-align: center;
}

.heading-lv02 span {
  display: block;
}

.heading-lv02 span:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #15A6A3;
}

.heading-lv02 span:nth-child(2) {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  color: #0B3569;
}

@media screen and (max-width: 700px) {
  .heading-lv02 span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading-lv02 span:nth-child(2) {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.heading-lv03 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.heading-text-lv01 {
  margin-bottom: 30px;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-sup {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}

.text-red {
  color: #E60A16;
}

.text-blue {
  color: #0E7ABC;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1180px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
.column-style, .column-04, .column-03, .column-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

.column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
  margin-bottom: -30px;
}

.column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 501px) {
  .column-style > *.w5p, .column-04 > *.w5p, .column-03 > *.w5p, .column-02 > *.w5p {
    width: calc(5% - 30px);
  }
  .column-style > *.w10p, .column-04 > *.w10p, .column-03 > *.w10p, .column-02 > *.w10p {
    width: calc(10% - 30px);
  }
  .column-style > *.w15p, .column-04 > *.w15p, .column-03 > *.w15p, .column-02 > *.w15p {
    width: calc(15% - 30px);
  }
  .column-style > *.w20p, .column-04 > *.w20p, .column-03 > *.w20p, .column-02 > *.w20p {
    width: calc(20% - 30px);
  }
  .column-style > *.w25p, .column-04 > *.w25p, .column-03 > *.w25p, .column-02 > *.w25p {
    width: calc(25% - 30px);
  }
  .column-style > *.w30p, .column-04 > *.w30p, .column-03 > *.w30p, .column-02 > *.w30p {
    width: calc(30% - 30px);
  }
  .column-style > *.w35p, .column-04 > *.w35p, .column-03 > *.w35p, .column-02 > *.w35p {
    width: calc(35% - 30px);
  }
  .column-style > *.w40p, .column-04 > *.w40p, .column-03 > *.w40p, .column-02 > *.w40p {
    width: calc(40% - 30px);
  }
  .column-style > *.w45p, .column-04 > *.w45p, .column-03 > *.w45p, .column-02 > *.w45p {
    width: calc(45% - 30px);
  }
  .column-style > *.w50p, .column-04 > *.w50p, .column-03 > *.w50p, .column-02 > *.w50p {
    width: calc(50% - 30px);
  }
  .column-style > *.w55p, .column-04 > *.w55p, .column-03 > *.w55p, .column-02 > *.w55p {
    width: calc(55% - 30px);
  }
  .column-style > *.w60p, .column-04 > *.w60p, .column-03 > *.w60p, .column-02 > *.w60p {
    width: calc(60% - 30px);
  }
  .column-style > *.w65p, .column-04 > *.w65p, .column-03 > *.w65p, .column-02 > *.w65p {
    width: calc(65% - 30px);
  }
  .column-style > *.w70p, .column-04 > *.w70p, .column-03 > *.w70p, .column-02 > *.w70p {
    width: calc(70% - 30px);
  }
  .column-style > *.w75p, .column-04 > *.w75p, .column-03 > *.w75p, .column-02 > *.w75p {
    width: calc(75% - 30px);
  }
  .column-style > *.w80p, .column-04 > *.w80p, .column-03 > *.w80p, .column-02 > *.w80p {
    width: calc(80% - 30px);
  }
  .column-style > *.w85p, .column-04 > *.w85p, .column-03 > *.w85p, .column-02 > *.w85p {
    width: calc(85% - 30px);
  }
  .column-style > *.w90p, .column-04 > *.w90p, .column-03 > *.w90p, .column-02 > *.w90p {
    width: calc(90% - 30px);
  }
  .column-style > *.w95p, .column-04 > *.w95p, .column-03 > *.w95p, .column-02 > *.w95p {
    width: calc(95% - 30px);
  }
  .column-style > *.w100p, .column-04 > *.w100p, .column-03 > *.w100p, .column-02 > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  .column-style, .column-04, .column-03, .column-02 {
    margin-right: -20px;
  }
  .column-style:last-child, .column-04:last-child, .column-03:last-child, .column-02:last-child {
    margin-bottom: -20px;
  }
  .column-style > *, .column-04 > *, .column-03 > *, .column-02 > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #808080;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #F2F2F2;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 45px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}

.post h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 30px;
  height: 1px;
  background: #2E2E2E;
}

.post h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .youtube {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.post .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 700px) {
  .post .youtube {
    padding-top: 60%;
  }
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #808080;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 30px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #DDDDDD;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post iframe[src*="youtube"] {
  width: 1018px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1.7777777778;
  height: auto;
  display: block;
}

@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
/*Customize*/
.btn.fav-done:before {
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center/auto;
  background-image: url(/image/irex/common/star_off.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.next #lost_password .btn:disabled,
.next #changepassword .btn:disabled{
  background-color: #D9D9D9!important;
  cursor: not-allowed;
  color:#5f7682;
}