@charset "utf-8";


/* 全体構成 ------------------------ */

#cms {
  position:relative;
  word-wrap:break-word;
  overflow:hidden;
  margin:0 0 15px;
  background:#fff;
}
#cms #cms_content {
}
#cms #cms_main {
  width:660px;
  margin:0 auto 60px;
  min-height:300px;
}
#cms #cms_side {
  width:300px;
  float:right;
  margin:0 0 0 0;
}



/* パンくず ------------------------ */
#cms .breadcrumbs {
  background:#E8E8E8;
  padding:7px 10px 6px;
  font-size:11px;
}
#cms .breadcrumbs ol {
}
#cms .breadcrumbs ol li {
  display:inline;
  line-height:1.6;
}
#cms .breadcrumbs ol li:before {
  content: " > ";
  color:#999;
}
#cms .breadcrumbs ol li:first-child:before {
  content:"";
}




/* 記事詳細のメイン画像と出典 ------------------------ */
#cms #cms_mainkey {
	width:100%;
	background:#000;
}
#cms #cms_mainkey .cms_mainkey_in {
  width:660px;
  margin:0 auto;
}
#cms #cms_mainkey .cms_mainkey_in p {
}
#cms #cms_mainkey .cms_mainkey_in p img {
  width:100%;
}
#cms #cms_mainkey_source {
  background:#fff;
}
#cms #cms_mainkey_source .cms_mainkey_source_in {
  width:660px;
  margin:0 auto 0;
}
#cms #cms_mainkey_source .cms_mainkey_source_in p {
	color:#999;
	margin:6px 0 0;
  line-height:1.2;
	font-size:12px;
  text-align:right;
}
#cms #cms_mainkey_source .cms_mainkey_source_in p a {
	color:#999;
  text-decoration:none;
}




/* 大カテゴリタイトル ------------------------ */
#cms .pagetitle {
  background:#141414;
  font-size:20px;
  color:#fff;
  line-height:1.2;
  text-align:center;
}
#cms .pagetitle a {
  display:block;
}
#cms .pagetitle a,
#cms .pagetitle a:hover {
  text-decoration:none;
  color:#fff;
}



/* 中カテゴリ ------------------------ */
#cms .slide_category {
  background:#1a1a1a url(../../img/cms/slide_category_bg.png) top left repeat-x;
	width:100%;
  padding:10px 0 6px;
  margin:0 0 30px;
  display:table;
  background-size:100% 50%;
}
#cms .slide_category p {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  display:table-cell;
  vertical-align:middle;
  width:80px;
  line-height:1.2;
  padding:0 0 0 25px;
}
#cms .slide_category ul {
  display:table-cell;
  padding:0 15px 0 0;
}
#cms .slide_category ul li {
  margin: 0 0 4px 0;
  font-size:14px;
  font-weight:bold;
  display:inline-block;
  min-width:110px;
  text-align:center;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
#cms .slide_category ul li a {
  text-decoration:none;
  color:#000;
  display:block;
	padding:4px 10px 3px;
	border:1px solid #000;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  box-shadow:0 1px 0 rgba(0,0,0,0.3);
  background:#F2F2F2;
  background:-moz-linear-gradient(top center, #fff 0%, #e3e3e3 100%);
  background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e3e3e3));
  background:linear-gradient(top center, #fff 0%, #e3e3e3 100%);
}
#cms .slide_category li a:hover {
  text-decoration:none;
  background:#FFE770;
  background:-moz-linear-gradient(top center, #ffe14c 0%, #ffed94 100%);
  background:-webkit-gradient(linear, center top, center bottom, from(#ffe14c), to(#ffed94));
  background:linear-gradient(top center, #ffe14c 0%, #ffed94 100%);
}



/* key_記事一覧 ------------------------ */
#cms .key {
	position:relative;
  margin:0 0 40px;
  padding:0;
  background:none;
}
#cms .key .new {
	position:absolute;
	left:0;
	top:0;
}
#cms .key .image {
  width:100%;
  height:380px;
}
#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 {
  width:99%;
  margin:0 0 5px;
  line-height:1.2;
	font-size:12px;
  text-align:right;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}
#cms .key .source a {
   text-decoration:none;
   color:#000;
}
#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;
}
#cms .key .event_date {
  line-height:1;
}
#cms .key .event_date span {
  background:#FFCD19;
  font-size:16px;
  font-weight:bold;
  display:inline-block;
  padding:10px 12px 7px 10px;
}
#cms .key .main_txt .txt {
	margin:0 10px 4px;
	color:#fff;
  font-size:16px;
  line-height:1.25;
}
#cms .key .main_txt .txt a {
  text-decoration:none;
  color:#fff;
  display:block;
}
#cms .key .main_txt .txt a:hover {
  color:#ffee99;
}
#cms .key .main_txt .note {
	margin:0 10px 0;
	color:#999;
  line-height:1.25;
	font-size:12px;
}
#cms .key .main_txt .note a {
  text-decoration:none;
	color:#999;
}
#cms .key .main_txt .note a:hover {
	color:#a3a3a3;
}
#cms .key .event_area {
  background:#E6E6E6;
  display:inline-block;
  font-size:11px;
  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 .event_category,
