/*********************************************
 * News Header
*********************************************/
.news-header {
}



/*********************************************
 * News Section
*********************************************/
#news {
	padding: 24px 0 48px;
}

/* Date */
.news-date {
	display: block;
	text-align: left;
}
.news-date span {
	display: inline;
	
}
.date-m {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}
.date-d {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}
.date-y {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}


/*********************************************
 * News List
*********************************************/
.news-entry {
	padding: 18px;
	margin-top: 24px;
	background-color: #FFF;
	border-radius: 3px;
}
.news-entry:first-child {
	margin-top: 0;
}

.news-list {
}

.news-entry h1 {
	font-size: 15px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 0;
}

.news-list-content {
	padding-top: 24px;
}
.news-list-content p {
	font-size: 13px;
	line-height: 180%;
	text-align: justify;
}
.news-list-content p a:hover {
	text-decoration: underline;
}
.news-list-content p img {
	width: 100%;
	height: auto;
	margin: 24px 0 0;
}

.btn-newsslist {
	margin-top: 36px;
}

/* Attached PDF */
.news-entry .attach-pdf-1 {
	margin-top: 2.4rem;
}
















@media(min-width:768px) {
	
/*********************************************
 * News Header
*********************************************/
.news-header {
}



/*********************************************
 * News Section
*********************************************/
#news {
	padding: 48px 0;
}

/* Date */
.news-date {
	display: block;
	text-align: left;
}
.news-date span {
	display: inline;
}
.date-m {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}
.date-d {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}
.date-y {
	font-family: RobotoCondensed-Bold;
	font-size: 16px;
}



/*********************************************
 * News List
*********************************************/
.news-entry {
	padding: 24px;
	margin-top: 24px;
	background-color: #FFF;
	border-radius: 3px;
}

.news-list {
}

.news-entry h1 {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 0;
}

.news-list-content {
	padding-top: 24px;
}
.news-list-content p {
	font-size: 14px;
}

.btn-newsslist {
	margin-top: 48px;
}

	
}














@media(min-width:992px) {

/*********************************************
 * News Header
*********************************************/
.news-header {
}



/*********************************************
 * News Section
*********************************************/
#news {
	padding: 48px 0;
}

/* Date */
.news-date {
	display: block;
	text-align: left;
}
.news-date span {
	display: inline;
}
.date-m {
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
}
.date-d {
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
}
.date-y {
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
}



/*********************************************
 * News List
*********************************************/
.news-entry {
	padding: 36px;
	margin-top: 24px;
	background-color: #FFF;
	border-radius: 3px;
}

.news-list {
}

.news-entry h1 {
	font-size: 2rem;
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 2rem;
}

.news-list-content {
	padding-top: 24px;
}
.news-list-content p {
	font-size: 1.6rem;
}


}












/*********************************************
 * News Bottom Contact
*********************************************/
.news-bottom-contact {
	width: 90%;
	display: block;
	margin: 72px auto 60px;
	border-top: solid 6px #111;
	padding-top: 18px;
	text-align: left !important;
}
@media(min-width:375px) {
.news-bottom-contact {
	width: 300px;
}
}
.news-bottom-contact h3 {
	font-family: Roboto-Bold;
	font-size: 24px;
	margin: 0;
	color: #111;
}
.news-bottom-contact a .btn {
	display: block;
	margin: 24px 0 36px;
}
.news-bottom-contact h4 {
	font-size: 14px;
	font-weight: 500;
}
.news-bottom-contact address {
	display: block;
	font-family: Roboto-Bold;
	font-size: 36px;
	color: #111;
	margin-bottom: 0;
}
.news-bottom-contact address a {
	font-family: Roboto-Bold;
	color: #111;
	text-decoration: none;
}
.news-bottom-contact p {
	font-size: 14px;
	font-weight: 400;
}
.news-bottom-contact p small {
	display: block;
}






@media(min-width:768px) {
.news-bottom-contact {
	margin: 72px auto 0;
}
}






@media(min-width:992px) {
.news-bottom-contact a .btn {
	font-size: 15px !important;
}
}


































/*********************************************
 * COVID-19
*********************************************/
/* Hero */
.covid19-protection-hero {
	z-index: 1;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 36px;
	margin-top: 0;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: relative;
	height: 100vh;
	background-image: url('../img/covid19-hero-sm.jpg');
	background-position: center bottom;
	text-align: center;
}

@media(min-width:768px) {
.covid19-protection-hero {
	height: 72vh;
	background-image: url('../img/covid19-hero-lg.jpg');
	background-position: center top;
	padding-top: 72px;
}
}

@media(min-width:992px) {
.covid19-protection-hero {
	height: 100vh;
}
}

