/*全体*/

html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    color: #1d2088;
}

.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}

.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.line{
    border-bottom: solid 3px #1d2088;
}


/*HOMEのメインスライダー*/
#slider {
    max-width: 2000px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

#slider_in {
    max-width: 1200px;
    width: 100%;
    height: 100vh;
    margin: 0px auto 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}

.sub_logo {
    max-width: 240px;
    width: 20%;
    margin-top: 60px;
}

.sub_logo h1{
    width: 100%;
}

.sub_logo img{
    width: 100%;
}



/*HOME以外_ページタイトル*/

.page_title2 {
    max-width: 2000px;
    width: 100%;
    height: 400px;
    margin: 0px auto 0;
    background-image: url("../img/top2.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;    
}


.page_title3 {
    max-width: 2000px;
    width: 100%;
    height: 400px;
    margin: 0px auto 0;
    background-image: url("../img/top3.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;      
}

.page_title4 {
    max-width: 2000px;
    width: 100%;
    height: 400px;
    margin: 0px auto 0;
    background-image: url("../img/top4.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;    
}

.page_title5 {
    max-width: 2000px;
    width: 100%;
    height: 400px;
    margin: 0px auto 0;
    background-image: url("../img/top5.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;     
}


.page_title_naka{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
    position: absolute;
    top:170px;
    z-index: 999;
    color: #fff;
}

.page_title_naka h2{
    text-align: center;
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
    letter-spacing: 0.15em;
}

.page_title_naka h3{
    text-align: center;
}



/*共通　文字の種類・太さ*/

body h1 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.15em;
}

body h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.15em;
}

body h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.3em;
}

body h4 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2em;
}


body h5 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
}

body h6 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
}

body p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
}

body table {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
}

body a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.3em;
    color: #1d2088;
}



/*共通　背景*/

.bg_shiro {
    background-color: #fff;
}

.bg_kuro {
    background-color: #1d2088;
  }

  .border_top{
    border-top: 3px solid #1d2088;
  }

.bg_glay {
    position: relative;
    z-index: 0;
    background-color: #f6f1e8;
  }

.bg_glay::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f6f1e8;
    background-position: center;
    background-size: cover;
    transform: skewY(-4deg);
    transform-origin: top left;
  }


  .bg_white {
    position: relative;
    z-index: 0;
    background-color: #fff;
  }

.bg_white::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    transform: skewY(-4deg);
    transform-origin: top left;
  }



.bg_photo2 {
    position: relative;
    z-index: 0;
    margin: 0;
}

.bg_photo2::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../img/about_bg.jpg");
    background-position: center;
    background-size: cover;
    transform: skewY(-4deg);
    transform-origin: top left;
    
  }

.bg_photo3 {
    background-image: url("../img/info_bg.jpg");
    background-position: center;
    background-size: cover;
}

/*共有　基本の箱・文字サイズ*/


.kihon {
    width: 100%;
    padding: 160px 0 200px;
}

.kihon h1 {
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
}

.kihon h2 {
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
}

.kihon h3 {
    font-size: 18px;
    line-height: 1.5;
}

.kihon h4 {
    font-size: 24px;
    line-height: 1.5;
}

.kihon h5 {
    font-size: 14px;
    line-height: 1.5;
}

.kihon h6 {
    font-size: 16px;
    line-height: 2.0;
}

.kihon h7 {
    font-size: 14px;
    line-height: 1.5;
}

.kihon p {
    font-size: 14px;
    line-height: 2.0;
}

.kihon a {
    font-size: 14px;
    line-height: 2.0;
}

.kihon th {
    font-size: 14px;
    line-height: 2.0;
}

.kihon td {
    font-size: 14px;
    line-height: 2.0;
}


.text_shiro {
    color: #fff;
}

.text_kuro {
    color: #1d2088;
}


/*共通　センターテキスト*/

.center_text{
    text-align: center;
}

.center_text p {
    padding: 80px 0px;
}


/*共通　ボタン*/


.btn1 {
    width: 280px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #1d2088;
    border: solid 1px #FFCC00;
    background: #FFCC00;
    border-radius: 50px;
    transition: .4s;
}

.btn1 span{
    width: 100%;
    position: relative;
  }

.btn1 span::after{
    width: 100%;
    content: "";
    position: absolute;
    top: 35%;
    right: -40%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }

  .btn1:hover {
    background: #fff;
    color: #1d2088;
    border: solid 1px #1d2088;
}

