@charset "utf-8";


#cms {
	position:relative;
  word-wrap:break-word;
  background:#fff;
  box-sizing:content-box;
  max-width: 700px;
  margin: 0 auto;
}

/*タブレット表示の特別調整*/
@media screen and (min-width:600px) {
  #cms {
    margin: 30px auto;
  }
}


/* リセット ------------------------ */

#cms p {
  /*margin:0;*/
  /*padding:0;*/
}
#cms img {
  vertical-align:bottom;
}



/* リンクカラー ------------------------ */
#cms a {
  color:#000;
}



/* 大カテゴリタイトル ------------------------ */
#cms .pagetitle {
  background:#141414;
  padding:13px 10px 9px;
  margin:0;
  font-size:20px;
  color:#fff;
  line-height:1.2;
  text-align:center;
  border-bottom:#5c5c5c 3px solid;
  font-weight:normal;
}
#cms .pagetitle a {
  display:block;
}
#cms .pagetitle a,
#cms .pagetitle a:hover {
  text-decoration:none;
  color:#fff;
}



/* パンくず ------------------------ */
.breadcrumbs {
  background:#E8E8E8;
  padding:7px 10px 6px;
  font-size:11px;
  box-sizing:content-box;
}
.breadcrumbs ol {
}
.breadcrumbs ol li {
  display:inline;
  line-height:1.6;
}
.breadcrumbs ol li:before {
  content: " > ";
  color:#999;
}
.breadcrumbs ol li:first-child:before {
  content:"";
}
.breadcrumbs ol li a {
  color:#045EAE;
}
.breadcrumbs ol li h1 {
  font-weight:normal;
  font-size:inherit;
  display:inline;
}




/* key_記事一覧 ------------------------ */
#cms .key {
	position:relative;
  margin:0;
  padding:0;
}
#cms .key .image {
  background-position:center center;
  background-repeat:no-repeat;
  width:100%;
  height:280px;
  background-size:cover;
}
#cms .key .main_set {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#cms .key .main_txt {
	width:100%;
  padding:10px 0 9px;
	background-color:rgba(0,0,0,0.8);
}
#cms .key .source {
	position:absolute;
	right:10px;
	top:7px;
  width:95%;
  line-height:1.2;
	font-size:11px;
  text-align:right;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
#cms .key .source a {
   text-decoration:none;
}
#cms .key .event_category {
  line-height:1;
}
#cms .key .event_category span {
  background:#EB8613;
  color:#fff;
  font-weight:bold;
  display:inline-block;
  padding:5px 10px 4px;
  font-size:12px;
}
#cms .key .event_date {
  line-height:1;
}
#cms .key .event_date span {
  background:#FFCD19;
  font-size:16px;
  font-weight:bold;
  display:inline-block;
  padding:7px 12px 5px 10px;
}
#cms .key .main_txt .txt {
	margin:0 10px 4px;
	color:#fff;
  line-height:1.25;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-weight:normal;
}
#cms .key .main_txt a {
  text-decoration:none;
  color:#fff;
}
#cms .key .main_txt .note {
	margin:0 10px 0;
	color:#999;
  line-height:1.25;
	font-size:10px;
}
#cms .key .main_txt .note a {
  text-decoration:none;
	color:#999;
}
#cms .key .event_area {
  background:#E6E6E6;
  display:inline-block;
  font-size:10px;
  padding:2px 1px 1px 6px;
  margin:0 10px 0;
  line-height:1.4;
}
#cms .key .event_area span {
  margin:0 5px 0 0;
  display:inline-block;
}
#cms .key .new {
  position:absolute;
  left:0;
  top:0;
}
#cms .key .new img {
  height:35px;
  width:35px;
}

/* 非表示（イベント用） */
#cms .key .event_category,
#cms .key .event_date,
#cms .key .event_area {
  display:none;
}



/* key_記事詳細 ------------------------ */
#cms .key_detail {
  margin:0 0 10px;
}
/* KEY画像トリミング仕様前
#cms .key_detail .image {
  margin:0 0 10px;
}
#cms .key_detail .image img {
  width:100%;
}
*/
#cms .key_detail .image {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  margin:0 0 10px;
}
#cms .key_detail .image figure {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#cms .key_detail .image figure img {
  width: 100%;
}
#cms .key_detail .source {
	color:#999;
	text-align:right;
	margin:0 10px 0;
  line-height:1.2;
	font-size:11px;
}
#cms .key_detail .source a {
	color:#999;
  text-decoration:none;
}

/* 画像が無いとき */
#cms .key_detail.none {
}
#cms .key_detail.none .image {
  height:1px;
}
#cms .key_detail.none .image img {
  display:none;
}



/* 中カテゴリの横スライド ------------------------ */
#cms .slide_category {
  background:#e6e6e6;
	width:100%;
  padding:0 0 0 10px;
  border-bottom:1px solid #cccccc;
}
#cms .slide_category li {
   margin:12px 8px 11px;
   font-size:12px;
}
#cms .slide_category li a {
  text-decoration:none;
}
#cms .slide_category li a:hover {
  color:#045eae;
}



/* タイトル_グレー ------------------------ */
#cms .title {
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	padding:11px 9px 9px;
  line-height:1;
	margin:0 10px 0;
  color:#333;
}



/* タイトル_ブラック ------------------------ */
#cms .title_black {
	background:#000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:9px;
  line-height:1;
	margin:0 10px 0;
}



/* タイトル_ホワイト ------------------------ */
#cms .title_white {
	font-size:14px;
	font-weight:bold;
	margin:0 10px 0;
  padding:0 0 10px;
  border-bottom:1px solid #ddd;
  line-height:1;
}


/* タイトル_オレンジ ------------------------ */
#cms .title_orange {
	font-size:16px;
  color:#ED8013;
	font-weight:bold;
	margin:0 10px 12px;
  line-height:1;
  text-align:center;
}



/* 記事一覧 ------------------------ */
#cms .article_list {
  padding: 0 10px;
	margin:0 0 30px;
}
#cms .article_list li {
	padding:0;
	border-bottom:1px solid #ddd;
}
#cms .article_list li a {
	text-decoration:none;
	padding:10px 0 10px;
	display:block;
}
#cms .article_list .image {
	float:left;
	margin:0 10px 0 0;
  display:inline-block;
  background-position:center center;
  background-repeat:no-repeat;
  width:70px;
  height:70px;
  background-size:cover;
}
#cms .article_list .image img {
  height:35px;
  width:35px;
}
#cms .article_list .main {
	height:58px;
}
#cms .article_list .event_category {
  line-height:1;
}
#cms .article_list .event_category span {
  background:#EB8613;
  color:#fff;
  font-size:10px;
  font-weight:bold;
  display:inline-block;
  padding:4px 7px 3px;
}
#cms .article_list .event_date {
  line-height:1;
  margin:0 0 5px;
}
#cms .article_list .event_date span {
  background:#FFCD19;
  font-size:12px;
  display:inline-block;
  padding:4px 7px 3px;
  text-align:center;
  font-weight:bold;
}
#cms .article_list .date {
	color:#ed3713;
	font-weight:bold;
  font-size:12px;
  line-height:1.2;
  margin:0 0 2px;
}
#cms .article_list .txt {
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#cms .article_list .event_area {
  background:#EBE2C5;
  display:inline-block;
  font-size:11px;
  padding:2px 1px 1px 6px;
  margin:6px 0 0;
  line-height:1.4;
  text-align:center;
}
#cms .article_list .event_area span {
  margin:0 5px 0 0;
  display:inline-block;
}

