/*--------- catch_top ------------*/

#catch_top {
	background: url("../img/top/top-bg.jpg") repeat;
	padding: 180px 0 50px;
	background-size: cover;
}

.catch_top_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: auto;
	align-items: flex-end;
}

.catch_top_inner h2 {
	font-size: 5.6rem;
	font-weight: 700;
	margin-bottom: 24px;
	display: block;
	line-height: 1.6;
}

.catch_top_inner h2 span {
	display: block;
}

.catch_intro {
	margin-bottom: 66px;
	font-size: 2.4rem;
}

.catch_intro span {
	display: block;
}

.topic {
	display: inline-flex;
	padding: 4px 24px 8px 24px;
	justify-content: center;
	align-items: baseline;
	gap: 8px;
	background: #E15E00;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
	position: relative;
}

.topic::after {
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 14px 14px;
	border-top-color: #E15E00;
	border-bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: 46px;
}

.topic span {
	font-size: 3.4rem;
	line-height: 100%;
	margin-right: -8px;
}

.catch_topic p {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.catch_topic p span {
	display: block;
}

.eyecatch {
	max-width: 640px;
	height: 100%;
}

/*------- cont_about --------*/

#cont_about {
	background: #fbf8ee;
	display: flex;
	padding: 80px 0px;
	flex-direction: column;
	align-items: center;
	/* gap: 24px; */
	text-align: center;
}

.inner_title {
	font-size: 4.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	color: #333;
	margin-bottom: 24px;
}

.inner_title img {
	display: block;
	max-width: 57px;
	margin: 0 auto 12px;
}

#cont_about p {
	width: 580px;
}

#cont_about p:nth-child(3) {
	margin-bottom: 24px;
}


/*--- cont_feature ---*/

#cont_feature {
	padding-bottom: 130px;
}

.cont_feature_intro {
	background: #fff;
	padding: 40px 0 0;
}

.inner_title strong {
	color: #2163D9;
	font-size: 5.6rem;
}

.features_inner {
	max-width: 1020px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 50px;
}

.features_inner .inner_obj {
	max-width: 340px;
}

.features_inner .inner_content {
	max-width: 480px;
	display: flex;
	flex-wrap: wrap;
}

.head_title span {
	display: block;
}

.head_number {
	display: inline-flex;
	padding: 4px 24px 6px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 1000px;
	background: var(--green, #2163D9);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 16px;
	letter-spacing: 1.5px;
}

.inner_content h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 160%;
	color: #2163D9;
	margin-bottom: 16px;
	width: 100%;
}

.features_inner .inner_content p {
	margin-bottom: 16px;
}

.features_example {
	background: #FFFEF8;
	padding: 40px 0;
}

.features_example_list {
	max-width: 1020px;
	margin: auto;
}

.list_title {
	display: block;
	margin-bottom: 12px;
}

.features_example_list ul {
	display: flex;
	gap: 20px;
}

.features_example_list li {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: column;
	padding: 0;
	text-align: center;
}

.features_example_list li img {
	margin: auto;
}


/*--- cont_plan ---*/
#cont_plan {
	background: #fbf8ee;
	padding: 120px 0 100px;
}


.plan_list_box {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 70px auto 32px;
}

.plan_list,
.plan_price {
	width: 340px;
}


.plan_list .list_number {
	display: flex;
	width: 46px;
	height: 46px;
	padding: 24px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 1000px;
	background: #2163D9;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.plan_list .list_body {
	display: block;
	color: #2163D9;
	text-align: center;
	font-size: 2.4rem;
}

.plan_list .list_body img {
	display: block;
	max-width: 148px;
	margin: 0 auto 20px;
}

.plan_list .list_body span {
	font-weight: 500;
}

