@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmntitle {
    background: url(../img/catalog/imgTitle.jpg) center top no-repeat;
}

@media only screen and (max-width:767px) {
    .secCmntitle {
        background: url(../img/catalog/imgTitle_sp.jpg) center top / cover no-repeat;
    }
}


.secCatalogTop{
    margin: 80px auto 140px;
    text-align: center;
}
.secCatalogTop .titTop{
    font-size: 36px;
    color: #001b3f;
    font-weight: bold;
    letter-spacing: 1px;
}
.secCatalogTop .txtTop{
    font-size: 16px;
    color: #001b3f;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 2;
    margin-top: 30px;
}
.secCatalogTop .imgTop{
    height: 0;
    padding-top: 460px;
    margin-top: 60px;
}

/* secOnlineCatalog */
.secOnlineCatalog{
    width: 100%;
    position: relative;
    text-align: center;
}
.secOnlineCatalog .bgOnline{
    background: #f2f4f5;
    padding-bottom: 100px;
}
.contactTit.num{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    width: 80px;
    height: 80px;
    background: #001b3f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}
.contactTit.titOnline{
    font-size: 30px;
    color: #001b3f;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 80px 0 40px;
    position: relative;
    text-align: center;
}
.contactTit.titOnline:after{
    position: absolute;
    bottom: 0;
    content: '';
    width: 60px;
    height: 1px;
    background: #001b3f;
    left: calc(50% - 30px);
}
.secOnlineCatalog .listCatalog{
    margin-top: 50px;
    display: flex;
}
.secOnlineCatalog .listItem{
    width: 440px;
    margin-right: 50px;
    position: relative;
}
.secOnlineCatalog .listItem:nth-child(3n){
    margin-right: 0px;
}
.secOnlineCatalog .listItem:nth-child(n+4){
    margin-top: 50px;
}
.secOnlineCatalog .listItem .img{
    padding-top: 320px;
    display: block;
}
.secOnlineCatalog .listItem .tit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 13px;
    background: #fff;
    border: 1px solid #002d56;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.secOnlineCatalog .listItem .txt{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #002d56;
    line-height: 1.8;
    padding: 30px;
}
.secOnlineCatalog .btnOff,
.secOnlineCatalog .btnOn{
    width: 280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size:14px;
    letter-spacing: 2px;
	border:1px solid #002d56;
    border-radius: 50px;
}
.secOnlineCatalog .btnOff{
    background: #fff;
    color: #002d56;
}
.secOnlineCatalog .btnOn{
    background: #fac500;
    border: none;
}
.secOnlineCatalog input[type="checkbox"]:not(:checked) + .item .btnOn,
.secOnlineCatalog input[type="checkbox"]:checked + .item .btnOff{
    display: none;
}

