@charset "UTF-8";
/* 初期値設定 */
html, body, img, p, h1, h2, h3, h4, h5, header{
	margin:0;
	padding:0;
	vertical-align:top;
}
body{
	font-family:HiraKakuProN-W3,meiryo,メイリオ,sans-serif;
	margin:0;
	padding:0;
	vertical-align:top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:22px;
	color:#333;
	background:#ffffcc;
}
#wrap{
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;
	background:#fff;

}
#footer{
	padding:10px;
	color:#FFF;
	background:#FC729D;
	font-size:14px;
	text-align:center;
}
.title {  
	color:#000;
	text-align:left;
	background:#FFF;
}

.title_text {  
	font-size:12px;

}
.header{
	width:100%;
	padding:0px;
	border-bottom: 2px solid #FCF48B;
	margin: 0 auto;
	display:flex;
	align-items: center;
	background:#fff;
}
* html div.header{   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}
.header img{
	text-align: left;
	width:100px;
	height:auto;
	margin-top: 5px;
}
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.top {
	font-size:14px;
	padding:0px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
}
.top p{
	font-size:15px;
	margin:10px;
}

.top img{
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
/* spanフォントカラー枠 */

.red{
	color:#ff0000;
	font-weight:bold;
}
.blue{
	color:#0000ff;
	font-weight:bold;
}
.pink{
	color:#ff3399;
	font-weight:bold;
}
.green{
	color:#43D648;
	font-weight:bold;
}
.gray{
	color:#999999;
	font-weight:bold;
}
.mucolor{
	color:#F32D20;
	font-weight:bold;
}
.bg_yellow{
	color:#000000;
	font-weight:bold;
	background:#FFC866;

}
.unko{
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    background-color: #FC729D;
    padding: 1em 0;
    width: 100%;
}
.unko a{
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
}
.top_rank{
	margin:10px;
	padding:10px;

	height: auto;
	box-shadow: 2px 2px 4px gray;

}
.toprank_title{
  color: #573926;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 5px #FF3399;


}
.toprank_txt{
	padding:10px;


}
.toprank_txt p{
  font-size: 16px;
	margin-top:10px;
    line-height: 1.6;


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


}
.top_rank td{
    text-align: center;
	color:#F573926;
    	font-size: 1.0em;

}
.top_rankapp{
	color:#F573926;
	font-weight:bold;
    	font-size: 1.2em;



}
.top_rankimg{
    width: 60px;


}
.top_rankimg img{
    width: 60px;
	padding:3px;


}
.apprank_post{
	margin:10px;
	padding:10px;
	height: auto;
	box-shadow: 2px 2px 4px gray;


}
.apprank_imgpost {
	width:100px; height: 100px;
	display:block;
	float:left;
	margin:0px 10px 0 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.apprank_imgpost img{ 
	width:100px; height: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 15px;


}
.apprank_gazo {
	width:100%;
	margin-top: 30px;
	display:block;

}
.apprank_title{
	line-height: 1.0em;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #58D8FC;
	margin-top: 20px;
	font-weight:bold;
}
.apprank_text{
	line-height: 1.3;
	color: #4B4B4B;
	display: block;
	font-weight: normal;
	clear: both;
}
.apprank_text .textbar{
  text-align:center;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FCF48B;
  background: #58D8FC;
    transition: .4s;
	max-width:600px;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
}
.apprank_text p{
	font-size: 1.0em;
	line-height: 1.5;
	color: #4B4B4B;
	display: block;
	font-weight: normal;
	clear: both;
	margin-left:10px;
}
.apprank_tag{
	font-size: 1.0em;
	line-height: 1.5;
	color: #6BC3B3;
	display: block;
	font-weight: normal;
}
.apprank .apprank_post:nth-child(1){
	background: url(../img/rank_01.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(2){
	background: url(../img/rank_02.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(3){
	background: url(../img/rank_03.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(4){
	background: url(../img/rank_04.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(5){
	background: url(../img/rank_05.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(6){
	background: url(../img/rank_06.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(7){
	background: url(../img/rank_07.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(8){
	background: url(../img/rank_08.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(9){
	background: url(../img/rank_09.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(10){
	background: url(../img/rank_10.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(11){
	background: url(../img/rank_11.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(12){
	background: url(../img/rank_12.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(13){
	background: url(../img/rank_13.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(14){
	background: url(../img/rank_14.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(15){
	background: url(../img/rank_15.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(16){
	background: url(../img/rank_16.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(17){
	background: url(../img/rank_17.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(18){
	background: url(../img/rank_18.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(19){
	background: url(../img/rank_19.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .apprank_post:nth-child(20){
	background: url(../img/rank_20.png);
	background-repeat:no-repeat;
	background-position: top 25px right 5%;
}
.apprank .dl-area {
	text-align:center;
	position:relative;
	top:22px;

}
.apprank .dl-area img{

	width:70%;

}

.apprank .dlbt:hover {

}
.apprank .rec-area{
	width:100%;
	margin-top:20px;
	padding:0px;


}
.apprank .rec-area .box{
	width:100%;
	margin-top:10px;
	padding:10px;
	border: solid 1px #E9E9E9;


}
.apprank .rec-area .box .rec_title{
	font-weight:bold;

	color: #FC729E;
	font-size:16px;


}
.apprank .rec-area .box p{
	width:100%;
	margin-top:10px;
	font-size:14px;


}
.search {
    	text-align: center;
		margin:15px 0px 15px 0px;
}
.search_item {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background: #6BC3B3;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	width:20%;
	box-shadow: 2px 2px 4px gray;
}
.search_item.is-active {
	color: white;
	background-color: #FC729E;
}
.is-hide {
 	display: none;
}

#top_cont {
	padding:10px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
}
#top_cont .box{
	padding:10px;
	width:100%;
	background:#FFFEE9;
	margin: 0px auto;
	box-shadow: 2px 2px 4px gray;

}
#top_cont .box p{
	font-size:16px;
	margin:10px;
}
#top_cont .box .toc_title {
  color: #573926;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 5px #FF3399;

}
#under_cont {
	padding:10px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
}
#under_cont .box{
	padding:10px;
	width:100%;
	background:#FFFEE9;
	margin: 0px auto;
	box-shadow: 2px 2px 4px gray;

}
#under_cont .box p{
	font-size:16px;
	margin:10px;
}
#under_cont .box .toc_title {
  color: #573926;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 5px #FF3399;

}
#no_bullets {
	padding:10px 10px 0px 10px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
}
#no_bullets .box{
	padding:10px;
	width:100%;
	background:#FFFEE9;
	margin: 0px auto;
	box-shadow: 2px 2px 4px gray;
}

#no_bullets .box p {
  margin: 0;
}

#no_bullets .box .toc_title {
  color: #573926;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 5px #FF3399;

}

#no_bullets .box .toc_list {
  padding: 0 20px;
}

#no_bullets .box .toc_list a {
  color: #573926;
  font-size: 16px;
  line-height: 1.69;
text-decoration: none;

}

#no_bullets .box .toc_list a:hover {
  opacity: 0.6;
}


#foot_cont {
	padding:10px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
}
#foot_cont .box{
	padding:10px;
	width:100%;
	background:#FFF;
	margin: 0px auto;
	box-shadow: 2px 2px 4px gray;

}
#foot_cont .box p{
	font-size:16px;
	margin:10px;
}
#foot_cont .box .toc_title {
  color: #573926;
  font-size: 18px;
  font-weight: 700;
  border-left: solid 5px #FF3399;

}
#foot_cont .box .toc_subtitle {
  color: #FF6D99;
  font-size: 16px;
  font-weight: bold;
}

#foot_cont .txt_box{
	background:#DDEDF9;

  border: solid 2px #F6F7F7;


}
#foot_cont .txt_box p{
  color: #000;
  font-size: 16px;
  font-weight: normal;

}

/* アコーディオンメニュー */
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: ' データを見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	background:rgba(252,114,158,0.8);


}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content:  '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/* アコーディオンメニュー */





/* girl縦長画像 */





/* girl縦長画像 */
