@charset "utf-8";

/*
----------------------------------------------------------------------------------jquery.Pc2Sp.jsPCページ用
*/

#spLinkBlockInPc{
	display: none;
}



/*
----------------------------------------------------------------------------------wrapper
*/

#top #wrapper{
	width:100%;
	background:url(../images/catch_bg.png) repeat-x top center;
	background-size: auto 270px;
}
@media (max-width: 767px) {
#wrapper {
	overflow: hidden;
}
}

/*
----------------------------------------------------------------------------------header
*/

#header{
	width:962px;
	margin:0px auto;
	text-align:left;
	display: flex;
	align-items: center;
	max-width: calc(100% - 30px);
}

#header .left{
	width:400px;
	float:left;
}

#header .right{
	width:560px;
	float:right;
	text-align:right;
}

#header .navi{
	float:right;
	margin:10px 5px 13px 0px;
	height:14px;
}

#header .navi li{
	float:left;
	padding-left:20px;
}

#header .tel{
	margin: 0.5em 0 0;
}

#menu{
	width:100%;
	background:url(../images/menu_bg.gif) repeat-x;
	height:48px;
}

#menu ul{
	width:960px;
	margin:0px auto;
}

#menu li{
	float:left;
	line-height:0;
	margin:0px;
	padding:0px;
}

#header .menuBox {
	display: none;
	background-color: rgba(19, 183, 211, .9);
}


	#header .left .menu {
		margin: 0;
		position: fixed;
		top: 15px;
		right: 12px;
		height: 45px;
		width: 45px;
		cursor: pointer;
		z-index: 9999;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #13b7d3;
	}

	.menu.on .top {
		-webkit-transform: translateY(8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(-45deg);
		transform: translateY(8px) translateX(0) rotate(-45deg);
		background: #fff;
	}

	.menu.on .middle {
		opacity: 0;
		background: #000;
	}

	.menu.on .bottom {
		-webkit-transform: translateY(-8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(45deg);
		transform: translateY(-8px) translateX(0) rotate(45deg);
		background: #000;
	}

	.menu span {
		background: #FFF;
		border: none;
		height: 4px;
		width: 35px;
		position: absolute;
		top: 5px;
		left: 5px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
		border-radius: 2px;
	}

	.menu span:nth-of-type(2) {
		top: 13px;
	}

	.menu span:nth-of-type(3) {
		top: 21px;
	}

	#header .menu {
		top: 19px;
	}

	#header .menu span {
		background-color: #FFF;
	}

	#header .menu.on .top {
		background-color: #FFF;
	}

	#header .menu.on .bottom {
		background-color: #FFF;
	}

	#header .menu .text {
		margin: 28px -3px 0;
		color: #FFF;
		font-size: 9px;
		background: none;
		text-align: center;
	}

	#header .menu a {
		text-decoration: none;
	}

	#header .menuBox {
		position: fixed;
		width: 100%;
		height: 80%;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 999;
		overflow-y: auto;
	}

	#header .menuBox .mLogo {
		margin: 10px;
		width: 228px;
	}

	#header .menuBox .mLogo img {
		width: 100%;
	}

	#header .menuBox .menuList {
		margin: 70px 10px 0;
		line-height: 1.5;
		border-bottom: 1px solid #1a87b4;
		background: #fff;
	}

	#header .menuBox .menuList>li {
		border-top: 1px solid #1a87b4;
	}

	#header .menuBox .menuList .title {
		margin: 0;
	}

	#header .menuBox .menuList>li a {
		padding: 10px 40px 7px 15px;
		display: block;
		color: #000;
		font-size: 15px;
		text-decoration: none;
	}

	#header .menuBox .menuList li {
		position: relative;
	}

	#header .menuBox .menuList .innerList {
		display: none;
	}

	#header .menuBox .menuList .innerList li {
		border-top: 1px dotted #e8ccbb;
		margin: 0 5%;
	}

	#header .menuBox .menuList .innerList a {
		padding: 7px 7px 4px 10px;
		font-size: 14px;
	}

	#header .menuBox .menuList li .triangle {
		display: block;
		width: 40px;
		height: 24px;
		position: absolute;
		right: 0;
		top: 4px;
		background: url(../images/menu_in.png) no-repeat left center;
		background-size: 12px auto;
		z-index: 0;
	}

	#header .menuBox .menuList li.on>.triangle {
		background-image: url(../images/menu_on.png);
		background-size: 12px auto;
	}

.sp-fixed-btn {
	position: fixed;
	display: flex;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	padding: 5px 0;
}
.sp-fixed-btn>div {
	width: 50%;
	padding: 0 2.5px;
}
.sp-fixed-btn>div img {
	width: 100%;
	vertical-align: bottom;
}

/*
----------------------------------------------------------------------------------container
*/
#container{
	width:962px;
	margin:0px auto;
}
@media (max-width: 767px) {
	#container{
		max-width: 100%;
	}
}
#contents{
	width:655px;
	float:right;
	padding:0px;
	margin:0px;
	max-width: calc(100% - 30px);
}

#naka #contents{
	padding-top:15px;
}


#contents .entry{
	margin-bottom:50px;
}

#naka #contents .entry p{
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.pagetop{
	margin:0px auto 30px auto;
	padding:0px 20px 0px 0px;
	text-align:right;
	font-size:12px;
	background:url(../images/icon03.gif) no-repeat right center;
}

/*
-----------------------------contact
*/
#contents .contact{
	/*background:url(../images/contact_bg.gif) no-repeat;*/
	width:655px;
	height:238px;
	border: 3px solid #00a0c1;
	border-radius: 3px;
	margin-bottom:50px;
}

#contents .contact p{
	margin:0px;
}

#contents .contact .tel{
	float:left;
	width:375px;
	padding:0px 0px 0px 20px;
}

#contents .contact .tel p{
	margin-bottom:3px;
	line-height: 1;
}
#contents .contact .tel p img{
	vertical-align: bottom;
}

#contents .contact .mail{
	float:right;
	padding:0px 20px 0px 0px;
}

#contents .contact p.title{
	padding:20px 0px 4px 0px;
}

#naka #contents .entry .mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

#naka #contents .entry .mfp_buttons button {
	font-size: 24px;
	cursor: pointer;
	border: none;
	padding-right: 5px;
	background: none;
	padding-left: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#naka #contents .entry .formTable input[type="text"],
	#naka #contents .entry .formTable input[type="email"],
	#naka #contents .entry .formTable textarea {
		width: 100% !important;
		box-sizing: border-box;
		appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
	}

	#naka #contents .entry #mailformpro select {
		appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-webkit-appearance: none;
		vertical-align: middle;
		font-size: 14px;
	}
}


