@charset 'utf-8';


.articlelistbody > .inner {
	padding: 50px 0;
}

.articleblock,
body.safearea .articleblock {
	padding: 0;
}


#productsblock {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#productsblock .blockheader {
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {

	#productsblock {
		padding: 50px 0;
	}
}




#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 60%;
	background-image: url(../image/newsletter/tmp-header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .promotion {
	width: 80%;
	padding-bottom: 30px;
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	padding: 20px;
	background-color: #fff;
	position: relative;
}

#slider .slideitem .tagline h1 {
	font-size: 6.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: block;
}

#slider .slideitem .tagline p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

@media only screen and (min-width: 481px) {

	#mainvisual {
/* 		padding-top: 110%; */
	}

	#slider .slideitem .tagline {
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 30px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}
}

/* 
@media only screen and (min-width: 641px) {

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}
 */

/* 
@media only screen and (min-width: 769px) {

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}
 */

@media only screen and (min-width: 641px) {

	#mainvisual {
		margin-bottom: 20px;
		padding-top: 40%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .promotion {
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

@media only screen and (min-width: 1001px) {

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1201px) {

	#mainvisual {
		padding-top: 480px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 480px;
	}
}




.presentation {
	background: #fff;
}

.presentation:nth-child(even):not(.outline) {
	background: #f7f8fa;
}

.presentation.outline {
	border-top: 1px solid #e6e6e6;
}


.presentation > .inner {
	max-width: 1200px;
}

.presentation .brick {
	padding: 30px;
}

body.safearea .presentation .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.presentation .brick header {
	font-size: 1rem;
	margin-bottom: 2em;
}

.presentation .brick h1 {
	font-size: 1.7em;
}

.presentation .brick .sentence {
	font-size: 1rem;
}

.presentation .brick .sentence p {
	font-size: .9em;
}

.presentation .brick .sentence li {
	font-size: .9em;
}

.presentation figure {
	overflow: hidden;
}

.presentation p strong {
	font-size: 1.2em;
}

.presentation .outlinetbl {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.presentation .outlinetbl th {
	text-align: left;
	vertical-align: top;
}

.presentation .outlinetbl td p {
	margin-bottom: 0 !important;
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

	.presentation .brick {
		padding: 50px;
	}

	body.safearea .presentation .brick {
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}

	.presentation .brick h1 {
		font-size: 2em;
	}

	.presentation .brick .sentence p {
		font-size: 1em;
	}

	.presentation .brick .sentence li {
		font-size: 1em;
	}

	.presentation .outlinetbl {
		font-size: 1.2em;
	}

	.presentation .outlinetbl th {
		min-width: 10em;
	}
}

.presentation .column {
	display: block;
	padding: 0;
}

.presentation .column.thumb {
	width: 100%;
	margin-bottom: 30px;
}

.presentation .column.article {
	width: 100%;
}

@media only screen and (min-width: 769px) {

	.presentation .column.thumb {
		width: 30%;
		margin-bottom: 0;
	}

	.presentation .column.article {
		width: 70%;
		padding-left: 50px;
	}

	.presentation .columns.right .column.article {
		padding-left: 0;
		padding-right: 50px;
		order: 1;
	}

	.presentation .column.thumb .media {
		width: 100%;
		padding-top: 100%;
		overflow: hidden;
		position: relative;
	}

	.presentation .columns.right .thumb {
		order: 2;
	}

	.presentation .column.thumb .media figure {
		width: auto;
		height: 100%;
		transform: translateX(-50%);
		position: absolute;
		top: 0;
		left: 50%;
	}

	.presentation .column.thumb .media figure img {
		width: auto;
		height: 100%;
		position: relative;
	}

	#base-oil.presentation .column.thumb .media figure {
		transform: translateX(-65%);
	}
}




.btnarea.wide {
	font-size: 2em;
}

.btnarea.wide a {
	width: 100%;
	padding: 20px 5px;
	color: #fff;
	border-color: #133e82;
	background: #133e82;
	font-weight: 700;
}

.btnarea.wide.jax a {
	border-color: #000;
	border-width: 5px;
	background: #f8bd00;
	color: #000;
}

.btnarea.wide a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

@media only screen and (min-width: 1001px) {

	.btnarea.wide {
		font-size: 2.6em;
	}

	.btnarea.wide a .arrow {
		width: 26px;
		height: 26px;
	}
}



.presentation .gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.presentation .gallery:not(:last-child) {
	padding-bottom: 3em;
}

.presentation .gallery .item {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2%;
}

.presentation .gallery figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.presentation .gallery figure:not(:last-child) {
	margin-bottom: 1.5em;
}

.presentation .gallery figure img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 641px) {

	.presentation .right .gallery {
		justify-content: flex-end;
	}

	.presentation .gallery .item {
		width: 50%;
	}
}



