/*
Theme Name: MINT2023
Description:造幣局オリジナルテンプレート2023
Author:造幣局
*/

/* CSS Document */
@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #333;		/*全体の文字色*/
	line-height: 1.6;		/*行間*/
	text-underline-offset: 3px;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}

#none ul.lnone li {
	margin: 1px;
	list-style-type: none;
	padding: 0px;
	text-indent: -13px;
}

#none ul.lnone li ul {
	margin: 1px 1px 1px 10px;
	padding: 1px 1px 1px;
}	
#none ul.lnone li ul li {
	margin: 1px;
	padding: 0px
}	
/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}
/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*文字色*/
	transition: 0.3s;
}

#content-main a {
/*color: #007766;*/
	color: #0c5b50;	/*文字色*/
	transition: 0.3s;
}
.kids #content-f,#content-f {
  margin: 0 auto;
  width: 100%;
}
a:hover {
	color: #d70101;	/*マウスオン時の文字色*/
}

ul.black-disc li{
	list-style: disc;
	margin-left: 15px;
}
/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#head_inner,.foot_inner,#contents ,#content_top,.mainimg{
	max-width: 1180px;				/*最大幅。これ以上広がらないように。後半の大きな端末用の「#menubar > ul」と数字を揃える。*/
	margin: 0 auto;
	height: 100%;
overflow: hidden;
}
.mainimg img {
width: 1180px;
}
#container {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 85px;
}
.page-title {
font-size: 2rem;
margin-top: 20px;
}
/*ロゴ画像*/
header #logo {
	line-height: 0;margin: 0;
	width: 200px;		/*ロゴ画像の幅*/
	float:left;
}
ul.sub_nav_menu {
	font-size:80%;
	list-style: none;
	margin-right:50px;
}
ul.sub_nav_menu li{
	padding:2px 7px;
}


/*FONTサイズ*/
ul#textresizer span.textresizer-active {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}
ul#textresizer li span {
	display: block;
	text-align: center;
	cursor: pointer;
}
.error {
  color: #9D342C;
}
ul#textresizer {
	font-size:.8rem;
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	flex: 0 0 auto;
}
ul#textresizer li {
	list-style: none;
	line-height: 1;
	padding: 5px;
	margin: 3px;
}
#s_size {
	font-size:.8rem;
	background: #fff;
	color: #666;
	border: 1px solid #666;
}
#m_size {
	font-size:1rem;
	background: #fff;
	color: #666;
	border: 1px solid #666;
}
#l_size {
	font-size:1.2rem;
	background: #fff;
	color: #666;
	border: 1px solid #666;
}
.sub_nav ul,.sub_nav ul li{
	float:left;
}

/*検索窓*/

.search_container{
	position: relative;
	box-sizing: border-box;
	border: 1px solid #666;
	display: block;
	padding: 0 10px;
	border-radius: 3px;
	height: 2em;
	overflow: hidden;
	margin-top: 5px;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
	width: 340px;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-family: FontAwesome;
	border: none;
	background: #666;
	color: #fff;
	position: absolute;
	width: 3em;
	height: 2.0em;
	right: 0px;
	top: -6px;
	outline: none;
	font-size: 1.2em;
}
#head-right {
  width: 490px;
  float: right;
}
ol {
	margin-left: 40px;
}

header .head-right {
	float:right;
}
header .head-left {
	float:left;
}
.comp_no {
	font-size:80%;
}
/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 28px;		/*上からの配置場所指定*/
	right: 20px;	/*右からの配置場所指定*/
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	cursor: pointer;
	background: url(img/ham.png) no-repeat center top/50px rgba(255,255,255,0.8) ;/*背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定*/
}
/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: url(img/ham.png) no-repeat center bottom/50px;
}


/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
#menubar ul {
	list-style: none;margin: 0;padding: 0;
	font-size:90%;
}

/*メニュー1個あたりの設定*/
#menubar ul a {
	display: block;
  padding: 10px;
}

#menubar ul a ul a {
	display: block;
/*text-decoration: none;*/
	padding: 10px 10px;	/*上下、左右へのメニュー内の余白*/
}

