@charset "utf-8";

/*==================================================================
	基本テキスト
===================================================================*/

body {
  /*letter-spacing: 1px;*/
  font-family: Meiryo, メイリオ, Lato, Verdana, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', sans-serif; /*ゴシック体*/
  line-height: 1.8;
  color: #111;
  font-feature-settings: 'pkna';
  -webkit-text-size-adjust: 100%; /*スマホ横向きテキスト*/
  /*font-family: "Cardo", "times new roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif; /*明朝体*/
}

@font-face {
  font-family: 'jiskan24h';
  src: url('../../css/font/jiskan24h/jiskan24h.eot?') format('eot'),
    url('../../css/font/jiskan24h/jiskan24h.woff2') format('woff2'),
    url('../../css/font/jiskan24h/jiskan24h.woff') format('woff');
}
.jiskan {
  font-family: 'jiskan24h', Meiryo, メイリオ, Lato, Verdana, '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN',
    sans-serif;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

.current {
  cursor: default;
}

/*==================================================================
	基本デザイン
===================================================================*/

body {
  font-size: 100%;
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 50%, #c8462d 50%, #c8462d 100%);
}

#wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%; /*padding-top: 77px;*/
}

header,
#navi,
#title_area,
#under_area,
footer {
  width: auto;
}

#tag {
  display: none;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 950px;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  z-index: 99999;
  width: 100%;
}

.cap_l,
.cap_r {
  clear: both;
  line-height: 1.6;
}

.sideBanner {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

/*---------------------------------
 レスポンシブ対応
--------------------------------*/
img {
  width: auto\9;
  max-width: 100%;
  height: auto; /*IE8 max-widthバグへの対応*/
}

.pc {
  display: block !important;
}

.smp {
  display: none !important;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

header {
  margin: 0 auto;
  height: 110px;
  overflow: hidden;
  /*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif; /*明朝体*/
  /*width: 100%;*/
  background: white;
  position: relative;
}

header .header__line {
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #c8462d;
  width: 100%;
  height: 15px;
}

.header-inner {
  padding: 20px 0;
}

.main-title {
  /* padding: 20px 0; */
}

.main-title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #080404;
}
.main-title a img {
  margin-right: 10px;
}
.main-title .small {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}

.hBanner img {
  width: 243px;
  margin: auto;
}
@media screen and (min-width: 951px) {
  .hBanner img {
    width: 200px;
    height: auto;
  }
}

#hnavi {
  /* position: absolute;
  top: 29px;
  right: 0; */
  font-size: 0;
}

#hnavi div {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}

#hnavi div a,
.nav_search form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 5px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  height: 26px;
  font-size: 12px;
  padding-top: 2px;
}

.nav_search input[type='text'] {
  position: relative;
  border: none;
  height: 100%;
  width: 100%;
}

.nav_search input::placeholder {
  /* line-height: 10px; */
  position: relative;
  top: 0.1em;
}
.nav_search input[type='text']:focus {
  outline: 0;
}
.nav_search input[type='submit'] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 35px;
  height: 28px;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  background: url('../../img/nav_search.png') no-repeat center;
  outline: none;
}

.nav_search form {
  padding: 0 9px;
  width: 182px;
}
.nav_plus a {
  margin: 0 15px 0 5px !important;
  width: 26px;
  text-align: center;
}
.nav_calender a,
.nav_editor a {
  width: 100px;
  text-align: center;
}

/*modal_search*/
#modal_search {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100002;
  padding: 30px 20px;
  max-width: 560px;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.modal_searchBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  min-width: 100%;
  min-height: 100%;
  background: rgba(16, 20, 33, 0.8);
}

/*form
---------------------------------*/
#modal_search table {
  text-align: left;
}
#modal_search tr {
  display: block;
  margin: 0 0 10px;
  padding: 0 20px;
}
#modal_search th {
  display: block;
  padding: 0 0 5px;
  width: 100%;
  font-size: 14px;
}
#modal_search td {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  color: #666;
}

#modal_search .sub {
  margin: 50px 0;
  line-height: 3;
  text-align: center;
}

