﻿@charset "UTF-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    height: 19px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 1px;
    padding-right: 0;
    padding-bottom: 1px;
    padding-left: 2px;
    text-align: left;
    line-height: 18px;
    font-size: 100%;
    color: #ffffff; /* ヘッダー説明文文字色 */
    background-color: #007dfb;

}

#hpb-headerLogo{
    width: 262px;
    float: left;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    height: 75px;
    background-image : url(img/logo_sqtv0152.png);
    background-position: top left;
    background-repeat: no-repeat;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

#hpb-headerExtra2{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 300px;
    float: right;
    padding-top: 35px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: right;
}

#hpb-footerLogo{
}

#hpb-footerExtra1{
    padding-top: 9px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(img/fpoint_1A.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding-left: 23px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 1.8; /* ← これを追加 */
}

#hpb-footerExtra1 a:link{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #188BBC;
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    color: #188BBC;
    text-decoration: none;
}

#hpb-footerExtra2{
}

/* サイドブロック内パーツ */
#banner{
    margin-top: 15px;
    background-color: #F4F4F4;
    padding-top: 10px;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 10px;
}

#banner li a{
    display: block;
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;

}

#banner a#banner-left01{
    /* sitemap200-40banner */
    background-image : url(img/top_banner_sitemap_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-left02{
    /* facebook200-40banner */
    background-image : url(img/top_banner_facebook_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-left03{
    /* twitter200-40banner */
    background-image : url(img/top_banner_twitter_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: bold;
}

#hpb-nav li a:link{
    color: #666666;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #ebad5a;
    text-decoration: none;
}
#hpb-nav li a:action{
    color: #ebad5a;
    text-decoration: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #2585cb;
    text-decoration: underline;
}
a:visited{
    color: #2585cb;
    text-decoration: underline;
}
a:hover{
    color: #64BEE6;
    text-decoration: none;
}
a:active{
    color: #64BEE6;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;

    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.7;
    text-align: left;
}

p.large{
    color: #157299;
    font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}



/* =======================================================
   New H2 Styles (Fixed class names)
   - class-overview-01 : Overview 見出し（旧 h3.class32 相当）
   - class-country-01  : 国別ページの「青帯」見出し（旧 h2 帯をクラス化）
   ※ 旧 .hpb-layoutset-02 h2 が残っていても、この指定で上書きされます
======================================================= */

/* ---------- PC / Default ---------- */

/* Overview（旧 h3.class32 相当） */
.hpb-layoutset-02 #hpb-wrapper h2.class-overview-01{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0;

    text-align: left;

    /* ここが調整ポイント */
    padding-top: 4px;        /* ← 3px → 4px（上の余白を少し戻す） */
    padding-right: 0;
    padding-bottom: 6px;     /* ← 線までの隙間を戻す（重要） */
    padding-left: 1px;

    border-bottom: 2px solid #73be01;

    font-size: 1.1em;
    line-height: 1.4;        /* ← 1.3 → 1.4（行の高さ＝ゆとりを戻す） */
    color: #007d00;

    background: none;
    width: auto;
    height: auto;
    overflow: visible;
}








/* Overview（旧 h3.class32 相当） */
.hpb-layoutset-02 #hpb-wrapper h2.class-overview-01{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0;

    text-align: left;

    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0.15em;   /* ←効くようになる */
    padding-left: 1px;

    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #73be01;

    font-size: 1.1em;
    line-height: 1.4;         /* ←効くようになる */
    color: #007d00;

    background: none;
    width: auto;
    height: auto;
    overflow: visible;
}

/* 国別ページタイトル（青帯） */
.hpb-layoutset-02 #hpb-wrapper h2.class-country-01{
    width: 700px;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;

    height: 50px;
    line-height: 57px;          /* 従前h2の“少し下寄せ”感を維持 */
    text-align: left;
    overflow: visible;

    background-color: #33a8da;
    color: #ffffff;

    padding-left: 18px;
    padding-right: 10px;

    /* 文字（あなたの実測に合わせて） */
    font-size: 20px;
    font-weight: 600;

    /* 旧h2干渉を無効化（念のため） */
    border: none;
}

/* ---------- PC / Default ここまで ---------- */



/* ---------- 完成後に消すもの - ここから ---------- */

.hpb-layoutset-02 h2{
    width: 700px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    height: 50px;
    line-height: 57px;
    text-align: left;
    overflow: visible;
    background-color : #33a8da;
    color: #ffffff;

}

