@charset "utf-8";

#main h2{
	font-size: 1.75rem;
	margin: 3em auto 1em;
	clear: both;
}
#main h3{
	font-size: 1.5rem;
	margin: 2.5em auto 1em;
	clear: both;
}
#main h2 a{color: inherit;}


.pagemore{}
.more-article{
	display: none;
}

.lead{
	font-size: 110%;
	margin-bottom: 1.5em;
}

.more a{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	border: 2px solid #000;
	text-decoration: none;
/*	margin: 1em;*/
	padding: 0.5em 1.5em;
}
.more a:hover{
	background: #ff0;
}
.more a:after{
	content:'';
	display: inline-block;
	margin-left: 0.5em;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	vertical-align: middle;
}

.pagemore{
	text-align: right;
}
.pagemore a{
	color: #000;
	font-size: 0.875rem;
	font-weight: bold;
	display: inline-block;
	border: 2px solid #ccc;
	border-top: none;
	text-decoration: none;
	margin: 1em 0 2em;
	padding: 0.5em 1.5em;
}
.pagemore a:hover{
	background: #ff0;
}
.pagemore a:after{
	content:'';
	display: inline-block;
	margin-left: 0.5em;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	vertical-align: middle;
	transition: all .4s;
}
.pagemore a.close:after{
	transform: rotate(-45deg);
}
.more-article{
	font-size: 90%;
	margin-bottom: 2em;
}

.more-link{
	text-align: center;
}
.more-link a{
	color: #000;
	font-weight: bold;
	font-size: 1rem;
	display: inline-block;
/*	border: 2px solid #000;*/
	background: #ff0;
	text-decoration: none;
	margin: 1em;
	padding: 1em 1.5em;
}
.more-link a:hover{
	background: #ff0;
}
.more-link a:after{
	content:'';
	display: inline-block;
	margin-left: 0.5em;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	vertical-align: middle;
}

article .more a,
article .more-link a{
	font-size: 1em;
}

a[href$=".pdf"] {
    background: url(../img/ico_pdf.png) no-repeat 100% 50%;
    padding-right: 20px;
}

.letter-link a {
    font-size: 90%;
    color: #40AACE;
    padding: 15px 0 6px 30px;
    background-image: url(../img/letter_pdf_icon.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
#main a.no-icon{
	background-image: inherit;
}


article table {
    border: 1px solid #dadada;
    border-collapse: collapse;
    width: 100%;
}
article th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 11.999px;
    padding: .85714rem;
    text-align: left;
    vertical-align: top;
}
article td {
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 11.999px;
    padding: .85714rem;
    vertical-align: top;
}

/* flex-layout */
.cols{
	display: flex;
}
.cols > .col{
	flex: 1;
}
.cols > .col + .col{
	margin-left: 15px;
}
/* flex-layout 2列 */
.cols-two{
	flex-wrap: wrap;
}
.cols-two > .col{
	width: 48%;
	flex: auto;
}
.cols-two > .col:nth-of-type(odd){
	margin-left: 0;
}
.cols-two > .col:nth-of-type(even){
	margin-left: 4%;
}

@media print, screen and (min-width: 1140px) {
	#content{
		font-size: 1.25rem;
	}
	#content h2,
	.heading02{
		font-size: 1.75rem;
		margin: 3em auto 1em;
	}
	#content h2:not(.nb),
	.heading02{
		padding: 0 0 1em 25px;
		border-left: 5px solid #e6e6e6;
	}
	#top section h2{
		margin-top: 1em;
	}

	/*PCのみ*/
	.cols-pc{
		display: flex;
	}
	.cols-pc > .col{
		flex: 1;
	}
	.cols-pc > .col + .col{
		margin-left: 30px;
	}
	aside .cols-pc > .col + .col{
		margin-left: 50px;
	}

	/*2列*/
	.cols-two-pc{
		flex-wrap: wrap;
	}
	.cols-two-pc > .col{
		width: 48%;
		flex: auto;
		flex-grow: 0;
	}
	.cols-two-pc > .col:nth-of-type(odd){
		margin-left: 0;
	}
	.cols-two-pc > .col:nth-of-type(even){
		margin-left: 4%;
	}

	.two-column-article1,
	.two-column-article2{
		width: 48%;
		margin-bottom: 40px;
		overflow: hidden;
		zoom: 1;
	}
	.two-column-article1{
		float: left;
		clear: left;
	}
	.two-column-article2{
		float: right;
		clear: right;
	}
	#sub{
		font-size: 1rem;
	}
}
@media screen and (max-width: 1139px) {
	
	#content section{
		padding: 15px;
	}
	#content section .__inner{
		padding-left: 0;
		padding-right: 0;
	}
	#content h2,
	.heading02{
		font-size: 1.5rem;
		margin: 1.5em auto 1em;
		text-align: center;
	}
	#content h2:after,
	.heading02:after{
		content:'';
		display: table;
		margin: 0.5em auto 0;
		width: 30px;
		height: 2px;
		background: #e6e6e6;
	}
	#main h3{
		font-size: 1.25rem;
	}
}
#content .c-heading{
	text-align: center;
	padding: 0;
	border: none;
}
#content .c-heading:after{
	content:'';
	display: table;
	margin: 0.5em auto 0;
	width: 60px;
	height: 4px;
	background: #e6e6e6;
}


.news-article{
	padding: 2em 0;
	background: #ff0;
}
.news-article ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-article ul li{
	background: #fff;
}

