* {  
	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: sans-serif,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;
}

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

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);
}

.fs12{
	font-size:12px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs24{
	font-size:24px;
}

.fs32{
	font-size:32px;
}

.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;
}

#header{
	padding:20px 0 10px 0;
	text-align:center;
	background:#000;
/*	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:32px;
}

#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:#000;
background:#e7e7e7;
border-bottom:solid 1px #bababa;
padding-left:20px;
height:44px;
line-height:44px;
overflow: hidden;
}

#eyecatch{
	padding:8px 0;
	margin-bottom:28px;
}

#eyecatch img{
	width:100%;
}

.article_box{
	padding:8px 0;
	margin-bottom:28px;
	letter-spacing: .02em;
	line-height: 1.75;
}

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

.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;
}

.innerImage{
	padding:10px;
	box-sizing: border-box;
}

.innerImage img{
	border:solid 1px #dedede;
	border-radius:4px;
}

.adjustbox{
	border:solid 1px #ccc;
	background:#efefef;
	text-align:center;
}

.adjustbox img{
	padding:0;
	margin:0;
	vertical-align: bottom;
}

.ab_border img{
	border:solid 1px #d5d5d5;
}

#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;
}
/*============================================================
	目次
============================================================*/
#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; 
}

/*============================================================
	オススメ★
============================================================*/

/*　テープ　枠　4 */
.kakomi-tape4 {
 position:relative;
 padding: 35px 20px 20px;
 margin: 2.5em auto;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #f2efc7; /*BOX背景色*/ 
 box-shadow: 0 2px 5px #999;
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.1);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-3deg);
}

.kakomi-tape4 div{
	margin-bottom:5px;	
}

.kakomi-tape4 div:last-child{
	margin-bottom:0;	
}

.kakomi-tape4 div span{
	border-bottom:dashed 1px #6b6b69; 	
}

.kakomi-tape4 div span b{
	color:#ff0000; 
	border-bottom:solid 2px #ff0000; 
}

/* タイトル付　枠（影）3　*/
.kakomi-box14 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 4px double #CC0033; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc;/* 影の色 */
}
.title-box14 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; /* タイトル背景色 */
 color: #CC0033; /* タイトル文字色 */
}

.kakomi-box14 div{
	margin-bottom:15px;
}

.kakomi-box14 div:last-child{
	margin-bottom: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;
}

/*============================================================
	ツイッター風
============================================================*/

.twspace{
	padding:10px;
	box-sizing: border-box;
}

.twbox{
/*    overflow: hidden;*/
/*    cursor: pointer;*/
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    width: 100%;
	margin-bottom:20px;
}

.twbox:last-child{
	margin-bottom:0;
}

.twbox_in{
	margin:10px;
}

.twuserbox{
	display:flex;
}

.twuserbox_l{
	width:36px;
}

.twuserbox_r{
	margin-left:10px;
}

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

.twname{
	color:#1c2022;
	font-weight:700;
	font-size:16px;
}

.twid{
	color:#697882;
	font-size:12px;
	line-height:50%;
}

.twcomment{
	margin-top:10px;
	color:#1c2022;
	font-size:16px;
	line-height:140%;
}

.twcomment a{
	color:#1DA1F2;
	font-size:18px;
	font-weight:bold;
}

.twimage{
	margin-top:10px;
	text-align:center;
}

.twimage img{
	width:270px;
}

.twkakusan{
	color:#1DA1F2;
}

.twlink{
	margin:10px 0;
}

.twdate{
	color:#697882;
	font-size:12px;
	margin-top:5px;
}

.twtool{
	padding:5px 0 5px 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.twreply{
	border-top:solid 1px #e1e8ed;
}

.twreply_in{
	margin:10px;
}

.twreply_in .twcomment{
	margin-top:5px;
	font-size:13px;
	width:280px;
	line-height:150%;
}

.twreply_in .twname{
	color:#1c2022;
	font-weight:700;
	font-size:12px;
}

.twreply_in .twid{
	color:#697882;
	font-weight:normal;
	font-size:12px;
	line-height:50%;
}

.twreply_in .twdate{
	color:#697882;
	font-weight:normal;
	font-size:12px;
	line-height:50%;
}

.twreply_in .twtool{
	padding:5px 0 5px 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:16px;
}


.chat.icon {
  color: #657786;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 2px;
}

.chat.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
}


.retweet.icon {
  color: #657786;
  position: absolute;
  margin-left: 40px;
  margin-top: 5px;
  width: 13px;
  height: 9px;
  border-radius: 1px;
  border: solid 1px currentColor;
}

