@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/* base element
----------------------------------------- */
html, body{
	height: 100%;
}
body {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Segoe UI', Arial, Meiryo, メイリオ, sans-serif;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a{
	color: #0596e6;
	text-decoration: none;
	transition: all .4s;
}

a:hover{
	text-decoration: underline;
}

a img{
	text-decoration: none;
}

a:hover img{
	opacity: .6;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

td img{
	max-width: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
iframe{
	max-width: 100%;
}
.iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	margin-bottom: 30px;    
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

select,input{
  font-size: 100%;
}

input[type="radio"],
input[type="checkbox"]{
	margin-right: 8px;
	vertica-align: middle;
}

textarea {
	width: 100%;
	height: 8em;
	box-sizing: border-box;
}

table input,
table select,
table textarea{
	max-width: 100%;
	box-sizing: border-box;
}

dd{margin-left: 0;}

.__inner{
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.offscreen {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
header ul,
footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content img{
	pointer-events: none;
}

/*長押し禁止*/
img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

.ofi img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: bottom;'
}


/* base layout
----------------------------------------- */
#skipNav ul{
	position: relative;
	margin: 0;
	padding: 0;
}
#skipNav ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#skipNav li a{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: 0;
}
#skipNav li a:focus,
#skipNav li a:active,
#skipNav li a:hover{
	display: inline;
	top: 5px;
	left: 0px;
	padding: 1px 5px 2px;
	color: #fff;
	background: #000;
}

.header{
	display: flex;
}
.header__logo{
	margin: 0;
	line-height: 1;
}
.header__logo img{
	vertical-align: top;
}
.header__gnav a{
	color: #fff;
}
.header__gnav a{
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 15px;
}
.header__gnav .search a{
	padding: 0 25px;
	border-left: 1px solid #444;
}
.header__gnav .request a{
	color: inherit;
	padding: 0 30px;
	background: #E6E6E6;
}
.header__gnav .donation a{
	color: inherit;
	padding: 0 30px;
	background: #FF0;
}
.gnav__list ul.gnav__sub{
	display: none;
	width: 100%;
	background: #111;
	z-index: +1;
	left: 0;
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
}
.gnav__list ul.gnav__sub li{
	display: inline-block;
}
.header__gnav .search .search{display: none;}
.header-search-box ul{
	display: flex;
	padding: 20px 10px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.header-search-box li:first-child{
	flex-grow: 1;
}
.header-search-box .search-text{
	font-size: 16px;
	display: block;
	border: none;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.header-search-box .search-btn{
	background: #000;
	padding: 7px 20px;
	-webkit-appearance: none;
	vertical-align: middle;
}

.gnav__button{
	width: 48px;
	height: 48px;
	background: #000;
	border: none;
	-webkit-appearance: none;
	margin-left: auto;
	position: relative;
	z-index: 1000;
	position: fixed;
	right: 0;
}
.is-open .gnav__button{

}
.gnav__button span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 16px;
	right: 14px;
	width: 20px;
	height: 3px;
	background-color: #FF0;
}
.gnav__button span:nth-of-type(1) {top: 18px;}
.gnav__button span:nth-of-type(2) {bottom: 18px;}

.is-open .gnav__button span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(5px) rotate(-315deg);
}
.is-open .gnav__button span:nth-of-type(2) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-4px) rotate(315deg);
}

body.is-open{
	position: fixed;
	width: 100%;
	overflow: hidden;
}



