@charset "utf-8";

#intro {
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 1280px;
  text-align: center;
}

#intro .pageTitle {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
  padding: 60px 0 60px 120px;
  line-height: 1;
  text-align: left;
  font-size: 30px;
  color: #fff;
  background: url("../img/pagetitle-img.png") no-repeat right center #d41338;
}

#intro .pageTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  background: url("../img/icon-pagetitle.png") no-repeat;
}

#intro .lead {
  padding-bottom: 0px;
  line-height: 2.25;
  font-size: 20px;
}
#intro .surveyTarget{
	font-size: 16px;
	line-height: 2.25;
	display: inline-block;
	margin-top: 30px;
	background: #fff;
	border:2px solid #ccc;
	padding: 30px;
}

#intro .surveyTarget span{
	font-size: 16px;
	color: #e54562;
}
#intro .refferURL{
	font-size: 13px;
	line-height: 2;
    display: block;
    padding-top: 15px;
}

#comparison{
	margin: 0 auto;
	padding:0 0 30px;
	width: 1100px;
	text-align:center;
	font-size:16px;
	line-height:200%;
}

#comparison .comparison_list{
	padding:85px 50px 85px 50px;
}
#comparison .comparison_list:nth-child(odd){
	background: url("../img/dots_gray_02.png") ;
}
#comparison .comparison_list:nth-child(1){
	background: none ;
	padding:0px 50px 85px 50px;
}

#comparison h3{
	font-size: 34px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#comparison h4{
	background: url("../img/bg_comparison_01.jpg") no-repeat center bottom;
	font-size: 28px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 36px;
}

#comparison h4.ttl-padding{
	padding-top: 50px;
}

#comparison p{
	padding-bottom: 20px;
}

#comparison .lead {
	padding-bottom: 60px;
	line-height: 2.2;
	font-size: 20px;
}



#comparison .comparison-points{
	padding-bottom: 60px;
}
#comparison .comparison-points .ttl-point{
	text-align: center;
	padding-bottom: 10px;
}
#comparison .comparison-points .ttl-point img{
	width: 206px;
	display: inline;
}
#comparison .comparison-points .note{
	text-align: center;
}
#comparison .comparison-points-list{
	padding: 5px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
#comparison .comparison_list .note.align-center{
	text-align: center;
}
#comparison .comparison-points-list > *{
	width: 25.5%;
	font-size: 16px;
	text-align: center;
	padding: 2.5%;
	border-radius: 10px;
}
#comparison .comparison-points-list strong{
	font-weight: bold;
	font-size: 24px;
}
#comparison .comparison-points-list sup{
	font-size: 8px;
}
#comparison #comparison-result > *{
	background: #d41437;
	color: #fff;
}
#comparison #comparison-number > *{
	background: #2252a8;
	color: #fff;
}
#comparison #comparison-support > *{
	background: #1c7024;
	color: #fff;
}
#comparison #comparison-quality > *{
	background: #cc7400;
	color: #fff;
}
#comparison #comparison-price > *{
	background: #683391;
	color: #fff;
}

#comparison #comparison-result-note li{
	padding:0 2.5%;
}

#comparison .comparison-nav{
	padding: 0 0 60px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
#comparison .comparison-nav > *{
	width: 15%;
	text-align: center;
	border-radius: 10px;
}
#comparison .comparison-nav-result{
	background: #d41437;
	color: #fff;
}
#comparison .comparison-nav-number{
	background: #2252a8;
	color: #fff;
}
#comparison .comparison-nav-support{
	background: #1c7024;
	color: #fff;
}
#comparison .comparison-nav-quality{
	background: #cc7400;
	color: #fff;
}
#comparison .comparison-nav-price{
	background: #683391;
	color: #fff;
}
#comparison .comparison-nav-total{
	background: #fff;
	color: #fff;
	border:2px solid #555;
}
#comparison .comparison-nav a{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	display: block;
	padding: 10% 2% 9% 2%;
}
#comparison .comparison-nav .comparison-nav-total a{
	color: #555;
}


/*
#comparison #comparison-support.comparison-points-list > *{
	width: 18.5%;
	font-size: 16px;
	text-align: center;
	padding: 2.5%;
	border-radius: 10px;
}
*/



#comparison .graph {
	padding-bottom: 5px;
}
#comparison .graph.graph_number{
	padding-bottom: 30px;
}

#comparison .note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

#comparison img{
	width: 100%;
	display: block;
}

#comparison table{
	width: 100%;
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 90%;
}

#comparison table thead th{
	background: /* #a98044 */#a3a3a3;
	color: #fff;
	border-color:#fff;
	font-weight: normal;
	white-space: nowrap;
}

#comparison table thead th.eq8{width: 10%;}
#comparison table thead th.eq7{width: 11.42%;}
#comparison table thead th.eq6{width: 13.33%;}
#comparison table thead th.eq5{width: 16%;}
#comparison table thead th.eq4{width: 20%;}
#comparison table thead th.eq3{width: 26.6%;}
#comparison table thead th.eq2{width: 40%;}

#comparison table tbody th{
	background: /* #a98044 */#eee;
	color: #555;
	border-color:#fff;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	width: 20%;
}

#comparison table tbody tr.tr-pa th{
	background: #e54562;
	color: #fff;
}
#comparison table tbody tr.tr-pa td{
	background:#fff2f5;
	color:#e54562;
}

#comparison table tbody tr.tr-pa-02 th{
	background: #1d7225;
	color: #fff;
}
#comparison table tbody tr.tr-pa-02 td{
	background:#fff2f5;
	color:#e54562;
}

#comparison table td{
	color: #555;
	border-color:#ddd;
	width:auto;
	background: #fff;
	text-align: center;
}
#comparison table td.gray{
	background: #fafafa;
}
#comparison table td.left{
	text-align: left;
}

#comparison table td img{
	height: 1rem;
	display: inline;
	vertical-align: middle;
}

#comparison table td sup{
	font-size:10px;
}

#comparison table span{
	font-size: 10px;
}

.comparison_lists_wrapper{
	padding: 30px 30px 0 30px;
	background: #fff;
}
#comparison.comparison_lists{
	width: auto;
	padding: 0;
}
#comparison.comparison_lists table{
	margin-bottom: 50px;
}

#comparison.comparison_lists td{
	min-width:100px;
}

#comparison .comparison-column{
	background: #e0e0e0;
	margin: 10px 0 0 0;
	padding: 30px;
}
#comparison .comparison-column .comparison-column-inner{
	padding: 15px 30px 20px 30px;
	background: #fff;
}

#comparison .comparison-column h4{
	font-size: 20px;
	margin-bottom: 0px;
    text-align: center;
	background: none;
}

#comparison .comparison-column h5{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #047bbf;
    line-height: 40px;
	padding-bottom: 0px;
	border-bottom:1px dashed #486D94;
	margin-bottom:20px;
}

#comparison .comparison-column h5 img{
	display:inline-block;
}
#comparison .comparison-column-list{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
#comparison .comparison-column-list > *{
	width: 30%;
	font-size: 16px;
	text-align: center;
	padding: 2.5% 2.5% 0 2.5%;
	border-radius: 10px;
}


#comparison .table_image{
	max-width: 750px;
	display: block;
	margin: 0 auto;
}
#comparison .btn-download{
	width: 50%;
	margin:0 auto;
}
#comparison .btn-download a{
	background: #d41437;
	border-radius: 10px;
	color:#fff;
	display:block;
	padding:10px;
	font-weight:bold;
	font-size:18px;
}