@charset "UTF-8";
@media only screen and (max-width: 1300px) {
  .content-wrp {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1120px) {
  .footer>ul>li {
    flex: 0 0 calc(100%/3);
    padding-right: 30px;
  }

  .footer .sns {
    /* width: 100px; */
  }

  .game .schedule {
    padding: 30px 10px 0 10px;
  }

  .game .schedule ul.schedule-wrp li .schedule-left ul li dl dd {
    padding-left: 10px;
  }

  .game .schedule ul.schedule-wrp li .schedule-right ul li dl dd a {
    font-family: 'Noto Sans Japanese', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    display: block;
    float: right;
    background-color: #17a3f6;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0px 5px;
    margin-top: 0px;
    margin-right: 5px;
    font-size: 7px;
  }

  .game .top-content-01 .result .result-inner .left-team p, .top-content-01 .result .result-inner .right-team p {
    font-size: 14px;
    line-height: 24px;
  }

  .game .content-01-bg {
    padding: 60px 0;
  }

  .game .top-content-01 .result .result-inner .score p {
    font-size: 44px;
  }

  .game .top-content-01 .result .result-inner .score p span {
    font-size: 44px;
  }

  .top-main .main-btn {
    bottom: 12%;
  }

  .top-main .notice-btn {
    bottom: 2%;
  }


  .about .activity .activity-txt {
    padding: 20px;
  }

  .about .slogan-inner .slogan-name p {
    font-family: 'Noto Sans Japanese', sans-serif;
    float: right;
    font-size: 11px;
    line-height: 24px;
    color: #182333;
    margin-left: 0px;
  }

  .about .slogan-inner .slogan-name h5 {
    background: no-repeat left url("../../assets/img/parts/logo.png");
    background-size: 100px;
    padding: 40px 0;
    padding-left: 110px;
    font-size: 24px;
    font-weight: 400;
    color: #083b87;
    float: left;
  }

  .about .slogan-inner .slogan-name h5 span {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .about .philosophy .philosophy-head
  {
    padding: 190px 0;
  }
  .about .philosophy .philosophy-head h4 span
  {
    font-weight: inherit;

    display: block;
  }
  .about .philosophy .philosophy-logo {
    width: 120px;
  }
  .about .philosophy .philosophy-main dl dt {
    font-size: 36px;
    padding-right: 0;
  }
  .about .philosophy .philosophy-main dl dd {
    flex: none;
    margin-top: 10px;
    width: 100%;
  }
  .about .philosophy .philosophy-main .philosophy-figure {
    padding: 0;
  }

  .about .about-nav ul li img {
    width: 90px;
  }
  .about .about-nav ul li p {
    font-size: 13px;
    margin-left: 10px;
  }

  .target-list .target-btn .target-txt p {
    font-size: 65px;
  }

  .target-list .target-btn .target-txt p span {
    font-size: 23px;
  }

  .contact .contact-inner {
    width: auto;
  }

  .play-detail .play-wrp .play-left {
    width: 48%;
  }

  .play-detail .play-wrp .play-right {
    width: 48%;
  }

  .play-detail .play-wrp .play-right .play-title h4 {
    padding-top: 10px;
    margin-left: 10px;
    line-height: 45px;
  }

  /* ヘッダー
  ----------------------------------------------------------------*/
  .head-wrp .head {
    display: none;
  }

  .open-btn {
    display: block;
    position: fixed;
    right: 0;
    width: 120px;
    z-index: 10000;
    background-color: #083b87;
  }

  .open-btn dt .sp-icon {
    width: 42px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .open-btn dd {
    display: none;
    background: linear-gradient(145deg, #0e64ce, #17a6f8);
  }

  .open-btn dd ul {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }

  .open-btn dd ul li {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  }

  .open-btn dd ul li a {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: block;
  }

  .open-btn dd ul li:last-child {
    border: none;
  }

  .bx-wrapper {
    z-index: -100;
  }

  /*  ハンバーガーメニューの設定
  ---------------------------------------------- */
  body {
    position: relative;
    left: 0;
  }

  .button-wrp {
    background: linear-gradient(90deg, #0e64ce, #17a6f8);
    position: relative;
    display: block;
    height: 40px;
  }

  #button {
    display: block;
    position: absolute;
    right: 47px;
    top: 13px;
    height: 25px;
  }

  #button span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #button {
    width: 21px;
    margin: 0 auto;
  }

  #button span:nth-child(1) {
    top: 0;
  }

  #button span:nth-child(2) {
    top: 5px;
  }

  #button span:nth-child(3) {
    top: 10px;
  }

  /* #naviToggle 切り替えアニメーション */
  .open #button span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #button span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #button span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
/* sp */
@media only screen and (max-width: 760px) {
  .mt136 {
    margin-top: 84px !important;
  }

  .fl {
    float: none !important;
  }

  .fr {
    float: none !important;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .mt50 {
    margin-top: 30px !important;
  }

  .mt30 {
    margin-top: 0 !important;
  }

  /* /フォーム基本レイアウト */
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }

  /*フッター
  ----------------------------------------------------------------*/
  .footer {
    padding: 35px 10px;
    background-color: #e7edf1;
  }
  .footer>ul {
    overflow: hidden;
    *zoom: 1;
    flex-wrap: wrap;
  }
  .footer>ul>li {
    width: 48%;
    flex-basis: 50%;
    /* float: left; */
    padding-bottom: 10px;
    padding-left: 0px;
    height: auto;
    border-bottom: 1px solid #cbd3d9;
    border-right: 1px solid #cbd3d9;
    padding-right: 0;
    margin-right: 0px;
  }
  .footer ul li h4 {
    font-family: "Raleway Webfont";
    font-size: 12px;
    font-weight: 600;
    color: #314965;
  }
  .footer ul li ul {
    margin-top: 10px;
  }
  .footer ul li ul li {
    width: auto;
    float: none;
    margin-bottom: 5px;
    padding-left: 0;
    height: auto;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer ul li ul li a {
    font-family: "Raleway Webfont";
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #083b87;
  }
  .footer ul li ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li ul li:nth-child(2), .footer ul li ul li:nth-child(4) {
    float: none;
    border-right: none;
    padding-left: 0;
  }
  .footer ul li ul li:nth-child(3) {
    border-bottom: none;
    padding-top: 0px;
  }
  .footer ul li:nth-child(2) {
    padding-left: 10px;
    border-right: none;
  }
  .footer>ul>li:nth-child(3) {
    border-bottom: none;
    padding-top: 20px;
    border-right: 1px solid #cbd3d9;
  }
  .footer .sns {
    width: 48%;
    float: right;
    border: none;
  }
  .footer .sns h4 {
    font-size: 12px;
    font-weight: 600;
    color: #314965;
  }
  .footer .sns ul {
    overflow: hidden;
    *zoom: 1;
  }
  .footer .sns ul li {
    width: auto;
    margin-right: 0px;
    float: none;
    border: none;
    overflow: hidden;
    *zoom: 1;
  }
  .footer .sns ul li a {
    display: block;
    text-decoration: none;
  }
  .footer .sns ul li a img {
    width: 16px;
    float: left;
    margin-top: 4px;
  }
  .footer .sns ul li a p {
    font-family: "Raleway Webfont";
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #083b87;
    float: left;
    margin-left: 10px;
  }
  .footer .footer-bottom {
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid #cbd3d9;
    overflow: hidden;
    *zoom: 1;
  }
  .footer .footer-bottom p {
    display: bold;
    float: none;
    font-size: 9px;
    color: #314965;
    text-align: center;
    line-height: 13px;
    border-top: 1px solid #cbd3d9;
    padding: 20px 0;
  }
  .footer .footer-bottom a {
    display: block;
    width: 24px;
    margin: 0 auto;
    float: none;
  }
  .footer .footer-bottom .jrlogo {
    display: block;
    margin: 0 auto;
    width: 30px;
    margin-top: 1em;
  }

  /*コンテンツ
  ----------------------------------------------------------------*/
  .bx-pager {
    display: none;
  }

  .top-main {
    width: 100%;
    height: 425px;
  }

  .top-main .main-btn {
    width: 130px;
    bottom: 25%;
  }
  .top-main .main-btn a {
    width: 130px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #0f1e3c;
    font-size: 8px;
    padding: 3px 0;
  }
  .top-main ul.bxslider li {
    position: relative;
  }
  .top-main ul.bxslider li img {
    max-width: 719px !important;
    width: 719px !important;
    height: 425px;
  }
  .top-main ul.bxslider li .main-inner {
    top: 150px;
    padding: 0 40px;
  }
  .top-main ul.bxslider li .main-inner h2 span {
    font-size: 35px;
    line-height: 36px;
  }
  .top-main ul.bxslider li .main-inner h2.font-mo span {
    font-size: 35px;
    line-height: 36px;
  }
  .top-main ul.bxslider li .main-inner p {
    font-size: 10px;
    line-height: 16px;
  }
  .top-main ul.bxslider li .main-inner p span {
    font-size: 18px;
  }

  .top-content-02 {
    padding: 35px 10px 40px 10px;
    background: #e7edf1;
  }
  .top-content-02 h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top-content-02 h3 span {
    font-size: 12px;
    margin-top: 10px;
  }
  .top-content-02 ul {
    display: block;
    border-top: 1px solid #bdc9d1;
  }
  .top-content-02 ul li {
    width: auto;
    margin-right: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #bdc9d1;
    overflow: hidden;
    *zoom: 1;
  }
  .top-content-02 ul li a {
    text-decoration: none;
    display: block;
  }
  .top-content-02 ul li .hl-img {
    position: relative;
    float: left;
  }
  .top-content-02 ul li .hl-img .hl-img-inner {
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .top-content-02 ul li .hl-img .hl-img-inner img {
    width: 127px;
    height: 80px;
  }
  .top-content-02 ul li .hl-img .hl-category {
    position: absolute;
    bottom: 60px;
    left: 95px;
    width: 95px;
  }
  .top-content-02 ul li .hl-img .hl-category p {
    font-family: "Raleway Webfont";
    font-size: 11px;
    padding: 0;
    line-height: 20px;
  }
  .top-content-02 ul li .hl-txt {
    padding: 23px 0 0 15px;
    background-color: transparent;
    float: left;
    width: 180px;
  }
  .top-content-02 ul li .hl-txt p {
    font-size: 12px;
    line-height: 21px;
  }
  .top-content-02 ul li .hl-txt p span {
    font-size: 12px;
    margin-top: 0px;
  }
  .top-content-02 ul li:last-child {
    margin-right: 0;
  }
  .top-content-02 .hl-btn {
    width: 225px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .top-content-02 .hl-btn a {
    width: 225px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 0;
  }

  .top-content-03 {
    padding: 35px 10px 40px 10px;
  }
  .top-content-03 h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top-content-03 h3 span {
    font-size: 12px;
    margin-top: 10px;
  }
  .top-content-03 ul {
    display: block;
    margin-top: 20px;
  }
  .top-content-03 ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: auto;
    margin-right: 0px;
  }
  .top-content-03 ul li a {
    text-decoration: none;
    display: block;
  }
  .top-content-03 ul li a:hover {
    opacity: 0.7;
  }
  .top-content-03 ul li .bl-txt {
    position: absolute;
    background-color: #0c3768;
    bottom: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .top-content-03 ul li .bl-txt p {
    font-size: 12px;
  }
  .top-content-03 ul li .bl-txt p span {
    font-size: 12px;
    margin-top: 0px;
  }
  .top-content-03 ul li:last-child {
    margin-right: 0;
  }
  .top-content-03 .bl-btn {
    width: 225px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .top-content-03 .bl-btn a {
    width: 225px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 0;
  }

  .top-content-04 {
    background: none;
    padding: 0;
  }
  .top-content-04 h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top-content-04 .top-content-04-inner {
    padding: 24px 0 30px 0;
    background: linear-gradient(-90deg, #0e64ce, #17a6f8);
  }
  .top-content-04 .pl-btn {
    width: 225px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  .top-content-04 .pl-btn a {
    width: 225px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 0;
  }

  .top-content-05 {
    background: none;
    overflow: hidden;
    *zoom: 1;
    padding: 0;
  }
  .top-content-05 ul li {
    width: auto;
    float: none;
    background-color: #0146ac;
    padding: 15px 10px;
  }
  .top-content-05 ul li a {
    text-decoration: none;
    display: block;
  }
  .top-content-05 ul li .arw {
    width: 16px;
  }
  .top-content-05 ul li .logo {
    width: 66px;
    margin: 0px auto 10px auto;
  }
  .top-content-05 ul li p {
    font-size: 21px;
  }
  .top-content-05 ul li p span {
    font-size: 12px;
    margin-top: 0px;
  }
  .top-content-05 ul li:last-child {
    background-color: #ec5a3d;
  }

  .banner2019wc {
    margin: auto;
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  /*下層共通
  ----------------------------------------------------------------*/
  .under .main-img .main-txt {
    top: 50%;
  }
  .under .main-img .main-txt h2 span {
    font-size: 30px;
  }
  .under .main-img .main-txt p {
    font-size: 9px;
    margin-top: 5px;
  }
  .under .page {
    width: 155px;
    margin: 0 auto;
  }
  .under .page ul {
    padding: 0;
  }
  .under .page ul li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 14px;
    margin-right: 5px;
  }
  .under .page ul li a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #314965;
    text-align: center;
  }
  .under .page ul li:first-child {
    width: 5px;
    margin-right: 20px;
    margin-top: 7px;
  }
  .under .page ul li:last-child {
    width: 5px;
    margin-left: 20px;
    margin-top: 7px;
  }

  /*blog
  ----------------------------------------------------------------*/
  .blog {
    background-color: #fff;
    padding-bottom: 130px;
  }
  .blog .blog-inner {
    margin-top: 80px;
  }
  .blog .blog-inner ul {
    padding: 0 10px 0px 10px;
    display: block;
  }
  .blog .blog-inner ul li {
    width: auto;
    margin-right: 0px;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    border: 1px solid #e3e3e3;
  }
  .blog .blog-inner ul li .bl-txt {
    padding: 25px;
  }
  .blog .blog-inner ul li .bl-txt p {
    font-size: 11px;
  }
  .blog .blog-inner ul li .bl-txt p span {
    font-size: 11px;
    margin-top: 12px;
    background: no-repeat left url("../../assets/img/parts/icon-watch.png");
    background-size: 11px;
    padding-left: 16px;
  }
  .blog .blog-inner ul li:last-child {
    margin-right: 0;
  }

  /*news
  ----------------------------------------------------------------*/
  .news {
    background-color: #e7edf1;
    padding-bottom: 130px;
  }
  .news .news-inner {
    margin-top: 80px;
  }
  .news .news-inner ul {
    padding: 0 10px 0px 10px;
    display: block;
  }
  .news .news-inner ul li {
    width: auto;
    margin-right: 0px;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    border: 1px solid #e3e3e3;
  }
  .news .news-inner ul li .hl-txt {
    padding: 25px;
  }
  .news .news-inner ul li .hl-txt p {
    font-size: 11px;
  }
  .news .news-inner ul li .hl-txt p span {
    font-size: 11px;
    margin-top: 12px;
    background: no-repeat left url("../../assets/img/parts/icon-watch.png");
    background-size: 11px;
    padding-left: 16px;
  }
  .news .news-inner ul li:last-child {
    margin-right: 0;
  }

  .details-wrp {
    padding: 30px 10px;
  }
  .details-wrp .details .details-header {
    padding: 20px 10px;
    overflow: hidden;
    *zoom: 1;
  }
  .details-wrp .details .details-header .tag p {
    font-size: 10px;
    padding: 0px 10px;
    width: 50px;
  }
  .details-wrp .details .details-header .details-title {
    width: auto;
    float: none;
  }
  .details-wrp .details .details-header .details-title h3 {
    margin-top: 10px;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #16365f;
    font-weight: 600;
  }
  .details-wrp .details .details-header .details-title h3 span {
    display: block;
    font-size: 15px;
    color: #787d85;
    margin-top: 10px;
    background: no-repeat left url("../../assets/img/parts/icon-watch.png");
    background-size: 15px;
    padding-left: 20px;
  }
  .details-wrp .details .details-sns {
    width: 70px;
    float: right;
    margin-top: 10px;
  }
  .details-wrp .details .details-sns ul {
    display: flex;
    justify-content: space-between;
  }
  .details-wrp .details .details-sns ul li {
    width: 30px;
  }
  .details-wrp .details .details-txt {
    padding: 10px 20px 40px 10px;
  }
  .details-wrp .details .details-txt p {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 15px;
    color: #16365f;
  }
  .details-wrp .details .details-txt .details-bottom {
    border-top: solid 1px #d6dbe0;
    border-bottom: solid 1px #d6dbe0;
    margin-top: 40px;
    overflow: hidden;
    *zoom: 1;
  }
  .details-wrp .details .details-txt .details-bottom .details-logo {
    float: left;
    width: 44px;
    padding: 20px 0;
  }
  .details-wrp .details .details-txt .details-bottom .details-sns-wrp {
    margin-top: 25px;
  }
  .details-wrp .details .details-txt .details-bottom .details-sns-wrp .details-sns {
    margin-top: 0;
  }
  .details-wrp .details .details-txt .details-bottom .details-sns-wrp p {
    font-size: 11px;
    margin-top: 5px;
    margin-right: 15px;
  }
  .details-wrp .details .details-pager {
    padding: 20px 10px;
    background-color: #083b87;
  }
  .details-wrp .details .details-pager ul {
    display: flex;
    justify-content: space-between;
  }
  .details-wrp .details .details-pager ul li a {
    font-size: 11px;
    font-weight: 400px;
    text-decoration: none;
    text-align: center;
    color: #fff;
  }
  .details-wrp .details .details-pager ul li:first-child a {
    background: no-repeat left url("../../assets/img/parts/icon-arw-l-02.png");
    background-size: 8px;
    padding-left: 10px;
    text-align: left;
  }
  .details-wrp .details .details-pager ul li:last-child a {
    background: no-repeat right url("../../assets/img/parts/icon-arw-r-02.png");
    background-size: 11px;
    padding-right: 20px;
    text-align: right;
  }

  /*game
  ----------------------------------------------------------------*/
  .game {
    background-color: #e7edf1;
  }
  .game .content-01-bg {
    padding: 10px;
    margin-top: 30px;
  }
  .game .content-01-bg .top-content-01 {
    background: none;
    padding: 0;
  }
  .game .content-01-bg .top-content-01 .result {
    padding: 40px 0 0 0;
    background: no-repeat center url("../../assets/img/game/sp-content-bg.jpg");
    background-size: cover;
    float: none;
    width: auto;
    overflow: hidden;
  }
  .game .content-01-bg .top-content-01 .result h3 {
    color: #fff;
  }
  .game .content-01-bg .top-content-01 .result p {
    color: #fff;
  }
  .game .content-01-bg .top-content-01 .result .result-inner .left-team p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }
  .game .content-01-bg .top-content-01 .result .result-inner .score p span {
    color: #fff;
    font-size: 27px;
  }
  .game .top-content-01 .result .result-inner .score p {
    font-size: 27px;
  }
  .game .top-content-01 .result .result-inner .left-team p,.top-content-01 .result .result-inner .right-team p {
    font-size: 10px;
    line-height: 12px;
  }
  .game .content-01-bg .top-content-01 .result .result-btn {
    width: 150px;
  }
  .game .content-01-bg .top-content-01 .result .result-btn a {
    width: 150px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 0;
    margin-bottom: 40px;
  }
  .game .content-01-bg .top-content-01 .nextgame {
    float: none;
    width: auto;
    background-color: #fff;
    padding: 40px 0;
  }
  .game .content-01-bg .top-content-01 .nextgame h3 span {
    font-size: 21px;
  }
  .game .content-01-bg .top-content-01 .nextgame h5 {
    width: 82px;
    font-size: 9px;
  }
  .game .content-01-bg .top-content-01 .nextgame h5:before {
    width: 17px;
    height: 1px;
    top: 12px;
  }
  .game .content-01-bg .top-content-01 .nextgame h5:after {
    width: 17px;
    height: 1px;
    top: 12px;
  }
  .game .content-01-bg .top-content-01 .nextgame .nextgame-inner {
    margin-top: 0px;
  }
  .game .content-01-bg .top-content-01 .nextgame .nextgame-inner h4 {
    font-size: 13px;
  }
  .game .content-01-bg .top-content-01 .nextgame .nextgame-inner p {
    margin-top: 0px;
    font-size: 9px;
    line-height: 14px;
  }
  .game .schedule {
    padding: 30px 10px 0 10px;
  }
  .game .schedule h3 {
    font-size: 10px;
    color: #083b87;
    text-align: center;
  }
  .game .schedule h4 {
    margin-top: 15px;
    font-size: 10px;
    padding: 10px 0;
  }
  .game .schedule h5 {
    margin-top: 15px;
    font-size: 13px;
  }
  .game .schedule ul.schedule-wrp {
    margin-top: 15px;
  }
  .game .schedule ul.schedule-wrp li {
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 40px;
    background-color: #fff;
  }
  .game .schedule ul.schedule-wrp li .schedule-left {
    width: auto;
    float: none;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul {
    display: flex;
    justify-content: space-between;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li {
    border-bottom: none;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li dl dt {
    display: block;
    text-align: center;
    font-size: 7px;
    font-weight: bold;
    color: #fff;
    background-color: #808080;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li dl dd {
    background-color: #fff;
    padding: 10px 5px 10px 5px;
    padding-left: 0px;
    font-size: 7px;
    text-align: center;
    line-height: 14px;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li dl dd span {
    font-size: 11px;
    font-weight: 700;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li dl:first-child dt {
    font-size: 7px;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li dl:first-child dd {
    margin-bottom: -1px;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li:nth-child(2) {
    width: 100%;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li:first-child dl dt {
    background-color: #b9b9b9;
  }
  .game .schedule ul.schedule-wrp li .schedule-left ul li:last-child dl dt {
    background-color: #585858;
  }
  .game .schedule ul.schedule-wrp li .schedule-right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul {
    display: flex;
    justify-content: space-between;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li {
    border-bottom: none;
    width: 100%;
    margin-bottom: 0;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li dl dt {
    display: block;
    text-align: center;
    font-size: 7px;
    font-weight: bold;
    color: #fff;
    background-color: #808080;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li dl dd {
    background-color: #fff;
    padding: 10px 0 10px 0px;
    padding-left: 0px;
    font-size: 7px;
    text-align: center;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li dl dd span {
    font-size: 11px;
    font-weight: 700;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li dl dd a {
    font-family: 'Noto Sans Japanese', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    display: block;
    float: right;
    background-color: #17a3f6;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0px 5px;
    margin-top: 0px;
    margin-right: 5px;
  }
  .game .schedule ul.schedule-wrp li .schedule-right ul li:first-child dl dt {
    background-color: #b9b9b9;
  }
  .game .schedule ul.schedule-wrp li.pc {
    background-color: #f5f5f5;
    border-bottom: none;
  }
  .game .schedule ul.schedule-wrp li.pc ul li {
    padding: 20px 0 20px 60px;
    padding-left: 60px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    color: #071432;
    font-size: 15px;
  }
  .game .schedule ul.schedule-wrp li:last-child {
    margin-bottom: 0;
  }
  .game .schedule.archive ul.schedule-wrp .schedule-right ul li {
    padding: 0px;
  }
  .game .schedule.archive ul.schedule-wrp .schedule-right ul li dl dd {
    padding: 10px 0 10px 0px;
  }
  .game .archive-btn {
    width: 150px;
    margin-top: 30px;
    padding-bottom: 35px;
  }
  .game .archive-btn a {
    font-size: 8px;
    font-weight: 600;
    width: 150px;
    padding: 10px 0;
  }

  /*team
  ----------------------------------------------------------------*/
  .team .team-list h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-top: 60px;
    font-weight: 600;
    color: #17375f;
    text-align: center;
  }
  .team .team-list ul {
    padding: 30px 10px 0px 10px;
  }
  .team .team-list ul li {
    margin-bottom: 10px;
  }

  .target-list {
    padding: 40px 10px 130px 10px;
    background: none;
  }
  .target-list h3 span {
    font-size: 26px;
    font-weight: 700;
    color: #083b87;
  }
  .target-list p {
    margin-top: 0px;
    font-size: 7px;
    color: #083b87;
    line-height: 1em;
  }
  .target-list .target-btn {
    margin-top: 50px;
    position: relative;
  }
  .target-list .target-btn a {
    text-decoration: none;
  }
  .target-list .target-btn a:hover {
    opacity: 0.7;
  }
  .target-list .target-btn a:hover .target-img {
    opacity: 0.7;
  }
  .target-list .target-btn .target-txt {
    background-color: rgba(9, 59, 135, 0.8);
    position: absolute;
    top: 132px;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0 15px;
    padding: 30px 0;
  }
  .target-list .target-btn .target-txt p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 27px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
  }
  .target-list .target-btn .target-txt p span {
    font-size: 11px;
    font-weight: 400;
    display: block;
  }

  .about-list {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .about-list h3 {
    text-align: center;
  }
  .about-list h3 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  .about-list .about-btn {
    width: 150px;
    margin-top: 15px;
  }
  .about-list .about-btn a {
    width: 150px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #023178;
    font-size: 8px;
    padding: 7px 0;
  }

  /*players
  ----------------------------------------------------------------*/
  .players {
    padding: 0 10px;
  }
  .players h3 {
    margin-top: 25px;
    font-size: 26px;
    color: #083b87;
  }
  .players h3 span {
    display: none;
  }
  .players .players-nav {
    margin-top: 25px;
  }
  .players .players-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .players .players-nav ul li {
    width: 30%;
    margin: 0px 5px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .players .players-nav ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .players .players-nav ul li a span {
    font-size: 11px;
  }
  .players .players-nav ul li:nth-child(2n) {
    float: right;
  }
  .players .players-list h4 {
    font-size: 26px;
    padding: 25px 0;
  }
  .players .players-list h4 span {
    font-size: 7px;
  }
  .players .players-list ul {
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
  .players .players-list ul li {
    margin: 0px;
    float: left;
    margin-bottom: 10px;
    width: 48%;
  }
  .players .players-list ul li .players-img {
    position: relative;
  }
  .players .players-list ul li .players-img .players-tag {
    position: absolute;
    padding: 0px 10px;
    bottom: 0;
    left: 0;
  }
  .players .players-list ul li .players-img .players-tag p {
    font-size: 7px;
  }
  .players .players-list ul li .players-txt {
    padding: 10px;
  }
  .players .players-list ul li .players-txt p {
    font-size: 14px;
    line-height: 18px;
  }
  .players .players-list ul li .players-txt p span {
    font-size: 7px;
  }
  .players .players-list ul li:nth-child(2n) {
    float: right;
  }

  .sp-blue {
    background-color: #e7edf1;
  }

  .play-detail {
    padding: 0 10px;
    overflow: hidden;
    *zoom: 1;
  }
  .play-detail h3 {
    margin-top: 26px;
    font-size: 26px;
    color: #083b87;
  }
  .play-detail h3 span {
    font-size: 7px;
    margin-top: 0px;
    color: #083b87;
  }
  .play-detail .play-wrp {
    margin-top: 25px;
    overflow: hidden;
    *zoom: 1;
  }
  .play-detail .play-wrp .play-left {
    float: none;
    width: auto;
  }
  .play-detail .play-wrp .play-left .play-img {
    width: auto;
    margin-top: 20px;
  }
  .play-detail .play-wrp .play-right {
    width: auto;
    float: none;
  }
  .play-detail .play-wrp .play-right .play-tag {
    float: left;
  }
  .play-detail .play-wrp .play-right .play-tag p {
    font-size: 15px;
    line-height: 40px;
    padding: 0 5px;
  }
  .play-detail .play-wrp .play-right .play-title {
    overflow: hidden;
    *zoom: 1;
  }
  .play-detail .play-wrp .play-right .play-title h4 {
    font-size: 20px;
    float: left;
    padding-top: 0px;
    margin-left: 10px;
    margin-top: 0;
    line-height: 1em;
  }
  .play-detail .play-wrp .play-right .play-title h4 span {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1em;
  }
  .play-detail .play-right .play-txt-l {
    margin-top: 30px;
    float: none;
    width: auto;
    overflow: hidden;
    *zoom: 1;
  }
  .play-detail .play-right .play-txt-l h4 {
    margin-top: 0px;
    font-size: 21px;
    width: 50%;
    float: none;
  }
  .play-detail .play-right .play-txt-l p {
    margin-top: 0px;
    font-size: 9px;
    line-height: 20px;
    width: auto;
    float: none;
    margin-top: 10px;
  }
  .play-detail .play-right .play-txt-r {
    margin-top: 30px;
    width: auto;
    float: none;
  }
  .play-detail .play-right .play-txt-r h4 {
    margin-top: 0px;
    font-size: 21px;
    width: 50%;
    float: none;
  }
  .play-detail .play-right .play-txt-r table {
    width: auto;
    float: none;
    margin-top: 10px;
  }
  .play-detail .play-right .play-txt-r table tr th {
    font-size: 9px;
    line-height: 20px;
  }
  .play-detail .play-right .play-txt-r table tr td {
    font-size: 9px;
    line-height: 20px;
  }
  .play-detail .play-data {
    margin-top: 30px;
  }
  .play-detail .play-data .play-data-l {
    float: none;
    width: auto;
  }
  .play-detail .play-data .play-data-r {
    float: none;
    width: auto;
  }
  .play-detail .play-data .play-data-r table {
    border-top: none;
  }
  .play-detail .play-data table {
    border-top: 1px #c6c6c6 solid;
  }
  .play-detail .play-data table tr {
    border-bottom: 1px #c6c6c6 solid;
  }
  .play-detail .play-data table tr th {
    min-width: 122px;
    padding: 20px 0;
    font-size: 9px;
    line-height: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .play-detail .play-data table tr td {
    padding: 20px 0;
    font-size: 9px;
    line-height: 20px;
  }
  .play-detail .play-btn {
    width: 150px;
    margin-top: 20px;
  }
  .play-detail .play-btn a {
    width: 150px;
    font-size: 8px;
    padding: 5px 0;
  }

  /*staff
  ----------------------------------------------------------------*/
  .staff {
    padding: 0 25px;
  }
  .staff h3 {
    margin-top: 26px;
    font-size: 26px;
    color: #083b87;
  }
  .staff h3 span {
    font-size: 7px;
    margin-top: 0px;
    color: #083b87;
  }
  .staff ul {
    margin-top: 40px;
    overflow: hidden;
    *zoom: 1;
  }
  .staff ul li {
    clear: both;
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
  .staff ul li:nth-child(2n) {
    clear: both;
    float: none;
  }
  .staff .staff-upper {
    overflow: hidden;
    *zoom: 1;
  }
  .staff .staff-upper .staff-img {
    width: 30%;
    float: left;
  }
  .staff .staff-upper .staff-name {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    *zoom: 1;
  }
  .staff .staff-upper .staff-name .staff-tag p {
    padding: 5px;
    font-size: 9px;
    line-height: 1em;
  }
  .staff .staff-upper .staff-name h4 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1em;
  }
  .staff .staff-upper .staff-name h4 span {
    font-size: 6px;
    padding-bottom: 0;
  }
  .staff .staff-upper .staff-name p {
    padding-top: 0px;
    font-size: 7px;
  }
  .staff .staff-upper .staff-name p span {
    font-size: 8px;
  }
  .staff .staff-row {
    border-top: 1px solid #083b87;
    position: relative;
    margin-top: 15px;
  }
  .staff .staff-row h5 {
    position: absolute;
    padding-right: 5px;
    background-color: #e7edf1;
    font-size: 8px;
    top: -12px;
  }
  .staff .staff-row p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 20px;
  }

  /*message
  ----------------------------------------------------------------*/
  .message-bg {
    background: #fff;
  }

  .message .message-content {
    overflow: hidden;
    *zoom: 1;
    margin-top: 40px;
  }
  .message .message-content .message-top {
    float: none;
    width: 100%;
    background: #1b3e73;
    overflow: hidden;
  }
  .message .message-content .message-img {
    width: 100px;
    float: left;
  }
  .message .message-content .message-name-wrp {
    width: 50%;
    height: 133px;
    float: left;
    background: #1b3e73;
    margin-top: 0px;
  }
  .message .message-content .message-name-wrp .message-name {
    margin-top: 35px;
    position: relative;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .message .message-content .message-name-wrp .message-name .-no {
    left: 20px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no {
    float: left;
    position: relative;
    padding-right: 12px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no p.message-top {
    text-align: right;
    margin-top: -8px;
    background-color: initial;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no p.message-top span {
    font-size: 8px;
    line-height: 1em;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no p {
    text-align: right;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no p span {
    font-size: 33px;
    font-weight: 400;
    line-height: 20px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-no:after {
    width: 3px;
    height: 40px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt {
    float: left;
    margin-left: 10px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt h3 {
    font-size: 21px;
  }
  .message .message-content .message-name-wrp .message-name .message-name-inner .message-name-txt p {
    font-size: 9px;
    font-weight: 600;
    margin-top: 10px;
  }
  .message .message-content .message-txt {
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #fff;
    padding: 10px 25px;
    min-height: 0px;
  }
  .message .message-content .message-txt p {
    font-size: 14px;
    line-height: 24px;
  }
  .message .message-content.right-message .message-top {
    float: right;
    width: 100%;
  }
  .message .message-content.right-message .message-img {
    float: right;
  }
  .message .message-content.right-message .message-name-wrp {
    float: right;
    background: none;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner {
    left: 0;
    right: -20px;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no {
    float: right;
    position: relative;
    padding-left: 12px;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no p.message-top {
    text-align: left;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no p {
    text-align: left;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-no:after {
    left: 0;
    top: 0;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-name-txt {
    float: right;
    margin-right: 10px;
  }
  .message .message-content.right-message .message-name-wrp .message-name .message-name-inner .message-name-txt h3 {
    text-align: right;
  }
  .message .message-content.right-message .message-txt {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 25px;
  }
  .message .top-content-04 {
    margin-top: 80px;
  }

  /*about
  ----------------------------------------------------------------*/
  .about h3 {
    margin-top: 30px;
    font-size: 26px;
  }
  .about h3 span {
    font-size: 7px;
    margin-top: 5px;
    line-height: 1em;
  }
  .about .team-slogan {
    margin-top: 30px;
    padding: 47px 0;
  }
  .about .team-slogan h4 {
    font-size: 16px;
  }
  .about .slogan-inner {
    padding: 0 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 25px;
  }
  .about .slogan-inner .slogan-name {
    overflow: hidden;
    *zoom: 1;
  }
  .about .slogan-inner .slogan-name h5 {
    background: no-repeat top url("../../assets/img/parts/logo.png");
    background-size: 72px;
    padding: 80px 0 0 0;
    padding-left: 0px;
    font-size: 25px;
    float: none;
    text-align: center;
  }
  .about .slogan-inner .slogan-name h5 span {
    display: block;
    font-size: 8px;
    margin-bottom: 5px;
    line-height: 1em;
  }
  .about .slogan-inner .slogan-name p {
    float: none;
    font-size: 14px;
    line-height: 24px;
    color: #182333;
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
  }



  .about .philosophy {
    margin-top: 30px;
  }
  .about .philosophy .philosophy-head {
    padding: 47px 0;
    height: auto;
  }
  .about .philosophy .philosophy-head h4 {
    font-size: 16px;
  }
  .about .philosophy .philosophy-head h4 span {
    display: inline-block;
  }
  .about .philosophy .philosophy-inner {
    display: block;
    margin-top: 30px;
    padding: 0 10px;
  }
  .about .philosophy .philosophy-logo {
    margin: 0 auto;
    width: 90px;
    padding-right: 0;
  }
  .about .philosophy .philosophy-main {
    margin-top: 30px;
  }
  .about .philosophy .philosophy-main h5{
    margin-top: 30px;
  }
  .about .philosophy .philosophy-main h5 {
    font-size: 14px;
  }
  .about .philosophy .philosophy-main dl {
    margin-top: 10px;
  }
  .about .philosophy .philosophy-main dl dt {
    font-size: 24px;
  }
  .about .philosophy .philosophy-main dl dd {
    font-size: 13px;
  }
  .about .philosophy .philosophy-main dl dd span {
    display: inline;
  }
  .about .philosophy .philosophy-main .philosophy-lead {
    font-size: 13px;
    margin-top: 10px;
  }
  .about .philosophy .philosophy-main .philosophy-figure {
    margin-top: 20px;
    text-align: center;
  }


  .about .about-nav {
    margin-top: 40px;
  }
  .about .about-nav-inner {
    padding: 0 10px;
    overflow: hidden;
  }
  .about .about-nav ul {
    clear: both;
    display: block;
    width: 263px;
    margin: 0 auto;
  }
  .about .about-nav ul li {
    overflow: hidden;
    *zoom: 1;
    border: solid 1px #083b87;
    width: auto;
    margin-bottom: 20px;
  }
  .about .about-nav ul li img {
    width: 100px;
  }
  .about .about-nav ul li p {
    font-size: 11px;
    margin-left: 15px;
    line-height: 15px;
  }




  .about .uniform {
    overflow: hidden;
    *zoom: 1;
    padding: 0 10px;
  }
  .about .uniform .uniform-l {
    margin-top: 30px;
    width: auto;
    float: none;
  }
  .about .uniform .uniform-l p {
    font-size: 7px;
    line-height: 1em;
  }
  .about .uniform .uniform-r {
    margin-top: 10px;
    width: auto;
    float: none;
  }
  .about .uniform .uniform-r p {
    padding: 20px 0 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .about .uniform .uniform-r p.caption {
    font-size: 7px;
    line-height: 1em;
  }
  .about .homeground {
    overflow: hidden;
    *zoom: 1;
    padding: 0px 10px;
  }
  .about .homeground .homeground-l {
    margin-top: 20px;
    width: auto;
    float: none;
  }
  .about .homeground .homeground-r {
    width: auto;
    float: none;
    margin-top: 20px;
  }
  .about .homeground .homeground-r h4 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 20px;
    color: #083b87;
    font-weight: 600;
  }
  .about .homeground .homeground-r h4 span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
  }
  .about .homeground .homeground-r p {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 11px;
    color: #182333;
  }
  .about .homeground .homeground-r th {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 11px;
    color: #182333;
    width: 35%;
  }
  .about .homeground .homeground-r td {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 11px;
    color: #182333;
    width: 50%;
  }
  .about .homeground .homeground-r .homeground-top {
    margin-top: 20px;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 30px;
  }
  .about .homeground .homeground-r .homeground-bottom {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .about .homeground .homeground-r .homeground-bottom p {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    color: #182333;
  }
  .about .homeground ul {
    padding: 0 0px;
    padding-top: 20px;
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .about .homeground ul li p {
    font-family: 'Noto Sans Japanese', sans-serif;
    text-align: center;
    font-size: 11px;
    color: #083b87;
  }
  .about .annex {
    padding: 0px 10px;
  }
  .about .annex ul {
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }
  .about .annex ul >li {
    padding: 0 0;
  }
  .about .activity {
    padding: 0;
  }
  .about .activity .activity-img {
    margin-top: 15px;
  }
  .about .activity .activity-txt {
    margin-top: 0px;
    padding: 10px;
    min-height: 0;
    box-sizing: border-box;
  }
  .about .activity .activity-txt h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 10px 0;
  }
  .about .activity .activity-txt p {
    font-size: 14px;
  }
  .about .activity .activity-l {
    padding: 10px 25px;
    float: none;
    width: auto;
  }
  .about .activity .activity-r {
    padding: 10px 25px;
    float: none;
    width: auto;
  }
  .about .history {
    padding: 20px 0;
    margin-top: 50px;
  }
  .about .history h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
  }
  .about .history .history-btn {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .about .history .history-btn a {
    font-family: 'Noto Sans Japanese', sans-serif;
    display: block;
    width: 150px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #023178;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
  }
  .about .history .history-btn a:hover {
    background: #0f1e3c;
  }

  /*history
  ----------------------------------------------------------------*/
  .history h3 {
    float: left;
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
    line-height: 70px;
    margin-top: 40px;
    margin-left: 10px;
  }
  .history p.caption {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 12px;
  }
  .history p {
    font-size: 12px;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 25px;
  }
  .history .history-inner {
    clear: both;
    width: auto;
    padding: 0 25px 0 10px;
  }
  .history .history-inner h3 {
    width: 70px;
    height: auto;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    padding: 23px 0;
    float: left;
    margin-top: 0;
  }
  .history .history-inner .pb70 {
    padding-bottom: 35px !important;
  }
  .history .history-inner .pt70 {
    padding-top: 35px !important;
  }
  .history .history-inner .pt20 {
    padding-top: 20px　 !important;
  }
  .history .history-inner .sp-pt0 {
    padding-top: 0 !important;
    padding-bottom: 35px !important;
  }
  .history .history-inner .sp-pb0 {
    padding-bottom: 0 !important;
  }
  .history .history-inner .history-l {
    padding: 0px;
    width: auto;
    float: none;
    border-right: none;
    border-left: solid 1px #083b87;
    clear: both;
    margin-left: 35px;
    padding-left: 35px;
  }
  .history .history-inner .history-l .history-txt-wrp h4 {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .history .history-inner .history-l .history-txt-wrp h4:before {
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    background-color: #073b87;
    position: absolute;
    left: -35px;
    top: 12px;
  }
  .history .history-inner .history-l .history-txt-wrp h4:after {
    content: "";
    display: block;
    height: 3px;
    width: 3px;
    background-color: #073b87;
    position: absolute;
    left: 0px;
    top: 11px;
  }
  .history .history-inner .history-l .history-txt-wrp li {
    text-align: left;
    float: none;
  }
  .history .history-inner .history-img {
    clear: both;
    margin-top: 10px;
  }
  .history .history-inner .history-r {
    padding: 0px;
    width: auto;
    float: none;
    border-right: none;
    border-left: solid 1px #083b87;
    clear: both;
    margin-left: 35px;
    padding-left: 35px;
  }
  .history .history-inner .history-r .history-img-s {
    width: auto;
    margin-top: 0px;
  }
  .history .history-inner .history-r .history-txt-wrp {
    padding-top: 35px;
  }
  .history .history-inner .history-r .history-txt-wrp h4 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .history .history-inner .history-r .history-txt-wrp h4:before {
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    background-color: #073b87;
    position: absolute;
    left: -35px;
    top: 12px;
  }
  .history .history-inner .history-r .history-txt-wrp h4:after {
    content: "";
    display: block;
    height: 3px;
    width: 3px;
    background-color: #073b87;
    position: absolute;
    left: 0px;
    top: 11px;
  }
  .history .history-inner .history-r.bordr {
    padding: 0px 0 0 35px;
    border-left: solid 1px #083b87;
  }
  .history .history-inner .history-txt-wrp {
    padding-top: 35px;
  }
  .history .history-inner .history-txt-wrp h4 {
    font-size: 22px;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #073b87;
    font-weight: 700;
    position: relative;
  }
  .history .history-inner .history-txt-wrp p {
    padding-top: 10px;
  }
  .history .history-inner .history-txt-wrp ul {
    margin-top: 10px;
    overflow: hidden;
    *zoom: 1;
  }
  .history .history-inner .history-txt-wrp ul li {
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
  }
  .history .history-inner .history-txt-wrp ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-color: #073b87;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .history .history-inner .history-2003 {
    margin-top: 0px;
    float: none;
  }
  .history .history-inner .history-2006 {
    margin-top: 0px;
    float: none;
  }
  .history .history-inner .history-last {
    margin-top: -47px;
    border: none;
  }
  .history .history-inner .sp-pb50 {
    padding-bottom: 50px;
  }
  .history .top-content-05 {
    margin-top: 100px;
  }

  /*contact
  ----------------------------------------------------------------*/
  .contact-bg {
    background-color: #e8edf1;
  }

  .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
    font-weight: 700;
    padding: 0 40px;
  }
  .contact p a {
    color: #182333;
  }
  .contact .contact-inner {
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    margin-top: 60px;
    padding: 35px 10px;
    margin-bottom: 122px;
  }
  .contact .contact-inner dl dt {
    margin-top: 20px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    color: #182333;
  }
  .contact .contact-inner dl dd input {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #9a9ea5;
  }
  .contact .contact-inner dl dd textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    height: 316px;
    border: 1px solid #9a9ea5;
  }
  .contact .contact-inner .contact-btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .contact .contact-inner .contact-btn a {
    font-family: 'Noto Sans Japanese', sans-serif;
    display: block;
    width: 300px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, #0e64ce, #17a6f8);
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: 600;
  }
  .contact .contact-inner .contact-btn a:hover {
    background: #17a6f8;
  }
}
