@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
#main .content .heading {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #main .content .heading {
    font-size: 30px;
  }
}

#main .content .heading:after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background: #0584C5;
  position: relative;
  bottom: 0;
  margin: auto;
}

#main .content .firstRow {
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 40px;
}

#main .content .firstRow .cont .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main .content .firstRow .cont .inner .image {
  width: 261px;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner .image {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    text-align: center;
  }
}

#main .content .firstRow .cont .inner .image img {
  border: 1px solid #EEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner .image img {
    width: 300px;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  #main .content .firstRow .cont .inner .image img {
    width: 60%;
  }
}

#main .content .firstRow .cont .inner .image .name {
  text-align: center;
  margin-top: 15px;
}

#main .content .firstRow .cont .inner .image .name span {
  font-size: 20px;
  font-weight: 500;
}

#main .content .firstRow .cont .inner .image .name p {
  font-size: 24px;
  font-weight: bold;
}

#main .content .firstRow .cont .inner .text {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner .text {
    padding-left: 0;
  }
}

#main .content .firstRow .cont .inner .text h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner .text h3 {
    font-size: 25px;
    text-align: center;
  }
}

#main .content .firstRow .cont .inner .text .desc p {
  font-weight: 500;
  font-size: 18px;
  text-indent: 35px;
}

@media screen and (max-width: 767px) {
  #main .content .firstRow .cont .inner .text .desc p {
    font-size: 16px;
  }
}

#main .content .secondRow {
  padding-top: 30px;
  padding-bottom: 40px;
}

#main .content .secondRow .table table {
  width: 100%;
  border-collapse: collapse;
}

#main .content .secondRow .table table tr th {
  background-color: #b4dbef;
  text-align: center;
  border: 1px solid #EEE;
  vertical-align: middle;
  width: 200px;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #main .content .secondRow .table table tr th {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: left;
  }
}

#main .content .secondRow .table table tr td {
  background-color: #FFF;
  border: 1px solid #EEE;
  font-size: 18px;
  padding: 35px 40px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #main .content .secondRow .table table tr td {
    display: block;
    padding: 15px;
  }
}

#main .content .thirdRow {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #FFF;
}

#main .content .thirdRow .box {
  border: 2px solid #EEE;
  padding: 20px;
}

#main .content .thirdRow .box h3 {
  color: #0584C5;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #main .content .thirdRow .box h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  #main .content .thirdRow .box h3 {
    font-size: 25px;
  }
}

#main .content .thirdRow .box .img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main .content .fourthRow {
  padding-top: 30px;
  padding-bottom: 15px;
}

#main .content .fourthRow .table table {
  width: 100%;
  border-collapse: collapse;
}

#main .content .fourthRow .table table tr {
  font-weight: 500;
}

#main .content .fourthRow .table table tr td {
  font-size: 18px;
  text-align: center;
  border: 1px solid #EEE;
  width: 50%;
  padding: 16px 10px;
  background-color: #FFF;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #main .content .fourthRow .table table tr td {
    font-size: 13px;
    padding: 16px 5px;
  }
}

#main .content .fourthRow .table table tr td.big1st {
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  #main .content .fourthRow .table table tr td.big1st {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  #main .content .fourthRow .table table tr td.big1st {
    font-size: 22px;
  }
}

#main .content .fourthRow .table table tr td.big2nd {
  font-size: 30px;
}

@media screen and (max-width: 1200px) {
  #main .content .fourthRow .table table tr td.big2nd {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #main .content .fourthRow .table table tr td.big2nd {
    font-size: 18px;
  }
}

#main .content .fourthRow .table table tr td.big3rd {
  font-size: 23px;
}

@media screen and (max-width: 1200px) {
  #main .content .fourthRow .table table tr td.big3rd {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main .content .fourthRow .table table tr td.big3rd {
    font-size: 16px;
  }
}

#main .content .fourthRow .table table tr th {
  background-color: #0584C5;
  border: 1px solid #EEE;
  text-align: center;
  font-size: 20px;
  padding: 14px 10px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #main .content .fourthRow .table table tr th {
    font-size: 18px;
  }
}

#main .content .fourthRow .table table tr th .thanks {
  padding-top: 10px;
  text-align: right;
  font-size: 15px;
}

/*# sourceMappingURL=about.css.map */