@charset "utf-8";

/* CSS Document */


@media screen and (min-width: 600px) {
/*--------------------------------------
　Main Index
---------------------------------------*/
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
	display: table;
	border-bottom: 1px solid #4894ce;
	height: 84px;
	padding: 10px 0 10px;
}


#visArea {
	position: relative;
	background: url(img/main.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 154px 0 50px;
}
#visArea:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}
#visArea .areaInner {
	position: relative;
	z-index: 10;
}
#visArea .areaInner .mainCatchArea {
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: rgba(13,37,55,0.8);
	padding: 2em 5em;
	border: 1px solid #14354e;
}

#visArea .areaInner .catch {
	font-size: 3.6rem;
	line-height: 3.8rem;
	margin: 0 0 40px 0;
	padding: 20px;
	font-family: "Yu Mincho", "YuMincho";
	color: #fff;
	mix-blend-mode: screen;
	color: #ffffff;
	background: url(img/border_Lt.png) left top no-repeat, url(img/border_Rt.png) right top no-repeat, url(img/border_Rb.png) right bottom no-repeat, url(img/border_Lb.png) left bottom no-repeat;
}

_:-ms-input-placeholder, :root #visArea .areaInner .catch {
	color: #fbdf93;
	background: none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#visArea .areaInner p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
}
.chapter {
	display: flex;
	width: 900px;
	margin: 20px auto 0;
}
.chapter li {
	width: 25%;
	margin-right: 15px;
	border: 1px solid #4ca0e0;
	background: rgba(0,0,0,0.75);
	box-sizing: border-box;
	display: block;
	color: #fff;
	padding: 25px 14px;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
}
.chapter li:last-child {
	margin-right: 0;
}

.chapter li dl dt {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #4ca0e0;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho";
	text-align: center;
}

.chapter li dl dd{
	text-align: left;
	font-size: 1.4rem;
}

.chapter li dl dd span{
	font-family: "Yu Mincho", "YuMincho";
	font-size: 1.8rem;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.chapter li dl dd span::after	{
	content: "";
	height: 1px;
	width: 50px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(left, #666666 0%, #ffffff 50%, #666666 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #666666 0%,#ffffff 50%,#666666 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #666666 0%,#ffffff 50%,#666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 ); /* IE6-9 */

}
#index {
	margin: 0;
}
#index .bg_black {
	background: #0d2435;
	background: -moz-linear-gradient(45deg, #000000 0%, #0d2435 100%);
	background: -webkit-linear-gradient(45deg, #000000 0%,#0d2435 100%);
	background: linear-gradient(45deg, #000000 0%,#0d2435 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d2435',GradientType=1 );
	padding: 70px 0;
}
#index .bg_cyclon{

}
#index .bg_mark {
	background: url(img/bg_mark.jpg) repeat center top / 100% auto;
	padding: 100px 0 30px;
}

#index .bg_cyclon {
	background: url(img/bg_cyclon.jpg) repeat center top / 100% auto;
	padding: 90px 0;
}
#index .bg_cyclon .total{
	background: rgba(230, 229, 229, 0.85);
}
#index .bg_cyclon .total:last-child{
	margin-bottom: 0;
}
#index .bg_cyclon h2{
	color: #0d2537;
	padding: 0;
	background: none;
	margin: 0 0 40px;
	font-size: 3.2rem;
}
#index .bg_cyclon h3::before,
#index .bg_cyclon h3::after{
	display: none;
}

#index .bg_cyclon .total p, #index .bg_cyclon .total li{
	color: #000;
}

#index .bg_watch {
	background: url(img/bg_watch.jpg) repeat center top / 100% auto;
	padding: 90px 0;
}
#index .bg_watch h3 {
	color: #333;
	padding: 0 0 15px 0;
	margin: 0 0 20px;
	background: none;
	border-bottom: 1px solid #3e83b9;
	line-height: 1.5;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	text-align: left;
}
#index .bg_watch h3::before,
#index .bg_watch h3::after{
	display: none;
}
#index .bg_watch h3 a{
	color: #0d2537;
	padding: 0 32px 0 0;
	display: block;
	background: url(img/icon_arrow_line.png) no-repeat right center;
	width: 100%;
}
#index .bg_watch h3 a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#index .bg_watch ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