.policies {
	width: 100%;
	padding: 30px 20px;
	position: relative;
}

.policies > .inner {
	width: 100%;
	font-size: .85rem;
	line-height: 1.6;
	position: relative;
}

.itemlist {
	display: flex;
	flex-wrap: wrap;
}

.itemlist .item {
	width: 100%;
	margin: 0 auto;
	padding: 5px;
}

.itemlist .item .cover {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	position: relative;
}

.itemlist .item h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	position: relative;
}

.itemlist .item p {
	position: relative;
}

.itemlist .item {
	counter-increment: sectnum;
}

.itemlist .item .sectnum:before {
	content: counter(sectnum);
}

.itemlist .item .sectnum {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: #0080cc;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}


@media only screen and (min-width: 541px) {

	.itemlist .item {
		width: 50%;
	}
}

@media only screen and (min-width: 801px) {

	.itemlist .item {
		width: 33.333%;
	}
}

@media only screen and (min-width: 1201px) {

	.itemlist .item {
		width: 25%;
	}
}


#action-guidelines {
	background-image: url(../image/newsletter/back_action-guidelines_tmp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

body.pc #action-guidelines {
	background-attachment: fixed;
}

#action-guidelines::before {
	content: '';
	background: #fff;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#action-guidelines .blockheader h1,
#action-guidelines .blockheader .shoulder {
	color: #fff;
}

#action-guidelines .itemlist .item > .cover:before {
	content: '';
	background: #fff;
	opacity: .9;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

#action-guidelines .itemlist .item .sectnum {
	background: #86888e;
}

#promised-policies .itemlist .item > .cover:before {
	content: '';
	width: 30%;
	height: 30%;
	border-top: 1px solid #0080cc;
	border-left: 1px solid #0080cc;
	transition: .2s;
	position: absolute;
	top: 8px;
	left: 8px;
}

#promised-policies .itemlist .item > .cover:after {
	content: '';
	width: 30%;
	height: 30%;
	border-right: 1px solid #0080cc;
	border-bottom: 1px solid #0080cc;
	transition: .2s;
	position: absolute;
	right: 8px;
	bottom: 8px;
}



.newspaperlist {
	margin-bottom: 30px;
	padding: 0 30px;
}

.newspaperlist .articlelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
	position: relative;
}

.newspaperlist .item {
	width: 100%;
	padding: 5px;
	border: none !important;
	position: relative;
}

.newspaperlist .item.hover {
	z-index: 99;
}

.newspaperlist .btnarea {
	width: 100%;
	padding: 0;
	font-size: 2em;
}

.newspaperlist .btnarea a {
	width: 100%;
	max-width: none;
	min-width: 0;
	padding: 12px 5px;
	border: 1px solid #6ccbd9;
	background: #c6f1f8;
}

.newspaperlist .btnarea a:hover,
.newspaperlist .btnarea a.hover {
	background: #00798b;
}

