@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*-- SBS系サイト注意の囲み --*/
.sbs_box {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
    padding: 1em 2em;
    margin: 2em 0;
    border: double 5px red;
}
.sbs_box p {
    margin: 0; 
    padding: 0;
}


/*-- 基本フォント指定 --*/
body{
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
	
}


/*-- フロント固定ページのタイトルを非表示 --*/
.home.page .entry-title{
  display: none;
}
/*-- フロント固定ページのシェアボタンを非表示 --*/
.home.page .sns-share{
  display: none;
}
/*-- フロント固定ページの投稿日・更新日を非表示
.home.page .post-date, .post-update{
  display: none;
} --*/
/*-- フロント固定ページの投稿者名を非表示 --*/
.home.page .author-info{
  display: none;
}


/*-- 投稿日・更新日をカスタム --*/
.post-date, .post-update {
	font-weight: bold;
    font-size: 1em;
	color: #999;
	margin: 0 0;
}


/*サイトキャッチフレーズ*/
.tagline{
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: -14px;
	color: #777;
}

/*-- エントリーカードのデザイン --*/
.category-content{
	background-color: #fff;
	padding: 0 0.5em 0.5em 0.2em;
	margin-bottom: 1em;
}
.entry-card-thumb{
	margin: 0 0 0 0!important;
}
.entry-card-wrap{
	transition: all .3s ease;
	margin: 10px 0 !important;
	padding: 0 0!important;
	background-color:  #fff;
	border-radius: 0px;
	border: 1px solid #eee;
}
.entry-card-wrap:hover{
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
	transform: translateY(-2px);
	background-color: #fff;
}
.entry-card-title {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 1em 0em 1.3em !important;
	text-align: initial;
}
/*カテゴリのラベル*/
.cat-label{
	margin: -2px -4px -4px -2.5px!important;
	padding: 0.8px 10px 1px 10px!important;
	border: none;
}
/*-- エントリーカードのデザインここまで --*/


/*-- グローバルメニューのデザイン --*/
}
.navi-in > ul{
	justify-content:flex-start;
}
.navi-in > ul .sub-menu a {
	padding: 0;
}
.sub-menu{/*サブメニュー*/
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.10);
}
.sub-menu .caption-wrap {/*サブメニューを仕切る点線*/
	border-top: 1px dotted #ccc;
	background:#fff;
	padding:0 0 0 1.5em;
	margin:0;
}
.navi-in > ul .sub-menu a:hover {
	transform: none!important;
}
div#header-container {/*ヘッダー下の影を非表示*/
	box-shadow: none;
}
div.item-label{
	font-size: 15px;
}
/*-- グローバルメニューのデザインここまで --*/


/*-- スマホヘッダーメニューのデザイン --*/
span.fa.fa-close::before{/*戻るボタン*/
	font-family: FontAwesome;
	color:#f95959;
	content: “f95959”;
}
.menu-content .menu-drawer {
	padding: 0 1em;
	margin:0;
}
ul.menu-drawer:before{
	font-size:1em;
	display: block;
	font-weight: normal;
	background: white;
	color:#7b7b7b;
	padding: .5em;
	margin-bottom:1em;
	font-family: sans-serif;
	text-align: center;
	border-bottom:3px dotted #f95959;
}
ul.menu-drawer:after {
	background: white;
}
.menu-drawer li {
	background-color:#fff;
	padding:0;
	border-radius:20px;
}
.menu-drawer a{/*menuの文字色をグレー*/
	font-size:1em;
	background-color:#f7f7f7;
	color:#414141!important;
	margin: 6px 0;
	padding: 6px 1em;
	border-radius:20px;
}
.menu-drawer a:hover{
	background-color:#f95959!important;
	color:#fffff4!important;
	transition: 0.2s ;
	text-decoration: none; 
}
.menu-drawer .sub-menu {
	padding-left:30px;
	margin-top:0;
}
@media (max-width:834px){
.sub-menu{
	box-shadow: none!important;
}
}
/*-- スマホヘッダーメニューのデザインここまで --*/


/*-- 通知エリア --*/
.notice-area {
	padding: 0.5em 0;
	font-size: 0.9em;
	color: #333;
	background-color: #fff;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


/*-- 画像の下の謎の余白を消す --*/
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


/*-- パンくず --*/
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #777879;
  font-size: 0.9em;
}


/*サイト選び目次*/
.contents_wrap {
	text-align:center;
}
.contents_box {
	display: inline-block;
	width: 500px; max-width: 100%;
    padding: 2em 1.5em 1em 1.5em;
    margin: -2em 0 4em 0;
    background: #f7f7f7;
	border: 1px solid #ddd;
	text-align:left;
}
p.contents{
	font-weight: bold;
	text-align:center;
}


/*-- デフォルトリンク --*/
a {
	text-decoration: none; 
}
a:hover {
	color: #f95959;
	text-decoration: underline; 
}


/*-- インデント --*/
p.indent {
	padding-left:1em;
	text-indent:-1em;
}


/*-- 「あわせて読みたい」リンク --*/
.related {
	position: relative;
	display: inline-block;
	width: auto;
    margin: 0.7em 0 1em 0;
    padding: 1.2em 1.2em 1.2em 1em;
    border: solid 2px #ccc;
    border-radius: 4px;
}
.related .box-title {
	font-size: 0.95em;
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.2em;
    background: #FFF;
    color: #a0a0a0;
}
.related p {
	font-weight: bold;
	line-height: 1.5em;
    margin: 0; 
    padding: 0;
}


