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

.m_20 {
	margin: 20px;
}

/* .day_03
----------------------------------------------------------*/

.day_03 .bgy {
	background: yellow;
	display: inline-block;
}

.day_03 .toggle_box {
	display: none;
}


.day_03 .table01 {
	border-top: #333 1px solid;
	border-right: #333 1px solid;
	border-collapse: collapse;
	table-layout: fixed;
}

.day_03 .table01 th {
	background: #eaeaea;
	width: 10%;
	text-align: center;
}

.day_03 .table01 th,
.day_03 .table01 td {
	border-bottom: #333 1px solid;
	border-left: #333 1px solid;
	padding: 5px;
}

.day_03 .table01 td dl {
	display: flex;
	justify-content: flex-start;
	margin-left: 1em;
}

.day_03 .table01 td dt {
	/* min-width: 530px; */
	margin-right: 30px;
}

.day_03 .table01 img {
	width: 100%;
	max-width: 400px;
}

.day_03 .table01 .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 700px;
}

.day_03 .table01 .flex .color {
	width: 30%;
}

.day_03 .table_size {
	width: 95%;
	margin: 25px auto;
}

.day_03 .table_size tr {
	border-top: #333 1px solid;
	border-right: #333 1px solid;
}

.day_03 .table_size th {
	background-color: #d1edff;
	font-size: 0.8em;
}

.day_03 .table01 .bl_none {
	border-left: none;
}

.day_03 .imageflex img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.day_03 .mail dd {
	margin-left: 15px;
}

.day_03 #subtext {
	font-size: 0.75em;
	text-align: center;
}

.day_03 .formbtn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.day_03 .formbtn a {
	display: block;
	width: 40%;
	background-color: #b5e7b5;
	border: 2px solid #4d8b4d;
	border-radius: 6px;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
}

.day_03 .seminerstyle .formstyle {
	background-color: #3D8DF9;
	padding: 7px 17px;
	display: block;
	color: #fff;
	font-weight: 900;
	border-radius: 13px;
	border: 3px solid;
	margin: 40px auto 40px;
	text-align: center;
	width: 300px;
}

.day_03 .seminerstyle .formstyle:hover {
	opacity: 0.7;
}

.day_03 .seminerstyle #formlink {
	text-decoration: none;
}

.day_03 #flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.day_03 #flex2>div {
	padding: 0px;
	border: none;
}

.day_03 .texta-left {
	text-align: left !important;
}

.day_03 .text-left {
	text-align: left;
	text-indent: -1.2em;
	padding-left: 2.3em;
}

.day_03 .imageflex {
	display: flex;
	align-items: flex-start;
	margin: 20px;
	justify-content: flex-start;
}

.day_03 .imageflex.imageflex02 a img {
	max-width: 100%;
}

.day_03 .imageflex.imageflex01 a:first-of-type {
	width: 27.9%;
}

.day_03 .imageflex.imageflex01 a:nth-of-type(2) {
	width: 44.2%;
}

.day_03 .imageflex.imageflex01 a:last-of-type {
	width: 27.9%;
}

.day_03 .imageflex.imageflex02 a:first-of-type {
	width: 40.2%;
}

.day_03 .imageflex.imageflex02 a:last-of-type {
	width: 59.8%;
}

.day_03 .imageflex.imageflex03 a:first-of-type {
	width: 50%;
}

.day_03 .imageflex.imageflex03 a:last-of-type {
	width: 50%;
}

.day_03 .shopping_btn {
	display: inline-block;
	padding: 10px;
	background-color: #b5e7b5;
	border: 1px solid #4d8b4d;
	border-radius: 10px;
}

.day_03 .buy_form a {
	padding: 10px 0;
	color: #000 !important;
	background-color: #ccc;
	display: block;
	width: 60%;
	margin: 20px auto;
	border-radius: 0;
	text-align: center;
}

.day_03 .toggle {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.day_03 .toggle::after {
	content: "";
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
	clip-path: polygon(0px 0px, 100% 0px, 50% 100%);
	width: 20px;
	height: 10px;
	position: absolute;
	top: 9px;
	right: 0;
	display: inline-block;
	background: #000;
	transform: rotate(0);
}

.day_03 .toggle.active::after {
	transform: rotate(180deg);
}

.day_03 .img_day_03 {
	text-align: center;
}

.day_03 .img_day_03 img {
	max-width: 440px;
}

@media (max-width: 640px) {
	.day_03 #flex2 {
		display: block;
	}

	.day_03 img {
		display: block;
		margin: 20px auto 0px;
	}

	.day_03 .table01 th br {
		display: none;
	}

	.day_03 .table01 th,
	.day_03 .table01 td {
		padding: 1px;
	}

	.day_03 .table01 td dt {
		min-width: 160px;
	}

	.day_03 .formbtn a {
		width: 100%;
		margin-bottom: 10px;
	}

	.day_03 .img_day_03 img {
		max-width: 56% !important;
	}
}

/* .day_06
----------------------------------------------------------*/

.day_06 ul li {
	list-style-type: disc;
}

#main.day_06 ul {
	text-indent: 0;
	padding-left: 1em;
}