.page-nav{
	font-size: 1rem;
	margin: 30px auto;
	text-align: center;
}
.page-nav li{
	display: inline-block;
}
.news-list .page-nav li{
	background: inherit;
}
.page-nav a{
	display: block;
	width: 2em;
	line-height: 2em;
	text-align: center;
}
.page-nav a.current{
	color: #fff;
	background: #000;
}
.page-nav .prev a{
	width: auto;
	margin-right: 2em;
}
.page-nav .next a{
	width: auto;
	margin-left: 2em;
}
.prev-next-link{
	margin: 3em 0 2em;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.prev-next-link a{
	color: #000;
}
.prev-next-link .prev a:before{
	content:'';
	display: inline-block;
	margin-right: 0.5em;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(-135deg);
	vertical-align: middle;
}
.prev-next-link .next a:after{
	content:'';
	display: inline-block;
	margin-left: 0.5em;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	vertical-align: middle;
}
.sub-menu{
	margin: auto;
	max-width: 1110px;
	font-size: 1rem;
}
.sub-menu-section{
	margin: auto;
	padding: 1rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sub-menu-section + .sub-menu-section{
	border-top: none;
}
.sub-menu-section a{
	color: #000;
}
.sub-menu-title{
	margin: 0 2em 0 0;
	font-size: 1rem;
	min-width: 10em;
}
.sub-menu-content ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub-menu-section ul li{
	margin-right: 1.5em;
}
.sub-menu-section h5{
	margin: 0 0 0.5em;
	font-size: 1rem;
}
.sub-menu-section ul.yearly{
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #000;
}

.local-nav{
	margin: 20px auto;
	max-width: 1110px;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 1rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.local-nav a{
	color: inherit;
}
.local-nav h3{
	margin: 0 2em 1em 0;
	font-size: 1.25rem;
	min-width: 10em;
}
.local-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.local-nav ul li{
	position: relative;
	padding-left: 1em;
}
.local-nav ul li a{
	display: block;
}
.local-nav ul li:before{
	content: '●';
	color: #999;
	font-size: 0.6em;
	vertical-align: top;
	margin-right: 0.7em;
	margin-top: 0.3em;
	display: inline-block;
	position: absolute;
	left: 0;
}

/* card */
.card{
	margin: 1em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-left: 10px solid #ff0;
	box-shadow: 1px 1px 5px rgba(1,1,1,.5);
}
.card-cols{
	margin: 2em 0;
}
.card-cols + .card-cols{
	margin-top: 2em;
}
.card-content{
	padding: 2em;
	position: relative;
}
.card .label-sticky{
	margin-left: -10px;
}
.card h2{
	font-weight: 600;
	font-size: 140%;
	margin-top: 0 !important;
	margin-bottom: 1em;
	padding-left: 0;
	border: none;
}
.card p{
	font-size: 1rem;
}
.card .more{
	margin-top: 1.5em;
	margin-bottom: 0;
}
.card-more{
	text-align: center;
	margin-bottom: 0;
}
@media print, screen and (min-width: 1140px) {
	.card-cols{
		display: flex;
		flex-direction: row-reverse;
	}
	.card-cols .card-img{
		width: 50%;
	}
	.card-cols .card-content{
		width: calc(50% - 10px - 2em);
		padding-bottom: 3em;
	}
	.card .more{
		text-align: left;
	}
	.card-more{
		position: absolute;
		bottom: 0;
		left: auto;
		margin-bottom: -20px;
	}
	.card-more .button{
		box-shadow: 1px 1px 5px rgba(1,1,1,.5);
	}
}


.click-area-article{
	margin: 1em 0;
	position: relative;
}
.click-area-article a{
	color: #333333;
	padding: 15px 48px 15px 20px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: #fff;
	border: 5px solid #e6e6e6;
}
.click-area-article:before{
	content:'';
	display: block;
	width: 60px;
	height: 60px;
	background: #000;
	position: absolute;
	margin-top: -30px;
	top: 50%;
	right: -30px;
}
.click-area-article:after{
	content:'';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #ff0;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: -7px;
}
@media print, screen and (min-width: 1140px) {
	.click-area-article a{
		padding: 30px 70px 30px 20px;
	}
	.click-area-article a:hover{
		border-color: #666;
	}
}
@media screen and (max-width: 1139px) {
	.click-area-article:before{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: -20px;
	}
	.click-area-article:after{
		width: 15px;
		height: 15px;
		margin-top: -8px;
		right: -4px;
	}
}

.information-article{
	font-size: 1rem;
}
.catch-article{
	max-width: 1110px;
	box-sizing: border-box;
	margin: 0 auto 2em;
	padding: 20px;
	border: 2px solid #FFFB00;
	background: #FEFECA;
	line-height: 1.5;
}
.catch-article dt{
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 10px;
}


@media print, screen and (min-width: 1140px) {
	.local-nav ul{
		display: flex;
		flex-wrap: wrap;
	}
	.local-nav li{
		width: calc( (100% - 4em) /3);
		box-sizing: border-box;
		margin-right: 2em;
	}
	.local-nav li:nth-child(3n){
		margin-right: 0;
	}
	.sub-menu-section{
		display: flex;
	}
}

#tab_memu{
	position: relative;
	z-index: 99;
	display: flex;
	margin: 0;
	padding: 0;
}
ul#tab_memu li {
	flex: 1;
    margin-right: 6px;
    font-weight: bold;
    font-size: 1rem;
    list-style-type: none;
}
ul#tab_memu li a {
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-bottom: 5px solid #fff;
    background-color: #F3F3F3;
    display: block;
    word-wrap: break-word;
}
ul#tab_memu li a.select {
    color: #333333;
    background: #ff0;
    margin-bottom: -3px;
    border-bottom-color: #ff0;
}
ul#tab-contents{
	position: relative;
	margin: -3px 0 0 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
	list-style: none;
}



/* home
----------------------------------------- */
#top #main{
	margin-top: 0;
}

.slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background: #ff0;
	box-sizing: border-box;
	z-index: +1;
	box-shadow:1px 1px 10px -5px #111;
}
.slick-arrow:before{
	content:'';
	display: block;
	width: 12px;
	height: 12px;
	border: 3px solid #000;
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
	vertical-align: middle;
}
.slick-prev {
	left: 0;
	padding-left: 15px;
}
.slick-next {
	right: 0;
	padding-left: 10px;
}
.slick-prev:before{
	transform: rotate(-135deg);
}
.slick-dots{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: -25px;
	z-index: +1;
	position: relative;
}
.slick-dots li{
	width: 40px;
	height: 0;
	margin: 5px;
	background: #fff;
}
.slick-dots button{
	width: 100%;
	height: 5px;
	-webkit-appearance: none;
	background: #fff;
	border: none;
	overflow: hidden;
	padding-top: 5px;
}
.slick-dots .slick-active button{
	background: #ff0;
}
@media print, screen and (min-width: 1140px) {
	.slick-arrow{
		width: 60px;
		height: 60px;
	}
	.slick-arrow:before{
		width: 16px;
		height: 16px;
		border: 5px solid #000;
		border-width: 5px 5px 0 0;
	}
	.slick-arrow:hover{
		/*background-color: #ffe100;*/
	}
	.slick-prev {
		left: 15px;
		padding-left: 22px;
	}
	.slick-next {
		right: 15px;
		padding-left: 15px;
	}
}

.main-slider .slick-slide{
	background-position: center;
	background-size: cover;
}


