@charset "utf-8";

div[id^="P"] {
	padding-top: 95px;
	margin-top: -95px;
}
@media screen and (max-width: 767px) {
	div[id^="P"] {
		padding-top: 60px;
		margin-top: -60px;
	}
}
#container #breadcrumbs {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#container #breadcrumbs {
		padding: 0;
	}
}

/* ------------------------------------------- */
/* edit-area keyvisual */
/* ------------------------------------------- */

.edit-area.keyvisual .belt.right {
	font-size: 22px;
	/*text-align: right;*/
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .belt.right {
		text-align: center;
		font-size: 14px;
	}
}

.edit-area.keyvisual .detail-belt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.78;
	color: #000;
	background: #f2eae1;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .detail-belt {
		flex-direction: column;
		padding: 20px;
		font-size: 16px;
		line-height: 1.4;
	}
}
.edit-area.keyvisual .detail-belt .link {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	width: 150px;
	min-height: 28px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #ff7f00;
	transition: ease 0.25s background-color;
}
.edit-area.keyvisual .detail-belt .link:hover {
	background-color: #00a0e8;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .detail-belt .link {
		margin-top: 10px;
	}
}

.edit-area.keyvisual .photo-set {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
	.edit-area.keyvisual .photo-set {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .photo-set {
		padding: 0;
	}
}

.edit-area.keyvisual .photo-set .photo {
}

.edit-area.keyvisual .photo-set .photo img {
	max-width: 100%;
	height: auto;
}

.edit-area.keyvisual .photo-set .index-btn {
	position: absolute;
	right: 45px;
	bottom: 40px;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual .photo-set .index-btn {
		margin-top: 30px;
		position: static;
	}
	.edit-area.keyvisual .photo-set .index-btn .cover {
		width: 100%;
		box-sizing: border-box;
	}
}

/* ------------------------------------------- */
/* index-title */
/* ------------------------------------------- */
/* 01 */
.index-title01 {
	margin: 0 0 80px;
	padding: 37px 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	background: #29c5a0;
}
@media screen and (max-width: 767px) {
	.index-title01 {
		padding: 15px 10px;
		font-size: 2rem;
		letter-spacing: 1px;
	}
}

/* 02 */
.index-title02 {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 14px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	.index-title02 {
		margin-bottom: 30px;
		font-size: 1.8rem;
		line-height: 170%;
	}
}

.index-title02:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	background: #29c5a0;
}
@media screen and (max-width: 767px) {
	.index-title02:after {
		height: 2px;
	}
}

/* 03 */
.index-title03 {
	margin-bottom: 40px;
	padding: 9px 0 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	background: #92d050;
}
@media screen and (max-width: 767px) {
	.index-title03 {
		margin-bottom: 20px;
		padding: 8px 0;
		font-size: 1.6rem;
	}
}

.index-title03.mini {
	padding: 7px 0;
}
@media screen and (max-width: 767px) {
	.index-title03.mini {
		padding: 5px 0;
	}
}

.index-title03.type02 {
	background: #edb605;
}

/* arrow */
.index-title03.arrow {
	position: relative;
}
.index-title03.arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #92d050;
}
.index-title03.type02.arrow:after {
	border-top-color: #edb605;
}

/* 04 */
.index-title04 {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 14px 60px;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 140%;
	border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
	.index-title04 {
		font-size: 1.6rem;
		padding: 0 0 8px 20px;
		border-bottom-width: 1px;
	}
}
.index-title04:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 5px;
	display: block;
	width: 7px;
	height: 24px;
	background: #2cc49d;
}

@media screen and (max-width: 767px) {
	.index-title04:after {
		top: 2px;
		left: 5px;
		width: 3px;
		height: 20px;
	}
}

.index-title04.type01 {
	padding-left: 34px;
}
@media screen and (max-width: 767px) {
	.index-title04.type01 {
		padding-left: 14px;
	}
}
.index-title04.type01:after {
	left: 0;
}

/* ------------------------------------------- */
/* top-news */
/* ------------------------------------------- */
.edit-area.top-news {
	padding: 25px 0;
	background: #eeeeee;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news {
		padding: 20px 0 25px;
	}
}
.edit-area.top-news .inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

/* title */
.edit-area.top-news .large-title {
	padding-right: 20px;
	margin-right: 20px;
	width: 80px;
	color: #1f1f1f;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 100%;
	box-sizing: border-box;
	border-right: 2px solid #bababa;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .large-title {
		position: relative;
		margin-bottom: 18px;
		padding: 0 0 10px;
		margin-right: 0;
		width: 100%;
		text-align: center;
		border-right: 0;
	}
	.edit-area.top-news .large-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -10px;
		display: block;
		width: 20px;
		height: 2px;
		background: #bababa;
	}
}

