.main img {
	width: 100%;
}

.btn_btuy {
	text-align: center;
	max-width: 400px;
	margin: 40px auto;
	padding: 10px;
	background: #3DB36F;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.news_area_txt {
	margin: 50px 0;
}

.speace {
	margin-left: 25px;
	line-height: 1.8em;
	font-size: 15px;
}


.item_data {
	display: flex;
	margin-bottom: 50px;
}

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

.item_data img {
	width: 300px;
	height: 100%;
}

@media screen and (max-width: 639px) {
	.item_data img {
		width: 100%;
		margin: auto;
	}
}

.item_data .item_detail {
	width: 70%;
	margin-left: 10px;
}

@media screen and (max-width: 639px) {
.item_data .item_detail {
/*padding-bottom: 95px;*/
	width: 100%;
}
}

.item_data .item_detail h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #4fbcb2;
	padding: 3px;
}

.item_data .item_detail p {
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 15px;
}

.item_data .item_detail .but_list {
	display: flex;
	/* height: 35px; */
	margin-bottom: 10px;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 639px) {
	.item_data .item_detail .but_list {
		display: block;
		height: auto;
	}
}

.item_data .item_detail .but_list .size {
	padding-bottom:  20px;
}

.item_data .item_detail .but_list iframe {
	height: 65px!important;
	margin-right: 10px!important;
}

.item_data .item_detail .but_list a {
	margin-right: 20px;
	background-color: #3DB36F;
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.item_data .item_detail .but_list .no_color{
	background-color: transparent;
	padding: 0px;
}

.btn_txt_area {
	text-align: center;
}

@media screen and (max-width: 639px) {
	.item_data .item_detail .but_list a {
		width: 95%;
		display: block;
		margin-bottom: 10px
	}
}

.news_area_txt .colona_tlt {
	text-align: center;
	font-size: 1.9rem;
	color: #4fbcb2;
	margin: 70px 0 80px;
	font-weight: bold;
}

.news_area_txt .colona_body_text {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.8;
}

.news_area_txt .colona_body_text .colona_body_text_gray {
	background-color: #f5fffe;
	padding: 15px 0;
}

@media screen and (max-width: 639px) {
	.news_area_txt .colona_body_text .colona_body_text_gray {
		padding: 15px 10px;
	}
}

.colona_body_text a {
	color: #81d8d0;
}

.point {
	padding: 130px 0 0;
	/* background-image: url("img/anzen_bg01.png"); */
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.point .container {
	position: relative;
}

.point .point_img01 {
	position: absolute;
	top: -50px;
	right: 170px;
}

.point .point_img02 {
	position: absolute;
	top: 260px;
	right: 0;
}

.point .point_img03 {
	position: absolute;
	top: 490px;
	left: 0;
}

.point .point_box {
	width: 500px;
}

.point .point_box h3 {
	font-size: 24px;
	position: relative;
	margin: 0 0 40px;
	letter-spacing: 2px;
}

.point .point_box h3+p {
	line-height: 1.8em;
	font-size: 16px;
}

.point .point_box h3::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -70px;
	background-image: url("img/point_icon01.png");
	background-size: cover;
	width: 55px;
	height: 55px;
}

.point .point_box01 {
	margin: 120px 0 170px;
}

.point .point_box02 {
	float: right;
}

.point .point_box02.point3 h3::before {
	background-image: url("img/point_icon03.png");
}

@media screen and (max-width: 639px) {
	.point .point_box02.point3 h3::before {
		background-image: url(img/point_icon02.png);
	}
}

.point .point_box01.point2 h3::before {
	background-image: url("img/point_icon02.png");
}

@media screen and (max-width: 639px) {
	.point .point_box01.point2 h3 {
		margin-top: 40px;
	}

	.point .point_box01.point2 h3::before {
		top: 390px;
		background-image: url("img/point_icon03.png");
	}
}

.point .point_box h3::before .anzen {
	background-color: #81d8d0;
	position: relative;
	padding: 0 0 180px;
}

.anzen {
	background: #81d8d0;
	padding-bottom: 90px;
}

/* .anzen::after {
	content: "";
	position: absolute;
	bottom: -100px;
	width: 100%;
	height: 100px;
	background-image: url("img/anzen_bg02.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
} */

.anzen .container {
	position: relative;
}

.anzen h2 {
	text-align: center;
	margin: 0 0 100px;
}

.anzen .anzen_box {
	width: 545px;
	padding-bottom: ;
}

.anzen .anzen_box h3 {
	font-size: 24px;
	position: relative;
	margin: 0 0 40px;
	letter-spacing: 2px;
}

.anzen .anzen_box h3+p {
	line-height: 1.8em;
	font-size: 15px;
}

.anzen .anzen_box h3::before {
	content: "";
	position: absolute;
	top: -12px;
	left: -70px;
	background: #81d8d0;
	width: 55px;
	height: 55px;
	border-radius: 30px;
}

.anzen .anzen_box01 {
	margin: -220px 0 50px;
	float: right;
	position: relative;
}

.anzen .anzen_box02 h3::before {
	background: #fff;
}

.anzen .anzen_img02 {
	position: absolute;
	z-index: 2;
	right: 140px;
	bottom: -300px;
	width: 183px;
}

.wash_detail {
	width: 100%;
	position: relative;
	padding: 20px 0 120px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	margin-bottom: -2px;
}

.wash_detail::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 265px 1500px 265px 0;
	border-color: transparent #dff8f6 transparent transparent;
	z-index: -1;
}

