/*sp*/

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*clearfix
-----------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*snsBtn
-----------------------------------------------------*/
#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}
#sns_button li {
  margin-right: 10px;
  float: right;
}

/*#wrap
-----------------------------------------------------*/
#wrap {
  width: 100%;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pattern.png)
    top repeat;
  font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  padding: 4vw 0 4vw;
  background-size: 10%;
  overflow: hidden;
}
#wrap img {
  width: 100%;
}

#wrap a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #005692;
}
/*
#wrap a:hover{
  opacity:0.5;
}
*/
/*共通-------*/
#wrap .en {
  font-family: "Montserrat", sans-serif;
  display: inline;
}

#wrap .main {
  width: 100vw;
  position: relative;
}
#wrap .main .read ul {
  position: absolute;
  margin: -16vw 0 0 -1vw;
  font-weight: bold;
}
#wrap .main .read ul li {
  color: #036eb8;
  background-color: #f6fbff;
  font-size: 3.3vw;
  display: inline-block;
  border: 1px solid #036eb8;
  padding: 1.5vw 2vw;
  margin: 1.5vw 0 0;
  border-radius: 3px;
}
#wrap .main .read ul li:nth-child(2),
#wrap .main .read ul li:nth-child(3) {
  display: none;
}
/* #wrap .main .read ul li:nth-child(4) {
  margin: 4vw 0 0;
} */
#wrap .main .read ul li .en {
  font-size: 6.2vw;
}
#wrap .main .read ul li .sub {
  font-size: 4.6vw;
}
#wrap .main h1 {
  width: 96vw;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/sp/main.png)
    no-repeat;
  background-size: contain;
  margin: 14vw auto 0;
  padding-bottom: 61vw;
}
#wrap .main h1 .comment {
  margin: 40vw 0 0 25vw;
  position: absolute;
  display: flex;
  align-items: center;
  flex-flow: column;
}
#wrap .main h1 .comment span {
  display: block;
  border-bottom: 1px solid #4f81ba;
  padding-bottom: 0.5vw;
  font-size: 2.6vw;
  text-align: center;
  font-weight: normal;
  margin: 0 0 1vw 0;
}
#wrap .main .date {
  width: 28vw;
  height: 28vw;
  background-color: #036eb8;
  position: absolute;
  border-radius: 50%;
  margin: 33vw 0px 0px 72.5vw;
  display: flex;
  align-items: center;
  flex-flow: column;
}
#wrap .main .date .period {
  color: #036eb8;
  font-size: 1.8vw;
  background-color: #fff;
  padding: 0.5vw 0.6vw;
  border-radius: 12px;
  margin: 1.4vw 0;
}
#wrap .main .date .num {
  font-size: 5.4vw;
  font-weight: bold;
  color: #fff441;
  margin: 0 0 0 0;
  display: flex;
}

.time {
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  color: #fff441;
  margin: 0 0 0 0;
}

#wrap .main .date .num .day {
  font-size: 2.2vw;
  width: 2.9vw;
  height: 2.9vw;
  color: #036eb8;
  background-color: #fff441;
  border-radius: 50%;
  margin: 2vw 0 0vw 0.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .main .date .note {
  font-size: 2.2vw;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin: 1vw 0;
}
#wrap .main .date .arrive {
  font-size: 2.1vw;
  color: #036eb8;
  background-color: #fff;
  border-radius: 11px;
  padding: 0.5vw 0.6vw;
}
#wrap .main .sub_txt {
  font-size: 3.4vw;
  text-align: center;
  line-height: 1.8;
  margin: 2vw 0 7vw 0;
  letter-spacing: -0.01rem;
  font-weight: 400;
}
#wrap .main .sub_txt span {
  color: #036eb8;
  background-color: #fff;
  padding: 0 1vw;
  margin: 0 1vw;
}
#wrap .main .sub_txt .stuffing {
  margin: 0 0 0 -2.1vw;
  display: inline;
}
#wrap .main .sub_txt .big {
  font-size: 4.2vw;
  font-weight: bold;
}
/*about
-----------------------------------------------------*/
#wrap .about {
  background-color: #f3faff;
  border-radius: 8px;
  width: 93vw;
  height: auto;
  margin: 0 auto 9vw;
  position: relative;
  padding: 8vw 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
