@charset "UTF-8";

div.shuccho {
	margin: 25px auto;
}

div.shuccho img{
	width: 650px;
}


h2.pickup {
	color:#c30;
	border:1px solid #c30;
	padding:10px 18px;
	font-size:15px;
}

div.seminar_page ul.point{
	display: flex;
    justify-content: space-between;
}


div.seminar_page ul.point li{
	width: calc(100% / 3);
	padding: 0 1%;
}


div.seminar_page section#contents_box3 ul.point li h3{
	font-size: 108%;
}

div.private {
	margin-bottom:35px;
}
div.private img {
	width:21%;
	margin:0 1%;
}
div.private img:nth-child(2) {
	margin-bottom:25px;
}

p.privateNotice {
	margin:18px 0 0;
	font-size:13px;
}



div.shuccho {
	margin-top:35px;
	margin-bottom:35px;
}
div.shuccho img {
	width:21%;
	margin:0 1%;
}
div.shuccho img:nth-child(2) {
	margin-bottom:25px;
}



div.pickupSeminar {
	margin: 20px 5px 50px 5px;
}
div.pickupSeminar img {
	width:500px;
	height:145px;
	margin: 8px 5px;
}



/*セミナー開催実績*/
p.seminarJissekiP {
	clear:both;
	padding-top: 12px;
	font-weight:bold;
}

div.seminarJisseki {
　border: 3px solid #396;
}

div.seminarJisseki img {
	max-width:280px;
	margin:3px 0 0 0;
}



/*ウェブセミナー*/
#contents_box2.webinar {
	background-color: #faf3f3;
}

#contents_box2.webinar .webinarFlow {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: space-between;
}

#contents_box2.webinar .webinarFlow dl {
	background: #FFF;
	width: calc(100% / 4 - 0.5rem);
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

#contents_box2.webinar .webinarFlow dl::before,
#contents_box2.webinar .webinarFlow dl::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
}

#contents_box2.webinar .webinarFlow dl::before{
	border: 4px solid #ff8383;
	width: 0.75rem;
	height: 0.75rem;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	margin: auto;
	z-index: 2;
	left: -0.9rem;
}

#contents_box2.webinar .webinarFlow dl::after {
	width: 2.5rem;
	height: 2.5rem;
	background: #faf3f3;
	border-radius: 3rem;
	left: -1.5rem;
	margin: auto;
}

#contents_box2.webinar .webinarFlow dl:first-of-type::before,
#contents_box2.webinar .webinarFlow dl:first-of-type::after {
	display: none;
}


#contents_box2.webinar .webinarFlow dl dt {
	text-align: left;
	padding: 1rem 0rem 0.75rem;
	display: flex;
	flex-direction: column;
}

#contents_box2.webinar .webinarFlow dl:nth-of-type(1) dt { background-color: #ffe3e3; }
#contents_box2.webinar .webinarFlow dl:nth-of-type(2) dt { background-color: #ffcaca; }
#contents_box2.webinar .webinarFlow dl:nth-of-type(3) dt { background-color: #ffb6b6; }
#contents_box2.webinar .webinarFlow dl:nth-of-type(4) dt { background-color: #ffa0a0; }



#contents_box2.webinar .webinarFlow dl dt span {
	opacity: 0.7;
	padding: 0 1rem;
}

#contents_box2.webinar .webinarFlow dl dt h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.4;
	width: 100%;
	padding: 0 1rem;
}

#contents_box2.webinar .webinarFlow dl dd {
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#contents_box2.webinar .webinarFlow dl dd p {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0.25em;
	width: 100%;
	padding: 0 1rem;
}

#contents_box2.webinar .webinarFlow dl dd p.fontS {
	font-size: 0.75em;
}

#contents_box2.webinar .webinarFlow dl dd p:last-of-type {
	margin-bottom: 0;
}


#contents_box2.webinar .webinarFlow dl.end dt::before {
	content: "";
	position: absolute;
	background: #f8f8f8;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0.8;
	border: 5px solid #afafaf;
}

#contents_box2.webinar .webinarFlow dl.end dt::after {
	content: "済";
	position: absolute;
	z-index: 20;
	width: 1.5em;
	height: 1.5em;
	font-size: 5rem;
	font-weight: 900;
	border: 5px solid #737070;
	border-radius: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	color: #737070;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-15deg);
	box-shadow: -5px 12px 10px -9px rgba(0, 0, 0, 0.4);
}




