@charset "UTF-8";

#tinymce {
	font-size: 16px;
	font-weight: 500;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#main_block .eyecatch {
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}
.post_box,
.editwrap {
	text-align: left;
	line-height: 1.75;
	font-size: 16px;
	font-weight: 400;
}
.post_box img {
	height: auto !important;
}
.post_box a:hover {
	text-decoration: none;
}
.post_box p,
.editwrap p {
	margin: 0 0 1.2em;
}
.post_box h2,
.editwrap h2 {
	font-weight: bold;
	margin: 3em 0 1.5em;
	position: relative;
	background: #f4f5f7;
}
.post_box h2:before {
	content: '';
	background: #ff8e3c;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_box h3,
.editwrap h3 {
	font-weight: bold;
	margin: 2.5em 0 1.5em;
	position: relative;
	z-index: 1;
}
.post_box h3:before {
	content: '';
	border-radius: 20px;
	background: #ff8e3c;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_box h4,
.editwrap h4 {
	color: #333;
	margin: 2.5em 0 1.2em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.post_box h4:before,
.post_box h4:after {
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 2px;
}
.post_box h4:before {
	background: #d1d4db;
	z-index: -1;
}
.post_box h4:after {
	background: #ff8e3c;
	z-index: 0;
}
.post_box h2:first-child,
.post_box h3:first-child,
.post_box h4:first-child {
	margin-top: 0;
}
.post_box .aligncenter,
.post_box .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post_box .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.post_box .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.post_box table,
.editwrap table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-color: #ccc;
	margin: 0 0 1.4em;
}
.post_box table caption {
	text-align: center;
}
.post_box th,
.post_box td {
	padding: 0.5em;
	border: 1px solid #ccc;
	word-break: break-all;
}
.post_box th {
	font-weight: bold;
	color: #5d5d5d;
	background: #efefef;
	text-align: center;
}
.post_box .fixed_table,
.post_box .scroll_table {
	width: 100%;
	margin: 0 0 1.4em;
	overflow-x: scroll;
	box-sizing: border-box;
}
.post_box .fixed_table table,
.post_box .scroll_table table {
	margin: 0;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #ccc;
}
.post_box .fixed_table table p,
.post_box .scroll_table table p {
	margin: 0;
}
.post_box .fixed_table table tr > th:first-child {
	word-break: break-all;
	width: 145px;
	box-sizing: border-box;
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	background-color: rgb(38 183 188 / 12%);
	border-bottom: 1px solid #ccc;
}
.post_box .announce {
	font-size: 13px;
	text-align: right;
	margin: 10px -10px 10px 0;
	transform-origin: center bottom;
	animation: yokoyura 1.5s linear infinite;
}
.post_box .announce span {
	font-size: 16px;
	display: inline-block;
	vertical-align: text-bottom;
}
@keyframes yokoyura {
	0% , 100%{
		transform: translate(5px,0);
	}
	50%{
		transform: translate(-5px,0);
	}
}
.post_box table .minbtn {
	display: block;
}
.post_box table .minbtn a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}
.post_box table .minbtn.pink a {
	background: #ff85a2;
	border-bottom: 4px solid #d05a76;
}
.post_box table .minbtn.green a {
	background: #1ccda3;
	border-bottom: 4px solid #23ae8e;
}
.post_box table .minbtn.blue a {
	background: #56BCE3;
	border-bottom: 4px solid #5AA0BA;
}
.post_box table .minbtn.purple a {
	background: #e048b7;
	border-bottom: 4px solid #ac1082;
}
@media ( min-width: 768px ){
	.post_box .announce {
		display: none;
	}
	.post_box table .minbtn {
		margin: 0.2em 0 0;
	}
	.post_box table .minbtn a {
		padding: 4px 12px;
		font-size: 13px;
		border-radius: 5px;
	}
	.post_box table .minbtn a:hover {
		opacity: 0.8;
	}
	.post_box th,
	.post_box td {
		font-size: 15px;
	}
}
@media ( max-width: 767px ) {
	.post_box .fixed_table,
	.post_box .scroll_table {
		width: calc(100% + 20px);
		padding: 0 20px 0 0;
	}
	.post_box table .minbtn {
		margin: 0.2em 0 0;
	}
	.post_box table .minbtn a {
		padding: 4px 12px;
		font-size: 12px;
		border-radius: 8px;
	}
	.post_box th,
	.post_box td {
		font-size: 13px;
	}
}

.post_box .movie {
	position: relative;
	margin: 0 0 1.4em;
	padding: 0 0 56.25%;
}
.post_box .movie iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.post_box iframe {
	width: 100%;
	max-width: 100%;
}
.post_box ol {
	list-style-type: decimal;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
}
.post_box ol > li {
	list-style-type: decimal;
	margin: 0.2em 0;
}
.post_box ul {
	list-style: none;
}
.post_box ul {
	margin: 1.4em 0;
	padding: 0;
}
.post_box ul li {
	padding: 0 0 0 1em;
	position: relative;
	margin: 0.7em 0;
}
.post_box ul > li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #666;
	display: block;
	position: absolute;
	left: 0.2em;
	top: 0.6em;
	border-radius: 100%;
}
.post_box .su-list ul li:before {
	content: '';
	display: none;
}
.post_box #toc_container {
	border: 1px solid #ccc;
	position: relative;
	margin: 40px 0;
}
.post_box #toc_container:after {
	content: '';
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), #FFF);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), #FFF);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), #fff);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.post_box #toc_container.close:after {
	transition-property: opacity, visibility;
	transition-duration: .25s;
	transition-timing-function: ease-out;
	opacity: 1;
	visibility: visible;
}
.post_box #toc_container .toc_list {
	overflow: hidden;
	margin: 0;
}
.post_box #toc_container .toc_title {
	background: rgba(144, 130, 123, 0.13);
	color: #333;
	font-size: 15px;
	padding: 8px 30px;
	margin: 0;
}
.post_box #toc_container .toc_list li {
	margin: 0 0 0.6em;
	line-height: 1.5;
	padding: 0;
}
.post_box #toc_container .toc_list li:before {
	content: '';
	display: none;
}
.post_box #toc_container .toc_list li:last-child {
	margin: 0;
}
.post_box #toc_container .toc_list li a {
	padding: 0 0 0 1.2em;
	display: inline-block;
	line-height: 1.5;
}
.post_box #toc_container .toc_list li a:hover {
	text-decoration: underline;
}
.post_box #toc_container .toc_list li a span.toc_number {
	margin: 0 0 0 -1.2em;
}
.post_box #toc_container .toc_list li a span.toc_number:after {
	content: '.';
}
.post_box #toc_container .toc_title .toc_toggle {
	font-size: 12px;
	margin: 0 0 0 8px;
}
.post_box #toc_container .toc_title .toc_toggle a {
	color: #333;
}
.post_box .more_wrpa .more_content {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 1.8em;
}
.post_box .more_wrpa .more_content.open {
	display: block;
	height: 100%;
}
.post_box .more_wrpa .button {
	text-align: right;
}
.post_box .more_wrpa .button .toggle {
	font-size: 13px;
	margin: 10px 10px 0 0;
	cursor: pointer;
	background: url(img/arrow_bottom.png) no-repeat left center;
	padding: 0 0 0 18px;
	background-size: 14px;
	font-weight: bold;
}
.post_box .more_wrpa .button .toggle:hover {
	text-decoration: underline;
}
.supervision_edit_wrap {
	position: relative;
	line-height: 1.4;
}
.supervision_edit_wrap .labels {
	background: #ec707e;
	color: #fff;
	display: inline-block;
	font-weight: 500;
}
.supervision_edit_wrap .box {
	border: 1px solid rgb(83 76 73 / 30%);
	box-sizing: border-box;
	display: table;
	width: 100%;
}
.supervision_edit_wrap .title {
	font-weight: bold;
	display: inline-block;
}
.supervision_edit_wrap .imgcl .imgbox {
	width: 100%;
	position: relative;
	z-index: 1;
	border: 1px solid #333;
	overflow: hidden;
	border-radius: 100%;
}
.supervision_edit_wrap .imgcl .imgbox:after {
	content: '';
	padding: 100% 0 0;
	display: block;
}
.supervision_edit_wrap .imgcl .imgbox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.supervision_edit_wrap .imgcl,
.supervision_edit_wrap .name_wrap {
	display: table-cell;
	vertical-align: middle;
}
.supervision_edit_wrap .name_wrap {
	text-align: left;
}
.supervision_edit_wrap .name_wrap .degree {
	margin: 0 0 1em;
	opacity: 0.6;
}
.supervision_edit_wrap .name_wrap .name {
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: bold;
}
.supervision_edit_wrap .name_wrap .moretxt a {
	color: #ec707e;
	text-decoration: underline;
	position: relative;
}
.supervision_edit_wrap .name_wrap .moretxt a:hover {
	text-decoration: none;
}
.supervision_edit_wrap .name_wrap .moretxt a:before {
	content: '';
	border-top: 2px solid #ec707e;
	border-right: 2px solid #ec707e;
	width: 4px;
	height: 4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.post_box .edi_btnwrap {
	text-align: center;
	margin: 1.4em 0 2em;
}
#main_block .edi_btnwrap a.colorbtn {
	display: inline-block;
	border-radius: 25px;
}
#main_block .edi_btnwrap a.colorbtn .btn_inner {
	background-color: #899fc9;
	color: #fff;
	text-decoration: none;
	padding: 16px 30px;
	border-radius: 8px;
	display: inline-block;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	min-width: 220px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main_block .edi_btnwrap a.colorbtn.pink .btn_inner {
	background: #ff85a2;
	border-bottom: 4px solid #d05a76;
}
#main_block .edi_btnwrap a.colorbtn.green .btn_inner {
	background: #1ccda3;
	border-bottom: 4px solid #23ae8e;
}
#main_block .edi_btnwrap a.colorbtn.blue .btn_inner {
	background: #56BCE3;
	border-bottom: 4px solid #5AA0BA;
}
#main_block .edi_btnwrap a.colorbtn.purple .btn_inner {
	background: #d9376e;
	border-bottom: 4px solid #a72a54;
}
#main_block .edi_btnwrap a.colorbtn.orange .btn_inner {
	background: #ff8e3c;
	border-bottom: 4px solid #c16929;
}
#main_block .edi_btnwrap a.colorbtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#main_block .edi_btnwrap a.colorbtn.fontsize1 {
	font-size: 15px;
}
#main_block .edi_btnwrap a.colorbtn.fontsize2 {
	font-size: 15px;
}
#main_block .edi_btnwrap a.colorbtn.fontsize3 {
	font-size: 15px;
}
.post_box .edi_btnwrap.double a {
	display: inline-block;
	margin: 0 12px;
	min-width: 185px;
}
.post_box .item_box_warp {
	border: 1px solid #ddd;
	text-align: left;
}
.post_box .item_box_warp .item_name {
	font-weight: bold;
	margin: 0 0 1em;
	line-height: 1.5;
}
.post_box .item_box_warp .img_slider .slider_container {
	position: relative;
	padding: 5px;
	text-align: center;
}
.post_box .item_box_warp .img_slider .bx-controls .bx-prev {
	background-image: url(img/slider_prev_button.png);
}
.post_box .item_box_warp .img_slider .bx-controls .bx-next {
	background-image: url(img/slider_next_button.png);
}
.post_box .item_box_warp .img_slider .bx-controls .bx-prev,
.post_box .item_box_warp .img_slider .bx-controls .bx-next {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 45%;
}
.post_box .item_box_warp .img_slider .bx-controls .bx-prev.disabled,
.post_box .item_box_warp .img_slider .bx-controls .bx-next.disabled {
	opacity: 0.6;
	cursor: default;
}
.post_box .item_box_warp .img_slider .pager {
	text-align: center;
}
.post_box .item_box_warp .img_slider .pager.dotted a {
	display: inline-block;
	background: #ccc;
}
.post_box .item_box_warp .img_slider .pager.dotted a.active {
	background: #c6220c;
}
.post_box .item_box_warp .img_slider .pager.thumbs a {
	display: block;
	float: left;
	opacity: 0.6;
}
.post_box .item_box_warp .img_slider .pager.thumbs a.active {
	opacity: 1;
}
.post_box .item_box_warp .add_btnarea .site a {
	display: block;
	text-align: center;
	background: #899fc9;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box span {
	display: block;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box.amazon.rakuten span {
	float: left;
	width: 48%;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box.amazon.rakuten span:first-child {
	margin: 0 4% 0 0;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box span a {
	background: #f59e92;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box span.amazon a {
	background: #ff9900;
}
.post_box .item_box_warp .add_btnarea .buy_btn_box span.rakuten a {
	background: #c00000;
}
.post_box .item_box_warp .point_comment {
	margin: 0 0 1em;
}
.post_box .item_box_warp .point_comment .tit {
	font-weight: bold;
	margin: 0 0 0.2em;
}
.post_box .item_box_warp .table_box dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #888;
}
.post_box .item_box_warp .table_box dl dt,
.post_box .item_box_warp .table_box dl dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 1.4;
}
.post_box .item_box_warp .table_box dl dd {
	font-weight: bold;
}
.post_box .w_b_box {
	margin: 25px 0 20px;
}
.post_box .w_b_box .w_b_bal_box .w_b_space svg {
	display: none;
}
.post_box .w_b_box .w_b_bal.w_b_talk {
	margin: 0.8em 0;
}
@media (min-width: 768px) {
	#main_block .eyecatch {
		margin: 0 0 30px;
	}
	#main_block #detail_header {
		margin: 0 0 20px;
	}
	#main_block #detail_header .post_datetime_box {
		line-height: 1.5;
	}
	.post_box p,
	.editwrap p {
		font-size: 16px;
	}
	.post_box h2,
	.editwrap h2 {
		font-size: 22px;
		padding: 10px 5px 10px 30px;
		line-height: 1.8;
	}
	.post_box h2:before {
		width: 8px;
		height: calc(100%);
		left: 0px;
	}
	.post_box h3,
	.editwrap h3 {
		font-size: 20px;
		padding: 0px 0 0px 22px;
	}
	.post_box h3:before,
	.editwrap h3:before {
		width: 6px;
		left: 0;
	}
	.post_box h4,
	.editwrap h4 {
		font-size: 18px;
		padding: 8px 0;
	}
	.post_box h4:after {
		width: 160px;
	}
	.post_box #toc_container .toc_list {
		padding: 22px 30px;
	}
	.post_box #toc_container .toc_list li a {
		font-size: 15px;
	}
	.post_box .item_box_warp {
		padding: 28px;
		margin: 0 0 30px;
	}
	.post_box .item_box_warp .item_name {
		font-size: 18px;
		border-left: 3px solid #c6220c;
		padding: 0 0 0 12px;
	}
	.post_box .item_box_warp .box .fl_area {
		float: left;
		width: 42%;
		margin: 0 40px 0 0;
	}
	.post_box .item_box_warp .box .fr_area {
		overflow: hidden;
	}
	.post_box .item_box_warp .img_slider .pager.dotted a {
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a {
		width: 23%;
		margin: 0 2.5% 8px 0;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a:nth-child(4n+1) {
		clear: both;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a:nth-child(4n+4) {
		margin: 0 0 0 0;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-prev,
	.post_box .item_box_warp .img_slider .bx-controls .bx-next {
		width: 28px;
		height: 28px;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-prev {
		left: -10px;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-next {
		right: -10px;
	}
	.post_box .item_box_warp .box .img_box a:hover img {
		opacity: 0.7;
	}
	.post_box .item_box_warp .table_box {
		margin: 0 0 8px;
	}
	.post_box .item_box_warp .table_box dl:last-child {
		border-bottom: none;
	}
	.post_box .item_box_warp .table_box dl dt {
		width: 100px;
		font-size: 14px;
		padding: 12px 0;
	}
	.post_box .item_box_warp .table_box dl dd {
		font-size: 14px;
		padding: 12px 0 12px 12px;
	}
	.post_box .item_box_warp .add_btnarea {
		margin: 1.2em 0 0;
	}
	.post_box .item_box_warp .add_btnarea .site {
		margin: 0 0 10px;
	}
	.post_box .item_box_warp .add_btnarea .site a {
		padding: 5px;
		font-size: 15px;
	}
	.post_box .item_box_warp .add_btnarea .buy_btn_box span a {
		font-size: 15px;
		padding: 4px;
	}
	.post_box .item_box_warp .point_comment .tit {
		background: url(img/point_title_icon.png) no-repeat left center;
		background-size: 16px;
		padding: 0 0 0 22px;
	}
	.post_box .item_box_warp .point_comment .txt {
		font-size: 15px;
	}
	.post_box .w_b_relative {
		margin: 0 0.4em 0.5em 0;
		box-shadow: none;
	}
	.supervision_edit_wrap .labels {
		padding: 4px 18px;
		font-size: 14px;
	}
	.supervision_edit_wrap .box {
		padding: 20px 25px;
	}
	.supervision_edit_wrap .imgcl {
		width: 145px;
	}
	.supervision_edit_wrap .name_wrap {
		padding: 0 0 0 30px;
	}
	.supervision_edit_wrap .name_wrap .degree {
		font-size: 14px;
	}
	.supervision_edit_wrap .name_wrap .name {
		font-size: 18px;
		margin: 0 0 1em;
	}
	.supervision_edit_wrap .name_wrap .moretxt a {
		padding: 0 0 0 16px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	#main_block .eyecatch {
		margin: 0 0 12px;
	}
	#main_block #detail_header {
		margin: 0 0 15px;
	}
	#detail_header .post_meta {
		text-align: left;
		margin: 0 0 1.2em;
	}
	#detail_header .post_meta .cate {
		margin: 0 6px 0 0;
		display: inline-block;
	}
	#detail_header .post_meta .cate li {
		min-width: 60px;
		font-size: 10px;
		padding: 5px 8px;
	}
	#detail_header .post_meta .first_date {
		background-size: 14px;
		margin: 12px 0 5px;
		font-size: 12px;
		color: #626262;
		line-height: 1.5;
	}
	.post_box {
		margin: 0 0 60px;
	}
	.post_box p {
		font-size: 15px;
	}
	.post_box > table {
		width: 100% !important;
		font-size: 14px;
	}
	.post_box h2,
	.editwrap h2 {
		font-size: 17.5px;
		padding: 10px 8px 10px 24px;
		line-height: 1.6;
		border-radius: 4px;
	}
	.post_box h2:before {
		width: 5px;
		height: calc(100% - 22px);
		left: 10px;
	}
	.post_box h3,
	.editwrap h3 {
		font-size: 16.5px;
		padding: 4px 0 4px 18px;
	}
	.post_box h3:before,
	.editwrap h3:before {
		width: 4px;
		left: 0;
	}
	.post_box h4,
	.editwrap h4 {
		font-size: 15px;
		padding: 8px 0;
	}
	.post_box h4:after {
		width: 120px;
	}
	.post_box ul li {
		font-size: 14px;
	}
	.post_box #toc_container {
		border: 1px solid #ccc;
		margin: 25px 0 -10px;
	}
	.post_box #toc_container .toc_list {
		padding: 20px;
	}
	.post_box #toc_container .toc_title {
		padding: 8px 15px;
		font-size: 12px;
	}
	.post_box #toc_container .toc_list li {
		margin: 0 0 0.6em;
	}
	.post_box #toc_container .toc_list li a {
		font-size: 13px;
	}
	.post_box #toc_container .toc_title .toc_toggle {
		font-size: 12px;
		margin: 0 0 0 10px;
	}
	#main_block .edi_btnwrap a.colorbtn {
		max-width: 320px;
		width: 100%;
	}
	#main_block .edi_btnwrap a.colorbtn .btn_inner {
		padding: 15px 12px;
		width: 100%;
		box-sizing: border-box;
	}
	.post_box .edi_btnwrap.double a .btn_inner {
		margin: 0;
		width: 48%;
		min-width: auto;
		padding: 12px 15px;
	}
	.post_box .edi_btnwrap.double a.btn_l {
		float: left;
	}
	.post_box .edi_btnwrap.double a.btn_r {
		float: right;
	}
	.post_box .item_box_warp {
		padding: 15px;
		margin: 0 0 20px;
	}
	.post_box .item_box_warp .item_name {
		font-size: 14px;
		border-left: 3px solid #c6220c;
		padding: 0 0 0 8px;
		margin: 0 0 0.5em;
	}
	.post_box .item_box_warp .box .fl_area {
		float: left;
		width: 36%;
		margin: 0 20px 0 0;
	}
	.post_box .item_box_warp .box .fr_area {
		overflow: hidden;
	}
	.post_box .item_box_warp .img_slider .pager.dotted a {
		width: 8px;
		height: 8px;
		margin: 0 2px;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a {
		width: 23%;
		margin: 0 2.5% 8px 0;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a:nth-child(4n+1) {
		clear: both;
	}
	.post_box .item_box_warp .img_slider .pager.thumbs a:nth-child(4n+4) {
		margin: 0 0 0 0;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-prev,
	.post_box .item_box_warp .img_slider .bx-controls .bx-next {
		width: 20px;
		height: 20px;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-prev {
		left: -8px;
	}
	.post_box .item_box_warp .img_slider .bx-controls .bx-next {
		right: -8px;
	}
	.post_box .item_box_warp .table_box {
		margin: 0 0 8px;
	}
	.post_box .item_box_warp .table_box dl.maker,
	.post_box .item_box_warp .table_box dl.category {
		display: none;
	}
	.post_box .item_box_warp .table_box dl:last-child {
		border-bottom: 0;
	}
	.post_box .item_box_warp .table_box dl dt {
		width: 80px;
		font-size: 14px;
		padding: 2.8vw 0;
	}
	.post_box .item_box_warp .table_box dl dd {
		font-size: 3.45vw;
		padding: 2.8vw 0 2.8vw 2.8vw;
	}
	.post_box .item_box_warp .add_btnarea {
		margin: 0.5em 0 0;
	}
	.post_box .item_box_warp .add_btnarea .site {
		margin: 0 0 2.4vw;
	}
	.post_box .item_box_warp .add_btnarea .site a {
		padding: 8px;
		font-size: 14px;
		line-height: 1.4;
	}
	.post_box .item_box_warp .add_btnarea .buy_btn_box span a {
		padding: 8px;
		font-size: 14px;
		line-height: 1.4;
	}
	.post_box .item_box_warp .point_comment {
		margin: 0 0 1.2em;
	}
	.post_box .item_box_warp .point_comment .tit {
		background: url(img/point_title_icon.png) no-repeat left center;
		background-size: 16px;
		padding: 0 0 0 22px;
	}
	.post_box .item_box_warp .point_comment .txt {
		font-size: 3.8vw;
	}
	.post_box .w_b_relative {
		margin: 0 0 0.5em;
		box-shadow: none;
	}
	.post_box .w_b_f_n {
		width: 100px;
		margin: 0 0.5em 0 0;
	}
	.post_box .w_b_talk_L {
		font-size: 90%;
		font-weight: 500;
	}
	.post_box .w_b_size_M {
		width: 85px;
		height: 85px;
	}
	.supervision_edit_wrap .labels {
		padding: 4px 18px;
		font-size: 12px;
	}
	.supervision_edit_wrap .box {
		padding: 15px 12px;
	}
	.supervision_edit_wrap .imgcl {
		width: 84px;
	}
	.supervision_edit_wrap .name_wrap {
		padding: 0 0 0 18px;
	}
	.supervision_edit_wrap .name_wrap .degree {
		font-size: 11px;
	}
	.supervision_edit_wrap .name_wrap .name {
		font-size: 15px;
		margin: 0 0 10px;
	}
	.supervision_edit_wrap .name_wrap .moretxt a {
		padding: 0 0 0 14px;
		font-size: 11px;
	}
}

.post_box div#ez-toc-container {
	padding: 0;
	border: 2px double #ddd;
	width: 70%;
}
.post_box div#ez-toc-container .ez-toc-title-container {
	padding: 6px 15px;
	box-sizing: border-box;
}
.post_box div#ez-toc-container .ez-toc-list {
	padding: 14px 18px;
	border-top: 2px double #ddd;
}
.post_box div#ez-toc-container .ez-toc-title {
	color: #333;
}
.post_box div#ez-toc-container ul li {
	margin: 5px 0;
}
.post_box div#ez-toc-container ul li:before {
	display: none;
}
.post_box .su-tabs {
	padding: 0;
	background: none;
}
.post_box .su-tabs .su-tabs-nav span {
	opacity: 0.7;
	color: #fff;
	font-weight: bold;
	background: #a5a5a5;
}
.post_box .su-tabs .su-tabs-nav span.su-tabs-current {
	background: #ec707e;
}
.post_box .su-tabs .su-tabs-panes .su-tabs-pane {
	border: 2px solid #f29ba4;
}
@media (max-width: 767px) {
	.post_box div#ez-toc-container {
		width: 100%;
	}
	.post_box .su-tabs-mobile-stack .su-tabs-nav:before,
	.post_box .su-tabs-mobile-stack .su-tabs-nav:after {
		content:"";
		display:table;
	}
	.post_box .su-tabs-mobile-stack .su-tabs-nav:after {
		clear:both;
	}
	.post_box .su-tabs-mobile-stack .su-tabs-nav span {
		display: block;
		width: 32%;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 8px 12px;
		line-height: 2;
		text-align: center;
	}
}
.post_box .su-spoiler-style-default>.su-spoiler-content {
	padding: 1em 0;
}

