@charset "UTF-8";
/* CSS Document */

* { 
    margin: 0px; 
    padding: 0px; 
    line-height: 0;
}

.LC_Page_User #main-content {
  margin-bottom: 0;
}


body{
    min-width: 1200px;
    margin-bottom: 0;
    background-color: #02253d;
}

.maincontent{
    width: 100%;
}


.wrap01{
    width: 100%;
align-content: center;
background-image:url("/user_data/packages/default/client/lp/2021/atobekingdom/img/pc/blue.jpg");
    background-size: cover;
text-align: center;
  font-size: 60px;
    font-weight: 500;
  padding: 0;
  margin: 0;
}

.back{
    position: relative;
     min-width: 1200px;
    max-width: 1700px;
    margin: 0 auto;
}

.content01{
   position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    width: 70%;
    font-weight: 500;
}

p{
    line-height: 180%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.fotter{
    margin-top: 45%;
    position: relative;
}



.fotter p{
        font-size: 12px;
    color: #afbac3;
}

.text01{
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
}


.text02{
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
}

.text03{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 130%;
    text-align: left;
    font-weight: 500;
}

a {
border: 0;
text-decoration: none;
 color: #afbac3;
	}
