@charset "utf-8";

/*広告：男女問題*/
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Anton');

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5;	/* 2 */
	background: #eeeeee;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
	transition: 0.5s;
}
a:hover {
	color: #fe6634;
	text-decoration: none;
}

/*container（サイトを囲む一番外側のボックス）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	overflow: hidden;
	padding: 30px 40px;
	margin-bottom: 40px;
	background: #fe6634;
	background: linear-gradient(#ff9933 70%, #fe6634);/* #fe1800 70%, #fe6634 */
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
/*ロゴ画像*/
header #logo img {
	width: 400px;/* 250px */
	float: left;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	float: right;
	border-left: 1px solid #dbdbdb;
	font-size: 20px;
	font-family: 'Anton';
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	position: relative;
	line-height: 1.5;
}
#menubar li a {
	display: block;text-decoration: none;
	border-right: 1px solid #dbdbdb;
	padding: 0px 10px;
	color: #ffffff;
}
#menubar li a:hover {
	color: #000000;
}
/*現在表示中メニュー（current）*/
#menubar li.current a {
	color: #000000;
}
/*日本語の飾り文字*/
#menubar a span {
	display: none;
}
/*日本語の飾り文字（マウスオン時）*/
#menubar a:hover span {
	display: block;
	font-size: 11px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: -20px;
	background: #ffffff;
	color: #fe6634;
	border-radius: 10px;
}
/*日本語の飾り文字（ふきだし風）*/
#menubar a span::before {
	content: "▲";
	position: absolute;
	top: -10px;
	left: 43%;
	color: #ffffff;
	font-size: 10px;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	background: #ffffff;
	padding: 3%;
	margin-top: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 72%;
	padding-bottom: 50px;
}
/*h2タグの設定*/
#main h2 {
	clear: both;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #fe6634 url(../images/bg2.png) no-repeat right middle;
	background: url(../images/bg2.png) no-repeat right, linear-gradient(#fe6634, #fe9766);
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
/*h3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 6px 20px;
	border: 1px solid #cccccc;
	background: linear-gradient(#ffffff, #efefef);
}
/*h3タグの左側の装飾*/
#main h3::first-letter {
	border-left: 3px solid #fe6634;
	 padding-left: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 20px 15px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}

/*ボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#main .list a {
	overflow: hidden;
	display: block;
	text-decoration: none;
}
/*ボックス１個あたりの設定（※３カラム時）*/
#main .list.c3 {
	float: left;
	width: 31%;
	margin-left: 1.5%;
	height: 230px;
	line-height: 1.4;
}
#main .list.c3 a {
	height: 230px;
}
/*マウスオン時設定*/
#main .list a:hover {
	background: #000000;
	color: #ffffff;
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	content: "→";
	position: absolute;
	right: 20px;
	top: 20px;
	background: #000000;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
#main .list a:hover::before {
	background: #000000;
}
/*ボックス内の画像設定*/
#main .list .img {
	width: 30%;
	float: left;
	margin-right: 10px;
}
/*ボックス内の画像設定（※３カラム時）*/
#main .list.c3 .img {
	width: 100%;
}
/*ボックス内のh4（見出し）タグ設定*/
#main .list h4 {
	padding: 5px 10px;
	font-size: 16px;
}
/*ボックス内のp（段落）タグ設定*/
#main .list p {
	padding: 0px 10px;
	font-size: 12px;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
#sub {
	float: right;
	width: 24%;
	padding-bottom: 50px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	text-align: center;
	padding: 10px 15px;
	color: #ffffff;
	background: #222222 url(../images/bg1.png);
	border-top: 4px solid #fe6634;
	margin-bottom: 1px;
}

/*subコンテンツ内のbox
---------------------------------------------------------------------------*/
#sub .box {
	padding: 10px;
	background: #c7c7c7;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) inset;
	margin-bottom: 20px;
	border-top: 4px solid #fe6634;
}
#sub .box h2 {
	border-top: none;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 20px;
}
#sub .box ul.submenu {
	margin-bottom: 0px;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;
	background: #222222;
	color: #ffffff;
	margin-bottom: 1px;
}
/*マウスオン時の背景色*/
#sub ul.submenu li a:hover {
	background: #444444;
}

/*サブコンテンツ内の一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;overflow: hidden;
	font-size: 11px;
	line-height: 1.2;
}
#sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;
	margin-bottom: 1px;
	background: #222222;
	color: #ffffff;
}
/*マウスオン時*/
#sub .list a:hover {
	background: #444444;
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	font-size: 13px;
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: left;
	width: 20%;
	margin-right: 5px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin: 0 auto 20px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}
footer a {
	color: #333333;
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #fe6634;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #efefef;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;
}
/*質問の設定*/
.faq dt {
	color: #fe6634;
	padding-top: 15px;
}
.faq dt a {
	color: #fe6634;
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	padding-bottom: 15px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #cccccc;
	padding: 10px 15px;
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #eeeeee;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*テーブル（ta2）
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #cccccc;
	padding: 5px 15px;
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	background: #eeeeee;
}
/*ta2の左側ボックス*/
.ta2 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta2 th img {
	width: 100%;
}

/*サイトマップリスト（sitemap）
---------------------------------------------------------------------------*/
#sitemap ul {
/*	list-style-type: square; 先頭記号を ■ */
	list-style-type:  disc;/*先頭記号を ● */
	padding-left: 40px;padding-bottom: 15px;}
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;
	background: linear-gradient(#ffffff, #eeeeee);
	font-size: 16px;
	border: 1px solid #cccccc;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #ffffff;
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #ffffff;
	background: #ff0000;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #ffffff;
	background: #006699;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #ff0000;
	color: #ffffff;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #222222;color: #ffffff;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #ff0000;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 200px;
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 30px 3%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.6);
	border-top: 1px solid #ffffff;
	width: 94%;
	height: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
	font-size: 20px;
	font-family: 'Anton';
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 5%;
	border-bottom: 1px solid #ffffff;
	background: #000000;
	color: #ffffff;
}
/*日本語の飾り文字*/
#menubar-s a span {
	font-size: 12px;
	padding-left: 15px;
	color: #999999;
	position: relative;bottom: 4px;
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 15px;
	right: 5%;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,.m-n {display: none;}

}



/*画面幅650px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:650px){

/*ボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定（※３カラム時）*/
#main .list.c3{
	float: none;
	width: auto;
	margin-left: 0;
	height: auto;
}
#main .list.c3 a {
	height: auto;
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	right: 10px;
	top: 10px;
	width: 20px;
	line-height: 20px;
	font-size: 10px;
}
/*ボックス内の画像設定（※３カラム時）*/
#main .list.c3 .img {
	width: 30%;
	float: left;
	margin-right: 10px;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.5;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 10px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}


/*画面幅400px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:400px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 200px;
}

}


/*スマホでＰＣ画面を見る設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
#viewport_sw a {
	display: block;
	text-align:center;
	padding: 3% 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-size: 4vw;
	position: fixed;
	bottom: 0;
	z-index: 200;
}

/*
---------------------------------------------------------------------------*/
/* htmに追加
	<!--表示切り替え-->
	<div id="viewport_sw"><a href="javascript:chg_viewport(null)">表示モード切り替え</a></div>
	<script src="js/viewport.js"></script>

