@charset "UTF-8";

.top-kv {
  background: #f2f2f2 url("../img/bg-topmain.jpg")no-repeat center center / cover;
  min-height: 600px;
  padding-bottom: 60px;
  border-bottom: 3px solid #fff;
}

/*キャッチコピー*/
.top-kv-catchcopy {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.top-kv-catchcopy .kv-title {
  font-size: 3rem;
  line-height: 1.1;
  padding: 0 3px 10px;
  text-align: center;
  color: #000;
  text-shadow: 0px 1px 2px #fff;
  border-bottom: 1px solid #A0B994;
  margin: 0;
}

/*メインバナー*/
.top-kv-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1030px;
  max-width: 98%;
  /* margin: 0 auto 63px; */
  margin: 0 auto 80px;
  line-height: 1.1;
  align-items: center;
}

.top-kv-navi a {
  text-decoration: none;
}

/*バナーサイズ位置*/
.kv-bnr {
  width: 294px;
  margin: 35px 0;
}

.kv-bnr.bnr1 {
  order: 1;
  -webkit-order: 1;
}

.kv-bnr.bnr2 {
  order: 2;
  -webkit-order: 2;
}

.kv-bnr.bnr3 {
  order: 3;
  -webkit-order: 3;
}

/* ★電子申請バナー変更 */
.kv-bnr-shinsei {
  order: 4;
  -webkit-order: 4;
  margin: 0 auto 0 auto;
  width: 580px;
}

.kv-bnr-shinsei.is-shiyo {
  flex: 1;
  width: 574px;
  margin: 0 74px 0 28px;
}

/* ★電子申請バナー変更 end */

.kv-bnr-yobou {
  order: 5;
  -webkit-order: 5;
  margin: 0 auto 0 0;
  width: 260px;
  margin-left: 6%;
}

/*バナーデザイン*/
.kv-bnr-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.kv-bnr-main::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
  position: absolute;
  left: -25px;
  top: -25px;
  transform: rotate(45deg);
}

.kv-bnr-main.is-kikenbutsu::before {
  background: #E2A5A5;
}

.kv-bnr-main.is-shoubou::before {
  background: #6AB5C7;
}

.kv-bnr-main.is-license::before {
  background: #90B47E;
}

.kv-bnr-main.is-shinsei::before {
  background: #669AC7;
}

.kv-bnr-main.is-yobou::before {
  background: #C1BFD8;
}

/*サブボタン*/
.kv-bnr-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.kv-bnr-submenu .submenu-item {
  height: 54px;
  border-radius: 0 0 2px 2px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d3d3d3;
  border-top: none;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

/*合格発表*/
.kv-bnr-submenu .submenu-item.is-goukaku {
  background-color: rgba(255, 234, 234, 0.8);
  border-color: #e8abab;
  font-weight: bold;
}

.kv-bnr-submenu .submenu-item.is-goukaku .link-submenu {
  color: #791A1A;
}

.kv-bnr-submenu .submenu-item.is-goukaku .link-submenu::before {
  color: #B26F6F !important;
}

.kv-bnr-submenu .submenu-item .link-submenu {
  color: #343434;
  font-size: 1.4rem;
}

.kv-bnr-submenu .submenu-item .link-submenu::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 3px;
  font-size: 0.9em;
}

.bnr1 .kv-bnr-submenu .submenu-item .link-submenu::before {
  color: #E8A2A2;
}

.bnr2 .kv-bnr-submenu .submenu-item .link-submenu::before {
  color: #6AB5C7;
}

.bnr3 .kv-bnr-submenu .submenu-item .link-submenu::before {
  color: #94A38C;
}

.bnr1 .kv-bnr-submenu .submenu-item:nth-child(1),
.bnr2 .kv-bnr-submenu .submenu-item:nth-child(1) {
  flex: 1;
}

