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

/* #mainVisual
 * --------------------------------------- */

#mainVisual {
	width: 100%;
}
#mainVisual .bxslider li img {
	width: 100%;
}
#mainVisual .bxslider li img.smp {
	display: none;
}
.bx-wrapper {
	margin-bottom: 30px;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}

.bx-controls {
	padding-top: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #eee;
	margin: 0 8px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #9d6861;
}

@media screen and (max-width: 1024px) {
	.bx-wrapper {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#mainVisual .bxslider li img.pctab {
		display: none;
	}
	#mainVisual .bxslider li img.smp {
		display: inline;
	}
	.bx-controls {
		padding-top: 5px;
	}
}



/* common
 * --------------------------------------- */
section {
	position: relative;
	padding: 60px 0;
}
section h2 {
	color: #4f312d;
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

section .btn_toList {
	position: absolute;
	top: 10px;
	right: 60px;
}
section .btn_toList a {
	position: relative;
	display: block;
	background-color: #999;
	border-radius: 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 0 30px 0 15px;
}
section .btn_toList a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_white_w50.png) no-repeat 0 0;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 1024px) {
	section h2 {
		font-size: 2.5rem;
	}
	section .btn_toList a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 50px 0;
	}
	section h2 {
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	
	section .btn_toList {
		top: 5px;
		right: 50px;
	}
	section .btn_toList a {
		border-radius: 14px;
	}
}
@media screen and (max-width: 480px) {
	section {
		padding: 40px 0;
	}
	section h2 {
		font-size: 2.2rem;
		margin-bottom: 24px;
	}
	
	section .btn_toList {
		position: static;
		margin-top: 30px;
		width: 100%;
	}
	section .btn_toList a {
		border-radius: 20px;
		margin: 0 auto;
		padding: 8px;
		width: 70%;
	}
}


/* #indexNews
 * --------------------------------------- */
#indexNews .news_list dl {
	border-top: 1px solid #ddd;
	overflow: hidden;
	text-align:left;
	width: 100%;
}
#indexNews .news_list dl:last-child {
	border-bottom: 1px solid #ddd;
}
#indexNews .news_list a {
	display: block;
	padding: 12px 30px;
}
#indexNews .news_list a:hover {
	background-color: #f5f5f5;
}
#indexNews .news_list .date {
	float: left;
	color: #4f312d;
	font-size: 1.7rem;
	font-weight: bold;
	width: 120px;
}
#indexNews .news_list .label {
	float: left;
	overflow: hidden;
}
#indexNews .news_list .label span {
	float: left;
	display: block;
	background-color: #CECECE;
	color: #fff;
	font-size: 1.4rem;
	margin-right: 10px;
	padding: 1px 0;
	text-align: center;
	width: 110px;
}
#indexNews .news_list .label span.activity, #indexNews .news_list .label span.media {
	background-color: #caa29d;
}
#indexNews .news_list .txt {
	clear: both;
	padding-top: 8px;
}
#indexNews .btn_toList a {
	background-color: #9d6861;
}
#indexNews .btn_toList a:hover {
	background-color: #caa29d;
}

@media screen and (max-width: 768px) {
	#indexNews .news_list a {
		padding: 12px 20px;
	}
}
@media screen and (max-width: 480px) {
	#indexNews .news_list dl {
		display: block;
	}
	#indexNews .news_list a {
		padding: 10px;
	}
	#indexNews .news_list .date {
		font-size: 15px;
		margin-right: 15px;
		width: 80px;
	}
	#indexNews .news_list .label span {
		font-size: 12px;
		letter-spacing: 0;
		width: 95px;
	}
	#indexNews .news_list .txt {
		padding-top: 7px;
	}
}

/* #indexBan
 * --------------------------------------- */
#indexBan {
	margin-bottom: 80px;
}
#indexBan ul {
	overflow: hidden;
}
#indexBan ul li {
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-right: 3%;
	width: 48.5%;
}
#indexBan ul li:nth-child(2n) {
	margin-right: 0;
}
#indexBan ul li a:hover {
	opacity: 0.75;
}
#indexBan ul li img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	#indexBan {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	#indexBan {
		margin-bottom: 10px;
	}
	#indexBan ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
}
/*
#indexBan ul li a {
	display: block;
	border: 20px solid #fff;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
}
#indexBan ul li.ban01 a {
	background: url(https://kagoshima-sozoku.com/wp-content/themes/sozoku/img/ban01_w640.jpg) no-repeat top left;
	background-size: cover;
}
#indexBan ul li.ban02 a {
	background: url(https://kagoshima-sozoku.com/wp-content/themes/sozoku/img/ban02_w640.jpg) no-repeat top left;
	background-size: cover;
}
#indexBan ul li a:hover {
	opacity: 0.7;
}
#indexBan ul li a p {
	position: relative;
	background-color: rgba(79, 49, 45, 0.5);
	width: 100%;
	height: 100%;
}
#indexBan ul li a p span {
	position: absolute;
	display: block;
    box-sizing: border-box;
	color: #fff;
    font-size: 2rem;
	font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
}
#indexBan ul li a p span::after {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    background: url(../img/arrow_white_w50.png) no-repeat center center;
    background-size: contain;
    content: "";
    width: 20px;
    height: 20px;
}
*/


/* #indexMedia
 * --------------------------------------- */
