@charset "UTF-8";
/* CSS Document */

/*html {
  scroll-behavior: smooth;
}*/

body{
  font: 16px/1.8 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color:#313131;
  background: url(../images/bg_top.png) center 0 repeat-x;
  background-size: 500px 5px;
}

/*

@media screen and (max-width: 920px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 365px) {
}

*/

/* wrapper ------------------------------------------------------*/
#wrapper {
  width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 768px;
  }
}

@media screen and (max-width: 414px) {
  #wrapper {
    width: 414px;
    padding: 0 10px; 
  }
}

@media screen and (max-width: 365px) {
  #wrapper {
    width: 300px; width: 100% !important;
    padding: 0;
  }
}

/* header -------------------------*/
header {
  width: 1230px;
  position: relative;
  top: 0;
  z-index: 1;
  height: 160px;
}

header #header-inner {
  display: block;
  float: right;
  margin-top: -48px;
}

header #header-inner li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 6px;
}

@media screen and (max-width: 768px) {
  header {
    display: block;
    width: 100%;
    margin-bottom: 0;
    z-index: 99;
    height: 80px;
  }
}

/* main -----------------------------------------------------*/
main {
  clear: both;
  margin-top: 0;
  margin-bottom: 80px;
  z-index: 0;
}
/* インデックス トップページ 表示 */
/*main#top_page #index_top {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  background-color: #CCc;
}*/
#main_area {
  margin-top: 30px !important;
  width: 100%;
  position: relative;
  /*font-feature-settings: "palt";*/
}

/* common_res.cssに記載 　↓　に入れるとズレが出る　*/
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 630px) {
}
@media screen and (max-width: 530px) {
}
@media screen and (max-width: 365px) {
}

/* 上部 コンテンツ　---------------------*/
#top_content {
}

@media screen and (max-width: 920px) {
  #top_content {
    padding: 0 22px 30px; padding: 0 22px;
    margin-bottom: 0;
  }
}

/* 下部 記事枠　---------------------*/
#main_content {
  margin: 30px auto;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 920px) {
  #main_content .h3Line {
  }
}

@media screen and (max-width: 530px) {
  #main_content {
    margin-top: 0 !important;
  }
}

/* グローバルメニュー --------------------------------*/
ul#gmenu {
  display: flex;
  margin: 22px auto 0;
  padding-bottom: 13px;
  width: 1230px;
  z-index: 98 !important;
  border-bottom: 3px solid #d3dadd;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
  
ul#gmenu li {
  position: relative;
  border-right: 1px solid #d3dadd;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
}

ul#gmenu li a {
  padding-left: 1.98em;
  padding-right: 1.98em;
}
  
ul#gmenu li:first-child {
  border-left: 1px solid #d3dadd;
}
  
/*ul#gmenu > li:hover > a {*//*layer-1　　　通常メニュー*/
#gmenu li a:hover,
#gmenu li.current a {
  padding-bottom: 19px;
  position: relative;
  z-index: 99;
  opacity: 1;
  border-bottom: 3px solid #cb1672;
  color: #cb1672;
}
  
ul#gmenu > li ul.submenu li:hover > a {/* layer-2　サブメニュー */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul#gmenu li ul.submenu {/* layer-2　サブメニュー　表示位置 */
  width: 150px;
  position: absolute;
  top: 44px;
  left: -20px;
  background-color: #fff;
  
  box-shadow: 4px 4px 8px -4px gray;
}
ul#gmenu li ul.submenu li {
  overflow: hidden;
  height: 0;
  border: none;
}
  
ul#gmenu li ul.submenu li a {
  padding: 10px 0;
  border: none;
}

ul#gmenu li:hover > ul > li {
  overflow: visible;
  height: 50px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
/*#gmenu li .submenu li a:hover  {*/
ul#gmenu li ul li a:hover {
  border-bottom: 3px solid #cb1672;
}

/*ul#gmenu li ul li.on {*/
/*ul#gmenu > li ul.submenu li.on > a {
  border-bottom: 3px solid #cb1672;
}*/

@media screen and (max-width: 920px) {
  #gmenu {
    display: none;
  }
}




/* パンくずリスト ------------------------------------ */
#breadcrumb_area {
  clear: both;
  position: relative;
  top: -5px;
  line-height: 1em;
}
#breadcrumb_area #breadcrumb {
  font-size: 12px;
  color: #999;
}
#breadcrumb_area #breadcrumb a {
  display: inline-block;
  color: #000;
}

@media screen and (max-width: 920px) {
  #breadcrumb_area {
    display: none;
  }
}




/* クリア ------------------------------------*/
.clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.clear_both { clear: both; }
.clear_b { clear: both; }

/* アンカー ------------------------------------*/
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #333333;
}
a:hover {
  transition: .2s;
  color: #cb1672;
  opacity: 0.8;
}
a:focus {
  color: inherit;
}

/* 表示・非表示（画像・pc・sp・tb） ------------------------------------*/
/*インデックス表示用画像のページ内非表示*/
#index_thumb { display: none; }

