@charset "utf-8";



/*メニューで使うGoogle Fontsの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300&display=swap');


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #272727;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #E8E23F;	/*背景色*/
	/*background: #E8E23F;	/*背景色*/
	-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%;font-weight: normal;}
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: #272727;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #fff;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

.mgT10 {margin-top: 10px;}
.mgT20 {margin-top: 20px;}
.mgT30 {margin-top: 30px;}
.mgT40 {margin-top: 40px;}
.mgB10 {margin-bottom: 10px;}
.mgB20 {margin-bottom: 20px;}
.mgB30 {margin-bottom: 30px;}
.mgB40 {margin-bottom: 40px;}
.mgR10 {margin-right: 10px;}
.mgR20 {margin-right: 20px;}
.mgR30 {margin-right: 30px;}
.mgR40 {margin-right: 40px;}
.mgL10 {margin-left: 10px;}
.mgL20 {margin-left: 20px;}
.mgL30 {margin-left: 30px;}
.mgL40 {margin-left: 40px;}

.pdT10 {padding-top: 10px;}
.pdT20 {padding-top: 20px;}
.pdT30 {padding-top: 30px;}
.pdT40 {padding-top: 40px;}
.pdB10 {padding-bottom: 10px;}
.pdB20 {padding-bottom: 20px;}
.pdB30 {padding-bottom: 30px;}
.pdB40 {padding-bottom: 40px;}
.pdR10 {padding-right: 10px;}
.pdR20 {padding-right: 20px;}
.pdR30 {padding-right: 30px;}
.pdR40 {padding-right: 40px;}
.pdL10 {padding-left: 10px;}
.pdL20 {padding-left: 20px;}
.pdL30 {padding-left: 30px;}
.pdL40 {padding-left: 40px;}




/*トップページのボックス
---------------------------------------------------------------------------*/
#topcontents {
	min-height: 100%;
	/*background: url(../images/bg_s.png) no-repeat right top;	/*背景画像の読み込み。リピートせず、右側・上部に配置。（古いブラウザ用）*/
	overflow: auto;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 300px;	/*ロゴ画像の幅*/
	float: left;
}
/*ロゴ画像（※トップページ用の追加設定）*/
#top header #logo {
	width: 500px;	/*ロゴ画像の幅*/
}

/*メインメニュー（※トップページ以外）
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	text-align: center;	/*文字をセンタリング*/
	font-size: 12px;	/*文字サイズ*/
	padding-top: 60px;	/*ボックス内、上側に空ける余白*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	margin-left: 40px;	/*メニュー同士の余白*/
}
#menubar li a {
	text-decoration: none;
	display: block;
}
/*英語表記*/
#menubar span {
	font-size: 24px;	/*文字サイズ*/
	display: block;
	font-family: 'Julius Sans One', sans-serif;	/*Google Fontsの指定*/
}
/*現在表示中のメニューの設定*/
#menubar li.current a {
	color: #fff;	/*文字色*/
}
#menubar li.sns {
	font-size: 20px;
}



/*トップページのメニューブロック
---------------------------------------------------------------------------*/
#menubar-top {
	clear: left;
	width: 500px;	/*ブロック幅。ロゴの幅と合わせるといい。*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1;		/*行間*/
	text-align: center;	/*文字をセンタリング*/
	padding-top: 60px;	/*ボックス内、上側に空ける余白*/
}
/*トップページの英語表記*/
#menubar-top span {
	font-size: 40px;	/*文字サイズ*/
	display: block;
	padding-bottom: 10px;
	font-family: 'Julius Sans One', sans-serif;	/*Google Fontsの指定*/
}
#menubar-top ul {
	clear: both;
}
/*トップページのメニュー１個あたりの設定*/
#menubar-top li a {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
/*メニュー１個あたりのマウスオン時の設定（※トップページ用の設定）*/
#menubar-top li a:hover {
	letter-spacing: 0.2em;	/*文字間隔を少し広げる*/
}
/*メニュー１個あたりのマウスオン時の設定（※トップページ用の設定）*/
#menubar-top li.sns a  {
	font-size: 16px;
}
#menubar-top li.sns a i  {
	margin-right: 10px;
	font-size: 24px !important;
}

/*小さな端末用用メニューを表示させない
---------------------------------------------------------------------------*/
#menubar-s {
	display: none;
}

