﻿@charset "UTF-8";

/*-----------------------------------------------
 main
-----------------------------------------------*/
p {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

/*-----------------------------------------------
 clearfix
-----------------------------------------------*/
.clearfix {
    min-height: 1px;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
		height: auto;
		overflow: hidden;
		/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
    opacity: 0.8;
    animation: btn 0.5s;
    -webkit-animation: btn 0.5s;
    -moz-animation: btn 0.5s;
}

.hover-text a:link:hover {
    text-decoration: underline;
}

@keyframes btn {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.8;
    }
}

@-webkit-keyframes btn {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.8;
    }
}

/* =============================================
	
	pageTitle
	
============================================= */
/*-----------------------------------------------
 section-pageTitle
-----------------------------------------------*/
.section-pageTitle {
    position: relative;
    margin-bottom: 100px;
    padding: 122px 25px 90px;
    background-color: #FFFA00;
    background-image: url(../img/global/left@2x.png), url(../img/global/right@2x.png), url(../img/global/repeat@2x.png);
    background-size: 310px 710px, 310px 710px, 100px 710px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: left bottom, right bottom, center bottom;
}

.section-pageTitle .pageTitle {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.section-pageTitle .subTitle {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    color: #C9C9C9;
}

.section-pageTitle .titleImage {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.section-pageTitle .subTitle2 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
}

.section-pageTitle .subTitle2 span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 22px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.section-pageTitle .readText {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.section-pageTitle .character {
    position: absolute;
    bottom: -30px;
    left: 60px;
}

.section-pageTitle .characterHide {
    position: absolute;
    bottom: 0;
    right: 87px;
}

@media only screen and (max-width: 835px) {
    .section-pageTitle {
        padding-top: 80px;
        background-image: url(../img/global/left-sp@2x.png), url(../img/global/right-sp@2x.png), url(../img/global/repeat-sp@2x.png);
        background-size: 100px 520px, 100px 520px, 10px 520px;
    }

    .section-pageTitle .pageTitle {
        font-size: 25px;
    }

    .section-pageTitle .subTitle {
        font-size: 15px;
    }

    .section-pageTitle .character {
        left: -30px;
        width: 120px;
    }

    .section-pageTitle .characterHide {
        right: 47px;
        width: 90px;
    }
}

/*-----------------------------------------------
 title + subTitle
-----------------------------------------------*/
.subTitleColumn {
    margin-bottom: 30px;
    text-align: center;
}

.subTitleColumn .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.subTitleColumn .subTitle {
    font-size: 20px;
    color: #CED3D1;
}

@media only screen and (max-width: 835px) {
    .subTitleColumn {
        margin-bottom: 20px;
    }

    .subTitleColumn .title {
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
    }

    .subTitleColumn .subTitle {
        font-size: 16px;
        color: #CED3D1;
    }
}

/*-----------------------------------------------
 titleLv
-----------------------------------------------*/
.titleLv2 {
    margin-bottom: 60px;
    padding: 10px 0 10px 30px;
    border-radius: 50px;
    background: #FFFA00;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
}

.titleLv3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
}

.titleLv4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

@media only screen and (max-width: 835px) {
    .titleLv2 {
        font-size: 22px;
    }

    .titleLv3 {
        font-size: 18px;
    }

    .titleLv4 {
        font-size: 16px;
    }
}

/* =============================================
	
	text
	
============================================= */
/*-----------------------------------------------
 textNotice
-----------------------------------------------*/
.textNotice {
    font-size: 13px;
    font-weight: 400;
    color: #767778;
}

/*-----------------------------------------------
 PDF
-----------------------------------------------*/
.pdf {
    font-size: 13px;
    font-weight: 400;
}

.pdf a {
    color: #767778;
}

.pdf a::after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 20px;
    background-size: 18px auto;
    /* background-image: url(/assets/img/icons/pdf.png); */
    vertical-align: middle;
}

/*-----------------------------------------------
 simpleCatch
-----------------------------------------------*/
.simpleCatch {
    margin-bottom: 30px;
    text-align: center;
}

.simpleCatch span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    background: #999CA2;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 835px) {
    .simpleCatch span {
        font-size: 12px;
    }
}

