@charset "UTF-8";
body	{
	text-align:left;
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background: ivory;
}

/*--- 特別パッケージ用(2017.8.23) ---*/
div.stephead {
	display:block;
	font-size:24px; font-weight:bold;
	background:url(/kiji2/userfiles/Image/tubenavi/stephead.jpg) no-repeat left top;
	height:24px;
	min-width:100px;
	padding:5px 0 20px 50px;
}

/*---- オリジナル（ここから） -----*/
hr.hr-top {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
img	{border-style: none;}
input ,select {
	vertical-align:
	middle; padding-left: 5px
}
input[type=radio] {width: 20px; height: 15px}
/* 入力モード切り替え */
.mode1 {ime-mode: active;}   /* 全角モード */
.mode2 {ime-mode: inactive;} /* 半角モード */
a:hover {color:deeppink;}
/* ログインボタン・ロールオーバ */
input.loginBtn:hover,a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
	background:#fff;
}
div.spc0 {
	content: "";
	display: block;
	clear: both
}
div.spc5 {
	height: 5px;
}
div.spc10 {
	height: 10px;
}
div.spc15 {
	height: 15px;
}
/* ガイダンス */
div.guidance {
	margin: 30px auto;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 10px 0 0;
}
/*------------*/
/*--- 全般 ---*/
/*------------*/
div.entry, div.entry2, div.entry3 {
	padding:0 5px
}
div.entry input, div.entry2 input, div.entry3 input {
	vertical-align:middle;
}
div.entry table, div.entry2 table, div.entry3 table {
	border-collapse: collapse;
	border: solid 1px #ddd;
	font-size:12px;
	line-height:16px;
	text-align: left;
	margin:0 5px 0 0;
}
div.entry table td, div.entry2 table td, div.entry3 table td
div.entry table th, div.entry2 table th, div.entry3 table th {
	padding: 10px 6px;
	border: solid 1px #ddd;
}
div.entry table td, div.entry2 table td, div.entry3 table td {
	color: #000;
	background-color: #FFF;
}
div.entry table th, div.entry2 table th, div.entry3 table th	{
	background: #eee;
	color: #303030;
	font-weight: normal;
}
div.entry table th	{text-align: center}
div.entry2 table th, div.entry3 table th	{text-align: right}
div.entry2 table th	{width: 110px}
div.entry3 table th	{width: 120px}
div.entry table td input, div.entry2 table td input, div.entry3 table td input {
	text-align: left;
	color: #555;
	font-size: 1em;
	height: 26px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.th01	{width: 50px}
.th02	{width: 50px}
.th03	{width: 30px}
.th04	{width: 100px}
.th05	{width: 100px}
.th06	{width: 345px}
.td01	{text-align: center}
.td02	{text-align: center}
.td03	{text-align: right}
.td04	{text-align: center; font-size:10px}
.td05	{text-align: center}
.td06	{text-align: left}
div.entry2 table td	{width: 603px}
div.entry2 table td input, div.entry2 table td textarea, div.entry2 table td select	{
	border-style: solid;
	border-color:#D4FFFE;
	border-width: 2px;
	background-color: #fff;
}
div.entry2 table td input[type=text], div.entry2 table td input[type=password]	{width: 95%}
#pref	{
	padding:5px 10px;
	width: auto;
}
div.entry3 table td	{width: 580px}
textarea {line-height: 16px}
#tpc_title	{width: 96.6%}
#tpc_text, #res_text, #com	{width: 95%}
/* 必須事項マーク */
.must	{
	color: red;
	font-weight: bold;
}
.comment	{color:#888; font-size: 12px}
.logout {
	padding: 100px 0;
	text-align: center;
	color: red;
	font-weight: bold;
}
textarea {
	color: #555;
	padding: 5px;
	font-size: 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* 確認ボタン */
#submitArea{
	margin: 0;
	padding: 10px 0 10px 80px;
}
.submitBtn {
	padding:9px 9px 9px 22px;
	width:auto;	
	height:38px;
	background-color:#f1f1f1;
	background:url(/kiji2015/images/submitBtn_mark.png) no-repeat 5px 52%,-webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(220,220,220)),
	color-stop(1, rgb(255,255,255))
	);

	background:url(/kiji2015/images/submitBtn_mark.png) no-repeat 5px 52%,-moz-linear-gradient(
	center bottom,
	rgb(220,220,220) 0%,
	rgb(255,255,255) 100%
	);
}
.submitBtn {
	border:1px solid #6B94ED;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;

	color:#000;
	font-size:12px;
	text-align:center;
	cursor: pointer;
}
.submitBtn:hover,.submitBtn:active {
	color: #000;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#cancelBtn,#cancelBtn_single {
	min-width: 70px;
	padding:9px;
	background-image:none;
	background:-webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(220,220,220)),
	color-stop(1, rgb(255,255,255))
	);
	background:-moz-linear-gradient(
	center bottom,
	rgb(220,220,220) 0%,
	rgb(255,255,255) 100%
	);
}
#cancelBtn,#submitBtn2 {
	margin-left:20px;
}
/* サンプル表示 */
.sample {
	font-weight: normal;
	color: #808080;
}

