@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

body, input, textarea, select {
  font-family: "メイリオ",Meiryo,"游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  body, input, textarea, select {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body, input, textarea, select {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-feature-settings: "palt";
}

body {
  background-image: url(../img/common/bg_r.jpg);
  background-repeat: repeat-y;
  background-position: center -430px;
}

@media screen and (max-width: 960px) {
  body {
    background-image: url(../img/common/bg_r-sp.png);
    background-position: center -210px;
    background-size: 562px 1057px;
    -webkit-background-size: 562px 1057px;
    -moz-background-size: 562px 1057px;
  }
}

main {
  overflow: hidden;
}

a {
  color: #004eff;
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover {
    opacity: .6;
  }
  a img {
    -webkit-transition: 0.3s;
  }
  a img:hover {
    opacity: .6;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 102;
  background: white;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  /* .inner end */
}

header .inner-wrapper {
  max-width: 1140px;
  margin: auto;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  header .inner-wrapper {
    height: 43px;
    padding: 0 10px;
  }
}

header .inner-wrapper .site-logo {
  line-height: 1;
}

header .inner-wrapper .site-logo img {
  width: 61px;
}

@media screen and (max-width: 960px) {
  header .inner-wrapper .site-logo img {
    width: 44px;
  }
}

header .inner-wrapper .sns-list {
  display: none;
}

@media screen and (max-width: 960px) {
  header .inner-wrapper .sns-list {
    position: absolute;
    right: 60px;
    top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 115px;
  }
}

/* header end */
.g-nav {
  position: relative;
  z-index: 20;
  /* .nav end */
}

@media screen and (max-width: 960px) {
  .g-nav {
    display: none;
  }
}

.g-nav .nav {
  display: flex;
  /* li end */
}

.g-nav .nav li {
  list-style: none;
  margin-right: 65px;
  position: relative;
  padding: 6px 0;
  /* ul end */
}

@media (max-width: 1140px) {
  .g-nav .nav li {
    margin-right: 45px;
  }
}

.g-nav .nav li:last-child {
  margin-right: 0;
}

.g-nav .nav li.drop:after {
  content: "";
  display: block;
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -7px;
  background-image: url(../img/common/arrow_t.png);
  background-size: 14px 8px;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
}

.g-nav .nav li.drop:hover:after {
  transform: scale(1, -1);
}

.g-nav .nav li.sns .row {
  width: 118px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-nav .nav li:hover > .inner, .g-nav .nav li > .inner:hover {
  visibility: visible;
  opacity: 1;
}

.g-nav .nav li a {
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
}

.g-nav .nav li:hover > a {
  color: #1ba2e6;
  opacity: 1;
}

.g-nav .nav li .inner {
  position: absolute;
  top: 0;
  left: 50%;
  padding-top: 58px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  transition: .2s ease-in-out;
  visibility: hidden;
}

.g-nav .nav li .inner:before {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1ba2e6 transparent;
}

.g-nav .nav li ul {
  background: #1ba2e6;
  padding: 0 10px;
}

.g-nav .nav li ul li {
  padding: 20px 25px;
  margin-right: 0;
  border-bottom: 1px dotted white;
}

.g-nav .nav li ul li:last-child {
  border: 0;
  margin: 0;
}

.g-nav .nav li ul li a {
  color: white;
  transition: .6s;
}

.g-nav .nav li ul li a:hover {
  opacity: 0.6;
}

.g-nav .nav li ul li:hover > a {
  color: white;
  background: #1ba2e6;
}

/* .g-nav end */
#menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 960px) {
  .slicknav_menu {
    display: block;
    order: 1;
  }
}

footer {
  background: #f6f9fb;
  padding: 50px 0;
  text-align: center;
  border-bottom: 20px solid #1ba2e6;
  position: relative;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 30px 20px 0;
    border: 0;
  }
}

footer h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

footer p {
  font-size: 12px;
}

footer p small {
  font-size: 10px;
}

footer .copy {
  display: none;
}