.btn2 {
    width: 280px;
    text-align: center;
    margin: 30px auto 0;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #1d2088;
    border: solid 1px #FFCC00;
    background: #FFCC00;
    border-radius: 50px;
    transition: .4s;
}

.btn2 span{
    width: 100%;
    position: relative;
  }

.btn2 span::after{
    width: 100%;
    content: "";
    position: absolute;
    top: 35%;
    right: -50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }

.btn2:hover {
    background: #fff;
    color: #1d2088;
    border: solid 1px #1d2088;   
}


.btn3 {
    width: 280px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #1d2088;
    background: #FFCC00;
    border-radius: 50px;
    transition: .4s;
}

.btn3:hover {
    background: #fff;
    color: #1d2088;
    border: solid 1px #1d2088;
}


/*ーーー



/*HOME_事業内容*/
    .concept{
        text-align: center;
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
    }

    .concept p{
        text-align: left;
    }



/*HOME_事業内容*/

.top_service{
    text-align: center;
}


.jigyou_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 100px auto 100px;
    padding: 0px 0;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
}

.jigyou_box1 {
    width: 480px;
    max-width: 60%;
    padding: 50px 40px;
    text-align: left;
    background: #fff;
    position: absolute;
    left: 0px;
}

.jigyou_box1_img {
    width: 720px;
    max-width: 80%;
    margin-left: auto;
    height: 420px;
    background-image: url("../img/service01.jpg");
    background-position: center center;
    background-size: cover;
}

.jigyou_box1 h4 {
    font-size: 24px;
    margin: 0px 0 20px;
}

.jigyou_box_soto2 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0px;
    padding: 0px 0;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    position: relative;
}


.jigyou_box2 {
    width: 480px;
    max-width: 60%;
    padding: 50px 40px;
    text-align: left;
    background: #fff;
    position: absolute;
    right: 0px;
    text-align: left;
}

.jigyou_box2 h4 {
    margin: 0px 0 20px;
    font-size: 24px;
}

.jigyou_box2_img {
    width: 720px;
    max-width: 80%;
    margin-right: auto;
    height: 420px;
    background-image: url("../img/service02.jpg");
    background-position: center center;
    background-size: cover;
}

/*ーーー
/*HOME_採用情報*/

.saiyo{
    text-align: center;
}

.saiyo_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    padding: 100px 0 0px;
    padding: 100px 0 0px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.saiyo_box1 {
    width: 50%;
}

.saiyo_box1 img {
    width: 100%;
}


.saiyo_box2 {
    width: 40%;
    text-align: left;
}

.saiyo_box2 h4 {
    margin-bottom: 30px;
}

.saiyo_box2 p {
    margin-bottom: 30px;
}



/*共通　フッター*/

.footer {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
    background: #fff;
}



.footer img {
    width: 360px;
    margin-bottom: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  #footer01 {
      padding: 0 0 0px;
    position: relative;
  }

  .nav a {
    font-size: 14px;
    display: block;
    padding: 0px 16px;
    color: #1d2088;
  }

  .footer p {
    padding: 0 0 60px;
    font-size: 12px;
    color: #1d2088;
    line-height: 1.4;
}

  .end {
    width: 100%;
    margin: 0 auto;
    background: #1d2088;
    text-align: center;
}

.end p {
    padding: 10px 0px;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}


  @media only screen and (min-width: 768px) {


    #footer01 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0;
    }


    #footer01 .nav li a{
        margin: 0;
        padding: 0 10px;
        color: #1d2088;;
        line-height: 1.8;
        font-weight: 600;
        position: relative;        
    }

    #footer01 .nav li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #1d2088;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #footer01 .nav li a:hover::after {
          -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    }
  }

  @media only screen and (max-width: 768px) {

    #footer01 {
      text-align: center;
    }
  
    #footer01 .nav li {
      border-top: 1px solid #1d2088;
    }
  
    #footer01 .nav li:last-child {
      border-bottom: 1px solid #1d2088;
    }
  
    #footer01 .nav li a {
      padding: 12px 20px;
      text-align: left;
      font-weight: 600;
    }
  }
  



/*---ページ2
/*会社案内*/

.gaiyo_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto 0px;
    padding: 0px;
    text-align: left;
}

.gaiyo_box_soto h2 {
    margin: 0 20px 0px 10px;
    display: inline-block;
    color: #1d2088;
}