#cms .key .event_date,
#cms .key .event_area {
  display:none;
}



/* タイトル_グレー ------------------------ */
#cms .title {
	background:#e6e6e6;
	border-bottom:2px solid #ccc;
	font-size:14px;
	padding:12px 9px 8px;
  line-height:1;
	margin:0 0 25px;
  color:#000;
  font-weight: bold;
}
#cms #cms_side .title {
	margin-bottom:3px;
}



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



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



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


/* 記事一覧 ------------------------ */
#cms .article_list {
}
#cms .article_list li {
  position:relative;
  width:224px;
  margin:0 9px 40px 0;
  float:left;
}
#cms .article_list li:nth-child(3n) {
  margin-right:0;
}
#cms .article_list .new {
	position:absolute;
	left:0;
	top:0;
}
#cms .article_list .main_image {
  position:relative;
}
#cms .article_list .image {
  height:170px;
  margin:0 0 8px;
}
#cms .article_list .main_set {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#cms .article_list .event_category {
  line-height:1;
}
#cms .article_list .event_category span {
  background:#EB8613;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  display:inline-block;
  padding:4px 7px 3px;
}
#cms .article_list .event_date {
  line-height:1;
}
#cms .article_list .event_date span {
  background:#FFCD19;
  font-size:12px;
  display:block;
  padding:7px 7px 6px;
  text-align:center;
}
#cms .article_list .main {
}
#cms .article_list .date {
	color:#ed3713;
  font-size:12px;
  line-height:1.2;
  margin:0 0 3px;
}
#cms .article_list .txt {
	font-size:14px;
	line-height:1.4;
  margin:0 0 3px;
}
#cms .article_list .txt a {
  color:#000;
  text-decoration:none;
}
#cms .article_list .txt a:hover {
	color: #006DD4;
}
#cms .article_list .event_area {
  background:#EBE2C5;
  display: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 .main_set,
#cms .article_list .event_area {
  display:none;
}




/* おすすめ記事一覧 ------------------------ */
#cms .article_list.recommend_list .txt {
}



/* 条件絞り込みの記事一覧 ------------------------ */
#cms .article_list.result_list .txt {
}



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



/* 人気記事一覧 ------------------------ */
#cms .article_list.ranking_list .txt {
}
#cms .article_list.ranking_list li .txt:before {
	 background: #ed8013;
	 color:#fff;
	 padding:2px 4px 1px;
	 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.ranking_list li:nth-child(6) .txt:before {
	 content: "6";
}



/* 記事のサブ情報 ------------------------ */
#cms .article_list .subinfo {
	color:#999;
  margin:0;
  line-height:1.2;
}
#cms .article_list .subinfo a {
  color:#999;
  text-decoration:none;
}
#cms .article_list .subinfo a:hover {
  color:#adadad;
}
#cms .article_list .subinfo span,
#cms .article_list .subinfo time {
	margin:0 10px 0 0;
  line-height:1.2;
  font-size:11px;
}
#cms .article_list .subinfo .category {
	background:url(../../img/cms/bg_line.gif) no-repeat left 48%;
	padding:0 0 0 12px;
}
#cms .article_list .subinfo .date {
	color:#999;
  font-weight:normal;
	margin:0 10px 0 0;
}
#cms .article_list .subinfo .writer {
}



/* ボタン_ブルー ------------------------ */
#cms .btn_blue a {
	background:#045eae;
	text-align:center;
	font-size:16px;
	padding:15px 10px 14px;
  margin:0 0 50px;
  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:#000;
	text-align:center;
	font-size:14px;
	padding:14px 10px 13px;
  margin:0 10px 50px;
  line-height:1.2;
	text-decoration:none;
}
#cms .btn_white a:hover {
	background:#f2f2f2;
}



/* ボタン_テキストのみ ------------------------ */
#cms .btn_txt {
  text-align:center;
  margin:0 0 30px;
}
#cms .btn_txt a {
	display:inline-block;
  color:#008fde;
	font-size:16px;
  font-weight:bold;
  line-height:1.2;
	text-decoration:underline;
}
#cms .btn_txt a:hover {
	text-decoration:none;
  color: #14a2f1;
}