/*
--------for IE7
*/
#contents .contact .tel p{
	/margin-bottom:10px;
}

#contents .contact .mail p{
	/margin-bottom:10px;
}

/*
----------------------------------------------------------------------------------side
*/
#side{
	width:274px;
	float:left;
	padding-top:15px;
}

#side p,
#side li,
#side ul{
	margin:0px;
}


#side .top,
#side .middle,
#side .bottom{
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
}


#side .middle{
	background:url(../images/s_bg_middle.png) repeat-y;
}

#side .contact{
	/* background:url(../images/s_tel_bg.png) no-repeat; */
	margin:0px 0px 0px 17px;
	/* height:235px; */
	background-color: #FFF;
	width: 238px;
	border: 1px solid #DDD;
	border-radius: 3px;
}

#side .contact p{
	padding:11px 0px 0px 16px;
}

#side .contact .tel {
    border: 2px solid #13b7d3;
    width: 205px;
    margin: 0 10px;
    padding: 0 5px;
    border-radius: 5px;
}
#side .contact .tel p{
	padding: 0px 0px 0px 0px;
}

#side .contact .tel p.p01{
	margin-top:10px;
	height:31px;
}

#side .contact .tel p.p02{
	margin-top:5px;
	height:16px;
}

#side .contact .tel p.p03{
	margin-top:7px;
	/* height:36px; */
}

#side .contact .btn{
	padding: 10px 0px 0px 9px;
}


#side .sub,
#side .accsess{
	margin:20px 0px 0px 17px;
}

#side .sub .title{
	background:url(../images/sub_bg01.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	height:37px;
	padding:15px 0px 0px 15px;
}

#side .sub .title a{
	background:url(../images/icon01.png) no-repeat 3px 5px;
	padding-left:15px;
	display:block;
}


#side .title a:link{color:#ffffff; text-decoration:underline;}
#side .title a:visited{color:#ffffff; text-decoration:underline;}
#side .title a:active{color:#ffffff; text-decoration:underline;}
#side .title a:hover{color:#ffffff; text-decoration:none;}

#side .bg{
	background:url(../images/sub_bg_middle.gif) repeat-y;
	width:240px;
}

#side .sub .bg ul{
	padding:15px;
}

#side .sub .bg li{
	padding-left:10px;
	background:url(../images/icon02.png) no-repeat 0px 6px;
	margin-bottom:3px;
}

#side .accsess p{
	padding:5px 15px;
	line-height:1.3em;
}

#side .accsess .map {
	text-align: center;
}


#side .banner{
	margin:20px 0px 20px 2px;
}

#side .banner li{
	margin:0px 10px 0px 0px;
}

#side .time_in{
	font-size: 11px;
	color: #555555;
}

/*
--------for IE7
*/
#side .contact .tel p.p01{
	/margin-top:15px;
}

#side .contact .btn{
	/padding:23px 0px 0px 10px;
}




/*
------------------------------------------------------------------------------------footer
*/
#footer{
	width:100%;
	text-align:center;
	margin:0px auto;
	background:#00a0c1;
	padding: 30px 0 0;
}

#footer p {
	font-size: 16px;
}

#footer .footerNavi-container {
	width: 40%;
}

#footer .footerNavi{
	overflow:hidden;
	margin:0px auto;
}

#footer .footerNavi ul{
	display: flex;
	flex-wrap: wrap;
}

#footer .footerNavi ul li{
	font-size:16px;
	color:#FFF;
	width: 50%;
	margin-bottom: .5em;
	text-align: left;
}

#footer .footerNavi ul li:before{
	content: '・';
	display: inline-block;
}

#footer .address{
	width: 60%;
}

#footer .address p{
	color:#FFF;
	text-align:left;
}

#footer .address p.bold {
	font-size: 24px;
	margin: 0 0 .5em;
}

#footer .address p .time_in{
	color: inherit;
	font-size: 0.85em;
}

#footer .address img{
	float:left;
	width:190px;
	padding:0px 20px 20px 0px;
}

#footer .inner {
	display: flex;
	align-items: center;
}




#footer .copy{
	width:960px;
	margin:0px auto;
	max-width: 100%;
}

#footer .copy p{
	color:#FFF;
	margin:0px;
	padding:20px 0px;
	font-size:12px;
}

#footer a:link{color:#ffffff; text-decoration:none;}
#footer a:visited{color:#ffffff; text-decoration:none;}
#footer a:active{color:#ffffff; text-decoration:underline;}
#footer a:hover{color:#ffffff; text-decoration:underline;}




/*
------------------------------------------------------------------------------------path
*/

.path{
	height:20px;
	width:655px;
	margin:0px auto;
	text-align:left;
}

/*forIE7*/
.path{
	 /margin-top:10px;
}

.path ul{
	margin:0px;
}

.path li{
	font-size:12px;
	line-height:100%;
	letter-spacing:1px;
	display:inline;
	margin-left:5px;
}




/*
-----------------事務所紹介のaccordion
*/
.prof_acc{
	margin: 15px 0 30px 0 !important;
}

.acc_txt3 h5.accordion_head{
	margin:0 !important;
	padding: 5px 5px;
	font-weight:normal;
}

.acc_txt3 h5:hover{
	color: #13b7d3;
}

.prof_acc p{
	padding:5px 25px !important;
	margin:0;
}

.acc_txt3 .accordion_head{
	line-height: 1.2em;
	padding:5px 5px;
	cursor:pointer;
	background:url(../images/acc_point02_off.png) no-repeat 99% 50%;
}

.acc_txt3 .accordion_head:hover{
	line-height: 1.2em;
	padding:5px 5px;
	cursor:pointer;
	background:url(../images/acc_point02_on.png) no-repeat 99% 50%;
}






/*
------------------------------------------------------------------------------------トップ
*/
#top #contents .hero {
	padding-top: 15px;
	background: url(../images/main-img.png)no-repeat;
	background-size: auto calc(100% - 20px);
	background-position: right bottom;
	height: 252px;
	margin-bottom: 50px;
}

#top #contents .hero .ttl1 img{
	width: 330px;
	max-width: 55%;
}

#top #contents .hero .hero-inner {
	background: rgba(255,255,255,.8);
	padding: 15px 10px;
	width: 316px;
	max-width: calc(100% - 20px);
}

#top #contents .hero .hero-inner .head {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#top #contents .hero .hero-inner ul {
	display: flex;
	justify-content: space-between;
}

