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

/* ===================================
#head
=================================== */
#head {
	display: none;
}
.sliderBox{
	position: relative;
}
.slider li {
	width: 100%;
	height: 405px;
	background-size: cover;
}
.slider01 {
	background: url(../img/sp/bg_slide_01.png) center no-repeat;
}
.slider02 {
	background: url(../img/sp/bg_slide_02.png) center no-repeat;
}
.slider03 {
	background: url(../img/sp/bg_slide_03.png) center no-repeat;
}
.slider04 {
	background: url(../img/sp/bg_slide_04.png) center no-repeat;
}
.sliderDots {
	position: absolute;
    display: inline-block !important;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
}
.sliderDots li {
	display: inline-block;
	width: 14px;
    height: 14px;
	margin: 0 5px;
}
.sliderDots li button {
	width: 14px;
	height: 14px;
	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.slick-active button {
	background-color: #0030A0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.sliderNavBox {
	position: absolute;
    right: 20px;
    bottom: 50px;
}
.sliderBox .pageTitle {
	height: 405px;
	position: relative;
}
.sliderBox .pageTitleWrap {
	width: 202px;
    height: 133px;
    margin: 0;
    padding: 15px 0 0 15px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #0030A0;
    box-sizing: border-box;
}
.sliderBox .pageTitleWrap .smallTitle {
	font-size: 17px;
}
#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;
}
#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;
}

/* ===================================
#contents
=================================== */

#wrap {
	margin-top: 30px;
}

/* #newsWrap */
#newsWrap {
    height: 350px;
	padding: 15px;
	padding-top: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	background: #FFF;
    border: 1px solid #0030A0;
}
#newsList {
	height: 265px;
    margin-bottom: 15px;
	overflow: scroll;
	/* Edge,IE11でスクロールバー非表示 */
	-ms-overflow-style:none;
}
/* chrome,safariでスクロールバー非表示 */
#newsList::-webkit-scrollbar{
	display:none;
}
.newsBox {
    padding: 0 0 20px;
    border-bottom: 1px solid #DDD;
    color: #333;
}
.newsBox:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.newsBox .date {
	padding-top: 15px;
    font-size: 14px;
	position: relative;
	display: flex;
    align-items: center;
}
.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;
}
.newsTitleOver,
.newsTitle{
	margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 700;
    color: #002EA0;
}
.lBoxContets,
.lBoxContetsOver{
	font-size: 13px;
	line-height: 1.6;
}
.rightImg{
	margin-top: 15px;
	max-width: 60%;
}

.newsListLink a {
	padding: 11px 0 11px 15px;
    margin-left: auto;
    font-size: 14px;
    text-align: center;
    border: 1px solid #CCC;
    box-sizing: border-box;
    display: block;
}
.newsListLink span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.newsListLink span:before {
	width: 5px;
    height: 5px;
    position: absolute;
	top: 0;
	bottom: 0;
    left: -20px;
    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 {
	background: #FFF;
    padding: 10px 10px 15px;
    box-sizing: border-box;
    border: 1px solid #0030A0;
}
.leftBox h4 span,
.rightBox h4 span{
	font-weight: bold;
}
.propCornerWrap .rightBox {
	margin: 20px 0 0;
	position: relative;
}
.propCornerWrap .rightBox:before {
	content: "";
    width: 52px;
    height: 52px;
    background: url(../img/sp/ico_recom_01.png) center no-repeat;
    background-size: 52px;
    position: absolute;
    left: 0;
    top: 0;
}
.propCornerWrap .rightBox .propBox {
	background: #FFF;
	margin-left: 2px;
	padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #0030A0;
	box-shadow:-2px 2px 0px 0px #7990c8;
}
.propCornerWrap h4 {
	padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 19px;
    color: #002EA0;
    border-bottom: 1px solid #EEE;
}
.propCornerWrap .leftBox h4 {
	padding-left: 27px;
	background: url(../common/img/ico_new_01.png) left top no-repeat ;
	background-size: 20px;
}
.propCornerWrap .leftBox h4 a {
	padding-top: 3px;
    font-size: 13px;
    float: right;
}
.propCornerWrap .rightBox h4 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 24px;
	border: none;
	text-align: center;
}
.propCornerWrap .list li {
	width: 49%;
	margin-bottom: 22px;
	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: 10px 0 0;
}
.propCornerWrap .list .pic01 {
	width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}