/* google広告 ------------------------ */
#cms .bnr_ad_side {
	margin:0 0 35px;
  text-align:center;
}
#cms .bnr_ad_main_top {
  width: 700px;
	margin:35px -20px 40px;
  text-align:center;
}
#cms .bnr_ad_main_middle {
  width: 700px;
  margin: 50px -20px;
  text-align:center;
}
#cms .bnr_ad_main_btm {
  width: 700px;
	margin:50px -20px -5px;
  text-align:center;
}



/* 関連キーワードから探す ------------------------ */
#cms .tag_list {
	margin:0 0 40px;
}
#cms .tag_list li {
	margin:0 7px 7px 0;
  float:left;
}
/* 背景黒Ver.
#cms .tag_list li a {
	color:#fff;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-size:13px;
	background: #545454;
	padding:7px 13px 6px;
	text-decoration:none;
  line-height:1.2;
}
#cms .tag_list li a:hover {
	background: #737373;
}
*/
/* 背景白Ver. */
#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 11px 10px;
	text-decoration:none;
  line-height:1.2;
  border:#333 1px solid;
  color:#000;
}
#cms .tag_list li a:hover {
	background: #ebfe37;
}

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



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

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

}




/* 記事一覧 ※サイドカラム用 ------------------------ */
#cms #cms_side .article_list {
  margin:0 0 35px;
}
#cms #cms_side .article_list li {
	border-bottom:1px solid #ddd;
  width:100%;
  margin:0;
  float:none;
}
#cms #cms_side .article_list li a {
  text-decoration:none;
  padding:10px 0 10px;
	display:block;
}
#cms #cms_side .article_list li a:hover {
  background:#fff9d9;
}
#cms #cms_side .article_list .image {
  height:60px;
  width:60px;
  float:left;
  margin:0 10px 0 0;
}
#cms #cms_side .article_list .main {
}
#cms #cms_side .article_list .date {
  font-size:11px;
}
#cms #cms_side .article_list .txt {
	font-size:14px;
}

/* 関連キーワードから探す ※サイドカラム用 ------------------------ */
#cms #cms_side .tag_list {
	margin:0 0 30px;
}
#cms #cms_side .tag_list li {
	margin:0 7px 7px 0;
  float:left;
}
/* 背景黒Ver.
#cms #cms_side .tag_list li a {
	color:#fff;
	display:inline-block;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	text-align:center;
	font-size:12px;
	background: #545454;
	padding:6px 10px 5px;
	text-decoration:none;
  line-height:1.2;
}
#cms #cms_side .tag_list li a:hover {
	background: #737373;
}
*/
/* 背景白Ver. */
#cms #cms_side .tag_list li a {
	display:inline-block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-align:center;
	font-size:12px;
	background: #fff;
	padding:7px 7px 6px;
	text-decoration:none;
  line-height:1.2;
  border:#333 1px solid;
  color:#000;
}
#cms #cms_side .tag_list li a:hover {
	background: #fff9d9;
}




/* 記事詳細 ------------------------ */
#cms .category {
	color:#fff;
	padding:5px 10px;
	margin:0 0 20px 0;
	display:inline-block;
	background:#DF8014;
	font-size:14px;
  line-height:1;
}
#cms .main_title {
	font-size:31px;
  color:#000;
  font-weight:normal;
	line-height:1.3;
	margin:19px 0 15px;
	padding:0;
	background:none;
	border-bottom:none;
}

#cms .cms_category {
	margin: 0 10px 15px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#cms .cms_category_list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
#cms .cms_category_list_item {
	border-radius: 5px;
	text-align:center;
  font-size: 11px;
	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_list_item:hover {
  color: #000;
  border:#222 1px solid;
}
#cms .cms_category_list_item strong {
  font-weight: normal;
}

#cms .cms_category_medialogo {
  flex-shrink: 0;
  margin: 0 0 0 5px;
}
#cms .cms_category_medialogo a {
  display: block;
  line-height: 1;
}
#cms .cms_category_medialogo a:hover {
  opacity: .85;
}
#cms .cms_category_medialogo a[href="javascript:void(0);"] {
  cursor: default;
}
#cms .cms_category_medialogo a[href="javascript:void(0);"]:hover {
  opacity: 1;
}
#cms .cms_category_medialogo img {
  width: 120px;
}

#cms .event_info {
  margin:0 0 20px;
}
#cms .event_info .event_date {
  line-height:1;
  background:#FFCD19;
  font-size:18px;
  font-weight:bold;
  display:inline-block;
  padding:10px 12px 7px 10px;
}
#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:7px 6px 4px 10px;
  margin:2px 0 0 3px;
  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:14px;
  margin:0 0 23px;
}
#cms .subinfo span,
#cms .subinfo time {
	/*margin:0 15px 0 0;*/
  line-height:1.2;
}
#cms .subinfo span a,
#cms .subinfo time a {
  text-decoration:underline;
}
#cms .subinfo span a:hover,
#cms .subinfo time a:hover {
  text-decoration:none;
}
#cms .subinfo .category {
	background:url(../../img/cms/bg_line.gif) no-repeat left 48%;
	padding:0 0 0 12px;
	color:#999;
  font-weight:normal;
	display:inline;
	font-size:12px;
}
#cms .subinfo .date {
}
#cms .subinfo .writer {
}
#cms .subinfo .writer2 {
  margin: 4px 0 0;
  float: right;
}
#cms .subinfo .update {
}
#cms .subinfo .update::before {
  content: "/";
  margin: 0 5px 0 0;
}
#cms .subinfo .update:empty {
  display: none;
}