@media print, screen and (min-width: 1140px) {
	.sp-only,
	.sp-only-inline{
		display: none;
	}
	.pc-only-inline{
		display: inline-block;
	}
	.header{
		background: #000;
	}
	.header nav{
		margin-left: auto;
	}
	.header__gnav a{
		line-height: 75px;
		text-decoration: none;
	}
	.gnav__list{
		display: flex;
		font-size: 0.8125rem;
	}
	.gnav__button{
		display: none;
	}
	.gnav__list > li > a:hover{
		color: #ff0;
		background: #333;
	}
	.gnav__list .has-sub.is-open > a{
		color: #ff0;
		background: #333;
	}
	.gnav__list .sub:not(.is-open){
		display: none;
	}
	.gnav__list  .sub{
		position: absolute;
		left: 0;
		background: rgba(0,0,0,.8);
		z-index: +1;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		border-top: 1px solid #333;
	}
	.gnav__list  .sub > ul{
		display: flex;
		flex-wrap: wrap;
		font-size: 1rem;
	}
	.gnav__list  .sub > ul > li{
		min-width: 25%;
		border: 1px solid #333;
		box-sizing: border-box;
		text-align: center;
	}
	[lang="en"] .gnav__list .sub > ul > li,
	.gnav__list .nav-about_us .sub > ul > li{
		flex: 1;
		min-width: 50%;
	}
	.gnav__list  .sub > ul > li > a{
		display: block;
		padding: 30px;
	}
	.gnav__list  .sub a:hover{
		color: #ff0;
		background: #000;
		text-decoration: none;
	}
	.gnav__list  .sub > ul ul{
		display: flex;
		flex-wrap: wrap;
		font-size: 0.875rem;
	}
	.gnav__list  .sub > ul ul li{
		min-width: 50%;
		border: 1px solid #333;
		box-sizing: border-box;
	}
	.gnav__list  .sub > ul ul li a{
		padding: 1em 2em;
	}
	.sub a{
		font-weight: 300;
		line-height: inherit;
	}
	.header-search-box{
		max-width: 600px;
	}
}
@media screen and (max-width: 1139px) {
	.pc-only,
	.pc-only-inline{
		display: none;
	}
	.sp-only-inline{
		display: inline-block;
	}
	.header__logo{
		height: 48px;
	}
	.header__logo img{
		width: auto;
		height: 48px;
	}
	.header__gnav{
		width: 100%;
		max-width: 100vw;
		height: 100%;
		padding-top: 48px;
		box-sizing: border-box;
		overflow: auto;
		position: fixed;
		display: block;
		text-align: left;
		background: #000;
/*		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-items: center;*/
		-webkit-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
		visibility: hidden;
		opacity: 0;
		z-index: 999;
	}
	.is-open .header__gnav{
		opacity: 1;
		visibility: visible;
	}
	.header__gnav a{
		padding: 0 20px;
		line-height: 50px;
	}
	.gnav__list{
		width: 100%;
		margin: auto;
	}
	.gnav__list li{
		border-bottom: 1px solid #444;
/*		border-width: 1px 1px 0 1px;*/
	}
	.gnav__list a{
		position: relative;
	}
	.gnav__list ul{
		font-size: 90%;
		background: #666;
		padding-left: 1em;
	}
	.gnav__list .sub:not(.is-open){
		display: none;
	}
	.gnav__list > li{
		position: relative;
	}
	.gnav__list ul a{
		font-weight: normal;
	}
	.gnav__list > li.has-sub > a{
		padding-right: 50px;
	}
	.gnav__list > li.has-sub:after{
		content:'+';
		color: #fff;
		position: absolute;
		right: 20px;
		top: 15px;
	}
	.gnav__list > li.has-sub.is-open:after{
		content:'-';
	}
	.gnav__list > li:not(.has-sub) > a:after{
		content: '';
		display: inline-block;
		margin-left: 0.5em;
		width: 10px;
		height: 10px;
		border: 2px solid #999;
		border-width: 2px 2px 0 0;
		transform: rotate(45deg);
		vertical-align: middle;
		position: absolute;
		right: 20px;
		top: calc(50% - 5px);
	}
	.gnav__list > li.is-open > a:after{
		transform: rotate(135deg);
	}
	.gnav__list li.nav-search > a{
		display: none;
	}
	.gnav__list li.nav-search .sub{
		display: block;
	}
	.gnav__list li li li{
		border: none;
	}
	.gnav__list li li li a{
		line-height: 3;
	}
	.gnav__list li li li a:before{
		content: '○';
		border-radius: 100%;
		font-size: 6px;
		vertical-align: top;
		margin-right: 0.7em;
		margin-top: 0.5em;
		display: inline-block;
	}
	.gnav__contact{
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0;
		font-size: 0.875rem;
	}
	.gnav__contact li{

	}
	.gnav__contact a{
		font-weight: normal;
		line-height: 2;
	}
	.gnav__contact a:before{
		content:'>';
		margin-right: 5px;
	}
}

