/* page_navi　ページナビゲーション
--------------------------------------------- */
body {
background-color: #f5f5f4;
}
.section.work-info {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.screen-reader-text{
    display: none;
}
.page_navi_wrap {
    display: flex;
    justify-content: center;
}
.sglmain_topics ol li {
    list-style-type: decimal;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 1.125em;
}
.sglmain_topics ul li {
    list-style-type: disc;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
    font-size: 1.125em;
}
.sglmain_topics ul {
   margin-bottom: 1em;
}
img {
    width: auto;
    max-width: 100%;
}
p {
font-size: 1.125em;
}
.pankz_topics {
    max-width: 1180px;
    width: 90%;
    color: #000;
    font-size: 0.9em;
    position: static;
    opacity: 1;
    padding-top: 30px;
    margin-inline: auto;
}
.pankz_topics a::after{
    content: '>';
    margin: 0 10px;
}
.pankz_topics a,.pankz_topics :visited,.pankz_topics a:hover,.pankz_topics .now{
    color: #000;
    font-weight: normal;
    font-size: 0.97em;
    opacity: 1;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.page-numbers {
    color: #0093dc;
    background: #fff;
    width: min(10vw,3.5em);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    font-size: 1.0625em;
    line-height: 100%;
    margin: 0 2px;
    transition: all ease 300ms;
}
.page-numbers:not(.dots):hover,
.page-numbers.current {
    background-color: #0093dc;
    color: #fff;
}
.prev.page-numbers,
.next.page-numbers{
    background: #0093dc url("../img/cmn/ico_arrow_smpl_white.svg") no-repeat center / 16px 16px;
    border: none;
    color: #fff;
    text-indent: -9999px;
    position: relative;
}
.prev.page-numbers:after,
.next.page-numbers:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 200ms all ease;
}
.prev.page-numbers:hover,
.next.page-numbers:hover{
  opacity: 0.75;
}
.prev.page-numbers {
    transform: rotateY(180deg);
}

.section.work-info .category_wrap {
    position: static;
    margin-bottom: 20px;
}
.work-info .ttl_flex{
    margin-bottom: 20px;
}

.cat_postmain {
    background-color: #cdcdcd;
    color: #fff;
    padding: 5px 12px;
    margin-right: 5px;
}
.work-info .ttl_flex .link_view {
    position: absolute;
    right: 0;
    top: 0;
}
.subtitle {
    padding-top: 30px;
}
.post_title{
    margin-bottom: 20px;
    line-height: 1.5;
}
.wrap_postttl {
    margin-bottom: 50px;
}
.posttime {
    color: #999;
    font-size: 0.9em;
}
.wrap_topics h2 {
    font-size: 1.875em;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #01a4e3;
    color: #01a4e3;
    margin-bottom: 30px;
}
.wrap_topics h3 {
font-size: 1.5em;
margin-bottom: 20px;
line-height: 1.5;
}
.wrap_topics p {
margin-bottom: 1em;
}
p.category{
    margin-bottom:0;
}
.wp-caption-text {
    font-size: 0.9375em;
    text-align: center;
}
.m_flex {
display:flex;
flex-wrap:wrap;
}
.m_flex_l {
width:calc(95% - 300px);padding-right:5%;
}

@media screen and (max-width:750px){
    .pankz_topics {
        padding-top: 80px;
        font-size: 0.9em;
        line-height: 1.5;
    }
}

@media screen and (max-width:800px){
    .post_title {
        font-size: 1.6em;
    }
    .wrap_topics h2 {
        font-size: 1.5em;
    }
    .m_flex_l {
        width:100%;
        padding-right: 0;
    }
    .wrap_topics p,.cat_postmain {
       font-size: 0.97em;
    }
}

.ant_info {
background-color: #f9f9f9;
padding: 40px 5%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ant_info img{
width: 135px;
height: 135px;
border-radius: 50%;
overflow: hidden;
}
.ant_txt {
width: calc(95% - 135px);
}
.ant_name {
margin-bottom: 20px;
font-size: 1.25em;
color: #01a4e3;
font-weight: bold;
}
.ant_ttl {
text-align: center;
font-size: 3em;
margin-bottom: 50px;
}
.ant_area {
padding-top: 100px;
}

@media screen and (max-width:640px){
    .ant_info {
    flex-flow: column;
    }
    .ant_info img{
    margin-bottom: 20px;
    }
    .ant_txt {
    width: 100%;
    }
    .ant_about{
    font-size: 0.9em;
    }
}

.work-info .ttl_flex .link_view {
font-size: 1em;
background: #ac9964;
padding: 10px 1.7em 10px 1.3em;
border-radius: 50px;
}
.work-info .ttl_flex .link_view::after {
right: 15px;
}
.link_btn {
border: 2px solid #ac9964;
}
.link_btn:after {
background-color: #ac9964;
}

.work-info .ttl_flex .link_view:hover {
color: #fff;
}

.ttl_flex .link_view:hover::after {
    border-color: #fff;
}

.contents_head {
    width: 100%;
    height: auto;
    padding: 100px 12.15%;
    min-height: auto;
    max-height: initial;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.contents_head .title, .contents_head .subtitle{
    height: auto;
    position: static;
}

.contents_head .subtitle{
    line-height: 180%;

}


/* トピックス　ストーリー
--------------------------------------------- */

.gray_box {
  background-color:#f9f9f9;
  padding: 3% 5% 2% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.ttl_22 {
    font-size: 1.222em;
    border: none;
}
.dl_cmnt_tr {
display: flex;
flex-wrap: wrap;
}
.dl_cmnt dt{
width: 115px;
font-weight: bold;
}
.dl_cmnt dd{
width: calc(100% - 115px);
margin-bottom: 1em;
}
.cl_blue {
color: #005a90;
}
.mb4em {
margin-bottom: 4em;
}
.voice_info {
    padding: 0px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.voice_txt {
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: bold;
}
.voice_info img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
}
@media screen and (max-width:640px){
        .dl_cmnt dd{
        width: 100%;
        }
        .voice_info img {
        width: 22vw;
        height: 22vw;
    }
    .gray_box {
        padding: 8% 5% 2% 5%;
    }
}


/* トピックス　ストーリー
--------------------------------------------- */
.wrap_topics {
    display: flex;
    justify-content: center;
    background-color: #f5f5f4;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
}
.side_topics_cat {
    max-width: 220px;
}
.thum img{
    width: 100%;
}
.thum img{
    margin-bottom: 10px;
}
main {
    max-width: 900px;
    width: 100%;
    margin-right: 50px;
    background-color: #fff;
    padding: 50px 3%;
}
.link_side {
    margin-bottom: 20px;
    display: block;
}
.link_side,.link_side:hover,.link_side:valid {
    color: #231815;
}
.link_side:hover {
    opacity: 0.75;
}
.ttl_side {
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.sidelist_post {
    margin-bottom: 50px;
}
.topics_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topics_list li{
    width: 48%;
    margin-bottom: 20px;
}
.topicslist_img {
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.topicslist_img img{
    object-fit: cover;
    height: 100%;
}
.nav-links {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 50px;
}

.nav-links-sngl .nav-links{
    display: block;
}
@media screen and (max-width:900px){
    .wrap_topics {
    flex-wrap: wrap;
    padding-left: 3%;
    padding-right: 3%;
    }
    .side_topics_cat {
        max-width: 100%;
        width: 90%;
    }
    main {
        max-width: 100%;
        margin-right: 0px;
        padding: 50px 5%;
        margin-bottom: 40px;
    }
    .postttl_side {
        align-items: center;
    }
    .postttl_side .ttl {
        width: calc(95% - 70px);
    }
    .thum {
        width: 70px;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .time_side .ttl {
        width: calc(100% - 80px);
    }
    .time_side {
        display: block;
        font-size: 0.97em;
        margin-bottom: 5px;
    }
    .postttl_side {
        display: flex;
    }
}
