@charset "utf-8";
/* ------------------------------------------- CSS Information
 File Name:      default.css
----------------------------------------------------------- */


/* スマホ対応 */

body {
    -webkit-text-size-adjust: 100%;
}

article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,a,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td,img
{
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6
{
	font-weight:normal;            /*h1～6の太字をノーマルに*/
}

ol,ul,li
{
	list-style:none;               /*リストのブレッドを消す*/
}

img,fieldset
{
	border: 0;
	vertical-align: bottom;        /*画像下のスペースをなくす*/
}

textarea
{
	font-size: 100%;               /*テキストエリア内文字サイズのブラウザ間での差異をなくす*/
}

table
{
	border-collapse: collapse;    /*隣接するセルのボーダーを重ねて表示する*/
	border-spacing: 0; 
}

.abc
{
	background-color:#909;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px;
}


.headline_mansei{
  max-width:1050px;
  width:100%;
  height:auto;
  margin:0 auto;
  overflow:hidden;
}


.hbg.pc{ overflow:hidden; }
@media screen and (min-width: 768px) {
  .topmerit_pc {
    position: relative !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
/* ヒーロー画像（直下の1枚だけ） */
.headline_mansei > img{
  width:100%;
  height:auto;
  display:block;
}

/* 丸バッジ（topmerit）は固定サイズ */
.headline_mansei img.topmerit_pc{
  width:120px;   /* 必要なら90〜160で微調整 */
  height:auto;
  max-width:none;
}

/* PC用トップ丸バッジを完全に非表示 */
.topmerit_pc{
  display:none !important;
}
.topmerit_pc {
  position: static !important;
  margin: 20px auto 0 !important;
}

.hbg.pc {
  min-height: 460px;
}

.sp_btn_area {
  min-height: 120px;
}