@charset "UTF-8";

/*.static_page-bg1 .static_page {
    background: #fff;
}

.static_page{
    font-size: 16px;
    padding: 70px 50px;
}*/
.static_page{
    font-size: 16px;
    padding: 60px 50px;
    background: #fff;
    margin-bottom: 25px;
}
.static_page-bg2 {
    background: #eee;
}
.static_page-bg2 .static_page{
	background-color:transparent;
}
.static_page h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.static_page h2:after {
    margin: 0 auto;
    right: 0;
}
.static_page .subtitle-header__en{
    font-size: 16px;
    color: #ef7b51;
    font-family: laski-slab, sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding-bottom: 10px;
}
@media (max-width: 960px){
    .static_page-bg1 {
        background: #fff;
    }
    .static_page {
        font-size: 2.8vw;
        padding: 3em 0;
        margin-bottom: 0;
    }
    .static_page h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .static_page .subtitle-header__en {
        font-size: 3vw;
    }
    .static_page .subtitle-header__ja {
        font-size: 5vw;
    }
    .static_page p {
        font-size: 4vw;
    }
}

/*------------------------------------*/

#law dl > dt,
#law dl > dd {
    box-sizing: border-box;
}
#law dl {
    border-top: none;
	margin: 0 auto;
	
}
#law dl > dt{
	color: #fff;
    font-weight: bold;
    background-color: #ef7b51;
}
#law dl > dt,
#law dl > dd {
    display: flex;
    align-items: center;
}
#law dl > dt:last-of-type,
#law dl > dd:last-of-type {
	border-bottom: none;
}
#law dl > dd a {text-decoration: underline;}
@media (min-width: 961px){
	#law dl{
        display: flex;
		flex-wrap: wrap;
	}
	#law dl > dt{
        padding: 0 10px;
		width: 170px;
    	border-bottom: 1px solid #fff;
    }
	#law dl > dd {
        width: calc(100% - 170px);
        border-bottom: 1px solid #cccccc;
        padding: 1em 0 1em 1.5em;
	}
}
@media (max-width: 960px){
	#law dl{
		width: 100%;
	}
	#law dl > dt,
	#law dl > dd {
		font-size: 14px;
	}
	#law dl > dt{
        width: 100%;
        padding: 0.5em;
	}
	#law dl > dd {
		width: 100%;
		padding: 0.5em 0.5em 1.5em;
	}
}

/*------------------------------------*/

#sitemap .list-mainpage > li{
    border-bottom: 1px solid #cccccc;
    padding: 1em 0 1em 1em;
}
#sitemap .list-mainpage a{
    display: flex;
    align-items: center;
}
#sitemap .list-mainpage a:hover{
    color: #ef7b51;
}
#sitemap .list-subpage{
    margin-top: 0.75em;
}
#sitemap .list-subpage li{
    line-height: 2;
}
/*-------*/
#sitemap li a::before{
    display: block;
    content:'';
    background: #ef7b51;
    margin-right: 1em;
}
#sitemap .list-mainpage > li a::before{
    height: 4px;
}
#sitemap .list-subpage > li a::before{
    height: 1px;
}
#sitemap ul.list-mainpage{
    width: 100%;
}

@media (min-width: 961px){
	#sitemap section > .sitemap_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sitemap ul.list-mainpage{
        width: 300px;
    }
    #sitemap .list-mainpage > li:last-of-type {
        border-bottom: none;
    }
    #sitemap .list-subpage{
        margin: 0.75em 0 0 40px;
    }
    /*-------*/
    #sitemap li a::before{
        width: 20px;
    }
}
@media (max-width: 960px){
    #sitemap section{
		width: 100%;
    }
    #sitemap .list-subpage{
        margin: 0.75em 0 0 30px;
    }
    /*-------*/
    #sitemap li a::before{
        width: 18px;
    }
}

/*------------------------------------*/

#privacy dl{
    display: flex;
}
#privacy .privacy_section:not(:last-of-type) dt{
    margin-right: 1em;
}

#privacy h3 {
    font-weight:bold;
    border-bottom: 2px solid #ef7b51;
    margin-bottom:0.5em;
}
#privacy .static_page div {
    width: 100%;
    line-height: 1.7;
}
#privacy .privacy_section {
    margin-bottom: 35px !important;
}
#privacy .privacy_section > ol {
    padding-left: 1.5em;
}
@media (min-width: 961px){
}
@media (max-width: 960px){
    #privacy h3 {
        font-size: 4.5vw;
    }
    #privacy dl {
        font-size: 4vw;
    }
}