@media(min-width:1025px) {
.covid19-protection-hero {
}
}




.covid19-protection-title {
	position: relative;
	z-index: 2;
	margin-top: 6vh;
	text-align: center;
}
.covid19-protection-title h1 {
	font-family: Roboto-Bold;
	font-size: 60px;
	line-height: 96%;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 0;
}
.covid19-protection-title h1 span {
	display: block;
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 96%;
	margin-top: 18px;
}

.covid19-protection-title p {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	margin-top: 0;
}

@media(min-width:768px) {
.covid19-protection-title h1 {
	font-family: Roboto-Bold;
	font-size: 72px;
	line-height: 93%;
}
.covid19-protection-title h1 span {
	font-size: 30px;
}
.covid19-protection-title p {
	font-size: 16px;
}
}

@media(min-width:1366px) {
.covid19-protection-title h1 {
	font-family: Roboto-Bold;
	font-size: 108px;
}
.covid19-protection-title h1 span {
	font-size: 42px;
}
.covid19-protection-title p {
	font-size: 20px;
}
}











/* Header */
.news-covid19-header {
	padding: 84px 0 36px;
}
.news-covid19-header h1 {
	font-family: Roboto-Bold;
	line-height: 120%;
}
.news-covid19-header h1 span {
	display: block;
	font-family: Roboto-Bold;
	letter-spacing: 0;
}
.news-covid19-header p {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
}


#news-covid19 {
	padding: 48px 0;
}

/* Introduction */
.news-covid19-introduction {
}

/* Introduction Header */
.news-covid19-introduction-header {
}
.news-covid19-introduction-header p {
	font-size: 14px;
	line-height: 180%;
}

/* Protection Detail */
.news-covid19-protection-detail {
}

.news-covid19-protection-detail-figure {
	z-index: 1;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: relative;
	height: 42vh;
}
.covid19-protection-detail-figure-1 {
	background-image: url('../img/covid19-protection-detail-figure-1-sm.jpg');
	background-position: center center;
}
.covid19-protection-detail-figure-2 {
	background-image: url('../img/covid19-protection-detail-figure-2-sm.jpg');
	background-position: center center;
}
.covid19-protection-detail-figure-3 {
	background-image: url('../img/covid19-protection-detail-figure-3-sm.jpg');
	background-position: center center;
}

.news-covid19-protection-detail-container {
}
.news-covid19-protection-detail-tile {
}
.news-covid19-protection-detail-tile-inner {
	padding: 15px;
}
.news-covid19-protection-detail-tile-inner h3 {
	font-size: 17px;
	margin-top: 34px;
}
.news-covid19-protection-detail-tile-inner p {
	font-size: 14px;
	line-height: 180%;
}
.news-covid19-protection-detail-tile-inner ul {
	padding: 15px 0 15px 20px;
}
.news-covid19-protection-detail-tile-inner li {
	margin-top: 15px;
	font-size: 14px;
}
.news-covid19-protection-detail-tile-inner li:first-child {
	margin-top: 0;
}



/* News List */
#news-list-covid19 {
	display: block;
}

/* List Title */
.news-covid19-list-title {
	display: block;
	margin-bottom: 48px;
}
.news-covid19-list-title h2 {
	font-size: 72px;
	font-family: Roboto-Bold;
	color: #111;
}
.news-covid19-list-title h2 span {
	display: block;
	font-size: 27px;
	font-family: Roboto-Bold;
	line-height: 96%;
	color: #111;
}

/* List */
.news-covid19-entry {
	width: 100%;
	margin-top: 30px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.news-covid19-entry:first-child {
	margin-top: 0;
}
.news-covid19-entry a {
	color: #111;
}
.news-covid19-entry a:hover {
	color: #1274e0;
}
.news-covid19-entry a .news-covid19-entry-titlecut {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 36vh;
	position: relative;
}
.news-covid19-entry a .news-covid19-entry-titlecut img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.news-covid19-entry a .news-covid19-entry-catch {
	padding: 24px;
}
.news-covid19-entry a .news-covid19-entry-catch .news-covid19-entry-number {
	display: block;
	font-family: Roboto-Bold;
	font-size: 24px;
}
.news-covid19-entry a .news-covid19-entry-catch h3 {
	font-size: 15px;
	line-height: 144%;
	font-weight: 400;
	margin: 0;
}


/* Entry */
.news-covid19-entry-header {
	display: block;
	padding: 88px 0 24px;
	text-align: center;
}
.news-covid19-entry-header h1 {
	font-family: RobotoCondensed-Bold;
	font-size: 18px;
	margin: 0;
	color: #FFF;
}
.news-covid19-entry-header h1 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	display: inline;
}
.news-covid19-entry-header h1 a {
	font-size: 15px;
	color: #FFF;
}
.news-covid19-entry-header h1 a:hover {
	text-decoration: underline;
}