#top #contents .hero .hero-inner ul li {
	width: calc(33.3% - 5px);
}

#top #contents .hero .hero-inner ul li a {
	display: block;
	background: #13b7d3;
	border-radius: 10px;
	border-bottom: solid 3px #1a87b4;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: .8em .5em .6em;
	margin-top: 10px;
	font-weight: bold;
}

#top #contents .hero .hero-inner ul:last-child li {
	width: calc(50% - 5px);
}

#top #contents h2 {
	font-weight: bold;
	font-size: 21px;
	border-bottom: solid 2px;
	padding: 0 0 .5em 25px;
	margin-bottom: 30px;
	position: relative;
}

#top #contents h2:before {
	content: '';
	display: block;
	background: #13b7d3;
	width: 15px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
}

#top h4{
	margin:0px;
	padding:0px;
	line-height:0px;
}

#top #contents p.link{
	background:url(../images/icon02.png) no-repeat 5px 12px;
	margin-left:20px;
}

#top #contents div.debt p,
#top #contents div.credit p,
#top #contents div.mbri p,
#top #contents div.inherit p{
	padding:5px 20px 0px 20px;	
}

#top #contents .bnr a {
	display: block;
	border: solid 2px #d6d6d6;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 20px 40px;
}

#top #contents .bnr a:hover {
	opacity: .8;
}

#top #contents .bnr a .sub {
	font-weight: bold;
	font-size: 14px;
}

#top #contents .bnr a .sub .color {
	color: #b80101;
}

#top #contents .bnr a h3 {
	color: #333;
	font-weight: bold;
	font-size: 28px;
	margin: .5em 0 0;
}

#top #contents .bnr a .btn-detail {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #13b7d3 url(../images/arrow1.png) no-repeat;
	background-size: 15px;
	background-position: right 5px center;
	border-radius: 50px;
	text-align: center;
	width: 196px;
	height: 26px;
	line-height: 26px;
}

#top #contents .bnr a .btn-detail.blog {
	background: #d6d6d6 url(../images/arrow3.png) no-repeat;
	background-size: 15px;
	background-position: right 5px center;
  box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.29);
  color: #333;
  bottom: 7px;
}

#top #contents .bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

#top #contents .bnr-list .bnr {
	width: calc(50% - 10px);
}

#top #contents .bnr-list .bnr a {
  padding: 0 5px 0 20px;
  height: 112px;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: bold;
}

#top #contents .bnr-list .bnr a div {
	font-size: 18px;
	line-height: 1.3;
	background: url(../images/arrow2.png)no-repeat;
	background-size: 25px;
	background-position: right center;
	width: 100%;
}

#top #contents .bnr-list .bnr a div .large {
	font-size: 28px;
	line-height: 1;
}

#top #contents .bnr.bnr--1 a {
	background: url(../images/info-bg1.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--2 a {
	background: url(../images/info-bg2.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--3 a {
	background: url(../images/info-bg3.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--4 a {
	background: url(../images/info-bg4.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--5 a {
	background: url(../images/info-bg5.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--6 a {
	background: url(../images/info-bg6.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--7 a {
	background: url(../images/info-bg7.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--8 a {
	background: url(../images/info-bg8.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--9 a {
	background: url(../images/info-bg9.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--10 a {
	background: url(../images/info-bg10.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--11 a {
	background: url(../images/info-bg11.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--12 a {
	background: url(../images/info-bg12.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--13 a {
	background: url(../images/info-bg13.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--14 a {
	background: url(../images/info-bg14.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--15 a {
	background: url(../images/info-bg15.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .bnr.bnr--16 a {
	background: url(../images/info-bgcredia.png) no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

#top #contents .outline .debt{
	background:url(../images/debt_bg.gif) no-repeat;
	width:315px;
	height:302px;
	float:left;
	margin-bottom:20px;
}

#top #contents h3.bg-ptn1 {
	background: #ebe68a;
	padding: 10px 15px;
	margin: 0 0 .3em;
	margin-top: 10px;
}

#top #contents .contents-flex {
	display: flex;
	justify-content: space-between;
}

#top #contents .contents-flex .img {
	order: 2;
	width: 210px;
}

#top #contents .contents-flex .img img {
	width: 100%;
}

#top #contents .contents-flex .text {
	order: 1;
	width: calc(100% - 230px);
}

#top #contents .btn-ptn2 {
	background: #ebe68a url(../images/arrow4.png) no-repeat;
	background-size: 12px;
	background-position: right 10px center;
	color: #333;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 210px;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
}

#top #contents .btn-ptn2.color--grn,
#top #contents h3.bg-ptn1.color--grn {
	background-color: #c8e4d7;
}

#top #contents .btn-ptn2.color--or,
#top #contents h3.bg-ptn1.color--or {
	background-color: #f6dec0;
}

#top #contents h3.bg-ptn1.color--yel {
	background-color: #ddd106;
	color: #fff;
	margin: 0 0 20px;
}

#top #contents h3.bg-ptn1.color--grn2 {
	background-color: #8eccaf;
	color: #fff;
	margin: 0 0 20px;
}

#top #contents .btn-shindan a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-size: auto auto;
	background-color: rgba(19, 183, 211, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(50, 192, 217, 1) 4px, rgba(50, 192, 217, 1) 5px );
	position: relative;
	width: calc(100% - 30px);
	margin: 0 auto 30px;
	height: 55px;
	border-radius: 10px;
}

#top #contents .btn-shindan a:after {
	content: '';
	display: block;
	background: url(../images/arrow5.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#top #contents .btn-shindan a div {
	background: url(../images/ico-check.png) no-repeat;
	background-size: 32px;
	background-position: left top 8px;
	padding: 0 0 0 40px;
	color: #fff;
	line-height: 55px;
	font-size: 16px;
	display: inline-block;
}

#top #contents .btn-shindan a div span {
	font-size: 20px;
	color: #fff;
}

#top #contents .onayami-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top #contents .onayami-list>div {
	width: calc(50% - 10px);
	margin-bottom: 30px;
}

#top #contents .onayami-list>div:last-child {
	margin-bottom: 60px;
}

#top #contents .onayami-list>div .inner {
	border: solid 3px #ddd106;
	height: 100%;
}

#top #contents .onayami-list.color--grn2>div .inner {
	border: solid 3px #8eccaf;
}

#top #contents .onayami-list>div .inner .img {
	text-align: center;
	padding: 20px 20px 0;
}

#top #contents .onayami-list>div .inner .img img {
	height: 88px;
	width: auto;
}

#top #contents .onayami-list>div .inner p {
	padding: 0 20px;
}

#top #contents .onayami-list>div .inner .color {
	color: #b80101;
	font-weight: bold;
}

#top #contents .onayami-list>div .inner .btn-ptn3 {
	display: block;
	background: #ddd106 url(../images/arrow5.png) no-repeat;
	background-size: 24px;
	background-position: right 10px center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-radius: 50px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: calc(100% - 40px);
	margin: 0 auto 15px;
}

#top #contents .onayami-list.color--grn2>div .inner .btn-ptn3 {
	background-color: #8eccaf;
	height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
	line-height: 1.3;
}

#top #contents .onayami-list.color--grn2>div:last-child {
	margin-bottom: 30px;
}

#top #contents .outline .inherit{
	background:url(../images/inherit_bg.gif) no-repeat;
	width:315px;
	height:302px;
	float:left;
}

#top #contents .outline .credit{
	background:url(../images/credit_bg.gif) no-repeat;
	width:315px;
	height:272px;
	float:right;
}


#top #contents .outline .mbri{
	background:url(../images/mbri_bg.gif) no-repeat;
	width:315px;
	height:302px;
	float:right;
	margin-bottom:20px;
}

#top #contents .outline .overtime{
	padding-top:20px;
}





#top #contents .list{
	margin:0px 0px 30px 0px;
}


#top #contents .list .debt{
	background:#ddd106;
	width:655px;
	margin-bottom:30px;
	padding-bottom:8px;
}