/* ソーシャルボタン */
#cms .social_title {
  background:#EBEBEB;
  margin:60px auto 0;
  padding:18px 6px 6px;
  font-size:18px;
  text-align:center;
  font-weight:bold;
  line-height:1.2;
  color:#ED8013;
}
#cms .social_btn {
	margin:0 auto 50px;
	display:table;
	table-layout:fixed;
	text-align:center;
	width:100%;
  border-collapse:separate;
  border-spacing:8px 8px; /* 左右 上下で記述 */
  background:#EBEBEB;
}
#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 a {
  display:block;
  background:none;
}
#cms .social_btn li:hover {
  opacity:0.85;
}
#cms .social_btn li a img {
  width:70px;
}
#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 .googleplus {
  background:#dd4b39;
}
#cms .social_btn .fb-like {
  background:#EBEBEB;
}
#cms .social_btn .hatena {
  background:#00a4de;
  padding:0;
}
#cms .social_btn .mail {
  background:#21b09b;
}




/* key_記事詳細 */
#cms .key_detail {
	margin:0 0 50px;
}
#cms .key_detail .image {
  width:100%;
  margin:0 0 10px;
}
#cms .key_detail .image img {
  width:100%;
}
#cms .key_detail .source {
	color:#999;
	margin:14px 0 0;
  line-height:1.2;
	font-size:12px;
}
#cms .key_detail .source a {
	color:#999;
  text-decoration:none;
}



/* CMS_共通部分 */
#cms .article_detail {
  padding:0;
	margin:0;
}
#cms .article_detail .comment {
	/*background:#484848;*/
	/*color:#fff;*/
	/*padding:9px 8px 10px;*/
  margin:6px 0;
  font-size:14px;
  line-height:1.3;
	min-height:0;
	clear:none;
	padding:0;
}
#cms .article_detail .source {
	color:#999;
	font-size:12px;
  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 0 50px;
}
#cms .article_detail .cms_txt .txt {
  font-size:16px;
  line-height:1.5;
}
#cms .article_detail .cms_txt .txt a {
  text-decoration: underline;
}
#cms .article_detail .cms_txt .txt a:hover {
  text-decoration: none;
}



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



/* CMS_画像 */
#cms .article_detail .cms_photo {
	margin:0 0 50px;
}
#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 {
	margin:0 0 50px;
	background:url(../../img/cms/icon_quote.png) no-repeat left 4px;
	padding:0 0 0 30px;
}
#cms .article_detail .cms_quote .txt {
  font-size:16px;
  line-height:1.5;
}



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



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



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



/* CMS_リンク */
#cms .article_detail .cms_link {
	margin:0 0 50px;
}
#cms .article_detail .cms_link + .cms_link {
	margin-top:-20px;
}
#cms .article_detail .cms_link p {
  margin: 0 50px;
}
#cms .article_detail .cms_link p a {
  display: block;
  background: linear-gradient(90deg, #a53dff 0%, #4138f2 50%, #00d6f2 100%);
  padding: 3px;
}
#cms .article_detail .cms_link p a:hover {
  background: linear-gradient(90deg, #b362ff 0%, #5d5af5 50%, #2ae2f5 100%);
  background: linear-gradient(90deg, #c07aff 0%, #787af8 50%, #4aeafb 100%);

}
#cms .article_detail .cms_link p a > span {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 44px 18px 17px;
  background: #fffdd1;
  position: relative;
  min-height: 30px;
}
#cms .article_detail .cms_link p a > span::after,
#cms .article_detail .cms_link p a > span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
#cms .article_detail .cms_link p a > span::after {
  border-left-color: #3177f5;
  right: 12px;
}
#cms .article_detail .cms_link p a > span::before {
  border-left-color: #a640ff;
  right: 25px;
}
#cms .article_detail .cms_link p a > span span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #1c46e0;
  text-decoration: underline;
}
#cms .article_detail .cms_link p a:hover > span span {
  text-decoration: none;
  color: #5e35f5;
}
/*デザイン変更する前で、バッチ処理が走る前で旧デザインを非表示*/
#cms .article_detail .cms_link p a .cms_link_sub {
  display: none;
}
#cms .article_detail .cms_link p a .cms_link_thumb {
  display: none;
}
#cms .article_detail .cms_link p a:after {
  display: none;
}



