

.MT-5{
    margin-top: 5px;
}
.MT-7{
    margin-top: 7px;
}
.MT-10{
    margin-top: 10px;
}
.MT-20{
    margin-top: 20px;
}
.MT-30{
    margin-top: 30px;
}
.MB-5{
	margin-bottom: 5px;
}
.MB-10{
	margin-bottom: 10px;
}

.PT-10{
    padding-top: 10px;
    
}
.PT-20{
    padding-top: 20px;
    
}
.MB-10{
    margin-bottom: 10px;
    
}
.PB-10{
    padding-bottom: 10px;
    
}
.PT-120{
    padding-top: 120px;
    
}


.container{
    padding: 0;
}

.container > .navbar-header{
    margin-right: 0px;
}

.navbar-brand{
    width: 185px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 !important;
}

.dropdown-toggle{
    height: 50px;
}


.navbar-nav > li.main-menu{
    font-size: 12px;
    width: 100%;
    text-align: left;
}
.navbar-nav > li.main-menu img{
    vertical-align: bottom;
    margin-right: 10px;   
}



.nav-wrap {
  position: relative;
}
.scroll-nav {
  width: auto;
  background: #3388dd; /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
  max-width: 1200px; /* メニューの最大幅 */
  min-width: 960px; /* メニューの最小幅 */
  margin: 0 auto;
  list-style: none;
}

/*横スクロールバーの太さ*/
.scroll-nav::-webkit-scrollbar{
    height:5px;
}
/*横スクロールバーの背景色*/
.scroll-nav::-webkit-scrollbar-track{
    background:#333;
}
/*横スクロールバーのカラーと角を丸める*/
.scroll-nav::-webkit-scrollbar-thumb {
background:#666;
border-radius:0px;
}

@media (min-width: 768px) {
    
    .navbar-nav > li.main-menu{
        width: 150px;
        text-align: center;
    }
    
    .scroll-nav ul {
      max-width: 1200px; /* メニューの最大幅 */
      min-width: 600px; /* メニューの最小幅 */
      margin: 0 auto;
      list-style: none;
    }
    
}


@media only screen and (min-width: 1041px) { /* PCサイズでの指定 */
    .scroll-nav ul {
      padding: 0;
    }
    .scroll-nav ul li {
      width: calc( 100% / 8 ); /* メニューの個別の幅 */
    }
    .next-btn {
      display: none; /* 右側の固定部分を非表示 */
    }

}
    



.submenu{
    height: 55px;
    text-align: left;
    min-width: 1240px; /* メニューの最小幅 */
}

.submenu .submenu_title{
    float: left;
    width: 170px;
    background: #00468C;
    height: 50px;
    padding: 0;
    margin: 0;
    color: #FFF;
    padding: 15px 0 0 20px;
}
.submenu .submenu_title img{
    margin-right: 10px;
}


.submenu .submenu_title span{
    float: right;
    margin-right: 20px;
    font-size: 14px;
}






.nav-wrap2 {
    float: left;
    width: calc(100% - 170px);
    text-align: left;
    background: #DDDDDD; /* メニューの背景色 */
}

.nav-wrap2 ul li{
    width: 120px;
    height: 50px;
    float: left;
    text-align: center;
    color: #FFF;

}

.nav-wrap2 ul li a{
    color: #222;
    font-size: 12px;

}


.nav-wrap2 ul li{
    position: relative;
}
.nav-wrap2 ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    padding-top: 16px;
  }
.nav-wrap2 ul li.active{
    background-color: #005AB5;
    color: #FFF !important;
    position: relative;
}


.nav-wrap2 ul li.active:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #005AB5 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}


.nav-wrap2 ul li > a:hover,
.nav-wrap2 ul li > a:active,
.nav-wrap2 ul li > a:focus {
  background-color: #005AB5;
  color: #FFF;
    
    
}

.nav-wrap2 ul li.active > a {
  color: #ffffff;
}

.scroll-nav2 {
  width: 100%;
  background: #DDDDDD; /* メニューの背景色 */
}
.scroll-nav2 ul {
    max-width: 1200px; /* メニューの最大幅 */
    min-width: 360px; /* メニューの最小幅 */
    padding: 0;
    margin: 0;
    list-style: none;
}

/*横スクロールバーの太さ*/
.scroll-nav2::-webkit-scrollbar{
    height:5px;
}
/*横スクロールバーの背景色*/
.scroll-nav2::-webkit-scrollbar-track{
    background:#333;
}
/*横スクロールバーのカラーと角を丸める*/
.scroll-nav2::-webkit-scrollbar-thumb {
background:#666;
border-radius:0px;
}

