main .font_serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cate_concept {
    width: 960px;
    margin: 80px auto 30px;
    position: relative;
  }
  html.notIE .cate_concept .text {
    width: 480px;
  }
  html.notIE .cate_concept .text .cate_concept_flag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  html.notIE .cate_concept .text .cate_concept_flag li {
    background-color: #fff57f;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0.5em;
    margin-right: 8px;
  }
  html.notIE .cate_concept .text h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
  }
  html.notIE .cate_concept .text h2 sup {
    font-size: 0.5em;
    vertical-align: super;
  }
  html.notIE .cate_concept .text p {
    font-size: 16px;
  }
  html.notIE .cate_concept .text p .line {
    position: relative;
    z-index: 1;
  }
  html.notIE .cate_concept .text p .line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff57f;
    z-index: -1;
  }
  html.notIE .cate_concept .text p + p {
    margin-top: 24px;
  }
  html.notIE .cate_concept .text .u-notes {
    margin-top: 10px;
    color: #777;
  }
  html.notIE .cate_concept .img {
    width: 409px;
    position: absolute;
    top: 42px;
    right: 0;
  }
  html.notIE .cate_concept .img img {
    display: block;
    width: 100%;
  }
  html.notIE .cate_concept h3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 36px;
    position: relative;
    display: inline-block;
  }
  html.notIE .cate_concept h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  html.notIE .cate_concept .acc {
    margin-top: 26px;
  }
  html.notIE .cate_concept .acc_content {
    margin-bottom: 28px;
  }
  html.notIE .cate_concept .acc_content p {
    font-size: 14px;
  }
  html.notIE .cate_concept .acc_content p .line {
    position: relative;
    z-index: 1;
  }
  html.notIE .cate_concept .acc_content p .line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff57f;
    z-index: -1;
  }
  html.notIE .cate_concept .acc_content p + p {
    margin-top: 24px;
  }
  html.notIE .cate_concept .acc_btn {
    width: 140px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .cate_concept .acc_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cate_concept .acc_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cate_concept .acc_btn .close {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cate_concept .acc_btn .open {
    display: flex;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cate_concept .acc_btn::before, html.notIE .cate_concept .acc_btn::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 1px;
    background-color: #777;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: opacity 0.2s ease 0s;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cate_concept .acc_btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cate_concept .acc.m-opened .acc_btn .close {
    display: flex;
  }
  html.notIE .cate_concept .acc.m-opened .acc_btn .open {
    display: none;
  }
  html.notIE .cate_concept .acc.m-opened .acc_btn::after {
    transform: translateY(-50%);
  }
}

html.msie .cate_concept {
  width: 960px;
  margin: 80px auto 30px;
  position: relative;
}
html.msie .cate_concept .text {
  width: 480px;
}
html.msie .cate_concept .text .cate_concept_flag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
html.msie .cate_concept .text .cate_concept_flag li {
  background-color: #fff57f;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0.5em;
  margin-right: 8px;
}
html.msie .cate_concept .text h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
html.msie .cate_concept .text h2 sup {
  font-size: 0.5em;
  vertical-align: super;
}
html.msie .cate_concept .text p {
  font-size: 16px;
}
html.msie .cate_concept .text p .line {
  position: relative;
  z-index: 1;
}
html.msie .cate_concept .text p .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff57f;
  z-index: -1;
}
html.msie .cate_concept .text p + p {
  margin-top: 24px;
}
html.msie .cate_concept .text .u-notes {
  margin-top: 10px;
  color: #777;
}
html.msie .cate_concept .img {
  width: 409px;
  position: absolute;
  top: 42px;
  right: 0;
}
html.msie .cate_concept .img img {
  display: block;
  width: 100%;
}
html.msie .cate_concept h3 {
  font-size: 16px;
  line-height: 1;
  margin-top: 36px;
  position: relative;
  display: inline-block;
}
html.msie .cate_concept h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .cate_concept .acc {
  margin-top: 26px;
}
html.msie .cate_concept .acc_content {
  margin-bottom: 28px;
}
html.msie .cate_concept .acc_content p {
  font-size: 14px;
}
html.msie .cate_concept .acc_content p .line {
  position: relative;
  z-index: 1;
}
html.msie .cate_concept .acc_content p .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff57f;
  z-index: -1;
}
html.msie .cate_concept .acc_content p + p {
  margin-top: 24px;
}
html.msie .cate_concept .acc_btn {
  width: 140px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .cate_concept .acc_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .cate_concept .acc_btn:hover {
    opacity: 0.7;
  }
}
html.msie .cate_concept .acc_btn .close {
  display: none;
}
html.msie .cate_concept .acc_btn .open {
  display: flex;
}
html.msie .cate_concept .acc_btn::before, html.msie .cate_concept .acc_btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #777;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: opacity 0.2s ease 0s;
}
html.msie .cate_concept .acc_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
html.msie .cate_concept .acc.m-opened .acc_btn .close {
  display: flex;
}
html.msie .cate_concept .acc.m-opened .acc_btn .open {
  display: none;
}
html.msie .cate_concept .acc.m-opened .acc_btn::after {
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  html.notIE .cate_concept {
    margin: calc(100 / 750 * 100vw) 20px;
  }
  html.notIE .cate_concept .text .cate_concept_flag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .cate_concept .text .cate_concept_flag li {
    background-color: #fff57f;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0.6em;
    margin-right: 8px;
    margin-bottom: 1px;
  }
  html.notIE .cate_concept .text h2 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .cate_concept .text h2 sup {
    font-size: 0.5em;
    vertical-align: super;
  }
  html.notIE .cate_concept .text p {
    font-size: 13px;
  }
  html.notIE .cate_concept .text p .line {
    position: relative;
    z-index: 1;
  }
  html.notIE .cate_concept .text p .line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff57f;
    z-index: -1;
  }
  html.notIE .cate_concept .text p + p {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .cate_concept .text .u-notes {
    margin-top: 10px;
    color: #777;
  }
  html.notIE .cate_concept .img {
    margin: calc(50 / 750 * 100vw) auto 0;
    width: calc(672 / 750 * 100vw);
  }
  html.notIE .cate_concept h3 {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(70 / 750 * 100vw);
    position: relative;
    display: inline-block;
  }
  html.notIE .cate_concept h3::after {
    content: "";
    position: absolute;
    bottom: calc(-6 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .cate_concept .acc {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .cate_concept .acc_content {
    margin-bottom: calc(34 / 750 * 100vw);
  }
  html.notIE .cate_concept .acc_content p {
    font-size: calc(26 / 750 * 100vw);
  }
  html.notIE .cate_concept .acc_content p .line {
    position: relative;
    z-index: 1;
  }
  html.notIE .cate_concept .acc_content p .line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff57f;
    z-index: -1;
  }
  html.notIE .cate_concept .acc_content p + p {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .cate_concept .acc_btn {
    width: calc(240 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: calc(2 / 750 * 100vw) solid #e7e7e7;
    border-radius: calc(6 / 750 * 100vw);
    position: relative;
    line-height: 1;
  }
  html.notIE .cate_concept .acc_btn .close {
    display: none;
  }
  html.notIE .cate_concept .acc_btn .open {
    display: flex;
  }
  html.notIE .cate_concept .acc_btn::before, html.notIE .cate_concept .acc_btn::after {
    position: absolute;
    content: "";
    width: calc(24 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    background-color: #777;
    top: 50%;
    right: calc(20 / 750 * 100vw);
    transform: translateY(-50%);
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cate_concept .acc_btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  html.notIE .cate_concept .acc.m-opened .acc_btn .close {
    display: flex;
  }
  html.notIE .cate_concept .acc.m-opened .acc_btn .open {
    display: none;
  }
  html.notIE .cate_concept .acc.m-opened .acc_btn::after {
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .recommend {
    background-color: #dcdddd;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
  }
  html.notIE .recommend .recommend_inner {
    width: 960px;
    margin: auto;
  }
  html.notIE .recommend h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  html.notIE .recommend .recommend_item {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .recommend .recommend_item .item_unit {
    width: 310px;
    position: relative;
    background-color: #fff;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  }
  html.notIE .recommend .recommend_item .item_unit:hover {
    cursor: pointer;
  }
  html.notIE .recommend .recommend_item .item_unit:hover img {
    opacity: 0.7;
  }
  html.notIE .recommend .recommend_item .item_unit:hover > div::after {
    right: 10px;
  }
  html.notIE .recommend .recommend_item .item_unit:nth-child(3n+1) {
    margin-left: 0;
  }
  html.notIE .recommend .recommend_item .item_unit:nth-child(n+4) {
    margin-top: 15px;
  }
  html.notIE .recommend .recommend_item .item_unit figure {
    flex-basis: 260px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  html.notIE .recommend .recommend_item .item_unit > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 12px 26px 12px 16px;
    position: relative;
  }
  html.notIE .recommend .recommend_item .item_unit > div::after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
  }
  html.notIE .recommend .recommend_item .item_unit .flags {
    display: flex;
    margin-bottom: 5px;
  }
  html.notIE .recommend .recommend_item .item_unit .flags li {
    font-size: 11px;
    border: solid 1px #e7e7e7;
    padding: 0 0.5em;
    margin-right: 10px;
  }
  html.notIE .recommend .recommend_item .item_unit .flags li.m-new {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
  html.notIE .recommend .recommend_item .item_unit a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }
  html.notIE .recommend .recommend_item .item_unit a span {
    display: inline-block;
    font-size: 11px;
  }
  html.notIE .recommend .recommend_item .item_unit a::before {
    content: "";
    display: block;
    position: absolute;
    top: -259px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .recommend .recommend_item .item_unit img {
    width: 100%;
    display: block;
    transition: all 0.2s ease 0s;
    opacity: 1;
  }
  html.notIE .recommend .recommend_item.js-recommend_more {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  html.notIE .recommend .recommend_item.js-recommend_more.m-initialized {
    opacity: 1;
  }
  html.notIE .recommend .recommend_item.js-recommend_more.m-opened .btn_more {
    display: none;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .item_unit:nth-child(n+10) {
    display: none;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(220, 221, 221, 0) 0%, #dcdddd 100%);
    padding: 100px 0 0;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s {
    margin: auto;
    color: #000;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s span::after {
    width: 10px;
    height: 10px;
    background-image: url(/elixir/shared/img/icn_plus.svg);
  }
}

html.msie .recommend {
  background-color: #dcdddd;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}
html.msie .recommend .recommend_inner {
  width: 960px;
  margin: auto;
}
html.msie .recommend h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
html.msie .recommend .recommend_item {
  display: flex;
  flex-wrap: wrap;
}
html.msie .recommend .recommend_item .item_unit {
  width: 310px;
  position: relative;
  background-color: #fff;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
html.msie .recommend .recommend_item .item_unit:hover {
  cursor: pointer;
}
html.msie .recommend .recommend_item .item_unit:hover img {
  opacity: 0.7;
}
html.msie .recommend .recommend_item .item_unit:hover > div::after {
  right: 10px;
}
html.msie .recommend .recommend_item .item_unit:nth-child(3n+1) {
  margin-left: 0;
}
html.msie .recommend .recommend_item .item_unit:nth-child(n+4) {
  margin-top: 15px;
}
html.msie .recommend .recommend_item .item_unit figure {
  flex-basis: 260px;
  flex-grow: 0;
  flex-shrink: 0;
}
html.msie .recommend .recommend_item .item_unit > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 26px 12px 16px;
  position: relative;
}
html.msie .recommend .recommend_item .item_unit > div::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
}
html.msie .recommend .recommend_item .item_unit .flags {
  display: flex;
  margin-bottom: 5px;
}
html.msie .recommend .recommend_item .item_unit .flags li {
  font-size: 11px;
  border: solid 1px #e7e7e7;
  padding: 0 0.5em;
  margin-right: 10px;
}
html.msie .recommend .recommend_item .item_unit .flags li.m-new {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
html.msie .recommend .recommend_item .item_unit a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}
html.msie .recommend .recommend_item .item_unit a span {
  display: inline-block;
  font-size: 11px;
}
html.msie .recommend .recommend_item .item_unit a::before {
  content: "";
  display: block;
  position: absolute;
  top: -259px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: auto;
  background-color: transparent;
}
html.msie .recommend .recommend_item .item_unit img {
  width: 100%;
  display: block;
  transition: all 0.2s ease 0s;
  opacity: 1;
}
html.msie .recommend .recommend_item.js-recommend_more {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
html.msie .recommend .recommend_item.js-recommend_more.m-initialized {
  opacity: 1;
}
html.msie .recommend .recommend_item.js-recommend_more.m-opened .btn_more {
  display: none;
}
html.msie .recommend .recommend_item.js-recommend_more:not(.m-opened) .item_unit:nth-child(n+10) {
  display: none;
}
html.msie .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(220, 221, 221, 0) 0%, #dcdddd 100%);
  padding: 100px 0 0;
}
html.msie .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s {
  margin: auto;
  color: #000;
}
html.msie .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s span::after {
  width: 10px;
  height: 10px;
  background-image: url(/elixir/shared/img/icn_plus.svg);
}

@media screen and (max-width: 750px) {
  html.notIE .recommend {
    background-color: #dcdddd;
    padding: calc(100 / 750 * 100vw) 20px;
  }
  html.notIE .recommend h2 {
    font-size: 16px;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .recommend .recommend_item .item_unit {
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  html.notIE .recommend .recommend_item .item_unit + .item_unit {
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .recommend .recommend_item .item_unit > div {
    padding: 12px 26px 12px 16px;
    position: relative;
  }
  html.notIE .recommend .recommend_item .item_unit > div::after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease 0s;
  }
  html.notIE .recommend .recommend_item .item_unit .flags {
    display: flex;
    margin-bottom: 5px;
  }
  html.notIE .recommend .recommend_item .item_unit .flags li {
    font-size: 11px;
    border: solid 1px #e7e7e7;
    padding: 0 0.5em;
    margin-right: 10px;
  }
  html.notIE .recommend .recommend_item .item_unit .flags li.m-new {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
  html.notIE .recommend .recommend_item .item_unit a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }
  html.notIE .recommend .recommend_item .item_unit a span {
    display: inline-block;
    font-size: 11px;
  }
  html.notIE .recommend .recommend_item .item_unit a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-567 / 750 * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .recommend .recommend_item .item_unit img {
    display: block;
    width: 100%;
  }
  html.notIE .recommend .recommend_item.js-recommend_more {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease 0s;
  }
  html.notIE .recommend .recommend_item.js-recommend_more.m-initialized {
    opacity: 1;
  }
  html.notIE .recommend .recommend_item.js-recommend_more.m-opened .btn_more {
    display: none;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .item_unit:nth-child(n+6) {
    display: none;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(220, 221, 221, 0) 0%, #dcdddd 100%);
    padding: calc(100 / 750 * 100vw) 0 0;
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s {
    margin: auto;
    color: #000;
    width: calc(590 / 750 * 100vw);
  }
  html.notIE .recommend .recommend_item.js-recommend_more:not(.m-opened) .btn_more .u-btn_white_s span::after {
    width: 10px;
    height: 10px;
    background-image: url(/elixir/shared/img/icn_plus.svg);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .item_search {
    background-color: #f7f7f7;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 70px 0;
  }
  html.notIE .item_search .item_search_inner {
    width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html.notIE .item_search .item_search_inner h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 50px;
  }
  html.notIE .item_search .search_keyword {
    width: 510px;
  }
  html.notIE .item_search .search_keyword > dt {
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 1;
  }
  html.notIE .item_search .search_keyword dd .search_keyword_inner {
    width: 510px;
    display: flex;
  }
  html.notIE .item_search .search_keyword dd .search_keyword_inner input[type=text] {
    border-color: #ddd;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px 0 40px;
    background: #fff url(/elixir/shared/img/icn_search.svg) no-repeat 14px center;
    background-size: 17px;
    height: 45px;
  }
  html.notIE .item_search .search_keyword dd .search_keyword_inner .btn_search {
    width: 80px;
    height: 45px;
    background-color: #333;
    border: solid 1px #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .search_keyword_inner .btn_search {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .item_search .search_keyword dd .search_keyword_inner .btn_search:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .search_keyword_inner .btn_search span {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .popular_keywords {
    margin-top: 20px;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dt {
    color: #777;
    margin-bottom: 10px;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd {
    font-size: 0;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/elixir/shared/img/icn_tag.svg) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a span {
    display: inline-block;
    position: relative;
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #3d3d3d;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a span::before {
    transform-origin: left;
    transition: all 0.2s ease 0s;
    transform: scaleX(0);
  }
  html.notIE .item_search .search_keyword dd .popular_keywords dd ul li a span:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_lineup {
    width: 395px;
    padding-left: 55px;
    border-left: solid 1px #ddd;
  }
  html.notIE .item_search .search_lineup > dt {
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 1;
  }
  html.notIE .item_search .search_lineup > dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 3px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .item_search .search_lineup > dd a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .item_search .search_lineup > dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_search .search_lineup > dd a span {
    font-size: 16px;
  }
  html.notIE .item_search .search_lineup > dd a span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -3px;
  }
}

html.msie .item_search {
  background-color: #f7f7f7;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}
html.msie .item_search .item_search_inner {
  width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html.msie .item_search .item_search_inner h2 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 50px;
}
html.msie .item_search .search_keyword {
  width: 510px;
}
html.msie .item_search .search_keyword > dt {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1;
}
html.msie .item_search .search_keyword dd .search_keyword_inner {
  width: 510px;
  display: flex;
}
html.msie .item_search .search_keyword dd .search_keyword_inner input[type=text] {
  border-color: #ddd;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 10px 0 40px;
  background: #fff url(/elixir/shared/img/icn_search.svg) no-repeat 14px center;
  background-size: 17px;
  height: 45px;
}
html.msie .item_search .search_keyword dd .search_keyword_inner .btn_search {
  width: 80px;
  height: 45px;
  background-color: #333;
  border: solid 1px #ddd;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 751px) {
  html.msie .item_search .search_keyword dd .search_keyword_inner .btn_search {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .item_search .search_keyword dd .search_keyword_inner .btn_search:hover {
    opacity: 0.7;
  }
}
html.msie .item_search .search_keyword dd .search_keyword_inner .btn_search span {
  color: #fff;
  font-size: 16px;
}
html.msie .item_search .search_keyword dd .popular_keywords {
  margin-top: 20px;
}
html.msie .item_search .search_keyword dd .popular_keywords dt {
  color: #777;
  margin-bottom: 10px;
}
html.msie .item_search .search_keyword dd .popular_keywords dd {
  font-size: 0;
}
html.msie .item_search .search_keyword dd .popular_keywords dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.msie .item_search .search_keyword dd .popular_keywords dd ul li a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  html.msie .item_search .search_keyword dd .popular_keywords dd ul li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .item_search .search_keyword dd .popular_keywords dd ul li a:hover {
    opacity: 0.7;
  }
}
html.msie .item_search .search_keyword dd .popular_keywords dd ul li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/elixir/shared/img/icn_tag.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
html.msie .item_search .search_keyword dd .popular_keywords dd ul li a span {
  display: inline-block;
  position: relative;
}
html.msie .item_search .search_keyword dd .popular_keywords dd ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #3d3d3d;
}
@media screen and (min-width: 751px) {
  html.msie .item_search .search_keyword dd .popular_keywords dd ul li a span::before {
    transform-origin: left;
    transition: all 0.2s ease 0s;
    transform: scaleX(0);
  }
  html.msie .item_search .search_keyword dd .popular_keywords dd ul li a span:hover::before {
    transform: scaleX(1);
  }
}
html.msie .item_search .search_lineup {
  width: 395px;
  padding-left: 55px;
  border-left: solid 1px #ddd;
}
html.msie .item_search .search_lineup > dt {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1;
}
html.msie .item_search .search_lineup > dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 45px;
  border: solid 1px #ddd;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (min-width: 751px) {
  html.msie .item_search .search_lineup > dd a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .item_search .search_lineup > dd a:hover {
    opacity: 0.7;
  }
}
html.msie .item_search .search_lineup > dd a span {
  font-size: 16px;
}
html.msie .item_search .search_lineup > dd a span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -3px;
}

@media screen and (max-width: 750px) {
  html.notIE .item_search {
    background-color: #f7f7f7;
    padding: calc(80 / 750 * 100vw) 20px;
  }
  html.notIE .item_search h2 {
    font-size: 18px;
  }
  html.notIE .item_search .search_keyword > dt {
    position: relative;
    padding: calc(55 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
    font-size: 15px;
    line-height: 1;
  }
  html.notIE .item_search .search_keyword > dd {
    padding-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .item_search .search_keyword > dd .search_keyword_inner {
    display: flex;
  }
  html.notIE .item_search .search_keyword > dd .search_keyword_inner input[type=text] {
    border-color: #ddd;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px 0 35px;
    background: #fff url(/elixir/shared/img/icn_search.svg) no-repeat 10px center;
    background-size: 17px;
    height: 40px;
  }
  html.notIE .item_search .search_keyword > dd .search_keyword_inner .btn_search {
    width: 60px;
    height: 40px;
    background-color: #333;
    border: solid 1px #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
  }
  html.notIE .item_search .search_keyword > dd .search_keyword_inner .btn_search span {
    color: #fff;
    font-size: 14px;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords {
    margin-top: 18px;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords dt {
    color: #777;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords dd {
    font-size: 0;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords dd ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords dd ul li a {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    font-size: 12px;
  }
  html.notIE .item_search .search_keyword > dd .popular_keywords dd ul li a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/elixir/shared/img/icn_tag.svg) no-repeat center center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
  }
  html.notIE .item_search .search_lineup {
    border-top: solid 1px #ddd;
  }
  html.notIE .item_search .search_lineup > dt {
    position: relative;
    padding: calc(55 / 750 * 100vw) 0;
    font-size: 15px;
    line-height: 1;
  }
  html.notIE .item_search .search_lineup > dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 3px;
  }
  html.notIE .item_search .search_lineup > dd a span {
    font-size: 15px;
  }
  html.notIE .item_search .search_lineup > dd a span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -3px;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .concept {
    width: 960px;
    margin: 80px auto 0;
    display: flex;
    align-items: flex-start;
  }
  html.notIE .concept h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  html.notIE .concept h2 img {
    width: 100%;
    display: block;
  }
  html.notIE .concept .concept_img {
    width: 449px;
    margin-right: 86px;
  }
  html.notIE .concept p {
    font-size: 16px;
    line-height: 1.875;
  }
  html.notIE .concept p + p {
    margin-top: 30px;
  }
  html.notIE .concept p.note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #777;
  }
}

html.msie .concept {
  width: 960px;
  margin: 80px auto 0;
  display: flex;
  align-items: flex-start;
}
html.msie .concept h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
html.msie .concept h2 img {
  width: 100%;
  display: block;
}
html.msie .concept .concept_img {
  width: 449px;
  margin-right: 86px;
}
html.msie .concept p {
  font-size: 16px;
  line-height: 1.875;
}
html.msie .concept p + p {
  margin-top: 30px;
}
html.msie .concept p.note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #777;
}

@media screen and (max-width: 750px) {
  html.notIE .concept {
    padding: 0 20px 0 30px;
    margin: calc(100 / 750 * 100vw) 0 0;
    position: relative;
  }
  html.notIE .concept h2 {
    position: relative;
    margin-top: -24px;
    z-index: 2;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .concept h2::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: -20px;
    bottom: -20px;
    width: 48%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  html.notIE .concept h2 img {
    position: relative;
    z-index: 3;
  }
  html.notIE .concept .concept_img {
    margin: 0 -20px 0 120px;
    position: relative;
    z-index: 1;
  }
  html.notIE .concept p {
    font-size: 13px;
    line-height: 1.7692307692;
    margin: 0;
  }
  html.notIE .concept p + p {
    margin-top: 25px;
  }
  html.notIE .concept p.note {
    margin: 10px 0 0;
    font-size: 12px;
    color: #777;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .bnr_counseling {
    text-align: center;
    margin-bottom: 80px;
  }
  html.notIE .bnr_counseling a {
    display: block;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .bnr_counseling a:hover {
    opacity: 0.7;
  }
}

html.msie .bnr_counseling {
  text-align: center;
  margin-bottom: 80px;
}
html.msie .bnr_counseling a {
  display: block;
  transition: opacity 0.2s ease 0s;
}
html.msie .bnr_counseling a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  html.notIE .bnr_counseling {
    margin: calc(80 / 750 * 100vw) 20px;
  }
  html.notIE .bnr_counseling a {
    display: block;
  }
}

/*-----------------------------------------------------
	terms_modal
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .terms_modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 40px;
    z-index: 2000;
  }
  html.notIE .terms_modal::-webkit-scrollbar {
    display: none;
  }
  html.notIE .terms_modal .modal_bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  html.notIE .terms_modal .modal_box {
    position: relative;
    margin: auto;
    background-color: #fff;
    max-width: 1280px;
    min-width: 980px;
    z-index: 2001;
    box-sizing: border-box;
  }
  html.notIE .terms_modal .modal_close {
    width: 46px;
    position: absolute;
    top: 45px;
    right: 45px;
  }
  html.notIE .terms_modal .modal_close button {
    display: block;
    border: 0 none;
    outline: 0 none;
    background: transparent none;
    cursor: pointer;
  }
  html.notIE .terms_modal .modal_terms {
    padding: 100px 0;
    width: 960px;
    margin: auto;
    text-align: left;
  }
  html.notIE .terms_modal .modal_terms h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  html.notIE .terms_modal .modal_terms h3 {
    font-size: 18px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  html.notIE .terms_modal .modal_terms h4 {
    font-size: 15px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  html.notIE .terms_modal .modal_terms p {
    font-size: 15px;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
  html.notIE .terms_modal .modal_terms p.note {
    font-size: 12px;
    line-height: 20px;
  }
  html.notIE .terms_modal .modal_terms .note + p {
    margin-top: 10px;
  }
  html.notIE .terms_modal .modal_terms .term_1 + .term_1 {
    margin-top: 60px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_subttl {
    font-size: 16px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin: 30px 0 10px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_block {
    margin-top: 10px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_block .step_txt {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_ttl {
    margin-top: 20px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li {
    font-size: 14px;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    list-style: inside;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li + li {
    margin-top: 4px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li .terms_list_detail > li {
    list-style: none;
  }
  html.notIE .terms_modal .modal_terms .term_1 h4 {
    margin-top: 40px;
  }
  html.notIE .terms_modal .modal_terms .term_1 .note {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

html.msie .terms_modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 40px;
  z-index: 2000;
}
html.msie .terms_modal::-webkit-scrollbar {
  display: none;
}
html.msie .terms_modal .modal_bg {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
html.msie .terms_modal .modal_box {
  position: relative;
  margin: auto;
  background-color: #fff;
  max-width: 1280px;
  min-width: 980px;
  z-index: 2001;
  box-sizing: border-box;
}
html.msie .terms_modal .modal_close {
  width: 46px;
  position: absolute;
  top: 45px;
  right: 45px;
}
html.msie .terms_modal .modal_close button {
  display: block;
  border: 0 none;
  outline: 0 none;
  background: transparent none;
  cursor: pointer;
}
html.msie .terms_modal .modal_terms {
  padding: 100px 0;
  width: 960px;
  margin: auto;
  text-align: left;
}
html.msie .terms_modal .modal_terms h2 {
  font-size: 22px;
  margin-bottom: 40px;
}
html.msie .terms_modal .modal_terms h3 {
  font-size: 18px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
html.msie .terms_modal .modal_terms h4 {
  font-size: 15px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
html.msie .terms_modal .modal_terms p {
  font-size: 15px;
  line-height: 30px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}
html.msie .terms_modal .modal_terms p.note {
  font-size: 12px;
  line-height: 20px;
}
html.msie .terms_modal .modal_terms .note + p {
  margin-top: 10px;
}
html.msie .terms_modal .modal_terms .term_1 + .term_1 {
  margin-top: 60px;
}
html.msie .terms_modal .modal_terms .term_1 .terms_subttl {
  font-size: 16px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.12em;
  margin: 30px 0 10px;
}
html.msie .terms_modal .modal_terms .term_1 .step .step_block {
  margin-top: 10px;
}
html.msie .terms_modal .modal_terms .term_1 .step .step_block .step_txt {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
html.msie .terms_modal .modal_terms .term_1 .step .step_ttl {
  margin-top: 20px;
}
html.msie .terms_modal .modal_terms .term_1 .terms_list li {
  font-size: 14px;
  line-height: 30px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
  list-style: inside;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
html.msie .terms_modal .modal_terms .term_1 .terms_list li + li {
  margin-top: 4px;
}
html.msie .terms_modal .modal_terms .term_1 .terms_list li .terms_list_detail > li {
  list-style: none;
}
html.msie .terms_modal .modal_terms .term_1 h4 {
  margin-top: 40px;
}
html.msie .terms_modal .modal_terms .term_1 .note {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 750px) {
  html.notIE .terms_modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 0;
    z-index: 2000;
  }
  html.notIE .terms_modal::-webkit-scrollbar {
    display: none;
  }
  html.notIE .terms_modal img {
    display: block;
    width: 100%;
  }
  html.notIE .terms_modal .modal_bg {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  html.notIE .terms_modal .modal_box {
    position: relative;
    margin: auto;
    background-color: #fff;
    width: 100%;
    z-index: 2001;
    box-sizing: border-box;
  }
  html.notIE .terms_modal .modal_close {
    width: calc(46 / 750 * 100vw);
    position: absolute;
    top: calc(45 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_close button {
    display: block;
    border: 0 none;
    outline: 0 none;
    background: transparent none;
  }
  html.notIE .terms_modal .modal_terms {
    padding: calc(130 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin: auto;
    text-align: left;
    word-break: break-all;
  }
  html.notIE .terms_modal .modal_terms a {
    display: inline;
  }
  html.notIE .terms_modal .modal_terms h2 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms h3 {
    font-size: calc(24 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms h4 {
    font-size: calc(24 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms p {
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(35 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
  html.notIE .terms_modal .modal_terms .note + p {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 + .term_1 {
    margin-top: calc(120 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_subttl {
    font-size: calc(24 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.12em;
    margin: calc(30 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_block {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_block .step_txt {
    margin-top: calc(10 / 750 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .terms_modal .modal_terms .term_1 .step .step_ttl {
    margin-top: calc(24 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li {
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(35 / 750 * 100vw);
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
    list-style: inside;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li + li {
    margin-top: calc(4 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .terms_list li .terms_list_detail > li {
    list-style: none;
  }
  html.notIE .terms_modal .modal_terms .term_1 h4 {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .terms_modal .modal_terms .term_1 .note {
    margin-top: calc(10 / 750 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
  }
}
