.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.inputContainer {
position: relative;
float: left;
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left;
}
.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
}
.formError .formErrorContent {
width: 100%;
background: #ee0101;
position:relative;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.greenPopup .formErrorContent {
background: #33be40;
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0px;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
background: #33be40;
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}
.formError .formErrorArrow .line10 {
width: 13px;
border: none;
}
.formError .formErrorArrow .line9 {
width: 11px;
border: none;
}
.formError .formErrorArrow .line8 {
width: 11px;
}
.formError .formErrorArrow .line7 {
width: 9px;
}
.formError .formErrorArrow .line6 {
width: 7px;
}
.formError .formErrorArrow .line5 {
width: 5px;
}
.formError .formErrorArrow .line4 {
width: 3px;
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}.is-form-only{background-color:#fafafa}.is-form-only .form-box-bg{margin-top:152px;background-color:white;border-radius:20px;box-shadow:6px 6px 20px rgba(0,0,0,0.16);padding:75px 16px 67px}@media (max-width: 1023px){.is-form-only .form-box-bg{margin-top:115px;padding:30px 16px 63px}}.is-form-only .form-box__ttl{font-size:18px;line-height:30px;font-weight:bold;text-align:center;margin-bottom:17px}@media (max-width: 1023px){.is-form-only .form-box__ttl{font-size:15px;line-height:27px;text-align:left;margin-bottom:19px}}.is-form-only .form-box__hd{font-size:28px;line-height:42px;font-weight:bold;text-align:center}@media (max-width: 1023px){.is-form-only .form-box__hd{font-size:24px;line-height:34px}}.is-form .errMsg{margin-left:1em;padding-bottom:1px;display:block;line-height:1.4;text-indent:-0.9em}.is-form .formError{padding-bottom:13px;display:block}.is-form .fixed{padding-bottom:0px}.is-form .formError .formErrorClose{border:solid #252525 2px;display:block;width:16px;height:16px;position:absolute;top:-4px;right:-4px;color:#efefef;background:#333;font-weight:bold;text-align:center;line-height:middle;cursor:pointer;z-index:2;-webkit-border-radius:9px 9px 9px 9px;-moz-border-radius:9px 9px 9px 9px;-ms-border-radius:9px 9px 9px 9px;-o-border-radius:9px 9px 9px 9px;border-radius:9px 9px 9px 9px;-webkit-box-shadow:1px -1px 3px #888;-moz-box-shadow:1px -1px 3px #888;-ms-box-shadow:1px -1px 3px #888;-o-box-shadow:1px -1px 3px #888;box-shadow:1px -1px 3px #888}.is-form .formError .formErrorClose:hover{background:#666}.is-form .fixed .formErrorClose{display:none}.is-form .formError .formErrorContent{padding:6px 10px;position:relative;color:#fff;background:#252525;font-size:11px;margin:0 0;z-index:1;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0px 0px 6px #888;-moz-box-shadow:0px 0px 6px #888;-ms-box-shadow:0px 0px 6px #888;-o-box-shadow:0px 0px 6px #888;box-shadow:0px 0px 6px #888}.is-form .fixed .formErrorContent{margin-top:0.5em;background:#f60;margin:0 0 30px 0;-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.is-form .fadeOut{opacity:0.2;filter:alpha(opacity=20)}.is-form .formError .formErrorArrow{width:15px;height:15px;position:absolute;bottom:0;left:20px;margin:0 0 30px 0;z-index:0}.is-form .fixed .formErrorArrow{display:none}.is-form .formError .formErrorArrowBottom{margin:-6px;top:0}.is-form .fixed .formErrorArrowBottom{display:none}.is-form .formError .formErrorArrow div{margin:0 auto;display:block;height:1px;background:#252525;line-height:0px;font-size:0px;-webkit-box-shadow:0px 2px 3px #888;-moz-box-shadow:0px 2px 3px #888;-ms-box-shadow:0px 2px 3px #888;-o-box-shadow:0px 2px 3px #888;box-shadow:0px 2px 3px #888}.is-form .formError .formErrorArrowBottom div{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}.is-form .formError .formErrorArrow .line10{width:19px}.is-form .formError .formErrorArrow .line9{width:17px}.is-form .formError .formErrorArrow .line8{width:15px}.is-form .formError .formErrorArrow .line7{width:13px}.is-form .formError .formErrorArrow .line6{width:11px}.is-form .formError .formErrorArrow .line5{width:9px}.is-form .formError .formErrorArrow .line4{width:7px}.is-form .formError .formErrorArrow .line3{width:5px}.is-form .formError .formErrorArrow .line2{width:3px}.is-form .formError .formErrorArrow .line1{width:1px}.is-form .hid_url{display:none}.is-form .form-title{text-align:center;margin-bottom:41px;margin-top:72px}@media (max-width: 1023px){.is-form .form-title{margin-top:80px}}.is-form .form-title__big{font-size:24px;line-height:36px;font-weight:bold}.is-form .form-title__small{font-size:15px;line-height:21px;margin-top:10px}.is-form .form-title--mt0{margin-top:0}.is-form em{font-style:normal;background-color:#ffed0f;width:40px;height:20px;text-align:center;font-size:12px;line-height:20px;border-radius:10px;margin-left:7px;font-weight:normal;display:inline-block}@media (max-width: 1023px){.is-form em{position:relative;top:-2px}}.is-form .tableContact{width:100%;font-size:15px;line-height:22px;text-align:left}.is-form .tableContact td,.is-form .tableContact th{padding:8px 0;vertical-align:middle}@media (max-width: 1023px){.is-form .tableContact td,.is-form .tableContact th{display:block;width:100%;padding:0}}.is-form .tableContact th{font-weight:500}@media (min-width: 1024px){.is-form .tableContact th{width:228px}}@media (max-width: 1023px){.is-form .tableContact th{padding-top:0;padding-bottom:15px}}.is-form .tableContact td{position:relative}@media (min-width: 1024px){.is-form .tableContact tr:first-child th,.is-form .tableContact tr:first-child td{padding-top:0}}@media (max-width: 1023px){.is-form .tableContact tr{padding-bottom:24px;display:block}.is-form .tableContact tr:last-child{padding-bottom:0}}.is-form ::-webkit-input-placeholder{color:#868686}.is-form :-ms-input-placeholder{color:#868686}.is-form ::placeholder{color:#868686}.is-form input[type="text"],.is-form input[type="url"],.is-form input[type="tel"],.is-form input[type="email"],.is-form textarea,.is-form select{border:none;background-color:#f7f7f7;border-radius:5px;height:48px;padding:5px 16px;width:100%;font-family:"M PLUS 1p",sans-serif;font-size:15px;display:block}.is-form input[type="text"].w200,.is-form input[type="url"].w200,.is-form input[type="tel"].w200,.is-form input[type="email"].w200,.is-form textarea.w200,.is-form select.w200{width:200px}@media (max-width: 1023px){.is-form input[type="text"].w200,.is-form input[type="url"].w200,.is-form input[type="tel"].w200,.is-form input[type="email"].w200,.is-form textarea.w200,.is-form select.w200{width:223px}}.is-form select{-webkit-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.12' height='8.81' viewBox='0 0 15.12 8.81'%3E%3Cpath id='Path_22796' data-name='Path 22796' d='M456.12,664.079l6.436,7,6.564-7' transform='translate(-455.06 -663.018)' fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:right 16px center;color:#868686}.is-form textarea{width:100%;height:150px;resize:none;padding:13px 16px}@media (min-width: 1024px){.is-form .join-cell{display:flex;justify-content:space-between}.is-form .join-cell input{width:calc((100% - 30px) / 2)}}@media (max-width: 1023px){.is-form .join-cell input+input{margin-top:12px}}.is-form .form-button{margin-top:56px}@media (max-width: 1023px){.is-form .form-button{margin-top:38px}}.is-form .form-button .c-btn{width:281px;font-family:"M PLUS 1p",sans-serif}.is-form .form-button .c-btn span:before{right:11px}.is-form .form-button .c-btn span:after{right:15px}.is-form .confirmform{border-top:1px solid #e5e5e5;padding-top:45px;margin-top:48px}@media (max-width: 1023px){.is-form .confirmform{padding-top:33px;margin-top:40px}}.is-form .confirmform .form-title{margin-bottom:30px}@media (max-width: 1023px){.is-form .confirmform .form-title{margin-bottom:22px}}@media (max-width: 1023px){.is-form .confirmform .form-title__big{letter-spacing:0.05em}}.is-form .confirmform .tableContact tr{border-bottom:1px solid #e6e6e6}@media (max-width: 1023px){.is-form .confirmform .tableContact tr{padding:20px 0}.is-form .confirmform .tableContact tr:first-child{padding-top:0}}@media (min-width: 1024px){.is-form .confirmform .tableContact th,.is-form .confirmform .tableContact td{padding:18px 0 17px}}@media (min-width: 1024px){.is-form .confirmform .tableContact th{width:300px}}@media (max-width: 1023px){.is-form .confirmform .tableContact th{padding-bottom:10px}}.form-note{margin:47px 0 44px;border-top:1px solid #e5e5e5;padding-top:45px;text-align:center;font-size:15px;line-height:28px}@media (max-width: 1023px){.form-note{margin-top:47px;padding-top:45px}}.form-note a{text-decoration:underline;color:#0076ff}.box-cat{position:relative;z-index:0;padding:0 70px 14px;margin-bottom:91px;top:-8px}@media (max-width: 1023px){.box-cat{padding:0 16px 8px;margin-bottom:45px;top:-10px}}.box-cat:before{content:"";z-index:-1;background-color:#fff;position:absolute;top:-32px;left:0;right:0;bottom:0;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,0.08)}@media (max-width: 1023px){.box-cat:before{top:-12px}}@media (min-width: 1024px){.box-cat__list{display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start}}.box-cat__list:not(:last-child){margin-bottom:6px}@media (max-width: 1023px){.box-cat__list:not(:last-child){margin-bottom:15px}}.box-cat__hd{font-size:18px;line-height:27px;font-weight:bold;margin-bottom:8px}@media (min-width: 1024px){.box-cat__hd{margin-bottom:0;width:70px;border-right:1px solid #d6d6d6}}.box-cat__ctn{display:flex;flex-wrap:wrap}@media (min-width: 1024px){.box-cat__ctn{width:calc(100% - 70px);padding-left:32px}}.box-cat__ctn li{margin-right:18px;margin-bottom:18px}@media (max-width: 1023px){.box-cat__ctn li{margin-right:8px;margin-bottom:16px}}.box-cat__ctn li a{display:block;font-size:15px;line-height:22px;border-radius:16px;background-color:#f3f3f3;padding:5px 12px}.box-cat__ctn li a.current{background-color:#ffed0f;font-weight:500}@media only screen and (min-width: 1025px){.box-cat__ctn li a:hover{opacity:1;background-color:#fff477}}.box-item-meta{display:flex;flex-wrap:wrap;align-items:center}@media (max-width: 1023px){.box-item-meta{width:calc(100% + 16px)}}.box-item-meta .txtDate{display:inline-block;font-size:15px;line-height:28px;color:#b2b2b2;margin-right:8px;font-family:"Titillium Web",sans-serif}@media (max-width: 1023px){.box-item-meta .txtDate{line-height:23px;margin-right:5px}}@media only screen and (max-width: 370px){.box-item-meta .txtDate{margin-right:3px}}.box-item-meta .txtCate{display:inline-block;font-size:12px;line-height:18px;border:1px solid #b2b2b2;padding:0 7px;border-radius:16px}.box-item-meta .txtCate.is-ended{color:white;background-color:#b2b2b2;margin-left:8px}@media (max-width: 1023px){.box-item-meta .txtCate.is-ended{margin-left:5px}}@media only screen and (max-width: 370px){.box-item-meta .txtCate.is-ended{margin-left:3px}}@media (min-width: 1024px){.box-ctn__list{display:flex;flex-wrap:wrap}}.box-ctn .box-item{display:block;margin-bottom:54px}.box-ctn .box-item:last-child{margin-bottom:0}@media (min-width: 1024px){.box-ctn .box-item{width:calc(33.333% - 20px);margin-bottom:0}.box-ctn .box-item:not(:nth-child(3n)){margin-right:30px}.box-ctn .box-item:not(:nth-child(-n+3)){margin-top:45px}}.box-ctn .box-item__img{position:relative;overflow:hidden;border-radius:10px;border:1px solid #d6d6d6;margin-bottom:13px}@media (max-width: 1023px){.box-ctn .box-item__img{margin-bottom:16px}}.box-ctn .box-item__img .b-img{transition:ease 0.3s;position:relative}.box-ctn .box-item__img .b-img:before{display:block;content:" ";width:100%;padding-top:57.56757%;pointer-events:none}.box-ctn .box-item__img .b-img>.content{position:absolute;top:0;left:0;right:0;bottom:0}@media (max-width: 1023px){.box-ctn .box-item__img .b-img{position:relative}.box-ctn .box-item__img .b-img:before{display:block;content:" ";width:100%;padding-top:57.18654%;pointer-events:none}.box-ctn .box-item__img .b-img>.content{position:absolute;top:0;left:0;right:0;bottom:0}}.box-ctn .box-item__img .end-label{font-size:15px;line-height:22px;font-weight:500;font-family:"M PLUS 1p",sans-serif;color:white;text-align:center;background-color:black;border-radius:10px 0 10px 0;position:absolute;width:114px;padding:5px 0;left:0;top:0;z-index:10}.box-ctn .box-item__tt{margin-top:8px;font-size:15px;line-height:24px;font-weight:500}@media (max-width: 1023px){.box-ctn .box-item__tt{margin-top:10px}}@media only screen and (min-width: 1025px){.box-ctn .box-item:hover{opacity:1}.box-ctn .box-item:hover .b-img{transform:scale(1.1)}}.single .single-ctn{margin:40px auto 0}@media (max-width: 1023px){.single .single-ctn{margin:54px 0 0}}.single .single-title{font-size:28px;line-height:40px;font-weight:bold;margin:10px 0 11px}@media (max-width: 1023px){.single .single-title{margin-top:16px}}.single .noteStaff{font-size:15px;line-height:28px;color:#868686}.single .cms-content{margin-top:25px}.single .b-form #whereother{display:none}.step-thanks .c-schedule{padding-bottom:50px}.step-thanks .thanks-cnt{margin-top:100px;text-align:center}@media (max-width: 1023px){.step-thanks .thanks-cnt{margin-top:62px}}.step-thanks .thanks-cnt__hd{line-height:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='643.21' height='28.005' viewBox='0 0 643.21 28.005'%3E%3Cg id='Group_31855' data-name='Group 31855' transform='translate(-398 -596)'%3E%3Cg id='Group_282' data-name='Group 282' transform='translate(98.605 -865.995)'%3E%3Cpath id='Path_828' data-name='Path 828' d='M11.2,0h8.4L8.4,21.005H0Z' transform='translate(923 1461.995)' fill='%23ffed0f'/%3E%3Cpath id='Path_784' data-name='Path 784' d='M8,0h6L6,15H0Z' transform='translate(916 1475)' fill='%23222'/%3E%3C/g%3E%3Cg id='Group_283' data-name='Group 283' transform='translate(398 596)'%3E%3Cpath id='Path_828-2' data-name='Path 828' d='M8.4,0H0L11.2,21.005h8.4Z' transform='translate(0)' fill='%23ffed0f'/%3E%3Cpath id='Path_784-2' data-name='Path 784' d='M6,0H0L8,15h6Z' transform='translate(12.605 13.005)' fill='%23222'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center no-repeat}@media (max-width: 1023px){.step-thanks .thanks-cnt__hd{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='347.21' height='28.005' viewBox='0 0 347.21 28.005'%3E%3Cg id='Group_31847' data-name='Group 31847' transform='translate(-13.895 -369)'%3E%3Cg id='Group_282' data-name='Group 282' transform='translate(-581.5 -1092.995)'%3E%3Cpath id='Path_828' data-name='Path 828' d='M11.2,0h8.4L8.4,21.005H0Z' transform='translate(923 1461.995)' fill='%23ffed0f'/%3E%3Cpath id='Path_784' data-name='Path 784' d='M8,0h6L6,15H0Z' transform='translate(916 1475)' fill='%23222'/%3E%3C/g%3E%3Cg id='Group_283' data-name='Group 283' transform='translate(13.895 369)'%3E%3Cpath id='Path_828-2' data-name='Path 828' d='M8.4,0H0L11.2,21.005h8.4Z' transform='translate(0)' fill='%23ffed0f'/%3E%3Cpath id='Path_784-2' data-name='Path 784' d='M6,0H0L8,15h6Z' transform='translate(12.605 13.005)' fill='%23222'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}}.step-thanks .thanks-cnt__hd span{font-size:34px;line-height:44px;font-weight:bold}@media (max-width: 1023px){.step-thanks .thanks-cnt__hd span{font-size:24px;line-height:34px;letter-spacing:0.05em}}.step-thanks .thanks-cnt__txt{font-size:15px;line-height:28px;margin-top:23px}@media (max-width: 1023px){.step-thanks .thanks-cnt__txt{text-align:left}}