/* news-list */
.edit-area.top-news .news-list {
	width: calc(100% - 100px - 90px);
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .news-list {
		width: 100%;
	}
}

.edit-area.top-news .news-list li {
}

.edit-area.top-news .news-list li a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.edit-area.top-news .news-list li a {
	}
}

@media screen and (min-width: 1025px) {
	.edit-area.top-news .news-list li a:hover {
		color: #29c5a0;
	}
}

.edit-area.top-news .news-list .category {
	width: 100px;
	font-size: 1.4rem;
	line-height: 100%;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .news-list .category {
		display: inline-block;
		margin-bottom: 5px;
		padding: 3px 5px;
		width: auto;
		font-size: 1rem;
		line-height: 140%;
		/*background: #FFF;*/
		box-sizing: border-box;
		border: 1px solid #333;
		border-radius: 3px;
	}
}
.edit-area.top-news .news-list .topics-title {
	margin-right: 20px;
	width: calc(100% - 120px);
	font-size: 1.4rem;
	line-height: 100%;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .news-list .topics-title {
		position: relative;
		margin-right: 0;
		padding-right: 20px;
		width: 100%;
		line-height: 140%;
		box-sizing: border-box;
	}
	.edit-area.top-news .news-list .topics-title:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		box-sizing: border-box;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}
.edit-area.top-news .news-list .topics-title span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .news-list .topics-title span {
		text-overflow: clip;
		overflow: visible;
		white-space: normal;
	}
}
/* link */
.edit-area.top-news .link {
	margin-left: auto;
	width: 90px;
	line-height: 100%;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .link {
		margin: 30px auto 0;
		width: 100%;
		text-align: center;
		/*position: absolute;
    top: 5px;
    right: 0;
    text-align: right;*/
	}
}

.edit-area.top-news .link a {
	position: relative;
	padding-right: 16px;
	color: #1f1f1f;
	font-size: 1.4rem;
	line-height: 100%;
	vertical-align: top;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .link a {
		display: block;
		padding: 10px 0;
		font-size: 1.2rem;
		border: 1px solid #000;
		border-radius: 4px;
	}
}

@media screen and (min-width: 1025px) {
	.edit-area.top-news .link a:hover {
		text-decoration: underline;
	}
}
.edit-area.top-news .link a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.edit-area.top-news .link a:after {
		right: 10px;
		border-top-width: 1px;
		border-right-width: 1px;
	}
}

/* ------------------------------------------- */
/* banner */
/* ------------------------------------------- */
.edit-area.banner {
	padding: 40px 0;
	border-top: 2px solid #0d683a;
}
@media screen and (max-width: 767px) {
	.edit-area.banner {
		padding: 20px 10px;
	}
}
.edit-area.banner .set {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 1300px) {
	.edit-area.banner .set {
		display: block;
	}
}
.edit-area.banner .list {
	margin-right: 20px;
}
@media screen and (max-width: 1300px) {
	.edit-area.banner .list {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.banner .list {
		margin-bottom: 10px;
	}
}
.edit-area.banner .list li {
	text-align: center;
}
.edit-area.banner .list li a {
	display: block;
	transition: ease 0.25s opacity;
}
@media screen and (min-width: 1025px) {
	.edit-area.banner .list li a:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 414px) {
	.edit-area.banner .list li:nth-child(1) a img {
		display: none;
	}
	.edit-area.banner .list li a {
		margin: 0 auto;
		width: 320px;
		height: 100px;
		background: url(../img/index/banner_img01_sp.jpg?ver=190627) no-repeat 0 0;
	}
}

/* ------------------------------------------- */
/* edit-area */
/* ------------------------------------------- */

@media screen and (max-width: 767px) {
	.edit-area .hdl06 .main {
		font-size: 1.6rem;
	}
}

/* ------------------------------------------- */
/* edit-area intro */
/* ------------------------------------------- */

.edit-area.intro {
	margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
	.edit-area.intro {
		margin-bottom: 70px;
	}
}

/*description*/
.edit-area.intro .description {
	margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .description {
		margin-bottom: 20px;
	}
}
.edit-area.intro .description p {
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .description p {
		font-size: 1.4rem;
	}
	.edit-area.intro .description p br {
		display: none;
	}
}
.edit-area.intro .description p:last-child {
	margin-bottom: 0;
}
.edit-area.intro img {
	display: block;
	/*width: 740px;*/
	margin: 0 auto;
	text-align: center;
}

.edit-area.intro .message-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box {
		margin-bottom: 15px;
	}
}

.edit-area.intro .message-box .icon {
	width: 143px;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box .icon {
		width: 100px;
	}
}
.edit-area.intro .message-box .balloon {
	position: relative;
	padding: 22px 50px;
	width: calc(100% - 143px - 19px);
	font-weight: normal;
	font-size: 18px;
	line-height: 1.56;
	border: 1px solid #707070;
	border-radius: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box .balloon {
		padding: 15px;
		font-size: 15px;
		width: calc(100% - 100px - 10px);
	}
	.edit-area.intro .message-box .balloon br {
		display: none;
	}
}