/* CMS_動画 */
#cms .article_detail .cms_movie {
	margin:0 0 50px;
}
#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/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 50px;
}
#cms .article_detail .cms_map .ggmap {
}
#cms .article_detail .cms_map .gmaplink {
  text-align:right;
  font-size:12px;
  margin:0 0 1px;
}
#cms .article_detail .cms_map .gmaplink a:hover {
  text-decoration:underline;
}



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



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



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



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



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



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




/* CMS_アンケート */
#cms .article_detail .cms_question {
	margin:0 0 50px;
  padding:22px 20px 30px;
  background:#EBF6FF;
  border:#B0CDE2 1px solid;
  position:relative;
}
#cms .article_detail .cms_question .subhead {
  font-size:22px;
  font-weight:bold;
  line-height:1;
  border-bottom:#000 1px solid;
  padding:0 0 15px 75px;
  margin:0 0 19px;
}
#cms .article_detail .cms_question .subhead span {
  font-size:18px;
}
#cms .article_detail .cms_question .subhead .icon {
  position:absolute;
  top:-7px;
  left:12px;
}
#cms .article_detail .cms_question .sentence {
  font-size:16px;
  line-height:1.6;
  margin:0 0 14px;
}
#cms .article_detail .cms_question .choices {
  margin:0 0 27px;
  position:relative;
}
#cms .article_detail .cms_question .choices.answered:before {
  content: url(../../img/cms/icon_answered.png);
  position:absolute;
  top:18px;
  right:30px;
}
#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 14px;
  font-size:16px;
}
#cms .article_detail .cms_question .choices li label {
	border:#ccc 1px solid;
  background:#fff;
  display:table;
  width:100%;
}
#cms .article_detail .cms_question .choices.answered li label {
  cursor:default;
}
#cms .article_detail .cms_question .choices li label:hover {
	border:#ed755d 1px solid;
}
#cms .article_detail .cms_question .choices.answered li label:hover {
	border:#ccc 1px solid;
}
#cms .article_detail .cms_question .choices li label input[type="radio"] {
  display:table-cell;
  margin-left:12px;
  margin-right:9px;
}
#cms .article_detail .cms_question .choices li label .mark {
  display:table-cell;
  margin-right:4px;
}
#cms .article_detail .cms_question .choices li label .mark span {
  background:#035EAE;
  color:#fff;
  min-height:18px;
  min-width:18px;
  padding:2px 2px 2px;
  line-height:1;
  text-align:center;
  display:inline-block;
  box-sizing:content-box;
  font-size:17px;
}
#cms .article_detail .cms_question .choices li label .txt {
  display:table-cell;
  width:100%;
  padding:10px 10px 9px 8px;
  line-height:1.4;
}
#cms .article_detail .cms_question .btn {
  text-align:center;
  margin:0 0 10px;
}
#cms .article_detail .cms_question .btn a {
  display:inline-block;
  background:#035EAE url(../../img/cms/arrow_question_btn.png) 16px 50% no-repeat;
  font-size:16px;
  color:#fff;
  min-width:235px;
  padding:18px 23px 16px 37px;
  line-height:1.3;
  text-decoration:none;
  text-align:center;
}
#cms .article_detail .cms_question .btn a:hover {
  text-decoration:none;
  background-color:#ED3713;
}
#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:22px;
  font-weight:bold;
  margin:32px 0 19px;
  line-height:1.3;
}
#cms .article_detail .cms_question .answer .mark {
  background:#035EAE;
  color:#fff;
  min-height:18px;
  min-width:18px;
  padding:4px 4px 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:22px;
  margin:0 0 1px;
  font-weight:bold;
  line-height:1.3;
}
#cms .article_detail .cms_question .explain_txt {
  font-size:16px;
  margin:0 0 17px;
  line-height:1.6;
}
#cms .article_detail .cms_question .issue_title {
  color:#035EAE;
  font-size:22px;
  margin:0 0 6px;
  font-weight:bold;
  line-height:1.3;
}
#cms .article_detail .cms_question .issue_chart {
}



