@charset "UTF-8";
/*759pxÒÔÏÂ*/
header {
    position: sticky;
    top: 0px;
    width: 100%;
    box-shadow: 0px 6px 15px -13px #777777;
    z-index: 10000;
}

.hd_inner {
    padding: 9px 8px 9px 8px;
}

.hd_left img {
    max-width: 250px;
}

.sm {
    top: 83px;
}

.sm ul li {
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sm ul li a {
    line-height: 2;
}

.contents_inner {
        height: auto;
}
.contents_inner_img{
	height:400px;
	background-position:top center;
}
.contents_ifram{
	height:auto;
	flex-direction:column;
}
.contents_ifram > div.notice,
.contents_ifram > div.calendar{
	width:100%;
}
.contents_ifram > div.notice{
	height:230px;
}
.contents_ifram > div.calendar{
	height:480px;
}
main .contents_ifram > div.notice h2{
    margin-top: 0;
}


.contents_item {
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 15px;
}
.contents_item li{
	aspect-ratio:11 / 5;
}

.contents_item li a {
    height: 100%;
    margin: 0;
	font-size:100%;
}

.arrow_box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.ft_outer {
    margin-top: 40px;
    height: auto;
}

.ft_inner {
    flex-direction: column;
    height: auto;
}

.ft_item {
    height: auto;
}
.ft_item dl{
    flex-direction: column;
}
.ft_item dt,.ft_item dd{
    width: 100%;
}
.ft_item dt{
    opacity: 0.7;
}
.ft_item dd{
    margin-bottom: 1em;
}

.ft_copy {
    margin-top: 60px;
}

.ft_right {
    padding-top: 2px;
}

.ft_item:nth-child(2) {
    border-bottom: 1px solid #fff;
}

.ft_right ul {
    padding-top: 15px;
}


.ft_right ul li {
    padding-left: 18px;
}

#low{
    font-size: 100%;
    letter-spacing: 0.05em;
}
#low main{
    padding: 80px 10%;
    border-top: none;
}
#low main .fl_box{
    flex-direction: column;
}
#low main .fl_box > figure{
    aspect-ratio: 3 / 2;
    width: 100%;
    margin-bottom: 2em;
}
#low main .fl_box > div{
    width: 100%;
}
#low main table th{
    width: 35%;
    padding: 20px 10px;
}
#low main table td{
    padding: 20px 10px;
}