.hpb-layoutset-02 h2 span.title01{
    font-size: 100%;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

.hpb-layoutset-02 h2 span.title01-mid{
    font-size: 100%;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

.hpb-layoutset-02 h2 span.title01-sml{
    font-size: 100%;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

.hpb-layoutset-02 h2 span.title02{
    font-size: 100%;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

.hpb-layoutset-02 h2 span.title02-mid{
    font-size: 100%;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

/* ---------- 完成後に消すもの - ここまで ---------- */


.plain-h2 {
  background: none !important;
  color: #0080c0 !important;
  font-size: 1.15rem !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: none !important;
  height: auto !important;
  line-height: normal !important;
  width: auto !important;
}


.hpb-layoutset-02 #hpb-wrapper h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2CABE2;
    font-size: 1.1em;
    color: #105978;
}

.hpb-layoutset-02 #hpb-wrapper h3.class31{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2CABE2;
    font-size: 1.1em;
    color: #105978;
}

.hpb-layoutset-02 #hpb-wrapper h3.class31small{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2cabe2;
    font-size: 1.1em;
    color: #105978;
}

.hpb-layoutset-02 #hpb-wrapper h3.class32{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #73be01;
    font-size: 1.1em;
    color: #007d00;
}

.hpb-layoutset-02 #hpb-wrapper h3.class33{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #136aec;
    font-size: 1.1em;
    color: #3e57b0;
}

.hpb-layoutset-02 #hpb-wrapper h3.class34{
    margin-top: 0.5em;
    margin-bottom: 1.0em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #008080;
    font-size: 1.1em;
    color: #1b95a3;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

table{
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 0;
}

table th{
}

table td{
}





.hpb-layoutset-02 .channel-name-01{
    width: 700px;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;

    height: 50px;
    line-height: 57px;          /* 元のh2と同じ（少し下寄せになる） */
    text-align: left;
    overflow: visible;

    background-color: #33a8da;
    color: #ffffff;

    /* span.title01 の “内側余白” を div へ移す */
    padding-left: 18px;
    padding-right: 10px;

    font-size: 25px;
    font-weight: 600;
}







/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(img/point_1A.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 170px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(img/point_1A.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    color: #1F8DBC;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 195px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}





/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 800px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#hpb-headerMain{
		height: auto;
	}
	#hpb-headerMain h1{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
		background-color: #007dfb;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-top: 10px;
	}

	/* フッター内パーツ */
	#hpb-footerMain{
		width: 100%;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #F3F3F3;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(img/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
                background-size:27px 20px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;

                text-indent: 100%;
                white-space: nowrap;
                overflow:hidden;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}



/* =======================================================
   Responsive (max-width: 800px)
======================================================= */

/* ---------- モバイル / Default ここから ---------- */

/* Overview（スマホ） */
.hpb-layoutset-02 #hpb-wrapper h2.class-overview-01{
    width: 100%;
    box-sizing: border-box;

    background: none;
    color: #007d00;

    padding-top: 5px;      /* ← 4px → 5px */
    padding-bottom: 5px;   /* ← 6px → 5px */
    padding-left: 1px;
    padding-right: 0;

    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #73be01;

    height: auto;
    line-height: 1.4;

    margin-top: 0.5em;
    margin-bottom: 0.5em;
    word-break: break-word;
}

    /* 国別ページタイトル（青帯・スマホ） */
    .hpb-layoutset-02 #hpb-wrapper h2.class-country-01{
        width: 100%;
        box-sizing: border-box;

        height: auto;
        line-height: 1.4;

        background-color: #33a8da;
        color: #ffffff;

        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 18px;
        padding-right: 10px;

        /* スマホでの見やすさ */
        word-break: break-word;

        margin-top: 0;
        margin-bottom: 0.5em;
    }

/* ---------- モバイル / Default ここまで ---------- */






/* ---------- 完成後に消すもの - ここから ---------- */

	.hpb-layoutset-02 h2{
		background-image : none;
		background-color : #33a8da;
		width: 100%;
		height: auto;
		line-height: 1.4;
		padding-top: 12px;
		padding-bottom: 12px;
		word-break: break-all;
		box-sizing: border-box;
	}
	.hpb-layoutset-02 h2 span.en{
		display: inline-block;
		line-height: 1.4;
		padding-right: 18px;
	}

/* ---------- 完成後に消すもの - ここまで ---------- */



	h4{
		padding-right: 0;
		padding-left: 0;
	}
	h5{
		padding-right: 0;
	}
	table{
		width: 96%;
		padding-right: 0;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}



  .hpb-layoutset-02 .channel-name-01{
    width: 100%;
    box-sizing: border-box;  /* padding込みで幅100%に収める */
    margin-left: 0;
    margin-right: 0;
  }




  /* フォームパーツ設定 */
  textarea{ width: 96%; }
  input.l{ width: 96%; }
  input.m{ width: 60%; }
  input.s{ width: 30%; }



  /* メインコンテンツ内基本パーツ */
  #hpb-main p{ margin-left: 0; margin-right: 0; }
  #hpb-main ul li{ padding-right: 0; }
  #hpb-main dt{
    float: none;
    max-width: 100% !important;
    padding-bottom: 0;
  }
  #hpb-main dd{
    padding-right: 0;
    padding-left: 25px;
  }
  #hpb-main img.left{ margin-right: 0; float: none; }
  #hpb-main img.right{ margin-left: 0; float: none; }
  #pagetop a{ max-width: 100%; } /* ページの先頭へのリンク設定 */ 


}    /* ← @media の閉じはここ */