.plan_price_box {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.plan_price dt {
	display: flex;
	padding: 24px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 16px;
	border: 3px solid #616161;
	background: var(--white, #FFF);
	margin-bottom: 20px;
	color: #333;
	font-size: 2rem;
	font-weight: 500;
	line-height: normal;
}

.plan_price dd {
	line-height: 1.6;
}

.plan_price_icon {
	margin: 0 32px;
	padding-top: 30px;
}

#cont_plan_02 {
	padding: 120px 0 80px;
}

.plan_inner {
	max-width: 1200px;
	margin: 0 auto 120px;
}

.plan_table {
	border: 1px solid #DDD;
	width: 100%;
	margin: 40px auto;
}

.plan_table th,
.plan_table td {
	text-align: center;
	padding: 35px 0;
	background: #fff;
	border: 1px solid #DDD;
	vertical-align: middle;
	font-size: 1.8rem;
}

.plan_table td.sticky {
	background: #fafafa;
}

.plan_table th {
	background: #fafafa;
	line-height: 1.6;
}

.table_head th {
	color: #2163D9;
	background: #fafafa;
	font-weight: 500;
}

.plan_table td span {
	font-size: 1.4rem;
}


.table_body_strong td {
	color: #2163D9;
}

.info_intro {
	text-align: center;
	margin: 30px auto 40px;
	font-size: 2.4rem;
}

.plan_inner_layout {
	max-width: 1000px;
	margin: 0 auto 80px;
}

.plan_info {
	border-radius: 16px;
	border: 1px solid #5E5E5E;
	display: flex;
	position: relative;
}

.plan_info p {
	width: 50%;
	text-align: center;
	font-size: 1.8rem;
	padding: 28px 0;
}

.plan_info p img {
	display: block;
	width: auto;
	height: 230px;
	margin: 0 auto 10px;
}

.plan_info::before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 28px);
	top: 20px;
	bottom: 10px;
	left: calc(50% - 1px);
	background: url("../img/top/info_line.png") repeat-y;
}