@media (min-width: 768px) {

    .scroll-nav2 ul {
      max-width: 1200px; /* メニューの最大幅 */
      min-width: 1040px; /* メニューの最小幅 */
      list-style: none;
    }
    
}





.fmenu{
    height: 80px;
    text-align: left;
    min-width: 1250px; /* メニューの最小幅 */
    background: #222222;
}

.fmenu .fmenu_title{
    float: left;
    width: 80px;
    background: #0054A8;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
}

.fmenu-wrap {
    float: left;
    width: calc(100% - 170px);
    text-align: left;
    background: #222222; /* メニューの背景色 */
}

.fmenu-wrap ul li{
    width: 90px;
    height: 80px;
    float: left;
    text-align: center;
    color: #FFF;

}

.fmenu-wrap ul li img{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4px;
}




.fmenu-wrap ul li a{
    color: #FFF;
    font-size: 11px;

}


.fmenu-wrap ul li{
    position: relative;
    border-right: 1px dotted #666666;
}
.fmenu-wrap ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    padding-top: 6px;
  }
.fmenu-wrap ul li.active{
    /* background-color: #005AB5; */
    color: #FFF !important;
    position: relative;
}

.fmenu-wrap ul li > a:hover,
.fmenu-wrap ul li > a:active,
.fmenu-wrap ul li > a:focus {
  background-color: #005AB5;
  color: #FFF;
}

.fmenu-wrap ul li.active > a {
  color: #ffffff;
}

.fmenu-wrap ul li span{
    display: block;
    background: #2A2A2A;
    position: absolute;
    width: 100%;
    bottom:0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.2em;
}




.scroll-fmenu {
  width: 100%;
  background: #DDDDDD; /* メニューの背景色 */
}
.scroll-fmenu ul {
    max-width: 1200px; /* メニューの最大幅 */
    min-width: 360px; /* メニューの最小幅 */
    padding: 0;
    margin: 0;
    list-style: none;
}

/*横スクロールバーの太さ*/
.scroll-fmenu::-webkit-scrollbar{
    height:5px;
}
/*横スクロールバーの背景色*/
.scroll-fmenu::-webkit-scrollbar-track{
    background:#333;
}
/*横スクロールバーのカラーと角を丸める*/
.scroll-fmenu::-webkit-scrollbar-thumb {
background:#666;
border-radius:0px;
}

@media (min-width: 768px) {

    .scroll-fmenu ul {
      max-width: 1200px; /* メニューの最大幅 */
      min-width: 1040px; /* メニューの最小幅 */
      list-style: none;
    }
    
}

.box-info {
  border: none !important;
    box-shadow: none;
}

.box-info_none {
  border: none !important;
    background: none;
    box-shadow: none;
}


.box-header{
    background: #005AB5;
}

.box-title{
    color: #FFF;
    font-size: 16px !important;
    padding-left: 15px;
}


.box-title:before{
    content: "";
    position: absolute;
    background: #FFF;
    top: 50%;
    left: 10px;
    margin-top :-10px;
    height: 20px;
    width: 4px;
}

.input_code_id{
    width: 25%;
    float: left;
    border-right: none;
    background: #FFF9F2;
}
.input_code_name{
    width: 75%;
    float: left;
}

.checkbox_label_position{
    margin-top: 4px;
    margin-left: 20px;
    margin-right: 20px;
}

.checkbox_label_position span{
    margin-left: 10px;
}


.row_main{
    margin-bottom: 100px;
}

.form-group {
  /* margin-bottom: -1px; */
}



.input_time_text {
    width: 100%;
    float: left;
    background: none;
    border: none !important;
    text-align: left;
    font-size: 14px !important;
}

#tbl_list02{
    margin-bottom: 5px;
    margin-left: 100px;
    width: calc( 100% - 100px);
}

#tbl_list02 th{
    text-align: center;
    vertical-align: middle;
    background: #666;
    color: #FFF;
    padding: 2px 0;
    font-size: 12px;
}

#tbl_list02 td{
    vertical-align: middle;
    padding: 2px 10px !important;
    text-align: left;
    font-size: 12px;
}




