@charset "utf-8";

/********************************************************
	比較トップ compare2
********************************************************/

/***** ボックス *****/
.module-centering_title.compare_h2_ttl{
	display: flex;
	justify-content: left;
	align-items: left;
	text-align: left;
}

.layout-column.theme-middle.compareflex {
	align-items: stretch;
}

.layout-column.theme-middle.compareflex .module-border_box{
	padding: 30px 25px 25px;
}

.ribbon_compare {
	margin-top: -30px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 27px;
	text-align: center;
}

.compare_border{
	border-width: 1px;
}

.compare_rate {
	text-align: center;
	margin-bottom: 17px;
}

.compare_title {
	text-align: center;
	margin-bottom: 17px;
	font-size: 19px;
	line-height: 1.3em;
}

.compare_title_type {
	text-align: center;
	margin-top: -18px;
	margin-bottom: 13px;
	font-size: 19px;
	line-height: 1.3em;
}

.compareflex .txt {
    font-size: 14px;
    line-height: 1.8em;
}

.compareflex .txt_type {
	margin-top: -18px;
	font-size: 13.5px;
	line-height: 1.5em;
}


/*-------------------------------
	利用可能容量の比較
--------------------------------*/
.spacing{
	font-size: 17.5px;
	letter-spacing: -0.2px;
}


/*-------------------------------
	メリット・デメリット一覧
--------------------------------*/
table.comparison_list{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d3d3d3;
}

 
table.comparison_list td:nth-child(1){
	width: 7%;

}

table.comparison_list td:nth-child(2),
table.comparison_list td:nth-child(3),
table.comparison_list td:nth-child(4){
	width: 27%;
	padding: 30px 20px;

}

.comparison_list th,
.comparison_list td{
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
}

.comparison_list td .item{
	width: 100%;
	font-size: 14px;
    line-height: 1.8em;
}

.merit{
	background: #ff5a5a;
}

.demerit{
	background: #525252;
}

/*-------------------------------
	おすすめのタイプ比較
--------------------------------*/

.inside_flex {
	display: flex;
	flex-wrap: wrap;
	height: 250px;
	justify-content: center;
	align-items: center;
}

.placed_below {
	display: flex;
	height: 145px;
	align-items: flex-end;
	justify-content: center;
}

/*-------------------------------
	バナーエリア
--------------------------------*/
.bnr_bk_area{
	background: url("../../images/page/compare/bnr_bk.png") repeat;
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bnr_content_inner {
    background: none;
}

ul.side {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.bnr_bk_area ul li img {
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
}