.plan_content_title {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.plan_content_inner_box {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.plan_content_inner.basic {
	width: 34%;
}

.plan_content_inner.select {
	width: 62%;
}

.inner_head {
	display: flex;
	padding: 8px 16px 8px 24px;
	align-items: center;
	gap: 10px;
	background: var(--green, #2163D9);
	color: #fff;
	width: 100%;
}

.plan_content_inner ul {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 20px 10px 0 20px;
	width: 100%;
	height: 100%;
}

.plan_content_inner li {
	margin-bottom: 16px;
	padding-left: 20px;
	width: 100%;
}

.plan_content_inner li:last-child {
	margin-bottom: 0;
}

.plan_content_inner.basic li {
	background: url("../img/top/basic_list.png") no-repeat left center;
	background-size: 16px auto;
}

.plan_content_inner.select li {
	background: url("../img/top/select_list.png") no-repeat left center;
	background-size: 10px auto;
}

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

.option_list dl {
	width: 48%;
}

.option_list dl span {
	font-size: 1.2rem;
}

.option_list dt {
	background: var(--green, #2163D9);
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}

.option_list dd {
	border: 1px solid #e5e5e5;
	border-top: none;
	text-align: center;
	padding: 16px;
}


.plus_option_box {
	display: none;
	max-width: 1000px;
	margin: 50px auto;
}

.option_box_title {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.btn_option {
	display: flex;
	padding: 24px 94px 24px 42px;
	justify-content: center;
	align-items: center;
	gap: 32px;
	border: 1px solid #2163D9;
	background: var(--white, #FFF);
	color: #2163D9;
	max-width: 490px;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: 500;
	position: relative;
}

.btn_option::before,
.btn_option::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 5px;
	background: #2163D9;
}

.btn_option::before {
	width: 2px;
	height: 20px;
	right: 51px;
}

.btn_option::after {
	width: 20px;
	height: 2px;
	right: 42px;
}

.btn_option.active::before {
	display: none;
}




.btn_option img {
	max-width: 32px;
}

.margin_add_top {
	margin-top: 30px;
}

.plus_option_box .option_list dl {
	width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
}

/*----- plan_secs_item ----------*/

.plan_secs_item_wrap {
	max-width: 1200px;
	margin: 32px auto 0;
}

.plan_secs_item_wrap.wrap_add_top {
	margin: 110px auto 0 !important;
}

.plan_secs_item {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 100%;
	font-size: 1.8rem;
}

.plan_secs_item_group {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 12;
	gap: 0;
	background-color: #fff;
	position: relative;
	line-height: 1.6;
}

.plan_secs_item_group:not(.group_recommend) {
	border: 1px #ddd solid;
}

.secs_item {
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100px;
	background-color: #fff;
}

.secs_item:not(:first-child) {
	border-top: 1px #ddd solid;
}

.secs_item:not(.normal) {
	color: #2163D9;
}

.group_head .secs_item:not(.item_ttl) {
	background: #FAFAFA;
	color: #111 !important;
}

.secs_item span {
	display: block;
	width: 100%;
	font-size: 1.4rem;
}

.item_ttl {
	font-weight: 500;
	font-size: 2rem;
}


.plan_secs_item_group.group_recommend::after {
	content: "";
	width: 100%;
	height: calc(34px + 100% + .5rem);
	border-width: 34px .6rem .6rem .6rem;
	border-color: #2163D9;
	border-style: solid;
	border-radius: 1rem;
	position: absolute;
	left: 0;
	top: -34px;
	z-index: 2;
	pointer-events: none;
}

.recommend {
	display: inline-flex;
	padding: 4px 10px 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #EEC443;
	color: #001546;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	top: -24px;
	margin: auto;
	left: 0;
	right: 0;
	width: 124px;
	z-index: 3;
}

.recommend::after {
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 10px;
	border-top-color: #EEC443;
	border-bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	top: 34px;
}



/*------- cont_maintenance ---------*/

#cont_maintenance {
	background: #fbf9f2;
	padding: 110px 0 120px;
}

.plan_table.maintenance {
	max-width: 1200px;
	margin: 120px auto 0;
}

.plan_table.maintenance td {
	color: #2163D9;
}

.plan_table.maintenance th,
.plan_table.maintenance td {
	min-width: 300px;
}

.plan_table.maintenance .normal td {
	color: #111;
	font-size: 1.6rem;
}

.plan_table.maintenance td dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px 0;
	margin: 0 35px;
}

.plan_table.maintenance td dd {
	margin-left: auto;
	text-align: right;
}

.plan_table.maintenance .normal td span {
	font-size: 1.2rem;
}

.special_item {
	border-left: 4px solid #2163D9 !important;
	border-right: 4px solid #2163D9 !important;
	position: relative;
}

.special_item.last {
	border-bottom: 4px solid #2163D9 !important;
}


.recommend_box {
	border-radius: 12px 12px 0px 0px;
	background: #2163D9;
	height: 32px;
	position: absolute;
	top: -32px;
	width: calc(100% + 8px);
	left: -4px;
}


/*------- cont_flow ---------*/
#cont_flow {
	padding: 100px 0;
}

.flow_list {
	max-width: 1200px;
	margin: 80px auto 0;
	display: flex;
	gap: 85px;
}

.flow_list li {
	display: flex;
	width: 240px;
	padding: 24px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 16px;
	border: 2px solid var(--green, #2163D9);
	background: var(--white, #FFF);
	position: relative;
	text-align: center;
}

.flow_list li::after {
	content: "";
	position: absolute;
	width: 36px;
	height: 22px;
	background: url("../img/top/step_arrow.png") no-repeat center center;
	background-size: contain;
	margin: auto;
	right: -66px;
	top: 0;
	bottom: 0;
}

.flow_list li:last-child::after {
	display: none;
}

.flow_list li img {
	max-width: 126px;
}

.flow_list li p span {
	display: block;
}

.list_step {
	display: flex;
	padding: 2px 14px 3px 14px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	border-radius: 1000px;
	background: var(--green, #2163D9);
}


/*------- cont_works ---------*/
#cont_works {
	background: #F6F9FB;
	padding: 100px 0;
}

.works_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 48px;
	max-width: 1200px;
	margin: 40px auto 80px;
}

.works_list li {
	width: 40%;
}

.works_list li a {
	display: block;
}

.works_list li img {
	display: block;
	margin-bottom: 20px;
}

.works_list li p {
	display: flex;
	justify-content: space-between;
}


/*------- cont_faq ---------*/
#cont_faq {
	background: url("../img/top/faq-bg.png") repeat;
	background-size: contain;
	padding: 100px 0;
}

.faq_intro {
	text-align: center;
	margin: 60px auto;
}

.btn_common.center {
	margin: auto;
}

/*------- cont_anymon ---------*/

#cont_anymon {
	padding: 100px 0;
}

.anymon_title {
	width: 540px;
	margin: 0 auto 80px;
	padding: 0 0 20px;
	position: relative;
	font-size: 3.2rem;
	font-weight: 700;
}

.anymon_title::before,
.anymon_title::after {
	content: "";
	position: absolute;
	width: 219px;
	height: 1px;
	background: #111;
	bottom: 0;
}

.anymon_title::before {
	left: 0;
}

.anymon_title::after {
	right: 0;
}

.anymon_title strong {
	display: block;
	position: relative;
	letter-spacing: 1px;
}

.anymon_title strong::after {
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 16px;
	height: 16px;
	border: 1px solid #111;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin: auto;
	left: 0;
	right: 0;
	top: calc(100% + 20px);
}


.anymon_list {
	display: flex;
	gap: 80px;
	justify-content: center;
	max-width: 810px;
	margin: 0 auto;
}

.btn_contact_fixed {
	width: 10%;
	max-width: 150px;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
}

.btn_contact_fixed a {
	display: block;
}

/* Media Queries ================================================== */
/*1280*/

@media screen and (max-width: 1300px) {
	.catch_top_inner {
		width: calc(100% - 40px);
	}
}

/* Media Queries ================================================== */
/*1200*/

@media screen and (max-width: 1200px) {
	.sticky {
		position: sticky;
		top: 0;
		left: 0;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		z-index: 2;
	}

	.sticky::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		z-index: -1;
	}

	.plan_table_wrap {
		overflow: auto;
		width: 100%;
	}
}



