@charset "utf-8";
/*----------------------------------------
style_my.css

----------------------------------------*/
/* reset
----------------------------------------*/
html, body, div, span, applet, object, iframe,f
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*----------------------------------------*/
/* base
----------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-size: 10px;
  font-size: 1.0rem;
  color: #191919;
  background-color:#efefef;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  @media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a:focus, a:active, a:hover {
    outline: 0;
}
a {
   color: #191919;
   text-decoration: none;
   cursor: pointer;
}
a:hover {
   color: #191919;
   text-decoration: none;
}

/*----------------------------------------*/
/* common
----------------------------------------*/
.h1-base {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 36px;
}
.h1-base span {
  font-size: 1.8rem;
  padding-left: 1.8rem;
}
.h2-base {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 36px;
}
.h3-base {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 10px 0;
}
.h3-base-pl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 10px 24px;
}
.h4-base {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 22px;
}
.h5-base {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.caption-base {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  color: #646464;
}
.caption-gray {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  color: #969696;
}

.center {
  text-align: center;
}
.gray {
  color: #7D7D7D!important;
}
.blue {
  color: #0079C3!important;
}
.white {
  color: #FFFFFF!important;
}
.bold {
  font-weight: bold!important;
}

/* list-type */
ul.list-typeA li {
  background:transparent url(/vol1/my/images/ic_arrow.svg) 6px 9px no-repeat;
}
ul.list-typeA li a {
  border-bottom :1px solid #E8E8E8;
  color: #2A2A2A;
  margin: 0 0 0 24px;
  padding: 8px 2px;
  display: block;
  background-color: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}
ul.list-typeA li a:hover {
  background-color: #E4E8EB;
}

/* tab */
ul.tab-typeA{
  width:100%;
  border-bottom:1px solid #E8E8E8;
  margin: 1rem 0 1rem 0;
}
ul.tab-typeA:after {
  content:"";
  display:block;
  clear:both;
}
ul.tab-typeA li a{
  float: left;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em;
  color:#7D7D7D;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-bottom:1px solid transparent;
  font-size: 2em;
}
ul.tab-typeA li a:hover{
  background-color:#E4E8EB;
  color:#292929;
  border-bottom:1px solid #7B7B7B;
}
ul.tab-typeA li.active a{
  color:#292929;
  border-bottom:1px solid #7B7B7B;
}
ul.tab-typeA li.current a{
  color:#292929;
  border-bottom:1px solid #7B7B7B;
}

ul.mod-new-3 {
  width: 100%;
  letter-spacing: -.4em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 5px 23px;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.mod-new-3 li > div {
  height: 300px;
  height: auto;
  overflow: auto;
}
ul.mod-new-3 li {
  width: 32%;
  display: inline-block;
  letter-spacing: 0;
  padding: 0 0 10px 0;
  margin: 0 2% 37px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  padding-bottom: 50px;
}
ul.mod-new-3 li:nth-child(3n) {
  margin-right: 0;
}
ul.mod-new-3 li .img {
  width: 100%;
  height: auto;
  max-height: 150%;
  margin: 0 0 10px 0;
  background-color: #FFF;
  background-position: center center;
  background-size:cover;
  border: 1px solid #98ACBB;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 56%;
}
ul.mod-new-3 li p {
  padding: 13px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #7D7D7D;
  text-align: justify;
  text-justify: inter-ideograph;
}
ul.mod-new-3 li p.date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}

ul.alert-box {
}
ul.alert-box li a{
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  color:#FFF;
  font-weight: 500;
  padding: 16px;
  display: block;
  margin: 0 0 13px 0;
}
ul.alert-box li a span{
  display: block;
  padding-bottom: 3px;
}
ul.alert-box li.alert-red a{
  background-color:#B80000;
}
ul.alert-box li.alert-red a:hover{
  background-color:#9a0000;
}
ul.alert-box li.alert-green a{
  background-color:#17A5B9;
}
ul.alert-box li.alert-green a:hover{
  background-color:#108a9b;
}
.img{
position:relative;
margin:0 0 10px 0;
padding:0;
text-align:center;
}
.img .img-mask{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-image:url(/vol1/my/images/null.gif);
}

.wrap {
    overflow: hidden;
    text-align: center;
}
.container {
    display: block;
    width: 1280px;
    text-align: left;
    /*position: relative; r1 */
    margin: 0 auto;
    padding: 0 10px;
}
.wrap > .container {
    margin: 120px auto 0;
    letter-spacing: -.4em;
    /*position: relative;*/
}

/* transition */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease;
}
.fade-leave-active {
  transition: opacity 0.3s ease;
}
.fade-enter, .fade-leave-to {
  opacity: 0
}
.fade-slow-enter-active {
  transition: opacity 0.8s ease;
}
.fade-slow-leave-active {
  transition: opacity 0.4s ease;
}
.fade-slow-enter, .fade-slow-leave-to {
  opacity: 0
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

a.btn-close {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background:#2E2E2E url(/vol1/my/images/ic_close_wh.svg) center center no-repeat;
  background-size: 40px auto;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a.btn-close:hover {
  background:#005896 url(/vol1/my/images/ic_close_wh.svg) center center no-repeat;
}
a.btn-close-bl {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background:#FFF url(/vol1/my/images/ic_close_bl.svg) center center no-repeat;
  background-size: 40px auto;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a.btn-close-bl:hover {
  background:#0078C5 url(/vol1/my/images/ic_close_wh.svg) center center no-repeat;
}

#app {
  width: 100%; height: 100%;
  overflow: hidden;
}

.mod-snackbar-wrap {
  width: 100%;
  position: fixed;
  left:0;
  bottom: 50px;
}
.mod-snackbar {
  border-radius: 2px;
  margin: 0 20px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.5);
  display: block;
}
.mod-snackbar {
  background-color: #353535;
}
.mod-snackbar.alert {
  background-color: #A20000!important;
}
.mod-snackbar .inner {
  width:860px;
  padding: 8px 0;
  display: table;
  margin: 0 auto;
}
.mod-snackbar p {
  display: table-cell;
  width:auto;
  vertical-align: middle;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
.mod-snackbar.follow p {
  background: transparent url(/vol1/my/images/ic_follow_wh.svg) 0 center no-repeat;
  background-size:20px auto;
}
.mod-snackbar.bookmark p {
  background: transparent url(/vol1/my/images/ic_t_bookmark_wh.svg) 0 center no-repeat;
  background-size:30px auto;
}
.mod-snackbar.alert p {
  background: transparent url(/vol1/my/images/ic_alert_wh.svg) 0 center no-repeat;
  background-size:20px auto;
}
.mod-snackbar a.btn {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
  text-align: center;
  padding: 5px 20px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.mod-snackbar a.btn:hover {
  background-color:#444;
}
.mod-snackbar.alert a.btn:hover {
  background-color:#C11E1E;
}
@media screen and (max-width:900px) {
  .mod-snackbar .inner {
    width:100%;
    padding: 8px 8px 8px 20px;
  }
}

/* menu-box */
.mod-menu-box {
  position: relative;
  width: 232px;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
  padding: 8px 14px;
  letter-spacing: 0;
}
.mod-menu-box ul {
  width:100%;
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 5px 0;
}
.mod-menu-box ul:last-child {
  border-bottom: 0px solid #E8E8E8;
}
.mod-menu-box ul li {
  color: #434343;
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  color: #434343;
  position: relative;
  padding: 0 5px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.mod-menu-box ul li.link:hover {
  background-color: #E4E8EB;
  cursor: pointer;
}
.mod-menu-box ul li:hover {
  background-color: transparent;
  cursor: pointer;
}
.mod-menu-box ul li.check {
  background: transparent url(/vol1/my/images/ic_check.svg) 0 7px no-repeat;
  background-size:24px auto;
  padding: 0 0 0 31px;
}
.mod-menu-box ul li.check.active {
  background: transparent url(/vol1/my/images/ic_check_active.svg) 0 7px no-repeat;
  background-size:24px auto;
}
.mod-menu-box .switch {
  position: absolute;
  top:6px;
  right:0;
  width: 60px;
  height: 24px;
}
.mod-menu-box .switch input {display:none;}
.mod-menu-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 24px;
}
.mod-menu-box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 16px;
}
.mod-menu-box input:checked + .slider {
  background-color: #7AD615;
}
.mod-menu-box input:focus + .slider {
  box-shadow: 0 0 1px #7AD615;
}
.mod-menu-box input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* loading */
#loading-screen > div {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 2rem;
    z-index:200;
}
#loading-screen img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: auto;
    margin-top: -50px;
    margin-left: -50px;
}