/* 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 50px;
}
#cms .article_detail .cms_talk + .cms_talk {
	margin-top:-35px;
}
#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:90px;
  padding:0 15px 0 0;
  z-index:4;
}
#cms .article_detail .cms_talk .image p {
  width:90px;
  height:90px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}
#cms .article_detail .cms_talk .image p.img_bgcover:hover {
  opacity:1;
}
#cms .article_detail .cms_talk .speak {
  padding:10px 0 0;
}
#cms .article_detail .cms_talk .speak .name {
  font-size:14px;
  font-weight:bold;
  line-height:1;
  margin:0 0 6px;
  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.6;
}
#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 0 50px;
}
#cms .article_detail .cms_goods + .cms_goods {
  margin-top:-30px;
}
#cms .article_detail .cms_goods .block {
  padding:15px 15px 16px;
  border:#ff9900 2px solid;
  background:#fff;
  box-sizing:border-box;
  position:relative;
}
#cms .article_detail .cms_goods .item {
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
#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:285px;
  padding:0 15px 0 0;
  max-height:300px;
  text-align: center;
}
#cms .article_detail .cms_goods .block .image img {
  max-width:270px;
  max-height:300px;
  width: auto;
  height: auto;
}
#cms .article_detail .cms_goods .block .info {
  width: 340px;
  font-size:16px;
  position:relative;
  padding:0 0 0;
}
#cms .article_detail .cms_goods .block .info .name {
  margin:10px 0 12px;
  font-weight:bold;
  line-height: 1.5;
}
#cms .article_detail .cms_goods .block .info .name a {
  color:#000;
  text-decoration:none;
}
#cms .article_detail .cms_goods .block .info .name a:hover {
  text-decoration:underline;
}
#cms .article_detail .cms_goods .block .info .price {
  font-weight: bold;
  text-align: right;
}
#cms .article_detail .cms_goods .block .info .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 .info .price dd {
  display: inline-block;
  color:#ea2e09;
  font-size:20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#cms .article_detail .cms_goods .block .info .price dd small {
  font-size:14px;
  font-weight: normal;
}
#cms .article_detail .cms_goods .block .btn {
  position: relative;
  width: auto;
  text-align:center;
  margin:0 0 10px;
}
#cms .article_detail .cms_goods .block .btn span {
  position: absolute;
  color: #fff;
  right: 12px;
  top: 18px;
  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 {
  width: 100%;
  color:#fff;
  font-weight:bold;
  display:inline-block;
  font-size:15px;
  padding:15px 7px 14px;
  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;
  text-align:center;
  text-decoration:none;
	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;
}

#cms .article_detail .cms_goods .block .btn a:hover {
  opacity: 0.8;
}
.goodprice:after {
  content: "";
  position: absolute;
  width: 67px;
  height: 52px;
  top: -2px;
  left: 10px;
  background:url(../../img/cms/icon_crown.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 50px;
}
#cms .article_detail .cms_worksheet + .cms_worksheet {
	margin-top:-15px;
}
#cms .article_detail .cms_worksheet table {
  width:100%;
  overflow:auto;
  word-break:loose;
  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:55px;
  max-width:200px;
}
#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 50px;
}
#cms .article_detail .cms_embed + .cms_embed {
  margin-top:-25px;
}
#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:16px;
  display:table;
  width:100%;
  min-height:170px;
}
#cms .article_detail .cms_embed .block .info,
#cms .article_detail .cms_embed .block .image {
  display:table-cell;
  vertical-align:top;
}
#cms .article_detail .cms_embed .block .info {
  line-height:1.4;
}
#cms .article_detail .cms_embed .block .info .title {
	background:none;
	border:none;
	font-size:18px;
	padding:0 0 0 52px;
  line-height:1.3;
	margin:0 0 8px;
  min-height:43px;
  color:#000;
  background-repeat:no-repeat;
  background-position:0 1px;
}
#cms .article_detail .cms_embed-fishing .block .info .title {
  background-image:url(../../img/cms/icon_embed_fishing.png);
}
#cms .article_detail .cms_embed-other .block .info .title {
  background-image:url(../../img/cms/icon_embed_other.png);
}
#cms .article_detail .cms_embed .block .info .txt {
  font-size:13px;
  line-height:1.7;
  margin:0 0 6px;
}
#cms .article_detail .cms_embed .block .info .date,
#cms .article_detail .cms_embed .block .info .site,
#cms .article_detail .cms_embed .block .info .writer {
  font-size:13px;
  color:#999999;
  line-height:1.2;
  margin:0 12px 0 0;
  display:inline-block;
}
#cms .article_detail .cms_embed .block .info .date {
}
#cms .article_detail .cms_embed .block .info .writer {
  margin-right:0;
}
#cms .article_detail .cms_embed .block .info .site {
}
#cms .article_detail .cms_embed .block .image {
  width:210px;
  padding:0 0 0 12px;
}
#cms .article_detail .cms_embed .block .image img {
  width:100%;
}

#cms .article_detail .cms_embed .block .unfound {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  font-size:20px;
  color:#999;
  padding:50px 0;
}


/* CMS_FAQ ------------------------ */
#cms .article_detail .cms_faq {
  margin: 0 0 50px;
}
#cms .article_detail .cms_faq_key {
  font-size: 22px;
  padding: 11px 0 11px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 0 30px;
  text-align: center;
}
#cms .article_detail .cms_faq_unit {
}
#cms .article_detail .cms_faq_unit:not(:first-of-type) {
  margin-top: 35px;
}
#cms .article_detail .cms_faq_title {
  font-size: 20px;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 1.4;
  font-weight: bold;
}
#cms .article_detail .cms_faq_title::before {
  content: "Q.";
  position: absolute;
  top: -.3em;
  left: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #327dd8;
  font-size: 32px;
}
#cms .article_detail .cms_faq_txt {
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  padding: 0 0 0 40px;
  margin: 13px 0 0;
}
#cms .article_detail .cms_faq_txt::before {
  content: "A.";
  position: absolute;
  top: -.45em;
  left: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #eb3d26;
  font-size: 32px;
}


