/*iosでタップした部分の色が黒くなり残ってしまうため、透明に変更*/
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

*:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*リセットCSS*/
body {
	-webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-family: "メイリオ", "Meiryo", "ＭＳＰゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

li {
	list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.error {
	color: #f74361;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.font_10px {
	font-size: 10px;
}

.font_11px {
	font-size: 11px;
}

.font_12px {
	font-size: 12px;
}

.font_13px {
	font-size: 13px;
}

.font_14px {
	font-size: 14px;
}

.red {
	color: #F74361;
	font-weight: bold;
}

.blue {
	color: #1994da;
}

.s_red {
	color: #F74361;
}

.yellow {
	color: #FF0;
	font-weight: bold;
}

.green {
	color: #2ecc71;
}

.white {
	color: #fff;
}

.orange {
	color: #ff9b0e;
}

.d_glay {
	color: #333;
	font-weight: bold;
}

input:focus {
	outline: none;
}

/* ==================================================

 箱

================================================== */
.box_wrap {
	clear: both;
	border: none;
	margin: 0 10px;
}

.box01 {
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	-webkit-box-shadow: 0px 1px 3px 0px #ccc;
	-moz-box-shadow: 0px 1px 3px 0px #ccc;
	border: none;
}

/* ==================================================

 タイトルh2　

================================================== */
.h2_title {
	display: block;
	padding: 8px 10px 8px 25px;
	margin-bottom: 5px;
	background: none;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 1px 0px #ccc;
	-moz-box-shadow: 0px 1px 1px 0px #ccc;
	color: #555;
	font-size: 14px;
	line-height: 1.8em;
	text-indent: -15px;
}

.h2_title:before {
	color: #63c3db;
	content: ",";
	width: 10px;
	padding: 2px 0;
	margin-right: 8px;
	background-color: #63c3db;
}

/* ==================================================

 タイトルh3　コンテンツ内小見出し

================================================== */
.h3_title {
	position: relative;
	margin-bottom: 5px;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.h3_title:before {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	content: ".";
	width: 8px;
	height: 8px;
	font-size: 1px;
	background-color: #63c3db;
}

/* ==================================================

 お知らせ index

================================================== */
#conts .info_wrap {
	margin-bottom: 15px;
	border: none;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#conts .infomation {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	color: #555;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	border-bottom: dashed 1px #f3f3f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#conts .infomation a {
	color: #1994da;
	font-size: 12px;
	word-break: break-all;
}

#conts .infomation:first-child {
	padding: 23px 10px 10px;
}

#conts .infomation.no-sticky:first-child {
	padding: 10px;
}

#conts .infomation:last-child,
#conts .infomation.no-sticky {
	border-bottom: none;
}

#conts .infomation p {
	margin-bottom: 10px;
}

#conts .infomation p:last-child {
	margin-bottom: 0;
}

/*左上見出しリボン*/
.image {
	position: relative;
}

.point-sticky {
	position: absolute;
	background: #f74361;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
}

.point-sticky:after {
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
}

.point-sticky-l {
	padding: .2em 1em;
	top: -.3em;
	left: -6px;
}

.point-sticky-l:after {
	left: 0;
	top: 100%;
	border-top: 6px solid #a01417;
	border-left: 6px solid transparent;
}

/* ==================================================

 お知らせドロップダウン index

================================================== */
#conts .info_drop dt {
	position: relative;
	width: 100%;
	text-align: left;
	color: #1994da;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
	border-top: dashed 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#conts .info_drop dt:first-child {
	padding: 25px 10px 10px;
	/*リボン分広く*/
	border-top: none;
}

#conts .info_drop dt div {
	position: relative;
}

#conts .info_drop dt span {
	display: inline-block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/*お知らせ 矢印*/
#conts .info_drop dt div:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 0px;
	right: 0px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent none repeat scroll 0 0;
	border-right: 1px solid #1994da;
	border-bottom: 1px solid #1994da;
}

#conts .info_drop dt.close div:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: 8px;
	right: 0px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent none repeat scroll 0 0;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #1994da;
	border-top: 1px solid #1994da;
}

#conts .info_drop dd {
	display: none;
	padding: 10px;
	border-top: dashed 1px #ccc;
	color: #555;
	font-size: 12px;
	word-break: break-all;
}

#conts .info_drop dd a {
	color: #1994da;
}

#conts .info_drop_day {
	margin-top: 10px;
	color: #999;
	text-align: right;
}

.pickup_text_wrap,
.day_text_wrap {
	display: block;
	margin-top: -10px;
	text-decoration: none;
}

.pickup_text,
.day_text {
	padding: 10px;
	background-color: #fdb239;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
}

/* ==================================================

  本日の新着アプリ

================================================== */
#today_new_wrap {
	margin-bottom: 15px;
}

#today_new_wrap a .today_new_text {
	float: left;
	padding: 10px 0 0 5px;
	color: #555;
	font-size: 14px;
}

#today_new_wrap a .today_new_arrow_box {
	float: left;
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 5px 10px;
	background: #1994da;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#today_new_wrap a .today_new_arrow_box:after {
	position: absolute;
	pointer-events: none;
	content: " ";
	width: 0;
	height: 0;
	left: 100%;
	top: 50%;
	margin-top: -5px;
	border: solid transparent;
	border-left-color: #1994da;
	border-width: 5px;
}

/* ==================================================

 タイムセール

================================================== */
#timesale_wrap {
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#timesale_wrap .timesale {
	padding: 3px 0 0;
	text-align: center;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#timesale_wrap .timesale .timesale_cont {
	float: left;
	position: relative;
	width: 49%;
	margin: 45px 1% 10px 0;
	background: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	-webkit-box-shadow: 0px 1px 3px 0px #ccc;
	-moz-box-shadow: 0px 1px 3px 0px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#timesale_wrap .timesale .timesale_cont:nth-child(even) {
	margin: 45px 0 10px 1%;
}

#timesale_wrap .timesale .count_timer {
	font-size: 12px;
	font-weight: bold;
}

#timesale_wrap .timesale .timesale_cont .cont1 .timesale_img {
	padding: 0 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text {
	padding: 0 8px;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: left;
	font-size: 12px;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text p.title {
	/*	display:-webkit-box;*/
	height: 1.6em;
	margin-bottom: 0px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .bonus_wrap {
	height: 33px;
	margin: 3px 0 0 0;
	text-align: center;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .bonus_wrap .bonus {
	display: block;
	padding: 0 5px;
	margin: 0 auto;
	background-color: #f74361;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	word-break: break-all;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point {
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: -0.3px;
	text-align: center;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point span {
	letter-spacing: -0.3px;
}

#timesale_wrap .timesale .timesale_cont .cont1 .cont_text .point .point2 {
	font-size: 14px;
	font-weight: bold;
}

.timesale .cout_down {
	width: 100%;
	height: 25px;
	margin: -45px auto 20px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.timesale .cout_down span {
	line-height: 25px;
}

/*吹き出し - 青*/
.arrow_box_blue {
	position: relative;
	padding: 5px 0;
	background: #1994da;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.arrow_box_blue:after {
	position: absolute;
	pointer-events: none;
	content: " ";
	height: 0;
	width: 0;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-bottom: -8px;
	border: solid transparent;
	border-top-color: #1994da;
	border-width: 8px;
}

/* ==================================================

 キャンペーン

================================================== */
#campaign_wrap {
	padding: 0 10px;
	margin-bottom: 15px;
}

#campaign_wrap .campaign_box01 {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: solid 1px #eee;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#campaign_wrap .campaign_box01:last-of-type {
	margin-bottom: 10px;
	border-bottom: none;
}

#campaign_wrap .point-triangle-rt span {
	right: -1.5em;
}

#campaign_wrap .point-triangle-rt::after {
	right: -10px;
	border-bottom: 3em solid transparent;
	border-right: 3em solid #f74361;
}

#campaign_wrap .campaign_box01 .banner {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

#campaign_wrap .campaign_box01 .banner .camp_text {
	display: table-cell;
	width: 100%;
	height: 90px;
	padding-left: 10px;
	color: #555;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#campaign_wrap .campaign_box01 .banner .camp_text .title {
	font-weight: bold;
	word-break: break-all;
}

#campaign_wrap .campaign_box01 .banner .camp_short_text .title {
	width: 90%;
}

