div.header_icon{
    float:right;
    width:8%;
    margin-top: 20px;
    margin-right: 10px;
    color:white;
    font-size: 10px;
    text-align:center;
}

div.inner{
    width: 90%;
    margin: 15px auto;
}
div.inner_white{
    width: 85%;
    border-radius: 10px;
    background-color:white;
    margin: 0 auto;
    padding: 15px;
}
div.help_obi{
    background-color: #2B5E86;
    padding: 10px;
    color:white;
    font-weight:bold;
    font-size: 18px;
    text-align:center;
}
div.usage_step{
    width: 90%;
    text-align:left;
    margin: 10px auto;
}
div.usage_step_text1{
    color: #2183D0;
    font-weight: bold;
}
hr.usage{
    border-color: 1px solid #d9d9d9;
    margin-top: 15px;
    margin-bottom: 25px;
}
hr.faq{
    border-color: 1px solid #d9d9d9;
    margin-top: 5px;
    margin-bottom: 10px;
}


div.setting_menu{
    color:#34373A;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
}
img.setting_menu{
    vertical-align:middle;
    height:30px;
}
hr.setting_menu{
    color: #34373A;
}
div.preview_download{
    margin:0 auto;
    padding: 10px;
    text-align:center;
}
div.preview_text1{
    color: #2183D0;
    font-size: 16px;
    padding: 5px;
    text-align:left;
    font-weight:bold;
}
div.preview_text2{
    color: #2183D0;
    font-size: 14px;
    padding: 5px;
    text-align:left;
}

div.tabtext {
    float:left;
    width: 50%;
    text-align:center;
    padding: 10px 0 10px 0;
}
a.tabtext_black {
    color: black;
    text-decoration:none;
    font-weight:bold;
}
a.tabtext_gray {
    color: #c9caca;
    text-decoration:none;
    font-weight:bold;
}
hr.tab_blue{
    background-color: #2392E9;
    height: 2px;
    border: 0;
}
hr.tab_gray{
    background-color: #EBF3F8;
    height: 2px;
    border: 0;
}
a.textlink_black {
    color: black;
    text-decoration: none;
}
a.usagelink {
    color: #6c6c6c;
    text-decoration: none;
}
.odai{
    background-color: #2B5E86;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
    color: white;
    font-size: small;
    width: 30px;
    text-align:center;
}
.shitsumon{
    background-color: #5B90C0;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
    color: white;
    font-size: small;
    width: 30px;
    text-align:center;
}
button.select{
    border: 1px solid #8C8C8C;
    border-radius: 15px;
    height: 30px;
    font-size: small;
    padding: 5px 15px 5px 15px;
    color: #8c8c8c;
    background-color:white;
}
button.select_clear{
    border: 1px solid #8C8C8C;
    border-radius: 18px;
    height: 36px;
    font-size: small;
    padding: 5px 18px 13px 18px;
    color: #8c8c8c;
    background-color:white;
}

.filter_radio{
    width: 25px;
    height: 25px;
    margin-top: 10px;
}


.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #8c8c8c;
  border-radius: 2px;
  cursor: pointer;
  background-color: white;
  vertical-align:middle;
}

.checkbox:checked {
  background-color: #95D2F4;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
div.palette{
    position:absolute;
    width:400px;;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #8c8c8c;
    background-color: white;
    height:60px;
    bottom: 20px;
    border-radius: 38px;
    padding: 15px 4% 5px 4%;
}
div.palette_icon{
    float:left;
    width:20%;
    color: #8c8c8c;
    text-align:center;
    font-size: small;
}


div.palette_color{
    position:absolute;
    width:380px;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #8c8c8c;
    background-color: white;
    height:60px;
    bottom: 120px;
    border-radius: 10px;
    padding: 15px 4% 5px 4%;
}


.button_black{
    width: 90%;
    height: 50px;
    background-color: black;
    border: 1px solid black;
    color:white;
    text-align:center;
    border-radius: 10px;
}
.button_white{
    width: 90%;
    height: 50px;
    background-color: white;
    border: 1px solid black;
    color:black;
    text-align:center;
    border-radius: 10px;
}
.button_blue{
    width: 90%;
    height: 50px;
    background-color: #2392E9;
    border: 0;
    color:white;
    text-align:center;
    border-radius: 10px;
}
.button_blue:disabled {
    pointer-events: none;
    background-color: #BFE2F8;
}













div.main{
    width:480px;
    margin: 0 auto;
    background-color: #F0F9FE;
}
div.sub{
    width:480px;
    margin: 0 auto;
    background-color: white;
}
div.header_text1{
    text-align: center;
    font-size: 20px;
    color:black;
    padding: 20px;
    font-weight: bold;
}
div.header_text2{
    text-align: center;
    font-size: 20px;
    color:black;
    padding: 10px 0 10px 0;
    font-weight: bold;
}
div.header_text3{
    text-align: center;
    font-size: 14px;
    color:black;
    padding: 0px 0 10px 0;
    font-weight: normal;
}
div.input_text1{
    color: #2183D0;
    font-size: 20px;
    padding: 5px;
    text-align:left;
}
input[type="text"]{
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    width:100%;
}
input[type="email"]{
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    width:100%;
}
input[type="password"]{
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    width:100%;
}
div.passwordlink {
    text-align:left;
    margin-top: 10px;
    font-weight:normal;
}
a.passwordlink {
    color: gray;
    font-size: 14px;
    text-decoration:underline;
}
div.passwordtext {
    color: gray;
    font-size: 14px;
    text-align:left;
    font-weight:normal;
    margin-top: 5px;
}
button.blue_button{
    background-color: #2392E9;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: 0;
}
button.blue_inv_button{
    border: 1px solid #2392E9;
    color: #2392E9;
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
}
button.red_button{
    background-color: #ED4A4A;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: 0;
}
button.inv_button{
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
}
div.sns_login_text{
    width:20%;
    text-align:center;
    font-size: 14px;
    color: #d9d9d9
}
div.left{
    float:left;
}
div.right{
    float:right;
}
div.clear{
    clear:both;
}
hr.sns_login_text_hr{
    border: 1px solid #d9d9d9;
}
button.x_login{
    width:100%;
    border-radius: 5px;
    background-color: black;
    padding: 10px 2px 10px 10px;
    height: 54px;
    font-size: 17px;
    color:white;
}
button.google_login{
    width:100%;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    color:black;
    padding: 10px 2px 10px 10px;
    height: 54px;
    font-size: 17px;
}
button.apple_login{
    width:100%;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    color:black;
    padding: 10px 2px 10px 10px;
    height: 54px;
    font-size: 17px;
}

div.footer{
    width:480px;
    margin: 0 auto;
    background-color: white;
    text-align:left;
}
div.footer_text1{
    margin: 0;
    font-size: 16px;
    color: #34373A;
    font-weight:bold;
}
a.footerlink{
    color: #8c8c8c;
    text-decoration:none;
}
div.copyright{
    text-align:center;
    width:100%;
    color: #8c8c8c;
}

.align{
    width:15px;
    vertical-align:bottom;
}
.size{
    width:50px;
}
body{
    font-family: sans-serif,'Roboto';
}
@media screen and (max-width: 768px) {
    body{
        background-color: white;
    }
}
@media screen and (min-width: 768px) {
    body{
        background-color: #eef4fa;
    }
}
::placeholder {
  color: #d0d0d0;
}