#modal_search input {
  padding: 5px;
  border: 0;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
}

.key input {
  width: 270px;
  background: url('../../img/mod_search.png') no-repeat center right;
}

.radio02 input {
  display: none;
}
.radio02 input + label {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.radio02 input + label::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  content: '';
}
.radio02 input:checked + label {
  color: #666;
}
.radio02 input:checked + label::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  content: '';
  background: #666;
}

.check02 input {
  display: none;
}
.check02 input + label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding-left: 20px;
  min-width: 60px;
}
.check02 input + label::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #cfcfcf;
  width: 12px;
  height: 12px;
  content: '';
}
.check02 input:checked + label {
  color: #666;
}
.check02 input:checked + label::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  width: 6px;
  height: 7px;
  content: '';
  transform: rotate(40deg);
}

.cate {
  width: 270px;
  overflow: hidden;
}
.cate select {
  padding-right: 1em;
  border: none;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  background: transparent;
  background-image: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cate select::-ms-expand {
  display: none;
}
.cate.cp_sl01 {
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  background: #ffffff;
}
.cate.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  padding: 0;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 0;
  width: 5px;
  height: 0;
  height: 5px;
  content: '';
  transform: rotate(45deg) translateY(-50%);
}
.cate.cp_sl01 select {
  padding: 5px;
  color: #666;
}

#modal_search .subm {
  margin: 20px 20px 0;
}
#modal_search .subm input {
  padding: 10px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 120px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #ba4826 url('../../img/mod_search2.png') no-repeat 25px center;
}

/* --------------------------------------------------------------------------------------
 ナビゲーションメニュー
--------------------------------------------------------------------------------------- */
#navi {
  width: 100%;
  font-size: 0;
  text-align: center;
  background: #c8462d;
}

#navi ul {
  margin: 0 auto;
  width: 950px;
  display: flex;
  background: linear-gradient(180deg, #c8462d 50%, #a4322d 100%);
}

#navi ul li {
  position: relative;
  padding: 15px 0px;
  border-left: 8px solid #fff;
  width: calc(100% / 3);
}

#navi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#navi ul li img {
  height: 30px;
  width: auto;
}

#navi ul li:last-child {
  border-right: 8px solid #fff;
  /* border-right: 1px solid #cf7f68; */
}

#navi ul li span {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto 0;
}

#navi ul li.none a {
  -ms-filter: 'alpha(opacity=30)';
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

#navi ul li a:hover,
#navi ul li a.current,
#navi ul li a.parentsLink {
  /* color: #fff;
  background: #bd8e45; */
}

/* underline アニメーション
#navi ul li a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #bd8e45;
	transform: scale(0, 1);
	transform-origin: right top;
}

#navi ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

#navi ul li.none a:hover::after {
	transform: scale(0, 1);
}

#navi ul li a:hover::after,
#navi ul li a.current::after,
#navi ul li a.parentsLink::after {
	transform: scale(1, 1) !important;
	transition: transform 0s !important;
}
*/

#navi ul li.nav01 a {
  /* background: url(../../img/nav01.png) no-repeat center center; */
  /* background: url(../../img/nav01.svg) no-repeat center center; */
}

#navi ul li.nav02 a {
  /* background: url(../../img/nav02.png) no-repeat center center; */
}

#navi ul li.nav03 a {
  /* background: url(../../img/nav03.png) no-repeat center center; */
}

#navi ul li.nav04 a {
  /* background: url(../../img/nav04.png) no-repeat center center; */
}

#navi ul li.nav05 a {
  /* background: url(../../img/nav05.png) no-repeat center center; */
}

#navi ul li.nav06 a {
  /* background: url(../../img/nav06.png) no-repeat center center; */
}

#navi ul li.nav07 a {
  /* background: url(../../img/nav07.png) no-repeat center center; */
}
p #navi ul li.nav08 a {
  /* background: url(../../img/nav08.png) no-repeat center center; */
}

#navi ul li.nav00 {
  display: none;
}

/*
#navi ul li a:hover,
#navi ul li a.current,
#navi ul li a.parentsLink {
	background-color: rgba(255,255,255,0.3);
}
*/