/* 非表示（イベント用） */
#cms .article_list .event_category,
#cms .article_list .event_date,
#cms .article_list .event_area {
  display:none;
}




/* おすすめ記事一覧 ------------------------ */
#cms .article_list.recommend_list .txt {
	-webkit-line-clamp: 3;
}


/* 条件絞り込みの記事一覧 ------------------------ */
#cms .article_list.result_list .txt {
	-webkit-line-clamp: 3;
}


/* 最新記事一覧 ------------------------ */
#cms .article_list.latest_list .subinfo .date {
  color:#ed3713;
}


/* 人気記事一覧 ------------------------ */
#cms .article_list.ranking_list .txt {
	-webkit-line-clamp: 3;
}
#cms .article_list.ranking_list li .txt:before {
	 background: #ed8013;
	 color:#fff;
	 padding:2px 5px;
	 display:inline-block;
	 margin:0 2px 0 0;
   line-height:1;
}
#cms .article_list.ranking_list li:nth-child(1) .txt:before {
	 content: "1";
}
#cms .article_list.ranking_list li:nth-child(2) .txt:before {
	 content: "2";
}
#cms .article_list.ranking_list li:nth-child(3) .txt:before {
	 content: "3";
}
#cms .article_list.ranking_list li:nth-child(4) .txt:before {
	 content: "4";
}
#cms .article_list.ranking_list li:nth-child(5) .txt:before {
	 content: "5";
}



/* 記事のサブ情報 ------------------------ */
#cms .article_list .subinfo {
	color:#999;
	font-size:10px;
  margin:0;
}
#cms .article_list .subinfo span,
#cms .article_list .subinfo time {
	margin:0 10px 0 0;
  line-height:1.2;
}
#cms .article_list .subinfo .category {
	background:url(../../img/news_cms/bg_line.gif) no-repeat left center;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 9px;
}
#cms .article_list .subinfo .date {
	color:#999;
  font-weight:normal;
  font-size:10px;
	margin:0 10px 0 0;
}
#cms .article_list .subinfo .writer {
}



/* ボタン_ブルー ------------------------ */
#cms .btn_blue a {
	background:#045eae;
	text-align:center;
	font-size:14px;
	padding:15px 10px 14px;
  margin:20px 10px 30px;
  line-height:1.2;
	display:block;
	text-decoration:none;
	color:#fff;
}
#cms .btn_blue a:hover {
  /*background:#2b81cd;*/
}



/* ボタン_ホワイト ------------------------ */
#cms .btn_white a {
	border:1px solid #333;
	display:block;
	color:#333;
	text-align:center;
	font-size:14px;
	padding:14px 10px 13px;
  margin:0 10px 30px;
  line-height:1.2;
	text-decoration:none;
}
#cms .btn_white a:hover {
	background:#f2f2f2;
}



/* google広告 ------------------------ */
#cms .bnr_ad {
	margin:30px 0 30px;
  text-align:center;
}



/* 関連キーワードから探す ------------------------ */
#cms .tag_list {
	margin:10px 0 20px;
  padding: 0 10px;
}
#cms .tag_list li {
	display:inline-block;
	margin:0 5px 5px 0;
}
#cms .tag_list li a {
  display:inline-block;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  text-align:center;
  font-size:15px;
  background:#fff;
  padding:11px 9px 10px;
  text-decoration:none;
  line-height:1.2;
  border:#333 1px solid;
}

#cms .tag_txt {
  font-size:13px;
  margin:-7px 10px -3px;
  color:#777;
  font-weight:normal;
  line-height:1.2;
  text-align:center;
}




/* 過去の記事 ------------------------ */
#cms .article_past {
	margin:10px 0 30px;
  padding: 0 10px;
}
#cms .article_past form {
}

#cms .article_past form .select_form {
  text-align:center;
}
#cms .article_past select {
	width:90%;
	height:45px;
	font-size:14px;

}



/* 記事詳細 ------------------------ */
#cms .category {
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	margin:0 0 20px 0;
	background:#DF8014;
	font-size:12px;
  line-height:1;
  /*display:inline-block;*/
}
#cms .main_title {
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	margin:20px 10px 10px;
	padding:0;
	background:none;
	border-bottom:none;
  position: relative;
}
#cms .cms_category {
	margin: 0 10px 15px;
  display: none;
}
#cms .cms_category a {
	display:inline-block;
	border-radius: 5px;
	text-align:center;
  font-size: 10px;
	background:#fff;
  margin: 0 4px 4px 0;
	padding:6px 7px 5px;
	text-decoration:none;
  line-height:1.2;
  color: #666;
  border:#999 1px solid;
}
#cms .cms_category a strong {
  font-weight: normal;
}

#cms .cms_tag {
	margin: 10px 10px 40px;
}
#cms .cms_tag a {
  display: inline-block;
  margin: 0 6px 6px;
  color: #666;
  font-size: 16px;
  text-decoration: underline;
}
#cms .cms_tag　a:active {
  text-decoration: none;
}



#cms .event_info {
  margin:0 10px 20px;
}
#cms .event_info .event_date {
  line-height:1;
  background:#FFCD19;
  font-size:16px;
  font-weight:bold;
  display:inline-block;
  padding:8px 10px 5px 8px;
}
#cms .event_info .event_date span {
  font-size:14px;
  font-weight:normal;
}
#cms .event_info .event_area {
  background:#EBE2C5;
  display:inline-block;
  font-size:14px;
  padding:5px 6px 2px 10px;
  margin:10px 0 0 0;
  line-height:1.4;
}
#cms .event_info .event_area span {
  margin:0 5px 0 0;
  display:inline-block;
}

/* 非表示（イベント用） */
#cms .event_info {
  display:none;
}




/* 記事のサブ情報 */
#cms .subinfo {
  font-size:12px;
  margin:0 10px 18px;
}
#cms .subinfo span,
#cms .subinfo time {
  line-height:1.2;
}
#cms .subinfo .category {
	background:url(../../img/news_cms/bg_line.gif) no-repeat left center;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 9px;
	color:#999;
  font-weight:normal;
	display:inline;
	font-size:10px;
}
#cms .subinfo .date {
  margin:0 2px 0 0;
}
#cms .subinfo .writer {
}
#cms .subinfo .writer2 {
  display: block;
  white-space: nowrap;
  display: none;
}
#cms .subinfo .update {
  margin: 0 5px 0 0;
}
#cms .subinfo .update::before {
  content: "/";
  margin: 0 5px 0 0;
}
#cms .subinfo .update:empty {
  display: none;
}
#cms .subinfo a {
  color:#045EAE;
  text-decoration:underline;
}



