/* =============================================================
   plice.css
 ============================================================ */

/* KV */
.kv_wrap {
	background: #e1d7a8;
}
.kv_img {
	position: relative;
}
.kv_txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.kv_catch {
	font-size: 22px;
	padding: 30px 0;
	line-height: 1.5;
}

.img-responsive100 {
    width: 100%;
}

/* CONTENTS*/
.inner {
	width: 1000px;
	margin: auto;
}
/* sec01 */
.lead {
	background: url(../../img/plice/img01_pc.jpg) right center no-repeat;
	width: 900px;
	margin: 20px auto;
	font-size: 18px;
}
.ico_notice {
	margin-right: 5px;
}
.lead ul {
	list-style: none;
	margin-top: 15px;
}
.lead ul li {
	padding-left: 1em;
	position: relative;
}
.lead ul li::before {
	content: '■';
	position: absolute;
	left: 0;
}
.lead .ttl strong {
	font-size: 22px;
}
.concept {
	background: url(../../img/plice/line_pc.png) top center no-repeat, url(../../img/plice/line_pc.png) bottom center no-repeat;
	padding: 50px 0;
	margin: 30px auto 0;
}
.concept p {
	color: #ff0000;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0;
}
.ico_notice_x {
    display: inline-block;
    background: #f00;
    width: 43px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 0;
}
.lead .ttl strong {
	font-size: 22px;
}
/* common */
section {
	padding-bottom: 50px;
}
section h2 {
	background: url(../../img/plice/ttl_bg.jpg) center center repeat-x;
	height: 66px;
}
section h2 span {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
.desc {
	font-size: 16px;
	line-height: 2;
	margin: 20px auto 30px;
	padding-left: 20px;
}
.desc strong {
	font-size: 20px;
}
.plice_table {
	border: 1px solid #000;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
}
.plice_table + .plice_table {
	margin-top: 25px;
}
.plice_table h3 {
	color: #74b569;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	margin: 0;
}
.plice_table .highlight {
	color: #4760c0;
	font-weight: bold;
	text-align: right;
}
.plice_table_flex h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.plice_table_flex h3 {
		display: block;
	}	
}

@media (max-width: 768px) {
	.plice_table_flex h3 span {
		display: block;
	}	
}



@media (max-width: 768px) {
	.plice_table_flex h3 .camp_plice2 {
		display: flex;
		justify-content: space-between;
		margin-right: 0;
	}	
}

.ryokin_ttl {
	display: inline-block;
	width: 245px;
}

.yellow_tate {
	display: inline;
	max-width: 160px;
}

.yellow_tate .bg_yellow {
	display: block;
	line-height: 1.4;
}

.bg_yellowv2 {
	margin: 8px 0 0;
	line-height: 1.4;
}


.ft-small {
	font-weight: normal;
	font-size: 80%;
}
.plice_table dl {
	border-top: 1px solid #000;
	overflow: hidden;
	margin: 20px auto 0;
}
.plice_table dl dt {
	float: left;
	font-size: 22px;
	width: 40%;
	padding: 10px;
}
.plice_table dl dd {
	float: left;
	font-size: 22px;
	width: 60%;
	padding: 10px;
}

@media (max-width: 768px) {
	.plice_table dl dt {
		width: 15%;
	}
	.plice_table dl dd {
		width: 85%;
	}
}

.plice_table dl dt {
	font-weight: normal;
	float: left;
	box-sizing: border-box;
}
.plice_table dl dd {
	text-align: right;
	box-sizing: border-box;
}
.plice_table dl .pb0 {
	padding-bottom: 0;
}
.plice_notice {
	font-size: 14px;
	max-width: 900px;
	margin: 5px auto 0;
	text-align: right;
}

/* sec05 */
.option {
	max-width: 900px;
	margin: auto;
}
.option h4 {
	background-color: #979797;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 50px;
	margin-bottom: 25px;
	padding: 5px;
}
.option p {
	font-size: 16px;
	line-height: 1.25;
}
.ico_notice_x2 {
    display: inline-block;
    background: #f00;
    width: 50px;
    text-align: center;
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    padding: 0;
}


