@charset "UTF-8";

.content-wrapper {
  margin-top: 125px;
  background: linear-gradient(#efefef 0%, #fff 800px);
  transition: margin .2s;
}

.headerlow .content-wrapper {
  margin-top: 60px;
}

/*コーナーメニュー*/
.navi-corner {
  display: flex;
  justify-content: space-between;
  line-height: 1.1;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.navi-corner .navi-corner-title {
  font-size: 1.4rem;
  padding: 0.2em 18px 0 1em;
  color: #585858;
  position: relative;
}

.navi-corner .navi-corner-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #A1D587;
  border-bottom: 2px solid #A1D587;
  transform: translateY(-49%) rotate(-45deg);
  right: -5px;
  top: 50%;
}

.navi-corner .navi-corner-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

.navi-corner a {
  color: #000;
  text-decoration: none;
}

.navi-corner .navi-corner-menu a {
  color: #000;
  text-decoration: none;
  height: 100%;
  display: block;
  padding: 1.4em 1em 1.3em;
  position: relative;
}

.navi-corner-menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  border-top: 5px solid #DBEAD3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateX(-50%);
}

.navi-corner-menu .selected a {
  text-decoration: underline;
}

.navi-corner-menu .selected a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-top: 12px solid #E1E1E1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translateX(-50%);
}

.navi-corner-menu .selected a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-top: 10px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transform: translateX(-50%);
}

/*パンクズ*/
.breadcrumb {
  width: 1154px;
  max-width: 98%;
  margin: 0 auto;
  padding: 13px 10px 11px;
  line-height: 1.1;
  text-align: left;
  font-size: 1.2rem;
  color: #5F5E5E;
}

.breadcrumb .breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb .breadcrumb-list li {
  display: inline;
}

.breadcrumb .breadcrumb-list li::before {
  content: "＞";
  margin: 0 .4em;
}

.breadcrumb .breadcrumb-list li:first-child::before {
  display: none;
}

.breadcrumb .breadcrumb-list a {
  color: #5F5E5E;
  text-decoration: none;
}


/*電子申請サイドバナー*/
.shinsei-sidebnr {
  width: 150px;
  position: fixed;
  right: 0;
  bottom: 170px;
  line-height: 1.1;
  z-index: 999;
}

.shinsei-sidebnr::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon-side-shinsei.png")no-repeat center center / cover;
  width: 44px;
  height: 44px;
  left: -11px;
  top: -12px;
}

.shinsei-sidebnr .shinseibnr-close {
  top: -33px;
  right: 3px;
  cursor: pointer;
  position: absolute;
  display: none;
}

.shinseibnr-close-txt {
  display: none;
}

.shinsei-sidebnr .shinseibnr-close::before {
  font-family: "Font Awesome 5 Free";
  content: '\f057';
  font-weight: 900;
  color: #797979;
  font-size: 20px;
}

.shinsei-sidebnr .shinsei-sidebnr-link {
  display: block;
  width: 150px;
  height: 114px;
  border-radius: 10px 0px 0px 10px;
  background: #4681b4;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.shinsei-sidebnr .shinsei-sidebnr-link .hl-txt {
  font-size: 2rem;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 11px 0 6px 10px;
}

.shinsei-sidebnr .shinsei-sidebnr-link .smry-txt {
  display: block;
  font-size: 1.3rem;
  padding: 8px 28px 10px 0;
  background: url("../img/icon-side-shinsei-arrow.png")no-repeat 97% center / 20px auto;
  line-height: 1.4;
  border-top: 1px dashed #fff;
  margin: 0 0 0 22px;
}

/*電子申請サイドバナー2*/
.shinsei-sidebnr2 {
  width: 220px;
  position: fixed;
  right: 0;
  bottom: 150px;
  line-height: 1.1;
  z-index: 999;
}

.shinsei-sidebnr2::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon-side-shinsei.png")no-repeat center center / cover;
  width: 44px;
  height: 44px;
  left: -20px;
  top: -12px;
}

.shinsei-sidebnr2 .shinsei-sidebnr-link {
  display: block;
  width: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #4681b4;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 19px 10px 12px;
}

.shinsei-sidebnr2 .shinsei-sidebnr-link .hl-txt2 {
  font-size: 1.7rem;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 12px 4px 10px;
  border: 1px solid #a2aec2;
  border-radius: 7px;
  background: #36638A;
}

.shinsei-sidebnr2 .shinsei-sidebnr-link .hl-txt2::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 8px;
  font-size: 0.9em;
  color: #9cbfde;
}

.shinsei-sidebnr2 .shinsei-sidebnr-link .smry-txt2 {
  display: block;
  font-size: 1.3rem;
  padding: 7px 5px 6px 23px;
  line-height: 1.1;
  border-bottom: 1px solid #7da5b6;
  border-top: 1px solid #7da5b6;
  margin-top: 8px;
  position: relative;
}

.shinsei-sidebnr2 .shinsei-sidebnr-link .smry-txt2::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  font-size: 0.9em;
  color: #94afc5;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}


/*---------------------------------------------------------------------*/
/*メイン*/
.content-main {
  width: 1144px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1px 0;
}

.content-main+.content-main>.contentblock {
  margin-top: 0;
}

/*---------------------------------------------------------------------*/
/*ページタイトル*/
.content-title {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  position: relative;
  padding: 4px 0 0 48px;
  align-items: center;
}

.content-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
  background: #339900;
  position: absolute;
  left: 0;
  top: 8px;
}

.content-title .content-title-main {
  font-size: 3rem;
  margin: 13px 0.7em 13px 0;
}

.content-title .content-title-sub {
  font-size: 0.8em;
  margin: 0 0.2em 0.1em 0;
  display: inline-block;
  vertical-align: middle;
}

.content-title .content-title-main a {
  text-decoration: none;
  /*  color: #444;*/
  color: #000 !important;
}

.content-title .content-title-area {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #ccc;
  margin: -2px 0 0;
  padding: 6px 14px 3px 12px;
  display: flex;
  align-items: center;
}

.content-title-area-link .title-area-text {
  /*202212add*/
  color: #000;
}

.content-title-area-link {
  /*202212add*/
  display: flex;
  align-items: center;
  text-decoration: none;
}

.content-title-area-link::after {
  /*202212add*/
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 3px;
}

.content-title.at-kikenbutsu .content-title-area-link::after {
  /*202212add*/
  border-color: #E49191;
}

