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

/* PC版 1920px版*/
html {
	margin: 0;
	font-size: 62.5%;
	font-family: sans-serif;
}
body {
	background-color: #00B0F0;
	height: auto;
	margin: 0 auto;
	font-size: 1.6rem;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #333;
}
#wrap {
	margin: 0 auto;
}
#sub-wrap {
	padding-top: 100px;
}

/* HEADER */
header {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	position: fixed;
	box-shadow: 1px 1px 5px #888;
}
header a {
	color: #000000;
	text-decoration: none;
	width: auto;
	text-align: center;
}
header h1 {
	display: flex;
	flex-direction: row;
	margin: 5px;
}
header h1 div {
	width: auto;
	height: 60px;
}
header h1 p {
	margin: 0;
}
header h1 p span {
	font-size: 0.4em;
	font-weight: 500;
	display: block;
	line-height: 1.3;
	width: 350px;
	margin: 0 auto;
	text-align: left;
}
header h1 p span:nth-child(2) {
	font-size: 0.7em;
	font-weight: 600;
	display: block;
	width: 100%;
}
header h1 img {
	display: block;
	width: auto;
	height: 100%;
}
header address {
	width: 370px;
}
header address p span {
	font-size: 1em;
	font-weight: 400;
	display: block;
	line-height: 1.3;
}
.tel {
	font-size: 1.8rem;
	font-weight: 800;
	color: #8d8d8d;
}
nav {
	padding: 0 15px;
	box-sizing: border-box;
}
.nav ul {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style-type: none;
	color: #000;
	font-weight: 800;
	height: auto;
	margin: 0 auto;
	width:100%;
}
.nav ul li {
		width: 110px;
}
.nav ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 800;
	background-color: #ffffff;
	width: 110px;
	height: 70px;
	margin: 5px;
	border-radius: 2px;
	text-align: center;
	border: 2px solid #ddd;
	/*コレ*/vertical-align:middle;
    /*コレ*/display: table-cell;
	box-sizing: border-box;
	padding: 5px;
}
.nav ul li a:hover {
		background-color: #eee;
		width: 110px;
		height: 70px;
		margin: 5px;
		text-align: center;
		border: 2px solid #ddd;
		/*コレ*/vertical-align:middle;
	    /*コレ*/display: table-cell;
		box-sizing: border-box;
		padding: 5px;
	}
#sub-wrap {

}
main {
	display: flex;
	justify-content: center;
	gap: 10px;
	_background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 3px;
}
.main {
	order: 2;
	display: flex;
	flex-direction: row;
	padding: 0 2%;
	padding: 40px 40px 80px 40px;
}
#school .division {
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
#school .divsion .main-img {
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
#school .info img {
	aspect-ratio: unset;
}
#school .info a img:hover {
    opacity: .7;
}
#taiyoukou .main .taiyoukou img {
	border: 1px solid #888;
}
.main-img img {
	display: block;
	width:100%;
	aspect-ratio: unset;
	border: 1px solid #333;
}
.info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;

}
.gmap {
	border: 1px dotted #ccc;
	background-color: #ccc;
	width: 100%;
	height: 200px;
}
/* 業務内容 */
.division {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: 90%;
}
#confirm form .naiyou {
box-sizing: border-box;
    padding: 15px;
    border: 1px solid #333;
    margin: 15px 0;
}
#confirm form .naiyou div {
	display: flex;
	align-items: center;
	gap: 5px;
}
#confirm form .naiyou div label {
	font-weight: 800;
	width: 150px;
}
#confirm .division {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	flex-wrap: wrap;
	box-sizing: border-box;
	height: 90%;
	width: 100%;
}
#taiyoukou .division {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
#taiyoukou .division img {

}
.detail {
	display: block;
	border: 1px solid #ddd;
	width: fit-content;
	background-color: #eee;
	float: right;
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 7px;
}
.detail:hover {
	background-color: #333;
	color: #fff;
	border-radius: 7px;
}
section h3 {
	font-size: 1em;
	margin: 17px 0 14px;
	height: 3em;
}
.flight_studio img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0 auto;
}
.flight_studio,
.flight_office {
	padding: 15px;
	background-color: #fffffff5;
	border-radius: 3px;
	box-sizing: border-box;
	_border: 5px solid #00B0F0;
	margin: 0;
	_width: fit-content;
	max-width: 350px;
	min-width: 340px;
}
.sub-main {
	padding: 15px;
	background-color: #fffffff5;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
}
#confirm .sub-main {
	padding: 15px;
	background-color: #fffffff5;
	border-radius: 3px;
	box-sizing: border-box;
	width: 100%;
}
main h2 {
	font-size: 1.6rem;
	margin: 0;
	padding: 10px 0;
}
.flight_studio p,
.flight_office p {
	margin: 0;
}
section {
	width: 100%;
	box-sizing: border-box;
}
section p {
	heignt: 230px;
}
section img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.section--4 img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.section--1 {
	order: 1;
	position: relative;
	height: auto;
	_background-color: #fff;
}
.section--1 p {
	padding-bottom: 30px;
}
.section--2 {
	order: 2;
	position: relative;
	height: 100%;
}
.section--2 p {
	padding-bottom: 30px;
}
.section--3 {
	order: 3;
	position: relative;
	height: 100%;
}
.section--3 p {
	padding-bottom: 30px;
}
.section--4 {
	order: 4;
	position: relative;
	height: 100%;
}
.section--4 p {
	padding-bottom: 30px;
}
.section--4:hover {
}
.section--4 a:hover img {
}
.school-section,
.satuei,
.kounyuu,
.taiyoukou {
	position: relative;
	height: 90%;
}
.url {
display: block;
background-color: yellow;

}