#loading-screen p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-top: 40px;
    margin-left: -90px;
    text-align: center;
    color: #0078C6;
}


.channel-feed {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  margin: 50px 0 10px;
  border-radius: 14px;
  border: 1px solid #E1E0E1;
}

.channel-feed img {
  width: 100%;
}

.channel-feed .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-image: linear-gradient(-180deg, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0.75) 100%)
}

.channel-feed .label1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.5em;
  margin: 24px;
  font-weight: bold;
}

.channel-feed .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 24px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.8);
}

.channel-feed span {
  font-size: 1.5em;
  margin: 10px 0;
}
.channel-feed h3 {
  font-size: 2em;
  margin: 10px 0 24px;
  font-weight: bold;
}
.channel-feed p {
  font-size: 1.5em;
  line-height: 175%;
}

ul.mod-recommend li > div {
  height: auto;
}

#unsupported {
  display: none;
  display: block\9;
}

#unsupported {
  margin: 20px;
}

#unsupported * {
  padding: 10px;
}

#unsupported h1 {
  font-size: 25px;
}

#unsupported p {
  font-size: 20px;
}

#unsupported ul {
  font-size: 20px;
}

hr {
  margin-bottom: 28px;
}
.content .table-typeA {
  font-size: 2em;
}
.content .table-typeA td {
  padding-bottom: 20px;
}
.content .table-typeA p {
  font-size: 1em;
  padding-bottom: 5px;
}

.movie {
  margin-bottom: 30px;
  clear: both;
}

.mod-channel-header .author {
    font-size: 1.6em;
    line-height: 28px;
    margin-bottom: 1em;
}

.modal-section {
  margin: 20px auto;
  position: relative;
}

.modal-section .author {
  padding: 0px 100px;
  margin: 60px 0;
  line-height: 28px;
}

.modal-section .author img {
  float: left;
  width: 90px;
  border-radius: 50%;
  margin: 0 15px 15px 0;
}

.modal-section .author dt {
  font-size: 1.6em;
  font-weight: bold;
}

.modal-section .author dd {
  font-size: 1.4em;
  font-weight: bold;
}

.modal-section .author p {
  font-size: 1.4em;
  line-height: 24.5px;
  margin-left: 105px;
}

