.main_contents {
	width: 870px;
	padding-bottom: 50px;
}
.sc_img {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.sc_img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.sc_title {
	width: 100%;
	font-size: 30px;
	line-height: 50px;
	margin: 20px 0 0;
}
.sc_date {
	text-align: right;
	margin: 10px 0;
}
.sc_freebox {
	line-height: 1.2;
}
.sc_freebox h1 {
	height: 56px;
	color: #ffffff;
	font-size: 24px;
	line-height: 56px;
	background-color: #00b2ed;
	padding-left: 10px;
}
.sc_freebox h2 {
	color: #373737;
	font-size: 18px;
	line-height: 48px;
	border-left: 9px solid #00b2ed;
	border-bottom: 2px solid #00b2ed;
	padding-left: 10px;
	margin: 20px auto;
}
.sc_freebox h3 {
	width: 100%;
	color: #373737;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	border-bottom: 2px solid #9a9a9a;
	padding-left: 10px;
	margin: 20px auto;
}
.sc_freebox h4 {
	font-size: 18px !important;
	font-weight: normal;
	padding-bottom: 5px;
	position: relative;
	padding-left: 15px;
}
.sc_freebox h4:before {
	background: #00b2ed;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 5px;
}
.sc_freebox p {
	font-weight: 400;
	font-size: 16px;
	padding: 10px;
	margin: 10px auto;
}
.sc_freebox img {
	display: block;
	max-width: 870px;
	height: auto;
	padding: 4px;
	margin: 20px auto;
}
.sc_freebox ul {
	padding: 0.5em 0 0.5em 1em;
	margin: 20px;
}
.sc_freebox ul li {
	position: relative;
	list-style-type: none !important; /*ポチ消す*/
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
	vertical-align: middle;
}
.sc_freebox ul li:before {
	display: inline-block;
	vertical-align: middle;
	/*以下白丸つくる*/
	content: '';
	width: 5px;
	height: 5px;
	background: #00b2ed;
	border-radius: 50%;
	margin-right: 8px;
}
.sc_freebox ol {
	counter-reset: number;
	list-style-type: none !important;
	padding: 0.5em;
	margin: 20px;
}
.sc_freebox ol li {
	position: relative;
	padding-left: 40px;
	line-height: 1;
	padding: 0.5em 0.5em 0.5em 40px;
}
.sc_freebox ol li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number)".";
	display: inline-block;
	color: #00b2ed;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 16px;
	left: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*
