@import url("footer.css");

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 200;
  src: url(../font/FOT-SeuratProN-L.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-L.woff) format("woff")
}

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 300;
  src: url(../font/FOT-SeuratProN-M.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-M.woff) format("woff")
}

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 400;
  src: url(../font/FOT-SeuratProN-DB.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-DB.woff) format("woff")
}

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 600;
  src: url(../font/FOT-SeuratProN-B.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-B.woff) format("woff")
}

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 700;
  src: url(../font/FOT-SeuratProN-EB.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-EB.woff) format("woff")
}

@font-face {
  font-family: "fot-seurat-pron";
  font-weight: 800;
  src: url(../font/FOT-SeuratProN-UB.woff2) format("woff2"),
       url(../font/FOT-SeuratProN-UB.woff) format("woff")
}

body {
  background-image: url(../img/BG_pattern.png);
  -webkit-background-size: 30%;
  background-size: 30%;
  color: #333;
  font-family: fot-seurat-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  padding-top: 96px;
}

body.no-bgimg {
  background-image: none;
}

body.page-template-page-neo {
  padding-top: 0;
}

body,
body * {
  box-sizing: border-box;
}

a,a:hover {
  color: #333;
}

a {
  -webkit-transition: transform .2s linear;
     -moz-transition: transform .2s linear;
      -ms-transition: transform .2s linear;
       -o-transition: transform .2s linear;
          transition: transform .2s linear;
  opacity: 1;
}

a:hover {
  -webkit-transform: translateY(-3%);
     -moz-transform: translateY(-3%);
      -ms-transform: translateY(-3%);
       -o-transform: translateY(-3%);
          transform: translateY(-3%);
  /*opacity: .7;*/
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

header {
  background-color: transparent;
  height: 96px;
}

.navbar {
  height: 96px;
  padding: 0 0 0 20px;
}

.navbar-brand {
  padding: 0;
}

img.img-logo {
  height: 83px;
}

.navbar-nav {
  background-color: #F5B335;
  border-radius: 12px 0 0 12px;
  padding-left: 5px;
  padding-right: 20px;
}

.nav-item {
  align-items: center!important;
  display: flex;
}

.nav-link {
  height: 58px;
  padding-bottom: 0;
  padding-top: 16.5px;
}

.nav-link.nav-kits {
  padding-top: 9px;
}

.nav-link.nav-ouchien {
  padding-top: 12px;
}

.nav-link.nav-tell {
  padding-top: 14px;
}

.nav-link img {
  height: 15px;
  /*vertical-align: bottom;*/
  vertical-align: middle;
}

.nav-link.nav-kits img {
  height: 37px;
}

.nav-link.nav-ouchien img {
  height: 34px;
}

.nav-link.nav-blog img,
.nav-link.nav-info img {
  height: 16px;
}

.nav-link.nav-tell img {
  height: 29px;
}

.img-slash {
  width: 16px;
}

.container {
  max-width: 100%!important;
}

.main {
  overflow: hidden;
  padding: 24px;
}

.movie-sction {
/*  background-color: transparent;
  overflow-x: hidden;
  padding: 18px;
  position: relative;
*/
  height: calc(100vh - 96px);
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.movie-container {
  /*border-radius: 32px;*/
  /*height: 0;*/
  /*overflow: hidden;*/
  /*max-width: 100%;*/
  /*padding-bottom: 56.25%;*/
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  /*padding-bottom: calc(100vh - 38px);*/
  /*position: relative;*/
}

.movie-container {
  background-color: #ecebec;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 28px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.movie-container:after {
  background-image: url(../img/BG_pattern_movie.png);
  background-size: 4px;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.movie-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video {
  -webkit-transition: height .5s linear, width .5s linear;
     -moz-transition: height .5s linear, width .5s linear;
      -ms-transition: height .5s linear, width .5s linear;
       -o-transition: height .5s linear, width .5s linear;
          transition: height .5s linear, width .5s linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  /*height: auto;*/
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.btn-scroll {
  position: absolute;
}

.cs-info {
  bottom: 160px;
  position: fixed;
  right: -3px;
}

.cs-info.is-scroll {
  bottom: -51px;
  position: absolute;
  right: -27px;
}

.cs-info img {
  width: 240px;
}

.btn-contact {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 11;
}

.btn-contact img {
  width: 358px;
}

.btn-scroll {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  left: 50%;
}

.btn-scroll img {
  width: 100px;
}

.banner-wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.content-panel {
  background-color: #fff;
  border-radius: 34px;
  color: #666;
  font-size: 18px;
  line-height: 2em;
  padding: 40px;
  position: relative;
}

.content-panel + .content-panel {
  margin-top: 150px;
}

.content-title {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -93px;
  width: 317px;
}

.content-list-panel {
  padding: 72px 24px 20px;
}

.content-list-panel.content-news {
  padding-top: 49px;
}

.content-title img {
  width: 100%;
}

.content-panel .row {
  margin-bottom: 24px;
}

.content-panel figure {
  width: 100%;
}

.content-panel figure.border-pink {
  border: 13px solid #F39FBE;
  border-radius: 12px;
  padding: 46px 56px 60px;
}

.content-panel figure img {
  width: 100%;
}

.btn-show-list img {
  width: 150px;
}

.img-wrapper {
  width: 100%;
}

.img-wrapper img {
  max-width: 100%;
}

.img-wrapper img.img-whats-kits {
  display: block;
  margin: 0 auto;
  max-width: 436px;
  width: 100%;
}

.img-wrapper.lead-image{
  margin: 46px 0 34px;
}

.item-blog a {
  border-radius: 26px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.item-blog img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.item-blog .blog-info {
  background-color: rgba(74,148,98,.85);
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  padding: 12px 16px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.item-blog .blog-info time {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}

.item-news {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  line-height: 1;
  padding: 23px 0;
}

.item-news time {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.item-news > a {
  display: inline-block;
  height: 58px;
  width: 108px;
}

.item-news  > a img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eee;
  height: 58px;
  width: 108px;
}

.item-news .img-wrapper {
  display: inline-block;
  width: 108px;
}

.news-description br {
  display: none;
}

.side {
}

.btn-close {
  position: fixed;
  right: 16px;
  top: 34px;
}

.btn-close img {
  width: 26px;
}

#videoModal > .close {
  position: absolute;
  right: 30px;
  top: 20px;
}

footer#Footer {
  margin-top: 60px;
}

/*@media (min-width: 768px) {*/
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
/*}*/

@media (max-width: 1190px) {
  .navbar {
    height: 80px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-link {
    height: 48px;
    padding-top: 7px;
  }

  img.img-logo {
    height: 68px;
  }

  .nav-link.nav-kits {
    padding-top: 8px;
  }

  .nav-link.nav-ouchien {
    padding-top: 10px;
  }

  .nav-link.nav-tell {
    padding-top: 10px;
  }

  .nav-link img {
    height: 12px;
  }

  .nav-link.nav-kits img {
    height: 29px;
  }

  .nav-link.nav-ouchien img {
    height: 27px;
  }

  .nav-link.nav-blog img,
  .nav-link.nav-info img {
    height: 12px;
  }

  .nav-link.nav-tell img {
    height: 29px;
  }

  .img-slash {
    width: 18px;
  }
}

@media (max-width: 960px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 9px;
    padding-left: 9px;
  }

  .nav-link {
    height: 48px;
    padding-top: 7px;
  }

  img.img-logo {
    height: 68px;
  }

  .nav-link.nav-kits {
    padding-top: 10px;
  }

  .nav-link.nav-ouchien {
    padding-top: 12px;
  }

  .nav-link.nav-tell {
    padding-top: 11px;
  }

  .nav-link img {
    height: 11px;
  }

  .nav-link.nav-kits img {
    height: 26px;
  }

  .nav-link.nav-ouchien img {
    height: 25px;
  }

  .nav-link.nav-blog img,
  .nav-link.nav-info img {
    height: 11.6px;
  }

  .nav-link.nav-tell img {
    height: 26px;
  }

  .img-slash {
    width: 12px;
  }
}

@media (max-width: 900px) {
  .btn-scroll {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: 0;
  }
}

@media  (max-width: 840px) and (min-width: 768px) {
  .navbar {
    padding: 0 0 0 4px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media  (max-width: 767px) {
  header {
    height: 76px;
  }

  .navbar {
    height: 76px;
  }

  .navbar h5 {
    z-index: 1000;
  }

  .navbar-toggler {
    background-color: #F5B335;
    border-radius: 10px 0 0 10px;
    margin-top: 28px;
    padding: 0.61rem 1.565rem 0.61rem .75rem;
  }

  .navbar-toggler img {
    width: 26px;
  }

  .navbar-nav {
    border-radius: 0;
    height: 100vh;
    padding: 0;
  }

  .navbar-collapse {
    background-color: #F5B335;
    border-radius: 0;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding-top: 105px;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    width: 100%;
  }

  .nav-link {
    height: 72px;
    padding: 20px 0;
  }

  .nav-link.nav-kits {
    padding-top: 11px;
  }

  .nav-link.nav-ouchien {
    padding-top: 13px;
  }

  .nav-link.nav-tell {
    padding-top: 18px;
  }

  .nav-link img {
    height: 18px;
  }

  .nav-link.nav-kits img {
    height: 44px;
  }

  .nav-link.nav-ouchien img {
    height: 40px;
  }

  .nav-link.nav-blog img,
  .nav-link.nav-info img {
    height: 19px;
  }

  .nav-link.nav-tell img {
    height: 36px;
  }

  .nav-item > hr {
    border-top-color: #fff; 
    width: 75.6%;
  }

  img.img-logo {
    height: 66px;
  }

  .main {
    padding: 16px;
  }

  .movie-sction {
    /*height: calc(100vh - 60px);*/
    margin-bottom: 72px;
    height: 0;
    padding-top: 56.5%;
  }

  .cs-info {
    bottom: 122px;
    right: -1px;
  }

  .cs-info img {
    width: 111px;
  }

  .btn-contact {
    /*bottom: -48px;*/
  }

  .btn-contact img {
    width: 262px;
  }

  .btn-scroll {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    bottom: -34px;
    left: 0;
  }

  .btn-scroll img {
    width: 68px
  }

  .text-whats-kits {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .content-title {
    top: -47px;
    width: 158px;
  }

  .content-list-panel {
    padding: 36px 15px 20px;
  }

  .content-panel {
    padding: 20px 16px;
  }

  .content-panel + .content-panel {
    margin-top: 73.5px;
  }

  .content-panel.content-blog .row {
    margin-bottom: 0;
  }

  .content-panel.content-blog .row .item-blog {
    margin-bottom: 14px;
  }

  .content-panel .btn-wrapper {
    line-height: 1;
  }

  .content-panel figure.border-pink {
     padding: 0;
  }

  .item-blog .blog-info {
    font-size: 14px;
  }

  .item-blog .blog-info time {
    font-size: 12px;
  }

  .btn-show-list img {
    width: 73px;
  }

  .news-description {
    font-size: 14px;
  }

  .item-news {
    padding: 17px 0;
  }

  .item-news > a,
  .item-news > a img {
    height: 35px;
    width: 65px;
  }
}

/* WP外用 */
.content-header .nav-link img {
  vertical-align: middle;
}

@media (max-width: 1190px){
  .content-header .nav-link {
    padding-top: 6px;
  }

  .content-header .nav-link.nav-kits {
    padding-top: 8px;
  }

  .content-header .nav-link.nav-ouchien {
    padding-top: 10px;
  }

  .content-header .nav-link.nav-tell {
    padding-top: 10px;
  }

  .content-header .nav-link img {
    vertical-align: bottom;
  }
}

@media (max-width: 1014px){
  .content-header .nav-link {
    padding-top: 7px;
  }

  .content-header .nav-link.nav-kits {
    padding-top: 8px;
  }

  .content-header .nav-link.nav-ouchien {
    padding-top: 10px;
  }

  .content-header .nav-link.nav-tell {
    padding-top: 10px;
  }  
}

@media (max-width: 960px){
  .content-header .nav-link {
    padding-top: 5px;
  }

  .content-header .nav-link.nav-kits {
    padding-top: 8px;
  }

  .content-header .nav-link.nav-ouchien {
    padding-top: 10px;
  }

  .content-header .nav-link.nav-tell {
    padding-top: 10px;
  }  
}

.static-movie-wrapper {
  margin: 0 auto;
  max-height: 360px;
  max-width: 640px;
}

.static-movie-container {
   height: 0;
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
}
 
.static-movie-container iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/**/

#kengaku-contact {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 1015px) {
  #kengaku-contact .innerBasic {
    margin: 0 auto;
    width: 1000px;
  }
}

#kengaku-contact dl.buttonTypeTel .telNumber {
    display: inline-block !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-image: url(../../common/img/contents/icon_09.png) !important;
    line-height: 1 !important;
}

#kengaku-contact a.buttonTypeContact span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../../common/img/contents/icon_01.png);
}

#kengaku-contact .contactBox dl.buttonTypeTel .telNumber {
    background-image: url(../../common/img/contents/icon_08_w.png) !important;
    color: #fff;
}

#kengaku-contact .contactBox{
  background-color: #f5b638;
  min-height: 130px;
}

#kengaku-contact .contactBox a.buttonTypeContact{
  margin: 0 auto;
  border: 1px solid #fff;
}