/*
 * 2018-04-12 検索結果にチャンネルを追加
 */
.search-result-channels {
  margin-left: -60px;
  margin-right: -60px;
}

@media screen and (max-width:1280px) {
  .search-result-channels {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.search-result-channels ul.mod-new-3 li {
  width: 48%;
  padding: 20px 20px 60px 20px;
  margin-bottom: 0;
  margin-right: 2%;
}

.search-result-channels ul.mod-new-3 li:nth-child(2n),
.section-recommend ul.mod-new-3 li:nth-child(2n) {
  margin-right: 0;
}

.search-result-channels ul.mod-new-3 li:hover {
  background-color: #E4E8EB;
}

ul.mod-new-3 li a.btn-follow-bk {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.search-result-channels ul.mod-new-3 li a.btn-follow-bk {
  left: 20px;
  bottom: 20px;
}

.contents ul.mod-new-3 {
  margin: 0 0 0 0;
}

.channel-list-enter-active,
.channel-list-leave-active,
.channel-list-move {
  transition: 300ms ease-in-out;
  transition-property: opacity, transform;
}
.channel-list-enter {
  opacity: 0;
  transform: translateX(50px);
}
.channel-list-enter-to {
  opacity: 1;
  transform: translateX(0);
}
.channel-list-leave-active {
  position: absolute;
}
.channel-list-leave-to {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
}

.menu.hide {
  display: none;
}

/*----------------------------------------*/
/* btn-follow
----------------------------------------*/
a.btn-follow-wh {
    display: inline-block;
    border-radius: 20px;
    background-color: #FFFFFF;
    background-image: url(/vol1/my/images/ic_follow_bk.svg);
    background-position: 13px 9px;
    background-repeat: no-repeat;
    padding: 13px 20px 12px 44px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #343434;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: 22px auto;
}
a.btn-follow-wh:hover {
    background-color: #E4E8EB;
}
a.btn-follow-bk {
    min-width: 156px;
    display: inline-block;
    border-radius: 20px;
    background: #2E2E2E url(/vol1/my/images/ic_follow_wh.svg) 13px 8px no-repeat;
    padding: 13px 13px 12px 44px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: 22px auto;
}
a.btn-follow-bk:hover {
    color: #FFF;
    background: #646464 url(/vol1/my/images/ic_follow_wh.svg) 13px 8px no-repeat;
}
a.btn-follow-bk.active {
    border:2px solid #1B7ABD;
    min-width: 156px;
    color: #0079C3;
    background: #FFFFFF url(/vol1/my/images/ic_follow_active_bl.svg) 13px 8px no-repeat;
    padding: 11px 20px 10px 44px;
}
a.btn-follow-bk.active:hover {
    color: #0079C3;
    background: #FFFFFF url(/vol1/my/images/ic_follow_active_bl.svg) 13px 8px no-repeat;
}
a.btn-follow-bk.loading {
    background: transparent url(https://cdn.mainichi.jp/vol1/my/images/loading-ring-black.svg) 50% 50% no-repeat;
    background-size: 28px;
    padding: 15px 0;
    width: 145px;
}
a.btn-follow-bl {
  display: inline-block;
  border-radius: 20px;
  background: #0078C6 url(/vol1/my/images/ic_follow_wh.svg) 13px 9px no-repeat;
  padding: 13px 20px 13px 44px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-size: 22px auto;
}
a.btn-follow-bl:hover {
  background: #2E2E2E url(/vol1/my/images/ic_follow_wh.svg) 13px 9px no-repeat;
}
a.btn-clear-gr {
    color: #191919!important;
    margin: 0 20px;
    border-radius: 30px;
    border: 1px solid #777;
    background-color: #efefef;
    display: block;
    padding: 13px 13px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: 22px auto;
}
a.btn-clear-gr:hover {
    background-color: #f5f5f5;
}

/*----------------------------------------*/
/* global-header
----------------------------------------*/
.global-header {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    /*z-index: 10; f_r1 */
    z-index: 3;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
.global-header > .main {
    display: block;
    width: 100%;
    background-color: #0078C6;
    height: 52px;
}
.global-header > .main > .container {
    position:relative;
}
.global-header > .main:after {
    content:"";
    display:block;
    clear:both;
}
.global-header > .main .left {
    float:left;
}
.global-header > .main .right {
    float:right;
    text-align: right;
}
.global-header .logo {
    display: inline-block;
    width: 185px;
    height: 30px;
    background: transparent url(/vol1/my/images/logo_dmainichi_wh.svg) 0 0 no-repeat;
    background-size: 160px auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 11px;
    vertical-align: top;
    letter-spacing:0;
}
.global-header .subtitle {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color:  #FFF;
    padding-top:8px;
    vertical-align: top;
    letter-spacing:0;
}
.global-header .mod-search {
    display: inline-block;
    width: 265px;
    position: relative;
    margin-top:10px;
    vertical-align: top;
    letter-spacing:0;
}
.global-header .mod-search input.input-text {
    width: 265px;
    height: 32px;
    border-radius: 40px;
    background-color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    color: #666;
    padding: 5px 40px 5px 20px;
    display: block;
    outline: none;
    border: 0px solid #FFF;
    letter-spacing:0;
}
.global-header .mod-search input.btn_input_search {
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(/vol1/my/images/ic_search_bl.svg);
    background-position: center center ;
    background-size: 18px auto ;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right:10px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border:0px solid #FFF;
    cursor: pointer;
}
.global-header .mod-search input.btn_input_search:focus {
    outline: 0;
}
.global-header a.btn-settings {
    width: 54px;
    height: 32px;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #FFF;
    color: #006DC5;
    padding: 10px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 3px;
    background: #FFF url(/vol1/my/images/ic_triangle_bl2.svg) 40px center no-repeat;
    background-size: 6px auto;
    margin:10px 0 0 15px;
    letter-spacing:0;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
.global-header a.btn-settings:hover {
    background-color: #E4E8EB;
}
.global-header .mod-menu-box {
    top:8px;
    right:0;
    text-align: left;
    z-index: 4;
}
.global-header > .sub {
    display: block;
    width: 100%;
    background-color: #FFF;
    height: 48px;
}
.global-header > .sub > .container {
    position: relative;
}
.global-header ul.menu {
    letter-spacing: -.4em;
    position: relative;
    width: 100%;
}
.global-header ul.menu > li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
}
.global-header ul.menu > li a {
    display: block;
    padding: 16px 0 0 0;
    margin: 0 17px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #999;
    height: 48px;
    text-decoration: none;
}
.global-header ul.menu > li.active a {
    border-bottom: 3px solid #333;
    color: #292929;
}
.global-header ul.menu > li a:hover {
    border-bottom: 3px solid #333;
    color: #292929;
    transition: all .2s;
}

/*----------------------------------------*/
/* contents
----------------------------------------*/
.contents {
    display: inline-block;
    width: 560px;
    letter-spacing: 0;
    vertical-align: top;
    height: auto;
    margin-right: 35px;
    margin-left: 315px;
}
.contents.home {
    margin: 0 160px 0 190px;
}
.contents > .main-ttl {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 15px;
    margin:0;
}
.contents .main-txt-c {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    text-align: center;
}
.contents .main-subttl {
    padding: 15px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    text-align: left;
}
.contents .mod-news {
    border-radius: 4px;
    background-color: #FFF;
    margin-bottom: 24px;
    position: relative;
}
.contents .mod-news a:hover {
    opacity: 0.7;
}
/*.contents .mod-news > .inner { r1 */
.contents .mod-news a .inner {
   padding: 15px 24px 20px;
   overflow: hidden;
}
.contents .mod-news.vertical a .inner {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 340px;
}
.contents .mod-news.vertical .mod-news-wrap {
  width: 320px;
  height: 360px;
}
/*.contents .mod-news > .photo { r1 */
.contents .mod-news a .photo {
    background-color: #E4E8EB;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    max-height: 315px;
}
.contents .mod-news a .vertical-photo {
    position: absolute;
    top: 0; right: 0;
    width: 240px;
    max-height: 360px;
}
/*.contents .mod-news h2 a { r1 */
.contents .mod-news h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
}
.contents .mod-new h2.premier:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background: transparent url(/vol1/my/images/ic_premier.svg) 10px 7px no-repeat;
    background-size: 10px auto;
    vertical-align: top;
}
/*.contents .mod-news h2 a:hover {
    opacity: 0.7;
} r1 */
/*.contents .mod-news .keyword a {*/
.contents .mod-news .keyword {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 5px;
}
.contents .mod-news .post {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #7D7D7D;
    padding-bottom: 15px;
}
.contents .mod-news .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #7D7D7D;
}
.contents .mod-news-feature {
    background-color: #E4E8EB;
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 310px;
    margin-bottom: 24px;
    position: relative;/* r1 */
}
.contents .mod-news-feature:hover {
    opacity: 0.8;
}
/*.contents .mod-news-feature > .inner{ r1 */
.contents .mod-news-feature a .inner{
    background-color: rgba(0,0,0,0.5);
    height: 310px;
    padding: 24px;
    border-radius: 4px;
    position: relative;
}
.contents .mod-news-feature .inner-bottom{
    width: 100%;
    position: absolute;
    left:24px;
    bottom:24px;
    width: 512px;
    max-height: 260px;

}
/*.contents .mod-news-feature h2 a { r1 */
.contents .mod-news-feature h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 5px;
    color: #FFF;
}
/*.contents .mod-news-feature h2 a:hover {
    opacity: 0.8;
} r1 */
.contents .mod-news-feature .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 5px 0!important;
    color: #FFF;
    width: 100%;
    display: block;
}
.contents .mod-news-feature .keyword a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 10px;
    color: #FFF;
    display: block;
}
.contents .mod-news-feature .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.28;
    color: #7D7D7D;
    color: #FFF;
    padding-top: 15px;
}
.contents .mod-news-feature .btn {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 50px;
}
.contents .mod-local {
    border-radius: 4px;
    background-color: #FFF;
    margin-bottom: 13px;
    border: 1px solid #DBDBDB;
    position: relative;
}
.contents .mod-local > .inner {
    padding: 20px 24px;
}
.contents .btn-edit {
    position: absolute;
    top:18px;
    right: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
    color: #0079C3;
    border: 2px solid #0079C3;
    display: inline-block;
    text-align: center;
    background-color : #FFF;
}
.contents .btn-edit:hover {
    background-color : #E4E8EB;
}
.contents .mod-local ul.local-list {
    padding-top: 10px;
}
.contents .mod-local ul.local-list li,
.contents .mod-local ul.local-list-pref li {
    position: relative;
}
.contents .mod-local ul.local-list li a {
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 28px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
.contents .mod-local ul.local-list li:last-child a {
    border-bottom: 0px solid #E8E8E8;
}
.contents .mod-local ul.local-list li a:hover {
    background-color: #FAFAFA;
}
.contents .mod-local ul.local-list-pref {
}
.contents .mod-local ul.local-list-pref li a {
    border-bottom: 1px solid #E8E8E8;
    background-color: #FAFAFA;
    padding: 18px 55px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
.contents .mod-local ul.local-list-pref li a:hover {
    background-color: #d7d7d7;
}
.contents .mod-local .local-label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #7D7D7D;
    display: block;
    padding: 10px 0 3px 0;
}
.contents .mod-local .btn-select {
    position: absolute;
    top:18px;
    right: 15px;
    z-index: 2;
    font-size: 16px!important;
    font-size: 1.6rem!important;
    line-height: 1!important;
    font-weight: normal!important;
    color: #8E8E93!important;
    display: block;
    width: 55px;
    height: 18px;
    padding: 0!important;
    background: transparent url(/vol1/my/images/ic_checkmark.svg) no-repeat;
    background-position: right 2px;
    background-size: 13px auto;
    border-bottom: 0!important;
}
.contents .mod-local .local-foot {
    padding: 15px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background-color: #FAFAFA;
    border-top: 1px solid #E8E8E8;
}
.contents .mod-local .btn-save {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 20px;
    color: #0079C3;
    border: 2px solid #0079C3;
    display: inline-block;
    text-align: center;
    background-color : #FFF;
}
.contents .mod-local .btn-save:hover {
    background-color : #E4E8EB;
}

.contents .mod-channel {
    border-radius: 4px;
    background-color: #FFF;
    margin-bottom: 24px;
}
.contents .mod-channel > .inner {
    padding: 15px 24px 20px;
    position: relative;
}
.contents .mod-channel a .photo {
    background-color: #E4E8EB;
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    max-height: 315px;
}
.contents .mod-channel h2 a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 10px 0;
    display: block;
}
.contents .mod-channel h2 a:hover {
    opacity: 0.7;
}
.contents .mod-channel h2:after {
    content:"";
    display:block;
    clear:both;
}
.contents .mod-channel .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71;
    color: #7D7D7D;
}
.contents .mod-channel .btn {
    float:right;
    margin:0 0 10px 10px;
    position: relative;
    z-index: 2;
}


