@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale; }

.ffBarlow {
  font-family: 'Barlow', sans-serif; }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .pc {
    display: none !important; } }

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  .sp {
    display: none !important; } }

a {
  text-decoration: none;
  webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    a:hover {
      opacity: 0.7; } }

.txt-red {
  color: #C72826; }

.p-line {
  display: block;
  margin: 144px auto 143px;
  max-width: 100%;
  border: 0; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .p-line {
      margin: 44px auto 69px; } }

.box-linkGr {
  position: relative;
  display: block; }
  .box-linkGr:before {
    content: ">>";
    float: left;
    padding-right: 3px;
    font-size: 14px;
    color: #3E8926; }

.link-green {
  color: #3E8926;
  text-decoration: underline;
  position: relative;
  display: block; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .link-green {
      font-size: 14px;
      line-height: 27px; } }

.box-cnt-img {
  margin: 0 0 40px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-cnt-img {
      margin: 0 0 34px; } }
  .box-cnt-img:after {
    content: "";
    display: block;
    clear: both; }
  .box-cnt-img .item-img {
    width: 409px;
    float: right; }
    @media (max-width: 980px) and (orientation: landscape), (max-width: 980px) and (orientation: portrait) {
      .box-cnt-img .item-img {
        width: 300px; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img .item-img {
        width: 100%;
        float: none;
        margin: 0 0 23px; } }
  .box-cnt-img .item-cnt {
    width: calc(100% - 410px);
    float: right;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding: 0 68px 0 0;
    margin: -6px 0 0; }
    @media (max-width: 980px) and (orientation: landscape), (max-width: 980px) and (orientation: portrait) {
      .box-cnt-img .item-cnt {
        width: calc(100% - 300px); } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img .item-cnt {
        width: 100%;
        float: none;
        padding: 0;
        font-size: 15px;
        line-height: 27px; }
        .box-cnt-img .item-cnt--2 {
          font-size: 14px;
          line-height: 20px; } }
  .box-cnt-img.mb74 {
    margin: 0 0 74px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img.mb74 {
        margin: 0 0 36px; } }
  .box-cnt-img.mb53 {
    margin-bottom: 53px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img.mb53 {
        margin-bottom: 41px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .breadcrumb {
    padding: 0 15px; } }

.breadcrumb .ul-list li {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: inline;
  color: #707070;
  position: relative; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .breadcrumb .ul-list li {
      display: inline;
      font-size: 12px;
      line-height: 20px; } }
  .breadcrumb .ul-list li:after {
    content: "＞";
    margin: 0 2px 0 5px; }
  .breadcrumb .ul-list li a {
    color: #707070;
    text-decoration: underline; }
  .breadcrumb .ul-list li:last-child:after {
    content: none; }

.breadcrumb .ul-list.green li {
  color: #3E8926; }
  .breadcrumb .ul-list.green li a {
    color: #3E8926; }

.cont904 {
  width: 100%;
  max-width: 894px;
  padding: 0 15px;
  margin: auto; }

.cont970 {
  width: 100%;
  max-width: 970px;
  padding: 0 15px;
  margin: auto; }

.cont760 {
  width: 100%;
  max-width: 748px;
  padding: 0 15px;
  margin: auto; }

.cont1120 {
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: auto; }

.txt-center {
  text-align: center; }

.ul-list-01 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ul-list-01 li {
    width: calc(33.333% - 20px);
    margin: 0 30px 28px 0;
    border: 2px solid #3E8926;
    background: #fff;
    float: left;
    padding: 0;
    position: relative; }
    .ul-list-01 li:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: auto;
      width: 0;
      height: 0;
      border-top: 16px solid #3E8926;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      webkit-transition: all 0.3s ease-in-out;
      -transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .ul-list-01 li:after {
          border-top: 10px solid #3E8926;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          bottom: 10px; } }
    .ul-list-01 li:nth-child(3n) {
      margin: 0 0 28px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .ul-list-01 li {
        width: calc(50% - 6px);
        margin: 0 12px 25px 0;
        border-radius: 4px;
        border: 1px solid #3E8926;
        min-height: 225px; }
        .ul-list-01 li:nth-child(3n) {
          margin: 0 12px 25px 0; }
        .ul-list-01 li:nth-child(2n) {
          margin: 0 0 25px; } }
    .ul-list-01 li .item-title {
      font-size: 18px;
      line-height: 33px;
      letter-spacing: 0.05em;
      font-weight: 500;
      background: #3E8926;
      text-align: center;
      color: #fff; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .ul-list-01 li .item-title {
          font-size: 14px;
          line-height: 27px;
          font-weight: 600; } }
    .ul-list-01 li img {
      margin: 0 0 17px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .ul-list-01 li img {
          margin: 0; } }
    .ul-list-01 li .item-cnt {
      padding: 18px 19px 71px 22px; }
      .ul-list-01 li .item-cnt-des {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.05em;
        font-weight: 300;
        color: #000000; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .ul-list-01 li .item-cnt {
          padding: 0 0 25px; }
          .ul-list-01 li .item-cnt-des {
            padding: 3px 7px 8px;
            font-size: 14px;
            line-height: 17px; } }
    .ul-list-01 li a {
      display: block; }
    @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
      .ul-list-01 li:hover:after {
        bottom: 10px; } }

.list-linka li {
  display: block;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight: 300;
  margin: 0 0 5px;
  background: #F3F3F3;
  position: relative; }
  .list-linka li:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 33px;
    margin: auto;
    background-image: url("./../images/selfcheck/freeze/ico_02_02.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .list-linka li:before {
        width: 19px;
        height: 19px;
        left: 10px; } }
  .list-linka li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 31px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 11px solid #2D2D2F;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    webkit-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .list-linka li:after {
        border-top: 7px solid #2D2D2F;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        right: 12px; } }
  .list-linka li a {
    display: block;
    color: #2D2D2F;
    padding: 19px 0 19px 73px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .list-linka li a {
        padding: 10px 33px 10px 40px; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .list-linka li {
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 0.05em;
      min-height: 60px;
      vertical-align: middle; }
      .list-linka li.spc-p a {
        padding: 21px 33px 10px 40px; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .list-linka li:hover:after {
      top: 10px; } }

.box-dots-line {
  border: 1px dashed #2D2D2F;
  padding: 40px 41px 42px 35px;
  margin: 0 0 62px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-dots-line {
      padding: 15px 10px 18px;
      margin: 0 0 70px; } }
  .box-dots-line .txt-des {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin: 0 0 41px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-dots-line .txt-des {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 23px; } }
  .box-dots-line.box-cnt-line {
    border: 1px solid #DEDEDE;
    position: relative;
    padding: 40px 41px 46px 35px;
    margin: 0 0 148px; }
    .box-dots-line.box-cnt-line:before {
      content: "";
      width: 0;
      height: 0;
      top: -12px;
      right: 0;
      left: 0;
      position: absolute;
      margin: auto;
      border-top: 24px solid #2D2D2F;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-dots-line.box-cnt-line:before {
          top: -9px;
          border-top: 16px solid #2D2D2F;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-radius: 4px; } }
    .box-dots-line.box-cnt-line .txt-des {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.05em;
      font-weight: 300;
      text-align: left; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-dots-line.box-cnt-line .txt-des {
          font-size: 14px;
          line-height: 20px; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-dots-line.box-cnt-line {
        padding: 21px 11px 18px;
        margin: 0 0 63px; }
        .box-dots-line.box-cnt-line .c-title-h5 .c-title-h5__ico {
          display: inline-block;
          vertical-align: middle;
          margin: 0; }
          .box-dots-line.box-cnt-line .c-title-h5 .c-title-h5__ico img {
            width: 20px;
            height: 20px; }
        .box-dots-line.box-cnt-line .c-title-h5 .c-title-h5__txt {
          display: inline-block;
          vertical-align: middle; }
          .box-dots-line.box-cnt-line .c-title-h5 .c-title-h5__txt:before {
            top: 5px; } }
  .box-dots-line.box-cnt-line2 {
    padding: 35px 55px 33px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-dots-line.box-cnt-line2 {
        padding: 22px 8px 2px;
        margin: 0 0 90px; } }
    .box-dots-line.box-cnt-line2 .c-title-h5 {
      margin-bottom: 45px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-dots-line.box-cnt-line2 .c-title-h5 {
          margin-bottom: 15px; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-dots-line.box-cnt-line2 .item-img {
        margin: 0 0 23px; } }
    .box-dots-line.box-cnt-line2 .txt-des {
      margin: 0 0 37px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-dots-line.box-cnt-line2 .txt-des {
          margin: 0 0 20px;
          padding: 0 2px; } }

.box-list-img {
  font-size: 0;
  margin: 0 0 28px; }
  .box-list-img .ul-list-num {
    width: calc(100% - 330px);
    display: inline-block;
    vertical-align: top;
    padding-right: 44px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-list-img .ul-list-num {
        width: 100%;
        padding: 0; } }
    .box-list-img .ul-list-num li {
      font-size: 16px;
      line-height: 39px;
      letter-spacing: 0.05em;
      font-weight: 300;
      position: relative;
      padding-left: 30px;
      border-bottom: 1px solid #D1D1D1; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-list-img .ul-list-num li {
          font-size: 13px;
          line-height: 19px;
          padding: 6px 0 5px 30px; } }
      .box-list-img .ul-list-num li .item-num {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 18px; }
  .box-list-img .item-img {
    width: 330px;
    display: inline-block;
    vertical-align: top;
    margin: 23px 0 0; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-list-img .item-img {
        width: 100%;
        margin: 0; } }

.link-green {
  color: #3E8926;
  text-decoration: underline; }

.box-list {
  background: #F0F0F0;
  padding: 36px 0 54px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-list {
      padding: 32px 0 34px; } }
  .box-list .h3-title-list {
    text-align: center;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 0 15px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-list .h3-title-list {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0.029em;
        font-weight: 600;
        margin: 0 0 24px; } }
    .box-list .h3-title-list:before {
      content: "";
      width: 41px;
      height: 35px;
      background-image: url("./../images/selfcheck/freeze/ico_02_04.png");
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      display: block;
      margin: auto; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-list .h3-title-list:before {
          margin: 0 auto 6px; } }
  .box-list .ul-boxlist-link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box-list .ul-boxlist-link li {
      float: left;
      text-align: center;
      border: 2px solid #DEDEDE;
      border-radius: 4px;
      position: relative;
      margin: 0 30px;
      background: #fff; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-list .ul-boxlist-link li {
          width: 100%;
          margin: 0 0 10px;
          background: #fff;
          font-size: 0; } }
      .box-list .ul-boxlist-link li:nth-child(3n) {
        margin: 0; }
      .box-list .ul-boxlist-link li img {
        width: 120px;
        margin: 0 0 32px; }
        .box-list .ul-boxlist-link li img.spe {
          width: 111px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-list .ul-boxlist-link li img {
            width: 108px;
            display: inline-block;
            vertical-align: middle;
            margin: 0; }
            .box-list .ul-boxlist-link li img.spe {
              width: 92px; } }
      .box-list .ul-boxlist-link li a {
        display: block;
        padding: 23px 20px 45px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-list .ul-boxlist-link li a {
            padding: 11px 16px; } }
        .box-list .ul-boxlist-link li a:hover {
          opacity: 1; }
      .box-list .ul-boxlist-link li .txt-des {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.05em;
        font-weight: 300;
        color: #333; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-list .ul-boxlist-link li .txt-des {
            width: calc(100% - 108px);
            font-size: 14px;
            line-height: 17px;
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            padding-left: 18px; } }
      .box-list .ul-boxlist-link li:after {
        content: "";
        width: 0;
        height: 0;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 13px;
        border-top: 11px solid #3E8926;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        webkit-transition: all 0.3s ease-in-out;
        -transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-list .ul-boxlist-link li:after {
            bottom: 0;
            top: 0;
            margin: auto;
            left: unset;
            right: 18px; } }
      .box-list .ul-boxlist-link li.taget:after {
        border: 0;
        width: 15px;
        height: 15px;
        background-image: url("./../images/selfcheck/freeze/ico_02_05.png");
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat; }
      @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
        .box-list .ul-boxlist-link li:hover {
          background: #cccccc; }
          .box-list .ul-boxlist-link li:hover:after {
            bottom: 3px; }
          .box-list .ul-boxlist-link li:hover.taget:after {
            bottom: 13px; } }

.c-title-h5 {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0 0 21px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h5 {
      font-size: 20px;
      line-height: 23px;
      letter-spacing: 0.06em; } }

.c-title-h5-2 {
  text-align: center;
  margin: 0 0 27px; }
  .c-title-h5-2.mb46 {
    margin: 0 0 46px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h5-2.mb46 {
        margin: 0 0 21px; } }
  .c-title-h5-2__ico {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }
    .c-title-h5-2__ico img {
      width: 36px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .c-title-h5-2__ico img {
          width: 30px; } }
  .c-title-h5-2__txt {
    display: inline;
    vertical-align: middle;
    position: relative;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500; }
    .c-title-h5-2__txt:before {
      content: "";
      left: 0;
      right: 0;
      top: 15px;
      height: 16px;
      margin: auto;
      background: #F0C5C4;
      position: absolute;
      z-index: -1; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h5-2__txt {
        display: inline-block;
        font-size: 30px;
        line-height: 23px;
        letter-spacing: 0.06em; }
        .c-title-h5-2__txt:before {
          top: 0;
          bottom: 0; } }

.c-title-h6 {
  background: #EFEFEF;
  padding: 10px 37px;
  margin: 0 0 50px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h6 {
      padding: 15px 37px 17px 79px;
      position: relative;
      margin: 0 -15px 29px; } }
  .c-title-h6__e1 {
    display: inline;
    vertical-align: middle;
    font-size: 23px;
    line-height: 55px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #3E8926;
    margin: 0 10px 0 0; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h6__e1 {
        position: absolute;
        top: 0;
        bottom: 40px;
        margin: auto;
        left: 15px;
        font-size: 14px;
        line-height: 1;
        height: 14px; } }
  .c-title-h6__e2 {
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .c-title-h6__e2 img {
      width: 44px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h6__e2 {
        position: absolute;
        top: 15px;
        bottom: 0;
        margin: auto;
        left: 15px;
        height: 36px; }
        .c-title-h6__e2 img {
          width: 36px; } }
  .c-title-h6__e3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0;
    font-weight: 500;
    color: #000;
    max-width: calc(100% - 135px); }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h6__e3 {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.06em;
        font-weight: 600; } }
  .c-title-h6--c2 {
    padding: 23px 37px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h6--c2 {
        padding: 23px 20px 23px 74px; } }

.h6-graybox {
  background: #F0F0F0;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #2D2D2F;
  padding: 16px 0 16px 91px;
  position: relative;
  margin: 0 0 34px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .h6-graybox {
      font-size: 20px;
      line-height: 27px;
      letter-spacing: 0.05em;
      font-weight: 600;
      padding: 16px 0 16px 55px; } }
  .h6-graybox:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 40px;
    top: 11px;
    left: 38px;
    margin: auto;
    background-image: url(./../images/selfcheck/freeze/ico_02_02.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .h6-graybox:before {
        width: 31px;
        height: 30px;
        top: 14px;
        left: 18px; } }

.c-title-h4_n {
  font-size: 25px;
  line-height: 55px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 0 6px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h4_n {
      font-size: 20px;
      line-height: 23px;
      letter-spacing: 0.06em;
      margin: 0 0 18px; }
      .c-title-h4_n.mb0 {
        margin-bottom: 0; } }
  .c-title-h4_n:before {
    content: "";
    display: block;
    position: absolute;
    background: #F0C5C4;
    top: 0;
    bottom: 0;
    height: 16px;
    left: -3px;
    right: -3px;
    margin: auto; }
  .c-title-h4_n:after {
    content: "";
    display: block;
    clear: both; }
  .c-title-h4_n span {
    position: relative; }

.c-title-h4 {
  font-size: 38px;
  line-height: 53px;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin: 0 0 15px;
  background: #F3F3F3;
  padding: 15px 34px;
  padding-right: 54px;
  position: relative;
  display: table;
  width: 100%; }
  .c-title-h4:before, .c-title-h4:after {
    content: " ";
    display: table; }
  .c-title-h4:after {
    clear: both; }
  @media (max-width: 1024px) and (orientation: landscape), (max-width: 1024px) and (orientation: portrait) {
    .c-title-h4 {
      font-size: 30px; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h4 {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.06em;
      margin: 0 0 11px;
      padding: 11px 15px; } }
  @media (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {
    .c-title-h4 {
      font-size: 18px; } }
  .c-title-h4--1line {
    padding-top: 47.5px;
    padding-bottom: 52.5px; }
  .c-title-h4__img {
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 122px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h4__img {
        width: 54px; } }
  .c-title-h4__txt {
    width: calc(100% - 122px);
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h4__txt {
        width: calc(100% - 54px);
        padding-left: 25px; } }
    @media (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {
      .c-title-h4__txt {
        padding-left: 15px; } }

.c-title-h4-2 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 31px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h4-2 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.06em;
      margin: 0 0 14px; } }
  @media (max-width: 350px) and (orientation: landscape), (max-width: 350px) and (orientation: portrait) {
    .c-title-h4-2 {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.06em; } }

.c-title-h3 {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: #F3F3F3;
  padding: 65px 15px;
  text-align: center; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h3 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.029em;
      padding: 40px 15px 39px; } }
  @media (max-width: 350px) and (orientation: landscape), (max-width: 350px) and (orientation: portrait) {
    .c-title-h3 {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0.029em; } }

.text-center {
  text-align: center; }

.c-btn-green {
  background: #048C01;
  color: #fff;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 600;
  padding: 15px 24px;
  display: inline-block;
  margin: -4px 0 0;
  text-decoration: none;
  max-width: 100%; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-btn-green {
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 0.05em;
      width: 100%;
      padding: 19px 24px; } }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .c-btn-green:hover {
      opacity: 0.5; } }

.box-noise {
  border: 1px dashed #2D2D2F;
  padding: 39px 34px 15px;
  margin: 0 0 57px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-noise {
      padding: 27px 15px 15px; } }
  .box-noise--nobd {
    border: none;
    margin: 0;
    padding: 0; }
  .box-noise .list-noise {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box-noise .list-noise li {
      width: calc(33.3333% - 8px);
      float: left;
      margin: 0 12px 42px 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-noise .list-noise li {
          width: 100%;
          margin: 0 0 18px; } }
      .box-noise .list-noise li:nth-child(3n) {
        margin: 0 0 42px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-noise .list-noise li:nth-child(3n) {
            margin: 0 0 15px; } }
      .box-noise .list-noise li label {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.05em;
        font-weight: 300;
        color: #000;
        display: block;
        margin: 0 0 10px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .box-noise .list-noise li label {
            font-size: 14px;
            margin: 0 0 5px; } }
      .box-noise .list-noise li audio {
        width: 100%;
        outline: none; }

.sec-01 {
  padding: 41px 0 127px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-01 {
      padding: 39px 0 71px; } }
  .sec-01 .c-title-h2 {
    text-align: center;
    font-size: 53px;
    line-height: 70px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0 0 32px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01 .c-title-h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 16px; } }
  .sec-01 .cnt-des {
	background: #F4F4F4;
	text-align: center;
	padding: 41px 24px 41px;
	margin: 0 0 23px;
}
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01 .cnt-des {
        padding: 33px 17px 27px;
        margin: 0 0 25px; } }
    .sec-01 .cnt-des .list-img {
      width: 575px;
      margin: auto;
      padding: 0;
      font-size: 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-01 .cnt-des .list-img {
          width: 100%; } }
      .sec-01 .cnt-des .list-img li {
        display: inline-block;
        width: calc(33.3333% - 22px);
        margin: 0 33px 0 0; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-01 .cnt-des .list-img li {
            width: calc(33.3333% - (22px / 3));
            margin: 0 11px 0 0; } }
        .sec-01 .cnt-des .list-img li:last-child {
          margin: 0; }
  .sec-01 .txt-des {
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin: 0 0 71px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01 .txt-des {
        font-size: 15px;
        line-height: 27px;
        margin: 0 0 38px; } }

.sec-02 {
  padding: 0 0 175px;
  background: none; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-02 {
      padding: 0 0 83px; }
      .sec-02 .txt-note {
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0.045em;
        font-weight: 300;
        text-align: center;
        margin: 0 0 16px; } }
  .sec-02 .h4-title {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin: 67px 0 34px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-02 .h4-title {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.06em;
        margin: 32px 0 2px; } }
  .sec-02 .box-link {
    position: relative; }
    .sec-02 .box-link:before {
      content: "";
      width: calc(614/864 * 100%);
      padding-top: 90px;
      display: block;
      position: absolute;
      left: 8px;
      right: 0;
      top: 136px;
      margin: auto;
      background-image: url("./../images/selfcheck/noise/img_02_line.png");
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 6; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-02 .box-link:before {
          content: none; } }
  .sec-02 .ul-list1 {
    font-size: 0;
    margin-bottom: 45px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-02 .ul-list1 {
        border-radius: 5px 5px 0 0;
        margin-bottom: 7px; } }
    .sec-02 .ul-list1 li {
      width: calc(50% - 6px);
      display: inline-block; }
      .sec-02 .ul-list1 li:last-child {
        margin: 0 0 0 12px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-02 .ul-list1 li {
          width: 50%;
          border: 1px solid #DEDEDE;
          margin: 0;
          position: relative;
          padding-top: 43%;
          border-radius: 5px 0 0 0; }
          .sec-02 .ul-list1 li img {
            width: 110px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
          .sec-02 .ul-list1 li:last-child {
            margin: 0;
            border-radius: 0 5px 0 0; }
          .sec-02 .ul-list1 li.active {
            background: #DEDEDE; } }
  .sec-02 .ul-list2 {
    font-size: 0; }
    .sec-02 .ul-list2 li {
      width: calc(33.3333% - 9px);
      display: inline-block;
      position: relative; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-02 .ul-list2 li {
          width: 100%;
          margin-bottom: 12px; } }
      .sec-02 .ul-list2 li:nth-child(2) {
        margin: 0 13px 0 14px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-02 .ul-list2 li:nth-child(2) {
            margin: 0 0 7px; } }
      .sec-02 .ul-list2 li:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 28px;
        border-top: 12px solid #2D2D2F;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        webkit-transition: all 0.3s ease-in-out;
        -transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-02 .ul-list2 li:after {
            content: none; } }
      .sec-02 .ul-list2 li.full {
        width: 100%;
        display: block;
        margin: 45px 0 0;
        text-align: center;
        background: #F4F4F4;
        border-radius: 5px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-02 .ul-list2 li.full {
            margin: 0;
            text-align: left; }
            .sec-02 .ul-list2 li.full:after {
              content: "";
              left: unset;
              bottom: 0;
              top: 0;
              right: 23px;
              border-top: 8px solid #2D2D2F;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent; } }
        .sec-02 .ul-list2 li.full a {
          padding: 20px 0 43px;
          color: #2D2D2F;
          display: block; }
          @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            .sec-02 .ul-list2 li.full a {
              padding: 19px; } }
        .sec-02 .ul-list2 li.full .txt-des {
          font-size: 20px;
          line-height: 48px;
          letter-spacing: 0;
          font-weight: 500; }
          @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            .sec-02 .ul-list2 li.full .txt-des {
              font-size: 16px;
              line-height: 20px; } }
      @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
        .sec-02 .ul-list2 li:hover:after {
          bottom: 18px; } }
  .sec-02 .c-title-h3 {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.03em;
    font-weight: 500;
    background: #F3F3F3;
    padding: 65px 15px;
    text-align: center; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-02 .c-title-h3 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.029em;
        padding: 40px 15px 39px; } }
    @media (max-width: 350px) and (orientation: landscape), (max-width: 350px) and (orientation: portrait) {
      .sec-02 .c-title-h3 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.029em; } }

.sec-03 {
  background: #F3F3F3;
  padding: 4px 0 53px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-03 {
      padding: 4px 0 25px; } }
  .sec-03 .c-title-h3 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 44px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-03 .c-title-h3 {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0.029em;
        padding: 44px 15px 23px; } }
    @media (max-width: 350px) and (orientation: landscape), (max-width: 350px) and (orientation: portrait) {
      .sec-03 .c-title-h3 {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 0.029em; } }