/*マウスオン時のメニュー色*/
#menubar > ul > li > a:hover {
	filter: brightness(1.2);	/*少しだけ明るくする*/
}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
/*
a.ddmenu::before {
	font-family: "FontAwesome";
	content: "\f078";
	font-weight: bold;
	margin-right: 1em;
}
*/


/*メニューの設定
---------------------------------------------------------------------------*/
#menubar {height: 0px;overflow: hidden;}

/*小さな端末用のメニューブロック*/
#menubar.db {
	position: fixed;overflow: auto;z-index: 99;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 20px;				/*上下、左右へのメニューブロック内の余白*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
	transition: all 0.5s 0s ease;/*transitionの記述を追加*/
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar .ddmenu_parent ul {display: none;}

/*ドロップダウンメニュー1個あたりの設定*/
#menubar .ddmenu_parent ul a {
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
}
.sub {
display: none;
}
/*マウスオン時*/
#menubar .ddmenu_parent ul a:hover {
	background: #fafafa;	/*背景色*/
	color: #d70101;			/*文字色*/
}
/*pankuzuブロック
---------------------------------------------------------------------------*/
div#pankuzu ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
font-size:0.85rem
}
div#pankuzu a:visited {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}



/*フッターメニュー設定
---------------------------------------------------------------------------*/

/*ボックス全体の設定*/
#footermenu,#footermenu2 {
	padding: 20px 0;		/*ボックス内の余白*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
}
#footermenu2 {
  text-align: center;
}
/*ulタグ（メニューの列単位）*/
#footermenu_bg {
	background: #ddd;
}
#footermenu ul {
	margin: 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
}
#foot-nav {
	font-size:90%;
	margin: 0 auto;
}
#foot-nav li{
	display:block;
	float:left;
	padding:0 6px;
}
/*title*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	padding-bottom: 5px;	/*下に空けるスペース*/
	padding-right:15px;
	float:left;
	display:block;
}
#footermenu .address {
	padding-bottom: 5px;	/*下に空けるスペース*/
	float:left;
	display:block;
}

footer h1 {
	position: relative;
	display: inline-block;
	padding: 0 40%;
	font-size: 1.2rem;
	margin-top: 30px;
	white-space: nowrap
}

footer h1:before {
  left:0;
}
footer h1:after {
  right: 0;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
margin-top: 50px;
}
footer small {font-size: 100%;}

#footcopy {
	font-size: 0.9rem;
	background: #ddd;
	text-align: center;
	padding: 20px;
}

/*著作部分*/
footer .pr {display: block;}


#sakura #footermenu_bg,#sakura #footcopy {
  background: #ffe8f3;
}

/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 5px 0;					/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}


/*サービスページ（listブロック）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*listボックス。１個あたりのボックスの指定です。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	background: #111;				/*背景色。*/
	color: #fff;					/*文字色*/
	padding: 20px;					/*ボックス内の余白*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.1は色が10%出た状態。*/
	border-radius: 10px;			/*角を丸くする指定*/
	overflow: hidden;
}

/*listボックス内のfigure画像*/
.list figure {
	margin: -20px -20px 0;	/*上の余白部分を埋めて画像を大きくするような指定です*/
}

/*listボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;			/*上下、左右へのh4の外側に空けるスペース*/
	font-size: 1.2em;		/*文字サイズを120%に*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする。太字がいいならこの１行を削除。*/
}

/*listボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 0.7em;	/*文字サイズを70%に。*/
}

/*IE対策*/
.list div {
	min-height: 0%;
}








/*アイコン
---------------------------------------------------------------------------*/
/*アイコンの共通設定*/
.icon {
	display: inline-block;
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
/*	background: #999;	背景色。iconクラスだけ適用した場合に出る色です。*/
	color: #fff;		/*文字色*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-radius: 3px;	/*角を丸くする指定*/
	margin-right: 3px;	/*アイコンが並んだ際に間にとるスペース*/
	width: auto;
	height: auto;
}

/*NEWアイコン*/
.newicon {
	background: #e82600;	/*背景色*/
}

/*option1アイコン*/
.option1 {
	background: #e80068;	/*背景色*/
}

