@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%;
	padding: 70px 20px 80px 20px;
}
.section_m80 {
	width: 100%;
	padding: 70px 20px 20px 20px;
}
.section-pattern {
	width: 100%;
	background-image: url(/assets_lp/daiko/images/bg_pattern.png);
	padding: 70px 20px 80px 20px;
	background-repeat: repeat;
}
.section-pattern__cta {
	width: 100%;
	background-image: url(/assets_lp/daiko/images/bg_pattern.png);
	padding: 70px 20px 0 20px;
	background-repeat: repeat;
}
.section_mb0{
	width: 100%;
	padding: 70px 20px 0 20px;
}
.section_mb10{
	padding-bottom: 10px;
}

.section__inner960{
  max-width: 960px;
	margin: 0 auto;
}
.section--gray {
background-color: #f7f7f7;
}
.section--w {
background-color: #fff;
}
.section--usublue {
background-color: #daf5f3;
}
.section--green {
background-color: #e6f0e3;
}
.cap--standard{
	max-width: 960px;
	margin: 0 auto;
}
.cap--standard img{
	width: 100%;
}
.cap--standard__h2{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 11px 0 50px 0;
	text-align: center;
}
.cap--standard__h3{
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.y_line{
	background:linear-gradient(transparent 70%, #ffec0a 0%) ;
}


.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;
}
.mt30{
	margin-top: 30px;
}
@media (max-width: 768px) {
.mt30{
	margin-top: 20px;
}
  #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%;
	padding: 40px 20px 50px 20px;
}
.section_m80 {
	width: 100%;
	padding: 40px 20px 0 20px;
}
.section-pattern {
	width: 100%;
	background-image: url(/assets_lp/daiko/images/bg_pattern.png);
	padding: 40px 20px 50px 20px;
	background-repeat: repeat;
}
.section_mb0{
	width: 100%;
	padding: 40px 20px 0 20px;
}
.section_mb10{
	padding-bottom: 1px;
}

.cap--standard__h2{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}
.cap--standard__h3{
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
  .sp_none {
    display: none;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}

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

/* PC */
.header {
	display: block;
    width: 100%;
    margin: 0 0 10px;
}
.header__inner {
    max-width: 1100px;
    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(/assets_lp/daiko/images/icon-toll-free.svg) no-repeat 0 1px/auto 22px;
    color: #2b2b2b;
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: 700;
    padding-left: 44px;
	letter-spacing: -0.6px;
}
@-moz-document url-prefix() {
    .header__call {
        font-size: 2.1rem;
    }
}
::-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;
margin-top: 7px;
}
.header__inner--righttext {
background-color: #04aea4;
border-radius: 30px;
text-align: center;
width: 100%;
display: block;
padding: 1px 2px;
}
.header__inner--righttext p{
font-size: 1.4rem;
color: #fff;
letter-spacing: 1.2px;
}
.header__inner--rightform {
width: 100px;
float: right;
}
.header__inner--rightline {
    width: 100px;
    float: right;
    margin: 0 0 0 10px;
}
@media screen and(max-width:1300px) {
    .header__inner {
        padding: 0 48px
    }
}


/* SP */
@media(max-width:768px) {
    .header {
        padding: 8px 0;
        margin: 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--left {
    width: 160px;
    float: left;
}
.header__logo {
	max-width: 160px
}
.header__inner {
	padding: 0 16px
}
}

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

/* PC */
.home-mv__bg {
    width: 100%;
    height: auto;
    background-color: #04aea4;
}
.home-mv__main {
    max-width: 1110px;
	margin: 0 auto;
}

/* SP */
@media(max-width:768px) {
.home-mv__main {
    max-width: 1050px;
	margin: 0 auto;
}
}
/* ============================================================
ここから見出し矢印 黄色
============================================================ */
/* PC */
.cap--arrow {
	width: 100%;
    position: relative;
    color: #232222;
    text-align: center;
    padding: 20px 30px 20px 30px;
    background-color: #face58;
    line-height: 1.1;
    font-size: 2.6rem;
	letter-spacing: 1.5px;
}
.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: #face58;
    content: '';
}
/* SP */
@media(max-width:768px) {
.cap--arrow {
	width: 100%;
    position: relative;
    color: #232222;
    text-align: center;
    padding: 17px 15px 17px 15px;
    background-color: #face58;
    line-height: 1.1;
    font-size: 1.7rem;
	letter-spacing: 1px;
}
.cap--arrow::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 95%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #face58;
    content: '';
}
}

