@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/

.column a:link,
.column a:visited,
.column a:active {
	color: #000;
}

.column a:hover {
	color: #000 !important;
}

dd.hikaku {
	display: none;
}

.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.main-title {
	margin: -10px auto 20px auto;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	background: #F00;
	color: #FFF;
	padding: 10px;
	display: flex;
	justify-content: center;
}

.main-title span {
	font-size: 20px
}

@media screen and (max-width:500px) {
	.main-title {
		flex-direction: column;
		font-size: 50px !important;
		line-height: 1em;
		padding: 10px 0 20px 0;
	}
}

#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
}

#undercolumn img,
#undercolumn iframe {
	width: 100%;
	height: auto;
}

h4 {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 2em;
	color: #7A7A7A !important;
	border-bottom: 2px solid #000;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	background-color: #fff !important;
}

h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right: 5px;
	color: #005ec2;
}

.piller {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.piller img {
	width: 23% !important;
	height: auto;
}

.setsumei {
	margin-bottom: 30px;
}

.setsumei div {
	margin: 1em auto;
	width: 90%;
}

dl {
	margin-bottom: 3em;
}

.item-list dt {
	padding: 0.4em 0.5em;
	color: #333;
	background: #f4f4f4;
	border-left: solid 5px #005ec2;
	margin-bottom: 15px;
	margin-top: 4em;
	font-size: 28px;
}

dd {
	width: 100%;
	margin: 0 auto 20px auto;
}

dd .sheet-text {
	width: 50%;
}

dd .sheet-text p {
	width: 100%;
	padding-left: 5px;
	margin-bottom: 1em;
}

.icons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 2em;
}

.icons img {
	width: 45% !important;
	object-fit: scale-down;
}

.vbox {
	width: 40%;
	height: auto;
}

video {
	width: 100%;
	height: auto;
}

dd b {
	font-size: large;
	color: #004b9b;
}

.flexbox,
.shaken {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexbox p {
	width: 100%;
	margin-bottom: 1em;
}

.flexbox div {
	width: 40%;
}

.flexbox div:nth-child(2) {
	width: 15% !important;
	padding: 20% 0 0 0;
	text-align: center;
}

.allow {
	font-size: min(11vw, 140px);
	font-weight: 900;
}


.freebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	flex-wrap: wrap;
}

.freebox img {
	display: block;
	/* width: 30% !important; */
	/* height: auto;
margin-right: 2em; */
}

.button {
	background: #ce0000;

}

.telbutton {
	display: block;
	text-align: center;
	background: #006fde;
	border-radius: 20px;
	color: #fff !important;
	width: 45%;
	padding: 0.8em;
	font-size: 1.5em;
	margin: 0.5em auto;
}

.center {
	text-align: center;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.fat {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2em;
}

#cover {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 40%;
}

#cover iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mb_1em {
	margin-bottom: 1em;
}

@media screen and (max-width:880px) {
	.mawari p {
		padding: 0 30px 0 0;
	}

	dd p {
		width: 95%;
		margin-left: 1rem;
	}

	.main-title {
		font-size: 30px;
		margin-bottom: 0.5em;
	}

	h4 {
		font-size: 18px;
	}

	.flexbox div img {
		margin-right: 0.5em;
	}

	dt {
		font-size: 18px;
		line-height: 1.2em;
	}

	.telbutton {
		width: 90%;
		padding: 0.8em;
		font-size: 1.2em;
	}

	#cover {
		padding-top: 50%;
	}

	#cover iframe {
		height: 150%;
	}
}

@media screen and (max-width:600px) {
	#cover {
		padding-top: 50%;
	}

	.piller {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.piller img {
		width: 45% !important;
		height: auto;
		margin-bottom: 1em;
	}

	.freebox {
		flex-direction: column;
	}

	.freebox img {
		margin: 0 auto 1em auto;
	}

	.item-list dt {
		font-size: 20px;
	}

	dd .sheet-text {
		width: 100%;
	}

	.vbox {
		width: fit-content;
		height: auto;
		margin: 0 auto 1em;
	}
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	display: block;
	margin: auto auto 20px auto;
}
.mb1{
	margin-bottom: 1rem;
}

@media screen and (max-width:550px) {
	#cover {
		padding-top: 120%;
	}
}