@charset "UTF-8";
@media screen and (max-width: 768px) {
/* =========================================================== MOBILE PAGE == */

.single-seminar .fixMenu{
	display: none;
}

.single-seminar div.pageTop {
	bottom: 5.5rem;
	transform: translateY(300%);
	transition: all 0.2s linear;
}

.single-seminar.fixed div.pageTop {
	bottom: 5.5rem;
	transform: translateY(0);
}


/* ------------------------------------------------------------- 受付終了の時 -- */
div.projectClose {
	width: 100%;
	text-align: center;
	background: #f63;
	color:#fff;
	padding: 20px 20px 18px;
	margin-top: 65px;
	margin-bottom: -65px;
}



/* ------------------------------------------------------------ mainVisual -- */
#wrapper > #main_seminarLP_wrap {
	padding-top: 10rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#main_seminarLP_wrap .container .main_title h3 {
	padding: 0.5rem 9rem 0.5rem 1rem;
}

#main_seminarLP_wrap .container .main_title h5 {
	width: auto;
}

#main_seminarLP_wrap .container .main_title h2 {
	width: auto;
	font-size: 1.75rem;
}

#main_seminarLP_wrap .container .member dl dt span:first-of-type {
	font-size: 3rem;
}

#main_seminarLP_wrap .container .member dl dt span:last-of-type {
	font-size: 0.75rem;
	margin-bottom: 0;
}

#main_seminarLP_wrap .main_detail {
	flex-direction: column;
	padding: 1rem 0;
}

#main_seminarLP_wrap .main_detail .main_detail_left ,
#main_seminarLP_wrap .main_detail .main_detail_right {
	width: 100%;
}

#main_seminarLP_wrap .main_detail .main_detail_left ul {
	margin-bottom: 1rem;
}

#main_seminarLP_wrap .main_detail .main_detail_right figure div p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.75rem;
	display: block;
}


#main_seminarLP_wrap .main_detail .main_detail_left .main_detail_left_bottom dl {
	margin-bottom: 0.5rem;
}

#main_seminarLP_wrap .main_detail .main_detail_left .main_detail_left_bottom dl dd {
	flex-direction: column;
}

#main_seminarLP_wrap .main_detail .main_detail_left .main_detail_left_bottom dl dd div {
	flex-direction: column;
}

#main_seminarLP_wrap .main_detail .main_detail_left {
	margin-bottom: 1rem;
}



/* ---------------------------------------------------------------- キャッチ -- */
section#index_catch {
	background:url(../images/bg_catch.jpg) bottom;
	padding-top: 50px;
	padding-bottom: 350px;
}

section#index_catch .container {
	width: calc(100% - 2rem);
	background: #fff;
	padding: 3rem 1rem 1rem;
}

section#index_catch .container img {
	height: auto;
}

section#index_catch h2 {
	font-size:24px;
}
section#index_catch h2 span {
	font-size:14px;
}

section#index_catch p {
	text-align: center;
	text-shadow: 0px 0px 20px rgba( 255, 255, 255, 1), 0px 0px 10px rgba( 255, 255, 255, 1), 0px 0px 10px rgba( 255, 255, 255, 1);
}



/* ----------------------------------------------------------- contents_pg -- */
section#contents_pg {
	padding-top: 0px;
	padding-bottom: 20px;
}

section#contents_pg table {
	margin-top: 35px;
	border-top: none;
}

section#contents_pg th {
	background: #fbf1f7;
	width:100%;
	border-bottom:1px solid #BC237E;
	border-top:1px solid #BC237E;
}

section#contents_pg td {
	background: #fff;
	width:100%;
	padding-bottom: 0px;
}

section#contents_pg td:last-of-type {
	border-bottom: none;
}

p.pg_shudai {
	font-weight:bold;
	font-size:15px;
	padding-top: 8px;
	font-family: "ヒラギノ角ゴ W6 JIS2004";
}

p.pg_kouen {
	font-size:12px;
	padding: 5px 0 10px;
	line-height: 1.75;
}

p.koushi_text {
	font-size:10px;
	line-height: 1.5;
	color:#555;
	margin-left: 5px;
	margin-top: 15px;
	padding-bottom: 15px;
}

img.koushi_kobetsu {
	width: 100%;
}
p.kobetsu {
	font-size:12px;
	padding-top: 10px;
}
p.kobetsu strong {
	font-size:18px;
	font-family: "ヒラギノ角ゴ W6 JIS2004";
}
p.kobetsu_text {
	font-size:12px;
}



/* --------------------------------------------------------- index_tokuten -- */
section#index_tokuten {
	padding: 30px 0 25px;
	background: #FFE26D;
	margin-bottom: -30px;
}

section#index_tokuten ul {
	flex-wrap: wrap;
}

section#index_tokuten ul li {
	width: calc(100% / 2 - 1.5rem);
	margin-bottom: 1.5rem;
}



