﻿@charset "utf-8";
/* CSS Document */



/* -------------------------
@common
--------------------------*/

h1.title_img {
    background-color: unset !important;
    margin: 0px !important; 
}

h1.title_img img {
    display: flex;
    margin: 0 auto;
}

.h2ttl {
    margin: 50px 0 20px 0 !important; 
}

.h3ttl {
    margin: 40px 0 20px 0 !important; 
}

p.txt1 {
    line-height: 1.8;
}

.cntr {
    text-align: center;
}

.btmem

/* -------------------------
@element
--------------------------*/

.box1 {
    position: relative;
    margin: 1.5em 0 2.5em;
    padding: 0.7em 0em 0em;
    border: solid 3px #c1c1c1;
    border-radius: 8px;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.2em;
    background: #FFF;
    color: #000;
    font-weight: bold;
}

ul.list1 li {
    line-height: 1.5;
}

.dl {
    text-align: center;
    margin-bottom: 3em !important;
}

.btn_dl a {
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto;
    max-width: 400px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #7993ad;
    text-decoration: none;
}
.btn_dl a:hover {
    background: #386695;
}

.flyer {
    max-height: 400px;
    border: 1px solid #c1c1c1;
}
.png_logo img {
max-width: 500px;
}