/* pc */
.pc { display: block; }
.sp { display: none; }
/*.tb { display: none !important; }*/

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc { display: none; }
  .sp { display: block; }
  /*.tb { display: none !important; }*/
}
@media screen and (max-width: 920px) {
  /* タブレット */
  /*.pc { display: none !important; }
  .sp { display: none !important; }
  .tb { display: block !important; }*/
}



/* ポジション ------------------------------------*/
.tC { text-align: center !important; }
.tR { text-align: right !important; }
.tL { text-align: left !important; }
.fL { float: left !important; }
.fR { float: right !important; }
.vT { vertical-align: top !important; }

@media screen and (max-width: 920px) {
  .fL { float: none; }
  .fR { float: none; }
}

.imgC { 
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}
/*#main_area .img_box {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}*/


/* ------------------------------------
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
------------------------------------ */
sub,
sup {
	 font-size: 75%;
	 line-height: 0 !important;
	 position: relative !important;
	 vertical-align: baseline !important;
}
sup {
	 top: -0.5em !important;
}
sub {
	 bottom: -0.25em !important;
}
.red {
  color: #900 !important;
}


/* margin / padding / etc ------------------------------------*/
.mT0 { margin-top: 0 !important; }
.mT3 { margin-top: 3px !important; }
.mT5 { margin-top: 5px !important; }
.mT10 { margin-top: 10px !important; }
.mT20 { margin-top: 20px !important; }
.mT25 { margin-top: 25px !important; }
.mT30 { margin-top: 30px !important; }
.mT50 { margin-top: 50px !important; }
.mT-10 { margin-top: -10px !important; }
.mT-15 { margin-top: -15px !important; }
.mR0 { margin-right: 0 !important; }
.mR30 { margin-right: 30px !important; }
.mR90 { margin-right: 90px !important; }
.mL0 { margin-left: 0 !important; }
.mL30 { margin-left: 30px !important; }
.mL45 { margin-left: 45px !important; }
.mL50 { margin-left: 50px !important; }
.mL80 { margin-left: 80px !important; }
.mLmRauto { margin-left: auto !important; ; margin-right: auto !important; }
.mB0 { margin-bottom: 0 !important; }
.mB5 { margin-bottom: 5px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB25 { margin-bottom: 25px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB50 { margin-bottom: 50px !important; }
.mB80 { margin-bottom: 80px !important; }
.mTB25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.mTB45-55 { margin-top: 45px !important; margin-bottom: 55px !important; }
.pT25 { padding-top: 25px !important; }
.pB25 { padding-bottom: 25px !important; }
.pL25 { padding-left: 25px !important; }

.w95 { width: 95% !important; }
  #main_area .w90 { width: 90% !important; }
  #main_area .w85 { width: 85% !important; }
  #main_area .w80 { width: 80% !important; }
  #main_area .w75 { width: 75% !important; }
  #main_area .w70 { width: 70% !important; }
  #main_area .w65 { width: 65% !important; }
  #main_area .w60 { width: 60% !important; }
  #main_area .w55 { width: 55% !important; }
  #main_area .w50 { width: 50% !important; }
  #main_area .w45 { width: 45% !important; }
  #main_area .w40 { width: 40% !important; }
  #main_area .w35 { width: 35% !important; }
  #main_area .w30 { width: 30% !important; }
  #main_area .w25 { width: 25% !important; }
  #main_area .w20 { width: 20% !important; }
  #main_area .w15 { width: 15% !important; }

@media screen and (max-width: 920px) {
}
@media screen and (max-width: 768px) {
.mTB45-55 { margin-top: 25px !important; margin-bottom: 25px !important; }
  #main_area .w95 { width: 100% !important; }
  #main_area .w90 { width: 100% !important; }
  #main_area .w85 { width: 100% !important; }
  #main_area .w80 { width: 100% !important; }
  #main_area .w75 { width: 100% !important; }
  #main_area .w70 { width: 100% !important; }
  #main_area .w65 { width: 100% !important; }
  #main_area .w60 { width: 100% !important; }
  #main_area .w55 { width: 100% !important; }
  #main_area .w50 { width: 100% !important; }
  #main_area .w45 { width: 100% !important; }
  #main_area .w40 { width: 100% !important; }
  #main_area .w35 { width: 100% !important; }
  #main_area .w30 { width: 100% !important; }
  #main_area .w25 { width: 100% !important; }
  #main_area .w20 { width: 100% !important; }
  #main_area .w15 { width: 100% !important; }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 365px) {
}



/* カテゴリーエリア *************************************************/
#main_area .category_area {
  /*border-top: 1px solid #999; */
}
#main_area .category_area #category {
  line-height: 30px;
  background: #cb1672;
  display: inline-block;
  padding: 0 35px;
  border-radius: 3px;
  color: #fff;
}
#main_area .category_area #category p {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 920px) {
  #main_area .category_area {
    margin-top: -15px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main_area .category_area #category {
    padding: 0 25px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 414px) {
  /*#main_area .category_area {
    margin-top: -20px;
  }*/
  #main_area .category_area #category {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  #main_area .category_area #category p {
    font-size: 0.8125rem !important;
    /*line-height: 1.4;*/
  }
}

@media screen and (max-width: 365px) {
}