/* エラーメッセージ */
.errmsg {
	text-align: left;
	font-weight: bold;
	color: red;
	line-height: 1.6em;
}

/* 左側スペース */
.leftspc {padding-left: 20px;}

/* Google Map */
.googlemap {
	width: 740px;
	height: 400px
}
/* 追加ジャケット */
.jacket1, .jacket2  {
	width:32%;
	float:left;
}
.jacket1 {padding:0}
.jacket2 {padding:0 0 0 2%}

.jacket1 img, .jacket2 img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/*----------------*/
/*--- ログイン ---*/
/*----------------*/
div.entry4 {margin: 0 auto}
div.login {
	margin: 10px 30px;
	font-size: 12px;
	line-height: 16px;
	width: 225px;
	padding: 6px 15px 13px;
	text-align: left;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	background-color: #FAFAFA;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left
}
div.entry4:after	{
	content: "";
	display: block;
	clear: both
}
/*--- ログインボタン ---*/
div.btnLogin {
	padding: 18px 0 0 17px;
}
/*--- 会員登録ボタン ---*/
div.regist {
	margin: 10px 0 0 2px;
}
/*--- 会社概要 ---*/
/*
div.company {
	background-image: url("/images/omp_mini.png");
	background-repeat: no-repeat;
	background-position: 560px 5px;
	background-size:145px auto;
}*/
div.company table td {
	background-color:transparent;
}
div.company-logo {
	position: absolute;
	left: 570px;
	top: 145px;
}
div.company-logo img {
	width: 130px;
}
/*----------------------*/
/*--- ログイン者表示 ---*/
/*----------------------*/
div.nickname {
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	padding: 3px;
	text-align: left;
}
div.login_disp {
	padding: 0 0 5px;
}
hr.dotted {
 	border:none;
    border-top:dashed 1px #808080;
    height:1px;
    color:#FFF;
    margin: 5px 0;
}
.title_disp {
    position: relative;
    color: #ffffff;
    background: #1e75e9;
    font-size: 20px ;
    border: 3px solid #464fcd;
	width: 720px;
    margin: 10px 5px 23px 0;
    padding: 10px 0 10px 20px;
    border-radius: 3px;
    box-shadow:1px 3px 7px 0px  #666666 ;
}
.title_disp:after, .title_disp:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.title_disp:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #1e75e9;
}
.title_disp:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #464fcd;
}
.res1 {
	font-size: 14px;
	line-height: 20px;
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
	background:#fff url("./images/res_back1.jpg") left top repeat-x;
    border:4px solid #1E75E9;
    margin: 15px 15px 0 60px;
    border-radius: 10px ;
	width:620px;
}
.res1:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	z-index: -1;
	background: #1E75E9;
	right: -20px;
	top: -20px;
}
.res1:after {
	content: '';
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 25px;
	z-index: -1;
	background: #ffffff;
	right: -25px;
	top: -40px;
}
.res2 {
	font-size: 14px;
	line-height: 20px;
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
	background:#fff url("./images/res_back2.jpg") left top repeat-x;
    border:4px solid #999;
    margin: 15px 60px 0 15px;
    border-radius: 10px ;
	width:620px;
}
.res2:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	z-index: -1;
	background: #999;
	left: -20px;
	top: -20px;
}
.res2:after {
	content: '';
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 25px;
	z-index: -1;
	background: #ffffff;
	left: -25px;
	top: -40px;
}
.tantou	{
	width:50%;
	float:right;
	text-align:left;
}
/*----------------------*/
/*--- ケーススタディ ---*/
/*----------------------*/
.title_disp2 {
	color: #ffffff ;
	background: #FF729E;
	font-size: 16pt ;
	line-height: 1;
	margin:10px 5px 30px 0;
	padding: 12px 5px 8px 30px;
	box-shadow:1px 3px 7px 0px #666666 ;
	border-bottom:3px solid #ff0000;
	border-radius: 5px ;
	width: 710px;
}
.ques,.answ {
    margin: 12px 5px 5px 10px;
    padding:5px 0 5px 70px;
    text-align:left;
/*	width:auto;*/
	min-height: 50px;
	line-height: 20px;
}
.ques {
	background:#fff url("/images/q_back.gif") left top no-repeat;
}
.answ {
	background:#fff url("/images/a_back.gif") left top no-repeat;
}
.catebox {
	width:711px;
	padding: 0;
	padding:15px 15px 5px;
	margin-bottom:10px;
	border: 2px solid #464fcd;
}
.catebox:after	{
	content: "";
	display: block;
	clear: both
}
ul.cat_list {
	float: left;
	margin: 0;
	padding: 0;
	width: 237px;
	list-style-type:none;
}
ul.cat_list li	{
	width: 237px;
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align:top;
}
ul.cat_list li a  {
	display: block;
}
hr.dotted2	{
 	border:none;
    border-top:dashed 1px #808080;
    height:1px;
    color:#FFF;
    margin: 5px 0;
}
#main, #keywords	{
	padding: 5px;
	text-align: left;
	color: #555;
	font-size: 1em;
	height: 26px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-style: solid;
	border-color:#D4FFFE;
	border-width: 2px;
	background-color: #fff;
}
#keywords	{width: 670px}
/*---- オリジナル（ここまで） -----*/