.wash_detail h2 {
	text-align: center;
	font-size: 40px;
	color: #4fbcb2;
	letter-spacing: 10px;
	margin: 0 0 70px;
}

.wash_detail .list_6 li {
	width: 30%;
	background: #ffefad;
	padding: 15px 0;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}

.wash_detail .list_6 li h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.wash_detail .list_6 li p {
	font-size: 15px;
}

.wash_detail .catch {
	text-align: center;
	font-size: 40px;
	color: #4fbcb2;
	letter-spacing: 2px;
	margin: 100px 0 60px;
}

.wash_detail .catch+p {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0 0 70px;
	line-height: 1.6em;
}

.lisk_area {
	width: 100%;
	background: #dff8f6;
	padding: 40px;
	margin-bottom: 30px;
}

.lisk_area .left {
	width: 38%;
	float: left;
	text-align: center;
	border-right: 1px solid #4fbcb2;
}

.lisk_area .left h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.lisk_area .left p {
	line-height: 2.3;
}

.lisk_area .right {
	width: 60%;
	float: right;
	padding: 0 0 0 32px;
}

.lisk_area .right li {
	position: relative;
	padding-left: 40px;
	line-height: 2.5;
	font-size: 21px;
}

.lisk_area .right li::before {
	position: absolute;
	content: "";
	background: url(./img/icon_green.png);
	background-size: cover;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 29px;
}

/*  */
.bk_green {
	color: #fff;
	background: #4fbcb2 !important;
}

.bk_green .left {
	border-right: 1px solid #fff;
}

.bk_green .left h3 {
	padding: 30px;
}

.bk_green .right ul {
	margin-bottom: 5px;
}

.bk_green .right li {
	float: left;
	margin-right: 40px;
}

.bk_green .right li::before {
	position: absolute;
	content: "";
	background: url(./img/icon_wh.png);
	background-size: cover;
	top: 10px;
	left: 0px;
	width: 20px;
	height: 29px;
}

.items_list {
	width: 100%;
	margin: 60px 0;
}

.items_list .left {
	width: 20%;
	float: left;
}

.items_list .left h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.items_list .left ul {
	width: 100%;
	font-size: 18px;
	margin: auto;
}

.items_list .left ul li {
	line-height: 2.7;
	text-align: center;
	font-size: 14px;
}

.items_list .right {
	width: 80%;
	float: left;
}

.items_list .right .left {
	width: 48%;
	float: left;
}

@media screen and (max-width: 639px) {
	.items_list .right .left {
		width: 100%;
	}


}

.items_list .right .right {
	width: 48%;
	float: left;
}

@media screen and (max-width: 639px) {
	.items_list .right .right {
		width: 100%;
	}
}

.items_list .right h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.items_list .right table {
	width: 100%;
}

.items_list .right table th {
	width: 33%;
	padding: 10px 15px;
	text-align: right;
	vertical-align: middle;
	border-right: 1px solid #4fbcb2;
}

.items_list .right table td {
	padding: 10px 10px;
}

.dakara {
	padding: 1px 0 1px;
	background-image: url("img/dakara_bg.png");
	background-size: cover;
	border-top: 10px solid #4fbcb2;
	border-bottom: 10px solid #4fbcb2;
	position: relative;
}

.dakara::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #4fbcb2 transparent transparent transparent;
}

@media screen and (max-width: 639px) {
	.dakara::before {
		border-width: 30px 30px 0 0;
	}
}

.dakara::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 100px;
	border-color: #4fbcb2 transparent transparent transparent;
}

@media screen and (max-width: 639px) {
	.dakara::after {
		display: none;
	}
}

.item_tbl {
	text-align: center;
}

.item_tbl.list02 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 80px;
}

@media screen and (max-width: 639px) {
	.item_tbl.list02 {
		text-align: center;
		margin: 0 auto 40px;
	}
}

