@charset "utf-8";


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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	
	font-size: 1em;	/*文字サイズ*/
	line-height: 1.6em;		/*行間*/
	background: #fff;	/*背景色*/
	-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: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #0057ff;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 96%;
	max-width: 1074px;
	margin: 0 auto;
	padding: 0 2%;
}

/*ヘッダー
---------------------------------------------------------------------------*/

header {
	width: 100%;
    height: 60px;
} 
header .inner {
	max-width: 1074px;
	width: 96%;
}
/*ロゴ画像*/
header #logo {
	width: 250px;	/*ロゴ画像の幅*/
	float: left;	/*左に回り込み*/
	margin-top: 5px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}
header a {
	color: #FFF;
    text-decoration: none;
}
header a:hover {
	opacity: 0.5;
    color: #FFF;
}


@media (max-width: 767px) {
header {
	width: 100%;
	position: fixed;
	z-index: 995;
	background-color: #ffffff;
}
#menubar_hdr {
	z-index: 999;
	}
.mainimg {
	padding-top: 60px;
	
	}
header .inner {
	height: 60px;
}
header #logo {
	width: 200px;
	float: left;
	margin-top: 10px;
}
}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		
	margin-top: 20px;	
	padding: 0 0 5 0;	
	text-align: center;
}
/*TEL*/
.tel {
	font-size: 1.2em;		/*文字サイズを大きく*/
	font-weight: 700;
}
.tel i{
	font-size: 1.3em;		/*文字サイズを大きく*/
	font-weight: 700;
    color: #009fe6;
    vertical-align: middle;
}

.tel i.textW{
	font-size: 1.4em;		/*文字サイズを大きく*/
	font-weight: 700;
    color: #fff;
}
/*フォームバナー*/
.tel span {
	font-size: 0.8em;	/*文字サイズを小さく*/

	font-weight: normal;
    margin: 0 0 0 0.5rem;
    padding: 5px;
    background-color:#009fe6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	position: relative;z-index: 1;
	background: linear-gradient(#fff, #f4f4f4);	/*グラデーション*/
	border-top: 1px solid #dcdcdc;		/*メニュー上の線の幅、線種、色*/
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
    margin: 0 0 3px 0;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.6%;	/*メニュー幅。*/
}
#menubar li a {
	display:  block;
    font-size: 1.0em;
	text-decoration: none;
	text-align: center;
	line-height: 40px;	/*メニューの高さ*/
	padding-top: 3px;	/*下のブロックの「border-bottom」と「bottom」の数字と合わせる。*/
}
/*下線のアニメーション設定*/
#menubar li::after {
	transition: 0.3s;	/*0.3秒かけてアニメーション実行。*/
	content: "";
	display: block;
	border-bottom: 3px solid #009fe6;	/*下線の幅、線種、色。上のブロックの「padding-top」と、下の行の「bottom」の数字と合わせる。*/
	position: relative;left: 0px;bottom: -3px;	/*bottomの数字は上のブロックの「padding-top」と、上の行の「border-bottom」の数字と合わせる。※マイナス記号は残したまま。*/
}
#menubar li:hover::after,#menubar li.current::after {
	bottom: 0px;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*トップページメイン画像
---------------------------------------------------------------------------*/
.mainimg {
    max-width: 1074px;
    width: 100%;
    margin: 0 auto;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 20px 0;	/*上下、左右に空けるボックス内の余白*/
}
/*コンテンツのh2タグの設定*/
.contents h2 {
	clear: both;
	font-size: 20px;    /*文字サイズ*/
    font-weight: 600;
	line-height: 1.4;	/*行間*/
	margin: 10px auto 30px auto;
	padding: 8px 20px;	/*上下、左右への余白*/
    background: #fff;
	border-bottom: 2px solid #009fe6;	/*メニュー下の線の幅、線種、色*/
	border-top: 2px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
    border-right: 2px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
    border-left: 2px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	border-radius: 6px;
}
/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
.contents h2 span {
	color: #009fe6;
}
/*コンテンツのh3タグの設定*/
.contents h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	border: 2px solid #dcdcdc;	/*線の幅、線種、色*/
	background: #fff;
    border-radius: 6px;
    font-weight: 400;
}
.contents h3 span {
	color: #2c3dcf;
}
/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -10px;
}

.omoi {
    width: 58%;
    margin: 0 1% 0 1%;
    float: left;
    } 
p.name {
    text-align: right;
    padding-bottom: 0px;
}
p.headtitle {
    
    padding-top: 10px;
    font-weight: 700;
}


