@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; } }

.border-top {
  border-top: 1px solid #DEDEDE; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .border-top {
      width: calc(100% - 30px) !important; } }

.txt-red {
  color: #C72826; }

.p-line {
  display: block;
  width: 100%;
  max-width: 1122px;
  margin: 144px auto 143px;
  border-bottom: 1px solid #DEDEDE; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .p-line {
      max-width: calc(100% - 30px);
      margin: 67px auto 69px; } }

@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: #3E8926;
  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: #3E8926;
    text-decoration: underline; }
  .breadcrumb .ul-list li:last-child:after {
    content: none; }

.breadcrumb .ul-list--grey li {
  color: #707070; }
  .breadcrumb .ul-list--grey li a {
    color: #707070; }

.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(50% - 15px);
    margin: 0 30px 0 0;
    float: left;
    position: relative;
    border: 2px solid #3E8926;
    background: #fff;
    border-radius: 4px; }
    .ul-list-01 li:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .ul-list-01 li {
        border-width: 1px;
        width: calc(50% - 6px);
        margin: 0 12px 0 0;
        min-height: 0; } }
    .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 .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 46px 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 (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {
        .ul-list-01 li a {
          min-height: 214px; } }
    @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
      .ul-list-01 li:hover:after {
        bottom: 10px;
        opacity: 0.5; } }

.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;
      opacity: 0.5; } }

.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; } }

.box-linkGr {
  position: relative;
  display: block; }
  .box-linkGr:before {
    content: ">>";
    float: left;
    padding-right: 3px;
    font-size: 21px;
    color: #3E8926; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-linkGr:before {
        font-size: 14px; } }

.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-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 24px; } }
  .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;
      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 {
          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;
            opacity: 0.5; }
          .box-list .ul-boxlist-link li:hover.taget:after {
            bottom: 13px; } }

.c-title-h5 {
  text-align: center;
  margin: 0 0 27px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h5 {
      margin: 0 0 18px; } }
  .c-title-h5.mb46 {
    margin: 0 0 46px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h5.mb46 {
        margin: 0 0 21px; } }
  .c-title-h5__ico {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0; }
    .c-title-h5__ico img {
      width: 36px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h5__ico {
        display: block;
        margin: 0 0 7px; }
        .c-title-h5__ico img {
          width: 25px; } }
  .c-title-h5__txt {
    display: inline;
    vertical-align: middle;
    position: relative;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 500; }
    .c-title-h5__txt:before {
      content: "";
      left: 0;
      right: 0;
      top: 15px;
      height: 16px;
      margin: auto;
      background: #F0C5C4;
      position: absolute;
      z-index: -1; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-title-h5__txt:before {
          top: 22px; } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .c-title-h5__txt {
        display: inline-block;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.06em; }
        .c-title-h5__txt:before {
          top: 10px;
          height: 13px; } }

