/* スマホでの横スクロール防止（iOS含む） */
html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  color: #4b4639;
  font-family:
    "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, sans-Serif !important;
}
main {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}
.form-page-wrap {
  overflow-x: hidden;
  max-width: 100%;
}
.bgc1 {
  background-color: #c9be72;
}
.jokyo_wrap {
  border: 2px solid #c9be72;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px rgb(201, 190, 114, 0.6);
}
.jokyo_ul {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  flex-direction: column;
}
/* .jokyo_ul > li:not(:last-child) {
    margin-right: 40px;
} */
.jokyo_ul > li {
  text-align: center;
}
/* .jokyo_ul > li:not(:last-child)::after {
    content: "";
    color: #333;
    position: absolute;
    left: calc(50% - 1em);
    bottom: -25px;

    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
} */
.jokyo_wrap {
  padding: 0;
}
.jokyo_tit {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.jokyo_tit::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: 0.3s;
}
.jokyo_tit.active::after {
  transform: translateY(-48%) rotate(180deg);
}
.jokyo_ul_wrap {
  padding: 0 15px;
}

.jokyo_ul > li {
  border: 2px solid #666666;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.jokyo_ul > li.act {
  background-color: #fff;
  border-color: #261f85;
}
.jokyo_ul > li.before {
  background-color: #999;
  border-color: #261f85;
}
.jokyo_ul > li:nth-child(even) {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.jokyo_ul > li:nth-child(even) p {
  margin-left: 15px;
}
.jokyo_tit {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.jokyo_ul .jokyoInner {
  padding: 12px;
}
.jokyo_ul .jokyoInner a {
  text-decoration: underline;
}
.jokyo_ul > li.before .jokyoInner {
  background-color: #999;
}
.jokyo_ul .titWrap h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  color: #5e5b53;
}
.jokyo_ul .titWrap {
  border-bottom: 2px solid #666;
  position: relative;
}
.jokyo_ul .titWrap img.kanryo {
  position: absolute;
  right: 30px;
  top: 70%;
  transform: translateY(-50%);
}
.jokyo_ul > li.before .titWrap,
.jokyo_ul > li.act .titWrap {
  border-bottom: 2px solid #261f85;
}
.jokyo_ul > li .subtit {
  background-color: #666;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.jokyo_ul > li.before .subtit,
.jokyo_ul > li.act .subtit {
  background-color: #261f85;
}
.jokyo_ul > li.before h3 {
  background-color: transparent;
}
.jokyo_ul > li.mada {
  position: relative;
  border: 0;
}
.jokyo_ul > li.mada .subtit {
  color: #000;
  border-top-left-radius: 8px;
}
.jokyo_ul > li .madaTxt {
  display: none;
}
.jokyo_ul > li.mada .madaTxt {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.9);
  border: 2px solid #7a7871;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.jokyo_ul > li.mada .madaTxt span {
  opacity: 1 !important;
  color: #7a7871;
}
.jokyo_ul .kigenTxt {
  color: #b81319;
  /*font-size: 16px;*/
  font-weight: bold;
  margin-bottom: 8px;
}
.jokyo_ul > li#kanryo .subtit {
  width: 100%;
}
.jokyo_ul > li#kanryo.kanryo {
  border-color: #261f85;
}
.jokyo_ul > li#kanryo.kanryo .titWrap {
  border-bottom: 2px solid #261f85;
}
.jokyo_ul > li#kanryo.kanryo .subtit {
  background-color: #261f85;
}
.jokyo_inner_infobox {
  background-color: #fbf6ec;
  border-radius: 5px;
  padding: 12px;
}
.jokyo_inner_infobox h4 {
  color: #5e5b53;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ded9cf;
  margin-bottom: 10px;
}
.jokyo_ul > li.before .jokyo_inner_infobox {
  background-color: #999;
}
.jokyo_ul > li.before .jokyo_inner_infobox h4 {
  border-bottom: 1px solid #888;
}

.titleWrap {
  background-color: #000;
}
.titleWrap img {
  opacity: 0.84;
}
.titleWrap .titleInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.titleWrap .titleInner span {
  display: block;
  color: #fff;
}
.titleWrap .titleInner span.tit {
  font-size: 50px;
  line-height: 1.5;
}
.titleWrap .titleInner span.subtit {
  font-size: 20px;
  padding-top: 28px;
  margin: 20px auto 0 auto;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .titleWrap img {
    height: 200px;
    object-fit: cover;
  }
  .titleWrap .titleInner span.tit {
    font-size: 25px;
  }
  .titleWrap .titleInner span.subtit {
    font-size: 17px;
    margin: 10px auto 0 auto;
    padding-top: 10px;
  }
}

