@charset "utf-8";
/* 737px over */
/* -------------------------------------------------------------------------------------- base smartphone tablet */

#wapper {
	background:#fff;
	font-size:1.2rem;
	line-height:1.8;
	/* text-align:center; */
}

.inner {
	width:960px;
	margin:0 auto;
}

h2 { font-weight: bold; }

/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------ common */
/* ------------------------------------------------------------------------- */

/* ----------------------------- tablefix */

.tablefix {
	display: table;
	table-layout:fixed;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
.tablefix > li,
.tablefix > dt,
.tablefix > dd {
	display: table-cell;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}


/* ----------------------------- sidebar round button */

.round-box {
	display:block;
	border: 1px solid #c6c2bd;
	font-size:1.3rem;
	text-align:center;
	/* color:#fff; */
	padding:6px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.round-box:hover {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);  
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}


/* ------------------------------------------------------ header */

#header {  }
#visual {
	/* border-bottom: 4px #264c74 solid; */
	background: url( ../../../images/cont/hikaku/visual-back.jpg ) repeat-x left bottom;
	background-size: auto 100%;
}
#visual .inner {
	background: url( ../../../images/cont/hikaku/visual-narse.png ) no-repeat 600px bottom;
	padding: 0 32px;
}
#visual .inner h1 {
	padding: 50px 0 32px;
}

#header > .inner {
	text-align:center;
	margin: 32px auto;
}
#header > .inner h1 {
	line-height: 2;
	font-size:1.6rem;
	margin: 0 0 5px;
}
#header > .inner h2 {
	font-size:2.4rem;
	margin: 10px 0 10px;
}
#header p {
	font-size:1.6rem;
}
#header .bnr {
	margin: 0 0 20px;
}

/* ------------------------------------------------------ case */

#case {
	text-align:center;
	padding: 24px 0 28px;
}
#case > .inner h2 {
	font-size:2.4rem;
	margin: 0 0 12px;
}
#case .inner > ul { width: 100%; }
#case .inner > ul > li {
	width: 50%;
	padding: 0 0 0 12px;
}
#case .inner > ul > li:first-child {
	padding: 0 16px 0 0;
}

#case .inner > ul > li > div {
	border: 4px #ff6c00 solid;
	background: #faf9f0;
	padding: 0 0 0 12px;
	font-size:2.0rem;
	line-height: 1.3;
	padding:20px;
	margin: 0 0 16px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#case .inner dl {
	display:table;
}
#case .inner dt,
#case .inner dd {
	display:table-cell;
	vertical-align:middle;
}
#case .inner dt { width:45%; }
#case .inner dt img { width:100%; height:auto; }
#case i {
	color: #fff;
}
#case span {
	font-size:2.4rem;
}
#case strong {
	color: red;
	font-size:3.8rem;
	font-weight: bold;
	-moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin: 0 4px;
}
#case a {
	background: #ff6c00;
	color: #fff;
	border: none;
	font-size:2.0rem;
	margin:16px 0 0;
}

/* ------------------------------------------------------ jinzai */

#jinzai .nav {
	background: #ebffc7;
	text-align:center;
	padding: 24px 0 28px;
}

#jinzai .nav h2 {
	font-size:2.4rem;
	padding: 0;
	margin: 0 0 8px;
}

/* ------------------------------------------------------ points */

#points {
	background: #ffdbec;
	padding: 32px 0;
}
#points h2 {
	font-size:3.0rem;
	text-align:center;
	margin: 0 0 10px;
}
#points h2 span,
#points h2 strong {
	display: inline-block;
	font-weight: bold;
	vertical-align:middle;
}
#points h2 span { margin: 0 10px 0 0; }

#points .inner {
/* ポイントが揃わないようだったらここの幅を広げて下さい */
	width:1130px;
	margin:0 auto;
}

#points .inner.tablefix {
	display: table;
	table-layout:fixed;
	width:1130px;
	padding: 14px;
	margin: 0 auto 32px;
	background: #ff90c4;
	border: 3px #fff solid;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#points .article {
	display: table-cell;
	padding: 0 0 0 20px;
}
#points .article:first-child {
	padding: 0;

}
#points .article:last-child {
	
}
#points h3 {
	border-top: 1px #fff dotted;
	border-bottom: 1px #fff dotted;
	color:#fbfc1f;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align:center;
	padding: 10px 0;
	margin:5px 0 0;

}
#points article p {
	background: url(../../../images/cont/hikaku/triangle.png ) no-repeat center bottom;
	background-size: auto 20px;
	font-size:1.6rem;
	line-height: 2;
	text-align: left;
	padding: 18px 0 32px;
	margin: 0 0 10px;
}
#points .inner > p {
	text-align: center;
}
#points .point {
	background: #fff;
	border: none;
	color: #ff6c00;
	font-size:1.7rem;
}

