@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
h1 {
	width: 100%;
	font-size: 30px;
  line-height: 1;
	letter-spacing: .05em;
}

/* ---------------------------------------------------------
.tab-box
----------------------------------------------------------*/
.tab-box {
  display: flex;
  width: 980px;
  list-style: none;
  margin: 60px auto 90px;
}
.tab-box li {
  width: 50%;
}
.tab-box .cr,
.tab-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 16px;
  box-sizing: border-box;
  transition: color .3s,background-color .3s;
}
.tab-box a:hover {
  color: #fff;
  background-color: #e6132d;
  text-decoration: none;
}
.tab-box .cr {
  position: relative;
  font-weight: bold;
  color: #fff;
  background-color: #e6132d;
}
.tab-box .cr::after {
  content: '';
  position: absolute;
  top: 64px;
  left: 50%;
  display: block;
  border-top: 11px solid #e6132d;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  margin-left: -11px;
}
.tab-box a {
  color: #e6132d;
  border: 3px solid #e6132d;
}

/* ---------------------------------------------------------
#intro
----------------------------------------------------------*/
#intro {
  margin-bottom: 100px;
}
#intro h2 {
  font-size: 30px;
  color: #e6132d;
  text-align: center;
  margin-bottom: 40px;
}
#intro h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e6132d;
  margin: 20px auto 0;
}
#intro .pic {
  text-align: center;
  margin-bottom: 90px;
}
#intro .wrapper {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
#intro h3 {  
  font-size: 22px;
  line-height: 30px;
  padding-left: 15px;
  border-left: 5px solid #e6132d;
  margin-bottom: 20px;
}
#intro h4 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: #e6132d;
  padding: 5px 20px 0;
  margin-bottom: 13px;
  border-radius: 15px;
  box-sizing: border-box;
}
#intro p {
  width: 460px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
#intro p a {
  color: #e6132d;
  border-bottom: 1px solid #e6132d;
}
#intro p a:hover {
  text-decoration: none;
  border: none;
}

/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
#link-box {
  width: 980px;
  padding: 0 0 100px;
  margin: 0 auto;
}
#link-box .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1099px;
  margin: 0 auto 40px;
}
#link-box .wrapper .btn {
  width: 25%;
}
#link-box .wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 162px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #e6132d;
  color: #e6132d;
  border: 3px solid #e6132d;
  border-right: none;
  z-index: 2;
}
#link-box .icon-blank {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat;
  background-size: 18px auto;
  margin-left: 10px;
}
#link-box a:hover .icon-blank {
  background-image: url(../../common/img/icon_blank_white.svg);
}
#link-box .wrapper .btn:last-child a {
  border-right: 3px solid #e6132d;
}
#link-box .wrapper a:hover,
#link-box .btn-top a:hover {
  color: #fff;
  text-decoration: none;
}
#link-box .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;
  border: 3px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
  #main {
    height: 90px;
  }
  h1 {
    font-size: 23px;
  }

/* ---------------------------------------------------------
.tab-box
----------------------------------------------------------*/
  .tab-box {
    width: 100%;
    margin: 30px auto 43px;
  }
  .tab-box .cr,
  .tab-box a {
    font-size: 15px;
  }
  .tab-box .cr::after {
    content: '';
    position: absolute;
    top: 64px;
    display: block;
    border-top: 7px solid #e6132d;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .tab-box a {
    color: #e6132d;
    border-right: none;
    border-left: none;
  }

/* ---------------------------------------------------------
#intro
----------------------------------------------------------*/
  #intro {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  #intro h2 {
    font-size: 20px;
    margin-bottom: 31px;
  }
  #intro h2::after {
    width: 60px;
    margin: 12px auto 0;
  }
  #intro .pic {
    width: 92vw;
    margin: 0 auto 45px;
  }
  #intro .pic img {
    width: 100%;
    height: auto;
  }
  #intro .wrapper {
    display: block;
    width: 92vw;
  }
  #intro h3 {  
    font-size: 17px;
    padding-left: 10px;
    border-left: 4px solid #e6132d;
    margin-bottom: 15px;
  }
  #intro h4 {
    height: 26px;
    font-size: 15px;
    padding: 5px 15px 0;
    margin-bottom: 10px;
    border-radius: 13px;
  }
  #intro p {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 45px;
  }

/* ---------------------------------------------------------
#link-box
----------------------------------------------------------*/
  #link-box {
    width: 92vw;
    padding: 0 0 60px;
  }
  #link-box .wrapper {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  #link-box .wrapper .btn {
    width: 50%;
  }
  #link-box .wrapper a {
    height: 104px;
    font-size: 15px;
    letter-spacing: .04em;
    border: 3px solid #e6132d;
    z-index: 2;
    margin: 0 -3px -3px 0;
  }
  #link-box .wrapper .icon-blank {
    width: 13px;
    height: 13px;
    background: url(../../common/img/icon_blank.svg) no-repeat;
    background-size: 13px auto;
    margin-left: 7px;
  }
  #link-box .btn-top a {
    width: 64.1vw;
    height: 58px;
    font-size: 15px;
  }
}