/*--------------------------------------*/
/* sub-nav
----------------------------------------*/
.sub-nav {
    width: 280px;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    /*margin-right: 35px; r1 */
    position: fixed;
}
.sub-nav .mod-nav {
    background-color: #FFF;
    border: 1px solid #dbdbdb;
    height: auto;
    padding: 20px 0;
    margin-bottom: 13px;
}
.mod-nav .nav-list {
    padding-bottom: 10px;
}
.mod-nav .nav-list li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    color: #292929;
    padding: 11px 24px 11px 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.mod-nav .nav-list li.active a {
    background-color:#E4E8EB;
}
.mod-nav .nav-list li a:hover {
    background-color:#E4E8EB;
}
.mod-nav .nav-label {
    display: block;
    padding: 10px 25px 3px;
}
.mod-nav .nav-label:after {
    content:"";
    display:block;
    clear:both;
}
.mod-nav .nav-label > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #7D7D7D;
    float:left;
    display: block;
}
.mod-nav .nav-label .btn-disp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #7D7D7D;
    float:right;
    display: block;
}
.mod-nav .nav-label .btn-disp:hover {
    color: #0079C3;
}
.mod-nav .mod-search-nav {
    width: 240px;
    position: relative;
    margin:5px 0 0 20px;
}
.mod-nav .mod-search-nav input.input-text {
    width: 240px;
    height: 32px;
    border-radius: 40px;
    background-color: #F6F6F6;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    color: #666;
    padding: 5px 40px 5px 20px;
    display: block;
    outline: none;
    border: 1px solid #DBDBDB;
}
.mod-nav .mod-search-nav input.input-text.fil {
    padding: 5px 20px;
}
.mod-nav .mod-search-nav input.btn_input_search {
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(/vol1/my/images/ic_search_bl.svg);
    background-position: center center ;
    background-size: 18px auto ;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    right:10px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border:0px solid #FFF;
    cursor: pointer;
}
.mod-nav .mod-search-nav input.btn_input_search:focus {
    outline: 0;
}
.mod-nav .right-foot {
    text-align: center;
    padding: 10px 0;
}
.mod-nav .btn-more {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    padding: 10px 65px;
    border-radius: 20px;
    color: #292929;
    border: 2px solid #272727;
    display: inline-block;
    text-align: center;
    background-color : #FFF;
    margin: 0 auto;
}
.mod-nav .btn-more:hover {
    background-color : #E4E8EB;
}
.mod-nav > .inner {
  text-align: center;
}


