/*==================================================================
    style.css
===================================================================*/
.container {
  max-width: 1000px;
  margin: 0px auto;
  width: 90%;
}

.container * {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.ttl {
  color: #023894;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  border-left: 5px solid #023894;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.3rem;
  }
}

.pcNone {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/*==================================================================
    #partner
===================================================================*/
#heading_box.-partner {
  background: url(/signage/images/bg_header.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #heading_box.-partner {
    font-size: 80%;
  }
}

/*==================================================================
    #partner .sec01
===================================================================*/
#partner .sec01 {
  padding: 80px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #partner .sec01 {
    padding: 40px 0px;
  }
}

#partner .sec01 h2 {
  color: #023894;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #partner .sec01 h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#partner .sec01 h2 span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

#partner .sec01 p {
  line-height: 1.8;
  margin-bottom: 0px;
}

/*==================================================================
    #partner .sec02
===================================================================*/
#partner .sec02 {
  padding: 0px 0px 40px;
}

@media screen and (max-width: 768px) {
  #partner .sec02 {
    padding: 0px 0px 20px;
  }
}

#partner .sec02 .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 30px 0px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 30px 0px;
  }
}

#partner .sec02 .point_img {
  padding: 10px;
  width: 35%;
  margin-right: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_img {
    width: 100%;
    margin-bottom: 20px;
  }
  #partner .sec02 .point_img img {
    max-width: 220px;
    margin: 0px auto;
  }
}

#partner .sec02 .point_block {
  padding: 10px;
  width: calc(65% - 30px);
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_block {
    width: 100%;
  }
}

#partner .sec02 .point_block dl {
  margin-bottom: 20px;
  border: 1px solid #aaaaaa;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#partner .sec02 .point_block dl dt {
  padding-right: 30px;
  min-width: 160px;
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_block dl dt {
    min-width: 100px;
    max-width: 100px;
  }
}

#partner .sec02 .point_block dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#partner .sec02 .point_block dl dd h3 {
  color: #023894;
  font-weight: bold;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #partner .sec02 .point_block dl dd h3 {
    font-size: 1rem;
  }
}

#partner .sec02 .point_block dl dd h3 span {
  background-color: #f6ad3a;
  color: #fff;
  line-height: 30px;
  padding: 0px 10px;
  margin-right: 15px;
  font-size: 0.8rem;
  font-weight: normal;
  white-space: nowrap;
}

#partner .sec02 .point_block dl dd p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}

#partner .sec02 .point_block dl dd p span {
  display: block;
  font-size: 0.8rem;
}

#partner .sec02 .video_wrap {
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
}

#partner .sec02 .video_box {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0px auto;
  height: 0;
}

#partner .sec02 .video_box video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*==================================================================
    #partner .sec03
===================================================================*/
#partner .sec03 {
  padding: 60px 0px;
}

@media screen and (max-width: 768px) {
  #partner .sec03 {
    padding: 30px 0px;
  }
}

#partner .sec03 .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0px -15px 40px;
}

@media screen and (max-width: 768px) {
  #partner .sec03 .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0px 0px 10px;
  }
}

#partner .sec03 .point_item {
  padding: 0px 15px;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  #partner .sec03 .point_item {
    width: 100%;
    padding: 10px 0px;
  }
}

#partner .sec03 .point_item dl {
  background: #f5f5f5;
  text-align: center;
  border-radius: 10px;
}

#partner .sec03 .point_item dl dt {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: -.05em;
  color: #023894;
  font-weight: bold;
  background-color: #d5eaff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  #partner .sec03 .point_item dl dt {
    font-size: 1.1rem;
  }
}

#partner .sec03 .point_item dl dd {
  text-align: center;
  font-size: 0.9rem;
  padding: 30px 10px;
}

@media screen and (max-width: 768px) {
  #partner .sec03 .point_item dl dd {
    padding: 20px 10px;
  }
}

/*==================================================================
    #partner .sec04
===================================================================*/
#partner .sec04 {
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #partner .sec04 {
    padding: 0px 0px 50px;
  }
}

#partner .sec04 dl {
  margin-bottom: 30px;
}

#partner .sec04 dt {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #partner .sec04 dt {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

#partner .sec04 dt span {
  color: #023894;
}

#partner .sec04 dd {
  font-size: 0.9rem;
}

#partner .sec04 .eyes {
  width: 100%;
  max-width: 600px;
  margin: 0px auto 30px;
  text-align: center;
  background-color: #F8F8F8;
  padding: 30px;
}

#partner .sec04 .btnbox {
  width: 285px;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  #partner .sec04 .btnbox {
    width: 90%;
    max-width: 285px;
  }
}

#partner .sec04 .btnbox a {
  border: 1px solid #023894;
  line-height: 55px;
  padding: 0px 1em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #023894;
  text-align: center;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 768px) {
  #partner .sec04 .btnbox a {
    font-size: 1rem;
  }
}

#partner .sec04 .btnbox a:hover {
  background: #023894;
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

/*==================================================================
    #partner .sec06
===================================================================*/
#partner .sec06 {
  padding: 0px;
}

#partner .sec06 h2 {
  color: #023894;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #partner .sec06 h2 {
    font-size: 1.2rem;
  }
}

#partner .sec06 h2 span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

#partner .sec06 .inq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 1px solid #aaaaaa;
  margin: 30px 0px 70px;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#partner .sec06 .inq_form {
  padding: 30px;
  width: 38%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_form {
    width: 100%;
    padding: 15px 10px 40px;
  }
}

#partner .sec06 .inq_form::after {
  position: absolute;
  top: 5px;
  bottom: -5px;
  right: 0px;
  width: 1px;
  height: calc(100% - 10px);
  background: #aaaaaa;
  display: block;
  content: '';
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_form::after {
    display: none;
  }
}

#partner .sec06 .inq_tel {
  padding: 30px;
  width: 62%;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_tel {
    width: 100%;
    padding: 15px 10px;
  }
}

#partner .sec06 .inq_tel span {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_tel span {
    text-align: center;
  }
}

#partner .sec06 .inq_tel span a {
  text-decoration: none;
  font-weight: bold;
}

#partner .sec06 .inq_tel span em {
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_tel span em {
    display: block;
    padding-top: 10px;
  }
}

#partner .sec06 .inq_tel p {
  margin-bottom: 0px;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  #partner .sec06 .inq_tel p {
    font-size: 90%;
  }
}

#partner .sec06 h4 {
  color: #023894;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #f6ad3a;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #partner .sec06 h4 {
    text-align: center;
  }
}

#partner .sec06 .btnbox {
  width: 90%;
  margin: 0px auto;
}

#partner .sec06 .btnbox a {
  border: 1px solid #023894;
  line-height: 55px;
  padding: 0px 1em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #023894;
  text-align: center;
  text-decoration: none;
  display: block;
}

#partner .sec06 .btnbox a:hover {
  background: #023894;
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