.edit-area.intro .message-box .balloon:after,
.edit-area.intro .message-box .balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	border: 10px solid transparent;
}
.edit-area.intro .message-box .balloon:before {
	right: -19px;
	z-index: 1;
	border-left-color: #fff;
}
.edit-area.intro .message-box .balloon:after {
	right: -20px;
	border-left-color: #707070;
}
.edit-area.intro .message-box .icon + .balloon:before {
	right: auto;
	left: -19px;
	border-left-color: transparent;
	border-right-color: #fff;
}
.edit-area.intro .message-box .icon + .balloon:after {
	right: auto;
	left: -20px;
	border-left-color: transparent;
	border-right-color: #707070;
}

.edit-area.intro .message-box b.c01 {
	color: #ff7d44;
}

/* half-box */
.edit-area.intro .message-box .half-box {
	margin-left: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box .half-box {
		margin-left: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}

.edit-area.intro .message-box .half-box:nth-child(2n + 1) {
	margin-left: 0;
}
.edit-area.intro .message-box .half-box .icon {
	width: 117px;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box .half-box .icon {
		width: 80px;
	}
}
.edit-area.intro .message-box .half-box .balloon {
	width: calc(100% - 117px - 18px);
	font-size: 16px;
	line-height: 1.31;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .message-box .half-box .balloon {
		width: calc(100% - 80px - 10px);
		font-size: 14px;
	}
}

/* last-message */
.edit-area.intro .last-message {
	text-align: center;
	background: #fbfbfb;
}
.edit-area.intro .last-message p {
	display: inline-block;
	padding: 54px 0 54px 135px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.55;
	text-align: left;
	background: url(../img/trigger/renewal/01/icon_person05.png) no-repeat 0 center;
}
@media screen and (max-width: 767px) {
	.edit-area.intro .last-message p {
		padding: 90px 15px 15px;
		font-size: 16px;
		background-position: center 15px;
		background-size: auto 60px;
	}
	.edit-area.intro .last-message p br {
		display: none;
	}
}

.edit-area.intro .last-message b {
	color: #ff7d44;
}

/* ------------------------------------------- */
/* edit-area service
/* ------------------------------------------- */
.edit-area.service {
}

/* top */
.edit-area.service .top .large-text {
	margin-bottom: 70px;
	font-size: 2rem;
	line-height: 180%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.service .top .large-text {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
}
.edit-area.service .top .center-image {
	margin-bottom: 70px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.service .top .center-image {
		margin-bottom: 30px;
	}
	.edit-area.service .top .center-image img {
		max-width: 280px;
	}
}
.edit-area.service .top .center-text {
	margin: 0 auto 40px;
	/* width: 730px; */
}
@media screen and (max-width: 767px) {
	.edit-area.service .top .center-text {
		margin-bottom: 20px;
		/* width: auto; */
	}
}

.edit-area.service .top .center-text p {
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.service .top .center-text p {
		font-size: 1.4rem;
	}
}

/* merit */
.edit-area.service .merit {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .merit {
		padding-bottom: 40px;
	}
}
.edit-area.service .merit .image-set {
	margin: 0 auto 80px;
  &:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
	.edit-area.service .merit .image-set {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.service .merit .image-set {
		margin-bottom: 40px;
	}
}
.edit-area.service .merit .image-set .photo-box {
	width: 300px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .merit .image-set .photo-box {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.edit-area.service .merit .image-set .photo-box img {
		max-width: 280px;
	}
}

.edit-area.service .merit .image-set .text-box {
	width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
	.edit-area.service .merit .image-set .text-box {
		width: 100%;
	}
}
.edit-area.service .merit .image-set .text-box .description {
}
.edit-area.service .merit .image-set .text-box .description p {
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.service .merit .image-set .text-box .description p {
		font-size: 1.4rem;
	}
}

/* nomiss */
.edit-area.service .nomiss {
	padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .nomiss {
		padding-bottom: 60px;
	}
}
.edit-area.service .nomiss .description {
	margin: 0 auto 60px;
	/* width: 840px; */
}
@media screen and (max-width: 960px) {
	.edit-area.service .nomiss .description {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.service .nomiss .description {
		margin-bottom: 20px;
	}
}
.edit-area.service .nomiss .description p {
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.service .nomiss .description p {
		font-size: 1.4rem;
	}
	.edit-area.service .nomiss .description p br {
		display: none;
	}
}
.edit-area.service .nomiss .description p:last-child {
	margin-bottom: 0;
}

.edit-area.service .nomiss .photo-list {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .nomiss .photo-list {
		margin-bottom: 10px;
	}
}
.edit-area.service .nomiss .photo-list li {
	margin-bottom: 64px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.service .nomiss .photo-list li {
		margin-bottom: 30px;
	}
}

/* step */
.edit-area.service .step {
}
.edit-area.service .step .step-list {
	position: relative;
	margin: 0 auto 20px;
	width: 960px;
	background:
		url(../img/index/service_step_bg.png) repeat-y 25px 0,
		url(../img/index/service_step_bg02.png) no-repeat left 8px bottom 330px;
}
@media screen and (max-width: 960px) {
	.edit-area.service .step .step-list {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list {
		background: none;
	}
}

@media screen and (min-width: 768px) {
	.edit-area.service .step .step-list:after {
		content: "";
		position: absolute;
		left: 25px;
		bottom: 0;
		display: block;
		width: 20px;
		height: 330px;
		background: #fff;
	}
}

.edit-area.service .step .step-list > li {
	position: relative;
	padding-left: 170px;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list > li {
		padding: 60px 0 0;
		margin-bottom: 50px;
	}
}

.edit-area.service .step .step-list > li:after {
	content: attr(data-slug) "\AStep";
	position: absolute;
	left: -40px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: pre;
	width: 136px;
	height: 136px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 115%;
	text-align: center;
	border-radius: 68px;
	background: #92d050;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list > li:after {
		content: attr(data-slug) "Step";
		left: 0;
		width: 100%;
		height: 40px;
		letter-spacing: 1px;
		font-size: 1.6rem;
		border-radius: 4px;
	}
}

.edit-area.service .step .step-list .image-set {
	margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list .image-set {
		margin-bottom: 50px;
	}
}

.edit-area.service .step .step-list .image-set .photo-box {
	width: 242px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list .image-set .photo-box {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.edit-area.service .step .step-list .image-set .photo-box img {
		max-width: 280px;
	}
}
.edit-area.service .step .step-list .image-set .text-box {
	margin-left: auto;
	width: calc(100% - 242px - 40px);
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list .image-set .text-box {
		width: 100%;
	}
}
.edit-area.service .step .step-list .image-set .text-box .description {
}
.edit-area.service .step .step-list .image-set .text-box .description p {
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list .image-set .text-box .description p {
		font-size: 1.4rem;
	}
}

.edit-area.service .step .step-list .point-text {
	margin-bottom: 32px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.edit-area.service .step .step-list .point-text span {
	color: #ff7f00;
}

.edit-area.service .step .step-list .btn-list {
	display: flex;
	flex-wrap: wrap;
}
.edit-area.service .step .step-list .btn-list li {
	width: 50%;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.edit-area.service .step .step-list .btn-list li {
		margin-bottom: 20px;
		width: 100%;
	}
}

.edit-area.service .step .step-list .btn-list li .cover {
	width: 360px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-list .btn-list li .cover {
		width: 100%;
	}
}

.edit-area.service .step .step-point-title {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-point-title {
		margin-top: 50px;
		justify-content: center;
	}
}

.edit-area.service .step .step-point-title .sub {
	position: relative;
	display: inline-block;
	margin-right: 24px;
	padding: 11px 0;
	width: 170px;
	color: #fff;
	text-align: center;
	background: #92d050;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-point-title .sub {
		margin: 0 0 20px;
		padding: 6px 0;
		font-size: 1.4rem;
	}
}
.edit-area.service .step .step-point-title.type01 .sub {
	background: #edb605;
}

.edit-area.service .step .step-point-title .sub:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: block;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left-color: #92d050;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-point-title .sub:after {
		top: auto;
		left: 50%;
		bottom: -20px;
		margin-top: 0;
		margin-left: -10px;
		border-left-color: transparent;
		border-top-color: #92d050;
	}
}
.edit-area.service .step .step-point-title.type01 .sub:after {
	border-left-color: #edb605;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-point-title.type01 .sub:after {
		border-left-color: transparent;
		border-top-color: #edb605;
	}
}

.edit-area.service .step .step-point-title .main {
	font-size: 2.8rem;
	font-weight: bold;
	background: url(../img/index/service_title_bg.png) repeat-x 0 bottom;
}
@media screen and (max-width: 767px) {
	.edit-area.service .step .step-point-title .main {
		font-size: 2rem;
		padding-bottom: 5px;
	}
}
.edit-area.service .step .image-center img {
	max-width: 100%;
	height: auto;
}

/* point-area */
.edit-area.service .point-area {
	margin-bottom: 60px;
	padding: 45px 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	background: #fafafa;
}
@media screen and (max-width: 767px) {
	.edit-area.service .point-area {
		margin-bottom: 30px;
		padding: 20px 0;
		font-size: 1.6rem;
	}
}
.edit-area.service .point-area span {
	color: #ff7f00;
}

/* point */
.edit-area.service .point {
	padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.service .point {
		padding-bottom: 40px;
	}
}
.edit-area.service .point .horny {
	margin-bottom: 40px;
	padding: 46px 140px;
	background: #fafafa;
}
@media screen and (max-width: 767px) {
	.edit-area.service .point .horny {
		margin-bottom: 20px;
		padding: 20px;
	}
}

.edit-area.service .point .center-image {
	text-align: center;
}

.edit-area.service .point .strong-text {
	margin-bottom: 30px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.edit-area.service .point .strong-text {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}

/* ------------------------------------------- */
/* case */
/* ------------------------------------------- */

@media screen and (max-width: 767px) {
	.edit-area.case {
		padding-bottom: 40px;
	}
}

/* case-list */
.edit-area.case .case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
	.edit-area.case .case-list {
		margin-bottom: 60px;
	}
}
.edit-area.case .case-list li {
	width: 470px;
}
@media screen and (max-width: 960px) {
	.edit-area.case .case-list li {
		margin-left: 2%;
		width: 49%;
	}
	.edit-area.case .case-list li:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.case .case-list li {
		margin-bottom: 40px;
		width: 100%;
	}
	.edit-area.case .case-list li:last-child {
		margin-bottom: 0;
	}
}
.edit-area.case .case-list li a {
	display: block;
	padding: 30px 34px 50px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition:
		ease 0.25s background,
		ease 0.25s border;
}
@media screen and (min-width: 1025px) {
	.edit-area.case .case-list li a:hover {
		border-color: #28c59f;
		background: #fafafa;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.case .case-list li a {
		padding: 20px;
	}
}

.edit-area.case .case-list li .photo-box {
	margin-bottom: 20px;
	text-align: center;
}

.edit-area.case .case-list li .sub-title {
	margin-bottom: 10px;
	color: #28c59f;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.edit-area.case .case-list li .sub-title {
		font-size: 1.4rem;
	}
}

.edit-area.case .case-list li .main-title {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.edit-area.case .case-list li .main-title {
		font-size: 1.6rem;
	}
}

/* detail-list */
.edit-area.case .detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.edit-area.case .detail-list {
		justify-content: flex-start;
	}
}
.edit-area.case .detail-list li {
	margin-bottom: 70px;
	margin-left: 34px;
	width: 214px;
}
@media screen and (max-width: 767px) {
	.edit-area.case .detail-list li {
		margin-left: 2%;
		margin-bottom: 30px;
		width: 49%;
	}
	.edit-area.case .detail-list li:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 960px) and (min-width: 768px) {
	.edit-area.case .detail-list li {
		margin-left: 2%;
		width: 31.3%;
	}
	.edit-area.case .detail-list li:nth-child(3n + 1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 961px) {
	.edit-area.case .detail-list li:nth-child(4n + 1) {
		margin-left: 0;
	}
}

.edit-area.case .detail-list li a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
@media screen and (min-width: 1025px) {
	.edit-area.case .detail-list li a:after {
		content: "";
		position: absolute;
		left: -15px;
		top: -15px;
		display: block;
		width: calc(100% + 30px);
		height: calc(100% + 30px);
		border: 3px solid transparent;
		box-sizing: border-box;
		transition: ease 0.25s border;
	}
	.edit-area.case .detail-list li a:hover:after {
		/*box-shadow: 0 0 15px rgba(0,0,0,.6);*/
		border-color: #28c59f;
	}
}

.edit-area.case .detail-list li .title {
	margin-bottom: 14px;
	color: #28c59f;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.case .detail-list li .title {
		font-size: 1.6rem;
	}
	.edit-area.case .detail-list li .title br {
		display: none;
	}
}
.edit-area.case .detail-list li .photo-box {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.case .detail-list li .photo-box {
		margin-bottom: 10px;
	}
}

.edit-area.case .detail-list li .text {
}
.edit-area.case .detail-list li .text p {
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.edit-area.case .detail-list li .text p {
		font-size: 1.4rem;
	}
}

/*-------------------------------------------------------------*/
/*edit-area task
/*-------------------------------------------------------------*/

.edit-area.task .center-image img {
	display: block;
	width: 90%;
	margin: 20px auto 80px;
	text-align: center;
}

/*point-list*/
.edit-area.task .point-list {
	margin: 50px auto 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.edit-area.task .point-list {
		margin-bottom: 80px;
		display: block;
	}
}
.edit-area.task .point-list li {
	width: 266px;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	.edit-area.task .point-list li {
		margin-left: 2%;
		width: 32%;
	}
	.edit-area.task .point-list li:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.edit-area.task .point-list li {
		margin: 0 auto 30px;
		width: 80%;
	}
}

.edit-area.task .point-list .icon {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.task .point-list .icon {
		margin-bottom: 15px;
	}
}

.edit-area.task .point-list .title {
	margin-bottom: 20px;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.edit-area.task .point-list .title {
		margin-bottom: 10px;
		font-size: 1.8rem;
		font-weight: 500;
	}

	.edit-area.task .point-list .text {
		font-size: 1.4rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.task .point-list .text {
		margin: 0 auto;
		width: 70%;
		text-align: left;
	}
}

/*description*/

.edit-area.task .description {
	margin: 0 auto 60px;
	width: 840px;
}
@media screen and (max-width: 767px) {
	.edit-area.task .description {
		max-width: 100%;
	}
}
.edit-area.task .description p {
	margin-bottom: 20px;
	/*  font-size: 1.8rem;
line-height: 180%;*/
}
@media screen and (max-width: 767px) {
	.edit-area.task .description p {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}
.edit-area.task .description p:last-child {
	margin-bottom: 0;
}

/*li*/
.edit-area.task ol {
}
.edit-area.task ol li {
	display: block;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
	.edit-area.task ol li {
		margin: 0 0 20px 0;
		font-size: 1.4rem;
	}
}
.edit-area.task ol li span {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 20px 0 0;
	padding: 3px 15px;
	color: #fff;
	background-color: #29c5a0;
}
@media screen and (max-width: 767px) {
	.edit-area.task ol li span {
		display: block;
		width: 60px;
		margin: 0 20px 5px 0;
		font-size: 1.1rem;
		text-align: center;
	}
}

/*-------------------------------------------------------------*/
/*reason*/
/*-------------------------------------------------------------*/

/*point*/
.edit-area.reason .point {
	padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .point {
		padding-bottom: 40px;
	}
}
.edit-area.reason .point .horny {
	margin-bottom: 40px;
	padding: 46px 140px;
	background: #fafafa;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .point .horny {
		margin-bottom: 20px;
		padding: 20px;
	}
}

.edit-area.reason .point .center-image {
	text-align: center;
}

.edit-area.reason .point .strong-text {
	margin-bottom: 30px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .point .strong-text {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}

/* point-area */
.edit-area.reason .point-area {
	margin-bottom: 60px;
	padding: 45px 0;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	background: #fafafa;
}
@media screen and (max-width: 767px) {
	.edit-area.reason .point-area {
		margin-bottom: 30px;
		padding: 20px 0;
		font-size: 1.6rem;
	}
}
.edit-area.reason .point-area span {
	color: #ff7f00;
}

/*-------------------------------------------------------------*/
/*　edit-area summary
/*-------------------------------------------------------------*/

.edit-area.summary {
	margin: 0 0 110px 0;
}

/*description*/
.edit-area.summary .description {
	margin: 0 auto 60px;
	width: 840px;
}
@media screen and (max-width: 960px) {
	.edit-area.summary .description {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.summary .description {
		margin-bottom: 20px;
	}
}
.edit-area.summary .description p {
	margin-bottom: 30px;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	.edit-area.summary .description p {
		font-size: 1.4rem;
	}
	.edit-area.summary .description p br {
		display: none;
	}
}
.edit-area.summary .description p:last-child {
	margin-bottom: 0;
}

/*li*/
.edit-area.summary ol {
}
.edit-area.summary ol li {
	display: block;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
	.edit-area.summary ol li {
		margin: 0 0 20px 0;
		font-size: 1.4rem;
	}
}
.edit-area.summary ol li span {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 20px 0 0;
	padding: 3px 15px;
	color: #fff;
	background-color: #29c5a0;
}
@media screen and (max-width: 767px) {
	.edit-area.summary ol li span {
		display: block;
		width: 70px;
		margin: 0 20px 5px 0;
		font-size: 1.1rem;
		text-align: center;
	}
}
.edit-area.summary ol li span.c1 {
	background-color: #5f519d;
}

/* ------------------------------------------- */
/* btn-list */
/* ------------------------------------------- */
.edit-area .btn-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	@media screen and (max-width: 767px) {
		flex-direction: column;
		gap: 10px;
	}
	> li {
		width: calc(50% - 10px);
		@media screen and (max-width: 767px) {
			width: 100%;
		}
		&:last-child {
			margin-bottom: 0;
		}
	}
}

/* ------------------------------------------- */
/* merit-feature */
/* ------------------------------------------- */
.edit-area.merit-feature .point-box {
	margin-bottom: 26px;
	padding: 30px 40px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.edit-area.merit-feature .point-box {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.edit-area.merit-feature .point-box {
		padding: 10px;
	}
}
.edit-area.merit-feature .point-box li {
	margin-bottom: 5px;
}
.edit-area.merit-feature .point-box dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.edit-area.merit-feature .point-box dt {
	width: 60px;
	color: #29c5a0;
	font-weight: 500;
}
.edit-area.merit-feature .point-box dd {
	width: calc(100% - 80px);
}

.edit-area.merit-feature .point-box .strong {
	font-size: 1.8rem;
}

.edit-area.merit-feature .point-box dd a {
}
@media screen and (min-width: 1025px) {
	.edit-area.merit-feature .point-box dd a:hover {
		text-decoration: none;
	}
}

/* ------------------------------------------- */
/* demerit-feature top */
/* ------------------------------------------- */
.edit-area.demerit-feature.top .inner {
	position: static;
}
.edit-area.demerit-feature .hdl06 .sub {
	background-color: #5f519d;
}
.edit-area.demerit-feature .hdl06 .sub:after {
	border-top-color: #5f519d;
}

/* demerit point-box */
.edit-area.demerit-feature .point-box {
	padding: 30px 40px;
	border: 2px solid #ddd;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.edit-area.demerit-feature .point-box {
		padding: 20px;
	}
}

.edit-area.demerit-feature .point-box ul {
}
.edit-area.demerit-feature .point-box dl {
}
.edit-area.demerit-feature .point-box dl dt,
.edit-area.demerit-feature .point-box dl dd {
	position: relative;
	padding-left: 30px;
	letter-spacing: 1px;
	line-height: 170%;
}

.edit-area.demerit-feature .point-box dl dd {
	margin-bottom: 30px;
}
.edit-area.demerit-feature .point-box dl dd:last-child {
	margin-bottom: 0;
}

.edit-area.demerit-feature .point-box dl dt:after,
.edit-area.demerit-feature .point-box dl dd:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
}
.edit-area.demerit-feature .point-box dl dt:after {
	content: "Q.";
	color: #0c6739;
}
.edit-area.demerit-feature .point-box dl dd:after {
	content: "A.";
	color: #b20000;
}

/* ------------------------------------------- */
/* maintenance */
/* ------------------------------------------- */
.edit-area.maintenance {
}

/* image-set */
.edit-area.maintenance .image-set {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set {
		margin-bottom: 60px;
	}
}
.edit-area.maintenance .image-set .photo-box {
	width: 487px;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .photo-box {
		float: none;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
}

.edit-area.maintenance .image-set .text-box {
	width: calc(100% - 487px - 30px);
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .text-box {
		float: none;
		width: 100%;
	}
}
@media screen and (min-width: 1024px) {
	.edit-area.maintenance .image-set .text-box p {
		text-align: center;
	}
}
.edit-area.maintenance .image-set .text-box b {
	color: #ff7d44;
}

.edit-area.maintenance .image-set .text-box .before {
	position: relative;
	margin-bottom: 44px;
	padding: 30px;
	font-size: 18px;
	line-height: 1.67;
	border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .text-box .before {
		margin-bottom: 24px;
		padding: 15px;
		font-size: 16px;
	}
}
.edit-area.maintenance .image-set .text-box .before:after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(100% + 20px);
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #00a0e8;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .text-box .before:after {
		top: calc(100% + 10px);
	}
}
.edit-area.maintenance .image-set .text-box .after {
	padding: 34px 30px;
	font-size: 18px;
	line-height: 1.67;
	background: #dcf5ef;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .text-box .after {
		padding: 15px;
		font-size: 16px;
	}
}

