﻿@charset "utf-8";

html {
		font-family: 'Noto Sans', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
.inner {
    max-width: 1080px;
    width: 100%;
}
body {
    background: #fff;
    color: #000;
		min-width: 1100px;
		margin:0 auto;
}

.orange {
		color:#f85400;
}









header {
    padding: 10px 0;
}
header .inner {
		align-items: center;
    justify-content: space-between;
}
header .header_logo {
	
}
header .header_logo img {
	
}
header .header_logo img + img {
		margin-left:10px;
}
header .header_util {
    align-items: center;
    justify-content: space-between;
}
header .header_util .header_link {
	
}
header .header_util .header_link ul {
	
}
header .header_util .header_link ul li {
	
}
header .header_util .header_link ul li + li {
		margin-top:6px;
}
header .header_util .header_tel {
    margin-left: 1em;
}
header .header_util .header_tel a {
		display: block;
    margin-bottom: 6px;
}

.navigation {
		background: #f85400;
		padding:3px 0;
}
.navigation ul {
	
}
.navigation ul li {
    width: 20%;
    box-sizing: border-box;
    border-left: solid 1px #fee0d1;
}
.navigation ul li + li {
	
}
.navigation ul li:last-child {
    border-right: solid 1px #fee0d1;
}
.navigation ul li a {
		display:block;
}

.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.mv_bloc {
	
}
.mv_bloc h1 {
	
}
.mv_bloc h2 {
		margin-bottom: 0.5em;
}
.mv_bloc .lawyer_bloc {
	
}
.mv_bloc .lawyer_bloc h3 {
    text-shadow: 1px 1px 3px #FFF, -1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px -1px 3px #FFF, 0px 1px 3px #FFF, -1px 3px 3px #FFF, -1px 0 3px #FFF, 1px 0 3px #FFF;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.mv_bloc .lawyer_bloc ul {
    align-items: flex-start;
    justify-content: center;
}
.mv_bloc .lawyer_bloc ul li {
		opacity:0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
.mv_bloc .lawyer_bloc ul li + li {
    margin-left: 10px;	
}
.mv_bloc .lawyer_bloc ul li:nth-child(9) {
    margin-left: 0;
}
.mv_bloc .lawyer_bloc ul li:nth-child(n+9) {
		margin-top:10px;
}

	
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(1)  {-webkit-animation: show_lawyer 0.5s ease 0.5s 1 forwards;animation: show_lawyer 0.5s ease 0.5s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(2)  {-webkit-animation: show_lawyer 0.5s ease 0.6s 1 forwards;animation: show_lawyer 0.5s ease 0.6s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(3)  {-webkit-animation: show_lawyer 0.5s ease 0.7s 1 forwards;animation: show_lawyer 0.5s ease 0.7s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(4)  {-webkit-animation: show_lawyer 0.5s ease 0.8s 1 forwards;animation: show_lawyer 0.5s ease 0.8s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(5)  {-webkit-animation: show_lawyer 0.5s ease 0.9s 1 forwards;animation: show_lawyer 0.5s ease 0.9s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(6)  {-webkit-animation: show_lawyer 0.5s ease 1.0s 1 forwards;animation: show_lawyer 0.5s ease 1.0s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(7)  {-webkit-animation: show_lawyer 0.5s ease 1.1s 1 forwards;animation: show_lawyer 0.5s ease 1.1s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(8)  {-webkit-animation: show_lawyer 0.5s ease 1.2s 1 forwards;animation: show_lawyer 0.5s ease 1.2s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(9)  {-webkit-animation: show_lawyer 0.5s ease 1.3s 1 forwards;animation: show_lawyer 0.5s ease 1.3s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(10) {-webkit-animation: show_lawyer 0.5s ease 1.4s 1 forwards;animation: show_lawyer 0.5s ease 1.4s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(11) {-webkit-animation: show_lawyer 0.5s ease 1.5s 1 forwards;animation: show_lawyer 0.5s ease 1.5s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(12) {-webkit-animation: show_lawyer 0.5s ease 1.6s 1 forwards;animation: show_lawyer 0.5s ease 1.6s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(13) {-webkit-animation: show_lawyer 0.5s ease 1.7s 1 forwards;animation: show_lawyer 0.5s ease 1.7s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(14) {-webkit-animation: show_lawyer 0.5s ease 1.8s 1 forwards;animation: show_lawyer 0.5s ease 1.8s 1 forwards;}
.mv_bloc .lawyer_bloc ul.slide-up-in li:nth-child(15) {-webkit-animation: show_lawyer 0.5s ease 1.9s 1 forwards;animation: show_lawyer 0.5s ease 1.9s 1 forwards;}



@-webkit-keyframes show_lawyer {
  100% {
    opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}
@keyframes show_lawyer {
  100% {
    opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
  }
}



.mv_bloc .mv_catch {
	
}
.mv_bloc .mv_catch p {
	
}

.covid{padding:2em 10px;}

.focus {
    background: url(../images/bg_focus.jpg) no-repeat center top;
    background-size: cover;
		position:relative;
}
.focus:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 75px 0 75px;
    border-color: #013d81 transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.focus_catch {
		background: url(../images/bg_focus_catch.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0 2em;
}
.focus_catch_bloc {
    margin-left: auto;
    width: 60%;
}
.focus_catch_bloc h2 {
	
}
.focus_catch_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}


.section_title {
    position: relative;
    background:#fff45c;
}

.section_title h2 {
    display: inline-block;
    position: relative;
}
.section_title h2:after {
		content: "";
    position: absolute;
    width: 840px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -420px;
    transform: skewX(-30deg);
}
.section_title h2 .sub {
    font-size: 42px;
    line-height: 1.2em;
    color: #f85400;
    display: block;
    position: relative;
    z-index: 1;
}
.section_title h2 .main {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    display: block;
    position: relative;
    z-index: 1;
}


#fee {
		padding: 2em 0 0;
}
.reason_bloc {
		background: url(../images/bg_reason.jpg) no-repeat center top;
    background-size: cover;
    padding: 6em 0;
    margin-bottom: 2em;
}
.reason_text {
    margin-left: auto;
    width: 60%;
}

.reason_data_bloc {
	
}
.reason_data_bloc .data {

}
.reason_data_bloc .catch {
    padding: 2em 0;
}
.reason_data_bloc .catch p {
	
}

.reason_catch_bloc {
    background: #f85400;
    padding: 2em 0;
}
.reason_catch_bloc h3 {
		margin-bottom: 1em;
}
.reason_catch_bloc h3 .sub {
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
		font-weight: 900;
    display: block;
}
.reason_catch_bloc h3 .main {
    font-size: 60px;
    line-height: 1.2em;
    color: #ffff00;
		font-weight: 900;
    display: block;
}
.reason_catch_bloc p {
		font-size: 24px;
    line-height: 1.4em;
    color: #fff;
    font-weight: bold;
}

.cta_a {
		background: url(../images/bg_cta.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.cta_a_bloc {
    margin-right: auto;
    width: 68%;
}
.cta_a_bloc h2 {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.cta_a_bloc p {
    background: #389ee3;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
    padding: 5px;
    margin-bottom: 1em;
}
.cta_a_bloc .cta_tel {
    margin-bottom: 1em;
}
.cta_a_bloc .cta_tel a {
	
}
.cta_a_bloc ul {
	
}
.cta_a_bloc ul li {
	
}
.cta_a_bloc ul li + li {
	
}
.cta_a_bloc ul li a {
	
}

.must {
		background:#389ee3;
		padding:2em 0;
}
.must_bloc {
	
}
.must_bloc h2 {
		font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    color: #ffff00;
    margin-bottom: 0.5em;
}
.must_bloc ul {
	
}
.must_bloc ul li {
	
}
.must_bloc ul li:nth-child(n+3) {
    margin-top: 1em;
}

.reason_list {
    padding: 4em 0;
}
.reason_list .upper {
    margin-bottom: 4em;
}
.reason_list .upper p {

}

.reason_list .list_bloc {

}
.reason_list .list_bloc ol {

}
.reason_list .list_bloc ol li {

}
.reason_list .list_bloc ol li + li {
    margin-top: 2em;
}


.reason_list .list_bloc ol li {

}
.reason_list .list_bloc ol li .meta {

}
.reason_list .list_bloc ol li .meta h3 {
		margin-bottom: 2em;
}
.reason_list .list_bloc ol li .meta figure {

}

.reason_list .list_bloc ol li .detail {
    flex: 1 0 0%;
    text-align: left;
    margin-left: 1em;
}
.reason_list .list_bloc ol li .detail h4 {
		font-size: 32px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.reason_list .list_bloc ol li .detail p {
		font-size: 16px;
}


.important {
    background: url(../images/bg_important.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}
.important_bloc {

}
.important h2 {
    display: inline-block;
    border-bottom: solid 1px #ffff00;
    margin-bottom: 1em;
}
.important h2 figure {
		margin-bottom: 0.5em;
}
.important h2 .main {
    font-size: 32px;
    line-height: 1.4em;
    color: #ffff00;
}
.important p {
    font-size: 16px;
    color: #fff;
}

.cta_b {
    background:#c2e5fd url(../images/bg_cta2.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.cta_b_bloc {
    margin-right: auto;
    width: 68%;
    text-align: left;
}
.cta_b_bloc h2 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.cta_b_bloc .cta_b_ul {
    margin-bottom: 1em;
}
.cta_b_bloc .cta_b_ul ul {
	
}
.cta_b_bloc .cta_b_ul ul li:last-child {
    margin-top: 1em;
}
.cta_b_bloc .cta_tel {
    margin-bottom: 1em;
}

#flow {
    padding: 2em 0 0;
}
.flow_bloc {
	
}
.flow_list {
		padding: 2em 0;
}
.flow_list ol {
	
}
.flow_list ol li {
	
}
.flow_list ol li + li {
		margin-top:2em;
}
.flow_list ol li .meta {
		flex: 1 0 0%;
}
.flow_list ol li .meta h3 {
    align-items: center;
    justify-content: flex-start;
}
.flow_list ol li .meta h3 .title {
	
}
.flow_list ol li .meta h3 .free {
	
}
.flow_list ol li .meta p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
    padding: 0 4em 0 1em;
}

.flow_list ol li .detail {
		margin-top: 2em;
}
.flow_list ol li .detail figure {
		margin-bottom: 5px;
}
.flow_list ol li .detail p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: right;
}

.message {
    background: url(../images/bg_message.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.message_bloc {
		margin-left: auto;
    width: 64%;
}
.message_bloc h2 {
		font-family: 'Noto Serif';
		background: #389ee3;
    color: #fff;
    font-size: 40px;
    line-height: 1.4em;
    padding: 5px;
    margin-bottom: 0.5em;		
}
.message_bloc h3 {
    font-family: 'Noto Serif';
    font-size: 30px;
    line-height: 1.4em;
    color: #0465a7;
    text-align: left;
    margin-bottom: 0.5em;
}
.message_bloc p {
    font-size: 16px;
    text-align: left;
}


#company {
    padding: 2em 0 0;
}
.company_bloc {
    padding: 4em 0;
}
.company_bloc .data {
		max-width: 840px;
    margin: 0 auto;
}
.company_bloc .data dl {
		align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border-top: solid 1px #c2c2c2;
    font-size: 16px;
}
.company_bloc .data dl:last-child {
		border-bottom:solid 1px #c2c2c2;
}
.company_bloc .data dl dt {
    margin: 0;
    padding: 1em;
    width: 200px;
    text-align: left;
}
.company_bloc .data dl dd {
    margin: 0;
		padding: 1em;
    flex: 1 0 0%;
    text-align: left;
}


.bengoshi {
		padding: 2em 0 0;
}
.bengoshi .section_title {
		margin-bottom:2em;
}

.bengoshibloc {
	
}
.bengoshibox {
    background-color: #f8f8c6;
}
.bengoshibox:nth-child(even) {
    background-color: #fffff0;
}
.bengoshibox .bengoshiboxinner {
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.bengoshibox .bengoshiboxinner .bengoshiprof {
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    padding: 2em 1em 2em 2em;
}
.bengoshibox .bengoshiboxinner .bengoshiprof img {
	
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong {
		display: block;	
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong span {
		display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong b {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.bengoshibox .bengoshiboxinner .bengoshiprof dl {
		margin:0;
    background-color: #fff;
    padding: 5px;
    text-align: left;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dt {
		font-size: 0.5em;
    line-height: 1em;
    margin-bottom: 5px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dd {
    padding: 0px 5px;
    margin: 0;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl dd p {
		font-size: 0.6em;
    line-height: 1.6em;
    margin: 0;
}

.bengoshibox .bengoshiboxinner .bengoshitex {
    flex: 1 0 0%;
    padding: 2em 2em 2em 1em;
}
.bengoshibox .bengoshiboxinner .bengoshitex p {
    text-align: left;
    font-size: 15px;	
}
.bengoshibox .bengoshiboxinner .bengoshitex p + p {
	
}

.btn_bengoshi_more {
		display: block;
    text-align: center;
    margin: 2em auto;
    cursor: pointer;
    background: #7f3d01;
    border-radius: 34px;
    color: #fff;
    font-size: 18px;
    padding: 1em;
    width: 300px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_bengoshi_more:hover {
		background: #ff9900;
}
.close {
		background:#7f3d01;
}

.com_list {
    padding: 0 0 4em;
}
.com_list_bloc {
    align-items: stretch;
    justify-content: space-between;
}

.com_list_bloc .com_left {
    width: 49%;
    box-sizing: border-box;
    padding: 1em;
    background: #fffff0;
    border: solid 1px #c2c2c2;
    border-radius: 6px;
}
.com_list_bloc .com_right {
    width: 49%;
    box-sizing: border-box;
    padding: 1em;
    background: #fffff0;
    border: solid 1px #c2c2c2;
    border-radius: 6px;
}

.com_list_bloc h2 {
    font-size: 18px;
}
.com_list_bloc ul {
    display: block;
    text-align: left;
    font-size: 0;
}
.com_list_bloc ul li {
		font-size: 12px;
    line-height: 2em;
    display: inline-block;
    border-right: 1px solid #ccc;
    margin-right: 3px;
    padding-right: 3px;
    white-space: nowrap;
    vertical-align: bottom;
}

.alliance {
    background: #fffff0;
    padding: 4em 0;
}
.alliance .section_title {
		margin-bottom:2em;
}
.alliance .section_title h2:after {
    background: #fffff0;
}

.alliance_bloc {

}
.alliance_bloc .inner {
		align-items: stretch;
    justify-content: space-between;
}



.alliance_item {
    border: solid 1px #c2c2c2;
    border-radius: 6px;
    width: 49%;
    box-sizing: border-box;
    padding: 1em;
    background: #fff;
}
.alliance_item:nth-child(n+3) {
		margin-top:1em;
}
.alliance_item dl {
		margin:0;
}
.alliance_item dl + dl {
	
}
.alliance_item dl dt {
    text-align: left;
    color: #f85400;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.alliance_item dl dd.address {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}
.alliance_item dl dd.number {
    margin: 0;
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
}


























footer {
    padding: 10px 0;
    background: #fff;
    font-size: initial;
}
footer .inner {
		align-items: center;
    justify-content: space-between;
}
footer .header_logo {
	
}
footer .header_logo img {
	
}
footer .header_logo img + img {
		margin-left:10px;
}
footer .header_util {
    align-items: center;
    justify-content: space-between;
}
footer .header_util .header_link {
	
}
footer .header_util .header_link ul {
	
}
footer .header_util .header_link ul li {
	
}
footer .header_util .header_link ul li + li {
		margin-top:6px;
}
footer .header_util .header_tel {
    margin-left: 1em;
}
footer .header_util .header_tel a {
		display: block!important;
    margin-bottom: 6px;
    margin-right: auto;
    color: initial;
}

/* **************************************************************** */
/* Contact
*/
#Contact {
    padding: 2em 0;
}
#Contact .band_title {
    background: #ff0000;
}

.attention_bloc {
    margin-bottom: 2em;
}
.attention_bloc h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc p {
    text-align: left;
}
#Contact .contact_bloc {
    padding: 4em 0 2em;
}
#Contact .contact_bloc p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 2em;
    text-align: center;
}

.contact_check {
    border-top: solid 1px #d0d2d2;
    padding-top: 2em;
}

#Contact .contact_bloc dl {
    border-top: solid 1px #bfbfbf;
    margin: 0;
    padding: 1em;
    align-items: center;
    font-size: 16px;
}
#Contact .contact_bloc dl:nth-child(even) {
    background: #eeeeee;
}
#Contact .contact_bloc dl:last-child {
		border-bottom: solid 1px #bfbfbf;
}
#Contact .contact_bloc dl dt {
		width: 25%;
    text-align: left;
    position: relative;
    align-items: center;
    /*font-weight: 900;*/
}


.form_sub {
		font-size:14px;
}
#Contact .contact_bloc dl dt.required {

}
#Contact .contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    background: #f85400;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}

#Contact .contact_bloc dl dd {
    margin: 0;
    width: 73%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    /*border-left: solid 1px #438ec2;*/
    margin-left: 1em;
    padding-left: 1.2em;
}
#Contact .contact_bloc dl dd label {
	
}
#Contact .contact_bloc dl dd label + label {
    margin-left: 0.5em;
}
#Contact .contact_bloc dl dd label .sub {
    display: inline-block;
    width: 40px;
}

#Contact .contact_bloc .dl_bloc {
	
}
#Contact .contact_bloc .btn_bloc {
    margin-top: 4em;
}
#Contact .btn_bloc input[type="submit"] {
    color: #fff;
    text-decoration: none;
    width: 420px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 0 #b10a11;
    background: #f83e37;
    border: none;
    font-size: 20px;
}
#Contact .btn_bloc input[type="submit"]:hover {
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
    background: rgba(253, 42, 0, 0.8);
}

.contact_bloc_upper {
    margin-bottom: 1em;
}
.contact_bloc_upper h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;

}

	

.contact_name {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
		border-radius: 4px;
    width: 32%;
}
.contact_kana {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
		border-radius: 4px;
    width: 32%;
}
.contact_mail {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
		border-radius: 4px;
    width: 100%;
}
.contact_tel {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
		border-radius: 4px;
    width: 100%;
}
.contact_message  {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d1d1;
		border-radius: 4px;
    width: 100%;
}







select {
		padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    border-radius: 4px;
    background: #fff;
}

.radio_wrap {
    justify-content: flex-start;
}
.radio_item + .radio_item {
		margin-left:1em;
}

.check_wrap {
    justify-content: center;
    margin-bottom: 1em;
}

.radio_item2 {
		align-items: center;
    justify-content: flex-start;
}
.radio_item2 label {
		margin: 0 0.5em;
}

.map_link {
	
}
.map_link a img {
		margin-right: 5px;
}
.map_link a {
    color: #c3002f;
    font-size: 16px;
}

button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

/* **************************************************************** */
/* thanks
*/
.thanks_body {

}
.thanks_body header{
    position: static;
    box-sizing: border-box;
}
.thanks {
    position: relative;
    box-sizing: border-box;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    text-align: center;
    max-width: 550px;
    width: 100%;
}
.thanks .thanks_image {
		margin-bottom: 2em;
}
.thanks .thanks_image p {
    font-size: 24px;
}
.thanks .bloc {

}
.thanks .bloc h1 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    /* background: #000; */
    /* color: #fff; */
    padding: 10px 0 14px;
    /* max-width: 550px; */
    /* margin: 0 auto 0.5em; */
    box-sizing: border-box;
}
.thanks .bloc p {
    font-size: 18px;
}

.thanks .sub {
		max-width: 760px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em;
}
.thanks .sub .mv_logo {
		margin-right: 2em;
}
.thanks .sub p {
		font-size: 36px;
    line-height: 1em;
}


@media screen and (max-width: 768px) {
body {
		min-width: auto;
    overflow-x: hidden;
    padding-bottom: 12vw;
}

.fix_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}
.fix_banner ul {
	
}
.fix_banner ul li {
		width: 49%;
}

.fix_banner ul li:nth-child(1) {
    width: 48.5%;
    margin-left: 1%;
}
.fix_banner ul li:nth-child(2) {
    width: 48.5%;
    margin-right: 1%;
}
.fix_banner ul li:last-child {
    width: 100%;
    margin: 0.3em 0 0;
    padding: 0;
}

header {
    padding: 5px;
}
header .header_logo {
		width: 100%;
    align-items: center;
    justify-content: space-between;
}
header .header_logo .logo {
    width: 40vw;
}
header .header_logo .icon {
		width: 26vw;
}
header .header_util {
    display: none;
}

.navigation {
    display: none;
}

.mv {
    background: url(../images/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.mv_bloc .lawyer_bloc h3 {
    font-size: 14px;
}
.mv_bloc .lawyer_bloc ul {
    justify-content: space-between;
}
.mv_bloc .lawyer_bloc ul li {
    width: 19%;
    box-sizing: border-box;
}
.mv_bloc .lawyer_bloc ul li:nth-child(n+6) {
    margin-top: 5px;
}
.mv_bloc .lawyer_bloc ul li + li {
    margin-left: 0;
}

.section_title h2 {
    display: block;
}
.section_title h2:after {
		width: 80%;
    margin-left: -40%;
}
.section_title h2 .sub {
    font-size: 21px;
}
.section_title h2 .main {
		font-size: 24px;
}





.focus:after {
    border-width: 20px 30px 0 30px;
    bottom: -20px;

}

.focus_catch {
    background: url(../images/bg_focus_catch_sp.jpg) no-repeat center ;
    background-size: cover;
    padding: 2em 1em 1em;
}
.focus_catch_bloc {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff60;
    border-radius: 10px;
    padding: 1em;
}
.focus_catch_bloc h2 {
    margin-bottom: 0.5em;
}
.focus_catch_bloc p {
		font-size: 14px;
}

#fee {
    padding: 1em 0 0;
}
.reason_text {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff60;
    border-radius: 10px;
    padding: 1em;
}

.reason_bloc {
    background: url(../images/bg_reason_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 1em;
    margin-bottom: 0;
}
.reason_data_bloc {
    padding: 0 1em;
}
.reason_data_bloc .catch {
    padding: 1em 0;
}

.reason_catch_bloc {
    padding: 1em;
}

.reason_catch_bloc h3 {
    margin-bottom: 0.5em;
}
.reason_catch_bloc h3 .sub {
    font-size: 21px;
}
.reason_catch_bloc h3 .main {
    font-size: 28px;
}
.reason_catch_bloc p {
    font-size: 16px;
}

.cta_a {
    background: url(../images/bg_cta_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.cta_a_bloc {
    width: 100%;
    background: #ffffff60;
    padding: 1em;
    box-sizing: border-box;
}
.cta_a_bloc h2 {
		font-size: 16px;
    margin-bottom: 5px;
}
.cta_a_bloc p {
		font-size: 14px;
}
.cta_a_bloc ul li {
    width: 49%;
}
.cta_a_bloc .cta_tel {
    width: 72vw;
    margin: 0 auto 1em;
}

.must {
    padding: 1em;
}
.must_bloc h2 {
    font-size: 24px;
}
.must_bloc ul li:nth-child(n+3) {
    margin-top: 0;
}
.must_bloc ul li + li {
		margin-top: 0.5em!important;
}

.reason_list {
    padding: 1em;
}
.reason_list .upper {
    margin-bottom: 1em;
}
.reason_list .upper p {
    font-size: 14px;
    line-height: 1.4em;
}
.reason_list .list_bloc ol li .meta h3 {
    margin-bottom: 1em;
}
.reason_list .list_bloc ol li .meta figure {
    width: 24vw;
    margin: 0 auto 1em;
}
.reason_list .list_bloc ol li .detail h4 {
    font-size: 16px;
}
.reason_list .list_bloc ol li .detail p {
    font-size: 14px;
    line-height: 1.4em;
}
.reason_list .list_bloc ol li + li {
    margin-top: 1em;
}

.important {
    background: url(../images/bg_important_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.important h2 {
    margin-bottom: 0.5em;
}
.important h2 figure {
    width: 2vw;
    margin: 0 auto;
}
.important h2 .main {
		font-size: 16px;
    display: block;
}
.important p {
    font-size: 12px;
    text-align: left;
}


.cta_b {
    background: #c2e5fd url(../images/bg_cta2_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.cta_b_bloc {
    width: 100%;
    background: #ffffff60;
    padding: 1em;
    box-sizing: border-box;
}
.cta_b_bloc h2 {
    font-size: 15px;
}

.cta_b_bloc .cta_b_ul ul li:nth-child(1) {
		width: 48%;
}
.cta_b_bloc .cta_b_ul ul li:nth-child(2) {
    width: 50%;
}
.cta_b_bloc .cta_b_ul ul li:last-child {
		margin-top: 0.5em;
    width: 100%;
}
.cta_b_bloc .cta_tel {
    width: 72vw;
    margin: 0 auto 1em;
}
.cta_b_bloc ul li {
    width: 49%;
}

#flow {
    padding: 1em 0 0;
}
.flow_bloc {
    padding: 1em;
}
.flow_list {
    padding: 0;
}
.flow_list ol li .meta {
    width: 100%;
}
.flow_list ol li .meta h3 {
    margin-bottom: 0.5em;
}
.flow_list ol li .meta h3 .title {
    width: 50vw;
}
.flow_list ol li .meta h3 .free {
    width: 13vw;
}
.flow_list ol li .meta p {
    padding: 0;
    font-size: 14px;
}
.flow_list ol li .detail {
    margin-top: 1em;
}
.flow_list ol li .detail p {
    font-size: 11px;
}
.flow_list ol li + li {
    margin-top: 1em;
}




.message {
    background: url(../images/bg_message_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.message_bloc {
    width: 100%;
    background: #ffffff60;
    padding: 1em;
    box-sizing: border-box;
}
.message_bloc h2 {
    font-size: 21px;
}
.message_bloc h3 {
    font-size: 15px;
}
.message_bloc p {
    font-size: 14px;
    line-height: 1.4em;
}

.company_bloc {
    padding: 1em;
}
.company_bloc .data dl dt {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    box-sizing: border-box;
    color: #666;
}
.company_bloc .data dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 0px;
    font-size: 14px;
    line-height: 1.4em;
}

.bengoshi {
    padding: 1em 0 0;
}
.bengoshi .section_title {
    margin-bottom: 1em;
}
.bengoshibox .bengoshiboxinner .bengoshiprof {
    max-width: none;
    padding: 1em 1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong span {
    font-size: 12px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof strong b {
    font-size: 16px;
}
.bengoshibox .bengoshiboxinner .bengoshiprof dl {
    flex: 1 0 0%;
    margin-left: 0.5em;
}
.bengoshibox .bengoshiboxinner .bengoshitex {
    padding: 1em;
}
.bengoshibox .bengoshiboxinner .bengoshitex p {
    font-size: 14px;
    line-height: 1.4em;
}
.btn_bengoshi_more {
    margin: 1em auto;
    font-size: 14px;
}

.com_list {
    padding: 0 1em 1em;
}

.com_list_bloc .com_left {
    width: 100%;
    margin-bottom: 1em;
}
.com_list_bloc .com_right {
    width: 100%;
}

.com_list_bloc h2 {
    font-size: 16px;
}


.alliance {
    padding: 1em 0;
}
.alliance .section_title {
    margin-bottom: 1em;
}
.alliance_bloc {
    padding: 0 1em;
}
.alliance_item {
    width: 100%;
    padding: 0.5em;
}
.alliance_item + .alliance_item {
    margin-top: 0.5em;  
}
.alliance_item:nth-child(n+3) {
    margin-top: 0.5em;
}
.alliance_item dl dt {
    font-size: 16px;
}
.alliance_item dl dd.address {
    font-size: 13px;
}
.alliance_item dl dd.number {
    font-size: 13px;
}



























#Contact {
		padding: 1em 0 0;
}

.contact_bloc_upper h3 {
    font-size: 18px;
}

#Contact .contact_bloc dl dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 0.5em;
}
#Contact .contact_bloc dl dd {
		width: 100%;
    border: none;
    padding-left: 0;
    margin-left: 0;
    padding: 0 0.5em;
}
#Contact .contact_bloc {
		padding: 1em 1em 0;
}
#Contact .btn_bloc {
    padding: 1em;
}
#Contact .btn_bloc .radio_item {
		font-size: 12px;
}
#Contact .btn_bloc input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 1em 0;
    font-size: 18px;
}
#Contact .contact_bloc dl dt.required:after {
    font-size: 12px;
}
#Contact .contact_bloc dl dd label .sub {
    font-size: 14px;
		width: 30px;
}


.radio_item2 label {
    margin: 0 0.5em;
    flex: 1;
    line-height: 1.4em;
    font-size: 14px;
}
.radio_item2 + .radio_item2 {
		margin-top:10px;
}

.contact_name {

}
.contact_kana {

}
.contact_tel {
    width: 100%;
}

#Contact .contact_bloc p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

#Contact .contact_bloc dl {
    border-top: solid 1px #dcdcdc;
    margin: 0;
    padding: 0.5em 0;
    align-items: center;
}



footer {
    padding: 5px 5px 80px;
}
footer .header_util {
    display: none;
}


footer .header_logo {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
footer .header_logo .logo {
    width: 40vw;
}
footer .header_logo .icon {
    width: 26vw;
}


.thanks .sub {
    display: block;
}
.thanks .sub .mv_logo {
    display: block;
    width: 30vw;
    margin: 0 auto 10px;
}
.thanks .sub p {
    font-size: 16px;
    text-align: center;
}
.thanks .detail {
    box-sizing: border-box;
    padding: 1em;
}
.thanks .thanks_image {
    width: 30vw;
    margin: 0 auto 2em;
}
.thanks .bloc h1 {
    font-size: 20px;
    padding: 5px 1em 6px;
}
.thanks .bloc p {
    font-size: 14px;
}

































}
