@charset "utf-8";/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0}caption,table,td,th{margin:0;padding:0;border:0;border-collapse:collapse;border-spacing:0;empty-cells:show;text-align:left;font-weight:400}a img,iframe{border:none}li,ol,ul{list-style:none}button,input,select,textarea{font-size:100%;font-family:inherit}
/* common */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html.active {
  overflow: hidden;
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #232222;
  min-width: 100%;
  width: 100%;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
* {
  box-sizing: border-box;
}
a {
  color: #222;
  text-decoration: none;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
}
button, input[type="submit"], input[type="button"] {
  /*background-color: transparent;*/
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
img, svg {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
p, li, a {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #232222;
}
section {
	width: 100%;
}
.section_mb80{
	padding-bottom: 80px;
}
.section_mb10{
	padding-bottom: 10px;
}

.section__inner960{
  max-width: 960px;
	margin: 0 auto;
}
.section--gray {
background-color: #f7f7f7;
}
.section--yellow {
background-color: #fbf3e6;
}
.section--usuyellow {
background-color: #fffdf5;
}
.section--green {
background-color: #e6f0e3;
}
.cap--standard{
	text-align: center;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 70px 0 50px 0;
}
.cap--standard span{
	font-size: 2.1rem;
	color: #229f54;
}
.cap--arrow {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 15px 30px 30px 30px;
    background-color: #229f54;
    line-height: 1.1;
    font-size: 3.6rem;
}
.cap--arrow span{
    font-size: 2.2rem;
	color: #ffcf07;
}
.cap--arrow::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #229f54;
    content: '';
}

.pconly {
  display: block;
}
.sponly {
  display: none;
}
.main{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 768px) {
  #main_content {
    padding: 0px;
  }
  p, li, a {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .sp_br {
    display: block;
  }
  .wrapper, .wrapper_1160 {
    padding: 0 10px;
  }
section {
	width: 100%;
}
.section_mb80{
	padding-bottom: 30px;
}
.section_mb10{
	padding-bottom: 1px;
}
.cap--standard{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 35px 0 25px 0;
}
.cap--standard span{
	font-size: 1.3rem;
	color: #229f54;
}
.cap--arrow {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 12px 30px 27px 30px;
    background-color: #229f54;
    line-height: 1.1;
    font-size: 2.2rem;
}
.cap--arrow span{
    font-size: 1.3rem;
	color: #ffcf07;
}
.cap--arrow::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #229f54;
    content: '';
}

  .sp_none {
    display: none;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}

/* ============================================================
ここからheader
============================================================ */

/* PC */
.header {
	display: block;
    width: 100%;
    padding: 10px 0
}
.header__inner {
    max-width: 1060px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__call {
    background: url(../../debt-calculate/images/icon-toll-free.svg) no-repeat 0 1px/auto 22px;
    color: #60ad3b;
    font-size: 2.3rem;
    line-height: 3.4rem;
    font-weight: 700;
    padding-left: 44px;
	letter-spacing: -0.9px;
}
@-moz-document url-prefix() {
    .header__call {
        font-size: 2.0rem;
    }
}
::-webkit-full-page-media,:future,:root .header__call {
    font-size: 2.2rem;
}
.header__inner--left {
width: 225px;
float: left;
}
.header__inner--right {
width: 440px;
float: right;
}
.header__inner--righttel {
width: 220px;
float: left;
}
.header__inner--righttext {
background-color: #60ad3b;
border-radius: 6px;
text-align: center;
width: 100%;
display: block;
padding: 3px;
}
.header__inner--righttext p{
font-size: 1.3rem;
color: #fff;
}
.header__inner--rightform {
width: 100px;
float: right;
}
.header__inner--rightline{
    width: 100px;
    float: right;
    margin-left: 10px;
}
@media screen and(max-width:1300px) {
    .header__inner {
        padding: 0 48px
    }
}


/* SP */
@media(max-width:768px) {
    .header {
        padding: 8px 0
    }
    .header__call {
        font-size: 1.7rem;
        line-height: 2.6rem;
        display: none
    }
.header__inner--rightSP {
    list-style: none;
    text-align: right;
	margin: 7px 8px 0 0;
}
.header__inner--rightSP li {
    width: 50px;
    float: left
}
.header__inner--rightSP li:first-child {
    width: 45px;
    float: left
}
.header__inner--rightSP li:nth-child(2) {
    width: 63px;
    float: left
}
.header__inner--rightSP li:nth-child(3) {
    width: 52px;
    float: left
}
.header__inner--left {
    width: 160px;
    float: left;
}
.header__logo {
	max-width: 160px
}
.header__inner {
	padding: 0 16px
}
}

/* ============================================================
ここからMV
============================================================ */

/* PC */
.home-mv__bg-illust {
    width: 100%;
    height: auto;
    background: url(../../debt-calculate/images/mvbg_illust_pc.gif) no-repeat top center;
    background-size: cover;
	position: relative;
																																																							}
																																																							.home-mv__bg-photo {
    width: 100%;
    height: auto;
    background: url(../../debt-calculate/images/mvbg_photo_pc.jpg) no-repeat top center;
    background-size: cover;
	position: relative;
}
.home-mv__main {
    max-width: 1080px;
	margin: 0 auto;
}





/* SP */
@media(max-width:768px) {
.home-mv__bg-illust {
    width: 100%;
    height: auto;
    background: url(../../debt-calculate/images/mvbg_illust_pc.gif) no-repeat top center;
    background-size: cover;
																																																								}
																																																								.home-mv__bg-photo {
    width: 100%;
    height: auto;
    background: url(../../debt-calculate/images/mvbg_photo_pc.jpg) no-repeat top center;
    background-size: cover;
}
.home-mv__main {
    max-width: 1050px;
	margin: 0 auto;
}
}
/* ============================================================
ここからMVの下のフォーム部分
============================================================ */

/* PC */
.home-form{
	max-width: 885px;
	margin: -125px auto 100px auto;
	background-color: #fffdf5;
	position: relative;
    z-index: 1;
	overflow: hidden;
    border-radius: 10px;
	border: 3px solid #229f54;
}
@media(max-width:900px) {
.home-form{
	margin: -95px 30px 80px 30px;
}
}
.home-form:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #229f54;
    z-index: 1;
}

.home-form__cap {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #229f54;
	padding: 5px 30px 0px 30px;
}
.hy img{
	width: 42px;
    margin-left: 15px;
    display: inline-block;
    padding-bottom: 2px;
}
.home-form__text{
	font-size: 1.7rem;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 30px;
}
.home-form__text span{
	color: #ff3000;
}
input::placeholder {
	color: #e8e8e8;
}

input:-ms-input-placeholder {
	color: #e8e8e8;
}

input::-ms-input-placeholder {
	color: #e8e8e8;
}

.debt-diagnosis-description {
	font-weight: 700;
	margin-top: 40px;
}

.debt-diagnosis-description em {
	color: #D24B4B;
	font-style: normal;
}

.debt-diagnosis {
	width: 100%;
	padding: 20px 0 0 0;
	font-size: 2.2rem;
}

.debt-diagnosis-input__item {
	display: flex;
	justify-content: center;
	width: 100%;
}

.debt-diagnosis-input__item:not(:first-child) {
	margin-top: 24px;
}

.debt-diagnosis-input__title {
	width: 300px;
	font-weight: 700;
	padding-top: 8px;
}

.debt-diagnosis-input__content {
	width: 300px;
	margin-left: 40px;
}

.debt-diagnosis-input__content span {
	font-weight: 700;
}

.debt-diagnosis-input__input {
	font-size: 40px;
	width: 160px;
	text-align: right;
}

.debt-diagnosis-input__note {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 8px;
}

.debt-diagnosis-input__note em {
	color: #D24B4B;
	font-style: normal;
}

.debt-diagnosis-privacy {
	margin-top: 40px;
	padding: 0 100px;
}

.debt-diagnosis-privacy__title {
	font-weight: 700;
}

.debt-diagnosis-privacy__content {
	max-width: 450px;
	min-width: 100%;
	height: 80px;
	width: 100%;
	padding: 12px 16px;
	font-size: 1.4rem;
}

.debt-diagnosis-button {
	text-align: center;
	margin:35px 50px 70px 50px;
	padding: 0 50px;
}

.debt-diagnosis-button__item {
	width: 100%;
    display: block;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #ff6200;
    box-shadow: 0 4px 0 #c94d00;
	cursor: pointer;
	ransition: all 80ms ease-in;
}
.debt-diagnosis-button__itembuttn{
	padding: 0 80px;
}

.debt-diagnosis-button__item:disabled {
    background: #c5c5c5;
    box-shadow: 0 4px 0 #929292;
    color: #fff;
	width: 100%;
}

.debt-diagnosis-button__item:not(:disabled):hover {
	background: #ff6200;
}

.debt-diagnosis-results {
	display: flex;
	width: 100%;
	padding: 0 110px;
	margin-bottom: 30px;
}

.debt-diagnosis-results__item {
	width: calc((100% - 80px) / 2);
}

.debt-diagnosis-results__item:not(:first-child) {
	margin-left: 80px;
}

.debt-diagnosis-results__title {
	font-weight: 700;
}

.debt-diagnosis-results__input:focus {
	outline: none;
}

.debt-diagnosis-results__input {
	font-size: 40px;
	width: 160px;
	text-align: right;
}

.debt-diagnosis-results__content span {
	font-weight: 700;
}

.debt-diagnosis-results__arrow {
	padding-left: 72px;
}

.debt-diagnosis-results__comment {
	margin-top: 16px;
	padding: 0;
	font-size: 1.6rem;
}

.debt-diagnosis-results__comment span {
	color: #ff3000;
	font-weight: 700;
	font-size: 2.2rem;
}

.debt-diagnosis-cta {
	margin-top: 24px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding: 16px;
}

.valid-error {
	color: #bf3b3b;
	font-weight: 700;
	display: block;
	margin-top: 4px;
	font-size: 15px;
}

.valid-error:empty {
	display: none;
}


.debt-diagnosis-cap {
    width: 100%;
    margin: 100px auto 80px auto;
}
.ttl {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 5px 30px 15px 30px;
    background-color: #229f54;
    line-height: 1;
    font-size: 2.7rem;
}
.ttl span{
    font-size: 1.4rem;
	color: #ffcf07;
}
.ttl::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #229f54;
    content: '';
}

/* SP */
@media(max-width:768px) {
.home-form{
	max-width: 885px;
	margin: -125px 20px 50px 25px;
	background-color: #fffdf5;
	position: relative;
    z-index: 1;
	overflow: hidden;
    border-radius: 10px;
	border: 3px solid #229f54;
}
.home-form:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #229f54;
    z-index: 1;
}
.debt-diagnosis-description {
	margin-top: 0;
}

.debt-diagnosis {
	padding: 10px 0 0 0;
	font-size: 2rem;
	margin: 24px 0 0 0;
}

.debt-diagnosis-input__item {
	display: block;
	padding: 0 35px;
}

.debt-diagnosis-input__title {
	width: 100%;
}

.debt-diagnosis-input__content {
	margin-left: 0;
	margin-top: 8px;
	width: auto;
}

.debt-diagnosis-results {
	display: block;
	padding: 0 35px;
	margin-bottom: 20px;
}

.debt-diagnosis-results__item {
	width: 100%;
}

.debt-diagnosis-results__item:not(:first-child) {
	margin-left: 0;
	margin-top: 8px;
}

.debt-diagnosis-results__content {
	margin-top: 8px;
}
.home-form__cap {
    margin: 0 auto 0 auto;
	width: 100%;
	padding: 0 20px;
}
.home-form__text{
	text-align: left;
}
.debt-diagnosis-privacy {
	margin-top: 40px;
	padding: 0 20px;
}

.debt-diagnosis-privacy__title {
	font-weight: 700;
}

.debt-diagnosis-privacy__content {
	width:100%;
	height: 80px;
	width: 100%;
	padding: 12px 16px;
	font-size: 1.4rem;
}
          .debt-diagnosis-input__input {
	font-size: 26px;
	width: 160px;
	 text-align: right;
}
.debt-diagnosis-button {
	text-align: center;
	margin: 35px 20px 40px 20px;
	padding: 0;
}

.debt-diagnosis-button__item {
	width: 100%;
    display: block;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #ff6200;
    box-shadow: 0 4px 0 #c94d00;
	cursor: pointer;
	ransition: all 80ms ease-in;
}
.debt-diagnosis-button__itembuttn{
	padding: 0;
}
.debt-diagnosis-cap {
    width: 100%;
    margin: 60px auto 50px auto;
}
.ttl {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 4px 30px 13px 30px;
    background-color: #229f54;
    line-height: 1;
    font-size: 2.0rem;
}
.ttl span{
    font-size: 1.1rem;
	color: #ffcf07;
}
.ttl::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin: 0 0 0 -12px;
    border: 12px solid transparent;
    border-top-color: #229f54;
    content: '';
}
.debt-diagnosis-results__input {
	font-size: 30px;
	width: 160px;
	text-align: right;
}
}
@media(max-width:400px) {
.home-form{
	max-width: 885px;
	margin: -95px 20px 0 25px;
	background-color: #fffdf5;
	position: relative;
    z-index: 1;
	overflow: hidden;
    border-radius: 10px;
	border: 3px solid #229f54;
}
.home-form:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #229f54;
    z-index: 1;
}
.home-form__cap {
    margin: 0 auto 0 auto;
	width: 100%;
	padding: 5px 20px;
}
.home-form__text{
	font-size: 1.5rem;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 30px;
	line-height: 1.6;
}
}

