@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');


/* ------------------------------
reset
------------------------------ */

a{
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
} 
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
select::-ms-expand {
    display: none;
}
@media screen and (max-width : 767px) {
	html {
		font-size: 2.4vw;
	}
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;  
    font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: .1rem;
	text-align: left;
	color: #000;
}
img { vertical-align: bottom; }

/* ------------------------------
base
------------------------------ */
body{
	position: relative;
	font-size: 1.6rem;
	min-width: 1200px;
}

p,table,dl,ol,ul li  {
	font-size: 1.8rem;
	line-height: 2.1;
}

.wrapper{
	width: 94%;
    max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: 60px 0 200px 0;
    box-sizing: border-box;
}
.container.one-column{
    display: block;
    margin: 0 auto;
}
.main_contents{
    width: 75%;
    max-width: 900px;
}
.main_contents.width100{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.side_contents{
    width: 250px;
    /* width: 21%;
    max-width: 250px; */
}
/* サイドメニュー */
.side_contents .gray_box{
    position: relative;
    background: #F2F2F2;
    padding: 57px 20px 26px 13px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.side_contents .gray_box:before{
    position: absolute;
    left: -40px;
    top: 22px;
    display: block;
    content: '';
    width: 130px;
    height: 22px;
    background: var(--corporate-color);
}
.side_contents .gray_box h3{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.side_contents .gray_box .application_deadline{
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 20px;
}
.side_contents .gray_box .detail_wrap{
    border-bottom: 2px solid #707070;
    margin-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.side_contents .gray_box .detail_wrap+.detail_wrap{ margin-top: 30px;}
.side_contents .gray_box .detail_wrap p{
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 10px;
}
.side_contents .gray_box .detail_wrap p.message_txt{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.side_contents .gray_box .detail_wrap p.message_txt span{ margin: 0 7px;}
.side_contents .gray_box .detail_wrap .txt_link{
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding-right: 10px;
    box-sizing: border-box;
    transition: .4s;
}
.side_contents .gray_box .detail_wrap .txt_link:after{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: '＞';
    font-size: 1.2rem;
}
.side_contents .gray_box .detail_wrap .txt_link:hover{ opacity: .7;}

.side_contents .side_ttl,
.h_nav .side_ttl{
    font-size: 1.8rem;
    font-weight: 700;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding: 17px 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.category_menu .acc_btn{
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 2.4;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.category_menu .acc_btn:before,
.category_menu .acc_btn:after{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
}
.category_menu .acc_btn:before{ content: '+';}
.category_menu .acc_btn:after{
    display: none;
    content: '-';
    top: -2px;
}
.category_menu .acc_btn.on:before{ display: none;}
.category_menu .acc_btn.on:after{ display: block;}

.category_menu .acc_btn_p{
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

.category_menu .acc_cnts{
    display: none;
    border-top: 1px solid #707070;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
}
.category_menu .acc_cnts ul li,
.category_menu .acc_cnts ul li a{
    font-size: 1.4rem;
    line-height: 2;
}
.category_menu a{ transition: .4s;}
.category_menu a:hover{ opacity: .7;}

.hd_bnr_wrap{ margin-top: 40px;padding-bottom: 40px;}
.hd_bnr_wrap .bnr+.bnr{ margin-top: 10px;}

.side_bnr_wrap{ margin-top: 80px;}
.side_bnr_wrap .bnr+.bnr{ margin-top: 10px;}

.object-fit-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.pc{
    display:block!important;
}
.sp{
    display:none!important;
}
@media screen and (max-width : 767px){
    .wrapper{
        width: 94%;
        max-width: inherit;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .container{
        display: block;
        padding: 6% 0 14% 0;
        box-sizing: border-box;
    }
    .main_contents{
        width: 100%;
        max-width: inherit;
    }
    .side_contents{
        width: 100%;
        max-width: inherit;
    }
    /* サイドメニュー */
    .side_contents #application_details{ display: none;}
    .gray_box{
        position: relative;
        background: #F2F2F2;
        padding: 57px 20px 26px 13px;
        margin-bottom: 40px;
        box-sizing: border-box;
    }
    .gray_box:before{
        position: absolute;
        left: -12%;
        top: 22px;
        display: block;
        content: '';
        width: 130px;
        height: 22px;
        background: var(--corporate-color);
    }
    .gray_box h3{
        display: none;
    }
    .gray_box .application_deadline{
        display: none;
    }
    .gray_box .detail_wrap{
        border-bottom: 2px solid #707070;
        margin-left: 20px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .gray_box .detail_wrap+.detail_wrap{ margin-top: 30px;}
    .gray_box .detail_wrap p{
        font-size: 4.267vw;
        line-height: 1.75;
        margin-bottom: 10px;
    }
    .gray_box .detail_wrap p.message_txt{
        font-size: 4.267vw;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .gray_box .detail_wrap p.message_txt span{ margin: 0 7px;}
    .gray_box .detail_wrap .txt_link{
        position: relative;
        display: block;
        font-size: 3.733vw;
        padding-right: 10px;
        box-sizing: border-box;
        transition: .4s;
    }
    .gray_box .detail_wrap .txt_link:after{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        content: '＞';
        font-size: 3.2vw;
    }
    .gray_box .detail_wrap .txt_link:hover{ opacity: .7;}

    .side_contents .side_ttl,
    .h_nav .side_ttl{
        font-size: 4.267vw;
    }

    .category_menu .acc_btn{
        font-size: 3.733vw;
    }
    .category_menu .acc_cnts ul li,
    .category_menu .acc_cnts ul li a{
        font-size: 3.733vw;
    }

    .side_bnr_wrap{
        width: 74%;
        margin: 12% auto 0 auto;
    }
    .side_bnr_wrap .bnr+.bnr{ margin-top: 10px;}


	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}
    body{
        min-width: inherit;
    }
    img{
        width: 100%;
        height: auto;
    }

}

/* ------------------------------
header
------------------------------ */
#header{
    position: relative;
}
#header:before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 640px;
    height: 10px;
    background: var(--corporate-color);
}

.header_inner{
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 3% 10px 3%;
    box-sizing: border-box;
}
#header .logoWrap{

}
#header .logoWrap .logo{
    font-size: 2.4rem;
    transition: .4s;
}
#header .logoWrap .logo:hover{ opacity: .7;}


.menuWrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ie .menuWrap{ width: 100%;}

.menuWrap .h_txt{
    font-size: 1.4rem;
}
.menuWrap .h_txt .name{ margin-left: 15px;}

.menuWrap .ico_wrap.mypaage{
    margin-left: 20px;
    margin-right: 64px;
    transition: .4s;
}
.menuWrap .ico_wrap.mypaage:hover{ opacity: .7;}

.menuWrap .mypaage .ico{
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
}
.menuWrap .mypaage .txt_ico{
    display: block;
    text-align: center;
    font-size: 1.4rem;
}
.menu-trigger{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 44px;
    height: 60px;
    cursor: pointer;
    margin-left: 20px;
    z-index: 999;
}
.menu-trigger span{
    display: block;
    justify-content: center;
    width: 40px;
    height: 4px;
    background: #333333;
    transition: .6s;
}

.menu-trigger{
}
.menu-trigger span+span{ margin-top: 10px;}
.open .menu-trigger span:nth-of-type(2){ display: none;}
.open .menu-trigger span:nth-of-type(1){
    transform: rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(3){
    transform: rotate(45deg);
    margin-top: -4px;
}
.menu-trigger .txt_menu{
    width: auto;
    height: auto;
    background: none;
    margin-top: 0;
}
.menu-trigger .txt_menu:after{
    position: relative;
    bottom: -10px;
    display: block;
    content: 'MENU';
    font-size: 1.4rem;
    line-height: 1.2;
    color: #333333;
}
.open .menu-trigger .txt_menu:after{
    content: 'CLOSE';
    bottom: -22px;
}
/*
.open .menu-trigger {
    position: fixed;
}
*/
.gnav_wrap{
    position: fixed;
    right: -100%;
    top: 0;
    width: 40%;
    height: 100%;
    padding: 20px;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 997;
    background: #FFF;
    transition: .6s;
}
.open .gnav_wrap{
    right: 0;
    
}

.gnav_wrap .wrap{
    height: 100%;
    width: 100%;
    padding: 20% 10%;
    box-sizing: border-box;
}

.gnav_wrap .flex-box{
    display: table;
}
.h_nav .sp_application_details{ display: none;}

@media screen and (max-width : 767px){
    body.open:after{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        display: block;
        content: '';
        background: rgba(0,0,0,.4);
        z-index: 888;
    }
    #header:before{
        width: 100%;
        height: 6px;
    }

    .header_inner{
        display:block;
        padding: 25px 20% 15px 4%;
        box-sizing: border-box;
    }

    #header .logoWrap .logo{
        line-height: 1;
        font-size: 6.4vw;
    }
    .menuWrap{
        margin-top: 7px;
        padding-right: 20%;
        box-sizing: border-box;
    }

    .menuWrap .h_txt{
        font-size: 4.267vw;
    }
    .menuWrap .h_txt .name{ margin-left: 0;}

    .menuWrap .ico_wrap.mypaage{
        display: none;
    }
    .menu-trigger{
        position: absolute;
        right: 4%;
        top: 20px;
        width: 44px;
        height: 60px;
        margin-left: 0;
    }
    .menu-trigger span{
        display: block;
        justify-content: center;
        width: 40px;
        height: 4px;
        background: #333333;
        transition: .6s;
    }

    .menu-trigger span+span{ margin-top: 10px;}
    .open .menu-trigger span:nth-of-type(2){ display: none;}
    .open .menu-trigger span:nth-of-type(1){
        transform: rotate(-45deg);
    }
    .open .menu-trigger span:nth-of-type(3){
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .menu-trigger .txt_menu:after{
        position: relative;
        bottom: -10px;
        font-size: 13px;
    }
    .open .menu-trigger .txt_menu:after{
        bottom: -22px;
    }

    .gnav_wrap{
        width: 96%;
        padding: 26% 20% 24% 8%;
    }

    .gnav_wrap .wrap{
        padding: 0;
    }
    .h_nav .sp_application_details{ display: block;}

}

/* ------------------------------
footer
------------------------------ */
.pagetop{
    position: fixed;
    right: 4%;
    bottom: 96px;
    cursor: pointer;
    z-index: 10;
    transition: .4s;
}
.pagetop:hover{ opacity: .7;}
#footer{
	position: relative;
    background: var(--corporate-color);
    padding: 16px 0;
    box-sizing: border-box;
}

#footer .f_nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .f_nav li{
    position: relative;
}
#footer .f_nav li:not(:last-of-type):after{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: '｜';
    color: #FFF;
}
#footer .f_nav li a{
    font-size: 1.6rem;
    color: #FFF;

}
#footer .copy{
	text-align: center;
	font-size: 1.2rem;
    color: #FFF;
}

#footer a{ transition: .4s;}
#footer a:hover{ opacity: .7;}

.sp-fixed{display: none;}


@media screen and (max-width : 767px){
    .pagetop{
        width: 13%;
        right: 3%;
        bottom: 15vw;
    }
    #footer{
        padding: 16px 0 14vw 0;
        box-sizing: border-box;
    }

    #footer .f_nav{
        flex-wrap: wrap;
    }
    #footer .f_nav li{
        line-height: 1.5;
    }
    #footer .f_nav li:not(:last-of-type):after{
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        content: '｜';
        color: #FFF;
    }
    #footer .f_nav li a{
        font-size: 3.733vw;

    }
    #footer .copy{
        font-size: 3.2vw;
    }

    .sp-fixed{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--corporate-color);
        padding: 3% 0;
        box-sizing: border-box;
        z-index: 888;
    }
    .sp-fixed p{
        text-align: center;
        font-size: 3.733vw;
        color: #FFF;
    }
    .sp-fixed .ico_wrap.mypaage{
        position: absolute;
        right: 4%;
        top: 50%;
        margin-top: -14px;
    }
    .sp-fixed .ico_wrap.mypaage .ico{
        display: block;
        width: 7vw;
    }
    .sp-fixed .ico_wrap.mypaage .ico img{
        width: 100%;
        height: auto;
    }
}

