@charset "UTF-8";
.bgC {
  background: url("../img/sec1_bg.jpg") no-repeat center;
}
@media only screen and (max-width: 767px) {
  .bgC {
    background: url("../img/sec1_bg_sp.jpg") repeat-y center/100% auto;
  }
}
.bg-radient {
  background: url("../img/sec2_bg.jpg") repeat-x top center/auto 100%;
  position: relative;
}
.bg-radient:before {
  content: "";
  background: url("../img/arrow.png") no-repeat center/100% auto;
  width: 128px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -43%);
}
.bg-radient h2 {
  color: #fff;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .bg-radient .wrap {
    padding: 0 20px;
  }
  .bg-radient h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-radient:before {
    width: 16%;
    height: 10vw;
  }
}
.bg-violet {
  background: url("../img/sec3_bgT.jpg") no-repeat top center, url("../img/sec3_bgB.jpg") no-repeat bottom center #eaeff5;
}
@media only screen and (max-width: 767px) {
  .bg-violet {
    background: url("../img/sec3_bgT.jpg") no-repeat top center/100% auto, url("../img/sec3_bgB.jpg") no-repeat bottom center/100% auto #eaeff5;
  }
}
.ttl {
  font-size: 40px;
  line-height: 1.37;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ttl {
    font-size: 4.25vw;
  }
}
.txt-link {
  text-decoration: underline;
  color: #01bdfd;
}
.txt-link:hover{
  text-decoration: none;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}
