@charset "utf-8";

/*----------------------------------------
  review
----------------------------------------*/


html {
  scroll-padding-top: 56px; /* 固定ヘッダの高さ分 ページ内リンク先のヘッダー防止*/
}



/*共通 見出し類*/

.h2-titles {
    border-bottom: 3px solid #d34376;
    border-top: 3px solid #d34376;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 7px 5px 5px 5px;
}


.h2-titles span {
    border-left: none !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 10px;
    font-size: 24px
}



h3.area_title {
    padding: 0.5em;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 10px auto;
    text-align: left;
    border-left: 4px solid #D34376;
}



/*セクション毎のマージン*/


.section_mb{
	margin-bottom: 60px	
}



/*---------------------- メインビジュアル ---------------------- */



main#review{
	background: url(/review/img/bg_review_pc.jpg) top center repeat-x;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
}

#review #topic_path {
    background: none!important;
}

.review_top_bg {
	background: url(/review/img/bg_review_pc.jpg) top center repeat-x;
	padding: 30px;
	width: 100%;
	margin-top: 10px;
}


.review_top_bg .review_mv{
	min-height: 720px;
	width: 1002px;
	margin: 0 auto;	
	padding: 20px 30px 30px 30px;
}

.review_top h1 {
	margin: 0px auto 10px auto;
	text-align: center;
	color: #d34376;
	font-size: 31px;
}

.review_mv .copy{
	text-align: center;
	font-size: 20px;
}


.review_mv .main_img{
	text-align: center;
	margin: 30px auto;
	position: relative;
}

.review_mv .main_img dt img{
	width: 60%;
}

.review_mv .main_img dd img{
	top: -10px;
    right: 22%;
	position: absolute;
	width: 15%;
}

.review_mv .main_txt{
	font-size: 20px;
	font-feature-settings: "palt";
	line-height: 2;
}


.reason_cap{
	text-align: left;
	font-size: 0.9em;
	color: #999999;
	clear: both;
}



/*---------------------- 個別のレビュー ---------------------- */


.personal_data{

}

ul.data_list{
	overflow: hidden;
	clear: both;
	padding-left: 15px;
}
	
	
ul.data_list li{
	width: 100%;
}

.data_inside{
	margin-bottom: 40px;
}


/*高さを制限しているボックスの要素*/
.data_inside .tb_inner{
	width:90%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom:40px;
	border: 1px solid #cccccc;
	padding:40px 25px 40px 25px;
	position: relative;
	overflow: hidden;
	transition: .4s;
	box-sizing: border-box;
	height: auto;	
}


.data_inside table{
	width:100%;
	border-collapse: collapse;
	margin:0;
	vertical-align: middle;
}
	
.data_inside table td.info{
	line-height:180%;
	padding:5px;
	text-align:left;
	vertical-align: middle;	
	font-size: 1.26rem;
	width: 50%;
}


.data_inside table tr.border{
	border-bottom: 1px solid #ccc;
}

.data_inside table.spec_all td.img{
	padding: 60px 0px 10px 35px;
    vertical-align: middle;
    width: 25%;	
}

.data_inside table.spec_all td.img img.person{
    width: 100%	
}

.data_inside table.spec_all td img.data{
    width: 100%;
    margin: 20px auto 0;
    display: block;
}


.data_inside .spec_all .display_flex{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
	margin-right: 25px;
}



.data_inside .spec_all dl.spec{
	font-size: 18px;
	display: flex;
	align-items: baseline;
    flex-direction: row;
    justify-content: space-around;
	margin-left: 30px;
	font-weight: bold;
}


.data_inside .spec_all dl.spec dt{
	background: #ffe8ec;
	padding: 4px 10px;
}

.data_inside .spec_all dl.spec dd{
	padding-left: 10px;
}

.data_inside .date{
	padding: 3px 6px;
    color: #b9b7b7;
    font-size: 16px;
    margin-right: 0px;
    text-align: left;
	position: absolute;
	top: 50px;
    left: 40px;
}


.data_inside .more_content{
    font-size: 17px;
	padding: 0px 10px;
	line-height: 1.8;
	letter-spacing: 1.5;
}






/*--------------ページ送りボタン--------------*/


.pagination{
	width: 230px;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-around	
}

.pagination li{
	border-radius: 5px;
	border: 1px solid #666666;
	padding: 10px;
}

.pagination li.passive{
	background: #ccc;
	color: #666666;
}

.pagination li.active{
	background: #fff;
}



/*----------------------共通----------------------*/
.txt_cap{
	font-size: 0.8;
	margin-top: 0px;
}

.marker_yellow_hoso {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}


.pink{
	color: #c2185b;
	font-weight: bold;
}


/*固定ヘッダー分のリンクの余白*/
#review .link_yohaku{
	scroll-margin-top: 80px;
}


/*固定ヘッダー分のリンクの余白 1番目だけくっつくの防止*/
#review .link_yohaku.first{
	padding-top:160px;
	margin-top:-80px;
}


/*---------------- タブレットの崩れ防止 ------------------*/

@media only screen and (min-width:768px) and (max-width:1024px){
	
.review_top_bg .review_mv{
	width: auto!important;
	}
}