#indexMedia .media_list {
	margin: 0 15px;
	overflow: hidden;
}
#indexMedia .media_list .box {
	float: left;
	margin: 0 4% 50px 0;
	width: 48%;
}
#indexMedia .media_list .box:nth-child(2n) {
	margin-right: 0; 
}
#indexMedia .media_list .box a {
	display: block;
}
#indexMedia .media_list .box a:hover {
	opacity: 0.75;
}
#indexMedia .media_list .box dt span {
	display: block;
	text-align: left;
}
#indexMedia .media_list .box .date {
	background-color: #f5f5f5;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 5px 8px;
}
#indexMedia .media_list .box .title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0 8px;
}
#indexMedia .media_list .box .img {
	margin-bottom: 15px;
	padding: 0 5px;
}
#indexMedia .media_list .box .img img {
	width: 100%;
}
#indexMedia .media_list .box .txt {
	text-align: left;
}

#indexMedia .btn_toList a {
	background-color: #9d6861;
}
#indexMedia .btn_toList a:hover {
	background-color: #caa29d;
}
@media screen and (max-width: 768px) {
	#indexMedia .media_list {
		margin: 0;
	}
	#indexMedia .media_list .box {
		margin: 0 3% 30px 0;
		width: 48.5%;
	}
	#indexMedia .media_list .box .title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	#indexMedia .media_list .box {
		margin: 0 0 30px;
		width: 100%;
	}
	#indexMedia .media_list .box:nth-child(3n) {
		margin-right: 0;
	}
}

/* #indexNayami
 * --------------------------------------- */
#indexNayami .list {
	margin-bottom: 100px;
	overflow: hidden;
}
#indexNayami .list:last-child {
	margin-bottom: 0;
}
#indexNayami .list dl {
	margin-bottom: 30px;
}
#indexNayami .list dl dt {
	border-radius: 10px;
	color: #4f312d;
	font-size: 1.85rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
}
#indexNayami .list1 dl dt {
	background-color: #ebdcda;
}
#indexNayami .list2 dl dt {
	background-color: #a1c19e;
}
#indexNayami .list dl dd ul {
	overflow: hidden;
}
#indexNayami .list dl dd ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 32%;
}
#indexNayami .list dl dd ul li:nth-child(3n) {
	margin-right: 0;
}
#indexNayami .list dl dd ul li a {
	display: block; 
	border: 5px solid #f5f5f5;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 20px 15px;
}
#indexNayami .list dl dd ul li a:hover {
	background-color: #f5f5f5;
}
#indexNayami .list dl dd ul li .img {
	margin: 0 auto;
	width: 150px;
}
#indexNayami .list dl dd ul li .img img {
	width: 100%;
}
#indexNayami .list dl dd ul li .txt {
	position: relative;
	font-size: 1.85rem;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 20px;
}
#indexNayami .list dl dd ul li .txt::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_gray_w50.png) no-repeat center center;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 768px) {
	#indexNayami .list dl dd ul li a {
		padding: 15px 10px;
	}
	#indexNayami .list dl dd ul li .txt br {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#indexNayami .list {
		margin-bottom: 40px;
	}
	#indexNayami .list dl dt {
		font-size: 1.8rem;
	}
	#indexNayami .list dl dd ul li {
		float: none;
		margin: 0;
		width: 100%;
	}
	#indexNayami .list dl dd ul li a {
		border: 4px solid #f5f5f5;
		margin-bottom: 10px;
	}
	#indexNayami .list dl dd ul li .img {
		width: 100px;
	}
	#indexNayami .list dl dd ul li .txt {
		margin-top: 5px;
		padding: 0 15px;
	}
	#indexNayami .list dl dd ul li .txt br {
		display: block;
	}
}

#indexNayami .flow {
	margin-top: 50px;
}
#indexNayami .flow img {
	width: 100%;
}


/* #indexNagare
 * --------------------------------------- */
#indexNagare table tr td:not(:last-child) {
	width: 80px;
}
#indexNagare table tr td.border {
	background-color: #f5f5f5;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	box-sizing: border-box;
}
#indexNagare table tr td.border p {
	font-weight: bold;
	margin: 0 10px;
	height: 100%;
}
#indexNagare table tr td.border p span {
	font-size: 1.4rem;
}				

#indexNagare table dl {
	margin: 0 0 0 30px;
	overflow: hidden;
}
#indexNagare table dl dt {
	float: left;
	display: table;
	border: 5px solid #9d6861;
	border-radius: 50%;
	box-sizing: border-box;
	width: 110px;
	height: 110px;
}
#indexNagare table dl dt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#indexNagare table dl dt span img {
	width: 60px;
}
#indexNagare table dl dd {
	padding: 18px 0 0 140px;
	text-align: left;
}
#indexNagare table dl dd h3 {
	color: #9d6861;
	font-size: 2rem;
}
#indexNagare table .arrow {
	margin: 10px 0 10px 30px;
	overflow: hidden;
}
#indexNagare table .arrow span {
	float: left;
	display: block;
	text-align: center;
	width: 112px;
}
#indexNagare table .arrow span img {
	width: 30px;
}
#indexNagare .note {
	font-size: 90%;
	margin: 70px 0 0;
	text-align: left;
}
#indexNagare .note ul {
	list-style: disc;
	padding-left: 40px; 
}

.pc_area_nagare{
  display:block;
}
.phone_area_nagare{
  display:none;
}