#kengaku-contact .contactBox dl.buttonTypeTel .telTitle{
  box-sizing: border-box;
  height: 20px;
  background-color: #fff;
  letter-spacing: .1em;
  font-size: 14px;
  color: #e4a526;
}

#kengaku-contact .contactBox dl.buttonTypeTel dd{
  display: -webkit-flex;
  display: flex;
  text-align: left;
}

#kengaku-contact .contactBox dl.buttonTypeTel .telNumber{
  background-image: url(../../common/img/contents/icon_08_w.png) !important;
  color: #fff;
}
#kengaku-contact .contactBox dl.buttonTypeTel .faxNumber{
  background-image: url(../../common/img/contents/fax_white.png) !important;
  color: #fff;
}

#kengaku-contact .contactBox dl.buttonTypeTel .telTime{  color: #fff;}

#kengaku-contact .contactBox .innerBasic{
  box-sizing: border-box;
  padding: 34px 20px 25px;
}

#kengaku-contact .contactBox a.buttonTypeContact{
  /*float: right;*/
  border-radius: 30px;
  padding-top: 20px;
  width: 416px;
  height: 62px;
  font-size: 22px;
}

#kengaku-contact .contactBox a.buttonTypeContact span{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 50px;
  background-size: 37px auto;
}

#kengaku-contact .contactBox dl.buttonTypeTel{
  /*float: left;*/
  text-align: center;
  /*max-width: 416px;*/
  width: 100%;
}
#kengaku-contact .contactBox dl.buttonTypeTel .telTitle{ padding-top: 1px;}

#kengaku-contact .contactBox dl.buttonTypeTel .telNumber,
#kengaku-contact .contactBox dl.buttonTypeTel .faxNumber,
#kengaku-contact .contactBox dl.buttonTypeTel .telTime{
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  -webkit-align-self: center; /* Safari */
  align-self: center;
}

#kengaku-contact .contactBox dl.buttonTypeTel .telNumber{
  margin-left: auto;
  padding: 11px 0 12px 27px !important;
  background-size: 18px auto !important;
  font-size: 28px !important;
}
#kengaku-contact .contactBox dl.buttonTypeTel .faxNumber{
  margin-left: auto;
  padding: 11px 0 12px 27px !important;
  background-size: 25px auto !important;
  font-size: 28px !important;
}

#kengaku-contact .contactBox dl.buttonTypeTel .telTime{
  padding-right: 10px;
  letter-spacing: 0.02em;
  font-size: 14px !important;
}

@media screen and (max-width: 1014px) {
  #kengaku-contact .contactBox .innerBasic{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #kengaku-contact .contactBox dl.buttonTypeTel{ margin-bottom: 23px;}
  #kengaku-contact .contactBox dl.buttonTypeTel .telTitle{
    padding-top: 1px;
    height: 20px;
  }
  
  #kengaku-contact .contactBox dl.buttonTypeTel dd{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  
  #kengaku-contact .contactBox dl.buttonTypeTel .telNumber{
    padding: 5px 0 11px !important;
    background-image: none !important;
    letter-spacing: .05em;
  }
  #kengaku-contact .contactBox dl.buttonTypeTel .faxNumber{
    padding: 5px 0 11px !important;
    background-image: none !important;
    letter-spacing: .05em;
  }
  #kengaku-contact .contactBox dl.buttonTypeTel .telNumber::before{
    content: "";
    position: relative;
    top: 6px;
    left: -4px;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 28px;
    background: url(../../common/img/contents/icon_08_w.png) no-repeat center center;
    background-size: 20px auto;
  }
  #kengaku-contact .contactBox dl.buttonTypeTel .faxNumber::before{
    content: "";
    position: relative;
    top: 6px;
    left: -4px;
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background: url(../../common/img/contents/fax_white.png) no-repeat center center;
    background-size: 28px auto;
  }

  #kengaku-contact .contactBox dl.buttonTypeTel .telTime{  font-size: 13px !important;}
}

