@charset "utf-8";

*{
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 100%;
}
.mv{
  display: block;
  margin: 0 auto 8em;
  max-width: 1000px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  transition: .3s;
  overflow: hidden;
}
.mv_sp {
  display: none;
}
.mv .article{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 2em;
  background: rgba(0,0,0,.5);
  width: 100%;
  color: #fff;
}
.mv .title{
  font-size:160%;
  font-weight:bold;
  color: #fff;
  width: 70%;
  line-height: 1.4;
  margin: 0 0 .25em;
}
.mv .text{
  font-size:140%;
  color: #fff;
  width: 70%;
  line-height: 1.4;
}

.mv .submitBtn {
  font-size: 160%;
  padding: .25em;
  width:200px;
  color: #fff;
  position:absolute;
  bottom: 1.75em;
  right:2em;
}
.mv .submitBtn.dispBlock {
  bottom: auto;
  right: auto;
  display: block;
}
.mv .submitBtn:hover {
  border:1px solid #fff;
}
.mv .inner {
    background: -webkit-gradient(linear, left top, left bottom,from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    bottom: 0;
    padding: 2em;
    position: absolute;
    width: 100%;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 10px, rgba(0, 0, 0, .5) -1px -1px 10px,
     rgba(0, 0, 0, .5) -1px 1px 10px, rgba(0, 0, 0, .5) 1px -1px 10px,
     rgba(0, 0, 0, .5) 0px 1px 10px, rgba(0, 0, 0, 0.5) 0-1px 10px,
      rgba(0, 0, 0, 0.5) -1px 0 20px, rgba(0, 0, 0, 0.5) 1px 0 20px;



}

.mv .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1em;
  margin: 0 auto;
}
.mv .inner ul li {
  width: 50%;
  padding-bottom: 3%;
}

.mv .inner ul li a{
  position: relative;
  box-sizing: border-box;
  font-size: 110%;
  color: #333;
  letter-spacing: -0.1em;
  display:inline-block;
  text-decoration: none;
}
.mv .item_img_inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mv .item_img_inner .item_img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05) rotate(0.2deg);
  -webkit-transform: scale(1.05);
}
.mv .item_img_inner .item_img {
  display: inline-block;
  transition: .5s;
  max-width: 100%;
}
.mv .submitBtnOuter {
  background-color: #000000;
  margin: 0 auto;
  padding: 0 0 2em;
}

.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 .25em;
  margin: 0 0 1em;
  border-bottom: 2px solid #cac4b7;
}
.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;
}

.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;
}

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

.topTitle {
  font-size: 300%;
  text-align: center;
  font-weight: 600;
  color: #555555;
  padding: 0 0 1em 0;
  letter-spacing: 0.05em;
}
.top .topTitle.linedesign {
    display: flex;
    align-items: center;
}

.top .topTitle.linedesign:before,
.top .topTitle.linedesign:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: url(../../images/top/linedesign.png) no-repeat;
    display: block;
}

.top .topTitle.linedesign:before {
    margin-right: 1em;
}

.top .topTitle.linedesign:after {
    margin-left: 1em;
}

.topSubTitle {
  font-size: 220%;
  text-align: center;
  color: #555;
  font-weight: 500;
  padding: 0 0 1em 0;
  letter-spacing: 0.05em;
}

.titleInfo {
  font-size: 180%;
  text-align: center;
  color: #555;
  padding: 0 0 2em 0;
}
.itemList dd {
  position: relative;
  overflow: hidden;
}
.itemList .sp {
  display: none;
}
.itemList.categoryList dl {
  display: flex;
}
.itemList.categoryList dd {
  flex: 1;
}
.itemList dd a img,.itemList.categoryList a dd img{
  transition:.5s;
  width: 100%;
}
.itemList dd a img:hover,.itemList.categoryList a dd img:hover{
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1) rotate(0.2deg);
}
.itemList .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;
}
.itemList {
  display: flex;
  flex-wrap: wrap;

}

.itemList li{
  width: 310px;
  font-size: 140%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 35px 0 0;
}