section#new {
    float: left;
    width: 38%;
    margin: 0 1% 0 1%;
}

.seimitsu {
    float: left;
    width: 48%;
    margin: 0 1% 0 1%;    
}
.seimitsu img{
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.tsuyomi {
    float: left;
    width: 23%;
    margin: 0 1% 0 1%;    
}
.tsuyomi h3 {
    text-align: center;
    font-weight: 600;
}

.tsuyomi img {
    width: 100;
    margin: 0 auto 10px auto;
}

@media (max-width: 767px) {
.omoi {
    width: auto;
    margin: 0;
    float: none;
    } 
    
section#new {
    float: none;
    width: auto;
    margin: 0;
}
.seimitsu {
    float: none;
    width: auto;
    margin: 0;    
}
.seimitsu img{
    float: none;
    width: auto;
    margin: 0 auto 10px auto;
}

.tsuyomi {
    float: none;
    width: auto;
    margin: 0;    
}
	p.name {
    text-align: right;
    padding-bottom: 20px;
}

}

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

/*保有車両ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 21%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
    border-radius: 6px;
    background-color: #ffffff;
}

.sharyopu02 .list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 21%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
    background-color: #ebebed;
    border-radius: 6px;
}

.jirei02 .list03 {
	position: relative;
	overflow: hidden;
	float: left;		/*
	width: 29.2%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: none;	/*枠線の幅、線種、色*/
	margin: 0 1% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	text-align: center;
}

.list03 .img {
	width: 100%;		/*幅*/
	height: auto;		/*高さ*/
	margin: 0 auto 10px auto;
    border-radius: 4px;
}
.list03 h4 {
    font-size: 0.9em;
    font-weight: 100;
    color: #fff;
    
}

.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 1%;	/*ボックス内の余白*/
	margin: -1%;
}
/*マウスオン時の背景色*/
.list:hover {
	box-shadow: none !important;	/*ボックスの影をなくす設定*/
}

/*ボックス内右側のテキストパーツ*/
.list .text {
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
	overflow: hidden;	/*高さを超えると非表示になる*/
}
/*ボックス内右側のテキストパーツ（商品ボックス１カラム時）*/
.list.c1 .text {
	height: auto;
	overflow: auto;
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 1.0em;
	padding: 0px;
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px !important;
}
/*ボックス内の画像*/
.list .img {
	width: 100%;		/*幅*/
	height: auto;		/*高さ*/
	margin: 0 auto 10px auto;
    border-radius: 4px;
}
/*各ボックスの設定（商品ボックス１カラム時）*/
.list.c1 {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
/*ボックス内のh4タグ（商品ボックス１カラム時）*/
.list.c1 h4 {
	margin-bottom: 10px;
}
/*ボックス内の画像（商品ボックス１カラム時）*/
.list.c1 .img {
	width: 20%;		/*幅*/
	height: auto;	/*高さ*/
}
/*mainブロック内のボックス設定*/
.main .list {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);	/*ボックスの影*/
}

.sharyouTtl01 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.8em;
	text-align: center;
	margin: 15px auto 10px auto;
}

.tokushu .tokushu01 {
    width: auto;
    border: 1px solid #666;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 0 15px 15px 15px;
}

.dtokushu02 {
    max-width: 750px;
    width: 100%;
    margin: 30px auto 15px auto;
}
.dtokushu02 img {
    width: 100%;
}

/*    横幅767ピクセル以下に適用    */

@media(max-width:767px) {
	.sharyouTtl01 {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.8em;
	text-align: left;
	margin: 15px auto 10px auto;
}
	
    .jirei02 .list03 {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 46%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: none;	/*枠線の幅、線種、色*/
	margin: 0 1% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	text-align: center;
}

}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: left;	/*左に回り込み*/
	width: 24%;		/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 0;
	box-shadow: none;
	font-size: 16px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 15px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

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

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #009fe6;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	font-size: 1.0em;
}

#footermenu .fontsize14 {
	font-size: 1.4em;
	font-weight: 700;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 23%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}
#footermenu ul.xsnone {
	float: left;	/*左に回り込み*/
	width: 23%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}


/*    横幅767ピクセル以下に適用    */