/*-- マーカー --*/
.marker {
	background: linear-gradient(transparent 60%, #ffec73 0%);
}


/*-- 罫線・区切りの破線（幅30%） --*/
hr.style1{
	border: none;
	border-top: dashed 1px #707070;
	color: #fff;
	height: 1px; 
	width: 30%;
	margin: 60px auto 70px auto;
}


/*-- 罫線・グレー細線（幅100%） --*/
hr.style2{
	border: none;
	border-top: solid 1px #ccc;
	width: 100%;
	margin: 10px 0 20px 0;
}

/*-- 罫線・区切りの実線（幅20%） --*/
hr.style3{
	border: none;
	border-top: solid 1px #ccc;
	color: #fff;
	height: 1px; 
	width: 20%;
	margin: 30px auto 40px auto;
}


/*-- 引用 --*/
blockquote{
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 1.5em 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
blockquote:before{
  position: absolute;
  top: 2px;
  left: 4px;
  color: #e5e5e5;
  font-size: 4em;
}
blockquote:after{
  position: absolute;
  bottom: 0px;
  right: 4px;
  color: #e1e1e1;
  font-size: 0em;
}


/*-- 本文部分全体の囲み --*/
.main {
	border: 1px solid  #e0e0e0;
	border-radius: 4px;
	padding: 20px 50px;
	line-height: 28px;
}


/* ボタンセンター合わせ */
.button-center-wrapper{
	text-align:center;
}


/*-- PCで表示 --*/
@media screen and (max-width: 480px){
.spNone { display: none;}
}

/*-- SPで表示 --*/
@media screen and (min-width: 480px){
.spOn { display: none;}
}


/*-- テーブル横スクロール用 --*/
.SideScrollBox {
  overflow: scroll;
  white-space: nowrap;
}


/*-- 「本日のお得な情報」全体囲み --*/
.otokuna_box {
	display: inline-block;
	width: 100%;
    padding: 1em 0 1em 2em;
    margin: 0 0 4em 0;
    background: #f7f7f7;
	border: 1px solid #ddd;
	text-align:left;
}
p.otokuna{
	line-height: 1.7em;
}


/*-- 「今週のお得な情報」サイト名囲み --*/
.site-kakomi  {
	width: auto;
	height: auto;
	border-radius: 2px;
	font-size: 0.8em;
	font-weight: bold!important;
	text-align: center;
	color: #444;
	background-color: #ffeb54;
	vertical-align: 2px;
	margin: 0 8px 0 0;
	padding: 5px 6px;
	text-align: initial;
}


/*-- 割引クーポン「サイト比較ページへ」ボタン --*/
.coupon-hikaku-button {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	text-align: center;
	border: solid 1px #f95959;
	background-color: #f95959;
	color: #fff;
	padding: 16px 28px 16px 30px;
	margin: 10px 0;
}
.coupon-hikaku-button:hover {
	background-color: #fff;
	color: #f95959;
	text-decoration: none;
}
.coupon-hikaku-button::before,
.coupon-hikaku-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.coupon-hikaku-button,
.coupon-hikaku-button::before,
.coupon-hikaku-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*-- 各割引クーポンの注意囲み --*/
.attention_box {
    position: relative;
    padding: 13px 10px 7px;
    border: solid 2px #f95959;
	background: #f7f7f7;

}
.attention_box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #f95959;
    color: #ffffff;
    font-weight: bold;
}
.attention_box p {
    margin: 0; 
    padding:0 20px 14px 20px;
}


/*-- 割引クーポン手順囲み --*/
.TejunBox {
	width: 100%;
	margin: 2em 0;
	background: #f7f7f7;
}
.TejunBox .box-title {
	font-size: 1em;
	background: #51bcf3;
	padding: 0.5em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
}
.TejunBox p {
	align-items: center;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	display: inline-block;
	margin: 1.5em 0;
	padding: 0 2em;
}


/*-- 割引クーポン裏ワザ囲み --*/
.UrawazaBox {
	width: 100%;
	margin: 2em 0;
	background: #f7f7f7;
}
.UrawazaBox .box-title {
	font-size: 1em;
	background: #fba602;
	padding: 0.5em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
}
.UrawazaBox p {
	align-items: center;
	font-size: 1em;
	line-height: 2.2em;
	text-align: left;
	display: inline-block;
	margin: 1.5em 0;
	padding: 0 2em;
}


/*-- 月間・年間の割引クーポン仕分け --*/
.coupon-category {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	margin: -0.5em 0 0.7em 0;
}


/*-- 各割引クーポンのクーポン名 --*/
.coupon-name {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #f95959;
	margin: 0 0;
}


/*-- 各割引クーポンのクーポンコード --*/
.coupon-code {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
}


/*-- 各割引クーポンの使い方 --*/
.coupon-howto {
	position: relative;
	display: inline-block;
	margin: 2em 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.7em;
	border-bottom: none;
	text-align: initial;
}
.coupon-howto:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}


/*-- 過去クーポンの画像を暗く --*/
.img_wrap {
	background-color: #000000;
	width: 94%;
}
.img_wrap img {
	display: block;
	opacity: 0.7;
}

/*-- 過去キャンペーンの画像を暗く --*/
.img_cmp_wrap {
	background-color: #000000;
	width: 100%;
}
.img_cmp_wrap img {
	display: block;
	opacity: 0.7;
}


/*-- クーポン・キャンペーンの公式ページへボタン --*/
.site-fee-button {
	display: inline-block;
	width: auto;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 10px 30px 12px 32px;
	background-color: #f95959;
	color: #fff;
}

.site-fee-button:hover {
	background-color: #ee4141;
	color: #fff;
	text-decoration: none;
}


/*-- 各割引クーポンページのクーポンコード囲み --*/
.coupon-code-box {
   width: 100%;
   height: auto;
   border: 1px dashed #999 ;
   padding: 32px 5px 14px 5px;
   background-color: rgba(255,255,255,0.7);
}


/*-- 各割引クーポンページの吹き出し --*/
.coupon-fuki {
	position: relative;
	display: inline-block;
	border-radius: 2px;
 	margin-top: 20px;
	padding: 20px 24px;
	width: 100%;
	line-height: 1.8em;
 	color: #444;
	background: #ffec71;
}

.coupon-fuki:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 12px solid #ffec71;
}

.coupon-fuki p {
	margin: 0;
	padding: 0;
}


/*-- 固定ページのタイトル --*/
.entry-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em !important;
	text-align: initial;
}


/*-- 投稿ページのタイトル --*/
.post-title {
	font-size: 26px;
	text-align: initial;
}


/*-- h見出し --*/
.article h2 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	background: none;
	position: relative;
	padding: 0 0 6px 0;
	margin: 40px 0 20px 0;
	border-bottom: 2px solid #ccc;
	text-align: initial;
}
.article h2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #f95959;
}


.article h3 {
	border: none;
    padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	color: #f95959;
	margin: 20px 0;
	text-align: initial;
}


.article h4 {
	border: none;
    padding: 0 0 5px 0;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f95959;
	border-bottom: solid 1px #999;
	margin: 30px 0 15px 0;
	text-align: initial;
}