#contents_box2.webinar div.BTN {
	margin: 8px 0 0 0;
}

#contents_box2.webinar div.BTN > a {
	padding: 0.5em 2.5em 0.5em 0.5em;
}


#contents_box2.webinar .webinarCTA {
	margin-top: 5rem;
}



.theatre {
	background-color: #2c2c2c;
	margin-bottom: 0;
}

.theatre .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.theatre .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#contents_box2.Consultation {
	background: #FFF;
}

#contents_box2.Consultation .ConsultationWrapp {
	border-radius: 3rem;
	background: #f5f5f5;
	overflow: hidden;
	padding-top: 3rem;
	border: 5px solid #d9d9d9;
}

#contents_box2.Consultation .ConsultationWrapp .mktoForm {
	margin-top: 3rem;
}








/* ============================== MOBILE PAGE =============================== */
@media screen and (max-width: 768px) {

div.private img,
div.shuccho img{
	width: 30%;
}

div.seminar_page ul.point{
	flex-direction: column;
    justify-content: center;
}

div.seminar_page #contents_box3 ul.point{
	width: 65%;
	margin: 0 auto
}

div.seminar_page ul.point li{
	width: 100%;
}

div table.seminar_Schedule th:nth-child(n+2){
	display: none;
}

div table.seminar_Schedule td:first-child{
	padding-top: 10px;
}

div table.seminar_Schedule td{
	padding: 0 10px;
}

div table.seminar_Schedule td:nth-child(3){
	padding: 10px;
	text-align: right;
}

div table.seminar_Schedule tr:nth-child(n+3)::before{
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    width: 90%;
    margin: auto;
    height: 1px;
}


div.seminar_page section#contents_box3 ul.point li h3{
	font-size: 108%;
}



div.pickupSeminar {
	margin: 10px 0 35px;
	text-align: center;
}
div.pickupSeminar img {
	max-width:90%;
	height: auto;
	margin: auto;
	margin-bottom: 8px;
}



/*セミナー開催実績*/
p.seminarJissekiP {
	clear:both;
	padding-top: 0px;
	font-weight:bold;
}

div.seminarJisseki {
	border: 3px solid #396;
}

div.seminarJisseki img {
	width:48%;
	margin:3px 0 0 0;
}



/*ウェブセミナー*/
#contents_box2.webinar {
	padding: 5rem 0;
}

#contents_box2.webinar .webinarFlow {
	flex-direction: column;
}

#contents_box2.webinar .webinarFlow dl {
	flex-direction: column;
	margin-bottom: 1rem;
	width: 100%;
}

#contents_box2.webinar .webinarFlow dl::before,
#contents_box2.webinar .webinarFlow dl::after {
	transform: rotate(135deg);
	left: 0;
	right: 0;
	bottom: auto;
	top: -1.5rem;
}

#contents_box2.webinar .webinarFlow dl::before {
	top: -1rem;
}

#contents_box2.webinar .webinarCTA h3 {
	text-align: center;
}

}






