.main-visual{
	position: relative;
}
.nav-slider{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.nav-slider .nav-slider{
	width: 33%;
}
.mv-nav-content{
	color: #fff;
	margin-left: 50px;
	padding-left: 30px;
	border-left: 5px solid #fff;
	min-height: 150px;
}
.mv-nav-label{
	color: #ff0;
	font-weight: 600;
}
.mv-nav-title{
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 1em;
	text-shadow: #000 0 0 2px;
}
.nav-slider .tmb{
	cursor: pointer;
}
.nav-slider .slick-slide:not(.slick-current),
.nav-slider .tmb:not(.tmb-current){
	opacity: .5;
}
.nav-slider .tmb:hover{
	opacity: 1;
}
.nav-slider .slick-slide:not(.slick-current) .mv-nav-link,
.nav-slider .tmb:not(.tmb-current) .mv-nav-link{
	visibility: hidden;
}

.main-visual .main-slider-btns{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: +1;
}
.btn-pause,
.btn-replay{
	display: flex;
	width: 36px;
	height: 36px;
	background: #333;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.btn-pause:after,
.btn-replay:after{
	content:'';
	display: inline-block;
}
.btn-pause:not(.active):after,
.btn-replay:not(.active):after{
	opacity: .5;
}
.btn-pause:after{
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-width: 0 3px;
}
.btn-replay:after{
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
	margin-left: 6px;
}

@media print, screen and (min-width: 1140px) {
	.main-slider .slick-slide{
		height: 700px;
	}
	.main-slider .slider-for:after{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient( rgba( 0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%);
	}
	.slider-nav{
		display: flex;
		padding-right: 50px;
	}
	.slider-nav .tmb{
		flex:1;
	}
}
@media screen and (max-width: 1139px) {
	.main-visual .main-slider .slick-slide{
		height: 130vw;
		display: flex;
		padding: 20px;
		box-sizing: border-box;
		align-items: center;
	}
	.label-lead{
		font-size: 1.125rem;
	}
	.main-slider .slide:before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,.3);
		z-index: -1;
	}
	.main-slider .action-content{
		color: #fff;
		text-align: center;
	}
	.main-slider .action-content .action-heading{
		font-weight: 600;
	}
	.main-slider .action-content dt{
		font-size: 2rem;
		margin: 0.5em auto 1em;
	}
}


.section-about{
	margin: 15px 0 0;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 500px;
	align-items: center;
	background-image: url(/images/home_smile.jpg);
	background-size: cover;
	background-position: 50%;
	display: flex;
}
.section-about__content{
	padding-left: 50%;
  justify-content: center;
  align-items: center;
}
.section-about__ttl{
	font-weight: 600;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0,0,0,.5);
}
.section-about__text{
	font-size: 1.3rem;
	margin: 1em 0 2em;
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 2px 8px rgba(0,0,0,.5);
}
.section-about__link{
	text-align: left;
}
.mb-only{
	display: none;
}
@media screen and (max-width: 500px) {
	.mb-only{
		display: inline-block;
	}
	.section-about{
		overflow: hidden;
		min-height: 170vw;
		align-items: flex-end;
		background-image: url(/images/home_smile_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	.section-about__content{
		margin: 0 auto 40px;
		padding: 0;
		text-align: center;
	}
	.section-about__ttl{
		font-size: 2.5rem;
		text-align: justify;
		text-align-last: justify;
		letter-spacing: 0.25em;
		margin-right: -1.25em;
		display: inline-block;
	}
	.section-about__text{
		font-size: 1rem;
		margin: 1em auto 2em;
		max-width: 18em;
		color: #000;
		font-weight: normal;
		text-shadow: 1px 1px 3px #fff;
	}
	.section-about__link{
		text-align: center;
	}
	.section-about__link .button{
		background: rgba(255,255,255,.5);
		border: 2px solid #000;
	}
}


/* info */
.info-section{
	padding: 3em 0;
}
.info-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
}
.info-list dd p{
	margin-top: 0 !important;
}
@media print, screen and (min-width: 1140px) {
	.info-list{
		display: flex;
		flex-wrap: wrap;
	}
	.info-list dt{
		width: 10em;
	}
	.info-list dd{
		width: calc(100% - 12em);
	}
}

.event-section{
	padding: 50px 0;
	background: #F0F0F0;
}
.event-list > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.event-list > ul > li{
	margin: 0;
	padding: 0;
	border-right: 5px solid #e6e6e6;
}
.event-list .photo{
	width: 100%;
	height: 180px;
	margin-bottom: 1em;
}
.event-list li > a{
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 15px 15px;
	height: 100%;
	box-sizing: border-box;
}
.event-list li > a:hover{
/*	opacity: .5;*/
	background: #e6e6e6;
}
.event-list dl{
	margin: 0;
}
.event-list dt{
	margin: 0 0 1.5em;
	color: inherit;
	font-weight: 600;
	font-size: 1.125rem;
}
.event-list dd{
	margin: 0 0 1em;
	font-size: 0.875rem;
}
.event-list .event-data{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.event-list .category{
	display: table;
	font-size: 0.875em;
	font-weight: 600;
	padding: 0.25em 1.5em;
	background: #ff0;
}
.event-list .business{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.event-list .business li{
	margin-left: 5px;
}
.event-list ul .more{
	font-weight:bold;
	text-align: right;
}
.event-list ul .more:before {
	content: '>';
	display: inline-flex;
	color: #fff;
	font-size: 8px;
	width: 14px;
	height: 14px;
	line-height: 1.3;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 3px;
}
@media print, screen and (min-width: 1140px) {
	.event-list > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.event-list > ul > li{
		width: calc(100% / 3);
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	.event-list > ul > li:nth-child(3n + 1){
		border-left: 5px solid #e6e6e6;
	}
	.event-list li > a{
		padding: 10px 30px;
	}
}
@media screen and (max-width: 1139px) {
	.event-list > ul > li{
		margin: 2em 0;
		border-left: 5px solid #e6e6e6;
		border-right: 5px solid #e6e6e6;
	}
}


/* event
----------------------------------------- */
.event-tab #tab-contents {
	background: #ff0;
	margin-bottom: 30px;
}
.event-tab #tab-contents ul{
	margin: 0;
	padding: 20px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.event-tab #tab-contents ul li{
	margin-right: 1em;
}

.event-article .title-header h1 {overflow: hidden;}

.title-header .event-data{
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.title-header .event-date{

}
.title-header .business{
	display: flex;
	padding: 10px 10px 0 0;
	clear: both;
}
.event-date{
    width: 130px;
/*    border: #000 solid 1px;*/
    margin: 0 15px 0 0;
    background-color: #ff0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.event-date .date{
    font-family: "Arial Black",'Arial';
	font-size: 1.5rem;
	font-weight: 900;
	padding: 0.25em;
	margin: 0;
}
.event-date .week{
	font-size: 0.875rem;
	color: #FFFFFF;
	padding: 2px 0 4px;
	margin: 0;
	background-color: #000;
}
.event-date .time{
    font-weight: 900;
    padding: 5px 0;
    margin: 0;
}
.event-date-s{
	width: 80px;
}
.event-date-s .date{
	font-size: 1.25rem;
}
.event-date-s .week{
	font-size: 0.875rem;
}
.event-data-section{
	display: flex;
}
.event-data-section .place{
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	max-width: 500px;
}
.event-data-section .place dt{
	width: 30%;
}
.event-data-section .place dd{
	width: 70%;
}
.area select#area{
	padding: 0.25em;
}
@media print, screen and (min-width: 1140px) {
	.title-header .event-date .date{
		font-size: 2rem;
	}
}
@media screen and (max-width: 1139px) {
	.title-header .event-data{
		width: 80px;
	}
	.title-header .event-date{
		width: 80px;
	}
	.title-header .business{
		width: 80px;
	}
	.title-header .business li{
		flex: 1;
	}
	.title-header .business li + li{
		margin-left: 5px;
	}
	.event-date-s .date{
		font-size: 0.875rem;
	}
	.event-date-s .week{
		font-size: 0.75rem;
	}
}



/* action
----------------------------------------- */
.card.action-item{
	border: none;
	position: relative;
	margin-bottom: 2em;
}
.action-item a{
	color: inherit;
	text-decoration: none;
}
.action-list{
	margin-bottom: 70px;
}
.action-list a:hover .action-title{
	text-decoration: underline;
}
.action-list .card-img{
	height: 250px;
}
.action-list .action-meter-title{
	margin: 0 0 0.5em;
	font-size: 12px;
}
.action-list .action-title{
	font-weight: 600;
	margin-top: 0.75em !important;
	margin-bottom: 0.25em !important;
}
.action-list .action-info{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875rem;
}
.action-list .action-info dt{
	width: 5em;
}
.action-list .action-info dd{
	width: calc(100% - 5em);
}
.action-list .label{
	margin-top: -70px;
	margin-left: 0;
	width: 200px;
	text-align: center;
}

@media print, screen and (min-width: 1140px) {
	.action-list .card-content{
		padding-top: 1em;
		padding-bottom: 3em;
		height: calc(100% - 250px);
		box-sizing: border-box;
	}
	.action-list .card-more{
		left: 0;
		right: 0;
	}
	.action-list .card-more .button{
		width: 250px;
	}
}

/* action-mater */
dl.action-mater{
	margin: 0 !important;
	padding-left:70px;
	background: #ddd url(/common/img/mater_bg.gif) 0 50% no-repeat;
	overflow:hidden;
	position:relative;
	border:3px solid #555;
	box-sizing: content-box;
}
dl.action-mater dt{
	font-size: 150%;
	font-size: 20px;
	position:absolute;
	bottom:0;
	right:10px;
	float:right;
	margin-bottom:25px;
	color: #333;
	font-weight: bold;
	padding:2px 3px;
}
dl.action-mater dt strong{
	font-family: Helvetica, Arial,sans-serif;
}
dl.action-mater dd{
	color: #333;
	line-height:1;
	font-size: 290%;
	font-size: 40px;
	font-family: Helvetica Bold, Arial Black,sans-serif;
	margin: 0!important;
	padding: 0.5em 0 0.5em;
	background-image: url(/common/img/mater_arw_bg.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #FFFB00;/**/
	min-width:18px;
	min-height: 1em;
}
dl.action-mater dd strong{
	position: absolute;
	left:15px;
}

.signature-section p{
	font-size: 1rem;
	font-size: 0.875rem;
	margin: 0;
}
.action-mater-s dl.action-mater,
.signature-section dl.action-mater{
	width:100%;
	box-sizing: border-box;
	padding-left:10px;
	margin: 2px 0;
	border-width:1px;
	background-image: url(/common/img/mater_bg_s.gif);
}
.action-mater-s dl.action-mater dt,
#main .signature-section dl.action-mater dt{
	font-size:110%;
	font-weight: normal !important;
	right:0px;
	bottom: 0;
	margin:0;
	padding: 0 3px;
}
#top .action-article dl.action-mater dt{
	bottom: 4px;
}
.action-mater-s dl.action-mater dd,
.signature-section dl.action-mater dd{
	font-size:120%;
	padding: 5px 0 5px 10px;
	min-width:5px;
}
.action-mater-s dl.action-mater dd strong,
.signature-section dl.action-mater dd strong{
	left: 5px;
}

.action-mater-m dl.action-mater{
	width:100%;
	box-sizing: border-box;
	padding-left:15px;
	border-width: 3px;
	border-color: #999;
	background-image: url(/common/img/mater_bg_s.gif);
}
.action-mater-m dl.action-mater dt{
	font-size:120%;
	font-weight: normal !important;
	margin-bottom: 10px;
}
.action-mater-m dl.action-mater dd{
	font-size:150%;
	padding: 15px 0 15px 15px;
	min-width:5px;
}
.action-mater-m dl.action-mater dd strong{
	left: 5px;
}


/* action-meter-block */
.action-meter-block{
	margin-top: 1em;
	margin-bottom: 2em;
}
.action-meter-block dl.action-mater{
	width: 100%;
	box-sizing: border-box;
}

#content .aform img{
	pointer-events: inherit;
}

