@charset "UTF-8";


/* ------------------------------
 * media layout
 * ------------------------------ */
html {
  background-color: #fff;
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
}

body {
  color: #444;
  font-size: 14px;
  font-family: Heebo, "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body.pt {
  padding-top: 70px;
}
body.pt.preview {
  padding-top: 110px;
}

@media (max-width: 767px) {
  body.pt {
    padding-top: 60px;
  }
}
a {
  color: #444;
  text-decoration: none;
}




/* ------------------------------
 * header
 * ------------------------------ */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 1);
  transition: all .2s ease;
  border-bottom: 1px solid #000;
}
header.hideClass {
  top: -100px;
}
header.bg_white {
  background-color: #fff;
}
header .obi {
  width: 1140px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}


@media (max-width: 1140px) {
  header .obi {
    width: 100%;
    height: 60px;
    padding: 0 15px;
  }
}


@media (max-width: 767px) {
  header .obi {
    padding: 0;
  }
  header {
    border-bottom: none;
  }
}



/* ------------------------------
 * header_left
 * ------------------------------ */
header .header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}




/* ------------------------------
 * header_logo
 * ------------------------------ */
header .header_logo {}
header .header_logo h1 {}
header .header_logo h3 {
  font-size: 10px;
  margin-bottom: 8px;
}




/* ------------------------------
 * header_archive
 * ------------------------------ */
header .header_archive {
  margin-left: 60px;

}
header .header_archive ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header_archive ul li {
  margin-right: 40px;
}
header .header_archive ul li a {
  color: #444;
  text-decoration: none;
  position: relative;
}
header .header_archive ul li a.open {
  color: #FEDF32;
}
header .header_archive ul li a.open::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  content: '';
  width: calc(100% + 17px);
  height: 4px;
  background: #FEDF32;
  border-radius: 2px;
}

header .header_archive ul .child {
  display: none;
  position: absolute;
  z-index: 1;
  /*background-color: rgba(255, 255, 255, 0.90);*/
  background-color: #fff;
  padding: 22px 0 0 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 2px 2px 4px #999;
  width: 1140px;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
header .header_archive ul .child_show {
  display: block;
}
header .header_archive ul .child .inner {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

header .header_archive ul .child .inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}
header .header_archive ul .child .inner ul li {
  margin-right: 18px;
  margin-bottom: 14px;
  width: 112px;
}
header .header_archive ul .child .inner ul li:nth-child(8n) {
  margin-right: 0;
}
header .header_archive ul .child .inner ul li a {
  color: #000;
}
header .header_archive ul .child .inner ul li a:hover {
  opacity: 0.7;
}
header .header_archive ul .child .inner ul li img {
  width: 112px;
  border-radius: 4px;
  margin-bottom: 6px;
}
header .header_archive ul .child .inner ul li div.no_image {
  width: 112px;
  height: 84px;
  background-color: #F8F8F8;
  border-radius: 4px;
  text-align: center;
  line-height: 84px;
  margin-bottom: 6px;
}
header .header_archive ul .child .inner ul li div.name {
  text-align: center;
  width: 100%;
  font-size: 14px;
}





/* ------------------------------
 * header_right
 * ------------------------------ */
header .header_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .header_right a.favorite {
  text-decoration: none;
  border-right: 1px solid #DFDCDC;
  padding-right: 12px;
  padding-left: 18px;
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_favorite_done.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
}
header .header_right button.js-modal-open,
header .header_right a.js-modal-open {
  margin-left: 12px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  padding-left: 18px;
  background-color: transparent;
}
header .header_right button.js-modal-open:hover {
  cursor: pointer;
}
header .header_right button.menu-lang,
header .header_right a.menu-lang {
  background-image: url(../img/front_log/common/menu_lang.png);
}
header .header_right button.menu-currency,
header .header_right a.menu-currency {
  background-image: url(../img/front_log/common/menu_coin.png);
}




/* ------------------------------
 * keyword_search
 * ------------------------------ */
#keyword_search {
  background-color: #F5F5F5;
  border-radius: 4px;
  background-image: url(../img/front_log/common/head_ico_search.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 36px;
  padding-left: 36px;
  width: 190px;
  height: 36px;
  margin-right: 18px;
  position: relative;
}
#keyword_search input[name="keyword"] {
  border: none;
  background-color: transparent;
  height: 36px;
}
#keyword_search .is_display {
  display: block !important;
}
#keyword_search .tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  transition: opacity 500ms;
  width: 320px;
  top: 40px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 2px 2px 4px #999;
}
#keyword_search .tooltip .ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #F5F5F5;
}
#keyword_search .tooltip .ttl h4 {
  font-size: 16px;
  font-weight: bold;
}
#keyword_search .tooltip .ttl a.all_remove {
  color: #FEDF32;
}
#keyword_search .tooltip ul {
  margin-bottom: 16px;
}
#keyword_search .tooltip ul li {
  position: relative;
}
#keyword_search .tooltip ul li:hover {
  background-color: #F8F8F8;
}
#keyword_search .tooltip ul li a.research {
  display: block;
  padding: 8px 20px 8px 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#keyword_search .tooltip ul li a.research:hover {}
#keyword_search .tooltip ul li a.remove {
  width: 16px;
  height: 16px;
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_remove.png');
  background-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#keyword_search .tooltip ul li a.remove:hover {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_remove_black.png');
}
#keyword_search .tooltip p.close {
  text-align: right;
  padding: 0 10px;
}
#keyword_search .tooltip p.close a {
  color: rgb(0, 102, 204);
  text-decoration: underline;
}



@media (max-width: 1140px) {
  header .header_archive {
    margin-left: 20px;
  }
  #keyword_search {
    width: 160px;
    margin-right: 12px;
  }
}



/* ----- arrow ----- */
.arrow_r_b:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -14px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}
.arrow_r_b.open:after {
  top: 7px;
  transform: rotate(-135deg);
}


.arrow_r_r {
  position: relative;
}
.arrow_r_r:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(-45deg);
}









/* ----- wrapper ----- */
.wrapper {
  width: 1140px;
  margin: 0 auto;
}
.wrapper.flex > .main {
  width: 715px;
}
.wrapper.flex > .sidebar {
  width: 345px;
  word-break: break-all;
}
.wrapper.flex > .sidebar .sidebar__fixed {
  /*
  position: sticky;
  top: 0;
  z-index: 1;
  */
}




@media (max-width: 1140px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
   }
  .wrapper.cover {
    padding: 0;
   }
  .wrapper.flex > .main {
    width: 69%;
  }
  .wrapper.flex > .sidebar {
    width: 29%;
  }
}



