@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
#header .site-logo a, .pagination li .first-link,
.pagination li .last-link, .article-footer .sns li a {
  color: transparent;
  font: 0/0 a;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(45% + 0.5vw);
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: 3.2vw;
  }
}
a {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
/* helper */
#header .site-logo a, .pagination li .first-link,
.pagination li .last-link, .article-footer .sns li a {
  color: transparent;
  font: 0/0 a;
}

._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }

  ._pcOnly {
    display: none;
  }
}
._font-serif {
  font-family: 'Noto Serif JP', sans-serif;
}

._font-nunito {
  font-family: 'Nunito', sans-serif;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.button-style {
  display: block;
  max-width: 400px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
}
.button-style.-white {
  color: #1CD8D2;
  background-color: #fff;
  border: 2px solid #fff;
}
.button-style.-border {
  color: #fff;
  border: 2px solid #fff;
}
.button-style.-border-b {
  color: #333;
  border: 2px solid #333;
}
.button-style.-red {
  color: #fff;
  background-color: #FF9B7F;
  border: 2px solid #FF9B7F;
}
.button-style.-main {
  color: #fff;
  background-color: #1CD8D2;
  border: 2px solid #1CD8D2;
}
.button-style.-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100% !important;
    max-width: initial !important;
    min-width: 100% !important;
    padding: 0 3.33333vw;
  }

  .button-style {
    display: block;
    font-size: 4vw;
    line-height: 13.33333vw;
    letter-spacing: 0.08em;
  }
}
.blog-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
.blog-list .item {
  width: 31%;
  margin: 0 0 2em 2%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.blog-list .item a {
  position: relative;
  display: block;
  height: 100%;
}
.blog-list .thumb {
  height: 177px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.blog-list .text-box {
  height: calc(100% - 177px);
  padding: 15px 20px 50px 20px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.blog-list .text-box .text-header {
  margin-bottom: 0.5em;
}
.blog-list .text-box .text-header .date {
  margin-right: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.3);
}
.blog-list .text-box .text-header .category {
  font-size: 1.1rem;
  font-weight: bold;
}
.blog-list .text-box .text-header .category.-basic {
  color: #FDA085;
}
.blog-list .text-box .text-header .category.-news {
  color: #96DE69;
}
.blog-list .text-box .text-header .category.-knowhow {
  color: #F6D365;
}
.blog-list .text-box .text-header .category.-ifttt {
  color: #5CB4EB;
}
.blog-list .text-box .text-header .category.-faq {
  color: #E392ED;
}
.blog-list .text-box .title {
  font-size: 1.5rem;
}
.blog-list .text-box .more {
  position: absolute;
  right: 16px;
  bottom: 20px;
  padding-right: 1.5em;
  color: #1CD8D2;
  font-size: 1.2rem;
  text-align: right;
}
.blog-list .text-box .more::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: .65em;
  height: .65em;
  border-top: #1CD8D2 2px solid;
  border-right: #1CD8D2 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .blog-list .item {
    width: 48%;
    -webkit-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
    border-radius: 2vw;
  }
  .blog-list .item a {
    background-color: #fff;
    border-radius: 2vw;
  }
  .blog-list .thumb {
    height: 23.6vw;
    border-radius: 2vw 2vw 0 0;
  }
  .blog-list .text-box {
    height: auto;
    padding: 2.66667vw 2.66667vw 6.66667vw 2.66667vw;
    border-radius: 0 0 2vw 2vw;
  }
  .blog-list .text-box .text-header .date {
    font-size: 2.66667vw;
  }
  .blog-list .text-box .text-header .category {
    font-size: 2.4vw;
  }
  .blog-list .text-box .title {
    font-size: 3.2vw;
  }
  .blog-list .text-box .more {
    right: 2vw;
    bottom: 2.66667vw;
    font-size: 2.4vw;
  }
}
#other {
  padding-bottom: 90px;
}

.yarpp-related {
  margin: 0;
}

#relation {
  padding-top: 60px;
}

#ranking {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #B5B5B5;
}

.aside-title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}

