@charset "utf-8";
/* ---------------------------------------------------------
        共通
--------------------------------------------------------- */
/* ボタン1 */
.indexBtn01{
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    width: 600px;
    height: 80px;
    line-height: 78px;
    border: 1px solid #000;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.indexBtn01:hover{
    color: #fff;
}
.indexBtn01::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    z-index: -1;
    transition: transform 0.75s cubic-bezier(.23,1,.32,1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.indexBtn01:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media only screen and (max-width:767px){
    .indexBtn01{
        width: 100%;
        height: 60px;
        line-height: 58px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

/* ボタンオレンジ */
.secCatalogForm .indexBtn01 {
    width: 470px;
    height: 84px;
    padding-top:3px;
    margin: 35px auto 0;
    border: none;
    background: #ff8400;
    color: #fff;
}
.secCatalogForm .indexBtn01::before {
    position: absolute;
    background: #fff;
    color: #ff8400;
    z-index: 3;
    transform: scale(0, 1);
    transform-origin: right top;
}
.secCatalogForm .indexBtn01 span {
    width: 100%;
    z-index: 10;
    position: relative;
    display: block;
    font-size: 20px;
    letter-spacing:0.5px;
    background: url(../img/login/iconBtnNext.png) calc(100% - 30px) center / 6px auto no-repeat;
}
.secCatalogForm .indexBtn01:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.secCatalogForm .indexBtn01:hover span {
    background: url(../img/login/iconBtnNext_hover.png) calc(100% - 30px) center / 6px auto no-repeat;
}
.secCatalogForm .indexBtn01:hover {
    color: #ff8400;
    border:1px solid #ff8400;
}
@media only screen and (max-width: 767px){
    .secCatalogForm .btnWrap {
        padding-top: 15px;
        width: 100%;
        margin: 0 auto;
    }
    .secCatalogForm .indexBtn01 {
        width: 100%;
        margin: 0 auto 0;
        height: 54px;
        padding:12px 0 0 0;
    }
    .secCatalogForm .indexBtn01 span {
        width: 100%;
        z-index: 10;
        position: relative;
        display: block;
        font-size:14px;
        letter-spacing:0;
        line-height: 2.0;
    }
    .secCatalogForm .indexBtn01 span {
        background: url(../img/login/iconBtnNext.png) calc(100% - 20px) center / 6px auto no-repeat;
    }
    .secCatalogForm .indexBtn01:hover span {
        background: url(../img/login/iconBtnNext_hover.png) calc(100% - 20px) center / 6px auto no-repeat;
    }
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
.secMemberTit{
    max-height: 640px;
    position: relative;
    overflow: hidden;
}
.secMemberTit img{
    width: 1920px;
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .secMemberTit{
        height: auto;
    }
    .secMemberTit img{
        width: 100%;
        height: auto;
        position: static;
    }
}
/* secCatalog */
.secCatalog{
    margin-top:73px;
}
.secCatalog .titInner{
    text-align: center;
}
.secCatalog .titJpn{
    font-size:20px;
    position: relative;
    letter-spacing: 2px;
    margin-top: 22px;
    text-align: center;
}
.secCatalog .titJpn::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: calc(50% - 20px);
    bottom: -41px;
    background: #000;
}
.secCatalog .txt{
    font-size:16px;
    line-height: 2.0;
    text-align: center;
    margin-top:65px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secCatalog{
        margin-top:50px;
    }
    .secCatalog .titJpn{
        margin-top: 12px;
    }
    .secCatalog .titJpn::after {
        width: 30px;
        left: calc(50% - 15px);
        bottom: -22px;
    }
    .secCatalog .titInner{
        width: 145px;
        margin: 0 auto;
    }
    .secCatalog .titJpn{
        margin-top: 12px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .secCatalog .txt{
        font-size:13px;
        line-height:1.69;
        text-align: center;
        margin-top:38px;
        letter-spacing:0;
    }
}
/* secFormCatalogError */
.secFormCatalogError{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.secFormCatalogError .txtError{
    color: #F00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left top / 14px auto no-repeat;
    padding: 0 0 0 17px;
    line-height: 14px;
}
@media only screen and (max-width:767px){
    .secFormCatalogError{
        margin-top: 20px;
    }
}

/* secCatalogForm */
.secCatalogForm .wrapperContact{
    position: relative;
}
.secCatalogForm .wrapperContact::before{
    content: "";
    width: 50%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
}
.secCatalogForm .wrapperContact.lazyloaded::before{
    position: absolute;
    top: -90px;
    left: calc(50% - 860px);
    margin: 0 auto;
    z-index: 10;
    width:259px;
    height:212px;
    background: url(../img/event/imgContactLeft.png) center top / cover;
    content: "";
}
.secCatalogForm .wrapperContact::after {
    content: "";
    width: 50%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -109px;
    left: 0;
    z-index: 1;
}
.secCatalogForm .tit{
    display: flex;
    align-items: center;
    margin-top:10px;
}
.secCatalogForm .titJpn{
    font-size:18px;
    line-height: 24px;
    border-bottom:2px solid #000;
    margin-left:38px;
    letter-spacing:1.5px;
    padding:15px 0 5px
}
.secCatalogForm .innerTxt{
    font-size:15px;
    line-height: 36px;
    letter-spacing:1px;
}
.secCatalogForm .boxStep{
    margin-top:40px;
}
.secCatalogForm .innerTxt .color{
    color:#cd2929;
}
.secCatalogForm .listStep{
    display: flex;
    margin-top:45px;
}
.secCatalogForm .listStep li{
    font-size:18px;
    background-color: #595656;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:20px;
    color:#fff;
    position: relative;
    letter-spacing: 1px;
}
.secCatalogForm .listStep li.active{
    margin-right:30px;
    background-color: #ff8400;
}
.secCatalogForm .listStep li.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 14px 6px 0;
    border-color: transparent #ff8400 transparent transparent;
    position: absolute;
    bottom: calc(50% - 7px);
    right: -12px;
    transform: scale(-1, 1);
}
.secCatalogForm .listStep li:last-child{
    margin-right:0;
}
.secCatalogForm .flowStep{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secCatalogForm .txtPass{
    font-size:13px;
    margin-top:8px;
}
@media only screen and (max-width:767px){
    .secCatalogForm .wrapperContact::before,
    .secCatalogForm .wrapperContact::after{
        display: none;
    }
    .secCatalogForm .tit {
        display: block;
        margin-top: 50px;
        text-align: center;
    }
    .secCatalogForm .flowStep {
        display: block;
    }
    .secCatalogForm .titJpn {
        font-size: 12px;
        line-height:2.0;
        display:inline-block;
        border-bottom:none;
        margin-left:0;
        letter-spacing: 1.5px;
        padding:0;
        margin-top:8px;
        position: relative;
    }
    .secCatalogForm .titJpn::after{
        content: "";
        width: 30px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom:-15px;
        left:calc(50% - 15px);
        z-index: 1;
    }
    .secCatalogForm .titImg{
        width: 141px;
        margin: 0 auto;
    }
    .secCatalogForm .innerTxt {
        font-size: 13px;
        line-height: 22px;
        letter-spacing:0;
    }
    .secCatalogForm .boxStep {
        margin-top: 30px;
    }
    .secCatalogForm .listStep {
        display: flex;
        justify-content: center;
        margin-top: 28px;
    }
    .secCatalogForm .listStep li {
        font-size: 14px;
        width: 60px;
        height: 60px;
        margin-right: 15px;
        color: #fff;
        position: relative;
        letter-spacing: 1px;
    }
    .secCatalogForm .listStep li.active {
        margin-right: 25px;
    }
}
 /* ----------------------------------------------------------------------------
        catalogForm
----------------------------------------------------------------------------  */
.secForm.catalog {
    padding: 50px 0 140px;
}
.secFormTable tr th .must,
.secCalendar .titCalendar .must {
    color: #cd2929;
}
.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired,
.secFormTable input[type="email"].inputRequired,
.secFormTable input[type="number"].inputRequired,
.secFormTable input[type="password"].inputRequired,
.secFormTable select.inputRequired {
    background: #fffef7;
    border: 1px solid #cd2929;
}
.secFormTable .w250 {width: 250px;}
.secFormTable .w360 {width: 360px;}
.secFormTable .w400 {width: 400px;}
.secFormTable .txtError {
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left top no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 14px;
    text-align: left;
}
.secFormTable .flowCalFlow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.secFormTable .calendarTxt {
    margin-right: 10px;
    margin-left: 40px;
}
.secFormTable .calendarSub{
    font-size:13px;
    line-height: 27px;
}
.secFormTable textarea {
    height: 160px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 15px;
    background: #fff;
    font-family: inherit;
    width: 100%;
    resize: none;
}
.secFormTable td .label03 {
    font-size: 17px;
}
.secFormTable td a {
    color: #333;
    border-bottom: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    line-height:1.5;
}
.secForm .boxNote {
    width:100%;
    margin: 45px auto 0;
    background: #f9f9f9;
    padding: 40px 150px 40px 50px;
}
.secForm .boxNote .boxTit {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.secForm .boxNote .boxTxt {
    font-size: 14px;
    padding-top: 3px;
    line-height: 30px;
}
.secForm .boxNote .boxTxt .color {
    color: #cd2929;
}
.secFormTable tr th{
    letter-spacing: 1px;
}
.secFormTable tr:first-child th {
    padding-top: 43px;
}
.secFormTable tr:first-child td {
    padding-top: 30px;
}
.secFormTable .txtNote{
    font-size:13px;
    line-height: 27px;
    margin-top:8px;
}
.secFormTable .flexBox{
    display: flex;
    display: -webkit-flex;
}
.secFormTable .boxCheckList.bottom{
    margin-left: 35px;
}
.secFormTable .boxCheckList input[type="checkbox"],
.secFormTable input[type="checkbox"]{
    width: 24px;
    height: 24px;
    margin: 0 3px 0 0;
    visibility: hidden;
    position: absolute;
}
.secFormTable .boxCheckList .inner,
.secFormTable .inner{
    padding: 1.5px 0 1.5px 36px;
    position: relative;
    font-size:17px;
    line-height: 32px;
}
.secFormTable .boxCheckList.radio .inner{
    padding: 1.5px 0 1.5px 15px;
}
.secFormTable .boxCheckList input[type="checkbox"] + .inner::before,
.secFormTable input[type="checkbox"] + .inner::before{
    content: '';
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #fffef7;
    border:1px solid #cd2929;
    position: absolute;
    top: 4px;
    left: 0;
}
.secFormTable .boxCheckList input[type="checkbox"]:checked + .inner::before,
.secFormTable input[type="checkbox"]:checked + .inner::before{
    background: url(../img/common/imgCheckbox.png) center center /auto no-repeat #fffef7;
}
.secFormTable .boxCheckList input[type="radio"] + .inner::before,
.secFormTable input[type="radio"] + .inner::before{
    content: '';
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #fffef7;
    border:1px solid #cd2929;
    position: absolute;
    top: 4px;
    left: -22px;
    border-radius: 50%;
}
.secFormTable .boxCheckList input[type="radio"]:checked + .inner::after,
.secFormTable .boxCheckList input[type="radio"]:checked + .inner::after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #cd2929;
    position: absolute;
    top: 10px;
    left: -16px
}
.secFormTable .item{
    margin-top:7px;
}
.secFormTable .boxCheckList{
    margin-top:12px;
}
.secFormTable .boxCheckList.radio{
    margin-top: 0;
}
.secFormTable .boxTrigger{
    margin: 20px 0 17px;
}
.secFormTable tr .pt45{
    padding-top:45px;
}
@media only screen and (max-width:767px){
    .secForm.catalog {
        padding: 30px 0 80px;
    }
    .secFormTable .w250,
    .secFormTable .w360,
    .secFormTable .w400 {width:100%}
    .secFormTable .flowCalFlow {
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .secFormTable .calendarLeft{
        width: 100%;
    }
    .secFormTable .calendarRight{
        margin-top:10px;
    }
    .secFormTable .calendarTxt {
        margin: 10px 10px 0 0;
        font-size:13px;
    }
    .secFormTable tr:first-child td {
        padding-top: 5px;
    }
    .secFormTable tr:first-child th {
        padding: 10px 0 0;
    }
    .secFormTable .calendarSub {
        font-size: 11px;
        line-height: 20px;
    }
    .secFormTable .flexBox{
        justify-content: space-between;
    }
    .secFormTable .boxCheckList.bottom{
        margin-left: 0;
    }
    .secFormTable .boxCheckList.radio{
        width: 50%;
    }
    .secFormTable .boxCheckList .inner,
    .secFormTable .inner {
        padding: 1.5px 0 1.5px 32px;
        position: relative;
        font-size: 13px;
        line-height: 32px;
    }
    .secFormTable .boxCheckList.radio .inner{
        padding: 1.5px 0 1.5px 10px;
    }
    .secFormTable .boxCheckList {
        margin-top:0;
    }
    .secFormTable .item {
        margin-top: 6px;
    }
    .secFormTable .boxCheckList input[type="checkbox"] + .inner::before,
    .secFormTable input[type="checkbox"] + .inner::before{
        top:0;
        left: 0;
    }
    .secFormTable .boxCheckList input[type="radio"] + .inner::before,
    .secFormTable input[type="radio"] + .inner::before{
        top: 1px;
    }
    .secFormTable .boxCheckList input[type="radio"]:checked + .inner::after{
        top: 7px;
    }
    .secFormTable tr th.pt01 {
        line-height: 1.8;
        padding-top:15px;
    }
    .secFormTable .item:first-child{
        margin-top:0;
    }
    .secFormTable .txtNote {
        font-size: 11px;
        line-height: 20px;
        margin-top:5px;
    }
    .secFormTable tr .pt45{
        padding-top:5px;
    }
    .secForm .boxNote {
        width: 100vw;
        margin: 20px calc(50% - 50vw) 0;
        padding:10px 15px 15px;
    }
    .secForm .boxNote .boxTit {
        font-size: 13px;
        line-height: 30px;
    }
    .secForm .boxNote .boxTxt {
        font-size: 11px;
        padding-top: 3px;
        line-height: 20px;
    }
    .secFormTable textarea {
        height: 140px;
    }
    .secFormTable .boxTrigger{
        margin: 15px 0 0;
    }
    .secFormTable .w250{
        width: 170px;
    }
    .secFormTable .smallTxt{
        font-size: 11px;
    }
}
@media only screen and (max-width: 374px){
    .secForm .boxNote .boxTit {
        font-size: 12px;
    }
}
@media only screen and (max-width: 359px){
    .secForm .boxNote .boxTit {
        font-size: 11px;
    }
    .secForm .boxNote .boxTxt {
        font-size: 10px;
    }
}


/* secBoxInner */
.secBoxInner .boxList{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secBoxInner li{
    width: 29.71%;
    position: relative;
}
.secBoxInner span{
    display: block;
}
.secBoxInner input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
.secBoxInner .item{
    transition: opacity 0.2s ease-out;
	cursor: pointer;
	height: 100%;
    padding-bottom:95px;
}
.secBoxInner li{
    margin-right:5.434%;
}
.secBoxInner li:nth-child(n+4){
    margin-top:80px;
}
.secBoxInner li:nth-child(3n){
    margin-right: 0;
}
.secBoxInner li:last-child{
    margin-right: 0;
}
.secBoxInner .item:hover{
    opacity: 0.8;
}
.secBoxInner .tit{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 25px;
	line-height: 1.5454;
}
.secBoxInner .img{
    width: 360px;
    padding-top: 64.25%;
}
.secBoxInner .boxImg{
    padding:25px;
    border:1px solid #e1e1e1;
}
.secBoxInner .txt{
    font-size: 14px;
    line-height: 1.928;
    margin-top: 15px;
}
.secBoxInner .btnOff,
.secBoxInner .btnOn{
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    margin: 25px auto 0;
	border:1px solid #000;
	position: absolute;
    bottom: 0;
    left: calc(50% - 130px);
}
.secBoxInner .btnOff{
    background: #fff;
    color: #000;
}
.secBoxInner .btnOff .inner,
.secBoxInner .btnOn .inner{
    position: relative;
}
.secBoxInner .btnOff .inner::after{
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 105px);
    margin: 0 auto;
    z-index: 10;
    width:11px;
    height:8px;
    content: "";
}
.secBoxInner .btnOn .inner::after{
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 105px);
    margin: 0 auto;
    z-index: 10;
    width:10px;
    height:8px;
    content: "";
}
.secBoxInner .btnOff .inner.lazyloaded::after{
    background: url(../img/contact/iconCheak.gif) center top / cover;
}
.secBoxInner .btnOn .inner.lazyloaded::after{
    background: url(../img/contact/iconCheaked.gif) center top / cover;
}
.secBoxInner .btnOn{
    background: #ff8400;
    color: #fff;
    border: none;
}
.secBoxInner input[type="checkbox"]:not(:checked) + .item .btnOn,
.secBoxInner input[type="checkbox"]:checked + .item .btnOff{
    display: none;
}
.secBoxInner input[type="checkbox"]:checked + .item .boxImg{
    border:1px solid #ff8400;
    box-shadow: 0 0 0 1px #ff8400 inset;
}
.secBoxInner .linkMainBack.spOnly{
    display: none;
}
@media only screen and (max-width:767px){
    .secBoxInner .boxList{
		width: 100%;
		margin: 30px auto 0;
		display: block;
    }
    .secBoxInner li{
        width: 100%;
    }
    .secBoxInner li:nth-child(n+2){
        margin-top: 30px;
    }
    .secBoxInner input[type="checkbox"]{
        visibility: hidden;
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: -1;
    }
    .secBoxInner .item{
        padding: 0;
    }
    .secBoxInner .tit{
        font-size: 16px;
        letter-spacing: 0;
        margin-top:0;
        line-height: 1.625;
        padding:0 15px;
        text-align: left;
    }
    .secBoxInner .txt{
        font-size: 12px;
        line-height: 1.667;
        margin-top:0;
        padding:0 15px;
    }
    .secBoxInner .btnOff,
    .secBoxInner .btnOn{
        width: 255px;
        height: 54px;
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 15px;
        max-width: 100%;
		position: static;
    }
    .secBoxInner .img{
        width:auto;
        padding-top: 64.25%;
    }
    .secBoxInner .boxImg{
        padding:20px;
        border:none;
    }
    .secBoxInner .item{
        border:1px solid #e1e1e1;
        padding-bottom:20px;
    }
    .secBoxInner input[type="checkbox"]:checked + .item .boxImg{
        border:none;
        box-shadow:none
    }
    .secBoxInner input[type="checkbox"]:checked + .item{
        border:1px solid #ff8400;
        box-shadow: 0 0 0 1px #ff8400 inset;
    }
    .secBoxInner .linkMainBack.spOnly{
        display:flex;
    }
}

/* secBoxInnerError */
.secBoxInnerError{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.secBoxInnerError .txtError{
    color: #F00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left top / 14px auto no-repeat;
    padding: 0 0 0 17px;
    line-height: 14px;
}
@media only screen and (max-width:767px){
    .secBoxInnerError{
        margin-top: 20px;
    }
}





/* ----------------------------------------------------------------------------
        co
---------------------------------------------------------------------------- */
.secCatalogForm.co,
.secCatalogForm.ok {
    margin-top: 110px;
    position: relative;
}
.secForm.co {
    padding: 0 0 140px;
}
.secCatalogForm.co::before{
    content: "";
    width: 50%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
    position: absolute;
    top: -90px;
    left: calc(50% - 860px);
    margin: 0 auto;
    z-index: 10;
    width:259px;
    height:212px;
}
.secCatalogForm.co.lazyloaded::before{
    background: url(../img/event/imgContactLeft.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCatalogForm.co,
    .secCatalogForm.ok {
        margin-top:0;
    }
    .secForm.co {
        padding:0 0 80px;
    }
    .secForm.co .tableIn {
        margin-top: 30px;
    }
    .secCatalogForm.co .titImg{
        width: 111px;
        margin: 0 auto;
    }
    .secCatalogForm.co::before{
        display: none;
    }
}
.secCatalogForm .txtForget a {
    color: #005ad5;
    line-height: 2.0;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-bottom: 1px solid #005ad5;
    text-decoration: none;
}
.secCatalogForm .txtForget{
    text-align: center;
    margin-top:30px;
}
@media only screen and (max-width:767px){
    .secCatalogForm .txtForget a {
        color: #005ad5;
        line-height: 2.0;
        font-size: 13px;
        letter-spacing: 0;
    }
    .secCatalogForm .txtForget{
        margin-top:20px;
    }
}
/* ----------------------------------------------------------------------------
        ok
---------------------------------------------------------------------------- */
.secCatalogForm .okTxt{
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin-top:50px;
}
.secCatalogForm.ok .listStep li.active::after {
    display: none;
}
.secCmnBtnList.catalog {
    margin-bottom: 140px;
}
.secCatalogForm.ok::before{
    content: "";
    width: 50%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
    position: absolute;
    top: -90px;
    left: calc(50% - 860px);
    margin: 0 auto;
    z-index: 10;
    width:259px;
    height:212px;
}
.secCatalogForm.ok.lazyloaded::before{
    background: url(../img/event/imgContactLeft.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secCatalogForm.co .innerTxt,
    .secCatalogForm.ok .innerTxt {
        text-align: center;
    }
    .secCatalogForm .okTxt{
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        margin-top:30px;
    }
    .secCmnBtnList.catalog {
        margin-bottom: 80px;
    }
    .secCatalogForm.ok .titImg{
        width: 190px;
        margin: 0 auto;
    }
    .secCatalogForm.ok::before{
        display: none;
    }
}
/* secList */
@media only screen and (max-width:767px){
    .secList{
        padding: 0 15px;
        margin-top:8px;
        display: block;
    }
    .secList .itemMain{
        position: relative;
        display: block;
    }
    .secList .linkMain,
    .secList .linkMainBack{
        height: 34px;
        display: block;
        position: relative;
    }
    .secList .linkMain,
    .secList .linkMainBack{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        background: #1b242b;
        margin-top:8px;
    }
    .secList .boxSubList{
        display: none;
    }
    .secList  .txt{
        padding: 0 0 0 10px;
    }
    .secList .linkSub{
        display: block;
        padding: 10px 0;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }
    .secList .linkMain::after{
        position: absolute;
        top: calc(50% - 3px);
        left: calc(50% - 135px);
        margin: 0 auto;
        z-index: 10;
        width:12px;
        height:6px;
        content: "";
    }
    .secList .linkMainBack.lazyloaded::after{
        background: url(../img/contact/iconLinkMain.gif) center top / cover;
    }
    .secList .linkMainBack::after{
        position: absolute;
        top: calc(50% - 3px);
        left: calc(50% - 135px);
        margin: 0 auto;
        z-index: 10;
        width:12px;
        height:6px;
        content: "";
    }
    .secList .linkMainBack.on.lazyloaded::after{
        background: url(../img/contact/iconLinkMainBack.gif) center top / cover;
    }
    .secBoxInner .bar{
        display: none;
    }
    .secBoxInner .bar.on{
        display:flex;
    }
}
@media only screen and (max-width:359px){
    .secList .linkMainBack::after{
        left: calc(50% - 115px);
    }
}