.bnr1 .kv-bnr-submenu .submenu-item:nth-child(2),
.bnr1 .kv-bnr-submenu .submenu-item:nth-child(3),
.bnr2 .kv-bnr-submenu .submenu-item:nth-child(2),
.bnr2 .kv-bnr-submenu .submenu-item:nth-child(3) {
  width: 30%;
  margin-left: 0.5%;
}

.bnr3 .kv-bnr-submenu .submenu-item:nth-child(1) {
  flex: 1;
}

.bnr3 .kv-bnr-submenu .submenu-item:nth-child(2) {
  width: 34%;
  margin-left: 0.5%;
}

.bnr3 .kv-bnr-submenu .submenu-item:nth-child(3) {
  width: 26%;
  margin-left: 0.5%;
}

/*バナータイトル*/
.kv-bnr-main .kv-bnr-main-name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.kv-bnr-main .kv-bnr-main-subtxt {
  font-size: 1.4rem;
  margin: 7px 0 0;
}

.kv-bnr-main .kv-bnr-main-subtxt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 3px;
  font-size: 0.9em;
}

/*メインバナーボックス*/
.kv-bnr-main {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
  position: relative;
}

/*バナー共通*/
.kv-bnr-main.is-kikenbutsu,
.kv-bnr-main.is-shoubou,
.kv-bnr-main.is-license {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 46px auto;
  width: 294px;
  height: 138px;
}

/*危険物バナー*/
.kv-bnr-main.is-kikenbutsu {
  background-color: #f4d1d1;
  background-image: url("../img/mainmark-kikenbutsu.png");
  border-color: #e2a5a5;
  color: #3A193B;
}

/*消防設備士バナー*/
.kv-bnr-main.is-shoubou {
  background-color: #BBDFE8;
  background-image: url("../img/mainmark-shoubou.png");
  border-color: #6AB5C7;
  color: #101B40;
}

/*免状バナー*/
.kv-bnr-main.is-license {
  background-color: #C8E6B9;
  background-image: url("../img/mainmark-license.png");
  border-color: #90B47E;
  color: #0E2602;
}

/*電子申請*/
.kv-bnr-main.is-shinsei {
  background: #4681B4 url("../img/mainmark-shinsei.png")no-repeat 15px center/44px auto;
  color: #fff;
  height: 78px;
  padding-top: 18px;
  text-decoration: none;
}

/* ★電子申請バナー変更 */
.kv-bnr-main.is-shinsei.is-shiyobnr {
  height: auto;
  padding: 10px 40px 10px 100px;
  background-position: 40px center;
}

.kv-shisei-bnr-inner {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  gap: 5px 20px;
  line-height: 1.1;
  padding: 7px 0 5px;
}

.kv-shisei-bnr-inner .kv-sbin-1 {
  font-size: 1.35rem;
  margin: 10px 5% 0;
}

.kv-shisei-bnr-inner .kv-sbin-1>div {
  /* background: #36638A; */
  border-radius: 100px;
  padding: 0.6em 1em 0.5em;
  margin: 2px 0;
  line-height: 1.1;
  border: 1px solid #7da5b6;
}

.kv-shisei-bnr-inner .kv-sbin-1>div h3 {
  margin: 0;
  letter-spacing: 0.1em;
}

.kv-shisei-bnr-inner .kv-sbin-1 h3::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.9em;
  color: #94afc5;
}


.kv-shisei-bnr-inner .kv-sbin-2 {
  font-size: 1.8rem;
  padding: 0.35em 0.5em 0.3em;
  border: 1px solid #a2aec2;
  border-radius: 7px;
  background: #36638A;
  margin: 0 10%;
}

.kv-shisei-bnr-inner .kv-sbin-2 h3 {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.kv-shisei-bnr-inner .kv-sbin-2 h3::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.9em;
  color: #9cbfde;
}

/* ★電子申請バナー変更 end */


.kv-bnr-main.is-shinsei .kv-bnr-main-name {
  margin: 0;
}