.article h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 1.7em;
	font-size: 17px;
	line-height: 1.4em;
	border-bottom: none;
	text-align: initial;
}
.article h5:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 80px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}


/*-- h3・過去のクーポン名 --*/
article h3.cpn_past {
	border: none;
	padding: 0;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	color: #444;
	border-bottom: solid 1px #999;
	margin: 10px 0 20px 0;
	text-align: initial;
}

/*-- h3・キャンペーン名 --*/
article h3.cmp_name {
	border: none;
	padding: 0 0 8px 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #f95959;
	text-indent: -0.5em;
	border-bottom: solid 1px #999;
	margin: 30px 0 20px 0;
	text-align: initial;
}


/*-- 「今週のお得な情報」のクーポン一覧へボタン --*/
.top-coupon-button {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #f95959;
	padding: 18px 26px 18px 28px;
	margin: 10px 0;
}
.top-coupon-button:hover {
  background-color: #e34a4a;
  color: #fff;
  text-decoration: none;
}
.top-coupon-button::before,
.top-coupon-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.top-coupon-button,
.top-coupon-button::before,
.top-coupon-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*-- 「今週のお得な情報」の最新キャンペーンへボタン --*/
.top-campaign-button {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #fba602;
	padding: 18px 26px 18px 28px;
	margin: 10px 0;
}
.top-campaign-button:hover {
  background-color: #dc9306;
  color: #fff;
  text-decoration: none;
}
.top-campaign-button::before,
.top-campaign-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.top-campaign-button,
.top-campaign-button::before,
.top-campaign-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*-- こだわり・ボタン --*/
.kodawari-button {
	display: inline-block;
	width: auto;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	outline: none;
	padding: 10px 17px;
	margin: 8px 8px 0 0;
	background-color: #f95959;
	color: #fff;
}
.kodawari-button:hover {
	background-color: #dc2f2f;
	color: #fff;
	text-decoration: none;
}
.kodawari-button::before,
.kodawari-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kodawari-button,
.kodawari-button::before,
.kodawari-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*-- こだわり・ボタン反転 --*/
.kodawari-hantenbutton {
	display: inline-block;
	width: auto;
	border-radius: 2px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	outline: none;
	padding: 17px 21px 18px 24px;
	margin: 8px 8px 0 0;
	background-color: #f6f6f6;
	border: solid 1px #f95959;
	color: #f95959;
}
.kodawari-hantenbutton:hover {
	background-color: #f95959;
	color: #fff;
	text-decoration: none;
}
.kodawari-hantenbutton::before,
.kodawari-hantenbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.kodawari-hantenbutton,
.kodawari-hantenbutton::before,
.kodawari-hantenbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	

/*-- 補足 --*/
.supplement {
  font-size: 0.95em;
  line-height: 1.6em;
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 -0.6em 0;
}


/*-- 注釈 --*/
.comments {
  font-size: 11px;
  line-height: 1.4em;
  margin: -6px 0;
}


/*-- 強調用の赤い下線 --*/
.under {
  border-bottom: dotted 1px #e3253a;
  font-weight: bold;
}


/*-- テーブルのサイト名 --*/
.table-sitename {
  font-weight: bold;
}


/*-- 罫付きのリスト --*/
.plan-k {
  width: auto;
  border-bottom: dashed 1px silver;
  line-height: 1.5em;
  padding: 0 0 8px 6px;
}


/*-- リスト用「オプション」罫囲み文字 --*/
.option-kakomi  {
  width: auto;
  height: auto;
  border-radius: 2px;
  border: 1px solid #f95959;
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  vertical-align: 2px;
  color: #f95959;
  background-color: #fff;
  margin: 0 4px 0 0;
  padding: 3px;
}


/*-- GOOD --*/
.good-kakomi  {
  width: 100%;
  height: auto;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  color: #fff;
  background-color: #f95959;
  margin: 0 0;
  padding: 3px 0;
}


/*-- BAD --*/
.bad-kakomi {
  width: 100%;
  height: auto;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  color: #fff;
  background-color: #76abd9;
  margin: 0 0;
  padding: 3px 0;
}


/*-- GOODとBADのテキスト --*/
.good-bad-txt {
  line-height: 1.5em;
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 -8px 0;
}


/*-- POINTの吹き出し --*/
.point-box {
	position: relative;
	display: inline-block;
	border-radius: 2px;
 	margin: 20px 0 100px 0;
	padding: 20px 24px;
	width: 100%;
	line-height: 1.8em;
 	color: #444;
	background: #ffec71;
}

.point-box:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
 	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 12px solid #ffec71;
}

.point-box p {
	margin: 0;
	padding: 0;
}


/*-- 吹き出しの「POINT」囲み --*/
.point-kakomi  {
  width: auto;
  height: auto;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #f95959;
  vertical-align: 1px;
  margin: 0 6px 0 0;
  padding: 5px 7px 5px 8px;
}


/*-- 新着情報！の「会員特典」とかの囲み --*/
.new-kakomi  {
  width: auto;
  height: auto;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #ffeb54;
  vertical-align: 1px;
  margin: 22px 0 -2px 0;
  padding: 2px 0 0 0;
}


/*-- 各サイトページ「クーポンorキャンペーンへ」ボタン１ --*/
.coup_camp_button1 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
  background-color: #f95959;
  color: #fff;
  margin: 0 0 -10px 0;
}
.coup_camp_button1:hover {
  background-color: #fd8d8d;
  color: #fff;
  text-decoration: none;
}
.coup_camp_button1::before,
.coup_camp_button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.coup_camp_button1,
.coup_camp_button1::before,
.coup_camp_button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*-- 各サイトページ「クーポンorキャンペーンへ」ボタン２ --*/
.coup_camp_button2 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
  background-color: #fba602;
  color: #fff;
  margin: 0 0 -10px 0;
}
.coup_camp_button2:hover {
  background-color: #fcc760;
  color: #fff;
  text-decoration: none;
}
.coup_camp_button2::before,
.coup_camp_button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.coup_camp_button2,
.coup_camp_button2::before,
.coup_camp_button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*（削除予定）各ページのクーポン新着一覧へのボタン */
.coupon-button {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 3px;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #fb4879;
	padding: 8px 17px 9px 19px;
	margin: 0 0;
}
.coupon-button:hover {
	color: #fff;
}


