@charset "utf-8";

/* CSS information ===================================================

	 file name : style.css
	style info : コンテンツ部分スタイルシート

=================================================================== */

/*----------------------------------------------------------
/* 汎用スタイル
----------------------------------------------------------*/
.img {
	line-height: 0;
}
.aw {
	display: inline-block;
}

.line_title {
	margin-bottom: 27px;
	padding-bottom: 7px;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.04em;
	background: url("../img/seminar/seminar_line11.png") repeat-x center bottom / 9px 3px;
}
.line_title span {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}
.line_title .ico_calendar {	background-image: url("../img/seminar/seminar_ico01.svg"); }
.line_title .ico_balloon {	background-image: url("../img/seminar/seminar_ico06.svg"); }
.line_title .ico_info {	background-image: url("../img/seminar/seminar_ico07.svg"); }
.line_title .ico_bldg {	background-image: url("../img/entry/entry_ico01.svg"); }
.line_title .ico_book {	background-image: url("../img/entry/entry_ico02.svg"); }
.line_title .ico_good {	background-image: url("../img/shop_voice/shop_voice_ico02.svg"); }


.common_btn {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
/*.seminar_detail.shop_voice_detail, 
.seminar_detail.guest_voice_detail, */
.common_btn.seminar_link_btn {
	margin-top: 60px;
}

.common_btn a {
	min-width: 338px;
	padding: 24px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #FFF;
	background: #32A855 url("../img/common/common_ico02.svg") no-repeat right 20px center / 6px 8px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transition: all .25s;
	transition: all .25s;
	display: inline-block;
}
.common_btn.seminar_link_btn a {
	min-width: 338px;
	padding: 24px 30px;
	background: #F38521 url("../img/common/common_ico02.svg") no-repeat right 20px center / 6px 8px;
	outline : 2px dotted #FFFFFF;
	outline-offset : -8px;
}
.common_btn.seminar_link_btn span {
	font-weight: bold;
	background: url("../img/shop_voice/shop_voice_ico03.svg") no-repeat left;
	background-size: calc(31px * 0.8) calc(31px * 0.8);
	padding: 0 0 0 30px;
}

.common_btn a:hover {
	padding-left: 35px;
	padding-right: 25px;
	background-position: right 15px center;
}

@media (max-width: 767px) {
.line_title {
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 2.5rem;
	background-size: calc(9px * 0.8) calc(3px * 0.8);
}
.line_title span {
	padding-left: 30px;
}

.line_title .ico_calendar {	background-size: calc(31px * 0.8) calc(31px * 0.8); }
.line_title .ico_balloon {	background-size: calc(34px * 0.8) calc(32px * 0.8); }
.line_title .ico_info {	background-size: calc(32px * 0.8) calc(32px * 0.8); }
.line_title .ico_bldg {	background-size: calc(29px * 0.8) calc(29px * 0.8); }
.line_title .ico_book {	background-size: calc(25px * 0.8) calc(32px * 0.8); }
.line_title .ico_good {	background-size: calc(32px * 0.8) calc(32px * 0.8);  }



.common_btn a, 
.common_btn.seminar_link_btn a {
	min-width: inherit;
	padding: 18px 25px;
	font-size: 1.4rem;
	background-position: right 15px center;
	background-size: calc(7px * 0.8) calc(8px * 0.8);
	display: block;
}
.common_btn a:hover {
	padding-left: 30px;
	padding-right: 20px;
	background-position: right 10px center;
}
}



/*----------------------------------------------------------
/* .news 
----------------------------------------------------------*/
.top .news .inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 20px 120px;
}
.top .news .title_box {
	margin-bottom: 30px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.news .news_title {
}
.news_list {
}
.news_list li {
	font-size: 1.5rem;
	padding-bottom: 1px;
	letter-spacing: 0.04em;
	line-height: 1.8;
	background: url("../img/news/news_line01.png") repeat-x center bottom / 4px 1px;
	/*border-bottom: 1px dotted #EFB588;*/
}
.news_list a {
	margin: 8px 0;
	padding: 10px 40px 10px 20px;
	text-decoration: none;
	background: url("../img/common/common_ico03.svg") no-repeat right 20px center;
	border-radius: 10px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.news_list a:hover {
	padding-left: 25px;
	padding-right: 35px;
	background-position: right 15px center;
	background-color: #FFFEE5;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}
.news_list span {
	margin-right: 15px;
	color: #A88E8E;
}
.news_list em {
	letter-spacing: 0.04em;
}
.tag_news, 
.tag_voice, 
.tag_guest {
	width: 140px;
	margin-right: 20px;
	font-size: 1.6rem;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 30px;
	display: inline-block;
}
.tag_news {
	color: #E98F08;
	border-color: #E98F08;
}
.tag_voice {
	color: #32A855;
	border-color: #32A855;
}
.tag_guest {
	color: #F26A73;
	border-color: #F26A73;
}

@media (min-width: 768px) {
/*
.top .news .common_btn {
	margin-right: 0;
}
*/
.top .news .common_btn a {
	min-width: 240px;
	padding: 14px 25px;
	font-size: 1.7rem;;
	background-position: right 15px center;
}
.top .news .common_btn a:hover {
	padding-left: 30px;
	padding-right: 20px;
	background-position: right 10px center;
}
}

@media (max-width: 1024px) {
.top .news .inner {
	padding: 80px 20px 80px;
}
.news .news_title {
	max-width: calc(270px * 0.8);
}
}

@media (max-width: 767px) {
.top .news .inner {
	padding: 40px 20px 50px;
}
.top .news .title_box {
	margin-bottom: 20px;
  	display: block;
}
.top .news .news_title {
	max-width: calc(270px * 0.6);
}
.news_list {
	margin-bottom: 40px;
}

.news_list li {
	font-size: 1.4rem;
}
.news_list a {
	margin: 8px 0;
	padding: 5px 30px 5px 10px;
	background-position: right 10px center;
	background-size: calc(19px * 0.8) calc(19px * 0.8);
}
.news_list a:hover {
	padding-left: 15px;
	padding-right: 25px;
	background-position: right 5px center;
}
.news_list span {
	margin-right: 0;
}
.news_list em {
	margin-top: 5px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag_news, 
.tag_voice, 
.tag_guest {
	width: 100px;
	margin-left: 10px;
	margin-right: 0;
	font-size: 1.2rem;
}
}

/*----------------------------------------------------------
/* .news 
----------------------------------------------------------*/
.common .news {
	padding: 70px 20px;
	background: url("../img/news/news_bg01.png") repeat center top;
}
.common .news .inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 70px 40px;
	background-color: #FFF;
	border-radius: 20px;
}
.common .news_list {
	max-width: 980px;
	margin: 0 auto 60px;
}

@media (max-width: 767px) {
.common .news {
	padding: 40px 20px;
}
.common .news .inner {
	padding: 40px 20px;
}
.common .news_list {
	margin: 0 auto 20px;
}
}


/*----------------------------------------------------------
/* .news_detail お知らせ詳細
----------------------------------------------------------*/
.news_detail {
	padding: 80px 20px;
	background: url("../img/news/news_bg01.png") repeat center top;
}
.news_detail::before {
	content: "";
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1834px;
	height: 601px;
	background: url("../img/news/news_bg02.png") no-repeat center top / 100% auto;
}
.news_detail .inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto 74px;
	padding: 0 20px;
	background-color: #FFF;
	border-radius: 20px;
	z-index: 1;
}
.news_detail .edit_box {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
@media (max-width: 1600px) {
.news_detail .inner {
	max-width: 1020px;
}
}

@media (max-width: 767px) {
.news_detail {
	padding: 60px 20px 40px;
}
.news_detail::before {
	top: 0;
}
.news_detail .inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto 30px;
	padding: 0 20px;
	background-color: #FFF;
	border-radius: 20px;
	z-index: 1;
}
.news_detail .edit_box {
	padding: 30px 0 40px;
}
}



.edit_box h1 {
	margin-bottom: 7px;
	padding: 10px 10px 12px 75px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.4444;
	letter-spacing: 0.04em;
	color: #6E3131;
	background: #FFF5E5 url("../img/news/news_ico01.svg") no-repeat 30px center;
	border-radius: 10px;
}
.edit_box p {
	max-width: 890px;
	margin: 0 auto 20px;
	font-size: 1.8em;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}
.edit_box .date {
	max-width: inherit;
	margin-bottom: 30px;
	text-align: right;
	color: #A88E8E;
}
.edit_box .date + h2 {
}
.edit_box h2 {
	max-width: 900px;
	margin: 48px auto 26px;
	padding: 0 20px 8px 20px;
	font-size: 3.0rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	border-bottom: 3px dotted #ECB912;
}
.edit_box h3 {
	position: relative;
	max-width: 890px;
	margin: 48px auto 14px;
	padding-left: 20px;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.edit_box h3::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 13px;
	height: 22px;
	background-color: #EBB504;
}
.edit_box h4 {
	max-width: 890px;
	margin: 48px auto 5px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #EB8E03;
}
.edit_box h5 {
	max-width: 890px;
	margin: 48px auto 0;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.edit_box .btn {
	position: relative;
	margin: 48px auto 0;
	text-align: center;
}
.edit_box .btn + .btn {
	margin-top: 30px;
}

.edit_box .btn a {
	min-width: 338px;
	padding: 24px 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #FFF;
	background: #32A855 url("../img/common/common_ico02.svg") no-repeat right 20px center / 6px 8px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transition: all .25s;
	transition: all .25s;
	display: inline-block;
}
.edit_box .btn.pdf a {
	position: relative;
	background-color: #EB8E03;
}
.edit_box .btn.pdf a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	bottom: 0;
	margin: auto 0;
	width: 23px;
	height: 29px;
	background: url("../img/news/news_ico02.svg") no-repeat center left;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: 2;
}
.edit_box .btn a:hover {
	padding-left: 65px;
	padding-right: 55px;
	background-position: right 15px center;
}
.edit_box .btn.pdf a:hover::before {
	left: 30px;
}

@media (max-width: 1024px) {
.edit_box h1 {
	font-size: 3.0rem;
	background-size: calc(34px * 0.85) calc(50px * 0.85);}

}

@media (max-width: 767px) {
.edit_box h1 {
	margin-bottom: 5px;
	padding: 10px 10px 12px 50px;
	font-size: 2.6rem;
	line-height: 1.2;
	background-position: 15px center;
	background-size: calc(34px * 0.7) calc(50px * 0.7);
}
.edit_box p {
	font-size: 1.6rem;
}
.edit_box .date {
	margin-bottom: 20px;
}
.edit_box .date + h2 {
}
.edit_box h2 {
	margin: 40px auto 20px;
	padding: 0 0 8px;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 2px dotted #ECB912;
}
.edit_box h3 {
	margin: 40px auto 14px;
	padding-left: 20px;
	font-size: 2.2rem;
	line-height: 1.2;
}
.edit_box h3::before {
	top: 1px;
	width: 10px;
	height: 20px;
}
.edit_box h4 {
	margin: 40px auto 5px;
	font-size: 2.0rem;
	line-height: 1.2;
}
.edit_box h5 {
	margin: 40px auto 0;
	font-size: 1.8rem;
	line-height: 1.2;
}
.edit_box .btn {
	margin: 40px auto 0;
}
.edit_box .btn + .btn {
	margin-top: 30px;
}

.edit_box .btn a {
	min-width: inherit;
	padding: 18px 25px;
	font-size: 1.4rem;
	background-position: right 15px center;
	background-size: calc(7px * 0.8) calc(8px * 0.8);
	display: block;
}
.edit_box .btn a:hover {
	padding-left: 30px;
	padding-right: 20px;
	background-position: right 10px center;
}
}

@media (max-width: 414px) {
.edit_box p {
	font-size: 1.5rem;
}
}


@media (max-width: 320px) {
.edit_box h1 {
	font-size: 2.2rem;
}
}


/*----------------------------------------------------------
/* .outline ちょこっとゼミとは？
----------------------------------------------------------*/
.outline {
	max-width: 1640px;
	margin: 0 auto;
	padding: 76px 20px 143px;
}
.outline .inner01 {
	padding: 42px;
	background: url("../img/common/common_bg01.png") no-repeat center top / cover;
	border-radius: 20px;
}
.outline .inner02 {
	padding: 1px 20px 140px;
	background-color: #FFF5E5;
	border-radius: 20px;
}
.outline .balloon_title {
	margin-top: -120px;
	margin-bottom: 26px;
	text-align: center;
}
.outline .movie_box {
	margin: 0 -20px 100px;
	padding: 0 20px;
	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;
	background: url("../img/common/common_bg02.png") no-repeat center center;
}
.outline .movie_link {
	padding: 26px 36px;
	background-color: #FFF;
	border-radius: 20px;
}
.outline .movie_box figure {
	margin-left: 10px;
}

.outline .outline_box {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline .outline_txt {
	padding-left: 30px;
	text-align: center;
	order: 2;
}
.outline .outline_txt p {
	text-align: center;
	margin-bottom: 20px;
}
.outline .outline_txt span {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.1111;
	color: #6E3131;
	background: url("../img/news/news_line01.png") repeat-x center bottom / 4px 1px;
	white-space: nowrap;
}
.outline .outline_box .img01 {
	margin-left: -50px;
	order: 1;
}
.outline .outline_box .img02 {
	order: 3;
}


@media (max-width: 1600px) {
.outline .inner01 {
	padding: 30px;
}

.outline .movie_box {
	background-size: 110% auto;
}
.outline .outline_txt {
	padding-left: 10px;
}

.outline .outline_txt span {
	font-size: 1.7rem;
}
.outline .outline_box .img01 {
	margin-left: 0;
}
}

@media (max-width: 1260px) {
.outline .outline_txt span {
	font-size: 1.5rem;
}
.outline .inner02 {
	padding: 1px 20px 100px;
}


}

@media (max-width: 1024px) {
.outline {
	padding: 50px 20px 100px;
}

.outline .inner01 {
	padding: 30px;
}
.outline .inner02 {
	padding: 1px 20px 80px;
}
.outline .balloon_title {
	max-width: calc(682px * 0.7);
	margin-top: -80px;
	margin-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
}
.outline .movie_box {
	margin-bottom: 100px;
	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;
}
.outline .movie_link {
	padding: 20px;
}
.outline .movie_box figure {
	margin-left: 10px;
}



.outline .outline_box {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.outline .outline_txt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	order: 1;
}
.outline .outline_txt p {
	text-align: center;
	margin-bottom: 20px;
}
.outline .outline_box .img01 {
	max-width: calc(333px * 0.7);
	margin-left: 0;
	padding-right: 30px;
	order: 2;
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.7);
	padding-left: 30px;
	order: 3;
}

}

@media (max-width: 767px) {
.outline {
	padding: 30px 20px 60px;
}
.outline .inner01 {
	padding: 20px;
}
.outline .inner02 {
	padding: 1px 20px 30px;
}
.outline .balloon_title {
	max-width: calc(682px * 0.5);
	margin-top: -50px;
	margin-bottom: 20px;
}
.outline .movie_box {
	margin-bottom: 40px;
	display: block;
}
.outline .movie_link {
	padding: 10px;
	border-radius: 10px;
}
.outline .movie_box figure {
	display: none;
}

.outline .outline_txt span {
	padding-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.1111;
	color: #6E3131;
	white-space: normal;
}
.outline .outline_box .img01 {
	max-width: calc(333px * 0.6);
	padding-right: 20px;
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.6);
	padding-left: 20px;
}
}

@media (max-width: 480px) {
.outline .outline_box .img01 {
	max-width: calc(333px * 0.5);
	padding-right: 10px;
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.5);
	padding-left: 10px;
}
}