@media print, screen and (min-width: 768px) {
  #kengaku-contact .contactBox .innerBasic{
    padding-top: 34px;
    /*padding-bottom: 34px;*/
    padding-bottom: 8px;
    margin: 0 auto;
  }
  
  #kengaku-contact .contactBox a.buttonTypeContact{
    border-radius: 30px;
    display: block;
    padding-top: 3px;
    width: 376px;
    height: 62px;
    font-size: 33px;
    font-weight:bold;
        margin: 0 auto;
        border: 3px solid #fff;
  }

  #kengaku-contact .contactBox a.buttonTypeContact span{
    background-size: 37px auto;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 50px;
  }
}

@media print, screen and (max-width: 991px) {
  #kengaku-contact .contactBox dl.buttonTypeTel .telNumber {
    width: 100%;
  }

  #kengaku-contact .contactBox a.buttonTypeContact {
    display: block;
    /*padding-top: 13px;*/
    width: 100%;    
  }
}

@media print, screen and (max-width: 767px) {
  #kengaku-contact {
    /*margin-bottom: 40px;*/
  }

  #kengaku-contact .contactBox a.buttonTypeContact{
    padding-top: 14px;
  }

  .cs-info {
    bottom: 362px;
  }
}

@media print, screen and (max-width: 480px) {
  .main {
    padding-top: 60px;
  }
}

.bira-wrapper {
  background-color: rgba(247,201,221,.4);
  padding: 40px;
}

.bira-wrapper img {
  /*max-width: 800px;*/
  width: 100%;
}

.bira-wrapper + p,
#kengaku-schedule + p {
  /*background: #f00;*/
  background-color: #e84283;
  color: #fff;
  font-size: 24px;
  /*font-weight: bold;*/
  padding: 4px 0;
}

.bg-pink {
  background-color: #e84283;
}

.bg-white-skeleton {
  background-color: rgba(255,255,255,.65);
}

.f13 {
  font-size: 13px!important;
}

/* ============================== */
/* voice 202012 */
/* ============================== */
.content-panel.head-content-panel {
  border-radius: 0 0 34px 34px;
  padding-top: 65px;
}

.content-panel.head-content-panel + .content-panel {
  margin-top: 50px;
}

#PageVoice p {
  line-height: 1.7!important;
  letter-spacing: .1em;
}

#PageVoice .main,
#PageMaterials .main {
  padding-top: 19px;
}

#PageVoice .row:not(.full-width) {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 970px;*/
  max-width: 1172px;
}

#PageVoice .content-panel-voice-top [class^="col-"] {
  margin-bottom: 56px;
  padding-left: 28px;
  padding-right: 28px;
}

.card.card-interview {
  border: 0;
}

.card.card-interview:hover {
  text-decoration: none;
}

.card.card-interview.is-new:after {
  background-image: url(../img/voice/tab_new.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 108px;
  position: absolute;
  right: 0;
  top: 0;
  width: 108px;
}

.card.card-interview .card-body {
  /*background: linear-gradient(transparent, 94%, #05B1E3, 94%, #05b1e3);*/
  background: linear-gradient(transparent, calc(100% - 20px), #05B1E3, calc(100% - 20px), #05b1e3);
  border: 4px solid #05b1e3;
  border-radius: 26px;
  box-shadow: 7px 7px 0 #ccc;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.card.card-interview.comingsoon .number-bubble {
  display: none;
}

.card.card-interview.comingsoon .card-body {
  background: none;
  background-color: #b2b2b2;
  border: 4px solid #b2b2b2;
}

.card.card-interview.comingsoon .card-body:after {
  background-color: #b2b2b2;
  background-image: url(../img/voice/coming_soon_trim.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.card.card-interview .number-bubble {
  left: -22px;
  position: absolute;
  top: -20px;
  width: 68px;
  z-index: 1;
}

.card.card-interview .number-bubble img {
  width: 100%;
}

.card.card-interview .img-wrapper {
  /*border-radius: 15px 15px 0 0;*/
  /*overflow: hidden;*/
}

.interview-content {
  font-size: 11.5px;
  padding: 12px 23px 15px;
}

.interview-content > div {
  height: 17px;
  line-height: 1rem;
}

.interview-content > div + div {
  margin-top: 7px;
}

.interview-content > div.title {
  color: #05b1e3;
  font-size: 14px;
  height: 66px;
}

.interview-content > div.school-name {
  color: #05b1e3;
  height: 33px;
  font-size: 14px;
  margin-top: 15px;
}

.interview-content > div.kind,
.interview-content > div.scale,
.interview-content > div.theme {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 39px;
  padding-left: 48px;
}

.interview-content > div.kind {
  background-image: url(../img/voice/shubetsu.png);
}

.interview-content > div.scale {
  background-image: url(../img/voice/kibo.png);
}

.interview-content > div.theme {
  background-image: url(../img/voice/kadai.png);
}

.card .link-view-more {
  background-color: #05b1e3;
  display: block;
  height: 26px;
  margin-bottom: -4px;
  padding: 7px 10px 0;
  vertical-align: bottom;
  text-align: right;
  width: 100%;
}

.card .link-view-more img {
  vertical-align: top;
  width: 80px;
}

.card.card-interview .interview-content .title {
  border-bottom: 1px solid #05b1e3;
}

.scroll-arrow-wrapper {
  bottom: -82px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.scroll-arrow-wrapper img {
  width: 98px;
}

.school-blog-wrapper {
  padding-bottom: 86px;
  padding-top: 68px;
}

.school-blog-title {
  padding-bottom: 40px;
}

.school-blog-title img {
  max-width: 564px;
  width: 100%;
}

.school-blog-wrapper .item-blog .blog-info {
  background-color: rgba(244,179,52,.85);
  font-size: 12px;
  line-height: 1.6;
  padding: 4px 16px 6px;
}

.school-blog-wrapper .item-blog .blog-info time,
.school-blog-wrapper .item-blog .blog-info .school-name {
  font-size: 10px;
}

.school-blog-wrapper .item-blog a {
  box-shadow: 7px 7px 0 #ccc;
}

#PageVoice .item-blog {
  padding: 0 24px 54px;
}

#PageVoice .school-blog-wrapper .item-blog .blog-info {
  background-color: rgba(237,103,147,.84);
  font-size: 16px;
  padding: 8px 16px 9px;
}

#PageVoice .school-blog-wrapper .item-blog .blog-info time {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 2px;
}

.school-blog-wrapper .item-blog .blog-info .school-name {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 7px;
}

@media (max-width: 767px){
  #PageVoice .main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  #PageVoice.PageVoiceTop .main {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-panel.head-content-panel {
    padding-bottom: 26px;
    padding-top: 32px;
  }

  #PageVoice .content-panel-voice-top [class^="col-"] {
    margin-bottom: 0;
  }

  .head-content-panel [class^="col-"] + [class^="col-"] {
    margin-top: 42px;
  }

  .scroll-arrow-wrapper {
    bottom: -38px;
  }

  .scroll-arrow-wrapper img {
    width: 48.5px;
  }

  .content-panel.head-content-panel + .content-panel {
    margin-top: 28px;
  }

  .school-blog-wrapper {
    padding-bottom: 29px;
    padding-top: 33px;
  }

  .school-blog-title {
    padding-bottom: 27px;
  }

  .school-blog-title img {
    max-width: 281px;
  }

  #PageVoice .school-blog-wrapper .item-blog {
    padding: 0 28px 30px;
  }

  #PageVoice .school-blog-wrapper .item-blog .blog-info {
    font-size: 12px;
  }

  #PageVoice .school-blog-wrapper .item-blog .blog-info time {
    font-size: 9px;
    margin-bottom: 0;
  }

  .school-blog-wrapper .item-blog .blog-info .school-name {
    font-size: 10px;
    margin-top: 3px;
  }
}

#PageVoice .content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 912px;
  width: 100%;
}

