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

/* Reset CSS
 * --------------------------------------- */
*{
	box-sizing: border-box;
}
.flex-br {
	display: inline-block;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
a{
	text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
	border: 0;
}
footer, header, nav, section {
	display: block;
}


/* Common CSS
 * --------------------------------------- */
html {
	font-size: 62.5%; /*10px*/
}
body{
	background-color: #fff;
	color: #333;
	font-family: Montserrat, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	letter-spacing: 1px;
	line-height: 1.9;
	text-align: center;
	width: 100%;
}
a:link, a:active, a:hover, a:visited{
	color: #333;
}
a,
a::before,
a::after {
	-webkit-transition: all .5s;
	transition: all .5s;
}
img {
	vertical-align: bottom;
}
.pc {
	display: block;
}
.pctab {
	display: block;
}
.tab {
	display: none;
}
.tabsmp {
	display: none;
}
.smp {
	display: none;
}
.fontM {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.pctab {
		display: block;
	}
	.tab {
		display: block;
	}
	.tabsmp {
		display: block;
	}
	.smp {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.pc {
		display: none;
	}
	.pctab {
		display: none;
	}
	.tab {
		display: none;
	}
	.tabsmp {
		display: block;
	}
	.smp {
		display: block;
	}
}


/* #subNav
 * --------------------------------------- */
#subNav {
	/*position: fixed;
	top: 0;
	left: 0;*/
	background-color: #ebdcda;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 280px;
	width: 100%;
	z-index: 1000;
}

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

#subNav .gsc-search-box .gsc-input-box {
	border: 0;
	height: 30px;
}
#subNav .gsc-search-box .gsc-search-box .gsc-input {
	height: 28px;
}
#subNav .gsc-search-box #gs_id50, #subNav .gsc-search-box #gs_st50 {
	height: 30px;
}
#subNav .gsc-search-box .gsib_a {
	padding: 6px 10px;
}
#subNav .gsc-search-box .gsst_a {
	padding: 9px 10px;
}

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

#subNav .gsc-results-wrapper-overlay .gs-title {
	padding: 5px 0;
	text-align: left;
}
#subNav .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border-color: #CECECE;
}

/*お気軽にお問い合わせください*/
#subNav .tel {
	float: right;
	padding-right: 20px;
}
#subNav .tel a {
	display: table;
	height: 50px;
}
#subNav .tel p {
	display: table-cell;
	color: #9d6861;
	vertical-align: middle;
}
#subNav .tel p.txt {
	font-size: 1.4rem;
	padding-right: 15px;
}
#subNav .tel p.img {
	width: 30px;
	height: 30px;
}
#subNav .tel p.img img {
	width: 100%;
}
#subNav .tel p.num {
	font-size: 2.6rem;
	padding-left: 7px;
}

@media screen and (max-width: 768px) {
	#subNav {
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #caa29d;
		padding-left: 0;
	}
	#subNav .btn {
		float: left;
		box-sizing: border-box;
		padding-left: 2px;
		width: 25%;
	}
	#subNav .btn:first-child {
		padding-left: 0;
	}
	#subNav .btn a {
		display: table;
		background: url(../img/bg_stripe01.png) repeat #9d6861;
		box-sizing: border-box;
		color: #fff;
		padding: 10px 15px;
		width: 100%;
		height: 100%;
	}
	#subNav .btn span {
		display: table-cell;
		vertical-align: middle;
	}
	#subNav .btn span.img {
		box-sizing: border-box;
		padding-right: 15px;
		text-align: right;
		width: 45%;
	}
	#subNav .btn span.img img {
		width: 30px;
	}
	#subNav .btn span.txt {
		text-align: left;
		width: 55%;
	}
	#subNav .btnTel span.img {
		padding-right: 10px;
	}
	#subNav .btnTel span.txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	#subNav .btn a {
		display: block;
		padding: 8px 10px;
	}
	#subNav .btn span {
		display: block;
		margin: 0 auto;
	}
	#subNav .btn span.img {
		margin-top: -7px;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#subNav .btn span.img img {
		width: 20px;
	}
	#subNav .btn span.txt {
		font-size: 1.15rem;
		padding-top: 2px; 
		text-align: center;
		width: 100%;
	}
}


/*#subNav .btn {
	float: right;
	height: 100%;
}
#subNav .btn div {
	box-sizing: border-box;
	padding-left: 2px;
}
#subNav .btn:first-child div {
	padding-left: 0;
}
#subNav .btn .pc, #subNav .btn .smp {
	height: 100%;
}

#subNav .btn a {
	display: table;
	background: url(../img/bg_stripe01.png) repeat #9d6861;
	box-sizing: border-box;
	color: #fff;
	padding: 10px 20px;
	height: 100%;
}
#subNav .btn a:hover {
	background-color: rgba(157,104,97,0.75);
	color: #fff;
}
#subNav .btn span {
	display: table-cell;
	vertical-align: middle;
}
#subNav .btn span.img {
	padding-right: 5px;
	width: 30px;
}
#subNav .btn span.img img {
	width: 100%;
}
#subNav .btnTel span.txt {
	font-size: 18px;
}


@media screen and (max-width: 1060px) {
	#subNav {
		background-color: #caa29d;
		padding-left: 0;
	}
	#subNav .btn {
		float: left;
		width: 25%;
	}
	#subNav .btn a {
		padding: 10px 15px;
		width: 100%;
	}
	#subNav .btn span.img {
		box-sizing: border-box;
		padding-right: 15px;
		text-align: right;
		width: 45%;
	}
	#subNav .btn span.img img {
		width: 30px;
	}
	#subNav .btn span.txt {
		text-align: left;
		width: 55%;
	}
	#subNav .btnTel span.img {
		padding-right: 10px;
	}
	#subNav .btnTel span.txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	#subNav .btn a {
		display: block;
		padding: 8px 10px;
	}
	#subNav .btn span {
		display: block;
		margin: 0 auto;
	}
	#subNav .btn span.img {
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#subNav .btn span.img img {
		width: 20px;
	}
	#subNav .btn span.txt {
		font-size: 11px;
		text-align: center;
		width: 100%;
	}
}
*/

/* #header
 * --------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #caa29d;
	box-sizing: border-box;
	color: #fff;
	overflow: scroll;
	width: 100%;
	z-index: 1000;
	display: flex;
	padding-left: 20px;
    padding-right: 20px;
	align-items: center;
	justify-content: space-between;
}
header {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
header::-webkit-scrollbar{
    /*スクロールバー非表示（Chrome・Safari）*/
    display:none;  
}


