@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);

* {  
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:meiryo,sans-serif;
}

body{
	color: #202020;
	font-family: Roboto,Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
	line-height: 1.75;
	word-wrap: break-word;
	background:#f0f0f0;
	overflow-x: hidden;
}

h2 {
	font-size: 20px;
	font-weight:bold;
	letter-spacing: .02em;
	line-height: 1.4;
	margin-bottom: 10px;
	padding:10px;
	color:#e7e7e7;
	background:#1e1e1e;
	border-bottom:solid 1px #bababa;
	}

h3{
	font-size:20px;
	font-weight:bold;
	margin:30px 0 10px 0;
	border-bottom:solid 2px #999;
}
h3:first-letter{
	color:#ff0000;
}	

h4{
	width:150px;
	padding: 3px;
	margin-bottom:10px;
	text-decoration: none;
	background: #f2f2f2;
	color: #151515;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f2f2;
	border: dashed 1px #151515;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

h4 i{
	color:#cc0000;
}

.dotted{
	border-bottom:dotted 2px rgb(255, 6, 6);
}

.bold{
	font-weight:bold;
}

.fs12{
	font-size:12px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs24{
	font-size:24px;
}

.fs32{
	font-size:32px;
	line-height:1.2;
}

.mt10{
	margin-top:10px;
}

.point{
	position:relative;
	padding:20px 10px;
	font-size:18px;
	border:1px solid #325A8C;
}

.point::after{
	content: "POINT";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fff;
	font-size: 12px;
	color: #325A8C;
	padding: 0 10px;
}

#wrapper{
	/*margin-bottom:20px;*/
	background: #fff;
}

#header{
	padding:10px 0;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	background:#f3005d;
/*	border-bottom:solid 1px #dfdfdf;*/
/*	position: fixed;            /* ヘッダーの固定 */
/*	top: 0px;                   /* 位置(上0px) */
/*	left: 0px;                  /* 位置(右0px) */
	width: 100%;                /* 横幅100%　*/
	text-align:center;
	z-index:2;
}

#header img{
	height:28px;
}

#container{
/*	padding-top:10px;*/
}

#entrytitle{
-webkit-font-feature-settings: "palt";
	font-feature-settings : "palt";
	font-size:24px;
	font-weight:bold;
	letter-spacing: -.02em;
	line-height: 1.4;
	margin:20px 15px;
	font-family:YakuHanJP,Roboto,Helvetica,Helvetica Neue,Arial,Noto Sans CJK JP,源ノ角ゴシック,Hiragino Kaku Gothic Pro,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,メイリオ,Meiryo,MS PGothic,sans-serif;
}

#post_info{
	margin-bottom:10px;
	padding:0 15px;
	display: flex;
	align-items: center;
	height:32px;
}

#writerIco{
	margin-right:5px;
}

#writerIco img{
	width:32px;
	height:32px;
	border-radius: 50%;
	vertical-align: bottom;
}

#writerName{
	font-size:12px;
	margin-right:5px;
}

#main{
	margin:0 auto;
	width:100%;
}

#breadcrumb{
font-size:14px;
color:#e7e7e7;
background:#1e1e1e;
border-bottom:solid 1px #bababa;
padding-left:20px;
height:44px;
line-height:44px;
overflow: hidden;
}

#eyecatch{
	padding:0;
}

#eyecatch img{
	width:100%;
	vertical-align:bottom;
}

.article_box{
	/*margin-bottom:28px;*/
	letter-spacing: .02em;
	line-height: 1.75;
}

.article_box p{
	display: block;
	margin-bottom:20px;
	padding:0 25px;
}

.article_box .insert{
	margin-bottom:20px;
}

/*.article_box p:last-child{
	margin:0;
}*/

.article_box table{
	margin-bottom:20px;	
}

.tw{

}

.article_box img{
	width:100%;
	vertical-align: bottom;
}

#footer{
	color: #ffffff;
	background: #2e2e2e;
	font-size:14px;
	text-align:center;
	padding:30px 25px;
}

#footer p{
	color: #ffffff;
	background: #2e2e2e;
	font-size:10px;
	text-align:center;
}

#footer_logo img{
	width:75px;
	margin-bottom:20px;
} 

#footer_midasi{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	text-align:left;
}

#footer_intro{
	font-size:12px;
	color:#fff;
	text-align:left;
}

#copyright{
	margin:20px 0 0 0;
}

.flow{
	text-align: center;
	margin:20px　0 40px 0;
}

.flow img{
	width:360px;
}

/*============================================================
	目次
============================================================*/
#toc{
	border:solid 1px #007cbf;
	border-radius:4px;
	padding:10px;
	box-sizing: border-box;
	background:#fafdff
}

.toc-chapter{
	margin-bottom:5px;
	font-size:12px;
}

.toc-chapter:last-child{
	margin-bottom:0;
}


.toc-chapter span{
	border-bottom:dashed 1px #007cbf; 
}

.toc-chapter span b{
	color:#ff0000; 
	border-bottom:solid 2px #ff0000; 
}

/*============================================================
	カウントダウン
============================================================*/
#countdown_box{
	position: sticky;
	top: 0;
	margin: 0 auto;
	text-align:center;
	color:#fff;
	background:#1e1e1e;
	z-index:9999;
	padding-top:10px;
}

.cb_copy{
	font-size:12px;
}

#countdown span{
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
}

/*============================================================
	レビュー
============================================================*/
.review_box{
	width:340px;
	margin:0 auto;
}

/* ★ */
.star-rating {
position: relative;
display:inline-block;
font-size: 25px;
word-wrap:normal !important;

}
.star-rating .star-rating-item{
position:absolute;
overflow: hidden;
}
.star-rating .star-rating-item:before{
content:"★★★★★";
color: #ffcc33;
}
.star-rating:after {
content:"★★★★★";
color: #ccc;
}