/* .dakara figure {
	float: left;
	width: 35%;
} */
.dakara .dakara_box {
	/* float: left;
	width: 60%; */
	width: 75%;
	margin: 50px auto 5%;
	font-size: 18px;
}

.dakara .dakara_box h2 {
	margin: 0 0 50px;
	text-align: center;
}

.dakara .dakara_box h2+p {
	line-height: 1.8em;
}

.scene {
	padding: 100px 0;
}

.scene h2 {
	text-align: center;
	margin: 0 0 100px;
}

.scene ul li {
	float: left;
	margin: 0 0 100px;
	width: 28%;
}

.scene ul li:nth-child(2n) {
	float: left;
	margin: 0 8%;
}

.scene ul li figure {
	margin: 0 0 30px;
}

.scene ul li h3 {
	font-size: 24px;
	position: relative;
	margin: 0 0 40px;
	letter-spacing: 2px;
}

.scene ul li p {
	font-size: 16px;
}

.scene ul li h3::before {
	content: "";
	position: absolute;
	top: -12px;
	left: -70px;
	background: #81d8d0;
	width: 55px;
	height: 55px;
	border-radius: 30px;
}

.cv_area {
	background: url("img/cv_area_bg.jpg");
	padding: 80px 0;
}

.cv_area .item_box {
	width: 48%;
	border: 1px solid #81d8d0;
	background: #fff;
	position: relative;
}

.cv_area .item_box figure {
	position: absolute;
	top: 60px;
	right: 30px;
}

.cv_area .item_box h3 {
	background: #4fbcb2;
	color: #fff;
	font-size: 24px;
	padding: 20px 40px;
}

.cv_area .item_box .item_box_inner {
	padding: 40px 25px 20px;
}

.cv_area .item_box02 .item_box_inner table {
	margin: 0 0 0 40px;
}

.cv_area .item_box .item_box_inner table th {
	text-align: right;
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
}

.cv_area .item_box .item_box_inner table td {
	color: #4fbcb2;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 0 0 0 10px;
}

.cv_area .item_box .item_box_inner table td span {
	font-size: 38px;
}

.cv_area .item_box .item_box_inner ul li {
	width: 32%;
	margin: 40px 0 0 0;
}

.cv_area .item_box02 .item_box_inner ul li {
	width: 48%;
}

.cv_area .item_box .item_box_inner ul li a {
	display: block;
	font-size: 16px;
	color: #4fbcb2;
	text-align: center;
	border: 2px solid #81d8d0;
	padding: 15px 0;
}

.cv_area .item_box .item_box_inner ul li.hard a {
	color: #fff;
	background: #4fbcb2;
}

.f_navi_area {
	max-width: 445px;
	margin: auto;
}

.f_navi_area li {
	/* float: left; */
	padding: 10px;
	text-align: center;
}

.f_navi_area a {
	color: #81d8d0;
	font-size: 16px;
}



.common_txt {
	width: 100%;
	margin: 0 auto 30px;
	border: 3px solid #4fbcb2;
	padding: 10px;
}

.common_txt h2 {
	font-size: 20px;
	margin: 0 0 10px;
	color: #4fbcb2;
	font-weight: bold;
}

.common_txt p {
	font-size: 16px;
}

.fact h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #4fbcb2;
}

.fact p {
	font-size: 15px;
	text-align: center;
}

