@charset "UTF-8";
/*------------------------------
font-face
------------------------------*/
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../font/NotoSerifJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "YakuHanJP";
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/*------------------------------
関数
------------------------------*/
/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: YakuHanJP, "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  min-width: 1080px;
  color: #111;
}

a {
  color: #111;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
}

/* ----------------------- */
/* header
/* ----------------------- */
.l-header {
  width: 250px;
}

.header {
  width: 100%;
  height: 100%;
  background: #f8fbfd;
  border-right: 1px solid #eee;
}
.header-link {
  display: block;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-link.no-link {
  pointer-events: none;
  background: #eee;
}
.header-link.no-link .header-link_menu {
  color: #757575;
}
.header-link.no-link .header-link_menu::after {
  border-top: solid 2px #757575;
  border-right: solid 2px #757575;
}
.header-link:hover, .header-link.active {
  background: rgba(47, 129, 217, 0.1);
}
.header-link:hover .header-link_menu::after, .header-link.active .header-link_menu::after {
  border-top: solid 2px #2f81d9;
  border-right: solid 2px #2f81d9;
}
/*.header-link.active {
  pointer-events: none;
}*/
.header-link_menu {
  display: block;
  line-height: 1.375;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px dotted #aaa;
}
.header-link_menu::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #003366;
  border-right: solid 2px #003366;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.redTxt{ color: #f00; }
.linedel{ text-decoration: line-through;text-decoration-color: #f00; }

/* ----------------------- */
/* footer
/* ----------------------- */
.l-footer .inner_s {
  padding-top: 120px;
  padding-bottom: 100px;
}
.l-footer .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .foot-item .text {
  line-height: 2;
}
.l-footer .foot-item .sub-text {
  margin-top: 5px;
}
.l-footer .copy {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  background: #001e3d;
  text-align: center;
}
.l-footer.top {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/top/footer_bg.png);
}
.l-footer.top .inner_s {
  padding-bottom: 31.75vw;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
共通コンポーネント
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ----------------------- */
/* タイトル
/* ----------------------- */
.h2 {
  font-size: 34px;
  font-weight: 400;
  color: #003366;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  position: relative;
}
.h2::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #003366;
  position: absolute;
  left: 3px;
  bottom: 0;
}
.h2.h2_s {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.h2.h2_s::before {
  left: 0;
}

.sub-h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003366;
  padding-bottom: 0.8em;
  position: relative;
  margin-bottom: 40px;
}
.sub-h2::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #003366;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

/* ----------------------- */
/* ボタン
/* ----------------------- */
.btn {
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003366;
  border-radius: 6px;
  margin-top: 30px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn:hover {
  background: #2f81d9;
}
.btn span {
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
}
.btn span::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/mail.png);
  width: 23px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}
.btn.dl::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/pdf_icon.png);
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.btn.dl span::before {
  display: none;
}
.btn.tab::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/link.png);
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.btn.tab span::before {
  display: none;
}

.l-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-btns .btn {
  width: 180px;
  height: 35px;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
}
.l-btns .btn::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.l-btns .btn span::before {
  display: none;
}
.l-btns .btn:first-child::after {
  background-image: url(../images/common/link.png);
}
.l-btns .btn:last-child::after {
  background-image: url(../images/common/pdf_icon.png);
}

.l-btns--l .btn {
  margin-top: 0;
  width: 100%;
  height: 60px;
}
.l-btns--l .btn:not(:last-child) {
  margin-bottom: 20px;
}

/* ----------------------- */
/* 下層共通
/* ----------------------- */
.c-belt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 51, 102, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 51, 102, 0.1);
  position: relative;
  z-index: 1;
}
.c-belt .img {
  width: 565px;
}

