@charset "utf-8";

.contents_nav-item:nth-child(7) {
	background: #fff6b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #fee101;
}


@media screen and (max-width: 768px) {
  #charge_top {
    padding: 0 10px;
  }
}

/*#bs_option,#cs_option {
	margin-top: -60px;
	padding-top: 60px;
}*/
/*-----------------------------------------------------------------------
TITLE・TEXT
-----------------------------------------------------------------------*/
.sect__stl--txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.sect__stl--line {
  margin-top: 60px;
  position: relative;
}

.sect__stl--line:before {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  left: 0;
  border: 1px solid #ffe100;
  background: #ffe100;
  background: -moz-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
  background: -webkit-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
  background: linear-gradient(to bottom, #fff6b3 0%, #ffe100 100%);
  width: 4px;
  height: 32px;
}

.sect__stl--line .ttl_inner {
  display: block;
  padding: 4px 0 4px 16px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2em;
}

.sect__stl--line.sect__stl--line--mt {
  margin-top: 100px;
}

.sect__h4--txt {
  font-size: 1.8rem;
  margin-top: 10px;
}

.sect__h4--price {
  font-size: 1.8rem;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #c5c5c5 1px solid;
  text-align: center;
}


.tax {
  text-align: right;
}

/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
  .sect__stl--txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .sect__stl--line .ttl_inner {
    font-size: 2.0rem;
  }

  .sect__h4--txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .sect__h4--price {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tax {
    font-size: 1.2rem;
  }
}


/*-----------------------------------------------------------------------
TABLE
-----------------------------------------------------------------------*/
.option__table {
	width: 100%;
	border-top: none !important;
	border-right: none !important;
  border-bottom: #EAEAEA 1px solid;
	border-left: #EAEAEA 1px solid;
}
.option__table a {
	color: #0033aa;
	text-decoration: underline;
}
.option__table th, .option__table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
  border-top: #EAEAEA 1px solid;
	border-bottom: none !important;
	border-right: #EAEAEA 1px solid;
	border-left: none !important;
	font-weight: normal;
	vertical-align: middle !important;
}
.option__table td.set_top {
  border-top: none;
	border-right: none;
}
.option__table td.set_left {
  border-left: #EAEAEA 1px solid !important;
}
.option__table-headline {
	background-color: #f6f7f8;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.option__table-fee {
	text-align: center;
}
.ico_standard {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000;
	font-size: 1.4rem;
	background-color: #ffe100;
}

	
	
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.option__table {
		font-size: 1.4rem;
	}
	.option__table th, .option__table td {
		padding-top: 8px;
		padding-bottom:8px;
		padding-right: 8px;
		padding-left: 8px;
	}
}


/* modal icon --------------------*/
.modal {
  padding-right: 18px;
  background-image: url(/service/common/img/icon_modal.png);
  background-repeat: no-repeat;
  background-position: 99% center;
}

/*-----------------------------------------------------------------------
BUTTON
-----------------------------------------------------------------------*/
.btn__container {
	display: flex;
/* 	justify-content: space-between; */
 	justify-content: center;	/*バナー1つの場合 センター寄せ */
	margin-top: 60px;
	margin-bottom: 60px;
}
.btn__other {
	flex-basis: 48%;
	max-width: 48%;
}
.btn__other img {
	max-width: 100%;
}
/* for sp --------------------*/
@media screen and (max-width: 768px) {
  .btn__container {
		display: block;
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.btn__other {
		margin-top: 1em;
		max-width: 100%;
	}
}