body#tinymce {
	padding: 15px !important;
}
/* -- ingredients -- */
.ingredients_edit table {
	width: 100%;
	margin: 0 0 50px;
}
.ingredients_edit table th,
.ingredients_edit table td {
	border: 1px solid #b5b8bf;
	text-align: center;
	min-width: 85px;
	line-height: 1.4;
}
.ingredients_edit table th {
	background: #f6f6f6;
	padding: 5px 5px;
}
.ingredients_edit table td {
	padding: 9px 5px;
}
.ingredients_edit table a {
	color: #0a3f9b;
}
@media (max-width: 767px) {
	.ingredients_edit table {
		width: 100%;
	}
	.ingredients_edit table th,
	.ingredients_edit table td {
		min-width: auto;
	}
	.ingredients_edit .scroll td,
	.ingredients_edit .scroll th {
		padding: 1.4vw 2vw;
		font-size: 3.7vw;
		min-width: 30vw;
	}
	.ingredients_edit .scroll table {
		width:100%;
		margin: 0 0 3.5vw 0;
	}
	.ingredients_edit .scroll {
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin: 0 -14px 10vw;
		padding: 0 14px 0 14px;
		width: 100vw;
		box-sizing: border-box;
	}
	.ingredients_edit .scroll::-webkit-scrollbar {
	 height: 5px;
	}
	.ingredients_edit .scroll::-webkit-scrollbar-track {
	 background: #F1F1F1;
	}
	.ingredients_edit .scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}