.kv-bnr-main.is-shinsei .kv-bnr-main-subtxt {
  margin: 5px 0 0;
}

.kv-bnr-main.is-shinsei .kv-bnr-main-subtxt::before {
  color: #B0C4D3;
}

/*予防*/
.kv-bnr-main.is-yobou {
  background: #E3E1F2 url("../img/mainmark-yobou.png")no-repeat 12px center/40px auto;
  color: #0E0226;
  height: 78px;
  padding-top: 18px;
}

.kv-bnr-main.is-yobou .kv-bnr-main-name {
  margin: 0;
}

.kv-bnr-main.is-yobou .kv-bnr-main-subtxt {
  margin: 5px 0 0 20px;
}

.kv-bnr-main.is-yobou .kv-bnr-main-subtxt::before {
  color: #928AAD;
}

/* ★予防技術検定バナー変更 */
.kv-bnr-yobou.is-full {
  width: 294px;
  margin: 0;
}

.kv-bnr-main.is-yobou.is-yobou-full {
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 46px auto;
  width: 294px;
  height: 138px;
}

.kv-bnr-yobou .kv-bnr-submenu .submenu-item.is-goukaku {
  width: 100%;
  height: 48px;
}

/* ★予防技術検定バナー変更 end */


/*---------------------------------------------------------------------*/
/*重要なお知らせ*/
.top-mainnews-wrapper {
  /*  background: linear-gradient(#efefef 0%, #fff 300px);*/
  background: linear-gradient(#efefef 0%, #fff 100%);
  margin: 0 0 -40px;
}

.top-mainnews-wrapper .top-mainnews {
  transform: translateY(-100px);
}

.top-mainnews {
  width: 975px;
  max-width: 98%;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
  padding: 1px 0 20px;
}

.news-box-headline {
  margin-top: -18px;
}

.news-box-headline .news-box-headline-txt {
  font-size: 15px;
  margin: 0;
  line-height: 1.1;
  color: #fff;
  background: #D60000 url("../img/icon-news-imp.png")no-repeat 10px center /21px auto;
  height: 37px;
  display: inline-block;
  padding: 11px 10px 0 40px;
  position: relative;
}

.news-box-headline .news-box-headline-txt::after {
  content: "";
  display: block;
  border-left: 24px solid #D60000;
  border-bottom: 0;
  border-top: 37px solid transparent;
  position: absolute;
  top: 0;
  right: -24px;
}

.top-mainnews-header {
  position: relativer;
  margin-bottom: 5px;
}

.top-mainnews-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}

.news-search {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: center;*/
  padding: 2px 10px 10px;
}

.news-search-item {
  margin: 10px 15px;
  padding: 0;
  display: flex;
  align-items: center;
}

.news-search-item>dt {
  margin: 0 5px 0 0;
  padding: 0 0 0 20px;
  background: url("../img/icon-news-sort.png")no-repeat left center / 14px auto;
}

.news-search-item>dd {
  margin: 0;
  padding: 0;
}

.cr-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.cr-list .cr-item {
  margin: 2px 1.5em 2px 0;
}

/*重要なお知らせリスト*/
.news-list {
  list-style: none;
  margin: 0 40px;
  padding: 0;
}

.news-list .news-item {
  border-bottom: 1px dashed #ccc;
  padding: 10px 5px;
  display: flex;
  align-items: center;
}

.news-list .news-item .news-item-hd {
  display: flex;
  align-items: center;
}

.news-list .news-item .news-item-hd .news-date {
  font-size: 1.4rem;
  font-family: Arial, Helvetica, "sans-serif";
  color: #4E4D4D;
  width: 8.5em;
}

.news-list .news-item .news-item-hd .news-pref {
  width: 6em;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #bcbcbc;
  margin-right: 5px;
}

.news-list .news-item .news-item-title {
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  margin-left: 5px;
}

.news-list .news-item .news-item-title a {
  color: #000;
  text-decoration: none;
}