#wrap .about .about_txt {
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/sp/about_txt.png)
    center center / contain no-repeat;
  width: 88vw;
  height: 80vw;
  display: block;
}
#wrap .about .about_img {
  width: 86%;
  margin: 0 auto;
}

#wrap .about .about_btn {
  width: 73vw;
  height: 7vw;
  position: relative;
  margin: 8vw auto 11vw;
  border-radius: 30px;
}
#wrap .about .about_btn a::after {
  content: "";
  position: absolute;
  top: 92%;
  right: 4%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #036eb8;
}
#wrap .about .about_btn img {
  width: 32vw;
  margin: 0 3vw 0 -5vw;
}
#wrap .about .about_btn a {
  color: #036eb8;
  display: block;
  width: 100%;
  padding: 4vw 0 4vw;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #036eb8;
  font-size: 3.8vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_flex {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.about_flex li {
  width: 49%;
  text-align: center;
  line-height: 1.9em;
}

.about_flex_btn {
  width: 94%;
  margin: 3% auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.about_flex_btn li {
  display: flex;
  flex-direction: column;
  width: 48.6%;
  text-align: center;
  line-height: 1.9em;
}

.about_flex_btn li a {
  color: #036eb8;
  display: block;
  padding: 3vw 1vw 2.8vw;
  text-decoration: none;
  border-radius: 13px;
  border: 2px solid #036eb8;
  font-size: 3.1vw;
  background-color: #fff;
}

#wrap .block {
  width: 93vw;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
#wrap .block + .block {
  margin: 4% auto;
}
#wrap #sec_01::after {
  content: "";
  position: absolute;
  top: 101%;
  left: 48%;
  border: 14px solid transparent;
  border-left: 13px solid #036eb8;
  transform: rotate(90deg);
}
#wrap .step01,
#wrap .step02,
#wrap .step03,
#wrap .step04 {
  position: relative;
}
#wrap .step03 {
  margin: 0 0 12vw 0;
  padding: 0 0 4vw 0;
}
#wrap .step04 {
  padding: 0 0 4vw 0;
}
#wrap .step01::after {
  content: "";
  position: absolute;
  top: 102%;
  left: 48%;
  border: 14px solid transparent;
  border-left: 13px solid #036eb8;
  transform: rotate(90deg);
}
#wrap .step02::after {
  content: "";
  position: absolute;
  top: 96%;
  left: 48%;
  border: 14px solid transparent;
  border-left: 13px solid #036eb8;
  transform: rotate(90deg);
}
#wrap .step02 {
  padding: 1vw 0 7vw 0;
}
#wrap .step03 {
  padding: 1vw 0 7vw 0;
}
/*--- #sec_01 ---*/
#wrap .step_box {
  display: flex;
  padding: 0vw 0 0vw 0vw;
  width: 93vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#wrap .step_box .step_left {
  border-bottom: 2px solid #b7e2ff;
  padding: 2vw 1vw;
  display: flex;
  margin: 4vw 0 5vw 0;
  width: 77vw;
  justify-content: center;
}
#wrap .step_left .step_ttl {
  font-size: 4.3vw;
  align-items: baseline;
  display: flex;
  font-weight: 500;
  margin: -2vw 2vw 0vw 0;
}
#wrap .step_left .step_ttl .num {
  font-size: 7.2vw;
  margin: 0 0 0 0.5vw;
}
#wrap .step_left .step_subttl {
  font-size: 4.2vw;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
