@charset "UTF-8";
/*___Base____________________________________________________________________*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* line 7, ../../sass/_base.scss */
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* line 42, ../../sass/_base.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* line 55, ../../sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 60, ../../sass/_base.scss */
caption,
th {
  text-align: left;
}

/* line 65, ../../sass/_base.scss */
q:before,
q:after {
  content: '';
}

/* line 70, ../../sass/_base.scss */
object,
embed {
  vertical-align: top;
}

/* line 75, ../../sass/_base.scss */
hr,
legend {
  display: none;
}

/* line 80, ../../sass/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 90, ../../sass/_base.scss */
img,
abbr,
acronym,
fieldset {
  border: 0;
}

/* line 97, ../../sass/_base.scss */
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

/* line 102, ../../sass/_base.scss */
ul li {
  list-style-type: none;
}

/* line 106, ../../sass/_base.scss */
a {
  text-decoration: none;
}

/* line 110, ../../sass/_base.scss */
div a {
  word-break: break-all;
}

/*_body_______________________________*/
/* line 117, ../../sass/_base.scss */
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
  line-height: 1.3;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

/* clearfix_________________________________ */
/* line 131, ../../sass/_base.scss */
.clearfix {
  display: block;
  clear: both;
  float: none;
}

/* line 137, ../../sass/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  font-size: 0;
}

/* レスポンシブ共通設定____________________________________________________*/
/* line 38, ../../sass/_setting.scss */
#main {
  margin-top: 15px;
  padding: 2em;
  width: calc(100% - 350px);
  padding-top: 3em;
  max-width: 1500px;
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  /* line 38, ../../sass/_setting.scss */
  #main {
    float: none;
    width: 100%;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 38, ../../sass/_setting.scss */
  #main {
    width: 70%;
  }
}
@media screen and (min-width: 749px) {
  /* line 69, ../../sass/_setting.scss */
  #main.js-header-side-active {
    margin-left: 350px;
    padding-bottom: 0;
  }
}

/* line 81, ../../sass/_setting.scss */
#side {
  width: 350px;
  min-width: 350px;
  background-color: #f3f3f3;
  padding-top: 4em;
}
@media screen and (min-width: 749px) {
  /* line 92, ../../sass/_setting.scss */
  #side.js-header-side-active {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 0;
    transition: 0.2s;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 749px) {
  /* line 108, ../../sass/_setting.scss */
  #side .side_sp_area {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  /* line 81, ../../sass/_setting.scss */
  #side {
    float: none;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
    height: inherit;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 81, ../../sass/_setting.scss */
  #side {
    width: 27%;
  }
}

/* ------ 色の設定 ---------------------------------- */
/* line 146, ../../sass/_setting.scss */
.u-fc-yellow {
  color: #F8FF46 !important;
}

