@charset "UTF-8";
/*------css振り分け------------------------------------------
	01.ベーススタイル(カスタマイズ)
	02.投稿パーツ(カスタマイズ)
	03.ランディングページ用デザイン
	04.その他
---------------------------------------------------------*/


/* ******************************************************** 
	01.ベーススタイル(カスタマイズ)
******************************************************** */

.lead {
	text-align: center;
	font-weight: bold;
}
.asterisk {
	color: #b70000;
	font-weight: bold;
}
.border-radius {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* Tabs */
.tab-link {
	float: left;
	display: block;
	background: transparent;
	border: 1px solid transparent;
	outline: none;
	cursor: pointer;
	padding: 1em 1.6em;
	transition: 0.3s;
	font-size: 100%;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}
.tab-link.active {
	background: #fff;
	border-bottom-color: transparent !important;
}
.tab-panel {
	display: none;
}
.tab-panel.active {
	display: block;
}
/* ******************************************************** 
	02.コンポーネント(カスタマイズ)
******************************************************** */

/* 画像＋文章 */
.imgtxt_l {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.imgtxt_l .ttl {
	max-width: 480px;
	margin: 0 10px 10px 0;
}
.imgtxt_l .txt {
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_l {
	flex-direction: column;
}
.imgtxt_l .ttl img {
	max-width: 480px;
	margin: 0 auto 10px;
}
.imgtxt_l .txt {
	flex: none;
}
}
.imgtxt_r {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.imgtxt_r .ttl {
	max-width: 480px;
	min-height: 0%;
	margin: 0 0 10px 10px;
}
.imgtxt_r .txt {
	flex: 1;
	min-height: 0%;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_r {
	flex-direction: column;
}
.imgtxt_r .ttl img {
	max-width: 480px;
	margin: 0 auto 10px;
}
.imgtxt_r .txt {
	flex: none;
}
}
.imgtxt_full_l {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.imgtxt_full_l .ttl {
 margin: 0 10px 10px calc(((100vw - 100%) / 2) * -1);
	flex: 1;
}
.imgtxt_full_l .ttl img {
	display: block;
	width: 100%;
}
.imgtxt_full_l .txt {
	max-width: 45%;
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_full_l {
	flex-direction: column;
}
.imgtxt_full_l .ttl {
	margin: 0;
	flex: none;
}
.imgtxt_full_l .ttl img {
	max-width: 100%;
	margin: 0 auto 10px;
}
.imgtxt_full_l .txt {
	max-width: 100%;
	flex: none;
}
}
.imgtxt_full_r {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.imgtxt_full_r .ttl {
 margin: 0 calc(((100vw - 100%) / 2) * -1) 10px 10px;
	min-height: 0%;
	flex: 1;
}
.imgtxt_full_r .ttl img {
	display: block;
	width: 100%;
}
.imgtxt_full_r .txt {
	max-width: 45%;
	min-height: 0%;
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_full_r {
	flex-direction: column;
}
.imgtxt_full_r .ttl {
	margin: 0;
	flex: none;
}
.imgtxt_full_r .ttl img {
	max-width: 100%;
	margin: 0 auto 10px;
}
.imgtxt_full_r .txt {
	max-width: 100%;
	flex: none;
}
}
/* 画像＋文章 */
.imgtxt_l {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.imgtxt_l .ttl {
	max-width: 480px;
	margin: 0 10px 10px 0;
}
.imgtxt_l .txt {
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_l {
	flex-direction: column;
}
.imgtxt_l .ttl img {
	max-width: 480px;
	margin: 0 auto 10px;
}
.imgtxt_l .txt {
	flex: none;
}
}
.imgtxt_r {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.imgtxt_r .ttl {
	max-width: 480px;
	min-height: 0%;
	margin: 0 0 10px 10px;
}
.imgtxt_r .txt {
	flex: 1;
	min-height: 0%;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_r {
	flex-direction: column;
}
.imgtxt_r .ttl img {
	max-width: 480px;
	margin: 0 auto 10px;
}
.imgtxt_r .txt {
	flex: none;
}
}
.imgtxt_full_l {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.imgtxt_full_l .ttl {
 margin: 0 50px 10px calc(((100vw - 100%) / 2) * -1);
 flex: 1;
}
.imgtxt_full_l .ttl img {
	display: block;
	width: 100%;
}
.imgtxt_full_l .txt {
	max-width: 50%;
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_full_l {
	flex-direction: column;
}
.imgtxt_full_l .ttl {
	margin: 0;
	flex: none;
}
.imgtxt_full_l .ttl img {
	max-width: 100%;
	margin: 0 auto 10px;
}
.imgtxt_full_l .txt {
	max-width: 100%;
	flex: none;
}
}
.imgtxt_full_r {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.imgtxt_full_r .ttl {
 margin: 0 calc(((100vw - 100%) / 2) * -1) 10px 50px;
 min-height: 0%;
 flex: 1;
}
.imgtxt_full_r .ttl img {
	display: block;
	width: 100%;
}
.imgtxt_full_r .txt {
	max-width: 50%;
	min-height: 0%;
	flex: 1;
}

@media print, screen and ( max-width : 480px ) {
.imgtxt_full_r {
	flex-direction: column;
}
.imgtxt_full_r .ttl {
	margin: 0;
	flex: none;
}
.imgtxt_full_r .ttl img {
	max-width: 100%;
	margin: 0 auto 10px;
}
.imgtxt_full_r .txt {
	max-width: 100%;
	flex: none;
}
}
/* 価格カード */
.price_card {
	margin: 40px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.price_card .price_card-in {
	max-width: 220px;
	padding: 40px;
	background: #fff;
	border: 1px solid #666666;
	width: 100%;
	position: relative;
	min-height: 1px;
	margin: 20px 15px;
}
.price_card .ttl {
	font-size: 110%;
	margin: 0 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.price_card .prc {
	padding: 10px 0;
	border-top: .5px solid #333;
	border-bottom: .5px solid #333;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.price_card .prc .cu {
	font-size: 50%;
	font-weight: bold;
	vertical-align: 1px;
}
.price_card .ex {
	font-size: 80%;
	line-height: 1.2;
	margin: 10px;
	padding: 0;
	box-sizing: border-box;
}
.price_card .buy {
	padding: 0;
}
.price_card .buy a {
	background-color: #1e73be;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	text-align: center;
}

@media print, screen and ( max-width : 990px ) {
.price_card .price_card-in {
	font-size: 95%;
	max-width: 180px;
	padding: 15px;
	background: #fff;
	border: 1px solid #666666;
	width: 100%;
	position: relative;
	min-height: 1px;
	margin: 20px 5px;
}
}

@media print, screen and ( max-width : 830px ) {
.price_card .price_card-in {
	font-size: 90%;
	max-width: 150px;
	padding: 20px;
	background: #fff;
	border: 1px solid #666666;
	width: 100%;
	position: relative;
	min-height: 1px;
	margin: 20px 5px;
}
}
/* フロー図 */
.flow_chart {
	width: 100%;
}
.flow_chart .ttl {
	font-weight: bold;
}
.flow_chart .flow-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: relative;/* 縦方向中央揃え（Safari用） */
	 /* 縦方向中央揃え */
}
.flow_chart .flow-box:last-of-type {
	margin: 0;
}
.flow_chart .flow-box::before {
	content: '';
	padding: 0;
}
.flow_chart .flow-box:not(:last-of-type)::after {
	left: 40px;
}
.flow_chart .flow-l, .flow_chart .flow-r {
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px;
}
.flow_chart .flow-l {
	text-align: center;
	flex: 0 0 30%;
	max-width: 25%;
	font-weight: bold;
	background-color: #1e73be;
	color: #fff;
	line-height: 1.2;
	align-items: center;
	display: flex;
}
.flow_chart .flow-r {
	flex: 0 0 75%;
	max-width: 75%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	line-height: 1.2;/* min-height: 80px; */
}
.flow_chart .flow-box:not(:last-of-type)::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 500%;
	font-weight: 900;
	line-height: 1.0;
	margin: 0 auto;
	color: #999;
}

@media print, screen and ( max-width : 768px ) {
.flow_chart .flow-l {
	flex: 0 0 100%;
	max-width: 100%;
	border: 1px solid #ccc;
}
.flow_chart .flow-r {
	flex: 0 0 100%;
	max-width: 100%;
	border-top: none;
	border-left: 1px solid #ccc;
}
}
/* フロー図02 */
.flow_chart2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: #e7e5e4 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
.flow_chart2 .img {
	min-width: 200px;
	margin: 5px 20px 0 0;
}
.flow_chart2 .txt strong {
	line-height: 2.0;
	display: block;
	background: none;
}
.flow_chart2 .txt {
	line-height: 1.5;
}
.flow_mark img {
	margin: 0 auto 15px;
}
/* イメージボックス */
.image_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: #e7e5e4 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
.image_box .img {
	min-width: 200px;
	margin: 5px 20px 0 0;
}
.image_box .txt strong {
	line-height: 2.0;
	display: block;
	background: none;
}
.image_box .txt {
	line-height: 1.5;
}
/* 料金プラン */
.rate_plan {
	width: 100%;
	max-width: 100%;
	margin: 40px auto;
}
.rate_plan table {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.rate_plan table th {
	padding: 18px 0;
	font-weight: bold;
	background: #fff;
}

@media print, screen and ( max-width : 768px ) {
.rate_plan {
	margin: 0 auto;
	max-width: 95%;
	display: block;
}
.rate_plan tbody {
	width: 100%;
	display: block;
}
.rate_plan tr, .rate_plan th, .rate_plan td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.rate_plan tr::after {
	content: '';
	display: block;
	clear: both;
}
.rate_plan .ttl th:nth-of-type(n+2) {
	width: 33.3333%;
	float: left;
}
.rate_plan td {
	padding: 15px 0;
	width: 33.3333%;
	float: left;
}
}
.rate_plan .prc {
	padding: 16px 0;
}
.rate_plan .prc td {
	font-size: 180%;
	font-weight: bold;
	padding: 30px 20px;
}
.rate_plan .cu {
	padding: 0 0 0 2px;
	font-size: 60%;
}

@media print, screen and ( max-width : 768px ) {
.rate_plan .prc {
	padding: 0;
}
.rate_plan .prc td {
	padding: 30px 0;
}
}
.rate_plan th, .rate_plan td {
	text-align: center;
	vertical-align: middle;
}
.rate_plan .buy {
	padding: 0;
	margin: 20px 0;
}
.rate_plan .buy a {
	display: block;
	box-sizing: border-box;
	background-color: #1e73be;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	text-decoration: none;
	padding: 10px 8px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

@media print, screen and ( max-width : 768px ) {
.rate_plan .ttl th, .rate_plan .buy th, .rate_plan .feature {
	display: none;
}
.rate_plan .buy {
	margin: 0;
}
}
/* Q&A */
.faq_list {
	width: 100%;
	margin: 0 auto;
}
.faq_list .ttl {
	font-size: 18px;
	text-align: center;
}
.faq_list dl {
	width: 95%;
	margin: 0 auto 40px;
	padding: 0;
}
.faq_list dl:last-of-type {
	margin-bottom: 0;
}
.faq_list dt {
	font-weight: bold;
	margin: 0 0;
	padding: 10px 0 0 45px;
	box-sizing: border-box;
	position: relative;
}
.faq_list dt::before {
	content: 'Q';
	position: absolute;
	left: 2px;
	top: 5px;
	font-size: 40px;
	line-height: 100%;
}
.faq_list dd {
	margin: 0;
	padding: 36px 0 20px 40px;
	font-weight: bold;
	font-size: 110%;
	line-height: 2.0;
}
/* ポイント説明 */
.point_list {
	margin: 40px 0;
	counter-reset: points;
}
.point_list section {
	padding: 1.6em 0;
	background: #fff;
	counter-increment: points;
}
.point_list header {
	position: relative;
	padding: 0 0 1rem 4rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #333;
}
.point_list header:before {
	content: counter(points);
	position: absolute;
	left: .6rem;
	top: 0;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}
.point_list header .ttl {
	border: none;
	font-size: 124%;
	text-align: left;
	width: initial;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-weight: bold;
}
.point_list header .cap {
	color: #aaa;
}
.point_list p:last-child {
	margin-bottom: 0px;
}
/* リンクボタン */
.blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blk a, .mce-content-body .blk > a[data-mce-selected] {
	color: #fff;
	background-color: #1e73be;
	text-shadow: none;
	padding: 5px 20px;
	line-height: 2.0;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: none;
}
.blk a {
	display: block;
	margin: 0 0.35em 1em;
}
.blk a:hover {
	opacity: 0.8;
}
.blk-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blk-odd, .blk-even {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.blk-odd a, .blk-even a {
	margin: 0 1% 1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0.5em;
}
.blk-odd a {
	width: 31%;
}

@media screen and (max-width: 480px) {
.blk-odd a {
	width: 98%;
	margin: 0 auto 1em;
}
}
.blk-even a {
	width: 23%;
}

@media screen and (max-width: 768px) {
.blk-even a {
	width: 48%;
}
}
.blk.multi {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.blk.multi a {
	margin: 0 0.5% 1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0.5em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 24%;
	flex: 1 1 24%;
	max-width: 24%;
}

@media screen and (max-width: 800px) {
.blk.multi a {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 32%;
	flex: 1 1 32%;
	max-width: 32%;
}
}

@media screen and (max-width: 640px) {
.blk.multi a {
	margin: 0 1% 1em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	max-width: 48%;
}
}

@media screen and (max-width: 480px) {
.blk.multi a {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 98%;
	flex: 1 1 98%;
	max-width: 98%;
	margin: 0 auto 1em;
}
}
/* チャットスタイル */
.chat_normal {
	margin: 0 auto 20px;
}
.chat_normal .img {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
}

@media screen and (max-width: 768px) {
.chat_normal .img {
	width: 70px;
	height: 70px;
}
}

@media screen and (max-width: 480px) {
.chat_normal .img {
	width: 60px;
	height: 60px;
}
}
.chat_normal .img img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.chat_normal .img .name {
	width: 100%;
	margin: auto;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
	position: absolute;
	bottom: -0.3em;
}

@media screen and (max-width: 480px) {
.chat_normal .img .name {
	width: auto;
	font-size: 100%;
	text-align: left;
	top: 0.2em;
	left: calc(60px - 0.8em);
	bottom: auto;
	word-break: keep-all;
}
}
.chat_normal .ex {
	text-indent: 80px;
	margin-top: -2em;
}

@media screen and (max-width: 768px) {
.chat_normal .ex {
	text-indent: 70px;
}
}

@media screen and (max-width: 480px) {
.chat_normal .ex {
	text-indent: 60px;
}
}
/* カウントダウン */
#inner {
	width: 600px;
	margin: 0;
}
#countdown {
	font-weight: bold;
	width: 100%;
	color: #ff0000;
}
.day, .hou, .min, .sec, .mil {/*カウントする数字の大きさ*/
	font-size: 300%;
}
.day {
}
.hou {
}
.min {
}
.sec {
}
.mil {
}
.moji {/*日とか時間とか秒とかの文字の色と大きさ*/
	font-size: 200%;
	color: #333;
}
/* ボタン */
.button {
	color: #333;
	font-weight: bold;
	background-color: #e7e5e4;
	display: inline-block;
	margin: 0 5% 10px;
	min-width: 140px;
	text-decoration: none;
	text-align: center;
}
.button a {
	padding: 7px 5%;
	text-decoration: none;
}
.button a:hover {
	color: #fff;
	background-color: #5c6266;
}
/* バナーボタン */ /* lavanda 20181123 */
a.banner-btn {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #000;
	min-width: 145px;
	line-height: 1.8;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 5px 35px;
	text-decoration: none;
	z-index: 1;
}
a.banner-btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.3s ease all;
	background: #000;
	z-index: -1;
}
a.banner-btn.angle-down:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
a.banner-btn:hover {
	color: #fff;
}
a.banner-btn:hover:before {
	width: 100%;
}
a.banner-btn:hover:after {
	border-color: #fff;
}
/* Q＆A */
.entry .qanda {
}
.entry .qanda dl {
}
.entry .qanda dt {
	background: url(img/pg_mn_qanda01.png) no-repeat left center;
	border-left: none;
	border-top: #e7e5e4 1px solid;
	border-bottom: #e7e5e4 1px solid;
	padding: 15px 0 15px 100px;
	line-height: 1.4;
}
.entry .qanda dd {
	background: url(img/pg_mn_qanda02.png) no-repeat left 10px;
	color: #333;
	border-left: none;
	border-bottom: #e7e5e4 1px solid;
	padding: 15px 0 15px 100px;
	font-weight: bold;
	line-height: 1.4;
}
/* フルワイズ画像 */
.full-width {
	margin-bottom: 1em;
}
.full-width {
 margin-left: calc(((100vw - 100%) / 2) * -1);
 margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-bottom: 1em;
	max-height: 250px;
	overflow: hidden;
}
.full-width img {
	width: 100%;
}
/* ******************************************************** 
	03.ランディングページ用デザイン
******************************************************** */

/* 背景色が変更可能なテーブル見出し */
.headline_table {
	background-color: #ccc;
}
.headline_table td {
	text-align: center;
	border: none;
	font-weight: bold;
	font-size: 110%;
}
/* ******************************************************** 
	04.その他
******************************************************** */

/*****  サンプルページ用  *****/

.entry .sample {
	position: relative;
	color: #fff;
	max-width: 60%;
	font-size: 100%;
	padding: 5px 15px;
	margin: 100px auto;
	background-color: #29ABE2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}
.entry .sample2 {
	position: relative;
	color: #29ABE2;
	max-width: 50%;
	font-size: 100%;
	padding: 5px 25px;
	margin: 60px 0px 10px;
	border-bottom: #29ABE2 1px solid;
	text-align: left;
}
.entry .sample2::before {
	content: "\f02d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 6px;
	left: 5px;
}
.entry .sample3 {
	position: relative;
	color: #29ABE2;
	max-width: 50%;
	font-size: 100%;
	padding: 5px 25px;
	margin: 30px 0px;
	text-align: left;
}
.entry .sample3::before {
	content: "\f02d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 7px;
	left: 5px;
}

@media print, screen and ( max-width : 680px ) {
.entry .sample2, .entry .sample3 {
	max-width: 100%;
}
}
.sample-edit #slide-layer, .sample-edit #slide-menu, .sample-edit #hd-ex, .sample-edit #header, .sample-edit #eyecatch, .sample-edit #breadcrumb, .sample-edit .post-meta, .sample-edit #footer-info, .sample-edit #footer, .sample-edit #copyright, .sample-edit .map, .sample-edit .widget, .sample-edit .p-navi, .sample #slide-layer, .sample #slide-menu, .sample #hd-ex, .sample #header, .sample #eyecatch, .sample #breadcrumb, .sample .post-meta, .sample #footer-info, .sample #footer, .sample #copyright, .sample .map, .sample .widget, .sample .p-navi {
	display: none;
}
/*****  HTMLコード表示用  *****/

pre.htmlcopy {
	margin: 20px 0;
}
pre.htmlcopy input:checked ~ label::after {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: " \f077";
}
pre.htmlcopy code {
	white-space: pre-wrap;
	overflow-wrap: break-word;
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
pre.htmlcopy input:checked ~ code {
	overflow: auto;
	height: auto;
	padding: 5px;
	opacity: 1;
}