.content-title.at-shoubou .content-title-area-link::after {
  /*202212add*/
  border-color: #6EB7C8;
}

.content-title .content-title-area .title-area-icon {
  display: block;
  margin: 0 6px 0 0;
  font-size: 1.1rem;
}

.content-title .content-title-area .title-area-icon::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  font-size: 22px;
  display: block;
  text-align: center;
}

.content-title .content-title-area .title-area-text {
  font-size: 3rem;
}

.content-page-lead {
  font-size: 1.8rem;
  width: 900px;
  max-width: 94%;
  margin: 1em auto;
}

/*---------------------------------------------------------------------*/
.contentpage-news {
  margin: 40px 0;
}

/*---------------------------------------------------------------------*/
.contentblock {
  margin: 40px auto 90px;
  width: 1000px;
  max-width: 94%;
  text-align: left;
}

.contentblock img {
  vertical-align: text-top;
}

.content-main a {
  color: #2B6393;
}

.content-title+.contentblock {
  margin-top: 0;
}

.content-corner-menu-s+.contentblock {
  margin-top: 40px;
}

/*受験について*/
.ex-juken {
  border-radius: 15px;
  background: #ffefef;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.6rem;
  margin: 45px 1% 10px;
}

.ex-juken>dt {
  font-size: 2rem;
  padding: 20px 40px 30px;
}

.ex-juken>dt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f044';
  font-weight: 900;
  color: #797979;
  font-size: 32px;
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.ex-juken>dd {
  margin: 0 0 0 20px;
  flex: 1;
}

.ex-juken>dd em {
  color: #D60000;
}

/*---------------------------------------------------------------------*/
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.bnr-2col-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  display: flex;
}

.bnr-2col-list .bnr-item {
  width: 49%;
  text-align: center;
}

.bnr-about-entry {
  text-align: center;
  margin: 2em 0;
}

.bnr-about-entry a {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  border-top: 1px dashed #00B1AA;
  border-bottom: 1px dashed #00B1AA;
  padding: 0.8em;
}

.bnr-about-entry a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-left: 10px;
  margin-right: 0.5em;
}

.content-page-shinsei {
  width: 1053px;
  max-width: 96%;
  margin: 50px auto;
  border-radius: 15px;
  background: #eff9ff;
  border: 1px solid #89abc9;
  padding: 30px;
}

.content-page-shinsei .c-bnr-shinsei {
  width: 574px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.content-page-shinsei>p {
  text-align: left;
  font-size: 1.6rem;
  margin: 1em 0 0;
}

.content-page-bnr-goukaku {
  text-align: center;
  max-width: 96%;
  margin: 40px auto;
}

.content-page-bnr-goukaku a {
  font-size: 2.9rem;
  text-decoration: none;
  color: #500606;
  display: inline-block;
  background: #fdefef url("../img/bg-goukaku.png")no-repeat left center;
  border: 1px solid #ac8585;
  width: 885px;
  max-width: 100%;
  text-align: center;
  padding: 14px 50px;
  position: relative;
}

.content-page-bnr-goukaku a span {
  font-size: 1.9rem;
  margin-left: 0.2em;
}

.content-page-bnr-goukaku a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 28px;
  margin-right: 10px;
  color: #EB9D9D;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

/*
 ボタン*/
.link-bnr-datearea,
.link-bnr-prefdata,
.link-bnr-date,
.link-bnr-datearea,
.link-bnr-exhall {
  display: inline-block;
  width: 422px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  font-size: 2rem;
  text-decoration: none;
  color: #000 !important;
  padding: 20px;
  position: relative;
  text-align: center;
}

.link-bnr-prefdata.selected {
  background-color: #FDF3D5;
}

.link-bnr-datearea::before,
.link-bnr-prefdata::before,
.link-bnr-date::before,
.link-bnr-datearea::before,
.link-bnr-exhall::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.link-bnr-datearea::before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
}

.link-bnr-datearea::after,
.link-bnr-date::after,
.link-bnr-exhall::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.link-bnr-prefdata::before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
}

.link-bnr-prefdata::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
}

.link-bnr-date::before {
  font-family: "Font Awesome 5 Free";
  content: '\f133';
  font-weight: 400;
  font-size: 26px;
  margin-left: 10px;
}

.link-bnr-exhall::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1ad';
  font-weight: 400;
  font-size: 26px;
  margin-left: 10px;
}

.test-guide {
  margin: 56px auto;
  text-align: center;
}

.test-guide .test-guide-bnr {
  display: inline-block;
  width: 885px;
  max-width: 96%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000 !important;
  text-decoration: none;
  padding: 18px;
  background-repeat: no-repeat;
  background-position: 4% bottom;
  background-size: 75px auto;
}

.test-guide .test-guide-bnr .bnr-text {
  font-size: 2rem;
}

.test-guide .test-guide-bnr .bnr-text::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 21px;
  margin-right: 10px;
}

.test-guide .test-guide-bnr .bnr-text::after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
  font-size: 28px;
  margin-left: 10px;
}

/*試験別カラー -----------------------------------------------------*/
/*試験別カラー：電子申請*/
.content-title.at-denshi::before {
  background: #4481B4;
}

/*試験別カラー：お知らせ*/
.content-title.at-news::before {
  background: #339900;
}

/*試験別カラー：免状の交付・書換え等*/
.content-title.at-license::before {
  background: #C8E6B9;
}

/*試験別カラー：危険物*/
.content-title.at-kikenbutsu::before {
  background: #f4d1d1;
}

.content-title.at-kikenbutsu .content-title-area {
  border-color: #e8a2a2;
}

.content-title.at-kikenbutsu .content-title-area .title-area-icon {
  color: #E39191;
}

.bnr-about-entry a.is-kiken::before {
  color: #E8BABA;
}

.btnkiken {
  border-color: #e8a2a2;
}

.btnkiken::before {
  color: #E8A2A2;
}

