@charset "UTF-8";

.space-blog a {
  display: inline;
  text-decoration: underline;
  color: #D61518;
}

.space-blog h1 {
    color: #333;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 0 10px;
    margin: 0 0 1em;
    border-left: 5px solid #D61518;
}

.space-blog h2 {
    color: #D61518;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0;
    border-bottom: 1px solid #D61518;
    display: inline-block;
}
.space-blog h2:first-child {
    margin-top: 0;
}

.space-blog h3 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 0.5em;
}

.space-blog h4 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 0.5em;
}

.space-blog p {
    font-size: 1.4rem;
}

.space-blog ul {
    padding: 0 0 0 2.5em;
    list-style: disc;
    margin-bottom: 1em;
}
.space-blog ol {
    padding: 0 0 0 2.5em;
    list-style: auto;
    margin-bottom: 1em;
}

.space-blog dt,
.space-blog dd {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 180%;
    color: #333;
}
.space-blog dt {
    margin-top: 0.5em;
    font-weight: 700;
}


.space-blog .btn.btn--primary {
    text-decoration: none;
    display: inline-block;
}
.space-blog .btn.btn--sm {
    min-width: 300px;
}

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

.space-blog .profile {
    margin-bottom: 1em;
}
.space-blog .profile .profile__ttl {
    margin-bottom: 0.5em;
}
.space-blog .profile .profile__ttl strong {
    display: block;
}

.space-blog .profile .profile__detail {
    display: flex;
}
.space-blog .profile .profile__detail .profile__image img {
    max-width: none;
    width: 200px;
    margin-right: 1em;
}
.space-blog .profile .profile__detail p:nth-child(1) {
    
}
@media (max-width: 576px) {
  .space-blog .profile .profile__detail {
      display: block;
  }
  .space-blog .profile .profile__detail .profile__image {
      text-align: center;
  }
  .space-blog .profile .profile__detail .profile__image img {
      max-width: none;
      margin-right: 0;
  }
}

.space-blog .bold {
    font-weight: bold;
}
.space-blog .color-red {
    color: #D61518;
}
.space-blog .red {
    color: red;
}
.space-blog .blue {
    color: #0000ff;
}

.space-blog .underline {
    text-decoration: underline;
}

.space-blog .mt-8 {
    margin-top: 32px;
}

.space-blog iframe {
    margin-bottom: 2em;
}
@media (max-width: 576px) {
    .space-blog iframe {
        max-width: 100%;
        height: auto;
    }
}

.space-blog .imgflex {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 576px) {
    .space-blog .imgflex {
        display: block;
        text-align: center;
    }
    .space-blog .imgflex img {
        margin-top: 8px;
    }
}

.space-blog .blogflex {
    display: flex;
    justify-content: space-around;
}
.space-blog .blogflex .flex1 {
    flex: 1;
}
.space-blog .blogflex .blogfleximg {
    margin-left: 8px;
    margin-bottom: 1em;
}
@media (max-width: 576px) {
    .space-blog .blogflex {
        display: block;
    }
    .space-blog .blogflex .blogfleximg {
        text-align: center;
    }
}

.list-faq__iphone {
    display: block;
    margin: 10px 0 2em 0;
}
