#breadcrumb {display:none;}

@media screen and (max-width: 800px){
.list_nav_header a{
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}
}

.in_text {font-size:18px;}
.img_center_wear img{
    margin-bottom:2%;margin-top:5%;}


@media screen and (max-width:992px) {
.kendo_table{ font-size: 14px;}
.kendo_table th{ font-size: 14px;}
.main_container_table_top{
    font-size: 14px;}
}

@media screen and (max-width:767px) {

.in_text {font-size:14px;}
.in_ttl {font-size:14px;}
.main_container_title {font-size:20px;}
.main_container_title_underline  {font-size:18px;}
.container_white{
    padding: 15px 3%;
}

.main_container_table_middle {
    font-size: 12px;}
.main_container_table_bottom{
    font-size: 12px;}
.img_center_wear img{
    width: 60%;}
}


.flex {
    width: 100%;
    display: flex;
}

.flex img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 800px;
}
@media screen and (min-width: 1900px){
.flex img {
    max-height:950px;
}
}