@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1170px;
}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  background: url(../img/main_benefit.jpg) no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
}
#main h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 78px;
  margin-bottom: 38px;
}
#main p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
.tab
----------------------------------------------------------*/
.tab ul {
  display: flex;
  width: 980px;
  margin: 60px auto 0;
}
.tab li {
  width: 328px;
  list-style: none;
  border: 3px solid #e6132d;
  border-right: none;
  box-sizing: border-box;
}
.tab li:last-child {
  border-right: 3px solid #e6132d;
}
.tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 94px;
  color: #e6132d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  background: url(../img/icon_arrow_box.png) no-repeat right 15px top 50%;
  background-size: 30px auto;
  box-sizing: border-box;
}
.tab li:first-child a,
.tab li:last-child a {
  padding-right: 29px;
}
.tab li a:hover {
  opacity: .7;
  text-decoration: none;
}
/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1,
#sec2,
#sec3 {
  width: 980px;
  padding: 100px 0 0;
  margin: 0 auto;
}
#sec1 h2,
#sec2 h2,
#sec3 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #e6132d;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 36px;
}
#sec1 h2::after,
#sec2 h2::after,
#sec3 h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e6132d;
  margin: 20px auto 0;
}
#sec1 h3,
#sec2 h3,
#sec3 h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  border-left: 5px solid #e6132d;
  padding-left: 14px;
  margin-bottom: 11px;
}
#sec1 p,
#sec2 p,
#sec3 p {
  font-size: 16px;
  line-height: 1.84;
  letter-spacing: 0.05em;
  margin-bottom: 58px;
}
#sec1 p:nth-of-type(4),
#sec1 p:nth-of-type(5),
#sec1 p:nth-of-type(6),
#sec1 p:nth-of-type(7) {
  margin-bottom: 18px;
}
#sec1 h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.84;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
  padding: 40px 0 0;
}
#sec2 h2,
#sec3 h2 {
  padding-bottom: 45px;
}
/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
  padding: 30px 0 0;
}
#sec3 p:last-child {
  margin-bottom: 0;
}
/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box {
  width: 100%;
  padding: 93px 0;
  margin: 0 auto;
}
#link-box .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#link-box .btn1,
#link-box .btn2,
#link-box .btn3 {
  width: 33.33%;
}
#link-box .wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 168px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  background-color: #e6132d;
  color: #e6132d;
  border: 3px solid #e6132d;
  border-right: none;
  z-index: 2;
}
#link-box .wrapper .btn3 a {
  border-right: 3px solid #e6132d;
}
#link-box .wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
  padding-bottom: 40px;
}
#recommend .wrapper {
  flex-wrap: wrap;
}
#recommend .wrapper a {
  margin-bottom: 40px;
}

@media screen and (max-width:750px) {
  body {
  min-width: 100%;
  }
  
  /* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
  #main {
    background: url(../img/main_benefit_sp.jpg) no-repeat;
    height: 36.6vw;
    background-size: cover;
  }
  #main h1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 41px;
    margin-bottom: 18px;
  }
  #main p {
    font-size: 13px;
  }
  /* ---------------------------------------------------------
  .tab
  ----------------------------------------------------------*/
  .tab ul {
    width: 100%;
    padding: 0 4vw;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
  .tab li {
    width: 30.8vw;
    border: 2px solid #e6132d;
    border-right: none;
  }
  .tab li:last-child {
    border-right: 2px solid #e6132d;
  }
  .tab li a {
    width: 100%;
    height: 56px;
    font-size: 12px;
    line-height: 1.25;
    background: url(../img/icon_arrow_box.png) no-repeat right 5px top 50%;
    background-size: 12px auto;
  }
  .tab li:first-child a,
  .tab li:last-child a {
    padding-right: 0;
  }
  /* ---------------------------------------------------------
  #sec1
  ----------------------------------------------------------*/
  #sec1,
  #sec2,
  #sec3 {
    width: 100%;
    padding: 50px 4vw 0;
    box-sizing: border-box;
  }
  #sec1 h2,
  #sec2 h2,
  #sec3 h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #sec1 h2::after,
  #sec2 h2::after,
  #sec3 h2::after {
    width: 60px;
    height: 4px;
    margin: 15px auto 0;
  }
  
  #sec1 h3,
  #sec2 h3,
  #sec3 h3 {
    font-size: 17px;
    line-height: 1.8;
    border-left: 4px solid #e6132d;
    padding-left: 10px;
    margin-bottom: 11px;
  }
  #sec1 p,
  #sec2 p,
  #sec3 p {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 27px;
  }
  #sec1 p:nth-of-type(4),
  #sec1 p:nth-of-type(5),
  #sec1 p:nth-of-type(6),
  #sec1 p:nth-of-type(7) {
    margin-bottom: 8px;
  }
  #sec1 h4 {
    font-size: 15px;
  }
  /* ---------------------------------------------------------
  #sec2
  ----------------------------------------------------------*/
  #sec2,
  #sec3 {
    padding: 25px 4vw 0;
  }
  #sec2 h2,
  #sec3 h2 {
    padding-bottom: 34px;
  }
  /* ---------------------------------------------------------
  #sec3
  ----------------------------------------------------------*/
  #sec3 p:last-child {
    margin-bottom: 0;
  }
 /* ---------------------------------------------------------
  #link-box
  ----------------------------------------------------------*/
  #link-box {
    width: 100%;
    padding: 55px 0;
  }
  #link-box .wrapper {
    width: 92vw;
    max-width: 100%;
  }
  #link-box .btn1,
  #link-box .btn2 {
    width: 50%;
  }
  #link-box .btn3 {
    width: 100%;
  }
  #link-box .wrapper a {
    height: 110px;
    font-size: 15px;
    box-sizing: border-box;
  }
  #link-box .wrapper .btn1 a,
  #link-box .wrapper .btn2 a {
    border-bottom: none;
    box-sizing: border-box;
  }
  #link-box .wrapper .btn2 a {
    border-right: 3px solid #e6132d;
  }
  #link-box .wrapper .btn3 a {
    box-sizing: border-box;
  }
  /* ---------------------------------------------------------
  #recommend
  ----------------------------------------------------------*/
  #recommend {
    padding: 0 4vw 5vw;
  }
  #recommend .wrapper .block {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width:320px) {
  .tab li a {
    font-size: 11px;
    background: url(../img/icon_arrow_box.png) no-repeat right 5px top 50%;
    background-size: 12px auto;
    padding-right: 12px;
  }
  .tab li:first-child a,
  .tab li:last-child a {
    padding-right: 12px;
  }
}