@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.pc{display:block;}
.sp{display:none;}
@media screen and (max-width: 566px){
	.pc{display:none;}
	.sp{display:block;}
}

p strong {
    background: linear-gradient(transparent 60%, #ff9 60%);
}

.article h2 {
	background-color:#000;
	color:#fff;
	padding:14px;
	border-radius:10px;
}

.header{
	position:relative;
}

/* 固定ヘッダー出現時にタイトルを隠さないように調整 */
@media screen and (max-width: 1024px){
	body{
		padding-top:7% !important;
	}
}

/* スマホ時のTOP意外ヘッダー領域を無効にする */
@media screen and (max-width: 480px){
	.single .header,.error404 .header{
		display:none;
	}
}

/* 固定ヘッダー出現時にメインのロゴを非表示に変更 */
/*@media screen and (max-width: 1023px){
	h1.logo-image{
		display:none;
	}
}*/

@media screen and (max-width: 834px){
	h1.logo-image img{
		width:60%;
	}
}

.mobile-header-menu-buttons{
	padding:10px 0;
}

.single .header{
	background-image:none;
}

/*固定ヘッダー出現時に投稿ページのヘッダーを非表示に*/
@media screen and (max-width: 1023px){
	.single .header{
		display:none;
	}
}

.single .header .header-in{
	min-height:auto;
}

.single .header .header-in .site-name-text img{
	width:50%;
}

/* ロゴサイズの調整 */
	.logo-menu-button img{
		max-width:140px;
		max-height:none;
	}

@media screen and (max-width: 480px){
	.logo-menu-button img{
		width:80%;
		max-height:none;
	}
	h1.logo-image img{
		width:80%;
	}
	#header .site-name-text{
		width:100%;
	}
}

/* SP時のロゴ位置の調整 */
@media screen and (max-width: 480px){
	.logo-image{
		padding: 30px 0 10px;
	}
}

/* ===== header用セールバーの設定 ===== */
.sale_bar{
	text-align:center;
	padding:12px;
	font-size:14px;
	line-height:1.5;
}

.single .sale_bar{
	margin-bottom:20px;
}

@media screen and (max-width: 1024px){
	.sale_bar{
		margin-top:70px;
	}
	.single .sale_bar{
		margin-bottom:0;
	}
}

@media screen and (max-width: 480px){
	.sale_bar{
		margin-top:60px;
		font-size:12px;
		padding:8px 12px;
	}
}

.sale_bar.rakuten{
	background-image: linear-gradient(90deg, rgba(171, 2, 2, 1), rgba(187, 0, 1, 1));
}
.sale_bar.amazon{
	background-image: linear-gradient(90deg, rgba(193, 56, 2, 0.99), rgba(229, 113, 0, 1));
}

.sale_bar a{
	text-decoration:none;
}

.sale_bar.rakuten a,
.sale_bar.amazon a{
	color:#fff;
	position:relative;
}

.sale_bar a:before,
.sale_bar a:after{
	content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 2px;
}

.sale_bar a:before{
	transform: skew(10deg, 40deg);
    margin-right: 10px;
	left: -30px;
}

.sale_bar a:after{
	transform: skew(-10deg, -40deg);
    right: -30px;
    margin-left: 10px;
}

/* ===== ヘッダーの背景画像をiOSでも固定させたい =====  */
.home .header{
	background-image:none;
}

.home .header-container{
	background-color:transparent;
}

.home .header-in{
	clip-path: inset(0);
}

.home .header-in.wrap{
	width:100%;
}

.home .header-in:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	/*background-position:50% 100%;*/
	background-image:url(https://pe-log.net/wp-content/uploads/2024/04/back2.jpg);
	background-size:cover;
}

@media screen and (max-width: 480px){
	.home .header-in:before {
		background-size:190%;
	}
}

/* ===== 区切りをウェーブさせる =====  */
.home .content{
	background-color:#fff;
	position:relative;
	margin-top:120px;
}

