.pc {display: block;}
.sp {display: none;}
.br-sp {display: none;}

.header {
	background-color: #fff;
	padding: 20px 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.dl_bnr {
	position: fixed;
	bottom: 45px;
	right: 0;
	width: 100px;
	height: 286px;
	z-index: 9999;
}

.btn_flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 780px;
}

.btn_bx {
	background-color: #000;
	border-radius: 50px;
	width: 220px;
	max-width: 220px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.btn_bx a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* common ---------------*/
body.lp_page{
	font-size: 16px;
	line-height: 1.8;
}

.img100.border img{border: 4px solid #ffffff;}

/* title ---------------*/
.lp_title02{
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 32px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-left: 16px;
	padding-right: 16px;
}
.lp_title02.txt_l{
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.lp_title_un{
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-bottom: 32px;
	line-height: 1.2;
}
.lp_title_un::after{
	content: "";
	width: 120px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 60px);
}

@media only screen and (max-width: 979px) {
	.lp_title02{
		font-size: 32px;
	}
	.pc_only{display: none;}
}
@media only screen and (max-width: 690px) {
	.lp_title02{
		font-size: 26px;
	}
}
/* main ---------------*/
#lp_mainarea{
	height: 788px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../image/lp_dohbo_green_mainimage01_bg.jpg);
	padding-top: 88px;
}
#lp_mainarea img{display: none;}
@media only screen and (max-width: 979px) {
	#lp_mainarea{
		background: none;
		height: auto;
		padding-top: 0;
	}
	#lp_mainarea img{
		display: block;
		width: 100%;
		height: auto;
	}

	.pc {display: none;}
	.sp {display: block;}
	.sptext br {display: none;}
	.br-sp {display: block;}

	.header {
		background-color: #00978f;
		padding: 2vw 0;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100%;
	}

	.btn_flex {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto;
		width: 100vw;
	}

	.btn_bx {
		background-color: #fff;
		border-radius: 1vw;
		width: 48vw;
	  max-width: 48vw;
		padding: 4vw 0;
		text-align: center;
		position: relative;
		color: #000;
		font-size: 3.3vw;
		margin: 1vw auto;
	}

}
/* cv ---------------*/
.lp_cvarea {
    padding: 40px 0 0;
    width: 100%;
    background-repeat: repeat;
    background-position: center 0;
    text-align: center;
    background-image: url(../image/common/lp_dohbo_green_cv_bg.jpg);
}
.lp_cvbtnarea{
	display: flex;
	flex-wrap: wrap;
	max-width: 860px;
	margin: 16px auto 0;
}
.lp_cvbtn{
	width: 55%;
	margin: 16px auto 0;
}
.lp_cvbtn a{
	position: relative;
	display: block;
	border: 6px solid #ffffff;
	background-color: #ffa81f;
	box-shadow: 0 5px 7px 1px rgba(0,0,0,.2);
	border-radius: 64px;
	line-height: 1;
	padding: 24px 8px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	transition: all .3s ease 0;
}
.lp_cvbtn.b_blue a{background-color:#0061A8; }
.lp_cvbtn.b_yellow a{background-color:#FFC732; }
.lp_cvbtn.lp_data a::before{content: url(../image/common/lp_icon_data.png);}
.lp_cvbtn.lp_mail a::before{content: url(../image/common/lp_icon_mail.png);}
.lp_cvbtn a::before{margin-right: 5px;}
.lp_data a{background-color: #00978f;}
.txt_border{text-decoration: underline;}
.lp_cvbtn a:hover{top: 2px;}

@media only screen and (max-width: 979px) {
	.lp_cvarea{
		padding: 64px 24px 0;
	}
}
@media only screen and (max-width: 690px) {
	.lp_cvarea{
		padding: 40px 16px 0;
	}
	.lp_cvbtn{
		width: 90%;
		margin: 8px auto;
	}
	.lp_cvbtn a{
		padding: 20px 8px;
		font-size: 16px;
		border-width: 4px;
	}
}
/* worry ---------------*/
.lp_worry{
	position: relative;
	background-color: #ffffff;
	padding: 56px 0;
}
.lp_worry::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0 50px;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 50px);
    border-color: #ffffff transparent transparent transparent;
}
.lp_worry_list{
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.lp_worry_list li {
    background: url(../image/common/lp_dohbo_green_icon_check.png) no-repeat left 4px;
    padding-left: 26px;
    list-style: none;
    margin-bottom: 16px;
    line-height: 1.6;
}
@media only screen and (max-width: 690px) {
	.lp_worry{
		padding: 32px 0 24px;
	}
}
/* requestarea ---------------*/
.lp_requestarea {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../image/common/lp_dohbo_green_request_bg.jpg");
	padding: 80px 0;
}
.lp_requestarea .col {
    padding-top: 40px;
    border-bottom: 3px solid #00978f;
    order-color: #00978f;
    background-color: #fff;
    box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.2);
}
.col .lp_img100 img {
	height: 110px;
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.col .txtarea {
	padding: 30px 2em 35px;
	text-align: center;
	line-height: 1.5;
}
.lp_requestarea .col .txtarea .title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.lp_requestarea .col .txtarea .title a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 979px) {
	.lp_requestarea {padding: 64px 0 32px;}
	.lp_requestarea .col {
		padding: 24px 0;
		width: 88%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.lp_requestarea .col .lp_img100 img {
		height: auto;
		max-width: 100px;
	}
	.lp_requestarea .col .txtarea{
		padding: 24px 16px 24px 0;
	}
}
@media only screen and (max-width: 690px) {
	.lp_requestarea {padding: 64px 0 24px;}
	.lp_requestarea .col {
		padding: 10px;
		width: 100%;
	}
	.lp_requestarea .col .lp_img100 img {
		height: auto;
		max-width: 60px;
	}
	.lp_requestarea .col .txtarea{
		padding: 16px 16px 16px 0;
	}
}

/* use ---------------*/
.lp_use .col2{align-items: center;}
.lp_uselist{
	background-color: #f8f8f8;
	padding: 4px 32px 16px;
}
.lp_uselist dt{position: relative;}
.lp_uselist dt::before{
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 6px;
	margin-top: -4px;
	display: inline-block;
	background-color: #d91e34;
}
.lp_uselist dt{margin-top: 12px;}

@media only screen and (max-width: 979px) {
	.lp_use .img100{padding: 0 5%;}
	.lp_uselist{padding: 4px 16px 16px;}
}
@media only screen and (max-width: 690px) {
	.lp_use .img100{padding: 28px 16% 0;}
}

/* flow ---------------*/
.lp_flow{
	background-color: #00978f;
	padding: 80px 0 96px;
}
.lp_flowcont {
    background-color: #ffffff;
    position: relative;
    padding: 30px 5px;
    z-index: 1;
}
.lp_flowcont:last-child{margin-bottom: 0;}
.lp_flowcont::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	right: -10px;
	background: url("../image/common/lp_dot_diagonal.png") repeat center;
}
.lp_flownum {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
    border-bottom: 5px dotted #00978f;
    padding-bottom: 10px;
}
.lp_flowfact {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.flow_arr{position: relative;}
.flow_arr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: calc(50% - 30px);
    right: -44px;
}
.yellow_box{
	background-color: #FFC732;
    padding: 30px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.yellow_box .txt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}


@media only screen and (max-width: 979px) {
	.lp_flow{padding: 60px 0 72px;}
	.lp_flowcont{margin-bottom: 120px;}
	.lp_flownum{
		font-size: 60px;
		width: 100px;
	}
	.lp_flowtxt{
		width: calc(100% - 100px);
		padding-left: 32px;
	}
	.lp_flowcont + .lp_flowcont::before{
		border-width: 40px 50px 0 50px;
		top: -70px;
		left: calc(50% - 50px);
	}
}
@media only screen and (max-width: 979px) {
	.lp_flow{padding: 40px 0 0;}
	.lp_flowcont{margin-bottom: 90px;}
	.lp_flowcont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	.lp_flownum{
		font-size: 48px;
		width: 80px;
	}
	.lp_flowtxt{
		width: calc(100% - 80px);
		padding-left: 24px;
	}
	.lp_flowcont + .lp_flowcont::before{
		border-width: 30px 40px 0 40px;
		top: -50px;
		left: calc(50% - 40px);
	}
.flow_arr:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: auto;
    right: auto;
    left: calc(50% - 40px);
    bottom: -42px;
}
.lp_flownum {
    border-bottom: none;
    border-right: 5px dotted #00978f;
}
.yellow_box .txt {
    margin-right: 20px;
}
}
.sub_w_area::after{ border-color: #00978f;}

/* jimukyoku ---------------*/
.col3_m .col.circle_bk {
    width: calc(33.33333% - 30px);
    margin-left: 45px;
    margin-bottom: 24px;
}
.col3_m .col.circle_bk:nth-child(3n+1) {
    margin-left: 0;
}
.circle_bk{
    position: relative;
    border-radius: 50%;
    background: #FDDACE;
}

@media only screen and (max-width: 980px) {
.col3_m .col.circle_bk {
    width: calc(33.33333% - 16px);
    margin-left: 24px;
    margin-bottom: 24px;
}
}
@media only screen and (max-width: 690px) {
	.col3_m{
		display: block;
	}
.col3_m .col.circle_bk,.col3_m .col.circle_bk:nth-child(3n+1) {
    width: 280px;
    height:280px;
    margin-left: auto;
    margin-right: auto;
}
}
.lp_flow.jimukyoku_bk {
    background-color: #e86626;
    padding: 80px 0 96px;
}

/* osusume service ---------------*/
.lp_osusume .inner{
	display: flex;
    flex-wrap: wrap;
}
.lp_osusume_in{
	width:50%;
}
.osusume_btn a {
	width:272px;
	display: block;
    position: relative;
	background-color: #333;
	padding:10px 30px;
	color:#FFF;
	font-weight: bold;
}

.osusume_btn a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 690px) {
.lp_osusume_in{
	width:100%;
}
.lp_osusume_in ul{
	display: table;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	margin-bottom:30px;
}
.osusume_btn {
		width:272px;
		margin-left: auto;
		margin-right:auto;
}
.osusume_btn a {
	display: inline-block;
}
}