/* CMS_目次 ------------------------ */
#cms .article_detail .cms_mokuji {
  margin:0 0 50px;
  border:#ccc 1px solid;
  background:#f7f7f7;
  padding:17px 18px 19px;
  border-radius:3px;
}
#cms .article_detail .cms_mokuji p {
  font-size:16px;
  font-weight:bold;
  border-bottom:#CCC 1px dotted;
  padding:0 0 10px;
  margin:0 0 14px;
  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 .article_detail .cms_mokuji_more_btn {
  text-align: center;
  margin: -10px 0 50px;
}
#cms .article_detail .cms_mokuji_more_btn a {
  color: #2263be;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  display: inline-block;
}
#cms .article_detail .cms_mokuji_more_btn a:hover {
  filter: brightness(1.23);
}


/* タグ ------------------------ */
#cms .cms_tag {
	margin-bottom:20px;
}
#cms .cms_tag a {
	margin:0 6px 6px;
}

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

/* ライター紹介 ------------------------ */
#cms .writer {
	margin:-4px 5px 40px;
}
#cms .writer .image {
	float:left;
	margin:0 15px 5px 0;
  display:inline-block;
  height:90px;
  border-radius:10px;
  overflow: hidden;
}
#cms .writer .image img {
  max-width: 100%;
  object-fit: contain;
  height: 90px;
}
#cms .writer .name {
	font-size:20px;
	font-weight:bold;
  margin:0 0 4px;
  line-height:1.3;
  padding-top: 29px;
}
#cms .writer .txt {
  font-size:14px;
  line-height:1.5;
  clear: both;
  padding-top: 10px;
}
#cms .writer .txt a {
  text-decoration: underline;
}
#cms .writer .txt a:hover {
  text-decoration: none;
}



/* 条件絞り込みの記事一覧タイトル ------------------------ */
#cms .result_title {
	padding:5px 0 13px;
	margin:0 0 26px;
	border-bottom:1px solid #ccc;
	font-size:12px;
	font-weight:normal;
  line-height:1.4;
}
#cms .result_title span {
  font-weight:bold;
	font-size:15px;
}
#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 ------------------------ */
#cms .paging {
  margin: 0 0 50px;
}

/* ページ番号 */
#cms .paging .number {
  display: table;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
  width: 100%;
  margin:0 0 1px;
}
#cms .paging .number > * {
  display: table-cell;
  font-family: Arial, sans-serif;
  line-height: 1;
  text-align: center;
}
#cms .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%;
}
#cms .paging .number > .current {
  background-color: #E5E5E5;
  border-color: #e5e5e5;
  color: #000;
  cursor:default;
}
#cms .paging .ellipsis {
  color: #045eae;
  font-size: 12px;
  font-weight:bold;
  vertical-align: bottom;
  width: 3%;
}

/* ページ送りナビゲーション */
#cms .paging .nav {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
  width: 100%;
}
#cms .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;
}
#cms .paging .nav > .prev {
  background-image: url(../../img/cms/paging_arw_left.png);
  background-position: left center;
  border-right:#fff 3px solid;
}
#cms .paging .nav > .next {
  background-image: url(../../img/cms/paging_arw_right.png);
  background-position: right center;
  border-left:#fff 3px solid;
}



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

