@charset "UTF-8";
/* CSS Document */

/*----------------------------------

告知
 
---------------------------------- */
.logoImage { width: 1000px; margin: 0 auto; padding-bottom: 0!important;}
.logoImage img{ width: 50%;}
.announcePage { padding-top: 0; }
.announcePage h3{
  font-size: calc(10 * ((100vw - 320px) / 1600) + 20px);
  text-align: center;
  background-color: transparent!important;
  line-height: 6.0;
  margin-bottom: 0!important;
  padding: 0!important;
  color: #ff2222!important;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}
.announcePage h3:before, .announcePage h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 1px;
  background-color: #ff2222;
}
.announcePage h3:nth-of-type(2):before, .announcePage h3:nth-of-type(2):after, .announcePage h3:nth-of-type(3):before, .announcePage h3:nth-of-type(3):after, .announcePage h3:last-of-type:before, .announcePage h3:last-of-type:after {
  width: 30%;
}
.announcePage h3:before {
  left:0;
}
.announcePage h3:after {
  right: 0;
}

.announcePage > div{ margin-bottom:5%; line-height:2.0;}
.textBox{ margin-bottom:5%;}
/*.textBox:last-of-type{ margin-bottom:0;}*/
.textBox h4{
    /*border: 1px solid #fff;*/
    background: #222;
    padding-left: 20px;
    line-height: 3.0;
    margin-bottom: 2%;
    font-weight: normal;
}
.imgBox{ margin-bottom:5%; text-align: center;}
.imgBox .imgWrap{ width: 60%; margin: 0 auto 2%;}
.imgBox p{ font-size: calc(6 * ((100vw - 320px) / 1600) + 14px);}
.list{width: 100%; margin-bottom:5%; overflow: hidden;}
.list div{ float: left; box-sizing: border-box;}
.list div:first-child{ width: 15%; }
.list div:last-child{ width: 85%; }

.keyList{ width: 100%; overflow: hidden; margin-bottom: 2%;}
.keyList li{ float: left; width: calc(100%/8); padding: 0.5%; box-sizing: border-box;}
.keyList li > div {
    position: relative;
    width: 100%;
}
.keyList li > div:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.keyList li > div p {
    font-size: calc(24 * ((100vw - 320px) / 1600) + 50px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.circle{
  display: inline-block;
  padding: 2%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.capText{
    text-align: center;
    margin-bottom: 2%;
    /*font-size: calc(4 * ((100vw - 320px) / 1600) + 10px);*/
}

@media screen and (max-width: 960px) {
.logoImage { width: 100%; padding: 10% 0 0!important;}

}
@media screen and (max-width: 750px) {
.announcePage h3:before, .announcePage h3:after {
  width: 30%;
}
.announcePage h3:nth-of-type(2):before, .announcePage h3:nth-of-type(2):after {
  width: 20%;
}
.announcePage h3:nth-of-type(3):before, .announcePage h3:nth-of-type(3):after, .announcePage h3:last-of-type:before, .announcePage h3:last-of-type:after {
  width: 15%;
}
.imgBox .imgWrap{ width: 100%;}
.keyList li{ width: calc(100%/4);}
.capText{ text-align: left; }
}