a.link_deco {
  text-decoration: underline;
  color: #b81319;
}

.kigengire {
  width: 22px;
  display: inline-block;
}
.messageWrap a {
  text-decoration: underline;
  color: #b81319;
}

.tbl {
  border: 1px solid #999;
  width: 100%;
}
.tbl th,
.tbl td {
  border: 1px solid #999;
  padding: 8px;
}
.tbl th {
  background-color: #efefef;
  width: 20%;
}
.tbl input[type="text"],
.tbl input[type="email"],
.tbl input[type="password"],
.tbl textarea {
  padding: 3px;
  border-radius: 3px;
  width: 100%;
}
.tbl select {
  padding: 3px 30px 3px 3px;
  border-radius: 3px;
}
.tbl input[type="checkbox"] {
  appearance: auto;
  width: auto;
  height: auto;
}
.formTbl input[type="text"].w4,
.formTbl input[type="email"].w4,
.formTbl input[type="password"].w4,
.formTbl input[type="date"].w4 {
  width: 40%;
}

.tbl.qa th {
  text-align: left;
}

.adminBtn,
[type="button"].adminBtn {
  background-color: #b81319;
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  width: 100px;
}
.btn1 {
  background-color: #ccc;
  padding: 8px 15px;
  border-radius: 8px;
  width: min(280px, 100%);
  cursor: pointer;
}
.btnA {
  background-color: #b81319 !important;
  border: 1px solid #b81319;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 20px;
  width: min(280px, 100%);
  text-decoration: none !important;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}
.btnA::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btnA:hover {
  opacity: 0.8;
}
.btnA:disabled:hover {
  opacity: 0.5;
}
.btnA_white {
  background-color: fff !important;
  border: 1px solid #b81319;
  color: #b81319;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 20px;
  width: min(280px, 100%);
  text-decoration: none !important;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}
.btnA_white::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #b81319;
  border-right: 1px solid #b81319;
}
.btnA_white:hover {
  opacity: 0.8;
}
.btnB {
  background-color: #ee9e12 !important;
  border: 1px solid #ee9e12;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 8px;
  width: min(200px, 100%);
  text-decoration: none !important;
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}
.btnB::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btnB:hover {
  opacity: 0.8;
}
.btnC {
  background-color: #fff !important;
  border: 1px solid #b81319;
  color: #b81319;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 8px;
  width: min(200px, 100%);
  text-decoration: none !important;
  margin-top: 10px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.btnC::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #b81319;
  border-right: 1px solid #b81319;
}
.btnC:hover {
  opacity: 0.8;
}
.btnD {
  background-color: #fff !important;
  border: 1px solid #261f85;
  color: #261f85;
  padding: 8px 10px;
  display: inline-block;
  border-radius: 8px;
  width: min(200px, 100%);
  text-decoration: none !important;
  margin-top: 10px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.btnD::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #261f85;
  border-right: 1px solid #261f85;
}
.btnD:hover {
  opacity: 0.8;
}

.headerNavi {
  position: fixed;
  width: 100%;
  z-index: 105;
}
header.header {
  padding-top: 64px;
}

