@charset "UTF-8";

:root{
	--theme_color:#1b1c1d;
}

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Arvo);

@font-face {
	src: url(https://lea.verou.me/logo.otf);
	font-family: 'LeaVerou';
}

blockquote {
  position: relative;
  border-radius: 5px;
  padding: 2.0em;
  margin: 0 0 1.5em 0;
  background: #f9f9f9;
  color: #333;
  -webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 0px 1px rgba(0,0,0,.1);
}
blockquote::before, blockquote::after {
  position: absolute;
  font-family: "fontAwesome";
  font-size: 28px;
  line-height: 28px;
  color: currentColor;
  opacity: .2;
}
blockquote::before {
  top: 10px;
  left: 10px;
  content: "\f10d";
}
blockquote::after {
  bottom: 10px;
  right: 10px;
  content: "\f10e";
}

blockquote p {
	margin-top: 0;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

h1 {
	position: relative;
	font-size: 28px;
	text-align: left;
  padding-bottom:10px;
	border-bottom: 7px solid #dddddd;
}

h1::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0%;
	/* transform: translateX(-50%); */
	width: 70px;
	height: 7px;
	background-color:var(--theme_color);
}
#l-post h2 {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color:var(--theme_color);
  color: #fff;
  overflow: hidden;
  position: relative;
}
#l-post h2::after {
  content: '';
  background-color: #fff;
  opacity: 0.2;
  transform: rotate(-60deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}
#l-post h3{
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: var(--theme_color);
  color: #fff;
  overflow: hidden;
  position: relative;
}
#l-post h3::after {
  content: '';
  background-color: #fff;
  opacity: 0.2;
  transform: rotate(-60deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}
#l-post h4 {
  padding: 0.5em;
  border-bottom: var(--theme_color) solid 5px;
  font-size:20px;
}
#l-post h4:first-letter {
  color: var(--theme_color);
}

#l-post h5 {
  position: relative;
  padding-left: 25px;
  font-size:18px;
}
#l-post h5:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px var(--theme_color);
}
h5:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px var(--theme_color);
}
#l-post h6 {
  font-size:18px;
}

.p16p{
	font-size:16px;
}
.p18p{
	font-size:18px;
}
.p20p{
	font-size:20px;
}
.p24p{
	font-size:24px;
}
.p32p{
	font-size:32px;
}
.bigs{
	font-size:48px;
}

/*リスト*/

#l-post ul{
	margin:3px 10px 10px 10px;
	padding: 15px;
	background: rgb(235, 239, 243);
	border: 2px solid #ccc;
	
}
#l-post ul li{
	list-style:none;
	padding:5px 0 5px 22px;
	background: url(../admin/template/default/images/check_black.png) no-repeat 0 8px;
	font-size: large;
  border-bottom:1px dashed #cccccc;
}

#l-post ul.yellow{
	margin:3px 10px 10px 10px;
	padding: 15px;
	background: #fff8db;
	border: 2px solid #b58105;
	
}
#l-post ul.yellow li{
	list-style:none;
	padding:5px 0 5px 22px;
	background: url(../admin/template/default/images/check_yellow.png) no-repeat 0 8px;
	font-size: large;
  border-bottom:1px dashed #cccccc;
  color:#b58105;
}

#l-post ul.blue{
	margin:3px 10px 10px 10px;
	padding: 15px;
	background: #dff0ff;
	border: 2px solid #2185d0 ;
	
}
#l-post ul.blue li{
	list-style:none;
	padding:5px 0 5px 22px;
	background: url(../admin/template/default/images/check_blue.png) no-repeat 0 6px;
	font-size: large;
  border-bottom:1px dashed #cccccc;
  color:#2185d0;
}

#l-post ul.green{
	margin:3px 10px 10px 10px;
	padding: 15px;
	background: #e5f9e7;
	border: 2px solid #1ebc30;
	
}
#l-post ul.green li{
	list-style:none;
	padding:5px 0 5px 22px;
	background: url(../admin/template/default/images/check_green.png) no-repeat 0 6px;
	font-size: large;
  border-bottom:1px dashed #cccccc;
  color:#1ebc30;
}

#l-post ul.orange{
	margin:3px 10px 10px 10px;
	padding: 15px;
	background: #ffedde;
	border: 2px solid #f2711c;
	
}
#l-post ul.orange li{
	list-style:none;
	padding:5px 0 5px 22px;
	background: url(../admin/template/default/images/check_orange.png) no-repeat 0 6px;
	font-size: large;
  border-bottom:1px dashed #cccccc;
  color:#f2711c;
}


