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

h1:not(.detailTitle) {
    background: url(../img/bg_voice_02.png) no-repeat;
    background-size: cover;
}
/* ===================================
#contents
=================================== */
#contents {
    width: 1100px;
    margin: 45px auto 70px;
    overflow: hidden;
}

#contents .titleImg,
#contents .subtitle {
    text-align: center;
}
#contents .subtitle {
    color: #7F7F7F;
    font-size: 25px;
    font-weight: bold;
    /* margin-top: 25px; */
    margin-bottom: 55px;
}

/* ===================================
.sideArea
=================================== */
.sideArea{
    width: 140px;
    padding: 10px 15px 20px 25px;
    float: right;
    background-color: #F5F5F5;
}
.sideArea .sideTitle{
    margin-bottom: 10px;
    color: #153E9D;
    font-size: 20px;
}
.sideArea .select li{
    margin: 0;
    padding-left: 20px;
    padding-bottom: 5px;
    position: relative;
}
.sideArea .select li a {
    color: #3E3939;
    display: block;
}
.sideArea .select .all{
    margin-bottom: 10px;
}
.sideArea .select li a::before{
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #153E9D;
    position: absolute;
    top: 5px;
    left: 5px;
}
.sideArea .select  .link{
	cursor: pointer
}
.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 .sideYear a{
	margin: 8px 0;
	padding: 0;
}
.sideArea .monthBox{
    padding: 10px 20px;
    display: none;
}
.sideArea .monthBox a{
	margin: 15px 0 0;
	padding-left: 15px;
    font-size: 14px;
    position: relative;
    width: 70px;
}
.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 {
    overflow: hidden;
}
/* 各記事 */
.mainItem {
    width: 840px;
    margin-bottom: 40px;
    padding: 25px 30px;
    border: 1px solid #41B7EE;
    float: left;
}


/* ===================================
.mainItem .infoTop
=================================== */
.infoTop {
    color: #153E9D;
}
.infoTop .category {
    background-color: #41B7EE;
    margin-right: 6px;
    padding: 4px 15px;
    display: inline;

    color: #fff;
    letter-spacing: 3px;
    font-size: 13px;
}
.infoTop .num {
    display: inline;
    font-weight: bold;
}
.infoTop .date {
    display: inline;
    margin-left: 12px;
    font-size: 12px;
}

/* ===================================
.mainItem .infoMiddle
=================================== */
.infoMiddle{
    margin: 20px auto 30px;
    overflow: hidden;
}
.infoMiddle .propertyName {
    margin-bottom: 20px;
    color: #153E9D;
    font-weight: bold;
    font-size: 25px;
    display: block;
    word-break: break-all;
}
.infoMiddle .leftBox {
    float: left;
}
.infoMiddle .rightBox {
    float: left;
    margin-left: 12px;
    padding: 4px;
}
.infoMiddle .rightBox .outlineTop {
    color: #153E9D;
    font-weight: bold;
}
.infoMiddle .rightBox .outline {
    width: 300px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0;

    display: flex;
    flex-wrap: wrap;
}
.infoMiddle .rightBox .outline .outlineCategory {
    width: 60px;
    background-color: #F5F5F5;
    padding: 2px 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-bottom: 5px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.infoMiddle .rightBox .outline .outlineContent {
    margin-left: 10px;
    width: 140px;
    float: left;
    word-break: break-all;
}


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

.infoBottom{
    clear: both;
    margin: 15px 0 0;

}
.infoBottom .comment{
    padding: 20px 20px;
    background-color: #F5F5F5;
    word-break: break-all;
}
.infoBottom .comment .name{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
}
.infoBottom .comment .job{
    display: inline-block;
    margin-left: 10px;
    word-break: break-all;
}
.infoBottom .comment .text{
    font-size: 18px;
    line-height: 30px;
    position: relative;
    height: 90px;
    overflow: hidden;
}

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

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	clear: both;
    margin-top: 50px;
    width: 902px;
}
.next__large{
	margin-bottom: 45px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 40px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 2px solid #0059B2;
	border-right: 2px 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;
    -webkit-appearance: button;
    appearance: button;
}

.next__large-link:hover,
.page .prev:hover,
.page .next:hover{
	opacity: 0.7;
	text-decoration: none;
}

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

.contactArea {
    margin-bottom: 60px;
}
/* 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*/