/* ------------------------------------------------------------ MKTO reset -- */
.mktoForm .mktoOffset,
.mktoForm .mktoClear,
.mktoForm .mktoGutter {
	display: none !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoOffset,
.mktoForm .mktoLabel,
.mktoForm .mktoGutter,
.mktoForm .mktoField {
	float: none;
}

.mktoForm textarea.mktoField {
	min-height: 12rem!important;
}

.lpeCElement {
	position: relative!important;
	width: 100%!important;
	left: auto!important;
	top: auto!important;
	min-height: auto!important;
	height: auto!important;
}

.mktoForm {
	text-align: left;
	max-width: 100%!important;
	margin: -2.1rem auto 0;
	width: auto!important;
}

body .mktoContent .lpeCElement:first-of-type {
	text-align: center;
	max-width: 960px;
	margin: auto;
	width: auto!important;
	padding: 2rem 1rem 6rem;
	left: 0 !important;
	top: 0 !important;
	height: auto !important;
}

body .mktoContent .lpeCElement:first-of-type::after,
body .mktoContent .lpeCElement:first-of-type::before {
	content: "";
	width: 100vw;
	display: block;
	position: absolute;
	margin: auto;
	left: -100vw;
	right: -100vw;
	bottom: 0px;
}

body .mktoContent .lpeCElement:first-of-type::after {
	height: 200%;
	background-color: #fafafb;
	z-index: -1;
}

body .mktoContent .lpeCElement:first-of-type::before {
	height: 1px;
	background-color: #dadade;
	z-index: 5;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan {
	margin: 0 auto 0rem!important;
	padding: 0;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan img {
	max-width: 100%;
	height: auto;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan p {
	margin: 0 auto 1rem!important;
}

form.mktoForm h2 {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif!important;
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 0;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 1px rgba(46, 46, 46, 0.3);
	color: #2b4381;
	text-align: center;
}

.mktoForm > .mktoFormRow fieldset legend {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif!important;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 0.5rem 1.75rem 0.25rem;
	line-height: 1.2;
	border-radius: 50rem;
	background: #F2F2F2;
	color: #3c465f;
	margin-top: -1.3rem;
}

.mktoForm > .mktoFormRow fieldset {
	margin-bottom: 0 !important;
	padding: 0rem !important;
	width: 100% !important;
	min-width: 100% !important;
	background: #F2F2F2;
	margin-top: -1.25rem;
	border: 0;
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.25));
}

.mktoForm > .mktoFormRow:nth-of-type(2n+1) fieldset {
	background: #FFFFFF;
}

.mktoForm > .mktoFormRow:nth-of-type(2n+1) fieldset legend {
	background: #FFFFFF;
}



body .mktoContent .lpeCElement:first-of-type h2 {
	margin-bottom: 0.5em;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan > *:first-child {
	padding-top: 1rem;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan *:last-child {
	margin: 0!important;
}



.mktoForm fieldset > .mktoFormRow {
	max-width: 1200px;
	max-width: 960px;
	margin: auto;
	width: auto!important;
	padding: 0m;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.mktoForm fieldset > .mktoFormRow:first-of-type {
	padding-top: 4.5rem;
}

.mktoForm fieldset > .mktoFormRow:last-of-type {
	padding-bottom: 5rem;
}


.mktoForm .mktoFormCol {
	min-height: auto;
	margin-bottom: 0!important;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol {
	margin: 0!important;
	min-height: auto!important;
	width: 100%!important;
	display: flex;
	align-items: center;
	padding: 0.25rem 0rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol:nth-of-type(2) ,
.mktoForm fieldset > .mktoFormRow .mktoFormCol:nth-of-type(3) {
	margin-left: 0.75rem!important;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	position: relative;
	float: none;
	width: 100%;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel{
	padding: 0.5rem;
	padding-right: 3rem;
	width: 11em!important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #3c465f;
	border-radius: 0.25rem 0 0 0.25rem;
	color: #f2f2f2;
	border: 1px solid #3c465f;
	min-height: 3.5rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="ppolicy"].mktoLabel{
	width: 15em!important;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="getFrom"].mktoLabel,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="kobetsu"].mktoLabel{
	width: 30em!important;
}


.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoAsterix{
	font-size: 0;
	float: right;
	color: #bf0000;
	padding-left: 5px;
	display: inline-block;
	padding: 0;
	float: none;
	color: #FFF;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoAsterix:after{
	content: "任意";
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 0.75rem;
	background: #FFFFFF;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.25rem;
	padding: 0.15rem 0.35rem;
	color: #3c465f;
	margin: auto;
	right: 0.5rem;
	line-height: 0.75rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoAsterix:after{
	content: "必須";
	background: #E91E63;
	color: #FFF;
}




.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField,
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
	width: calc(100% - 11rem)!important;
	border-radius: 0 0.25rem 0.25rem 0!important;
	border: 1px solid #3c465f;
	line-height: 1.6!important;
	font-size: 1.125rem;
	padding: 0.65rem 0.5rem 0.5rem!important;
	background: #f7f7f7;
	transition: all 0.1s linear;
	margin: 0!important;
	height: auto!important;
	font-family: 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif !important;
}

.mktoForm .mktoRequiredField input[type=text].Default,
.mktoForm .mktoRequiredField input[type=url].Default,
.mktoForm .mktoRequiredField input[type=email].Default,
.mktoForm .mktoRequiredField input[type=tel].Default,
.mktoForm .mktoRequiredField input[type=number].Default,
.mktoForm .mktoRequiredField input[type=date].Default,
.mktoForm .mktoRequiredField textarea.mktoField,
.mktoForm .mktoRequiredField select.mktoField.mktoInvalid,
.mktoForm .mktoRequiredField select.mktoField.Default,
.mktoForm .mktoRequiredField .mktoRadioList,
.mktoForm .mktoRequiredField .mktoCheckboxList{
	background: #fde3ec;
	transition: all 0.1s linear;
	-webkit-appearance: none;
}

.mktoForm .mktoRequiredField .mktoRadioList.mktoValid,
.mktoForm .mktoRequiredField .mktoCheckboxList.mktoValid,
.mktoForm .mktoRequiredField textarea.mktoField.mktoValid {
	background: #f7f7f7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{
	-webkit-appearance: none;
}


.mktoForm .mktoError {
	position: absolute;
	z-index: 99;
	color: #bf0000;
	margin: auto;
	top: 2.25rem;
	left: 12rem!important;
	right: 0!important;
	bottom: auto!important;
}



input#ppolicy {
	display: contents;
}







.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList ,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList {
	display: flex;
	flex-wrap: wrap;
}


.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList input[type=radio] ,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList input[type=checkbox] {
	display: none;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList label ,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList label {
	width: auto;
	height: auto !important;
	min-width: auto !important;
	margin: 0;
	line-height: inherit;
	min-height: 1rem !important;
	padding-left: 2rem;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 1.25rem;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList input[type=checkbox] + label:after{
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #a2a2a2;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	border-radius: 0.15rem;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList input[type=checkbox] + label:before{
	content: "";
	transition: all 0.2s linear;
	opacity: 0;
	transform: scale(0) rotate(0deg);
	z-index: 5;
	border: 6px solid #c00;
	border-left: 0;
	border-top: 0;
	width: 15px;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 10px;
	right: auto;
	left: 0.25rem;
	margin: auto;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoCheckboxList input[type=checkbox]:checked + label:before {
	transform: scale(1) rotate(45deg);
	box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.5 );
	opacity: 1;
}






.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList label {
	padding-left: 1.5rem;
	padding-top: 0.25rem;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList input[type=radio] + label:after{
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #a2a2a2;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	border-radius: 15rem;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList input[type=radio] + label:before{
	content: "";
	transition: all 0.2s linear;
	opacity: 0;
	transform: scale(0) rotate(0deg);
	z-index: 5;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 0.35rem;
	margin: auto;
	background: #3c465f;
	border-radius: 5rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoRadioList input[type=radio]:checked + label:before {
	transform: scale(1) rotate(45deg);
	opacity: 1;
}





.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth {
	width: 100% !important;
	text-align: center;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth p {
	text-align: center;
	margin-bottom: 0.25em;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoHtmlText.mktoHasWidth p:last-of-type {
	margin-bottom: 0;
}



.mktoForm .mktoButtonRow {
	width: 100%;
	background-color: #dcedc8;
	padding: 4rem 0;
	margin-bottom: 4.5rem;
	border-top: 10px solid #FFF;
}

.mktoForm .mktoButtonRow:last-of-type {
	margin-bottom: 0;
}

.mktoForm .mktoButtonRow > span {
	max-width: 960px;
	margin: auto!important;
	width: auto!important;
	position: relative;
	display: flex;
	justify-content: center;
}

.mktoForm .mktoButtonRow > span > button {
	background: #558B2F;
	padding: 0.75rem 2rem 0.75rem 2.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 0.5rem;
	border: 3px solid #7CB342;
	color: #ffffff;
	transition: all 0.2s linear;
	letter-spacing: 0.25em;
	box-shadow: 0px 4px 1px 0px #6f9e3c;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 40%;
}

.mktoForm .mktoButtonRow > span > button:hover {
	border: 3px solid #558B2F;
	background: #7CB342;
	box-shadow: none;
	margin-top: 4px;
	margin-bottom: 0px;
}



body .mktoContent .lpeCElement > span.richTextSpan{
	max-width: 960px;
	width: auto!important;
	display: block;
	padding: 3rem 0 6rem;
	margin: auto!important;
}

.mktoForm span.notice {
	font-size: 0.75rem;
	display: block;
	text-align: right;
}


/* -------------------------------------------------------- .RequiredCount -- */
.RequiredCount{
	position: fixed;
	bottom: 50%;
	right: 10px;
	background: #c00;
	padding: 10px 30px;
	border-radius: 4px;
	z-index: 99999999;
	box-shadow: 0px 1px 0px 0px rgba(46, 46, 46, 0.6);
}

.RequiredCount h3{
	font-size: 10px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 7px;
}

.RequiredCount p{
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

.RequiredCount p span.number{
	font-size: 26px;
	line-height: 0.95;
	margin-right: 5px;
	font-weight: bold;
}



/* -------------------------------------------------------------- add unit -- */
.mktoForm #ep_heyaban,
.mktoForm #tenant1Age,
.mktoForm #tenant2Age,
.mktoForm #emAge,
.mktoForm #tenant1coIncome,
.mktoForm #tenant2coIncome,
.mktoForm #coLength,
.mktoForm #coIncome,
.mktoForm #llmInqType,
.mktoForm #arrivalNum,
.mktoForm #age {
	padding-right: 2rem;
}



.mktoForm #ep_heyaban + .mktoClear,
.mktoForm #tenant1Age + .mktoClear,
.mktoForm #tenant2Age + .mktoClear,
.mktoForm #emAge + .mktoClear,
.mktoForm #tenant1coIncome + .mktoClear,
.mktoForm #tenant2coIncome + .mktoClear,
.mktoForm #coLength + .mktoClear,
.mktoForm #coIncome + .mktoClear,
.mktoForm #llmInqType + .mktoClear,
.mktoForm #arrivalNum + .mktoClear,
.mktoForm #age + .mktoClear {
	position: absolute;
	width: 2em;
	height: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.mktoForm #ep_heyaban + .mktoClear::after,
.mktoForm #tenant1Age + .mktoClear::after,
.mktoForm #tenant2Age + .mktoClear::after,
.mktoForm #emAge + .mktoClear::after,
.mktoForm #tenant1coIncome + .mktoClear::after,
.mktoForm #tenant2coIncome + .mktoClear::after,
.mktoForm #coLength + .mktoClear::after,
.mktoForm #coIncome + .mktoClear::after,
.mktoForm #llmInqType + .mktoClear::after,
.mktoForm #arrivalNum + .mktoClear::after,
.mktoForm #age + .mktoClear::after {
	content: "";
	font-size: 0.75rem;
}

.mktoForm #tenant1Age + .mktoClear::after,
.mktoForm #tenant2Age + .mktoClear::after,
.mktoForm #emAge + .mktoClear::after,
.mktoForm #age + .mktoClear::after {
	content: "歳";
}

.mktoForm #coLength + .mktoClear::after {
	content: "年";
}

.mktoForm #llmInqType + .mktoClear::after {
	content: "枚";
}

.mktoForm #tenant1coIncome + .mktoClear::after,
.mktoForm #tenant2coIncome + .mktoClear::after,
.mktoForm #coIncome + .mktoClear::after {
	content: "万円";
}

.mktoForm #arrivalNum + .mktoClear::after {
	content: "名様";
}

.mktoForm #ep_heyaban + .mktoClear::after {
	content: "号室";
}


/* ------------------------------------------------------------ datepicker -- */
#ui-datepicker-div{
	margin-top: 2px;
	margin-bottom: 2px;
}

.ui-widget-content.ui-corner-all {
	border: 1px solid #8c8c8e;
	background: #FFF;
	border-radius: 0;
}

.ui-widget-header {
	border: 1px solid #8c8c8e;
	background: #8c8c8e;
	background-image: none;
	border-radius: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #8c8c8e;
	color: #38383c;
	background-image: none;
	background-color: #d0d0d0;
	transition: all 0.2s linear;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: none;
	border: 1px solid #8c8c8e;
	color: #efefef;
	background-color: #8c8c8e;
}


.ui-datepicker th {
	padding: 0.25em .3em;
}

th.ui-datepicker-week-end span{
	color: #E91E63;
}

.ui-datepicker-week-end a.ui-state-default,
.class-holiday a.ui-state-default{
	border: 1px solid #E91E63;
	color: #E91E63;
	background-color: #f9cddc;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: bold;
	color: #FFF !important;
	border: 1px solid #03a9f4 !important;
	background-color: #03a9f4 !important;
}

.mktoForm fieldset .mktoPlaceholder {
	display: none;
}




@media screen and ( max-width:599px) {
/* ============================================== VIEWPORT SmartPhone 599px = */
/* ============================================================= START!!!!! = */
.mktoForm > .mktoFormRow fieldset h3 span {
	max-width: 70%;
	text-align: center;
}

.mktoMobileShow .mktoForm, .mktoForm * {
	padding: 0;
}

body .mktoContent .lpeCElement > span.richTextSpan {
	padding: /*4rem*/1rem 1rem;
}

body .mktoContent .lpeCElement > span.richTextSpan img {
	max-width: 100%;
	height: auto;
}

body .mktoContent .lpeCElement:first-of-type {
	padding: 0 1rem;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan {
	margin: 0 auto 0rem!important;
	padding: 2rem 0 4rem 0;
}

body .mktoContent .lpeCElement:first-of-type > span.richTextSpan img {
	max-width: 100%;
	height: auto;
}

.mktoForm {
	padding: 0 !important;
}

.mktoForm > .mktoFormRow fieldset legend {
	font-size: 1rem;
}

.mktoForm fieldset > .mktoFormRow {
	padding: 0.25rem 0.5rem;
	flex-direction: column;
}

.mktoForm fieldset > .mktoFormRow:first-of-type {
	padding-top: 2.5rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap {
	flex-direction: column;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
	padding: 0.5rem 0.25rem 0.5rem 2.75rem;
	color: #2e2e2e;
	font-size: 0.85rem;
	width: 100%!important;
	background: transparent;
	justify-content: start;
	border: 0;
	min-height: 2.5rem;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="ppolicy"].mktoLabel,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="getFrom"].mktoLabel,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label[for="kobetsu"].mktoLabel,
.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap label.mktoLabel {
	width: 100%!important;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel br {
	display: none;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField,
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
	width: 100% !important;
	border-radius: 0.25rem !important;
	height: auto!important;
	font-size: 1rem!important;
	-webkit-appearance: none;
}

.mktoForm select.mktoField {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mktoForm textarea.mktoField{
	height: 9rem!important;
}



.mktoForm fieldset > .mktoFormRow .mktoFormCol:nth-of-type(2) ,
.mktoForm fieldset > .mktoFormRow .mktoFormCol:nth-of-type(3) {
	margin-left: 0 !important;
	margin-top: 0.25rem !important;
}

.mktoForm fieldset > .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoAsterix:after {
	right: auto;
	border: 1px solid #f2f2f2;
	left: 0;
}

.mktoForm .mktoError {
	top: 4.5rem;
	left: 0!important;
}

.mktoForm #ep_heyaban + .mktoClear,
.mktoForm #tenant1Age + .mktoClear,
.mktoForm #tenant2Age + .mktoClear,
.mktoForm #emAge + .mktoClear,
.mktoForm #tenant1coIncome + .mktoClear,
.mktoForm #tenant2coIncome + .mktoClear,
.mktoForm #coIncome + .mktoClear,
.mktoForm #coLength + .mktoClear,
.mktoForm #llmInqType + .mktoClear,
.mktoForm #arrivalNum + .mktoClear,
.mktoForm #age + .mktoClear{
	height: 2.7em;
}

.mktoForm .mktoButtonRow {
	padding: 2rem 1rem;
}

.mktoForm .mktoButtonRow > span > button {
	width: 100%;
	padding: 0.75rem 0rem 0.75rem 0.25rem;
}




/* -------------------------------------------------------- .RequiredCount -- */
.RequiredCount{
	bottom: 7%;
	padding: 10px 20px;
}


/* --------------------------------------------------- monthly-application -- */
.ui-datepicker table tr {
	display: table;
	width: 100%;
}

.ui-datepicker th ,
.ui-datepicker td {
	display: table-cell;
	width: calc(100% / 7);
}

.ui-datepicker td span,
.ui-datepicker td a {
	padding: 0.25em;
}



























/* ============================================== VIEWPORT SmartPhone 599px = */
/* ============================================================== END!!!!! == */
}
