@charset "utf-8";

/* CSS Document */



@media print, screen and (min-width: 639px) {
.SP {
	display: none;
}
.PC {
	display: block;
}
body {
	line-height: 1.75;
	font-size: 100%;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	color: #333;
}
a {
	color: #00838F;
	text-decoration: none;
}
#logo {
	max-width: 960px;
	margin: 1em auto 0;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 5px;
	width: 100%;
}
#logo a {
	text-decoration: none;
	color: #0091ea;
}

#logo img{
	max-width:960px;
	width: 100%;
}

h1 {
	background: #169d97;
}
h1 p {
	max-width: 960px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	padding: 0.25em 1em;
	width: 100%;
}
#mainimg {
  max-width: 950px;
	margin: 0 auto 2rem;
	border: 2px solid #169d97;
	box-sizing: border-box;
  width: 98%;
}
#mainimg img {
	width: 100%;
	height: auto;
	display: block;
}
#content {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}
section {
	margin-bottom: 2rem;
}
section h2 {
	background: #169d97;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.25em 1rem;
	margin-bottom: 1em;
	font-size: 1.2rem;
}
section > p {
	margin-bottom: 1em;
	line-height: 1.75;
}
section h4 {
}
.rankBox {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 1.5rem;
}
.rankBox h3 {
	color: #169d97;
	margin: 0 0 1rem;
	font-size: 1.5rem;
}
dl.singleData {
	overflow: hidden;
}
dl.singleData dt {
	max-width: 300px;
	width: 34%;
	float: left;
	margin-bottom: 20px;
}
dl.singleData dt a img {
	width: 100%;
	height: auto;
}
dl.singleData dd.rankFirst {
	max-width: 580px;
	width: 65%;
	float: right;
	margin-bottom: 20px;
}
dl.singleData dd.rankData {
	clear: both;
	overflow: hidden;
	padding-top: 30px;
	border-top: 1px dotted #666;/* margin-top: 20px; */
}
dl.singleData table {
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-right: 1.5rem;
	border: #999 1px solid;
	font-size: 1rem;
	float: left;
}
dl.singleData table th {
	width: 9em;
	padding: 0.5rem 0;
	background: #ffffbf;
	border: #999 1px solid;
	color: #333;
}
dl.singleData table td {
	padding: 0.5rem;
	border: #999 1px solid;
}
dl.singleData h4 {
	background: #169d97;
	color: #ffffff;
	padding: 0.25em 1em;
	margin-bottom: 0.5rem;
	text-align: center;
}
dl.singleData dd p {
	margin-bottom: 0.5rem;
}
.linkPoint a {
	display: block;
	color: #fff;
	background: #999 url(images/arrow_r.png) no-repeat right;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0.5em 0;
	margin: 0 auto 1rem;
}
.linkOfficial a {
	display: block;
	color: #fff;
	background: #29B5F5;
	width: 60%;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0.5em 0;
	margin: 0 auto;
}
.linkOfficial2 a {
	display: block;
	color: #fff;
	background: #1cd0c8;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0.5em 0;
	margin: 0 auto;
	width: 60%;
}
.linkOfficial2 {
	clear: both;
}
.linkPoint a:hover, .linkOfficial a:hover, .linkOfficial2 a:hover, .btnContact a:hover {
	opacity: 0.5;
}
.textBox h3 {
	color: #333;
	font-size: 1.1rem;
	border-left: 5px solid #169d97;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #666;
}
.btnContact a {
	width: 20em;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	padding: 0.5em;
	color: #1cd0c8;
	font-weight: bold;
	margin: 0 auto 3rem;
	display: block;
	text-align: center;
	border: 2px solid #1cd0c8;
}
.listBox, .listBox2 {
	width: 44%;
	max-width: 580px;
	margin-bottom: 2rem;
	float: left;
}
.listBox ul li {
	list-style: none;
	background: url(../images/check.png) no-repeat top left;
	padding: 0 0 0 35px;
}
.listBox2 ul li {
	list-style: inside;
}
.pushBox {
	text-align: center;
}
.score {
	overflow: hidden;
	font-size: 1.25rem;
	margin-bottom: 2rem;
	text-align: center;
}
.score dt {
	font-weight: bold;
}
.score dd {
	color: #FF8F00;
}
.textBox {
	margin-bottom: 2rem;
	overflow: hidden;
}
.textBox h4 {
	font-size: 1.2rem;
}
.textBox ul li {
	margin-bottom: 1em;
	margin-left: 20px;
}