/* navi_btn */
#navi_btn {
  display: none;
  position: absolute;
  /*top: 23px;*/
  top: 10px;
  right: 20px;
  font-size: 0;
}

#navi_btn a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../../img/navi_smp.png) no-repeat;
  background-size: contain;
}

#navi_btn .current {
  cursor: auto;
}

/* sp_navi */
#sp_navi {
  display: none;
}

.scroll-prevent {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */
#contents {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #D9D9D9;
    left: 0;
  }
}

#contents .inner {
  padding: 50px 30px;
  overflow: hidden;
  background: #fff;
}

#contents .inner-archive {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

#contents .inner-author {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 950px;
}

#contents .inner-author .editor-header {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c6c6c6;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
}

#contents .inner-author .author-intro {
  display: flex;
  margin-bottom: 100px;
}

.author-intro .author-intro-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.author-intro .author-intro-ruby {
  font-size: 11px;
  color: #888;
}

.author-intro .author-intro-img {
  width: 72px;
  margin-right: 28px;
}

.author-intro .author-intro-img img {
  border-radius: 50%;
  width: 100%;
  height: 72px;
}

.author-intro .author-intro-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
}

/* column_L */
#column_L {
  width: 570px;
}

.column_L {
  width: 570px;
  display: flex;
  flex-wrap: wrap;
}

/* column_R */
#column_R {
  width: 290px;
}
.cr_block {
  margin: 0 0 50px;
}
.cr_block:nth-of-type(1) .cr_ttl:nth-child(1) {
  padding-top: 12px;
}
.cr_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #343434;
}
.map-title {
  margin: 0 0 0.7rem;
  border-bottom: 1px dotted #c6c6c6;
}
.cr_ttl .ttl01 {
  margin-bottom: 10px;
}
.cr_ttl .ttl01.mb-0 {
  margin-bottom: 0;
}

.cr_lst li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c6c6c6;
  overflow: hidden;
}
.cr_lst li:last-child {
  margin: 0;
  border-bottom: none;
}
.cr_lst .ttl {
  margin: 0;
  line-height: 1.3;
}

.cr_lst .ttl a {
  font-size: 13px;
  color: #333;
}
.cr_lst.news .ttl {
  position: relative;
  max-height: 40px;
  overflow: hidden;
  text-align: justify;
}
.cr_lst.news .ttl a:before,
.cr_lst.news .ttl a:after {
  position: absolute;
  background: #f6f8f7;
}
.cr_lst.news .ttl a:before {
  right: 0px;
  /*content: "...";*/
  bottom: 0px;
}
.cr_lst.pick .ttl {
  position: relative;
  max-height: 40px;
  overflow: hidden;
  text-align: justify;
}
.cr_lst.pick .ttl a:before,
.cr_lst.pick .ttl a:after {
  position: absolute;
  background: #f6f8f7;
}
.cr_lst.pick .ttl a:before {
  right: 0px;
  /*content: "...";*/
  bottom: 0px;
}
@media all and (-ms-high-contrast: none) {
  .cr_lst .ttl a:before {
    right: 8px;
  }
}
.cr_lst .ttl a:after {
  width: 100%;
  height: 100%;
  content: '';
}
.not-just {
  text-align: unset;
}

.cr_lst .img {
  float: left;
  margin-right: 15px;
}
.cr_lst .img img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.rank li {
  position: relative;
  list-style-type: none;
  counter-increment: number;
}
.rank li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #343434;
  content: counter(number);
}
.rank li .img {
  margin-left: 20px;
}
.cr_tag ul {
  margin: 0 0 10px;
  font-size: 0;
}
.cr_tag li {
  display: inline-block;
  *display: inline;
  margin: 0 5px 5px 0;
  padding: 0 8px;
  border: 1px #e1e1e1 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  *zoom: 1;
  background: #fff;
}

/* tab */
.tabNav {
  padding: 0px;
  border: none;
}

.tabNav {
  font-size: 0;
}