#wrap .step_right {
  margin: 0 0 0 0vw;
  width: 80vw;
}
#wrap .step_right h3 {
  background-color: #005692;
  border-radius: 30px;
  font-size: 5.2vw;
  color: #fff;
  padding: 4.1vw 0;
  width: 80vw;
  font-weight: bold;
}
#wrap .step_right h3 span {
  color: #fff441;
}
#wrap .step_right .step_txt {
  font-size: 3.6vw;
  text-align: center;
  padding: 2vw 0;
  display: block;
  margin: 2vw 0;
  line-height: 1.4;
}
#wrap .step01 .code {
  width: 78vw;
  border: 2px solid #000;
  display: inline-block;
}
#wrap .step01 .code .code_txt {
  color: #fff;
  font-size: 2.8vw;
  background-color: #000;
  letter-spacing: -0.02em;
  padding: 1vw 0px 1vw 0px;
  line-height: 1.32;
}
#wrap .step01 .code .code_box {
  margin: 3vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#wrap .step01 .code .code_box span {
  font-size: 3.2vw;
  padding-bottom: 2vw;
}
#wrap .step01 .code .code_box p {
  font-size: 7.8vw;
  color: #e60012;
  font-weight: bold;
}
#wrap .step01 img {
  width: 80vw;
  margin: 5vw 0 2vw 0;
}
#wrap .btn_step01 {
  width: 60vw;
  position: relative;
  margin: 3vw auto 9vw;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap .btn_step01 a {
  color: #036eb8;
  display: block;
  width: 100%;
  padding: 3vw 0 4vw;
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #036eb8;
  font-size: 4.2vw;
}
#wrap .btn_step01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #036eb8;
}
#wrap .ant {
  text-align: left;
  bottom: 3vw;
  left: 3vw;
}
#wrap .ant02 {
  bottom: 3vw;
}
#wrap .ant03 {
  bottom: 3vw;
  display: flex;
  justify-content: center;
}
#wrap .ant04 {
  bottom: 3vw;
}
#wrap .ant dd.kome {
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  font-size: 2.8vw;
}
#wrap .ant02 dd.kome:after {
  position: absolute;
  content: "※";
  top: 3px;
  left: 0;
}
#wrap .ant03 dd.kome:after {
  position: absolute;
  content: "※";
  top: 0px;
  left: 0;
}
#wrap .ant04 dd.kome:after {
  position: absolute;
  content: "※";
  top: 0px;
  left: 0;
}
#wrap .ant dd.kome span {
  font-size: 3.4vw;
  background-color: #fff441;
  padding: 0 1vw;
  margin: 1vw 0 0 0;
  display: inline-block;
}

/*--- #sec_02 ---*/
#wrap #sec_02 {
  width: 93vw;
  margin: 6vw auto;
  padding: 0 0 7vw 0;
}
#wrap #sec_02 .sec_02_box {
  text-align: center;
  padding: 4vw 0 0;
}
#wrap #sec_02 .sec_02_box h2 {
  width: 70%;
  color: #231815;
  font-size: 3.6vw;
  background: #b7e2ff;
  border-radius: 60px;
  margin: 3.6vw auto 2.6vw;
  padding: 2.6vw 0;
  text-align: center;
  font-weight: bold;
}
#wrap #sec_02 .sec_02_box .gray {
  background: #f2f2f2;
}
#wrap #sec_02 .sec_02_box .item {
  font-size: 5.2vw;
  border-bottom: 2px solid #000;
  padding: 0 0 0.4vw;
  display: inline;
  line-height: 1.6;
  font-weight: bold;
}

#wrap #sec_02 .sec_02_box .txt {
  font-size: 3vw;
  margin: 3vw auto 0;
  line-height: 1.4;
}
#wrap #sec_02 .txt_small {
  font-size: 2.8vw;
  margin: 4.6vw 0 3vw;
}
#wrap #sec_02 .sec_02_brand {
  width: 86%;
  margin: 4vw auto 0;
  background: #fafafa;
  border: 2px #036eb8 solid;
  border-radius: 6px;
  text-align: center;
}
#wrap #sec_02 .sec_02_brand .ttl {
  background-color: #036eb8;
  color: #fff;
  font-size: 4.2vw;
  padding: 3vw 0;
}
#wrap #sec_02 .sec_02_brand .batsu {
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pc/brand_name_batsu.png)
    no-repeat center center;
  background-size: contain;
  background-color: #036eb8;
  background-position-x: 1%;
}

