@CHARSET "UTF-8";

/*----------------------------------------------------------------------------------------------------------------------
 設問 style
----------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------
 ボタンタイプ
---------------------------------------------------*/

#content {
	width: 95%;
	/* max-width: 640px; */
	max-width: 723px;
	margin: 0 auto;
}


.queTitleMark {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}


.queGroupTitle {
	position: relative;
	left: 0px;
	margin: 10px 0;
	font-size: large;
	font-weight: bold;
}

.sectionSubTitle {
	width: 100%;
	margin: 10px auto 30px auto;
}



/* 設問スタイル */
.questionBox {
	position: relative;
	width: 95%;
	margin: 0 auto;
}


.enqTextStyleN {
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	padding: 20px;
	margin: 10px 0;
	font-size: 16px;
}


.enqTextStyleS {
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	padding: 20px;
	margin: 10px 0;
	font-size: 16px;
}


.questionMark {
	position: absolute;
	top: 5px;
	left: 0px;
}


#bottomBtnArea {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}


.helpMess {
	position: absolute;
	left: 0px;
	width: 100%;
	/* background-color: rgb(250, 242, 234); */
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	line-height: 1.6;
	z-index: 400;
	padding: 10px;
	border-radius: 10px;
	/* border: 2px solid rgb(250, 250, 230); */
	border: 1px solid #ccc;
	font-size: 14px;
	box-sizing: border-box;
}

.helpMessBoxChk {
	position: relative;
	width: 728px;
	margin: 0 auto;
}

.helpMessChk {
	position: absolute;
	top: 0;
	left: 0;
	width: 704px;
	/* background-color: rgb(250, 242, 234); */
	background-color: rgb(255, 255, 255);
	color: #000000;
	line-height: 1.6;
	z-index: 400;
	padding: 10px;
	border-radius: 10px;
	/* border: 2px solid rgb(250, 250, 230); */
	border: 1px solid #ccc;
	font-size: 14px;
}

.answerBox {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}


.ansItemBox {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 50%;
	margin: 0 10px;
}

.answerBox2 {
}


.ansNonActiveItem {
	display: inline-block;
}

.activeBorder {
	position: absolute;
	width: 24%;
	height: 120px;
	background-color: #ff7575;
	animation: animeMove 0.5s ease;
	-webkit-animation: animeMove 0.5s ease;
	z-index: 1;
	top: -10px;
	left: 38%;
}

.activeBorder2 {
	position: absolute;
	width: 24%;
	height: 338px;
	background-color: #ff7575;
	animation: animeMove 0.3s ease;
	-webkit-animation: animeMove 0.3s ease;
	z-index: 1;
	top: -228px;
	left: 38%;
}

.topM3C1{
	top: -21px;
}


@-webkit-keyframes animeMove {
	0% {height: 0px;}
	0% {background-color: #ff7575;}
	100% {height: 120px;}
	100% {background-color:  #ff7575;}
}


@keyframes animeMove { //IE用
	0% { background-color: #ff7575; }
	0% { height: 0px;}
	100% { height: 120px; }
	100% { background-color: #ff7575; }
}


input[type="button"] {
	font-family: "Noto Sans Japanese";
	cursor: pointer;
}


.btnStyleAnsN {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	z-index: 20;
	transition: 0.2s all ease;
}


.btnStyleAnsS {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	z-index: 20;
	transition: 0.2s all ease;
}


.btnStyleAnsUS {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	transition: 0.2s all ease;
	opacity: 0.3;
	z-index: 20;
}


.btnStyleAnsU {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 8px;
	border: 1px solid #ccc;
	color: rgb(255, 255, 255);
	font-size: 16px;
	z-index: 20;
}


.btnStyleToNextN {
	position: relative;
	top:;
	left:;
	width: 200px;
	height: 45px;
}


.indentContents {
	width: 100%;
	margin: 0 auto;
}
.mb50 {
	margin-bottom:50px;
}

#serviceBtnBox {
	margin: 65px auto;
}


/*---------------------------------------------------
 チェックボックス
---------------------------------------------------*/
/* table */
.checkBoxTable {
	vertical-align: middle;
	width: 100%;
	margin: 15px auto;
}

.enqExText {
	width: 90%;
	margin: 10px auto;
}
/*
.checkBoxTable .iconTd {
	display: inline-block;
	width: 25px;
	height: 25px;
}
*/

.iconTd {
	position: relative;
	padding: 25px 10px 10px 5px;
	font-size: 1rem;
	font-weight: 300;
	color: #aaa;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border: 2px solid #ccc;
	border-radius: 6px;
	opacity: 1;
	box-sizing: border-box;
}

.checkedIconTd {
	position: relative;
	padding: 25px 10px 10px 5px;
	font-size: 1rem;
	font-weight: 300;
	color: #aaa;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border: 2px solid #ccc;
	border-radius: 6px;
	opacity: 1;
	box-sizing: border-box;
}

.checkedIconTd:before {
	position: absolute;
	content: "";
	display: block;
	left: 10px;
	margin-top: -50px;
	width: 30px;
	height: 50px;
	border-right: 10px solid #e60022;
	border-bottom: 10px solid #e60022;
	opacity: 1;
	transform: rotate(45deg);
	z-index: 299;
	transition: 0.2s all ease;
}

.checkBoxTable .textTd {
	word-break: break-all;
	padding: 10px;
}

#enq4A2Ans {
	width: 70px;
	height:30px;
	margin-top: 10px;
}

/* チェック有効時のstyle */
.checkedTr {
	/* background: rgba(211, 255, 193, 10); */
	border-radius: 5px;
	height: 30px;
	cursor: pointer;
}

.unCheckedTr0 {
	/* background: rgb(255, 255, 255); */
	border-radius: 5px;
	height: 30px;
	cursor: pointer;
}

.unCheckedTr1 {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	height: 30px;
	cursor: pointer;
}

.no-border {
	border: 5px solid rgb(255, 255, 255);
	cursor: pointer;
}

.act-border {
	/* border: 2px solid rgba(211, 255, 193, 10); */
	border: 5px solid #e60012;
	cursor: pointer;
}

#chkBox4BTable {
	border-spacing: 0px 10px;
}

#ENQ4B {
	margin-top: 50px;
}