#key {
  height: 570px;
}
#key .wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#key .key-txt {
  width: 66%;
  position: relative;
  z-index: 1;
  margin-left: -1%;
}
#key .key-img {
  position: absolute;
  bottom: 0;
  right: -11.1%;
  width: 64.6%;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #key {
    padding: 0 20px;
    height: 55.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #key {
    height: auto;
    padding-top: 3vw;
  }
  #key .wrap {
    display: block;
  }
  #key .key-txt, #key .key-img {
    width: 100%;
  }
  #key .key-txt {
    margin-left: 0;
  }
  #key .key-img {
    position: static;
  }
}
#sec1 {
  background: url("../img/sec1_bg2.png") repeat-x top center, url("../img/sec1_bg.jpg") no-repeat top center;
  padding-top: 80px;
  padding-bottom: 65px;
}
#sec1 h2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #sec1 {
    background: url("../img/sec1_bg2_sp.png") repeat-x top center, url("../img/sec1_bg_sp.jpg") no-repeat top center/cover;
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
  #sec1 h2 {
    margin-bottom: 5vw;
  }
  #sec1 .sp {
    padding: 0 3.5%;
  }
  #sec1 .sp p + p {
    margin-top: 5vw;
  }
}
#sec1 .sec1-img2 {
  margin: auto;
  width: 62%;
}
#sec1 .sec1-img3, #sec1 .sec1-img5 {
  margin-left: auto;
  width: 62.6%;
}
#sec1 .sec1-img4 {
  width: 62.5%;
}
#sec1 .sec1-img6 {
  margin-top: -22vw !important;
}
#sec2 {
  padding: 71px 0 80px;
}
#sec2 .sec2-txt1 {
  color: #fff;
  text-align: center;
  margin: 17px 0 49px;
  font-size: 20px;
  line-height: 1.75;
}
#sec2 .sec2-box {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 55px 5% 1px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}
#sec2 .sec2-box dl {
  margin-bottom: 42px;
}
#sec2 .sec2-box dl dt {
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 23px;
  line-height: 1.7;
  font-size: 28px;
  margin-bottom: 22px;
}
#sec2 .sec2-box dl:nth-child(1) dt {
  background: #2d4efb;
}
#sec2 .sec2-box dl:nth-child(2) dt {
  background: #9472d3;
}
@media only screen and (max-width: 767px) {
  #sec2 {
    padding: 8vw 0;
  }
  #sec2 .sec2-txt1 {
    font-size: 3.47vw;
    letter-spacing: 0;
    margin: 3vw -3% 5vw;
  }
  #sec2 .sec2-box {
    padding: 5.5vw 5% 1px;
  }
  #sec2 .sec2-box dl {
    margin-bottom: 5vw;
  }
  #sec2 .sec2-box dl dt {
    font-size: 4.5vw;
    line-height: 1.8;
    margin-bottom: 2vw;
  }
}
.sec6-btn, .sec3-btn, .sec9-btn {
  margin: 0 auto;
  max-width: 496px;
}
@media only screen and (max-width: 767px) {
  .sec6-btn, .sec3-btn, .sec9-btn {
    width: 66.3%;
  }
}
#sec3 {
  padding: 62px 0 119px;
}
#sec3 .sec3-group {
  position: relative;
  margin-bottom: 40px;
}
#sec3 .sec3-img {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 41%;
}
#sec3 h2 {
  padding-bottom: 8px;
  margin: 0 1.2% 0 auto;
  width: 59.1%;
}
#sec3 .sec3-btn {
  margin-top: 95px;
}
#sec3 .sec3-item {
  position: relative;
}
#sec3 .sec3-item h3 {
  color: #fff;
  background: #005dd1;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 26px;
}
#sec3 .sec3-item dl {
  margin-bottom: 37px;
  font-size: 18px;
}
#sec3 .sec3-item dl dt {
  border-bottom: 1px solid #005dd1;
  color: #005dd1;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.38;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  #sec3 h3 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 232px;
    height: calc(100% - 13px) !important;
  }
  #sec3 .sec3-item {
    padding-left: 263px;
  }
}
@media only screen and (max-width: 767px) {
  #sec3 {
    padding: 9vw 0 10vw;
  }
  #sec3 .sec3-group {
    margin-bottom: 7vw;
  }
  #sec3 .sec3-img {
    left: 0;
    width: 45%;
  }
  #sec3 h2 {
    margin-right: 0;
    width: 65%;
  }
  #sec3 .sec3-item h3 {
    font-size: 14px;
    width: 118px;
    letter-spacing: 0.05em;
  }
  #sec3 .sec3-item dl {
    margin-bottom: 6vw;
    font-size: 12px;
  }
  #sec3 .sec3-item dl dt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }
  #sec3 .sec3-item dl dt p {
    width: calc(100% - 128px);
  }
  #sec3 .sec3-btn {
    margin-top: 8vw;
  }
}
#sec4 {
  padding: 120px 0 51px;
}
@media only screen and (max-width: 767px) {
  #sec4 {
    padding: 8vw 0;
  }
  #sec4 .sp {
    margin: 0 3.6%;
  }
  #sec4 .sp p + p {
    margin-top: 6vw;
  }
}
#sec4 .sec4-img1, #sec4 .sec4-img3 {
  margin-left: auto;
  width: 69%;
}
#sec4 .sec4-img2 {
  width: 73%;
}
#sec4 .sec4-img4, #sec4 .sec4-img5, #sec4 .sec4-img7 {
  margin: 0 -4% !important;
}
#sec5 {
  padding: 71px 0 80px;
}
#sec5 h2 {
  margin-bottom: 108px;
}
#sec5 .dis-flex-pc {
  justify-content: space-between;
}
#sec5 .sec5-item {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  width: 31.5%;
  box-sizing: border-box;
  padding: 0 2.2% 20px;
  font-size: 15px;
  line-height: 1.8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  text-align: justify;
}
#sec5 .sec5-label {
  margin: -24.7% auto -29px;
  width: 71.3%;
}
#sec5 dt {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #2b50ff;
  font-weight: 700;
  margin-bottom: 10px;
}
#sec5 .sec5-item:nth-child(2) dt{
  margin-top: 30px;
}
#sec5 dt span {
  display: inline-block;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}