/* case ---------------*/
.lp_case .lp_case_in{
	border: 1px solid #dddddd;
	padding: 30px;
	box-shadow: 0 7px 10px 3px rgba(0,0,0,.1);
	align-items: flex-start;
}
.lp_case .lp_case_in .col_l{
	width: 250px;
	margin: 0;
}
.lp_case .lp_case_in .col_r{
	width: calc(100% - 250px);
	margin: 0;
	padding-left: 24px;
}
.lp_case_table td{
	padding: 8px 16px;
	border: 1px solid #ffffff;
}
.lp_case_table td:first-child{
	background-color: #005394;
	width: 25%;
	color: #ffffff;
	letter-spacing: 0.3em;
	text-align: center;
}
.lp_case_table td:last-child{
	width: 75%;
	font-size: 14px;
}
.lp_case_table tr:nth-child(odd) td:last-child{background-color: #f5f8fb;}
.lp_case_table tr:nth-child(even) td:last-child{background-color: #e5edf4;}


@media only screen and (max-width: 690px) {
	.lp_case .lp_case_in{padding: 32px 16px;}
	.lp_case .lp_case_in .col_l{
		width: 70%;
		max-width: 240px;
		margin: 0 auto 16px;
	}
	.lp_case .lp_case_in .col_r{
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
}
/*footer*/
/*------------------------------------------------------------------------------*/

footer ol, ul {
    list-style: none;
}

footer {
	color: #fff;
	line-height: 1.2;
	z-index: 8;
	position: relative;
}
footer a {
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_box01 {
	padding: 40px 0;
	background-color: #2F3642;
}
#footer_box01 .unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#footer_box01 #f_box01 {
	width: 29%;
}
#footer_box01 #f_box01 img {
	max-width: 334px;
}
#footer_box01 #f_box02 {
	width: 30%;
	font-size: 16px;
}
#footer_box01 #f_box02 li {
	display: inline-block;
	margin: 0 6px 10px 0;
}
#footer_box01 #f_box02 li:before {
	content: '/';
	margin-right: 6px;
	display: inline-block;
}
#footer_box01 #f_box02 li:nth-child(1):before {
	content: none;
	left: 0;
}
#footer_box01 #f_box03 {
	width: 35%;
}
#footer_box01 #f_box03 ul {
	display: table;
}
#footer_box01 #f_box03 li {
	display: table-cell;
	vertical-align: middle;
}
#footer_box01 #f_box03 .img100 {
	padding-right: 10px;
	width: 142px;
}
#footer_box01 #f_box03 .img100 img {
	max-width: 132px;
}
#footer_box01 #f_bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer_box01 #f_bnr li {
	width: 15%;
	text-align: center;
}
#footer_box01 #f_bnr img {
	max-width: 100%;
}
#footer_box02 {
	padding: 15px 0;
	background-color: #000;
	text-align: center;
	font-size: 12px;
}