/*------------------------------------*/

#company-detail .static_page{
    background-color: transparent;
}
/*----*/
#company-detail .items-upper{
    background: #fff;
}
#company-detail .items-upper h3{
    font-weight: bold;
    color: #5c4b2d;
}
#company-detail .items-upper p{
    font-size: 1.25em;
    line-height: 1.8;
}
@media (min-width: 961px) {
    #company-detail .wrap-triangle-right.bg-gray:before {
        height: 620px;
    }
    #company-detail .static_page{
        padding: 0 0 100px;
    }
    #company-detail .items-upper{
        padding: 60px;
        margin-bottom: 60px;
    }
    #company-detail .items-upper figure{
        width: 225px;
    }
    #company-detail .items-upper .item-txt{
        margin-left: 40px;
    }
    #company-detail .items-upper h3{
        font-size: 1.75em;
    }
}
@media (max-width: 960px){
    #company-detail .static_page{
        padding: 0;
    }
    #company-detail .items-upper{
        padding: 2em;
        margin-bottom: 20px;
    }
    #company-detail .items-upper figure{
        width: 50%;
        margin: 0 auto;
    }
    #company-detail .items-upper .item-txt{
        margin-top: 20px;
    }
    #company-detail .items-upper h3{
        font-size: 1.5em;
    }
}
/*----*/
#company-detail .items-bottom .items{
    box-shadow: 0px 10px 20px 0px rgba(153, 152, 153, 0.3);
}
#company-detail .items-bottom figure img{
    object-fit: cover;
    width: 100%;
}
#company-detail .items-bottom h3{
    font-weight: bold;
    color: #5c4b2d;
    margin-bottom: 15px;
    text-align: center;
}
@media (min-width: 961px) {
    #company-detail .items-bottom .items-wrapper{
        width: 290px;
    }
    #company-detail .items-bottom .items{
        height: calc(100% - 25px);
    }
    #company-detail .items-bottom .item-txt{
        padding: 25px 25px 45px;
    }    
    #company-detail .items-bottom h3{
        font-size: 1.5em;
    }
    #company-detail .items-bottom p{
        line-height: 1.7;
    }
}
@media (max-width: 960px){
    #company-detail .items-bottom .items-wrapper{
        width: 85%;
        margin: 0 auto 40px;
    }
    #company-detail .items-bottom .item-txt{
        padding: 20px 20px 45px;
    }    
    #company-detail .items-bottom h3{
        font-size: 1.5em;
    }

}
/*----*/
@media (min-width: 961px) {
    #company-detail .items-bottom .btnOrange {
        width: 86%;
        font-size: 14px;
        margin: -25px auto 0;
    }
}
@media (max-width: 960px){
    #company-detail .items-bottom .btnOrange {
        width: calc(100% - 40px);
        font-size: 14px;
        margin: -25px auto 0;
    }
}
/*------------------------------------*/

#company p,
#recruit p{
    line-height: 1.75em;
}

/*-------*/

#company dl > dt,
#company dl > dd,
#recruit .requirements dl > dt,
#recruit .requirements dl > dd {
    box-sizing: border-box;
}
#company dl,
#recruit .requirements dl {
    border-top: none;
	/* margin: 0 auto; */
}
#company dl > dt,
#recruit .requirements dl > dt{
	color: #fff;
    font-weight: bold;
    background-color: #ef7b51;
}
#company dl > dt,
#company dl > dd,
#recruit .requirements dl > dt,
#recruit .requirements dl > dd {
    display: flex;
    align-items: center;
}
#company dl > dt:last-of-type,
#company dl > dd:last-of-type,
#recruit .requirements dl > dt:last-of-type,
#recruit .requirements dl > dd:last-of-type {
	border-bottom: none;
}

@media (min-width: 961px){
    #company .static_page,
    #recruit .static_page{
        padding: 0 60px 60px;
    }
    #company .margin,
    #recruit .margin{
        margin-left: 50px;
    }

    /*-------*/

    #company dl,
    #recruit .requirements dl{
        display: flex;
		flex-wrap: wrap;
	}
    #company dl > dt,
    #recruit .requirements dl > dt{
        padding: 0 10px;
		width: 170px;
    	border-bottom: 1px solid #fff;
    }
    #company dl > dd,
    #recruit .requirements dl > dd {
        width: calc(100% - 170px);
        border-bottom: 1px solid #cccccc;
        padding: 1em 0 1em 1.5em;
	}
}
@media (max-width: 960px){
    #company .margin,#company .ml40,
    #recruit .margin,#recruit .ml40{
        margin: 30px 0 0;
    }
    #company figure,
    #recruit figure{
        width: 100%;
        text-align: center;
    }

    /*-------*/

    #company dl,
    #recruit .requirements dl{
		width: 100%;
	}
	#company dl > dt,
    #company dl > dd,
    #recruit .requirements dl > dt,
	#recruit .requirements dl > dd {
		font-size: 4vw;
	}
    #company dl > dt,
    #recruit .requirements dl > dt{
        width: 100%;
        padding: 0.5em;
	}
    #company dl > dd,
    #recruit .requirements dl > dd {
		width: 100%;
		padding: 0.5em 0.5em 1.5em;
	}
}

