html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #464646;
/*	background: #f0f0f0;*/
	background: #fff;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #999;
}

p {
	line-height: 1.4;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration:  line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table, .tbl {
	width: 100%;
	display: table;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, textarea, select, button {
	vertical-align: middle;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #464646;
}
input, textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 90%;
}
textarea {
	font-size: 90%;
}
.tbl-row {
	display: table-row;
}
.tbl-cell {
	display: table-cell;
	vertical-align: top;
}
table th {
	font-weight: normal;
}

select.selectbox {
	padding: 5px;
	border: 1px solid #ccc;
}
/*----------------------------------------*/
/* 共通設定
/*----------------------------------------*/
.wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

header {
	padding: 0 0 15px;
//	background: #123a61;
	background: #fff;
	color: #464646;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0 1px 6px #ddd;
	height: 100%;
	height: 64px;
	z-index: 20;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
header #id_header_logo,
header #id_header_navi {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}
header #id_header_logo img {
	width: 160px;
}
header #id_header_navi {
	text-align: right;
}
#id_header_navi span {
	display: none;
}
header #id_header_navi ul {
	display: inline-block;
}
header #id_header_navi ul li {
	display: inline-block;
	padding: 0 12px 0 0;
}
header #id_header_navi ul li:last-child {
	padding: 0;
}
header #id_header_navi ul li a {
	color: #464646;
}

.main {
	margin-top: 64px;
}

h1 {
	padding: 10px 10px 2px;
	font-size: 60%;
	background: none;
	font-weight: normal;
	color: #123a61;
}
h2 {
	text-align: center;
	color: #328fd6;
	font-size: 180%;
	margin-bottom: 10px;
}
.main_image {
	background: url(../img/main2.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 540px;
}
.prom {
	margin-top: 30px;
	background: url(../img/main_img.jpg) no-repeat;
	background-position: center top -70px;
	background-size: cover;
	height: 540px;
}

.main_image .wrap,
.main_image .tbl {
	height: 100%;
}
.main_image .tbl-cell {
	text-align: center;
	vertical-align: middle;
}

.main_image .main_comment {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	min-width: 300px;
	margin: 0 auto;
	z-index: 10;
	width: 30vw;
	height: 200px;
	box-sizing: border-box;
	color: #fff;
}
.main_image .main_comment:after {
	content: "";
	background: #328fd6;
	display: inline-block;
	min-width: 300px;
	height: 200px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	top: -34px;
	width: 30vw;
	opacity: 0.6;
}
.main_image .main_comment p span {
	font-size: 80%;
}
.main_image .main_comment strong {
	display: block;
	font-size: 200%;
	margin: 0 0 20px;
}
.main_image .btn {
	text-align: center;
}
.main_image .btn a,
.inq_list span.confirm,
#id_inq_confirm_cont button,
#id_inq_send_cont button {
	display: inline-block;
	max-width: 180px;
	width: 40%;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	padding: 15px 0 12px;
	background: #28a745;
	border: 1px solid #28a745;
	border-bottom: 2px solid #2e8a43;
	color: #fff;
	cursor: pointer;
}
.main_image .btn a.regist:hover {
	background: #3eb058;
	border-color: #3eb058;
	border-bottom-color: #439656;
}
.main_image .btn a.inq,
.inq_list span.confirm,
#id_inq_confirm_cont button#id_send {
	background: #f5e539;
	border-color: #f5e539;
	border-bottom-color: #b5b03e;
	color: #464646;
	margin-left: 10px;
}
/*
.inq_list a.chat_room {
	background: #328fd6;
	border-color: #328fd6;
	border-bottom-color: #246fa8;
	color: #fff;
}
*/
.inq_list a.customer_room,
.inq_list a.store_room {
	display: inline-block;
	color: #328fd6;
	text-decoration: underline;
}
.inq_list a.customer_room {
	margin: 20px 0 0 !important;
}
.inq_list a.store_room {
	margin: 10px 0 0 !important;
}
.inq_list a {
	font-size: 100%;
	text-align: center;
	margin: 0;
}
.main_image .btn a.inq:hover,
.inq_list span.confirm:hover,
#id_inq_confirm_cont button#id_send:hover {
	background: #f7ea61;
	border-color: #f7ea61;
	border-bottom-color: #d8d468;
}

