/* CSS Document */


body div.wrap article section {
	padding: 4rem 1rem 1rem 1rem;
}
body div.wrap article section::after {
	display: block;
	content: '';
	clear: both;
}

body div.wrap article section h1 {
	margin: 0 0 4rem 0;
}
/*
body div.wrap article section h1 {
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	margin: 0 0 4rem 0;
  	position: relative;
  	padding: 0.6em;
  	background: rgba(221, 203, 193, .4);
	border-radius: 1rem;
}
body div.wrap article section h1:after {
  	position: absolute;
  	content: '';
  	top: 100%;
  	left: 30px;
  	border: 15px solid transparent;
  	border-top: 15px solid rgba(221, 203, 193, .4);
  	width: 0;
  	height: 0;
}
*/

body div.wrap article section h2 {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0 0 0 0;
	margin:  0 0 6rem 0;
	
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 2rem auto;
}
body div.wrap article section h2::before {
	content: '';
	position: absolute;
	width: 150px;
	height: 2.5em;
	border-radius: 50%;
	border: 2px solid rgba(222, 105, 135, 1);
	border-left-color: transparent;
	border-right-color: transparent;
}

body div.wrap article section p {
	font-size: 1.1rem;
	padding: 0 0 0 0;
	margin:  0 0 2rem 0;
}

body div.wrap article section ul.arrange1 {
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 6rem 0;
	font-size: 0;
}
body div.wrap article section ul.arrange1 li {
	display: inline-block;
	width: 12.4rem;
	height: auto;
	padding: .5rem .5rem .5rem .5rem;
	margin:  0 0 0 0;
	border: 1px solid #ccc;
}
body div.wrap article section ul.arrange1 li:nth-of-type(even) {
	background: rgba(221, 203, 193, .2);
}
body div.wrap article section ul.arrange1 li h3 {
	width: 100%;
	height: auto;
	padding: .3rem;
	margin: 0 0 1rem 0;
	background: rgba(222, 105, 135, 1);
	border-radius: .3rem;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
}
body div.wrap article section ul.arrange1 li p {
	font-size: 1.1rem;
	padding: 0 0 0 0;
	margin:  0 0 .7rem 0;
}
body div.wrap article section ul.arrange1 li p span {
	display: block;
}
body div.wrap article section ul.arrange1 li img:nth-of-type(1) {
	width: 11rem;
	height: 11rem;
	object-fit: cover;
	margin-bottom: .7rem;
}
body div.wrap article section ul.arrange1 li img:nth-of-type(2) {
	width: 11rem;
	height: 7rem;
	object-fit: cover;
}

body div.wrap article section ul.arrange2 {
	width: 100%;
	height: auto;
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 6rem 0;
	font-size: 0;
}
body div.wrap article section ul.arrange2 li {
	display: block;
	margin: 0 0 2rem 0;
}
body div.wrap article section ul.arrange2 li::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section ul.arrange2 li h3 {
	font-size: 1.2rem;
	width: 25rem;
	height: auto;
	float: left;
}
body div.wrap article section ul.arrange2 li h3 span {
	display: block;
	width: 20rem;
	height: auto;
	padding: .5rem 0 .5rem .5rem;
	border-left: 3px solid rgb(222, 105, 135);
	font-weight: normal;
}
body div.wrap article section ul.arrange2 h3 img {
	width: 20rem;
	height: 20rem;
	object-fit: cover;
	margin: 1rem 0 0 0;
}
body div.wrap article section ul.arrange2 li p {
	width: 37rem;
	height: auto;
	padding: 4rem 0 0 0;
	float: right;
}

