@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .8px;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
body.is_scroll {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  overflow: visible;
}

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

figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

.sp-only {
  display: none !important;
}

.sp-s-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-s-only {
    display: inherit !important;
  }
}

.f-montserrat {font-family: 'Montserrat', sans-serif;}

.bold {font-weight: bold;}

.wrapper {
  padding-top: 84px;
}
@media screen and (max-width: 768px) {
.wrapper {
  padding-top:  60px;
}
}

.container {}

.base_width {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.base_width_s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .base_width {
    max-width: 100%;
  }
  .base_width_s {
    max-width: 100%;
  }
}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.large {
  font-size: 125%;
}

*[data-color="yellow"] {
  color: #E8C352;
}
a[data-color="yellow"]:hover {
  color: #E8C352;
}

.opa {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.opa:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .opa {
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
  }
  .opa:hover {
    opacity: 1;
  }
}

.anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.anchor_line {
  margin-top: -10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
  .anchor_line {
    margin-top: -20px;
    padding-top: 20px;
  }
}

.section_line {
  margin-top: 80px;
  padding-top: 35px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .section_line {
    margin-top: 40px;
    padding-top: 20px;
  }
}

.page_title_wrap {
  margin-bottom: 60px;
  /*padding: 40px 0 40px 180px;*/
  padding: 40px 0;
  background: #F8F3E4;
}
.page_title_wrap_overlap {
  margin-top: -115px;
  padding: 140px 0 25px;
}
.page_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.sub_title {
  margin-bottom: 25px!important;
  text-align: center;
  font-weight: normal!important;
}
.sub_title[data-color="yellow"] {
  color: #E8C352;
}
.title {
  margin-bottom: 50px!important;
  text-align: center;
  font-weight: normal!important;
}
@media screen and (max-width: 1380px) {
  .page_title_wrap .base_width {
    max-width: 100%;
    padding-left: 190px;
  }
  .page_title_wrap_overlap .base_width {
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_title_wrap {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .page_title_wrap_overlap {
    margin-top: -45px;
    padding: 60px 0 15px;
  }
  .page_title_wrap .base_width {
    padding: 0 20px;
  }
  .page_title {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }
  .sub_title {
    margin-bottom: 20px!important;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal!important;
  }
  .sub_title[data-color="yellow"] {
    margin-bottom: 15px!important;
    font-size: 1.4rem;
  }
  .title {
    margin-bottom: 20px!important;
    font-size: 1.6rem;
  }
}

.btn-base {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 5px 0;
  border: 1px solid #707070;
  border-radius: 100px;
  text-align: center;
  text-decoration: none!important;
}
.btn-base[btn-width="large"] {
  width: 500px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-size: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn-base[data-color="yellow"] {
  background-color: #E8C352;
  border: 1px solid #E8C352;
  color: #fff;
}
.btn-base[data-color="yellow"]:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-base {
    width: 150px;
  }
  .btn-base[btn-width="large"] {
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 84px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1001;
}
.header.is_scroll {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.04);
}
.header_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 168px;
  height: 168px;
  background: #E8C352;
  z-index: 1001;
}
.header.is_scroll .header_logo {
  width: 140px;
  height: 60px;
}
.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.header.is_scroll .header_logo img {
  width: 70px;
}
.header_menu {
}
.header_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.header_menu_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.header_menu_item[data-item="brand"] {
  width: 5em;
}
.header_menu_item[data-item="news"] {
  width: 4em;
}
.header_menu_item[data-item="topics"] {
  width: 5em;
}
.header_menu_item[data-item="shoplist"] {
  width: 7em;
}
.header_menu_item[data-item="corporate"] {
  width: 7.5em;
}
.header_menu_item[data-item="recruit"] {
  width: 6em;
}
.header_menu_item .en {
}
.header_menu_item .jp {
  display: none;
  white-space: nowrap;
}
.header_menu_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  transition: .3s;
}
.header_menu_link:hover .en {
  display: none;
}
.header_menu_link:hover .jp {
  display: block;
}
.header_menu_link[data-bg="lightGray"],
.header_menu_link[data-bg="gray"] {
  display: block;
  padding: 0 15px;
  background: #D9D9D9;
  border-radius: 50px;
}
.header_menu_link[data-bg="lightGray"] {
  padding: 0 30px 0 15px;
  background: #EDEDED;
}
.header_menu_link[data-bg="gray"]:hover {
  background: #EDEDED;
}
.header_menu_arw {
  position: relative;
}
.header_menu_arw::after {
  content: "";
  position: absolute;
  right: 13px;
  top: calc(50% - 5px);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.header_sub_menu {
  display: none;
  position: absolute;
  left: calc(50% - 105px);
  top: 42px;
  width: 194px;
  background: #E8C352;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.header_sub_menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}
.header_sub_menu:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #E8C352;
}
.header_sub_menu_item {
  line-height: 1;
  padding: 0 0 18px;
}
.header_sub_menu_item:first-child {
  padding: 18px 0;
}
.header_sub_menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header_sub_menu a:hover {
  text-decoration: underline;
}
.header_menu_btn {
  display: none;
}
@media screen and (max-width: 1240px) {
  .header_menu_item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1140px) {
  .header_menu_list {
    padding-right: 0;
  }
  .header_menu_item {
    height: auto;
    margin-right: 5px;
    font-size: 1vw;
  }
}
@media screen and (max-width: 940px) {
  .header {
    display: block;
    height: 60px;
  }
  .header.is_scroll {
    height: 50px;
    background-color:
  }
  .header_logo {
    width: 84px;
    height: 84px;
  }
  .header.is_scroll .header_logo {
    width: 84px;
    height: 50px;
  }
  .header_logo img {
    width: 44px;
  }
  .header.is_scroll .header_logo img {
    width: 44px;
  }
  .header_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #fff;
    z-index: 1000;
  }
  .header_menu_list {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
  .header_menu_list > ul {
    display: block;
  }
  .header_menu_item {
    display: block;
    width: 100%!important;
    margin-right: 0;
    margin-bottom: 8px;
    padding-right: 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .header_menu_item .en {
    display: block!important;
  }
  .header_menu_item .jp {
    display: none!important;
  }
  .header_menu_item.pc-only {
    display: none;
  }
  .header_menu_item.sp-only {
    display: block!important;
  }
  .header_menu_link[data-bg="gray"] {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .header_menu_btn {
    display: block;
    position: fixed;
    right: 12px;
    top: 12px;
    width: 42px;
    height: 39px;
    cursor: pointer;
    background: #fff;
    z-index: 1001;
  }
  .header.is_scroll .header_menu_btn {
    top: 5px;
  }
  .header_menu_btn span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .header_menu_btn span:nth-child(1) {
    top: 9px;
  }
  .header_menu_btn span:nth-child(2) {
    top: 18px;
  }
  .header_menu_btn span:nth-child(3) {
    top: 27px;
  }
  .header_menu_btn.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .header_menu_btn.active span:nth-child(2),
  .header_menu_btn.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

/* footer */
.footer {
  padding-bottom: 30px;
  text-align: center;
}
.footer_menu {
  margin-bottom: 25px;
  padding: 18px 0;
  background: #f7f7f7;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer_menu_inner {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
*/}
.footer_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.footer_menu_item {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.footer_menu_item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer_menu_item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #000;
}
.footer_menu_item:last-child::after {
  content: none;
}
.footer_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_menu_list_sp {
  display: none;
}
.footer_link_item {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}
.footer_link_item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer_link_item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #000;
}
.footer_link_item:last-child::after {
  content: none;
}
.footer_logo {
  margin-bottom: 12px;
}
.footer_logo img {
  width: 66px;
}
.footer_copyright {
  font-size: 10px;
  font-size: 1.0rem;
}
@media screen and (max-width: 920px) {
/*  .footer_menu_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_menu_list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }*/
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 25px;
  }
  .footer_menu {
    margin-bottom: 25px;
    padding: 20px 0 15px;
    font-size: 1.2rem;
    text-align: left;
  }
  .footer_menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_menu_list {
    display: block;
    width: 50%;
    margin-bottom: 0;
  }
  .footer_menu_list_sp {
    display: block;
    width: 50%;
  }
  .footer_menu_item {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .footer_menu_item::after {
    content: none;
  }
  .footer_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_link_item {
    position: relative;
    margin-right: 0;
    padding-right: 0;
  }
  .footer_link_item::after {
    content: none;
  }
  .footer_logo {
    margin-bottom: 12px;
  }
  .footer_logo img {
    width: 64px;
  }
  .footer_copyright {
    font-size: 1.0rem;
  }
}

/* top */
.top-sub_title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #C6C6C6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sub_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

.top-mv-sp {
  display: none;
}
.top-mv {
  position: relative;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 70px;
}
.top-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background: #F8F3E4;
}
.top-mv_slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.top-mv_slider_item {
  width: 100%;
  height: 490px;
  background: #fff;
}
.top-mv_slider_item a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.top-mv_slider_img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.top-mv_slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}
.top-mv_slider .slick-prev {
  left: -40px;
}
.top-mv_slider .slick-next {
  right: -40px;
}
.top-mv_slider .slick-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.top-mv_slider .slick-prev::before {
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.top-mv_slider .slick-next::before {
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.top-mv_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}
.top-mv_slider .slick-dots li {
  margin: 0 10px;
}
.top-mv_slider .slick-dots button {
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  background: #D9D9D9;
  border-radius: 10px;
}
.top-mv_slider .slick-dots .slick-active button {
  background: #E8C352;
}
@media screen and (max-width: 1300px) {
  .top-mv_slider {
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .top-mv-pc {
    display: none;
  }
  .top-mv-sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .top-mv {
    margin-bottom: 60px;
    padding: 0 38px;
  }
  .top-mv::before {
    content: none;
  }
  .top-mv_slider {
    max-width: 100%;
    margin: 0 auto;
  }
  .top-mv_slider_item {
    position: relative;
    width: 100%;
    height: 106vw;
  }
  .top-mv_slider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-mv_slider .slick-arrow {
    width: 18px;
    height: 18px;
  }
  .top-mv_slider .slick-prev {
    left: -25px;
  }
  .top-mv_slider .slick-next {
    right: -25px;
  }
  .top-mv_slider .slick-prev::before {
    right: 2px;
    width: 9px;
    height: 9px;
  }
  .top-mv_slider .slick-next::before {
    left: 2px;
    width: 9px;
    height: 9px;
  }
  .top-mv_slider .slick-dots {
    margin: 40px auto 0;
  }
  .top-mv_slider .slick-dots li {
    margin: 0 5px;
  }
  .top-mv_slider .slick-dots button {
    width: 4px;
    height: 4px;
    padding: 0;
  }
}

.top-link_online {
  position: absolute;
  right: calc(50% - 650px);
  bottom: 80px;
  display: block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #E8C352;
  color: #fff;
}
.top-link_online:hover {
  color: #fff!important;
  opacity: .9;
}
.top-link_online span {
  padding-left: 30px;
  background: url(../img/ico_cart.svg) left center no-repeat;
}
@media screen and (max-width: 1300px) {
  .top-link_online {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-link_online {
    bottom: 26px;
    width: 170px;
    height: 37px;
    line-height: 37px;
    font-size: 1.1rem;
  }
  .top-link_online span {
    padding-left: 22px;
    background: url(../img/ico_cart.svg) left center no-repeat;
    background-size: 16px auto;
  }
}

.top-news {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin: 0 auto 40px;
  }
}

.top-topics {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .top-topics {
    margin: 0 auto 45px;
  }
}

.top-post_list {
  margin-bottom: 25px;
}
.top-post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.top-post_date {
  width: 110px;
}
.top-post_title {
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
}

.top-bnr {
  margin-bottom: 60px;
}
.top-bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.top-bnr_item {
  width: calc(100%/4 - 10px);
  margin: 0 5px 10px;
}
.top-bnr_item a {
  display: block;
}
.top-bnr_img {
  position: relative;
}
.top-bnr_img:before {
  content: "";
  display: block;
  padding-top: 45%;
}
.top-bnr_img_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-bnr_img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-bnr {
    margin-bottom: 20px;
  }
  .top-bnr_item {
    width: calc(100%/2 - 10px);
  }
}

/* archive_list */
.archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}
.archive_item {
  width: calc(100% / 4 - 26px);
  margin: 0 13px 35px;
}
.archive_link {
  display: block;
  text-decoration: none;
}
.archive_img {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9;
}
.archive_img:before {
  content: "";
  display: block;
  padding-top: 67.5%;
}
.archive_img_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.archive_img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive_img_inner_noimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archive_img_inner_noimg img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .archive_list {
    margin: 0 -14px;
  }
  .archive_item {
    width: calc(100% / 2 - 14px);
    margin: 0 7px 20px;
  }
  .archive_img {
    margin-bottom: 10px;
  }
  .archive_img_inner_noimg img {
    width: 65px;
  }
}