.sec-04 {
  padding: 176px 0 112px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-04 {
      padding: 51px 0 51px; } }
  .sec-04 .txt-gray {
    background: #EFEFEF;
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding: 20px;
    margin: 0 0 53px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-04 .txt-gray {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.05em;
        padding: 19px 26px;
        text-align: left;
        margin: 0 0 28px; } }
  .sec-04 .c-title-h4-2 {
    margin: 0 0 33px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-04 .c-title-h4-2 {
        margin: 0 0 14px; } }
  .sec-04 .breadcrumb {
    margin: 0 0 60px; }
    .sec-04 .breadcrumb li {
      line-height: 23px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-04 .breadcrumb {
        padding: 0;
        margin: 0 0 38px; }
        .sec-04 .breadcrumb li {
          line-height: 20px; } }

.sec-05 {
  padding: 150px 0 104px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-05 {
      padding: 91px 0 52px; } }
  .sec-05 .c-title-h4-2 {
    margin: 0 -15px 31px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-05 .c-title-h4-2 {
        margin: 0 0 14px; } }
  .sec-05 .breadcrumb {
    margin-bottom: 56px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-05 .breadcrumb {
        padding: 0;
        margin-bottom: 37px; } }

.sec-06 {
  padding: 150px 0 129px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-06 {
      padding: 88px 0 69px; } }
  .sec-06 .breadcrumb {
    margin-bottom: 56px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-06 .breadcrumb {
        padding: 0;
        margin-bottom: 37px; } }