/*３本バーアイコンを表示させない
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 10px;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
h2 {
	padding-bottom: 60px;
	font-size: 52px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 1;
}


/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	font-size: 22px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	background: #aeaeae;	/*背景色（古いブラウザ用）*/
	background: url(../images/bg1.png) no-repeat right top, linear-gradient(#bcbcbc, #646730);	/*背景画像とグラデーション*/
	border-bottom: 1px solid #666;	/*メニュー下の線の幅、線種、色*/
	border-top: 4px solid #fff;	/*メニュー上の線の幅、線種、色*/
	color: #fff;	/*文字色*/

}
/*コンテンツのh3タグ内のspanタグ設定（色付き文字部分）*/
.contents h3 span {
	display: block;
	color: #E8E23F;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
}
/*コンテンツのh4タグの設定*/
.contents h4 {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	color: #333;	/*文字色*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
.contents h3 + p,
.contents h4 + p {
	margin-top: 0;
}

/*色付きタイプのコンテンツ
---------------------------------------------------------------------------*/
.contents.bg1 {
	background: #E8E23F;	/*背景色*/
	color:#333;				/*文字色*/
}
.contents.bg1 a {
	color:#333;	/*リンクテキストの色*/
}
/*h3タグ*/
.contents.bg1 h3 {
	color: #fff;	/*文字色*/
}
/*color1（強調色）*/
.contents.bg1 .color1 {
	color: #ff0000;	/*文字色*/
}
/*サービス用のlistボックス内のh5タグ*/
.contents.bg1 .list h5 {
	color: #333;	/*文字色*/
}
.contents.bg1 .list a:hover h5 {
	color: #E8E23F;	/*文字色*/
}
.contents.bg1 .list a:hover {
	background: #000;	/*背景色*/
	color: #E8E23F;	/*文字色*/
}


/*文中のリスト*/
.contents ul.textList li {
	padding-left: 2em !important;
	text-indent: -1em !important;
}
/*制作事例*/
.contents ul.sample {
	padding-left: 1em !important;
	display: flex;
	gap:30px 3%;
	flex-wrap: wrap;
}
.contents ul.sample li {
	width: 30%;
}
.contents ul.sample_print {
	padding-left: 1em !important;
	margin-bottom: 30px;
	display: flex;
	gap:30px 3%;
	flex-wrap: wrap;
}
.contents ul.sample_print li {
	width: 22%;
}
.contents ul.sample_print li.yoko {
	width: 44%;
}





/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	overflow: hidden;
	float: right;	/*右に回り込み*/
	width: 72%;		/*幅*/
}



/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
#news .list-column-container {
	display: flex;
	justify-content: space-between;	/*中のブロックの横並びの揃え方*/
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
	margin: 0 3%;
}
/*１カラムあたりの設定*/
#news .list-column {
	display: flex;
	flex-direction: column;			/*中のブロックを並べる向きの指定。これは縦に並べる意味。*/
	width: 32%;						/*ブロック幅*/
	margin-bottom: 20px;			/*ブロックの下に空ける余白*/
	background: #eae66e;				/*背景色*/
	color: #000;					/*文字色*/
	border-radius: 5px;				/*角丸の指定。ほんの少し角が丸くなります。*/
	overflow: hidden;				/*角丸から内容が飛び出ないよう、飛び出た部分を非表示にする指定*/
}
/*リンクテキストの文字色*/
#news .list-column a {
	color: #fff;
}
/*ボックス内のh5（見出し）タグ*/
#news .list-column h5 {
	margin-bottom: 20px;	/*下のテキストとの間に空けるスペース*/
	font-size: 130%;		/*文字サイズ*/
	line-height: 1.5;
}
/*ボックス内のp（段落）タグ*/
#news .list-column p {
	padding: 0;		/*余白のリセット*/
	line-height: 1.7;
}

/*「class="text"」を指定したブロック。テキストブロック。*/
#news .list-column .text {
	padding: 5%;			/*ブロック内の余白*/
	flex: 1 0 auto;
}
/*IEバグ対応*/
#news .list-column figure {
	min-height: 0%;
}

#news .list-column-container .list a.line {
	display: inline;
	text-decoration: underline;
}
#news .list-column-container .list a.line:hover {
	background: none;
	text-decoration: none;
	color: #000;
}


/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*ボックス内のh5（見出し）タグ*/
#contents .list-column h5 {
	margin-bottom: 0px;
}