.link-bnr-datearea.btnkiken::before {
  background: url("../img/icon-bnr-select-datearea.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnkiken::before {
  background: url("../img/icon-bnr-prefdata.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnkiken::after {
  background: url("../img/icon-bnr-pdlist.png")no-repeat center center /cover;
}

.link-bnr-exhall.btnkike::after {
  background: url("../img/icon-bnr-pdlist.png")no-repeat center center /cover;
}

.link-bnr-datearea.btnkiken::after,
.link-bnr-date.btnkiken::after,
.link-bnr-exhall.btnkiken::after {
  border-right: 1px solid #E8A2A2;
  border-bottom: 1px solid #E8A2A2;
}

.test-guide .test-guide-bnr.is-kiken {
  background-image: url("../img/bg-btn-annai-kiken.png");
  border-color: #e8a2a2;
}

.test-guide .test-guide-bnr.is-kiken .bnr-text::before,
.test-guide .test-guide-bnr.is-kiken .bnr-text::after {
  color: #DE9393;
}

/*試験別カラー：消防設備士*/
.content-title.at-shoubou::before {
  background: #BBDFE8;
}

.content-title.at-shoubou .content-title-area {
  border-color: #6AB5C7;
}

.content-title.at-shoubou .content-title-area .title-area-icon {
  color: #45A2B8;
}

.bnr-about-entry a.is-shoubou::before {
  color: #45A2B8;
}

.btnshoubou {
  border-color: #6AB5C7;
}

.btnshoubou::before {
  color: #6AB5C7;
}

.link-bnr-datearea.btnshoubou::before {
  background: url("../img/icon-bnr-select-datearea-sho.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnshoubou::before {
  background: url("../img/icon-bnr-prefdata-sho.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnshoubou::after {
  background: url("../img/icon-bnr-pdlist-sho.png")no-repeat center center /cover;
}

.link-bnr-datearea.btnshoubou::after,
.link-bnr-date.btnshoubou::after,
.link-bnr-exhall.btnshoubou::after {
  border-right: 1px solid #6AB5C7;
  border-bottom: 1px solid #6AB5C7;
}

.test-guide .test-guide-bnr.is-shoubou {
  background-image: url("../img/bg-btn-annai-sho.png");
  border-color: #6AB5C7;
}

.test-guide .test-guide-bnr.is-shoubou .bnr-text::before,
.test-guide .test-guide-bnr.is-shoubou .bnr-text::after {
  color: #6AB5C7;
}

/*試験別カラー：予防技術検定*/
.content-title.at-yobou::before {
  background: #E3E1F2;
}

.bnr-about-entry a.is-yobou::before {
  color: #45A2B8;
}

.btnyobou {
  border-color: #9F99D0;
}

.btnyobou::before {
  color: #9F99D0;
}

.link-bnr-datearea.btnyobou::before {
  background: url("../img/icon-bnr-select-datearea-sho.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnyobou::before {
  background: url("../img/icon-bnr-prefdata-sho.png")no-repeat center center /cover;
}

.link-bnr-prefdata.btnyobou::after {
  background: url("../img/icon-bnr-pdlist-sho.png")no-repeat center center /cover;
}

.link-bnr-datearea.btnyobou::after,
.link-bnr-date.btnyobou::after,
.link-bnr-exhall.btnyobou::after {
  border-right: 1px solid #9F99D0;
  border-bottom: 1px solid #9F99D0;
}

.test-guide .test-guide-bnr.is-yobou {
  background-image: url("../img/bg-btn-annai-sho.png");
  border-color: #9F99D0;
}

.test-guide .test-guide-bnr.is-yobou .bnr-text::before,
.test-guide .test-guide-bnr.is-yobou .bnr-text::after {
  color: #9F99D0;
}

/*試験別カラー：支部*/
.content-title.at-shibu::before {
  background: #A8A49F;
}

/*試験別カラーここまで -----------------------------------------------------*/
/*支部の試験ボタン*/
.shibu-bnr-row {
  background: #EFF4F2;
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  position: relative;
}

.shibu-bnr-row>div {
  margin: 10px 30px;
  display: flex;
  justify-content: center;
}

.shibu-bnr-row::before,
.shibu-bnr-row::after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 8px;
  width: 50%;
}

.shibu-bnr-row::before {
  left: 0;
  background-color: #F4D1D1;
}

.shibu-bnr-row::after {
  right: 0;
  background-color: #BBDFE8;
}

.shibu-bnr-row .kv-bnr-main {
  text-decoration: none;
}

/*連絡先*/
.prf-address-row {
  background: #F5F3F0;
  padding: 1px 0;
}

.prf-address {
  background: #F5F3F0;
  width: 976px;
  max-width: 96%;
  margin: 30px auto 50px;
  text-align: left;
  padding: 20px 30px;
}

.prf-address-row .prf-address {
  width: 1000px;
  padding-left: 4em;
  margin-bottom: 30px;
}

.prf-address .prf-address-title {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  padding: 0 3px 10px;
  margin-bottom: 1em;
}

.prf-address-row .prf-address .prf-address-title {
  text-indent: -3em;
}

.prf-address-title-text {
  font-size: 2.8rem;
  margin: 0;
}

.prf-address-title-text .at-address {
  font-size: 2rem;
}

.prf-address-title-text::before {
  font-family: "Font Awesome 5 Free";
  content: '\f279';
  font-weight: 900;
  margin-right: 0.5em;
  color: #8D7960;
}

.prf-address .prf-address-title .subtext {
  font-size: 1.8rem;
  margin-left: 0.5em;
}

.prf-address-title-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prf-address-title-link a {
  color: #000;
  text-decoration: none;
}

.prf-address-title-link a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 0.3em;
  color: #8D7960;
}

.prf-address .prf-address-data-top {
  display: flex;
  justify-content: space-between;
  margin: 1em 4px;
  align-items: center;
}

.prf-address .prf-address-data-top .col:first-child {
  flex: 1;
}

.prf-address .prf-address-data-top .col .link-map {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  width: 126px;
  border-radius: 50px;
  border: 1px solid #707070;
  padding: 6px 12px 6px 8px;
}

.prf-address .prf-address-data-top .col .link-map::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  margin-right: 0.4em;
  color: #8D7960;
  font-size: 25px;
}

.prf-address .prf-address-data-bottom {
  border-top: 1px solid #707070;
  padding: 1em 4px 0.5em;
}

/*コーナーメニュー*/
.content-corner-menu {
  width: 1000px;
  max-width: 96%;
  margin: 30px auto;
  padding: 10px 2%;
  list-style: none;
  border-top: 1px solid #A5A4A4;
  border-bottom: 1px solid #A5A4A4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.content-corner-menu li {
  margin: 8px;
  font-size: 1.8rem;
}

.content-corner-menu li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  margin-right: 0.4em;
  color: #D4BABA;
}

.content-corner-menu a {
  color: #000;
  text-decoration: none;
}

/*-----------*/
.content-corner-menu-sb {
  text-align: left;
  padding: 1.5em 1% 0.5em;
  line-height: 1.2;
  border: 1px solid #C8C5B3;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  width: 96%;
  margin: 50px auto 0;
  box-shadow: 0 -4px 3px rgba(0, 0, 0, 0.06);
}

.content-corner-menu-s {
  text-align: left;
  line-height: 1.1;
  margin: -5px 0 0;
  box-shadow: none;
  padding: 0 3% 0.3em;
  background: linear-gradient(#ffffff 80%, #F0F0F0 100%);
  position: relative;
}

.content-corner-menu-s.at-bottom {
  background: linear-gradient(#F0F0F0 0%, #fff 20%);
  padding-top: 30px;
  padding-bottom: 25px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-radius: 15px 15px 0 0;
  margin-top: -10px;
}

.content-corner-menu-s.at-bottom2::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 15px 15px;
}

.corner-menu-title {
  font-size: 1.6rem;
  margin: 0 1% 1em 0;
  width: 11%;
  text-align: center;
  color: #938C60;
}

.corner-menu-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.9em;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.corner-menu-list li {
  position: relative;
  padding-left: 16px;
  padding-right: 5px;
  margin: 0.5em 0;
  width: 25%;
}

.corner-menu-list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  display: block;
  position: absolute;
  color: #817E5E;
  left: 1px;
  top: 0px;
  font-size: 0.9em;
}

.corner-menu-list a,
.corner-menu-title a {
  color: #4C4936;
  text-decoration: none;
}

.corner-menu-list .selected a {
  color: #897E7E;
  text-decoration: underline;
}

.corner-menu-list .selected::before {
  color: #9E9898;
}

/*都道府県プルダウンリスト*/
.pref-list-wrapper {
  display: none;
}

.pref-list-block {
  background: #fff;
  border: 1px solid #8b7474;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
  flex-wrap: wrap;
}

.pref-list-block dl {
  width: 11.5%;
  border-left: 1px solid #A2A2A2;
}

.pref-list-block dt {
  font-size: 1.4rem;
  background-color: #2A7205;
  color: #fff;
  padding: 5px 0 5px 7px;
}

.pref-list-block dd {
  margin: 0;
  padding: 8px;
}

.pref-list-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pref-list-block li {
  font-size: 1.5rem;
  margin: 5px 0;
}

.pref-list-block li a {
  color: #000;
  text-decoration: none;
}

.pref-list-close {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px;
  height: 26px;
}

.pref-list-close .pref-list-close-btn {
  width: 26px;
  height: 26px;
  border: none;
  background: #fff;
  border-radius: 100px;
  padding: 0;
}

.pref-list-close .pref-list-close-btn::before {
  font-family: "Font Awesome 5 Free";
  content: '\f057';
  font-weight: 900;
  font-size: 26px;
  color: #797979;
}

.pref-list-close .pref-list-close-btn .txt {
  display: none;
}

/*パーツ ----------------------------------------------------------------*/
.font-L {
  font-size: 1.2em;
}

.font-LL {
  font-size: 1.5em;
}

.font-s {
  font-size: 0.8em;
}

.contentblock {
  font-size: 1.6rem;
}

.contentblock p {
  line-height: 1.8;
}

.contentblock em {
  font-style: normal;
  color: #A64747;
}

.contentblock table p {
  margin-bottom: 0;
}

.contentblock table th p:first-child,
.contentblock table td p:first-child {
  margin-top: 0;
}

.contentblock table ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*見出し*/
.contentblock h1,
.contentblock h2,
.contentblock h3,
.contentblock h4,
.contentblock h5,
.contentblock h6 {
  clear: both;
}

.contentblock h1 {
  font-size: 2.6rem;
  border: 1px solid #00B1AA;
  border-radius: 10px;
  padding: 18px 25px;
  margin: 1em -2% 0;
}

.contentblock h2 {
  font-size: 2.6rem;
  border-bottom: 1px solid #00B1AA;
  margin: 0 -1% 1em;
  padding: 2em 2px 10px
}

.contentblock h2:first-child {
  padding-top: 0.9em;
}

.content-title+.contentblock h2:first-child {
  padding-top: 0.5em;
}

.contentblock h2 a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  float: right;
  display: inline-block;
  margin-top: 0.4em;
}