.edit-area.maintenance .image-set .text-box .after.resolution {
	background: #e5f4ff;
}
.edit-area.maintenance .image-set .text-box .after.resolution .title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	background: #00a0e8;
}

.edit-area.maintenance .image-set .video img {
	cursor: pointer;
	transition: ease 0.25s opacity;
}
@media screen and (min-width: 1025px) {
	.edit-area.maintenance .image-set .video:hover img {
		opacity: 0.6;
	}
}

/* video-popup */
.edit-area.maintenance .image-set .video-popup {
	display: none;
}
.edit-area.maintenance .image-set .video-popup.on {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: block;
	padding: 50px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .video-popup {
		width: 94%;
		left: 3%;
		margin-left: 0;
	}
}

.edit-area.maintenance .image-set .video-popup.on .close-btn:after {
	position: fixed;
	right: 2.5%;
	top: 2.5%;
	content: "✕";
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	font-weight: bold;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 30px;
	cursor: pointer;
	transition:
		ease 0.25s background,
		ease 0.25s color;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .video-popup.on .close-btn:after {
		top: 1.5%;
		font-size: 15px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}
}
.edit-area.maintenance .image-set .video-popup.on .close-btn:hover:after {
	color: #000;
	background: #fff;
}

.edit-area.maintenance .image-set .video-popup .movie-iframe iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	display: block;
	width: 80%;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .video-popup .movie-iframe iframe {
		position: static;
		margin-bottom: 25px;
		width: 94%;
		height: 56.25vw;
	}
}