/* コンタクト */
#confirm .main {
	display: flex;
	flex-direction: row;
}
#contact .division {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#contact header p {
	display: flex;
	flex-direction: column;
}
#contact form p {
	display: flex;
	flex-direction: row;
}
#contact form p.kinds {
	display: flex;
	flex-direction: column;
}
#contact form input {
	padding: 10px;
}
#contact label {
	display: inline-block;
	width: 100px;
	_background:pink;
	font-weight: 800;
}
#contact label.gender {
	width: 50px;
	font-weight: 500;
}
#contact .kinds label {
	width: auto;
	font-weight: 800;
}
#contact .kinds label span {
	font-size: 1.5rem;
	color: #000;
	width: 300px;
	font-weight: 500;
}
#contact label.gender input {
	width: 20px;
}
#contact form span {
	width: 100px;
	color: red;
	
}
#contact label span {
	font-size: 1rem;
	font-weight: 500;
}
#contact form input[type="radio"] {
	padding: 10px;
	width: 20px;
}
#contact form input[type="checkbox"]  {
	padding: 10px;
	width: 20px;
}
#contact textarea {
	padding: 10px;
	width: 216px;
	height: 400px;
}
#contact form div.kinds>label {
    padding: 5px;
    margin: 10px;
}
#contact form {
	border: 1px solid;
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#contact form p {
	padding: 5px;
	margin: 10px;
}
#contact form p.submit {
	float: right;
}
/* アサイド */
.aside1 {
	order: 1;
}
.aside2 {
	order: 3;
}
aside {
	width: 100px;
	background-color: #fff;
	order: 1;
	margin: 15px;
	padding: 10px;
	border-radius: 10px;
}
footer {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	_position: fixed;
	_bottom: 0;
	padding-bottom: 53px;
}
footer p {
	height: auto;
	margin: 0 auto;
}
footer p small {
	text-align: center;
	padding: 3px 11px;
	box-sizing: border-box;
	border-radius: 26px;
	margin-bottom: 8px;
	background: #fff;
}

