<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  line-height: 1.8;
  width: 100%;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 601px) {
  .wrap {
    max-width: 1028px;
    width: 100%;
    padding: 0 14px;
  }
}

@media screen and (max-width: 600px) {
  .wrap {
    width: 100%;
    padding: 0 16px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  color: #00559F;
}

a:hover {
  opacity: .7;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: 0;
  line-height: 1;
}

@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.anime {
  opacity: 0;
}

.animated.fadeindown {
  -webkit-animation: fadeindown;
          animation: fadeindown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadein {
  -webkit-animation: fadein;
          animation: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeinup {
  -webkit-animation-name: fadeinup;
          animation-name: fadeinup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeinright {
  -webkit-animation-name: fadeinright;
          animation-name: fadeinright;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: .25s !important;
          animation-delay: .25s !important;
}

.delay-2 {
  -webkit-animation-delay: .5s !important;
          animation-delay: .5s !important;
}

.delay-3 {
  -webkit-animation-delay: .75s !important;
          animation-delay: .75s !important;
}

.delay-4 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay-5 {
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}

.delay-6 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.ifttt .red {
  color: #D00000;
}

.ifttt .blue {
  color: #266FE3;
}

.ifttt .orange {
  color: #F78C3E;
}

.ifttt .cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #F25B5B;
  background-image: url(../img/muryo.png);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 56px auto;
  border-radius: 100px;
  width: 100%;
}

@media screen and (min-width: 601px) {
  .ifttt .cv-btn {
    max-width: 360px;
    padding-left: 24px;
    height: 72px;
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .cv-btn {
    padding-left: 16px;
    height: 56px;
    font-size: 20px;
    background-size: 40px auto;
    background-position: 8px center;
    max-width: 300px;
    margin: auto;
  }
}

.ifttt .cv-btn::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.ifttt .lg-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #26b409;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: 100%;
  padding: 0 24px;
}

@media screen and (min-width: 601px) {
  .ifttt .lg-btn {
    max-width: 360px;
    padding-left: 24px;
    height: 72px;
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .lg-btn {
    padding-left: 16px;
    height: 56px;
    font-size: 16px;
    background-size: 40px auto;
    background-position: 8px center;
    max-width: 300px;
    margin: auto;
  }
}

.ifttt .lg-btn::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.ifttt .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #EB8032;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: 100%;
  padding: 0 24px;
}

.ifttt .login-btn small {
  display: block;
}

@media screen and (min-width: 601px) {
  .ifttt .login-btn small {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .login-btn small {
    font-size: 10px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt .login-btn {
    max-width: 360px;
    font-size: 16px;
    height: 72px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .login-btn {
    height: 56px;
    font-size: 12px;
    max-width: 300px;
    margin: auto;
  }
}

.ifttt .login-btn::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.ifttt .other-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #34627B;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: 100%;
  padding: 0 24px;
  margin-top: 8px;
}

.ifttt .other-btn small {
  font-size: 14px;
  display: block;
}

@media screen and (min-width: 601px) {
  .ifttt .other-btn {
    max-width: 360px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .other-btn {
    height: 40px;
    max-width: 300px;
    font-size: 12px;
    margin: 8px auto 0;
  }
}

.ifttt .other-btn::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #34627B;
  border-right: 2px solid #34627B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.ifttt .soon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #34627B;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  width: 100%;
  padding: 0 24px;
  margin-top: 8px;
}

.ifttt .soon-btn small {
  font-size: 14px;
  display: block;
}

@media screen and (min-width: 601px) {
  .ifttt .soon-btn {
    max-width: 360px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .soon-btn {
    height: 40px;
    max-width: 300px;
    font-size: 12px;
    margin: 8px auto 0;
  }
}

.ifttt .totop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #34627B;
  text-align: center;
  background-color: #fff;
  border: 1px solid #34627B;
  border-radius: 100px;
  width: 100%;
  font-size: 16px;
  max-width: 360px;
}

@media screen and (min-width: 601px) {
  .ifttt .totop-btn {
    height: 72px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt .totop-btn {
    height: 56px;
    max-width: 300px;
  }
}

.ifttt .totop-btn::before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 32px;
  height: 10px;
  width: 10px;
  border-top: 2px solid #34627B;
  border-left: 2px solid #34627B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.ifttt-mv {
  background-image: url(../img/main-bg.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .ifttt-mv {
    background-position: right 10% center;
  }
}

.ifttt-mv .wrap {
  position: relative;
}

@media screen and (min-width: 601px) {
  .ifttt-mv .wrap {
    padding-top: 64px;
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-mv .wrap {
    padding-top: 48px;
    padding-bottom: 32px;
    height: auto;
  }
}

.ifttt-mv-ttl {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 24px;
}

.ifttt-mv-ttl-top {
  margin-bottom: 16px;
}

.ifttt-mv-txt {
  font-weight: bold;
  text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff,0px 0px 2px #fff;
}

@media screen and (min-width: 601px) {
  .ifttt-mv-txt {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-mv-txt {
    margin-bottom: 32px;
  }
}

.ifttt-mv-logo {
  position: absolute;
}

@media screen and (min-width: 601px) {
  .ifttt-mv-logo {
    top: 24px;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-mv-logo {
    top: 8px;
    right: 16px;
  }
  .ifttt-mv-logo img {
    width: 150px;
    height: auto;
  }
}

.ifttt-sec01 {
  background: #FFFCF2;
}

@media screen and (min-width: 601px) {
  .ifttt-sec01 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01 {
    padding: 40px 0;
  }
}

.ifttt-sec01-ttl {
  text-align: center;
  font-weight: bold;
  color: #34627B;
  line-height: 1.4;
}

@media screen and (min-width: 1029px) {
  .ifttt-sec01-ttl {
    margin: 0 auto 64px;
  }
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-ttl {
    margin: 0 auto 48px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-ttl {
    font-size: 24px;
    margin: 0 auto 32px;
  }
}

.ifttt-sec01-ttl small {
  color: #000;
  display: block;
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-ttl small {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-ttl small {
    font-size: 16px;
  }
}

.ifttt-sec01-contents {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1029px) {
  .ifttt-sec01-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-contents-left {
    margin: 0 auto;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-left {
    width: 490px;
  }
}

.ifttt-sec01-contents-left-lead {
  font-size: 20px;
  margin-top: 0;
  font-weight: bold;
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-contents-left-lead {
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-left-lead {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-contents-left-lead {
    text-align: left;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-contents-left-txt {
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-left-txt {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-contents-left-txt {
    margin: 0 0 24px;
    text-align: left;
  }
}

.ifttt-sec01-contents-right {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-contents-right {
    margin: 24px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-right {
    width: 490px;
    padding: 32px 24px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-contents-right {
    margin: 0 0 24px;
    padding: 24px 16px;
  }
}

.ifttt-sec01-contents-right-txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.ifttt-sec01-contents-outline {
  left: 0;
  bottom: 0;
  background: white;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

@media screen and (min-width: 1029px) {
  .ifttt-sec01-contents-outline {
    position: absolute;
  }
}

@media screen and (max-width: 1028px) {
  .ifttt-sec01-contents-outline {
    margin: 24px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-outline {
    padding: 24px;
    width: 490px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-contents-outline {
    padding: 16px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec01-contents-outline-ttl {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec01-contents-outline-ttl {
    margin: 0 0 8px;
  }
}

.ifttt-sec01-contents-outline-ttl span {
  display: inline-block;
  width: 60px;
}

.ifttt-sec01-contents-outline-ttl span img {
  vertical-align: baseline;
}

.ifttt-sec01-contents-outline-lead {
  font-weight: bold;
  font-size: 14px;
}

.ifttt-sec01-contents-outline-txt {
  font-size: 14px;
}

.ifttt-sec02-item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

:nth-child(2n) &gt; .ifttt-sec02-item {
  background-position: right center;
}

.ifttt-sec02-item:nth-child(2) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.ifttt-sec02-item-wrap {
  position: relative;
}

.ifttt-sec02-item-wrap.animated .ifttt-sec02-item:nth-child(1) {
  position: absolute;
}

.ifttt-sec02-item-wrap.animated .ifttt-sec02-item:nth-child(2) {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.ifttt-sec02-item .wrap {
  position: relative;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item .wrap {
    height: 520px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item .wrap {
    padding: 0;
  }
}

.ifttt-sec02-item-ttl {
  background: #34627B;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item-ttl {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-ttl {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
  }
}

.ifttt-sec02-item-contents {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item-contents {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    padding: 0 20px 32px;
    width: 380px;
    height: 400px;
  }
  :nth-child(2n) &gt; .ifttt-sec02-item .ifttt-sec02-item-contents {
    right: auto;
    left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents {
    background: rgba(255, 255, 255, 0.7);
    padding: 16px;
    height: 334px;
  }
}

.ifttt-sec02-item-contents-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item-contents-tab {
    margin: 0 -20px 16px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents-tab {
    margin: 0 0 16px;
    border-radius: 5px;
    overflow: hidden;
  }
}

.ifttt-sec02-item-contents-tab-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background-color: #D4D6D8;
  color: #34627B;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents-tab-item {
    background-color: #fff;
    height: 48px;
  }
}

.ifttt-sec02-item-contents-tab-item.current {
  background-color: #34627B;
  color: #D4D6D8;
}

.ifttt-sec02-item-contents-tab-item.current::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #34627B transparent transparent transparent;
}

.ifttt-sec02-item-contents-tab-item:hover {
  opacity: .7;
}

.ifttt-sec02-item-contents-head {
  background-color: #F78C3E;
  color: #fff;
  padding: 4px;
  text-align: center;
  border-radius: 5px;
  margin: -4px 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents-head {
    display: inline-block;
    padding: 4px 8px;
  }
}

.ifttt-sec02-item-contents-ttl {
  line-height: 1.4;
  font-weight: bold;
  color: #34627B;
  margin: 16px 0 0;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item-contents-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents-ttl {
    font-size: 20px;
  }
}

.ifttt-sec02-item-contents-txt {
  margin: 16px 0 0;
}

@media screen and (min-width: 601px) {
  .ifttt-sec02-item-contents-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec02-item-contents-txt {
    font-size: 16px;
  }
}

.ifttt-sec05 {
  background: #eeeeee;
}

@media screen and (min-width: 601px) {
  .ifttt-sec05 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05 {
    padding: 40px 0;
  }
}

.ifttt-sec05-ttl {
  text-align: center;
  font-weight: bold;
  color: #34627B;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .ifttt-sec05-ttl {
    font-size: 40px;
    margin: 0 auto 64px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05-ttl {
    font-size: 24px;
    margin: 0 auto 32px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec05-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -24px;
  }
  .ifttt-sec05-list::before {
    content: "";
    display: block;
    width: 316px;
    margin: 0 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ifttt-sec05-list::after {
    content: "";
    display: block;
    width: 316px;
    margin: 0 12px;
  }
}

.ifttt-sec05-list-ttl {
  text-align: center;
}

@media screen and (min-width: 601px) {
  .ifttt-sec05-list-ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .ifttt-sec05-list + .ifttt-sec05-list-ttl {
    margin-top: 48px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05-list-ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .ifttt-sec05-list + .ifttt-sec05-list-ttl {
    margin-top: 24px;
  }
}

.ifttt-sec05-list-item {
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 24px;
}

@media screen and (min-width: 601px) {
  .ifttt-sec05-list-item {
    width: 316px;
    margin: 0 12px 24px;
  }
}

.ifttt-sec05-list-item-ttl {
  background-color: #34627B;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 8px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ifttt-sec05-list-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 64px);
}

.ifttt-sec05-list-item-contents-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 8px 0;
  position: relative;
}

.ifttt-sec05-list-item-contents-item:nth-child(2) {
  background-color: #f5f5f5;
}

.ifttt-sec05-list-item-contents-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #34627B;
}

.ifttt-sec05-list-item-contents-item-body {
  padding-top: 40px;
}

.ifttt-sec05-list-item-contents-item-body-logo {
  height: 32px;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ifttt-sec05-list-item-contents-item-body-txt {
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .ifttt-sec05 .cv-btn, .ifttt-sec05 .lg-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05 .cv-btn, .ifttt-sec05 .lg-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec05 .login-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05 .login-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec05 .other-btn {
    margin: 8px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec05 .other-btn {
    margin: 8px auto 0;
  }
}

.ifttt-sec03 {
  background: #FFFCF2;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03 {
    padding: 40px 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec03 .wrap {
    padding: 0 100px;
  }
}

.ifttt-sec03-ttl {
  text-align: center;
  font-weight: bold;
  color: #34627B;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-ttl {
    font-size: 40px;
    margin: 0 auto 64px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-ttl {
    font-size: 24px;
    margin: 0 auto 32px;
  }
}

.ifttt-sec03-contents {
  counter-reset: number;
}

.ifttt-sec03-contents-item {
  counter-increment: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item {
    padding: 0 32px 0 96px;
    min-height: 112px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item {
    padding: 16px 16px 16px 56px;
  }
}

.ifttt-sec03-contents-item a {
  text-decoration: underline;
}

.ifttt-sec03-contents-item::before {
  content: counter(number);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background: #34627B;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item::before {
    left: 32px;
    height: 48px;
    width: 48px;
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item::before {
    left: 16px;
    top: 16px;
    bottom: auto;
    height: 24px;
    width: 24px;
    font-size: 16px;
  }
}

.ifttt-sec03-contents-item:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  border-bottom: 3px solid #34627B;
  border-right: 3px solid #34627B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  right: 0;
  left: 0;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item:not(:last-child)::after {
    bottom: -48px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item:not(:last-child)::after {
    bottom: -24px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item + .ifttt-sec03-contents-item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item + .ifttt-sec03-contents-item {
    margin-top: 40px;
  }
}

.ifttt-sec03-contents-item-txt {
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item-txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item-txt {
    font-size: 16px;
  }
}

.ifttt-sec03-contents-item-cap {
  font-weight: normal;
  margin: 0;
  opacity: .8;
  display: block;
}

@media screen and (min-width: 601px) {
  .ifttt-sec03-contents-item-cap {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03-contents-item-cap {
    font-size: 12px;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec03 .cv-btn, .ifttt-sec03 .lg-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03 .cv-btn, .ifttt-sec03 .lg-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec03 .login-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03 .login-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec03 .other-btn {
    margin: 8px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec03 .other-btn {
    margin: 8px auto 0;
  }
}

.ifttt-sec04 {
  background: #FCF3E0;
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04 {
    padding: 40px 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 .wrap {
    padding: 0 230px;
  }
}

.ifttt-sec04-ttl {
  text-align: center;
  font-weight: bold;
  color: #34627B;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .ifttt-sec04-ttl {
    font-size: 40px;
    margin: 0 auto 64px;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04-ttl {
    font-size: 24px;
    margin: 0 auto 32px;
  }
}

.ifttt-sec04-contents {
  text-align: center;
  background: #fff;
  border: 4px solid #34627B;
  padding: 64px 24px 24px;
  border-radius: 10px;
}

.ifttt-sec04-contents-ttl {
  width: 226px;
  margin: 0 auto 32px;
}

.ifttt-sec04-contents-price {
  background: #F8F8F8;
  border-radius: 100px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 32px;
  font-weight: bold;
}

.ifttt-sec04-contents-price small {
  font-size: 16px;
}

.ifttt-sec04-contents-use {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 16px;
  margin-top: 32px;
}

.ifttt-sec04-contents-use-ttl {
  font-size: 20px;
  margin: 0 0 16px;
}

.ifttt-sec04-contents-use-txt {
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 .cv-btn, .ifttt-sec04 .lg-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04 .cv-btn, .ifttt-sec04 .lg-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 .login-btn {
    margin: 64px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04 .login-btn {
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 .other-btn {
    margin: 8px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04 .other-btn {
    margin: 8px auto 0;
  }
}

@media screen and (min-width: 601px) {
  .ifttt-sec04 .totop-btn {
    margin: 48px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .ifttt-sec04 .totop-btn {
    margin: 32px auto 0;
  }
}
</pre></body></html>