@media screen and (max-width: 960px) {
  footer .copy {
    margin: 30px -20px 0;
    background: #1ba2e6;
    padding: 12px 10px;
    color: white;
    display: block;
    font-size: 10px;
    text-align: left;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100;
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 960px) {
  .pagetop {
    height: 50px;
    width: 50px;
    right: 5px;
    bottom: 12px !important;
  }
}

.pagetop a {
  width: 60px;
  height: 60px;
  display: block;
}

@media screen and (max-width: 960px) {
  .pagetop a {
    height: 50px;
    width: 50px;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
}

.main-v-area {
  margin-top: 72px;
  position: relative;
  height: 675px;
}

@media screen and (max-width: 960px) {
  .main-v-area {
    height: 374px;
    margin-top: 43px;
  }
}

.main-v-area .intro-slide {
  background-image: url(../img/top/mv-bg.png);
  background-size: cover;
  height: 675px;
}

@media screen and (max-width: 960px) {
  .main-v-area .intro-slide {
    height: 374px;
    background-image: url(../img/top/mv-bg.png);
  }
}

.main-v-area h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 960px) {
  .main-v-area h2 {
    width: calc(100% - 40px);
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .main-v-area h2 img {
    width: 340px;
  }
}

@media (max-width: 360px) {
  .main-v-area h2 img {
    max-width: 300px;
    width: 100%;
  }
}

/* .main-v-area end */
.top .c-ttl {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.top .c-ttl span {
  display: inline-block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #1ba2e6;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .top .c-ttl span {
    font-size: 16px;
    letter-spacing: 3px;
  }
}

.top .news-area {
  margin: 107px auto 80px;
  max-width: 1140px;
  /* .list end */
}

@media screen and (max-width: 960px) {
  .top .news-area {
    margin: 60px auto;
    padding: 0 20px;
  }
}

@media (max-width: 360px) {
  .top .news-area .c-ttl img {
    width: 100%;
  }
}

.top .news-area .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .top .news-area .list {
    display: block;
  }
}

.top .news-area .list li {
  width: 210px;
  margin-right: 22px;
}

@media (max-width: 1140px) {
  .top .news-area .list li {
    width: 18.4%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 960px) {
  .top .news-area .list li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.top .news-area .list li:nth-child(5n) {
  margin-right: 0;
}

.top .news-area .list li a {
  color: black;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 960px) {
  .top .news-area .list li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.top .news-area .list li .thumb {
  margin-bottom: 8px;
  line-height: 1;
}

.thumb img{
  border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media (max-width: 1140px) {
  .top .news-area .list li .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .top .news-area .list li .thumb {
    margin: 0 15px 0 0;
    width: 105px;
  }
  .top .news-area .list li .thumb img {
    width: 105px;
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  .top .news-area .list li .txt-area {
    word-break: break-all;
    width: calc(100% - 120px);
  }
}

.top .news-area .list li .day {
  font-size: 12px;
  display: block;
}

.top .news-area .list li p {
  font-size: 14px;
  line-height: 1.7;
  font-feature-settings: "palt";
}

.top .news-area .btn {
  max-width: 360px;
  margin: 25px auto 0;
}

@media screen and (max-width: 960px) {
  .top .news-area .btn {
    width: 275px;
    margin: 30px auto 0;
  }
}

@media (max-width: 360px) {
  .top .news-area .btn {
    width: 100%;
  }
}

.top .news-area .btn a {
  background: #1ba2e6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
}

.top .news-area .btn a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
  margin-right: 14px;
}

/* .top .news-area end */
.top .overview-area {
  background-image: url(../img/top/overview-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  /* .row end */
}

@media screen and (max-width: 960px) {
  .top .overview-area {
    padding: 55px 20px;
  }
}

.top .overview-area .c-ttl span {
  color: white;
}

.top .overview-area .top-txt {
  max-width: 750px;
  margin: 45px auto 20px;
  font-size: 16px;
  color: white;
}

@media screen and (max-width: 960px) {
  .top .overview-area .top-txt {
    margin: 30px auto 17px;
  }
}

.top .overview-area .row {
  max-width: 750px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* .list1 end */
  /* .list2 end */
}

@media screen and (max-width: 960px) {
  .top .overview-area .row {
    display: block;
  }
}

.top .overview-area .row .list1 {
  width: 458px;
}

@media screen and (max-width: 960px) {
  .top .overview-area .row .list1 {
    width: 100%;
  }
}

.top .overview-area .row .list1 li {
  border-top: 1px dotted white;
  padding: 7px 0;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
}
.top .overview-area .row .list1 li a{
  color: white;
}
@media screen and (max-width: 960px) {
  .top .overview-area .row .list1 li {
    padding: 13px 0;
    line-height: 1.2;
  }
}

.top .overview-area .row .list1 li .cate {
  font-weight: bold;
  display: inline-block;
  width: 83px;
}

@media screen and (max-width: 960px) {
  .top .overview-area .row .list1 li .cate {
    width: 77px;
  }
}

.top .overview-area .row .list1 li p {
  word-break: break-all;
}

@media screen and (max-width: 960px) {
  .top .overview-area .row .list1 li p {
    width: calc(100% - 77px);
  }
}

.top .overview-area .row .list2 {
  width: 262px;
}

@media screen and (max-width: 960px) {
  .top .overview-area .row .list2 {
    width: 100%;
    margin-top: 10px;
  }
}

.top .overview-area .row .list2 li {
  margin-bottom: 10px;
}

.top .overview-area .row .list2 li:last-child {
  margin-bottom: 0;
}
.top .overview-area .row .list2 li a {
  background: white;
  border-radius: 5px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
/*
.top .overview-area .row .list2 li a {
  background: white;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: black;
  text-decoration: none;
}
*/
.top .overview-area .row .list2 li a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1ba2e6;
  border-right: 1px solid #1ba2e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top .overview-area .row .list2 li a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/pdf.png);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  width: 18px;
  height: 21px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}

.top .overview-area .row .list2 li.xls a:after {
  background-image: url(../img/common/xls.png);
}

/* .top .overview-area end */
.top .feature-area {
  padding: 100px 0;
  /* .list end */
}

@media screen and (max-width: 960px) {
  .top .overview-area .row .list2 li a {
    height: 60px;
  }
  .top .feature-area {
    padding: 50px 20px;
  }
}

@media (max-width: 360px) {
  .top .feature-area .c-ttl img {
    width: 100%;
  }
}

.top .feature-area .top-txt {
  text-align: center;
}

.top .feature-area .list {
  max-width: 1140px;
  margin: 35px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .top .feature-area .list {
    margin: 40px auto 0;
  }
}

.top .feature-area .list li {
  width: 360px;
  margin: 0 30px 40px 0;
}

@media (max-width: 1140px) {
  .top .feature-area .list li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
}

@media screen and (max-width: 960px) {
  .top .feature-area .list li {
    width: 100%;
    margin: 0 0 40px;
  }
  .top .feature-area .list li:last-child {
    margin-bottom: 0;
  }
}

.top .feature-area .list li .point {
  margin-bottom: 10px;
  line-height: 1;
}

@media (max-width: 1140px) {
  .top .feature-area .list li .point img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .top .feature-area .list li .point {
    max-width: 375px;
    margin: 0 auto 10px;
  }
  .top .feature-area .list li .point img {
    width: 100%;
  }
}

.top .feature-area .list li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #1ba2e6;
}

@media screen and (max-width: 960px) {
  .top .feature-area .list li h3 {
    line-height: 1.3;
  }
}

.top .feature-area .list li p {
  font-size: 14px;
}

.top .feature-area .list li:nth-child(3n) {
  margin-right: 0;
}

/* .top .feature-area end */
.top .seek-area {
  padding: 100px 0;
  background-image: url(../img/top/seek-r-bg.png);
  background-repeat: repeat;
  /* .row end */
}

@media screen and (max-width: 960px) {
  .top .seek-area {
    padding: 70px 20px;
    background-image: url(../img/top/seek-r-bg-sp.png);
    background-size: 10px;
    -webkit-background-size: 10px;
    -moz-background-size: 10px;
  }
}

@media screen and (max-width: 960px) {
  .top .seek-area .c-ttl span {
    bottom: -2px;
  }
}

.top .seek-area .row {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* .photo-area end */
}

@media screen and (max-width: 960px) {
  .top .seek-area .row {
    flex-wrap: wrap;
  }
}

.top .seek-area .row.mb {
  margin-bottom: 65px;
}

.top .seek-area .row .detail-area {
  max-width: 848px;
  /* .flow end */
}

@media (max-width: 1140px) {
  .top .seek-area .row .detail-area {
    width: calc(100% - 282px);
  }
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area {
    order: 1;
    width: 100%;
  }
}

.top .seek-area .row .detail-area h3 {
  color: #1ba2e6;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 3px solid #1ba2e6;
  line-height: 1;
}

.top .seek-area .row .detail-area h3:before {
  content: "";
  background-image: url(../img/top/seek-deco.png);
  background-size: 32px 18px;
  background-repeat: no-repeat;
  width: 32px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.top .seek-area .row .detail-area table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area table {
    margin-top: 22px;
  }
}

.top .seek-area .row .detail-area table th {
  font-weight: bold;
  line-height: 1.5;
  padding: 13px 0;
  width: 100px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area table th {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    line-height: 1;
    margin-bottom: 7px;
  }
}

.top .seek-area .row .detail-area table td {
  line-height: 1.5;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area table td {
    width: 100%;
    display: block;
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area table tr:last-child td {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.top .seek-area .row .detail-area .flow {
  display: flex;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow {
    display: block;
    margin-top: 17px;
  }
}

.top .seek-area .row .detail-area .flow li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: white;
  background: #55bbee;
  width: 25%;
  height: 60px;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li {
    width: 100%;
  }
}

.top .seek-area .row .detail-area .flow li p {
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li p {
    padding-top: 25px;
  }
}

.top .seek-area .row .detail-area .flow li span {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li span {
    display: inline-block;
    margin-right: 17px;
  }
}

.top .seek-area .row .detail-area .flow li:nth-child(odd):after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #55bbee;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:nth-child(odd):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
    border-color: #55bbee transparent transparent transparent;
    right: 0;
    top: inherit;
    bottom: -15px;
  }
}

.top .seek-area .row .detail-area .flow li:nth-child(even) {
  background: #1ba2e6;
}

.top .seek-area .row .detail-area .flow li:nth-child(even):after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #1ba2e6;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:nth-child(even):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
    border-color: #1ba2e6 transparent transparent transparent;
    right: 0;
    top: inherit;
    bottom: -15px;
  }
}

.top .seek-area .row .detail-area .flow li:first-child {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:first-child {
    border-radius: 5px 5px 0 0;
    height: 40px;
  }
}

.top .seek-area .row .detail-area .flow li:last-child {
  color: #ffff00;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:last-child {
    border-radius: 0 0 5px 5px;
    height: 70px;
  }
}

.top .seek-area .row .detail-area .flow li:last-child:after {
  content: none;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:nth-child(1) p {
    padding-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .detail-area .flow li:nth-child(4) p {
    padding-top: 10px;
  }
}

.top .seek-area .row .photo-area {
  width: 262px;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .photo-area {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .photo-area ul {
    display: flex;
    justify-content: space-between;
  }
}

.top .seek-area .row .photo-area ul li {
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .top .seek-area .row .photo-area ul li {
    width: 32%;
    margin-bottom: 0;
  }
  .top .seek-area .row .photo-area ul li img {
    width: 100%;
  }
}

/* .top .seek-area end */
.top .navigator-area {
  padding: 190px 0 75px;
  /* .row end */
}

@media screen and (max-width: 960px) {
  .top .navigator-area {
    padding: 70px 20px 55px;
  }
}

@media (max-width: 360px) {
  .top .navigator-area .c-ttl img {
    width: 100%;
  }
}

.top .navigator-area .row {
  display: flex;
  max-width: 1140px;
  margin: auto;
  /* .moriwaki end */
  /* .com-area end */
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row {
    display: block;
  }
}

.top .navigator-area .row .moriwaki {
  width: 262px;
  line-height: 1;
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .moriwaki {
    width: 100%;
    max-width: 262px;
    margin: 0 auto 25px;
    box-sizing: border-box;
    padding: 0 27px;
  }
  .top .navigator-area .row .moriwaki img {
    width: 100%;
  }
}

.top .navigator-area .row .moriwaki p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .moriwaki p {
    text-align: center;
  }
}

.top .navigator-area .row .com-area {
  max-width: 847px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area {
    text-align: center;
  }
}

.top .navigator-area .row .com-area .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 30px 15px;
  padding: 10px;
  min-width: 120px;
  max-width: 555px;
  line-height: 1.5;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #1ba2e6;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Kosugi Maru', sans-serif;
}

@media (max-width: 1140px) {
  .top .navigator-area .row .com-area .balloon {
    width: calc(100% - 292px);
  }
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .balloon {
    margin: auto;
    width: 100%;
    text-align: left;
  }
}

.top .navigator-area .row .com-area .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .balloon:before {
    top: -11px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
  }
}

.top .navigator-area .row .com-area .balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #1ba2e6;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .balloon:after {
    top: -15px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #1ba2e6;
  }
}