@media (max-width: 414px) {

.outline {
	padding-top: 20px;
}
.outline .balloon_title {
	margin-top: -40px;
	margin-bottom: 10px;
}
.outline .movie_box {
	margin-bottom: 20px;
}


.outline .outline_box {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.outline .outline_box .img01 {
	max-width: calc(333px * 0.4);
	padding-right: 5px;
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.4);
	padding-left: 5px;
}
}

@media (max-width: 375px) {
.outline .outline_box .img01 {
	max-width: calc(333px * 0.35);
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.35);
}
}


@media (max-width: 320px) {
.outline .inner01 {
	padding: 15px;
}
.outline .outline_box .img01 {
	max-width: calc(333px * 0.3);
}
.outline .outline_box .img02 {
	max-width: calc(296px * 0.3);
}
}




/*----------------------------------------------------------
/* .outline.entry 事業所さま向け講座開設のお申し込みについて
----------------------------------------------------------*/
.outline.entry {
	padding-bottom: 0;
}
.outline.entry .inner02 {
	padding-bottom: 90px;
}
.outline.entry .movie_box {
	position: relative;
	max-width: 1428px;
	margin: 0 auto 100px;
	padding: 28px 52px 40px;
	background: #FFF;
	border-radius: 20px;
	display: block;
}
.outline.entry .movie_box::before {
	content: "";
	position: absolute;
	top: -105px;
	right: 0;
	width: 231px;
	height: 120px;
	background: url("../img/entry/entry_txt01.png") no-repeat center center / 100% auto;
	display: none !important;/* 動画挿入時解除 */
}

.outline.entry .movie_link {
	margin: 0 -10px 45px;
	padding: 0;
	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;
}
.outline.entry .movie_link a {
	margin: 0 10px;
	display: block;
}
.outline.entry .rule_box {
	position: relative;
}
.outline.entry .rule_box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 796px;
	height: 177px;
	margin: auto;
	background: url("../img/entry/entry_ill01.png") no-repeat center center / 100% auto;
}
.outline.entry .rule_title {
	position: relative;
	margin-bottom: 12px;
	text-align: center;
	z-index: 1;
}
.outline.entry .rule_btn {
	position: relative;
	text-align: center;
	z-index: 1;
}

