@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;
    text-align:center;
    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;
}
.privacy_content {
    margin: 30px 10px 10px 10px;
}
dt {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-color: #4682B4;
    display: block;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    margin-right: auto;
    margin-left: auto;
}
.ollmargin {
    margin: 10px 10px 10px 10px;
}
li {
    list-style: none;
}

/*最後*/
.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;
}
/*ここまで*/