#sec5 dt span:before, #sec5 dt span:after {
  content: "";
  width: 1px;
  height: 1.3em;
  position: relative;
  top: 4px;
  background: #000;
  display: inline-block;
}
#sec5 dt span:before {
  margin-right: 8px;
  transform: rotate(-27deg);
}
#sec5 dt span:after {
  margin-left: 5px;
  transform: rotate(27deg);
}
#sec5 .sec5-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  padding-bottom: 28px;
  background: #fff;
}
#sec5 .sec5-box h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #9472d3;
  font-size: 26px;
  line-height: 2;
  margin-bottom: 25px;
}
#sec5 .sec5-box .sec5-item2 {
  width: calc(100% /3);
  box-sizing: border-box;
  padding: 0px 2.5%;
  font-size: 15px;
  line-height: 1.8;
}
#sec5 .sec5-box .sec5-item2:not(:first-child) {
  border-left: 1px solid #9472d3;
}
#sec5 .sec5-box .sec5-item2 h4 {
  color: #9472d3;
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 20px;
}
#sec5 .sec5-box ul li {
  padding-left: 14px;
  position: relative;
}
#sec5 .sec5-box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #sec5 dt {
    font-size: 15px;
  }
  #sec5 dt span {
    font-size: 12px;
  }
  #sec5 .sec5-label {
    margin-bottom: -18px;
  }
  #sec5 .sec5-item:nth-child(2) dt{
    margin-top: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  #sec5 {
    padding: 10vw 0;
  }
  #sec5 h2 {
    margin-bottom: 5vw;
  }
  #sec5 .sec5-item {
    width: 86.6%;
    margin-left: auto;
    margin-bottom: 7vw;
    padding: 5vw 5.1% 5vw 18.8%;
    font-size: 12px;
    line-height: 1.5;
  }
  #sec5 .sec5-item:nth-child(2) dt{
    margin-top: 0;
  }
  #sec5 .sec5-item:last-child {
    margin-bottom: 9vw;
  }
  #sec5 .sec5-label {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 31%;
  }
  #sec5 dt {
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #sec5 dt span {
    font-size: 12px;
  }
  #sec5 .sec5-box {
    padding-bottom: 5vw;
  }
  #sec5 .sec5-box h3 {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  #sec5 .sec5-box .dis-flex-pc {
    padding: 0 5.1%;
  }
  #sec5 .sec5-box .sec5-item2:not(:first-child) {
    border-top: 1px solid #9472d3;
    border-left: none;
    padding: 3vw 0 0;
    margin-top: 4vw;
  }
  #sec5 .sec5-box .sec5-item2 {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
  #sec5 .sec5-box .sec5-item2 h4 {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
}
#sec6 {
  padding: 80px 0 120px;
}
#sec6 .ttl {
  color: #9472d3;
  margin-bottom: 47px;
}
#sec6 .sec6-btn {
  margin-top: 50px;
  max-width: 496px;
}
#sec6 .dis-flex-pc {
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec6 .sec6-img {
  width: 29.2%;
  border: 5px solid #9472d3;
  border-radius: 50%;  
}
#sec6 .dis-flex {
  justify-content: space-between;
  align-items: center;
}
#sec6 .sec6-txt {
  background: #9472d3;
  width: 64.1%;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 7.8%;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  position: relative;
  border-radius: 8px;
}
#sec6 .sec6-txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 16px 10.5px 0;
  border-color: transparent #9472d3 transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media only screen and (min-width: 768px) {
  #sec6 .sec6-item {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #sec6 {
    padding: 10vw 0;
  }
  #sec6 .ttl {
    font-size: 5.9vw;
  }
  #sec6 .sec6-btn {
    margin: 8vw auto 0;
  }
  #sec6 .sec6-item {
    margin-bottom: 6vw;
  }
  #sec6 .sec6-img {
    width: 25.3%;
    border: 3px solid #9472d3;
  }
  #sec6 .sec6-txt {
    width: 69%;
    padding: 3vw 5%;
    font-size: 12px;
    line-height: 1.5;
  }
  #sec6 .sec6-txt:before {
    border-width: 8px 11px 8px 0;
  }
}
#sec7 {
  padding: 123px 0 58px;
}
@media only screen and (max-width: 767px) {
  #sec7 {
    padding: 10vw 0 11vw;
  }
  #sec7 .sp p + p {
    margin-top: 6vw;
  }
}
#sec7 .sec7-img2 {
  margin: 6vw auto 0;
  width: 82%;
}
#sec7 .sec7-img5 {
  margin: 6vw auto 0;
  width: 72.7%;
}
#sec7 .sec7-img6 {
  margin: 6vw auto 0;
  width: 94%;
}
#sec8 {
  padding: 65px 0 80px;
}
#sec8 h2 {
  margin-bottom: 30px;
}
#sec8 .sec8-txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 45px;
}
#sec8 .sec8-box {
  background: #fff;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 45px 5%;
}
#sec8 dl {
  justify-content: space-between;
  margin-bottom: 25px;
}
#sec8 dl dt {
  background: #005dd1;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 29px;
  font-size: 17px;
  font-weight: 500;
}
#sec8 dl dd {
  width: calc(100% - 133px);
  font-size: 18px;
  line-height: 1.7;
}
#sec8 dl dd span {
  font-size: 14px;
  display: inline-block;
}
#sec8 .sec8-btn {
  margin: 45px auto 0;
  width: 261px;
}
#sec8 .sec8-btn a {
  border: 2px solid #E8922E;
  color: #E8922E;
  font-weight: 700;
  display: block;
  position: relative;
  border-radius: 5px;
  font-size: 23px;
  text-align: center;
  width: 100%;
  line-height: 2.3;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}