/* ジャンル別の各ジャンルTOPのイラスト囲み */
.genrkakom-ill {
	margin: 0 auto;
}


/* ジャンル別のサイトTOPのビジュアル囲み */
.site-wrap {
	width: 100%;
	height: auto;
	background-color: #fb4879;
	position: relative;
	padding: 2px 2px;
	margin: 30px 0 0 0;
}

.site-wrap-center {
  display: block;
  text-align: center;
}


/* ジャンル別のリンク用囲み */
.genre-button {
  width: auto;
  height: auto;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: #fb4879;
  padding: 12px 15px;
}
.genre-button:hover {
  color: #fff;
}


/* ジャンル別各サイトTOPと最下部のボタン */
.site-button {
  display: inline-block;
  width: 300px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 57px;
  outline: none;
  position: relative;
  background-color: #fb4879;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 6px 0 #be4262;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin: 60px 0 80px 0;
}
.site-button:hover {
  background-color: #e83465;
  box-shadow: 0 6px 0 #9f324e;
  text-decoration: none;
  color: #fff;
}
.site-button:active {
  top: 3px;
  box-shadow: none;
}
.site-button::before,
.site-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.site-button,
.site-button::before,
.site-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/* 結論イラスト */
.evaluation-ill {
  width: 30%;
  margin: 50px auto 10px auto;
}


/* 結論大見出し */
.evaluation-txt {
  font-size: 38px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 46px 0;
}


/* 結論「総合評価」 */
.conclusion-kakomi {
  width: 100%;
  height: auto;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #f95959;
  padding: 12px 0 10px 0;
}


/* 結論の囲み */
.conclusion-box {
   width: 100%;
   height: auto;
   border: 1px solid #f0e8c3 ;
   padding: 5px;
   background-color: #fff;
}

