html {
	font-size:62.5%
}

body{
	min-width: 1100px;
}

/*
.wrap {
	overflow: hidden;
	padding-bottom:80px;
}

#totop .item_totop.bg_filler {
	bottom: 80px;
}

#totop .item_totop.bg_filler.skin_at_bottom {
	bottom: 10px;
}
*/


/*============================================================
Layout .l-
============================================================*/
.l-container {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.l-container .l-container_left {
	float: left;
	width: 890px;
}
.l-container .l-container_right {
	float: right;
	width: 190px;
}

/* ----------------------------------------------------------
	Header
---------------------------------------------------------- */

/* 1
------------------------------ */
.p-header {
	margin-bottom: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.p-header:after {
	display: block;
	clear: both;
	content: "";
}
.p-header .header_left {
	width: 55.56%;
	float: left;
}
.p-header .header_left .logo {
	width: 50%;
	float: left;
}
.p-header .header_left .logo img {
	width: 100%;
	max-width: 289px;
}
.p-header .form_search {
	float: right;
	position: relative;
	width: 45%;
	line-height: 70px;
	text-align: right;
}
.p-header .form_search .input_search {
	max-width: 230px;
	width: 100%;
	height: 33px;
	float: right;
	margin-top: 20px;
	padding: 0 30px 0 10px;
	font-size: 1.5rem;
	border-radius: 4px;
	border: none;
	outline: none;
}
.p-header .form_search .icon_search {
	position: absolute;
	top: 28px;
	right: 10px;
	cursor: pointer;
}
.p-header .nav {
  width: 450px;
  float: right;
  margin-top: 25px;
}

.p-header .nav ul {
  display: block;
  float: right;
}

.p-header .nav li {
  list-style: none;
  float: left;
}

.p-header .nav li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #2D2D2D;
}

.p-header .nav li a:hover {
  color: #dd1c11;
}

.p-header .nav li.recent {
	background: url(/mansion/library/images/nav_hasen.png) no-repeat right center;
  width: 165px;
}

.p-header .nav li.recent img {
  margin-top: -2px;
  margin-right: 3px;
}

.p-header .nav li.recent .u-text1 {
  font-size: 17px;
  display: inline-block;
  margin-left: 3px;
}

.p-header .nav li.mypage {
  min-width: 115px;
  text-align: center;
  background: url(/mansion/library/images/nav_hasen.png) no-repeat right center;
}

.p-header .nav li.mypage img {
  margin-top: -2px;
  margin-right: 3px;
}

.p-header .nav li.logo {
  text-align: right;
  width: 164px;
}

.p-header .nav li.logo img {
  margin-top: -6px;
}
/* ----------------------------------------------------------
	Slider
---------------------------------------------------------- */
 .crystal {
 	position: relative;
 	width: 100%;
	 height:547px;
 	z-index: 0;
 }

.crystal .slider {
	width: 100%;
	height: auto;
	color: #2d2d2d;
}

.crystal .slider .txt {
	position: absolute;
/*
	 -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	top: 205px;
	    */
	top: 130px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 145px;
    text-align: center;
}

.crystal .slider .txt h2{
	font-size: 50px;
	margin-bottom: 30px;
}

.crystal .slider .txt p {
	font-size: 1.5rem;
}

.crystal .slider ul li {
	height: 546px;
}

.group, .group2, .group3, .group4 {
	padding: 0;
    text-align: left;
    margin: 0 auto;
    width: 1080px;
    position: relative;
}

.crystal .slider ul li:nth-child(1) {
	background: url(/mansion/library/images/top/05.jpg) no-repeat center center;
}

.crystal .slider ul li:nth-child(2) {
	background: url(/mansion/library/images/top/06.jpg) no-repeat center center;
}

.crystal .slider ul li:nth-child(3) {
	background: url(/mansion/library/images/top/07.jpg) no-repeat center center;
}

.crystal .slider ul li:nth-child(4) {
	background: url(/mansion/library/images/top/pic_01.jpg) no-repeat center center;
}

.crystal .slider ul li:nth-child(2) .price_01, .crystal .slider ul li:nth-child(2) .price_02,
.crystal .slider ul li:nth-child(2) .price_03, .crystal .slider ul li:nth-child(2) .price_04,
.crystal .slider ul li:nth-child(2) .price_05, .crystal .slider ul li:nth-child(2) .price_06,
.crystal .slider ul li:nth-child(2) .price_07, .crystal .slider ul li:nth-child(3) .fukidashi_01,
.crystal .slider ul li:nth-child(3) .fukidashi_02, .crystal .slider ul li:nth-child(3) .fukidashi_03,
.crystal .slider ul li:nth-child(3) .fukidashi_04, .crystal .slider ul li:nth-child(3) .fukidashi_05,
.crystal .slider ul li:nth-child(1) .graph_01, .crystal .slider ul li:nth-child(1) .graph_02,
.crystal .slider ul li:nth-child(1) .graph_03, .crystal .slider ul li:nth-child(1) .graph_04,
.crystal .slider ul li:nth-child(1) .graph_05, .crystal .slider ul li:nth-child(1) .graph_06
{
	position: absolute;
}

@keyframes scrollElement{
	0%{opacity:0;}
	50%{opacity:0.5;}
	100%{opacity:1;}
}

.crystal .slider ul li:nth-child(1) .graph_01 {
	top: 270px;
    left: 14px;
    width: 51px;
    height: 55px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(1) .graph_02 {
	top: 397px;
    left: 29px;
    width: 65px;
    height: 65px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(1) .graph_03 {
	top: 411px;
    left: 264px;
    width: 51px;
    height: 55px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(1) .graph_04 {
	top: 432px;
    left: 518px;
    width: 84px;
    height: 77px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(1) .graph_05 {
	top: 414px;
    right: 223px;
    width: 51px;
    height: 55px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(1) .graph_06 {
	top: 269px;
    right: 19px;
    width: 65px;
    height: 65px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_01 {
	top: 220px;
    right: 47px;
    width: 88px;
    height: 47px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_02 {
	top: 287px;
    right: -34px;
    width: 88px;
    height: 48px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_03 {
	top: 425px;
    right: 272px;
    width: 77px;
    height: 41px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_04 {
	top: 446px;
    left: 444px;
    width: 52px;
    height: 41px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_05 {
	top: 451px;
    left: 187px;
    width: 55px;
    height: 42px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_06 {
	top: 343px;
    left: 55px;
    width: 63px;
    height: 36px;
    transform: rotate(-1deg);
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(2) .price_07 {
	top: 236px;
    left: 93px;
    width: 78px;
    height: 44px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(3) .fukidashi_01 {
	top: 174px;
    left: -61px;
    width: 191px;
    height: 74px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(3) .fukidashi_02 {
	top: 271px;
    left: -1px;
    width: 178px;
    height: 119px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(3) .fukidashi_03 {
	top: 459px;
    left: 366px;
    width: 199px;
    height: 160px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(3) .fukidashi_04 {
	top: 280px;
    right: -8px;
    width: 179px;
    height: 96px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

.crystal .slider ul li:nth-child(3) .fukidashi_05 {
	top: 187px;
    right: -63px;
    width: 192px;
    height: 72px;
    -webkit-animation: scrollElement 2s;
    animation: scrollElement 2s;
}

/* ----------------------------------------------------------
	Search box
---------------------------------------------------------- */
.crystal form {
	position: relative;
}
.crystal .searchForm {
	width: 100%;
	max-width: 678px;
	border: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.9);
	/* background: url(/mansion/library/images/top/bg_01.png); */
	padding: 12px 11px 10px;
	position: absolute;
	/*
	 -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
	top: 50%;
	left: 50%;
	margin-left: -339px;
	z-index: 9000;
}

.crystal .searchForm input[type="search"].inputSearch {
	width: 654px!important;
	height:48px!important;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
	font-size: 1.6rem;
	padding: 14px 91px 14px 14px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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;
}

.crystal .searchForm input[type="search"].inputSearch:not(:target),
.crystal .searchForm input[type="text"].inputSearch:not(:target){
width: 654px\9;
height:46px\9;
	border:solid 1px #d2d2d2\9;
	padding-left:14px\9;
	padding-right:91px\9;
		border-radius: 3px\9;
   -moz-border-radius: 3px\9;
   -webkit-border-radius: 3px\9;
	font-size: 1.6rem\9;
		outline: none\9;
	-webkit-appearance: none\9;
	-moz-appearance: none\9;
	appearance: none\9;
	    -webkit-box-sizing: border-box\9;
       -moz-box-sizing: border-box\9;
         -o-box-sizing: border-box\9;
        -ms-box-sizing: border-box\9;
            box-sizing: border-box\9;
}



/*
.p-header .form_search .input_search {
	max-width: 230px;
	width: 100%;
	height: 33px;
	float: right;
	margin-top: 20px;
	padding: 0 30px 0 10px;
	font-size: 1.6rem;
	border-radius: 4px;
	border: none;
	outline: none;
}
*/

.crystal .searchForm input.buttonSearch {
	position: absolute;
	right: 6px;
	top: 6px;
	border: none;
	cursor: pointer;
	width: 79px;
	height: 35px;
	background: url(/mansion/library/images/top/button_search.png) no-repeat;
}

.crystal .searchForm .row {
	display: flex;
	margin-top: 11px;
}

.crystal .searchForm .row .keyword {
	display: inline-block;
}

.crystal .searchForm .row ul {
	line-height: 26px;
	display: inline-block;
}

.crystal .searchForm .row ul li {
	padding-left: 32px;
	position: relative;
	float: left;
}

.crystal .searchForm .row ul li:before {
	content: url(/mansion/library/images/top/arrow.png);
	position: absolute;
	top: 9px;
	left: 20px;
}

.crystal .searchForm .row ul  li a {
	color: #005fd1;
	text-decoration: none;
	font-size: 1.6rem;
}

.crystal .searchForm .row ul  li a:hover {
	color: #dd1c11;
}

.crystal .theater_wrap {
	height: 1px;
	width: 1080px;
	margin: 0 auto;
	position: relative;
}


.crystal .theater {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9000;
}

.crystal .theater .hover {
	display: none;
}

.crystal .theater:hover .noHover {
	display: none;
}

.crystal .theater:hover .hover {
	display: block;
}

/*
---------------------------------------------------------- */

.a1-1 {
	margin-top: 25px;
}

.a1-1 .l-container .title1 {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

.a1-1 .l-container .title1 h3 {
	border-left: 4px solid #004066;
	padding: 5px 0 0 13px;
}

.a1-1 .l-container .title1 h3 span{
	height:25px;
	display: inline-block;
}

.a1-1 .l-container .leftContent {
	width: 781px;
	float: left;
}

.a1-1 .l-container .leftContent .title1 h3 {
	font-size: 2rem;
}

.a1-1 .l-container .leftContent .map {
	position: relative;
}

.a1-1 .l-container .leftContent .map ul {
	position: relative;
	display: inline-block;
	width:80px;
	height: 43px;
	line-height: 43px;
	text-align: right;
	padding-right: 18px;
	background: url(/mansion/library/images/top/map_bt.png) no-repeat center center;
}

.a1-1 .l-container .leftContent .map ul#kanagawa {
	width:86px!important;
	padding-right: 12px!important;
}

.a1-1 .l-container .leftContent .map ul#kyoto, .a1-1 .l-container .leftContent .map ul#hyogo, .a1-1 .l-container .leftContent .map ul#shiga,
.a1-1 .l-container .leftContent .map ul#osaka, .a1-1 .l-container .leftContent .map ul#aichi, .a1-1 .l-container .leftContent .map ul#saitama,
.a1-1 .l-container .leftContent .map ul#tokyo, .a1-1 .l-container .leftContent .map ul#kanagawa, .a1-1 .l-container .leftContent .map ul#chiba {
	position: absolute;
}

.a1-1 .l-container .leftContent .map ul#kyoto {
	top: 69px;
	left: 59px;
}

.a1-1 .l-container .leftContent .map ul#hyogo {
	top: 131px;
	left: 0;
}

.a1-1 .l-container .leftContent .map ul#shiga {
	top: 121px;
	left: 167px;
}

.a1-1 .l-container .leftContent .map ul#osaka {
	top: 196px;
	left: 71px;
}

.a1-1 .l-container .leftContent .map ul#aichi {
	top: 163px;
	left: 297px;
}

.a1-1 .l-container .leftContent .map ul#saitama {
	top: 56px;
	right: 209px;
}

.a1-1 .l-container .leftContent .map ul#tokyo {
	top: 127px;
	right: 168px;
}

.a1-1 .l-container .leftContent .map ul#kanagawa {
	top: 197px;
	right: 234px;
}

.a1-1 .l-container .leftContent .map ul#chiba {
	top: 182px;
	right: 48px;
}

.a1-1 .l-container .leftContent .map ul > a {
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}

.a1-1 .l-container .leftContent .map ul > a:before {
	content: url(/mansion/library/images/top/arrow2.png);
	position: absolute;
	top: 7px;
	left: -16px;
}

.a1-1 .l-container .leftContent .map ul#kanagawa > a:before {
	content: url(/mansion/library/images/top/arrow2.png);
	position: absolute;
	top: 7px;
	left: -12px;
}

.a1-1 .l-container .leftContent .map ul li.pannel{
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	border: 1px solid #7ca4ba;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.8)!important;
	box-shadow:0px 0px 5px 0px #004066;
	-moz-box-shadow:0px 0px 5px 0px #004066;
	-webkit-box-shadow:0px 0px 5px 0px #004066;
	width:280px;
	height:193px;
	padding:4px;
	z-index:2;
}

.a1-1 .l-container .leftContent .map ul li.pannel span{
	position: relative;
	display: block;
	width:75px;
	height:33px;
	background: #2d2d2d;
	line-height: 33px;
	text-align: right;
	padding-right: 13px;
	color: #fff;
	font-size: 1.5rem;
	border-radius:2px;
	font-weight: bold;
	cursor: default;
}

.a1-1 .l-container .leftContent .map ul li.pannel span:before {
	content: url(/mansion/library/images/top/arrow2.png);
	position: absolute;
	top: 12px;
	left: 14px;
}

@media screen and (max-device-width: 1024px) {
 .a1-1 .l-container .leftContent .map ul li.pannel span:before {
	content: url(/mansion/library/images/top/arrow2.png);
	position: absolute;
	top: 15px;
	left: 14px;
}
}

.a1-1 .l-container .leftContent .map ul#kanagawa li.pannel span{
	position: relative;
	display: block;
	width:81px;
	height:33px;
	background: #2d2d2d;
	line-height: 33px;
	text-align: right;
	padding-right: 7px;
	color: #fff;
	font-size: 1.5rem;
	border-radius:2px;
	font-weight: bold;
	cursor: default;
}

.a1-1 .l-container .leftContent .map ul#kanagawa li.pannel span:before {
	content: url(/mansion/library/images/top/arrow2.png);
	position: absolute;
	top: 12px;
	left: 9px;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner {
	background: none;
	display: block;
}
.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li{
	position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #004066;
	color:#2d2d2d;
	z-index:0;
	width: 268px;
	height:44px;
	line-height:44px;
	margin-top:4px;
	background:#d2d2d2;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:after {
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fff url(/mansion/library/images/top/arrow_red.png) right 10px top 51% no-repeat;
	width:100%;
	height:42px;
	z-index:-1;
	top:0;
	left:0;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li a {
	color: #004066;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	text-align: left;
	padding-left:40px;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:nth-child(1) a:before {
	content: url(/mansion/library/images/top/mark.png);
	position: absolute;
	top: 11px;
	left: 12px;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:nth-child(2) a:before {
	content: url(/mansion/library/images/top/train.png);
	position: absolute;
	top: 11px;
	left: 12px;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:nth-child(3) a:before {
	content: url(/mansion/library/images/top/icon_map.png);
	position: absolute;
	top: 10px;
	left: 8px;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:hover a{
	color:#dd1c11;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:hover{
	position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #004066;
	color:#dd1c11;
	z-index:0;
	width: 268px;
	height:44px;
	line-height:44px;
	margin-top:4px;
	background:#cfe5f3;
}

.a1-1 .l-container .leftContent .map ul li.pannel ul.inner li:hover:after {
	position:absolute;
	content:'';
	border-radius:3px;
	background:#cfe5f3 url(/mansion/library/images/top/arrow_red.png) right 10px top 51% no-repeat;
	width:100%;
	height:42px;
	z-index:-1;
	top:0;
	left:0;
}

/*

[class|="btn"].white{
		position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #babba4;
	background:#e6e7d8;
	color:#2d2d2d;
	z-index:0;
	width:180px;
	height:48px;
	line-height:48px;
	padding:3px 0 0 20px;
	margin-left:20px;
}

[class|="btn"].white:after {
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fff;
	width:100%;
	height:49px;
	z-index:-1;
	top:0;
	left:0;
}

*/


/*---------------------------------------------------*
.a1-1 .l-container .leftContent .map ul li {
	display: none;
	border: 1px solid #2d2d2d;
	text-align: center;
	background-color: #fff;
	width: 169px;
}

.a1-1 .l-container .leftContent .map ul li:hover {
	background-color: #cfe5f3;
}

.a1-1 .l-container .leftContent .map ul li:hover a {
	color: #DD1D12;
}

.a1-1 .l-container .leftContent .map ul li:nth-child(2) {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.a1-1 .l-container .leftContent .map ul li:nth-child(2) a:after,
.a1-1 .l-container .leftContent .map ul li:nth-child(3) a:after,
.a1-1 .l-container .leftContent .map ul li:nth-child(4) a:after {
	content: url(/mansion/library/images/top/arrow3.png);
	position: absolute;
	top: 5px;
	right: -30px;
}

.a1-1 .l-container .leftContent .map ul li:nth-child(2) a:before,
.a1-1 .l-container .leftContent .map ul li:nth-child(3) a:before,
.a1-1 .l-container .leftContent .map ul li:nth-child(4) a:before {
	position: absolute;
	top: 0px;
	left: -28px;
}

.a1-1 .l-container .leftContent .map ul li:nth-child(2) a:before {
	content: url(/mansion/library/images/top/mark.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(3) a:before {
	content: url(/mansion/library/images/top/train.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(4) a:before {
	content: url(/mansion/library/images/top/icon_map.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(2):hover a:before {
	content: url(/mansion/library/images/top/mark_hover.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(3):hover a:before {
	content: url(/mansion/library/images/top/train_hover.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(4):hover a:before {
	content: url(/mansion/library/images/top/icon_map_hover.png);
}

.a1-1 .l-container .leftContent .map ul li:nth-child(4) {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.a1-1 .l-container .leftContent .map ul li + li {
	border-top: none;
}

.a1-1 .l-container .leftContent .map ul li a {
	color: #2d2d2d;
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
}*/

.a1-1 .l-container .leftContent .map ul:hover li {
	display: block;
}

.a1-1 .l-container .leftContent .map img {
	position: relative;
	top: 0;
	right: 188px;
}

.a1-1 .l-container .rightContent {
	width: 253px;
	float: left;
	margin-left: 46px;
	position: relative;
	z-index:1;
}

.a1-1 .l-container .rightContent ul {
	margin-top: 16px;
	margin-bottom: 12px;
}

.a1-1 .l-container .rightContent ul li + li {
	margin-top: 9px;
}

.a1-1 .l-container .rightContent ul li a {
	text-decoration: none;
	font-size: 1.4rem;
	color: #2d2d2d;
	display: block;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	padding: 4px;
}

.a1-1 .l-container .rightContent ul li a:hover {
	color: #dd1c11;
}

.a1-1 .l-container .rightContent ul li a dl {
	display: table;
}

.a1-1 .l-container .rightContent ul li a dl dt, .a1-1 .l-container .rightContent ul li a dl dd {
	display: table-cell;
	vertical-align: middle;
}

.a1-1 .l-container .rightContent ul li a dl dd {
	padding-left: 10px;
}

/*
---------------------------------------------------------- */
.a1-2 {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background-color: #f9f9f9;
	color: #2d2d2d;
	padding: 45px 0 65px;
}

.a1-2 h3 {
	text-align: center;
}
.a1-2 h3 + p{
	text-align:  center;
	line-height: 2;
	margin: 40px 0 0;
}
.a1-2 .aBox{
	margin-top: 50px;

}

.a1-2 .aBox p {
	font-size: 1.5rem;
	text-align: justify;
	line-height: 1.9;
}

.a1-2 .aBox p span {
	background-color: #FDD9D9;
	display: inline;
}

.a1-2 .aBox .p-envi__title {
    padding-left: 13px;
    font-size: 18px;
    border-left: 4px solid #004066;
    margin: 27px 0 23px 0;
}

.a1-2 .aBox .leftBox {
	width: 526px;
	float: left;
}

.a1-2 .aBox .rightBox {
	width: 526px;
	float: right;
}

.a1-2 .aBox .boxImg {
	width: 100%;
}

.a1-2 .aBox .boxImg img{
	float: left;
}
.a1-2 .aBox .boxImg img + img {
	margin-left: 44px;
}
.a1-2 .aBox ul li{margin-bottom: 5px;}

.a1-2 .aBox ul li:before{
	content:"";
	display: block;
	float:  left;
	width: 3px;
	height: 3px;
	background: #004066;
	border-radius: 5px;
	margin-top: 9px;
}
.a1-2 .aBox ul li p{
	display: block;
	margin-left: 10px;
	line-height: 1.7;
}

/*
---------------------------------------------------------- */
.a1-3 .a1-3_Box {
	width: 1040px;
	padding: 20px;
	border: 1px solid #d2d2d2;
	border-top: 3px solid #004066;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin: 60px auto 0;
	position: relative;
}

.a1-3 .a1-3_Box h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	background: url(/mansion/library/images/icon_king.png) no-repeat 0 center;
	padding: 9px 0 4px 48px;
}

.a1-3 .a1-3_Box .aBox {
	width: 1040px;
}

.a1-3 .a1-3_Box .aBox .content {
	width: 510px;
	font-size: 1.5rem;
	float: left;
	display: flex;
}

.a1-3 .a1-3_Box .aBox .content + .content {
	margin-left: 18px;
	float: right;
}

.a1-3 .a1-3_Box .aBox .content dl {
	display: table;
}

.a1-3 .a1-3_Box .aBox .content dt, .a1-3 .a1-3_Box .aBox .content dd{
	display: table-cell;
	vertical-align: middle;
}

.a1-3 .a1-3_Box .aBox .content dt {
	text-align: center;
	background-color: #004066;
	color: #fff;
	font-size: 1.6rem;
    width: 115px;
    padding: 0 33px;
}

.a1-3 .a1-3_Box .aBox .content dt p{
	line-height: 2.0;
}

.a1-3 .a1-3_Box .aBox .content dd ul {
	width: 363px;
}

.a1-3 .a1-3_Box .aBox .content ul {
	float: left;
	width: 100%;
}

.a1-3 .a1-3_Box .aBox .content ul li {
	background-color: #e0edf5;
}

.a1-3 .a1-3_Box .aBox .content ul li + li {
	margin-top: 1px;
}

.a1-3 .a1-3_Box .aBox .content ul li a {
	text-decoration: none;
	color: #004066;
	display: block;
	padding: 15px 20px;
	position: relative;
}

.a1-3 .a1-3_Box .aBox .content ul li a:hover {
	color:#dd1c11;
}

.a1-3 .a1-3_Box .aBox .content ul li:hover a:after{
	content: url(/mansion/library/images/top/arrow4_on.png);
}

.a1-3 .a1-3_Box .aBox .content ul li a:after {
	content: url(/mansion/library/images/top/arrow4.png);
	width: 10px;
	height: 18px;
	position: absolute;
	 -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	top: 50%;
	right: 10px;
}

.a1-3 .a1-3_Box .pig {
	position: absolute;
    top: -45px;
    left: 22px;
}

/*============================================================
ランキングバナー
============================================================*/

.bn_ranking{
    margin:40px auto;
    width:782px;
    height:143px;
    background: url(/mansion/library/images/top/bn_ranking.jpg) center center no-repeat;
    display: block;
    cursor: pointer;
}

.bn_ranking .inner{
    width:570px;
    height:109px;
    margin:17px auto 0;
    background-color: rgb(255, 255, 255, 0.9);
    filter:alpha(opacity=90); 
background: rgba(255,255,255,0.9);
    padding:0 20px;
}

.bn_ranking .inner .head{
    width:100%;
    text-align: center;
    border-bottom:solid 1px #004066;
    padding: 14px 0;
}

.bn_ranking .inner .head span{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size:20px;
    padding-left: 40px;
    line-height: 1em;
}

.bn_ranking .inner .head span:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0px;
    width: 32px;
    height: 27px;
    background: url(/mansion/library/images/top/icon_king.png) left center no-repeat;
    background-size: 32px 27px;
}

.bn_ranking .inner .body{
    position: relative;
    padding-top:10px;
}

.bn_ranking .inner .body p{
    line-height: 1.4;
    color:#000;
}

.bn_ranking .inner .body .button {
	position: absolute;
	right:0px;
	bottom:6px;
  text-align: right;
}

.bn_ranking .inner .body .button .c-btn_type3 {
  background-color: #004066;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
    border: 2px solid #004066;
}

.bn_ranking .inner .body .button .c-btn_type3 span a{
    color:#fff;
    text-decoration: none;
}

.bn_ranking:hover .inner .body .button .c-btn_type3 span a{
    color:#004066;
}

.bn_ranking .inner .body .button .c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi.png) right center no-repeat;
  display: inline-block;
  padding: 0 20px 0 0;
}

.bn_ranking:hover .c-btn_type3 {
  background-color: rgb(255, 255, 255, 0.1)!important;
    filter:alpha(opacity=10)!important; 
background: rgba(255,255,255,0.1)!important;
}

.bn_ranking:hover .inner .body .button .c-btn_type3 span {
  background: url(/mansion/library/images/arrow_whi_on.png) right center no-repeat;
}
