@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap&subset=latin-ext,vietnamese');

/* contents
----------------------------------------*/
.contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
	padding-bottom: 115px;
}
.contents > section {
	width: 100%;
}
.contents_main {
	width: 825px;
}
@media only screen and (max-width: 768px) {	
	.contents {
		display: block;
		padding-bottom: 115px;
		border-bottom: solid 1px #d6d6d6;
	}
	.contents_main {
		width: auto;
		margin: 0 7.333%;
	}
}

/* ttl_page
----------------------------------------*/
.ttl_page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	height: 210px;
	overflow: hidden;
	padding-top: 20px;
}
.ttl_page::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(218,133,135,.8);*/
	z-index: 2;
}
.ttl_page img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.ttl_page h1,
.ttl_page .ttl_name {
	width: 100%;
	font-size: 3rem;
	line-height: 1.8;
	margin-bottom: 19px;
	letter-spacing: 6px;
	z-index: 2;
}
.txt_date {
	border-top: solid 3px #272727;
	border-bottom: solid 1px #272727;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
	font-size: 1.2rem;
	color: #797878;
	padding: 18px 0 17px;
	margin-bottom: 31px;
	letter-spacing: 1px;
}
.ttl_h2 {
	letter-spacing: 6px;
	font-size: 2.8rem;
	border-bottom: solid 3px #272727;
	padding: 0 0 30px;
	margin-bottom: 63px;
}
.ttl_h3 {
	letter-spacing: 4.7px;
	font-size: 2.4rem;
	border-bottom: solid 3px #c7c7c7;
	padding: 0 0 12px;
	margin-bottom: 69px;
}
.ttl_h3::before {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #e26366;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.ttl_h4 {
	font-size: 2rem;
	letter-spacing: 4px;
	margin-bottom: 56px;
}
.ttl_h4 span {
	display: inline-block;
}
.ttl_h4 span::before {
	content: "";
	height: 12px;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 5px;
	background: #f9e0e0;
	z-index: -1;
}
.ttl_h5 {
	font-size: 1.8rem;
	border-bottom: solid 1px #9d9d9d;
	padding-bottom: 3px;
	letter-spacing: 3.5px;
	margin-bottom: 56px;
}
.ttl_h6 {
	letter-spacing: 3.5px;
	font-size: 1.8rem;
	margin-bottom: 13px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {	
	.ttl_page {
		padding-top: 10px;
		height: 100px;
	}

	.ttl_page img{
		width: auto;
		max-width: 768px;
		left: calc( calc(100vw - 768px) / 2 );
	}

	.ttl_page h1 {
		font-size: 2rem;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}
	.txt_date {
		border-top: solid 2px #272727;
		font-size: 1rem;
		padding: 12px 0 11px;
		margin-bottom: 21px;
	}
	.ttl_h2 {
		letter-spacing: 3.4px;
		font-size: 1.8rem;
		border-bottom: solid 2px #272727;
		padding: 0 0 19px;
		margin-bottom: 38px;
	}
	.ttl_h3 {
		letter-spacing: 3.2px;
		font-size: 1.7rem;
		border-bottom: solid 2px #c7c7c7;
		padding: 0 0 11px;
		margin-bottom: 45px;
	}
	.ttl_h3::before {
		width: 25px;
		height: 2px;
		bottom: -2px;
	}
	.ttl_h4 {
		font-size: 1.6rem;
		letter-spacing: 3px;
		margin-bottom: 41px;
	}
	.ttl_h4 span::before {
		height: 10px;
		right: 23px;
	}
	.ttl_h5 {
		font-size: 1.4rem;
		letter-spacing: 2.7px;
		margin-bottom: 40px;
	}
	.ttl_h6 {
		letter-spacing: 2.6px;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}

/* txtarea
----------------------------------------*/
.txtarea {
	margin-bottom: 94px;
}
.txtarea:last-child {
	margin-bottom: 0;
}
.txtarea::after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.txtarea figure {
	margin-bottom: 29px;
}
.txtarea p:not(.ttl_h6):not(.date),
.txtarea div.txtareadiv {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 2.51px;
}
.txtarea p:not(.ttl_h6):not(.date) + p:not(.ttl_h6):not(.date) {
	margin-top: 10px;
}
.txtarea p:not(.ttl_h6):not(.date) + ul,
.txtarea ul + p:not(.ttl_h6):not(.date) {
	margin-top: 20px;
}
.txtarea .img_float_r,
.txtarea .img_float_l {
	padding-top: 5px;
	margin-bottom: 20px;
}
.txtarea figure.w65per {
	max-width: 65.454%;
	width: 65.454% !important;
}
.txtarea figure.w54per {
	max-width: 53.939%;
	width: 53.939% !important;
}
.txtarea figure.w30per {
	max-width: 30.909%;
	width: 30.909% !important;
}
.txtarea figure.w40per {
	max-width: 40.201%;
	width: 40.201% !important;
}
.txtarea .video_block {
	text-align: center;
	margin-bottom: 30px;
}
.txtarea .video_block iframe {
	max-width: 100%;
}
.txtarea.bg_gray {
	padding: 65px 0 69px;
	padding-right: 30px;
	margin-right: -30px;
	background: #f4f4f4;
}
.txtarea.bg_gray::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	left: -50vw;
	display: block;
	background: #f4f4f4;
}
.txtarea.bg_beige {
	padding: 65px 0 69px;
	padding-right: 30px;
	margin-right: -30px;
	background: #faf6e4;
}
.txtarea.bg_beige::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	left: -50vw;
	display: block;
	background: #faf6e4;
}
.txtarea.bg_purple {
	padding: 65px 0 69px;
	padding-right: 30px;
	margin-right: -30px;
	background: #f8efef;
}
.txtarea.bg_purple::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	left: -50vw;
	display: block;
	background: #f8efef;
}

.col1_bnr_block {
	width: 650px;
	margin: 0 auto;
}
.col1_bnr_block a {
	display: block;
	transition: 300ms;
}
.col1_bnr_block a:hover {
	opacity: 0.6;
}
.col1_bnr_block a img {
	display: block;
	margin: 0 auto;
}

