/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
/*-----------------------*/
*{
	margin:0px;
	padding:0px;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.5em;
	color: #555555;
}
#wrapper {
	background-color: #efefef;
}

#header h1 {
	width: 100%;
	background-color: #f06a89;
	top: 0;
	left: 0;
	z-index: 10;
}
#header h1 span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 36px;
	padding: 0 10px;
	max-width: 748px;
	margin: 0 auto;
}
#header h1:after,
#footer:before {
	content: '';
	display: block;
	height: 2px;
	background: #d59d2e;
	background: -moz-linear-gradient(left,  #d59d2e 0%, #ffc044 7%, #fff8b5 46%, #fbc74d 54%, #885307 100%);
	background: -webkit-linear-gradient(left,  #d59d2e 0%,#ffc044 7%,#fff8b5 46%,#fbc74d 54%,#885307 100%);
	background: linear-gradient(to right,  #d59d2e 0%,#ffc044 7%,#fff8b5 46%,#fbc74d 54%,#885307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d59d2e', endColorstr='#885307',GradientType=1 );
}
#top {
	margin-bottom: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	max-width: 768px;
	margin: 0 auto;
}
#top img{
	width:100%;
	height: auto;
}
#content {
	padding: 0;
	max-width: 768px;
	margin: 0 auto;
}
section {
	margin: 0 0 20px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.bar {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 5px;
	border-left: solid 8px #f06a89;
	margin-bottom: 20px;
}
#footer{
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 60px;
	background-color: #f06a89;
	padding-bottom: 20px;
}
#footer .copy{
	padding-top: 40px;
	font-size: 12px;
}
#footer p a{
	color: #fff;
	text-decoration: none;
}
/*--------------------main_search--------------------*/
.search_box.main_search .search_bar {
	color: #b48d14;
}
.search_box.main_search {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.main_search #search_area {
	border: 1px solid #e6e0cd;
	background-color: #f0ebda;
}
.main_search #search_area p select {
	border: 1px solid #bab196;
}
.main_search .ac_btn,
.main_search .ac_close{
	color: #fff;
	border: solid 1px #b48d14;
	background-color: #b48d14;
}
/*-------------------intro-------------------*/
.intro {
	padding: 20px 10px 0px;
	background-color: #fff;
	position: relative;
}
.intro p{
	color: #555;
	font-size: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	line-height: 1.7em;
}

.intro img{
	width: 100%;
	margin-bottom: 5px;
}
.intro >div{
	margin-bottom: 30px;
}
.intro >div:last-child{
	margin-bottom: 0px;
	padding-bottom: 30px;
}
/*--------------------exp--------------------*/
.exp {
	padding: 10px 10px 0px;
	background-color: #fff;
	position: relative;
}
.exp img {
	width: 100%;
	height: auto;
}
.exp p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
	width: calc(100% - 30px);
	margin: 0 10px 10px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.5);
}