@media (max-width: 767px) {
  .wrapper {
    padding: 0;
   }

  /* ------------------------------
   * header_sp
   * ------------------------------ */
  .header_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
  }


  /* ------------------------------
   * gnavi_btn
   * ------------------------------ */
  .gnavi_btn {
    width: 30px;
    height: 34px;
    margin-top: 8px;
    transition-duration: .4s;
    z-index: 999;
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/head_menu.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left bottom;
  }
  .gnavi_btn.open {
    background: rgba(0, 0, 0, 0);
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/menu_close.png');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left bottom;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 19px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 60%;
  }
  .gnavi_btn.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    height: 0.5px;
  }
  .gnavi_btn.open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi_btn.open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    height: 0.5px;
    width: 100%;
  }




  /* ------------------------------
   * navi
   * ------------------------------ */
  .gnavi {
    width: 100%;
    height: 0vh;
    position: absolute;
    top: 60px;
    right: 0;
    background: rgba(255,255,255,1.0);
    transition: 0.4s;
    z-index: 999;
    padding: 0;
    overflow: hidden;
  }
  .gnavi.active {
    height: 100vh;
  }
  .gnavi nav {
    margin: 0;
    padding-top: 20px;
    overflow-y: scroll;
    height: calc(100vh - 80px);
  }


  /* ------------------------------
   * nav-header
   * ------------------------------ */
  .gnavi nav .nav-header p.favorite {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .gnavi nav .nav-header p.favorite a {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #FF7474;
    width: 100%;
    border-radius: 20.5px;
  }
  .gnavi nav .nav-header p.favorite a:hover {
    background-color: #FF7474;
    color: #fff;
  }
  .gnavi nav .nav-header p.favorite a span {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_favorite_done.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    padding-left: 18px;
  }
  .gnavi nav .nav-header ul {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .gnavi nav .nav-header ul li {
    border-bottom: 1px solid #DFDCDC;
  }
  .gnavi nav .nav-header ul li a {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 4em;
    display: block;
    color: #444;
    text-decoration: none;
  }
  .gnavi nav .nav-header ul li a:hover {
    background-color: #F8F8F8;
  }
  .gnavi nav .nav-header ul li a.accordion {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/menu_open_sp.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 30px center;
  }
  .gnavi nav .nav-header ul li a.accordion-selected {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/menu_close_sp.png');
  }


  /* ------------------------------
   * nav-header sub
   * ------------------------------ */
  .gnavi nav .nav-header ul li div.sub {}
  .gnavi nav .nav-header ul li div.sub ul {}
  .gnavi nav .nav-header ul li div.sub ul li {
    width: calc(100% - 46px);
  }
  .gnavi nav .nav-header ul li div.sub ul li:last-child {
    border-bottom: none;
  }
  .gnavi nav .nav-header ul li div.sub ul li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 2.5em;
    padding-left: 10px;
  }
  .gnavi nav .nav-header ul li div.sub ul li ul.child {
    display: none;
  }


  /* ------------------------------
   * nav-header sub media_category
   * ------------------------------ */
  .gnavi nav .nav-header ul li div.sub ul.media_category {}
  .gnavi nav .nav-header ul li div.sub ul.media_category div.inner {
    display: flex;
    justify-content: flex-start;
  }
  .gnavi nav .nav-header ul li div.sub ul.media_category div.inner div.thumb {
    margin-right: 6px;
  }
  .gnavi nav .nav-header ul li div.sub ul.media_category div.inner div.thumb img {
    width: 24px;
  }


  /* ------------------------------
   * nav-header modal-menu
   * ------------------------------ */
  .gnavi nav .nav-header p.modal-menu {
    line-height: 36px;
    padding-left: 15px;
  }
  .gnavi nav .nav-header a.js-modal-open {
    margin-left: 12px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    padding-left: 18px;
    font-size: 13px;
  }
  .gnavi nav .nav-header a.menu-lang {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/menu_lang.png');
  }
  .gnavi nav .nav-header a.menu-currency {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/menu_coin.png');
  }


  /* ------------------------------
   * nav-footer
   * ------------------------------ */
  .gnavi nav .nav-footer {
    background-color: #444;
    padding: 15px 30px;
    margin-top: 60px;
  }
  .gnavi nav .nav-footer div.sns {
    margin-bottom: 12px;
  }
  .gnavi nav .nav-footer div.sns a {
    margin-right: 6px;
  }
  .gnavi nav .nav-footer ul li {
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding-bottom: 6px;
    width: 50%;
  }
  .gnavi nav .nav-footer ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    padding-left: 4px;
  }
  .gnavi nav .nav-footer ul li a:before {
    content: '■';
    margin-right: 4px;
  }




  /* --------------- *\
   * .blackout
  \* --------------- */
  .blackout{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .blackout__bg {
    background: rgba(0,0,0,0.6);
    height: 100vh;
    width: 100%;
  }


  /* ------------------------------
   * keyword_sp_content
   * ------------------------------ */
  #keyword_sp_content {
    background-color: #fff;
    height: 60px;
    position: absolute;
    top: 0;
    /*left: 0;*/
    width: 100%;
    /*transition: all .3s ease;*/
  }
  #keyword_sp_content.open {
    /*right: 0;*/
  }
  #keyword_sp_content .input_field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    /*position: relative;*/
  }
  #keyword_sp_content .input_field form {
    width: calc(100% - 40px);
  }

  #keyword_sp_content .input_field form #keyword_search_sp {
    background-color: #F5F5F5;
    border-radius: 4px;
    background-image: url(../img/front_log/common/head_ico_search.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 36px;
    padding: 0 36px 0 12px;
    width: 100%;
    height: 36px;
    margin-right: 18px;
    border-radius: 6px;
  }
  #keyword_sp_content .input_field form #keyword_search_sp input#keyword {
    border: none;
    background-color: transparent;
    height: 36px;
    font-size: 16px;
  }
  #keyword_sp_content .input_field form #keyword_search_sp input::placeholder {
    color: #DFDCDC;
  }



  /* ------------------------------
   * keyword_sp_content tooltip
   * ------------------------------ */
  #keyword_sp_content .input_field form #keyword_search_sp .is_display {
    display: block !important;
    transition: all 0.6s ease;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip {
    display: none;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 100%;
    top: 60px;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;

    transition: all 0.6s ease;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip .ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #F5F5F5;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip .ttl h4 {
    font-size: 16px;
    font-weight: bold;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip .ttl a.all_remove {
    color: #FEDF32;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul {
    margin-bottom: 16px;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li {
    position: relative;
    padding: 0 10px;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li:hover {
    background-color: #F8F8F8;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li a.research {
    display: block;
    padding: 6px 18px 6px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li a.research:hover {}
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li a.remove {
    width: 16px;
    height: 16px;
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_remove.png');
    background-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip ul li a.remove:hover {
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/ico_remove_black.png');
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip p.close {
    text-align: right;
    padding: 0 10px;
  }
  #keyword_sp_content .input_field form #keyword_search_sp .tooltip p.close a {
    color: rgb(0, 102, 204);
    text-decoration: underline;
  }



  /* ------------------------------
   * keyword_sp_close
   * ------------------------------ */
  #keyword_sp_content .input_field #keyword_sp_close {
    width: 30px;
    height: 19px;
  }
  #keyword_sp_content .input_field #keyword_sp_close span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #keyword_sp_content .input_field #keyword_sp_close {
    position: relative;
    width: 30px;
    height: 19px;
  }
  #keyword_sp_content .input_field #keyword_sp_close span {
    position: absolute;
    width: 100%;
    background-color: #444;
  }
  #keyword_sp_content .input_field #keyword_sp_close span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    height: 0.5px;
  }
  #keyword_sp_content .input_field #keyword_sp_close span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    height: 0.5px;
  }






  /* ------------------------------
   * wrapper
   * ------------------------------ */
  .wrapper {
    width: 100%;
  }
  .content {
    margin-top: 0;
  }
  .wrapper.flex {}
  .wrapper.flex > .main {
    width: 100%;
  }
  .wrapper.flex > .sidebar {
    width: 100%;
  }
}









