main {

}

main .content_control {
    padding:11px 13px 11px;
    border-bottom:solid 1px #EEE;
}

main .content_control a.to_list {
    color:var(--DarkGray);
    position: relative;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

main .content_control a.to_list i {
    width:20px;
}
/*
main .content_control a.to_list:before {
    content:"";
    width:16px;
    height:16px;
    border-radius: 100%;
    background: var(--LightGray);
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7px;
}

main .content_control a.to_list:after {
    content:"";
    width:0;
    height:0;
    border:solid 3px transparent;
    border-right:solid 5px #FFF;
    position: absolute;
    left:2px;
    top:50%;
    margin-top:-2px;
}
*/
main article {
    margin:0 auto;
	padding:3em 0 4em;
    display: block;
    width: 90%;
    max-width: 960px;
    color:var(--BaseColor);
    text-align: justify;
}

main .title_area {
    margin-bottom:3em;
}

main .title_area .category {
    font-weight: 300;
    letter-spacing: 0.05em;
}

main .title_area .category span {
    margin-right:1em;
    display: inline-block;
    vertical-align: top;
}

main .title_area h1 {
    margin:0.7em 0;
    font-size:1.6em;
}

main .title_area .day {
    text-align: right;
    color: var(--LightGray);
    font-family: "Noto Sans", sans-serif;
}

main .title_area .day .icon_new {
    font-weight:600;
    color:#FB4;
    margin-left:0.6em;
}

div#ez-toc-container .ez-toc-title {
    padding-left:0.7em;
}

main .content {
    line-height: 2;
    letter-spacing: 0.03em;
}

main .content h2,
main .content h3,
main .content h4,
main .content h5,
main .content h6 {
    font-weight:500;
    margin-top:2em;
}

main .content h2 {
    font-size:1.5em;
    line-height: 1.7;
}

main .content h3 {
    font-size:1.4em;
    line-height: 1.7;
}

main .content h4 {
    font-size:1.3em;
}

main .content h5 {
    font-size:1.2em;
}

main .content h6 {
    font-size:1.1em;
}

main .content p,
main .content img {
    margin:2em 0;
}

main .content h1 + p,
main .content h2 + p,
main .content h3 + p,
main .content h4 + p,
main .content h5 + p,
main .content h6 + p {
    margin-top:1em;
}

main .content img {
    display: block;
}

main .content img.alignnone {
    margin-right:auto;
    margin-left:auto;
}

main .content em {
    font-style:italic;
}

main .content ul {
    padding-left:1.6em;
    list-style: disc;
    margin:2em 0;
}

main .content ol {
    padding-left:1.6em;
    list-style: decimal;
    margin:2em 0;
}

main .content ul li + li,
main .content ol li + li {
    margin-top:0.5em;
}

main .content blockquote {
    position:relative;
    border-left:3px solid var(--LightGray);
    padding-left:10px;
    margin:2em 0;
}
main .content blockquote:before {
    position:absolute;
    content:'“';
    font-size: 2em;
    top:-0.5em;
    color:var(--LightGray);
}
main .content blockquote p {
    position:relative;
    padding-left:1.4em;
}
main .content blockquote cite {
    display: block;
    font-size:0.8rem;
    color:var(--LightGray);
    text-align:right;
}
main .content a {
    color:var(--BaseColor);
}

main .info {
    margin-top:3em;
}

main .info table {
    font-size: 0.9em;
}

main .info table tr th {
    padding:0.4em 0;
    vertical-align: top;
    text-align: right;
    min-width:6em;
}

main .info table tr td ul li {
    display: inline-block;
    vertical-align: top;
    margin:0.2em;
    overflow: hidden;
}

main .info table tr td ul li a {
    display: block;
    overflow: hidden;
    color:var(--BaseColor);
    padding:0.2em 0.8em 0.3em;
    line-height: 1.2;
    border: solid 1px var(--DarkGray);
    border-radius:1em;
    text-decoration:none;
    transition-duration: .3s;
}

main .info table tr td ul li.subcate a {
    font-weight:200;
    border: solid 1px var(--LightGray);
}

#others {
    border-top:solid 1px #DDD;
    padding:4em 0;
}

