@charset "utf-8";
/*!***************************************************************
 *  reset
 ****************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

/*!***************************************************************
 *  ベーススタイル
 ****************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: メイリオ, Meiryo, Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

a {
  color: #006db4;
  text-decoration: none;
}
a:hover {
  color: #029bff;
  text-decoration: underline;
}

label, input[type=radio], input[type=checkbox], input[type=file], select {
  cursor: pointer;
}

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

#global_navi * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.item_box {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 52%;
  }

  body {
    width: 100%;
    min-width: 320px;
  }
}
@font-face {
  font-family: 'JosefinSans-Italic';
  src: url(../fonts/JosefinSans-Italic.ttf);
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url(../fonts/Oswald-Regular.ttf);
}
.search_waku {
  z-index: 1;
}

/*!***************************************************************
 *  グリッドシステム
 ****************************************************************/
.container {
  margin-bottom: 60px;
  position: relative;
}
.container:before {
  display: table;
  content: " ";
}

/* 行の設定 */
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
  display: table;
  content: " ";
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:last-child {
  margin-bottom: -30px;
}

/* カラムの設定 */
.col-pc-1 {
  width: 100%;
}

.col-pc-offset-1 {
  margin-left: 100%;
}

.col-pc-2 {
  width: 50%;
}

.col-pc-offset-2 {
  margin-left: 50%;
}

.col-pc-3 {
  width: 33.33333%;
}

.col-pc-offset-3 {
  margin-left: 33.33333%;
}

.col-pc-3-2 {
  width: 66.66667%;
}

.col-pc-offset-3-2 {
  margin-left: 66.66667%;
}

.col-pc-4 {
  width: 25%;
}

.col-pc-offset-4 {
  margin-left: 25%;
}

.col-pc-4-2 {
  width: 50%;
}

.col-pc-offset-4-2 {
  margin-left: 50%;
}

.col-pc-4-3 {
  width: 75%;
}

.col-pc-offset-4-3 {
  margin-left: 75%;
}

.col-pc-5 {
  width: 20%;
}

.col-pc-offset-5 {
  margin-left: 20%;
}

.col-pc-5-2 {
  width: 40%;
}

.col-pc-offset-5-2 {
  margin-left: 40%;
}

.col-pc-5-3 {
  width: 60%;
}

.col-pc-offset-5-3 {
  margin-left: 60%;
}

.col-pc-5-4 {
  width: 80%;
}

.col-pc-offset-5-4 {
  margin-left: 80%;
}

.col-pc-6 {
  width: 16.66667%;
}

.col-pc-offset-6 {
  margin-left: 16.66667%;
}

.col-pc-6-2 {
  width: 33.33333%;
}

.col-pc-offset-6-2 {
  margin-left: 33.33333%;
}

.col-pc-6-3 {
  width: 50%;
}

.col-pc-offset-6-3 {
  margin-left: 50%;
}

.col-pc-6-4 {
  width: 66.66667%;
}

.col-pc-offset-6-4 {
  margin-left: 66.66667%;
}

.col-pc-6-5 {
  width: 83.33333%;
}

.col-pc-offset-6-5 {
  margin-left: 83.33333%;
}

.col-pc-7 {
  width: 14.28571%;
}

.col-pc-offset-7 {
  margin-left: 14.28571%;
}

.col-pc-7-2 {
  width: 28.57143%;
}

.col-pc-offset-7-2 {
  margin-left: 28.57143%;
}

.col-pc-7-3 {
  width: 42.85714%;
}

.col-pc-offset-7-3 {
  margin-left: 42.85714%;
}

.col-pc-7-4 {
  width: 57.14286%;
}

.col-pc-offset-7-4 {
  margin-left: 57.14286%;
}

.col-pc-7-5 {
  width: 71.42857%;
}

.col-pc-offset-7-5 {
  margin-left: 71.42857%;
}

.col-pc-7-6 {
  width: 85.71429%;
}

.col-pc-offset-7-6 {
  margin-left: 85.71429%;
}

.col-pc-8 {
  width: 12.5%;
}

.col-pc-offset-8 {
  margin-left: 12.5%;
}

.col-pc-8-2 {
  width: 25%;
}

.col-pc-offset-8-2 {
  margin-left: 25%;
}

.col-pc-8-3 {
  width: 37.5%;
}

.col-pc-offset-8-3 {
  margin-left: 37.5%;
}

.col-pc-8-4 {
  width: 50%;
}

.col-pc-offset-8-4 {
  margin-left: 50%;
}

.col-pc-8-5 {
  width: 62.5%;
}

.col-pc-offset-8-5 {
  margin-left: 62.5%;
}

.col-pc-8-6 {
  width: 75%;
}

.col-pc-offset-8-6 {
  margin-left: 75%;
}

.col-pc-8-7 {
  width: 87.5%;
}

.col-pc-offset-8-7 {
  margin-left: 87.5%;
}

.col-pc-9 {
  width: 11.11111%;
}

.col-pc-offset-9 {
  margin-left: 11.11111%;
}

.col-pc-9-2 {
  width: 22.22222%;
}

.col-pc-offset-9-2 {
  margin-left: 22.22222%;
}

.col-pc-9-3 {
  width: 33.33333%;
}

.col-pc-offset-9-3 {
  margin-left: 33.33333%;
}

.col-pc-9-4 {
  width: 44.44444%;
}

.col-pc-offset-9-4 {
  margin-left: 44.44444%;
}

.col-pc-9-5 {
  width: 55.55556%;
}

.col-pc-offset-9-5 {
  margin-left: 55.55556%;
}

.col-pc-9-6 {
  width: 66.66667%;
}

.col-pc-offset-9-6 {
  margin-left: 66.66667%;
}

.col-pc-9-7 {
  width: 77.77778%;
}

.col-pc-offset-9-7 {
  margin-left: 77.77778%;
}

.col-pc-9-8 {
  width: 88.88889%;
}

.col-pc-offset-9-8 {
  margin-left: 88.88889%;
}

.col-pc-10 {
  width: 10%;
}

.col-pc-offset-10 {
  margin-left: 10%;
}

.col-pc-10-2 {
  width: 20%;
}

.col-pc-offset-10-2 {
  margin-left: 20%;
}

.col-pc-10-3 {
  width: 30%;
}

.col-pc-offset-10-3 {
  margin-left: 30%;
}

.col-pc-10-4 {
  width: 40%;
}

.col-pc-offset-10-4 {
  margin-left: 40%;
}

.col-pc-10-5 {
  width: 50%;
}

.col-pc-offset-10-5 {
  margin-left: 50%;
}

.col-pc-10-6 {
  width: 60%;
}

.col-pc-offset-10-6 {
  margin-left: 60%;
}

.col-pc-10-7 {
  width: 70%;
}

.col-pc-offset-10-7 {
  margin-left: 70%;
}

.col-pc-10-8 {
  width: 80%;
}

.col-pc-offset-10-8 {
  margin-left: 80%;
}

.col-pc-10-9 {
  width: 90%;
}

.col-pc-offset-10-9 {
  margin-left: 90%;
}

.col-pc-11 {
  width: 9.09091%;
}

.col-pc-offset-11 {
  margin-left: 9.09091%;
}

.col-pc-11-2 {
  width: 18.18182%;
}

.col-pc-offset-11-2 {
  margin-left: 18.18182%;
}

.col-pc-11-3 {
  width: 27.27273%;
}

.col-pc-offset-11-3 {
  margin-left: 27.27273%;
}

.col-pc-11-4 {
  width: 36.36364%;
}

.col-pc-offset-11-4 {
  margin-left: 36.36364%;
}

.col-pc-11-5 {
  width: 45.45455%;
}

.col-pc-offset-11-5 {
  margin-left: 45.45455%;
}

.col-pc-11-6 {
  width: 54.54545%;
}