/* ------ 表示の切り替え ---------------------------------- */
/* line 153, ../../sass/_setting.scss */
.sp-show {
  display: none;
}
@media screen and (max-width: 749px) {
  /* line 153, ../../sass/_setting.scss */
  .sp-show {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  /* line 162, ../../sass/_setting.scss */
  .pc-show {
    display: none;
  }
}

/* ------ 箱わけする ---------------------------------- */
/* line 170, ../../sass/_setting.scss */
.col-set {
  width: 850px;
  overflow: hidden;
  margin-bottom: 5px;
  *zoom: 1;
}
@media screen and (max-width: 999px) {
  /* line 170, ../../sass/_setting.scss */
  .col-set {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  /* line 170, ../../sass/_setting.scss */
  .col-set {
    *margin-bottom: 0;
  }
  /* line 184, ../../sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
  }
  /* line 184, ../../sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
  }
  /* line 184, ../../sass/_setting.scss */
  .col-set .col4 {
    float: none;
    width: 100%;
  }
}
/* line 193, ../../sass/_setting.scss */
.col-set .col2 {
  float: left;
  width: 50%;
  margin-top: 20px;
}
/* line 199, ../../sass/_setting.scss */
.col-set .col3 {
  float: left;
  width: 33%;
  margin-left: 0.5%;
}
/* line 204, ../../sass/_setting.scss */
.col-set .col3:first-child, .col-set .col3:nth-of-type(3n+1) {
  margin-left: 0;
}
/* line 210, ../../sass/_setting.scss */
.col-set .col4 {
  float: left;
  width: 25%;
}
/* line 215, ../../sass/_setting.scss */
.col-set .col5 {
  float: left;
  width: 20%;
}
@media screen and (max-width: 999px) {
  /* line 215, ../../sass/_setting.scss */
  .col-set .col5 {
    width: 30%;
  }
}
@media screen and (max-width: 749px) {
  /* line 225, ../../sass/_setting.scss */
  .col-set .col2 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 225, ../../sass/_setting.scss */
  .col-set .col3 {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  /* line 237, ../../sass/_setting.scss */
  .col-set .col4 {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  /* line 237, ../../sass/_setting.scss */
  .col-set .col5 {
    width: 50%;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  /* line 246, ../../sass/_setting.scss */
  #con02 {
    display: none;
  }
}

/* ------ 固定 ※以下なるべく触らない----------------------------------------- */
@media screen and (max-width: 749px) {
  /* line 257, ../../sass/_setting.scss */
  html {
    *overflow-x: hidden;
  }
}
/* line 262, ../../sass/_setting.scss */
#wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 262, ../../sass/_setting.scss */
  #wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  /* line 272, ../../sass/_setting.scss */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 280, ../../sass/_setting.scss */
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
/* ------ Contents ---------------------------------- */
/* line 289, ../../sass/_setting.scss */
#contents {
  width: 100%;
  *zoom: 1;
  background-color: #f3f3f3;
  /*サイド固定*/
}
@media screen and (max-width: 749px) {
  /* line 289, ../../sass/_setting.scss */
  #contents {
    position: relative;
    min-height: inherit;
    background: #fff;
  }
}

/* line 306, ../../sass/_setting.scss */
.article-containar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  /* line 306, ../../sass/_setting.scss */
  .article-containar {
    flex-direction: column;
  }
}
@media screen and (min-width: 749px) {
  /* line 318, ../../sass/_setting.scss */
  .article-containar.js-header-side-active {
    background: #000;
    position: fixed;
  }
}

/* line 327, ../../sass/_setting.scss */
.titleWrap {
  padding: 10em 0 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 741px) and (max-width: 1325px) {
  /* line 327, ../../sass/_setting.scss */
  .titleWrap {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 749px) {
  /* line 327, ../../sass/_setting.scss */
  .titleWrap {
    padding: 7em 0 3em;
  }
}
/* line 348, ../../sass/_setting.scss */
.titleWrap:before {
  position: absolute;
  height: 350px;
  background-color: #1e5ca8;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  /* line 348, ../../sass/_setting.scss */
  .titleWrap:before {
    height: 150px;
  }
}
/* line 370, ../../sass/_setting.scss */
.titleWrap:after {
  position: absolute;
  top: 127px;
  left: 100px;
  background-image: url(../images/common/bg_main_ttl.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  content: "";
  height: 275px;
  width: calc(100% - 100px);
  z-index: 2;
  animation-name: c-animation-bg-zoom-x;
  animation-duration: 60s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 749px) {
  /* line 370, ../../sass/_setting.scss */
  .titleWrap:after {
    left: 45px;
    top: 75px;
    height: 135px;
    width: calc(100% - 45px);
  }
}
/* line 403, ../../sass/_setting.scss */
.titleWrap h2.titleWrap-maintitle {
  margin-top: 0.5em;
  margin-bottom: 0.4em;
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
  color: #3659b8;
  font-family: "wanpaku-ruika", sans-serif;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 0.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  /* line 403, ../../sass/_setting.scss */
  .titleWrap h2.titleWrap-maintitle {
    font-size: 24px;
    padding: 10px;
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
}
/* line 427, ../../sass/_setting.scss */
.titleWrap .titleWrap-subtitle {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.5em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  /* line 427, ../../sass/_setting.scss */
  .titleWrap .titleWrap-subtitle {
    font-size: 14px;
  }
}

/* line 447, ../../sass/_setting.scss */
.contents-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0.2em;
  font-family: "wanpaku-ruika", sans-serif;
  color: #3659B8;
}
@media screen and (max-width: 749px) {
  /* line 447, ../../sass/_setting.scss */
  .contents-title {
    font-size: 30px;
  }
}

/* line 460, ../../sass/_setting.scss */
.contents-title__sub {
  font-size: 11px;
  color: #3659B8;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  display: block;
  font-weight: 900;
}

/* line 470, ../../sass/_setting.scss */
.box_side {
  text-align: left;
  clear: both;
  float: none;
  /*左サイドバー試合日程*/
}
/* line 475, ../../sass/_setting.scss */
.box_side--schedule {
  padding: 1em;
}
/* line 481, ../../sass/_setting.scss */
.box_side--result {
  padding: 1em;
  background-color: #F6F6F6;
}
/* line 486, ../../sass/_setting.scss */
.box_side--sns {
  padding: 1em 0;
}
@media screen and (max-width: 961px) {
  /* line 486, ../../sass/_setting.scss */
  .box_side--sns {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
/* line 496, ../../sass/_setting.scss */
.box_side--sns__in {
  background: #fff;
  padding: 1em;
  margin: 0 auto;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  /* line 496, ../../sass/_setting.scss */
  .box_side--sns__in {
    width: 90%;
    padding: 0.5em;
  }
}
/* line 518, ../../sass/_setting.scss */
.box_side--sns__box {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 961px) {
  /* line 518, ../../sass/_setting.scss */
  .box_side--sns__box {
    height: 400px;
  }
}
/* line 531, ../../sass/_setting.scss */
.box_side--sns .twitter-timeline {
  width: 100%;
}
/* line 536, ../../sass/_setting.scss */
.box_side__description {
  padding: 0.5em;
  background: #fff;
}
/* line 542, ../../sass/_setting.scss */
.box_side .month {
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  background-color: #3659b8;
  color: #fff;
  width: auto;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  /* line 542, ../../sass/_setting.scss */
  .box_side .month {
    font-size: 18px;
    height: 30px;
    line-height: 27px;
  }
}
/* line 564, ../../sass/_setting.scss */
.box_side table {
  border: 5px solid #3659b8;
  background-color: #ffffff;
  margin-top: -1px;
  margin-bottom: 0.5em;
}
/* line 570, ../../sass/_setting.scss */
.box_side table th {
  color: #ffffff;
  padding: 3px 0;
  font-size: 10px;
  text-align: center;
  background-color: #8ba0d9;
  border-left: 1px solid #bfccee;
}
/* line 578, ../../sass/_setting.scss */
.box_side table th:last-child {
  border: none;
}
/* line 583, ../../sass/_setting.scss */
.box_side table td {
  text-align: center;
  width: 29px;
  height: 25px;
  line-height: 25px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-family: "wanpaku-ruika", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 583, ../../sass/_setting.scss */
  .box_side table td {
    width: auto;
    height: auto;
    font-size: 14px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
}
/* line 602, ../../sass/_setting.scss */
.box_side table td a {
  display: block;
  text-align: center;
  line-height: 25px;
  color: #ff0f00;
  background: #fff7a1;
}
/* line 612, ../../sass/_setting.scss */
.box_side span {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}
/* line 619, ../../sass/_setting.scss */
.box_side .txt_check {
  /*background-color:#f7f5ec;*/
  margin-bottom: 5px;
  font-size: 12px;
  color: #000;
  text-align: center;
}
/* line 626, ../../sass/_setting.scss */
.box_side .txt_check_point {
  font-size: 13.5px;
  letter-spacing: -0.07em;
  color: #ff0000;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 0.5em;
  padding: 0.1em 1em;
}
/* line 636, ../../sass/_setting.scss */
.box_side .txt_check_color {
  text-align: center;
  color: #c93a40;
  background: #FCECB4;
  display: inline-block;
  width: 17px;
  height: 18px;
}
/* line 647, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid #bed3ec 3px;
  border-radius: 5px;
}
/* line 656, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule tr {
  cursor: pointer;
}
/* line 660, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule tr.clickable:hover td,
.box_side table.tbl_side_schedule tr.clickable:hover th {
  background: #3659b8;
  cursor: pointer;
  color: #ffffff;
}
/* line 669, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule th {
  width: 54px;
  font-size: 16px;
  text-align: center;
  border-bottom: none;
  font-weight: normal;
  background: #f7f5ec;
  color: #402312;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
}
/* line 682, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule th span {
  font-size: 12px;
  display: block;
}
/* line 688, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule td {
  padding: 5px 13px;
  font-size: 18px;
  background: #fff;
  border: none;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
  color: #3659B8;
}
/* line 701, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule .even th,
.box_side table.tbl_side_schedule .even td {
  background: #f2f7fd;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
/* line 708, ../../sass/_setting.scss */
.box_side table.tbl_side_schedule span.ex,
.box_side table.tbl_side_schedule span.pre {
  padding: 1px 10px;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 10px;
}

/* line 719, ../../sass/_setting.scss */
.unit {
  margin-left: 5px;
}
@media screen and (max-width: 749px) {
  /* line 719, ../../sass/_setting.scss */
  .unit {
    margin: 10px auto 0;
  }
}

/* line 728, ../../sass/_setting.scss */
.unit a,
.unit2 a {
  position: relative;
  display: block;
  background: #f5f5f5;
  color: #000000;
  padding: 1px;
}

/* line 737, ../../sass/_setting.scss */
.unit a:hover,
.unit2 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none !important;
}

/* line 745, ../../sass/_setting.scss */
.unit dl {
  border-top: 4px solid #006469;
}

/* line 749, ../../sass/_setting.scss */
.unit dt {
  height: 63px;
  line-height: 63px;
  font-size: 18px;
}

/* line 755, ../../sass/_setting.scss */
.unit dt,
.unit2 dt {
  font-weight: bold;
  text-align: center;
}

/* line 761, ../../sass/_setting.scss */
.unit dd.text {
  padding: 18px;
  font-size: 14px;
}

/* line 766, ../../sass/_setting.scss */
.unit.even a {
  background: #FFFFFF;
}

/* line 770, ../../sass/_setting.scss */
.unitWp:after {
  content: "";
  display: table;
  clear: both;
}

/* - バナー　- */
/* line 779, ../../sass/_setting.scss */
.pc_bunner {
  display: block;
}

/* line 783, ../../sass/_setting.scss */
.sp_bunner {
  display: none;
}

@media screen and (max-width: 749px) {
  /* line 788, ../../sass/_setting.scss */
  .pc_bunner {
    display: none;
  }

  /* line 793, ../../sass/_setting.scss */
  .sp_bunner {
    display: block;
  }
}
/*下層ページでSNS非表示*/
/* line 800, ../../sass/_setting.scss */
.p-page .box_side--sns {
  display: none;
}

/*title*/
/* line 807, ../../sass/_setting.scss */
.ttl-basic {
  background: #e6f0ff;
  text-align: center;
  padding: 0.2em 1em 0.2em;
  color: #3659b8;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  /* line 807, ../../sass/_setting.scss */
  .ttl-basic {
    font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-bottom: 1em;
    border-radius: 0.2em;
  }
}

/*js-----------------------------------------------*/
/* line 830, ../../sass/_setting.scss */
.js-anime--fadeIn,
.js-anime--fadeInUp,
.js-anime--fadeInLeft,
.js-anime--fadeInRight {
  opacity: 0;
  animation-duration: 1s;
}

/* line 840, ../../sass/_setting.scss */
.js-animated-duration-01 {
  animation-duration: 0.1s !important;
}

/* line 844, ../../sass/_setting.scss */
.js-animated-duration-02 {
  animation-duration: 0.2s !important;
}

/* line 848, ../../sass/_setting.scss */
.js-animated-duration-03 {
  animation-duration: 0.3s !important;
}

/* line 852, ../../sass/_setting.scss */
.js-animated-duration-04 {
  animation-duration: 0.4s !important;
}

/* line 856, ../../sass/_setting.scss */
.js-animated-duration-05 {
  animation-duration: 0.5s !important;
}

/* line 860, ../../sass/_setting.scss */
.js-animated-duration-06 {
  animation-duration: 0.6s !important;
}

/* line 864, ../../sass/_setting.scss */
.js-animated-duration-07 {
  animation-duration: 0.7s !important;
}

/* line 868, ../../sass/_setting.scss */
.js-animated-duration-08 {
  animation-duration: 0.8s !important;
}

/* line 872, ../../sass/_setting.scss */
.js-animated-duration-09 {
  animation-duration: 0.9s !important;
}

/* line 876, ../../sass/_setting.scss */
.js-animated-duration-10 {
  animation-duration: 1.0s !important;
}

/* line 880, ../../sass/_setting.scss */
.js-animated-duration-11 {
  animation-duration: 1.1s !important;
}

/* line 884, ../../sass/_setting.scss */
.js-animated-duration-12 {
  animation-duration: 1.2s !important;
}

/* line 888, ../../sass/_setting.scss */
.js-animated-duration-13 {
  animation-duration: 1.3s !important;
}

/* line 892, ../../sass/_setting.scss */
.js-animated-duration-14 {
  animation-duration: 1.4s !important;
}

/* line 896, ../../sass/_setting.scss */
.js-animated-duration-15 {
  animation-duration: 1.5s !important;
}

@keyframes c-animation-bg-zoom-y {
  0% {
    background-size: auto 100%;
  }
  50% {
    background-size: auto 130%;
  }
  100% {
    background-size: auto 100%;
  }
}
@keyframes c-animation-bg-zoom-x {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 130% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
/*images*/
/* line 930, ../../sass/_setting.scss */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/*font-----------------------------------------*/
/*　共通___________________________________________________________________*/
/*　header_______________________________　*/
/* line 7, ../../sass/_common.scss */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
/* line 14, ../../sass/_common.scss */
.header.js-header-fix-active {
  position: fixed;
  background: #1e5ca8;
  height: 81px;
  background: #1e5ca8;
}
@media screen and (min-width: 961px) {
  /* line 25, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav {
    padding: 18px 20px;
  }
  /* line 34, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-list {
    padding-top: 0.2em;
  }
  /* line 38, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-item {
    color: #fff !important;
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 53, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-item {
    font-size: 16px;
  }
}
/* line 62, ../../sass/_common.scss */
.header.js-header-fix-active .header-logo__unit {
  font-size: 15px;
}
@media screen and (max-width: 961px) {
  /* line 62, ../../sass/_common.scss */
  .header.js-header-fix-active .header-logo__unit {
    font-size: 10px;
  }
}
/* line 72, ../../sass/_common.scss */
.header.js-header-fix-active .header-logo__jp {
  font-size: 19px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 961px) {
  /* line 72, ../../sass/_common.scss */
  .header.js-header-fix-active .header-logo__jp {
    font-size: 16px;
    letter-spacing: 0.045em;
  }
}
/* line 81, ../../sass/_common.scss */
.header.js-header-fix-active .header-logo__main {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.31em;
}
@media screen and (max-width: 961px) {
  /* line 81, ../../sass/_common.scss */
  .header.js-header-fix-active .header-logo__main {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 0.1em;
  }
}
/* line 93, ../../sass/_common.scss */
.header.js-header-fix-active .header-logo__en {
  font-size: 7.4px;
}
@media screen and (max-width: 961px) {
  /* line 93, ../../sass/_common.scss */
  .header.js-header-fix-active .header-logo__en {
    font-size: 5.8px;
  }
}
/* line 101, ../../sass/_common.scss */
.header.js-header-fix-active .header-logo {
  min-width: 345px;
  margin: 10px;
}
@media screen and (max-width: 961px) {
  /* line 101, ../../sass/_common.scss */
  .header.js-header-fix-active .header-logo {
    margin: 5px;
    padding: 3px;
  }
}
@media screen and (max-width: 961px) {
  /* line 14, ../../sass/_common.scss */
  .header.js-header-fix-active {
    height: 65px;
  }
  /* line 120, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-btn {
    background: #fff;
    border-radius: 0;
    height: 56px;
  }
  /* line 127, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__in {
    margin-top: 18px;
    background-color: #3659b8 !important;
  }
  /* line 131, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__in:after, .header.js-header-fix-active .gnav-btn__in:before {
    background-color: #3659b8;
  }
  /* line 137, ../../sass/_common.scss */
  .header.js-header-fix-active .gnav-btn__text {
    color: #3659b8 !important;
  }
}
/* line 151, ../../sass/_common.scss */
.header .gnav-btn {
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background: #fff;
}
/* line 162, ../../sass/_common.scss */
.header-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 168, ../../sass/_common.scss */
.header-logo {
  margin: 17px;
  position: relative;
  min-width: 420px;
  font-family: "wanpaku-ruika", sans-serif;
}
/* line 7, ../../sass/_mixin.scss */
.header-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 168, ../../sass/_common.scss */
  .header-logo {
    margin: 5px;
    padding: 5px;
    width: inherit;
  }
}
/* line 179, ../../sass/_common.scss */
.header-logo__unit {
  font-size: 25px;
  display: inline-block;
}
@media screen and (max-width: 961px) {
  /* line 179, ../../sass/_common.scss */
  .header-logo__unit {
    font-size: 15px;
  }
}
/* line 190, ../../sass/_common.scss */
.header-logo__unit:last-child {
  margin-right: 0.3em;
}
/* line 195, ../../sass/_common.scss */
.header-logo__jp {
  color: #fff;
  font-size: 27.5px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 961px) {
  /* line 195, ../../sass/_common.scss */
  .header-logo__jp {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
/* line 209, ../../sass/_common.scss */
.header-logo__main {
  font-family: "wanpaku-ruika", sans-serif;
  color: #fff;
  font-size: 27.5px;
  letter-spacing: 0.24em;
  margin-bottom: 0.22em;
  line-height: 1.1;
}
@media screen and (max-width: 961px) {
  /* line 209, ../../sass/_common.scss */
  .header-logo__main {
    font-size: 18.7px;
    letter-spacing: 0.15em;
  }
}
/* line 222, ../../sass/_common.scss */
.header-logo__en {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 900;
}
@media screen and (max-width: 961px) {
  /* line 222, ../../sass/_common.scss */
  .header-logo__en {
    font-size: 6.8px;
    letter-spacing: 0.1em;
  }
}

/*　グローバルメニュー_______________________________　*/
/* line 245, ../../sass/_common.scss */
.gnav {
  clear: both;
}
/* line 249, ../../sass/_common.scss */
.gnav-in {
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 249, ../../sass/_common.scss */
  .gnav-in {
    width: 100%;
  }
}
/* line 261, ../../sass/_common.scss */
.gnav-list {
  list-style-type: none;
  padding: 1.5em 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 961px) {
  /* line 261, ../../sass/_common.scss */
  .gnav-list {
    padding: 0;
    display: none;
    position: fixed;
    left: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    top: 0;
    min-height: 100vh;
    padding-top: 90px;
  }
}
/* line 287, ../../sass/_common.scss */
.gnav-item {
  text-align: center;
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-family: "wanpaku-ruika", sans-serif;
}
/* line 7, ../../sass/_mixin.scss */
.gnav-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 287, ../../sass/_common.scss */
  .gnav-item {
    float: none;
    width: 100%;
    color: #3659b8;
    padding: 1em 0;
    font-size: 18px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 1110px) {
  /* line 287, ../../sass/_common.scss */
  .gnav-item {
    padding: 0.5em 0.2em;
  }
}
/* line 315, ../../sass/_common.scss */
.gnav-item:last-child {
  border: none;
}
/* line 320, ../../sass/_common.scss */
.gnav-item--active {
  color: #F8FF46;
}
@media screen and (max-width: 961px) {
  /* line 320, ../../sass/_common.scss */
  .gnav-item--active {
    color: #3659b8;
  }
}
/* line 331, ../../sass/_common.scss */
.gnav-item--logo img {
  max-width: 110px;
  margin-top: -0.2em;
}
@media screen and (max-width: 961px) {
  /* line 331, ../../sass/_common.scss */
  .gnav-item--logo img {
    margin: 0.2em 0;
    max-width: 110px;
  }
}

/* ------ 750px以下の時に表示されるボタン ------ */
/* line 349, ../../sass/_common.scss */
.gnav-btn {
  display: none;
  position: relative;
  height: 52px;
  width: 50px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7, ../../sass/_mixin.scss */
.gnav-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 961px) {
  /* line 349, ../../sass/_common.scss */
  .gnav-btn {
    display: block;
  }
}
/* line 365, ../../sass/_common.scss */
.gnav-btn.current {
  transition: 0.2s;
  right: 0;
  background: #3659b8 !important;
  border-radius: 0;
}
/* line 372, ../../sass/_common.scss */
.gnav-btn.current .gnav-btn__in {
  background: none !important;
}
/* line 376, ../../sass/_common.scss */
.gnav-btn.current .gnav-btn__in::before {
  transform: translateY(6px) rotate(-135deg);
  top: -5px;
  background-color: #fff !important;
}
/* line 382, ../../sass/_common.scss */
.gnav-btn.current .gnav-btn__in::after {
  transform: translateY(-6px) rotate(135deg);
  top: 8px;
  background-color: #fff !important;
}
/* line 388, ../../sass/_common.scss */
.gnav-btn.current .gnav-btn__text {
  color: #fff !important;
}
/* line 395, ../../sass/_common.scss */
.gnav-btn__in {
  display: block;
  margin: auto;
  width: 38px;
  height: 3px;
  background-color: #3659b8;
  -webkit-transition: inherit;
  transition: inherit;
  margin-top: 18px;
  margin-bottom: 20px;
  position: relative;
}
/* line 408, ../../sass/_common.scss */
.gnav-btn__in::before, .gnav-btn__in::after {
  content: '';
  position: absolute;
  display: block;
  width: 38px;
  height: 3px;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
  background: #3659b8;
}
/* line 421, ../../sass/_common.scss */
.gnav-btn__in::before {
  top: -12px;
}
/* line 425, ../../sass/_common.scss */
.gnav-btn__in::after {
  top: 12px;
}
/* line 437, ../../sass/_common.scss */
.gnav-btn__text {
  color: #3659b8;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  font-weight: 900;
}

/* ------パンクズ------ */
/* line 449, ../../sass/_common.scss */
#pankuzu {
  width: 100%;
  height: 30px;
  background: url(../images/common/pa_bg.png) repeat-x;
}
/* line 454, ../../sass/_common.scss */
#pankuzu ul {
  width: 1200px;
  margin: 0 auto;
}
/* line 458, ../../sass/_common.scss */
#pankuzu ul li {
  float: left;
  font-size: 70%;
  letter-spacing: 2px;
  background: url(../images/common/pa_icon.gif) left center no-repeat;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 26px;
}
/* line 467, ../../sass/_common.scss */
#pankuzu ul li a {
  color: #6f542d;
}
/* line 470, ../../sass/_common.scss */
#pankuzu ul li a:hover {
  color: #2A86C8;
}
/* line 476, ../../sass/_common.scss */
#pankuzu ul .home {
  background: none;
  padding-left: 10px;
}
/* line 482, ../../sass/_common.scss */
#pankuzu ul .now a {
  color: #367503;
}

/* ------各ページタイトル ------ */
/* ------ Footer ------ */
/* line 497, ../../sass/_common.scss */
footer {
  background-image: url(../images/common/bg_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  clear: both;
  float: none;
}
/* line 510, ../../sass/_common.scss */
footer #footer-inner {
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 749px) {
  /* line 510, ../../sass/_common.scss */
  footer #footer-inner {
    width: 95%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 510, ../../sass/_common.scss */
  footer #footer-inner {
    width: 95%;
  }
}
@media screen and (max-width: 749px) {
  /* line 510, ../../sass/_common.scss */
  footer #footer-inner {
    padding: 3em 0 3em;
  }
}
/* line 519, ../../sass/_common.scss */
footer #footer-inner nav,
footer #footer-inner #copyright {
  text-align: center;
  margin-bottom: 10px;
}
/* line 525, ../../sass/_common.scss */
footer #footer-inner nav a,
footer #footer-inner #copyright a {
  color: #fff;
}
/* line 531, ../../sass/_common.scss */
footer #copyright {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 12px;
}
/* line 538, ../../sass/_common.scss */
footer .footer-gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 749px) {
  /* line 538, ../../sass/_common.scss */
  footer .footer-gnav__list {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
/* line 550, ../../sass/_common.scss */
footer .footer-gnav__item {
  display: inline-block;
  display: inline;
  margin-bottom: 12px;
  padding: 0 10px 0 15px;
  line-height: 0.8;
  font-size: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-family: "wanpaku-ruika", sans-serif;
  *zoom: 1;
}
@media screen and (max-width: 749px) {
  /* line 550, ../../sass/_common.scss */
  footer .footer-gnav__item {
    margin-bottom: 1em;
  }
}
/* line 568, ../../sass/_common.scss */
footer .footer-gnav__item a {
  line-height: 0.8;
}
/* line 572, ../../sass/_common.scss */
footer .footer-gnav__item:first-child {
  border-left: none;
}
@media screen and (max-width: 749px) {
  /* line 550, ../../sass/_common.scss */
  footer .footer-gnav__item {
    display: block;
    font-size: 80%;
    border: none;
  }
}
/* line 583, ../../sass/_common.scss */
footer ul.footer-gnav {
  margin-bottom: 20px;
}
/* line 587, ../../sass/_common.scss */
footer .adsBox {
  text-align: center;
}
/* line 590, ../../sass/_common.scss */
footer .adsBox table {
  background-color: #fff !important;
}
/* line 595, ../../sass/_common.scss */
footer .footer-msg {
  background: rgba(87, 145, 168, 0.5);
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
/* line 602, ../../sass/_common.scss */
footer .footer-msg-ttl {
  font-family: "wanpaku-ruika", sans-serif;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 602, ../../sass/_common.scss */
  footer .footer-msg-ttl {
    text-align: center;
  }
}
/* line 615, ../../sass/_common.scss */
footer .footer-msg ul {
  display: flex;
}
@media screen and (max-width: 749px) {
  /* line 615, ../../sass/_common.scss */
  footer .footer-msg ul {
    flex-direction: column;
  }
}
/* line 623, ../../sass/_common.scss */
footer .footer-msg li {
  margin: 0;
  margin-right: 1em;
  padding: 0;
}
@media screen and (max-width: 749px) {
  /* line 623, ../../sass/_common.scss */
  footer .footer-msg li {
    margin-bottom: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  /* line 642, ../../sass/_common.scss */
  .p-page .article-containar {
    position: relative;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 749px) {
  /* line 651, ../../sass/_common.scss */
  .p-page #wrapper {
    position: initial;
  }
}
@media screen and (min-width: 749px) {
  /* line 657, ../../sass/_common.scss */
  .p-page footer {
    height: 60px;
    background: #1e5ca8;
    padding: 0.5em 0;
    width: calc(100% + 4em);
    margin-left: -2em;
  }
}
@media screen and (max-width: 749px) {
  /* line 657, ../../sass/_common.scss */
  .p-page footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 749px) {
  /* line 677, ../../sass/_common.scss */
  .p-page #footer-inner {
    width: inherit;
  }
}

/*sns*/
/* line 694, ../../sass/_common.scss */
#social {
  text-align: left;
}

/* line 698, ../../sass/_common.scss */
.share-twitter {
  margin-bottom: 10px;
}

/* line 703, ../../sass/_common.scss */
#social li {
  margin-bottom: 10px;
  margin-left: initial;
}
@media screen and (max-width: 749px) {
  /* line 703, ../../sass/_common.scss */
  #social li {
    text-align: center;
    float: none !important;
  }
}