/* Media Queries ================================================== */
/*1080*/
@media screen and (max-width: 1080px) {
	.catch_top_inner {
		width: calc(100% - 60px);
	}

	.catch_top_inner h2{
		font-size: 5rem;;
	}

	.eyecatch {
		max-width: 480px;
		width: 100%;
	}

	#cont_feature {
		width: 95%;
		margin: 0 auto;
	}

	#cont_plan {
		padding: 60px 24px 40px;
	}

	.plan_inner {
		padding: 0 24px;
	}


	#cont_maintenance {
		padding: 60px 24px;
	}


	#cont_works {
		padding: 60px 24px;
	}

	.flow_list {
		padding: 0 45px;
		margin: 30px auto 0;
		display: block;
	}

	.flow_list li {
		width: 100%;
		padding: 24px 16px;
		margin-bottom: 50px;
		gap: 10px;
	}

	.flow_list li:last-child {
		margin-bottom: 0;
	}


	.flow_list li::after {
		transform: rotate(90deg);
		right: 0;
		top: 0;
		bottom: calc(-100% - 50px);
		left: 0;
	}


}

@media (min-width: 768px) and (max-width: 960px) {

	.catch_top_inner {
		display: block;
		width: calc(100% - 60px);
	}

	.catch_top_inner h2 {
		font-size: 4.8rem;
	}

	.catch_intro,
	.catch_topic p,
	.inner_content h3 {
		font-size: 2.4rem;
	}

	.features_inner .inner_content {
		max-width: 100%;
		display: block;
	}

	.features_inner .inner_obj {
		max-width: 300px;
        margin: 0 auto 20px;
	}

	.features_example_list li img {
		width: 80%;
	}

	.sticky {
		width: 200px;
	}

	.flow_list li {
		width: 50%;
        margin: 0 auto 50px;
	}

	.faq_intro {
		text-align: center;
	}

	.anymon_title strong {
		font-size: 2.4rem;
		text-align: center;
	}

	.anymon_title {
		width: 60%;
	}

	.anymon_list li img {
		max-width: 200px;
	}


}