.top .navigator-area .row .com-area .thumb {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .thumb {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 20px 0;
    text-align: center;
  }
  .top .navigator-area .row .com-area .thumb img {
    max-width: 385px;
    width: 100%;
  }
}

.top .navigator-area .row .com-area .profile-area {
  padding-left: 15px;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .profile-area {
    padding: 0;
  }
}

.top .navigator-area .row .com-area .profile-area h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .profile-area h3 {
    text-align: left;
  }
}

.top .navigator-area .row .com-area .profile-area p {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .top .navigator-area .row .com-area .profile-area p {
    text-align: left;
  }
}

.top .faq-area {
  padding: 100px 0;
  background-image: url(../img/top/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #1ba2e6;
}

@media screen and (max-width: 960px) {
  .top .faq-area {
    padding: 60px 20px 50px;
  }
}

.top .faq-area .c-ttl span {
  color: white;
}

.top .faq-area .accordion-container {
  position: relative;
  width: 750px;
  margin: auto;
  /* .title end */
}

@media screen and (max-width: 960px) {
  .top .faq-area .accordion-container {
    width: 100%;
  }
}

.top .faq-area .accordion-container li {
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .top .faq-area .accordion-container li {
    margin-bottom: 17px;
  }
}

.top .faq-area .accordion-container .title {
  position: relative;
  cursor: pointer;
  display: flex;
  border-radius: 5px;
  width: 100%;
  background: white;
  padding-right: 30px;
}

.top .faq-area .accordion-container .title span {
  padding: 10px;
  display: flex;
  align-items: center;
}

.top .faq-area .accordion-container .title span.num {
  background: #ffff00;
  justify-content: center;
  width: 44px;
  border-radius: 5px 0 0 5px;
  color: #1ba2e6;
  font-weight: bold;
}

.top .faq-area .accordion-container .title span.ttl {
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .top .faq-area .accordion-container .title span.ttl {
    line-height: 1.3;
  }
}

.top .faq-area .accordion-container .title:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #1ba2e6;
  border-right: 2px solid #1ba2e6;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -12px;
}