.naviContent_box {
    background-color: #3388dd;
    height: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.naviContent_box p{
    text-align: center;
    color: #FFF;
    margin-top: 5px;
}
.class-sunday {
  color: red !important;
}
.class-saturday {
  color: blue !important;
}    
.class-today{
   background-color : Green !important;
   background-image :none !important;
   color: white !important;
   font-weight:bold !important;
}


.input_date {
    width: 180px;
    text-align: left;
}
.input_float_left {
    float: left;
    margin-right: 10px;
}
.text_float_left {
    float: left;
    padding: 5px 10px 5px 0;
	border-bottom: 1px solid #CCCCCC;
}
.text_float_left span{
	font-size: 16px;
	padding: 0 5px;
}


.input_inquiry_price{
    width: 100%;
    float: left;
    background: none;
    border: none !important;
    text-align: right;
    font-size: 14px !important;
    padding-right: 5px !important;
}

.custom-control-input{
    margin-top: 9px !important;
}

.custom-control-label{
    vertical-align: top;
    margin-left: 5px;
    margin-top: 5px !important;
}


.button_arrow_area{
    float: left;
}

.button_arrow_area_left{
    float: left;
    margin-left: 15px;
}

.input_item_number{
    width: 120px;
    float: left;
    text-align: left;
}



.select-car input {
  display: none;
}
.select-car input[type="radio"]:checked.car + label {
  color: #FFF;
  border: 2px solid #2b6098;
  background-color: #3275bc;
}
.select-car label {
  color: #ddd;
  border: 2px solid #ddd;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  width: 80px;
}
.select-car label:hover {
    color: #aaa;
    border: 2px solid #aaa;
    cursor: pointer;
}


.select-order input {
  display: none;
}
.select-order input[type="radio"]:checked.order + label {
  color: #FFF;
  border: 2px solid #d68036;
  background-color: #e88f43;
}
.select-order label {
  color: #ddd;
  border: 2px solid #ddd;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  width: 80px;
}
.select-order label:hover {
    color: #aaa;
    border: 2px solid #aaa;
    cursor: pointer;
}


#list_car {
    resize: both;
    overflow-x:hidden;
    overflow-y:scroll;
    height: 70vh;
}
#list_order {
    resize: both;
    overflow-x:hidden;
    overflow-y:scroll;
    padding-bottom: 1px;
    height: 70vh;
}


.icon_end{
    background: rgb(72, 34, 17);
    border-radius: 50px;
    color: #FFF;
    padding: 4px 7px 4px 8px;
    font-weight: bold;
    font-size: 10px;
}

.icon_before{
    background: #1061a7;
    border-radius: 50px;
    color: #FFF;
    padding: 4px 12px 4px 12px;
    font-weight: bold;
    font-size: 10px;
}
.icon_shipping{
    background: #ef4d11;
    border-radius: 50px;
    color: #FFF;
    padding: 4px 7px 4px 8px;
    font-weight: bold;
    font-size: 10px;
}






form .csv_update {
    margin: 0px auto;
    width: 100%;
    height: 400px;
    padding: 20px;
    text-align: center;
	
}

.upload-area {
    margin: auto;
    width: 100%;
    height: 300px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
}
.upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: 80px;
    text-align: center;
}
.upload-area p {
    width: 100%;
    position: absolute;
    top: 200px;
    opacity: .8;
    text-align: center;
}

#input-files {
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
	padding: 230px 0 0 38%;
}

#submit-btn {
    font-weight: bold;
    margin-top: 20px;
    border-radius: 3px;
    width: 200px;
    height: 45px;
    background-color: #547cbe;
	color: #FFF;
    border: none;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-align: center;
}
#submit-btn:hover {
    background-color: rgba(108, 168, 255, 1.0);
}
#submit-btn:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}

.btn_box{
    text-align: center;
    margin: 0 auto;
}

p.attention{
    font-size: 12px;
    margin-top: 10px;
}

.control-label.text-left {
    text-align: left;
}

input[type="file"] {
    width: 100%;
}

.help-block{
	font-size: 90%;
}



#tbl_price_list{
	background: #FFFFFF;
}



#tbl_price_list th{
    text-align: left;
    vertical-align: middle;
    background: #3388dd;
    color: #FFF;
}

#tbl_price_list td{
    vertical-align: middle;
    padding: 10px 10px 10px 10px !important;
    text-align: left
}

#tbl_price_list td.td_left{
	text-align: left;
}
#tbl_price_list td.td_right{
	text-align: right;
}
#tbl_price_list td.td_center{
	text-align: center;
}
#tbl_price_list td label{
	margin-right: 20px;
}

#tbl_price_list td p.attention{
	font-size: 90%;
	color:#CC0000;
}

.tais_title_box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.tais_title{
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
}

