@charset "utf-8";
body { color:#333; font-size: 14px;line-height: 1.5;margin: 0;padding: 0;background: #fff;font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;}
p,li{color:#333;}
p,ul,ol,li,dl,dt,dd{font-size: 1rem;font-size: 12px;margin: 0;padding: 0;}
dt{font-weight:normal;}
li {list-style: none;}
input[type="button"],input[type="submit"] {-webkit-appearance: none;}
img{
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
}

#top-body {
    background: linear-gradient(135deg, #E0C3FC 0%, #8EC5FC 100%);
}

#wrap{
    margin: 0 auto;
}

.inner{
    max-width: 980px;
    margin: 0 auto;
}

#top-page-privacy-policy-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
}

h6{
    font-size: 14px;
    margin: 20px 0 20px 0;
}
h6:first-child{
    margin: 0 0 20px 0;
}
section{
    margin: 0;
    padding: 60px 0;
}
header{
    padding: 60px;
    background-image: url("./img/header_bg.png");
}
header:after,
.app-dl ul:after{
    content: "";
    clear: both;
    display: block;
}
header h1 {
    display: block;
}
header h1 img {
    max-width: 680px;
    margin: 0 auto;
    height: auto;
}
article section:nth-child(odd){
    /*background-color: #fca1b3;*/
	background-color: #fff;
}
article section:nth-child(odd) h2,
article section:nth-child(odd) p {
    /*color: #fff;*/
}
.app-dl{}
.app-dl ul li {
    float: left;
    width: 50%;
    text-align: center;
}
.app-dl img {
    width: 50%;
    margin: 0 auto;
}
.app-dl a {
    display: block;
}
.rule {
	background: #f9f9f9;
}
.rule_box {
    margin: 0 auto;
    padding: 30px;
    width: 60%;
    height: 400px;
    border: 10px solid #efefef;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.rule_box h2 {
    margin: 40px 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
}
.rule_box ul {
    margin-top: 10px;
    padding: 0 0 0 1.5em;
}
.rule_box li {
    list-style-type : lower-latin;
    margin: 0 0 10px 0;
}
.contact p{
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px 0;
}


input {
    display: block;
    font-size: 14px;
    width: 50%;
    border: none;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
input[type="submit"]{
    width: 40%;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 100;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
input[type="submit"]:hover{
    color: #fca1b3;
    background-color: #FFF;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

textarea {
    font-size: 14px;
    display: block;
    width: 50%;
    height: 10em;
    margin: 0 auto 30px auto;
    padding: 10px;
    border: none;
    resize: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
footer div{
    padding: 60px;
    text-align: center;
}
article section:nth-child(odd) p.er{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    margin: 0 0 5px 0 ;
}

/**********************************************************/
/* モーダルウィンドウ */
/**********************************************************/
.modal-window {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    display: none;
}
.modal-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.is-active.modal-window {
    display: block;
}
.modal-window:target {
    display: block;
}
.modal-window .modal-inner {
    position: absolute;
    width: 60%;
    margin:  0 auto;
    padding: 20px;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #fff;
}
.modal-window .modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.modal-window .modal-inner a{
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}

@media only screen and (min-device-width : 414px){
.modal-window .modal-inner {
    width: 30%;
}
}

.sub header {
    padding: 10px;
    text-align: center;
    background: #661ef7;
}
.sub header a ,
.sub header p{
    color: #FFF;
    font-weight: bold;
    font-size: 2rem;
}

.sub a {
    text-decoration: none;
}

/* Footer */
footer {
    position: relative;
    text-align: center;
    z-index: 10;
    background: #fff;
}

footer p {
    font-size: 2.4rem;
    font-weight: bold;
}

footer .logo {
    max-width: 50%;
}

.copy {
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    background: #f0ece4;
}

.copy ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.copy li {
    width: auto;
}

.copy a {
    padding: 10px;
}

.copyright {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: normal;
}

/* Terms Of Service */
.terms_section {
    margin: 40px auto;
}

.terms_section dt {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 5px 0;
}

.terms_section dd {
    margin: 0 0 7px 0;
    line-height: 1.6;
    padding-left: 10px;
}



/* Privacy Policy */
.privacy_section {
    margin: 40px auto;
}

.privacy_section h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 5px 0;
}

.privacy_section h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.privacy_section h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}



.table-default {
    border-spacing: 0;
}

.table-default th,
.table-default td {
    padding: 10px 0;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.table-default th {
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.1;
}

.table-default td p {
    margin: 0;
}

@media only screen and (max-device-width : 414px){
    header{ padding: 30px; }
    section{ padding: 30px 0;}
    .rule_box { width: 90%; padding: 15px; height: 300px;}
    input {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
    }
    textarea {
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    input[type="submit"]{
        width: 60%;
    }
    footer div{ padding: 30px; }
}

@media screen and (min-width:750px) {
    html {
        font-size: 80%;
    }

    footer {
        padding: 80px 0 0;
    }

    .footer_btn div {
        width: 100%;
        margin: 0 10px;
    }
}

/* Webview */
.app-webview-body {
    margin-bottom: 100px;
    background-color: #f0ece4;
}