/* -------------------------------------------------------- seminarSummary -- */
.seminarLP_page section#contents_box2.seminarSummary h4 {color:#B43086;}
.nichiji {font-size:24px;}
.basho {font-size:16px;}
p.moyori {line-height: 1.1; margin-top: 20px; padding-bottom: 18px;}
p.moyori span {font-size:10px; color:#454545;}

.seminarLP_page section#contents_box2.seminarSummary {
	padding: 60px 0;
}

.seminarLP_page section#contents_box2.seminarSummary p{
	padding-top: 0;
}

.seminarLP_page #contents_box2 .container h3{
text-align: center;
}

.seminarLP_page section#contents_box2 h4 {
	padding-bottom: 0;
	margin-top: 3em;
}



/* --------------------------------------------------------------- contact -- */
section#contact {
	background: #3A4286;
	padding: 3rem 1rem;
}

#contact .case a:first-of-type img {
	width: 100%;
	margin-bottom: 10px;
}

section#contact .container #f_link_contact {
	display: flex;
	flex-direction: column;
	padding: 0;
}

section#contact .container #f_link_contact #h_btn_02_img {
	background: url(../images/ico_application_02.png) no-repeat;
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	background-size: 2rem;
	padding: 1.5rem 1.5rem 1.5rem 4rem;
	background-position: 1rem center;
}

section#contact .container #f_link_contact #h_btn_02 {
	margin: 1rem 0 0;
}







.seminarLP_page #index_catch h2,
.seminarLP_page #contents_pg h2,
.seminarLP_page #index_tokuten h2 {
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.seminarLP_page #index_tokuten h2.tit_sub::before,
.seminarLP_page #index_catch h2.tit_sub::before,
.seminarLP_page #contents_pg h2.tit_sub::before {
	right: 0;
}

#header #h_box .case:nth-of-type(2) a#h_btn_02 {
	background: #fff;
	border: none;
	color: #C20E0F;
}


#sp_btn_02_img {
	background: url(../images/ico_application.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 13px;
	width: 20px;
	height: 20px;
	background-size: 20px;
}


.drawer-menu .drawer-application {
	background: #C20E0F none repeat scroll 0 0;
	border: medium none;
	display: inline-block;
	margin-bottom: 2px;
	width: 48%;
}

.drawer-menu li.drawer-application a {
	color: #fff !important;
	padding-left: 40px;
	background: url(../images/ico_application_02.png) no-repeat left 10px center;
	background-size: 20px auto,6px auto;
	font-size: 12px;
	padding-top: 13px;
}


#float_btn{
	background: #aaa none repeat scroll 0 0;
	color: #fff;
	display: none;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 30px 25px 70px;
	z-index: 999999;
	border-radius: 10px;
	line-height: 1.3;
	width: 100%;
}

.floatBNR #float_btn {
	left: 1rem;
	bottom: 7rem;
	width: calc(100% - 2rem);
	padding: 1.5rem 1.5rem 1.5rem 4.5rem;
}

.floatBNR #float_btn_img {
	background: url(../images/ico_application_02.png) no-repeat;
	position: absolute;
	left: 1.5rem;
	top: 0;
	width: 30px;
	height: 30px;
	background-size: 30px;
	bottom: 0;
	margin: auto;
}

section#contact .container #f_link_contact #h_btn_02.Close #h_btn_02_img {
	padding: 1rem 2rem 1rem 4rem;
}



/*------------ 主題 (1部・2部)--------------*/
.seminarLP_page #contents_box2 p,
.seminarLP_page #contents_pg h2.tit_sub,
.seminarLP_page #contents_box2 h2.tit_sub,
.seminarLP_page #contents_box2 h4{
	text-align:center;
}

.seminarLP_page #contents_box2 h2.tit_sub,
.seminarLP_page #contents_pg h2.tit_sub{
	margin: 36px 0;
	font-size:20px;
}

.seminarLP_page #contents_box2 .tit_sub::before,
.seminarLP_page #contents_pg .tit_sub::before{
	background: #333 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 30px;
}


/* ----------------------------------------------------------- pastSeminar -- */
.seminarLP_page section#contents_box2.pastSeminar .seminarImage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.seminarLP_page section#contents_box2.pastSeminar .seminarImage div{
	width: 49%;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------- .shuccho -- */
#contents_box2 .shuccho ul {
	margin-top: 4rem;
}

#contents_box2 .shuccho ul li{
	width: calc(100% / 3);
}

#contents_box2 .shuccho ul li:nth-of-type(2){
	margin-top: -3rem;
}

.seminar_Schedule{
}

.seminar_Schedule tr{
	display: flex;
	flex-direction: row;
}

.seminar_Schedule tr:nth-of-type(2n+2){
	background: #f5f5f5;
}

.seminar_Schedule tr th{
}

.seminar_Schedule tr td{
}

.seminar_Schedule tr td:first-of-type{
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seminar_Schedule tr td:last-of-type{
	min-width: 3rem;
	max-width: 3rem;
	padding-left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}




/* -------------------------------------------------------- .importantInfo -- */
.importantInfo{
	padding: 1.25rem 0rem;
}

.importantInfo .case dl{
	flex-direction: column;
}

.importantInfo .case dl dt {
	width: auto;
}

.importantInfo .case dl dt h2.tit_sub {
	margin-bottom: 1rem;
	text-align: center;
}

.importantInfo .case dl dd {
	width: 100%;
}




#contents_box2.seminarSummary ul.dateTxt li {
	font-size: 90%;
}