.col-pc-offset-11-6 {
  margin-left: 54.54545%;
}

.col-pc-11-7 {
  width: 63.63636%;
}

.col-pc-offset-11-7 {
  margin-left: 63.63636%;
}

.col-pc-11-8 {
  width: 72.72727%;
}

.col-pc-offset-11-8 {
  margin-left: 72.72727%;
}

.col-pc-11-9 {
  width: 81.81818%;
}

.col-pc-offset-11-9 {
  margin-left: 81.81818%;
}

.col-pc-11-10 {
  width: 90.90909%;
}

.col-pc-offset-11-10 {
  margin-left: 90.90909%;
}

.col-pc-12 {
  width: 8.33333%;
}

.col-pc-offset-12 {
  margin-left: 8.33333%;
}

.col-pc-12-2 {
  width: 16.66667%;
}

.col-pc-offset-12-2 {
  margin-left: 16.66667%;
}

.col-pc-12-3 {
  width: 25%;
}

.col-pc-offset-12-3 {
  margin-left: 25%;
}

.col-pc-12-4 {
  width: 33.33333%;
}

.col-pc-offset-12-4 {
  margin-left: 33.33333%;
}

.col-pc-12-5 {
  width: 41.66667%;
}

.col-pc-offset-12-5 {
  margin-left: 41.66667%;
}

.col-pc-12-6 {
  width: 50%;
}

.col-pc-offset-12-6 {
  margin-left: 50%;
}

.col-pc-12-7 {
  width: 58.33333%;
}

.col-pc-offset-12-7 {
  margin-left: 58.33333%;
}

.col-pc-12-8 {
  width: 66.66667%;
}

.col-pc-offset-12-8 {
  margin-left: 66.66667%;
}

.col-pc-12-9 {
  width: 75%;
}

.col-pc-offset-12-9 {
  margin-left: 75%;
}

.col-pc-12-10 {
  width: 83.33333%;
}

.col-pc-offset-12-10 {
  margin-left: 83.33333%;
}

.col-pc-12-11 {
  width: 91.66667%;
}

.col-pc-offset-12-11 {
  margin-left: 91.66667%;
}

[class^="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.row.row-0 {
  margin-left: -0;
  margin-right: -0;
  margin-bottom: 0;
}
.row.row-0 [class^="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.row.row-0:last-child {
  margin-bottom: -0px;
}