/* Badge */
.badge-covid19 {
	display: block;
	margin: 0 0 48px;
	text-align: left;
}
.badge-covid19 .badge-number {
	display: block;
	font-family: Roboto-Regular;
	font-size: 72px;
	color: #111;
	line-height: 108%;
}
.badge-covid19 .badge-number .supText {
	font-family: Roboto-Bold;
	font-size: 36%;
	color: #111;
	vertical-align: top;
	position: relative;
	top: -.5em;
}
.badge-ebis {
	display: block;
	width: 132px;
	border-top: solid 6px #111;
	padding-top: 10px;
	font-family: Roboto-Bold;
	font-size: 21px;
	line-height: 120%;
	color: #111;
}
.badge-copy {
	display: block;
	width: 120px;
	font-family: Roboto-Light;
	font-size: 21px;
	line-height: 120%;
	color: #111;
}



.section-news-covid19-entry {
	display: block;
	margin-top: 15px;
}
.news-covid19-entry-container {
	padding: 24px;
	position: relative;
}
.news-covid19-entry-container .news-covid19-entry-titlecut {
	display: block;
	width: 100%;
	margin: 24px auto 0;
	text-align: center;
	overflow: hidden;
}
.news-covid19-entry-container .news-covid19-entry-titlecut img {
	width: 100%;
	height: auto;
}
.news-covid19-entry-container h2 {
	font-size: 23px;
	font-weight: 500;
	color: #111;
	line-height: 144%;
	margin: 0 0 36px;
}
.news-covid19-entry-container-body {
	display: block;
	margin: 24px auto 0;
}
.news-covid19-entry-container-body p {
	font-size: 16px;
	font-weight: 400;
	line-height: 204%;
}
.news-covid19-entry-container-body p img {
	width: 100%;
	height: auto;
	margin: 12px 0;
}
.news-covid19-entry-container-body video {
	display: block;
	width: 100%;
	height: auto;
}
/*
.news-covid19-entry-container-body iframe {
	display: block;
	width: 100%;
	height: auto;
}
*/

/* Entry Bottom */
.section-news-covid19-entry-bottom {
	padding-top: 0;
	padding-bottom: 48px;
}
.news-covid19-bottom-list {
}
.news-covid19-bottom-list h2 {
	font-size: 72px;
	font-family: Roboto-Bold;
	color: #111;
}
.news-covid19-bottom-list h2 span {
	display: block;
	font-size: 27px;
	font-family: Roboto-Bold;
	line-height: 96%;
	color: #111;
}

.news-covid19-bottom-list .news-covid19-entry-list {
	display: block;
	margin: 0;
	padding: 0:
}
.news-covid19-bottom-list .news-covid19-entry-list ul {
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}
.news-covid19-bottom-list .news-covid19-entry-list li {
	display: block;
	width: 100%;
	margin-top: 24px;
	text-align: left;
}
.news-covid19-bottom-list .news-covid19-entry-list li a {
	color: #111;
}
.news-covid19-bottom-list .news-covid19-entry-list li a:hover {
	color: #1274e0;
}
.news-covid19-bottom-list .news-covid19-entry-list li a dt {
	width: 18%;
	font-family: Roboto-Regular;
	font-size: 22px;
}
.news-covid19-bottom-list .news-covid19-entry-list li a dd {
	width: 78%;
	font-size: 15px;
}