/* twitterボタン *************************************************/
#main_area ul.like_btn {
  float: right;
  margin-right: 20px;
  height: 100%;
}
#main_area ul.like_btn li {
  display: inline;
  float: left;
}
#main_area ul.like_btn li#twitter_btn {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
#main_area ul.like_btn li:hover {
  opacity: 1.0;
}
#main_area ul:nth-of-type(2).like_btn {
  margin-top: -18px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #main_area ul.like_btn li#twitter_btn {
    top: 1px;
  }
}

@media screen and (max-width: 365px) {
  #main_area ul.like_btn {
    margin-right: 20px;
  }
  #main_area ul.like_btn {
    position: relative;
    margin-left: 0;
  }
  #main_area ul.like_btn li#twitter_btn {
    top: 1px;
  }
}


/* tags *************************************************/
#main_area .tags {
  clear: both;
  margin: 7px 0 18px; margin: 0 0 18px;
}
#main_area .tags a {
  color: inherit;
  display: block;
}
#main_area .tags a:hover {
  opacity: 1;
  text-decoration: none;
}
#main_area .tags p {
  display: inline-block;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 0 20px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  height: 28px;
  line-height: 28px;
}
#main_area .tags p:hover {
  background: #f3f5f7;
  transition: .2s;
}
#main_area .tags:nth-of-type(2) {
  /*margin-top: 35px;*/
}

@media screen and (max-width: 920px) {
  #main_area .tags {
    clear: both;
    margin-left: 20px;
  }
}

@media screen and (max-width: 630px) {
}

@media screen and (max-width: 530px) {
  #main_area article .tags {
    margin: 5px 0 12px;
  }
}

@media screen and (max-width: 365px) {
}



/* 登録日付 *************************************************/
#main_area p.article_date {
  clear: both;
  font-size: 0.875rem;
  color: #666;
  margin: 7px 20px 0;
  text-align: right;
}

@media screen and (max-width: 920px) {
  #main_area p.article_date {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}


/* リード横　画像 *************************************************/
#main_area article .img_portrait {
  float: right;
  margin: 0 30px 10px;
}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 630px) {
}

@media screen and (max-width: 530px) {
  #main_area article .img_portrait {
    float: none;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 365px) {
}



/* イメージ画像 *************************************************/
#main_area .img_box,
#main_area .img_box2 {
  margin-top: 45px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main_area .img_box2 {
  margin-top: 0;
  margin-bottom: 55px;
}
#main_area .img_left {
  float: left;
  margin-right: 3%;
  width: 48.5%;
}
#main_area .img_left2 {
  float: left;
  margin-right: 3%;
}
#main_area .img_right {
  float: left;
  width: 48.5%;
}
#main_area .img_right2 {
  float: left;
}
#main_area .img_area {
  margin-top: 45px;
  margin-bottom: 55px;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
}

#main_area .img_box h4 {
  font-weight: bold;
}
@media screen and (max-width: 630px) {
  #main_area .img_box .img_left,
  #main_area .img_box .img_right {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}



/* フォント ------------------------------------*/
.bold { font-weight: bold; }

.b { font-weight: bold; }

p.note { font-size: 12px; line-height: 1.4; }

sup { vertical-align: top; }

.small { /* 12px */ font-size: 0.75rem; }

.big { /* 28px */  font-size: 1.75rem; }

div p { font-size: 1rem; }

p.comment {
  padding: 0 1.6em;
  text-indent: 1em each-line;
  margin-bottom: 10px;
  font-size: 1.125rem; font-size: 1.0625rem;
  line-height: 1.4; line-height: 1.8;
}

h1, h2 {  /* 24px */
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 6%;
  border-bottom: 2px solid #d3dadd;
  position: relative;
  font-size: 1.5rem;
}
h1:after, h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #cb1672;
  bottom: -2px;
  width: 60px;
}
.cat_h2 {
  margin-top: 50px;
}
h3 {  /* 18x */
  width: 100%;
  height: 35px;
  margin-bottom: 18px;
  padding: 4px 0 5px 20px; padding: 1px 0 7px 20px;
  background-color: #333333 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.125rem;
}
h3.h3Line {
  background: url(../images/h3LineBg.png);
  background-repeat: repeat-x;
  background-position: left 31px;
}
h4 {  /* 17px */  font-size: 1.0625rem; }

h5 {  /* 14px */  font-size: 0.876rem; }

h6 {  /* 13px */ font-size: 0.8125rem; }

@media screen and (max-width: 920px) {
  .cat_h2 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media screen and (max-width: 530px) {
  #main_area h1, 
  #main_area h2 {
    line-height: 1.5;
    margin-top: -30px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #main_area h3 {
    width: 100% !important;
    height: 35px; height: 100%;
    margin-bottom: 18px;
    padding: 4px 10px 5px 20px;
    background-color: #333333;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  h3.h3Line {
    background: url(../images/h3LineBg.png);
    background-repeat: repeat-x;
    background-position: left 93%;
  }
}

@media screen and (max-width: 365px) {
}

