.f-step {
  width: 100%;
  padding: 80px 0;
  background: #FFF2D9;
}

.f-step .layout1 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.f-step .layout2 {
  position: relative;
}

.f-step__title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .f-step__title {
    font-size: 32px;
  }
}

.f-step__text {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .f-step__text {
    font-size: 16px;
  }
}

.f-flow {
  padding: 0 0 80px 0;
}

.f-flow ol, .f-flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.f-flow__ContentsTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-flow__mainTitle {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3;
}

@media screen and (min-width: 960px) {
  .f-flow__mainTitle {
    font-size: 24px;
  }
}

.f-flow__subTitle {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .f-flow__subTitle {
    font-size: 16px;
  }
}

.m-news {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 32px;
  padding-top: 40px;
}

.m-news__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 8px 0;
  margin: 0;
  letter-spacing: 3px;
  border-radius: 12px 12px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #624334;
}

@media screen and (min-width: 960px) {
  .m-news__title {
    font-size: 24px;
  }
}

.m-news__layout1 {
  background: #FFFFFF;
  padding: 16px;
  border-radius: 0 0 12px 12px;
}

@media screen and (min-width: 960px) {
  .m-news__layout1 {
    padding: 24px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 960px) {
  .m-news__layout2 {
    width: calc( 50% - 24px);
  }
}

.m-news__layout2--nonTopics {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.m-news .b-topics {
  padding-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .m-news .b-topics {
    padding-bottom: 0;
    width: calc( 50% - 24px);
  }
}

.m-news .b-topics .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #C7B299;
}

@media screen and (min-width: 960px) {
  .m-news .b-topics .title {
    font-size: 22px;
  }
}

.m-news .b-topics .description {
  line-height: 1.3;
  text-align: justify;
}

.m-news .b-topics .text {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .m-news .b-topics .text {
    font-size: 15px;
  }
}

.m-news .b-topics .date {
  display: block;
  padding-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #D01F3C;
}

@media screen and (min-width: 960px) {
  .m-news .b-topics .date {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .m-news .b-topics .date {
    padding-top: 16px;
  }
}

.m-news .b-infoLabel {
  position: relative;
  border-radius: 8px;
  padding: 24px 16px 8px 16px;
  margin-top: 16px;
}

.m-news .b-infoLabel:not(:last-child) {
  margin-top: 20px;
  margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
  .m-news .b-infoLabel {
    padding-top: 32px;
  }
  .m-news .b-infoLabel:not(:last-child) {
    margin-bottom: 48px;
  }
}

.m-news .b-infoLabel .title {
  position: absolute;
  top: -16px;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  margin: 0;
  padding: 2px 16px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #624334;
  background: #FFF2D9;
}

@media screen and (min-width: 960px) {
  .m-news .b-infoLabel .title {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .m-news .b-infoLabel .title {
    top: -20px;
    width: 136px;
    height: 40px;
  }
}

.m-news .b-infoLabel .title::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #C7B299;
}

.m-news .b-infoLabel .text {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
}

@media screen and (min-width: 960px) {
  .m-news .b-infoLabel .text {
    font-size: 15px;
  }
}

.m-news .b-infoLabel--products {
  color: #624334;
  background: #FFF2D9;
}

.m-news .b-infoLabel--products .title {
  letter-spacing: 3px;
  background: #FFF2D9;
}

.m-news .b-infoLabel--products .title::before {
  background: #C7B299;
}

.m-news .b-infoLabel--closed {
  color: #222222;
  background: #cbffce;
}

.m-news .b-infoLabel--closed .title {
  letter-spacing: 1px;
  color: #222222;
  background: #cbffce;
}

.m-news .b-infoLabel--closed .title::before {
  background: #00954c;
}

.m-news .m-news__layout2--nonTopics {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .m-news .m-news__layout2--nonTopics {
    flex-direction: row;
  }
}

.m-news .m-news__layout2--nonTopics .b-infoLabel:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (min-width: 960px) {
  .m-news .m-news__layout2--nonTopics .b-infoLabel:not(:last-child) {
    margin-bottom: 0;
  }
}

.m-announceCard {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 0;
  box-sizing: border-box;
}

@media screen and (min-width: 680px) {
  .m-announceCard {
    width: calc( 50% - 8px);
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .m-announceCard {
    width: calc( 50% - 24px);
    padding: 20px 0 0;
  }
}

.m-announceCard__layout {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 680px) {
  .m-announceCard__layout {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 90%;
  }
}

@media screen and (min-width: 960px) {
  .m-announceCard__layout {
    max-width: 960px;
  }
}

.m-announceCard .layout1 {
  position: relative;
  width: 100%;
  padding: 56px 16px 16px;
  border-radius: 12px;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  background: #FFFFFF;
}

.m-announceCard .layout1::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc( 100% - 96px);
  height: 40px;
  border-radius: 24px;
  background: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .m-announceCard .layout1::before {
    top: -20px;
    height: 48px;
  }
}

@media screen and (min-width: 680px) {
  .m-announceCard .layout1 {
    min-height: 200px;
  }
}

@media screen and (min-width: 960px) {
  .m-announceCard .layout1 {
    padding: 64px 24px 24px;
  }
}

.m-announceCard .title {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.m-announceCard .title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4px;
  width: 70%;
  height: 1px;
  background: #ddd;
}

@media screen and (min-width: 960px) {
  .m-announceCard .title {
    top: -8px;
    font-size: 24px;
  }
}

.m-announceCard .layout2 {
  margin: 0;
  padding: 0 0 16px 0;
}

.m-announceCard .text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.m-announceCard .jump {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background: #10B900;
}

@media screen and (max-width: 360px) {
  .m-announceCard .jump {
    font-size: 12px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 680px) {
  .m-announceCard .jump {
    font-size: 13px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 960px) {
  .m-announceCard .jump {
    font-size: 14px;
    max-width: 100%;
    transition: .3s;
  }
  .m-announceCard .jump:hover {
    opacity: .5;
  }
}

.m-announceCard .jump::before, .m-announceCard .jump::after {
  content: '';
  position: absolute;
  top: 14px;
  width: 8px;
  height: 2px;
  background: #FFFFFF;
}

.m-announceCard .jump::before {
  right: 12px;
  transform: rotate(-40deg);
}

.m-announceCard .jump::after {
  right: 17px;
  transform: rotate(40deg);
}

.announce--remote {
  padding-bottom: 32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .announce--remote {
    margin-bottom: 0;
  }
}

.announce--remote .layout1 {
  position: relative;
  padding-left: 124px;
}

@media screen and (max-width: 360px) {
  .announce--remote .layout1 {
    padding-left: 112px;
  }
}

@media screen and (min-width: 960px) {
  .announce--remote .layout1 {
    padding-left: 172px;
  }
}

.announce--remote .layout1::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  width: 88px;
  height: 96px;
  background: url(../svg/remote.svg) center/100% no-repeat;
}

@media screen and (min-width: 960px) {
  .announce--remote .layout1::after {
    width: 136px;
    height: 120px;
    bottom: 24px;
  }
}

.announce--remote .layout2 {
  padding-bottom: 16px;
}

@media screen and (min-width: 960px) {
  .announce--remote .text {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) {
  .announce--corona .layout1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.announce--corona .image {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .announce--corona .image {
    width: 50%;
  }
}

.announce--corona .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .announce--corona .text {
    width: calc( 50% - 24px);
    margin: 0;
    font-size: 16px;
  }
}

.b-stepLabel {
  position: relative;
  display: block;
  padding: 16px 16px 16px 48px;
  margin-top: 24px;
  border-radius: 8px;
  background: #C7B299;
}

.b-stepLabel::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background: #624334;
}

.b-stepLabel:nth-child(1)::before {
  content: '1';
}

.b-stepLabel:nth-child(2)::before {
  content: '2';
}

.b-stepLabel:nth-child(3)::before {
  content: '3';
}

.b-stepLabel:nth-child(4)::before {
  content: '4';
}

.b-stepLabel:nth-child(5)::before {
  content: '5';
}

.b-stepLabel:nth-child(6)::before {
  content: '6';
}

.b-stepLabel:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 8px #624334;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-bottom: solid 0 transparent;
}

.b-stepLabel .link {
  text-decoration: underline;
  color: blue;
}

.b-flowLabel {
  position: relative;
  width: 100%;
  padding: 24px 16px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFF2D9;
}

.b-flowLabel::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #624334;
  border-radius: 16px 8px 0 16px;
}

@media screen and (min-width: 960px) {
  .b-flowLabel::before {
    font-size: 16px;
  }
}

.b-flowLabel:nth-child(1)::before {
  content: 'STEP 1';
}

.b-flowLabel:nth-child(2)::before {
  content: 'STEP 2-1';
}

.b-flowLabel:nth-child(3)::before {
  content: 'STEP 2-2';
}

.b-flowLabel:nth-child(4)::before {
  content: 'STEP 3';
}

.b-flowLabel:nth-child(5)::before {
  content: 'STEP 4';
}

.b-flowLabel:nth-child(6)::before {
  content: 'STEP 5';
}

.b-flowLabel .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .title {
    font-size: 20px;
  }
}

.b-flowLabel .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .text {
    font-size: 16px;
  }
}

.b-flowLabel .notice {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .notice {
    font-size: 14px;
  }
}

.b-flowLabel .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.b-flowLabel .imgBox {
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .imgBox {
    width: calc( ( 100% - 32px ) / 3);
  }
}

.b-flowLabel .imgBox__img {
  width: 100%;
  vertical-align: bottom;
}

.b-flowLabel .imgBox:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .imgBox:not(:last-child) {
    margin-bottom: 0;
  }
}

.b-flowLabel .pay__title {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 40px;
  color: #FFFFFF;
  background: #10B900;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .pay__title {
    font-size: 18px;
  }
}

.b-flowLabel .pay__item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .b-flowLabel .pay__item {
    font-size: 16px;
  }
}

.b-flowLabel .pay__card {
  display: flex;
}

.b-flowLabel .pay__cardItem {
  width: 32px;
  height: auto;
}

.b-flowLabel .pay__cardItem:not(:last-child) {
  margin-right: 8px;
}

.b-flowLabel .pay__img {
  width: 100%;
  vertical-align: bottom;
}

.b-flowLabel:not(:last-child) {
  margin-bottom: 24px;
}
/*# sourceMappingURL=style.css.map */