@charset "UTF-8";
/* CSS Document */

/* #contentHead
 * --------------------------------------- */
#contentHead {
	display: table;
	background-position: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 260px;
}
#contentHead h1 {
	display: table-cell;
	background-color: rgba(79, 49, 45, 0.6);
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	#contentHead {
		height: 220px;
	}
	#contentHead h1 {
		font-size: 2.6rem;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 768px) {
	#contentHead {
		height: 170px;
	}
	#contentHead h1 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	#contentHead {
		height: 120px;
	}
	#contentHead h1 {
		font-size: 2.1rem;
	}
}


/* common
 * --------------------------------------- */
section {
	background-color: #fff;
	overflow: hidden;
	padding: 60px 0 40px;
}
@media screen and (max-width: 768px) {
	section {
		padding: 30px 0 20px;
	}
	#breadcrumb + section {
		padding: 50px 0 20px;
	}	
}
@media screen and (max-width: 480px) {
	#breadcrumb + section {
		padding: 40px 0 0;
	}	
}



/* #heading
 * --------------------------------------- */
#heading {
	padding-top: 60px;
	padding-bottom: 40px;
}
#heading h2 {
	color: #4f312d;
	font-size: 3rem;
	font-weight: bold;
}
#heading p {
	margin-top: 40px;
	padding: 0 20px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	#heading h2 {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 768px) {
	#heading h2 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 480px) {
	#heading {
		padding-bottom: 20px;
	}
	#heading h2 {
		font-size: 2rem;
		padding: 0 10px;
	}
	#heading p {
		margin-top: 30px;
		padding: 0;
	}
}


/* .sec
 * --------------------------------------- */
.sec h2 {
	background-color: #f5f5f5;
	color: #4f312d;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 8px 20px;
	text-align: left;
}
.sec h3 {
	border-bottom: 2px solid #4f312d;
	color: #4f312d;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 30px;
	margin-bottom: 20px;
	padding: 8px 10px;
	text-align: left;
}
.sec h4 {
	color: #4f312d;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: left;
}

.sec .fl {
	float: left;
}
.sec .fr {
	float: right;
}

.sec .fw2 {
	width: 24%;
}
.sec .fw3 {
	width: 32%;
}
.sec .fw4 {
	width: 37%;
}
.sec .fw5 {
	width: 48.5%;
}
.sec .fw6 {
	width: 60%;
}
.sec .fw7 {
	width: 65%;
}
.sec .fw8 {
	width: 71%;
}
.sec .boxWrap {
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	/*.sec h2 {
		font-size: 20px;
	}
	.sec h3 {
		font-size: 18px;
	}
	.sec h4 {
		font-size: 16.5px;
	}*/
	/*.sec .fl {
		float: none;
		width: 100%;
	}
	.sec .fr {
		float: none;
		width: 100%;
	}*/
}
/*@media screen and (max-width: 1060px) {
	.sec .fl {
		float: left;
	}
	.sec .fr {
		float: right;
	}

	.sec .fw4 {
		width: 37%;
	}
	.sec .fw6 {
		width: 60%;
	}
	.sec .fw3 {
		width: 27%;
	}
	.sec .fw7 {
		width: 70%;
	}
}*/
@media screen and (max-width: 768px) {
	.sec h2 {
		font-size: 2.2rem;
	}
	.sec h3 {
		font-size: 1.9rem;
	}
	.sec h4 {
		font-size: 1.7rem;
	}
	.sec .fl {
		float: none;
		width: 100%;
	}
	.sec .fr {
		float: none;
		width: 100%;
	}
	.sec .fw2.fl, .sec .fw8.fl {
		float: left;
	}
	.sec .fw2.fr, .sec .fw8.fr {
		float: right;
	}
	.sec .fw2 {
		width: 30%;
	}
	.sec .fw8 {
		width: 65%;
	}
}
@media screen and (max-width: 480px) {
	.sec h2 {
		font-size: 1.9rem;
		margin-bottom: 20px;
		padding: 6px 15px;
	}
	.sec h3 {
		font-size: 1.8rem;
		margin-bottom: 15px;
		padding: 6px 5px;
	}
	.sec h4 {
		font-size: 1.6rem;
		padding: 5px;
	}
	.sec .fw2 {
		width: 48.5%;
	}
	.sec .fw8 {
		width: 48.5%;
	}
}

/* #navPage
 * --------------------------------------- */
