@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none!important;
}
.area {
	padding: 100px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
.green {
	color: #33b046;
}
.orange {
	color: #ff9900;
	font-weight: 700;
}
.red {
	color: #ff0000;
	font-weight: 700;
}
.pink {
	color: #d93261;
	font-weight: 700;
}
.y_border {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
.bold {
	font-weight: 700;
}
.ttl01 {
	background: #33b046;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 2.8rem;
	padding: 12px 20px;
	border-radius: 50px;
	margin-bottom: 40px;
}
.btn_contact a {
	display: block;
	background: #ff9900;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 50px;
}
.btn_contact span {
	padding-left: 50px;
	position: relative;
}
.btn_contact span::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/icon_mail.png)no-repeat left center/25px 20px;
	width: 25px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translate(50%,-50%);
}
.btn01 a {
	display: block;
	background: #ff9900;
	color: #fff;
	font-weight: 700;
	width: 320px;
	border-radius: 50px;
	padding: 10px;
	text-align: center;
	margin: 20px auto 0;
	box-sizing: border-box;
	max-width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.area {
		padding: 50px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		font-size: 1.8rem;
		padding: 10px 20px;
		border-radius: 100px;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.btn_contact a {
		padding: 5px 20px 5px 10px;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.2;
	}
	.btn_contact span {
		padding-left: 30px;
		display: block;
	}
	.btn_contact span::before {
		background: url(../img/icon_mail.png)no-repeat left center/15px 10px;
		width: 15px;
		height: 10px;
	}
	.btn01 a {
		width: 100%;
	}

}


/* header
-------------------------------------------------------*/
#header {
	padding: 10px 20px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#header .logo img {
	max-width: 306px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#header {
		padding: 10px;
	}
	#header .logo img {
		max-width: 150px;
	}
}


/* visual
-------------------------------------------------------*/
#visual .inner {
	max-width: 100%;
}
.visual_slider {
	margin-bottom: 60px;
}
.visual_slider li {
	padding: 0 40px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#visual .inner {
		max-width: 100%;
	}
	.visual_slider {
		margin-bottom: 20px;
	}
	.visual_slider li {
		padding: 0 10px;
	}
}


/* area01
-------------------------------------------------------*/
.area01 {
	background: linear-gradient(180deg, #fff 0%, #fff 23%, #e2efce 23%, #e2efce 100%);
}
.area01 .inner {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.area01 .box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.area01 .txt_box {
	width: 50%;
}
.area01 .txt_box .logo {
	margin-bottom: 20px;
}
.area01 .txt_box .logo img {
	max-width: 442px;
}
.area01 .txt_box .ttl {
	font-size: 3rem;
	margin-bottom: 20px;
}
.area01 .txt_box .txt {
	font-size: 1.8rem;
}
.area01 .txt_box ul {
	margin: 10px 0;
}
.area01 .txt_box ul li {
	position: relative;
	padding-left: 30px;
}
.area01 .txt_box ul li:not(:last-child) {
	margin-bottom: 5px;
}
.area01 .txt_box ul li::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/icon_check.png)no-repeat left center/22px 16px;
	width: 22px;
	height: 16px;
	left: 0;
	top: 5px;
}
.area01 .img_box {
	width: 48%;
}
.area01 .img_box .txt_s {
	text-align: right;
	font-size: 1.2rem;
	word-break: break-all;
}