/* ソーシャルボタン */
#cms .social_title {
  background:#EBEBEB;
  width:92%;
  margin:0 auto 0;
  padding:13px 6px 0;
  font-size:16px;
  text-align:center;
  font-weight:bold;
  line-height:1.2;
  color:#ED8013;
}
/*
#cms .social_btn {
	margin:0 auto 30px;
	display:table;
	table-layout:fixed;
	text-align:center;
	width:94%;
  border-collapse:separate;
  border-spacing:2px 0;
}
*/
#cms .social_btn {
	margin:0 auto 30px;
	display:table;
	/*table-layout:fixed;*/
	text-align:center;
	width:92%;
	width:calc(92% + 6px);
  border-collapse:separate;
  border-spacing:2px 0; /* 左右 上下で記述 */
  background:#EBEBEB;
  padding:10px 6px;
  padding-right:0;
}
#cms .social_btn li {
	display:table-cell;
	vertical-align:middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#cms .social_btn li:first-child {
  /*width: 72px;*/
}
#cms .social_btn li a {
  display:block;
}
#cms .social_btn li a img {
  width:100%;
  max-width:80px;
}
#cms .social_btn .facebook {
  background:#3B5998;
}
#cms .social_btn .instagram {
  background:#e51f70;
}
#cms .social_btn .twitter {
  background:#00ACEE;
}
#cms .social_btn .line {
  background:#00C300;
}
#cms .social_btn .fb-like {
  background:#EBEBEB;
}
#cms .social_btn .hatena {
  background:#00a4de;
}
#cms .social_btn .mail {
  background:#21b09b;
}

#cms .social_btn .line2 {
}




/* スクロールで表示されるソーシャルボタン ボタンが丸いデザインVer.
#cms .social_btn_scroll {
	margin:0 auto;
	display:table;
	table-layout:fixed;
	text-align:center;
  position:fixed;
	width:74%;
  bottom:20px;
  left:18%;
  z-index:100;
}
#cms .social_btn_scroll li {
	display:table-cell;
	vertical-align:middle;
}
#cms .social_btn_scroll li a {
  display:block;
  width:44px;
  height:44px;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  opacity:0.95;
}
#cms .social_btn_scroll li a img {
  width:27px;
  margin:9px 0 0 0;
}
#cms .social_btn_scroll li.facebook a {
  background:#3B5998;
}
#cms .social_btn_scroll li.twitter a {
  background:#00ACEE;
}
#cms .social_btn_scroll li.line a {
  background:#00C300;
}
*/



/* スクロールで表示されるソーシャルボタン ボタンが四角いデザインVer. */
#cms .social_btn_scroll {
	margin:0 auto;
	display:table;
	table-layout:fixed;
	text-align:center;
  position:fixed;
	width:100%;
  max-width:640px;
  bottom:0;
  z-index:100;
}
#cms .social_btn_scroll li {
	display:table-cell;
	vertical-align:middle;
}
#cms .social_btn_scroll li a {
  display:block;
  height:44px;
}
#cms .social_btn_scroll li a img {
  width:27px;
  margin:9px 0 0 0;
}
#cms .social_btn_scroll li.facebook a {
  background:#3B5998;
}
#cms .social_btn_scroll li.twitter a {
  background:#00ACEE;
}
#cms .social_btn_scroll li.line a {
  background:#00C300;
}



/* CMS_共通部分 */
#cms .article_detail {
  padding: 30px 10px 0;
	margin:0;
}
#cms .article_detail .comment {
	/*background:#484848;*/
	/*color:#fff;*/
	/*padding:6px 7px 6px;*/
  margin:6px 0;
  font-size:14px;
  line-height:1.3;
}
#cms .article_detail .source {
	color:#999;
	font-size:11px;
  line-height:1.2;
  margin:6px 0 0 0;
}
#cms .article_detail .cms_quote .source {
  margin:6px 0 0 0;
}
#cms .article_detail .source a {
	color:#999;
  text-decoration:none;
}



/* CMS_文章 */
#cms .article_detail .cms_txt {
	margin:0 8px 30px;
}
#cms .article_detail .cms_txt .txt {
  font-size:16px;
 line-height:1.5;
}



/* CMS_文章2 */
#cms .article_detail .cms_txt_2 {
	margin:0 36px 30px;
}
#cms .article_detail .cms_txt_2 .txt {
  font-size:16px;
  line-height:1.5;
  background:#FFFABF;
  padding:10px 12px;
  border:1px solid #CAC7A6;
}
#cms .article_detail .cms_txt + .cms_txt_2,
#cms .article_detail .cms_txt_2 + .cms_txt_2 {
	margin-top: -10px;
}



/* CMS_画像 */
#cms .article_detail .cms_photo {
	margin:0 0 30px;
}
#cms .article_detail .cms_photo .photo {
}
#cms .article_detail .cms_photo .photo img {
  width:100%;
}
#cms .article_detail .cms_photo .photo.frame img {
  border:#484848 1px solid;
  box-sizing:border-box;
}



/* CMS_引用 */
#cms .article_detail .cms_quote {
	background:url(../../img/news_cms/icon_quote.png) no-repeat left 4px;
	-webkit-background-size:23px auto;
	-moz-background-size:23px auto;
	background-size:23px auto;
	padding:0 0 0 30px;
	margin:0 0 30px;
}
#cms .article_detail .cms_quote .txt {
  font-size:16px;
  line-height:1.5;
  margin:0;
}



/* CMS_見出し */
#cms .article_detail .cms_subtitle {
	margin:0 8px 15px;
}
#cms .article_detail .cms_subtitle .txt {
	font-size:20px;
	padding:0 0 10px;
  line-height:1.2;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#cms .article_detail .cms_subtitle .txt span {
  border-left:6px solid #df8014;
  padding-left:8px;
  display:block;
}



/* CMS_見出し2 */
#cms .article_detail .cms_subtitle_2 {
	margin:0 8px 15px;
}
#cms .article_detail .cms_subtitle_2 .txt {
	font-size:20px;
  line-height:1.2;
	font-weight:bold;
  background:#ffe2c2;
  padding:8px 8px 7px;
}



/* CMS_見出し3 */
#cms .article_detail .cms_subtitle_3 {
	margin:0 8px 15px;
}
#cms .article_detail .cms_subtitle_3 .txt {
	font-size:20px;
  line-height:1.2;
	font-weight:bold;
}



/* CMS_リンク */
#cms .article_detail .cms_link {
	margin:0 0 30px;
}
#cms .article_detail .cms_link + .cms_link {
	margin-top:-15px;
}
#cms .article_detail .cms_link p {
}
#cms .article_detail .cms_link p a {
  position: relative;
	background:#008FDE;
  background: linear-gradient(to bottom, #2089d3, #066fb9);
  box-shadow: 0px 5px rgba(28,72,157,1);
  border-radius:34px;
  -webkit-border-radius:34px;
  -moz-border-radius:34px;
	font-weight:bold;
  font-size:16px;
	color:#ffffff;
  display:flex;
  justify-content: center;
  align-items: center;
	padding:17px 40px 15px 65px;
  text-align:center;
  text-decoration:none;
  width:100%;
  line-height:1.1;
  margin:0 auto;
  box-sizing:border-box;
  min-height: 66px;
}
#cms .article_detail .cms_link p a .cms_link_sub {
  font-size: 13px;
  display: block;
  line-height:1.2;
  margin-top: 4px;
}
#cms .article_detail .cms_link p a .cms_link_thumb {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 7px;
  width: 54px;
  height: 54px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
}
#cms .article_detail .cms_link p a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  width: 20px;
  height: 20px;
	background:url(../../img/news_cms/icon_cmslink_arrow.png) no-repeat 0 0;
  background-size: 20px;
}


