@charset "UTF-8";
/* 追記 */
@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", sans-serif;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #222;
}

a {
  text-decoration: none;
  color: #222;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

.main {
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 60px;
  }
}

.main__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1470px;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .main__section {
    max-width: 1000px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__section {
    display: block;
    max-width: 745px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .main__section {
    display: block;
    max-width: 310px;
  }
}

.header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: 100px;
  }
}

.header .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 59vw;
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header-info {
    height: 100px;
    width: 100%;
    max-width: 768px;
  }
}

.header .header-info .br__change {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .header .header-info {
    height: 100px;
    width: 100%;
    max-width: 768px;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-info {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .header-info {
    height: 60px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header-info .br__change {
    display: block;
  }
}

.header .logo {
  padding-left: 10px;
  height: 72px;
  min-width: 300px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .logo {
    height: 60px;
  }
}

.header .logo span {
  font-size: 2.3rem;
  font-weight: bold;
}

.header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header .info .office {
  border: 2px solid #0059ff;
  padding: 2px 8px;
  color: #0059ff;
}

.header .info .contact {
  font-size: 1.4rem;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .header .info .contact {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 70px;
    right: 0;
    margin: 0%;
    padding-top: 30px;
    text-align: center;
    width: 50vw;
    height: 80px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .info .contact {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 59px;
    right: 0;
    margin: 0%;
    padding-top: 10px;
    text-align: center;
    width: 100vw;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .header .info .contact .number {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .info .contact .number {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .info .contact .number {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .header .info .contact .number {
    display: block;
  }
}

.header .info .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.header .info .number .fax {
  font-weight: bold;
}

@media screen and (min-width: 1920px) {
  .header .info .number .fax {
    margin-left: 10px;
  }
}

.header .info .map a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  margin-left: 15px;
  background-color: #008cff;
  border: 2px solid #008cff;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

.header .info .calendar {
  margin: auto 0 auto auto;
}

@media screen and (max-width: 768px) {
  .header .info .calendar {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 179px;
    right: 0;
    width: 50vw;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .info .calendar {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 149px;
    right: 0;
    width: 100vw;
  }
}

.header .info .calendar a {
  display: block;
  padding: 8px 12px;
  margin: 15px;
  background-color: #078afc;
  border: 1px solid #2488de;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  width: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .info .calendar a {
    margin: 0 0 0 0;
    padding: 0px 0px;
    margin: 15px auto;
    text-align: center;
    width: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .info .calendar a {
    margin: 0 0 0 0;
    margin: 5px auto;
    width: 138px;
  }
}

.header .global-nav {
  background-color: #eee;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
  .header .global-nav {
    display: none;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: none;
    text-align: center;
    position: absolute;
    top: 251px;
    right: 0;
    width: 50vw;
    height: 100vh;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .global-nav {
    display: none;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 195px;
    right: 0;
    width: 100vw;
    height: 100vh;
    min-width: 320px;
    max-width: 767px;
  }
}

.header .global-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-width: 760px;
  width: 59vw;
  max-width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .header .global-list {
    border-top: none;
    border-bottom: none;
    border-left: none;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    min-width: 384px;
    width: 50vw;
    max-width: 384px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .global-list {
    border-top: none;
    border-bottom: none;
    border-left: none;
    display: block;
    margin: 0px auto 0 auto;
    width: 100vw;
    min-width: 320px;
    max-width: 767px;
  }
}

.header .global-item {
  line-height: 70px;
  height: 70px;
  min-width: 77px;
  width: 6vw;
  max-width: 125px;
}

@media screen and (min-width: 769px) {
  .header .global-item {
    background: radial-gradient(circle, white 0%, #e0dddd 100%);
    border-right: 1px solid #bbb;
  }
}

@media screen and (max-width: 768px) {
  .header .global-item {
    height: 40px;
    min-width: 120px;
    width: 6vw;
    max-width: 125px;
    margin: 0 auto;
  }
}

.header .global-item:last-child {
  min-width: 130px;
  width: 7vw;
  max-width: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .global-item:last-child {
    min-width: 150px;
    width: 7vw;
    max-width: 150px;
  }
}

.header .global-item a {
  display: block;
  border-left: 1px solid #bbb;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  min-width: 72px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .global-item a {
    line-height: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .global-item a {
    line-height: 40px;
    height: 40px;
  }
}

.header .global-item a:hover {
  background-color: #3bbb00;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .global-item a:hover {
    line-height: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header .global-item a {
    color: #4F4F4F;
    border: 0;
    padding: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .global-item a {
    color: #4F4F4F;
    border: 0;
    padding: 10px;
  }
}

.header .global-item:last-child a {
  border-right: 1px solid #bbb;
}

.header .global-item:last-child a:hover {
  background-color: #3bbb00;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header .global-item:last-child a:hover {
    height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .global-item:last-child a {
    border-right: none;
    color: #4F4F4F;
    border: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .header .global-item:last-child a {
    border: 0;
  }
}

.burger-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 2vw;
}

@media screen and (min-width: 769px) {
  .burger-btn {
    display: none;
  }
}

.burger-btn .bar {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #000;
}

.burger-btn .bar_top {
  background-color: #000;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 22px;
}

.burger-btn .bar_top {
  top: 0;
}

.burger-btn .bar_mid {
  margin: 8px 0;
}

.burger-btn .bar_bottom {
  bottom: 0;
}

/* ハンバーガーメニューが開いたとき */
.burger-btn.cross .bar_top {
  background-color: #000;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.burger-btn.cross .bar_mid {
  background-color: #000;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.burger-btn.cross .bar_bottom {
  background-color: #000;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 20px auto;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .footer .footer-info {
    width: 1000px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-info {
    max-width: 745px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer .footer-info {
    display: block;
    max-width: 310px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer .logo {
    margin: 10px auto;
    text-align: center;
  }
}

.footer .logo span {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer .logo span {
    text-align: left;
  }
}

.footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .info .office {
  border: 2px solid #0059ff;
  padding: 2px 8px;
  color: #0059ff;
}

.footer .info .contact {
  font-size: 1.4rem;
  margin-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer .info .contact {
    margin: 10px auto;
    text-align: center;
  }
}

.footer .info .contact .address {
  letter-spacing: normal;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer .info .contact .address {
    margin-top: 10px;
  }
}

.footer .info .contact .address a {
  font-weight: bold;
}

.footer .info .map a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  margin-left: 15px;
  background-color: #008cff;
  border: 2px solid #008cff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer .copyright {
  font-size: 1.8rem;
  color: #666;
  text-align: center;
  height: 30px;
  letter-spacing: 0;
}

.cmn-topview {
  background-image: url(../image/page-top.jpg);
  background-position: center;
  background-size: cover;
  height: 250px;
  position: relative;
}

.cmn-topview .cmn-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: serif;
  color: #fff;
  text-shadow: 0 0 10px #000;
  letter-spacing: 1.5rem;
  font-size: 4.5rem;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .cmn-topview .cmn-title {
    font-size: 3.0rem;
    text-align: center;
  }
}

.cmn-subtitle {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 5px solid #3bbb00;
}

.topview .image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 650px;
  position: relative;
}

.topview .image br {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .topview .image br {
    display: block;
  }
}

.topview .image.top_01 {
  background-image: url(../image/top_01.jpg);
}

.topview .image.top_02 {
  background-image: url(../image/top_02.jpg);
}

.topview .image.top_03 {
  background-image: url(../image/top_03.jpg);
}

.topview .image .message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-align: center;
  font-family: serif;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .topview .image .message {
    font-size: 3.0rem;
  }
}

.news {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  margin-top: 60px;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .news {
    width: 840px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news {
    width: 745px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .news {
    width: 310px;
  }
}

.news-area {
  width: 1080px;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .news-area {
    max-width: 756px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-area {
    width: 745px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .news-area {
    width: 310px;
  }
}

.news-area .title {
  background-color: #fe9900;
  color: #fff;
  font-size: 2.0rem;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  height: 55px;
  line-height: 55px;
}

.news-area .title.office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}

.news-area .title.office span {
  font-weight: 100;
  font-size: 3.0rem;
  margin-right: 10px;
}

.news-area .title.office img {
  line-height: 40px;
  width: 35px;
  height: 40px;
  margin: auto 20px auto 10px;
}

.news-area .title.office h2 {
  font-size: 2.0px;
  padding-right: 20px;
  position: relative;
  line-height: 1;
  height: 55px;
}

.news-area .title.event {
  background-color: #008CFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}

.news-area .title.event span {
  font-weight: 100;
  font-size: 3.0rem;
  margin-right: 10px;
}

.news-area .title.event img {
  line-height: 40px;
  width: 35px;
  height: 40px;
  margin: auto 20px auto 10px;
}

.news-area .title.event h2 {
  display: block;
  margin: auto 0;
  font-size: 2.0px;
  padding-right: 20px;
  position: relative;
  line-height: 55px;
}

.news-area .news-list {
  margin-top: 20px;
}

.news-area .news-item {
  border-bottom: 1px solid #bbb;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-area .news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .news-area .news-item a {
    display: block;
  }
}

.news-area .news-item a:hover .article-title {
  color: #aaa;
}

.news-area .news-item .date {
  font-size: 1.2rem;
  padding-right: 20px;
  color: #666;
}

.news-area .news-item .article-title {
  font-size: 1.4rem;
}

.news-area.event {
  margin: 0 auto 50px;
}

.news-area.office {
  margin: 0 auto 50px;
}

.campany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1080px;
  margin: 0 auto 0;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .campany {
    width: 756px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campany {
    width: 756px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .campany {
    display: block;
    max-width: 250px;
  }
}

.campany .campany img {
  width: 500px;
  height: 190px;
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .campany .campany img {
    width: 350px;
    height: 133px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .campany .campany img {
    width: 350px;
    height: 133px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .campany .campany img {
    width: 250px;
    height: 95px;
  }
}

.campany .campany img .link a {
  display: block;
  width: 220px;
  margin: 0 auto;
  border: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 1.4rem;
}

.campany .campany img .link a:hover {
  opacity: 0.5;
}

.campany.left {
  padding: auto auto auto 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .campany.left {
    padding: 0;
    margin: 0 auto;
  }
}

.campany.right {
  padding: auto 0 auto auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .campany.right {
    padding: 0;
    margin: 0 auto;
  }
}

.page {
  padding-top: 142px;
}

@media screen and (max-width: 768px) {
  .page {
    padding-top: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page {
    padding-top: 70px;
  }
}

.page .aisatsu {
  width: 42vw;
  max-width: 810px;
  margin: 80px auto 120px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .aisatsu {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .aisatsu {
    width: 90vw;
    max-width: 300px;
  }
}

.page .aisatsu .aisatu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: serif;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .aisatsu .aisatu-title {
    display: block;
  }
}

.page .aisatsu .desc {
  margin-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .aisatsu .desc {
    margin-left: 0px;
  }
}

.page .aisatsu .desc .message {
  font-size: 2.4rem;
  font-weight: bold;
}

.page .aisatsu .desc .name {
  text-align: right;
  font-size: 2.4em;
  margin-top: 20px;
  margin-right: 10px;
}

.page .aisatsu .desc .name span {
  margin-left: 1rem;
}

.page .aisatsu .text-area {
  margin-top: 60px;
}

.page .aisatsu .text-area .text {
  margin-top: 40px;
}

.page .aisatsu .text-area .text span {
  font-weight: bold;
}

.page .keikaku {
  margin: 80px auto 120px;
  width: 47vw;
  max-width: 915px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .keikaku {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .keikaku {
    width: 80vw;
    max-width: 330px;
  }
}

.page .keikaku table {
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .keikaku table {
    width: 800px;
  }
}

.page .keikaku table th {
  border: 1px solid #aaa;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  background-color: #eee;
  font-size: 1.7rem;
}

.page .keikaku table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-size: 1.5rem;
}

.page .keikaku table .main {
  vertical-align: middle;
}

.page .sosiki {
  width: 47vw;
  max-width: 915px;
  margin: 80px auto 120px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .sosiki {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .sosiki {
    width: 80vw;
    max-width: 330px;
  }
}

.page .sosiki .image img {
  max-width: 915px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .sosiki .image img {
    width: 80vw;
    max-width: 640px;
  }
}

.page .iinkai {
  width: 47vw;
  max-width: 915px;
  margin: 80px auto 120px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .iinkai {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .iinkai {
    width: 80vw;
    max-width: 330px;
  }
}

.page .iinkai table {
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .iinkai table {
    width: 800px;
  }
}

.page .iinkai table th {
  border: 1px solid #aaa;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  background-color: #eee;
  font-size: 1.7rem;
}

.page .iinkai table th:nth-child(1) {
  width: 160px;
}

.page .iinkai table th:nth-child(n+2) {
  width: 370px;
}

.page .iinkai table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-size: 1.5rem;
}

.page .iinkai table .main {
  vertical-align: middle;
}

.page .iinkai table ul > li {
  font-size: 1.4rem;
}

.page .kaiin {
  width: 1050px;
  margin: 80px auto 120px;
  width: 54vw;
  max-width: 1050px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .kaiin {
    width: 80vw;
    max-width: 1050px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .kaiin {
    width: 80vw;
    max-width: 330px;
  }
}

.page .kaiin table {
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .kaiin table {
    width: 1050px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .kaiin table {
    width: 1050px;
  }
}

.page .kaiin table .top th:first-child {
  width: 240px;
}

.page .kaiin table .top th:nth-child(2) {
  width: 220px;
}

.page .kaiin table .bottom th {
  width: 106px;
}

.page .kaiin table th {
  border: 1px solid #aaa;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
  background-color: #eee;
  font-size: 1.6rem;
}

.page .kaiin table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-size: 1.8rem;
}

.page .kaiin table td a {
  text-decoration: underline;
  color: #FF6600;
}

.page .kaiin table td a:hover {
  text-decoration: none;
  color: #4FB5E6;
}

.page .kaisoku {
  margin: 80px auto 120px;
  font-size: 1.8rem;
  width: 47vw;
  max-width: 915px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .kaisoku {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .kaisoku {
    width: 80vw;
    max-width: 330px;
  }
}

.page .kaisoku .one {
  margin-left: 3rem;
}

.page .kaisoku .two {
  margin-left: 4.1rem;
}

.page .siryo {
  margin: 80px auto 120px;
  width: 47vw;
  max-width: 915px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .siryo {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .siryo {
    width: 80vw;
    max-width: 330px;
  }
}

.page .siryo table {
  margin: 50px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .siryo table {
    width: 800px;
  }
}

.page .siryo table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  font-size: 1.5rem;
}

.page .siryo table td.left {
  width: 95px;
}

.page .siryo table td.center {
  width: 450px;
}

.page .siryo table td.right {
  width: 200px;
  font-size: 1.4rem;
}

.page .siryo table td.right a {
  text-decoration: underline;
  color: #FF6600;
}

.page .siryo table td.right a:hover {
  text-decoration: none;
  color: #4FB5E6;
}

.page .siryo table td.comment {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.page .access {
  width: 47vw;
  max-width: 915px;
  margin: 80px auto 120px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .access {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .access {
    width: 80vw;
    max-width: 330px;
  }
}

.page .access iframe {
  height: 800px;
  width: 47vw;
  max-width: 915px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page .access iframe {
    width: 80vw;
    max-width: 640px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page .access iframe {
    height: 500px;
    width: 80vw;
    max-width: 330px;
  }
}

.page .attention {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.page .link-area {
  margin-top: 30px;
}

.page .link-area li {
  line-height: 3rem;
}

.page .link-area li a {
  letter-spacing: normal;
  text-decoration: underline;
  color: #FF6600;
}

.page .link-area li a:hover {
  text-decoration: none;
  color: #4FB5E6;
}

.right__nav {
  margin-top: 60px;
  width: 20vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .right__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 0 auto;
    text-align: center;
    width: 750px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .right__nav {
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 220px;
  }
}

.right__nav img {
  display: block;
  margin: 0 auto 15px;
  width: 286px;

}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .right__nav img {
    width: 200px;

  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .right__nav img {
    margin: 0 30px 15px 30px;
    width: 315px;

  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .right__nav img {
    margin: 0 auto 15px 0;
    width: 200px;

  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box ::-webkit-scrollbar {
    height: 4px;
  }
  .scroll-box ::-webkit-scrollbar-track {
    background: #eee;
  }
  .scroll-box ::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .scroll-box ::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box ::-webkit-scrollbar {
    height: 4px;
  }
  .scroll-box ::-webkit-scrollbar-track {
    background: #eee;
  }
  .scroll-box ::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .scroll-box ::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
/*# sourceMappingURL=style.css.map */