/* ============================================================
ここから診断結果のCTA
============================================================ */


/* PC */
.ctaBtnArea--result{
	background:#229f54;
}

.ctaBtnBox--result{
	width: 100%;
	margin:0 auto;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 50px;
}

.ctaBtnBox--result img{
	width: 80%;
}

.ctaBtnTel--result{
	width: 32%;
    position: relative;
    text-align: center;
}

.ctaBtnTel--result span.ctaBtnTel01--result{
	font-size: 1.3rem;
	color: #ffffff;
	display: block;
	position: absolute;
    top:32px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 100%;
}
.ctaBtnTel--result a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding:  50px 0 23px 0;
}

.ctaBtnTel--result a span{
	font-size: 2.2rem;
	color: #ffffff;
	display: block;
	font-weight: 700;
}

.ctaBtnTel--result a span:before{
	content:url(../../debt-calculate/images/icon-toll-free-w_sp.png);
}

.ctaBtnTel--result span.ctaBtnTel03--result{
	font-size: 1.5rem;
	color: #ffffff;
	display: block;
	bottom: 16px;
    position: absolute;
    left: 32%;
}

.ctaBtnTel--result a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:3px solid #ffffff;
    text-align: center;
}

.ctaBtnLine--result,
.ctaBtnMail--result{
	width: 32%;
}
.ctaBtnLine--result img,
.ctaBtnMail--result img{
    width: 100%;
	padding: 0 20px;
}
.ctaBtnLine--result a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00a75b;
    border: 1px solid #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 35px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ctaBtnMail--result a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 37px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnLine--result a:hover,
