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

h1{
	background: url(../img/sp/bg_voice_01_sp.png) no-repeat;
	background-size: cover;
}
h1 img{
	width: 65%;
}
/* ===================================
#contents
=================================== */
#contents {
    display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contents .titleImg img{
    width: 95%;
}
#contents .titleImg,
#contents .subtitle {
	text-align: center;
}
#contents .subtitle {
	color: #7F7F7F;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 40px;
	line-height: 1.4;
	order: 0;
}

/* ===================================
.sideArea
=================================== */
.sideArea {
	order: 3;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #D6D6D6;
}
.sideTitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #153E9D;
	background-color: #F5F5F5;
	margin-bottom: 25px;
	padding: 20px 0;
}
.sideArea ul{
	margin: 0 20px;
}
.sideArea li{
	border-bottom: 1px solid #F5F5F5;
	padding: 0 10px;
}
.sideArea a {
	position: relative;
	color: #000;
	padding-left: 15px;
	margin: 20px 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}
.sideArea a:before {
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 6px solid #163E9D;
	position: absolute;
	top: 7px;
	left: 0;
}
.sideArea .sideYear{
    position: relative;
    padding: 0;
}
.sideArea .sideYear:last-child{
	border: none;
}
.sideArea .sideYear .link:before{
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	border-top: 7px solid #163E9D;
	position: absolute;
	top: 8px;
    right: 13px;
    left: auto;
}
.sideArea .sideYear .open:before{
    border-bottom: 7px solid #163E9D;
    border-top: 0;
}
.sideArea .monthBox{
    margin: 0 20px;
    display: none;
}
.sideArea .monthBox a{
    margin: 15px 0 0;
    font-size: 14px;
}
.sideArea .monthBox a:first-child{
	margin: 0
}
.sideArea .monthBox a:last-child{
	margin-bottom: 15px;
}
.sideArea .monthBox a span{
    width: 30px;
    display: inline-block;
}

/* ===================================
.mainArea
=================================== */
.mainArea {
	order: 1;
}
/* 各記事 */
.mainItem {
    margin: 0 20px 20px;
    padding: 15px;
    border: 1px solid #41B7EE;
}


/* ===================================
.mainItem .infoTop
=================================== */
.infoTop {
    color: #153E9D;
}
.infoTop .category {
    background-color: #41B7EE;
    margin-right: 4px;
    padding: 4px 8px;
    display: inline;
    color: #fff;
    letter-spacing: 3px;
    font-size: 13px;
}
.infoTop .num {
    display: inline;
	font-weight: bold;
	font-size: 15px;
}
.infoTop .date {
    display: inline;
    margin-left: 6px;
    font-size: 13px;
}

/* ===================================
.mainItem .infoMiddle
=================================== */
.infoMiddle{
    margin: 15px auto;
}
.infoMiddle .propertyName {
    margin-bottom: 15px;
    color: #153E9D;
    font-weight: bold;
    font-size: 18px;
}
.infoMiddle .leftBox img{
	max-width: 100%;
	height: 210px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: auto;
	display: block;
}
.infoMiddle .rightBox {
	margin-top: 15px;
}
.infoMiddle .rightBox .outlineTop {
    color: #153E9D;
	font-weight: bold;
	font-size: 16px;
}
.infoMiddle .rightBox .outline {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 0;

    display: flex;
    flex-wrap: wrap;
}
.infoMiddle .rightBox .outline .outlineCategory {
    width: 33%;
    background-color: #F5F5F5;
    padding: 2px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
}
.infoMiddle .rightBox .outline .outlineContent {
    margin-left: 10px;
	width: 62%;
	font-size: 16px;
}


/* ===================================
.mainItem .infoBottom
=================================== */