.itemList.categoryList {
  display: flex;
  flex-wrap: wrap;
  /*! justify-content: space-between; */
}
.itemList.categoryList li{
  width: 310px;
  font-size: 160%;
  overflow: hidden;
  }
.itemList li:nth-child(3n){
  margin: 0;
}
.itemList li:nth-child(n + 4) {
  margin-top: 2em;
}


.itemList li a {
  display: block;
  transition: .3s;
}
.itemList li a dt img{
  display: block;
  width: 100%;
}
.itemList .date {
white-space: nowrap;
display: inline-block;
float: right;
font-family: -apple-system,BlinkMacSystemFont,sans-serif;
font-size: 80%;
letter-spacing: 0.02em;
font-weight: bold;
margin: 18px 0 0;
}
.itemList .category {
  background: #f1ece6;
  position:relative;
  display: inline-block;
  transition:.3s;
  margin: 1em 0 0;
}
.itemList .category:hover {
  background: #f0e5d8;
}

.itemList .category .categoryName{
  padding: .5em;
  line-height: 1.4;
}


.itemList .article{
  padding: .5em 0 0;
  width: 100%;
}
.itemList .article .title {
  line-height: 1.6;
  transition: .3s;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.4;
  display: block;
  margin: 0 0 .25em;
  clear: both;
}
.itemList .article .text {
  line-height: 1.4;
  transition: .3s;
}
.itemList.categoryList .title {

  display: flex;
  align-items: center;
}
.itemList.categoryList .title .listName{
  color: #333;
  line-height: 1.4;
  font-weight:bold;
  transition:.3s;
  margin: 0 0 0 1em;
  font-size: 90%;
}

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

.btnArea {
  margin: 4em 0;
}
  .heightLine-set05{
  display: table-cell;
  vertical-align: middle;
  width: 310px;
  line-height: 1.4
  }


/*visumo*/
.vsm-slider .topTitle.linedesign{
  font-size: 300%;
  text-align: center;
  font-weight: 600;
  color: #555555;
  padding: 0 0 .5em 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.vsm-slider .ecbn-selection-wrapper .ecbn-selection-header2{
  font-size: 160%;
  text-align: center;
  color: #555;
  padding: 0 0 2em 0;
  font-weight: normal;
  line-height: 1.6;
}

.vsm-slider .submitBtn{
  display: block;
  margin: 0 auto;


  width: 400px;
  padding: .5em 2em;
  background: #df7e6e;
  color: #fff;
  font-size: 220%;
  border: 1px solid #df7e6e;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
}



@media screen and (max-width:767px) {
  .topTitle.linedesign:before {
    margin-right: 5px;
  }

  .topTitle.linedesign:after {
    margin-left: 5px;
  }
}

/*visumo end*/

/*visumo タイル表示*/
.vsm-tile .topTitle.linedesign{
  font-size: 300%;
  text-align: center;
  font-weight: 600;
  color: #555555;
  padding: 0 0 .5em 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsm-tile .topTitle.linedesign .icon{
  width: 30px;
  margin: 0 0.5em 0 0;
}

.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-header2 {
  font-size: 160%;
  text-align: center;
  color: #555;
  padding: 0 0 2em 0;
  font-weight: normal;
  line-height: 1.6;
}

.vsm-tile .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;
}
.vsm-tile .submitBtn:hover{
  background: #fff;
  color: #003c78;
  border: 1px solid #003c78;
}

/*IE*/
@media all and (-ms-high-contrast: none){
.mv .submitBtn {
  padding: .5em 0 .25em;
}

.itemList .category .categoryName{
  padding: .5em .5em .25em;
}
.submitBtn{
  padding: .5em 2em .25em;
}
.vsm-tile .submitBtn{
  padding: .5em 2em .25em;
}
.vsm-tile .topTitle.linedesign .icon{
  margin: 0 .5em 5px 0;
  }
}


/*sp*/
@media screen and (max-width:767px) {
  
.top .topTitle.linedesign:before {
    margin-right: .5em;
}

.top .topTitle.linedesign:after {
    margin-left: .5em;
}
  
  .vsm-tile .submitBtn {
    width: 80%;
    font-size: 160%;
    padding: .5em;
  }

  .vsm-tile .topTitle.linedesign {
    font-size: 220%;
    letter-spacing: -0.02em;
  }

  .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-header2 {
    font-size: 140%;
    padding: 0 1em 2em;
  }
}

.vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
  padding-top: 0 !important;
}
/*visumo タイル表示 end*/