.archive-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -2%;
}
.archive-list .item {
  width: 48%;
  margin: 0 0 1em 2%;
}
.archive-list .item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}
.archive-list .thumb {
  width: 124px;
  border-radius: 10px;
  overflow: hidden;
}
.archive-list .text-box {
  width: calc(100% - 135px);
}
.archive-list .text-box .category {
  font-size: 1.1rem;
  font-weight: bold;
}
.archive-list .text-box .category.-basic {
  color: #FDA085;
}
.archive-list .text-box .category.-news {
  color: #96DE69;
}
.archive-list .text-box .category.-knowhow {
  color: #F6D365;
}
.archive-list .text-box .category.-ifttt {
  color: #5CB4EB;
}
.archive-list .text-box .category.-faq {
  color: #E392ED;
}
.archive-list .text-box .title {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #other {
    padding-bottom: 12vw;
  }

  #relation {
    padding-top: 8vw;
  }

  #ranking {
    padding-bottom: 2em;
  }

  .aside-title {
    font-size: 3.73333vw;
  }

  .archive-list {
    display: block;
    margin: -1em 0 0 0;
  }
  .archive-list .item {
    width: 100%;
    margin: 2em 0 0 0;
  }
  .archive-list .thumb {
    width: 30%;
    border-radius: 1.33333vw;
  }
  .archive-list .text-box {
    width: 68%;
  }
  .archive-list .text-box .category {
    font-size: 2.4vw;
  }
  .archive-list .text-box .title {
    font-size: 3.2vw;
  }
}
.page-header {
  position: relative;
  height: 180px;
  background: url(../images/common/bg_archiveheader.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.page-header::after {
  position: absolute;
  right: 100px;
  bottom: -50px;
  width: 154px;
  height: 209px;
  background: url(../images/common/img_illust.png) no-repeat center center;
  background-size: contain;
  content: '';
}
.page-header .title {
  padding: 70px 0;
  color: #fff;
  font-size: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .page-header::after {
    right: 50px;
    bottom: -80px;
    width: 123.2px;
    height: 250.8px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 24vw;
  }
  .page-header::after {
    right: 6.66667vw;
    bottom: -6.66667vw;
    width: 20.53333vw;
    height: 27.86667vw;
  }
  .page-header .title {
    padding: 9.33333vw 0;
    font-size: 4.26667vw;
  }
}
.tabs {
  margin-bottom: 50px;
}

.tab-list {
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
}
.tab-list li {
  width: 100%;
}
.tab-list li a {
  display: block;
  padding: 1em 0;
  font-size: 1.4rem;
  text-align: center;
}
.tab-list li.is-current a {
  color: #fff;
  background-color: #1CD8D2;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .tabs {
    margin-bottom: 6.66667vw;
  }

  .tab-list {
    flex-wrap: wrap;
    border-radius: 6.66667vw;
    background: none;
  }
  .tab-list li {
    width: 33%;
    margin: 0.8em 0;
    background-color: #fff;
  }
  .tab-list li:nth-child(3n + 1) {
    border-bottom-left-radius: 6.66667vw;
    border-top-left-radius: 6.66667vw;
  }
  .tab-list li:last-child, .tab-list li:nth-child(3n) {
    border-bottom-right-radius: 6.66667vw;
    border-top-right-radius: 6.66667vw;
  }
  .tab-list li a {
    font-size: 2.66667vw;
  }
  .tab-list li.is-current a {
    border-radius: 6.66667vw;
  }
}
/* header 
------------------------ */
#header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}
#header .site-logo {
  height: 60px;
  padding-left: 40px;
  line-height: 1;
}
#header .site-logo a {
  display: block;
  width: 234px;
  height: 60px;
  background: url("../images/common/logo.svg") center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
#header .hnavi-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#header .hnavi-list .hnavi-list-item a {
  display: block;
  width: 141px;
  line-height: 80px;
  text-align: center;
}
#header .hnavi-list .hnavi-list-item.-register a {
  color: #fff;
  background-color: #FF9B7F;
}

