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

section table th.color01{
    background: #d3c4e0;
}

section table th.color02{
    background: #e6f2e7;
}

section table th.color03{
    background: #c2e0b6;
}

section table th.color04{
    background: #bac5e4;
}

section table th.color05{
    background: #f5bc9e;
}

section table th.color06{
    background: #fdebbe;
}

section table th.color07{
    background: #f1e8df;
}

#distributed {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

#distributed section{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#distributed p.year {
	position: absolute;
	top: 0;
	right: 5%;
}

#distributed dl.number,
#distributed dl.distribution {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #333;
	line-height: 1;
}

#distributed dl.number dt,
#distributed dl.distribution dt{
	width: 40%;
	border-bottom: 1px solid #333;
	font-weight: bold;
	text-align: center;
}

#distributed dl.number dd,
#distributed dl.distribution dd{
	width: 60%;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
	text-align: center;
}

#distributed dl.number dt:last-of-type,
#distributed dl.number dd:last-of-type{
	border-bottom: none;
}

#distributed dl.distribution dt {
	font-weight: normal;
}

#distributed dl.distribution dt,
#distributed dl.distribution dd {
	border-bottom: none;
}

#distributed table{
	width: 100%;
	border: 1px solid #333;
	text-align: center;
}

#distributed table th{
	width: 40%;
	border-bottom: 1px solid #333;
	font-weight: normal;
	text-align: center;
}

#distributed table td{
	width: 60%;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
	text-align: center;
}

#distributed table tr:last-of-type th,
#distributed table tr:last-of-type td {
	border-bottom: none;
}
#distributed table tr:first-of-type td {
	font-weight: normal;
}

#distributed h2 + div.block dl.packing{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#distributed h2 + div.block dl.packing dt{
    width: 48%;
}

#distributed h2 + div.block dl.packing dd{
    width: 50%;
	text-align: right;
	position: relative;
}

#distributed h2 + div.block dl.packing dd::after{
	content: "";
    width: 100%;
	height: 1px;
	border-bottom: 2px dotted #333;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

#distributed h2 + div.block dl.packing dd span {
	background: #f4f4f2;
	display: inline-block;
	padding: 0 0 0 6px;
}

#schedule div.block{
	width: 90%;
	max-width: 768px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px;
}

#schedule section {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	background: #fdeff5;
}

#schedule section h2 {
	width: 102.5%;
	background: #ea63a0;
	padding: 8px 8px 8px 50px;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

#schedule section h2 span {
	font-size: 64%;
	font-weight: 700;
	display: inline-block;
	margin-left: 1.2em;
}

#schedule section h2::before {
	content: "";
	width: 50px;
	height: 50px;
	background: #faee00;
	box-shadow: 0 0 5px #999;
	position: absolute;
	border-radius: 50%;
	top: -10px;
	left: -15px;
	line-height: 0;
}

#schedule div.block section{
	width: 47%;
	margin: 0;
}

#schedule section div.box{
	padding: 26px 26px 15px 26px;
}

#schedule section table{
	width: 100%;
	border: 1px solid #333;
	background: #FFF;
}

#schedule section table th,
#schedule section table td{
	padding: 6px;
	text-align: center;
	border-bottom: 1px solid #333;
	vertical-align: middle;
}

#schedule section table th {
	font-weight: 700;
}

#schedule section table th:nth-child(n + 2),
#schedule section table td{
	border-left: 1px solid #333;
}

#schedule div.block section table td.yellow {
	background: #fff100;
}

#schedule section p.cap,
#schedule section p.cap2{
	margin-top: 1em;
}

#schedule section p.cap2{
	text-align: right;
	font-weight: 700;
	text-indent: -1em;
	padding-left: 1em;
}

#schedule section .box_inner table tr td:first-of-type {
	text-align: right;
}