/* ------------------------------
 * fav_btn
 * ------------------------------ */
.fav_btn {
  background-image: url(../img/front_log/common/ico_favorite.png);
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
}
.fav_btn.on {
  background-image: url(../img/front_log/common/ico_favorite_done.png);
}





/* --------------- *\
 * .zoom_in
\* --------------- */
.zoom_in img {
  transform: scale(1);
  transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoom_in a:hover img{
  transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

/*画像のマスク*/
.mask{
  display: block;
  line-height: 0;/*行の高さを0にする*/
  overflow: hidden;/*拡大してはみ出る要素を隠す*/
  border-radius: 0;
}





/* --------------- *\
 * .button
\* --------------- */
.button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  /*margin: 0 auto;*/
  background-color: #ffdb14;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  text-decoration: none;
}
.button.orange {
  background-color: #E3774A;
  color: #fff;
}




/* --------------- *\
 * table
\* --------------- */
table {
  width: 100%;
  border-bottom: 1px solid #838383;
  word-wrap: break-word;
  word-break: break-all;
}
table th {
  background-color: #333;
}
table th,
table td {
  border-top: 1px solid #838383;
  padding: 10px 15px;
  vertical-align: top;
}




/* --------------- *\
 * .modal
\* --------------- */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  z-index: 999;
}
.modal__bg{
  background: rgba(0,0,0,0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content,
.content__transparent {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-height: 80%;
  border-radius: 6px;
}
.modal__content {
  background: #fff;
}
.content__transparent {
  background: transparent;
}
.content__transparent.small{
  width: 400px;
}
.content__transparent.large {
  width: 80%;
}
.content__transparent.full {
  width: 100%;
}
#modal__header {
  height: 48px;
  text-align: center;
}
#modal__header h1 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#modal__container {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#modal__iframe iframe {
  width: 100%;
  height: 50vh;
  border-radius: 6px;
  border: 1px solid #838383;
}
#modal__iframe iframe.large {
  height: 80vh;
}
#modal__iframe iframe.full {
  height: 100vh;
}




/* --------------- *\
 * .modal_form_header
\* --------------- */
.modal_form_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
.modal_form_header h1{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.modal_form_header h1 span {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 4px 0 4px 22px;
}
.modal_form_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}







/* --------------- *\
 * .loading
\* --------------- */
.loading {
  text-align: center;
}
.loading img {}




@media (max-width: 767px) {
  .modal__content{
    width: 90%;
    max-height: 90%;
  }
}






/* --------------- *\
 * colorbox
\* --------------- */
#colorbox_header {
  height: 48px;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: calc(100% - 20px);
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
#colorbox_header h2 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
#colorbox_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#colorbox_container {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}






/* --------------- *\
 * ul_change_locale
\* --------------- */
.ul_change_locale {
  padding: 20px 0;
  font-size: 14px;
  display: flex;
}
.ul_change_locale li {
  width: 33.3% !important;
  margin-bottom: 20px;
  text-align: center;
}
.ul_change_locale li:not(:nth-child(3n)) {
  border-right: 1px solid #ccc;
}
.ul_change_locale a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.ul_change_locale a:hover {
  text-decoration: underline;
}



/* --------------- *\
 * tippy
\* --------------- */
img.tippy_img {
  width: 26px;
  vertical-align: middle;
}
img.tippy_img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.tippy-tooltip.ue-theme{
  color:#d70d0d;
  background-color:#fff;
  text-align: left;
}
.tippy-tooltip.ue-theme[data-placement^=top]>.tippy-arrow{
  border-width:8px 8px 0;
  border-top-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=bottom]>.tippy-arrow{
  border-width:0 8px 8px;
  border-bottom-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=left]>.tippy-arrow{
  border-width:8px 0 8px 8px;
  border-left-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=right]>.tippy-arrow{
  border-width:8px 8px 8px 0;
  border-right-color:#fff;
}



/* --------------- *\
 * .slider
\* --------------- */
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slider .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  cursor: pointer;
}




/* --------------- *\
 * .breadcrumb
\* --------------- */
.breadcrumb {
  color: #666;
  margin: 16px 0;
}
.breadcrumb ul {
  display: flex;
  font-size: 13px !important;
}
.breadcrumb li:not(:last-child)::after {
  content: ">" !important;
  display: inline-block !important;
  margin: 0 10px !important;
  flex-shrink: 0;
}
.breadcrumb a {
  color: #666;
  text-decoration: underline;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }
  .breadcrumb ul {
    font-size: 12px !important;
  }
  .breadcrumb li {
    flex-shrink: 0;
  }
}


/* --------------- *\
 * .pager
\* --------------- */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager span {
  color: #DFDCDC;
}
.pager span a {
  display: block;
  padding: 8px;
  color: #DFDCDC;
  text-decoration: none;
  padding: 0 6px;
}

.pager span.numbers {
  margin: 0 6px;

  padding: 0 6px;
}
.pager span.active,
.pager span.numbers a:hover {
  color: #444;
  border-bottom: 1px solid #444;
}

.pager span.first img,
.pager span.prev img,
.pager span.next img,
.pager span.last img {
  width: 24px;
}




@media (max-width: 767px) {
  .pager {}
  .pager span {
    margin: 5px;
  }
  .pager span a {
    display: block;
    color: #DFDCDC;
    text-decoration: none;
    padding: 0;
  }
  .pager span.active,
  .pager span:hover {
    font-weight: bold;
  }
}



/* --------------- *\
 * form
\* --------------- */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  height: 40px;
  background-color: #fff;
  color: #444;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  border: 1px solid #333;
  border-radius: 4px;
  background-image: url(../img/front/common/arr_s_b_ccc.png);
  background-size: 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #333;
  color: #ccc;
  height: 40px;
}
select::-ms-expand {
    display: none;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus{
  border: 1px solid #838383;
  outline: none;
}
.required {
  color: #d70d0d;
}
.error-message {
  color: #d70d0d;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
  }
}