/* ユーザーレビュー */
.user_review{
background:#ededed;
border-radius:4px;
padding:10px;
box-sizing:border-box;
margin-bottom:10px;
width:340px;
}

.user_review_h{
display:flex;
/*flex-wrap:wrap;*/
padding-bottom:10px;
margin-bottom:10px;
border-bottom:solid 1px #ddd;
}

.user_review_h >:last-child {
  margin-left: auto;
}

.user_review_b{
font-size:14px;
line-height:1.4;
}

.user_ico{
width:50px;
height:50px;
margin-right:10px;
}

.user_ico img{
width:50px;
height:50px;
border-radius:50%;
}

.user_info{
height:50px;
display:flex;
flex-direction: column;
flex-wrap: wrap;
justify-content:center;
text-align:left;
}

.user_name{
font-size:16px !important;
font-weight:bold !important;
line-height:18px;
height:18px;
margin-bottom:5px;
padding:0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width:100%;
}

.user_rate{
font-size:12px !important;
line-height:12px !important;
height:12px !important;
margin:0;
padding:0;
}

.review_date{
font-size:12px !important;
line-height:12px !important;
/*height:50px !important;*/
display:flex;
flex-wrap:wrap;
align-items:flex-end;
}

/*============================================================
	blink
============================================================*/

.blink {
	position: relative;
	overflow: hidden;
}
.blink::before {
	content: "";
	width: 20px;
	height: 100%;
	background: rgba(255,255,255,.8);
	position: absolute;
	top: -100px;
	left: 0;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: blink 2s ease-in-out infinite;
	animation: blink 2s ease-in-out infinite;
}
@-webkit-keyframes blink {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: .5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		transform: scale(50) rotate(45deg);
		opacity: 0;
}
}
@keyframes blink {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		transform: scale(0) rotate(45deg);
		opacity: .5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/*============================================================
	文字装飾
============================================================*/

.red{
	font-weight:bold;
	color:#ff0000;
}

.blue{
	font-weight:bold;
	color:#0000ff;
}

.pink{
	font-weight:bold;
	color:#ff2687;
}

.red_big{
	font-size:32px;
	font-weight:bold;
	color:#ff0000;
}

.gray{
	color:#999999;
}

.marker{
	background: linear-gradient(transparent 40%, #ffff66 40%);
	font-weight:bold;
}


/*============================================================
	サマリー
============================================================*/
.summary_box{
	text-align:center;
	background:#efefef;
	margin:0 auto;
	padding:10px;
	border-bottom:solid 1px #bababa;
}

.sb_h{
	font-size:24px;
	font-weight:bold;
}

/* text_box */
.text_box{
	text-align:center;
	margin:30px 0;
}

.sb_b{
	font-size:18px;
}

/* テクニック */

.tecpt{
	color:#ff0000;
	font-weight:bold;
}

/* TVキャプ アイコン */

.tvcap{
	position:relative;
	width:100%;
	max-width:400px;
}

.cover_ico{
	position:absolute;
	bottom:15px;
	left:70px;
}

.cover_ico img{
	width:50px;
}

/* ストアキャプ アイコン */

.storecap{
	position:relative;
	width:300px;
	border:solid 1px #dedede;
	box-sizing:border-box;
}

.cover_ico2{
	position:absolute;
	top:135px;
	left:16px;
}

.cover_ico2 img{
	width:50px;
}

/**/

.marutoku img{
	width:100%;
	max-width:400px;
}

/* lineBtn */
.btnBox{
	/*margin-bottom:20px;*/
}

.lineBtn{
	color:#ffffff;
	background:#19bc03;
	margin:0 auto;
	padding:0 15px;
	box-sizing: border-box;
	width:320px;
	height:80px;
	border-radius: 48px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	position:relative;
}

.lineBtn a,.lineBtn span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.line_logo{
	width:60px;
}

.cv_text{
	font-weight:bold;
}


/* info */
.info{
    padding: 10px 0;
    background: #fff;
    border-radius: 24px;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 10px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.info a{
    color: #2e2e2e;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.info span{
    color: #2e2e2e;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* ボタン */
.btn_green{
	color:#fff;
	background:#00c300;
	font-size:16px;
	font-weight:bold;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	width:340px;
	height:60px;
	border-radius:30px;
	margin:0 auto;
}
.btn_green a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-decoration:none;
	font-family: sans-serif;
	box-sizing: border-box;
}

.btn_green img{
	width:40px;
	margin-right:5px;
}

.line-btn{
  background: #00B900 !important;/*背景色*/
  border-bottom: solid 2px #027e02 !important;/*少し濃い目の色に*/
}

.line-btn:active {
  border-bottom: solid 2px #00B900  !important;
}

/* 追加 */
.mcopy{
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	text-align: center;
}



@media screen and (min-width: 768px){

#wrapper{
	width:480px;
	margin:0 auto;
	border-left:solid 1px #bababa;
	border-right:solid 1px #bababa;
}

#footer{
	width:480px;
	margin:0 auto;
	border-left:solid 1px #bababa;
	border-right:solid 1px #bababa;	
}

body h2{
	width:480px;
	margin:0 auto;
	border-left:solid 1px #bababa;
	border-right:solid 1px #bababa;	
	box-sizing: border-box;
}

#entrybody h2{
	width:100% !important;
	border-left:none;
	border-right:none;	
}

#footerAd{
	width:480px;
	margin:0 auto;
	border-left:solid 1px #bababa;
	border-right:solid 1px #bababa;	
	box-sizing: border-box;
}
/*	
	#container{
		width:1024px !important;
		display: flex;
		margin: 20px auto;
	}

}*/