@media screen and (max-width: 480px) {
	#indexNagare table tr td:not(:last-child) {
		width: 40px;
	}
	#indexNagare table tr td.border {
		border-left: 5px solid #fff;
		border-right: 5px solid #fff;
	}
	#indexNagare table tr td.border p {
		margin: 0 5px;
	}				

	#indexNagare table dl {
		margin: 0 0 0 20px;
	}
	#indexNagare table dl dt {
		float: none;
		margin: 0 auto;
		width: 80px;
		height: 80px;
	}
	#indexNagare table dl dt span img {
		width: 45px;
	}
	#indexNagare table dl dd {
		padding: 15px 0 0;
	}
	#indexNagare table .arrow {
		margin: 10px 0 10px 20px;
	}
	#indexNagare table .arrow span {
		float: none;
		width: 100%;
	}
	#indexNagare .note ul {
		padding-left: 30px; 
	}
	
	
	/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color : #FFFFFF;
    font-weight: bold;
    background : #4F302D;
    cursor : pointer;
    transition: all 0.5s;
}



/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #FFFFFF;
    opacity: 1;
}
	
.pc_area_nagare{
  display:none;
}
.phone_area_nagare{
  display:block;
}
	
	
}



/* .banContact
 * --------------------------------------- */
.banContact {
	padding-top: 40px;
	padding-bottom: 80px;
}
.banContact .btn2 {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 782px;
}
.banContact .btn2 img {
	width: 100%;
}
.banContact .btn2.line-btn2 {
	max-width: none;
}
.banContact .line-btn2.btn2 img {
    box-shadow: 2px 2px 15px 0px #dfdfdf;
}
@media screen and (max-width: 768px) {
	.banContact {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
	.banContact {
		padding-top: 40px;
		padding: 0;
	}
}

/* #indexService
 * --------------------------------------- */
#indexService .service_trouble {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 20px;
	text-align: left;
}
#indexService .service_trouble .img {
	float: right;
	margin-left: 40px;
}
#indexService .service_trouble .img img {
	width: 400px;
}
#indexService .service_trouble ul {
	padding-left: 10px;
}
#indexService .service_trouble ul li {
	background: url(../img/check01.png) 0 7px no-repeat;
	margin: 10px 0;
	padding-left: 25px;
}

#indexService .arrow {
	margin: 40px 0 30px;
}
#indexService .arrow img {
	width: 70px;
}

#indexService h3 {
	color: #4f312d;
	font-size: 2.4rem;
	font-weight: bold;
}

#indexService .service_list {
	margin-top: 50px;
	overflow: hidden;
}
#indexService .service_list dl {
	float: left;
	position: relative;
	background-color: #f5f5f5;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	width: 49%;
}
#indexService .service_list dl:nth-child(2n) {
	margin-right: 0;
}
#indexService .service_list .img {
	float: left;
	margin-right: 20px;
}
#indexService .service_list .img a {
	display: block;
	background: url(../img/image02_w400.jpg) center center no-repeat;
	background-size: cover;
	width: 160px;
	height: 160px;
}
#indexService .service_list .img a:hover {
	opacity: 0.5;
}
#indexService .service_list dt {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}
#indexService .service_list dt a {
	color: #568b52;
}
#indexService .service_list .sub {
	color: #4f312d;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#indexService .service_list .txt {
	padding-left: 180px;
}
#indexService .service_list .btn {
	clear: both;
	margin-top: 25px;
}
#indexService .service_list .btn a {
	position: relative;
	display: block;
	border: 1px solid #4f312d;
	border-radius: 5px;
	color: #4f312d;
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
}
#indexService .service_list .btn a:hover {
	background-color: #a1c19e;
	border: 1px solid #a1c19e;
}
#indexService .service_list .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;
}

@media screen and (max-width: 1024px) {
	#indexService .service_trouble .img img {
		width: 300px;
	}
	#indexService .service_list .img {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#indexService .service_list .img a {
		width: 100%;
		height: 130px;
	}
	#indexService .service_list dt {
		padding: 0 5px;
	}
	#indexService .service_list .sub {
		padding: 0 5px;
	}
	#indexService .service_list .txt {
		padding: 0 5px;
	}
}
@media screen and (max-width: 480px) {
	#indexService .service_trouble {
		padding: 15px 5px;
	}
	#indexService .service_trouble .img {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#indexService .service_trouble .img img {
		width: 100%;
	}
	#indexService .service_trouble ul {
		padding-left: 0;
	}
	#indexService .service_trouble ul li {
		margin: 15px 0;
	}
	
	#indexService .arrow {
		margin: 30px 0 20px;
	}
	#indexService .arrow img {
		width: 50px;
	}
	
	#indexService h3 {
		font-size: 2rem;
	}
	
	#indexService .service_list {
		margin-top: 40px;
	}
	#indexService .service_list dl {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	#indexService .service_list .sub {
		margin-bottom: 4px;
	}
}


/* #indexAdvantage
 * --------------------------------------- */
#indexAdvantage .advantage_list {
	overflow: hidden;
}
#indexAdvantage .advantage_list dl {
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 30px 25px;
	margin-right: 2%; 
	width: 32%;
}
#indexAdvantage .advantage_list dl:last-child {
	margin-right: 0;
}
#indexAdvantage .advantage_list .img {
	display: table;
	background-color: #9d6861;
	border-radius: 50px;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