#others h2 {
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size:1.7em;
    letter-spacing: 0.1em;
    color:var(--BaseColor);
    margin-bottom:1em;
}

#others ul {
    display: flex;
    flex-wrap:wrap;
    gap:4vw 4vw;
    margin-bottom:4vw;
}

#others ul li {
    width:43vw;
}

#others ul li a {
    display: block;
    text-decoration: none;
    color:var(--BaseColor);
    font-size: 0.9em;
}

#others ul li a img {
    object-fit: cover;
    width:43vw;
    height:calc(43vw / 4 * 3);
}

#others ul li a figure figcaption {
    margin-top:0.6em;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.9em;
    font-weight: 300;
}

#others ul li a figure figcaption span {
    display:inline-block;
}

#others ul li figure.line_gray img {
    outline: solid 1px #EEE;
    outline-offset: -1px;
}

#others ul li figure > span {
    display: block;
}

#others ul li a > div {
    display: none;
}

#others ul li a > div p.in_charge {
    font-size: 0.8em;
    margin-bottom: 1em;
}

#others ul li a > div p {
    color:var(--DarkGray);
    font-size: 0.9em;
}

#others p.to_list {
    text-align: center;
}

#others p.to_list a {
    display: inline-flex;
    padding: 0.5em 2em 0.6em;
    border:solid 1px var(--LightGray);
    color:var(--BaseColor);
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.05em;
    align-items: center;
    gap: 10px;
}

#others p.to_list a i {
    width: 20px;
}


@media print, screen and (min-width: 480px) {

}


@media print, screen and (min-width: 640px) {

#others h2 {
    font-size: 2em;
}

#others ul li a figure figcaption {
    font-size:1em;
}

}


@media print, screen and (min-width: 768px) {

main .title_area h1 {
    margin:0.5em 0;
    font-size:2em;
}

#others ul {
    display: flex;
    flex-wrap:wrap;
    gap:4vw 2vw;
    margin-bottom:3vw;
}

#others ul li {
    width:21vw;
}

#others ul li a img {
    width:21vw;
    height:calc(21vw / 4 * 3);
}



}


@media print, screen and (min-width: 960px) {





}


@media print, screen and (min-width: 1200px) {

main {
    box-sizing: border-box;
    padding-right:32px;
    padding-bottom:5em;
}

main .content_control {
    border-top:solid 1px #DDD;
    border-bottom:solid 1px #DDD;
    padding:11px 0;
}

main article {
    margin: 0 0 0 auto;
    padding-right:6%;
    width: 94%;
    max-width: 1080px;
}

main .content p a:hover {
    text-decoration:underline;
}

main .info table tr td ul li a:hover {
    background: var(--DarkGray);
    color:#FFF;
}

main .info table tr td ul li.subcate a:hover {
    background: var(--LightGray);
    color:#FFF;
}

#others ul {
    gap: calc((100vw - 300px) * 21 / 23 * 1 / 27);
    margin-bottom:30px;
}

#others ul li {
    width:calc((100vw - 300px) * 21 / 23 * 6 / 27);
}

#others ul li a figure > span {
    display: block;
    overflow: hidden;
}

#others ul li a img {
    width:calc((100vw - 300px) * 21 / 23 * 6 / 27);
    height:calc((100vw - 300px) * 21 / 23 * 6 / 27 / 4 * 3);
    transition-duration: .3s;
}

#others ul li a {
    position: relative;
    transition-duration: .3s;
}

#others ul li a:hover img {
    filter:brightness(0.4);
    transform:scale(1.1);
}

#others ul li a > div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    opacity: 0;
    transition-duration: .5s;
    padding:3em;
    box-sizing: border-box;
}

#others ul li a > div p {
    color:#FFF;
    line-height: 1.6;
    font-size: 14px;
}

#others ul li a > div p.in_charge {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    margin-bottom:0.6em;
}

#others ul li a:hover > div {
    opacity: 1;
}

#others p.to_list a {
    transition-duration: .3s;
}

#others p.to_list a:hover {
    opacity: .5;
}

}


@media print, screen and (min-width: 1520px) {

main article {
    margin: 0 auto;
    padding-right:0;
    width: 1080px;
}

}