#campaign_wrap .campaign_box01 .banner .camp_short_text .text {
	width: 95%;
}

#campaign_wrap .campaign_box01 .banner .camp_text .outlline {
	word-break: break-all;
}

#campaign_wrap .campaign_box01 .camp_img {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	text-align: left;
	height: 90px;
	line-height: 0;
}

/* オーバーレイ表示 */
#campaign_wrap .campaign_box01 .camp_img {
	position: relative;
}

#campaign_wrap .campaign_box01 .overlay_end {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.6);
}

#campaign_wrap .campaign_box01 .overlay_end span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

/* ==================================================

 バナーエリア

================================================== */

/* スライダー */
#conts .main_slider_wrap {
	position: relative;
}

#conts #main_slider .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

#conts #main_slider .slick-dots {
	bottom: -20px;
}

#conts #main_slider .slick-dots li {
	margin: 0;
}

#conts .main_slider_wrap .slick-prev {
	left: -5px;
	z-index: 1;
}

#conts .main_slider_wrap .slick-prev::before {
	color: #666;
}

#conts .main_slider_wrap .slick-next {
	right: -5px;
}

#conts .main_slider_wrap .slick-next::before {
	color: #666;
}

#conts .main_slider_wrap .slick-slide img {
	width: 100%;
	height: auto;
}

/* バナー */
#conts .bnr_wrap {
	padding: 0 10px;
	margin-bottom: 15px;
}

#conts .bnr_wrap .single_bnr {
	margin-bottom: 10px;
}

#conts .bnr_wrap .single_bnr img {
	display: block;
	width: 100%;
	height: auto;
}

/* バナー_2つ並び */
#conts .bnr_wrap .double_bnr li {
	float: left;
	width: 49%;
	margin-bottom: 10px;
	text-align: center;
}

#conts .bnr_wrap .double_bnr li:nth-child(2n+1) {
	margin-right: 2%;
}

/* バナー_3つ並び */
#conts .bnr_wrap .triple_bnr li {
	float: left;
	width: 32%;
	margin-bottom: 10px;
	text-align: center;
}

#conts .bnr_wrap .triple_bnr li:nth-child(2n) {
	margin-left: 2%;
	margin-right: 2%;
}

/* バナー2つ_3つ_共通 */
#conts .bnr_wrap .double_bnr li:nth-last-child(1),
#conts .bnr_wrap .double_bnr li:nth-last-child(2),
#conts .bnr_wrap .double_bnr li:nth-last-child(3),
#conts .bnr_wrap .triple_bnr li:nth-last-child(1),
#conts .bnr_wrap .triple_bnr li:nth-last-child(2),
#conts .bnr_wrap .triple_bnr li:nth-last-child(3) {
	margin-bottom: 0;
}

#conts .bnr_wrap .double_bnr a,
#conts .bnr_wrap .triple_bnr a {
	display: block;
	font-size: 12px;
	text-decoration: none;
}

#conts .bnr_wrap .double_bnr img,
#conts .bnr_wrap .triple_bnr img {
	display: block;
	width: 100%;
	height: auto;
}

/* ==================================================

新着更新・ ランキング

================================================== */
.tabs {
	display: block;
	width: auto;
	padding: 10px 10px 7px 10px;
	margin: 0;
	list-style: none;
}

.tabs li {
	display: block;
	float: left;
	height: 16px;
	padding: 6px 12px 8px;
	margin-left: 5px;
	background-color: #fff;
	border: #ccc solid 1px;
	border-radius: 16px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

.tabs li:first-child {
	margin-left: 0;
}

.tabs li.open {
	height: 16px;
	background-color: #f2f2f2;
}

.tabs li a {
	color: #555;
	text-decoration: none;
}

/*ランキングタブ用（テキスト溢れ時）*/
.tabs li.rank a {
	letter-spacing: 0em;
	font-size: 10px;
}

#conts .disnon {
	display: none;
}

/*新着更新*/
#conts .tabs_ad {
	margin-bottom: 15px;
}

#conts .tabs_ad .more_box_b {
	clear: both;
}

#conts .tabs_ad .adlook {
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}

/*ランキング 王冠*/
.ad .ad2 .cont_rank {
	position: relative;
}

.ad .ad2 .cont_rank img {
	display: block;
	width: 50px;
	margin: 0 auto 8px;
}

/* ランキング注釈 */
#rank_ad_wrap .tabs_ad {
	margin-bottom: 5px;
}

#rank_ad_wrap .caution {
	padding: 0 10px 10px;
}

#rank_ad_wrap .caution .txt_ind {
	font-size: 12px;
	color: #555;
}

/* ==================================================

 もっと見るボタン

================================================== */
.more_box_b,
.more_box_r {
	position: relative;
	display: block;
	width: 100%;
	border-top: #ccc solid 1px;
	text-decoration: none;
	text-align: center;
}

.more_box_b span,
.more_box_r span {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	text-indent: -12px;
	text-align: center;
}

/* もっとみる → */
.more_box_r span:before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 15px;
	right: -8px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent none repeat scroll 0 0;
	border-right: 1px solid #1994da;
	border-top: 1px solid #1994da;
}

/* もっとみる ↓ */
.more_box_b span:before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 12px;
	right: -15px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent none repeat scroll 0 0;
	border-right: 1px solid #1994da;
	border-bottom: 1px solid #1994da;
}

.more_box_b.close span:before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 20px;
	right: -15px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: transparent none repeat scroll 0 0;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #1994da;
	border-top: 1px solid #1994da;
}

/* ==================================================

 動画

================================================== */
#app_movie_wrap {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #555;
	font-size: 12px;
}

#app_movie_wrap .app_movie_box {
	padding: 10px;
}

#app_movie_wrap .app_movie_box .movie_catch {
	font-weight: bold;
	font-size: 14px;
}

#app_movie_wrap #movie {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

/* ==================================================

 案件

================================================== */
#index_wrap {
	padding-top: 10px;
}

#index_wrap .ad {
	padding: 5px;
	text-align: left;
}

/* 一列3行表示 */
#index_wrap .ad .ad2 {
	float: left;
	width: 33.33333%;
	/* Android4.3以下用フォールバック */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==================================================

 案件 共通パーツ

================================================== */
.cont_img {
	position: relative;
	padding-top: 100%;
	background: #f9f9f9;
	overflow: hidden;
}

/*.cont_img img.cnr_round{*/
.cont_img .cnr_round {
	position: absolute;
	width: 100%;
	max-width: 120px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
}

.ad .cont1 .cont_text {
	font-size: 12px;
	text-align: left;
}

.ad .cont1 .cont_text p.title {
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0 3px;
	height: 3.2em;
	/* 1行分のタイトルでも無駄に高さとってスペース空く でも決めないとタイトル短いのと2行以上のが同列に来たらずれる */
	word-break: break-all;
	overflow: hidden;
	/*	text-overflow:ellipsis;
  	display:-webkit-box;
  	-webkit-box-orient:vertical;
  	-webkit-line-clamp:2;	*/
}

.ad .cont1 .cont_text p.point {
	text-align: center;
}

.cont_text .point .point2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.3px;
}

/* 曜日イベ対象 */
.weeks_bonus {
	display: inline-block;
	padding: 3px 5px;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #2490d0;
	border-radius: 2px;
}

/* ==================================================

 限定枠

================================================== */

#limit_wrap {
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#limit_wrap .arrow_box_blue {
	margin: 8px 0;
	background-color: #0B4566;
	color: #F1DC80;
	font-size: 14px;
}

#limit_wrap .arrow_box_blue .big {
	font-size: 16px;
}

#limit_wrap .arrow_box_blue:after {
	border-top-color: #0B4566;
}

#limit_wrap .limit_box {
	border: 1px solid #0B4566;
}

#limit_wrap .ad {
	padding: 0;
	font-size: 0;
}

#limit_wrap .cont1 {
	width: 100%;
	display: table;
	table-layout: fixed;
	list-style: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#limit_wrap .cont1 li.limit_img {
	display: table-cell;
	width: 130px;
	height: 120px;
	padding-right: 10px;
	text-align: left;
	line-height: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#limit_wrap .cont1 li.cont_text {
	vertical-align: middle;
	height: 120px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#limit_wrap .cont1 li.cont_text .point {
	padding-right: 10px;
	letter-spacing: -0.3px;
}

#limit_wrap .cont1 li.cont_text .point .align_r {
	text-align: right;
}