.tais_title_chk{
	
	margin-left: 20px;
}
.tais_title_chk label{
	font-weight: normal;
}

.tais_group_box{
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.tais_group_box p{
	margin: 0;
}

#tbl_tais_list{
	background: #FFFFFF;
	margin-bottom: 5px;
}



#tbl_tais_list th{
    text-align: center;
    vertical-align: middle;
    background: #3388dd;
    color: #FFF;
	padding: 3px 0;
}

#tbl_tais_list td{
    vertical-align: middle;
    padding: 3px 10px 5px 10px !important;
    text-align: left
}

#tbl_tais_list td.td_left{
	text-align: left;
}
#tbl_tais_list td.td_right{
	text-align: right;
}
#tbl_tais_list td.td_center{
	text-align: center;
}

#tbl_tais_outer{
	background: #FFFFFF;
	border: none;
	width: 100%;
}

#tbl_tais_outer p{
	margin: 0;
}

#tbl_tais_outer td{
    vertical-align: middle;
    padding: 0 0px 0 10px !important;
    text-align: left
}

#tbl_tais_outer td img{
	max-width: 120px;
}

#tbl_pid_list{
	background: #FFFFFF;
	margin-bottom: 0;
	width: 770px;
}

#tbl_pid_list input[type="radio"]{
	margin: 7px 0 0 0;
}


#tbl_pid_list th{
    text-align: center;
    vertical-align: middle;
    background: #43b46e;
    color: #FFF;
	padding: 3px 0;
}
#tbl_pid_list td{
    vertical-align: middle;
    padding: 0px 10px 0px 10px !important;
    text-align: left
}

#tbl_pid_list td.td_left{
	text-align: left;
}
#tbl_pid_list td.td_right{
	text-align: right;
}
#tbl_pid_list td.td_center{
	text-align: center;
}


.arrow_down {
	font-size: 100px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #39a9d6;
}
/* 三角 */
.arrow_down::before {
	position: absolute;
	top: 0.8em;
	left: -0.5em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #39a9d6;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
}


#tbl_input_list{
	background: #FFFFFF;
	margin-bottom: 5px;
}



#tbl_input_list th{
    text-align: center;
    vertical-align: middle;
    background: #d1a617;
    color: #FFF;
	padding: 3px 0;
}

#tbl_input_list td{
    vertical-align: middle;
    padding: 0 !important;
    text-align: left
}

#tbl_input_list td.td_left{
	text-align: left;
}
#tbl_input_list td.td_right{
	text-align: right;
}
#tbl_input_list td.td_center{
	text-align: center;
}

#tbl_input_list td.td_default{
	padding: 7px 10px 10px 10px !important;
}

.input_user_text{
    width: 100%;
	height: 30px;
    float: left;
    background: none;
    border: 1px solid #CCCCCC !important;
    text-align: left;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}

.input_user_text_none{
    width: 100%;
	height: 30px;
    float: left;
    background: none;
    border: none !important;
    text-align: left;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}

.input_user_textarea{
    width:100%;
    height:30px;
    border: 1px solid #CCCCCC !important;
    padding: 0 10px 0 10px !important;
    margin-top: 5px;
}

.input_user_price{
    width: 100%;
	height: 30px;
    float: left;
    background: none;
    border: 1px solid #CCCCCC !important;
    text-align: right;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}

.input_user_price_none{
    width: 100%;
	height: 30px;
    float: left;
    background: none;
    border: none !important;
    text-align: right;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}
.input_user_center{
    width: 100%;
	height: 30px;
    float: left;
    background: none;
    border: none !important;
    text-align: center;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}




.pager {
    margin: 0px 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.pager .pagination li a.active{
  color: #FFF;
  background: #333;
}
.pager .pagination li a.registered{
  color: #FFF;
  background: #9ba9c7;
}

.pager .pagination li a.reghold{
  color: #333;
  background: #ffff71;
}



.page_other_box{
	display: inline-block;
	vertical-align: top;
    margin-left: 10px;
}

.page_other_box .sabun{
	
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
	background-color: #CC0000;
	margin-right: 10px;
}

.page_other_box .sabun_off{
	
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
	background-color: #6a6a6a;
	margin-right: 10px;
}

.page_other_box .normal{
	
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
	background-color: #005AB5;
	margin-right: 10px;
}

.page_other_box .normal_off{
	
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
	background-color: #6a6a6a;
	margin-right: 10px;
}

.input_page_num{
    width: 60px;
	height: 30px;
    background: #FFF;
    border: 1px solid #CCC !important;
    text-align: center;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
	margin-left: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #604b3c;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #88705e;
}

.btn_u01,
a.btn_u01,
button.btn_u01 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 0.5rem;
	border: none;
}