.sub-hero {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/common/hero.jpg?a);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-hero h1 {
  font-size: 45px;
  font-weight: 500;
  font-family: YakuHanJP, "NotoSerifJP", serif;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.l-c-textArea {
  padding-top: 50px;
  padding-bottom: 65px;
}

.c-textArea {
  width: 90%;
  max-width: 845px;
  margin: auto;
  padding: 35px 5%;
  background: #ebf5ff;
}
.c-textArea .text {
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
  color: #333;
}

/* ----------------------- */
/* 共通スタイル
/* ----------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

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

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}
@media (max-width: 768px) {
  .pb40 {
    padding-bottom: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  .pb50 {
    padding-bottom: 30px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}
@media (max-width: 768px) {
  .pt40 {
    padding-top: 30px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media (max-width: 768px) {
  .pt50 {
    padding-top: 30px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.whole-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  width: 90%;
  max-width: 950px;
  margin: auto;
}

.inner_s {
  width: 90%;
  max-width: 680px;
  margin: auto;
}

.sub-text {
  font-size: 14px;
  line-height: 1.5714285714;
  display: block;
}

.accent {
  color: #003366;
}

.sub-c {
  color: #555;
}

.section {
  padding-top: 65px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.c-text {
  font-size: 16px;
  line-height: 1.7;
}

.c-heading {
  font-size: 20px;
}

.c-list {
  padding-left: 1em;
}
.c-list li:not(:last-child) {
  margin-bottom: 1em;
}

.l-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ----------------------- */
/* main
/* ----------------------- */
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-news .h2 {
  margin-bottom: 15px;
}
.l-news .news {
  max-height: 235px;
  overflow-y: scroll;
  letter-spacing: 0.1em;
}
.l-news .news::-webkit-scrollbar {
  width: 8px;
}
.l-news .news::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  border-radius: 20px;
}
.l-news .news::-webkit-scrollbar-thumb {
  background-color: #7eaada;
  border-radius: 20px;
}
.l-news .news-item {
  display: block;
  padding-right: 25px;
}
.l-news .news-item_inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #aaa;
}
.l-news .news-item time {
  width: 21.6049382716%;
  color: #666;
}
.l-news .news-item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.externallink i{ background: url(../images/common/link2.png) 0 0 no-repeat;
  background-size: 100%;
  width: 12px; height: 12px;
  display: inline-block;
  margin-left: 5px;
}
/* ----------------------- */
/* 開催概要
/* ----------------------- */
.page_outline .l-detail .data-table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}
.page_outline .l-detail .data-table dl dt,
.page_outline .l-detail .data-table dl dd {
  padding: 30px 25px;
}
.page_outline .l-detail .data-table dl dt {
  width: 27%;
  border-bottom: 1px solid #003366;
}
.page_outline .l-detail .data-table dl dt p {
  color: #003366;
}
.page_outline .l-detail .data-table dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #ddd;
}

.page_greeting .figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.page_greeting .figure .img {
  width: 20%;
  margin-left: 20px;
}
.page_greeting .figure .content p {
  font-size: 18px;
  text-align: right;
}
.page_greeting .figure .content p:not(:last-child) {
  margin-bottom: 1em;
}
.page_greeting .greeting p {
  text-indent: 1em;
  line-height: 2;
}
.page_greeting .greeting p:not(:last-child) {
  margin-bottom: 0.625em;
}/*# sourceMappingURL=style.css.map */

.notice li{ position: relative; padding-left:18px; margin-bottom: 7px;}
.notice li::before{ position: absolute; content:"・"; left:0; }