#indexAdvantage .advantage_list .img span {
	display: table-cell;
	vertical-align: middle;
}
#indexAdvantage .advantage_list .img span img {
	width: 50px;
}
#indexAdvantage .advantage_list dl:nth-child(2) .img span img {
	width: 60px;
}
#indexAdvantage .advantage_list dt {
	color: #9d6861;
	font-size: 2.1rem;
	font-weight: bold;
	margin: 30px 0;
}
#indexAdvantage .advantage_list .txt {
	text-align: left;
}
#indexAdvantage .advantage_list .btn {
	margin-top: 30px;
}
#indexAdvantage .advantage_list .btn a {
	position: relative;
	display: block;
	border: 1px solid #9d6861;
	border-radius: 5px;
	color: #9d6861;
	font-size: 1.6rem;
	padding: 8px 0;
}
#indexAdvantage .advantage_list .btn a:hover {
	background-color: #caa29d;
}
#indexAdvantage .advantage_list .btn a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_pink_w50.png) no-repeat 0 -1px;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

#indexAdvantage .btn_toList a {
	background-color: #caa29d;
}
#indexAdvantage .btn_toList a:hover {
	background-color: #9d6861;
}

@media screen and (max-width: 480px) {
	#indexAdvantage .advantage_list dl {
		float: none;
		padding: 15px;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	#indexAdvantage .advantage_list dl:last-child {
		margin-bottom: 0;
	}
	#indexAdvantage .advantage_list .img {
		border-radius: 50px;
		width: 100px;
		height: 100px;
	}
	#indexAdvantage .advantage_list .img span img {
		width: 50px;
	}
	#indexAdvantage .advantage_list dl:nth-child(2) .img span img {
		width: 60px;
	}
	#indexAdvantage .advantage_list dt {
		font-size: 2rem;
		margin: 15px 0 12px;
	}
	#indexAdvantage .advantage_list .btn {
		margin-top: 20px;
	}
	#indexAdvantage .advantage_list .btn a {
		padding: 6px 0;
	}
}


/* #indexCase
 * --------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
#indexCase .pc { display: block !important; }
#indexCase .sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
#indexCase .pc { display: none !important; }
#indexCase .sp { display: block !important; }
}

/* スマホだけ横スライド
 * --------------------------------------- */

#indexCase .sp .slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
#indexCase .sp .slide-wrap .slide-content{
   flex: 0 0 90%;
   margin: 0 10px;
   height:100%;
}


@media screen and (max-width: 480px){
#indexCase .sp .slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}
}

/* スマホだけ横スライドここまで↑
 * --------------------------------------- */

#indexCase .case_list {
	overflow: hidden;
}
#indexCase .case_list dl {
	float: left;
	position: relative;
	background-color: #f5f5f5;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 18px 30px;
	text-align: left;
	width: 49%;
}
#indexCase .case_list dl:nth-child(2n) {
	margin-right: 0;
}
#indexCase .case_list dl .label {
	margin-bottom: 15px;
}
#indexCase .case_list dl .label span {
	display: inline-block;
	background-color: #568b52;
	color: #fff;
	font-size: 1.5rem;
	margin-right: 10px;
	padding: 2px 10px;
}
#indexCase .case_list dl dt {
	color: #4f312d;
	padding: 0 5px;
}
#indexCase .case_list .btn {
	margin-top: 20px;
}
#indexCase .case_list .btn a {
	position: relative;
	display: block;
	border: 1px solid #4f312d;
	border-radius: 5px;
	color: #4f312d;
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: center;
}
#indexCase .case_list .btn a:hover {
	background-color: #a1c19e;
	border: 1px solid #a1c19e;
}
#indexCase .case_list .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;
}
#indexCase .case_list .new {
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	border-color: transparent #9d6861 transparent transparent;
	width: 0;
	height: 0;
}
#indexCase .case_list .num {
	border-color: transparent #a1c19e transparent transparent;
}
#indexCase .case_list .new span {
	position: absolute;
	top: 7px;
	right: -58px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	transform: rotate(45deg);
}
#indexCase .case_list .num span {
	top: 8px;
	right: -52px;
	font-size: 1.5rem;
}

#indexCase .case_list .detail ul {
	margin-top: 20px;
	overflow: hidden;
	padding: 0 5px;
	width: 100%;
}
#indexCase .case_list .detail ul li {
	float: none;
	box-sizing: border-box;
	font-size: 1.6rem;
	margin-bottom: 8px;
	overflow: hidden;
	width: 100%;
}
#indexCase .case_list .detail ul li p {
	display: block;
	padding: 2px 0;
}
#indexCase .case_list .detail ul li p.title {
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	color: #4f312d;
	font-weight: bold;
	padding: 2px 5px;
	text-align: center;
	width: 170px;
}
#indexCase .case_list .detail ul li p span {
	display: inline-block;
}
#indexCase .case_list .detail ul li p.txt {
	padding-left: 190px;
}
#indexCase .btn_toList a {
	background-color: #568b52;
}
#indexCase .btn_toList a:hover {
	background-color: #a1c19e;
}