header .sub {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
header .sub::-webkit-scrollbar{
    /*スクロールバー非表示（Chrome・Safari）*/
    display:none;
}

#header h1 {
	flex: 1;
	position: absolute;
	top: 10px;
}
#header h1 a {
	display: block;
	text-align: left;
	white-space: nowrap;
	line-height: 1.2;
	color: rgb(79, 56, 54);
	font-weight: bold;
}
#header h1 a .title-fs1 {
	font-size: clamp(14px, -0.128rem + 2.09vw, 28px);
}
#header h1 a .title-fs2 {
	font-size: clamp(26px, -0.237rem + 3.87vw, 52px);
}
#header h1 a .title-fs3 {
	font-size: clamp(1rem, -0.146rem + 2.38vw, 2rem);
}
/* #header h1 img {
	width: 100%;
}
#header h1 img.pc {
	width: 300%;
} */
#header p {
	flex: 1;
	position: absolute;
	top: 10px;
}
#header p a {
	display: block;
	text-align: left;
	white-space: nowrap;
	line-height: 1.2;
	color: rgb(79, 56, 54);
	font-weight: bold;
}
#header p a .title-fs1 {
	font-size: clamp(14px, -0.128rem + 2.09vw, 28px);
}
#header p a .title-fs2 {
	font-size: clamp(26px, -0.237rem + 3.87vw, 52px);
}
#header p a .title-fs3 {
	font-size: clamp(1rem, -0.146rem + 2.38vw, 2rem);
}
@media screen and (max-width:768px) {
	#header h1 {
		flex: 1;
		position: relative;
		top: none;
		text-align: center;
		margin-top: -15px;
	}
	#header h1 a {
		text-align: center;
		color: white;
	}
	#header h1 br {
		display: none;
	}
	#header h1 a .title-fs1 {
		font-size: 4vw;
	}
	#header h1 a .title-fs2  {
		font-size: 8vw;
	}
	#header h1 a .title-fs3 {
		font-size: 4vw;
	}

	#header p {
		flex: 1;
		position: relative;
		top: none;
		text-align: center;
		margin-top: -15px;
	}
	#header p a {
		text-align: center;
		color: white;
	}
	#header p br {
		display: none;
	}
	#header p a .title-fs1 {
		font-size: 4vw;
	}
	#header p a .title-fs2  {
		font-size: 8vw;
	}
	#header p a .title-fs3 {
		font-size: 4vw;
	}
}

/* #mainNav ---*/
#header #mainNav{
	flex: 10;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header #mainNav .close {
	display: none;
	position: absolute;
	top: 20px;
	left: 4%;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
#header #mainNav .close img {
	width: 100%;
}
#header .mainNav_container {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#header .mainNav_inner {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	#header .mainNav_inner {
		justify-content: center;
		padding-top: 60px;
	}
}
#header .mainNav_subInner {
	display: flex;
    justify-content: flex-end;
	gap:15px;
}
@media screen and (max-width: 768px) {
	#header .mainNav_subInner{
		flex-direction: column;
		align-items: center;
	}
}
#header .mainNav_subInner img {
	border-radius: 5px;
}

#mainNav #menu-main  {
	display: flex;
	gap: clamp(15px,1.6vw,30px);
}
#mainNav #menu-main a {
	color: white;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#header #mainNav{
		padding: 0;
	}
	#mainNav .mainNav_container{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px;
	}
	#mainNav #menu-main  {
		flex-direction: column;
	}
	#mainNav #menu-main a {
		color: #553632;
	}
}

.menu-sp-menu-container{
	display: none;
}

/* #tergetNav ---*/
#header #tergetNav {
	display: none;
	position: absolute;
	top: 0;
	left: 260px;
	height: 50px;
	z-index: 1100;
}
#header #tergetNav ul {
	overflow: hidden;
	padding-left: 20px;
	height: 100%;
}
#header #tergetNav ul li {
	float: left;
	font-size: 14px;
	height: 100%;
}
#header #tergetNav ul li a {
	display: block;
	box-sizing: border-box;
	color: #9d6861;
	padding: 12px 20px 10px;
	height: 100%;
}
#header #tergetNav ul li a:hover {
	background: #e6d1ce;
	border: none;
}

/*検索ボックス*/
#header #tergetNav .gsc {
	margin-left: 20px;
}
#header #tergetNav .gsc-control-cse {
	background-color: transparent;
}
#header #tergetNav .cse .gsc-control-cse, #header #tergetNav .gsc-control-cse {
	border: none;
	padding: 0;
}
#header #tergetNav .gsc-search-box {
	margin-bottom: 0;
	line-height: 0;
}
#header #tergetNav .gsc-search-box table.gsc-search-box {
	margin: 8px 0 0;
	width: 350px;
}

#header #tergetNav .gsc-search-box .gsc-input-box {
	border: 0;
	height: 30px;
}
#header #tergetNav .gsc-search-box .gsc-search-box .gsc-input {
	height: 28px;
}
#header #tergetNav .gsc-search-box #gs_id50, #header #tergetNav .gsc-search-box #gs_st50 {
	height: 30px;
}
#header #tergetNav .gsc-search-box .gsib_a {
	padding: 6px 10px;
}
#header #tergetNav .gsc-search-box .gsst_a {
	padding: 9px 10px;
}

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

#header #tergetNav .gsc-results-wrapper-overlay .gs-title {
	padding: 5px 0;
	text-align: left;
}
#header #tergetNav .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border-color: #CECECE;
}

/* #gNav ---*/
#header #gNav {
	margin: 0 0 20px;
	text-align: left;
}
#header #gNav ul{
	display: flex;
}
#header #gNav li > p {
	position: relative;
	color: #fff;
	font-size: 1.6rem;
}
#header #gNav li > p.notready {
	opacity: 0.5;
	padding: 3px 20px 3px 30px;
}
#header #gNav li > p a {
	display: block;
	color: #fff;
	padding: 3px 20px 3px 30px;
}
#header #gNav li:hover {
	background-color: #ebdcda;
}
#header #gNav li:hover p a {
	color: #9d6861;
}
#header #gNav li:hover > p::after {
	position: absolute;
	top: 50%;
	right: 13px;
	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;
}

#header #gNav li .sub {
	display: none;
}
#header #gNav li:hover .sub {
	display: block;
	position: fixed;
	top: 0;
	left: 260px;
	background-color: #ebdcda;
	box-sizing: border-box;
	overflow: scroll;
	padding-top: 135px;
	width: 260px;
	height: 100%;
	z-index: 1000;
}