/*---------------------------------------------------
 テキストエリア
---------------------------------------------------*/
/* フリー入力エリア */
.textarea-style1 {
	/* 横幅は固定 */
	width: 85%;
	min-width: 85%;
	max-width: 85%;

	height: 150px;
	min-height: 100px;
	padding: 8px;
	color: rgb(128, 128, 128);
	font-family: "Noto Sans Japanese";
	font-size: 90%;
}


/*---------------------------------------------------
 common Style (nav7)
---------------------------------------------------*/
.enq7Acontents {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
}

.enq7Bcontents {
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.enq7Ccontents {
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.enq7Acontents:before,
.enq7Bcontents:before,
.enq7Ccontents:before {
	content: "●";
	color: #e60012;
}

.enq7BTBLTitle {
	font-size: 120%;
}

.enq7CSubText {
	margin: 5px 0;
	color: #808080;
}

.enq7ExTextBox {
	width: 100%;
	margin: 30px 0;
}

/*---------------------------------------------------
 documentList table (nav7)
---------------------------------------------------*/
/* table */
.docListTable {
	width: 99%;
	margin: 0 auto;
	/* color: rgb(25, 25, 112); */
	color: #333333;
	font-size: 12px;
	border-collapse: collapse;
}

.docListTableDiv {
	width: 75vw;
	overflow-x: auto;
	max-width: 1202px;
	min-width: 767px;
	margin-right: -50px;
	padding-bottom: 1px;
}

.docListTableCol1 {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

.docListTableCol2 {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

.docListTableCol3 {
	width: 800px;
	min-width: 800px;
	max-width: 800px;
}

/* 見出し<tr> style */
.docListTrH {
	height: 50px;
	background-color: rgb(244, 244, 244);
}

.docListTable tr td {
	border: 1px solid rgb(204, 204, 204);
	padding: 15px 5px;
}

.docListTrH th {
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	padding: 15px 5px;
	background-color: #C5FFE2;
}

.docListTd ul {
  margin-left: 15px;
  list-style-type: disc;
  list-style-position: outside;
}

.docListTd li::marker {
  font-size: 0.59em;
}

.docListTdB {
	font-weight: bold;
}

.docListTdBtn {
	text-align: center;
}

/*
.docDetailBtn {
	background-color: rgb(255, 255, 255);
	color: #191970;
	padding: 4px 10px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	font-size: 10px;
	font-family: "Noto Sans Japanese";
}
*/

.printBtnAct {
	position: absolute;
	width: 160px;
	height: 40px;
	right: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 20px;
	line-height: 40px;
	font-family: "Noto Sans Japanese";
}

.printBtnAct:hover {
	opacity: 0.5;
}

.printBtnAct:after {
	position: absolute;
	content: "";
	background: url(./../img/PDF_300.png) center center no-repeat;
	background-size: 100% 100%;
	height: 30px;
	width: 30px;
	right: 4px;
	top: 4px;
}


/*---------------------------------------------------
 textarea count (nav6)
---------------------------------------------------*/
.lenCntStr {
	display: block;
}

#enqB13Title {
	width: 90%;
	margin: 0 auto;
	font-weight: normal;
}

#serviceImgBox {
	position: absolute;
	width: 150px;
	height: 30px;
	top: -40px;
	left: 448px;
	z-index : 50;
}


@CHARSET "UTF-8";

input[type="text"] {
	/* font-family: "Noto Sans Japanese"; */
}

.textAreaSubText {
	width: 90%;
	margin: 0 auto;
}

/*---------------------------------------------------
 inputSeet table (nav8)
---------------------------------------------------*/
.inputSeet {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	/*
	border-collapse: collapse;
	border: 1px solid #888;
	*/
}

select {
	height: 24px;
}

/* table ヘッダーstyle */
.inputSeet th {
	color: #333;
	background-color: #ccc;
	vertical-align: middle;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	position: relative;
	padding: 0px 10px;
	box-sizing: border-box;
}

.inputSeet td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 20px 10px;
	box-sizing: border-box;
}

/* 必須項目アイコン */
.mustIcon {
	position: absolute;
	color: #fff;
	background-color: #e60012;
	border-radius: 10px;
	padding: 0px 10px;
	font-size: 10px;
	top: 4px;
	right: 4px;
}

.mustStyle {
	background-color: rgba(255, 240, 240, 1);
}

.errorMess {
	position: absolute;
	width: 400px;
	height: 30px;
	top: -140px;
	background-color: rgb(0, 255, 0);
}

.inTextN {
	width: 200px;
}

.inTextW {
	width: 90%;
}


/*---------------------------------------------------
 searchArea div (nav8)
---------------------------------------------------*/
#searchArea {
	width: 100%;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
}