footer a:hover{text-decoration: none;}
.footer-cta__inner{
	max-width: 1110px;
	margin: auto;
}
.footer-cta ul{
	display: flex;
	width: 100%;
	align-items: center;
}
.footer-cta ul li{
	flex: 1;
}
.footer-cta ul a{
	font-weight: 600;
	display: block;
	height: 100%;
	text-align: center;
}
.footer-cta ul a:before{
	content:'';
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.footer-cta .request a{
	color: #000;
	background: #E6E6E6;
}
.footer-cta .request a:before{
	width: 35px;
	height: 45px;
	background-image: url(../img/ico_doc.svg);
}
.footer-cta .action a{
	color: #000;
	background: #ff0;
}
.footer-cta .action a:before{
	width: 35px;
	height: 24px;
	background-image: url(../img/ico_check.svg);
}
.footer-cta .magazine a{
	color: #fff;
	background: #000;
}
.footer-cta .magazine a:before{
	width: 41px;
	height: 30px;
	background-image: url(../img/ico_mail.svg);
}
.footer-social{
	color: #fff;
	text-align: center;
	background: url(../img/footer_social_bg.jpg) no-repeat;
	background-size: cover;
}
.footer-social h2{
	margin-top: 0;
}
.footer-magazine a{
	color: #fff;
	display: inline-block;
	padding: 1em;
	text-align: center;
	border: 2px solid #fff;
}
.footer-search form{
	display: flex;
	justify-content: space-between;
}
.footer-search label{
	font-weight: 600;
	background: #ff0;
	display: flex;
	align-items: center;
	padding: 1em 3em;
	position: relative;
}
.footer-search label:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: -15px;
	margin-top: -15px;
	transform: rotate(45deg);
	background: #ff0;
}
.footer-search .search-text{
	display: block;
	width: 100%;
	border: none;
	box-sizing: border-box;
	outline: none;
}
.footer-search button{
	background: #000;
	border: none;
	-webkit-appearance: none;
	padding: 20px 35px;
	flex: none;
}
.footer-links{
	color: #fff;
	background: #111;
	text-align: left;
}
.footer-links a{
	color: #fff;
}
.footer-links__item h3{
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #828282;
}
.footer-links__item h3,
.footer-links__item h3 a{color: #FF0;}
.footer-links__item li{
	margin-bottom: 0.5em;
}
.footer-links__item > ul > li:before{
	content: '●';
	font-size: 0.6em;
	vertical-align: top;
	margin-right: 0.7em;
	margin-top: 0.2em;
	display: inline-block;
}
.footer-links__item ul ul{
	margin: 0.5em 0 0.5em 1em;
}
.footer-links__item ul ul > li:before{
	content: '・';
}
.bottom{color: #fff; background: #000;}
.bottom__nav{display: flex;}
.bottom__nav a{color: #fff;}
.bottom__copyright{
	display: flex;
	align-items: flex-end;
}
.bottom__copyright p{
	margin: 0 0 0 1.2em;
	line-height: 1.5;
}
.simple .bottom__copyright{
	color: #999;
	margin: auto;
	text-align: center;
}

@media print, screen and (min-width: 1140px) {
	.footer a:hover{opacity: .7;}
	.bottom a:hover{opacity: .7;}

	.footer-cta{
		margin: 80px auto;
		font-size: 1.5rem;
	}
	.footer-cta ul a{
		line-height: 135px;
	}
	.footer-social{
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.footer-social h2{
		font-size: 1.75rem;
	}
	.footer-social ul{
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}
	.footer-social ul li:not(:last-child){
		margin-right: 60px;
	}
	.footer-social a:hover{opacity: 1;}
	.footer-social ul a:hover svg .icon{
		fill: #ff0;
	}
	.footer-magazine a{
		font-size: 0.85rem;
		font-weight: 600;
		width: 360px;
	}
	.footer-search{
		width: 780px;
		margin: -45px auto 30px;
		padding: 15px;
		box-sizing: border-box;
		background: #fff;
	}
	.footer-search label{
		margin: -15px 0 -15px -15px;
	}
	.footer-search .search-text{
		padding: 10px 20px 10px 50px;
	}
	.footer-search button img{
		width: 20px;
	}

	.footer-links__inner{
		display: flex;
		padding: 80px 0;
	}
	.footer-links__item{
		width: calc((100% - 210px) / 4);
		margin-right: 70px;
	}
	.footer-links__item:last-child{
		margin-right: 0;
	}
	.footer-links__item h3{
		font-size: 1.25rem;
		margin-bottom: 1.5em;
		padding-bottom: 1em;
	}
	.footer-links__item ul{
		font-size: 0.875rem;
	}
	.bottom__inner{
		display: flex;
		padding: 70px 0;
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
	}
	.bottom__nav{
		font-size: 0.75rem;
	}
	.bottom__nav li{
		margin-left: 2rem;
	}
	.bottom__copyright img{
		width: 178px;
	}
	.bottom__copyright p small{
		font-size: 0.75em;
	}
}
@media screen and (max-width: 1139px) {
	.footer{padding-bottom: 100px;background: #000;}
	.footer-cta:not(.show){display: none;}
	.footer-cta{
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 0.875em;
		background: #000;
		z-index: 99;
	}
	.footer-cta ul a{
		padding: 15px 0;
	}
	.footer-cta ul a:before{
		content:'';
		display: block;
		background-position: center;
		background-size: contain;
		width: 22px !important;
		height: 22px !important;
		margin: 0 auto 5px;
	}
	.bottom__nav{
		font-size: 0.75rem;
	}
	.footer-social{
		padding-top: 30px;
	}
	.social-nav{
		margin: 20px auto 50px;
		display: flex;
		justify-content: center;
	}
	.social-nav li{
		margin: 0 10px;
	}
	.social-nav li svg{
		width: 50px;
		height: 50px;
	}
	.footer-magazine{
		padding: 2em;
		background: #000;
	}
	.footer-magazine a{
		display: block;
	}
	.footer-search{
		margin: 10px;
		padding: 10px;
		background: #fff;
	}
	.footer-search label{
		margin: -10px 0 -10px -10px;
		padding: 1em;
		font-size: 0.75rem;
	}
	.footer-search label:after{
		width: 15px;
		height: 15px;
		margin-top: -7px;
		right: -7px;
	}
	.footer-search .search-text{
		padding: 10px 10px 10px 20px;
	}
	.footer-search button{
		padding: 10px 15px;
	}
	.footer-search button img{
		width: 16px;
	}
	.footer-links{
		padding: 1em 0;
	}
	.footer-links__item{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		font-size: 0.75rem;
	}
	.footer-links__item > h3{
		width: 100%;
		font-size: 0.875rem;
	}
	.footer-links__item > ul{
		font-size: 0.75rem;
		width: 48%;
		margin-right: 4%;
	}
	.footer-links__item > ul:nth-of-type(even){
		margin-right: 0;
	}
	.footer-links__item > ul li:before{
		content: none;
	}
	.footer-links__item > ul > li:not(:last-child) ul{
		margin-bottom: 2em;
	}
	.bottom{
		padding: 30px 0;
	}
	.bottom__nav{
/*		margin: auto;
		display: flex;
		flex-wrap: wrap;*/
		display: none;
	}
	.bottom__nav li{
		margin: auto;
	}
	.bottom__copyright{
		display: block;
		text-align: center;
/*		margin-top: 40px;*/
	}
	.bottom__copyright a{
		color: #fff;
	}
	.bottom__copyright a[href="/"]{
		display: none;
	}
	.bottom__copyright img{
		width: 120px;
	}
	.bottom__copyright p{
		font-size: 0.75rem;
		margin: 0 0 1em;
	}
	.bottom__copyright p small{
		font-size: 10px;
	}
	.simple .footer{
		padding-bottom:0;
	}
}
@media screen and (max-width: 767px) {
	.footer-links{
		display: none;
	}
}

#topicpath{
	font-size: 0.75rem;
	margin: 0;
	padding: 1em 0;
	list-style: none;
	background: #DDDDDD;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}
#topicpath li{
	margin-right: 0.5em;
	display: inline;
}
#topicpath li + li:before{
	content: '>';
	display: inline-block;
	margin-right: 0.5em;
}
#topicpath li.home img{
	height: 1.2em;
}
#topicpath a{
	color: #000;
	font-weight: 600;
}
.title-header{
	background: #F3F3F3;
}
.page-title h1{
	max-width: 1110px;
	margin: auto;
	padding: 2em 0;
}
.page-title h1 img{
	margin-right: 15px;
}
#secondlayer-title{
	background: #F3F3F3;
}
#secondlayer-title h1{
	max-width: 1110px;
	margin: auto;
	padding: 2em 0;
}
.image-header{
	margin: 0;
	padding-top: 500px;
	position: relative;
	background: #000;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.image-header-caption{
	color: #ccc;
	font-size: 10px;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	line-height: 2;
	position: absolute;
	bottom: 0;
	text-shadow:
                2px  2px 10px #333 ,
               -2px  2px 10px #333 ,
                2px -2px 10px #333 ,
               -2px -2px 10px #333;
/*	background: #fff;*/
}
@media screen and (max-width: 1139px) {
	.image-header{
		padding-top: 200px;
	}
}