#header #gNav li .sub .title {
	color: #9d6861;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 30px 25px 10px;
}
#header #gNav li .sub ul {
	margin: 0;
}
#header #gNav li .sub ul li a {
	position: relative;
	display: block;
	color: #9d6861;
	font-size: 1.6rem;
	padding: 7px 35px 7px 25px;
}
#header #gNav li .sub ul li a:hover {
	background-color: #f5f5f5;
}
#header #gNav li .sub ul li a:hover::after {
	position: absolute;
	top: 50%;
	right: 14px;
	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;
}


/* other ---*/
#header .mainNav_tel {
	width: 220px;
}
#header .mainNav_tel img {
	width: 100%;
}
#header .mainNav_tel a:hover {
	opacity: 0.75;
}
#header .mainNav_contact {
	width: 220px;
}
#header .mainNav_contact img {
	width: 100%;
}
#header .mainNav_name {
	font-size: 1.4rem;
	margin: 10px 0 0;
}
#header .mainNav_name img {
	margin-top: -3px;
	vertical-align: middle;
	width: 130px;
}
#header .mainNav_name .pc {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#header {
		position: static;
		box-sizing: border-box;
		padding: 12px 3%;
		width: 100%;
		height: auto;
	}
	#header h1 {
		padding: 0;
		width: 100%;
	}
	#header h1 img {
		margin: 0 auto;
		max-width: 600px;
	}
	#header p {
		padding: 0;
		width: 100%;
	}
	#header p img {
		margin: 0 auto;
		max-width: 600px;
	}
	
	#header #mainNav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
		box-sizing: border-box;
		overflow: scroll;
		padding: 30px 3%;
		width: 100%;
		height: 100vh;
		z-index: 1100;
	}
	#header #mainNav .close {
		display: block;
	}
	#header #tergetNav {
		display: block;
		position: static;
		margin: 40px 0 10px;
		height: auto;
	}
	#header #tergetNav ul {
		padding: 0;
	}
	#header #tergetNav ul li {
		margin: 0 2% 10px 0;
		width: 49%;
	}
	#header #tergetNav ul li:nth-child(2n) {
		margin-right: 0;
	}
	#header #tergetNav ul li a {
		background-color: #ebdcda;
		color: #9d6861;
		padding: 8px 0;
	}
	#header #tergetNav ul li a:hover {
		background-color: #fff;
	}
	#header #tergetNav ul li.row1 {
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	#header #tergetNav .gsc {
		margin: 0 auto;
	}
	#header #tergetNav .gsc-search-box table.gsc-search-box {
		width: 100%;
	}
	
	#header #gNav {
		margin: 0 auto 20px;
	}
	#header #gNav li > p {
		border-bottom: 1px dotted #9d6861;
		color: #9d6861;
		font-size: 1.6rem;
		padding: 10px;
	}
	#header #gNav li > p a {
		color: #9d6861;
		padding: 0;
	}
	#header #gNav li:hover {
		background-color: #f5f5f5;
	}
	#header #gNav li:hover > p::after {
		display: none;
	}
	
	#header #gNav li .sub {
		display: block;
		background-color: #f5f5f5;
		border-bottom: 1px dotted #9d6861;
		padding: 6px 0;
	}
	#header #gNav li:hover .sub {
		position: static;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
		padding-top: 0;
		width: 100%;
		height: auto;
	}

	#header #gNav li .sub .title {
		display: none;
	}
	#header #gNav li .sub ul li a {
		color: #555;
		padding: 4px 10px 4px 20px;
	}
	#header #gNav li .sub ul li a:hover::after {
		display: none;
	}
	
	
	#subNav {
		display: block;
	}
	
	#header .mainNav_tel {
		margin: 0 auto 10px;
	}
	#header .mainNav_name {
		color: #9d6861;
	}
	#header .mainNav_name .pc {
		display: none;
	}
	#header .mainNav_name .tabsmp {
		display: inline-block;
	}
}

/* #mainVisual
 * --------------------------------------- */
#mainVisual img {
	width: 100%;
}


/* #content
 * --------------------------------------- */
#content {
	
}


/* .mainContent
 * --------------------------------------- */
.mainContent {
	position: relative;
	box-sizing: border-box;
	padding-right: 0;
	width: 100%;
}
.mainContent .inner {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1220px;
}

@media screen and (max-width: 1024px) {
	.mainContent .inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.mainContent {
		margin-top: 0;
		padding-left: 0;
	}
	.mainContent .inner {
		padding: 0 4%;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.mainContent .inner {
		padding: 0 5%;
	}
}


/* #breadcrumb
 * --------------------------------------- */
#breadcrumb {
	font-size: 1.5rem;
	padding: 20px 0px;
}
#breadcrumb ul {
	text-align: left;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li:after {
	content: "＞";
	padding: 0 2px 0 10px;
}
#breadcrumb li:last-child:after {
	content: "";
	padding: 0;
}
#breadcrumb li a {
	text-decoration: underline;
}
#breadcrumb li a:hover {
	color: #ccc;
}

@media screen and (max-width: 1024px) {
	#breadcrumb {
		font-size: 1.3rem;
		padding: 12px 0px;
	}
	#breadcrumb li:after {
		padding: 0 0 0 5px;
	}
}



/* #pagebottom_contact
 * --------------------------------------- */
#pagebottom_contact {
	padding-bottom: 120px;
}
#pagebottom_contact h2 {
	font-size: 2.2rem;
	color: #4f312d;
}
#pagebottom_contact .btn {
	margin: 30px auto;
	width: 70%;
}
#pagebottom_contact .btn a {
	display: block;
	background-color: #9d6861;
	border-radius: 10px;
	color: #fff;
	padding: 15px 20px;
}
#pagebottom_contact .btn a:hover {
	background-color: #caa29d;
}
#pagebottom_contact .btn a .sub {
	font-size: 1.5rem;
	margin-bottom: 3px;
}
#pagebottom_contact .btn a .main {
	font-size: 2.2rem;
	font-weight: bold;
}

#pagebottom_contact .btn2 {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 782px;
}
#pagebottom_contact .btn2 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#pagebottom_contact {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
	#pagebottom_contact {
		padding-top: 40px;
		padding: 0;
	}
	#pagebottom_contact h2 {
		font-size: 2rem;
	}
	#pagebottom_contact .btn {
		margin: 25px auto;
		width: 100%;
	}
	#pagebottom_contact .btn a {
		padding: 10px;
	}
	#pagebottom_contact .btn a .main {
		font-size: 2rem;
	}
}


/* #pagebottom_nav
 * --------------------------------------- */