body div.wrap article section.timing {
	padding: 0 1rem 2rem 1rem;
}
body div.wrap article section.timing h2 {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
body div.wrap article section.timing h2:nth-of-type(1) {
	margin-top: 0;
}
body div.wrap article section.timing h3.bullet {
	position: relative;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 1rem 2rem 1.5rem 3rem;
	margin: 0 0 1rem 0;
	border-left: initial;
	border-bottom: 1px solid #999;
}
body div.wrap article section.timing h3.bullet span {
	color: rgb(222, 105, 135);
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	bottom: 1rem;
	left: 0;
}
body div.wrap article section.timing h3 {
	padding: .5rem 0 .5rem .5rem;
	margin: 0 0 1rem 0;
	border-left: 3px solid rgb(222, 105, 135);
	font-weight: normal;
}
body div.wrap article section.timing dl {
	width: 100%;
	height: auto;
	padding: 0 0 0 1rem;
}
body div.wrap article section.timing dl::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.timing dl dt {
	display: block;
	width: 10rem;
	height: auto;
	margin: 0 0 .5rem 0;
	font-size: 1.1rem;
	font-weight: normal;
	float: left;
}
body div.wrap article section.timing dl dt.whey {
	color: #da7843;
}
body div.wrap article section.timing dl dt.soy {
	color: #34692e;
}
body div.wrap article section.timing dl dd {
	display: block;
	width: 50rem;
	height: auto;
	font-size: 1.1rem;
	margin: 0 0 .5rem 0;
	float: right;
}

body div.wrap article section.timing p {
	margin-left: 1rem;
}
body div.wrap article section.timing div {
	width: 100%;
	height: auto;
	text-align: center;
/*	margin-top: 4rem;	*/
}
body div.wrap article section.timing div.double::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.timing div + p {
	font-size: .9rem;
	color: #999;
	text-align: center;
/*	margin-bottom: 4rem;	*/
}
body div.wrap article section.timing div img {
	width: 75%;
	height: auto;
	padding: .5rem;
	margin-bottom: .5rem;
	border: 1px solid #ccc;
}
body div.wrap article section.timing div.double img:nth-of-type(even) {
	width: 49%;
	height: auto;
	float: right;
}
body div.wrap article section.timing div.double img:nth-of-type(odd) {
	width: 49%;
	height: auto;
	float: left;
}
body div.wrap article section.timing div.table_wrap table {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 2rem 0 2rem 0;
	border: 1px solid #fff;
	font-size: 1rem;
}
body div.wrap article section.timing div.table_wrap table caption {
	caption-side: top;
	text-align: center;
	color: initial;
	font-size: 1.2rem;
}
body div.wrap article section.timing div.table_wrap table tr th{
	background-color: rgba(222, 105, 135, 1);
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	padding: .5rem .5rem .5rem .5rem;
}
body div.wrap article section.timing div.table_wrap table tr td {
	border: 1px solid #fff;
	padding: .5rem .5rem .5rem .5rem;
}
body div.wrap article section.timing div.table_wrap table tr:nth-child(even) td {
	background-color: rgba(222, 105, 135, .2);
}
body div.wrap article section.timing div.table_wrap table tr:nth-child(odd) td {
	background-color: rgba(222, 105, 135, .5);
}



@media only screen and (max-width: 480px) {

	body div.wrap article section {
		padding: 2rem 1rem 2rem 1rem;
	}
	body div.wrap article section h1 {
		text-align: center;
		font-size: 1.5rem;
		font-weight: normal;
		margin: 0 0 4rem 0;
	}
	body div.wrap article section h1 span {
		display: block;
	}
	body div.wrap article section h2 {
		font-size: 1.2rem;
	}
	body div.wrap article section p {
		padding: 0 0 0 0;
	}
	
	body div.wrap article section ul.arrange1 {
		margin:  0 0 4rem 0;
	}
	body div.wrap article section ul.arrange1 li {
		display: block;
		width: 100%;
		padding: 0 0 0 0;
		margin:  0 0 2rem 0;
		border: initial;
	}
	body div.wrap article section ul.arrange1 li:nth-of-type(even) {
		background: initial;
	}
	body div.wrap article section ul.arrange1 li h3 {

	}
	body div.wrap article section ul.arrange1 li p {
		font-size: 1.1rem;
		padding: 0 0 0 .5rem;
		margin:  0 0 .7rem 0;
	}
	body div.wrap article section ul.arrange1 li p span {
		display: inline;
	}
	body div.wrap article section ul.arrange1 li img:nth-of-type(1) {
		width: 100%;
		height: 100vw;
		object-fit: cover;
		margin-bottom: .7rem;
	}
	body div.wrap article section ul.arrange1 li img:nth-of-type(2) {
		width: 100%;
		height: 50vw;
		object-fit: cover;
	}

	body div.wrap article section ul.arrange2 {
		width: 100%;
		height: auto;
		list-style: none;
		padding: 0 0 0 0;
		margin:  0 0 2rem 0;
		font-size: 0;
	}
	body div.wrap article section ul.arrange2 li {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 2rem 0;
	}
	body div.wrap article section ul.arrange2 li h3 {
		font-size: 1.2rem;
		width: 100%;
		height: auto;
		float: initial;
	}
	body div.wrap article section ul.arrange2 li h3 span {
		display: block;
		width: 100%;
		height: auto;
		padding: .5rem 0 .5rem .5rem;
		border-left: 3px solid rgb(222, 105, 135);
		font-weight: normal;
	}
	body div.wrap article section ul.arrange2 h3 img {
		width: 100%;
		height: 100vw;
		object-fit: cover;
		margin: 1rem 0 0 0;
	}
	body div.wrap article section ul.arrange2 li p {
		width: 100%;
		height: auto;
		padding: 1rem 0 0 0;
		float: initial;
	}

	body div.wrap article section.timing dl::after {
		display: block;
		content: '';
		clear: both;
	}
	body div.wrap article section.timing dl dt {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 .5rem 0;
		font-size: 1.1rem;
		font-weight: normal;
		float: initial;
	}
	body div.wrap article section.timing dl dd {
		display: block;
		width: 100%;
		height: auto;
		font-size: 1.1rem;
		margin: 0 0 .5rem 0;
		float: initial;
	}

body div.wrap article section.timing p {
	margin-left: 1rem;
}
body div.wrap article section.timing div {
	width: 100%;
	height: auto;
	text-align: center;
/*	margin-top: 4rem;	*/
}
body div.wrap article section.timing div.double::after {
	display: block;
	content: '';
	clear: both;
}
body div.wrap article section.timing div + p {
	font-size: .9rem;
	color: #999;
	text-align: center;
/*	margin-bottom: 4rem;	*/
}
body div.wrap article section.timing div img {
	width: 100%;
	height: auto;
	margin-bottom: .5rem;
}
body div.wrap article section.timing div.double img:nth-of-type(even) {
	width: 100%;
	height: auto;
	float: initial;
}
body div.wrap article section.timing div.double img:nth-of-type(odd) {
	width: 100%;
	height: auto;
	float: initial;
}
	body div.wrap article section.timing div.table_wrap {
    	max-width: 100%;
    	margin: 0 auto 0 auto;
    	overflow: auto;
	}
	body div.wrap article section.timing div.table_wrap table {
		width: 64rem;
		height: auto;
	}
	.scroll-hint-icon {
    	top: 45vw;
	}


}