/* CMS_動画 */
#cms .article_detail .cms_movie {
	margin:0 0 30px;
}
#cms .article_detail .cms_movie .movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
#cms .article_detail .cms_movie .movie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}

#cms .article_detail .cms_movie .movie > div {
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
  overflow: hidden;
}
#cms .article_detail .cms_movie .movie > div img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.youtube_play:hover {
  cursor: pointer;
}
.youtube_btn {
  width: 68px;
  height: 48px;
  background: url(../../img/news_cms/btn_playvideo.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100%) contrast(130%);
  opacity: .8;
}
.youtube_btn:hover {
  filter: grayscale(0%) contrast(100%);
  opacity: 1;
}


/* CMS_地図 */
#cms .article_detail .cms_map {
	margin:0 0 30px;
}
#cms .article_detail .cms_map .map_set {
  display:table;
  width:100%;
}
#cms .article_detail .cms_map .read_part {
  display:table-cell;
  width:auto;
  /*border-right:#fff 6px solid;*/
}
#cms .article_detail .cms_map .action_part {
  display:table-cell;
  width:110px;
  text-align:center;
  vertical-align:middle;
  background:#035EAE;
  text-decoration:none;
}
#cms .article_detail .cms_map .action_part p {
  color:#fff;
  font-weight:bold;
  background:url(../../img/news_cms/btn_map.png) center top no-repeat;
  background-size:30px 35px;
  padding:42px 0 8px;
  font-size:16px;
  line-height:1.3;
}
#cms .article_detail .cms_map .ggmap {
}




/* CMS_Twitter */
#cms .article_detail .cms_twitter {
	margin:0 0 30px;
}



/* CMS_Instagram */
#cms .article_detail .cms_instagram {
	margin:0 0 30px;
}



/* CMS_flickr */
#cms .article_detail .cms_flickr {
	margin:0 -10px 30px -10px;
	text-align:center;
}



/* CMS_Tumblr */
#cms .article_detail .cms_tumblr {
	margin:0 0 30px;
}



/* CMS_facebook動画 */
#cms .article_detail .cms_facebook-movie {
	margin:0 0 30px;
}



/* CMS_facebook投稿/写真 */
#cms .article_detail .cms_facebook-post {
	margin:0 0 30px;
}



/* CMS_アンケート */
#cms .article_detail .cms_question {
	margin:0 0 30px;
  padding:16px 10px 17px;
  background:#EBF6FF;
  border:#B0CDE2 1px solid;
  position:relative;
}
#cms .article_detail .cms_question .subhead {
  font-size:20px;
  font-weight:bold;
  line-height:1;
  border-bottom:#000 1px solid;
  padding:0 0 11px 57px;
  margin:0 0 12px;
}
#cms .article_detail .cms_question .subhead span {
  font-size:14px;
}
#cms .article_detail .cms_question .subhead .icon {
  position:absolute;
  top:-3px;
  left:5px;
}
#cms .article_detail .cms_question .subhead .icon img {
  width:50%;
}
#cms .article_detail .cms_question .sentence {
  margin:0 0 12px;
}
#cms .article_detail .cms_question .choices {
  margin:0 0 16px;
}
#cms .article_detail .cms_question .choices.answered:before {
  content: "";
  width:76px;
  height:76px;
  background:url(../../img/news_cms/icon_answered.png);
  background-size:contain;
  position:absolute;
  top:-17px;
  right:6px;
}
#cms .article_detail .cms_question .choices.radio_btn {
}
#cms .article_detail .cms_question .choices.select_btn {
}
#cms .article_detail .cms_question .choices li {
  margin:0 0 10px;
}
#cms .article_detail .cms_question .choices li label {
	border:#ccc 1px solid;
  background:#fff;
  display:table;
  width:99%;
}
#cms .article_detail .cms_question .choices.answered li label {
  cursor:default;
}
#cms .article_detail .cms_question .choices li label input[type="radio"] {
  display:table-cell;
  margin:0 7px 0 8px;
}
#cms .article_detail .cms_question .choices li label .mark {
  display:table-cell;
}
#cms .article_detail .cms_question .choices li label .mark span {
  background:#035EAE;
  color:#fff;
  min-height:16px;
  min-width:16px;
  padding:2px 2px 2px 2px;
  line-height:1;
  text-align:center;
  display:inline-block;
  font-size:15px;
}
#cms .article_detail .cms_question .choices li label .txt {
  display:table-cell;
  width:100%;
  padding:10px 10px 9px 6px;
  line-height:1.2;
}
#cms .article_detail .cms_question .btn {
  text-align:center;
  margin:0 0 10px;
}
#cms .article_detail .cms_question .btn a {
  display:block;
  background:#035EAE url(../../img/news_cms/arrow_question_btn.png) 11px 50% no-repeat;
  background-size:11px;
  font-size:16px;
  color:#fff;
  padding:15px 10px 15px 26px;
  line-height:1.3;
  text-decoration:none;
  text-align:center;
}
#cms .article_detail .cms_question .thank {
  font-size:16px;
  margin:0 0 13px;
  line-height:1.4;
}
#cms .article_detail .cms_question .answer {
  font-size:20px;
  font-weight:bold;
  margin:24px 0 15px;
  line-height:1.3;
}
#cms .article_detail .cms_question .answer .mark {
  background:#035EAE;
  color:#fff;
  min-height:18px;
  min-width:18px;
  padding:2px 2px 0;
  margin:0 4px 0 3px;
  line-height:1;
  text-align:center;
  display:inline-block;
  font-weight:normal;
}
#cms .article_detail .cms_question .answer .txt {
  color:#ed3713;
}
#cms .article_detail .cms_question .explain_title {
  color:#035EAE;
  font-size:18px;
  margin:0 0 1px;
  font-weight:bold;
  line-height:1.3;
}
#cms .article_detail .cms_question .explain_txt {
  margin:0 0 17px;
  line-height:1.6;
}
#cms .article_detail .cms_question .issue_title {
  color:#035EAE;
  font-size:18px;
  margin:0 0 6px;
  font-weight:bold;
  line-height:1.3;
}
#cms .article_detail .cms_question .issue_chart {
  margin:0 0 5px;
}



/* CMS_クイズ */
#cms .article_detail .cms_quiz {
  background:#E8FCEE;
  border-color:#A9D9B7;
}
#cms .article_detail .cms_quiz .choices li label .mark span {
  background:#029E32;
}
#cms .article_detail .cms_quiz .btn a {
  background-color:#029E32;
}
#cms .article_detail .cms_question .answer .mark {
  background:#029E32;
}

#cms .article_detail .cms_question .explain_title {
  color:#029E32;
}
#cms .article_detail .cms_quiz .issue_title {
  color:#029E32;
}