.sc_freebox table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 650px;
	table-layout: fixed;
}
*/
.sc_freebox table tr {
	/*background-color: #e6f2f5;*/
	padding: .35em;
	line-height: 1.5em;
	border-bottom: 2px solid #fff;
}
.sc_freebox table th, .sc_freebox table td {
	padding: 1em 10px 1em 1em;
	border-right: 2px solid #fff;
} /*
.sc_freebox table th {
	font-size: .85em;
}
.sc_freebox table thead tr {
	background-color: #167F92;
	color: #fff;
}
.sc_freebox table tbody th {
	background: #78bbc7;
	color: #fff;
}
.sc_freebox .txt {
	text-align: left;
	font-size: .85em;
}
.sc_freebox .price {
	text-align: right;
	color: #167F92;
	font-weight: bold;
}
.sc_freebox .non {
	background: #fff
}
*/
/*MW WP Formカスタマイズ*/
.mw_wp_form {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
.mw_wp_form .content {
	width: 100%;
	border: 1px solid #cdcdcd;
	margin: 20px 0 50px;
}
.mw_wp_form .form_text {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
.mw_wp_form input {
	width: 100%;
	height: 40px;
	border: none;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin: 10px 0;
}
.mw_wp_form select {
	height: 40px;
	border: none;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin: 10px 0;
}
.mw_wp_form input[type=checkbox] {
	width: 15px;
	height: 15px;
}
/*見出し欄*/
.mw_wp_form .contact_us_h2_sub {
	text-align: center;
	margin-bottom: 30px;
}
/*必須の調整*/
.mw_wp_form .haveto {
	font-size: 12px;
	padding: 5px;
	color: #00b2ed;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
.mw_wp_form .blue {
	color: #2694b7;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}
/*送信ボタンのデザイン変更*/
.mw_wp_form .submit_button {
	font-size: 17px;
	padding: 3px 25px;
	background: #e9e9e9;
	color: #363B3F;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 4px #dcdcdc;
}
.mw_wp_form .submit_button:hover {
	background-color: #dcdcdc;
	color: #dc143c;
}
.mw_wp_form input[type="file"] {
	border: none;
	padding: 0;
	margin: 0;
}
/* アーカイブページ */
.archive_contents_box {
	width: 870px;
}
.archive_post_box {
	display: flex;
	align-items: center;
	width: 800px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
	margin: 20px auto;
}
.archive_img {
	width: 200px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.archive_img img.whats_new_img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.archive_txt_box {
	width: 400px;
	margin: auto;
}
.archive_title {
	color: #373737;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 10px 20px;
}
.archive_title a:hover {
	background: #ccc;
	transition: all 0.5s ease 0s;
}
.archive_memo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px
}
.archive_category a {
	display: block;
	padding: 10px;
}
.archive_category a:hover {
	background: #ccc;
	transition: all 0.5s ease 0s;
}
/*==============================================
*	add quick tag
==============================================*/
.simple_square_btn a {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 10px;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border: 1px solid #c8c8c8;
}
.simple_square_btn a:hover {
	background: #c8c8c8;
	color: #1B1B1B;
	cursor: pointer;
	text-decoration: none;
}
.flex_block {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_block p {
	margin: 0;
}
.flex_block p a {
	padding: 6px;
	margin: 0;
}
.div_box01 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}
.div_box02 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	color: #666;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}
.div_box03 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #ffbbc9;
	border: 1px solid #ccc;
}
.div_box04 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #ffffe0;
	border: 1px solid #ccc;
}
.div_box05 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #87cefa;
	border: 1px solid #ccc;
}
.div_box06 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #ff69b4;
	border: 1px solid #ccc;
}
.div_box07 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #ffd700;
	border: 1px solid #ccc;
}
.div_box08 {
	margin: 2em auto;
	padding: 1em;
	width: 100%;
	background-color: #6495ed;
	border: 1px solid #ccc;
}
/****************************************
          レスポンシブ
*****************************************/
/*-----------------
	pc
-----------------*/
/* 1200px以上の画面サイズ */
@media screen and (min-width: 1200px) {}
/* 769px～1200pxの画面サイズ */
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.main_contents {
		width: 72.5vw;
	}
	/* アーカイブページ */
	.archive_contents_box {
		width: 72.5vw;
	}
	.archive_post_box {
		width: 66.66667vw;
		padding: 20px;
		margin: 20px auto;
	}
	.archive_img {
		width: 16.66667vw;
		height: 100px;
		padding: 10px;
	}
	.archive_txt_box {
		width: 33.33333vw;
	}
	.top_img {
		display: none;
	}
	.sc_img {
		width: 66.66667vw;
		margin: auto;
	}
	.sc_img img {
		width: 66.66667vw;
		height: 41.66667vw;
	}
	.sc_freebox h3 {
		width: 66.66667vw;
	}
	.sc_freebox img {
		max-width: 72.5vw;
		margin: 20px auto;
	}
	.sc_freebox {
		width: 66.66667vw;
	}
}
/*-----------------
	tablet
-----------------*/
/* 641px～768pxの画面サイズ */
@media screen and (min-width: 641px) and (max-width: 768px) {
	.contents_box {
		width: 100%;
	}
	.main_contents {
		width: 100%;
	}
	.main_box {
		width: 100%;
		flex-direction: column;
	}
	.page_side {
		display: none;
	}
	.top_img {
		display: none;
	}
	.single_contents_box {
		width: 100%;
		padding: 10px;
	}
	.sc_img {
		width: 100%;
	}
	.sc_title {
		width: 100%;
	}
	.sc_freebox h3 {
		width: 100%;
	}
	.sc_freebox h4 {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin: 20px auto;
	}
	.sc_freebox p {
		width: 100%;
		padding: 20px;
	}
	.sc_freebox img {
		max-width: 100%;
		height: auto;
		border: 1px solid #ccc;
		padding: 4px;
		margin: 20px auto;
	}
	.archive_contents_box {
		width: 100%;
	}
	.archive_post_box {
		width: 90%;
	}
	.sc_freebox .scroll {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.sc_freebox .scroll table {
		min-width: 768px;
		margin: 0 10px 50px;
	}
	.sc_freebox .scroll tabletd {
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	.sc_freebox .scroll table tbody {
		width: 100%;
		display: table;
		padding: 10px;
	}
}
/*-----------------
 smartphone
-----------------*/
/* 640px以下の画面サイズ */
@media screen and (max-width: 640px) {
	.contents_box {
		width: 100%;
	}
	.main_contents {
		width: 100%;
	}
	.main_box {
		width: 100%;
		flex-direction: column;
	}
	.sidebar {
		margin-right: auto;
	}
	.page_side {
		display: none;
	}
	.single_contents_box {
		width: 100%;
	}
	.archive_contents_box {
		width: 100%;
		padding: 5px;
	}
	.archive_post_box {
		width: 100%;
	}
	.archive_memo {
		flex-direction: column;
		align-items: stretch;
	}
	.sc_freebox {
		width: 100%;
		padding: 5px;
	}
	.top_img {
		display: none;
	}
	.sc_img {
		display: none;
	}
	.sc_title {
		width: 100%;
		padding: 10px;
	}
	.sc_freebox h1, .sc_freebox h2, .sc_freebox h3 {
		width: 100%;
	}
	.sc_freebox h4 {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin: 20px auto;
	}
	.sc_freebox p {
		width: 100%;
		padding: 20px;
	}
	.sc_freebox p.simple_square_btn {
		padding: 10px;
	}
	.sc_freebox img {
		max-width: 100%;
		height: auto;
		padding: 4px;
		margin: 20px auto;
	}
	.sc_freebox .scroll {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.sc_freebox .scroll table {
		min-width: 640px;
		margin: 0 10px 50px;
	}
	.sc_freebox .scroll tabletd {
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	.sc_freebox .scroll table tbody {
		width: 100%;
		display: table;
		padding: 10px;
	}
	/* 必須・任意のサイズ調整 */
	.mw_wp_form .inquiry .haveto, .inquiry .any {
		font-size: 16px;
	}
}