.gaiyo_box_soto h3 {
    font-size: 16px;
    display: inline;
}

.gaiyo_box_soto p {
    margin: 60px 0 0;
}

h6.right {
    margin: 60px 10px 0 0;
    text-align: right;
}


/*概要テーブル*/
.defo_table {
    margin: 60px 0px 0px;
}

.defo_table table {
    width: 100%;
    margin: 0 auto;
}

.defo_table th {
    min-width: 25%;
    border-bottom: solid 1px #f6f1e8;
    padding: 40px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.defo_table td {
    width: 75%;
    border-bottom: solid 1px #f6f1e8;
    text-align: left;
    padding: 40px 0 40px 30px;
    background-color: #fff;
}


/*概要テーブル2*/
.defo_table2 {
    margin: 0 auto;
}

.defo_table2 table {
    width: 100%;
    margin: 0 auto;
}

.defo_table2 th {
    width:20%;
    background: #FFCC00;
    border: solid 1px #f6f1e8;
    color: #1d2088;
    padding: 40px 10px;
    text-align: center;
    vertical-align: middle;
}

.defo_table2 td {
    background: #fff;
    border: solid 1px #f6f1e8;
    padding: 40px;
    vertical-align: middle;
}


.map {
    height: 600px;
}

/*---ページ3
/*-------------------------------------*/
/*事業内容*/


.service h2
 {text-align: center;
}

.service h3
 {text-align: center;
}

.service_text{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.service h4 {
    color: #1d2088;;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: solid 3px #FFCC00;

}

.service p {
    margin-top: 20px;
    margin-bottom: 0px;
}



/*スライダー*/
.slide {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.slide img {
    width: 98%;
    margin: 0 auto;
}


/*---ページ4
/*-------------------------------------*/
/*リクルート*/

.saiyo2 {
    padding: 100px 0;
}

.saiyo_text {
    max-width: 900px;
    width: 90%;
    margin: 0px auto -80px;
    text-align: left;
}

.oubo_btn{
    text-align: center;
    margin: 80px auto 0;
}


/*---ページ5
/*-------------------------------------*/
/*お問い合せ*/


.info_text {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.info_text p {
    text-align: center;
}


.info_text a {
    text-decoration: underline#1d2088;
 }

p.text_right {
    margin-left: 90%;
}

/*-------------------------------------*/

/*マージン調整*/
th.pd_0 {
    padding: 0;
}

td.pd_0 {
    padding: 0;
}


.mb_0 {
    margin-bottom: 0px;
}

.mt_0 {
    margin-top: 0px;
}

.mt_40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb60 {
    margin-bottom: 60px;
}

.pt100{padding-top: 60px;}




/*-------------ここからスマホ--------------*/

@media screen and (max-width: 768px) {


    /*HOME_メインキャッチ*/

    .sub_logo {
        margin-top: 50px;
        width: 50%;
    }


    /*メインスライダー*/
    .bg-switcher2 {
        width: 100vw;
        height: 200px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }


    .bg-switcher3 {
        width: 100vw;
        height: 300px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .bg-switcher4 {
        width: 100vw;
        height: 300px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .bg-switcher5 {
        width: 100vw;
        height: 200px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }






    /*HOME以外_ページタイトル*/

    .page_title_naka{
        width: 80%;
        max-width: 900px;
        margin: 0 auto;
        padding: 16px 0px;
        top:190px;
    }

    .page_title_naka h2{
        text-align: center;
        font-size: 30px;
        padding: 0 0 10px;
        line-height: 1.3;
    }

    .page_title_naka h3{
        text-align: center;
        font-size: 16px;
    }
    
    


    /*基本の箱・文字サイズ*/

    .kihon {
        width: 100%;
        padding: 100px 0;
    }


    .kihon h2 {
        font-size: 30px;
        padding: 0 0 10px;
        line-height: 1.3;
    }

    .kihon h3 {
        font-size: 14px;
    }

    .kihon h4 {
        font-size: 18px;
        line-height: 1.5;
    }


    .kihon h6 {
        font-size: 14px;
    }

    .kihon th {
        font-size: 12px;
    }

    .kihon td {
        font-size: 12px;
    }

    .kihon p {
        font-size: 12px;
        line-height: 1.8;
    }

    .kihon a {
        font-size: 12px;
        line-height: 1.5;
    }


 /*ボタン*/
.btn1 span::after{
    width: 100%;
    content: "";
    position: absolute;
    top: 30%;
    right: -50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }

  .btn2 span::after{
    width: 100%;
    content: "";
    position: absolute;
    top: 30%;
    right: -60%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
  }


  /*HOME_コンセプト*/
    /*HOME_事業内容*/

    .jigyou_box_soto {
        width: 100%;
        margin: 80px auto 0;
        margin-bottom: max(50vh,50%);  
        padding: 0px 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        position: relative;
    }

    .jigyou_box1 {
        width: 80%;
        max-width: 480px;
        height: auto;
        padding: 8% 5%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 90%;
        right: auto;
        left: auto;
    }

    .jigyou_box1 h2 {
        font-size: 20px;
        margin: 0px 0 20px;
        text-align: left;
    }

    .jigyou_box1 p {
        text-align: left;
    }

    .jigyou_box1_img {
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
        height: 300px;
    }

    
    .jigyou_box_soto2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: max(40vh,50%);  
        padding: 0px 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        flex-direction: none;
        position: relative;
    }


    .jigyou_box2 {
        width: 80%;
        max-width: 480px;
        height: auto;
        padding: 8% 5%;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 90%;
        right: auto;
        left: auto;
    }

    .jigyou_box2 h2 {
        font-size: 20px;
        margin: 0 0 20px;
        text-align: left;
        
    }

    .jigyou_box2 p {
        text-align: left;
    }

    .jigyou_box2_img {
        width: 100%;
        max-width: 100%;
        margin-right: 0%;
        height: 240px;
    }


    /*HOME_採用情報*/
    .saiyo_box_soto {
        width: 90%;
        margin: 0px auto;
        display: inherit;
    }

    .saiyo_box1 {
        width: 100%;
    }

    .saiyo_box2 {
        width: 100%;
        text-align: center;
    }

    .saiyo_box2 h4 {
        margin: 30px 0 30px;
        text-align: left;
    }

    .saiyo_box2 p {
        max-width: 100%;
        text-align: left;
        margin: 0 auto 10px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer img {
        width: 280px;
        margin-bottom: 20px;
    }

    .footer p {
        padding: 20px 0 40px;
        font-size: 12px;
    }


    /*-------------------------------------*/
    /*会社案内*/

    .gaiyo_box_soto {
        margin: 0px auto;
        padding: 0px;
        text-align: left;
    }


    .gaiyo_box_soto p {
        padding: 0;
        margin: 20px 0px 0;
    }

    h6.right {
        margin: 10px 0 0;
        text-align: right;
    }



    /*-------------------------------------*/
    /*概要テーブル*/
    .defo_table {
        margin: 0px auto;
    }

    .defo_table th {
        width: 30%;
        padding: 30px 0;
        text-align: center;
        vertical-align: middle;
        
    }

    .defo_table td {
        width: 70%;
        text-align: left;
        padding: 30px 0 30px 30px;

    }

    .defo_table h2 {
        margin-bottom: 0px;
        margin-left: 0;
        display: block;
    }

        /*-------------------------------------*/

    /*概要テーブル2*/
    .defo_table2 {
        margin: 0px auto;
    }

    .defo_table2 th {
        border-bottom: none;
        display: block;
        width: 90%;
        padding: 10px 5%;
    }

    .defo_table2 td {
        border-bottom: none;
        display: block;
        width: 90%;
        padding: 30px 5%;
    }


    /*-------------------------------------*/
    /*サービス*/

    .work {
        margin: 0px auto;
    }

    .work img {
        width: 100%;
    }

    .work h3 {
        font-size: 22px;
    }

    .work p {
        text-align: left;
    }


    /*-------------------------------------*/
    /*採用*/

    p.text_right {
        margin-left: 80%;
    }

    /*-------------------------------------*/
    /*お問合せ*/

    .info_text p {
        text-align: left;
    }

    p.text_right {
        margin-left: 80%;
    }



    /*マージン調整*/
    th.pd_0 {
        padding: 0;
    }

    td.pd_0 {
        padding: 0;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .mb-30 {
        margin-bottom: -20px;
    }

    .mbsp-30 {
        margin-bottom: -20px;
    }

    .mb_0 {
        margin-bottom: 0px;
    }

    .mt_0 {
        margin-top: 0px;
    }

    .mt_20 {
        margin-top: 20px;
    }
    
    .mb_200 {
        margin-bottom: 200px;
    }

}

@media screen and (min-width: 768px){
    .br-sp {display: none;}
    }