.conclusion-shima {
    background: -webkit-repeating-linear-gradient(-45deg, #f9f4de, #f9f4de 5px, #fbf8ec 5px, #fbf8ec 10px);
    background: repeating-linear-gradient(-45deg, #f9f4de, #f9f4de 5px, #fbf8ec 5px, #fbf8ec 10px);
    padding: 2em;
}


/* こんな人にオススメのテキスト */
.recommend-txt {
  line-height: 1.5em;
  padding-left:1em;
  text-indent:-1em;
  margin: 0 0 -8px 0;
}


/* 各サイトのバナー広告囲み */
.site-ad-wrap {
  width: 100%;
  height: auto;
  border: 1px dashed #ddd;
  background-color: #fff;
  position: relative;
  margin-top: 18px;
  padding: 8px 9px 8px 9px;
}

.site-ad-Wrap-center {
  display: block;
  text-align: center;
}


/* よくある質問 */
.qa {
	margin-top: -80px;
	text-align: center;
}


/* よく比較されるサイト名 */
.comparison-sitename {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
}


/* キャンページ終了分「各サイト詳細へ」のボタン */
.to_page_button {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 3px;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #fb4879;
	padding: 10px 17px 11px 19px;
	margin: 0 0;
}
.to_page_button:hover {
	color: #fff;
}


/*-- クーポン・キャンペーン終了分の囲み --*/
.conclusion-shima-past {
    background: -webkit-repeating-linear-gradient(-45deg, #efefef, #efefef 5px, #f3f3f3 5px, #f3f3f3 10px);
    background: repeating-linear-gradient(-45deg, #efefef, #efefef 5px, #f3f3f3 5px, #f3f3f3 10px);
    padding: 2em;
}


/*-- カテゴリーのラベル --*/
.cat-label{
	margin: -3.5px -4px -4px -3px;
	padding: 3px 8px 4px 8px;
	border: none;
}


/*-- カテゴリーのリンクタグ --*/
.cat-link {
	display: inline-block;
	width: auto;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 2px 14px;
}

.cat-link::before,
.cat-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cat-link,
.cat-link::before,
.cat-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cat-link {
	text-decoration: none !important;
	background-color: #fff;
	border: 1px solid #f95959;
	color: #f95959;
}
.cat-link:hover {
	text-decoration: none !important;
	background-color: #fff;
	border: 1px solid #f95959;
	color: #f95959;
}

.cat-link::before{
 display:none;
}


/*-- タグのリンクタグ --*/
.tag-link {
	display: inline-block;
	width: auto;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	outline: none;
	padding: 2px 14px;
	margin-bottom: 5px;
}

.tag-link::before,
.tag-link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tag-link,
.tag-link::before,
.tag-link::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tag-link {
	text-decoration: none !important;
	background-color: #fafafa;
	border: 1px solid #d5d5d5;
	color: #666;
}
.tag-link:hover {
	text-decoration: none !important;
	background-color: #666;
	border: 1px solid #666;
	color: #fff;
}

.tag-link::before{
 display:none;
}


/*-- 関連記事の見出し --*/
.related-entry-heading{
	font-size: 0.95em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	background: #f95959;
	color: #fff;
	border-radius: 3px;
	margin: 2em 0 1em 0;
	padding: 0.6em;
}


/*-- 関連記事カスタマイズ --*/
.related-entry-card-wrap.a-wrap.cf{ /*下余白クリア*/
	margin: 0 0;
	padding: 0 0;
}
.related-entry-card-content.card-content.e-card-content{ /*カード下余白設定*/
	padding: 0 0 2px 0;
}
.related-entry-card-title.card-title.e-card-title{
	font-size: 13px;
	font-weight: normal;
	line-height:1.5em;
	text-align: initial;
	height: auto !important;
	margin: 5px 0 15px 0;
	padding: 0 1.5em 0 0;
	display: flex;
}


/* 目次カスタマイズ */
.toc {
	display: block;
	padding: 0px;
	width: 77%;
	border: 0px #fff solid !important;
	margin: 3em auto 0 auto;
}
.toc-title {
  position: relative;
  padding: 12px 0;
  background: #e9e6e5;
  color: #333;
  font-weight: bold;
}
.toc .toc-content {
  padding: 2em 3em;
  background-color: #f7f7f7;
}
.toc-list > li li a {
	font-weight: normal;
	font-size: 95%;
}
.toc-list > li li ::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  left: -10px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
}
.toc ol.toc-list > li{
	color: #aaa;
}
.toc ol.toc-list > li li{
	list-style: none;
}

/*口コミBOX*/
.KuchikomiBox {
	padding: 1.2em 2em  0.2em 2em;
	margin: 1em 0;
	border-radius: 6px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
/*口コミユーザー名*/
p.KuchikomiName {
	font-weight: bold;
	font-size: 0.9em;
	color: #666; 
	margin-bottom: -5px;
}
/*口コミ日付*/
p.KuchikomiData {
	display: inline-block;
    font-size: 0.8em;
	color: #777; 
}
/*口コミテキスト*/
p.KuchikomiText {
	font-size: 0.9em;
	line-height: 1.6em;
	margin-top: -20px;
}
/*口コミ星*/
.KuchikomiStar {
    display: inline-block;
}
/*レーティング*/
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #ddd; 
    font-size: 1em;
}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f8d043;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



/*-- スマホだけで改行 --*/
.br-sp {
  display:none;
}


/************************************
** 投稿ページのスタイルを書く
************************************/

/*重要*/
.juyo  {
	width: auto;
	height: auto;
	vertical-align: middle;
	border-radius: 2px;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	background-color: #666;
	vertical-align: 1px;
	margin: 0 0.5em 0 0;
	padding: 5px 10px ;
	text-align: initial;
}
.juyo_kakomi  {
	width: 100%;
	height: auto;
	border-radius: 2px;
	text-align: center;
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	margin: 35px 0 30px 0;
	padding: 20px 20px ;
}


/*h2・投稿基本*/
article h2.post2 {
  font-size: 20px;
  font-weight: bold;
  padding: 18px 22px;
  color: #fff;
  border-radius: 2px;
  border: none;
  background-color: #f95959;
  margin: 3em 0 1.5em 0;
  text-align: initial;
}
.article h2.post2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 0%;
  height: 0px;
}

/*h2・投稿まとめ*/
article h2.matome2 {
    font-size: 20px;
    background: #f95959;
    padding: 1.1em 1em;
    border-radius: 0.2em;
    margin:  2em 0 -1em 0px;
    border-bottom: 0px solid ;
    line-height: 1.4em;
    color: #ffffff;
    text-align: initial;
}
article h2.matome2::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 40px;
    border: 12px solid transparent;
    border-top: 15px solid #f95959;
    background-color: #ffffff;
    width: 0;
    height: 0;
}

/*h3・投稿基本*/
.article h3.post3 {
	font-size: 20px;
	line-height: 1.5em;
	color: #444;
	padding: 0.15em 0.5em;
	margin: 3em 0 1em 0;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #f95959;
	border-radius: 0;
	text-align: initial;
}

/*h3・投稿まとめ*/
article h3.matome3 {
    font-size: 22px;
    color: #333333;
    text-align: initial;
}

/*h3・投稿まとめ「小」*/
article h3.matome3_s {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: initial;
}

/*白ボックス*/
.wt_box{
    padding: 0.5em 2em 1em 2em ;
    margin: 4em 0;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    box-shadow: 3px 8px 18px rgba(0, 0, 0, .10);
}

/*画像マージン調整*/
.matome_img{
    margin: -0.5em 0;
}


/*グレーBOX*/
.gray_box {
	padding: 2.5em 3em 1em 3em;
	margin: 2em 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
}


/*グレーBOX（リスト用）*/
.gray_box_list {
	display: inline-block;
    padding: 1.2em 3.5em 0 1.5em;
    margin: 0.5em 0 2em 0;
    background: #f7f7f7;
	border: 1px solid #ddd;
}


/*緑ボタン*/
.green_button {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 22px 28px;
    margin: 0 0;
    background-color: #5aac50;
    color: #fff;
}
.green_button:hover {
    background-color: #7cc26e;
    color: #fff;
    text-decoration: none;
}
.green_button::before,
.green_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.green_button,
.green_button::before,
.green_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*緑丸ボタン*/
.green_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
	padding: 12px 22px 13px 25px;
    margin: 10px;
	border: solid 1px #5aac50;
    color: #5aac50;
}
.green_r_button:hover {
	background-color: #f5f5f5;
    color: #5aac50;
    text-decoration: none;
}
.green_r_button::before,
.green_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.green_r_button,
.green_r_button::before,
.green_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*赤ボタン*/
.red_button {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 22px 28px;
    margin: 0 0;
    background-color: #fc3d33;
    color: #fff;
}
.red_button:hover {
    background-color: #f5635b;
    color: #fff;
    text-decoration: none;
}
.red_button::before,
.red_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.red_button,
.red_button::before,
.red_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*赤丸ボタン*/
.red_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
	padding: 12px 22px 13px 25px;
    margin: 10px;
	border: solid 1px #fc3d33;
    color: #fc3d33;
}
.red_r_button:hover {
	background-color: #f5f5f5;
    color: #fc3d33;
    text-decoration: none;
}
.red_r_button::before,
.red_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.red_r_button,
.red_r_button::before,
.red_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*ピンクボタン*/
.pink_button {
    display: inline-block;
    width: auto;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 22px 28px;
    margin: 0 0;
    background-color: #fb487b;
    color: #fff;
}
.pink_button:hover {
    background-color: #ef829b;
    color: #fff;
    text-decoration: none;
}
.pink_button::before,
.pink_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.pink_button,
.pink_button::before,
.pink_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*ピンク丸ボタン*/
.pink_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 15px 25px;
    margin: 10px;
    background-color: #fb487b;
	color: #fff;
}
.pink_r_button:hover {
    background-color: #dd3464;
    color: #fff;
    text-decoration: none;
}
.pink_r_button::before,
.pink_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.pink_r_button,
.pink_r_button::before,
.pink_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*オレンジ丸ボタン*/
.orange_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 15px 25px;
    margin: -15px 0 10px 0;
	border: solid 1px #ed6d1f;
    background-color: #fff;
	color: #ed6d1f;
}
.orange_r_button:hover {
    background-color: #ed6d1f;
    color: #fff;
    text-decoration: none;
}
.orange_r_button::before,
.orange_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.orange_r_button,
.orange_r_button::before,
.orange_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*水色丸ボタン*/
.cyan_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 15px 25px;
    margin: -15px 0 10px 0;
	border: solid 1px #52a5dc;
    background-color: #fff;
	color: #52a5dc;
}
.cyan_r_button:hover {
    background-color: #52a5dc;
    color: #fff;
    text-decoration: none;
}
.cyan_r_button::before,
.cyan_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.cyan_r_button,
.cyan_r_button::before,
.cyan_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*紫丸ボタン*/
.purple_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 15px 25px;
    margin: -15px 0 10px 0;
	border: solid 1px #b961b6;
    background-color: #fff;
	color: #b961b6;
}
.purple_r_button:hover {
    background-color: #b961b6;
    color: #fff;
    text-decoration: none;
}
.purple_r_button::before,
.purple_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.purple_r_button,
.purple_r_button::before,
.purple_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*青緑丸ボタン*/
.emegreen_r_button {
    display: inline-block;
    width: auto;
    border-radius: 40px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4em;
    outline: none;
    padding: 15px 25px;
    margin: -15px 0 10px 0;
	border: solid 1px #38b9a5;
    background-color: #fff;
	color: #38b9a5;
}
.emegreen_r_button:hover {
    background-color: #38b9a5;
    color: #fff;
    text-decoration: none;
}
.emegreen_r_button::before,
.emegreen_r_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.emegreen_r_button,
.emegreen_r_button::before,
.emegreen_r_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*グレーボタン*/
.gray_button {
	display: inline-block;
	width: auto;
	border-radius: 40px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	outline: none;
	padding: 12px 22px 13px 25px;
	margin: 10px;
	border: solid 1px #f95959;
	color: #f95959;
}
.gray_button:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
.gray_button::before,
.gray_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gray_button,
.gray_button::before,
.gray_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*横並び用丸ボタンの赤*/
.row_btn_1 {
  display: inline-block;
  width: 100%;
  height: 45px;
  border-radius: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  background-color: #f95959;
  color: #fff;
  margin: 0 0 4px 0;
}
.row_btn_1:hover {
  background-color: #fd8d8d;
  color: #fff;
  text-decoration: none;
}
.row_btn_1::before,
.row_btn_1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.row_btn_1,
.row_btn_1::before,
.row_btn_1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*横並び用丸ボタンのオレンジ*/
.row_btn_2 {
  display: inline-block;
  width: 100%;
  height: 45px;
  border-radius: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  background-color: #fba602;
  color: #fff;
  margin: 0 0 -10px 0;
}
.row_btn_2:hover {
  background-color: #fcc760;
  color: #fff;
  text-decoration: none;
}
.row_btn_2::before,
.row_btn_2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.row_btn_2,
.row_btn_2::before,
.row_btn_2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*赤丸囲み数字_大*/
.MaruNo_L {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f95959;
    font-size: 15px;
    color: #ffffff;
    text-align:center;
    line-height: 32px;
    vertical-align: 3px;
    margin: 0 0;
}