#limit_wrap .cont1 li.cont_text .rp_point {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
	border: 1px solid #1994da;
	border-radius: 0;
	color: #1994da;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
}

#limit_wrap .adlook {
	padding-bottom: 10px;
}

#limit_wrap .limit_main_cnt {
	font-size: 14px;
}

#limit_wrap .limit_no_cnt {
	padding: 10px;
	background-color: #0B4566;
	color: #Fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#limit_wrap .limit_no_cnt img {
	display: inline-block;
	line-height: 20px;
	vertical-align: bottom;
}

#limit_wrap .limit_no_cnt span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	vertical-align: bottom;
}

#limit_wrap .limit_no_cnt .big {
	font-size: 14px;
	line-height: 20px;
}

#limit_wrap .limit_no_end {
	font-weight: normal;
	font-size: 12px;
}

/* ==================================================

 共通パーツ

================================================== */
/* エリア右上の三角枠 */
.point-triangle {
	position: relative;
	font-size: 18px;
	z-index: 1;
}

.point-triangle:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
}

.point-triangle span {
	position: absolute;
	content: " ";
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	/*	line-height:11px;*/
	line-height: 12px;
	overflow: hidden;
	z-index: 2;
}

.point-triangle-rt:after {
	top: 0;
	right: 0;
	border-bottom: 4em solid rgba(255, 255, 255, 0);
	border-right: 4em solid #f74361;
}

.point-triangle-rt span {
	/*	top:1.5em;
	right:0.4em;*/
	/*	right:-7px;
	top:13px;*/
	right: -0.6em;
	top: 1.2em;
	width: 60px;
	height: 24px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	overflow: hidden;
}

/* リンクボタン - 赤 */
.adlook {
	padding-bottom: 20px;
}

.adlook a {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: #f74361;
	text-align: center;
}

.adlook .adlook_title {
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	width: inherit;
	/* iphoneのバグ対策 */
}

/* 広告リンク */
.ad_a,
.pi_a {
	text-decoration: none;
	color: #555;
}

/* ローディング */
.nowloading {
	text-align: center;
}

/* [PR] */
.ad_banner {
	clear: both;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.ad_banner .ad_banner_text {
	color: #555;
}

/* ぶら下がりインデント（※印や「・印」のような箇条書き用、2行目以降字下げ） */
.list_indent {
	padding-left: 1em;
	text-indent: -1em;
}


/* pager */
.pager_wrap {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
	font-size: 12px;
	box-shadow: 0px 1px 1px 0px #cccccc;
}

.pager_wrap .page_btn {
	display: block;
	width: 30%;
	padding: 8px 0;
	color: #555;
	text-decoration: none;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.pager_wrap .prev_btn {
	float: left;
}

.pager_wrap .next_btn {
	float: right;
}

.pager_wrap .pager {
	float: left;
	width: 14%;
	padding: 8px 0;
	margin: 0 13%;
	background-color: #666;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}


/* ==================================================

 メインコンテンツ

================================================== */

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓ここから古い main.css にも追記する↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

#all_wrap {
	width: 100%;
	/* スクロール禁止のモーダルなどでfixedにしたとき画面幅決めておかないと全面にならない */
	padding-bottom: 50px;
	margin: 0;
	/* 旧css打ち消し用 */
}

#conts {
	clear: both;
	background-color: #f2f2f2;
}

/* ==================================================

 ヘッダー上

================================================== */
#header {
	background-color: #f2f2f2;
}

#header #emergency_box a {
	display: block;
	position: relative;
	padding: 5px;
	padding-right: 20px;
	width: 100%;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

#header #emergency_box a .cate_icon {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 5px 0;
	width: auto;
	font-weight: bold;
	color: #fff;
	background-color: #f74361;
}

#header #emergency_box a::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	content: "";
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #63c3db;
	border-right: 1px solid #63c3db;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ==================================================

 ヘッダーメニュー

================================================== */
#header .header_menu {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #fff;
	/* border-bottomで下が広く見えるため上に余白で錯視防止 */
	border-bottom: 1px solid #ccc;
}

#header .header_menu .header_logo {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	margin: 9px 0 0 5px;
	text-align: left;
}

.header_menu .drawer_btn {
	width: 50px;
	padding: 2px 0 3px;
	text-align: center;
}

.header_menu .ex_btn a {
	display: block;
	padding: 2px 0 3px;
}

.header_menu .bb_btn a {
	display: block;
	padding: 2px 0 3px;
}

.header_menu .drawer_btn img,
.header_menu .ex_btn img,
.header_menu .bb_btn img {
	display: block;
	margin: 0 auto;
}

#header #user_name_pt {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	padding: 5px 5px;
	background-color: #63C3DB;
	box-shadow: 0px 1px 1px 0px #cccccc;
	-webkit-box-shadow: 0px 1px 1px 0px #cccccc;
	-moz-box-shadow: 0px 1px 1px 0px #cccccc;
	color: #fff;
	box-sizing: border-box;
}

#header #user_name {
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	width: -webkit-calc(100% - 12em);
	width: calc(100% - 12em);
}

#header #user_name .name_box {
	display: inline-block;
	max-width: -webkit-calc(100% - 2.5em);
	max-width: calc(100% - 2.5em);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#header #user_name span {
	line-height: 22px;
	vertical-align: middle;
}

#header #user_pt {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 22px;
	letter-spacing: 1px;
}

#header #user_pt span {
	font-size: 14px;
	line-height: 22px;
}

#header .header_btn {
	position: relative;
	display: block;
	width: 50px;
	text-align: center;
	text-decoration: none;
}

#header .header_btn img {
	margin-top: 3px;
}

#header .header_btn .nav_img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

#header .info_btn .nav_img {
	background-image: url("/img_new/icon/header_nav/info.svg");
	/* 複雑SVGのためmask-image不可 */
	background-size: 100%;
}

#header .search_btn .nav_img {
	-webkit-mask-image: url("/img_new/icon/header_nav/search.svg");
	mask-image: url("/img_new/icon/header_nav/search.svg");
	background-color: #555;
}

#header .menu_btn .nav_img {
	-webkit-mask-image: url("/img_new/icon/header_nav/menu.svg");
	mask-image: url("/img_new/icon/header_nav/menu.svg");
	background-color: #555;
}

#header .login_btn .nav_img {
	-webkit-mask-image: url("/img_new/icon/header_nav/login.svg");
	mask-image: url("/img_new/icon/header_nav/login.svg");
	background-color: #f74361;
}

#header .info_btn .count_num_batch-info {
	position: absolute;
	width: 20px;
	height: 19px;
	top: 0px;
	right: -5px;
	padding-top: 1px;
	background-color: #f74361;
	border-radius: 50%;
	border: solid 2px #fff;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.5px;
}

/* ==================================================

 コンテンツブロッカー

================================================== */
.blocker_wrap {
	padding: 10px;
	background-color: #f2f2f2;
	text-align: center;
}

.blocker_wrap .blocker {
	padding: 5px 10px 10px;
	border: 3px solid #f74361;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px #ccc;
}

.blocker_wrap .blocker_title {
	position: relative;
	display: inline-block;
	padding: 5px 5px 0 15px;
	margin: 0 0 10px;
	border-bottom: 1px solid #555;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

.blocker_wrap .blocker_title:before {
	position: absolute;
	top: 10px;
	left: 0;
	color: #63c3db;
	content: "";
	width: 8px;
	height: 8px;
	font-size: 1px;
	background-color: #63c3db;
}

.blocker_wrap .blocker_msg {
	color: #555;
	font-size: 12px;
	text-align: left;
}

/* ==================================================

 ログアウト時 index

================================================== */
.index_header_img {
	display: block;
}

.index_signup_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 90%;
	padding: 10px 0;
	margin: 15px auto 20px;
	background: #f74361;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.about_income {
	padding: 10px;
	color: #555;
	font-size: 12px;
}

/* ==================================================

 モーダル

================================================== */
.overlay_tuto {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
}

.hide_btn {
	position: absolute;
	top: -34px;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	color: #555;
	font-family: Arial, Baskerville, monospace;
}

#modal_box {
	position: relative;
	/*    padding:10px 0 10px;*/
	margin: 0;
	background-color: #fff;
}

#modal_box .modal_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*お知らせ*/
#info_modal_wrap #modal_box {
	padding: 34px 0 10px;
}