@media(max-width:767px) {
	#footermenu ul {
	float: none;	/*左に回り込み*/
	width: 94%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	margin: 0 auto;
}
	#footermenu ul.xsnone {
	display: none;	
	}
    }
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
    
	padding-left: 0px;
	margin-bottom: 15px;
	overflow: auto;	
}
/*日付設定*/
#new dt {
    font-size: 0.85em;
	float: left;
    padding-top: 8px;
	width: 7em;
	color: #666;
	letter-spacing: 0em;
}
/*記事設定*/
#new dd {
	padding: 8px 0 8px 7em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #0057ff;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #0057ff;	
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 90%;
	margin: 0 auto 20px;
    border-radius: 10px;
    font-size: 1.0em;
}
.ta1 {
	border: 2px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
    background-color: #FFF;
}
.ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
    background-color: #ebebed;
    font-weight: 600;
}
.ta1 td {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
    background-color: #FFF;
    list-style: none;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 1.1em;	/*文字サイズ*/
    font-weight: 600;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

@media (max-width: 767px){
.ta1 th{
  width: auto;
  display:block;
  border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
    background-color: #ebebed;
    font-weight: 600;
    text-align: left;
  
}
.ta1 td{
  width: auto;
  display: list-item;
  border-top: none !important;
}
}/* end */

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 10px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 0.8em;	/*文字サイズ*/
	background: #666;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;	/*幅*/
	line-height: 1.3;	/*高さ*/
	border-radius: 5px;	/*角丸のサイズ*/
    padding: 10px;
	margin-bottom: 10px;
}
/*マウスオン時*/
#pagetop a:hover {
	opacity: 0.5 ;
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」〜のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	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: #FFF;
	background: #069;
	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: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0057ff;}
.bg1 {background: #f6f5f2;}
.bg2 {background: #d7d7d7;}
.bg3 {background: #b3b3b3;}
.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;}



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

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

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
	padding-top: 60px;
    position: fixed;
    z-index: 999;	
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;		/*メニュー幅*/
    font-size: 1.0em;
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 20px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
    background-color: #fff;
}

/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;
	top: 10px;
	right: 2%;
	width: 20px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 10px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
    border-radius: 5px;
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;			/*バー同士の余白*/
}

/*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 h2::before {
		float: right;	/*右に回り込み*/
		margin-top: 0px;
		font-size: 14px;	/*文字サイズ*/
		background: #fff;	/*背景色*/
		border-radius: 50%;	/*角丸のサイズ*/
		width: 25px;		/*幅*/
		line-height: 25px;	/*高さ*/
		text-align: center;	/*文字をセンタリング*/
		border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
		box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
section#new h2.close::before {
		content: "＋";
}
/*マイナスアイコンの文字*/
section#new h2.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;}

}

.hr {
border-top: 1px dashed #8c8b8d;  
}

.textBlue {
	color: #1323b2;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 #pageTop i {
	font-size: 1.6em;
	padding-top: 2px;
	padding-right: 8px;
}

 #pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 #pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.blue {
    color: #1c2787;
}

.padTop15 {
    padding-top: 15px;
}

.marTop15 {
    margin-top: 15px;
}




/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
	
	#company,#recruit,#sharyou,#privacy02,#jirei {
		padding-top: 60px;
	}

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 45%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
}

.sharyopu02 .list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 45%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
}
	
	

/*ボックス内の画像*/
.list .img {
	width: 80%;		/*幅*/
	height: auto;
}

}



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

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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 200px;	/*ロゴ画像の幅*/
	margin-top: 10px; /*ロゴの上にあける余白*/
}

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

/*Serviceページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 98%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
}

.sharyopu02 .list {
	position: relative;
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 98%;			/*ボックス幅*/
	padding: 1%;		/*ボックス内の余白*/
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	margin: 0 0.8% 10px;		/*上、左右、下へのボックスの外に空けるスペース*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-align: center;
}
	
/*ボックス内の画像*/
.list .img {
	width: 94%;		/*幅*/
	height: auto;
}

/*１つ目のメニュー*/
.list:first-of-type {
	border-top: 1px solid #dcdcdc;
}
/*リンクを貼った際に出る「→」マーク*/
.list a::before {
	right: 0px;	/*ボックスの右から0pxの場所に配置*/
	width: 20px;	/*幅*/
	line-height: 20px;	/*高さ*/
}
/*ボックス内のp(段落)タグ設定*/
.list a p {
	padding-right: 40px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: auto;
	float: none;
}
/*偶数番目のメニューの左のラインを戻す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: 1px solid #ccc;
}

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

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

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

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

}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
max-width: 767px;
height: 100%;
margin: 10px 0 20px 0;
}
}