/* ============================================================
ここから見出し矢印 青
============================================================ */
/* PC */
.cap--arrow__blue {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px 30px 20px 30px;
    background-color: #04aea4;
    line-height: 1.1;
    font-size: 2.6rem;
	letter-spacing: 1.5px;
}
.cap--arrow__blue::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #04aea4;
    content: '';
}
/* SP */
@media(max-width:768px) {
.cap--arrow__blue {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 17px 15px 17px 15px;
    background-color: #04aea4;
    line-height: 1.1;
    font-size: 1.7rem;
	letter-spacing: 1px;
}
.cap--arrow__blue::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 95%;
    left: 50%;
	margin: 0 0 0 -17px;
    border: 17px solid transparent;
    border-top-color: #04aea4;
    content: '';
}
}


/* ============================================================
ここからworry
============================================================ */

/* 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;
}
.worry-wrap{
	max-width: 930px;
	margin: 0 auto;
}
.worry-wrap img{
	width: 100%;
}
.total-logo{
	max-width: 600px;
	margin: 30px auto;
}
/* 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;
}
.total-logo{
	max-width: 600px;
	margin: 30px auto;
	padding: 0 50px 0 40px;
}
}



/* ============================================================
ここからtotal
============================================================ */

/* PC */

.total-btn__flexbox{
	max-width: 850px;
	margin: 0px auto 5px 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;
}

