/* _setting CSS */
.flx {
  display: flex;
}

.flx.jc_sb {
  justify-content: space-between;
}

.flx.aic {
  align-items: center;
}

.flx.aifs {
  align-items: flex-start;
}

.flx.fxww {
  flex-wrap: wrap;
}

/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #kv {
    height: 200px;
    padding-top: 83px;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 348px;
    height: 26px;
    background: url("../images/cornrope/cornrope_title.svg") no-repeat;
    margin-right: 30px;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 123px;
    height: 13px;
    background: url("../images/cornrope/cornrope_title_eng.svg") no-repeat;
  }
  #content {
    padding-bottom: 90px;
  }
  #content .about_wrap {
    width: 100%;
    background-color: #fff;
    padding: 48px 60px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #content .about_wrap .wrap_ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 55px;
  }
  #content .about_wrap .wrap_ttl:before {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #000;
    margin-right: 20px;
  }
  #content .about_wrap .wrap_ttl:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #000;
    margin-left: 20px;
  }
  #content .about_wrap .col_text {
    width: 370px;
  }
  #content .about_wrap .col_text .txt {
    font-size: 1.5rem;
    line-height: 2.25;
  }
  #content .about_wrap .col_image {
    text-align: center;
    width: 580px;
    position: relative;
    top: -20px;
  }
  #content .about_wrap .col_image img {
    width: 100%;
  }
  #content .about_wrap .cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding-top: 40px;
  }
  #content .cornrope_wrap {
    width: 100%;
    padding-top: 50px;
  }
  #content .cornrope_wrap .cornrope_col {
    padding-top: 40px;
  }
  #content .cornrope_wrap .cornrope_col:first-of-type {
    padding-top: 0;
  }
  #content .cornrope_wrap .cornrope_col .col_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 15px;
    background-color: #E9E6DC;
    border-radius: 6px;
  }
  #content .cornrope_wrap .cornrope_col .list {
    padding-top: 15px;
    padding-left: 15px;
  }
  #content .cornrope_wrap .cornrope_col .list li {
    display: flex;
    line-height: 1.8;
  }
  #content .cornrope_wrap .cornrope_col .list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #000;
    margin-right: 10px;
    position: relative;
    top: 12px;
  }
  #content .cornrope_wrap .cornrope_col .list li .txt {
    font-size: 1.5rem;
  }
  #content .cornrope_wrap .cornrope_col .text {
    padding-top: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #content .cornrope_wrap .cornrope_col .text .btn {
    text-decoration: underline;
    transition: 200ms;
  }
  #content .cornrope_wrap .cornrope_col .text .btn:hover {
    opacity: 0.7;
  }
  #content .cornrope_wrap .cornrope_col .cap {
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #kv {
    height: 26.66667vw;
    padding-top: 10.66667vw;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 48vw;
    height: 4.66667vw;
    background: url("../images/cornrope/cornrope_title.svg") no-repeat;
    margin-right: 4vw;
  }
  #kv .page_title_eng {
    display: inline-block;
    width: 23.33333vw;
    height: 3.46667vw;
    background: url("../images/cornrope/cornrope_title_eng.svg") no-repeat;
  }
  #content {
    padding-bottom: 12vw;
  }
  #content .about_wrap {
    width: 100%;
    background-color: #fff;
    padding: 6.66667vw 4.66667vw;
    border-radius: 10px;
    margin-bottom: 5.33333vw;
  }
  #content .about_wrap .wrap_ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.26667vw;
    font-weight: bold;
    text-align: center;
  }
  #content .about_wrap .wrap_ttl:before {
    content: "";
    display: block;
    width: 12vw;
    height: 1px;
    background-color: #000;
    margin-right: 3.33333vw;
  }
  #content .about_wrap .wrap_ttl:after {
    content: "";
    display: block;
    width: 12vw;
    height: 1px;
    background-color: #000;
    margin-left: 3.33333vw;
  }
  #content .about_wrap .col_text {
    order: 2;
    width: 100%;
    padding-top: 4vw;
  }
  #content .about_wrap .col_text .txt {
    font-size: 3.46667vw;
    line-height: 1.8;
  }
  #content .about_wrap .col_image {
    order: 1;
    width: 90%;
    margin: 0 auto;
    padding-top: 4vw;
    text-align: center;
  }
  #content .about_wrap .col_image img {
    width: 100%;
  }
  #content .about_wrap .cap {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.66667;
    padding-top: 4vw;
  }
  #content .cornrope_wrap {
    width: 100%;
    padding-top: 8vw;
  }
  #content .cornrope_wrap .cornrope_col {
    padding-top: 5.33333vw;
  }
  #content .cornrope_wrap .cornrope_col:first-of-type {
    padding-top: 0;
  }
  #content .cornrope_wrap .cornrope_col .col_ttl {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 2vw 2.66667vw;
    background-color: #E9E6DC;
    border-radius: 6px;
  }
  #content .cornrope_wrap .cornrope_col .list {
    padding-top: 3.33333vw;
  }
  #content .cornrope_wrap .cornrope_col .list li {
    display: flex;
    line-height: 1.8;
  }
  #content .cornrope_wrap .cornrope_col .list li:before {
    content: "";
    display: block;
    width: 1.33333vw;
    height: 1.33333vw;
    border-radius: 5px;
    background-color: #000;
    margin-right: 10px;
    position: relative;
    top: 3.2vw;
  }
  #content .cornrope_wrap .cornrope_col .list li .txt {
    font-size: 3.46667vw;
  }
  #content .cornrope_wrap .cornrope_col .text {
    padding-top: 4vw;
    font-size: 3.46667vw;
    line-height: 1.6;
  }
  #content .cornrope_wrap .cornrope_col .text .btn {
    text-decoration: underline;
    transition: 200ms;
  }
  #content .cornrope_wrap .cornrope_col .text .btn:hover {
    opacity: 0.7;
  }
  #content .cornrope_wrap .cornrope_col .text img {
    width: inherit;
    height: 2.5vw;
  }
  #content .cornrope_wrap .cornrope_col .cap {
    padding-top: 4vw;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=assets/maps/cornrope.css.map */
