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

#comparison_top {
	background: url(../images/bg_comparison.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#comparison_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	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: 1.1rem;
	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: 1.4rem;
	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: 1.8rem;
	 color: #3a200f;
	margin: 20px auto;
}


.comparison_contentsB {
    margin: 0;
	background: #fbf2e5;
	padding: 10px 10px 40px;
}

.contentsB_inner{
	 margin: 0px 0 0;
	padding: 0 0 40px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
	background-color: #fff;
}

.comparison_contentsB h2 {
    font-size: 1.6rem;
    padding: 20px 10px 20px 0;
    /* background-color: #fef7f7;*/
    border-top: solid 1px #fbd8d8;
    border-bottom: solid 1px #fbd8d8;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin: 20px 0 20px 0;
	line-height: 1.5;
	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: 24px auto;
	padding: 0 0px 0 26px;
}

.comparison_contentsB h2 .smtet{
	letter-spacing: 0px;
}

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

.comparison_contentsB h3 {
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: double 4px #e7bcc8;
    color: #c04768;
    padding: 0px 30px 5px;
    display: inline-block;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
}

.comparison_contentsB img {
   margin-bottom: 10px;
}

img.imgM1 {
	width : 60%;
	margin: 0 auto 20px;
}


.font_b {
    font-weight: bold;
}

.p_source {
   font-size: 1.1rem!important;
	line-height: 1.4!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:40px 10px 0;
	font-size: 1.1rem;
}


ul.point_list{
	padding: 0px;
}

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 10px;
    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 : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}

.point_list li p{
	font-size: 1.3rem;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width : -moz-calc(100% - 86px);
	width : -webkit-calc(100% - 86px);
	width : calc(100% - 86px);
	line-height: 1.6;
}

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

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


/* --------------------------------
	スマホでスライドするtable（SP）用スタイル
-------------------------------- */

.slidetable {
  margin: 0 10px 0 10px;
  padding: 0;
  border-collapse: collapse;
 font-size: 1.1rem;
}

.slidetable table {
  border:none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display:block;
  overflow:scroll;
	text-align: left;
	line-height: 1.5;
}
.slidetable thead th:first-child {
	width: 80px;
	position: -webkit-sticky;
	position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.slidetable thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
}
.slidetable tbody th:first-child {
	width: 80px;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
  z-index: 1;
  border:none;
}
.slidetable tr th, .slidetable tr td {
  text-align: left;
  position: relative;
  border: none !important;
  z-index: 0;
  vertical-align:middle !important;
padding: 6px;
    white-space: nowrap;
}
.slidetable th{
  letter-spacing: 1px;
}
.slidetable tr{
  border-bottom:none !important;
}

.slidetable table th::before, .slidetable table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  /*border-left: 1px solid #dedede;*/
  border-bottom: 1px solid #dedede;
  /*z-index: -1;*/
}

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

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

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


/*.slidetable tr td:first-child {
  width: 80px;
  position: absolute;
  left: 20px;
}*/

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

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

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

