
/* Web フォント */

/*@font-face {
	font-family: 'mplus-2p';
	src:url(../font/mplus-2p/mplus-2p-regular.woff);
	font-weight: normal;
}
@font-face {
	font-family: 'mplus-2p';
	src:url(../font/mplus-2p/mplus-2p-bold.woff);
	font-weight: bold;
}*/
@font-face {
	font-family: 'NotoSansCJKjp';
	src:url(../font/NotoSansCJKJP/NotoSansMonoCJKjp-Regular.woff);
	font-weight: normal;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	src:url(../font/NotoSansCJKJP/NotoSansMonoCJKjp-Bold.woff);
	font-weight: bold;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	src:url(../font/NotoSansCJKJP/NotoSansMonoCJKjp-Medium.woff);
	font-weight: 500;
}

@font-face {
	font-family: 'roboto';
	src:url(../font/roboto/Roboto-Regular.woff);
	font-weight: 400;
}
@font-face {
	font-family: 'roboto';
	src:url(../font/roboto/Roboto-Medium.woff);
	font-weight: 500;
}
@font-face {
	font-family: 'roboto';
	src:url(../font/roboto/Roboto-Bold.woff);
	font-weight: 700;
}

/*  */


/*=======================*/
/*    共通    */

/*------------------------------------------------*/
/*			reset					*/
/*------------------------------------------------*/
* {
	box-sizing: border-box;
}
ul {
	list-style: none;
}

html,body {
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-color: #036eb8;
	height: 100%;
	width: inherit;
	font-family: roboto, NotoSansCJKjp;
	overflow-x: hidden;
}

body{
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: relative;
}
body::-webkit-scrollbar {
	display:none;
}

iframe{
	border: none;
}

/*
body::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}*/

ul {list-style:none;  padding: 0 2% 0 2%;}
a {text-decoration:none; color: #fff;}

#page{max-width: 800px; margin: 0 auto; position: relative;}
.left{float: left;}
.right{float: right;}

/*=======================*/
/*    ヘッダー   */
/*.noScroll{
	position: fixed;
	z-index: 10;
	width: inherit;
	max-width: 640px;
	top: 0;
}*/
#header{ width: 100%; height: auto; color: #fff;}
#header .middle{width: 94%; overflow: hidden; padding: 0 3%;}
/*#header .second{
	background-color: #036eb8;
	width: 100%;
	height: auto;
	color: #fff;
	overflow: hidden;
}*/
#header #time-text{
	overflow: hidden;
	white-space: nowrap;
	line-height: 120%;
	/*width: 71.5%;*/
	text-align: center;
	font-size: 90%;
	margin-top: 1%;
}

#header #title{
	width: 100%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-size: 160%;
}
#reload{
	/*background: url(../images/reload.png) no-repeat;*/
	/*border-radius: 10px;*/
	width: 27.5%;
	position: relative;
	right: 0;
}

#free-text{width: 100%; white-space: nowrap; text-align: center; font-size: 90%;}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	/* padding-top: 30%; */
}
/*=======================*/
/*    フッター   */
#footer{
	text-align: center;
	color: #fff;
	bottom: 0;
}


/*=======================*/
/*    メイン   */
#main{
	padding: 0 1.5%;
	margin-top: 2%;
	width: 100%;
	position: relative;
}
#closePage{
	color: #fff;
	height: 500px;
	/*width: 96%;*/
	text-align: center;
}
#main .back{
	background-color: #fffeee;
	border-radius: 0 0 0.3em 0.3em;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 5%;
}
#main .sec{height: 75%; margin-top: 2.8%; line-height: 165%;}
#main .select{color: #fff; line-height: 230%; font-weight: bold;}
#sectionTag{
	width: 100%;
	color: #b5b5b5; line-height: 166%; font-weight: normal; position: relative; height: 43px; overflow: hidden;
}
.arrow{
	-webkit-appearance: none;
	position: absolute;
	width: 9%;
	/*margin-top: 1%;*/
	/*background-color: #ff9933;*/
	/*border-radius: 50%;*/
	padding: 0.2%;
	z-index: 1;
	top: 0.8%;
}
.ar{right: 0.5%;}
.al{left: 0.5%;}