/*------------------------------------*/

#company .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
@media (min-width: 961px){
    #company .adress{
        width: 432px;
    }
    #company .map {
        padding-bottom: 41%;
        height: 0;
        overflow: hidden;
        position: relative;
        width: 400px;
        /* width: 400px;
        height: 360px; */
    }
}
@media (max-width: 960px){
    #company .map {
        padding-bottom: 46%;
        height: 0;
        overflow: hidden;
        position: relative;
    }

}

/*------------------------------------*/

#faq dt{
    color: #5c4b2d;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#faq dt::before{
    content: "Q";
    font-family: laski-slab, sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: block;
    background-color: #5c4b2d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: .75em;
}
#faq dd{
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    /* align-items: center; */
}
#faq dd:last-child{
    border: none;
}
#faq dd::before{
    display: block;
    content:'';
    background: #ef7b51;
    margin-right: 1em;
    height: 4px;
    margin-right: .75em;
}
@media (min-width: 961px){
    #faq dt::before{
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 40px;
    }
    #faq dd{
        margin: 20px 0;
        padding: 0 0 30px 56px;
    }
    #faq dd::before{
        width: 20px;
        margin-top: 12px;
    }
}
@media (max-width: 960px){
    #faq dt::before{
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }
    #faq dd{
        margin: 10px 0 15px 0;
        padding: 0 0 15px 0;
    }
    #faq dd::before{
        width: 18px;
        margin-top: 8px;
    }
}


/*------------------------------------*/
#costommade .wrapper{
	display: flex;
	justify-content: space-between;
}
#costommade .text-wrapper{
	padding-left: 4em;
}
#costommade .picture-wrapper .itemB{
	background-color: #f7f3eb;
	border: 2px #5c4b2d solid;
	text-align: center;
}

#costommade .list-mainpage > li{
    border-bottom: 1px solid #cccccc;
    padding: 0 0 1em 0;
}
#costommade .list-title > li{
	color: #ef7b51;
	font-weight: bold;
}
#costommade .textA {
	display: flex;
	flex-wrap: wrap;
}
#costommade .textA dt{
	width: 110px;
	border-bottom: 1px solid #cacaca;
    padding:25px 0;
    color: #5c4b2d;
    font-size: 18px;
}
#costommade .textA dt.b-none {
    border-bottom: none;
}
#costommade .textA dd{
	width: calc(100% - 110px);
	border-bottom: 1px solid #cacaca;
	padding:25px 0;
}
#costommade .textA dd.b-none {
    border-bottom: none;
}
#costommade .textA li{
    display: flex;
    position: relative;
    padding-left: 35px;
}
#costommade .textA li:not(:last-child) {
    margin: 0 0 0.5em;
}
#costommade .textA li::before{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    content: '';
    background: #ef7b51;
	height: 4px;
    width: 20px;
}
@media (min-width: 961px){
    #costommade .textA li::before{
        margin-top: 10px;
    }
    #costommade .textB{
        margin-top: 40px;
    }
}
@media (max-width: 960px){
    #costommade .wrapper{
        flex-direction: column;
    }
    #costommade .picture-wrapper {
        width: 100%;
        order: 2;
        display: flex;
        justify-content: space-between;
        margin-top: 1em;
    }
    #costommade .picture-wrapper-center {
        justify-content: center;
    }
    #costommade .picture-wrapper .itemA {
        width: 40%;
    }
    #costommade .picture-wrapper .itemB {
        width: 58%;
        padding: 3%;
        font-size: 2.8vw;
    }
    #costommade .picture-wrapper .itemB p {
        margin-top: 1em;
    }
    #costommade .text-wrapper{
        padding-left: 0;
        width: 100%;
        order: 1;
    }
    #costommade .textA {
        width: 100%;
        display: block;
    }
    #costommade .textA dt{
        width: 100%;
        padding: 1em 0;
        font-size: 4.0vw;
        border-bottom: none;
        padding: 1em 0 0;
    }
    #costommade .textA dt.b-none {
        border-bottom: none;
    }
    #costommade .textA dd{
        width: 100%;
        padding: 0.5em 0 1em;
        font-size: 3.75vw;
    }
    #costommade .textA li{
        display: flex;
        position: relative;
        padding-left: 8vw;
    }
    #costommade .textA li::before{
        left: 0;
        top: 2vw;
        height: 3px;
        width: 6vw;
    }
    #costommade .textA li br {
        display: none;
    }
}


