html { 
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif;
	color: #000;
	font-size: 15px;
	/* フッター最下部固定 */
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	min-width: 1230px;
}

.mainContents {
	/*flex: 1;	 フッター最下部固定 */
}

.futozi {
	font-weight: bold;
}
textarea, input {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",sans-serif;
}
input[type="checkbox"], label {
	cursor: pointer;
}

/*==================================================
　 ヘッダー
====================================================*/
/* トップ */
.header_Main {
	position: sticky;
	top: 0;
	box-sizing: border-box;
	height: 55px;
	background: #fff;
	border-bottom: 1px solid #7F7F7F;
}
.header_Div {
	display: flex;
	align-items: center;
}
.header_img1 {
	width: 300px;
}
.header_img2 {
	width: 54px;
	padding: 0 2em;
}
.header_h1 {
	margin: 0;
	padding-right: 1em;
	white-space: nowrap;
}
.header_telop {
	width: 700px;
	height: 23px;
	padding: 0.3em;
	border: 1px solid #000;
	margin-right: 1em;
	white-space: nowrap;
}

/* マルチ画面 */
.header_DivMulti {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_dspnum {
	height: 34px;
	margin-right: 1px;
}
.header_select {
	height: 34px;
	margin-right: 1em;
}
.header_switch {
	height: 34px;
	margin-right: 1em;
}
.header_switch img {
	height: 34px;
}
.header_title {
	height: 34px;
	margin-right: 1em;
}
.header_title img {
	height: 34px;
}
.header_gear {
	margin-right: 1em;
	height: 34px;
}
.header_gear img {
	height: 34px;
}

/*==================================================
　 トップ
====================================================*/
.contents_top {
	display: flex;
	min-height: calc(100vh - 55px);
}
.contents_top_left {
	width: 25%;
	padding: 2em;
	display: grid;
	align-content: space-between;
	background: #D11529;
	color: #fff;
	font-weight: bold;
}
.contents_top_right {
	width: 75%;
	background: #0B1E31;
}

.contents_top_ul {
	padding: 0;
	list-style: none;
}
.contents_top_ul a {
	text-decoration: none;
	color: #fff;
}
.contents_top_li {
	padding-bottom: 2em;
	font-size: 18px;
}
.iconLogin {
	width: 25px;
	vertical-align: sub;
}
.iconNew, .iconInsta {
	width: 30px;
	vertical-align: sub;
}

.contents_top_span1 {
	font-weight: normal;
}
.contents_top_span2 {
	font-size: 16px;
}
.contents_top_span3 {
	margin-left: 15px;
	font-size: 9px;
}

.contents_top_bottom {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.contents_top_bottom li {
	padding-bottom: 1em;
}
.contents_top_bottom a {
	text-decoration: none;
	color: #fff;
}
.contents_top_bottom_span {
	font-size: 13px;
}

.contents_top_img {
	text-align: center;
}
.contents_top_img img {
	width: 90%;
	padding-top: 2em;
}

/* ログイン */
/* Form Layout */
.form-wrapper {
	text-align: center;
	background: #fafafa;
	/*padding: 2em 1em 2em 1em;*/
	padding: 1em;
	box-shadow: 0 0 8px gray;
}
.form-item {
	text-align: left;
	margin-bottom: 0.75em;
	width: 100%;
}

.form-item-input {
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 35px;
	transition: border-color 0.3s;
	width: 100%;
}

.form-item-input:focus {
	border: 1px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

.form-item-pass {
	width: 100%;
	font-size: 1em;
	border: none;
	outline: none;
}
#buttonEye1 {
	font-size: 16px;
	line-height: 2;
	padding: 0 0.5em;
	background: #fff;
}
/* パスワードの表示非表示 */
#txtPass::-ms-reveal {
  display: none;
}

.button-panel {
	margin: 2em 0 0;
	width: 100%;
	text-align: center;
}

.button-panel .logBtn {
	background: #00B0F0;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 70%;
}

.logBtn:hover {
	opacity: 0.5;
	transition: all .33s;
}

.Btn {
	padding: 3px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	width: 150px;
	height: 40px;
	background: #e6e6e6;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%), inset 0 15px 17px rgb(255 255 255 / 50%), inset 0 -5px 12px rgb(0 0 0 / 5%);
}
.Btn:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
.Btn:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.form-item_link {
	text-align: center;
	margin-top: 1em;
}
.form-item_link a {
	text-decoration: none;
	color: #00B0F0;
}
.form-item_link p {
	margin: 0.5em 0 0 0;
}


/*========= ログイン モーダル =========*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 370px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}*/
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	box-shadow: 0 0 8px gray;
}

/*========= スライドショー =========*/
.topSlider {
	/*横幅100%*/
   width: 100%;
   margin: 1.5em auto;
   padding: 0;
   margin-bottom: 10px;
}
.topSlider img {
	height: 175px;
	margin: auto;
}
.slick-dots li {
	margin: 0!important;
}
.slick-dots li button:before {
	color: #A6A6A6;
}
.slick-dots li.slick-active button:before {
	color: #fff;
}