.newspaperlist .btnarea a:before {
	content: '\f118';
	margin-right: .5em;
	font-size: 1.2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.newspaperlist .btnarea a:after {
	content: '\f109';
	margin-left: .5em;
	font-size: 1em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.newspaperlist .btnarea a span span {
	display: block;
}

.newspaperlist .btnarea a span span.number {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newspaperlist .btnarea a span span.number small {
	font-size: .65em;
	font-weight: 400;
}

.newspaperlist .btnarea a span span.filesize {
	font-size: .65em;
	font-weight: 400;
}

.newspaperlist .btnarea a span.date {
	font-size: .65em;
	font-weight: 400;
}

@media only screen and (min-width: 481px) {

	.newspaperlist .articlelist .item {
		width: 50%;
	}

	.newspaperlist .articlelist.past .item {
		width: 50%;
	}
}

@media only screen and (min-width: 541px) {

	.newspaperlist .articlelist.past .item {
		width: 33.33%;
	}
}

@media only screen and (min-width: 769px) {

	.newspaperlist .articlelist .item {
		width: 33.33%;
	}

/* 
	.newspaperlist .articlelist.past .item {
		width: 25%;
	}
 */
}



.articlelistbody .header {
	margin-bottom: 1em;
	color: #4d4c4a;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}


.articlelistbody .btnarea a {
	color: #000;
}

.articlelistbody .btnarea a:hover,
.articlelistbody .btnarea a:hover {
	color: #fff;
}

.articlelistbody .btnarea a:hover:after,
.articlelistbody .btnarea a:hover:after {
	transform: translate(5px,-5px);
}

#selectyear {
	width: 100%;
	position: relative;
	text-align: center;
}

#selectyearlist {
	display: none;
	width: 100%;
	padding: 1em;
	border: 1px solid #c1e4f9;
	background: #e8f3f9;
}

#selectyearlist ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

#selectyearlist li {
	width: 6em;
	padding: .5em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
	transition: .2s;
	cursor: pointer;
}

#selectyearlist li.hover,
#selectyearlist li.active {
	color: #006baa;
}


#selectyearhead {
	width: 100%;
	max-width: 340px;
	height: 50px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #006baa;
	background: #dce6ec;
	color: #006baa;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

#selectyearhead.hover,
#selectyearhead.open {
	background: #006baa;
	color: #dce6ec;
}

#selectyearhead span {
	display: inline-block;
	vertical-align: middle;
}

#selectyearhead:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#selectyearhead .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1em;
}

#selectyearhead .arrow span:before {
	display: inline-block;
	content: '\f104';
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
	transition: .2s;
	transform: rotate(90deg);
}

#selectyearhead.open .arrow span:before {
	transform: rotate(-90deg);
}


#newspaperpastlist {
	margin-bottom: 30px;
}

#newspaperpastlist .newspaperlist {
	display: none;
	margin-top: 30px;
	margin-bottom: 0;
}

#newspaperpastlist .newspaperlist.active {
	display: block;
}

#newspaperpastlistcover {
	min-height: 56px;
	position: relative;
}

#newspaperpastlist .newspaperlist .btnarea {
	font-size: 1.7em;
}

#newspaperpastlist .newspaperlist .btnarea a {
	width: 100%;
	max-width: none;
	border: none;
	background: #73bbe6;
	color: #000;
}

#newspaperpastlist .newspaperlist .btnarea a:hover,
#newspaperpastlist .newspaperlist .btnarea a.hover {
	background: #3c9ed7;
}

#newspaperpastlist .newspaperlist .btnarea a span.date {
	margin-top: .15em;
	font-size: .75em;
}

#resultblock {
	width: 100%;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.6;
}

#resultblock.error {
	color: #996e6e;
	font-weight: 700;
}

#resultblock.error p {
	padding: 30px;
	background-color: #fff3f3;
	border: 2px solid #996e6e;
	font-size: 1.2em;
}


.loading_screen {
	margin-top: 0;
	top: 20px;
	z-index: 1;
}