@charset "utf-8";
/* CSS Document */
@import url("style.css");
#aisatsu {
	padding: 100px calc(50% - 400px);
	background: #f8f8f8;
}
#aisatsu img {
	float: left;
	height: 250px;
	margin: 0 30px 0 0;
}
#whats {
	padding: 100px calc(50% - 400px);
}
#whats > img:nth-of-type(1) {
	height: 100px;
	display: table;
	margin: 50px auto;
}
#whats > img:nth-of-type(2) {
	float: right;
	margin: 0 0 50px 50px;
	height: 200px;
}
#overview {
	background: #f8f8f8;
}
#overview table {
	width: 100%;
	border: none;
	/* margin-bottom: 50px; */
	border-bottom: double 3px #ddd;
}
#overview table tr {
	border-bottom: dotted 1px #ccc;
}
#overview table th {
	padding: 20px;
	font-weight: 500;
	width: 250px;
	border: none;
	background: transparent;
}
#overview table td {
	padding: 20px;
	border: none;
}
#overview table td small {
	font-size: 12px;
}
#overview table td ul {
	list-style: disc;
	margin-left: 1.5rem;
}
#overview table td ul li {
	margin-bottom: .5rem;
}
#overview table td dl {}
#overview table td dl dt {
	float: left;
}
#overview table td dl dd {
	padding: 0 0 10px 100px;
}
#overview > ul {
	display: flex;
	justify-content: space-between;
	margin: 50px 50px 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
#overview > ul li {
	width: calc(50% - 10px);
}
#overview > ul li iframe {
	display: block;
	width: 100%;
	height: 620px;
	margin: 10px 0 0;
}
#procedure {}
#procedure h3 {
    text-align: left;
    margin: 50px 0 20px;
}
#procedure ol {
	counter-reset: num;
	margin: 0 0 0 1rem;
}
#procedure ol li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 1rem;
}
#procedure ol li:before {
	counter-increment: num;
	content: counter(num)".";
	position: absolute;
	left: 0;
	font-weight: 900;
}
#procedure ol li div {
    background: #eaf6fd;
    border: double #09f;
    padding: 1rem;
    margin: 10px;
    width: 900px;
    box-sizing: border-box;
}
#procedure table {
    margin: 10px;
    border: solid #09f;
    border-width: 1px 0 0 1px;
    width: 900px;
}
#procedure table tr {}
#procedure table th {
    background: #eaf6fd;
    border: solid #09f;
    border-width: 0 1px 1px 0;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
#procedure table td {
    border: solid #09f;
    border-width: 0 1px 1px 0;
    padding: 10px;
}
#procedure p{
    margin: 0 0 1rem 1rem;
}
#procedure p + table{
    margin-left: calc(2rem + 10px);
}
#procedure > ul {
	display: flex;
	justify-content: space-between;
	margin: 50px 50px 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
#procedure > ul li {
	width: calc(50% - 10px);
}
#procedure > ul li iframe {
	display: block;
	width: 100%;
	height: 620px;
	margin: 10px 0 0;
}
#privacy{}
#privacy ul {
	font-size: 15px;
	margin: 2rem 2rem;
}
#privacy ul li {
	margin: 0 0 2rem;
}
#privacy ul li b {
	color: #666;
	font-size: 15px;
	display: block;
    font-weight: 700;
    margin: 0 0 1em;
}
@media (max-width: 768px) {
#aisatsu {
    padding: 50px 20px;
}
#aisatsu img {
    float: none;
    display: table;
    margin: auto;
}
#whats {
    padding: 50px 20px;
}
#whats > img:nth-of-type(1) {}
#whats > img:nth-of-type(2) {
    float: none;
    display: table;
    margin: auto;
}
#overview {}
#overview table {}
#overview table tr {
    display: block;
}
#overview table th {
    display: block;
    text-align: left;
    font-weight: bold;
    padding: 10px;
}
#overview table td {
    display: block;
    padding: 0 20px 10px;
}
#overview table td small {}
#overview table td ul {}
#overview table td ul li {}
#overview table td dl {}
#overview table td dl dt {}
#overview table td dl dd {}
#overview > ul {
    margin: 50px 0;
    flex-direction: column;
}
#overview > ul li {
    width: 100%;
}
#overview > ul li iframe {aspect-ratio: 1 / 1.4;height: auto;}
#procedure {}
#procedure h3 {}
#procedure ol {}
#procedure ol li {}
#procedure ol li:before {}
#procedure ol li div {
    width: auto;
}
#procedure table {
    width: auto;
}
#procedure table tr {}
#procedure table th {
}
#procedure table td {
}
#procedure p{}
#procedure p + table{}
#procedure > ul {
    margin: 50px 0;
    flex-direction: column;
}
#procedure > ul li {
    width: 100%;
}
#procedure > ul li iframe {
    aspect-ratio: 1 / 1.4;
    height: auto;
}
#privacy{}
#privacy ul {}
#privacy ul li {}
#privacy ul li b {}
}