.numList{ margin:0 0 10px 20px; line-height: 1.6em; }
.numList a{ color: #00767e; }

/*program*/
#btnBox{ display: flex; margin-bottom: 30px; }
#btnBox li{ width: 50%; }
#btnBox .externalIcon2 a:hover i::after{ background: url(../img/externalIcon3.png) 0 0 no-repeat; }

section .mailBtn a {  margin-left:  auto;  margin-right:auto  }

.externalIcon2 a:hover i:after{ background: url(../img/externalIcon2.png) 0 0 no-repeat;}

.linethrough {text-decoration-line: line-through;
    text-decoration-color: #f00;  }

@media screen and (min-width: 1271px) {
.contentBox{ width: 90%;}
}


#programMenu { margin:0 auto 3%; }
#programMenu a{ color:#121212; display: block; }
#programMenu a:hover{ color:#55a3d1;}
#programMenu li{ position: relative; padding:0 20px;}
#programMenu li:not(:last-child){ margin-bottom:25px;}
#programMenu li:before,
#programMenu li a:after, .detail:before{  position: absolute; }

#programMenu li:before, .detail:before{ content:"・"; left:0; top:0; color:#2f81d9; }
#programMenu li a:after{ content:""; right:0;  bottom: 50%;
  border-right: 2px solid #2f81d9;
  border-bottom: 2px solid #2f81d9;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}


.programBox { margin-bottom:90px }
.programBox2{ margin-bottom:60px}
.programTitle{ font-size:1.4em; margin-bottom:20px;
  color:#003763;
border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.programTitle span{ background:#f8fbfd; color:#00648c; padding:3px 9px;  font-size: 0.9em; font-weight: 300;}
h5.programTitle{ border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

.school{ font-size:0.85em; }

.moderator{ display: flex; margin-bottom:10px }
.mc{ background:#eee; padding:1px 7px;width:50px; display: inline-block; }
.word{ text-indent: 1em; position: relative; padding: 10px 15px;
  line-height: 1.8em;
}

.mcword{ padding-top:15px; margin-bottom:15px; text-align: center; font-size: 1.1em; }

.word:before, .word:after{ position:absolute; content:"";  border-style: solid; border-color:#ddd;
  width: 15px;
  height: 15px;
}
.word:before{ border-width:2px 0 0 2px; top:0; left:0 }
.word:after{  border-width: 0 2px 2px 0;bottom: 0; right:0  }
/*
 .scheduleWrap dl:nth-child(even){ background:#f9f9f9; }
 .scheduleWrap dl dl:nth-child(even){ background: inherit; }
  .scheduleBox:not(:first-child){ border-top: 1px dotted #ddd; }*/
 .scheduleBox{ padding: 0 20px 5px; line-height:1.8em;  display:flex; }
 .scheduleBox p{ line-height: 1.6em; margin-bottom: 10px; }
 .scheduleBox dd{ width: 92%; }
 .scheduleBox dd a{ text-decoration: none;  position: relative; }
 .scheduleBox dd a .icon-external::before{ top:5px }
 .scheduleBox a,
#linktxt a{ color:#00648c; text-decoration: underline;}
.scheduleBox a:hover,
#linktxt a:hover{ color:#003763; }

.scheduleTitle{ color:#00648c; width: 120px; }



.sponsor{ text-align: right; margin-top: 15px; padding-right: 20px; padding-top: 15px; border-top: 1px dotted #ddd;}
.sponsor span{color:#00648c;  } 

.lecture{ color: #00648c; margin-right: 8px; margin-top: 10px; }
.lecture span{ background: #005d87; color:#fff; padding: 2px 8px;}
#programList li{ margin-bottom:10px; }
/*#programList li:nth-child(2n){ margin-bottom:20px; padding-top:5px }*/

.redTxt{ font-weight: 700; color:#c23c3c; }

.scheduleBox .externalIcon i::before,
.scheduleWrap .externalIcon i::before{ height: 8px; }
.scheduleBox .txtUnd:not(:last-child){ border-bottom:1px dotted #ccc }

.detail{ position: relative; padding-left: 20px; }

#workshop{ width:100% }
#workshopCont li{ margin-bottom: 5px; }

.page_poster .inner{ width:870px; margin:0 auto  }
.page_poster .c-textArea{ width: 100%; max-width: 870px;}
.pointTxt {  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
line-height: 1.6em;}
.pointTxt::before {
  content: "・";
  position: absolute;
  left: 0;
}


@media screen and (min-width: 1060px) {
.btn a{ width: 80%; margin: 20px auto 100px; }
}


@media screen and (min-width: 751px) {
  #programMenu { width:80%; }
 .scheduleBox dd dd{ width: 20%; }
}


@media screen and (min-width: 441px) {
.mc{  margin-right:20px;  }
}


@media screen and (min-width: 391px) {
#pageTitle br{ display: none; }
}

/*pc--------------------------------------------*/
@media screen and (min-width: 1060px) {
  .btn a{  margin: 20px auto 0; }
}
@media screen and (max-width: 750px) {
.scheduleBox{ padding-right: 2%; padding-left: 2%; }
}
@media screen and (max-width: 440px) {
  #pageTitle{ letter-spacing: 0.05em; }
.mc{ margin-right: 10px; }
}