/* 幅が 1080px以上 1365px以下であれば 
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
@media (min-width:1080px) and (max-width:1365px) { 
	.division {
		grid-template-columns: 1fr 1fr;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
}
/* 幅が 900px以上 1079px以下であれば 
◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
@media (min-width:900px) and (max-width:1079px) { 
	html {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-size: 62.5%;
	}
	body {
		background-color: aquamarine;
		height: auto;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	header {
	    position: absolute;
	    z-index: 9999;
	}
	header h1 {
		display: flex;
		flex-direction: row;
		margin: 5px;
	}
	header h1 div {
		width: auto;
		height: 60px;
	}
	#sub-wrap {
		padding-top: 100px;
	}
	#contact .division {
		display: grid;
		grid-template-columns: 1fr;
	}
	.main {
		order: 2;
		display: flex;
		flex-direction: row;
		padding: 15px;
		height: fit-content;
	}
	.division {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		flex-wrap: wrap;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
	.flight_studio, .flight_office {
		padding: 15px;
		background-color: #ffffff;
		border-radius: 3px;
		box-sizing: border-box;
		margin: 0;
		max-width: 300px;
		min-width: 279px;
	}
 }
 /* 幅が 600px以上 900px以下であれば◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
@media (min-width:600px) and (max-width:900px) { 
	.division {
		grid-template-columns: 1fr;
	}
	#contact .division,
	#confirm .divsion {
		display: grid;
		grid-template-columns: 1fr;
	}
	.main {
		padding: 20px;
	}
	header {
		background-color: rgba(255, 255, 255, 1);
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		    position: absolute;
		    z-index: 9999;
		    box-shadow: 1px 1px 5px #888;
	}
	header a {
		margin: 0 auto 7px;
	}
	header h1 {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
}
/* 幅が 430px以上 600px以下であれば ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
@media (min-width:430px) and (max-width:900px) {
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		text-decoration: none;
		box-sizing: border-box;
	}
	a {
		color: #000000;
	}
	html {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-size: 62.5%;
	}
	body {
		background-color: #00B0F0;
		height: auto;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	#wrap {
		margin: 0 auto;
	}
	#sub-wrap {
		padding-top: 200px;
	}
	.tel {
		font-size: 1.8rem;
		font-weight: 800;
		color: #8d8d8d;
	}
	header {
		background-color: rgba(255, 255, 255, 1);
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		z-index: 9999;
		position: absolute;
		box-shadow: 1px 1px 5px #888;
	}
	header a {
		margin: 0 auto 7px;
	}
	header h1 {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	header h1 div {
		width: auto;
		height: 60px;
		text-align: center;
		margin: 0 auto;
	}
	header h1 p span {
		width: 350px;
		margin: 0 auto;
		text-align: center;
		font-size: 0.4em;
	    font-weight: 500;
	    display: block;
	    line-height: 1.3;
	}
	header h1 p span:nth-child(2) {
		font-size: 1.7rem;
		font-weight: 600;
		display: block;
	}
	header h1 img {
		display: block;
		margin: 0 auto;
	}
	header address {
		width: 370px;
	}
	header address p span {
		font-size: 1em;
	    font-weight: 400;
	    display: block;
	    line-height: 1.3;
	}
	.nav {
		display: flex;
		margin: 0 auto;
		width: 375px;
	}
	.nav ul {
		display: flex;
		text-decoration: none;
		list-style-type: none;
		margin: 7px;
	}
	.nav ul li{
		text-decoration: none;
		list-style-type: none;
	}
	.nav ul li a {
		background-color: #ffffff;
		width: 110px;
		height: 70px;
		margin: 5px;
		border-radius: 2px;
		text-align: center;
		border: 2px solid #ddd;
		/*コレ*/vertical-align:middle;
	    /*コレ*/display: table-cell;
		box-sizing: border-box;
		padding: 5px;
	}
	.nav ul li a:hover {
		background-color: #eee;
		width: 110px;
		height: 70px;
		margin: 5px;
		text-align: center;
		border: 2px solid #ddd;
		/*コレ*/vertical-align:middle;
	    /*コレ*/display: table-cell;
		box-sizing: border-box;
		padding: 5px;
	}
	#sub-wrap {
		display: flex;
		flex-direction: column;
		border-radius: 0;
	}
	h2 span {
		font-size: 0.8em;
	}
	.sub-main {
	    padding: 15px;
	    background-color: #ffffff;
	    border-radius: 3px;
	    height: auto;
	    box-sizing: border-box;
	}
	.main {
		order: 2;
		display: flex;
		flex-direction: column;
		margin: 15px auto 100px;
		height: auto;
		box-sizing: border-box;
		padding: 40px 40px 80px 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 40px;
		order: 2;
	}
	#contact .division {
		display: grid;
		grid-template-columns: 1fr;
	}
	.info {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 20px;
	}
	.gmap {
		margin-top: 15px;
	}
	.division {
		grid-template-columns: 1fr;
	}
	#school .division {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	#contact .division,
	#confirm .divsion {
	    display: grid;
	    grid-template-columns: 1fr;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
	#confirm .division {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		flex-wrap: wrap;
		box-sizing: border-box;
		height: 90%;
		width: 100%;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
	section h3 {
		font-size: 1em;
		margin: 17px 0 14px;
		height: 3em;
	}
	.info-img {
		display: block;
		width: 300px;
		heigh: auto;
	}
	.flight_studio img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.flight_studio,
	.flight_office {
		padding: 15px;
		background-color: #ffffff;
		border-radius: 3px;
		box-sizing: border-box;
		_border: 5px solid #00B0F0;
		width: auto;
		height: auto;
		max-width: 100%;
		min-width: 280px;
	}
	section {
		width: auto;
		height: auto;
		margin-bottom: 20px;
		background-color: #ffffff;
		box-sizing: border-box;
		border-radius: 10px;
	}
	fotter {
		margin: 40px;
	}
	section img {
		display: block;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.section--4 img {
	    display: block;
	    width: 100%;
	    height: 300px;
	    _object-fit: cover;
	}
	.section--1 {
		order: 1;
	}
	.section--2 {
		order: 2;
	}
	.section--3 {
		order: 3;
	}
	.section--4 {
		order: 4;
	}
	.main {
		order: 2;
	}
	.aside1 {
		order: 1;
	}
	.aside2 {
		order: 3;
	}
	aside {
		width: 100px;
		background-color: #fff;
		order: 1;
		margin: 15px;
		padding: 10px;
		border-radius: 10px;
	}
	footer {
		height: 70px;
		margin: 0 auto;
		width: 100%;
	}
	footer p {
		margin: 0 auto;
	}
	footer p small {
		text-align: center;
	}
}
/* モバイル版  */
/* 幅が 0px以上 400px以下であれば ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
@media (min-width:0px) and (max-width:430px) {
	html {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-size: 62.5%;
	}
	body {
		background-color: #00B0F0;
		height: auto;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	#wrap {
		margin: 0 auto;
	}
	#sub-wrap {
		padding-top: 220px;
	}
	
	.tel {
		font-size: 1.3rem;
		color: #000;
		font-weight: 600;
	}
	header {
		background-color: rgba(255, 255, 255, 1);
		width: 100%;
		height: auto;
		border-bottom: 7px solid pink;
		z-index: 9999;
		    position: absolute;
		    box-shadow: 1px 1px 5px #888;
	}
	header h1 div {
	    width: 150px;
	    margin: 0 auto;
	}
	header h1 {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	header {
		height: auto;
		padding: 5px 0;
				display: flex;
		flex-direction: column;
	}
	header h1 div {
		width: auto;
		height: 60px;
		text-align: center;
		margin: 0 auto;
	}
	header h1 {
		display: flex;
		flex-direction: column;
	}
	header h1 p span {
		width: 350px;
		margin: 0 auto;
		text-align: center;
		font-size: 0.4em;
		font-weight: 500;
		display: block;
		line-height: 1.3;
	}
	header h1 p span:nth-child(2) {
		font-size: 0.8em;
		font-weight: 600;
		display: block;
	}
	header h1 img {
		display: block;
		margin: 0 auto;
	}
	header address {
		width: 370px;
	}
	header address p span {
		font-size: 1em;
	    font-weight: 400;
	    display: block;
	    line-height: 1.3;
	}
	header h1 {
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	.nav {
		display: flex;
		margin: 0 auto;
		width: 375px;
	}
	.nav ul {
		display: flex;
		text-decoration: none;
		list-style-type: none;
	}
	.nav ul li{
		margin: 0;
		text-decoration: none;
		list-style-type: none;
	}
	.nav ul li a {
		background-color: #ffffff;
		width: 100px;
		height: 70px;
		margin: 5px;
		border-radius: 2px;
		text-align: center;
		border: 2px solid #ddd;
		/*コレ*/vertical-align:middle;
	    /*コレ*/display: table-cell;
		box-sizing: border-box;
		padding: 5px;
	}
	.nav ul li a:hover {
		background-color: #aaaaaa;
		width: 100px;
		height: 70px;
		margin: 5px;
		border-radius: 7px;
		text-align: center;
		border: 2px solid #ddd;
	/*コレ*/vertical-align:middle;
	/*コレ*/display: table-cell;
		box-sizing: border-box;
		padding: 5px;
	}
	#sub-wrap {
		display: flex;
		flex-direction: column;
		border-radius: 10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	h2 span {
		font-size: 0.8em;
	}
	.sub-main {
	    padding: 15px;
	    background-color: #ffffff;
	    border-radius: 3px;
	    height: auto;
	    box-sizing: border-box;
	}
	.main {
		gap: 40px;
		order: 2;
		display: flex;
		flex-direction: column;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		order: 2;
	}
	#taiyoukou .main img {
		sdisplay: block;
		height: 50vh;
	}
	#contact .division {
		display: grid;
		grid-template-columns: 1fr;
	}
	#contact form {
		border: 1px solid;
		padding: 15px;
		display: grid;
		grid-template-columns: 1fr;
	}
	.info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.gmap {
		margin-top: 15px;
	}
	.division {
		display: flex;
		flex-direction: column;
		gap: 7px; 
		flex-wrap: wrap;
		border-radius: 10px; 
		box-sizing: border-box; 
		height: auto;
	}
	#confirm .division {
		    display: grid;
		    grid-template-columns: 1fr;
		    gap: 20px;
		    flex-wrap: wrap;
		    box-sizing: border-box;
		    height: 90%;
		    width: 100%;
		}
	section h3 {
		font-size: 1em;
		margin: 17px 0 14px;
		height: 3em;
	}
	.info-img {
		display: block;
		width: 300px;
		heigh: auto;
	}
	.flight_studio img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.flight_studio,
	.flight_office {
		background-color: #ffffff;
		border-radius: 3px;
		box-sizing: border-box;
		max-width: 400px;
		min-width: 340px;
	}
	section {
		width: auto;
		height: auto;
		margin-bottom: 0;
		background-color: #ffffff;
		box-sizing: border-box;
		border-radius: 3px;
	}
	section img {
		display: block;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.section--4 img {
	    display: block;
	    width: 100%;
	    height: auto;
	    object-fit: cover;
	}
	.section--1 {
		order: 1;
	}
	.section--2 {
		order: 2;
	}
	.section--3 {
		order: 3;
	}
	.section--4 {
		order: 4;
	}
	.main {
		order: 2;
		width: 100%;
	}
#contact form p {
	padding: 0;
	margin: 0;
}
#contact .division,
#thanks .division {
	display: grid;
	grid-template-columns: 1fr;
}
#contact form {
	box-sizing: border-box;
	border: 1px solid;
	padding: 5px;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
#contact form p {
	margin: 15px 0;
}
#contact label {
    display: inline-block;
    width: 80px;
    font-weight: 800;
}
#contact label.gender {
	width: 50px;
	font-weight: 500;
}
#contact .kinds label {
	width: auto;
	font-weight: 500;
}
#contact label span {
	font-size: 1rem;
    font-weight: 500;
}
	.aside1 {
		order: 1;
	}
	.aside2 {
		order: 3;
	}
	aside {
		width: 100px;
		background-color: #fff;
		order: 1;
		margin: 15px;
		padding: 10px;
		border-radius: 10px;
	}
	footer {
		margin: 80px auto;
		width: 100%;
	}
	footer p {
		width: fit-content;
		height: auto;
		margin: 0 auto;
	}
	footer p small {
		text-align: center;
		display: block;
	}
}
/* 
1920 1080
1366 768
1280 800
 */