.top .faq-area .accordion-container .title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.top .faq-area .accordion-container .content {
  display: none;
  padding-bottom: 15px;
}

.top .faq-area .accordion-container .content .ans {
  padding: 10px 0;
  width: 50px;
  text-align: center;
  color: yellow;
  font-weight: bold;
  float: left;
}

.top .faq-area .accordion-container .content .txt {
  color: white;
  font-size: 14px;
  padding: 10px 0;
  float: right;
  width: calc(100% - 50px);
  /* table end */
}

.top .faq-area .accordion-container .content .txt a {
  color: yellow;
}

.top .faq-area .accordion-container .content .txt table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.top .faq-area .accordion-container .content .txt table th {
  border: 1px solid white;
  padding: 25px 20px;
  color: white;
  text-align: center;
  background: #1ba2e6;
  width: 21%;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .top .faq-area .accordion-container .content .txt table th {
    width: 20%;
  }
}

.top .faq-area .accordion-container .content .txt table td {
  border: 1px solid white;
  padding: 25px 20px;
  color: white;
  text-align: center;
  background: #1ba2e6;
  word-break: break-all;
}

.top .faq-area .accordion-container .content .txt table tr th:first-child {
  width: 16%;
}

@media screen and (max-width: 960px) {
  .top .faq-area .accordion-container .content .txt table tr th:first-child {
    width: 20%;
  }
  .top .faq-area .accordion-container .content .txt table th,
  .top .faq-area .accordion-container .content .txt table td {
    padding: 5px 2px;
    font-size: 12px;
  }
}

/* .top .faq-area end */
.top .sponsor-area {
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  .top .sponsor-area {
    padding: 60px 20px;
  }
}

.top .sponsor-area .c-ttl {
  margin-bottom: 60px;
}

@media (max-width: 360px) {
  .top .sponsor-area .c-ttl img {
    width: 100%;
  }
}

.top .sponsor-area .top-nav {
  text-align: center;
  margin-bottom: 40px;
}

.top .sponsor-area .top-nav a {
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .top .sponsor-area .top-nav a {
    line-height: 2;
  }
}

.top .sponsor-area .top-nav span {
  margin: 0 5px;
  display: inline-block;
}

.top .sponsor-area .num {
  margin: 0 auto 50px;
  max-width: 1140px;
}

.top .sponsor-area .num h3 {
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .top .sponsor-area .num h3 {
    margin-bottom: 8px;
  }
}

.top .sponsor-area .num .nav {
  font-size: 14px;
}

