/* BODY */

.noto-sans-jp-bodyfont {
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.josefin-sans-titlefont {
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body{
    font-family: Noto Sans JP, sans-serif;
    color: #141414;
    text-align: center;
}

strong{
    color: #e25463;
}

a{
    color: #e25463;
    transition: 0.3s;
    text-decoration: none;
}
a:hover{
    color:#929799;
}

    /* HEADER */

#header{
    width:100%;
}

.subheader{
    /* background-color: #fafafa; */
    width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6a6e6f;  
    border-bottom: #dcdcdc solid 1px;
    /* box-shadow: inset 0 1px 1px #00000014; 
    padding-top: 1.0rem;*/
    padding-bottom: 1.0rem;
}

.logo{
    position: relative;
    align-content: center;
    width: 40%;
    max-width: 400px;
    padding-top: 1.0rem;
    padding-bottom: 0.4rem;
}


    /* BODY */

#body{
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.0rem;
    align-content: center;
}

.notice_image{
    width:10%;
    margin-top: 1.0rem;
    margin-bottom:1.5rem;
    min-width: 100px;
}

.notice{
    color: #e25463;
    font-family: Josefin Sans, sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    letter-spacing: .07em;
}

.middle{
    display: inline-table;  
    background: #fafafa;
    width:75%;
    max-width: 750px;
    padding: 2.0em;
    border: #dcdcdc solid 2px;
    margin-bottom:2.0rem;
}

.strawberry{
    display:inline-table;
    width:10%;
    max-width:65px;
    padding:0.5rem;
}

.button_container{
    display:inline-table;
    width:75%;
    max-width: 750px;
    text-align:center;
}

.SA_button{
    display:inline-table;
    width:45%;
    background-color: #e25463;
    color: #ffffff;
    font-family: Josefin Sans, sans-serif;
    font-weight:500;
    font-size: 1.0rem;
    letter-spacing: .07em;
    line-height: 1.5em;
    margin:0.1em;
    padding:1.0rem 0.8rem 0.8rem 0.8rem;
    border-radius: 10px;
    border: #ffffff solid 2px;
}


.SA_button:hover{
    border: #dcdcdc solid 2px;
    background-color: #fafafa;
    color: #e25463;
}

/* FOOTER */

#footer{
    bottom:0;
    width: 100%;
    background-color: #fafafa;
    color: #6a6e6f;  
}

.subfooter{
    font-size: 0.7rem;
    font-weight: 500;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    border-bottom: #dcdcdc solid 1px;
    /* box-shadow: inset 0 -1px 1px #00000014; */
}

.copy{
    padding-top: 2px;
    font-weight: 400;
    color: #929799;
    font-size: 0.6rem;
    letter-spacing: 0.25em;
}

/* VARIABLE SCREEN */

@media print, only screen and (min-width: 961px) {
    
    .notice {
        font-size: 4.4rem;
    }
    
    .SA_button{
        font-size: 1.25rem;
    }
    
    .HK{
        font-size: 1.0rem;
    }
    
}