.news-list .news-item .news-item-hd .news-test {
  margin: 0 5px;
  line-height: 1;
  font-size: 1.3rem;
  background-color: #f2f2f2;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  padding: 6px 0 0;
  text-align: center;
}

.news-list .news-item .news-item-hd .news-cate {
  margin: 0 5px;
  padding: 4px 5px 1px;
  min-height: 19px;
  border-radius: 3px;
  background: #5f5e5e;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
  white-space: nowrap;
}

.news-list .news-item .news-item-hd .news-test.is-kiken {
  background-color: #F4D1D1;
}

.news-list .news-item .news-item-hd .news-test.is-yobou {
  background-color: #C7C3E8;
}

.news-list .news-item .news-item-hd .news-test.is-shoubou {
  background-color: #BBDFE8;
}

.news-list .news-item .news-item-hd .news-test.is-shinsei {
  background-color: #CED3E3;
}

.news-more {
  text-align: right;
  margin-top: 20px;
}

.news-more .news-more-btn {
  width: 155px;
  height: 22px;
  font-size: 1.4rem;
  border-radius: 11px 0px 0px 11px;
  background: #eef4ec;
  border: none;
}

.news-more .news-more-btn::before {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 900;
  font-size: 0.9em;
  color: #339900;
  margin-right: 1em;
}

.news-more .news-more-btn .news-more-btn-text {
  color: #246E00;
}

.news-more .news-more-btn.selected::before {
  content: '\f106';
}

.news-more .news-more-btn.selected::after {
  content: '閉じる';
  color: #339900;
}

.news-more .news-more-btn.selected .news-more-btn-text {
  display: none;
}

/*表示件数*/

.at-toplist .news-list .news-item {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  border-bottom: none;
  transition: all .1s;
}

.at-toplist .news-list.viewall .news-item {
  border-bottom: 1px dashed #ccc;
  padding: 10px 5px;
  opacity: 1;
  height: auto;
}

/*---------------------------------------------------------------------*/
/*ピックアップバナー*/
.pickup-bnr {
  padding: 0 2% 40px;
}

.pickup-bnr-page {
  padding: 30px 2%;
}

.pickup-bnr-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pickup-bnr-inner .pbnr-item {
  margin: 6px;
}

/*---------------------------------------------------------------------*/
.bar-trico {
  height: 8px;
  background: #6AB5C7;
  display: flex;
  justify-content: space-between;
}

.bar-trico::before,
.bar-trico::after {
  content: "";
  display: block;
  width: 33.33%;
  height: 8px;
}

.bar-trico::before {
  background: #E2A5A5;
}

.bar-trico::after {
  background: #B3AEDD;
}

/*---------------------------------------------------------------------*/
/*資格について知る*/
.about-license {
  background: #EBEFE9 url("../img/bg-top-shikaku.png")no-repeat 1% -20px;
  padding: 10px 0;
}

.about-license .about-license-catchcopy {
  margin: 50px 1% 40px;
}

.about-license .about-license-catchcopy .al-title {
  font-size: 3.1rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 0 110px;
}

.about-license .about-license-catchcopy .al-title::before,
.about-license .about-license-catchcopy .al-title::after {
  content: "";
  width: 84px;
  height: 115px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 84px 115px;
  top: 50%;
  margin-top: -58px;
}

.about-license .about-license-catchcopy .al-title::before {
  background-image: url("../img/character1.png");
  left: 0;
}

.about-license .about-license-catchcopy .al-title::after {
  background-image: url("../img/character2.png");
  right: 0;
}