/* w6_innerBox プレビューアイコン（右下ボタン） ------------------------------------*/
.w6_innerBox .icon_pre {
  display: block;
  width: 30px;
  height: 30px;
  border-top-left-radius: 5px;
  background-color: #666666;
  position: relative;
  bottom: 0;
  right: 0;
  left: 95%;
  top: 78%;
}
.w6_innerBox .icon_pre img.icon {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 6px;
}

/* プレビューボタン ------------------------------------*/
.btn_preview  {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 4px 0 0 48px; padding: 4px 0 0 66px;
  width: 180px;
  height: 30px;
  border-radius: 5px;
  background: url(../images/icon_preview.svg) no-repeat 15px 6px;
  background-size: 19px 19px;
  background-color: #666666;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
}
.btn_preview a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn_preview a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
  background: #ccc;
}

/* ダウンロードボタン、一括ダウンロードボタン ------------------------------------*/
.btn_download_all,
.btn_download {
  display: block;
  margin: 0;
  padding: 4px 0 0 48px;
  width: 180px;
  height: 30px;
  border-radius: 5px;
  background: url(../images/icon_download.svg) no-repeat 15px 6px;
  background-size: 19px 19px;
  background-color: #666666;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
}
.btn_download_all a,
.btn_download a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.btn_download_all a:hover,
.btn_download a:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
  background: #ccc;
}

/* ダウンロードボタン ------------------------------------*/
.btn_download {
  float: right;
  padding-left: 58px;
}
.btn_download img.icon {
  left: 25px;
}

/* →リンク　青ペース ーー---------------------*/
.pageLink_blue {
  height: 25px;
  overflow: hidden;
  background: url(../../common2/images/icon_ya_blue.svg) no-repeat 230px 2px;
  background-size: 18px 18px;
  line-height: 1.6;
  font-size: 0.875rem; /* 14px */
}
.pageLink_blue a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* →リンク　一覧はこちら ーー---------------------*/
.btn_more a {
  float: right;
  display: block;
  width: 120px;
  position: relative;
  top: -48px;
  right: 20px;
  background: url(../../common2/images/icon_ya.svg) no-repeat 100px 2px;
  background-size: 18px 18px;
  font-size: 0.875rem; /* 14px */ 
  color: #fff !important;

  background-color: #333;

}
@media screen and (max-width: 414px) {
  .btn_more a {
    width: 130px;
    top: -48px; top: -10px;
    right: 20px; right: 10px;
    background-position: 100px 4px;

    background-color: #333;
    padding: 2px 10px 0;
    border-radius: 3px;
  }
}

/* 画像ボーダー枠 ------------------------------------*/
.border {
  /*margin-bottom: 50px;*/
  padding: 3px;
  border: 1px solid #999;
}

/* スライドインメニュー --------------------------*/
/* MENUボタン */
#slideBtn {
  display: none !important;
}

@media screen and (max-width: 920px) {
  /* スライドインメニュー 内容 */
  #slideL {
    z-index: 10;
    position: absolute;
    top: 0;
    left: -920px;
    width: 920px;
    background: #000;
    opacity: 0.9;
  }
  #slideL .slidein {
    height: auto;
    overflow: auto;
    transform: translateZ(0);
    padding: 80px 65px;
  }
  #slideL .slidein #sns_follow,
  #slideL .slidein #search,
  #slideL .slidein #English_link,
  #slideL .slidein #ybs_link,
  #slideL .slidein #faq_link {
    display: none;
  }

  #slideL .slidein #closeBtn {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
  }
  #slideL .slidein #closeBtn img:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  #slideL .slidein a {
    color: #fff;
  }
  #slideL .slidein a:hover,
  #slideL .slidein li:hover {
    text-decoration: none;
    /*transition: .1s;*/
  }

  #slideL .slidein #slide {
    display: inline;
  }

  #slideL .slidein #slide h1, 
  #slideL .slidein #slide h2 {
    display: block;
    padding: 16px 0 5px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  #slideL .slidein #slide h1 span.large,
  #slideL .slidein #slide h2 span.large {
    font-size: 115%;
  }
  /*#slideL .slidein #slide h2 span {
    font-size: 14px;
  }*/
  #slideL .slidein #slide ul {
    padding-left: .5em;
    margin-bottom: 20px;
  }
  #slideL .slidein #slide ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  #slideL .slidein #slide {
    margin-right: 80px;
  }
  #slideL .slidein #slide h3 {
    font-size: 1.125rem;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 16px 0;
    height: 100%;
  }
  #slideL .slidein #slide h3:first-of-type {
    margin-top: 0;
  }
  #slideL .slidein #slide h3.h3Line {
    background: url(../images/h3LineBg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  #slideL .slidein #slide ul {
    margin: 12px 0;
    padding-left: 30px;
  }
  #slideL .slidein #slide ul li {
    color: #fff;
  }
  /*「#slideL」ここまで */
}


/* スライド内　リンクボタン枠 --------------------------------------*/
@media screen and (max-width: 920px) {
  #slideL .slidein #slidein-inner {
    margin: 15px 0 0 0;
    margin-bottom: 0px;
    width: 100%;
    z-index: 100 !important;
  }
}

 #slideL .slidein #slidein-inner li {
   display: inline-block !important;
   z-index: 100 !important;
   margin-bottom: 45px;
  }