/*ボックス内のボタン（共通）*/
.btn1 a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	text-align: center;			/*テキストをセンタリング*/
	padding: 10px 30px;			/*上下、左右へのボタン内の余白*/
	margin: 40px auto 0;		/*上、左右、下へのボックスの外側への余白*/
	color: #000 !important;
}
/*ボタンのマウスオン時（共通）*/
.btn1 a:hover {
	background: #000000;	/*背景色*/
	color: #E8E23F !important;
}
.left a {
	text-align: left !important;			/*テキストをセンタリング*/
	margin: 10px auto 0;		/*上、左右、下へのボックスの外側への余白*/
}
/*リンクを貼った際に出る「→」マーク*/
.left  {
	position: relative;
}

/*リンクを貼った際に出る「→」マーク*/
.left a::after {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	position: absolute;
	right: 30px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 26px;	/*ボックスの下から20pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
	background: #333;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ。50%にすると円になる。*/
}
.no a::after {
	display: none !important;	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
}
.noLink {
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	text-align: left !important;			/*テキストをセンタリング*/
	padding: 10px 30px !important;			/*上下、左右へのボタン内の余白*/
	margin: 10px 20px 20px;		/*上、左右、下へのボックスの外側への余白*/
	color: #000 !important;
}





/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
}
.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	margin: -20px;
}
/*マウスオン時の背景色*/
.list a:hover {
	background: #E8E23F;	/*背景色*/
	color: #000;			/*文字色*/
}
/*リンクを貼った際に出る「→」マーク*/
.list a::before {
	content: "→";	/*出力する文字。変更しても構いませんが機種依存文字は化けるので使わないで下さい。*/
	font-size: 12px;	/*文字サイズ*/
	display: block;
	position: absolute;
	right: 10px;	/*ボックスの右から10pxの場所に配置*/
	bottom: 20px;	/*ボックスの下から20pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
	background: #333;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ。50%にすると円になる。*/
}
/*ボックス内のh5タグ設定*/
.list h5 {
	font-size: 20px;	/*文字サイズ*/
	color: #fff;	/*文字色*/
}
.list a:hover h5 {
	color: #000;	/*マウスオン時*/
} 
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0 20px 0 0 !important;
	color: #666;
}
/*ボックス内の画像*/
.list figure img {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅*/
	height: auto;		/*高さ*/
	border: 1px solid #fff;
	border-radius: 8px;	/*角丸のサイズ*/
	margin-right: 20px;	/*画像右側にあけるスペース*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: left;	/*左に回り込み*/
	width: 24%;		/*幅*/
}
/*subコンテンツ内のh3タグ設定*/
.sub h3 {
	margin-bottom: 0;
	box-shadow: none;
	font-size: 16px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 15px;		/*ボックス内の余白*/
	border: 1px solid #fff;	/*メニューの線の幅、線種、色*/
	background: rgba(0,0,0,0.1);	/*背景色。0,0,0は黒のことで0.1は透明度10%のこと*/
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #fff;	/*上の線の線種、幅、色*/
	text-align: center;		/*文字をセンタリング*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #fff;	/*下の線の線種、幅、色*/
	border-left: solid 1px #fff;		/*左の線の線種、幅、色*/
	border-right: solid 1px #fff;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background: #E8E23F;	/*背景色*/
	color: #000;			/*文字色*/
}
/*h3直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h3 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #fff;	/*線の線種、幅、色*/
}
/*h3直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h3 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}
.sub ul.submenu a:hover {
	color: #fff !important;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #fff;	/*背景色*/
	color: #eee;		/*文字色*/
	font-size: 85%;		/*文字サイズ*/
}
footer p {
	padding: 40px 20px;
	text-align: center;
	color: #000;
	font-size: 130%;
}
footer a {
	color: #999;	/*リンクテキストの文字色*/
	text-decoration: none;
}
footer a:hover {
	color: #fff;	/*マウスオン時の文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
}
/*１行分の設定*/
#footermenu ul {
	display: flex;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 20px;
}
#footermenu ul li {
	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
}
#footermenu ul.bnr5 li {
	width: 20%;
}
#footermenu ul.bnr5 li img {
	max-width: 160px;
	max-height: 180px;
}
#footermenu ul.bnr3 li {
	width: 33%;
}
#footermenu ul.bnr3 li img {
	max-width: 240px;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}
#copyright a {
	text-decoration: none;
	color: #fff;	/*リンクテキストの文字色*/
}



/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #fff;	/*背景色*/
	color: #333;	/*文字色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*announcement設定*/
.announcement td {
	padding-left: 20px;
	}