#wrap #sec_02 .sec_02_brand .brand_box {
  vertical-align: top;
  margin: 5vw auto 6vw;
  position: relative;
}
#wrap #sec_02 .sec_02_brand .brand_box:nth-child(3) {
  margin: 12vw auto 5vw;
}
#wrap #sec_02 .sec_02_brand .brand_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e1d3d3;
  top: 104%;
  position: absolute;
}
#wrap #sec_02 .sec_02_brand .brand_box:last-child::after {
  display: none;
}
#wrap #sec_02 .sec_02_brand .brand_box .brand_name {
  font-size: 3.6vw;
  border-bottom: 1px solid #000;
  padding: 0 0 1.3vw.6vw;
  margin: 2vw auto 3vw;
  display: block;
  width: 67vw;
}
#wrap #sec_02 .sec_02_brand .brand_box .under {
  display: inline;
}
#wrap #sec_02 .sec_02_brand .brand_box .brand_list {
  font-size: 2.9vw;
  margin: 5vw auto 2vw;
  line-height: 1.6;
  letter-spacing: 0.1vw;
}
#wrap #sec_02 .sec_02_brand .brand_box .kome {
  color: #036eb8;
  font-size: 2.8vw;
  line-height: 1.6;
  padding: 0 3px;
  background-color: #fff;
}
#wrap #sec_02 .sec_02_brand a {
  line-height: 1.4;
  font-weight: 200;
}

/*--- #sec_03 ---*/
#wrap #sec_03 > div {
  font-size: 3.4vw;
  line-height: 1.7;
  text-align: left;
}
#wrap #sec_03 > div dl dt {
  position: relative;
  padding-left: 0.5vw;
  color: #036eb8;
}

#wrap #sec_03 > div dl dd {
  position: relative;
  padding-left: 6.6vw;
  color: #000;
}
#wrap #sec_03 > div dl dd:after {
  position: absolute;
  content: "A : ";
  top: 0;
  left: 0.6%;
  font-size: 3.4vw;
}
#wrap #sec_03 > div p {
  margin: 6% auto;
}
#wrap #sec_03 a {
  color: #036eb8;
  word-break: break-word;
}

/*--- #sec_04 ---*/
#wrap #sec_04 > div {
  font-size: 3.4vw;
  line-height: 1.7;
  text-align: left;
}
#wrap #sec_04 dl dt:first-child {
  margin-top: 0;
}
#wrap #sec_04 dl dd {
  position: relative;
  padding-left: 5.4%;
}
#wrap #sec_04 dl dd:after {
  position: absolute;
  display: block;
  content: "・";
  top: 0;
  left: 1%;
  font-size: 3.6vw;
}
#wrap #sec_04 dl dd.kome {
  margin-left: 4.4%;
}
#wrap #sec_04 dl dd.kome:after {
  content: "※";
}
#wrap #sec_04 dl .red {
  color: #ff0000;
}
#wrap #sec_04 dl .bold {
  font-weight: bold;
}
#wrap #sec_04 dl .indent {
  display: inline-block;
  width: 1em;
}

/*--- #sec_05 ---*/
#wrap #sec_05 .yokohama_btn {
  position: absolute;
  width: 71%;
  margin: 0 auto;
  bottom: 5%;
  left: 14.5%;
}

/*accordion
-----------------------------------------------------*/
#wrap .accordion label {
  background: #036eb8;
  cursor: pointer;
  display: block;
  padding: 4% 0 3.6%;
  color: #fff;
  font-size: 3.6vw;
  letter-spacing: 1.2px;
  position: relative;
}
#wrap #sec_03.accordion label {
  padding-right: 6%;
}
#wrap .accordion label > span {
  font-size: 3.4vw;
}
#wrap .accordion label > i.n1,
#wrap .accordion label > i.n2 {
  content: "";
  display: block;
  width: 4vw;
  height: 0.75vw;
  background: #fff;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