.about-license .about-license-catchcopy .al-title .al-title-text {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.about-license .about-license-catchcopy .al-title .al-title-text::before,
.about-license .about-license-catchcopy .al-title .al-title-text::after {
  content: "";
  width: 1px;
  height: 45px;
  background: #5A9896;
  display: block;
  position: absolute;
  top: -10px;
}

.about-license .about-license-catchcopy .al-title .al-title-text::before {
  transform: rotate(-45deg);
  left: 0;
}

.about-license .about-license-catchcopy .al-title .al-title-text::after {
  transform: rotate(45deg);
  right: 0;
}

.about-license .about-license-catchcopy .al-catch {
  font-size: 1.9rem;
  color: #256902;
  width: 800px;
  max-width: 96%;
  margin: 60px auto 40px;
}

.about-license .about-license-content {
  width: 1035px;
  max-width: 94%;
  margin: 0 auto 40px;
}

.about-license .about-license-content .al-description {
  display: flex;
  justify-content: space-between;
}

.about-license .about-license-content .al-description .al-d {
  width: 29%;
}

.about-license .about-license-content .al-description .al-d .al-shikaku a {
  display: block;
  text-decoration: none;
  min-height: 72px;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #fff;
  padding-top: 38px;
  line-height: 1.1;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 46px auto;
}

.about-license .about-license-content .al-description .al-d .al-shikaku.is-kikenbutsu a {
  background-image: url("../img/mainmark-kikenbutsu-w.png");
  background-color: #F4D1D1;
  color: #3A193B;
}

.about-license .about-license-content .al-description .al-d .al-shikaku.is-shoubou a {
  background-image: url("../img/mainmark-shoubou-w.png");
  background-color: #BBDFE8;
  color: #101B40;
}

.about-license .about-license-content .al-description .al-d .al-shikaku.is-yobou a {
  background-image: url("../img/mainmark-yobou-w.png");
  background-color: #CAC6EB;
  color: #29044E;
}

.about-license .about-license-content .al-description .al-d .al-summary {
  text-align: left;
  line-height: 1.8;
}

.al-menu {
  text-align: left;
  position: relative;
  padding-left: 14px;
}

.al-menu::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 0.9em;
  color: #666;
  position: absolute;
  left: 0;
  top: 3px;
}

.al-menu.is-kikenbutsu::before {
  color: #DE9696;
}

.al-menu.is-shoubou::before {
  color: #1F7CA5;
}

.al-menu.is-yobou::before {
  color: #837CBE;
}

.al-menu .al-link {
  color: #000;
  text-decoration: none;
}

/*声*/
.about-license .about-license-voice {
  margin: 40px 0;
}

.about-license .about-license-voice .al-v-title {
  width: 644px;
  max-width: 96%;
  margin: 0 auto 30px;
  background: #fff url("../img/icon-voice.png")no-repeat 17px center /30px auto;
  border-radius: 100px;
  font-size: 2.3rem;
  padding: 13px;
}

.about-license .about-license-voice .al-v-content {
  display: flex;
  justify-content: center;
  width: 1035px;
  max-width: 96%;
  margin: 0 auto;
}

.al-v-content .al-v-bnr {
  width: 29%;
  margin: 5px 3%;
  max-width: 400px;
}

.al-v-content .al-v-bnr .al-v-link {
  display: block;
  text-decoration: none;
  color: #000;
}

.al-v-content .al-v-bnr .al-v-link .al-v-link-img {
  line-height: 0;
  border-bottom: 10px solid #ccc;
}

.al-v-content .al-v-bnr.is-kikenbutsu .al-v-link .al-v-link-img {
  border-bottom-color: #F4D1D1;
}

.al-v-content .al-v-bnr.is-shoubou .al-v-link .al-v-link-img {
  border-bottom-color: #BBDFE8;
}

.al-v-content .al-v-bnr .al-v-link .al-v-link-img img {
  border: 5px solid #fff;
  width: 100%;
}

.al-v-content .al-v-bnr .al-v-link .al-v-link-text {
  font-size: 1.9rem;
  margin: 9px 0;
}

.al-v-content .al-v-bnr .al-v-link .al-v-link-text::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 0.9em;
  color: #666;
  margin-right: 10px;
}

