@charset "UTF-8";
/* CSS Document */

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.flex{
	display: flex;
}

/*=========================
初期化
===========================*/
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

input[type="file"] {
    display: none;
}


/*=========================
ログインページ
===========================*/

.wrapper{
	background-color: #f5f6fa;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-01{
    border: solid 1px #a5a5a5;
    border-radius: 10px;
    background-color: #FFF;
	width: 95%;
	margin: auto;
	padding: 3rem;
}

.content-01 h1{
	width: 240px;
	margin: auto;
}

.seat-top h1{
	text-align: center;
}

.title{
	text-align: center;
	color: #3f567a;
	margin: 20px 0px;
}

.bg_gray{
	background-color: #f4f4f4;
	max-width: 700px;
	margin: auto;
	border-radius: 10px;
    padding: 1rem;
}

.bg_gray h3{
	text-align: center;
	color: #3f567a;
	margin-bottom: 20px;
}


/*ラベル*/
.top_item_name{
	font-weight: 600;
	width: 15%;
	margin-right: 1rem;
}

.form{
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.check_txt{
	margin: 1rem  0rem 1.5rem 0rem;
}

.seat-top {
    width: 1000px;
}


.center{
	text-align: center;
}


.low_wrapper {
    display: flex;
	height: 100vh;
}

.caution a{
	text-decoration: underline;
	color: #3f567a;
	text-align: center;
	margin-top: 2rem;
}



/*================================
ボタン
==================================*/

.btn-center{
	display: flex;
	justify-content: center;
	width: 100%;
}

.btn-left{
	display: flex;
	justify-content: left;
}

.btn a{
	min-width: 260px;
	background-color: #006837;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5rem;
	border-radius: 10px;
	text-align: center;
	letter-spacing: 2px;
    font-size: 1.2rem;
	border-bottom: 5px solid #012d17;
	width: 280px;
    text-decoration: none;

}
.btn.btn-narrow a {
    min-width: 120px;
    width: 160px;
}

a:hover{
	opacity: 0.8;
    text-decoration: none;
}


.btn_bottom{
	position: absolute;
	bottom: 70px;
	left: 0px;
}

.btn_bottom a{
	position: relative;
}

.btn_bottom a::before{
	content: "";
	display: inline-block;
	background: url("../images/arrow-left.png")no-repeat;
    width: 25px;
    height: 25px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:5%;
	top: 25%;
}

.icon_l_bottom{
	position: absolute;
	bottom: 10px;
	width: 24px;
}

.icon_r_bottom{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 24px;
	z-index: 99;
}

.icon_r_bottom img{
	width: 25px;
}


.btn_arrow-up_icon a,
.btn_keep_icon a,
.btn_arrow-down_h_icon a{
	position: relative;
}

.btn{
//	padding: 0;
}



.btn_arrow-up_icon a::before{
	content: "";
	display: inline-block;
	background: url("../images/arrow-up_h.png")no-repeat;
    width: 30px;
    height: 30px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:5%;
	top: 20%;
}

.btn_keep_icon a::before{
	content: "";
	display: inline-block;
	background: url("../images/icon_keep.png")no-repeat;
    width: 30px;
    height: 30px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:5%;
	top: 20%;
}

.btn_arrow-down_h_icon a::before{
	content: "";
	display: inline-block;
	background: url("../images/arrow-down_h.png")no-repeat;
    width: 30px;
    height: 30px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:5%;
	top: 20%;
}

.rogin-btn a{
	position: relative;
}

.rogin-btn a::before{
	content: "";
	display: inline-block;
	background: url("../images/arrow-right.png")no-repeat;
    width: 25px;
    height: 25px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:5%;
	top: 25%;
}





/*================================
右コンテンツ
==================================*/
.right_box{
	width: 100%;
	background: #f5f6fa;
	box-shadow: -10px 0 8px -10px #d2d2d2;
	position: relative;
}

.m_0{
	margin: 0;
	font-size: 1.2rem;
}


/*チェックボックス*/
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  margin: 10px 40px 15px 0px;
  position: relative;
  width: auto;
  font-weight: 400;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #AAB2BD;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 48%;
  width: 18px;
}
.checkbox01::after {
  border-right: 2px solid #f15a24;
  border-bottom: 2px solid #f15a24;
  content: '';
  display: block;
  height: 18px;
  left: 15px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 8px;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/*ファイル*/
.file_btn {
    background-color: #e2e2e2;
	border: solid 1px #000;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
	font-size: 0.8rem;
	position: relative;
}

.file_btn::before{
	content: "";
	display: inline-block;
	background: url("../images/icon_clip.png")no-repeat;
    width: 20px;
    height: 20px;
	background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
    left: 10px;
    top: 18%;
}

.file_upload {
    margin-bottom: 1rem;
	cursor: pointer;
}

.filename {
    font-size: 1.2rem;
}



/*見出し*/

.low_h1{
	color: #3f567a;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
}

.sub_title{
	text-align: center;
	color: #a7b2bc;
	font-size: 0.8rem;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}


.low_h2 {
    background-color: #006837;
    color: #FFF;
    font-weight: 400;
    font-size: 1.3rem;
    padding: 0.7rem 0rem 0.7rem 1.5rem;
	width: 100%;
	display: flex;
	align-items: center;
}

.low_form{
	display: flex;
	max-width: 70%;
    margin: 1rem auto;
	flex-wrap: wrap;
	align-items: baseline;
}

.low_h3 {
    background-color: #f4f4f4;
    color: #40567a;
    text-align: center;
    padding: 0.5rem;
    font-weight: 400;
    font-size: 1.2rem;
    font-weight: 600;
}

.form_content-01 {
    border: solid 1px #a5a5a5;
    border-radius: 10px;
    background-color: #FFF;
	width: 95%;
    margin: 1.5rem auto 3rem;
	padding: 1rem;
	height: 79vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*ラベル*/
.item_name{
	font-weight: 600;
	width: 15%;
	margin-right: 1rem;
}


/*数字*/
.number_w{
	width: 4rem;
}
.number_year{
	width: 6rem;
}


.form-control-s {
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #4b4b4b;
	height: 30px;
	margin: 0 5px;
}

/*プルダウン*/
.pull-down {
  background: #fff;
  height: 30px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.pull-down::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #8598ad;
  border-right: 2px solid #8598ad;
  z-index: -1;
}

.pull-down::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 30px;
  top: 0;
  border-right: 1px solid #000;
  z-index: -1;
}

.change_btn {
    text-decoration: underline;
    color: #0000ff;
}

/*================================
テーブル
==================================*/
/*プルダウン*/
.table_pull-down{
  height: 30px;
  position: relative;
  z-index: 1;
}



.table_pull-down::after{
	position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 30%;
  border-top: 10px solid #203459;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
  z-index: -1;
}

.pull-down_unit{
	height: 30px;
  width: 100px;
  position: relative;
  z-index: 1;
	border-radius: 5px;
	border: 1px solid #4b4b4b;
	margin-left: 1rem;
	
}

.pull-down_unit::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #8598ad;
  border-right: 2px solid #8598ad;
  z-index: -1;
}

