@charset "UTF-8";
/* CSS Document */

/*-----------
デバイス共通
------------*/
html{
	overflow-x: hidden;
}
body{
	margin-top:0 !important;
    font-family: "メイリオ", Meiryo, "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
    font-size:16px;
    line-height:1.65;
    color:#443636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
}
h2 {
    padding: 0;
}
a, a:hover, a:focus, a:link {
    color: #000;
    text-decoration: underline;
}
a.cl-green, a.cl-green:hover, a.cl-green:focus, a.cl-green:link {
    color: #1a3f86;
    text-decoration: underline;
}
.pagetop {
    bottom: 15px;
}
.pagetop a {
    background-color: #ff3f12;
    color: #fff;
    text-decoration: none;
}
.pagetop a:hover {
    background-color: #ff3f12;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.highlight01 {
    background: -webkit-linear-gradient(transparent 50%, #f9f591 50%);
    background: -o-linear-gradient(transparent 50%, #f9f591 50%);
    background: linear-gradient(transparent 50%, #f9f591 50%);
    font-weight: bold;
}
.highlight02 {
    background: -webkit-linear-gradient(transparent 50%, #fff45c 50%);
    background: -o-linear-gradient(transparent 50%, #fff45c 50%);
    background: linear-gradient(transparent 50%, #fff45c 50%);
    font-weight: bold;
}
.highlight03 {
    background: -webkit-linear-gradient(transparent 50%, #dcf4ff 50%);
    background: -o-linear-gradient(transparent 50%, #dcf4ff 50%);
    background: linear-gradient(transparent 50%, #dcf4ff 50%);
    font-weight: bold;
}
.txt-shadow {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.font-s {
    font-size: 80%;
}
.cl-white {
    color: #fff;
}
.cl-blue {
    color: #1a3f86;
}
.cl-orange {
    color: #ff3f12;
}
.cl-brown {
    color: #673a04;
}
.cl-red{
		color: #e7355c;
}
.cl-yellow {
    color: #ede60f;
}
.bg-beige {
    background-color: #f7f2ef;
}
.bg-blue {
    background-color: #1a3f86;
}
.bg-orange {
    background-color: #ff3f12;
}
.bg-lgray {
    background-color: #eee;
}
.bg-white {
    background-color: #fff;
}
.bb-blue {
    border-bottom: 3px solid #1a3f86;
}
.p15 {
    padding: 15px;
}
.p30 {
    padding: 30px;
}
.big-font01 {
    font-size: 110%;
}
.big-font08 {
    font-size: 180%;
}
.container{
	padding: 0;
}

/*header*/
header{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
}
header .container{
	padding-top: 10px;
	margin-bottom: 10px;
}
#header_04{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	background: url("../img/bg_c.png") center bottom;
  padding: 0;
	margin-bottom: 10px;
}
.header_btm{
	height: 3px;
	background: url("../img/h_btm.png");
}
header#lp3{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	color:#fff;
 background-color: #333;
}
.header_btm_3{
	height: 3px;
	background: url("../img/h_btm_3.png");
}
.hl{
	float: left;
	width: 35%;
}
.hr{
	float: right;
	width: 60%;
	margin-top: 10px;
}
.hr h1{
	font-size: 18px;
	font-weight: normal;
}

/*mv*/
.mv{
	background: url("../img/mv_bg.png") center top;
    padding: 0;
	margin-bottom: 10px;
}

.pan{
	font-size: 14px;
	margin-bottom: 10px;
	color: #777;
}
.pan a{
	color: #777;
}

/*maincontents*/
.maincontent{
	margin-bottom: 120px;
}
.mc_fl{
	float: left;
	width: 290px;
}
.mc_fr{
	float: right;
	width: 680px;
}

/*sidenav*/
.sidenav{
	border: 5px solid #D44761;
}
.sidenav_tit{
/*	background: url("../img/mv_bg.png");*/
	background-color:#D44761;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sidenav ul{
	padding-left: 20px;
	padding-right: 20px;
}
.sidenav ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #D44761;
}
.sidenav ul li a{
/*	text-decoration: none;*/
}
.sidenav ul li a:hover{
/*	text-decoration: none;*/
	color: #D44761;
}
.sidenav ul li a:focus{
	text-decoration: none;
}
.sidenav ul li i{
		color: #D44761;
}
.column_list li{
	font-size: 15px;
	line-height: 1.3;
}
.rank_list li{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.rank_list .img-responsive{
	display:block;
	width:100%;
	height:auto;
}
.no01{
	background: url("../img/rl_no01.png") no-repeat left top;
}
.no01 .no01_txt{
	padding-left: 65px;
	padding-top: 5px;
}
.no02{
	background: url("../img/rl_no02.png") no-repeat left top;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 0px !important;
}
.no03{
	background: url("../img/rl_no03.png") no-repeat left top;
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 10px !important;
}

/*rankarea*/
.rankarea{
	border: 3px solid #D44761;
}
.rank_fl{
	float: left;
	background: #D44761;
	padding: 0 10px;
	width: 21%;
}
.rank_fl img{
	margin-top: -30px;
}
.rank_fr{
	float: right;
	width: 77%;
	text-align: left;
}
.rank_fr h2{
	text-align: left;
	font-size: 28px;
	margin-top: 10px;
}
.rank_box{
	background: #e9ebf4;
	padding: 20px 15px;
}
.rank_fl02{
	float: left;
	width: 48%;
}
.rank_fr02{
	float: right;
	width: 48%;
}
.area{
	border: 5px solid #D44761;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.area_in01{
	font-size: 28px;
	font-weight: bold;
}
.area_in02{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 10px;
}
.time{
	font-size: 14px;
}
.point_fl{
	width: 26%;
	float: left;
}
.point_fr{
	width: 73%;
	float: right;
	font-weight: bold;
	font-size: 14px;
}
.rank_whitebox{
	background: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 1.4;
}
.rank_fl_03{
/*	background: url("../img/mv_bg.png");*/
	background: #D44761;
	padding: 10px 20px;
	width: 28%;
	float: left;
}
.rank_fr_03{
	width: 71%;
	float: right;
}
.rank_fr_03_fr{
	float: right;
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	font-size:14px;
}
.rank_narrow{
	padding-left: 80px;
	padding-right: 80px;
}
.rank_fr02 a{
	text-decoration: none;
}
.comp{
	position: relative;
}
.comp .btn_inner a{
	position: absolute;
	bottom: 15px;
}
.comp .btn_inner a:nth-of-type(1){
	right: 68%;
}
.comp .btn_inner a:nth-of-type(2){
	right: 51%;
}
.comp .btn_inner a:nth-of-type(3){
	right: 34.3%;
}
.comp .btn_inner a:nth-of-type(4){
	right: 17.8%;
}
.comp .btn_inner a:nth-of-type(5){
	right: 1%;
}
/*footer*/
footer{
	padding: 0;
	background: none;
}
.f_top{
	background: #D44761;
	padding-top: 60px;
	padding-bottom: 60px;
}
.f_link{
	text-align: center;
	font-size: 16px;
}
.f_link a{
	color: #fff;
	text-decoration: none;
}
.f_link a:hover{
	text-decoration: underline;
}
.f_btm{
	text-align: center;
	color: #000;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*sub*/
.sub_h1{
	font-size: 36px;
	padding-bottom: 10px;
	margin: 0 0 30px 0;
	border-bottom: 3px solid #D44761;
}
.sub_h2{
	font-size: 28px;
	background: #D44761;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

/*detail*/
.detail_area_dl{
	margin-bottom: 30px;
}
.detail_area_dl dt{
	font-size: 24px;
	font-weight: bold;
	color: #D44761;
	margin-bottom: 10px;
	border-left: 5px solid #D44761;
	padding-left: 20px;
}
.area_tit{
	background: #D44761;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	width: 50%;
}
.price_box{
	padding: 30px;
	background: #fbf9da;
}
.price li span{
	font-weight: bold;
	color: #e7355c;
	font-size: 24px;
}
.voicebox{
	background: #eee;
	padding: 30px;
	margin-bottom: 15px;
}
.voicebox dt{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #777;
}
.company_dl dt{
	font-size: 20px;
	font-weight: bold;
}
.company_dl{
		margin-bottom: 30px;
}
.columnImg img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.voice {
	margin-top: 30px;
	width:100%;
	display: -webkit-flex;
    display: flex;
	text-align: center;
}
.voice li{
	margin: 0 5px;
}

.center {
	text-align: center;
}
.emphasis{
	font-weight: bold;
	color: #e7355c;
}

.article{
	font-size:16px;
	line-height:1.5;
	padding:30px 20px;
}
.yureru-s {
	animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