.single_writer_box {
	margin: 0 0 80px;
	padding: 24px 32px;
	border: 1px solid #cdd2d6;
	background: #fafcff;
}
.single_writer_box .imgbl {
	display: block;
	padding: 8px;
	position: relative;
	float: left;
	width: 130px;
	margin: 0 26px 0 0;
}
.single_writer_box .imgbl:before {
	content: '';
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
}
.single_writer_box .imgbl:after {
	content: '';
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
}
.single_writer_box .imgbl:before {
	top: 0;
	left: 0;
	border: 1px solid #ffe867;
	z-index: 2;
}
.single_writer_box .imgbl:after {
	right: 0;
	bottom: 0;
	background: url(img/Slanting_dotted.png) repeat center;
	background-size: 5px;
}
.single_writer_box .imgbl .imgbox {
	width: 100%;
	position: relative;
	z-index: 1;
	border: 1px solid #11316b;
	overflow: hidden;
}
.single_writer_box .imgbl .imgbox:after {
	content: '';
	padding: 100% 0 0;
	display: block;
}
.single_writer_box .imgbl .imgbox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single_writer_box .name_wrap {
	overflow: hidden;
	text-align: left;
	padding: 3.5% 0 0;
}
.single_writer_box .name_wrap .name {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
}
.single_writer_box .name_wrap .txt {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 15px;
	max-height: 3em;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single_writer_box .name_wrap .txt a {
	color: #0a3f9b;
}
.single_writer_box .name_wrap .moretxt a {
	color: #0a3f9b;
	text-decoration: underline;
	padding: 0 0 0 16px;
	position: relative;
}
.single_writer_box .name_wrap .moretxt a:hover {
	text-decoration: none;
}
.single_writer_box .name_wrap .moretxt a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 15px;
	background: url(img/arrow_right.png) no-repeat;
	background-size: contain;
}
@media (max-width: 767px) {
	.single_writer_box {
		border: 0px;
		border-bottom: 0.26vw solid #cdd2d6;
		border-top: 0.26vw solid #cdd2d6;
		background: #fafcff;
		padding: 5.4vw 14px;
		margin: 0 -14px 12vw;
	}
	.single_writer_box .imgbl {
		width: 28vw;
		margin: 0 6vw 0 0;
	}
	.single_writer_box .name_wrap {
		overflow: hidden;
		text-align: left;
		padding: 4% 0 0;
	}
	.single_writer_box .name_wrap .name {
		font-size: 4.8vw;
		margin: 0 0 0.6em;
	}
	.single_writer_box .name_wrap .txt {
		font-size: 3.5vw;
		margin: 0 0 3.5vw;
	}
	.single_writer_box .name_wrap .moretxt a {
		padding: 0 0 0 5vw;
		font-size: 3.8vw;
	}
	.single_writer_box .name_wrap .moretxt a:before {
		width: 3vw;
		height: 4vw;
	}
}