/* adv.yomiuri サイトタイトル --------------------------------------*/
#site_title {
  margin: 25px 0 0 10px;
}
#site_title img {
  width: 263px;
  height: auto;
}


/* SNSフォローボタン --------------------------------------*/
#sns_follow {
}
#sns_follow li {
  display: inline;
  margin-right: 10px; margin-right: 0;
  float: right;
  background: #666666;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

#sns_follow li a {
  display: block;
  margin: -2px 0 0 2px;
  padding: 0 0 0;
  font-size: 1.5rem; /* 24px */
 }

#sns_follow li a:link,
#sns_follow li a:visited {
  color: #ffffff !important;
 }

#sns_follow li a:hover {
  opacity: .6;
 }

/* 英語サイトリンク --------------------------------------*/
#English_link {
  height: 33px;
  padding-top: 8px; padding: 8px 15px 0;
  border: 2px solid #cb1672;
  border-radius: 6px;
  text-align: center;
}

#English_link a {
  display: block;
  line-height: 1.1;
  font-size: 0.82rem;  /*消さない！*/
  color: #cb1672;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

@media screen and (max-width: 920px) {
  #slideL .slidein #slidein-inner li #English_link {
  }
  #slideL .slidein #slidein-inner li #English_link a {
    color: #cb1672;
  }
}

/* お問い合わせリンク --------------------------------------*/
#faq_link {
  height: 33px;
  padding-top: 8px; padding: 8px 11px 0;
  border: 2px solid #989898;
  border-radius: 6px;
  text-align: center;
}

#faq_link a {
  display: block;
  line-height: 1.1;
  font-size: 0.82rem;  /*消さない！*/
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

@media screen and (max-width: 920px) {
  #slideL .slidein #slidein-inner li #faq_link {
  }
  #slideL .slidein #slidein-inner li #faq_link a {
   color: #fff;
  }
}

/* YBSリンク --------------------------------------*/
#ybs_link {
  height: 33px;
  padding-top: 8px; padding: 8px 5px 0;
  border: 2px solid #989898;
  border-radius: 6px;
  text-align: center;
}

#ybs_link a {
  display: block;
  line-height: 1.1;
  font-size: 0.8125rem;  /*消さない！*/
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

@media screen and (max-width: 920px) {
 #slideL .slidein #slidein-inner li #ybs_link {
  }
 #slideL .slidein #slidein-inner li #ybs_link a {
    color: #fff;
  }
}


/* 局員向けDBリンク(2019/05追加) --------------------------------------*/
#db_link {
  height: 33px;
  padding-top: 8px; padding: 8px 15px 0;
  border: 2px solid #cb1672;
  border-radius: 6px;
  text-align: center;
}

#db_link a {
  display: block;
  line-height: 1.1;
  font-size: 0.82rem;  /*消さない！*/
  color: #cb1672;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

@media screen and (max-width: 920px) {
 #slideL .slidein #slidein-inner li #db_link {
  }
 #slideL .slidein #slidein-inner li #db_link a {
    color: #cb1672;
  }
}


/* 検索窓 --------------------------------------*/
#search {
  width: 350px;
}
#search input {
  padding-left: 10px;
}
#search .gsc-control-wrapper-cse form,
#search #gsc-iw-id1,
#search #gs_tti50 {  /*入力範囲？*/
  height: 35px;
  padding: 0;
}
#search .cse .gsc-control-cse,
#search .gsc-control-cse {
  padding: 0 !important;  height: 34px;
}
#search .gsc-input {
  font-size: 0.875rem;
  position: relative;
  top: 0px;
}
#search .gsc-input .gsc-input-box {  /* グレー角丸　外枠 */
  width: 350px; width: 265px !important;
  height:34px;
  border: 2px solid #999;
  border-radius: 6px; border-radius: 6px 0 0 6px;
}

/* 実際の検索ボタン */ 
#search td.gsc-search-button {
}
#search td.gsc-search-button .gsc-search-button {
  width: 87px !important;
  height: 33px; height: 34px;
  position: relative;
  top: 0;
  left: -100px; left: -18px;
  border-radius: 0 6px 6px 0;
  background-color: #666 !important;
  outline: none;
  text-align: left;
  padding-left: 15px;
	cursor: pointer;
}
#search td.gsc-search-button .gsc-search-button:hover {
  opacity: 0.7;
}
#search td.gsc-search-button .gsc-search-button:before {
  opacity: 1.0;
  position: absolute;
  top: 15%; top: 10%; top: 5px; top: 3px;
  left: 45%;
  content: '検索' !important;
  color: #fff;
  font-size: 0.9375rem; /* 15px */
}
#search .cse .gsc-search-button input.gsc-search-button-v2,
#search input.gsc-search-button-v2 {
  height: 26px !important;
}
#search input.gsc-search-button {
  border: none !important;
}
#search .gsc-results-wrapper-overlay {
  width: 90% !important;
  height: 90% !important;
  left: 5% !important;
}


/* リンクページへ ------------------------------------ */
.to_linkpage {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 0.875rem;
}
.to_linkpage a {
  color: inherit !important;
}
.to_linkpage a:hover {
  opacity: 0.5 !important;
  text-decoration: none !important;
}