#main .divisionTitle{
	width: 33%;
	height: 100%;
	font-size: 120%;
	background-color: #084b73;
	text-align: center;
	text-shadow: 2px 3px 0 #333;
	white-space: nowrap;
	float: left;
	margin-right: 0.33%;
	overflow: hidden;
}

#main .label {
	display: inline-block;
	color: #1d2088;
	position: relative;
	text-align: right;
	width: 100%;
	border-left: solid 0.7em;
	border-bottom: solid 0.17em;
	border-bottom-left-radius: 0.4em;
	border-top-left-radius: 0.4em;
	border-bottom-right-radius: 0.15em;
}
#main .label-text{
	/*text-indent: 4%;*/
	font-size: 160%;
	text-align: left;
	font-weight: bold;
	color: #000;
	line-height: 100%;
word-wrap: break-word;
overflow-wrap: break-word;
width: 100%;
margin-left: 2%;
white-space: nowrap;
overflow: hidden;
}

.label span {
	font-weight: bold;
	color: #000;
	font-size: 200%;
	line-height: 110%;
}
li .call-wait div:nth-child(1){white-space: nowrap; text-align: left; text-indent: 4%; width: 61%; color: #1d2088;}
li .call-wait div:nth-child(2){
	white-space: nowrap;
	color: #1d2088;
	width: 39%;
}
li .call-wait div:nth-child(3){}
li .call-wait div:nth-child(4){}
#main .cert{
	width: 100%; margin-top: -3%;
	background-color: #fff;
	border: 2px solid #000;
	margin-bottom: 4%;
	padding: 2% 2% 0% 2%;
	/*white-space: nowrap;*/
}
#main .cert .label-text{ font-size: 120%; margin-left: 0;}
#main .cert div:nth-child(2){margin-top: 1.5%;}
#main .cert ul{padding: 1% 0;}
#main .cert li{
	display: inline-block;
	background-color: #000;
	color: #fff;
	margin-right: 2%;
	margin-top: 1.5%;
	font-size: 145%;
	text-align: center;
	width: 18%;
}


#main .call-wait{overflow: hidden; width: 100%;}
#main .next-t{text-align: left; text-indent: 3.5%; white-space: nowrap; overflow: hidden; color: #1d2088; padding: 0;}
#main .next-t span{color: #000; font-weight: 500; font-size: 145%;}
#main .red{border-color: #e83318; color: red;}
#main .pink{border-color: #f0949b; color: #e4007f;}
#main .lightblue{border-color: #69c2ee; color: #69c2ee;}
#main .orange{border-color: #f29518; color: #ea5514;}
#main .green{border-color: #379a68; color: green;}
#main .lightpurple{border-color: #c2afd4; color: purple;}
#main .brown{border-color: #633319; color: #633319;}
#main .gray{border-color: #c8c8cb; color: gray;}

#ul-1{width: 100%;}
#ul-2{}
#ul-3{}

.next-t li{display: inline-block; font-size: 144%; width: 17%; font-weight: 500; text-align: center;}
.next-t .li_t{color: #000;}
.next-t .me{
	color: red;
	/*background-color: #FF9933;*/
	/*border-radius: 0.1em;*/
	line-height: 110%;
	font-weight: bold;
	font-size: 160%;
	/*text-stroke: 0.02em gray;*/
	/*-webkit-text-stroke: 0.02em gray;*/
}
.next-t .me:after{}
/*    メイン   */

/* 課選択タグ */
#sectionTag

/**/



/*=======================*/
/*    不在   */
#noShowWindow{
/*	padding: 0 1.5%;
	margin-top: 2%;
	width: 97%;
	position: relative;
	background-color: red;*/
}
#noShowWindow .noShow{

}
#noShowWindow .noShow_label{
	background-color: #084b73;
	color:#fff;
	padding: 0.5% 3%;
}
#noShowWindow .noShow_label div:nth-child(1){
	font-weight: bold;
	font-size: 120%;
	text-shadow: 2px 3px 0 #333;
}
#noShowWindow .noShow_label div:nth-child(2){ white-space: nowrap; font-size: 95%; margin-left: 3%; line-height: 120%; padding-bottom: 1%;}
#noShowWindow ul{padding: 0 3%; margin: 1%;}
#noShowWindow li{
	color: #000;
	font-weight: 500;
	font-size: 145%;
	display: inline-block;
	margin-right: 1%;
	text-align: center;
	width: 16%;
	line-height: 100%;
}