#info_modal_wrap .hide_btn {
	height: 34px;
	line-height: 34px;
}

/* 検索・メニュー */
#search_modal_wrap #modal_box,
#menu_modal_wrap #modal_box {
	margin: 32px 0 5px;
	background-color: transparent;
}

#search_modal_wrap .hide_btn,
#menu_modal_wrap .hide_btn {
	height: 34px;
	line-height: 34px;
	color: #fff;
}

#search_modal_wrap #modal_box ul.modal_list,
#menu_modal_wrap #modal_box ul.modal_list {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	text-align: center;
}

#search_modal_wrap #modal_box ul.modal_list:first-child,
#menu_modal_wrap #modal_box ul.modal_list:first-child {
	padding-top: 0px;
	border-top: none;
}

#search_modal_wrap #modal_box ul.modal_list li,
#menu_modal_wrap #modal_box ul.modal_list li {
	position: relative;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
	flex-grow: 1;
}

#menu_modal_wrap #modal_box ul.modal_list li .new_icon {
	position: absolute;
	width: 50%;
	height: 55px;
	margin: 0 auto;
	top: 0;
	right: 0;
}

#menu_modal_wrap #modal_box ul.modal_list li .new_icon img {
	position: absolute;
	top: 0;
	right: -30px;
	animation-name: blink;
	-moz-animation-name: blink;
	-webkit-animation-name: blink;
	animation-duration: 1.7s;
	-moz-animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: 5;
	/* infinite */
	-moz-animation-iteration-count: 5;
	/* infinite */
	-webkit-animation-iteration-count: 5;
	/* infinite */
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.75;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.75;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.75;
	}
}

/* 白背景 */
#modal_box .modal_whitewrap {
	padding: 10px 0;
	margin: 0 10px 0;
	background-color: #fff;
}

/* モーダル内検索フォーム */
#search_modal_wrap #modal_box ul .search_radio {
	text-align: left;
}

#search_modal_wrap #modal_box ul .search_radio label span {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color: #555;
	vertical-align: baseline;
}

#search_modal_wrap #modal_box ul .search_box {
	margin: 0 10px 10px;
}

#search_modal_wrap #modal_box ul .search_box input[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	width: 80%;
	height: 44px;
	padding: 10px;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#search_modal_wrap #modal_box ul .search_box input[type="search"]:focus {
	outline: 0;
}

#search_modal_wrap #modal_box ul .search_box input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	padding: 10px;
	width: 20%;
	height: 44px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #555;
	background-image: url("/img_new/search_icon_white.png");
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 15px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* ==================================================

　検索窓下のテキストリンク

================================================== */
#search_modal_wrap #modal_box .modal_search_recommend_wrap {
	margin: 0 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}

#search_modal_wrap #modal_box .modal_search_recommend_wrap li {
	display: inline-block;
	max-width: 220px;
	margin: 0 10px 10px 0;
	color: #555;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#search_modal_wrap #modal_box .modal_search_recommend_wrap li a {
	color: #555;
	font-size: 11px;
	line-height: 1.4em;
}

/* ==================================================

 案件カテゴリアイコン (お知らせでも使用してたのでoldにも記載 古いカテゴリアイコンはclass="statas"なので影響ない

================================================== */
.cate_icon {
	margin: 5px 0 0;
}

.cate_icon span {
	display: block;
	float: left;
	padding: 4px 8px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #63c3db;
	color: #fff;
	font-size: 11px;
	line-height: 1.2em;
	width: auto;
	/* iphoneのバグ対策 */
	white-space: nowrap;
	/* iphoneのバグ対策 */
}

/* カテゴリ(ショッピング、サービスなど) */
.cate_icon .statas_emphas {
	background-color: #1994da;
}

/* ==================================================

 パンくずリスト

================================================== */
#footer .bread {
	margin: 0 10px 15px;
	color: #555;
	font-size: 12px;
	line-height: 1.6em;
}

#footer .bread a {
	margin: 0 5px;
	color: #1994da;
}

#footer .bread a:first-child {
	margin-left: 0;
}

/* ==================================================

 seo

================================================== */
#footer .foot_nav {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	color: #555;
	font-size: 12px;
}

/* ==================================================

 フッター ページTOPへ

================================================== */
.goto_top {
	width: 90%;
	height: 44px;
	margin: 20px auto;
	text-align: center;
}

.goto_top a {
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 40px;
	background-color: #1994da;
	background-image: url("/img_new/goto_top_left.png"), url("/img_new/goto_top_right.png");
	background-repeat: no-repeat;
	background-size: auto 100%, auto 100%;
	background-position: top 5px left 1px, top 5px right 1px;
	border: 2px solid #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.goto_top a span {
	position: relative;
	display: inline-block;
	margin: 0 auto 0 -20px;
	font-size: 14px;
	line-height: 40px;
}

.goto_top a span::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 12px;
	right: -20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
}

.goto_top a span::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 18px;
	right: -15px;
	border-top: 1px solid #1994da;
	border-right: 1px solid #1994da;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
}

/* ==================================================

 フッタードロップダウンメニュー

================================================== */
#footer_top_wrap {
	background-color: #f2f2f2;
}

#footer_menu {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
}

#footer_menu .drop_menu .drop_title,
#footer_menu .drop_menu .drop_intitle {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: #555;
	border-top: 1px solid #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#footer_menu .drop_menu .drop_intitle {
	background-color: #ddd;
	border-top: 1px solid #bbb;
	color: #555;
}

/* 下階層なしメニュー 文字後ろ飾り → */
#footer_menu a.drop_title:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 17px;
	right: 18px;
	background: transparent;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* 下階層ありメニュー 文字後ろ飾り ↓ */
#footer_menu div.drop_title:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 14px;
	right: 18px;
	background: transparent;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* 下階層ありメニュー 文字後ろ飾り ↑ */
#footer_menu div.open:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 20px;
	right: 18px;
	background: transparent;
	border-bottom: hidden;
	border-right: hidden;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* 下階層 文字後ろ飾り →　*/
#footer_menu a.drop_intitle:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 17px;
	right: 18px;
	background: transparent;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mark_privacy {
	margin: 10px auto 5px;
	text-align: center;
	line-height: 1em;
}

.mark_privacy a {
	text-decoration: none;
	line-height: 1em;
}

.mark_privacy a img {
	line-height: 1em;
}

/* アプリ導線 */
#footer_top_wrap .conductor_wrap {
	margin: 15px 10px 15px 10px;
}

#footer_top_wrap .conductor {
	display: table;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	box-shadow: 0px 1px 3px 0px #ccc;
}

#footer_top_wrap .conductor .con_app_img,
#footer_top_wrap .conductor .con_app_tit {
	display: table-cell;
	vertical-align: middle;
}

#footer_top_wrap .conductor .con_app_img {
	width: 50px;
	height: 50px;
	text-align: center;
}

#footer_top_wrap .conductor .con_app_img img {
	border-radius: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#footer_top_wrap .conductor .con_app_tit {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* SNS */
#footer_top_wrap #sns_list {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

#footer_top_wrap #sns_list li {
	float: left;
	width: 40px;
	text-align: center;
}

#footer_top_wrap #sns_list li a {
	display: block;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 1px 3px 0px #ccc;
}

#footer_top_wrap #sns_list li a img {
	vertical-align: bottom;
}

#device_change {
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #fff;
	color: #555;
	font-size: 10px;
	text-align: center;
}

#device_change a {
	color: #2490d0;
}

#copyright {
	clear: both;
	padding: 10px 0;
	background-color: #f2f2f2;
	color: #555;
	font-size: 10px;
	text-align: center;
}

/* ==================================================

 フッター

================================================== */
#footer_wrap {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #fff;
	bottom: 0px;
	z-index: 5;
}

#footer_wrap .signup_btn_wrap {
	padding: 15px;
}

#footer_wrap .signup_btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #f74361;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

#footer_nav {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	height: 100%;
	background-color: #fefefe;
}

#footer_nav li {
	position: relative;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	border-top: 1px solid #ddd;
}

#footer_nav li a {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fefefe;
	text-align: center;
}

#footer_nav .nav_open a {
	background-color: #ddd;
}

#footer_nav .nav_img {
	margin-top: 2px;
}

#footer_nav .new_icon {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
}

