@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 {
  margin-bottom: 100px;
}
.tab ul {
  display: flex;
  justify-content: space-between;
  width: 980px;
  letter-spacing: .05em;
  list-style: none;
  margin: 0 auto;
}
.tab li.cr,
.tab li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  color: #e6132d;
  text-align: center;
  box-sizing: border-box;
}
.tab li a {
  height: 58px;
}
.tab li.cr,
.tab li {
  width: 50%;
  border: 3px solid #e6132d;
  border-right: none;
  box-sizing: border-box;
}
.tab li.cr,
.tab li a:hover {
  color: #fff;
  background-color: #e6132d;
  text-decoration: none;
  font-weight: bold;
}
.tab li:last-child {
  border-right: 3px solid #e6132d;
}
.tab li.cr::after,
.tab li a::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  content: '';
  display: block;
  width: 22px;
  height: 11px;
  background: url(../img/icon_tri.png) no-repeat;
  background-size: cover;
  margin-left: -11px;
  opacity: 0;
}
.tab li.cr::after, 
.tab li a:hover::after {
  opacity: 1;
}
/* ---------------------------------------------------------
#bn_01
----------------------------------------------------------*/
#bn_01 table,
#bn_03 table,
#gi_01 table,
#gi_03 table {
  table-layout: fixed;
  width: 980px;
  margin: 0 auto;
}
#bn_01 th,
#bn_03 th,
#gi_01 th,
#gi_03 th {
  width: 180px;
  border-top: 3px solid #e6132d;
  color: #e6132d;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: .05em;
  vertical-align: top;
  padding: 23px 0;
}
#bn_01 td,
#bn_03 td,
#gi_01 td,
#gi_03 td {
  width: 800px;
  border-top: 3px solid #dddddd;
  vertical-align: top;
  padding: 23px 0 23px 30px;
  box-sizing: border-box;
}
#bn_01 td p,
#bn_01 td ul,
#bn_01 .box p,
#bn_03 td ul,
#gi_01 td p,
#gi_01 td ul,
#gi_01 .box p,
#gi_03 td ul {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .05em;
}
#bn_01 td ul {
  padding-bottom: 18px;
}