.txt_s a {
	word-break: break-all;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area01 {
		background: linear-gradient(180deg, #fff 0%, #fff 23%, #e2efce 23%, #e2efce 100%);
	}
	.area01 .inner {
		padding: 20px;
	}
	.area01 .box {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.area01 .txt_box {
		width: 100%;
	}
	.area01 .txt_box .ttl {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.area01 .txt_box .txt {
		font-size: 1.6rem;
	}
	.area01 .txt_box ul {
		margin: 10px 0;
	}
	.area01 .txt_box ul li {
		padding-left: 25px;
	}
	.area01 .txt_box ul li::before {
		background: url(../img/icon_check.png)no-repeat left center/15px 10px;
		width: 15px;
		height: 10px;
		left: 0;
		top: 8px;
	}
	.area01 .img_box {
		width: 100%;
		margin-top: 20px;
	}
	.area01 .img_box .txt_s {
		font-size: 1rem
	}
}


/* area02
-------------------------------------------------------*/
.area02 {
	background: url(../img/bg_circle.png)no-repeat center right/100% auto;
}
.list_img_txt li {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_img_txt li:nth-child(2n) {
	flex-flow: row-reverse;
}
.list_img_txt li:not(:last-child) {
	margin-bottom: 100px;
}
.list_img_txt li .img {
	width: 50%;
	margin-left: 40px;
}
.list_img_txt li .txt {
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.8;
}
.list_img_txt li:first-child .img {
	width: 60%;
	margin-right: 40px;
	margin-left: 0;
}
.list_img_txt li:first-child .txt {
	width: 40%;
}
.list_img_txt li a {
	font-size: 1.4rem;
	color: #0e68ae;
	text-decoration: underline;
	margin-top: 20px;
	display: block;
}
.area02 .arrow {
	text-align: center;
	margin: 50px 0 0;
}
.area02 .arrow img {
	max-width: 477px;
}
.area02 .box {
	background: #f0f9e3;
	border-radius: 20px;
	padding: 60px;
	margin-top: -40px;
	font-size: 1.8rem;
}
.list_point {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin:  40px 0;
}
.list_point li {
	width: 31%;
	background: #fff;
	border-radius: 20px;
	padding: 25px;
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_point li::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/icon_point.png)no-repeat left top/50px 71px;
	width: 50px;
	height: 71px;
	left: -10px;
	top: -20px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.area02 .box {
		padding: 60px 30px;
	}
}
@media screen and (max-width:768px) {
	.list_img_txt li {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.list_img_txt li:nth-child(2n) {
		flex-flow: column;
	}
	.list_img_txt li:not(:last-child) {
		margin-bottom: 40px;
	}
	.list_img_txt li .img {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.list_img_txt li .txt {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.list_img_txt li:first-child .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.list_img_txt li:first-child .txt {
		width: 100%;
	}
	.list_img_txt li a {
		font-size: 1.2rem;
	}
	.area02 .arrow {
		margin: 30px 0 0;
	}
	.area02 .box {
		padding: 20px;
		margin-top: -20px;
		font-size: 1.6rem;
	}
	.list_point {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 20px 0;
	}
	.list_point li {
		width: 100%;
		padding: 20px;
		font-size: 1.6rem;
	}
	.list_point li::before {
		background: url(../img/icon_point.png)no-repeat left top/40px 49px;
		width: 40px;
		height: 49px;
		left: -10px;
		top: -10px;
	}
	.list_point li:not(:last-child) {
		margin-bottom: 20px;
	}
}


/* area03
-------------------------------------------------------*/
.area03 {
	background: url(../img/bg_green.png)no-repeat center/cover;
}
.list_com li {
	background: #fff;
	border-radius: 20px;
	width: 90%;
	box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
	padding: 50px;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.list_com li:not(:last-child) {
	margin-bottom: 40px;
}
.list_com li:nth-child(2n) {
	margin: 0 0 40px auto;
}
.list_com li .ttl {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}
.list_com li .ttl::before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #333333;
	left: 0;
	top: 18px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_com li {
		width: 95%;
		padding: 20px;
		font-size: 1.4rem;
	}
	.list_com li:not(:last-child) {
		margin-bottom: 30px;
	}
	.list_com li:nth-child(2n) {
		margin: 0 0 30px auto;
	}
	.list_com li .ttl {
		font-size: 1.6rem;
		padding-left: 40px;
	}
	.list_com li .ttl::before {
		width: 30px;
		height: 1px;
		top: 15px;
	}
}


/* area04
-------------------------------------------------------*/
.area04 {
	background: url(../img/bg_stripe.png)no-repeat center/cover;
	font-size: 1.8rem;
}
.area04 dl {
	 display: flex;
	 flex-flow: row nowrap;
	 align-items: flex-start;
	 justify-content: space-between;
	 margin: 20px 0;
}
.list_caution {
	font-weight: 700;
	margin-top: 20px;
}
.list_caution li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.list_caution li::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/icon_caution.png)no-repeat left top/26px 23px;
	width: 26px;
	height: 23px;
	left: 0;
	top: 2px;
}
.area04 .btm_img {
	text-align: center;
}
.area04 .btm_img img {
	max-width: 885px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area04 {
		font-size: 1.4rem;
	}
	.area04 dl {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 20px 0;
	}
	.area04 dl dt {
		margin-bottom: 20px;
	}
	.area04 .btm_img {
		margin-top: 20px;
	}
}


/* area05
-------------------------------------------------------*/
.area05 .txt {
	font-size: 1.8rem;
	margin-bottom: 70px;
}
.area05 .txt_s {
	font-size: 1.4rem;
}
.area05 .txt a {
	color: #2e6da7;
}
.area05 .txt_mid {
	font-size: 2.4rem;
	margin-bottom: 130px;
	text-align: center;
	border: 3px solid #70c5f6;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #fffdec;
}
.area05 dl {
	background: #dff1fb;
	position: relative;
	padding: 40px 0 40px 30%;
	position: relative;
}
.area05 dl dt {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(0,-50%);
	max-width: 22%;
}
.area05 dl dd {
	line-height: 1.8;
	font-size: 1.6rem;
}
.area05 dl .icon {
	position: absolute;
	right: 0;
	bottom: -50px;
	max-width: 25%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area05 .txt {
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	.area05 .txt_s {
		font-size: 1.4rem;
	}
	.area05 .txt_mid {
		font-size: 1.6rem;
		margin-bottom: 80px;
	}
	.area05 dl {
		padding: 50px 20px 20px;
	}
	.area05 dl dt {
		left: 50%;
		top: 0px;
		transform: translate(-50%,-50%);
		max-width: 30%;
	}
	.area05 dl .icon {
		bottom: -35px;
		max-width: 30%;
	}
}


/* area06
-------------------------------------------------------*/
.area06 {
	background: #e2efce;
}
.area06 .inner {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	padding: 50px;
}
.area06 .ttl01 {
	max-width: 395px;
	margin: 0 auto 40px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area06 .inner {
		padding: 20px;
	}
	.area06 .ttl01 {
		max-width: 395px;
		margin: 0 auto 20px;
	}
}

/* area07
-------------------------------------------------------*/
.list_feature li {
	border: 5px solid #e2efce;
	border-radius: 20px;
	padding: 40px;
	position: relative;
}
.list_feature li .num {
	position: absolute;
	left: -30px;
	top: -30px;
}
.list_feature li .num img {
	max-width: 89px;
}
.list_feature>li:not(:last-child) {
	margin-bottom: 90px;
}
.list_feature li .ttl {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.list_feature li .txt {
	font-size: 1.8rem;
}
.list_feature li .link_box {
	margin: 20px 0 30px;
}
.list_feature li .link {
	font-size: 1.4rem;
	margin-top: 5px;
}
.list_feature li .link a {
	color: #2a84be;
	text-decoration: underline;
}
.list_feature li .img_pc {
	position: absolute;
	max-width: 38%;
	right: 0;
	bottom: -50px;
}
.list_feature li .img_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_feature li .img_box .img {
	width: 48%;
}
.list_feature li .img_box .img span {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 20px;
}
.list_feature li .box {
	border: 5px solid #ebece8;
	border-radius: 20px;
	padding: 30px;
}
.list_feature li .box dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.list_feature li .box dl dt {
	width: 28%;
	margin-right: 30px;
}
.list_feature li .box dl dd {
	width: 72%;
	font-size: 1.6rem;
	padding-top: 20px;
}
.list_feature .list_img_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.list_feature .list_img_box li {
	width: 48%;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}
.list_feature .list_img_box li .img {
	text-align: center;
	margin-bottom: 10px;
}
.list_feature .list_img_box li .img img {
	max-width: 219px;
}
.list_feature .list_img_box li .txt {
	text-align: center;
	font-size: 1.6rem;
}
.list_feature .caution {
	text-align: center;
	font-weight: 700;
}
.price {
	margin-top: 90px;
}

.tab_w {
		word-break: break-all;
	}

@media screen and (max-width:1060px) {
	.list_feature li .img_pc {
		max-width: 30%;
		bottom: -20px;
	}
}

@media screen and (max-width:950px) {
	.list_feature li .img_pc {
		bottom: 20px;
	}

	.tab_w {
		width: 70%;
	}
}


@media screen and (max-width:768px) {
	.list_feature li {
		border: 5px solid #e2efce;
		padding: 40px 20px 30px;
	}
	.list_feature li .num {
		left: -20px;
		top: -20px;
	}
	.list_feature li .num img {
		max-width: 60px;
	}
	.list_feature>li:not(:last-child) {
		margin-bottom: 30px;
	}
	.list_feature li .ttl {
		font-size: 2rem;
		line-height: 1.4;
	}
	.list_feature li .txt {
		font-size: 1.4rem;
	}
	.list_feature li .link {
		font-size: 1.2rem;
	}
	.list_feature li .img_pc {
		display: none;
		position: absolute;
		max-width: 38%;
		right: -10px;
		bottom: -30px;
	}
	.list_feature li .img_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_feature li .img_box .img {
		width: 100%;
	}
	.list_feature li .img_box .img:not(:last-child) {
		margin-bottom: 30px;
	}
	.list_feature li .img_box .img span {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.list_feature li .box {
		padding: 15px;
	}
	.list_feature li .box dl {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.list_feature li .box dl dt {
		width: 100%;
		margin-right: 0;
	}
	.list_feature li .box dl dd {
		width: 100%;
		font-size: 1.4rem;
		padding-top: 10px;
	}
	.list_feature .list_img_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.list_feature .list_img_box li {
		width: 100%;
		padding: 10px 10px 20px;
	}
	.list_feature .list_img_box li:not(:last-child) {
		margin-bottom: 20px;
	}
	.list_feature .list_img_box li .txt {
		font-size: 1.4rem;
	}
	.price {
		margin-top: 40px;
	}
	.tab_w {
		width: 100%;
	}
}


/* qa
-------------------------------------------------------*/
.qa {
	background: #e2efce;
}
.qa .inner {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	padding: 50px 70px;
}
.qa .inner .ttl_faq {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.qa .inner .ttl_faq .size_s {
	font-size: 1.6rem;
}
.qa dl:not(:last-child) {
    margin: 0 0 20px;
}
.qa dt {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	cursor: pointer;
	transition: .3s;
	font-size: 2rem;
	border-bottom: 1px solid #e2efce;
	padding-bottom: 20px;
}
.qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/34px 34px;
    min-width: 34px;
    height: 34px;
    margin: 0 20px 0 0;
}
.qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
	background: #f4f5f2;
	padding: 10px 30px 10px 20px;
	line-height: 2;
}
.qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/34px 34px;
    min-width: 34px;
    height: 34px;
    margin: 0 20px 0 0;
}
.qa .aco_btn {
	position: relative;
}
.qa .aco_btn .btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 25px;
    height: 25px;
}
.qa .aco_btn .btn span {
    background: #45b853;
    width: 30px;
    height: 2px;
    display: block;
}
.qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
.qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
.qa .aco_btn:hover {
    opacity: .7;
}
.qa_about .ttl {
	font-size: 1.8rem;
}
.qa_about .sub_ttl {
	border-bottom: 1px solid #33b046;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.qa_about ul:not(:last-child) {
	margin-bottom: 20px;
}
.qa_about li:not(:last-child) {
	margin-bottom: 10px;
}
.qa_about .ttl_in {
	font-weight: 700;
}
.qa_about .txt {
	padding-left: 1em;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.qa .inner {
		padding: 50px 30px;
	}
	.qa dt {
		padding-right: 40px;
	}
}
@media screen and (max-width:768px) {
	.qa .inner {
		padding: 30px 20px;
	}
	.qa .inner .ttl_faq {
		font-size: 2.6rem;
	}
	.qa .inner .ttl_faq .size_s {
		font-size: 1.4rem;
	}
    .qa dl:not(:last-child) {
        margin: 0 0 10px;
    }
    .qa dl dt {
        align-items: flex-start;
        padding: 0 20px 10px 0;
		font-size: 1.4rem;
    }
    .qa dl dd {
        padding: 10px 15px 10px 10px;
    }
    .qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/25px 25px;
        min-width: 25px;
        height: 25px;
        margin: 0 10px 0 0;
    }
    .qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/25px 25px;
        min-width: 25px;
        height: 25px;
        margin: 0 10px 0 0;
    }
    .qa .aco_btn .btn {
        right: 0;
        width: 18px;
        height: 18px;
        top: 7px;
    }
    .qa .aco_btn .btn span {
        width: 18px;
        height: 2px;
    }
    .qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    .qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}

/* contact
-------------------------------------------------------*/
#contact .inner {
	max-width: 800px;
}
.ttl_contact {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	border-top: 5px solid #45b853;
	border-bottom: 5px solid #45b853;
	padding: 20px 0;
	margin-bottom: 20px;
}
.contact .table_temp {
	width: 100%;
}
.contact.contact_after .inner {
	padding: 0;
}
.contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contact tr>* {
	display: table-cell;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
.contact .size_s {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.contact .size_s input {
	width: 48%!important;
}
.contact tr th {
	width: 300px;
	text-align: left;
	vertical-align:top;
	padding-top: 33px;
}
.contact.contact_after tr th {
	vertical-align: middle;
}
.contact.contact_after tr td {
	vertical-align: middle;
}

.contact tr th b {
	display: block;
	position: relative;
	font-weight: normal;
}
.contact tr.hissu th b::after,
.contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	width: 46px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contact tr.hissu th b::after {
	content: "必須";
	background: #ff4e00;
}
.contact tr.nini th b::after {
	content: "任意";
	background: #777;
}
.contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
.contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
.contact.contact_after tr th {
	color: #aaa;
}
.contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
.contact input[type="text"],
.contact select,
.contact textarea {
	width: 100%;
	background: #f4f5f2;
	border: 1px solid #d5d2d2;
}
.contact input[type="text"],
.contact select {
	height: 45px;
}
.contact textarea {
	min-height: 150px;
	resize: vertical;
}
.contact .radio_area label,
.contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
.contact .txt_form {
	text-align: center;
	line-height: 1.4;
}
.contact .txt_form span {
	display: block;
}
::placeholder {
	color: #8d8d8d;
}
.contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.contact .form_btn01,
.contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 320px;
	height: 45px;
	border: none;
	border-radius: 100px;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	color: #fff;
	line-height: 1;
    text-align: center;
	font-weight: 700;
}
.contact .form_btn01 {
	background: #ff9900;
}
.contact .form_btn02 {
	background: #333;
}
.contact .privacy {
	border: 1px solid #aeaeae;
	padding: 30px;
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 20px 0 0;
}
.contact .privacy .ttl_privacy {
	text-align: center;
	font-size: 120%;
	margin: 0 0 30px;
}
.contact .privacy .sub_ttl {
	font-weight: 700;
	margin: 0 0 20px;
}
.contact .privacy .txt {
	font-size: 90%;
	line-height: 1.6;
	margin: 0 0 40px;
}
.contact .privacy .date {
	text-align: right;
	font-size: 90%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
}
@media screen and (max-width:768px) {
	.ttl_contact {
		font-size: 2.4rem;
		padding: 20px 0;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.contact .txt_head {
		font-size: 100%;
	}
	.contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	.contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	.contact tr th {
		width: 100%;
		font-size: 100%;
	}
	.contact tr td {
		padding-top: 0;
		font-size: 1.4rem!important;
	}
	.contact tr.hissu th b::after,
	.contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	.contact .radio_area label,
	.contact .check_area label {
		display: flex;
		align-items: center;
	}
	.contact .form_btn {
		flex-flow: column;
	}
	.contact .form_btn01,
	.contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	.contact .privacy {
		padding: 20px;
		height: 200px;
	}
	.contact .privacy .ttl_privacy {
		font-size: 110%;
		margin: 0 0 20px;
	}
	.contact .privacy .sub_ttl {
		font-size: 90%;
	}
	.contact .privacy .txt {
		font-size: 80%;
		margin: 0 0 30px;
	}
}


/* message
-------------------------------------------------------*/
.message {
	background: url(../img/bg_message.png)no-repeat center/cover;
}
.message .inner {
	background: #fff;
	padding: 30px;
}
.message .ttl_message {
	display: inline-block;
	background: #45b853;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 5px 50px 5px 30px;
	margin-left: -30px;
	margin-bottom: 20px;
}
.message .note {
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), 
	linear-gradient(180deg, #d5d2d2 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, 
	100% 3em;
	line-height: 3em;
	padding-bottom: 1px;
	position: relative;
	margin-bottom: 60px;
}
.message .note .icon01,.message .note .icon02 {
	position: absolute;
}
.message .note .icon01 {
	right: -50px;
	top: -50px;
	max-width: 20%;
}
.message .note .icon02 {
	right: 0;
	bottom: -80px;
	max-width: 22%;
}
.message .profile_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.message .profile_box .img {
	width: 20%;
	margin-right: 60px;
}
.message .profile_box .profile_txt {
	width: 80%;
}
.message .profile_box .profile_txt .name {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.message .profile_box .profile_txt .title {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.message .profile_box .profile_txt .txt {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.message .profile_box .history {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 670px;
}
.message .profile_box .history dl {
	width: 49%;
}
.message .profile_box .history dl dt {
	font-weight: 700;
	background: #e2efce;
	padding: 10px;
	margin-bottom: 10px;
}
.message .profile_box .history dl dd {
	padding-left: 10px;
}
.message .btm_txt {
	background: #f2f2f2;
	border-radius: 20px;
	padding: 20px;
	font-size: 1.4rem;
}
.message .btm_txt a {
	color: #4389ad;
}
@media screen and (max-width:1020px) {
	.message .note .icon01 {
		right: -40px;
		top: -120px;
	}
}
@media screen and (max-width:1000px) {
	.message .note .icon02 {
		bottom: -120px;
		max-width: 20%;
	}
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.message .note .icon01 {
		top: -100px;
		max-width: 25%;
	}
}

@media screen and (max-width:768px) {
	.message .inner {
		padding: 20px;
	}
	.message .ttl_message {
		font-size: 1.8rem;
		margin-left: -20px;
	}
	.message .note {
		background-size: 8px 100%, 
		100% 2.2em;
		line-height: 2.2em;
	}
	.message .note .icon01 {
		right: -40px;
		top: -80px;
		max-width: 100%;
	}
	.message .note .icon01 img {
		max-width: 100px;
	}
	.message .note .icon02 {
		right: 0;
		bottom: -50px;
		max-width: 100%;
	}
	.message .note .icon02 img {
		max-width: 114px;
	}
	.message .profile_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.message .profile_box .img {
		width: 40%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.message .profile_box .profile_txt {
		width: 100%;
	}
	.message .profile_box .profile_txt .name {
		font-size: 1.8rem;
	}
	.message .profile_box .profile_txt .title {
		font-size: 1.4rem;
	}
	.message .profile_box .history {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		max-width: 100%;
	}
	.message .profile_box .history dl {
		width: 100%;
	}
	.message .profile_box .history dl:not(:last-child) {
		margin-bottom: 20px;
	}
}

.size_l {
	font-size: 2.5rem;
}

.icon_blue {
	position: relative;
}

.icon_blue::after {
	position: absolute;
	content: "";
	background: url(../img/icon_blue.png) no-repeat;
	background-size: 100%;
	width: 136px;
	height: 136px;
	top: -40px;
	right: -40px;
}

@media screen and (max-width:768px) {
	.size_l {
	font-size: 2rem;
}

.icon_blue::after {
	position: absolute;
	content: "";
	background: url(../img/icon_blue.png) no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	top: -30px;
	right: -30px;
}

.img_no01_01 {
	margin-bottom: 20px;
}
}


.inline_center {
	text-align: center;
}
.inline_center .txt {
	display: inline-block;
	text-align: left;
}


.price_ttl {
	border-radius: 0;
	background: #569fca;
}

.price_box {
	border: 3px solid #70c5f6;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price_box_L {
	width: 36%;
	padding-right: 2%;
	
}

.price_box_R {
	width: 60%;
	padding-left: 2%;
	border-left: 1px solid #70c5f6;
	
}

.price_ttl_sub {
	background:#70c5f6;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	border-radius: 3px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.price_box_L dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #70c5f6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.price_box_L dl:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.price_box_L dl dt {
	background: #fbf8de;
	text-align: center;
	padding: 5px;
	width: 150px;
}

.price_box_L dl dt span {
	font-size: 50%;
}

.price_box_L dl dd {
	font-weight: 700;
	font-size: 2rem;
	flex: 1;
	width: 100%;
	padding-left: 10px;
}


.price_box_R dl {
	margin-bottom: 10px;
}

.price_box_R dl dt {
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}
.price_box_R dl dd {
	font-weight: 400;
	padding-left: 1em;
}

.blue {
	color: #70c5f6;
}



.btn01_big a {
font-size: 2.5rem;
width: 400px;
margin-top: 50px;
}


@media screen and (max-width:768px) {
	.price_box {
	display: block;
}

.price_box_L {
	width: 100%;
	padding-right: 0%;
	border-right: none;
}

.price_box_R {
	width: 100%;
	padding-left: 0%;
	border-left: none;
	
}

.price_ttl_sub {
	font-size: 1.7rem;
}

.price_box_L dl {
	display: block;
	border-bottom: 1px solid #70c5f6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.price_box_L dl:last-child {
	border-bottom: 1px solid #70c5f6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.price_box_L dl dt {
	width: 100%;
	margin-bottom: 10px;
}



.price_box_L dl dd {
	font-size: 1.8rem;
	text-align: center;
}


.btn01_big a {
font-size: 2.2rem;
width: 300px;
margin-top: 30px;
}

}

.form_caution {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.form_caution02 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 1.5em;
}


.form_bottom_txt {
}

.form_bottom_txt a {
	color: #2e6da7;
	text-decoration: underline;
}

.ttl_contact_sub {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 30px;
}

.ttl_contact_sub span {
	color: #33b046;
	margin-right: 5px;
}

.kiyaku_check {
	text-align: center;
	margin-top: 20px;
}

.kiyaku_check a {
	color: #2e6da7;
	text-decoration: underline;
}

.form_bottom {
	border: 1px solid #d6d6d6;
	padding: 20px;
	margin-top: 50px;
}

.mb20 {
	margin-bottom: 20px;
}

.eigyousho_TB {
	margin-top: 20px;
	max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.eigyousho_TB.open {
	display: block;
    max-height: 500px; /* 内容の高さより少し大きめにしておく */
    opacity: 1;
}

.eigyousho_TB dl {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.eigyousho_TB dl dt {
	display: inline-block;
	padding: 5px 30px;
	background: #f0f0f0;
	border-radius: 100px;
	margin-right: 10px;
}

.eigyousho_TB dl dd a {
	color: #0e68ae;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	.eigyousho_TB dl {
	display: block;
}
.eigyousho_TB dl dt {
	margin-bottom: 10px;
}
}



.seikyusho_TB {
	margin-top: 20px;
	max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.seikyusho_TB.open {
	display: block;
    max-height: 2000px; /* 内容の高さより少し大きめにしておく */
    opacity: 1;
}

.seikyusho_betsu_TB {
	margin-top: 20px;
	max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.seikyusho_betsu_TB.open {
	display: block;
    max-height: 2000px; /* 内容の高さより少し大きめにしておく */
    opacity: 1;
}


.select_short {
	width: 200px !important;
}

.mitsumori {
	max-width: 760px;
	margin: 0 auto;
	margin-top: 50px;
}

.mitsumori  .ttl_contact {
	border-color: #569fca;
	padding: 10px 0;
}

.mitsumori  .ttl_contact span {
	font-weight: 500;
	font-size: 60%;
	margin-left: 10px;
}

.mitsumori_txt {
	text-align: center;
	font-size: 1.8rem;
}

.mitsumori.contact th {
	font-size: 2rem;
}
.mitsumori.contact td input {
	font-size: 2rem;
}

.mitsumori.contact td select {
	font-size: 1.8rem;
}

.mitsumori .form_btn01 {
	font-size: 2rem;
}

.mitsumori.contact tr.hissu th b::after {
font-size: 1.6rem;
width: 54px;
  height: 30px;
}

@media screen and (max-width:768px) {
	.mitsumori {
	margin-top: 30px;
	padding: 20px;
}
.select_short {
	width: 100% !important;
}
.mitsumori_txt {
	text-align:left;
	font-size: 1.4rem;
}

.mitsumori  .ttl_contact span {
	display: block;
}

.mitsumori.contact th {
	font-size: 1.6rem;
}
.mitsumori.contact td input {
	font-size: 1.6rem;
}

.mitsumori.contact td select {
	font-size: 1.6rem;
}

.mitsumori .form_btn01 {
	font-size: 1.6rem;

}

.mitsumori.contact tr.hissu th b::after {
font-size: 1.2rem;
width: 40px;
  height: 20px;

}
}






/*見積もりページ*/


.m_wrap {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #ababab;
	padding: 30px;
	margin-top: 30px;
	box-sizing: border-box;
	background: #fff;
	transform-origin: top left;
	margin-bottom: 30px;
	zoom: 0.9;
}

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

.m_header dt {
	width: 50%;
}

.m_header dd {
	width: 38%;
	font-size: 1.4rem;
}

.m_header_logo {
	max-width: 300px;
	margin-bottom: 50px;
}

.m_company_name {
	font-size: 2.5rem;
	border-bottom: 1px solid #ababab;
	padding-bottom: 15px;
}

.m_day {
	text-align: right;
	margin-bottom: 10px;
}

.m_ttl {
	text-align: center;
	font-size: 4rem;
	margin-top: 60px;
	margin-bottom: 50px;
}

.m_ttl span {
	display: inline-block;
	position: relative;
}

.m_ttl span::after {
	position: absolute;
	content: "";
	background: #33b046;
	width: 100px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;

}

.m_inner {
	max-width: 800px;
	margin: 0 auto;
}

.m_price {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 30px;
}

.m_TB {
	width: 100%;
	border: 1px solid #ababab;
	font-size: 1.5rem;
}

.m_TB th {
	text-align: center;
	font-weight: 700;
	padding: 10px;
	background: #eeeeee;
	border: 1px solid #ababab;
	width: 18%;
}

.m_TB th:first-child {
	width: 28%;
}
.m_TB td {
	text-align: center;
	padding: 10px;
	border: 1px solid #ababab;
}

.m_goukei {
	margin-left: 50%;
	margin-top: 50px;
}

.m_goukei dl {
	width: 100%;
}

.m_goukei dl dt {
	font-size: 2rem;
	border-bottom: 1px solid #ababab;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.m_goukei dl dd {
	font-size: 3.5rem;
	text-align: right;
} 

.m_bikou {
	border: 1px solid #ababab;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 50px;
}


@media print {
  .m_wrap {
	border: none;
  }
}

.visual_slider { opacity: 0; transition: opacity .2s linear; }
.visual_slider.slick-initialized { opacity: 1; }

.mitsumori .form_btn01 {
    cursor: pointer;
}
.count_txt {
	margin-top: 12px;
}