.total-btn__flexboxl{
	width: 49%;
	margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.total-btn__flexboxl img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-btn__flexboxl:hover img:nth-child(2){
  opacity: 0;
  transition: opacity .7s;
}


.total-btn__flexboxr{
	width: 49%;
	margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.total-btn__flexboxr img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-btn__flexboxr:hover img:nth-child(2){
  opacity: 0;
  transition: opacity .7s;
}
.total-text{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.total-text p{
	font-size: 1.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 1.2;
}
.total-box{
	max-width: 800px;
	margin: 60px auto 50px auto;
	background-color: #fff;
    border-radius: 10px;
	border: 2px solid #04aea4;
}


.total-box__cap {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #04aea4;
	padding: 10px 30px 11px 30px;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	position: relative;
	line-height: 1.4;
	border-radius: 6px 6px 0 0;
}
.total-box__cap::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -4px 0 0 -17px;
    border: 17px solid transparent;
        border-top-color: transparent;
    border-top-color: #04aea4;
    content: '';
}
.total-box__text{
	font-size: 1.7rem;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 30px;
}
.total-box__text span{
	color: #fff;
}
.total-box__flexbox {
    width: 100%;
    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;
	padding: 30px 70px;
}
.total-box__flexboxl{
	width: 64%;
	margin-right: 30px;
	text-align: left;
}
.total-box__flexboxl p{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.total-box__flexboxr{
	width: 36%;
}


/* SP */
@media(max-width:768px) {
.total-btn__flexbox{
	max-width: 850px;
	margin: 0px auto 10px auto;
	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;
}

.total-btn__flexboxl{
	width: 100%;
	margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.total-btn__flexboxl img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-btn__flexboxl:hover img:nth-child(2){
  opacity: 1;
  transition: opacity 0s;
}


.total-btn__flexboxr{
	width: 100%;
	margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.total-btn__flexboxr img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-btn__flexboxr:hover img:nth-child(2){
  opacity: 1;
  transition: opacity 0s;
}
.total-text{
	width: 100%;
	text-align: left;
	margin-top: 25px;
}
.total-text p{
	font-size: 1.4rem;
	text-align: left;
	font-weight: 300;
	line-height: 1.3;
}
.total-box{
	max-width: 885px;
	margin: 30px 0 25px 0;
	background-color: #fff;
    z-index: 1;
    border-radius: 10px;
	border: 2px solid #04aea4;
}
.total-box__cap {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #04aea4;
	padding: 10px 30px 11px 30px;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	position: relative;
	line-height: 1.2;
}
.total-box__flexbox {
    width: 100%;
    margin: 0 auto;
    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;
	padding: 30px 25px 35px 25px;
}
.total-box__flexboxl{
	width: 100%;
	margin-right: 0;
	text-align: left;
	margin-bottom: 30px;
}
.total-box__flexboxl p{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}
.total-box__flexboxr{
	width: 90%;
	margin: 0 auto;
}
}


/* ============================================================
ここからメリット
============================================================ */


/*pc*/
.merit-text{
	max-width: 800px;
	text-align: center;
	margin: 0 auto 40px auto;
}
.merit-text p{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
}
/* PC */
.reason__flexbox{
	max-width: 960px;
	margin: 10px auto 30px auto;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	 -ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reason__flexbox--round{
	width: 23%;
}
.reason__flexbox--round p{
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.6;
	margin-top: 20px;
	font-weight: 300;
}
.reason__flexbox--round p span{
	font-size: 1.2rem;
}
.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 0 0 0;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	 -ms-flex-align: start;
	align-items: start;
	-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: left;
	line-height: 1.4;
	margin: 10px 0 20px 0;
}
.reason__flexbox--round p span{
	font-size: 1.2rem;
}
.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;
}
}


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


/* PC */
.ctaBtnArea{
	background-color: #04aea4;
}

.ctaBtnBox{
	max-width: 980px;
	margin:0 auto;
    padding: 30px 0;
    display:flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .ctaBtnBox {
    }
}

.ctaBtnBox img{
	width: 80%;
}

@media screen and (min-width: 769px) {
    .ctaBtnBox__btn {
        width: calc((100% - (20px * 2)) / 3);
        margin: 0 20px 0 0;
    }
    .ctaBtnBox__btn:last-child {
        margin-right: 0;
    }
}

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

.ctaBtnTel span.ctaBtnTel01{
    font-size: 1.4rem;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    text-align: center;
}
.ctaBtnTel a{
	display: block;
	width: 100%;
	height: auto;
	padding: 49px 0 24px 0;
}

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

.ctaBtnTel a span:before{
	content:url(/assets_lp/daiko/images/icon-toll-free-w.png);
    vertical-align: -4px;
}

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

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

.ctaBtnMail{
    /*width: 48%;*/
}
/*.ctaBtnMail img{
    width: 100%;
	padding: 12px 80px 10px 70px;
}
*/
.ctaBtnMail a,
.ctaBtnLine a{
    display: block;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow:4px 4px 0px 0 #018981;
    padding: 38px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.ctaBtnMail a:hover,
.ctaBtnLine a:hover{
    box-shadow:none;
    transform: translateY(0.1875em);
}

.ctaBtnMail a img,
.ctaBtnLine a img{
    margin: 0 auto;
}

@media(max-width:768px) {
    .ctaBtnMail a,
    .ctaBtnLine a{
        padding: 21px 0;
    }
}

@media screen and (min-width: 769px) {
    .ctaBtnLine a{
        padding: 35px 0;
    }
}
@media(max-width:768px) {
    .ctaBtnLine a{
        padding: 18px 0;
    }
}
.ctaBtnLine a img{
    width: 67%;
}

.ctaarea__inner{
	max-width: 960px;
	margin: 0 auto;
}


/* SP */
@media(max-width:768px) {
.ctaBtnBox{
    display: block;
    padding: 30px 5%;
}
.ctaBtnBox__btn {
    margin: 0 0 5%;
}
.ctaBtnBox__btn:last-child {
    margin-bottom: 0;
}
/*
.ctaBtnTel{
	width: 100%;
    margin:0 0 5% 0;
}
.ctaBtnMail img{
    width: 100%;
	padding: 0px 42px 0px 38px;;
}
*/
.ctaBtnTel span.ctaBtnTel01{
    font-size: 1.6rem;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 16px;
}
.ctaBtnTel a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding:  30px 0 10px 0;
}

.ctaBtnTel a span{
	font-size: 2.7rem;
	color: #ffffff;
	display: block;
	font-weight: 700;
}
/*.ctaBtnMail{
    width: 100%;
}
*/
.ctaBox{
	padding: 0 3%;
}
}


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


.price-free{
	width: 350px;
	margin: 0 auto;
}
.sub-section {
    margin-top: 0
}
.sub-section__title {
    font-size: 1.9rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #04aea4;
    border-bottom: 1px solid #04aea4;
	padding-bottom: 8px;
}
@media(max-width:768px) {
.price-free{
	width: 250px;
	margin: 0 auto;
}
    .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: #04aea4;
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: #04aea4;
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 #04aea4;
margin-bottom: 30px
}
@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: 50%;
	background-color: #04aea4 !important;
}

.cost-tab-nav__item:not(:first-child) {
    border-left: 1px solid #04aea4;
}
}
@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 #04aea4 !important;
}
.cost-tab-nav__item:nth-child(3),
.cost-tab-nav__item:nth-child(4){
    border-top: 1px solid #04aea4 !important;
}
}
.cost-tab-nav__link {
color: #04aea4 !important;
font-weight: 700;
display: block;
text-align: center;
padding: 18px 26px;
background: #fff;
font-size: 1.8rem;
line-height: 1.3;
}

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