#sub .aform-header {
    color: #fff;
    background: #000;
    margin: 0;
    padding: 1em 0.5em;
    text-align: center;
    position: relative;
}

/* sub a-form */
#sub .aform{
	position: relative;
	z-index: +1;
	font-size: 1rem;
}
#sub .aform a{
	text-decoration: underline;
}
#main .aform-header{display: none;}
#sub .aform-header{
	color: #fff;
	background: #000;
	font-size: 1.4em;
	margin: 0;
	padding: 1em 0.5em;
	text-align: center;
	position: relative;
}
#sub #messeage-form-article{
	margin: 0 0 30px;
	padding: 20px;
	background-color: #E5E3E4;
	position: relative;
	z-index: +1;
}
#sub .aform-content input.aform-input:not([type="checkbox"]):not([type="radio"]),
#sub .aform-content textarea{
	color: #555;
	font-size: 1.5rem;
	padding: 15px 20px;
	background-color: #fff;
	border: #ccc solid 2px;
}
#sub .aform-content dl,
.action-item .aform-content dl{
	padding: 0;
	margin-bottom: 10px;
	border: none;
	display: block;
}
#sub .aform dl dt,
.action-item .aform dl dt{
	color: #666;
	font-size: 1rem;
	margin-bottom: 2px;
}
#sub .aform dl dd,
.action-item .aform dl dd {
	width: auto;
}
#sub .aform dl.cols,
.action-item .aform dl.cols {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#sub .aform dl.cols dt,
.action-item .aform dl.cols dt {
	color: #666;
	float: left;
	width: 60%;
	margin-right: 10px;
	margin-bottom: 0;
}
#sub .aform-content .aform-input-example{
	font-size: 11px;
}
#sub .aform-content dl.cols .aform-input-example,
.action-item .aform-content dl.cols .aform-input-example{
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	clear: both;
}
#sub .aform-content .submit{
	margin-bottom: 0;
}
#main .aform-content dl.action_message{
	display: block;
	margin-top: 3em;
}

.button-fb-login{
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	background: #4268B3;
	border-radius: 4px;
	cursor: pointer;
}
.button-fb-login:before{
	content:'';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: url(../img/flogo_white.svg) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
@media print, screen and (min-width: 1140px) {
	.has-sidebar #content{
		display: flex;
	}
	.action.has-sidebar .page-title h1{
		width: 60%;
		margin-left: 0;
		min-height: 3em;
	}
	.has-sidebar #main{
		width: 60%;
		margin-left: 0 !important;
	}
	.has-sidebar #sub{
		width: 35%;
		margin: 50px auto;
	}
	.has-sidebar.action #sub{
		margin-top: -300px;
	}
	.has-sidebar #sub .aform {
		position: relative;
		z-index: +1;
	}
	.has-sidebar #sub .aform-header{
		padding: 1em 0.5em;
	}
	.has-sidebar #sub #messeage-form-article{
		padding: 30px;
	}
	#action-header-content dl.mater-article{
		max-width: 60%;
		width: 100%;
	}
	.has-sidebar #sub #messeage-form-article {
		margin: 0 0 30px;
		padding: 20px;
		background-color: #E5E3E4;
		position: relative;
		z-index: +1;
	}
	/* sub a-form block hide */
	#sub .aform .action_message{display: none;}
}
@media screen and (max-width: 1139px) {

}


.action-share-article .share{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.action-share-article .share .ico{
	width: 100px;
	height: 100px;
	margin: 10px;
}
.action-share-article .share .ico img {
    height: 40px;
}

.thanks-action-article{
	padding: 20px 0;
	background-color: #ff0;
}
.thanks-action-article .aform-content .action_message{
	display: none;
}
.thanks-action-article ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.thanks-action-article li{
	margin-bottom: 30px;
}
.thanks-action-article dd{
	margin: 0;
}
.thanks-action-article .action-item .photo{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.thanks-action-article .action-item .photo dl{
	margin: 0;
}
.thanks-action-article .action-item .photo dd{
	padding-left: 0.5em;
}
.thanks-action-article .action-item .photo a{
	display: flex;
	height: 100%;
	padding: 15px;
}
.thanks-action-article  .submit .button{
	color: #fff;
	background-color: #000;
}
.button-more-actions{
	color: #000;
	font-weight: 600;
	max-width: 1110px;
	box-sizing: border-box;
	margin: 1em auto;
	padding: 1em;
	border: 2px solid #000;
	text-align: center;
	cursor: pointer;
}
.button-more-actions:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(135deg);
	vertical-align: middle;
	margin: 5px auto;
}

@media print, screen and (min-width: 1140px) {
	.action-share-article .share .ico{
		margin: 20px;
	}
	.thanks-action-article .action-item{
		display: flex;
	}
	.thanks-action-article .action-item .photo{
		width: 46%;
		margin-right: 4%;
	}
	.thanks-action-article .action-item .text{
		width: 46%;
		font-size: 1rem;
	}
}
@media screen and (max-width: 1139px) {
	.action-item .photo{
		min-height: 200px;
		position: relative;
	}
}

#sub .info-article{
	font-size: 0.85rem;
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #ccc;
	background: #F8F9F4;
}
#sub .info-article h3{
	text-align: center;
}
#sub h3{
	margin-top: 0;
	font-size: 1.25rem;
}
aside .info-article .photo {
    text-align: center;
}
aside .info-article dl dt {
    font-weight: bold;
    font-size: 130%;
	margin-top: 10px;
    margin-bottom: 10px;
}