/* CMS_会話 */
#cms .article_detail .cms_talk {
	margin:0 0 30px;
}
#cms .article_detail .cms_talk + .cms_talk {
	margin-top:-15px;
}
#cms .article_detail .cms_talk ul {
}
#cms .article_detail .cms_talk ul li {
  display:table;
  width:100%;
  margin:0 0 14px;
}
#cms .article_detail .cms_talk .image,
#cms .article_detail .cms_talk .speak {
  display:table-cell;
  vertical-align:top;
}
#cms .article_detail .cms_talk .image {
  width:60px;
  padding:0 15px 0 0;
  z-index:4;
}
#cms .article_detail .cms_talk .image p {
  width:60px;
  height:60px;
  border-radius:50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  background-image:url(../../img/news_cms/icon_person.gif);
}
#cms .article_detail .cms_talk .speak {
  padding:0 0 0;
}
#cms .article_detail .cms_talk .speak .name {
  font-size:14px;
  font-weight:bold;
  line-height:1;
  margin:0 0 5px;
  position:relative;
  z-index:4;
}
#cms .article_detail .cms_talk .speak .txt {
  position:relative;
}
#cms .article_detail .cms_talk .speak .txt span {
  font-size:16px;
  position:relative;
  display:inline-block;
  padding:10px 12px 8px;
  z-index:3;
  background:#FFECC7;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  line-height:1.4;
}
#cms .article_detail .cms_talk .speak .txt:before {
  position:absolute;
  top:-17px;
  left:-11px;
  z-index:1;
  height:50px;
  width:50px;
  border-radius:25px;
  background:#FFECC7;
  content:"";
}
#cms .article_detail .cms_talk .speak .txt:after {
  position:absolute;
  top:-28px;
  left:-15px;
  z-index:2;
  height:45px;
  width:57px;
  border-radius:15px;
  background:#FFFFFF;
  content:"";
}
#cms .article_detail .cms_talk ul li.personA .speak .name {
  color:#d39f42;
}
#cms .article_detail .cms_talk ul li.personB .speak .name {
  color:#6ab25d;
}
#cms .article_detail .cms_talk ul li.personC .speak .name {
  color:#de7eb0;
}
#cms .article_detail .cms_talk ul li.personA .speak .txt span,
#cms .article_detail .cms_talk ul li.personA .speak .txt:before {
  background:#FFECC7;
}
#cms .article_detail .cms_talk ul li.personB .speak .txt span,
#cms .article_detail .cms_talk ul li.personB .speak .txt:before {
  background:#daf2d5;
}
#cms .article_detail .cms_talk ul li.personC .speak .txt span,
#cms .article_detail .cms_talk ul li.personC .speak .txt:before {
  background:#ffe5f4;
}



/* CMS_商品 */
#cms .article_detail .cms_goods {
  margin:0 8px 30px;
}
#cms .article_detail .cms_goods + .cms_goods {
  margin-top:-15px;
}
#cms .article_detail .cms_goods .block {
  padding:11px 10px 12px;
  border:#ff9900 2px solid;
  background:#fff;
  box-sizing:border-box;
}
#cms .article_detail .cms_goods .item {
  width:100%;
  margin:0 0 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
#cms .article_detail .cms_goods .block .image,
#cms .article_detail .cms_goods .block .info {
  vertical-align:top;
}
#cms .article_detail .cms_goods .block .image {
  width:38vw;
  max-height: 38vw;
  padding: 0;
  text-align: center;
}
#cms .article_detail .cms_goods .block .image img {
  max-width: 100%;
  max-height: 38vw;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#cms .article_detail .cms_goods .block .info {
  width: calc(100% - 38vw);
  padding-left: 12px;
  font-size:16px;
}
#cms .article_detail .cms_goods .block .info .name {
  font-weight:bold;
  line-height:1.4;
}
#cms .article_detail .cms_goods .block .info .name a {
  color:#000;
}
#cms .article_detail .cms_goods .block .price {
  text-align: center;
  font-weight: bold;
}
#cms .article_detail .cms_goods .block .price dt {
  font-size:14px;
  color:#000;
  /* background: #fcff00; */
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}
#cms .article_detail .cms_goods .block .price dd {
  display: inline-block;
  color:#ed3713;
  font-size:18px;
  line-height: 1.2;
}
#cms .article_detail .cms_goods .block .price dd small {
  font-weight: normal;
}
#cms .article_detail .cms_goods .block .btn {
  position: relative;
  margin: 8px 0 0;
}
#cms .article_detail .cms_goods .block .btn span {
  position: absolute;
  color: #fff;
  right: 12px;
  top: 14px;
  font-size: 13px;
  font-weight: bold;
  border: solid 2px #fff;
  border-radius: 3px;
  line-height: 1.2;
  padding: 2px 6px;
}
#cms .article_detail .cms_goods .block .btn a {
  display:block;
  font-size:15px;
  font-weight:bold;
  color: #fff;
  padding:12px 7px 11px;
  text-align:center;
  text-decoration:none;
  background:#fa942f;
	background: -moz-linear-gradient(top, #fa9d41 0%, #fa942f 100%);
	background: -webkit-linear-gradient(top, #fa9d41 0%,#fa942f 100%);
	background: linear-gradient(to bottom, #fa9d41 0%,#fa942f 100%);
  border:#fa942f 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
  box-shadow:0 1px 0 rgba(255,255,255,0.7) inset;
}
#cms .article_detail .cms_goods .block .btn_ama a {
  background:#fa942f;
	background: -moz-linear-gradient(top, #fa9d41 0%, #fa942f 100%);
	background: -webkit-linear-gradient(top, #fa9d41 0%,#fa942f 100%);
	background: linear-gradient(to bottom, #fa9d41 0%,#fa942f 100%);
  border:#fa942f 1px solid;
}
#cms .article_detail .cms_goods .block .btn_rak a {
  background:#b71618;
	background: -moz-linear-gradient(top, #c23b3c 0%, #b71618 100%);
	background: -webkit-linear-gradient(top, #c23b3c 0%,#b71618 100%);
	background: linear-gradient(to bottom, #c23b3c 0%,#b71618 100%);
  border:#b71618 1px solid;
}
#cms .article_detail .cms_goods .block .btn_yah a {
  background:#f51f3b;
	background: -moz-linear-gradient(top, #f7425a 0%, #f51f3b 100%);
	background: -webkit-linear-gradient(top, #f7425a 0%,#f51f3b 100%);
	background: linear-gradient(to bottom, #f7425a 0%,#f51f3b 100%);
  border:#f51f3b 1px solid;
}
.goodprice:after {
  content: "";
  position: absolute;
  width: 61px;
  height: 48px;
  top: -1px;
  left: 10px;
  background:url(../../img/news_cms/icon_crown_sp.png) no-repeat 0 0;
  background-size: cover;
}
#cms .article_detail .cms_goods .block .goodprice span {
  color: #fcff00;
  border-color: #fcff00;
}


/* CMS_表 */
#cms .article_detail .cms_worksheet {
	margin:0 0 30px;
  overflow:auto;
}
#cms .article_detail .cms_worksheet + .cms_worksheet {
	margin-top:-10px;
}
#cms .article_detail .cms_worksheet table {
  font-size:12px;
  width:100%;
  word-break:keep-all;
  overflow-wrap:break-word;
}
#cms .article_detail .cms_worksheet table th,
#cms .article_detail .cms_worksheet table td {
  border:#c7c7c7 1px solid;
  padding:15px 10px 15px;
  line-height:1.4;
  text-align:center;
  vertical-align:middle;
  min-width:40px;
  max-width:150px;
}
#cms .article_detail .cms_worksheet table th {
  background:#FFECC7;
  font-weight:bold;
}
#cms .article_detail .cms_worksheet table td {
  padding-top:15px;
  padding-bottom:15px;
}
#cms .article_detail .cms_worksheet table.both tr:nth-child(n+2) th {
  background:#f0f0f0;
}