.title_horyu{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}


.title_kakaku_download{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}


.btn_next{
	display: inline-block;
	width: calc( 50% - 20px );
	margin: 0 10px;
	box-sizing: border-box;
    float: left;
    margin-top: 0 !important;
}

.btn_kakaku_download{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 50px auto !important;
	box-sizing: border-box;
    margin: 0 auto;
}

.btn_horyu_download{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 10px auto !important;
	box-sizing: border-box;
    margin: 0 auto;
}

.btn_mitouroku_download{
	display: block;
	width: 100%;
	max-width: 50%;
	margin: 10px auto !important;
	box-sizing: border-box;
    margin: 0 auto;
}

.table_design09 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	max-width: 500px;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	margin: 5px auto 20px auto;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
  padding: 7px;
	font-size: 15px;
}
.table_design09 thead th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design09 tbody th {
  color: #4d9bc1;
}
@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display:none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design09 tbody th{
    background: #4d9bc1;
    color:#fff;
    text-align: center;
  }
  .table_design09 td::before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}

.table_design10 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	max-width: 500px;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	margin: 5px auto 20px auto;
}
.table_design10 tr {
  background-color: #e6f6e6;
}
.table_design10 tr:nth-child(even) {
  background-color: #fff;
}
.table_design10 th, .table_design10 td {
  padding: 7px;
	font-size: 15px;
}
.table_design10 thead th {
  background-color: #63c14d;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design10 tbody th {
  color: #63c14d;
}
@media screen and (max-width: 787px) {
  .table_design10 {
    border-radius: 0;
    text-align: left;
  }
  .table_design10 thead {
    display:none;
  }
  .table_design10 tr {
    background-color: unset;
  }
  .table_design10 th, .table_design10 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design10 tbody th{
    background: #4d9bc1;
    color:#fff;
    text-align: center;
  }
  .table_design10 td::before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}



#tbl_history_list{
	background: #FFFFFF;
}



#tbl_history_list th{
    text-align: center;
    vertical-align: middle;
    background: #3388dd;
    color: #FFF;
}

#tbl_history_list td{
    vertical-align: middle;
    padding: 0 10px 0 10px !important;
    text-align: left
}
#tbl_history_list td.number{
    padding: 0 !important;
	text-align: center;
	height: 35px;
	background: #3388dd;
    color: #FFF;
}
#tbl_history_list td.td_left{
	text-align: left;
}
#tbl_history_list td.td_right{
	text-align: right;
}
#tbl_history_list td.td_center{
	text-align: center;
}





/* 2024.07.03 */

.tais_group_box2{
	padding: 10px 0;
	border: none;
	background: none;
	margin-bottom: 20px;
}
.tais_group_box2 p{
	margin: 0;
}


#tbl_tais_list2{
	background: #FFFFFF;
	margin-bottom: 5px;
}



#tbl_tais_list2 th{
    text-align: center;
    vertical-align: middle;
    background: #3388dd;
    color: #FFF;
	padding: 3px 0;
	min-height: 20px;
}

#tbl_tais_list2 td{
    vertical-align: middle;
    padding: 3px 10px 5px 10px !important;
    text-align: left;
    height: 30px;
}

#tbl_tais_list2 td.td_left{
	text-align: left;
}
#tbl_tais_list2 td.td_right{
	text-align: right;
}
#tbl_tais_list2 td.td_center{
	text-align: center;
}



.pager_box {
    margin: 0px 0;
    float: left;
    width: 75%;
}
.search_box {
    margin: 0px 0;
    float: left;
    width: 25%;
    
}

.search_container{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #3879D9;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 100%;
  overflow: hidden;
    background: #FFF;
}
.search_container input[type="text"]{
  border: none;
  width: 80%;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -7px;
  outline : none;
}
.search_container input[type="button"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -7px;
  outline : none;
}
.tais_title_box2{
	width: 100%;
	overflow: hidden;
	padding: 7px 15px;
    margin: 20px 0;
    border: 1px dashed #333;
    background: #FFF;
}


.tais_title_box2 img{
    float: left;
    max-height: 50px;
    margin-right: 20px;
    
}
.tais_title2{
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
    margin-top: 8px;
	float: left;
}

