@charset "UTF-8";
a {
  opacity: 1;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s linear;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: unset;
}

ul {
  list-style: none;
}

/*webフォントではありません。*/
.inner {
  margin: 0 auto;
  padding: 200px 10px 0;
  max-width: 1120px;
  width: 100%;
}
.inner_footer {
  margin: 0 auto;
  padding: 10px 10px 0;
  max-width: 1120px;
  width: 100%;
}

.yanecon_nav {
  width: 1100px;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.yanecon_nav ul {
  width: 100%;
  display: flex;
  background-color: #fff;
}
.yanecon_nav li {
  flex: 0 1 17%;
  border-right: 1px #fff solid;
  box-sizing: border-box;
  height: 44px;
  background-color: #3bacdd;
  transition-duration: 0.5s;
}
.yanecon_nav li:first-child {
  background-color: #004690;
  color: #fff;
  text-align: center;
  flex: 0 1 10%;
  line-height: 1.3;
}
.yanecon_nav li:first-child a {
  padding: 3px 0 0;
  color: #fff;
}
.yanecon_nav li:first-child a::before {
  content: none;
}
.yanecon_nav li:first-child.pc {
  display: inline-block;
}
.yanecon_nav li:nth-child(2) {
  flex: 0 1 22%;
}
.yanecon_nav li:last-child {
  border: none;
}
.yanecon_nav li:last-child a {
  font-size: 0.813rem;
  padding: 5px 0 0;
}
.yanecon_nav li:last-child a span {
  display: block;
  font-size: 0.688rem;
}
.yanecon_nav li:last-child a::before {
  display: block;
  position: absolute;
  font-size: 1rem;
  left: 50%;
  margin-left: -60px;
  top: 10px;
}
.yanecon_nav li:hover {
  opacity: 0.7;
}
.yanecon_nav li a {
  color: #000;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.02em;
  position: relative;
}
.yanecon_nav li a::before {
  content: "▶";
  margin-right: 5px;
}
.yanecon_article-ttl {
  border-radius: 8px;
  padding: 4px 0;
  width: 100%;
  background-color: #3bacdd;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.42;
  color: #fff;
}
.yanecon_top {
  box-sizing: border-box;
  border: 1px solid #222222;
  padding-top: 9px;
  width: 100%;
  background-color: #222222;
}
.yanecon_top-stl {
  padding-left: 21px;
}
.yanecon_top-stl_body {
  position: relative;
  height: 101px;
}
.yanecon_top-stl_body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #a1daf7;
}
.yanecon_top-stl_txt {
  position: absolute;
  right: 29px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 111px;
  height: 45px;
}
.yanecon_top-stl_txt img {
  margin-left: 16px;
  width: 75px;
  height: 5px;
}
.yanecon_top-stl_txt-sub {
  margin-top: 1px;
  margin-left: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1a1311;
}
.yanecon_top-stl_txt-main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: 1px;
}
.yanecon_top-stl_txt-main span {
  display: block;
}
.yanecon_top-stl_txt-main span:first-child {
  margin-top: 3px;
  padding-left: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #1a1311;
}
.yanecon_top-stl_txt-main span:last-child {
  position: relative;
  margin-top: 6px;
  width: 19px;
  height: 16px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #1a1311;
}
.yanecon_top-stl_txt-main span:last-child::before {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "4th";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.6;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #a1daf7;
}
.yanecon_top-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: end;
  padding: 2px 0 16px;
}
.yanecon_top-ttl_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.yanecon_top-ttl_body-inner {
  margin: 0 auto;
  width: fit-content;
}
.yanecon_top-ttl_body span {
  display: block;
  width: fit-content;
}
.yanecon_top-ttl_body-sub {
  padding-left: 74px;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.35;
  color: #fff;
}
.yanecon_top-ttl_body-main {
  padding-right: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.34;
  color: #fff;
}
.yanecon_top-ttl_body-main span {
  display: inline;
  font-size: 19px;
}
.yanecon_top-ladder_top {
  display: block;
  padding-left: 13px;
  width: 100%;
  height: 5px;
}
.yanecon_top-ladder_top span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5dc2f0;
}
.yanecon_top-ladder_steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  column-gap: 87px;
  padding-left: 46px;
  width: 100%;
  height: 89px;
  overflow: hidden;
}
.yanecon_top-ladder_steps span {
  display: block;
  flex-shrink: 0;
  height: 100%;
  background-color: #5dc2f0;
}
.yanecon_top-ladder_steps span:first-child {
  width: 4px;
}
.yanecon_top-ladder_steps span:not(:first-child) {
  width: 1px;
}
.yanecon_top-ladder_bottom {
  display: block;
  padding-left: 17px;
  width: 100%;
  height: 2px;
}
.yanecon_top-ladder_bottom span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5dc2f0;
}
.yanecon_form {
  margin-top: 5px;
}
.yanecon_form-department {
  border-bottom: 1px solid #1a1311;
  padding: 20px 0 13px;
}
.yanecon_form-department_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.yanecon_form-department_list li {
  position: relative;
  padding: 10px;
}
.yanecon_form-department_list li::before {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.34;
  color: #fff;
}
.yanecon_form-department_list li:first-child {
  background-color: #004999;
}
.yanecon_form-department_list li:first-child::before {
  content: "A";
}
.yanecon_form-department_list li:nth-child(2) {
  background-color: #ef760a;
}
.yanecon_form-department_list li:nth-child(2)::before {
  content: "B";
}
.yanecon_form-department_list li:nth-child(3) {
  background-color: #4aa223;
}
.yanecon_form-department_list li:nth-child(3)::before {
  content: "C";
}
.yanecon_form-department_item {
  border-radius: 5px;
  flex: 1;
}
.yanecon_form-department_item a {
  padding: 5px 0 8px;
  width: 100%;
  height: 100%;
}
.yanecon_form-department_item a span {
  display: block;
  width: 100%;
}
.yanecon_form-department_item a span:first-child {
  padding: 0 10px;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.39;
  color: #fff;
  padding-left: 15%;
}
.yanecon_form-department_item a span:last-child {
  margin-top: 1px;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.33;
  color: #fff;
  padding-left: 15%;
}
.yanecon_form-department_note {
  margin-top: 14px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.41;
  color: #1a1311;
}
.yanecon_form-department_period {
  margin-top: 14px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.31;
  color: #dd0011;
}
.yanecon_form-description {
  padding: 7px 0 22px;
}
.yanecon_form-description_ttl span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.yanecon_form-description_ttl span:first-child {
  font-size: 25px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.1;
  color: #1a1311;
}
.yanecon_form-description_ttl span:last-child {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #1a1311;
}
.yanecon_form-description_body {
  position: relative;
  margin: 3px auto 0;
  /* border: 1px solid #df1923; */
  padding: 10px 25px;
  max-width: 100%;
  width: fit-content;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.yanecon_form-description_body span {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 18px;
  zoom: 0.7;
  transform-origin: center center;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #1a1311;
}
.yanecon_form-description_note {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.yanecon_form-description_note span {
  display: block;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #1a1311;
}
.yanecon_form-description_panelist {
  margin-top: 4px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  zoom: 0.7;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.43;
  color: #1a1311;
}
.yanecon_category_note {
  padding: 8px 0 0 40px;
}
.yanecon_category_note span {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  zoom: 0.7;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #1a1311;
}
.yanecon_category_note span:not(:first-child) {
  margin-top: 3px;
}
.yanecon_category_note span span {
  display: inline;
  color: #dd0011;
}
.yanecon_category_list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 10px;
  margin: 9px auto 0;
  width: calc(100% - 80px);
}
.yanecon_category_list li:first-child {
  background-color: #004999;
}
.yanecon_category_list li:nth-child(2) {
  background-color: #ef760a;
}
.yanecon_category_list li:last-child {
  background-color: #4aa223;
}
.yanecon_category_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
.yanecon_category_description {
  border-right: 1px solid #fff;
  padding-right: 50px;
  width: fit-content;
}
.yanecon_category_description-ttl {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33;
  color: #fff;
}
.yanecon_category_description-txt {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  zoom: 0.7;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.57;
  color: #fff;
}
.yanecon_category_award {
  padding-left: 12px;
}
.yanecon_category_award--body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
}
.yanecon_category_award--body span:first-child {
  width: 80px;
  font-family: tbudgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
.yanecon_category_award--body span:last-child {
  font-family: tbudgothic-std, sans-serif;
  font-size: 18px;
  zoom: 0.9;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.9;
  color: #fff;
}
.yanecon_category_award--note {
  margin: 7px 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.yanecon_category_special {
  margin: 10px auto 0;
  border-bottom: 1px solid #1a1311;
  padding: 10px 0 10px;
  width: calc(100% - 80px);
  background-color: #fdf08b;
}
.yanecon_category_special-ttl {
  border-bottom: 1px solid #1a1311;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
.yanecon_category_special-ttl span {
  display: block;
}
.yanecon_category_special-ttl span:first-child {
  font-family: tbudgothic-std, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1em;
  line-height: 1.36;
  color: #1a1311;
}
.yanecon_category_special-ttl span:last-child {
  font-family: tbudgothic-std, sans-serif;
  font-size: 20px;
  zoom: 0.6;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.67;
  color: #1a1311;
}
.yanecon_category_special-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 27px;
}
.yanecon_category_special-list li:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #1a1311;
}
.yanecon_category_special-item {
  padding: 10px 20px;
}
.yanecon_category_special-item-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
}
.yanecon_category_special-item-ttl--body {
  font-family: tbudgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.33;
  color: #1a1311;
}
.yanecon_category_special-item-ttl--new {
  margin-right: 4px;
  padding: 0 7px 0 3px;
  background-color: #dd0011;
  font-family: tbudgothic-std, sans-serif;
  font-size: 18px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0.013em;
  line-height: 1.375;
  color: #fff;
}
.yanecon_category_special-item-body {
  font-family: tbudgothic-std, sans-serif;
  font-size: 20px;
  zoom: 0.7;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.64;
  color: #1a1311;
}
.yanecon_guideline {
  margin-top: 31px;
}
.yanecon_guideline_list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  row-gap: 15px;
  padding: 12px 40px 0;
  width: 100%;
}
.yanecon_guideline_item {
  width: 100%;
}
.yanecon_guideline_item > p {
  width: fit-content;
}
.yanecon_guideline_item > p:not(:first-of-type) {
  margin-top: 3px;
}
.yanecon_guideline_ttl {
  position: relative;
  padding-left: 30px;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.375;
  color: #1a1311;
}
.yanecon_guideline_ttl::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "□";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #1a1311;
}
.yanecon_guideline_ttl ~ p {
  margin-left: 15px;
}
.yanecon_guideline_stl {
  position: relative;
  margin-left: 15px !important;
  padding-left: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.33;
  color: #1a1311;
}
.yanecon_guideline_stl::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "●";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #1a1311;
}
.yanecon_guideline_stl ~ p {
  margin-left: 24px;
}
.yanecon_guideline_txt {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 1.188rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.59;
  color: #1a1311;
}
.yanecon_guideline_txt--small {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #1a1311;
}
.yanecon_guideline_txt--red {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
  color: #dd0011;
}
.yanecon_guideline_txt--red-small {
  margin-top: 9px !important;
  margin-left: 32px !important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.42;
  color: #dd0011;
}
.yanecon_guideline_txt--red-underlined {
  padding-bottom: 2px;
  text-decoration: underline;
  text-decoration-color: #1a1311;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
  color: #dd0011;
}
.yanecon_guideline_txt--ref {
  /* position: relative;*/
  padding-left: 10px;
}
.yanecon_guideline_txt--ref::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "※";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.yanecon_guideline_txt--list {
  position: relative;
  padding-left: 10px;
}
.yanecon_guideline_txt--list::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "・";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.yanecon_guideline_category {
  margin: 10px auto 0;
  width: fit-content;
}
.yanecon_guideline_category-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  row-gap: 10px;
  width: fit-content;
  margin: 0 auto;
}
.yanecon_guideline_category-list li {
  position: relative;
}
.yanecon_guideline_category-list li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.33;
  color: #fff;
}
.yanecon_guideline_category-list li:last-child .yanecon_guideline_category_ttl {
  letter-spacing: 0;
}
.yanecon_guideline_category-item {
  border-radius: 11px;
}
.yanecon_guideline_category-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  padding: 15px 20px 15px 35px;
  width: 100%;
  height: 100%;
}
.yanecon_guideline_category_ttl {
  width: 140px;
  white-space: nowrap;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #fff;
  padding-left: 10px;
}
.yanecon_guideline_category_body {
  border-left: 1px solid #fff;
  padding-left: 10px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0.039em;
  line-height: 1.458;
  color: #fff;
}
.yanecon_guideline_category > p {
  margin: 20px 0;
}
.yanecon_panelist {
  margin-top: 24px;
}
.yanecon_panelist-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0px;
  row-gap: 50px;
  padding: 10px 40px 0;
}
.yanecon_panelist-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: 10px;
  width: 50%;
}
.yanecon_panelist_pic figure {
  width: 80px;
  height: 80px;
}
.yanecon_panelist_pic figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}
.yanecon_panelist_name {
  margin-top: 1px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625;
  color: #1a1311;
}
.yanecon_panelist_position {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  zoom: 0.5;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #1a1311;
}
.yanecon_panelist_timeline {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  color: #1a1311;
}
.yanecon_panelist_discography {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  color: #1a1311;
}
.yanecon_panelist_pic {
  width: 20%;
}
.yanecon_contact {
  margin-top: 10px;
  padding-bottom: 41px;
}
.yanecon_contact_body {
  margin: 10px auto 0;
  border-bottom: 1px solid #1a1311;
  padding-bottom: 17px;
  max-width: 90%;
  width: 100%;
}
.yanecon_contact_note {
  position: relative;
  margin: 0 auto;
  padding-left: 12px;
  width: fit-content;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #1a1311;
}
.yanecon_contact_note::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "■";
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.8;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #1a1311;
}
.yanecon_contact_mail {
  display: block;
  margin: 6px auto 0;
  border-radius: 5px;
  padding: 3px 21px;
  width: fit-content;
  background-color: #ec878b;
}
.yanecon_contact_mail span {
  display: block;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  line-height: 1.33;
  color: #1a1311;
}
.yanecon_contact_bnr {
  margin: 20px auto 0;
}
.yanecon_contact_bnr-contest {
  display: block;
  padding: 8px 0;
  width: 100%;
  background: radial-gradient(circle 150px at center, #ffffff, #ffe900);
  text-align: center;
}
.yanecon_contact_bnr-contest img {
  width: 400px;
  height: 150px;
}
.yanecon_contact_bnr-support {
  display: block;
  margin-top: 41px;
  width: 100%;
}
.yanecon_contact_bnr-support_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  border: 1px solid #1a1311;
}
.yanecon_contact_bnr-support_head_ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background-color: #bc0022;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.27;
  color: #fff;
}
.yanecon_contact_bnr-support_head_ttl span {
  display: block;
}
.yanecon_contact_bnr-support_head_ttl span span {
  display: block;
}
.yanecon_contact_bnr-support_head_ttl span span:first-child {
  letter-spacing: 0.45em;
}
.yanecon_contact_bnr-support_head_ttl span span:last-child {
  letter-spacing: 0.005em;
}
.yanecon_contact_bnr-support_head_body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  column-gap: 8px;
  padding: 7px 8px;
  flex: 1;
}
.yanecon_contact_bnr-support_head_body img {
  width: 300px;
  height: 100px;
}
.yanecon_contact_bnr-support_head_body span {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.4;
  color: #1a1311;
}
.yanecon_contact_bnr-support_note {
  margin-top: 3px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 0.87rem;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #1a1311;
}
.yanecon_contact_bnr-support_flowchart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  column-gap: 9px;
  margin-top: 3px;
}
.yanecon_contact_bnr-support_flowchart_head {
  position: relative;
  width: fit-content;
  background-color: #bc0022;
}
.yanecon_contact_bnr-support_flowchart_head span {
  display: block;
  padding-left: 1px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 10px;
  zoom: 0.7;
  font-weight: bold;
  letter-spacing: -0.005em;
  line-height: 1.43;
  color: #fff;
}
.yanecon_contact_bnr-support_flowchart_head figure {
  border: 1px solid #bc0022;
  width: 67px;
  height: 45px;
  overflow: hidden;
}
.yanecon_contact_bnr-support_flowchart_head figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yanecon_contact_bnr-support_flowchart_list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
  row-gap: 4px;
  flex: 1;
}
.yanecon_contact_bnr-support_flowchart_list li:first-child {
  position: relative;
}
.yanecon_contact_bnr-support_flowchart_item {
  box-sizing: border-box;
  border: 1px solid #bc0022;
}
.yanecon_contact_bnr-support_flowchart_ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: stretch;
}
.yanecon_contact_bnr-support_flowchart_ttl span {
  display: flex;
  justify-content: start;
  align-items: center;
}
.yanecon_contact_bnr-support_flowchart_ttl-topic {
  padding-left: 4px;
  width: 43px;
  background-color: #bc0022;
}
.yanecon_contact_bnr-support_flowchart_ttl-topic span {
  font-family: kozuka-gothic-pro, sans-serif;
  font-size: 10px;
  zoom: 0.5;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.2;
  color: #fff;
}
.yanecon_contact_bnr-support_flowchart_ttl-description {
  padding-left: 1px;
  flex: 1;
  background-color: #d7dee5;
}
.yanecon_contact_bnr-support_flowchart_ttl-description span {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #bc0022;
}
.yanecon_contact_bnr-support_flowchart_body {
  padding: 2px 3px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: #1a1311;
}
.yanecon_contact_bnr-support_flowchart_lines {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.yanecon_contact_bnr-support_flowchart_lines span {
  position: absolute;
  display: block;
  content: "";
  background-color: #bc0022;
}
.yanecon_contact_bnr-support_flowchart_lines--left {
  top: calc((100% + 4px + 5px) / 2);
  left: -10px;
  width: 5px;
  height: 2px;
}
.yanecon_contact_bnr-support_flowchart_lines--vertical {
  top: 5px;
  left: -6px;
  width: 2px;
  height: calc(100% + 4px + 5px);
}
.yanecon_contact_bnr-support_flowchart_lines--top {
  top: 5px;
  left: -5px;
  width: 5px;
  height: 2px;
}
.yanecon_contact_bnr-support_flowchart_lines--bottom {
  top: calc(100% + 4px + 5px);
  left: -5px;
  width: 5px;
  height: 2px;
}
.yanecon_lnk {
  opacity: 1;
  transition: opacity 0.5s linear;
}
.yanecon_lnk:hover {
  opacity: 0.7;
}
.yanecon_lnk--housing {
  background-color: #004999;
}
.yanecon_lnk--housing::before {
  content: "A";
}
.yanecon_lnk--non-housing {
  background-color: #ef760a;
}
.yanecon_lnk--non-housing::before {
  content: "B";
}
.yanecon_lnk--galva {
  background-color: #4aa223;
}
.yanecon_lnk--galva::before {
  content: "C";
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-top: 130px;
  }
  .yanecon_nav {
    width: calc(100% - 20px);
    margin: 0;
    transform: translateX(-50%);
    top: 55px;
  }
  .yanecon_nav ul {
    flex-wrap: wrap;
  }
  .yanecon_nav li {
    flex: 0 1 50%;
    height: 44px;
    border-bottom: 1px #fff solid;
  }
  .yanecon_nav li.title {
    flex: 0 1 50%;
    font-size: 0.813rem;
    padding: 14px 0 0;
  }
  .yanecon_nav li.title + li {
    flex: 0 1 50%;
  }
  .yanecon_nav li:nth-child(even) {
    border-right: none;
  }
  .yanecon_nav li:last-child {
    border-bottom: 1px #fff solid;
  }
  .yanecon_nav li:last-child a::before {
    font-size: 0.813rem;
    top: 13px;
    margin-left: -58px;
  }
  .yanecon_nav li:hover {
    opacity: 1;
  }
  .yanecon_nav li a {
    font-size: 0.813rem;
    padding: 12px 0 0;
  }
  .yanecon_top-ttl_body-sub {
    padding: 0;
    font-size: 10px;
  }
  .yanecon_top-ttl_body-main {
    padding: 0;
    font-size: 16px;
  }
  .yanecon_top-ttl_body-main span {
    font-size: 10px;
  }
  .yanecon_form-department_list {
    flex-direction: column;
    row-gap: 10px;
  }
  .yanecon_form-department_item {
    width: 100%;
  }
  .yanecon_form-description_body span br {
    display: none;
  }
  .yanecon_category_list {
    width: 100%;
  }
  .yanecon_category_item {
    flex-direction: column;
    align-items: start;
  }
  .yanecon_category_item br {
    display: none;
  }
  .yanecon_category_description {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  .yanecon_category_award {
    padding: 10px 0;
  }
  .yanecon_category_special {
    width: 100%;
  }
  .yanecon_category_special-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .yanecon_category_special-list li:not(:last-child) {
    border-bottom: 1px solid #1a1311;
  }
  .yanecon_guideline_list {
    padding: 12px 0 0;
  }
  .yanecon_guideline_item p br {
    display: none;
  }
  .yanecon_guideline_category-item a {
    flex-direction: column;
    padding-left: 35px;
  }
  .yanecon_guideline_category_ttl {
    width: unset;
  }
  .yanecon_guideline_category_body {
    margin-top: 3px;
    border-top: 1px solid #fff;
    border-left: none;
    padding: 3px 0 0 0;
  }
  .yanecon_contact_bnr {
    width: 100%;
  }
  .yanecon_contact_bnr-support_note br {
    display: none;
  }
}

/*# sourceMappingURL=yanecon2023.css.map */