#footer_nav .nav_balloon {
	position: absolute;
	display: inline-block;
	width: 80px;
	top: -18px;
	left: 50%;
	padding: 3px 0;
	background-color: #f74361;
	border-radius: 10px;
	text-align: center;
	line-height: 0;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	animation-name: blink;
	animation-duration: 1.7s;
	animation-iteration-count: 5;
	/* infinite */
}

#footer_nav .nav_balloon span {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.3px;
	text-align: center;
}

#footer_nav .nav_balloon span:after {
	position: absolute;
	top: 15px;
	left: 50%;
	border-top: 8px solid #f74361;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


/*↑↑↑↑↑↑↑↑↑↑↑↑↑ここまで古い main.css にも追記↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/* ==================================================

 基本ボタン、お気に入りボタン

================================================== */
.msg_fave {
	display: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	color: #1994da;
}

#conts .btn_wrap {
	width: 90%;
	margin: 0 auto;
}

#conts .go_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 20px;
	background: #f74361;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

#conts .used_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 20px;
	background: #666;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

#conts .bg_blue {
	background-color: #1994DA;
}

#conts .bg_gray {
	background-color: #666;
}

.btn_wrap .favorite_wrap {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.btn_wrap .favorite_wrap_long {
	float: inherit;
	width: 100%;
	margin: 0;
}

.favorite_wrap .favorite,
.favorite_wrap .favorited {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	text-indent: -99999px;
	background-color: #fff;
	background-image: url("/img/detail_icon_favo.png");
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center center;
	border: solid 1px #1994da;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.favorite_wrap .favorited {
	background-image: url("/img/detail_icon_favoed.png");
}

/* 共通化用お気に入りボタン */
.ad_fav_on,
.ad_fav_off {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 44px;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	text-indent: -99999px;
	background-color: #fff;
	background-image: url("/img/detail_icon_favo.png");
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center center;
	border: solid 1px #1994da;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ad_fav_off {
	background-image: url("/img/detail_icon_favoed.png");
}

/* ==================================================

 color-box

================================================== */
/* colorboxのデフォルトのcssより先に読まれるため、優先度高くするためセレクタ深め */
body #cboxOverlay {
	background: none;
	background-color: #000;
	overflow: visible;
}

body #colorbox {
	overflow: visible;
}

#colorbox #cboxWrapper {
	overflow: visible;
}

#colorbox #cboxContent {
	overflow: visible;
}

#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
	background: none;
	background-color: #fff;
}

#colorbox #cboxTopLeft {
	border-radius: 10px 0 0 0;
}

#colorbox #cboxTopRight {
	border-radius: 0 10px 0 0;
}

#colorbox #cboxBottomRight {
	border-radius: 0 0 10px 0;
}

#colorbox #cboxBottomLeft {
	border-radius: 0 0 0 10px;
}

#colorbox #cboxPrevious {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translate(0, -50%);
	left: -40px;
	background-image: url("/js/modal/images/controls_income.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 90px 60px;
	background-position: 0 0;
}

#colorbox #cboxPrevious:hover {
	background-position: 0 -30px;
}

#colorbox #cboxNext {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translate(0, -50%);
	left: auto;
	right: -40px;
	z-index: 999;
	background-image: url("/js/modal/images/controls_income.png");
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 90px 60px;
	background-position: -30px 0;
}

#colorbox #cboxNext:hover {
	background-position: -30px -30px;
}

#colorbox #cboxClose {
	width: 30px;
	height: 30px;
	top: auto;
	bottom: -10px;
	left: auto;
	right: -10px;
	z-index: 999;
	background-image: url("/js/modal/images/controls_income.png");
	background-repeat: no-repeat;
	background-size: 90px 60px;
	background-position: -60px 0;
}

/* ページネーション */
#colorbox #cboxCurrent {
	width: auto;
	padding: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -10px;
	background-color: #f2f2f2;
	border-radius: 5px;
	font-size: 11px;
}

/* ==================================================

 クリエイティブ文言

================================================== */
.attention_box p {
	padding-left: 1em;
	margin-bottom: 5px;
	color: #555;
	font-size: 11px;
	line-height: 1.6em;
	text-indent: -1em;
	word-break: break-all;
}

.attention_box p:last-child {
	margin-bottom: 0;
}

.attention_box a {
	color: #1994da;
	text-decoration: none;
}

/* ==================================================

 カテゴリ検索 shopping,service,app,official

================================================== */
.cat_box {
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	-webkit-box-shadow: 0px 1px 3px 0px #ccc;
	-moz-box-shadow: 0px 1px 3px 0px #ccc;
}

.cat_box ul li {
	width: 100%;
	font-size: 12px;
}

.cat_box ul li div {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 30px 10px 10px;
	background-color: #fafafa;
	border-bottom: #ccc 1px dashed;
	color: #555;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cat_box ul li div:before {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 18px;
	right: 10px;
	background: transparent none repeat scroll 0 0;
	border-right: 1px solid #2490d0;
	border-bottom: 1px solid #2490d0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.cat_box ul li div.open:before {
	top: 26px;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #2490d0;
	border-left: 1px solid #2490d0;
}

.cat_box ul li:last-child div {
	border-bottom: none;
}

.cat_box ul li:last-child div.open {
	border-bottom: #ccc 1px dashed;
}

.cat_box ul li.cat_drop_menu a {
	display: none;
	background-color: #fff;
}

.cat_box ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 20px 10px 10px;
	border-bottom: #ccc 1px dashed;
	color: #555;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cat_box ul li a:before {
	display: block;
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 22px;
	right: 10px;
	background: transparent none repeat scroll 0 0;
	border-right: 1px solid #2490d0;
	border-top: 1px solid #2490d0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.cat_box ul li:last-child a:last-child {
	border-bottom: none;
}

.last_box_wrap {
	margin: 0 10px;
}

/* ==================================================

 list

================================================== */
#list_wrap {
	padding: 10px 0 30px;
}

/* タブ3つの場合 */
#list_wrap .tabs {
	width: 260px;
	padding: 0;
	margin: 10px auto;
}

#list_wrap .tabs li {
	/* 3文字のタブ */
	width: 60px;
	height: 32px;
	padding: 0;
}

#list_wrap .tabs li.tab_w4 {
	/* 4文字のタブ */
	width: 73px;
}

#list_wrap .tabs li.tab_w5 {
	/* 5文字のタブ */
	width: 86px;
}

/* タブ3つ(基本) */
#list_wrap .tabs {
	width: 236px;
	padding: 0;
	margin: 10px auto;
}

#list_wrap .tabs li.tab2 {
	/* 2つめのタブ */
	width: 100px;
}

/* タブ2つの場合 */
#list_wrap .tabs_double {
	width: 209px;
	padding: 0;
	margin: 10px auto;
}

#list_wrap .tabs_double li {
	/* 1つめのタブ */
	width: 100px;

}

#list_wrap .tabs_double li.tab2 {
	/* 2つめのタブ */
	width: 100px;
}

/* タブ4つ */
#list_wrap .tabs_four {
	width: 302px;
	padding: 0;
	margin: 10px auto;
}

/* タブの中身 */
#list_wrap .tabs li a {
	display: block;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
}

#list_wrap .tabs li.open {
	background-color: #666;
}

#list_wrap .tabs li.open a {
	color: #fff;
}

#conts #list_wrap .tabs_ad {
	margin-bottom: 0;
}

#list_wrap .ad2 {
	position: relative;
	margin-bottom: 10px;
}

#list_wrap .ad2 a {
	display: block;
	padding: 10px 10px;
}

#list_wrap .h2_title {
	word-break: break-all;
}

#list_wrap .list_no_date {
	padding: 20px 0;
	color: #555;
	font-size: 12px;
	text-align: center;
}

/* ==================================================

  list - 2カラム

================================================== */
#list_wrap .double_column .ad2 {
	float: left;
	width: 49%;
	position: relative;
	margin: 0 1% 5px 0;
}

#list_wrap .double_column .ad2 a {
	padding: 10px 10px 5px;
}

#list_wrap .double_column .ad2:nth-child(even) {
	margin: 0 0 5px 1%;
}

#list_wrap .double_column .cont_img {
	margin-bottom: 10px;
}

#list_wrap .double_column .ad2 .cont_text .point span {
	letter-spacing: -0.3px;
}

#list_wrap .double_column .cont_text .point2 {
	font-size: 14px;
}

