@charset "utf-8";
/* CSS Document */


#contents h1 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 1em;
}

/* tab Area */
#contents div.btnArea {
    margin-left: 0;
    margin-top: 3em;
}

#contents section#show_hide .btnArea ul.tablist {
    margin: 0;
    padding: 0;
}

#contents .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#contents div.btnArea ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents section#show_hide .btnArea ul.tablist li {
    margin-left: 0;
    margin-bottom: 0!important;
    flex: 1;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 1em 0.5em 1em;
    display: block;
    border: 1px solid #d0d6d8;
}

#contents section#show_hide .btnArea ul.tablist li a {
    text-decoration: none;
}

#contents section#show_hide .btnArea ul.tablist li span {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.25em;
    display: block;
    text-align: center;
    height: 35px;
    color: #333;
    background: none;
    padding: 0;
}

#contents section#show_hide .btnArea ul.tablist li.selected {
    background-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
}

#contents .container {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    padding: 1.5em;
    border-top: none;
    margin-bottom: 4em;
    margin-left: 0;
}

#contents .container .openArea:focus, #main .cont .openArea:focus-visible {
outline: none !important;
}

#contents .imgList {
    background-color: #fff;
}

#contents ul li.movie figure {
    display: inline-flex;
}

#contents ul li.movie figure a {
    padding: 2em;
    background-color: #fff;
}

#contents ul li.movie figure a:focus, #contents ul li.movie figure a:hover, #contents ul li.movie figure a:active {
    opacity: 0.5;
}

/* after */
#contents ol li img.pconly {
    margin-top: 5em;
}

#contents img.pconly {
    vertical-align: top;
}

#contents ul.leftImage_list li {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

#contents ul.leftImage_list li > a > figure {
    height: 160px;
    width: 220px;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

#contents ul.leftImage_list li > a > figure img {
    height: auto;
    width: 100%;
}

#contents ul.leftImage_list li dl {
    margin-left: 2em;
    vertical-align: top;
    width: 70%;
}

#contents ul.leftImage_list li dl dt a.textLink {
    margin-left: 0;
}

#contents ul.leftImage_list li dl dd {
    margin-bottom: 0;
}

#contents img.icon {
    max-width: 35px
}

#contents ul.notice_fnc {
    margin: 1em 0 1em 1em;
}

#contents ul.notice_fnc > li:before {
    content: "-";
    display: inline-block;
    background: none;
    margin-right: 5px;
	margin-left: -1em;
}

#contents .advice_box > div + p {
    margin: 1em;
}

@media (max-width: 640px) {	
	#contents .container {
		padding: 1em;
	}
	
	#contents ul li.movie figure a {
		padding: 1em;
		background-color: #fff;
		max-width: 300px;
	}
	
	#contents section#show_hide .btnArea ul.tablist li span {
		font-size: 1em;
	}
	
	
	/* after */
	#contents ol li img.pconly {
		margin: 0 auto 1em auto;
		transform:rotate(90deg)
	}
	
	#contents .imageArea .flex {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}

	#contents .imageArea .flex img {
		margin: 1em;
		height: 128px;
		width: auto;
	}

	#contents img.s_img {
		max-width: 100%;
		height: auto;
	}
	
	#contents section ul {
		margin-left: 5px;
	}
	
	#contents ul.leftImage_list li {
		flex-direction: column;
	}
	
	#contents figure img:not(.icon):not(.s_img) {
		width: 100%;
		height: auto;
	}
	
	#contents ul.leftImage_list li dl {
		margin-left: 0;
		width: 100%;
	}
	
	#contents img.img330s {
		width: 100%;
		max-width: 330px;
	}
	
	/* tab Area */
	#contents .tabArea ul.indexTab {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	#contents .tabArea ul > li {
		padding: 1em 0.1em 1em;
	}
	#contents section#show_hide .tabArea li span {
		font-size: 1em;
	}
	
}

@media (min-width: 641px){
	#contents .imageArea {
		width: 54%;
	}
}