.formBtn .formBtnInner {
  width: min(280px, 100%);
  margin: 0 auto;
  position: relative;
}
.formBtn .formBtnInner::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.formBtn .btnA {
  margin-top: 0;
}
/* validation error messages */
.alert-message {
  padding: 15px;
  background-color: #e55144;
  border-radius: 8px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.alert-message h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

/*フラッシュメッセージ*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  position: fixed;
  top: 9%;
  width: 100%;
  color: #e53244;
  background-color: #d7f3e3;
  border-color: #c7eed8;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.alert-error {
  position: fixed;
  top: 9%;
  width: 100%;
  background: #f00;
  color: #fff;
  font-size: 1.5rem;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.kome {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 5px;
}
.kome::before {
  content: "※";
}

/* Form */
.container__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: min(740px, 100%);
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.formTbl {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}
.formTbl th,
.formTbl td {
  /* border: 1px solid #ccc; */
  display: block;
  width: 100%;
  padding: 8px;
}
.formTbl th {
  /* background-color: #efefef;
  width: 25%;
  */
  text-align: left;
  border-left: 3px solid #275dab;
  padding-left: 10px;
}
.formTbl td {
  padding-bottom: 30px;
}
.formTbl input {
  padding: 5px 15px;
}
/* input text */
.formTbl input[type="text"],
.formTbl input[type="email"],
.formTbl input[type="password"],
.formTbl textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
.formTbl input[type="text"].etc {
  width: min(400px, 100%);
}
.formTbl input[type="date"] {
  border: 1px solid #ccc;
  border-radius: 5px;
}
input.w2 {
  width: 80px !important;
}
.formTbl textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}
.formTbl select {
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* input radio */
.formTbl input[type="radio"],
.formTbl input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.formTbl input[type="radio"] + label,
.formTbl input[type="checkbox"] + label {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.formTbl input[type="radio"]:checked + label,
.formTbl input[type="checkbox"]:checked + label {
  background-color: #3388dd;
  color: #fff;
}
.formTbl input[type="radio"] + label:last-of-type,
.formTbl input[type="checkbox"] + label:last-of-type {
  margin-right: 0;
}
.formTbl input[type="checkbox"] + label.left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .formTbl {
    border: 0;
  }
  .formTbl th,
  .formTbl td {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
  }
  /*
  .formTbl tr:last-of-type td {
    border-bottom: 1px solid #ccc;
  }
    */
}

.kikanDl,
.shutokuDl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.kikanDl dt {
  width: 70px;
}
.kikanDl dd {
  width: calc(100% - 80px);
}

.shutokuDl dt {
  width: 100px;
}
.shutokuDl dd {
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .shutokuDl dt {
    width: 100%;
  }
  .shutokuDl dd {
    width: 100%;
    margin-bottom: 5px;
  }
}

.btn_w,
.btn_w1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 15px;
}
.btn_w input {
  width: min(280px, 100%);
  background-color: #b81319;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.btn_w a {
  width: min(280px, 100%);
  background-color: #fff;
  color: #b81319;
  border: 1px solid #b81319;
  padding: 8px 15px;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  font-weight: bold;
}
.btn_w a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #b81319;
  border-right: 1px solid #b81319;
}
.btn_w a:hover {
  opacity: 0.8;
}
.btn_w1 a {
  width: min(280px, 100%);
  background-color: #fff;
  color: #261f85;
  border: 1px solid #261f85;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  padding: 8px 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  box-shadow: 0px 5px 10px 0px rgba(97, 90, 73, 0.25);
}
.btn_w1 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1;
  border-radius: 0.1em;
  border-top: 1px solid #261f85;
  border-right: 1px solid #261f85;
}
.btn_w1 a:hover {
  opacity: 0.8;
}
.hissu {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
  background-color: rgb(200, 0, 0);
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  line-height: 1;
}
.hissu.off {
  display: none;
}
/*
.mds1 {
  border-left: 6px solid #e53244;
  padding-left: 15px;
  line-height: 1.5; 
}
  */