.ctaBtnMail--result a:hover{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    transform: translateY(0.1875em);
}
.ctaarea__inner--result{
	width: 70%;
	margin: 0 auto;
}


/* SP */
@media(max-width:768px) {
.ctaBtnBox--result{
    display: block;
    padding: 30px 5%;
}
.ctaBtnTel--result{
	width: 100%;
    margin:0 0 6% 0;
}
.ctaBtnLine--result img,
.ctaBtnMail--result img{
    width: 100%;
	padding: 12px 28px 10px 28px;
}
.ctaBtnTel--result span.ctaBtnTel01--result{
	font-size: 1.5rem;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 100%;
}
.ctaBtnTel--result a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding:  35px 0 15px 0;
}

.ctaBtnTel--result a span{
	font-size: 2.3rem;
	color: #ffffff;
	display: block;
	font-weight: 700;
}
.ctaBtnLine--result,
.ctaBtnMail--result{
    width: 100%;
}
.ctaBtnMail--result{
    margin-bottom: 4%;
}
.ctaBox--result{
	padding: 0 3%;
}
.ctaarea__inner--result{
	width: 90%;
	margin: 0 auto;
}
.ctaBtnLine--result a{
    width: 100%;
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00a75b;
    border: 1px solid #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 17px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ctaBtnMail--result a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 17px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
}

/* ============================================================
ここからabout
============================================================ */

/* PC */