@media screen and (max-width: 767px) {
  #header .site-logo {
    height: 8vw;
    padding-left: 3.33333vw;
  }
  #header .site-logo a {
    width: 31.2vw;
    height: 8vw;
  }
  #header .hnavi-list .hnavi-list-item a {
    width: 20vw;
    line-height: 13.33333vw;
  }
}
/* pagination
------------------------ */
.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.4em;
}
.pagination li .page-link {
  display: inline-block;
  width: 40px;
  margin: 0 8px;
  line-height: 40px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.pagination li.active .page-link {
  background-color: #fff;
}
.pagination li .prev-link,
.pagination li .next-link {
  display: inline-block;
  width: 90px;
  margin: 0 10px;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
}
.pagination li .first-link,
.pagination li .last-link {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-size: 100% auto;
}
.pagination li .first-link {
  background: url("../images/common/ico_prev.svg") center center no-repeat;
}
.pagination li .last-link {
  background: url("../images/common/ico_next.svg") center center no-repeat;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 0.4em;
  }
  .pagination li .page-link {
    width: 8vw;
    margin: 0 1.06667vw;
    line-height: 8vw;
    font-size: 2.4vw;
  }
  .pagination li .prev-link,
  .pagination li .next-link {
    width: 13.33333vw;
    margin: 0 1.33333vw;
    line-height: 8vw;
    font-size: 3.2vw;
    border-radius: 8vw;
  }
  .pagination li .first-link,
  .pagination li .last-link {
    width: 8vw;
    height: 8vw;
    margin: 0 0.66667vw;
    border-radius: 50%;
  }
}
/* nav-buttons
------------------------ */
.nav-buttons {
  padding: 78px 0 80px 0;
  background: url(../images/common/bg_aside.png) no-repeat center center;
  background-size: cover;
}
.nav-buttons .buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav-buttons .buttons .item {
  width: 400px;
  margin: 0 20px;
}
.nav-buttons .buttons .item .text {
  margin-bottom: 1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nav-buttons {
    padding: 10.66667vw 0;
  }
  .nav-buttons .buttons {
    display: block;
  }
  .nav-buttons .buttons .item {
    width: 100%;
    margin: 4em 0 0 0;
  }
  .nav-buttons .buttons .item:first-child {
    margin-top: 0;
  }
}
/* footer
------------------------ */
#footer {
  background-color: #fff;
}
#footer .inner {
  max-width: initial;
  padding: 0 40px;
}
#footer .fnavi-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.8em 0;
  border-bottom: 2px solid #B5B5B5;
}
#footer .fnavi-list li {
  padding: 0 0.8em;
  font-size: 1.4rem;
}
#footer .fnavi-list li + li {
  border-left: 1px solid #333;
}
#footer .copyright {
  padding: 1em 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding: 0 3.33333vw;
  }
  #footer .fnavi-list {
    border-width: 1px;
  }
  #footer .fnavi-list li {
    font-size: 2.4vw;
  }
  #footer .copyright {
    font-size: 2.66667vw;
  }
}
/* site-content
------------------------ */
#site-content {
  background-color: #FFFBED;
}

#article {
  padding: 50px 0 60px 0;
}
#article .page-back {
  margin-top: 40px;
  text-align: center;
}
#article .page-back a {
  margin: 0 auto;
}

.page-title {
  margin-bottom: 2em;
  font-size: 3.2rem;
}

.article-box {
  padding: 45px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.article-box.-single {
  margin-top: 20px;
  padding: 60px 100px;
}

.article-header {
  margin-bottom: 2em;
  padding-bottom: 3em;
  border-bottom: 2px solid #B5B5B5;
}
.article-header .category {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: bold;
}
.article-header .category.-basic {
  color: #FDA085;
}
.article-header .category.-news {
  color: #96DE69;
}
.article-header .category.-knowhow {
  color: #F6D365;
}
.article-header .category.-ifttt {
  color: #5CB4EB;
}
.article-header .category.-faq {
  color: #E392ED;
}
.article-header .title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.article-header .date {
  color: rgba(51, 51, 51, 0.3);
}

.article-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1em;
  padding-top: 2em;
  border-top: 2px solid #B5B5B5;
}
.article-footer .back a {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3rem;
}
.article-footer .back a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: .65em;
  height: .65em;
  border-bottom: #333 2px solid;
  border-left: #333 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.article-footer .sns {
  display: -webkit-flex;
  display: flex;
}
.article-footer .sns li {
  margin-left: 1em;
}
.article-footer .sns li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  cursor: pointer;
}
.article-footer .sns li.twitter a {
  width: 27px;
  height: 22px;
  background-image: url(../images/common/ico_twitter.svg);
}
.article-footer .sns li.facebook a {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_facebook.svg);
}
.article-footer .sns li.line a {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_line.svg);
}