.select_text{
	color: #203459;
    font-weight: 600;
}

.table_scroll{
	overflow-y: scroll;
  overflow-x: hidden;
	height: 68vh;
	margin-bottom: 0.8rem;
	margin-top: 0.4rem;
}

.table_scroll-02{
	overflow-y: scroll;
  overflow-x: hidden;
	height: 47vh;
	margin-bottom: 2rem;
	margin-top: 3rem;
}

.table_header{
	position: sticky;
    top: 0;
	border: solid 1px #203459;
	background-color: #e5e5e5;
	z-index: 999;
}

.table_header-02{
	position: sticky;
    top: 41px;
	border: solid 1px #203459;
	background-color: #e5e5e5;
	z-index: 999;
}


/*テーブルの中の背景*/
.bg_sky_blue{
	background-color: #23fffe;
}

.bg_yellow{
	background-color: #fffc30;
}

.bg_oreng{
	background-color: #ee7a38;
}

.bg_blue{
	background-color: #0020c5;
	color: #fff;
}

.bg_t_gray{
	background-color: #CCCCCC;
	
}

.bg_pink{
	background-color: #ff4fff;
	
}

.bg_light_orange{
	background-color: #f4b882;
}

.choice_box{
	align-items: center;
	margin-left: 1rem;
	margin-top: 1rem;
}
.choice_box .table_pull-down{
	border: solid 1px #000;
	border-radius: 5px;
	margin: 1rem 0rem 1rem 0.5rem;
	width: 100px;
}