@media only screen and (min-width:641px) and (max-width:1199px) {
#footer_box01 .inner {
	width: 100%;
}
#footer_box01 {
	padding: 0;
}
#footer_box01 .unit {
	margin-bottom: 0;
}
#footer_box01 #f_box01 {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
#footer_box01 #f_box02 {
	width: 100%;
}
#footer_box01 #f_box02 li {
	display: block;
	margin: 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#footer_box01 #f_box02 ul:first-child li:first-child {
	border-top: 1px solid rgba(255,255,255,0.2);
}
#footer_box01 #f_box02 li a {
	display: block;
	padding: 20px 30px 20px 20px;
}
#footer_box01 #f_box02 li:before {
	content: '';
	position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
	left: auto;
    right: 20px;
	width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-right: 0;
	display: inherit;
}
#footer_box01 #f_box02 li:nth-child(1):before {
	content: '';
	left: auto;
}
#footer_box01 #f_box03 {
	width: 100%;
	padding: 20px 30px;
}
#footer_box01 #f_box03 ul {
	margin: 0 auto;
	text-align: center;
}
#footer_box01 #f_box03 li {
	text-align: left;
}
#footer_box01 #f_box03 .img100 {
	width: 30%;
}
#footer_box01 #f_bnr {
	padding: 5px 20px 20px;
	max-width: 600px;
	margin: 0 auto;
}
#footer_box01 #f_bnr li {
	width: 32%;
	margin-bottom: 15px;
}
}