/*=======================================*/
/*  notification  */
#free-text{
	/*margin-bottom: 12%;*/
}
#free-text .left{width: 30%; height: 100%; margin-top: 1.2%;}
#free-text .right{width: 70%; height: 100%; font-weight: bold; line-height: 240%;}
#free-text img{
	position: absolute;
	z-index: 1;
	width: 15%;
	left: 10%;
}
#notification{
	position: absolute;
	/*bottom: 0;*/
	top: 3.5%;
	padding-bottom: 2%;
	background-color: #fff;
	box-sizing: border-box;
	border: 0.12em solid #000;
	border-radius: 0.3em;
	width: 80%;
	/*height: 15%;*/
	left: 10%;
	z-index: 2;
}
#notification p{
	font-weight: bold;
	margin: 1%;
	text-align: center;
	font-size: 130%;
}
#notification .text{
	padding: 0 2%;
	font-size: 110%;
	white-space: nowrap;
	text-align: center;
	line-height: 110%;
}
#notification span{
	font-weight: bold;
	color: red;
	font-size: 180%;
}
/*#notification .span-text{font-size: 130%;}*/
/**/

/*=======================================*/
/*  お知らせ入力  */
#inputForm{
	width: 100%;
	position: relative;
/*height: 290px;*/

}
#service p{
	background-color: rgb(8, 75, 115);
	text-indent: 3%;
	font-weight: bold;
	margin-bottom: 1%;
}
#role-input p{margin-top: 1%;}
#service .sub-text{
	font-size : 100%;
	margin-left: 3%;
	padding-bottom: 1%;
}
#role-input .sub-text{font-size: 74%;}

#inputForm .inputBox {
/* styling background using linear gradient */
    /*background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);*/
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    font-size: 90%;
    width: 90%;
    border-radius: 0.3em;
    margin-left: 5%;
    font-family: roboto, NotoSansCJKjp;
}
#inputForm .right{width: 35%;}
#inputForm .left{width: 65%;}
#inputForm form{padding-bottom: 10%;}
#inputForm .button, .button{
	-webkit-appearance: none;
	background-color: #f29518;
	font-size: 80%;
	border-radius: 0.3em;
	font-family: roboto, NotoSansCJKjp;
	color: #fff;
	text-align: center;
	line-height: 180%;
	border: outset 0.1em #fff;
	width: 95%;
}
#inputForm .back{
	/*right: 4.8%;*/
	/*position: absolute;*/
	padding: 0 1.45%;
	bottom: 10%;
	}
/*#inputForm .hide{visibility:hidden; height: 0;}*/
/**/
/*


/* etc */
#hr {color: red; position: absolute;top: 0;}




#order-box{
	background-color: #fff;
	width: 95%;
	color: #000;
	box-sizing: border-box;
	margin: 0 auto;
	border: 0.15em solid #000;
	border-radius: 0.5em;
	text-align: center;
	font-weight: bold;
}
#nowOrder{
	/*background-color: #fff;*/
	/*background-color: red;*/

	/*border-radius: 0.8em;*/
/*	border: 0.15em solid #000;
	border-radius: 0.4em;*/
	/*color: #000;*/
	/*width: 95%;*/
	/*box-sizing: border-box;*/
	/*margin: 0 auto;*/
}

#useService{margin-top: 1%; text-decoration: underline; line-height: 100%;}

#nowOrder span{color: red; font-size: 200%;}
.hide{visibility:hidden; height: 0;}


.mail_form{
	width: 100%;
	height: 180px;
}

input[type="radio"]{margin-left: 3%;}
/*#main .pink{border-color: #f0949b; color: #e4007f;}*/
#error{
	background-color: #f0949b;
	font-size: 84%;
	width: 96%;
	margin-left: 2%;
	border-radius: 0.2em;
	text-indent: 4%;
	line-height: 125%;

/* color: #fff; font-size: 74%;*/

}
