@charset "utf-8";

/* MV
------------------ */
#mv{
	background: #edf8ec url(../../plate/img/mv01.jpg) no-repeat 100% 50%;
	background-size: contain;
}

/* 冒頭
------------------ */
/* 冒頭見出し */
#plate_h01{
	font-size: 200%;
	line-height: 1.4;
	text-align: center;
	padding-top: 1rem;
	margin-bottom: 1rem;
}

#plate_h01 span{
	display: block;
}

@media print, screen and (min-width: 980px){
#plate_h01{
	font-size: 240%;
}
}

/* 冒頭キャッチ */
#plate_h02{
	font-size: 137.5%;
	font-weight: bold;
	color: #090;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 2rem;
}

/* ポイント */
#plate_li01{
	margin-bottom: 2.5rem;
}

#plate_li01 li{
	font-size: 125%;
	background: #edf8ec url(../img/nav_flow.png) no-repeat 0.5rem 1.2rem;
	background-size: 2em;
	padding: 1rem 1rem 1rem 2.7em;
	margin-bottom: 1rem;
	border-radius: 10px;
}

@media print, screen and (min-width: 980px){
#plate_li01 li{
	background: #edf8ec url(../img/nav_flow.png) no-repeat 2.5rem 2rem;
	background-size: 2.4em;
	padding: 2rem 2rem 2rem 4.7em;
}
}

/* 料金概要 */
#plate_price{
	border: 5px solid #d50000;
	padding: 1.5em 1em 1em 1em;
	background:url(../../plate/img/ph02.jpg) no-repeat 100% 50%;
	background-size: cover;
}

#plate_price h3{
	text-align: center;
	color: #d50000;
	font-size: 137.5%;
	line-height: 1.2;
	margin-bottom: 1rem;
}

#plate_price02{
	background: #d50000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

#plate_price02 span{
	font-size: 187.5%;
}

#plate_price02 p{
	margin: 0;
}

@media print, screen and (min-width: 980px){
#plate_price{
	padding: 2em 3em 1.5em 3em;
}

#plate_price h3{
	font-size: 150%;
}

#plate_price02{
	font-size: 125%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#plate_price02 div{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}
}

/* 出張封印の可否
------------------ */
#plate_yn h2{
	font-size: 125%;
	text-align: center;
	margin-bottom: 1rem;
	padding-bottom: 5px;
}

#plate_yn .sec{
	margin-bottom: 0;
}

#plate_yn section{
	padding: 1em;
	margin-bottom: 1.5rem;
}

#plate_yn li{
	margin-bottom: 1rem;
}

/* 可 */
#plate_y{
	color: #090;
	background: #edf8ec url(../../plate/img/bg_y.png) no-repeat 50% 50%;
	background-size: contain;
}

#plate_y h2{
	border-bottom: 2px dashed #a5da9e;
}

/* 否 */
#plate_n{
	background: #efefef url(../../plate/img/bg_n.png) no-repeat 50% 50%;
	background-size: contain;
}

#plate_n h2{
	color: #666;
	border-bottom: 2px dashed #ccc;
}

@media print, screen and (min-width: 980px){
#plate_yn{
	background:linear-gradient(90deg,#edf8ec 0%,#edf8ec 50%,#efefef 50%,#efefef 100%);
}

#plate_yn section{
	padding: 4rem 0 2rem 0;
	margin: 0;
}

#plate_y{
	width: 450px;
	float: left;
}

#plate_n{
	width: 450px;
	float: right;
}
}

/* メリット
------------------ */
#plate_merit{
	padding: 4rem 0 1px 0;
	margin-bottom: 4rem;
	background: #efefef url(../../plate/img/ph03.jpg) no-repeat 50% 0;
	background-size: cover;
}

#plate_merit h2{
	font-size: 150%;
	text-align: center;
	margin-bottom: 1.5rem;
}

#ph04{
	border: 5px solid #fff;
	display: block;
	margin: 0 auto 1.5rem auto;
}

#plate_merit li{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1rem;
	padding: 0 5px 5px 5px;
}

#plate_merit li div{
	font-weight: bold;
	font-size: 112.5%;
	color: #090;
}

#plate_merit li div:before{
	content: "■";
	color: #090;
}

@media print, screen and (min-width: 980px){
#ph04{
	float: right;
	margin: 0;
}

#plate_merit ul{
	margin-right: 340px;
}
}

/* オリンピック
------------------ */
#olympic{
	padding: 4rem 0 1px 0;
	background:#f8fcfe url(../../plate/img/ph06.jpg) no-repeat 50% 0;
	background-size: contain;
}

/* ナンバー写真 */
#oly_ph{
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 1.5rem 1rem;
	margin-bottom: 2rem;
}

#oly_img{
	margin-bottom: 1rem;
	font-size: 75%;
	text-align: center;
}

#oly_catch{
	text-align: center;
	line-height: 1.4;
	font-size: 137.5%;
	font-weight: bold;
	color: #133f74;
	margin-bottom: 1.5rem;
}

#oly_ph p{
	margin: 0;
}

@media print, screen and (min-width: 980px){
#oly_ph{
	padding: 3rem;
	overflow: hidden;
	font-size: 125%;
}

#oly_img{
	float: left;
	margin: 0 3rem 0 0;
	width: 400px;
}
}

/* オリンピック料金 */
#oly_price{
	text-align: center;
	margin-bottom: 2rem;
}

#oly_price01{
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 10px;
	padding: 1.5em;
	margin-bottom: 1rem;
}

.oly_price_arr{
	position: relative;
	margin-bottom: 3rem;
}

.oly_price_arr:before{
	content: "";
	position: absolute;
	top:0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 80px 0 80px;
	border-color: #fa0 transparent transparent transparent;
	margin-left: -80px;
}

#oly_price02{
	background: #ffeecc;
	border: 3px solid #fa0;
	border-radius: 10px;
	padding: 1.5em;
	font-size: 125%;
	font-weight: bold;
}

.oly_price{
	font-size: 125%;
}

@media print, screen and (min-width: 980px){
#oly_price{
	overflow: hidden;
}

#oly_price01{
	width: 38%;
	float: left;
	padding: 2.5em 1.5em;
	margin-bottom:0;
}

.oly_price_arr{
	position: relative;
	margin-bottom: 0;
}

.oly_price_arr:before{
	top:0;
	left: 50%;
	border-width: 60px 0 60px 40px;
	border-color: transparent transparent transparent #fa0;
	margin:40px 0 0 -20px;
}

#oly_price02{
	width: 38%;
	float: right;
	padding:1.4em 1.5em;
}

.oly_price{
	padding-top: 1em;
}
}

/*eof*/