@media screen and (max-width: 1024px) {
	#indexCase .case_list dl dt {
		padding: 0;
	}
	#indexCase .case_list .detail ul {
		padding: 0;
	}
	#indexCase .case_list .detail ul li p.title {
		font-size: 1.5rem;
		width: 150px;
	}
	#indexCase .case_list .detail ul li p.txt {
		padding-left: 160px;
	}
}
@media screen and (max-width: 480px) {
	#indexCase .case_list dl {
		float: none;
		margin-right: 0;
		padding: 15px 20px;
		width: 100%;
	}
	#indexCase .case_list dl .label {
		margin: 10px 0 20px;
	}
	#indexCase .case_list dl .label span {
		padding: 4px 10px;
	}
	#indexCase .case_list .detail ul li p {
		font-size: 1.5rem;
	}
	#indexCase .case_list .detail ul li p.title {
		margin-bottom: 7px;
		width: 100%;
	}
	#indexCase .case_list .detail ul li p.txt {
		padding-left: 0;
		text-align: center;
	}
}




/* #indexMessage
 * --------------------------------------- */
#indexMessage .message_content {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 34px;
	text-align: left;
}
#indexMessage .message_content .img {
	float: left;
	padding: 0 40px 20px 0;
}
#indexMessage .message_content .img img {
	width: 400px;
}
#indexMessage .message_content h3 {
	color: #4f312d;
	font-size: 2.6rem;
	margin: 30px 0;
}
#indexMessage .message_content p {
	margin-bottom: 15px;
}
#indexMessage .message_content .name {
	color: #4f312d;
	margin: 40px 0 0;
	text-align: right;
}
#indexMessage .message_content .name span {
	display: inline-block;
	font-size: 2.4rem;
	margin-left: 20px;
}

@media screen and (max-width: 1024px) {
	#indexMessage .message_content .img img {
		width: 300px;
	}
	#indexMessage .message_content h3 {
		font-size: 2.2rem;
	}
	#indexMessage .message_content .name span {
		font-size: 2.2rem;
	}
}	
@media screen and (max-width: 480px) {
	#indexMessage .message_content {
		padding: 15px;
	}
	#indexMessage .message_content .img {
		float: none;
		padding: 0;
	}
	#indexMessage .message_content .img img {
		width: 100%;
	}
	#indexMessage .message_content h3 {
		font-size: 2rem;
		margin: 20px 0;
	}
	
	#indexMessage .message_content .name {
		margin: 30px 0 0;
	}
	#indexMessage .message_content .name span {
		display: block;
		font-size: 1.8rem;
		margin-left: 0;
	}
}


/* #indexLawyer
* --------------------------------------- */
#indexLawyer .lawyer_special {
	margin: 70px 0 50px;
	overflow: hidden;
}
#indexLawyer .lawyer_special .box {
	margin-bottom: 20px;
	overflow: hidden;
}
#indexLawyer .lawyer_special .box .imgBox {
	float: left;
	margin-bottom: 40px;
	margin-right: 30px;
	width: 24%;
}
#indexLawyer .lawyer_special .box .imgBox img {
	width: 100%;
}

#indexLawyer .lawyer_special .box .txt {
	float: right;
	margin-bottom: 40px;
	text-align: left;
	width: 71%;
}
#indexLawyer .lawyer_special .box .txt .name {
	margin-bottom: 20px;
	text-align: left;
}
#indexLawyer .lawyer_special .box .txt h3 {
	border-bottom: 2px solid #4f312d;
	color: #4f312d;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px 10px;
	text-align: left;
}
#indexLawyer .lawyer_special .box .txt .name h4 {
	display: inline-block;
	color: #4f312d;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: left;
}
#indexLawyer .lawyer_special .box .txt .name .eng {
	color: #4f312d;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	padding-left: 40px;
}
#indexLawyer .lawyer_special .box .txt .txtBox {
	margin-bottom: 20px;
	text-align: left;
}
#indexLawyer .lawyer_special .box .txt .txtBox p {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 10px;
}
#indexLawyer .lawyer_special .box .txt .txtBox p:last-child {
	margin-bottom: 0;
}
#indexLawyer .lawyer_special .box .btn {
	float: right;
	margin-top: -10px;
	text-align: right;
	width: 71%;
}
#indexLawyer .lawyer_special .box .btn a {
	position: relative;
	border-bottom: 1px dotted #aaa;
	padding-right: 25px;
}
#indexLawyer .lawyer_special .box .btn a:hover {
	background-color: #f5f5f5;
}
#indexLawyer .lawyer_special .box .btn a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_brown_w50.png) no-repeat 0 0;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 1024px) {
	#indexLawyer .lawyer_special .box .txt h3 {
		font-size: 1.8rem;
	}
	#indexLawyer .lawyer_special .box .txt .name h4 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	#indexLawyer .lawyer_special .box .imgBox {
		margin-right: 0;
		width: 30%;
	}
	#indexLawyer .lawyer_special .box .txt {
		margin-bottom: 10px;
		width: 65%;
	}
	#indexLawyer .lawyer_special .box .btn {
		margin-bottom: 20px;
		width: 65%;
	}
}

