
/* --------------------------------------------------- */
#price01 {
	padding: 50px 0 70px;
	background-color: #fafafa;
}
#price01.black {
	padding: 50px 0 70px;
	background-color: #111;
	color: #fff;
	margin-bottom: 70px;
}
#price01 .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
#price01 dl {
	width: 100%;
	display: table;
	border: #aaa 1px solid;
	margin-bottom: 10px;
}
#price01.black dl {
	border: #fff 1px solid;
}
#price01 dt,
#price01 dd {
	display: table-cell;
	vertical-align: top;
	padding: 20px 0px;
	line-height: 160%;
	text-align: center;
	font-weight: 500;
	width: 50%;
	vertical-align: middle;
}
#price01 dt {
	border-right: #aaa 1px dashed;
}
#price01.black dt {
	border-right: #fff 1px dashed;
}
#price01 dt span {
	display: block;
	text-align: center;
	font-size: .8em;
	font-weight: 400;
}
#price01 dd {
	font-weight: 700;
	font-size: 1.1em;
}
#price01 dd span {
	display: inline-block;
	font-size: .8em;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#price01 {
        padding: 30px 0 40px;
    }
    #price01.black {
        padding: 30px 0 40px;
        margin-bottom: 40px;
    }
	#price01 dt {
		width: 55%;
		padding: 10px 5px;
	}
	#price01 dd {
		width: 45%;
		padding: 10px 0px 10px 5px;
	}
}
/* --------------------------------------------------- */
#price02 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
#price02 .center {
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 160%;
}
#price02 .cap {
	text-align: center;
	font-weight: 400;
	margin: -10px 0 30px;
}
#price02 .data {
	width: 100%;
	display: table;
	border-bottom: #ccc 1px solid;
	margin-bottom: 5px;
}
#price02 .data dt,
#price02 .data dd {
	display: table-cell;
	vertical-align: top;
	line-height: 160%;
	padding: 10px 15px;
}
#price02 .data dt {
	border-right: #ccc 1px dashed;
	width: 80px;
	font-weight: 500;
	text-align: center;
	font-size: .9em;
}
#price02 .data dd {
}
#price02 .calendar {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-right: rgba(0,0,0,.2) 1px solid;
	margin: 20px 0 35px;
}
#price02 .calendar dl {
	border-left: rgba(0,0,0,.2) 1px solid;
	border-top: rgba(0,0,0,.2) 1px solid;
	border-bottom: rgba(0,0,0,.2) 1px solid;
	padding: 5px;
	background-color: #eaeaea;
}
#price02 .calendar.week5 dl {
	width: 20%;
}
#price02 .calendar.week12 .row {
    display: contents; /* ← 重要！flexの親要素として干渉しないようにする */
}
#price02 .calendar.week12 dl {
	width: 8.33%;
}
#price02 .calendar dt,
#price02 .calendar dd {
	text-align: center;
	line-height: 140%;
}
#price02 .calendar dt {
	font-weight: 600;
	padding: 5px 0;
}
#price02 .calendar dd {
	font-size: 10px;
	font-weight: 500;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 5px 0;
	height: 65px;
}
#price02 .calendar dl:first-child,
#price02 .calendar dl:last-child {
	background-color: #c3c3c3;
}
#price02 .calendar dl.white {
	background-color: #fff;
}
@media screen and (max-width: 680px) {
  #price02 .calendar.week12 {
    display: block;
	  border-right: none;
  }
  #price02 .calendar.week12 .row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
	  margin-bottom: 5px;
	  border-right: rgba(0,0,0,.2) 1px solid;
  }
  #price02 .calendar.week12 dl {
    width: 14.28%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
	#price02 .data dt,
    #price02 .data dd {
        line-height: 160%;
        padding: 5px 0px 10px 10px;
    }
	#price02 .data dt {
        width: 60px;
		text-align: left;
    }
	#price02 .data dd {
		font-size: .9em;
	}
	#price02 .calendar dl {
		padding: 0;
	}
	#price02 .calendar dt {
		padding: 8px 0 3px;
	}
	#price02 .calendar dd {
		padding: 0px 0 5px;
		height: 55px;
	}
	#price02 .cap {
		font-size: .9em;
	}
}
/* --------------------------------------------------- */
#price03 {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 60px;
	border: #9A0000 2px solid;
	padding: 30px;
	position: relative;
}
#price03::before {
	content: "";
	border: #9A0000 1px solid;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
#price03 .ttl {
	text-align: center;
	color: #9A0000;
	font-size: 1.1em;
	font-weight: 600;
}
#price03 .ttl br {
	display: none;
}
#price03 .ttl img {
	display: block;
	width: 30px;
	margin: 0 auto 5px;
}
#price03 p {
	text-align: center;
	color: #9A0000;
	font-size: 1.1em;
	font-weight: 600;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#price03 {
        margin: 0 auto 40px;
    }
	#price03 .ttl {
		line-height: 160%;
		margin-bottom: 15px;
	}
	#price03 .ttl br {
		display: block;
	}
}
/* --------------------------------------------------- */
#price04 {
	background-color: #F7F7F7;
	padding: 50px 0 50px;
}
#price04 .inner {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
#price04 .inner p span {
    font-size: 80%;
}
#price04 .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
#price04 p {
	text-align: center;
	margin-bottom: 30px;
}
#price04 ul {
}
#price04 li {
	margin-bottom: 10px;
	border-bottom: rgba(0,0,0,.08) 1px solid;
	border-right: rgba(0,0,0,.08) 1px solid;
}
#price04 li a {
	display: block;
	background-color: #fff;
	padding: 15px 30px 15px 20px;
	position: relative;
	font-weight: 500;
	line-height: 180%;
}
#price04 li a::before {
	content: "PDF";
	background-color: #DD2528;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: -10px;
	line-height: 100%;
	font-weight: 600;
	padding: 2px 5px 5px 6px;
}
#price04 li a:hover {
	color: #DD2528;
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {
	#price04 {
        padding: 30px 0 30px;
    }
	#price04 p {
		font-size: .9em;
		margin-bottom: 20px;
	}
	#price04 li {
		margin-bottom: 5px;
	}
}
/* --------------------------------------------------- */


