@charset "utf-8";
/* CSS Document */

nav.menu-sp li.anchor {
  display: none;
}

.background-headline {
  background: #20437A;
  width: 99%;
  margin: 0 auto 10px auto;
  padding: 10px 12px 10px 10px;
  border-radius: 8px;
}
.background-headline h1 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 0 6px 6px;
  font-size: 12px;
	font-weight: bold;
  line-height: 1.5;
	color: #fff;
  border-left: 4px solid #fff;
}
.background-headline h2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 0 6px 6px;
  font-size: 12px;
	font-weight: bold;
  line-height: 1.5;
	color: #fff;
  border-left: 4px solid #fff;
}

/* ▼フリーワード検索窓▼ */
.bg-white {
  background-color: #FFFFFF;
}
p.search-free-text1 {
  margin: 10% 0 -1.2% 0;
	padding: 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 0;
	text-align: center;
	color: #666;
}
p.search-free-text2 {
	margin: 0% 4% 5% 4%;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.5em;
	color: #999;
}
/* ▲フリーワード検索窓▲ */










/* 
------------------------------
------------------------------
▼768px以上用（タブレット／PC用）の記述▼
------------------------------
------------------------------
*/
@media screen and (min-width : 768px ){
  
  /* ▼メイン▼ */
  .background-headline h1 {
    font-size: 16px;
  }
  .background-headline h2 {
    font-size: 16px;
  }
  /* ▲メイン▲ */
  
  /* ▼フリーワード検索窓▼ */
  p.search-free-text1 {
    margin: 10% 0 -0.5% 0;
    font-size: 1.6rem;
  }
  p.search-free-text2 {
    margin: 0% 2% 5% 13%;
    font-size: 1.3rem;
  }
  /* ▲フリーワード検索窓▲ */
  
  
  
  
  
  
  
  
  
  
}
/* 
------------------------------
------------------------------
▲768px以上用（タブレット／PC用）の記述▲
------------------------------
------------------------------
*/