.cost-tab-content {
color: #04aea4;
}
.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;
padding: 10px 15px;
}
.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.8rem;
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: #daf5f3;
    border-width: 20px;
}
}
@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
}
.cost-table__item-sp{
	display:none;
}
}
@media(max-width:768px) {
.cost-table__item{
    line-height: 2.2rem;
    padding: 0 16px 20px;
	font-weight: 600;
}
.cost-table__item:first-child {
    display:none;
}
.cost-table__item-sp{
	color: #232323;
	background-color: #daf5f3;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 7px;
}
.cost-table__item:before {
    content: attr(data-mobile-title);
    display: block;
    background: #04aea4 !important;
    color: #fff;
    margin: 0 -16px 15px;
    padding: 10px
}
}


@media(min-width:769px) {
.cost-table--2col .cost-table__item {
    width: 50%
}
}
@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: #eefffe;
font-size: 2.4rem;
line-height: 4rem;
font-weight: 700;
padding: 40px 0 24px;
text-align: left
}


.bgg-cof {
background-color: #04aea4;
color: #fff
}



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

/* PCここから追記 */
.price-btn{
	max-width: 380px;
	margin: 40px auto 0 auto;
}
.price-btn:hover img{
  opacity: 0.6;
  transition: opacity .7s;
}

