@charset "UTF-8";

@font-face {
  font-family: 'YuGo';
  src: local('Yu Gothic Medium');
}

@font-face {
  font-family: 'YuGo';
  src: local('Yu Gothic Light'),
       local('游ゴシック');
  font-weight: 100;
}

@font-face {
  font-family: 'YuGo';
  src: local('Yu Gothic Regular'),
       local('YuGothic-Regular'),
       local('游ゴシック');
  font-weight: 200;
}

@font-face {
  font-family: 'YuGo';
  src: local('Yu Gothic Bold'),
       local('游ゴシック');
  font-weight: 700;
}

@font-face {
  font-family: 'HiraMin';
  src: local('HiraMinProN-W3'),
       local('HiraMinPro-W3');
}

@font-face {
  font-family: 'HiraMin';
  src: local('HiraMinProN-W6'),
       local('HiraMinPro-W6');
  font-weight: bold;
}

@font-face {
  font-family: 'HiraKaku';
  src: local('HiraKakuProN-W3'),
       local('HiraKakuPro-W3');
}

@font-face {
  font-family: 'HiraKaku';
  src: local('HiraKakuProN-W6'),
       local('HiraKakuPro-W6');
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  color: inherit;
  font: inherit;
}

hr {
  border: none;
}

.break{
  page-break-before: always;
}

.ir {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.irb {
  height: 0;
  overflow: hidden;
  line-height: 2;
}

.float_left {float: left;}
.float_right {float: right;}

.use-float:after {
  content: "";
  clear: both;
  display: block;
}

img.frame {
  background-color: #fff;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
  padding: 5px;
}

ul.list_disc>li {
  list-style-type: disc;
  margin-left: 1em;
}

.note {
  font-size: 88%;
}

.note.kome {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.note.kome:before {
  display: inline-block;
  content: "※";
  width: 1.25em;
  text-indent: 0;
}

.button {
  /*text-align: center;*/
}

.button a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.button a span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.button a:hover span {
  opacity: 0.7;
}


/* ================================================================
   content
   ================================================================ */

#contents_area {
  font-family: 'Yugo', 'YuGothic', 'Yu Gothic', 'HiraKaku', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: auto;
}

/* ---------- header ---------- */
.contents_header {
  position: relative;
  z-index: 2;
}

.dc_caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -512px;
  width: 188px;
  height: 191px;
  margin-left: 50%;
  /*border-radius: 40%;*/
  color: #fff;
  background: url(../images/badge.png) no-repeat;
}

.dc_caption .blogname {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  visibility: hidden;
}

.dc_caption .area {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.dc_caption .text {
  color: #be1919;
  background: #fff;
  white-space: nowrap;
}

.dc_caption .ribbon {
  display: inline-block;
  position: relative;
  min-width: 4em;
  padding: 8px 12px;
  font-size: 20px;
  line-height: 1.2;
}

.dc_caption .ribbon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  border: solid;
  border-width: 20px 12px;
  border-color: #fff transparent;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
}

.dc_heading {
  padding: 15px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  background: -webkit-linear-gradient(top, #dedede, #fff);
  background: linear-gradient(to bottom, #dedede, #fff);
  font-size: 28px;
  text-align: center;
  text-shadow:  1px  0   2px rgba(255, 255, 255, .3),
                1px  1px 2px rgba(255, 255, 255, .3),
                0    1px 2px rgba(255, 255, 255, .3),
               -1px  1px 2px rgba(255, 255, 255, .3),
               -1px  0   2px rgba(255, 255, 255, .3),
               -1px -1px 2px rgba(255, 255, 255, .3),
                0   -1px 2px rgba(255, 255, 255, .3),
                1px -1px 2px rgba(255, 255, 255, .3);
  line-height: 1.5;
}

.dc_heading a {
  color: inherit;
}

.dc_heading br {
  display: none;
}

.dc_heading rt {
  font-size: 40%;
}


/* ---------- main ---------- */
.contents_main {
  background: #000 url("../images/contents_bg.jpg") no-repeat center top fixed;
  background-size: cover;
  padding: 40px 0 60px;
}

.contents_main a {
  color: inherit;
  text-decoration: underline;
}

.contents_main :hover {
  text-decoration: none;
}


.contents_heading {
  background: url("../images/contents_heading.png") no-repeat center center;
  background-size: contain;
  padding-top: 160px;
}

.contents_subheading {
  position: relative;
  background-color: #fff;
  width: 980px;
  margin: 48px auto 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.contents_subheading:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-width: 25px 20px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
}

.contents_subheading span {
  display: block;
  background: url("../images/contents_subheading.png") no-repeat center center;
  padding-top: 70px;
}

#train_list {
  width: 980px;
  margin: 62px auto 0;
}

#train_list>li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}

#train_list .container_image,
#train_list .container_text {
  box-sizing: border-box;
}

#train_list .container_image {
  background-color: #000;
  width: 400px;
  padding-bottom: 20px;
  text-align: center;
}