#PageMaterials nav#TopicPath,
#PageVoice nav#TopicPath,
#PageNews nav#TopicPath {
  /*background-color: #05b1e3;*/
  margin-top: 19px;
}

#PageMaterials nav#TopicPath.top-content-breadcrumbs,
#PageVoice nav#TopicPath.top-content-breadcrumbs,
#PageNews nav#TopicPath.top-content-breadcrumbs {
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
}

#PageMaterials #TopicPath ol,
#PageVoice #TopicPath ol,
#PageNews #TopicPath ol {
  -webkit-text-overflow: ellipsis;
          text-overflow: ellipsis;
  color: #fff;
  font-family: fot-seurat-pron, helvetica,'arial black',arial,sans-serif;
  line-height: 1;
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 912px;*/
  overflow: hidden;
  /*padding: 30px 76px 30px;*/
  padding: 18px 4px 0;
  white-space: nowrap;
  width: 100%;
}

#PageMaterials #TopicPath ol li,
#PageVoice #TopicPath ol li,
#PageNews #TopicPath ol li {
  background-image: none;
  color: #fff;
  display: inline-block;
  padding: 0;
}

#PageMaterials #TopicPath ol li + li:before,
#PageVoice #TopicPath ol li + li:before ,
#PageNews #TopicPath ol li + li:before {
  content: '>';
}

#PageMaterials nav#TopicPath a,
#PageMaterials nav#TopicPath span,
#PageVoice nav#TopicPath a,
#PageVoice nav#TopicPath span,
#PageNews nav#TopicPath a,
#PageNews nav#TopicPath span {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  text-decoration: underline;
}

#PageMaterials nav#TopicPath span,
#PageVoice nav#TopicPath span,
#PageNews nav#TopicPath span {
  text-decoration: none;
}

#PageMaterials nav#TopicPath.top-content-breadcrumbs a,
#PageMaterials nav#TopicPath.top-content-breadcrumbs span,
#PageVoice nav#TopicPath.top-content-breadcrumbs a,
#PageVoice nav#TopicPath.top-content-breadcrumbs span,
#PageNews nav#TopicPath.top-content-breadcrumbs a,
#PageNews nav#TopicPath.top-content-breadcrumbs span {
  font-size: 16px;
}

#PageVoice .heading {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 456px;
  margin-bottom: 52px;
  margin-top: 19px;
  position: relative;
}

#PageVoice .heading:after {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0) 50%, rgba(0,0,0,.47) 100%);
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

#PageVoice .heading .title-wrapper {
  bottom: 32px;
  padding: 0 72px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#PageVoice .heading .title {
  color: #fff;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 1058px;
  /*padding: 0 96px;*/
  width: 100%;
}

#PageVoice .heading .title > span {
  display: block;
  font-size: 18px;
  /*margin-top: 10px;*/
}

#PageVoice .heading + .main {
  margin-top: 0;
  padding-top: 0;
}

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

.content.content-voice-article {
  background-color: #fff8f3;
  border-radius: 34px;
  padding: 0 48px 84px;
}

.content.content-voice-article .content-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1058px;
}

.content.content-voice-article .row.full-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1088px;
}

.content-panel.bg-green {
  background-color: #64a377;
  color: #fff;
}

#PageVoice .static-movie-wrapper {
  max-height: none;
  max-width: none;
}

.content-voice-article .caption {
  color: #05b1e3;
  font-size: 30px;
}

.content-voice-article .caption .text-yellow {
  color: #F5B335;
}

.content-voice-article .caption img {
  height: 33px;
  margin-bottom: 22px;
  vertical-align: text-top;
}

.bbdotted {
  border-bottom: 4px dotted #05b1e3;
}

.bbdotted.bbdotted-white {
  border-bottom-color: #fff;
}

.content-panel.introduction .school-name {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 28px;
  padding-bottom: 16px;
}

.content-panel.introduction p {
  line-height: 30px;
  margin-bottom: 20px;
}

.school-info > div.kind,
.school-info > div.place,
.school-info > div.scale {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 78px;
  padding-left: 92px;
}

.school-info > div.kind {
  background-image: url(../img/voice/common/kind.png);
}

.school-info > div.place {
  background-image: url(../img/voice/common/place.png);
}

.school-info > div.scale {
  background-image: url(../img/voice/common/scale.png);
}

@media (min-width: 1152px){
  .introductory .content-panel {
    /*padding-left: calc(100% - 441px);*/
  }

  .range .content-panel {
    /*padding-right: calc(100% - 441px);*/
  }
}

@media (min-width: 1217px){
  .content.content-voice-article .row.full-width {
    width: 1088px;
  }
}

@media (max-width: 1216px){
  .content.content-voice-article .row.full-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.introductory .caption,
.range .caption {
    align-items: center;
    border-right: 4px dotted #05b1e3;
    display: flex;
    float: left;
    min-height: 84px;
    width: 50%;
}

.introductory .caption img,
.range .caption img {
  height: auto;
  margin-bottom: 0;
  max-height: 33px;
  max-width: 100%;
}

.introductory .caption + p,
.range .caption + p {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    line-height: 30px;
    margin-bottom: 0;
    min-height: 84px;
    width: 50%;
}

.range .content-panel {
  align-items: center;
  display: flex;
}

@media (max-width: 991px){
  .range {
    margin-top: 30px;
  }
}

@media (max-width: 767px){
  #PageVoice #TopicPath ol li > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
  }

  .content-voice-article .caption {
    font-size: 13px;
  }
}

.theme .caption {
  margin-bottom: 34px;
}

.theme p {
  line-height: 32px;
}

.trigger figure img {
  padding: 46px 0 54px;
}

.trigger figure .img-wrapper,
.trigger figure img,
.introduction figure .img-wrapper,
.introduction figure img {
  display: block;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

.trigger figure .img-wrapper {
  position: relative;
}


.trigger .lead {
  font-size: 26px;
  margin-bottom: 34px;
  margin-top: 38px;
}

.trigger figure figcaption.inner-rb {
  bottom: 18px;
  font-size: 16px;
  position: absolute;
  right: 0;
}

.policy .caption,
.awareness .caption {
  margin-bottom: 34px;
}

.policy .caption img,
.awareness .caption img {
  height: auto;
  max-height: 56px;
}

.awareness .item-name {
  color: #F5B335;
  font-size: 30px;
  margin-bottom: 22px;
}

.awareness .content-inner p {
  line-height: 32px;
}

.awareness .content-inner .item-name + p + .item-name {
  margin-top: 58px;
}

.awareness .item-name img {
  height: 33px;
}

.awareness .item-name img.plural {
  /*height: 17px;*/
  height: auto;
  max-height: 67.5px;
  max-width: 100%;
}

.message .caption {
  margin-bottom: 22px;
}

@media (max-width: 767px){
  #PageMaterials nav#TopicPath,
  #PageVoice nav#TopicPath {
    margin-top: 0;
    padding: 0;
  }

  #PageMaterials nav#TopicPath.top-content-breadcrumbs a,
  #PageMaterials nav#TopicPath.top-content-breadcrumbs span,
  #PageVoice nav#TopicPath a,
  #PageVoice nav#TopicPath span,
  #PageVoice nav#TopicPath.top-content-breadcrumbs a,
  #PageVoice nav#TopicPath.top-content-breadcrumbs span {
    font-size: 9px;
    font-weight: 600;
  }

  #PageMaterials #TopicPath ol,
  #PageVoice #TopicPath ol {
    padding: 4px 0 5px;
  }

  #PageMaterials #TopicPath ol li + li:before,
  #PageVoice #TopicPath ol li + li:before {
    font-size: 9px;
  }

  #PageVoice .heading {
    height: 300px;
    margin-bottom: 24px;
  }

  #PageVoice .heading .title-wrapper {
    bottom: 12px;
    padding: 0;
  }

  #PageVoice .heading .title {
    /*font-size: 15px;*/
    font-size: 18px;
    line-height: 1.4;
    padding: 0 27px;
  }

  #PageVoice .heading .title > span {
    /*font-size: 8px;*/
    font-size: 12px;
    margin-top: 10px;
  }

  .content.content-voice-article {
    padding: 8px 9px 40px;
  }

  .content-voice-article .caption {
    line-height: 1;
  }

  .content-voice-article .movie .caption {
    margin-bottom: 8px;
  }

  .content-voice-article .caption img {
    height: 15px;
    margin-bottom: 0;
  }

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

  .content-voice-article .content-panel {
    border-radius: 17px;
    font-size: 13px;
    line-height: 1.6;
  }

  .content-panel.introduction .caption {
    margin-bottom: 8px;
  }

  .content-panel.introduction .school-name {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .content-panel.introduction p {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .bbdotted {
    border-bottom: 2px dotted #05b1e3;
  }

  .school-info > div.kind,
  .school-info > div.place,
  .school-info > div.scale {
    background-size: 36px;
    padding-left: 42px;
  }

  .introductory .content-panel,
  .range .content-panel {
    padding: 9px 16px;
  }

  .introductory .caption,
  .range .caption {
    border-right: 2px dotted #05b1e3;
    min-height: 42px;
    width: 102px;
  }

  .introductory .caption + p,
  .range .caption + p {
    line-height: 15px;
    min-height: 42px;
    padding-left: 14px;
    width: auto;
  }

  .range {
    margin-top: 15px;
  }

  .theme .caption,
  .trigger .caption,
  .policy .caption,
  .awareness .caption,
  .message .caption {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .theme .caption {
    line-height: 1.7;
  }

  .theme p {
    line-height: 1.6;
    margin-bottom: 0;
  }

  .trigger .lead {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 17px;
  }

  .trigger figure img {
    padding: 17px 0 25px;
  }

  .policy .caption img, .awareness .caption img {
    height: auto;
    max-height: 28px;
  }

  .awareness .item-name {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .awareness .item-name img {
    /*height: 17px;*/
    height: auto;
    max-height: 17px;
    max-width: 100%;
  }

  .awareness .item-name img.plural {
    /*height: 17px;*/
    height: auto;
    max-height: 35px;
    max-width: 100%;
  }

  .awareness .content-inner p {
    line-height: 1.6;
    margin-bottom: 0;
  }

  .awareness .content-inner .item-name + p + .item-name {
    margin-top: 18px;
  }

  .message .content-inner p {
    margin-bottom: 0;
  }
}

#PageMaterials .main-message {
  padding-top: 26px;
  text-align: center;
}

#PageMaterials .main-message img {
  max-width: 1068px;
}

#PageMaterials .materials-wrapper {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 912px;*/
  width: 100%;
}