#pagebottom_nav {
	display: none;
}
@media screen and (max-width: 480px) {
	#pagebottom_nav {
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#pagebottom_nav nav {
		margin: 0 auto 20px;
	}
	#pagebottom_nav nav li {
		margin: 0 20px;
		text-align: center;
	}
	#pagebottom_nav nav li a {
		display: block;
		border-bottom: 1px dotted #9d6861;
		color: #9d6861;
		padding: 10px 0;
	}
	#pagebottom_nav nav li:first-child a {
		border-top: 1px dotted #9d6861;
	}
	#pagebottom_nav nav li a:hover {
		background-color: rgba(255,255,255,0.75);
		color: #9d6861;
	}
	#pagebottom_nav nav li span {
		display: block;
		border-bottom: 1px dotted #9d6861;
		color: #9d6861;
		opacity: 0.5;
		padding: 10px 0;
	}
}

/* #footer
 * --------------------------------------- */
#footer {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 30px;
	text-align: left;
}
#footer #footerMap {
	width: 100%;
	height: 400px;
}
#footer .footerMapBox {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
#footer .footerMapBox iframe:first-child {
	margin-right: 10px;
}
#footer .inner {
	color: #4f312d;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .inner a {
	color: #4f312d;
}
@media screen and (max-width: 880px) {
	#footer .footerMapBox {
		display: block;
	}
	#footer .footerMapBox iframe:first-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#footer #footerMap {
		height: 270px;
	}
	#footer .inner {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
}


/* #footer .head */
#footer .head {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 20px;
}
#footer .head .logo {
	float: left;
}
#footer .head .logo .name {
	font-size: 2.3rem;
	font-weight: bold;
}
#footer .head .logo .name b {
	display: inline-block;
	font-size: 3rem;
	padding: 0 2px;
}
#footer .head .logo .copy {
	font-size: 1.6rem;
	font-weight: bold;
}

#footer .head .contact {
	float: right;
	overflow: hidden;
	margin-top: 15px;
}
#footer .head .contact .tel {
	float: left;
	margin-top: 5px;
}
#footer .head .contact .tel .number span {
	display: table;
	font-family: Helvetica, sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}
#footer .head .contact .tel .number span.smp {
	display: none;
}
#footer .head .contact .tel .number a {
	display: table-cell;
	vertical-align: middle;
}
#footer .head .contact .tel .number img {
	display: table-cell;
	padding-right: 10px;
	width: 32px;
	vertical-align: middle;
}
#footer .head .contact .tel .time {
	font-size: 1.25rem;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
#footer .head .contact .mail {
	float: right;
	margin-left: 20px;
	width: 60px;
}
#footer .head .contact .mail img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#footer .head .logo {
		float: none;
	}
	#footer .head .contact {
		float: none;
		background-color: #fff;
		margin: 20px auto 10px;
		padding: 15px;
		text-align: center;
	}
	#footer .head .contact .tel {
		float: none;
		display: inline-block;
		margin-top: 5px;
	}
	#footer .head .contact .tel .number span.pctab {
		display: none;
	}
	#footer .head .contact .tel .number span.smp {
		display: table;
	}
	#footer .head .contact .mail {
		float: none;
		display: inline-block;
		margin-left: 10px;
		width: 60px;
	}
}
@media screen and (max-width: 480px) {
	#footer .head {
		padding: 10px 0;
	}
	#footer .head .logo {
		padding: 0 5px;
	}
	#footer .head .logo .name {
		font-size: 1.9rem;
	}
	#footer .head .logo .name b {
		display: inline-block;
		font-size: 2.6rem;
		padding: 0 2px 0 0;
	}
	#footer .head .logo .copy {
		font-size: 1.4rem;
		font-weight: normal;
		margin-top: 5px;
		letter-spacing: 0;
	}
	
	#footer .head .contact {
		padding: 10px 10px 0;
	}
	#footer .head .contact .tel {
		margin-bottom: 10px;
	}
	#footer .head .contact .mail {
		margin-bottom: 10px;
	}
}


/* #footer .address */
#footer .address {
	border-bottom: 1px solid #ddd;
	font-size: 1.6rem;
	overflow: hidden;
	padding: 15px 20px;
}
#footer .address p {
	float: left;
	margin-right: 20px;
}
#footer .address .name img {
	margin-top: -5px;
	width: 140px;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
	#footer .address {
		font-size: 1.4rem;
		padding: 10px 15px;
	}
	#footer .address p {
		margin-right: 15px;
	}
	#footer .address .name {
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#footer .address .name img {
		width: 150px;
	}
}


/* #footer .footer_mainNav */
#footer .footer_mainNav {
	border-bottom: 1px solid #ddd;
	font-size: 1.6rem;
	overflow: hidden;
	padding: 25px 15px;
}
#footer .footer_mainNav .box {
	float: left;
	box-sizing: border-box;
	margin-right: 26px;
	padding: 0 5px;
	text-align: left;
	width: 18%;
}
#footer .footer_mainNav .box:first-child {
	width: 26%;
}
#footer .footer_mainNav .box:nth-child(2) {
	width: 26%;
}
#footer .footer_mainNav .box:nth-child(3) {
	width: 21%;
}
#footer .footer_mainNav .box:last-child {
	margin-right: 0;
}
#footer .footer_mainNav .box ul li::before {
	content: "ー";
	margin-right: 5px;
}

#footer .footer_mainNav .box li.notready {
	opacity: 0.5;
}
#footer .footer_mainNav .box ul li.notready::before {
	content: "ー";
	margin-right: 5px;
}
@media screen and (max-width: 1024px) {
	#footer .footer_mainNav {
		font-size: 1.45rem;
	}
	#footer .footer_mainNav .box {
		margin-right: 10px;
		width: 21%;
	}
	#footer .footer_mainNav .box:first-child {
		width: 23%;
	}
	#footer .footer_mainNav .box:nth-child(2) {
		width: 28%;
	}
	#footer .footer_mainNav .box:nth-child(3) {
		width: 23%;
	}
	#footer .footer_mainNav .box:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_mainNav .box {
		margin-right: 4%;
		margin-bottom: 10px;
		width: 48%;
	}
	#footer .footer_mainNav .box:first-child, #footer .footer_mainNav .box:nth-child(2), #footer .footer_mainNav .box:nth-child(3) {
		width: 48%;
	}
	#footer .footer_mainNav .box:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#footer .footer_mainNav {
		display: none;
	}
}

/* #footer .footer_facebook */
#footer .footer_facebook {
	float: right;
	margin: 30px 20px; 
	width: 400px;
}
@media screen and (max-width: 1024px) {
	#footer .footer_facebook {
		margin: 30px 15px; 
	}
}
@media screen and (max-width: 768px) {
	#footer .footer_facebook {
		float: none;
		margin: 30px auto; 
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	#footer .footer_facebook {
		width: 290px;
	}
}


