.bestrate_ttl {
  background: url("../img/bestrate/bestrate_ttl.jpg")no-repeat center;
}


.beat_ttl{
	width: 100%;
	margin: 0 auto;
}

.best_h1{
	font-size: 28pt;
	margin: 30px auto;
	line-height: 40px;
	border-top:  solid 2px #3c99d6;
	border-bottom: solid 2px #3c99d6;
	padding: 30px 0;
	color: #013a70;
	font-family: 'Staatliches', cursive;
}
.best_h1 strong{
	display: block;
	padding-top: 20px;
	font-style: italic;
	color: #3c99d6;
	font-size: 120%;
	font-weight: bold;
    font-family: 'Staatliches', cursive;
}
.best_01{
	margin: 80px auto;
}
.best_01 img{
	display: inline-flex;
	width: 50%;
	height: auto;
	vertical-align: middle;
	margin-right: 50px;
}
.best_01 p{
	display: inline-block;
	color: #3c99d6;
	font-weight: bold;
	font-size: 18px;
    text-align: center;
	
}
.best_01 p strong{
	display: block;
	margin:10px auto;
	text-align: center;
	background: #faec6f;
	padding: 10px;
	font-size: 200%;
	color: #000;
	width: 200px;
}
.best_p{
	line-height: 28px;
    text-align: center;
}
.best_p strong{
	color: #3c99d6;
}
.bestrate_123{
	margin-top: 80px;
	position: relative;
	height: 700px;
	margin-bottom: 80px;
}
.bestrate_1{
	border: solid 2px #000;
	padding: 20px 30px;
	width: 630px;
	color: #000;
}
.bestrate_1 img{
	display: inline-block;
	vertical-align: top;
}
.bestrate_1 p{
	display: inline-block;
	margin-left: 1vw;
	padding-top: 10px;
	text-align: left;
}

.bestrate_1 p span{
	display: block;
	font-weight: bold;
	font-size: 160%;
}
.bestrate_1 p small{
	display: block;
	padding-top: 30px;
	font-size: 14px;
}
.bestrate_1 p small strong{
	color: #3c99d6;
	font-weight: normal;
}
.bestrate_2{
	position: absolute;
	top: 200px;
	left: 10vw;
}
.bestrate_3{
	position: absolute;
	top: 430px;
	left: 20vw;
}
.limit{
	position: absolute;
	top: -50px;
	right: -50px;
}
.bestrate_4{
	position: absolute;
	top: -30px;
	left: -400px;
}

@media (max-width: 1015px) {
.bestrate_123{
	margin-top: 80px;
	height: 1000px;
}
.bestrate_1{
	border: solid 2px #000;
	padding: 10px;
	width: 90%;
	color: #000;
	margin: 10px auto;
}
.bestrate_1 img{
	display: block;
	vertical-align: top;
}
.bestrate_1 p{
	display: block;
	padding-top: 10px;
	text-align: left;
}

.bestrate_1 p span{
	display: block;
	font-weight: bold;
	font-size: 160%;
}
.bestrate_1 p small{
	display: block;
	padding-top: 30px;
	font-size: 14px;
}
.bestrate_1 p small strong{
	color: #3c99d6;
	font-weight: normal;
}
.bestrate_2{
	position: relative;
	left: 0;
	top: 0;
}
.bestrate_3{
	position: relative;
	left: 0;
	top: 0;
}
.limit{
	position: absolute;
	top: 0px;
	right: 20px;
	width: 30vw;
}
.bestrate_4{
	position: absolute;
	top: 0px;
	left: 40vw;
	width: 40vw;
}
}

@media (max-width: 768px) {
.best_h1{
	font-size: 24pt;
	}
	
.best_01 img{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding-bottom: 10px;
	}
.bestrate_1 p small{
	width: 90%;
	}
}

.condi{
	background: #f5f2ee;
	padding: 20px;
	text-align: center;
	margin: 0 auto 50px auto;
}
.condi span{
	background: #faec6f;
	padding: 5px 20px;
}
.condi span:nth-of-type(2n){
	background: #3c99d6;
	color: #fff;
}
.condi div{
	display: flex;
    align-items: center;
    flex-direction: column;
}
.condi ul{
	margin: 30px auto;
	text-align: center;
}
.condi ul li:before{
	content: "◆";
}
.condi ul li{
	padding: 5px 0;
	text-align: left;
	margin: 0 auto;
}
.best_button2{
    display:block;
    background:#fff;
    width: 300px;
    padding:20px 30px 20px 20px;
    text-align:center;
    color:#000 !important;
    margin:5px auto;
    border:1px solid;
    cursor:pointer;
    position: relative;
	font-weight: bold;
	font-size: 120%;
	box-shadow: 4px 4px 0px rgba(250, 236, 111,1);
}
.best_button2:hover{
	text-decoration: none;
}
.best_button2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    width: 40px;
    height: 5px;
    border: none;
    border-right: 2px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: .3s;
}
.best_button2:hover::after{
    right: 10px;
    width: 50px;
}