#content{width: auto;}
body:not(#top) #main{max-width: 1110px; margin-left: auto;margin-right: auto;}
#main.full{max-width: 100%; padding: 0;}
#main:after{content:'';display: table; clear: both;}
#sub{width: auto; float: none;}

.share{
	margin: 0;
	padding: 0;
	list-style: none;
}
.share .ico{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.share .ico img{
	height: 25px;
}
.share .fb{
	background-color: #3C599D;
}
.share .tw{
	background-color: #1DA1F3;
}
.share .li{
	background-color: #01B903;
}
@media print, screen and (min-width: 1140px) {
	#container{
		overflow-x: hidden;
	}
	.title-header{
		position: relative;
	}
	.page-title h1{
		font-size: 2.25em;
		padding-top: 3em;
	}
	#main{
		margin: 50px auto;
	}
	#topicpath{
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		padding: 1.5em 2em;
		box-sizing: border-box;
	}
	.title-header .share{
		display: flex;
	}
	.full-width {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}
@media screen and (max-width: 1139px) {
	#content{
		font-size: 0.875rem;
	}
	#main article{
		padding: 15px 15px;
	}
	#main > p{
		padding: 0 15px;
	}
	#topicpath{
		padding: 1em 15px;
	}
	.page-title h1{
		font-size: 1.5rem;
	}
	.entry .page-title h1{
		font-size: 1.375rem;
	}
	.title-header .share{
		position: fixed;
		top: 50vh;
		right: 0;
		z-index: 100;
	}
	#main .full-width {
		margin-left: -15px;
		margin-right: -15px;
	}
}



