@charset "UTF-8";
/* ------------------------------------------------------------- */
/* price                                                         */
/* ------------------------------------------------------------- */
.price {
  background-color: #f6f6f6; }

.price table {
  width: 100%;
  background-color: #fff; }

.price table th, .price table td {
  border: solid 1px #d9dae5;
  padding: 2rem 3.2rem;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 1.8rem; }

.price table th {
  width: 24.3rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #00005f; }

.price table small {
  font-size: 1.4rem; }

.price .t-bg-b {
  background-color: #edf2fd; }

/* ------------------------------------------------------------- */
/* price2                                                         */
/* ------------------------------------------------------------- */
.price2 {
  width: 100% !important; }

.price2 table {
  width: 100%;
  background-color: #fff; }

.price2 table th, .price2 table td {
  border: solid 1px #d9dae5;
  padding: 1.4rem 2.6rem;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center; }

.price2 table th {
  width: 24.3rem;
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #00005f; }

.price2 table td.bule {
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #00005f; }

.price2 .t-bg-b {
  background-color: #edf2fd;
  text-align: center; }

/* ------------------------------------------------------------- */
/* price3                                                         */
/* ------------------------------------------------------------- */
.price3 {
  width: 100% !important; }

.price3 table {
  width: 100%;
  background-color: #fff; }

.price3 table.fix {
  table-layout: fixed;
  width: 120rem;
  border-collapse: collapse; }

.price3 table th, .price3 table td {
  border: solid 1px #c0bebe;
  padding: 1.2rem 1.8rem;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  height: 7rem; }

.price3 table th, .price3 table td.txtbig {
  font-size: 1.6rem; }

.price3 table td.bule {
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #00005f; }

.price3 table td.bule2 {
  vertical-align: middle;
  text-align: center;
  line-height: 1.7;
  color: #fff;
  background-color: #ababab; }

.price3 table td.LTbule {
  border-top: 0.3rem solid #0eafd6;
  border-left: 0.3rem solid #0eafd6; }

.price3 table td.Tbule {
  border-top: 0.3rem solid #0eafd6; }

.price3 table td.RTbule {
  border-top: 0.3rem solid #0eafd6;
  border-right: 0.3rem solid #0eafd6; }

.price3 table td.LBbule {
  border-bottom: 0.3rem solid #0eafd6;
  border-left: 0.3rem solid #0eafd6; }

.price3 table td.Bbule {
  border-bottom: 0.3rem solid #0eafd6; }

.price3 table td.RBbule {
  border-bottom: 0.3rem solid #0eafd6;
  border-right: 0.3rem solid #0eafd6; }

.price3 table td.Lbule {
  border-left: 0.3rem solid #0eafd6; }

.price3 table td.Rbule {
  border-right: 0.3rem solid #0eafd6; }

.price3 .t-bg-b {
  background-color: #edf2fd;
  text-align: center; }

.price3 .t-bg-b2 {
  background-color: #0eafd6; }

.price3 .t-bg-gray {
  background-color: #eaeaea; }

.txt-red {
  color: #cc0000; }

@media (max-width: 768px) {
  .fix-table {
    overflow-x: scroll; }

  .fix-table::before {
    content: "横スクロールしてご確認ください";
    display: block;
    margin-bottom: 0.5rem; }

  .price table th, .price table td {
    display: block;
    width: 100%; }

  .price .t-bg-b {
    display: none; } }

/*------------------
220218
-------------------*/

.price_desc h2 {
		color: #00005f;
    font-size: 3.4rem;
    padding-left: 3rem;
    border-left: solid 1px #00005f;
    font-weight: bold;
    margin-bottom: 3.6rem;
    line-height: 1.6;
	}
	.price_desc p {
		line-height: 1.7;
	}
	.price_desc .price_item {
		margin-top: 4.0rem;
	}
	.price_desc .price_item h3 {
		color: #00005f;
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 1.2rem;
		padding-bottom: 10px;
		border-bottom: solid 2px #ddd;
		position: relative;
	}
	.price_desc .price_item h3:after {
		position: absolute;
		content: "";
		display: block;
		border-bottom: solid 2px #8c4500;
		bottom: -2px;
		width: 30%;
	}
	  .price_desc .price_item:nth-of-type(2) h3:after {
		  border-bottom: solid 2px #008a72;
	  }
	   .price_desc .price_item:nth-of-type(3) h3:after {
		  border-bottom: solid 2px #600082;
	  }

