@charset "UTF-8";

/*---------------------------------
  all
---------------------------------*/
/* PC */
@media print, (min-width: 741px) {
  #contents{
    width: 833px;
  }
  .c-h2-ttl{
    font-family: serif;
    font-size: 28px;
    font-weight: bold;
    color: #171C61;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 24px;
    position: relative;
  }
  .c-h2-ttl::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #161C65;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/* SP */
@media only screen and (max-width: 740px) {
  .c-h2-ttl{
    font-family: serif;
    font-size: 20px;
    font-weight: bold;
    color: #171C61;
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 12px;
    position: relative;
  }
  .c-h2-ttl::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #161C65;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}




/*---------------------------------
  Category_Article
---------------------------------*/
/* PC */
@media print, (min-width: 741px) {
  .Category_Article__title{
    font-family: serif;
    font-size: 38px !important;
    font-weight: bold;
    line-height: 1em;
    color: #171C61 !important;
    margin-bottom: 10px !important;
    padding: 0;
    border-bottom: none;
  }
  .Category_Article__note{
    font-family: "NotoSansCJKjp";
    font-size: 16px;
    color: #595757;
    line-height: 1.5em;
  }
  #contents .theme_ttl{
    font-family: serif;
    font-size: 28px;
    font-weight: bold;
    color: #171C61;
    line-height: 1em;
    padding-bottom: 10px;
    margin-top: 72px;
    margin-bottom: 24px;
    position: relative;
  }
  #contents .theme_ttl::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #161C65;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contents .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  #contents .title a{
    color: #144D9C;
    font-weight: bold;
  }
  #contents .single.small .img{
    width: 304px;
    max-height: 217px;
  }
}

/* SP */
@media only screen and (max-width: 740px) {
  .Category_Article__title{
    font-family: serif;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #171C61 !important;
    margin-bottom: 2px !important;
    padding: 0;
    border-bottom: none;
    width: 100%;
  }
  .Category_Article__note{
    font-size: 12px;
    font-family: "NotoSansCJKjp";
    color: #595757;
    line-height: 1.5em;
    width: 100%;
    margin: 0;
  }
  #contents h1.theme_ttl{
    font-family: serif;
    font-size: 20px;
    font-weight: bold;
    color: #171C61;
    line-height: 1em;
    padding-bottom: 10px;
    margin-top: 74px;
    margin-bottom: 24px;
    position: relative;
  }
  #contents .theme_ttl::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #161C65;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #contents .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #contents .title a{
    color: #144D9C;
    font-weight: bold;
  }
  #contents .single.small .img{
    width: 343px;
    max-height: 490px;
  }
  #contents .item.cf{
    display: flex;
    flex-direction: column;
  }
  #contents .single{
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}