/* ----- #scrolltop ----- */
#scrolltop {
  text-align: center;
}



/* ----- no_published_img ----- */
.no_published_img img,
img.no_published_img {
  width: 100%;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1);
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><filter id="grayscale"><fecolormatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"></fecolormatrix></filter></defs></svg>#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

/* .lazy */
img.lazy {}



/* --------------- *\
 * error
\* --------------- */
#error {
  padding: 100px 0 60px;
  font-size: 14px;
}
#error .box_shadow {
  margin-top: 30px;
  border-top: 6px solid #ffdb14;
  padding: 40px;
  background-color: #000;
}
#error .box_shadow h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #error {}
  #error .box_shadow {
    padding: 20px;
  }
  #error .box_shadow h3 {
    font-size: 24px;
    line-height: 24px;
  }
}



/* --------------- *\
 * font
\* --------------- */
.font_yellow {
  color: #FEDF32;
}



/* --------------- *\
 * footer
\* --------------- */
footer {
  margin-top: 20px;
  background-color: #444444;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .bg_gray {
  background-color: #F8F8F8;
  padding: 30px 0;
  color: #444;
}
footer .bg_gray a {
  color: #444;
}




@media (max-width: 767px) {
  footer {
    margin-top: 0;
  }
  footer .wrapper {
    width: 100%;
    margin-top: 0 !important;
    padding: 0 15px 20px 15px;
  }
}



/* --------------- *\
 * prefectures
\* --------------- */
footer .prefectures {}
footer .prefectures h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .prefectures a:hover {
  text-decoration: underline;
}
footer .prefectures ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .prefectures ul li {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
footer .prefectures ul li h4 {
  font-size: 14px;
  font-weight: bold;
  width: 20%;
  margin-right: 6px
}
footer .prefectures ul li ul {
  justify-content: flex-start;
  width: 80%;
}
footer .prefectures ul li ul li {
  width: auto;
}
footer .prefectures ul li ul li:not(:last-child):after {
  content: '|';
  margin: 0 6px;
}

footer .adsenses {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
footer .adsenses .adsense {
  width: 32%;
}



@media (max-width: 767px) {
  footer .bg_gray {
    padding: 0;
  }
  footer .prefectures {
    border-top: 1px solid #DFDCDC;
    padding-top: 20px;
  }
  footer .prefectures ul {
    display: block;
  }
  footer .prefectures ul li {
    width: 100%;
    display: block;
  }
  footer .prefectures ul li h4 {
    font-size: 12px;
    min-width: 100%;
    margin-bottom: 3px;
  }
  footer .prefectures ul li ul {
    display: flex;
  }
  footer .prefectures ul li ul li {
    margin-bottom: 0;
  }
  footer .prefectures ul li ul li a {
    font-size: 12px;
  }
  footer .prefectures ul li ul li:not(:last-child):after {
    margin: 0 4px;
  }
}



/* --------------- *\
 * footer_link
\* --------------- */
footer .footer_link {
  border-bottom: 1px solid #DFDCDC;
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_link .footer_menu {}
footer .footer_link .footer_menu h2 {
  margin-bottom: 40px;
}
footer .footer_link .footer_menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .footer_link .footer_menu ul li {
  margin-bottom: 10px;
  margin-right: 40px;
}
footer .footer_link .footer_menu ul li:before {
  content: '■';
  margin-right: 6px;
}
footer .footer_link .footer_menu ul li a {}
footer .footer_link .footer_menu ul li a:hover {
  text-decoration: underline;
}
footer .footer_link .footer_function {
  width: 157px;
}
footer .footer_link .footer_function h3 {
  margin-bottom: 4px;
}
footer .footer_link .footer_function div:not(.sns) button,
footer .footer_link .footer_function div:not(.sns) a {
  display: block;
  color: #fff;
  background-color: #353535;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 10px;
}
footer .footer_link .footer_function div:not(.sns) button:hover {
  cursor: pointer;
}
footer .footer_link .footer_function div.currency {
  margin-bottom: 20px;
}
footer .footer_link .footer_function div.sns {
  text-align: right;
}
footer .footer_link .footer_function div.sns a {
  margin-left: 8px;
}
footer .footer_link .footer_function div.sns a img {
  width: 20px;
}
footer .to_deep {
  text-align: center;
  padding: 20px 0;
}
footer .to_deep img {
  width: 300px;
  margin-bottom: 4px;
}
footer .to_deep p,
footer .to_deep p a {
  color: #999;
}
footer .to_deep p a {
  text-decoration: underline;
}
footer .to_deep p span {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/open_in_new_gl.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 12px;
}
footer .copy {
  text-align: center;
  background-color: #000;
  font-size: 10px;
  color: #fff;
  padding: 4px 0;
}



@media (max-width: 1140px) {
  footer .footer_link {
    padding: 40px 15px 20px 15px;
  }
}


@media (max-width: 767px) {
  footer .footer_link {
    border-bottom: none;
    display: block;
    padding: 30px 15px 0 15px;
  }
  footer .footer_link .footer_menu h2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  footer .footer_link .footer_menu h2 div.sns a {
    margin-right: 4px;
  }
  footer .footer_link .footer_menu ul {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  footer .footer_link .footer_menu ul li {
    width: 49%;
    margin-bottom: 6px;
    margin-right: 0;
  }
  body.en footer .footer_link .footer_menu ul li {
    width: 100%;
  }
  footer .footer_link .footer_function {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer_link .footer_function div.lang,
  footer .footer_link .footer_function div.currency{
    width: 47%;
    margin-bottom: 0;
  }
  footer .footer_link .footer_function h3 {
    font-size: 12px;
  }
  footer .footer_link .footer_function div:not(.sns) a {
    margin-bottom: 0;
  }
  footer .to_deep img {
    width: 222px;
  }
  footer .to_deep p,
  footer .to_deep p a {
    font-size: 12px;
  }
}









#media {}



/* ------------------------------
 * fav_login_alert
 * ------------------------------ */
#fav_login_alert {}
#fav_login_alert .modal__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  padding: 40px 70px;
}
#fav_login_alert .modal__content .left {
  width: 260px;
}
#fav_login_alert .modal__content .right {
  width: 260px;
}
#fav_login_alert .modal__content .right p.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#fav_login_alert .modal__content .right p.text {
  margin-bottom: 20px;
}
#fav_login_alert .modal__content .right p.login {
  margin-bottom: 10px;
}
#fav_login_alert .modal__content .right p.create {
  margin-bottom: 10px;
}
#fav_login_alert .modal__content .right p.cancel {
  text-align: center;
}
#fav_login_alert .modal__content .right p.cancel a {
  text-decoration: underline;
  color: #FEDF32;
}