.section__price-inner{
	max-width: 960px;
	margin: 20px auto;
}
.y_line{
	background:linear-gradient(transparent 70%, #ffec0a 0%) ;
}

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


/* ============================================================
ここからcorrespondence
============================================================ */

.correspondence-box2{
	max-width: 950px;
	margin: 0px auto 10px auto;
}

.correspondence-box{
	max-width: 800px;
	margin: 0px auto 30px auto;
	background-color: #fff;
    border-radius: 10px;
	border: 2px solid #04aea4;
	position: relative;
}

.correspondence-box__gray{
	max-width: 800px;
	margin: 80px auto 0 auto;
	background-color: #fff;
    border-radius: 10px;
	position: relative;
	border: 2px solid #666666;
}
.correspondence-box__no{
    top: -50px;
    left: 70px;
    position: absolute;
	width: 100px;
	z-index:99;
}

.correspondence-box__cap {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #04aea4;
	padding: 19px 30px 18px 30px;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	position: relative;
	line-height: 0.8;
	border-radius: 6px 6px 0 0;
}
.correspondence-box__cap__gray {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #666666;
	padding: 19px 30px 18px 30px;
	color: #fff;
	text-align: center;
	font-size: 2.3rem;
	position: relative;
	line-height: 0.8;
	border-radius: 6px 6px 0 0;
}
.correspondence-box__cap span{
	font-size: 1.4rem;
	line-height: 0.8;
}
.correspondence-box__cap::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -4px 0 0 -17px;
    border: 17px solid transparent;
        border-top-color: transparent;
    border-top-color: #04aea4;
    content: '';
}
.orrespondence-box__cap2{
	max-width: 300px;
	margin: 30px auto 0 auto;
}
.correspondence-box__text{
	font-size: 1.7rem;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 30px;
}
.correspondence-box__text span{
	color: #fff;
}
.correspondence-box__flexbox {
    width: 100%;
    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;
	padding: 20px 75px 50px 70px;
}
.correspondence-box__flexboxl{
	width: 64%;
	margin-right: 30px;
	text-align: left;
}
.correspondence-box__flexboxl p{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.correspondence-box__flexboxr{
	width: 26%;
}
.correspondence-arrow{
	width: 50px;
	margin: 0 auto 30px auto;
}

@media(max-width:768px) {
.correspondence-box{
	max-width: 885px;
	margin: 15px 0 25px 0;
	background-color: #fff;
    z-index: 1;
    border-radius: 10px;
	border: 2px solid #04aea4;
}
.correspondence-box__gray{
	max-width: 885px;
	margin: 55px 0 0 0;
	background-color: #fff;
    z-index: 1;
    border-radius: 10px;
	border: 2px solid #666666;
}
.correspondence-box__no {
    top: -30px;
    left: 13px;
    position: absolute;
    width: 55px;
    z-index: 9999;
}
.correspondence-box__cap {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #04aea4;
	padding: 17px 30px 16px 30px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	line-height: 1;
}
.correspondence-box__cap__gray {
    margin: 0 auto 0 auto;
    width: 100%;
	background: #666666;
	padding: 17px 30px 16px 30px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	line-height: 1;
}
.correspondence-box__cap span{
	font-size: 1.2rem;
	line-height: 1.2;
}
.orrespondence-box__cap2{
	max-width: 300px;
	margin: 30px auto 0 auto;
	padding: 0 25px;
}
.correspondence-box__flexbox {
    width: 100%;
    margin: 0 auto;
    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;
	padding: 20px 20px 35px 20px;
}
.correspondence-box__flexboxl{
	width: 100%;
	margin-right: 0;
	text-align: left;
	margin-bottom: 20px;
}
.correspondence-box__flexboxl p{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}
.correspondence-box__flexboxr{
	width: 70%;
	margin: 0 auto;
}
.correspondence-arrow{
	width: 50px;
	margin: 0 auto 20px auto;
}
}


/* ============================================================
ここからfaq
============================================================ */

.faq-card__item {
padding: 24px 24px 26px;
border-top: 1px solid #d8ebee;
position: relative
}
@media(max-width:768px) {
.faq-card__item {
    padding: 23px 0
}
}
.faq-card__item:last-child {
border-bottom: 1px dashed #d8ebee;
}
.faq-card__question {
font-size: 1.8rem;
line-height: 3.4rem;
font-weight: 600;
color: #04a99e;
position: relative;
padding-left: 64px;
padding-right: 50px;
cursor: pointer
}
@media(max-width:768px) {
.faq-card__question {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding-left: 34px
}
}
.faq-card__question:before {
content: "Q";
position: absolute;
top: -2px;
left: 0;
font-size: 3.4rem
}
@media(max-width:768px) {
.faq-card__question:before {
    font-size: 2.6rem;
    top: 0
}
}
.faq-card__question:hover {
opacity: .8
}
.faq-card__question.open .faq-card__icon:after {
-webkit-transform: rotate(225deg);
transform: rotate(225deg)
}
.faq-card__answer {
margin-top: 10px;
padding-top: 13px;
position: relative;
padding-left: 64px;
color: #333333;
display: none
}
@media(max-width:768px) {
.faq-card__answer {
    padding-left: 34px
}
}
.faq-card__answer:before {
content: "A";
position: absolute;
top: -3px;
left: 0;
font-size: 3.4rem;
font-weight: 700
}
@media(max-width:768px) {
.faq-card__answer:before {
    font-size: 2.6rem;
    top: 0
}
}
.faq-card__icon {
position: absolute;
right: 0;
top: -4px;
color: #60ad3b;
color: var(--brand-green);
font-size: 1.6rem;
line-height: 2.4rem;
z-index: 888;
}
@media(max-width:768px) {
.faq-card__icon {
    font-size: 1.2rem;
    line-height: 1.6rem
}
}
@media(min-width:769px) {
.faq-card__icon:before {
    content: "\56DE\7B54"
}
}
.faq-card__icon:after {
content: "";
width: 10px;
height: 10px;
border-right: 2px solid;
border-bottom: 2px solid;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 11px;
top: 27px;
-webkit-transition: all 80ms linear;
transition: all 80ms linear;
-webkit-transform-origin: 60% 80%;
transform-origin: 60% 80%
}
@media(max-width:768px) {
.faq-card__icon:after {
    top: 5px
}
}
.faq-card__icon:hover {
text-decoration: none
}

/* ============================================================
ここからstep
============================================================ */

.step-card {
counter-reset: a 0
}
@media(min-width:769px) {
.step-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
}
.step-card__item {
position: relative
}
@media(min-width:769px) {
.step-card__item {
    width: calc((100% - 96px) / 4);
    padding-top: 64px
}
}
@media(max-width:768px) {
.step-card__item {
    padding-top: 28px
}
}
@media(max-width:768px) {
.step-card__item:not(:first-child) {
    margin-top: 40px
}
}
@media(min-width:769px) {
.step-card__item:not(:first-child) {
    margin-left: 32px
}
}
.step-card__item:not(:first-child):after {
content: "";
position: absolute;
left: -23px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
border-left: 20px solid #d9d9d9;
}
@media(max-width:768px) {
.step-card__item:not(:first-child):after {
    left: 50%;
    top: -60px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg)
}
}
.step-card__item:before {
content: counter(a, decimal-leading-zero);
counter-increment: a 1;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 3.4rem
}
.step-card__item:before,
.step-card__title {
color: #04aea4;
font-weight: 700
}
.step-card__title {
font-size: 2.4rem;
line-height: 4rem;
line-height: 3rem;
text-align: center;
height: 60px;
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
}
@media(max-width:768px) {
.step-card__title {
    font-size: 1.7rem;
    line-height: 2.6rem;
    height: auto;
    padding-top: 26px
}
}
.step-card__desc {
margin-top: 8px;
padding: 0 10px;
}
.step-card__desc p{
font-size: 1.5rem;
line-height: 1.5;
}
@media(max-width:768px) {
.step-card__desc {
margin-top: 8px;
padding: 0 10px;
text-align: center;
}
.step-card__desc p{
font-size: 1.2rem;
line-height: 1.5;
}
}