/*option2アイコン*/
.option2 {
	background: #009def;	/*背景色*/
}


/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}

/*大きな画像のボックスの中の画像*/
#item-image img {
	width: 100%;
}

/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
}

.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}


/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	color: #fff;			/*文字色*/
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 10px 20px;		/*上下、左右へのボタン内の余白*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: linear-gradient(#d70101,#b60000);/*背景グラデーション*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	filter: brightness(1.2);	/*少しだけ明るくする*/
	cursor: pointer;
}

/*listブロック内でのボタン*/
.list .btn a, .list .btn input {
	margin-top: 10px;	/*上にスペースを空ける*/
	display: block;		/*横幅いっぱいに広げる*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;			/*太字に*/
	padding: 10px 5px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #333;			/*背景色*/
	color: #fff;				/*文字色*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #f7f7f7;	/*背景色*/
}


/*製品FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "FontAwesome";	/*Font Awesome4を使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #d70101;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 40px;		/*右からの配置場所指定*/
	bottom: 80px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #d70101 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}

.data-table table td strong{ margin:0;}
table td ul.category-index{ margin:15px; }

.category-index li {
	background: url(../img/arr_cusor.gif) no-repeat scroll left 1em transparent;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #CDCDCD;
}
.category-index li.hide{
	background:none;
	border:none;
}
.category-index.data li {
	clear: both;
	overflow: auto;
}
.category-index.data li span.list-item {
	display: block;
	width: 80%;
	float: left;
}
.category-index.data li span.list-date {
	float:right;
	display: block;
	width: 20%;
text-align: right;
}
.category-index li a{
}
.category-index li a:hover{
	color:#cc0000;
}
.category-index li a:visited{
	color:#000080;
}
.category-index li ul{
	margin-left:20px;
	margin-bottom: 20px;
}
.category-index li li{
	background: url(../img/list_cir.gif) no-repeat scroll left 7px transparent;
	padding-left: 10px;
	line-height: 1.5;
	border-bottom:none;
	margin-top: 10px;
	padding: 0 0 0 10px;
}



/*---------------------------------------------------------------------------
ここから下は画面幅480px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
img {
	max-width:100%;
}
/*ヘッダーブロック*/
header {
	flex-direction: column;	/*ロゴと電話番号を縦並びにする*/
}
.mb_eng {
	position: absolute;
	top: 2px;
	right: 5px;
}
#flex-block {
display: inline-block;
width: 100%;
}
/*電話番号ブロック*/
header address {
	margin-right: 0px;
}
.sub_nav ,.search{
	display:none;
}
.spnone {
  display: none;
}
.tabletnone {
  display: none;
}
table.scroll{
overflow-x: scroll;

}

/*メニュー１個ごとに入れる線*/
#menubar .ddmenu_parent ul li a {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけ消す*/
}

/*最初のドロップダウンにのみ上の線を入れる*/
#menubar .ddmenu_parent ul li:first-of-type a {
	border-top: 1px solid #ccc;
}
#menubar ul a {
	background: linear-gradient(#f7f4f4, #f1d8d8);
}
ul.subnabi li {
	width:50%;
	float: left;
	text-align: center;
}
#menubar ul {
	clear: both;
}
.search_container {
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 10px 0;
}
.search_container input[type="submit"] {
	background: #fff;
	color: #000;
}
#textfield {
	color: #fff;
	background: rgba(0,0,0,0);
}
footer h1 {
	position: relative;
	display: inline-block;
	padding: 0 25%;
	font-size: 1.0rem;
	left: 2%;
}

#footermenu {
	display: none;
}
#footermenu2 {
	padding: 1%;
	display: block;
	clear: both;
}
#footermenu .address ,#footermenu .title{
	float: none;
}
#footermenu_bg {
	float: left;
	width: 100%;
}
#foot-nav li {
	display: block;
	float: left;
	width:48%;
	padding:2%;
	margin:1%;
	background:#fff;
	font-size:0.85rem;
	text-align:center;
}
#footcopy {
	padding: 10px 0;
	float: left;
	width: 100%;
}
footer {
  margin-top: 0;
}
.search_container{
	width: auto;
}