.home .content:before{
	content:"";
	background-image:url(https://pe-log.net/wp-content/uploads/2024/04/wave.png);
	background-size:cover;
	background-position:50% 100%;
	width:100%;
	height:192px;
	position:absolute;
	top:-175px;
	left:0;
	z-index:-1;
}

/* ===== ヘッダー固定ここまで =====  */

/* MVとコンテンツの隙間をサイドバーが非表示になる幅で削除 */
@media screen and (max-width: 1023px){
	.content{
		margin-top:0;
	}
	.home .content{
		margin-top:120px;/* wave適用時に必要 */
	}
	main.main{
		margin: 0 0 12px 0;
	}
	
	.home main.main{
		padding: 0 16px 32px;
	}
}

/* ===== アピールエリア ===== */
.appeal{
	position:relative;
	background-color:#f5f5f5;
	z-index:0;
}

.appeal-content{
	background-color:transparent;
	/*padding:2em 0;*/
	padding:0;
	max-width:1000px;/*2つ並びの場合は不要*/
}
.appeal-freearea{
	
}

.appeal-freearea h1{
	text-align: center;
    font-size: 18px;
    margin-top: 2em;
    margin-bottom: 1em;
}

.appeal-freearea h1 span{
	padding: 0 45px;
	position: relative;
    display: inline-block;
    white-space: nowrap;
}

.appeal-freearea h1 span:before,
.appeal-freearea h1 span:after {
	content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    background-color: black;
    width: 20px;
    height: 2px;
}

.appeal-freearea h1 span:before {
    transform: skew(10deg, 40deg);
	left: 0;
    margin-right: 10px;
}

.appeal-freearea h1 span:after {
    transform: skew(-10deg, -40deg);
	right: 0;
    margin-left: 10px;
}

.appeal-freearea ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	list-style-type:none;
	padding:0;
}

@media screen and (max-width: 830px){
	.appeal-freearea ul{
		justify-content:center;
	}
}

.appeal-freearea ul li{
	max-width:306px;
	margin:12px;
}

.appeal-freearea ul li img{
	width:100%;
	height:auto;
}

/* 検索バー */
#header-in .search {
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    border-radius: 50px;
	width:380px;
}

@media screen and (max-width: 834px){
	#header-in .search {
		/*display:none;*/
	}
}

@media screen and (max-width: 425px){
	#header-in .search {
		width:85%;
	}
}

#header-in .search .input-group {
    display: table;
    width: 100%;
}

#header-in .search .input-group > * {
    display: table-cell;
    vertical-align: top;
    height: 50px;
}

#header-in .search .input-group .icon {
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    width: 20%;
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box;
}

#header-in .search .input-group .icon img {
    display: block;
    width: 25px;
    margin: 3px auto 0;
}

#header-in .search .input-group .input {
    width: 55%;
}

#header-in .search .input-group .input input {
    padding: 14px 5px;
    border: none;
    font-size: 18px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

#header-in .search .input-group .submit-btn {
    width: 25%;
    padding: 0;
}