#schedule section .box_inner table tr td.cannot {
	background: #c2c1c1;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	#distributed section {
        padding-top: 100px;
		padding-bottom: 100px;
    }
	
	#distributed section h1{
        font-size: 38px;
		font-size: 3.8rem;
		line-height: 1.2;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 30px;
    }
	
	#distributed section h1 span{
        display: inline-block;
		margin-right: 1em;
    }
	
	#distributed section p.year{
        font-size: 24px;
		font-size: 2.4rem;
    }
	
	#distributed dl.number,
	#distributed dl.distribution{
        margin-bottom: 30px;
    }
	
	#distributed dl.number dt,
	#distributed dl.number dd{
        font-size: 38px;
		font-size: 3.8rem;
		padding: 30px 0;
    }
	
	#distributed table{
        margin-bottom: 15px;
    }
	
	#distributed table tr th,
    #distributed table tr td {
		font-size: 28px;
		font-size: 2.8rem;
        padding: 10px 0;
    }
	
	#distributed dl.distribution {
        margin-bottom: 10px;
    }
	
	#distributed table tr td small{
		font-size: 70%;
    }
	
	#distributed dl.distribution dt{
        font-size: 32px;
		font-size: 3.2rem;
		padding: 20px 0;
    }
	
    #distributed dl.distribution dd {
        font-size: 38px;
		font-size: 3.8rem;
		padding: 20px 0;
    }
	
	#distributed dl.distribution + p.cap {
        font-size: 18px;
		font-size: 1.8rem;
    }
	
	#distributed h2 {
        font-size: 26px;
		font-size: 2.6rem;
		line-height: 1;
		font-weight: bold;
		margin: 20px 0 12px;
    }
	
	#distributed h2 + div.block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	#distributed h2 + div.block ul{
		width: 60%;
		list-style: none;
	}
	
	#distributed h2 + div.block ul li{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 5px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#distributed h2 + div.block dl.packing{
		width: 40%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
	}
	
	#distributed h2 + div.block dl.packing dt,
	#distributed h2 + div.block dl.packing dd{
        margin-bottom: 10px;
    }
	
	#distributed h2 + div.block dl.packing dd{
        margin-bottom: 10px;
    }
	
	#schedule section h2 {
        font-size: 22px;
		font-size: 2.2rem;
    }
	
	#schedule section table th,
    #schedule section table td{
        font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.6;
    }
	
	 #schedule div.block section:last-of-type table td{
        font-size: 20px;
		font-size: 2.0rem;
    }
	
	#schedule section table td{
        font-weight: 500;
    }
	
	#schedule div.block + section {
		margin-bottom: 100px;
	}
	
	#schedule section p.cap2{
        font-size: 14px;
		font-size: 1.4rem;
    }
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	#distributed section {
        padding-top: 20vw;
		padding-bottom: 10vw;
    }
	
	#distributed section h1{
        font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.6;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 30px;
    }
	
	#distributed section h1 span{
        display: block;
    }
	
	#distributed section p.year{
        font-size: 18px;
		font-size: 1.8rem;
    }
	
	#distributed dl.number,
	#distributed dl.distribution{
        margin-bottom: 30px;
    }
	
	#distributed dl.number dt,
	#distributed dl.number dd{
        font-size: 18px;
		font-size: 1.8rem;
		padding: 20px 0;
    }
	
	#distributed table{
        margin-bottom: 15px;
    }
	
	#distributed table tr th,
    #distributed table tr td {
		font-size: 18px;
		font-size: 1.8rem;
        padding: 10px 0;
    }
	
	#distributed dl.distribution {
        margin-bottom: 10px;
    }
	
	#distributed table tr td small{
		font-size: 70%;
		display: block;
    }
	
	#distributed dl.distribution dt{
        font-size: 20px;
		font-size: 2.0rem;
		padding: 20px 0;
    }
	
    #distributed dl.distribution dd {
        font-size: 22px;
		font-size: 2.2rem;
		padding: 20px 0;
    }
	
	#distributed dl.distribution + p.cap {
        font-size: 13px;
		font-size: 1.3rem;
    }
	
	#distributed h2 {
        font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: bold;
		margin: 20px 0 12px;
    }
	
	#distributed h2 + div.block {
		display: block;
	}
	
	#distributed h2 + div.block ul{
		width: 100%;
		list-style: none;
	}
	
	#distributed h2 + div.block ul li{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		margin-bottom: 5px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#distributed h2 + div.block dl.packing{
		width: 95%;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		margin: 15px auto 0;
	}
	
	#distributed h2 + div.block dl.packing dt,
	#distributed h2 + div.block dl.packing dd{
        margin-bottom: 10px;
    }
	
	#distributed h2 + div.block dl.packing dd{
        margin-bottom: 10px;
    }
	
	#distributed h2 + div.block dl.packing dt{
        width: 30%;
    }

    #distributed h2 + div.block dl.packing dd{
        width: 70%;
    }
	
	#schedule section h2 {
        font-size: 18px;
		font-size: 1.8rem;
		padding-left: 40px;
    }
	
	#schedule div.block + section h2 span {
        display: block;
		margin-left: 0;
		margin-top: 5px;
    }
	
	#schedule section h2::before {
        content: "";
        width: 40px;
        height: 40px;
        background: #faee00;
        box-shadow: 0 0 5px #999;
        position: absolute;
        border-radius: 50%;
        top: -webkit-calc(50% - 20px);
        top: -moz-calc(50% - 20px);
        top: calc(50% - 20px);
        left: -10px;
        line-height: 0;
    }
	
	#schedule section table th,
    #schedule section table td{
        font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
    }
	
	#schedule div.block{
        display: block;
        margin: 0 auto 40px;
		padding-top: 15vw;
    }
	
	#schedule div.block section{
        width: 100%;
    }
	
	#schedule div.block section + section{
       margin-top: 40px;
    }
	
	 #schedule div.block section:last-of-type table td{
        font-size: 18px;
		font-size: 1.8rem;
    }
	
	#schedule section table td{
        font-weight: 500;
    }
	
	#schedule div.block + section {
		margin-bottom: 15vw;
	}
	
	#schedule section p.cap2{
        font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
    }
	
	#schedule div.box_inner{
       width: 100%;
	   overflow:auto;
    }
	
	#schedule div.box_inner table{
       width: 660px;
    }
}

@media print, screen and (max-width: 480px){
	
	#distributed h2 + div.block dl.packing dt{
        width: 40%;
    }

    #distributed h2 + div.block dl.packing dd{
        width: 58%;
    }

}