@charset "utf-8";

/*
hanten
半纏・法被
*/

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


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

.tairyo #Sec01 .txt{
	margin: 100px auto;
}

.tairyo #Sec01 .tairyo_box{
	margin-top: 80px;
}

.tairyo #Sec01 .tairyo_box .txt{
	margin: 30px auto;
}

.tairyo #Sec01 .tairyo_box .img_list{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tairyo #Sec01 .tairyo_box .img_list:after{
	content: "";
	width: 225px;
	margin: 0 5px 30px;
}
.tairyo #Sec01 .tairyo_box .img_box{
	width: 225px;
	margin: 0 5px 30px;
}
.tairyo #Sec01 .tairyo_box .img_box .img{
	margin-bottom: 5px;
}

.tairyo .flow_line{
	display: flex;
	align-items: center;
	flex-wrap: wrap; 
}

.tairyo .flow_line .flow_box{
	background: #000033;
	color: #fff;
	min-width: 160px;
	height: 105px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	margin-bottom: 10px;
}

.tairyo .flow_line p.arrow{
	margin: 0 11px;
}


.tairyo .table{
}

.tairyo table.temp02 th{
	background: #000033;
	color: #fff;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

.tairyo table.temp02 tr:first-child td .btn{
	background: #000033;
	text-align: center;
	min-height: 30px;
	line-height: 30px;
	border-radius: 4px;
	width: 163px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 1.4rem;

}

.tairyo table.temp02 tr:first-child td .btn a{
	color: #fff;
	display: block;
}

.tairyo table.temp02 td{
	text-align: center;
	border-bottom: 1px dashed #000033;
	font-size: 1.6rem;
	vertical-align: middle;
	padding: 15px;
	border-left: solid 50px #ffffff;
	box-sizing: border-box;
}

.tairyo table.temp02 tr:first-child td{
	font-size: 1.8rem;
	font-weight: bold;
}

.tairyo table.temp02 tr td span{
	font-size: 1.4rem;
}

.tairyo table.temp02 th.small{
	font-size: 1.4rem;
	line-height: 20px;
}

.tairyo table.temp02 tr:first-child td{
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}


.tairyo table.temp02 tr.size th{
	width: 49px;
}

.tairyo table.temp02 tr.size th:first-child{
	border-right: 1px solid #fff;
}

.tairyo table.temp02 tr.size th:nth-child(2){
	width: 145px;
}


.tairyo .note{
	margin-top: 20px;
}

.tairyo .btn_box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.tairyo .btn_box .link_btn{
	width: 48%;
}


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

.tairyo .price_box{
}

.tairyo .price_box th{

}

.tairyo .price_box tr td{
}

.link_btn.right{
	width: 100%;
}

.tairyo table.temp02 td{
	margin-left: 10px;
}

.tairyo table.temp02 tr.size th{
	width: 49px;
}

.tairyo table.temp02 tr.size th:nth-child(2){
	width: 145px;
}

#Main .tairyo .sp{
	display: block !important;
}

.tairyo .table {
    overflow-x: scroll;
    min-width: auto;
}

.tairyo .table table{
	width: 960px;
}

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

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

/* #Sec01
-----------------------------------------------------------------*/
.tairyo #Sec01{
}
.tairyo #Sec01 .inner{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.tairyo #Sec01 .tairyo_box .img_box{
	margin: 0 auto 30px;
}

.tairyo .flow_line .flow_box{
	width: 38%;
	min-width: 110px;
}

.tairyo .flow_line p.arrow{
	margin: 0 6px;
}


.tairyo .table{
	overflow-x: scroll;
	min-width: auto;
}

.tairyo table.temp02{
	width: 960px;
}

.tairyo table.temp02 th{
	height: 60px;
}

.tairyo table.temp02 td{
	width: 200px;
}

.tairyo .btn_box{
	display: block;
	margin-top: 10px;
}
.tairyo .btn_box .link_btn{
	width: 100%;
	margin-top: 20px;
}

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

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.tairyo #Sec01 .tairyo_box .img_list{
	display: block;
	margin: 0 auto;
}

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