@charset "utf-8";

*{
    padding: 0;
    margin: 0;
}

body{
    color: #333;
}

a {
    color:#0c6bd6;
    text-decoration: underline;
}

a:hover{
    color: #0c6bd6;
    text-decoration: none;
}

a.icon_link::after{
    content: url(../img/icon_link_blue.svg);
    margin-left: 5px;
}

img{
    vertical-align: middle;
}

#pc{
    /* display: flex; */
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding: 30px;
    gap: 30px;
    box-sizing: border-box;
}

.btn{
    display: flex;
    gap: 30px;
}

.btn a{
    display: inline-block;
    transition: opacity .5s;
}

.btn a:hover{
    opacity: .7;
}

.btn a img{
    height: 50px;
}

.copyright{
    margin-top: auto;
}


/* privacyporicy */
/* riyoukiyaku */
.page header{
    display: flex;
    align-items: center;
    padding: 20px;
    background: #e5e5e5;
    margin-bottom: 30px;
}
.page header h1{
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}

.page main{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px 20px;
}

.page main nav{
    margin-bottom: 40px;
}

.page main h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.page main h3 {
    margin-bottom: 10px;
}

.page main p{
    margin-bottom: 30px;
}

.page main ul{
    list-style: none;
    margin-left: 25px;
    margin-bottom: 30px;
}

.page main ul.num{
    list-style: decimal;
}

.page main ul.list{
    list-style: disc;
}

.page main ol {
    list-style: none;
    margin-bottom: 30px;
}

.mt20 {
    margin-top: 20px !important;
}

.ml0{
    margin-left: 0 !important;
}

.mb0{
    margin-bottom: 0 !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.copyright{
    text-align: center;
    margin-bottom: 40px;
}

/* tokusyou */
#tokusyou .midashi{
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
    text-align: center;
}