@media screen and (max-width:1020px) and (min-width:768px) {
  .mv {
    padding-left: 15px;
    padding-right: 15px;
  }

  .itemList.categoryList dd {
    width: auto;
    height: auto;
  }

  .itemList.categoryList li {
    width: calc((100% - 3vw) / 3);
  }
.itemList li {
    margin: 0 1.55% 0 0;
    width: calc((100% - 3vw) / 3);
}
}

/*sp*/
@media screen and (max-width:767px) {
  .topicPath {
    position: relative;
  }
  .topicPath ul {
    width:100%;
    padding: 0 1em;
    display: inline-block;
  }
  .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;
  }
  .btnArea {
    margin: 3em 0;
  }

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

  .itemList .article {
    padding: .5em .5em 1em;
  }
  .itemList li dl .category .categoryName {
    width:100%;
    font-size: 90%;
  }

  .itemList li dl .date{
    margin: 1em 0 0 .5em;
  }
  .itemList .article .title {
    line-height: 1.6;
    transition: .3s;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.4;
    display: block;
    margin: 0 0 .5em;
  }
  .section {
    max-width: 100%;
    margin: 0 auto 4em;
  }
  .contents {
    background: none;
    padding: 0;
  }
  .submitBtn {
    width: 80%;
    font-size: 160%;
    padding: .5em
  }
  .itemList .new:before {
    background-size: 70%;
  }
  .itemList li:nth-child(n + 3) {
    margin: 1em 0 0;
  }
  .itemList.categoryList li:nth-child(n + 3) {
    margin: 2% 0 0;
  }
  .mv {
    display: block;
    margin: 0 auto 4em;
    width: 100%;
    height: auto;
    overflow: unset;
    position: static;
  }
  .mv_pc {
    display: none;
  }
  .mv .item_img {
    display: block;
    position: static;
    top: 0;
    transition: .5s;
    width: 100%;
  }
  .mv .title,.mv .text {
    width: 100%;
    font-size: 140%;
    color: #333;
  }
  .mv .inner {
    padding: 1em;
    position: static;
    text-shadow: unset;
    background: none;
  }
  .mv .submitBtn {
    width: 60%;
    position: static;
    margin: .5em auto .2em;
  }
  .itemList.categoryList dd {
    display: block;
  }
  .itemList.categoryList li {
    width: calc(98%/2);
    font-size: 140%;
  }

  .itemList .categoryName:before {
    background-size: 80% 80%;
  }
  .itemList .sp {
    display: block;
  }
.vsm-slider .topTitle.linedesign {
    font-size: 220%;
}
  .vsm-slider .ecbn-selection-wrapper .ecbn-selection-header2{
    font-size: 140%;
    padding: 0 1em 2em;
  }
.vsm-slider .topTitle.linedesign::before {
    margin-right: .25em;
}
.vsm-slider .topTitle.linedesign::after {
    margin-left: .25em;
}
.vsm-slider .topTitle.linedesign .icon {
    width: 25px;
    margin: 0 0.25em 0 0;
}
  
}

@media screen and (max-width:320px) {
  .topTitle {
    font-size: 220%;
  }
  .itemList li {
    font-size: 120%;
  }
  .itemList.categoryList li {
    padding: 0;
  }
  .itemList.categoryList .title {
    font-size: 80%;

  }
}




/* 202306 追加 */
.itemList.hashList{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 30px 20px;
  background-color: #F5F8F9;
}

.itemList.hashList.center{
  justify-content: center;
}

.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: 15px;
  background-color: #fff;
}
.itemList.hashList a:hover{
  color: #003c78;
  border-color: #003c78;
}

.tags{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

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


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

  .tags{
    display:none;
  }
}