@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.main_outer1 {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*20250425追加分*/
}
.main_outer1 .syaken_content {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.main_outer1 .syaken_content .syaken_kv {
  margin-bottom: 50px;
  background-color: #f0f0f0;
}
.main_outer1 .syaken_content .syaken_kv h1 {
  line-height: 0;
}
.main_outer1 .syaken_content .syaken_kv h1 + p {
  width: 1000px;
  margin: 6px auto 0;
  font-size: 14px;
  text-align: right;
}
.main_outer1 .syaken_content .syaken_kv h1 + p a {
  padding-right: 14px;
  color: #0088cf;
  text-decoration: underline;
  position: relative;
}
.main_outer1 .syaken_content .syaken_kv h1 + p a::after {
  position: absolute;
  content: "";
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #0088cf;
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-37%) rotate(45deg);
          transform: translateY(-37%) rotate(45deg);
}
.main_outer1 .syaken_content h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #ED1A3A;
  padding: 50px 0 10px 0;
  margin: 0 auto;
  border-bottom: solid 0.2vw #ED1A3A;
}
.main_outer1 .syaken_content .secTtl {
  margin-bottom: 40px;
  padding: 14px 0;
  font-size: 2.88rem;
  border-radius: 10px;
  color: #fff;
  background-color: #e5992e;
  border-bottom-width: 0;
}
.main_outer1 .syaken_content .secTtl span {
  font-size: 3.52rem;
}
.main_outer1 .syaken_content .marker {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffeb5f));
  background: linear-gradient(transparent 60%, #ffeb5f 60%);
}
.main_outer1 .syaken_content .leadArea {
  width: 1000px;
  margin: 0 auto 80px;
}
.main_outer1 .syaken_content .leadArea p {
  margin-bottom: 20px;
  font-size: 1.792rem;
  line-height: 200%;
}
.main_outer1 .syaken_content .leadArea ul {
  width: 800px;
  margin: 30px auto 0;
}
.main_outer1 .syaken_content .leadArea ul li {
  margin-bottom: 2px;
}
.main_outer1 .syaken_content .leadArea ul li a {
  display: block;
  padding: 10px 0 10px 30px;
  font-size: 1.792rem;
  font-weight: bold;
  text-align: left;
  color: #26346e;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe664+0,ffe664+89,fff2b1+90,fff2b1+100 */
  background: #ffe664; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe664), color-stop(92%, #ffe664), color-stop(92%, #fff2b1), to(#fff2b1));
  background: linear-gradient(to right, #ffe664 0%, #ffe664 92%, #fff2b1 92%, #fff2b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe664", endColorstr="#fff2b1",GradientType=1 ); /* IE6-9 */
  position: relative;
}
.main_outer1 .syaken_content .leadArea ul li:first-of-type a {
  border-radius: 10px 10px 0 0;
}
.main_outer1 .syaken_content .leadArea ul li:last-of-type a {
  border-radius: 0 0 10px 10px;
}
.main_outer1 .syaken_content .leadArea ul li a::after {
  width: 16px;
  height: 28px;
  content: "";
  background: url("../img/syaken_re/link_arrow-icn03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .syaken_content #point {
  width: 1000px;
  margin: 0 auto 50px;
}
.main_outer1 .syaken_content #point > section {
  margin-top: 40px;
  padding: 60px 30px 30px;
  background-color: #fafae6;
  position: relative;
}
.main_outer1 .syaken_content #point > section:first-of-type {
  margin-top: 60px;
}
.main_outer1 .syaken_content #point > section h3 {
  padding: 10px 140px;
  border-radius: 50px;
  font-size: 2.88rem;
  font-weight: bold;
  color: #26346e;
  background-color: #ffe664;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_outer1 .syaken_content #point > section span img {
  display: block;
  width: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .syaken_content #point > section h4 {
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 2.24rem;
  font-weight: bold;
  color: #26346e;
  background-size: auto auto;
  background-color: rgb(255, 242, 177);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(250, 250, 230) 10px, rgb(250, 250, 230) 14px);
}
.main_outer1 .syaken_content #point > section .flexWp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .syaken_content #point > section .flexWp ul,
.main_outer1 .syaken_content #point > section .flexWp p {
  width: 65%;
  text-align: left;
  font-size: 1.792rem;
  line-height: 200%;
}
.main_outer1 .syaken_content #point > section .flexWp ul {
  margin-left: 30px;
  list-style: disc;
}
.main_outer1 .syaken_content #point > section .flexWp .imgWp {
  width: 30%;
}
.main_outer1 .syaken_content #point > section .flexWp .imgWp img {
  width: 100%;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(1) {
  font-size: 1.792rem;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(1) span {
  display: inline-block;
  margin-right: 40px;
  color: #26346e;
  font-size: 2.24rem;
  font-weight: bold;
  position: relative;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(1) span::before {
  width: 3px;
  height: 30px;
  content: "";
  background-color: #e5992e;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  left: -16px;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(1) span::after {
  width: 3px;
  height: 30px;
  content: "";
  background-color: #e5992e;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  right: -16px;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(2) {
  width: 300px;
  margin: 10px auto;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(2) img {
  width: 100%;
}
.main_outer1 .syaken_content #point > section .more p:nth-child(3) {
  font-size: 1.44rem;
}
.main_outer1 .syaken_content #hosyo {
  width: 1000px;
  margin: 0 auto 100px;
}
.main_outer1 .syaken_content #hosyo p.logo img {
  width: 448px;
}
.main_outer1 .syaken_content #hosyo .inner {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_outer1 .syaken_content #hosyo .inner p {
  width: 50%;
  line-height: 0;
}
.main_outer1 .syaken_content #hosyo .inner p img {
  width: 100%;
}
.main_outer1 .syaken_content #hosyo p.arrow img {
  width: 300px;
  margin-top: -4px;
}
.main_outer1 .syaken_content #hosyo .hosyo05 {
  margin: 30px auto 10px;
  padding: 30px 0 20px;
  background-color: #009edd;
}
.main_outer1 .syaken_content #hosyo .hosyo05 p {
  text-align: center;
  margin: auto;
}
.main_outer1 .syaken_content #hosyo .hosyo05 p:nth-of-type(1) {
  width: 587px;
  margin-bottom: 20px;
}
.main_outer1 .syaken_content #hosyo .hosyo05 p:nth-of-type(2) {
  width: 652px;
}
.main_outer1 .syaken_content #hosyo .hosyo05 img {
  width: 100%;
}
.main_outer1 .syaken_content #hosyo .hosyo05 + p {
  text-align: right;
  font-size: 14px;
}
.main_outer1 .syaken_content #hosyo .linkBtn {
  margin: 0 auto 50px;
}
.main_outer1 .syaken_content #flow {
  width: 1000px;
  margin: 0 auto 100px;
}
.main_outer1 .syaken_content #flow > ul {
  padding: 0 50px;
  counter-reset: section;
}
.main_outer1 .syaken_content #flow > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff2b1;
  position: relative;
}
.main_outer1 .syaken_content #flow > ul li::before {
  counter-increment: section;
  content: counter(section);
  padding: 8px 14px;
  position: absolute;
  color: #fff;
  background-color: #e5992e;
}
.main_outer1 .syaken_content #flow > ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #e5992e transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_outer1 .syaken_content #flow > ul li:last-of-type::after {
  display: none;
}
.main_outer1 .syaken_content #flow > ul li p span {
  display: block;
  font-size: 1.28rem;
}
.main_outer1 .syaken_content #flow > ul li p:nth-child(1) {
  width: 45%;
  color: #26346e;
}
.main_outer1 .syaken_content #flow > ul li p:nth-child(1) span {
  display: inline;
  font-size: 2.24rem;
  font-weight: bold;
  position: relative;
}
.main_outer1 .syaken_content #flow > ul li p:nth-child(1) span img {
  display: block;
  width: 40px;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .syaken_content #flow > ul li:first-of-type p:nth-child(1) span img {
  right: -35px;
}
.main_outer1 .syaken_content #flow > ul li p:nth-child(2) {
  text-align: left;
  line-height: 1.8;
}
.main_outer1 .syaken_content #flow > ul li p:nth-child(2) a {
  color: #ed1a3a;
  text-decoration: underline;
  font-weight: bold;
}
.main_outer1 .syaken_content #flow > ul li > div {
  width: 50%;
}
.main_outer1 .syaken_content #flow > ul li > div sub {
  font-size: 14px;
  vertical-align: text-top;
}
.main_outer1 .syaken_content #flow > ul li > div .notes {
  font-size: 14px;
}
.main_outer1 .syaken_content #flow > ul li table {
  width: 100%;
}
.main_outer1 .syaken_content #flow > ul li table thead {
  background-color: #000;
  color: #fff;
}
.main_outer1 .syaken_content #flow > ul li table tbody tr:nth-of-type(1) {
  background-color: #e3e3e3;
}
.main_outer1 .syaken_content #flow > ul li table tbody tr:nth-of-type(2) {
  background-color: #fff;
}
.main_outer1 .syaken_content #flow > ul li table th,
.main_outer1 .syaken_content #flow > ul li table td {
  padding: 10px;
  border: solid 1px #000;
  text-align: center;
}
.main_outer1 .syaken_content #flow #syorui {
  margin: 0 50px;
  padding: 20px;
  background-color: #ffe664;
}
.main_outer1 .syaken_content #flow #syorui > p {
  margin-bottom: 20px;
  font-size: 2.24rem;
  font-weight: bold;
  color: #26346e;
}
.main_outer1 .syaken_content #flow #syorui > div {
  padding: 20px;
  background-color: #fff;
  font-size: 1.792rem;
}
.main_outer1 .syaken_content #flow #syorui > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_outer1 .syaken_content #flow #syorui > div ul:first-of-type {
  margin-bottom: 10px;
}
.main_outer1 .syaken_content #flow #syorui > div ul li::before {
  content: "・";
  margin-right: 0.5em;
}
.main_outer1 .syaken_content #flow #syorui > div ul li {
  margin-right: 1em;
}
.main_outer1 .syaken_content #flow #syorui > div ul li:last-child {
  margin-right: 0;
  position: relative;
}
.main_outer1 .syaken_content #flow #syorui > div ul li sup {
  color: #ed1a3a;
  position: absolute;
  font-size: 1.28rem;
}
.main_outer1 .syaken_content #flow #syorui > div ul li:last-child span {
  display: block;
  width: initial;
}
.main_outer1 .syaken_content #flow #syorui > div p:nth-of-type(1) {
  color: #ed1a3a;
  font-size: 1.44rem;
}
.main_outer1 .syaken_content #flow #syorui > div p:nth-of-type(2) {
  margin: 30px 0 20px;
  padding: 10px;
  color: #fff;
  background-color: #26346e;
}
.main_outer1 .syaken_content #stores {
  margin: 0 auto 100px;
  padding-bottom: 50px;
  background: url("../img/syaken_re/bg_pattarn01.jpg");
}
.main_outer1 .syaken_content #stores h2 {
  width: 940px;
}
.main_outer1 .syaken_content #stores h3 {
  width: 940px;
  margin: 0 auto 20px;
  padding: 30px 0 20px 0;
  font-size: 3.504rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #333;
}
.main_outer1 .syaken_content #stores .shop {
  margin-top: 50px;
}
.main_outer1 .syaken_content #stores .shop h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  margin: 0 0 24px;
  padding: 0;
  color: #3C3C3C;
  border-bottom-width: 0;
}
.main_outer1 .syaken_content #stores .storesLead {
  font-size: 1.792rem;
  line-height: 1.5;
}
.main_outer1 .syaken_content #stores .storesLead span {
  font-size: 1.44rem;
}
.main_outer1 .syaken_content #stores .linkBtn {
  margin-top: 20px;
  border-width: 0;
}
.main_outer1 .syaken_content #stores .linkBtn a {
  padding: 14px 0;
  background-size: 20px;
}
.main_outer1 .syaken_content #stores .shopNotes {
  margin: 0 auto;
  line-height: 1.8;
}
.main_outer1 .syaken_content #stores .shopNotes span {
  padding: 0 6px 1px;
  color: #fff;
  font-weight: bold;
  background-color: #fabe00;
  border-radius: 4px;
}
.main_outer1 .syaken_content #notes {
  width: 1000px;
  margin: 0 auto 100px;
}
.main_outer1 .syaken_content #notes .secTtl {
  margin-bottom: 20px;
  background-color: #e6e6e6;
  color: #333;
}
.main_outer1 .syaken_content #notes ul {
  text-align: left;
  font-size: 1.44rem;
  line-height: 150%;
}
.main_outer1 .syaken_content #notes ul:nth-of-type(1) {
  margin-bottom: 20px;
}
.main_outer1 .syaken_content #notes ul:nth-of-type(1) li {
  padding-left: 2em;
  text-indent: -2em;
}
.main_outer1 .syaken_content #notes ul:nth-of-type(2) {
  margin-left: 20px;
  list-style: disc;
}
.main_outer1 .syaken_content .linkBtn {
  display: block;
  width: 447px;
  margin: 50px auto 0px;
  border: 6px solid #ffb7b7;
  border-radius: 10px;
  background-color: #ED1A3A;
}
.main_outer1 .syaken_content .linkBtn a {
  display: block;
  margin: 0.5em 2em;
  background-image: url("../img/syaken_re/link_arrow-icn02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 600;
  background-color: #ED1A3A;
  color: #fff;
  font-size: 2.4rem;
}
.main_outer1 .syaken_content .linkBtn2 {
  display: inline-block;
  margin: 30px auto 50px;
  border-bottom: 0.1em solid #ED1A3A;
}
.main_outer1 .syaken_content .linkBtn2 a {
  display: block;
  margin: 0.5em 0;
  padding-right: 2em;
  background-image: url("../img/syaken_re/link_arrow-icn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 600;
  color: #ED1A3A;
}
.main_outer1 .syaken_content .linkBtn3 {
  display: block;
  width: 447px;
  margin: 20px auto;
  border: 1px solid #ED1A3A;
  border-radius: 10px;
  background-color: #fff;
}
.main_outer1 .syaken_content .linkBtn3 a {
  display: block;
  margin: 1em 2em;
  padding: 0.6em 0;
  background-image: url("../img/syaken_re/link_arrow-icn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-weight: 900;
  color: #ED1A3A;
}
.main_outer1 .relatedInfo {
  background: #fff;
  border: 1px #999 solid;
  width: 1000px;
  margin: 70px auto 50px;
}
.main_outer1 .relatedInfo dt {
  background: #ffe664;
  color: #26346e;
  font-size: 24px;
  padding: 20px;
  font-weight: 700;
  text-align: center;
}
.main_outer1 .relatedInfo dd {
  padding: 30px 0 0;
  text-align: left;
}
.main_outer1 .relatedInfo dd a {
  padding-top: 15px;
  width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .relatedInfo dd:first-of-type a {
  border-top: 2px #e5992e solid;
}
.main_outer1 .relatedInfo dd:last-of-type {
  padding-bottom: 30px;
}
.main_outer1 .relatedInfo dd a figure {
  width: 310px;
}
.main_outer1 .relatedInfo dd a figure img {
  max-width: 100%;
}
.main_outer1 .relatedInfo dd a div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-left: 45px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.main_outer1 .relatedInfo dd a div p {
  font-size: 20px;
  line-height: 1.4;
}
.main_outer1 .relatedInfo dd a div strong {
  font-weight: 700;
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.main_outer1 .relatedInfo dd a .detainBtn {
  width: 100%;
  background: #e5992e;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 8px;
  margin-top: 12px;
}
@media all and (max-width: 768px) {
  .main_outer1 .syaken_content {
    background: none;
  }
  .main_outer1 .syaken_content .syaken_kv {
    margin-bottom: 6.5104166667%;
    background: none;
  }
  .main_outer1 .syaken_content img {
    width: 100%;
  }
  .main_outer1 .syaken_content .syaken_kv h1 + p {
    width: 100%;
    margin: 2vw auto 0;
    padding: 0 3vw;
    font-size: 2.8vw;
  }
  .main_outer1 .syaken_content .syaken_kv h1 + p a {
    padding-right: 2vw;
  }
  .main_outer1 .syaken_content .syaken_kv h1 + p a::after {
    border-top-width: 0.2vw;
    border-right-width: 0.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .main_outer1 .syaken_content h2 {
    font-size: 5vw;
    padding: 6.5104166667% 0 1.3020833333% 0;
  }
  .main_outer1 .syaken_content .secTtl {
    margin-bottom: 4vw;
    padding: 2vw 0;
    font-size: 4.8vw;
  }
  .main_outer1 .syaken_content .secTtl span {
    font-size: 5.8vw;
  }
  .main_outer1 .syaken_content .leadArea {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content .leadArea p {
    margin-bottom: 4vw;
    font-size: 3.4vw;
    text-align: left;
  }
  .main_outer1 .syaken_content .leadArea ul {
    width: 100%;
    margin: 6.5104166667% auto 0;
  }
  .main_outer1 .syaken_content .leadArea ul li a {
    padding: 3.125% 0 3.125% 6.5104166667%;
    font-size: 3.4vw;
    background: #ffe664; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ffe664), color-stop(88%, #ffe664), color-stop(88%, #fff2b1), to(#fff2b1));
    background: linear-gradient(to right, #ffe664 0%, #ffe664 88%, #fff2b1 88%, #fff2b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe664", endColorstr="#fff2b1",GradientType=1 ); /* IE6-9 */
  }
  .main_outer1 .syaken_content .leadArea ul li a::after {
    width: 2.8571428571vw;
    height: 5vw;
    right: 3.90625%;
  }
  .main_outer1 .syaken_content #point {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #point > section {
    margin-top: 8vw;
    padding: 7.8125% 3.90625% 3.90625%;
  }
  .main_outer1 .syaken_content #point > section:first-of-type {
    margin-top: 10vw;
  }
  .main_outer1 .syaken_content #point > section h3 {
    padding: 1.3020833333% 18.2291666667%;
    font-size: 4.8vw;
    top: -5vw;
  }
  .main_outer1 .syaken_content #point > section span img {
    display: block;
    width: 5.8vw;
    position: absolute;
    left: 2.6041666667%;
  }
  .main_outer1 .syaken_content #point > section h4 {
    margin-bottom: 3.90625%;
    padding: 1.3020833333% 0;
    font-size: 3.8vw;
  }
  .main_outer1 .syaken_content #point > section .flexWp {
    display: block;
    margin-bottom: 4vw;
  }
  .main_outer1 .syaken_content #point > section .flexWp ul,
  .main_outer1 .syaken_content #point > section .flexWp p {
    width: auto;
    font-size: 3.4vw;
  }
  .main_outer1 .syaken_content #point > section .flexWp ul {
    margin-left: 3.90625%;
  }
  .main_outer1 .syaken_content #point > section .flexWp .imgWp {
    width: 80%;
    margin: 2.6041666667% auto 0;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(1) {
    font-size: 3.4vw;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(1) span {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 2.6041666667%;
    font-size: 3.8vw;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(1) span::before {
    width: 0.5vw;
    height: 5vw;
    left: -4vw;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(1) span::after {
    width: 0.5vw;
    height: 5vw;
    right: -4vw;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(2) {
    width: 100%;
    margin: 3.90625% auto;
  }
  .main_outer1 .syaken_content #point > section .more p:nth-child(3) {
    font-size: 2.6vw;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .main_outer1 .syaken_content #hosyo {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #hosyo p.logo img {
    width: 65.1041666667%;
  }
  .main_outer1 .syaken_content #hosyo .inner {
    width: 103%;
    margin-left: -3%;
    display: block;
  }
  .main_outer1 .syaken_content #hosyo .inner p {
    width: 100%;
  }
  .main_outer1 .syaken_content #hosyo p.arrow img {
    width: 39.0625%;
  }
  .main_outer1 .syaken_content #hosyo .hosyo05 {
    margin: 20px auto 5px;
    padding: 20px 0 10px;
  }
  .main_outer1 .syaken_content #hosyo .hosyo05 p {
    text-align: center;
    margin: auto;
  }
  .main_outer1 .syaken_content #hosyo .hosyo05 p:nth-of-type(1) {
    width: 76.4322916667%;
    margin-bottom: 2vw;
  }
  .main_outer1 .syaken_content #hosyo .hosyo05 p:nth-of-type(2) {
    width: 84.8958333333%;
  }
  .main_outer1 .syaken_content #hosyo .hosyo05 + p {
    font-size: 2.6vw;
  }
  .main_outer1 .syaken_content #hosyo .linkBtn {
    margin: 6.5104166667% auto;
  }
  .main_outer1 .syaken_content #flow {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #flow > ul {
    padding: 0;
  }
  .main_outer1 .syaken_content #flow > ul li {
    display: block;
    margin-bottom: 7.8125%;
    padding: 2.6041666667%;
  }
  .main_outer1 .syaken_content #flow > ul li::before {
    padding: 1.0416666667% 2.34375%;
    top: 2vw;
    left: 2.6041666667%;
  }
  .main_outer1 .syaken_content #flow > ul li::after {
    border-width: 3vw 3vw 0 3vw;
    bottom: -5vw;
  }
  .main_outer1 .syaken_content #flow > ul li p span {
    display: block;
    font-size: 2.4vw;
  }
  .main_outer1 .syaken_content #flow > ul li p:nth-child(1) {
    width: 100%;
    margin-bottom: 2.6041666667%;
    padding-right: 2.6041666667%;
  }
  .main_outer1 .syaken_content #flow > ul li p:nth-child(1) span {
    font-size: 4vw;
  }
  .main_outer1 .syaken_content #flow > ul li p:nth-child(1) span img {
    width: 7vw;
    right: -9vw;
  }
  .main_outer1 .syaken_content #flow > ul li:first-of-type p:nth-child(1) span img {
    right: -6vw;
  }
  .main_outer1 .syaken_content #flow > ul li p:nth-child(2) {
    text-align: center;
  }
  .main_outer1 .syaken_content #flow > ul li p:nth-child(2),
  .main_outer1 .syaken_content #flow > ul li table {
    width: 100%;
    font-size: 3.2vw;
  }
  .main_outer1 .syaken_content #flow > ul li table {
    margin-top: 5.2083333333%;
  }
  .main_outer1 .syaken_content #flow > ul li > div {
    width: 100%;
  }
  .main_outer1 .syaken_content #flow > ul li > div sub {
    font-size: 2.4vw;
  }
  .main_outer1 .syaken_content #flow > ul li > div .notes {
    font-size: 2.4vw;
    text-align: left;
  }
  .main_outer1 .syaken_content #flow #syorui {
    margin: 0 auto;
    padding: 2.6041666667%;
  }
  .main_outer1 .syaken_content #flow #syorui > p {
    margin-bottom: 2.6041666667%;
    font-size: 4vw;
  }
  .main_outer1 .syaken_content #flow #syorui > div {
    padding: 2.6041666667%;
    font-size: 3.4vw;
  }
  .main_outer1 .syaken_content #flow #syorui > div ul:first-of-type {
    margin-bottom: 0;
  }
  .main_outer1 .syaken_content #flow #syorui > div ul li {
    margin-right: 10.4166666667%;
    margin-bottom: 2.6041666667%;
  }
  .main_outer1 .syaken_content #flow #syorui > div ul li:nth-child(even) {
    margin-right: 0;
  }
  .main_outer1 .syaken_content #flow #syorui > div ul li sup {
    font-size: 2.28vw;
  }
  .main_outer1 .syaken_content #flow #syorui > div p:nth-of-type(1) {
    font-size: 2.28vw;
  }
  .main_outer1 .syaken_content #flow #syorui > div p:nth-of-type(2) {
    margin: 3.90625% 0 2.6041666667%;
    padding: 1.3020833333%;
  }
  .main_outer1 .syaken_content #stores {
    margin: 0 auto 10.4166666667%;
    padding-bottom: 50px;
    width: 100%;
  }
  .main_outer1 .syaken_content #stores h2 {
    width: 86%;
  }
  .main_outer1 .syaken_content #stores h3 {
    width: 86%;
    font-size: 4vw;
    padding: 3.90625% 0 1.3020833333%;
  }
  .main_outer1 .syaken_content #stores .shop {
    width: 86%;
    margin: 6.5104166667% auto 0;
    text-align: left;
  }
  .main_outer1 .syaken_content #stores .shop h3 {
    font-size: 18px;
    line-height: 0.72;
    margin: 0 0 19px;
  }
  .main_outer1 .syaken_content #stores .storesLead {
    font-size: 3.4vw;
  }
  .main_outer1 .syaken_content #stores .storesLead span {
    font-size: 2.6vw;
  }
  .main_outer1 .syaken_content #stores .linkBtn {
    width: 75.5208333333%;
    margin-top: 2.6041666667%;
  }
  .main_outer1 .syaken_content #stores .linkBtn a {
    padding: 3.90625% 0;
    background-size: 6.5104166667%;
    background-position: right 0 center;
  }
  .main_outer1 .syaken_content #stores .shopNotes {
    font-size: 3.4vw;
  }
  .main_outer1 .syaken_content #stores .shopNotes span {
    padding: 0 1.0416666667% 0.2604166667%;
  }
  .main_outer1 .syaken_content #notes {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #notes .secTtl {
    margin-bottom: 4vw;
  }
  .main_outer1 .syaken_content #notes ul {
    font-size: 2.6vw;
  }
  .main_outer1 .syaken_content #notes ul:nth-of-type(1) {
    margin-bottom: 4vw;
  }
  .main_outer1 .syaken_content #notes ul:nth-of-type(2) {
    margin-left: 3.90625%;
  }
  .main_outer1 .syaken_content .linkBtn {
    width: 100%;
    margin: 5vw auto 0;
    border: 4px solid #ffb7b7;
  }
  .main_outer1 .syaken_content .linkBtn a {
    background-position: right 3.90625% center;
    font-size: 2.9vw;
    font-size: 4.5vw;
  }
  .main_outer1 .syaken_content .linkBtn2 {
    margin: 3vw auto 0;
  }
  .main_outer1 .syaken_content .linkBtn2 a {
    font-size: 2.9vw;
  }
  .main_outer1 .syaken_content .linkBtn3 {
    width: 67.7083333333%;
    margin: 2.6041666667% auto;
  }
  .main_outer1 .syaken_content .linkBtn3 a {
    background-position: right 3.90625% center;
    font-size: 2.9vw;
  }
  .main_outer1 .relatedInfo {
    width: 88%;
    margin: 10vw auto 8vw;
  }
  .main_outer1 .relatedInfo dt {
    font-size: 4.375vw;
    padding: 3vw;
  }
  .main_outer1 .relatedInfo dd {
    padding: 6% 6% 0;
  }
  .main_outer1 .relatedInfo dd a {
    width: 100%;
    padding-top: 4%;
  }
  .main_outer1 .relatedInfo dd:first-of-type a {
    border-top: 1px #e5992e solid;
  }
  .main_outer1 .relatedInfo dd:last-of-type {
    padding-bottom: 6%;
  }
  .main_outer1 .relatedInfo dd a figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .main_outer1 .relatedInfo dd a div {
    margin-left: 3%;
  }
  .main_outer1 .relatedInfo dd a div p {
    font-size: 2.625vw;
    line-height: 1.5;
  }
  .main_outer1 .relatedInfo dd a div strong {
    font-size: 3.125vw;
    margin-bottom: 1%;
  }
  .main_outer1 .relatedInfo dd a .detainBtn {
    font-size: 3.125vw;
    padding: 3%;
    margin-top: 6%;
  }
}
@media all and (max-width: 420px) {
  .main_outer1 .syaken_content #hosyo .inner table tr.detail td span.tax {
    top: 1.5em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo01 tr.detail td span.tax {
    right: 8.2em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo02 tr.detail td span.tax {
    right: 7.8em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo03 tr.detail td span.tax {
    right: 8.5em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo04 tr.detail td span.tax {
    right: 8.5em;
  }
}
@media all and (max-width: 375px) {
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo01 tr.detail td span.tax {
    right: 10.3em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo02 tr.detail td span.tax {
    right: 10em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo03 tr.detail td span.tax {
    right: 10.5em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo04 tr.detail td span.tax {
    right: 10.5em;
  }
}
@media all and (max-width: 320px) {
  .main_outer1 .syaken_content #hosyo .inner table tr.detail td span.tax {
    top: 1em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo01 tr.detail td span.tax {
    right: 9.5em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo02 tr.detail td span.tax {
    right: 9em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo03 tr.detail td span.tax {
    right: 9.5em;
  }
  .main_outer1 .syaken_content #hosyo .inner table.hsoyo04 tr.detail td span.tax {
    right: 9.5em;
  }
}
.main_outer1 .syaken_content #select {
  width: 1000px;
  margin: 0 auto 100px;
  background: #5a68ae;
}
.main_outer1 .syaken_content #select .bgLine {
  background: url("../img/syaken_re/bg_line.png");
  background-size: 40px;
  position: relative;
}
.main_outer1 .syaken_content #select .hyouka .bgLine .ttl {
  position: absolute;
  left: 0;
  top: -26px;
}
.main_outer1 .syaken_content #select .bgLine .ttl + p {
  padding-top: 141px;
}
.main_outer1 .syaken_content #select .voice {
  margin-bottom: 100px;
}
.main_outer1 .syaken_content #select .point_b {
  padding-top: 132px;
  padding-bottom: 70px;
}
.main_outer1 .syaken_content #select .point_b .ttl {
  position: absolute;
  left: 0;
  top: -50px;
}
.main_outer1 .syaken_content #select .point_b .inner {
  margin: 0 auto;
  padding: 30px 50px;
  width: 756px;
  border: 2px solid #ffe664;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_outer1 .syaken_content #select .point_b .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_outer1 .syaken_content #select .point_b .inner dl dt {
  margin-right: 30px;
  margin-bottom: 25px;
  width: 110px;
}
.main_outer1 .syaken_content #select .point_b .inner dl dd {
  margin-bottom: 25px;
  width: calc(100% - 140px);
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.main_outer1 .syaken_content #select .point_b .inner dl dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffe664));
  background: linear-gradient(transparent 60%, #ffe664 40%);
  font-size: 23px;
  font-weight: 900;
}
.main_outer1 .syaken_content #select .point_b .inner .logo {
  margin: 30px auto;
  width: 241px;
}
.main_outer1 .syaken_content #schedule {
  width: 1000px;
  margin: 0 auto 100px;
  border: 1px solid #fed0db;
}
.main_outer1 .syaken_content #schedule h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  background: #fed0db;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  border: none;
}
.main_outer1 .syaken_content #schedule h2 span {
  color: #e50213;
}
.main_outer1 .syaken_content #schedule p {
  margin-bottom: 30px;
}
.main_outer1 .syaken_content #schedule p:last-child {
  margin: 30px auto;
  padding: 20px;
  width: 682px;
  background: #fed0db;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .main_outer1 .syaken_content #select {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #select .bgLine {
    background-size: 5.2083333333%;
  }
  .main_outer1 .syaken_content #select .hyouka .bgLine .ttl {
    top: -3.3854166667%;
  }
  .main_outer1 .syaken_content #select .hyouka .bgLine .ttl + p {
    padding-top: 18.359375%;
  }
  .main_outer1 .syaken_content #select .voice {
    margin-bottom: 26.0416666667%;
  }
  .main_outer1 .syaken_content #select .point_b {
    padding-top: 13.0208333333%;
    padding-bottom: 9.1145833333%;
  }
  .main_outer1 .syaken_content #select .point_b .ttl {
    top: -6.5104166667%;
  }
  .main_outer1 .syaken_content #select .point_b .inner {
    padding: 3.90625% 5.2083333333%;
    width: 90%;
  }
  .main_outer1 .syaken_content #select .point_b .inner dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_outer1 .syaken_content #select .point_b .inner dl dt {
    margin-right: 3.90625%;
    margin-bottom: 6.5104166667%;
    width: 26.0416666667%;
  }
  .main_outer1 .syaken_content #select .point_b .inner dl dd {
    margin-bottom: 6.5104166667%;
    width: 70.0520833333%;
    font-size: 3.65vw;
  }
  .main_outer1 .syaken_content #select .point_b .inner dl dd span {
    font-size: 3.91vw;
  }
  .main_outer1 .syaken_content #select .point_b .inner .logo {
    margin: 3.90625% auto;
    width: 65.1041666667%;
  }
  .main_outer1 .syaken_content #select .point_b .inner .logo + p {
    font-size: 3.4vw;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
  }
  .main_outer1 .syaken_content #schedule {
    width: 86%;
    margin: 0 auto 10.4166666667%;
  }
  .main_outer1 .syaken_content #schedule h2 {
    margin-bottom: 6.5104166667%;
    padding: 2.6041666667% 0;
    font-size: 4.56vw;
  }
  .main_outer1 .syaken_content #schedule p {
    margin: 6.5104166667% auto;
    width: 86%;
  }
  .main_outer1 .syaken_content #schedule p:last-child {
    margin: 4.5572916667% auto;
    padding: 2.6041666667%;
    width: 86%;
    border-radius: 2.6041666667%;
    font-size: 3.65vw;
  }
}
/*# sourceMappingURL=syaken_re.css.map */