@charset "utf-8";
/* ============================================================ */
/* contents */
/* ============================================================ */
#contents {
	padding: 30px 0 60px;
	border-bottom: 1px solid #dadada;
}

#contents.no_border {
	border-bottom: none;
}

#contents .inner {
	width: 1000px;
	margin: 0 auto;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.tac {
	text-align: center !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}


.fa-caret-right {
	color: #222c81;
}

.block01 {
	margin: 0 0 60px;
}

.marker {
	background: #fbf820;
}

.bg_gray {
	background: #f6f6f6;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 6px 0 0;
}



/*----- 強調文字 -----*/

.strong01 {
	font-weight: bold;
}

.strong02 {
	color: #ff0000;
}


/*----- #visual -----*/

h1#visual {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

h1#visual img {
	width: 100%;
}


/*----- .ttl01～.tt06 -----*/

.ttl01 {
	margin: 0 10px 20px;
	padding: 0 0 0 1.2em;
	box-sizing: border-box;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-indent: -1.2em;
	line-height: 1.3;
}

.ttl01:before {
	position: relative;
	top: -2px;
	padding: 0 5px 0 0;
	content: "●";
	color: #222c81;
	font-size: 17px;
	font-size: 1.7rem;
}

.ttl01_wrapper {
	padding: 0 0 25px;
	border-bottom: 1px solid #dadada;
}

.ttl01_wrapper .ttl01 {
	width: 980px;
	margin: 0 auto;
}

.ttl01_wrapper .ttl01 strong {
	margin: 0 5px;
	color: #3843a7;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: .5;
}

.ttl01_wrapper p {
	width: 1000px;
	margin: 0 auto -10px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}

.inner > .ttl01 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.ttl02 {
	margin: 0 10px 20px;
	padding: 0 0 0 10px;
	border-left: 4px solid #222c81;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.ttl01 + .ttl02 {
	margin-top: 30px;
}

.ttl02 + p {
	margin-top: 25px;
}


.ttl03 {
	margin: 0 10px 10px;
	color: #222c81;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ttl03 + p {
	margin-top: 0;
}


.ttl04 {
	margin: 0 10px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ttl04:before {
	position: relative;
	padding: 0 5px 0 0;
	content: "●";
	color: #222c81;
}

.ttl04 + p {
	margin-top: 0;
}


.ttl05 {
	position: relative;
	margin: 0 0 25px;
	padding: 0 10px;
	border-bottom: 4px solid #b7b7b7;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

.ttl05:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	display: block;
	content: "";
	width: 320px;
	height: 4px;
	background: #222c81;
}


.ttl06 {
	margin: 20px 0 5px;
	padding: 5px 12px;
	background: #222c81;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}


/*----- .lead -----*/

.lead {
	font-size: 16px;
	font-size: 1.6rem;
/*	font-weight: bold; 20150901*/
}


/*----- .link_list -----*/

.link_list .fa-li {
	top: .4em;
}


/*----- .table01 -----*/

.table01 {
	width: 100%;
}

.table01 th,
.table01 td {
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	text-align: left;
}

.table01 th {
	font-weight: bold;
}

.table01 .odd th,
.table01 .odd td {
	background: #f6f6f6;
}


/*----- .btn01～.btn03 -----*/

.btn01 {
	display: inline-block;
	padding: 10px 30px;
	background: #222c81;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
	text-decoration: none;
}

.btn01:hover {
	background: #656ca7;
	color: #fff;
}

.btn01 .fa-caret-right {
	margin: 0 0 0 10px;
	color: #fff;
}

.btn01[target="_blank"] span {
	padding: 0 25px 0 0;
	background: url(/shared/img/shared/icon_new_window.png) right center no-repeat;
}

.btn01.disabled,
.btn01.disabled:hover {
	background: #b1b1b1;
	color: #fff !important;
	cursor: default;
}


.btn02 {
	width: 1000px;
	margin: 0 auto;
}

.btn02 a {
	display: block;
	padding: 8px 0;
	border: 1px solid #cdcdcd;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align:center;
}


.btn03 {
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
	text-decoration: none;
}

.btn03 .fa-caret-right {
	margin: 0 0 0 10px;
	color: #222c81;
}

.btn03:hover {
	border: 1px solid #e5e5e5;
	color: #666;
}

.btn03:hover .fa-caret-right {
	margin: 0 0 0 10px;
	color: #656ca7;
}


/* parkaxis */
.btn04 {
	display: inline-block;
	padding: 10px 30px;
	background: #000000;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
	text-decoration: none;
}

.btn04:hover {
	background: #7e7e7e;
	color: #fff;
}

.btn04 .fa-caret-right {
	margin: 0 0 0 10px;
	color: #fff;
}

.btn04[target="_blank"] span {
	padding: 0 25px 0 0;
	background: url(/shared/img/shared/icon_new_window.png) right center no-repeat;
}


/*----- .btn_rss -----*/

.btn_rss {
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #dadada;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
}

.btn_rss:hover {
	border: 1px solid #e5e5e5;
	color: #797979;
}


/*----- .on_arrow -----*/

.on_arrow {
	display: block;
	position: relative;
}

.on_arrow:hover:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #222c81;
	border-left: 16px solid transparent;
}


/* parkaxis */
.on_arrow02 {
	display: block;
	position: relative;
}

.on_arrow02:hover:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #000000;
	border-left: 16px solid transparent;
}