/* ============================================================
ここからアクセス」相続LPから流用
============================================================ */
.access-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
border: 1px solid #04aea4;
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: #04aea4;
color: #fff;
display: block;
text-align: center;
padding: 16px;
position: relative
}
.access-tab-nav__link.current {
background: #fff;
color: #04aea4;
}
.access-tab-nav__link.current:after {
content: "";
background: #04aea4;
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 #04aea4;
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: #04aea4;
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 #04aea4;
}
.link-button {
    min-width: 300px;
    background: #04aea4;
    border: 1px solid transparent;
    color: #fff;
    padding: 14px 32px 16px;
    border-radius: 10px;
    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 #04aea4;
}
@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 #04aea4;
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 10px 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: #04aea4; 
vertical-align: middle; 
border-bottom: 1px solid #FFF; 
text-indent: 25px;
}
.overview-tbl td {
 font-size: 1.5rem;
vertical-align: middle; 
padding: 3.9062499vw 5.2083332vw; 
border-bottom: 1px solid #FCFCFC; 
}
.overview-tbl td span { 
 font-size: 1.4rem;
}
..overview-tbl td span.fnt-bld { 
 font-size: 1.5rem;
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: 1.6rem;
padding: 30px 40px; 
}
.overview-tbl td span {
 font-size: 1.5rem;
}
.overview-tbl td span.fnt-bld { 
 font-size: 1.6rem;
line-height: 1.6; 
} 
}

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

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

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


/* ============================================================
ここから下部固定バナー
============================================================ */
.ctaBtnMail2 a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 4px 4px 0px 0 #018981;
    padding: 21px 22px 21px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.Bnr-star{
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.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: 999;
}
.Bnr__img__inner{
  width: 100%;
  box-sizing:border-box;
  padding: 7px 10px;
  background-color: #04aea4;

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

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

.Bnr__img__innerR{
	display: flex;
	width: 50%;
}

.Bnr__img__innerR .ctaBtnTel2 a{
	padding: 17px 0 12px 0;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:3px solid #ffffff;
    text-align: center;
}

.Bnr__img__innerR__btn{
    width: calc((100% - (8px * 2)) / 3);
    margin: 0 8px 0 0;
}
.Bnr__img__innerR__btn:last-child{
    margin-right: 0;
}

.Bnr__img__innerR a{
    display: flex;
    align-items: center;
    height: 100%;
}

.Bnr__img__innerR a .link-inner{
    width: 100%;
}
.Bnr__img__innerR a img {
    width: 86%;
}

.Bnr__img__innerR .ctaBtnTel2 a {
    padding: 15px 0 15px 0;
}

.Bnr__img__innerR .ctaBtnMail2 a {
    padding: 21px 0;
}
.Bnr__img__innerR .ctaBtnMail2 a img{
    margin: 0 auto;
}

.Bnr__img__innerR .ctaBtnLine a {
    padding: 20px 0;
}
.Bnr__img__innerR .ctaBtnLine a img {
    width: 73%;
}

.Bnr .Bnr__img__inner a {
    display: block;
}

.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;
}


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

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

.Bnr__img__innerR .ctaBtnTel2 a span:before{
	content:"";
	vertical-align: -1px;
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(/assets_lp/daiko/images/telIconFooterPC.png) no-repeat 0 0;
    background-size: 100% auto;
    margin: 0 4px 0 0;
}
.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;
}