/*--------------------------------------*/
/* side-right
----------------------------------------*/
.side-right {
    width: 350px;
    display: inline-block;
    letter-spacing: 0;
    position: fixed;
}
.side-right .mod-alert {
    padding: 0;
}
.side-right .mod-right {
    background-color: #FFF;
    padding: 20px 0;
    margin-bottom: 13px;
    border: 1px solid #DBDBDB;
    position: relative;
}
.mod-right .img {
    padding: 30px 24px 0 48px;
    width: 100%;
    text-align: left;
}
.mod-right .img img {
    width: 100%;
    height: auto;
}
.mod-right ul.list-typeA {
    margin: 0;
    padding: 0 24px;
}
.mod-right ul.list-typeA li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    font-weight: 600;
}
.mod-right ul.list-typeA li a span {
    display: inline-block;
    vertical-align: top;
}
.mod-right ul.list-typeA li.premier a span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: transparent url(/vol1/my/images/ic_premier.svg) 10px 1px no-repeat;
    background-size: 10px auto;
    vertical-align: top;
}
.mod-right .list-series {
}
.mod-right .list-series li a {
    background: #FFF url(/vol1/my/images/ic_arrow.svg) 30px 89px no-repeat;
    background-size: 10px auto;
    padding: 13px 24px 13px 48px;
    display: block;
}
.mod-right .list-series li a:hover {
    background: #E4E8EB url(/vol1/my/images/ic_arrow.svg) 30px 89px no-repeat;
    background-size: 10px auto;
}
.mod-right .list-series .photo {
    width: 276px;
    height: 156px;
    background-image: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 276px auto;
    display: block;
    margin-bottom: 10px;
}
.mod-right .list-series .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    padding: 0 0 10px 0;
}
.mod-right .list-series .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #787878;
}
.mod-right .right-foot {
    text-align: center;
    padding: 20px 0 10px;
}
.mod-right .btn-more {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    padding: 10px 65px;
    border-radius: 20px;
    color: #292929;
    border: 2px solid #272727;
    display: inline-block;
    text-align: center;
    background-color : #FFF;
    margin: 0 auto;
}
.mod-right .btn-more:hover {
    background-color : #E4E8EB;
}
.mod-right.series:before{
    content: "";
    position: absolute;
    width : 28px;
    height: 26px;
    top: 25px;
    left: -26px;
    background: transparent url(/vol1/my/images/bg_fukidashi.svg) 0 0 no-repeat;
    background-size: auto 26px;
}