/*赤丸囲み数字_小*/
.MaruNo_S {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f95959;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    vertical-align: 1.5px;
    margin: 0 0;
}

/*ランキング丸囲み数字「1」*/
.MaruNo_1 {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #c6b367;
    font-size: 15px;
    color: #ffffff;
    text-align:center;
    line-height: 32px;
    vertical-align: 3px;
    margin: 0 0;
}

/*ランキング丸囲み数字「2」*/
.MaruNo_2 {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a7b3b7;
    font-size: 15px;
    color: #ffffff;
    text-align:center;
    line-height: 32px;
    vertical-align: 3px;
    margin: 0 0;
}

/*ランキング丸囲み数字「3」*/
.MaruNo_3 {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #b7715d;
    font-size: 15px;
    color: #ffffff;
    text-align:center;
    line-height: 32px;
    vertical-align: 3px;
    margin: 0 0;
}

/* 詳細ボタン*/
.choose_button_1 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
  background-color: #f95959;
  color: #fff;
  margin: 0 0 4px 0;
}
.choose_button_1:hover {
  background-color: #fd8d8d;
  color: #fff;
  text-decoration: none;
}
.choose_button_1::before,
.choose_button_1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.choose_button_1,
.choose_button_1::before,
.choose_button_1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*-- 公式ボタン --*/
.choose_button_2 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 49px;
  outline: none;
  background-color: #fba602;
  color: #fff;
  margin: 0 0 -10px 0;
}
.choose_button_2:hover {
  background-color: #fcc760;
  color: #fff;
  text-decoration: none;
}
.choose_button_2::before,
.choose_button_2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.choose_button_2,
.choose_button_2::before,
.choose_button_2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*ボタン下サイト内リンクの文字*/
p.SiteLinks{
    font-weight: bold;
    margin: -70px 0 0 0;
}

/*出典*/
p.source{
	font-size: 0.8em;
	padding: 0 7%;
	margin: -2em 0 1.5em 0;
}

/************************************
** ウィジェットのスタイルを書く
************************************/

/*ウィジェットの見出しカスタマイズ*/
#main .main-widget-label {
	font-size: 0.95em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	background: #f95959;
	color: #fff;
	border-radius: 3px;
	margin: 2em 0 1em 0;
	padding: 0.6em;
}

/*h1・シンプル太字*/
.article h1.WidgetIndex {
	font-weight: bold;
	text-align: initial;
}

/*h2・吹き出し*/
article h2.WidgetFukidashi {
    font-size: 20px;
    background: #f95959;
    padding: 1.1em 1em;
    border-radius: 0.2em;
    margin: 2em 0 1.5em 0;
    border-bottom: 0px solid ;
    line-height: 1.4em;
    color: #ffffff;
	text-align: initial;
}
article h2.WidgetFukidashi::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 40px;
    border: 12px solid transparent;
    border-top: 15px solid #f95959;
    background-color: #ffffff;
    width: 0;
    height: 0;
}


/*-- 固定ページ本文下の共通ボックス（１）一式 --*/
article h3.all_lowerrow3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 1.4em 0 -0.8em 0;
}