.regist_flow {
	margin: 40px 0;
}
.regist_flow strong {
	font-size: 110%;
}
#id_store_setting .regist_flow strong {
    color: #2a84c8;
}
#id_customer_setting .regist_flow strong {
    color: #f90;
}
#id_customer_setting {
	display: none;
}
.content ul.list li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.content ul.list li:last-child {
	border: none;
}
.content ul.list dt,
.content ul.list dd {
	line-height: 1.6;
	font-size: 90%;
}
.content ul.list dt {
	font-size: 120%;
	font-weight: bold;
}
.content ul.list dd {
}

.content ul.inquiry li {
	float: left;
	display: inline-block;
	border: none;
	margin: 0;
	width: 49%;
	text-align: left;
}
.content ul.inquiry li:first-child {
	width: 100%;
	margin-bottom: 8px;
}
.content ul.inquiry li:first-child input {
	float: none;
	width: 49%;
}
.content ul.inquiry li:nth-child(2) {
	margin: 0;
}
.content ul.inquiry li:last-child {
	margin-left: 2%;
}

.inquiry_text {
	margin: 15px 0 20px;
}


.icon {
	margin: 20px 0 25px;
}
.icon div {
	float: left;
	display: inline-block;
	width: 54px;
	height: 54px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	top: 0;
	border: 4px solid #123a61;
	margin-right: 20px;
}
.icon div:last-child {
	margin: 0;
}
.icon div span {
	position: absolute;
	left: -3px;
	display: inline-block;
	width: 60px;
	font-size: 90%;
	top: 64px;
}
.icon div#id_audio_status {
	background: url(../img/mic2.svg) no-repeat, #fff;
	background-size: 40px;
	background-position: center;
}
.icon div#id_camera_status {
	background: url(../img/camera2.svg) no-repeat, #fff;
	background-size: 40px;
	background-position: center;
}
.icon div#id_video_status {
	background: url(../img/video.svg) no-repeat, #fff;
	background-size: 40px;
	background-position: center;
}

.icon div#id_chat_status {
	background: url(../img/msg_icon2.png) no-repeat, #fff;
	background-size: 30px;
	background-position: center;
}

.tab {
	margin: 60px 0 30px;
	text-align: center;
}
#store_setting,
#customer_setting {
	display: inline-block;
	padding: 15px 20px;
	font-size: 90%;
	background: #ccc;
	color: #464646;
	width: 170px;
	box-sizing: border-box;
	cursor: pointer;
}
#customer_setting {
	margin-left: 15px;
}
.tab #store_setting:hover,
.tab #store_setting.act {
	background: #2a84c8;
	color: #fff;
}
.tab #customer_setting:hover,
.tab #customer_setting.act {
	background: #f90;
	color: #fff;
}
#id_store_setting dl dt,
#id_customer_setting dl dt {
	text-align: center;
}

.inq_list {
	margin-top: 15px;
}
.inq_list dt {
	border-left: 3px solid #328fd6;
	padding-left: 5px;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
}
.inq_list dd p {
	line-height: 1.6;
	font-size: 90%;
}

.inq_list dd #err div {
	margin-bottom: 15px;
	border: 2px solid #f78d8d;
	padding: 10px;
	text-align: left;
	background: #fff;
}
.inq_list dd #err div p {
	color: #f76161;
	font-size: 80%;
}
.inq_list dd #err div p:before {
	content: "・";
}
.content .company span.company_name {
	display: block;
	font-size: 140%;
	margin-bottom: 15px;
}