#index .bg_watch ol li {
	padding: 40px 40px 30px;
	margin: 0 0 30px;
	width: 490px;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	color: #000;
}

#index .bg_watch ol li::before {
	display: block;
	background-color: #3e83b9;
	width: 46px;
	height: 18px;
	padding: 6px 0 6px 24px;
	position: absolute;
	top: -8px;
	left: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-size: 1.5rem;
	border-radius: 0;
}

#index .bg_watch ol li:before {
	content: counter(number,decimal-leading-zero);
}
#index .bg_watch ol li::after {
	content: "その";
	color: #fff;
	position: absolute;
	left: 56px;
	top: 0;
	font-size: 1rem;
}
#index .bg_watch ol li:last-child,
#index .bg_watch ol li:nth-last-child(2){
	margin-bottom: 0;
}


.bg_grad_blue {
	background: #122c41;
	background: -moz-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
	background: -webkit-linear-gradient(-45deg, #122c41 0%,#122c41 20%,#0d2234 40%,#122c41 60%,#0d2234 80%,#122b41 100%);
	background: linear-gradient(135deg, #122c41 0%,#122c41 20%,#0d2234 40%,#122c41 60%,#0d2234 80%,#122b41 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122c41', endColorstr='#122b41',GradientType=1 );
	padding: 60px 0 30px;
}
.bg_grad_blue2 {
	background: #15354c;
	background: -moz-linear-gradient(-45deg, #15354c 0%, #0a1f31 50%, #15344c 100%);
	background: -webkit-linear-gradient(-45deg, #15354c 0%,#0a1f31 50%,#15344c 100%);
	background: linear-gradient(135deg, #15354c 0%,#0a1f31 50%,#15344c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15354c', endColorstr='#15344c',GradientType=1 );
	padding: 60px 0 30px;
}
.bg_grad_blue3 {
	background: #000000;
	background: -moz-linear-gradient(45deg, #000000 0%, #0d2537 100%);
	background: -webkit-linear-gradient(45deg, #000000 0%,#0d2537 100%);
	background: linear-gradient(45deg, #000000 0%,#0d2537 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d2537',GradientType=1 );
	padding: 60px 0 30px;
}
#index .bg_grad_blue ul li,
#index .bg_grad_blue2 ul li,
#index .bg_grad_blue3 ul li{
	color: #fff;
}

#contents .ranking_box {
	background: #cccfd1;
	padding: 60px 66px;
}

#contents .ranking_box p {
	margin: 0;
}
#contents .ranking_box {
	background: #cccfd1;
	padding: 60px 66px;
	margin: 0 0 60px;
}
#contents .ranking_box:last-child{
	margin-bottom: 20px;
}
#contents .ranking_box p {
	margin: 0;
	color: #000;
}

#contents .ranking_box h3 {
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%,#1a4d6c 50%,#16415a 100%);
	background: linear-gradient(to right, #16415a 0%,#1a4d6c 50%,#16415a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16415a', endColorstr='#16415a',GradientType=1 );
	text-align: center;
	border: none;
	margin: 0 0 4.5rem;
	padding: 30px 20px;
	position: relative;
}

#contents .ranking_box h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px) ;
	background: url(img/border_Lt.png) no-repeat left top,url(img/border_Lb.png) no-repeat left bottom;
	background-size: 15px 15px, 15px 15px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}
#contents .ranking_box h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px) ;
	background: url(img/border_Rt.png) no-repeat right top,url(img/border_Rb.png) no-repeat right bottom;
	background-size: 15px 15px, 15px 15px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#contents .ranking_box .catch {
	color: #1a4d6c;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 1rem;
}
#contents .ranking_box .thumb {
	float: left;
	width: 340px;
	height: auto;
	margin: 0 30px 0px 0;
	text-align: center;
	line-height: 1.2;
	word-break: break-all;
	font-size: 1.2rem;
	color: #666;
}
#contents .ranking_box .thumb img{
	margin: 0 auto 10px;
	display: block;
	max-width: 100%;
	height: auto;
}