#header-in .search .input-group button {
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    text-align: center;
    box-sizing: border-box;
    background: #cc3000;
    color: #fff;
    height: 50px;
    font-weight: bold;
    border-radius: 50px;
    display: block;
    border: solid 5px #fff;
    width: 100%;
    box-shadow: inset -1px -2px 0 rgba(0,0,0,0.5);
    cursor: pointer;
    background: #618772;
    background: -moz-linear-gradient(-45deg, #618772 0%, #3e6750 100%);
    background: -webkit-linear-gradient(-45deg, #618772 0%, #3e6750 100%);
    background: linear-gradient(135deg, #618772 0%, #3e6750 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#618772', endColorstr='#3e6750',GradientType=1 );
}

/* ===== スマホハンバーガーメニュー ===== */
.navi-menu-content .moble-nav-ttl{
	margin:0 1em 12px;
	padding:8px;
	text-align:center;
	background-color:#000;
	color:#fff;
}

.navi-menu-content .menu-home{
	padding: 0 1em .3em;
}

.navi-menu-content .menu-home li{
	border:0;
}

.navi-menu-content .menu-home img,
.navi-menu-content .menu-home span{
	vertical-align:middle;
}
.navi-menu-content .menu-home span{
    display: inline-block;
    margin-top: 6px;
}

.navi-menu-content .recommend-list ul{
	list-style-type:none;
	padding: 1em;
}

.navi-menu-content .recommend-list ul li{
	margin-bottom:8px;
}

.navi-menu-content .recommend-list ul a{
	color:#000;
	text-decoration:none;
}

/* スマホメニュー */
.menu-drawer li{
	display: block;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.list-more-button-wrap{
	width:200px;
	background-color:#000;
	border-radius: 20px;
	margin: 1em auto 2em;
}

.list-more-button {
	position:relative;
	width:100%;
	background-color:transparent;
	border:0;
    display: inline-block;
    padding: 0.3em 2em;
    text-decoration: none;
    color:#fff;
    transition: 0.4s;
    margin: 0;
    font-size: 16px;
    border-radius:20px;
}

.list-more-button:after{
	content:"";
	position:absolute;
	background-image:url("https://pe-log.net/wp-content/uploads/2024/04/black_arrow.png");
	width: 15px;
    height: 15px;
    background-size: cover;
	top: 50%;
	left:90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.list-more-button:hover {
    background-color: #2b2b2b;
    transition: all 0.3s ease-in-out;
    color: #fff;
	border-radius:20px;
}


.sidebar h2, .sidebar h3{
	background-color:#000;
	color:#fff;
}

.article h3{
	border:0;
	border-bottom:1px solid #000;
	padding:8px 0;
	color:#000;
}

.list-title-in{
	padding:0 45px;
}

.list-title-in:before, .list-title-in:after{
	width:20px;
	height:2px;
}

.list-title-in:before{
	transform: skew(10deg, 40deg);
}

.list-title-in:after{
	transform: skew(-10deg, -40deg);
}

.wp-block-table {
    margin: 0 0 1em;
	overflow-x: auto;
}

figure.wp-block-table table{
	width:100%;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

table thead, table tbody, table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

.wp-block-table td, .wp-block-table th {
    word-break: normal;
	border: 1px solid #000;
    padding: 0.5em;
}

.wp-block-table table tr:first-child {
    background-color: #000;
    color: #fff;
}

.toc-list a {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ==== 記事文字間隔  ====*/
.entry-content>*, .demo .entry-content p{
	line-height:2;
	margin-bottom:2em;
	font-size:16px;
}

/* ==== 警告文 ==== */
.caution{
	font-size:14px;
	color:#bb0001;
	border:1px solid #bb0001;
	padding:8px;
}

/* 補足 */
.desc{
	border:1px solid #fedc5e;
	padding:12px 20px;
	font-size:14px;
	color:#6f6f6f;
	background-color:#fffbed;
	position:relative;
}

.desc:before{
	content:"";
	position:absolute;
	display:block;
	background-image:url("https://pe-log.net/wp-content/themes/cocoon-child-master/images/desc_tips.png");
	width:32px;
	height:32px;
	top:-14px;
	left:-14px;
}

/* 番号付きリスト */
ol.list{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em 1em;
  background: #f5faff;
}
ol.list li {
  position: relative;
  padding-left: 30px;
  line-height: 1em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



/* ==== ここがポイント！ ==== */
.point ol {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
	margin-bottom:1.25rem;
}

.point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #a33d3d;
    border-radius: 8px;
	background-color:#fef8f8;
}

.point ul {
    margin: 0;
    padding: 20px 20px 10px;
	list-style-type:none;
}

.point ul li{
	position: relative;
 	line-height: 1.8;
}

.point ul li::after {
  content: '';
  display: block;
  position: absolute;
	top: .6em;
    left: -1.4em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #a33d3d;
  border-bottom: 3px solid #a33d3d;
  transform: rotate(-45deg);
}

.point h4, .point p.ttl {
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 10px;
    padding: 9px;
    line-height: 1;
    font-size: 16px;
    background: #a33d3d;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
}

/* こんな方におすすめ */
.recommend .ttl{
  position: relative;
  margin: 1.5em 0 .2em;
  padding: 10px;
  max-width: 360px;
  color: #fff;
  font-size: 16px;
  background: #000;
  text-align:center;
  width:80%;
  border-radius:6px;
}
@media screen and (max-width: 480px){
	.recommend .ttl{
		width:100%;
	}
}

.recommend .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.recommend .ttl span{
	position:relative;
	display:inline-block;
	white-space: nowrap;
	padding:0 35px;
}

.recommend .ttl span:before,
.recommend .ttl span:after{
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: #fff;
	width: 20px;
    height: 2px;
}

.recommend .ttl span:before{
	left: 0;
    margin-right: 10px;
	transform: skew(10deg, 40deg);
}

.recommend .ttl span:after{
	right: 0;
    margin-left: 10px;
	transform: skew(-10deg, -40deg);
}


.recommend ul{
	border:1px solid #000;
	border-radius:10px;
	padding:20px 30px;
}

.recommend ul li {
  margin:0 0 0 14px;
  padding: 0;
}

/* ==== ブログカード ==== */

.simpleblogcard-template-gridcard .card-title{
	text-transform:none !important;
}

.simpleblogcard-template-gridcard .card{
	border-radius:0 0 8px 8px !important;
	max-width:none !important;
	display:flex !important;
	border:0 !important;
}

@media screen and (max-width: 480px){
	.simpleblogcard-template-gridcard .card{
		display:block !important;
	}
}

.simpleblogcard-template-gridcard:before {
    content: "あわせて読みたい";
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #242424;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.simpleblogcard-template-gridcard .card-image{
	background-color: transparent !important;
	width:40%;
	order:1 !important;
}

@media screen and (max-width: 480px){
	.simpleblogcard-template-gridcard .card-image{
		width:100%;
	}
}

.simpleblogcard-template-gridcard .card-image img{
	padding:4px;
}

.simpleblogcard-template-gridcard .card-content{
	order:2 !important;
	width:60%;
}

@media screen and (max-width: 480px){
	.simpleblogcard-template-gridcard .card-content{
		width:100%;
	}	
}



/*.simpleblogcard_wrap {
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    border-radius: 5px;
    margin: 30px;
}

@media screen and (max-width: 480px){
	.simpleblogcard_wrap{
		margin:0 0 30px 0 !important;
	}
}

.simpleblogcard_wrap:before {
    content: "あわせて読みたい";
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #242424;
    color: #fff;
    border-radius: 6px 6px 0 0;
}



.simpleblogcard_wrap div.simpleblogcard_inner, .simpleblogcard_wrap div.simpleblogcard_border, .simpleblogcard_wrap div.simpleblogcard_description, .simpleblogcard_wrap div.simpleblogcard_title {
    float: none !important;
}

.simpleblogcard_wrap div.simpleblogcard_border {
    border: none !important;
}

.simpleblogcard_wrap div.simpleblogcard_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.simpleblogcard_wrap div.simpleblogcard_description {
    font-size: 14px;
}

.simpleblogcard_wrap div {
    float: left !important;
}

.simpleblogcard_wrap a{
	display:inline-block;
	min-height:150px;
}

@media screen and (max-width: 480px){
	.simpleblogcard_wrap a{
		min-height:auto;
	}
}*/

/* ==== ブログカードここまで ====  */

.pagination-next-link, .comment-btn{
	background-color:#000;
	color:#fff;
}

.end{
	border: 1px solid rgba(51, 51, 51, 0.7);
    font-size: 0.8em;
    color: var(--cocoon-text-color);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em;
    text-align: center;
    border-radius: var(--cocoon-badge-border-radius);
    margin-top: 1em;
    margin-bottom: 1em;
}

/* アイキャッチ上の更新日表示 */
.eye-catch .cat-label.date{
	left: auto;
    right: 0.4em;
}

/* 目次 */
#toc{
	width:80%;
}

@media screen and (max-width: 480px){
	#toc{
		width:100%;
	}
}

/* レビューブロック */
.review_block{
	margin-bottom:20px;
	border-top:1px solid #f9f9f9;
	padding:12px;
}

.review_block .ttl{
	font-weight: 700;
	margin-bottom:.5em;
	text-align:center;
}

blockquote figure.wp-block-image,
.review_block figure{
	max-width:72%;
	margin:0 auto 12px;
}

blockquote figure img,
.review_block figure img{
	width:100%;
	height:auto;
}

.review_block .good,
.review_block .bad{
	margin-bottom:2rem;
    border-radius: 10px;
    padding: 12px;
}

.review_block .good{
	border: 1px solid #71c863;
}

.review_block .bad{
	border: 1px solid #e84f4f;
}

.review_block .good .ttl,
.review_block .bad .ttl{
	padding:4px 8px;
	border-radius:10px;
	color:#fff;
	width:fit-content;
	font-size:14px;
	font-weight:normal;
}

.review_block .good .ttl{
	background-color:#71c863;
}

.review_block .bad .ttl{
	background-color:#e84f4f;
}

.review_block .good ul,
.review_block .bad ul{
	list-style-type:none;
	margin-bottom:0;
}

.review_block .good.only ul,
.review_block .bad.only ul{
	padding-left:10px;
}

.review_block .good ul li,
.review_block .bad ul li{
	margin: 0.4em 0;
}

.review_block .good ul li:before{
    color: #71c863;
	font-family:'Font Awesome 5 Free';
    content: "\f111";
	display:inline-block;
	margin-right:6px;
}

.review_block .bad ul li:before{
    color: #e84f4f;
	font-family:'Font Awesome 5 Free';
    content: "×";
	display:inline-block;
	margin-right:6px;
}

/* 吹き出しカスタム */
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 .speech-balloon{
	background-color:#fafeff !important;
	border-color: #1e9db0 !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 .speech-balloon::before{
	border-right-color:#1e9db0 !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 .speech-balloon::after{
	border-right-color:#fafeff !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 .speech-icon img, .wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 speech-icon amp-img{
	border: 2px solid  #1e9db0 !important;
}


.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-8 .speech-balloon{
	background-color:#fffcf1 !important;
	border-color: #f7c586 !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-8 .speech-balloon::before{
	border-left-color:#f7c586 !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-8 .speech-balloon::after{
	border-left-color:#fffcf1 !important;
}
.wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-8 .speech-icon img, .wp-block-cocoon-blocks-balloon-ex-box-1.sb-id-9 speech-icon amp-img{
	border: 2px solid  #f7c586 !important;
}

/* エントリーボタン */
.sale_button{
	width:80%;
	text-align:center;
	margin:0 auto;
	border-radius:4px;
}

.sale_button.rakuten{
	background-image: linear-gradient(90deg, rgba(171, 2, 2, 1), rgba(187, 0, 1, 1));
	box-shadow: 0px 3px #7d0000;
}

.sale_button.amazon{
	background-image: linear-gradient(90deg, rgba(193, 56, 2, 0.99), rgba(229, 113, 0, 1));
	box-shadow: 0px 3px #7d0000;
}

.sale_button.povo{
	background-color:#fffa00;
	box-shadow: 0px 3px #b5b204;
}

.sale_button.rakuten a,
.sale_button.amazon a,
.sale_button.povo a{
	text-decoration:none;
	color:#fff;
	display:block;
	width:100%;
	padding:16px;
}

.sale_button.povo a{
	color:#000;
	font-weight: bold;
}

/* 記事内ジャンプ */
.jump{
	background-color:#000;
	border-radius:6px;
	text-align:center;
	max-width:50%;
	margin:0 auto;
}

@media screen and (max-width: 540px){
	.jump{
		max-width:none;
	}	
}

.jump a{
	display:block;
	width:100%;
	padding:12px 0;
	text-decoration:none;
	color:#fff;
}

/* アフィリンク設定 */

.button_back{
	padding:2em;
	/*background: linear-gradient(-45deg, transparent 25%, var(#ccc) 25%, var(#ccc) 50%, transparent 50%, transparent 75%, var(#ccc) 75%, var(#ccc));*/
    background-clip: padding-box;
    background-size: 6px 6px;
	text-align:center;
}

.button_back.geo{
	background-color:#f1f9ee;
}

.button_back.iosis{
	background-color:#c0e5f9;
}

.button_back p{
	position:relative;
	display:inline-block;
	margin-bottom:0;
	text-align:center;
}

.button_back p span:before,
.button_back p span:after{
	content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    background-color: #fff;
    width: 16px;
    height: 2px;
}

.button_back p span:before{
	transform: skew(10deg, 40deg);
    margin-right: 10px;
	left: -30px;
}

.button_back p span:after{
	transform: skew(-10deg, -40deg);
    right: -30px;
    margin-left: 10px;
}

.button_back.iosis p{
	color:#1981f7;
}
.button_back.iosis p span:before,
.button_back.iosis p span:after{
	background-color: #1981f7;
}

.button_back.geo p{
	color:#3eb370;
}
.button_back.geo p span:before,
.button_back.geo p span:after{
	background-color: #3eb370;
}



.abutton img{
	display:none;
}

.abutton{
	border-radius:6px;
	max-width:440px;
	margin:0 auto;
}

.abutton.geo{
	background-color:#3eb370;
}

.abutton.iosys{
	background-color:#34b0e9;
}

.abutton a{
	display:block;
	padding:12px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

/* footer_logo */
.footer-bottom-logo{
	float: left;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px){
	.footer-bottom-logo{
		float:none;
		position:relative;
		top:0;
		left:0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
}

.footer-bottom-logo img{
	width:50%;
	height:auto;
}

/* 光る効果 */
._shiny {
    display: block;
    position: relative;
    background-color: #1981f7;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
}
._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(80) rotate(45deg); opacity: 0; }
}

/* テーブル文字サイズ */
.wp-block-table.hikaku td, .wp-block-table.hikaku th{
	font-size:.8em;
}

/* 評価 */
.review-rating{
	font-size:.6em;
}

/* 番号付きリスト */
.num ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.num ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
.num ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #c80a00;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}

/* クーポン情報 */
section.coupon p.title{
	display:inline-block;
	padding:6px 12px;
	background-color:#ffa904;
	color:#fff;
	margin-bottom:0;
	font-weight:bold;
}

section.coupon .box{
	border:1px solid #ffa904;
	padding:12px;
}

section.coupon .box p{
	margin-bottom:12px;
}

section.coupon .code{
	background-color:#ffa904;
	color:#fff;
	font-weight:bold;
	padding:6px;
	width:80%;
	margin:0 auto;
}

section.coupon .code span{
	width:100%;
	display:inline-block;
	background-color:#fff;
	color:#000;
	padding:6px;
}

/* 特徴・変更点まとめ */
section.features{
	position: relative;
}

section.features .fttl{
	background-color: #fff !important;
	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;
}

section.features .fttl span{
	color:#a33d3d;
}

section.features .box{
    border:1px solid #a33d3d;
    clear: both;
    margin-top: -2px;
    padding: 1.25em;
    position: relative;
    z-index: 0;
}

section.features ul{
	margin-bottom:0;
	padding-left:0;
}

section.features ul li{
	line-height: 1.5;
    margin: .25em 0;
    position: relative;
	list-style-type:none;
	padding-left: 1.4em;
}

section.features ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: .2em;
    left: 0;
    width: 16px;
    height: 10px;
    border-bottom: 2px solid #a33d3d;
	border-left: 2px solid #a33d3d;
	transform:rotate(-45deg);
}

section.features ul li span{
	font-weight:bold;
}

/* 対応端末リスト */
.device-list {
  background-color: #e6f0ff;
  border-left: 4px solid #007bff;
  padding: 1em;
  margin: 1em 0;
  border-radius: 8px;
  color: #003366;
  font-family: sans-serif;
}

/* 境がわかりにくい画像 */
.waku{
	border:1px solid #ccc;
}

/* pr記事用 */
.pr{
	padding: 1em 1em 1em 4.25em;
	background-color:#f9f9f9;
	position:relative;
}

.pr:before {
	font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
    content: "\f05a";
	font-weight: 900;
    color: #7a7a7a;
    display: block;
    position: absolute;
    left: 1em;
    top: 1em;
}

.pr:after {
	border-right-color: #7a7a7a;
    border-right: 1px solid;
    content: "";
    display: block;
    height: 50%;
    left: 3.25em;
    opacity: .4;
    position: absolute;
    top: 25%;
    width: 0;
}

/* indexの記事リストの矢印削除 */
.card-arrow .a-wrap::after{
	display:none;
}

/* 横スクロールテーブル */
.wp-block-table.yoko{
	 overflow-x: scroll;
}
.wp-block-table.yoko table {
  min-width: 600px;
}

/* アプリーチ */

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