/* 新着情報・その他リンクリスト共通 ＝ ▲アイコンあり ------------------------------------*/
ul.link_list {
  width: 100%;
}
ul.link_list li {
  margin-bottom: 8px;
  padding-left: 14px;
  background: url(../images/listIcon@2x.png) no-repeat 2px 5px;
  background-size: 4px 6px;
  line-height: 1.4;
  font-size: 0.875rem; /* 14px */
}
ul.link_list li.iconNon {
  margin-top: -3px;
  background-image: none;
  line-height: 1.9;
}

/* 新着情報・その他リンクリスト共通 ＝ ▲アイコンあり ------------------------------------*/
/*ul.link_list {
  width: 100%;
}

ul.link_list li {
  background: url(../images/listIcon@2x.png) no-repeat 2px 6px;
  background-size: 4px 6px;
  margin-bottom: 8px;
  padding-left: 14px;
  line-height: 1.4;
  font-size: 0.875rem; 
}

ul.link_list li.non {
  background-image: none;
  line-height: 1.9;
  margin-top: -3px;
}*/


/* ページ内リンク ーー---------------------*/
ul.pageLink {
  margin-left: 20px;
  margin-bottom: 30px;
}
ul.pageLink li {
  display: inline-block !important;
  margin-bottom: 8px; padding-bottom: 0;
  padding: 0 50px 0 0;
  padding-left: 14px;
  background: url(../images/listIcon@2x.png) no-repeat 0 3px;
  background-size: 5px 7px;
  line-height: 1;
  font-size: 0.95rem;
}
@media screen and (max-width: 414px) {
  ul.pageLink li {
    padding-right: 0;
    width: 100%;
  }
}


/* 背景色 ------------------------------------*/
.bg-gray {
  padding: 10px;
  background-color: #f9f9f9;
}

/* ボックス枠サイズ ------------------------------------*/
/* 12分割中 12フル **********/
.w_all {
  width: 100% !important;
}
/* 12分割中 9 **********/.w9 {
  width: 915px !important;
}
/* 12分割中 6 **********/.w6 {
  width: 600px !important;
}
/* 12分割中 3 **********/.w4 {
  width: 390px !important;
}
/* 12分割中 3 **********/.w3 {
  width: 285px !important;
}
/* 12分割中 2 **********/.w2 {
  width: 180px !important;
}

.w320 {
  width: 320px;
}

/* リンクカーソル **********/
.pointer {
  cursor: pointer;
}

/* w6 innerBox  ------------------------------------*/
.w6_innerBox {
  display: block;
  position: relative;
  /*padding: 30px;*/
  background-color: #fff;
}
.w6_innerBox img {
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.w6_innerBox h5 {
  margin-top: 5px;
  font-weight: bold;
  line-height: 1.6;
}

.w6_innerBox .imgBox {
  float: left;
  width: 45%;
}
.w6_innerBox .imgBox img {
  margin-top: 0;
  width: 90%;
  border: 1px solid #c8c8c8;
}

.w6_innerBox .textBox {
  float: left;
  width: 55%;
}
.w6_innerBox p { 
  font-size: 0.75rem;
  line-height: 1.6;
}

/* innerBox リンク設定 ------------------------------------*/
.w6_innerBox {
  position: relative;
}

.w6_innerBox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}

.w6_innerBox a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #eee;
}

@media screen and (max-width: 920px) {
  .fL { float: none !important;  }
  .fR { float: none !important; }

  #main_area .w6 {
    margin: auto;
    margin-bottom: 30px;
    width: 100% !important;
  }
}

@media screen and (max-width: 630px) {
  /* w6_innerBox プレビューアイコン　ボタン ------------------------------------*/
  .w6_innerBox .icon_pre {
    left: 94%;
    top: 75%;
  }
}

@media screen and (max-width: 530px) {
  /* w6_innerBox プレビューアイコン　ボタン ------------------------------------*/
  .w6_innerBox .icon_pre {
    left: 90%;
    top: 68%;
  }
}

@media screen and (max-width: 450px) {
  /* w6_innerBox プレビューアイコン　ボタン ------------------------------------*/
  .w6_innerBox .icon_pre {
    top: 62%;
  }
}
@media screen and (max-width: 365px) {
  /* w6_innerBox プレビューアイコン　ボタン ------------------------------------*/
  .w6_innerBox .icon_pre {
    top: 52%;
  }
}


/* 各カテゴリー記事_4件（item枠） ---------------------*/
#item_area {
  display: inline-block;
  float: right;
  width: 100%;
}

#item_area li:nth-child(4n) {
  margin-right: 0;
}

/* item リンクボックス ------------------------------------*/
.item {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px;
  height: 370px !important;
	position: relative;
	overflow: hidden;
  box-sizing: border-box;
  background: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
}

li:nth-child(3n) {
  margin-right: 0;
}

.item img {
  width: 100%;
  height: auto;
}

.item .tab {  /* カテゴリー名 */
  display: inline-block;
  padding: 4px 10px 0;
  height: 30px;
  position: relative;
  top: -15px;
  left: -10px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cb1672;
	/*z-index: 1;*/
}