/*---------------------------------------------------
 searchBox div (nav8)
---------------------------------------------------*/
#searchBox {
	width: 100%;
	/* margin: 10px 0px 10px 75px; */
	margin: 10px 0;
}

#searchSelectBox {
	width: 100%;
	margin: 0 auto;
}

#searchSelectTable {
	width: 100%;
	margin: 15px auto;
	font-size: 14px;
}

#btnSearchNum {
	width: 60px;
}

.radioBtnTd {
	width: 40px;
	height: 40px;
}

.searchSubTitle {
	/* background-color: rgb(255, 250, 234); */
	padding: 10px 9px;
	color: rgb(0, 0, 0);
}

.searchTable {
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
	border-collapse: collapse;
}

.searchTable tr {

}

.searchTable tr td {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
}

/*---------------------------------------------------
 documentList table (nav14)
---------------------------------------------------*/
/* table */
.docGroupTb {
	width:80%;
	position:relative;
	background-color: rgb(255 255 255);
	z-index:20;
	margin-bottom:10px;
}

/* 見出し<tr> style */
.docGroupTrH {
	height: 50px;
	background-color: rgb(194 232 226);
}

.docGroupTrH th {
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	padding: 15px 5px;
}

.docGroupTd {
	vertical-align: top;
}

/*----------------------------------
 search result 結果表示
----------------------------------*/
#searchResult {
	width: 100%;
	/* margin: 10px 0px 10px 75px; */
	margin: 10px 0;
}

/* 検索支店名表示エリア */
#resultShopData {
	width: 310px;
	display: inline-block;
}

#enq8C1ans {
	width: 185px;
}


/* 検索支店情報表示エリア */
#resultShopInfo {
	width: 200px;
	display: inline-block;
}

/*----------------------------------
 requestBox 希望日時選択エリア
----------------------------------*/
#requestBox {
	width: 100%;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
}

.rsvExTextBox {
	margin-top: 30px;
	color: #808080;
}

.requestDateBox {
	margin: 0 0 20px 0;
}

.requestTitle {
	width: 100%;
	color: #808080;
	margin: 0 0 10px 0;
}

/*----------------------------------
 comeShopDate 希望日時選択
----------------------------------*/
#comeShopDate {
	width: 85%;
	margin: 10px 0px 10px 75px;
}

.holidayMess {
	color: rgba(255, 0, 0, 1.0);
	font-size: 12px;
	margin-left: 10px;
	font-weight: bold;
}


/*----------------------------------
 privacy
----------------------------------*/
#privacyChkArea {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	background: rgba(252, 233, 217, 1.0);
	border-radius: 10px;
}


/*----------------------------------
 ラジオボタン
----------------------------------*/
#typeRadioBox {
	width: 100%;
	/* text-align: center; */
	margin: 10px auto;
	padding: 10px 10px;
	/* background-color: rgb(255, 250, 234); */
}


#searchRadioBox {
	width: 100%;
	/* text-align: center; */
	margin: 10px auto;
	padding: 10px 10px;
	/* background-color: rgb(255, 250, 234); */
	box-sizing: border-box;
}


#searchRadioBox {
	/* text-align: center; */
}

.otherRadioBox {
	width: 100%;
	margin: 10px auto;
	padding: 10px 10px;
}


.radioBtnBox {
	display: inline-block;
	width: 150px;
}


#shopMessBox {
	width: 90%;
	margin: 24px auto;
}

.strongText {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}


/*---------------------------------------------------
 inputSeet table (nav9)
---------------------------------------------------*/
.innerContents {
	width: 90%;
	margin: 0 auto;
}

.boldText {
	font-weight: bold;
	margin-right: 24px;
}


/*---------------------------------------------------
 Help message (nav3)
---------------------------------------------------*/
#helpMessage {
	position: fixed;
	top: ;
	left: ;
	width: 70%;
	max-width: 70%;
	min-height: 100px;
	padding: 20px;
}

#backWall {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
}