.row.row-10 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.row.row-10 [class^="col-"] {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row.row-10:last-child {
  margin-bottom: -10px;
}

.row.row-14 {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 14px;
}
.row.row-14 [class^="col-"] {
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.row.row-14:last-child {
  margin-bottom: -14px;
}

.row.row-20 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.row.row-20 [class^="col-"] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.row.row-20:last-child {
  margin-bottom: -20px;
}

.row.row-middle {
  display: table;
  width: 100%;
}
.row.row-middle [class^="col-"], .row.row-middle .pc-flex {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.row.row-middle .row {
  display: block;
  width: auto;
}
.row.row-middle .row [class^="col-"] {
  display: block;
  float: left;
}

@media only screen and (max-width: 1284px) {
  .col-tb-1 {
    width: 100%;
  }

  .col-tb-offset-1 {
    margin-left: 100%;
  }

  .col-tb-2 {
    width: 50%;
  }

  .col-tb-offset-2 {
    margin-left: 50%;
  }

  .col-tb-3 {
    width: 33.33333%;
  }

  .col-tb-offset-3 {
    margin-left: 33.33333%;
  }

  .col-tb-3-2 {
    width: 66.66667%;
  }

  .col-tb-offset-3-2 {
    margin-left: 66.66667%;
  }

  .col-tb-4 {
    width: 25%;
  }

  .col-tb-offset-4 {
    margin-left: 25%;
  }

  .col-tb-4-2 {
    width: 50%;
  }

  .col-tb-offset-4-2 {
    margin-left: 50%;
  }

  .col-tb-4-3 {
    width: 75%;
  }

  .col-tb-offset-4-3 {
    margin-left: 75%;
  }

  .col-tb-5 {
    width: 20%;
  }

  .col-tb-offset-5 {
    margin-left: 20%;
  }

  .col-tb-5-2 {
    width: 40%;
  }

  .col-tb-offset-5-2 {
    margin-left: 40%;
  }

  .col-tb-5-3 {
    width: 60%;
  }

  .col-tb-offset-5-3 {
    margin-left: 60%;
  }

  .col-tb-5-4 {
    width: 80%;
  }

  .col-tb-offset-5-4 {
    margin-left: 80%;
  }

  .col-tb-6 {
    width: 16.66667%;
  }

  .col-tb-offset-6 {
    margin-left: 16.66667%;
  }

  .col-tb-6-2 {
    width: 33.33333%;
  }

  .col-tb-offset-6-2 {
    margin-left: 33.33333%;
  }

  .col-tb-6-3 {
    width: 50%;
  }

  .col-tb-offset-6-3 {
    margin-left: 50%;
  }

  .col-tb-6-4 {
    width: 66.66667%;
  }

  .col-tb-offset-6-4 {
    margin-left: 66.66667%;
  }

  .col-tb-6-5 {
    width: 83.33333%;
  }

  .col-tb-offset-6-5 {
    margin-left: 83.33333%;
  }

  .col-tb-7 {
    width: 14.28571%;
  }

  .col-tb-offset-7 {
    margin-left: 14.28571%;
  }

  .col-tb-7-2 {
    width: 28.57143%;
  }

  .col-tb-offset-7-2 {
    margin-left: 28.57143%;
  }

  .col-tb-7-3 {
    width: 42.85714%;
  }

  .col-tb-offset-7-3 {
    margin-left: 42.85714%;
  }

  .col-tb-7-4 {
    width: 57.14286%;
  }

  .col-tb-offset-7-4 {
    margin-left: 57.14286%;
  }

  .col-tb-7-5 {
    width: 71.42857%;
  }

  .col-tb-offset-7-5 {
    margin-left: 71.42857%;
  }

  .col-tb-7-6 {
    width: 85.71429%;
  }

  .col-tb-offset-7-6 {
    margin-left: 85.71429%;
  }

  .col-tb-8 {
    width: 12.5%;
  }

  .col-tb-offset-8 {
    margin-left: 12.5%;
  }

  .col-tb-8-2 {
    width: 25%;
  }

  .col-tb-offset-8-2 {
    margin-left: 25%;
  }

  .col-tb-8-3 {
    width: 37.5%;
  }

  .col-tb-offset-8-3 {
    margin-left: 37.5%;
  }

  .col-tb-8-4 {
    width: 50%;
  }

  .col-tb-offset-8-4 {
    margin-left: 50%;
  }

  .col-tb-8-5 {
    width: 62.5%;
  }

  .col-tb-offset-8-5 {
    margin-left: 62.5%;
  }

  .col-tb-8-6 {
    width: 75%;
  }

  .col-tb-offset-8-6 {
    margin-left: 75%;
  }

  .col-tb-8-7 {
    width: 87.5%;
  }

  .col-tb-offset-8-7 {
    margin-left: 87.5%;
  }

  .col-tb-9 {
    width: 11.11111%;
  }

  .col-tb-offset-9 {
    margin-left: 11.11111%;
  }

  .col-tb-9-2 {
    width: 22.22222%;
  }

  .col-tb-offset-9-2 {
    margin-left: 22.22222%;
  }

  .col-tb-9-3 {
    width: 33.33333%;
  }

  .col-tb-offset-9-3 {
    margin-left: 33.33333%;
  }

  .col-tb-9-4 {
    width: 44.44444%;
  }

  .col-tb-offset-9-4 {
    margin-left: 44.44444%;
  }

  .col-tb-9-5 {
    width: 55.55556%;
  }

  .col-tb-offset-9-5 {
    margin-left: 55.55556%;
  }

  .col-tb-9-6 {
    width: 66.66667%;
  }

  .col-tb-offset-9-6 {
    margin-left: 66.66667%;
  }

  .col-tb-9-7 {
    width: 77.77778%;
  }

  .col-tb-offset-9-7 {
    margin-left: 77.77778%;
  }

  .col-tb-9-8 {
    width: 88.88889%;
  }

  .col-tb-offset-9-8 {
    margin-left: 88.88889%;
  }

  .col-tb-10 {
    width: 10%;
  }

  .col-tb-offset-10 {
    margin-left: 10%;
  }

  .col-tb-10-2 {
    width: 20%;
  }

  .col-tb-offset-10-2 {
    margin-left: 20%;
  }

  .col-tb-10-3 {
    width: 30%;
  }

  .col-tb-offset-10-3 {
    margin-left: 30%;
  }

  .col-tb-10-4 {
    width: 40%;
  }

  .col-tb-offset-10-4 {
    margin-left: 40%;
  }

  .col-tb-10-5 {
    width: 50%;
  }

  .col-tb-offset-10-5 {
    margin-left: 50%;
  }

  .col-tb-10-6 {
    width: 60%;
  }

  .col-tb-offset-10-6 {
    margin-left: 60%;
  }

  .col-tb-10-7 {
    width: 70%;
  }

  .col-tb-offset-10-7 {
    margin-left: 70%;
  }

  .col-tb-10-8 {
    width: 80%;
  }

  .col-tb-offset-10-8 {
    margin-left: 80%;
  }

  .col-tb-10-9 {
    width: 90%;
  }

  .col-tb-offset-10-9 {
    margin-left: 90%;
  }

  .col-tb-11 {
    width: 9.09091%;
  }

  .col-tb-offset-11 {
    margin-left: 9.09091%;
  }

  .col-tb-11-2 {
    width: 18.18182%;
  }

  .col-tb-offset-11-2 {
    margin-left: 18.18182%;
  }

  .col-tb-11-3 {
    width: 27.27273%;
  }

  .col-tb-offset-11-3 {
    margin-left: 27.27273%;
  }

  .col-tb-11-4 {
    width: 36.36364%;
  }

  .col-tb-offset-11-4 {
    margin-left: 36.36364%;
  }

  .col-tb-11-5 {
    width: 45.45455%;
  }

  .col-tb-offset-11-5 {
    margin-left: 45.45455%;
  }

  .col-tb-11-6 {
    width: 54.54545%;
  }

  .col-tb-offset-11-6 {
    margin-left: 54.54545%;
  }

  .col-tb-11-7 {
    width: 63.63636%;
  }

  .col-tb-offset-11-7 {
    margin-left: 63.63636%;
  }

  .col-tb-11-8 {
    width: 72.72727%;
  }

  .col-tb-offset-11-8 {
    margin-left: 72.72727%;
  }

  .col-tb-11-9 {
    width: 81.81818%;
  }

  .col-tb-offset-11-9 {
    margin-left: 81.81818%;
  }

  .col-tb-11-10 {
    width: 90.90909%;
  }

  .col-tb-offset-11-10 {
    margin-left: 90.90909%;
  }

  .col-tb-12 {
    width: 8.33333%;
  }

  .col-tb-offset-12 {
    margin-left: 8.33333%;
  }

  .col-tb-12-2 {
    width: 16.66667%;
  }

  .col-tb-offset-12-2 {
    margin-left: 16.66667%;
  }

  .col-tb-12-3 {
    width: 25%;
  }

  .col-tb-offset-12-3 {
    margin-left: 25%;
  }

  .col-tb-12-4 {
    width: 33.33333%;
  }

  .col-tb-offset-12-4 {
    margin-left: 33.33333%;
  }

  .col-tb-12-5 {
    width: 41.66667%;
  }

  .col-tb-offset-12-5 {
    margin-left: 41.66667%;
  }

  .col-tb-12-6 {
    width: 50%;
  }

  .col-tb-offset-12-6 {
    margin-left: 50%;
  }

  .col-tb-12-7 {
    width: 58.33333%;
  }

  .col-tb-offset-12-7 {
    margin-left: 58.33333%;
  }

  .col-tb-12-8 {
    width: 66.66667%;
  }

  .col-tb-offset-12-8 {
    margin-left: 66.66667%;
  }

  .col-tb-12-9 {
    width: 75%;
  }

  .col-tb-offset-12-9 {
    margin-left: 75%;
  }

  .col-tb-12-10 {
    width: 83.33333%;
  }

  .col-tb-offset-12-10 {
    margin-left: 83.33333%;
  }

  .col-tb-12-11 {
    width: 91.66667%;
  }

  .col-tb-offset-12-11 {
    margin-left: 91.66667%;
  }
}
@media only screen and (max-width: 768px) {
  [class^="col-pc-"] {
    width: 100%;
    margin-left: 0;
  }

  [class^="col-tb-"] {
    width: 100%;
    margin-left: 0;
  }

  [class^="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sp-1 {
    width: 100%;
  }

  .col-sp-offset-1 {
    margin-left: 100%;
  }

  .col-sp-2 {
    width: 50%;
  }

  .col-sp-offset-2 {
    margin-left: 50%;
  }

  .col-sp-3 {
    width: 33.33333%;
  }

  .col-sp-offset-3 {
    margin-left: 33.33333%;
  }

  .col-sp-3-2 {
    width: 66.66667%;
  }

  .col-sp-offset-3-2 {
    margin-left: 66.66667%;
  }

  .col-sp-4 {
    width: 25%;
  }

  .col-sp-offset-4 {
    margin-left: 25%;
  }

  .col-sp-4-2 {
    width: 50%;
  }

  .col-sp-offset-4-2 {
    margin-left: 50%;
  }

  .col-sp-4-3 {
    width: 75%;
  }

  .col-sp-offset-4-3 {
    margin-left: 75%;
  }

  .col-sp-5 {
    width: 20%;
  }

  .col-sp-offset-5 {
    margin-left: 20%;
  }

  .col-sp-5-2 {
    width: 40%;
  }

  .col-sp-offset-5-2 {
    margin-left: 40%;
  }

  .col-sp-5-3 {
    width: 60%;
  }

  .col-sp-offset-5-3 {
    margin-left: 60%;
  }

  .col-sp-5-4 {
    width: 80%;
  }

  .col-sp-offset-5-4 {
    margin-left: 80%;
  }

  .col-sp-6 {
    width: 16.66667%;
  }

  .col-sp-offset-6 {
    margin-left: 16.66667%;
  }

  .col-sp-6-2 {
    width: 33.33333%;
  }

  .col-sp-offset-6-2 {
    margin-left: 33.33333%;
  }

  .col-sp-6-3 {
    width: 50%;
  }

  .col-sp-offset-6-3 {
    margin-left: 50%;
  }

  .col-sp-6-4 {
    width: 66.66667%;
  }

  .col-sp-offset-6-4 {
    margin-left: 66.66667%;
  }

  .col-sp-6-5 {
    width: 83.33333%;
  }

  .col-sp-offset-6-5 {
    margin-left: 83.33333%;
  }

  .col-sp-7 {
    width: 14.28571%;
  }

  .col-sp-offset-7 {
    margin-left: 14.28571%;
  }

  .col-sp-7-2 {
    width: 28.57143%;
  }

  .col-sp-offset-7-2 {
    margin-left: 28.57143%;
  }

  .col-sp-7-3 {
    width: 42.85714%;
  }

  .col-sp-offset-7-3 {
    margin-left: 42.85714%;
  }

  .col-sp-7-4 {
    width: 57.14286%;
  }

  .col-sp-offset-7-4 {
    margin-left: 57.14286%;
  }

  .col-sp-7-5 {
    width: 71.42857%;
  }

  .col-sp-offset-7-5 {
    margin-left: 71.42857%;
  }

  .col-sp-7-6 {
    width: 85.71429%;
  }

  .col-sp-offset-7-6 {
    margin-left: 85.71429%;
  }

  .col-sp-8 {
    width: 12.5%;
  }

  .col-sp-offset-8 {
    margin-left: 12.5%;
  }

  .col-sp-8-2 {
    width: 25%;
  }

  .col-sp-offset-8-2 {
    margin-left: 25%;
  }

  .col-sp-8-3 {
    width: 37.5%;
  }

  .col-sp-offset-8-3 {
    margin-left: 37.5%;
  }

  .col-sp-8-4 {
    width: 50%;
  }

  .col-sp-offset-8-4 {
    margin-left: 50%;
  }

  .col-sp-8-5 {
    width: 62.5%;
  }

  .col-sp-offset-8-5 {
    margin-left: 62.5%;
  }

  .col-sp-8-6 {
    width: 75%;
  }

  .col-sp-offset-8-6 {
    margin-left: 75%;
  }

  .col-sp-8-7 {
    width: 87.5%;
  }

  .col-sp-offset-8-7 {
    margin-left: 87.5%;
  }

  .col-sp-9 {
    width: 11.11111%;
  }

  .col-sp-offset-9 {
    margin-left: 11.11111%;
  }

  .col-sp-9-2 {
    width: 22.22222%;
  }

  .col-sp-offset-9-2 {
    margin-left: 22.22222%;
  }

  .col-sp-9-3 {
    width: 33.33333%;
  }

  .col-sp-offset-9-3 {
    margin-left: 33.33333%;
  }

  .col-sp-9-4 {
    width: 44.44444%;
  }

  .col-sp-offset-9-4 {
    margin-left: 44.44444%;
  }

  .col-sp-9-5 {
    width: 55.55556%;
  }

  .col-sp-offset-9-5 {
    margin-left: 55.55556%;
  }

  .col-sp-9-6 {
    width: 66.66667%;
  }

  .col-sp-offset-9-6 {
    margin-left: 66.66667%;
  }

  .col-sp-9-7 {
    width: 77.77778%;
  }

  .col-sp-offset-9-7 {
    margin-left: 77.77778%;
  }

  .col-sp-9-8 {
    width: 88.88889%;
  }

  .col-sp-offset-9-8 {
    margin-left: 88.88889%;
  }

  .col-sp-10 {
    width: 10%;
  }

  .col-sp-offset-10 {
    margin-left: 10%;
  }

  .col-sp-10-2 {
    width: 20%;
  }

  .col-sp-offset-10-2 {
    margin-left: 20%;
  }

  .col-sp-10-3 {
    width: 30%;
  }

  .col-sp-offset-10-3 {
    margin-left: 30%;
  }

  .col-sp-10-4 {
    width: 40%;
  }

  .col-sp-offset-10-4 {
    margin-left: 40%;
  }

  .col-sp-10-5 {
    width: 50%;
  }

  .col-sp-offset-10-5 {
    margin-left: 50%;
  }

  .col-sp-10-6 {
    width: 60%;
  }

  .col-sp-offset-10-6 {
    margin-left: 60%;
  }

  .col-sp-10-7 {
    width: 70%;
  }

  .col-sp-offset-10-7 {
    margin-left: 70%;
  }

  .col-sp-10-8 {
    width: 80%;
  }

  .col-sp-offset-10-8 {
    margin-left: 80%;
  }

  .col-sp-10-9 {
    width: 90%;
  }

  .col-sp-offset-10-9 {
    margin-left: 90%;
  }

  .col-sp-11 {
    width: 9.09091%;
  }

  .col-sp-offset-11 {
    margin-left: 9.09091%;
  }

  .col-sp-11-2 {
    width: 18.18182%;
  }

  .col-sp-offset-11-2 {
    margin-left: 18.18182%;
  }

  .col-sp-11-3 {
    width: 27.27273%;
  }

  .col-sp-offset-11-3 {
    margin-left: 27.27273%;
  }

  .col-sp-11-4 {
    width: 36.36364%;
  }

  .col-sp-offset-11-4 {
    margin-left: 36.36364%;
  }

  .col-sp-11-5 {
    width: 45.45455%;
  }

  .col-sp-offset-11-5 {
    margin-left: 45.45455%;
  }

  .col-sp-11-6 {
    width: 54.54545%;
  }

  .col-sp-offset-11-6 {
    margin-left: 54.54545%;
  }

  .col-sp-11-7 {
    width: 63.63636%;
  }

  .col-sp-offset-11-7 {
    margin-left: 63.63636%;
  }

  .col-sp-11-8 {
    width: 72.72727%;
  }

  .col-sp-offset-11-8 {
    margin-left: 72.72727%;
  }

  .col-sp-11-9 {
    width: 81.81818%;
  }

  .col-sp-offset-11-9 {
    margin-left: 81.81818%;
  }

  .col-sp-11-10 {
    width: 90.90909%;
  }

  .col-sp-offset-11-10 {
    margin-left: 90.90909%;
  }

  .col-sp-12 {
    width: 8.33333%;
  }

  .col-sp-offset-12 {
    margin-left: 8.33333%;
  }

  .col-sp-12-2 {
    width: 16.66667%;
  }

  .col-sp-offset-12-2 {
    margin-left: 16.66667%;
  }

  .col-sp-12-3 {
    width: 25%;
  }

  .col-sp-offset-12-3 {
    margin-left: 25%;
  }

  .col-sp-12-4 {
    width: 33.33333%;
  }

  .col-sp-offset-12-4 {
    margin-left: 33.33333%;
  }

  .col-sp-12-5 {
    width: 41.66667%;
  }

  .col-sp-offset-12-5 {
    margin-left: 41.66667%;
  }

  .col-sp-12-6 {
    width: 50%;
  }

  .col-sp-offset-12-6 {
    margin-left: 50%;
  }

  .col-sp-12-7 {
    width: 58.33333%;
  }

  .col-sp-offset-12-7 {
    margin-left: 58.33333%;
  }

  .col-sp-12-8 {
    width: 66.66667%;
  }

  .col-sp-offset-12-8 {
    margin-left: 66.66667%;
  }

  .col-sp-12-9 {
    width: 75%;
  }

  .col-sp-offset-12-9 {
    margin-left: 75%;
  }

  .col-sp-12-10 {
    width: 83.33333%;
  }

  .col-sp-offset-12-10 {
    margin-left: 83.33333%;
  }

  .col-sp-12-11 {
    width: 91.66667%;
  }

  .col-sp-offset-12-11 {
    margin-left: 91.66667%;
  }
}
/*!***************************************************************
 *  レイアウト
 ****************************************************************/
/***** ラッパー *****/
.wrapper {
  overflow: hidden;
  min-width: 1305px;
}

/***** インナー *****/
.l-inner-site {
  position: relative;
  width: 1305px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-main {
  max-width: 1285px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/***** header *****/
.l-header {
  margin-bottom: 30px;
  background: #000000;
}

.l-page_title {
  padding: 30px 10px;
  background: #eee;
  margin-bottom: 50px;
}

/***** main_contents *****/
.l-main_contents {
  width: 1305px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1285px;
}
.l-main_contents:after {
  content: " ";
  display: table;
  clear: both;
}

/***** sidebar *****/
.l-sidebar {
  width: 250px;
  float: left;
  position: relative;
}

/***** main *****/
.l-main {
  float: none;
  width: 100%;
  min-width: 1285px;
}

/***** footer *****/
.l-footer {
  background: #000000;
  position: relative;
}

/***** single_column *****/
.single_column .l-inner-main {
  max-width: 1285px;
  padding-left: 10px;
  padding-right: 10px;
}
.single_column .l-main_contents {
  min-width: 1305px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.single_column .l-main_contents .container {
  margin-left: -10px;
  margin-right: -10px;
}
.single_column .l-main {
  min-width: 1285px;
  width: 100%;
}

/*レイアウト用メディアクエリ*/
@media only screen and (max-width: 768px) {
  .l-main_contents {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper,
  .l-main,
  .l-sidebar,
  .l-header,
  .l-inner-main,
  .l-inner-site,
  .l-footer {
    width: 100%;
    min-width: 100%;
  }

  .l-main {
    float: none;
  }

  .l-sidebar {
    margin-left: 0;
  }

  .single_column .l-main,
  .single_column .l-main_contents {
    min-width: 100%;
  }

  .single_column .l-inner-main {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/************************************************
	マージン
************************************************/
.m0 {
  margin: 0px !important;
}

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

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.u_mb0 > * {
  margin-bottom: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.u_mb5 > * {
  margin-bottom: 5px !important;
}

.m10 {
  margin: 10px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.u_mb10 > * {
  margin-bottom: 10px !important;
}

.m15 {
  margin: 15px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.u_mb15 > * {
  margin-bottom: 15px !important;
}

.m20 {
  margin: 20px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.u_mb20 > * {
  margin-bottom: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.u_mb25 > * {
  margin-bottom: 25px !important;
}

.m30 {
  margin: 30px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.u_mb30 > * {
  margin-bottom: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.u_mb35 > * {
  margin-bottom: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.u_mb40 > * {
  margin-bottom: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.u_mb45 > * {
  margin-bottom: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.u_mb50 > * {
  margin-bottom: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.u_mb55 > * {
  margin-bottom: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.u_mb60 > * {
  margin-bottom: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.u_mb65 > * {
  margin-bottom: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.u_mb70 > * {
  margin-bottom: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.u_mb75 > * {
  margin-bottom: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.u_mb80 > * {
  margin-bottom: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.u_mb85 > * {
  margin-bottom: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.u_mb90 > * {
  margin-bottom: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.u_mb95 > * {
  margin-bottom: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.u_mb100 > * {
  margin-bottom: 100px !important;
}

.m0a {
  margin-left: auto;
  margin-right: auto;
}

/************************************************
	パディング
************************************************/
.p0 {
  padding: 0px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.p10 {
  padding: 10px !important;
}

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

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

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.p20 {
  padding: 20px !important;
}

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

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

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.p30 {
  padding: 30px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/************************************************
	width
************************************************/
.w0 {
  width: 0px !important;
}

.w0p {
  width: 0% !important;
}

.w50 {
  width: 50px !important;
}

.w5p {
  width: 5% !important;
}

.w100 {
  width: 100px !important;
}

.w10p {
  width: 10% !important;
}

.w150 {
  width: 150px !important;
}

.w15p {
  width: 15% !important;
}

.w200 {
  width: 200px !important;
}

.w20p {
  width: 20% !important;
}

.w250 {
  width: 250px !important;
}

.w25p {
  width: 25% !important;
}

.w300 {
  width: 300px !important;
}

.w30p {
  width: 30% !important;
}

.w350 {
  width: 350px !important;
}

.w35p {
  width: 35% !important;
}

.w400 {
  width: 400px !important;
}

.w40p {
  width: 40% !important;
}

.w450 {
  width: 450px !important;
}

.w45p {
  width: 45% !important;
}

.w500 {
  width: 500px !important;
}

.w50p {
  width: 50% !important;
}

.w550 {
  width: 550px !important;
}

.w55p {
  width: 55% !important;
}

.w600 {
  width: 600px !important;
}

.w60p {
  width: 60% !important;
}

.w650 {
  width: 650px !important;
}

.w65p {
  width: 65% !important;
}

.w700 {
  width: 700px !important;
}

.w70p {
  width: 70% !important;
}

.w750 {
  width: 750px !important;
}

.w75p {
  width: 75% !important;
}

.w800 {
  width: 800px !important;
}

.w80p {
  width: 80% !important;
}

.w850 {
  width: 850px !important;
}

.w85p {
  width: 85% !important;
}

.w900 {
  width: 900px !important;
}

.w90p {
  width: 90% !important;
}

.w950 {
  width: 950px !important;
}

.w95p {
  width: 95% !important;
}

.w1000 {
  width: 1000px !important;
}

.w100p {
  width: 100% !important;
}

/************************************************
float
************************************************/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.cf {
  overflow: hidden;
}

.cf2:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

.hidden {
  display: none !important;
}

/************************************************
display
************************************************/
.sp_only {
  display: none;
}

.sp_inline {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .sp_inline {
    display: inline;
  }

  .pc_olny {
    display: none;
  }
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.dt {
  display: table;
}

/************************************************
クリア
************************************************/
hr {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/************************************************
	テキスト
************************************************/
/***** カラー *****/
.color_primary {
  color: #006db4;
}

.color_white {
  color: white;
}

.color_time {
  color: #050505;
}

.color_white {
  color: white;
}

.color_white {
  color: #fff;
}

.color_white {
  color: white;
}

/***** サイズ *****/
small {
  font-size: 80%;
}
small.xs {
  font-size: 50%;
}

strong {
  font-size: 130%;
  font-weight: normal;
}
strong.xl {
  font-size: 160%;
}

/***** テキストリンク *****/
.text.text-arrow {
  text-decoration: underline;
}
.text.text-arrow:visited {
  color: #006db4;
}
.text.text-arrow:hover {
  text-decoration: none;
}
.text.text-arrow:before {
  content: '';
  display: inline-block;
  background: url(../images/icon-play2.png);
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

/***** テキスト寄せ *****/
.txt_c {
  text-align: center !important;
}

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

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

/***** ウエイト *****/
.txt_weight_n {
  font-weight: normal;
}

.txt_weight_b {
  font-weight: bold;
}

/***** テキストスタイル *****/
.txt_underline {
  text-decoration: underline;
}

/***** インデント *****/
.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_indent1-5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.txt_indents > * {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_indents1-5 > * {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/***** クォーテーション *****/
.txt_quote:before {
  content: "“";
  font-size: 120%;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}
.txt_quote:after {
  content: "”";
  font-size: 120%;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/***** 影 *****/
.shadow {
  box-shadow: rgba(0, 0, 0, 0.45) 1px 1px 3px;
}

/*!***************************************************************
 *  画像
 ****************************************************************/
.img.img-responsive {
  width: 100%;
  height: auto;
}
.img.img-responsive_max100 {
  max-width: 100%;
  height: auto;
}
.img.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*!***************************************************************
 *  リスト
 ****************************************************************/
.list:not(:last-child) {
  margin-bottom: 30px;
}
.list.list-disc li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.list.list-disc li:after {
  position: absolute;
  top: 0;
  left: .5em;
  content: '・';
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.list.list-arrow li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.list.list-arrow li:after {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
}
.list.list-arrow-primary li:after {
  color: #006db4;
}
.list.list-arrow-time li:after {
  color: #050505;
}
.list.list-arrow-white li:after {
  color: #fff;
}

/*!***************************************************************
 *  box
 *  wide_box
 *  thumbnail
 *  panel
 ****************************************************************/
/***** boxモジュール *****/
.box {
  padding: 20px;
}
.box:not(:last-child) {
  margin-bottom: 30px;
}
.box.box-primary {
  background: #006db4;
  color: white;
}
.box.box-time {
  background: #050505;
  color: white;
}
.box.box-white {
  background: #fff;
}
.box.box-p-10 {
  padding: 10px;
}
.box.box-p-30 {
  padding: 30px;
}
.box.box-p-50 {
  padding: 50px;
}
.box.box-bg_none {
  background: none;
}
.box.box-border {
  border: 1px solid #ccc;
}
.box.box-border.box-primary {
  border: 1px solid #003f68;
}
.box.box-border.box-time {
  border: 1px solid black;
}
.box.box-border.box-white {
  border: 1px solid #d9d9d9;
}
.box.box-radius {
  border-radius: 5px;
}
.box.box-scroll {
  height: 300px;
  overflow: auto;
}
.box.box-scroll_l {
  height: 500px;
  overflow: auto;
}
.box.box-scroll_s {
  height: 150px;
  overflow: auto;
}
.box.box-note {
  border: 2px solid #C70000;
}
.box.box_mainVisual {
  height: 780px;
  padding: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.box.box_mainVisual .box_mainVisual_heading {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -36px;
}
.box.box_mainVisual .box_mainVisual_heading img {
  max-width: 962px;
  margin-bottom: 26px;
}
.box.box_mainVisual .box_mainVisual_text {
  width: 400px;
  bottom: 60px;
  left: 40px;
  margin-bottom: 0;
  position: absolute;
  color: #fff;
}
.box.box_mainVisual .box_mainVisual_btn {
  position: absolute;
  bottom: 60px;
  right: 40px;
  max-width: 500px;
}
.box.box_mainVisual .box_mainVisual_arrow {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.box.box_mainVisual .jstream-eqPlayer,
.box.box_mainVisual .h5_player {
  z-index: -1;
}
.box.box-movie {
  background: #999;
  position: relative;
  padding: 0;
  border-radius: 6px;
}
.box.box-movie .box-movie-link {
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.box.box-movie .box-movie-title {
  font-weight: normal;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 10px 35px;
  background: rgba(0, 0, 0, 0.5) url(../images/icon-play.png) no-repeat 10px center;
  background-size: 17px 17px;
  color: #fff;
  z-index: 2;
}
.box.box-movie .box-movie-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 36px;
  height: 36px;
  z-index: 2;
}
.box.box-movie .box-movie-time {
  position: absolute;
  top: 8px;
  right: 0;
  background: #050505;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px;
  width: 4em;
  text-align: center;
  z-index: 2;
}
.box.box-movie .nowPlaying {
  position: relative;
}
.box.box-movie .nowPlaying:after {
  position: absolute;
  content: '再生中';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  font-size: 1.8rem;
  height: 1.8rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.box.box-movie .nowPlaying:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: rgba(3, 101, 164, 0.6);
}
.box.box_movieRanking {
  padding: 40px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.box.box_movieRanking .l-inner-main {
  max-width: 880px;
}
.box.box_movieRanking .movieRanking_title {
  font-size: 1.3rem;
  margin-top: 5px;
  padding-left: 20px;
  background: url(../images/icon-play2.png) no-repeat left 2px;
  background-size: 17px 17px;
}
.box.box_movieRanking .movieRanking_item {
  margin: 25px 6px;
  position: relative;
}
.box.box_movieRanking .movieRanking_item .img {
  border-radius: 6px;
  overflow: hidden;
}
.box.box_movieRanking .movieRanking_item:after {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  background: url(../images/ranking-1.png) no-repeat;
  width: 42px;
  height: 42px;
}
.box.box_movieRanking .rank_1:after {
  background: url(../images/ranking-1.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_2:after {
  background: url(../images/ranking-2.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_3:after {
  background: url(../images/ranking-3.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_4:after {
  background: url(../images/ranking-4.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_5:after {
  background: url(../images/ranking-5.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_6:after {
  background: url(../images/ranking-6.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_7:after {
  background: url(../images/ranking-7.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_8:after {
  background: url(../images/ranking-8.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_9:after {
  background: url(../images/ranking-9.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_10:after {
  background: url(../images/ranking-10.png) no-repeat;
  background-size: cover;
}
.box.box_movieRanking .rank_11:after {
  background: url(../images/ranking-11.png) no-repeat;
  background-size: cover;
}
.box.box-player {
  padding: 0;
  margin-bottom: 40px;
}
.box.box-player .box-playerBox {
  position: relative;
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.box.box-player .box-playerArrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.box.box-player .box-playerArrow.next {
  right: 0;
}
.box.box-player .box-playerArrow.prev {
  left: 0;
}
.box.box-playerShare {
  padding: 10px 20px;
  border: 1px dashed #939ba0;
}
.box.box-playerShare:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.box.box-playerShare .box-playerViews {
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 1.8rem;
  display: inline-block;
}
.box.box-playerShare .box-playerViews .viewNumber {
  font-family: "Oswald-Regular", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.box.box-playerShare .box-playerTimes {
  margin-bottom: 0;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 2px 1em;
  font-size: 1.6rem;
  vertical-align: text-bottom;
}
.box.box-playerShare .box-playerSns {
  margin-top: 10px;
  float: right;
}
.box.box-playerShare .box-playerSns .sns-lists {
  display: table;
}
.box.box-playerShare .box-playerSns .sns-lists li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.box.box-playerShare .box-playerSns .sns-lists li.sns-twitter {
  padding-top: 7px;
}
.box.box-playerShare .box-playerSns .sns-lists li.sns-google {
  padding-top: 7px;
}
.box .box-playerInfo {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}
.box .box-playerInfo .box-playerDescription {
  float: left;
  width: 660px;
}
.box .box-playerInfo .box-playerTitle {
  font-size: 3.0rem;
}
.box .box-playerInfo .box-playerTitle .playerCat {
  min-width: 150px;
  display: inline-block;
  background: #006db4;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 30px;
  text-align: center;
  vertical-align: text-top;
  margin-right: 10px;
}
.box .box-playerInfo .box-playerText {
  font-size: 1.6rem;
}
.box .box-playerInfo .box-playerTags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.box .box-playerInfo .box-playerFigure {
  float: right;
  max-width: 280px;
  min-height: 150px;
}
.box.box-end_movie .txt {
  font-size: 1.5em;
  font-weight: bold;
}
.box.box-end_movie .box-end_movie-con {
  background: #fff;
  padding: 100px;
}

.box .box-backButton {
  padding: 20px 0 0 0;
}

.box .box-backButton .backButton {
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 30px;
  background: #006db4;
  border-radius: 22px;
  display: inline;
  width: auto;
  max-width: none;
  position: relative;
}

.box .box-backButton .backButton::before,
.box .box-backButton .backButton::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 12px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 0.5px 50%;
}

.box .box-backButton .backButton::before {
  transform: rotate(35deg);
}

.box .box-backButton .backButton::after {
  transform: rotate(-35deg);
}

.bg_pattern_01 {
  background: url(../images/bg-pattern_01.png);
}

.bg_pattern_02 {
  background: url(../images/bg-pattern_02.png);
}

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

.grid-sizer {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .grid-sizer {
    width: 50%;
  }

  .bg_pattern_01,
  .bg_pattern_02 {
    background-size: 88px 63px;
  }

  .box.box-movie .box-movie-icon {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
  }
  .box.box-movie .box-movie-title {
    font-size: 1.2rem;
    background-image: none;
    padding: 5px;
  }
  .box .movieRanking_title {
    font-size: 1.2rem;
    background-image: none;
    padding: 5px;
  }
  .box.box_mainVisual {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .box.box_mainVisual .box_mainVisual_heading {
    z-index: 1;
    margin-bottom: 5px;
    padding: 0 10px;
  }
  .box.box_mainVisual .box_mainVisual_heading img {
    margin-bottom: 0;
  }
  .box.box_mainVisual .box_mainVisual_text {
    width: 100%;
    display: none;
  }
  .box.box_mainVisual .box_mainVisual_btn {
    max-width: 100%;
    z-index: 2;
    bottom: 30px;
    right: 10px;
    left: 10px;
    margin: auto;
  }
  .box.box_mainVisual .box_mainVisual_arrow {
    display: none;
  }
  .box.box_mainVisual .jstream-eqPlayer, .box.box_mainVisual .h5_player {
    display: none !important;
  }
  .box.box-playerShare {
    padding: 10px;
  }
  .box.box-playerShare .box-playerViews {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 1em;
  }
  .box.box-playerShare .box-playerTimes {
    display: block;
  }
  .box.box-playerShare .box-playerSns {
    float: none;
  }
  .box.box-playerShare .box-playerSns .sns-lists {
    display: block;
  }
  .box.box-playerShare .box-playerSns .sns-lists li {
    padding: 0;
    display: inline-block;
  }
  .box.box-playerInfo {
    display: block;
  }
  .box.box-playerInfo .box-playerDescription {
    width: inherit;
    float: none;
  }
  .box.box-playerInfo .box-playerDescription .box-playerTitle {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
  .box.box-playerInfo .box-playerDescription .box-playerTitle .playerCat {
    min-width: 120px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .box.box-playerInfo .box-playerDescription .box-playerTags {
    margin-bottom: 20px;
  }
  .box.box-playerInfo .box-playerFigure {
    float: none;
    width: inherit;
    text-align: center;
    padding-left: 0;
    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
  }
  .box.box-player .box-playerBox {
    height: auto;
    padding-bottom: 56.25%;
  }
  .box.box-mainVisualSlider {
    padding: 0;
    margin-bottom: 0;
    background: #000;
  }
  .box.box-mainVisualSlider .mainVisualSlider_item .img {
    opacity: 0.75;
  }
  .box .box-backButton {
    padding: 0;
  }
}
/***** wide_box モジュール *****/
.wide_box {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wide_box.wide_box-type_01 {
  background: url("../../____demo/images/bg_jumbo.jpg") center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.wide_box.wide_box-type_02 {
  background: #eee;
}
.wide_box.wide_box-type_03 {
  background: #006db4;
}
.wide_box.wide_box-type_04 {
  background: url("../../____demo/images/bg_jumbo2.jpg") bottom right no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.wide_box.wide_box-type_05 {
  background: url("../../____demo/images/bg.gif") 0 0;
  margin-bottom: 60px;
}
.wide_box.wide_box-type_06 {
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 60px;
}
.wide_box.box-level2_heading {
  background: #006db4;
  padding: 25px 0;
}
.wide_box.wide_box-keyword {
  padding-left: 10px;
  padding-right: 10px;
}
.wide_box.box-player_info {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .wide_box {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .wide_box.box-level2_heading {
    background: #006db4;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/***** thumbnailモジュール *****/
.thumbnail {
  padding: 10px;
  border: 1px solid #ccc;
}
.thumbnail.thumbnail-no_border {
  border: none;
}
.thumbnail img {
  margin-bottom: 20px;
}

/***** panel モジュール *****/
.panel {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.panel:not(:last-child) {
  margin-bottom: 30px;
}
.panel .panel-header {
  padding: 20px;
}
.panel .panel-body {
  margin: 20px;
}
.panel .panel-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 20px 0;
  margin-left: 20px;
  margin-right: 20px;
}
.panel.panel-primary .panel-header {
  background: #006db4;
  color: white;
}
.panel.panel-time .panel-header {
  background: #050505;
  color: white;
}
.panel.panel-white .panel-header {
  background: #fff;
}

/***** card モジュール *****/
.card.card-img {
  width: 100%;
  height: auto;
}
.card.card-header {
  padding: 20px 20px 0 20px;
  background: #eee;
}
.card.card-body {
  padding: 20px;
  background: #eee;
}

/*!***************************************************************
 *  ボタンスタイル
 ****************************************************************/
.btn {
  text-align: center;
  display: block;
  background-color: #006db4;
  color: #FFF;
  font-size: 1.6rem;
  border: 0;
  width: 400px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
}
.btn:visited {
  color: #fff;
}
.btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
  transition: opacity .2s linear;
}
.btn.btn-primary {
  background-color: #006db4;
}
.btn.btn-time {
  background-color: #050505;
}
.btn.btn-white {
  background-color: #fff;
  color: #333;
}
.btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}
.btn.btn-disabled:hover {
  opacity: 1;
}
.btn.btn-ghost {
  background-color: transparent;
  border: 2px solid white;
  font-weight: normal;
  border-radius: 6px;
  width: auto;
  padding: 16px 50px 16px 20px;
  font-size: 1.8rem;
  position: relative;
  text-align: left;
}
.btn.btn-ghost:visited {
  color: #fff;
}
.btn.btn-ghost .btn-ghost_cat {
  font-size: 1.4rem;
  padding: 2px 2em;
  display: inline-block;
  background: #006db4;
  margin-right: 15px;
}
.btn.btn-ghost:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  content: '';
  width: 30px;
  height: 26px;
  border-left: 1px dashed #ccc;
  background: url(../images/mv-arr_r.png) no-repeat center center;
  background-size: 7px 12px;
}
.btn.btn-tags {
  background: #fff;
  color: #006db4;
  border: 2px solid #006db4;
  border-radius: 20px;
  font-size: 1.3rem;
  display: inline-block;
  width: auto;
  padding: 3px 10px 1px;
  text-align: center;
}
.btn.btn-slim {
  padding: 4px 20px;
}
.btn.btn-img {
  padding: 0;
  border-radius: 0px;
  width: 100%;
  background: none;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-relatedLink {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 1.5em;
  padding-left: 52px;
  padding-right: 52px;
  word-break: break-all;
}
.btn.btn-relatedLink:before {
  content: '\f0a9 ';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.9em;
  font-size: 1em;
}
.btn.btn-xl {
  font-size: 2.4rem;
  width: 400px;
  padding: 15px;
}
.btn.btn-l {
  font-size: 2rem;
  width: 300px;
  padding: 15px;
}
.btn.btn-m {
  font-size: 1.4rem;
  width: 150px;
  padding: 10px;
}
.btn.btn-s {
  font-size: 1.2rem;
  font-weight: normal;
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0;
}

.btns {
  text-align: center;
}
.btns.txt_r {
  text-align: right;
}
.btns .btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .btns .btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .btn.btn-ghost {
    border: 1px solid #fff;
    font-size: 1.4rem;
    padding: 5px 10px 0;
  }
  .btn.btn-ghost .btn-ghost_cat {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .btn.btn-ghost:after {
    border-left: none;
  }
}
/************************************************
	フォーム
************************************************/
.form-summary {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.form .form-wrapper {
  margin-left: 250px;
}
.form .form-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.form .form-wrapper.last {
  margin-bottom: 30px;
}
.form .form-header {
  width: 250px;
  float: left;
  position: relative;
  margin-left: -250px;
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #006db4;
  font-weight: bold;
}
.form .form-content {
  width: 100%;
  margin-right: -250px;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #006db4;
}
.form input[type=radio] {
  margin-top: -0.1em;
}
.form input[type=checkbox] {
  margin-top: 0.05em;
}
.form input[type=text], .form select {
  height: 35px;
}
.form.form-middle .form-wrapper {
  width: 100%;
  display: table;
  margin-left: 0;
}
.form.form-middle .form-header {
  float: none;
  display: table-cell;
  margin-left: 0;
  vertical-align: middle;
}
.form.form-middle .form-content {
  float: none;
  display: table-cell;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
}
.form.form-striped .form-wrapper:nth-child(2n) {
  background: #006db4;
}
.form.form-striped .form-wrapper:nth-child(2n) .form-header {
  background: #006db4;
}
.form .form-require {
  font-size: smaller;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.form .form-require:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form .form-require i {
  background: #C70000;
  padding: 2px 5px;
  line-height: 1.1;
  color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .form .form-wrapper, .form.form-middle .form-wrapper {
    margin-left: 0;
  }
  .form .form-header, .form.form-middle .form-header {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .form .form-content, .form.form-middle .form-content {
    margin-right: 0;
    float: none;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
/*!***************************************************************
 *  見出し
 ****************************************************************/
.ttl_03 {
  font-size: 2.0rem;
  font-weight: normal;
  background: url(../images/icon-h.png) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 24px;
  margin-bottom: 30px;
}

.ttl_04 {
  text-align: center;
  font-weight: normal;
  font-family: "JosefinSans-Italic", sans-serif;
  letter-spacing: 0.1em;
  color: #006db4;
  font-size: 4.0rem;
  line-height: 1em;
  margin-bottom: 24px;
}
.ttl_04 .ttl_04-sub {
  display: block;
  position: relative;
  font-family: メイリオ, Meiryo, Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.ttl_04 .ttl_04-sub:after {
  content: '';
  width: 16px;
  height: 3px;
  background: #006db4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}

.ttl_05 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #006db4;
  font-size: 2.5rem;
  line-height: 2.5em;
  margin-bottom: 24px;
  position: relative;
}
.ttl_05:after {
  content: '';
  width: 16px;
  height: 3px;
  background: #006db4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
}

@media only screen and (max-width: 768px) {
  .ttl_05 {
    font-size: 2.1rem;
  }
}
/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.table {
  background: white;
  border-collapse: collapse;
  font-size: 1.2rem;
  margin-bottom: 30px;
  width: 100%;
}
.table thead th {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 3px solid #dcdcdc;
  color: #006db4;
}
.table thead td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.table tbody th {
  width: 20%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dcdcdc;
  background: rgba(0, 109, 180, 0.1);
}
.table tbody td {
  border-collapse: collapse;
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.table tbody .table_caption_bottom {
  caption-side: bottom;
}
.table.table_striped tbody td {
  border-bottom: none;
}
.table.table_striped tbody th {
  border-bottom: none;
  background: none;
}
.table.table_striped tbody tr:nth-child(2n-1) {
  background: rgba(0, 109, 180, 0.1);
}
.table.table_middle th {
  vertical-align: middle;
}
.table.table_middle td {
  vertical-align: middle;
}
.table.table_comfortable th {
  padding: 20px;
}
.table.table_comfortable td {
  padding: 20px;
}

/*------------------------------------------------------------
ページング
------------------------------------------------------------*/
.paging {
  margin-bottom: 30px;
}
.paging.pagint-type-square ul {
  text-align: center;
}
.paging.pagint-type-square ul li {
  border: 1px solid #006db4;
  display: inline-block;
  line-height: 0.6;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.paging.pagint-type-square ul li a {
  display: block;
  height: 100%;
  padding: 10px;
}
.paging.pagint-type-square ul li a:hover {
  text-decoration: none;
  color: white;
  background: #006db4;
  transition: background 0.2s ,color 0.2s;
}
.paging.pagint-type-square ul li.paging-active {
  background: #006db4;
  color: white;
  padding: 10px;
}
.paging.pagint-type-circle ul {
  text-align: center;
}
.paging.pagint-type-circle ul li {
  border: 1px solid #006db4;
  display: inline-block;
  line-height: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}
.paging.pagint-type-circle ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
.paging.pagint-type-circle ul li a:hover {
  text-decoration: none;
  color: white;
  background: #006db4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: background 0.2s , color 0.2s;
}
.paging.pagint-type-circle ul li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.paging.pagint-type-circle ul li.paging-active {
  background: #006db4;
  color: white;
  width: 30px;
  height: 30px;
}
.paging.pagint-type-circle ul li.paging-active:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------------------------------------------------------
ローカルナビ
------------------------------------------------------------*/
.local_nav {
  margin-bottom: 30px;
}
.local_nav header {
  display: inline-block;
  font-weight: bold;
}
.local_nav header:after {
  content: ":";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.local_nav ul {
  display: inline-block;
}
.local_nav ul li {
  display: inline-block;
}
.local_nav ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------------------------
パンくず
------------------------------------------------------------*/
#pankuzu {
  margin-bottom: 30px;
}

/*------------------------------------------------------------
タブ
------------------------------------------------------------*/
.tabs {
  background: #fff;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.tabs li {
  text-align: center;
  border-left: 1px dotted #ccc;
}
.tabs li:last-child {
  border-right: 1px dotted #ccc;
}
.tabs li.tabs-active {
  border: none;
}
.tabs li.tabs-active .tab_btn {
  background: #006db4;
  color: #fff;
}
.tabs li.tabs-active + li {
  border-left: none;
}
.tabs .tab_btn {
  color: #333;
  display: block;
  font-size: 1.8rem;
  padding: 20px 5px;
}
.tabs .tab_btn:hover {
  text-decoration: none;
}
.tabs.tabs-relation ul {
  border-bottom: 4px solid #006db4;
}
.tabs.tabs-relation ul li:first-child {
  border-left: none;
}
.tabs.tabs-relation ul li:nth-child(4n) {
  border-right: none;
}

.tab_contents .tab_content {
  position: relative;
  display: none;
}
.tab_contents .tab_content.current {
  display: block;
}
.tab_contents .tab_content .topRight {
  position: absolute;
  top: -1em;
  right: 0;
}

.tabs2 {
  background: #006db4;
}
.tabs2 ul {
  padding-top: 20px;
  border-bottom: 5px;
}
.tabs2 ul li {
  display: inline-block;
  margin: 0 5px 15px 0;
}
.tabs2 ul li .tab_btn {
  font-size: 1.5rem;
  display: block;
  color: #fff;
  padding: 2px 15px;
}
.tabs2 ul li .tab_btn:hover {
  text-decoration: none;
}
.tabs2 ul li.tabs-active .tab_btn {
  background: #fff;
  color: #006db4;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .tabs li {
    border: none;
    width: 25%;
    display: table;
    min-height: 4em !important;
  }
  .tabs li .tab_btn {
    font-size: 1.5rem;
    vertical-align: middle;
    display: table-cell;
    width: auto;
    padding: 5px;
  }
  .tabs li:last-child {
    border: none;
  }
  .tabs.tabs-relation {
    margin-left: -20px;
    margin-right: -20px;
  }

  .tabs2 {
    background: #006db4;
  }
  .tabs2 ul {
    padding: 10px;
  }
  .tabs2 ul li {
    display: inline-block;
    margin: 0 3px 6px 0;
  }
  .tabs2 ul li .tab_btn {
    font-size: 1.5rem;
    display: block;
    color: #fff;
    padding: 2px 10px;
  }
  .tabs2 ul li .tab_btn:hover {
    text-decoration: none;
  }
  .tabs2 ul li.tabs-active .tab_btn {
    background: #fff;
    color: #006db4;
    border-radius: 12px;
  }

  .tab_contents .tab_content {
    position: relative;
    display: none;
  }
  .tab_contents .tab_content .topRight {
    position: relative;
    top: -1em;
    text-align: right;
  }
}
/*------------------------------------------------------------
アコーディオン
------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

/*共通部分*/
h2 {
  width: inherit;
}

.headbox {
  z-index: 9999;
}

.sp_nav_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.sp_nav_btn a {
  color: white;
}

/*レイアウト上書き*/
body {
  min-width: 980px;
}

.wrapper {
  min-width: 980px;
}

.l-main_contents {
  min-width: 980px;
}

.l-inner-site {
  width: 100%;
  max-width: 1305px;
  min-width: 980px;
}

.l-main {
  min-width: 980px;
}

.l-inner-main.l2 {
  max-width: 960px;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 1px;
  }

  .wrapper {
    min-width: 1px;
  }

  .l-main_contents {
    min-width: 1px;
    margin-bottom: 0;
  }

  .l-inner-site {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }

  .l-main {
    min-width: 1px;
    margin-top: -10px;
  }

  .top_movieRanking {
    margin-left: -10px;
    margin-right: -10px;
  }
}