.about__flexbox{
	max-width: 885px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 80px 50px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about__flexbox--left{
	width: 38%;
	margin-right: 30px;
}
.about__flexbox--right{
	width: 60%;
}
.about__textbox{
	width: 100%;
	background-color: #ffcf07;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
}
.about__flexbox--wrap{
	padding-bottom: 100px;
}

/* SP */
@media(max-width:768px) {
.about__flexbox{
	max-width: 885px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 30px;
	padding: 30px 20px;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.about__flexbox--left{
	width: 70%;
	margin: 20px auto 20px auto;
}
.about__flexbox--right{
	width: 100%;
}
.about__textbox{
	width: 100%;
	background-color: #ffcf07;
	border-radius: 10px;
	padding: 20px 20px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
}
.about__flexbox--wrap{
	padding-bottom: 50px;
}
}



/* ============================================================
ここからmerit
============================================================ */

/* PC */
.merit__text{
	font-size: 2.9rem;
	text-align: center;
	font-weight: 700;
	margin: 70px 0 10px 0;
}


/* SP */
@media(max-width:768px) {
.merit__text{
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
	margin: 45px 0 10px 0;
}

}

/* ============================================================
ここからCTA
============================================================ */


/* PC */
.ctaBtnArea{
	background:#229f54;
}

.ctaBtnBox{
	max-width: 980px;
	margin:0 auto;
    display:flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
}

.ctaBtnBox img{
	width: 80%;
}

.ctaBtnTel{
	width: 32%;
    position: relative;
    text-align: center;
}

.ctaBtnTel span.ctaBtnTel01{
	font-size: 1.3rem;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 25px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 100%;
}
.ctaBtnTel a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding:  57px 0 25px 0;
}

.ctaBtnTel a span{
	font-size: 2.2rem;
	color: #ffffff;
	display: block;
	font-weight: 700;
}

.ctaBtnTel a span:before{
	content:url(../../debt-calculate/images/icon-toll-free-w.png);
}

.ctaBtnTel span.ctaBtnTel03{
	font-size: 1.5rem;
	color: #ffffff;
	display: block;
	bottom: 16px;
    position: absolute;
    left: 32%;
}

.ctaBtnTel a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:3px solid #ffffff;
    text-align: center;
}

.ctaBtnLine,
.ctaBtnMail{
    width: 32%;
}
.ctaBtnLine img,
.ctaBtnMail img{
    width: 100%;
	padding: 0 20px;
}
.ctaBtnLine a{
    width: 100%;
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00a75b;
    border: 1px solid #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 35px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ctaBtnMail a{
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow:4px 4px 0px 2px #167d40;
    -moz-box-shadow:4px 4px 0px 2px #167d40;
    box-shadow:4px 4px 0px 2px #167d40;
    padding: 37px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnLine a:hover,
.ctaBtnMail a:hover{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    transform: translateY(0.1875em);
}
.ctaarea__inner{
	max-width: 960px;
	margin: 0 auto;
}


/* SP */
@media(max-width:768px) {
.ctaBtnBox{
    display: block;
    padding: 30px 5%;
}
.ctaBtnTel{
	width: 100%;
    margin:0 0 5% 0;
}
.ctaBtnLine img,
.ctaBtnMail img{
    width: 100%;
	padding: 2px 28px 0 28px;
}
.ctaBtnTel span.ctaBtnTel01{
	font-size: 1.3rem;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 17px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 100%;
}
.ctaBtnTel a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding:  35px 0 15px 0;
}

.ctaBtnTel a span{
	font-size: 2.3rem;
	color: #ffffff;
	display: block;
	font-weight: 700;
}

.ctaBtnLine a{
    width: 100%;
}
.ctaBtnLine,
.ctaBtnMail{
    width: 100%;
}
.ctaBtnMail a,
.ctaBtnLine a{
    width: 100%;
    padding: 17px 0;
}
.ctaBtnMail{
    margin-bottom: 4%;
}
.ctaBox{
	padding: 0 3%;
}
}


/* ============================================================
ここからcase
============================================================ */