/* sec06 */
.sec06 h4 {
	border-bottom: 1px solid #67af5b;
	color: #67af5b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 0 5px 10px;
}
.sec06 dl {
	max-width: 900px;
	margin: auto;
}
.sec06 dt {
	color: #67af5b;
	font-size: 18px;
	font-weight: bold;
}
.sec06 dd {
	font-size: 14px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	main {
	    margin-top: 44px;
	}
	 /* KV */
	 .kv_txt {
		 max-width: 160px;
	}
	 .kv_catch {
		 padding: 15px 0;
		 font-size: 12px;
	}
	 .inner {
		 width: 100%;
		 padding: 0 15px;
	}
	 .lead {
		background: url(../../img/plice/img01_sp.jpg) right bottom no-repeat;
		background-size: 50%;
		width: 100%;
		 font-size: 12px;
	}
	 .lead p {
		 text-align: center;
	}
	 .lead .ttl strong {
		font-size: 16px;
	}
	.ico_notice_x {
		width: 30px;
		border-radius: 16px;
		font-size: 18px;
	}
	.ico_notice_x2 {
		width: 30px;
		border-radius: 16px;
		font-size: 18px;
	}
	.lead .ttl strong {
		font-size: 16px;
	}
	 .ico_notice {
		 width: 21px;
	 }
	 .concept {
		background: url(../../img/plice/line_sp.png) top center no-repeat, url(../../img/plice/line_sp.png) bottom center no-repeat;
		 background-size: 50%;
		padding: 15px 0;
		margin: 15px auto 0;
	}
	 .concept p {
		 font-size: 12px;
	 }
	 section {
		 padding-bottom: 20px;
	 }
	 section h2 {
		 background-image: none;
		 padding: 0 15px;
		 height: auto;
	 }
	 section h2 img {
		 width: 100%;
		 height: auto;
	 }
	 .desc {
		 padding-left: 0;
		 margin: 15px auto;
		 line-height: 1.5;
	 }
	 .desc strong {
		 font-size: 14px;
	 }
	 .desc,
	 .plice_table h3,
	 .plice_table dl dt,
	 .plice_table dl dd {
		 font-size: 11px;
	 }
	 .plice_table dl dt,
	 .plice_table dl dd {
		 padding: 5px;
	 }
	 .plice_table {
		 padding: 10px;
	 }
	 .plice_table + .plice_table {
		 margin-top: 10px;
	 }
	 .plice_table_flex h3 span:last-child {
		 line-height: 2;
	 }
	 .plice_table dl {
		 margin-top: 10px;
	 }
	 .plice_notice {
		 font-size: 10px;
	 }
	 .option h4 {
		 font-size: 12px;
		 height: 38px;
		 line-height: 30px;
		 padding: 4px 0;
	 }
	 .option p,
	 .sec06 h4,
	 .sec06 dt,
	 .sec06 dd {
		 font-size: 12px;
	 }
	 .sec06 h4 {
		 margin-bottom: 20px;
	 }
	 .sec06 dd {
		 margin-bottom: 10px;
	 }
 }


 .plice_table .camp_plice {
    display: inline-block;
    color: #f00;
    border: solid 2px #f00;
    padding: 5px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.plice_table .camp_plice {
		width: 100%;
		font-size: 15px;
	}	
}

@media (max-width: 500px) {
	.plice_table .camp_plice {
		font-size: 14px;
	}	
}

.plice_table .camp_plice2 {
    display: inline-flex;
    color: #f00;
    border: solid 2px #f00;
    padding: 3px 4px;
    font-weight: bold;
    margin-right: 10px;
	font-size: 17px;
	align-items: center;
}

@media (max-width: 768px) {
	.camp_plice2 {
		font-size: 11px;
	}	
}

.campaign_period {
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
}
.matchmaking_plice {
    padding-bottom: 2%;
}
.web_matchmaking {
    border-top: 1px solid #000;
    padding-top: 2%;
    margin-top: 2%;
}
.bg_yellow {
    display: inline-block;
    background-color: #fbf355;
}
.admission_fee {
    font-size: 28px;
}

.zero_plice {
    float: right;
}

.ml_zeroen {
    margin-left: 54px;
}
.ml_zeroen2 {
    margin-left: 70px;
}
.original_price {
    text-align: right;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	margin: 0 0 0 10px;
}
.subject {
    display: inline-block;
    margin-left: 15px;
}
.ml_zeroen0 {
    margin-left: 54px;
}

@media (max-width: 768px) {
    .camp_plice {
        border: solid 1px #4760c0;
    }
    .camp_plice2 {
        border: solid 1px #f00;
    }
    .admission_fee {
        font-size: 11px;
    }
    .ml_zeroen {
        margin-left: 23px;
    } 
    .ml_zeroen2 {
        margin-left: 28px;
    } 
    .original_price {
        font-size: 12px;
    }
    .subject {
        margin-left: 5px;
    }
    .ml_zeroen0 {
        margin-left: 26px;
    } 
}