.tabNav li {
  display: inline-block;
  *display: inline;
  width: 49%;
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
  *zoom: 1;
}

.tabNav li a {
  display: block;
  padding: 5px 5px;
  border-top: 1px #e1e1e1 solid;
  border-right: 1px #e1e1e1 solid;
  /*border-bottom: 1px #f6f8f7 solid;*/
  border-left: 1px #e1e1e1 solid;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #939aa4;
  color: #939aa4;
  background: #fff;
}

.tabNav li:last-child {
  margin: 0 0 0 2%;
}

.tabNav li a.active {
  margin-bottom: -1px;
  padding: 5px 5px;
  border-bottom: 1px solid #f6f8f7;
  color: #343434;
  background: #f6f8f7;
}

.tabCont {
  padding: 10px 15px 0;
  border: 1px #e1e1e1 solid;
  background: #f6f8f7;
}

.page_nav {
  font-size: 0;
  text-align: center;
}

.page_nav li {
  display: inline-block;
  *display: inline;
  display: inline;
  margin: 0 2px;
  *zoom: 1;
}

.page_nav li span,
.page_nav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 11px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  background: #fff;
}
.page_nav li span.dots {
  border: none;
  background: #fff;
}

.page_nav li span {
  background: #f7f7f7;
}

.page_nav li.rev {
  margin-right: 10px;
}
.page_nav li.nex {
  margin-left: 10px;
}

.page_nav li .current,
.page_nav li a:hover {
  color: #fff;
  background: #333333;
}
.page_nav li .current {
  pointer-events: none;
}

/*cp_menu*/
.cp_menu label {
  display: block;
  position: relative;
  margin-bottom: 1px;
  padding: 12px 50px 9px 15px;
  font-size: 16px;
  color: #fff;
  background: #496444;
}

.cp_menu label::before {
  position: absolute;
  top: 30%;
  right: 1em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #496444;
  text-align: center;
  content: '+';
  background: #f5faf0;
}

.cp_menu input[type='checkbox'].on-off {
  display: none;
}

.cp_menu .txt_a {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cp_menu .txt_a li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px 20px;
  border-bottom: 1px dashed #c6c6c6;
}
.cp_menu .txt_a li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  border: 8px solid transparent; /*top right bottom を透明化 */
  border-left: 10px solid #c1c7bb;
  width: 0;
  height: 0;
  content: '';
}

.cp_menu input[type='checkbox'].on-off + label + .txt_a {
  padding: 0 10px;
  height: 0;
  overflow: hidden;
}

.cp_menu input[type='checkbox'].on-off:checked + label + .txt_a {
  padding: 20px 10px;
  height: auto;
}

.cp_menu input[type='checkbox'].on-off:checked + label::before {
  position: absolute;
  top: 30%;
  right: 1em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #496444;
  text-align: center;
  content: '-';
  background: #f5faf0;
}

.ttl_l {
  margin: 0 0 20px;
  font-size: 30px;
  color: #000;
  text-align: center;
}

.ttl_m {
  margin: 0 0 20px;
  font-size: 25px;
  color: #000;
}

.txt_m {
  font-size: 16px;
  line-height: 2;
}

br.bron {
  display: none;
}

.photo {
  position: relative;
  width: 100%;
}

.photo img {
  width: 100%;
}

.photo span {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  background-color: rgba(76, 76, 76, 0.6);
}

.photo span.white {
  font-size: 11px;
  color: #fff;
}

.img_r {
  float: right;
  margin: 0 0 30px 30px;
}

.underline {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #5a1496;
}

.white {
  color: #fff;
}

.red {
  color: #e00205;
}

.green {
  color: #152c04;
}

.gbox {
  background: #f2f2f2;
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

footer {
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #ba4826 50%, #c8462d 100%);
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #D9D9D9;
    left: 0;
  }
}

footer .inner {
  padding: 30px 30px 50px;
  background: #fff;
}

/* footer_navi */
#footer_navi {
  margin-bottom: 15px;
  font-size: 0;
  color: #333333;
  background: #fff;
}
.footer_sns {
  position: relative;
  &::before {
    content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      background-color: #D9D9D9;
      left: 0;
      z-index: -1;
  }
}