@media only screen and (max-width:640px) {
#footer_box01 .inner {
	width: 100%;
}
#footer_box01 {
	padding: 0;
}
#footer_box01 .unit {
	margin-bottom: 0;
}
#footer_box01 #f_box01 {
	width: 100%;
	padding: 26px 0;
	text-align: center;
}
#footer_box01 #f_box01 img {
	max-width: 260px;
}
#footer_box01 #f_box02 {
	width: 100%;
	font-size: 14px;
}
#footer_box01 #f_box02 li {
	display: block;
	margin: 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#footer_box01 #f_box02 ul:first-child li:first-child {
	border-top: 1px solid rgba(255,255,255,0.2);
}
#footer_box01 #f_box02 li a {
	display: block;
	padding: 20px 30px 20px 20px;
}
#footer_box01 #f_box02 li:before {
	content: '';
	position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
	left: auto;
    right: 20px;
	width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-right: 0;
	display: inherit;
}
#footer_box01 #f_box02 li:nth-child(1):before {
	content: '';
	left: auto;
}
#footer_box01 #f_box03 {
	width: 100%;
	padding: 20px 30px;
}
#footer_box01 #f_box03 ul {
	margin: 0 auto;
	text-align: center;
}
#footer_box01 #f_box03 li {
	font-size: 13px;
	text-align: left;
}
#footer_box01 #f_box03 .img100 {
	width: 30%;
}
#footer_box01 #f_bnr {
	padding: 5px 20px 20px;
	max-width: 400px;
	margin: 0 auto;
}
#footer_box01 #f_bnr li {
	width: 48%;
	margin-bottom: 15px;
}
}