#bn_01 tr:first-child td ul {
  padding-bottom: 0;
}
#bn_01 tr:nth-of-type(2) td ul:last-of-type {
  padding-bottom: 0;
}
#bn_01 td li,
#bn_03 td li,
#gi_01 td li,
#gi_03 td li {
  list-style: none;
}
#bn_01 td li::before,
#bn_03 td li::before,
#gi_01 td li::before,
#gi_03 td li::before {
  content: "・";
}
#bn_01 tr:nth-of-type(2) td p:first-child,
#gi_01 tr:nth-of-type(2) td p:first-child {
  padding-bottom: 14px;
}
#bn_01 td .cate,
#gi_01 td .cate {
  font-size: 16px;
}
#bn_01 td .space,
#gi_01 td .space {
  display: inline-block;
  width: 57px;
}
#bn_01 .box,
#gi_01 .box {
  width: 980px;
  border: 6px solid #f5f5f5;
  padding: 34px 55px 34px 42px;
  box-sizing: border-box;
  margin: 60px auto 100px;
}
#bn_01 .box p:first-child,
#gi_01 .box p:first-child {
  margin-bottom: 8px;
}
/* ---------------------------------------------------------
#bn_02
----------------------------------------------------------*/
#bn_02 .sec1 .pic,
#gi_02 .sec1 .pic {
  text-align: center;
  margin-bottom: 54px;
}
#gi_02 .sec1 {
  margin-bottom: 100px;
}
#bn_02 .sec1 ul,
#gi_02 .sec1 ul {
  width: 980px;
  margin: 0 auto 28px;
}
#bn_02 .sec1 li,
#gi_02 .sec1 li {
  list-style: none;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .05em;
  padding-left: 1em;
  text-indent: -1em;
}
#bn_02 .sec1 li::before,
#gi_02 .sec1 li::before {
  content: "・";
}
#bn_02 .sec1 p,
#bn_02 .sec2 p,
#gi_02 .sec1 p,
#gi_02 .sec2 p {
  width: 980px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .05em;
  margin: 0 auto;
}
#bn_02 .sec2 p.caution,
#gi_02 .sec2 p.caution {
  text-align: center;
  margin-bottom: 100px;
}
#bn_02 .sec1 .red a,
#gi_02 .sec1 .red a {
  color: #e6132d;
  border-bottom: 1px solid #e6132d;
}
#bn_02 .sec1 .red a:hover,
#gi_02 .sec1 .red a:hover {
  text-decoration: none;
  border-bottom: none;
}
#bn_02 .sec2,
#gi_02 .sec2 {
  margin-top: 60px;
  margin-bottom: 100px;
}
#bn_02 .sec2 .box,
#gi_02 .sec2 .box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 980px;
  margin: 29px auto 34px;
}
#gi_02 .sec2 .box {
  margin: 0 auto 34px;
}
#bn_02 .sec2 .box .pic img,
#gi_02 .sec2 .box .pic img {
  width: 100%;
  height: auto;
}
#bn_02 .sec2 .box .pic,
#gi_02 .sec2 .box .pic {
  width: 204px;
  margin-right: 64px;
}
#bn_02 .sec2 .box p,
#gi_02 .sec2 .box p {
  width: 688px;
  margin: 0;
}
#bn_02 .sec2 .btn-top a,
#bn_03 .btn-top a,
#gi_02 .sec2 .btn-top a,
#gi_03 .btn-top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  background-color: #e6132d;
  color: #e6132d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  border: 3px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  overflow: hidden;
}
#bn_02 .sec2 .btn-top a,
#gi_02 .sec2 .btn-top a {
  margin-bottom: 10px;
}
#bn_02 .sec2 .icon-blank,
#bn_03 .icon-blank,
#gi_02 .sec2 .icon-blank,
#gi_03 .icon-blank {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat;
  background-size: 18px auto;
  margin-left: 10px;
}
#bn_02 .sec2 .btn-top a:hover,
#bn_03 .btn-top a:hover,
#gi_02 .sec2 .btn-top a:hover,
#gi_03 .btn-top a:hover {
  color: #fff;
  text-decoration: none;
}
#bn_02 .sec2 a:hover .icon-blank,
#bn_03 a:hover .icon-blank,
#gi_02 .sec2 a:hover .icon-blank,
#gi_03 a:hover .icon-blank {
  background-image: url(../../common/img/icon_blank_white.svg);
}
/* ---------------------------------------------------------
#bn_03
----------------------------------------------------------*/
#bn_03 .sec1 h2,
#gi_03 .sec1 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #e6132d;
  letter-spacing: .05em;
  text-align: center;
}
#bn_03 .sec1 h2::after,
#gi_03 .sec1 h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e6132d;
  margin: 20px auto 35px;
}
#bn_03 .sec1 > p {
  width: 980px;
}
#bn_03 .sec1 p,
#gi_03 .sec1 p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .05em;
  margin: 0 auto 20px;
}
#bn_03 .sec1 p.caution,
#gi_03 .sec1 p.caution {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .05em;
  margin: 0 auto 20px;
}
#bn_03 table,
#gi_03 table {
  margin: 53px auto 100px;
}
#bn_03 td p,
#gi_03 td p {
  padding-left: 1em;
  text-indent: -1em;
}
#bn_03 tr:nth-of-type(2) td p:last-child {
  letter-spacing: 0;
  margin-top: 18px;
}
#bn_03 td .pic img,
#gi_03 td .pic img {
  width: 100%;
  height: auto;
}
#bn_03 td .pic,
#gi_03 td .pic {
  width: 204px;
  margin: 20px 0 31px;
}
#bn_03 .btn-top a,
#gi_03 .btn-top a {
  margin: 0 0 10px;
}
/* ---------------------------------------------------------
#gi_01
----------------------------------------------------------*/
#gi_01 td .cate {
  margin-bottom: 13px;
}
/* ---------------------------------------------------------
#gi_02
----------------------------------------------------------*/
#gi_02 .sec1 ul {
  margin: 0 auto 0;
}
/* ---------------------------------------------------------
#gi_03
----------------------------------------------------------*/
#gi_03 tr:nth-of-type(2) td p:last-child {
  margin-top: 18px;
}
#gi_03 tr:nth-of-type(3) td p:last-child {
  padding-left: 0;
  text-indent: 0;
}
/* ---------------------------------------------------------
#de_01
----------------------------------------------------------*/
#de_01 .tab ul,
#de_02 .tab ul {
  justify-content: center;
}
#de_01 .sec1,
#de_02 .sec1 {
  width: 980px;
  margin: 0 auto 200px;
}
#de_01 .sec1 p,
#de_02 .sec1 p {
  font-size: 16px;
}
/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box,
#other-cate {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0;
  margin: 0 auto;
}
#link-box .wrapper,
#other-cate .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,
#other-cate .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,
#other-cate .wrapper .btn2 a {
  border-right: 3px solid #e6132d;
}
#link-box .wrapper a:hover,
#other-cate .wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
/* ---------------------------------------------------------
#other-cate
----------------------------------------------------------*/
#other-cate a {
  box-sizing: border-box;
}
#other-cate {
  background: #fff;
  padding: 100px 0;
}
#other-cate h2 {
  font-size: 30px;
  font-weight: bold;
  color: #e6132d;
  letter-spacing: .05em;
  text-align: center;
}
#other-cate h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #e6132d;
  margin: 20px auto 40px;
}
#other-cate .btn1,
#other-cate .btn2 {
  width: 50%;
}
/* ---------------------------------------------------------
#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 {
    margin-bottom: 50px;
  }
  .tab ul {
    width: 100%;
  }
  .tab li.cr,
  .tab li {
    width: 50vw;
  }
  .tab li a {
    font-size: 15px;
  }
  .tab li:first-child,
  .tab li:first-child a {
    border-left: none;
  }
  .tab li:last-child {
    border-right: none;
  }
  .tab li.cr::after,
  .tab li a:after {
    bottom: -10px;
    width: 15px;
    height: 8px;
    margin-left: -8px;
  }
  /* ---------------------------------------------------------
  #bn_01
  ----------------------------------------------------------*/
  #bn_01 table,
  #bn_03 table,
  #gi_01 table,
  #gi_03 table {
    width: 100%;
  }
  #bn_01 th,
  #bn_03 th,
  #gi_01 th,
  #gi_03 th {
    position: relative;
    width: 92vw;
    display: block;
    border-top: 3px solid #eee;
    font-size: 15px;
    line-height: 1;
    padding: 20px 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #bn_01 th::before,
  #bn_03 th::before,
  #gi_01 th::before,
  #gi_03 th::before {
    position: absolute;
    top: -3px;
    left: 0;
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #e6132d;
  }
  #bn_01 td,
  #bn_03 td,
  #gi_01 td,
  #gi_03 td {
    width: 92vw;
    display: block;
    border-top: none;
    vertical-align: top;
    padding: 0 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #bn_01 td p,
  #bn_01 td ul,
  #bn_03 td ul,
  #gi_01 td p,
  #gi_01 td ul,
  #gi_03 td ul {
    font-size: 15px;
    line-height: 1.6;
  }
  #bn_01 td ul {
    padding-bottom: 15px;
  }
  #bn_01 td li,
  #gi_01 td li {
    font-size: 15px;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
  }
  #bn_01 tr:nth-of-type(2) td p:first-child,
  #gi_01 tr:nth-of-type(2) td p:first-child {
    padding-bottom: 10px;
  }
  #bn_01 td .cate,
  #gi_01 td .cate {
    font-size: 15px;
  }
  #bn_01 .box,
  #gi_01 .box {
    width: 92vw;
    margin: 0 auto;
    border: 5px solid #f5f5f5;
    padding: 25px 29px 25px 21px;
    margin: 35px auto 60px;
  }
  #bn_01 .box p,
  #gi_01 .box p {
    font-size: 13px;
    line-height: 1.8;
  }
  #bn_01 .box p:first-child,
  #gi_01 .box p:first-child {
    margin-bottom: 5px;
  }
  /* ---------------------------------------------------------
  #bn_02
  ----------------------------------------------------------*/
  #bn_02 .sec1,
  #bn_02 .sec2,
  #gi_02 .sec1,
  #gi_02 .sec2 {
    padding: 0 4vw;
  }
  #bn_02 .sec1 .pic img,
  #gi_02 .sec1 .pic img {
    display: none;
  }
  #bn_02 .sec1 .pic {
    background: url(../img/pic_bn_02_sp.png) no-repeat;
    background-size: contain;
    width: 91vw;
    height: 175vw;
    margin: 0 0 0 auto;
    margin-bottom: 48px;
  }
  #bn_02 .sec1 ul,
  #gi_02 .sec1 ul {
    width: 100%;
    margin: 0 auto 20px;
  }
  #bn_02 .sec1 li,
  #gi_02 .sec1 li {
    font-size: 15px;
    line-height: 1.7;
  }
  #bn_02 .sec1 p,
  #bn_02 .sec2 p,
  #gi_02 .sec1 p,
  #gi_02 .sec2 p {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }
  #bn_02 .sec2,
  #gi_02 .sec2 {
    margin-top: 51px;
    margin-bottom: 16px;
  }
  #bn_02 .sec2,
  #gi_02 .sec1 {
    margin-bottom: 60px;
  }
  #bn_02 .sec2 .box,
  #gi_02 .sec2 .box {
    display: block;
    width: 100%;
    margin: 21px auto 16px;
  }
  #gi_02 .sec2 .box {
    margin: 0 auto 16px;
  }
  #bn_02 .sec2 .box .pic,
  #gi_02 .sec2 .box .pic {
    width: 36vw;
    margin: 29px auto 0;
  }
  #bn_02 .sec2 .box p,
  #gi_02 .sec2 .box p {
    width: 100%;
    margin: 0;
  }
  #bn_02 .sec2 .btn-top a,
  #bn_03 .btn-top a,
  #gi_02 .sec2 .btn-top a,
  #gi_03 .btn-top a {
    width: 64vw;
    height: 58px;
    font-size: 15px;
    margin: 0 auto 60px;
  }
  #bn_02 .sec2 .btn-top a,
  #gi_02 .sec2 .btn-top a {
    margin-bottom: 20px;
  }
  #bn_02 .sec2 .icon-blank,
  #bn_03 .icon-blank,
  #gi_02 .sec2 .icon-blank,
  #gi_03 .icon-blank {
    width: 11px;
    height: 11px;
    background-size: 11px auto;
    margin-left: 3px;
  }
  /* ---------------------------------------------------------
  #bn_03
  ----------------------------------------------------------*/
  #bn_03 .sec1 h2,
  #gi_03 .sec1 h2 {
    font-size: 20px;
  }
  #bn_03 .sec1 h2::after,
  #gi_03 .sec1 h2::after {
    width: 60px;
    margin: 16px auto 18px;
  }
  #bn_03 .sec1 > p {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  #bn_03 .sec1 p,
  #gi_03 .sec1 p {
    font-size: 15px;
    line-height: 1.7;
  }
  #bn_03 table {
    margin: 45px auto 49px;
  }
  #bn_03 td p,
  #gi_03 td p {
    width: auto;
    padding-left: 1em;
    text-indent: -1em;
  }
  #bn_03 tr:nth-of-type(2) td p:last-child {
    letter-spacing: 0;
    margin-top: 18px;
  }
  #bn_03 td .pic,
  #gi_03 td .pic {
    width: 36vw;
    margin: 29px auto 16px;
  }
  #bn_03 .btn-top a,
  #gi_03 .btn-top a {
    margin: 0 auto 25px;
  }
  /* ---------------------------------------------------------
  #gi_01
  ----------------------------------------------------------*/
  #gi_01 td .cate {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 9px;
  }
  /* ---------------------------------------------------------
  #gi_02
  ----------------------------------------------------------*/
  #gi_02 .sec1 .pic {
    background: url(../img/pic_gi_02_sp.png) no-repeat;
    background-size: contain;
    width: 91vw;
    height: 135vw;
    margin: 0 0 0 auto;
    margin-bottom: 48px;
  }
  #gi_02 .sec1 ul {
    margin: 0 auto 0;
  }
  #gi_02 .sec1 p {
    width: 83vw;
  }
  /* ---------------------------------------------------------
  #gi_03
  ----------------------------------------------------------*/
  #gi_03 table {
    margin: 20px auto 40px;
  }
  #gi_03 td li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ---------------------------------------------------------
  #de_01
  ----------------------------------------------------------*/
  #de_01 .tab li.cr, 
  #de_01 .tab li,
  #de_02 .tab li.cr, 
  #de_02 .tab li {
    width: 50%;
  }
  #de_01 .sec1,
  #de_02 .sec1 {
    width: 100%;
    margin: 0 auto 79px;
  }
  #de_01 .sec1 p,
  #de_02 .sec1 p {
    font-size: 15px;
    text-align: center;
  }
 /* ---------------------------------------------------------
  #link-box
  ----------------------------------------------------------*/
  #link-box,
  #other-cate {
    width: 100%;
    padding: 30px 0;
  }
  #link-box .wrapper,
  #other-cate .wrapper {
    width: 92vw;
    max-width: 100%;
  }
  #link-box .btn1,
  #link-box .btn2 {
    width: 50%;
  }
  #link-box .btn3 {
    width: 100%;
  }
  #link-box .wrapper a,
  #other-cate .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;
  }
  /* ---------------------------------------------------------
  #other-cate
  ----------------------------------------------------------*/
  #other-cate {
    background: #fff;
    padding: 60px 0;
  }
  #other-cate h2 {
    font-size: 20px;
  }
  #other-cate h2::after {
    width: 60px;
    height: 4px;
    margin: 15px auto 20px;
  }
  #other-cate .btn1,
  #other-cate .btn2 {
    width: 50%;
    box-sizing: border-box;
  }
  /* ---------------------------------------------------------
  #recommend
  ----------------------------------------------------------*/
  #recommend {
    padding: 0 4vw 5vw;
  }
  #recommend .wrapper .block {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width:320px) {
  
}