.al-v-content .al-v-bnr.is-kikenbutsu .al-v-link .al-v-link-text::before {
  color: #E2A5A5;
}

.al-v-content .al-v-bnr.is-shoubou .al-v-link .al-v-link-text::before {
  color: #7AA2D1;
}

/*---------------------------------------------------------------------*/
/*インフォメーション*/
.top-info {
  background-color: #F2F2F2;
}

.top-info-inner {
  width: 980px;
  margin: 0 auto;
  max-width: 96%;
  text-align: left;
  display: flex;
  padding: 40px 0;
}

.top-info-inner .top-info-hdl {
  width: 150px;
}

.top-info-inner .top-info-hdl .info-hdl-text {
  background: #339900;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 13px;
}

.top-info-inner .top-info-hdl .info-hdl-menu {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 10px;
}

.top-info-inner .top-info-hdl .info-hdl-menu .link-arrow {
  text-decoration: none;
  color: #000;
}

.top-info-inner .top-info-hdl .info-hdl-menu .link-arrow::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #339900;
  margin-right: 8px;
}

.top-info-inner .top-info-content {
  flex: 1;
  margin-left: 60px;
}

.top-info-inner .top-info-content .top-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-info-inner .top-info-content .top-info-list .top-info-item {
  line-height: 1.3;
  position: relative;
  border-bottom: 1px dashed #ADADAD;
  padding: 8px 10px 8px 0;
  margin-bottom: 3px;
}

.top-info-inner .top-info-content .top-info-list .top-info-item::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #A0B994;
  position: absolute;
  top: 6px;
  left: -20px;
}

.top-info-inner .top-info-content .top-info-list .top-info-item a {
  text-decoration: none;
  color: #000;
}

/*---------------------------------------------------------------------*/
/*スライドバナー*/
.banner-pr {
  background-color: #848A90;
  color: #fff;
  line-height: 1.2;
  padding: 30px 0;
  /*  overflow: hidden;*/
}

.banner-pr a {
  color: #fff;
  text-decoration: none;
}

.banner-pr-inner .prbnr-item {
  width: 210px;
  padding: 0 2px;
}

.banner-pr-inner .prbnr-item .prbnr-hd {
  height: 1.2em;
  text-align: left;
  overflow: visible;
  white-space: nowrap;
  margin-bottom: 6px;
  width: 210px;
}

.prbnr-thumb img {
  width: 210px;
}

.btnmodal {
  cursor: pointer;
}

.banner-pr-inner .prbnr-item .prbnr-text {
  margin-top: 5px;
}

.banner-pr .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 58px;
  width: 36px;
  background-color: rgba(43, 57, 83, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  text-align: left;
  border-color: transparent;
  text-indent: -9999px;
  margin-top: 0;
  cursor: pointer;
}

.banner-pr .slick-arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.banner-pr .slick-prev:hover,
.banner-pr .slick-prev:focus,
.banner-pr .slick-next:hover,
.banner-pr .slick-next:focus {
  background-color: rgba(43, 57, 83, 0.5);
}

.banner-pr .slick-prev {
  left: 0px;
}

.banner-pr .slick-next {
  right: 0px;
}

.banner-pr .slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  left: 12px;
}

.banner-pr .slick-arrow.slick-next::after {
  transform: rotate(-135deg);
}

/*お知らせ枠 202212*/
.news-box-lead {
  text-align: center;
  margin: 18px 20px 7px;
}

.news-box-lead a {
  color: #2B6393;
}

/*お知らせ位置*/
.top-info.news-position1 {
  margin-top: 0;
  transform: translateY(-20px);
}

.top-info.news-position1 .top-info-inner {
  padding: 0px 10px 40px 5px;
}

.top-info.news-position1 .info-hdl-text {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 11px 10px 1px 20px;
  position: relative;
  height: 37px;
}

