@charset "utf-8";

*{ margin: 0; padding: 0;}
a { text-decoration : none;}
ul, ol { list-style : none;}
img { border-style:none;}
html,*,*:before,*:after { box-sizing: border-box;scrollbar-gutter: stable;}
body {-webkit-text-size-adjust: 100%;text-size-adjust: 100%;overflow-x: hidden; }

body {
    color:#000;
	background-color:#FFF;	
	text-align:left;
	font-size:17px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

body.pop_act {
    overflow: hidden;
}

a {
	color:#000;
	transition:0.5s;
}
a:hover {
	color:#8D7D37;
	transition:0.5s;
}
a:hover img	{
	opacity: 0.7;
	transition:0.4s;
}
img {
	width: 100%;
}

#launch,#problem,#case,#cost,#flow,#lawyer,#info,#contact,#jirei1,#jirei2,#jirei3,#jirei4 {
	padding-top: 110px;
    margin-top: -110px;
}

@media screen and (min-width: 641px) {
.sp {display: none}
}
@media screen and (max-width: 640px) {
.pc {display: none}
}


/*-----------------------------------
Header
-----------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	z-index: 98;
}
.head_innder {
	height: 80px;
	position: relative;
	display: flex;
	flex-direction:row-reverse;
	justify-content:flex-end;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}
.logo {
	width: 155px;
	margin: 0 25px 0 30px;
}

.contact_btn {
	position: absolute;
	top: 24px;
	right: 80px;
	
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #c0ad5e;
}
.contact_btn:hover {
	color: #FFF;
	background-color: #DACFA2;
}
@media screen and (max-width: 640px) {
.head_innder {
	height: 60px;
}
.logo {
	width: 125px;
	margin: 0 20px;
}
.contact_btn {
	position: absolute;
	top: 15px;
	right: 66px;
	
	font-size: 12px;
	letter-spacing: 0.01em;
}
}
@media screen and (max-width: 410px) {
.logo {
	margin: 0 10px;
}
.contact_btn {
	right: 56px;
	padding: 8px;
	letter-spacing: 0;
}
.contact_btn span {
	display: none;
}
}

header a {
	color:#000;
	transition:0.4s;
}
header a:hover {
	color:#600;
	transition:0.4s;
}

#totop {
	position: absolute;
	top: 0;
}

/*-----------------------------------
Contents
-----------------------------------*/
section {
	max-width: 100%;
	text-align: left;
	margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
section {
	margin-bottom: 70px
}
}

section .inner {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
}
h2 {
	max-width: 960px;
	width: 90%;
	font-weight: 600;
	font-size: 1.4em;
	color: #FFF;
	line-height: 1.6;
	text-align: center;	
	letter-spacing: 0.04em;
	padding: 0.5em 0;
	margin: 0 auto 45px auto;
	display: flex;
	justify-content: center;
	background-color: #c0ad5e;
	/*background-image:url(../images/back.jpg);
	background-size: cover;*/
	
	word-break: keep-all;
	overflow-wrap: anywhere;
}


@media screen and (max-width: 640px) {
h2 {
	font-size: 1.2em;
	margin: 0 auto 1.5em auto;
}
}
@media screen and (max-width: 400px) {
h2 {
	font-size: .95em;
	margin: 0 auto 1.5em auto;
}
}


/*-----------------------------------
KV
-----------------------------------*/
.kv { 
	margin-top: 80px;
	line-height: 1;
	width: 100%;
	height: calc(100vh - 80px);
	background-image:url("../images/kv.jpg");
	background-size: cover;
	background-position: center;
	
	position: relative;
	margin-bottom: 90px;
}

.kv_txt {
	position: absolute;
	top: 5%;
	left: 30px;
	color: #067429;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	background-color: rgba(255,255,255,0.90);
	padding: 0.8em 1.5em;
	border-radius: 15px;
	
}
.kv_txt .terasapo {
	font-size: 1.25em;
	margin-top: 0.15em;
	text-indent: -0.4em;
}


@media screen and (max-width: 640px) {
.kv {
	margin-top: 60px;
	height: calc(100vh - 60px);
	background-image:url("../images/kv2.jpg");
	margin-bottom: 55px;
}
.kv_txt {
	position: absolute;
	font-size: 15px;
	left: 20px;
}
.kv_txt .terasapo {
	font-size: 1.20em;
}
}

