.content_inner {
  max-width: initial;
  margin: 0 auto;
}


.intro{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.intro p{
	width: 74%;
}


.intro_wrap {
  background: url("../img/plan/wave.png") no-repeat;
  background-size: 100% auto;
  padding-bottom: 300px;
}

.plan_wap {
  margin-top: -210px;
  background: #fff;
  position: relative;
  padding-bottom: 160px;
  margin-bottom: 0px;
}

.plan_wap::after {
  content: "";
  position: absolute;
  background: url("../img/plan/wave_2.png") no-repeat #F6FBFF;
  background-size: 100% auto;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 520px;
  z-index: 1;
}

.wave{
	display: block;
	background: url("../img/plan/wave_2.png") no-repeat;
	width: 100%;
	height: 344px;
}


.plan_inner{
	max-width: 1200px;
	margin: 0 auto 150px;
	position: relative;
  z-index: 2;
}

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

.plan_nav_list li{
	width: 31%;
}


.plan_nav_list li a{
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	border: 2px solid var(--blue_base, #096FCA);
	background: var(--white, #FFF);
	font-size: 3.2rem;
	font-weight: 700;	
}


.inner_title{
	font-size: 3.2rem;
	font-weight: 700;
	background: url("../img/plan/contents-title.svg") no-repeat left top;
	background-size: 20px 20px;	
	padding: 4px 0 0 24px;
	margin-bottom: 60px;
}


/*------- plan select -------*/
.select_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.select_box.second-child{
 margin: 150px auto 100px;
}

.select_box img{
	width: 36%;
}	

.select_box_inner{
	width: 48%;
}

.select_box_inner_ttl{
	font-size: 2.4rem;
	color:#096FCA;
	font-weight: 700;
	margin-bottom: 30px;
}

.select_box_inner_txt{
	line-height: 1.5;
}

.result{
	font-size: 2.4rem;
	color:#096FCA;
	font-weight: 700;
	text-align: center;
	position: relative;
  z-index: 2;
}


.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: #F9F9F9;
}

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

.table_head th {
	background: #F9F9F9;
	font-weight: 500;
}

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

.plan_table .mini{
	color: #c74600!important;
}
.plan_table .basic{
	color: #096FCA!important;
}
.plan_table .plus{
	color: #007a33!important;
}


.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;
}

.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;
}

.maintenance .mini{
	color: #c74600!important;
}
.maintenance .basic{
	color: #096FCA!important;
}
.maintenance .plus{
	color: #007a33!important;
}


/* 1番目のtd (○) */
.maintenance tr td:nth-of-type(1) {
    color: #c74600 !important;
}

/* 2番目のtd (○ / special_item) */
.maintenance tr td:nth-of-type(2) {
    color: #096FCA !important;
}

/* 3番目のtd (○) */
.maintenance tr td:nth-of-type(3) {
    color: #007a33 !important;
}

.maintenance tr.normal td{
	color: #000!important;
} 


.plan_table.example{
  border-collapse: separate; 
  border-spacing: 0;
  border: none;
}


.example .table_head .empty{
	background: #fff;
	border: none;
}

.example .table_head th{
	border-radius: 16px 16px 0 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: #F7F7F7;
	font-size: 2.8rem;
	font-weight: 700;	
}

.example .table_head th span{
	display: block;
	color: #707070;
	font-size: 1.8rem;
	font-weight: normal;
}


.example .table_head th span strong{
	font-size: 2.4rem;
	font-weight: 700;
	color: #858585!important;
}

.plan_inner_box{
	max-width: 1320px;
	margin: 0 auto 150px;
	background: #fff;
	padding: 60px 0;
	border-radius: 24px;
}

.plan_inner_box .plan_inner{
	margin-bottom: 0;
}


#exp_mini.active{
	border-top: 1px solid #c74600;
	border-right: 1px solid #c74600;
	border-left: 1px solid #c74600;
	color: #c74600;
	background: #FFFDFB;	
}

#exp_basic.active{
	border-top: 1px solid #096FCA;
	border-right: 1px solid #096FCA;
	border-left: 1px solid #096FCA;
	color: #096FCA;
	background: #EEF5FB;	
}

#exp_plus.active{
	border-top: 1px solid #007a33;
	border-right: 1px solid #007a33;
	border-left: 1px solid #007a33;
	color: #007a33;
	background: #EEFBF3;	
}

#exp_mini.active span,#exp_mini.active strong,
#exp_basic.active span,#exp_basic.active strong,
#exp_plus.active span,#exp_plus.active strong
{
	color: #111!important;
}

.show_mini, .show_basic, .show_plus {
  display: none;
}

.show_mini {
  display: table-row;
}

.plan_table td strong{
	font-weight: 700;
}

/*-------option----------*/
.option_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}

.option_list dl {
	width: 48%;
	margin-bottom: 32px;
}

.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;
	background: #fff;
}


.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;
}

/*-------order----------*/
.figure_box{
	border-radius: 24px;
	background: #fff;
	position: relative;
	display: flex;
	padding: 30px 0;
	margin: 60px auto 80px;
}