@media screen and (max-width: 480px) {
	#indexLawyer .lawyer_special {
		margin: 50px 0 40px;
	}
	#indexLawyer .lawyer_special .box {
		margin-bottom: 30px;
	}
	#indexLawyer .lawyer_special .box .imgBox {
		float: none;
		margin: 0 auto 20px;
		width: 180px;
	}
	#indexLawyer .lawyer_special .box .txt {
		margin-bottom: 10px;
		width: 100%;
	}
	#indexLawyer .lawyer_special .box .txt .name {
		margin-bottom: 15px;
	}
	#indexLawyer .lawyer_special .box .txt h3 {
		font-size: 1.6rem;
		margin-bottom: 15px;
		padding: 6px 5px;
	}
	#indexLawyer .lawyer_special .box .txt h3 br {
		display: none;
	}
	#indexLawyer .lawyer_special .box .txt .name h4 {
		font-size: 2.2rem;
		margin: 0;
		padding: 0 5px; 
	}
	#indexLawyer .lawyer_special .box .txt .name .eng {
		font-size: 1.4rem;
		padding-left: 5px;
	}
	#indexLawyer .lawyer_special .box .txt .txtBox {
		margin-bottom: 20px;
		padding: 0 5px;
	}
	#indexLawyer .lawyer_special .box .txt .txtBox p {
		padding: 0;
	}
	#indexLawyer .lawyer_special .box .btn {
		clear: both;
		float: none;
		text-align: center;
		width: 100%;
	}
	#indexLawyer .lawyer_special .box .btn a {
		display: block;
		border-bottom: 0;
		border: 1px solid #4f312d;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 7px 0;
		width: 100%;
	}
	#indexLawyer .lawyer_special .box .btn a:hover {
		background-color: #f5f5f5;
	}
	#indexLawyer .lawyer_special .box .btn a::after {
		right: 15px;
	}
}


#indexLawyer .lawyer_list {
	overflow: hidden;
}
#indexLawyer .lawyer_list dl {
	float: left;
	margin-right: 2.5%;
	margin-bottom: 40px;
	width: 18%;
}
#indexLawyer .lawyer_list dl:nth-child(5n) {
	margin-right: 0;
}
#indexLawyer .lawyer_list dl a {
	display: block;
}
#indexLawyer .lawyer_list dl a:hover {
	background: url(../img/bg_stripe01.png) repeat;
}
#indexLawyer .lawyer_list dl .img img {
	width: 100%;
}
#indexLawyer .lawyer_list dl a:hover .img img {
	opacity: 0.75;
}
#indexLawyer .lawyer_list dl a .img img,
#indexLawyer .lawyer_list dl a .img img::before,
#indexLawyer .lawyer_list dl a .img img::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}


#indexLawyer .lawyer_list dl .sub {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 15px 0 10px;
}
#indexLawyer .lawyer_list dl .sub span {
	display: inline-block;
}
#indexLawyer .lawyer_list dl dt {
	color: #4f312d;
	font-size: 1.9rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#indexLawyer .lawyer_list dl .en {
	color: #4f312d;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.3;
	padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	#indexLawyer .lawyer_list dl {
		margin-right: 3%;
		margin-bottom: 30px;
		width: 22.75%;
	}
	#indexLawyer .lawyer_list dl:nth-child(5n) {
		margin-right: 3%;
	}
	#indexLawyer .lawyer_list dl:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#indexLawyer .lawyer_list dl {
		width: 48.5%;
	}
	#indexLawyer .lawyer_list dl:nth-child(4n) {
		margin-right: 3%;
	}
	#indexLawyer .lawyer_list dl:nth-child(2n) {
		margin-right: 0;
	}
	#indexLawyer .lawyer_list dl .en {
		font-size: 1.4rem;
	}
}


.jikeiindex h3 {
	background-color: #ebdcda;
    border-radius: 10px;
    color: #4f312d;
    font-size: 1.85rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
}

.jikeiindex a{
    width: 40%;
    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;
}
.jikeiindex a:hover{
    border: 5px solid #CC6C60;
}

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

.jikeiindex a img{width: 100%;}

.mar-bt40{
    margin-bottom: 40px;
}


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

/*********************/
/* 相続放棄LP */
/*********************/
.souzokuhouki-mv .souzokuhouki-mv_box {
	position: relative;
}
.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block {
	position: absolute;
	top: 18%;
	left: 13%;
	font-family: serif;
}
.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block h1 {
	font-size: clamp(1.125rem, 0.0714rem + 3.5119vw, 8.5rem);
	line-height: 1.5;
}
.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block h1 span{
	color: #2f544e;
	font-size: clamp(1.6875rem, 0.1071rem + 5.2679vw, 12.75rem);
}
.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block p{
	font-size: clamp(0.625rem, 0.3393rem + 0.9524vw, 2.625rem);
	font-weight: bold;
	margin-top: clamp(0.625rem, 0.3393rem + 0.9524vw, 2.625rem);
}

@media screen and (max-width:768px) {
	.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block {
		position: absolute;
		top: 18%;
		left: 5%;
		font-family: serif;
	}
	.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block h1 {
		font-size: clamp(14px, -0.375rem + 6.0vw, 24px);
		line-height: 1.5;
	}
	.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block h1 span{
		color: #2f544e;
		font-size: clamp(21px, -0.563rem + 9.38vw, 36px);
	}
	.souzokuhouki-mv .souzokuhouki-mv_box .mv-text-block p{
		font-size: clamp(10px, 0.125rem + 2.5vw, 14px);
		font-weight: bold;
		margin-top: clamp(0.625rem, 0.3393rem + 0.9524vw, 2.625rem);
	} 
}


.top-catch {
	padding-top: 50px;
	padding-bottom: 25px;
}

