@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
/*==================================================
Media Queries
================================================== */
@media screen and (min-width: 480px) {
	body {background:#E1E1E1;}
	#wrap {
		width: 380px !important;
		overflow: hidden;
		margin: 0 auto;
	}
	.fixed_bottom_btn {
		width: 380px;
		position: fixed;
		bottom:0;
		left: inherit !important;
	}
}
/*==================================================
サイト幅
================================================== */
#wrap {
	background: #FFF;
}
a {
	text-decoration: none;
	color:#390;
}
.logo {
	width: 40%;
	padding: 5px;
}
#contents {
	padding: 10px;
}
#header {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */		
	border-bottom: 1px solid #EEE;
}
#footer {
	border:1px solid #eee;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}	
/*==================================================
タイトル
================================================== */
h1.title_01 {
	padding: 0 0 5px;
	border-bottom: 2px solid #ff8c00;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	line-height: 150%;
}
h2.title_02 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #ff8c00;
	background: #F6F6F6;
	margin:10px 5px;
}
h3.title_03 {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #E8E8E8;
	margin:10px 5px;
}
.contents_txt {
	padding: 10px;
	font-size: 18px;
	line-height: 150%;
	
}
.pr {
	color: #CCC;
	font-size: 11px;
}
.hr {
	background: #eee;
	width: 100%;
	height: 1px;
	margin: 2% auto;
}
.number_title_area {
    line-height: 1;
    margin: 0 -10px 10px -10px;
    padding: 5px 5px 10px 70px;
    position: relative;
}
.number_title {
    height: 35px;
    line-height: 30px;
	padding: 0 0 0 5px;
	color: #FFF;
    background-color: #FE005B;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.number_title:after {
    position: absolute;
    content: "";
    right: -15px;
    border-top: 35px solid #FE005B;
    border-right: 15px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 0px solid transparent;
}
.number_title_in {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}
/*==================================================
タイトル
================================================== */
.img_col_1 {
	width: 100%;
	margin: 5px auto;
}
.img_col_2 {
	margin: 5px auto;
}
.img_col_in_1 {
	float:left;
	width: 50%;
}
.img_col_in_2 {
	float:left;
	width: 33%;
}
.in {
	padding: 2px;
}
/*==================================================
目次
================================================== */
.index_box h1 {
	padding: 5px;
	color:#3B3B3B;
	font-size: 18px;
}
.index_box {
	border: 1px solid #eee;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fffbe0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fffbe0 100%);
	padding: 10px;
	margin: 10px 5px;
}
.index_box li {
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 14px;
	line-height: 2;
}
.index_box a {
	font-size: 16px;
	font-weight:bold;
	padding: 0 0 0 10px;
}

/*==================================================
案件エリア
================================================== */
.ad_box_1 {
	display: table;	
	width: 100%;
	margin: 5% auto;
	padding: 5% 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.ad_thum {
	width: 20%;
	padding: 0 10px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.ad_thum img {
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;		
}
.ad_txt {
    position: relative;
    background: #ff8c00;
    display: table-cell;
	vertical-align: middle;
    font-size: 12px;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 7px;
}
.ad_txt:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 36, 36, 0);
    border-right-color: #ff8c00;
    border-width: 7px;
    margin-top: -10px;
	
}	
.ad_btn a {
	width: 70%;
	margin: 5px auto;
	color: rgb(51, 51, 51);
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
	text-shadow: rgb(255, 238, 102) 0px 1px 0px;
	
	box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px inset;
	background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid rgb(255, 170, 34);
	display: block;
	cursor: pointer;
}