.edit-area.maintenance .image-set .video-popup .form-iframe iframe {
	position: relative;
	display: block;
	margin: 0 auto !important;
	width: 720px;
	height: 1070px;
	background: #fff;
	overflow: scroll !important;
	/*overflow-y: scroll !important;*/
	border: 30px solid #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.edit-area.maintenance .image-set .video-popup .form-iframe iframe {
		width: 94%;
		height: 60vh;
		border-width: 15px;
	}
}

.edit-area .strong-balloon {
	margin-bottom: 48px;
	position: relative;
	padding: 24px 0;
	text-align: center;
	border: 4px solid #29c5a0;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.edit-area .strong-balloon {
		margin-bottom: 60px;
		padding: 18px 0;
		border-width: 2px;
	}
}

.edit-area .strong-balloon:after,
.edit-area .strong-balloon:before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.edit-area .strong-balloon:before {
	bottom: -17px;
	width: 44px;
	height: 44px;
	z-index: 2;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.edit-area .strong-balloon:before {
		bottom: -9px;
	}
}
.edit-area .strong-balloon:after {
	bottom: -23px;
	width: 40px;
	height: 40px;
	z-index: 1;
	border: 4px solid #29c5a0;
}
@media screen and (max-width: 767px) {
	.edit-area .strong-balloon:after {
		bottom: -12px;
		border-width: 2px;
	}
}

