*{    
    margin:0;
    padding:0;
    box-sizing:border-box;
    line-height:1.5;
}

body{
    font-size:18px;
    color:#221e1f;
    font-family: 'Noto Sans JP', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.red{
    color:#da5d77;
}

.yellow{
    color:#ed953b;
}

.green{
    color:#418964;
}

.blue{
    color:#3c70ac;
}

h2{
    font-size:28px;
    color:#da5d77;
}

h3{
    font-size:24px;
    padding:10px;
    margin-bottom:30px;
    background-color: #f9f8f2;
    border-bottom:5px solid #e74872;
}

h4.red{
    color:#fff;
    background-color: #da5d77;
}

h4.yellow{
    color:#fff;
    background-color: #ed953b;
}

h4.green{
    color:#fff;
    background-color: #418964;
}

h4.blue{
    color:#fff;
    background-color: #3c70ac;
}

h4{
    font-size:22px;
    border-radius: 30px;
    padding:10px;
}


@media screen and (max-width: 690px)
{
h2{
    font-size:20px;
}
}


.font_l{
 font-size:22px;
}

.wrap{
    width:992px;
    margin:0 auto;
}

@media screen and (max-width: 1000px)
{
.wrap{
    width:100%;
    padding:15px;
}
}

.center{
    text-align: center;
    margin:0 auto;
}

.pc_view{
    display: block;
}

.sp_view{
    display: none;
}

@media screen and (max-width: 690px)
{
.pc_view{
    display: none;
}
.sp_view{
    display: block;
}
}

.mt10{
    margin-top:10px;
}

.mt20{
    margin-top:20px;
}

.mt40{
    margin-top:40px;
}


.topimg{
    width:100%;
    background-color: #f9f8f2;
}

.topimg img{
    margin:0 auto;
    max-width: 100%;
}

#about{
    text-align: center;
    font-size:22px;
    color:#fff;
    background-color: #e74872;
    padding:20px 0;
}

#about .date span{
    font-size:35px;
}

img.pdfimg{
    width:400px;
}

@media screen and (max-width: 690px)
{
    img.pdfimg{
        width:80%;
        max-width: 400px;
    }
}

a.qr{
    display: flex;
    justify-content:space-between;
    width:400px;
    border:3px solid #3c70ac;
    border-radius: 10px;
    padding:15px;
    margin:40px auto 0 auto;
    text-decoration: none;
    transition: .3s;
}

a.qr p{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size:20px;
    color:#3c70ac;
}

@media screen and (max-width: 690px)
{
a.qr{
    width:80%;
    max-width: 400px;
    text-align: center;
}

a.qr p{
    display: block;
    width:100%;
}
}

#main_txt span{
    display: inline-block;
}

#main_txt{
    text-align: center;
    margin-top:40px;
}

@media screen and (max-width: 690px)
{
#main_txt p{
    text-align: left;
}
}

#gaiyou{
    margin-top:20px;
}

#gaiyou ul li{
    display: flex;
    margin:20px 0;
    border-bottom:1px dotted #e74872;
    padding:15px 0 30px 0;
}

#gaiyou ul li:last-child{
    border-bottom:none;
}

#gaiyou ul li div{
    display: flex;
    align-items: center;
}

#gaiyou ul li div:first-child{
    width:120px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size:20px;
    justify-content: center;
    color:#e74872;
}

#gaiyou ul li div:last-child{
    display: block;
    width:calc(100% - 120px);
}

#gaiyou span,#tokuten span{
    font-size:15px;
}

#tokuten ul li{
    border:2px solid #ed953b;
    background-color: #f9f8f2;
    border-radius: 10px;
    padding:15px 20px;
    margin-bottom:20px;
    list-style: none;
}

#contents .booth{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#contents .booth div{
    width:49%;
    border:2px solid #e74872;
    padding:15px 15px;
    border-radius: 10px;
    margin-bottom:15px;
    background-color: #f9f8f2;
}

#contents ul{
    margin-top:5px;
}

#contents div strong{
    display: inline-block;
    margin-top:10px;
}

#contents ul li{
    font-size:15px;
    margin-left:25px;
}

@media screen and (max-width: 690px)
{
#contents .booth{
    display: block;
}

#contents .booth div{
    width:100%;
}
}

footer{
    background-color: #e74872;
    color:#fff;
    padding:30px;
    margin-top:60px;
    text-align: center;
}

footer .c_name{
    font-size:24px;
    font-weight: bold;
}