.box-backup .backup-title {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-backup .backup-title {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.029em;
      margin: 0 0 23px; } }
  @media (max-width: 350px) and (orientation: landscape), (max-width: 350px) and (orientation: portrait) {
    .box-backup .backup-title {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.029em; } }

.box-backup .txt-des {
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0 0 96px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-backup .txt-des {
      font-size: 15px;
      line-height: 27px;
      margin: 0 0 38px; } }

.box-backup .c-btn-green {
  width: 415px;
  margin: auto;
  text-align: center;
  display: block; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-backup .c-btn-green {
      width: 100%; } }

.l-scheck__main {
  text-align: center; }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    .l-scheck__main {
      padding-top: 140px; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .l-scheck__main {
      border: none;
      padding-bottom: 0; } }
  .l-scheck__main:before {
    left: 0;
    width: 100%; }
  .l-scheck__main .scheck-bgwhite {
    border: none;
    padding-bottom: 0; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .l-scheck__main .scheck-bgwhite {
        padding: 0; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .l-scheck__main .scheck-bgwhite__txt p {
        font-size: 15px;
        line-height: 27px; } }

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .sec-02 .ul-list2 .tab-content {
    display: none; }
    .sec-02 .ul-list2 .tab-content.current {
      display: block; } }

.sec-13 .l-scheck__main {
  padding: 0; }

.sec-04 {
  padding-top: 88px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-04 {
      padding-top: 25px; } }