#wrap .accordion label > i.n1 {
  transform: translateY(-50%) rotate(90deg); /* 横棒を縦にするために90℃回転させる */
  transition: 0.5s; /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
}
#wrap .accordion label.active > i.n1 {
  transform: translateY(-50%) rotate(0);
  transition: 0.5s;
}
#wrap .accordion > div {
  background-color: #fff;
  padding: 4%;
  display: none;
}
#wrap .accordion > div dl {
  width: 100%;
  margin: 0 auto;
}
.anewloop_hiddenOnSp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .anewloop_hiddenOnSp {
    display: block !important;
  }
  .anewloop_hiddenOnPc {
    display: none !important;
  }
  /*pc*/

  * {
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  .noAdjust .content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  /*snsBtn
-----------------------------------------------------*/
  #sns_button {
    max-width: 980px;
    height: 25px;
    margin: 0 auto 10px;
    overflow: hidden;
    _zoom: 1;
  }
  #sns_button li {
    margin-right: 10px;
    float: right;
  }

  /*パンくず
-----------------------------------------------------*/
  .noAdjust .topicPath {
    padding: 8px 0 0;
    margin: 0 auto;
    max-width: 980px;
  }

  /*wrap
-----------------------------------------------------*/

  #wrap a:hover {
    opacity: 0.5;
  }
  #wrap .btn_sec_05 a:hover {
    opacity: 1;
  }

  /*--- clearfix ---*/
  #wrap .cf:after {
    content: "";
    display: block;
    clear: both;
  }

  #wrap {
    width: 100%;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pattern.png)
      repeat;
    font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ Pro W3",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: bold;
    padding: 30px 0 40px;
  }
  /*共通-------*/
  #wrap .en {
    font-family: "Montserrat", sans-serif;
    display: inline;
  }

  #wrap .main {
    max-width: 860px;
    margin: 27px auto 17px;
    position: relative;
  }
  #wrap .main .read ul {
    position: absolute;
    margin: -8px 0 0 0;
  }
  #wrap .main .read ul li:first-child {
    display: none;
  }
  #wrap .main .read ul li:nth-child(2),
  #wrap .main .read ul li:nth-child(3) {
    display: table;
  }
  #wrap .main .read ul li {
    color: #036eb8;
    background-color: #f6fbff;
    font-size: 16px;
    display: table;
    border: 1px solid #036eb8;
    padding: 4px 6px;
    margin: 7px 0;
    border-radius: 3px;
  }
  #wrap .main .read ul li .en {
    font-size: 28px;
  }
  #wrap .main .read ul li .sub {
    font-size: 20px;
  }
  #wrap .main h1 {
    width: 628px;
    height: 337px;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pc/main.png)
      no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 0;
  }
  #wrap .main h1 .comment {
    margin: 252px 0 0 122px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  #wrap .main h1 .comment span {
    display: block;
    border-bottom: 1px solid #4f81ba;
    padding-bottom: 3px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 7px 0;
  }
  #wrap .main .date {
    width: 180px;
    height: 180px;
    background-color: #036eb8;
    position: absolute;
    border-radius: 50%;
    margin: 161px 0px 0px 545px;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  #wrap .main .date .period {
    color: #036eb8;
    font-size: 10px;
    background-color: #fff;
    padding: 4px 7px;
    border-radius: 12px;
    margin: 14px 0;
  }
  #wrap .main .date .num {
    font-size: 34px;
    font-weight: bold;
    color: #fff441;
    margin: -2px 0 0 0;
    display: flex;
  }

  .time {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff441;
  margin: 0 0 0 0;
}

  #wrap .main .date .num .day {
    font-size: 13px;
    color: #036eb8;
    background-color: #fff441;
    padding: 3px;
    border-radius: 50%;
    margin: 13px 0 2px 4px;
    display: inline-block;
    width: auto;
    height: auto;
  }
  #wrap .main .date .note {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin: 5px 0;
  }
  #wrap .main .date .arrive {
    font-size: 12px;
    color: #036eb8;
    background-color: #fff;
    border-radius: 11px;
    padding: 2px 4px 4px 4px;
  }
  #wrap .main .sub_txt {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin: 23px 0 37px 0;
    letter-spacing: -0.01rem;
    font-weight: unset;
  }
  #wrap .main .sub_txt span {
    color: #036eb8;
    background-color: #fff;
    padding: 0 6px;
    margin: 0 3px;
  }
  #wrap .main .sub_txt .stuffing {
    margin: 0 0 0 -14px;
    display: inline;
  }
  #wrap .main .sub_txt .big {
    font-size: 22px;
  }
  /*about
-----------------------------------------------------*/
  #wrap .about {
    background-color: #f3faff;
    border-radius: 12px;
    max-width: 860px;
    height: auto;
    margin: 0 auto 50px;
    position: relative;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
  }
  #wrap .about .about_txt {
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pc/about_txt.png)
      center center / contain no-repeat;
    width: 563px;
    height: 280px;
    display: block;
  }
  #wrap .about .about_btn {
    width: 424px;
    height: 76px;
    position: relative;
    margin: 48px auto 0;
    border-radius: 30px;
  }
  #wrap .about .about_btn a::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 4%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #036eb8;
  }
  #wrap .about .about_btn img {
    width: 213px;
    margin: 0 23px 0 -25px;
  }
  #wrap .about .about_btn a {
    color: #036eb8;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #036eb8;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.about_flex {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.about_flex li {
  width: 390px;
  text-align: center;
  line-height: 1.9em;
}