/*----- .column03 -----*/

.column03 {
	margin: 0 -8px -40px 0;
}

.column03 li {
	position: relative;
	float: left;
	width: 328px;
	margin: 0 8px 40px 0;
	line-height: 1.6;
}

.column03 li a {
	text-decoration: none;
}

.column03 li .border {
	border: 1px solid #424242;
}

.column03 li .ttl {
	margin: 15px 10px 10px 10px;
	font-weight: bold;
}

.column03 li a .ttl {
	text-decoration: underline;
}

.column03 li a[target="_blank"] .ttl span:after {
	position: relative;
	top: 1px;
	padding: 0 0 0 6px;
	content: url(/shared/img/shared/icon_new_window03.png);
}

.column03 li a[target="_blank"]:hover .ttl span:after {
	content: url(/shared/img/shared/icon_new_window03_on.png);
}

.column03 li p {
	margin: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.column03 li a:hover p {
	color: #5d5d5d;
}

.column03 li div {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	background: url(/shared/img/shared/bg_opacity075.png) 0 0 repeat;
	box-sizing: border-box;
}

.column03 li div .ttl {
	margin: 0 0 10px;
}

.column03 li div p {
	margin: 0;
}


/* parkaxis */
.column03 li.bg_parkaxis {
	background: url(/shared/img/brand/index/bg_parkaxis.png) top left repeat;
	position: relative;
	float: left;
	width: 328px;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	margin: 0 8px 40px 0;
	line-height: 1.6;
}


/* slider共通設定
----------------------------------------------------------- */
.slider {
	width: 100%;
	overflow: hidden;
}

.slider .ttl01 {
	width: 980px;
	margin: 0 auto 15px;
}

.slider_wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

.slider_inner {
	margin: 0 auto;
	width: 1000px;
}

.slider ul {
	width: 1008px;
}

.slider ul li {
	position: relative;
	float: left;
	width: 328px;
	margin: 0 8px 0 0;
}

.slider .btn_prev,
.slider .btn_next {
	position: absolute;
	top: 0;
	width: 1000px;
	height: 100%;
	background: url(/shared/img/shared/bg_opacity075.png) 0 0 repeat;
	z-index: 10;
}

.slider .btn_prev {
	right: 50%;
	margin-right: 500px;
}

.slider .btn_next {
	left: 50%;
	margin-left: 500px;
}

.slider .btn_prev a,
.slider .btn_next a {
	position: absolute;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 0;
}

.slider .btn_prev a {
	right: 20px;
	background: url(/shared/img/shared/icon_arrow_left01.png) 0 0 no-repeat;
}

.slider .btn_next a {
	left: 20px;
	background: url(/shared/img/shared/icon_arrow_right01.png) 0 0 no-repeat;
}

.slider .btn_prev a:hover {
	background: url(/shared/img/shared/icon_arrow_left01_on.png) 0 0 no-repeat;
}

.slider .btn_next a:hover {
	background: url(/shared/img/shared/icon_arrow_right01_on.png) 0 0 no-repeat;
}

.slider .btn_prev a img,
.slider .btn_next a img {
	display: none;
}


/*----- #recommend -----*/

#recommend {
	margin-top: 60px;
}

