<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*{
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 100%;
}

.topicPath ul{
    display: flex;
    font-size: 120%;
    margin: 2em auto;
    width: 1000px;
}
.topicPath ul li{
   padding-right: 2em;
}

.topicPath .current{
  font-weight: bold;
}
.topicPath .arrow{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.topicPath .arrow::after{
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: .75em;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.headline{
    font-size: 240%;
    font-weight: bold;
    padding: 1em 0 0;
    line-height: 1.4;
}
.headline .komemark{
    position: absolute;
    right: inherit;
    margin: .5em 0 0 1em;
}

.ttl{
    font-size: 180%;
    padding: 0 0 1em 0;
}


.lead{
  font-size: 140%;
  padding: 0 0 1em;
}

.subTxt{
    font-size: 90%;
    font-weight: normal;
    color: #666;
    padding: 0;
    text-align: left;
    display: block;
}

.red{
  color: #bb4141;
}

.komemark{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    background: #bb4141;
    position: absolute;
    right: 1em;
}
.ttl.sec .komemark{
    position: absolute;
    right: inherit;
    margin: .25em 0 0 1em;
}
.itemList dt {
    position: relative;
    margin: 0 2em 0 0;
    overflow: hidden;
}

.itemList dd {
    width: 680px;
}

.itemList .category .categoryName{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.itemList .category .categoryName li a{
  line-height: 1.4;
  overflow: unset;
  padding: .5em;
  display: block;
  width: auto;
  transition:.3s;
  background: #f1ece6;
}
.itemList .category .categoryName li a:hover{
background: #f0e5d8;
}

.itemList .article .title{
  display: block;
  width: 100%;
  transition: .3s;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 1em 0 0;
}
.itemList .article .text{
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: .5em 0 0;
  transition: .3s;
  color: #7f7f7f;
}
.itemList.categoryList dt {
    position: relative;
    width:310px;
    height:160px;
    overflow:hidden;
}
.itemList dt a img{
    transition:.5s;
  width: 100%;
}
.itemList dt a img:hover{
-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1) rotate(0.2deg);

}
.itemList dt a img {
  max-width: 300px;
}

.new:before {
    content: "";
    display: inline-block;
    width: 87px;
    height: 69px;
    background: url(../../images/common/icon_new.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
      z-index: 1;
}

.pageNation ul{
    display: flex;
    justify-content: center;
    margin: 2em 0 1em;
}
.pageNation ul li a{
    background: #fff;
    border: 1px solid #003c78;
    box-sizing: border-box;
    padding: .5em 1.05em;
    margin: 0 .5em;
    font-size: 140%;
    color: #003c78;
    display: block;
    transition:.3s;
}
.pageNation ul li a:hover{
    background: #003c78;
    color: #fff;
}
.pageNation ul .current a{
  background:#003c78;
  color:#fff;
}
.pageNation .total{
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.1em;
  color: #333;
}

.pageNation .prev a,.pageNation .next a  {
    border: none;
  background: none;
}
.pageNation .prev a:hover, .pageNation .next a:hover {
    background: none;
    color: #385aac;
}

.section {
    max-width: 1000px;
        margin: 0 auto 8em;
}

.itemList li dl{
  display: flex;
}


.itemList.categoryList li{
  width: 312px;
  font-size: 140%;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  
  border-radius: 20px;
  }

.itemList &gt; li{
  margin: 2em 0 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 140%;
  overflow: hidden;

}

.itemList li a {
  display: block;
  transition: .3s;
}
.itemList .category .article a {
  max-width: none;
}
.itemList li a dt img{
    display: block;
    width: 100%;
}
.itemList .date {
white-space: nowrap;
display: block;
font-family: -apple-system,BlinkMacSystemFont,sans-serif;
font-size: 80%;
letter-spacing: 0.02em;
font-weight: bold;
width: 100%;
margin: 0 0 .5em;
}
.categoryName li {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 .5em .5em 0;
}

.itemList.categoryList .title {
    padding: 1em;
    height: auto;
    width: auto;
    overflow: auto;
  text-align: center;

}

.itemList li a:hover .text,
.itemList li a:hover .title {
    color: #003c78;
}

.btnArea {
    margin: 4em 0;
}

/* .tag_list{
}
.tag_list ul{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.tag_list .category_tag {
  padding: 2px 1px 2px 10px;
  border: solid 1px #333;
  background: #fff;
  color: #645140;
  display: inline-block;
  position: relative;
  font-size: 140%;
  margin:0 10px 10px 0;
    transition: .3s
}
.tag_list .category_tag:hover {
    border: solid 1px #003c78;
}
.tag_list .category_tag a{
    padding-left: 1.6em;
    transition:.3s;
    display: inline-block;
}
.tag_list .category_tag a:hover{
   color: #003c78;
}
.tag_list .category_tag a:hover span{
   color: #003c78;
}
.tag_list .category_tag a:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../../images/detail/tag_icon.png) no-repeat;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
  transition:.3s;
  left: 6px;
  background-size: 100% 100%;
}
.tag_list .category_tag a:hover:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../../images/detail/tag_icon_blue.png) no-repeat;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
  transition:.3s;
  left: 6px;
  background-size: 100% 100%;
}*/



input[type=checkbox] {
    display: none;
}


/*IE*/
@media all and (-ms-high-contrast: none){
/* .tag_list .category_tag {
  padding: .25em .5em 0;
  } */
.itemList .category .categoryName li a{
  padding: .5em .5em .25em;
  }
}



@media screen and (max-width:1020px) and (min-width:768px) {
  /* .topicPath ul,
  .tag_list { */
  .topicPath ul{
    padding-left: 15px;
    padding-right: 15px;
  }

  .topicPath ul {
    width: auto;
  }
  .itemList dt {
    margin: 0 1em 0 0;
}
}

/*sp*/
@media screen and (max-width:767px) {
.contents {
    margin: 0 1em;
}
.topicPath {
	position: relative;

}
.topicPath ul {
    width:100%;
	padding: 0 1em;
  display: inline-block;
      margin: 0;
}
.topicPath li {
	margin: 0;
	padding-right: 1em;

	list-style: none;
  float: left;
}
.topicPath li:last-child {
	background: none;
}
.topicPath li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #353535;
	font-size: 100%;
}
.topicPath p {
	position: absolute;
	right: 0;
	margin: 0;
	display: inline;
	text-align: right;
}
.topicPath li.last {
	background: none;
}

.headline {
    font-size: 180%;
}
.headline .komemark {
    margin: 0.25em 0 0 1em;
}
    .topTitle {
        font-size: 240%;
      padding: 0;
    }
    .titleInfo {
      font-size: 140%;
      padding: 0 1em 2em;
    }
    .itemList {
        display: flex;
        flex-wrap: wrap;
      justify-content: space-between;
    }
    .itemList &gt; li {
      width: calc(98%/2);
      margin: 1em 0 0;
      overflow: hidden;
      display: block;
    }

    .section {
        max-width: 100%;
        margin: 0 auto 4em;
    }
    .contents {
        background: none;
        padding: 0;
    }

.itemList .new:before {
    background-size: 70%;
}

.itemList.categoryList dd {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.itemList.categoryList li {
    width: calc(98%/2);
}
.itemList.categoryList .title {
    padding: .5em;
    height: auto;
    width: auto;
    overflow: auto;
    text-align: center;
}

.pageNation ul li a {
    padding: .5em 1.05em;
    margin: 0 .25em;

}
.pageNation .prev a,.pageNation .next a  {
    padding: 0;
    margin: .5em;
}

.itemList li a {
  max-width: none;
}
.itemList li dl {
   display: flex;
   flex-wrap:wrap;

}
.itemList dd.date {
    display: block;
    width: 60%;
    float: unset;
    order: 2;
    margin: 1em .5em 0;
    padding: 0;
}
.itemList dd.category {
      width: 100%;
 margin: 0;
  order: 1;
}
.itemList dd {
    display: table-cell;
    width: 100%;
    overflow: hidden;
}
.itemList .article {
    width: 100%;
    order: 3;
    clear: both;
    margin: .5em 0 0;
}
.itemList .article .title {
    padding: 0;
    margin: 0;
}
.itemList .article .text {
    padding: .25em 0 0;
}

  /* .tag_list ul {
    max-width: 100%;
    padding: 0;

}
    .tag_list .category_tag{
        font-size: 120%;
    } */
.itemList .category .categoryName li {
    margin: 0;
    background: none;
}

.itemList .category .categoryName li.date {
    display: inline-block;
    order:1;
    width: auto;
    margin: 1em 0 0 auto;
}
.itemList .category .categoryName {
    justify-content: space-between;
}
.itemList .category .categoryName li:nth-child(n + 3) {
  display:none
}
.itemList .category .categoryName li a {
  display: inline-block;
  margin: 1em 0 0;
  font-size: 90%;
}
/* .tag_list {
    background: none;
} */


/*目次用アコーディオン*/
.accbox {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 1em;
}

.accbox label {
    margin: 0;
    background:#003c78;
    color: #fff;
    display: block;
    padding: .5em 1em;
    position: relative;
    font-size: 160%;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    height: 47px;
}
.accbox label.textChange {
  white-space: nowrap;
}
.accbox label.textChange:before {
    content: 'カテゴリー 一覧はこちら';
    position: absolute;
    left: 1em;
    font-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accbox label:after {
    content: '+';
    position: absolute;
    right: 1em;
    top: 45%;
    font-size: 160%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accbox .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s;
}

.accbox .accshow li:last-child{
    margin-bottom: 0;
}

.cssacc:checked + label {
}
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    width: 100%;
    padding: 1em 0;
}

.cssacc:checked + label:after {
    content: '-';
}

.itemList dt {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
/* .tag_list .category_tag a:before{
  background-size: 90% 90%;
} */

}

@media screen and (max-width:320px) {
.topTitle {
    font-size: 220%;
      padding: 0;
}
.itemList .title {
    padding: .5em .5em 0;
}
.itemList .text {
    padding: .5em;
}
.itemList li {
    font-size: 120%;
}
.date {
    margin: .5em .5em 0;
}
.categoryName:before {
    background-size: 70% 70%;
        top: 22%;
}
.itemList.categoryList li {
    padding: 0;
}
.itemList .category .categoryName li {
    margin: 0;
    width: 100%;
    background: none;
    font-size: 100%;
}
.itemList.categoryList .title {
    font-size: 80%;
}

}




/* 202306 追加  開始*/

/* タグ一覧 */
.container{
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 3em;
}

.catTitle{
  display: flex;
  align-items: center;
  margin: 0 0 0.3em;
  font-size: 200%;
  font-weight: 600;
  color: #555555;
  letter-spacing: 0.05em;
}

/* .catTitle::after{
  content: "";
  flex-grow: 1;
  margin-left: 10px;
  height: 2px;
  background: url(../../images/top/linedesign.png) no-repeat;
  display: block;
} */

.itemList.hashList{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.itemList.hashList a{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  width: auto;
  height: 26px;
  font-size: 140%;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 13px;
}
.itemList.hashList a:hover{
  color: #003c78;
  border-color: #003c78;
}
.accbox label.textChange[for="label2"]{
  /* display: none; */
}



/* 記事一覧 */
.tags{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.3em 0 1em;
}

.tags a{
  flex: 0 0 auto;
  margin-right: 10px;
  font-size: 90%;
  color: #666;
}
.tags a:hover{
  color: #003c78;
}


.empty{
  margin: 8em 0;
}

.empty p{
  font-size: 180%;
  text-align: center;
}

.empty p .sp{
  display: none;
}

.btnArea {
  margin: 4em 0;
}

.submitBtn{
  display: block;
  margin: 0 auto;
  width: 400px;
  padding: .5em 2em;
  background: #003c78;
  color: #fff;
  font-size: 220%;
  border: 1px solid #003c78;
  box-sizing: border-box;
  text-align: center;
  transition: .3s;
}
.submitBtn:hover{
  color: #003c78;
  background: #fff;
  border: 1px solid #003c78;
}

.headline{
  padding-bottom: 10px;
  font-size: 280%;
  background: url(../../images/detail/detail_title_line.png) no-repeat left bottom;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  
  .itemList.hashList{
    padding: 0 15px;
  }
}


@media screen and (max-width:767px) {

  /* タグ一覧 */
  .catTitle{
    display: none;
  }
  .container{
    margin: 0 auto 0;
    padding: 0;
  }


  .itemList.hashList a{
  
    margin: 0 10px 10px 0;
    padding: 0 10px;
    width: auto;
    font-size: 120%;
    height: 24px;
    border-radius: 12px;
  }
  .accbox label.textChange[for="label2"]{
    /* display: block; */
  }
  .accbox label.textChange[for="label2"]:before {
    content: 'タグ 一覧はこちら';
  }

  .tags{
    display: none;
  }

  .empty p{
    font-size: 160%;
  }
  .empty p .sp{
    display: none;
  }

  .btnArea {
    margin: 3em 0;
  }

  .submitBtn{
    padding: .5em 2em .25em;
  }
  .submitBtn {
    width: 80%;
    font-size: 160%;
    padding: .5em
  }
  
}


@media screen and (max-width:420px) {

  .empty p .sp{
    display: block;
  }
}

/* 202306 追加  終了*/</pre></body></html>