/*======================================================

　レスポンシブ

======================================================*/
/*
　PC以上
*/
@media screen and (min-width: 1200px) {

  .top-info-inner .top-info-content .top-info-list .top-info-item a:hover,
  .news-list .news-item .news-item-title a:hover,
  .al-description .al-d .al-menu .al-link:hover {
    text-decoration: underline;
    opacity: 1;
  }

  .kv-bnr-main.is-shinsei.is-shiyobnr {
    background-size: 60px auto;
  }

  .kv-bnr-main.is-shinsei.is-shiyobnr::before {
    width: 70px;
    height: 70px;
    left: -35px;
    top: -35px;
  }
}

/*
　タブレット
*/
@media screen and (max-width: 1199px) {
  .top-kv {
    margin-top: 60px;
  }
}

/*
　タブレットナロー
*/
@media screen and (max-width: 940px) {
  .top-kv {
    min-height: auto;
    padding-bottom: 0;
    border-bottom: 2px solid #fff;
  }

  /*キャッチコピー*/
  .top-kv-catchcopy {
    padding-top: 18px;
  }

  .top-kv-catchcopy .kv-title {
    font-size: 2.2rem;
    padding: 0 3px 0;
    border-bottom: none;
  }

  /*メインバナー*/
  .top-kv-navi {
    display: block;
    max-width: 94%;
    margin: 0 auto 20px;
  }

  /*バナーサイズ位置*/
  .kv-bnr {
    width: 100%;
    margin: 10px 0 17px;
  }

  /* ★予防技術検定バナー変更 */
  .kv-bnr-yobou.is-full {
    width: 100%;
    margin: 10px 0 17px;
  }

  .kv-bnr-shinsei,
  .kv-bnr-shinsei.is-shiyo {
    margin: 17px 0;
    width: 100%;
  }

  .kv-bnr-yobou {
    width: 100%;
    margin-left: 0;
  }

  /*バナーデザイン*/
  .kv-bnr-main::before {
    left: -30px;
    top: -30px;
  }

  .kv-bnr-submenu .submenu-item {
    height: 55px;
  }

  /*合格発表*/
  .kv-bnr-main .kv-bnr-main-subtxt {
    margin: 5px 0 0;
  }

  /*バナー共通*/
  .kv-bnr-main.is-yobou.is-yobou-full,
  .kv-bnr-main.is-kikenbutsu,
  .kv-bnr-main.is-shoubou,
  .kv-bnr-main.is-license {
    padding-top: 10px;
    background-position: 8px center;
    background-size: 40px auto;
    width: 100%;
    height: 65px;
  }

  /*電子申請*/
  .kv-bnr-main.is-shinsei {
    background-size: 40px;
    background-position: 8px center;
    height: auto;
    min-height: 65px;
    padding: 15px 5px;
  }

  .kv-bnr-main.is-shinsei .kv-bnr-main-name {
    font-size: 1.7rem;
  }

  .kv-bnr-main.is-shinsei .kv-bnr-main-subtxt {
    margin: 5px 25px 0;
  }

  /* ★電子申請バナー変更 */
  .kv-bnr-main.is-shinsei.is-shiyobnr {
    padding: 5px 5px 5px 55px;
    background-position: 10px center;
  }

  .kv-shisei-bnr-inner {
    gap: 5px 10px;
  }

  .kv-shisei-bnr-inner .kv-sbin-1 {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 1%;
  }

  .kv-shisei-bnr-inner .kv-sbin-1>div {
    white-space: nowrap;
  }

  .kv-shisei-bnr-inner .kv-sbin-1>div h3 {
    letter-spacing: 0;
  }

  .kv-shisei-bnr-inner .kv-sbin-2 {
    font-size: 1.3rem;
    margin-right: 1%;
    margin-left: 0;
  }

  /* ★電子申請バナー変更 end */

  /*予防*/
  .kv-bnr-main.is-yobou {
    background-size: 40px;
    background-position: 8px center;
    height: 65px;
    padding-top: 10px;
  }

  .kv-bnr-main.is-yobou .kv-bnr-main-name {
    margin: 0;
  }

  .kv-bnr-main.is-yobou .kv-bnr-main-subtxt {
    margin: 5px 0 0;
  }

  /*重要なお知らせ*/
  .top-mainnews-wrapper {
    padding-top: 30px;
    margin-bottom: 40px;
  }

  .top-mainnews-wrapper .top-mainnews {
    transform: translateY(0);
  }

  .news-list .news-item {
    display: block;
  }

  .news-list .news-item .news-item-hd {
    margin-bottom: 10px;
  }

  .news-list .news-item .news-item-title {
    margin-left: 10px;
  }

  /*資格について知る*/
  .about-license {
    background-position: center -20px;
    background-size: 200px auto;
  }

  .about-license .about-license-catchcopy {
    margin: 40px 1% 30px;
  }

  .about-license .about-license-catchcopy .al-title {
    font-size: 2.3rem;
    padding: 0 75px;
  }

  .about-license .about-license-catchcopy .al-title::before,
  .about-license .about-license-catchcopy .al-title::after {
    width: 60px;
    height: 93px;
    background-size: 60px auto;
    margin-top: -48px;
  }

  .about-license .about-license-catchcopy .al-title .al-title-text {
    padding: 0 10px;
  }

  .about-license .about-license-catchcopy .al-title .al-title-text::before,
  .about-license .about-license-catchcopy .al-title .al-title-text::after {
    height: 32px;
    top: -5px;
  }

  .about-license .about-license-catchcopy .al-catch {
    font-size: 1.7rem;
    margin: 40px auto 40px;
  }

  .about-license .about-license-content .al-description {
    display: block;
  }

  .about-license .about-license-content .al-description .al-d {
    width: 100%;
  }

  .about-license .about-license-content .al-description .al-d+.al-d {
    margin-top: 40px;
  }

  .about-license .about-license-content .al-description .al-d .al-shikaku a {
    min-height: auto;
    position: relative;
    background-color: #fff;
    padding: 18px 10px 16px;
    background-position: 5px center;
  }

  .about-license .about-license-content .al-description .al-d .al-shikaku a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
  }

  .about-license .about-license-voice .al-v-content {
    display: block;
  }

  .al-v-content .al-v-bnr {
    width: 94%;
    margin: 5px auto;
  }

  .al-v-content .al-v-bnr+.al-v-bnr {
    margin-top: 30px;
  }

  /* お知らせ位置*/
  .top-info.news-position1 {
    margin-top: 40px;
    transform: translateY(0px);
  }

  .top-info.news-position1 .top-info-inner {
    padding: 0px 5px 40px 0px;
  }
}

/*
　スマートフォン
*/
@media screen and (max-width: 599px) {

  /*重要なお知らせ*/
  .news-search {
    display: block;
  }

  .news-search-item {
    margin: 0 0 10px;
    padding: 10px 0 0;
    align-items: flex-start;
    border-top: 1px dashed #CBCBCB;
  }

  .news-search-item:first-child {
    border-top: none;
  }

  .news-search-item>dt {
    margin: 2px 5px 0 0;
  }

  .news-search-item>dd {
    flex: 1;
  }

  /*重要なお知らせリスト*/
  .news-list {
    margin: 10px;
  }

  .news-list .news-item .news-item-hd {
    margin-bottom: 5px;
  }

  /*インフォメーション*/
  .top-info-inner {
    display: block;
  }

  .top-info-inner .top-info-hdl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .top-info-inner .top-info-hdl .info-hdl-text {
    width: 140px;
    padding-left: 20px;
    margin-left: -2%;
  }

  .top-info-inner .top-info-hdl .info-hdl-menu {
    font-size: 1.5rem;
  }

  .top-info-inner .top-info-content {
    margin-left: 25px;
  }

  /*お知らせ位置*/
  .top-info.news-position1 .top-info-inner {
    padding: 0px 5px 40px 5px;
  }
}