@charset "UTF-8";

/*===========================================================
pagelayout
============================================================*/
.font-blue{
	color: #0b267c;
}
/*************************************
mv-area
**************************************/
.mv-area {
	position: relative;
	background:#ffffff;
}
.mv-area .inner{
	width: 100%;
	max-width: 100%;
}

.mv-list{
	position: relative;
}

.slick-prev, .slick-next{
	width: 40px;
	height: 40px;
}
.slick-prev{
	left: 50%;
	margin-left: -540px;
	z-index: 999;
}
.slick-next{
	right: 50%;
	margin-right: -540px;
	z-index: 999;
}

.slick-prev::before, .slick-next::before{
	font-size: 40px;
	opacity: 1;
}

.mv-img{
	box-shadow: 0 5px 10px rgba(25,25,25,0.2);
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	.mv-area .inner{
		padding: 0;
	}
	.mv-img{
		box-shadow: 0 0 0;
	}
}

/*************************************
whitelist-area
**************************************/
.whitelist-area{
	max-width: 900px;
    width: 100%;
    margin: auto;
	margin-top: 70px;
}
.whitelist-area .inner{
	padding: 35px 75px 30px;
	border: 2px solid #0b267c;
	position: relative;
}
.whitelist-area .ttl{
	max-width: 580px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	color: #0b267c;
	font-size: 30px;
	background: #ffffff;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -290px;
}
.whitelist-area .link-btn a{
    margin: auto;
    margin-top: 15px;
}
.list-judgement_ex li{
    width: 48%;
}

.whitelist-area .list-note{
	font-size: 14px;
}

.whitelist-area .judgement-url{
	margin-top: 20px;
	display: none;
}
.whitelist-area .judgement-url.active{
	display: block;
}
.list-judgement_ex .judgement-label{
    width: 40%;
}

.list-judgement .judgement-label{
    padding: 10px;
    font-size: 20px;
}
.judgement-label{
	padding: 4px 10px 8px;
	text-align: center;
	font-weight: bold;
}
.judgement-label .text{
	padding-left: 30px;
	position: relative;
}
.judgement-label .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.judgement-label.is-differ{
	color: #d13e2f;
	background: #f9e4e4;
}
.judgement-label.is-differ .icon{
	background: url("/whitelist/images/ic_differ.svg") no-repeat center;
	background-size: contain;
}
.judgement-label.is-safety{
	color: #029604;
	background: #cceacd;
}
.judgement-label.is-safety .icon{
	background: url("/whitelist/images/ic_safety.svg") no-repeat center;
	background-size: contain;
}

.whitelist-box{
	margin-top: 20px;
}
.whitelist-box .whitelist-text{
	width: 78%;
	margin-right: 2%;
}
.whitelist-text .input_text{
	width: 100%;
	padding: 15px;
	border: 2px solid #b2b2b2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;

}
.whitelist-box .white-list_button{
	width: 20%;
}
.white-list_button .input_button{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #0b267c;
	border-color: #0b267c;
	cursor: pointer;
}
.white-list_button .input_button:hover{
	opacity: 0.8;
}

#safety_link{
	display: none;
}
#safety_link.active{
	display: block;
}
@media screen and (max-width: 767px){
	.whitelist-area{
		margin-top: 35px;
		padding: 0 10px;
	}
	.whitelist-area .inner {
		padding: 25px 15px 20px;
	}
.whitelist-area .ttl {
    max-width: 100%;
    width: 90%;
    padding: 0 20px;
    font-size: 18px;
    top: -16px;
    left: 5%;
    margin-left: 0;
}
	.whitelist-box .whitelist-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.whitelist-box .white-list_button {
		width: 100%;
	}
	.white-list_button .input_button{
		font-size: 16px;
	}
    .list-judgement_ex li{
        width: 100%;
    }
    .list-judgement_ex .judgement-label{
        width: 100%;
        margin-top: 5px;
    }
    .list-judgement .judgement-label{
        font-size: 16px;
    }
    /*nifty-btn-box*/
    .nifty-btn-box .content {
        width: 100%;
        padding-right: 0;
    }

    .nifty-btn-box .btn-wrap {
        width: 100%;
        margin-top: 10px;
    }
}

/*************************************
news-area
**************************************/
.news-area{
	padding: 40px 0;
}
.news-title{
    padding-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
.news-link li{
	position: relative;
}
.news-link li:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #CCCCCC;
}
.news-link li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #333333;
	transition: all 0.3s ease 0s;
}
.news-link li:hover:after{
	width: 100%;
}

.news-link .NewsListBox a{
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: inherit;
	position: relative;
	text-decoration: none;
	background: url("/common/images/icon_arrow_gray.svg") right 20px center no-repeat;
}
.news-link .NewsListBox a:hover{
	cursor: pointer;
	background: url("/common/images/icon_arrow_black.svg") right 20px center no-repeat;
}
.news-area .grid{
	flex-wrap:nowrap;
}
.news-date {
    min-width: 100px;
    margin-right: 30px;
}
.news-txt{
	padding-right: 30px;
}

