@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 30px 0; } }
    .home .main-v .main-v-logo a {
      background: url(../img/main-v_logo.svg) 0 0 no-repeat;
      background-size: 960px 300px; }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home main {
    padding: 0; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 0 50px 0 50px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          padding: 12px 90px 12px 90px; } }
  .home .prologue-back {
    width: 100%;
    background-image: url("../img/libon.png");
    background-position: center;
    background-size: cover; }
  .home .prologue {
    padding: 30px 0;
    position: relative;
    max-width: 940px;
    margin: 0 auto; }
  .home .prologue-inner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 0 10px 0;
    border-radius: 10px;
    margin: 0 20px; }
    .home .prologue-inner h2 {
      padding: 0 0 10px 0;
      margin: 10px 30px;
      font-size: 130%; }
    .home .prologue-inner p {
      margin: 10px 30px 10px 30px;
      font-size: 105%; }
  .home .menu_wrap {
    max-width: 940px;
    margin: 0 auto; }
  .home .wrap__box {
    display: inline-block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 20px; }
  @media (max-width: 768px) {
    .home .wrap__box {
      width: 100%; } }
  .home .menu__box {
    background-color: #55b8c8;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.29);
    height: 100px;
    padding: 10px; }
    .home .menu__box:hover {
      opacity: 0.7;
      transition: .4s; }
    .home .menu__box a {
      color: #fff;
      display: inline-block; }
    .home .menu__box h4 {
      font-size: 19px;
      font-weight: normal; }
    .home .menu__box p {
      font-size: 100%;
      margin: 0; }
  @media (max-width: 375px) {
    .home .menu__box h4 {
      font-size: 16px; } }
  .home .menu__box_episode h4,
  .home .menu__box_more h4 {
    margin-top: 15px; }
  .home .menu__box_voice h4 {
    margin-top: 30px; }
  @media (max-width: 768px) {
    .home .menu__box_with h4 {
      margin-top: 12px; }
    .home .menu__box_episode h4,
    .home .menu__box_more h4 {
      margin-top: 21px; }
    .home .menu__box_voice h4 {
      margin-top: 36px; } }
  @media (max-width: 375px) {
    .home .menu__box_with h4 {
      margin-top: 0; }
    .home .menu__box_episode h4,
    .home .menu__box_more h4 {
      margin-top: 23px;
      font-size: 15px; }
    .home .menu__box_voice h4 {
      font-size: 15px; } }
  .home .news {
    /* アイコン */ }
    .home .news h2 {
      margin: 0; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #BF9239; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }

/* end .home */
 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
/*--------------------------------------------------------

  第2階層以下

----------------------------------------------------------*/
.pro p {
  margin-top: 20px; }

.with section h2 {
  padding: 20px 0;
  margin: 5px 0 0 0;
  height: 45px; }

.voice section h2,
.more section h2,
.episode section h2 {
  padding: 20px 0;
  margin: 5px 0 0 0;
  height: 25px; }

/*--------------------------------------------------------

  with

----------------------------------------------------------*/
.ccc_frip ul {
  list-style: none; }
  .ccc_frip ul li.flip_box {
    list-style: none;
    margin: 0 20px 20px 20px;
    padding: 0; }
    .ccc_frip ul li.flip_box:before {
      display: none; }
    .ccc_frip ul li.flip_box .front {
      /*border: 2px solid #9ae5f8;*/
      cursor: pointer;
      background: #e9f5f8; }
      .ccc_frip ul li.flip_box .front:before {
        font-family: serif;
        font-size: 4em;
        content: 'Q';
        opacity: 0.4;
        margin: 20px 0 20px 20px;
        display: block; }
      .ccc_frip ul li.flip_box .front p {
        margin: 10px 20px;
        float: right;
        display: inline-block;
        margin: 0 20px 0 20px;
        font-size: 120%;
        display: block; }
    .ccc_frip ul li.flip_box .back {
      /*border: 2px solid #fbbafe;*/
      cursor: pointer;
      background: #f9effa; }
      .ccc_frip ul li.flip_box .back dl {
        padding: 10px 20px;
        margin: 0 0 0 0; }
        .ccc_frip ul li.flip_box .back dl dt.kaito {
          display: inline; }
        .ccc_frip ul li.flip_box .back dl dd.yesno {
          display: inline;
          margin-left: 20px;
          font-weight: bold;
          font-size: 120%; }
        .ccc_frip ul li.flip_box .back dl dt.kaisetsu {
          margin-top: 15px; }

/*--------------------------------------------------------

  episode

----------------------------------------------------------*/
h3.question {
  border-bottom: none;
  padding: 10px 15px 10px 15px;
  margin: 30px 0 15px 0;
  background-color: #e9f5f8;
  cursor: pointer; }
  h3.question:after {
    content: "▼";
    padding-left: 8px;
    font-size: 80%; }
  h3.question:before {
    display: none; }

h3.question.active {
  border-bottom: none;
  padding: 10px 15px 10px 15px;
  margin: 30px 0 15px 0;
  background-color: #e9f5f8;
  cursor: pointer; }
  h3.question.active:after {
    content: "▲";
    font-size: 80%; }
  h3.question.active:before {
    display: none; }

/*--------------------------------------------------------

  voice

----------------------------------------------------------*/
.voice h3 {
  margin: 30px 0 5px 0; }
.voice .who {
  text-align: right;
  font-size: 107%;
  font-weight: bold; }
.voice .when {
  text-align: right; }
.voice h4.topic {
  position: relative;
  background: #e9f5f8;
  padding: 0.5em 0.7em;
  border-left: solid 5px #039fb7;
  margin: 40px 0 20px 0;
  border-bottom: none; }
.voice .int_q {
  font-weight: bold;
  font-size: 94%; }
.voice .int_a {
  padding-left: 40px; }

/*# sourceMappingURL=modify.css.map */