#train_list .container_image div.copylight{
  text-align: right;
  color:#ffffff;
  margin:1px 5px 0 0;
}

#train_list .container_text {
  background-color: #fff;
  width: 580px;
  padding: 25px 20px 8px;
}

#train_list .train_image img {
  width: 100%;
}

#train_list .train_name,
#train_list .train_labels {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}

#train_list .train_name {
  margin-top: 10px;
  border-bottom: 1px solid #fff;
  padding: 6px 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

#train_list .train_labels {
  margin-top: 4px;
  padding: 0 6px;
}

#train_list .train_labels>li {
  display: inline-block;
  margin: 8px 4px 0;
  border-radius: 5px;
  padding: 6px 15px 5px;
  line-height: 1;
}

#train_list .train_labels .zenshashitei {background-color: #c50018;}
#train_list .train_labels .ichibushitei {background-color: #1a4899;}
#train_list .train_labels .jiyuu        {background-color: #0f8a12;}

#train_list .train_catchcopy,
#train_list .train_description {
  padding: 0 10px;
}

#train_list .train_catchcopy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

#train_list .train_description {
  margin-top: 12px;
  line-height: 1.8;
}

#train_list .train_description p {
  margin-top: 1em;
}

#train_list .train_description p:first-child {
  margin-top: 0;
}

#train_list .train_detail {
  margin-top: 12px;
  line-height: 1.5;
}

#train_list .train_detail>dl {
  display: table;
  width: 100%;
  border-top: 1px solid #bebebe;
}

#train_list .train_detail>dl>dt,
#train_list .train_detail>dl>dd {
  display: table-cell;
  padding-top: 16px;
  padding-bottom: 14px;
}

#train_list .train_detail>dl>dt {
  width: 7em;
  padding-left: 10px;
  padding-right: 1em;
}

#train_list .train_detail>dl>dt span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

#train_list .train_detail>dl>dt span:before {
  content: '◎';
}

#train_list .train_detail>dl>dd {
  padding-right: 10px;
}

#train_list .train_detail>dl>dd p,
#train_list .train_detail>dl>dd ul>li {
  margin-top: 5px;
}

#train_list .train_detail>dl>dd p:first-child,
#train_list .train_detail>dl>dd ul:first-child>li:first-child {
  margin-top: 0;
}


/* ================================================================
   footer
   ================================================================ */

.contents_footer {
  width: 1060px;
  margin: 24px auto;
  padding: 10px 14px;
  border: 2px solid #b8cbd6;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.461538;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -568px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 568px) {

body {
  font-size: 14px;
}
/* ================================================================
   content
   ================================================================ */

/* ---------- header ---------- */
.dc_caption {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 4px 0;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  background: #be1919;
  text-align: center;
  font-size: 16px;
}

.dc_caption .blogname {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  visibility: visible;
}

.dc_caption .area {
  position: static;
}

.dc_caption .text {
  min-width: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}

.dc_caption:empty {
  display: none;
}

.dc_heading {
  padding: 12px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, .5);
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
}


/* ---------- main ---------- */
.contents_main {
  background-position: center top !important;
  background-attachment: scroll;
  background-size: 110% auto;
  padding: 7.5% 0 10%;
}


.contents_heading {
  /*width: 84%;*/
  /*margin: 0 auto;*/
  padding-top: 25%;
}

.contents_subheading {
  width: 94%;
  margin: 6.4% auto 20px;
}

.contents_subheading:after {
  bottom: -20px;
  margin-left: -16px;
  border-width: 20px 16px 0;
}

.contents_subheading span {
  background-image: url("../images/contents_subheading_sp.png");
  background-size: 88%;
  padding-top: 25%;
}

#train_list {
  width: auto;
  margin: 10% auto 0;
}

#train_list>li {
  display: block;
  background: url("../images/pattern_1.png") repeat center center;
  background-size: 4px 4px;
  margin-top: 0;
  padding-top: 13.333333%;
}

#train_list>li:first-child {
  padding-top: 0;
}

#train_list .container_image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: auto;
  padding-bottom: 0;
}

#train_list .container_text {
  width: auto;
  padding: 20px 15px 8px;
}

#train_list .train_image {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-top: 20px;
}

#train_list .train_name,
#train_list .train_labels {
  margin-left: 0;
  margin-right: 0;
}

#train_list .train_name {
  margin-top: 0;
  padding: 20px 10px 8px;
  font-size: 22px;
}

#train_list .train_labels {
  margin-top: 4px;
  padding: 0 6px;
}

#train_list .train_labels>li {
  margin: 8px 4px 0;
  padding: 6px 15px 5px;
}

#train_list .train_detail>dl {
  display: block;
  width: auto;
  padding: 16px 10px 14px;
}

#train_list .train_detail>dl>dt,
#train_list .train_detail>dl>dd {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

#train_list .train_detail>dl>dt {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

#train_list .train_detail>dl>dd {
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 0;
}


/* ================================================================
   footer
   ================================================================ */

.contents_footer {
  width: auto;
  margin: 16px;
}


}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   -320px
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (max-width: 320px) {


}