/* =========================================================
放送スケジュールテーブル
========================================================= */
/* line 719, ../../sass/_common.scss */
.tbl-r02 {
  margin: 20px auto;
}

/* line 723, ../../sass/_common.scss */
.tbl-r02 th {
  background: #2C6CDC;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
}

/* line 731, ../../sass/_common.scss */
.tbl-r02 td {
  border: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  /* line 739, ../../sass/_common.scss */
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  /* line 744, ../../sass/_common.scss */
  .tbl-r02 {
    width: 80%;
  }

  /* line 748, ../../sass/_common.scss */
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    border-right: none;
    display: block;
    width: 100%;
  }
}
/*___各ページ固有____________________________________________________________________*/
/* ------ Mainvisual ------ */
/*　TOP_______________________________　*/
/* line 9, ../../sass/_dedicated.scss */
.top {
  /*main*/
  /*virtual高校野球*/
  /*sponsor*/
  /*TOP用sidearea*/
}
/* line 13, ../../sass/_dedicated.scss */
.top footer {
  padding-bottom: 1em;
}
@media screen and (max-width: 961px) {
  /* line 17, ../../sass/_dedicated.scss */
  .top footer #footer-inner {
    padding: 3em 0 1em;
  }
}
/* line 23, ../../sass/_dedicated.scss */
.top-main {
  background-color: #2281C9;
  height: 100vh;
  min-height: 780px;
  overflow: hidden;
  position: relative;
  /*ボタン*/
  /*ニュース*/
}
@media screen and (max-width: 961px) {
  /* line 23, ../../sass/_dedicated.scss */
  .top-main {
    height: 100vh;
    height: 100dvh;
    min-height: 580px;
  }
}
/* line 41, ../../sass/_dedicated.scss */
.top-main-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 46, ../../sass/_dedicated.scss */
.top-main-bg__list {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 961px) {
  /* line 46, ../../sass/_dedicated.scss */
  .top-main-bg__list {
    flex-direction: column;
  }
}
/* line 57, ../../sass/_dedicated.scss */
.top-main-bg__item {
  width: 25%;
}
@media screen and (max-width: 961px) {
  /* line 57, ../../sass/_dedicated.scss */
  .top-main-bg__item {
    width: 100%;
    height: 25%;
  }
}
/* line 68, ../../sass/_dedicated.scss */
.top-main-bg__in {
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
  animation-name: c-animation-bg-zoom-y;
  animation-duration: 60s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 961px) {
  /* line 68, ../../sass/_dedicated.scss */
  .top-main-bg__in {
    background-size: 100% auto;
    animation-name: c-animation-bg-zoom-x;
    background-attachment: inherit;
  }
}
/* line 90, ../../sass/_dedicated.scss */
.top-main-bg__in--01 {
  background-image: url(../images/top/img_bg_top_main_01_pc.png);
  animation-duration: 55s;
}
@media screen and (max-width: 961px) {
  /* line 90, ../../sass/_dedicated.scss */
  .top-main-bg__in--01 {
    background-image: url(../images/top/img_bg_top_main_01_sp.png);
  }
}
/* line 99, ../../sass/_dedicated.scss */
.top-main-bg__in--02 {
  background-image: url(../images/top/img_bg_top_main_02_pc.png);
  animation-duration: 50s;
}
@media screen and (max-width: 961px) {
  /* line 99, ../../sass/_dedicated.scss */
  .top-main-bg__in--02 {
    background-image: url(../images/top/img_bg_top_main_02_sp.png);
  }
}
/* line 109, ../../sass/_dedicated.scss */
.top-main-bg__in--03 {
  background-image: url(../images/top/img_bg_top_main_03_pc.png);
  animation-duration: 40s;
}
@media screen and (max-width: 961px) {
  /* line 109, ../../sass/_dedicated.scss */
  .top-main-bg__in--03 {
    background-image: url(../images/top/img_bg_top_main_03_sp.png);
  }
}
/* line 118, ../../sass/_dedicated.scss */
.top-main-bg__in--04 {
  background-image: url(../images/top/img_bg_top_main_04_pc.png);
  animation-duration: 50s;
}
@media screen and (max-width: 961px) {
  /* line 118, ../../sass/_dedicated.scss */
  .top-main-bg__in--04 {
    background-image: url(../images/top/img_bg_top_main_04_sp.png);
  }
}
/* line 131, ../../sass/_dedicated.scss */
.top-main-ttl {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-family: "wanpaku-ruika", sans-serif;
}
/* line 149, ../../sass/_dedicated.scss */
.top-main-ttl-many {
  font-size: 65px;
  color: #fff;
  margin-bottom: 0.1em;
  margin-top: -1em;
}
@media screen and (max-width: 749px) {
  /* line 149, ../../sass/_dedicated.scss */
  .top-main-ttl-many {
    font-size: 36px;
    margin-top: -8vw;
  }
}
/* line 162, ../../sass/_dedicated.scss */
.top-main-ttl-unit {
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  /* line 162, ../../sass/_dedicated.scss */
  .top-main-ttl-unit {
    font-size: 18px;
  }
}
/* line 170, ../../sass/_dedicated.scss */
.top-main-ttl-highschool {
  font-size: 62px;
  color: #fff;
  background: #2f6ec3;
  padding: 10px;
  margin-bottom: 0.1em;
  border-radius: 0.05em;
}
@media screen and (max-width: 749px) {
  /* line 170, ../../sass/_dedicated.scss */
  .top-main-ttl-highschool {
    font-size: 39px;
  }
}
/* line 183, ../../sass/_dedicated.scss */
.top-main-ttl-school {
  color: #2f6ec3;
  padding: 10px;
  background: #fff;
  margin-left: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 183, ../../sass/_dedicated.scss */
  .top-main-ttl-school {
    display: block;
    padding: 5px;
    margin-top: 5px;
    margin-left: 0;
    font-size: 39px;
  }
}
/* line 199, ../../sass/_dedicated.scss */
.top-main-ttl-name {
  font-size: 100px;
  color: #fff;
  margin-bottom: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 749px) {
  /* line 199, ../../sass/_dedicated.scss */
  .top-main-ttl-name {
    font-size: 39px;
  }
}
/* line 210, ../../sass/_dedicated.scss */
.top-main-ttl-shiga {
  color: #F8FF46 !important;
  font-size: 98px;
}
@media screen and (max-width: 749px) {
  /* line 210, ../../sass/_dedicated.scss */
  .top-main-ttl-shiga {
    font-size: 44px;
  }
}
/* line 219, ../../sass/_dedicated.scss */
.top-main-ttl-en {
  font-size: 19px;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  /* line 219, ../../sass/_dedicated.scss */
  .top-main-ttl-en {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
}
/* line 235, ../../sass/_dedicated.scss */
.top-main-btn {
  position: relative;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #F8FF37;
  font-family: "wanpaku-ruika", sans-serif;
  border-radius: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
  width: 190px;
}
/* line 7, ../../sass/_mixin.scss */
.top-main-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
@media screen and (max-width: 749px) {
  /* line 235, ../../sass/_dedicated.scss */
  .top-main-btn {
    height: 130px;
    width: 130px;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
}
/* line 265, ../../sass/_dedicated.scss */
.top-main-btn-subttl {
  color: #3659B8;
  background: #fff;
  padding: 0.3em 1em 0.2em;
  margin-bottom: 0.2em;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 265, ../../sass/_dedicated.scss */
  .top-main-btn-subttl {
    font-size: 12px;
  }
}
/* line 278, ../../sass/_dedicated.scss */
.top-main-btn-mainttl {
  color: #3659B8;
  font-size: 30px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 278, ../../sass/_dedicated.scss */
  .top-main-btn-mainttl {
    font-size: 22px;
  }
}
/* line 290, ../../sass/_dedicated.scss */
.top-main-btn-icon img {
  max-width: 70px;
}
@media screen and (max-width: 749px) {
  /* line 290, ../../sass/_dedicated.scss */
  .top-main-btn-icon img {
    max-width: 45px;
  }
}
/* line 303, ../../sass/_dedicated.scss */
.top-main-news {
  position: absolute;
  right: 0;
  bottom: -1px;
  max-width: 490px;
}
@media screen and (max-width: 749px) {
  /* line 303, ../../sass/_dedicated.scss */
  .top-main-news {
    max-width: 85vw;
  }
}
/* line 313, ../../sass/_dedicated.scss */
.top-main-news-in {
  background-color: #fff;
  padding: 2em 1em 1em 2em;
  position: relative;
}
@media screen and (max-width: 749px) {
  /* line 313, ../../sass/_dedicated.scss */
  .top-main-news-in {
    padding: 1em 1em 0.5em 1em;
  }
}
/* line 323, ../../sass/_dedicated.scss */
.top-main-news-ttl {
  background-color: #2677e2;
  color: #fff;
  padding: 0.5em 1em;
  font-family: "wanpaku-ruika", sans-serif;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 0.2em;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  /* line 323, ../../sass/_dedicated.scss */
  .top-main-news-ttl {
    font-size: 13px;
    top: -15px;
    padding: 0.2em 1em;
  }
}
/* line 342, ../../sass/_dedicated.scss */
.top-main-news-messeage {
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  /* line 342, ../../sass/_dedicated.scss */
  .top-main-news-messeage {
    font-size: 12px;
  }
}
/* line 359, ../../sass/_dedicated.scss */
.top-virtual {
  background-color: #d2e5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
}
/* line 369, ../../sass/_dedicated.scss */
.top-virtual__in {
  width: 700px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 369, ../../sass/_dedicated.scss */
  .top-virtual__in {
    width: 95%;
    margin: 0 auto;
  }
}
/* line 379, ../../sass/_dedicated.scss */
.top-virtual__ttl {
  background: #fff;
  text-align: center;
  padding: 0.2em 1em 0.2em;
  color: #3659b8;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  /* line 379, ../../sass/_dedicated.scss */
  .top-virtual__ttl {
    font-size: 12px;
    padding: 0.2em 1em 0.4em;
    margin-bottom: 1em;
    border-radius: 0.2em;
  }
}
/* line 409, ../../sass/_dedicated.scss */
.top-sponsor {
  background-color: #b4cfe1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 2em;
}
@media screen and (max-width: 749px) {
  /* line 409, ../../sass/_dedicated.scss */
  .top-sponsor {
    padding: 2em 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  /* line 423, ../../sass/_dedicated.scss */
  .top-sponsor__in {
    width: 95%;
  }
}
/* line 431, ../../sass/_dedicated.scss */
.top-sponsor__list {
  display: flex;
}
@media screen and (max-width: 749px) {
  /* line 431, ../../sass/_dedicated.scss */
  .top-sponsor__list {
    flex-direction: column;
  }
}
/* line 440, ../../sass/_dedicated.scss */
.top-sponsor__item {
  width: 32%;
  margin-right: 1.5%;
}
@media screen and (max-width: 749px) {
  /* line 440, ../../sass/_dedicated.scss */
  .top-sponsor__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
/* line 450, ../../sass/_dedicated.scss */
.top-sponsor__item:last-child {
  margin-right: 0;
}
/* line 456, ../../sass/_dedicated.scss */
.top-sponsor__item img {
  width: 100%;
}
/* line 473, ../../sass/_dedicated.scss */
.top-side #side {
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 749px) {
  /* line 473, ../../sass/_dedicated.scss */
  .top-side #side {
    padding-bottom: 0;
  }
}
/* line 482, ../../sass/_dedicated.scss */
.top-side .side__in {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 749px) {
  /* line 482, ../../sass/_dedicated.scss */
  .top-side .side__in {
    flex-direction: column;
  }
}
/* line 494, ../../sass/_dedicated.scss */
.top-side .contents-title {
  font-size: 38px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 494, ../../sass/_dedicated.scss */
  .top-side .contents-title {
    font-size: 30px;
  }
}
/* line 503, ../../sass/_dedicated.scss */
.top-side .box_side--schedule {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3em 2em 4em;
  background-color: #ecf5f7;
}
@media screen and (max-width: 749px) {
  /* line 503, ../../sass/_dedicated.scss */
  .top-side .box_side--schedule {
    width: 100%;
    padding: 2em 0 3em;
  }
}
/* line 519, ../../sass/_dedicated.scss */
.top-side .box_side--result {
  width: 50%;
  padding: 3em 2em 4em;
  background-color: #f9f9f9;
}
@media screen and (max-width: 749px) {
  /* line 519, ../../sass/_dedicated.scss */
  .top-side .box_side--result {
    width: 100%;
    padding: 2em 0 3em;
  }
}
/* line 530, ../../sass/_dedicated.scss */
.top-side .tbl_side_calender {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 530, ../../sass/_dedicated.scss */
  .top-side .tbl_side_calender {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 530, ../../sass/_dedicated.scss */
  .top-side .tbl_side_calender {
    max-width: 600px;
  }
}
/* line 543, ../../sass/_dedicated.scss */
.top-side .month {
  font-size: 27px;
  line-height: 40px;
  height: 37px;
}
@media screen and (max-width: 749px) {
  /* line 543, ../../sass/_dedicated.scss */
  .top-side .month {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
}
/* line 558, ../../sass/_dedicated.scss */
.top-side table {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  /* line 558, ../../sass/_dedicated.scss */
  .top-side table {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 558, ../../sass/_dedicated.scss */
  .top-side table {
    max-width: 600px;
  }
}
/* line 572, ../../sass/_dedicated.scss */
.top-side .box_side__description {
  max-width: 435px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 572, ../../sass/_dedicated.scss */
  .top-side .box_side__description {
    max-width: 350px;
  }
}
@media screen and (min-width: 1360px) {
  /* line 572, ../../sass/_dedicated.scss */
  .top-side .box_side__description {
    max-width: 600px;
  }
}
/* line 586, ../../sass/_dedicated.scss */
.top-side .box_side table td {
  height: 39px;
  font-size: 22px;
}
@media screen and (max-width: 749px) {
  /* line 586, ../../sass/_dedicated.scss */
  .top-side .box_side table td {
    height: 29px;
    font-size: 18px;
  }
}
/* line 596, ../../sass/_dedicated.scss */
.top-side .box_side table td a {
  line-height: 39px;
  font-size: 22px;
}
@media screen and (max-width: 749px) {
  /* line 596, ../../sass/_dedicated.scss */
  .top-side .box_side table td a {
    line-height: 29px;
    font-size: 18px;
  }
}
/* line 606, ../../sass/_dedicated.scss */
.top-side .tbl_side_schedule td {
  padding: 0.5em !important;
  font-size: 22px !important;
}
@media screen and (max-width: 749px) {
  /* line 606, ../../sass/_dedicated.scss */
  .top-side .tbl_side_schedule td {
    font-size: 18px !important;
  }
}
/* line 615, ../../sass/_dedicated.scss */
.top-side .box_side--sns {
  display: flex;
  justify-content: center;
  padding: 3em 0;
  background: #b4cfe1;
}
@media screen and (max-width: 749px) {
  /* line 615, ../../sass/_dedicated.scss */
  .top-side .box_side--sns {
    flex-direction: column;
    padding: 2em 0;
  }
}
/* line 634, ../../sass/_dedicated.scss */
.top-side .sosial_area {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 749px) {
  /* line 634, ../../sass/_dedicated.scss */
  .top-side .sosial_area {
    flex-direction: column;
  }
}
/* line 643, ../../sass/_dedicated.scss */
.top-side .sosial_area li {
  margin: 0 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 654, ../../sass/_dedicated.scss */
  .top #social {
    display: none;
  }
}
/* line 661, ../../sass/_dedicated.scss */
.top ul.sosial_area {
  width: 100%;
}
/* line 666, ../../sass/_dedicated.scss */
.top ul.sosial_area li {
  float: left;
  /*margin-left: 10px;*/
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  /* line 666, ../../sass/_dedicated.scss */
  .top ul.sosial_area li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 666, ../../sass/_dedicated.scss */
  .top ul.sosial_area li {
    margin-bottom: 10px;
  }
}
/* line 680, ../../sass/_dedicated.scss */
.top ul.sosial_area li a img {
  width: 30px;
}
/* line 689, ../../sass/_dedicated.scss */
.top .top-ttl-sub {
  color: #009b42;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 689, ../../sass/_dedicated.scss */
  .top .top-ttl-sub {
    line-height: 125%;
    margin-bottom: 10px;
  }
}
/* line 699, ../../sass/_dedicated.scss */
.top .top-bnr-area {
  margin-bottom: 10px;
}
/* line 703, ../../sass/_dedicated.scss */
.top .top-bnr-area ul {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 708, ../../sass/_dedicated.scss */
.top .top-bnr-area li {
  float: left;
}
/* line 711, ../../sass/_dedicated.scss */
.top .top-bnr-area li:first-child {
  margin-right: 6px;
}
@media screen and (max-width: 749px) {
  /* line 711, ../../sass/_dedicated.scss */
  .top .top-bnr-area li:first-child {
    margin: 0;
    margin-bottom: 10px;
  }
}

/*　game_______________________________　*/
/* line 732, ../../sass/_dedicated.scss */
.game {
  /*navi*/
  /*tittle*/
  /*scoreboard*/
}
/* line 735, ../../sass/_dedicated.scss */
.game .game_nav {
  margin: 30px auto;
}
/* line 739, ../../sass/_dedicated.scss */
.game .game_nav ul li {
  width: 15.1%;
  height: 34px;
  line-height: 34px;
  float: left;
  margin-right: 10px;
  border: 1px solid #3754a5;
  color: #3754a5;
  text-align: center;
  background: #f0f6f9;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 739, ../../sass/_dedicated.scss */
  .game .game_nav ul li {
    font-size: 11px;
    margin-right: 3px;
  }
}
/* line 756, ../../sass/_dedicated.scss */
.game .game_nav ul li a {
  display: block;
  text-decoration: none;
  color: #3754a5;
}
/* line 763, ../../sass/_dedicated.scss */
.game .game_nav ul li.game_nav_on,
.game .game_nav ul :hover {
  color: #fff;
  background: #3659b8;
}
/* line 772, ../../sass/_dedicated.scss */
.game h2.ttl_game {
  border-bottom: 1px solid #ff000b;
  padding: 10px 0;
  font-size: 22px;
  color: #ff000b;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  /* line 772, ../../sass/_dedicated.scss */
  .game h2.ttl_game {
    font-size: 18px;
  }
}
/* line 786, ../../sass/_dedicated.scss */
.game .one_gameWrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 749px) {
  /* line 789, ../../sass/_dedicated.scss */
  .game .one_gameWrap .txt_game_date {
    font-size: 11px;
    line-height: 1.3;
  }
}
/* line 798, ../../sass/_dedicated.scss */
.game .tbl_game_score {
  border: none;
  margin: 5px 0 5px;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  /* line 798, ../../sass/_dedicated.scss */
  .game .tbl_game_score {
    /*table-layout:fixed;*/
  }
}
/* line 809, ../../sass/_dedicated.scss */
.game .tbl_game_score caption {
  font-size: 14px;
  font-weight: bold;
  color: #3659b8;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  /* line 809, ../../sass/_dedicated.scss */
  .game .tbl_game_score caption {
    font-size: 12px;
  }
}
/* line 824, ../../sass/_dedicated.scss */
.game .tbl_game_score caption strong {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  /* line 824, ../../sass/_dedicated.scss */
  .game .tbl_game_score caption strong {
    font-size: 18px;
  }
}
/* line 837, ../../sass/_dedicated.scss */
.game .tbl_game_score tr th {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 5px;
  background: #f0f6f9;
  color: #3659b8;
  white-space: nowrap;
  border: 1px #e8e8e8 solid;
}
@media screen and (max-width: 749px) {
  /* line 837, ../../sass/_dedicated.scss */
  .game .tbl_game_score tr th {
    padding: 0;
    font-size: 10px;
    white-space: normal;
  }
}
/* line 857, ../../sass/_dedicated.scss */
.game .tbl_game_score tr th.s_name {
  text-align: left !important;
}
@media screen and (max-width: 749px) {
  /* line 857, ../../sass/_dedicated.scss */
  .game .tbl_game_score tr th.s_name {
    width: 30px;
    text-align: center !important;
  }
}
/* line 868, ../../sass/_dedicated.scss */
.game .tbl_game_score tr td {
  text-align: center;
  font-size: smaller;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding: 2px;
  border: 1px #e8e8e8 solid;
}
@media screen and (max-width: 749px) {
  /* line 868, ../../sass/_dedicated.scss */
  .game .tbl_game_score tr td {
    padding: 0;
    font-size: 10px;
  }
}
/* line 883, ../../sass/_dedicated.scss */
.game .tbl_game_score tr td.bg_plus {
  text-align: left !important;
  background: #E6F0E7;
}
/* line 889, ../../sass/_dedicated.scss */
.game .tbl_game_score .win_team td,
.game .tbl_game_score .win_team th {
  background-color: #FFEB1A;
  color: #E50000;
}

/*　msg_______________________________　*/
/* line 905, ../../sass/_dedicated.scss */
.msg_ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 150%;
  color: #3659b8;
  display: block;
}
@media screen and (max-width: 749px) {
  /* line 905, ../../sass/_dedicated.scss */
  .msg_ttl {
    font-size: 18px;
  }
}
/* line 918, ../../sass/_dedicated.scss */
.msg #mail-unit {
  margin: 20px auto;
  padding-bottom: 20px;
  border: 5px solid #3659b8;
  text-align: center;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 918, ../../sass/_dedicated.scss */
  .msg #mail-unit {
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 934, ../../sass/_dedicated.scss */
.msg #mail-unit p {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #3659b8;
  text-align: center;
  color: #fff;
}
/* line 945, ../../sass/_dedicated.scss */
.msg #mail-unit dl {
  margin-bottom: 10px;
  padding-left: 20px;
  overflow: hidden;
}
/* line 950, ../../sass/_dedicated.scss */
.msg #mail-unit dl dt {
  width: 163px;
  float: left;
  line-height: 30px;
  text-align: left;
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 945, ../../sass/_dedicated.scss */
  .msg #mail-unit dl {
    width: 90%;
  }
}
/* line 961, ../../sass/_dedicated.scss */
.msg #mail-unit dl dd {
  float: left;
  text-align: left;
}
@media screen and (max-width: 749px) {
  /* line 961, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 961, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd {
    width: 90%;
  }
}
/* line 975, ../../sass/_dedicated.scss */
.msg #mail-unit dl dd input {
  width: 387px;
  height: 36px;
  font-size: 18px;
  text-align: left;
  border: solid #ccc 1px;
  border-radius: 0.2em;
  padding: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 975, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd input {
    width: 90%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 975, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd input {
    width: 60%;
  }
}
/* line 994, ../../sass/_dedicated.scss */
.msg #mail-unit dl dd textarea {
  border: solid #ccc 1px;
  border-radius: 0.2em;
}
@media screen and (max-width: 749px) {
  /* line 994, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd textarea {
    width: 90%;
  }
}
@media screen and (min-width: 749px) and (max-width: 961px) {
  /* line 994, ../../sass/_dedicated.scss */
  .msg #mail-unit dl dd textarea {
    width: 60%;
  }
}
/* line 1007, ../../sass/_dedicated.scss */
.msg #mail-unit dl dd span {
  font-weight: 700;
}
/* line 1012, ../../sass/_dedicated.scss */
.msg #mail-unit dl dl:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1019, ../../sass/_dedicated.scss */
.msg #mail-unit a.btn {
  width: 176px;
  height: 44px;
  line-height: 44px;
  margin: 20px auto 0;
  background: #249095;
  position: relative;
  display: block;
  color: #FFFFFF;
  background: #e44f4f;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 0.2em;
  font-family: "wanpaku-ruika", sans-serif;
}
/* line 1036, ../../sass/_dedicated.scss */
.msg #mail-unit a.btn:hover {
  opacity: 0.8;
}
/* line 1041, ../../sass/_dedicated.scss */
.msg li {
  float: left;
  margin-left: 10px;
}
/* line 1046, ../../sass/_dedicated.scss */
.msg li a img {
  width: 30px;
}
/* line 1052, ../../sass/_dedicated.scss */
.msg .fax {
  padding: 10px 10px 10px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: auto;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1052, ../../sass/_dedicated.scss */
  .msg .fax {
    margin: 0 auto;
  }
}
/* line 1066, ../../sass/_dedicated.scss */
.msg .fax span {
  color: #ff0000;
  font-size: 17px;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  /* line 1066, ../../sass/_dedicated.scss */
  .msg .fax span {
    display: block;
    margin-right: 0px;
  }
}
/* line 1077, ../../sass/_dedicated.scss */
.msg .fax .tel {
  font-weight: 700;
  font-size: 30px;
  color: #3659b8;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1077, ../../sass/_dedicated.scss */
  .msg .fax .tel {
    font-size: 26px;
  }
}