#top #contents .list .credit{
	background:#8eccaf;
	width:655px;
	margin-bottom:30px;
	padding-bottom:8px;
}

#top #contents .list dl{
	background:#FFF;
	width:316px;
	float:left;
	margin:8px 0px 0px 8px;
}

#top #contents .list dt{
}

#top #contents .list dt p{
	width:190px;
	height:140px;
	float:left;
	font-size:14px;
	line-height:140%;
	color:#000;
	padding:15px 10px 0px 15px;
	margin:0px;
}

#top #contents .list dt img{
	float:right;
	padding:10px 10px 0px 0px;
}

#top #contents .list dd{
	text-align:right;
	padding:0px 10px 8px 0px;
}


#top .list p a:link{color:#000000; text-decoration:none;}
#top .list p a:visited{color:#000000; text-decoration:none;}
#top .list p a:active{color:#000000; text-decoration:underline;}
#top .list p a:hover{color:#000000; text-decoration:underline;}



/*
------------------------------------------------------------------------------------中ページ共通
*/
#naka h2 img {
	max-width: 100%;
}

#naka h3{
	background:url(../images/h3_bg.gif) no-repeat;
	height:40px;
	font-size:16px;
	padding:13px 0px 0px 30px;
}
#naka h3 span{
	background: #00a0c1;
	color: #FFF;
	margin: 0 0 0 10px;
	padding: 2px 10px;
	vertical-align: middle;
	border-radius: 20px;
	font-weight: normal;
	font-size: 13px;
}
#naka h3.long{
	background:url(../images/h3_bg_l.gif) no-repeat;
}

#naka h4{
	background:url(../images/icon05.png) no-repeat;
	padding-left:20px;
	margin:10px 0px 0px 15px;
	font-size:16px;
	border-bottom:1px dotted #cccccc;
}

#naka h5{
	margin:10px 0px 10px 15px;
	font-size:14px;
}

#naka h6{
	margin:10px 10px 0px 15px;
	font-size:15px;
	background-color:#FF0;
}


#naka ol{
	margin-left:30px;
	padding-left:10px;
}

#naka ol li{
	list-style:decimal;
	margin-bottom:15px;
}



#naka .merit{
	background:#fffae0;
	padding:30px 30px 10px 30px;
}

#naka .merit dt{
	background:url(../images/icon04.png) no-repeat 2px -1px;
	padding-left:30px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

#naka .merit dd{
	margin:0px 0px 20px 30px;
	text-indent:-1em;
	padding-left:1em;
}


.point_box{
	margin:20px auto;

}


.point_box .att_box{
	border: 1px solid #36B2CD;
	width: 600px;
	margin: 0 auto 10px;
	max-width: 100%;
}

.point_box .att_box .box_top{
	padding: 5px 20px 0 120px;
	font-size: 1.3em;
	color: #009AB9;
	font-weight: bold;
}

.point_box .att_box .box_top{
	background:url(../images/credit/point_ico.gif) no-repeat left top;
}

.point_box .att_box .box_top span{
	font-size:12px;
	display: inline-block;
	color: #009AB9;
}



#naka #contents .entry p.demerit{
	padding:0px 15px 0px 15px;
	font-size:16px;
	font-weight:bold;
}

#contents .entry dl.menu{
	text-align:left;
	padding:0px 0px 5px 15px;
	margin-bottom:10px;
}


/*
--------for IE7
*/
#contents .entry dl.menu{
	/margin-bottom:30px;
}


#contents .entry dl.menu dt{
	background:#e9e9e9;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
}

#contents .entry dl.menu dd{
	margin:10px 5px;
}

#contents .entry dl.menu dd.img{
	float:left;
	width:150px;
}

#contents .entry dl.menu dd.text{
	float:right;
	width:470px;
	text-align:left;
}

#contents .entry .cap p{
	text-align:left;
}

#contents .entry .cap img{
	float:right;
	width:150px;
	padding:0px 0px 20px 20px;
}

#contents .entry .box{
	border:1px solid #CCC;
	padding:30px 30px 15px 30px;
	margin-bottom:30px;
}
#contents .entry .box.box02{
	border:1px solid #CCC;
	padding:15px;
	margin-bottom:30px;
}

#naka #contents .entry .box p.title{
	text-align:center;
	font-size:16px;
	margin:0px;
}

#naka #contents .entry .box p{
	padding:0px 20px;
}

#naka #contents .entry p.price{
	padding:0px 15px;
}

#naka #contents .entry .box_pd{
	padding:0px 30px;
}


/*
--------段落関連
*/

ul.danraku li{
	text-indent: -1em;
	padding-left: 1em;
} 


ul.list_disc li{
	list-style-type:disc;
}

ul.list_num li{
	list-style-type:decimal;
}


.ML30{
	margin-left:30px;
}





/*=========text-align=========*/
.TACenter {	text-align: center; }
.TARight { text-align: right; }
.TALeft { text-align: left; }




/*
--------矢印
*/
.arrow1{
  width: 200px;
  height:80px;
  margin:10px auto;
}
.arrow1::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 30px;
  background: #ddd;
}