.top .sponsor-area .num .nav a {
  font-size: 14px;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .top .sponsor-area .num .nav a {
    line-height: 2;
  }
}

.top .sponsor-area .num .nav span {
  margin: 0 4px;
  display: inline-block;
}

.top .sponsor-area .num .nav p {
  display: inline-block;
  font-size: 14px;
}

.top .sponsor-area .fb-area {
  max-width: 500px;
  text-align: center;
  margin: 100px auto 0;
}

@media screen and (max-width: 960px) {
  .top .sponsor-area .fb-area {
    margin: 50px auto 0;
  }
}

/* .top .sponsor-area end */
.lower {
  padding-top: 140px;
  /* .title-wrapper end */
  /* .sec-ttl end */
  /* .com-ttl end */
}

@media screen and (max-width: 960px) {
  .lower {
    padding-top: 75px;
  }
}

.lower .title-wrapper {
  width: 100%;
  position: relative;
  height: 62px;
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .lower .title-wrapper {
    margin-bottom: 30px;
  }
}

.lower .title-wrapper:before {
  width: calc(50% - 194px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background: #1ba2e6;
}

.lower .title-wrapper:after {
  width: calc(50% - 193px);
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  background: #1ba2e6;
}

.lower .title-wrapper h2 {
  width: 392px;
  height: 62px;
  margin: auto;
  background: url(../img/common/page-ttl-bg.png) no-repeat scroll center top;
  text-align: center;
  padding-top: 5px;
  line-height: 1;
}

@media (max-width: 400px) {
  .lower .title-wrapper h2 {
    padding-top: 0;
    width: 100%;
    background: none;
  }
}

.lower .title-wrapper h2 img.sp-s {
  display: none;
}

@media (max-width: 400px) {
  .lower .title-wrapper h2 img.sp-s {
    display: block;
    width: 100%;
    line-height: 1;
  }
}

@media (max-width: 400px) {
  .lower .title-wrapper h2 img.pc-s {
    display: none;
  }
}

.lower .title-wrapper h2 span {
  display: block;
  color: #1ba2e6;
  font-size: 18px;
  margin-top: 8px;
}

@media (max-width: 400px) {
  .lower .title-wrapper h2 span {
    display: none;
  }
}

.lower .content-wrapper {
  max-width: 1140px;
  margin: auto;
}

@media (max-width: 1140px) {
  .lower .content-wrapper {
    padding: 0 20px;
  }
}

.lower .sec-ttl {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  color: #1ba2e6;
  font-weight: bold;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 360px) {
  .lower .sec-ttl {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

@media (max-width: 330px) {
  .lower .sec-ttl {
    font-size: 17px;
  }
}

.lower .sec-ttl span {
  display: block;
}

.lower .sec-ttl small {
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  .lower .sec-ttl small {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .lower .sec-ttl small {
    font-size: 14px;
  }
}

.lower .sec-ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ttl-deco-large-L.png);
  background-repeat: no-repeat;
  background-size: 46px 62px;
  width: 46px;
  height: 62px;
  margin-right: 22px;
}

.lower .sec-ttl:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ttl-deco-large-R.png);
  background-repeat: no-repeat;
  background-size: 46px 62px;
  width: 46px;
  height: 62px;
  margin-left: 22px;
}

.lower .com-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #1ba2e6;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 25px;
  border-bottom: 3px solid #1ba2e6;
}

.lower .com-ttl:before {
  content: "";
  background-image: url(../img/common/ttl-deco.png);
  background-repeat: no-repeat;
  background-size: 32px 18px;
  margin-right: 15px;
  width: 32px;
  height: 18px;
  display: inline-block;
}

.lower.result {
  padding-bottom: 100px;
}