#PageMaterials .card-material {
  border: none;
  border-radius: 40px;
  box-shadow: 11px 17px 0 #e6e6e6;
  margin-bottom: 84px;
  overflow: hidden;
}

#PageMaterials .card-material:hover {
  text-decoration: none;
}

#PageMaterials .card-material > img {
  height: auto;
  width: 100%;
}

#PageMaterials .card-material .material-info {
  color: #fff;
  letter-spacing: .1em;
  padding: 26px 40px 16px;
}

#PageMaterials .card-material .material-info .description {
  /*font-size: 17px;*/
  font-size: 14px;
  font-weight: 300;
  min-height: 72px;
}

#PageMaterials .card-material .material-info.artpon {
  background-color: #05b1e3;
}

#PageMaterials .card-material .material-info.otonendo {
  background-color: #ef6f2f;
}

#PageMaterials .card-material .material-info.torie {
  background-color: #64a377;
}

#PageMaterials .card-material .material-info.magicallens {
  background-color: #05b1e3;
}

#PageMaterials .card-material .material-info.tsunaget {
  background-color: #ef6f2f;
}

#PageMaterials .card-material .material-info.rakugakids {
  background-color: #64a377;
}

#PageMaterials .card-material .material-info.programing {
  background-color: #64a377;
}

#PageMaterials .card-material .material-info.kokusai {
  background-color: #ef6f2f;
}

#PageMaterials .card-material .material-info .title {
  /*font-size: 30px;*/
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

#PageMaterials .card-material .material-info .title span {
  display: block;
  /*font-size: 18px;*/
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

#PageMaterials .card-material .material-info .description {
  line-height: 1.7;
}

.card.card-material .link-view-more {
  background-color: transparent;
  height: 16px;
  margin-bottom: 0;
  margin-top: 16px;
  padding: 0;
}

.card.card-material .link-view-more img {
  margin-right: -16px;
  /*width: 110px;*/
}

.card.card-material .link-view-more.link-view-program img {
  width: 240px;
}

#PageMaterials .modal {
  padding: 40px 24px 0;
}

#PageMaterials .modal .modal-dialog {
  /*max-width: 1152px;*/
  /*max-width: 906px;*/
  max-width: 100%;
}

#PageMaterials .modal .modal-content {
  background-color: #fcf6f0;
  background-image: url(../img/materials/common/kyozaimodal_under.png);
  /*background-image: none;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: 100%;
  /*border-radius: 60px;*/
  border-radius: 41px;
  /*padding: 120px 152px 180px;*/
  padding: 30px 48px;
}

#PageMaterials .modal .modal-content button {
  position: absolute;
  right: 30px;
  top: -60px;
}

#PageMaterials .modal .modal-content button.close {
  opacity: 1;
}

#PageMaterials .modal .modal-content button.close img {
  width: 52px;
}

#PageMaterials #cover {
  background-color: rgba(0,0,0,1);
  z-index: 1060;
}

#PageMaterials #coverVideo {
  z-index: 1070;
}

#PageMaterials #Main .modal-material #ContBox01 .contSubBox {
  background-image: none;
}

#PageMaterials #Main .modal-material #ContBox01 .contSubBox .subBox01 ,
#PageMaterials #Main .modal-material #ContBox01 .contSubBox .subBox02 {
  float: none;
  width: 100%;
}

#PageMaterials #Main .modal-material #ContBox01 .contSubBox .subBox01 figure img,
.modal-material figcaption {
  display: inline-block;
}

#PageMaterials #Main .modal-material #ContBox01 .contSubBox .subBox01 figure img {
  /*height: 120px;*/
  height: 70px;
  margin-bottom: 0;
  margin-left: -6px;
  width: auto;
}

#PageMaterials #Main #ContBox01 .contSubBox .subBox02 ol {
  height: auto;
  margin-left: 26px;
  max-height: 102px;
}

#PageMaterials #Main #ContBox01 .contSubBox .subBox02 ol li {
  margin-left: auto;
  margin-right: auto;
  width: 16.15%;
  height: auto;
}

#PageMaterials #Main #ContBox01 .contSubBox .subBox02 .miniSlider {
  margin-left: auto;
  margin-right: auto;
}

#PageMaterials #Main #ContBox01 .contSubBox .subBox02 .miniSlider ul {
  height: auto;
}

.modal-material .carousel {
}

.modal-material .carousel-wrapper {
  display: block;
  height: 0;
  /*padding-top: calc(61.5% + 200px);*/
  padding-top: calc(61.5% + 172px);
  position: relative;
}

.modal-material .carousel-indicators {
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
}

.modal-material .carousel-indicators li {
  height: auto;
  padding: 0;
  text-indent: 0;
  width: auto;
}

.modal-material .carousel-indicators li img {
  width: 100%;
}

.modal-material .carousel-inner {
  position: absolute;
  top: 0;
}

.modal-material .carousel-item img {
  margin-bottom: 22px;
  width: 100%;
}

.modal-material .carousel-control-next,
.modal-material .carousel-control-prev {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  height: calc(100% - 172px);
}