.mod-right .list-series-rec {
    padding-top:10px;
}
.mod-right .list-series-rec li {
    padding: 0 24px 35px 48px;
}
.mod-right .list-series-rec .head {
    width: 276px;
    height: 156px;
    background-image: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 276px auto;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.mod-right .list-series-rec .head > .inner {
    position: absolute;
    bottom:0;
    left: 0;
    width: 276px;
    max-height: 156px;
    display: block;
    height: auto;
    overflow: hidden;
}
.mod-right .list-series-rec .sttl {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0 0 7px 0;
    color: #FFF;
}
.mod-right .list-series-rec .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0 0 15px 0;
    color: #FFF;
}
.mod-right .list-series-rec .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #787878;
}
.mod-right .list-series-rec .btn {
    padding: 15px 0 0 0;
}


/*----------------------------------------*/
/* modal
----------------------------------------*/
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y:auto;
  background-color: rgba(0, 0, 0, .7);
  display: block;
  transition: opacity .3s ease;
  text-align: center;
  z-index:100;
}
.modal-mask.thick {
  background-color: rgba(0, 0, 0, .9);
}
.modal-wrapper {
  display: table;
  margin: 30px auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.modal-container {
  display: table-cell;
  position: relative;
  width: 950px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width:1086px) {
  .modal-wrapper {
    margin: 30px 62px;
  }
  .modal-container {
    width: 100%;
  }
}
.modal-wrapper ul.tool {
  position:absolute;
  top:0;
  left:-52px;
  width: 52px;
  vertical-align: top;
}
.modal-wrapper ul.tool.sticky{
  position:fixed;
  left:auto;
  top:auto;
  margin:0 0 0 -52px;
}
.modal-wrapper ul.tool li a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-position: 0 0;

}
.modal-wrapper ul.tool li a.close-wh {
  width: 40px;
  height: 40px;
  margin:0 0 41px 0;
  border-radius: 40px;
  background:#FFFFFF url(/vol1/my/images/ic_close_bk.svg) center center no-repeat;
  background-size: 40px auto;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.close-wh.mb {
  margin:0 0 98px 0;
}
.modal-wrapper ul.tool li a.close-wh:hover {
  background:#2E2E2E url(/vol1/my/images/ic_close_wh.svg) center center no-repeat;
}
.modal-wrapper ul.tool li a.fontsize {
  width: 40px;
  height: 40px;
  margin:0 0 17px 0;
  border-radius: 40px;
  background-color: #F6F6F6;
  background-size: 40px auto;
  background-repeat: no-repeat;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.fontsize.l {
  background-image: url(/vol1/my/images/ic_t_fontsize_l_bk.svg);
}
.modal-wrapper ul.tool li a.fontsize.l:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_fontsize_l_wh.svg);
}
.modal-wrapper ul.tool li a.fontsize.m {
  background-image: url(/vol1/my/images/ic_t_fontsize_m_bk.svg);
}
.modal-wrapper ul.tool li a.fontsize.m:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_fontsize_m_wh.svg);
}
.modal-wrapper ul.tool li a.fontsize.s {
  background-image: url(/vol1/my/images/ic_t_fontsize_s_bk.svg);
}
.modal-wrapper ul.tool li a.fontsize.s:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_fontsize_s_wh.svg);
}
.modal-wrapper ul.tool li a.print {
  width: 40px;
  height: 40px;
  margin:0 0 17px 0;
  border-radius: 40px;
  background-color: #F6F6F6;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_print_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.print:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_print_wh.svg);
}
.modal-wrapper ul.tool li a.bookmark {
  width: 40px;
  height: 40px;
  margin:0 0 17px 0;
  border-radius: 40px;
  background-color: #F6F6F6;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_bookmark_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.bookmark:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_bookmark_wh.svg);
}
.modal-wrapper ul.tool li a.follow {
  width: 40px;
  height: 40px;
  margin: 0 0 17px 0;
  border-radius: 40px;
  background-color: #F6F6F6;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_follow_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 0 41px 0;
}
.modal-wrapper ul.tool li a.follow:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_follow_wh.svg);
}
.modal-wrapper ul.tool li a.sns {
  width: 40px;
  height: 40px;
  margin: 24px 0 17px 0;
  border-radius: 40px;
  background-color: transparent;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_sns_wh.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.sns:hover,
.modal-wrapper ul.tool li a.sns.active {
  background-image: url(/vol1/my/images/ic_t_sns_bk.svg);
}
.modal-wrapper ul.tool li a.facebook {
  width: 32px;
  height: 32px;
  margin: 0 0 18px 4px;
  border-radius: 32px;
  background-color: #F6F6F6;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_facebook_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.facebook:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_facebook_wh.svg);
}
.modal-wrapper ul.tool li a.twitter {
  width: 32px;
  height: 32px;
  margin: 0 0 18px 4px;
  border-radius: 32px;
  background-color: #F6F6F6;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_twitter_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.twitter:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_twitter_wh.svg);
}
.modal-wrapper ul.tool li a.hatebu {
  width: 32px;
  height: 32px;
  margin: 0 0 0 4px;
  border-radius: 32px;
  background-color: #F6F6F6;
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-image: url(/vol1/my/images/ic_t_hatebu_bk.svg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-wrapper ul.tool li a.hatebu:hover {
  background-color: #2E2E2E;
  background-image: url(/vol1/my/images/ic_t_hatebu_wh.svg);
}
.modal-wrapper .caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  color: #7D7D7D;
  padding: 5px 0 0 0;
}

.modal-container > .inner {
  padding: 56px;
}
.modal-container .head {
  margin: 0 0 30px 0;/* r1 */
}
.modal-container .h1-base {
  padding: 0 0 30px 0;/* r1 */
  margin:0;
}
.modal-container .h3-base {
  padding: 0 0 25px 0;
}
.modal-container p.date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 0 0 18px 0;
}
.modal-container .img-top,
.modal-container .img-bottom {
  margin: 30px 0 50px 0;
}
.modal-container .img-top figure,
.modal-container .img-bottom figure{
  width:100%;
  height: auto;
  text-align: center;
}
.modal-container .img-top img,
.modal-container .img-bottom img {
  max-width: 100%;
  height: auto;
}
.modal-container .img-left {
  width: 38%;
  margin : 7px 40px 30px 0;
  float:left;
  clear:both;
}
.modal-container .img-left figure {
  width:100%;
  height: auto;
}
.modal-container .img-left img {
  width: 100%;
  height: auto;
}
.modal-container .img-left .caption {
  margin : 5px 0 0 40px;
  float:left;
  text-align: justify;
  text-justify: inter-ideograph;
}
.modal-container .img-right {
  width: 38%;
  margin : 7px 0 30px 40px;
  float:right;
  clear:both;
}
.modal-container .img-right figure {
  width: 100%;
  height: auto;
}
.modal-container .img-right img {
  width:100%;
  height: auto;
}
.modal-container .img-right .caption {
  margin : 5px 40px 0 0;
  float:left;
  text-align: justify;
  text-justify: inter-ideograph;
}
.modal-container .content {
  padding: 20px 0 0 0;/* f_r1 */
  margin-bottom: 60px;/* f_r1 */
}
.modal-container .content:after {
  content:"";
  display:block;
  clear:both;
}
.modal-container .content .h2-base {
  padding: 0 100px 25px 100px;
}
.modal-container .content .h2-base:before {
  clear:both;
}
.modal-container .content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 100px 28px 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.modal-container .content p.lead {
  padding: 0 100px 60px 100px!important;
  font-weight: bold;
}
.modal-container ul.breadcrumbs {
  padding: 0 0 20px 0;
}
.modal-container ul.breadcrumbs li {
  display: inline-block;
  position: relative;
  margin: 0 20px 8px 0;
}
.modal-container ul.breadcrumbs li a {
  font-size: 12px;
  font-size: 1.2rem;
  display:block;
  margin: 0 19px 0 0;
  color: #292929;
}
.modal-container ul.breadcrumbs li a:hover {
  text-decoration: underline;
}
.modal-container ul.breadcrumbs li a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  background: transparent url(/vol1/my/images/ic_arrow2.svg) 0 1px no-repeat;
  background-size: 5px auto;
}
.modal-container ul.buttons li {
  display: inline-block;
}
.modal-container ul.buttons li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 40px;
  background-color: #E8E5E1;
  background-position: 13px 9px;
  background-repeat: no-repeat;
  display: block;
  width: 150px;
  padding: 13px 13px 13px 44px;
  text-align: left;
  color: #2A2A2A;
}
.modal-container ul.buttons li a.info {
  background-image: url(/vol1/my/images/ic_info_bk.svg);
  background-size: 20px auto;
  margin: 0 12px 0 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.modal-container ul.buttons li a.info:hover {
  background-image: url(/vol1/my/images/ic_info_wh.svg);
  background-color: #3B3B3B;
  color: #FFF;
}
.modal-container ul.buttons li a.follow {
  background-color: #3B3B3B;
  background-image: url(/vol1/my/images/ic_follow_wh.svg);
  background-size: 20px auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #FFF;
}
.modal-container ul.buttons li a.follow:hover{
  background-image: url(/vol1/my/images/ic_follow_bk.svg);
  background-color: #E8E5E1;
  color: #2A2A2A;
}
.modal-container ul.buttons li a.follow.active {
  background-image: url(/vol1/my/images/ic_follow_active_bk.svg);
  background-color: #E8E5E1;
  color: #2A2A2A;
}
.modal-container ul.buttons li a.follow.active:hover{
  background-image: url(/vol1/my/images/ic_follow_active_wh.svg);
  background-color: #3B3B3B;
  color: #FFF;
}
.modal-container .mod-modal-kanren {
  border-top: 2px solid #7f7f7f;
  padding: 26px 0;
  position: relative;
}
.modal-container .mod-modal-kanren ul.buttons {
  padding: 0;
  position: absolute;
  top: 26px;
  right: 0;
}
.modal-container .mod-modal-kanren .h3-base {
  padding: 10px 0 18px 0;
}
.modal-container .mod-modal-kanren .h3-base a {
  color: #292929;
}
.modal-container .mod-modal-kanren ul.list-typeA {
  margin: 0 0 25px 0;
}
.modal-container .mod-modal-kanren ul.list-typeA li a {
  font-size: 14rem;
  font-size: 14px;
  line-height: 22px;
}
.modal-container .mod-modal-kanren ul.list-typeA li a span {
  display: inline-block;
  vertical-align: top;
}
.modal-container .mod-modal-kanren ul.list-typeA li a b {
  font-weight: 600;
  padding-left: 10px;
}
.modal-container .mod-modal-kanren ul.list-typeA li.premier a span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: transparent url(/vol1/my/images/ic_premier.svg) 10px 2px no-repeat;
  background-size: 10px auto;
  vertical-align: top;
}

