@charset "utf-8";

/*
hata
旗
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2){
	display: none;
}

.md{
	display: none;
}

/* #Sec01
-----------------------------------------------------------------*/
.hata #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.hata #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.hata #Sec01 h2.ttl{
	margin-top: 60px;
}

.hata #Sec01 .web_list_box ul{
	max-width: 1040px;
	margin: 0 auto;
}

.hata #Sec01 .web_list_box ul li:first-child{
    margin-top: 100px;
}

.hata #Sec01 .web_list_box ul li {
    background: #993333;
    margin-bottom: 20px;
}

.hata #Sec01 .web_list_box ul li a{
	display: flex;
    color: #fff;
}
.hata #Sec01 .web_list_box ul li .txt_box .ttl {
    font-size: 2.6rem;
    font-weight: 700;
}
.hata #Sec01 .web_list_box ul li .txt_box {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.hata #Sec01 .web_list_box ul li .img {
    width: 50%;
}

.hata #Sec01 .web_list_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hata_box{
	margin-top: 60px;
}

.hata_box table.temp02{
	width: 100%;
}

.hata_box table.temp02 th{
	background: #000033;
	color: #ffffff;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	width: 180px;
	padding: 15px;
}
.hata_box table.temp02 td{
	text-align: center;
	border-bottom: 1px dashed #000033;
	font-size: 1.6rem;
	border-left: 20px solid #fff;
	width: 300px;
	word-break : break-all;
	padding: 15px;
	vertical-align: top;
}
.hata_box table.temp02 tr.heading td{
	vertical-align: middle;
}
.hata_box table.temp02 td .img_box{
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
		width: 330px;
}
.hata_box table.temp02 td .img_box.first{
	padding-top: 0;
}
.hata_box table.temp02 td .img_box .img{
	width: 48%;
}
.hata_box table.temp02 td .img_box .txt{
	width: 48%;
	-ms-flex: 0 1 auto;
}

.hata_box_02{
	margin-top: 60px;
}
.hata_box_02 .ctr{
	text-align: center;
}
.hata_box_02 .ctr img{
	max-width: 100%;
	height: auto;
}

.hata_box_03{
	margin-top: 60px;
	margin-bottom: 80px;
}

.hata_box_03 .img_box {
	display: flex;
	justify-content: space-between;
}

.hata_box_03 .img_box .txt{
	width: 66%;
}
.hata_box_03 .img_box .img{
	width: 28%;
}
.hata_box_03 .img_box .img img{
	width: 100%;
	height: auto;
}
.hata_box_03 .img_box .img p{
	margin-bottom: 20px;
}


@media screen and (max-width: 980px) {
/* 980pxまでの幅の場合に適応される */

.md{
	display: inline-block;
}

/* #Sec01
-----------------------------------------------------------------*/
.hata #Sec01 .inner{
	max-width: 100%;
}


.hata .table
{
    width: 100%!important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
}
.hata_box table.temp02 td .img_box{
    display: block;
    padding-top: 50px;
}


}

@media screen and (max-width: 767px) {
.hata #Sec01{
	padding: 0 50px;
}

.hata  #Sec01 .web_list_box ul li a{
	display: block;
}

.hata #Sec01 .web_list_box ul li .txt_box,
.hata #Sec01 .web_list_box ul li .img{
	width: 100%;
}

.hata_box_03{
	margin-bottom: 0px;
}

.hata_box_03 .img_box {
	display: block;
}

.hata_box_03 .img_box .txt{
	width: 100%;
}
.hata_box_03 .img_box .img{
	width: 100%;
	margin-top: 30px;
}
.hata_box_03 .img_box .img img{
	width: 100%;
	height: auto;
}
.hata_box_03 .img_box .img p{
	margin-bottom: 20px;
}


}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}