#navPage {
	padding: 60px 0 0;
}
#navPage ul {
	overflow: hidden;
}
#navPage ul li {
	float: left;
	margin-right: 4%;
}
#navPage ul li:last-child {
	margin-right: 0;
}
#navPage ul li a {
	display: table;
	background-color: #ebdcda;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 10px;
	width: 100%;
}
#navPage ul li a:hover {
	opacity: 0.6;
}
#navPage ul li a p {
	display: table-cell;
	color: #4f312d;
	font-weight: bold;
	vertical-align: middle;
}
#navPage ul li a p.icon {
	padding: 0 5px;
	width: 45px;
}
#navPage ul li a p.icon img {
	width: 100%;
}
#navPage ul li a p.txt {
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 0 10px;
	text-align: left;
}
#navPage ul li a p.arrow {
	text-align: right;
	width: 15px;
}
#navPage ul li a p.arrow img {
	width: 100%;
	vertical-align: middle;
}

#navPage ul.row2 li {
	width: 48%;
}
#navPage ul.row3 li {
	width: 30.66%;
}
#navPage ul.row4 li {
	margin-right: 3%;
	width: 22.75%;
}
#navPage ul.row4 li:last-child {
	margin-right: 0;
}
#navPage ul.row5 li {
	margin-right: 2%;
	width: 18.4%;
}
#navPage ul.row5 li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#navPage ul li {
		margin-right: 2%;
	}
	#navPage ul.row2 li {
		width: 49%;
	}
	#navPage ul.row3 li {
		width: 32%;
	}
	#navPage ul.row4 li {
		margin-right: 2%;
		width: 23.5%;
	}
}
@media screen and (max-width: 480px) {
	#navPage {
		margin: 0 0 -20px;
		padding: 50px 0 0;
	}
	#navPage ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#navPage ul li a {
		padding: 8px 10px;
	}
	#navPage ul li a p.icon {
		padding: 0;
		width: 30px;
	}
	#navPage ul li a p.icon img {
		width: 100%;
	}
	#navPage ul li a p.txt {
		font-size: 1.5rem;
		line-height: 1.4;
		padding: 0 10px;
	}
	#navPage ul.row2 li, #navPage ul.row3 li, #navPage ul.row4 li, #navPage ul.row5 li {
		width: 100%;
	}
}


/* .ulList
 * --------------------------------------- */
.sec .ulList {
	list-style-type: disc;
	padding-left: 30px;
}
.sec .ulList li {
	padding: 2px 0;
}


/* .txtBox
 * --------------------------------------- */
.sec .txtBox {
	margin-bottom: 60px;
	text-align: left;
}
.sec .txtBox p {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 10px;
}
.sec .txtBox p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.sec .txtBox {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.sec .txtBox {
		margin-bottom: 40px;
	}
	.sec .txtBox p {
		padding: 0;
	}
}

/* .imgBox
 * --------------------------------------- */
.sec .imgBox {
	margin-bottom: 40px;
}
.sec .imgBox.fl {
	margin-right: 30px;
}
.sec .imgBox.fr {
	margin-left: 30px;
}
.sec .imgBox img {
	width: 100%;
	max-width: 1120px;
}

@media screen and (max-width: 768px) {
	.sec .imgBox.fl {
		margin-right: 0;
	}
	.sec .imgBox.fr {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.sec .imgBox {
		margin-bottom: 30px;
	}
}

/* .borderBox
 * --------------------------------------- */
.sec .borderBox {
	border: 1px solid #4f312d;
	margin-bottom: 60px;
	padding: 20px 30px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.sec .borderBox {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.sec .borderBox {
		margin-bottom: 40px;
		padding: 15px 20px;
	}
}



/* .headimgBox
 * --------------------------------------- */
.sec .headimgBox {
	margin-bottom: 40px;
}
.sec .headimgBox img {
	width: 100%;
	max-width: 1120px;
}

@media screen and (max-width: 480px) {
	.sec .headimgBox {
		margin-bottom: 30px;
	}
}


/* .pictureBox
 * --------------------------------------- */
.sec .pictureBox {
	overflow: hidden;
	margin-bottom: 60px;
}
.sec .pictureBox dl {
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
	text-align: left;
}
.sec .pictureBox dl .img a:hover {
	opacity: 0.75;
}
.sec .pictureBox dl .img img {
	width: 100%;
}
.sec .pictureBox dl dt {
	color: #4f312d;
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 0 10px;
}
.sec .pictureBox dl .btn {
	font-size: 1.5rem;
	margin: 30px 0 0;
}
.sec .pictureBox dl .btn a {
	position: relative;
	display: block;
	border: 1px solid #4f312d;
	color: #4f312d;
	padding: 5px 0;
	text-align: center;
}
.sec .pictureBox dl .btn a:hover {
	background-color: #f5f5f5;
}
.sec .pictureBox dl .btn a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_brown_w50.png) no-repeat 0 -1px;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}