.item .itemTitle {
  margin: -8px 5px 0 10px;
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}

.item .caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	/*z-index: 1;*/
	background-color: rgba(203, 22, 114, 0.8);
	-webkit-transition: top 0.5s ease;
	        transition: top 0.5s ease;
}

.item:hover .caption {
	top: 0;
  padding-top: 10px;
}

.item .caption .tab {
  position: relative;
  top: -10px;
  left: -10px;
}

.item:hover .caption .capinner p {
  padding-bottom: 20px;
  font-size: 0.96875rem;
  line-height: 1.4;
}

.item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 100%; text-indent: 9999px;
  white-space: nowrap;
}

.item a:hover {
  /*background: #dddddd;*/
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
}

.item .caption >div {
  width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
  text-align: justify;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.caption a {
	display: block;
	margin-top: 1em;
	padding: 0.5em 0;
	/*border: 1px solid #ffffff;*/
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
/*.caption a:hover {
	background-color: rgba(203, 22, 114, 0.8);
}*/


@media (max-width: 768px) {
 /* item リンクボックス ------------------------------------*/
 .item {
		float: left;
		margin-left: .5%;
  }
	.item_wrap .item:first-child {
    margin-left: 0;
  }
  li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .caption a:hover {
    margin: 0!important;
    padding: 0 !important;
    /*height: 370px !important;*/
	  background-color: rgba(203, 22, 114, 0);
    transition: none;
  }
}


 /* 関連する記事　subcontent_menu ------------------------------------*/
#sub_content {
  clear: both;
  padding-top: 50px;
  width: 100%;
  position: relative;
}

#sub_content section.subcontent_menu {
  display: block; display: inline-block;
  margin: 30px auto 50px; margin: 0 auto 40px;
}
/* item リンクボックス ------------------------------------*/
section.subcontent_menu li.item {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px;
  height: 370px !important;
	position: relative;
	overflow: hidden;
  box-sizing: border-box;
  background: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
}
section.subcontent_menu li.item:hover {
	top: 0;
  padding-top: 10px;
}

section.subcontent_menu li:nth-child(4n) {
  margin-right: 0;
}

section.subcontent_menu li.item img {
  width: 100%;
  height: auto;
}

section.subcontent_menu li.item .tab {  /* カテゴリー名 */
  display: inline-block;
  padding: 4px 10px 0;
  height: 30px;
  position: relative;
  top: -15px;
  left: -10px;
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cb1672;
}

section.subcontent_menu li.item .itemTitle {
  margin: -8px 5px 0 10px;
  text-align: justify;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}

section.subcontent_menu li.item .caption {
  display: none;
}

section.subcontent_menu li.item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: 100%; text-indent: 9999px;
  white-space: nowrap;
}

section.subcontent_menu li.item a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
}


@media screen and (max-width: 920px) {
  #sub_content {
    margin: 50px auto 0;
    position: relative;
    text-align: center;
  }
  #sub_content h3 {
    text-align: left;
  }

  section.subcontent_menu {
    display: block;
    float: none;
    margin: 0 auto 30px;
    width: 610px;
  }
  section.subcontent_menu li {
    margin-right: 30px !important;
    text-align: left;
  }
  section.subcontent_menu li:nth-child(2n) {
    margin-right: 0 !important;
  }
}  /* max-width: 920px */

@media screen and (max-width: 765px) {
  
  /* itemー---------------------*/
  section.subcontent_menu {
    margin-left: auto;
    margin-right: auto;
    width: 285px;
  }
  section.subcontent_menu li {
    margin-right: 0 !important;
  }
}  /* max-width: 765px */

@media screen and (max-width: 630px) {
  section.subcontent_menu li {
    margin-right: 0 !important;
  }
}  /* max-width: 630px */

@media screen and (max-width: 530px) {
  section.subcontent_menu li {
    margin-right: 0 !important;
  }

  /* itemー---------------------*/
  section.subcontent_menu {
    margin: 0;
    width: 100%;
  }
  
  section.subcontent_menu li.w3 {
    width: 100% !important;
  }
  section.subcontent_menu li.item {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    height: 150px !important;
    max-height: 200px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
  }

  section.subcontent_menu li.item img {
    float: left;
    width: 130px;
    height: auto;
    margin-right: 15px;
  }
  
  section.subcontent_menu li.item .itemTitle {
    float: left;
    margin: 0; margin-top: -20px;
    width: 65%; 
    text-align: left;
  }
  
  section.subcontent_menu li.item .tab {  /* カテゴリー名 */
    display: inline-block;
    padding: 4px 10px 0;
    height: 30px;
    position: relative;
    top: 80px;
    left: 10px;
    background-color: #f9f9f9;
    font-size: 0.75rem;
    font-weight: normal;
    color: #cb1672;
    z-index: 1;
  }
  
  /*section.subcontent_menu li.item .caption {
    display: none;
    
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.subcontent_menu li.item .caption a:hover, 
  section.subcontent_menu li.item .caption a:active {
    width: 100%;
    height: 100%;
  }
  section.subcontent_menu li.item .caption .capinner {
    display: none;
  }*/
}  /* max-width: 530px */