.retweet.icon:before {
  content: '';
  position: absolute;
  left: -3px;
  top: -2px;
  width: 0;
  height: 0;
  border-top: solid 3px white;
  border-bottom: solid 3px currentColor;
  border-left: solid 3px white;
  border-right: solid 3px white;
}

.retweet.icon:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-top: solid 3px currentColor;
  border-bottom: solid 3px white;
  border-left: solid 3px white;
  border-right: solid 3px white;
}

.heart.icon {
  color: #657786;
  position: absolute;
  margin-top: 6px;
  margin-left: 80px;
  width: 11px;
  height: 10px;
  border-left: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.heart.icon:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -1px;
  width: 8px;
  height: 5px;
  border-radius: 5px 5px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
}

.heart.icon:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 8px;
  width: 5px;
  height: 8px;
  border-radius: 0 5px 5px 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}

/* テクニック */

.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;
}


/* LINEグループ アイコン */

.linegroupcap{
	position:relative;
	width:300px;
	border:solid 1px #ababab;
	box-sizing:border-box;
	margin:0 auto;
}

.cover_ico2{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	display: flex;
    flex-direction: column;
        align-items: center;
}

.cover_ico2 img{
	width:64px;
	border-radius: 50%;
	border:solid 1px #ccc;
}

.linegroup_name{
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
}

/**/

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

/* app紹介 */

.appbox{
	border:solid 1px #dedede;
	background:#efefef;
	border-radius:8px;
	box-sizing:border-box;
	padding:10px;
}

.appbox:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.apptop:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.apphd{
font-size:16px;
font-weight:bold;
margin-bottom:10px;
}

.appleft{
	float:left;
}

.appleft img{
	width:100px;
	border-radius: 24px;
}

.appright{
	margin-left:120px;
}

.appspike{
	border:solid 1px #ff2266;
	color:#ff2266;
	font-size:12px;
	padding:0 3px;
	width:65px;
	text-align:center;
}

.apptitle{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.appname{
	font-size:16px;
}

.appcate{
	font-size:12px;
	color:#999999;
}

.apprate{
	margin-bottom:5px;
}

.apprate_left{
	float:left;
	width:50px;
}

.apprate_right{
	margin-left:60px;
}

.apprate_pt{
	font-size:22px;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 25px;
white-space: nowrap;
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}
.star-rating-back {
  color: #ccc;
}

.appcomment{
	font-size:14px;
	color:#666666;
}

.storeico{
display:flex;
justify-content:center;
}

.storeico img{
width:120px;
height:36px;
margin:0 10px;
}

/* date */
#date{
font-size:12px;
}

/* sns */

#sns{
	margin:10px 20px;
	display:-webkit-flex;
	display:flex;
}

.snsbox{
	width:33%;
}

.sns-tw{
	color:#ffffff;
	background:#1da1f2;
	font-size:24px;
	text-align:center;
	border-radius:8px 0 0 8px;
}

.sns-fb{
	color:#ffffff;
	background:#3b5998;
	font-size:24px;
	text-align:center;
}

.sns-wc{
	color:#ffffff;
	background:#ff2687;
	font-size:24px;
	text-align:center;
	border-radius:0 8px 8px 0;
}

/* applink */

.applink{
	font-size:18px;
	word-wrap: break-word;
}

.applink a{
	color:#fff;
	
}

.applink_btn{
	position:relative;
	border-radius:4px;
	background:#007015;
	width: 100%;
	height:40px;
	margin:20px 0;
}

.applink_btn a{
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* comment */

#commentbox{
	margin-top:30px;
}

.comment_m{
	font-size:18px;
	font-weight:bold;
	margin:10px 25px;
}

.comment{
	padding:10px 20px 30px 20px;
	background:#f5f5f5;
	box-sizing: border-box;
}

.comment_h{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}

.comment_h .ch_left{
	margin-right:10px;
	height:50px;
}

.comment_h img{
	width:50px;
}

.comment_h .ch_postname{
	font-size:14px;
	font-weight:bold;
	color:#666;
}

.comment_h .ch_date{
	font-size:12px;
}

.comment_b{
	font-size:14px;
}

.comment_c{
	margin-top: 30px;
	margin-left:50px;
}

.comment_c .ch_left{
	height:25px;
}

.comment_c img{
	width:25px;
}

.comment_c .ch_postname{
	font-size:12px;
}

.comment_c .comment_b{
	margin-bottom:20px;
}