#contents .ranking_box .txt {
	padding: 20px 0 0;
	margin: 0 0 40px;
}



#contents ul.information h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	color: #0d2537;
	margin: 0;
	padding: 0 0 0 50px;
	border: none;
	display: flex;
	align-items: center;
	height: 50px;
}

#contents ul.information li.cost h4 {
	background: url(img/icon_money.png) no-repeat left 8px center;
	padding: 0 0 0 50px;
}

#contents ul.information li.insurance h4 {
	background: url(img/icon_note.png) no-repeat left 22px center;
	padding: 0 0 0 60px;
}

#contents ul.information li.tech h4 {
	background: url(img/icon_repair.png) no-repeat left 8px center;
}
#contents ul.information li.other h4 {
	background: url(img/icon_question.png) no-repeat left 8px center;
}


#contents ul.information {
	margin: 65px 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents ul.information > li {
	list-style: none;
	background: #fff;
	width: calc(25% - 10px);
	outline: 5px #fff solid;
	border: 1px solid #4ca0e0;
	padding: 20px 16px;
	box-sizing: border-box;
}
#contents ul.information > li:before {
	display: none;
}
#contents ul.information span{
	color: #a62e2e;
	font-weight: bold;
}
#contents ul.information li p{
	font-size: 13px;
	line-height: 1.7;
}
#contents ul.information ul {
	padding: 0;
	margin: 0;
}
#contents ul.information li ul li{
	position: relative;
	color: #000;
	padding: 0 0 0 1rem;
	font-size: 1.3rem;
	line-height: 1.7;
	background: none;
}
#contents ul.information li ul li::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	left: 0;
	top: 8px;
}
#contents ul.information li .grade {
	padding: 0;
	margin: 15px 0;
	background: #eee;
	font-size: 5rem;
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #0d2537;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#contents ul.information li .grade span {
	font-size: 2.8rem;
	color: #0d2537;
}
#contents .ranking_box p.txtlink{
	text-align: right;
	margin: 10px 0;
}
#contents .ranking_box p.txtlink a{
	color: #000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.6rem;
	text-decoration: underline;
	padding: 0 1.6rem 0 0;
	background: url(img/icon_arrow_black.png) no-repeat right center;
}
#contents .ranking_box p.txtlink a:hover{
	text-decoration: none;
}
section.total {
	padding: 40px 55px 30px;
	margin: 0 0 60px;
	border: 1px solid #3e82b9;
}
section.white {
	background: rgba(255, 255, 255, 0.8);
}
#index section.white h2{
	color: #0d2537;
	background: url(img/icon_sting_black.png) no-repeat center bottom;
	font-size: 3.2rem;
}
section.white p{
	color: #000;
}

.meritbox {
	float: left;
	padding: 20px;
	margin: 0 30px 10px 0;
	background: #fff;
	width: 410px;
	color: #0d2537;
	font-size: 16px;
}
#contents .meritbox dl{
	padding: 0;
	margin: 0;
}
#contents .meritbox dt {
	padding: 2px;
	margin: 0 0 10px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%,#1a4d6c 50%,#16415a 100%);
	background: linear-gradient(to right, #16415a 0%,#1a4d6c 50%,#16415a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16415a', endColorstr='#16415a',GradientType=1 );
}
.meritbox dd {
	padding: 4px 0 4px 60px;
	font-weight: bold;
}
.meritbox dd:nth-child(1){

}
.meritbox dd:nth-child(2){
	background: url(img/icon_money.png) no-repeat left 30px center;
	background-size: 20px auto;
}
.meritbox dd:nth-child(3){
	background: url(img/icon_watch.png) no-repeat left 32px center;
	background-size: 16px auto;
}
.meritbox dd:nth-child(4){
	background: url(img/icon_repair.png) no-repeat left 30px center;
	background-size: 18px auto;
}
#index h3.white {
	background: url(img/border_Lt.png) no-repeat left top,url(img/border_Lb.png) no-repeat left bottom,url(img/border_Rt.png) no-repeat right top,url(img/border_Rb.png) no-repeat right bottom;
	background-color: rgba(255,255,255,.2);
	padding: 20px;
	border: none;
	margin: 0;
	width: calc(100% - 460px);
	float: left;
	text-align: center;
}
#index h3.white::before,
#index h3.white::after{
	display: none;

}
#index h3.white + ul.double{
	float: left;
	width: calc(100% - 430px);
}