.loss_table{
	border: solid 1px #203459;
	width: 800px;
	margin: 0rem auto;
	color: #203459;
	font-weight: 600;
}

.wide_table{
	border: solid 1px #203459;
	width: 95%;
	margin: 0rem auto;
	color: #203459;
	font-weight: 600;
}

.two_table{
	border: solid 1px #203459;
	width: 100%;
	color: #203459;
	font-weight: 600;
}

.table_p{
	font-weight: 600;
	margin-bottom: 0.3rem;
	width: 48%;
    margin-top: 1rem;
}

.w_48{
	width: 48%;
}

.two_table_box{
	justify-content: space-around;
	margin-top: 1rem;
}

.loss_table th,.two_table th,.wide_table th{
	border: solid 1px #203459;
	padding: 0.5rem 0.8rem;
	background-color: #e5e5e5;
}

.loss_table th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -0.5px;
    right: 0px;
    width: 100.1%;
    height: 41px;
	border-bottom: solid 0.5px #203459;
	border-top: solid 0.5px #203459;
}

.two_table th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -0.5px;
    right: 0px;
    width: 100.1%;
    height: 41px;
	border-bottom: solid 0.5px #203459;
	border-top: solid 0.5px #203459;
}

.wide_table th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -0.5px;
    right: 0px;
    width: 100.1%;
    height: 41px;
	border-bottom: solid 0.5px #203459;
	border-top: solid 0.5px #203459;
}

.loss_table td,.two_table td,.wide_table td{
	border: solid 1px #203459;
	padding: 0.5rem 0.8rem;
}

.td_numbers{
	text-align: right;
}

/*================================
右コンテンツ｜ヘッダー
==================================*/

.header{
	background-color: #fff;
	padding: 1rem;
	justify-content: space-between;
}

.conpay_name{
	position: relative;
}


.conpay_name::before{
	content: "";
	display: inline-block;
	background: url("../images/icon_home.png")no-repeat;
    width: 45px;
    height: 45px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:0px;
	top: -7px;
}

.conpay_name_p{
	padding-right: 1rem;
    padding-left: 3.5rem;
	font-size: 1.2rem;
	color: #3f567a;
    font-weight: 600;
	margin: 0;
}

.neme{
	position: relative;
	border-right: 1px solid #8598ad;
	padding: 0rem 1rem 0rem 0rem;
}

.neme::before{
	content: "";
	display: inline-block;
	background: url("../images/icon_account.png")no-repeat;
    width: 45px;
    height: 45px;
	background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left:0px;
	top: -7px;
}

/*
.neme::after{
	position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #8598ad;
    border-right: 2px solid #8598ad;
}
*/

.logout{
	margin: 0rem 0rem 0rem 2rem;
	width: 30px;
	height: 30px;
}

.flex_header{
	display: flex;
	align-items: center;
}

.rogin_tex{
	width: 300px;
}

.file_box{
	display: block;
    width: 100%;
}

.mb_20{
	    margin: 0px 20px 20px 0px;
}

.mt_20{
	margin-top: 20px;
}


.bg_bl{
	background-color: #0071bc;
	padding: 1rem;
}

.bg_sky{
	background-color: #29abe2;
	padding: 1rem;
	margin-right: 10px;
}



.loss_table tr:nth-child(2n){
	background-color: #f8f9fb;
}

/*切り替えタブ*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: #3f567a;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 1rem;
  background: #fff;
	border: 1.5px solid #eaeaea;
	border-bottom: 2px solid #3f567a;
	border-radius: 10px;
	margin: 0px 20px 20px 0px;
  line-height: 2.3;
  width: 130px;
  text-align: center;
  cursor: pointer;
    order: -1;
}


.tab-label-02 {
    color: #3f567a;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 1rem;
  background: #fff;
	border: 1.5px solid #eaeaea;
	border-bottom: 2px solid #3f567a;
	border-radius: 10px;
  line-height: 2.3;
  width: 130px;
  text-align: center;
  cursor: pointer;
    order: -1;
	margin-left: 10px;
}

.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #eaeaea;
	border-top: 2px solid #3f567a;
	border-bottom: none;
}

.tab-switch:checked+.tab-label-02 {
    background: #eaeaea;
	border-top: 2px solid #3f567a;
	border-bottom: none;
}


.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


/*オレンジのチェック

.tab-switch{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.tab-switch::before,
.tab-switch::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.tab-switch::before{
	box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #f15a24;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.tab-switch::after{
	left: 22px;
    width: 5px;
    height: 8px;
    border-bottom: 1px solid #f15a24;
    border-right: 1px solid #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/




/*=============================
レスポンシズ
==============================*/
.sp_only{
		display: none;
	}

