@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/news/mv.jpg");
}



/* main */
.main__ttl {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	}

.postinfo {
	color: #777;
	font-size: 14px;
	margin-bottom: 50px;
	}

.postinfo a {
	color: #777;
	font-size: 14px;
	}

.main img {
	display: block;
	width: 100%;
	height: auto;
	}

.pagelink {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	}

.search {
    width: 100%;
    height: 400px;
    padding: 100px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("/img/privacypolicy/mv.jpg");
	background-position: center center;
	background-size: cover;
}

.search__ttl {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

.widgettitle{
    display: none;
}

.search__box {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 700px;
	margin: 50px auto 0 auto;
}

.search__box > li {
	width: 45%;
}

.search__box label {
	display: none;
}

.search__box select {
	width: 100%;
	display: block;
	height: 45px;
	font-size: 16px;
}


/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


	
	
	
	
}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

@media screen and (max-width: 959px){


	
	
}


/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){

/* main */
.main__ttl {
	font-size: 18px;
	margin-bottom: 10px;
	}

.postinfo {
	font-size: 12px;
	margin-bottom: 30px;
	}

.postinfo a {
	font-size: 12px;
	}

.main img {
	display: block;
	width: 100%;
	height: auto;
	}

.pagelink {
	margin-top: 50px;
	}
	
.search {
    height: auto;
    padding: 60px 0;
}

.search__ttl {
    font-size: 20px;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.search__box {
	display: block;
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	max-width: 400px;
	margin-top: 20px;
}

.search__box > li {
	width: 100%;
	margin-bottom: 20px;
}

.search__box select {
	display: inline-block;
	font-size: 14px;
	width: 100%;
}	
	
	
	
}