/*==================================================
　 マルチ画面
====================================================*/
/* サイドメニュー */
#menu_wrap{
	display: block;
	position: fixed;
	top: 55px;
	/* widthはメニュー幅+keyボタン幅 */
	width: 500px;
	/* メニュー幅に合わせる */
	left: -450px;
}
#sidemenu{
	display: inline-block;
	width: 450px;
	float: left;
	background: #D11529;
}
/* ボタン */
#sidemenu_key{
	display: inline-block;
	width: 25px;
	float: left;
	background: #FFF;
	color: #000;
	padding: 3px 0;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
#sidemenu_key:hover {
	opacity: 0.8;
}

.contents_multi_ul {
	padding: 2em;
	font-weight: bold;
}
.contents_multi_li1 {
	padding-bottom: 1em;
	font-size: 18px;
}
.contents_multi_li2 {
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: 18px;
}
.contents_multi_li3 {
	padding-bottom: 2em;
	font-size: 18px;
}
.contents_multi_span1 {
	font-weight: normal;
}
.contents_multi_list {
	padding: 0;
	list-style: none;
	padding-left: 2em;
}
.contents_multi_list li {
	padding-bottom: 0.5em;
}


/*==================================================
　 LIST
====================================================*/
/* サイドメニューの矢印ボタンが見づらいため色変更 */
.list_Contents #sidemenu_key {
	background: #e1e1e1;
}

.list_contentsTop {
	display: flex;
	align-items: center;
	margin: auto auto 1em auto;
	width: 1310px;
}
.list_contentsTop .selectbox {
	width: 90px;
	font-weight: bold;
	text-align: center;
}
.list_linkMulti {
	color: #000;
}
.list_linkMulti:hover {
	transition: all .3s;
	opacity: 0.3;
}

.list_table {
	margin: auto;
	font-weight: normal;
	font-size: 10pt;
	white-space: nowrap;
	border-collapse: collapse;
}
.list_table th {
	padding: 3px;
	border: 2px solid #000;
	font-weight: normal;
}
.list_table td {
	padding: 3px;
	border: 2px solid #D9D9D9;
}

.list_table .col1 {
	width: 175px;
}
.list_table .col2 {
	width: 110px;
}
.list_table .col3 {
	width: 300px;
}
.list_table .col4 {
	width: 175px;
}
.list_table .col5 {
	width: 55px;
}
.list_table .col6 {
	width: 110px;
}
.list_table .col7 {
	width: 100px;
}
.list_table .col8, .list_table .col9 {
	width: 100px;
}



/*==================================================
　 メンテナンス
====================================================*/
/* 管理者画面 共通 */
.maintenance_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em 0;
}
.maintenance_menu a {
	width: 175px;
	padding: 0.3em 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #D9D9D9;
	border: 1px solid #fff;
}
.mMenu_sentaku {
    border: 2px solid #000 !important;
}

.maint_contents {
	margin-top: 3em;
}
.maint_table {
	border-collapse: collapse;
}

.table_scroll {
	height:600px;
	overflow-y:scroll;
}

.new_botton {
	width: 100%;
}
.botton_style:hover {
	cursor: pointer;
}

/* ユーザー区分 */
.maintUK_table {
	margin: auto;
}
.maintUK_table th, .maintUK_table td {
	padding: 4px;
	font-weight: normal;
	border: 1px solid #000;
}
.maintUK_table .textbox {
	width: 98%;
}

/* ID管理 */
.maintU_contents {
	width: 745px;
    margin: auto;
}
.maintU_contentsTop {
	display: flex;
	align-items: center;
	width: 745px;
    margin: auto auto 1em auto;
}
.maintU_title {
	width: 100px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
    background: #D9D9D9;
}
.selectbox {
	padding: 3px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	height: 30px;
}
.maintU_contentsTop .selectbox {
	margin: 0 1em;
}

.tableU_scroll {
	width: 754px;
}

.maintU_table th, .maintU_table td {
	padding: 4px;
	font-weight: normal;
	border: 1px solid #000;
}
.maintU_table .col1 {
	width: 20px;
}
.maintU_table .col2 {
	width: 91px;
}
.maintU_table .col3 {
	width: 180px;
}
.maintU_table .col4 {
    width: 200px;
}
.maintU_table .col5 {
	width: 200px;
}

.align-center {
	text-align: center;
}
.maintU_table .textbox {
	width: 96%;
}

/* 表示レイアウト */
.maintDsp_contentsTop {
	width: 1400px;
	margin: auto auto 1em auto;
}
.maintDsp_contentsTop_child {
	display: flex;
	align-items: center;
	margin: auto auto 1em auto;
}
.maintDsp_contentsTop .selectbox {
	margin: 0 1em;
}
.maintDsp_contentsTop_child2 {
	text-align: right;
	margin: auto auto 1em auto;
}
.maintDsp_contentsTop_child3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto auto 1em auto;
}	

.file-form {
	display: none;
}
.file-layout .textbox {
	width: calc(100% - 101px);
	background-color: #e8e8e8;
	border: 1px solid #767676;
    border-radius: 2px;
}