/*-----------------------------------
ごあいさつ
-----------------------------------*/
.goaisatu {
	text-align: center;
	font-size: 1.05em;
	line-height: 2.0;
}
.goaisatu span { letter-spacing: 0; }

.goaisatu .title {
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin-bottom: 1.3em;
}
@media screen and (min-width: 641px) {
.goaisatu .ind {display: none; }
}
@media screen and (max-width: 640px) {
.goaisatu .title {
	font-size: 1.25em;
	text-align: center;
}
.goaisatu {
	font-size: 17px;
	text-align: left;
	line-height: 1.7;
}

}

/*-----------------------------------
応援のコメントをいただきました
-----------------------------------*/

.launch .pic {
	width: 80%;
	max-width: 400px;
	margin: 2.5em auto 0.6em auto;;
}
.launch .name {
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 1.0em;
}
.launch .name span {
	font-size: 0.9em;
	margin-right: 1.0em;
}
.launch .sec {
	text-align: center;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.2em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.prof {
	margin-top: 2em;
	padding: 2em 0 0.5em 0;
	border-top: dotted 1px #c0ad5e;
}
.prof span {
	font-weight: 600;
}


	
.pamphlet {
	border: solid 3px #c0ad5e;
	background-color: #F4F1E6;
	margin-top: 2.5em;
	padding: 25px 40px;
	text-align: center;
	border-radius: 15px;
	position: relative;
}
.pamphlet p {
	text-align: left;
	width: 55%;
}
.pamphlet .taidan {
	font-size: 1.5em;
	font-weight: 600;
	text-indent: -0.4em;
	margin-bottom: 0.5em;
}
.pamphlet img {
	position: absolute;
	right: -3%;
	top: 7%;
	bottom: 0;
	margin: auto 0;
	width: 47%;
}
.pamphlet a {
	color:#8D7D37;
	text-decoration: underline;
	transition:0.4s;
}
.pamphlet a:hover {
	color:#000;
	transition:0.4s;
}

@media screen and (max-width: 640px) {
.pamphlet {
	padding: 25px;
}
.pamphlet p {
	width: 100%;
}
.pamphlet .taidan {
	font-size: 1.4em;
}
.pamphlet img {
	position: relative;
	right: 0;
	top: 0%;
	bottom: 0%;
	margin: 0;
	width: 100%;
	margin-top: 5px;
	margin-bottom: -30px;
}
}


/*-----------------------------------
ご支援できること
-----------------------------------*/
.problem {
	text-align: center;
}
.problem .txt {
	margin-bottom: 30px;
}
.problem .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.problem .inner .pic {
	width: 30%;
	margin : 0 0.6em 1.6em 0.6em;
	font-weight: 500;
	line-height: 1.6;
}

.problem .inner .pic img {
	margin-bottom: 0em;
}
@media screen and (min-width: 641px) {
.problem .inner .pic span { display: none; }
}
@media screen and (max-width: 640px) {
.problem .inner {
	justify-content: space-between;
}
.problem .inner .pic {
	width: 47%;
	margin : 0 0 1.0em 0;
	text-align: left;
}
}

/*-----------------------------------
できるサポートがあります
-----------------------------------*/
.exa {
	margin-bottom: 60px;
}
.exa .title {
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: 500;
	border-bottom: solid 1px #c0ad5e;
	padding-bottom: 0.35em;
	margin-bottom: 0.7em;
}
.exa span {
	font-size: 0.75em;
	color: #c0ad5e;
	margin-right: 1em;
}
@media screen and (max-width: 640px) {
.exa .title {
	font-size: 1.2em;
	letter-spacing: 0.02em;
}
}


.exa .more {
	display: none;
}

.exa .intro .txt {
	position: relative;
	height: 7.4em;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
.exa .intro .txt {
	position: relative;
	height: 13em;
	overflow: hidden;
}
}

.exa .intro_g {
    background: linear-gradient(rgba(256,256,256,0),rgba(256,256,256,1));
    width: 100%;
    height: 3em;
	position: absolute;
	left: 0;
	bottom: 0;
}
.exa .case_btn {
	width: 70%;
	display: block;
	padding: 8px;
	margin: 1.0em auto 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #ccc;
	
	position: relative;
	z-index: 2;
}
.exa .case_btn:hover {
	color: #FFF;
	background-color: #e0e0e0;
}
.exa .cls_btn {
	width: 30%;
	display: block;
	padding: 8px 12px;
	margin: 1.6em auto 0 auto;
	color: #333;font-size: 0.9em;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #fff;
	
	position: relative;
	z-index: 2;
}
.exa .cls_btn:hover {
	background-color: #ccc;
}



.case_midashi {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 0 0.7em 0;
	border-bottom: solid 1px #ddd;
	padding-top: 1.25em;
}

.cb { color: #008ac0 }
.cg { color: #72af43 }

.case_last {
	/*max-width: 960px;*/
	width: 100%;
	margin: 0 auto 120px auto;
}
@media screen and (max-width: 640px) {
.case_midashi {
	font-size: 1.1em;
}
.case_last {
	margin-bottom: 70px
}
}

/*-----------------------------------
費用
-----------------------------------*/
.cost {
	text-align: center;
}
.cost .inner p:first-child {
	margin-bottom: 3em;
}
@media screen and (max-width: 640px) {
.cost .inner p:first-child {
	text-align: left;
	text-indent: 1em;
}
}


.cost h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.6em;
}
.cost h3 span {
	border-bottom: solid 1px #c0ad5e;
	padding-bottom: 0.2em;
}

.cost h3 + p {
	margin-bottom: 1.3em;
}
@media screen and (max-width: 640px) {
.cost h3 + p {
	text-align: left;
	text-indent: 1em;
}
}



table {
	width: 100%;
	border-spacing:0;
	margin-bottom: 3em;
}
td {
	text-align: center;
	padding: 0.5em;
    border-bottom: solid 1px #c0ad5e;
	border-right: solid 1px #c0ad5e;
}
td:last-child {
	border-right: none;
}

.tm {
	font-weight: 600;
	background-color: #F4F1E6;
}
table .m1 { width: 12em; }
table .m2 { width: 18em; }

td span {
	margin-right: 1em;
}
td .em2 {
	margin-right: 2em;
}



@media screen and (max-width: 890px) {
table .m1 { width: auto; }
table .m2 { width: auto; }
}
@media screen and (max-width: 640px) {
td {
	font-size: 15px;
	line-height: 1.6;
	padding: 0.8em 0.15em;
}
td span,td .em2 {
	margin-right: 0;
}
}


.cost a {
	color:#c0ad5e;
	transition:0.4s;
	text-decoration: underline;
}
.cost a:hover {
	color:#600;
	transition:0.4s;
}

/*-----------------------------------
ご相談の流れ
-----------------------------------*/
.flow .inner {

}
.flow h3 {
	font-size: 1.3em;
	font-weight: 500;
	/*border-bottom: solid 1px #ccc;*/
	display: inline-block;
	margin-bottom: 0.5em;
}
.flow h3 span {
	color: #c0ad5e;
	margin-right: 0.5em;
}
.flow .item {
border-bottom: solid 1px #c0ad5e;
	padding: 1.5em 0;
}
.flow .cap {
	font-size: 0.8em;
}
.flow .arr {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #c0ad5e;
  border-bottom: 0;
	margin: 0 auto 10px auto;
}
.flow .item a {
	color:#c0ad5e;
	transition:0.4s;
	text-decoration: underline;
}
.flow .item a:hover {
	color:#600;
	transition:0.4s;
}

@media screen and (max-width: 640px) {
.flow h3 {
	font-size: 1.15em;
}
}


/*-----------------------------------
弁護士紹介
-----------------------------------*/
.lawyers_wrap {
	margin: 0 auto 3.0em auto;
	
	max-width: 960px;
	width: 90%;
}
.lawyers_wrap .law {
	display:flex;
	margin: 3.0em auto;
}
.lawyers_wrap .law .pic_area {
	width: 28%;
	margin-right: 4%;
	border-radius: 15px;
	overflow: hidden;
	line-height: 0;
}
.lawyers_wrap .law .txt_area {
	width: 68%;
}
.lawyers_wrap .name {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 0.3em;
	font-weight: 500;
	border-bottom: solid 1px #ccc;
	padding-bottom: 0.5em;
}
.lawyers_wrap .name span {
	font-size: 0.7em;
	letter-spacing: 0;
}
.lawyers_wrap .sec {
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 1.0em;
}
.lawyers_wrap .txt span {
	color: #aaa;
}

@media screen and (max-width: 640px) {
.lawyers_wrap .law {
	display:block;
}
.lawyers_wrap .law .pic_area {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1.5em;
}
.lawyers_wrap .law .txt_area {
	width: 100%;
}
}


.office_wrap {
	padding: 40px 50px;
	margin-bottom: 3em;
	/*border: solid 2px #c0ad5e;*/
	background-color: #F4F1E6;
	border-radius: 15px;
}
.office_wrap .office {
	font-size: 1.3em;
	font-weight: 500;
}
.office_wrap .add {
	margin-bottom: 0.5em;
}
.office_web {
	display: block;
	padding: 8px 12px;
	margin-top: 1em;
	color: #fff;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #c0ad5e;
}
.office_web:hover {
	color: #FFF;
	background-color: #DACFA2;
}
.office_wrap .open span {
	font-size: 0.8em;
}
@media screen and (max-width: 640px) {
.office_wrap {
	padding: 20px 30px;
	margin-bottom: 1em;
}

}


.map_wrap {
	display: flex;
	justify-content: space-between;
}
.access {
	width: 100%;
	height: 420px;
	border-radius: 15px;
	overflow: hidden;
}
iframe {
	width: 100%;
	margin-bottom: 1.5em;
	/*filter: grayscale(100%);*/
}
.office_pic {
	width: auto;
	height: 420px;
	line-height: 1;
	margin-left: 20px;
}
.office_pic img {
	width: auto;
	height: 420px;
}

@media screen and (max-width: 640px) {
.map_wrap {
	display: block;
}
.access {
	margin-bottom: 1em;
}
.office_pic {
	height: auto;
	margin: 0 auto;
}
.office_pic img {
	width: 100%;
	height: auto;
}
}


/*-----------------------------------
お知らせ
-----------------------------------*/
.info {
	
}
.info .inner {
	border: solid 1px #EAE3CA;
	padding: 50px;
}

.info li {
	display: flex;
	align-items: baseline;
	margin-bottom: 1em;
}
.info a {
	transition:0.4s;
}
.info a:hover {
	color: #c0ad5e;
	transition:0.4s;
}

.info .date {
	width: 5.5em;
}
.info .cat {
	width: 9em;
	font-size: 0.7em;
	text-align: center;
	padding: 3px 0;
	background-color: #EAE3CA;
}
.info .title {
	padding-left: 1.5em;
	width: 100%;
}

.tonews {
	line-height: 0;
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
.info .inner {
	padding: 30px;
}
.info li {
	flex-wrap: wrap;
	border-bottom: solid 1px #EAE3CA;
	padding-bottom: 15px;
}

.info .date {
	width: 4.5em;
}
.info .title {
	padding-left: 0;
	padding-top: 0.5em;

}
}



/*-----------------------------------
お問い合わせフォーム
-----------------------------------*/
.graph  {
	border-bottom: solid 1px #ddd;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}
.graph ul {
    display:flex;
    flex-wrap:wrap;
	border-top: solid 1px #ddd;
}
.graph li,#apo li {
	width: 75%;
	padding: 20px;
	border-bottom: solid 1px #ddd;
}
.graph li:nth-last-child(-n+2) {
	border-bottom: 0;
}
.g_midashi,#apo .g_midashi {
	width:  25%!important;
}
.point {
	color: #c0ad5e;
}
#apo {
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
.graph li,#apo li {
	width: 100%;
	padding: 10px;
}
.g_midashi,#apo .g_midashi {
	width:  100%!important;
	background-color:#eee;
}
}

