@charset "utf-8";
@media screen and (max-width: 767px){
  .contentsMv{
    background: url(../img/mv_img.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
  }
  .glaybg{
    background: #EBEBEB;
  }
  .contentsHeaderImg{
    width: 100%;
    margin: 0 auto;
  }
  #world{
    background: url(../img/world_bg.png) no-repeat center 15px #02021E;
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
  }
  
  /* aboutcontents */
  .aboutContents h2{
    margin-bottom: 20px;
  }
  .aboutContents p{
    font-size: 13px;
  }
  .about01{}
  .fLeft{
    float: none;
  }
  .fRight{
    float: none;
  }
  .cimg{
    text-align: center;
    margin: 10px 0;
  }
  .aboutContents h2 span{
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: bold !important;
    color: #E40012;
  }
  
  
  .about03 .centerContentsText p{
    margin-bottom: 25px;
  }
  .about03 .centerContents{
    text-align: left;
  }
  
  
  /* group */
  .groupIntro{
    text-align: center;
    margin-bottom: 25px;
  }
  .groupIntro h2{
    margin-bottom: 30px;
  }
  .groupIntro p{
    color: #FFF;
  }
  .groupList h3{
    margin-bottom: 10px;
  }
  .groupInfo,.groupWide{
    margin-bottom: 15px;
  }
  .gpBox{
    width: 100%;
    display: table;
  }
  .gpBox .gpImg,.gpBox .gpInfo{
    display: block;
    padding: 5px 0;
    border-top: 1px solid #525252;
  }
  .gpBox .gpImg{
    display: table-cell;
    width: 160px;
    text-align: left;
  }
  .gpBox .gpInfo{
    display: table-cell;
    vertical-align: top;
    color: #FFF;
    text-align: left;
  }
  .gpBox .gpInfo h4{
    font-size: 16px;
    font-weight: bold !important;
  }
  .groupLeft{
    float: none;
    width: 100%;
    border-bottom: 1px solid #525252;
  }
  .groupRight{
    float: none;
    width: 100%;
    border-bottom: 1px solid #525252;
  }
  .gpWideLeft{
    float: none;
    width: 100%;
  }
  .gpWideRight{
    float: none;
    width: 100%;
  }
  .gpWideLeft h4,.gpWideRight h4{
    font-size: 16px;
    font-weight: bold !important;
    color: #FFF;
    margin-bottom: 10px;
    border-bottom: 1px solid #525252;
  }
}
@media print, screen and (min-width: 768px){
  .contentsMv{
    background: url(../img/mv_img.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glaybg{
    background: #EBEBEB;
  }
  .contentsHeaderImg{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  #world{
    background: url(../img/world_bg.png) no-repeat center 15px #02021E;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  /* aboutcontents */
  .aboutContents h2{
    margin-bottom: 20px;
  }
  .aboutContents p{
    font-size: 13px;
  }
  .about01{}
  .fLeft{
    float: left;
  }
  .fRight{
    float: right;
  }
  
  .about01 .fLeft{
    margin-left: 2%;
    width: 43%;
    text-align: left;
  }
  .about01 .fRight{
    width: 54%;
    margin-top: 70px;
  }
  
  .about02 .fLeft{
    margin-left: 5%;
    width: 43%;
    text-align: left;
  }
  .about02 .fRight{
    width: 32%;
    text-align: center;
    margin-right: 9%;
    margin-top: 15px;
  }
  
  .about03 .centerContentsText p{
    margin-bottom: 25px;
  }
  .about03 .centerContents{
    text-align: center;
  }
  
  .about04 .fLeft{
    margin-left: 2%;
    width: 60%;
    text-align: left;
  }
  .about04 .fRight{
    width: 29%;
    text-align: center;
    margin-right: 5%;
  }
  
  .about05 .fLeft{
    margin-left: 4%;
    width: 42%;
    text-align: left;
  }
  .about05 .fRight{
    width: 53%;
    margin-right: 0%;
    margin-top: 20px;
  }
  
  .about06 .fLeft{
    margin-left: 7%;
    width: 42%;
    text-align: left;
  }
  .about06 .fRight{
    width: 42%;
    text-align: center;
    margin-right: 5%;
  }
  
  .about07 .fLeft{
    margin-left: 7%;
    width: 38%;
    text-align: left;
    margin-top: 10px;
  }
  .about07 .fRight{
    width: 45%;
    margin-right: 5%;
  }
  
  /* group */
  .groupIntro{
    text-align: center;
    margin-bottom: 25px;
  }
  .groupIntro h2{
    margin-bottom: 30px;
  }
  .groupIntro p{
    color: #FFF;
  }
  .groupList h3{
    margin-bottom: 10px;
  }
  .groupInfo,.groupWide{
    margin-bottom: 15px;
  }
  .gpBox{
    width: 100%;
    display: table;
  }
  .gpBox .gpImg,.gpBox .gpInfo{
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    border-top: 1px solid #525252;
  }
  .gpBox .gpImg{
    width: 160px;
    text-align: left;
  }
  .gpBox .gpInfo{
    color: #FFF;
    text-align: left;
  }
  .gpBox .gpInfo h4{
    font-size: 16px;
    font-weight: bold !important;
  }
  .groupLeft{
    float: left;
    width: 49%;
    border-bottom: 1px solid #525252;
  }
  .groupRight{
    float: right;
    width: 49%;
    border-bottom: 1px solid #525252;
  }
  .gpWideLeft{
    float: left;
    width: 50%;
    border-bottom: 1px solid #525252;
    padding: 5px 0 15px 160px;
  }
  .gpWideRight{
    float: right;
    width: 50%;
    border-bottom: 1px solid #525252;
    padding: 5px 0px 15px 15px;
  }
  .gpWideLeft h4,.gpWideRight h4{
    font-size: 16px;
    font-weight: bold !important;
    color: #FFF;
    margin-bottom: 10px;
  }
}