.about_flex_btn {
  width: 780px;
  margin: 3% auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.about_flex_btn li {
  display: flex;
  flex-direction: column;
  width: 370px;
  text-align: center;
  line-height: 1.9em;
}

.about_flex_btn li a {
  display: block;
  padding: 18px 15px;
  text-decoration: none;
  border-radius: 13px;
  border: 2px solid #036eb8;
  font-size: 18px;
  line-height: 1.6em;
  background-color: #fff;
}


  #wrap .block {
    max-width: 860px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }
  #wrap .block + .block {
    margin: auto;
    margin-top: 26px;
  }
  #wrap #sec_01::after {
    content: "";
    position: absolute;
    top: 101%;
    left: 48%;
    border: 22px solid transparent;
    border-left: 18px solid #036eb8;
    transform: rotate(90deg);
  }
  #wrap .step01,
  #wrap .step02,
  #wrap .step03,
  #wrap .step04 {
    position: relative;
  }
  #wrap .step04 {
    padding: 0;
  }
  #wrap .step01::after {
    content: "";
    position: absolute;
    top: 105%;
    left: 48%;
    border: 22px solid transparent;
    border-left: 18px solid #036eb8;
    transform: rotate(90deg);
  }
  #wrap .step02::after {
    content: "";
    position: absolute;
    top: 93%;
    left: 48%;
    border: 22px solid transparent;
    border-left: 18px solid #036eb8;
    transform: rotate(90deg);
  }
  #wrap .step02 {
    padding: 7px 0 0 0;
  }
  #wrap .step03 {
    padding: 3px 0 30px 0;
    margin: 0 0 45px 0;
  }
  /*--- #sec_01 ---*/
  #wrap .step_box {
    display: flex;
    justify-content: flex-start;
    padding: 30px 30px 30px 27px;
    width: auto;
    flex-direction: row;
    align-items: stretch;
  }
  #wrap .step_box .step_left {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #wrap .step01 .step_left {
    width: auto;
    margin: 0;
    float: left;
    border-right: 2px solid #b7e2ff;
    border-left: 2px solid #b7e2ff;
    border-bottom: none;
    padding: 38px 23px;
    flex-shrink: 0;
  }
  #wrap .step02 .step_left {
    float: left;
    border-right: 2px solid #b7e2ff;
    border-left: 2px solid #b7e2ff;
    padding: 15px 26px;
    border-bottom: none;
    margin: 0;
    width: auto;
    flex-shrink: 0;
  }
  #wrap .step03 .step_left {
    float: left;
    border-right: 2px solid #b7e2ff;
    border-left: 2px solid #b7e2ff;
    padding: 10px 23px;
    border-bottom: none;
    margin: 0;
    width: auto;
    flex-shrink: 0;
  }
  #wrap .step04 .step_left {
    float: left;
    border-right: 2px solid #b7e2ff;
    border-left: 2px solid #b7e2ff;
    padding: 40px 23px;
    border-bottom: none;
    margin: 0;
    width: auto;
    flex-shrink: 0;
  }
  #wrap .step_left .step_ttl {
    font-size: 26px;
    align-items: baseline;
    display: inline-flex;
    font-weight: 400;
    margin: -2px 0 16px 0;
  }
  #wrap .step_left .step_ttl .num {
    font-size: 38px;
    margin: 0;
  }
  #wrap .step_left .step_subttl {
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: 1.2;
  }
  #wrap .step_right {
    margin: 0 0 0 45px;
    width: auto;
  }
  #wrap .step_right h3 {
    background-color: #005692;
    border-radius: 21px;
    font-size: 24px;
    color: #fff;
    padding: 8px 0;
    max-width: 483px;
    width: auto;
  }
  #wrap .step_right h3 span {
    color: #fff441;
  }
  #wrap .step_right .step_txt {
    font-size: 14px;
    text-align: left;
    padding: 20px 0 18px;
    display: block;
    margin: 0;
    line-height: normal;
  }
  #wrap .step01 .code {
    width: auto;
    max-width: 483px;
    border: 3px solid #000;
    display: inline-block;
  }
  #wrap .step01 .code .code_txt {
    color: #fff;
    font-size: 12px;
    background-color: #000;
    letter-spacing: -0.02em;
    padding: 4px 0px 10px 0px;
  }
  #wrap .step01 .code .code_box {
    margin: 12px 0 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #wrap .step01 .code .code_box span {
    font-size: 20px;
    padding-right: 28px;
    padding-bottom: 0;
  }
  #wrap .step01 .code .code_box p {
    font-size: 32px;
    color: #e60012;
  }
  #wrap .btn_step01 {
    width: 273px;
    height: 50px;
    position: relative;
    margin: 18px auto 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wrap .btn_step01 a {
    color: #036eb8;
    display: block;
    width: 100%;
    padding: 16px 0;
    text-decoration: none;
    border-radius: 30px;
    border: 2px solid #036eb8;
    font-size: 18px;
  }
  #wrap .btn_step01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #036eb8;
  }
  #wrap .ant {
    text-align: left;
    bottom: 24px;
    left: 245px;
    display: block;
  }

  #wrap .ant dd.kome {
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
    font-size: 12px;
  }
  #wrap .ant02 dd.kome:after {
    position: absolute;
    content: "※";
    top: 3px;
    left: 0;
  }
  #wrap .ant03 dd.kome:after {
    position: absolute;
    content: "※";
    top: 0px;
    left: 0;
  }
  #wrap .ant04 dd.kome:after {
    position: absolute;
    content: "※";
    top: 0px;
    left: 0;
  }
  #wrap .ant dd.kome span {
    font-size: 14px;
    background-color: #fff441;
    padding: 0 5px;
    margin: 0;
  }
  #wrap .step01 img {
    width: auto;
    margin: auto;
  }

  /*--- #sec_02 ---*/
  #wrap #sec_02 {
    max-width: 860px;
    margin: 30px auto;
    padding: 0 0 30px 0;
  }
  #wrap #sec_02 .sec_02_box {
    text-align: center;
    padding: 14px 0 10px;
  }
  #wrap #sec_02 .sec_02_box h2 {
    width: 300px;
    color: #231815;
    font-size: 18px;
    background: #b7e2ff;
    border-radius: 20px;
    margin: 20px auto 16px;
    padding: 12px 0;
    text-align: center;
  }
  #wrap #sec_02 .sec_02_box .gray {
    background: #f2f2f2;
  }
  #wrap #sec_02 .sec_02_box .item {
    font-size: 28px;
    border-bottom: 2px solid #000;
    padding: 0 0 10px;
    display: inline-block;
    margin: 10px 0 -1px 0;
    line-height: unset;
  }

  #wrap #sec_02 .sec_02_box .txt {
    font-size: 15px;
    margin: 16px auto 0;
    line-height: 1.4;
  }
  #wrap #sec_02 .sec_02_box a {
    font-size: 12px;
  }
  #wrap #sec_02 .txt_small {
    font-size: 12px;
    margin: 8px 0;
  }
  #wrap #sec_02 .sec_02_brand {
    width: auto;
    max-width: 810px;
    margin: 40px auto 0px;
    background: #fafafa;
    border: 2px #036eb8 solid;
    border-radius: 4px;
    text-align: center;
  }
  #wrap #sec_02 .sec_02_brand .ttl {
    background-color: #036eb8;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    margin: -2px 0 0 0;
    border-radius: 4px 4px 0 0;
  }
  #wrap #sec_02 .sec_02_brand .batsu {
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2406_ragtag/pc/brand_name_batsu.png)
      no-repeat center center;
    background-size: auto;
    background-color: #036eb8;
    background-position-x: 29%;
  }
  #wrap #sec_02 .sec_02_brand .flex {
    display: flex;
    justify-content: space-evenly;
  }
  #wrap #sec_02 .sec_02_brand .brand_box {
    display: inline-block;
    vertical-align: top;
    margin: 35px 20px;
    position: relative;
    flex: 1;
  }
  #wrap #sec_02 .sec_02_brand .brand_box::after {
    content: "";
    display: block;
    width: 2px;
    height: 290px;
    background-color: #e1d3d3;
    top: 0px;
    left: 106%;
    transform: translateX(-106%);
    position: absolute;
  }
  #wrap #sec_02 .sec_02_brand .brand_box:last-child::after {
    display: none;
  }
  #wrap #sec_02 .sec_02_brand .brand_box .brand_name {
    font-size: 18px;
    border-bottom: 2px solid #000;
    padding: 0 0 6px;
    display: block;
    width: auto;
    margin: auto;
  }
  #wrap #sec_02 .sec_02_brand .brand_box .under {
    display: inline;
  }
  #wrap #sec_02 .sec_02_brand .brand_box .brand_list {
    font-size: 15px;
    margin: 22px auto;
    line-height: 1.4;
    letter-spacing: normal;
  }
  #wrap #sec_02 .sec_02_brand .brand_box .kome {
    color: #036eb8;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 3px;
    background-color: #fff;
  }
  #wrap #sec_02 .sec_02_brand .brand_box a {
    color: #036eb8;
    font-size: 12px;
    text-decoration: underline;
    font-weight: unset;
  }
  /*--- #sec_03 ---*/
  #wrap #sec_03 > div {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  #wrap #sec_03 > div dl dt {
    color: #036eb8;
  }
  #wrap #sec_03 > div dl dd {
    position: relative;
    padding-left: 1.9em;
    color: #000;
    margin-left: -3px;
  }
  #wrap #sec_03 > div dl dd:after {
    position: absolute;
    content: "A : ";
    top: 0;
    left: 4px;
    font-size: 100%;
  }
  #wrap #sec_03 > div p {
    max-width: 730px;
    margin: 30px auto;
  }
  #wrap #sec_03 a {
    color: #036eb8;
  }

  /*--- #sec_04 ---*/
  #wrap #sec_04 > div {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  #wrap #sec_04 dl dt:first-child {
    margin-top: 0;
  }
  #wrap #sec_04 dl dd {
    position: relative;
    padding-left: 1.2em;
  }
  #wrap #sec_04 dl dd:after {
    position: absolute;
    display: block;
    content: "・";
    top: 0;
    left: 4px;
    font-size: unset;
  }
  #wrap #sec_04 dl dd.kome {
    margin-left: 12px;
  }
  #wrap #sec_04 dl dd.kome:after {
    content: "※";
  }
  #wrap #sec_04 dl .red {
    color: #ff0000;
  }
  #wrap #sec_04 dl .bold {
    font-weight: bold;
  }
  #wrap #sec_04 dl .indent {
    display: inline-block;
    width: 1em;
  }

  /*accordion
-----------------------------------------------------*/
  #wrap .accordion label {
    background: #036eb8;
    cursor: pointer;
    word-wrap: break-word;
    display: block;
    padding: 16px 0 12px;
    color: #fff;
    font-size: 22px;
    position: relative;
    margin: 0 auto 0;
  }
  #wrap #sec_03.accordion label {
    padding-right: 0;
  }
  #wrap .accordion label > span {
    font-size: 20px;
    vertical-align: middle;
  }
  #wrap .accordion label > i.n1,
  #wrap .accordion label > i.n2 {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #wrap .accordion label > i.n1 {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  #wrap .accordion label.active > i.n1 {
    transform: translateY(-50%) rotate(0);
    transition: 0.5s;
  }
  #wrap .accordion > div {
    word-wrap: break-word;
    background-color: #fff;
    padding: 30px 23px 25px;
    display: none;
  }
  #wrap .accordion > div dl {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  #wrap .step_right h3,
  #wrap .step01 .code {
    width: 483px;
  }
}