.canvas_container {
	margin: 1.5em 0;
}
@media ( min-width: 768px ){
}
@media ( max-width: 767px ) {
	.canvas_container {
		padding: 6vw 0;
		max-width: 100%;
		overflow: hidden;
	}
	/*
	.canvas_container .chart_box {
		transform: scale(1.2,1.2);
	}
	*/
}

.post_box .line_chart .title {
	font-weight: bold;
}
.post_box .line_chart .chart_boxs {
	position: relative;
	width: 100%;
}
.post_box .line_chart .chart_boxs:before {
	content: '';
	display: block;
	width: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_box .line_chart .chart_boxs .line {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ccc;
}
.post_box .line_chart .chart_boxs .line.num0 {
	left: 0%;
}
.post_box .line_chart .chart_boxs .line.num1 {
	left: 20%;
}
.post_box .line_chart .chart_boxs .line.num2 {
	left: 40%;
}
.post_box .line_chart .chart_boxs .line.num3 {
	left: 60%;
}
.post_box .line_chart .chart_boxs .line.num4 {
	left: 80%;
}
.post_box .line_chart .chart_boxs .line.num5 {
	left: 100%;
}
.post_box .line_chart[data-num="0"] .chart_boxs .star {
	left: 0;
	position: absolute;
}
.post_box .line_chart[data-num="0.5"] .chart_boxs .star {
	left: 10%;
	position: absolute;
}
.post_box .line_chart[data-num="1"] .chart_boxs .star {
	left: 20%;
	position: absolute;
}
.post_box .line_chart[data-num="1.5"] .chart_boxs .star {
	left: 30%;
	position: absolute;
}
.post_box .line_chart[data-num="2"] .chart_boxs .star {
	left: 40%;
	position: absolute;
}
.post_box .line_chart[data-num="2.5"] .chart_boxs .star {
	left: 50%;
	position: absolute;
}
.post_box .line_chart[data-num="3"] .chart_boxs .star {
	left: 60%;
	position: absolute;
}
.post_box .line_chart[data-num="3.5"] .chart_boxs .star {
	left: 70%;
	position: absolute;
}
.post_box .line_chart[data-num="4"] .chart_boxs .star {
	left: 80%;
	position: absolute;
}
.post_box .line_chart[data-num="4.5"] .chart_boxs .star {
	left: 90%;
	position: absolute;
}
.post_box .line_chart[data-num="5"] .chart_boxs .star {
	left: 100%;
	position: absolute;
}
.post_box .line_chart .chart_boxs .star {
	line-height: 1;
	color: #de3f2a;
	opacity: 0.5;
	width: 1em;
	height: 1em;
	transform: translate(-50%,0);
}
.post_box .line_chart .undertxt .left_t {
	float: left;
}
.post_box .line_chart .undertxt .right_t {
	float: right;
}
@media ( min-width: 768px ){
	.post_box .line_chart {
		max-width: 88%;
		margin: 18px auto;
	}
	.post_box .line_chart .title {
		font-size: 16px;
		margin: 0 0 3px;
	}
	.post_box .line_chart .chart_boxs {
		height: 30px;
	}
	.post_box .line_chart .chart_boxs:before {
		height: 5px;
	}
	.post_box .line_chart .chart_boxs .line {
		width: 3px;
		height: 12px;
		transform: translate(-1.5px,0);
	}
	.post_box .line_chart .chart_boxs .star {
		font-size: 30px;
	}
	.post_box .line_chart .undertxt {
		font-size: 14px;
	}
}
@media ( max-width: 767px ) {
	.post_box .line_chart {
		max-width: 90%;
		margin: 5vw auto;
	}
	.post_box .line_chart .title {
		font-size: 3.8vw;
	}
	.post_box .line_chart .chart_boxs {
		height: 8.5vw;
	}
	.post_box .line_chart .chart_boxs:before {
		height: 1.2vw;
	}
	.post_box .line_chart .chart_boxs .line {
		width: 0.6vw;
		height: 3vw;
		transform: translate(-0.3vw,0);
	}
	.post_box .line_chart .chart_boxs .star {
		font-size: 8.5vw;
	}
	.post_box .line_chart .undertxt {
		font-size: 14px;
	}
}
.post_box .star_evaluation {
	text-align: left;
	line-height: 1.2;
}
.post_box .star_evaluation .star_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #ccc;
}
.post_box .star_evaluation .star_rating:before,
.post_box .star_evaluation .star_rating:after {
	content: '★★★★★';
}
.post_box .star_evaluation .star_rating:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f7d57f;
}
.post_box .star_evaluation .star_rating[data-rate="5"]:after,.post_box .star_evaluation .star_rating[data-rate="5.0"]:after{width: 100%;}
.post_box .star_evaluation .star_rating[data-rate="4.9"]:after{ width: 98%; }
.post_box .star_evaluation .star_rating[data-rate="4.8"]:after{ width: 96%; }
.post_box .star_evaluation .star_rating[data-rate="4.7"]:after{ width: 94%; }
.post_box .star_evaluation .star_rating[data-rate="4.6"]:after{ width: 92%; }
.post_box .star_evaluation .star_rating[data-rate="4.5"]:after{ width: 90%; }
.post_box .star_evaluation .star_rating[data-rate="4.4"]:after{ width: 88%; }
.post_box .star_evaluation .star_rating[data-rate="4.3"]:after{ width: 86%; }
.post_box .star_evaluation .star_rating[data-rate="4.2"]:after{ width: 84%; }
.post_box .star_evaluation .star_rating[data-rate="4.1"]:after{ width: 82%; }
.post_box .star_evaluation .star_rating[data-rate="4"]:after,.post_box .star_evaluation .star_rating[data-rate="4.0"]:after{ width: 80%; }
.post_box .star_evaluation .star_rating[data-rate="3.9"]:after{ width: 78%; }
.post_box .star_evaluation .star_rating[data-rate="3.8"]:after{ width: 76%; }
.post_box .star_evaluation .star_rating[data-rate="3.7"]:after{ width: 74%; }
.post_box .star_evaluation .star_rating[data-rate="3.6"]:after{ width: 72%; }
.post_box .star_evaluation .star_rating[data-rate="3.5"]:after{ width: 70%; }
.post_box .star_evaluation .star_rating[data-rate="3.4"]:after{ width: 68%; }
.post_box .star_evaluation .star_rating[data-rate="3.3"]:after{ width: 66%; }
.post_box .star_evaluation .star_rating[data-rate="3.2"]:after{ width: 64%; }
.post_box .star_evaluation .star_rating[data-rate="3.1"]:after{ width: 62%; }
.post_box .star_evaluation .star_rating[data-rate="3"]:after,.post_box .star_evaluation .star_rating[data-rate="3.0"]:after{ width: 60%; }
.post_box .star_evaluation .star_rating[data-rate="2.9"]:after{ width: 58%; }
.post_box .star_evaluation .star_rating[data-rate="2.8"]:after{ width: 56%; }
.post_box .star_evaluation .star_rating[data-rate="2.7"]:after{ width: 54%; }
.post_box .star_evaluation .star_rating[data-rate="2.6"]:after{ width: 52%; }
.post_box .star_evaluation .star_rating[data-rate="2.5"]:after{ width: 50%; }
.post_box .star_evaluation .star_rating[data-rate="2.4"]:after{ width: 48%; }
.post_box .star_evaluation .star_rating[data-rate="2.3"]:after{ width: 46%; }
.post_box .star_evaluation .star_rating[data-rate="2.2"]:after{ width: 44%; }
.post_box .star_evaluation .star_rating[data-rate="2.1"]:after{ width: 42%; }
.post_box .star_evaluation .star_rating[data-rate="2"]:after,.post_box .star_evaluation .star_rating[data-rate="2.0"]:after{ width: 40%; }
.post_box .star_evaluation .star_rating[data-rate="1.9"]:after{ width: 38%; }
.post_box .star_evaluation .star_rating[data-rate="1.8"]:after{ width: 36%; }
.post_box .star_evaluation .star_rating[data-rate="1.7"]:after{ width: 34%; }
.post_box .star_evaluation .star_rating[data-rate="1.6"]:after{ width: 32%; }
.post_box .star_evaluation .star_rating[data-rate="1.5"]:after{ width: 30%; }
.post_box .star_evaluation .star_rating[data-rate="1.4"]:after{ width: 28%; }
.post_box .star_evaluation .star_rating[data-rate="1.3"]:after{ width: 26%; }
.post_box .star_evaluation .star_rating[data-rate="1.2"]:after{ width: 24%; }
.post_box .star_evaluation .star_rating[data-rate="1.1"]:after{ width: 22%; }
.post_box .star_evaluation .star_rating[data-rate="1"]:after,.post_box .star_evaluation .star_rating[data-rate="1.0"]:after{ width: 20%; }
.post_box .star_evaluation .star_rating[data-rate="0.9"]:after{ width: 18%; }
.post_box .star_evaluation .star_rating[data-rate="0.8"]:after{ width: 16%; }
.post_box .star_evaluation .star_rating[data-rate="0.7"]:after{ width: 14%; }
.post_box .star_evaluation .star_rating[data-rate="0.6"]:after{ width: 12%; }
.post_box .star_evaluation .star_rating[data-rate="0.5"]:after{ width: 10%; }
.post_box .star_evaluation .star_rating[data-rate="0.4"]:after{ width: 8%; }
.post_box .star_evaluation .star_rating[data-rate="0.3"]:after{ width: 6%; }
.post_box .star_evaluation .star_rating[data-rate="0.2"]:after{ width: 4%; }
.post_box .star_evaluation .star_rating[data-rate="0.1"]:after{ width: 2%; }
.post_box .star_evaluation .star_rating[data-rate="0"]:after,.post_box .star_evaluation .star_rating[data-rate="0.0"]:after{ width: 0%; }
.post_box .coordination .star_evaluation .e_tit {
	font-weight: bold;
}
@media ( min-width: 768px ){
	.post_box .star_evaluation {
		margin: 0.5em 0;
	}
	.post_box .star_evaluation .star_rating {
		font-size: 22px;
		margin: 0 0.2em 0 0;
	}
	.post_box .star_evaluation .e_tit {
		font-size: 20px;
		font-weight: bold;
	}
}
@media ( max-width: 767px ) {
	.post_box .star_evaluation {
		font-size: 5.2vw;
		margin: 0.5em 0;
	}
	.post_box .star_evaluation .star_rating {
		font-size: 5.4vw;
		margin: 0 0.4em 0 0;
	}
	.post_box .star_evaluation .e_tit {
		font-size: 5.6vw;
		font-weight: bold;
	}
}