/* テロップ*/
.maintTL_contents {
	display: flex;
	justify-content: center;
}
.maintTL_title {
	width: 100px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
    background: #D9D9D9;
}
.maintTL_contents .textbox {
	margin: 0 1em;
	padding: 4px;
	width: 765px;
	border: 2px solid #D9D9D9;
}

/*工事内容*/
.maintD_contents {
	width: 1600px;
    margin: auto;
	font-size: 10pt;
}
.maintD_contentsTop {
	display: flex;
	align-items: center;
    margin: auto 0 1em 0;
}
.maintD_contentsTop .selectbox {
	width: 90px;
	font-weight: bold;
	text-align: center;
}
.maintD_title {
	width: 100px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
    background: #D9D9D9;
}

.maintD_contentsCenter {
	margin-bottom: 1em;
}

.tableD_scroll {
	width: 1618px;
}

.maintD_table th, .maintD_table td {
	padding: 3px;
	font-weight: normal;
	border: 1px solid #000;
	white-space: nowrap;
}
.maintD_table .col1 {
	width: 90px;
	border: none !important;
}
.maintD_table .col2, .maintD_table .col2 .textbox {
	width: 175px;
}
.maintD_table .col3, .maintD_table .col3 .textbox {
	width: 110px;
}
.maintD_table .col4, .maintD_table .col4 .textbox {
	width: 300px;
}
.maintD_table .col5, .maintD_table .col5 .textbox {
	width: 90px;
}
.maintD_table .col6 {
	width: 43px;
}
.maintD_table .col7, .maintD_table .col7 .textbox {
	width: 90px;
}
.maintD_table .col8 {
	
}
.maintD_table .col9, .maintD_table .col9 .textbox {
	width: 100px;
}
.maintD_table .col9 .textbox {
	text-align: right;
}
.maintD_table .col10, .maintD_table .col11 {
	width: 105px;
}
.maintD_table .col10 .textbox, .maintD_table .col11 .textbox {
	width: 105px;
}
.maintD_table .col12 {
	width: 53px;
}
.maintD_table .col13 {
	
}

.maintD_table .textbox {
	width: 95%;
}
/*========= 参照画面 モーダル =========*/
/*モーダル枠の指定*/
.modal-body-layout {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 1200px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close-layout {
	margin: 0.5em;
	padding: 0.5em 1em;
	cursor: pointer;
}
.form-layout {
	height: 600px;
    padding: 1em;
}
.form-layout iframe {
	border: none;
	width: 100%;
	height: 100%;
}

/* 工事内容 画面参照*/
.maintDd_table {
	margin: auto;
}
.maintDd_table th, .maintDd_table td {
	padding: 3px;
	font-weight: normal;
	border: 1px solid #000;
	white-space: nowrap;
}

.maintDd_botton {
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 1em auto;
	text-align: right;
}
.maintDd_table .col3, .maintDd_table .col3 .textbox {
	width: 30px;
}
.maintDd_table .col4 {
	width: 30px;
}
.maintDd_table .col5 .textbox {
	width: 200px;
}
.maintDd_table .col6 .textbox {
	width: 500px;
}
.maintDd_table .col7 {
	width: 500px;
}

/*==================================================
　 画像 更新
====================================================*/
.fileBtn {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
	width: 30px !important;
	margin: 0 !important;
}
.fileInpt {
	display: none;
}


/*==================================================
　 KTUBE お申し込み
====================================================*/
.contents_form_wrap {
	max-width: 430px;
    margin: auto;
}
.form_wrap_title {
	margin: 2em 0 1em 0;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
.form_wrap_link {
	text-align: center;
	margin: 4em 0;
}
.form_wrap_child {
	margin: 1em 0;
	display: grid;
}
.form_wrap_button {
	text-align: center;
	margin: 3em 0;
}

.form_title {
	margin: 0.5em;
}
.form_text {
	padding: 10px;
	border: 2px solid #BFBFBF;
    border-radius: 7px;
    font-size: 13pt;
    outline: none;
}
.form_button {
	color: #ffffff;
	font-size: 12pt;
	border-radius: 7px;
	width: 150px;
	height: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}
.form_button:hover {
	opacity: 0.5;
}
.form_button_red {
	border: 1px solid #ff5050;
	background-color: #ff5050;
}
.form_wrap_link a {
	text-decoration: none;
	color: #00B0F0;
}


/*==================================================
　 ＩＤ・パスワードのリセット
====================================================*/
.form_wrap_caption {
	text-align: center;
	margin: 4em 0;
}
.form_button_gray {
	border: 1px solid #A6A6A6;
	background-color: #A6A6A6;
}

.form_text_pass {
	width: 100%;
	font-size: 13pt;
    border: none;
    outline: none;
}
#buttonEye2, #buttonEye3 {
	font-size: 16px;
	line-height: 2;
	padding: 0 0.5em;
	background: #fff;
}


/*==================================================
　 デモ
====================================================*/
/* マルチ画面 */
.contents_multi {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 55px);
	background: #000;
}
.contents_multi img {
	height: calc(100vh - 65px);
}



/* 個人用画面任意設定 */
.contents_useSet {
	text-align: center;
}
.contents_useSet img {
	width: 1200px;
}
