/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, footer, header, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
ol, ul {
  list-style: none
}
/* reset end */
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Verdana, "メイリオ", Meiryo, sans-serif;
}
a {
  text-decoration: none;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h2 {
  font-weight: bold;
}
@font-face {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url(../../font/montserrat-v12-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
       url(../../font/montserrat-v12-latin-700.woff) format('woff'), /* Modern Browsers */
       url(../../font/montserrat-v12-latin-700.ttf) format('truetype'); /* Safari, Android, iOS */
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.area_odd {
  background-color: #FFF;
}
.area_even {
  background-color: #f1f0ee;
}
h2 span {
  display: inline-block;
  border-bottom: 2px solid #000;
  vertical-align: text-top;
}
/* for smartphone */
@media screen and (max-width: 959px) {
  body {
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
    vertical-align: top;
  }
  h2 span {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 10px;
  }
  p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.6;
  }
  .header_title {
    position: relative;
  }
  .scroll {
    display: block;
    position: absolute;
    padding: 10px;
    bottom: 2.5%;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    color: #000;
  }
  .scroll span {
    position: absolute;
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(../../img/jreast/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    opacity: 0;
  }
 .scroll span:nth-of-type(1) {
    bottom: 5px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .scroll span:nth-of-type(2) {
    bottom: -1px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @-webkit-keyframes scroll {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  }
  .area_odd {
    padding: 32px 6% 37px 0;
  }
  .area_even {
    padding: 32px 0 37px 6%;
  }
  .area_wrapper {
    position: relative;
  }
  .area_wrapper::after {
    content: "";
    display: block;
    width: 28px;
    height: 33px;
    background: url(../../img/jreast/arrow_sp.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    bottom: -18px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    z-index: 2;
  }
  .box {
    display: table;
    width: 100%;
  }
  .image_left, .image_right {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
  }
  .image_right {
    text-align: right;
  }
  .text_left, .text_right {
    display: table-cell;
  }
  .text_left {
    padding-right: 5%;
  }
  .text_right {
    padding-left: 5%;
  }
  .text_left p, .text_right p {
    margin-bottom: 20px;
  }
  .nav_btn {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #006400;
  }
  .nav_btn a {
    display: block;
    color: #006400;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 14px 0;
    line-height: 1;
    text-align: center;
  }
  .dl_box_wrapper {
    margin: 30px -6% 8px 0;
  }
  .dl_box_wrapper2 {
    margin: 30px 0 45px 0;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .dl_box_wrapper2 h2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  h2.mont {
    text-align: center;
  }
  .dl_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .dl_btn_i, .dl_btn_g {
    display: inline-block;
  }
  .dl_btn_i {
    width: 40%;
    max-width: 327px;
    padding-right: 1%;
    text-align: right;
    max-width: 218px;
  }
  .dl_btn_g {
    width: 49%;
    max-width: 404px;
    padding-left: 1%;
    text-align: left;
    max-width: 270px;
  }
  .dl_btn a {
    display: block;
  }
  .footer_image {
    margin: 0 auto;
    width: 31.5%;
    max-width: 158px;
    margin-bottom: 10px;
  }
  .footer_text {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .pc_only {
    display: none;
  }
}
/* for tablet */
@media screen and (min-width: 600px) and (max-width: 959px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* for pc */
@media screen and (min-width: 960px) {
  body {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_wrapper {
    max-width: 1000px;
    background: url(../../img/jreast/header_bg_pc.jpg) top center no-repeat;
    text-align: center;
    margin: 0 auto;
    padding: 77px 40px;
  }
  .header_wrapper h1 {
    margin-bottom: 30px;
  }
  .header_title {
    width: 308px;
    font-size: 0;
  }
  .header_title h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 8px;
  }
  .dl_btn_i {
    margin-right: 10px;
  }
  .dl_btn_i, .dl_btn_g {
    display: inline-block;
  }
  .dl_btn_i a, .dl_btn_g a {
    display: block;
  }
  .dl_btn_i img {
    width: 104px;
  }
  .dl_btn_g img {
    width: 128px;
  }
  .search {
    margin-top: 20px;
  }
  .search img {
    width: 113px;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 1000px;
  }
  .box {
    margin: 0 auto;
    width: 730px;
    position: relative;
  }
  .area_even, .area_odd {
    padding: 45px 0 0;
  }
  .image_left, .image_right {
    width: 198px;
  }
  .text_left, .text_right {
    width: 370px;
    padding-top: 20px;
  }
  .text_left2 {
    padding-top: 0;
  }
  .image_left, .text_left {
    float: left;
  }
  .image_right, .text_right {
    float: right;
  }
  .image_left::after {
    content: "";
    display: block;
    width: 77px;
    height: 66px;
    background: url(../../img/jreast/arrow_left.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 113px;
    left: 243px;
  }
  .image_right::before {
    content: "";
    display: block;
    width: 77px;
    height: 66px;
    background: url(../../img/jreast/arrow_right.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 113px;
    right: 243px;
  }
  .area_odd {
    background-color: #FFF;
  }
  .area_even {
    background-color: #f1f0ee;
  }
  .box::after, .footer::after {
    display: block;
    content: "";
    clear: both;
  }
  .footer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 26px;
  }
  .footer_image {
    width: 118px;
    float: left;
  }
  .footer_text {
    display: block;
    font-size: 9px;
    font-size: 0.9rem;
    float: right;
    padding-top: 8px;
  }
  .sp_only {
    display: none;
  }
}