/* news-release
----------------------------------------- */
.news-info{
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	margin-bottom: 2em;
}
.news-info dt{
	width: 100%;
}
.news-info dd{
	margin-right: 1.5em;
}

.focus-section ul{
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #F3F3F3;
	padding: 0 20px;
}
.focus-section select{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 1.125rem;
}
.focus-section dt{
	font-weight: 600;
	font-size: 0.875rem;
}

.news-list.type-home{
	background: #ff0;
}
.news-list{
	background: #F3F3F3;
	padding: 20px;
}
.news-list .photo{
	width: 100%;
	height: 200px;
}
.news-list.type-text ul:not(.page-nav) a{
	display: flex;
}
.news-list.type-text .photo{
	width: 200px;
	height: auto;
	margin-left: auto;
	flex-shrink: 0;
	flex-grow: 0;
}
.news-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-list li{
	background: #fff;
}
.news-list li + li{
	margin-top: 20px;
}
.news-list li a{
	color: #000;
	display: block;
	text-decoration: none;
}
.news-list a:hover{
	opacity: .5;
}
.news-list dl a{
	display: inline-block;
}
.news-list dl{
	margin: 0;
	padding: 2em 1em 1em;
	background: #fff;
	position: relative;
}
.news-list dt{
	font-size: 1.25rem;
	font-weight: 600;
}
.news-list dd{
	font-size: 0.75rem;
}
.news-list .label{
	font-size: 0.75rem;
	font-weight: normal;
	padding: 0.25em 0.75em;
	margin-right: 0.5em;
}
.news-list dt .label,
.news-list .news-label{
	position: absolute;
	left: 0;
	top: 0;
}
.news-list .pt{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.news-list .pt img{
	width: auto;
	height: 100%;
}
@media screen and (min-width: 1140px) {
	.news-list.type-home ul{
		display: flex;
		margin-bottom: 50px;
	}
	.news-list.type-home ul li{
		width: calc( (100% - 40px)/ 3);
	}
	.news-list.type-home ul li + li{
		margin-top: 0;
		margin-left: 20px;
	}

	.focus-section ul{
		display: flex;
	}
	.focus-section li:not(:last-child){
		flex: 1;
		margin-right: 20px;
	}
	.focus-section li:last-child{
		padding-top: 1.5rem;
	}
}
@media screen and (max-width: 1139px) {
	.news-list dt {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 0.5em;
	}
	.news-list.type-text .photo{
		width: 100px;
	}
}


.sub-event-nav > ul{
	display: flex;
}
.sub-event-nav .year li{
	display: inline-block;
}

.article-list{
	background: #F3F3F3;
	padding: 20px;
}
.article-list__item:not(:first-child){
	margin-top: 20px;
}
.article-list__item a:hover{
	opacity: .5;
	text-decoration: none;
}
.article-list__inner{
	display: flex;
	color: #000;
	text-decoration: none;
	background: #fff;
	position: relative;
	margin-right: 30px;
}
.article-list__inner:before{
	content:'';
	display: block;
	width: 60px;
	height: 60px;
	background: #000;
	position: absolute;
	margin-top: -30px;
	top: 50%;
	right: -30px;
}
.article-list__inner:after{
	content:'';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #ff0;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: -7px;
}
.article-list__img{
	width: 260px;
	max-width: 40%;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.article-list__img:before{
	content:'';
	display: block;
	width: 100%;
	padding-top: 66.6%;
}
.article-list__content{
	margin: 0;
	padding: 50px 50px 20px 30px;
	position: relative;
}
.article-list__content .label{
	position: absolute;
	top: 0;
	left: 0;
}
.article-list__title{
	font-size: 1.5rem;
	font-weight: 600;
}
.article-list__text{
	font-size: 0.875rem;
}
@media screen and (max-width: 1139px) {
	.article-list__content{
		padding: 50px 30px 20px 20px;
	}
	.article-list__inner{
		margin-right: 10px;
	}
	.article-list__inner:before{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		right: -20px;
	}
	.article-list__inner:after{
		width: 15px;
		height: 15px;
		margin-top: -8px;
		right: -4px;
	}
	.article-list__title{
		font-size: 1rem;
	}
	.article-list__text{
		display: none;
	}
}

/* pickup
----------------------------------------- */
.pickup-section ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickup-section ul li{
	margin: 5px;
}
.pickup-list .slick-slide:not(.slick-active){
	opacity: .5;
	pointer-events: none;
}
.pickup-item,
a.pickup-item{
	color: #000;
	display: block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}
.pickup-item:before{
	content:'';
	display: block;
	padding-top: 130%;
}
a.pickup-item:hover{
	opacity: .5;
}
.pickup-item .caption{
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: #aaa;
	font-size: 12px;
}
.pickup-section .pickup-content{
	position: absolute;
	bottom: 0;
	left: 0;
}
.pickup-content .photo img{
	width: 100%;
}
.pickup-content dt{
}
.pickup-content .caption{
	color: #fff;
	font-size: 0.75rem;
}
.pickup-section .pickup-content{
	margin: 15px;
	padding: 15px;
	width: calc(100% - 30px);
	box-sizing: border-box;
	background: rgba(255,255,255,.9);
}
.pickup-section .pickup-lebel{
	margin-top: -40px;
	margin-left: -5px;
}
.pickup-section .pickup-title{
	font-size: 1.25rem;
	padding-top: 0.5em;
}
.pickup-section .pickup-button{
	font-weight: 600;
	font-size: 1rem;
}
.pickup-section .pickup-button:before{
	content:'>';
	display: inline-flex;
	color: #ff0;
	font-size: 8px;
	width: 14px;
	height: 14px;
	line-height: 1.3;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 3px;
}

@media screen and (min-width: 1140px) {
	#top .pickup-ttl{
		margin-left: 60px;
	}
	.pickup-section ul:not(.slick-slider){
		display: flex;
		flex-wrap: wrap;
	}
	.pickup-section ul:not(.slick-slider) li{
		width: calc(50% - 20px);
	}
	.pickup-section ul li{
		margin: 10px;
	}
	.pickup-section .pickup-content{
		margin: 25px;
		padding: 20px 15px 20px 20px;
		width: calc(100% - 50px);
	}
	.pickup-section .pickup-lebel .label{
		font-size: 1rem;
	}
	.pickup-section .pickup-title{
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 1139px) {
	#content .pickup-section{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.pickup-section .pickup-item:before{
		/*content: none;*/
		padding-top: 140%;
	}
}

/* action
----------------------------------------- */


/* humanrights
----------------------------------------- */
.humanrights-topics{
	background: #000 url(../img/humanrights-topics_bg.jpg) 50% no-repeat;
	background-size: cover;
	margin-top: 60px;
	margin-bottom: 60px;
}
.humanrights-topics .__inner{
	padding: 1rem 0;
}
#content .humanrights-topics h2{
	color: #fff;
	border-color: #ff0;
}
.humanrights-topics__list{
	margin: 5rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.humanrights-topics__list li{
	flex: 1;
	margin: 20px;
	border: 2px solid #fff;
}
.humanrights-topics__list a{
	display: block;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
	padding: 4.5rem 0;
	text-align: center;
	text-decoration: none;
}
.humanrights-topics__list a:hover{
	color: #000;
	background: #fff;
}
.humanrights-topics__list .en{
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase; 
}
@media screen and (max-width: 1139px) {
	#content .humanrights-topics h2:after{
		background-color: #ff0;
	}
	.humanrights-topics__list{
		margin: 2rem 0;
	}
	.humanrights-topics__list li{
		flex: none;
		width: calc(50% - 40px);
		box-sizing: border-box;
	}
	.humanrights-topics__list a{
		font-size: 1.25rem;
		padding: 3rem 0;
	}
}

