@charset "UTF-8";
/* Scss Document */
.about_head {
  font: 5.6rem/1.9em 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #595757;
  margin: 0 auto 130px; }

@media (max-width: 1280px) {
  .about_head {
    font: 5.6rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #595757;
    margin: 0 auto 80px; }
    .about_head br {
      display: none; }
    .about_head span {
      display: block; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .about_head {
    font: 5rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .about_head {
    font: 6.5vw/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto 50px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about_head {
    font: 6.5vw/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 auto 30px; } }
/*max-width:480px*/
/****************************************************************/
.graph {
  width: calc(100% - 200px);
  margin: 0 auto; }

@media (max-width: 1400px) {
  .graph {
    width: calc(100% - 100px);
    margin: 0 20px 0 auto; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .graph {
    width: calc(100% - 40px);
    margin: 0 auto; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/****************************************************************/
.about_100 p.head,
.about_list p.head {
  color: #e6a244;
  font: 3.8rem/1.0em 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0; }
  .about_100 p.head small,
  .about_list p.head small {
    color: #595757;
    font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 auto 13px; }
  .about_100 p.head sup,
  .about_list p.head sup {
    font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
.about_100 .btm_txt,
.about_list .btm_txt {
  width: calc(100% - 40px);
  max-width: 360px;
  font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 20px auto 0; }

.about_list {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .about_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    border-radius: 20px;
    background-color: #efefef;
    margin: 0 0 60px;
    text-align: center;
    width: calc((100% - 60px)/3);
    max-width: 380px;
    padding: 20px 0; }
    .about_list li div:nth-of-type(1) {
      margin: 0 auto 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: center; }
  .about_list .kome {
    font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 1.5rem;
    text-align: left;
    width: fit-content;
    margin: 0 auto 10px; }
    .about_list .kome:before {
      content: "※";
      position: absolute;
      left: 0;
      color: #e6a244; }
  .about_list .taR {
    font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: right !important;
    display: block;
    width: calc(100% - 40px);
    max-width: 360px;
    margin: 5px auto 0; }

.about_100 {
  padding: 30px 20px;
  background-color: #efefef;
  justify-content: flex-end;
  border-radius: 20px;
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .about_100 li:nth-of-type(1) {
    width: 333px;
    padding: 30px 0; }
  .about_100 li:nth-of-type(2) {
    width: calc(100% - 360px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .about_100 li:nth-of-type(2) img {
      width: calc(100%/2); }
  .about_100 .w100 {
    width: 100%;
    text-align: right;
    margin: 20px 10px 0;
    font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 400; }

@media (max-width: 1400px) {
  .about_100 p.head,
  .about_list p.head {
    color: #e6a244;
    font: 3.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0; }
    .about_100 p.head small,
    .about_list p.head small {
      color: #595757;
      font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 auto 13px; }
    .about_100 p.head sup,
    .about_list p.head sup {
      font: 2.1rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .about_100 .btm_txt,
  .about_list .btm_txt {
    width: calc(100% - 40px);
    max-width: 360px;
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 20px auto 0; } }
@media (max-width: 1280px) {
  .about_100 p.head,
  .about_list p.head {
    color: #e6a244;
    font: 3.3rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0; }
    .about_100 p.head small,
    .about_list p.head small {
      color: #595757;
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 auto 13px; }
    .about_100 p.head sup,
    .about_list p.head sup {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .about_100 .btm_txt,
  .about_list .btm_txt {
    width: calc(100% - 40px);
    max-width: 360px;
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 20px auto 0; }

  .about_list {
    max-width: 1000px;
    width: 100%;
    position: relative; }
    .about_list:before {
      position: absolute;
      content: "";
      display: block;
      width: calc((100% - 60px)/2);
      max-width: 290px;
      height: 350px;
      background: url("../images/404/mama.svg") center bottom -40px no-repeat;
      background-size: contain;
      bottom: 60px;
      right: 9%; }
    .about_list li {
      /*display:-webkit-box;
      display:-ms-flexbox;
      display: -webkit-flex;
      display:flex;
      flex-direction:column;
      flex-wrap: wrap;
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      -webkit-justify-content:flex-start;
      justify-content:flex-start;
      align-items: center;
      border-radius: 20px;
      background-color: #efefef;
      margin: 0 0 60px;
      text-align: center;*/
      width: calc((100% - 60px)/2);
      max-width: 480px;
      padding: 20px 0; }
      .about_list li div:nth-of-type(1) {
        margin: 0 auto 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center; }
    .about_list .kome {
      font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      position: relative;
      padding: 0 0 0 1.5rem;
      text-align: left;
      width: fit-content;
      margin: 0 auto 10px; }
      .about_list .kome:before {
        content: "※";
        position: absolute;
        left: 0;
        color: #e6a244; }

  .about_100 {
    padding: 30px 20px;
    background-color: #efefef;
    justify-content: flex-end;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .about_100 li:nth-of-type(1) {
      width: 333px;
      padding: 30px 0; }
    .about_100 li:nth-of-type(2) {
      width: calc(100% - 360px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
      .about_100 li:nth-of-type(2) img {
        width: 100%;
        max-width: 380px;
        display: block;
        margin: 10px 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .about_100 p.head,
  .about_list p.head {
    color: #e6a244;
    font: 3.8rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0; }
    .about_100 p.head small,
    .about_list p.head small {
      color: #595757;
      font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 auto 13px; }
    .about_100 p.head sup,
    .about_list p.head sup {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .about_100 .btm_txt,
  .about_list .btm_txt {
    width: 100%;
    max-width: 360px;
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 20px auto 0; }
  .about_100 .taR,
  .about_list .taR {
    font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: right !important;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 5px auto 0; }

  .about_list {
    max-width: 1000px;
    width: 100%; }
    .about_list:before {
      display: none; }
    .about_list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center;
      border-radius: 20px;
      background-color: #efefef;
      margin: 0 auto 40px;
      text-align: center;
      width: 100%;
      max-width: 488px;
      padding: 20px 0; }
      .about_list li div:nth-of-type(1) {
        margin: 0 auto 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center; }

  .about_100 {
    padding: 30px 20px;
    background-color: #efefef;
    justify-content: flex-end;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 200px;
    display: block; }
    .about_100 li:nth-of-type(1) {
      max-width: 480px;
      padding: 30px 0;
      margin: 0 auto; }
    .about_100 li:nth-of-type(2) {
      width: 100%;
      display: block; }
      .about_100 li:nth-of-type(2) img {
        width: 100%;
        max-width: 380px;
        display: block;
        margin: 10px 0; }
    .about_100 .w100 {
      width: 100%;
      max-width: 360px;
      text-align: right;
      margin: 20px auto 0;
      font: 1.3rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 400; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .about_100 p.head,
  .about_list p.head {
    color: #e6a244;
    font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0; }
    .about_100 p.head small,
    .about_list p.head small {
      color: #595757;
      font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 auto 13px; }
    .about_100 p.head sup,
    .about_list p.head sup {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .about_100 .btm_txt,
  .about_list .btm_txt {
    width: calc(100% - 40px);
    max-width: 360px;
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 20px auto 0; }

  .about_100 li:nth-of-type(1) {
    max-width: 480px;
    width: 100%;
    padding: 30px 0 40px;
    margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about_100 p.head,
  .about_list p.head {
    font: 2.5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .about_100 p.head small,
    .about_list p.head small {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 auto 10px; }
    .about_100 p.head sup,
    .about_list p.head sup {
      font: 2.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .about_100 .btm_txt,
  .about_list .btm_txt {
    width: 100%;
    max-width: 360px;
    font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 20px auto 0; }

  .about_list li {
    padding: 30px 20px;
    margin: 0 auto 20px; }
    .about_list li div:nth-of-type(1) {
      height: auto;
      margin: 0 auto 20px; }
      .about_list li div:nth-of-type(1) img {
        width: 80%; }

  .about_100 {
    padding: 30px 20px;
    background-color: #efefef;
    justify-content: flex-end;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 50px;
    display: block; }
    .about_100 li:nth-of-type(1) {
      max-width: 480px;
      width: 100%;
      padding: 0 0 20px;
      margin: 0 auto; } }
/*max-width:480px*/
/****************************************************************/
.btm {
  background-color: #fcc800;
  padding: 90px 0 100px; }

.btm_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 200px);
  max-width: 1280px;
  margin: 0 auto; }
  .btm_flex div {
    counter-reset: hoge;
    width: calc((100% - 20px)/2);
    padding: 50px 0 30px;
    max-width: 590px;
    background-color: #fff;
    border: solid 7px #000; }
    .btm_flex div li {
      margin: 0 0 10px;
      padding: 0 0 0 2.2rem;
      position: relative;
      font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .btm_flex div li:before {
        position: absolute;
        counter-increment: hoge;
        content: counter(hoge) ". ";
        left: 0; }
      .btm_flex div li.keta {
        padding: 0 0 0 2.5rem; }
  .btm_flex .left ul {
    max-width: 472px;
    width: calc(100% - 20px);
    margin: 0 auto; }
  .btm_flex .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 535px; }
    .btm_flex .right dl.good {
      border-bottom: 2px dotted #000;
      padding: 0 0 10px;
      margin-bottom: 15px; }
      .btm_flex .right dl.good dt:before {
        background: url("../images/about_us/icon-hand-01.svg") center center no-repeat;
        background-size: contain; }
    .btm_flex .right dl.bad dt:before {
      background: url("../images/about_us/icon-hand-02.svg") center center no-repeat;
      background-size: contain; }
  .btm_flex .right dt {
    width: 90px;
    font: 2.2rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 45px 0 0; }
    .btm_flex .right dt:before {
      position: absolute;
      content: "";
      display: block;
      width: 43px;
      height: 41px;
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%); }
  .btm_flex .right dd {
    width: calc(100% - 120px); }
  .btm_flex h3 {
    font: 4.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #fcc800;
    margin: 0 0 50px; }
    .btm_flex h3 span {
      font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #000;
      display: block;
      margin: 0 auto 25px; }

@media (max-width: 1280px) {
  .btm_flex {
    width: calc(100% - 120px);
    max-width: 1280px;
    margin: 0 20px 0 auto; }
    .btm_flex div {
      counter-reset: hoge;
      width: calc((100% - 20px)/2);
      padding: 50px 0 30px;
      max-width: 590px; }
      .btm_flex div li {
        margin: 0 0 10px;
        padding: 0 0 0 2.2rem;
        position: relative;
        font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
        .btm_flex div li:before {
          position: absolute;
          counter-increment: hoge;
          content: counter(hoge) ". ";
          left: 0; }
        .btm_flex div li.keta {
          padding: 0 0 0 2.5rem; }
    .btm_flex .left ul {
      max-width: 472px;
      width: calc(100% - 40px);
      margin: 0 auto; }
    .btm_flex .right dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      width: calc(100% - 40px);
      margin: 0 auto;
      max-width: 535px; }
      .btm_flex .right dl.good {
        padding: 0 0 10px;
        margin-bottom: 15px; }
      .btm_flex .right dl.bad {
        margin: 25px auto 0; }
    .btm_flex .right dt {
      width: 100%;
      font: 2.2rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      position: relative;
      padding: 45px 0 25px; }
      .btm_flex .right dt:before {
        position: absolute;
        content: "";
        display: block;
        width: 43px;
        height: 41px;
        top: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0%); }
      .btm_flex .right dt br {
        display: none; }
    .btm_flex .right dd {
      width: 100%; }
    .btm_flex h3 {
      font: 3.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fcc800;
      margin: 0 0 50px; }
      .btm_flex h3 span {
        font: 2.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #000;
        display: block;
        margin: 0 auto 25px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .btm_flex {
    display: block;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto; }
    .btm_flex div {
      counter-reset: hoge;
      width: 100%;
      padding: 50px 0 50px;
      max-width: 480px;
      margin: 0 auto; }
      .btm_flex div li {
        margin: 0 0 10px;
        padding: 0 0 0 2.2rem;
        position: relative;
        font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
    .btm_flex .left {
      margin: 0 auto 30px; }
      .btm_flex .left ul {
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0 auto; }
    .btm_flex .right dl {
      display: blockr;
      width: calc(100% - 40px);
      margin: 0 auto;
      max-width: 500px; }
      .btm_flex .right dl.good {
        border-bottom: 2px dotted #000;
        padding: 0 0 30px;
        margin-bottom: 15px; }
      .btm_flex .right dl.bad {
        margin: 25px auto 0; }
    .btm_flex .right dt {
      font: 2.2rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: left;
      position: relative;
      padding: 0 0 0 55px;
      width: fit-content;
      margin: 0 auto 20px; }
      .btm_flex .right dt:before {
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
      .btm_flex .right dt br {
        display: block; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .btm {
    padding: 50px 0 50px; }

  .btm_flex {
    display: block;
    width: calc(100% - 30px);
    max-width: 1280px;
    margin: 0 auto; }
    .btm_flex div {
      width: 100%;
      padding: 50px 0 30px; }
      .btm_flex div li {
        margin: 0 0 10px;
        padding: 0 0 0 2.0rem;
        position: relative;
        font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
        .btm_flex div li.keta {
          padding: 0 0 0 2.5rem; }
    .btm_flex .right dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      max-width: 535px; }
      .btm_flex .right dl.good {
        border-bottom: 2px dotted #000;
        padding: 0 0 10px;
        margin-bottom: 15px; }
    .btm_flex .right dt {
      font: 1.8rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 0 0 0 45px; }
      .btm_flex .right dt:before {
        width: 38px;
        height: 35px; }
    .btm_flex h3 {
      font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      color: #fcc800;
      margin: 0 0 30px; }
      .btm_flex h3 span {
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 auto 13px; } }
/*max-width:480px*/