.arrow1::after{
  content: "";
  display:block;
  border-top: 100px solid #ddd;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}





/*
------------------------------------------------------------------------------------テーブル
*/
/*
==========================================t01
 */

table.t01{
	width:80%;
}

table.t01 th,
table.t01 td{
	padding:7px 15px;
}

table.t01 th{
	text-align:left;
	font-weight:normal;
}

table.t01 td{
	text-align:center;
}

/*
==========================================t02
 */

table.t02{
	width:90%;
	margin:15px auto 30px auto;
}

table.t02 th,
table.t02 td{
	border:1px solid #CCC;
	padding:15px;
	width:50%;
	vertical-align:top;
}

/*
==========================================t03
 */

table.t03{
	width:90%;
	margin:15px auto 30px auto;
}

table.t03 th{
	width:160px;
	font-size:15px;
}

table caption{
	text-align:left;
}
/*
==========================================t03_long
 */

table.t03_long{
	width:90%;
	margin:15px auto 30px auto;
}

table.t03_long th{
	width:400px;
	font-size:15px;
}

table caption{
	text-align:left;
}

table.t03_long .cam_price_inner{

	font-size:17px;
	font-weight:bold;
	color:#CC0000;
}


/*
==========================================t_list_box
 */

.t_list_box{
	width:90%;
	margin:15px auto 30px auto;
	border:1px solid #CCC;
}

/*
==========================================t03_cam
 */

table.t03_cam{
	width: 90%;
	margin:15px auto 30px auto;
}

table.t03_cam th{
	width:130px;
	font-size:16px;
	padding:5px;
}

table.t03_cam td.cam_price{
	border:1px solid #CCC;
	text-align:center;
	width: 130px;
	padding:5px;
}

table.t03_cam .cam_price_inner{

	font-size:17px;
	font-weight:bold;
	color:#CC0000;
}
table.t03_cam .cam_price_tax{
	color:#CC0000;
}


table caption{
	text-align:left;
}




/*
==========================================t04
 */

table.t04{
	width:90%;
	margin:15px auto 30px auto;
}

table.t04 th{
	background-color:#e5e5e5;
	text-align:center;
	border:1px solid #CCC;
}

table.t04 td{
	text-align:center;
	border:1px solid #CCC;
}

table.t04 th.yel,
table.t04 td.yel{
	background:#fffae0;
}

/*
==========================================t05
 */

table.t05{
	width:90%;
	margin:15px auto 30px auto;
}

table.t05 th,
table.t05 td{
	border:1px solid #CCC;
	padding:15px;
	vertical-align:top;
}

table.t05 th.cell{
	vertical-align:middle;
	width:40px;
	background:#00a0c1;
	color:#FFF;
}

/*
==========================================t06
 */

table.t06{
	border:none;
	margin:15px auto 30px auto;
}

table.t06 td{
	vertical-align:top;
	border:none;
	padding:5px 15px;
}

table.t06 td img{
	padding-left:5px;
}
/*
==========================================t07
 */

table.t07{
	width:620px;
	margin:0 0 0 15px;
}

table.t07 th,
table.t07 td{
	padding:7px 15px;
}

table.t07 th{
	text-align:left;
	font-weight:normal;
}

table.t07 td{
	text-align:center;
}

/*
==========================================table_cap
 */

.table_cap{
	border:1px solid #fff;
	margin:0;
	padding:5px 0 0 5px;
}

.table_cap p{
	margin:0;
	padding:0;
}

/*
------------------------------------------------------------------------------------債務整理
*/

#naka #contents .entry .d_list01{
	float:left;
	width:440px;
	text-align:left;
	margin:0px 0px 0px 20px;
	padding:20px 0px 0px 20px;
	max-width: calc(100% - 40px);
}

#naka #contents .entry .d_list01 li{
	list-style:disc;
}

#naka #contents .entry .d_list02 li{
	list-style:disc;
	margin:0px 0px 10px 10px;
}

#naka #contents .entry .d_list03 li{
	list-style:decimal;
	margin:0px 0px 10px 10px;
}






#contents .entry .b01 h5{
	margin:10px 0px 0px 0px;
}

#contents .entry .b01 p{
	margin:5px 0px 10px 0px;
}

/*
------------------------------------------------------------------------------------未払い残業代請求
*/

#naka #contents .entry .o_list01{
	padding:0px 0px 30px 30px;
}


#naka #contents .entry .o_list01 li{
	list-style:disc;
}

#naka #contents .entry h5.step{
	background:#e6e6e6;
	padding:5px 10px;
}

#naka #contents .entry .step{
	padding:0px 0px 0px 0px;
}


#naka #contents .entry .step p{
	margin:0px 0px 20px 0px;
	padding:0px 20px;
}

#naka #contents .entry .mbri_p{
	margin-bottom:0;
	padding-bottom:0;
}

#naka #contents .entry .mbri{
	width:98%;
	margin:0 auto;
}

#naka #contents .entry .mbri dt{
	margin:0px 0 0 10px;
}

#naka #contents .entry .mbri dd{
	margin:0 10px 10px 20px;
}

/*
------------------------------------------------------------------------------------事務所紹介
*/

#contents .entry .staff{
	margin:15px 0px;
}

#contents .entry .staff .photo{
	float:left;
	width:200px;
	padding-left:20px;
}

#contents .entry .staff p{
	float:right;
	width:390px;
}

#contents .entry .message{
	margin:0px 0px 30px 20px;
}

#contents .entry .message .top{
	margin:0;
	padding:0px;
	line-height:0;
}

#contents .entry .message .middle{
	background:url(../images/about/mes_middle.gif) repeat-y;
	background-size: 100%;
}

#naka #contents .entry .message .middle p{
	margin:0px;
	padding:0px 80px 0px 70px;
	color:#352100;
}

#naka #contents .entry .message p.right{
	text-align:right;
}

#naka #contents .entry h5.qes{
	background:url(../images/icon06.gif) no-repeat;
	padding:5px 0px 5px 30px;
}

#contents .entry .time_in {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2;
}

.staff_li li{
	list-style:disc;
	margin-left:15px;
}

.prof_list ul{
	margin:5px 0 15px 0;
	}
.prof_list ul li{
	list-style-type:disc;
	margin:0 0 0 35px;	
}

.prof_list p{
color:#00a0c1;
font-size:16px;
font-weight:bold;
margin:0;
}



/*
------------------------------------------------------------------------------------料金表
*/
#naka #contents .entry .priceMenu{
	background:#fff0d9;
	padding:10px 10px;
}

#naka #contents .entry  .priceMenu ul{
}