#footer_navi ul li {
  display: inline-block;
  *display: inline;
  margin: 0 0 15px 0;
  padding: 0 20px;
  border-left: #ccc 1px solid;
  font-size: 12px;
  line-height: 1;
  *zoom: 1;
}
#footer_navi ul:nth-of-type(1) {
  padding-bottom: 20px;
}

#footer_navi ul li:first-child {
  padding: 0 20px 0 0;
  border-left: none;
}
#footer_navi ul li:last-child {
  border-left: none;
  padding-left: 0;
}

#footer_navi ul li a {
  color: #333;
}

#footer_bnr {
  font-size: 0;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #D9D9D9;
    left: 0;
    z-index: -1;
  }
}

#footer_bnr .inner {
  padding: 50px 30px 10px;
  background: #fff;
}

#footer_bnr .inner ul {
  text-align: center;
}

#footer_bnr .inner ul li {
  text-align: left;
}

.footer_sns_link {
  margin: 0 5px;
}
.footer_sns_link img {
  width: 30px;
}
.footer_sns_list {
  padding: 10px 0;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  width: 950px;
}

#footer_bnr img {
  vertical-align: middle;
}

#footer_bnr li {
  display: inline-block;
  *display: inline;
  margin: 0 10px 10px 0;
  width: 170px;
  font-size: 12px;
  *zoom: 1;
}
#footer_bnr li:last-child {
  margin: 0 0 10px 0;
}

#copyright {
  padding: 0 0 0 190px;
  font-size: 11px;
  color: #999999;
  background: url('../../img/ft_logo.svg') no-repeat 0 center;
}

.mtphr-dnt-tick-container {
  color: #ffb400;
  background: #333333;
}
.cl_kiji .mtphr-dnt-tick-container a:link,
.cl_kiji .mtphr-dnt-tick-container a:visited,
.cl_kiji .mtphr-dnt-tick-container a:hover,
.cl_kiji .mtphr-dnt-tick-container a:active {
  font-size: 2rem;
  font-weight: 700;
  color: #ffb400;
  text-decoration: none;
}

.mtphr-dnt-tick-container::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  content: ' ';
  background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px),
    -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
  background-size: 2px 2px;
}

/*-----------------------------------------------------	*/
/*	for - 950px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 950px) {
  .inner {
    width: 95%;
  }

  #navi ul {
    width: 100%;
  }

  #link ul {
    width: 100%;
  }

  .fix {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
  }

  /* header */

  header {
  }

  #hnavi {
    display: none;
  }
  #navi {
    display: none;
  }

  .hBanner {
    background-color: #fff;
    padding: 0 20px 10px;
  }

  #sp_navi {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #sp_navi .sp_navi_cov {
    display: none;
    position: relative;
    margin: 0 auto;
    padding-bottom: 130px;
    width: 70%;
    height: 100vh;
    overflow: scroll;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  #sp_navi ul li {
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    text-align: center;
    background: #fff;
  }

  #sp_navi ul li a {
    display: block;
    margin: 0;
    padding: 8px 20px !important;
    border-left: none;
    height: auto;
    text-align: left;
  }
  #sp_navi ul li:last-child a {
    border-right: none;
  }
  #sp_navi .nav_editor a {
    width: 100%;
  }

  .sp_navi_cov ul.navi li a:hover,
  .sp_navi_cov ul.navi li a:active {
    color: #fff;
    background-color: #ba4826;
  }

  #sp_navi ul .sp_search {
    padding: 10px;
    text-align: left;
  }
  .sp_search form {
    display: block;
    position: relative;
    margin: 0 0 0 5px;
    border: 2px solid #ba4826;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
  }
  .sp_search input[type='text'] {
    position: relative;
    padding: 7px 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    line-height: 1;
  }
  .sp_search input[type='text']:focus {
    outline: 0;
  }
  .sp_search input[type='submit'] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 28px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    background: url('../../img/sp_search.png') #ba4826 no-repeat 60% center;
    background-size: 50%;
    outline: none;
  }

  #sp_navi ul.sp_bnr li {
    margin: 0;
    padding: 10px 20px 0;
    border-bottom: none;
    font-size: 12px;
    text-align: left;
  }
  #sp_navi ul.sp_bnr li a {
    margin: 0;
    padding: 0 !important;
  }

  .btn_close {
    display: none;
    position: absolute;
    top: 5px;
    left: calc(30% - 50px);
  }
  .btn_close a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../../img/foot3.png') no-repeat center;
    background-size: 60%;
  }

  #navi_btn {
    display: block;
  }

  img.fit {
    width: 100%;
  }

  /* contents */

  /* column_L */
  #column_L {
    width: 60%;
  }

  /* column_R */
  #column_R {
    width: 35%;
  }

  .tabNav li {
    width: 50%;
  }
  .tabNav li:last-child {
    margin: 0;
  }

  .txt_ttl {
    font-size: 18px;
  }

  #footer_bnr {
    display: none;
  }
}

