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

@media screen and (min-width: 751px) {
  html.notIE main {
    padding-top: 40px;
  }
  html.notIE h1 {
    width: 960px;
    margin: 0 auto 40px;
    font-size: 24px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  html.notIE .content {
    padding-bottom: 80px;
  }
  html.notIE .content .recommend {
    max-width: 1200px;
    min-width: 960px;
    margin: 60px auto 0;
    padding: 40px 0;
    background-color: #f7f7f7;
  }
  html.notIE .content .recommend .content_inner {
    width: 850px;
    margin: 0 auto;
  }
  html.notIE .content .recommend h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
  html.notIE .content .recommend .recommend_item {
    opacity: 0;
    transition: opacity 0.2s ease 0.2s;
    display: flex;
  }
  html.notIE .content .recommend .recommend_item.slick-initialized {
    opacity: 1;
  }
  html.notIE .content .recommend .recommend_item .item_unit {
    width: 270px;
    position: relative;
    background-color: #fff;
    float: none;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  html.notIE .content .recommend .recommend_item .item_unit figure {
    flex-basis: 226px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  html.notIE .content .recommend .recommend_item .item_unit > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 12px 26px 12px 16px;
    position: relative;
  }
  html.notIE .content .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 .content .recommend .recommend_item .item_unit + .item_unit {
    margin-left: 20px;
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags li {
    font-size: 11px;
    border: solid 1px #e7e7e7;
    padding: 0 0.5em;
    margin: 0 10px 5px 0;
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags li.m-new {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
  html.notIE .content .recommend .recommend_item .item_unit a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }
  html.notIE .content .recommend .recommend_item .item_unit a span {
    display: inline-block;
    font-size: 11px;
  }
  html.notIE .content .recommend .recommend_item .item_unit a::before {
    content: "";
    display: block;
    position: absolute;
    top: -226px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .content .recommend .recommend_item .item_unit img {
    display: block;
    width: 100%;
    transition: all 0.2s ease 0s;
    opacity: 1;
  }
  html.notIE .content .recommend .recommend_item .item_unit:hover {
    cursor: pointer;
  }
  html.notIE .content .recommend .recommend_item .item_unit:hover img {
    opacity: 0.7;
  }
  html.notIE .content .recommend .recommend_item .item_unit:hover > div::after {
    right: 10px;
  }
  html.notIE .content .recommend .recommend_item .slick-track {
    display: flex;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(/elixir/shared/img/arw_wht.svg) no-repeat center center;
    background-size: 7px;
    text-align: left;
    text-indent: -20em;
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .content .recommend .recommend_item .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-next {
    right: -55px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-prev {
    left: -55px;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-disabled {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .recommend .recommend_link {
    display: flex;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 50px;
    line-height: 1;
    font-size: 20px;
    text-decoration: none;
    margin: 36px auto 0;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .content .recommend .recommend_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .recommend .recommend_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .recommend .recommend_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_trouble,
html.notIE .content .search_category {
    width: 960px;
    margin: 60px auto 0;
  }
  html.notIE .content .search_trouble h2,
html.notIE .content .search_category h2 {
    font-size: 18px;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
  }
  html.notIE .content .search_trouble dl,
html.notIE .content .search_category dl {
    margin-top: 40px;
  }
  html.notIE .content .search_trouble dl:first-child,
html.notIE .content .search_category dl:first-child {
    margin-top: 0;
  }
  html.notIE .content .search_trouble dl dt,
html.notIE .content .search_category dl dt {
    font-size: 16px;
    line-height: 1;
    color: #777;
    margin-bottom: 15px;
  }
  html.notIE .content .search_trouble ul,
html.notIE .content .search_category ul {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .content .search_trouble ul li,
html.notIE .content .search_category ul li {
    width: 310px;
    margin-left: 15px;
  }
  html.notIE .content .search_trouble ul li:nth-child(3n+1),
html.notIE .content .search_category ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  html.notIE .content .search_trouble ul li:nth-child(n+4),
html.notIE .content .search_category ul li:nth-child(n+4) {
    margin-top: 10px;
  }
  html.notIE .content .search_trouble a,
html.notIE .content .search_category a {
    display: block;
    min-height: 40px;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    position: relative;
    padding: 0 20px 0 13px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .content .search_trouble a,
html.notIE .content .search_category a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .search_trouble a:hover,
html.notIE .content .search_category a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_trouble a::after,
html.notIE .content .search_category a::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_trouble a span,
html.notIE .content .search_category a span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 5px 0;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_keyword {
    width: 960px;
    margin: 0 auto;
  }
  html.notIE .content .search_keyword h2 {
    font-size: 18px;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
  }
  html.notIE .content .search_keyword .search_keyword_inner {
    width: 510px;
    display: flex;
  }
  html.notIE .content .search_keyword .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 .content .search_keyword .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;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .content .search_keyword .search_keyword_inner .btn_search {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .search_keyword .search_keyword_inner .btn_search:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_keyword .search_keyword_inner .btn_search span {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_keyword .popular_keywords {
    margin-top: 20px;
  }
  html.notIE .content .search_keyword .popular_keywords dt {
    color: #777;
    margin-bottom: 10px;
  }
  html.notIE .content .search_keyword .popular_keywords dd {
    font-size: 0;
  }
  html.notIE .content .search_keyword .popular_keywords dd ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html.notIE .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .search_keyword .popular_keywords dd ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a span {
    display: inline-block;
    position: relative;
  }
  html.notIE .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a span::before {
    transform-origin: left;
    transition: all 0.2s ease 0s;
    transform: scaleX(0);
  }
  html.notIE .content .search_keyword .popular_keywords dd ul li a span:hover::before {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .consultation_bg {
    max-width: 1200px;
    min-width: 960px;
    margin: 60px auto 0;
    padding: 50px 0;
    background-color: #f7f7f7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .consultation {
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
  }
  html.notIE .content .consultation > dt {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
  html.notIE .content .consultation > dt span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: solid 1px #000;
  }
  html.notIE .content .consultation > dd {
    display: flex;
    justify-content: center;
    position: relative;
  }
  html.notIE .content .consultation > dd dl {
    width: 370px;
    position: relative;
    border-left: solid 1px #eee;
  }
  html.notIE .content .consultation > dd dl:first-child {
    border-left: none;
  }
  html.notIE .content .consultation > dd dl dt {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  html.notIE .content .consultation > dd dl dt::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
  }
  html.notIE .content .consultation > dd dl dt a {
    text-decoration: none;
  }
  html.notIE .content .consultation > dd dl dt a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .content .consultation > dd dl dt a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 14px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
  }
  html.notIE .content .consultation > dd dl.consultation__tel {
    padding-left: 56px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .content .consultation > dd dl.consultation__tel {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .consultation > dd dl.consultation__tel:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .consultation > dd dl.consultation__tel dt::before {
    width: 26px;
    height: 34px;
    background-image: url(/elixir/shared/img/icn_phone.svg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .content .consultation > dd dl.consultation__line {
    padding-left: 60px;
    margin-left: 60px;
    box-sizing: content-box;
  }
  html.notIE .content .consultation > dd dl.consultation__line:only-child {
    width: 590px;
    padding-left: 0;
    margin-left: 0;
  }
  html.notIE .content .consultation > dd dl.consultation__line:only-child p,
html.notIE .content .consultation > dd dl.consultation__line:only-child ul {
    width: 100%;
  }
  html.notIE .content .consultation > dd dl.consultation__line dt::before {
    width: 36px;
    height: 36px;
    background-image: url(/elixir/shared/img/icn_line.svg);
  }
  html.notIE .content .consultation > dd dl.consultation__line dt a {
    pointer-events: none;
  }
  html.notIE .content .consultation > dd dl.consultation__line dt a::before, html.notIE .content .consultation > dd dl.consultation__line dt a::after {
    display: none;
    pointer-events: none;
  }
  html.notIE .content .consultation > dd dl.consultation__line p,
html.notIE .content .consultation > dd dl.consultation__line ul {
    width: 280px;
  }
  html.notIE .content .consultation > dd dl.consultation__line .qr {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

html.msie main {
  padding-top: 40px;
}
html.msie h1 {
  width: 960px;
  margin: 0 auto 40px;
  font-size: 24px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
html.msie .content {
  padding-bottom: 80px;
}
html.msie .content .recommend {
  max-width: 1200px;
  min-width: 960px;
  margin: 60px auto 0;
  padding: 40px 0;
  background-color: #f7f7f7;
}
html.msie .content .recommend .content_inner {
  width: 850px;
  margin: 0 auto;
}
html.msie .content .recommend h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
html.msie .content .recommend .recommend_item {
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
  display: flex;
}
html.msie .content .recommend .recommend_item.slick-initialized {
  opacity: 1;
}
html.msie .content .recommend .recommend_item .item_unit {
  width: 270px;
  position: relative;
  background-color: #fff;
  float: none;
  height: auto;
  display: flex;
  flex-direction: column;
}
html.msie .content .recommend .recommend_item .item_unit figure {
  flex-basis: 226px;
  flex-grow: 0;
  flex-shrink: 0;
}
html.msie .content .recommend .recommend_item .item_unit > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 26px 12px 16px;
  position: relative;
}
html.msie .content .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 .content .recommend .recommend_item .item_unit + .item_unit {
  margin-left: 20px;
}
html.msie .content .recommend .recommend_item .item_unit .flags {
  display: flex;
  flex-wrap: wrap;
}
html.msie .content .recommend .recommend_item .item_unit .flags li {
  font-size: 11px;
  border: solid 1px #e7e7e7;
  padding: 0 0.5em;
  margin: 0 10px 5px 0;
}
html.msie .content .recommend .recommend_item .item_unit .flags li.m-new {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
html.msie .content .recommend .recommend_item .item_unit a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}
html.msie .content .recommend .recommend_item .item_unit a span {
  display: inline-block;
  font-size: 11px;
}
html.msie .content .recommend .recommend_item .item_unit a::before {
  content: "";
  display: block;
  position: absolute;
  top: -226px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: auto;
  background-color: transparent;
}
html.msie .content .recommend .recommend_item .item_unit img {
  display: block;
  width: 100%;
  transition: all 0.2s ease 0s;
  opacity: 1;
}
html.msie .content .recommend .recommend_item .item_unit:hover {
  cursor: pointer;
}
html.msie .content .recommend .recommend_item .item_unit:hover img {
  opacity: 0.7;
}
html.msie .content .recommend .recommend_item .item_unit:hover > div::after {
  right: 10px;
}
html.msie .content .recommend .recommend_item .slick-track {
  display: flex;
}
html.msie .content .recommend .recommend_item .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2) url(/elixir/shared/img/arw_wht.svg) no-repeat center center;
  background-size: 7px;
  text-align: left;
  text-indent: -20em;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  html.msie .content .recommend .recommend_item .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .recommend .recommend_item .slick-arrow:hover {
    opacity: 0.7;
  }
}
html.msie .content .recommend .recommend_item .slick-arrow.slick-next {
  right: -55px;
  transform: translateY(-50%);
}
html.msie .content .recommend .recommend_item .slick-arrow.slick-prev {
  left: -55px;
  transform: translateY(-50%) rotate(180deg);
}
html.msie .content .recommend .recommend_item .slick-arrow.slick-disabled {
  display: none !important;
}
html.msie .content .recommend .recommend_link {
  display: flex;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 50px;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  margin: 36px auto 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .content .recommend .recommend_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .recommend .recommend_link:hover {
    opacity: 0.7;
  }
}
html.msie .content .recommend .recommend_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .content .search_trouble,
html.msie .content .search_category {
  width: 960px;
  margin: 60px auto 0;
}
html.msie .content .search_trouble h2,
html.msie .content .search_category h2 {
  font-size: 18px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
html.msie .content .search_trouble dl,
html.msie .content .search_category dl {
  margin-top: 40px;
}
html.msie .content .search_trouble dl:first-child,
html.msie .content .search_category dl:first-child {
  margin-top: 0;
}
html.msie .content .search_trouble dl dt,
html.msie .content .search_category dl dt {
  font-size: 16px;
  line-height: 1;
  color: #777;
  margin-bottom: 15px;
}
html.msie .content .search_trouble ul,
html.msie .content .search_category ul {
  display: flex;
  flex-wrap: wrap;
}
html.msie .content .search_trouble ul li,
html.msie .content .search_category ul li {
  width: 310px;
  margin-left: 15px;
}
html.msie .content .search_trouble ul li:nth-child(3n+1),
html.msie .content .search_category ul li:nth-child(3n+1) {
  margin-left: 0;
}
html.msie .content .search_trouble ul li:nth-child(n+4),
html.msie .content .search_category ul li:nth-child(n+4) {
  margin-top: 10px;
}
html.msie .content .search_trouble a,
html.msie .content .search_category a {
  display: block;
  min-height: 40px;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  position: relative;
  padding: 0 20px 0 13px;
}
@media screen and (min-width: 751px) {
  html.msie .content .search_trouble a,
html.msie .content .search_category a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .search_trouble a:hover,
html.msie .content .search_category a:hover {
    opacity: 0.7;
  }
}
html.msie .content .search_trouble a::after,
html.msie .content .search_category a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
html.msie .content .search_trouble a span,
html.msie .content .search_category a span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 5px 0;
}
html.msie .content .search_keyword {
  width: 960px;
  margin: 0 auto;
}
html.msie .content .search_keyword h2 {
  font-size: 18px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
}
html.msie .content .search_keyword .search_keyword_inner {
  width: 510px;
  display: flex;
}
html.msie .content .search_keyword .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 .content .search_keyword .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;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 751px) {
  html.msie .content .search_keyword .search_keyword_inner .btn_search {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .search_keyword .search_keyword_inner .btn_search:hover {
    opacity: 0.7;
  }
}
html.msie .content .search_keyword .search_keyword_inner .btn_search span {
  color: #fff;
  font-size: 16px;
}
html.msie .content .search_keyword .popular_keywords {
  margin-top: 20px;
}
html.msie .content .search_keyword .popular_keywords dt {
  color: #777;
  margin-bottom: 10px;
}
html.msie .content .search_keyword .popular_keywords dd {
  font-size: 0;
}
html.msie .content .search_keyword .popular_keywords dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.msie .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .search_keyword .popular_keywords dd ul li a:hover {
    opacity: 0.7;
  }
}
html.msie .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a span {
  display: inline-block;
  position: relative;
}
html.msie .content .search_keyword .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 .content .search_keyword .popular_keywords dd ul li a span::before {
    transform-origin: left;
    transition: all 0.2s ease 0s;
    transform: scaleX(0);
  }
  html.msie .content .search_keyword .popular_keywords dd ul li a span:hover::before {
    transform: scaleX(1);
  }
}
html.msie .content .consultation_bg {
  max-width: 1200px;
  min-width: 960px;
  margin: 60px auto 0;
  padding: 50px 0;
  background-color: #f7f7f7;
}
html.msie .content .consultation {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
html.msie .content .consultation > dt {
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
}
html.msie .content .consultation > dt span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: solid 1px #000;
}
html.msie .content .consultation > dd {
  display: flex;
  justify-content: center;
  position: relative;
}
html.msie .content .consultation > dd dl {
  width: 370px;
  position: relative;
  border-left: solid 1px #eee;
}
html.msie .content .consultation > dd dl:first-child {
  border-left: none;
}
html.msie .content .consultation > dd dl dt {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
html.msie .content .consultation > dd dl dt::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}
html.msie .content .consultation > dd dl dt a {
  text-decoration: none;
}
html.msie .content .consultation > dd dl dt a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: transparent;
}
html.msie .content .consultation > dd dl dt a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}
html.msie .content .consultation > dd dl.consultation__tel {
  padding-left: 56px;
}
@media screen and (min-width: 751px) {
  html.msie .content .consultation > dd dl.consultation__tel {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .content .consultation > dd dl.consultation__tel:hover {
    opacity: 0.7;
  }
}
html.msie .content .consultation > dd dl.consultation__tel dt::before {
  width: 26px;
  height: 34px;
  background-image: url(/elixir/shared/img/icn_phone.svg);
}
html.msie .content .consultation > dd dl.consultation__line {
  padding-left: 60px;
  margin-left: 60px;
  box-sizing: content-box;
}
html.msie .content .consultation > dd dl.consultation__line:only-child {
  width: 590px;
  padding-left: 0;
  margin-left: 0;
}
html.msie .content .consultation > dd dl.consultation__line:only-child p,
html.msie .content .consultation > dd dl.consultation__line:only-child ul {
  width: 100%;
}
html.msie .content .consultation > dd dl.consultation__line dt::before {
  width: 36px;
  height: 36px;
  background-image: url(/elixir/shared/img/icn_line.svg);
}
html.msie .content .consultation > dd dl.consultation__line dt a {
  pointer-events: none;
}
html.msie .content .consultation > dd dl.consultation__line dt a::before, html.msie .content .consultation > dd dl.consultation__line dt a::after {
  display: none;
  pointer-events: none;
}
html.msie .content .consultation > dd dl.consultation__line p,
html.msie .content .consultation > dd dl.consultation__line ul {
  width: 280px;
}
html.msie .content .consultation > dd dl.consultation__line .qr {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  html.notIE main {
    padding-top: calc(60 / 750 * 100vw);
  }
  html.notIE h1 {
    margin: 0 20px calc(60 / 750 * 100vw);
    font-size: 18px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  html.notIE .content .recommend {
    background-color: #f7f7f7;
    padding: calc(50 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 20px;
    margin-top: calc(100 / 750 * 100vw);
  }
  html.notIE .content .recommend h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: calc(35 / 750 * 100vw);
  }
  html.notIE .content .recommend .recommend_item {
    opacity: 0;
    transition: opacity 0.2s ease 0.2s;
    position: relative;
  }
  html.notIE .content .recommend .recommend_item.slick-initialized {
    opacity: 1;
  }
  html.notIE .content .recommend .recommend_item .item_unit {
    width: calc(620 / 750 * 100vw);
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    background-color: #fff;
    float: none;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  html.notIE .content .recommend .recommend_item .item_unit figure {
    flex-basis: calc(519 / 750 * 100vw);
    flex-grow: 0;
    flex-shrink: 0;
  }
  html.notIE .content .recommend .recommend_item .item_unit > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 12px 26px 12px 16px;
    position: relative;
  }
  html.notIE .content .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 .content .recommend .recommend_item .item_unit + .item_unit {
    margin-left: calc(20 / 750 * 100vw);
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags {
    display: flex;
    margin-bottom: 5px;
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags li {
    font-size: 11px;
    border: solid 1px #e7e7e7;
    padding: 0 0.5em;
    margin-right: 10px;
  }
  html.notIE .content .recommend .recommend_item .item_unit .flags li.m-new {
    border-color: #333;
    background-color: #333;
    color: #fff;
  }
  html.notIE .content .recommend .recommend_item .item_unit a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
  }
  html.notIE .content .recommend .recommend_item .item_unit a span {
    display: inline-block;
    font-size: 11px;
  }
  html.notIE .content .recommend .recommend_item .item_unit a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(-520 / 750 * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .content .recommend .recommend_item .item_unit img {
    display: block;
    width: 100%;
    transition: all 0.2s ease 0s;
    opacity: 1;
  }
  html.notIE .content .recommend .recommend_item .slick-track {
    display: flex;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 27px;
    height: 54px;
    text-align: left;
    text-indent: -20em;
    overflow: hidden;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/elixir/shared/img/arw_wht.svg) no-repeat center right 6px;
    background-size: 7px;
    z-index: 3;
  }
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%);
  }
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-prev {
    left: -20px;
    transform: translateY(-50%) rotate(180deg);
  }
  html.notIE .content .recommend .recommend_item .slick-arrow.slick-disabled {
    display: none !important;
  }
  html.notIE .content .recommend .recommend_item .slick-dots {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: -17px;
    display: flex;
    justify-content: flex-end;
  }
  html.notIE .content .recommend .recommend_item .slick-dots li {
    width: 20px;
    height: 2px;
  }
  html.notIE .content .recommend .recommend_item .slick-dots li + li {
    margin-left: 4px;
  }
  html.notIE .content .recommend .recommend_item .slick-dots li button {
    width: 20px;
    height: 2px;
    text-indent: -20em;
    overflow: hidden;
    background-color: #e4e4e4;
  }
  html.notIE .content .recommend .recommend_item .slick-dots li.slick-active button {
    background-color: #777;
  }
  html.notIE .content .recommend .recommend_link {
    display: flex;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: calc(470 / 750 * 100vw);
    height: 40px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    margin: 18px auto 0;
    position: relative;
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  html.notIE .content .recommend .recommend_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .content .recommend .recommend_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .recommend .recommend_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .search_trouble,
html.notIE .content .search_category {
    margin: calc(100 / 750 * 100vw) 20px 0;
  }
  html.notIE .content .search_trouble h2,
html.notIE .content .search_category h2 {
    font-size: 16px;
    border-bottom: solid 1px #000;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .content .search_trouble dl,
html.notIE .content .search_category dl {
    margin-top: calc(60 / 750 * 100vw);
  }
  html.notIE .content .search_trouble dl:first-child,
html.notIE .content .search_category dl:first-child {
    margin-top: 0;
  }
  html.notIE .content .search_trouble dl dt,
html.notIE .content .search_category dl dt {
    font-size: 14px;
    line-height: 1;
    color: #777;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  html.notIE .content .search_trouble ul,
html.notIE .content .search_category ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  html.notIE .content .search_trouble ul li,
html.notIE .content .search_category ul li {
    width: 49.4%;
  }
  html.notIE .content .search_trouble ul li:nth-child(n+3),
html.notIE .content .search_category ul li:nth-child(n+3) {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .content .search_trouble a,
html.notIE .content .search_category a {
    display: block;
    height: 100%;
    min-height: 50px;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    position: relative;
    padding: 0 20px 0 10px;
  }
  html.notIE .content .search_trouble a::after,
html.notIE .content .search_category a::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }
  html.notIE .content .search_trouble a span,
html.notIE .content .search_category a span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 48px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    padding: 5px 0;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .search_keyword {
    margin: 0 20px;
  }
  html.notIE .content .search_keyword h2 {
    font-size: 16px;
    border-bottom: solid 1px #000;
    margin-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .content .search_keyword .search_keyword_inner {
    display: flex;
  }
  html.notIE .content .search_keyword .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 .content .search_keyword .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 .content .search_keyword .search_keyword_inner .btn_search span {
    color: #fff;
    font-size: 14px;
  }
  html.notIE .content .search_keyword .popular_keywords {
    margin-top: 18px;
  }
  html.notIE .content .search_keyword .popular_keywords dt {
    color: #777;
    margin-bottom: 10px;
  }
  html.notIE .content .search_keyword .popular_keywords dd {
    font-size: 0;
  }
  html.notIE .content .search_keyword .popular_keywords dd ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html.notIE .content .search_keyword .popular_keywords dd ul li a {
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    font-size: 12px;
  }
  html.notIE .content .search_keyword .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;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .consultation_bg {
    margin-top: calc(100 / 750 * 100vw);
    background-color: #f7f7f7;
    padding: calc(80 / 750 * 100vw) 20px;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .consultation {
    background-color: #fff;
    margin-top: calc(80 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  html.notIE .content .consultation > dt {
    width: 100%;
    text-align: center;
    margin-bottom: calc(34 / 750 * 100vw);
  }
  html.notIE .content .consultation > dt span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 4px;
    border-bottom: solid 1px #000;
  }
  html.notIE .content .consultation > dd {
    display: flex;
    justify-content: space-between;
    position: relative;
    letter-spacing: 0;
  }
  html.notIE .content .consultation > dd dl {
    width: 50%;
    position: relative;
    border-left: solid 1px #eee;
  }
  html.notIE .content .consultation > dd dl:first-child {
    border-left: none;
  }
  html.notIE .content .consultation > dd dl > dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  html.notIE .content .consultation > dd dl > dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
  }
  html.notIE .content .consultation > dd dl > dt a {
    text-decoration: none;
  }
  html.notIE .content .consultation > dd dl > dt a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: transparent;
  }
  html.notIE .content .consultation > dd dl > dt a span {
    font-size: 14px;
  }
  html.notIE .content .consultation > dd dl > dt a span::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 7px;
  }
  html.notIE .content .consultation > dd dl.consultation__tel {
    padding-right: calc(20 / 750 * 100vw);
  }
  html.notIE .content .consultation > dd dl.consultation__tel > dt::before {
    background-image: url(/elixir/shared/img/icn_phone.svg);
  }
  html.notIE .content .consultation > dd dl.consultation__line {
    padding-left: calc(20 / 750 * 100vw);
  }
  html.notIE .content .consultation > dd dl.consultation__line:only-child {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) and (min-width: 415px) {
  html.notIE .content .consultation > dd dl.consultation__line:only-child {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .consultation > dd dl.consultation__line > dt::before {
    background-image: url(/elixir/shared/img/icn_line.svg);
  }
}
@media screen and (max-width: 750px) {
  html.notIE .content .consultation > dd dl.consultation__line .qr,
html.notIE .content .consultation > dd dl.consultation__line .u-notes {
    display: none;
  }
}