.modal-material .carousel-control-next:hover,
.modal-material .carousel-control-prev:hover {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.carousel-control-next {
  right: -15%;
}

.modal-material .carousel-control-prev {
  left: -15%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  height: 35px;
  width: 21px;
}

.carousel-control-next-icon {
  margin-left: -40%;
}

.carousel-control-prev-icon {
  margin-right: -40%;
}

.carousel-control-next-icon img,
.carousel-control-prev-icon img {
  width: 100%;
}

.modal-material a {
  opacity: 1!important;
}

.modal-material a:hover {
  opacity: .5!important;
}

.carousel-indicators li {
  opacity: 1;
}

.carousel-indicators li.active {
  opacity: .5;
}

.modal-material .material-info .tag-plate {
  background-color: #05b1e3;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 10px;
  padding: 1px 20px 0px;
}

.modal-material .material-info .heading {
  /*font-size: 38px;*/
  font-size: 27px;
  letter-spacing: 0;
  /*line-height: 2;*/
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 17px;
  /*white-space: nowrap;*/
  width: calc(100% + 70px);
}

.modal-material .material-info .heading span {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38.4px;
  vertical-align: middle;
}

.modal-material .material-info .description {
  /*font-size: 25px;*/
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
  min-height: 200px;
}

.modal-material .material-info .description p {
  font-size: 17px;
  line-height: 1.45;
}

.modal-material .material-info .description p + p {
  /*margin-top: 40px;*/
}

.modal-material .benefit {
  color: #05b1e3;
  padding-top: 22px;
}

.modal-material .benefit p {
  background-image: url(../img/materials/common/icon_benefit.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-left: 26px;
}

.material-explanation {
  background-position: left 3px;
  background-repeat: no-repeat;
  /*background-size: 30px;*/
  background-size: 22px;
  /*padding-left: 40px;*/
  padding-left: 28px;
}

.material-explanation.explanation-01 {
  background-image: url(../img/materials/common/number01.png);
}

.material-explanation.explanation-02 {
  background-image: url(../img/materials/common/number02.png);
}

.material-explanation.explanation-03 {
  background-image: url(../img/materials/common/number03.png);
}

.material-explanation.explanation-04 {
  background-image: url(../img/materials/common/number04.png);
}

.material-explanation.explanation-05 {
  background-image: url(../img/materials/common/number05.png);
}

.material-explanation.explanation-06 {
  background-image: url(../img/materials/common/number06.png);
}

.material-explanation dt {
  /*font-size: 25px;*/
  font-size: 18px;
}

.material-explanation dd {
  /*font-size: 20px;*/
  font-size: 16px;
}

#coverVideoClose {
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 9999999;
}

.modal-material .col-carousel {
  padding: 0 56px;
}

.modal-material .col-info {
  /*padding-right: 56px;*/
}

.modal-material .bbdotted {
  background:url(../img/materials/common/img-dot.png) bottom repeat-x;
  background-size: 14px;
  border-bottom: 0;
  border-image-repeat: round;
  padding-bottom: 6px;
}

.modal-material .bbdotted-sm {
  border-bottom: 0;
}

@media print, screen and (min-width: 1015px) {
  #PageMaterials #Main #ContBox01 .contSubBox .subBox01 figure {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px){
  .modal-material .col-info {
    padding-right: 56px;
  }
}

@media screen and (max-width: 1230px){
/*  .modal-material .material-info .heading span {
    display: block;
  }*/
}

@media screen and (max-width: 1014px){
  #PageMaterials #Main .modal-material #ContBox01 .contSubBox:first-of-type {
    margin-top: 0;
  }

  #PageMaterials .modal .modal-content {
    /*padding: 80px 92px 100px;*/
  }
}

@media (max-width: 991px) {
  .modal-material .bbdotted {
    /*border-bottom: 4px dotted #05b1e3;*/
    border-bottom: 0;
    background:url(../img/materials/common/img-dot_2.png) bottom repeat-x;
    background-size: 11px;
    padding-bottom: 6px;
  }

  .modal-material .bbdotted-sm {
    /*border-bottom: 4px dotted #05b1e3;*/
    border-bottom: 0;
    background:url(../img/materials/common/img-dot_2.png) bottom repeat-x;
    background-size: 11px;
    padding-bottom: 6px;
  }
}

@media (max-width: 767px) {
  #PageMaterials nav#TopicPath {
    letter-spacing: normal;
  }

  #PageMaterials #Main {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
  }

  #PageMaterials #Main #ContBox01 .contSubBox {
    margin: 0;
  }

  #PageMaterials #Main #ContBox01 .contSubBox:first-of-type {
    margin-top: 0;
  }

  #PageMaterials .main-message {
    margin-left: -16px;
    margin-right: -16px;
  }

  #PageMaterials .card-material {
    border-radius: 25px;
    margin-bottom: 0;
  }

  #PageMaterials .card-material .material-info {
    /*padding: 16px 16px 20px 16px;*/
    padding: 14px 22px 10px 22px;
  }

  #PageMaterials .modal {
    padding: 30px 12px 0!important;
  }

  #PageMaterials .modal .modal-content {
    background-image: url(../img/materials/common/kyozai_modal_under_sp.png);
    border-radius: 28px;
    padding: 24px 24px 64px;    
  }

  #PageMaterials .modal .modal-content button {
    /*right: -10px;*/
    right: 0;
    top: -30px;
  }

  #PageMaterials .modal .modal-content button.close img {
    height: 22px;
    width: 22px;
  }

  #PageMaterials #Main #ContBox01 .contSubBox .subBox01 figure {
    margin-bottom: 0;
  }

  #PageMaterials #Main .modal-material #ContBox01 .contSubBox .subBox01 figure img {
    height: 50px;
    margin-left: -6.249999px;
  }

  .material-explanation {
    background-size: 22px;
    padding-left: 30px;
  }

  .modal-material .carousel-control-next,
  .modal-material .carousel-control-prev {
    height: calc(100% - 180px);
    width: 40px;
  }

  .modal-material .carousel-control-next {
    right: -34px;
  }

  .modal-material .carousel-control-prev {
    left: -34px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 28px;
    width: 16px;
  }

  .carousel-control-prev-icon {
    /*margin-right: -18px;*/
    margin-right: 0;
  }

  .carousel-control-next-icon {
    /*margin-left: -18px;*/
    margin-left: 0;
  }

  .modal-material .carousel-wrapper {
    padding-top: calc(61.5% + 180px);
  }

  .material-explanation dt {
    font-size: 18px;
  }

  .material-explanation dd {
    font-size: 15px;
  }

  .material-info .heading {
    font-size: 24px;
    line-height: 1.6;
  }

  .material-info .description {
    font-size: 15px;
  }

  .modal-material .benefit {
    padding-top: 30px;
  }

  .modal-material .benefit p {
    background-position: left 3px;
    background-size: 18px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 28px;
  }

  .modal-material .material-info .heading {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 100%;
  }

  .modal-material .material-info .description {
    font-size: 15px;
  }

  #PageMaterials .card-material .material-info .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  #PageMaterials .card-material .material-info .title span,
  #PageMaterials .card-material .material-info .description {
    font-weight: 600;
    line-height: 15px;
  }

  #PageMaterials .card-material .material-info .title span {
    font-size: 10px;
    margin-bottom: 2px;
  }

  #PageMaterials .card-material .material-info .description {
    font-size: 11px;
    min-height: 46px;
  }

  .card.card-material .link-view-more {
    height: 10px;
    margin-top: 9px;
  }

  .card.card-material .link-view-more.link-view-program {
    margin-bottom: 4px;
    /*margin-top: 14px;*/
  }

  .card.card-material .link-view-more img {
    margin-right: -6px;
    width: 66px;
  }

  .card.card-material .link-view-more.link-view-program img {
    width: 194px;
  }

  .modal-material .col-carousel {
    padding: 0 15px;
  }

  .modal-material .col-info {
    padding-right: 15px;
  }
}

@media (max-width: 320px) {
  #PageMaterials .materials-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .modal-material .carousel-control-next,
  .modal-material .carousel-control-prev {
    height: calc(100% - 210px);
  }

  .modal-material .carousel-wrapper {
    padding-top: calc(61.5% + 210px);
  }

  .carousel-control-prev-icon {
    margin-right: -10px;
  }

  .carousel-control-next-icon {
    margin-left: -10px;
  }
}

.modal-backdrop.show {
  opacity: .6;
}

#TopicPath ol li{
  font-family: fot-seurat-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}

#PageNews .content {
  background: url(../img/news/bg_wave_base.png), -webkit-linear-gradient(left, #fff4ec 0%, #fff4ec 16.5%, #fff 16.5%);
  background:      url(../img/news/bg_wave_base.png), -o-linear-gradient(left, #fff4ec 0%, #fff4ec 16.5%, #fff 16.5%);
  background:         url(../img/news/bg_wave_base.png), linear-gradient(to right, #fff4ec 0%, #fff4ec 16.5%, #fff 16.5%);
  /*background-image: url(../img/news/bg_wave_base.png);*/
  background-position: 16% 0;
  background-repeat: repeat-y;
  border-radius: 0 0 34px 34px;
}

#PageNews .content .content-panel {
  background-color: transparent;
  /*color: #000;*/
}

#PageNews .content-panel.head-content-panel {
  padding-top: 16px;
}

#PageNews #Main {
  float: right;
  /*min-width: 720px;*/
  width: 70%;
  /*width: calc(76% - 76px);*/
  width: calc(84% - 76px);
}