li {}
.textBox dl {
	overflow: hidden;
	font-size: 0.8rem;
}
.textBox dl dt {
	display: inline-block;
}
.textBox dl dd {
	display: inline-block;
}
.special .textBox {
/*	border-bottom:1px dotted #666;
	padding-bottom:20px;*/
}
.special .textBox:last-of-type {
	border: none;
}
.imgL {
	display: block;
	float: left;
	width: 300px;
	height: auto;
	margin-right: 20px;
}
.imgR {
	display: block;
	float: right;
	width: 300px;
	height: auto;
	margin-left: 20px;
}
.box-r {
	margin-bottom: 20px;
	overflow: hidden;
}
.box-l {
	width: 620px;
	margin-bottom: 20px;
}
.foot {
	background: #169d97;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	padding: 2em 0;
}
footer {
	clear: both;
	position: relative;
	padding-top: 40px;
	overflow: hidden;
}
#pageTop {
	width: 10em;
	text-align: center;
	position: absolute;
	top: 0;
	right: 10px;
}
#pageTop a {
	display: block;
	color: #1cd0c8;
}
.last_comment {
	clear: both;
	display: flex;
	align-items: center;
}

.last_comment .box-r {
	width: 60%;
	margin-left: 15px;
	font-size: 1.2rem;
}
.last_comment .box-r p {
	line-height: 1.8;
}
}


@media only screen and (max-width: 640px) {



	.SP{
		display:none;
	}
	.PC{
		display:block;

	}







body {
	line-height: 1.75;
	font-size: 100%;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
	color: #333;




}

a {
	color:#00838F;
	text-decoration:none;
}

#logo{
	width: 100%;
	margin: 0.8em auto 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#logo img{
	width:100%;
}


#logo a {
	text-decoration: none;
	color: #0091ea;
}
h1 {
	background: #169d97;
}
h1 p {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	padding: 0.25em 0;
	text-align: center;
}

#mainimg{
		width: 100%;
		margin: 0 auto 2rem;
		/* border: 2px solid #0091ea; */
		box-sizing:border-box;
}

#mainimg img{
	width:100%;
	height:auto;
	display:block;
}

main {
/*	width: 690px;
	float: right;*/
}

/*aside {
	width: 235px;
	float: left;
}
*/



#content {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}




section {
	margin-bottom: 5%;
	/* padding: 10px; */
	/* box-sizing: border-box; */
}

section h2 {
	background: #169d97;
	color: #ffffff;
	border-radius: 5px;
	padding: 0.25em 1rem;
	margin-bottom: 1em;
	font-size: 1.2rem;
}


section > p{
	margin-bottom:1rem;
	line-height:1.75;
}

section h4 {text-align: center;font-size: 1.4rem;}
.rankBox {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 1.5rem;
}

.rankBox h3 {
	color: #169d97;
	margin: 0 0 1rem;
	font-size: 1.2rem;
}

dl.singleData {
	overflow: hidden;
}
dl.singleData dt {
	width: 100%;
	/* float: left; */
}

dl.singleData dt img{
	width:100%;
	height:auto;

}

dl.singleData dd.rankFirst {
	width: 100%;
	/* float: right; */
}
dl.singleData dd.rankData{
	clear:both;
	overflow: hidden;
	padding-top: 30px;
}








