@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
}
.box::after {
	display: block;
	content: '';
	clear: both;
}

.box_narrow {
	/*margin: 0 20px 20px;*/
	margin: 0 30px 30px;
}
.box_narrow::after {
	display: block;
	content: '';
	clear: both;
}

.box_left {
	float: left;
	margin: 0 25px 25px 0;
}

.box_right {
	float: right;
	margin: 0 0 25px 25px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
}

.box_color_success {
	overflow: hidden;
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
	padding: 30px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
	padding: 30px;
	border: 3px solid #444;
}

.box_youtube {
	position: relative;
	margin: 30px 0;
	padding-top: 56.25%;
}
.box_youtube iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mceContentBody .box_youtube .mce-preview-object {
	position: static;
	display: block;
	margin: 0;
	border: none;
}

.color_green {
	color: #28a745;
}

.color_red {
	/* color: #a94442; */
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	border: 8px solid #fff;
	vertical-align: top;
}

.reset_ttl {
}

.pc_hide {
	display: none !important;
}


/* =============================================== */
/** Project */
/* =============================================== */

.movie_wrap {
	margin-bottom: 30px;
}
.movie_wrap iframe {
	vertical-align: top;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* プライバシーポリシー */
body.page-policy .entry_body h3 {
	margin: 45px 0 25px;
	padding: 0 0 17px !important;
	border-bottom: 3px solid #222;
	line-height: 1.65;
	font-size: 26px;
	background: none;
}
body.page-policy .entry_body h3:before {
	content: none;
}
body.page-policy .entry_body h3 small {
	font-size: 15px;
}

body.page-policy .entry_body h4 {
	position: relative;
	margin: 28px 0 15px;
	padding: 0 0 0 20px;
	border: none;
	font-size: 18px;
}
body.page-policy .entry_body h4::before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 20px;
	background: #333;
}
body.page-policy .entry_body strong {
	color: inherit;
}