.fact .modal {
	text-align: center;
	max-width: 400px;
	margin: 40px auto;
	padding: 10px;
	background: #3DB36F;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 639px) {
	.news_area_txt .colona_tlt {
		font-size: 1.5rem;
	}

	.news_area_txt .colona_body_text {
		width: 95%;
		margin: auto;
		font-size: 1rem;
	}

	.point {
		padding: 60px 0 0px;
	}

	.point h2 {
		width: 70%;
		float: right;
	}

	.point .point_img01 {
		position: relative;
		top: 0;
		left: -80px;
		width: 70%;
	}

	.point .point_img02 {
		position: relative;
		top: -60px;
		right: -180px;
		width: 70%;
	}

	.point .point_img03 {
		position: static;
		width: 80%;
		margin: 0 auto 30px;
	}

	.point .point_box {
		width: 100%;
	}

	.point .point_box01 {
		margin: 0 0 30px;
		padding: 0 0 0 20%;
	}

	.point .point_box02 {
		padding: 0 0 0 20%;
	}

	.point .point_box h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.wash_detail .list_6 li {
		width: 49%;
	}

	.wash_detail .list_6 li h3 {
		font-size: 19px;
	}

	.wash_detail .list_6 li p {
		font-size: 11px;
	}

	.wash_detail .catch {
		font-size: 30px;
	}

	.wash_detail h2 {
		font-size: 17px;
		margin: 0 0 40px;
	}

	.wash_detail .catch+p {
		font-size: 19px;
	}

	.lisk_area {
		padding: 20px;
	}

	.lisk_area .left {
		width: 100%;
		float: none;
		font-size: 13px;
		border-right: none;
		padding-bottom: 15px;
		border-bottom: 1px solid #4fbcb2;
	}

	.lisk_area .right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 15px 0;
	}

	.lisk_area .right li {
		font-size: 18px;
		line-height: 2.5;
	}

	.bk_green .left {
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.bk_green .right li {
		margin-right: 17px;
	}

	.items_list .left {
		width: 100%;
		float: none;
	}

	.items_list .left ul {
		width: 100%;
		margin-bottom: 40px;
	}

	.items_list .right {
		width: 100%;
		float: none;
	}

	.anzen {
		padding: 20px 0 180px;
	}

	.anzen::after {
		bottom: -30px;
		height: 30px;
	}

	.anzen h2 {
		margin: 0 0 40px;
	}

	.anzen .anzen_box {
		width: 100%;
	}

	.anzen .anzen_box01 {
		margin: 30px 0;
		float: none;
		position: static;
		padding: 0 0 0 20%;
	}

	.anzen .anzen_box02 {
		padding: 0 0 0 3%;
	}

	.anzen .anzen_box h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.anzen .anzen_box01 h3::before {
		background: #fff;
	}

	.anzen .anzen_img02 {
		width: 30%;
		margin: 0 0 0 -15%;
		left: 50%;
		right: auto;
		bottom: -360px;
	}

	.dakara {
		padding: 50px 0 50px;
	}

	.dakara figure {
		float: none;
		width: 80%;
		margin: 0 auto;
	}

	.dakara .dakara_box {
		float: none;
		width: 100%;
		margin: 30px 0 0;
		font-size: 16px;
	}

	.dakara .dakara_box h2 {
		margin: 0 auto 20px;
		width: 65%;
	}

	.scene {
		padding: 40px 0;
	}

	.scene h2 {
		margin: 0 auto 40px;
		width: 60%;
	}

	.scene ul li {
		width: 90%;
		margin: 0 auto 40px;
		float: none;
	}

	.scene ul li h3 {
		font-size: 17px;
		margin: 0 0 0 50px;
	}

	.scene ul li p {
		margin-top: 15px;
		font-size: 13px;
	}

	.scene ul li h3::before {
		top: -3px;
		left: -35px;
		width: 25px;
		height: 25px;
	}

	.scene ul li:nth-child(2n) {
		float: none;
		width: 90%;
		margin: 0 auto 30px;
	}

	.cv_area {
		padding: 40px 0;
	}

	.cv_area .item_box {
		width: 100%;
		margin: 0 0 30px;
	}

	.cv_area .item_box .item_box_inner {
		padding: 20px 10px;
	}

	.cv_area .item_box figure {
		top: 270px;
		right: 0;
		left: 50%;
		margin-left: -62px;
	}

	.cv_area .item_box .item_box_inner ul li {
		margin: 260px 0 0 0;
	}

	.cv_area .item_box h3 {
		text-align: center;
	}

	.f_navi_area li {
		text-align: center;
		width: 100%;
	}
}

.text-nowrap {
	white-space: nowrap;
}

.company_info {
	max-width: 1100px;
	margin: 0 auto;
}

.company_info ul {
	display: flex;
	max-width: 150px;
	margin: auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item_image {
	width: 30%;
	text-align: center;
}


@media (max-width: 768px) {
	.item_image {
		width: 100%;
		text-align: center;
	}
}

.item_image img {
	height: auto;
}

.table-item {
	width: 100%;
	text-align: center;
}

.table-item th,
.table-item td {
/*		border:1px solid #cbc4c4;*/
		padding: 10px 20px;
}

.table-item .youtube {
	height: 40px;
	width: 100px;
}

.table-item .btn {
		display: inline-block;
		font-weight: 400;
		color: #212529;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: .25rem;
		transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		white-space: nowrap;
}

.table-item .btn-link {
    color: #fff;
    background-color: #3DB36F;
    border-color:#3DB36F;
}

.pc-none {
	display: none;
}

@media (max-width: 768px) {

	.pc-none {
		display: block;
	}
	.sp-none {
		display: none !important;
	}

	.table-item {
		width: 95%;
	}

	.table-item thead {
		display: none;
	}

	.table-item tr {
		width: 100%;
	}

.table-item th {
		padding: 10px 5px;
}

/*	.table-item th,
	.table-item td {
		display: inline-grid;
		text-align: center;
		width: 100%;

		width: 100%!important;
	}
	.table-item td .layout_fixed {
		width: 100%!important;
	}*/

}