/* CMS_過去記事紹介（FJと他サイト） ------------------------ */
#cms .article_detail .cms_embed {
  margin:0 0 30px;
}
#cms .article_detail .cms_embed + .cms_embed {
  margin-top:-10px;
}
#cms .article_detail .cms_embed a {
  display:block;
  color:#333;
}
#cms .article_detail .cms_embed a:hover .block {
  border-color:#d8cf92;
  background-color:#FBF8E4;
  color:#333;
}
#cms .article_detail .cms_embed-fishing a:hover .block {
  border-color:#B0CDE2;
  background-color:#EBF6FF;
}
#cms .article_detail .cms_embed-other a:hover .block {
  border-color:#c4c4c4;
  background-color:#f2f2f2;
}
#cms .article_detail .cms_embed .block {
  border:#cccccc 1px solid;
  border-radius:3px;
  padding:12px;
  width:100%;
  box-sizing:border-box;
  min-height:120px;
  line-height:1.3;
}
#cms .article_detail .cms_embed .block .title {
	background:none;
	border:none;
	font-size:15px;
	padding:0 0 0 41px;
  line-height:1.3;
	margin:0 0 5px;
  min-height:36px;
  color:#000;
  background-repeat:no-repeat;
  background-position:0 1px;
  background-size:35px;
}
#cms .article_detail .cms_embed-fishing .block .title {
  background-image:url(../../img/news_cms/icon_embed_fishing.png);
}
#cms .article_detail .cms_embed-other .block .title {
  background-image:url(../../img/news_cms/icon_embed_other.png);
}
#cms .article_detail .cms_embed .block .txt {
  font-size:12px;
  line-height:1.4;
}
#cms .article_detail .cms_embed .block .date,
#cms .article_detail .cms_embed .block .site,
#cms .article_detail .cms_embed .block .writer {
  font-size:11px;
  color:#999999;
  line-height:1.3;
  margin:0 12px 0 0;
  display:inline-flex;
}
#cms .article_detail .cms_embed .block .date {
}
#cms .article_detail .cms_embed .block .writer {
  margin-right:0;
}
#cms .article_detail .cms_embed .block .site {
}
#cms .article_detail .cms_embed .block .image {
  width:120px;
  padding:0 0 5px 10px;
  float:right;
}
#cms .article_detail .cms_embed .block .image img {
  width:100%;
}

#cms .article_detail .cms_embed .block .unfound {
  text-align:center;
  font-size:18px;
  color:#999;
  padding:36px 0 30px;
}




/* CMS_目次 ------------------------ */
#cms .article_detail .cms_mokuji {
  margin:0 8px 30px;
  border:#ccc 1px solid;
  background:#f7f7f7;
  padding:15px 14px 17px;
  border-radius:3px;
}
#cms .article_detail .cms_mokuji p {
  font-size:16px;
  font-weight:bold;
  border-bottom:#CCC 1px dotted;
  padding:0 0 8px;
  margin:0 0 13px;
  line-height:1;
}
#cms .article_detail .cms_mokuji ul {
  list-style:none;
  margin:0;
  padding:0;
}
#cms .article_detail .cms_mokuji li {
  margin:0 0 9px 15px;
  line-height:1.3;
  text-indent:-13px;
  font-size:15px;
}
#cms .article_detail .cms_mokuji li:last-child {
  margin-bottom:0;
}
#cms .article_detail .cms_mokuji li:before {
  content:"";
  height:10px;
  width:10px;
  background:#000;
  display:inline-block;
  border-radius:5px;
  margin:0 3px 1px 0;
}
#cms .article_detail .cms_mokuji li a {
  color: #000;
  text-decoration: none;
}
#cms .article_detail .cms_mokuji li a:hover {
  text-decoration: underline;
}

.cms_mokuji_ad_top {
  text-align: center;
  margin: 0 0 23px;
}
.cms_mokuji_ad_btm {
  text-align: center;
  margin: 0 0 27px;
}


/* このカテゴリの人気記事 ------------------------ */
.entry_addition_popular {
  margin: 0 0 30px 0;
}
.entry_addition_popular h3 {
  margin: 0 0 14px 0;
  padding: 0 0;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.entry_addition_popular ul {
  margin: 0 10px;
}
.entry_addition_popular ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
}
.entry_addition_popular ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 6px;
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
}
.entry_addition_popular ul li a {
  display: inline-block;
  text-decoration: underline;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
#cms .entry_addition_popular ul li a {
  color: #045EAE;
}


/* ライター紹介 ------------------------ */
#cms .writer {
	margin:15px 10px 25px;
}
#cms .writer .image {
	float:left;
	margin:0 10px 5px 0;
  display:inline-block;
  background-position:center center;
  background-repeat:no-repeat;
  width:70px;
  height:70px;
  background-size:cover;
  border-radius:10px;
}
#cms .writer .name {
	font-size:18px;
	font-weight:bold;
  margin:0 0 4px;
  line-height:1.3;
  padding-top: 23px;
}
#cms .writer .txt {
  font-size:12px;
  line-height:1.5;
  clear: both;
  padding-top: 10px;
}



/* 条件絞り込みの記事一覧タイトル ------------------------ */

/* 件数表示ありVer */
#cms .result_title {
	padding:19px 10px 15px;
	margin:0 0 12px;
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	color:#333;
}
/* 件数表示なしVer */
#cms .result_title {
	padding:19px 0 15px;
	margin:0 10px 5px;
	background:none;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	color:#333;
}
#cms .result_title span {
  font-weight:bold;
	font-size:14px;
}
#cms .page_number {
  padding:0 0 9px;
  margin:12px 10px 0;
  border-bottom:1px solid #ccc;
}
#cms .page_number span {
  color:#ed3713;
  margin:0 5px 0 0;
}
#cms .page_number .total {
  font-size:20px;
  margin:0 0 0 0;
}




/* ページング その1 ------------------------ */

.paging {
  margin: 0 5px 50px;
}

/* リンクカラー */
.paging .nav a {
  color:#fff;
}

/* ページ番号 */
.paging .number {
  display: table;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
  width: 100%;
  margin:0 0 1px;
}
.paging .number > * {
  display: table-cell;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-align: center;
}
.paging .number > a {
  border: 1px solid #045eae;
  color: #045eae;
  font-size: 18px;
  height: 100%;
  padding: 10px 2px;
  text-decoration: none;
  vertical-align: middle;
  width: 15%;
}
.paging .number > .current {
  background-color: #E5E5E5;
  border-color: #e5e5e5;
  color: #333;
  cursor:default;
}
.paging .ellipsis {
  color: #045eae;
  font-size: 12px;
  font-weight:bold;
  vertical-align: bottom;
  width: 3%;
}

/* ページ送りナビゲーション */
.paging .nav {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
  width: 100%;
}
.paging .nav > a {
  background-color: #045eae;
  background-repeat: no-repeat;
  background-size: 20px 17px;
  -webkit-background-size: 20px 17px;
  color: #FFF;
  display: table-cell;
  font-size: 16px;
  line-height: 1;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
}
.paging .nav > .prev {
  background-image: url(../../img/news_cms/paging_arw_left.png);
  background-position: left center;
  border-right:#fff 3px solid;
}
.paging .nav > .next {
  background-image: url(../../img/news_cms/paging_arw_right.png);
  background-position: right center;
  border-left:#fff 3px solid;
}




