@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	display: none;
}
.sliderBox {
    background: #FFF;
}
.slider li {
	width: 100%;
	height: 545px;
}
.slider01 {
	background: url(../img/bg_slide_01.png) center no-repeat;
}
.slider02 {
	background: url(../img/bg_slide_02.png) center no-repeat;
}
.slider03 {
	background: url(../img/bg_slide_03.png) center no-repeat;
}
.slider04 {
	background: url(../img/bg_slide_04.png) center no-repeat #111111;
}
.sliderDots {
	position: absolute;
    display: inline-block !important;
    bottom: 15px;
	left: 260px;
    right: 0;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
}
.sliderDots li {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
}
.sliderDots li button {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 1px solid #0030A0;
	background-color: #FFF;
	border-radius: 50%;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
.sliderDots li:hover button,
.sliderDots li.slick-active button {
	background-color: #0030A0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sliderNavBox {
    width: 1100px;
    height: 545px;
    margin: -545px auto 0;
    position: relative;
	z-index: 9999;
}
.sliderBox .pageTitle {
	height: 545px;
	position: relative;
}
.sliderBox .pageTitleWrap {
	width: 350px;
    height: 230px;
    padding: 20px 0 0 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 52px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #0030A0;
    position: absolute;
    right: 0;
    bottom: 55px;
    box-sizing: border-box;
}
.sliderBox .pageTitleWrap.transparent {
    color: #FFF;
    background: transparent;
}
.sliderBox .pageTitleWrap .smallTitle {
    font-size: 30px;
}
#topSliderNav {
	font-size: 14px;
	font-weight: bold;
	/* メイリオにしたため消しました */
	/* font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; */
	line-height: 1;
	position: absolute;
	top: 20px;
    right: 0;
}
#topSliderNav li {
	float: left;
	margin-left: 40px;
	padding: 11px 0;
}
#topSliderNav li a {
	color: #0030A0;
	display: inline-block;
}
#topSliderNav .form {
	padding: 0;
	margin-left: 30px;
    background: #FFF;
    border-radius: 5px;
}
#topSliderNav .form a {
	padding: 11px 37px 11px 65px;
    background: url(../common/img/ico_mail_01.png) no-repeat left 38px center #B40000;
    background-size: 18px auto;
    color: #FFF;
    border-radius: 5px;
}

/* ===================================
#menu
=================================== */
#headLogo a {
	width: 178px;
    height: 37px;
    background: url(../common/img/logo_05.png) center no-repeat;
    margin-bottom: 25px;
}
.menuInner {
	width: 220px;
	height: 700px;
}
.menuInner .onlyTop {
	display: inline;
}
.menu01 li a br {
	display: none;
}

.menu02 {
	margin: 25px 20px 20px;
}
.menu02 li a {
    font-size: 18px;
}
.menu02 li:first-child a:first-child,
.menu02 li:nth-child(2) a:first-child {
	height: 100px;
	padding: 30px 0 0 30px;
	text-align: left;
}
.menu02 li:first-child a:first-child {
    margin-bottom: 20px;
}
.menu02 li:nth-child(2) a {
	background-position: center;
}
.menu02 li:first-child a br:first-child,
.menu02 li:nth-child(2) a br:nth-child(2){
	display: none;
}
.menu03 {
    margin: 38px 20px 12px;
}
.menu03 li:first-child {
	width: 85px;
	float: right;
}
.menu03 li:nth-child(2) {
	width: 85px;
	float: left;
}
.menu03 li a:first-child {
	margin: 0;
}

.menuContact .tel {
	padding: 0;
	margin-bottom: 0;
    background: none;
    font-size: 12px;
    letter-spacing: -1px;
}
.menuContact .telNum {
    font-size: 24px;
	line-height: 1.4;
    padding-left: 18px;
    background: url(../common/img/ico_tel_02.png) center left 11px no-repeat;
}
.menuContact .hours {
	font-size: 11px;
}
.menuContact br {
	display: none;
}


/* ===================================
#contents
=================================== */
.inner {
	padding-left: 260px;
}


#contents {
}