/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
  .main-title a {
    max-width: 60%;
    background-size: contain;
  }

  /* column_L */
  #column_L {
    margin-bottom: 80px;
    width: 100%;
  }

  .column_L {
    width: 100%;
  }

  /* column_R */
  #column_R {
    width: 100%;
  }

  .sideBanner {
    width: 100%;
    margin-top: 30px;
  }

  #contents .inner-author .editor-header {
    margin-bottom: 20px;
  }

  #contents .inner-author .author-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
  }

  .author-intro .author-intro-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .author-intro .author-intro-ruby {
    font-size: 11px;
    color: #888;
    margin-bottom: 17px;
    text-align: center;
  }

  .author-intro .author-intro-img {
    width: 85px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .author-intro .author-intro-img img {
    height: 85px;
  }

  .author-intro .author-intro-text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #contents .inner-archive {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .cr_block:nth-of-type(1) .cr_ttl:nth-child(1) {
    padding-top: 0;
  }
}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
  #contents .inner {
    padding: 25px 15px;
  }

  #contents .inner-archive {
    padding-top: 50px;
  }

  #contents .inner > div:first-child {
    margin-bottom: 25px;
  }

  .pc {
    display: none !important;
  }

  .smp {
    display: block !important;
  }

  /* header */
  header {
    height: 70px;
    background: #fff;
  }

  .header-inner {
    padding: 0;
  }

  .main-title {
    padding: 10px 0;
    max-width: 80%;
  }
  .main-title a {
    width: 50%;
    font-size: 14px;
    height: auto;
  }
  .main-title a img {
    width: 90%;
    margin-right: 10px;
    vertical-align: sub;
  }
  .main-title .small {
    display: block;
    margin-left: 0;
    text-align: right;
  }

  #modal_search {
    padding: 20px 10px;
  }

  #navi ul li,
  .navi li {
    width: 100%;
  }

  #navi_btn {
    /*top: 13px;*/
  }

  /* contents */
  #title_area .pan_navi {
    display: none;
  }

  #title_area .container {
    height: 250px;
  }

  .title_name {
    padding-top: 90px;
    font-size: 30px;
  }

  .title_lead {
    font-size: 12px;
  }

  .ttl_l {
    font-size: 21px;
  }

  .ttl_m {
    font-size: 19px;
  }

  .txt_m {
    font-size: 14px;
    text-align: left;
  }

  br.broff {
    display: none;
  }

  br.bron {
    display: block;
  }

  /* footer */
  #footer_navi {
    text-align: center;
  }
  #footer_navi ul li:first-child {
    padding: 0;
    width: 100%;
  }
  #footer_navi ul li:nth-child(2) {
    padding: 0 20px 0 0;
    border-left: none;
  }

  .footer_sns_list {
    width: 95%;
    padding: 0 15px;
  }

  #copyright {
    padding: 50px 0 0 0;
    background-position: center top;
  }

  .cr_block:last-child {
    margin: 0 0 25px;
  }
}

.cl_lst .date img {
  margin: 0 0 0 4px;
  height: 14px;
}

iframe {
  max-width: 100%;
}