.sec .pictureBox2 dl {
	width: 48.5%;
}
.sec .pictureBox2 dl:nth-child(2n) {
	margin-right: 0;
}
.sec .pictureBox3 dl {
	width: 31.3%;
}
.sec .pictureBox3 dl:nth-child(3n) {
	margin-right: 0;
}
.sec .pictureBox4 dl {
	width: 22.75%;
}
.sec .pictureBox4 dl:nth-child(4n) {
	margin-right: 0;
}

.sec .pictureBox5 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.sec .pictureBox5 dl {
	flex: 0 1 auto;
	margin-right: 0;
	max-width: 20%;
}
.sec .pictureBox5 dl a {
	margin: 0 7.5px;
}
@media screen and (max-width: 1024px) {
	.sec .pictureBox5 dl {
		max-width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.sec .pictureBox5 dl {
		max-width: 50%;
	}
}
/*
.sec .pictureBox5 dl {
	width: 17.6%;
}
.sec .pictureBox5 dl:nth-child(5n) {
	margin-right: 0;
}
*/
/*
@media screen and (max-width: 1024px) {
	.sec .pictureBox5 dl {
		width: 22.75%;
	}
	.sec .pictureBox5 dl:nth-child(5n) {
		margin-right: 3%;
	}
	.sec .pictureBox5 dl:nth-child(4n) {
		margin-right: 0;
	}
}
*/
@media screen and (max-width: 768px) {
	.sec .pictureBox {
		margin-bottom: 50px;
	}
	.sec .pictureBox dl dt {
		font-size: 1.9rem;
	}
	.sec .pictureBox3 dl {
		width: 48.5%;
	}
	.sec .pictureBox3 dl:nth-child(3n) {
		margin-right: 3%;
	}
	.sec .pictureBox3 dl:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.sec .pictureBox {
		margin-bottom: 40px;
	}
	.sec .pictureBox dl {
		margin-bottom: 30px;
	}
	.sec .pictureBox dl dt {
		font-size: 1.8rem;
		padding: 15px 0 5px;
	}
	.sec .pictureBox dl .btn {
		font-size: 1.4rem;
		margin: 20px 0 0;
	}
	.sec .pictureBox dl .btn a {
		padding: 5px 0;
	}
	
	
	.sec .pictureBox3 dl {
		margin-right: 0;
		width: 100%;
	}
	.sec .pictureBox3 dl:nth-child(3n) {
		margin-right: 0;
	}
	
/*
	.sec .pictureBox5 dl {
		width: 48.5%;
	}
	.sec .pictureBox5 dl:nth-child(4n) {
		margin-right: 3%;
	}
	.sec .pictureBox5 dl:nth-child(2n) {
		margin-right: 0;
	}
*/
}


/* .dateBox
 * --------------------------------------- */
.dateBox {
	overflow: hidden;
	margin-bottom: 60px;
}
.dateBox dl {
	display: table;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 14px 15px;
	text-align: left;
	width: 100%;
}
.dateBox dl:first-child {
	padding-top: 0;
}
.dateBox dl dt {
	display: table-cell;
	color: #4f312d;
	vertical-align: top;
	width: 140px;
}
.dateBox dl dt span {
	display: inline-block;
}
.dateBox dl dt .year {
	width: 68px;
}
.dateBox dl dt .month {
	text-align: right;
	width: 40px;
}
.dateBox dl dd {
	display: table-cell;
	vertical-align: top;
}
.dateBox dl dd.label {
	color: #fff;
	font-size: 1.4rem;
	padding-top: 2px;
	padding-right: 30px;
	text-align: center;
	width: 60px;
}
.dateBox dl dd.label span {
	display: inline-block;
	padding: 1px 0;
	width: 100%;
}
.dateBox dl dd.label span.label01 {
	background-color: #caa29d;
}
.dateBox dl dd.label span.label02 {
	background-color: #a1c19e;
}
.dateBox dl dd a {
	display: inline;
	border-bottom: 1px dotted #aaa;
}
.dateBox dl dd a:hover {
	background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
	.dateBox dl {
		padding: 14px 10px;
	}
}
@media screen and (max-width: 480px) {
	.dateBox {
		margin-bottom: 40px;
	}
	.dateBox dl {
		display: block;
		padding: 10px 5px;
	}
	.dateBox dl dt {
		display: inline-block;
		font-size: 1.6rem;
		margin-right: 15px;
		width: 100px;
	}
	.dateBox dl dt span {
		display: inline-block;
	}
	.dateBox dl dt .year {
		width: auto;
	}
	.dateBox dl dt .month {
		text-align: left;
		width: auto;
	}
	.dateBox dl dd {
		display:inline-block;
	}
	.dateBox dl dd.label {
		font-size: 1.2rem;
		padding-right: 15px;
		letter-spacing: 0;
		width: 50px;
	}
	.dateBox dl dd.label span {
		padding: 0;
	}
	.dateBox dl dd.txt {
		display: block;
		margin-top: 2px;
	}
	.dateBox dl dd a {
		display: table;
		border-bottom: none;
		width: 100%;
	}
	.dateBox dl dd a span {
		display: table-cell;
		width: 90%;
	}
	.dateBox dl dd a::after {
		display: table-cell;
		content: url(../img/icon_open_w15.png);
		color: #ccc;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: right;
		vertical-align: middle;
		width: 10%;
	}
}



/* .tableBox
 * --------------------------------------- */
.tableBox {
	overflow: hidden;
	margin-bottom: 60px;
}
.tableBox dl {
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
}
.tableBox dl dt {
	background-color: #a1c19e;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}
.tableBox dl dd {
	box-sizing: border-box;
	padding: 10px;
}
.tableBox dl dd.row {
	display: table;
	width: 100%;
}
.tableBox dl dd.row span {
	display: table-cell;
	box-sizing: border-box;
	padding: 3px 0;
	width: 60%;
}
.tableBox dl dd.row span.label {
	background-color: #f5f5f5;
	color: #568b52;
	width: 40%;
}

.tableBox.row2 dl {
	width: 48.5%;
}
.tableBox.row2 dl:nth-of-type(2n) {
	margin-right: 0;
}
.tableBox.row3 dl {
	width: 31.3%;
}
.tableBox.row3 dl:nth-of-type(3n) {
	margin-right: 0;
}


@media screen and (max-width: 480px) {
	.tableBox {
		margin-bottom: 40px;
	}
	.tableBox dl {
		margin-bottom: 20px;
	}
	.tableBox.row2 dl {
		width: 100%;
		margin-right: 0;
	}
	.tableBox.row3 dl {
		width: 100%;
		margin-right: 0;
	}
	.tableBox dl dd {
		padding: 5px 10px;
	}
}


/* .definitionBox
 * --------------------------------------- */
.definitionBox {
	overflow: hidden;
	margin-bottom: 60px;
}
.definitionBox dl {
	display: table;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 14px 0;
	width: 100%;
}
.definitionBox dl dt {
	display: table-cell;
	box-sizing: border-box;
	color: #4f312d;
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}
.definitionBox dl dd {
	display: table-cell;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: left;
	vertical-align: middle;
}
.definitionBox dl dd a:hover {
	background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
	.definitionBox dl dt {
		vertical-align: top;
	}
}
@media screen and (max-width: 480px) {
	.definitionBox dl dt {
		width: 30%;
	}
}


/* kome
 * --------------------------------------- */
/* ※付きリスト*/
.kome {
	font-size: 95%;
  	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.kome li {
	position: relative;
	padding: 4px 0 4px 20px;
}
.kome li::before {
	position: absolute;
	display: block;
	left: 0;
  	content: "※ ";
}

/* ※＋数字付きリスト*/
.kome_num {
	counter-reset: number;
	font-size: 95%;
  	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.kome_num li {
	position: relative;
	padding: 4px 0 4px 33px;
}
.kome_num li::before {
	position: absolute;
	display: block;
	left: 0;
	counter-increment: number;
  	content: "※"counter(number)" ";
}

/* .page
 * --------------------------------------- */
.wp-pagenavi {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 50px 0;
}
.wp-pagenavi a {
	color: #4f312d;
}
.wp-pagenavi .current {
	display: inline-block;
	background-color: #caa29d;
	color: #fff;
	margin: 0 5px;
	padding: 10px 17px;
}
.wp-pagenavi .page {
	display: inline-block;
	background-color: #f5f5f5;
	margin: 0 5px;
	padding: 10px 17px;
}
.wp-pagenavi .page:hover {
	background-color: #caa29d;
	color: #fff;	
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	padding: 10px;
}



/* 404
 * --------------------------------------- */
#contentHead.error404 {
	background-image: url(/wp-content/themes/sozoku/img/contentHead_news.jpg);
}

/*検索ボックス*/
#error404 .gsc {
	margin-top: 50px;
}
#error404 .gsc-control-cse {
	background-color: transparent;
}
#error404 .cse .gsc-control-cse, #error404 .gsc-control-cse {
	border: none;
	padding: 0;
}
#error404 .gsc-search-box {
	margin-bottom: 0;
	line-height: 0;
}
#error404 .gsc-search-box table.gsc-search-box {
	margin: 8px auto 0;
	width: 700px;
}