/* --------------- *\
 * cover slick
\* --------------- */
.cover {
  position: relative;
  margin: 40px auto 60px auto;
}
.cover .curtain_white {
  background: rgba(255,255,255,0.6);
  height: 100%;
  width: 160px;
  position: absolute;
  top: 0;
  z-index: 9;
}
.cover .curtain_white.left {
  left: 0;
}
.cover .curtain_white.right {
  right: 0;
}
.cover .slide_img {
  padding: 0 10px;
  position: relative;
}
.cover .slide_img div.gradation {
  position: absolute;
  top: 0;
  left: 10px;
  background: linear-gradient(180deg, rgba(55, 6, 6, 0) 58.33%, rgba(74, 7, 7, 0.3) 100%);
  width: calc(100% - 20px);
  height: 100%;
}
.cover .slide_img .mask {}
.cover .slider .slide_img p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  bottom: 40px;
  padding: 0 30px;
  z-index: 9;
}
.slick-dots {
  bottom: -28px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  content: '●';
  font-size: 10px;
}
.slick-dots li.slick-active button::before {
  color: #FEDF32;
}


@media (max-width: 1140px) {
  .cover .curtain_white {
    /*width: 100px;*/
  }
}
@media (max-width: 767px) {
  .cover.wrapper {
    padding: 0;
  }
  .cover {
    margin: 0 auto 40px auto;
  }
  .cover .curtain_white {
    background: rgba(255,255,255,0.0);
    width: 0px;
    z-index: 0;
    /*display: none;*/
  }
  .cover .slide_img {
    padding: 0;
  }
  .cover .slide_img div.gradation {
    left: 0;
    width: 100%;
  }
  .cover .slide_img img {}
  .cover .slider .slide_img p {
    font-size: 16px;
    bottom: 12px;
    padding: 0 12px;
  }
}




/* ------------------------------
 * media_articles
 * ------------------------------ */
#media_articles {}
#media_articles .articles.new {}
#media_articles .articles.new h3 {
  padding-bottom: 16px;
  /*margin-bottom: 20px;*/
}
#media_articles .articles.favorite h1.search,
#media_articles .articles.new h1.search {
  border-bottom: 2px solid #FEDF32;
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}


