@charset "UTF-8";
/*
使用色
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fafafa;
  color: #141414;
  font-family: helvetica, arial, メイリオ, sans-serif;
  font-size: 1.7rem;
  line-height: 180%;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

p {
  text-align: justify;
}

a {
  color: #38c2a8;
  text-decoration: underline;
}

a:hover {
  color: #38c2a8;
}

footer .sns-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

footer .sns-btn iframe + iframe {
  margin-top: 30px;
}

footer span {
  display: inline-block;
  margin-top: 15px;
}

.adf-btn, .adf-btn-info {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.adf-btn:hover, .adf-btn-info:hover {
  color: white;
  text-decoration: none;
}

.btn-min {
  padding: 3px 10px;
  font-size: 1.4rem;
}

.modal-footer .btn-min {
  letter-spacing: 2px;
}

.adf-btn-primary {
  background-color: #38c2a8;
}

.adf-btn-primary:hover {
  background-color: #a6d7d0;
}

.adf-btn-info {
  background-color: #a6a6a6;
}

.adf-btn-info:hover {
  background-color: #737373;
}

.btn-create {
  width: 200px;
  margin: 30px auto;
}

.logo-type {
  font-family: 'Lexend Deca', sans-serif;
}

.af-adsense {
  text-align: center;
}

ins.adsbygoogle {
  background: transparent !important;
  background-color: #f4f4f4 !important;
}

.howto .section p + p {
  margin-top: 32px;
}

.info {
  width: 100%;
  max-width: 600px;
  margin: 65px auto 0;
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #e3f2fd;
  color: #2196f3;
}

.info h2 {
  text-align: center;
}

.info p {
  margin-top: 10px;
}

.menu-box {
  position: fixed;
  top: 10px;
  right: 5%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(56, 194, 168, 0.5);
}

.menu-trigger {
  width: 38px;
  height: 27px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all .4s;
  border-radius: 4px;
  background-color: white;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}

.menu-trigger {
  position: absolute;
  top: 16.5px;
  left: 11px;
}

.menu-list li {
  border-top: 1px solid #e9ecef;
}

.menu-list li:first-child {
  border: 0;
}

.menu-list a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.menu-list a:hover {
  background-color: rgba(56, 194, 168, 0.5);
  color: white;
}

nav .modal-body {
  padding: 0;
}

/* ブレイクポイント
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-i {
    display: none;
  }
  .af-adsense {
    margin: 60px 0;
  }
  .modal-dialog {
    top: 15px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .adf-container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 3%;
  }
  header {
    background-color: #38c2a8;
  }
  header .adf-container {
    width: 85%;
  }
  header.top .box {
    padding: 30px 0;
  }
  header.top .title {
    width: 82%;
    max-width: 360px;
    margin-top: 5px;
  }
  header.top h1 img {
    width: 60%;
  }
  header.top p {
    margin-top: 15px;
    color: white;
    line-height: 180%;
    text-align: justify;
  }
  header.top .img {
    margin-top: 20px;
    text-align: center;
  }
  header.top .img img {
    width: 100%;
    max-width: 270px;
  }
  header .etc {
    padding: 0;
  }
  header .etc h1 {
    padding: 10px 0;
    line-height: 0;
  }
  .what h2, .regist h2, .device h2, .security h2 {
    color: #38c2a8;
    font-size: 1.5em;
    line-height: 130%;
  }
  .what h2 span, .regist h2 span, .device h2 span, .security h2 span {
    letter-spacing: 4px;
  }
  .what .text p, .regist .text p, .device .text p, .security .text p {
    margin-top: 30px;
  }
  .what, .security {
    margin-top: 60px;
  }
  .what .img, .security .img {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    text-align: center;
  }
  .what .img img, .security .img img {
    width: 80%;
  }
  .what .img svg, .security .img svg {
    width: 80%;
    height: 120px;
    color: #38c2a8;
  }
  .regist, .device {
    margin-top: 60px;
  }
  .regist .img, .device .img {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    text-align: center;
  }
  .regist .img img, .device .img img {
    width: 90%;
  }
  .device {
    margin-top: 60px;
  }
  .top-event-btn {
    margin-top: 60px;
  }
  .qa h2 {
    margin-top: 60px;
    color: #38c2a8;
    font-size: 3rem;
    text-align: center;
  }
  .qa ul {
    margin: 30px auto 0;
  }
  .qa ul .box {
    display: flex;
  }
  .qa ul .box span:last-child {
    margin-left: 10px;
  }
  .qa ul li {
    margin-top: 60px;
  }
  .qa ul h3 {
    color: #38c2a8;
    font-weight: bold;
    line-height: 150%;
  }
  .qa ul p {
    margin-top: 10px;
  }
  .qa .btn-create {
    margin: 60px auto;
  }
  .howto h2 {
    margin-top: 60px;
    color: #38c2a8;
    font-size: 3rem;
    text-align: center;
  }
  .howto .howto-list {
    margin: 60px auto 0;
    padding: 15px 15px 15px 35px;
    list-style: disc;
    border: 1px dashed #38c2a8;
  }
  .howto .howto-list li {
    margin-top: 10px;
    color: #38c2a8;
    text-decoration: underline;
    cursor: pointer;
  }
  .howto .howto-list li:first-child {
    margin-top: 0;
  }
  .howto .howto-list li:hover {
    text-decoration: none;
  }
  .howto .section {
    margin: 60px auto 0;
  }
  .howto .section h3 {
    color: #38c2a8;
    font-size: 2rem;
    font-weight: bold;
  }
  .howto .section h4 {
    margin-top: 30px;
    color: #737373;
    font-size: 2rem;
    font-weight: bold;
  }
  .howto .section h5 {
    margin-top: 15px;
    color: #737373;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .howto .section p {
    margin-top: 5px;
  }
  .howto .section .img-link-area {
    text-align: center;
  }
  .howto .section .img-link-area .img-link {
    max-height: 300px;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #737373;
  }
  .howto .section .img-link-area .img-link img {
    width: 100%;
    max-width: 375px;
  }
  .howto .section .img-link-area a {
    display: inline-block;
    margin-top: 15px;
  }
  .howto .section .ui-img {
    display: none;
  }
  .howto .section .top-link {
    margin-top: 30px;
    text-align: center;
  }
  .howto .section .top-link .adf-btn-info {
    display: inline-block;
  }
  .howto .naiyo-list {
    margin-top: 5px;
    margin-left: 45px;
    list-style: disc;
  }
  .howto .btn-create {
    margin: 60px auto;
  }
  .nakano-hito {
    margin-top: 60px;
    background-color: #ededed;
  }
  .nakano-hito h3 {
    padding-top: 30px;
    color: #acacac;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
  }
  .nakano-hito .box {
    margin: 25px auto 0;
  }
  .nakano-hito .box h4 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .nakano-hito .box .img {
    width: 65px;
    margin: 0 auto;
    line-height: 100%;
  }
  .nakano-hito .box .img img {
    width: 100%;
  }
  .nakano-hito .box .text {
    margin-top: 15px;
  }
  .nakano-hito .box .text p {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 170%;
  }
  .nakano-hito .box a {
    color: #8c8a8a;
    text-decoration: none;
  }
  .nakano-hito .box a:hover {
    text-decoration: underline;
  }
  footer {
    padding: 20px 0 20px;
    background-color: #ededed;
    color: #acacac;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .sp-i {
    display: none;
  }
  .af-adsense {
    margin: 60px 0;
  }
  .af-adsense-top {
    margin: 30px 0 60px;
  }
  .modal-open .menu-box {
    right: calc(5% + 15px);
  }
  .adf-container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
  }
  header {
    background-color: #38c2a8;
  }
  header.top .box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  header.top .title {
    width: 82%;
    max-width: 360px;
    margin-top: 5px;
  }
  header.top h1 img {
    width: 80%;
  }
  header.top p {
    margin-top: 15px;
    color: white;
    line-height: 180%;
    text-align: justify;
  }
  header.top .img {
    margin-left: 25px;
  }
  header.top .img img {
    width: 100%;
    max-width: 500px;
  }
  header .etc h1 {
    padding: 10px 0;
    line-height: 0;
  }
  .pc-btn-horizontal {
    display: flex;
    justify-content: center;
  }
  .pc-btn-horizontal .adf-btn {
    margin: 30px 15px;
  }
  .what h2, .regist h2, .device h2, .security h2 {
    color: #38c2a8;
    font-size: 2em;
    line-height: 120%;
  }
  .what h2 span, .regist h2 span, .device h2 span, .security h2 span {
    letter-spacing: 4px;
  }
  .what, .security {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .what .img, .security .img {
    width: 100%;
    max-width: 350px;
  }
  .what .img img, .security .img img {
    width: 90%;
  }
  .what .img svg, .security .img svg {
    width: 90%;
    height: 150px;
    color: #38c2a8;
  }
  .what .text, .security .text {
    width: 50%;
    margin-left: 30px;
  }
  .what .text p, .security .text p {
    margin-top: 15px;
  }
  .regist, .device {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
  }
  .regist .img, .device .img {
    width: 100%;
    max-width: 350px;
    margin-left: 30px;
    text-align: center;
  }
  .regist .img img, .device .img img {
    width: 90%;
  }
  .regist .text, .device .text {
    width: 50%;
  }
  .regist .text p, .device .text p {
    margin-top: 15px;
  }
  .device {
    margin-top: 90px;
  }
  .top-event-btn {
    margin: 90px 0;
  }
  .qa h2 {
    margin-top: 60px;
    color: #38c2a8;
    font-size: 3rem;
    text-align: center;
  }
  .qa ul {
    width: 70%;
    max-width: 600px;
    margin: 30px auto 0;
  }
  .qa ul .box {
    display: flex;
  }
  .qa ul .box span:last-child {
    margin-left: 10px;
  }
  .qa ul li {
    margin-top: 60px;
  }
  .qa ul h3 {
    color: #38c2a8;
    font-weight: bold;
  }
  .qa ul p {
    margin-top: 5px;
  }
  .qa .btn-create {
    margin: 60px auto;
  }
  .howto h2 {
    margin-top: 60px;
    color: #38c2a8;
    font-size: 3rem;
    text-align: center;
  }
  .howto .howto-list {
    width: 50%;
    min-width: 500px;
    margin: 60px auto 0;
    padding: 30px 30px 30px 60px;
    list-style: disc;
    border: 1px dashed #38c2a8;
  }
  .howto .howto-list li {
    margin-top: 10px;
    color: #38c2a8;
    text-decoration: underline;
    cursor: pointer;
  }
  .howto .howto-list li:first-child {
    margin-top: 0;
  }
  .howto .howto-list li:hover {
    text-decoration: none;
  }
  .howto .section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    margin: 60px auto 0;
  }
  .howto .section h3 {
    color: #38c2a8;
    font-size: 2rem;
    font-weight: bold;
  }
  .howto .section h4 {
    margin-top: 45px;
    color: #737373;
    font-size: 2rem;
    font-weight: bold;
  }
  .howto .section h5 {
    margin-top: 15px;
    color: #737373;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .howto .section p {
    margin-top: 5px;
  }
  .howto .section .ui-img {
    width: 45%;
    line-height: 100%;
  }
  .howto .section .ui-img img {
    width: 100%;
    max-width: 375px;
    border: 1px solid #acacac;
  }
  .howto .section .text {
    width: calc(100% - 45% - 30px);
  }
  .howto .section .top-link {
    margin-top: 30px;
    text-align: right;
  }
  .howto .section .top-link .adf-btn-info {
    display: inline-block;
  }
  .howto .naiyo-list {
    margin-top: 5px;
    margin-left: 45px;
    list-style: disc;
  }
  .howto .btn-create {
    margin: 60px auto;
  }
  .nakano-hito {
    margin-top: 90px;
    background-color: #ededed;
  }
  .nakano-hito h3 {
    padding-top: 30px;
    color: #acacac;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 3px;
    text-align: center;
  }
  .nakano-hito .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 405px;
    margin: 25px auto 0;
  }
  .nakano-hito .box h4 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .nakano-hito .box .img {
    width: 65px;
  }
  .nakano-hito .box .img img {
    width: 100%;
  }
  .nakano-hito .box .text {
    width: 300px;
    margin-left: 30px;
  }
  .nakano-hito .box .text p {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 170%;
  }
  .nakano-hito .box a {
    color: #8c8a8a;
    text-decoration: none;
  }
  .nakano-hito .box a:hover {
    text-decoration: underline;
  }
  footer {
    margin-top: 40px;
    padding: 40px 0 40px;
    background-color: #ededed;
    color: #acacac;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: center;
  }
}