/* ページング その2 ------------------------ */
.paging2 {
  text-align:left;
  margin:25px 6px 30px;
}
.paging2 a {
  display:inline-block;
  text-decoration:none;
  color:#008fde;
  line-height:1;
  border:2px solid #008fde;
  width:17.4%;
  height:55px;
  font-family:Arial, sans-serif;
  font-size:16px;
  padding:18px 0 0;
  margin:0 1.3% 8px;
  border-radius:4px;
  overflow:hidden;
  /*background:#E8E8E8;*/
  box-sizing:border-box;
  text-align:center;
  vertical-align:middle;
}
.paging2 a:first-child {
  margin-left:;
}
.paging2 a:last-child {
  margin-right:;
}
.paging2 a.current,
.paging2 a.current:hover {
  color:#fff;
  border:2px solid #008fde;
  background:#008fde;
  cursor:default;
}
.paging2 a:hover {
  background:#f5f5f5;
  border:2px solid #18a4f1;
}
.paging2 .prev,
.paging2 .next {
  width:;
}
.paging2 .first,
.paging2 .last {
  font-size:16px;
  font-weight:bold;
  line-height:1.1;
  padding-top:;
}

/* ページング その2 ランキング用※色のみ指定 */
.paging2__rank {
}
.paging2__rank a {
  color:#ebfe37;
  border-color:#ebfe37;
  /*background:#003980;*/
}
.paging2__rank a.current,
.paging2__rank a.current:hover {
  color:#000;
  border-color:#ebfe37;
  background:#ebfe37;
}
.paging2__rank a:hover {
  color:#ebfe37;
  border-color:#f7dd31;
  background:#09458f;
}




/* amazon購入エリア ------------------------ */

#cms .amazon_shopping {
  margin:0 10px 15px;
}
#cms .amazon_shopping .title {
  background:#232F3E;
  padding:5px 10px 4px;
  margin:0;
  line-height:1.2;
  border:none;
  font-size:12px;
  color:#fff;
  text-align:center;
}
#cms .amazon_shopping .block {
  padding:11px 10px 12px;
  border-left:#232F3E 2px solid;
  border-right:#232F3E 2px solid;
  border-bottom:#232F3E 2px solid;
  box-sizing:border-box;
}
#cms .amazon_shopping .item {
  display:table;
  width:100%;
  margin:0 0 8px;
}
#cms .amazon_shopping .block .image,
#cms .amazon_shopping .block .info {
  display:table-cell;
  vertical-align:top;
}
#cms .amazon_shopping .block .image {
  width:100px;
  padding:0 10px 0 0;
}
#cms .amazon_shopping .block .image img {
  width:100%;
}
#cms .amazon_shopping .block .info {
  font-size:16px;
  line-height:1.4;
}
#cms .amazon_shopping .block .info .txt_set {
  margin:0 0 8px;
  min-height:50px;
}
#cms .amazon_shopping .block .info .name {
  margin:0 0 6px;
}
#cms .amazon_shopping .block .info .name a {
  color:#045EAE;
  font-weight:bold;
  text-decoration:underline;
}
#cms .amazon_shopping .block .info .price {
  font-size:14px;
  color:#666;
  margin:0 0 6px;
}
#cms .amazon_shopping .block .info .price span {
  color:#ea2e09;
  font-size:18px;
}
#cms .amazon_shopping .block .btn {
}
#cms .amazon_shopping .block .btn a {
  display:block;
  font-size:15px;
  font-weight:bold;
  padding:7px 7px 7px;
  text-align:center;
  text-decoration:none;
  background:#f0c14b;
	background: -moz-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
	background: -webkit-linear-gradient(top, #f7dfa5 0%,#f0c14b 100%);
	background: linear-gradient(to bottom, #f7dfa5 0%,#f0c14b 100%);
  border:#846a29 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
  box-shadow:0 1px 0 rgba(255,255,255,0.7) inset;

}



/* facebook Page Plugin ------------------------ */

#cms .facebook_pageplugin {
  padding:21px 15px 22px;
  background:url(../../img/news_cms/fb_pageplugin.jpg) center center no-repeat;
  background-size:cover;
  text-align:center;
}
#cms .facebook_pageplugin p {
  margin:0 0 16px;
  color:#FFF;
  font-size:13px;
  font-weight:bold;
  line-height:1;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}




/* facebook Page Plugin Ver2 ------------------------ */

.facebook_pageplugin_ver2 {
  margin:22px 12px 5px;
  text-align:center;
  outline:rgba(233,235,238,0.4) 1px solid;
}
.facebook_pageplugin_ver2 .fb-page {
}




/* facebook Comments Plugin ------------------------ */

#cms .facebook_commentsplugin_title {
  background:#EBEBEB;
  width:92%;
  margin:0 auto;
  padding:13px 6px 0;
  font-size:16px;
  text-align:center;
  font-weight:bold;
  line-height:1.2;
  color:#ED8013;
}
#cms .facebook_commentsplugin_title span {
  display:block;
  font-size:13px;
  margin:4px 0 0;
  color:#777;
  font-weight:normal;
}
#cms .facebook_commentsplugin {
  /*margin:0 1px 50px;*/
  margin:0 auto 20px;
  background:#EBEBEB;
  width:92%;
  padding:3px 6px 0;
}

/* FISHING JAPANのみ */
#cms .facebook_commentsplugin_balloon.article-comment {
  min-height:38px;
  clear:both;
  padding:7px 6px 0;
  margin:0 auto 0;
  width:92%;
  background-color:#EBEBEB;
}
#cms .facebook_commentsplugin_balloon.ico-user-1,
#cms .facebook_commentsplugin_balloon.ico-user-2,
#cms .facebook_commentsplugin_balloon.ico-user-3,
#cms .facebook_commentsplugin_balloon.ico-user-4,
#cms .facebook_commentsplugin_balloon.ico-user-5,
#cms .facebook_commentsplugin_balloon.ico-user-6,
#cms .facebook_commentsplugin_balloon.ico-user-7,
#cms .facebook_commentsplugin_balloon.ico-user-8,
#cms .facebook_commentsplugin_balloon.ico-user-9,
#cms .facebook_commentsplugin_balloon.ico-user-10 {
  background-position:14px bottom;
}
#cms .facebook_commentsplugin_balloon .article-comment-balloon {
  margin:0 8px 0 53px;
}




/* facebookいいね！ ------------------------ */

#cms .facebook_like {
  background:#202020;
  display:table;
  width:94%;
  margin:-10px auto 20px;
  height:107px;
}
#cms .facebook_like .image {
  display:table-cell;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  width:48%;
  border:#202020 1px solid;
}
#cms .facebook_like .main {
  display:table-cell;
  color:#fff;
  font-size:11px;
  line-height:1.2;
  padding:12px 10px 9px;
  text-align:center;
}
#cms .facebook_like .main .title {
	background:none;
	border:none;
	font-size:inherit;
	font-weight:normal;
  line-height:inherit;
  color:inherit;
	padding:0;
	margin:0 0 5px 0;
}
#cms .facebook_like .main .fb-like {
}
#cms .facebook_like .main .txt {
	margin:7px 0 0 0;
}