/* readmore */
.modal-container .readmore {
  background-color:#e8e5e1;
  margin:60px 0 0 0;
  padding: 30px 60px 45px;
  position: relative;
}
.modal-container .readmore:before,
.modal-container .readmore:after {
  display: table;
  content: " ";
}
.modal-container .readmore:before {
  clear: both;
}
.modal-container .readmore .disp-s {
  display: none;
}
.modal-container .readmore .disp-xs {
  display: none;
}
.modal-container .readmore .box-image {
  width: 150px;
  height: 180px;
  background: transparent url(/vol1/my/images/img_everyone@2x.png) center center no-repeat;
  background-size:150px auto;
  position: absolute;
  top:-33px;
  right:44px;
}
.modal-container .readmore h3.title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 0 0 35px;
  background: transparent url(/vol1/my/images/ic-private.svg) 0 0 no-repeat;
  background-size: 30px auto;
}
.modal-container .readmore i.ic-private {
  width : 30px;
  height: 30px;
  margin:0;
  background: transparent url(/vol1/my/images/ic-private.svg) center center no-repeat;
  background-size: 30px auto;
}
.modal-container .readmore .text {
  padding: 25px 37px 50px 37px;
  text-align: left;
}
.modal-container .readmore p.maintxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 5px 0;
}
.modal-container .readmore p.subtxt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0;
}
.modal-container .readmore .buttons{
  padding: 0 100px;
  text-align: center;
}
.modal-container .readmore .buttons p.lead-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 25px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.modal-container .readmore .buttons p.lead-txt a {
  color: #0079C3;
}
.modal-container .readmore .buttons p.lead-txt a:hover {
  text-decoration: underline;
}
.modal-container .readmore .buttons a.btn-blue {
  display: block;
  border-radius: 50px;
  border: 1px solid #1779ba;
  background-color: #1779ba;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1/2;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  cursor: pointer;
}
.modal-container .readmore .buttons a.btn-blue:hover {
  border: 1px solid #2E2E2E;
  background: #2E2E2E;
}
.modal-container .readmore .buttons a.btn-white {
  display: block;
  border-radius: 50px;
  border: 1px solid #CACACA;
  background-color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #191919;
  -webkit-transition: all .2s;
  transition: all .2s;
  vertical-align: middle;
  cursor: pointer;
}
.modal-container .readmore .buttons a.btn-white:hover {
  background: #cfcac4;
}
.modal-container .readmore .buttons .lines-on-sides {
  border-top: 1px solid #cdc9c4;
  height: 15px;
  padding: 0;
  margin: 30px 0 15px;
  position: relative;
}
.modal-container .readmore .buttons .lines-on-sides span {
  background-color: #e8e5e1;
  color: #2a2a2a;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1!important;
  top: -6px;
  left: 50%;
  margin: 0 0 0 -25px;
  padding: 0 10px;
  position: absolute;
}
.mod-tab-box {
  position: absolute;
  display: block;
  top:35px;
  right:-70px;
  min-width: 121px;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
  padding: 8px 0;
  z-index: 3;
}
.mod-tab-box ul {
  width:100%;
  display: block;
  border-bottom: 1px solid #E8E8E8;
  padding: 6px 0 4px;
}
.mod-tab-box ul:last-child {
  border-bottom: 0px solid #E8E8E8;
}
.mod-tab-box ul li a{
  color: #434343;
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  color: #434343;
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.mod-tab-box ul li a:hover {
  background-color: #E4E8EB;
  cursor: pointer;
}