.contentblock h2 a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #D4BABA;
  margin-right: 0.3em;
}

.contentblock h3 {
  font-size: 1.8rem;
  background-color: #F6F4EB;
  border-radius: 6px;
  padding: 9px 15px 7px;
  margin: 1.5em -1% 0.5em;
}

.contentblock h4 {
  font-size: 1.8rem;
  margin: 1.2em 0 0.5em;
  position: relative;
  padding: 4px 4px 4px 20px;
}

.contentblock h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00B1AA;
  margin-right: 0.5em;
  position: absolute;
  left: 3px;
  top: 8px;
}

.contentblock h5 {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 2px;
  margin: 1.5em 0 0.5em;
}

.contentblock h6 {
  font-size: 1.7rem;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  padding: 7px 20px 5px;
  margin: 2.5em 0 0.5em;
}

.box-gray {
  margin: 0.5em 0;
  padding: 0.5em;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.contentblock .link-arrow {
  margin-right: 1em;
  text-decoration: none;
}

.contentblock .link-arrow::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #339900;
  margin-right: 8px;
  margin-left: 3px;
}

.headline-caution::before {
  font-family: "Font Awesome 5 Free";
  content: '\f12a';
  font-weight: 900;
  color: #FF9200;
  margin-right: 0.6em;
  margin-left: 0.4em;
}

.contentblock .list-arrow {
  list-style: none;
  padding: 0;
}

.contentblock .list-arrow>li {
  position: relative;
  padding-left: 25px;
  margin: 0.6em 0;
}

.contentblock .list-arrow>li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #D1C9C9;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}

.contentblock .list-file {
  list-style: none;
  padding: 0;
}

.contentblock .list-file>li {
  position: relative;
  padding-left: 25px;
  margin: 0.6em 0;
}

.contentblock .list-file>li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f15b';
  font-weight: 400;
  color: #59C0B5;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}

.contentblock .list-arrow-s {
  list-style: none;
  padding: 0;
}

.contentblock .list-arrow-s>li {
  position: relative;
  padding-left: 25px;
  margin: 0.6em 0;
}