#naka #contents .entry .priceMenu li{
	line-height:100%;
	display:inline;
}

#naka .priceMenu a:link{color:#4a4444; text-decoration:none;}
#naka .priceMenu a:visited{color:#4a4444; text-decoration:none;}
#naka .priceMenu a:active{color:#4a4444; text-decoration:underline;}
#naka .priceMenu a:hover{color:#4a4444; text-decoration:underline;}

/*
------------------------------------------------------------------------------------債権回収ＴＯＰ・ナカ
*/

#naka ol.saiken{
	padding:0px 15px 10px 0px;
	margin-left:0;
}

#naka ol.saiken li.saiken_naka{
	list-style:decimal;
	margin-bottom:15px;
	margin-left:30px;
	margin-top:15px;
}

.saiken_aicon{
	margin-top:25px;
}

.saiken_aicon li{
	float:left;
	margin-bottom:10px;
}

.saiken_aicon_mgn{
	margin-right:15px;
}

.saiken_ryokin_aicon li{
	float:left;
	margin:20px 0 10px 8px;
}

.saiken_ryokin_mgn{
	margin-right:15px;
	padding:0 15px 0 0;
}

.saiken_banner{
	text-align: right;
	overflow: hidden;
	padding: 0px 0 20px 10px;
}

.saiken_banner li{
	margin:0 10px;
	float: left;
}


/*
---------------------------------------------------------------------------saiken_flow
*/

.sai_flow{
	margin:20px 0 0 40px;
	}

.sai_flow p,img{
	margin:0;
	padding:0;
	}

.sai_flow_top,
.sai_flow_mid,
.sai_flow_btm{
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
	width:590px;
}

.sai_flow_mid .sai_flow_title{
	margin-left:15px;
}

.sai_flow_mid{
	background:url(../images/credit/sai_waku_mid.png) repeat-y;
}

.sai_flow_mid .sai_flow_com{
	margin:0 15px;
}

.sai_flow_btm{
	margin-bottom:30px;
}

.sai_flow_it,
.sai_flow_end{
	width:578px;
	max-width: 100%;
}/*flow_it*&flow_end*/

/*
----------------------------------------------------------flow_img
*/

.flow_imgS{
	padding-left:10px;
	width:173px;
	height:73px;
	float:left;
	margin:0;
}/*fukidasi H112px*/

.flow_imgM{
	padding-left:10px;
	width:173px;
	height:134px;
	float:left;
	margin:0;
}/*hukidasi H134px*/

.flow_imgL{
	padding-left:10px;
	float:left;
	width:173px;
	margin:0;
}/*flow end*/


/*
----------------------------------------------------------flow_txt
*/

.flow_txtS{
	width:395px;
	height:73px;
	background:url(../images/credit/flow_com_s.png) no-repeat;
	float:right;
}/*hukidasi H73px*/

.flow_txtM{
	width:395px;
	height:118px;
	background:url(../images/credit/flow_com_m.png) no-repeat;
	float:right;
}/*hukidasi H98px*/

.flow_txtL{
	width:395px;
	height:134px;
	background:url(../images/credit/flow_com_l.png) no-repeat;
	float:right;
}/*hukidasi H134px*/

.flow_txt p{
	margin:10px 0 0 0;
}

.flow_txtS p,
.flow_txtM p,
.flow_txtL p{
	width:370px;
	margin-top:8px;
	margin-left:15px;
}

.flow_txtS ul li,
.flow_txtM ul li,
.flow_txtL ul li{
	padding:8px 15px 0 15px;
	line-height:18px;
}




/*
------------------------------------------------------------------------------------Q&A
*/

#naka #contents .entry .qalist,
#naka #contents .entry .caselist{
	background:#f7feff;
	border:1px solid #00a0c1;
	padding:10px 30px;
}


#naka #contents .entry .qalist ul,
#naka #contents .entry .caselist ul{
	margin:20px auto;
}

#naka #contents .entry .qalist li,
#naka #contents .entry .caselist li{
	background:url(../images/icon05.png) no-repeat 0px 2px;
	padding:0px 0px 5px 25px;
	margin-bottom:10px;
}

#naka #contents .entry .qa{
	margin:30px auto;
}

#naka #contents .entry .qa dl{
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}

#naka #contents .entry .qa dt{
	width:50px;
	float:left;
	margin:0px 0px 10px 0px;
}

#naka #contents .entry .qa dd{
	width:600px;
	float:left;
	margin:0px 0px 10px 0px;
	padding-top:5px;
}

.case_list .a_case {
	padding: 1em;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}

.case_list .case_archive {
	margin-bottom: 60px;
}

.case_list .case_archive .a_case:first-child {
	border-top: 1px dotted #ccc;
}

.case_list .a_case h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.2em;
}

.case_list .a_case h2 span {
	color: #fff;
	margin-right: 1em;
	display: inline-block;
	font-size: 14px;
	padding: 6px 8px 4px;
	background: #00a0c1;
	line-height: 1.0;
}

#naka #contents.case_list .a_case p {
	padding: 0;
}

.case_list .a_case .mb20 p {
	margin: 0;
}

.case_list .a_case .mb20 a {
	text-decoration: none;
}

.wp-pagenavi {
	text-align: center;
	margin-bottom: 60px;
}

.wp-pagenavi .current {
	border: none;
	background: #00a0c1;
	color: #fff;
}

.wp-pagenavi .page-numbers,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: 1px solid #00a0c1;
	display: inline-block;
	text-decoration: none;
	padding: 0 5px;
}

.single_pager {
	text-align: center;
}

.single_pager span {
	padding-right: 1em;
}

.single_pager span:last-child {
	padding-right: 0;
}

#naka .case_single .a_case .mb20 {
	padding: 0 15px 0;
	box-sizing: border-box;
}

#naka .case_single .a_case h2 {
	background: url(../images/icon05.png) no-repeat;
	padding-left: 20px;
	margin: 20px 0px 15px;
	font-size: 16px;
	border-bottom: 1px dotted #cccccc;
}

#naka .case_single .a_case h2 span {
	font-size: 16px;
	line-height: 1.0;
	background: none;
	padding: 0;
	color: #333;
}

#naka .case_single .border_box {
	padding: 10px 20px;
	border: 2px solid #CCC;
}

#naka .case_single .list_box p {
	padding-left: 1em;
	position: relative;
	box-sizing: border-box;
}

#naka .case_single .list_box p:before {
	width: 1em;
	height: 1em;
	content: '・';
	position: absolute;
	left: 0;
}