/* UA
----------------------------------------- */
.ua-list .data span{
	display:inline-block;
	margin-right: 0.75em;
}
.news-date-article dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	font-size: 1rem;
	margin: 0.5em 0;
}
.news-date-article dl.object {
    border-top: #000 solid 3px;
    border-bottom: #000 dotted 1px;
}
.news-date-article dl.date {
    border-bottom: #000 solid 3px;
    margin-bottom: 3em;
}
.news-date-article dl > dt {
	box-sizing: border-box;
	width: 20%;
	padding: 5px 10px;
}
.news-date-article dl > dd {
	box-sizing: border-box;
	width: 80%;
	padding: 5px 10px;
}

.letter-article{
    padding-top: 75px;
	background-color: #F9F9F9;
    background-image: url(../img/letter_article_bg.gif);
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto 45px;
	max-width: 617px;
}
.letter-section {
    padding: 0 42px 55px;
    background-image: url(../img/letter_section_bg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
	background-size: 100% auto;
    overflow: hidden;
}


/* library
----------------------------------------- */
.pdf-list dl {
	padding-top: 1em;
    padding-left: 60px;
    min-height: 32px;
    display: block;
    background-image: url(../img/letter_pdf_icon.gif);
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
.pdf-list a {
    background: none;
}
.pdf-list dl dd.text{
	margin-bottom: 1em;
}
#main .news-contents-article h2:first-child{
	margin-top: 0;
}
@media screen and (max-width: 1139px) {
	.pdf-list dl dd.text{
		display: none;
	}
}



/* movie-collection
----------------------------------------- */
.showing-movie-article{
}
.movie-collection-article{
	clear: both;
}
.movie-collection-list{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.movie-collection-list ul{
	list-style: none;
}
.movie-collection-list li ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.movie-collection-list ul li{
	padding: 0px;
}
.movie-collection-list ul li.photo{
	min-height: 177px;
	color: #FFF; 
	font-size: 50%;
	line-height: 1.4em;
	padding: 10px 20px;
	flex-shrink: 0;
	border-image: url(../img/movie_collection_photo_bg.jpg) round;
	border-image-width: 0 12px;
	border-image-slice: 12 12 fill;
}
.movie-collection-list ul li.photo img{
	width: 100%;
	margin-bottom: 5px;
}
.movie-collection-list ul li dl{
	margin: 0;
}
.movie-collection-list ul li dl dt{
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.movie-collection-list ul li dl dd{
	margin: 0;
	padding-bottom: 15px;
}

.movie-archive-list{
	margin-bottom: 30px;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.movie-archive-list li{
	padding: 15px;
}
.movie-archive-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.movie-archive-list ul li{
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.movie-archive-list ul li.photo{
	width: 20%;
	margin-right: 30px;
	padding: 6px 15px;
	flex-shrink: 0;
	border-image: url(../img/movie_collection_photo_bg.jpg) round;
	border-image-width: 0 10px;
	border-image-slice: 12 12 fill;
}
.movie-archive-list ul li.photo img{
	width: 100%;
}
.movie-archive-list ul{
	padding-right: 15px;
}
.movie-archive-list ul li{
	font-size: 95%;
}
.movie-archive-list ul li dl{
	margin: 0;
}
.movie-archive-list ul li dl dt{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 10px;
}
.movie-archive-list ul li dl dt a{
	display: block;
}
.movie-archive-list ul li dl dd{
	margin: 0;
}
.movie-archive-list ul li dl dd.date{
	margin: 1em 0;
}
@media print, screen and (min-width: 1140px) {
	.movie-collection-list li ul,
	.movie-archive-list ul{
		display: flex;
	}
	.movie-collection-list ul li.photo{
		width: 40%;
		margin-right: 30px;
	}
	
}
@media screen and (max-width: 1139px) {
	.movie-collection-list ul li.photo{
		margin-bottom: 20px;
	}
}




/* aform
----------------------------------------- */
.aform-content .aform-hdln{
	color: #fff;
	padding: 10px 15px;
	background-color: #000;
	border: none;
}
.aform-content dl{
	border-bottom: 1px dotted #E8E8D4;
	padding: 0;
	margin: 0;
}
.aform-content dl dt{
	letter-spacing:  -0.1em;
	line-height: 1.7em;
}

.aform-content dl dt span.required{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	background: none;
	margin-left: 5px;
	vertical-align: middle;
}

.aform-content dl dt span.required img{
	vertical-align: sub;
	margin-left: 5px;
}

.aform-content dl dt a{
	color: #40AACE;
}

.aform-content dl dd{
	margin: 0;
	line-height: 1.7em;
}

.aform-content dl dd p{
	margin: 0px;
	padding: 0px;
}

.aform-content dl dt .aform-validation{
	color: #888;
	font-size: 86%;
}

.aform-content dl dd .aform-input-example{
	color: #888; 
	font-size: 86%;
	margin-bottom: 0.5em;
}

.aform-content dl dd .validation-advice{
	font-size: 90%;
	font-weight: normal;
	padding: 0;
    background-color: inherit;
    color: #D92B00;
	clear: both;
}

.aform-content dl dd .validation-advice img{
	vertical-align: sub;
	margin-right: 5px;
	display: none;
}

.aform-content dl + .aform-hdln{
	margin-top: 40px;
}

.aform-content textarea,
.aform-content textarea.aform-textarea,
.aform-content input[type="text"],
.aform-content input[type="email"],
.aform-content input[type="password"],
.aform-content input[type="url"],
.aform-content input[type="tel"]{
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	border: #999999 solid 1px;
	font-size: 130%;
	background-color: #F7F7EF;
}

.aform-content input[id="zip"]{
	width: 7em;
}
.aform-content input[name="zeus_token_card_cvv"],
.aform-content input[class="cc_zeus-cvv"],
.aform-content input.aform-field-option-text{
	width: auto;
}

.aform-content select{
	width: 100%;
	padding: 10px 5px;
	box-sizing: border-box;
	border: #999999 solid 1px;
	font-size: 120%;
	background-color: #F7F7EF;
}
.aform-content select.aform-calendar,
.aform-content select[class^="cc_zeus"],
.aform-content #zeus_new_card_area select,
.aform-content #payment-cc_zeus-cc_info select{
	width: auto;
}
.aform-content #zeus_new_card_area{
	margin: 0 0 20px;
}

.aform-content textarea.aform-actionmsg{
	width: 100% !important;
}

.aform-content input[type="checkbox"]{
	margin-right: 5px;
}

.aform-content ul#tab_memu{
	position: relative;
	z-index: 99;
	display: flex;
	margin: 0;
	padding: 0;
}

.aform-content ul#tab_memu li{
	margin-right: 6px;
	font-weight: bold;
	font-size: 1rem;
	list-style-type: none;
}

.aform-content ul#tab_memu li a{
	color: #000;
/*	width: 149px;*/
	text-align: center;
	padding: 10px 0;
	border: #ccc solid 3px;
	border-bottom: none;
	background-color: #ccc;
	display: block;
	word-wrap: break-word;
}

