@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
}

.sp {
    display: none;
}

body {
    width: 100%;
    min-width: 1200px;
    font-size: 1.6rem;
    line-height: 2;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FFF;
    color: #333333;
    margin: auto;

}

body .body-inner {

    background: url(../img/main01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}

header {
    padding: 60px;
}

header p {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 1.8rem;
}


main {}

section {
    width: 600px;
    background-color: #FFF;
    margin: auto;

    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.block-inner {
    padding: 30px;
    margin-bottom: 30px;
}

p {
    font-size: 1.4rem;
}

h1 {
    text-align: center;
    padding-top: 30px;

}

h1 img {
    width: 20%;

}

h2 {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 10px;
    color: #0b58b1;

}

h3 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    background-color: #d1e6ec;
    /*
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; */



}

h4 {
    text-align: center;
    border: 1px solid #4444;
    font-weight: 300;
    /*
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; */


}

.sp {
    display: none;
}

ul{
    list-style: none;
}


ul.news-block{
   

}

ul.news-block li{
    margin-bottom: 10px;

}

ul.news-block li dl{

}

ul.news-block li dl dt{
    font-size: 1.4rem;

}

ul.news-block li dl dd{
    font-weight: 600;
    line-height: 120%;

}

ul#list-japan {
    display: flex
    ;
            list-style: none;
            justify-content: space-evenly;
            margin: 30px auto;
            /* flex-direction: column; */
            gap: 4px;
}


ul#list-japan li {
    width: 18%;
    background-color: #e01c95;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

ul#list-japan li a {
    color: #FFF;
    font-size: 1.4rem;
    display: block;
}

.box01 {
    margin: 20px;

}

.box01 p.box01-title {
    font-size: 1.6rem;
    font-weight: 900;
    display: block;
    padding-left: 20px;
    background-image: url(../img/sizuku.png);
    background-repeat: no-repeat;
    background-size: 15px;
}


.box01-table dl {
    display: flex;
    font-size: 1.4rem;

}

.box01-table dl dt {
    width: 16%;

}

.box01-table dl dd {}

.gosyu {
    color: #e01c95;
    font-size: 1.2rem;
}


footer {
    color: #FFF;
    text-align: center;
    padding: 20px;

}