.contentblock .list-arrow-s>li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #B7B3B3;
  font-size: 17px;
  position: absolute;
  left: 5px;
  top: 2px;
}

.contentblock .list-dot {
  list-style: none;
  padding: 0;
}

.contentblock .list-dot>li {
  position: relative;
  padding-left: 25px;
  margin: 0.6em 0;
}

.contentblock .list-dot>li::before {
  content: "";
  background-color: #D4BABA;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  position: absolute;
  left: 4px;
  top: 5.5px;
}

.list-dot ul {
  list-style: none;
  padding: 0;
}

.list-dot ul li {
  position: relative;
  padding-left: 25px;
  margin: 0.5em 0;
}

.list-dot ul li::before {
  content: "";
  background-color: #fff;
  border: 1px solid #C9A9A9;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.contentblock ol {
  padding-left: 2em;
}

.contentblock ol li {
  margin: 0.6em 0;
}

.contentblock .list-font,
.contentblock .list-font ul {
  list-style: none;
  padding: 0;
}

.contentblock .list-font li {
  margin: 0.6em 0;
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.contentblock blockquote {
  background: #f2f2f2;
  padding: 1em;
  border-radius: 5px;
}

.contentblock blockquote>p:first-child {
  margin-top: 0;
}

.contentblock blockquote>p:last-child {
  margin-bottom: 0;
}

.table-layout {
  border-collapse: collapse;
}

.table-layout td {
  padding: 0;
}

img.img-left {
  float: left;
  vertical-align: middle;
  margin-right: 1em;
}

img.img-right {
  float: right;
  vertical-align: middle;
  margin-left: 1em;
}

.contentblock table.table-license {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #B2B2B2;
  border-left: none;
  border-right: none;
  margin: 1em 0;
}

.contentblock table.table-license th {
  background: transparent;
}

.contentblock table.table-license th,
.contentblock table.table-license td {
  padding: 8px;
  border-top: 1px solid #B2B2B2;
  border-left: none;
  border-right: none;
  vertical-align: top;
  font-weight: normal;
}

.contentblock table td.td-line-dot {
  border-top: 1px dashed #B2B2B2 !important;
}

.contentblock table,
.contentblock table.table-line {
  margin: 1em 0;
  border-collapse: collapse;
  border-bottom: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
}

.contentblock table.table-line {
  width: 100%;
}

.contentblock table th,
.contentblock table.table-line th {
  background: #f2f2f2;
  text-align: center;
}

.contentblock table th,
.contentblock table td,
.contentblock table.table-line th,
.contentblock table.table-line td {
  padding: 8px;
  border-top: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  font-weight: normal;
  word-break: break-all;
}

.contentblock table.table-line-dot {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px dashed #B2B2B2;
  border-left: none;
  border-right: none;
}

.contentblock table.table-line-dot th {
  background: transparent;
}

.contentblock table.table-line-dot th,
.contentblock table.table-line-dot td {
  padding: 8px;
  border-top: 1px dashed #B2B2B2;
  vertical-align: top;
  font-weight: normal;
  border-left: none;
  border-right: none;
}

.list-num-kakko {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.list-num-kakko li {
  text-indent: -2.5em;
  margin: 0.6em 0 0.6em 2.5em;
}

.content-main #voice {
  margin-top: -75px;
  padding-top: 75px;
}

.content-main .about-license {
  border-radius: 30px 30px 0 0;
  margin-top: 50px;
  padding-bottom: 30px;
}

.content-main .about-license {
  background-size: 200px auto;
}

/*FQA*/
/*
.faqcatetitle {
  margin-top: -70px;
  padding-top: 70px;
}
*/
.faqcatetitle::before {
  content: "";
  display: block;
  height: 105px;
  margin-top: -105px;
  visibility: hidden;
}

.faqdatalist {
  margin: 1em 0 2em;
  padding: 0;
}

.faqdatalist>dt {
  border-top: 1px solid #C0C0C0;
  display: flex;
  padding: 10px 5px;
  align-items: flex-start;
  cursor: pointer;
}

.faqdatalist>dt:first-child,
.faqdatalist .faqcatetitle+dt {
  border-top: none !important;
}

dd+.faqcatetitle h2 {
  margin-top: 2em;
}

.faqdatalist>dt.selected {
  background-color: #F4ECEC;
}

.faqdatalist>dt .faq-num {
  display: block;
  background: #CB7677;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  font-size: 1.1em;
  width: 3em;
  text-align: center;
  padding: 9px 0;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}

.faqdatalist>dt .faq-qtext {
  flex: 1;
  display: block;
  padding: 5px 0 2px;
  font-size: 1.1em;
}

.faqdatalist>dd {
  margin: 0 5px;
  padding: 17px 0 1em 74px;
  position: relative;
  display: none;
}

.faqdatalist>dd::before {
  content: "A";
  position: absolute;
  display: block;
  background: #D6EAEF;
  border-radius: 4px;
  line-height: 1;
  font-size: 1.1em;
  width: 3em;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 1px;
  left: 0;
  top: 12px;
}

.faqdatalist>dd p {
  margin: 0;
}

/*フロー図用リスト-----------------------*/
.list-flow {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  text-align: center;
}

.list-flow>li {
  text-align: left;
  margin: 30px auto;
  width: 860px;
  max-width: 100%;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.list-flow>li::before {
  content: "";
  width: 30px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  top: -32px;
  background-color: #8BA9B2;
  margin-left: -15px;
}

.list-flow>li::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -6px;
}

.list-flow>li:first-child::before,
.list-flow>li:first-child::after {
  display: none;
}

.list-flow h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-flow p {
  margin-bottom: 0.4em;
}

/*-----------------------------------------------*/
/*コンテンツページ：資格取得者の声*/
.content-main .about-license .contentblock {
  margin-top: 0;
}

.voice-kiji {
  display: flex;
  margin: 20px 0;
}

.voice-kiji .voice-img {
  width: 300px;
  margin-right: 30px;
}

.voice-kiji .voice-img img {
  border: 8px solid #fff;
}

.voice-kiji .voice-text {
  flex: 1;
}

.about-license-voice .voice-title {
  font-size: 1.9rem;
}

.voice-text h2:first-child,
.voice-text h3:first-child,
.voice-text h4:first-child,
.voice-text h5:first-child,
.voice-text h6:first-child {
  margin-top: 0;
}

/*-----------------------------------------------*/
/*お知らせ一覧ページ*/
.contentpage-news-normal {
  margin: 50px auto 30px;
  width: 975px;
  max-width: 100%;
}

.contentpage-news-normal {}

.contentpage-news-normal .news-list {
  margin: 0 10px;
  text-align: left;
  border-top: 1px dashed #ccc;
}

/*個別記事*/
.news-content {
  width: 980px;
  max-width: 96%;
  text-align: left;
  margin: 0 auto;
}

.news-content .news-title {
  padding: 0 0 10px;
  font-size: 2.6rem;
  border-bottom: 1px solid #339900;
}

.news-content-header {
  line-height: 1;
}

.news-content-header .news-imp {
  color: #fff;
  background: #D60201;
  display: inline-block;
  padding: 4px 10px 3px;
  position: relative;
  border-radius: 2px;
  margin-right: 10px;
}

.news-content-header2 .news-imp .news-imp-text::after {
  content: "";
  display: block;
  border-left: 20px solid #D60000;
  border-bottom: 0;
  border-top: 31px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}

.news-content-header .news-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-content-header .news-data .news-pref {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #bcbcbc;
  margin-right: 10px;
  padding: 4px 20px 3px;
}

.news-content-header .news-data .news-test {
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
  padding: 4px 20px 3px;
  background: #f2f2f2;
}

.news-content-header .news-data .news-cate {
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  padding: 4px 10px 3px;
  background: #5f5e5e;
  color: #fff;
}

.news-content-header .news-date {
  font-size: 1.6rem;
  margin: 10px 0 10px;
}

/**/
.news-content-header .news-data .news-test.is-kiken {
  background: #F4D1D1;
}

.news-content-header .news-data .news-test.is-yobou {
  background-color: #C7C3E8;
}

.news-content-header .news-data .news-test.is-shoubou {
  background-color: #BBDFE8;
}

.news-content-header .news-data .news-test.is-shinsei {
  background-color: #CED3E3;
}

.news-content-body {
  margin: 30px 0;
}

.news-content-body .contentblock {
  margin: 0;
}

.content-footer-navi {
  border-top: 1px solid #A8A49F;
  margin: 40px 10px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.news-content-footer {
  border-top: 1px solid #339900;
  margin: 40px 10px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.btn-news-return {
  display: inline-block;
  color: #000 !important;
  text-decoration: none;
  border: 1px solid #339900;
  border-radius: 3px;
  line-height: 1;
  padding: 10px 30px 10px 20px;
}

.btn-news-return::before {
  font-family: "Font Awesome 5 Free";
  content: '\f3e5';
  font-weight: 900;
  margin-right: 10px;
  color: #339900;
}

.btn-news-top {
  display: inline-block;
  color: #000 !important;
  text-decoration: none;
  border: 1px solid #339900;
  border-radius: 3px;
  line-height: 1;
  padding: 10px 20px 10px 15px;
}

.btn-news-top::before {
  font-family: "Font Awesome 5 Free";
  content: '\f03a';
  font-weight: 900;
  margin-right: 10px;
  color: #339900;
}

/*ページネーション*/
.page-nation {
  margin: 30px 0;
}

.page-nationlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, "sans-serif";
}

.page-nationlist>li {
  line-height: 1.2;
  margin: 0;
}

.page-nationlist a,
.page-nationlist .isCurrent {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  border: 1px solid #339900;
  border-radius: 3px;
  min-width: 38px;
  height: 38px;
  padding: 9px 5px 0;
  margin: 2px;
  transition: all .3s;
}

.page-nationlist .is-num {
  text-align: center;
}

.page-nationlist .isCurrent {
  text-align: center;
  background-color: #458B2F;
  color: #fff;
}

.page-nationlist .is-start,
.page-nationlist .is-prev,
.page-nationlist .is-next,
.page-nationlist .is-end {
  position: relative;
  text-indent: -9999px;
}

.page-nationlist .is-start::before,
.page-nationlist .is-end::before,
.page-nationlist .is-start::after,
.page-nationlist .is-end::after,
.page-nationlist .is-prev::after,
.page-nationlist .is-next::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 3px solid #84B868;
  border-top: 3px solid #84B868;
  top: 50%;
  margin-top: -4px;
}

.page-nationlist .is-prev::after {
  transform: rotate(225deg);
  left: 14px;
}

.page-nationlist .is-next::after {
  transform: rotate(45deg);
  left: 11px;
}

.page-nationlist .is-start::after {
  transform: rotate(225deg);
  left: 18px;
}

.page-nationlist .is-start::before {
  transform: rotate(225deg);
  left: 11px;
}

.page-nationlist .is-end::after {
  transform: rotate(45deg);
  left: 16px;
}

.page-nationlist .is-end::before {
  transform: rotate(45deg);
  left: 9px;
}

/*-----------------------------------------------*/
/*試験実施状況ページ*/
.result-menu {
  padding: 20px 5px 30px;
}

.result-menu .result-menu-col {
  font-size: 1.5rem;
  padding: 0 5px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.result-menu .result-menu-col a {
  text-decoration: none;
  color: #254756;
}

.result-menu .result-menu-col a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #B4CCA8;
  margin-right: 5px;
  margin-left: 3px;
  font-size: 1.2rem;
}

.result-menu .result-menu-col .result-menu-y {
  width: 100%;
  background-color: #EBF5F1;
  padding: 10px 10px 7px;
  border-radius: 10px;
  margin-top: 10px;
}

.result-menu .result-menu-col .result-menu-m {
  margin: 13px;
}

/*-------------------------------------
 試験実施状況 表のスタイル 
*/
.orgtable {
  width: 100%;
}

.orgtable th {
  text-align: center;
}

.orgtable td {
  text-align: right;
}

.orgtable .th_w {
  background: transparent;
}

.orgtable .blue,
.orgtable .blue .th_w {
  background-color: #D2E7FF;
}

.orgtable .yellow,
.orgtable .yellow .th_w {
  background-color: #FFFFCC;
}

/*広報誌---------------------------*/
.list-voice {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.list-voice li {
  padding: 20px;
  text-align: center;
  width: 33%;
}

.list-voice li img {
  margin-bottom: 10px;
  height: 176px;
  width: auto;
  border: 1px solid #ccc;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

a.none-arrow-link::before {
  display: none !important;
}

.pdf-linkicon {
  vertical-align: top;
  margin: -0.15em 0.4em 0 0.2em;
}

p:has(a[title="合格者情報"]) {
  display: inline-block;
  margin: 0;
}

a[title="合格者情報"] {
  display: inline-block;
  background: #fff;
  border: 1px solid #3CB400;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  font-size: 1.8rem;
  text-decoration: none;
  color: #000 !important;
  padding: 0.8em 2.2em;
  position: relative;
  text-align: center;
  margin: 1em;
  min-width: 300px;
}

a[title="合格者情報"]::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  width: 16px;
  height: 16px;
  border-right: 1px solid #339900;
  border-bottom: 1px solid #339900;
}

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

　レスポンシブ

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

  .breadcrumb .breadcrumb-list a:hover,
  .content-corner-menu-s a:hover {
    text-decoration: underline !important;
    opacity: 1;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link:hover,
  .shinsei-sidebnr .shinsei-sidebnr-link:hover {
    opacity: 1;
    background-color: #1B5193;
  }

  .content-main a:hover {
    text-decoration: none;
  }

  .navi-corner .navi-corner-menu a:hover {
    background-color: #E3EFDD;
    opacity: 1;
  }

  .navi-corner .selected a:hover::after {
    border-top-color: #E3EFDD;
  }

  .table-line-hover tr:hover>td {
    background: #FCFCED;
  }
}

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

  .navi-corner .navi-corner-title {
    font-size: 1.2rem;
  }

  .navi-corner .navi-corner-menu {
    font-size: 1.2rem;
  }

  .navi-corner .navi-corner-menu a {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }

  /*電子申請サイドバナー*/
  .shinsei-sidebnr {
    width: 120px;
    bottom: 100px;
  }

  .shinsei-sidebnr::before {
    width: 36px;
    height: 36px;
    left: -6px;
    top: -10px;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link {
    width: 120px;
    height: auto;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link .hl-txt {
    font-size: 1.6rem;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link .smry-txt {
    font-size: 1.2rem;
    padding: 8px 18px 10px 0;
    background: url("../img/icon-side-shinsei-arrow.png")no-repeat 97% center / 13px auto;
    line-height: 1.2;
    margin: 0 0 0 16px;
  }

  .shinsei-sidebnr2 {
    width: 180px;
    bottom: 100px;
  }

  .shinsei-sidebnr2::before {
    width: 36px;
    height: 36px;
    left: -16px;
    top: -10px;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link {
    height: auto;
    padding: 15px 7px 10px;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .hl-txt2 {
    font-size: 1.4rem;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .smry-txt2 {
    font-size: 1.2rem;
  }

  /*---------------------------------------------------------------------*/
  /*ページタイトル*/
  .content-title {
    margin: 20px 0;
    padding: 1px 0 0 34px;
  }

  .content-title::before {
    width: 20px;
    height: 40px;
    top: 8px;
  }

  .content-title .content-title-main {
    font-size: 2.6rem;
  }

  .content-title .content-title-area {
    padding: 6px 10px 3px;
  }

  .content-title .content-title-area .title-area-icon::before {
    font-size: 18px;
  }

  .content-title .content-title-area .title-area-text {
    font-size: 2.6rem;
  }

  .content-page-lead {
    font-size: 1.7rem;
  }

  /*---------------------------------------------------------------------*/
  .contentpage-news {
    margin: 40px 0;
  }

  /*---------------------------------------------------------------------*/

  .ex-juken>dt {
    font-size: 1.9rem;
  }

  .ex-juken>dt::before {
    font-size: 30px;
  }

  /*---------------------------------------------------------------------*/

  .bnr-2col-list .bnr-item {
    width: 49%;
    padding: 0 1%;
  }

  .bnr-about-entry a {
    font-size: 1.7rem;
  }

  .content-page-shinsei>p {
    font-size: 1.5rem;
  }

  .content-page-bnr-goukaku a {
    font-size: 2.6rem;
  }

  .content-page-bnr-goukaku a span {
    font-size: 1.8rem;
  }

  .content-page-bnr-goukaku a::after {
    font-size: 26px;
    margin-right: 6px;
  }

  /*
 ボタン*/
  .link-bnr-datearea,
  .link-bnr-prefdata,
  .link-bnr-date,
  .link-bnr-datearea,
  .link-bnr-exhall {
    font-size: 1.9rem;
    padding: 18px;
  }

  .test-guide .test-guide-bnr {
    background-position: 2% bottom;
  }

  /*パーツ ----------------------------------------------------------------*/
  .contentblock h1 {
    font-size: 2.2rem;
  }

  .contentblock h2 {
    font-size: 2.2rem;
  }

  .contentblock h2 a {
    font-size: 1.5rem;
  }

  .pref-list-block {
    justify-content: flex-start;
  }

  .pref-list-block dl {
    width: 23%;
    margin: 7px 1%;
  }

  .pref-list-block li {
    margin: 14px 0;
  }

  /*支部の試験ボタン*/
  .shibu-bnr-row {
    padding: 30px 10px;
  }

  .shibu-bnr-row>div {
    margin: 10px 20px;
    width: 50%;
  }

  /*-----------*/
  .content-corner-menu-s {
    display: block;
    margin-top: -0.5em;
  }

  .corner-menu-title {
    margin: 10px 15px 0;
    width: 100%;
    text-align: left;
  }

  .corner-menu-list {
    margin: 0;
  }

  .corner-menu-list li {
    width: 33%;
  }
}

/*
　タブレットナロー
*/
@media screen and (max-width: 940px) {}

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

  /*コーナーメニュー*/
  .navi-corner {
    display: none;
  }

  /*電子申請サイドバナー*/
  .shinsei-sidebnr {
    width: calc(100vw - 75px);
    padding-left: 35px;
    right: auto;
    left: 0;
    background: #4681b4;
    border-radius: 0px 10px 0 0;
    bottom: 0;
  }

  .shinsei-sidebnr::before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 8px;
    top: 10px;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 0px 10px 0 0;
    box-shadow: none;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link .hl-txt {
    font-size: 1.4rem;
    padding: 0;
    margin: 0 10px;
    width: 2em;
  }

  .shinsei-sidebnr .shinsei-sidebnr-link .smry-txt {
    padding: 0 20px 0 0;
    background: none;
    border-top: none;
    margin: 0;
    flex: 1;
  }

  .shinsei-sidebnr2 {
    width: calc(100vw - 70px);
    padding-left: 40px;
    right: auto;
    left: 0;
    background: #4681b4;
    border-radius: 0px 10px 0 0;
    bottom: 0;
  }

  .shinsei-sidebnr2::before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 7px;
    top: 10px;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 50px;
    border-radius: 0px 10px 0 0;
    box-shadow: none;
    padding: 3px;
    padding: 0 5px 0 0;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .hl-txt2 {
    font-size: 1.3rem;
    margin: 0;
    padding: 9px 8px 8px 4px;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .hl-txt2::before {
    margin-right: 3px;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .smry-txt2 {
    margin: 0;
    flex: 1;
    border: none;
    padding: 0;
  }

  .shinsei-sidebnr2 .shinsei-sidebnr-link .smry-txt2::before {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    margin-right: 3px;
  }

  /*---------------------------------------------------------------------*/
  /*ページタイトル*/
  .content-title {
    margin: 15px 0;
    padding: 1px 0 0 28px;
  }

  .content-title::before {
    width: 17px;
    height: 35px;
  }

  .content-title .content-title-main {
    font-size: 2.2rem;
  }

  .content-title .content-title-area {
    padding: 3px 6px 2px;
  }

  .content-title .content-title-area .title-area-icon::before {
    font-size: 16px;
  }

  .content-title .content-title-area .title-area-text {
    font-size: 2rem;
  }

  .content-page-lead {
    font-size: 1.6rem;
  }

  /*受験について*/
  .ex-juken {
    display: block;
    margin: 35px 1%;
    padding: 0 0 10px;
  }

  .ex-juken>dt {
    font-size: 1.9rem;
    padding: 20px 20px 0;
  }

  .ex-juken>dt::before {
    font-size: 28px;
    display: inline;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .ex-juken>dd {
    margin: 0 20px;
  }

  /*---------------------------------------------------------------------*/
  .bnr-2col-list {
    display: block;
  }

  .bnr-2col-list .bnr-item {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }

  .bnr-about-entry a {
    font-size: 1.6rem;
    padding: 0.8em 5px;
  }

  .content-page-bnr-goukaku a {
    font-size: 2rem;
    line-height: 1.2;
    padding: 14px 20px;
  }

  .content-page-bnr-goukaku a span {
    font-size: 1.6rem;
  }

  .content-page-bnr-goukaku a::after {
    font-size: 22px;
    margin-right: 3px;
  }

  /*
 ボタン*/
  .link-bnr-datearea,
  .link-bnr-prefdata,
  .link-bnr-date,
  .link-bnr-datearea,
  .link-bnr-exhall {
    font-size: 1.7rem;
    padding: 15px 18px;
  }

  .link-bnr-datearea::before,
  .link-bnr-prefdata::before,
  .link-bnr-date::before,
  .link-bnr-datearea::before,
  .link-bnr-exhall::before {
    left: 12px;
  }

  .link-bnr-datearea::before {
    width: 34px;
    height: 34px;
  }

  .link-bnr-datearea::after,
  .link-bnr-date::after,
  .link-bnr-exhall::after {
    right: 15px;
  }

  .link-bnr-prefdata::after {
    right: 10px;
    width: 20px;
  }

  .link-bnr-date::before {
    font-size: 24px;
    margin-left: 5px;
  }

  .link-bnr-exhall::before {
    font-size: 24px;
    margin-left: 5px;
  }

  .test-guide {
    margin: 56px 2%;
  }

  .test-guide .test-guide-bnr {
    background-position: 2% bottom;
    background-size: 60px auto;
  }

  .test-guide .test-guide-bnr .bnr-text {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }

  .test-guide .test-guide-bnr .bnr-text::before {
    font-size: 21px;
    display: block;
  }

  .test-guide .test-guide-bnr .bnr-text::after {
    display: block;
  }

  /*連絡先*/
  .prf-address-row .prf-address {
    padding: 10px;
  }

  .prf-address .prf-address-title {
    display: block;
  }

  .prf-address-row .prf-address .prf-address-title {
    text-indent: 0;
  }

  .prf-address-title-text {
    font-size: 2.3rem;
  }

  .prf-address-title-text .at-address {
    font-size: 1.8rem;
  }

  .prf-address-title-text::before {
    font-size: 2.2rem;
  }

  .prf-address .prf-address-title .subtext {
    font-size: 1.7rem;
    display: block;
    margin: 5px 0 5px 40px;
  }

  .prf-address-title-link {
    margin: 10px 0 0;
    text-align: right;
  }

  .prf-address .prf-address-data-top {
    display: block;
  }

  .prf-address .prf-address-data-top .col:nth-child(2) {
    text-align: center;
    margin-top: 10px;
  }

  .prf-address .prf-address-data-top .col .link-map {
    font-size: 1.7rem;
  }

  .prf-address .prf-address-data-top .col .link-map::before {
    font-size: 20px;
  }

  /*パーツ ----------------------------------------------------------------*/
  .contentblock h1 {
    font-size: 2rem;
    padding: 14px 20px;
  }

  .contentblock h2 {
    font-size: 2rem;
  }

  .contentblock h2 a {
    font-size: 1.4rem;
    float: none;
    display: block;
    text-align: right;
  }

  .contentblock th,
  .contentblock td {
    vertical-align: top;
  }

  /*都道府県プルダウンリスト*/
  .pref-list-block {
    justify-content: flex-start;
  }

  .pref-list-block dl {
    width: 48%;
  }

  .pref-list-block li {
    margin: 16px 0;
  }

  /*支部の試験ボタン*/
  .shibu-bnr-row {
    display: block;
    padding: 1px 10px;
  }

  .shibu-bnr-row>div {
    margin: 40px 2%;
    width: 96%;
    display: block;
  }

  .content-title .content-title-sub {
    font-size: 0.7em;
    margin: -0.6em 0 0.1em 0;
    display: block;
  }

  /*-----------*/
  .content-corner-menu-s {
    display: block;
  }

  .corner-menu-title {
    width: 100%;
    text-align: left;
  }

  .corner-menu-list li {
    padding-left: 20px;
    margin: 0;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    width: 50%;
  }

  .corner-menu-list li::before {
    left: 7px;
    top: 9px;
  }

  /*資格取得の声*/
  .voice-kiji {
    display: block;
    margin-bottom: 0;
  }

  .voice-kiji .voice-img {
    width: auto;
    text-align: center;
    margin-right: 0;
  }

  .list-voice li {
    padding: 10px;
    width: 49%;
  }
}