.article-detail h1 {
  font-size: 2.4rem;
}
.article-detail h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}
.article-detail h3 {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 700;
}
.article-detail p {
  margin-bottom: 2.5em;
  line-height: 2.2;
}
.article-detail a {
  color: #1CD8D2;
  font-weight: 700;
  text-decoration: underline;
}
.article-detail ul {
  margin-bottom: 2.5em;
  line-height: 2.2;
}
.article-detail ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: disc inside;
}
.article-detail ul.-style-none li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.article-detail ol {
  margin-bottom: 2.5em;
  line-height: 2.2;
}
.article-detail ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  list-style: decimal inside;
}
.article-detail ol.-style-none li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.article-detail .wp-block-image {
  margin-bottom: 1.5em;
}
.article-detail .wp-block-group {
  margin-bottom: 4em;
}
.article-detail iframe {
  max-width: 100%;
}
.article-detail table {
  width: 100%;
}
.article-detail table th,
.article-detail table td {
  padding: 30px 0;
  border-top: 1px solid #e7ecf5;
}
.article-detail table tr:first-child th,
.article-detail table tr:first-child td {
  border-top: none;
}
.article-detail table th {
  width: 250px;
  font-size: 1.6rem;
  font-size: 700;
  text-align: left;
  vertical-align: top;
}
.article-detail table th em {
  display: inline-block;
  margin-left: 1em;
  padding: 2px 10px;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  background-color: #f3f5fa;
}
.article-detail table th em.require {
  color: #fff;
  background-color: #FF0000;
}
.article-detail textarea,
.article-detail input[type="text"],
.article-detail input[type="email"],
.article-detail input[type="tel"],
.article-detail input[type="password"],
.article-detail select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e7ecf5;
  border-radius: 5px;
}
.article-detail .notice {
  margin: 1.5em 0 3em 0;
  text-align: center;
}
.article-detail .btn-submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
}
.article-detail .sent .article-box,
.article-detail .sent .notice,
.article-detail .sent .btn-submit {
  display: none;
}

@media screen and (max-width: 767px) {
  #article {
    padding: 6.66667vw 0 8vw 0;
  }
  #article .page-back {
    margin-top: 6.66667vw;
  }

  .page-title {
    margin-bottom: 1em;
    font-size: 5.33333vw;
  }

  .article-header {
    border-width: 1px;
  }
  .article-header .category {
    font-size: 2.4vw;
  }
  .article-header .title {
    font-size: 3.73333vw;
  }

  .article-footer {
    border-width: 1px;
  }

  .article-box {
    padding: 6vw;
    border-radius: 5.33333vw;
    -webkit-box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.66667vw rgba(0, 0, 0, 0.2);
  }
  .article-box.-single {
    margin-top: 2.66667vw;
    padding: 8vw 6vw;
  }

  .article-title {
    font-size: 4vw !important;
  }

  .article-detail {
    padding: 5.33333vw 0;
  }
  .article-detail h1 {
    font-size: 4.53333vw;
  }
  .article-detail .article-info {
    margin-bottom: 1.33333vw;
  }
  .article-detail .article-info .date {
    font-size: 2.93333vw;
  }
  .article-detail .article-info .category {
    margin-left: 1.33333vw;
    padding: 0.26667vw 1.6vw;
    font-size: 2.4vw;
  }
  .article-detail h2 {
    margin-bottom: 1.5em;
    font-size: 4vw;
  }
  .article-detail h3 {
    margin-bottom: 0.5em;
    font-size: 3.2vw;
  }
  .article-detail .wp-block-group {
    margin-bottom: 6.66667vw;
  }
  .article-detail .wp-block-group .wp-block-group {
    margin-bottom: 2.66667vw;
  }
  .article-detail table th,
  .article-detail table td {
    display: block;
    padding: 1.33333vw 0;
  }
  .article-detail table th {
    width: 100%;
    font-size: 3.2vw;
    padding-top: 4vw;
  }
  .article-detail table th em {
    margin-right: 1.33333vw;
    padding: 0.26667vw 1.33333vw;
    font-size: 3.2vw;
  }
  .article-detail table td {
    padding-bottom: 4vw;
    border-top: none;
  }
  .article-detail textarea,
  .article-detail input[type="text"],
  .article-detail input[type="email"],
  .article-detail input[type="tel"],
  .article-detail input[type="password"],
  .article-detail select {
    padding: 1.33333vw 2.66667vw;
  }
  .article-detail .notice {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}
/* adsense */
.adBlock {
  width: 31%;
  height: 300px;
  margin: 0 0 2em 2%;
}

@media screen and (max-width: 767px) {
  .adBlock {
    width: 48%;
  }
}