.column3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column3 .column3-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	min-width: none;
	background-color: #00534C;
	border-radius: 50vh;
}
.column3 .column3-item p {
	color: white;
	font-size: 28px;
}
@media screen and (max-width:1024px) {
	.column3 .column3-item {
		width: 230px;
		height: 230px;
	}
	.column3 .column3-item p {
		font-size: 24px;
	}
}
@media screen and (max-width:768px) {
	.column3 {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.column3 .column3-item {
		width: 160px;
		height: 160px;
	}
	.column3 .column3-item p {
		font-size: 18px;
	}
}
@media screen and (max-width:420px) {
	.column3 .column3-item {
		width: 100px;
		height: 100px;
	}
	.column3 .column3-item p {
		font-size: 11px;
	}
}
.top-catch .middle-copy {
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 21px;
}
@media screen and (max-width: 768px) {
	.top-catch .middle-copy {
		font-size: 16px;
	}
}
.top-catch .bottom-copy {
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 21px;
}
.top-catch .bottom-copy .bottom-copy-big {
	color: #BE272D;
	font-size: 42px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	.top-catch .bottom-copy .bottom-copy-big {
		font-size: 28px;
	}
}
.bg-yl {
	background-color: yellow;
}
.bg-yl2 {
	background: linear-gradient(transparent 70%, yellow 0%);
}

.cta {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width:768px) {
	.cta {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.cta .cta-item {
	display: block;
	max-width: 580px;
	border: 3px solid;
	margin: 0 auto;
}
.cta .cta-item-detail {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}
.cta .cta-item-detail p {
	line-height: 1.6;
}
.cta .cta-item-link {
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	font-size: 36px;
	color: white;
	background-color: #F03D3D;
}
@media screen and (max-width:768px) {
	.cta .cta-item-link {
		font-size: 21px;
	}
}
.cta .cta-item-link p {
	position: relative;
	display: inline-block;
	padding-right: 32px;
}
.cta .cta-item-link p::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(/wp-content/uploads/2023/09/arrow_yellow.svg);
	width: 32px;
	height: 32px;
}

.top-reason {
	padding-top: 50px;
	padding-bottom: 50px;
}
.top-reason h2 {
	max-width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	color: white;
	text-shadow: 1px 1px 2px #333333;
	background: url(/wp-content/uploads/2023/09/bg-green.png);
	background-size: cover;
	background-position: 50% 50%;
}
.top-reason h2 .big-txt {
	font-size: 64px;
	line-height: 1;
}
.top-reason .reason-box {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	row-gap: 32px;
}
.top-reason .reason-box .reason-item {
	max-width: 520px;
	min-height: 100%;
	background-color: #DFEFED;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 2px 2px 4px 0px rgba(10,10,10,0.3);
	padding: 32px;
	padding-top: 42px;
}
.top-reason .reason-box .reason-item .reason-title {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-left: 65px;
	font-size: 42px;
	margin-bottom: 24px;
	line-height: 1.2;
}
.top-reason .reason-box .reason-item .reason-title::before {
	position: absolute;
    font-size: 62px;
    font-style: italic;
    line-height: 1;
    font-family: serif;
    color: #AAD9C7;
    left: 0;
    bottom: 0;
}
.top-reason .reason-box .reason-item:nth-of-type(1) .reason-title::before {
    content: "1.";
}
.top-reason .reason-box .reason-item:nth-of-type(2) .reason-title::before {
    content: "2.";
}
.top-reason .reason-box .reason-item:nth-of-type(3) .reason-title::before {
    content: "3.";
}
.top-reason .reason-box .reason-item:nth-of-type(4) .reason-title::before {
    content: "4.";
}
.top-reason .reason-box .reason-item .reason-body.reason-body-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width:768px) {
	.top-reason .reason-box .reason-item {
		width: 100%;
		padding: 18px;
		padding-top: 42px;
	}
	.top-reason .reason-box .reason-item .reason-body.reason-body-flex {
		flex-direction: row;
	}
	.top-reason .reason-box .reason-item .reason-title {
		padding-left: 42px;
		font-size: 24px;
	}
	.top-reason .reason-box .reason-item .reason-title::before {
		font-size: 42px;
	}
}
.top-reason .reason-box .reason-item .reason-body-flex span {
	display: inline-block;
	background-color: rgb(61, 93, 87);
	color: white;
	font-size: 14px;
	padding: 2px 12px;
	border-radius: 5px;
}
.top-reason .reason-box .reason-item .reason-body {
	display: flex;
	justify-content: space-between;
}
.top-reason .reason-box .reason-item .reason-body p {
	font-size: 16px;
}
.reason-body>div p:not(:first-of-type) {
	margin-top: 10px;
}
.top-reason .reason-box .reason-item .reason-body .reason-body-text {
	width: 60%;
}
.top-reason .reason-box .reason-item .reason-body .reason-body-text p {
	text-align: left;
	letter-spacing: 2px;
    line-height: 1.2;
}
.top-reason .reason-box .reason-item .reason-body .reason-body-text p:not(:first-of-type) {
	margin-top: 10px;
}
.top-reason .reason-box .reason-item .reason-body .reason-body-img {
	width: 38%;
}
.top-reason .reason-box .reason-item .reason-body .reason-body-img img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.top-reason .reason-box .reason-item .reason-body{
		flex-direction: column-reverse;
		align-items: center;
	}
	.top-reason .reason-box .reason-item .reason-body .reason-body-text {
		width: 100%;
	}
	.top-reason .reason-box .reason-item .reason-body .reason-body-img {
		width: 75%;
		margin-bottom: 16px;
	}
}