.pc_only{
		display: block;
	}

@media screen and (max-width: 984px) {
	.rogin-box {
    width: 80%;
    margin: auto;
}
	.form {
    display: block;
	}
	
	.rogin_tex {
    width: 100%;
}
}

@media screen and (max-width: 1138px) {
	.low_form {
    display: block;
	}
	
	.item_name {
    margin-bottom: 0.6rem;
    display: block;
		width: 100%;
}
}

@media screen and (max-width: 768px) {
	.sp_only{
		display: block;
	}
	
	.pc_only{
		display: none;
	}
	
	.filename {
    display: block;
    margin: 1rem;
}
	
	.conpay_name_p {
    font-size: 1rem;
	}
	
	.conpay_name::before {
		top: 10%;
	}
	
	.neme::before {
		top: 10%;
	}
}



/*================================
左サイドバー
==================================*/
.left_box{
	width: 25%;
	padding: 1rem;
	position: relative;
}

.tab_ul{
  flex-wrap: wrap;
}

.tab_ul li{
  border-top: solid 2px #006837;
	padding: 0.8rem 0rem;
}

.tab_ul li:nth-child(3){
  border-top: solid 2px #808080;
	padding: 0.8rem 0rem;
}

.tab_ul li:last-child{
  border-top: solid 2px #006837;
  border-bottom: solid 2px #006837;
	padding: 0.8rem 0rem;
}

.tab_ul li a{
  display: flex;
 align-items: center;
  background:#fff;
  margin:0 2px;
  padding:10px 20px;
 color: #3f567a;
    font-weight: 600;
}
/*liにactiveクラスがついた時の形状*/
.tab_ul li.active a{
  background: #006837;
    border-radius: 10px;
    color: #fff;
}


.icon_up {
    content: "";
    display: inline-block;
    background: url(../images/arrow-up.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}

.icon_note {
    content: "";
    display: inline-block;
    background: url(../images/icon_note.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}

.icon_down {
    content: "";
    display: inline-block;
    background: url(../images/arrow-down.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}


.tab_ul li.active .icon_up {
  content: "";
    display: inline-block;
    background: url(../images/arrow-up_h.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}

.tab_ul li.active .icon_note {
	content: "";
    display: inline-block;
    background: url(../images/icon_note_h.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}

.tab_ul li.active .icon_down {
	content: "";
    display: inline-block;
    background: url(../images/arrow-down_h.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0rem 1rem 0rem 0rem;
    vertical-align: middle;
}




/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #f5f6fa;
  width: 100%;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.logo_s {
    width: 150px;
	margin: 0.5rem 0rem;
}

.small_txt {
    font-size: 12px;
	color: #3f567a;
	margin: 0rem 0rem 0.5rem 1rem;
}

.just{
	justify-content: center;
	align-items: flex-end;
}

.icon {
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}




.no_w{
    height: 30px;
    margin: 0 5px;
	background-color: #e5e5e5;
	width: 35px;
	border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}


/*================================
左サイドバー調整
==================================

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
}

.side-menu-btn {
  left: 20px;
  cursor: pointer;
  z-index: 4;
}

/* メインコンテンツ 
.wrapper-test {
  position: fixed;
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
	margin-left: 80px;
}


/* サイドメニューオープン 
.side-open .wrapper-test,
.side-open .overlay {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
*/




/*テスト*/

/* 重要な部分 */
.sidebar{
    max-width: 320px;
    min-width: 320px;
}

/* 見栄え */
.sidebar .brand{
    
}
.sidebar .nav-link{
    
}
/* アニメーション */
main{
    transition: 0.3s all ease;
}