/*flex*/
/*------------------------------------------------------------------------------*/
.flbox_a {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.flbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flbox_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.box1_2{
	flex: 0 1 48%;
	width: 48%;
}
/* IE hack */
@media all and (-ms-high-contrast:none){
.box1_2{
	flex: 0 1 44%;
	width: 44%;
}
}
.box1_2_02{
	flex: 0 1 48%;
	width: 48%;
}
.box1_2_03{
	flex: 0 1 49%;
	width: 49%;
}
.box1_4{
	flex: 0 1 21%;
	width: 21%;
}
.box1_4_w{
	flex: 0 1 22%;
	width: 22%;
}
.box1_4_w {
    border-bottom: 3px solid #da263b;
    background-color: #ffffff;
    box-shadow: 0 7px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 10px;
}
.box1_4_w .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1_4_w p{line-height: 1.4;}
@media only screen and (max-width:1024px) {
.box1_2_03{
	flex: 0 1 100%;
	width: 100%;
	margin-bottom: 20px;
}
.box1_2_03:last-child{
	margin-bottom: 0;
}
}
@media only screen and (max-width:980px) {
.box1_2_02{
	flex: 0 1 100%;
	width: 100%;
	margin-bottom: 30px;
}
}
@media only screen and (max-width:690px) {
.box1_2{
	flex: 0 1 100%;
	width: 100%;
	margin-bottom: 30px;
}
}
.lp_cvbtn.nw80 {
    width: 80%;
    margin-top: 10px auto 0;
}
.bgwhite{
	background-color:#fff;
	padding: 30px;
	box-shadow: 0 7px 12px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:690px) {
.bgwhite {
    padding: 20px 10px;
}
.lp_cvbtn.nw80 {
    width: 100%;
}
}
.teltxt{
	color: #00978f;
	font-size: 26px;
	font-weight: bold;
}
.teltxt:before{
	font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 32px;
}
.telnum {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}
.lp_st_txt {
    text-align: center;
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #d91e34;
}
.lp_st_txt .bg_red {
    font-size: 50px;
    background-color: #d91e34;
    padding: 5px 20px 0px;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
}
.lp_st_txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    display: inline-block;
    width: 44px;
    height: 4px;
    background-color: #d91e34;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.lp_st_txt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    display: inline-block;
    width: 44px;
    height: 4px;
    background-color: #d91e34;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.fa-lightbulb-o {
    font-size: 60px;
    margin-left: 10px;
}
.red_b_txt {
    font-size: 28px;
    font-weight: bold;
    color: #d91e34;
}
.lp_worry02{
	position: relative;
	background-color: #ffffff;
	padding: 56px 0;
	box-shadow: 0 7px 12px 0px rgba(0, 0, 0, 0.4);
}
.lp_worry02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 150px 0 150px;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 150px);
    border-color: #ffffff transparent transparent transparent;
}
.lp_worry_list02 {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}
.lp_worry_list02 li {
    padding-left: 26px;
    list-style: none;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 20px;
}
.lp_worry_list02 li:before{
	font-family: FontAwesome;
    content: "\f0a4";
    display: inline-block;
    padding-right: 5px;
    font-size: 30px;
    color: #d91e34;
}