.top-price {
	padding-top: 50px;
	padding-bottom: 50px;
}
.top-price h2 {
	max-width: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	color: white;
	text-shadow: 1px 1px 2px #333333;
	background: url(/wp-content/uploads/2023/09/bg-green.png);
	background-size: cover;
	background-position: 50% 50%;
}
.top-price-table {
	max-width: 520px;
	margin: 0 auto;
	margin-top: 50px;
}
.top-price-table dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	border: 1px solid #ccc;
}
.top-price-table dt {
	flex-basis: 30%;
	padding: 20px;
}
.top-price-table dt:first-of-type{
	border-bottom: 1px solid #ccc;
}
.top-price-table dd {
	flex-basis: 70%;
	padding: 20px;
	background-color: #fff;
	background-image: linear-gradient(white 0%, white 15%, #cccccc 15%, #cccccc 85%, white 85%, white 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: left;
}
.top-price-table dd:first-of-type {
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.top-price-table dl {
		flex-flow: column;
	}
	.top-price-table dt {
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	.top-price-table dd {
		padding: 10px;
		background-image: none;
	}
}
.top-price-text {
	margin-top: 32px;
}

.top-think {
	padding-top: 50px;
    padding-bottom: 50px;
}
.top-think h2 {
    max-width: 580px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    color: white;
    text-shadow: 1px 1px 2px #333333;
    background: url(/wp-content/uploads/2023/09/bg-green.png);
    background-size: cover;
    background-position: 50% 50%;
}
.top-think h3 {
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #00534C;
}
.top-think h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #00534C;
}
.top-think p {
	text-align: left;
}
.top-think ul {
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
.top-think ul li {
	text-align: left;
}

.voice-box {
	margin: 20px auto;
	width: 50%;
  }

.top-voice h2 {
	border-top: solid 2px #00534C;
	border-bottom: solid 2px #00534C;
	margin: 30px;
    padding: 30px;
}

  .voice-num {
    background-color: #ebdcda;
    color: #9d6861;
	padding: 0.5em 20px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
  }
  .voice-text {
	padding: 10px 20px;
	border: 2px solid #ebdcda;
	text-align: left;
  }

  .voice-more {
    background-color: #ebdcda;
    color: #9d6861;
	padding: 0.5em 20px;
	margin: 15px 0px;
	font-size: 14px;
	border-radius: 100vh;
	width: 50%;
  }
  .top-voice p {
	text-align: left;
	padding: 10px;
  }
  @media screen and (max-width: 768px) {
	.voice-box {
		width: 100%;
	  }
	  .voice-more {
		margin: 5px 0px;
	  }
}

/* 相続放棄の基礎知識（アコーディオン） */
.houki-kiso h2 {
    max-width: 580px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto 30px;
    color: white;
    text-shadow: 1px 1px 2px #333333;
    background: url(/wp-content/uploads/2023/09/bg-green.png);
    background-size: cover;
    background-position: 50% 50%;
}
.accordion-qa {
    background-color: #f6ffef;
    padding: 0;
}
.accordion-qa:not([open]) {
    margin-bottom: 7px;
}
.accordion-qa:not(:first-of-type) {
    margin-top: 24px;
}
.accordion-qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.75em 2em;
    border-radius: 5px;
    background-color: white;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #00534C;
	transition: display 0.3s;
}
.accordion-qa summary::-webkit-details-marker {
    display: none;
}
.accordion-qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #00534C;
    border-right: 3px solid #00534C;
    content: '';
    transition: transform .3s;
}
.accordion-qa[open] summary::after {
    transform: rotate(225deg);
}
.accordion-qa h3.qa-question {
    width: 95%;
    font-weight: 400;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
}
.accordion-qa div.qa-answer {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em 1.5em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	text-align: left;
}
.accordion-qa div.qa-answer p {
	font-size: 16px;
	line-height: 1.6;
}
.accordion-qa div.qa-answer p:not(:first-of-type) {
    margin-top: 10px;
}
.accordion-qa div.qa-answer h4 {
	margin-top: 20px;
}
.accordion-qa[open] div {
    transform: none;
    opacity: 1;
}
@media screen and (max-width:768px) {
    .accordion-qa summary {
        padding: 1em 1em;
    }
    .accordion-qa div.qa-answer {
        padding: 0.3em 1em 1em 1em;
    }
    .accordion-qa:not(:first-of-type) {
        margin-top: 12px;
    }
}

/* 相続放棄トップの解決事例 */
.houki-top-jirei {
	padding-top: 50px;
    padding-bottom: 50px;
}
.houki-top-jirei h2 {
    max-width: 580px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto 40px;
    color: white;
    text-shadow: 1px 1px 2px #333333;
    background: url(/wp-content/uploads/2023/09/bg-green.png);
    background-size: cover;
    background-position: 50% 50%;
}
.houki-top-jirei h3 {
	text-align: left;
    padding-top: 13px;
    line-height: 1.3;
}
a.houki-jirei-btn {
	display: inline-block;
	margin-top: 30px;
	background-color: #553532;
	color: white;
	padding: 10px 30px;
	border-radius: 50vh;
}