@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1170px;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 58px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
}
/* ---------------------------------------------------------
.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;
	transition: opacity .3s;
}
.tab li:first-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: 40px;
}
#sec1 h2::after,
#sec2 h2::after,
#sec3 h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e6132d;
  margin: 20px auto 0;
}
#sec1 dl,
#sec2 dl,
#sec3 dl {
  border-bottom: 1px solid #000;
}
article dt {
  border-top: 1px solid #000;
  background: url(../img/icon_plus.png) no-repeat right 32px top 50%;
  background-size: 25px auto;
  cursor: pointer;
	transition: opacity .3s;
}
article dt:hover {
	opacity: .7;
}
article dt.is-open {
  background: url(../img/icon_minus.png) no-repeat right 32px top 50%;
  background-size: 25px auto;
}
#sec1 h3,
#sec2 h3,
#sec3 h3 {
  display: flex;
  align-items: center;
  height: 95px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
#sec1 h3::before,
#sec2 h3::before,
#sec3 h3::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_q.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin: 0 22px 0 30px;
}
#sec1 dd,
#sec2 dd,
#sec3 dd {
  display: none;
  background: #f5f5f5 url(../img/icon_a.png) no-repeat left 30px top 30px;
  background-size: 35px auto;
  padding: 21px 40px 33px 86px;
}
#sec1 p,
#sec2 p,
#sec3 p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#sec1 a,
#sec2 a,
#sec3 a {
  text-decoration: underline;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2,
#sec3 {
  padding: 100px 0 0;
}
#sec2 dd:nth-of-type(4) p:last-child {
  padding-top: 20px;
}
/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box {
  width: 100%;
  padding: 100px 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%;
  }
  
  h1 {
    font-size: 23px;
    padding: 35px 0;
    margin-bottom: 30px;
  }
  /* ---------------------------------------------------------
  .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;
  }
  article dt {
    background: url(../img/icon_plus.png) no-repeat right 0px top 50%;
    background-size: 20px auto;
  }
  article dt.is-open {
    background: url(../img/icon_minus.png) no-repeat right 0px top 50%;
    background-size: 20px auto;
  }
  #sec1 h3,
  #sec2 h3,
  #sec3 h3 {
    width: 81vw;
    min-height: 64.5px;
    height: auto;
    font-size: 15px;
    line-height: 1.66;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #sec1 h3::before,
  #sec2 h3::before,
  #sec3 h3::before {
    flex-grow: 0;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    background: url(../img/icon_q.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin: 0 5.4vw 0 0;
  }
  #sec1 dd,
  #sec2 dd,
  #sec3 dd {
    background: #f5f5f5 url(../img/icon_a.png) no-repeat left 0px top 32px;
    background-size: 25px auto;
    padding: 25px 7.8vw 25px 12.1vw;
  }
  #sec1 p,
  #sec2 p,
  #sec3 p {
    font-size: 15px;
    line-height: 1.66;
  }

  /* ---------------------------------------------------------
  #sec2
  ----------------------------------------------------------*/
  #sec2,
  #sec3 {
    padding: 60px 4vw 0;
  }
  #sec2 dd:nth-of-type(4) p:last-child {
  padding-top: 15px;
}
 /* ---------------------------------------------------------
  #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;
  }
}