/* #newsWrap */
#newsWrap {
    height: 410px;
    padding: 20px 20px 15px;
	margin-bottom: 40px;
	box-sizing: border-box;
	background: #FFF;
    border: 1px solid #0030A0;
}
#newsList {
	height: 310px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
	overflow: scroll;
	/* Edge,IE11でスクロールバー非表示 */
	-ms-overflow-style:none;
}
/* chrome,safariでスクロールバー非表示 */
#newsList::-webkit-scrollbar{
	display:none;
}
.newsBox {
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.newsBox:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.newsBox .date {
	float: left;
	width: 55%;
    font-size: 14px;
    position: relative;
}

.rightImg{
	max-width: 330px;
	height: 220px;
	float: right;
	object-fit: cover;
    font-family: "object-fit: cover;";
}

.newsBox.new .date:after {
    content: "NEW";
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 15px;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #CD1E00;
    display: inline-block;
    vertical-align: text-bottom;
}
.lBoxContets,
.lBoxContetsOver{
	font-size: 13px;
	line-height: 1.4;
}
.lBoxContets{
	float: left;
	width: 55%;
}
.lBoxContetsOver{
	float: left;
	width: 100%;
}
.newsTitleOver{
	float: left;
	width: 100%;
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #002EA0;
}
.newsTitle{
	float: left;
    width: 55%;
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #002EA0;
}


.newsBox .text {
    font-size: 13px;
}
.newsListLink a {
	width: 230px;
	padding: 5px 0 5px 15px;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
    border: 1px solid #CCC;
    box-sizing: border-box;
    display: block;
	position: relative;
}
.newsListLink a:before {
	width: 5px;
    height: 5px;
	position: absolute;
    top: 12px;
    left: 55px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #0030A0;
    border-right: 2px solid #0030A0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

/* .propCornerWrap */
.propCornerWrap .leftBox {
	width: 530px;
	background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #0030A0;
	float: left;
}
.propCornerWrap .rightBox {
	float: right;
	position: relative;
}
.propCornerWrap .rightBox:before {
	content: "";
    width: 67px;
    height: 67px;
    background: url(../img/ico_recom_01.png) center no-repeat;
    background-size: 67px;
    position: absolute;
    left: 0;
    top: 0;
}
.propCornerWrap .rightBox .propBox {
	width: 292px;
	height: 550px;
	background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #0030A0;
	box-shadow:-3px 3px 0px 0px #7990c8;
}
.propCornerWrap h4 {
	padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #002EA0;
    border-bottom: 1px solid #EEE;
}
.propCornerWrap .leftBox h4 {
	padding-left: 27px;
	background: url(../common/img/ico_new_01.png) left top 3px no-repeat ;
	background-size: 20px;
}
.leftBox h4 span,
.rightBox h4 span{
	font-weight: bold;
}
.propCornerWrap .leftBox h4 a {
	padding-top: 3px;
    font-size: 13px;
    float: right;
}
.rightBox h4 {
	font-size: 24px;
	border: none;
	text-align: center;
}
.propCornerWrap .list li {
	width: 231px;
	margin-bottom: 45px;
	float: left;
}
.propCornerWrap .list li a {
	display: block;
}
.propCornerWrap .list li:nth-child(odd) {
	float: right;
}
.propCornerWrap .list li:nth-last-child(2),
.propCornerWrap .list li:last-child {
	margin-bottom: 0;
}
.propCornerWrap .infoArea {
	margin: 13px 0 0;
}
.propCornerWrap .list .pic01 {
	width: 231px;
    height: 231px;
    overflow: hidden;
    display: block;
	position: relative;
}
.propCornerWrap .list .pic01 .new {
	width: 45px;
    padding: 1px 0;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
	line-height: 1.2;
    background: #0696EC;
    position: absolute;
	top: 10px;
    left: 0;
    z-index: 2;
}
.propCornerWrap .list .pic01 img {
    width: 350px;
    height: 350px;
    margin: -60px 0 0 -60px;
    display: inline-block;
}

.rightBox .list li {
	width: 250px;
}
.rightBox .list .pic01 {
	width: 250px;
    height: 250px;
    overflow: hidden;
    display: block;
}
.rightBox .list .pic01 img {
	width: 330px;
    height: 330px;
    margin: -40px 0 0 -40px;
    display: inline-block;
}
.propCornerWrap .info01 {
	position: relative;
    border-bottom: 1px solid #DDD;
}
.propCornerWrap .list .price01 {
    font-size: 29px;
    font-weight: 700;
	color: #555;
	line-height: 1;
}
.propCornerWrap .list .price01 .unit {
	font-size: 15px;
}
.propCornerWrap .list .interest01 {
	margin: 10px 0;
	color: #B40000;
	font-size: 15px;
}
.propCornerWrap .list .div01 {
    background: #DDD;
    color: #333;
    text-align: center;
    margin: 0 0 10px;
    padding: 4px 20px 2px;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.propCornerWrap .info02 {
	padding: 10px 0 0;
    font-size: 13px;
}
.propCornerWrap .list .traffic {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.propCornerWrap .icon {
    margin-top: 10px;
}
.propCornerWrap .icon span {
	float: left;
    display: inline-block;
	padding: 2px 4px 2px;
    margin: 0 4px 0 0;
    line-height: 1;
    border: 1px solid #555;
    border-radius: 3px;
    font-size: 11px;
}
.rightBox .bnr {
    margin-top: 29px;
}


/* #investWrap */
.investWrap {
	margin-top: 40px;
	padding: 40px 20px 20px;
	color: #FFF;
	background: #264BC0;
}
.investWrap h2 {
	font-size: 46px;
	text-align: center;
}
.investWrap .smallTitle {
	font-size: 27px;
}
.investWrap .subTitle {
	padding: 10px 0 35px;
	font-size: 16px;
	text-align: center;
}
.investMenu li {
	width :390px;
	height: 250px;
	border: 2px solid #FFF;
	border-radius: 3px;
	box-sizing: border-box;
	background: #FFF;
	float: left;
}
.investMenu li:first-child {
	float: left;
}
.investMenu li:last-child {
	float: right;
}
.investMenu li a {
	width: 100%;
    height: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	font-size: 30px;
	color: #FFF;	
	display: block;
}
.investMenu li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF;
}
.investMenu li:first-child a {
	float: left;
	text-align: right;
	background: url(../img/bg_invest_01.png) center no-repeat;
}
.investMenu li:first-child a span {
    color: #F1FAFE;
}
.investMenu li:last-child a {
	float: right;
	background: url(../img/bg_invest_02.png) center no-repeat;
}

/* .memberWrap */
.memberWrap {
	width: 100%;
	height: 150px;
	padding: 15px 20px 15px;
	margin: 40px 0;
	box-sizing: border-box;
	background: url(../img/bg_member_01.png) center no-repeat;
}
.memberWrap h2 {
	padding-top: 10px;
    font-size: 30px;
	color: #0030A0;
	font-weight: bold;
}
.memberWrap .leftBox {
	float: left;
}
.memberWrap .rightBox {
	float: right;
}
.memberWrap .newMemberLink {
	width: 340px;
	margin-top: 15px;
	text-align: center;
    background: #FFF;
}
.memberWrap .newMemberLink a {
	width: 100%;
	padding: 14px 0;
    box-sizing: border-box;
    font-size: 20px;
    color: #FFF;
    border-radius: 5px;
    background: url(../common/img/ico_arrow_01.png) left 45px center no-repeat #002C9C;
	background-size: 16px;
    display: inline-block;
	position: relative;
}
.memberWrap .rightBox {
	width: 450px;
	border: 1px solid #002C9D;
}
.memberWrap .secretCntBox {
	width: 175px;
	height: 120px;
	font-size: 20px;
    color: #B40000;
    line-height: 1.1;
	text-align: center;
	background: #FFF;
	float: left;
	font-weight: bold;
}
.memberWrap .secretCnt{
	display: flex;
    align-items: center;
    justify-content: center;
}
.memberWrap .secretTitle {
	padding-top: 20px;
}
.memberWrap .loginBox {
	width: 275px;
    height: 120px;
    font-size: 15px;
    color: #002C9C;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    float: left;
}
.memberWrap .bigCntText {
	margin: 0 -5px 0 -6px;
    font-size: 60px;
    font-weight: bold;
    transform: scale(0.8, 1);
    display: inline-block;
    vertical-align: sub;
}
.memberWrap .loginTitle {
	margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
}
.memberWrap .memberLink {
    width: 254px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
}
.memberWrap .loginBox a {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 23px auto 0;
    padding-left: 45px;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 17px;
    color: #FFF;
    background: url(../common/img/ico_arrow_02.png) left 22px center no-repeat #3668BE;
    background-size: 14px 15px;
    display: block;
}
.secretCntTxt{
	margin-top: 20px;
}
/*.memberWrap .loginBox dl {
    line-height: 26px;
}
.memberWrap .loginBox dt,
.memberWrap .loginBox dd {
	font-size: 9px;
	float: left;
}
.memberWrap .loginBox #id,
.memberWrap .loginBox #password {
	width: 95px;
    height: 26px;
    padding: 2px;
    box-sizing: border-box;
}
.memberWrap .loginBox #id {
	margin-right: 5px;
}
.memberWrap .loginBox button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 254px;
	height: 36px;
	margin-top: 10px;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 13px;
	color: #FFF;
	background: url(../common/img/ico_arrow_01.png) left 65px center no-repeat #3668BE;
	background-size: 9px;
}*/

/* .oroomWrap */
.oroomWrap {
	margin: 40px 0;
}


/* .searchWrap */
.searchWrap {
	width: 100%;
	margin: 40px 0;
}
.searchWrap a {
	width: 410px;
	box-sizing: border-box;
	color: #FFF;
	display: block;
}
.searchWrap .leftBox {
	float: left;
}
.searchWrap .rightBox {
	float: right;
}
.searchWrap .leftBox a {
	height: 210px;
    padding-top: 135px;
    font-size: 28px;
    text-align: center;
}
.searchWrap .rightBox a {
	height: 100px;
	font-size: 28px;
	text-align: center;
}
.searchWrap .rightBox .subTitle {
	font-size: 16px;
	display: block;
}
.searchWrap .searchLink {
	background: url(../img/ico_search_01.png) top 30px left 152px no-repeat, #003099; 
	background: url(../img/ico_search_01.png) top 30px left 152px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_search_01.png) top 30px left 152px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_search_01.png) top 30px left 152px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
}
.searchWrap .qaLink {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 25px 30px 0 0;
	background: url(../img/ico_qa_01.png) center right 32px no-repeat, #003099; 
	background: url(../img/ico_qa_01.png) center right 32px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_qa_01.png) center right 32px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_qa_01.png) center right 32px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
}
.searchWrap .simuLink {
	padding: 25px 30px 0 0;
	background: url(../img/ico_simu_01.png) center right 30px no-repeat, #003099; 
	background: url(../img/ico_simu_01.png) center right 30px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_simu_01.png) center right 30px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_simu_01.png) center right 30px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
}