/* サイト名 */
.logo {float: left;}
.logo img {width:40px;}
.site {
	float: left;
	padding: 10px 0 0 5px;
/*	background-image: url("/images/omp_mini.png");
	background-repeat: no-repeat;
	background-size:40px auto;*/
}
.site h1 a	{
	color: #000000;
	text-decoration: none
}
.site h1	{
	margin: 0;
	font-size: 30px
}

/* ヘッダー画像 */
.topimg	{
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}

/* キャッチコピー */
.catch	{
	margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 24px
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{
	position: absolute;
	top: 7%;
	left: 3%
}

/* 概要 */
.gaiyou a	{
	display: block;
	background-color: #222;
	color: #fff;
	text-align: center;
	text-decoration: none
}
.gaiyou a:hover	{
/*	opacity: 0.8;*/
	box-shadow: 0 0 10px #AAA
}
.gaiyou i	{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 38px
}
.gaiyou .product01{
	background: #222 url(images/productlp.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product02{
	background: #222 url(images/product01.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product03{
	background: #222 url(images/product03.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product04{
	background: #222 url(images/product04.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product05{
	background: #222 url(images/product02.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product06{
	background: #222 url(images/product06.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product07{
	background: #222 url(images/product07.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product08{
	background: #222 url(images/product08.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product09{
	background: #222 url(images/product05.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product10{
	background: #222 url(images/product10.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product11{
	background: #222 url(images/product11.jpg?20210301) no-repeat center top;
	height: 100px;
}
.gaiyou .product12{
	background: #222 url(images/product12.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .product99{
	background: #222 url(images/tunecore.jpg) no-repeat center top;
	height: 100px;
}
.gaiyou .fa-heart{background-color: #c58839}
.gaiyou .fa-print{background-color: #859f46}
.gaiyou h1	{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal
}
.gaiyou p	{
	color: #222;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFF0;
	font-size: 12px
}

/* お知らせ */
.news	{
	padding: 20px;
	border: solid 5px #dddddd
}
.news h1	{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666
}
.news ul	{
	margin: 0;
	padding: 0;
	list-style: none
}
.news li a	{
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.news li a:hover	{background-color: #eeeeee}
.news time	{
	color: #888888;
	font-weight: bold
}
.news a:after	{
	content: "";
	display: block;
	clear: both
}
.news time	{
	float: left;
	width: 110px
}
.news .text	{
	float: none;
	width: auto;
	margin-left: 110px
}

/* SNSメニュー */
.follow ul	{
	margin: 0;
	padding: 0;
	list-style: none
}

.follow li a	{
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none
}
.follow li a:hover	{opacity: 0.8}
.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #3A5795}
.follow-gp	{background-color: #f65d4a}

.follow i	{
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle
}

/* 補足説明 */
.follow-info	{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center
}
.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}
.fplan		{background: #FFDEAE url(images/fplan.png) no-repeat 3% center;}
.studiops	{background: #000 url(images/studiops.png) no-repeat 3% center;}
.utakichi	{background: #00A79B url(images/utakichi.png) no-repeat 3% center;}
.chouchou	{background: #F55 url(images/chouchou.png) no-repeat 3% center;}
.brains		{background: #97FDFF url(images/brains.png) no-repeat 3% center;}
.himekuriya	{background: #F9EB21 url(images/himekuri.png) no-repeat 3% center;}
.infopot	{background: #0071B8 url(images/infopot.png) no-repeat 3% center;}
.koumuten	{background: #FFF url(images/koumuten.png) no-repeat left center;}
.ameblo		{background: #FFF url(images/ameblo.png) no-repeat left center;}
.stamp		{background: #01B901 url(images/linestamp.png) no-repeat 3% center;}
.links {padding-left: 50px}
.color222 {color: #222}
.colorFFF {color: #FFF}
.spacer { height: 20px}
/* コピーライト */
.copyright p	{
	margin: 0;
	color: #666666;
	font-size: 14px
}

/* BOX5をバーの形にする */
.box5	{
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #dddddd
}
.box5:after	{
	content: "";
	display: block;
	clear: both
}
.box51	{
	padding-top: 4px;
	width: 270px;
	float: left;
}
.box52	{
	margin: 0;
	padding: 0;
	width: calc(100%-270px);
	float: right;
}
.box52 a	{
	display: inline-block;
	padding:0 2px;
	font-size: 10px;
	text-decoration: none;
}

/* ボックスの左右 */
.boxA, .box4, .box5, .box6, .box71, .box72	{
	padding-left: 15px;
	padding-right: 15px
}
/* ボックスの上下 */
.boxA	{
	padding-top: 5px;
/*	padding-bottom: 5px;*/
}
.box4	{
	padding-top: 20px;
	padding-bottom: 20px
}
.box4-1	{padding-bottom: 20px}
.box6, .box8 {padding-top: 10px}
.box6-1, .box6-2, .box6-3, .box6-4, .box6-5, .box6-6, .box6-7, .box6-8, .box6-9, .box6-10, .box6-11, .box6-12, .box8-1, .box8-2	{
	margin-bottom: 10px;
	border: solid 1px #bbb;
}
.box8 {width: 1140px; margin:0 auto; clear:both}
.box8-1 {width:calc(50% - 10px); float: left}
.box8-2 {width:calc(50% - 10px); float: right}
.halfimg {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}

/* 各ページのサブタイトル */
.box71{
	background-color: #090;
	margin: 0;
	padding: 0
}
.box72{
	background-color: #c58839;
	margin: 0;
	padding: 0
}
.box7-1	{padding: 10px 10px 0 0}

/* サブタイトルのアイコンとタイトル名を横に並べる設定 */
.box71-inner:after, .box72-inner:after	{
	content: "";
	display: block;
	clear: both
}
.box7-1	{
	float: left;
	width: 30px;
	font-size: 24px;
	margin: 0;
	padding: 10px 15px;
	color: #ffffff
}
.box7-2	{
	float: left;
	width: auto;
	margin: 0;
	padding: 10px 0 10px;
	color: #ffffff
}
.box7-2 h1 {
	font-size: 24px;
	margin: 0;
	padding: 0
}

/* ########### 1140px以下 ########### */
@media (max-width: 1140px) {
.box8 {width: 100%}
}
/* ########### 767px以下 ########### */
@media (max-width: 767px) {
/* キャッチコピー */
.catch	{
	padding: 5px 10px;
	font-size: 18px
}

/* トグルボタン */
#menubtn	{
	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}
#menubtn:hover	{background-color: #dddddd}
#menubtn:focus	{outline: none}
#menubtn i	{
	color: #888888;
	font-size: 18px
}
#menubtn span	{
	display: inline-block;
	text-indent: -9999px
}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}
.menu ul	{
	margin: 0;
	padding: 0;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.menu li a:hover	{background-color: #eeeeee}
.title_disp, .title_disp2	{width: auto}
.th_mail	{font-size: 10px}
#keywords	{width: calc(100% - 80px)}
.res1, .res2	{width: calc(100% - 110px)}
.catebox	{
	width: auto;
	margin-right: 5px
}
div.guidance {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 0 5px
}
div.entry2 table td	{width: 463px}
div.entry2 table input[type=text], div.entry2 table td input[type=password]	{width: 95%}
/* Google Map */
.googlemap {
	width: 600px;
	height: 300px
}
.box51	{clear: both}
.box52	{
	float: left;
	clear: both
}
.box4-1 {display: none}
.box4-2 {clear:both}
.box6:after	{
	content: "";
	display: block;
	clear: both
}
.box8 {
	width:calc(100% - 30px);
	padding: 10px 15px 0;
}
.box6-1,.box6-3,.box6-5,.box6-7,.box6-9,.box6-11,.box8-1 {
	float: left;
	width: calc(48% - 2px);
	margin-right: 4%
}
.box6-2,.box6-4,.box6-6,.box6-8,.box6-10,.box6-12,.box8-2 {
	float: left;
	width: calc(48% - 2px)
}
div.company-logo {
	position: absolute;
	left: 430px;
	top: 180px;
}
}
/* ########### 599px以下 ########### */
@media (max-width: 599px) {
/* ナビゲーション */
.menu li a	{
	padding: 10px 7px;
	font-size: 11px
}

/* キャッチコピー */
.catch	{
	padding: 5px 10px;
	font-size: 12px
}
/* 表の列（登録日、カテゴリ）を非表示に */
.th04, .th05, .td04, .td05	{display: none}
.th01, .th02 {font-size: 10px}
.hizuke {font-size: 10px}
.mail01	{display: none}
/*div.entry2 table th	{font-size:10px}*/
div.entry2 table td	{width: 213px}
div.entry2 table input[type=text], div.entry2 table td input[type=password]	{width: 95%}
/* Google Map */
.googlemap {
	width: 350px;
	height: 300px
}
div.company-logo {
	position: absolute;
	left: 380px;
	top: 180px;
}
}

/* ########### 510px以下 ########### */
@media (max-width: 510px) {
.box6-1,.box6-3,.box6-5,.box6-7,.box6-9,.box6-11,
.box6-2,.box6-4,.box6-6,.box6-8,.box6-10,.box6-12,
.box8-1,.box8-2	{
	width: calc(86% - 2px);
	margin: 0 7% 10px;
}
}
/* ########### 450px以下 ########### */
@media (max-width: 450px) {
.box6-1,.box6-3,.box6-5,.box6-7,.box6-9,.box6-11,
.box6-2,.box6-4,.box6-6,.box6-8,.box6-10,.box6-12,
.box8-1,.box8-2	{
	width: calc(100% - 2px);
	margin: 0 0 10px;
}
}
/* ########### 359px以下 ########### */
@media (max-width: 359px) {
/* サイト名 */
#submitArea{padding-left: 0}
.res1, .res2 {width: 200px}
.ques,.answ {padding:5px 0 5px 50px;}
div.entry2 table td	{width: 164px}
/* Google Map */
.googlemap {
	width: 300px;
	height: 250px
}
.logo img {width:35px;}
.site {
	padding: 12px 0 0 5px;
}
.site h1	{font-size: 24px}

}
/* ########### 768px以上 ########### */
@media (min-width: 768px) {
/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}
.menu ul	{
	margin: 0;
	padding: 0;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.menu li a:hover	{background-color: #eeeeee}
.menu ul:after	{
	content: "";
	display: block;
	clear: both
}
.menu li	{
	float: left;
	width: auto
}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after, .box2:after	{
	content: "";
	display: block;
	clear: both
}
.box1	{
	float: left;
	width: auto
}
.box2	{
	float: right;
	width: auto
}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{
	content: "";
	display: block;
	clear: both
}
.box4-1	{
	float: left;
	width: 66%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.box4-2	{
	margin-left: 2%;
	float: left;
	width: 32%
}

/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{
	content: "";
	display: block;
	clear: both
}
.box6-1,.box6-2,.box6-4,.box6-5,.box6-7,.box6-8 	{
	float: left;
	width: calc(32% - 2px);
	margin-right: 2%
}
.box6-3,.box6-6,.box6-9	{
	float: left;
	width: calc(32% - 2px)
}
.ques, .answ	{width: 670px}
hr.dotted2	{width: 740px}
}
/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
/* 全体の横幅を固定 */
.box3, .box4, .boxA, .box50, .box6, .box71-inner, .box72-inner, .entry, .entry2, .entry3, .entry4	{
	width: 1140px;
	margin-left: auto;
	margin-right: auto
}
div.company-logo {
	position: absolute;
	left: 50%;
	top: 180px;
}
}