#contents ul.double{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 100px);
	margin: 0 auto;
}
ul.double li{
	width: calc(50% - 16px);
}

.flex_triple {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_triple > * {
	width: 31.5%;
	box-sizing: border-box;
}

.flex_triple .white {
	padding: 40px 20px 120px;
	position: relative;
}
#index .flex_triple .white h2{
	font-size: 20px;
	font-weight: bold;
	color: #0d2537;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
	border: none;
	background: none;
}
#index .flex_triple .white h2::before{
	display: none;
}
#index .flex_triple .white h2::after{
	content: "";
	position: absolute;
	width: 120px;
	height: 1px;
	background: #3e83b9;
	left: 50%;
	margin-left: -60px;
	top: auto;
	bottom: 0;
}
#contents .flex_triple .white .intlink a{
	position: absolute;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px 30px;
	left: 20px;
	bottom: 20px;
}
#contents .flex_triple .white .intlink a::before{
	left: 15px;
}
}
/*------------------------------------------
------------------------------------------
------------------------------------------

SP

------------------------------------------
------------------------------------------
------------------------------------------*/

@media screen and (max-width: 599px) {
	header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		z-index: 1000;
		display: table;
		border-bottom: 1px solid #4f99cc;
	}

	.catchTop {
		position: relative;
		z-index: -1;
		background: url(img/main.jpg) no-repeat center bottom;
		background-size: cover;
		padding: 100px 15px 20px;
		box-sizing: border-box;
	}
	.catchTop:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.2);
		z-index: 1;
	}
	.catchTop p {
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		border: 1px solid #14354e;
		background: rgba(22, 42, 56, 0.8);
		padding: 1.5em 1em;
		z-index: 2;
	}
	.catchTop p span {
		font-size: 1.9rem;
		line-height: 1.5;
		font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		color: #ffffff;
		display: block;
		position: relative;
	}
	.catchTop p span::before{
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		top: -6px;
		bottom: -6px;
		background: url(img/border_Lt.png) no-repeat left top / 10px 10px,url(img/border_Rt.png) no-repeat right top / 10px 10px,url(img/border_Lb.png) no-repeat left bottom / 10px 10px,url(img/border_Rb.png) no-repeat right bottom / 10px 10px;
	}
	.mainCatchArea > p {
		box-sizing: border-box;
		padding: 0 30px;
	}
	#visArea {
		background: #0d2537;
		padding: 25px 0 0;
	}
	.chapter {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		margin: 0 auto;
		padding: 20px;
	}
	.chapter li {
		width: auto;
		margin: 0 0 20px;
	}
	.chapter li:last-child {
		margin-right: 0;
	}
	.chapter li {
		border: 1px solid #4ca0e0;
		background: rgba(0,0,0,0.75);
		box-sizing: border-box;
		display: block;
		color: #fff;
		padding: 20px 12px;
		text-decoration: none;
		line-height: 1.4;
		position: relative;
		width: 100%;
	}

	.chapter li dl dt {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 10px;
		color: #4ca0e0;
		text-align: center;
		font-family: "Yu Mincho", "YuMincho";
		text-align: center;
	}

	.chapter li dl dd{
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.7;
	}

	.chapter li dl dd span{
		font-family: "Yu Mincho", "YuMincho";
		font-size: 1.8rem;
		padding-bottom: 16px;
		margin-bottom: 16px;
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.chapter li dl dd span::after	{
		content: "";
		height: 1px;
		width: 50px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: #666666;
		background: -moz-linear-gradient(left, #666666 0%, #ffffff 50%, #666666 100%);
		background: -webkit-linear-gradient(left, #666666 0%,#ffffff 50%,#666666 100%);
		background: linear-gradient(to right, #666666 0%,#ffffff 50%,#666666 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 );
	}
	#index {
		margin: 0;
	}
	#index .bg_black {
		background: #0d2435;
		background: -moz-linear-gradient(45deg, #000000 0%, #0d2435 100%);
		background: -webkit-linear-gradient(45deg, #000000 0%,#0d2435 100%);
		background: linear-gradient(45deg, #000000 0%,#0d2435 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d2435',GradientType=1 );
		padding: 30px 0;
	}
	#index .bg_cyclon{

	}
	#index .bg_mark {
		background: url(img/bg_mark.jpg) repeat center top / 100% auto;
		padding: 30px 0;
	}

	#index .bg_cyclon {
		background: url(img/bg_cyclon.jpg) repeat center top / cover;
		padding: 30px 0;
	}
	#index .bg_cyclon .total{
		background: rgba(230, 229, 229, 0.85);
	}
	#index .bg_cyclon h2{
		color: #0d2537;
		padding: 0;
		background: none;
		margin: 0 0 10px;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: bold;
	}
	#index .bg_cyclon h3::before,
	#index .bg_cyclon h3::after{
		display: none;
	}

	#index .bg_cyclon p,
	#index .bg_cyclon li{
		color: #000;
	}

	#index .bg_watch {
		background: url(img/bg_watch.jpg) repeat center top / cover;
		padding: 30px 0;
	}
	#index .bg_watch h3 {
		color: #333;
		padding: 0 0 15px 0;
		margin: 0 0 20px;
		background: none;
		border-bottom: 1px solid #3e83b9;
		line-height: 1.5;
		font-size: 1.8rem;
		display: flex;
		align-items: center;
		text-align: left;
	}
	#index .bg_watch h3::before,
	#index .bg_watch h3::after{
		display: none;
	}
	#index .bg_watch h3 a{
		color: #0d2537;
		padding: 0 30px 0 0;
		display: block;
		background: url(img/icon_arrow_line_sp.png) no-repeat right center;
		background-size: 26px auto;
	}
	#index .bg_watch ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	#index .bg_watch ol li {
		padding: 40px 15px 15px;
		margin: 0 15px 30px;
		width: 490px;
		background: rgba(255, 255, 255, 0.8);
		box-sizing: border-box;
		color: #000;
	}

	#index .bg_watch ol li::before {
		display: block;
		background-color: #3e83b9;
		width: 46px;
		height: 18px;
		padding: 6px 0 6px 24px;
		position: absolute;
		top: -8px;
		left: 15px;
		color: #fff;
		text-align: center;
		letter-spacing: -0.5px;
		line-height: 1.3;
		font-size: 1.5rem;
		border-radius: 0;
	}

	#index .bg_watch ol li:before {
		content: counter(number,decimal-leading-zero);
	}
	#index .bg_watch ol li::after {
		content: "その";
		color: #fff;
		position: absolute;
		left: 30px;
		top: 0;
		font-size: 1rem;
	}

	.bg_grad_blue {
		background: #122c41;
		background: -moz-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		background: -webkit-linear-gradient(-45deg, #122c41 0%,#122c41 20%,#0d2234 40%,#122c41 60%,#0d2234 80%,#122b41 100%);
		background: linear-gradient(135deg, #122c41 0%,#122c41 20%,#0d2234 40%,#122c41 60%,#0d2234 80%,#122b41 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122c41', endColorstr='#122b41',GradientType=1 );
		padding: 30px 0;
	}
	.bg_grad_blue2 {
		background: #15354c;
		background: -moz-linear-gradient(-45deg, #15354c 0%, #0a1f31 50%, #15344c 100%);
		background: -webkit-linear-gradient(-45deg, #15354c 0%,#0a1f31 50%,#15344c 100%);
		background: linear-gradient(135deg, #15354c 0%,#0a1f31 50%,#15344c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15354c', endColorstr='#15344c',GradientType=1 );
		padding: 30px 0;
	}
	.bg_grad_blue3 {
		background: #000000;
		background: -moz-linear-gradient(45deg, #000000 0%, #0d2537 100%);
		background: -webkit-linear-gradient(45deg, #000000 0%,#0d2537 100%);
		background: linear-gradient(45deg, #000000 0%,#0d2537 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0d2537',GradientType=1 );
		padding: 30px 0;
	}
	#index .bg_grad_blue ul li,
	#index .bg_grad_blue2 ul li,
	#index .bg_grad_blue3 ul li{
		color: #fff;
	}
	#contents .ranking_box {
		background: #cccfd1;
		padding: 60px 66px;
	}

	#contents .ranking_box p {
		margin: 0;
	}
	#contents .ranking_box {
		background: #cccfd1;
		padding: 15px 15px;
		margin: 15px;
	}

	#contents .ranking_box p {
		margin: 0;
		color: #000;
	}

	#contents .ranking_box h3 {
		background: #16415a;
		background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
		background: -webkit-linear-gradient(left, #16415a 0%,#1a4d6c 50%,#16415a 100%);
		background: linear-gradient(to right, #16415a 0%,#1a4d6c 50%,#16415a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16415a', endColorstr='#16415a',GradientType=1 );
		text-align: center;
		border: none;
		margin: 0 0 3rem;
		padding: 1.6rem 2rem;
		position: relative;
	}

	#contents .ranking_box h3::before {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: calc(100% - 20px);
		background: url(img/border_Lt.png) no-repeat left top,url(img/border_Lb.png) no-repeat left bottom;
		background-size: 8px 8px, 8px 8px;
		left: 10px;
		top: 10px;
		margin: 0;
		padding: 0;
	}
	#contents .ranking_box h3::after {
		content: "";
		display: block;
		position: absolute;
		width: 100px;
		height: calc(100% - 20px);
		background: url(img/border_Rt.png) no-repeat right top,url(img/border_Rb.png) no-repeat right bottom;
		background-size: 8px 8px,8px 8px;
		right: 10px;
		top: 10px;
		margin: 0;
		padding: 0;
	}

	#contents .ranking_box .catch {
		color: #1a4d6c;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.5;
		font-weight: bold;
		margin: 0 0 1rem;
		letter-spacing: 0.5px;
	}
	#contents .ranking_box .thumb {
		width: 85%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		line-height: 1.2;
		word-break: break-all;
		font-size: 1.2rem;
	}
	#contents .ranking_box .thumb img{
		margin: 0 auto 10px;
		display: block;
		max-width: 100%;
		height: auto;
	}

	#contents .ranking_box .txt {
		padding: 20px 0 0;
		margin: 0 0 40px;
	}


	#contents ul.information span {
		color: #a62e2e;
		font-weight: bold;
	}

	#contents ul.information h4 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.25;
		color: #0d2537;
		margin: 0;
		padding: 0;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contents ul.information li.cost h4 {
		font-size: 1.8rem;
		text-align: center;
	}
	#contents ul.information li.cost h4::before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(img/icon_money.png) no-repeat left top / 18px auto;
		display: inline-block;
		margin: 0 6px 0 0;
	}
	#contents ul.information li.insurance h4::before {
		content: "";
		width: 18px;
		height: 24px;
		background: url(img/icon_note.png) no-repeat left top / 18px auto;
		display: inline-block;
		margin: 0 6px 0 0;
	}

	#contents ul.information li.tech h4::before {
		content: "";
		width: 18px;
		height: 24px;
		background: url(img/icon_repair.png) no-repeat left top / 18px auto;
		display: inline-block;
		margin: 0 6px 0 0;
	}
	#contents ul.information li.other h4::before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(img/icon_question.png) no-repeat left top / 18px auto;
		display: inline-block;
		margin: 0 6px 0 0;
	}


	#contents ul.information {
		margin: 40px auto;
		padding: 0;
	}

	#contents ul.information > li {
		list-style: none;
		background: #fff;
		width: auto;
		outline: 5px #fff solid;
		border: 1px solid #4ca0e0;
		padding: 20px 16px;
		margin: 0 0 20px;
		box-sizing: border-box;
	}
	#contents ul.information > li:before {
		display: none;
	}
	#contents ul.information ul {
		padding: 0;
		margin: 0;
	}
	#contents ul.information li ul li{
		position: relative;
		color: #000;
		padding: 0 0 0 1rem;
		font-size: 14px;
		font-size: 1.4rem;
		background: none;
	}
	#contents ul.information li ul li::before{
		content: "";
		position: absolute;
		width: 3px;
		height: 3px;
		background: #000;
		border-radius: 50%;
		left: 0;
		top: 10px;
	}
	#contents ul.information li .grade {
		padding: 0;
		margin: 15px 0;
		background: #eee;
		font-size: 3.5rem;
		display: flex;
		align-items: baseline;
		justify-content: center;
		color: #0d2537;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}

	#contents ul.information li .grade span {
		font-size: 2rem;
		color: #0d2537;
	}
	#contents .ranking_box p.txtlink{
		text-align: right;
		margin: 10px 0;
	}
	#contents .ranking_box p.txtlink a{
		color: #000;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size: 1.4rem;
		text-decoration: underline;
		padding: 0 1.6rem 0 0;
		background: url(img/icon_arrow_black_sp.png) no-repeat right 5px center;
		background-size: 8px auto;
	}
	section.total {
		padding: 2.5rem 1.5rem;
		margin: 15px;
		border: 1px solid #3e82b9;
	}
	section.white {
		background: rgba(255, 255, 255, 0.8);
	}
	#index section.white h2{
		color: #0d2537;
		background: url(img/icon_sting_black.png) no-repeat center bottom;
		background-size: 110px auto;
		padding: 0 0 28px;
		letter-spacing: 0px;
	}
	section.white p{
		color: #000;
	}

	.meritbox {
		float: none;
		padding: 10px;
		margin: 0;
		background: #fff;
		width: auto;
		color: #0d2537;
		font-size: 16px;
	}
	#contents .meritbox dl{
		margin: 0;
	}
	.meritbox dt {
		padding: 2px;
		margin: 0 0 10px;
		font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		text-align: center;
		color: #fff;
		font-size: 1.4rem;
		background: #16415a;
		background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
		background: -webkit-linear-gradient(left, #16415a 0%,#1a4d6c 50%,#16415a 100%);
		background: linear-gradient(to right, #16415a 0%,#1a4d6c 50%,#16415a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16415a', endColorstr='#16415a',GradientType=1 );
	}
	.meritbox dd {
		padding: 2px 0 2px 24px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.meritbox dd:nth-child(1){

	}
	.meritbox dd:nth-child(2){
		background: url(img/icon_money.png) no-repeat left 4px top 5px;
		background-size: 14px auto;
	}
	.meritbox dd:nth-child(3){
		background: url(img/icon_watch.png) no-repeat left 5px top 3px;
		background-size: 12px auto;
	}
	.meritbox dd:nth-child(4){
		background: url(img/icon_repair.png) no-repeat left 3px top 4px;
		background-size: 14px auto;
	}
	#index h3.white {
		background: url(img/border_Lt.png) no-repeat left top,url(img/border_Lb.png) no-repeat left bottom,url(img/border_Rt.png) no-repeat right top,url(img/border_Rb.png) no-repeat right bottom;
		background-color: rgba(255,255,255,.2);
		padding: 15px;
		border: none;
		margin: 20px 0;
		text-align: center;
		font-size: 1.8rem;
	}
	#index h3.white::before,
	#index h3.white::after{
		display: none;
	}
	#index h3.white + ul.double{
		width: auto;
		margin: 0;
		padding: 0 0 0 15px;
	}

	ul.double{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.double li{
		width: 100%;
	}

	.flex_triple {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.flex_triple .white {
		padding: 30px 20px;
	}
	#index .flex_triple .white h2{
		font-size: 1.8rem;
		color: #0d2537;
		margin: 0;
		padding: 0 0 20px;
		position: relative;
		border: none;
		background: none;
	}
	#index .flex_triple .white h3::before{
		display: none;
	}
	#index .flex_triple .white h2::after{
		content: "";
		position: absolute;
		width: 120px;
		height: 1px;
		background: #3e83b9;
		left: 50%;
		margin-left: -60px;
		top: auto;
		bottom: 0;
	}
}