#cms .amazon_shopping {
  margin:0 0 20px;
}
#cms .amazon_shopping .title {
  background:#232F3E;
  padding:6px 10px 5px;
  margin:0;
  line-height:1.2;
  border:none;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-align:center;
}
#cms .amazon_shopping .block {
  display:table;
  padding:15px 15px 16px;
  border-left:#232F3E 2px solid;
  border-right:#232F3E 2px solid;
  border-bottom:#232F3E 2px solid;
  width:100%;
  background:#fff;
  box-sizing:border-box;
}
#cms .amazon_shopping .block .image,
#cms .amazon_shopping .block .info {
  display:table-cell;
  vertical-align:top;
}
#cms .amazon_shopping .block .image {
  width:120px;
  padding:0 12px 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 {
  font-weight:bold;
  text-decoration:underline;
}
#cms .amazon_shopping .block .info .name a:hover {
  text-decoration:none;
}
#cms .amazon_shopping .block .info .price {
  font-size:14px;
  color:#666;
  margin:0 0 12px;
}
#cms .amazon_shopping .block .info .price span {
  color:#ea2e09;
  font-size:18px;
}
#cms .amazon_shopping .block .info .btn {
}
#cms .amazon_shopping .block .info .btn a {
  width:270px;
  color:#000;
  font-weight:bold;
  display:block;
  font-size:15px;
  padding:8px 7px 6px;
  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;
}
#cms .amazon_shopping .block .info .btn a:hover {
  background:#f9cc5c;
	background: -moz-linear-gradient(top, #ffebb8 0%, #f9cc5c 100%);
	background: -webkit-linear-gradient(top, #ffebb8 0%,#f9cc5c 100%);
	background: linear-gradient(to bottom, #ffebb8 0%,#f9cc5c 100%);
}




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

#cms .facebook_pageplugin {
  text-align:center;
}
#cms .facebook_pageplugin p {
  margin:0 0 10px;
  color:#000;
  font-size:13px;
  font-weight:bold;
  line-height:1;
}



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

#cms .facebook_commentsplugin_title {
  background:#EBEBEB;
  margin:0 auto;
  padding:18px 6px 0;
  font-size:18px;
  text-align:center;
  font-weight:bold;
  line-height:1.2;
  color:#ED8013;
}
#cms .facebook_commentsplugin_title span {
  display:block;
  font-size:13px;
  margin:8px 0 0;
  color:#777;
  font-weight:normal;
  padding:0 0 10px;
}
#cms .facebook_commentsplugin_comment {
	position: relative;
	min-height: 44px;
	clear: both;
	padding:7px 26px 7px 80px;
	margin:0;
  background-color:#EBEBEB;
  background-position:20px 3px;
}
#cms .facebook_commentsplugin_comment .comment_balloon {
	font-size: 13px;
	line-height: 1.3;
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding:10px 10px 10px;
  border:#5471aa 1px solid;
}
#cms .facebook_commentsplugin_comment .comment_balloon:after {
	content: '';
	position: absolute;
	border-bottom: 6px solid transparent;
	border-right: 13px solid #fff;
	border-top: 6px solid transparent;
	left: -13px;
	top: 14px;
}
#cms .facebook_commentsplugin_comment .comment_balloon:before {
	content: '';
	position: absolute;
	border-bottom: 7px solid transparent;
	border-right: 15px solid #5471aa;
	border-top: 7px solid transparent;
	left: -15px;
	top: 13px;
}
#cms .facebook_commentsplugin {
  margin:0 0 30px;
  background:#EBEBEB;
  padding:3px 6px 0 14px;
}



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

#cms .facebook_like {
  background:#202020;
  display:table;
  height:170px;
  width:100%;
  margin:0 0 30px;
}
#cms .facebook_like .image {
  display:table-cell;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  width:49%;
  border:#202020 1px solid;
}
#cms .facebook_like .main {
  display:table-cell;
  color:#fff;
  font-size:16px;
  line-height:1.2;
  padding:35px 10px 10px;
  text-align:center;
  background:#202020;
}
#cms .facebook_like .main .title {
	background:none;
	border:none;
	font-size:inherit;
	font-weight:normal;
  line-height:1.2;
  color:inherit;
	padding:0;
	margin:0 0 8px 0;
}
#cms .facebook_like .main .fb-like {
}
#cms .facebook_like .main .txt {
	margin:12px 0 0 0;
  color:inherit;
  line-height:1.2;
}



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

#cms .social_white_btn {
  background:#202020;
  padding:13px 10px;
  /*border-top:rgba(255,255,255,0.25) 1px solid;*/
  margin:-30px 0 32px;
}
#cms .social_white_btn ul {
  display:table;
  table-layout:fixed;
  width:90%;
  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:40px;
  height:auto;
}



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

#cms .line_friend {
  margin:30px 0 30px;
}



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

#cms .pagination_notice {
  margin: -20px 0 10px;
  text-align: center;
}
#cms .amazon_shopping + .pagination_notice {
  margin-top: 30px;
}
#cms .pagination_notice a {
  display: inline-block;
  text-align: left;
  padding: 10px 10px 12px 109px;
  box-sizing: border-box;
  background-image: url(../../img/cms/pagination_notice_icon.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-size: 20px;
  color: #ff6200;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  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: 20px 0 50px;
}
#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: 60px;
  min-height: 60px;
  border: #003980 1px solid;
  border-radius: 30px;
  padding: 2px 6px 2px;
  margin: 0 6px;
  line-height: 1;
  font-size: 24px;
  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
===========================================*/
#cms #cms_side .article_list li a:after,
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