input[type="text"],input[type="email"],input[type="date"],input[type="time"],textarea,select {
    padding: 0.5em;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 3px;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-size: 17px;
	box-sizing: border-box;
	scroll-margin-top: 120px;
}


input[type="text"],input[type="email"],textarea {
	width: 100%;
}
select,#date,#date2 {
	width: 60%;
	color: #000;
}
@media screen and (max-width: 640px) {
select,#date,#date2 {
	width: 100%;
}
}

textarea {
    width: 100%;
	height: 200px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #c0ad5e;
	border: 1px solid #c0ad5e;
}

label {
	margin-right: 1em;
}
label input {
	margin-right: 0.3em;
}

.cheflg input.sysNextSubmit[type="submit"][disabled] {
	background-color: #ddd;
	color: #fff;
	border-color: #ddd;
	cursor: default;
}    
.policy {
	text-align: center;
}

.policy {
	max-width: 800px;
	height: 220px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 30px auto;
	
	font-size: 0.95em;
	line-height: 1.75;
	text-align: left;
}
.policy_content h3{font-size: 1.15em;}
.policy_content h4{padding-top:1.5em;padding-bottom:1em}
.policy_content p{padding-bottom:1em}
.policy_content ol{list-style:decimal;list-style-position:inside}
.policy_content li{padding-left:1em;text-indent:-1em}
.policy_content li ol,.policy_content li li{padding-left:1em}