.scroll table{
width:100%;
}
/*テーブル横スクロール*/
.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
  @media (min-width: 810px){
		.pcnone {
		  display: none;
		}
	}
  @media (min-width: 481px) and  (max-width: 768px){

	main#column3 #content-main {
	  width: 73%;
	  float: left;
	  margin-left: 2%;
	  flex-grow: 1;
	}
	main#column2 div#content-main {
	width: 73%;
	margin-left: 2%;
	}
	main#column1 #content-f {
	width: 100%;
	}
	div#banner-right {
	  display: none;
	}
	table.table01 img {
	width:100%;
	}
	main#column2 div#banner-left,
	main#column2 div#banner-right,
	main#column3 div#banner-left,
	main#column3 div#banner-right {
	width: 25%;
	}
}
  @media (min-width: 481px) and  (max-width: 768px){
#banner-top img {
width: 150px;
}
		#menubar ul a {
		  font-size: .8em;
		}
		div#banner-right {
		  float: right;
		  margin-left: 10px;
		}
		div#banner-left img,div#banner-right img {
		  width:100%;
		}
		#top_category .btn-circle-flat a {
		  padding-top: 110px;
		}
/*
main#column3 #content-f {
width: 430px;;
}
main#column2 #content-f {
width: 600px;;
}
main#column1 #content-f {
width: 810px;;
}
*/
		div.entry_cont {
		  margin-bottom: 10px;
		}
	}
/*---------------------------------------------------------------------------
ここから下は画面幅481px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:481px) {
		div#banner-right .banner-list a img,div#banner-left .banner-list a img {
		width:100%;
		}
#menubar ul li.even a{
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
	.top_bana img {
	width:90%;
	}
.pcnone,.search_sp {
	display: none !important;
}
/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	/*font-size: 18px;	基準となるフォントサイズの上書き*/
}


/*fixmenu。大きな端末で、メインメニューが画面上部についた時のスタイル。
---------------------------------------------------------------------------*/
/*
.fixmenu{
	position: fixed !important;z-index: 100;
	left:0px;top:0px;
	width: 100%;
}
*/
/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*電話番号ブロック*/
header address {
	margin-right: 0px;
}
/*pankuzuブロック
---------------------------------------------------------------------------*/
div#pankuzu {
	padding: 20px 0px;
	overflow: hidden;
}

/*menubar
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}
#menubar ul a {
  display: block;
  padding: 0 10px;
  margin: 10px 0;
}
/*メニューのボックス全体の設定（※変更不要）*/
#menubar {
height: auto;
overflow: visible;
box-shadow: 0px 3px 3px grey;
background: #fff;
position: relative;
z-index: 10;
}
#menubar.db {position: static;overflow: visible;height: auto;padding: 0;}

/*ドロップダウンに影響させない為。*/
#menubar > ul {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	max-width: 1180px;				/*最大幅。これ以上広がらないように。前半の小さな端末用の「#container」と数字を揃える。*/
	margin: 0 auto;
}

/*メニュー１個あたりの設定*/
#menubar li {
	text-align: center;	/*テキストをセンタリング*/
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ddmenu ulの幅となる基準を作っておく*/
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
#menubar ul ul {
	position: absolute;
	z-index: 100;
	width: 200%;
}

/*メニュー１個ごとに入れる線*/
#menubar .ddmenu_parent ul li a {
text-align:left;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけ消す*/
	padding: 10px;
	margin: 0;
}

/*最初のドロップダウンにのみ上の線を入れる*/
#menubar .ddmenu_parent ul li:first-of-type a {
	border-top: 1px solid #ccc;
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/

/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.9em;		/*文字サイズを90%に。*/
	text-align: center;		/*文字をセンタリング*/
	border-radius: 3px;		/*角を少しだけ丸くする*/
	margin-right: 1.2em;	/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.5;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「求人情報」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #f32218;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*サービスページ（listブロック）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}

/*listボックス。１個あたりのボックスの指定です。*/
.list {
	width: 49%;	/*ボックスの幅*/
}


/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	width: 80%;
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}