#sec8 .sec8-btn a i {
  display: flex;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 10px;
}
@media only screen and (max-width: 767px) {
  #sec8 {
    padding: 8vw 0 10vw;
  }
  #sec8 .ttl {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
  #sec8 .sec8-txt {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  #sec8 .sec8-box {
    padding: 5vw 5% 6vw;
  }
  #sec8 dl {
    margin-bottom: 2.5vw;
  }
  #sec8 dl dt {
    font-size: 11px;
    width: 56px;
    height: 19px;
  }
  #sec8 dl dd {
    width: calc(100% - 65px);
    font-size: 12px;
  }
  #sec8 dl dd span {
    font-size: 11px;
  }
  #sec8 .sec8-btn {
    margin: 5vw auto 0;
    width: 56.9%;
  }
  #sec8 .sec8-btn a {
    font-size: 4vw;
  }
  #sec8 .sec8-btn a i {
    right: 7%;
    width: 4.3%;
  }
}
#sec9 {
  padding: 80px 0 120px;
}
#sec9 h2 {
  text-align: center;
  color: #fff;
  background: #005dd1;
  border-radius: 32px;
  font-weight: 700;
  font-size: 28px;
  line-height: 2.1;
  margin-bottom: 27px;
}
#sec9 .toggle:not(:last-child) .toggle-link {
  border-bottom: 1px solid #606163;
}
#sec9 .toggle-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding: 24px 0;
  color: #333;
  font-size: 24px;
  line-height: 1.6;
  position: relative;
}
#sec9 .toggle-link:after {
  content: "";
  width: 30px;
  height: 17px;
  background: url("../img/arrow.svg") no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