@media (max-width: 767px) {
  #media_articles .articles.favorite h1.search,
  #media_articles .articles.new h1.search {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  #media_articles .articles.new h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}




/* --------------- *\
 * articles
\* --------------- */
.articles {
  margin-bottom: 50px;
}
.articles.new {
  margin-bottom: 70px;
}
.articles h3 {
  font-size: 18px;
  font-weight: bold;
}


@media (max-width: 767px) {
  .articles {
    padding: 0 15px;
  }
  .articles h3 {
    text-align: center;
  }
}


/* --------------- *\
 * #media list
\* --------------- */
.media_list {}
.media_list li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.media_list li:not(:last-child) {
  border-bottom: 1px solid #DFDCDC;
}
.media_list li .media_img {
  width: 100px;
  height: 100px;
}
.media_list li .media_img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.media_list li .media_info {
  width: calc(100% - 110px);
}
.media_list li .media_info .title {
  position: relative;
  margin-bottom: 6px;
}
.media_list li .media_info .title h4 {
  padding-right: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media_list li .media_info .title h4 a:hover {
  text-decoration: underline;
}
.media_list li .media_info .title .fav_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.media_list li .media_info .posted_date {
  text-align: right;
}

.to_new_articles {
  text-align: right;
}
.to_new_articles a {
  padding-right: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #444;
}



@media (max-width: 767px) {
  .media_list {
    margin-bottom: 20px;
  }
  .media_list li .media_info .title h4 {
    font-size: 14px;
  }
}




/* --------------- *\
 * media_categories
\* --------------- */
.media_categories {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media_categories a {}
.media_categories a:hover {
  text-decoration: underline;
}
.media_categories span {
  margin-right: 8px;
}
.media_categories span:before {
  content: '#';
}



/* --------------- *\
 * outline
\* --------------- */
ul.media_list .outline {
  line-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 6px 0 6px 0;
  font-size: 12px;
}




/* --------------- *\
 * posted_date
\* --------------- */
.posted_date {
  color: #DFDCDC;
  font-size: 10px;
}




/* --------------- *\
 * articles recommend
\* --------------- */
.articles.recommend {}
.articles.recommend h3 {
  margin-bottom: 10px;
}
.articles.recommend div.list {}
.articles.favorite ul,
.articles.recommend ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.articles.favorite ul li,
.articles.recommend ul li {
  width: 160px;
  height: 320px;
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}
.articles.favorite ul li:nth-child(4n),
.articles.recommend ul li:nth-child(4n) {
  margin-right: 0;
}
.articles.favorite ul li .thumb,
.articles.recommend ul li .thumb {
  margin-bottom: 10px;
}
.articles.recommend ul li .thumb img {}
.articles.favorite ul li h4,
.articles.recommend ul li h4 {
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.articles.favorite ul li h4 a:hover,
.articles.recommend ul li h4 a:hover {
  text-decoration: underline;
}
.articles.favorite ul li div.category,
.articles.recommend ul li div.category {
  height: 32px;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.articles.favorite div.posted_date,
.articles.recommend div.posted_date {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.articles.favorite div.posted_date p,
.articles.recommend div.posted_date p {
  width: calc(100% - 24px);
}
.articles.recommend #page_more {
  text-align: left;
}
.articles.recommend #page_more .loading {
  text-align: center;
}
.articles.recommend #page_more #next_btn img {
  width: 106px;
}




@media (max-width: 1140px) {
  .articles.favorite ul li,
  .articles.recommend ul li {
    width: 25%;
    height: auto;
    padding-right: 10px;
    margin-right: 0;
  }
  .articles.favorite ul li:nth-child(4n),
  .articles.recommend ul li:nth-child(4n) {
    /*padding-right: 0;*/
  }
  .articles.favorite ul li h4,
  .articles.recommend ul li h4 {
    font-size: 13px;
    height: 54px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .media_categories {
    font-size: 10px;
    height: 30px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .articles.favorite div.posted_date,
  .articles.recommend div.posted_date {
    position: static;
  }
}




@media (max-width: 767px) {
  .media_list li {
    border-bottom: 1px solid #DFDCDC;
    padding: 20px 0 8px 0;
  }
  .media_list li .media_info .title h4 {
    padding-right: 26px;
    line-height: 21px;
  }
  .to_new_articles {
    text-align: center;
  }
  .to_new_articles a {
    font-size: 12px;
    padding-right: 18px;
    border-bottom: none;
  }
  .arrow_r_r:after {
    top: 3px;
  }
  .articles.favorite ul,
  .articles.recommend ul {
    justify-content: space-between;
  }
  .articles.favorite ul li,
  .articles.recommend ul li {
    width: 45%;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
    padding-right: 0;
  }
  .articles.recommend #page_more {
    text-align: center;
  }
  .media_categories {
    -webkit-line-clamp: 1;
    height: 15px;
    margin-bottom: 5px;
  }
}




/* ------------------------------
 * media_block
 * ------------------------------ */
#media_block {}




/* ------------------------------
 * area_cover category_cover
 * ------------------------------ */
.area_cover,
.category_cover {
  margin-bottom: 40px;
}
.area_cover .cover,
.category_cover .cover {
  position: relative;
  margin: 0 0 20px 0;
}
.area_cover .cover img {}
.area_cover .cover .no_image,
.category_cover .cover .no_image {
  width: 100%;
  height: 400px;
  background-color: #F8F8F8;
}
.area_cover .cover h1,
.category_cover .cover h1 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.area_cover ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.area_cover ul li {
  margin-right: 12px;
  margin-bottom: 10px;
}
.area_cover ul li a {
  display: inline-block;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid #DFDCDC;
  width: 105px;
  /*padding: 0 32px;*/
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.area_cover ul li a:hover {
  text-decoration: underline;
}
.area_cover ul li a span {
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/aria_ico_pin.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  padding-left: 14px;
}
.area_cover ul li a span img.icon {
  width: 12px;
  position: absolute;
  left: -15px;
  top: 2px;
}


@media (max-width: 1140px) {
  .area_cover .cover .no_image,
  .category_cover .cover .no_image {
    height: 350px;
  }
}


@media (max-width: 767px) {
  .area_cover,
  .category_cover {
    margin-bottom: 0;
  }
  .area_cover .cover,
  .category_cover .cover {
    margin: 0 0 30px 0;
  }
  .area_cover .cover h1,
  .category_cover .cover h1 {
    font-size: 28px;
  }
  .area_cover .cover .no_image,
  .category_cover .cover .no_image {
    height: 250px;
  }

  .area_cover  ul {
    padding: 0 7.5px;
    margin-bottom: 24px;
  }
  .area_cover ul li {
    width: 33.3%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 7.5px;
  }
  .area_cover ul li a {
    width: 100%;
  }
}



/* --------------- *\
 * media_category_children
\* --------------- */
.media_category_children {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.media_category_children li {
  margin-right: 10px;
  margin-bottom: 4px;
}
.media_category_children li a {
  display: block;
  padding: 2px 16px;
  background-color: #FBFCF8;
  border: 1px solid #DFDCDC;
  border-radius: 16px;
  font-size: 12px
}
.media_category_children li a:hover {
  text-decoration: underline;
  background-color: #DFDCDC;
}
.media_category_children li a span:before {
  content: '#';
}


@media (max-width: 767px) {
  .media_category_children {
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .media_category_children li {
    margin-right: 4px;
  }
  .media_category_children li a {
    background-color: #F8F8F8;
  }
}



/* ------------------------------
 * sidebar
 * ------------------------------ */
.sidebar article {
  margin-bottom: 40px;
}
.sidebar article h3 {
  font-size: 18px;
  font-weight: bold;
}
.sidebar article.ranking {
  margin-top: 30px;
}
.sidebar article.banner {}
.sidebar article.banner ul li:not(:last-child) {
  margin-bottom: 24px;
}


/* ------------------------------
 * media_ranking
 * ------------------------------ */
.media_ranking {}
.media_ranking li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 8px 0;
}
.media_ranking li {
  border-bottom: 1px solid #DFDCDC;
}
.media_ranking li .media_img {
  width: 86px;
  height: 86px;
  position: relative;
}
.media_ranking li .media_img img.ico_rank {
  position: absolute;
  top: -12px;
  left: 0;
}
.media_ranking li .media_info {
  width: calc(100% - 96px);
}
.media_ranking li .media_info .title {
  position: relative;
}
.media_ranking li .media_info .title h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  padding-right: 20px;
}
.media_ranking li .media_info .title h4 a:hover {
  text-decoration: underline;
}
.media_ranking li .media_info .title .fav_btn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.media_ranking li .media_info .media_categories {
  font-size: 10px;
  height: 30px;
  line-height: 15px;
}
/*.media_ranking li .media_info .media_categories span {
  font-size: 10px;
}*/
.media_ranking li .media_info .posted_date {
  text-align: right;
}




@media (max-width: 767px) {
  article.ranking {
    padding: 0 15px;
  }
  article.ranking h3 {
    text-align: center;
  }
  article.banner {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}





/* ------------------------------
 * media_category
 * ------------------------------ */
article.category ul.media_category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article.category ul.media_category li {
  width: 49%;
  border-bottom: 1px solid #DFDCDC;
}
article.category ul.media_category li a {
  padding: 10px 5px;
  display: block;
}
article.category ul.media_category li a:hover {
  text-decoration: underline;
}
article.category ul.media_category li .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
article.category ul.media_category li .inner .thumb {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
article.category ul.media_category li .inner .name{
  font-size: 14px;
  font-weight: bold;
}



@media (max-width: 1140px) {
  article.category ul.media_category li {
    width: 100%;
  }
}



@media (max-width: 767px) {
  article.category ul.media_category li {
    width: 49%;
  }

  .sidebar article.category {
    background-color: #F8F8F8;
    padding: 20px 15px 0 15px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sidebar article.category h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sidebar article.category ul.media_category {
    border-bottom: 1px solid #DFDCDC;
    padding-bottom: 20px;
  }
  .sidebar article.category ul.media_category li {
    width: 49%;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .sidebar article.category ul.media_category li a {
    background-color: #fff;
    border-radius: 6px;
    padding: 6px 8px;
  }
  .sidebar article.category ul.media_category li .inner .name{
    font-size: 12px;
  }
}





/* ------------------------------
 * media_category
 * ------------------------------ */
article.category_children {}
article.category_children h3 {
  font-size: 15px;
}
article.category_children .media_category_children span {
  margin-right: 8px;
}
article.category_children .media_category_children span a {
  font-size: 12px;
}
article.category_children .media_category_children span a:hover {
  text-decoration: underline;
}
article.category_children .media_category_children span:before {
  content: '#';
}

@media (max-width: 767px) {
  article.category_children {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  article.category_children h3 {
    font-weight: bold;
    margin-bottom: 4px;
  }
}




/* ------------------------------
 * region_block
 * ------------------------------ */
.sidebar article.region_block {}
.sidebar article.region_block h3 {
  margin-bottom: 8px;
}
.sidebar article.region_block ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

  align-items: center;
}
.sidebar article.region_block ul li {
  width: 110px;
  background-color: #F8F8F8;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
}
.sidebar article.region_block ul li:nth-child(3n) {
  margin-right: 0;
}
.sidebar article.region_block ul li a {
  display: block;
  text-align: center;
  font-size: 12px;
}

body.en .sidebar article.region_block ul {
  justify-content: space-between;
}
body.en .sidebar article.region_block ul li {
  width: 49%;
  margin-right: 0;
  padding: 0;
}

.sidebar article.region_block ul li a span {
  border: 1px solid #fff;
  display: block;
  margin: 1px;
  padding: 6px 0;
}



@media (max-width: 1140px) {
  .sidebar article.region_block ul {
    justify-content: space-between;
  }
  .sidebar article.region_block ul li {
    width: 49%;
    margin: 0 0 8px 0;
  }
}



@media (max-width: 767px) {
  /* ------------------------------
   * sp_search region_block
   * ------------------------------ */
  .sp_search article.region_block h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 15px;
  }
  .sp_search article.region_block ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 12.5px;
    margin-bottom: 24px;
  }
  .sp_search article.region_block ul li {
    width: 33.3%;
    margin-bottom: 5px;
    padding: 0 2.5px;
  }
  .sp_search article.region_block ul li a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #F8F8F8;
    padding: 1px;
  }
  .sp_search article.region_block ul li a span {
    border: 1px solid #fff;
    display: block;
    margin: 1px;
    padding: 8px 0;
  }


    /* ------------------------------
   * sidebar region_block
   * ------------------------------ */
  .sidebar article.region_block {
    background-color: #F8F8F8;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
  }
  .sidebar article.region_block h3 {
    font-size: 14px;
    padding: 0 15px;
  }
  .sidebar article.region_block ul {
    justify-content: flex-start;
    margin: 0 10px;
  }
  .sidebar article.region_block ul li {
    width: 33.3%;
    margin-bottom: 10px;
    padding: 0 5px;
    margin-right: 0;
  }
  .sidebar article.region_block ul li a {
    font-weight: bold;
    background-color: #fff;
    padding: 1px;
  }
  .sidebar article.region_block ul li a span {
    border: 1px solid #F8F8F8;
    margin: 1px;
    /*padding: 8px 0;*/
  }


  /* ------------------------------
   * sp_search category
   * ------------------------------ */
  .sp_search article.category {
    margin-bottom: 40px;
  }
  .sp_search article.category h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 0 15px;
  }
  .sp_search article.category ul.media_category {
    padding: 0 15px;
  }
  .sp_search article.category ul.media_category li a {
    padding: 6px 2px;
  }
  .sp_search article.category ul.media_category li .inner .thumb {
    margin-right: 4px;
  }
  .sp_search article.category ul.media_category li .inner .name{
    font-size: 12px;
  }
}





/* ------------------------------
 * detail
 * ------------------------------ */
#media_detail .main h1.title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
#media_detail .main_img {
  margin-bottom: 20px;
}
#media_detail .sns_fav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#media_detail .sns_fav a:not(.fav_btn) {
  width: 335px;
  height: 24px;
  display: block;
  text-align: center;
  border-radius: 4px;
}
#media_detail .sns_fav a.fb {
  background-color: #315096;
}
#media_detail .sns_fav a.tw {
  background-color: #47ACDF;
}
#media_detail .sns_fav a.fb img,
#media_detail .sns_fav a.tw img {
  width: 24px;
  height: 24px;
}
#media_detail .banner_line {
  margin-bottom: 40px;
}
#media_detail .media_categories a {
  text-decoration: underline;
}
#media_detail .posted_date {
  margin-top: 8px;
}
#media_detail .outline {
  border-top: 1px solid #DFDCDC;
  padding: 20px 0 40px 0;
  margin-top: 20px;
  font-size: 16px;
}