/* ------------------------------
contents
------------------------------ */
.page-title_wrap{
    position: relative;
}
.page-title_wrap .page-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    
}
.page-title_wrap .page-title .txt_title{
    width: 92%;
    max-width: 588px;
    font-size: 2.4rem;
    text-align: center;
    color: #FFF;
    background: rgba(0,0,0,.7);
    border-top: 2px solid var(--corporate-color);
    border-bottom: 2px solid var(--corporate-color);
    padding: 16px 20px;
    box-sizing: border-box;
}

.page-title_wrap .page-img{
    position: relative;
    z-index: 1;
}
.page-title_wrap .page-img img{
    width: 100%;
    height: auto;
}

.sec-ttl{
    position: relative;
    font-size: 2.4rem;
    margin: 0 0 45px 0;
    padding: 0;
}
.sec-ttl:after{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    display: block;
    content: '';
    width: 65%;
    height: 22px;
    background: var(--corporate-color);
}

.btn_wrap .btn{
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 0 0 auto;
    padding: 16px 10px;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    background: var(--corporate-color);
    transition: .4s;
}
.btn_wrap .btn:before{
    position: absolute;
    /*left: -6px;
    top: -6px;*/
    left: -1px;
    top: -1px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    z-index: -1;
}
.btn_wrap .btn:hover{ opacity: .7; cursor: pointer; }