#error404 .gsc-search-box .gsc-input-box {
	border: 1px solid #ccc;
	height: 40px;
}
#error404 .gsc-search-box .gsc-search-box .gsc-input {
	height: 28px;
}
#error404 .gsc-search-box #gs_id50, #error404 .gsc-search-box #gs_st50 {
	/*height: 30px;*/
}
#error404 .gsc-search-box .gsib_a {
	padding: 10px;
}
#error404 .gsc-search-box .gsst_a {
	padding: 9px 10px;
}

#error404 .gsc-search-box .cse input.gsc-search-button, 
#error404 .gsc-search-box input.gsc-search-button {
	border: none;
}
#error404 .gsc-search-box .cse .gsc-search-button input.gsc-search-button-v2, 
#error404 .gsc-search-box input.gsc-search-button-v2 {
	margin: 0;
	padding: 14px 20px;
}

#error404 .gsc-results-wrapper-overlay .gs-title {
	padding: 5px 0;
	text-align: left;
}

.ycenter {
    jalign-items: center;
}
.xcenter {
    justify-content: center;
}
.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-flex;
    display: flex;
}

.jikeiindex a {
    width: 47%;
    padding-top: 1%;
    padding-right: 3%;
    padding-bottom: 1%;
    padding-left: 3%;
    margin-bottom: 15px;
    border: 5px solid #ebdcda;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.jikeiindex a {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.jikeiindex a {
		width: 100%;
	}
}