/* ==================================================

  list - 1カラム

================================================== */
#list_wrap .single_column .ad2:last-child {
	margin-bottom: 0;
}

.single_column .ad2 .cont1 {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/* リボン */
.single_column .point-triangle {
	position: absolute;
	top: 0;
	right: 0;
}

.single_column .ad2 .cont_img_wrap {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

.single_column .ad2 .cont_img {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	padding-top: 0;
}

.single_column .ad2 .cont_text {
	padding-left: 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.single_column .ad2 .cont_text .title {
	position: relative;
	height: 3.2em;
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 11px;
	word-break: break-all;
	overflow: hidden;
}

.single_column .ad2 .cont_text .title .half {
	width: 70%;
}

.single_column .ad2 .cont_text .point {
	letter-spacing: -0.3px;
}

.single_column .ad2 .cont_text .point span {
	letter-spacing: -0.3px;
}

.single_column .ad2 .cont_text .align_r {
	letter-spacing: -0.3px;
	margin-bottom: 3px;
	text-align: right;
}

.single_column .ad2 .cont_text .align_l {
	letter-spacing: -0.3px;
	margin-bottom: 3px;
	text-align: left;
}

.single_column .ad2 .point .point2 {
	line-height: 1.2em;
}

.single_column .ad2 .cont_text .rp_point {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 1px solid #1994da;
	border-radius: 0;
	color: #1994da;
	text-align: center;
}

.single_column .ad2 .pi_con {
	margin-bottom: 3px;
	word-break: break-all;
}

.single_column .ad2 .pi_kikan {
	word-break: break-all;
	letter-spacing: -0.3px;
}

.single_column .star {
	margin-top: 10px;
}

.single_column .star span {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 1.2em;
	letter-spacing: -0.3px;
}

.single_column .star img {
	float: left;
	width: 15px;
}

.single_column .star .star_pt {
	font-size: 14px;
}

.single_column .title_right .star_pt {
	font-size: 15px;
}

/* ==================================================

  口コミ

================================================== */
.column .inner_column {
	padding: 10px;
	margin-bottom: 10px;
}

.column .inner_column:last-child {
	margin-bottom: 0;
}

.inner_column .cont1 {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.inner_column .cont_img_wrap {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}

.inner_column .cont_img {
	width: 100px;
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	padding-top: 0;
}

.inner_column .cont_text {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner_column .rev_ad_title {
	margin: 5px 0 10px;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
}

.inner_column .star_a {
	display: block;
	color: #555;
	text-decoration: none;
}

.inner_column .star span {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 1.2em;
	letter-spacing: -0.3px;
}

.inner_column .star img {
	float: left;
	width: 15px;
}

.inner_column .star .star_pt {
	font-size: 14px;
}

.inner_column .title_right .star_pt {
	font-size: 15px;
}

.inner_column .date {
	float: left;
	width: auto;
	color: #999;
}

.inner_column .adstar_area {
	float: right;
	width: auto;
}

.inner_column .mem {
	margin-top: 10px;
}

.inner_column .mem .rev_user_btn {
	margin-right: 5px;
	color: #1994da;
	word-break: break-all;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}

.inner_column .mem .rev_user_btn span {
	vertical-align: bottom;
}

.inner_column .mem .rev_detail_btn {
	display: inline-block;
	padding: 2px 22px;
	background-color: #1994da;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.inner_column .review_cmt {
	margin: 10px auto;
	word-break: break-all;
}

.inner_column .revbtn_area {
	margin: 10px 0 10px;
}

.inner_column .revbtn_area .fav,
.inner_column .revbtn_area .fav_fin {
	float: right;
	width: 100px;
	padding: 7px 0;
	border: 1px solid #1994da;
	border-radius: 3px;
	color: #1994da;
	font-weight: bold;
	text-align: center;
}

.inner_column .revbtn_area .fav_fin {
	border: 1px solid #f74361;
	color: #f74361;
}

.inner_column .fav_no {
	float: left;
	font-size: 10px;
	text-align: right;
}

.inner_column .fav_no span {
	color: #f74361;
	font-size: 16px;
	font-weight: bold;
}

/* ==================================================

 定番サービス

================================================== */
#classic_wrap ul {
	text-align: center;
	font-size: 0;
}

#classic_wrap li {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 5px 10px;
	border: #ccc solid 1px;
	border-radius: 20px;
	margin-right: 5px;
}

#classic_wrap li:last-child {
	margin-right: 0;
}

#classic_wrap li .new_icon::before {
	content: "●";
	color: #f74361;
	font-size: 16px;
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 1;
	animation-name: blink-out;
	animation-duration: 1.7s;
	animation-iteration-count: 5;
	infinite
}

#classic_modal .cnt_classic .noti {
	font-size: 14px;
	padding-bottom: 10px;
}

#classic_modal .js_modal_btn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

/* モーダル内デザイン */
#classic_modal {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
}

#classic_modal .h2_title {
	padding-left: 15px;
	padding-bottom: 5px;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}

#classic_modal .sale_ribbon {
	border-radius: 50px;
	width: 100%;
	background-color: #f74361;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#classic_modal .sale_ribbon a {
	color: #fff;
	text-decoration: none;
}

/* モーダル内広告 */
#classic_modal .cnt_classic {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 0;
}

#classic_modal .cnt_classic .box_ad {
	display: inline-block;
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
	font-size: 14px;
	vertical-align: bottom;
}

#classic_modal .cnt_classic .box_ad .sale_icon {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	background-color: #f74361;
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
}

/*#classic_modal .cnt_classic .box_ad .sale_icon {
    position: absolute;
    border-radius: 20px;
    margin: auto;
    font-size: 12px;
    font-weight: bold;
    background-color: #f74361;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 2px;
    top: -4px;
    right: 0;
    left: 0;
    width: 50px;
    z-index: 1;
}*/

#classic_modal .cnt_classic .box_ad:nth-child(3n) {
	margin-right: 0;
}

#classic_modal .cnt_classic .title_classic {
	width: 100%;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.5px;
	height: 3.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#classic_modal .cnt_classic .classic_ad a {
	display: block;
	margin-bottom: 10px;
}

#classic_modal .cnt_classic .classic_ad a img {
	display: block;
	margin: 0 auto;
}

#classic_modal .cnt_classic .cont_img {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 auto 5px;
	overflow: hidden;
	background-color: #fff;
}

#classic_modal .cnt_classic .cont_img .over_img {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-indent: -9999px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	z-index: 1;
	animation-name: blink-out;
	animation-duration: 1.7s;
	animation-iteration-count: 3;
	/* infinite */
	animation-fill-mode: forwards;
}

@keyframes blink-out {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#classic_modal .cnt_classic .cont_text .classic_pt {
	text-align: center;
	line-height: 1.6em;
	vertical-align: middle;
	font-size: 12px;
}

#classic_modal .cnt_classic .cont_text .classic_pt .big {
	font-size: 16px;
	letter-spacing: 0.5px;
}


/* ==================================================

 主要メニュー

================================================== */
.major_manu_wrap {
	margin: 0 10px 15px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
}

.major_manu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}

.major_manu li {
	position: relative;
	width: 20%;
	padding-bottom: 5px;
}

.major_manu li .nav_img {
	position: relative;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	background-color: #555;
}

.major_manu li .nav_img.app {
	-webkit-mask-image: url("/img_new/icon/search/app.svg");
	mask-image: url("/img_new/icon/search/app.svg");
}

.major_manu li .nav_img.service {
	-webkit-mask-image: url("/img_new/icon/footer_nav/service.svg");
	mask-image: url("/img_new/icon/footer_nav/service.svg");
}

.major_manu li .nav_img.shopping {
	-webkit-mask-image: url("/img_new/icon/footer_nav/shopping.svg");
	mask-image: url("/img_new/icon/footer_nav/shopping.svg");
}

.major_manu li .nav_img.credit {
	-webkit-mask-image: url("/img_new/icon/search/credit.svg");
	mask-image: url("/img_new/icon/search/credit.svg");
}

.major_manu li .nav_img.official {
	-webkit-mask-image: url("/img_new/icon/search/official.svg");
	mask-image: url("/img_new/icon/search/official.svg");
}

.major_manu li .nav_img.app_pt {
	-webkit-mask-image: url("/img_new/icon/search/app_pt.svg");
	mask-image: url("/img_new/icon/search/app_pt.svg");
}