/* #footer .footer_subNav */
#footer .footer_subNav {
	font-size: 1.5rem;
	overflow: hidden;
	padding: 30px 20px 10px;
}
#footer .footer_subNav ul {
	margin-bottom: 8px;
	overflow: hidden;
}
#footer .footer_subNav ul li {
	float: left;
}
#footer .footer_subNav ul li.notready {
	opacity: 0.5;
}
#footer .footer_subNav ul li::after {
	content: " ｜ ";
}
#footer .footer_subNav ul li:last-child::after {
	content: "";
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 480px) {
	#footer .footer_subNav {
		font-size: 1.4rem;
		padding: 20px 10px 10px;
	}
	#footer .footer_subNav ul.sub {
		display: none;
	}
	#footer .footer_subNav ul li {
		float: left;
	}
	#footer .footer_subNav ul li::after {
		content: " ｜ ";
	}
	#footer .footer_subNav ul li:last-child::after {
		content: "";
	}
}

/* #footer .copyright */
#footer .footer_title {
	font-size: 1.5rem;
	padding: 30px 20px 0;
}
#footer .copyright {
	padding: 0 20px 30px;
}

@media screen and (max-width: 480px) {
	#footer .footer_title {
		font-size: 1.4rem;
		padding: 0 10px 15px;
	}
	#footer .copyright {
		line-height: 1.4;
		padding: 0 10px 30px;
	}
}


/* .rightBottom
 * --------------------------------------- */
.rightBottom {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 200;
}
.rightBottom .pagetop a {
	display: block;
	padding: 10px 5px;
}
.rightBottom .pagetop a img {
	width: 50px;
}
.rightBottom .pagetop a p {
	font-size: 1.5rem;
	color: #4f312d;
}

.rightBottom .contact a {
	display: table;
	background-color: #568B50;
	border-radius: 65px;
	color: #fff;
	width: 130px;
	height: 130px;
}
.rightBottom .contact a:hover {
	background-color: #a1c19e;
}
.rightBottom .contact a p {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
.rightBottom .contact a p span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}

@media screen and (max-width:1024px) {
	.rightBottom .contact a {
		border-radius: 55px;
		width: 110px;
		height: 110px;
	}
	.rightBottom .contact a p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.rightBottom .contact a p span {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.rightBottom {
		bottom: 60px;
		right: 10px;
	}
	.rightBottom .pagetop a {
		background-color: rgba(255, 255, 255, 0.75);
		padding: 12px 6px;
	}
	.rightBottom .pagetop a img {
		width: 40px;
		height: auto;
	}
	.rightBottom .pagetop a p {
		font-size: 1.3rem;
	}
	.rightBottom .contact a {
		border-radius: 40px;
		width: 80px;
		height: 80px;
	}
	.rightBottom .contact a p {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.rightBottom .contact a p span {
		font-size: 1rem;
		margin: 2px 0;
	}
}

/* .cf
 * --------------------------------------- */
.cf:before, .cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after {
    clear: both;
}





/* .ボタン
 * --------------------------------------- */

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4F302D;
  border: solid 2px #4F302D;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #4F302D;
  color: white;
}





.btm_30{
    margin-bottom: 30px;	
}



/* グレイス共通css
 * --------------------------------------- */

.txt-box {
    border: 2px solid #ddd;
    padding: 1rem;
}

.kome-mark{
	font-size: 0.6rem !important;
}

.mb2rem{
	margin-bottom: 2rem;
}

.mb3rem{
	margin-bottom: 3rem;
}

.flex-img {
    display:flex;
}
.flex-img img {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
.flex-img {
    flex-direction: column;
}
.flex-img img {
    margin-right: 20px;
	margin-bottom: 2rem;
	width:100%;
}	
}
.container-img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 3rem;
	
}
.container-img img{
	margin-bottom: 0.8rem;
	
}
.container-img .container-img-ttl{
	text-align: center;
	font-size: 1.2em;
}
.container-img p{
	max-width: 200px;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
.container-img {
	display: flex;
	flex-direction: column;
}
.container-img img{
	margin-bottom: 0.8rem;
	width:100%;	
}
.container-img .container-img-ttl{
	text-align: center;
	font-size: 1.2em;
}
.container-img p{
	max-width: 100%;
	font-size: 0.9em;
}	
}

.container-img2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 3rem;
}
.container-img2 img{
	margin-bottom: 0.8rem;
	padding-right: 50px;
}
.container-img2 .container-img-ttl2{
	text-align: center;
	font-size: 1.2em;
}
.container-img2 p{
	max-width: 200px;
	font-size: 0.9em;
	padding-right: 15px;
}

@media screen and (max-width: 768px) {
.container-img2 {
	display: flex;
	flex-direction: column;
}
.container-img2 img{
	margin-bottom: 0.8rem;
	width:100%;
	padding-right: 0px;
}
.container-img2 .container-img-ttl2{
	text-align: center;
	font-size: 1.2em;
}
.container-img2 p{
	max-width: 100%;
	font-size: 0.9em;
}	
}



/*お客様の声吹き出し*/
.fukidashi-voice {
	margin-top: 60px;
}

.fukidashi-voice ul {
	margin-top: -10px;
	padding: 0 10px;
}
.fukidashi-voice ul li {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
.fukidashi-voice ul li p {
    position: relative;
    display: table-cell;
    background-color: #F5F5F5;
    padding: 15px;
    vertical-align: middle;
}
.fukidashi-voice ul li p::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 245, 245, 0);
	border-left-color: #F5F5F5;
	border-width: 10px;
	margin-top: -10px;
}
.fukidashi-voice ul li .icon {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	width: 70px;
}
.fukidashi-voice ul li .icon img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.fukidashi-voice {
		margin-top: 40px;
	}
	
	.fukidashi-voice ul {
		margin-top: -10px;
		padding: 0;
	}
	.fukidashi-voice ul li .icon {
		padding: 0 15px;
	}
}

ul.common-ul-list {
	list-style:none;
}
ul.common-ul-list li:before{
content: "●";
color:#9B89AE;
padding-right:5px;

}

