@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
flowページ用のcssです。
-------------------------------- */

#comparison_top {
	background: url(../images/bg_comparison.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#comparison_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}

#comparison_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

#comparison_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}

#comparison_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.comparison_contentsB h1{
	text-align: center;
	font-size: 28px;
	 color: #3a200f;
	margin: 30px auto -10px;
	font-family: 'Montserrat', sans-serif;
}


.comparison_contentsB {
    margin: 0px;
	background: #fbf2e5;
	padding: 30px 5% 60px;
}

.contentsB_inner{
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 0 60px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
	background-color: #fff;
}

.comparison_contentsB h2 {
    font-size: 22px;
    padding: 30px 20px;
    /* background-color: #fef7f7;*/
    border-top: solid 1px #fbd8d8;
    border-bottom: solid 1px #fbd8d8;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin: 40px 0px 20px;
	line-height: 1.3;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}


.comparison_contentsB h2 .bg{
	background: url(../../../common/images/icon_heart.png) no-repeat;
	background-size: 30px;
	padding-left: 38px;
	min-height: 34px;
}

@media (max-width: 900px) {
.comparison_contentsB h2 {
    font-size: 20px;
}

.comparison_contentsB h2 .bg{
	background-size: 26px auto;
}
}


.comparison_contentsB p {
    max-width: 1200px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2.0;
    margin: 0px auto;
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 5px 60px;
}

.comparison_contentsB p.first_text {
	text-align: center;
}


.comparison_contentsB p:after{
	content: "";
	display: block;
	clear: both;
}

.comparison_contentsB h3 {
    font-size: 22px;
    font-weight: normal!important;
    border-bottom: double 4px #e7bcc8;
    color: #c04768;
    padding: 0px 30px;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.comparison_contentsB img {
   margin: 10px auto 20px;
}


img.imgM1 {
	max-width: 320px;
	width:80%;
}

.font_b {
    font-weight: bold;
}

.p_source {
   font-size: 12px!important;
}

.p_source a{
   text-decoration: underline;
}

.p_source a:hover{
   text-decoration: none;
}

.data_box{
   text-align: left;
	border-top :solid 1px #ccc;
	padding: 20px 0px 0;
	margin:60px 60px 0;
	font-size: 12px;
}

ul.point_list{
	padding: 5px 60px;
}

ul.point_list a{
	text-decoration: underline;
} 

ul.point_list a:hover{
	text-decoration: none;
} 

.point_list li{
    box-shadow: 0 0 4px grey;
	/* border: 2px solid #c892a1;*/
    padding: 16px 24px;
    text-align: left;
    margin: 10px 10px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.3;
    color: #4d4d4d;
	border-radius: 10px;
	width: 100%;
}

.point_list li p{
	font-size: 14px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width : -moz-calc(100% - 146px);
	width : -webkit-calc(100% - 146px);
	width : calc(100% - 146px);
}

.point_list li h4{
	font-size: 18px;
	color: #c04768!important;
	margin-bottom: 10px;
}

.point_list li img{
	vertical-align: middle;
	margin: 0 20px 0 0;
	width: 120px;
}



/* --------------------------------
	スマホでスライドするtable（PC）用スタイル
-------------------------------- */
.scroll-hint-icon-wrap {
display:none;
}

.slidetable {
  margin: 0 auto;
	max-width: 1200px;
	padding: 5px 60px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}

.slidetable table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}
.slidetable tr th, .slidetable tr td {
 border: 1px solid #ccc;
background-color: #fcfcfc;
}
.slidetable th, .slidetable td {
  padding: 6px;
	box-sizing: border-box;
width : -moz-calc(100% / 5);
	width : -webkit-calc(100% / 5);
	width : calc(100% / 5);
}

.slidetable th.topline {
	text-align: center;
	color: #fff;
	background-color: #4d4d4d!important;
}

.slidetable li{
	margin-left: 13px;
	padding: 2px 0;
}

.slidetable li:before{
	content: "・";
	margin-left: -13px;
}

.t_color01{
	color: #fff;
	background-color: #c04768!important;
}

.t_color02{
	background-color: #fcf1f4!important;
}

.t_color03{
	background-color: #ececec!important;
}