.post_box .percent_graph {
	text-align: left;
	line-height: 1;
	margin: 1.6em 0;
}
.post_box .percent_graph dl {
	display: table;
	width: 100%;
}
.post_box .percent_graph dl dt,
.post_box .percent_graph dl dd {
	display: table-cell;
	vertical-align: middle;
}
.post_box .percent_graph dl dd .line {
	width: calc(100% - 3em);
	display: block;
	height: 1em;
	float: left;
	position: relative;
}
.post_box .percent_graph dl dd .line:before {
	content: '';
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ececec;
	border-radius: 4px;
}
.post_box .percent_graph dl dd .line .bl {
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #f7d57f;
	border-radius: 4px;
}
.post_box .percent_graph dl dd .num {
	float: right;
	font-weight: bold;
}
@media ( min-width: 768px ){
	.post_box .percent_graph dl {
		margin: 20px 0 20px;
	}
	.post_box .percent_graph dl dt {
		width: 110px;
		padding: 0 5px 0 0;
	}
	.post_box .percent_graph dl dd {
		width: calc(100% - 110px)
	}
}
@media ( max-width: 767px ) {
	.post_box .percent_graph dl {
		margin: 1em 0;
	}
	.post_box .percent_graph dl dt {
		width: 22vw;
		font-size: 14px;
	}
	.post_box .percent_graph dl dd {
		width: calc(100% - 110px)
	}
}