.inq_list ol {
	margin-top: 8px;
	text-align: left;
	list-style-position: outside;
	padding-left: 1.2em;
}
.inq_list ol li {
	font-size: 80%;
	line-height: 1.4;
}

iframe html body {
	background: none !important;
}

footer {
	padding: 30px 10px;
/*	background: #C7E1D3;
	background: #e5eff9;*/
	background: #123a61;
	color: #fff;
}
footer ul {
	float: left;
}
footer ul li {
	display: inline-block;
	font-size: 90%;
	margin-left: 10px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer ul li:first-child {
	margin-left: 0;
}
footer p.copyright{
	float: right;
}

/*----------------------------------*/
/*----------------------------------*/
.cont {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.odd {
/*	background: #f5f5f5;*/
	background: #e5eff9;
}

.content {
	padding: 80px 0;
}

.cont_margin {
	margin-top: 20px;
}
.cont_margin .tbl-cell {
	width: 50%;
	box-sizing: border-box;
}
.company .tbl-cell:first-child,
.cont_margin .tbl-cell:first-child {
	padding-right: 10px;
}
.company .tbl-cell:last-child,
.cont_margin .tbl-cell:last-child {
	padding-left: 10px;
}
.cont_margin .tbl-cell dd {
	text-align: center;
}
.cont_margin .tbl-cell a {
	margin: 20px 0 0;
}

#id_inq_confirm {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 30;
}

#id_inq_confirm:after {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background: #000;
	opacity: 0.6;
}
#id_inq_confirm_cont,
#id_inq_send_cont {
	width: 90%;
	max-width: 500px;
	max-height: 80vh;
	position: absolute;
	top: 10%;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 31;
	box-sizing: border-box;
}
#id_inq_confirm_cont p,
#id_inq_send_cont p {
	text-align: center;
	font-size: 120%;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #328fd6;
}


#id_inq_send_cont p {
	font-size: 100%;
	margin-bottom: 40px;
	padding-top: 40px;
	border: none;
}

#id_inq_confirm_cont dl {
	margin-top: 15px;
}
#id_inq_confirm_cont dl dt,
#id_inq_confirm_cont dl dd {
	line-height: 1.4;
	font-size: 90%;
}
#id_inq_confirm_cont dl dt {
	margin-bottom: 5px;
	border-top: 1px dotted #999;
	padding-top: 10px;
	font-weight: bold;
}
#id_inq_confirm_cont dl dd {
	margin-bottom: 20px;
}

#id_inq_confirm_cont dl dd#message div {
	overflow: auto;
	max-height: 150px;
}

#id_inq_confirm_cont dl dt:before {
	content: "■";
}

#id_inq_confirm_cont .btn,
#id_inq_send_cont .btn {
	text-align: center;
}

#id_inq_confirm_cont button,
#id_inq_send_cont button {
	width: 140px;
}

#id_inq_confirm_cont button[name=prev],
#id_inq_send_cont button[name=send_prev] {
	background: #ccc;
	border-color: #ccc;
	border-bottom-color: #b5b5b5;
	color: #fff;
}

#id_inq_send_cont {
	display: none;
	top: 20%;
}

#map {
	height: 300px;
}
span#mailadd:before {
	content: "infoapps@";
}