.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 15px;
}
p.img{
	font-size: 80%;
	margin: 0 6px 15px;
	overflow: hidden;
	line-height: 1.4em;
}
p.img.left,
p.img.right{
	width: 200px;
}
p.img.auto{
	width: auto;
}
p.img img{
	display: block;
	margin-bottom: 5px;
}
p.left{
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
/*	overflow: visible;*/
}
p.right{
	float: right;
	clear: right;
	text-align: left;
	margin: 0 0 20px 20px;
	padding-left: 0px;
/*	overflow: visible;*/
}
@media screen and (max-width: 1139px) {
	p.img.left,
	p.img.right{
		max-width: 45%;
	}
}


.label{
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 0.875rem;
/*	font-weight: 600;*/
	color: #fff;
	background-color: #000;
}
.label-general{
	color: #fff;
	background-color: #000;
}
.label-highlight{
	font-weight: 600;
	color: #000;
	background-color: #ff0;
}
.label-secondary{
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}
.label-dull{
	color: #666;
	background-color: #F5F5F5;
}
.label-en{
	font-family: 'Oswald', sans-serif;
}
.label-s{
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.25em 0.75em;
    margin-right: 0.5em;
}
.label-lead{
	color: #000;
	background-color: #fff;
	font-size: 1.5rem;
	display: inline;
	margin: 0;
	padding: 0.2em 0;
	box-shadow: 0.5rem 0 0 #fff, -0.5rem 0 0 #fff;
	line-height: 2;
}
.label-lead-parent{
	margin: 0 0.5rem;
}
.label-sticky{
	position: absolute;
	top: 0;
	left: 0;
}

.button{
	font-size: 1em;
	font-weight: bold;
	font-family: inherit;
	display: inline-block;
	padding: 1rem 2rem;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	background-color: #000;
	border: none;
}
.button:hover{
	text-decoration: none;
}
.button:hover{
	background-color: rgba(0,0,0,.5);
}
.button-primary{
	color: #000;
	background-color: #FFFB00;
}
.button-primary:hover{
	background-color: #ffe100;
}
.button-primary:after{
	content:'>';
	display: inline-block;
	margin-left: 10px;
	margin-top: 0.2em;
	vertical-align: top;
	line-height: 1;
}

.button-general{
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	border: 2px solid #000;
	text-decoration: none;
	padding: 0.5em 1.5em;
	background-color: transparent;
}
.button-general:hover{
	background: #ff0;
}
.button-general: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;
}
.button-general.type-primary:not(:hover){
	color: #ff0;
	border-color: #ff0;
}
.button-general.type-primary:not(:hover):after{
	border-color: #ff0;
}
.button-s{
	font-size: 0.875rem !important;
	padding: 0.5rem 1rem;
}
.button-m{
	font-size: 1em !important;
	padding: 0.5em 1em;
}
.submit .button{
	margin-left: 10px;
	margin-right: 10px;
}