.infoBottom{
    clear: both;
}
.infoBottom .comment{
    padding: 5px 10px;
    background-color: #F5F5F5;
}
.infoBottom .comment .name{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.infoBottom .comment .job{
    display: inline-block;
	margin-left: 5px;
	font-size: 13px;
	vertical-align: bottom;
}
.infoBottom .comment .text{
    font-size: 16px;
    line-height: 26px;
    position: relative;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.infoBottom .link{
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
}
.infoBottom .link .linkDetail{
    display: inline-block;
    padding: 8px 0;
    border: 1px solid #153E9D;
    color: #153E9D;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	position: relative;
	display: block;
	width: 250px;
	margin: auto;
}
.infoBottom .link .linkDetail::after{
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #153E9D;
    position: absolute;
    top: 15px;
    right: 15px;
}
.infoBottom .link .linkDetail:hover {
    background-color: #E8F1F5;
    border: 1px solid #133BA0;
    opacity: 1.0;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	width: 100%;
	margin: 20px 0 60px;
	order: 2;
}
.next__large{
	margin-bottom: 25px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 3px solid #0059B2;
	border-right: 3px solid #0059B2;
}
.page{
	text-align: center;
}
.page .prev,
.page .next{
	width: 52px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	color: #191919;
}
.page .nolink{
	pointer-events: none;
	opacity: 0.5;
}
.page .page-number{
	width: 168px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.page .page-number .page-number__label{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page .page-number .page-number__label:after{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 9px;
	top: 15px;
	content: "";
	transform: rotate(135deg);
	transition: 0.5s;
	vertical-align: middle;
	border-top: 1px solid #C8C4BE;
	border-right: 1px solid #C8C4BE;
}
.page .page-number select {
	width: 168px;
	height: 42px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* ===================================
.notFonund
=================================== */
.notFonund {
    width: 920px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding-top: 30px;
}


/* ===================================
.contactArea
=================================== */
.contactArea {
	background: url(https://cosmobank.co.jp/img/sp/bg_contact_01_sp.png) no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.contactArea .inner {
	margin-left: 0;
	margin-right: 0;
}
.contactArea h2 {
	background: none;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.contactArea .text01 {
	color: #FFF;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 19px;
	font-size: 14px;
	line-height: 38px;
	margin: 15px 10px 0;
}
.contactArea .tel {
	margin: 30px 0 28px;
	padding: 0;
	background: none;
	color: #FFF;
	text-align: center;
}
.contactArea .tel span {
	margin-top: 5px;
	padding: 0 0 0 48px;
	font-size: 16px;
}
.contactArea .tel a {
	display: inline-block;
	padding: 0 0 0 48px;
	background: url(../../common/img/sp/ico_tel_01.png) no-repeat left 5px;
	background-size: 36px;
	text-decoration: none;
	color: #FFF;
	font-size: 43px;
	text-align: center;
}
.contactArea .btn {
	background: #FFF;
	margin: 0 20px;
}
.contactArea .btn a {
	margin: 20px 0 15px;
	width: 100%;
	font-size: 34px;
	text-align: center;
	color: #153E9D;
	line-height: 1.3;
	padding: 18px 0 15px;
}
.contactArea .btn a span {
	font-size: 18px;
	display: block;
}
.contactArea .btn a:before {
	display: none;
}
.contactArea .text02 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width:370px) {
	.contactArea h2 {
	font-size: 28px;
}
.contactArea .text01 {
	font-size: 12px;
}
.contactArea .tel span {
	font-size: 13px;
}
.contactArea .tel a {
	padding-top: 3px;
	font-size: 38px;
}
.contactArea .btn a {
	font-size: 30px;
}
.contactArea .text02 {
	font-size: 13px;
}
}

/* IEのみの記述はこの中で */
@media all and (-ms-high-contrast: none){
    /* ===================================
    .sideArea
    =================================== */
    .sideArea .select li::before{
        top: 4px;
    }
        
    /* ===================================
    .mainItem
    =================================== */
    .mainItem {
        padding: 25px 30px 20px;
    }

    /* ===================================
    .infoTop
    =================================== */
    .infoTop .category{
        padding: 4px 15px 2px;
        line-height: 30px;
    }

    /* ===================================
    .infoMiddle
    =================================== */
    .infoMiddle .rightBox .outline .outlineCategory {
        height: 20px;
        line-height: 25px;
    }
    .infoMiddle .rightBox .outline .outlineContent {
        height: 20px;
        line-height: 30px;
    }

    /* ===================================
    .infoMiddle
    =================================== */
    .infoBottom .link{
        padding: 30px 0 0;
    }

    /* ===================================
    .infoBottom
    =================================== */
    .infoBottom .link .linkDetail{
        padding: 8px 85px 4px;
    }
    .infoBottom .link .linkDetail::after{
        top: 11px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        line-height: 43px;
    }
}
/*IE*/