.datalist1 {
  display: flex;
  flex-wrap: wrap;
}
.datalist1 dt,
.datalist1 dd {
  padding: 5px;
}
.datalist1 dt {
  width: 15%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #f5f5f5;
}
.datalist1 dd {
  width: 35%;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.datalist1 dt:first-of-type {
  border-top-left-radius: 5px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.datalist1 dd:first-of-type {
  border-top: 1px solid #dddddd;
}
.datalist1 dt:nth-of-type(2) {
  border-top: 1px solid #dddddd;
}
.datalist1 dd:nth-of-type(2) {
  border-top: 1px solid #dddddd;
  border-top-right-radius: 5px;
}
.datalist1 dt:nth-of-type(odd) {
  border-left: 1px solid #dddddd;
}
.datalist1 dt:nth-last-of-type(2) {
  border-bottom-left-radius: 5px;
}
.datalist1 dd:last-of-type {
  border-bottom-right-radius: 5px;
}

/* .datalist1.dl2 dt:nth-last-of-type(2) {
  border-bottom-left-radius: 0;
} */

/* .datalist1.dl2 dd:nth-last-of-type(2) {
  border-bottom-right-radius: 5px;
}
.datalist1.dl2 dt:last-of-type {
  border-bottom-left-radius: 5px;
} */

.bshadow1 {
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.07);
}

.before .tetuduki2IP {
  opacity: 0.6;
}

.contactWrap input[type="text"],
.contactWrap textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 5px;
}
.contactWrap {
  display: flex;
  flex-wrap: wrap;
}
.contactWrap dt {
  width: 25%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 5px;
}
.contactWrap dd {
  width: 75%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px;
}
.contactWrap dt:first-of-type {
  border-top-left-radius: 5px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.contactWrap dd:first-of-type {
  border-top: 1px solid #ddd;
  border-top-right-radius: 5px;
}
.contactWrap dt:last-of-type {
  border-bottom-left-radius: 5px;
}
.contactWrap dd:last-of-type {
  border-bottom-right-radius: 5px;
}

.g-navi__wrap {
  margin-top: 10px;
}
.g-navi__wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 25px 1%;
  flex-wrap: wrap;
}
.g-navi__wrap ul > li {
  width: 32%;
}
.g-navi__wrap ul::after {
  content: "";
  display: block;
  width: 33%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.g-navi__wrap ul > li a {
  display: flex;
  /*border: 2px solid #ccc;*/
  border-radius: 10px;
  padding: 5px 10px;
  text-align: left;
  /*box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);*/
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s;
  background-color: #ffffff;
  min-height: 64px;
  line-height: 1.3;
  align-items: center;
}
.g-navi__wrap ul > li a svg {
  width: 18px;
  margin-right: 8px;
  fill: #e53244;
}
.g-navi__wrap ul > li a:hover {
  background-color: #fbf6ec;
}
.g-navi__wrap ul.green_ul > li a {
  color: #5e5b53;
}
.g-navi__wrap ul.green_ul > li a svg {
  fill: #5e5b53;
}
/*.bgc_red {
  background-color: #e53244;
}*/
.bgc_nav {
  background-color: #f38e7e;
}

.faq_dl {
  margin-bottom: 30px;
}
.faq_dl dt {
  color: #e53244;
  font-weight: 600;
  margin-left: 2.5em;
  text-indent: -2em;
  margin-bottom: 5px;
}

.faq_dl dd {
  font-weight: 400;
  margin-left: 2.5em;
  text-indent: -2em;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.faq_dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tag_w span {
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
#kidokuWrap {
  width: 100%;
}
.kidoku_btn {
  background-color: #261f85 !important;
  border-radius: 3px;
  padding: 5px 5px;
  color: #fff;
  font-size: 12px;
}
.kidokuSumi {
  background-color: #7d7d7d !important;
  border-radius: 3px;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.gNavi__sp a {
  border-bottom: 1px solid #ccc;
  padding: 12px 5px;
  position: relative;
}
.gNavi__sp a::after {
  position: absolute;
  right: 0px;
  top: 43%;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 1px solid #5e5b53;
  border-right: 1px solid #5e5b53;
  transform: rotate(45deg) translateY(-50%);
}
.gNavi2__ul {
  /*display: flex;
  flex-wrap: wrap;*/
  color: #4b4639;
  list-style: disc;
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
}
/*.gNavi2__ul > li {
  width: 50%;
}*/
.gNavi2__ul a {
  color: #4b4639;
  padding: 5px;
  display: inline-block;
}
.gNavi2__ul a[target="_blank"] {
  position: relative;
  display: flex;
}
.gNavi2__ul a[target="_blank"]::after {
  content: url("../images/icon_blank.svg");
  margin-left: 8px;
}

.tbl.newsTbl th.ymd {
  width: 250px;
}
.tbl.newsTbl th.tit {
  width: calc(100% - 400px);
}
.tbl.newsTbl th.tag {
  width: 70px;
}
.tbl.newsTbl td.tag {
  text-align: center;
}
.tbl.newsTbl th.kaifu {
  width: 80px;
}
.tbl.newsTbl td.kaifu {
  text-align: center;
}
.tbl.newsTbl td {
  padding: 10px;
}
.tbl.newsTbl td a {
  font-weight: bold;
  text-decoration: underline;
}
input.dlChk {
  width: auto !important;
  height: auto !important;
  position: static !important;
  overflow: auto !important;
}
.kouza_dl {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.kouza_dl dt {
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #666;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.kouza_dl dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 1em;
  width: calc(100% - 120px);
  border-bottom: 1px solid #666;
}
.newsTab {
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
}

.pdfLink {
  margin-top: 25px;
}
.pdfLink a {
  text-decoration: underline;
  color: #3388dd;
}
#output-image {
  background-color: #e53244;
  color: #fff;
}
#output-image:disabled {
  background-color: #cccccc;
  color: #fff;
  cursor: not-allowed;
}

.StatusWrap {
  border-color: #ded9cf;
  font-weight: bold;
}
.tsugiTask {
  border-left: 1px solid #ded9cf;
  padding-left: 0.5rem;
  background-color: #fbf6ec;
  padding: 6px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.genzaiStatus {
  padding: 6px;
}
.tsugiTask .tit {
  background-color: #261f85;
  color: white;
  border-radius: 3px;
  padding: 1px 3px 2px;
}
.tsugiTask p.text-blue-800 {
  color: #261f85;
}
.genzaiStatus .tit {
  background-color: #ee9e12;
  color: white;
  border-radius: 3px;
  padding: 1px 3px 2px;
}
.aFormTbl .md {
  width: 60px !important;
}
.formTbl input.radioChk {
  appearance: auto;
  position: static;
  width: 1rem;
  height: 1rem;
}
.formTbl .omoteList > li:not(:last-child) {
  margin-bottom: 3px;
}
.formTbl .doc3_hissu {
  display: none;
}
.formTbl .price_n {
  width: 10rem !important;
}
.mainaAppWrap img {
  max-width: 180px;
}
.licenseinfoList > li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.licenseinfoList > li:last-child {
  margin-bottom: 25px;
}
.licenseinfoWrap img {
  margin-bottom: 10px;
}
#licenseinfo {
  display: none;
}
#licenseinfoLink {
  padding: 3px 30px 3px 10px;
  border-radius: 10px;
  background-color: #efefef;
  color: #333;
  position: relative;
  font-weight: bold;
}
#licenseinfoLink::after {
  content: url("../images/icon_tri.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pc_disp {
  display: block;
}
.sp_disp {
  display: none;
}
.pc_disp_in {
  display: inline-block;
}
.sp_disp_in {
  display: none;
}

.bg_mainclr {
  background-color: #fbf6ec;
}
.bg_subclr {
  background-color: #e3ddd0;
}
.bg_footerclr {
  background-color: #5e5b53;
}

/* confirm */
.confirmDl {
  display: flex;
  flex-direction: column;
}
.confirmDl dt {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 10px 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.confirmDl dd {
  font-size: 16px;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 15px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.confirm-container h3.section-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.confirm-container h4.section-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* responsive */
@media screen and (max-width: 768px) {
  .jokyo_tit {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .jokyo_tit::after {
    top: calc(60% - 2px);
  }
  .jokyo_ul_wrap {
    /* display: none; */
    padding: 0 10px;
  }
  .jokyo_ul {
    margin-top: 0;
  }
  .jokyo_ul > li {
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  .jokyo_ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .jokyo_ul > li:not(:last-child)::after {
    left: calc(50% - 1em);
    bottom: -20px;
  }
  .jokyo_ul .jokyoInner {
    text-align: left;
  }
  .datalist1 dt {
    width: 30%;
    border-left: 1px solid #ccc;
  }
  .datalist1 dd {
    width: 70%;
    border-top: 0;
  }
  .datalist1 dd:nth-of-type(1) {
    border-top-right-radius: 5px;
  }
  .datalist1 dt:nth-of-type(2) {
    border-top: 0;
  }
  .datalist1 dd:nth-of-type(2) {
    border-top: 0;
    border-radius: 0;
  }
  .datalist1 dt:nth-last-of-type(2) {
    border-radius: 0;
  }
  .datalist1 dt:last-of-type {
    border-bottom-left-radius: 5px;
  }
  .datalist1 dd:last-of-type {
    border-bottom-right-radius: 5px;
  }

  .datalist1.dl2 dd:nth-last-of-type(2) {
    border-bottom-right-radius: 0;
  }

  .g-navi__wrap ul {
    margin-bottom: 0;
    gap: 8px 1%;
  }
  .g-navi__wrap ul > li {
    width: 49%;
  }
  .g-navi__wrap ul > li a {
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    min-height: 50px;
  }
  .tbl.newsTbl th.ymd {
    width: 150px;
  }
  .licenseinfoWrap img {
    margin-left: auto;
    margin-right: auto;
  }

  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
  .pc_disp_in {
    display: none;
  }
  .sp_disp_in {
    display: inline-block;
  }
}

/* 入校のしおりページ */
.shiori_page h3 {
  color: #261f85;
  border-left: 5px solid #261f85;
  padding-left: 10px;
  line-height: 1.5;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.shiori_page h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0 0.8rem 0;
  border-bottom: 1px solid #dddddd;
}
.shiori_page h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
}
.shiori_page section {
  margin: 2rem 0;
}
.shiori_page section ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0.5rem 0;
}
.shiori_page section ul li {
  margin-bottom: 0.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.shiori_page section ol {
  list-style: none;
  counter-reset: number;
}
.shiori_page section ol > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0.4rem;
}
.shiori_page section ol > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
.shiori_page p {
  margin-bottom: 1rem;
}
.shiori_page section .kome {
  color: #7a7871;
}
.shiori_page section dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.shiori_page section dt {
  width: 20%;
  padding: 10px 0;
  border-bottom: 1px dashed #dddddd;
  font-weight: bold;
}
.shiori_page section dd {
  width: 80%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dashed #dddddd;
}
.shiori_page a {
  text-decoration: underline;
  color: #b81319;
}
.shiori_page ul .add_info {
  color: #7a7871;
  font-size: 0.9em;
  margin-bottom: 0.4rem;
}
.shiori_page a[target="_blank"]::after {
  content: url(../images/icon_blank_red.svg);
  margin: 0 5px;
}
.shiori_page a.shiori_linkicon_none[target="_blank"]::after {
  content: none;
  margin: 0;
}
.shiori_page .green_ul a {
  text-decoration: none;
  color: #5e5b53;
}
.shiori_page .green_ul a[target="_blank"]::after {
  content: none;
}
.shiori_page table {
  width: 100%;
}
.shiori_page table th {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: top;
}
.shiori_page table td {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.shiori_page table.tbl3-7 th {
  width: 30%;
}
.shiori_page table.tbl3-7 td {
  width: 70%;
}
.shiori_page table.tbl6-4 th {
  width: 60%;
}
.shiori_page table.tbl6-4 td {
  width: 40%;
}
.shiori_page table.tbl5-5 th,
.shiori_page table.tbl5-5 td {
  width: 50%;
}
.shiori_page .contents_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.shiori_page .contents_list li {
  width: 49%;
  text-align: center;
  display: flex;
}
.shiori_page .contents_list li a {
  width: 100%;
  border: 1px solid #261f85;
  border-radius: 10px;
  padding: 10px;
  background-color: #261f85;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.shiori_page .contents_list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.jokyo_ul > li#agentList {
  border: 2px solid #261f85;
  position: relative;
}
.jokyo_ul > li#agentList .titWrap {
  border-bottom: 2px solid #261f85;
}
.jokyo_ul > li#agentList .subtit {
  width: 100%;
  background-color: #261f85;
}

.jokyo_ul > li#agentList.kanryo img.kanryo {
  position: absolute;
  top: 3px;
  right: 20px;
  z-index: 100;
}
.jokyo_ul > li#agentList.kanryo {
  background-color: #999;
}
.icon_ex {
  height: 24px;
}