#recommend .column03 {
	margin: 0;
}

#recommend .column03 li {
	margin-bottom: 0;
}

#recommend .column03 li h2 {
	margin: 0 0 10px;
	font-weight: bold;
	text-decoration: underline;
}

#recommend .column03 li p {
	font-size: 13px;
	font-size: 1.3rem;
}

#recommend .column03 li img {
	width: 328px;
}

#recommend .btn02 {
	margin-top: 50px;
}


/*----- #watched_property -----*/

#watched_property {
	margin: 0 0 60px;
}

#watched_property ul li,
#watched_property ul img {
	width: 244px;
}

#watched_property ul li p {
	margin: 15px 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: bold;
}


/*----- #pickup -----*/

#pickup {
	margin: 0 0 60px;
}

#pickup ul li {
	width: 200px;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}

#pickup ul li.odd {
	background: #f8f8f8;
}

#pickup ul li a {
	text-decoration: none;
}

#pickup ul li img {
	margin: 5px 5px 15px 5px;
}

#pickup ul li h3 {
	margin: 0 10px;
	font-weight: bold;
	text-decoration: underline;
}

#pickup ul li p {
	position: relative;
	margin: 10px 5px 15px 10px;
}

#pickup ul li a:hover p {
	color: #5e5e5e;
}


/*----- #new_object -----*/

#new_object ul {
	margin: 0 -8px 0 0;
}

#new_object ul li {
	position: relative;
	float: left;
	width: 328px;
	margin: 0 8px 8px 0;
}

#new_object ul li img {
	width: 328px;
}

#new_object ul li img.icon_new {
	width: 30px;
}

#new_object ul li p {
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 300px;
	margin: 0;
	padding: 15px 20px;
	box-sizing: border-box;
	background: url(/shared/img/shared/bg_opacity075.png) 0 0 repeat;
	font-weight: bold;
}

#new_object ul li:hover p {
	display: none;
}

#new_object ul li .object_data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .85);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CCffffff, EndColorStr=#CCffffff);
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	display: none\9;
}

#new_object ul li .object_data:not(:target) {
    filter: none;
    -ms-filter: none;
}

#new_object ul li:hover .object_data {
	opacity: 1;
	display: block\9;
}

#new_object ul li .object_data h2 {
	margin: 40px 14px 0;
	padding: 0 0 10px 20px;
	border-bottom: 4px solid #37408d;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

#new_object ul li .object_data dl {
	margin: 25px 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#new_object ul li .object_data dl dt {
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 8px;
	color: #fff;
	background: #222c81;
	font-size: 12px;
	font-size: 1.2rem;
}

#new_object ul li .object_data dl dd + dt {
	margin-top: 15px;
}

#new_object ul li p:before,
#new_object ul li .object_data:before {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid #222c81;
	border-left: 16px solid transparent;
}

#new_object ul li .object_data:before {
	top: 8px;
	right: 8px;
}


/*----- .link_prev -----*/

.link_prev {
	float: right;
}

.link_prev li {
	float: left;
	margin: 0 0 0 20px;
}


/*----- .list_dot -----*/

.list_dot {
	list-style: disc;
	margin: 15px 0 15px 30px;
}


/*----- .list_number -----*/

.list_number01 {
	list-style: decimal;
	margin: 15px 0 15px 40px;
}

.list_number02 {
	margin: 15px 0 15px 10px;
}

.list_number02 li {
	padding: 0 0 0 2.7em;
	text-indent: -2.7em;
}


/*----- .icon_new -----*/

.icon_new {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}


/*----- .icon_newwindow -----*/

.icon_newwindow:after {
	position: relative;
	top: 1px;
	padding: 0 0 0 6px;
	content: url(/shared/img/shared/icon_new_window03.png);
}

.icon_newwindow:hover:after {
	content: url(/shared/img/shared/icon_new_window03_on.png);
}


/*----- .box -----*/

.box {
	padding: 25px 35px 30px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.box .ttl01,
.box .ttl02,
.box .ttl03,
.box .ttl04,
.box p,
.box .list_number01,
.box .list_number02 {
	margin-left: 0;
	margin-right: 0;
}

.box .list_number01 {
	margin-left: 30px;
}

.box + .box {
	border-top: none;
}