#PageNews #Sub {
  float: left;
  /*width: 190px;*/
  width: 170px;
}

#PageNews #Main .dataBox {
  line-height: 2;
}

#PageNews #Main .dataBox time {
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 400;
}

#PageNews #Main .dataBox ul.listTypeCategory{
  display: inline-block;
  font-size: 0;
  padding-left: 6px;
}

#PageNews #Main .dataBox ul.listTypeCategory li{
  background-color: #8b8b8b;
  box-sizing: border-box;
  border-radius: 10px;
  color:  #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 18px;
  line-height: 1;
  margin-bottom: 2px;
  margin-right: 7px;
  padding: 3px 17px 0;
  text-align: center;
}

#PageNews #Main .dataBox ul.listTypeCategory li.news{ background-color: #e65500;}
#PageNews #Main .dataBox ul.listTypeCategory li.report{ background-color: #00a0e1;}
#PageNews #Main .dataBox ul.listTypeCategory li.service{  background-color: #f5b432;}
#PageNews #Main .dataBox ul.listTypeCategory li.press_release{  background-color: #4b965f;}
#PageNews #Main .dataBox ul.listTypeCategory li.media{  background-color: #e6467d;}
#PageNews #Main .dataBox ul.listTypeCategory li.event{  background-color: #e65500;}
#PageNews #Main .dataBox ul.listTypeCategory li.other{  background-color: #909090;}
#PageNews #Main .dataBox ul.listTypeCategory li.introduction{ background-color: #909090;}
#PageNews #Main .dataBox ul.listTypeCategory li.key_person{ background-color: #909090;}


.titleTypeEntry.bbdotted {
  background:url(../img/news/bbdot_base_mini.png) bottom repeat-x;
  background-size: 11px;
  border-bottom: 0;
  border-image-repeat: round;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 38px;
  margin-left: -15px;
  padding-bottom: 12px;
  padding-left: 15px;
}

#Main .entryBox div,
#Main .entryBox p {
  /*font-size: 16px;*/
  font-size: 18px;
  /*letter-spacing: 0.81px;*/
  letter-spacing: 0.1em;
  /*line-height: 28px;*/
  line-height: 1.7;
  margin-bottom: 14px;
}

#PageNews #Main .entryBox img {
  height: auto;
  max-width: 100%;
}

#PageNews #Sub ul{
  background-color: #ef6f2f;
  border-radius: 20px;
  list-style: none;
  margin-bottom: 11px;
  /*padding: 27px 19px 24px;*/
  padding: 26px 20px;
}

#PageNews #Sub ul:last-of-type,
#PageNews #Sub ul li:last-of-type{  margin-bottom: 0;}

#PageNews #Sub ul li{
  /*margin-bottom: 13px;*/
  /*font-size: 13px;*/
  font-size: 11px;
}

#PageNews #Sub ul li a{
  background: url(../img/news/arrow_sub_list.png) no-repeat left center;
  background-size: 7px auto;
  color: #fff;
  text-decoration: none;
  padding-left: 14px;
}

#PageNews #Sub ul li a.current{
  /*color: #afafaf;*/
}

#PageNews #Sub ul li a:hover{
  text-decoration: underline;
}

/*　.pageCategory
-------------------------------------*/
#PageNews.pageCategory #Main .titleTypeCategory{
  margin-top: -9px;
  margin-bottom: 16px;
  font-size: 36px;
}

/*　.pageEntry
-------------------------------------*/
#PageNews.pageEntry #Main .titleTypeEntry{
  /*border-bottom: 2px solid #e6467d;*/
  /*font-size: 36px;*/
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 40px;
  margin-top: 5px;
  padding-bottom: 17px;
}

#PageNews.pageEntry #Main .entryBox{
  padding-bottom: 4em;
}

#PageNews.pageEntry #Main #ContBox01 .contSubBox01{ margin-top: -2px;}

#PageNews.pageEntry #Main #ContBox02{ margin-top: 142px;}

#PageNews.pageEntry #Main #ContBox02 h3{
  background-color: #f2f2f2;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 9px 16px;
}

#PageNews.pageEntry #Main #ContBox02 ul {
  list-style: none;
  padding: 0;
}

#PageNews.pageEntry #Main #ContBox02 ul:after{
  content:"";
  display:block;
  clear:both;
}

#PageNews.pageEntry #Main #ContBox02 ul li{
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  width: 230px;
}

#PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(3n){ margin-right: 0;}
#PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(3n+1){ clear: both;}

#PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(1),
#PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(2),
#PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(3){  margin-top: 0;}

#PageNews.pageEntry #Main #ContBox02 ul li a{
  display: block;
  text-decoration: none;
}

#PageNews.pageEntry #Main #ContBox02 ul li a:hover{ opacity: .8;}

#PageNews.pageEntry #Main #ContBox02 ul li figure img{
  width: 100%;
  height: auto;
}

#PageNews.pageEntry #Main #ContBox02 ul li dl{
  border: 1px solid #d9d9d9;
  border-top: none;
  background: url(../img/contents/parts_05_pink.png) no-repeat right bottom;
  background-size: 12px auto;
  padding: 14px 18px 24px;
  position: relative;
}

#PageNews.pageEntry #Main #ContBox02 ul li dl:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  border: 6px solid pink;
  border-left-color: transparent;
  border-top-color: transparent;
  right: 2px;
  bottom: 2px;
}

#PageNews.pageEntry #Main #ContBox02 ul li dl dt{
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
}

#PageNews.pageEntry #Main #ContBox02 ul li dl dd{
  line-height: 20px;
  font-size: 12px;
}

#PageNews.pageEntry #Main #ContBox02 ul li figure {
  margin: 0;
}

#PageNews.pageEntry #Main #ContBox02 ul li figure img {
  height: auto;
  max-width: 100%;
}

.entryBox .left.int_about {
  /*padding-top: 40.5%;*/
  position: relative;
}

.entryBox .left.int_about > .video {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
  position: relative;
  top: 0;
}

.listTypeBlog.row {
  padding: 0 19px;
}

.listTypeBlog.row [class^="col-"] {
  margin-bottom: 60px;
  padding-left: 31px;
  padding-right: 31px;
}

.listTypeBlog figure {
  position: relative;
}

.listTypeBlog figure:before {
  content: "";
  display: block;
  padding-top: 76.6666%;
}

.listTypeBlog figure img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#PageNews #Main .listTypeBlog .dataBox ul.listTypeCategory{
  display: block;
  font-size: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.listTypeBlog dd {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}

.listTypeBlog time {
  color: #8a8a8a;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

h3.news-heading {
  background:url(../img/news/bbdot_base_mini_sp.png) bottom repeat-x;
  background-size: 5.5px;
  border-bottom: 0;
  border-image-repeat: round;
  color: #08b2e4;
  margin-bottom: 40px;
  margin-left: -19px;
  padding-bottom: 10px;
  padding-left: 53px;
}

#Main ul#PageNation{
  background:url(../img/news/bbdot_base_mini.png) top repeat-x;
  background-size: 11px;
  border-top: 0;
  border-image-repeat: round;
  /*border-top: 1px solid #e2e2e2;*/
  font-size: 0;
  /*margin-top: 55px;*/
  padding-left: 0;
  padding-top: 40px;
  text-align: center;
}

.pageEntry #Main ul#PageNation{ padding-top: 29px;}

#Main ul#PageNation li{
  box-sizing: border-box;
  display: inline-block;
  font-size: 22px;
  height: 34px;
  margin-right: 7px;
  width: 31px;
}

#Main ul#PageNation li:last-of-type{
  margin-right: 0;
}

#Main ul#PageNation li.prev{
  margin-right: 51px;
}

#Main ul#PageNation li.next{
  margin-left: 44px;
}

#Main ul#PageNation li.prev img,
#Main ul#PageNation li.next img {
  height: 14px;
}

.pageEntry #Main ul#PageNation li.LinkList{
  font-size: 16px;
  width: auto;
}

#Main ul#PageNation li > span,
#Main ul#PageNation li a{
  box-sizing: border-box;
  display: block;
  height: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  /*font-family: 'Alegreya Sans', sans-serif;*/
  padding-top: 9px;
  width: 31px;
}

#Main ul#PageNation li > span{
  background-color: transparent;
  color: #cacbca;
}

#Main ul#PageNation li a{
  background-color: #cacbca;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

#Main ul#PageNation li.prev,
#Main ul#PageNation li.next{
  width: auto;
}