.btn_next2{
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	box-sizing: border-box;
    float: right;
    margin-top: 8px !important;
}
.kakaku_box_title {
    margin: 0px 0;
    float: left;
    width: calc( (100% - 30px) / 3 );
	font-size: 15px;
}

.kakaku_box_title_arrow {
    margin: 0px 0;
    float: left;
    width: 30px;
}

.kakaku_box {
    margin: 0px 0;
    float: left;
    width: calc( (100% - 30px) / 3 );
    padding: 0 10px;
}

.kakaku_box_arrow {
    margin: 0px 0;
    float: left;
    width: 30px;
}




#tbl_input_list2{
	background: #FFFFFF;
	margin-bottom: 5px;
}





#tbl_input_list2 th{
    text-align: center;
    vertical-align: middle;
    background: #d1a617;
    color: #FFF;
	padding: 3px 0;
	min-height: 20px;
}

#tbl_input_list2 td{
    vertical-align: middle;
    padding: 3px !important;
    text-align: left;
}

#tbl_input_list2 td.td_left{
	text-align: left;
}
#tbl_input_list2 td.td_right{
	text-align: right;
}
#tbl_input_list2 td.td_center{
	text-align: center;
}

.input_user_text2{
    width: 100%;
	height: 26px;
    float: left;
    background: none;
    border: 1px solid #CCCCCC !important;
    text-align: left;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}

.input_user_text_none2{
    width: 100%;
	height: 24px;
    float: left;
    background: none;
    border: none !important;
    text-align: left;
    font-size: 14px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}
.input_user_textarea2{
    width:100%;
    height:45px;
    border: 1px solid #CCCCCC !important;
    padding: 0 10px 0 10px !important;
    margin-top: 0px;
    vertical-align: bottom;
}


#tbl_pid_list2{
	background: #FFFFFF;
	margin-bottom: 0;
	width: 770px;
}

#tbl_pid_list2 input[type="radio"]{
	margin: 7px 0 0 0;
}


#tbl_pid_list2 th{
    text-align: center;
    vertical-align: middle;
    background: #43b46e;
    color: #FFF;
	padding: 3px 0;
    height: 30px;
}
#tbl_pid_list2 td{
    vertical-align: middle;
    padding: 0px 10px 0px 10px !important;
    text-align: left;
    height: 30px;
}

#tbl_pid_list2 td.td_left{
	text-align: left;
}
#tbl_pid_list2 td.td_right{
	text-align: right;
}
#tbl_pid_list2 td.td_center{
	text-align: center;
}


.radio_text{
	display: none;
}

/* 長方形 */
.arrow_right {
	font-size: 14px;
	position: relative;
	width: 1em;
	height: 0.6em;
	background-color: #39a9d6;
	margin: 100px auto 0 auto;
}
/* 三角 */
.arrow_right::before {
	position: absolute;
	top: -0.5em;
	right: -0.6em;
	width: 0;
	height: 0;
	content: "";
	border-left: 0.8em solid #39a9d6;
	border-top: 0.8em solid transparent;
	border-bottom: 0.8em solid transparent;
}

p.font12{
	font-size: 12px;
}


.input_search_tais{
    width: 100%;
	height: 34px;
    background: #FFF;
    border: 1px solid #CCC !important;
    text-align: left;
    font-size: 16px !important;
    padding: 0 10px 0 10px !important;
	outline: none;
}

.TAISCodeIMG{
	float: left;
	width: 190px;
	
}


.TAISCodeIMG img{
	width: 100%;
	max-width: 170px;
}

.TAISCodeIMGList{
	float: left;
	width: calc( 100% - 190px );
}

.container_clear{
	line-height: 0;
}
.container_block {
display: flex;
flex-wrap: wrap; 
}
.block_114771 {
order: 20;
}
.block_114770 {
order: 50;
}
.block_114769 {
order: 30;
}


.btn-manual {
    padding: 40px 16px;
    font-size: 1.5vw;
    line-height: 1.5;
    border-radius: 6px;
	font-weight: 400;
}


.btn-pid-search{
	background: #ba5a4e;
	color: #FFF;
}

.btn-pid-search:hover{
	background: #af5044;
	color: #FFF;
}

.koushin-date{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


.beesupport_usage{
	position: absolute;
	top:0;
	right: 0;
	z-index: 10;
	background: #3879D9;
	border-radius: 20px;
	
	color: #FFF;
}

.beesupport_usage:hover{
	background: #326abe;
}

.beesupport_usage a{
	color: #FFF;
	display: block;
	padding: 3px 15px 4px 15px;
}