.comment_c .comment_b:last-child{
	margin-bottom:0;
}

/* 野良 */

.set_title{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

/* プロフィール */

.user_info{
/*	display:flex;*/
	box-sizing:border-box;
}

.user_image{
	width:100%;
	position:relative;
	margin:0 auto;

/*	box-sizing:border-box;*/
}

.user_image img{
	width:100%;
}

.user_profile{
	background:#fff;
	border-radius:10px;
	bottom:10px;
	left:0;
	position:absolute;
	width:95%;
	left: 50%;
	-ms-transform: translate(-50%,-5%);
	-webkit-transform: translate(-50%,-5%);
	transform: translate(-50%,-5%);
	margin:0;
	padding:5px 10px;
	box-sizing:border-box;
}

.user_profile span{
	color:#202020;
	font-weight:bold;
}

.user_profile span:after{
	content:" ";
}

/*#back {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#back_boxx{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:320px;
	padding:30px 0;
}*/

.xbtn{
	position:fixed;
	left:10px;
	top:20px;
	color:#fff;
	font-size:32px;
	z-index:999999;
}

.relation_box{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}

.other-appBox{
	border-radius:16px;
	background:#fff;
	padding:10px;
	box-sizing: border-box;
}

.other-app{
	display:flex;
	align-items: center;
	border-bottom:solid 1px #ededed;
	margin-bottom:10px;
	padding:10px 0;
	width:100%;
}

.other-app div:last-child{
	margin-left:auto;
/*	margin-right:10px;*/
}

.other-app:last-child{
	border-bottom:none;
	margin-bottom:0;
}

.oa-left{
	margin-right:10px;
}

.oa-left img{
	width:60px;
	height:60px;
	border-radius:16px;
}

.oa-center{
	color:#333;
	margin-right:10px;
}

.oa-itemname{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.oa-cpname{
	font-size:10px;
}

.app-dl-btn{
	background:#ededed;
	border-radius:16px;
	position: relative;
	font-size:16px;
	font-weight: bold;
	line-height:24px;
	width:60px;
	height:24px;
	text-align:center;
}

.app-dl-btn a{
	color:#3461eb;
	text-decoration:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* アニメーション追加 */
.slide_anime {
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
/*background: #a7a7a7cb !important;*/
color:#fff;
background: rgb(0, 0, 0, 0.5) !important;
position: absolute !important;
z-index: 10 !important;
top: 35% !important;
box-shadow: 0 0px 8px 0 rgba(49, 49, 49, 0.384) !important;
font-size:32px;
line-height:60px;
text-align: center;
}

@keyframes slide {
0% {
transform: translateX(90vw);
opacity: 0;
}
40% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
transform: translateX(0px);
opacity: 0;
}
}

.slide_anime {
animation-name: slide !important;
animation-duration: 1.1s !important;
animation-timing-function: ease !important;
animation-iteration-count: infinite !important;
}

/* こぼれ話 */

.kobore_box{
  position: relative;

  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid black;
  border-radius:8px;
}

.kobore_box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 18px;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}

.kobore_box p{
	font-size:18px;
	line-height:1.4;
}

/* おさらい */

.osarai{
	padding: 10px;
	margin-bottom:40px;
	text-decoration: none;
	background: #f2f7ff;
	color: #151515;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #f2f7ff;
	border: dashed 1px #3eb9ec;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.osarai i{
	color:#0e4eb7;
}

/* 読めます */

.readtime{
	margin-top:20px;
}

.tktk{
	position:relative;
	width:320px;
	height:329px;
}

.tktk_image{
}

.tktk_image img{
	width:320px;
	height:329px;
}

.tktk_txt{
	position:absolute;
	box-sizing:border-box;
	padding:10px;
	font-size:10px;
	left:0;
	bottom:56px;
	color:#ccc;
}

.tktk_info{
	color:#fff;
	font-weight:bold;
}

.tktk_num{
	font-size:13px;
}

.tktk_unit{
	font-size:11px;
}

/* marker */

.marker-animation {
	padding:3px 1px;
	background-size:200% 5px;
	background-position:0 20px;
	background-repeat:repeat-x;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;-ms-transition:all 1s ease;
}
.marker-animation.marker-animation-position {
	background-position:-100% 20px;
}
.marker-animation-red {
	background-image:-webkit-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-moz-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-o-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:-ms-linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
	background-image:linear-gradient(left, rgba(234,34,28,0) 50%, rgba(234,34,28,0.75) 50%);
}

/* 中高生NG */
.nock{
color:#ff0000;
font-size:16px;
font-weight:bold;
text-align:center;
margin-top:-10px;
margin-bottom:10px;
}

.nock i{
color:#ffd800;
}

/* 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%;
}

/* Halfway LINK */
.hwl_midasi{
	font-size:16px;
	font-weight:bold;
	margin-bottom:-20px;
}

.hwlink_box{
	border:solid 1px #ddd;
	background:#fff;
	border-radius:8px;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	margin-top:20px;
}

.hwl_top{
	display:flex;
}

.hwl_left{
	width:100px;
	height:100px;
	margin-right:10px;
}

.hwl_left img{
	width:100px;
	height:100px;
	border-radius:24px;
	border:solid 1px #ddd;
}

.hwl_right{

}

.hwl_rt{
	font-size:20px;
	font-weight:bold;
}

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

.hwlink_box .applink_btn{
	margin:10px 0 0 0;
	height:40px;
}

.hwlink_box .applink_btn a{
	font-size:16px;
}

.hwl_rt_price{
	font-size:12px;
	margin-bottom:10px;
}

/*============================================================
	ランキング要素
============================================================*/

.apprankBox{
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:10px 0;
}

.other-appBox .apprankBox{
	border-top:none;
	border-bottom:none;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:10px 0;
}

.arbHeader{
	border-bottom:solid 1px #bbb;
}

.rankNo1{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #bababa;
	background: #ffd000;
	padding:5px;
	box-sizing: border-box;
	width:80px;
	text-align: center;
}

.rankNo2{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #bababa;
	background: #707070;
	padding:5px;
	box-sizing: border-box;
	width:80px;
	text-align: center;
}

.rankNo3{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #bababa;
	background: #703200;
	padding:5px;
	box-sizing: border-box;
	width:80px;
	text-align: center;
}

.appInfoset{
	display:flex;
}

.appInfoset div img{
	width:100%;
}

.appIco{
	width:100px;
	margin-right:10px;
}

.appIco img{
	width:100px;
}

.arbFooter{
	box-sizing: border-box;
	margin:10px;
}

.appItemname{
	font-size:20px;
	font-weight: bold;
}

.appItempt{
	color:#ffd000;
	font-size:16px;
}

.appiTag{
	font-size:10px;
	color:#000;
	background:#f0f0f0;
	border:solid 1px #666;
	padding:0 5px;
	box-sizing: border-box;
	display:inline-block;
	margin-right:5px;
}

.appComment{
	font-size:16px;
	margin:10px 0;
}

.appThumb img{
	width:100%;
}

/*ボタン*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #06c755;/*背景色*/
  border-bottom: solid 2px #018638;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-size:16px;
  font-weight: bold;
  width:100%;
  text-align:center;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

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

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

/*フローチャート*/
.flow_head{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

.flowchart{
	background:#92d8cf;
	margin:10px;
	padding:10px;
	box-sizing: border-box;
	border-radius:8px;
}

.flowchart .balloon{
	border-radius: 18px;
	background:#fff;
	padding:5px 10px;
	display:inline-block;
}

/*============================================================
	最終リンク
============================================================*/

.app_lastBox{
	display:flex;
	border:solid 1px #eee;
	background:#f5f5f5;
	padding:10px;
	margin-bottom:10px;
}

.rank_al{
	color:#ffffff;
	background:#dc0610e6;
	width:40px;
	position: absolute;
	top:-5px;
	left:10px;
	font-size:12px;
	padding:0 5px;
	box-sizing: border-box;
	text-align: center;
}

.al_ico{
	position: relative;
	margin-right:10px;
}

.al_ico img{
	width:80px;
}

.al_itemName{
	font-size:16px;
	font-weight: bold;
}

.al_itemTag div{
	font-size:10px;
	color:#000;
	background:#faffb9;
	border:solid 1px #666;
	padding:0 5px;
	box-sizing: border-box;
	display:inline-block;
	margin-right:5px;	
}

.al_itemInfo{
	font-size:12px;
	color:#666666;
	margin:10px 0;
}

/*============================================================
	サービス比較
============================================================*/

table{
width:100%;
/*	width:640px;*/
}

table,td,th{
	border-collapse: collapse !important;
    border:1px solid #000;
}

td{
	padding:5px;
	box-sizing: border-box;
	vertical-align: top;
}

.table_box{
/*    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;*/
}

.service_cf{
	color:#fff;
	background:#000;
}

.cancell_box img{
	border:solid 1px #ddd;
}

#side{
	display:none;
}

	#overlay_box{
	  position: fixed;
	  display:none;
	  right:0;
	  bottom:0;
		padding-bottom: calc(env(safe-area-inset-bottom));
		padding-top: calc(env(safe-area-inset-bottom) - 35px);
		width: 100% !important;
		height: calc(126px + env(safe-area-inset-bottom));
	}
	#overlay_box .article_box{
		padding:0;
		margin:0;
	}
	/*#overlay_box a{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}*/

	#overlay_box .hwlink_box{
		margin-top:0 !important;
		margin-bottom:0 !important;
		width:100%;
		height: 126px;
		margin-left:auto;
		margin-right:auto;
		position: relative;
		border-radius: 0;
		background:rgba(0,0,0,0.8) ;
		color:#fff;
		border:none;
	}
	#overlay_box .hwl_left img{
		border:solid 1px #999;
	}
	#overlay_box .hwlink_box .ol_close{
		position: absolute;
		top:10px;
		right:10px;
		width:40px;
		height:40px;
		line-height:40px;
		color:#fff;
		background:rgba(191, 0, 0,0.8);
		border-radius:50%;
		text-align: center;
		cursor: pointer;
	}
	#overlay_box .hwl_r_head{
		display:flex;
		align-items: center;
	}
	#overlay_box .hwl_rt_price{
		background: #cc0000;
		border-radius:4px;
		font-size:10px;
		width:110px;
		color:#fff;
		text-align: center;
		margin-left:10px;
	}
	#overlay_box .hwl_rb{
		font-size:11px;
	}
	#overlay_box .applink_btn{
		background:#0066bf;
		border-radius: 24px;
		width:120px;
		height: 32px !important;
		line-height: 32px !important;
		text-align: center;
	}
	#overlay_box .hwl_bottom{
		display:flex;
		justify-content: flex-end;
	}
	#overlay_box .applink_btn a{
		font-size:12px !important;
		color:#fff;
		height: 32px !important;
		line-height: 32px !important;
		padding:0 !important;
		position:static;
	}
	#overlay_box .hwlink_box .ol_close{
		position: absolute;
		top:0;
		right:0;
		width:30px;
		height:30px;
		line-height:30px;
		color:#000;
		background:rgba(255, 255, 255,0.8);
		border-radius:50%;
		text-align: center;
		cursor: pointer;
	}
	.pc_only{
		display:none;
	}

	.sp_only{
		display:block;
	}