@media (max-width: 1140px) {
  #media_detail .main h1.title {
    font-size: 24px;
    line-height: 28px;
  }
}



@media (max-width: 767px) {
  #media_detail .main h1.title {
    font-size: 20px;
    line-height: 26px;
    padding: 0 15px;
  }
  #media_detail .sns_fav {
    padding: 0 15px;
  }
  #media_detail .sns_fav a:not(.fav_btn) {
    width: calc(50% - 24px);
  }
  #media_detail .posted_date {
    margin-top: 0;
    padding: 0 15px;
  }
  #media_detail .outline {
    padding: 20px 0 0 0;
    margin: 10px 15px 40px 15px;
    font-size: 14px;
  }
}



/* ------------------------------
 * media_categories
 * ------------------------------ */
#media_detail .media_categories {
  margin-bottom: 6px;
}


@media (max-width: 767px) {
  #media_detail .media_categories {
    padding: 0 15px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    height: auto;
  }
}



/* ------------------------------
 * media_prefectures
 * ------------------------------ */
#media_detail ul.media_prefectures {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#media_detail ul.media_prefectures li a {
  text-decoration: underline;
  margin-right: 8px;

}


@media (max-width: 767px) {
  #media_detail ul.media_prefectures {
    padding: 0 15px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  #media_detail ul.media_prefectures li a {
    font-size: 12px;
  }
}



/* ------------------------------
 * follow_us
 * ------------------------------ */
.follow_us {
  margin-bottom: 50px;
}
.follow_us p.check {
  text-align: center;
  margin-bottom: 8px;
}
.follow_us p.check:after {
  content: '';
  background-image: url('https://api.iconify.design/clarity/cursor-arrow-solid.svg?color=%23444&height=16');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 4px 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.follow_us .button_bg {
  width: 100%;
  height: 87px;
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/followus.svg');
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: contain;
  position: relative;
}
.follow_us .button_bg ul.icons {
  position: absolute;
  left: 310px;
  display: flex;
  justify-content: space-between;
  width: 264px;
}



@media (max-width: 767px) {
  .follow_us {
    margin-bottom: 40px;
  }
  .follow_us .button_bg {
    height: 55px;
    background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/followus_sp.svg');
    background-position: center top 6px;
  }
  .follow_us .button_bg ul.icons {
    left: 44%;
    width: 40%;
  }
}



/* ------------------------------
 * table_of_contents
 * ------------------------------ */
#media_detail .table_of_contents {
  border: 1px solid #DFDCDC;
  background-color: #fff;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
#media_detail .table_of_contents h2 {
  background-color: #F8F8F8;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  padding: 8px 0 8px 24px;
  position: relative;
}
#media_detail .table_of_contents h2.accordion:hover {
  cursor: pointer;
}
#media_detail .table_of_contents h2:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 24px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}
#media_detail .table_of_contents h2.accordion-selected:after {
  top: 16px;
  transform: rotate(-135deg);
}



#media_detail .table_of_contents ol {
  margin: 20px;
}
#media_detail .table_of_contents ol li {
  margin-bottom: 6px;
  font-size: 16px;
}
#media_detail .table_of_contents ol li div.content {
  display: flex;
}
#media_detail .table_of_contents ol li div.content .no {
  font-weight: bold;
  color: #000;
  margin-right: 6px;
  white-space: nowrap;
}