#naka .case_single .post_txt {
	margin-top: 4em;
}

#naka .case_single .post_txt p {
	margin-bottom: 1em;
}

#naka .case_single .a_case h3 {
	color: #FFF;
	background: #666;
	padding: 5px 10px;
	margin: 30px 0 1em;
	height: auto;
	font-size: 14px;
}


/*
-----for IE7
*/
#naka #contents .entry .qa dd.q{
	/height:50px;
}

#naka #contents .entry .qa dl{
	/border-bottom:none;
}


#naka #contents .entry .qa dd.q{
	font-size:16px;
	font-weight:bold;
}

#naka #contents .entry .qa dd p{
	margin:0px;
	padding:0px 0px 15px 0px;
}


/*
------------------------------------------------------------------------------------事例集
*/

#naka #contents h4.case_title{
	background:none;
	margin:10px 0px 10px 0px;
	padding:0px;
	border:none;
}

h4.case_title a:link{color:#000000; text-decoration:underline;}
h4.case_title a:visited{color:#000000; text-decoration:underline;}
h4.case_title a:active{color:#000000; text-decoration:none;}
h4.case_title a:hover{color:#000000; text-decoration:none;}


#naka #contents .entry .caselist{
	margin:20px 0px;
}


#naka #contents .box_case{
	padding:10px 20px;
	margin:15px;
	border:2px solid #CCC;
}

#naka #contents .box_case p{
	margin:0px;
	padding:0px;
}

#naka #contents p.comment{
	color:#FFF;
	background:#666;
	padding:5px 10px;
	margin:0px 15px;
}

#naka #contents .letter{
	background:#edfaf4;
	border:1px solid #cbe7da;
	padding:30px;
	margin:0px 15px 30px 0px;
}

#naka #contents .letter p{
	padding:0px;
	margin:0px;
}


/*
------------------------------------------------------------------------------------リンク集
*/

#naka #contents .entry .linklist li{
	background:url(../images/icon05.png) no-repeat 0px 2px;
	padding:0px 0px 5px 25px;
	margin-bottom:10px;
}

/*
------------------------------------------------------------------------------------サイトマップ
*/

#naka #contents .entry .sitemap .left{
	float:left;
	width:290px;
}

#naka #contents .entry .sitemap .right{
	float:right;
	width:290px;
}

#naka #contents .entry .sitemap ul li{
	background:url(../images/icon05.png) no-repeat 0px 2px;
	padding:0px 0px 5px 25px;
	margin-bottom:10px;
}

#naka #contents .entry .sitemap ol li{
	background:url(../images/icon02.png) no-repeat 0px 6px;
	list-style:none;
	padding:0px 0px 0px 15px;
	margin-bottom:5px;
}

#naka #contents .entry .sitemap ol{
	padding:0px;
	margin:10px 0px;
}

/*
------------------------------------------------------------------------------------お問い合わせ










*/

#naka #contents .entry span.tel{
	font-size:24px;
	font-weight:bold;
}

#naka #contents .entry .guide{
	border:1px solid #CCC;
	padding:10px 20px 0px 20px;
	margin-bottom:30px;
}
	
#naka #contents .entry .formTable{
	margin-bottom:20px;
}

#naka #contents .entry .formTable p{
	padding:0px;
	margin:0px;
}

#naka #contents .entry .formTable th{
	width:200px;
}



/*
------------------------------------------------------------------------------------top 新着情報
*/

.news_area {
    border: 1px solid #CCCCCC;
    padding: 1em;
}
#top .news_area h3{
}
.news_area dl {
}
.news_area dl dt,
.news_area dl dd {
    float: left;
	border-bottom:1px dotted #CCC;
    padding-top: 5px;
}
.news_area dl dt {
    clear: left;
    /* float: left; */
    color: #777;
}
.news_area dl dd {
    margin: 0 3px;
    padding-left: 10px;
    width: 520px;
}
.news_area dl dd p {
	margin: 0;
}

/*
------------------------------------------------------------------------------------guild ギルド
*/

.guild_att{
	color:#f00;
	font-weight:bold;
}

.guild_att2{
	font-weight:bold;
}

.guild_ul{
	margin:20px;
	padding:20px;
	border:1px solid #ccc;
}


.guild_ML{
	margin-left:150px;
	font-weight:bolder;
}

/*
------------------------------------------------------------------------------------olympus オリンポス
*/

.olympus dd{
	margin: 0 0 0 0;
}

.olympus dt{
	margin: 5px 0 10px 0;
	font-weight:bold;
	font-size:15px;
	color: #000;
	border-bottom: solid 1px #36B2CD;
}

.olympus dl{
	border: 1px solid #36B2CD;
	width: 600px;
	margin: 20px auto;
	padding: 20px 10px;
	max-width: calc(100% - 20px);
}



.ex_wrapper{
	border: 1px solid #36B2CD;
	width: 600px;
	margin: 20px auto;
	padding: 20px 10px;
	max-width: calc(100% - 20px);
}
.ex_wrapper dt{
	margin: 5px 0 10px 0;
	font-weight:bold;
	font-size:15px;
	color: #000;
	border-bottom: solid 1px #36B2CD;
}
.ex_wrapper dd{
	margin: 0 0 0 0;
}



/*
------------------------------------------------------------------------------------debt/kabarai 過払いB
*/

.bg_white{
	padding:10px 5px;
	background: #fdfdfd;
	margin: 10px 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}


#kabarai .acc_txt h5,
#kabarai .acc_txt2 h5{
	background-color: #ceebf0 ;
	padding-left: 20px ;
	padding-right: 80px ;
	font-size: 14px ;
	font-weight:150 ;
}


#kabarai .accordion_head{
	line-height: 1.2em ;
	padding : 10px 0px;
	cursor:pointer;
	background:url(../images/debt/kabarai/kbri_point_off.png) no-repeat 98% 50%;
}

/*
#kabarai .acc_txt h5:hover,
#kabarai .acc_txt2 h5:hover{
	background-color: #369eb0 ;
	color:white;
	padding-left: 20px ;
	padding-right: 80px ;
	font-size: 14px ;
	font-weight:150 ;
}
*/

/*#kabarai .accordion_head:hover{
	line-height: 1.2em ;
	padding : 10px 0px;
	cursor:pointer;
	background:url(../images/debt/kabarai/kbri_point_on.png) no-repeat 98% 50%;
}*/
#kabarai .acc_txt{
	width:600px;
	margin:0 auto;
	max-width: 100%;
}

#kabarai .acc_txt2{
	width:600px;
	margin:0 auto;
	padding-bottom:20px;
	max-width: 100%;
}