#costommade .textB dt{
    color: #5c4b2d;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#costommade .textB dt::before{
    content: "Q";
    font-family: laski-slab, sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: block;
    background-color: #5c4b2d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: .75em;
}
#costommade .textB dt.lh2::before{
    margin-top: -1.5em;
}
#costommade .textB dd{
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    /* align-items: center; */
}
#costommade .textB dd:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#costommade .textB dd::before{
    display: block;
    content:'';
    background: #ef7b51;
    margin-right: 1em;
    height: 4px;
    margin-right: .75em;
}
@media (min-width: 961px){
	#costommade .picture-wrapper .itemA{
        width: 204px;
        text-align: center;
    }
	#costommade .picture-wrapper .itemB{
        padding: 25px 0;
        width: 204px;
        display: block;
        margin-top: 25px;
    }
	#costommade .picture-wrapper .itemB p{
		text-align: left;
        font-size: 14px;
        margin: 20px 15px 0;
	}
    #costommade .textB dt{
        padding: 20px 0 0;
        line-height: 2.0;
    }
    #costommade .textB dt::before{
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 40px;
    }
    #costommade .textB dd{
        margin: 10px 0;
        padding: 0 0 30px 56px;
        line-height: 2;
    }
    #costommade .textB dd::before{
        width: 20px;
        margin-top: 12px;
    }
	#costommade .list-title > li{
        font-size: 24px;
    }
}
@media (max-width: 960px){
    #costommade .textB dt::before{
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
    }
    #costommade .textB dd{
        margin: 10px 0 15px 0;
        padding: 0 0 15px 0;
    }
    #costommade .textB dd::before{
        width: 6vw;
        margin-top: 8px;
    }
	#costommade .list-title > li{
	font-size: 4.5vw;
    }

    #costommade .textB dt{
        font-size: 3.8vw;
    }
    #costommade .textB dd{
        font-size: 3.8vw;
    }
    #costommade .textB dd::before{
        height: 4px;
        margin-right: 3.5vw;
    }
    #costommade .textB {
        padding-top: 2em;
    }
}

/* flow */
#flow {
    background: #fff;
    padding: 4vw 4vw 0;
}
#flow .list-flow li {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
    position: relative;
}
#flow .list-flow li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7vw;
    width: 10vw;
    height: 10vw;
    border-right: 7vw solid transparent;
    border-bottom: 5vw solid transparent;
    border-left: 7vw solid transparent;
}
#flow .list-flow li:nth-child(1)::after {
    border-top: 5vw solid #f0dbbc;
}
#flow .list-flow li:nth-child(2)::after {
    border-top: 5vw solid #f0cbaa;
}
#flow .list-flow li:nth-child(3)::after {
    border-top: 5vw solid #efa680;
}
#flow .list-flow li:nth-child(4)::after {
    border-top: 5vw solid #ef8961;
}
#flow .list-flow li .title-flow {
    text-align: center;
    font-size: 5.0vw;
    font-weight: bold;
    color: #fff;
    padding: 2vw 0;
    margin-bottom: 0.5em;
}
#flow .list-flow li:nth-child(1) .title-flow {
    background: #f0dbbc;
}
#flow .list-flow li:nth-child(2) .title-flow {
    background: #f0cbaa;
}
#flow .list-flow li:nth-child(3) .title-flow {
    background: #efa680;
}
#flow .list-flow li:nth-child(4) .title-flow {
    background: #ef8961;
}
#flow .list-flow li:nth-child(5) .title-flow {
    background: #ef7b51;
}
#flow .list-flow li .text {
    font-size: 4vw;
    margin-bottom: 1em;
}
#flow .list-flow li .link {
    font-size: 4vw;
    margin-bottom: 3em;
}
#flow .list-flow li .link a {
    color: #ef7b51;
}
#flow .list-flow li .title {
    font-size: 5vw;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    color: #5c4b2d;
    position: relative;
}
#flow .list-flow li .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10vw;
    height: 2px;
    background: #ef7b51;
}
@media (min-width: 961px){
    #flow {
        padding: 60px;
    }
    #flow .list-flow li {
        padding-bottom: 0;
        margin-bottom: 70px;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
    #flow .list-flow li::after {
        display: none;
    }
    #flow .list-flow li .title-flow {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
        width: 258px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0 0;
        position: relative;
    }
    #flow .list-flow li:nth-child(5) .title-flow {
        padding: 10px 0;
    }
    #flow .list-flow li .title-flow::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 258px;
        height: 108px;
        border-right: 129px solid transparent;
        border-bottom: 54px solid transparent;
        border-left: 129px solid transparent;
    }
    #flow .list-flow li:nth-child(1) .title-flow::after {
        border-top: 54px solid #f0dbbc;
        bottom: -108px;
    }
    #flow .list-flow li:nth-child(2) .title-flow::after {
        border-top: 54px solid #f0cbaa;
        bottom: -108px;
    }
    #flow .list-flow li:nth-child(3) .title-flow::after {
        border-top: 54px solid #efa680;
        bottom: -108px;
    }
    #flow .list-flow li:nth-child(4) .title-flow::after {
        border-top: 54px solid #ef8961;
        bottom: -108px;
    }
    #flow .list-flow li .text-flow {
        width: 550px;
    }
    #flow .list-flow li .text {
        font-size: 16px;
        margin-bottom: 0.5em;
    }
    #flow .list-flow li .link {
        font-size: 16px;
        margin-bottom: 1.5em;
    }
    #flow .list-flow li .link a:hover {
        text-decoration: underline;
    }
    #flow .list-flow li .title {
        font-size: 20px;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    #flow .list-flow li .title::after {
        width: 40px;
    }
}



