.propCornerWrap .list .pic01:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.propCornerWrap .list .pic01 img {
	width: 150%;
    height: 150%;
    margin: -25% 0 0 -25%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.propCornerWrap .list .pic01 .new {
	width: 45px;
    padding: 1px 0;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #0696EC;
    position: absolute;
	top: 10px;
    left: 0;
    z-index: 2;
}
.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: 5px 0;
    color: #B40000;
    font-size: 14px;
}
.propCornerWrap .list .div01 {
    background: #DDD;
    color: #333;
    text-align: center;
    margin: 0 0 5px;
    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;
	line-height: 1.4;

}
.propCornerWrap .list .traffic {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.propCornerWrap .icon {
	margin-top: 3px;
}
.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;
}
.propCornerWrap .rightBox .list li {
	width: 100%;
}
.propCornerWrap .rightBox .pic01 {
	width: 40%;
	float: left;
}
.propCornerWrap .rightBox .infoArea {
	width: 55%;
	margin: 0;
	float: right;
}
.propCornerWrap .rightBox .div01 {
	display: none;
}
.propCornerWrap .rightBox .bnr {
    margin: 20px 0 0;
}
.propCornerWrap .listLink {
	padding: 11px 0 11px 15px;
	margin: 30px 0 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #CCC;
    box-sizing: border-box;
    display: block;
}
.propCornerWrap .listLink span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.propCornerWrap .listLink span:before {
    width: 5px;
    height: 5px;
    position: absolute;
	top: 0;
	bottom: 0;
    left: -20px;
    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;
}