.BnrFooterBoxSPU{
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.BnrFooterBoxSPU__btn {
    width: calc((100% - (10px * 1)) / 2);
    margin: 0 10px 0 0;
}
.BnrFooterBoxSPU__btn:last-child {
    margin-right: 0;
}
.BnrFooterBoxSPU__btn a{
    display:flex;
    align-items: center;
    height: 100%;
}
.BnrFooterBoxSPU__btn a .link-inner{
    width: 100%;
}
.BnrFooterBoxSPU .ctaBtnLine a{
    padding: 13px 0;
}
.BnrFooterBoxSPU .ctaBtnLine a img{
    width: 74%;
}


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

.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(/assets_lp/daiko/images/telIconFooter.png);
	vertical-align: -2px;
}

.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: #04aea4;
    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) {
.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 #018981;
    -moz-box-shadow: 2px 2px 0px 1px #018981;
    box-shadow: 2px 2px 0px 1px #018981;
    padding: 17px 9px 16px 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.BnrFooterBoxSPU .ctaBtnTel2 a{
	padding: 12px 0 8px 0;
	/*display: block;*/
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #ffffff;
    text-align: center;
	line-height: 1.3;
}
/*.BnrFooterBoxSPU .ctaBtnTel2 {
    width: 48%;
	margin-right: 10px;
}*/
.BnrFooterBoxSPU .ctaBtnTel2 a b{
	font-size: 1.4rem;
	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(/assets_lp/daiko/images/icon-toll-free-w_spfoot.png);
	vertical-align: -2px;
}
}
/* ============================================================
ここからfooter
============================================================ */
.footer-logo{
	width: 130px;
	margin: 20px auto;
}
.footer__policy{
	text-align: center;
}
.copyrigt{
	text-align: center;
}


/* ============================================================
モーダル
============================================================ */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:9999;
}
.modal__bg{
    background: rgba(0,0,0,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__contenth3{
	width: 100%;
	background-color: #838383;
	border-radius: 3px;
	padding: 16px 20px;
	font-size: 1.8rem;
	text-align: center;
	margin-right: 2%;
	line-height: 1.2;
	margin-bottom: 2%;
	color: #fff;
}
.modal__contenth3mt{
	margin-top: 4%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 35px 40px 40px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	height: 80%;
	max-width: 950px;
	overflow-y: auto;
	overflow-y: scroll;
}

.js-modal-closesss{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets_lp/daiko/images/close.png)
}

.modal__content__flexbox{
	width :100%;
    margin: 0 auto 2% auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content:stretch;
    justify-content: flex-start;
}
.modal__content__flexbox-box{
	width: 32%;
	background-color: #e6e6e6;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 1.6rem;
	text-align: center;
	margin-right: 2%;
	line-height: 1.2;
}
.modal__content__flexbox-box span{
	font-size: 1.4rem;
}
.modal__content__flexbox-box:last-child{
	margin-right: 0;
}
@media(max-width:768px) {
.modal__content__flexbox{
	width :100%;
    margin: 0 auto 2% auto;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content:stretch;
    justify-content: flex-start;
}
.modal__content__flexbox-box{
	width: 100%;
	background-color: #e6e6e6;
	border-radius: 4px;
	padding: 13px 20px;
	font-size: 1.5rem;
	text-align: center;
	margin-right: 0;
	margin-bottom: 2%;
	line-height: 1.2;
}
.modal__content__flexbox-box span{
	font-size: 1.4rem;
}
.modal__content__flexbox-box:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.modal__contenth3{
	width: 100%;
	background-color: #838383;
	border-radius: 2px;
	padding: 15px 10px;
	font-size: 1.6rem;
	text-align: center;
	margin-right: 2%;
	line-height: 1.2;
	margin-bottom: 2%;
	color: #fff;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	height: 85%;
	overflow-y: auto;
	overflow-y: scroll;
}
.js-modal-closesss{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets_lp/daiko/images/close.png)
}
}

.newsContentsArea {
    margin-bottom: 10px;
}