.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; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .box-cnt-img .item-cnt {
      font-size: 15px;
      line-height: 27px; } }
  .box-cnt-img .box-cnt-left {
    width: calc(100% - 410px);
    float: right;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding: 0 68px 0 0;
    margin: -17px 0 0; }
    @media (max-width: 980px) and (orientation: landscape), (max-width: 980px) and (orientation: portrait) {
      .box-cnt-img .box-cnt-left {
        width: calc(100% - 300px); } }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img .box-cnt-left {
        margin: 0;
        width: 100%;
        float: none;
        padding: 0; } }
  .box-cnt-img .item-txt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300; }
  .box-cnt-img .item-ttl {
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 0 0 0 17px;
    position: relative; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img .item-ttl {
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 28px; } }
    .box-cnt-img .item-ttl::after {
      background-color: #3E8926;
      content: '';
      left: 0;
      height: 20px;
      position: absolute;
      top: 17px;
      width: 5px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-cnt-img .item-ttl::after {
          height: calc(100% - 10px);
          top: 5px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .box-cnt-img .item-ttl::after {
          top: 15px; } }
  .box-cnt-img .item-list-number {
    font-size: 0; }
    .box-cnt-img .item-list-number li {
      border-bottom: 1px solid #D1D1D1; }
    .box-cnt-img .item-list-number p, .box-cnt-img .item-list-number span {
      vertical-align: top; }
    .box-cnt-img .item-list-number p {
      display: inline-block;
      padding-left: 8px;
      width: calc(100% - 19px);
      font-size: 16px;
      line-height: 40px;
      letter-spacing: 0.05em; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .box-cnt-img .item-list-number p {
          font-size: 15px; } }
    .box-cnt-img .item-list-number span {
      border-radius: 4px;
      background-color: #2D2D2F;
      color: #FFF;
      display: inline-block;
      height: 18px;
      margin-top: 10px;
      text-align: center;
      width: 18px;
      font-size: 11px;
      line-height: 18px;
      letter-spacing: 0.05em; }
  .box-cnt-img .item-ttl-circle {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.03em;
    font-weight: 500; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .box-cnt-img .item-ttl-circle {
        font-size: 16px;
        font-weight: bold; } }

.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% - 140px); }
    @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: 20px 0 20px 80px;
  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 10px 16px 55px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .h6-graybox {
      padding-top: 24px;
      padding-bottom: 16px; } }
  .h6-graybox:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 40px;
    top: 15px;
    left: 28px;
    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; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .h6-graybox:before {
        top: 18px; } }

.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;
  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: 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-h5 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #2D2D2F;
  margin: 0 0 31px; }
  @media (max-width: 1024px) and (orientation: landscape), (max-width: 1024px) and (orientation: portrait) {
    .c-title-h5 {
      font-size: 38px; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .c-title-h5 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.06em;
      margin: 0 0 14px; } }
  @media (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {
    .c-title-h5 {
      font-size: 20px;
      line-height: 28px; } }

.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; } }

.sec-01 {
  padding: 41px 0 150px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-01 {
      padding: 39px 0 70px; } }
  .sec-01 .c-title-h2 {
    text-align: center;
    font-size: 53px;
    line-height: 70px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0 0 37px;
    color: #2D2D2F; }
    @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; } }
    @media (max-width: 320px) and (orientation: landscape), (max-width: 320px) and (orientation: portrait) {
      .sec-01 .c-title-h2 {
        font-size: 22px;
        line-height: 28px; } }
  .sec-01 .img_01 {
    width: 100%;
    margin: 0 0 49px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01 .img_01 {
        margin: 0 0 24px; } }
  .sec-01 .img_02 {
    position: relative;
    margin: 0 0 50px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01 .img_02 {
        margin: 0 -15px 27px; } }
    .sec-01 .img_02 img {
      width: 100%; }
    .sec-01 .img_02:before {
      content: "";
      width: 399px;
      height: 198px;
      position: absolute;
      bottom: 155px;
      right: -156px;
      background-image: url("./../images/selfcheck/freeze/img_01_03.png");
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (max-width: 980px) and (orientation: landscape), (max-width: 980px) and (orientation: portrait) {
        .sec-01 .img_02:before {
          width: 322px;
          height: 160px;
          bottom: 155px;
          right: 10px; } }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-01 .img_02:before {
          width: 278px;
          height: 132px;
          background-image: url("./../images/selfcheck/freeze/img_01_03_sp.png");
          background-size: 100% 100%;
          background-position: center center;
          background-repeat: no-repeat;
          right: unset;
          left: 30px;
          content: none; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-01 .txt-center {
      margin: 41px 0 0; } }
  .sec-01__box01 {
    border-bottom: 1px solid #DEDEDE;
    margin: 18px 0 64px;
    padding-bottom: 42px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-01__box01 {
        margin: 7px 0 25px;
        padding-bottom: 12px; } }
    .sec-01__box01 .box01-ttl {
      border-radius: 5px;
      background-color: #EFEFEF;
      margin-bottom: 17px;
      padding: 16px 90px;
      position: relative;
      font-size: 28px;
      line-height: 55px;
      letter-spacing: 0.05em;
      font-weight: 500; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-01__box01 .box01-ttl {
          padding: 15px 10px 15px 58px;
          font-size: 18px;
          line-height: 27px;
          letter-spacing: 0.06em; } }
      .sec-01__box01 .box01-ttl::before {
        background: url(../images/selfcheck/power/icon_box01.svg) no-repeat;
        background-size: 100%;
        content: '';
        height: 28px;
        left: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-01__box01 .box01-ttl::before {
            left: 15px; } }
    .sec-01__box01 .box01-list {
      padding: 0 60px 0 50px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-01__box01 .box01-list {
          padding: 0; } }
      .sec-01__box01 .box01-list li {
        margin-bottom: 8px;
        padding-left: 30px;
        position: relative;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.05em;
        font-weight: 500; }
        @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
          .sec-01__box01 .box01-list li {
            margin-bottom: 17px;
            padding: 0 10px 0 35px;
            font-size: 15px;
            line-height: 19px; } }
        .sec-01__box01 .box01-list li::before {
          background: url(../images/selfcheck/power/icon_check.svg) no-repeat;
          background-size: 100%;
          content: '';
          height: 22px;
          left: 0;
          position: absolute;
          top: 3px;
          width: 23px; }
          @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
            .sec-01__box01 .box01-list li::before {
              height: 20px;
              width: 19px; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-01 .txt-des {
      font-size: 15px;
      line-height: 27px; } }

