@charset "utf-8";
/* CSS Document */
#base{  width: 1220px;}

.wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  display:flex;
  justify-content: space-between;
}

.container {
  max-width: 730px;
  width: 100%;
  order: 1;
}

@media screen and (max-width:768px) {
  #base{ width: 100%;}
}


/* 2019/04/23 トップ画のみVer. */

h1.headingImg { margin-bottom: 30px; }

.column_body h2 {
  font-family: "ゴシックMB101 R", Gothic MB101 Regular, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  padding: 12px 0;
  margin: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.column_body p {
  font-family: "ゴシックMB101 R", Gothic MB101 Regular, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

p.top_image {
  width: 100%;
  line-height: 0;
}

p.top_image img {
  width: 100%;
}

.top_date{
  margin-top: 12px;
  text-align: right;
  color: #999;
}


h1.column_head {
  font-family: "ゴシックMB101 R", Gothic MB101 Regular, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin: 20px 0;
}

div.voice_list {
  margin:15px 0px;
  padding:15px;
  border:3px solid #47A0A6;
}

div.date_comment {
  background-color:#eeeeee;
  margin:0px 0px 40px 0px;
  padding:10px;
  border-radius:8px;
}

div.column_body {
  margin-bottom: 65px;
}

.schedule_botton {
  background-color: cornflowerblue;
  color: #fff;
  width: 400px;
  text-align: center;
  padding: 10px;
  margin-left: 140px;
  font-size: 19px !important;
  border-radius: 10px;
}
.schedule_botton:hover {
  letter-spacing: 3px;
}

/* ▼ 左ナビ*/
#cont #c3_ll dl{
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 2px;
}

#cont #c3_ll dl dd a {
  font-family: '游ゴシック', 'Yu Goshic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4em;
}

#cont #c3_ll dl.cc11 table tr td.line_l {
  background-color: #c23535;
}
#cont #c3_ll dl.cc11 table tr td.line_r {
  background-color: #ee6666;
}
#cont #c3_ll dl.cc11-2 {
  border-color: #c23535;
}
#cont #c3_ll dl.cc11 dt b img, #cont #c3_ll dl.cc11-2 dt b img {
  background: #c23535;
}
#cont #c3_ll dl dd.rating_list ul li span {
  color: #c23535;
}

/* ▼ 右ナビ*/
.l_sideNav{
  width:200px;
}
.l_sideNav>.sidebar-themeTag:first-child {
  margin-top: 0;
}
.l_sideNav>.sidebar-themeTag:first-child>.m_sideNav__theme:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .l_sideNav{ display:none;}
}


/*
    To top
================================*/
#page-top {
  margin-bottom: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 88%;
  z-index: 999;
}
#page-top a {
  background: rgba(248, 135, 149, 0.8);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:before {
  content: "";
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: block;
  margin: 0 auto 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: rgba(248, 135, 149, 0.9);
}
/* 2019/07/02 見出し追加 */
.heading-primary {
  position: relative;
}
.heading-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a7d6ff;
  width: 100%;
  height: 8px;
  z-index: -1;
}

.u_ord0 {
    order: 0!important
}
.u_ord1 {
    order: 1!important
}
.u_ord2 {
    order: 2!important
}