@media screen and (max-width : 767px){
    .sec-ttl{
        font-size: 5.333vw;
        margin: 0 0 8% 0;
    }
    .sec-ttl:after{
        right: -3%;
        margin-top: -10px;
        width: 50%;
        height: 20px;
    }

    .btn_wrap .btn{
        width: 50%;
        max-width: inherit;
        margin: 0 auto;
        padding: 16px 10px;
        font-size: 4.267vw;
    }

}

.btn_wrap .btn_cancel{
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
  background: var(--corporate-color);
  padding: 7px 17px 8px 17px;
  margin-left: 10px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #322117;
  box-sizing: border-box;
  cursor: pointer;
  transition: .4s;
}
.btn_wrap .btn_cancel:hover{ opacity: .7;}

.btn_wrap .btn_payment{
    font-size: 1.6rem;
    text-align: center;
    color: #FFF;
    background: #322117;
    padding: 7px 17px 8px 17px;
    margin-left: 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #322117;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s;
      margin-bottom: 3px;
}
.btn_wrap .btn_payment:hover{ opacity: .7;}

.clear{
	clear:both;
}



/* ------------------------------
sec-infomation
------------------------------ */
.sec-infomation{
    margin-bottom: 50px;
    box-sizing: border-box;
}
.post-list.post-info{
    padding-left: 35px;
    box-sizing: border-box;
}
.post-info .post{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.post-info .post+.post{ margin-top: 15px;}
.post-info .post .post-date{
    width: 140px;
    font-size: 1.6rem;
    line-height: 1.75;
}
/*お知らせの日付がずれる場合はこちらを使用*/
/*.post-info .post+.post{ margin-top: 10px;}
.post-info .post .post-date{
    width: 135px;
    font-size: 1.5rem;
    line-height: 1.75;
}*/
.post-info .post .post-ttl{
    width: calc(100% - 140px);
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 23px;
    box-sizing: border-box;
}
/* .post-info .post .post-ttl:hover{ text-decoration: underline;} */
.sec-infomation .btn_wrap{
    margin: 46px 0 0 0;
}

@media screen and (max-width : 767px){
    .sec-infomation{
        margin-bottom: 8%;
    }
    .post-list.post-info{
        padding-left: 0;
    }
    .post-info .post{
        display: block;
    }
    .post-info .post .post-date{
        width: 100%;
        font-size: 4.267vw;
        line-height: 1.75;
    }
    .post-info .post .post-ttl{
        width: 100%;
        font-size: 4.267vw;
        line-height: 1.75;
        padding-left: 0;
        padding-top: 5px;
    }
    .sec-infomation .btn_wrap{
        margin: 12% 0 0 0;
    }
}

/* ------------------------------
clearfix
------------------------------ */

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 


/************************************************
    MARGIN PADDING
************************************************/
.margin_bottom0 {
  margin-bottom: 0px !important;
}

.margin_top0 {
  margin-top: 0px !important;
}

.margin_left0 {
  margin-left: 0px !important;
}

.margin_right0 {
  margin-right: 0px !important;
}

.margin_bottom5 {
  margin-bottom: 5px !important;
}

.margin_top5 {
  margin-top: 5px !important;
}

.margin_left5 {
  margin-left: 5px !important;
}

.margin_right5 {
  margin-right: 5px !important;
}

.margin_bottom10 {
  margin-bottom: 10px !important;
}

.margin_top10 {
  margin-top: 10px !important;
}

.margin_left10 {
  margin-left: 10px !important;
}

.margin_right10 {
  margin-right: 10px !important;
}

.margin_bottom15 {
  margin-bottom: 15px !important;
}

.margin_top15 {
  margin-top: 15px !important;
}

.margin_left15 {
  margin-left: 15px !important;
}

.margin_right15 {
  margin-right: 15px !important;
}

.margin_bottom20 {
  margin-bottom: 20px !important;
}

.margin_top20 {
  margin-top: 20px !important;
}

.margin_left20 {
  margin-left: 20px !important;
}

.margin_right20 {
  margin-right: 20px !important;
}

.margin_bottom25 {
  margin-bottom: 25px !important;
}

.margin_top25 {
  margin-top: 25px !important;
}

.margin_left25 {
  margin-left: 25px !important;
}

.margin_right25 {
  margin-right: 25px !important;
}

.margin_bottom30 {
  margin-bottom: 30px !important;
}

.margin_top30 {
  margin-top: 30px !important;
}

.margin_left30 {
  margin-left: 30px !important;
}

.margin_right30 {
  margin-right: 30px !important;
}

.margin_bottom35 {
  margin-bottom: 35px !important;
}

.margin_top35 {
  margin-top: 35px !important;
}

.margin_left35 {
  margin-left: 35px !important;
}

.margin_right35 {
  margin-right: 35px !important;
}

.margin_bottom40 {
  margin-bottom: 40px !important;
}

.margin_top40 {
  margin-top: 40px !important;
}

.margin_left40 {
  margin-left: 40px !important;
}

.margin_right40 {
  margin-right: 40px !important;
}

.margin_bottom45 {
  margin-bottom: 45px !important;
}

.margin_top45 {
  margin-top: 45px !important;
}

.margin_left45 {
  margin-left: 45px !important;
}

.margin_right45 {
  margin-right: 45px !important;
}

.margin_bottom50 {
  margin-bottom: 50px !important;
}

.margin_top50 {
  margin-top: 50px !important;
}

.margin_left50 {
  margin-left: 50px !important;
}

.margin_right50 {
  margin-right: 50px !important;
}

.margin_bottom55 {
  margin-bottom: 55px !important;
}

.margin_top55 {
  margin-top: 55px !important;
}

.margin_left55 {
  margin-left: 55px !important;
}

.margin_right55 {
  margin-right: 55px !important;
}

.margin_bottom60 {
  margin-bottom: 60px !important;
}

.margin_top60 {
  margin-top: 60px !important;
}

.margin_left60 {
  margin-left: 60px !important;
}

.margin_right60 {
  margin-right: 60px !important;
}

.padding_left30 {
  padding-left: 30px !important;
}

.padding_left60 {
  padding-left: 60px !important;
}

.padding_left90 {
  padding-left: 90px !important;
}

.padding_left120 {
  padding-left: 120px !important;
}

.padding_left150 {
  padding-left: 150px !important;
}

.obj_width10 {
  width: 10px !important;
}

.obj_width20 {
  width: 20px !important;
}

.obj_width30 {
  width: 30px !important;
}

.obj_width40 {
  width: 40px !important;
}

.obj_width50 {
  width: 50px !important;
}

.obj_width60 {
  width: 60px !important;
}

.obj_width70 {
  width: 70px !important;
}

.obj_width80 {
  width: 80px !important;
}

.obj_width90 {
  width: 90px !important;
}

.obj_width100 {
  width: 100px !important;
}

.obj_width110 {
  width: 110px !important;
}

.obj_width120 {
  width: 120px !important;
}

.obj_width130 {
  width: 130px !important;
}

.obj_width140 {
  width: 140px !important;
}

.obj_width150 {
  width: 150px !important;
}

.obj_width160 {
  width: 160px !important;
}

.obj_width170 {
  width: 170px !important;
}

.obj_width180 {
  width: 180px !important;
}

.obj_width190 {
  width: 190px !important;
}

.obj_width200 {
  width: 200px !important;
}

.obj_width210 {
  width: 210px !important;
}

.obj_width220 {
  width: 220px !important;
}

.obj_width230 {
  width: 230px !important;
}

.obj_width240 {
  width: 240px !important;
}

.obj_width250 {
  width: 250px !important;
}

.obj_width260 {
  width: 260px !important;
}

.obj_width270 {
  width: 270px !important;
}

.obj_width280 {
  width: 280px !important;
}

.obj_width290 {
  width: 290px !important;
}

.obj_width300 {
  width: 300px !important;
}

.obj_width310 {
  width: 310px !important;
}

.obj_width320 {
  width: 320px !important;
}

.obj_width330 {
  width: 330px !important;
}

.obj_width340 {
  width: 340px !important;
}

.obj_width350 {
  width: 350px !important;
}

.obj_width360 {
  width: 360px !important;
}

.obj_width370 {
  width: 370px !important;
}

.obj_width380 {
  width: 380px !important;
}

.obj_width390 {
  width: 390px !important;
}

.obj_width400 {
  width: 400px !important;
}

.obj_width410 {
  width: 410px !important;
}

.obj_width420 {
  width: 420px !important;
}

.obj_width430 {
  width: 430px !important;
}

.obj_width440 {
  width: 440px !important;
}

.obj_width450 {
  width: 450px !important;
}

.obj_width460 {
  width: 460px !important;
}

.obj_width470 {
  width: 470px !important;
}

.obj_width480 {
  width: 480px !important;
}

.obj_width490 {
  width: 490px !important;
}

.obj_width500 {
  width: 500px !important;
}

.obj_width510 {
  width: 510px !important;
}

.obj_width520 {
  width: 520px !important;
}

.obj_width530 {
  width: 530px !important;
}

.obj_width540 {
  width: 540px !important;
}

.obj_width550 {
  width: 550px !important;
}

.obj_width560 {
  width: 560px !important;
}

.obj_width570 {
  width: 570px !important;
}

.obj_width580 {
  width: 580px !important;
}

.obj_width590 {
  width: 590px !important;
}

.obj_width600 {
  width: 600px !important;
}

.obj_width610 {
  width: 610px !important;
}

.obj_width620 {
  width: 620px !important;
}

.obj_width630 {
  width: 630px !important;
}

.obj_width640 {
  width: 640px !important;
}

.obj_width650 {
  width: 650px !important;
}

.obj_width660 {
  width: 660px !important;
}

.obj_width670 {
  width: 670px !important;
}

.obj_width680 {
  width: 680px !important;
}

.obj_width690 {
  width: 690px !important;
}

.obj_width700 {
  width: 700px !important;
}

.obj_width710 {
  width: 710px !important;
}

.obj_width720 {
  width: 720px !important;
}

.obj_width730 {
  width: 730px !important;
}

.obj_width740 {
  width: 740px !important;
}

.obj_width750 {
  width: 750px !important;
}

.obj_width760 {
  width: 760px !important;
}

.obj_width770 {
  width: 770px !important;
}

.obj_width780 {
  width: 780px !important;
}

.obj_width790 {
  width: 790px !important;
}

.obj_width800 {
  width: 800px !important;
}

.obj_height10 {
  height: 10px !important;
}

.obj_height20 {
  height: 20px !important;
}

.obj_height30 {
  height: 30px !important;
}

.obj_height40 {
  height: 40px !important;
}

.obj_height50 {
  height: 50px !important;
}

.obj_height60 {
  height: 60px !important;
}

.obj_height70 {
  height: 70px !important;
}

.obj_height80 {
  height: 80px !important;
}

.obj_height90 {
  height: 90px !important;
}

.obj_height100 {
  height: 100px !important;
}

.obj_height110 {
  height: 110px !important;
}

.obj_height120 {
  height: 120px !important;
}

.obj_height130 {
  height: 130px !important;
}

.obj_height140 {
  height: 140px !important;
}

.obj_height150 {
  height: 150px !important;
}

.obj_height160 {
  height: 160px !important;
}

.obj_height170 {
  height: 170px !important;
}

.obj_height180 {
  height: 180px !important;
}

.obj_height190 {
  height: 190px !important;
}

.obj_height200 {
  height: 200px !important;
}

.obj_width100p {
  width: 100%  !important;
}