/* article */
.article_img {
  text-align: center;
}
.article_content {
}
.article_content p {
  margin-bottom: 1.5em;
}
.article_content a {
  text-decoration: underline;
}
.article_content a:hover {
  text-decoration: none;
}
.article_content figure {
  padding: 30px 0;
  text-align: center;
}
.article_btn {
  margin: 75px auto 80px;
}
@media screen and (max-width: 768px) {
  .article_date {
    margin-bottom: 5px;
    text-align: center;
  }
  .article_content {
  }
  .article_content figure {
    padding: 15px 0;
  }
  .article_btn {
    margin: 35px auto 40px;
  }
}

/* pagenation */
.pagenation {
  margin-bottom: 40px;
  text-align: center;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4d4d4d;
}
.pagenation li {
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
}
.pagenation li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  border-radius: 50%;
  color: #4d4d4d;
}
.pagenation li a:hover {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  color: #4d4d4d;
}
.pagenation li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pagenation li span.current {
  border: 1px solid #ebebeb;
  background: #ebebeb;
}
.pagenation li .dots {
}
.pagenation li .prev,
.pagenation li .next {
  position: relative;
}
.pagenation li .prev::before {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
.pagenation li .next::before {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-bottom: 20px;
  }
  .pagenation ul {
    font-size: 1.2rem;
  }
  .pagenation li {
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin: 0 6px;
  }
  .pagenation li .prev::before {
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .pagenation li .next::before {
    top: calc(50% - 2px);
    left: calc(50% - 3px);
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

/* brand_list */
.brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 20px;
}
.brand_item {
  width: calc(50% - 40px);
  margin: 0 20px 60px;
}
.brand_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.brand_img {
  width: 50%;
}
.brand_name {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.brand_logo {
  width: 100%;
  margin-bottom: 10px;
}
.brand_logo img {

}
.brand_title {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.brand_mid {
  margin-bottom: 25px;
}
.brand_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand_link {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.brand_link a {
  display: block;
  background: #E8C352;
  color: #fff;
}
.brand_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.brand_sns_item {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .brand_list {
    display: block;
    margin: 0 0 20px;
  }
  .brand_item {
    width: 100%;
    margin: 0 0 30px;
  }
  .brand_top {
    margin-bottom: 13px;
  }
  .brand_logo {
    margin-bottom: 3px;
  }
  .brand_title {
    font-size: 1rem;
  }
  .brand_mid {
    margin-bottom: 15px;
  }
  .brand_btm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brand_link {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 1.3rem;
  }
  .brand_sns {
    margin-left: 10px;
  }
  .brand_sns_item {
    padding: 0 8px;
  }
  .brand_sns_item img {
    width: auto;
    height: 22px;
  }
}

/* page_content */
.page_content {
  padding-bottom: 80px;
}
.page_content a {
  text-decoration: underline;
}
.page_content a:hover {
  text-decoration: none;
}
.page_content section {
  margin-bottom: 40px;
}
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {
  margin-bottom: 1em;
  font-weight: bold;
}
.page_content ul {
  margin-bottom: 1em;
}
.page_content li {
  position: relative;
  padding-left: 1em;
}
.page_content li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.page_content p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .page_content {
    padding-bottom: 40px;
  }
  .page_content section {
    margin-bottom: 20px;
  }
}

.note {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

ul.come li:before {
  content: "※";
}

/* tab */
ul.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
li.tab_item {
  margin-right: 12px;
  padding-right: 12px;
  padding-left: 0;
}
li.tab_item:last-child {
  margin-right: 0;
  padding-right: 0;
}
li.tab_item::before {
  content: none;
}
li.tab_item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #000;
}
li:last-child.tab_item::after {
  content: none;
}
li.tab_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ul.tab_list {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  li.tab_item {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
  }
  li.tab_item::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #000;
  }
  li:last-child.tab_item::after {
    content: none;
  }
  li.tab_item a {
    text-decoration: none;
  }
}

/* customBox */

.customBox:not(:first-child) {
  margin-top: 24px;
}

.customBox_subTitle {
  text-align: center;
}

.customBox_text {
  text-align: center;
}

.customBox_img {
  width: 80%;
  height: auto;
  max-width: 280px;
  margin: 20px auto 48px;
}

/* box */
.box {
  margin-bottom: 60px;
  text-align: center;
}
.box_bg {
  margin-top: -24px;
  padding: 65px 100px 20px;
  background: #F7F7F7;
}
.box_title {
  line-height: 1.4;
  margin-top: -05px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: normal!important;
}
.box_item {
  flex: 1;
  line-height: 2;
  margin-bottom: 40px;
}
.box_item_title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.box_item_text {
  font-size: 16px;
  font-size: 1.6rem;
}
.box_item_img {
  width: 60%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
}
.box_item_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box {
    margin-bottom: 30px;
  }
  .box_bg {
    margin-top: -15px;
    padding: 35px 20px 5px;
  }
  .box_title {
    line-height: 1.4;
    margin-top: -5px;
    font-size: 1.9rem;
  }
  .box_item {
    line-height: 2;
    margin-bottom: 20px;
  }
  .box_item_title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .box_item_text {
    font-size: 1.2rem;
  }
  .box_item_img {
    width: 80%;
    margin: 0 auto 10px;
  }
}

/* table01 */
.table01 {
  padding: 40px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.table01 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 th  {
  padding: 10px 5px;
  font-weight: bold;
}
.table01 td  {
  padding: 20px 5px;
}
.table01 thead th  {
  background: #F8F3E4;
  border-right: 3px solid #fff;
}
.table01 thead th:last-child  {
  border-right: none;
}
.table01 tbody th,
.table01 tbody td {
  border-bottom: 1px solid #E6E6E6;
}
.table01_percent  {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .table01 {
    padding: 20px 0;
    font-size: 1rem;
  }
  .table01 table {
    width: 100%;
  }
  .table01 thead {
    display: block;
    float: left;
    width: 110px;
    overflow-x: scroll;
  }
  .table01 tbody {
    display: block;
    width: calc(100% - 110px);
    overflow-x: auto;
  }
  .table01 tbody tr {
    display: inline-block;
    width: 50%;
    margin: 0 -3px;
  }
  .table01 th  {
    font-weight: bold;
  }
  .table01 th,
  .table01 td  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    height: 60px;
  }
  .table01 thead th  {
    width: 105px;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .table01 tbody th,
  .table01 tbody td {
    width: auto;
    border-bottom: 0;
    border-right: 1px solid #E6E6E6;
  }
  .table01_percent  {
    font-size: 1.2rem;
  }
}

/* list01 */
.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
.list01_title {
  width: 120px;
}
.list01_content {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .list01 {
    margin-bottom: 1.5em;
  }
  .list01_title {
    width: 75px;
    padding-right: 5px;
  }
  .list01_content {
    width: calc(100% - 75px);
  }
}

/* cc */
.cc {
}
.cc_box {
  text-align: left;
}
.cc_title {
  position: relative;
  width: 660px;
  min-height: 162px;
  margin: 0 auto;
  padding-left: 150px;
  background: url(/wp-content/themes/can_202007/assets/img/cc/canchumapp.png) left center no-repeat;
  background-size: 173px auto;
}
.cc_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 620px;
  min-height: 200px;
  margin: 0 auto 40px;
  padding: 20px 35px 10px;
  background: #fff;
  border: 2px solid #E8C352;
  border-radius: 10px;
}
.cc_intro_img {
  width: 146px;
  margin-right: 50px;
}
.cc_intro_text {
  width: calc(100% - 196px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.cc_intro_text span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .cc_title {
    width: 100%;
    min-height: 110px;
    padding-top: 10px;
    padding-left: 100px;
    background: url(/wp-content/themes/can_202007/assets/img/cc/canchumapp.png) 20px -6px no-repeat;
    background-size: 89px auto;
  }
  .cc_intro {
    display: block;
    width: 100%;
    min-height: auto;
    margin: 0 auto 20px;
    padding: 18px 15px 20px;
  }
  .cc_intro_img {
    width: 98px;
    margin: 0 auto 10px;
  }
  .cc_intro_text {
    width: 100%;
    font-size: 1.4rem;
  }
  .cc_intro_text span {
    display: block;
    font-size: 1rem;
    padding-top: 5px;
  }
}

/* tokuten */
.tokuten {
  margin: 25px 0 0;
  padding: 30px 45px 10px;
  border: 2px solid #E8C352;
  border-radius: 10px;
}
.tokuten li {
  padding-left: 0;
}
.tokuten li::before {
  content: none;
}
.tokuten dt {
  margin-bottom: 30px;
  color: #E8C352;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.tokuten dt span {
  padding-bottom: 5px;
  border-bottom: 1px solid #E8C352;
}
.tokuten dd ul {
  font-size: 16px;
  font-size: 1.6rem;
}
.tokuten dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tokuten_no {
  width: 66px;
  height: 66px;
  line-height: 66px;
  margin-right: 19px;
  background: #E8C352;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.tokuten_text {
  width: calc(100% - 85px);
  font-weight: bold;
}
.tokuten_table {
  width: calc(100% - 85px);
  margin-left: 85px;
  padding: 0!important;
}
.tokuten_table_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokuten {
    padding: 20px 15px 5px;
  }
  .tokuten li {
    padding-left: 0;
  }
  .tokuten li::before {
    content: none;
  }
  .tokuten dt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .tokuten dd ul {
    font-size: 1.2rem;;
  }
  .tokuten dd li {
    margin-bottom: 20px;
  }
  .tokuten_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 1.0rem;
  }
  .tokuten_text {
    width: calc(100% - 55px);
  }
  .tokuten_table {
    width: 100%;
    margin-left: 0;
    padding: 10px 0 0!important;
  }
  .tokuten_table_title {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}

/* flow */
.flow {
}
.flow_btn {
  margin: 30px auto 40px;
}
.flow_app {
  min-height: 240px;
  margin: 35px 0;
  padding: 30px 220px 30px 35px;
  border: 2px solid #E8C352;
  border-radius: 10px;
  background: url(../img/cc/bg_app.png) calc(100% - 30px) center no-repeat;
  background-size: 184px auto;
}
.flow_app_title {
  min-height: 62px;
  line-height: 62px;
  padding-left: 75px;
  background: url(/wp-content/themes/can_202007/assets/img/cc/canchumicon.png) left center no-repeat;
  background-size: 62px auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.flow_app_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px
}
.flow_app_btn li {
  padding-left: 0;
  margin-right: 20px;
}
.flow_app_btn li:last-child {
  margin-right: 0;
}
.flow_app_btn li::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .flow_btn {
    margin: 20px auto 25px;
  }
  .flow_app {
    position: relative;
    min-height: auto;
    margin: 20px 0;
    padding: 20px 15px 10px;
    background: none;
  }
  .flow_app::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -25px;
    width: 90px;
    height: 90px;
    background: url(../img/cc/bg_app.png) 0 0 no-repeat;
    background-size: 90px auto;
  }
 .flow_app_title {
    min-height: auto;
    line-height: 1.6;
    padding: 70px 0 0 0;
    background: url(/wp-content/themes/can_202007/assets/img/cc/canchumicon.png) center 0px no-repeat;
    background-size: 62px auto;
    font-size: 1.4rem;
    text-align: center;
    }
  .flow_app_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .flow_app_btn li {
    padding-left: 0;
    margin-right: 15px;
  }
  .flow_app_btn li img {
    height: 40px;
  }
  .flow_app_btn li::before {
    content: none;
  }
}