/* lp_dohda_webop */
.lp_st_txt { color: #00978f; }
.lp_st_txt:before { background-color: #00978f; }
.lp_st_txt:after { background-color: #00978f; }
.red_b_txt { color: #00978f; }
.lp_worry_list02 li:before{ color: #00978f; }

.txt_sha{text-shadow: 3px 4px 9px #333;}
@media only screen and (max-width:980px) {
.teltxt{font-size: 20px;}
.telnum{font-size: 28px;}
.lp_st_txt {
    font-size: 22px;
    line-height: 1.2;
}
.lp_st_txt:before {left: -35px;}
.lp_st_txt:after {right: -35px;}
.lp_st_txt .bg_red {font-size: 28px;}
.fa-lightbulb-o {font-size: 40px; margin-left: 5px;}
.red_b_txt {font-size: 20px;}
.lp_worry_list02 li {font-size: 18px;}
.lp_worry_list02 li:before{font-size: 22px;}
.box1_4{
	flex: 0 1 100%;
	width: 100%;
	margin-bottom: 50px;
}
.box1_4_w{
	flex: 0 1 48%;
	width: 48%;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:690px) {
.lp_worry02::after {
    border-width: 35px 100px 0 100px;
    bottom: -35px;
    left: calc(50% - 100px);
}
.box1_4_w{
	flex: 0 1 100%;
	width: 100%;
}
}
/*料金表*/
.fee{width: 100%;}
.fee , td, th {
	border: 1px solid #fff;
	border-collapse: collapse;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 20px;
}
.fee th {
	background: #fff;
	width: 32%;
	text-align: left;
}

.fee .r_tit {
    background-color: #d91e34;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.fee .t_tit {
	width: 43%;
}
.tb_txt {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
.fee02 .t_tit {
	width: 38%;
}
.red_b_txt02 {
    font-size: 40px;
    font-weight: bold;
    color: #d91e34;
    line-height: 1.4;
}
.txt_box{
	border: 1px solid #333;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.border_gray{
	border: 3px solid #ddd;
	padding: 20px;
}
.fee_table th{
	background-color: #EDF8F5;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
}
.fee_table td{
	width: 50%;
	font-size: 24px;
	font-weight: bold;
	background-color: #f8f8f8;
	padding: 10px;
}
@media only screen and (max-width:1200px) {
.fee, td, th {
    font-size: 17px;
}
.fee02, td, th {
    font-size: 17px;
}
}
.tb_txt {
    font-size: 18px;
    line-height: 1.4;
}
@media only screen and (max-width:690px) {
.fee th {
    width: 52%;
}
.flbox_line {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.fee_table th, .fee_table td{
    font-size: 15px;
}
}

/*おすすめのサービス*/
/*------------------------------------------------------------------------------*/
.lp_st_txt02 {
    text-align: center;
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #00978f;
    line-height: 1.4;
}
.lp_st_txt02:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    display: inline-block;
    width: 84px;
    height: 4px;
    background-color: #00978f;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.lp_st_txt02:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -80px;
    display: inline-block;
    width: 84px;
    height: 4px;
    background-color: #00978f;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
@media only screen and (max-width:690px) {
.lp_st_txt02{
	font-size: 18px;
	line-height:1.2;
}
.lp_st_txt02:before {
    left: -35px;
    width: 40px;
}
.lp_st_txt02:after {
    right: -35px;
    width: 40px;
}
}

.sha{box-shadow: 0 5px 7px 1px rgba(0,0,0,.2);}

/*faq*/
/*------------------------------------------------------------------------------*/
.lp_faq {
    background-color: #00978f;
    padding: 80px 0;
}
.faq_box {
    background-color: #ffffff;
    position: relative;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
}
.faq_box::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	right: -10px;
	background: url("../image/common/lp_dot_diagonal.png") repeat center;
}
.faq_block {
    padding-top: 16px;
    width: 100%;
    margin-bottom: 20px;
}
.faq_block:first-child {
    border-top: none;
}
.faq_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #00978f;
    line-height: 1.4;
    position: relative;
    padding-left: 40px;
}
.faq_title:before {
    position: absolute;
    top: -3px;
    left: 0;
    font-family: 'Bree Serif', serif;
    content: "Q";
    font-size: 25px;
    color: #fff;
    line-height: 1.3;
    background-color: #00978f;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
}
.faq_a{
	background-color: #f8f8f8;
	padding: 20px;
	position: relative;
}

@media only screen and (max-width:690px) {
.lp_faq {
    padding: 40px 0;
}
.faq_box {
    padding: 20px;
}
}

.list_check li{
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.list_check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 24px;
    color: #d91e34;
}
.lp_title02_02 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.flbox02 {
    display: flex;
    justify-content: space-between;
		align-items: center;
    flex-wrap: wrap;
    position: relative;
}
/*.flbox02:after {
    content: url(../image/bot_contact_img.png);
    position: absolute;
    bottom: -100px;
    right: 60px;
}*/
@media only screen and (max-width:1060px) {
.lp_title02_02 {
    text-align: left;
}
}
@media only screen and (max-width:920px) {
.flbox02:after {
    right: -40px;
}
}
@media only screen and (max-width:780px) {
.flbox02:after {
    display: none;
}
.lp_title02_02 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
}
.flbox02 .box1_2{
	flex: 0 1 100%;
	width: 100%;
}
}

/* txt ---------------*/
.bold{font-weight: bold;}
.txt_color_key{color: #00978f;}
.txt_color_white{color: #ffffff;}
.marker_lime {background: linear-gradient(transparent 60%, #FFC732 60%);}

.box1_4_untxt{
	margin-top: 30px;
	color: #fff;
}
@media only screen and (max-width:1024px) {
.marker_lime {background: none;}
}
@media only screen and (max-width:980px) {
.box1_4_untxt {
    margin-top: -20px;
    padding-bottom: 30px;
}
}
.lp_cvarea02 {
    padding: 80px 0 80px;
    width: 100%;
    background-repeat: repeat;
    background-position: center 0;
    text-align: center;
    background-image: url(../image/common/lp_dohbo_green_cv_bg.jpg);
}
@media only screen and (max-width:690px) {
.lp_cvarea02 {padding: 40px 0 20px;}
}

/* 共通フッター */

.fbtn {
		display: block;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 1;
}

.fbtn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -999px;
		z-index: 2;
}


 .footer {
		width: 100%;
		max-width: 100%;
		min-width: 1030px;
		border-radius: 0;
		height: auto;
		background-image: url(../../img/dohbo/blk_bg.jpg);
		background-repeat: repeat;
		background-position: center;
		background-size: auto;
		padding: 80px 35px;
		text-align: center;
		margin: 0 auto;
}

 .footer .inner {
		width: 960px;
		position: relative;
		margin: 0 auto;
}

 .footer .kitty {
		position: absolute;
		bottom: -80px;
		right: -60px;
		animation: kitty_anim 5s infinite;
}

 .footer .kitty img {
		max-width: 228px;
}

@keyframes kitty_anim {
		0% {
				transform: translateY(0);
		}
		50% {
				transform: translateY(-20px);
		}
		100% {
				transform: translateY(0);
		}
}

 .footer .s6_ttl {
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		margin: 0 auto 30px;
}

 .footer .service_flex {
		display: flex;
		justify-content: space-between;
		width: 960px;
		margin: 0 auto;
}

 .footer .service_flex .sbx {
		flex-basis: 225px;
}

 .footer .service_flex .sbx h6 {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin: 15px 0;
		text-align: left;
}

 .footer .service_flex .sbx p {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.8;
		color: #fff;
		text-align: left;
}

 .footer .s6_btn {
		background-image: url(../../img/dohbo/fotter_btn_bg.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 320px;
		height: 66px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 50px auto 0;
}

 .footer .s6_btn p {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		text-align: center;
		margin-bottom: 0;
}

@media (hover: hover) {
		 .footer .s6_btn:hover {
				background-image: url(../../img/dohbo/fotter_btn_bg_on.svg);
		}
		 .footer .s6_btn:hover p {
				font-size: 16px;
				font-weight: bold;
				line-height: 1;
				text-align: center;
		}
}

 .footer .s6_logo {
		margin: 65px auto 30px;
}

 .footer .copy {
		font-size: 15px;
		font-weight: 500;
		line-height: 1;
		color: #fff;
}

@media (max-width: 780px) {

	 .footer {
			width: 100vw;
			max-width: 100vw;
			min-width: 100vw;
			border-radius: 0;
			height: auto;
			background-image: url(../../img/dohbo/blk_bg.jpg);
			background-repeat: repeat;
			background-position: center;
			background-size: auto;
			padding: 5vw 0 50vw;
			text-align: center;
			margin: 0 auto;
	}
	 .footer .inner {
			width: 80vw;
			margin: 0 auto;
			position: relative;
	}
	 .footer .kitty {
			position: absolute;
			bottom: -29vw;
			right: -16vw;
			animation: kitty_anim 5s infinite;
	}
	 .footer .kitty img {
			max-width: 38vw;
	}
	@keyframes kitty_anim {
			0% {
					transform: translateY(0);
			}
			50% {
					transform: translateY(-20px);
			}
			100% {
					transform: translateY(0);
			}
	}
	 .footer .s6_ttl {
			font-size: 4.35897vw;
			font-weight: bold;
			color: #fff;
			line-height: 1.7;
			margin: 0 auto 4vw;
	}
	 .footer .service_flex {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			width: 80vw;
			margin: 0 auto;
	}
	 .footer .service_flex .sbx {
			flex-basis: 38vw;
			margin-bottom: 5vw;
	}
	 .footer .service_flex .sbx h6 {
			font-size: 3.33333vw;
			font-weight: bold;
			color: #fff;
			margin: 2.5vw 0 1.5vw;
			text-align: left;
	}
	 .footer .service_flex .sbx p {
			font-size: 2.82051vw;
			font-weight: 500;
			line-height: 1.8;
			color: #fff;
			text-align: left;
	}
	 .footer .s6_btn {
			background-image: url(../../img/dohbo/fotter_btn_bg.svg);
			background-repeat: no-repeat;
			background-size: contain;
			width: 70vw;
			height: 14.35vw;
			display: flex;
			justify-content: center;
			align-items: center;
			text-align: center;
			margin: 0 auto 15vw;
	}
	 .footer .s6_btn p {
			font-size: 3.58974vw;
			font-weight: bold;
			color: #fff;
			line-height: 1;
			text-align: center;
			margin-bottom: 0;
	}
	 .footer .s6_logo {
			margin: 0 auto 5vw;
			text-align: left;
	}
	 .footer .s6_logo img {
			max-width: 33vw;
	}
	 .footer .copy {
			font-size: 2.82051vw;
			font-weight: 500;
			text-align: left;
			line-height: 1;
			color: #fff;
			margin-bottom: 10vw;
	}

}