@media(min-width:768px) {
/* Header */
.news-covid19-header {
	padding: 144px 0 48px;
}
.news-covid19-header h1 {
	line-height: 120%;
}
.news-covid19-header h1 span {
	letter-spacing: 0;
}
.news-covid19-header p {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}


/* Introduction Header */
.news-covid19-introduction-header p {
	font-size: 16px;
	line-height: 180%;
}

/* Protection Detail */
.news-covid19-protection-detail-container {
	background-color: #f6f6f6;
	padding-bottom: 48px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.news-covid19-protection-detail-tile {
	margin-top: -60px;
}
.news-covid19-protection-detail-tile-inner {
	padding: 15px 48px;
	border-radius: 12px;
}

/* List Title */
.news-covid19-list-title h2 {
	font-size: 108px;
}
.news-covid19-list-title h2 span {
	font-size: 36px;
	font-family: Roboto-Regular;
	line-height: 100%;
}

/* List */
.news-covid19-entry {
	width: 48%;
	margin-top: 30px;
}
.news-covid19-entry:first-child {
	margin-top: 30px;
}
.news-covid19-entry-catch {
	height: 132px;
}

/* Entry */
.news-covid19-entry-header {
	display: none;
}

/* Badge */
.news-covid19-entry-container h2 {
	position: absolute;
	top: 54px;
	left: 230px;
	padding-right: 36px;
}

.news-covid19-entry-container {
	margin-top: 144px;
	margin-bottom: 36px;
	padding: 48px;
}

/* Entry Bottom */
.section-news-covid19-entry-bottom {
	padding-top: 48px;
	padding-bottom: 48px;
}

.news-covid19-bottom-list .news-covid19-entry-list li a dt {
	width: 12%;
	font-size: 36px;
}
.news-covid19-bottom-list .news-covid19-entry-list li a dd {
	width: 84%;
	font-size: 18px;
	padding-top: 6px;
}


}






@media(min-width:992px) {
#news-covid19 {
	padding: 72px 0;
}

/* Introduction */


/* Introduction Header */
.news-covid19-introduction-header p {
	font-size: 18px;
}

/* Protection Detail */
.news-covid19-protection-detail-figure {
	height: 600px;
}

.news-covid19-protection-detail-tile {
	margin-top: -84px;
}
.news-covid19-protection-detail-tile-inner h3 {
	font-size: 20px;
	margin-top: 40px;
}
.news-covid19-protection-detail-tile-inner p {
	font-size: 16px;
}
.news-covid19-protection-detail-tile-inner li {
	font-size: 16px;
}

/* List Title */
.news-covid19-list-title h2 {
	font-size: 144px;
}
.news-covid19-list-title h2 span {
	font-size: 65px;
	font-family: Roboto-Regular;
	line-height: 100%;
}

.news-covid19-entry {
	width: 31%;
}
.news-covid19-entry:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34.5%;
}

/* Entry */
.news-covid19-entry-container {
	padding: 72px;
}

/* Badge */
.news-covid19-entry-container h2 {
	top: 76px;
	left: 260px;
	padding-right: 48px;
}
.news-covid19-entry-container h2 {
	font-size: 28px;
	margin: 0 0 48px;
}
.news-covid19-entry-container .news-covid19-entry-titlecut {
	margin: 48px auto;
}

/* Entry Bottom */
.section-news-covid19-entry-bottom {
	padding-bottom: 72px;
}
.news-covid19-bottom-list {
}
.news-covid19-bottom-list h2 {
	font-family: Roboto-Bold;
	font-size: 144px;
}
.news-covid19-bottom-list h2 span {
	font-family: Roboto-Regular;
	font-size: 65px;
}

}




@media(min-width:1025px) {
.covid19-protection-detail-figure-1 {
	background-image: url('../img/covid19-protection-detail-figure-1-xl.jpg');
	background-position: center center;
}
.covid19-protection-detail-figure-2 {
	background-image: url('../img/covid19-protection-detail-figure-2-xl.jpg');
	background-position: center center;
}
.covid19-protection-detail-figure-3 {
	background-image: url('../img/covid19-protection-detail-figure-3-xl.jpg');
	background-position: center center;
}
}






@media(min-width:1366px) {
#news-covid19 {
	padding: 96px 0;
}


/* Introduction Header */
.news-covid19-introduction-header p {
	font-size: 22px;
}

/* Protection Detail */
.news-covid19-protection-detail-figure {
	height: 720px;
}
@media(min-width:1920px) {
	height: 960px;
}

.news-covid19-protection-detail-container {
	padding-bottom: 72px;
}
.news-covid19-protection-detail-tile-inner {
	padding: 24px 84px 48px;
}
.news-covid19-protection-detail-tile-inner h3 {
	font-size: 24px;
}
.news-covid19-protection-detail-tile-inner p {
	font-size: 18px;
}
.news-covid19-protection-detail-tile-inner ul {
	margin-top: 24px;
}
.news-covid19-protection-detail-tile-inner li {
	font-size: 18px;
}


.news-covid19-entry:nth-child(n+4) {
	margin-top: 40px;
}

#news-covid19 .news-bottom-contact {
	margin-top: 84px;
}

/* Entry */

/* Entry Bottom */
.section-news-covid19-entry-bottom {
	padding-bottom: 120px;
}

.news-covid19-bottom-list .news-covid19-entry-list ul {
	margin: 72px 0 0;
}
.news-covid19-bottom-list .news-covid19-entry-list li a dt {
	width: 12%;
	font-size: 48px;
}
.news-covid19-bottom-list .news-covid19-entry-list li a dd {
	width: 84%;
	font-size: 20px;
	padding-top: 10px;
}


}