dl.singleData table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	border: #999 1px solid;
	font-size: 1rem;
	/* float: left; */
}
dl.singleData table th {
	width: 9em;
	padding: 0.5rem 0;
	background: #ffffbf;
	border: #999 1px solid;
	color: #333;
}
dl.singleData table td {
	padding: 0.5rem;
	border: #999 1px solid;
}



dl.singleData h4 {
	background: #169d97;
	color: #ffffff;
	padding: 0.25em 1em;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 3.5vw;
}
dl.singleData dd p {
	margin-bottom: 0.5rem;
}
.linkPoint a {
	display: block;
	color: #fff;
	background: #999 url(../images/arrow_r.png) no-repeat right;

	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0.5em 0;
	margin: 0 auto 1rem;
}
.linkOfficial a {
	display: block;
	color: #fff;
	background: #29B5F5 url(../images/arrow_r.png) no-repeat right;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 0.5em 0;
	margin: 0 auto;
}


.linkOfficial2{
	clear:both;
}

.linkOfficial2 a {
	display: block;
	color: #fff;
	background: #1cd0c8 url(../images/arrow_r.png) no-repeat right;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 0;
	margin: 0 auto;
	width: 80%;
	font-size: 3.2vw;
	font-weight: bold;
}

/*
.linkPoint a:hover,.linkOfficial a:hover,.linkOfficial2 a:hover, .btnContact a:hover {
	opacity: 0.5;
}*/

.textBox h3 {
	color: #333;
	font-size: 1.1rem;
	border-left: 5px solid #169d97;
	padding-left:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px dotted;
}
.btnContact a {
	width: 80%;
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	color: #1cd0c8;
	font-weight: bold;
	margin: 1% auto;
	display: block;
	text-align: center;
	border: 2px solid #1cd0c8;
}



.listBox,.listBox2{
	margin-bottom: 2rem;
	/* float: right; */
	width: 100%;
}

.listBox ul li{
	list-style: none;
	background: url(../images/check.png) no-repeat left;
	padding: 0 0 0 35px;
}
.listBox2 ul li{
	list-style: inside;

}
/*.listBox2 ul li a{
	color: #006064;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}
.listBox2 ul li a:hover{
	border-bottom:1px dotted #ccc;
}
*/



.pushBox{
	text-align:center;
}

.score{
	overflow:hidden;
	font-size:1.25rem;
	margin-bottom:2rem;
	text-align: center;
}

.score dt{font-weight:bold;/* margin-right:1em; */}



.score dd{
	color:#FF8F00;
}



.textBox{
	margin-bottom:2rem;
}

.textBox ul li{
		/* list-style:inside; */
		/* padding-left:1em; */
		margin-left: 1em;
		margin-bottom: 1em;
		font-size: 3vw;
}


.textBox dl {
	overflow:hidden;
	font-size: 0.8em;
	margin: 1rem;
}

.textBox dl dt{
	display:inline-block
}
.textBox dl dd{
	display:inline-block	}

.imgL{
	display:block;

	width:100%;
	height:auto;
	margin-bottom:20px;

}



.imgR{
	display:block;

		width:65%;
	height:auto;
	margin-bottom:20px;

	text-align: center;
	margin: 0% auto;
}




.box-r{
	/* width:620px; */
	/* float:right; */
	margin-bottom:20px;
}
.box-l{
	/* width:620px; */
	/* float: left; */
	margin-bottom:20px;
	text-align: center;
}





.foot{
	background: #169d97;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	padding:2em 0;
}


footer{
	clear:both;
	position:relative;
	padding-top:40px;
	overflow:hidden;

}

#pageTop{
	width:10em;
	text-align:center;
	position:absolute;
	top:0;
	right:10px;


}
#pageTop a{
	display:block;
	color: #1cd0c8;
}
#content p {
	font-size: 3vw;
	margin: 3% auto;
}
.textBox ul {
	padding: 5%;
}
	.last_comment .box-r p {
	padding: 3%;
}
}