.all_common_box1 {
    margin: 50px 0;
	padding-bottom: 40px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.all_common_box1 .box-title {
    font-size: 20px;
    background: #51bcf3;
    padding: 18px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.all_common_box1 p {
    padding: 15px 20px;
    margin-bottom: 20px;
}

/*-- （ボタン１） --*/
.all_common_button1 {
	display: inline-block;
	width: 75%;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1px;
	outline: none;
	padding: 12px 12px;
	margin: 12px 0 0 0 ;
	border: solid 1px #fff;
	background-color: #fff;
	color: #f95959;
}
.all_common_button1:hover {
	background-color: #f95959;
	border: 1px solid #f95959;
	color: #fff;
	text-decoration: none;
}
.all_common_button1::before,
.all_common_button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.all_common_button1,
.all_common_button1::before,
.all_common_button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*-- （ボタン２） --*/
.all_common_button2 {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #f95959;
	padding: 16px 28px 16px 30px;
	margin: 10px 0;
}
.all_common_button2:hover {
  background-color: #f87777;
  color: #fff;
  text-decoration: none;
}
.all_common_button2::before,
.all_common_button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.all_common_button2,
.all_common_button2::before,
.all_common_button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*-- （ボタン３） --*/
.all_common_button3 {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #fba602;
	padding: 16px 28px 16px 30px;
	margin: 10px 0;
}
.all_common_button3:hover {
  background-color: #f4be56;
  color: #fff;
  text-decoration: none;
}
.all_common_button3::before,
.all_common_button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.all_common_button3,
.all_common_button3::before,
.all_common_button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*-- （ボタン４） --*/
.all_common_button4 {
	width: auto;
	height: auto;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	background-color: #4cc071;
	padding: 16px 36px 16px 38px;
	margin: 10px 0;
}
.all_common_button4:hover {
  background-color: #58cd7e;
  color: #fff;
  text-decoration: none;
}
.all_common_button4::before,
.all_common_button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.all_common_button4,
.all_common_button4::before,
.all_common_button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*-- 固定ページ本文下の共通ボックス（１）一式ここまで --*/


/*-- 固定ページ本文下の共通ボックス（２）一式 --*/
article h3.all_coupon {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin: 0 0;
}
.all_common_box2 {
    margin: 0 0;
	padding: 20px 20px;
    background: #fff8eb;
}


/*インデックスのキーワードボタン*/
.IndexKeyword {
	display: inline-block;
	width: auto;
	border-radius: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0em;
	line-height: 2px;
	outline: none;
	padding: 14px 15px;
	margin: 0 6px 12px 0;
}
.IndexKeyword::before,
.IndexKeyword::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.IndexKeyword,
.IndexKeyword::before,
.IndexKeyword::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.IndexKeyword {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #555;
}
.IndexKeyword:hover {
	text-decoration: none;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	color: #888;
}


/************************************
** サイドバーのスタイルを書く
************************************/
/*-- 広告の背景色 --*/
.side-ad-back {
	width: auto;
	background: #ebecde;
	display: block;
	margin: 20px 0;
	text-align: center;
}

/*-- 小見出し --*/
.side-komidashi {
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
	padding: 0 0;
	margin: 20px 0 10px 0;
}
/*-- 
	display: inline-block;
	width: 100%;
	height: 50px;
	border-radius: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background-color: #f95959;
	padding: 0 25px;
	margin: 20px 0 5px 0;
 --*/


/*人気記事カスタム*/
.sidebar h3 {
	font-size: 1.1em;
	color: #555;
	padding: 0.1em 0.5em;
	margin: 0 0 0.5em 0;
	background: transparent;
	border-left: solid 5px #f95959;
	border-radius: 0;
}
.widget-entry-card-content {
	font-size: 12px;
	line-height: 1.5em;
	text-align: initial;
	padding: 0.1em 0 0 0.5em;
	margin: 0 0;
}


/*イラストサイズ調整*/
.side_ill {
	width: 50px;
	vertical-align: middle;
}


/*イラスト付きボタン*/
.side_ill_button {
	display: inline-block;
	width: 100%;
	border-radius: 40px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	outline: none;
	padding: 0 0 0 10px;
	margin: 5px 0;
	border: solid 1px #f95959;
	color: #f95959;
}
.side_ill_button:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}
.side_ill_button::before,
.side_ill_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side_ill_button,
.side_ill_button::before,
.side_ill_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*-- ボタン「ベタ」 --*/
.side-button-1 {
	display: inline-block;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
	outline: none;
	background-color: #f3f2f1;
	border: solid 0px #f95959;
	color: #f95959;
	padding: 0 25px;
	margin: 0 0 5px 0;
}
.side-button-1:hover {
	background-color: #f95959;
	color: #fff;
	text-decoration: none;
}
.side-button-1::before,
.side-button-1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side-button-1,
.side-button-1::before,
.side-button-1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*-- ボタン「赤罫」 --*/
.side-button-2 {
	display: inline-block;
	width: 100%;
	height: 50px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	outline: none;
	background-color: #fff;
	border: solid 1px #f95959;
	color: #f95959;
	padding: 0 27px;
	margin: 0 10px 10px 0;
}
.side-button-2:hover {
	background-color: #f9dc54;
	border: solid 2px #f95959;
	color: #f95959;
	text-decoration: none;
}
.side-button-2::before,
.side-button-2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side-button-2,
.side-button-2::before,
.side-button-2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*-- ボタン「立体」 --*/
.side-button-3 {
	display: inline-block;
	width: 100%;
	height: 30px;
	font-size: 12px;
 	 text-align: center;
	text-decoration: none;
	line-height: 32px;
	outline: none;
	position: relative;
	background-color: #f95959;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #d04646;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin: 0 0;
}
.side-button-3:hover {
	background-color: #e34a4a;
	box-shadow: 0 5px 0 #b82d2d;
	text-decoration: none;
	color: #fff;
}
.side-button-3:active {
	top: 2px;
	box-shadow: none;
}
.side-button-3::before,
.side-button-3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.side-button-3,
.side-button-3::before,
.side-button-3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){

/*-- 各ジャンルTOPのイラストのサイズと位置調整 --*/
.genrkakom-ill {
  width: 120%;
  text-align: center;
  margin: 0 0 0 -20px;
}

/*-- リスト用「オプション」罫囲み文字 --*/
.option-kakomi  {
  padding: 3px 4px;
}

}


/*1030px以下*/
@media screen and (max-width: 1030px){

/*-- 各ジャンルTOPのイラストのサイズと位置調整 --*/
.genrkakom-ill {
  text-align: center;
  margin: -34px 0 0 -20px;
}

/*-- リスト用「オプション」罫囲み文字 --*/
.option-kakomi  {
  padding: 3px 4px;
}

/*-- 吹き出しの「POINT」囲み --*/
.point-kakomi  {
  font-size: 13px;
  padding: 3px 8px;
}

/*-- サイトキャッチフレーズ消去 --*/
  .tagline {
    display: none;
}

}