.post_box .su-tabs-pane.good .speech_box .content {
	background: #f0fafa;
}
.post_box .su-tabs-pane.good .speech_box .content .title {
	border-bottom: 1px solid #f29ba4;
}
.post_box .su-tabs-pane.bad .speech_box .content {
	background: #f0f0f0;
}
.post_box .su-tabs-pane.bad .speech_box .content .title {
	border-bottom: 1px solid #c0c0c0;
}
@media ( min-width: 768px ){

	.post_box .su-tabs-pane.good .speech_box .content:before {
		border-right: 15px solid #f0fafa;
	}
	.post_box .su-tabs-pane.bad .speech_box .content:before {
		border-right: 15px solid #f0f0f0;
	}

}
@media ( max-width: 767px ) {

	.post_box .su-tabs-pane.good .speech_box .content:before {
		border-right: 10px solid #f0fafa;
	}
	.post_box .su-tabs-pane.bad .speech_box .content:before {
		border-right: 10px solid #f0f0f0;
	}

}


.post_datetime_box {
	color: #a6a6a6;
}
.post_datetime_box .first_date {
	text-align: right;
}
.post_datetime_box .under_date {
	text-align: left;
}
.post_box .relation_wrap .relation_tit {
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.post_box .relation_wrap .relation_tit:before,
.post_box .relation_wrap .relation_tit:after {
	content: '';
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
.post_box .relation_item a {
	display: table;
	width: 100%;
	text-decoration: none;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.post_box .relation_item a .imgbox,
.post_box .relation_item a .textare {
	display: table-cell;
	vertical-align: middle;
}
.post_box .relation_item a .imgbox .cover {
	width: 100%;
	background-size: cover;
	background-position: center;
}
.post_box .relation_item a .imgbox .cover:after {
	content: '';
	display: block;
	padding: 68% 0 0;
}
.post_box .relation_item a .textare .attach {
	line-height: 1;
}
.post_box .relation_item a .textare .attach .cate {
	float: left;
	background: #e1e1e1;
	color: #333;
	font-weight: bold;
}
.post_box .relation_item a .textare .attach .day {
	float: right;
	color: #a6a6a6;
}
.post_box .relation_item a .textare .title {
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}
.post_box .relation_item a .textare .text {
	color: #8a8a8a;
}
.tag_list_warp {
	text-align: left;
}
.tag_list_warp .item {
	display: inline-block;
	vertical-align: text-bottom;
}
@media ( min-width: 768px ){
	.post_datetime_box {
		font-size: 12px;
	}
	.post_datetime_box .first_date {
		margin: 0 0 2.5em;
	}
	.post_box .relation_wrap {
		margin: 20px 0;
	}
	.post_box .relation_wrap .relation_tit {
		font-size: 14px;
		padding: 0 0 0 12px;
		margin: 0 0 12px;
	}
	.post_box .relation_wrap .relation_tit:after {
		width: 3px;
		background: #ccc;
		z-index: 1;
	}
	.post_box .relation_item {
		margin: 10px 0 15px;
	}
	.post_box .relation_item a {
		padding: 8px;
	}
	.post_box .relation_item a:hover {
		background: #e9f7f8;
	}
	.post_box .relation_item a .imgbox {
		width: 150px;
	}
	.post_box .relation_item a .textare {
		padding: 0 0 0 15px;
	}
	.post_box .relation_item a .textare .attach {
		margin: 0 0 8px;
		font-size: 12px;
	}
	.post_box .relation_item a .textare .attach .cate {
		padding: 5px 10px;
	}
	.post_box .relation_item a .textare .attach .day {
		padding: 5px 0;
	}
	.post_box .relation_item a .textare .title {
		font-size: 16px;
	}
	.post_box .relation_item a .textare .text {
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.tag_list_warp {
		margin: 50px 0 0;
		font-size: 18px;
	}
	.tag_list_warp .item {
		margin: 0 8px;
	}
	.tag_list_warp .item a {
		padding: 8px 14px 8px 36px;
		border-radius: 20px;
		text-decoration: none;
		display: block;
		color: #534c49;
		font-size: 16px;
		box-shadow: 1px 1px 4px 2px #534c491f;
		background: url(img/tagicon.png) no-repeat left 13px center;
		background-size: 16px;
	}
}
@media ( max-width: 767px ) {
	.post_datetime_box {
		font-size: 2.75vw;
	}
	.post_datetime_box .first_date {
		margin: 0 0 2.5em;
	}
	.post_box .relation_wrap {
		margin: 4vw 0;
	}
	.post_box .relation_wrap .relation_tit {
		font-size: 3.4vw;
		padding: 0 0 0 3.2vw;
	}
	.post_box .relation_wrap .relation_tit:after {
		width: 0.9vw;
		background: #ccc;
		z-index: 1;
	}
	.post_box .relation_item {
		margin: 2.2vw 0 3vw;
	}
	.post_box .relation_item a {
		padding: 1.8vw;
	}
	.post_box .relation_item a .imgbox {
		width: 33vw;
	}
	.post_box .relation_item a .textare {
		padding: 0 0 0 2.8vw;
	}
	.post_box .relation_item a .textare .attach {
		font-size: 3vw;
		margin: 0 0 1.5vw;
	}
	.post_box .relation_item a .textare .attach .cate {
		padding: 1vw 1.4vw;
		font-size: 2.65vw;
	}
	.post_box .relation_item a .textare .attach .day {
		padding: 1vw 0;
	}
	.post_box .relation_item a .textare .title {
		font-size: 3.5vw;
	}
	.post_box .relation_item a .textare .text {
		font-size: 2.95vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.tag_list_warp {
		margin: 35px 0 0;
		font-size: 14px;
	}
	.tag_list_warp .item {
		margin: 0 6px;
	}
	.tag_list_warp .item a {
		padding: 6px 12px 6px 32px;
		border-radius: 20px;
		text-decoration: none;
		display: block;
		color: #534c49;
		font-size: 13px;
		box-shadow: 1px 1px 4px 2px #534c491f;
		background: url(img/tagicon.png) no-repeat left 11px center;
		background-size: 13px;
	}
}

.supervisor_box {
	position: relative;
	line-height: 1.4;
	border: 1px solid #ccc;
	overflow: hidden;
}
.supervisor_box .title {
	border-bottom: 1px solid #ccc;
	background: #e9f7f8;
	font-weight: bold;
}
.supervisor_box .supervisor_namearea {
	display: table;
	width: 100%;
	margin: 0 0 1.2em;
}
.supervisor_box .supervisor_namearea .image_area,
.supervisor_box .supervisor_namearea .name {
	display: table-cell;
	vertical-align: middle;
}
.supervisor_box .imgcl {
	position: relative;
	float: left;
}
.supervisor_box .imgcl .imgbox {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 100%;
}
.supervisor_box .imgcl .imgbox:after {
	content: '';
	padding: 100% 0 0;
	display: block;
}
.supervisor_box .imgcl .imgbox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_box dl.faq_box {
	margin: 1em 0;
}
.post_box dl.faq_box dt,
.post_box dl.faq_box dd {
	position: relative;
	line-height: 1.5;
	margin: 0;
}
.post_box dl.faq_box dt {
	background: #fff6f7;
}
.post_box dl.faq_box dt:before {
	content: 'Q';
	font-weight: bold;
	color: #7b7b7b;
	position: absolute;
}
.post_box dl.faq_box dd:before {
	content: 'A';
	font-weight: bold;
	color: #cd5f5f;
	position: absolute;
}
@media ( min-width: 768px ){
	.supervisor_box {
		margin: 25px 0;
	}
	.supervisor_box .title {
		padding: 12px 15px;
	}
	.supervisor_box .sup_box {
		padding: 18px 15px;
	}
	.supervisor_box .supervisor_namearea .image_area {
		width: 165px;
	}
	.supervisor_box .imgcl {
		width: 140px;
	}
	.post_box dl.faq_box dt,
	.post_box dl.faq_box dd {
		padding: 18px 18px 18px 60px;
		font-size: 18px;
	}
	.post_box dl.faq_box dt:before {
		font-size: 23px;
		left: 22px;
		top: 13px;
	}
	.post_box dl.faq_box dd:before {
		font-size: 23px;
		left: 22px;
		top: 13px;
	}
}
@media ( max-width: 767px ) {
	.supervisor_box {
		margin: 20px 0;
	}
	.supervisor_box .title {
		padding: 12px 15px;
		font-size: 14px;
	}
	.supervisor_box .sup_box {
		padding: 15px;
	}
	.supervisor_box .supervisor_namearea .image_area {
		width: 32vw;
	}
	.supervisor_box .imgcl {
		width: 28vw;
		margin: 0 4vw 0 0;
	}
	.post_box dl.faq_box dt,
	.post_box dl.faq_box dd {
		padding: 15px 15px 15px 40px;
		font-size: 14px;
	}
	.post_box dl.faq_box dt:before {
		font-size: 18px;
		left: 15px;
		top: 11px;
	}
	.post_box dl.faq_box dd:before {
		font-size: 18px;
		left: 15px;
		top: 11px;
	}
}

.post_box .cv_area_warp {
	margin: 40px 0;
}
.post_box .cv_title_area {
	background: #FF85A2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 380px;
}
.post_box .cv_item {
	background: #fef8fc;
	display: table;
	max-width: 100%;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
}
.post_box .cv_item .img_box,
.post_box .cv_item .cv_content {
	display: table-cell;
	vertical-align: middle;
}
.post_box .cv_item .img_box {
	width: 26%;
}
.post_box .cv_item .img_box .name {
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 5px 0 0;
}
.post_box .cv_item .cv_content {
	text-align: center;
}
.post_box .cv_item .cv_content .text {
	line-height: 1.6;
}
.post_box .cv_item .cv_content .name {
	font-weight: bold;
}
.post_box .cv_item .cv_content .cv_btnarea a {
	background: linear-gradient(90deg, #FF85A2, #E970C3);
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	border-radius: 20px;
	border-bottom: 2px solid #bd437b;
	font-weight: bold;
}
@media ( min-width: 768px ){
	.post_box .cv_title_area {
		padding: 8px 15px;
		margin: 0 auto 12px;
		font-size: 16px;
	}
	.post_box .cv_item {
		margin: 0 auto 10px;
		padding: 10px 12px;
	}
	.post_box .cv_item .cv_content {
		padding: 0 0 0 14px;
		font-size: 14px;
	}
	.post_box .cv_item .cv_content .text {
		margin: 0 0 6px;
	}
	.post_box .cv_item .cv_content .cv_btnarea a:hover {
		opacity: 0.8;
	}
}
@media ( max-width: 767px ) {
	.post_box .cv_title_area {
		padding: 10px 12px;
		margin: 0 auto 12px;
		font-size: 13px;
		border-radius: 4px;
	}
	.post_box .cv_item {
		margin: 0 auto 10px;
		padding: 10px 12px;
	}
	.post_box .cv_item .cv_content {
		padding: 0 0 0 14px;
		font-size: 14px;
	}
	.post_box .cv_item .cv_content .text {
		font-size: 12px;
		margin: 0 0 6px;
	}
}

.post_box .user_profile_wrap {
	background: #f9f8f7;
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ece9e5;
}
.post_box .user_profile_wrap .title_show {
	font-weight: bold;
	padding: 0 0 10px;
}
.post_box .user_profile_wrap .img {
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}
.post_box .user_profile_wrap dl {
	display: table;
	text-align: left;
	width: 100%;
}
.post_box .user_profile_wrap dl dt,
.post_box .user_profile_wrap dl dd {
	display: table-cell;
	vertical-align: top;
}
.post_box .boder_list_box {
	border-radius: 10px;
	position: relative;
}
.post_box .boder_list_box .title_name {
	position: absolute;
	background: #fff;
	font-weight: bold;
}
.post_box .boder_list_box ul li {
	font-weight: bold;
}
.post_box .boder_list_box.pink .title_name {
	color: #FF85A2;
}
.post_box .boder_list_box.pink ul li {
	color: #FF85A2;
}
.post_box .boder_list_box.blue .title_name {
	color: #56BCE3;
}
.post_box .boder_list_box.blue ul li {
	color: #56BCE3;
}
.post_box .boder_list_box.gray .title_name {
	color: #666;
}
.post_box .boder_list_box.gray ul li {
	color: #666;
}
@media ( min-width: 768px ){
	.post_box .user_profile_wrap {
		margin: 25px 0;
		padding: 20px;
	}
	.post_box .user_profile_wrap .img {
		float: left;
		max-width: 180px;
	}
	.post_box .user_profile_wrap dl {
		display: table;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #e0dcd5;
		padding: 5px 0;
		font-size: 14px;
	}
	.post_box .user_profile_wrap dl:last-child {
		border-bottom: 0;
	}
	.post_box .user_profile_wrap dl dt {
		width: 6em;
	}
	.post_box .user_profile_wrap .table_box {
		overflow: hidden;
		padding: 0 0 0 30px;
	}
	.post_box .boder_list_box {
		border: 2px solid #ccc;
		padding: 10px 20px;
		margin: 35px 0;
	}
	.post_box .boder_list_box .title_name {
		left: 30px;
		top: -15px;
		padding: 0 10px;
	}
}
@media ( max-width: 767px ) {
	.post_box .user_profile_wrap {
		margin: 25px 0;
		padding: 20px 15px;
	}
	.post_box .user_profile_wrap .title_show {
		font-weight: bold;
		padding: 0 0 20px;
		font-size: 13px;
	}
	.post_box .user_profile_wrap .img {
		max-width: 90px;
		float: left;
	}
	.post_box .user_profile_wrap dl {
		display: table;
		text-align: left;
		width: 100%;
		border-bottom: 1px solid #e0dcd5;
		padding: 5px 0;
		font-size: 11px;
	}
	.post_box .user_profile_wrap dl:last-child {
		border-bottom: 0;
	}
	.post_box .user_profile_wrap dl dt {
		width: 6em;
	}
	.post_box .user_profile_wrap .table_box {
		overflow: hidden;
		padding: 0 0 0 18px;
	}
	.post_box .boder_list_box {
		border: 1px solid #ccc;
		padding: 10px 20px;
		margin: 35px 0;
	}
	.post_box .boder_list_box .title_name {
		font-size: 15px;
		left: 20px;
		top: -15px;
		padding: 0 10px;
	}
}

.post_box .related_item {
	margin: 0 0 12px;
}
.post_box .related_item a {
	text-decoration: none;
	padding: 12px;
	display: block;
	border-radius: 8px;
	border: 1px solid #d3d3d3;
	box-shadow: 0px 0px 3px #eee;
}
.post_box .related_item .title {
	font-size: 14px;
	color: #0d0d0d;
	text-align: left;
	padding: 5px 0 5px 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	font-weight: 500;
}
.post_box .related_item .img {
	float: left;
	width: 38%;
	border-radius: 6px;
	overflow: hidden;
}
.post_box blockquote {
	background: #ffffff;
	padding: 20px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.post_box blockquote p {
	font-size: 85%;
}
.post_box blockquote p:last-child {
	margin: 0;
}
.post_box blockquote:before {
	content: '“';
	font-size: 35px;
	position: absolute;
	left: 8px;
	top: 8px;
	line-height: 1;
	color: #666;
}
.post_box blockquote:after {
	content: '”';
	font-size: 35px;
	position: absolute;
	right: 8px;
	bottom: 8px;
	line-height: 1;
	color: #666;
}
.post_box .iframe_warp {
	position: relative;
	margin: 0 0 1.5em;
}
.post_box .iframe_warp:before {
	content: '';
	padding: 75% 0 0;
	display: block;
}
.post_box .iframe_warp iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.post_box .circle_warp {
	border: 2px solid #ccc;
	padding: 10px 15px;
	margin: 0 0 15px;
}
.post_box .circle_warp.double {
	border: 4px double #eee;
}
.post_box .reviews_box {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 16px;
	font-size: 90%;
	margin: 0 0 20px;
}
@media ( min-width: 768px ){
	.post_box .related_item .img {
		width: 120px;
	}
	.post_box blockquote {
		padding: 20px;
	}
}
@media ( max-width: 767px ) {
	.post_box .related_item .img {
		width: 34%;
	}
	.post_box blockquote {
		padding: 25px;
	}
}

.post_box .writer_pr_warp {
	background: #f9f8f7;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ece9e5;
	position: relative;
}
.post_box .writer_pr_warp .hd_name_area {
	display: table;
	width: 100%;
}
.post_box .writer_pr_warp .hd_name_area .icon_image,
.post_box .writer_pr_warp .hd_name_area .name_box {
	display: table-cell;
	vertical-align: middle;
}
.post_box .writer_pr_warp .hd_name_area .icon_image {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.post_box .writer_pr_warp .hd_name_area .name_box {
	text-align: left;
}
.post_box .writer_pr_warp .hd_name_area .icon_image:before {
	content: '';
	padding: 100% 0 0;
	display: block;
}
.post_box .writer_pr_warp .hd_name_area .icon_image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_box .writer_pr_warp dl {
	display: table;
	text-align: left;
	width: 100%;
}
.post_box .writer_pr_warp dl dt,
.post_box .writer_pr_warp dl dd {
	display: table-cell;
	vertical-align: top;
}
.post_box .writer_pr_warp dl dd {
	padding: 0 0 0 1.5em;
	position: relative;
}
.post_box .writer_pr_warp dl dd:before {
	content: '：';
	position: absolute;
	left: 0;
}
.post_box .writer_pr_warp .x_link {
	position: absolute;
	right: 20px;
	top: 15px;
}
@media ( min-width: 768px ){
	.post_box .writer_pr_warp {
		margin: 25px 0;
		padding: 18px;
	}
	.post_box .writer_pr_warp .hd_name_area {
		margin: 0 0 12px;
		padding: 0px 5px 20px;
		border-bottom: 1px solid #ece9e5;
		box-sizing: border-box;
	}
	.post_box .writer_pr_warp .hd_name_area .icon_image {
		width: 108px;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box {
		padding: 0 0 0 25px;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box .degree {
		font-size: 14px;
		font-weight: 500;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box .name {
		font-weight: 600;
	}
	.post_box .writer_pr_warp .dl_box {
		padding: 0 8px;
	}
	.post_box .writer_pr_warp dl {
		padding: 3px 0;
		font-size: 13px;
	}
	.post_box .writer_pr_warp dl dt {
		width: 6em;
	}
	.post_box .writer_pr_warp .x_link a:hover {
		opacity: 0.8;
	}
	.post_box .writer_pr_warp .x_link {
		max-width: 25px;
	}
}
@media ( max-width: 767px ) {
	.post_box .writer_pr_warp {
		margin: 20px 0;
		padding: 28px 10px;
	}
	.post_box .writer_pr_warp .hd_name_area {
		margin: 0 0 12px;
		padding: 0px 5px 12px;
		border-bottom: 1px solid #ece9e5;
		box-sizing: border-box;
	}
	.post_box .writer_pr_warp .hd_name_area .icon_image {
		width: 76px;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box {
		padding: 0 0 0 18px;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box .degree {
		font-size: 12px;
		font-weight: 500;
	}
	.post_box .writer_pr_warp .hd_name_area .name_box .name {
		font-weight: 600;
	}
	.post_box .writer_pr_warp .dl_box {
		padding: 0 6px;
	}
	.post_box .writer_pr_warp dl {
		padding: 2px 0;
		font-size: 10px;
	}
	.post_box .writer_pr_warp dl dt {
		width: 6em;
	}
	.post_box .writer_pr_warp .x_link {
		max-width: 18px;
	}
}

.post_box .speech-balloon {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 20px 0;
}
.post_box .speech-right {
	flex-direction: row-reverse;
}
.post_box .speech-icon {
	width: 78px;
	flex-shrink: 0;
	text-align: center;
}
.post_box .speech-icon img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto 4px;
}
.post_box .speech-name {
	font-size: 14px;
	color: #0d0d0d;
	display: block;
	margin: 0.6em 0 0;
}
.post_box .speech-body {
	position: relative;
	padding: 14px 16px;
	border-radius: 8px;
	line-height: 1.7;
	font-size: 15px;
	background: #f4f5f7;
}
.post_box .speech-body p:last-child {
	margin: 0;
}
.post_box .speech-left .speech-body::before,
.post_box .speech-right .speech-body::before {
	content: "";
	position: absolute;
	top: 16px;
	border: 8px solid transparent;
}
.post_box .speech-left .speech-body::before {
	left: -15px;
	border-right-color: #f4f5f7;
}
.post_box .speech-right .speech-body::before {
	right: -15px;
	border-left-color: #f4f5f7;
}
@media ( min-width: 768px ) {
	.post_box .speech-body {
		max-width: 70%;
	}
}
@media ( max-width: 767px ) {
	.post_box .speech-balloon {
		gap: 10px;
	}
	.post_box .speech-icon {
		width: 68px;
	}
	.post_box .speech-icon img {
		width: 58px;
		height: 58px;
	}
	.post_box .speech-body {
		max-width: 100%;
		font-size: 14px;
		padding: 12px 14px;
	}
}


.qa-item{
	display:flex;
	gap:12px;
	margin:14px 0;
	padding:14px 16px;
	border-radius:6px;
	background:#fff;
}
.qa-badge{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	flex-shrink: 0;
}
.qa-body {
	line-height:1.8;
	font-size:15px;
}
.qa-body p{ margin:0; }
.qa-body p + p{ margin-top:8px; }

/* タイプ別 */
.qa-question{
	background:#f4f5f7;
}
.qa-question .qa-badge{
	background: #fff;
	color: #e64c13;
}

.qa-answer{
	background: #fff;
	border: 1px solid #d1d4db;
}
.qa-answer .qa-badge{
	background: #ffffff;
	color: #d9376e;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}

/* =========================
   PC（768px以上）
========================= */
@media ( min-width: 768px ) {
	.qa-item{ padding:16px 18px; }
	.qa-body{ font-size:15px; }
}

/* =========================
   SP（767px以下）
========================= */
@media ( max-width: 767px ) {
	.qa-item{ padding:12px 10px; gap:8px; }
	.qa-badge{ width:30px; height:30px; font-size:13px; }
	.qa-body{ font-size:14px; }
}

.post_box div#ez-toc-container ul li a {
	font-weight: 300;
}