.policy_check {
	text-align: center;
}

.submit_bt {
	margin-top: 30px;
	text-align: center;
}
input.sysNextSubmit {
	font-size: 18px;
	font-weight: 700;
    border: 1px solid #DDD;
    color: #FFF;
	background-color:#c0ad5e;
    padding: 20px;
	width: 60%;
    border-radius: 5px;
	transition:0.4s;
}
input.sysNextSubmit:hover {
    background-color:#DACFA2;
	transition:0.4s;
}


/*-----------------------------------
line
-----------------------------------*/
.line {
	margin-bottom: 1px;
	background-color: #eee;
}
.line .inner {
	padding: 2em 0;
	/*border: solid 2px #c0ad5e;*/
	/*background-color: #F4F1E6;*/
	border-radius: 15px;
	display: flex;
	justify-content: center;
	flex-direction:row-reverse;
	align-items: center;
}
.line .title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.5em;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.line .inner img {
	width: 120px;
	margin-right: 30px;
}
.line .qr {
	line-height: 1;
}
@media screen and (max-width: 640px) {
.line .inner {
	text-align: center;
	display: block;
}
.line .title + p {
	text-align: left;
}
.line .inner img {
	width: 50%;
	margin-top: 20px;
	margin-right: 0;
}
}

/*-----------------------------------
Footer
-----------------------------------*/
footer {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	padding: 2em 0;
	background-color: #F4F1E6;
	/*background-image:url(../images/back.jpg);
	background-size: cover;*/
}
footer .inner {
	width: 100%;
	text-align: center;
}
footer .office {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0.1em;
}