#Main ul#PageNation li.prev a,
#Main ul#PageNation li.next a{
  padding-top: 0;
  width: 100%;
  background-color: transparent;
}

.pageEntry #Main ul#PageNation li a,
#Main ul#PageNation li.prev a,
#Main ul#PageNation li.next a,
#Main ul#PageNation li.prev span,
#Main ul#PageNation li.next span{
  text-align: center;
}

.pageEntry #Main ul#PageNation li.LinkList a{
  display: inline;
  border: none;
  background: none;
  text-decoration: underline;
}

.pageEntry #Main ul#PageNation li.LinkList a:hover{
  opacity: 1;
  text-decoration: none;
}

#Main ul#PageNation li.prev a,
#Main ul#PageNation li.next a{
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 10px auto;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  padding-top: 12px;
  text-align: center;
}

#Main ul#PageNation li.prev a{
  background-image: url(../img/contents/arrow_06_left.png);
  background-position: left center;
  text-align: right;
}

#Main ul#PageNation li.next a{
  background-image: url(../img/contents/arrow_06_right.png);
  background-position: right center;
  text-align: left;
}

#Main ul#PageNation li a:hover{ opacity: .8;}

@media (max-width: 767px){
  #PageNews .content {
    background-image: none;
  }

  #PageNews .content > .img-wrapper {
    background-color: #fff;    
  }

  #PageNews .content .content-panel {
    background-color: #fff;
    font-size: 12px;
  }

  #PageNews nav#TopicPath.top-content-breadcrumbs {
    display: none;
  }

  #PageNews .main {
    padding-top: 0;
  }

  #PageNews #Main {
    float: none;
    width: 100%;
  }

  #PageNews #Sub {
    float: none;
    margin-top: 22px;
    width: 100%;
  }

  h3.news-heading {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .listTypeBlog.row {
    margin-bottom: 0;
  }

  .listTypeBlog.row [class^="col-"] {
    background: url(../img/news/bbdot_base_mini_sp.png) bottom repeat-x;
    background-size: 5.5px;
    border-bottom: 0;
    margin: 0 0 20px;
    padding: 0;
  }

  .content-panel .listTypeBlog.row [class^="col-"] figure {
    float: left;
    margin-bottom: 22px;
    margin-right: 14px;
    width: 90px;
  }

  .listTypeBlog figure:before {
    padding-top: 100%;
  }

  .content-panel .listTypeBlog.row [class^="col-"] dl {
    margin-bottom: 22px;
  }

  #PageNews #Main ul#PageNation {
    background-image: none;
    margin-bottom: 5px;
    padding: 4px 0 40px;
    position: relative;
  }

  #PageNews #Main ul#PageNation li.prev,
  #PageNews #Main ul#PageNation li.next {
    bottom: 0;
    position: absolute;
  }

  #PageNews #Main ul#PageNation li.prev {
    left: 25px;
  }

  #PageNews #Main ul#PageNation li.next {
    right: 25px;
  }

  #PageNews #Main .dataBox {
    line-height: 1;
  }

  #PageNews #Main .dataBox time {
    vertical-align: top;
  }

  #PageNews.pageEntry #Main .dataBox time {
    display: inline-block;
    margin-top: 2px;
  }

  #PageNews #Main .listTypeBlog .dataBox time {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
  }

  #PageNews #Main .listTypeBlog .dataBox ul.listTypeCategory{
    display: inline-block;
    margin-bottom: 0;
  }

  #PageNews.pageEntry #Main .dataBox ul.listTypeCategory {
    margin-top: -2px;
  }

  #PageNews #Main .dataBox ul.listTypeCategory li {
    /*font-size: 8px;*/
    font-weight: 400;
    /*height: 11px;*/
    padding: 3px 8px 0;
  }

  #PageNews #Main .listTypeBlog .dataBox ul.listTypeCategory li {
    font-size: 8px;
    font-weight: 400;
    height: 11px;
    padding: 2px 8px 0;
  }

  #PageNews.pageEntry #Main .titleTypeEntry {
    /*font-size: 33px;*/
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  #PageNews.pageEntry #Main .entryBox{
    padding-bottom: 0;
  }

  .listTypeBlog dd {
    /*font-size: 12px;*/
    font-size: 15px;
    line-height: 25px;
  }

  #PageNews.pageEntry .entryBox h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  #PageNews.pageEntry .entryBox > div,
  #PageNews.pageEntry .entryBox p,
  #PageNews.pageEntry .entryBox .int_about {
    /*font-size: 17px;*/
    font-size: 13px;
    letter-spacing: .1em;
    /*line-height: 27px;*/
    line-height: 1.7;
    margin-bottom: 15px;
    word-break: break-word;
  }

  #PageNews.pageEntry #Main #ContBox02 {
    margin-top: 0;    
  }

  #PageNews.pageEntry #Main #ContBox02 ul li {
    float: none;
    margin: 0 auto;
  }

  #PageNews.pageEntry #Main #ContBox02 ul li:nth-of-type(3n) {
    margin-right: auto;
  }

  #Main ul#PageNation li > span, #Main ul#PageNation li a {
    height: 30px;
    font-size: 14px;
    width: 28px;
  }

  #Main ul#PageNation li.prev img,
  #Main ul#PageNation li.next img {
    height: 11px;
  }

  #PageNews #Sub ul {
    padding: 20px 26px;
  }

  #PageNews #Sub ul li {
    font-size: 12px;
    padding: 10px 0;
  }

  #PageNews.pageEntry #Main #ContBox02 ul li dl {
    padding: 14px 14px 24px;
  }

  #PageNews.pageEntry #Main #ContBox02 ul li dl dt {
    /*font-size: 15px;*/
  }
}

#PageNews.pageEntry .entryBox > div.video {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
  position: relative;
  top: 0;
}


.about-kits,
.trialbox {
  color: #000;
  font-size: 23px;
}

.about-kits .h3-wrapper,
.trialbox .h3-wrapper {
  border-bottom: 1px solid #00000080;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.about-kits h3,
.trialbox h3 {
/*  display: inline-block;*/
  font-size: 48px;
  line-height: 1.4;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
}

.about-kits .img-wrapper img,
.trialbox .img-wrapper img {
  width: 100%;
}

.btn-detail {
  background-image: url(../img/icon-arrow.png);
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 39px;
  border: 1px solid #00000080;
  border-radius: 24px;
  font-size: 23px;
  height: 48px;
  line-height: 36px;
  padding-left: 26px;
  padding-right: 52px;
  text-align: left;
}

.float-omu {
  bottom: 160px;
  position: fixed;
  right: -6px;
}

.float-omu.is-scroll {
  bottom: -51px;
  position: absolute;
  right: -30px;
}

.float-omu img {
  width: 249px;
}

.trialbox .h3-wrapper {
  position: relative;
  z-index: 1;
}

.trialbox .h3-wrapper img {
  max-width: 210px;
  position: absolute;
  right: -3px;
  top: 0;
  width: 25%;
}

.btn-blue {
  transition: all .25s linear;
  background-color: #05b1e3;
  border-radius: 60px;
  box-shadow: 3px 5px 10px rgba(0,0,0, .3);
  display: inline-block;
  margin: 18px auto 10px;
  max-width: 100%;
  min-height: 82px;
  padding: 17px 48px;
  text-align: center;
}

.btn-blue:hover {
  background: #2f8ec8;
  box-shadow: none;
  transform: translateY(2%);
}

.btn-blue img {
  width: 238px;
}

@media (max-width: 767px){
  .float-omu {
    bottom: -92px;
    position: absolute;
    right: -32px;
  }

  .float-omu img {
    width: 141px;
  }

  .about-kits,
  .trialbox {
    font-size: 13px;
  }

  .about-kits .h3-wrapper,
  .trialbox .h3-wrapper {
    flex: 0 0 calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 0;
  }

  .about-kits h3, .trialbox h3 {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .trialbox .h3-wrapper img {
    right: -30px;
    top: -52px;
    width: 120px;
  }

  .btn-detail {
    font-size: 26px;
    max-width: 290px;
    width: 94%;
  }

  .btn-blue {
    margin: 6px auto 10px;
  }

  .btn-blue img {
    width: 170px;
  }

}

/*.content-panel .row {
  margin: 0 auto 24px;
  max-width: 1200px;
}*/

.inner-container {
  margin: 0 auto;
  max-width: 1200px;
}