.sec-02 {
  background: #F3F3F3;
  padding: 73px 0 122px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-02 {
      padding: 50px 0; } }
  .sec-02 .c-title-h3 {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 0 45px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-02 .c-title-h3 {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0.029em;
        font-weight: 600;
        margin: 0 0 23px; } }

.sec-03 {
  padding: 118px 0 0; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-03 {
      padding: 52px 0 0; } }
  .sec-03 .sub-box {
    margin-bottom: 130px;
    color: #333; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-03 .sub-box {
        color: #000;
        margin-bottom: 70px; } }
    .sec-03 .sub-box--1 {
      padding: 150px 0 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-03 .sub-box--1 {
          padding: 83px 0 0; }
          .sec-03 .sub-box--1 .c-title-h6--c2 {
            padding: 18px 20px 17px 74px; } }
    .sec-03 .sub-box--2 {
      margin-bottom: 0;
      padding-top: 0; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-03 .sub-box--2 {
          margin-bottom: 0; } }
    .sec-03 .sub-box .txt-sub {
      font-size: 21px;
      line-height: 35px;
      letter-spacing: 0.05em;
      color: #333;
      margin-bottom: 50px; }
      @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
        .sec-03 .sub-box .txt-sub {
          color: #000;
          font-size: 15px;
          line-height: 27px;
          letter-spacing: 0.05em;
          margin-bottom: 35px; } }
  .sec-03 .c-title-h5__txt {
    display: block;
    width: fit-content;
    margin: auto; }

.sec-04 {
  padding: 150px 0 20px; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-04 {
      padding: 90px 0; } }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-04 .sub-box {
      margin-bottom: 0; }
      .sec-04 .sub-box .box-cnt-img {
        margin-bottom: 0; } }
  @media (max-width: 1024px) and (orientation: landscape), (max-width: 1024px) and (orientation: portrait) {
    .sec-04 .c-title-h4 br.pc {
      display: none; } }

.sec-12 {
  padding: 120px 0 0; }
  @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
    .sec-12 {
      padding: 60px 0 0; } }
  .sec-12 .h6-graybox {
    margin: 0 0 27px; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-12 .h6-graybox {
        margin: 0 0 24px;
        padding-right: 10px; } }
  .sec-12 .txt-des1 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300; }
    @media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
      .sec-12 .txt-des1 {
        font-size: 15px;
        line-height: 27px; } }

.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; } }

.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; } }