/*----------------------------------------------------

----------------------------------------------------*/

.btnOrange {
    display: block;
    color: #FFF;
    background: #ef7b51;
    border: 1px solid #ef7b51;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    position: relative;
}
.btnOrange .fas {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
    .btnOrange:hover {
        color: #ef7b51;
        background-color: #fff;
    }
    .btnOrange:hover .fas {
        -webkit-transform: translate(.5em, -50%);
        transform: translate(.5em, -50%);
    }
}

/*--------------------*/

.fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.fl-1{
	webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.row-middle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.ju-center {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.ju-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}
.ju-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.ju-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}
.v-center {
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.v-end {
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.r-rev {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
.sm-1 {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	}
}
/*----------------------------------------------------
	
----------------------------------------------------*/

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.ml30{margin-left:30px;}
.ml5{margin-left:5px;}
.ml7{margin-left:7px;}
.ml10{margin-left:15px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml100{margin-left:100px;}
.ml150{margin-left:150px;}
.ml180{margin-left:180px;}

.mrt10{margin-right:10px;}
.mrt35{margin-right:35px;}

@media only screen and (max-width: 767px) {	
	.mt5{margin-top:.78125vw;}
	.mt10{margin-top:1.5625vw;}
	.mt20{margin-top:3.125vw;}
	.mt30{margin-top:5.25vw;}
	.mt40{margin-top:6.25vw;}
	.mt50{margin-top:7.8125vw;}

	.mb5{margin-bottom:.78125vw;}
	.mb10{margin-bottom:1.5625vw;}
	.mb15{margin-bottom:2.34375vw;}
	.mb20{margin-bottom:3.125vw;}
	.mb30{margin-bottom:4.6875vw;}
	.mb40{margin-bottom:6.25vw;}
	.mb50{margin-bottom:7.8125vw;}
	.mb60{margin-bottom:9.375vw;}
	.mb80{margin-bottom:12.5vw;}
    .mb100{margin-bottom:15.625vw;}
    
    .ml40{margin-left:6.25vw;}
    .ml50{margin-left:7.8125vw;}
    .ml60{margin-left:9.375vw;}
}
/*----------------------------------------------------
	
----------------------------------------------------*/

.center{
	text-align: center;
}
.right{
    text-align: right;
}
.bold{
	font-weight: bold;
}
.f-orange{
    color: #ef7b51;
}
.f-brown{
    color: #5c4b2d;
}
.fz10{
	font-size: 10px!important;
}
.fz12{
	font-size: 12px!important;
}
.fz14{
	font-size: 14px!important;
}
.fz16{
	font-size: 16px!important;
}
.fz18{
	font-size: 18px!important;
}
.fz20{
	font-size: 20px!important;
}
.fz22{
	font-size: 22px!important;
}
.fz24{
	font-size: 24px!important;
}
.fz26{
	font-size: 26px!important;
}

/*------------------------------------*/