@charset "UTF-8";
body {
	margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*ヘッダー部分*/
.header-top{
    width: 100%;
    height: 34px;
    background-color: #fe3781;
}
.header-top p {
    text-align: center;
    color: aliceblue;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*ここまで*/

/*メニューボタン*/
nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    background-color:white;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.nav-links {
    display: flex;
    justify-content:space-around;
    width: 50%;
    text-transform: uppercase;
}
.nav-links li {
    list-style: none;
}
.nav-links a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(11, 5, 5);
    border-bottom:2px solid transparent;
    transition:0.5s ease;
    transform: translateX(0%);
    font-size: 20px;
}
.container {
    margin-top: 10px;
}
.nav-links a:hover{
    color:#38b8ff;
    font-weight: bold;
}
/*ここまで*/

.print_pages {
    /*A4縦*/
    height: auto;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
.container {
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: top;
    max-width: 1100px;
}
.left {
    margin-top: 40px;
    /* padding: 0.25em 0.5em; */
    padding-left: 10px;
    border-left: solid 20px #fe3781;
    border-bottom: solid 2px #fe3781;
    /* font-size: 35px; */
    font-size: clamp(21px,2vw,35px);
    filter: drop-shadow(2px 2px 0px #fffed7);
}
.wi {
    /* width: 1100px */
    width: 62%;
    margin-top: 100px;
}
.row {
    margin: 0 -5px;
    margin-top: 50px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (min-width: 1024px) and (max-width: 1370px) {
    .column {
      width: 31.7%;
      margin: 5px;
    }
    .row{
      margin-left: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .column {
      width: 30.7%;
      margin: 5px;
    }
    .row{
        margin-left: 25px;
    }
}
@media screen and (max-width: 767px) {
    .column {
    width: 90%;
    margin-left: 20px;
    }
}
.column{
	float: left;
	width: 31.5%;
	margin: 10px;
}
.card {
    float: left;
    width: 100%;
    max-height: 450px;
    text-align: center;
    padding: 0 ;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card:hover {
    background-color: #ddd;
}
div.card .btn_sitemap:hover {
    background-color: white;
    color: black;
}
div.card p.sitemap {
    font-size: 15px;
    margin-top: 20px;
}
div.card h4.title {
    background-color: gray;
    width: 100%;
    font-size: 22px;
    color: white;
    margin-top: 0px;
    box-sizing: border-box;
}
.h {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: white;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-color: #0a4275;
    display: block;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
div.card .btn_sitemap {
    display: block;
    width: 90%;
    border: none;
    background-color: #75A9FF;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

/*最後*/
.header-bottom {
    width: 100%;
    height: 90px;
    background-color: #fe3781;
    margin-top: 70px;
}
.color-bottom1 {
    padding-right: 5px;
    padding-bottom: 18px;
    color: #fff;
    text-decoration: none;
}
.color-bottom {
    padding-right: 13px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.header-bottom img {
    margin-top: 5px;
    margin-left: 5px;
}
.header-bottom-item {
    padding-top: 10px;
    padding-right: 90px;
}
.form {
    padding-top: 10px;
}
.tel-link {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
/*ここまで*/