/*ボタン*/
a.btn_red{
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	font-size:1.6em;
	font-family:arial, helvetica, sans-serif;
	padding: 15px 10px 15px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
	width:100%;
	margin:0.2em 0 0.2em 0;
} 

a.btn_red:hover{
	border:1px solid #b30808;
	background-color: #e40a0a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
	background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

a.btn_blue{
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	font-size:1.6em;
	font-family:arial, helvetica, sans-serif;
	padding: 15px 10px 15px 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	width:100%;
	transition: 1.5s;
	margin:0.2em 0 0.2em 0;
}

a.btn_blue:hover{
	border:1px solid #1c5675;
	background-color: #26759e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

a.btn_black{
	border:1px solid #2a2c2f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	font-size:1.6em;
	font-family:arial, helvetica, sans-serif;
	padding: 15px 10px 15px 10px;
  text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #45484d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000));
	background-image: -webkit-linear-gradient(top, #45484d, #000000);
	background-image: -moz-linear-gradient(top, #45484d, #000000);
	background-image: -ms-linear-gradient(top, #45484d, #000000);
	background-image: -o-linear-gradient(top, #45484d, #000000);
	background-image: linear-gradient(to bottom, #45484d, #000000);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d, endColorstr=#000000);
	width:100%;
	transition: 1.5s;
	margin:0.2em 0 0.2em 0;
}

a.btn_black:hover{
	border:1px solid #151617;
	background-color: #2d2f32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2f32), to(#1a1a1a));
	background-image: -webkit-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -moz-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -ms-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: -o-linear-gradient(top, #2d2f32, #1a1a1a);
	background-image: linear-gradient(to bottom, #2d2f32, #1a1a1a);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32, endColorstr=#1a1a1a);
}


/*テーブル*/
table{margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }
table th{
	background: #f0f0f0;
	text-align: left;
}
table th,table td{
	border: 1px solid #cccccc;
	vertical-align: top;
	padding: 5px;
}

/*商品テーブル*/
div.products {
	background: #f2f2ff;
	padding:15px;
	border:1px solid #cccccc;
}
table.product-table{
	width:100%;
	margin:0 auto;
}
table.product-table td{
	background:#ffffff;
	padding: 5px;
}
	table.product-table th,table.product-table td{
		padding: 5px;
		font-size: 14px;
	}

/*　ランキングテンプレート　*/
.rank-wrap{
	margin-bottom: 1.5em;
}
.rank-rev{
	display:flex;
}
.rank-rev h2{
	margin:0.4em 0 0.2em 1em;
	font-size: 1.3em;
	text-align:left;
	padding:0;
	background:none;
	color:#000000;
}
body.tiny_mce_class .rank-title p{
	margin:0.2em 0 0.2em 1.2em;
}
.rank-wrap .rank-desc{
  background-color: #f9f9f9;
  padding: .8em 1em;
  margin-bottom: 1em;
}
.rank-btn-wrap{
	display:flex;
	margin:0;
}
.rank-buy-link,.rank-desc-link{
	flex:1;
	margin:5px;
}
.rank-buy-link a,.rank-desc-link a{
	color: #fff;
	padding:0.8em 0.8em;
	border-radius: 3px;
	display: inline-block;
	width:92%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.rank-buy-link a{
	background:#2bc136;
}

.rank-desc-link a{
	background:#ce3a2f;
}

body.tiny_mce_class p.star_wrap{
	margin: 0 0 0 1.5em;
}

/*　比較テーブル　*/
.review_table{
	margin-bottom:1em;
	max-width: 94%;
	margin: 0 auto;
}

.review_table table{
	border:1px solid #cccccc;
	border-collapse:collapse;
	width: 100%;
}

.review_table table th,.review_table table td{
	border:1px solid #cccccc;
	padding:7px;
}

.review_table table th{
	width:25%;
	background:#f9f9f9;
}
.review_table table td{
	width:75%;
}


/*codesample用*/
div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #bbb;
  font-size: 1.0em;
  padding: 0.1em .8em;
  margin:0.5em 0.2em;
  background: #f5f2f0;
  background: rgba(224,224,224,.2);
  box-shadow: 0 2px 0 0 rgba(0,0,0,.2);
  border-radius: .5em;
  cursor:pointer;
}

div.code-toolbar > .toolbar > .toolbar-item > button:hover{
	color:#ffffc8;
}

/*code{
  max-height: inherit;
  height: 100%;
  padding: 0 1em;
  display: block;
  overflow: auto;
}
code, pre{
  color: black;
  font-family: Consolas,Monaco,'Andale Mono',monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
*/
/* カード  */
.card {
	display: flex;
	align-items: center;
	padding: 0.3rem 0.5rem 0 0.8rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0.25rem;
	box-shadow: 0 10px 20px #ccc;
	transition: 0.5s;
	width: 94%;
	margin:5px auto;
}
.card-image,.card img{
	width: auto;
	height: 120px;
	object-fit: contain;
	margin:-0.5rem 0 -0.8rem 0;
}
.card > .card-image,.card > img{
	height: 88px;
	object-fit: contain;
	margin:0.6rem 0 1rem 0;
}

.card-box {
	padding-left: 1rem;
}
.card-title {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	background:none;
	color:#333;
	padding: 0.1rem;
}
.card-description {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.card a{
	color: #333;
	text-decoration: none;
}
.card:hover{
	box-shadow: 0 5px 10px #ccc;
	background:#fafafa;

}

/* CMカードタイル */
/*aタグ*/
.cm-card:hover{
	background:#fafdff;
}
/*カード枠*/
.cm-card{
	border:1px solid #cccccc;
	border-radius:5px;
	display:flex;
	justify-content:space-between;
	max-height:90px;
	overflow:hidden;
	transition:.5s;
}
/*コンテンツ枠*/
.cmc-cont{
	padding:10px;
	flex: 1 1;
}
.cmc-img{
	max-width:30%;
	}
.cmc-img img{
	width:100%;
	height:100%;
	max-height:100px;
	object-fit:cover;
	border-radius:0 5px 5px 0;
	margin-bottom:-10px;
}
/*タイトル枠*/
.cmc-ttl{
	color:#333;
	font-weight:bold;
	font-size:1.4rem;
	margin-bottom:2px;
}
/*説明文*/
.cmc-desc{
	color:#aaaaaa;
}


@media screen and (max-width: 480px){

	/* カードタイル */
	.cmc-desc{
		display:none;
	}

	.cmc-img{
	max-width:40%;
	}
	.cmc-ttl{
		font-size:1.0rem;
		margin-bottom:0;
	}
	
}








/*カラムアウター*/
.colmn2,.colmn3{
  display:flex;
  justify-content: space-between;
	margin-bottom:1rem;
}

/*2カラム*/
.colmn2 .colmn {
  width:49%;
  padding:0.5rem;
}
/*3カラム*/
.colmn3 .colmn {
  width:33%;
  padding:0.5rem;
}
.colmn2 .colmn-cl{
  width:30%;
	margin:0;
	padding:0;
}
.colmn2 .colmn-cr{
  width:70%;
	margin:0;
	padding:0 0 0 0.5rem;
}
.colmn2 .colmn-clr{
  width:70%;
	margin:0;
	padding:0;
}
.colmn2 .colmn-crr{
  width:30%;
	margin:0;
	padding:0 0 0 0.5rem;
}

.border{
	border:1px solid #cccccc;
	padding:10px 10px 7px 10px;
	margin:0 1rem 1rem 1rem;
	border-radius:3px;
}

.cards{
	padding: 1rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0.25rem;
	box-shadow: 0 3px 8px #ccc;
	transition: 0.5s;
	width: 98%;
	margin:5px auto;
}

/*----- キャプション付きボックス -----*/
.cp_box {
  position: relative;
	margin-bottom:2rem;

}
.border_ttl > .cp_box_content, .border_ttl > .cp_box_ttl {
  background-color:none;
}
.border_ttl > .cp_box_ttl {
  color:#ff0000;
}
.border_ttl > .cp_box_ttl {
  display: inline-flex;
  font-size: .85em;
  left: 1em;
  line-height: 1;
  margin-bottom: 0;
  padding: .5em .75em;
  position: relative;
  text-align: center;
  top: 1em;
  z-index: 1;
}
.cp_box_ttl {
  border-radius: 2px 2px 0 0;
}
.cp_box_ttl {
  align-items: center;
  background-color: #ffffff;
  color: #ff0000;
  display: flex;
  gap: .5em;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: .5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
	.border_ttl > .cp_box_content {
    padding-top: 3rem;
  }
  
  .cp_box_content {
  background-color:#ffffff;
  border: 1px solid #ff0000;
  border-radius:3px;
	color:#333333;
  clear: both;
  margin-top: -2px;
  padding: 1rem 1.6rem 3rem 1.6rem;
  position: relative;
  z-index: 0;
}

.cp_box_ttl.blue{
	color: #0066cc;
}
.cp_box_content.blue{
  border: 1px solid #0066cc;
}
.cp_box_ttl.green{
	color: #00cc14;
}
.cp_box_content.green{
  border: 1px solid #00cc14;
}
.cp_box_ttl.orange{
	color: #ff8000;
}
.cp_box_content.orange{
  border: 1px solid #ff8000;
}

/*--------- アイコンフキダシボックス ---------*/
#l-post .iconbox ul{
	border:none;
	background:none;
}
#l-post .iconbox ul li{
	border:none;
	background:none;
}
/* ボックス全体 */
.iconbox{
  margin: 0 auto 2em; /* 余白 */
  background: #fef9ed; /* 背景色 */
  border-radius:4px; /* 角丸 */
  max-width:650px; /* 横幅 */
  padding: 0; /* 余白 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
}
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 18px; /* 文字サイズ */
  background: #fdc44f; /* 背景色 */
  text-align: center; /* 文字配置 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  border-radius:4px 4px 0 0; /* 角丸 */
  line-height:1.5; /* 行間 */
  padding:1em 2em; /* 余白 */
}
/* 段落の余白リセット */
.iconbox p {
  margin: 0;/* 文字の余白リセット */
  padding: 0; /* 文字の内側余白リセット*/
}
/* ボックス 中 */
.iconbox .iconbox-wrap{
  display:-webkit-box; /* 配置 */
    display:-ms-flexbox; /* 配置 */
  display:flex; /* 配置 */
  padding:1.3em 2em; /* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
   width: 97%;/*横幅 */
   margin: 0 3% 0 0 !important;/* 余白 */
   line-height:1.8;/* 行間 */
  -ms-flex-item-align: center;/* 中央寄せ */
   align-self: center;/* 中央寄せ */
}
/* コンテンツ段落 */
.iconbox .iconbox-wrap .box-content p{
  margin-bottom:1em;/*余白 */
}
/* アイコン&吹き出し */
.iconballoon{
  -ms-flex-item-align: end; /* 下部に配置 */
  align-self: flex-end; /* 下部に配置 */
}
/* アイコン */
.iconballoon .icon{
  text-align:center;/* 位置を中央へ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width: 120px; /* 横幅 */
  margin:0; /* 余白 */
}
/* アイコン画像 (amp)*/
.iconballoon amp-img{
  max-width: 120px !important; /* 横幅 */
  margin:0; /* 余白 */
}
/* 吹き出し文字 */
.iconballoon .balloon p{
  line-height:1.4; /* 行間 */
}
/* 吹き出し */
.iconballoon .balloon{
  position:relative; /* 配置 */
  width:140px; /* 横幅 */
  background:#fff; /* 背景色 */
  padding:10px; /* 余白 */
  text-align:center; /* 中央寄せ */
  border:2px solid #999;/* 線(太さ 種類　色) */
  color:#555555;/* 文字色 */
  font-size:14px;/* 文字サイズ */
  font-weight:bold;/* 文字太さ */
  border-radius:10px;/* 角丸 */
  margin-bottom:10px;/* 余白 */
  line-height:1.5; /* 行間 */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after,.balloon:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  position:absolute;
  top:100%;
  left:50%;
}
.iconballoon .balloon:after{
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:10px;
	border-right-width:10px;
	margin-left: -10px;
	border-top-color:#FFFFFF;
}
.iconballoon .balloon:before{
	border-color:"rgba(153, 153, 153, 0)";
	border-top-width:12px;
	border-bottom-width:12px;
	border-left-width:12px;
	border-right-width:12px;
	margin-left: -12px;
	margin-top: 1px;
	border-top-color:#999999;
}
/*スマホ*/
@media screen and (max-width: 480px){
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 14px; /* 文字サイズ */
}
/* ボックス 中 */
.iconbox .iconbox-wrap {
    padding: 1em 1em 1em 1.5em;/* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
  font-size:12px;/*文字サイズ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width:80px;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* アイコン画像(amp) */
.iconballoon amp-img{
  max-width:80px !important;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* 吹き出し */
.iconballoon .balloon{
  width:80px;/* 横幅 */
  font-size:10px;/* 文字サイズ */
  padding: 1em 0;/* 余白 */
  border: 1px solid #999;/* 線(太さ 種類 色) */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after {
    border-top-width: 12px;
    border-bottom-width: 10px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-top-color: #FFFFFF;
}
}
/************************************
** 箇条書き(点)
************************************/
/* 箇条書き */
.iconbox .list {
  list-style: none;/* 行頭記号削除  */
  padding: 0 !important;/* 余白リセット */
  margin: 0 !important;/* 余白リセット */
  border:none;/* 線リセット */
}
/* 箇条書き 行 */
.iconbox .list li { 
  position: relative;/* 行頭記号の配置  */
  margin: 0 0 0.5em 0 !important;/* 余白  */
  padding: 0 0 0.5em 1.4em !important;/* 余白 */
  line-height:1.8;/* 行間 */
}
/* 箇条書き 行頭記号 */
.iconbox .list li:before {
  background-color: #ffa952; /* 記号色 */
  position: absolute; /* 行頭記号の配置 */
  content: ''; /* 空文字 */
  top:13px; /* 上からの距離 */
  left: 0; /* 左からの距離 */
  width: 7px; /* 横幅 */
  height: 7px; /* 縦幅 */
  border-radius: 4px; /*角丸 */
}
/* 箇条書き 行頭記号リセット */
.iconbox .list-number li:after{
  content:'';
}
/*スマホ*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号*/
	.iconbox .list li:before{
     top:8px;/* 上からの距離 */
	}
}
/************************************
** 箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.iconbox .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.iconbox .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 14px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:4px;/* 上からの距離 */
   width: 22px;/* 横幅 */
   height: 22px;/* 縦幅 */
   line-height: 22px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/*スマホ*/
@media screen and (max-width: 768px){
  /* 箇条書き(番号) 行 */
  .iconbox .list-number li{
     padding: 0 0 0.5em 2em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .iconbox .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 18px;/* 横幅 */
    height: 18px;/* 縦幅 */
    line-height: 18px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}

/* ボックス全体 ブルー */
.iconbox-blue{
  background: #f2fbff !important; /* 背景色 */
}
/* ボックスタイトル ブルー */
.iconbox-blue .box-head-blue{
  background: #00bfff !important; /* 背景色 */
}
/* 箇条書き 行頭番号 */
.iconbox-blue .list li:before {
  background: #00bfff !important; /* 背景色 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox-blue .list-number li:before {
  background: #00bfff !important; /* 背景色 */
}

/* ボックス全体 グリーン */
.iconbox-green{
  background: #eafaf7 !important; /* 背景色 */
}
/* ボックスタイトル グリーン */
.iconbox-green .box-head-green{
  background: #2fcdb4 !important; /* 背景色 */
}
/* 箇条書き 行頭番号 */
.iconbox-green .list li:before {
  background: #2fcdb4 !important; /* 背景色 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox-green .list-number li:before {
  background: #2fcdb4 !important; /* 背景色 */
}

/* ボックス全体 グリーン */
.iconbox-orange{
  background: #fffaf4 !important; /* 背景色 */
}
/* ボックスタイトル グリーン */
.iconbox-orange .box-head-orange{
  background: #f6a068 !important; /* 背景色 */
}
/* 箇条書き 行頭番号 */
.iconbox-orange .list li:before {
  background: #f6a068 !important; /* 背景色 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox-orange .list-number li:before {
  background: #f6a068 !important; /* 背景色 */
}

/* ボックス全体 */
.iconbox-pink{
  background: #fdf1f1 !important; /* 背景色 */
}
/* ボックスタイトル */
.iconbox-pink .box-head-pink{
  background: #f7bcbc !important; /* 背景色 */
}
/* 箇条書き 行頭番号 */
.iconbox-pink .list li:before {
  background: #f7bcbc !important; /* 背景色 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox-pink .list-number li:before {
  background: #f7bcbc !important; /* 背景色 */
}


/*------------------------------ アイコン付きボックス -----------------------------------*/

.icon_box {
	position:relative;
	margin-top:20px;
	margin-bottom:3rem;
	padding:30px 25px 30px 25px;
	border-radius: 5px;
	background-color: #ffffff;
	}
	
	.icon_box::before {
	position:absolute;
	top:-20px;
	left:7px;
	text-align: center;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	line-height: 30px;
	border-radius: 50%;
	font-family: "fontAwesome";
	font-weight: 900;
	color: #ffffff;
	font-size: 24px;
	padding:4px 0 0 1px;
	}
	
	.hint_box{
	border:2px solid #ff8000;
	
	}
	.hint_box::before{
	content: '\f0eb';
	background:#ff8000;
	}
	
	
	.check_box{
	border:2px solid #12d8b0;
	}
	.check_box::before{
	content: '\f00c';
	background:#12d8b0;
	}
	
	.memo_box{
	border:2px solid #2692d9;
	}
	.memo_box::before{
	content: '\f02d';
	background:#2692d9;
	}
	
	.alert_box{
	border:2px solid #ff0000;
	}
	.alert_box::before{
	content: '\21';
	background:#ff0000;
	}
	
	.quest_box{
	border:2px solid #eaea00;
	}
	.quest_box::before{
	content: '\3f';
	background:#eaea00;
	}
	
	.nope_box{
	border:2px solid #bd0000;
	}
	.nope_box::before{
	content: '\f00d';
	background:#bd0000;
	}
	
	.good_box{
	border:2px solid #1783a6;
	}
	.good_box::before{
	content: '\f164';
	background:#1783a6;
	padding:2px 0 0 1px;
	}
	
	.infos_box{
	border:2px solid #f000f0;
	}
	.infos_box::before{
	content: '\f129';
	background:#f000f0;
	}
	
	.bad_box{
	border:2px solid #ff5b5b;
	}
	.bad_box::before{
	content: '\f165';
	background:#ff5b5b;
	}

/* 付箋 */
.sticky-note{
	border-left:7px solid #ff0000;
	box-shadow: 0 1px 10px #e0e0e0;
	display:inline;
	padding:0.8rem 1.4rem 0.8rem 0.8rem;
	margin-right:20px;
	line-height: 4;
}
.note-blue{
	border-left:7px solid #0066cc;
}
.note-green{
	border-left:7px solid #00cc14;
}
.note-black{
	border-left:7px solid #060606;
}

/* ボーダー付きボックス */
.border-box{
	box-shadow: 0 1px 10px #e0e0e0;
	padding:10px;
}
.border-box p{
	margin:0;
}
.b-red{
	border-top:8px solid #ff0000;
}
.b-black{
	border-top:8px solid #040404;
}
.b-green{
	border-top:8px solid #00cc14;
}
.b-orange{
	border-top:8px solid #ff8000;
}
.bl-red{
	border-left:8px solid #ff0000;
}
.bl-black{
	border-left:8px solid #040404;
}
.bl-green{
	border-left:8px solid #00cc14;
}
.bl-orange{
	border-left:8px solid #ff8000;
}





/* マーカー */
.marker-yellow{
	background:linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}
.marker-pink{
	background:linear-gradient(transparent 60%, #f6c 60%);
}
.marker-green{
	background:linear-gradient(transparent 60%, #6f6 60%);
}

/* 角折れ紙 */
.note {
	position:relative;
	max-width:700px;
	padding:1em 1.5em;
	margin:2em auto;
	color:#333;
	background:#f8f8f8;
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 26px 26px 0; /* This trick side-steps a webkit bug */
	border-style:solid;
	border-color:#fff #fff #eeeeee #eeeeee; /* A bit more verbose to work with .rounded too */
	background:#eeeeee; /* For Opera when also applying a border-radius */
	display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note-red {
	position:relative;
	max-width:700px;
	padding:1em 1.5em;
	margin:2em auto;
	color:#fff;
	background:#ff0000;
	overflow:hidden;
}

.note-red:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 26px 26px 0; /* This trick side-steps a webkit bug */
	border-style:solid;
	border-color:#fff #fff #cc0000 #cc0000; /* A bit more verbose to work with .rounded too */
	background:#cc0000; /* For Opera when also applying a border-radius */
	display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}


/* 吹き出し　中央下 */
.balloon {
	position: relative;
	background-color:#88b7d5;
	padding: 10px;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.balloon::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #88b7d5;
	top: 100%;
	left: 50%;
}
	
/* 中央上	 */
.upcenter::before {
	border-top:none;
	border-bottom: 12px solid #88b7d5;
	top: -12px;
	left: 50%;
}

/* 左 */
.b-left {
	width: 80%;
}
.b-left::before {
	content: "";
	border: 12px solid transparent;
	border-right: 12px solid #88b7d5;
	top: 20%;
	left: -24px;
}

/* 右 */
.b-right {
	width: 80%;
}
.b-right::before {
	content: "";
	border: 12px solid transparent;
	border-left: 12px solid #88b7d5;
	top: 20%;
	left: 100%;
}
/* 左下 */
.downleft::before {
	border-top:none;
	border-top: 12px solid #88b7d5;
	top: 100%;
	left: 3%;
}

/* 枠のみ吹き出し　中央下 */
.balloon-outline {
	position: relative;
	background-color: #fff;
	padding:20px;
	border: 2px solid #ffc4c4;
	color: #333;
	margin-bottom: 20px;
}

.balloon-outline::before,
.balloon-outline::after {
	content: '';
	position: absolute;
	border: 12px solid transparent;
	top: 100%;
	left: 50%;
}

.balloon-outline::before {
	border-top: 12px solid #ffc4c4;
}

.balloon-outline::after {
	margin-top: -4px;
	border-top: 12px solid #fff;
}

/* 枠のみ吹き出し　左下 */
.outline-left::before,
.outline-left::after {
	left: 3%;
}


/* 画像ドロップシャドー */
.dshadow {
	filter: drop-shadow(5px 5px 5px #aaa);
}
.dshadow2 {
	filter: drop-shadow(10px 10px 0 rgb(122, 138, 144));
}

/* 画像ボーダー */
.gray-border{
	border:1px solid #cccccc;
}



/*--------------------- FAQ ---------------------*/
p.q{
	background:url(../img/q.gif) no-repeat 12px 0;
	padding:3px 5px 3px 50px;
	font-size:17px;
	font-weight:bold;
	color:#000000;
	max-width:700px;
	margin:0 auto;
}
p.a{
	background:url(../img/qa.gif) no-repeat 12px 17px #f0f0f0;
	padding:20px 5px 20px 54px;
	font-size:15px;
	border:1px solid #cccccc;
	border-radius:8px;
	max-width:700px;
	margin:0 auto 35px;
}

/*--------------------- 開閉式FAQ ---------------------*/
.ans{
	display: none;
	margin-bottom:0.5rem;
    padding: 10px 15px 10px 20px;
	background:#fafafa;

}
#l-post .ans p{
	line-height: 1.8;
	margin-bottom:3px;
}
p.faq-open {
    padding: 10px 34px 10px 45px;
    margin: 2px;
    color: #fff;
    font-size: 18px;
    background: #1e76bd;
    position: relative;
    cursor: pointer;
}
.faq-open::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transform:rotate(90deg);
    border: 7px solid transparent;
    border-left:12px solid #ffffff;
	transition: all 0.5s ease-out;
}
.faq-open.active::before{
	content: "";
    position: absolute;
    top:30%;
    right: 20px;
    border: 7px solid transparent;
    border-left:12px solid #ffffff;
    transform:rotate(-90deg);
    border-left:12px solid #ffffff;
}
.faq-open::after{
    position: absolute;
    color: #fff;
	font-family:"FontAwesome";
	content: "\f2c4 ";
    top:0;
    left:0;
    background:#abb5b6;
    padding:10px;
}


/* キー操作 */
.nb-key{
    padding: 0 6px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0f0f0, #fcfcfc) repeat scroll 0 0;
    border-color: #cccccc;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #303030;
    white-space: nowrap;
	display: inline-block;
}
.nb-key-blue{
    padding: 0 6px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e7eefc, #dae7ff) repeat scroll 0 0;
    border-color: #97b6da;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #325983;
    white-space: nowrap;
}
.nb-key-red{
    padding: 0 6px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fce7ea, #ffdae2) repeat scroll 0 0;
    border-color: #da97a4;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #83325f;
    white-space: nowrap;
}


/* コードコピー */
.fa-copy{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor:pointer;
	font-size: 28px;
    opacity: .3;
}

.copy_alert {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background:#6ad2d4;
    color:#fff;
    text-align: center;
    padding:10px;
    border-radius:5px;
	width:80%;
	z-index:999999;
}

.ui.message.copy_box{
    padding-right:50px;
}

.ui.black.message p{
	margin-top:0;
	margin-bottom:0;
	padding-right: 20px;
}

/* HSL変換用 */
.color-box {
	width: 100px;
	height: 100px;
	margin: 10px;
}


/*星表示用*/
.star_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #dddddd; /* グレーカラー設定 */
	font-size:22px; /* 星のサイズ指定 */
	top:2px;
}

.star_rating:before, .star_rating:after{
	content: '★★★★★';
}

.star_rating:after{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #ffcf32; /* イエローカラー 設定 */
}

.star_rating[data-rate="5"]:after{ width: 100%; }
.star_rating[data-rate="4.9"]:after{ width: 94%; }
.star_rating[data-rate="4.8"]:after{ width: 93%; }
.star_rating[data-rate="4.7"]:after{ width: 92%; }
.star_rating[data-rate="4.6"]:after{ width: 91%; }
.star_rating[data-rate="4.5"]:after{ width: 90%; }
.star_rating[data-rate="4.4"]:after{ width: 89%; }
.star_rating[data-rate="4.3"]:after{ width: 88%; }
.star_rating[data-rate="4.2"]:after{ width: 87%; }
.star_rating[data-rate="4.1"]:after{ width: 86%; }
.star_rating[data-rate="4"]:after{ width: 80%; }
.star_rating[data-rate="3.9"]:after{ width: 74%; }
.star_rating[data-rate="3.8"]:after{ width: 73%; }
.star_rating[data-rate="3.7"]:after{ width: 72%; }
.star_rating[data-rate="3.6"]:after{ width: 71%; }
.star_rating[data-rate="3.5"]:after{ width: 70%; }
.star_rating[data-rate="3.4"]:after{ width: 69%; }
.star_rating[data-rate="3.3"]:after{ width: 68%; }
.star_rating[data-rate="3.2"]:after{ width: 67%; }
.star_rating[data-rate="3.1"]:after{ width: 66%; }
.star_rating[data-rate="3"]:after{ width: 60%; }
.star_rating[data-rate="2.9"]:after{ width: 54%; }
.star_rating[data-rate="2.8"]:after{ width: 53%; }
.star_rating[data-rate="2.7"]:after{ width: 52%; }
.star_rating[data-rate="2.6"]:after{ width: 51%; }
.star_rating[data-rate="2.5"]:after{ width: 50%; }
.star_rating[data-rate="2.4"]:after{ width: 49%; }
.star_rating[data-rate="2.3"]:after{ width: 48%; }
.star_rating[data-rate="2.2"]:after{ width: 47%; }
.star_rating[data-rate="2.1"]:after{ width: 46%; }
.star_rating[data-rate="2"]:after{ width: 40%; }
.star_rating[data-rate="1.9"]:after{ width: 34%; }
.star_rating[data-rate="1.8"]:after{ width: 33%; }
.star_rating[data-rate="1.7"]:after{ width: 32%; }
.star_rating[data-rate="1.6"]:after{ width: 31%; }
.star_rating[data-rate="1.5"]:after{ width: 30%; }
.star_rating[data-rate="1.4"]:after{ width: 29%; }
.star_rating[data-rate="1.3"]:after{ width: 28%; }
.star_rating[data-rate="1.2"]:after{ width: 27%; }
.star_rating[data-rate="1.1"]:after{ width: 26%; }
.star_rating[data-rate="1"]:after{ width: 20%; }
.star_rating[data-rate="0.9"]:after{ width: 14%; }
.star_rating[data-rate="0.8"]:after{ width: 13%; }
.star_rating[data-rate="0.7"]:after{ width: 12%; }
.star_rating[data-rate="0.6"]:after{ width: 11%; }
.star_rating[data-rate="0.5"]:after{ width: 10%; }
.star_rating[data-rate="0.4"]:after{ width: 9%; }
.star_rating[data-rate="0.3"]:after{ width: 8%; }
.star_rating[data-rate="0.2"]:after{ width: 7%; }
.star_rating[data-rate="0.1"]:after{ width: 6%; }
.star_rating[data-rate="0"]:after{ width: 0%; }







@media screen and (max-width:769px){

	blockquote {
		margin:0.2em;
		padding: 2.6em 1.2em 2em 1.2em;
	}


  /*　ランキングテンプレート　*/
  .rank-btn-wrap{
    display:block;
  }
  
  .rank-buy-link a,.rank-desc-link a{
    margin: 0.4em 0;
  }
  
  /*　比較テーブル　*/
  .review_table table{
    border:none;
  }
  
  .review_table table th,.review_table table td{
    display:block;
    width:96%;
  }
  
  .review_table table td{
    margin:-1px 0 10px 0;
  }
  
 /* カード  */
	.card {
		display: block;
		width:100%;
	}
	.card-image,.card img ,.card > .card-image, .card > img{
		width: 100%;
		height: auto;
	}
	.card-box{
		margin-top:1rem;
	}

	.colmn2,.colmn3{
		display:block;
		justify-content: space-between;
		width:100%;
	}

	.colmn2 .colmn,.colmn3 .colmn,.colmn2 .colmn-cl,.colmn2 .colmn-cr,.colmn2 .colmn-clr,.colmn2 .colmn-crr {
		width:100%;
	}

	.border{
		margin:0;
	}




}