/* terms */
.terms_list {
  margin-bottom: 30px;
}
.terms_list dt {
  margin-bottom: 0.5em;
}
.terms_list dd {
  margin-bottom: 25px;
}
.terms_list ul {
  margin-bottom: 0;
}
.terms_list li {
  padding-left: 0;
}
.terms_list li:before {
  content: "";
  position: relative;
}
.terms_date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .terms_list {
    margin-bottom: 30px;
  }
  .terms_list dt {
    font-weight: bold;
  }
  .terms_list dd {
    margin-bottom: 25px;
  }
  .terms_date {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

/* access_list */
ul.access_list {
  margin-bottom: 0;
}
li.access_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
  padding-left: 0;
}
li.access_item::before {
  content: none;
}
.access_list_map {}
.access_list_map iframe {
  width: 500px;
  height: 375px
}
.access_list_info {
  padding: 10px 50px;
}
.access_list_info dt {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.access_list_info dd {
}
.access_list_url {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.access_list_url a {
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  background: url(../img/corporatedata/icon_pin.svg) left center no-repeat;
  background-size: 14px auto;
}
.access_list_url a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  li.access_item {
    display: block;
    padding-bottom: 20px;
  }
  .access_list_map iframe {
    width: 100%;
    height: 190px;
  }
  .access_list_info {
    padding: 10px 0;
  }
  .access_list_info dt {
    margin-bottom: .8em;
    font-size: 1.4rem;
  }
  .access_list_info dd {
    font-size: 1.2rem;
  }
  .access_list_url {
    margin-top: .8em;
    font-size: 1.1rem;
  }
  .access_list_url a {
    display: inline-block;
    padding-left: 16px;
    background: url(../img/corporatedata/icon_pin.svg) left center no-repeat;
    background-size: 10px auto;
  }
}

/* contact */
.contact {
  margin-top: 40px;
}
.contact_tel,
.contact_mail {
  margin-bottom: 40px;
}
.contact_tel dt,
.contact_mail dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.contact_tel dd,
.contact_mail dd {
  padding-top: 5px;
}
.contact_tel dt i,
.contact_mail dt i {
  margin-right: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
.contact_tel_no {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
}
.contact_hour {
  margin-left: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact_mail_link {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: none!important;
}
.contact_mail_link i {
  margin-left: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.contact_mail_link:hover i {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 20px;
  }
  .contact_tel,
  .contact_mail {
    margin-bottom: 20px;
  }
  .contact_tel dt,
  .contact_mail dt {
    font-size: 1.3rem;
  }
  .contact_tel dd,
  .contact_mail dd {
    padding-top: 5px;
  }
  .contact_tel dt i,
  .contact_mail dt i {
    margin-right: 5px;
    font-size: 1.6rem;
  }
  .contact_tel_no {
    margin-bottom: 5px;
    font-size: 2.6rem;
  }
  .contact_tel_no a {
    text-decoration: none;
  }
  .contact_hour {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .contact_mail_link {
    font-size: 1.4rem;
    text-decoration: underline!important;
  }
  .contact_mail_link i {
    display: none;
  }
}

/* corporate */
/* .corporate-box {
  display: flex;
  flex-direction: row-reverse;
  padding: 65px 70px 20px;
} */

.health_content {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .corporate-box {
    padding: 35px 40px 30px;
  }
}