.solved_detail {
	margin: 15px auto 30px;
	text-align: center;
	width: 97%;
}
.solved_detail th {
	background-color: #9B89AE;
	text-align: center;
}
.solved_detail td {
	background-color: #f5f5f5;
}
.solved_content {
	margin: 0 10px 30px;
}
.solved_content .solved_box {
	margin: 0 0 30px;
	width: 100%;
}
.solved_content .solved_box p {
	margin: 0 10px 15px;
}
.solved_content .solved_box .solved_title {
	background: url(https://www.kagoshima-kotsujiko.com/img/titlebg_kaiketsu.gif) repeat top left;
	box-sizing: border-box;
	color: #444;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 5px 10px;
	width: 100%;
}
.solved_content .solved_box .solved_title span {
	display: inline-block;
	border-left: 6px solid #ffcc00;
	padding: 3px 0 0 10px;
}
.solved_content .solved_box .solved_tabletitle {
	margin: 20px 10px 5px;
}
.solved_content .solved_box .solved_result_table {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.solved_content .solved_box .solved_result_table tr td:nth-child(2n-1) {
	background-color: #9B89AE;
}
.solved_content .solved_box .solved_result_table tr td:nth-child(2n) {
	background-color: #dddcd6;
}
.solved_content .solved_box .solved_result_table tr.row01 td:nth-child(2) {
	background-color: #9B89AE;
}
.solved_content .solved_box .solved_result_table tr.row01 td:nth-child(3) {
	background-color: #dddcd6;
}

.practiceAreaNav {
  margin-bottom:20px; }

/* line 2345, ../scss/o-1910.scss */
.practiceAreaNav ul {
  margin: 0 10px;
  overflow: hidden; }

/* line 2349, ../scss/o-1910.scss */
.practiceAreaNav ul li {
  float: left;
  margin: 0 2% 8px 0;
  width: 32%;
  list-style: none; }

/* line 2355, ../scss/o-1910.scss */
.practiceAreaNav ul li:nth-child(3n) {
  margin-right: 0; }

/* line 2358, ../scss/o-1910.scss */
.practiceAreaNav ul li a {
  display: table;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 12px;
  width: 100%; }

/* line 2369, ../scss/o-1910.scss */
.practiceAreaNav ul li a:hover {
  background-color: #ddd;
  text-decoration: none; }

/* line 2373, ../scss/o-1910.scss */
.practiceAreaNav ul li a,
.practiceAreaNav ul li a::before,
.practiceAreaNav ul li a::after {
  -webkit-transition: all .5s;
  transition: all .5s; }

/* line 2379, ../scss/o-1910.scss */
.practiceAreaNav ul li a span {
  display: table-cell; }

/* line 2382, ../scss/o-1910.scss */
.practiceAreaNav ul li a span.txt strong {
  display: inline-block;
  color: #9B89AE;
  font-size: 13.5px;
  margin-right: 3px; }

/* line 2388, ../scss/o-1910.scss */
.practiceAreaNav ul li a span.arrow {
  color: #9B89AE;
  font-size: 13.5px;
  font-weight: bold;
  text-align: right;
  width: 15px; }

@media screen and (max-width: 768px) {
  /* line 2397, ../scss/o-1910.scss */
  .practiceAreaNav {
    margin: -10px 0 10px; }

  /* line 2400, ../scss/o-1910.scss */
  .practiceAreaNav ul {
    margin: 0 5px; }

  /* line 2403, ../scss/o-1910.scss */
  .practiceAreaNav ul li {
    float: none;
    margin: 0 0 8px 0;
    width: 100%; } }

a.btn-flat-logo {
  position: relative;
  font-weight: bold;
padding-top: 1.5em;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 1.5em;
  text-decoration: none;
  color: #FFF !important;
  background-color: #9D6861;
  transition: .4s;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table; }

/* line 1782, ../scss/o-1910.scss */
a.btn-flat-logo:hover {
  background-color: #001753;
  color: #FFF; }

/* line 1786, ../scss/o-1910.scss */
a.btn-flat-logo:visited {
  color: #FFF; }

.faqDetail .num {
	display: table;
	border-radius: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	width: 50px;
	height: 50px;
}
.faqDetail .num span {
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.faqDetail .num {
		border-radius: 20px;
		font-size: 15px;
		width: 40px;
		height: 40px;
	}
}


/*qBox*/
.faqDetail .qBox {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 30px 0 20px;
	padding: 20px;
}
.faqDetail .qBox .num {
	position: absolute;
	top: -15px;
	left: 15px;
	background-color: #9B89AE;
	color: #fff;
}
.faqDetail .qBox h3 {
	font-size: 15px;
	line-height: 1.6;
	padding-left: 65px;
}
@media screen and (max-width: 768px) {
	.faqDetail .qBox {
		margin-bottom: 0;
		padding: 15px 20px;
	}
	.faqDetail .qBox h3 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 0;
		padding-left: 0;
	}
}


/*aBox*/
.faqDetail .aBox {
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px 15px 0;
}
.faqDetail .aBox .num {
	float: left;
	background-color: #eee;
	color: #9B89AE;
}
.faqDetail .aBox .txtBox {
	margin-top: 15px;
	padding-left: 20px;
}
.faqDetail .aBox .txtBox p {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.faqDetail .aBox {
		margin-bottom: 0;
		padding: 20px 15px;
	}
	.faqDetail .aBox .num {
		float: none;
	}
	.faqDetail .aBox .txtBox {
		margin-top: 10px;
		padding-left: 0;
	}
}

.feeNote {
  margin: 0 0 50px; }

/* line 3200, ../scss/o-1910.scss */
.feeNote dl {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 15px 7px; }

/* line 3205, ../scss/o-1910.scss */
.feeNote dl dt {
  float: left;
  color: #9B89AE;
  font-weight: bold;
  width: 150px; }

/* line 3211, ../scss/o-1910.scss */
.feeNote dl dd {
  padding-left: 170px; }

@media screen and (max-width: 768px) {
  /* line 3216, ../scss/o-1910.scss */
  .feeNote dl {
    margin-bottom: 0;
    padding: 15px 7px; }

  /* line 3220, ../scss/o-1910.scss */
  .feeNote dl dt {
    float: none;
    margin-bottom: 10px;
    width: 100%; }
	.feeNote dl dt img{
    margin-left: 8rem;
    margin-right: auto;
	}

  /* line 3225, ../scss/o-1910.scss */
  .feeNote dl dt br {
    display: none; }

  /* line 3228, ../scss/o-1910.scss */
  .feeNote dl dd {
    padding-left: 0; } }

.faqBox {
  margin-bottom: 20px; }

/* line 916, ../scss/o-1910.scss */
.faqBox .box {
  display: table;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%; }

/* line 923, ../scss/o-1910.scss */
.faqBox .box .label {
  display: table-cell;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30px; }

/* line 933, ../scss/o-1910.scss */
.faqBox .box .txt {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle; }

/* line 938, ../scss/o-1910.scss */
.faqBox .qBox {
  background-color: #f5f5f5; }

/* line 941, ../scss/o-1910.scss */
.faqBox .qBox .label {
  background-color: #fff;
  color: #333; }

/* line 945, ../scss/o-1910.scss */
.faqBox .qBox .txt {
  font-size: 14px;
  font-weight: bold; }

/* line 949, ../scss/o-1910.scss */
.faqBox .aBox .label {
  background-color: #f5f5f5;
  color: #333; }

/* .lawyer_list
 * --------------------------------------- */
/*catList*/
.faq .faq_list .catList {
	margin-bottom: 50px;
}
.faq .faq_list .catList ul {
	overflow: hidden;
}
.faq .faq_list .catList ul li {
	float: left;
	margin: 0 2% 15px 0;
	width: 49%;
}
.faq .faq_list .catList ul li:nth-child(2n) {
	margin-right: 0;
}
.faq .faq_list .catList ul li a {
	display: table;
	border: 5px solid #EDE7F0;
	box-sizing: border-box;
	padding: 10px;
}
.faq .faq_list .catList ul li a:hover {
	background-color: #fafafa;
}
.faq .faq_list .catList ul li a p {
	display: table-cell;
	line-height: 1.6;
	padding-left: 10px;
	vertical-align: middle;
}
.faq .faq_list .catList ul li a p b {
	display: block;
	font-size: 1.8rem;
}
.faq .faq_list .catList ul li a .img {
	display: table-cell;
	width: 50%;
}
.faq .faq_list .catList ul li a .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.faq .faq_list .catList ul li a {
		display: block;
	}
	.faq .faq_list .catList ul li a p {
		display: block;
		padding: 0 10px 10px;
	}
	.faq .faq_list .catList ul li a p b {
		display: inline-block;
		font-size: 1.7rem;
	}
	.faq .faq_list .catList ul li a .img {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.faq .faq_list .catList ul li {
		margin: 0 2% 10px 0;
	}
	.faq .faq_list .catList ul li a {
		border: 4px solid #EDE7F0;
		padding: 8px;
	}
	.faq .faq_list .catList ul li a p {
		padding: 0 2px 10px;
	}
	.faq .faq_list .catList ul li a p b {
		display: inline-block;
		font-size: 1.6rem;
	}
}


/*.head*/
.faq .faq_list .head {
	display: table;
	border: 5px solid #EDE7F0;
	box-sizing: border-box;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	width: 100%;
}
.faq .faq_list .head h4 {
	display: table-cell;
	font-size: 1.7rem;
	letter-spacing: 1px;
	padding-left: 15px; 
	vertical-align: middle;
}
.faq .faq_list .head h4 b {
	display: inline-block;
	font-size: 2.2rem;
	padding-right: 3px;
}
.faq .faq_list .head .img {
	display: table-cell;
	width: 280px;
}
.faq .faq_list .head .img img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.faq .faq_list .head h4 b {
		display: block;
	}
	.faq .faq_list .head .img {
		width: 240px;
	}
}
@media screen and (max-width: 480px) {
	.faq .faq_list .head {
		display: block;
		border: 4px solid #EDE7F0;
		padding: 10px;
	}
	.faq .faq_list .head h4 {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 0 5px 10px; 
	}
	.faq .faq_list .head h4 b {
		display: inline-block;
		font-size: 1.8rem;
	}
	.faq .faq_list .head .img {
		display: block;
		width: 100%;
	}
}


/*.list*/
.faq .faq_list .list {
	margin-bottom: 50px;
}
.faq .faq_list .list .box {
	margin-bottom: 10px;
	overflow: hidden;
}
.faq .faq_list .list .box a {
	position: relative;
	display: table;
	box-sizing: border-box;
	padding: 10px 50px 10px 15px;
	width: 100%;
}
.faq .faq_list .list .box a::after {
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    display: block;
    background: url(../img/arrow_gray_w50.png) no-repeat center center;
    background-size: contain;
    content: "";
	margin-top: -2px;
    width: 15px;
    height: 15px;
}
.faq .faq_list .list .box a:hover {
	background-color: #f8f8f8;
}
.faq .faq_list .list .box a .num {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}
.faq .faq_list .list .box a .num > span {
	display: table;
	background-color: #9B89AE;
	border-radius: 25px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.faq .faq_list .list .box a .num > span > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.faq .faq_list .list .box a p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	.faq .faq_list .list .box a {
		padding: 15px 30px 15px 0;
	}
	.faq .faq_list .list .box {
		border-bottom: 1px dashed #ddd;
		margin-bottom: 0; 
	}
	.faq .faq_list .list .box:last-child {
		border-bottom: none;
	}
	.faq .faq_list .list .box a::after {
		right: 5px;
		margin-top: 0;
		width: 12px;
		height: 12px;
	}
	.faq .faq_list .list .box a .num {
		vertical-align: top;
		width: 30px;
	}
	.faq .faq_list .list .box a .num > span {
		border-radius: 18px;
		font-size: 1.5rem;
		width: 36px;
		height: 36px;
	}
	.faq .faq_list .list .box a p {
		padding-left: 10px;
	}
}




/* .faq_detail
 * --------------------------------------- */
/*.num*/
.faq_detail .num {
	float: left;
	display: table;
	background-color: #9B89AE;
	border-radius: 50%;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	width: 50px;
	height:50px;
}
.faq_detail .num span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
.faq_detail .num {
		font-size: 1.6rem;
		width: 42px;
		height:42px;
	}
}

/*.head*/
.faq_detail .head {
	margin: 40px 10px;
	overflow: hidden;
}

.faq_detail .head h4 {
	font-size: 1.8rem;
	padding: 5px 10px 10px 70px;
}
@media screen and (max-width: 480px) {
	.faq_detail .head {
		margin: 30px 5px;
	}

	.faq_detail .head h4 {
		font-size: 1.7rem;
		padding: 5px 5px 5px 65px;
	}
}

/*.answer*/
.faq_detail .answer {
	margin: 15px 10px;
	overflow: hidden;
}
.faq_detail .answer .num {
	background-color: #EDE7F0;
	color: #9B89AE;
}
.faq_detail .answer .txtBox {
	margin-bottom: 0;
	padding: 10px 10px 10px 20px;
}
.faq_detail .answer .txtBox strong {
	background-image: linear-gradient(transparent 55%, #ffec4d 55%);
}
@media screen and (max-width: 480px) {
	.faq_detail .answer {
		margin: 10px 5px;
	}
	.faq_detail .answer .txtBox {
		padding: 5px 5px 5px 23px;
	}
}

/*テーブル装飾*/

.table-rikon {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border: 1px solid #ccc;
width: 100%;	
}
.table-rikon th {
padding: 10px;
font-weight: bold;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #9B89AE;
color: #ffffff;
}
.table-rikon td {
padding: 10px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #ffffff;

}

ol.common-ol-list {
	list-style-type: decimal;
	margin-left: 2rem;
  
}
ol.common-ol-list li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

/* 固定ページ */
.c-page-content {
	text-align: left;
}
.c-page-content p:not(:first-of-type) {
	margin-top: 20px;
}
.c-page-content a {
	color: #1a0dab;
	text-decoration: underline;
}
.sec .c-page-content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}


section.jikeiindex h2 {
    color: #4f312d;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

section.jikeiindex h3 {
    background-color: #ebdcda;
    border-radius: 10px;
    color: #4f312d;
    font-size: 1.85rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
}
/* 目次 */
#toc_container {
	margin-left: auto;
	margin-right: auto;
}
#toc_container .toc_list li {
	text-align: left;
}

/* 相続放棄 */
.page-date {
	display: flex;
	align-items: center;
}
.page-date img {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.page-date_txt {
	text-align: left;
}

.page-link {
	text-align: left;
}
.page-link a {
	text-align: left;
	color: #7e2525;
	font-size: 14px;
}

/* 著者 */
/* 著者情報 */
#author {
	margin-top: 16px;
}
.author-item__body {
    display: flex;
    border: 1px solid #dedede;
    padding: 16px;
    gap: 10px;
	background-color: #ffffff;
}

.page p.author-info {
    margin-bottom: 0;
}

.author-item-img {
    width: 200px;
}
.author-item-img img {
    width: 100%;
}
.author-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.author-item-text .author-info {
	text-align: left;
	margin: 0;
}
.author-item-text .author-item__title {
	margin: 0;
	padding: 3px 0;
	background-color: transparent;
	text-align: left;
}
.author-item-text .author-bengoshi {
    font-size: 14px;
    margin-left: 8px;
}

.author-item-text hr {
    margin-bottom: 10px;
	border: 0.1px solid #eeeeee;
}

.author-item-gaiyou p {
	text-align: left;
}
.author-item-gaiyou p {
    margin: 2px 0 0 0 ;
	font-size: 16px;
    line-height: 1.6 !important;
}

.author-item-gaiyou a {
    display: block;
	font-size: 16px;
    margin-top: 8px;
    text-align: right;
}

@media screen and (max-width:640px) {
    .author-item__body {
        flex-direction: column;
        align-items: center;
    }
}

/* 日付 */
.single .date{
    text-align:left;
    font-size: 16pxrem;
    margin-bottom:1rem;
    color:#1d357b;
    font-weight:bold;
}

/* 相続放棄コラム */
.column-item:not(:first-of-type) {
	border-top: 1px solid #eeeeee;
}
.column-item a {
	display: flex;
	padding-top: 6px;
	padding-bottom: 6px;
	transition: transform 0.3s;
}
.column-item a:hover {
	transform: scale(1.05);
	box-shadow: 1px 1px #eeeeee;
}
.column-item a .img {
	width: 25%;
	min-width: 25%;
}
.column-item a .img img {
	width: 100%;
}
.column-item a dl {
	padding: 8px 16px;
}
.column-item a dl dt {
	text-align: left;
}
.column-item a dl p {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width:639px) {
	.column-item a {
		align-items: center;
	}
	.column-item a dl dt {
		line-height: 1;
	}
	.column-item a dl p {
		font-size: 14px;
		line-height: 1;
		margin-top: 3px;
	}
}

.single-houki-column .inner.main-inner img {
	width: 100%;
}
.single-houki-column .inner.main-inner  {
	text-align: left;
}
.single-houki-column .inner.main-inner  .sec p:not(:first-of-type) {
	margin-top: 16px;
}
.single-houki-column .inner.main-inner  .sec h3 {
	margin-top: 16px;
}
.single-houki-column .inner.main-inner ol, .single-houki-column .inner.main-inner ul {
	padding: 16px;
	background-color: #f8f5ea;
}

.single-houki-column .sec a {
	display: block;
	text-align: right;
	color: rgb(73, 102, 247);
	text-decoration: underline rgb(73, 102, 247);
}
.single-houki-column .banContact img {
	width: 100%;
}

/*  */
/* 相続放棄コラム */
/*  */
#houki-column-block {
    position: relative;
}
#houki-column-block 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-column-block .column-list-block {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
#houki-column-block .news-item {
    background-color: var(--text-white);
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
    margin-top: 0;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
	width: calc(33% - 32px);
	transition: transform 0.3s;
}
#houki-column-block .news-item:hover {
	transform: scale(1.02);
}
#houki-column-block .news-item a.news-item__inner{
    display: block;
    border-bottom: none;
    padding:  0;
    transition: all 0.3s;
    height: 100%;
}

