html {
/*	height: 100%;*/
}
body {
	margin: 0;
	position: relative;
	font-size: 14px;
/*	height: 100%;*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
th, td {
	text-align: left;
	padding: 0;
	font-weight: 500;
}
h1 {
	margin: 6rem 0 4rem;
	text-align: center;
	font-size: 1.7em;
}

.bold {
	font-weight: bold;
}
.br-lg {
	display: none;
}
.d-inline-block {
	display: inline-block;
}
@media (min-width: 756px){
	body {
		font-size: 16px;
	}
	h1 {
		margin: 4rem 0;
		font-size: 2em;
	}
	
}
@media (min-width: 1200px){
	.br-lg {
		display: block;
	}
}


.content {
/*	display: flex;*/
	padding: 0 15px 3rem 15px;
}
/*
.content iframe {
	border: none;
	height: 100%;
}
*/
.iframe-menu {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	border: none;
	z-index: 10;
}
.navi-open .iframe-menu {
	width: 100%;
	background-color: #dcebfb;
	border-right: 1px solid #000;
}
.menu-sp {
	background-color: #dcebfb;
}
.menu-pc {
	display: none;
}
.navi-open .menu-pc {
	display: block;
	background-color: #dcebfb;
}
.content-right {
	width: 100%;
	margin-left: auto;
}

.common-menu {
	padding: 4rem 2rem;
}

@media (min-width: 756px){
	.content {
		padding: 0 0 10rem 0;
	}
	.iframe-menu {
		width: 28%;
		background-color: #dcebfb;
		border-right: 1px solid #000;
	}
	.menu-sp {
		display: none;
	}
	.menu-pc {
		display: block;
	}
	.content-right {
		width: 72%;
/*		padding: 0 15px;*/
	}
}
@media (min-width: 992px) {
	.iframe-menu {
		width: 25%;
	}
	.content-right {
		width: 75%;
	}
}
@media (min-width: 1200px) {
	.iframe-menu {
		width: 20%;
	}
	.content-right {
		width: 80%;
	}
}

/* hamburger */
.hamburger {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 42px;
  height: 42px;
  margin-left: auto;
  cursor: pointer;
  border: 1px solid #000;
  }
.navi-open .hamburger {
	border: none;
}
.hamburger .line {
  position: absolute;
  left: calc(50% - 11px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
}
.hamburger .line:nth-child(1){
    top: calc(50% - 9px);
}
.hamburger .line:nth-child(2){
    top: calc(50% - 1px);
}
.hamburger .line:nth-child(3){
    top: calc(50% + 7px);
}
.navi-open .hamburger .line:nth-child(2){
    opacity: 0;
}
.navi-open .hamburger .line:nth-child(1){
    top: 50%;
    transform: rotate(45deg);
}
.navi-open .hamburger .line:nth-child(3){
    top: 50%;
    transform: rotate(-45deg);
}
@media (min-width: 576px) {
	.hamburger {
		top: 2rem;
		left: 2rem;
	}
}
@media (min-width: 756px) {
/*
	.hamburger {
		left: 5rem;
	}
*/
/*
	.top .hamburger {
		top: 30%;
	}
	.other .hamburger {
		top: 22%;
	}
*/
/*
	.hamburger-open {
		max-width: 8rem;
	}
*/
	
}

/*TOP*/
.top-info, .top-info02 {
/*	padding: 0 2rem;*/
}

h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-top: 3rem;
	font-size: 1.3em;
}
.top-info td {
	padding: 0 15px;
}
.top-intro th, .top-intro td {
	font-size: 1.2em;
}
.top-intro th {
	font-weight: 500;
	width: 100px;
}
.logo {
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 300px;
}
.logo figure {
	margin: 0;
	display: flex;
}
.logo img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;

}
@media (min-width: 568px){
	.top-info, .top-info02 {
		display: flex;
		justify-content: center;
	}
	.top-info {
		align-items: center;
	}
	.top-intro {
		margin-left: 1rem;
		width: 45%;
		max-width: 600px;
/*		max-width: 300px;*/
	}
	.logo {
/*		margin-bottom: 0;*/
		margin: 0 1rem 0 0;
		width: 45%;
		max-width: 600px;
	}
	.top-info02>div {
		width: 45%;
		max-width: 600px;
	}
	.top-info02>div:first-child {
		margin-right: 1rem;
	}
	.top-info02>div:nth-child(2) {
		margin-left: 1rem;
	}
}
@media (min-width: 756px){
	.logo {
		margin: 0 1rem 0 0;
		width: 45%;
	}
/*
	.top-intro {
		margin-left: 1rem;
		width: 45%;
	}
*/
	
}

/*PROFILE*/
.profile-table {
/*	padding: 0 2rem;*/
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.profile-table th, .profile-table td {
/*	display: inline-block;*/
}
.profile-table th {
	padding: 10px 0;
	width: 80px;
	text-align: center;
}
.profile-table td {
	padding: 10px 15px;
}
@media (min-width: 756px){
/*
	.profile-table th, .profile-table td {
		display: table-cell;
	}
*/
	.profile-table {
		padding: 0 2rem;
	}
}


/*GROUP*/
.group-table {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.group-table td {
	border: 1px solid #000;
	padding: 5px;
}

/*CONTACT*/
.contact-table, .confirm-table {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.contact-table th, .contact-table td, .confirm-table th, .confirm-table td {
	padding: 5px;
	display: block;
}
.contact-table th, .confirm-table th {
	width: 100%;
	border: none;
}
.contact-table input, .contact-table textarea {
	width: 99%;
	background-color: #dcebfb;
	border: none;
}
.contact-table input {
	height: 25px;
}
.contact-table textarea {
	height: 5rem;
}
.contact-table .required label {
	position: relative;
}
.contact-table .required label:before {
	content: '*';
	position: absolute;
	top: -7px;
	right: -7px;
	color: red;
}
.submit-btn {
	width: 100%;
	max-width: 250px;
	padding: 15px;
	text-align: center;
	margin: 3rem auto 0;
	display: block;
	border: 1px solid #000;
	color: #000;
	background-color: #dcebfb;
	text-decoration: none;
}
.submit-btn:hover {
	cursor: pointer;
}
@media (min-width: 576px){
	.contact-table th, .contact-table td, .confirm-table th, .confirm-table td {
		display: table-cell;
	}
	.contact-table th, .confirm-table th {
		width: 30%;
		border: 1px solid #000;
	}
}
@media (min-width: 756px){
	.contact form {
		padding: 0 15px;
	}
}


/*FOOTER*/
footer {
	margin: auto 0 0 0;
	padding: 10px 0;
	background-color: #ececec;
	text-align: center;
/*
	position: absolute;
	bottom: 0;
*/
	z-index: 100;
	width: 100%;
	font-size: 12px;
	border-top: 1px solid #000;
}

.grecaptcha-badge {
	z-index: 101;
}