@charset "UTF-8";
.de_text1{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 16px; /* 文字と線の間隔 */
}
.de_text1::after{
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
}
.de_text2{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.de_text3{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.de_text4{
    font-size: 22px;
    color: #000;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}
.de_txt5{
    font-feature-settings: "palt";
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
.de_ph1{
    width: 13%;
}
.de_ph2{
    width: 35.5%;
}
.de_ph2 img{
	width: 100%;
	display: block;
}
.de_right{
	width: 61%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 16px;
}
.de_ph3{
	width: 22.2%;
}
.de_ph3 img{
	width: 100%;
	display: block;
}
.flex_de{
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_de02{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.de_logo{
    width: 90%;
    max-width: 71px;
}
@media print, screen and (max-width: 1000px) {
.de_text1{
    font-size: 24px;
    line-height: 45px;
}
.de_text2{
    font-size: 18px;
    line-height: 25px;
}
.de_text3{
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.de_text4{
    font-size: 32px;
    text-align: left;
    line-height: 55px;
}
.de_ph1{
    width: 23%;
}
.flex_de{
    display: flex;
    flex-direction: column;
    gap: none;
}
.de_ph2{
    width: 90%;
    margin: 0 auto;
}
.de_ph3{
    width: 23%;
}
.de_logo{
    width: 20%;
    max-width: none;
}
.de_right{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: none;
}
.de_txt5{
    font-size: 24px;
    text-align: justify;
    line-height: 45px;
}
}