@charset "UTF-8";

/* ==================================================
RESET CUSTOM
================================================== */
#page_contents {
	font-family: Lato, "游ゴシック", YuGothic, "Yu Gothic", "Custom Yu Gothic", sans-serif;
	padding: 0 3%;
	margin: 0 auto 120px;
	font-size: 1.5rem;
	line-height: 1.6;
	box-sizing: border-box;
}

@media screen and (min-width: 901px) {
#page_contents {
	padding: 0 30px;
	margin-bottom: 150px;
	max-width: 1360px;
}
}

#page_contents *, #page_contents *::after, #page_contents *::before {
	box-sizing: inherit;
}

#page_contents img, #page_contents svg {
	width: auto;
	max-width: 100%;
	height: auto;
}

#page_contents i,
#page_contents em,
#page_contents b {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

/*ins {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.05);
}*/

#header_page p.ttl_lead {
	line-height: 1.4;
	margin-top: 5px;
}


/*
===== WEB Fonts CSS Sample =====
■Ekster Regular
font-family: "Ekster-Regular", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Ekster Bold
font-family: "Ekster-Bold", sans-serif;
font-weight: normal;
font-style: normal;
font-feature-settings: "palt";

■Oswald Regular
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;

■Oswald SemiBold
font-family: "Oswald", sans-serif;
font-weight: 600;
font-style: normal;

■Oswald Bold
font-family: "Oswald", sans-serif;
font-weight: 700;
font-style: normal;
*/

/* clrfix */
.clrfix::before,
.clrfix::after {
	display: table;
	content: '';
}

.clrfix::after {
	clear: both;
}
/**/

/* =========================================================
page_contents
========================================================= */
#page_contents > .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
	border-left: 6px solid #000;
	padding-left: 10px;
}

#page_contents > .title em {
	font-size: inherit;
	font-weight: inherit;
}

#page_contents > .title span {
	font-size: 75%;
	font-weight: normal;
}

/* #judge
------------------------------ */
#judge {
	margin-bottom: 80px;
}

#judge li {
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 15px;
}

#judge dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#judge dl.adjust {
}

#judge dl dt {
	width: 100%;
}

#judge dl dt .program_goods {
	font-size: 1.6rem;
	color:#f8310d;
	padding: 2px 20px;
	font-weight: 700;
	margin-top:20px;
	margin-bottom: 15px;
	border:solid 2px #f8310d;
	display: inline-block;
	border-radius: 4px;
}

#judge dl dt .j_goods {
	font-size: 1.6rem;
	color:#0d93f8;
	padding: 2px 20px;
	font-weight: 700;
	margin-top:20px;
	margin-bottom: 15px;
	border:solid 2px #0d93f8;
	display: inline-block;
	border-radius: 4px;
}

#judge dl dt a:Hover {
	opacity:0.8;
}


#judge dl dt img {
	border-radius: 6px;
}

#judge dl dd {
}

#judge dl dd:nth-of-type(1) {
	width: 100%;
}

#judge dl dd:nth-of-type(2) {
	width: 100%;
	border-top: 1px dotted #000;
	margin-top: 15px;
	padding-top: 15px;
}

#judge dl dd .name {
	font-size: 2.0rem;
	font-weight: 700;
	margin-top:20px;
	margin-bottom: 5px;
}



#judge dl dd .name span {
	font-size: 80%;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
}

#judge dl dd .belong {
	font-size: 1.3rem;
	opacity: 0.6;
}

#judge dl dd .cmt {
	font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
#judge {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#judge li {
	width: 48.5%;
	margin-bottom: 3.2%;
}

#judge li:nth-of-type(even) {
	margin-left: 3%;
}
	
#judge dl {
}

#judge dl dt {
	align-self: flex-start;
}

#judge dl dt img {
}

#judge dl dd {
}

#judge dl dd:nth-of-type(1) {
}

#judge dl dd:nth-of-type(2) {
}

#judge dl dd .name {
}

#judge dl dd .name span {
}

#judge dl dd .belong {
}

#judge dl dd .cmt {
}
}

/* #detail
------------------------------ */
#detail {
}

#detail dl {
	margin-bottom: 40px;
}

#detail dl dt {
	background: #000;
	color: #fff;
	font-weight: 700;
	padding: 2px 10px;
	margin-bottom: 20px;
}

#detail dl dd {
	font-size: 1.4rem;
	padding: 0 10px;
}

#detail dl dd p {
	margin-bottom: 1.6rem;
}

#detail dl dd .spotlight {
	margin-bottom: 6px;
	font-weight: 700;
}

#detail dl dd p a {
	transition: all 0.4s ease-out 0s;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

#detail dl dd p a:hover {
	opacity: 0.7;
	border-bottom: 1px solid rgba(0,0,0,0);
}

#detail dl dd ul {
}

#detail dl dd ul li {
}

#detail dl dd ul li::before {
}

@media screen and (min-width: 1100px) {
#detail {
}

#detail dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	border-top: 2px solid #000;
}

#detail dl dt {
	width: 380px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#detail dl dd {
	width: calc(100% - 400px);
	padding-top: 15px;
}

#detail dl dd p {
}

#detail dl dd .spotlight {
}

#detail dl dd p a {
}

#detail dl dd p a:hover {
}

#detail dl dd ul {
}

#detail dl dd ul li {
}

#detail dl dd ul li::before {
}
}