.major_manu li .nav_img.multi {
	-webkit-mask-image: url("/img_new/icon/search/multi.svg");
	mask-image: url("/img_new/icon/search/multi.svg");
}

.major_manu li .nav_img.lets {
	-webkit-mask-image: url("/img_new/icon/search/lets.svg");
	mask-image: url("/img_new/icon/search/lets.svg");
}

.major_manu li .nav_img.mnt_corn {
	-webkit-mask-image: url("/img_new/icon/menu/mnt_corn.svg");
	mask-image: url("/img_new/icon/menu/mnt_corn.svg");
}

.major_manu li .nav_img.new {
	-webkit-mask-image: url("/img_new/icon/new.svg");
	mask-image: url("/img_new/icon/new.svg");
}

/* 曜日イベ対象 */
.major_manu .nav_balloon {
	position: absolute;
	display: inline-block;
	width: 80px;
	top: -18px;
	left: 50%;
	padding: 3px 0;
	background-color: #f74361;
	border-radius: 10px;
	text-align: center;
	line-height: 0;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	animation-name: blink;
	animation-duration: 1.7s;
	animation-iteration-count: 5;
	/* infinite */
}

.major_manu .nav_balloon span {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.3px;
	text-align: center;
}

.major_manu .nav_balloon span:after {
	position: absolute;
	top: 15px;
	left: 50%;
	border-top: 8px solid #f74361;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* ==================================================

 みんなでチャレンジ

================================================== */
.cha_cnt_wrap {
	color: #555;
}

.cha_cnt_wrap .arrow_box {
	position: relative;
	margin: 8px 0 10px;
	background: #fd9c00;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.cha_cnt_wrap .arrow_box:after {
	position: absolute;
	pointer-events: none;
	content: " ";
	height: 0;
	width: 0;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-bottom: -8px;
	background: #fd9c00;
	border: solid transparent;
	border-width: 8px;
}

.cha_cnt_wrap .arrow_box img {
	line-height: 35px;
	vertical-align: middle;
}

.cha_cnt_wrap .arrow_box span {
	line-height: 35px;
}

.cha_cnt_wrap .arrow_box .big {
	font-size: 16px;
	vertical-align: top;
}

.cha_cnt_wrap {
	margin-bottom: 15px;
	box-sizing: border-box;
}

.cha_cnt_wrap .ad {
	border: 1px solid #fdb239;
}

.cha_cnt_wrap .ad .point-triangle {
	top: -1px;
	right: -1px;
}

.cha_cnt_wrap .cha_cd {
	padding: 5px 0;
	background-color: #fdb239;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.cha_cnt_wrap .cha_cd .cout_down,
.cha_cnt_wrap .cha_cd .cout_down span {
	line-height: 20px;
}

.cha_cnt_wrap .cont1 {
	width: 100%;
	display: table;
	table-layout: fixed;
	list-style: none;
	padding: 10px;
	box-sizing: border-box;
}

.cha_cnt_wrap .cont1 li.cha_img {
	display: table-cell;
	width: 130px;
	padding-right: 10px;
	text-align: left;
	line-height: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.cha_cnt_wrap .cont1 li.cont_text {
	font-size: 12px;
	color: #555;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
}

.cha_cnt_wrap .ad .cont1 .cont_text p.title {
	width: 95%;
	word-break: break-all;
}

.cha_cnt_wrap .cont1 li.cont_text .point {
	padding-right: 10px;
	letter-spacing: -0.3px;
}

.cha_cnt_wrap .cont1 li.cont_text .point .align_r {
	text-align: right;
}

.cha_cnt_wrap .cont1 li.cont_text .rp_point {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 1px solid #1994da;
	border-radius: 0;
	color: #1994da;
	text-align: right;
}

.cha_cnt_wrap .result_box {
	padding: 5px 0;
	background-color: #ffd;
	border-top: 1px dashed #ccc;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.cha_cnt_wrap .result_box .big {
	font-size: 16px;
}

/* ==================================================

 みんなでチャレンジ_index

================================================== */
#index_wrap .cha_cnt_wrap .ad {
	padding: 0;
}

#index_wrap .cha_cnt_wrap .go_btn {
	width: 90%;
	margin: 15px auto 20px;
	background-color: #fdb239;
	font-size: 14px;
}

/* ==================================================

 みんなでチャレンジ_index ※横並び_同時期に2つ開催の場合

================================================== */
#index_wrap .arrow_box:after {
	display: none;
}

#index_wrap #cha_double_wrap .ad {
	width: 49%;
	float: left;
	box-sizing: border-box;
}

#index_wrap #cha_double_wrap .ad:first-child {
	margin-right: 2%;
}

#index_wrap #cha_double_wrap .cha_cd {
	padding: 5px 0;
}

#index_wrap #cha_double_wrap .cont1 {
	display: block;
	table-layout: inherit;
}

#index_wrap #cha_double_wrap .cont1 li.cha_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	width: 120px;
}

#index_wrap #cha_double_wrap .ad .cont1 .cont_text .title {
	display: -webkit-box;
	height: 36px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

#index_wrap #cha_double_wrap .cont1 li.cont_text .point {
	text-align: center;
	padding-right: 0;
}

/* 2つ横並び時は獲得条件表示なし*/
#index_wrap #cha_double_wrap .cont1 li.cont_text .point .nomal_point {
	display: none;
}

#index_wrap #cha_double_wrap .cont1 li.cont_text .point .point2 {
	font-size: 16px;
}

#index_wrap #cha_double_wrap .bonus_wrap {
	height: 28px;
	margin: 3px 0 5px;
	text-align: center;
}

#index_wrap #cha_double_wrap .bonus_wrap .bonus {
	display: block;
	padding: 0 5px;
	margin: 0 auto;
	background-color: #f74361;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	word-break: break-all;
}

#index_wrap #cha_double_wrap .result_box .big {
	font-size: 16px;
	letter-spacing: -0.3px;
}

/* ==================================================

 index 話題の広告

================================================== */
#pickup_wrap .ad2 {
	position: relative;
}

#pickup_wrap .ad2 a {
	display: block;
	padding: 10px 10px;
}

#pickup_wrap .point {
	font-size: 12px;
}

#pickup_wrap .more_text {
	padding: 10px;
	background-color: #f3fdff;
	box-sizing: border-box;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
}

/* ==================================================

 共通

================================================== */
#outer .red {
	color: #f74361;
}

#outer .blue {
	color: #1994da;
}

#outer .bold {
	font-weight: bold;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.txt_ind {
	padding-left: 1em;
	text-indent: -1em;
}

.float {
	display: block;
	float: left;
}

.line_through {
	text-decoration: line-through;
}

.bder_so {
	border: #ccc solid 1px;
}

.bdert_so {
	border-top: #ccc solid 1px;
}

.bderb_so {
	border-bottom: #ccc solid 1px;
}

.bderl_so {
	border-left: #ccc solid 1px;
}

.bderr_so {
	border-right: #ccc solid 1px;
}

.bder_da {
	border: #ccc dashed 1px;
}

.bdert_da {
	border-top: #ccc dashed 1px;
}

.bderb_da {
	border-bottom: #ccc dashed 1px;
}

.bderl_da {
	border-left: #ccc dashed 1px;
}

.bderr_da {
	border-right: #ccc dashed 1px;
}

.bder_do {
	border: #ccc dotted 1px;
}

.bdert_do {
	border-top: #ccc dotted 1px;
}

.bderb_do {
	border-bottom: #ccc dotted 1px;
}

.bderl_do {
	border-left: #ccc dotted 1px;
}

.bderr_do {
	border-right: #ccc dotted 1px;
}

.p_0 {
	padding: 0;
}

.pt_0 {
	padding-top: 0;
}

.pt_5 {
	padding-top: 5px;
}

.pt_10 {
	padding-top: 10px;
}

.pt_15 {
	padding-top: 15px;
}

.pt_20 {
	padding-top: 20px;
}

.pt_25 {
	padding-top: 25px;
}

.pt_30 {
	padding-top: 30px;
}

.pt_35 {
	padding-top: 35px;
}

.pt_40 {
	padding-top: 40px;
}

.pt_45 {
	padding-top: 45px;
}

.pt_50 {
	padding-top: 50px;
}

.pb_0 {
	padding-bottom: 0;
}

.pb_5 {
	padding-bottom: 5px;
}