#media_detail .table_of_contents ol ol{
  margin-left: 20px;
}

#media_detail .table_of_contents ol li a {
  color: #666;
  text-decoration: underline;
}
#media_detail .table_of_contents ol li a:hover {
  text-decoration: none;
}
#media_detail .table_of_contents ol li::before {}



@media (max-width: 767px) {
  #media_detail .table_of_contents {
    width: auto;
    margin: 30px 15px 0 15px;
  }
  #media_detail .table_of_contents ol li {
    font-size: 14px;
  }
}



/* ------------------------------
 * contents
 * ------------------------------ */
#media_detail .contents {
  padding-bottom: 80px;
  border-bottom: 1px solid #DFDCDC;
  margin-bottom: 60px;
}
#media_detail .contents iframe.instagram-media {
  margin: 0 auto !important;
}
#media_detail .contents .adsence {
  margin-top: 20px;
}
#media_detail .contents .content {}
#media_detail .contents .content .inner {
  text-align: justify;
  font-size: 16px;
  word-break: break-all;
}
#media_detail .contents .content .inner a {
  color: #0066cc;
  text-decoration: underline;
}
#media_detail .contents .content .inner .title {}
#media_detail .contents div.contents_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  border-bottom: 2px solid #DFDCDC;
}
#media_detail .contents div.contents_title:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 23%;
  height: 2px;
  content: '';
  background: #FEDF32;
}
#media_detail .contents h3.title {
  background-color: #F8F8F8;
  border-left: 2px solid #FEDF32;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#media_detail .contents h4.title {
  background-color: #F8F8F8;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#media_detail .contents span.font_size_16.font_bold {
  background-color: #F8F8F8;
  display: block;
  padding: 4px 8px;
}
#media_detail .contents img.content_img,
#media_detail .contents div.youtube {
  margin-bottom: 20px;
  width: 100%;
}
#media_detail .contents div.youtube {
  position: relative;
  padding-top: 56.25%;
}
#media_detail .contents div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#media_detail .contents p.body {
  margin-bottom: 20px;
  font-size: 16px;
  /*text-align: justify;*/
}
#media_detail .contents p.body a {}
#media_detail .contents .button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #DFDCDC;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}
#media_detail .contents .button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 10px solid #ffdb14;
}
#media_detail .contents p.body .button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#media_detail .contents ul.products {}
#media_detail .contents ul.products li {
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 20px;
}
#media_detail .contents ul.products li div.thumb_info {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 10px;
}
#media_detail .contents ul.products li:last-child {
  margin-bottom: 0;
}
#media_detail .contents ul.products li div.thumb_info div.thumb {
  width: 160px;
}
#media_detail .contents ul.products li div.thumb_info div.thumb img {
  border-radius: 5px;
}
#media_detail .contents ul.products li div.thumb_info div.info {
  width: calc(100% - 180px);
}
#media_detail .contents ul.products li div.thumb_info div.info h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
#media_detail .contents ul.products li div.thumb_info div.info p.area {
  font-size: 12px;
  background-image: url('https://assets.deep-exp.com/assets/img/front_log/common/tokusyu_ico_pin.png');
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 0 top 2px;
  padding-left: 18px;
  color: #666;
  margin-bottom: 6px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#media_detail .contents ul.products li div.thumb_info div.info p.tag {
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  padding-left: 2px;
}
#media_detail .contents ul.products li div.thumb_info div.info p.tag span {
  margin-right: 8px;
}
#media_detail .contents ul.products li div.thumb_info div.info p.tag span:before {
  content: '#';
  color: #FEDF32;
}
#media_detail .contents ul.products li div.thumb_info div.info span.price {
  font-size: 16px;
  font-weight: bold;
}
#media_detail .contents ul.products li div.thumb_info div.info span.price span {
  font-size: 12px;
  font-weight: normal;
}
#media_detail .contents ul.products li div.thumb_info div.info span.price span.line-through {
  text-decoration: line-through;
}
#media_detail .contents ul.products li div.thumb_info div.info p.link {
  width: 240px;
  margin-top: 12px;
}
#media_detail .contents ul.products li div.thumb_info div.info p.link a {
  padding: 10px 0;
  font-weight: bold;
}

#media_detail .contents p.to_prefecture_top {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #media_detail .contents {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #media_detail .contents .content .inner {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
  }
  #media_detail .contents h3.title {
    font-size: 16px;
    line-height: 24px;
  }
  #media_detail .contents h4.title {
    font-size: 14px;
  }
  #media_detail .contents p.body {
    font-size: 14px;
  }
  #media_detail .contents ul.products {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  #media_detail .contents ul.products li div.thumb_info div.thumb {
    width: 100px;
  }
  #media_detail .contents ul.products li div.thumb_info div.info {
    width: calc(100% - 120px);
  }
}



/* ------------------------------
 * sns_fav foot
 * ------------------------------ */
.sns_fav.foot {

}



/* ------------------------------
 * writer
 * ------------------------------ */
#media_detail .writer {
  display: flex;
  justify-content: space-between;
  padding: 16px 10px;
  margin: 40px 0;
  background-color: #efefef;
}
#media_detail .writer .thumb_title {
  display: flex;
  justify-content: flex-start;
}
#media_detail .writer .thumb_title div.thumb {
  width: 46px;
  margin-right: 24px;
}
#media_detail .writer .thumb_title div.thumb img {
  border-radius: 50%;
  width: 46px;
}
#media_detail .writer .thumb_title div.title_name {
  margin-right: 24px;
}
#media_detail .writer .thumb_title div.title_name h2.title {
  font-size: 11px;
  margin-bottom: 4px;
}
#media_detail .writer .thumb_title div.title_name h3.name {
  font-size: 16px;
  font-weight: bold;
}
#media_detail .writer div.introduction {
  width: 70%;
}
#media_detail .writer div.introduction p {
  font-size: 11px;
}



@media (max-width: 767px) {
  #media_detail .writer {
    display: block;
    margin: 0 15px;
  }
  #media_detail .writer .thumb_title {
    margin-bottom: 10px;
  }
  #media_detail .writer .thumb_title div.title_name h2.title {
    margin-bottom: 0;
  }
  #media_detail .writer div.introduction {
    width: 100%;
  }
}

.auto_trans {
  display: none;
  text-align: right;
  font-size: 10px;
}

html[lang="ja"] .auto_trans::before {
  content: '※この記事は自動翻訳を使用した文章が含まれます。';
}

html[lang="en"] .auto_trans::before {
  content: '※This article includes text that was machine-translated.';
}

html[lang="tw"] .auto_trans::before {
  content: '※This article includes text that was machine-translated.';
}

html[lang="cn"] .auto_trans::before {
  content: '※This article includes text that was machine-translated.';
}

html[lang="ko"] .auto_trans::before {
  content: '※This article includes text that was machine-translated.';
}