/* .linkMenuWrap */
.linkMenuWrap {
	width: 100%;
	padding-top: 40px;
	border-top: 1px solid #0030A0;
}
.linkMenuWrap a {
	width: 410px;
	height: 100px;
	margin-top: 12px;
	font-size: 28px;
	line-height: 1.2;
    color: #FFF;
	text-align: center;
	box-sizing: border-box;
	display: block;
}
.linkMenuWrap .hLong {
	margin-top: 0;
}
.linkMenuWrap .hLong {
	height: 210px;
}
.linkMenuWrap .innerBox a {
	width: 200px;
	font-size: 15px;
	float: left;
}
.linkMenuWrap .innerBox a:last-child {
	float: right;
}
.linkMenuWrap .leftBox {
	float: left;
}
.linkMenuWrap .rightBox {
	float: right;
}
.linkMenuWrap .leftBox a {
	background-color: #EA8A09;
}
.linkMenuWrap .rightBox a {
	background-color: #294FBD;
}
.linkMenuWrap .subTitle {
	font-size: 16px;
	display: block;
}
.linkMenuWrap .topBorder {
	width: 200px;
	margin-top: 3px;
    padding-top: 5px;
	font-size: 18px;
	border-top: 1px solid #FFF;
	display: inline-block;
}

.linkMenuWrap .management {
	padding-top: 142px;
	background: url(../img/ico_management_01.png) top 20px center no-repeat;
}
.linkMenuWrap .form {
	padding: 23px 90px 0 0;
	font-size: 24px;
	background: url(../img/ico_form_01.png) center right 30px no-repeat;
}
.linkMenuWrap .dl {
	padding: 23px 90px 0 0;
	font-size: 24px;
	background: url(../img/ico_dl_01.png) center right 30px no-repeat;
}
.linkMenuWrap .apa {
	padding-top: 145px;
	background: url(../img/ico_apa_01.png) top 35px center no-repeat;
}
.linkMenuWrap .blog {
	padding: 35px 25px 0 0;
	background: url(../img/ico_blog_01.png) center right 20px no-repeat;
}
.linkMenuWrap .instagram {
	padding: 25px 23px 0 20px;
	text-align: left;
	background: url(../img/ico_instagram_01.png) center right 23px no-repeat;
}
.linkMenuWrap .fb {
	padding: 25px 23px 0 20px;
	text-align: left;
	background: url(../img/ico_fb_01.png) center right 23px no-repeat;
}


/* ===================================
#foot
=================================== */
#foot_menu .foot_menu01 {
	margin-right: 50px;
}
#foot_menu .foot_menu02 {
	margin-right: 30px;
}
#foot_menu .foot_menu03 {
	margin-right: 30px;
}
#foot_menu .foot_menu04 {
	margin-right: 20px;
}
#foot_menu .foot_menu05 {
}

/* ===================================
IE11対応
=================================== */
@media all and (-ms-high-contrast:none) {
	.menuContact .telNum{
		font-size: 23px;
		letter-spacing: -1px;
	}
	.menuContact .tel{
		font-size: 11px;
		letter-spacing: 0px;
	}
	.newsBox.new .date::after{
		position: absolute;
		padding: 1px 5px 0;
	}
	#topSliderNav li{
		padding: 12px 0;
	}
	.propCornerWrap .list .pic01 .new{
		padding: 2px 0 1px;
	}
}