.highschool-list {
  list-style: disc;
  list-style-position: inside;
  padding-left: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.highschool-list li {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .highschool-list li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .highschool-list li {
    width: 100%;
  }
}

.shojimenkyo_td {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .shiori_page table th,
  .shiori_page table td {
    padding: 5px;
  }
  .shiori_page .contents_list li a {
    font-size: 13px;
    padding: 8px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
  .shiori_page .contents_list li {
    text-align: left;
  }
  .shiori_page .contents_list li a::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}

/* タッチデバイス用の日付入力スタイル */
@media (hover: none) and (pointer: coarse) {
  input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 32px;
  }
}

.sec2-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.sec2-list > li {
  margin-bottom: 0.5rem;
}
ol.sec2-sublist {
  list-style: none;
  counter-reset: sublist-counter;
  padding-left: 1.5em;
}

ol.sec2-sublist > li {
  counter-increment: sublist-counter;
  position: relative;
}

ol.sec2-sublist > li::before {
  content: counter(sublist-counter, disc);
  position: absolute;
  left: -1.5em;
}

/* 各番号に対応する丸数字を指定 */
ol.sec2-sublist > li:nth-child(1)::before {
  content: "❶";
}

ol.sec2-sublist > li:nth-child(2)::before {
  content: "❷";
}

ol.sec2-sublist > li:nth-child(3)::before {
  content: "❸";
}

ol.sec2-sublist > li:nth-child(4)::before {
  content: "❹";
}

ol.sec2-sublist > li:nth-child(5)::before {
  content: "❺";
}