.jikeiindex a img {
    width: 100%;
}

ol.ol-number {
	list-style: auto;
    font-family: sans-serif;
	padding-left: 24px;
}

.banContact {
    padding-top: 40px;
    padding-bottom: 80px;
}

/* 相続放棄解決事例 */
.houki-solvedDetail {
	margin-top: 10px;
}
.houki-solvedDetail .sec h2 {
	margin-bottom: 20px;
}
.single-houki-case .houki-solvedDetail .table01 {
	margin-bottom: 60px;
	border-radius: 15px;
	border: 5px solid #f5f5f5;
	overflow: hidden;
}
.houki-solvedDetail ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 15px;
}
.houki-solvedDetail ul li {
	width: 25%;
	position: relative;
}
@media screen and (max-width:600px) {
	.houki-solvedDetail ul li {
		width: 50%;
	}
}

.houki-solvedDetail ul li:not(:first-of-type)::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background: #e1e1e1;
}
@media screen and (max-width:600px) {
	.houki-solvedDetail ul li:nth-of-type(3)::after {
		display: none;
	}
	.houki-solvedDetail ul li:nth-of-type(1)::before, .houki-solvedDetail ul li:nth-of-type(2)::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
		height: 1px;
		background: #e1e1e1;
	}
}
.houki-solvedDetail ul li>span {
	padding: 10px 10px 0 10px;
}
.houki-solvedDetail ul li>p {
	padding: 0 10px 10px 10px;
}
.houki-solvedDetail ul li span {
	display: block;
	position: relative;
	background-color: #fff;
	color: #4f312d;
	font-weight: bold;
}
.houki-solvedDetail ul li p {
	background-color: white;
}
.houki-list {
	background-color: #f5f5f5;
	padding: 10px 15px 5px 15px;
	transition: transform 0.3s;
	border-radius: 5px;
}
.houki-list:hover {
	transform: scale(1.01);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.houki-list a>p {
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}
.houki-list:not(:first-of-type) {
	margin-top: 30px;
}
.houki-list h2 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	padding-top: 14px;
	line-height: 1.3;
}
.houki-list .table01 {
	margin-bottom: 0px;
	border-radius: 15px;
	overflow: hidden;
	border: 3px solid #f5f5f5;
}
.houki-list .houki-solvedDetail ul li span{
	padding: 10px 3px 5px 3px;
}
.houki-list .houki-solvedDetail ul li p {
	padding: 5px 3px 10px 3px;
}
@media screen and (max-width:600px) {
	.houki-list {
		padding: 0 10px 10px 10px;
	}
}
.houki-list-link,a:visited.houki-list-link {
	padding: 15px;
	background-color: #4f3836;
	color: #fff;
}

