@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
.cmn-kv-ttl__sub {
  font-size: 18px; }

.cmn-kv-ttl__sub_02 {
  font-size: 16px; }

.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-nots {
  font-family: 'Noto Serif JP', sans-serif; }

.font-lato {
  font-family: 'Lato', sans-serif; }

.pc {
  display: block; }

.sp {
  display: none; }

#infog {
  background: #d3edfb;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #fff; }
  #infog .graph_w {
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100%); }
    #infog .graph_w.scrollin {
      animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) both; }
@keyframes img-wrap {
  100% {
    opacity: 1;
    transform: translateX(0%); } }
  #infog .sp_last {
    display: none; }
  #infog .fades {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms; }
  #infog .fades.scrollin {
    opacity: 1;
    transform: translate(0, 0); }
  #infog .fadesin-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 800ms; }
  #infog .fadesin-top.scrollin {
    opacity: 1;
    transform: translate(0, 0); }
  #infog .section_01 {
    padding: 40px 0;
    border-bottom: 1px solid #0068B7; }
    #infog .section_01 .inner {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
    gap: 10px; }
      #infog .section_01 .inner .icons {
        width: 120px; }
        #infog .section_01 .inner .icons img {
          width: auto; }
#infog .section_01 .inner .name {
	color: #0068B7; 
	font-weight: bold;
	 text-align: center;
	font-size: 20px;
	line-height: 1;
}
#infog .section_01 .inner .name span {
	font-size: 14px;
}
      #infog .section_01 .inner .txt {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        border: 1px solid #0068B7;
        padding: 5px 30px;
        background: #fff;
        color: #0068B7; }
  #infog .section_q_box {
    margin-top: 60px;
    padding-bottom: 80px; }
  #infog .qabox {
    max-width: 1024px;
    margin: 0 auto 25px;
    border: 1px solid #0068B7;
    background: #fff; }
    #infog .qabox .box_inner {
      padding: 25px 0px; }
      #infog .qabox .box_inner--flex {
        display: flex;
        justify-content: space-around;
        position: relative; }
        #infog .qabox .box_inner--flex:before {
          content: "";
          position: absolute;
          height: 100%;
          border-right: 2px dashed #0068B7;
          left: 50%;
          margin-left: -1px; }
        #infog .qabox .box_inner--flex--cont {
          width: 50%;
          position: relative;
          padding: 0 20px; }
      #infog .qabox .box_inner .marks {
        position: absolute;
        top: 0;
        left: 15px;
        width: 85px; }
        #infog .qabox .box_inner .marks.right {
          left: auto;
          right: 15px; }
      #infog .qabox .box_inner figure {
        padding: 25px 0; }
        #infog .qabox .box_inner figure.pet {
          padding: 0 25px 10px; }
      #infog .qabox .box_inner .comment {
        display: flex;
        justify-content: space-between; }
        #infog .qabox .box_inner .comment:nth-child(n + 2) {
          margin-top: 15px; }
        #infog .qabox .box_inner .comment dt {
          width: 90px; }
        #infog .qabox .box_inner .comment dd {
          width: calc(100% - 115px);
          padding: 20px;
          color: #4d4d4d;
          background: #d3edfb;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: left;
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          position: relative; }
          #infog .qabox .box_inner .comment dd:after {
            position: absolute;
            content: "";
            top: 40px;
            left: -20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 20px 20px 0;
            border-color: transparent #d3edfb transparent transparent; }
          #infog .qabox .box_inner .comment dd.cl_1 {
            background: #d3edfb; }
            #infog .qabox .box_inner .comment dd.cl_1:after {
              border-color: transparent #d3edfb transparent transparent; }
          #infog .qabox .box_inner .comment dd.cl_2 {
            background: #fedd78; }
            #infog .qabox .box_inner .comment dd.cl_2:after {
              border-color: transparent #fedd78 transparent transparent; }
          #infog .qabox .box_inner .comment dd.cl_3 {
            background: #ecf4d9; }
            #infog .qabox .box_inner .comment dd.cl_3:after {
              border-color: transparent #ecf4d9 transparent transparent; }
          #infog .qabox .box_inner .comment dd.cl_4 {
            background: #f9d0ba; }
            #infog .qabox .box_inner .comment dd.cl_4:after {
              border-color: transparent #f9d0ba transparent transparent; }
        #infog .qabox .box_inner .comment.right {
          flex-direction: row-reverse; }
          #infog .qabox .box_inner .comment.right dd.cl_1:after {
            left: auto;
            right: -20px;
            border-width: 20px 20px 0 0;
            border-color: #d3edfb transparent transparent transparent; }
          #infog .qabox .box_inner .comment.right dd.cl_2:after {
            left: auto;
            right: -20px;
            border-width: 20px 20px 0 0;
            border-color: #fedd78 transparent transparent transparent; }
          #infog .qabox .box_inner .comment.right dd.cl_3:after {
            left: auto;
            right: -20px;
            border-width: 20px 20px 0 0;
            border-color: #ecf4d9 transparent transparent transparent; }
          #infog .qabox .box_inner .comment.right dd.cl_4:after {
            left: auto;
            right: -20px;
            border-width: 20px 20px 0 0;
            border-color: #f9d0ba transparent transparent transparent; }
      #infog .qabox .box_inner.flex {
        display: flex;
        justify-content: space-between; }
        #infog .qabox .box_inner.flex figure {
          width: 50%;
          padding: 25px 0 25px 25px; }
        #infog .qabox .box_inner.flex .box_inner_txt {
          width: 50%;
          padding: 0 25px; }
          #infog .qabox .box_inner.flex .box_inner_txt .comment {
            margin-bottom: 15px; }
            #infog .qabox .box_inner.flex .box_inner_txt .comment:last-child {
              margin-bottom: 0; }
      #infog .qabox .box_inner--comment {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
        flex-wrap: wrap; }
        #infog .qabox .box_inner--comment--box {
          width: 28%;
          margin-top: 30px;
          display: grid;
          grid-template-rows: 1fr auto; }
          #infog .qabox .box_inner--comment--box .txts {
            /* height: 165px; */
            border-radius: 15px;
            padding: 15px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 700;
            color: #000; }
            #infog .qabox .box_inner--comment--box .txts.cl_1 {
              background: #bae3f9;
              position: relative; }
              #infog .qabox .box_inner--comment--box .txts.cl_1:after {
                position: absolute;
                content: "";
                bottom: -20px;
                right: 90px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 30px 10px 0 10px;
                border-color: #bae3f9 transparent transparent transparent;
                transform: rotate(-20deg); }
            #infog .qabox .box_inner--comment--box .txts.cl_2 {
              background: #fedd78;
              position: relative; }
              #infog .qabox .box_inner--comment--box .txts.cl_2:after {
                position: absolute;
                content: "";
                bottom: -20px;
                right: 90px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 30px 10px 0 10px;
                border-color: #fedd78 transparent transparent transparent;
                transform: rotate(-20deg); }
          #infog .qabox .box_inner--comment--box figure {
            width: 85px;
            margin: -40px 0 -40px auto;
            position: relative;
            z-index: 3; }
        #infog .qabox .box_inner--comment .marks {
          position: inherit;
          width: 100px;
          margin: 15px 45% 0;
          top: auto;
          left: auto; }
      #infog .qabox .box_inner .skillarea {
        padding: 0 25px; }
        #infog .qabox .box_inner .skillarea .sk_area {
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          #infog .qabox .box_inner .skillarea .sk_area li {
            width: 30%;
            padding: 15px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap; }
            #infog .qabox .box_inner .skillarea .sk_area li p:first-child {
              width: 85%;
              margin: 0 auto;
              padding-bottom: 10px;
              text-align: center; }
              #infog .qabox .box_inner .skillarea .sk_area li p:first-child img {
                width: auto; }
            #infog .qabox .box_inner .skillarea .sk_area li p:last-child {
              width: 100%;
              font-size: 17px;
              font-weight: 600;
              color: #0071BC;
              text-align: center;
              line-height: 1.4; }
            #infog .qabox .box_inner .skillarea .sk_area li:last-child {
              display: none; }
      #infog .qabox .box_inner .comment_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 25px; }
        #infog .qabox .box_inner .comment_flex .comment {
          width: 48%;
          margin-top: 15px; }
        #infog .qabox .box_inner .comment_flex.all {
          flex-wrap: wrap; }
          #infog .qabox .box_inner .comment_flex.all .comment {
            width: 100%; }
  #infog .infog_ttls_lead .ttls {
    max-width: 1024px;
    margin: 70px auto -120px;
    background: #0068B7;
    text-align: center;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
    z-index: 2; }
    #infog .infog_ttls_lead .ttls:after {
      position: absolute;
      content: "";
      width: 0;
      bottom: -15px;
      left: 50%;
      margin-left: -10px;
      height: 0;
      border-style: solid;
      border-width: 20px 15px 0 15px;
      border-color: #0068B7 transparent transparent transparent; }
  #infog .infog_ttls {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0068B7;
    background: #fff; }
    #infog .infog_ttls .nums {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Lato', sans-serif;
      font-size: 40px;
      line-height: 1;
      background: #0068B7;
      color: #fff; }
    #infog .infog_ttls .ttls {
      width: calc(100% - 80px);
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #0068B7;
      line-height: 1.6; }
      #infog .infog_ttls .ttls span {
        font-size: 14px; }
      #infog .infog_ttls .ttls.wid {
        margin-left: -50px;
        line-height: 1.4; }
    #infog .infog_ttls .ttl_comment {
      position: absolute;
      bottom: 0;
      right: 15px;
      width: 268px; }
    #infog .infog_ttls .ttl_imgs {
      position: absolute;
      right: 30px;
      top: 10px; }
  #infog .flex_area {
    max-width: 1024px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    align-content: stretch; }
    #infog .flex_area .qabox {
      width: 32%;
      margin: 0; }
      #infog .flex_area .qabox .ttls {
        width: calc(100% - 80px); }
      #infog .flex_area .qabox .box_inner {
        padding: 0 20px 20px; }
    #infog .flex_area.wid_2 .qabox {
      width: 48%;
      margin: 0; }
  #infog .slickarea {
    background: #fff;
    padding: 50px 0; }
    #infog .slickarea .slickarealead {
      width: calc(100% - 150px);
      max-width: 1024px;
      margin: 0 auto;
      background: #0068B7;
      text-align: center;
      font-size: 24px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 10px 0;
      position: relative; }
      #infog .slickarea .slickarealead:after {
        position: absolute;
        content: "";
        width: 0;
        bottom: -15px;
        left: 50%;
        margin-left: -10px;
        height: 0;
        border-style: solid;
        border-width: 20px 15px 0 15px;
        border-color: #0068B7 transparent transparent transparent; }
    #infog .slickarea--inner {
      width: 100%;
      margin-top: 50px;
      padding-bottom: 0px; }
    #infog .slickarea .slickcomment {
      width: 340px;
      height: 350px;
      margin: 0 0.1%; }
      #infog .slickarea .slickcomment dt {
        border-radius: 15px;
        height: 210px;
        padding: 10px 15px;
        color: #4d4d4d;
        background: #d3edfb;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        position: relative; }
        #infog .slickarea .slickcomment dt:after {
          position: absolute;
          content: "";
          bottom: -20px;
          right: 150px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 10px 0 10px;
          border-color: #bae3f9 transparent transparent transparent;
          transform: rotate(-20deg); }
        #infog .slickarea .slickcomment dt.cl_1 {
          background: #d3edfb; }
          #infog .slickarea .slickcomment dt.cl_1:after {
            border-color: #d3edfb transparent transparent transparent; }
        #infog .slickarea .slickcomment dt.cl_2 {
          background: #fedd78; }
          #infog .slickarea .slickcomment dt.cl_2:after {
            border-color: #fedd78 transparent transparent transparent; }
        #infog .slickarea .slickcomment dt.cl_3 {
          background: #ecf4d9; }
          #infog .slickarea .slickcomment dt.cl_3:after {
            border-color: #ecf4d9 transparent transparent transparent; }
        #infog .slickarea .slickcomment dt.cl_4 {
          background: #f9d0ba; }
          #infog .slickarea .slickcomment dt.cl_4:after {
            border-color: #f9d0ba transparent transparent transparent; }
        #infog .slickarea .slickcomment dt span {
          position: relative;
          z-index: 3; }
      #infog .slickarea .slickcomment dd {
        width: 150px;
        margin: -40px 0 -70px auto;
        position: relative;
        z-index: 2; }
        #infog .slickarea .slickcomment dd img {
          width: 100%;
          height: auto; }
  #infog .q10_area {
    position: relative; }
    #infog .q10_area .main_img {
      position: relative;
      width: 100%;
      margin-top: 100px; }
      #infog .q10_area .main_img .comment {
        position: absolute;
        display: flex; }
        #infog .q10_area .main_img .comment dt {
          width: 90px;
          position: relative;
          left: -20px; }
        #infog .q10_area .main_img .comment dd {
          width: calc(100% - 115px);
          padding: 20px;
          color: #4d4d4d;
          background: #d3edfb;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: left;
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          position: relative; }
          #infog .q10_area .main_img .comment dd:after {
            position: absolute;
            content: "";
            top: 40px;
            left: -20px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 20px 20px 0;
            border-color: transparent #d3edfb transparent transparent; }
          #infog .q10_area .main_img .comment dd.cl_1 {
            background: #d3edfb; }
            #infog .q10_area .main_img .comment dd.cl_1:after {
              border-color: transparent #d3edfb transparent transparent; }
          #infog .q10_area .main_img .comment dd.cl_2 {
            background: #fedd78; }
            #infog .q10_area .main_img .comment dd.cl_2:after {
              border-color: transparent #fedd78 transparent transparent; }
      #infog .q10_area .main_img .outlines {
        position: absolute; }
        #infog .q10_area .main_img .outlines .inner {
          position: relative;
          width: 100%; }
          #infog .q10_area .main_img .outlines .inner .imgs_icon {
            position: absolute;
            width: 100%; }
          #infog .q10_area .main_img .outlines .inner .tips {
            position: absolute;
            cursor: pointer;
            margin: 0 auto;
            z-index: 3; }
            #infog .q10_area .main_img .outlines .inner .tips.ops {
              opacity: 0; }
          #infog .q10_area .main_img .outlines .inner .tipimgs {
            position: absolute;
            width: 270px;
            cursor: pointer;
            margin: 0 auto;
            z-index: 4;
            display: none; }
          #infog .q10_area .main_img .outlines .inner .imgs_icon.flash {
            animation: Flash 1s 3; }
          #infog .q10_area .main_img .outlines .inner .comment {
            width: 400%; }
        #infog .q10_area .main_img .outlines.pos_01 {
          width: 10%;
          top: 50%;
          margin-top: -4%;
          left: 50%;
          margin-left: -40%; }
          #infog .q10_area .main_img .outlines.pos_01 .inner .tips {
            width: 46%;
            margin-top: -48%;
            margin-left: 14%; }
          #infog .q10_area .main_img .outlines.pos_01 .inner .tipimgs {
            width: 200%;
            margin-top: -110%;
            margin-left: -12%; }
        #infog .q10_area .main_img .outlines.pos_02 {
          width: 8%;
          top: 50%;
          margin-top: 7.5%;
          left: 50%;
          margin-left: -32%; }
          #infog .q10_area .main_img .outlines.pos_02 .inner .tips {
            width: 56%;
            margin-top: -56%;
            margin-left: 14%; }
          #infog .q10_area .main_img .outlines.pos_02 .inner .tipimgs {
            width: 240%;
            margin-top: -128%;
            margin-left: -25%; }
        #infog .q10_area .main_img .outlines.pos_03 {
          width: 8%;
          top: 50%;
          margin-top: -4%;
          left: 50%;
          margin-left: -22%; }
          #infog .q10_area .main_img .outlines.pos_03 .inner .tips {
            width: 56%;
            margin-top: -56%;
            margin-left: 14%; }
          #infog .q10_area .main_img .outlines.pos_03 .inner .tipimgs {
            width: 240%;
            margin-top: -125%;
            margin-left: -25%; }
        #infog .q10_area .main_img .outlines.pos_04 {
          width: 5.5%;
          top: 50%;
          margin-top: 4.7%;
          left: 50%;
          margin-left: -3.5%; }
          #infog .q10_area .main_img .outlines.pos_04 .inner .tips {
            width: 90%;
            margin-top: -20%;
            margin-left: -83%; }
          #infog .q10_area .main_img .outlines.pos_04 .inner .tipimgs {
            width: 340%;
            margin-top: -56%;
            margin-left: -350%; }
        #infog .q10_area .main_img .outlines.pos_05 {
          width: 5.5%;
          top: 50%;
          margin-top: 4.7%;
          left: 50%;
          margin-left: -3.5%; }
          #infog .q10_area .main_img .outlines.pos_05 .inner .tips {
            width: 80%;
            margin-top: -75%;
            margin-left: 11%; }
          #infog .q10_area .main_img .outlines.pos_05 .inner .tipimgs {
            width: 350%;
            margin-top: -180%;
            margin-left: -222%; }
          #infog .q10_area .main_img .outlines.pos_05 .inner .pos_04tips {
            width: 90%;
            margin-top: -20%;
            margin-left: -83%; }
          #infog .q10_area .main_img .outlines.pos_05 .inner .pos_04tipimg {
            width: 340%;
            margin-top: -56%;
            margin-left: -350%; }
        #infog .q10_area .main_img .outlines.pos_06 {
          width: 8%;
          top: 50%;
          margin-top: 1.8%;
          left: 50%;
          margin-left: 6%; }
          #infog .q10_area .main_img .outlines.pos_06 .inner .tips {
            width: 56%;
            margin-top: -56%;
            margin-left: 14%; }
          #infog .q10_area .main_img .outlines.pos_06 .inner .tipimgs {
            width: 260%;
            margin-top: -130%;
            margin-left: -85%; }
        #infog .q10_area .main_img .outlines.pos_07 {
          width: 5%;
          top: 50%;
          margin-top: 10%;
          left: 50%;
          margin-left: 25.5%; }
          #infog .q10_area .main_img .outlines.pos_07 .inner .tips {
            width: 90%;
            margin-top: -96%;
            margin-left: 5%; }
          #infog .q10_area .main_img .outlines.pos_07 .inner .tipimgs {
            width: 350%;
            margin-top: -182%;
            margin-left: -215%; }
        #infog .q10_area .main_img .outlines.pos_08 {
          width: 15%;
          top: 50%;
          margin-top: 0%;
          left: 50%;
          margin-left: 31%; }
          #infog .q10_area .main_img .outlines.pos_08 .inner .tips {
            width: 30%;
            margin-top: -32%;
            margin-left: 20%; }
          #infog .q10_area .main_img .outlines.pos_08 .inner .tipimgs {
            width: 140%;
            margin-top: -70%;
            margin-left: -65%; }
    #infog .q10_area .qabox {
      background: #00A99D;
      top: -50px;
      left: 50%;
      margin-left: -512px;
      position: absolute; }
  #infog .fuwafuwa {
    -webkit-animation: fuwafuwa 2s infinite linear alternate;
    animation: fuwafuwa 2s infinite linear alternate; }
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, -8px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg); } }
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  50% {
    transform: translate(0, -8px) rotate(0deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
  #infog .fuwafuwa02 {
    -webkit-animation: fuwafuwa02 2s infinite linear alternate;
    animation: fuwafuwa02 2s infinite linear alternate; }
@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate(-8px, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg); } }
@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  50% {
    transform: translate(-8px, 0px) rotate(0deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
@keyframes Flash {
  50% {
    opacity: 0; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .cmn-kv-ttl__sub {
    font-size: 15px; }

  .cmn-kv-ttl__sub_02 {
    font-size: 11px; }

  #infog {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #fff; }
    #infog .graph_w {
      width: 100%;
      position: relative;
      overflow: hidden;
      opacity: 0;
      transform: translateX(-100%); }
      #infog .graph_w.scrollin {
        animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) both; }
  @keyframes img-wrap {
    100% {
      opacity: 1;
      transform: translateX(0%); } }
    #infog .sp_last {
      display: flex;
      align-items: center;
      justify-content: center; }
    #infog .fades {
      opacity: 0;
      transform: translate(0, 50px);
      transition: all 800ms; }
    #infog .fades.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
    #infog .fadesin-top {
      opacity: 0;
      transform: translate(0, -50px);
      transition: all 800ms; }
    #infog .fadesin-top.scrollin {
      opacity: 1;
      transform: translate(0, 0); }
    #infog .section_01 {
      padding: 25px 0;
      border-bottom: 1px solid #fff; }
      #infog .section_01 .inner {
        max-width: 96%;
        flex-wrap: wrap;
      gap: 1vw; }
        #infog .section_01 .inner .txt {
          font-size: 13px;
          text-align: center;
          border: 1px solid #fff; }
        #infog .section_01 .inner p {
          width: 28vw; }
          #infog .section_01 .inner p.icons {
            width: 16vw; }
        #infog .section_01 .inner p.txt {
          order: 1;
          width: 100%; }
        /* #infog .section_01 .inner p:last-child {
          order: 2;
          width: 50%; } */
    #infog .section_q_box {
      margin-top: 60px;
      padding-bottom: 80px; }
    #infog .qabox {
      width: 90%;
      margin: 0 auto 25px; }
      #infog .qabox .box_inner {
        padding: 25px 5%; }
        #infog .qabox .box_inner--flex {
          display: block;
          justify-content: space-around;
          position: relative; }
          #infog .qabox .box_inner--flex:before {
            content: none; }
          #infog .qabox .box_inner--flex--cont {
            width: 100%;
            position: relative;
            padding: 10px 0px 0; }
        #infog .qabox .box_inner .marks {
          position: absolute;
          top: 0;
          left: 5px;
          width: 50px; }
          #infog .qabox .box_inner .marks.right {
            left: auto;
            right: 5px; }
        #infog .qabox .box_inner figure {
          padding: 25px 0; }
          #infog .qabox .box_inner figure.pet {
            padding: 0 0px 10px; }
        #infog .qabox .box_inner .comment {
          display: flex;
          justify-content: space-between; }
          #infog .qabox .box_inner .comment:nth-child(n + 2) {
            margin-top: 15px; }
          #infog .qabox .box_inner .comment dt {
            width: 60px; }
          #infog .qabox .box_inner .comment dd {
            width: calc(100% - 80px);
            padding: 15px;
            font-size: 13px;
            position: relative; }
            #infog .qabox .box_inner .comment dd:after {
              top: 20px; }
        #infog .qabox .box_inner.flex {
          display: block;
          justify-content: space-between; }
          #infog .qabox .box_inner.flex figure {
            width: 100%;
            padding: 25px 0 25px 0px; }
          #infog .qabox .box_inner.flex .box_inner_txt {
            width: 100%;
            padding: 15px 0px; }
            #infog .qabox .box_inner.flex .box_inner_txt .comment {
              margin-bottom: 15px; }
              #infog .qabox .box_inner.flex .box_inner_txt .comment:last-child {
                margin-bottom: 0; }
        #infog .qabox .box_inner--comment {
          display: flex;
          justify-content: space-around;
          align-items: stretch;
          align-content: stretch;
          flex-wrap: wrap; }
          #infog .qabox .box_inner--comment--box {
            width: 100%;
            margin-top: 30px; }
            #infog .qabox .box_inner--comment--box .txts {
              height: auto;
              text-align: justify; }
            #infog .qabox .box_inner--comment--box figure {
              width: 70px;
              margin-top: -35px; }
          #infog .qabox .box_inner--comment .marks {
            position: inherit;
            width: 30%;
            margin: 15px 35% 0;
            top: auto;
            left: auto; }
        #infog .qabox .box_inner .skillarea {
          padding: 0 0px; }
          #infog .qabox .box_inner .skillarea .sk_area {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding-bottom: 25px; }
            #infog .qabox .box_inner .skillarea .sk_area li {
              width: 100%;
              padding: 25px 0 0;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-wrap: wrap; }
              #infog .qabox .box_inner .skillarea .sk_area li:last-child {
                display: none; }
              #infog .qabox .box_inner .skillarea .sk_area li p:first-child {
                width: 100%; }
              #infog .qabox .box_inner .skillarea .sk_area li p:last-child {
                font-size: 15px;
                margin-top: -10px; }
        #infog .qabox .box_inner .comment_flex {
          display: block;
          padding: 0 0px; }
          #infog .qabox .box_inner .comment_flex .comment {
            width: 100%;
            margin-top: 15px; }
    #infog .infog_ttls_lead .ttls {
      max-width: 1024px;
      margin: 50px auto -40px;
      font-size: 20px;
      padding: 10px 0;
      position: relative;
      z-index: 2; }
    #infog .infog_ttls {
      position: relative;
      display: block; }
      #infog .infog_ttls .nums {
        width: 100%;
        height: auto;
        font-size: 24px;
        padding: 15px 0 20px; }
      #infog .infog_ttls .ttls {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px 15px; }
        #infog .infog_ttls .ttls span {
          font-size: 12px; }
        #infog .infog_ttls .ttls.wid {
          margin-left: -0px;
          line-height: 1.4; }
      #infog .infog_ttls .ttl_comment {
        display: none;
        position: absolute;
        bottom: 0;
        right: 15px;
        width: 128px; }
      #infog .infog_ttls .ttl_imgs {
        position: absolute;
        right: 10px;
        top: -10px; }
    #infog .ques {
      text-align: center;
      font-size: 19px;
      border: 1px solid #fff;
      padding: 5px 0;
      margin-bottom: 15px; }
    #infog .flex_area {
      width: 90%;
      margin: 0 auto 0px;
      display: block; }
      #infog .flex_area .qabox {
        width: 100%;
        margin: 0 auto 25px; }
        #infog .flex_area .qabox .ttls {
          width: 100%; }
      #infog .flex_area.wid_2 .qabox {
        width: 100%;
        margin: 0; }
        #infog .flex_area.wid_2 .qabox:last-child {
          margin-top: 30px;
          margin-bottom: 30px; }
    #infog .scimgs {
      width: 60%;
      margin: 0 auto; }
    #infog .slickarea .slickarealead {
      max-width: 80%;
      font-size: 16px; }
    #infog .slickarea--inner {
      width: 100%; }
    #infog .slickarea .slickcomment dd {
      width: 120px; }
    #infog .q10_area {
      position: relative;
      width: 100%;
      margin-bottom: 40px;
      overflow-y: scroll;
      margin-top: -px; }
      #infog .q10_area .main_img {
        width: 1200px;
        position: relative;
        height: auto;
        margin-top: 0px; }
        #infog .q10_area .main_img p img {
          width: 100%;
          height: auto; }
      #infog .q10_area .qabox {
        background: #00A99D;
        top: -0px;
        left: 5%;
        margin-left: -0px;
        position: absolute; } }