/* ------------------------------------------------------ contents */

#contents {
	border-bottom:4px #efefef solid;
	padding: 16px 0 0;
}
#contents h2 {

}
#contents .section {
	
}
#contents .section:first-child {
	
}
#contents .section > .inner {	
	padding:10px 0 24px;
}
#contents .section > h3 {
	background: #71c35b;
	border-top:4px #efefef solid;
	color:#fff;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 8px 16px;
	margin: 0 0 20px;
	background-image: linear-gradient(
		-45deg,
		#5bb535 25%,
		#71c35b 25%, #71c35b 50%,
		#5bb535 50%, #5bb535 75%,
		#71c35b 75%, #71c35b
	);
  	background-size: 16px 16px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	-moz-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#contents .section > h3 i {
	color:#fbfc1f;
	margin: 0 10px 0 0;
}
#contents .inner > p {
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 20px;
}

#contents .floatfix { overflow:hidden; }
#contents .floatleft{
	float:left;
	width:500px;
}
#contents .floatright{
	float:right;
	width:420px;
}

#contents dl.area {
	border: 2px #ccc solid;
	background: #faf9f0;
	padding: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contents dl dt,
#contents dl dd {
	vertical-align:top;
}
#contents dl dt {
	width: 156px;
}
#contents dl.detail dt {
	width: 280px;
}

#contents dl ul {
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.6;
	padding: 0 0 0 20px;
}
#contents dl.detail ul {
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.6;
	padding: 0 0 0 10px;
}
#contents li i {
	display: inline-block;
	color:#eb6aaa;
	width:1.5em;
}
#contents .detail li i {
	color:#fbfc1f;
}
#contents .detail li {
	background: #71c35b;
	color: #fff;
	padding: 16px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 8px;
}

/* 登録無料 */
#contents .nav {
	padding: 10px 0 0;
}
#contents .nav > div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	padding: 5px;
	margin: 0 auto;
	background: #b6d466;
	border: 1px #ccc solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contents .nav .tablefix {
	border: none;
	background: none;
	padding: 0;
}
#contents .nav .tablefix dt {
	width:110px;
	padding:0 0 0 10px;
	vertical-align:middle;
}
#contents .nav .tablefix dd {
	text-align: left;
	padding:0 0 0 15px;
	vertical-align:middle;
}

/* nav button */
.foot-bt {
	text-align:center;
	margin:20px 0 10px;
}
.foot-bt a {
	display: inline-block;
	width: 560px;
	background: ;
	color:#fff;
	font-size: 2.0rem;
	padding: 15px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

/* ------------------------------------------------------ advice */

#advice {
	background: #ffdbec;
	padding: 32px 0;
}
#advice h2 {
	font-size:2.8rem;
	text-align:center;
	margin: 0 0 10px;
}
#advice p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
}
#advice p span {
	color: #ff192f;
	font-size: 2.4rem;
	font-weight: bold;
}

/* ------------------------------------------------------ footer */

#footer {
	color:#6b7770;
	background:#f3fed7;
	text-align:center;
	padding:32px 0;

}
#footer .section {
	width:100%;
	margin:0 0 15px;
}
#footer h2 {
	font-size:2.8rem;
	margin: 0 0 10px;
}
#footer .section h3 {
	background:#264c74;
	color:#fff;
	font-size:1.6rem;
	padding: 4px;
	margin: 0 0 10px;
}
#footer .section ul li {
	display: inline-block;
}
#footer .section ul li a {
	display: block;
	min-width:6em;
	background: #fff;
	border: 1px #efefef solid;
	color:#67a7ff;
	font-size: 1.3rem;
	padding:10px;
	margin: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(000,000,000,0.4);
	-moz-box-shadow: 0 1px 2px rgba(000,000,000,0.4);  
	box-shadow: 0 1px 2px rgba(000,000,000,0.4);
}
#footer .section dl dd {
	line-height:1.6;
}


/* ------------------------------------------------------ aside */

#aside {
	background:#264c74; /* #767573 */
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	-webkit-box-shadow: 0 -1px 6px -2px rgba(000,000,000,0.7);
	-moz-box-shadow: 0 -1px 6px -2px rgba(000,000,000,0.7);
	box-shadow: 0 -1px 6px -2px rgba(000,000,000,0.7);
}
#aside .inner {
	position:relative;
	padding:32px 0;
}


.triangle-under {
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: 20px solid #767573;
}
#aside-scroller {
	display:block;
	position:absolute;
	right:0;
	top:-40px;
	cursor:pointer;
}