.outline.entry .rule_btn a {
	min-width: 430px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
	background: url("../img/entry/entry_bg01.png") no-repeat center 10% / 150% auto;
    display: inline-block;
    border: 5px solid #15A260;
	border-radius: 50px;
    cursor: pointer;
}
.outline.entry .rule_btn span {
	padding: 26px 0 26px 35px;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.2;
	background: url("../img/entry/entry_ico07.svg") no-repeat left center;
	display: inline-block;
}
.outline.entry .circle_title {
	margin-bottom: 15px;
	background: url("../img/entry/entry_line01.png") repeat-x center center / 8px 3px;
}
.outline.entry .flow_box {
	max-width: 980px;
	margin: 0 auto 50px;
}
.outline.entry .flow_box .circle_title {
	text-align: center;
}
.outline.entry .flow_note {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline.entry .note_list li {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.375;
	letter-spacing: 0.04em;
}
.outline.entry .note_list li * {
	font-weight: bold;
}
.outline.entry .note_list li::before {
	content: "●";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 10px;
	color: #FCA183;
}
.outline.entry .note_list li b {
	color: #D40012;
}
.outline.entry .note_list li em {
	color: #1A73C1;
}
.outline.entry .flow_note {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline.entry .flow_note figure {
	margin-left: 10px;
}


.outline.entry .outline_box {
	max-width: 1128px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline.entry .outline_info {
	width: 690px;
}
.outline.entry .outline_txt {
	padding-left: 5px;
	text-align: left;
}
.outline.entry .outline_txt p {
	text-align: left;
}
.outline.entry .outline_box figure {
	width: calc(100% - 690px - 20px);
	margin-right: 20px;
}

.outline.entry .outline_box figure img {
	width: 100%;
}

.outline.entry .entrance_btn {
	max-width: 1260px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


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

@media (max-width: 1260px) {
.outline.entry .movie_box {
	padding: 28px 20px 40px;
}
.outline.entry .movie_box::before {
	top: -85px;
	right: 0;
	width: calc(231px * 0.8);
	height: calc(120px * 0.8);
}

.outline.entry .outline_info {
	width: 620px;
}
.outline.entry .outline_box figure {
	width: calc(100% - 620px - 20px);
}


}

@media (max-width: 1024px) {
.outline.entry {
	padding-bottom: 0;
}
.outline.entry .inner02 {
	padding-bottom: 40px;
}
.outline.entry .movie_box {
	margin: 0 auto 80px;
}
.outline.entry .movie_box::before {
	top: -75px;
	right: -10px;
	width: calc(231px * 0.7);
	height: calc(120px * 0.7);
}

.outline.entry .movie_link {
	margin-bottom: 30px;
}
.outline.entry .rule_box::before {
	max-width: calc(796px * 0.8);
	height: calc(177px * 0.8);
}
.outline.entry .rule_title {
	max-width: calc(383px * 0.8);
	margin: 0 auto 12px;
}
.outline.entry .rule_btn a {
	min-width: 330px;
}
.outline.entry .flow_box {
	max-width: 980px;
	margin: 0 auto 50px;
}
.outline.entry .flow_box .circle_title {
	text-align: center;
}

.outline.entry .flow_note {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline.entry .note_list li {
	font-size: 1.5rem;
}


.outline.entry .outline_box {
  	display: block;
}
.outline.entry .outline_info {
	width: auto;
}
.outline.entry .circle_title {
	text-align: center;
}
.outline.entry .outline_txt p {
  text-align: center;
}
.outline.entry .outline_box figure {
	width: auto;
	max-width: calc(384px * 0.6);
	margin: 0 auto;
}
.outline.entry .outline_box figure img {
	width: auto;
}

}

@media (max-width: 767px) {
.outline.entry {
	padding-bottom: 0;
}
.outline.entry .inner02 {
	padding-bottom: 20px;
}

.outline.entry .movie_box {
	margin: 0 auto 60px;
	padding: 28px 20px 25px;
}

.outline.entry .movie_box::before {
	top: -60px;
	right: -10px;
	width: calc(231px * 0.6);
	height: calc(120px * 0.6);
}
.outline.entry .movie_link {
	margin: 0 0 40px;
	padding: 0;
	display: block;
}
.outline.entry .movie_link {
	margin-bottom: 25px;
}
.outline.entry .movie_link a {
	margin: 0 0 20px;
}
.outline.entry .rule_box::before {
	display: none;
}

.outline.entry .rule_btn a {
	width: 100%;
	min-width: inherit;
    border: 3px solid #15A260;
}
.outline.entry .rule_btn span {
	padding: 18px 0 18px 30px;
    font-size: 18px;
	background-size: calc(25px * 0.8) calc(32px * 0.8);
}
.outline.entry .flow_box {
  margin-bottom: 40px;
}
.outline.entry .flow_box > figure {
	margin: 0 -5px 20px;
}

/*
.outline.entry .flow_note {
  	display: block;
}
*/
.outline.entry .note_list li {
	font-size: 1.4rem;
}
.outline.entry .note_list li::before {
	top: 3px;
}

.outline.entry .flow_note figure {
	max-width: calc(142px * 0.5);
}

.outline.entry .circle_title {
	margin-bottom: 15px;
	background-size: calc(8px * 0.5) calc(3px * 0.5);
}


.outline.entry .flow_box .circle_title img {
	max-width: calc(278px * 0.8);
}
.outline.entry .outline_box .circle_title img {
	max-width: calc(147px * 0.8);
}
.outline.entry .entrance_btn {
	max-width: 400px;
	display: block;
}
.outline.entry .entrance_btn li {
	margin-bottom: 10px;
}
}

@media (max-width: 600px) {
.outline.entry .movie_box::before {
	top: -45px;
	right: -10px;
	width: calc(231px * 0.5);
	height: calc(120px * 0.5);
}
}

@media (max-width: 540px) {

.outline.entry .note_list {
	margin-bottom: 10px;
}
.outline.entry .flow_note {
  	display: block;
}
.outline.entry .flow_note figure {
	max-width: calc(142px * 0.5);
	margin: 0 auto;
}
}

@media (max-width: 414px) {
.outline.entry .movie_box::before {
	top: -30px;
	right: -15px;
	width: calc(231px * 0.45);
	height: calc(120px * 0.45);
}

.outline.entry .rule_btn {
	margin: 0 -10px;
}
.outline.entry .rule_btn span {
	padding: 16px 0 16px 26px;
    font-size: 16px;
	background-size: calc(25px * 0.7) calc(32px * 0.7);
}
}

@media (max-width: 375px) {
.outline.entry .movie_box::before {
	top: -30px;
	right: -15px;
	width: calc(231px * 0.4);
	height: calc(120px * 0.4);
}

.outline.entry .flow_box > figure {
	margin: 0 -10px 20px;
}
.outline.entry .flow_box .circle_title img {
	max-width: calc(278px * 0.7);
}
.outline.entry .outline_box .circle_title img {
	max-width: calc(147px * 0.7);
}
.outline.entry .entrance_btn {
	margin-left: -10px;
	margin-right: -10px;
}
}

@media (max-width: 320px) {
.outline.entry .movie_box::before {
	top: -25px;
	right: -15px;
	width: calc(231px * 0.35);
	height: calc(120px * 0.35);
}

.outline.entry .rule_btn span {
	padding: 16px 0 16px 22px;
    font-size: 14px;
	background-size: calc(25px * 0.6) calc(32px * 0.6);
}

.outline.entry .flow_box .circle_title img {
	max-width: calc(278px * 0.65);
}
.outline.entry .outline_box .circle_title img {
	max-width: calc(147px * 0.65);
}

}





/*----------------------------------------------------------
/* .latest_seminar 直近開催講座
----------------------------------------------------------*/

.latest_seminar {
	background: url("../img/common/common_bg03.png") no-repeat center top / cover;
}
.latest_seminar .inner {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px 140px;
}
.latest_seminar .balloon_title {
	text-align: center;
	margin-bottom: 37px;
}

@media (max-width: 1024px) {
.latest_seminar .inner {
	padding: 0 20px 100px;
}
.latest_seminar .balloon_title {
	max-width: calc(682px * 0.7);
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 767px) {
.latest_seminar .inner {
	padding: 0 20px 60px;
}
.latest_seminar .balloon_title {
	max-width: calc(682px * 0.5);
}
}



/* .seminar_list 講座一覧
------------------------------------------------*/

.seminar_list {
	margin: 0 calc(38px / 2 * -1);
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.seminar_list .unit {
	width: 25%;
	padding: 0 calc(38px / 2) 77px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.seminar_list .unit a {
	width: 100%;
	padding: 1px 20px 27px;
	background-color: #FFF;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.seminar_list.shop_voice_list .unit a {
	padding: 30px 20px 27px;
	background: url("../img/shop_voice/shop_voice_bg04.svg") #FFFFFF no-repeat;
	background-position: right 20px top 27px;
}
.seminar_list.guest_voice_list .unit a {
	padding: 30px 20px 27px;
	background: url("../img/guest_voice/guest_voice_bg04.svg") #FFFFFF no-repeat;
	background-position: right 20px top 27px;
}
.seminar_list .unit a:hover {
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}

.seminar_list .cat {
	margin: -12px auto 16px;
}


.cat {
	width: 210px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
 	line-height: 40px;
	letter-spacing: 0.04em;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.cat a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
 	line-height: 40px;
	letter-spacing: 0.04em;
	color: #FFF;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	white-space: nowrap;
}


.cat.type01, .cat.type01 a {	background-image: url("../img/common/common_cat01.png"); }
.cat.type02, .cat.type02 a {	background-image: url("../img/common/common_cat02.png"); }
.cat.type03, .cat.type03 a {	background-image: url("../img/common/common_cat03.png"); }
.cat.type04, .cat.type04 a {	background-image: url("../img/common/common_cat04.png"); }
.cat.type05, .cat.type05 a {	background-image: url("../img/common/common_cat05.png"); }
.cat.type06, .cat.type06 a {	background-image: url("../img/common/common_cat06.png"); }
.cat.type07, .cat.type07 a {	background-image: url("../img/common/common_cat07.png"); }
.cat.type08, .cat.type08 a {	background-image: url("../img/common/common_cat08.png"); }
.cat.type09, .cat.type09 a {	background-image: url("../img/common/common_cat09.png"); }
.cat.type10, .cat.type10 a {	background-image: url("../img/common/common_cat10.png"); }

.shop_cat {
	color: #32A855;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 5px;
	background: url("../img/shop_voice/shop_voice_ico01.svg") no-repeat left center;
	padding: 5px 0 0 24px;
}
.guest_voice_list .shop_cat {
	color: #F26A73;
	background-image: url("../img/guest_voice/guest_voice_ico01.svg");
}
.seminar_list .title {
	margin-right: -10px;
	margin-bottom: 12px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.4583;
	letter-spacing: 0.04em;
	color: #6E3131;
}
.seminar_list figure {
	margin: 0 -20px;
	overflow: hidden;
}
.seminar_list.shop_voice_list figure {
	margin: 0 -20px 20px -20px;
}
.seminar_list.guest_voice_list figure {
	margin: 0 -20px 20px -20px;
}
.seminar_list figure img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.seminar_list a:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.seminar_list figure img {
	width: 100%;
}

.seminar_list .place {
	margin: 0 -20px 16px;
	padding: 16px 28px 16px 64px;
	background: #FFFEE5 url("../img/common/common_ico04.svg") no-repeat 28px center;
}
.seminar_list .shop {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.seminar_list .add {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.seminar_list .common_btn {
	margin-top: auto;
}
.seminar_list .common_btn.end span {
	background-color: #AAA;
}


.seminar_list .common_btn span {
	min-width: 160px;
	padding: 8px 20px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #FFF;
	background: #32A855 url("../img/common/common_ico02.svg") no-repeat right 10px center / 5px 6px;
	border-radius: 10px;
	-webkit-transition: all .25s;
	transition: all .25s;
	display: inline-block;
}
.seminar_list a:hover .common_btn span {
	padding-left: 25px;
	padding-right: 15px;
	background-position: right 5px center;
}


@media (max-width: 1260px) {
.seminar_list {
	margin: 0 calc(20px / 2 * -1);
}
.seminar_list .unit {
	padding: 0 calc(20px / 2) 40px;
}
.cat {
	width: calc(210px * 0.85);
	height: calc(40px * 0.8);
	font-size: 12px;
 	line-height: calc(40px * 0.8);
}
.cat a {
	font-size: 12px;
 	line-height: calc(40px * 0.8);
}

.seminar_list .title {
	font-size: 2.0rem;
}
.seminar_list .title {
	font-size: 2.0rem;
}
.seminar_list .place {
	padding: 16px 20px 16px 48px;
	background-position: 20px center;
	background-size: calc(27px * 0.8) calc(32px * 0.8);
}
.seminar_list .shop {
	font-size: 1.6rem;
}
.seminar_list .add {
	font-size: 1.4rem;
}

}

@media (max-width: 1024px) {
.seminar_list .unit {
	width: 33.3333%;
}
.seminar_list .unit a {
	padding: 1px 20px 27px;
}
}

@media (max-width: 767px) {
.seminar_list .unit {
	width: 50%;
}


.seminar_list .title {
	margin-bottom: 12px;
	font-size: 1.8rem;
}
.seminar_list .place {
	margin: 0 -20px 16px;
	padding: 16px 20px 16px 48px;
	background-position: 20px center;
	background-size: calc(27px * 0.8) calc(32px * 0.8);
}
.seminar_list .shop {
	font-size: 1.5rem;
}
.seminar_list .add {
	font-size: 1.3rem;
}
}

@media (max-width: 540px) {
.seminar_list .unit {
	width: 100%;
}
}

/*----------------------------------------------------------
/* .cat_seminar_list カテゴリー別セミナー一覧
----------------------------------------------------------*/

.cat_seminar_list {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	border-top-width: 6px;
	border-top-style: solid;
}
.cat_seminar_list.current_seminar {
	border: none;
	background-color: #FFF5F5;
}
.cat_seminar_list.closing_seminar {
	border: none;
	background-color: #F9F6F1;
}
.cat_seminar_list.cat_shop_voice_list {
	border: none;
	background: url("../img/shop_voice/shop_voice_bg01.png") repeat;
	padding-top: 70px;
}
.cat_seminar_list.cat_guest_voice_list {
	border: none;
	background: url("../img/guest_voice/guest_voice_bg01.png") repeat;
	padding-top: 70px;
}

.cat_seminar_list.type01 {
	background-color: #FFEEEE;
	background-image: url("../img/seminar/seminar_bg01.png");
	border-top-color: #EF6C70;
}
.cat_seminar_list.type02 {
	background-color: #FFE9E1;
	background-image: url("../img/seminar/seminar_bg02.png");
	border-top-color: #FA8154;
}
.cat_seminar_list.type03 {
	background-color: #FFF6DE;
	background-image: url("../img/seminar/seminar_bg03.png");
	border-top-color: #FFAC36;
}
.cat_seminar_list.type04 {
	background-color: #FAFFE4;
	background-image: url("../img/seminar/seminar_bg04.png");
	border-top-color: #B6C72A;
}
.cat_seminar_list.type05 {
	background-color: #EFFBF5;
	background-image: url("../img/seminar/seminar_bg05.png");
	border-top-color: #42B879;
}
.cat_seminar_list.type06 {
	background-color: #E8F9F8;
	background-image: url("../img/seminar/seminar_bg06.png");
	border-top-color: #11BBB0;
}
.cat_seminar_list.type07 {
	background-color: #E8F8FC;
	background-image: url("../img/seminar/seminar_bg07.png");
	border-top-color: #0EAED2;
}
.cat_seminar_list.type08 {
	background-color: #DCF0FF;
	background-image: url("../img/seminar/seminar_bg08.png");
	border-top-color: #3491D5;
}
.cat_seminar_list.type09 {
	background-color: #EFEFFF;
	background-image: url("../img/seminar/seminar_bg09.png");
	border-top-color: #7E7DDC;
}
.cat_seminar_list.type10 {
	background-color: #FFF3F9;
	background-image: url("../img/seminar/seminar_bg10.png");
	border-top-color: #E96798;

}

.cat_seminar_list .inner {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px 60px;
}
.cat_seminar_list .cat_title_wp {
	margin: 0 0 100px;
	padding: 10px;
	background: url("../img/seminar/seminar_bg14.png") no-repeat center center / cover;
}
.cat_seminar_list.current_seminar .cat_title_wp {
	background-image: url("../img/seminar/seminar_bg14.png");
}
.cat_seminar_list.closing_seminar .cat_title_wp {
	background-image: url("../img/seminar/seminar_bg15.png");
}
.cat_seminar_list .cat_title {
	text-align: center;

}
.no_seminar {
	margin-top: -40px;
	margin-bottom: 60px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #6E3131;
}

.latest_seminar .no_seminar {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
.cat_seminar_list .cat_title_wp {
	margin: 0 0 80px;
}

}

@media (max-width: 767px) {
.cat_seminar_list .cat_title_wp {
	margin: 0 0 60px;
	padding: 20px 10px;
}
.no_seminar {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.latest_seminar .no_seminar {
	margin-top: 0;
	margin-bottom: 20px;
}

}



/*----------------------------------------------------------
/* .seminar_detail セミナー詳細
----------------------------------------------------------*/
.seminar_detail {
	padding: 80px 20px;
	background: url("../img/common/common_bg09.png") repeat center top;
}
.seminar_detail.shop_voice_detail {
	background: url("../img/shop_voice/shop_voice_bg01.png") repeat;
}
.seminar_detail.guest_voice_detail {
	background: url("../img/guest_voice/guest_voice_bg01.png") repeat;
}
.seminar_detail::before {
	content: "";
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1836px;
	height: 913px;
	background: url("../img/seminar/seminar_bg11.png") no-repeat center top / 100% auto;
}
.seminar_detail.shop_voice_detail::before {
	max-width: 1850px;
	height: 866px;
	background: url("../img/shop_voice/shop_voice_bg02.png") no-repeat center top / 100% auto;
}
.seminar_detail.guest_voice_detail::before {
	max-width: 1850px;
	height: 866px;
	background: url("../img/guest_voice/guest_voice_bg02.png") no-repeat center top / 100% auto;
}

.seminar_detail .inner01, 
.seminar_detail .inner02, 
.seminar_detail .inner03 {
	position: relative;
	max-width: 1260px;
	margin: 0 auto 74px;
	padding: 1px 20px 72px;
	background-color: #FFF;
	border-radius: 20px;
	z-index: 1;
}
.seminar_detail .inner03 {
	padding-top: 60px;
}

@media (max-width: 1600px) {
.seminar_detail .inner01, 
.seminar_detail .inner02, 
.seminar_detail .inner03 {
	max-width: 1080px;
}
}

@media (max-width: 1024px) {
}
@media (max-width: 767px) {
.seminar_detail {
	padding: 60px 20px 40px;
	background-size: 30px 30px;
}
.seminar_detail::before {
	top: 0;
}
.seminar_detail .inner01, 
.seminar_detail .inner02, 
.seminar_detail .inner03 {
	margin-bottom: 40px;
	padding-bottom: 60px;
}
.seminar_detail .inner03 {
	margin-bottom: 30px;
	padding-top: 30px;
}
}




.seminar_detail .outline_box .cat {
	margin: -20px auto 25px;
	text-align: center;
}
.seminar_detail .outline_box .seminar_title {
	max-width: 980px;
	margin: 0 auto 40px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.4444;
	letter-spacing: 0.04em;
}
.seminar_detail .outline_box figure {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.seminar_detail .outline_box figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: 0;
	width: calc(100% + 40px);
	max-width: 1260px;
	height: 686px;
	margin: auto;
	background: url("../img/seminar/seminar_bg12.png") no-repeat center center / 100% 100%;
	z-index: -1;
}
.seminar_detail.shop_voice_detail .outline_box figure::before {
	background: url("../img/shop_voice/shop_voice_bg03.png") no-repeat center center / 100% 100%;
}
.seminar_detail.guest_voice_detail .outline_box figure::before {
	background: url("../img/guest_voice/guest_voice_bg03.png") no-repeat center center / 100% 100%;
}
.seminar_detail .outline_box .shop_name {
	margin-bottom: 2px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.seminar_detail .outline_box .url {
	margin-bottom: 23px;
	text-align: center;
}
.seminar_detail .outline_box .url a {
	font-size: 1.8rem;
	text-decoration: underline;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #2679CD;
	word-break: break-all;
}
.seminar_detail .outline_box .url a:hover {
	text-decoration: none;
}
.seminar_detail .outline_box .txt {
	font-size: 1.8em;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
.seminar_detail .outline_box .seminar_title {
	margin: 0 auto 30px;
	font-size: 3.0rem;
}
.seminar_detail .outline_box figure {
	margin-bottom: 40px;
}
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.8);
}

.seminar_detail .outline_box .txt {
	font-size: 1.8em;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}
}

@media (max-width: 767px) {
.seminar_detail .outline_box .seminar_title {
	margin-bottom: 20px;
	font-size: 2.5rem;
}
.seminar_detail .outline_box figure {
	margin-bottom: 40px;
}
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.6);
}
.seminar_detail .outline_box .shop_name {
	font-size: 1.8rem;
}
.seminar_detail .outline_box .url {
	margin-bottom: 20px;
}
.seminar_detail .outline_box .url a {
	font-size: 1.6rem;
}
.seminar_detail .outline_box .txt {
	font-size: 1.6em;
}
}

@media (max-width: 600px) {
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.4);
}
}
@media (max-width: 414px) {
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.35);
}
}

@media (max-width: 375px) {
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.3);
}
}

@media (max-width: 320px) {
.seminar_detail .outline_box .seminar_title {
	font-size: 2.2rem;
}
.seminar_detail .outline_box figure::before {
	height: calc(686px * 0.25);
}
}


.seminar_detail .info_box {
	max-width: 980px;
	margin: 0 auto;
}
.seminar_detail .info_box .balloon_title {
	margin-top: -20px;
	margin-bottom: 16px;
	text-align: center;
}
.seminar_detail.shop_voice_detail .balloon_title {
	text-align: center;
}
.seminar_detail.guest_voice_detail .balloon_title {
	text-align: center;
}
.date_list {
 	margin: 0 calc(10px / 2 * -1) 50px;
 	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.date_list .unit {
	width: calc(33.3333% - 10px);
	margin: 0 calc(10px / 2) 10px;
	padding: 15px 35px 18px;
	background-color: #FFFEE5;
	border-radius: 10px;
}
.date_list .unit dt {
	max-width: 250px;
	margin: 0 auto 12px;
	padding: 10px 10px 5px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #32A884;
	border-radius: 10px;
}
.date_list .unit dt b {
	font-size: 3.3rem;
}
.date_list .unit dt .week {
	margin-left: 5px;
	padding: 6px 6px 4px 6px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #32A884;
	background: #FFF;
	border-radius: 20px;
	display: inline-block;
}
.date_list .unit dd {
	max-width: 180px;
	margin: 0 auto;
	padding-left: 30px;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	background-repeat: no-repeat;
	background-position: left center;
}
.date_list .unit .time01 {
	background-image: url("../img/seminar/seminar_ico13.svg");
}
.date_list .unit .time02 {
	background-image: url("../img/seminar/seminar_ico14.svg");
}

@media (max-width: 1024px) {
.seminar_detail .info_box .balloon_title {
	max-width: calc(679px * 0.7);
	margin: -15px auto 15px;
}

.date_list .unit {
	width: calc(50% - 10px);
	padding: 15px 20px 18px;
}
.date_list .unit dt {
	max-width: inherit;
	font-size: 1.7em;
}
.date_list .unit dt b {
	font-size: 2.8rem;
}
.date_list .unit dt .week {
	padding: 5px 5px 4px 5px;
	font-size: 1.4rem;
}
.date_list .unit dd {
	max-width: 175px;
	font-size: 1.8rem;
}
}

@media (max-width: 767px) {
.seminar_detail .info_box .balloon_title {
	max-width: calc(679px * 0.5);
	margin: -10px auto 10px;
}
.date_list {
 	margin-bottom: 30px;
}

.date_list .unit {
	padding: 15px 15px 18px;
}
.date_list .unit dt {
	max-width: inherit;
	font-size: 1.6em;
}
.date_list .unit dt b {
	font-size: 2.0rem;
}
.date_list .unit dt .week {
	padding: 4px 4px 3px 4px;
	font-size: 1.3rem;
}
.date_list .unit dd {
	max-width: 160px;
	font-size: 1.6rem;
}
}

@media (max-width: 540px) {
.date_list .unit {
	width: 100%;
	display: block;
	padding: 15px 15px 18px;
}
.date_list .unit dt {
	max-width: inherit;
	margin-bottom: 10px;
	font-size: 1.6em;
}
.date_list .unit dt b {
	font-size: 2.0rem;
}
.date_list .unit dt .week {
	padding: 4px 4px 3px 4px;
	font-size: 1.3rem;
}
.date_list .unit dd {
	max-width: 160px;
	font-size: 1.6rem;
}
}


.seminar_detail .reserve_box {
	margin-bottom: 44px;
	padding: 15px;
	background-color: #FFFEE5;
	border-radius: 10px;
}
.seminar_detail.shop_voice_detail .reserve_box {
	margin-top: 60px;
}
.seminar_detail.guest_voice_detail .reserve_box {
	margin-top: 60px;
}

.seminar_detail .reserve_box .reserve_title {
	padding: 0 10px;
	font-size: 3.0rem;
	text-align: center;
	color: #FFF;
	background-color: #46B081;
	border-radius: 10px 10px 0 0;
}
.seminar_detail .reserve_box .reserve_title span {
	padding: 27px 0 17px 75px;
	background: url("../img/seminar/seminar_ico02.svg") no-repeat left top;
	display: inline-block;
}
.seminar_detail.shop_voice_detail .reserve_box .reserve_title span, 
.seminar_detail.guest_voice_detail .reserve_box .reserve_title span {
	padding: 27px 0 17px 55px;
	background: url("../img/shop_voice/shop_voice_ico03.svg") no-repeat left 24px;
}

.seminar_detail .reserve_box .line_title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.6rem;
}
.seminar_detail.shop_voice_detail .reserve_box .line_title {
	text-align: left;
}
.seminar_detail.guest_voice_detail .reserve_box .line_title {
	text-align: left;
}

.seminar_detail .reserve_box .reserve_info {
	padding: 37px 20px 54px;
	border-left: 3px solid #46B081;
	border-right: 3px solid #46B081;
	border-bottom: 3px solid #46B081;
	border-radius: 0 0 10px 10px;
}
.seminar_detail .reserve_box p {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}

.seminar_detail.shop_voice_detail .detail_box .txt p, 
.seminar_detail.shop_voice_detail .reserve_box .txt p, 
.seminar_detail.guest_voice_detail .detail_box .txt p, 
.seminar_detail.guest_voice_detail .reserve_box .txt p {
	max-width: 100%;
	margin-bottom: 25px;
}
.seminar_detail .detail_box .txt .gender {
	text-align: right;
}
.seminar_detail .detail_box .txt .gender.female span {
	padding-left: 30px;
	background: url("../img/guest_voice/guest_voice_ico02.svg") no-repeat;
}
.seminar_detail .detail_box .txt .gender.male span {
	padding-left: 30px;
	background: url("../img/guest_voice/guest_voice_ico03.svg") no-repeat;
}
.seminar_detail .reserve_box .note {
	margin-top: 15px;
	margin-bottom: 50px;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.seminar_detail .reserve_box .txt {
	margin-bottom: 15px;
}
@media (max-width: 1024px) {
.seminar_detail .reserve_box {
	margin-bottom: 44px;
	padding: 15px;
}
.seminar_detail .reserve_box .reserve_title {
	font-size: 2.6rem;
}
.seminar_detail .reserve_box .reserve_title span {
	padding: 27px 0 17px 70px;
	background-size: calc(65px * 0.9) calc(58px * 0.9);
}
}

@media (max-width: 767px) {
.seminar_detail .reserve_box {
	margin-bottom: 30px;
	padding: 10px;
}
.seminar_detail .reserve_box .reserve_title {
	font-size: 2.4rem;
}
.seminar_detail .reserve_box .reserve_title span {
	padding: 22px 0 12px 65px;
	background-size: calc(65px * 0.8) calc(58px * 0.8);
}
.seminar_detail .reserve_box .line_title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}
.seminar_detail .reserve_box .reserve_info {
	padding: 20px 20px 30px;
	border-left: 2px solid #46B081;
	border-right: 2px solid #46B081;
	border-bottom: 2px solid #46B081;
}
.seminar_detail .reserve_box p {
	font-size: 1.6rem;
}
.seminar_detail .reserve_box .note {
	margin-top: 10px;
	margin-bottom: 30px;
}
.seminar_detail .reserve_box .txt {
	margin-bottom: 10px;
}
}

@media (max-width: 414px) {
.seminar_detail .reserve_box {
	margin-left: -5px;
	margin-right: -5px;
	padding: 5px;
}
}

@media (max-width: 414px) {
.seminar_detail .reserve_box .reserve_title {
	font-size: 2.0rem;
}
.seminar_detail .reserve_box .reserve_title span {
	padding: 22px 0 12px 55px;
	background-size: calc(65px * 0.7) calc(58px * 0.7);
}
}


.info_align {
	max-width: 700px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.info_align dt {
	position: relative;
	width: 5.5em;
	margin-bottom: 5px;
	padding-left: 1.5em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}
.info_align .ico_deadline {
	background-image: url("../img/seminar/seminar_ico03.svg");
}
.info_align .ico_tel {
	background-image: url("../img/seminar/seminar_ico04.svg");
	background-position: 4px center;

}
.info_align .ico_mail {
	background-image: url("../img/seminar/seminar_ico05.svg");
}
.info_align .ico_map {
	background-image: url("../img/seminar/seminar_ico08.svg");
	background-position: 2px center;
}
.info_align .ico_person {
	background-image: url("../img/seminar/seminar_ico09.svg");
	background-position: 2px center;
}
.info_align .ico_people {
	background-image: url("../img/seminar/seminar_ico10.svg");
}
.info_align .ico_wallet {
	background-image: url("../img/seminar/seminar_ico11.svg");
}
.info_align .ico_bag {
	background-image: url("../img/seminar/seminar_ico12.svg");
}
.info_align dt::before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 3px;
	width: 1px;
	background: url("../img/common/common_line01.png") repeat-y left center / 1px 4px;
}
.info_align dd {
	width: calc(100% - 5.5em);
	margin-bottom: 5px;
	padding-left: 14px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	word-break: break-all;
}
.info_align .date {
	font-weight: bold;
	color: #46B081;
}
.info_align .date * {
	font-weight: bold;
}
.info_align .week {
	margin-left: 5px;
	margin-right: 25px;
	padding: 5px 5px 3px 5px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background-color: #46B081;
	border-radius: 20px;
	display: inline-block;
}
.info_align .date .end {
	color: #D40012;
}
.seminar_detail .info_box .remarks {
	max-width: 890px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}



@media (max-width: 1024px) {
.info_align {
	max-width: 700px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.info_align dt {
	position: relative;
	width: 5.5em;
	margin-bottom: 5px;
	padding-left: 1.75em;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

.info_align dt::before {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	bottom: 3px;
	width: 1px;
	background: url("../img/common/common_line01.png") repeat-y left center / 1px 4px;
}
.info_align dd {
	width: calc(100% - 5.5em);
	margin-bottom: 5px;
	padding-left: 14px;
	font-size: 1.8rem;
}
.info_align .date {
	font-weight: bold;
	color: #46B081;
}
.info_align .week {
	margin-left: 5px;
	margin-right: 15px;
	padding: 5px 5px 3px 5px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background-color: #46B081;
	border-radius: 20px;
	display: inline-block;
}

.seminar_detail .info_box .remarks {
	max-width: 890px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}
}

@media (max-width: 767px) {
.info_align dt {
	font-size: 1.6rem;
}

.info_align dd {
	font-size: 1.6rem;
}
.info_align .week {
	margin-right: 10px;
	padding: 4px 4px 3px 5px;
	font-size: 1.2rem;
}

.seminar_detail .info_box .remarks {
	font-size: 1.6rem;
}
}

.seminar_detail .detail_box {
	max-width: 980px;
	margin: 0 auto;
}
.seminar_detail .detail_box .info_layout {
	max-width: 900px;
	margin: 0 auto 20px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.seminar_detail .detail_box .info_layout dl {
	width: 49%;
	max-width: inherit;
	margin: 0;
}
.seminar_detail .detail_box .info_align dt {
	width: 6.5em;
	margin-bottom: 20px;
}
.seminar_detail .detail_box .info_align dd {
	width: calc(100% - 6.5em);
	margin-bottom: 20px;
	word-break: break-all;
}
.seminar_detail .detail_box .map_title {
	text-align: center;
}
.seminar_detail .detail_box .map_box {
	padding: 26px 22px;
	background: url("../img/common/common_bg01.png") no-repeat center center / cover;
	border-radius: 20px;
}
.seminar_detail .detail_box .map_box iframe  {
	border-radius: 20px;
}

@media (max-width: 1024px) {
.seminar_detail .detail_box .map_title {
	max-width: calc(711px * 0.7);
	margin: 0 auto;
}
}



@media (max-width: 767px) {

.seminar_detail .detail_box .info_layout {
  	display: block;
}
.seminar_detail .detail_box .info_layout dl {
	width: 100%;
}

.seminar_detail .detail_box .map_title {
	max-width: calc(711px * 0.5);
}
.seminar_detail .detail_box .map_box {
	padding: 20px;
}

}

@media (max-width: 540px) {

}




.seminar_detail .end_message {
	position: relative;
	max-width: 980px;
	margin: 0 auto 70px;
	padding: 0 20px;
	background-color: #FFF;
	border: 5px solid #D40012;
	border-radius: 20px;
}
.seminar_detail .end_message dl {
	position: relative;
	padding: 35px 80px 45px;
}
.seminar_detail .end_message dl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 688px;
	margin: auto;
	background: url("../img/seminar/seminar_bg13.png") no-repeat center center / 100% auto;
}
.seminar_detail .end_message dt {
	margin-bottom: 15px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.4444;
	letter-spacing: 0.04em;
	color: #D40012;
}
.seminar_detail .end_message dd {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}
.seminar_detail .end_message dd * {
	font-weight: bold;
}


@media (max-width: 1024px) {
.seminar_detail .end_message {
	margin: 0 auto 70px;
	border: 5px solid #D40012;
}
.seminar_detail .end_message dt {
	margin-bottom: 15px;
	font-size: 3.0rem;
	padding: 0;
}
.seminar_detail .end_message dd {
	font-size: 1.6rem;
}
}
@media (max-width: 767px) {
.seminar_detail .end_message {
	margin: 0 auto 40px;
	border: 3px solid #D40012;
}
.seminar_detail .end_message dl {
	padding: 25px 40px 35px;
}
.seminar_detail .end_message dl::before {
	background-position: center bottom 20px;
}

.seminar_detail .end_message dt {
	margin-bottom: 10px;
	font-size: 2.0rem;
}
.seminar_detail .end_message dd {
	font-size: 1.4rem;
}

}
@media (max-width: 540px) {
.seminar_detail .end_message dl::before {
	background-image: url("../img/seminar/seminar_bg13_sp.png");
}
}
@media (max-width: 320px) {
.seminar_detail .end_message {
	padding: 0 10px;
}
.seminar_detail .end_message dl {
	padding: 25px 20px 35px;
}
.seminar_detail .end_message dt {
	font-size: 1.9rem;
}
.seminar_detail .end_message dd {
	font-size: 1.3rem;
}

}

/*----------------------------------------------------------
/* .cat_menu カテゴリーメニュー
----------------------------------------------------------*/
.cat_menu {
	max-width: 1640px;
	margin: 0 auto;
	padding: 100px 20px 140px;
}
.top .cat_menu {
	padding-bottom: 0;
}
.cat_menu .inner {
	padding: 1px 30px 50px;
	background: url("../img/common/common_bg04.png") no-repeat fixed center bottom / cover;
	border-radius: 20px;
}
.cat_menu .title_box {
	max-width: 1200px;
	margin: 0 auto;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.cat_menu .balloon_title {
	margin-top: -60px;
	margin-bottom: 20px;
}
.cat_menu figure {
	margin-top: -100px;
}
.cat_menu .cat_box {
	max-width: 1468px;
	margin: 0 auto;
	padding: 54px 20px;
	background-color: #FFF;
	border-radius: 20px;
}
.cat_menu .cat_list {
	max-width: 1130px;
	margin: 0 auto;
}
.cat_menu .cat_list ul {
	margin: calc(30px / 2 * -1) calc(30px / 2 * -1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cat_menu .cat_list li {
	width: 25%;
	height: auto;
	padding: calc(30px / 2) calc(30px / 2);
	background: none;
}
.cat_menu .cat_list li a {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
 	line-height: 114px;
	letter-spacing: 0.04em;
	color: #FFF;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	white-space: nowrap;
}

.cat_menu .cat_list .cat.type01 a {	background-image: url("../img/common/common_cat11.png"); }
.cat_menu .cat_list .cat.type02 a {	background-image: url("../img/common/common_cat12.png"); }
.cat_menu .cat_list .cat.type03 a {	background-image: url("../img/common/common_cat13.png"); }
.cat_menu .cat_list .cat.type04 a {	background-image: url("../img/common/common_cat14.png"); }
.cat_menu .cat_list .cat.type05 a {	background-image: url("../img/common/common_cat15.png"); }
.cat_menu .cat_list .cat.type06 a {	background-image: url("../img/common/common_cat16.png"); }
.cat_menu .cat_list .cat.type07 a {	background-image: url("../img/common/common_cat17.png"); }
.cat_menu .cat_list .cat.type08 a {	background-image: url("../img/common/common_cat18.png"); }

.cat_menu .cat_list .cat span {
	position: relative;
	padding-right: 40px;
	font-weight: bold;
}
.cat_menu .cat_list .cat span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 27px;
	height: 27px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.cat_menu .cat_list .cat.type01 span::after {	background-image: url("../img/common/common_ico07.svg"); }
.cat_menu .cat_list .cat.type02 span::after {	background-image: url("../img/common/common_ico08.svg"); }
.cat_menu .cat_list .cat.type03 span::after {	background-image: url("../img/common/common_ico09.svg"); }
.cat_menu .cat_list .cat.type04 span::after {	background-image: url("../img/common/common_ico10.svg"); }
.cat_menu .cat_list .cat.type05 span::after {	background-image: url("../img/common/common_ico11.svg"); }
.cat_menu .cat_list .cat.type06 span::after {	background-image: url("../img/common/common_ico12.svg"); }
.cat_menu .cat_list .cat.type07 span::after {	background-image: url("../img/common/common_ico13.svg"); }
.cat_menu .cat_list .cat.type08 span::after {	background-image: url("../img/common/common_ico14.svg"); }



@media (max-width: 1260px) {
.cat_menu .cat_list ul {
	margin: calc(20px / 2 * -1) calc(20px / 2 * -1);
}
.cat_menu .cat_list li {
	padding: calc(20px / 2) calc(20px / 2);
}
.cat_menu .cat_list li a {
	font-size: 18px;
 	line-height: calc(114px * 0.8);
}
.cat_menu .cat_list .cat span {
	padding-right: calc(40px * 0.8);
}
.cat_menu .cat_list .cat span::after {
	width: calc(27px * 0.8);
	height: calc(27px * 0.8);
}
}


@media (max-width: 1024px) {
.cat_menu .inner {
	background-attachment: scroll;
}
.cat_menu {
	padding: 80px 20px 100px;
}
.cat_menu .inner {
	padding: 1px 30px 30px;
}
.cat_menu .balloon_title {
	max-width: calc(687px * 0.7);
	margin-top: -60px;
}
.cat_menu figure {
	max-width: calc(431px * 0.5);
	margin: -50px auto 0;

}
.cat_menu .cat_box {
	margin: 0 auto;
	padding: 40px 20px;
}
.cat_menu .cat_list {
	max-width: 1130px;
	margin: 0 auto;
}
.cat_menu .cat_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cat_menu .cat_list li {
	width: 33.3333%;
}
.cat_menu .cat_list li a {
 	line-height: calc(114px * 0.7);
}
.cat_menu .cat_list .cat span {
	padding-right: calc(40px * 0.7);
}
.cat_menu .cat_list .cat span::after {
	width: calc(27px * 0.7);
	height: calc(27px * 0.7);
}
}



@media (max-width: 767px) {
.cat_menu {
	padding: 60px 20px 60px;
}
.cat_menu .inner {
	padding: 1px 20px 20px;
}
.cat_menu .balloon_title {
	max-width: calc(687px * 0.5);
	margin: -20px auto 10px;
}
.cat_menu figure {
	max-width: calc(431px * 0.5);
	margin: -20px auto -20px;
}
.cat_menu .cat_box {
	padding: 30px 20px 35px;
}
.cat_menu .cat_list li {
	width: 50%;
	padding: calc(15px / 2) calc(15px / 2);
}
.cat_menu .cat_list li a {
	font-size: 16px;
 	line-height: calc(114px * 0.6);
}
.cat_menu .cat_list .cat span {
	padding-right: calc(40px * 0.6);
}
.cat_menu .cat_list .cat span::after {
	width: calc(27px * 0.6);
	height: calc(27px * 0.6);
}

}

@media (max-width: 500px) {
.cat_menu .cat_list li {
	width: 100%;
}
.cat_menu .cat_list li a {
	font-size: 16px;
 	line-height: calc(114px * 0.5);
}
}


/*----------------------------------------------------------
/* .entry_bnr 事業所さま向け講座開設のお申し込みについて
----------------------------------------------------------*/
.entry_bnr {
	position: relative;
	padding-bottom: 260px;
	background: url("../img/common/common_ill05.png") no-repeat center bottom / 100% auto;
}
.entry_bnr::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/common/common_bg05.png") fixed no-repeat center center / cover;
	z-index: -1;
}
.entry_bnr .inner {
	padding: 140px 20px 0;
}
.entry_bnr figure {
	text-align: center;
}

@media (max-width: 1260px) {
.entry_bnr {
	padding-bottom: 200px;

}
}

@media (max-width: 1024px) {
.entry_bnr {
	padding-bottom: 160px;
	background-size: 120% auto;
}
.entry_bnr::before {
	top: 45%;
	background-attachment: scroll;
}
.entry_bnr .inner {
	padding: 100px 20px 0;
}
}

@media (max-width: 767px) {
.entry_bnr {
	padding-bottom: 100px;
	background-size: 130% auto;
}
.entry_bnr .inner {
	padding: 60px 10px 0;
}
}

@media (max-width: 500px) {
.entry_bnr {
	padding-bottom: 80px;
	background-size: 140% auto;
}
}

@media (max-width: 414px) {
.entry_bnr {
	padding-bottom: 60px;
	background-size: 140% auto;
}
.entry_bnr .inner {
	padding: 60px 10px 0;
}
}




.entry_form_end {
	position: relative;
	padding: 80px 20px;
	background: url("../img/common/common_bg09.png") repeat center top;
}
.entry_form_end::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1435px;
	height: 622px;
	margin: auto;
	background: url("../img/entry/entry_bg02.png") no-repeat center center / 100% auto;
}
.entry_form_end .inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 20px 70px;
	background: url("../img/entry/entry_bg03.png") no-repeat center center / 100% 100%;;
}
.entry_form_end .thx_title {
	margin-bottom: 30px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 4.6rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.434;
	letter-spacing: 0.04em;
}
.entry_form_end figure {
	margin-bottom: 30px;
	text-align: center;
}
.entry_form_end .thx_txt {
	max-width: 600px;
	margin: 0 auto 85px;
}
.entry_form_end .thx_txt span {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.1111;
	background: url("../img/news/news_line01.png") repeat-x center bottom / 4px 1px;
	white-space: nowrap;
}

.entry_form_end .thx_btn {
	text-align: center;
}
.entry_form_end .thx_btn a {
	min-width: 338px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
	background: url("../img/entry/entry_bg01.png") no-repeat center 10% / 150% auto;
    display: inline-block;
    border: 5px solid #15A260;
	border-radius: 50px;
    cursor: pointer;
}
.entry_form_end .thx_btn span {
	padding: 18px 35px 18px 0;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.2;
	background: url("../img/entry/entry_ico08.svg") no-repeat right center;
	display: inline-block;
}
.entry_form_end .attention {
	border: 4px solid #F3898B;
    padding: 40px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1024px) {
.entry_form_end::before {
	display: none;
}

.entry_form_end .thx_title {
	margin-bottom: 30px;
	font-size: 4.0rem;
}
.entry_form_end .thx_txt {
	margin-bottom: 60px;
}

.entry_form_end .thx_txt span {
	font-size: 1.6rem;
}
}
@media (max-width: 767px) {
.entry_form_end {
	padding: 60px 20px 50px;
	background-size: 30px 30px;
}
.entry_form_end .inner {
	padding: 30px 20px 60px;
}
.entry_form_end .thx_title {
	margin-bottom: 20px;
	font-size: 3.0rem;
}
.entry_form_end figure {
	max-width: calc(248px * 0.7);
	margin: 0 auto 20px;
}
.entry_form_end .thx_txt {
	margin-bottom: 30px;
}
.entry_form_end .thx_txt span {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.1111;
	color: #6E3131;
	background: url("../img/news/news_line01.png") repeat-x center bottom / 4px 1px;
	white-space: normal;
}
.entry_form_end .thx_btn a {
	width: 80%;
	min-width: inherit;
    border: 3px solid #15A260;
}
.entry_form_end .thx_btn span {
	padding: 16px 30px 16px 0;
    font-size: 18px;
	background-size: calc(25px * 0.8) calc(32px * 0.8);
}
}

@media (max-width: 375px) {
.entry_form_end .thx_title {
	font-size: 2.5rem;
}
.entry_form_end figure {
	max-width: calc(248px * 0.5);
}
.entry_form_end .thx_btn span {
    font-size: 16px;
}
}



/*----------------------------------------------------------
/* .wp-pagenavi ページャー
----------------------------------------------------------*/
.wp-pagenavi {
	position: relative;
	clear: both;
	padding: 10px 0;
	text-align: center;
	z-index: 3;
}
.cat_shop_voice_list .wp-pagenavi {
	 background: #FFF;
	 border-radius: 20px;
}
.cat_guest_voice_list .wp-pagenavi {
	 background: #FFF;
	 border-radius: 20px;
}
.wp-pagenavi a {
	padding: 0;
	text-decoration: none;
	display: inline;
}
.wp-pagenavi span, 
.wp-pagenavi a {
	margin: 5px 5px;
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	border-radius: 30px;
}
.wp-pagenavi a:hover {
	background-color: #FFF5E5;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}
.wp-pagenavi .current {
	background-color: #FFF5E5;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span,
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: none;
}
/*
.wp-pagenavi .previouspostslink {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url("../img/common/common_ico05.svg");
}
.wp-pagenavi .nextpostslink {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url("../img/common/common_ico06.svg");
}
*/

@media (max-width: 767px){
.wp-pagenavi span, 
.wp-pagenavi a {
	margin: 5px 2px;
	padding: 10px 14px;
	font-size: 14px;
	font-size: 1.4rem;
}
}


@media (max-width: 767px){
.modaal-inner-wrapper {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.modaal-video-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

/*----------------------------------------------------------
/* .search_detail 検索結果
----------------------------------------------------------*/
.search_detail {
	padding: 80px 20px;
	background: url("../img/news/news_bg01.png") repeat center top;
}
.search_detail .inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto 74px;
	padding: 0 20px;
	background-color: #FFF;
	border-radius: 20px;
	z-index: 1;
}
.search_detail .result_box {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
@media (max-width: 1600px) {
.search_detail .inner {
	max-width: 1020px;
}
}

@media (max-width: 767px) {
.search_detail {
	padding: 60px 20px 40px;
}
.search_detail .inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto 30px;
	padding: 0 20px;
	background-color: #FFF;
	border-radius: 20px;
	z-index: 1;
}
.search_detail .result_box {
	padding: 30px 0 40px;
}
}



.result_box h1 {
	margin-bottom: 7px;
	padding: 10px 10px 12px 75px;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.4444;
	letter-spacing: 0.04em;
	color: #6E3131;
	background: #FFF5E5 url("../img/common/common_ico16.svg") no-repeat 30px center;
	border-radius: 10px;
}
.result_box p {
	max-width: 890px;
	margin: 0 auto 20px;
	font-size: 1.8em;
	line-height: 1.8888;
	letter-spacing: 0.04em;
}
.result_box .date {
	max-width: inherit;
	margin-bottom: 30px;
	text-align: right;
	color: #A88E8E;
}
.result_box .date + h2 {
}
.result_box h2 {
	max-width: 900px;
	margin: 48px auto 26px;
	padding: 0 20px 8px 20px;
	font-size: 3.0rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	border-bottom: 3px dotted #ECB912;
}
.result_box h3 {
	position: relative;
	max-width: 890px;
	margin: 48px auto 14px;
	padding-left: 20px;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.result_box h3::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 13px;
	height: 22px;
	background-color: #EBB504;
}
.result_box h4 {
	max-width: 890px;
	margin: 48px auto 5px;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #EB8E03;
}
.result_box h5 {
	max-width: 890px;
	margin: 48px auto 0;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.result_box .btn {
	position: relative;
	margin: 48px auto 0;
	text-align: center;
}
.result_box .btn + .btn {
	margin-top: 30px;
}

.result_box .btn a {
	min-width: 338px;
	padding: 24px 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #FFF;
	background: #32A855 url("../img/common/common_ico02.svg") no-repeat right 20px center / 6px 8px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transition: all .25s;
	transition: all .25s;
	display: inline-block;
}
.result_box .btn.pdf a {
	position: relative;
	background-color: #EB8E03;
}
.result_box .btn.pdf a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	bottom: 0;
	margin: auto 0;
	width: 23px;
	height: 29px;
	background: url("../img/news/news_ico02.svg") no-repeat center left;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: 2;
}
.result_box .btn a:hover {
	padding-left: 65px;
	padding-right: 55px;
	background-position: right 15px center;
}
.result_box .btn.pdf a:hover::before {
	left: 30px;
}

@media (max-width: 1024px) {
.result_box h1 {
	font-size: 3.0rem;
	background-size: calc(34px * 0.85) calc(50px * 0.85);}

}

@media (max-width: 767px) {
.result_box h1 {
	margin-bottom: 5px;
	padding: 10px 10px 12px 50px;
	font-size: 2.6rem;
	line-height: 1.2;
	background-position: 15px center;
	background-size: calc(34px * 0.7) calc(50px * 0.7);
}
.result_box p {
	font-size: 1.6rem;
}
.result_box .date {
	margin-bottom: 20px;
}
.result_box .date + h2 {
}
.result_box h2 {
	margin: 40px auto 20px;
	padding: 0 0 8px;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 2px dotted #ECB912;
}
.result_box h3 {
	margin: 40px auto 14px;
	padding-left: 20px;
	font-size: 2.2rem;
	line-height: 1.2;
}
.result_box h3::before {
	top: 1px;
	width: 10px;
	height: 20px;
}
.result_box h4 {
	margin: 40px auto 5px;
	font-size: 2.0rem;
	line-height: 1.2;
}
.result_box h5 {
	margin: 40px auto 0;
	font-size: 1.8rem;
	line-height: 1.2;
}
.result_box .btn {
	margin: 40px auto 0;
}
.result_box .btn + .btn {
	margin-top: 30px;
}

.result_box .btn a {
	min-width: inherit;
	padding: 18px 25px;
	font-size: 1.4rem;
	background-position: right 15px center;
	background-size: calc(7px * 0.8) calc(8px * 0.8);
	display: block;
}
.result_box .btn a:hover {
	padding-left: 30px;
	padding-right: 20px;
	background-position: right 10px center;
}
}

@media (max-width: 414px) {
.result_box p {
	font-size: 1.5rem;
}
}


@media (max-width: 320px) {
.result_box h1 {
	font-size: 2.2rem;
}
}


/*----------------------------------------------------------
/* お知らせタブ
----------------------------------------------------------*/

.tabs {
	position: relative;
	clear: both;
	margin-top: 20px;
	text-align: center;
	z-index: 1;
 }
 .tabs::before {
 	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 94px;
	background-color: #FBE47C;
	z-index: -1;
}
 
.tab_item {
	width: calc(23% - 6px);
	max-width: 290px;
	height: 54px;
	margin: 20px 3px;
	background-color: #FFF;
	line-height: 54px;
	font-size: 16px;
	color: #925E3B;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s ease;
	cursor: pointer;
	white-space: nowrap;
}

.tab_item:last-of-type {
	margin-right: 0;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	margin-top: 50px;
	display: none;
	clear: both;
	/*overflow: hidden;*/
}
.tab_content .news_list {
	margin-bottom: 60px;
}
.tab_content .unit {
	opacity: 1 !important;
}
#all:checked ~ #all_content,
#news:checked ~ #news_content,
#voice:checked ~ #voice_content,
#guest:checked ~ #guest_content {
	display: block;
}
.tabs input:checked + .tab_item {
	color: #FFF;
	background-color: #32A855;
}

@media (max-width: 767px) {
 .tabs::before {
	height: 114px;
}
.tab_item {
	width: calc(48% - 4px);
	max-width: inherit;
	height: 40px;
	margin: 15px 2px;
	line-height: 40px;
	font-size: 13px;
}
.tab_item:nth-of-type(1), 
.tab_item:nth-of-type(2) {
	margin-bottom: 2px;
} 
.tab_item:nth-of-type(3), 
.tab_item:nth-of-type(4) {
	margin-top: 2px;
}
.tab_content {
	margin-top: 30px;
}
.tab_content .news_list {
	margin-bottom: 40px;
}

}

@media (max-width: 320px) {
.tab_item {
	font-size: 12px;
}
}

.tabs_btn_wp {
	padding: 0 20px;
}
.tabs_btn {
	max-width: 1260px;
	margin: 0 auto 50px;
	background-color: #FBE47C;
}
.tabs_btn ul {
  	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;
}
.tabs_btn li {
	width: calc(23% - 6px);
	max-width: 290px;
	height: 54px;
	margin: 20px 3px;
	line-height: 54px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s ease;
	cursor: pointer;
	white-space: nowrap;
}
.tabs_btn li a {
	width: 100%;
	font-size: 16px;
	color: #925E3B;
	background-color: #FFF;
	display: block;
}

.tabs_btn li.current a {
	color: #FFF;
	background-color: #32A855;
}

.common .news .inner.news_voice {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px 60px;
  background-color: transparent;

}


@media (max-width: 767px) {
.tabs_btn {
	margin: 0 auto 30px;
}
.tabs_btn ul {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;	
}
.tabs_btn li {
	width: calc(48% - 4px);
	max-width: inherit;
	height: 40px;
	margin: 15px 2px;
	line-height: 40px;
}
.tabs_btn li:nth-of-type(1), 
.tabs_btn li:nth-of-type(2) {
	margin-bottom: 2px;
} 
.tabs_btn li:nth-of-type(3), 
.tabs_btn li:nth-of-type(4) {
	margin-top: 2px;
}
.tabs_btn li a {
	font-size: 13px;
}
}

@media (max-width: 320px) {
.tabs_btn li a {
	font-size: 12px;
}
}