/* --------------------------------------------------------- .semiItemList -- */
.semiItemList h2 {
	padding-bottom: 0.75em;
	text-align: center;
}

.semiItemList h2.tit_sub::before {
	left: 0;
	right: 0;
}

.semiItem {
	flex-direction: column;
}


.semiItem__img a {
	display: block;
	background: #efefef;
	text-align: center;
}

.semiItem__img a img {
	max-width: fit-content;
	margin: auto;
	text-align: center;
}


.semiItem__txt {
	width: 100%;
	margin-left: 0;
	margin-top: 1rem;
}

.semiItem__txt__info__date {
	flex-direction: row;
	flex-wrap: wrap;
}

.semiItem__txt__info__date li {
	margin-right: 0;
}

.semiItem__txt__info__date li::after {
	display: none;
}

.semiItem__txt__cta ul li a {
	padding: 1.5em 0.5em;
}

.semiItem__txt__cta ul li a::before, .semiItem__txt__cta ul li a::after {
	right: -50%;
	left: -50%;
	width: 200%;
	transform: skewX(0deg);
}





/* ----------------------------------------------------------- .semiDetail -- */
.single-seminar h2 {
	font-family: '新ゴ B';
	font-size: 1.75em;
	padding-bottom: 0.5em;
	margin-bottom: 0.75em;
	text-align: center;
}

.single-seminar h2.tit_sub::before {
	right: 0;
	left: 0;
}



/* ----------------------------------------------- .semiDetail > .semiMain -- */
.semiWrapp.semiMain {
	padding: 1rem 0;
}

.semiWrapp.semiMain .container {
	display: flex;
	flex-direction: column;
}

.semiWrapp.semiMain .container::after {
	width: 45rem;
	transform: skewX(10deg) translateX(-30rem);
}

.semiMain__img {
	flex-grow: 1;
	padding: 0;
}

.semiMain__img figure {
	display: block;
	background: #efefef;
	text-align: center;
}

.semiMain__img figure img {
	width: max-content;
}


.semiMain__Title {
	flex-grow: 2;
}

.semiMain__Title__in h5 {
	font-size: 1.25em;
	text-align: left;
}

.semiMain__Title__in h2 {
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 0;
}

.semiMain__txt {
	flex-grow: 3;
	padding: 1.5rem 1rem;
	background: #f9e4df;
	margin-top: 1rem;
	border-top: 1px dashed #ca4729;
	flex-direction: row;
	flex-wrap: wrap;
}



/* ------------------------------------------------- .semiDetail > .semiPg -- */
.semiPg__program {
	padding: 2rem;
}

.semiPg__program dl dt {
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
	padding: 1.25em;
}

.semiPg__program__koushi {
	flex-direction: column;
	margin-top: 4rem;
}

.semiPg__program__koushi__photo {
	margin-left: 0;
	margin-top: -4rem;
	margin-bottom: 1rem;
}

.semiPg__program__koushi__prof {
	width: 100%;
}

.semiPg__program__koushi__prof h4 {
	font-size: 1.25em;
}

.semiPg__program__koushi__prof ul {
	flex-wrap: wrap;
}



/* ------------------------------------------------- .semiDetail > .semiTk -- */
.semiWrapp.semiTk .container ul {
	flex-direction: column;
}

.semiWrapp.semiTk .container ul li {
	margin: 0 0 1rem;
	width: 100%;
	flex-direction: row;
}

.semiWrapp.semiTk .container ul li img {
	width: 50%;
}

.semiWrapp.semiTk .container ul li div {
	height: auto;
	width: 50%;
}




/* ------------------------------------------------- .semiDetail > .semiOn -- */
.semiWrapp.semiOn h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.semiWrapp.semiOn .container ul {
	padding: 2rem;
}

.semiWrapp.semiOn .container ul li {
	font-size: 1.25em;
}



/* ------------------------------------------------ .semiDetail > .semiOut -- */
.semiOut .semiPg__program dl dd p {
	flex-direction: row;
	flex-wrap: wrap;
}



/* ----------------------------------------------- .semiDetail > .semiPast -- */
.semiPast__Img > div {
	width: calc(100% / 2 - 0.5rem);
}


/* -------------------------------------------- .semiDetail > .semiContact -- */
.semiWrapp.semiContact {
	padding: 3rem 0;
}

.semiContact__in {
	justify-content: center;
	flex-direction: column;
}

.semiContact__in li {
	margin: 0 0 2rem;
	width: 100%;
	text-align: center;
	display: block;
}

.semiContact__in li:last-of-type {
	width: auto;
	margin-bottom: 0;
}



/* ------------------------------------------------ .semiDetail > .fixItem -- */
.fixItem ul {
	background: rgb(255 255 255 / 0.6);
	padding: 1.25rem 1rem;
}


/* ------------------------------------------------------ WYSIWYG Settings -- */











































/* ===================================================== MOBILE PAGE END == */ }
