@charset "utf-8";
/* CSS Document */

#hd{display: none;}

article{min-width: auto;}
#maincontainer{
  width: 1110px;
  max-width: 100%;
  padding: 0 16px;
}

.tabnavi{
  display: flex;
  margin-bottom: 48px;
}
.tabnavi li{
  height: 38px;
  padding: 9px 28px 8px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #197EC8;
  border-radius: 19px;
  border: 1px solid #197EC8;
  cursor: default;
}
.tabnavi li.select{
  color: #FFFFFF;
  background-color: #197EC8;
}
.tabnavi li:nth-of-type(n+2){margin-left: 22px;}



.infolist{margin-bottom: 40px;}
.infolist ul li{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #B1B1B1;
}
.infolist ul li:nth-last-of-type(n+2){margin-bottom: 40px;}
.infolist ul li .picturebox{
  width: 275px;
}
.infolist ul li .picturebox a{
  display: block;
  aspect-ratio: 55/32;
  background-color: #CCCCCC;
}
.infolist ul li .picturebox a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.infolist ul li .textbox{width: calc(100% - 307px);}
.infoheader{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.infoheader p:first-of-type{
  font-size: 0.875rem;
  font-weight: 500;
  color: #1F2022;
}
.infoheader p:nth-of-type(2){margin: 0 24px;}
.infoheader p:last-of-type a{
  font-size: 0.875rem;
  color: #197EC8;
  cursor: default;
}
.infolist ul li .textbox h2{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
  height: 56px;
  padding-right: 48px;
  overflow: hidden;
}
.infolist ul li .textbox h2 a{
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1F2022;
}
.infolist ul li .textbox h2 a::before{
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  right: 0;
  top: calc(50% - 21px);
  border-radius: 100%;
  background: url("../img/05_info/icon_arw.svg") center center no-repeat;
  background-color: #FFFFFF;
  pointer-events: none;
}
@keyframes hover{
  0%{background-position: -100px center;}
  100%{background-position: center center;}
}
.icon_important{
  width: 138px;
  height: 26px;
  margin-top: 32px;
  padding: 3px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
  background: #f380a0;
}



.infopager{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagereview,
.pagenext{line-height: 1;}
.pagereview a,
.pagenext a{
  text-decoration: underline;
  font-size: 1.125rem;
  color: #1F2022;
  cursor: pointer;
}

.pagereview img{margin-right: 12px;}
.pagenext img{
  margin-left: 12px;
  transform: rotate(180deg);
}
.infopager ol{
  display: flex;
  justify-content: center;
  margin: auto;
}
.infopager ol li{margin: 0 8px;}
.infopager ol li a{
  padding: 4px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  color: #8C8C8D;
  cursor: pointer;
}
.infopager ol li.current a{
  font-weight: bold;
  color: #1F2022;
}



/*詳細*/
.detailbody{
  margin-bottom: 40px;
  padding: 88px 16px 120px;
  background-color: #FFFFFF;
}
.detailbody > *{
  max-width: 760px;
  margin: auto;
}
.detailheader{margin-bottom: 64px;}
.detailheader h1{
  margin-bottom: 14px;
  padding-bottom: 32px;
  font-size: 2rem;
  color: #1F2022;
  border-bottom: 1px solid #B1B1B1;
}

.detailtext{
  line-height: 1.75rem;
  color: #1F2022;
}
.detailtext img{max-width: 100%;}
.detailtext a{color: #197EC8;}


.cms_filelist dd a{color: #197EC8;}


.backlist{margin: 64px 0;}
.backlist a{
  display: block;
  width: 270px;
  height: 64px;
  margin: auto;
  padding-top: 20px;
  text-decoration: none;
  text-align: center;
  color: #1F2022;
  border-radius: 32px;
  border: 1px solid #1F2022;
}



#ftbgimg{display: none;}
#footerbg{display: none;}






@media screen and (min-width:821px){
  .infolist ul li .textbox h2 a:hover::before{animation: hover 0.2s linear forwards;}
  .infolist ul li .picturebox a:hover{opacity: 0.5;}
  .infolist ul li .textbox .infoheader p:last-of-type a:hover{text-decoration: underline;}
  .infolist ul li .textbox h2 a:hover{text-decoration: underline;}
  .pagereview a:hover,
  .pagenext a:hover{text-decoration: none;}

  .infopager ol li a:hover{color: #1F2022;}

  .infoheader p:last-of-type a:hover{text-decoration: underline;}

  .detailtext a:hover{text-decoration: none;}

  .cms_filelist dd a:hover{text-decoration: none;}

  .backlist a:hover{background-color: #FFFFFF;}
}













@media screen and (max-width:820px){
  /*ヘッダ入れ替え*/
  #headercontainer{display: none;}
  /*スマホヘッダ*/
  #hd{
    display: block;
    height:70px;
    width:100%;
    background-color:#0069C1;
    background-image:url(../sp/img/common/toplogo.png);
    background-position:20px center;
    background-repeat:no-repeat;
    background-size:250px auto;
    position:relative;
    min-width:320px;
  }
  #hd a{
    display: block;
    height: 100%;
  }
  #menubtn{
    width:45px;
    height:45px;
    border:thin solid #FFFFFF;
    text-align:center;
    position:absolute;
    right:2.5%;
    top:10px;
    overflow:hidden;
  }
  
  #menubtn span{
    position: absolute;
    display: block;
    width: 35px;
    left: 4px;
    height: 4px;
    background-color: #FFFFFF;
    transition: all 0.2s linear;
  }
  #menubtn span:first-of-type{top: 8px;}
  #menubtn span:nth-of-type(2){top: 20px;}
  #menubtn span:last-of-type{top: 32px;}
  #menubtn.active span:first-of-type{
    transform: rotate(45deg);
    top: 20px;
  }
  #menubtn.active span:nth-of-type(2){display: none;}
  #menubtn.active span:last-of-type{
    transform: rotate(-45deg);
    top: 20px;
  }
  
  
  #menulist{
    position:absolute;
    display: none;
    width:100%;
    right:0;
    top:70px;
    z-index:5000;
  }
  
  #menulist li:first-of-type{border-top:2px solid #0050AC;}
  #menulist li{
    display:block;
    background-color:#006EC0;
    height:3em;
    border-bottom:2px solid #0050AC;
    width:100%;
  }
  #menulist li#accordionbtn{
    line-height:3.4em;
    padding-left:15px;
    font-size:0.875em;
    color:#FFFFFF;
  }
  #menulist li#accordionbtn::after{
    content: "";
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 14px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  #menulist li#accordionbtn.active::after{
    border-bottom: 14px solid #FFFFFF;
    border-top: none;
  }
  #menulist li#accordion{
    display: none;
    height: auto;
  }
  #menulist li#accordion li a{padding-left: 2em;}
  #menulist li#accordion li:nth-of-type(3) a{padding-left: 2.5em;}
  #menulist li a{
    width:100%;
    height:100%;
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    font-size:0.875em;
    line-height:3.4em;
    padding-left:15px;
  }
  #menulist li a img{vertical-align:middle}

  #pagetitle{display: none;}
  .pickup .bx-wrapper{
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: middle;
    background: #FFF;
  }
  .pickup .bx-wrapper .bx-viewport{padding: 0;}
  .pickup li{height: 4.5em;}
  .pickup p{
    line-height: 1.5;
    text-decoration: underline;
    border-bottom: none;
  }

  /*スマホ設定ここまで*/


  .wrap{width: 100%;}


  .tabnavi li{font-size: 0.75rem;}
  
  
  
  .infolist ul li{padding-bottom: 24px;}
  .infolist ul li:nth-last-of-type(n+2){margin-bottom: 24px;}
  .infolist ul li .picturebox{width: 40%;}
  .infolist ul li .picturebox a img{vertical-align: top;}
  .infolist ul li .textbox{width: 56%;}
  .infoheader{margin-bottom: 10px;}
  .infoheader p:first-of-type{font-size: 0.75rem;}
  .infoheader p:nth-of-type(2){margin: 0 12px;}
  .infoheader p:last-of-type a{font-size: 0.75rem;}
  .infolist ul li .textbox h2{
    height: 38px;
    line-height: 1.2;
  }
  .infolist ul li .textbox h2 a{font-size: 1rem;}
  .icon_important{margin-top: 16px;}



  .infopager{flex-wrap: wrap;}
  .pagereview a,
  .pagenext a{font-size: 1rem;}
  .pagereview span,
  .pagenext span{vertical-align: middle;}
  .pagereview img{vertical-align: middle;}
  .pagenext img{vertical-align: middle;}
  .infopager ol{
    width: 100%;
    margin-bottom: 40px;
  }



  /*詳細*/
  .detailbody{padding: 24px 16px 64px;}
  .detailheader{margin-bottom: 32px;}
  .detailheader h1{
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 1.5rem;
  }

  .backlist a{
    width: 240px;
    height: 56px;
    padding-top: 16px;
  }





  /*スマホフッター設定*/
  #footercontainer{display: none;}
  #ftbgimg{
    display: block;
    background-image:url(../img/common/footerbg.png);
    background-repeat:no-repeat;
    background-size:100%;
    min-height:136px;
  }
  
  #footerbg{
    background-color:#40AAEF;
    height:70px;
    width:100%;
    text-align:center;
    display:table;
    position:relative;
    min-width:320px;
    font-size:1.125em;
  }
  #footerbg span{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
  }
  #bus{
    position:absolute;
    left:0;
    top:-38px;
  }
  #gotop{
    position:fixed;
    right:0px;
    bottom:0;
    z-index: 10;
  }
  #gotop img{vertical-align:top;}
}