/*---------------------------------
  article__list
---------------------------------*/
/* PC */
@media print, (min-width: 741px) {
  .article__list-outer{
    margin-top: 80px;
  }
  .article__list{
    font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    margin: 56px auto 0;
  }
  .article__list a{
    text-decoration: none;
  }
  .article__list a:hover{
    text-decoration: underline;
  }
  .article__items{
    justify-content: flex-start;
    padding-bottom: 32px;
    display: none;
    align-items: flex-start;
    background-color: transparent;
    max-height: unset;
  }
  .article__items.is-active{
    display: flex;
  }
  .article__items:not(:first-of-type) {
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
  }
  .article__items--thumb{
    display: block;
    width: 304px;
    height: 217px;
    object-fit: cover;
  }
  .article__items--thumb:hover{
    opacity: 0.8;
  }
  .article__items > a {
    width: auto;
  }
  .article__items > a :hover{
    opacity: 1;
  }
  .article__items a {
    display: inline;
  }
  .article__desc{
    margin-left: 20px;
  }
  .article__desc--date{
    color: #595757;
    font-size: 0.73vw;
  }
  .article__desc--ttl{
    font-size: 1.04vw;
    font-weight: bold;
    color: #144D9C;
    margin-top: 16px;
  }
  .article__desc--lead{
    font-size: 0.83vw;
    color: #595757;
    display: block;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .article__list-more{
    display: block;
    padding: 7px 0 5px 16px;
    margin: 0 0 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #70A8CA;
    width: 178px;
    position: relative;
    box-sizing: border-box;
  }
  a.article__list-more{
    color: #70A8CA;
  }
  .article__list-more.is-hidden{
    display: none;
  }
  .article__list-more::after {
    content: "+";
    color: #70A8CA;
    position: absolute;
    transform: translateY(-50%);
    right: 16px;
    top: 50%;
  }
}

/* SP */
@media only screen and (max-width: 740px) {
  .article__list-outer{
    margin-top: 40px;
    padding: 0 5px;
  }
  .article__list{
    display: block;
    font-family: "NotoSansCJKjp", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 40px auto 0;
  }
  .article__items{
    padding-bottom: 30px;
    display: none;
  }
  .article__items.is-active{
    display: block;
  }
  .article__items:not(:first-of-type) {
    border-top: 1px solid #E6E6E6;
    padding-top: 32px;
  }
  .article__items--thumb{
    display: block;
    width: 686px;
    max-width: 100%;
    object-fit: cover;
  }
  .article__desc{
    margin-top: 16px;
  }
  .article__desc--date{
    color: #595757;
    font-size: 3.2vw;
  }
  .article__desc--ttl{
    font-size: 4.27vw;
    font-weight: bold;
    color: #144D9C;
    margin-top: 8px;
  }
  .article__desc--lead{
    font-size: 3.27vw;
    color: #595757;
    display: block;
    margin-top: 8px;
  }
  .article__list-more{
    display: block;
    padding: 5px 0 5px 15px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #70A8CA;
    width: 128px;
    position: relative;
    box-sizing: border-box;
  }
  a.article__list-more{
    color: #70A8CA;
  }
  .article__list-more.is-hidden{
    display: none;
  }
  .article__list-more::after {
    content: "+";
    color: #70A8CA;
    position: absolute;
    transform: translateY(-50%);
    right: 10px;
    top: 50%;
  }
}




/*---------------------------------
  thema-nav
---------------------------------*/
/* PC */
@media print, (min-width: 741px) {
  .thema-nav{
    background-color: rgba(201,201,51,0.15);
    padding: 20px;
    margin-top: 32px;
  }
  .thema-nav-inr{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .thema-nav__wrap{
    max-width: 255px;
    width: 31%;
    background-color: #fff;
    padding: 20px;
    color: canvastext !important;
    display: block;
  }
  .thema-nav__wrap-group{
    display: flex;
    gap: 15px;
  }
  .thema-nav__wrap-ttl{
    color: #171C61;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 13px;
    width: 154px;
  }
  .thema-nav__wrap-ttl::before{
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #161C65;
    border-right: 2px solid #161C65;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .thema-nav__wrap-ttl::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #161C65;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .thema-nav__wrap-txt{
    font-size: 16px;
    line-height: 1.875em;
    color: #595757;
  }
  .thema-nav__wrap-img{
    width: 46px;
    height: 46px;
  }
}

/* SP */
@media only screen and (max-width: 740px) {
  .thema-nav{
    background-color: rgba(201,201,51,0.15);
    padding: 16px;
    margin-top: 30px;
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    box-sizing: border-box;
  }
  .thema-nav__wrap{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    color: canvastext !important;
    display: block;
    box-sizing: border-box;
  }
  .thema-nav__wrap:not(:last-of-type){
    margin-bottom: 15px;
  }
  .thema-nav__wrap-group{
    display: flex;
    gap: 15px;
  }
  .thema-nav__wrap-ttl{
    color: #171C61;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 5px;
    width: 236px;
  }
  .thema-nav__wrap-ttl::before{
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-top: 2px solid #161C65;
    border-right: 2px solid #161C65;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 5px;
  }
  .thema-nav__wrap-ttl::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #161C65;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .thema-nav__wrap-txt{
    font-size: 12px;
    line-height: 1.5em;
    color: #595757;
  }
  .thema-nav__wrap-img{
    width: 60px;
    height: 60px;
  }
}




/*---------------------------------
  helpful
---------------------------------*/
/* PC */
@media print, (min-width: 741px) {
  .helpful{
    margin-top: 80px;
  }
  .helpful__cont{
    margin-bottom: 16px;
  }
  .helpful__cont-box-wrap{
    display: flex;
    justify-content: space-between;
  }
  .helpful__cont-box{
    display: block;
    color: canvastext !important;
  }
  .helpful__cont-box:nth-of-type(1){
    width: 100%;
    max-width: 440px;
  }
  .helpful__cont-box:nth-of-type(2){
    width: 100%;
    max-width: 440px;
    display: flex;
  }
  .helpful__cont-box-wrap-right{
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box{
    width: 100%;
    max-width: 369px;
    display: flex;
  }
  .helpful__cont-box-thumb{
    margin-bottom: 6px;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box-thumb-img{
    object-fit: cover;
    object-position: right;
    width: 98px;
  }
  .helpful__cont-box-wrap-left .helpful__cont-box-txt:nth-of-type(1){
    margin-bottom: 26px;
  }
  .helpful__cont-box-txt{
    font-size: 16px;
    color: #595757;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box-txt, .helpful__cont-box-wrap-left .helpful__cont-box:nth-of-type(2) .helpful__cont-box-txt{
    margin-left: 10px;
  }
  .helpful__more{
    display: block;
    padding: 7px 0 5px 16px;
    margin: 0 0 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #70A8CA;
    width: 178px;
    position: relative;
    box-sizing: border-box;
  }
  a.helpful__more{
    color: #70A8CA;
  }
  .helpful__more::after {
    content: ">";
    color: #70A8CA;
    position: absolute;
    transform: translateY(-50%);
    right: 16px;
    top: 50%;
  }
}

/* SP */
@media only screen and (max-width: 740px) {
  .helpful{
    margin-top: 40px;
    padding: 0 5px;
  }
  .helpful__cont{
    margin-bottom: 16px;
  }
  .helpful__cont-box{
    width: 100%;
    display: block;
    color: canvastext !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .helpful__cont-box-wrap-left .helpful__cont-box:nth-of-type(1){
    flex-direction: column;
  }
  .helpful__cont-box:not(:last-of-type){
    margin-bottom: 20px;
  }
  .helpful__cont-box-thumb{
    margin-right: 3%;
  }
  .helpful__cont-box-wrap-left .helpful__cont-box:nth-of-type(1) .helpful__cont-box-thumb{
    width: 100%;
  }
  .helpful__cont-box-wrap-left .helpful__cont-box:nth-of-type(1) .helpful__cont-box-txt{
    width: 100%;
  }
  .helpful__cont-box-wrap-left .helpful__cont-box:nth-of-type(2) .helpful__cont-box-thumb{
    width: 47%;
  }
  .helpful__cont-box-wrap-right{
    margin-top: 24px;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box-thumb-img{
    object-fit: cover;
    object-position: right;
    width: 78px;
    height: 80px;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box .helpful__cont-box-txt{
    width: 100%;
  }
  .helpful__cont-box-wrap-right .helpful__cont-box-thumb{
    width: 80px;
    height: 80px;
  }
  .helpful__cont-box-thumb-img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .helpful__cont-box-txt{
    width: 50%;
    font-size: 12px;
    color: #595757;
  }
  .helpful__more{
    display: block;
    padding: 5px 0 5px 15px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid #70A8CA;
    width: 128px;
    position: relative;
    box-sizing: border-box;
  }
  a.helpful__more{
    color: #70A8CA;
  }
  .helpful__more::after {
    content: ">";
    color: #70A8CA;
    position: absolute;
    transform: translateY(-50%);
    right: 10px;
    top: 50%;
  }
}