/*　highlight_______________________________　*/
/* line 1093, ../../sass/_dedicated.scss */
.highlight {
  /*モーダル閉じるボタン*/
}
/* line 1094, ../../sass/_dedicated.scss */
.highlight .staff_area {
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 auto;
}
/* line 1099, ../../sass/_dedicated.scss */
.highlight .staff_area .view {
  display: inline-block;
}
/* line 1104, ../../sass/_dedicated.scss */
.highlight .tbl_highlight {
  width: 75%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 749px) {
  /* line 1104, ../../sass/_dedicated.scss */
  .highlight .tbl_highlight {
    width: 80%;
  }
}
@media screen and (max-width: 749px) {
  /* line 1114, ../../sass/_dedicated.scss */
  .highlight .tbl_highlight tr th {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  /* line 1122, ../../sass/_dedicated.scss */
  .highlight .tbl_highlight tr td {
    width: 100%;
    display: block;
  }
}
/* line 1132, ../../sass/_dedicated.scss */
.highlight .tbl_highlight tr td .name_r {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  /* line 1132, ../../sass/_dedicated.scss */
  .highlight .tbl_highlight tr td .name_r {
    font-size: 22px;
  }
}
/* line 1141, ../../sass/_dedicated.scss */
.highlight .tbl_highlight tr td .comment_r {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  /* line 1141, ../../sass/_dedicated.scss */
  .highlight .tbl_highlight tr td .comment_r {
    font-size: 18px;
  }
}
/* line 1154, ../../sass/_dedicated.scss */
.highlight .icon_close {
  text-align: center;
  margin: 20px auto;
}
/* line 1159, ../../sass/_dedicated.scss */
.highlight .closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
/* line 1168, ../../sass/_dedicated.scss */
.highlight .closebt:hover {
  transform: rotate(90deg);
}

/*　digest.php_______________________________　*/
/* line 1176, ../../sass/_dedicated.scss */
.digest_ttl {
  font-size: 25px;
  line-height: 150%;
  color: #3659b8;
  margin-bottom: 5px;
  font-family: "wanpaku-ruika", sans-serif;
}
@media screen and (max-width: 749px) {
  /* line 1176, ../../sass/_dedicated.scss */
  .digest_ttl {
    font-size: 20px;
    text-align: center;
  }
}

/* line 1190, ../../sass/_dedicated.scss */
.digest_ttl_description {
  font-size: 12px;
}

/* line 1197, ../../sass/_dedicated.scss */
.digest_mc_ttl {
  padding: 7px;
  background: #ecf5f7;
  color: #3659b8;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 1209, ../../sass/_dedicated.scss */
.digest_mc li {
  display: block;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  /* line 1209, ../../sass/_dedicated.scss */
  .digest_mc li {
    margin-bottom: 40px;
  }
}

/* line 1220, ../../sass/_dedicated.scss */
.digest_mc__photo {
  width: 30%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 749px) {
  /* line 1220, ../../sass/_dedicated.scss */
  .digest_mc__photo {
    width: 99%;
    float: none;
  }
}

/* line 1233, ../../sass/_dedicated.scss */
.digest_mc__description {
  float: right;
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 10px 10px;
  max-width: 100%;
  font-size: 16px;
  width: 64%;
  margin-bottom: 20px;
  background: #f6f6f6;
}
@media screen and (max-width: 749px) {
  /* line 1233, ../../sass/_dedicated.scss */
  .digest_mc__description {
    width: 100%;
    float: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
  }
}
/* line 1253, ../../sass/_dedicated.scss */
.digest_mc__description:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -29px;
  margin-top: -12px;
  border: 15px solid transparent;
  border-right: 15px solid #f6f6f6;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  /* line 1253, ../../sass/_dedicated.scss */
  .digest_mc__description:before {
    display: none;
  }
}
/* line 1268, ../../sass/_dedicated.scss */
.digest_mc__description:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -30px;
  margin-top: -14px;
  border: 15px solid transparent;
  border-right: 15px solid #f6f6f6;
  z-index: -2;
}
@media screen and (max-width: 749px) {
  /* line 1268, ../../sass/_dedicated.scss */
  .digest_mc__description:after {
    display: none;
  }
}