.announcement td img {
	border-radius: 10px;
	}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
	padding-right: 10px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	margin-bottom: 50px;
	background: #222;	/*背景色*/
	color: #999;		/*文字色*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*角丸のサイズ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;
	color: #000;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #333;padding: 5px 10px;border-radius: 4px;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #fff;}
.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: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像（※トップページ用の追加設定）*/
#top header #logo {
	width: 300px;	/*ロゴ画像の幅*/
}

/*メインメニュー（※トップページ以外）
---------------------------------------------------------------------------*/
/*小さな端末用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	clear: left;
	border-top: 1px solid #fff;	/*上の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 50%;		/*メニュー幅*/
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 0;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
	border-right: 1px solid #fff;	/*右線の幅、線種、色*/
}
/*偶数番目のメニューの右側の線を消す*/
#menubar-s li:nth-child(even) a {
	border-right: none;
}
#menubar-s li.sns {
	float: left;	/*左に回り込み*/
	width: 25%;		/*メニュー幅*/
}
#menubar-s li.sns:nth-child(even) a {
	border-right: 1px solid #fff;	/*右線の幅、線種、色*/
}

/*トップページ以外で使っている大きな端末用用メニューを非表示にする
---------------------------------------------------------------------------*/
#menubar {
	display: none;
}

/*トップページのメニューブロック
---------------------------------------------------------------------------*/
#menubar-top {
	width: 300px;	/*ブロック幅。ロゴの幅と合わせるといい。*/
}
/*トップページの英語表記*/
#menubar-top span {
	font-size: 26px;	/*文字サイズ*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 28px;		/*上から28pxの場所に配置*/
	right: 2%;		/*右から2%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #fff;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}
#top #menubar_hdr {
	display: none;
}





/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: 50%;		/*半分の幅にする*/
	float: left;	/*左に回り込み*/
}
/*偶数番目のメニューの左のラインを消す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h3::before {
	float: right;	/*右に回り込み*/
	margin-top: 4px;
	font-size: 18px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	color: #000;
	border-radius: 50%;	/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
section#new h3.close::before {
		content: "＋";
}
/*マイナスアイコンの文字*/
section#new h3.open::before {
		content: "−";
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}
.fl-half{float:left;width:45%;margin-left:3%;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*トップページのボックス。
---------------------------------------------------------------------------*/
#topcontents {
	min-height: auto;
	background: none;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像（※トップページ用の追加設定）*/
header #logo {
	width: 100% !important;	/*ロゴ画像の幅*/
}

/*トップページのメニューブロック
---------------------------------------------------------------------------*/
#menubar-top {
	width: auto;
}

/*制作事例*/
.contents ul.sample {
	padding-left: 0 !important;
	display: block;
}
.contents ul.sample li {
	width: 100%;
	margin-bottom: 20px;
}
.contents ul.sample_print {
	padding-left: 0 !important;
	display: block;
	margin-bottom: 0;;
}
.contents ul.sample_print li {
	width: 73%;
	margin-bottom: 20px;
}
.contents ul.sample_print li.yoko {
	width: 100%;
	margin-bottom: 20px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 20px 10px;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
h2 {
	padding-bottom: 20px;
	font-size: 40px;
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	font-size: 16px;	/*文字サイズ*/
	padding: 5px 10px;	/*上下、左右への余白*/
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 10px;
}
.list a {
	padding: 10px;
	margin: -10px;
}
/*ボックス内のh5タグ設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}


/*１カラムあたりの設定*/
#news .list-column {
	width: 49%;						/*ブロック幅*/
}




/*地図*/
#access iframe {
	height: 400px;
}


/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/

/*１行分の設定*/
#footermenu ul {
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}
#footermenu ul li {
	text-align: center;
	padding-right:0;
	padding-left: 0;
}
#footermenu ul.bnr5 li {
	width: 100%;
}
#footermenu ul.bnr5 li:first-child img,
#footermenu ul.bnr5 li:nth-child(2) img,
#footermenu ul.bnr3 li:nth-child(2) img {
		padding-bottom: 20px;
}

#footermenu ul.bnr5 li img {
	max-width: 120px;
	max-height: 160px;
}
#footermenu ul.bnr3 li {
	width: 100%;
}
#footermenu ul.bnr3 li img {
	max-width: 240px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
	
/*announcement設定*/
.announcement td {
	padding-left: 10px;
	}
	

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.fl-half{float:none;width:100%;margin-left:0;}

}