.figure_box::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	border-left: 1px dashed #5e5e5e;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


.figure_box_inner{
	text-align: center;
	width: 50%;
}

.figure_box_inner img{
	max-width: 370px;
	margin-bottom: 40px;
}

.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%;
	background: #fff;
}

.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/plan/basic_list.png") no-repeat left center;
	background-size: 16px auto;
}

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




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



@media screen and (max-width: 1280px) {

  .content_inner {
    padding: 0;
  }

  .intro,
  .plan_nav_list,
  .plan_inner{
  	padding: 0 20px;
  }

	.intro_wrap {
	  background: url("../img/plan/wave.png") no-repeat;
	  background-size: 100% auto;
	  padding-bottom: 140px;
	  background-position: bottom;
	  margin-bottom: 140px;
	}




	.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%;
		z-index: -1;
	}

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

	.plan_wap {
	  padding-bottom: 0;
	  margin-bottom: 0;
	}


}


@media screen and (max-width: 1080px) {

	.plan_inner{
		margin: 0 auto 80px;
		padding: 0 20px;
	}

	.plan_nav_list{
		display: block;
	}

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


 	.plan_nav_list li a {
    display: flex;
    padding: 16px 40px;
    flex-direction: inherit;
    justify-content: left;
    align-items: center;
    font-size: 2rem;
    position: relative;
  }

  .plan_nav_list li a .icon_down{
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 40px;
  	margin: auto;
  }

  .plan_table {
    border: 1px solid #DDD;
    width: 169vw;
    margin: 20px auto;
  }

  .plan_table tr {
    height: 80px;
  }


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


	/*-------plan----------*/
	.plan_inner_box{
		width: 100vw;
		position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 70px;
    padding: 40px 0px;
    border-radius: 0;
   }

   .plan_inner_box .scroll_txt{
		background: #F6FBFF;
   }

   .plan_table.example {
   	margin-top: 30px;
   }	

	th.exp_mini{
		border-top: 1px solid #c74600;
		border-right: 1px solid #c74600;
		border-left: 1px solid #c74600;
		color: #c74600;
		background: #FFFDFB;	
	}

	th.exp_basic{
		border-top: 1px solid #096FCA;
		border-right: 1px solid #096FCA;
		border-left: 1px solid #096FCA;
		color: #096FCA;
		background: #EEF5FB;	
	}

	th.exp_plus{
		border-top: 1px solid #007a33;
		border-right: 1px solid #007a33;
		border-left: 1px solid #007a33;
		color: #007a33;
		background: #EEFBF3;	
	}

	.example .table_head th {
	  font-size: 2rem;
	  font-weight: 700;
	}

	.example .table_head th span {
	  font-size: 1.4rem;
	}

	.example .table_head th span strong {
	  font-size: 1.8rem;
	}


}	


@media screen and (max-width: 896px) {



	.intro p{
		width: 100%;
		line-height: 1.7;
	}


	/*------- plan select -------*/
	.select_box{
		display: block;
	}

	.select_box_inner_txt{
		line-height: 1.7;
	}

	.select_box.second-child{
	 margin: 60px auto 80px;
	}

	.select_box img{
		width: 100%;
		max-width: 280px;
        margin: 0 auto;
        display: block;
	}	

	.select_box_inner{
		width: 100%;
	}

	.select_box_inner_ttl{
		font-size: 1.8rem;
		margin-bottom: 14px;
	}


	.result{
		font-size: 1.8rem;
		text-align: left;
	}




	.inner_title{
		font-size: 2.4rem;
		background: url("../img/plan/contents-title.svg") no-repeat left top;
		background-size: 14px 14px;	
		padding: 4px 0 0 20px;
		margin-bottom: 24px;
	}






/*-------option----------*/
	.option_list {
		display: block;
	}

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

	.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%;
	}

	/*-------maintenance----------*/
	.plan_table.maintenance {
	  margin: 80px auto 0;
	}

	.scroll_txt{
		padding: 4px;
		background: #fff;
		color:#096FCA;
		font-size: 1.4rem;
		margin-top: 24px;
	}

	.plan_table.maintenance th,
	.plan_table.maintenance td{
		min-width: 200px;
        height: 80px;
        white-space: normal;
	}

	.plan_table.maintenance .table_head th{
		min-width: 200px;
	}


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

    .plan_table.maintenance td dl{
    	font-size: 1.2rem;
    	margin: 0px 5px;
    }




/*-------order----------*/
	.figure_box{
		display: block;
		padding: 40px 20px;
		margin: 40px auto 60px;
		border: 1px solid #000;
		border-radius: 14px;
	}

	.figure_box::after{
		width: 100%;
		height: 1px;
		border-top: 1px dashed #5e5e5e;
		border-left: none;
	}


	.figure_box_inner{
		width: 100%;
	}

	.figure_box_inner img{
		max-width: 100%;
		margin-bottom: 24px;
	}

	.figure_box_inner.first{
		margin-bottom: 60px;
	}


	.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/plan/basic_list.png") no-repeat left center;
		background-size: 14px auto;
	}

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



}	