#houki-column-block .news-item .news-item-img img {
	width: 100%;
	height: auto;
}
#houki-column-block .news-item a.news-item__inner:hover .news-item .news-item-img img {
    transform: scale(1.03);
}
#houki-column-block .news-item .news-item-text {
    padding: 15px;
    font-size: 1vw;
}
#houki-column-block .news-item .news-item__option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
#houki-column-block .news-item .news-item-text time {
    font-size: 14px;
    line-height: 1;
}
#houki-column-block .news-item .news-item-text h3 {
	text-align: left;
    font-size: 14px;
    font-family: var(--sans-serif);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
    overflow: hidden;
}
#houki-column-block .btn-box {
    margin-top: 32px;
}
#houki-column-block .btn-box .c-btn-link {
	display: inline-block;
    margin-top: 30px;
    background-color: #553532;
    color: white;
    padding: 10px 30px;
    border-radius: 50vh;
}
@media screen and (max-width:1024px) {
	#houki-column-block .column-list-block {
		gap: 16px;
	}
	#houki-column-block .news-item {
		width: calc(50% - 16px);
	}
}
@media screen and (max-width:640px) {
	#houki-column-block .news-item {
		width: 100%;
	}
    #houki-column-block h2 {
        margin-bottom: 32px;
    }
    #houki-column-block .column-list-block {
        justify-content: center;
    }
    #houki-column-block .news-item:not(:first-of-type) {
        display: none;
    }
}

/* Q&A アコーディオン */
.accordion-qa {
    background-color: #f8f5ea;
    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.5em 1.5em;
    border-radius: 5px;
    background-color: var(--text-white);
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--accent-color);
}

.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 #333333;
    border-right: 3px solid #333333;
    content: '';
    transition: transform .3s;
}

.accordion-qa[open] summary::after {
    transform: rotate(225deg);
}
.accordion-qa h3.qa-question {
    width: 95%;
    font-weight: 400;
	margin: 0 !important;
	border-bottom: none;
}
.accordion-qa div.qa-answer {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 1.5em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.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;
    }
	.accordion-qa h3.qa-question {
		font-size: 16px;
	}
}