/*重要なお知らせ*/
.news-link .redNewsListBox:before{
	background: #edb2ac;
}
.news-link .redNewsListBox:after{
	background: #d13e2f;
}
.redNewsListBox .news-subtitle{
	padding: 20px;
	cursor: pointer;
	position: relative;
}
.redNewsListBox .news-subtitle:before,
.redNewsListBox .news-subtitle:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #d13e2f;
  background-size: contain;
  top: 50%;
  right: 20px;
  transition: 0.3s;
}
.redNewsListBox .news-subtitle:after{
  transform:rotate(90deg);
}
.redNewsListBox .news-subtitle.open:after{
  transform:rotate(0deg);
}
.redNewsListBox .news-subtitle{
	color: #d13e2f;
}
.news-subtitle .news-txt{
	position: relative;
	padding-left: 45px;
}
.news-subtitle .news-txt:before{
	position: absolute;
	content: "";
	width: 35px;
	height: 35px;
	background: url("/common/images/top/ic_surprised.svg") no-repeat center;
	background-size: contain;
	left: 0;
	top: 50%;
	margin-top: -17.5px;
}
.news-content{
	display: none;
	padding: 20px;
	padding-top: 0;
}
@media screen and (max-width: 767px){
	.news-area {
		padding: 20px 0;
	}
	.news-title {
		padding-bottom: 10px;
		font-size: 22px;
	}
	.news-link .NewsListBox a,
	.news-link .NewsListBox a:hover{
		padding: 15px 10px;
		background-size: 15px 15px;
		background-position: right 10px center;
	}
	/*重要なお知らせ*/
	.redNewsListBox .news-subtitle {
		padding: 15px 10px;
	}
	.redNewsListBox .news-subtitle:before,
	.redNewsListBox .news-subtitle:after {
		width: 15px;
		right: 10px;
	}
	.news-subtitle .news-txt{
		padding-left: 35px;
	}
	.news-subtitle .news-txt:before {
		width: 22px;
		height: 22px;
		margin-top: -11px;
	}
	.news-content {
		padding: 15px 10px;
		padding-top: 0;
	}
}

/*************************************
report-area
**************************************/
.report-area{
	padding:40px 0 80px;
}
.report-box a{
	display: block;
	height: 100%;
	padding: 20px;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0 4px 10px rgb(25 25 25 / 20%);
}
.report-box a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.report-img{
	margin-bottom: 5px;
	position: relative;
	width: 100%;
	height: 220px;
	padding-bottom: 49%;
}
.report-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.report-img .title{
	position: absolute;
	z-index: 10;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: rgb(255, 255, 255,0.7);
	left: 0;
	bottom: 30px;
}

.view-more{
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
	position: relative;
}
.view-more:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #333333;
	right: 90px;
	top: 50%;
}

.report-box a:hover .view-more{
	color: #009db1;
}
.report-box a:hover .view-more:before{
	background: #009db1;
}

@media screen and (max-width: 767px){
	.report-area{
		padding:20px 0 40px;
	}
	.report-box a{
		padding: 10px 15px;
	}
	.report-img{
		margin-bottom: 5px;
		position: relative;
		width: 100%;
		height:200px;
		padding-bottom:0;
	}
	.report-img img{
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 200px;
	}
	.report-img .title{
		font-size: 16px;
		padding: 5px 10px;
	}
	.view-more{
		font-size: 12px;
		color: #009db1;
	}
	.view-more:before{
		right: 80px;
		background: #009db1;
	}
}

/*pickup*/
.pickup-text{
	width: 24%;
	font-size: 26px;
	text-align: center;
	color: #0b267c;
	position: relative;
}
.pickup-text:before{
	position: absolute;
	content: "";
	width: 70%;
	height: 1px;
	background: #0b267c;
	bottom: -10px;
	left: 15%;
}
.pickup-text:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #0b267c;
	border-right: solid 1px #0b267c;
	right: 15%;
    bottom: -14px;
	transform: rotate(45deg);
}
.pickup-grid .report-box{
	width: 76%;
}
.pickup-grid .report-box a{
	display: flex;
	font-size: 18px;
}
.pickup-img{
	margin-right: 15px;
}
.pickup-img img{
	width: 340px;
	height: 195px;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	.pickup-text{
		width: 100%;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.pickup-text:before,
	.pickup-text:after{
		content: none;
	}
	.pickup-grid .report-box{
		width: 100%;
	}
	.pickup-grid .report-box a{
		display: block;
		padding: 15px 10px;
		font-size: 16px;
	}
	.pickup-img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.pickup-img img {
		width: 240px;
		height: 120px;
	}
	
	.pickup-grid .text{
		text-align: center;
	}
}