.pb_10 {
	padding-bottom: 10px;
}

.pb_15 {
	padding-bottom: 15px;
}

.pb_20 {
	padding-bottom: 20px;
}

.pb_25 {
	padding-bottom: 25px;
}

.pb_30 {
	padding-bottom: 30px;
}

.pb_35 {
	padding-bottom: 35px;
}

.pb_40 {
	padding-bottom: 40px;
}

.pb_45 {
	padding-bottom: 45px;
}

.pb_50 {
	padding-bottom: 50px;
}

.pl_0 {
	padding-left: 0;
}

.pl_5 {
	padding-left: 5px;
}

.pl_10 {
	padding-left: 10px;
}

.pl_15 {
	padding-left: 15px;
}

.pl_20 {
	padding-left: 20px;
}

.pl_25 {
	padding-left: 25px;
}

.pl_30 {
	padding-left: 30px;
}

.pl_35 {
	padding-left: 35px;
}

.pl_40 {
	padding-left: 40px;
}

.pl_45 {
	padding-left: 45px;
}

.pl_50 {
	padding-left: 50px;
}

.pr_0 {
	padding-right: 0;
}

.pr_5 {
	padding-right: 5px;
}

.pr_10 {
	padding-right: 10px;
}

.pr_15 {
	padding-right: 15px;
}

.pr_20 {
	padding-right: 20px;
}

.pr_25 {
	padding-right: 25px;
}

.pr_30 {
	padding-right: 30px;
}

.pr_35 {
	padding-right: 35px;
}

.pr_40 {
	padding-right: 40px;
}

.pr_45 {
	padding-right: 45px;
}

.pr_50 {
	padding-right: 50px;
}

.m_0 {
	margin: 0;
}

.mt_0 {
	margin-top: 0;
}

.mt_5 {
	margin-top: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_25 {
	margin-top: 25px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_35 {
	margin-top: 35px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_45 {
	margin-top: 45px;
}

.mt_50 {
	margin-top: 50px;
}

.mb_0 {
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_25 {
	margin-bottom: 25px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_35 {
	margin-bottom: 35px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_45 {
	margin-bottom: 45px;
}

.mb_50 {
	margin-bottom: 50px;
}

.ml_0 {
	margin-left: 0;
}

.ml_5 {
	margin-left: 5px;
}

.ml_10 {
	margin-left: 10px;
}

.ml_15 {
	margin-left: 15px;
}

.ml_20 {
	margin-left: 20px;
}

.ml_25 {
	margin-left: 25px;
}

.ml_30 {
	margin-left: 30px;
}

.ml_35 {
	margin-left: 35px;
}

.ml_40 {
	margin-left: 40px;
}

.ml_45 {
	margin-left: 45px;
}

.ml_50 {
	margin-left: 50px;
}

.mr_0 {
	margin-right: 0;
}

.mr_5 {
	margin-right: 5px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_15 {
	margin-right: 15px;
}

.mr_20 {
	margin-right: 20px;
}

.mr_25 {
	margin-right: 25px;
}

.mr_30 {
	margin-right: 30px;
}

.mr_35 {
	margin-right: 35px;
}

.mr_40 {
	margin-right: 40px;
}

.mr_45 {
	margin-right: 45px;
}

.mr_50 {
	margin-right: 50px;
}

.none {
	display: none;
}

/* ==================================================

 共通 広告などポイント関係

================================================== */
.pt_arrow {
	margin: 0 5px;
	font-size: 16px;
}

/* ==================================================

 キャンペーン&コンテンツ 基本

================================================== */
#outer {
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #555;
    background-color: #f2f2f2;
}

#outer img {
	vertical-align: bottom;
}

#outer .top_img {
	display: block;
	margin-bottom: 10px;
}

/* ==================================================

 基本箱

================================================== */
#outer .conts_box {
	margin: 0 10px 15px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
}

#outer .conts_pad {
	padding: 10px;
}

/* ==================================================

 タブ

================================================== */
#outer #tabs {
	padding: 10px;
	margin: 0;
	text-align: center;
	list-style: none;
	letter-spacing: -5px;
	/* inline-block余白ライフハック */
}

#outer #tabs li {
	display: inline-block;
	height: 16px;
	padding: 6px 12px 8px;
	margin-left: 10px;
	background-color: #fff;
	border: #ccc solid 1px;
	border-radius: 16px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#outer #tabs li:first-child {
	margin-left: 0;
}

#outer #tabs li.open {
	height: 16px;
	background-color: #666;
	color: #fff;
}

#outer #tabs li a {
	text-decoration: none;
}

/* ==================================================

 開催期間

================================================== */
.period_box {
	padding: 10px;
	margin: 10px 10px;
	color: #555;
}

.period_box .period_title {
	margin-bottom: 5px;
	line-height: 1.2em;
}

.period_box div {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

/* ==================================================

 見出し

================================================== */
#outer .conts_title {
	display: block;
	padding: 8px 10px 8px 25px;
	margin: 0 10px 5px;
	background: none;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px #ccc;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	text-indent: -15px;
}

#outer .conts_title:before {
	color: #63c3db;
	content: ",";
	width: 10px;
	padding: 2px 0;
	margin-right: 8px;
	background-color: #63c3db;
}

#outer .conts_title_2 {
	position: relative;
	margin-bottom: 5px;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

#outer .conts_title_2:before {
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	content: ".";
	width: 8px;
	height: 8px;
	font-size: 1px;
	background-color: #63c3db;
}

#outer .head_box {
	border-bottom: 1px #63c3db solid;
}

#outer .head_box li {
	float: left;
	width: auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#outer .head_box .flow_no {
	width: 22px;
	background-color: #63c3db;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

/* ==================================================

 ご注意事項

================================================== */
#outer .notice_wrap ul {
	padding-top: 10px;
}

#outer .notice_wrap ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom: 1px #ccc dashed;
	word-break: break-all;
}

#outer .notice_wrap ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#outer .notice_wrap ul li a {
	color: #1994da;
}

#outer .notice_wrap .enclos_box_wrap {
	padding: 0;
}

#outer .notice_wrap .enclos_box {
	padding: 10px;
	background-color: #f2f2f2;
	border-radius: 5px;
}

#outer .notice_wrap .enclos_box .enclos_tit {
	font-size: 12px;
	text-indent: 0;
}

/* ==================================================

 動画

================================================== */
.ad_movie {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.ad_movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* ==================================================

 101%以上還元

================================================== */
#search_wrap .price_box {
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #ccc;
	color: #555;
	letter-spacing: 0.1em;
}

#search_wrap .price_box .top {
	padding: 10px;
	background-color: #1B53A3;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#search_wrap .price_box .center span {
	display: block;
	padding: 10px;
	text-align: right;
}

#search_wrap .price_box .center span {
	display: block;
	text-align: right;
}

#search_wrap .price_box .center .center_price {
	padding: 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#search_wrap .price_box .center .center_price .red {
	display: inline-block;
	padding: 0 5px 0 0;
	color: #F74361;
	font-size: 18px;
	font-weight: bold;
}

#search_wrap .price_box .bottom {
	padding: 0 10px 10px;
	font-size: 12px;
	text-align: right;
}

/* 右上の三角枠 ○円お得 */
.price-triangle {
	position: relative;
	font-size: 18px;
	z-index: 1;
}

.price-triangle:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	border-bottom: 4em solid transparent;
	border-right: 4em solid #f74361;
}

.price-triangle span {
	position: absolute;
	top: 1.2em;
	right: 0.6em;
	content: " ";
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	overflow: hidden;
	z-index: 2;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	overflow: hidden;
}

.ad2 .cont_text .title.short {
	width: 65%;
}

/* ==================================================

 コンテンツバナー※案件詳細下など

================================================== */
.conts_bnr_wrap li {
	width: 32%;
}

.conts_bnr_wrap li:not(:nth-child(3n)) {
	margin-right: 2%;
}

.conts_bnr_wrap img {
	display: block;
}

/* ==================================================

 会員ランク

================================================== */
.bg_rank .general {
	/* 一般 */
	background-color: #fdf9d8;
}

.bg_rank .silver {
	background-color: #e9e9e9;
}

.bg_rank .gold {
	background-color: #fde5d8;
}

.bg_rank .platinum {
	background-color: #fdd8e8;
}

.bg_rank .diamond {
	background-color: #d8f0fd;
}