/* #investWrap */
.investWrap {
	margin: 20px 0;
	padding: 15px 10px 10px;
	color: #FFF;
	background: #264BC0;
}
.investWrap h2 {
	font-size: 28px;
	text-align: center;
}
.investWrap .smallTitle {
	font-size: 14px;
}
.investWrap .subTitle {
	padding: 10px 0 20px;
    font-size: 14px;
    text-align: center;
}
.investMenu li {
	width: 100%;
    height: 100px;
    border: 1px solid #FFF;
    border-radius: 3px;
    box-sizing: border-box;
    background: #FFF;
}
.investMenu li:first-child {
	margin-bottom: 10px;
}
.investMenu li a {
	width: 100%;
    height: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 30px;
	color: #FFF;
	position: relative;
	display: block;
}
.investMenu li a:before {
	position: absolute;
    top: 0;
	bottom: 0;
	right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 99999;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.investMenu li:first-child a {
	background: url(../img/sp/bg_invest_01.png) center no-repeat;
	background-size: cover;
}
.investMenu li:last-child a {
	background: url(../img/sp/bg_invest_02.png) center no-repeat;
	background-size: cover;
}

/* .memberWrap */
.memberWrap {
	width: 100%;
    padding: 10px 10px 15px;
    margin: 20px 0;
    box-sizing: border-box;
	background: url(../img/sp/bg_member_01.png) top center no-repeat;
	background-size: 100%;
}
.memberWrap h2 {
	font-size: 27px;
    text-align: center;
	color: #0030A0;
	font-weight: bold;
}
.memberWrap .newMemberLink {
	width: 94%;
    margin: 10px auto 15px;
    text-align: center;
    background: #FFF;
}
.memberWrap .newMemberLink a {
	width: 100%;
    padding: 14px 0 14px 22px;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    border-radius: 5px;
	/* background: url(../common/img/ico_arrow_01.png) left 8% center no-repeat #002C9C; */
	background-color: #002C9C;
    background-size: 16px;
    display: inline-block;
    
}
.memberWrap .newMemberLink a span{
	position: relative;
	display: inline-block;
	text-align: center;
}
.memberWrap .newMemberLink a span::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -24px;
	background: url(../common/img/ico_arrow_01.png) left 8% center no-repeat;
	background-size: contain;
}
.memberWrap .rightBox {
	border: 1px solid #002C9D;
}
.memberWrap .secretCntBox {
	font-size: 19px;
    color: #B40000;
    line-height: 1.1;
	text-align: center;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.memberWrap .secretTitle {
	display: inline-block;
}
.memberWrap .secretCnt {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.memberWrap .loginBox {
    padding: 10px 15px 15px;
    font-size: 15px;
    color: #002C9C;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
}
.memberWrap .bigCntText {
	margin: 0 -2px 0px 0;
    font-size: 40px;
    font-weight: bold;
    transform: scale(0.8, 1);
    display: inline-block;
    vertical-align: sub;
}
.secretCntTxt{
	margin-top: 12px;
}
.memberWrap .loginTitle {
	margin: 5px 0 8px;
    font-size: 15px;
    text-align: center;
}
.memberWrap .memberLink {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
}
.memberWrap .loginBox a {
    width: 100%;
    padding: 14px 0 14px 22px;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFF;
    border-radius: 5px;
	/* background: url(../common/img/ico_arrow_01.png) left 8% center no-repeat #3668BE; */
	background-color: #3668BE;
    background-size: 16px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.memberWrap .loginBox .addSpIco{
	position: relative;
	display: inline-block;
	text-align: center;
}
.memberWrap .loginBox .addSpIco::before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -24px;
	background: url(../common/img/ico_arrow_01.png) left 8% center no-repeat;
	background-size: contain;
}
.memberWrap .loginBox a .onlyInlinePC {
    display: none;
}
/*.memberWrap .loginBox dl {
    line-height: 38px;
}
.memberWrap .loginBox .idBox,
.memberWrap .loginBox .passBox {
	overflow: hidden;
}
.memberWrap .loginBox .idBox {
	margin-bottom: 10px;
}
.memberWrap .loginBox .passBox {
	clear: left;
}
.memberWrap .loginBox dt,
.memberWrap .loginBox dd {
	font-size: 11px;
	float: left;
}
.memberWrap .loginBox dt {
	width: 20%
}
.memberWrap .loginBox dd {
	width: 80%
}
.memberWrap .loginBox #id,
.memberWrap .loginBox #password {
	width: 100%;
    height: 38px;
    padding: 2px;
	border: 1px solid #9E9E9E;
    box-sizing: border-box;
}
.memberWrap .loginBox button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 45px;
	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 25% center no-repeat #3668BE;
	background-size: 9px;
}*/

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


/* .searchWrap */
.searchWrap {
	width: 100%;
	margin: 30px 0;
}
.searchWrap a {
	width: 100%;
    font-size: 24px;
	color: #FFF;
    text-align: center;
	box-sizing: border-box;
    display: block;
	position: relative;
}
.searchWrap a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 99999;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.searchWrap .leftBox a {
	padding: 40px 0 40px 35px;
}
.searchWrap .rightBox a {
	padding: 15px 0 15px 63px;
	font-size: 19px;
	text-align: left;
}
.searchWrap .rightBox .subTitle {
	font-size: 11px;
}
.searchWrap .searchLink {
	margin-bottom: 10px;
	background: url(../img/ico_search_01.png) center left 25px no-repeat, #003099; 
	background: url(../img/ico_search_01.png) center left 25px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_search_01.png) center left 25px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_search_01.png) center left 25px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
	background-size: 78px 46px, 100%;
}
.searchWrap .qaLink {
	line-height: 1.2;
	margin-bottom: 10px;
	background: url(../img/ico_qa_01.png) center left 25px no-repeat, #003099; 
	background: url(../img/ico_qa_01.png) center left 25px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_qa_01.png) center left 25px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_qa_01.png) center left 25px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
	background-size: 18px 32px, 100%;
}
.searchWrap .simuLink {
	background: url(../img/ico_simu_01.png) center left 25px no-repeat, #003099; 
	background: url(../img/ico_simu_01.png) center left 25px no-repeat, -moz-linear-gradient(top,  #003099 0%, #000000 100%);
	background: url(../img/ico_simu_01.png) center left 25px no-repeat, -webkit-linear-gradient(top,  #003099 0%,#000000 100%);
	background: url(../img/ico_simu_01.png) center left 25px no-repeat, linear-gradient(to bottom,  #003099 0%,#000000 100%);
	background-size: 20px 28px, 100%;
}

/* .linkMenuWrap */
.linkMenuWrap {
	width: 100%;
	margin: 30px 0;
}
.linkMenuWrap a {
	width: 100%;
	margin-top: 12px;
	font-size: 24px;
	line-height: 1.2;
    color: #FFF;
	text-align: center;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.linkMenuWrap a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 99999;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.linkMenuWrap .textInner {
	text-align: left;
	display: inline-block;
}
.linkMenuWrap .hLong {
	margin-top: 0;
}
.linkMenuWrap .hLong {
}
.linkMenuWrap .innerBox a {
	width: 49%;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
}
.linkMenuWrap .innerBox .textInner {
    padding-left: 15px;
}
.linkMenuWrap .leftBox {
	margin-bottom: 30px;
}
.linkMenuWrap .rightBox {
}
.linkMenuWrap .leftBox a {
	background-color: #EA8A09;
}
.linkMenuWrap .rightBox a {
	background-color: #294FBD;
}
.linkMenuWrap .subTitle {
	padding-top: 5px;
	font-size: 11px;
	display: block;
}
.linkMenuWrap .topBorder {
	padding: 7px 0;
    font-size: 11px;
    border-left: 1px solid #FFF;
    vertical-align: middle;
}

.linkMenuWrap .management {
	padding: 28px 0;
	background: url(../img/ico_management_01.png) center left 25px no-repeat;
	background-size: 62px 55px;
}
.linkMenuWrap .management .textInner {
    padding-left: 60px;
}
.linkMenuWrap .form {
    padding: 14px 0;
	font-size: 19px;
	background: url(../img/ico_form_01.png) center left 25px no-repeat;
	background-size: 31px 35px;
}
.linkMenuWrap .form .topBorder {
	margin-left: 40px;
    padding-left: 10px;
}
.linkMenuWrap .dl {
	padding: 14px 0;
	font-size: 19px;
	background: url(../img/ico_dl_01.png) center left 25px no-repeat;
	background-size: 33px 31px;
}
.linkMenuWrap .dl .topBorder {
	margin-left: 10px;
    padding-left: 10px;
}

.linkMenuWrap .apa {
	padding: 25px 0;
	background: url(../img/sp/ico_apa_01.png) center left 25px no-repeat;
	background-size: 85px 52px;
}
.linkMenuWrap .apa .textInner {
    padding-left: 30px;
}
.linkMenuWrap .blog {
	padding: 14px 0 14px 70px;
	font-size: 19px;
	text-align: left;
	background: url(../img/ico_blog_01.png) center left 25px no-repeat;
	background-size: 32px 25px;
}
.linkMenuWrap .instagram {
	text-align: left;
	background: url(../img/ico_instagram_01.png) center left 10px no-repeat;
	background-size: 30px 30px;
	float: left;
}
.linkMenuWrap .fb {
	text-align: left;
	background: url(../img/ico_fb_01.png) center left 10px no-repeat;
	background-size: 30px 30px;
	float: right;
}

/* width 320px */
@media screen and (max-width:320px){
	.searchWrap .searchLink {
		background-size: 60px 36px, 100%;
	}
	.linkMenuWrap .management {
		background: url(../img/ico_management_01.png) center left 15px no-repeat;
		background-size: 50px 45px;
	}
	.linkMenuWrap .form {
		background: url(../img/ico_form_01.png) center left 15px no-repeat;
		background-size: 20px 23px;
	}
	.linkMenuWrap .dl {
		background: url(../img/ico_dl_01.png) center left 15px no-repeat;
		background-size: 22px 20px;
	}
	.linkMenuWrap .apa {
		background: url(../img/sp/ico_apa_01.png) center left 15px no-repeat;
		background-size: 70px 43px;
	}
	.linkMenuWrap .blog {
		background: url(../img/ico_blog_01.png) center left 15px no-repeat;
		background-size: 32px 25px;
	}
	.linkMenuWrap .instagram {
		background: url(../img/ico_instagram_01.png) center left 5px no-repeat;
		background-size: 20px 20px;
	}
	.linkMenuWrap .fb {
		background: url(../img/ico_fb_01.png) center left 5px no-repeat;
		background-size: 20px 20px;
	}
	.linkMenuWrap .innerBox a:before {
		right: 5px;
	}
}