@media screen and (max-width: 640px) {
footer {
	font-size: 0.8em;
	letter-spacing: 0.02em;
}
}

/* 問い合わせバナー */
.contact_bana {
	position: fixed;
	right: 10px;
	bottom: -60px;
	line-height: 0;
	padding: 20px 30px;
	color: #FFF;
	background-color: #c0ad5e;
	border-radius: 10px 10px 0 0;
	
	
	opacity: 0;
	z-index: 85;
	transition:0.4s;
}
.contact_bana.slidein {
	animation: ActSlideU 1.5s ease;
	animation-fill-mode: forwards;
}
.contact_bana.slidein2 {
	animation: ActSlideU2 1.5s ease;
	animation-fill-mode: forwards;
}
@keyframes ActSlideU {
    0% {opacity: 1; transform: translate(0px,0);}
    100% {opacity: 1; transform: translate(0px,-60px);}
}
@keyframes ActSlideU2 {
    0% {opacity: 1; transform: translate(0px,-60px);}
    100% {opacity: 1; transform: translate(0px,0px);}
}

.contact_bana:hover {
	opacity: 1;
	color: #FFF;
	background-color: #DACFA2;
	transition:0.4s;
}

@media screen and (max-width: 700px) {
.contact_bana {
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
}

/*-----------------------------------
check thanks
-----------------------------------*/
.check_back {
	max-width: 860px;
	width: 90%;
	margin: 160px auto 0 auto;
	text-align: center;
}
.check_back h2 {
	width: 100%;
	margin-bottom: 1.5em!important;
}

.thanks {
	height: calc(100vh);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.thanks_pos {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.thanks a {
	width: 50%;
	display: block;
	padding: 8px 12px;
	margin: 1.2em auto 0 auto;
	color: #fff;
	text-align: center;
	line-height: 1;

	border-radius: 5px;
	background-color: #c0ad5e;
	transition:0.4s;
}
.thanks a:hover {
	background-color: #DACFA2;
	transition:0.4s;
}