/*-----------------------------------------------
 inputYoutube
-----------------------------------------------*/
.inputYoutube {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 56.25%;
}

.inputYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------
 blank
-----------------------------------------------*/
.blank {
    font-size: 13px;
    font-weight: 400;
}

.blank a {
    color: #767778;
}

.blank a::after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-size: 14px auto;
    /* background-image: url(/assets/img/icons/blank.png); */
    vertical-align: middle;
}

/*-----------------------------------------------
 color-important
-----------------------------------------------*/
.color-important {
    color: #FD6161;
}

/* =============================================
	
	button
	
============================================= */
/*-----------------------------------------------
 button
-----------------------------------------------*/
.button {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}

.button a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #FFFA00;
    background-image: url(/cms/povo/img/icon/arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .button a {
        font-size: 16px;
    }
}

/*-----------------------------------------------
 buttonBlank
-----------------------------------------------*/
.buttonBlank {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}

.buttonBlank a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #FFFA00;
    background-image: url(/cms/povo/img/icon/blank@2x.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .buttonBlank a {
        font-size: 16px;
    }
}

/*-----------------------------------------------
 buttonBig
-----------------------------------------------*/
.buttonBig {
    margin: 0 auto;
    text-align: center;
}

.buttonBig a {
    display: block;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
}

/*-----------------------------------------------
 buttonHalf
-----------------------------------------------*/
.buttonHalf {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.buttonHalf a {
    display: block;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #FFFA00;
    background-image: url(/cms/povo/img/icon/arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 20px center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .buttonHalf {
        max-width: 100%;
    }
}

/*-----------------------------------------------
 buttonFull
-----------------------------------------------*/
.buttonFull {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.buttonFull a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #FFFA00;
    background-image: url(/cms/povo/img/icon/arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .button-SP-2 {
        display: none;
    }

    .button a {
        font-size: 10px;
        /* padding: 2px 20px */
    }
}

@media only screen and (max-width: 768px) {
    .button a {
        font-size: 10px;
        background-size: 30px;
    }
}

/*-----------------------------------------------
 buttonWhite
-----------------------------------------------*/
.buttonWhite {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}

.buttonWhite a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #fff;
    background-image: url(/cms/povo/img/icon/arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .buttonWhite a {
        font-size: 16px;
    }
}

/*-----------------------------------------------
 buttonBlankWhite
-----------------------------------------------*/
.buttonBlankWhite {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}

.buttonBlankWhite a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #fff;
    background-image: url(/cms/povo/img/icon/blank@2x.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .buttonBlankWhite a {
        font-size: 16px;
    }
}

/*-----------------------------------------------
 buttonPrev
-----------------------------------------------*/
.buttonPrev {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}

.buttonPrev a {
    display: block;
    padding: 25px 45px;
    border-radius: 50px;
    box-shadow: 0 3px #d6d6d6;
    background-color: #fff;
    /* background-image: url(/assets/img/icons/arrow-reverse@2x.png); */
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 20px center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media only screen and (max-width: 835px) {
    .buttonPrev a {
        font-size: 16px;
    }
}

/* =============================================
	
	column
	
============================================= */
/*-----------------------------------------------
 column
-----------------------------------------------*/
.column {
    margin-bottom: 60px;
}

.column-important {
    margin-bottom: 30px;
    padding: 30px 30px 30px;
    border-radius: 30px;
    background: #fff;
}

.column-important h3 {
    margin-bottom: 20px;
    padding: 10px 0;
    border-radius: 10px;
    background: #FFFA00;
    font-size: 22px;
    text-align: center;
    color: #CE0505;
}

.column-gray {
    margin-bottom: 30px;
    padding: 40px 30px 30px;
    border-radius: 30px;
    background: #EBECEE;
}

.column-gray p:last-child {
    margin-bottom: 0;
}

.column-white {
    margin-bottom: 30px;
    padding: 40px 30px 30px;
    border-radius: 30px;
    background: #fff;
}

.column-white p:last-child {
    margin-bottom: 0;
}

.column-app {
    margin-bottom: 30px;
    padding: 40px 30px 30px;
    border-radius: 30px;
    background: #fff;
}

.column-app .text {
    margin-bottom: 30px;
    text-align: center;
}

.column-app .link {
    margin-bottom: 40px;
    font-size: 13px;
    text-align: center;
}

.column-app .link a {
    color: #767778;
}

.column-app .app {
    max-width: 840px;
    margin: 0 auto;
}

.column-app p {
    margin-bottom: 20px;
}

.column-app h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Josefin Sans';
    font-weight: 700;
}

.column-app .column-gray {
    margin-bottom: 0;
}

.column-app .column-white {
    margin-bottom: 0;
}

.kiyaku-area {
    overflow-y: scroll;
    height: 350px;
}

.kiyaku-area pre {
    white-space: pre-wrap;
    font-size: 13px;
    line-height: calc(23.4/13);
}

@media only screen and (max-width: 835px) {
    .column-important h3 {
        font-size: 18px;
    }

    .column-gray {
        padding: 30px 15px 35px;
    }

    .column-white {
        padding: 30px 15px 15px;
    }

    .column-app {
        padding: 30px 15px 15px;
    }

    .column-app .column-gray:first-child {
        margin-bottom: 20px;
    }

    .column-gray p {
        font-size: 13px !important;
    }
}

/* =============================================
	
	other items
	
============================================= */
/*-----------------------------------------------
 modal
-----------------------------------------------*/
.modal-dialog {
    max-width: 900px;
}

.modal-content {
    border-radius: 30px;
}

.modal-content .modal-block .modal-header {
    display: block;
    position: absolute;
    top: -21px;
    right: -21px;
    border: none;
    margin: 0;
    padding: 0;
}

.modal-content .modal-block .modal-header .btn-close {
    opacity: 1;
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 0;
    /* background: url(/assets/img/global/close@2x.png); */
    background-size: 43px;
    font-size: 0;
}

.modal-content .modal-block .modal-header .btn-close:hover {
    opacity: 0.8;
}

.modal-content .modal-block .modal-block-item {
    padding: 40px;
}

@media only screen and (max-width: 835px) {
    .modal-content .modal-block .modal-header {
        top: -5px;
        right: -5px;
    }

    .modal-content .modal-block .modal-block-item {
        padding: 20px;
    }
}

/*-----------------------------------------------
 .sliderBasic
-----------------------------------------------*/
.sliderBasic {
    position: relative;
}

.sliderBasic .owl-dots {
    padding: 15px 0;
    text-align: center;
}

.sliderBasic .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background: #464749;
    border: 1px solid #464749;
}

.sliderBasic .owl-dots .owl-dot.active {
    background: #fff;
}

.sliderBasic .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 37px;
    /* background-image: url(/assets/img/icons/prev@2x.png) !important; */
    background-size: 36px auto !important;
}

.sliderBasic .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 36px;
    height: 37px;
    /* background-image: url(/assets/img/icons/next@2x.png) !important; */
    background-size: 36px auto !important;
}