.newsCheck {
    display: none;
  }
  
  .newsContents {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem 1.6rem;
    padding-right: 2rem;
    max-width: 1150px;
    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: 1150px;
    margin: 0 auto;
  }
  
  .newsCheck:checked + .newsContents + .newsContBox {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  
  }
  
  .newsContents {
    background: #fbf9db url(/assets/img/common/top/newsArrowO.png) no-repeat 98%;
  }
  
  .newsCheck:checked + .newsContents {
    background: #fbf9db url(/assets/img/common/top/newsArrowD.png) no-repeat 98%;
  }
  
  
  .home-section__innerSP.newsContentsAreaSP {
    display: none;
  }
  
  @media screen and (max-width: 767px) {
  
    .home-section__innerSP.newsContentsAreaSP {
      margin-bottom: 20px;
      display: block;
    }
  
    .home-section__innerSP.newsContentsAreaSP.topNewsContentsSP {
      top: 415px;
      left: 0;
      /*position:absolute;*/
      z-index: 1111;
      margin-top: 20px;
      padding: 0 3%;
    }
  
    .newsCheckSP {
      display: none;
    }
  
    .newsContentsSP {
      cursor: pointer;
      display: block;
      position: relative;
      font-size: 1.4rem;
      font-weight: bold;
      padding: 1rem 1.6rem;
      padding-right: 2rem;
      max-width: 1150px;
      margin: 0 auto;
  
  
    }
  
    .newsContBoxSP {
      display: block;
      background: #fbf9db;
      line-height: 150%;
      height: 0;
      opacity: 0;
      transition: .5s;
      visibility: hidden;
      font-size: 1.4rem;
      max-width: 1150px;
      margin: 0 auto;
    }
  
    .newsCheckSP:checked + .newsContentsSP + .newsContBoxSP {
      height: auto;
      opacity: 1;
      padding: 10px;
      visibility: visible;
  
    }
  
    .newsContentsSP {
      background: #fbf9db url(/assets/img/common/top/newsArrowO.png) no-repeat 98%;
    }
  
    .newsCheckSP:checked + .newsContentsSP {
      background: #fbf9db url(/assets/img/common/top/newsArrowD.png) no-repeat 98%;
    }
  
  }
/* 2025/05 TVCM放送中バナー追加 */
.tv-banner {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
    padding: 46px 16px;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .tv-banner {
        padding: 24px 16px;
    }
}

/* TSL-2749 LINEボタン削除 */
.header__inner--right{
  width: 330px;
}

.Bnr__img__innerR__btn{
  width: calc((100% - (8px * 2)) / 2);
}

.Bnr__img__innerR .ctaBtnTel2 a span:before{
  width: 30px;
  height: 20px;
}

.Bnr__img__innerR .ctaBtnTel2 a b{
  font-size: 1.2rem;
  font-weight: 400;
}

.Bnr__img__innerR .ctaBtnTel2 a span{
  font-size: 2.4rem;
}

.BnrFooterBoxSPU .ctaBtnLine a img{
  width: 86%;
}



@media screen and (min-width: 769px){
  .ctaBtnArea-first .ctaBtnTel span.ctaBtnTel01 {
      top: 30px; 
    }

  .ctaBtnArea-first .ctaBtnTel a {
      padding: 46px 0 20px 0; }

  .ctaBtnArea-first .ctaBtnTel a span{
    font-size: 3.6rem;
  }

  .ctaBtnArea-first .ctaBtnBox img{
    width: 68%;
  }

  .ctaBtnArea-first .ctaBtnBox__btn {
      width: calc((100% - (20px * 2)) / 2); }
}


@media screen and (max-width:768px) {
  .BnrFooterBoxSPU .ctaBtnTel2 a span{
    font-size: 1.5rem;
  }
}

/* TSL2764 ポップアップ検証 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  /* 半透明の黒 */
  z-index: 9998;
}

.exit-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white; */
  background-image: url(../images/popup-bg_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 378px;
  height: 342px;
  z-index: 9999;
  /* オーバーレイの上に */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
  transition: .5s ease;
}

.popup-overlay,
.exit-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-overlay.is-visible,
.exit-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-button {
  position: absolute;
  top: -24px;
  right: 0;
  width: 24px;
  height: 24px;
  display: grid;
  padding: 0;
}

.popup-link {
  max-width: 300px;
  background-color: #F5F942;
  margin: auto;
  display: flex;
  padding: 10px;
  width: 90%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #000;
}

.popup-link:hover {
  opacity: 1;
}

.popup-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 26px;
}

@media screen and (max-width: 768px) {
  .exit-popup {
    width: 300px;
    height: 271px;
    background-image: url(../images/popup-bg_sp.webp);
  }
}