/* line 1284, ../../sass/_dedicated.scss */
.digest_mc__description-top {
  display: flex;
  flex-direction: column;
}

/* line 1290, ../../sass/_dedicated.scss */
.digest_mc__description-name {
  float: left;
  padding: 10px;
  padding-right: 0;
  color: #393a39;
  font-family: "wanpaku-ruika", sans-serif;
  font-size: 23px;
}
@media screen and (max-width: 749px) {
  /* line 1290, ../../sass/_dedicated.scss */
  .digest_mc__description-name {
    width: 100%;
    float: none;
    font-size: 18px;
    padding: 10px 10px 5px;
  }
}

/* line 1309, ../../sass/_dedicated.scss */
.digest_mc__description-profile {
  padding: 5px 5px 15px 38px;
  padding-left: 10px;
  font-size: 16px;
  float: right;
  line-height: 155%;
  color: #1f46b1;
  font-weight: bold;
  line-height: 1.8;
  /* background: #fff; */
  /* margin-bottom: 5px;*/
}
@media screen and (max-width: 749px) {
  /* line 1309, ../../sass/_dedicated.scss */
  .digest_mc__description-profile {
    float: none;
    border: none;
    padding: 0 15px;
    font-size: 14px;
  }
}

/* line 1330, ../../sass/_dedicated.scss */
.digest_mc__description-comment {
  clear: both;
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  /* line 1330, ../../sass/_dedicated.scss */
  .digest_mc__description-comment {
    margin: 15px;
    font-size: 14px;
  }
}

/* line 1345, ../../sass/_dedicated.scss */
.digest_bnr__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
}
@media screen and (max-width: 749px) {
  /* line 1345, ../../sass/_dedicated.scss */
  .digest_bnr__list {
    flex-direction: column;
  }
}
/* line 1354, ../../sass/_dedicated.scss */
.digest_bnr__list li {
  margin-right: 0.5em;
}
@media screen and (max-width: 749px) {
  /* line 1354, ../../sass/_dedicated.scss */
  .digest_bnr__list li {
    margin-right: initial;
    margin-bottom: 0.5em;
  }
}

/* JS関連 */
/* エラー メッセージ */
/* line 5, ../../sass/_js.scss */
.error .msg {
  color: #F00;
}