/* whiteソーシャルボタン ------------------------ */

#cms .social_white_btn {
  background:#202020;
  padding:14px 0;
  /*border-top:rgba(255,255,255,0.25) 1px solid;*/
  margin:-20px auto 22px;
  width:94%;
  display:table;
}
#cms .social_white_btn ul {
  display:table;
  table-layout:fixed;
  width:94%;
  margin:0 auto;
}
#cms .social_white_btn li {
  display:table-cell;
  vertical-align:top;
  padding:0 5px;
}
#cms .social_white_btn li a {
  display:block;
  text-align:center;
  line-height:1;
}
#cms .social_white_btn li img {
  width:30px;
  height:auto;
}




/* サイト全体に対してのソーシャルボタン ------------------------ */
.social_entiresite {
  background:#05184d url(../../img/news_cms/bg_social_entiresite.jpg) top center no-repeat;
  background-size:cover;
  padding:25px 10px 10px;
  box-sizing:content-box;
}
.social_entiresite .title {
  color:#ebfe37;
  font-size:22px;
  background-color:transparent;
  border:none;
  font-weight:bold;
  padding:0;
  margin:0 0 15px;
  text-align:center;
  line-height:1.4;
}
.social_entiresite .btn {
  display:table;
  table-layout:fixed;
  margin:0 0 16px;
  width:100%;
}
.social_entiresite .btn li {
  display:table-cell;
  vertical-align:top;
}
.social_entiresite .btn li:nth-child(odd) {
  border-right:transparent 5px solid;
}
.social_entiresite .btn li:nth-child(even) {
  border-left:transparent 5px solid;
}
.social_entiresite .btn li a ,
.social_entiresite .btn li div {
  background:#000;
  display:block;
  height:48px;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  margin:0 0 6px;
  padding:17px 2px 0;
  text-align:center;
  line-height:1.2;
  text-decoration:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
  -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}
.social_entiresite .btn li span {
  font-weight:normal;
  font-size:9px;
  display:block;
  margin:0 0 2px;
}
.social_entiresite .btn li p {
  font-size:13px;
  color:#fff;
  text-align:center;
  line-height:1.3;
  margin:0;
}

.social_entiresite .btn .facebook div {
  background:#4463B9;
}
.social_entiresite .btn .facebook .fb-like {
  display:inline-block;
  margin-top:2px;
}
.social_entiresite .btn .twitter a {
  background:#00ACEE;
}
.social_entiresite .btn .line a {
  background:#00C200;
}
.social_entiresite .btn .rss a {
  background:#FF8C00;
}
.social_entiresite .btn .feedly a {
  /*background:#2BB24C;*/
  background:#FF8C00;
}

.social_entiresite .btn .facebook p {
  color:#95ADE0;
}
.social_entiresite .btn .twitter p {
  color:#00acee;
}
.social_entiresite .btn .line p {
  color:#00c200;
}
.social_entiresite .btn .rss p {
  color:#ff8c00;
}
.social_entiresite .btn .feedly p {
  /*color:#2BB24C;*/
  color:#ff8c00;
}




/* サイト全体に対してのソーシャルボタン Ver2 ------------------------ */
.social_entiresite_ver2 {
  background:#05184d url(../../img/news_cms/bg_social_entiresite.jpg) top center no-repeat;
  background-size:cover;
  padding:25px 5px 25px;
  box-sizing:content-box;
}
.social_entiresite_ver2 .title {
  color:#ebfe37;
  font-size:21px;
  background-color:transparent;
  border:none;
  font-weight:bold;
  padding:0;
  margin:0 5px 12px;
  text-align:center;
  line-height:1.4;
}
.social_entiresite_ver2 .btn {
  display:table;
  table-layout:fixed;
  width:100%;
  background:none;
  border:none;
  border-radius: 4px;
  box-shadow:none;
  -webkit-box-shadow:none;
  color:#000;
  font-size:16px;
  font-weight:normal;
  line-height:1.6;
  padding:0;
  text-align:start;
  text-decoration:none;
}
.social_entiresite_ver2 .btn li {
  display:table-cell;
  vertical-align:top;
  padding:0 5px;
}
.social_entiresite_ver2 .btn li a {
  display:block;
  text-align:center;
  line-height:1;
}
.social_entiresite_ver2 .btn li img {
  width:100%;
  max-width:70px;
  height:auto;
  -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
  border-radius:50%;
}




/* はてなブックマークボタン ------------------------ */
.social_btn_hatena {
  padding:20px 10px 15px;
  border-top:#D1D1D1 7px solid;
  border-bottom:#D1D1D1 7px solid;
  background:#FFF;
  box-sizing:content-box;
}
.social_btn_hatena .title {
  font-size:20px;
  background-color:transparent;
  border:none;
  font-weight:bold;
  padding:0;
  margin:0 0 15px;
  text-align:center;
  line-height:1.4;
}
.social_btn_hatena .title strong {
  color:#008fde;
}
.social_btn_hatena .btn {
  margin:0;
}
.social_btn_hatena .btn a {
  background:#008FDE;
  display:block;
  height:53px;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  margin:0 auto 8px;
  padding:17px 2px 0;
  text-align:center;
  line-height:1.2;
  text-decoration:none;
  width:85%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
  -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.social_btn_hatena .btn span {
  font-weight:normal;
  font-size:9px;
  display:block;
  margin:0 0 2px;
}



/* LINE友達追加 ------------------------ */

#cms .line_friend {
  margin:-10px auto 25px;
  width:calc(92% + 12px);
  text-align:center;
}
#cms .line_friend img {
  width:100%;
}



/* ページネーション ------------------------ */

#cms .pagination_notice {
  margin: 30px 10px 10px;
  text-align: center;
}
#cms .pagination_notice a {
  display: inline-block;
  text-align: left;
  padding: 10px 10px 10px 85px;
  box-sizing: border-box;
  background-image: url(../../img/news_cms/pagination_notice_icon.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-size: 74px auto;
  font-size: 18px;
  color: #ff6200;
  font-weight: bold;
  line-height: 1.2;
  border: transparent 1px solid;
  text-decoration: underline;
}
#cms .pagination_notice a:hover {
  background-color: #ffffd1;
  border: #e6e2b8 1px solid;
  box-shadow: 2px 2px 2px rgba(0,0,0,.05);
  background-position: 8px center;
  color:#ff6a0d;
}
#cms .pagination_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  margin: 10px 0 45px;
}
#cms .pagination_list span,
#cms .pagination_list a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  box-sizing: border-box;
  min-width: 52px;
  min-height: 52px;
  border: #003980 1px solid;
  border-radius: 26px;
  padding: 2px 6px 2px;
  margin: 0 6px;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  overflow: hidden;
}
#cms .pagination_list span {
  color: #fff;
  background: #003980;
}
#cms .pagination_list a {
  color: #003980;
  background: #fff;
}
#cms .pagination_list a:hover {
  background: #ffffd1;
  border: #004ba6 1px solid;
  color: #004ba6;
  box-shadow: 0px 2px 4px rgba(0,0,0,.15) inset;
}





/* clearfix
===========================================*/
.article_list li a:after,
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
