@charset "UTF-8";
/* CSS Document */
/********************************************************  游ゴシック **/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
/* asahi add start */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  /*
  background-color: #fff;*/
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
a {
  color: #337ab7;
  text-decoration: none;
}
p {
  margin: 0 0 10px;
}
figure {
  margin: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0, 0, 0, 8%);
  box-shadow: inset 0 1px 1px rgb(0, 0, 0, 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* asahi add end */
/* var Breakpoints */
body { font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; font-weight: 500; }

i { font-style: normal !important; }
i.inline { display: inline; background: url(../images/uline.gif) left bottom no-repeat; background-size: 0% 15%; transform: scale(0); }

#backToTop { display: block; width: 80px; height: 80px; position: fixed; bottom: -40px; left: 50%; margin: 0; padding: 0; text-align: center; color: #FFF; background-color: #000; margin-left: -40px; border-radius: 50%; }
#backToTop a span { display: none; }
html.no-touchdevice #backToTop a:hover { text-decoration: none; }
#backToTop a:after { font: normal normal normal 20px/1 FontAwesome; content: "\f077"; color: #FFF; line-height: 40px; margin: 0; }

a .subject, a .title, a *.udl { position: relative; transition: .3s; }
a figure { position: relative; }
a figure .readmore { opacity: 0; display: block; text-align: center; position: absolute; left: 0; top: 40%; width: 100%; line-height: 100%; }
a figure .readmore span { display: inline-block; border: 2px #FFF solid; color: #FFF; padding: 6px 1em 4px; }
.entry-lg a figure .readmore { top: 44%; }
@media screen and (max-width: 600px) { .entry-lg a figure .readmore { top: 40%; } }
@media screen and (max-width: 600px) { .entry-lg.sp-row a figure .readmore { top: 35%; }
    .entry-lg.sp-row a figure .readmore span { font-size: 75%; } }
a figure:before { opacity: 0; /**/ display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); transition: .3s; }
.entry a { background-color: rgba(0, 0, 0, 0); transition: .3s; }
html.no-touchdevice a:hover { color: #000; }
html.no-touchdevice a:hover .subject i, html.no-touchdevice a:hover .title i, html.no-touchdevice a:hover *.udl i { transform: scale(1); background-size: 100% 15%; transition: .3s; }
html.no-touchdevice a:hover figure:before, html.no-touchdevice a:hover figure:after, html.no-touchdevice a:hover figure .readmore { opacity: 1; }
html.touchdevice a:focus, html.touchdevice a:hover { text-decoration: none; }

esi:include { display: none; }

.lead { font-weight: 500; }

.fukidashi { display: inline-block; background-color: #FFD900; position: relative; vertical-align: bottom; border: 5px solid #FFD900; min-width: 110px; min-height: 42px; border-width: 5px; border-radius: 5px; margin-bottom: 8px; }
.site-logo .fukidashi { transition: 0; max-width: 110px; }
.site-logo .fukidashi span { transition: 0; max-width: 100px; }
html.touchdevice .site-logo .fukidashi { min-width: 68px; min-height: 26px; border-width: 3px; border-radius: 4px; border-top-width: 2px; margin-bottom: 5px; max-width: 67px; }
html.touchdevice .site-logo .fukidashi span { font-size: 12px; min-width: 62px; min-height: 20px; padding: 2px .3em; border-radius: 2px; max-width: 61px; }
@media screen and (max-width: 767px) { .site-logo .fukidashi { min-width: 68px; min-height: 26px; border-width: 3px; border-radius: 4px; border-top-width: 2px; margin-bottom: 5px; max-width: 67px; }
    .site-logo .fukidashi span { font-size: 12px; min-width: 62px; min-height: 20px; padding: 2px .3em; border-radius: 2px; max-width: 61px; } }
.fukidashi span { display: inline-block; background-color: #FFF; text-align: center; line-height: 1.2; font-weight: bold; transition: .3s; color: #FFD900; font-size: 20px; min-width: 100px; min-height: 32px; padding: 4px .6em; border-radius: 3px; }
.fukidashi.text-left span { text-align: left; }
.fukidashi.text-right span { text-align: right; }
.fukidashi:after { content: ''; position: absolute; z-index: -1; background-color: #ffffff; height: 53px; width: 53px; border-radius: 26px; bottom: -20px; left: -32px; }
@media screen and (max-width: 767px) { .fukidashi:after { height: 33px; width: 33px; border-radius: 16px; bottom: -12px; left: -19px; } }
.fukidashi:before { content: ''; position: absolute; z-index: -1; background-color: #FFD900; height: 50px; width: 50px; border-radius: 25px; bottom: -13px; left: -17px; }
@media screen and (max-width: 767px) { .fukidashi:before { height: 31px; width: 31px; border-radius: 15px; bottom: -8px; left: -10px; } }
html.no-touchdevice .fukidashi:hover span { background-color: #FFD900; color: #FFF; }

br.spbr { display: none; }
@media screen and (max-width: 600px) { br.spbr { display: block; } }

.mt0 { margin-top: 0px; }

.mb0 { margin-bottom: 0px !important; }

.ml0 { margin-left: 0px; }

.mr0 { margin-right: 0px; }

.pt0 { padding-top: 0px; }

.pb0 { padding-bottom: 0px; }

.pl0 { padding-left: 0px; }

.pr0 { padding-right: 0px; }

.mt5 { margin-top: 5px; }

.mb5 { margin-bottom: 5px !important; }

.ml5 { margin-left: 5px; }

.mr5 { margin-right: 5px; }

.pt5 { padding-top: 5px; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }

.pr5 { padding-right: 5px; }

.mt10 { margin-top: 10px; }

.mb10 { margin-bottom: 10px !important; }

.ml10 { margin-left: 10px; }

.mr10 { margin-right: 10px; }

.pt10 { padding-top: 10px; }

.pb10 { padding-bottom: 10px; }

.pl10 { padding-left: 10px; }

.pr10 { padding-right: 10px; }

.mt15 { margin-top: 15px; }

.mb15 { margin-bottom: 15px !important; }

.ml15 { margin-left: 15px; }

.mr15 { margin-right: 15px; }

.pt15 { padding-top: 15px; }

.pb15 { padding-bottom: 15px; }

.pl15 { padding-left: 15px; }

.pr15 { padding-right: 15px; }

.mt20 { margin-top: 20px; }

.mb20 { margin-bottom: 20px !important; }

.ml20 { margin-left: 20px; }

.mr20 { margin-right: 20px; }

.pt20 { padding-top: 20px; }

.pb20 { padding-bottom: 20px; }

.pl20 { padding-left: 20px; }

.pr20 { padding-right: 20px; }

.mt25 { margin-top: 25px; }

.mb25 { margin-bottom: 25px; }

.ml25 { margin-left: 25px; }

.mr25 { margin-right: 25px; }

.pt25 { padding-top: 25px; }

.pb25 { padding-bottom: 25px; }

.pl25 { padding-left: 25px; }

.pr25 { padding-right: 25px; }

.mt30 { margin-top: 30px; }

.mb30 { margin-bottom: 30px; }

.ml30 { margin-left: 30px; }

.mr30 { margin-right: 30px; }

.pt30 { padding-top: 30px; }

.pb30 { padding-bottom: 30px; }

.pl30 { padding-left: 30px; }

.pr30 { padding-right: 30px; }

.mt35 { margin-top: 35px; }

.mb35 { margin-bottom: 35px; }

.ml35 { margin-left: 35px; }

.mr35 { margin-right: 35px; }

.pt35 { padding-top: 35px; }

.pb35 { padding-bottom: 35px; }

.pl35 { padding-left: 35px; }

.pr35 { padding-right: 35px; }

.mt40 { margin-top: 40px; }

.mb40 { margin-bottom: 40px; }

.ml40 { margin-left: 40px; }

.mr40 { margin-right: 40px; }

.pt40 { padding-top: 40px; }

.pb40 { padding-bottom: 40px; }

.pl40 { padding-left: 40px; }

.pr40 { padding-right: 40px; }

.mt45 { margin-top: 45px; }

.mb45 { margin-bottom: 45px; }

.ml45 { margin-left: 45px; }

.mr45 { margin-right: 45px; }

.pt45 { padding-top: 45px; }

.pb45 { padding-bottom: 45px; }

.pl45 { padding-left: 45px; }

.pr45 { padding-right: 45px; }

.mt50 { margin-top: 50px; }

.mb50 { margin-bottom: 50px; }

.ml50 { margin-left: 50px; }

.mr50 { margin-right: 50px; }

.pt50 { padding-top: 50px; }

.pb50 { padding-bottom: 50px; }

.pl50 { padding-left: 50px; }

.pr50 { padding-right: 50px; }

.al-left { text-align: left; }
.al-center { text-align: center; }
.al-right { text-align: right; }

/* font-size-set */
.f70 { font-size: 70%; }

.f75 { font-size: 75%; }

.f80 { font-size: 80%; }

.f85 { font-size: 85%; }

.f90 { font-size: 90%; }

.f95 { font-size: 95%; }

.f100 { font-size: 100%; }

.f105 { font-size: 105%; }

.f110 { font-size: 110%; }

.f115 { font-size: 115%; }

.f120 { font-size: 120%; }

.f125 { font-size: 125%; }

.f130 { font-size: 130%; }

.f135 { font-size: 135%; }

.f140 { font-size: 140%; }

.f145 { font-size: 145%; }

.f150 { font-size: 150%; }

.f155 { font-size: 155%; }

.f160 { font-size: 160%; }

/**/
.red { color: #B90000; }

.img-border { border: 3px solid #D4D4D4; }

.note-border { border: 1px solid #CCC; padding: 15px 20px; }

.entry a, .clfix { display: inline-block; /* Hides from IE Mac \*/ display: block; /* End Hack */ }
.entry a:after, .clfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }
* html .entry a, * html .clfix { height: 1%; }

img.circle { border: 1px #EEE solid; border-radius: 50%; }

span.date { color: #444444; font-size: 13px; line-height: 1.2; vertical-align: text-top; }
span.date:before { color: #444; display: inline-block; font: normal normal normal 13px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f017"; margin-right: 4px; }

/********************************************************  .youtube **/
.youtube16-9 { position: relative; width: 100%; padding-top: 56.25%; }
.youtube16-9 iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

/*******************************************************  .btn-icon **/
.btn-icon { display: block; /*	width: 40px;*/ height: 40px; /*	border-radius: 50%;*/ /*	background-color: rgba(0,0,0,0.50);*/ text-align: center; line-height: 1; padding-top: 10px; padding-left: 10px; padding-right: 10px; position: relative; transition: .3s; }
body.scroll #header .btn-icon, body.scroll .headerBlock .btn-icon { width: 24px; height: 24px; padding-top: 2px; }
html.touchdevice .btn-icon { height: 54px; }
@media screen and (max-width: 767px) { .btn-icon { height: 54px; } }
@media screen and (max-width: 480px) { .btn-icon { padding-left: 4px; padding-right: 4px; } }
.content .btn-icon.twitter { background-color: #1DA1F2; }
html.no-touchdevice .content .btn-icon.twitter:hover { background-color: #0A75B6; }
.content .btn-icon.facebook { background-color: #3B579D; }
html.no-touchdevice .content .btn-icon.facebook:hover { background-color: #2B3F73; }
.btn-icon.request { width: auto; }
.btn-icon.request span { display: inline-block !important; background-color: #FFF; border-radius: 5px; color: #B90000; padding-top: 2px; padding-bottom: 2px; line-height: 1; font-size: 12px; margin-right: 10px; }
.btn-icon.toggle-menu { width: 70px; margin-left: 14px; }
html.touchdevice .btn-icon.toggle-menu { width: 54px; margin-left: 14px; }
@media screen and (max-width: 767px) { html.touchdevice .btn-icon.toggle-menu { margin-left: 0; } }
@media screen and (max-width: 767px) { .btn-icon.toggle-menu { width: 54px; margin-left: 0; }
  html.no-touchdevice .btn-icon.toggle-menu:hover { background-color: #DEDED1; } }
body.menu-open .btn-icon.toggle-menu { background-color: #DEDED1; }
.btn-icon span { display: none !important; color: #FFF; font-weight: bold; }
#footer .btn-icon { height: 26px; }
#footer .btn-icon:after { font: normal normal normal 26px/1 FontAwesome; }
.btn-icon:after { display: inline-block; font: normal normal normal 20px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #FFF; }
.headerBlock .btn-icon:after { color: #111; }
body.scroll #header .btn-icon:after, body.scroll .headerBlock .btn-icon:after { font: normal normal normal 14px/1 FontAwesome; }
.btn-icon.member::after { content: "\f2bb"; /*     content:""; display: inline-block; width: 20px; height: 20px; background: url('/dialog/asset/images/icon_125440.svg') center center no-repeat; background-size: 20px auto;
*/ }
.btn-icon.twitter::after { content: "\f099"; }
.btn-icon.facebook::after { content: "\f09a"; }
.btn-icon.search::after { content: "\f002"; }
.btn-icon.request::after { content: "\f130"; }
.btn-icon.toggle-menu::after { content: "\f0c9"; font-size: 26px; font-size: 2.6rem; line-height: 1; }
body.menu-open .btn-icon.toggle-menu::after { content: "\f00d"; }
.section-header .btn-icon { width: 100px; height: 30px; border-radius: 4px; padding-top: 7px; }
@media screen and (min-width: 920px) { .section-header .btn-icon { width: 50px; height: 50px; border-radius: 0; padding-top: 15px; } }
@media screen and (max-width: 600px) { .section-header .btn-icon { width: 50%; } }
.section-header .btn-icon:after { font: normal normal normal 16px/1 FontAwesome; }
@media screen and (min-width: 920px) { .section-header .btn-icon:after { font: normal normal normal 20px/1 FontAwesome; } }
@media screen and (max-width: 1259px) { .page-content.two-columun .section-header .btn-icon { width: 100px; height: 30px; border-radius: 4px; padding-top: 7px; } }
@media screen and (max-width: 600px) { .page-content.two-columun .section-header .btn-icon { width: 50%; } }
.section-footer .btn-icon { width: 50%; height: 60px; border-radius: 4px; padding-top: 12px; }
@media screen and (max-width: 920px) { .section-footer .btn-icon { padding-top: 5px; padding-bottom: 5px; height: auto; } }
.section-footer .btn-icon span { display: inline-block !important; font-size: 22px; line-height: 36px; vertical-align: bottom; }
@media screen and (max-width: 920px) { .section-footer .btn-icon span { font-size: 14px; line-height: 1.2; margin-top: 5px; } }
@media screen and (max-width: 360px) { .section-footer .btn-icon span { font-size: 12px; margin-top: 6px; } }
.section-footer .btn-icon:after { font: normal normal normal 36px/1 FontAwesome; display: inline-block; margin-right: 15px; line-height: 1; }
@media screen and (max-width: 920px) { .section-footer .btn-icon:after { display: block; font-size: 26px; margin-right: auto; } }

/******************************************************  .site-logo **/
.site-logo { display: inline-block; width: auto; }
.site-logo a { display: block; }
html.no-touchdevice .site-logo a:hover { text-decoration: none; }
.site-logo a img { transition: .3s; }
.site-logo a img.logo { width: 58px; }
.site-logo a img.logo2 { width: 127px; }
.site-logo a i { margin-left: 10px; }

/************************************************  .container-fluid **/
.container-fluid { text-align: center; z-index: 1; }
/* asahi delete */
/*@media screen and (max-width: 600px) { .container-fluid { padding-left: 10px; padding-right: 10px; } }*/
.container-fluid .headerBlock-inner, .container-fluid .inner { width: 1220px; margin-left: auto; margin-right: auto; text-align: left; position: relative; }
@media screen and (max-width: 1240px) { .container-fluid .headerBlock-inner, .container-fluid .inner { width: auto; margin-left: 10px; margin-right: 10px; }
    body.page .container-fluid .headerBlock-inner, body.page .container-fluid .inner { margin-left: 10px; margin-right: 10px; } }
@media screen and (max-width: 980px) { .container-fluid .headerBlock-inner, .container-fluid .inner { width: auto; margin-left: 0; margin-right: 0; }
    body.page .container-fluid .headerBlock-inner, body.page .container-fluid .inner { margin-left: auto; margin-right: auto; } }
.container-fluid.main-image { background-attachment: local; background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 380px; }
@media screen and (max-width: 767px) { .container-fluid.main-image { min-height: 165px; margin-top: 5vw; } }
.container-fluid.page-content .inner { max-width: 800px; }
.container-fluid.page-content.two-columun .inner { max-width: 100%; }
.container-fluid.page-content.two-columun .content { max-width: 800px; padding-right: 40px; margin-right: 0; border-right: 1px solid #DDD; }
@media screen and (max-width: 980px) { .container-fluid.page-content.two-columun .content { padding-right: 15px; } }
@media screen and (max-width: 767px) { .container-fluid.page-content.two-columun .content { padding-right: 0; border-right: none; } }

#header.container-fluid, .headerBlock.container-fluid { padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; }

/*-----#search_box----------------------------------------*/
#search_box { width: 100%; display: none; }
#search_box.active { display: block; color: #333; }
#search_box .gsc-control-cse { font-family: Arial, sans-serif; border-color: #555; background-color: #555; padding: 1em 0.8em 0.8em; width: auto; }
.cse #search_box .gsc-control-cse { padding: 1em 0.8em 0.8em; width: auto; }
#search_box .gsc-input-box { height: auto; }
#search_box .gsib_a { padding: 6px 6px; }
#search_box * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#search_box .gsc-search-box .gsc-search-button { position: relative; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; background: #999; letter-spacing: 0.2em; cursor: pointer; padding: 8px; width: 36px; border: 1px solid #999; margin: -6px 0 0 -6px; }
#search_box .gsc-search-box .gsc-search-button:before { position: absolute; top: 28%; left: 32%; content: '検索' !important; color: #FFF; font-size: 12.5px; font-weight: bold; }
#search_box .gsc-search-box input.gsc-search-button-v2, #search_box .gsc-search-box input.gsc-search-button { width: 80px; height: 30px; padding: 0 !important; opacity: 0; }
#search_box table.gsc-search-box { margin: 0 auto !important; text-align: center !important; width: 70% !important; }
@media screen and (max-width: 600px) { #search_box table.gsc-search-box { width: 100% !important; } }
#search_box .cse .gsc-search-button input.gsc-search-button-v2, #search_box input.gsc-search-button-v2 { padding: 11px 32px !important; }
#search_box .gsc-search-button-v2 svg { display: none; }

/*-----#toppage_sns----------------------------------------*/
#snsBtn { position: fixed; top: 85px; right: 10px; border: 3px solid #E0A996; border-radius: 8px; padding: 12px 10px 3px; background: #FFF; }
@media screen and (max-width: 600px) { #snsBtn { position: static; border: none; padding: 0 0 12px; text-align: center; margin: 0 auto; width: 100%; } }
#snsBtn iframe { display: block; margin: 0 0 5px; text-align: center; width: 90px; }
@media screen and (max-width: 600px) { #snsBtn iframe { display: inline; float: left; margin: 0 !important; text-align: center; width: 90px; } }
#snsBtn .fbBtn { width: 72px; }
@media screen and (max-width: 600px) { #snsBtn .fbBtn { display: none; position: fixed; bottom: 0; text-align: center; margin: 0 auto; width: 100%; background: #CB4040; padding: 16px 0 10px; z-index: 5000; }
    #snsBtn .fbBtn.static { display: block; position: static; margin: 0; padding: 10px 0 40px; background: #FFF; } }

.fb-share-btn { margin: 0 0 0 6px; }

.fb-share-button { display: block !important; clear: both; margin: 10px 0 0; }
.fb-share-button span, .fb-share-button iframe, .fb-share-button { width: 72px !important; background: #4267B2; border-radius: 3px; }
@media screen and (max-width: 600px) { .fb-share-button { display: inline-block !important; margin: 0 auto 0; text-align: center; } }

@media screen and (max-width: 600px) { .spFbInner { margin: 0 auto; padding: 0 0 0 20px; width: 200px; text-align: center; } }
/******************************************************** .wrapper **/
.wrapper { position: relative; padding-top: 70px; }
html.touchdevice .wrapper { padding-top: 68px; }
@media screen and (max-width: 767px) { .wrapper { padding-top: 68px; } }
body.page .wrapper { padding-top: 70px; }
html.touchdevice body.page .wrapper { padding-top: 68px; }
@media screen and (max-width: 767px) { body.page .wrapper { padding-top: 68px; } }

/******************************************************** #header **/
/* Scss Document */
.headerBlock { position: fixed; top: 0; left: 0; width: 100%; background-color: #F5F5EE; color: #111111; z-index: 10; /* //.catMenu */ /********************************************************  .header-credit **/ }
@media screen and (max-width: 767px) { .headerBlock { position: fixed; top: 0; left: 0; } }
.headerBlock.shadow { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
.headerBlock-inner { position: relative; width: 1240px; display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.headerBlock-inner > .last { margin-left: auto; }
.headerBlock.container-fluid .headerBlock-inner { padding-top: 0; padding-bottom: 0; transition: .3s; position: relative; z-index: 12; }
html.touchdevice .headerBlock.container-fluid .headerBlock-inner { padding-top: 0; padding-bottom: 0; text-align: center; height: 68px; }
@media screen and (max-width: 767px) { .headerBlock.container-fluid .headerBlock-inner { padding-top: 0; padding-bottom: 0; text-align: center; height: 68px; } }
html.touchdevice .headerBlock.container-fluid { padding-left: 0; padding-right: 0; }
@media screen and (max-width: 767px) { .headerBlock.container-fluid { padding-left: 0; padding-right: 0; } }
.headerBlock ul { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; list-style: none; padding-left: 0; margin-bottom: 0; }
.headerBlock li a { display: inline-block; font-size: 16px; line-height: 1.2; color: #111111; font-weight: bold; }
.headerBlock li a span { display: inline-block; }
.headerBlock .cats { margin-left: 14px; }
.headerBlock .cats li a { padding: .6em 10px; }
.headerBlock .cats li a span { padding: .2em 15px; background: url(../images/uline.gif) left bottom no-repeat; background-size: 0% 15%; transition-property: background; transition-duration: .2s; }
@media screen and (max-width: 820px) { .headerBlock .cats li a span { padding: .2em .3em; } }
html.no-touchdevice .headerBlock .cats li a:hover span { background-size: 100% 15%; }
html.touchdevice .headerBlock .last { position: absolute; top: 0; right: 0; }
@media screen and (max-width: 767px) { .headerBlock .last { position: absolute; top: 0; right: 0; } }
.headerBlock .last li a { padding: 0 0; }
.headerBlock .last li a.btn-icon { padding: 12px 12px 12px; }
html.touchdevice .headerBlock .last li a.btn-icon { height: 68px; padding: 20px 12px 20px; }
@media screen and (max-width: 800px) { .headerBlock .last li a.btn-icon { padding-left: 8px; padding-right: 8px; } }
@media screen and (max-width: 767px) { .headerBlock .last li a.btn-icon { height: 68px; padding: 20px 12px 20px; } }
html.no-touchdevice .headerBlock .last li a.btn-icon:hover { opacity: .5; }
.headerBlock .last li a span { display: inline-block; padding: 5px 8px 4px; vertical-align: bottom; transition-property: background; transition-duration: .2s; }
@media screen and (max-width: 767px) { .headerBlock .last li { display: none; } }
.headerBlock .last li.sp-view { display: none; }
@media screen and (max-width: 767px) { .headerBlock .last li.sp-view { display: block; } }
html.touchdevice .headerBlock .last li { display: none; }
html.touchdevice .headerBlock .last li.sp-view { display: block; }
html.touchdevice .headerBlock.open { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
html.touchdevice .headerBlock.open .headerBlock-inner, html.touchdevice .headerBlock.open .inner { padding-bottom: 0 !important; }
html.touchdevice .headerBlock.open .last { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; /* Safari */ flex-wrap: wrap; background-color: #FFF; border-bottom: 2px solid #fff; }
html.touchdevice .headerBlock.open .last li { width: 33%; padding: 0; margin: 0; background-color: #EEEEEE; }
html.touchdevice .headerBlock.open .last li a span { padding-top: 10px; padding-bottom: 10px; }
html.touchdevice .headerBlock.open .last a { width: 100%; border-radius: 0; text-align: center; margin: 0; height: 40px; }
@media screen and (max-width: 767px) { .headerBlock.open { box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
    .headerBlock.open .headerBlock-inner, .headerBlock.open .inner { padding-bottom: 0 !important; }
    .headerBlock.open .cats { display: block; background-color: #FFF; margin-left: 0; margin-top: 10px; }
    .headerBlock.open .cats li { width: auto; border-bottom: 2px #FFF solid; }
    .headerBlock.open .cats li a { display: block; width: auto; background-color: #FFD900; border-radius: 0; font-size: 15px; line-height: 1.2; padding-top: 14px; padding-bottom: 14px; }
    .headerBlock.open .cats li a span { display: block; vertical-align: middle; position: relative; }
    .headerBlock.open .cats li a span:after { position: absolute; top: -4px; right: 0; display: inline-block; font: normal normal normal 26px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333; content: "\f105"; line-height: 26px; vertical-align: text-bottom; }
    .headerBlock.open .last { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; /* Safari */ flex-wrap: wrap; background-color: #FFF; border-bottom: 2px solid #fff; }
    .headerBlock.open .last li { width: 33%; padding: 0; margin: 0; background-color: #EEEEEE; }
    .headerBlock.open .last li a span { padding-top: 10px; padding-bottom: 10px; }
    .headerBlock.open .last a { width: 100%; border-radius: 0; text-align: center; margin: 0; height: 40px; } }
.headerBlock .site-logo { margin-left: 10px; }
@media screen and (max-width: 767px) { .headerBlock .site-logo { margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 359px) { .headerBlock .site-logo { margin-left: 10%; } }
html.touchdevice .headerBlock .site-logo { margin-left: auto; margin-right: auto; }
@media screen and (max-width: 359px) { html.touchdevice .headerBlock .site-logo { margin-left: 10%; } }
.headerBlock .site-logo a > img { width: 202px; height: auto; }
@media screen and (max-width: 1080px) { .headerBlock .site-logo a > img { width: 150px; } }
@media screen and (max-width: 767px) { .headerBlock .site-logo a > img { width: 182px; } }
.headerBlock .site-logo i { display: none; margin-left: 5px; }
.headerBlock .site-logo i img { width: 87px; height: auto; }
.headerBlock .catMenu { display: flex; margin-left: 50px; }
@media screen and (max-width: 1140px) { .headerBlock .catMenu { margin-left: 20px; } }
@media screen and (max-width: 767px) { .headerBlock .catMenu { display: none; } }
html.touchdevice .headerBlock .catMenu { display: none; }
.headerBlock .catMenu-item { display: block; }
.headerBlock .catMenu-item > a, .headerBlock .catMenu-item > span { display: block; font-size: 14px; font-size: 1.4rem; line-height: 1.2; font-weight: bold; padding: 29px 12px; }
@media screen and (max-width: 1140px) { .headerBlock .catMenu-item > a, .headerBlock .catMenu-item > span { font-size: 10px; font-size: 1rem; line-height: 1.2; padding: 29px 6px; } }
@media screen and (max-width: 800px) { .headerBlock .catMenu-item > a, .headerBlock .catMenu-item > span { padding-left: 0; height: 75px; } }
@media screen and (max-width: 767px) { .headerBlock .catMenu-item > a, .headerBlock .catMenu-item > span { padding: 20px 2px; height: 68px; } }
html.no-touchdevice .headerBlock .catMenu-item > a:hover { text-decoration: none; color: #B90000; }
.headerBlock .catMenu-toggle > a:after, .headerBlock .catMenu-toggle > span:after { font-family: FontAwesome,'FontAwesome'; font-size: 12px; font-size: 1.2rem; vertical-align: middle; color: #B90000; content: "\f078"; display: inline-block; width: 18px; height: 17px; text-align: center; transition: all .1s; }
@media screen and (max-width: 800px) { .headerBlock .catMenu-toggle > a:after, .headerBlock .catMenu-toggle > span:after { height: 12px; } }
html.no-touchdevice .headerBlock .catMenu-toggle > a:hover { background-color: #DEDED1; text-decoration: none; }
html.no-touchdevice .headerBlock .catMenu-toggle > a:hover:after { transform: rotate(-90deg); text-decoration: none; }
.headerBlock .catMenu-second { display: none; /**/ position: fixed; left: 0; top: 75px; background-color: #DEDED1; width: 100%; text-align: center; padding-top: 19px; padding-bottom: 38px; }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second { top: 60px; } }
.headerBlock .catMenu-second.one-line ul li:nth-child(1), .headerBlock .catMenu-second.one-line ul li:nth-child(2), .headerBlock .catMenu-second.one-line ul li:nth-child(3), .headerBlock .catMenu-second.one-line ul li:nth-child(4), .headerBlock .catMenu-second.one-line ul li:nth-child(5), .headerBlock .catMenu-second.one-line ul li:nth-child(6) { border-bottom: none; }
.headerBlock .catMenu-second ul { width: auto; display: inline-flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; max-width: 1220px; margin: auto; }
.headerBlock .catMenu-second ul > li { display: block; text-align: left; margin-top: -1px; border-top: 1px solid #B1B194; border-right: 1px solid #B1B194; width: calc(100% / 6); }
@supports (-ms-ime-align: auto) { .headerBlock .catMenu-second ul > li { width: calc(100% / 6 - 1px); } }
.headerBlock .catMenu-second ul > li:nth-child(1), .headerBlock .catMenu-second ul > li:nth-child(2), .headerBlock .catMenu-second ul > li:nth-child(3), .headerBlock .catMenu-second ul > li:nth-child(4), .headerBlock .catMenu-second ul > li:nth-child(5), .headerBlock .catMenu-second ul > li:nth-child(6) { border-top: none; border-bottom: 1px solid #B1B194; }
.headerBlock .catMenu-second ul > li:nth-child(6n), .headerBlock .catMenu-second ul > li:last-child { border-right: none; }
.headerBlock .catMenu-second ul > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 1.2; padding-left: 11px; padding-right: 11px; position: relative; }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second ul > li a { font-size: 11px; font-size: 1.1rem; line-height: 1.2; } }
.headerBlock .catMenu-second ul > li a::after { font-family: FontAwesome,'FontAwesome'; font-size: 12px; font-size: 1.2rem; vertical-align: middle; color: #AAA; content: "\f054"; display: inline-block; position: absolute; top: 20px; right: 12px; }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second ul > li a::after { font-size: 10px; font-size: 1rem; top: 17px; } }
.headerBlock .catMenu-second ul > li > a { padding-top: 11px; padding-bottom: 8px; vertical-align: middle; }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second ul > li > a { padding-top: 6px; padding-bottom: 5px; } }
.headerBlock .catMenu-second ul > li > a::before { content: ""; display: inline-block; height: 3.36rem; width: 0; vertical-align: middle; }
.headerBlock .catMenu-second ul > li > a:first-child { min-height: calc(3.36rem + 19px); }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second ul > li > a:first-child { min-height: calc(2.64rem + 11px); } }
.headerBlock .catMenu-second ul > li > a:first-child > span { display: inline-block; vertical-align: middle; }
html.no-touchdevice .headerBlock .catMenu-second ul > li > a:hover { color: #B90000; text-decoration: none; }
html.no-touchdevice .headerBlock .catMenu-second ul > li > a:hover:after { color: #B90000; text-decoration: none; }
.headerBlock .catMenu-second--col5.one-line ul > li:nth-child(1), .headerBlock .catMenu-second--col5.one-line ul > li:nth-child(2), .headerBlock .catMenu-second--col5.one-line ul > li:nth-child(3), .headerBlock .catMenu-second--col5.one-line ul > li:nth-child(4), .headerBlock .catMenu-second--col5.one-line ul > li:nth-child(5) { border-bottom: none; }
.headerBlock .catMenu-second--col5 ul { max-width: calc(1220px * 5 / 6); }
.headerBlock .catMenu-second--col5 ul > li { width: calc(100% / 5); }
.headerBlock .catMenu-second--col5 ul > li:nth-child(1), .headerBlock .catMenu-second--col5 ul > li:nth-child(2), .headerBlock .catMenu-second--col5 ul > li:nth-child(3), .headerBlock .catMenu-second--col5 ul > li:nth-child(4), .headerBlock .catMenu-second--col5 ul > li:nth-child(5) { border-bottom: 1px solid #B1B194; }
.headerBlock .catMenu-second--col5 ul > li:nth-child(6) { border-top: 1px solid #B1B194; border-right: 1px solid #B1B194; border-bottom: none; }
.headerBlock .catMenu-second--col5 ul > li:nth-child(6n) { border-right: 1px solid #B1B194; }
.headerBlock .catMenu-second--col5 ul > li:nth-child(5n) { border-right: none; }
.headerBlock .catMenu-second--more { max-width: 1220px; text-align: right; margin: 28px auto 0; }
.headerBlock .catMenu-second--more a { display: inline-block; background-color: #111; color: #FFF; font-size: 14px; font-size: 1.4rem; line-height: 1.2; padding: 10px 25px; text-align: center; margin-right: 10px; transition: all .1s; }
@media screen and (max-width: 1080px) { .headerBlock .catMenu-second--more a { font-size: 10px; font-size: 1rem; line-height: 1.2; } }
html.no-touchdevice .headerBlock .catMenu-second--more a:hover { background-color: #000; color: #BBB; }
.headerBlock .catMenu .entry a { padding: 0 11px 20px; }
.headerBlock .catMenu .entry a > figure, .headerBlock .catMenu .entry a > .body { float: none; width: 100%; }
html.no-touchdevice .headerBlock .catMenu .entry a:hover .body .title { color: #B90000; text-decoration: underline; }
.headerBlock .catMenu .entry figure { margin-bottom: 8px; }
.headerBlock .catMenu .entry figure img { width: 100%; height: auto; vertical-align: top; margin-bottom: 0; }
.headerBlock .catMenu .entry .body .meta { display: none; }
.headerBlock .catMenu .entry .body .title { /* h3 */ font-size: 14px; font-size: 1.4rem; line-height: 1.25; font-weight: normal; }
.headerBlock .catMenu .entry .body .credit { display: none; }
.headerBlock .catMenu-plus { display: flex; margin-left: 0; }
html.touchdevice .headerBlock .catMenu-plus { position: absolute; top: 0; right: 54px; }
@media screen and (max-width: 767px) { .headerBlock .catMenu-plus { position: absolute; top: 0; right: 54px; } }
.headerBlock .catMenu-plus .toggle-search { padding-top: 25px; padding-bottom: 27px; }
@media screen and (max-width: 767px) { .headerBlock .catMenu-plus .toggle-search { padding-top: 20px; padding-bottom: 25px; } }
.headerBlock .catMenu-plus .toggle-search:before { display: inline-block; font: normal normal normal 2.2rem/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; content: "\f002"; top: -.2em; }
body.search-open .headerBlock .catMenu-plus .toggle-search:before { content: "\f00d"; }
.headerBlock .catMenu-plus .toggle-search span { display: none; }
.headerBlock .toggle-over > a, .headerBlock .toggle-over > span { background-color: #DEDED1; }
.headerBlock .toggle-over .catMenu-second { display: block; }
.headerBlock .header-credit { display: none; position: absolute; top: 5px; right: 0; display: block; margin: 5px auto 0; text-align: right; font-size: 70%; }
@media screen and (max-width: 767px) { .headerBlock .header-credit { text-align: center; } }
html.touchdevice .headerBlock .header-credit { text-align: center; }

.headerBlock-search { position: fixed; top: -180px; left: 0; width: 100%; background-color: #24252B; z-index: 9; transition: .3s top ease; }
.headerBlock-search__inner { padding: 40px 16px; text-align: center; }
body.search-open .headerBlock-search { top: calc( (1.4rem * 1.2) + 58px ); }
@media screen and (max-width: 767px) { body.search-open .headerBlock-search { top: 68px; } }
.headerBlock-search input.form-control { border-radius: 0; border: 0; }
.headerBlock-search .searchBox { display: flex; max-width: 682px; justify-content: center; align-items: center; margin: auto; }
.headerBlock-search .searchBox form { width: 100%; line-height: 35px; border-radius: 0; border: none; font-size: 0.875rem; position: relative; }
.headerBlock-search .searchBox .btn-search { position: absolute; top: 56%; right: 0; transform: translateY(-50%); border: none; background: none; }
.headerBlock-search .searchBox .btn-search:before { display: inline-block; font: normal normal normal 1.9rem/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #000; content: "\f002"; }
.headerBlock-search .searchBox .btn-search span { display: none; }

.spMenu { display: none; background-color: #DEDED1; position: fixed; z-index: 9; width: 100%; height: calc(100vh - 68px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding-bottom: 100px; }
html.touchdevice body.menu-open .spMenu { display: block; }
@media screen and (max-width: 767px) { body.menu-open .spMenu { display: block; } }
.spMenu-cat { padding-top: 10px; }
.spMenu .catMenu { padding: 0; list-style: none; }
.spMenu .catMenu-item { display: block; }
.spMenu .catMenu-item > a, .spMenu .catMenu-item > span { display: block; position: relative; text-align: center; font-size: 13px; font-size: 1.3rem; line-height: 1.2; color: #111; font-weight: bold; padding: 18px 16px 19px; background-color: #DEDED1; border-bottom: 1px solid #B1B194; }
.spMenu .catMenu-item > a:after, .spMenu .catMenu-item > span:after { font-family: FontAwesome,'FontAwesome'; font-size: 12px; font-size: 1.2rem; vertical-align: middle; color: #AAA; content: "\f054"; display: inline-block; width: 12px; height: 12px; text-align: right; transition: all .1s; position: absolute; top: calc(50% - 6px); right: 15px; transition: all .1s; }
.spMenu .catMenu-second { display: none; padding: 8px 0 18px; background-color: #E8E8DF; border-bottom: 1px solid #B1B194; /*       &--more { a { color: #111; font-weight: bold; display: block; padding: 8px 12px; html.no-touchdevice &:hover { background-color: #DEDED1; } } }
*/ }
.spMenu .catMenu-second ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; padding: 0; }
.spMenu .catMenu-second ul > li { display: block; width: 50%; }
.spMenu .catMenu-second ul > li a { color: #111; font-weight: bold; display: block; text-align: left; padding: 8px 12px; }
html.no-touchdevice .spMenu .catMenu-second ul > li a:hover { background-color: #DEDED1; }
.spMenu .catMenu-second--more { margin-top: 15px; text-align: center; }
.spMenu .catMenu-second--more a { display: inline-block; background-color: #111; color: #FFF; font-size: 10px; font-size: 1rem; line-height: 1.2; padding: 10px 25px; text-align: center; margin-left: auto; margin-right: auto; transition: all .1s; }
.spMenu .catMenu-toggle > a:after, .spMenu .catMenu-toggle > span:after { transform: rotate(90deg); }
.spMenu .catMenu-toggle.open > a:after, .spMenu .catMenu-toggle.open > span:after { transform: rotate(-90deg); }
.spMenu .catMenu .entry { display: none; }

/******************************************************** body.scroll **/
body.scroll .site-logo { width: 150px; }
body.scroll .site-logo a img { height: 24px; width: auto; }
body.scroll .site-logo a img.logo { width: auto; height: 24px; }
body.scroll .site-logo a img.logo2 { width: auto; height: 24px; }
body.scroll #header.container-fluid .headerBlock-inner, body.scroll #header.container-fluid .inner, body.scroll .headerBlock.container-fluid .headerBlock-inner, body.scroll .headerBlock.container-fluid .inner { padding-top: 0px; padding-bottom: 0px; }
body.scroll #header .cats li a, body.scroll .headerBlock .cats li a { padding: .5em 8px; }
body.scroll #header .last li a, body.scroll .headerBlock .last li a { padding: 0 0; }
body.scroll #header .last li a.btn-icon, body.scroll .headerBlock .last li a.btn-icon { padding-top: .2em; transition: .3s; }

/******************************************************** footer **/
#footer { /******************************* .footer-renew */ }
body .wrapper #footer { background-color: #000; }
#footer.container-fluid .inner { text-align: center; padding-top: 47px; padding-bottom: 98px; position: relative; color: #FFF; }
@media screen and (max-width: 767px) { #footer.container-fluid .inner { padding-top: 23px; padding-bottom: 40px; } }
#footer ul { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; list-style: none; padding-left: 0; margin-bottom: 0; }
#footer ul.footer-nav { margin-bottom: 12px; }
@media screen and (max-width: 920px) { #footer ul.footer-nav { display: inline-block; margin-bottom: 12px; } }
@media screen and (max-width: 767px) { #footer ul.footer-nav { padding-top: 48px; } }
#footer ul.footer-nav li { height: 12px; border-right: 2px solid #999; padding-left: 3px; padding-right: 3px; }
#footer ul.footer-nav li:last-child { border-right: none; }
@media screen and (max-width: 920px) { #footer ul.footer-nav li { float: left; border: none; height: auto; } }
@media screen and (max-width: 600px) { #footer ul.footer-nav li { width: 50%; } }
#footer ul.footer-nav li a { display: block; font-size: 13px; line-height: 1.2; padding-left: 15px; padding-right: 15px; color: #FFF; margin-top: -12px; vertical-align: bottom; padding-top: 10px; padding-bottom: 10px; border-radius: 3px; }
html.no-touchdevice #footer ul.footer-nav li a:hover { background-color: #FFF; color: #000; }
@media screen and (max-width: 920px) { #footer ul.footer-nav li a { margin-top: 0; } }
@media screen and (max-width: 600px) { #footer ul.footer-nav li a { width: 100%; font-size: 12px; } }
@media screen and (max-width: 374px) { #footer ul.footer-nav li a { width: 100%; font-size: 11px; } }
#footer li a { display: inline-block; }
#footer .footer-credit { width: 100%; position: absolute; bottom: 0; left: 0; margin-left: 0; margin-right: 0; }
#footer .footer-credit p { font-size: 10px; font-size: 1rem; text-align: center; margin: auto; }
@media screen and (max-width: 767px) { #footer .footer-credit p { font-size: 8px; font-size: .8rem; } }
#footer.footer-renew ul.footer-nav { position: relative; }
@media screen and (max-width: 767px) { #footer.footer-renew ul.footer-nav { padding-top: 70px; } }
body .wrapper #footer.footer-renew { background-color: #DEDED1; }
#footer.footer-renew .footer-info a, #footer.footer-renew .btn-icon:after, #footer.footer-renew ul.footer-nav li a { color: #111; }
#footer.container-fluid.footer-renew .inner { color: #111; }
#footer .copyright { text-align: center; font-size: 13px; margin-bottom: 45px; }
@media screen and (max-width: 767px) { #footer .copyright { text-align: left; margin-bottom: 15px; font-size: 10px; } }
@media screen and (max-width: 460px) { #footer .copyright { font-size: 10px; } }
#footer .footer-links { position: relative; padding-bottom: 40px; }
@media screen and (max-width: 767px) { #footer .footer-links { padding-bottom: 20px; } }
#footer .footer-links li { margin-left: 7px; margin-right: 7px; }
html.no-touchdevice #footer .footer-links li a:hover, html.no-touchdevice #footer .footer-links li a:hover img { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
@media screen and (max-width: 767px) { #footer .footer-links { position: absolute; top: 65px; left: 0; width: 100%; } }
@media screen and (max-width: 460px) { #footer .footer-nav li { padding-left: 0; padding-right: 0; }
    #footer .footer-nav li a { font-size: 10px; padding-left: 10px; padding-right: 10px; }
    #footer .footer-nav li:first-child a { padding-left: 2px; }
    #footer .footer-nav li:last-child a { padding-right: 2px; } }
#footer .footer-info { margin: 0 auto 25px; }
@media screen and (max-width: 374px) { #footer .footer-info { text-align: left; } }
#footer .footer-info a { color: #FFF; text-decoration: underline; }
html.no-touchdevice #footer .footer-info a:hover { text-decoration: none; opacity: .8; }

body .wrapper #footerCopy { background-color: #555; color: #fff; text-align: right; font-size: 10px; padding: 5px 5px; }
@media screen and (max-width: 767px) { body .wrapper #footerCopy { text-align: center; font-size: 10px; } }
body .wrapper #footerCopy p { margin: 0 auto; max-width: 1220px; }

/******************************************************** .two-columun **/
.two-columun .inner { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
@media screen and (max-width: 767px) { .two-columun .inner { display: block; } }
.two-columun.has-margin .inner { padding-bottom: 60px; }
@media screen and (max-width: 767px) { .two-columun.has-margin .inner { padding-top: 10px; padding-bottom: 20px; } }

.content-side { position: absolute; top: 0; left: -200px; }

.content { -webkit-flex-grow: 1; /* Safari */ flex-grow: 1; width: 800px; padding-top: 40px; padding-right: 40px; padding-bottom: 60px; margin: 0 auto; margin-left: 0; margin-right: 40px; border-right: 1px solid #DDD; font-size: 16px; line-height: 1.8; }
@media screen and (max-width: 920px) { .content { width: auto; } }
@media screen and (max-width: 767px) { .content { font-size: 14px; line-height: 1.6; width: auto; border-right: none; margin-right: 0; padding-top: 0; padding-right: 0; } }
@media screen and (max-width: 460px) { .content { padding-bottom: 0; } }
.content h2.widget-header { text-align: center; font-size: 20px; font-weight: bold; margin-bottom: 40px; }
.content h2.widget-header span { display: inline-block; }
.content p { margin-bottom: 1.8em; }
body.page .content { padding-right: 0; margin-left: auto; margin-right: auto; border: none; }
@media screen and (max-width: 820px) { body.page .content { width: auto; padding-right: 0; margin-left: auto; margin-right: auto; } }
@media screen and (max-width: 767px) { body.page .content { padding-top: 15px; } }
.content .section.section-header { padding-bottom: 24px; border-bottom: 1px #ccc solid; margin-bottom: 20px; }
@media screen and (max-width: 920px) { .content .section.section-header { padding-bottom: 15px; } }
.content .section.section-footer { margin-top: 16px; padding-top: 28px; padding-bottom: 40px; }
.content .section-content h2 { font-size: 20px; line-height: 1.4; font-weight: bold; margin-top: 38px; margin-bottom: 10px; }
@media screen and (max-width: 920px) { .content .section-content h2 { font-size: 26px; margin-top: 30px; margin-bottom: 30px; } }
@media screen and (max-width: 767px) { .content .section-content h2 { font-size: 18px; } }
.content .section-content h3, .content .section-content h4, .content .section-content h5, .content .section-content h6 { font-weight: bold; margin-bottom: 1em; }
.content .section-content h3 { margin-top: 1em; }

.section-header { /* dl.prof */ }
.section-header .main { /* figure.main */ margin-bottom: 25px; }
@media screen and (max-width: 920px) { .section-header .main { margin-bottom: 15px; } }
.section-header .subject { /* span.subject */ font-size: 30px; font-weight: bold; line-height: 1.2; margin-bottom: 13px; }
@media screen and (max-width: 920px) { .section-header .subject { font-size: 16px; margin-bottom: 8px; } }
.section-header h1 { font-size: 28px; font-weight: bold; line-height: 1.2; margin-top: 0; margin-bottom: 10px; }
@media screen and (max-width: 920px) { .section-header h1 { font-size: 24px; margin-bottom: 6px; margin-top: 0; } }
@media screen and (max-width: 767px) { .section-header h1 { font-size: 16px; } }
.section-header h1 span.pr { display: inline-block; margin: 0 0 0 5px; color: #999; font-size: 60%; font-weight: normal; }
.section-header .sns { max-width: 214px; margin-left: auto; display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
.section-header .sns > * { margin-left: 5px; }
.section-header .sns > *:first-child { margin-left: 0; }
@media screen and (min-width: 920px) { .section-header .sns > * { margin-left: 0; } }
@media screen and (min-width: 920px) { .section-header .sns { position: absolute; left: -70px; top: 40px; max-width: 50px; display: block; } }
@media screen and (min-width: 1400px) { .section-header .sns { left: -116px; } }
@media screen and (max-width: 600px) { .section-header .sns { max-width: inherit; width: 100%; } }
@media screen and (max-width: 600px) { .section-header .sns li { width: 50%; } }
.section-header .meta { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; /* Safari */ flex-wrap: wrap; padding-bottom: 0; }
.section-header .prof { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.section-header .prof dt { margin-right: 8px; }
.section-header .prof .job, .section-header .prof .name { display: block; font-size: 14px; line-height: 1.2; }
.section-header .tags { list-style: none; display: -webkit-flex; display: flex; font-size: 13px; line-height: 1.2; }
@media screen and (max-width: 600px) { .section-header .tags { margin-left: auto; } }
.section-header .tags li a { color: #333; }
.section-header .tags li:before { content: ","; }
.section-header .tags li:first-child:before { font: normal normal normal 14px/1 FontAwesome; content: "\f02c"; display: inline-block; margin-right: 5px; }
@media screen and (min-width: 1400px) { .page-content.two-columun .section-header .sns > * { margin-left: auto; } }
@media screen and (min-width: 920px) { .page-content.two-columun .section-header .sns { position: relative; left: 0; top: 0; max-width: 214px; margin-left: auto; display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; } }
@media screen and (min-width: 1260px) { .page-content.two-columun .section-header .sns { position: absolute; left: 0; top: 40px; max-width: 50px; display: block; } }
@media screen and (min-width: 1400px) { .page-content.two-columun .section-header .sns { left: -70px; } }

.section-footer h2 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.2; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 1px #ddd solid; clear: both; }
.section-footer .profile { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; padding-left: 25px; padding-right: 25px; }
@media screen and (max-width: 960px) { .section-footer .profile { padding-left: 5px; padding-right: 5px; } }
@media screen and (max-width: 767px) { .section-footer .profile { padding-left: 25px; padding-right: 25px; } }
@media screen and (max-width: 640px) { .section-footer .profile { padding-left: 5px; padding-right: 5px; font-size: 90%; } }
.section-footer .profile .thumb { margin-right: 28px; }
@media screen and (max-width: 960px) { .section-footer .profile .thumb { width: 25%; margin-right: 15px; } }
@media screen and (max-width: 767px) { .section-footer .profile .thumb { margin-right: 28px; } }
@media screen and (max-width: 640px) { .section-footer .profile .thumb { margin-right: 20px; } }
@media screen and (max-width: 960px) { .section-footer .profile .thumb img { max-width: 140px; width: 100%; height: auto; } }
.section-footer .profile p { width: auto; }
@media screen and (max-width: 960px) { .section-footer .profile p { width: 70%; } }
.section-footer .profile .name { display: block; }
@media screen and (max-width: 640px) { .section-footer .profile .name { font-size: 16px; } }
.section-footer .sns { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: stretch; align-items: stretch; }
.section-footer .sns > * { margin-left: 5px; }
.section-footer .sns > *:first-child { margin-left: 0; }

.section-header figure { width: 100%; }
.section-content figure { margin-bottom: 52px; width: 100%; }
.section-content figure figcaption { font-size: 13px; line-height: 1.4; margin-top: .8em; }
.section-content figure.imgWidthAuto img { width: auto; height: auto; max-width: 100%; }
@media screen and (max-width: 640px) { .section-content figure.imgWidthAuto img { width: 100%; height: auto; } }
.section-header figure img, .section-content figure img { width: 100%; height: auto; }

/******************************************************** .entry-list **/
.entry-list-ul { margin-top: 10px; padding-left: 0; display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; /* Safari */ flex-wrap: wrap; }
.entry-list-ul li { display: block; width: 270px; padding-bottom: 15px; overflow: visible; }
@media screen and (max-width: 1240px) { .entry-list-ul li { width: 32%; } }
@media screen and (max-width: 960px) { .entry-list-ul li { width: 48%; } }
@media screen and (max-width: 767px) { .entry-list-ul li { width: 32%; } }
@media screen and (max-width: 640px) { .entry-list-ul li { width: 48%; } }
aside .entry-list-ul li { padding-bottom: 0; width: auto; }
.entry-list-ul li a, .entry-list-ul li a figure { overflow: visible; }
.entry-list-ul li a { background: url(../images/fukidashi-list-ul.png) left top no-repeat; background-size: 36px 30px; display: block; color: #333; padding-top: 42px; padding-bottom: 20px; position: relative; font-size: 16px; font-weight: bold; line-height: 1.6; }
aside .entry-list-ul li a { font-size: 14px; background-size: 24px auto; padding-top: 0; padding-bottom: 1em; padding-left: 30px; min-height: 4.2em; }
html.no-touchdevice .entry-list-ul li a:hover { text-decoration: underline; }
.entry-list-ul li a span.Read { display: inline-block; font-size: 14px; font-weight: normal; line-height: 1.7; margin-top: 10px; }

@media screen and (min-width: 768px) { body.page .content .entry-list { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
/************************************************************ .entry **/
.entry { overflow: visible; border-bottom: #DDD solid 1px; }
@media screen and (min-width: 768px) { body.page .content .entry { width: 235px; padding-bottom: 20px; overflow: visible; border-bottom: none; padding-top: 0; } }
@media screen and (min-width: 820px) { body.page .content .entry { width: 253px; } }
@media screen and (min-width: 768px) { body.page .content .entry a { padding-top: 0; } }
@media screen and (min-width: 768px) { body.page .content .entry a > figure, body.page .content .entry a > .body { float: none; width: 100%; } }
@media screen and (max-width: 767px) { body.page .content .entry.entry-lg a > figure { margin-left: -15px; } }
@media screen and (max-width: 600px) { body.page .content .entry.entry-lg a > figure { margin-left: -10px; } }
@media screen and (min-width: 768px) { body.page .content .entry .meta { display: none; } }
@media screen and (min-width: 768px) { body.page .page-content.two-columun .content .entry { width: 49%; } }
@media screen and (min-width: 1024px) { body.page .page-content.two-columun .content .entry { width: 33%; max-width: 253px; } }
aside .entry .body { padding-bottom: 10px; }
aside .entry .meta { display: none; }
.content .entry-list > .entry:first-child a { padding-top: 0; }
.entry-list > .entry:first-child { padding-top: 0; }
.entry-list > .entry:last-child { padding: 0; }
.entry a { /* .entry a */ padding-top: 20px; display: block; color: #333; position: relative; }
html.no-touchdevice .entry a:hover { text-decoration: none; }
@media screen and (max-width: 640px) { .entry a { overflow: visible; }
    .entry a figure { overflow: visible; } }
.entry a > .body { float: right; width: 60%; }
.content .entry a > .body { width: 63%; }
.entry a > figure { float: left; width: 35%; }
.entry figure { width: 100%; margin-bottom: 18px; position: relative; overflow: hidden; }
@media screen and (max-width: 767px) { .entry figure { margin-bottom: 10px; } }
.entry figure img { width: 100%; height: auto; }
.entry .recommend { position: absolute; top: 10px; left: -4px; color: #fff; font-size: 13px; line-height: 16px; padding: 4px 9px; background-color: #555555; }
@media screen and (max-width: 767px) { .entry .recommend { font-size: 12px; padding: 3px 6px; } }
.entry .recommend i { font-style: normal; }
.entry .recommend:before { content: ''; position: absolute; top: 100%; left: 0; border-style: solid; border-color: transparent; border-width: 0 4px 4px 0; border-right-color: #ccc; }
.entry .subject { display: inline-block; font-size: 16px; line-height: 1.2; font-weight: bold; margin-bottom: 0; }
@media screen and (max-width: 640px) { .entry .subject { font-size: 13px; } }
.entry.entry-lg { width: 100%; padding-bottom: 20px; }
@media screen and (max-width: 600px) { .entry.entry-lg a > * { margin-left: 0; } }
.entry.entry-lg a > .body { float: none; width: 100%; }
.entry.entry-lg a > figure { position: relative; width: 100%; margin-left: 0; }
@media screen and (max-width: 767px) { .entry.entry-lg a > figure { margin-left: -15px; } }
@media screen and (max-width: 600px) { .entry.entry-lg a > figure { position: relative; width: 100%; margin-left: -10px; } }
.entry.entry-lg a > .recommend { margin-left: 0; }
@media screen and (max-width: 600px) { .entry.entry-lg a > .recommend { margin-left: 0; } }
.entry.entry-lg .subject { font-size: 20px; }
.entry.entry-lg .title { font-size: 28px; }
@media screen and (max-width: 640px) { .entry.entry-lg .title { font-size: 16px; } }
@media screen and (max-width: 640px) { .entry.sp-row { width: 100%; border-bottom: 1px #DDD solid; padding-bottom: 0; } }
@media screen and (max-width: 640px) { .entry.sp-row a { display: block; width: 100%; position: relative; padding-top: 10px; padding-bottom: 0; } }
@media screen and (max-width: 640px) { .entry.sp-row a > .recommend { margin-left: 0; } }
.entry .title, .entry h2.title, .entry h3.title { font-size: 22px; line-height: 1.2; font-weight: bold; margin-top: 0; margin-bottom: 10px; }
@media screen and (max-width: 640px) { .entry .title, .entry h2.title, .entry h3.title { font-size: 13px; margin-bottom: 0; } }
@media screen and (min-width: 768px) { body.page .content .entry .title, body.page .content .entry h2.title, body.page .content .entry h3.title { font-size: 14px; } }
aside .entry .title, aside .entry h2.title, aside .entry h3.title { font-size: 14px; }
@media screen and (max-width: 640px) { aside .entry .title, aside .entry h2.title, aside .entry h3.title { font-size: 13px; } }
.entry h3.title span.pr { display: inline-block; margin: 0 0 0 5px; color: #999; font-size: 60%; font-weight: normal; }
.entry p { font-size: 14px; line-height: 1.7; }
@media screen and (max-width: 640px) { .entry p:not(.sp-show) { display: none; } }
.entry .meta { min-height: 20px; }
.entry .meta > * { display: inline-block; padding-right: 15px; margin-right: 10px; border-right: 1px solid #DDD; }
.entry .meta > *:last-child { padding-right: 0; margin-right: 0; border-right: none; }
.entry .meta .prof { display: -webkit-flex; /* Safari */ display: flex; -webkit-flex-direction: row; /* Safari */ flex-direction: row; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.entry .meta .prof .job, .entry .meta .prof .name { display: block; font-size: 14px; line-height: 1.2; padding-right: 5px; min-width: 7em; }
@media screen and (max-width: 640px) { .entry .meta .prof .job, .entry .meta .prof .name { font-size: 12px; } }
.entry .meta .tags { margin-left: auto; list-style: none; display: -webkit-flex; display: flex; font-size: 14px; line-height: 1.2; display: inline-block; padding-left: 24px; position: relative; margin-top: 0; margin-bottom: 0; }
@media screen and (max-width: 640px) { .entry .meta .tags { font-size: 12px; } }
.entry .meta .tags:before { font: normal normal normal 14px/1 FontAwesome; content: "\f02c"; display: inline-block; position: absolute; top: .1em; left: 3px; }
.entry .meta .tags li { display: inline-block; float: left; text-align: right; }
.entry .meta .tags li:before { content: ","; }
.entry .meta .tags li:first-child:before { content: ""; }
.entry .prof dt { margin-right: 8px; }
@media screen and (max-width: 640px) { .entry .prof dt { width: 24px; } }
@media screen and (max-width: 640px) { .entry .prof dt img { width: 24px; height: auto; } }

/************************************************************ .btn-more **/
.btn-more { display: block; width: auto; background-color: #DDDDDD; /*	border: 2px #E5E5E5 solid;*/ border-radius: 8px; margin: 30px 0 50px; padding: 15px; text-align: center; transition: .3s; cursor: pointer; }
.btn-more a span { font-size: 18px; font-weight: bold; color: #333; }
html.no-touchdevice .btn-more a:hover { border-color: #000; text-decoration: none; }
html.no-touchdevice .btn-more a:hover span { color: #000; }

/************************************************* .content .widget **/
.widget .credit { text-align: right; font-size: 12px; line-height: 1.2; color: #CCC; }
.widget .keywords p { font-size: 14px; line-height: 1.8; }
.widget .keywords a { color: #000; }
.widget .ranking > .entry a:before { position: absolute; top: 15px; left: 3px; z-index: 2; }
@media screen and (max-width: 767px) { .widget .ranking > .entry a:before { top: 7px; } }
.widget .ranking > .entry a figure { z-index: 1; }
.widget .ranking > .entry:nth-child(1) a:before { content: url(../images/ranking1.png); }
.widget .ranking > .entry:nth-child(2) a:before { content: url(../images/ranking2.png); }
.widget .ranking > .entry:nth-child(3) a:before { content: url(../images/ranking3.png); }
.widget .ranking > .entry:nth-child(4) a:before { content: url(../images/ranking4.png); }
.widget .ranking > .entry:nth-child(5) a:before { content: url(../images/ranking5.png); }

/************************************************* .main-PR **/
.main-PR { background-position: center center; background-attachment: local; background-repeat: no-repeat; background-size: cover; }
@media screen and (max-width: 1100px) { .main-PR.main-PR-typeL .content { margin-right: auto; padding-right: 0; } }
@media screen and (max-width: 1100px) { .main-PR.main-PR-typeL aside { display: none; } }
@media screen and (max-width: 980px) { .main-PR .content { margin-right: auto; padding-right: 0; } }
@media screen and (max-width: 980px) { .main-PR aside { display: none; } }
@media screen and (max-width: 1240px) { .main-PR.container-fluid { padding-left: 0; padding-right: 0; } }
.main-PR.container-fluid .inner { background-position: center center; background-attachment: local; background-repeat: no-repeat; background-size: cover; padding-bottom: 0; }

/************************************************* .main-entry **/
.main-entry { background-position: center center; background-attachment: local; background-repeat: no-repeat; background-size: cover; min-height: 400px; border-radius: 4px; overflow: hidden; }
@media screen and (max-width: 767px) { .main-entry { min-height: 300px; } }
@media screen and (max-width: 560px) { .main-entry { min-height: 200px; } }
.main-PR-textW .main-entry { border-radius: 0; }
.main-entry .entry { width: auto; padding-bottom: 0; }
.main-entry .entry a { transition: .3s; color: #FFF; padding: 62px 32px 20px; min-height: 400px; }
@media screen and (max-width: 767px) { .main-entry .entry a { min-height: 300px; padding: 10px; } }
@media screen and (max-width: 560px) { .main-entry .entry a { min-height: 200px; } }
html.no-touchdevice .main-entry .entry a:hover { background-color: rgba(255, 255, 255, 0.3); }
.main-entry .entry a .recommend { position: relative; top: 0; left: 0; }
.main-entry .entry a .recommend:before { display: none; }
.main-entry .entry a .subject { display: block; font-size: 30px; line-height: 1.4; margin-top: 15px; }
@media screen and (max-width: 980px) { .main-entry .entry a .subject { font-size: 25px; margin-top: 10px; } }
@media screen and (max-width: 560px) { .main-entry .entry a .subject { font-size: 15px; } }
.main-entry .entry a .title { display: block; font-size: 40px; line-height: 1.4; margin-bottom: 25px; margin-top: .4em; }
@media screen and (max-width: 980px) { .main-entry .entry a .title { font-size: 30px; line-height: 1.4; margin-bottom: 15px; margin-top: .4em; } }
@media screen and (max-width: 560px) { .main-entry .entry a .title { font-size: 20px; line-height: 1.3; } }
.main-entry .entry a .meta .tags { position: absolute; top: 59px; left: 170px; font-size: 16px; }
@media screen and (max-width: 767px) { .main-entry .entry a .meta .tags { top: 11px; left: 130px; font-size: 12px; } }
.main-entry .entry a .meta dt { margin-right: 15px; }
.main-entry .entry a .meta .job, .main-entry .entry a .meta .name { font-size: 18px; }
@media screen and (max-width: 980px) { .main-entry .entry a .meta .job, .main-entry .entry a .meta .name { font-size: 16px; } }
@media screen and (max-width: 560px) { .main-entry .entry a .meta .job, .main-entry .entry a .meta .name { font-size: 12px; } }
.main-entry.mask-dark .entry a { background-color: rgba(0, 0, 0, 0.4); }
html.no-touchdevice .main-entry.mask-dark .entry a:hover { background-color: rgba(0, 0, 0, 0.7); }

/************************************************* aside **/
aside { padding-top: 40px; width: 300px; margin-left: auto; margin-right: 0; }
.page-content.two-columun aside { min-width: 300px; margin-left: 40px; }
@media screen and (max-width: 980px) { .page-content.two-columun aside { margin-left: 15px; } }
@media screen and (max-width: 767px) { .page-content.two-columun aside { min-width: inherit; } }
@media screen and (max-width: 767px) { aside { width: auto; } }
aside iframe { margin: 40px auto 20px; text-align: center; }
aside .adv300 iframe { margin: 0 auto 0; }
aside .widget { margin-bottom: 30px; }
aside .widget:first-child .widget-header > *:first-child { margin-top: 0; }
aside .widget-header h2 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.2; padding-bottom: 16px; border-bottom: 2px #ddd solid; }
aside .widget-header h2.side-news { font-size: 18px; }
aside .widget-header h2 span { font-size: 14px; color: #999; padding-bottom: 0; border-bottom: none; }
aside .entry-list .entry { width: 100%; margin-bottom: 0; padding-bottom: 0; padding-top: 0; border-bottom: 1px #ccc solid; }
aside .entry-list .entry a { display: block; margin-bottom: 0; padding-bottom: 0; padding-top: 18px; background-color: rgba(0, 0, 0, 0); transition: .3s; }
aside .entry-list .entry a .recommend { position: relative; top: 0; left: 0; }
aside .entry-list .entry a .recommend:before { display: none; }
aside .entry-list .entry a .subject { display: block; line-height: 1.6; }
aside .entry-list .entry a .title { display: block; line-height: 1.6; }
@media screen and (max-width: 767px) { aside .entry-list .entry { padding-top: 10px; } }
.main-PR aside .entry-list { background-position: center center; background-attachment: local; background-repeat: no-repeat; background-size: cover; min-height: 400px; padding-top: 0; }
.main-PR-textW aside .entry-list { padding-top: 23px; }
.main-PR-textW aside .entry-list .entry { min-height: 176px; }
.main-PR-textW aside .entry-list .entry:first-child { border-color: #FFF; }
.main-PR-textW aside .entry-list .entry a { padding-top: 26px; color: #FFF; }
.main-PR-textW aside .entry-list .entry a .subject, .main-PR-textW aside .entry-list .entry a .title { line-height: 1.2; }
.main-PR-textW aside .entry-list .entry:last-child a { padding-top: 26px; }

.section.section-footer h2.articles-news { margin-bottom: 8px; }

ul.articles-news-list, aside ul.side-news-list { margin: 0; padding: 0; }
ul.articles-news-list li, aside ul.side-news-list li { margin: 10px 0; padding: 3px 0 10px; list-style: none; border-bottom: 1px solid #DDD; }
ul.articles-news-list li a, aside ul.side-news-list li a { color: #333; }
ul.articles-news-list li a .Time, aside ul.side-news-list li a .Time { font-size: 80%; font-weight: normal; padding-left: 0.5em; }
ul.articles-news-list li a .Read, aside ul.side-news-list li a .Read { display: block; font-size: 85%; font-weight: normal; }
html.no-touchdevice ul.articles-news-list li a:hover, html.no-touchdevice aside ul.side-news-list li a:hover { color: #333; filter: alpha(opacity=70); opacity: 0.7; text-decoration: none; }

ul.articles-news-list { font-size: 95%; font-weight: bold; }

@media screen and (max-width: 767px) { aside ul.side-news-list li { font-size: 85%; } }

/********************************************************  .over-menu **/
.over-menu { display: none; width: 100%; background-color: #000; top: 70px; z-index: 1000; }
@media screen and (max-width: 767px) { .over-menu { top: 54px; background-color: transparent; } }
.over-menu .inner { padding: 0; }
.over-menu .category { display: flex; margin-bottom: 0; padding-left: 0; list-style: none; }
@media screen and (max-width: 767px) { .over-menu .category { display: block; } }
@media screen and (max-width: 767px) { .over-menu .category li a { display: block; font-size: 13px; line-height: 1.2; padding: 20px 0 0; height: 54px; text-align: center; background-color: rgba(0, 0, 0, 0.84); border-bottom: rgba(255, 255, 255, 0.4) 1px solid; } }
html.no-touchdevice .over-menu .category li a:hover { opacity: .8; }
@media screen and (max-width: 767px) { .over-menu .category li.request { display: block; } }
@media screen and (max-width: 767px) { .over-menu .category li.request a { line-height: 20px; padding-top: 17px; padding-bottom: 17px; vertical-align: baseline; } }
@media screen and (max-width: 767px) { .over-menu .category li.request a:before { font: 20px/1 FontAwesome; content: "\f130"; display: inline-block; text-rendering: auto; vertical-align: baseline; margin-right: 6px; } }
.over-menu li a { display: inline-block; vertical-align: bottom; color: #FFF; font-size: 13px; line-height: 1.2; padding: 13px 5px 0; height: 45px; }
.over-menu li.request { display: none; }
body.menu-open .over-menu { display: block; }
.over-menu .entry-list { display: flex; }
@media screen and (max-width: 767px) { .over-menu .entry-list { display: none; } }
.over-menu .entry-list .entry { width: 340px; overflow: hidden; padding-bottom: 0; padding-top: 0; border-bottom: none; }
.over-menu .entry-list .entry a { background-color: #E7E7E7; padding-right: 1px; padding-top: 0; }
.over-menu .entry-list .entry a > figure { float: none; width: 100%; height: 200px; overflow: hidden; background-attachment: local; background-position: center; background-repeat: no-repeat; background-size: cover; }
@media screen and (max-width: 1400px) { .over-menu .entry-list .entry a > figure { height: 150px; } }
@media screen and (max-width: 1000px) { .over-menu .entry-list .entry a > figure { height: 115px; } }
.over-menu .entry-list .entry a > figure img { display: none; }
.over-menu .entry-list .entry .body { width: 100%; }
.over-menu .entry-list .entry .body .meta { display: none; }
.over-menu .entry-list .entry .body .title { display: inline-block; font-size: 14px; font-weight: normal; color: #111; text-align: left; margin-left: 10px; margin-right: 10px; height: 34px; overflow: hidden; }

.container-fluid.over-menu { margin-top: 6px; padding-left: 0; padding-right: 0; }

/********************************************************  .note **/
.note h3 { font-size: 16px; }
.note ul.link { padding: 0; }
.note ul.link li { color: #CB4040; list-style: none; }
.note ul.link li:before { font: normal normal normal 15px/1 FontAwesome; content: "\f138"; display: inline-block; margin-right: 5px; }
.note ul.link li a { color: #333; }

/********************************************************  .link **/
.faqLink { padding: 0 !important; border-radius: 0 !important; }
.faqLink ul.link li { color: #CB4040; list-style: none; }
.faqLink ul.link li:before { font: normal normal normal 15px/1 FontAwesome; content: "\f138"; display: inline-block; margin-right: 5px; }
.faqLink ul.link li a { color: #333; }

.faq ul.link { padding: 0; }

/********************************************************  .article-list-top **/
figure.article-list-top { margin-top: 20px; }

/********************************************************  .satooya **/
.satooya { /* pageNatione styles */ }
.satooya h2.faqTit { background: #56A945; font-size: 110%; color: #FFF; font-weight: bold; text-align: center; margin: 2em 0 0 !important; padding: 8px 10px 7px; border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px; }
.satooya h2.leftLine { padding: 0 0 0 10px; border-left: 6px solid #CB4040; }
.satooya h3 { background: #EB8C9E; font-size: 110%; color: #FFF; font-weight: bold; text-align: center; margin: 2em 0 1em !important; padding: 8px 10px 7px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.satooya h3.title { color: #000; font-size: 110%; line-height: 1.6; font-weight: bold; margin: 0 0 10px; padding: 0; background: none; text-align: left; }
.satooya h3.special { background: none; font-size: 120%; color: #6ABC6E; font-weight: bold; text-align: left; margin: 2em 0 .5em !important; padding: 0; }
.satooya h4 { line-height: 1.4; }
.satooya dl.type dd { margin: 0 0 15px; }
.satooya dl.step dt { color: #EC6D81; }
.satooya dl.step dd { margin: 0 0 15px; }
.satooya dl.step dd.stepArrow { margin: 8px auto; width: 0; height: 0; border-style: solid; border-width: 15px 20px 0 20px; border-color: #EC6D81 transparent transparent transparent; text-align: center; }
.satooya dl.step div { margin: 0 0 10px; padding: 14px 20px 0px; border: 1px solid #EC6D81; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.satooya dl.faq { padding: 10px 20px; background: #E0EEE0; }
.satooya dl.faq dt { color: #56A945; }
.satooya dl.faq div { margin: 15px 0; padding: 15px 20px; background: #FFF; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
.satooya .logoArea { margin: 40px auto 20px; }
html.no-touchdevice .satooya .logoArea text-align:center a:hover img { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
.satooya .satooya-pht { margin: 0 auto 40px; text-align: center; width: 450px; }
@media screen and (max-width: 767px) { .satooya .satooya-pht { width: 100%; } }
.satooya .satooya-pht-widthAuto { margin: 0 auto 40px; text-align: center; }
@media screen and (max-width: 767px) { .satooya .satooya-pht-widthAuto { width: 100% !important; } }
.satooya figure figcaption { text-align: left; }
.satooya figure figcaption.al-center { text-align: center; }
.satooya figure figcaption .name { font-size: 115%; font-weight: bold; }
.satooya figure figcaption strong { font-size: 125%; }
.satooya .pageNation { margin: 0 auto; text-align: center; width: 100%; position: relative; overflow: hidden; }
.satooya ul.paginate { font-size: 1.1em; position: relative; left: 45%; float: left; }
.satooya ul.paginate li { padding: 0; font-weight: bold; list-style: none; position: relative; left: -50%; float: left; }
.satooya ul.paginate li a { display: block; float: left; color: #FFF; text-decoration: none; padding: 1.5px 12px; margin-right: 6px; border-radius: 16px; background: #EB8C9E; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear; }
html.no-touchdevice .satooya ul.paginate li a:hover { background: #E35E78; }
.satooya ul.paginate li a:active { -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55); -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55); box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55); }
.satooya ul.paginate li.navpage a { padding: 9px 13px; background: #607c5d; color: #FFF; }
html.no-touchdevice .satooya ul.paginate li.navpage a:hover { background: #EB8C9E; }
.satooya ul.paginate li.single, .satooya ul.paginate li.current { display: block; float: left; padding: 1.5px 12px; margin-right: 6px; border-radius: 16px; color: #E35E78; background: #F7CED7; }
@media screen and (max-width: 767px) { .satooya ul.paginate { /* pageNatione styles */ left: 40%; } }

/********************************************************  .fColor **/
.fColor-pink { color: #EC6D81; }
.fColor-blue { color: #5A91CD; }
.fColor-green { color: #56A945; }

/********************************************************  .categoryTit-XXX **/
.categoryTit-base, .categoryTit-agri, .categoryTit-satooya, .categoryTit-work, .categoryTit-disaster, .categoryTit-sdgs, .categoryTit-technology, .categoryTit-olypara, .categoryTit-edu, .categoryTit-art, .categoryTit-chusyo, .categoryTit-innovator, .categoryTit-heisei, .categoryTit-divercity, .categoryTit-culture, .categoryTit-special { margin: 0 0 20px; background: #777; color: #FFF; padding: 10px; text-align: center; font-size: 110%; font-weight: bold; letter-spacing: 2px; }

.categoryTit-agri { background: #42871D; color: #FFF; }

.categoryTit-satooya { background: #EC6D81; color: #FFF; }

.categoryTit-work { background: #7CABDC; color: #FFF; }

.categoryTit-disaster { background: #DEB547; color: #FFF; }

.categoryTit-sdgs { background: #EF893A; color: #FFF; }

.categoryTit-technology { background: #0085B2; color: #FFF; }

.categoryTit-olypara { background: #00B2B2; color: #FFF; }

.categoryTit-edu { background: #A6ACFB; color: #FFF; }

.categoryTit-art { background: #9C6BB6; color: #FFF; }

.categoryTit-chusyo { background: #0085B2; color: #FFF; }

.categoryTit-innovator { background: #BA5C5A; color: #FFF; }

.categoryTit-heisei { background: #8C6900; color: #FFF; }

.categoryTit-divercity { background: #00B2B2; color: #FFF; }

.categoryTit-culture { background: #EF893A; color: #FFF; }

.categoryTit-special { background: #B90000; color: #FFF; }

@media screen and (max-width: 767px) { .categoryTit-agri, .categoryTit-satooya, .categoryTit-work, .categoryTit-disaster, .categoryTit-sdgs, .categoryTit-technology, .categoryTit-olypara, .categoryTit-edu, .categoryTit-art, .categoryTit-chusyo, .categoryTit-innovator, .categoryTit-heisei, .categoryTit-divercity, .categoryTit-culture, .categoryTit-special { margin: 20px 0; } }
/********************************************************  credit **/
span.credit { display: inline-block; font-size: 80%; }
@media screen and (max-width: 767px) { span.credit { margin-bottom: 15px; } }

/********************************************************  about **/
.about .about-pht { margin: 0 auto 40px; text-align: center; width: 397px; }
@media screen and (max-width: 767px) { .about .about-pht { width: 100% !important; } }

/********************************************************  event **/
.event span.day { font-size: 85%; }
.event .event-pht { margin: 0 auto 40px; text-align: center; width: 397px; }
@media screen and (max-width: 767px) { .event .event-pht { width: 100% !important; } }

/********************************************************  module **/
.fRed { color: #CB4040; }

.subTit { font-size: 75%; }

.titProf { display: block; margin: 8px 0 0; font-size: 75%; }

/* text-align
---------------------------------------------------------*/
.tLeft { text-align: left !important; }

.tRight { text-align: right !important; }

.tCenter { text-align: center !important; }

/* float
---------------------------------------------------------*/
.fLeft { float: left !important; width: auto !important; margin: 0 20px 25px 0; }

.fRight { float: right !important; width: auto !important; margin: 0 0 25px 20px; }

/* pc+sp
---------------------------------------------------------*/
.pc { display: block !important; }
@media screen and (max-width: 767px) { .pc { display: none !important; } }

.sp { display: none !important; }
@media screen and (max-width: 767px) { .sp { display: block !important; } }

/* fontcolor
---------------------------------------------------------*/
.fRed { color: #BB0000; }

.fBlue { color: #0F5EA4; }

.fGreen { color: #2D6F13; }

.fBrown { color: #927503; }

/* line
---------------------------------------------------------*/
.bottomLine { text-decoration: underline; }

/* clear
---------------------------------------------------------*/
.clr { clear: both; }

/********************************************************  photo-credit **/
.PhtCredit { margin: 3px auto 0; max-width: 800px; text-align: center; }
@media screen and (max-width: 767px) { .PhtCredit { padding: 0 10px; } }
.PhtCredit span { display: block; text-align: right; font-size: 11px; }

/********************************************************  side-ad **/
.adv300 { margin-top: 80px; }
@media screen and (min-width: 1470px) { .adv300 { margin-top: 0; } }
@media screen and (max-width: 767px) { .adv300 { margin-top: 0; } }
.adv300 .widget-body { text-align: center; min-height: 250px; position: relative; }
.adv300 .widget-body > * { margin: auto; }
.adv300 .widget-body::before { content: ""; display: inline-block; box-sizing: border-box; width: 300px; height: 250px; background-color: #E5E5E5; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1; }
.adv300 .widget-footer { max-width: 300px; margin-left: auto; margin-right: auto; text-align: right; }
.adv300 .widget-footer small { color: #595959; }
.page-content .section-content .adv300, .article-list .adv300 { margin-top: 15px; padding-bottom: 15px; border-bottom: 1px #DDD solid; display: none; }
@media screen and (max-width: 767px) { .page-content .section-content .adv300, .article-list .adv300 { display: block; } }
@media screen and (max-width: 767px) { aside .adv300 { display: none; } }
.page-content .section-content .adv300 { border: none; }

/*# sourceMappingURL=dialog.css.map */
/* asahi add start */
#snsBtn { z-index: 2; }
#snsBtn .fbBtn { width: 90px; }
@media screen and (max-width: 600px) { #snsBtn .fbBtn { width: 100%; } }
.fb-share-btn { margin: 0 }
@media screen and (max-width: 600px) { html.touchdevice .btn-icon{ height: 30px; } }
/* asahi add end */