.aform-content ul#tab_memu li a.select{
	color: #333333;
	background: #fff;
	margin-bottom: -3px;
}

.aform-content ul#tab-contents{
	position: relative;
	margin: -3px 0 0 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;	
}

.aform-content ul#tab-contents > li{
	border: #ccc solid 3px;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	padding: 20px 10px 20px 25px;
	margin-bottom: 20px;
	word-wrap: break-word;
	position: relative;
	display: list-item;
}

.aform-content ul#tab-contents > li .content{
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 15px 0 0;
}

.aform-content p.add-message{
	float: left;
	clear: left;
	font-weight: bold;
	padding: 6px 20px;
	margin: 0;
	border-radius: 5px 5px 0px 0px;
	background-color: #E8E8D3;
	position: relative;
}

.aform-content p.whats-add-message{
	float: right;
	clear: right;
	padding: 2px 0 5px;
	margin: 0;
}

.aform-content p.whats-add-message a{
	color: #008EBD;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(../img/whats_add_message_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.aform-content p.add-message,
.aform-content p.whats-add-message,
.aform-content .aform-actionmsg{
	display: none;
}

.aform-content dl.in-main {
	border: none;
}
.aform-content dl.in-main dt,
.aform-content dl.in-main dd,
#main .aform-content dl.in-main dt,
#main .aform-content dl.in-main dd{
	float: none;
	width: auto;
}
.aform-content dl.in-main ul#tab-contents li .content{
	max-height: 500px;
}
.aform-content dl.in-main p,
.aform-content dl.in-main textarea{
	display: none;
}

.aform-content .submit{
	border: none;
	margin-bottom: 50px;
	margin-top: 20px;
	padding: 15px 20px;
	text-align: center;
}

.aform-content .submit input{
	padding: 0;
	vertical-align:middle;
}


p.form-attention{
	font-size: 90%;
/*	margin-bottom: 50px;*/
}

.aform-content .aform-note{
	background: none;
	padding: 15px 10px;
	line-height: 1.5;
}

.aform-content ul{
	padding-left: 0;
	margin: 0;
}

.aform-content ul.aform-checkbox-ul li,
.aform-content ul.aform-radio-ul li,
.aform-content ul.aform-payment li{
	list-style-type: none;
}

.aform-content ul.aform-name-ul,
.aform-content ul.aform-kana-ul{
	display:flex;
	align-items: center;
	margin: 0;
	width: 100%;
}

.aform-content ul.aform-name-ul li,
.aform-content ul.aform-kana-ul li{
	flex: 1;
}

.aform-content ul.aform-name-ul li + li,
.aform-content ul.aform-kana-ul li + li{
	margin-left: 15px;
}

.aform-content ul.aform-name-ul label,
.aform-content ul.aform-kana-ul label{
/*	width: 7em;
	display:inline-block;*/
}

.aform-content dl dt span.aform-validation{
	display: block;
	font-weight: normal;
}

ul.aform-payment input.cc_zeus-cardnumber{
	width: 2.7em;
	padding: 4px 3px;
}
ul.aform-payment .aform-payment-description {
	margin-left: 0;
}

ul.aform-payment .aform-payment-description table th{
	font-weight:normal;
	width: 6em;
	padding: 2px 5px 2px 0;
	vertical-align: top;
	text-align:left;
}
ul.aform-payment .aform-payment-description table td{
	padding: 2px 5px 2px 0;
}
.aform-content .aform-hdln{
	position: static;
	margin-bottom: 1em;
}
.aform-content .aform-hdln.is-close,
.aform-content .aform-hdln.is-open{
	margin-top: 10px;
	cursor: pointer;
}
.aform-content .aform-hdln.is-close ~ dl,
.aform-content .aform-hdln.is-open ~ dl{
	-webkit-transition: all .5s;
	transition: all .5s;
}
.aform-hdln.is-close:before{
	content:'+';
	display: inline-block;
	width: 22px;
}
.aform-hdln.is-open:before{
	content:'▼';
	display: inline-block;
	width: 22px;
}

@media print, screen and (min-width: 1140px) {
	#main .aform-content dl{
		display: flex;
	}
	#main .aform-content dt{
		width: 27%;
		margin-right: 3%;
	}
	#main .aform-content dl dd{
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.aform-content .aform-hdln.is-close ~ dl,
	.aform-content .aform-hdln.is-open ~ dl {
		flex-direction: column;
	}
}


.form-table{
	border-bottom: 1px dotted #E8E8D4;
	margin-bottom: 20px;
}

.form-table th,
.form-table td{
	border-top: 1px dotted #E8E8D4;
	padding: 10px 0;
}

.form-table th{
	font-weight: bold;
	letter-spacing:  -0.1em;
	padding: 10px 0 10px 15px;
	vertical-align: top;
}

.form-table th a{
	color: #40AACE;
}

.form-table th.magazin07,
.form-table th.action07,
.form-table th.privacy07{
	font-size: 90%;
	_font-size: 80%;
}

.form-table textarea,
.form-table input[type="text"]{
	border: #999999 solid 1px;
	
}

.form-table ul#tab_memu{
	overflow: hidden;
	position: relative;
	z-index: 999;
	zoom: 1;
}

.form-table ul#tab_memu li{
	float: left;
	display: inline;
	margin-right: 6px;
	font-weight: bold;
}

.form-table ul#tab_memu li a{
	color: #008EBD;
	width: 149px;
	text-align: center;
	padding: 8px 0 0px;
	background-image: url(../img/formtab_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #E9E9D4;
	display: inline-block;
	word-wrap: break-word;
}


.form-table ul#tab_memu li a.select{
	color: #333333;
	background-image: url(../img/formtab_on_bg.gif);
	background-color: none;
}

.form-table ul#tab-contents{
	position: relative;
	margin-top: -3px;
	z-index: 1;
	overflow: hidden;
}

.form-table ul#tab-contents li{
	border: #E8E8D4 solid 3px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 15px 25px 25px;
	margin-bottom: 20px;
	word-wrap: break-word;
	position: relative;
	behavior: url(/common/js/PIE.htc);
	display: list-item;
}

.form-table p.add-message{
	float: left;
	clear: left;
	font-weight: bold;
	padding: 6px 20px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: #E8E8D3;
	position: relative;
	behavior: url(/common/js/PIE.htc);	
}


.form-table p.whats-add-message{
	float: right;
	clear: right;
	padding: 5px 0 0;
}