#page-top {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 65px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: url(../img/arr_up.png) no-repeat, #464646;
	background-position: center;
	cursor: pointer;
}
@media(max-width:1200px) {
	.main_image {
		background: url(../img/main2.jpg) no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 340px;
	}
	.prom {
		background: url(../img/main_img.jpg) no-repeat;
		background-position: center top -70px;
		background-size: cover;
		height: 340px;
	}
	.main_image .main_comment,
	.main_image .main_comment:after {
		width: 50vw;
	}
	.main_image .main_comment {
		top: 170px;
	}
	.main_image .main_comment strong {
		font-size: 180%;
	}
}
@media(max-width:760px) {
	.content {
		padding: 40px 0;
	}
	.main_image {
		background: url(../img/main2.jpg) no-repeat;
		background-position: center bottom;
		background-size: 760px;
		height: 260px;
	}
	.prom {
		background: url(../img/main_img.jpg) no-repeat;
		background-position: center top -20px;
		background-size: 760px;
		height: 260px;
	}
	.tab {
		display: none;
	}
	#id_store_setting,
	#id_customer_setting {
		display: block;
	}
	#id_store_setting li {
	}
	#id_customer_setting {
		border-top: 1px dotted #999;
	}
}
@media(max-width:667px) {
	header #id_header_navi ul li a {
		font-size: 90%;
	}
	h2 {
		margin-bottom: 0;
	}
	.main_image .main_comment,
	.main_image .main_comment:after {
		width: 80vw;
	}
	.main_image .main_comment {
		top: 120px;
	}
	.main_image .main_comment:after {
		top: -27px;
		height: 190px;
	}
	.content ul.list dd {
		line-height: 1.4;
		font-size: 80%;
	}
	.cont_margin .tbl,
	.cont_margin .tbl-cell {
		display: block;
		width: 100%;
	}
	.cont_margin .tbl-cell {
		margin-top: 20px;
	}
	.cont_margin .tbl-cell:last-child {
		margin-top: 40px;
	}
}
@media(max-width:600px) {
	header #id_header_navi {
	}

	header #id_header_logo,
	header #id_header_navi {
		vertical-align: top;
	}
	header #id_header_navi span {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../img/menu.png) no-repeat;
		background-size: 30px;
		background-position: top right;
		cursor: pointer;
	}

	header #id_header_navi ul {
		display: none;
		position: fixed;
		width: 100vw;
		top: 64px;
		left: 0;
		z-index: 2;
	}

	header #id_header_navi ul:after {
		content: "";
		position: fixed;
		top: 64px;
		left: 0;
		background: #000;
		opacity: 0.8;
		height: 100vh;
		width: 100vw;
		z-index: -1;
	}
	header #id_header_navi ul li {
		background: #fff;
		width: 50%;
		border-bottom: 1px solid #ddd;
		text-align: left;
		padding: 0;

	}
	header #id_header_navi ul li:first-child {
		border-top: 1px solid #ddd;
	}
	header #id_header_navi ul li a {
		padding: 15px;
		width: 100%;
		display: block;
		font-size: 90%;
	}

	.company .tbl, .company .tbl-cell {
		display: block;
		margin-bottom: 20px;
	}
	.company .tbl-cell:first-child,
	.cont_margin .tbl-cell:first-child {
		padding-right: 0;
	}
	.company .tbl-cell:last-child,
	.cont_margin .tbl-cell:last-child {
		padding-left: 0;
	}
	footer {
		padding: 15px 0;
	}
	footer ul,
	footer p.copyright {
		float: none;
		display: block;
		text-align: center;
	}
	footer p.copyright{
		margin-top: 10px;
	}

}

@media(max-width:414px) {
	header {
		height: 56px;
	}
	header #id_header_navi ul,
	header #id_header_navi ul:after {
		top: 56px;
	}
	header #id_header_logo img {
		width: 120px;
	}
	.main {
		margin-top: 56px;
	}
	h2 {
		text-align: center;
		font-size: 180%;
		margin-bottom: 0;
	}
	.content ul.inquiry li:nth-child(2) {
		margin-top: 1%;
		width: 100%;
	}
	.content ul.inquiry li:last-child {
		margin: 2% 0 0 0;
		width: 100%;
	}
	.content ul.inquiry li:nth-child(2) input,
	.content ul.inquiry li:last-child input {
		width: 60%;
	}
	#id_inq_secd_cont button,
	#id_inq_confirm_cont button {
		width: 80px;
	}
}

