@charset "utf-8";
/* support ichigan guide keeping index.css */

html{
	font-size: 1rem;
}

.mod-mainContentContainer{
	font-size: 0.813rem;
}
#contents h1.title{
	border-bottom: 2px solid #000;
	font-size: 1.125rem;
}

#contents h2.title{
	margin-top: 2em;
	font-size: 1rem;
	border-bottom-color: #000;
}

#contents p{
	margin-left: 1em;
}
#contents > section{
	margin-bottom: 2em;
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents .pct.center,
#contents .flex.row .pct{
	margin: 2em;
}

#contents .imageArea .pct{
	margin: 1.5em;
}

#contents .flex{
	display: flex;
}

#contents .imageArea.flex{
	justify-content: space-around;
}

#contents .flex.leftImage{
	flex-direction: row-reverse;
	margin: 2em 0 3em;
}

#contents .wrap{
	margin-left: 1em;
}

#contents .wrap > h3{
	margin-top: 1em;
	font-size: 0.938rem;
}

#contents section.wrap{
	margin: 2em 1em;
	padding-bottom: 1.5em;
	
}

#contents section.wrap:not(:last-child){
	border-bottom: 1px dotted #999;
}

#contents section.wrap .flex{
}

#contents section h3{
	margin-bottom: 1em;
}

#contents .textArea h3{
	font-size: 0.875rem;
}

#contents .wrap ul.disc{
	margin-left: 1.5em;
	margin-top: 1em;
}

#contents figure{
	margin: 2.5em 0;
}

#contents figcaption{
	font-weight: bold;
}


#contents .singleBtn a{
	display: inline-block;
	width: 100%;
	padding: 0.7em 1.5em;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	box-sizing: border-box;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
}

#contents .singleBtn a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media (max-width: 640px){
	#contents section,
	#contents p,
	#contents .wrap{
		margin-left: 0;
	}
	
	#contents .pct img{
		padding: 2em 0;
	}
	#contents .pct:not(.s_img) img{
		width: 100%;
		max-width: 480px;
		height: auto;
	}
	
	#contents .imageArea .pct {
		margin: 2em auto;
	}
	
	#contents .pct.s_img{
		text-align: center;
	}
	
	#contents ul.disc li .imageArea .pct{
		margin: 0 auto;
	}
	
	#contents .flex:not(.pointArea){
		flex-direction: column;
	}
	#contents .movieArea .flex{
		flex-direction: column-reverse;
	}
	#contents .movieArea .flex .pct{
		text-align: center;
		margin: 0 auto;
	}
	#contents section .wrap{
		margin: 2em 0;
	}

}

@media (max-width: 400px){
	#contents .pct:not(.s_img) img{
		max-width: 264px;
	}
}


/* ----------------------------
	movieArea 
---------------------------- */

#contents .movieArea{
	margin: 2em auto;
	padding: 1em;
	border: 1px solid #333;	
}

#contents ul > li > .movieArea{
	margin-left: 1em;
}

#contents .movieArea > a{
	pointer-events: none;
	margin: 0;
	align-items: flex-start;
}

#contents .movieArea > a:hover{
	text-decoration: none;
	color: #333;
}

#contents .movieArea > a:focus{
	outline: none;
}

#contents .movieArea > a > .pct{
	margin: 0 10px 0 0;
	cursor: pointer;
	pointer-events: auto;
	line-height: 0;
}
#contents .movieArea > a > dl{
	width: 100%;
	margin-left: 10px;
}

#contents .movieArea > a > dl > dt{
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	color: #333;
	font-size: 0.938rem;
	font-weight: normal;
	pointer-events: none;
	cursor: default;
}

#contents .movieArea > a > dl > dt .icon{
	vertical-align: middle;
}

#contents .movieArea > a > dl > dd{
	margin-bottom: 0;
	padding-left: 10px;
}
#contents .movieArea > a > dl > dd span.textLink{
	cursor: pointer;
	pointer-events: auto;
}

#contents .movieArea > a:hover .pct,
#contents .movieArea > a:hover span.textLink{
	opacity: 0.7;
}

#contents .movieArea > a:focus .pct,
#contents .movieArea > a:focus span.textLink{
	outline: thin dotted;
}
#contents .movieArea > a:focus-visible .pct,
#contents .movieArea > a:focus-visible span.textLink{
	outline: thin dotted;
}

/* ----------------------------
	pointArea 
---------------------------- */

#contents .pointArea {
	padding: 15px;
	background: #FAF5C8;
}

#contents .pointArea .pointBox dl{
	margin-left: 1em;
}

#contents .pointArea .pointBox dl dt{
	font-weight: bold;
}

#contents .pointArea .pointBox dl dd span{
	display: inline-block;
	margin-top: 10px;
}

@media screen and (min-width: 641px){
	
	#contents .movieArea{
		width: 84%;
		margin: 0 auto;
	}
	#contents div.pointArea > p:not(:first-child),
	#contents div.pointArea > figure{
		margin-left: calc(36px + 6px + 10px);
	}
}

@media screen and (max-width: 640px){
	#contents .movieArea > a{
		flex-direction: column-reverse;
	}
	
	#contents .movieArea > a > .pct{
		margin: 1em 0 0 0;
	}
	#contents ul > li > .movieArea{
		margin-left: 0;
	}
	#contents .movieArea > a > dl{
		margin-left: 0;
	}
	#contents .pointArea .pct img {
		padding: 0;
	}
}