.head_text_block {
	border-top: 3px solid #272727;
	border-bottom: 3px solid #272727;
	padding: 40px 0;
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 2.51px;
}
.head_text_block-flex {
	display: flex;
	align-items: center;
}
.head_text_block-icon {
	padding: 0 30px;
	min-width: 180px;
}
.head_text_block-icon h2 {
	line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 11.5px;
    padding-left: 11.5px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
}
.head_text_block-icon h2:first-letter {
	color: #dd9b00;
}
.head_text_block-icon h2 span {
	display: block;
    color: #888;
    font-size: 1rem;
    letter-spacing: 1.3px;
    margin-top: 3px;
    padding-right: 10px;
}
.head_text_block-icon figure {
	margin: auto;
	display: block;
}
.head_text_block-text {
	padding: 0 30px;
}

@media only screen and (max-width: 768px) {	
	.txtarea {
		margin-bottom: 49px;
	}
	.txtarea figure {
		margin-bottom: 15px;
	}
	.txtarea figure img {
		width: 100%;
	}
	.txtarea p,
    .txtarea div.txtareadiv {
		font-size: 1.2rem;
		letter-spacing: 2px;
    }
	.txtarea .img_float_r,
	.txtarea .img_float_l {
		margin-bottom: 16px;
	}
	.txtarea figure.img_float_r.w65per,
	.txtarea figure.img_float_l.w65per {
		margin-left: auto;
		margin-right: auto;
		float: none;
		max-width: 90.625%;
		width: 90.625% !important;
	}
	.txtarea figure.img_float_r.w54per,
	.txtarea figure.img_float_l.w54per {
		margin-left: auto;
		margin-right: auto;
		float: none;
		max-width: 80.937%;
		width: 80.937% !important;
	}
	.txtarea figure.w30per {
		max-width: 47.656%;
		width: 47.656% !important;
		margin-bottom: 6px;
	}
	.txtarea figure.w40per {
		max-width: 40.625%;
		margin-left: 4.062% !important;
		margin-right: 25px !important;
		width: 40.625% !important;
	}
	.txtarea figure.img_float_r.w40per {
		margin-right: 4.062% !important;
		margin-left: 25px !important;
	}
	.txtarea .video_block {
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 20px;
	}
	.txtarea .video_block iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
	}
	.txtarea.bg_gray {
		padding: 55px 8.587% 54px;
		margin-right: -8.587%;
		margin-left: -8.587%;
	}
	.txtarea.bg_beige {
		padding: 65px 8.587% 54px;
		margin-right: -8.587%;
		margin-left: -8.587%;
	}
	.txtarea.bg_purple {
		padding: 65px 8.587% 54px;
		margin-right: -8.587%;
		margin-left: -8.587%;
	}
	.txtarea.bg_gray::before,
	.txtarea.bg_beige::before,
	.txtarea.bg_purple::before {
		display: none;
	}

	.col1_bnr_block {
		width: 100%;
	}
	.col1_bnr_block a img {
		width: 100%;
	}

	.head_text_block {
		border-top: 2px solid #272727;
		border-bottom: 2px solid #272727;
		padding: 20px 0;
		margin-bottom: 30px;
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	
	.head_text_block-flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.head_text_block-icon {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.head_text_block-icon figure {
		width: 50%;
	}
	.head_text_block-icon h2 {
		width: 50%;
	}
}

/* col_block
----------------------------------------*/
.col2_block,
.col3_block,
.col4_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.col2_block .col_box {
	width: 48.242%;
	margin-left: 3.516%;
	margin-bottom: 30px;
}
.col3_block .col_box {
	width: 30.909%;
	margin-left: 3.6365%;
	margin-bottom: 30px;
}

.col4_block .col_box {
	width: 22.06%;
	margin-left: 3.6365%;
	margin-bottom: 30px;
}

.col2_block .col_box:nth-child(2n+1),
.col3_block .col_box:nth-child(3n+1),
.col4_block .col_box:nth-child(4n+1) {
	margin-left: 0;
}
.col3_block .col_box figure {
	margin-bottom: 19px;
}
.col_box a img {
	transition: 300ms;
	display: block;
	backface-visibility: hidden;
}
.col_box a:hover img {
	opacity: 0.6;
}
@media only screen and (max-width: 768px) {	
	.col2_block .col_box,
	.col3_block .col_box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 35px;
	}
	.col4_block {
		justify-content: space-between;
	}

	.col4_block .col_box {
		width: 48.242%;
		margin-left: 0;
	}
	.col_box img {
		width: 100%;
	}
	.col2_block .col_box figure,
	.col3_block .col_box figure {
		width: 81.25%;
		margin-left: auto;
		margin-right: auto;
	}
	/*.col3_block .col_box {
		width: 47.656%;
		margin-left: 4.688% !important;
	}*/
	.col3_block .col_box figure + p {
    	display: block;
	}
	.col3_block .col_box:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.col3_block .col_box figure {
		margin-bottom: 0;
	}
	.col3_block .col_box:last-child,
	.col2_block .col_box:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {	
	.col2_block[data-spcol="2col"] {
		justify-content: space-between;
	}

	.col2_block[data-spcol="2col"] .col_box {
		width: 48.242%;
	}

	.col2_block[data-spcol="2col"] .col_box figure {
		width: 100%;
	}

	.col3_block[data-spcol="float-left"] .col_box::after,
	.col3_block[data-spcol="float-right"] .col_box::after {
		content: "";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		font-size: 0.1em;
		line-height: 0;
	}

	.col3_block[data-spcol="float-left"] .col_box figure {
		float: left;
		width: 48.242%;
		margin-right: 4%;
	}

	.col3_block[data-spcol="float-right"] .col_box figure {
		float: right;
		width: 48.242%;
		margin-left: 4%;
	}
}

/* margin
----------------------------------------*/
.mb_wide {
	margin-bottom: 256px;
}
.mb_narrow {
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {	
	.mb_wide {
		margin-bottom: 87px;
	}
	.mb_narrow {
		margin-bottom: 50px;
	}
}

/* contents_sub
----------------------------------------*/
.contents_sub {
	width: 225px;
	margin-left: 60px;
}
.contents_sub .contents_sub_inner.fixed {
	width: 225px;
	position: fixed;
	top: 90px;
	background: #fff;
}
.contents_sub .contents_sub_inner.bottom {
	width: 225px;
    position: absolute;
	top: auto;
	bottom: 0;
}
.contents_sub h2,
.contents_sub .title {
	border-top: solid 1px #d9d9d9;
	padding: 34px 0 0;
	margin-bottom: 18px;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 11.5px;
	padding-left: 11.5px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
    font-weight: bold;
}
.contents_sub .benefit_sub_h2 {
	letter-spacing: 4px;
}
.contents_sub h2:first-letter,
.contents_sub .title:first-letter {
	color: #dd9b00;
}
.contents_sub h2 span,
.contents_sub .title span {
	display: block;
	color: #888;
	font-size: 1rem;
	letter-spacing: 1.3px;
	margin-top: 3px;
	padding-right: 10px;
}
.contents_sub > p {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 3px;
}
.contents_sub ul {
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	margin-top: 33px;
}
.contents_sub ul li + li {
	border-top: dashed 1px #d9d9d9;
}
.contents_sub ul a {
	display: block;
	overflow: hidden;
	padding: 14px 20px 14px 0;
	letter-spacing: 1.3px;
	transition: 300ms;
}
.contents_sub ul a .fa {
	float: right;
	margin-top: 4px;
	margin-right: -16px;
}
.contents_sub ul a:hover,
.contents_sub ul .current a {
	color: #e26366;
}

.contents_sub.maintenance_sub ul a:hover,
.contents_sub.maintenance_sub ul .current a {
	color: #7b9bbc;
}
@media only screen and (max-width: 768px) {	
	.contents_sub {
		display: none;
	}
}

/* anchor_nav
----------------------------------------*/
.anchor_nav {
	margin-top: 119px;
	margin-bottom: 72px;
}
.anchor_nav:first-child {
	margin-top: 40px;
}
.anchor_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.anchor_nav ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	border-right: solid 1px #717171;
}
.anchor_nav ul li:nth-child(3n+1) {
	border-left: solid 1px #717171;
}
.anchor_nav ul li a {
	width: 100%;
	display: block;
	padding: 9px 10px 9px 20px;
	font-size: 1.5rem;
	overflow: hidden;
	letter-spacing: 2px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.anchor_nav ul li a:hover {
	opacity: .6;
}
.anchor_nav ul li a .fa {
	float: right;
	color: #e26366;
	margin-top: 3px;
}
@media only screen and (max-width: 768px) {	
	.anchor_nav {
		margin-top: 30px;
		margin-bottom: 56px;
	}
	.anchor_nav:first-child {
		margin-top: 0;
	}
	.anchor_nav ul li {
		width: 50%;
	}
	.anchor_nav ul li:nth-child(3n+1) {
		border-left: none !important;
	}
	.anchor_nav ul li:nth-child(2n+1) {
		border-left: solid 1px #717171 !important;
	}
	.anchor_nav ul li a {
		padding: 2px 5px 13px;
		font-size: 1rem;
		text-align: center;
		letter-spacing: 1.2px;
	}
	.anchor_nav ul li:last-child a,
	.anchor_nav ul li:nth-last-child(2):nth-child(2n+1) a {
		padding: 2px 5px 3px;
	}
	.anchor_nav ul li a .fa {
		display: block;
		float: none;
		text-align: center;
		margin-top: -2px;
	}
}

/* asterisk
----------------------------------------*/
.asterisk {
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: 2px;
	line-height: 1.4;
	font-size: 1.2rem;
}
ul.asterisk {
	margin: 19px 0 0;
	text-indent: 0;
}
ul.asterisk li {
	margin-left: 1em;
	padding-left: 0 !important;
	text-indent: -1em;
	letter-spacing: 2px;
}
ul.asterisk li::before {
	display: none;
}
.asterisk_m {
	margin-left: 1em;
	text-indent: -1em;
	letter-spacing: 2px;
	line-height: 1.4;
	font-size: 1.2rem;
}
ul.asterisk_m {
	margin: 19px 0 0;
	text-indent: 0;
}
ul.asterisk_m li {
	margin-left: 1.5em;
	padding-left: 0 !important;
	text-indent: -1.5em;
	letter-spacing: 2px;
}
ul.asterisk_m li::before {
	display: none;
}
@media only screen and (max-width: 768px) {	
	.asterisk {
		font-size: 1rem;
		line-height: 1.5;
	}
	ul.asterisk {
		margin: 12px 0 0;
	}
}

/* list
----------------------------------------*/
ul.disc_list {
	line-height: 1.9;
	letter-spacing: 1.95px;
}
ul.disc_list > li {
	padding: 1px 0 11px 22px;
	font-size: 1.5rem;
}
ul.disc_list > li::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #b0b0b0;
	position: absolute;
	top: 7px;
	left: 0;
}
ol.decimal_list {
	line-height: 1.9;
	letter-spacing: 1.95px;
	counter-reset: content-main-ol-default;
}
ol.decimal_list > li {
	font-size: 1.5rem;
	margin: 30px 0 0 1.4em;
	text-indent: -1.4em;
}
ol.decimal_list > li::before {
	content: counter(content-main-ol-default, decimal) ". ";
	counter-increment: content-main-ol-default;
}
ol.decimal_list > li > * {
	text-indent: 0;
}
@media only screen and (max-width: 768px) {	
	ul.disc_list {
		line-height: 1.8;
		letter-spacing: 1.5px;
	}
	ul.disc_list > li {
		padding: 1px 0 5px 15px;
		font-size: 1.2rem;
	}
	ul.disc_list > li::before {
		width: 11px;
		height: 11px;
		top: 4px;
	}
	ol.decimal_list {
		line-height: 1.8;
		letter-spacing: 1.5px;
	}
	ol.decimal_list > li {
		font-size: 1.2rem;
		margin: 20px 0 0 1.4em;
	}
}

/* table
----------------------------------------*/
table {
	font-size: 1.5rem;
	border-collapse: collapse;
	margin-top: 60px;
}
table th {
	background: #d9d9d9;
	text-align: left;
	padding: 11px 20px 9px;
	letter-spacing: 1px;
	position: static;
}
table td {
	border-bottom: solid 1px #a5a5a5;
	padding: 22px 20px 18px;
	letter-spacing: 1px;
	line-height: 2;
	position: static;
}
table th + th,
table th + td,
table td + td {
	border-left: solid 1px #a5a5a5;
}
@media only screen and (max-width: 768px) {	
	table {
		font-size: 1.2rem;
		margin-top: 31px;
	}
	table th {
		padding: 6px 10px;
	}
	table td {
		padding: 9px 10px 7px;
	}
}

/* contact_block
----------------------------------------*/
.contact_block {
	margin-top: 94px;
	padding: 45px 49px 49px;
	border: solid 1px #272727;
}
.contact_block h2 {
	font-size: 1.8rem;
	letter-spacing: 2.9px;
	padding-bottom: 3px;
	margin-bottom: 36px;
	border-bottom: solid 1px #9d9d9d;
}
.contact_block h2 span {
	font-size: 1.44rem;
}
.contact_block .txt_ownership {
	color: #717171;
	font-size: 1.4rem;
}
.contact_block h3 {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 2px;
	padding-left: 18px;
}
.contact_block h3::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: #b0b0b0;
	position: absolute;
	top: 5px;
	left: 2px;
}
.contact_block h3.h3_dot {
	font-size: 1.8rem;
	letter-spacing: 2.9px;
	padding-left: 0;
	margin: 30px 0;
}
.contact_block h3.h3_dot::before {
	display: none;
}
.contact_block p + p {
	margin-top: 37px;
}
.contact_block p {
	letter-spacing: 2px;
	font-size: 1.5rem;
	margin-bottom: 9px;
}
.contact_block .txt_tel {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, sans-serif;
	margin: 6px 0 11px;
}
.contact_block .txt_tel + p {
	margin-top: 0;
}
.contact_block .txt_tel a {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2.1px;
	pointer-events: none;
}
.contact_block p a {
	word-break: break-all;
}
.contact_block .asterisk {
	letter-spacing: 1.8px;
	font-size: 1.2rem;
	margin-top: 0;
}
.contact_block .btn {
	margin-top: 32px;
}
.contact_block .btn a {
	width: 300px;
	display: block;
	border: solid 1px #000;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 20px 14px 20px 18px;
	overflow: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.contact_block .btn a:hover {
	opacity: .6;
}
.contact_block .btn a .fa {
	float: right;
	font-size: 1.4rem;
	margin-top: 2px;
}
@media only screen and (max-width: 768px) {
	.contact_block {
		margin-top: 79px;
		padding: 20px 23px 25px;
	}
	.contact_block h2 {
		font-size: 1.35rem;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
	.contact_block h2 span {
		font-size: 1.2rem;
	}
	.contact_block .txt_ownership {
		font-size: 1.2rem;
	}
	.contact_block h3 {
		font-size: 1.2rem;
		line-height: 2;
		padding-left: 13px;
	}
	.contact_block h3::before {
		width: 8.5px;
		height: 8.5px;
		top: 7px;
	}
	.contact_block p {
		letter-spacing: 1.6px;
		line-height: 2;
		font-size: 1.2rem;
		margin-bottom: 1px;
	}
	.contact_block .txt_tel {
		font-size: 1.4rem;
		margin: 0 0 1px;
		letter-spacing: 1.6px;
	}
	.contact_block .txt_tel a {
		pointer-events: auto;
	}
	.contact_block .asterisk {
		letter-spacing: 1.5px;
		font-size: 1rem;
	}
	.contact_block .btn {
		margin-top: 13px;
		margin-left: -4px;
		margin-right: -3px;
	}
	.contact_block .btn a {
		width: 100%;
		padding: 24px 20px 26px 18px;
	}
	.contact_block .btn a .fa {
		font-size: 1.3rem;
		margin-top: 4px;
	}
}

/* faq_list
----------------------------------------*/
.faq_list dt {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: bold;
	padding-left: 49px;
	margin-bottom: 18px;
	letter-spacing: 2.2px;
}
.faq_list dt::before {
	content: "Q";
	width: 30px;
	height: 30px;
	display: block;
	font-weight: normal;
	background: #e26366;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 1px;
}
.faq_list dd {
	font-size: 1.5rem;
	padding-left: 49px;
	line-height: 1.9;
	letter-spacing: 1.95px;
	margin-bottom: 39px;
	padding-bottom: 38px;
	border-bottom: solid 1px #9d9d9d;
}
.faq_list dd p + p,
.faq_list dd ul + p {
	margin-top: 29px;
}
.faq_list dd a {
	font-weight: bold;
	color: #e26366;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.faq_list dd a:hover {
	opacity: .6;
}
.faq_list dd ul.disc_list li {
	padding: 1px 0 1.5px 22px;
}
@media only screen and (max-width: 768px) {	
	.faq_list dt {
		font-size: 1.5rem;
		padding-left: 30px;
		margin-bottom: 18px;
		letter-spacing: 1.5px;
		line-height: 1.8;
	}
	.faq_list dt::before {
		width: 22px;
		height: 22px;
		font-size: 1.6rem;
		line-height: 22px;
		left: 0;
	}
	.faq_list dd {
		font-size: 1.2rem;
		padding-left: 30px;
		line-height: 1.8;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.faq_list dd p + p,
	.faq_list dd ul + p {
		margin-top: 20px;
	}
	.faq_list dd ul.disc_list li {
		padding: 1px 0 1.5px 15px;
	}
}

/* border_box
----------------------------------------*/
.border_box {
	border: solid 1px #272727;
	margin: 22px 0;
	padding: 45px 49px 49px;
}
.border_box:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {	
	.border_box {
		margin: 15px 0;
		padding: 20px 5%;
	}
}

a[href^="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 768px) {	
	a[href^="tel:"] {
		pointer-events: auto;
	}
}


/* event_block
----------------------------------------*/

.event_block figure {
	float: left;
	width: 255px;
	margin: 0 30px 0 0;
}
.event_block .ttl_event {
	color: #e26366;
	font-size: 2rem;
	margin-bottom: 20px;
}
.event_block .sttl_event {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.event_block .event_text {
	overflow: hidden;
}
.event_block .event_info li {
	margin-bottom: 5px;
	padding-left: 1.5em;
}
.event_block .event_info li i.fa {
	position: absolute;
	left: 0;
	top: 2px;
}

@media only screen and (max-width: 768px) {
	.event_block figure {
		float: none;
		width: 81%;
		margin: 0 auto 20px;
	}
	.event_block figure img {
		width: 100%;
		height: auto;
	}
	.event_block .ttl_event {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.event_block .sttl_event {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.event_block .event_info li {
		font-size: 1.1rem;
	}
}

/*ボタン*/
.btn_blank {
	margin-top: 30px;
}
.btn_back {
	margin-top: 73px;
}
.btn_next a,
.btn_blank a,
.btn_back a {
	width: 280px;
	padding: 20px 20px 20px 19px;
	letter-spacing: 1.2px;
	display: block;
	border: solid 1px #000;
	font-size: 1.2rem;
	overflow: hidden;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.btn_next a {
	text-align: right;
}
.btn_next a:hover,
.btn_blank a:hover,
.btn_back a:hover {
    border-color: #e26366;
    color: #e26366;
}
.btn_back a:hover {
	padding-right: 25px;
}
.btn_next a:hover {
	padding-left: 25px;
}
.btn_next a::before,
.btn_blank a::before,
.btn_back a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 1px transparent;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.btn_next a:hover::before,
.btn_blank a:hover::before,
.btn_back a:hover::before {
    border-color: #e26366;
}
.btn_blank a .fa,
.btn_back a .fa {
	float: right;
	font-size: 1.4rem;
	margin-top: 3px;
}
.btn_next a .fa {
	float: left;
	font-size: 1.4rem;
	margin-top: 3px;
}

@media only screen and (max-width: 768px) {
	.btn_next,
	.btn_blank,
	.btn_back {
		margin-top: 30px;
	}
	.btn_next a,
	.btn_blank a,
	.btn_back a {
		width: 100%;
		padding: 25px 20px 25px 19px;
	}
	.btn_next a .fa,
	.btn_blank a .fa,
	.btn_back a .fa {
		font-size: 1.3rem;
	}
}


/*ページャー*/

.pager-single {
	display:flex;
	justify-content: space-between;
	margin-top: 73px;
}

.pager-single > div {
	margin-top:0;
}


@media only screen and (max-width: 768px) {
	.pager-single {
		margin-top: 30px;
	}
}

.pager-list {
	display:flex;
	margin-top: 73px;
	align-items: center;
}

.pager-list li {
	margin:0 2px;
}

.pager-list li a,
.pager-list li span {
	font-size: 1.8rem;
	font-weight: bold;
	display:block;
	width: 100%;
	text-align:center;
	padding:0 8px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.pager-list li a:hover {
	color: #e26366;
}

.pager-list li span {
	color: #d7d7d7;
}

.pager-list li .fa {
	font-size: 2rem;
	/*color: #fff;*/
	padding-top: 3px;
}

.pager-list .pager-list__prev {
	margin-right:10px;
}
.pager-list .pager-list__next {
	margin-left:10px;
}

.pager-list .pager-list__prev ,
.pager-list .pager-list__next {
	width:26px;
	height: 26px;
	display: flex;
	justify-content: center;
}

.pager-list .pager-list__prev a,
.pager-list .pager-list__next a {
	/*background: #272727;*/
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.pager-list .pager-list__prev a:hover,
.pager-list .pager-list__next a:hover {
	/*background: #e26366;*/
}

.pager-list .pager-list__prev span,
.pager-list .pager-list__next span {
	/*background: #d7d7d7;*/
}

@media only screen and (max-width: 768px) {
	.pager-list {
		margin-top: 30px;
		justify-content: center;
	}

	.pager-list li {
		margin:0 2px;
	}

	.pager-list li .fa {
		font-size: 2rem;
		color: #fff;
		padding-top: 5px;
	}

	.pager-list .pager-list__prev ,
	.pager-list .pager-list__next {
		width:30px;
		height: 30px;
		display: flex;
		justify-content: center;
	}
}


/* レシピパーツ */

.recipe_info {
	border-top: solid 1px #e26366;
	border-bottom: solid 1px #e26366;
	margin: 30px 0;
	padding:15px 0;
}

.recipe_info li {
	padding-left: 28px;
	font-size: 1.7rem;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

.recipe_info .recipe_info_timer {
	background-image: url("../img/common/icon_timer.png");
}
.recipe_info .recipe_info_kcal {
	background-image: url("../img/common/icon_kcal.png");
}
.recipe_info .recipe_info_salt {
	background-image: url("../img/common/icon_salt.png");
}

.recipe_info li:not(:last-child) {
	margin-bottom: 6px;
}

.recipe_info li span {
	font-size: 1.02rem;
	margin-left:8px;
}

@media only screen and (max-width: 768px) {
	.recipe_info li {
		padding-left: 22px;
		font-size: 1.5rem;
		background-size: 14px auto;
	}
	.recipe_info li span {
		display:block;
		margin-left:0px;
		line-height: 1.3;
	}
}


.recipe_point h2 {
	margin-bottom:30px;
	letter-spacing: 6px;
}

.recipe_point h2 .text {
	position: relative;
	font-size:2.4rem;
}

.recipe_point h2 .text::after {
	content: "";
	display: block;
	width: 99%;
	height: 1px;
	background-color: #e26366;
	position: absolute;
	bottom:0;
	left: 0;
}

.recipe_point h2 .count {
	font-family: 'Dancing Script', cursive;
	font-size:6.24rem;
	font-weight:no-repeat;
	margin-left:3px;
	color: #e26366;
	position: relative;
	top: 3px;
	line-height: .8;
	font-weight: 700;
}

.recipe_point_list li {
	background-position: left top;
	background-repeat: no-repeat;
}

.recipe_point_list li:not(:last-child) {
	margin-bottom: 5px;
}


.recipe_point_list_ttl {
	display:flex;
	align-items: center;
	margin-bottom: 5px;
}

.recipe_point_list_ttl h3 {
	color: #e26366;
	font-size:1.8rem;
	margin-left:15px;
	padding-top: 10px;
}

.recipe_point_list li p {
	padding-left: 90px;
}

@media only screen and (max-width: 768px) {
	.recipe_point h2 {
		margin-bottom:20px;
		letter-spacing: 2.4px;
		text-align: center;
	}

	.recipe_point h2 .text {
		font-size:1.5rem;
	}

	.recipe_point h2 .count {
		font-size:3.6rem;
		margin-left:2px;
	}

	.recipe_point_list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.recipe_point_list_ttl img {
		width:50px;
	}

	.recipe_point_list_ttl h3 {
		font-size:1.5rem;
	}

	.recipe_point_list li p {
		padding-left: 0;
	}
}

/* しりとりキッチン */

.recipe_shiritori h2 {
	font-size: 2rem;
	letter-spacing: 4px;
	margin-bottom: 25px;
}

.recipe_shiritori h2 span {
	position: relative;
}

.recipe_shiritori h2 span::before {
	content:"";
	width: 100%;
	height: 12px;
	background-color: #e26366;
	opacity: 0.2;
	display:block;
	position: absolute;
	bottom:-2px;
}


.recipe_shiritori_list {
	display:flex;
	justify-content: space-between;
	margin-top: 20px;
	position: relative;
	flex-wrap: wrap;
}

.recipe_shiritori_list li {
	width: 200px;
	margin-right: 112px;
	margin-bottom: 20px;
}

.recipe_shiritori_list li:nth-child(3n) {
	margin-right: 0;
}

.recipe_shiritori_list li:not(:nth-child(3n))::after {
	content: "";
	position: absolute;
	top: 80px;
	right: -87px;
	display: block;
	width: 62px;
	height: 16px;
	background-image: url("../img/common/pc-shiritori-arrow.png");
	background-repeat: no-repeat;
}

.recipe_shiritori_list .recipe_shiritori_list_bg {
	width:200px;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	
}

.recipe_shiritori_list .recipe_shiritori_list_bg {
	background-image: url("../img/common/pc-bg-shiritori-off.png");
	background-position: center top;
	background-size: 100% auto;
	height: 245px;
    padding-top: 14px;
    display:flex;
    flex-direction: column;
    background-repeat: no-repeat;
}

.recipe_shiritori_list a .recipe_shiritori_list_bg,
.recipe_shiritori_list .recipe_shiritori_list_bg.start {
	background-image: url("../img/common/pc-bg-shiritori-on.png");
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.recipe_shiritori_list a:hover .recipe_shiritori_list_bg {
	opacity: 0.6;
}

.recipe_shiritori_list .recipe_shiritori_list_bg h3 {
	color: #bebebe;
	font-size: 2.08rem;
	order: 2;
}

.recipe_shiritori_list a .recipe_shiritori_list_bg h3,
.recipe_shiritori_list .recipe_shiritori_list_bg.start h3 {
	color: #272727;
}

.recipe_shiritori_list .recipe_shiritori_list_bg p {
	font-size: 2.6rem;
	line-height: 2.6rem;
	color: #bebebe;
	width:130px;
	height: 150px;
	padding: 0 10px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0 auto 25px;
	order: 1;
}

.recipe_shiritori_list a .recipe_shiritori_list_bg p,
.recipe_shiritori_list .recipe_shiritori_list_bg.start p {
	color: #fff;
	word-break: break-all;
}

.recipe_shiritori_list a .recipe_shiritori_list_bg figure,
.recipe_shiritori_list .recipe_shiritori_list_bg.start figure {
	width: 154px;
	height: 154px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	margin: 0 auto 25px;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.recipe_shiritori_list a .recipe_shiritori_list_bg figure img,
.recipe_shiritori_list .recipe_shiritori_list_bg.start figure img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {	
	.recipe_shiritori h2 {
		font-size: 1.6rem;
		letter-spacing: 2.4px;
		text-align: center;
	}

	.recipe_shiritori h2 span::before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}


	.recipe_shiritori_list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.recipe_shiritori_list li {
		width: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.recipe_shiritori_list li:nth-child(3n) {
		margin-right: 0;
	}

	.recipe_shiritori_list li:not(:nth-child(3n))::after {
		top: auto;
		bottom: -35px;
		right: auto;
		left: 76px;
		width: 32px;
		height: 20px;
		background-image: url("../img/common/sp-shiritori-arrow.png");
		background-size: 32px 20px;
	}

	.recipe_shiritori_list li:not(:last-child) {
		margin-bottom: 50px;
	}


	.recipe_shiritori_list .recipe_shiritori_list_bg {
		width:250px;
	}

	.recipe_shiritori_list .recipe_shiritori_list_bg {
		background-image: url("../img/common/sp-bg-shiritori-off.png");
		background-position: center;
		background-size: auto 100%;
		height: 196px;
	    padding-top: 0;
	    flex-direction: row;
	    align-items: center;
	}

	.recipe_shiritori_list a .recipe_shiritori_list_bg,
	.recipe_shiritori_list .recipe_shiritori_list_bg.start {
		background-image: url("../img/common/sp-bg-shiritori-on.png");
	}

	.recipe_shiritori_list .recipe_shiritori_list_bg p {
		font-size: 2.4rem;
		line-height: 2.4rem;
		width:154px;
		height: 154px;
		margin:0 auto 0 20px;
		text-align: center;
	}

	.recipe_shiritori_list a .recipe_shiritori_list_bg p {
		color: #fff;
		word-break: break-all;
	}

	.recipe_shiritori_list a .recipe_shiritori_list_bg figure {
		margin: 0 auto 0 19px;
		width: 150px;
		height: 150px;
	}
}


.entry_col3_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.entry_col3_block .col_box {
	width: 30.909%;
	margin-left: 3.6365%;
	margin-bottom: 60px;
}
.entry_col3_block .col_box.new::after {
	content: "";
    width: 110px;
    height: 36px;
    display: block;
    background: url(../img/index/icon_new.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -18px;
    left: 10px;
}
.entry_col3_block .col_box:nth-child(3n+1) {
	margin-left: 0;
}
.entry_col3_block .col_box figure {
	margin-bottom: 19px;
}
.entry_col3_block .col_box h3 span,
.entry_col3_block .col_box p.date span {
	font-weight: 500;
	color: #a5a5a5;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", " メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_col3_block .col_box p:not(.ttl_h6):not(.date) {
	height: 6em;
	overflow: hidden;
}
.entry_col3_block .col_box p:not(.ttl_h6):not(.date)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    top: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.entry_col3_block .col_box.contents_list p::after {
	background: none;
}
.entry_col3_block .col_box a {
	padding-bottom: 32px;
	display: block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_col3_block .col_box a:hover,
.entry_col3_block .col_box a:hover h3 span,
.entry_col3_block .col_box a:hover p.date span {
	color: #e26366;
}
.entry_col3_block .col_box a:hover img {
	opacity: 1;
}
.entry_col3_block .col_box a::before {
	content: "";
	width: 36px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_col3_block .col_box a::after {
	content: "";
	width: 11px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 26px;
	background: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-135deg);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_col3_block .col_box a:hover::before {
	width: 90px;
	background: #e26366;
}
.entry_col3_block .col_box a:hover::after {
	left: 80px;
	background: #e26366;
}
.entry_col3_block .col_box a figure::after {
	content: "VIEW MORE";
	white-space: pre;
	text-align: center;
	font-weight: bold;
    opacity: 0;
    background: rgba(226, 99, 102, 0.8);
    color: #fff;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 1.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.entry_col3_block.maintenance_entry .col_box a figure::after {
	content: "プレミアム会員\A限定コンテンツです";
}

.entry_col3_block .col_box.contents_list.contents_list_none a{
    pointer-events:none;
}

.entry_col3_block .col_box.contents_list.contents_list_none a figure::after{
    content:"COMING SOON";
	background:rgba(0,0,0,0.75);
    z-index:10;
	opacity: 1;
}

.entry_col3_block .col_box a:hover figure::after {
	opacity: 1;
}
@media only screen and (max-width: 768px) {	
	.col_box img {
		width: 100%;
	}
	.entry_col3_block .col_box {
		width: 47.656%;
		margin-left: 4.688% !important;
	}
	.entry_col3_block .col_box.new::after {
		width: 90px;
		height: 29px;
		position: absolute;
		top: -15px;
		left: 9px;
	}
	.entry_col3_block .col_box > p,
	.entry_col3_block .col_box a > p {
    	display: none;
	}
	.entry_col3_block .col_box.contents_list > p,
	.entry_col3_block .col_box.contents_list a > p {
    	display: block;
	}
	.entry_col3_block .col_box:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.entry_col3_block .col_box figure {
		margin-bottom: 0;
	}
	.entry_col3_block .col_box.contents_list figure {
		margin-bottom: 20px;
	}
	.entry_col3_block .col_box:last-child,
	.entry_col3_block .col_box:last-child {
		margin-bottom: 0;
	}
}


.page_meeting section + section {
	margin-top: 100px;
}

@media only screen and (max-width: 768px) {	
.page_meeting section + section {
	margin-top: 50px;
}
}

.meeting_menu {
	display: flex;
	justify-content: space-between;
	margin:30px 0 !important; 
}

.meeting_menu > li {
	width: 410px;
	padding: 25px;
}

.meeting_menu .meeting_menu_free {
	background-color: #4c94ab
}

.meeting_menu .meeting_menu_premium {
	background-color: #d6bc4b
}

.meeting_menu > li .meeting_menu_ttl {
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 2rem;
	letter-spacing: 3px;
	font-weight: normal;
}

.meeting_menu > li figure {
	margin: 25px 0;
	text-align: center; 
}

.meeting_menu > li .meeting_menu_ttlsub {
	text-align: center;
	font-weight: bold;
	font-size:1.8rem;
	color: #fff;
}

.meeting_menu > li .meeting_menu_ttlsub + p {
	margin-top: 0;
	color: #fff;
	line-height: 1.7;
	font-size:1.4rem;
}

.meeting_menu > li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.meeting_menu > li ul li {
	background-color: #fff;
	width: 175px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 10px;
	letter-spacing: 2.4px;
}

.meeting_menu .meeting_menu_free ul li{
	color: #4c94ab;
}

.meeting_menu .meeting_menu_premium ul li{
	color: #d6bc4b;
}

.meeting_menu .meeting_asterisk {
	margin-top: 0;
	text-align: right;
	font-size:1.2rem;
	color: #fff;
	display: block;
}

@media only screen and (max-width: 768px) {	

	.meeting_menu {
		flex-direction: column;
	}

	.meeting_menu > li {
		width: 100%;
		padding: 5% 4%;
	}

	.meeting_menu .meeting_menu_free {
		margin-bottom: 10px;
	}

	.meeting_menu > li .meeting_menu_ttl {
		line-height: 30px;
		height: 30px;
		border-radius: 20px;
		font-size: 1.5rem;
		letter-spacing: 2.4px;
	}

	.meeting_menu > li figure {
		margin: 15px 0;
	}

	.meeting_menu > li figure img {
		max-width: 200px;
	}

	.meeting_menu > li .meeting_menu_ttlsub {
		font-size:1.4rem;
		letter-spacing: 1.5px;
	}

	.meeting_menu > li .meeting_menu_ttlsub + p {
		font-size:1.2rem;
	}

	.meeting_menu > li ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.meeting_menu > li ul li {
		width: 49%;
		padding: 10px 0;
		margin-bottom: 10px;
		letter-spacing: 1px;
		font-size:1.1rem;
	}

	.meeting_menu .meeting_asterisk {
		text-align: right;
		font-size:1rem;
	}

}

.meeting_asterisk {
	margin-top: 0;
	font-size:1.2rem;
	margin-left: 1.2rem;
	text-indent: -1.2rem;
	display: inline-block;
}


@media only screen and (max-width: 768px) {	

	.meeting_asterisk {
		font-size:1.1rem;
		margin-left: 1.1rem;
		text-indent: -1.1rem;
	}

}


.meeting_box {
	background-color: #faf6e4;
	border:1px solid #dd9b00;
	color: #dd9b00;
	padding: 35px;
	margin:30px 0; 
}

.meeting_box dt {
	font-weight: bold;
}

.meeting_box dd {
	margin-top: 15px;
}

.meeting_box dd ul li {
	position: relative;
	padding-left: 20px;
}


.meeting_box dd ul li:not(:last-child) {
	margin-bottom: 5px;
}

.meeting_box dd ul li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #dd9b00;
	position: absolute;
	top: 4px;
	left: 0;
	border-radius: 100%;
}

.meeting_box dd ul + p,
.meeting_box dd ul + span {
	margin-top: 5px;
}

@media only screen and (max-width: 768px) {	

	.meeting_box {
		padding: 7%;
		margin:20px 0; 
	}

	.meeting_box dt {
		font-size:1.2rem;
	}

	.meeting_box dd {
		margin-top: 10px;
		font-size:1.2rem;
	}

	.meeting_box dd ul li {
		padding-left: 17px;
	}


	.meeting_box dd ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.meeting_box dd ul li::before {
		width: 10px;
		height: 10px;
		top: 3px;
	}

}

/* ----------WYSIWYGパーツ-------- */
.wysiwyg_block {
	font-size: 1.5rem;
	margin-bottom: 3em;
}

@media only screen and (max-width: 768px) {
	.wysiwyg_block {
		font-size: 1.3rem;
	}
}

/* パレットカラー*/
.wysiwyg_bg-block {
	background-color: #272727;
	color: #fff;
}

.wysiwyg_bg-gray {
	background-color: #717171;
	color: #fff;
}

.wysiwyg_bg-red {
	background-color: #e26366;
	color: #fff;
}

.wysiwyg_bg-yellow {
	background-color: #dd9b00;
	color: #fff;
}

.wysiwyg_bg-green {
	background-color: #63adaa;
	color: #fff;
}

.wysiwyg_bg-blue {
	background-color: #7b9bbc;
	color: #fff;
}

/* テキストスタイル */
.wysiwyg_bold {
	font-weight: bold;
}

.wysiwyg_delete {
	text-decoration: line-through;
}

.wysiwyg_link {
	text-decoration: underline;
	color: #d18666;
	transition: 300ms;
}

.wysiwyg_link:hover {
	text-decoration: none;
	opacity: 0.75;
}

/* テキストサイズ */
.wysiwyg_fs-17 {
	font-size: 1.7rem;
}

.wysiwyg_fs-15 {
	font-size: 1.5rem;
}

.wysiwyg_fs-13 {
	font-size: 1.3rem;
}

.wysiwyg_fs-11 {
	font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
	.wysiwyg_fs-17 {
		font-size: 1.5rem;
	}
	
	.wysiwyg_fs-15 {
		font-size: 1.3rem;
	}
	
	.wysiwyg_fs-13 {
		font-size: 1.2rem;
	}
	
	.wysiwyg_fs-11 {
		font-size: 1rem;
	}
}


/* モジュール一覧用 */
.wysiwyg_pallet-color {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.wysiwyg_pallet-color p {
	width: 255px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.wysiwyg_pallet-color p {
		width: 100%;
	}
}
.wysiwyg_text-style {
	margin-bottom: 3em;
}
.wysiwyg_text-style-title {
	color: #797979;
}

/* レコメンド用 */
.recommend_content {
	margin-top: 145px;
}

.recommend_block {
	margin-bottom: 40px;
}

.recommend_block h3 {
	font-size: 2rem;
	border-bottom: 1px solid #CBCBCB;
	margin-bottom: 30px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}

.recommend_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.recommend_list ul li {
	width: 180px;
	margin-right: 35px;
	margin-bottom: 30px;
}

.recommend_list ul li a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.recommend_list ul li a:hover {
	opacity: 0.6;
}

.recommend_list ul li:nth-child(4n) {
	margin-right: 0;
}

.recommend_list ul li figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 180px;
	height: 176px;
	overflow: hidden;
	margin-bottom: 20px;
}

.recommend_list ul li figure img {
	display: block;
	width: 100%;
}

.recommend_list_box {
	letter-spacing: 0.15em;
	line-height: 1.8;
}

.recommend_list_name {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.recommend_list_text {
	font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
	.recommend_content {
		margin-top: 70px;
	}
	
	.recommend_block {
		margin-bottom: 30px;
	}
	
	.recommend_block h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	
	.recommend_list ul {
		display: block;
	}
	
	.recommend_list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.recommend_list ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	.recommend_list ul li figure {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100px;
		height: 97px;
		overflow: hidden;
		margin-bottom: 0;
		margin-right: 15px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	
	.recommend_list ul li figure img {
		display: block;
	}

	.recommend_list_box {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	
	.recommend_list_name {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	
	.recommend_list_text {
		font-size: 1.2rem;
	}
}