.edit-area .strong-balloon span {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 106px;
	min-height: 68px;
	font-size: 2.2rem;
	line-height: 1.91;
	background: no-repeat 0 center / 90px auto;
}
.edit-area .strong-balloon.type01 span {
	background-image: url(../img/trigger/renewal/01/maintenance_icon01.png);
}
.edit-area .strong-balloon.type02 span {
	background-image: url(../img/trigger/renewal/01/maintenance_icon02.png);
}

.edit-area .strong-balloon.type02 {
	border-color: #ff7d44;
}
.edit-area .strong-balloon.type02:after {
	border-color: #ff7d44;
}

@media screen and (max-width: 767px) {
	.edit-area .strong-balloon span {
		display: inline-block;
		padding-top: 60px;
		padding-left: 0;
		min-height: auto;
		font-size: 1.8rem;
		line-height: 1.4;
		background-position: center top;
		background-size: 60px auto;
	}
}

/* image-set */
.edit-area .image-set {
}
.edit-area .image-set .photo-box {
	width: 300px;
}
@media screen and (max-width: 767px) {
	.edit-area .image-set .photo-box {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
}
.edit-area .image-set .text-box {
	width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
	.edit-area .image-set .text-box {
		width: auto;
	}
}

.edit-area .image-set .text-box {
	line-height: 170%;
}
@media screen and (max-width: 767px) {
	.edit-area .image-set .text-box p {
		font-size: 1.4rem;
	}
}

/* ------------------------------------------- */
/* flow */
/* ------------------------------------------- */
.edit-area.flow .middle-title {
	margin: 0 0 10px;
	color: #29c5a0;
	font-weight: bold;
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.edit-area.flow .middle-title {
		font-size: 1.8rem;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.edit-area.flow .flow {
		margin: 0 auto;
		width: 80%;
	}
	.edit-area.flow .flow .index-btn .cover,
	.edit-area.flow .flow .index-btn.large .cover {
		width: 100%;
	}
}
@media screen and (max-width: 374px) {
	.edit-area.flow .flow {
		width: 100%;
	}
}

.edit-area.flow .flow li {
	margin-bottom: 30px;
	padding: 0 0 30px;
	background: url(/service/img/flow/flow_arrow.jpg) no-repeat 50% 100%;
}
.edit-area.flow .flow li:last-child {
	background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.edit-area.flow .image-set p {
	line-height: 160%;
}
@media screen and (max-width: 767px) {
	.edit-area.flow .image-set p {
		font-size: 1.4rem;
	}
}

/* type01 */
.edit-area.flow .image-set.type01 {
	margin-bottom: 20px;
}
.edit-area.flow .image-set.type01 .photo-box {
	width: 100px;
}
@media screen and (max-width: 767px) {
	.edit-area.flow .image-set.type01 .photo-box {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
}
.edit-area.flow .image-set.type01 .text-box {
	width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
	.edit-area.flow .image-set.type01 .text-box {
		width: auto;
	}
}

/* type02 */
.edit-area.flow .image-set.type02 {
	margin-bottom: 30px;
}
.edit-area.flow .image-set.type02 .photo-box {
	width: 270px;
}
@media screen and (max-width: 767px) {
	.edit-area.flow .image-set.type02 .photo-box {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
}
.edit-area.flow .image-set.type02 .text-box {
	width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
	.edit-area.flow .image-set.type02 .text-box {
		width: auto;
	}
}