/* PC */
.case__flexbox{
	max-width: 960px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0px auto 40px auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.case__flexbox--left{
	width: 49%;
	margin-right: 30px;
}
.case__flexbox--right{
	width: 49%;
}
.case-box__wrap{
	position: relative;
	padding: 35px 0 0 30px;
}
.case-box{
	width: 100%;
    background-color: #fbf3e6;
    border-radius: 10px;
    padding: 50px 50px 60px 50px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.case-box__icon{
	width: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.case-box__cap{
	width: 60%;
	margin: 0 auto;
	border-top: 2px solid #224e46;
	border-bottom: 2px solid #224e46;
	padding: 5px 0;
	margin-bottom: 10px;
}
.case-box__cap p{
    font-size: 2.7rem;
    font-weight: 600;
	color:#224e46;
	text-align: center;
}
.case-box__cap2{
   font-size: 1.8rem;
    font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}
.case-box__human{
	width: 50%;
	margin: 0 auto 5px auto;
}
.case-box__status{
   font-size: 1.3rem;
    font-weight: 400;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}
.case-box__price{
	width: 92%;
	margin: 0 auto 10px auto;
}
.case-box__textbox{
	width: 100%;
	height: 110px;
    background-color: #ffcf07;
    border-radius: 10px;
    padding: 10px 30px 20px 30px;
	margin-bottom: 14px;
}
.case-box__textbox1{
    font-size: 2.0rem;
    font-weight: 600;
	text-align: center;
}
.case-box__textbox2{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
	text-align: left;
}
.case-box__textarea{
	width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
	text-align: left;
    padding: 0 5px;
}

/* SP */
@media(max-width:768px) {
.case__flexbox{
	max-width: 885px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0;
	padding: 0 10px 30px 10px;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.case__flexbox--left{
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px 0 0;
}
.case__flexbox--right{
	width: 100%;
	padding: 0 20px 0 0;
}
.case-box__wrap{
	position: relative;
	padding: 35px 0 0 30px;
}
.case-box{
	width: 100%;
    background-color: #fbf3e6;
    border-radius: 10px;
    padding: 40px 25px 40px 25px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.case-box__icon{
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.case-box__cap{
	width: 60%;
	margin: 0 auto;
	border-top: 2px solid #224e46;
	border-bottom: 2px solid #224e46;
	padding: 3px 0;
	margin-bottom: 15px;
}
.case-box__cap p{
    font-size: 2.2rem;
    font-weight: 600;
	color:#224e46;
	text-align: center;
}
.case-box__cap2{
   font-size: 1.6rem;
    font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}
.case-box__human{
	width: 50%;
	margin: 0 auto 10px auto;
}
.case-box__status{
   font-size: 1.1rem;
    font-weight: 400;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}
.case-box__price{
	width: 92%;
	margin: 0 auto 10px auto;
}
.case-box__textbox{
	width: 100%;
	height: auto;
    background-color: #ffcf07;
    border-radius: 10px;
    padding: 10px 20px 23px 20px;
	margin-bottom: 14px;
}
.case-box__textbox1{
    font-size: 1.8rem;
    font-weight: 600;
	text-align: center;
}
.case-box__textbox2{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
	text-align: left;
}
.case-box__textarea{
	width: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
	text-align: left;
    padding: 0 5px;
}
}

/* ============================================================
ここからPRICE 借金LPよりソース流用
============================================================ */

.sub-section {
    margin-top: 40px
}
.sub-section__title {
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #229f54;
    border-bottom: 1px solid #229f54;
	padding-bottom: 8px;
}
@media(max-width:768px) {
    .sub-section__title {
        font-size: 1.8rem;
        line-height: 2.1rem;
		text-align: center;
    }
}
.sub-section__content {
    margin: 20px 0;
}

@media(min-width:769px) {
.cost-case-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
}
.cost-case-card__item {
background: #fff;
color: #229f54;
text-align: center;
padding: 20px 25px 30px 25px;
}
@media(min-width:769px) {
.cost-case-card__item {
    width: calc((100% - 48px) / 3)
}
}
.cost-case-card__item:not(:first-child) {
position: relative
}
@media(min-width:769px) {
.cost-case-card__item:not(:first-child) {
    margin-left: 24px
}
}
@media(max-width:768px) {
.cost-case-card__item{
	padding: 20px 25px;
}
.cost-case-card__item:not(:first-child) {
    margin-top: 32px;

}
}
.cost-case-card__item:not(:first-child):before {
content: "";
position: absolute;
border-left: 10px solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
left: -17px;
top: 51%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media(max-width:768px) {
.cost-case-card__item:not(:first-child):before {
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg)
}
}
.cost-case-card__title {
color: #fff;
background-color: #229f54;
font-size: 1.9rem;
line-height: 2.4rem;
font-weight: 700;
border-bottom: 1px solid;
padding: 10px;
margin-bottom: 19px
}
@media(max-width:768px) {
.cost-case-card__title {
    font-size: 1.6rem;
    line-height: 2.1rem
}
}
.cost-case-card__desc {
font-size: 1.9rem;
line-height: 2.1rem;
font-weight: 700;
position: relative
}
@media(max-width:768px) {
.cost-case-card__desc {
    font-size: 1.7rem;
    line-height: 2.6rem
}
}


.cost-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
border: 1px solid #229f54;
margin-bottom: 40px
}
@media(max-width:768px) {
.cost-tab-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 1px;
    margin-bottom: 24px
}
}
@media(min-width:769px) {
.cost-tab-nav__item {
    width: 25%;
	background-color: #229f54 !important;
}

.cost-tab-nav__item:not(:first-child) {
    border-left: 1px solid #229f54;
}
}
@media(max-width:768px) {
.cost-tab-nav__item{
    width: 50%;
}
.cost-tab-nav__item:nth-child(1),
.cost-tab-nav__item:nth-child(3){
    border-right: 1px solid #229f54 !important;
}
.cost-tab-nav__item:nth-child(3),
.cost-tab-nav__item:nth-child(4){
    border-top: 1px solid #229f54 !important;
}
}
.cost-tab-nav__link {
color: #229f54 !important;
font-weight: 700;
display: block;
text-align: center;
padding: 15px 26px;
background: #fff;
font-size: 1.8rem;
}

.cost-tab-nav__link:hover {
text-decoration: none
}
.cost-tab-nav__link.current {
background: #229f54;
color: #fff !important;
}

.cost-tab-content {
color: #229f54;
}
.cost-tab-content__item {
display: none
}
.cost-tab-content__item.current {
display: block
}
.cost-tab-content__title {
font-size: 2.0rem;
line-height: 4rem;
font-weight: 700;
margin-bottom: 24px
}
@media(max-width:768px) {
.cost-tab-nav__link {
font-size: 1.6rem;
}
.cost-tab-content__title {
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 16px
}
}
.cost-tab-content__title:not(:first-child) {
margin-top: 40px
}
@media(max-width:768px) {
.cost-tab-content__title:not(:first-child) {
    margin-top: 32px
}
}
.cost-tab-content__notes p{
padding: 20px 0 0 0;
color: #333;
font-size: 1.3rem;
line-height: 1.6;
font-weight: 400;
}
@media(max-width:768px) {
.cost-tab-content__notes p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 16px 0 0 0;
}
}
.cost-table {
font-size: 1.9rem;
line-height: 3rem;
font-weight: 500;
text-align: center;
background: #fff;
font-weight: 500;
}
@media(max-width:768px) {
.cost-table {
    font-size: 1.7rem;
    line-height: 2.2rem
}
}
.cost-table small {
font-size: 1.3rem;
line-height: 0.8;
font-weight: 400
}
@media(max-width:768px) {
.cost-table small {
    font-size: 1.1rem;
    line-height: 1.8rem
}
}
.cost-table__row {
border-bottom: 1px solid
}
@media(min-width:769px) {
.cost-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	font-weight: 500;
}
}
@media(max-width:768px) {
.cost-table__row {
    border-color: #e6f0e3;
    border-width: 10px
}
}
@media(max-width:768px) {
.cost-table__row:first-child {
    display: none
}
}
@media(min-width:769px) {
.cost-table__item {
    line-height: 2.2rem;
    width: 33.3333%;
    padding: 27px 0 27px
}
}
@media(max-width:768px) {
.cost-table__item {
    line-height: 2.2rem;
    padding: 0 16px 20px
}
.cost-table__item:before {
    content: attr(data-mobile-title);
    display: block;
    background: #229f54 !important;
    color: #fff;
    margin: 0 -16px 15px;
    padding: 10px
}
}
@media(min-width:769px) {
.cost-table--2col .cost-table__item {
    width: 50%;
    align-self: center;
}
}
@media(min-width:769px) {
.cost-table__item-name {
    width: 33.3333%;
    line-height: 2.9rem;
    padding: 15px 24px
}
.cost-table--2col .cost-table__item-name {
    width: 50%
}
}
@media(max-width:768px) {
.cost-table__item-name {
    padding: 16px;
    text-align: left;
    font-weight: 700
}
}

.cost-table__itemIN {
line-height: .8;
font-weight: 500
}
.cost-tab-content__title2 {
background: #e6f0e3;
font-size: 2.4rem;
line-height: 4rem;
font-weight: 700;
padding: 40px 0 24px;
text-align: left
}


.bgg-cof {
background-color: #229f54;
color: #fff
}



.sec .sec-header{
	padding-top: 50px;
}

/* PCここから追記 */
.section__price-inner{
	max-width: 960px;
	margin: 70px auto;
}
.y_line{
	background:linear-gradient(transparent 70%, #fff333 0%) ;
}

/* SPここから追記 */
@media(max-width:768px) {
.section__price-inner{
	max-width: 960px;
	margin: 30px auto;
	padding: 0 30px;
}
}

/* ============================================================
ここからreason
============================================================ */

/* PC */
.reason__flexbox{
	max-width: 960px;
	margin: 10px auto 40px auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reason__flexbox--round{
	width: 23%;
}
.reason__flexbox--round p{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	margin-top: 20px;
}
.reason__textbox{
	max-width: 680px;
	padding: 40px 60px;
	background-color: #fff;
	text-align: left;
	margin: 90px auto 0 auto;
}
.reason__textbox p{
	font-size: 1.7rem;
	text-align: left;
	line-height: 1.6;
	font-weight: 600;
}
.reason__textbox p span{
	color: #e61111;
}

/* SPここから追記 */
@media(max-width:768px) {
.reason__flexbox{
	width: 100%;
	margin: 0;
	padding: 0 30px 15px 30px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.reason__flexbox--round{
	width: 46%;
}
.reason__flexbox--round p{
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	margin: 10px 0 20px 0;
}
.reason__textbox{
	width: 85%;
	padding: 20px 30px;
	background-color: #fff;
	text-align: left;
	margin:0 auto;
}
.reason__textbox p{
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.6;
	font-weight: 600;
}
.reason__textbox p span{
	color: #e61111;
}
}

/* ============================================================
ここからflow
============================================================ */

/* PC */
.flow__flexbox{
	max-width: 960px;
	margin: 0px auto 40px auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flow__flexbox--left{
	width: 63%;
	margin: 40px 40px 0 0;
}
.flow__flexbox--right{
	width: 35%;
}
.flow__flexbox--inner{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flow__flexbox--inner__left{
	width: 17%;
	margin-right: 20px;
}
.flow__flexbox--inner__right{
	width: 83%;
}
.flow-cap{
	font-size: 1.8rem;
	font-weight: 700;
	color: #229f54;
}
.flow-cap span{
	font-size: 2.3rem;
	font-weight: 700;
}
.flow-text{
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: 1px solid #ebe9ec;
	padding-bottom: 15px;
}
.flow-text span{
	font-size: 1.7rem;
	font-weight: 700;
}




/* SPここから追記 */
@media(max-width:768px) {
.flow__flexbox{
	width: 100%;
	margin: 0px 0 20px 0;
	padding: 0 30px;
	display: -ms-flexbox;
	display: block;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flow__flexbox--left{
	width: 100%;
	margin: 0;
}
.flow__flexbox--right{
	width: 50%;
	margin: 0 auto;
}
.flow__flexbox--inner{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	 -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flow__flexbox--inner__left{
	width: 25%;
	margin-right: 15px;
}
.flow__flexbox--inner__right{
	width: 74%;
}
.flow-cap{
	font-size: 1.7rem;
	font-weight: 700;
	color: #229f54;
	line-height: 1.5;
}
.flow-cap span{
	font-size: 1.9rem;
	font-weight: 700;
}
.flow-text{
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: 1px solid #ebe9ec;
	padding-bottom: 15px;
	line-height: 1.5;
}
.flow-text span{
	font-size: 1.5rem;
	font-weight: 700;
}
}

/* ============================================================
ここからアクセス」相続LPから流用
============================================================ */
.access-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
border: 1px solid #229f54;
margin-bottom: 34px
}
@media(max-width:768px) {
.access-tab-nav {
    margin-bottom: 24px
}
}
.access-tab-nav__item {
width: 33.3333%;
font-size: 2.1rem;
line-height: 3.4rem;
font-weight: 700
}
@media(max-width:768px) {
.access-tab-nav__item {
    font-size: 1.6rem;
    line-height: 2.1rem
}
}
.access-tab-nav__item:not(:first-child) {
border-left: 1px solid #fff
}
.access-tab-nav__link {
background: #229f54;
color: #fff;
display: block;
text-align: center;
padding: 16px;
position: relative
}
.access-tab-nav__link.current {
background: #fff;
color: #229f54;
}
.access-tab-nav__link.current:after {
content: "";
background: #229f54;
position: absolute;
width: 100%;
height: 2px;
bottom: -2px;
left: 0
}
.access-tab-nav__link.current:before {
content: "";
position: absolute;
left: 50%;
bottom: -11px;
border-top: 10px solid #229f54;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
@media(max-width:768px) {
.access-tab-nav__link.current:before {
    border-top-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    bottom: -8px
}
}
.access-tab-nav__link:hover {
text-decoration: none
}
.access-tab-content__item {
display: none
}
.access-tab-content__item.current {
display: block
}
.access-copy {
font-size: 2.1rem;
line-height: 3.4rem;
font-weight: 700;
text-align: center
}
@media(max-width:768px) {
.access-copy {
    font-size: 1.6rem;
    line-height: 2.1rem
}
}
.access-copy span {
color: #229f54;
margin-right: 4px
}
.google-map {
width: 100%;
text-align: center;
margin-top: 32px
}
@media(max-width:768px) {
.google-map {
    margin-top: 16px
}
}
.google-map iframe {
height: 440px;
width: 100%
}
.google-map-address {
max-width: 960px;
margin: 32px auto 0 auto;
padding: 0 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.google-map-address__title{
	font-size: 1.6rem;
}
.google-map-address__content{
	font-size: 1.6rem;
}
@media(max-width:768px) {
.google-map-address {
    margin-top: 8px
}
.google-map-address__title{
	font-size: 1.4rem;
}
.google-map-address__content{
	font-size: 1.4rem;
}
}
.google-map-address__content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 24px
}
.google-map-button {
max-width: 960px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 24px;
padding: 0 30px 40px 30px;
margin-bottom: 32px;
border-bottom: 1px solid #229f54;
}
.link-button {
    min-width: 300px;
    background: #229f54;
    border: 1px solid transparent;
    color: #fff;
    padding: 14px 32px 16px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
}
@media(max-width:768px) {
.google-map-button {
    margin-bottom: 20px
}
}
.google-map-access {
max-width: 960px;
margin: 0 auto;
padding: 0 30px;
list-style: disc;
padding-left: 24px
}
.info-table+.info-table {
margin-top: 32px
}
@media(max-width:768px) {
.info-table+.info-table {
    margin-top: 16px
}
}
@media(min-width:769px) {
.info-table {
    display: table;
    border-collapse: collapse;
    width: 100%
}
.info-table__row {
    display: table-row
}
}
.info-table__content,
.info-table__title {
padding: 16px;
border: 1px solid #229f54;
}
@media(min-width:769px) {
.info-table__content,
.info-table__title {
    display: table-cell;
    padding: 16px
}
}
@media(max-width:768px) {
.info-table__content,
.info-table__title {
    padding: 8px 16px
}
}
.info-table__title {
background: #eef2f6;
font-weight: 700;
text-align: center
}
@media(min-width:769px) {
.info-table__title {
    width: 30%
}
}
@media(max-width:768px) {
.info-table__row:not(:first-child) .info-table__title {
    border-top: 0
}
}
@media(min-width:769px) {
.info-table__content {
    width: 70%
}
}
@media(max-width:768px) {
.info-table__content {
    border-top: 0
}
}
.bottom-arrow {
background: none;
height: 0;
width: 0;
border: 0;
border-top: 32px solid #229f54;
border-left: 60px solid transparent;s
border-right: 60px solid transparent;
position: relative;
top: -40px
}
@media(max-width:768px) {
.bottom-arrow {
    display: none
}
}
/* ============================================================
ここから事務所概要　債務LPから流用
============================================================ */
.overview-tbl { 
background-color: #FFF; 
width: 100%; 
}
.overview-tbl__wrap{
padding: 0 0 100px 0;
}
.overview-tbl tr:last-child th, .sec .point08-area .overview-tbl tr:last-child td { 
border: none; 
}
.overview-tbl th { 
width: 7em; 
height: 11.7187497vw; 
font-size: 28px; 
font-size: 3.6458333333vw; 
color: #FFF; 
background-color: #229f54; 
vertical-align: middle; 
border-bottom: 1px solid #FFF; 
text-indent: 25px;
}
.overview-tbl td {
 font-size: 28px; 
font-size: 3.6458333333vw; 
vertical-align: middle; 
padding: 3.9062499vw 5.2083332vw; 
border-bottom: 1px solid #FCFCFC; 
}
.overview-tbl td span { 
font-size: 21px; 
font-size: 2.734375vw; 
}
..overview-tbl td span.fnt-bld { 
font-size: 28px; 
font-size: 3.6458333333vw; 
line-height: 1.6; 
}
@media screen and (min-width: 768px) {
 .sec .point08-area .overview {
 padding: 50px 0; 
}
.overview-ttl { 
margin-bottom: 30px; 
text-align: center; 
font-size: 30px; 
font-size: 3rem; 
}
.overview-tbl th { 
width: 180px; 
height: 75px; 
font-size: 18px; 
font-size: 1.8rem; 
}
.overview-tbl td { 
font-size: 18px; 
font-size: 1.8rem; 
padding: 30px 40px; 
}
.overview-tbl td span {
 font-size: 15px; 
font-size: 1.5rem; 
}
.overview-tbl td span.fnt-bld { 
font-size: 18px; 
font-size: 1.8rem; 
line-height: 1.6; 
} 
}

@media(max-width:768px) {
.overview-tbl__wrap{
padding: 0 20px 50px 20px;
}
.overview-tbl th { 
text-indent: 15px;
}
}

/* ============================================================
ここからフォーム
============================================================ */
.form-wrap{
	max-width: 820px;
	margin: 0 auto;
}
.form-text{
	margin: 70px 0 0 0;
}
.form-text p{
	font-size: 1.6rem;
	line-height: 1.8;
}
.form-text p a{
	color:#229f54;
}

@media(max-width:768px) {
.form-wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.form-text{
	margin: 40px 0 0 0;
}
.form-text p{
	font-size: 1.4rem;
	line-height: 1.8;
}
}


/* ============================================================
ここから下部固定バナー
============================================================ */
.Bnr-star{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
	z-index: 9999;
}
.Bnr-star .Bnr__img{
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 100%;
  box-sizing:border-box;
  padding: 10px;
  background-color: #229f54;

}
.BnrFooterBox{
	display: flex;
	max-width: 980px;
	margin:0 auto;
}

.Bnr__img__innerL{
	width: 46%;
	margin-right: 4%;
}

.Bnr__img__innerR{
	display: flex;
    justify-content: space-between;
	width: 50%;
}

.Bnr__img__innerR img{
	width: 80%;
}

.Bnr__img__innerR .ctaBtnTel2 a{
	padding: 12px 0;
	display: inline-block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #ffffff;
    text-align: center;
}
.ctaBtnTel2 {
    width: 32%;
}
.ctaBtnLine2,
.ctaBtnMail2 {
    width: 32%;
}

.ctaBtnMail2 a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 0px 2px #167d40;
    -moz-box-shadow: 4px 4px 0px 2px #167d40;
    box-shadow: 4px 4px 0px 2px #167d40;
    padding: 17px 10px 23px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ctaBtnLine2 a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00a75b;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 4px 4px 0px 2px #167d40;
    -moz-box-shadow: 4px 4px 0px 2px #167d40;
    box-shadow: 4px 4px 0px 2px #167d40;
    padding: 17px 10px 21px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.ctaBtnLine2 img,
.ctaBtnMail2 img {
    width: 100%;
}

.Bnr-star .Bnr__img__inner a{
  display: block;
}
.Bnr-star .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr-star .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr-star .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr-star .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

.BnrFooterBoxSPU{
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Bnr__img__innerR .ctaBtnTel2 a b{
	font-size: 1rem;
	display: block;
	color:#ffffff;
	line-height: 1.4;
}

.Bnr__img__innerR .ctaBtnTel2 a span{
	font-size: 1.4rem;
    color: #ffffff;
    display: block;
	font-weight: 700;
}

.Bnr__img__innerR .ctaBtnTel2 a span:before{
	content: "";
    background: url(../../hasan/images/telIconFooterPC.png);
    background-size: contain;
	vertical-align: -2px;
    width: 20px;
}
.marugos {
    font-weight: 400;
    font-style: normal;
}
.child-auto-span-control span {
  display: inline-block !important;
}

.child-auto-span-control span:before{
  display: none !important;
}

.BnrFooterBoxSP p{
	text-align: center;
    margin: 0 0 5px;
    font-size: 1.4rem;
    color: #ffffff;
}

.BnrFooterBoxSPU img{
	width: 96%;
}

.BnrFooterBoxSPU .ctaBtnTel2{
	margin:0 3% 0 0;
}

.BnrFooterBoxSPU .ctaBtnTel2 a span{
	font-size: 1.2rem;
}

.BnrFooterBoxSPU .ctaBtnTel2 a{
	padding: 7px 0;
    border: 1px solid #ffffff;
}

.BnrFooterBoxSPU .ctaBtnTel2 a span:before{
	content:url(../../hasan/images/telIconFooter.png);
	vertical-align: -2px;
}

.BnrFooterBoxSPU .ctaBtnLine2{
    width: 48%;
}
.BnrFooterBoxSPU .ctaBtnLine2 a{
    padding: 14px 10px 16px 10px;
}
.Bnr-star {
      display: none;
    }


.scroll-top {
    display: none;
    position: fixed;
    border-radius: 50%;
    font-size: 25px;
    opacity: .7;
    filter: alpha(opacity=70);
    bottom: 115px;
    right: 20px;
    color: #fff;
    background: #229f54;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 2;
}
.scroll-top::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 13px;
    top: 15px;
    z-index: 1;
}
@media(max-width:768px) {
.scroll-top {
    display: none;
    position: fixed;
    border-radius: 50%;
    font-size: 25px;
    opacity: .7;
    filter: alpha(opacity=70);
    bottom: 115px;
    right: 5px;
    color: #fff;
    background: #229f54;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 2;
}
.scroll-top::before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 13px;
    top: 15px;
    z-index: 1;
}
.BnrFooterBoxSPU .ctaBtnMail2 a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 0px 1px #167d40;
    -moz-box-shadow: 2px 2px 0px 1px #167d40;
    box-shadow: 2px 2px 0px 1px #167d40;
    padding: 13px 9px 17px 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.BnrFooterBoxSPU .ctaBtnTel2 a{
	padding: 10px 0 5px 0;
	display: block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #ffffff;
    text-align: center;
}
.BnrFooterBoxSPU .ctaBtnTel2 {
    width: 48%;
	margin-right: 10px;
}
.BnrFooterBoxSPU .ctaBtnTel2 a b{
	font-size: 1rem;
	display: block;
	color:#ffffff;
	line-height: 1.4;
}

.BnrFooterBoxSPU .ctaBtnTel2 a span{
	font-size: 1.4rem;
    color: #ffffff;
    display: block;
	font-weight: 700;
}

.BnrFooterBoxSPU .ctaBtnTel2 a span:before{
	content:url(../../debt-calculate/images/icon-toll-free-w_spfoot.png);
	vertical-align: -2px;
}
}
/* ============================================================
ここからfooter
============================================================ */
.footer-logo{
	width: 100px;
	margin: 20px auto;
}
.footer__policy{
	text-align: center;
}
.copyrigt{
	text-align: center;
}



/* ============================================================
バックスラッシュを表示するための
============================================================ */

.merit__text-kigou{
	font-family: "Arial";
	font-size:3.5rem;
}
@media(max-width:768px) {
.merit__text-kigou{
	font-family: "Arial";
	font-size:2.5rem;
}
}

/* ニュースエリア追加 */

.home-section__inner.newsContentsArea{
margin: 0 0 10px 0;
}

.home-section__inner.newsContentsArea.topNewsContents{
top:415px;
left:0;
/*position:absolute;*/
z-index:1111;
padding-top:400px;
}

.newsCheck{
    display: none;
}
.newsContents{
    cursor: pointer;
    display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
   padding: 1rem 1.6rem;
   padding-right: 2rem;
   max-width: 1070px;
   margin:0 auto;

  
}
.newsContBox{
    display: block;
background: #fbf9db;
    line-height: 150%;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
        font-size: 1.4rem;
max-width: 1070px;
   margin:0 auto;
}
.newsCheck:checked + .newsContents + .newsContBox{
    height: auto;
    opacity: 1;
    padding: 10px 25px 20px;
    visibility: visible;
    
}

.newsContents{
  background: #fbf9db url(../../debt-calculate/images/newsArrowO.png) no-repeat 98%;
}
.newsCheck:checked + .newsContents{
  background: #fbf9db url(../../debt-calculate/images/newsArrowD.png)no-repeat 98%;
}

@media screen and (max-width: 767px) {
.home-section__inner.newsContentsArea{
  margin: 0 0  10px 0;
}
}
