@charset "UTF-8";
/* ----------------------------------------
  font icon
---------------------------------------- */
/* ----------------------------------------
  web font
---------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url(../css/swiper.css);
@import url(../css/swipebox.css);
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
/* ----------------------------------------

---------------------------------------- */
@media screen and (min-width: 769px) {
  /* line 24, ../scss/style.scss */
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 25, ../scss/style.scss */
  .pc {
    display: none;
  }
}
/*#46bcbf*/
/*#1c7e81*/
/* ----------------------------------------
  common settings
---------------------------------------- */
/* line 33, ../scss/style.scss */
html {
  font-size: 62.5%;
}

/* line 34, ../scss/style.scss */
body {
  font-family: 'Noto Sans', 'Noto Sans Japanese', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}

/* line 40, ../scss/style.scss */
#wrap {
  width: 100%;
}

/* line 41, ../scss/style.scss */
.contentArea {
  width: 100%;
}

@media screen and (min-width: 769px) {
  /* line 42, ../scss/style.scss */
  .contentWidth {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  /* line 42, ../scss/style.scss */
  .contentWidth {
    width: 94.6%;
    margin: 0 auto;
  }
}

/* line 51, ../scss/style.scss */
.attention {
  color: #e86779;
  font-weight: bold;
}

/* line 52, ../scss/style.scss */
img {
  display: block;
  max-width: 100%;
}

/* line 57, ../scss/style.scss */
a {
  color: #0077ac;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  /* line 61, ../scss/style.scss */
  a:hover {
    color: #0f4963;
  }
}

/* line 66, ../scss/style.scss */
a.btnLink {
  display: inline-block;
  width: 460px;
  background-color: #FBC600;
  border-bottom: 2px solid #c59b00;
  border-radius: 4px;
  padding: 28px 20px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
  position: relative;
}
/* line 79, ../scss/style.scss */
a.btnLink .fa-caret-right {
  font-size: 2.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1rem;
}
@media screen and (min-width: 769px) {
  /* line 87, ../scss/style.scss */
  a.btnLink:hover {
    color: #333;
    background-color: #ffd846;
    border-bottom: 2px solid #d6ae1b;
  }
}

@media screen and (max-width: 768px) {
  /* line 96, ../scss/style.scss */
  a.btnLink {
    display: inline-block;
    width: 240px;
    padding: 16px 10px;
    font-size: 2rem;
    position: relative;
  }
  /* line 102, ../scss/style.scss */
  a.btnLink .fa-caret-right {
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 50%;
  }
}
@media screen and (min-width: 769px) {
  /* line 110, ../scss/style.scss */
  .blur {
    margin-top: 132px;
  }
}
@media screen and (max-width: 768px) {
  /* line 111, ../scss/style.scss */
  .blur {
    margin-top: 64px;
  }
}
/* ----------------------------------------
  common parts
---------------------------------------- */
@media screen and (min-width: 769px) {
  /* line 2, ../scss/_header.scss */
  header {
    width: 100%;
    height: 132px;
    background: rgba(255, 255, 255, 0.99);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  /* line 10, ../scss/_header.scss */
  header .logoBox h1 {
    display: block;
    text-align: center;
    vertical-align: bottom;
    padding: 26px 0;
  }
  /* line 16, ../scss/_header.scss */
  header .logoBox h1 a .logo {
    display: inline-block;
    height: 42px;
  }
  /* line 25, ../scss/_header.scss */
  header .logoBox h1 a:hover {
    opacity: .6;
  }
  /* line 29, ../scss/_header.scss */
  header .logoBox h1 .date {
    display: none;
  }
  /* line 33, ../scss/_header.scss */
  header .gnav {
    padding-bottom: 20px;
  }
  /* line 35, ../scss/_header.scss */
  header .gnav .gnavList {
    text-align: center;
  }
  /* line 37, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem {
    display: inline-block;
  }
  /* line 39, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem a {
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
  }
  /* line 43, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem a:hover {
    opacity: .6;
  }
  /* line 47, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem:after {
    content: "／";
    margin: 0 14px;
    color: #FBC600;
  }
  /* line 53, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem:last-child:after {
    content: "";
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  /* line 68, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem a {
    font-size: 1.4rem;
  }
  /* line 71, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem:after {
    content: "／";
    margin: 0 4px;
  }
  /* line 76, ../scss/_header.scss */
  header .gnav .gnavList .gnavItem:last-child:after {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  /* line 87, ../scss/_header.scss */
  header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  /* line 94, ../scss/_header.scss */
  header .logoBox {
    position: relative;
    border-bottom: 2px solid #ccc;
  }
  /* line 97, ../scss/_header.scss */
  header .logoBox h1 {
    display: block;
    text-align: left;
    vertical-align: bottom;
    padding: 12px 0 10px;
    width: 94.6%;
    margin: 0 auto;
  }
  /* line 104, ../scss/_header.scss */
  header .logoBox h1 a .logo {
    display: inline-block;
    height: 38px;
  }
  /* line 116, ../scss/_header.scss */
  header .logoBox h1 a .date {
    display: none;
  }
}
/* ----------------------------------------
secSponser
---------------------------------------- */
/* line 4, ../scss/_footer.scss */
.secSponser {
  text-align: center;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 0 0 80px;
  background: #fff7d9 url(/_shared/img/bg_001.png) repeat;
}
/* line 10, ../scss/_footer.scss */
.secSponser .sponserList {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  font-size: 0;
  text-align: center;
}
/* line 14, ../scss/_footer.scss */
.secSponser .sponserList .sponserItem {
  display: inline-block;
  width: 23.33%;
  margin: 0% 2.22% 2.22% 0%;
  height: 188px;
  float: left;
  background: #fff;
  border-radius: 4px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  /* line 19, ../scss/_footer.scss */
  .secSponser .sponserList .sponserItem:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 28, ../scss/_footer.scss */
.secSponser .sponserList .sponserItem a {
  font-size: 1.6rem;
  display: block;
  width: 80%;
  height: 100%;
  padding: 0 10%;
  position: relative;
}
/* line 35, ../scss/_footer.scss */
.secSponser .sponserList .sponserItem a .imgBox {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 42, ../scss/_footer.scss */
.secSponser .sponserList .sponserItem a .sponserName {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.6;
}
/* line 55, ../scss/_footer.scss */
.secSponser .txt {
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  /* line 63, ../scss/_footer.scss */
  .secSponser {
    background: #fff7d9 url(/_shared/img/SPbg_001.png) repeat;
    padding: 0 0 50px 0;
  }
  /* line 66, ../scss/_footer.scss */
  .secSponser .sponserList {
    margin-bottom: 0;
  }
  /* line 68, ../scss/_footer.scss */
  .secSponser .sponserList .sponserItem {
    width: 46%;
    margin: 0 2% 4% 2%;
    height: 120px;
  }
  /* line 72, ../scss/_footer.scss */
  .secSponser .sponserList .sponserItem a {
    display: block;
    width: 90%;
    padding: 0 5%;
  }
  /* line 81, ../scss/_footer.scss */
  .secSponser .txt {
    margin-top: 10px;
  }
}
/* ----------------------------------------
secFacebook
---------------------------------------- */
/* line 93, ../scss/_footer.scss */
.secFacebook {
  padding: 80px 0;
  background: url(/_shared/img/bg_002.png) repeat;
  border-bottom: 2px solid #ccc;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
/* line 98, ../scss/_footer.scss */
.secFacebook .creditBlock {
  width: 42.59%;
  float: left;
}
/* line 102, ../scss/_footer.scss */
.secFacebook .creditBlock .footerLogo .logo {
  margin-bottom: 55px;
}
/* line 104, ../scss/_footer.scss */
.secFacebook .creditBlock .creditTable {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  box-sizing: border-box;
}
/* line 109, ../scss/_footer.scss */
.secFacebook .creditBlock .creditTable .credit {
  display: table;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  line-height: 1.6;
}
/* line 116, ../scss/_footer.scss */
.secFacebook .creditBlock .creditTable .credit dt {
  display: table-cell;
  width: 30%;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px 10px;
  vertical-align: middle;
  text-align: right;
}
/* line 127, ../scss/_footer.scss */
.secFacebook .creditBlock .creditTable .credit dd {
  display: table-cell;
  width: 70%;
  font-size: 1.4rem;
  padding: 16px 0 16px 10px;
  text-align: left;
  vertical-align: middle;
}
/* line 140, ../scss/_footer.scss */
.secFacebook .fbBlock {
  width: 500px;
  float: right;
}

@media screen and (max-width: 768px) {
  /* line 147, ../scss/_footer.scss */
  .secFacebook {
    padding: 40px 0;
  }
  /* line 149, ../scss/_footer.scss */
  .secFacebook .creditBlock {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  /* line 153, ../scss/_footer.scss */
  .secFacebook .creditBlock .footerLogo {
    width: 64.78%;
    min-width: 300px;
    margin: 0 auto 40px;
  }
  /* line 157, ../scss/_footer.scss */
  .secFacebook .creditBlock .footerLogo .logo {
    margin-bottom: 40px;
  }
  /* line 159, ../scss/_footer.scss */
  .secFacebook .creditBlock .creditTable {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
  }
  /* line 164, ../scss/_footer.scss */
  .secFacebook .creditBlock .creditTable .credit {
    line-height: 1.6;
    margin: 0 auto 12px;
    display: block;
    width: 64.78%;
    min-width: 300px;
  }
  /* line 170, ../scss/_footer.scss */
  .secFacebook .creditBlock .creditTable .credit dt {
    padding: 10px 0 0;
    font-size: 1.6rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 179, ../scss/_footer.scss */
  .secFacebook .creditBlock .creditTable .credit dd {
    padding: 6px 0 6px 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  /* line 190, ../scss/_footer.scss */
  .secFacebook .fbBlock {
    width: 300px;
    margin: 0 auto;
    float: none;
  }
}
/* ----------------------------------------
footer
---------------------------------------- */
/* line 204, ../scss/_footer.scss */
footer .gnav {
  padding: 40px 0;
  background: #fff7d9 url(/_shared/img/bg_001.png) repeat;
}
/* line 207, ../scss/_footer.scss */
footer .gnav .gnavList {
  text-align: center;
}
/* line 209, ../scss/_footer.scss */
footer .gnav .gnavList .gnavItem {
  display: inline-block;
}
/* line 211, ../scss/_footer.scss */
footer .gnav .gnavList .gnavItem a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}
/* line 215, ../scss/_footer.scss */
footer .gnav .gnavList .gnavItem a:hover {
  opacity: .6;
}
/* line 219, ../scss/_footer.scss */
footer .gnav .gnavList .gnavItem:after {
  content: "　／　";
  color: #FBC600;
}
/* line 224, ../scss/_footer.scss */
footer .gnav .gnavList .gnavItem:last-child:after {
  content: "";
}
/* line 231, ../scss/_footer.scss */
footer .copyright {
  padding: 20px 0;
  text-align: center;
}
/* line 235, ../scss/_footer.scss */
footer .backtotop {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
/* line 242, ../scss/_footer.scss */
footer .backtotop #totop {
  display: block;
  background-color: #fff;
  border: 4px solid #FBC600;
  border-radius: 8px;
  padding: 23px 16px 25px;
}
@media screen and (min-width: 769px) {
  /* line 249, ../scss/_footer.scss */
  footer .backtotop #totop:hover {
    transition: .1s;
    opacity: .6;
  }
}
/* line 254, ../scss/_footer.scss */
footer .backtotop #totop img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  /* line 261, ../scss/_footer.scss */
  footer .copyright {
    padding: 12px 0;
    font-size: 1.2rem;
  }
  /* line 265, ../scss/_footer.scss */
  footer .backtotop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  /* line 271, ../scss/_footer.scss */
  footer .backtotop #totop {
    border: 2px solid #FBC600;
    border-radius: 4px;
    padding: 12px 8px 12px;
  }
  /* line 275, ../scss/_footer.scss */
  footer .backtotop #totop img {
    width: 20px;
  }
}

/* line 2, ../scss/_snsbox.scss */
.snsBox .snsList {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
  position: relative;
}
/* line 7, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
/* line 14, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
}
/* line 27, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem a .fa {
  display: inline;
}
/* line 29, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem .twitter {
  background-color: #55acee;
}
/* line 30, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem .facebook {
  background-color: #3b5998;
}
/* line 31, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem .hatena {
  background-color: #008fde;
}
/* line 32, ../scss/_snsbox.scss */
.snsBox .snsList .snsItem .google {
  background-color: #dd4b39;
}
/* line 34, ../scss/_snsbox.scss */
.snsBox .snsList a.line {
  width: 34px;
  height: 34px;
  padding: 3px;
  border-radius: 4px;
  background-color: #00b900;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 47, ../scss/_snsbox.scss */
  .snsBox .snsList {
    padding-top: 40px;
  }
}
/* ----------------------------------------
  ページごと
---------------------------------------- */
/* line 1, ../scss/_top.scss */
.top {
  /* ----------------------------------------
  mv
  ---------------------------------------- */
  /* ----------------------------------------
  secAbout
  ---------------------------------------- */
  /* ----------------------------------------
  secMaker
  ---------------------------------------- */
  /* ----------------------------------------
  articleList
  ---------------------------------------- */
}
/* line 6, ../scss/_top.scss */
.top .swiper-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 11, ../scss/_top.scss */
.top .swiper-container .swiper-wrapper .swiper-slide .swiperImgBox {
  display: block;
  padding: 0 1%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 25, ../scss/_top.scss */
  .top .swiper-container .swiper-wrapper .swiper-slide .swiperImgBox {
    padding: 0;
    opacity: 1;
  }
}
/* line 36, ../scss/_top.scss */
.top .snsBox .snsList {
  padding-top: 0;
  padding-bottom: 24px;
}
/* line 45, ../scss/_top.scss */
.top .secAbout {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 40px;
  margin: 40px auto;
  background: url(/_shared/img/top_bg_000.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
/* line 54, ../scss/_top.scss */
.top .secAbout .pageTtl {
  margin: 0 0 20px;
  padding: 0;
}
/* line 58, ../scss/_top.scss */
.top .secAbout .txtBox {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  /* line 65, ../scss/_top.scss */
  .top .secAbout {
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 70, ../scss/_top.scss */
  .top .secAbout .txtBox {
    margin-bottom: 20px;
  }
}
/* line 80, ../scss/_top.scss */
.top .secMaker,
.top .secSession,
.top .secNews {
  padding-bottom: 100px;
  text-align: center;
}
/* line 88, ../scss/_top.scss */
.top .secSession {
  background: #fafafa;
}
/* line 90, ../scss/_top.scss */
.top .secNews .top_photos {
  background: url(/_shared/img/top_photos.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  /* line 101, ../scss/_top.scss */
  .top .secMaker,
  .top .secSession,
  .top .secNews {
    padding-bottom: 50px;
  }
  /* line 105, ../scss/_top.scss */
  .top .secMaker .btnLink,
  .top .secSession .btnLink,
  .top .secNews .btnLink {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  /* line 111, ../scss/_top.scss */
  .top .secNews .top_photos {
    height: 160px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 375px) {
  /* line 117, ../scss/_top.scss */
  .top .secNews .top_photos {
    height: 80px;
    margin: 50px auto 0;
  }
}
/* line 128, ../scss/_top.scss */
.top .articleList {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 56px;
}
/* line 131, ../scss/_top.scss */
.top .articleList .articleItem {
  text-align: left;
  display: block;
  width: 23.33%;
  margin: 0% 2.22% 2.22% 0%;
  float: left;
  background: #FBC600;
  border-radius: 4px;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 769px) {
  /* line 141, ../scss/_top.scss */
  .top .articleList .articleItem:nth-child(4n) {
    margin-right: 0;
  }
}
/* line 145, ../scss/_top.scss */
.top .articleList .articleItem .articleLink {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
}
/* line 150, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .imgBox {
  height: 132px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
/* line 161, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox {
  background: #fff;
}
/* line 163, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox strong {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* line 171, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .categories {
  display: block;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 1.4rem;
  margin-bottom: 10px;
  font-weight: 400;
}
/* line 179, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .categories .fa-tags {
  margin-left: -1.4rem;
}
/* line 183, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .categories .categoryName:after {
  content: ", ";
}
/* line 187, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .categories .categoryName:last-child:after {
  content: "";
}
/* line 193, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .sessionDate {
  color: #333;
  margin-bottom: 8px;
}
/* line 196, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .sessionDate .sessionDay {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
/* line 201, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .sessionDate .sessionTime {
  display: inline-block;
  margin-left: 1.8rem;
  font-weight: 400;
  font-size: 1.4rem;
}
/* line 208, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .newsDate {
  margin-bottom: 8px;
}
/* line 210, ../scss/_top.scss */
.top .articleList .articleItem .articleLink .txtBox .newsDate .newsDay {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  /* line 218, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink:hover {
    opacity: 0.8;
    transition: .1s;
  }
}
@media screen and (max-width: 768px) {
  /* line 229, ../scss/_top.scss */
  .top .articleList {
    margin-bottom: 0;
  }
  /* line 231, ../scss/_top.scss */
  .top .articleList .articleItem {
    width: 48%;
    margin: 0 0 20px 0;
    float: left;
    background: #fff;
  }
  /* line 236, ../scss/_top.scss */
  .top .articleList .articleItem:nth-child(2n) {
    float: right;
  }
  /* line 239, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink {
    padding: 0;
  }
  /* line 241, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .imgBox {
    height: 98px;
    margin-bottom: 14px;
  }
  /* line 246, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox strong {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  /* line 250, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .categories {
    font-size: 1.1rem;
    margin: 0 0 0 1.1rem;
    padding-bottom: 10px;
  }
  /* line 254, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .categories .fa {
    margin-left: -1.1rem;
  }
  /* line 258, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .sessionDate {
    margin-bottom: 6px;
  }
  /* line 260, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .sessionDate .sessionDay {
    font-size: 1.5rem;
  }
  /* line 263, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .sessionDate .sessionTime {
    margin-left: 10px;
    font-size: 1.1rem;
  }
  /* line 269, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .txtBox .newsDate .newsDay {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (min-width: 481px) {
  /* line 279, ../scss/_top.scss */
  .top .articleList .articleItem {
    width: 31%;
    margin: 0 3.5% 20px 0;
    float: left;
    background: #fff;
  }
  /* line 284, ../scss/_top.scss */
  .top .articleList .articleItem:nth-child(2n) {
    float: left;
  }
  /* line 287, ../scss/_top.scss */
  .top .articleList .articleItem:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  /* line 291, ../scss/_top.scss */
  .top .articleList .articleItem .articleLink .imgBox {
    height: 98px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* line 301, ../scss/_top.scss */
  .top .secSession .articleList {
    background: #fafafa;
  }
  /* line 303, ../scss/_top.scss */
  .top .secSession .articleList .articleItem {
    background: #fafafa;
  }
  /* line 305, ../scss/_top.scss */
  .top .secSession .articleList .articleItem .articleLink {
    background: #fafafa;
  }
  /* line 307, ../scss/_top.scss */
  .top .secSession .articleList .articleItem .articleLink .txtBox {
    background: #fafafa;
  }
}

/* ----------------------------------------
Area width
---------------------------------------- */
/* line 4, ../scss/_blog.scss */
.blog {
  /* ----------------------------------------
  mainBlock
  ---------------------------------------- */
  /* ----------------------------------------
  categoryBox (subBlock)
  ---------------------------------------- */
  /* ----------------------------------------
  article　共通
  ---------------------------------------- */
  /* ----------------------------------------
  登壇者
  ---------------------------------------- */
}
/* line 5, ../scss/_blog.scss */
.blog .mainBlock {
  width: 76.85%;
  float: left;
}
/* line 9, ../scss/_blog.scss */
.blog .subBlock {
  width: 23.15%;
  max-width: 250px;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 16, ../scss/_blog.scss */
  .blog .mainBlock {
    width: 100%;
    float: none;
  }
  /* line 20, ../scss/_blog.scss */
  .blog .subBlock {
    width: 100%;
    float: none;
  }
}
/* line 30, ../scss/_blog.scss */
.blog .mainBlock {
  padding-bottom: 64px;
}
/* line 32, ../scss/_blog.scss */
.blog .mainBlock .articleList {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 56px;
}
/* line 35, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem {
  display: block;
  width: 28.91%;
  margin: 0% 3.61% 3.61% 0%;
  float: left;
  background: #FBC600;
  border-radius: 4px;
  border-bottom: 1px solid #eee;
}
/* line 43, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
}
/* line 48, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .imgBox {
  height: 132px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
/* line 59, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox {
  background: #fff;
}
/* line 61, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox strong {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* line 69, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories {
  display: block;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 1.4rem;
  margin-bottom: 10px;
  font-weight: 400;
}
/* line 77, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories .fa-tags {
  margin-left: -1.4rem;
}
/* line 81, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories .categoryName:after {
  content: ", ";
}
/* line 85, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories .categoryName:last-child:after {
  content: "";
}
/* line 91, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate {
  color: #333;
  margin-bottom: 8px;
}
/* line 94, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate .sessionDay {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
/* line 99, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate .sessionTime {
  display: inline-block;
  margin-left: 1.8rem;
  font-weight: 400;
  font-size: 1.4rem;
}
/* line 106, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .newsDate {
  margin-bottom: 8px;
}
/* line 108, ../scss/_blog.scss */
.blog .mainBlock .articleList .articleItem .articleLink .txtBox .newsDate .newsDay {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  /* line 116, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink:hover {
    opacity: 0.8;
    transition: .1s;
  }
}
@media screen and (max-width: 768px) {
  /* line 128, ../scss/_blog.scss */
  .blog .mainBlock {
    padding-bottom: 48px;
  }
  /* line 130, ../scss/_blog.scss */
  .blog .mainBlock .articleList {
    margin-bottom: 0;
  }
  /* line 132, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem {
    width: 48%;
    margin: 0 0 20px 0;
    float: left;
    background: #fff;
  }
  /* line 137, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem:nth-child(2n) {
    float: right;
  }
  /* line 140, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink {
    padding: 0;
  }
  /* line 142, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .imgBox {
    height: 98px;
    margin-bottom: 14px;
  }
  /* line 147, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox strong {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  /* line 151, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories {
    font-size: 1.1rem;
    margin: 0 0 0 1.1rem;
    padding-bottom: 10px;
  }
  /* line 155, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .categories .fa {
    margin-left: -1.1rem;
  }
  /* line 159, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate {
    margin-bottom: 6px;
  }
  /* line 161, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate .sessionDay {
    font-size: 1.5rem;
  }
  /* line 164, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .sessionDate .sessionTime {
    margin-left: 10px;
    font-size: 1.1rem;
  }
  /* line 170, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .txtBox .newsDate .newsDay {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 184, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem {
    width: 31%;
    margin: 0 3.5% 20px 0;
    float: left;
    background: #fff;
  }
  /* line 189, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem:nth-child(2n) {
    float: left;
  }
  /* line 192, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  /* line 196, ../scss/_blog.scss */
  .blog .mainBlock .articleList .articleItem .articleLink .imgBox {
    height: 98px;
    margin-bottom: 14px;
  }
}
/* line 214, ../scss/_blog.scss */
.blog .categoryBox ul > li a,
.blog .categoryBox ul .categoryItem a,
.blog .categoryBox .categoryList > li a,
.blog .categoryBox .categoryList .categoryItem a {
  font-size: 1.6rem;
  line-height: 3;
}
/* line 219, ../scss/_blog.scss */
.blog .categoryBox ul > li.current a,
.blog .categoryBox ul .categoryItem.current a,
.blog .categoryBox .categoryList > li.current a,
.blog .categoryBox .categoryList .categoryItem.current a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 232, ../scss/_blog.scss */
  .blog .categoryBox ul > li a,
  .blog .categoryBox ul .categoryItem a,
  .blog .categoryBox .categoryList > li a,
  .blog .categoryBox .categoryList .categoryItem a {
    line-height: 2.5;
  }
}
/* line 244, ../scss/_blog.scss */
.blog .mainBlock .articleArea {
  width: 93.97%;
}
/* line 246, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader {
  margin-bottom: 40px;
}
/* line 248, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .sessionInfo {
  position: relative;
  margin: 0 0 15px 62px;
}
/* line 251, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .sessionInfo .sessionDay {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 252, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .sessionInfo .sessionDay:before {
  display: inline-block;
  content: "日程";
  font-size: 1.2rem;
  padding: 6px 10px;
  background: #FBC600;
  position: absolute;
  left: -62px;
  font-weight: 400;
}
/* line 266, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .sessionInfo .sessionTime {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
}
/* line 272, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .newsInfo {
  display: inline-block;
  margin: 5px 20px 0 0;
  font-size: 1.6rem;
}
/* line 277, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .categoryInfo {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #999;
}
/* line 282, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .categoryInfo .categoryName:after {
  content: ", ";
}
/* line 286, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleHeader .categoryInfo .categoryName:last-child:after {
  content: "";
}
/* line 293, ../scss/_blog.scss */
.blog .mainBlock .articleArea .eyecatchArea {
  padding: 0 0 40px;
}
/* line 296, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleBody {
  margin-bottom: 24px;
}
/* line 298, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleBody p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
/* line 303, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleBody b {
  font-weight: bold;
}
/* line 304, ../scss/_blog.scss */
.blog .mainBlock .articleArea .articleBody img {
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
/* line 311, ../scss/_blog.scss */
.blog .mainBlock .pager {
  width: 93.97%;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 20px 0;
}
/* line 316, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList {
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
/* line 320, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .pagerItem {
  display: inline-block;
}
/* line 322, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .pagerItem .itemLink {
  font-size: 1.6rem;
}
/* line 326, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .itemPrev {
  float: left;
}
/* line 327, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .itemNext {
  float: right;
}
/* line 328, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .fa-caret-left {
  margin-right: 10px;
}
/* line 329, ../scss/_blog.scss */
.blog .mainBlock .pager .pagerList .fa-caret-right {
  margin-left: 10px;
}
/* line 332, ../scss/_blog.scss */
.blog .mainBlock .otherArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 339, ../scss/_blog.scss */
  .blog .mainBlock .articleArea {
    width: 100%;
  }
  /* line 343, ../scss/_blog.scss */
  .blog .mainBlock .articleArea .articleHeader .newsInfo {
    margin: 5px 10px 0 0;
  }
  /* line 347, ../scss/_blog.scss */
  .blog .mainBlock .articleArea .eyecatchArea {
    padding: 20px 0;
  }
  /* line 350, ../scss/_blog.scss */
  .blog .mainBlock .articleArea .articleBody {
    margin-bottom: 24px;
  }
  /* line 352, ../scss/_blog.scss */
  .blog .mainBlock .articleArea .articleBody p {
    margin-bottom: 20px;
  }
  /* line 355, ../scss/_blog.scss */
  .blog .mainBlock .articleArea .articleBody img {
    margin-bottom: 20px;
    width: 354px;
    max-width: 100%;
  }
  /* line 362, ../scss/_blog.scss */
  .blog .mainBlock .pager {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
  }
  /* line 367, ../scss/_blog.scss */
  .blog .mainBlock .pager .pagerList .itemBack {
    display: none;
  }
  /* line 368, ../scss/_blog.scss */
  .blog .mainBlock .pager .pagerList .fa-caret-left {
    margin-right: 14px;
  }
  /* line 369, ../scss/_blog.scss */
  .blog .mainBlock .pager .pagerList .fa-caret-right {
    margin-left: 14px;
  }
}
/* line 378, ../scss/_blog.scss */
.blog .speaker {
  margin-bottom: 64px;
}
/* line 380, ../scss/_blog.scss */
.blog .speaker .speakerInner {
  border: 4px solid #FBC600;
  padding: 20px;
}
/* line 383, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
/* line 385, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce .imgBox {
  width: 20.54%;
  margin: 0 0 20px 20px;
  float: right;
}
/* line 389, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce .imgBox img {
  max-width: 100%;
  margin: 0;
}
/* line 394, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce .txtBox {
  font-size: 1.4rem;
  line-height: 2;
}
/* line 397, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce .txtBox p {
  margin-bottom: 40px;
}
/* line 399, ../scss/_blog.scss */
.blog .speaker .speakerInner .introduce .txtBox dl.speakerLink dt {
  line-height: 1;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 8px;
  background: #FBC600;
}
@media screen and (max-width: 768px) {
  /* line 412, ../scss/_blog.scss */
  .blog .speaker {
    margin-bottom: 50px;
  }
  /* line 414, ../scss/_blog.scss */
  .blog .speaker .speakerInner {
    padding: 20px 10px;
  }
  /* line 416, ../scss/_blog.scss */
  .blog .speaker .speakerInner .introduce {
    overflow: hidden;
    *zoom: 1;
    clear: both;
  }
  /* line 418, ../scss/_blog.scss */
  .blog .speaker .speakerInner .introduce .imgBox {
    width: 30.58%;
    margin: 0 0 12px 12px;
  }
  /* line 423, ../scss/_blog.scss */
  .blog .speaker .speakerInner .introduce .txtBox p {
    margin-bottom: 20px;
  }
}

/* line 1, ../scss/_about.scss */
.about {
  /* ----------------------------------------
  secAbout
  ---------------------------------------- */
  /* ----------------------------------------
  secInfo, .secMessage
  ---------------------------------------- */
  /* ----------------------------------------
  secStaff
  ---------------------------------------- */
  /* ----------------------------------------
  secGallery
  ---------------------------------------- */
}
@media screen and (max-width: 768px) {
  /* line 4, ../scss/_about.scss */
  .about h2.pageTtl {
    margin-top: 0;
    padding-top: 60px;
  }
}
/* line 10, ../scss/_about.scss */
.about .snsBox .snsList {
  padding-top: 0;
  padding-bottom: 24px;
}
/* line 19, ../scss/_about.scss */
.about .secAboutTsukuruto {
  width: 100%;
  padding-bottom: 80px;
  background: url(/_shared/img/bg_002.png) repeat;
  text-align: center;
}
/* line 25, ../scss/_about.scss */
.about .secAboutTsukuruto .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}
/* line 31, ../scss/_about.scss */
.about .secAboutTsukuruto .snsBox .snsList {
  margin: 50px 0 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 38, ../scss/_about.scss */
  .about .secAboutTsukuruto {
    background: url(/_shared/img/SPbg_002.png) repeat;
    padding-bottom: 40px;
  }
  /* line 41, ../scss/_about.scss */
  .about .secAboutTsukuruto .txt {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
/* line 53, ../scss/_about.scss */
.about .secInfo,
.about .secMessage {
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 61, ../scss/_about.scss */
  .about .secInfo,
  .about .secMessage {
    padding-bottom: 50px;
  }
  /* line 64, ../scss/_about.scss */
  .about .secInfo .txt,
  .about .secMessage .txt {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
/* line 73, ../scss/_about.scss */
.about .secInfo .infoTable {
  display: table;
  width: 840px;
  overflow: hidden;
  *zoom: 1;
  clear: both;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 10px;
}
/* line 81, ../scss/_about.scss */
.about .secInfo .infoTable dt {
  display: table-cell;
  width: 200px;
  background: #FBC600;
  border-radius: 2px;
  font-size: 2.4rem;
  padding: 36px 0;
  vertical-align: middle;
}
/* line 90, ../scss/_about.scss */
.about .secInfo .infoTable dd {
  display: table-cell;
  width: 576px;
  padding: 8px 0 8px 32px;
  text-align: left;
  vertical-align: middle;
  font-size: 2.4rem;
  line-height: 1.6;
}
/* line 98, ../scss/_about.scss */
.about .secInfo .infoTable dd .large {
  font-size: 3rem;
  font-weight: bold;
}
/* line 99, ../scss/_about.scss */
.about .secInfo .infoTable dd .small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  /* line 106, ../scss/_about.scss */
  .about .secInfo .infoTable {
    display: block;
    width: 100%;
    margin: 0;
  }
  /* line 111, ../scss/_about.scss */
  .about .secInfo .infoTable dt {
    display: block;
    width: 100%;
    background: #FBC600;
    border-radius: 2px;
    font-size: 1.6rem;
    padding: 12px 0;
  }
  /* line 119, ../scss/_about.scss */
  .about .secInfo .infoTable dd {
    display: block;
    width: 100%;
    padding: 8px 0 32px;
    text-align: center;
    font-size: 1.6rem;
  }
  /* line 125, ../scss/_about.scss */
  .about .secInfo .infoTable dd .large {
    font-size: 2rem;
    font-weight: bold;
  }
  /* line 126, ../scss/_about.scss */
  .about .secInfo .infoTable dd .small {
    font-size: 1.4rem;
  }
}
/* line 133, ../scss/_about.scss */
.about .secMessage {
  background: url(/_shared/img/bg_003.jpg) no-repeat;
  background-position: right center;
  background-size: cover;
}
/* line 137, ../scss/_about.scss */
.about .secMessage .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}
@media sp {
  /* line 145, ../scss/_about.scss */
  .about .secMessage {
    background-position: center center;
  }
}
/* line 156, ../scss/_about.scss */
.about .secStaff {
  padding-bottom: 100px;
}
/* line 158, ../scss/_about.scss */
.about .secStaff .staffList {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 0;
}
/* line 161, ../scss/_about.scss */
.about .secStaff .staffList .staffItem {
  display: block;
  float: left;
  width: 31.48%;
  margin: 0% 2.77% 3.7% 0%;
}
@media screen and (min-width: 769px) {
  /* line 167, ../scss/_about.scss */
  .about .secStaff .staffList .staffItem:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 171, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .imgBox {
  width: 100px;
  float: left;
  margin: 0% 0.92% 0% 0%;
}
/* line 176, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox {
  margin-left: 110px;
}
/* line 178, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffName {
  display: block;
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 2px solid #FBC600;
  margin-bottom: 8px;
}
/* line 186, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffBelong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
/* line 193, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffLink a.staffLinkIcon {
  font-size: 2rem;
  width: 20px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  /* line 201, ../scss/_about.scss */
  .about .secStaff .staffList .staffItem .txtBox .staffLink a.staffLinkIcon:hover {
    background: #FBC600;
    color: #fff;
  }
}
/* line 207, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffLink .staffTwitter {
  color: #55acee;
}
/* line 208, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffLink .staffFacebook {
  color: #3b5998;
}
/* line 209, ../scss/_about.scss */
.about .secStaff .staffList .staffItem .txtBox .staffLink .staffHome {
  color: #0077ac;
}
@media screen and (max-width: 768px) {
  /* line 217, ../scss/_about.scss */
  .about .secStaff {
    padding-bottom: 50px;
  }
  /* line 220, ../scss/_about.scss */
  .about .secStaff .staffList .staffItem {
    width: 100%;
    margin: 0 0 40px;
  }
  /* line 223, ../scss/_about.scss */
  .about .secStaff .staffList .staffItem .imgBox {
    width: 28.16%;
    margin: 0% 2.81% 0% 0%;
  }
}
/* line 237, ../scss/_about.scss */
.about .secGallery .galleryList {
  font-size: 0;
  text-align: center;
}
/* line 240, ../scss/_about.scss */
.about .secGallery .galleryList .galleryItem {
  display: inline-block;
  width: 176px;
  margin: 0 4px 4px 0;
}
@media screen and (min-width: 769px) {
  /* line 245, ../scss/_about.scss */
  .about .secGallery .galleryList .galleryItem:nth-child(6n) {
    margin-right: 0;
  }
}
/* line 250, ../scss/_about.scss */
.about .secGallery .galleryList .galleryItem .galleryLink {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 259, ../scss/_about.scss */
  .about .secGallery .galleryList .galleryItem {
    width: 48%;
    margin: 0 1% 2%;
  }
}

/* line 1, ../scss/_access.scss */
.access {
  /* ----------------------------------------
  secMap
  ---------------------------------------- */
}
/* line 7, ../scss/_access.scss */
.access .secMap {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}
/* line 11, ../scss/_access.scss */
.access .secMap .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}
/* line 17, ../scss/_access.scss */
.access .secMap .googlemapArea iframe {
  height: 600px;
  width: 1080px;
  max-width: 90%;
}
/* line 24, ../scss/_access.scss */
.access .secMap .snsBox .snsList {
  margin: 50px 0 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 31, ../scss/_access.scss */
  .access .secMap {
    padding-bottom: 40px;
  }
  /* line 33, ../scss/_access.scss */
  .access .secMap .txt {
    padding: 0 10px;
  }
  /* line 37, ../scss/_access.scss */
  .access .secMap .googlemapArea iframe {
    height: 300px;
    max-width: 100%;
  }
  /* line 43, ../scss/_access.scss */
  .access .secMap .snsBox .snsList {
    margin: 0;
  }
}

/* line 1, ../scss/_callformaker.scss */
.callformaker {
  text-align: center;
  /* ----------------------------------------
  secYoukou
  ---------------------------------------- */
}
/* line 3, ../scss/_callformaker.scss */
.callformaker .txt {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 24px;
}
/* line 7, ../scss/_callformaker.scss */
.callformaker .txt strong {
  font-weight: bold;
}
/* line 13, ../scss/_callformaker.scss */
.callformaker .snsBox .snsList {
  padding-top: 0;
  padding-bottom: 40px;
}
/* line 22, ../scss/_callformaker.scss */
.callformaker .secYoukou {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* line 27, ../scss/_callformaker.scss */
.callformaker .secYoukou .applyList {
  padding-bottom: 24px;
}
/* line 29, ../scss/_callformaker.scss */
.callformaker .secYoukou .applyList .applyItem {
  font-size: 1.6rem;
  line-height: 2;
  list-style: disc;
  margin-left: 20px;
}
/* line 37, ../scss/_callformaker.scss */
.callformaker .secYoukou ol.applyList .applyItem {
  list-style-type: decimal;
}
/* line 41, ../scss/_callformaker.scss */
.callformaker .secYoukou .youkouTable {
  width: 90%;
  margin: 24px 5%;
}
/* line 44, ../scss/_callformaker.scss */
.callformaker .secYoukou .youkouTable th {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 24px;
  background: #FBC600;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
}
/* line 53, ../scss/_callformaker.scss */
.callformaker .secYoukou .youkouTable td {
  line-height: 1.2;
  padding: 24px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #eee;
}
/* line 60, ../scss/_callformaker.scss */
.callformaker .secYoukou .youkouTable .col1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  /* line 66, ../scss/_callformaker.scss */
  .callformaker .txt {
    line-height: 1.6;
  }
  /* line 70, ../scss/_callformaker.scss */
  .callformaker .snsBox .snsList {
    padding-bottom: 24px;
  }
  /* line 75, ../scss/_callformaker.scss */
  .callformaker .secYoukou {
    width: 100%;
  }
  /* line 78, ../scss/_callformaker.scss */
  .callformaker .secYoukou .applyList .applyItem {
    line-height: 1.6;
  }
  /* line 87, ../scss/_callformaker.scss */
  .callformaker .secYoukou .youkouTable th {
    padding: 10px;
  }
  /* line 90, ../scss/_callformaker.scss */
  .callformaker .secYoukou .youkouTable td {
    padding: 10px;
    border: 1px solid #eee;
  }
}

/* line 1, ../scss/_timetable.scss */
.program {
  text-align: center;
}
/* line 4, ../scss/_timetable.scss */
.program .secTtl.tableTtl {
  margin-top: 0;
}
/* line 20, ../scss/_timetable.scss */
.program .timetableArea {
  font-size: 1.4rem;
  width: 941px;
  max-width: 100%;
  margin: 0 auto 80px;
  position: relative;
  background: #fff;
}
/* line 27, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper {
  width: 941px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}
/* line 32, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 940px;
  border-bottom: 1px solid #ccc;
}
/* line 37, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr {
  height: 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 41, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr td, .program .timetableArea .tablewrapper table.timetable tr th {
  box-sizing: border-box;
  background: #fff;
  width: 280px;
  height: 60px;
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
}
/* line 51, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr td {
  vertical-align: middle;
  line-height: 1.6;
}
/* line 55, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr td.event {
  background: #fff7d9;
}
/* line 58, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr th.fixedTh {
  width: 100px;
  position: absolute;
  background: #FBC600;
  border: 1px solid #fff;
  border-left: 1px solid #ccc;
  border-top: none;
  left: 0;
}
/* line 68, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead {
  height: 36px;
}
/* line 70, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead th {
  box-sizing: border-box;
  padding: 10px;
  height: 36px;
  background: #FBC600;
}
/* line 76, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead th.fixedTh {
  border-bottom: 1px solid #fff;
}
/* line 79, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead th.stage1 {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 83, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead th.stage2 {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 87, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable .thead th.stage3 {
  border-bottom: 1px solid #fff;
}
/* line 91, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr.dummy {
  height: 0;
  border: none;
  font-size: 0;
  visibility: hidden;
}
/* line 96, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr.dummy th, .program .timetableArea .tablewrapper table.timetable tr.dummy td {
  height: 0;
  border: none;
  padding: 0;
  font-size: 0;
  visibility: hidden;
}
/* line 103, ../scss/_timetable.scss */
.program .timetableArea .tablewrapper table.timetable tr.dummy th {
  width: 100px;
}
@media screen and (max-width: 768px) {
  /* line 110, ../scss/_timetable.scss */
  .program .timetableArea {
    width: 501px;
  }
  /* line 112, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper {
    width: 501px;
  }
  /* line 114, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper table.timetable {
    width: 500px;
  }
  /* line 116, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper table.timetable tr {
    height: 80px;
  }
  /* line 118, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper table.timetable tr td, .program .timetableArea .tablewrapper table.timetable tr th {
    width: 200px;
    height: 80px;
  }
  /* line 122, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper table.timetable tr th.fixedTh {
    width: 80px;
  }
  /* line 127, ../scss/_timetable.scss */
  .program .timetableArea .tablewrapper table.timetable tr.dummy th {
    width: 80px;
  }
}

/* line 1, ../scss/_map.scss */
.map {
  /* ----------------------------------------
  secMap
  ---------------------------------------- */
}
/* line 7, ../scss/_map.scss */
.map .secTsukurutoMap {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}
/* line 11, ../scss/_map.scss */
.map .secTsukurutoMap .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}
/* line 16, ../scss/_map.scss */
.map .secTsukurutoMap .mapPhotoList {
  font-size: 0;
  text-align: center;
}
/* line 19, ../scss/_map.scss */
.map .secTsukurutoMap .mapPhotoList .mapPhotoItem {
  display: inline-block;
  width: 50%;
}
/* line 22, ../scss/_map.scss */
.map .secTsukurutoMap .mapPhotoList .mapPhotoItem img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  /* line 25, ../scss/_map.scss */
  .map .secTsukurutoMap .mapPhotoList .mapPhotoItem .photoL {
    float: left;
  }
  /* line 26, ../scss/_map.scss */
  .map .secTsukurutoMap .mapPhotoList .mapPhotoItem .photoR {
    float: right;
  }
}
/* line 29, ../scss/_map.scss */
.map .secTsukurutoMap .mapPhotoList .kaijouzu {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
/* line 36, ../scss/_map.scss */
.map .secTsukurutoMap .snsBox .snsList {
  margin: 50px 0 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 43, ../scss/_map.scss */
  .map .secTsukurutoMap {
    padding-bottom: 40px;
  }
  /* line 45, ../scss/_map.scss */
  .map .secTsukurutoMap .txt {
    padding: 0 10px;
  }
  /* line 49, ../scss/_map.scss */
  .map .secTsukurutoMap .mapPhotoList .mapPhotoItem {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 53, ../scss/_map.scss */
  .map .secTsukurutoMap .mapPhotoList .mapPhotoItem img {
    margin: 0 auto;
  }
  /* line 59, ../scss/_map.scss */
  .map .secTsukurutoMap .snsBox .snsList {
    margin: 0;
  }
}

/* ----------------------------------------
  components
---------------------------------------- */
@media screen and (max-width: 768px) {
  /* line 5, ../scss/_spmenu.scss */
  header .menuBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 2px;
    background: #ccc;
  }
  /* line 12, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 9px 8px;
    box-sizing: border-box;
  }
  /* line 16, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    width: 24px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  /* line 26, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger span:nth-of-type(1) {
    top: 9px;
  }
  /* line 29, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger span:nth-of-type(2) {
    top: 18px;
  }
  /* line 32, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger span:nth-of-type(3) {
    bottom: 9px;
  }
  /* line 42, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  /* line 46, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  /* line 49, ../scss/_spmenu.scss */
  header .menuBtn .menuTrigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }

  /* line 57, ../scss/_spmenu.scss */
  .headGnav {
    display: none;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 99;
  }
  /* line 64, ../scss/_spmenu.scss */
  .headGnav .gnavList {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.8);
  }
  /* line 69, ../scss/_spmenu.scss */
  .headGnav .gnavList .gnavItem {
    display: block;
    width: 94.6%;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
  }
  /* line 73, ../scss/_spmenu.scss */
  .headGnav .gnavList .gnavItem a {
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 12px 0;
  }
  /* line 79, ../scss/_spmenu.scss */
  .headGnav .gnavList .gnavItem:last-child {
    border-bottom: none;
  }

  /* line 86, ../scss/_spmenu.scss */
  .noscroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* line 92, ../scss/_spmenu.scss */
  .blur {
    transition: .4s;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }

  /* line 99, ../scss/_spmenu.scss */
  .blur.bluron {
    transition: .4s;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
}
@media screen and (min-width: 769px) {
  /* line 2, ../scss/_title.scss */
  h2.pageTtl {
    display: block;
    text-align: center;
    padding: 100px 0 80px;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
  }
  /* line 9, ../scss/_title.scss */
  h2.pageTtl span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 20px;
  }
  /* line 15, ../scss/_title.scss */
  h2.pageTtl a {
    color: #333;
    text-decoration: none;
  }
  /* line 18, ../scss/_title.scss */
  h2.pageTtl a:hover {
    text-decoration: none;
  }
  /* line 23, ../scss/_title.scss */
  h2.pageTtl .pageTtlSub {
    display: block;
    margin-top: 0.8em;
    font-size: 3rem;
  }

  /* line 30, ../scss/_title.scss */
  h3.secTtl {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    margin: 80px 0 48px;
    text-align: center;
  }

  /* line 39, ../scss/_title.scss */
  h4.categoryTtl {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 4px solid #eee;
    position: relative;
    margin-bottom: 15px;
  }
  /* line 46, ../scss/_title.scss */
  h4.categoryTtl:after {
    content: "";
    width: 20%;
    border-bottom: 4px solid #FBC600;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 58, ../scss/_title.scss */
  h2.pageTtl {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 50px;
    font-size: 3rem;
    font-weight: bold;
  }
  /* line 65, ../scss/_title.scss */
  h2.pageTtl span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
  }
  /* line 71, ../scss/_title.scss */
  h2.pageTtl a {
    color: #333;
    text-decoration: none;
  }
  /* line 74, ../scss/_title.scss */
  h2.pageTtl a:hover {
    text-decoration: none;
  }

  /* line 79, ../scss/_title.scss */
  h3.secTtl {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    margin: 50px 0 20px;
    text-align: center;
  }

  /* line 88, ../scss/_title.scss */
  h4.categoryTtl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
/* ----------------------------------------
記事詳細ページのTitle
---------------------------------------- */
/* line 103, ../scss/_title.scss */
h2.articleTtl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 4px solid #eee;
  position: relative;
  margin-bottom: 10px;
}
/* line 111, ../scss/_title.scss */
h2.articleTtl:after {
  content: "";
  width: 20%;
  border-bottom: 4px solid #FBC600;
  position: absolute;
  bottom: -4px;
  left: 0;
}

/* line 120, ../scss/_title.scss */
h3.other {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding: 100px 0 40px;
}

/* line 128, ../scss/_title.scss */
.articleBody h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom: 2px solid #FBC600;
  position: relative;
  margin-bottom: 16px;
}
/* line 136, ../scss/_title.scss */
.articleBody h1:before, .articleBody h1:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
/* line 146, ../scss/_title.scss */
.articleBody h1:before {
  border-top: 15px solid #FBC600;
}
/* line 149, ../scss/_title.scss */
.articleBody h1:after {
  margin-top: -3px;
  border-top: 15px solid #fff;
}
/* line 154, ../scss/_title.scss */
.articleBody h2 {
  padding: 16px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/* line 161, ../scss/_title.scss */
h3.speakerTtl {
  padding: 16px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

/* line 167, ../scss/_title.scss */
h4.speakerName {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 16px;
  border-bottom: 2px solid #FBC600;
  position: relative;
  margin-bottom: 16px;
}
/* line 175, ../scss/_title.scss */
h4.speakerName:before, h4.speakerName:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
/* line 185, ../scss/_title.scss */
h4.speakerName:before {
  border-top: 15px solid #FBC600;
}
/* line 188, ../scss/_title.scss */
h4.speakerName:after {
  margin-top: -3px;
  border-top: 15px solid #fff;
}
/* line 192, ../scss/_title.scss */
h4.speakerName span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 205, ../scss/_title.scss */
  h2.articleTtl {
    font-size: 2.4rem;
    padding-bottom: 6px;
  }

  /* line 210, ../scss/_title.scss */
  .articleBody h1 {
    padding-bottom: 10px;
  }

  /* line 212, ../scss/_title.scss */
  h3.other {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    padding: 50px 0 20px;
  }
}
/* line 222, ../scss/_title.scss */
h4.bold {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 16px 0 16px;
}

/* ----------------------ｘ------------------
  plugin
---------------------------------------- */