.manshitsu{
	margin-top: 50px;
	background: linear-gradient(135deg,#05FBFF, #1D62F0 ) fixed;
	color: #fff;
	padding: 30px 0;
	font-weight: bold;
	font-size: 140%;
    text-align: center;
}
.manshitsu img{
	display: block;
	margin: 0 auto 30px auto;
}

.manshitsu p strong{
	background: #faec6f;
	color: #000;
}
.manshitsu p small{
	display: block;
}
.manshitsu span {
	display: block;
	font-size: 300%;
	font-weight: bold;
}
@media (max-width: 768px) {
	.condi ul li:before{
	content: " ";
}
	
	.manshitsu span {
	display: block;
	font-size: 120%;
	font-weight: bold;
		border: solid 2px #c1272d;
		padding-top: 5px;
		width: 90%;
		margin: 0 auto;
		background: #FFF;
}
	.manshitsu span a i{
		padding-right: 10px;
	}
}

.cashback{
	width: 100%;
	margin: 50px auto;
	text-align: center;
	padding: 0;
}
.cashback_p{
	background: #000;
	color: #fff;
	width: 100%;
	position: relative;
	height: 30px;
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
	top: 30px;
	z-index: 90;
}
.cashback_p img{
	position: relative;
	z-index: 99;
	top: -20px;
}

[class^="triangle"]{
  position: relative;
}
[class^="triangle"]::after{
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: 26.5vw solid transparent;
  border-left: 26.5vw solid transparent;
  z-index: 10;
	left: 0;
  right: 0;
	top: -60px;
}


.triangle01{
	margin-bottom: 120px;
}
.cash_point{
	border: solid 3px #c1272d;
	margin: 0 auto 50px auto;
	display: flex;
	background: #feffcf;
}
.cash_point img{
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
}

.cash_point p{
	display: inline-block;
	padding: 16vh 0;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 140%;
	font-weight: bold;
}
.cash_point p span{
	width: 600px;
	position: absolute;
    top: 50%;
    left: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #000;
    text-align: center;

}
.cash_point p span strong{
	display: block;
	font-size: 200%;
	line-height: 40px;
	padding-top: 20px;
}
.cash_point p span strong font{
	color: #c1272d;
	font-size: 140%;
}

@media (max-width: 768px) {
	.cash_point{
	display: block;
}
	.cashback_p{
	background: #000;
	color: #fff;
	width: 100%;
	height: 16px;
	font-size: 80%;
	font-weight: bold;
	padding-top: 10px;
	top: 10px;
	z-index: 90;
}


	.cash_point img{
		width: 100%;
		height: auto;
		display: block;
		padding-bottom: 20px;
	}
	.cash_point p{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 140%;
	font-weight: bold;
		position: static;
		width: 100%;
		padding-bottom: 20px;
		
}
.cash_point p span{
	width: 90%;
	color: #000;
	position: static;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;

}
.cash_point p span strong{
	display: block;
	font-size: 140%;
	line-height: 40px;
	padding-top: 20px;
}
.cash_point p span strong font{
	color: #c1272d;
	font-size: 140%;
}
}

.attention{
	margin: 80px auto;
	border: solid 2px #c1272d;
	
}
.attention div{
	display:table-cell;
  vertical-align:middle;
	width: 50%;
	color: #000;
	padding: 20px 0;
    align-items: center;
    flex-direction: column;
}
.attention div span{
	color: #c1272d;
	font-size: 160%;
	font-weight: bold;
}
.attention div:last-of-type{
	border-left: solid 2px #c1272d;
}
.attention div ul{
	margin-left: 10%;
	text-align: center;
	white-space: nowrap;
}
.attention div ul li:before{
	content: "・";
}
.attention div ul li{
	text-align: left;
}
.manshitsu2{
	background: #faec6f;
	color: #000;
	margin-bottom: 120px;
}
.manshitsu2 p strong{
	background: #c1272d;
	color: #fff;
}
.manshitsu2 span a{
	color: #c1272d;
}

@media (max-width: 768px) {
	.attention div{
	display:block;
		border: none;
		width: 90%;
		margin: 0 auto;
	}
	.attention div:last-of-type{
	border-left: none;
}
.attention div ul{
	margin:0 auto;
	text-align: center;
	white-space: normal;;
}
.attention div ul li:before{
	content: "";
}
.attention div ul li{
	text-align: left;	
}
	.manshitsu2 span{
	border: solid 2px #c1272d;
		padding-top: 5px;
		width: 80%;
		margin: 0 auto;	
}

}