/*==================================================
テーブル
================================================== */
.table_box table {
	width:100%;
	margin:10px auto;
	border-collapse: collapse;
	font-size: 12px;
}
.table_box th {
	padding: 5px 0;
	width: 10%
	text-align: center;
	background: #F2F2F2;
	border: 1px solid #ccc;
}
.table_box th:nth-child(2n) {
	width: 60%;
}
.table_box td {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;	
}
/*=================================================
案件のポイント
================================================== */
.point_box {
	border:1px solid #FF9F00;
	background: #FFFEF0;
	color: #FF9F00;
	margin: 10px 0;
}
.point_box dt {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	background: #FF9F00;
	color: #FFF;	
}
.point_box dd {
	font-size: 16px;
	padding: 7px;
}
.check.icon {
    float: left;
    color: #FF9F00;
    width: 14px;
    height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 3px 10px 0 3px;
}
/*=================================================
レビュー
================================================== */	
.review_box {
	border: 1px solid #0095BC;
}
.review_box li {
	list-style: none;
	margin: 5px;
	padding: 5px;
	border:1px solid #eee;
	background: #FBFBFB;
}
.review_box h1 {
	background: #007B92;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}	
.review_thum {
	position: relative;
	border-bottom: 1px dotted #CCC;
}
.review_thum h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
}
.review_eval {
	color:#FED200;
	text-align: right;
}
.review_box p {
	font-size: 12px;
	padding: 7px;
}
.smile.icon {
	color: #007B92;
	position: absolute;
	top:5px;
	left:0;
	margin-left: 2px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 1px currentColor;
}
.smile.icon:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	border: solid 1px currentColor;
}
.smile.icon:after {
	content: '';
	position: absolute;
	right: 3px;
	top: 3px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	border: solid 1px currentColor;
}
.smile.icon i {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-top: solid 1px transparent;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
}
	
/* clearfix */
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom:1;
}
/*=================================================
文字装飾
================================================== */	
strong　{　background: linear-gradient(transparent 60%, #ffff66 60%);　}
em { font-style: normal; font-weight:bold; color: #f00; }

strong {
    background-color: #ffff66;
    color: #ff3333;
}


/*=================================================
ポイントサイトのしくみ・U-next案内
================================================== */	
			<style>
			.point_cont {
				position: relative;
				margin: 40px 0 30px;
				padding: 25px 20px 15px 20px;
			}
			.point_cont::before {
				position: absolute;
				top: -15px;
				left: 17px;
				height: 25px;
				font-size: 90%;
				font-weight: bold;
				line-height: 20px;
				padding: 4px 10px 0px 30px;
				border-radius: 5px;
				border-image: initial;

			}
			.point_cont:after {
				position: absolute;
				padding: 3px 0px 0px 0px;
				top: -15px;
				left: 10px;
				width: 30px;
				height: 30px;
				border-radius: 5px 0 0 5px;
				line-height: 25px;
				content: "";
			}				
			.point_cont_in {
				line-height:150%;
			}

			.point_cont_in .point_txt {
				display: block;
				font-size: 25px;
				line-height:150%;
				text-align: center;
				color:#f00;
			}
			.point_cont_in .point_txt2 {
				display: block;
				font-size: 18px;
				line-height:150%;
				text-align: center;
				color:#f00;
			}
				.flex_box div {
					float: left;
					width: 50%;
					box-sizing: border-box;
					padding: 5% 2%;
				}
				
			/* コンテンツカラー1 */

			.object_color {
				border: 2px dotted #f00;
				background: #fff0f5;
				border-radius: 5px;

			}
			.object_color::before {
				border: 2px solid #f00;
				background: #FFF;
				color: #f00;
				content: "おすすめはコレ!";
				
			}
			.object_color:after {
				background: #f00 url(images/finger_icon.png) no-repeat;
				background-size:100%;
			}		

			/* コンテンツカラー2 */

			.object_color2 {
				border: 2px dotted #ff8c00;
				background: #ffffe0;
				border-radius: 5px;

			}
			.object_color2::before {
				border: 2px solid #ff8c00;
				background: #FFF;
				color: #ff8c00;
				content: "ひとことメモ";
				
			}
			.object_color2:after {
				background: #ff8c00 url(images/finger_icon.png) no-repeat;
				background-size:100%;
			}		

			</style>