.sliderBasic .owl-nav .disabled {
    display: none;
}

/*-----------------------------------------------
 .tabs
-----------------------------------------------*/
.tabs {
    margin-bottom: 60px;
}

.tabs ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 5px solid #FFFA00;
}

.tabs ul li {
    overflow: hidden;
    display: flex;
    width: 24%;
    text-align: center;
    background: #EBECEE;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
}

.tabs ul li a {
    display: flex;
    width: 100%;
    padding: 20px 0;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.tabs ul li.current {
    background: #FFFA00;
}

.tabs ul li a.active {
    background: #FFFA00;
}

.tabs.column2 ul li {
    width: 49%;
}

@media only screen and (max-width: 835px) {
    .tabs ul li {
        font-size: 13px;
    }

    .tabs ul li a {
        padding: 10px 0;
    }
}

/*-----------------------------------------------
 .topicPath
-----------------------------------------------*/
.topicPath {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 30px;
    padding: 8px;
    line-height: 2;
}

.topicPath>li {
    font-size: 13px;
}

.topicPath>li:not(:last-child):after {
    padding: 0 1em;
    content: "/";
}

@media only screen and (max-width: 835px) {
    .topicPath {
        justify-content: flex-start;
    }

    .topicPath>li {
        font-size: 13px;
        line-height: 16px;
    }

    .topicPath.breadCrumbNew {
        margin-top: 100px;
        padding: 0 15px;
        margin-right: 0px !important;
    }
}

/*-----------------------------------------------
 category
-----------------------------------------------*/
.category {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    background: #464749;
    font-family: 'Josefin Sans';
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    color: #FFFA00;
}

/*-----------------------------------------------
 list
-----------------------------------------------*/
.listCircle li {
    position: relative;
    padding-left: 2rem;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.listCircle li::before {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #C9C9C9;
}

.listNumber {
    list-style-type: decimal;
    padding-left: 2rem;
}

.listNumber li {
    position: relative;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/*-----------------------------------------------
 tableList
-----------------------------------------------*/
.tableList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: 1px solid #C9C9C9;
}

.tableList dt {
    width: 35%;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #C9C9C9;
}

.tableList dd {
    width: 65%;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #C9C9C9;
}

.tableList dd span {
    font-size: 13px;
    color: #767778;
}

/*-----------------------------------------------
 scrollImage
-----------------------------------------------*/
.scrollImage {
    margin-bottom: 30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.scrollImage img {
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .scrollImage img {
        max-width: none;
    }
}

/*-----------------------------------------------
 accordion
-----------------------------------------------*/
.accordion {
    margin-bottom: 50px;
}

.accordion .accordion-item .accordion-header {
    position: relative;
}

.accordion .accordion-item .accordion-header button {
    display: block;
    cursor: pointer;
    border: none;
    padding: 1.5rem 150px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #464749;
}

.accordion .accordion-item .accordion-header button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -18px;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #EBECEE;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
    width: 36px;
    height: 36px;
    background: url(/cms/povo/img/icon/open.png);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: url(/cms/povo/img/icon/close.png);
}

.accordion .accordion-item .accordion-body {
    padding: 32px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #fff;
}

.accordion .accordion-item .accordion-body .accordion-button {
    border: 1px solid #EBECEE;
}

.accordion .accordion-item .accordion-body .accordion-body {
    border: 1px solid #EBECEE;
}

.accordion .accordion-item .accordion-collapse {
    border: 0;
}

.accordion.faq .accordion-item .accordion-header button {
    padding: 30px 70px 30px 80px;
    text-align: left;
}

.accordion.faq .accordion-item .accordion-header button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url(/cms/povo/img/icon/question@2x.png);
    background-size: 36px;
}

.accordion.faq .accordion-item .accordion-body {
    padding: 32px 32px 32px 80px;
    background-image: url(/cms/povo/img/icon/answer@2x.png);
    background-repeat: no-repeat;
    background-position: 32px 32px;
    background-size: 36px;
}

@media only screen and (max-width: 835px) {
    .accordion {
        margin-bottom: 50px;
    }

    .accordion .accordion-item .accordion-header button {
        padding: 1.5rem 95px;
        font-size: 16px;
    }

    .accordion.faq .accordion-item .accordion-header button {
        padding: 30px 70px 30px 60px;
        text-align: left;
    }

    .accordion.faq .accordion-item .accordion-header button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -18px;
        width: 36px;
        height: 36px;
    }

    .accordion.faq .accordion-item .accordion-body {
        padding: 32px 32px 32px 60px;
        background-repeat: no-repeat;
        background-position: 10px 32px;
    }
}

/*-----------------------------------------------
 pagination
-----------------------------------------------*/
.pagination {
    justify-content: center;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    border: none;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #EBECEE;
    border-radius: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #464749;
}

.pagination .page-item.active .page-link {
    background: #FFFA00;
    color: #464749;
}

/*-----------------------------------------------
 .iconApply
-----------------------------------------------*/
.iconApply {
    flex: 0 0 auto;
    display: block;
    width: 128px;
    height: 57px;
    margin-right: 10px;
    /* background-image: url(/assets/img/icons/apply.png); */
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media only screen and (max-width: 835px) {
    .iconApply {
        width: 85px;
        height: 55px;
        /* background-image: url(/assets/img/icons/apply-sp.png); */
        background-size: 85px auto;
    }
}

/*-----------------------------------------------
 .labelIcon
-----------------------------------------------*/
.labelIcon {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #767779;
    font-size: 14px;
    font-family: 'Josefin Sans';
    vertical-align: middle;
    color: #FFFA00;
}