#kabarai .acc_txt p,
#kabarai .acc_txt2 p{
	margin-left:10px;
	padding-left:10px;
}


/*
------------------------------------------------------------------------------------debt/kabarai 過払い
*/

.kbri_h5 h5{
	background-color: #ceebf0 ;
	padding: 1em ;
	font-size: 14px ;
	font-weight:150 ;

}

/*
------------------------------------------------------------------------------------債務整理 ＞ 消滅時効 (160328追記)
*/

#shometsu .att_box{
	border: 1px solid #36B2CD;
	width: 600px;
	margin: 0 auto 10px;
	max-width: 100%;
}

#shometsu .att_box .box_top{
	padding: 5px 20px 0 120px;
	font-size: 1.3em;
	color: #009AB9;
	font-weight: bold;
}
#shometsu .att_box .box_top01{
	background:url(../images/debt/shometsu/att01.gif) no-repeat left top;
}
#shometsu .att_box .box_top02{
	background:url(../images/debt/shometsu/att02.gif) no-repeat left top;
}
#shometsu .att_box .box_top03{
	background:url(../images/debt/shometsu/att03.gif) no-repeat left top;
}
#shometsu .att_box .box_top04{
	background:url(../images/debt/shometsu/att04.gif) no-repeat left top;
}
#shometsu .att_box .box_top span{
	font-size:12px;
	display: inline-block;
	color: #009AB9;
}
img.FRight_img{
	float:right;
	padding:0px 0px 20px 20px;
}


/*
------------------------------------------------------------------------------------debt/ninniseiri 任意整理
*/


.ninniseiri .Traderbox{
	background: #fcfbf1;
	border: 2px solid #00A0C1;
	width:600px;
	margin:20px auto;
	max-width: 100%;

	border-radius: 10px;
	padding: 10px 0;
}

.ninniseiri .Traderbox h5{
	margin: -10px 20px 0px 20px !important;
	/* display: inline-block; */
	float: left;
}
.ninniseiri .acordion .trigger{
	cursor:pointer;
	text-align:center;
}
.ninniseiri .acordion .detail dl dt{
	font-size:1.2em;
	font-weight:bold;
}
.ninniseiri .acordion .detail dl dd{
	margin:0;
}

.ninniseiri .Traderbox .detail{
	display:none;
	padding:20px 20px;
	background: #fff;
	margin: 10px 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/*
------------------------------------------------------------------------------------debt/kojinnsaisei　個人再生
*/


#contents .entry .saisei_box{
	background: #fcfbf1;
	border: 2px solid #00A0C1;
	width:600px;
	margin:20px auto;
	border-radius: 10px;
	padding: 10px 0;
	max-width: 100%;

}

#contents .entry .saisei_box h5{
	border-bottom:dotted 3px #cc0000;
	width:540px;
	text-align:center;
	margin: 15px auto;
	max-width: 90%;
}


/*
------------------------------------------------------------------------------------manual　自分で出来る不当請求対応マニュアル
*/

.chart_box a img:hover, .link_box a img:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.chart_box{
	overflow:hidden;
}

#jiko_enyo .chart_box p{
	margin: 5px auto;
}

.chart_box ul li{
	float:left;
	margin: 0 0 0 24px;
	min-width:300px;
}



#jiko_enyo ul li{
	text-indent: -1em;
	padding-left: 1em;
} 




/*
------------------------------------------------------------------------------------.camp キャンペーン
*/


.camp{
	font-weight: bold;
	text-align:center;
	background:url(../images/banner_camp.png) no-repeat;
	margin: 30px auto;
}

.camp_M{
	font-size: 28px;
	margin:0 auto;
	text-shadow: 0 -2px 2px #fff,
				-2px 0 2px #fff,
    	       	2px 0 2px #fff,
    	       	0 2px 2px #fff,
    	       	2px 2px 2px #fff,
    	       	2px 2px 2px #9b9b9b,
    	       	3px 3px 3px #9b9b9b;
}

.camp_M_red{
	font-size: 28px;
	color: #cc0000;
	margin:0 auto;
	text-shadow: 0 -2px 2px #fff,
				-2px 0 2px #fff,
    	       	2px 0 2px #fff,
    	       	0 2px 2px #fff,
    	       	2px 2px 2px #fff,
    	       	2px 2px 2px #9b9b9b,
    	       	3px 3px 3px #9b9b9b;
}

span.camp_L{
	font-size: 54px;
	color: #cc0000;
	line-height:1em;
}



.camp_attL{
	color: #cc0000;
	font-weight: bold;
	font-size: 22px;	
}

.camp_attS{
	font-size: 12px;	
}


.camp2{
	font-weight: bold;
	text-align:center;
	margin: 30px auto;
	padding:5px 0;
	border:#36b2cd solid 4px;
}

.camp2 .btn{
	margin:0;
}

.camp2 .btn img {
	max-width: 100%;
}

.camp2 .txt{
	margin:7px auto;
}

.camp2 .subtit{
	margin:5px auto!important;
	color: #cc0000;
	font-size:18px;
}

/*
------------------------------------------------------------------------------------個人のための貸金請求サポート
*/


#plan_f{
	margin:10px 30px 0px 30px;
	background:#fffae0;
	padding:10px;
	text-align:center;
}

/*
------------------------------------------------------------------------------------.movieSpc（動画）
*/
.movieSpc {
	margin-top: 30px;
}
.movieSpc .mBox h4 {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 20px !important;
	font-size: 15px !important;
}
.movieSpc h4.tit_guild {
	margin: 0 0 10px 0 !important;
	font-size: 15px !important;    
}
.movieSpc .mBox iframe{
	/* width: 49%; */
}
/* 動画2つ以上 */
.movieSpc.movie2 .mBox {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.movieSpc .mBox:nth-child(2n) {
	margin-right: 0;
}
.movieSpc.movie2 .mBox iframe {
	width: 100%;
}


iframe {
	max-width: 100%;
}

body .cdp-copy-alert-success {
	display: none!important;
}

.category-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.category-list li {
	text-align: center;
	padding: 0 5px;
	width: calc(33.3% - 10px);
	margin-bottom: 10px;
}

.category-list li a {
	display: block;
	text-decoration: none;
	border: solid 2px;
	font-weight: bold;
	padding: 10px;
	white-space: pre;
}

/*------追加CSS-------*/
.line_btn{
padding: 0 0px 0px 9px;
}
.sp_line-btn{
margin: 10px 10px 0 10px;
}
.sp_line-btn img{
width: 60%;
}