/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 768px) {


	/*--------- catch_top ------------*/

	#catch_top {
		background: url("../img/top/top-bg_sp.png") repeat;
		background-size: cover;
		padding: 120px 0 24px;
	}


	.catch_top_inner {
		display: block;
		width: calc(100% - 60px);
	}

	.catch_top_inner h2 {
		font-size: 3.3rem;
		margin-bottom: 8px;
	}

	.catch_intro {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	.topic {
		padding: 10px 16px;
		color: #fff;
		font-size: 2rem;
		margin-bottom: 12px;
	}

	.topic::after {
		border-width: 10px 10px;
		top: 44px;
	}

	.topic span {
		font-size: 2.4rem;
	}

	.catch_topic {
		margin-bottom: 30px;
	}

	.catch_topic p {
		font-size: 1.6rem;
	}

	.catch_topic strong img {
		max-width: 30%;
	}

	.eyecatch {
		width: 80%;
		margin: auto;
		display: block;
	}


	/*------- cont_about --------*/

	#cont_about {
		padding: 60px 24px;
	}

	.inner_title {
		font-size: 2.8rem;
	}

	.inner_title img {
		max-width: 42px;
	}

	#cont_about p {
		text-align: left;
		width: 100%;
	}



	/*--- cont_feature ---*/

	#cont_feature {
		padding-bottom: 60px;
	}

	.cont_feature_intro {
		padding: 40px 0 30px;
	}

	.inner_title strong {
		font-size: 4.2rem;
	}

	.features_inner {
		display: block;
		padding: 40px 24px 0;
	}

	.features_inner .inner_obj {
		max-width: 150px;
		display: block;
		margin: 0 auto 26px;
	}


	.inner_content h3 {
		font-size: 1.8rem;
		display: block;
	}

	.features_inner .inner_content {
		display: block;
	}

	.head_number {
		padding: 4px 20px 6px 20px;
		margin-bottom: 30px;
	}

	.features_example {
		padding: 20px 24px;
	}


	.list_title {
		margin-bottom: 20px;
	}

	.features_example_list ul {
		flex-wrap: wrap;
	}

	.features_example_list li {
		width: calc(50% - 10px);
		padding: 0;
		font-size: 1.2rem;
	}

	.features_example_list li img {
		width: 100%;
		margin: 0 auto;
	}


	/*--- cont_plan ---*/
	#cont_plan {
		padding: 60px 24px 40px;
	}


	.plan_list_box {
		display: block;
		margin: 40px auto 30px;
	}

	.plan_list,
	.plan_price {
		width: auto;
	}


	.plan_list .list_number {
		display: none;
	}

	.plan_list .list_body {
		display: flex;
		text-align: left;
		font-size: 1.8rem;
		gap: 24px;
		align-items: center;
		margin-bottom: 24px;
	}

	.plan_list .list_body img {
		max-width: 76px;
		margin: 0;
	}


	.plan_price_box {
		display: block;
		width: 88%;
	}

	.plan_price dt {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.plan_price dd {
		font-size: 1.4rem;
	}

	.plan_price_icon {
		margin: 22px auto;
		padding-top: 0;
		display: block;
		text-align: center;
		max-width: 24px;
	}

	.rotate_sp {
		transform: rotate(90deg);
	}



	#cont_plan_02 {
		padding: 40px 0;
	}

	#cont_plan_02 .plan_inner {
		overflow: hidden;
	}

	.plan_inner {
		margin: 0 auto 30px;
		padding: 0 24px;
	}

	.plan_table_scroll_sp {
		width: calc(100% + 24px);
		overflow-x: scroll;
		margin: 24px 0 0;
	}

	.plan_table {
		border: 1px solid #DDD;
		width: 170vw;
		margin: 0;
	}

	.plan_table tr {
		height: 80px;
	}

	.plan_table th,
	.plan_table td {
		padding: 14px 4px;
		font-size: 1.4rem;
		/*white-space:nowrap*/
	}

	.plan_table td span {
		font-size: 1.2rem;
	}

	.plan_table.maintenance td dl {
		margin: 0 62px;
	}

	.sticky {
		min-width: 100px !important;
		width: 100px;
	}


	.info_intro {
		margin: 24px auto 16px;
		font-size: 1.6rem;
	}

	.plan_inner_layout {
		margin: 0 auto 30px;
	}


	.plan_info p {
		font-size: 1.4rem;
		padding: 18px 0;
	}

	.plan_info p img {
		height: 110px;
	}

	.plan_info .plan_info_left {
		width: 120px;
		display: block;
		margin: 0 auto;
	}

	.plan_info .plan_info_right {
		width: 140px;
		display: block;
		margin: 0 auto;
	}

	.plan_content_title {
		font-size: 1.6rem;
	}

	.plan_content_inner_box {
		display: block;
	}



	.plan_content_inner.basic {
		width: 100%;
		margin-bottom: 30px;
	}

	.plan_content_inner.select {
		width: 100%;
	}

	.inner_head {
		padding: 8px 16px;
	}


	.plan_content_inner ul {
		padding: 20px 10px;
		font-size: 1.4rem;
	}


	.plan_content_inner.basic li {
		background: url("../img/top/basic_list.png") no-repeat left center;
		background-size: 14px auto;
	}

	.plan_content_inner.select li {
		background: url("../img/top/select_list.png") no-repeat left 6px;
		background-size: 8px auto;
	}

	.margin_add_top {
		margin-top: 30px !important;
	}


	.option_list {
		display: block;
	}

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

	.option_list dt {
		padding: 8px;
		font-size: 1.4rem;
	}

	.option_list dd {
		padding: 14px 8px;
	}


	.plus_option_box {
		margin: 24px auto;
	}

	.option_box_title {
		font-size: 1.8rem;
	}

	.btn_option {
		font-size: 1.6rem;
		padding: 22px 71px 22px 30px;
	}

	.btn_option::before {
		right: 39px;
	}

	.btn_option::after {
		right: 30px;
	}

	.btn_option img {
		max-width: 20px;
	}


	.plus_option_box .option_list dl {
		width: 100%;
	}


	/*------- cont_maintenance ---------*/

	#cont_maintenance,
	.table_sp {
		padding: 60px 10px !important;
	}

	.plan_table.maintenance {
		margin: 60px auto 0;
	}





	.plan_table.maintenance td {
		color: #2163D9;
	}

	.plan_table.maintenance th,
	.plan_table.maintenance td {
		min-width: 190px;
		height: 80px;
	}

	.plan_table.maintenance .normal td {
		color: #111;
		font-size: 1.2rem;
	}

	.plan_table.maintenance .normal td span {
		font-size: 1rem;
	}

	.special_item {
		border-left: 4px solid #2163D9 !important;
		border-right: 4px solid #2163D9 !important;
		position: relative;
	}

	.special_item.last {
		border-bottom: 4px solid #2163D9 !important;
	}



	/*------- cont_flow ---------*/
	#cont_flow {
		padding: 60px 0;
	}

	.flow_list {
		padding: 0 45px;
		margin: 30px auto 0;
		display: block;
	}

	.flow_list li {
		width: 100%;
		padding: 24px 16px;
		margin-bottom: 50px;
		gap: 10px;
	}

	.flow_list li:last-child {
		margin-bottom: 0;
	}

	/*.flow_list li img{
		width: 50%;
	}	*/

	.flow_list li::after {
		transform: rotate(90deg);
		right: 0;
		top: 0;
		bottom: calc(-100% - 50px);
		left: 0;
	}


	/*------- cont_works ---------*/
	#cont_works {
		padding: 40px 24px 80px;
	}

	.works_list {
		display: block;
		margin: 24px auto 0;
	}

	.works_list li {
		width: 100%;
		margin-bottom: 24px;
	}

	.works_list li a {
		display: block;
	}

	.list_catch {
		width: 100%;
	}

	/*------- cont_faq ---------*/
	#cont_faq {
		background: url("../img/top/faq-bg.png") repeat;
		background-size: cover;
		padding: 40px 24px;
	}

	.faq_intro {
		text-align: left;
		margin: 30px auto 60px;
	}


	/*------- cont_anymon ---------*/

	#cont_anymon {
		padding: 60px 24px;
	}

	.anymon_title {
		width: 100%;
		margin: 0 auto 50px;
		padding: 0 0 12px;
		font-size: 2rem;
		text-align: center;
	}

	.anymon_title::before,
	.anymon_title::after {
		width: calc(50% - 30px);
	}



	.anymon_title strong::after {
		width: 20px;
		height: 20px;
		top: calc(100% + 10px);
	}


	.anymon_list {
		gap: 20px;
	}

	.btn_contact_fixed {
		width: 30%;
		max-width: 110px;
		right: 10px;
	}


	/*----- plan_secs_item ----------*/
	.plan_secs_item_wrap {
		margin: 32px -24px 0;
		padding: 50px 24px 24px;
		overflow: auto;
	}

	.plan_secs_item {
		width: 62.4rem;
		grid-template-columns: 14rem 16rem 16rem 16rem;
	}

	.plan_secs_item.sp_fix {
		grid-template-columns: 20rem 20rem 20rem 20rem;
	}

	.plan_secs_item_group:first-child {
		width: 14rem;
		position: sticky;
		left: 0;
		top: 0;
		z-index: 4;
	}

	.plan_secs_item.sp_fix .plan_secs_item_group:first-child {
		width: 20rem;
	}


	.secs_item {
		min-height: initial;
		height: 70px;
		padding: 0;
		font-size: 1.4rem;
	}

	.plan_secs_item.sp_fix .secs_item.normal {
		min-height: initial;
		height: auto;
		font-size: 1.2rem;
	}


	.secs_item span {
		font-size: 1.2rem;
	}

	.plan_secs_item_wrap.wrap_add_top {
		margin: 50px auto 0 !important;
	}

}

@media screen and (max-width: 610px) {
	.plan_table.maintenance td dl {
        margin: 0 60px;
    }

    .catch_top_inner {
		display: block;
		width: calc(100% - 40px);
	}

	#catch_top {
		padding: 110px 0 24px;
	}
}

@media screen and (max-width: 580px) {
	.plan_table.maintenance td dl {
        margin: 0 30px;
    }
}

@media screen and (max-width: 500px) {
	.plan_table.maintenance td dl {
        margin: 0 20px;
    }
}

@media screen and (max-width: 470px) {
	.plan_table.maintenance td dl {
        margin: 0 18px;
    }
}

@media screen and (max-width: 440px) {
	.plan_table.maintenance td dl {
        margin: 0 5px;
    }
}