.lower.result .list {
  max-width: 1140px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media (max-width: 1140px) {
  .lower.result .list {
    padding: 0 20px 60px;
  }
}

@media screen and (max-width: 960px) {
  .lower.result {
    padding-bottom: 50px;
  }
  .lower.result .list {
    padding: 0 20px 50px;
  }
}

.lower.result .list li {
  width: 360px;
  margin: 0 30px 40px 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .lower.result .list li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
}

@media screen and (max-width: 960px) {
  .lower.result .list li {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
}

.lower.result .list li:nth-child(3n) {
  margin-right: 0;
}

.lower.result .list li a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .lower.result .list li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.lower.result .list li .thumb {
  margin-bottom: 15px;
  line-height: 1;
  max-width: 360px;
}

@media (max-width: 1140px) {
  .lower.result .list li .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lower.result .list li .thumb {
    margin: 0 15px 0 0;
    width: 160px;
  }
}

.lower.result .list li .thumb img {
  width: 100%;
  height: auto;
}

.lower.result .list li .day {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
}

.lower.result .list li p {
  font-size: 18px;
  font-weight: bold;
}

/* .lower.result end */
.lower.run {
  padding-bottom: 100px;
}

.lower.run figure.main-img {
  max-width: 1140px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .lower.run {
    padding-bottom: 50px;
  }
  .lower.run figure.main-img {
    margin: 0 -20px 30px;
  }
}

.lower.run figure.main-img img {
  width: 100%;
  height: auto;
}

.lower.run .list1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lower.run .list1 li {
  width: 554px;
  margin-bottom: 45px;
}

@media screen and (max-width: 960px) {
  .lower.run .list1 li {
    margin-bottom: 35px;
    width: 100%;
  }
}

.lower.run .list1 li h3 {
  color: #1ba2e6;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #1ba2e6;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 15px;
}

.lower.run .list1 li h3:before {
  display: inline-block;
  content: "";
  background-image: url(../img/common/ttl-deco.png);
  background-repeat: no-repeat;
  background-size: 32px 18px;
  width: 32px;
  height: 18px;
  margin-right: 15px;
}

.lower.run .list1 li p {
  line-height: 2;
}

.lower.run .entry-area {
  width: 750px;
  margin: 0 auto 85px;
  padding: 35px 0;
  text-align: center;
  border: 3px solid #1ba2e6;
  background: white;
}

@media screen and (max-width: 960px) {
  .lower.run .entry-area {
    width: auto;
    margin: 0 0 50px;
    padding: 23px 17px;
  }
}

.lower.run .entry-area h3 {
  color: #1ba2e6;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}

.lower.run .entry-area .btn {
  background: #1ba2e6;
  margin: 20px auto 0;
  border-radius: 5px;
  width: 360px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .lower.run .entry-area .btn {
    width: 100%;
  }
}

.lower.run .list {
  max-width: 1140px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .lower.run .list {
    padding: 0 0 30px;
  }
}

.lower.run .list li {
  width: 360px;
  margin: 0 30px 40px 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .lower.run .list li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
}

@media screen and (max-width: 960px) {
  .lower.run .list li {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
}

.lower.run .list li:nth-child(3n) {
  margin-right: 0;
}

.lower.run .list li a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .lower.run .list li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.lower.run .list li .thumb {
  margin-bottom: 15px;
  line-height: 1;
  max-width: 360px;
}

@media (max-width: 1140px) {
  .lower.run .list li .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lower.run .list li .thumb {
    margin: 0 15px 0 0;
    width: 160px;
  }
}

.lower.run .list li .thumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .lower.run .list li .txt-area {
    word-break: break-all;
    width: calc(100% - 175px);
  }
}

.lower.run .list li .day {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
}

.lower.run .list li p {
  font-size: 18px;
  font-weight: bold;
}

/* .lower.run end */
.lower.memorialrun .entry-area .remarks {
  text-align: left;
  padding: 20px 20px 0;
  margin-bottom: -10px;
}

@media screen and (max-width: 960px) {
  .lower.memorialrun .entry-area .remarks {
    padding: 20px 0 0;
  }
}

.lower.memorialrun .entry-area .remarks h4 {
  font-weight: bold;
}

.lower.memorialrun .entry-area .remarks p {
  line-height: 2;
  font-size: 14px;
  color: #282828;
}

/* .lower.memorialrun end */
.lower.entry {
  /* .flow end */
  /* .sec end */
  /* .sec1 end */
  /* .sec2 end */
  /* .sec4 end */
  /* .sec5 end */
  /* .sec7 end */
}

.lower.entry .content-wrapper {
  max-width: 945px;
  margin: auto;
}

.lower.entry .flow-ttl {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.lower.entry .flow {
  display: flex;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow {
    display: block;
    margin-top: 17px;
  }
}

.lower.entry .flow li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: white;
  background: #55bbee;
  width: 25%;
  height: 82px;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li {
    width: 100%;
    height: auto;
  }
}

.lower.entry .flow li p {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li p {
    padding-top: 25px;
  }
}

.lower.entry .flow li span {
  font-weight: bold;
  display: block;
}

.lower.entry .flow li small {
  display: block;
  font-size: 12px;
}

.lower.entry .flow li:nth-child(odd):after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 41px 20px;
  border-color: transparent transparent transparent #55bbee;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:nth-child(odd):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
    border-color: #55bbee transparent transparent transparent;
    right: 0;
    top: inherit;
    bottom: -15px;
  }
}

.lower.entry .flow li:nth-child(even) {
  background: #1ba2e6;
}

.lower.entry .flow li:nth-child(even):after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 41px 20px;
  border-color: transparent transparent transparent #1ba2e6;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:nth-child(even):after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px calc(50vw - 20px) 0 calc(50vw - 20px);
    border-color: #1ba2e6 transparent transparent transparent;
    right: 0;
    top: inherit;
    bottom: -15px;
  }
}

.lower.entry .flow li:first-child {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:first-child {
    border-radius: 5px 5px 0 0;
    height: 50px;
    padding-top: 5px;
  }
}

.lower.entry .flow li:last-child {
  color: #ffff00;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:last-child {
    border-radius: 0 0 5px 5px;
    height: 75px;
    padding-top: 5px;
  }
}

.lower.entry .flow li:last-child:after {
  content: none;
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:nth-child(1) p {
    padding-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .lower.entry .flow li:nth-child(4) p {
    padding-top: 10px;
  }
}

.lower.entry .remarks-area {
  line-height: 1.5;
  margin: 15px 0 35px;
}

.lower.entry .remarks-area .att {
  color: #ff6600;
}

.lower.entry .sec {
  background: white;
  border: 1px solid #1ba2e6;
  padding: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec {
    margin-bottom: 20px;
  }
}

.lower.entry .sec .base-ttl {
  color: #1ba2e6;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec .base-ttl {
    line-height: 1.3;
  }
}

.lower.entry .sec .att {
  color: #ff6600;
}

.lower.entry .sec p {
  line-height: 1.5;
}

.lower.entry .sec1 {
  /* .list end */
}

.lower.entry .sec1 .list {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 20px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec1 .list {
    display: block;
    margin: 20px 0;
  }
}