#footerAd{
	margin:20px 0;
}

#footerRectangle{
	width:300px;
	margin:20px auto 0 auto;
}

#footerRectangle img{
	border:solid 1px #bababa;
}

.infiniteslide{
	margin-bottom:20px;
}

/* overlay */
.coverImg{
	position:relative;
	background:#202020;
}

.coverImg img{
	opacity: 0.5;
	vertical-align: bottom;
}

.coverApp{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.coverApp div{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	width:280px;
	text-align:center;
}

.coverApp div img{
	opacity: 1.0 !important;
	width:120px;
}

.coverApp .coverAdname{
	margin-top:10px;
}

.coverHash{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.coverHash div{
	font-size:48px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	width:280px;
	text-align:center;
}

/* 運営者情報 */
#opeInfo-hideBox{
	color:#fff;
	background:rgba(3, 46, 66, 0.9);
	position:fixed;
	top:0;
	left:0;
	z-index:10000000;
	display:none;
	width:100%;
	height:100%;
}

#opeInfo-hideBox #opeInfo-comment #opeInfo-head{
	font-size:24px;
	font-weight: bold;
}

#opeInfo-comment{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width:300px;
	padding:30px 0;
}

#opeInfo-btn{
	color:rgba(0, 0, 0, 0.9);
	background:#fff;
	text-align: center;
	border-radius: 24px;
	width:180px;
	height:40px;
	line-height:40px;
	margin:20px auto 0 auto;
}

/* store　cover */

.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;
}*/
/* /運営者情報 */

/* pointbox */
.pointbox{
	border:solid 2px #000;
	border-radius:8px;
	margin:15px;
}

.pointbox p{
	font-size:16px;
	margin:3px 0;
}

/* hitokoto */

.hitokoto{
  background: rgba(178, 220, 255, 0.61);
  margin: 2em 15px;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#2696ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#2696ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #2696ff;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#2696ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#2696ff;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

.store_badges{
	width:240px;
	margin:20px auto 0 auto;
}

.store_badges img{
	width:240px;
}

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

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

#commentbox{
	padding-bottom:20px;
}

#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;
	}

}*/

}