.form-table p.whats-add-message a{
	color: #008EBD;
	padding-left: 24px;
	padding-bottom: 4px;
	background-image: url(../img/whats_add_message_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

form p.submit{
	text-align: center;
	margin-bottom: 50px;
}

.aform-content dl.aform-error-list{
	border:none;
}

.aform-content dl.aform-error-list dt,
.aform-content dl.aform-error-list dd{
	float: none;
	width: auto;
	padding: inherit;
	background: none;
	margin-bottom: 20px;
}

table.ssl-mark{
	float:right;
	border:none;
}
table.ssl-mark td{
	border:none;
	padding:0;
}
table.ssl-mark td img{
	margin-bottom: 5px;
}

/**/
.group-activity{
    border: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 1rem;
}
.group-activity h3{
    font-size: 1.5rem;
    margin-top: 0 !important;
}
.group-article table{
	font-size: 90%;
}
.group-section td.address{

}
.group-section td.address a{
	color: #40AACE;
}
.group-section td.address p{
	margin-top: 0;
}

.address-section{
	font-size: 1rem;
}
.address-section p.openbtn,
.address-section p.closebtn{
	font-size: 95%;
	padding: 4px 5px;
	margin-bottom: 0;
	display: block;
	background-color: #e3e3e3;
	line-height: 1.4em;
}
.address-section p.closebtn,
.address-section dl.group-address{
	display: none;
}
.address-section p.openbtn a{
	display: block;
}
.address-section p.openbtn a{
	background-image: url(../img/address_section_open_icon.png);
	background-position: right 6px;
	background-repeat: no-repeat;
	text-decoration: none;
}
.address-section p.closebtn a{
	text-decoration: none;
	display: block;
	position: relative;
}
.address-section p.closebtn a span:hover{
	color: #CCCCCC;
}
.address-section p.openbtn a:hover,
.address-section p.closebtn a:hover{
	text-decoration: none;
}
.address-section p.closebtn a span{
	white-space: nowrap;
	color: #333333;
	font-size: 90%;
	position: absolute;
	right: 5px;
	top: 0;
}
.address-section p.closebtn a span:after{
	content:'';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/address_section_close_icon.png);
	background-position: 50%;
	background-repeat: no-repeat;	
}
.address-section dl.group-address{
	margin: 0;
	padding: 0.5em;
	border: #ccc solid 1px;
	border-top: none;
	background-color: #f3f3f3;
}
.address-section dl.group-address dd{
	margin-bottom: 10px;
}
.address-section dl.group-address dd a{
	background: none;
	padding: 0;
}


/* SNSで最新情報を配信中！(thanks画面)
----------------------------------------- */
.action-share-article h2{
	font-size: 140%;
	margin-bottom: 1em;
	text-align: center;
}
.action-share-article ul.social{
	padding-left: 0;
	margin: 10px auto;
	list-style: none;
	text-align: center;
}
.action-share-article ul.social li{
	float: none;
	width: auto;
	margin: 0 10px;
}
.action-share-article ul.social li a{
	display: block;
	color: #fff;
	font-size: 110%;
	padding: 20px 10px;
}
.action-share-article ul.social li a:hover{
	opacity: .8;
}
.action-share-article ul.social li a:before{
	content:'';
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.action-share-article ul.social li.fb a{
	background: #3C5B97;
}
.action-share-article ul.social li.tw a{
	background: #55ACEE;
}
.action-share-article ul.social li.li a{
	background: #00C300;
}
.action-share-article ul.social li.fb a:before{
	background-image: url(../img/ico_facebook.png);
}
.action-share-article ul.social li.tw a:before{
	background-image: url(../img/ico_twitter.png);
}
.action-share-article ul.social li.li a:before{
	background-image: url(../img/ico_line.png);
}
#contents #content .action-share-article .fb-facepile{
	clear: both;
	padding-top: 15px;
}

@media only screen and (min-width: 768px) {
	.action-share-article ul.social{
		display: flex;
	}
	.action-share-article ul.social li{
		flex: 1;
	}
}

body.dialog {
	overflow: hidden;
}
body.dialog .dialog-overlay{
	display: block !important;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 10000;
}
body.dialog .dialog-container{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
body.dialog .dialog-button{
	z-index: +1;
	width: 100%;
	max-width: 90%;
	text-align: right;
	margin-right: -30px;
	margin-bottom: -30px;
}
body.dialog .visitor-dialog{
	max-width: 90%;
	max-height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#fff;
	background-color:#FFF100;
	padding: 15px;
	box-sizing: border-box;
}
body.dialog .visitor-content{
}
body.dialog .visitor-main{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	color: #FFF100;
}
body.dialog .visitor-links{
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
body.dialog .visitor-links li{
	width: 48.5%;
	margin-bottom: 12px;
}
body.dialog .visitor-links a{
	display: flex;
	font-size: inherit;
	font-weight: 600;
	color: #FFF100;
	background: #000;
	padding: 12px;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 10px;
	height: 5em;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
body.dialog .visitor-links a:after{
	content: '>';
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	line-height: 1;
}
body.dialog .visitor-links a:hover{
	color: #000;
	background-color: #FFF100;
	border: 3px solid #000;
}
.btn_area p{
    padding:15px;
}
.btn_area button{
    display:block;
    margin:0 auto;
}

.dialog-close{
	background-color: #000;
	border: none;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
}
.dialog-close:before,
.dialog-close:after{
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #ccc;
	position: absolute;
	top: 14px;
	left: 23px;
}
.dialog-close:before{
	transform: rotate(-45deg);
}
.dialog-close:after{
	transform: rotate(45deg);
}
@media only screen and (min-width: 820px) {
	body.dialog .dialog-button,
	body.dialog .visitor-dialog{
		max-width: 800px;
	}
	body.dialog .visitor-dialog{
		padding: 30px;
	}
	body.dialog .visitor-main{
		min-height: 300px;
		border-radius: 20px;
	}
	body.dialog .visitor-links a{
		font-size: 18px;
		border-radius: 20px;
	}
}
@media only screen and (max-width: 819px) {
	body.dialog .visitor-dialog{
		padding: 15px;
	}
	body.dialog .visitor-links a{
		font-size: 14px;
		padding: 10px 0;
	}
}

/* dialog-cookie-accept(amnesty_common.css) */

.dialog-cookie{
	position: fixed;
	z-index: 9999;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-size: 14px;
}
.dialog-cookie p{
	margin: 0;
}
.dialog-cookie-submit{
	text-align: center;
	margin-top: 15px;
}
.dialog-cookie-submit .button + .button{
	margin-left: 10px;
}
.dialog-cookie .button{
	font-size: 1em;
	font-weight: bold;
	font-family: inherit;
	display: inline-block;
	padding: 0.75em 1em;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	background-color: #000;
	border: none;
	border-radius: 0;
}
.dialog-cookie .button:hover{
	text-decoration: none;
}
.dialog-cookie .button-primary{
	color: #000;
	background-color: #FFFB00;
}
.dialog-cookie .button-primary:hover{
	background-color: #ffe100;
}
@media only screen and (min-width: 820px) {
	.dialog-cookie{
		box-sizing: border-box;
		width: 370px;
		bottom: 20px;
		right: 20px;
		padding: 20px 25px;
		font-size: 14px;
		line-height: 1.3;
		background: #f3f3f3;
		border: 1px solid #ddd;
	}
	body:not(.cookiedialog) .dialog-cookie{
		transform: translateX(150%);
	}
}
@media only screen and (max-width: 819px) {
	.dialog-cookie{
		bottom: 0;
		right: 0;
		padding: 15px;
		font-size: 12px;
		line-height: 1.3;
		background: #f3f3f3;
		border-top: 1px solid #ddd;
	}
	body:not(.cookiedialog) .dialog-cookie{
		transform: translateY(150%);
	}
}