#sec9 .toggle-link:hover {
  opacity: 0.8;
}
#sec9 .toggle.active .toggle-link:after {
  background: url("../img/arrow_active.svg") no-repeat center/100% auto;
}
#sec9 .toggle-label {
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  width: 100px;
  text-align: center;
}
#sec9 .toggle-label:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #005dd1;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
}
#sec9 .toggle-q {
  width: calc(100% - 130px);
}
#sec9 .toggle-main {
  background: #fff;
  box-sizing: border-box;
  padding: 20px 2.5%;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: -0.5px;
}
#sec9 .sec9-btn {
  margin-top: 100px;
}
#sec9 .sec9-btn2 {
  justify-content: space-between;
  margin-top: 30px;
}
#sec9 .sec9-btn2 li {
  width: 23.7%;
}
#sec9 .sec9-btn2 li a {
  border: 1px solid #005ed2;
  background: #fff;
  color: #005ed2;
  font-weight: 700;
  display: block;
  position: relative;
  border-radius: 5px;
  font-size: 18px;
  width: 100%;
  line-height: 48px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
  padding-left: 6.3%;
  transition: ease 0.3s;
}
#sec9 .sec9-btn2 li a:hover{
  opacity: 0.8;
  text-decoration: none;
}
#sec9 .sec9-btn2 li a i {
  display: flex;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%) rotate(-90deg);
  width: 13px;
}
#sec9 .sec9-btn2 li:nth-child(1) a {
  padding-left: 17.7%;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #sec9 .sec9-btn2 li a i{
    right: 5px;
  }
  #sec9 .sec9-btn2 li a{
    font-size: 14px;
    padding-left: 4.3%;
  }
}
@media only screen and (max-width: 767px) {
  #sec9 {
    padding: 10vw 0;
  }
  #sec9 h2 {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }
  #sec9 .toggle-link {
    padding: 3vw 0;
  }
  #sec9 .toggle-link:after {
    width: 18px;
    height: 10px;
  }
  #sec9 .toggle-label {
    font-size: 13px;
    width: 60px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  #sec9 .toggle-q {
    font-size: 14px;
    width: calc(100% - 67px);
  }
  #sec9 .sec9-btn {
    margin-top: 4vw;
  }
  #sec9 .sec9-btn2 {
    margin-top: 5vw;
    flex-wrap: wrap;
  }
  #sec9 .sec9-btn2 li {
    width: 48.5%;
    margin-bottom: 3vw;
  }
  #sec9 .sec9-btn2 li a {
    font-size: 3.3vw !important;
    height: auto;
    line-height: 2.7;
    color: #005ed2 !important;
  }
  #sec9 .sec9-btn2 li a i {
    right: 8px;
    width: 10px;
  }
}
iframe {
  width: 100%;
  height: 100%;
}
#sec10 {
  background: url("../img/sec10_bg.jpg") no-repeat center/cover;
  padding: 80px 0;
  text-align: center;
}
#sec10 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}
#sec10 .sec10-txt {
  font-size: 20px;
  line-height: 1.46;
  margin: 20px 0 50px;
}
#sec10 .sec10-movie {
  margin: auto;
  width: 100%;
  max-width: 640px;
}
#sec10 .sec10-movie > div {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
#sec10 .sec10-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #sec10 {
    padding: 10vw 0;
    background: url("../img/sec10_bg_sp.jpg") no-repeat center/cover;
  }
  #sec10 h2 {
    font-size: 5.1vw;
  }
  #sec10 .sec10-txt {
    font-size: 13px;
    margin: 3vw 0 5vw;
  }
}
#sec11 {
  margin: 70px auto 100px;
}
#sec11 h2 {
  color: #2d4efb;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}
#sec11 table {
  border: 1px solid #2C4EFA;
  margin-bottom: 100px;
  line-height: 1.54;
}
#sec11 table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
#sec11 table tr:not(:last-child) td {
  border-bottom: 1px solid #2C4EFA;
}
#sec11 table th {
  background: #2C4EFA;
  color: #fff;
  text-align: center;
  width: 95px;
  vertical-align: middle;
}
#sec11 table td {
  font-size: 16px;
  padding: 7px 20px;
}
#sec11 #gmap {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #sec11 {
    margin: 10vw 0;
  }
  #sec11 h2 {
    font-size: 5.1vw;
    margin-bottom: 10vw;
  }
  #sec11 table {
    margin-bottom: 12vw;
  }
  #sec11 table th {
    width: 60px;
    font-size: 12px;
  }
  #sec11 table td {
    font-size: 11px;
    padding: 5px 10px;
  }
  #sec11 #gmap {
    height: 200px;
  }
}