.secFormCon{
    margin-top: 80px;
    position: relative;
}
.secFormCon .bgForm{
    margin-top: 70px;
}
.secOnlineCatalog input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secOnlineCatalog .imgCont .imgPc{
    display: block;
}
.secOnlineCatalog .imgCont .imgSp{
    display: none;
}
@media only screen and (max-width:767px) {
    .secCatalogTop {
        margin: 26px auto 70px;
    }
    .secCatalogTop .titTop {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.8;
    }
    .secCatalogTop .txtTop {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.8;
        margin-top: 10px;
    }
    .secOnlineCatalog .imgCont .imgPc{
        display: none;
    }
    .secOnlineCatalog .imgCont .imgSp{
        display: block;
    }
    .secCatalogTop .imgTop {
        padding-top: 64.535%;
        margin-top: 20px;
    }
    .contactTit.num {
        font-size: 18px;
        width: 45px;
        height: 45px;
        top: -22.5px;
        left: calc(50% - 22.5px);
    }
    .contactTit.titOnline {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 32px 0 20px;
        line-height: 1.5;
    }
    .contactTit.titOnline:after {
        width: 35px;
        left: calc(50% - 12.5px);
    }
    .secOnlineCatalog .listCatalog {
        margin-top: 25px;
        display: block;
    }
    .secOnlineCatalog .listItem {
        width: 100%;
        margin-right: 0;
    }
    .secOnlineCatalog .listItem .tit {
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.8;
        padding: 7px;
    }
    .secOnlineCatalog .listItem .img {
        padding-top: 72.7%;
    }
    .secOnlineCatalog .listItem .txt {
        font-size: 13px;
        line-height: 1.7;
        padding: 15px 40px;
    }
    .secOnlineCatalog .btnOff, .secOnlineCatalog .btnOn {
        width: 205px;
        height: 45px;
        font-size: 13px;
        letter-spacing: 0px;
        border-radius: 50px;
    }
    .secOnlineCatalog .listItem:nth-child(n+2) {
        margin-top: 35px;
    }
    .secOnlineCatalog .listItem:nth-child(n+4) {
        margin-top: 35px;
    }
    .secOnlineCatalog .bgOnline {
        background: #f2f4f5;
        padding-bottom: 50px;
    }
    .secFormCon {
        margin-top: 35px;
        position: relative;
    }
    .secFormCon .bgForm {
        margin-top: 50px;
    }
    .underForm .boxContact:nth-child(2):before {
        display: none;
    }
    .secFormCon .cmnImgIcon {
        width: 30px;
        margin: 0 auto;
    }
}

.secFormTable input[type="radio"]:checked + .txtInner::before {
    background: url(../img/common/iconRadiobox.gif) center center / 10px auto no-repeat #fff;
}

@media only screen and (max-width:767px) {
    .secFormTable input[type="radio"]:checked + .txtInner::before {
        background: url(../img/common/iconRadiobox.gif) center center / 8px auto no-repeat #fff;
    }
}

@media only screen and (max-width:374px) {
    .contactTit.titOnline {
        font-size: 14px;
    }
}

.secFormTable .checkList {
    width: calc(100% - 41px);
    max-height: 230px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
.secFormTable .checkList .checkItem{
    width: 220px;
}
.secFormTable .checkList .checkItem:nth-child(7) {
    margin-top: 0px;
}
.secFormTable .checkItem.txtLast {
    margin-top: 11px;
}
.secFormTable .purpose .checkList {
    display: flex;
    flex-wrap: wrap;
}
.secFormTable .purpose .checkList .checkItem{
    width: 155px;
}
.secFormTable .purpose  .checkList .checkItem:nth-child(n + 2){
    margin-top: 0;
}
.secFormTable .purpose  .checkList .checkItem:nth-child(4){
    width: 100%;
    margin-top: 11px;
}
.secFormTable .mailCatalog .checkList .checkItem {
    width: auto;
}
.secFormTable .mailCatalog .checkList .checkItem:nth-child(2) {
    margin-top: 0;
    margin-left: 20px;
}
.secFormTable .mailCatalog .checkList{
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width:767px){
    #pnkz {
        background: none;
    }
    .secFormTable .checkList.spWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .secFormTable .checkList {
        width: 100%;
        max-height: 180px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(n+2)  {
        margin-top: 10px;
    }
    .secFormTable .checkList.spWrap .checkItem:nth-child(7) {
        margin-top: 0px;
    }
    .secFormTable .purpose .checkList {
        display: block;
    }
    .secFormTable .purpose .checkList .checkItem{
        width: auto;
    }
    .secFormTable .purpose  .checkList .checkItem:nth-child(n + 2){
        margin-top: 12px;
    }
    .secFormTable .purpose  .checkList .checkItem:nth-child(4){
        margin-top: 12px;
    }   
    .secFormTable .mailCatalog .checkList .checkItem {
        width: 100%;
    }
    .secFormTable .mailCatalog .checkList .checkItem:nth-child(n+2) {
        margin-top: 12px;
        margin-left: 0px;
    }
    .secFormTable .mailCatalog .checkList{
        display: block;
    }
}