.small_1253061 p,ul,li {
  margin: 0;
  box-sizing: border-box;
}

.sup{
  font-size: 50%;
}

@media screen and (min-width: 769px) {
  .mvArea {
    text-align: center;
    margin-bottom: 34px;
  }

  .mvArea .myArea__img img {
    width: 100%;
  }

  .myArea__main {
    position: relative;
  }

  .myArea__subtitle {
    position: absolute;
    font-size: 24px;
    top: 20%;
    left: 6%;
  }

  .myArea__title {
    position: absolute;
    font-size: 38px;
    top: 35%;
    left: 6%;
  }

  .myArea__note {
    position: absolute;
    font-size: 10px;
    top: 48%;
    left: 6%;
  }

  .myArea__new {
    position: absolute;
    top: 11%;
    right: 29%;
    width: 74px;
    height: 74px;
    background-color: #231815;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  p.mvArea__txt {
    margin-top: 58px;
    font-size: 32px;
    position: relative;
    display: inline-block;
  }

  .mvArea__txt:after {
    content: "";
    background: #fbece6;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
  }

  .sec {
    text-align: center;
  }

  .sec h2 {
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .sec h2 span {
    color: #ec9e80;
    font-size: 32px;
  }

  .sec__block {
    display: flex;
    width: 840px;
    margin: 50px auto 0;
  }

  .sec__block .sec__col {
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
  }

  .sec__block .sec__col p {
    margin-top: 18px;
    line-height: 1.5;
  }

  .sec__block .sec__col img {
    width: 100%;
  }

  .sec02 {
    margin-top: 60px;
  }

  .sec02 .sec__block {
    background: url("/contents/small/1253061/images/img-icon-arrow.png") no-repeat top 50px center;
    width: 440px;
  }

  .secIdea {
    width: 740px;
    margin: 110px auto 0;
    text-align: center;
  }

  .secIdea__subtitle {
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }

  .secIdea__title {
    text-align: center;
    font-size: 32px;
    position: relative;
    display: inline-block;
  }

  .secIdea__title:after {
    content: "";
    background: #fbece6;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
  }

  .secIdea__content {
    display: flex;
    text-align: left;
    margin-top: 30px;
  }

  .secIdea__col:first-child {
    width: 380px;
  }

  .secIdea__col {
    display: flex;
    padding: 0 2px;
    align-items: center;
  }

  .secIdea__comments {
    margin-top: 12px;
    font-size: 10px;
    display: block;
  }

  .secIdea__img {
    width: 50%;
    text-align: center;
  }

  .secIdea__img p {
    min-height: 50.4px;
    line-height: 1.5;
  }

  .secIdea__img img {
    margin: 0 8px 10px;
  }

  .commitment {
    background: #fdf5f2;
    box-sizing: border-box;
    padding: 70px;
    text-align: center;
    margin: 90px auto;
    max-width: 880px;
  }

  .commitment__title {
    display: inline-block;
    font-size: 32px;
    border-bottom: 1px solid #231815;
    padding-left: 10px;
    padding-right: 10px;
  }

  p.commitment__notes {
    font-size: 24px;
    margin-top: 30px;
  }

  .commitment__notes span {
    font-size: 32px;
    font-weight: bold;
  }

  .commitment__row {
    display: flex;
    margin: 40px auto 0;
    max-width: 720px;
  }

  .commitment__row .commitment__col {
    align-items: center;
    padding: 0 20px;
    text-align: left;
    display: flex;
  }

  .commitment__row .commitment__col:first-child {
    width: 260px;
    flex: none;
  }

  .commitment__row .commitment__col .commitment__img {
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
  }

  .commitment__row .commitment__col .commitment__img img {
    margin-bottom: 12px;
  }

  .commitment__row .commitment__col:last-child {
    background: url("/contents/small/1253061/images/img-icon-arrow.png") no-repeat top 60px center;
  }

  ul.commitment__comments {
    margin: 30px auto 0;
    max-width: 640px;
  }

  .commitment__comments li {
    margin-top: 18px;
  }

  .commitment__comments li span {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    max-width: 400px;
  }

  .commitment__comments li:first-child {
    text-align: left;
  }

  .commitment__comments li:last-child {
    text-align: right;
  }

  .commitment__comments li:first-child span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
  }

  .commitment__comments li:first-child span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 14px solid #e0e0e0;
    z-index: 1;
  }

  .commitment__comments li:last-child span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 2;
  }

  .commitment__comments li:last-child span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 14px solid #e0e0e0;
    z-index: 1;
  }

  .linkTxt {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 769px) {
  .mvArea {
    text-align: center;
    margin-bottom: 34px;
  }

  .mvArea .myArea__img img {
    width: 100%;
  }

  .myArea__main {
    position: relative;
  }

  .myArea__subtitle {
    position: absolute;
    font-size: 16px;
    bottom: 21%;
    left: 8%;
    letter-spacing: -.05em;
  }

  .myArea__title {
    position: absolute;
    font-size: 26px;
    bottom: 10%;
    left: 8%;
    letter-spacing: -.05em;
  }

  .myArea__note {
    position: absolute;
    font-size: 10px;
    bottom: 5%;
    left: 8%;
  }

  .myArea__new {
    position: absolute;
    top: 10%;
    left: 9%;
    font-size: 14px;
    width: 48px;
    height: 48px;
    background-color: #231815;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  p.mvArea__txt {
    margin-top: 40px;
  }

  .mvArea__txt span {
    font-size: 20px;
    position: relative;
    display: inline-block;
  }

  .mvArea__txt span:after {
    content: "";
    background: #fbece6;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
  }

  .sec {
    text-align: center;
    padding: 0 20px;
  }

  .sec p:first-child {
    margin-bottom: 10px;
  }

  .sec p:first-child img {
    width: 24px;
    height: auto;
  }

  .sec h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sec h2 span {
    color: #ec9e80;
    font-size: 20px;
  }

  .sec__txt {
    text-align: left;
  }

  .sec__txt br {
    display: none;
  }

  .sec__block {
    width: 100%;
  }

  .sec__block .sec__col {
    box-sizing: border-box;
    margin-top: 30px;
  }

  .sec__block .sec__col p {
    margin-top: 10px;
    line-height: 1.5;
  }

  .sec02 {
    margin-top: 60px;
  }

  .sec02 .sec__block {
    background: url("/contents/small/1253061/images/img-icon-arrow.png") no-repeat top 48% center;
    display: flex;
    margin: 0 -20px;
    width: auto;
  }

  .sec02 .sec__block .sec__col {
    width: 50%;
    padding: 0 20px;
  }

  .sec02 .sec__block .sec__col img {
    margin-bottom: 6px;
  }

  .secIdea {
    margin: 64px auto 0;
    text-align: center;
  }

  .secIdea__subtitle {
    text-align: center;
    font-size: 14px;
  }

  .secIdea__title span {
    text-align: center;
    font-size: 20px;
    position: relative;
    display: inline-block;
  }

  .secIdea__title span:after {
    content: "";
    background: #fbece6;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
  }

  .secIdea__content {
    text-align: left;
  }

  .secIdea__col {
    display: flex;
    padding: 0 18px;
    align-items: center;
    margin-top: 15px;
  }

  .secIdea__comments {
    margin-top: 12px;
    font-size: 10px;
    display: block;
  }

  .secIdea__img {
    width: 50%;
    text-align: center;
  }

  .secIdea__img p {
    min-height: 50.4px;
    line-height: 1.5;
  }

  .secIdea__img img {
    width: 80%;
    margin: 0 0 10px;
  }

  .commitment {
    background: #fdf5f2;
    box-sizing: border-box;
    padding: 60px 20px;
    text-align: center;
    margin: 50px auto;
  }

  .commitment__title {
    display: inline-block;
    font-size: 20px;
    border-bottom: 1px solid #231815;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: -.1em;
    white-space: nowrap;
  }

  p.commitment__notes {
    font-size: 14px;
    margin-top: 20px;
  }

  .commitment__notes span {
    font-size: 20px;
    font-weight: bold;
  }

  .commitment__row {
    margin: 0 auto;
  }

  .commitment__row .commitment__col {
    align-items: center;
    padding: 0;
    text-align: left;
    display: flex;
    margin-top: 10px;
  }

  .commitment__row .commitment__col:first-child br {
    display: none;
  }

  .commitment__row .commitment__col:last-child {
    margin: 30px -20px 0;
    padding: 0;
  }

  .commitment__row .commitment__col .commitment__img {
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    width: 50%;
    box-sizing: border-box;
    flex: none;
  }

  .commitment__row .commitment__col .commitment__img img {
    margin-bottom: 12px;
  }

  .commitment__row .commitment__col .commitment__img p {
    letter-spacing: -.1em;
  }

  .commitment__row .commitment__col .commitment__img:last-child p {
    margin-left: -1em;
  }

  .commitment__row .commitment__col:last-child {
    background: url("/contents/small/1253061/images/img-icon-arrow.png") no-repeat top 50px center;
  }

  ul.commitment__comments {
    margin: 30px 10px 0;
  }

  .commitment__comments li {
    margin-top: 18px;
  }

  .commitment__comments li span {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    max-width: 400px;
    text-align: left;
  }

  .commitment__comments li:first-child span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
  }

  .commitment__comments li:first-child span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 14px solid #e0e0e0;
    z-index: 1;
  }

  .commitment__comments li:last-child span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 2;
  }

  .commitment__comments li:last-child span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 14px solid #e0e0e0;
    z-index: 1;
  }

  .linkTxt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
  }

  .linkTxt + .txt--center {
    margin: 0 20px;
  }

}
