/*
Theme Name: 株式会社プランクス
Author: bigdesign
Description:株式会社プランクス用のテーマになります。著作権はbigdesignに帰属します。
Version: 1.0
*/


.menu-system .main .frame .common img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.test-block {
	padding: 30px;
	margin: 30px 0;
	background-color: #eee;
	font-family: sans;
}

.test-block h3 {
	margin-bottom: 50px;
	font-size: 24px;
	border-bottom: 2px solid #ccc;
}

.test-block .simple-frame {
	display: flex;
	align-items: flex-start;
}

.test-block iframe {
	margin-right: 20px;
}

.test-block p {
	margin-bottom: 1em;
}

.test-block p::before {
	content: "・";
}

.test-block .simple-frame-custom p::before {
	content: "";
}

.test-block .simple-frame-custom span.num {
	font-size: 24px;
}

.test-block .simple-frame-custom {
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
}


.test-block .simple-frame-custom .simple-left {
	background-color: lightblue;
	padding: 20px;
	margin-right: 8px;
}

.test-block .simple-frame-custom #time {
	display: block;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #bbb;
	font-size: 12px;
}

.test-block .simple-right {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #bbb;
}

.test-block .simple-caution {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #bbb;
	color: gray;
	font-size: 12px;
}