/*---------------writer_info---------------*/
.writer_info {
	padding: 10px;
	margin: 10px 0 20px;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.writer_name{
	margin-bottom:10px !important;
}
.writer_info img {
	float: left;
	width: 23%;
	max-width: 90px;
	margin-right: 10px;
	margin-bottom: 3px;
	border-radius: 50%;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.writer_info p{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.writer_info span{
	border-bottom: solid 2px;
	padding-bottom: 3px;
	border-color: #f06a89;
}
/*--------------------rank--------------------*/
section.rank:last-child {
	margin: 0;
}
.rank p {
	margin: 10px 0;
}
.rank .name {
	margin: 10px 0;
	display: flex;
	padding: 0 0 5px;
	border-bottom: solid 2px #f06a89;
	counter-reset: rank;
}
.rank .name:before {
	content: '';
	display: block;
	flex: 0 0 45px;
	width: 45px;
	height: 45px;
	background-image: url(../images/rank_icon1.png);
	background-repeat: no-repeat;
	-webkit-background-size : 100% auto ;
	background-size : 100% auto ;
}
#content .rank:nth-of-type(2) .name:before {
	background-image: url(../images/rank_icon2.png);
}
#content .rank:nth-of-type(3) .name:before {
	background-image: url(../images/rank_icon3.png);
}
#content .rank:nth-of-type(4) .name:before {
	background-image: url(../images/rank_icon4.png);
}
#content .rank:nth-of-type(5) .name:before {
	background-image: url(../images/rank_icon5.png);
}
#content .rank:nth-of-type(6) .name:before {
	background-image: url(../images/rank_icon6.png);
}
#content .rank:nth-of-type(7) .name:before {
	background-image: url(../images/rank_icon7.png);
}
#content .rank:nth-of-type(8) .name:before {
	background-image: url(../images/rank_icon8.png);
}
#content .rank:nth-of-type(9) .name:before {
	background-image: url(../images/rank_icon9.png);
}
#content .rank:nth-of-type(10) .name:before {
	background-image: url(../images/rank_icon10.png);
}
.rank .name span {
	display: block;
	flex: 1 1 auto;
	padding: 15px 0 0 6px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.rank .title {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
.rank .main_box{
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 600px;
	margin: 20px auto;
}
.rank .prdct_box{
	width: 40%;
	max-width: 250px;
}
.rank .prdct_box img{
	width: 100%;
	max-width: 250px;
}

.rank .img_box img {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
}
.rank .img_box:first-of-type img{
	max-width: 500px;
}
.rank .point_box{
	width: 60%;
	max-width: 350px;
}
.rank .point_box p {
	width: 60px;
	padding: 5px 5px 3px;
	text-align: center;
	background-color: #f06a89;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	border-radius: 5px 5px 0 0;
}
.rank .point_box ul {
	list-style: none;
	padding: 15px 5px;
	margin-bottom: 10px;
	border: solid 1px #f06a89;
}
.rank .point_box ul li {
	margin-bottom: 15px;
	padding-left: 24px;
	background-image: url(../images/check_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size : 18px auto ;
	background-size : 18px auto ;
	font-size: 13px;
}
.rank .point_box ul li:last-child {
	margin-bottom: 0;
}

.rank .rate img{
	width: 80%;
	max-width: 120px;
}
.rank .rate p{
	margin-top: 0px;
}
.rank .info_box {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.rank .info_box th {
	background-color: #f0ebda;
	width: 100px;
	color: #333;
	border: solid 1px #e6e0cd;
}
.rank .info_box td {
	padding: 10px 5px;
	border: solid 1px #e6e0cd;
}

.rank .review_box {
	background-color: #FFFFFF;
	border: dotted 1px #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.rank .review_box .prof{
	display:flex;
}
.rank .review_box .prof p{
	display: block;
}
.rank .review_box .prof img{
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	padding-right: 15px;	
}
.rank .review_box .prof div img{
	width: 100px;
	height: 20px;
}
.rank .review_box .comment,
.rank .review_box .bad_comment{
	position: relative;
	margin-top: 10px;
	padding: 15px 13px;
	color: #555;
	font-size: 16px;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	border-radius: 6px;
}
.rank .review_box .comment{
	background-color: #fff7f8;
}
.rank .review_box .bad_comment{
	background-color: #f2f7fa;
}
.rank .review_box .comment:before,
.rank .review_box .bad_comment:before{
	content: "";
	position: absolute;
	top: -21px;
	left: 50px;
	margin-left: -16px;
	border: 5px solid transparent;
	z-index: 2;
}
.rank .review_box .comment:before{
    border-bottom: 18px solid #fff7f8;
}
.rank .review_box .bad_comment:before{
    border-bottom: 18px solid #f2f7fa;
}
.rank .review_box .comment:after,
.rank .review_box .bad_comment:after{
	content: "";
	position: absolute;
	top: -23px;
	left: 50px;
	margin-left: -17px;
	border: 6px solid transparent;
	border-bottom: 17px solid #CCCCCC;
	z-index: 1;
}
.rank .review_box .comment p,
.rank .review_box .bad_comment p{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.rank .btn {
	width: 80%;
	margin: 30px auto;
}
.rank .btn p {
	text-align: center;
	font-size: 13px;
	margin-bottom: 5px;
}
.rank .btn a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	padding: 0 25px ;
	border-radius: 25px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	background: #33a41c;
	background: -moz-linear-gradient(-45deg,  #33a41c 0%, #0f9e4f 100%);
	background: -webkit-linear-gradient(-45deg,  #33a41c 0%,#0f9e4f 100%);
	background: linear-gradient(135deg,  #33a41c 0%,#0f9e4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a41c', endColorstr='#0f9e4f',GradientType=1 );
}

.rank .btn a:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 19px;
	width: 10px;
	height: 10px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------------------info_box--------------------*/
#info_box {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 20px auto 15px auto;
	width: 94%;
	font-size: 13px;
}
#info_box th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#info_box td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*---------------------COMMON--------------------*/
a{
	color: #00B3FF;
	font-weight: bold;
}
.txt13 {
	font-size: 13px;
}
.txt15 {
	font-size: 15px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt24 {
	font-size: 24px;
	line-height: 1.5em;
}
.red {
	color: #f90235;
}
.green {
	color: #33a41c;
}
.bold {
	font-weight: bold;
}
.marker {
background: linear-gradient(transparent 60%, #ffb0c8 60%);
}
.marker_yellow {
background: linear-gradient(transparent 60%, #fdff53 60%);
}
.mline {
	text-decoration: line-through;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.no_margin {
	margin-bottom: 0px;
}
.sub_box{
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FFFBFB;
	padding: 10px;
	border: 1px solid #E5D5D5;
	font-size: 14px;
	margin-bottom: 5px;
}
.sub_box p{
	margin:0px 0px 15px 0px;
}
.sub_box p:last-child{
	margin: 0px;
}
.clip-box {
	position: relative;
	margin: 15px auto;
	padding: 15px 20px;
	background-color: #fff;
	color: #555555;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
.clip-box:before {
	position: absolute;
	content: '';
	top: -10px;
	right: 7px;
	height: 55px;
	width: 15px;
	border: 3px solid #a7e8b2;
	background-color: none;
	border-radius: 12px;
	box-shadow: 1px 1px 2px #999;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: 1;
}
.clip-box:after {
	position: absolute;
	content: '';
	top: 0px;
	width: 10px; 
	right: 15px;
	border: solid 5px #fff;
	z-index: 2;
}
.clip-box p{
	margin-bottom: 5px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*左矢印+ボタン拡大/縮小 ---------------------------------------------------------*/
p.btn_txt{
	margin-top:-10px;
	font-size: 14px;
}
.arr_scale{
	overflow:hidden;
}
.arr_scale{
	position: relative;
	width: 100%;
	max-width: 400px;
	display: block;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:0px;
}
/*ﾎﾞﾀﾝ(拡大/縮小)---------------------------------------------------------*/
.arr_scale .btn_scale{
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 300px;
	height: 131px;
	margin-left: -150px;
	z-index: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);

	animation-name: btn_scale;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: btn_scale;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;

	-moz-animation-name: btn_scale;
	-moz-animation-duration: 1.2s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
}
@keyframes btn_scale {0% {transform:scale(1);}100% {transform:scale(1.1);}}
@-webkit-keyframes btn_scale {0% {-webkit-transform:scale(1);}100% {-webkit-transform:scale(1.1);}}
@-moz-keyframes btn_scale {0% {-moz-transform:scale(1);}100% {-moz-transform:scale(1.1);}}


/*左矢印(左右)---------------------------------------------------------*/
.arr_scale .btn_arr{
	position: absolute;
	z-index: 2;
	width:80px;
	height:80px;
	top: 50%;
	margin-top:-40px;
	
	animation-name: btn_arr;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: btn_arr;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: btn_arr;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;
}
@keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}
@-webkit-keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}
@-moz-keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}

.blink{
	animation-name: blinkanime;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: blinkanime;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: blinkanime;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;
}

@keyframes blinkanime {
0% {color: #FF4343;}
70%{color: #FF4343;}
71%{color: #fff;}
100% {color: #fff;}
}
@-webkit-keyframes blinkanime {
0% {color: #FF4343;}
70%{color: #FF4343;}
71%{color: #fff;}
100% {color: #fff;}
}
@-moz-keyframes blinkanime {
0% {color: #FF4343;}
70%{color: #FF4343;}
71%{color: #fff;}
100% {color: #fff;}
}

/*---------------------privacy_policy.php--------------------*/
.box h2{
	margin: 15px 0;
}
.box p,ol{
	margin-bottom: 30px;
}
.box ol{
	margin-left: 20px;
}
.box right{
	text-align: right;
}
/*---------------------medeia query--------------------*/
@media screen and (min-width:768px) {
	body {
		font-size: 16px;
	} 
	#header h1 span {
		font-size: 15px;
		line-height: 45px;
	}
	.bar {
		font-size: 24px;
		line-height: 1.5em;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	section,
	.intro{
		padding: 30px;
	}
	.intro p{
		font-size: 16px;
	}
	.exp{
		padding: 30px;
	}
	.exp p {
		font-size: 17px;
		width: calc(100% - 90px);
		padding: 15px;
		margin: 0 30px 30px;
	}
	.writer_info{
		padding: 10px 30px 10px;
	}
	.writer_info p {
		font-size: 14px;
	}
	.rank .name:before {
		flex: 0 0 50px;
		width: 50px;
		height: 50px;
	}
	.rank .name span {
		font-size: 26px;
		padding-top: 20px;
	}
	.rank .title {
		font-size: 18px;
	}
	.rank .point_box ul {
		padding: 40px 10px;
		border: solid 2px #f06a89;
	}
	.rank .point_box p {
		width: 80px;
		font-size: 18px;
	}
	.rank .info_box th {
		width: 140px;
	}
	.rank .info_box td {
		padding: 10px;
	}
	.rank .point_box ul li{
		font-size: 16px;
	}
	.rank .btn {
		margin: 50px auto;
	}
	.rank .btn p {
		font-size: 16px;
	}
	.rank .btn a {
		font-size: 22px;
		line-height: 70px;
		border-radius: 35px;
	}
	.rank .btn a:before {
		right: 25px;
		top: 27px;
		width: 12px;
		height: 12px;
		border-top: solid 2px currentColor;
		border-right: solid 2px currentColor;
	}
/*左矢印+ボタン拡大/縮小 ---------------------------------------------------------*/
p.btn_txt{
	margin-top:-10px;
	font-size: 18px;
}

.arr_scale{
	overflow: visible;
}

.arr_scale{
	position: relative;
	width: 100%;
	max-width: 450px;
	display: block;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:0px;
}
/*ﾎﾞﾀﾝ(拡大/縮小)---------------------------------------------------------*/
.arr_scale .btn_scale{
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 450px;
	height: 197px;
	margin-left: -225px;
	z-index: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);

	animation-name: btn_scale;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;

	-webkit-animation-name: btn_scale;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;

	-moz-animation-name: btn_scale;
	-moz-animation-duration: 1.2s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
}
@keyframes btn_scale {0% {transform:scale(1);}100% {transform:scale(1.1);}}
@-webkit-keyframes btn_scale {0% {-webkit-transform:scale(1);}100% {-webkit-transform:scale(1.1);}}
@-moz-keyframes btn_scale {0% {-moz-transform:scale(1);}100% {-moz-transform:scale(1.1);}}


/*左矢印(左右)---------------------------------------------------------*/
.arr_scale .btn_arr{
	position: absolute;
	z-index: 2;
	width:100px;
	height:100px;
	top: 58%;
	margin-top:-50px;
	
	animation-name: btn_arr;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction:alternate;
	
	-webkit-animation-name: btn_arr;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	
	-moz-animation-name: btn_arr;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:alternate;
}
@keyframes btn_arr {0% {left: -80px;}100% {left: -25px;}}
@-webkit-keyframes btn_arr {0% {left: -80px;}100% {left: -25px;}}
@-moz-keyframes btn_arr {0% {left: -80px;}100% {left: -25px;}}


}