.lower.entry .sec1 .list li {
  width: 31.5%;
  border: 1px solid #1ba2e6;
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec1 .list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.lower.entry .sec1 .list li .logo {
  margin-bottom: 15px;
}

.lower.entry .sec1 .list li .num {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.lower.entry .sec1 .list li p {
  letter-spacing: -0.5px;
  line-height: 1.5;
}

.lower.entry .sec2 .row {
  display: flex;
  margin-top: 25px;
  padding-left: 15px;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec2 .row {
    display: block;
    margin-top: 15px;
    padding-left: 0;
  }
}

.lower.entry .sec2 .row .logo {
  margin-right: 50px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec2 .row .logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.lower.entry .sec3 {
  /* .fax end */
}

.lower.entry .sec3 .row {
  display: flex;
  margin-top: 25px;
  padding-left: 15px;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec3 .row {
    display: block;
    margin-top: 15px;
    padding-left: 0;
  }
}

.lower.entry .sec3 .row .logo {
  margin-right: 50px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec3 .row .logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.lower.entry .sec3 .fax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec3 .fax {
    display: block;
    margin-top: 20px;
    padding-bottom: 0;
  }
}

.lower.entry .sec3 .fax li {
  width: 360px;
  height: 60px;
  margin: 0 15px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec3 .fax li {
    width: 100%;
    margin: 0 0 10px;
  }
  .lower.entry .sec3 .fax li:last-child {
    margin-bottom: 0;
  }
}

.lower.entry .sec3 .fax li a {
  background: #1ba2e6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  padding-top: 2px;
  height: 100%;
  font-weight: bold;
  border-radius: 5px;
}

@media (max-width: 330px) {
  .lower.entry .sec3 .fax li a {
    font-size: 16px;
    padding-top: 0;
  }
}

.lower.entry .sec3 .fax li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media (max-width: 330px) {
  .lower.entry .sec3 .fax li a:before {
    top: 0px;
    margin-right: 10px;
  }
}

.lower.entry .sec3 .fax li a:after {
  content: "";
  width: 18px;
  height: 21px;
  background-image: url(../img/common/pdf.png);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

@media (max-width: 330px) {
  .lower.entry .sec3 .fax li a:after {
    top: 0px;
    margin-left: 3px;
  }
}

.lower.entry .sec4 {
  /* .row end */
}

.lower.entry .sec4 .row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec4 .row {
    display: block;
    margin-top: 10px;
  }
}

/*
.lower.entry .sec4 .row .num {
  border: 1px solid #1ba2e6;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  width: calc(50% - 10px);
}
*/
.lower.entry .sec4 .row .num {
  border: 1px solid #1ba2e6;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  width: calc(100%);
}

@media screen and (max-width: 960px) {
  .lower.entry .sec4 .row .num {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
}

.lower.entry .sec4 .row .num h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec4 .row .num h4 {
    line-height: 1.3;
  }
}

.lower.entry .sec4 .row .num .btn {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
}

.lower.entry .sec4 .row .num .btn:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1ba2e6;
  border-right: 1px solid #1ba2e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.lower.entry .sec5 small, .lower.entry .sec6 small {
  font-size: 14px;
}

.lower.entry .sec7 {
  margin-bottom: 70px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec7 {
    margin-bottom: 50px;
  }
}

.lower.entry .sec7 .tel {
  margin: 20px auto 15px;
  width: 360px;
  height: 60px;
  display: table;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec7 .tel {
    width: 100%;
    margin-bottom: 0;
  }
}

.lower.entry .sec7 .tel a {
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background: #1ba2e6;
  border-radius: 5px;
}


.lower.entry .sec8 {
  /* .list end */
}

.lower.entry .sec8 .list {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 20px;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec8 .list {
    display: block;
    margin: 20px 0;
  }
}

.lower.entry .sec8 .list li {
  width: 49%;
  border: 1px solid #1ba2e6;
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lower.entry .sec8 .list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lower.entry .sec8 .list li .num {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.lower.entry .sec8 .list li p {
  letter-spacing: -0.5px;
  line-height: 1.5;
}


.lower.entry #jogging, .lower.entry #vi {
  margin-top: -72px;
  padding-top: 72px;
}

/* .lower.entry end */
.lower.course {
  padding-bottom: 115px;
  /* .row end */
}

@media screen and (max-width: 960px) {
  .lower.course {
    padding-bottom: 50px;
  }
}

.lower.course .row {
  display: flex;
  justify-content: space-between;
  /* .course-area end */
  /* .access-area end */
}

@media screen and (max-width: 960px) {
  .lower.course .row {
    display: block;
  }
}

.lower.course .row .course-area {
  width: 554px;
}

@media (max-width: 1140px) {
  .lower.course .row .course-area {
    width: 49%;
  }
}

@media screen and (max-width: 960px) {
  .lower.course .row .course-area {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .lower.course .row .course-area .map {
    text-align: center;
  }
}

.lower.course .row .course-area .map img {
  display: inline-block;
}

@media (max-width: 1140px) {
  .lower.course .row .course-area .map img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lower.course .row .course-area .map img {
    width: 100%;
    max-width: 375px;
  }
}

.lower.course .row .course-area .map figcaption {
  margin-top: 25px;
  color: #282828;
}

@media screen and (max-width: 960px) {
  .lower.course .row .course-area .map figcaption {
    margin-top: 15px;
    text-align: left;
  }
}

.lower.course .row .access-area {
  width: 554px;
  /* table end */
}

@media (max-width: 1140px) {
  .lower.course .row .access-area {
    width: 49%;
  }
}

@media screen and (max-width: 960px) {
  .lower.course .row .access-area {
    width: 100%;
  }
}

.lower.course .row .access-area h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.lower.course .row .access-area .flow {
  margin-bottom: 20px;
}

@media (max-width: 1140px) {
  .lower.course .row .access-area .flow img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lower.course .row .access-area .flow {
    text-align: center;
  }
  .lower.course .row .access-area .flow img {
    width: 100%;
    max-width: 334px;
  }
}

.lower.course .row .access-area table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.lower.course .row .access-area table th {
  background: #ebf4f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-left: 0;
  box-sizing: border-box;
  width: 128px;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .lower.course .row .access-area table th {
    padding: 15px 10px;
    width: 105px;
  }
}

.lower.course .row .access-area table td {
  padding: 15px;
  border: 1px solid #ddd;
  border-right: 0;
}

@media screen and (max-width: 960px) {
  .lower.course .row .access-area .map {
    text-align: center;
  }
  .lower.course .row .access-area .map img {
    width: 100%;
    max-width: 307px;
  }
}


.lower.course .row .access-area .maplink {
  width: 310px;
  height: 60px;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .lower.course .row .access-area .maplink {
    width: 100%;
  }
}

.lower.course .row .access-area .maplink a {
  background: #1ba2e6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  padding-top: 2px;
  height: 100%;
  font-weight: bold;
  border-radius: 5px;
}

@media (max-width: 330px) {
  .lower.course .row .access-area .maplink a {
    font-size: 16px;
    padding-top: 0;
  }
}

.lower.course .row .access-area .maplink a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media (max-width: 330px) {
  .lower.course .row .access-area .maplink a:before {
    top: 0px;
    margin-right: 10px;
  }
}


/* .lower.course end */
.lower.news {
  padding-bottom: 100px;
  /* .accordion-container .wrap end */
  /* .list end */
  /* .page-nav end */
}

@media screen and (max-width: 960px) {
  .lower.news {
    padding-bottom: 50px;
  }
}

.lower.news .accordion-container .wrap {
  margin-bottom: 30px;
  /* .title end */
}

.lower.news .accordion-container .wrap .title {
  background: #1ba2e6;
  padding: 23px 0 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 22px;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 1;
}

@media (max-width: 380px) {
  .lower.news .accordion-container .wrap .title {
    font-size: 19px;
  }
}

@media (max-width: 330px) {
  .lower.news .accordion-container .wrap .title {
    padding-right: 20px;
  }
}

.lower.news .accordion-container .wrap .title:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -15px;
  position: absolute;
  right: 20px;
  top: 50%;
}

@media (max-width: 380px) {
  .lower.news .accordion-container .wrap .title:after {
    width: 15px;
    height: 15px;
    margin-top: -11px;
  }
}

.lower.news .accordion-container .wrap .title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}

@media (max-width: 380px) {
  .lower.news .accordion-container .wrap .title.open:after {
    margin-top: -3px;
  }
}

.lower.news .accordion-container .wrap .content {
  display: none;
  /* .nav-list end */
}

.lower.news .accordion-container .wrap .content .nav-list li {
  border-bottom: 1px dotted white;
}

.lower.news .accordion-container .wrap .content .nav-list li a {
  background: #1782b8;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 23px 0 20px;
  line-height: 1;
  color: white;
  text-decoration: none;
}

@media (max-width: 380px) {
  .lower.news .accordion-container .wrap .content .nav-list li a {
    font-size: 19px;
  }
}

.lower.news .accordion-container .wrap .content .nav-list li a:before {
  width: 16px;
  height: 16px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 380px) {
  .lower.news .accordion-container .wrap .content .nav-list li a:before {
    width: 13px;
    height: 13px;
  }
}

.lower.news .list {
  max-width: 1140px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .lower.news .list {
    padding-bottom: 10px;
  }
}

.lower.news .list li {
  width: 360px;
  margin: 0 30px 40px 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .lower.news .list li {
    width: 32%;
    margin: 0 2% 4% 0;
  }
}

@media screen and (max-width: 960px) {
  .lower.news .list li {
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
  }
}

.lower.news .list li:nth-child(3n) {
  margin-right: 0;
}

.lower.news .list li a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .lower.news .list li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

.lower.news .list li .thumb {
  margin-bottom: 10px;
  line-height: 1;
  max-width: 360px;
}

@media screen and (max-width: 960px) {
  .lower.news .list li .thumb {
    margin: 0 15px 0 0;
    width: 105px;
  }
}

.lower.news .list li .thumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .lower.news .list li .txt-area {
    word-break: break-all;
    width: calc(100% - 120px);
  }
}

.lower.news .list li .day {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  text-align: left;
}

.lower.news .list li p {
  font-size: 18px;
  text-align: left;
}

.page-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-nav li {
  margin: 0 2px;
}

.page-nav li a {
  background: white;
  border: 1px solid #1ba2e6;
  border-radius: 50%;
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  width: 54px;
  height: 54px;
}

.page-nav .current {
  background: #1ba2e6;
  color: white;
  border: 1px solid #1ba2e6;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  width: 54px;
  height: 54px;
}

@media screen and (max-width: 960px) {
  .page-nav li a,
  .page-nav .current {
    width: 43px;
    height: 43px;
    font-size: 16px;
  }
}


/* .lower.news end */
.lower.single .content-wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .lower.single .content-wrapper {
    padding-bottom: 50px;
  }
}

