@charset "UTF-8";

/* =========================================================
   Links / Hover
========================================================= */
a img:hover,
a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* =========================================================
   Typography basic
========================================================= */
p {
    max-height: 100%; /* for android */
}

h1,
h2,
h3,
h4,
h5,
p,
dt,
dd {
    line-height: 1.5;
}

/* 太字 */
.bold {
    font-weight: bold;
}

/* =========================================================
   jn-prefix Utility Classes
========================================================= */
.jn-center { 
    text-align: center;
}

.jn-mt20 {
    margin-top: 20px !important;
}

.jn-mt40 {
    margin-top: 40px !important;
}

/* =========================================================
   Buttons
========================================================= */
.jn-button a {
    display: block;
    padding: 20px 0;
    text-align: center;
    margin: auto;
    color: #FFF;
    border: 1px solid #FFF;
    width: 320px;
    font-size: 1.3rem;
    border-radius: 30px;
}

.jn-button a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-left: 0.5em;
}

/* =========================================================
   Page Base
========================================================= */
a { 
    text-decoration: none;
    color: #000;
}

html {
    font-size: 62.5%;
    font-family:'YakuHanJP','Noto Sans Japanese', sans-serif;
    color:#000;
    letter-spacing:0.5px;
    overflow-x: hidden;
}

html * {
    line-height: 100%;
}

body {
    font-size: 1.4rem;
}