@media screen and (max-width: 460px) {
  section.subcontent_menu li.item img {
    width: 30%; width: 130px;
  }
  section.subcontent_menu li.item .itemTitle {
    width: 55%; width: 58%; width: 56%;
  }
}  /* max-width: 460px */


@media screen and (max-width: 365px) {

  /* itemー---------------------*/
  section.subcontent_menu li.item {
    height: 130px !important;
  }
  section.subcontent_menu li.item img {
    width: 32%;
  }
  section.subcontent_menu li.item .itemTitle {
    margin-top: -30px;
    width: 64%; width: 180px;
  }
}  /* max-width: 365px */




/* 記事下＿関連記事：広告事例　---------------------*/
#jirei_area {
  display: inline-block;
  float: right;
  width: 100%;
  text-align: left;
}
#jirei_area li {
  display: inline-block;
}

#jirei_area li:last-child {
  margin-right: 0 !important;
}

#jirei_area li .jirei_img {
  display: block;
  margin: 0 auto;
  width: 265px; width: 250px;
  height: 265px; height: 250px;
  min-width: 265px;
  min-height: 265px;
    
  background: #e6e6e6;

  position: relative;
}

#jirei_area li .jirei_img img {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  /*width: 70%;*/

  /*width:183px;margin-left:41px;padding-top:8px;*/
  width: 183px;
  padding: 3px;
}
#jirei_area li .jirei_img img.hi {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;

  width: 100% !important;
  padding: 3px;
}

@media screen and (max-width: 920px) {
  /* 広告事例 ---------------------*/
  #jirei_area {
    display: inline-block;
    float: none;
    margin: 0 auto 30px;
    width: 610px;    
  }
}  /* max-width: 920px */

@media screen and (max-width: 765px) {
  /* 広告事例 ---------------------*/
  #jirei_area {
    width: 60%; width: 100%;
    margin-bottom: 0;
  }
  #jirei_area ul {
    margin-left: auto;
    margin-right: auto;
    width: 285px;
  }
  #jirei_area li {
    margin-right: 0 !important;
  }
}  /* max-width: 765px */

@media screen and (max-width: 630px) {
}  /* max-width: 630px */

@media screen and (max-width: 530px) {
  /* 広告事例 ---------------------*/
  /*#jirei_area {
    margin: 0;
    width: 100%;
  }*/
  
  /* itemー---------------------*/
  #jirei_area li.w3 {
    width: 100% !important;
  }
  
  #jirei_area li.item {
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px; padding: 0;
    height: 150px !important;
    max-height: 200px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
  }
  
  #jirei_area li.item .jirei_img {
    float: left;
    display: block;
    margin: 0; margin-right: 15px !important;
    width: 130px; width: 140px;
    min-width: inherit;
    height: 150px !important;
    min-height: inherit;
  
    border-top: 1px solid #fff;
}
  
  #jirei_area li.item .jirei_img img {
    float: left;
    display: block;
    width: 110px;/* width: 205px;*/
    /*height: auto;*/
    margin: auto;
  }
  
  #jirei_area li.item .itemTitle {
    float: left;
    margin: 0; margin-top: -20px;
    width: 65%; width: 63%;
    text-align: left;
  }
  
  #jirei_area li.item .tab {  /* カテゴリー名 */
    display: inline-block;
    padding: 4px 10px 0;
    height: 30px;
    position: relative;
    top: 80px;
    left: 10px;
    background-color: #f9f9f9;
    font-size: 0.75rem;
    font-weight: normal;
    color: #cb1672;
    z-index: 1;
  }
  
  /*#jirei_area li.item .caption {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #jirei_area li.item .caption a:hover, 
  #jirei_area li.item .caption a:active {
    width: 100%;
    height: 100%;
  }
  #jirei_area li.item .caption .capinner {
    display: none;
  }*/
}  /* max-width: 530px */


@media screen and (max-width: 460px) {
  #jirei_area li.item .itemTitle {
    width: 58%; width: 56%;
  }
}  /* max-width: 460px */


@media screen and (max-width: 365px) {
  /* 広告事例 ---------------------*/
  #jirei_area {
    width: 100%;
  }
  #jirei_area li.item .itemTitle {
    width: 55%; width: 56%;
  }
  
#jirei_area li.item .jirei_img {
  width: 120px;
  height: 148px;
}
  
#jirei_area li.item .jirei_img img {
    /*width: 70%;*/
  }
}


/* コーナータイトル *************************************************/
#main_area article .corner_title {
  margin-bottom: 30px;
  padding: 6px 0 0 22px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-radius: 8px 0 0 0;
  font-weight: bold;
  font-size: 19px;
  color: #808080;
}
#main_area article .corner_title span {
  font-size: 95%;
  font-weight: bold;
}


@media print {
  /*body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }*/

  #slideL {
    display: none !important;
  }
  
  /*#sub_content section.subcontent_menu li {
    margin-right: 20px;
  }
  #sub_content section.subcontent_menu li:nth-child(4n) {
    margin-right: 0;
  }*/
}