/*768px以下*/
@media screen and (max-width: 768px){

/*-- 各ジャンルTOPのイラストのサイズと位置調整 --*/
.genrkakom-ill {
  width: 40%;
  margin: -40px auto -54px auto;
}
	
/*-- リスト用「オプション」罫囲み文字 --*/
.option-kakomi  {
  padding: 3px 4px;
}

/*-- 吹き出しの「POINT」囲み --*/
.point-kakomi  {
  font-size: 13px;
  padding: 3px 8px;
}

/*重要*/
.juyo_kakomi  {
	text-align: left;
	padding-left: 6em;
	text-indent: -3.5em;
}

}


/*480px以下*/
@media screen and (max-width: 480px){

	
/*-- 本文部分全体の囲み --*/
.main {
	margin: -10px 0 0 0!important;
	padding: 20px 20px!important;
}


.entry-title{
	font-size: 22px;
	line-height: 1.4em;
	padding: 10px 10px;
}

.post-title {
	font-size: 22px;
	line-height: 1.4em;
	padding: 10px 0;
}

.article h2 {
	font-size: 20px;
}

.article h3 {
	font-size: 20px;
}

/*h2・投稿基本*/
article h2.post2 {
  font-size: 16px;
}

/*h2・投稿まとめ*/
article h2.matome2 {
    font-size: 16px;
}

/*h2・吹き出し*/
article h2.WidgetFukidashi {
    font-size: 18px;
}

/*サイトキャッチフレーズ*/
.tagline{
	font-size: 0.9em;
	font-weight: bold;
	color: #777;
	margin: 15px 0 0 0;
}

/*-- エントリーカードのデザインここから --*/
/*カテゴリのラベル*/
.cat-label{
	margin: -2.5px -4px -4px -2.5px!important;
	padding: 5px 10px 5px 10px!important;
}
/*-- エントリーカードのデザインここまで --*/

/* ジャンル別のサイトTOPのビジュアル囲み */
.site-wrap {
	margin: 20px 0 -20px 0;
}

/*スマホだけで改行*/
.br-sp {
	display:block;
}

/*「ジャンルで選ぶ」*/
article h2.home_genre {
	text-align: center;
}
	
/*「こだわりで選ぶ」*/
article h2.home_kodawari{
	text-align: center;
}

/*「ランキングから選ぶ」*/
article h2.home_ranking {
	text-align: center;
}
	
/*「ジャンルで選ぶ」横幅調整*/
.masu {
  width: 105.7%;
  margin: -4px 0 0 -10px;
}
	
/*評価イラスト*/
.evaluation-ill {
  width: 50%;
}

/*各ジャンルTOPのイラストのサイズと位置調整*/
.genrkakom-ill {
  width: 80%;
  margin: -40px auto;
}

/*リスト用「オプション」罫囲み文字*/
.option-kakomi  {
  padding: 3px 4px;
}
	
/*吹き出しの「POINT」囲み*/
.point-kakomi  {
  font-size: 13px;
  padding: 3px 8px;
}
	
/*結論シマシマのpadding*/
.conclusion-shima {
  padding: 1.5em;
}

/* 結論大見出し */
.evaluation-txt {
	font-size: 28px;
	margin: -5px 0 30px 0;
}

/*固定ページ本文下共通のボックス一式*/
.home_common_box2 {
	width: 85%;
}

/*投稿ページの緑ボタン*/
.green_button {
    margin-bottom: 10px;
}
	
/*投稿ページのピンクボタン*/
.pink_button {
    margin-bottom: 10px;
}

/*-- 月間・年間の割引クーポン仕分け --*/
.coupon-category {
	font-size: 20px;
}

/*グレーBOX*/
.gray_box {
	padding: 2.5em 2em 1em 2em;
}


/*グレーBOX（リスト用）*/
.gray_box_list {
    padding: 1.2em 2em 0 1.5em;
}

/* 目次カスタマイズ */
.toc {
	width: 100%;
	margin: 2em auto;
}
.toc .toc-content {
  padding: 1em 2em;
}
	
}




/*-- ↓↓↓フッター ここから↓↓↓ --*/

/*-- フッターロゴ --*/
.logo-footer {
	width: 100%;
	margin-top: 0 auto;
	text-align: center !important;
	filter:alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

/*-- フッターBOX左右マージン --*/
.footer-box {
  padding: 0 60px;
}

/*-- フッターテキスト --*/
.footer-txt {
  font-size: 1em;
  line-height: 2.6em;
  margin: 0 0 -10px 0;
}

/*-- フッターリンク --*/
a.black:link {
	text-decoration : none;
	color : #444;
}
a.black:visited {
	text-decoration : none;
	color : #444;
}
a.black:active {
	text-decoration : none;
	color : #444;
}
a.black:hover {
	text-decoration : underline;
	color : #444;
}

/*-- ↑↑↑フッター ここまで↑↑↑ --*/


/*-- 特定ページのシェアボタン非表示 --*/
.page-id-3848 .sns-share {
    display: none;
}

.page-id-3850 .sns-share {
    display: none;
}

.page-id-3842 .sns-share {
    display: none;
}

.page-id-3854 .sns-share {
    display: none;
}


/*-- ↓↓↓お問い合わせ ここから↓↓↓ --*/

/*-- 必須マーク --*/
.must{
	color: #fff;
	margin-right: 6px;
	padding: 2px 8px 1px 8px;
	background: #f95959;
	border-radius: 2px;
	font-size: 11px;
}

/*-- 任意マーク --*/
.free {
	color: #fff;
	margin-right: 6px;
	padding: 2px 8px 1px 8px;
	background: #ccc;
	border-radius: 2px;
	font-size: 11px;
}

/*-- 入力項目を見やすくする --*/
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 2px;
	border: 1px solid #d0d5d8;
	border-radius: 2px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/*-- 必須項目の入力欄をグレーにする --*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: #f9f6f5;
}

/*-- 送信ボタンを見やすくする --*/
input.wpcf7-submit {
	width: 20%;
	height: 40px;
	padding: 8px 15px;
	border: 0px solid #fff;
	border-radius: 2px;
	background: #f95959;
	color: #fff;
	font-size: 16px;
}

/*-- エラーメッセージを見やすくする --*/
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #f95959;
	font-weight: 600;
}

/*-- ↑↑↑お問い合わせ ここまで↑↑↑ --*/