@charset "UTF-8";

#sp-design #header {
  box-sizing: border-box;
  width: 100%;
}

#sp-design #header .atama {
  height: 27px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}

#sp-design #header .atama img {
  width: auto;
  height: 24px;
}

#sp-design .fc-content,
#migicontents .fc-content,
#migicontents .fc-index {
  box-sizing: border-box;
  color: #222222;
  font-size: 17px;
  line-height: 1.75;
}

#sp-design .fc-content {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

#migicontents .fc-content,
#migicontents .fc-index {
  width: 100%;
}

#sp-design .fc-intro,
#migicontents .fc-intro {
  margin-top: 14px;
  margin-bottom: 18px;
}

#sp-design .fc-content h1,
#migicontents .fc-content h1 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  padding: 11px 12px;
  border: 0;
  border-left: 6px solid #9E0030;
  background: #222222;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
}

#sp-design .fc-content p,
#migicontents .fc-content p {
  margin: 0 0 14px;
  padding: 0;
  color: #222222;
  font-size: 17px;
  line-height: 1.75;
}

#sp-design .fc-content .fc-lead,
#migicontents .fc-content .fc-lead {
  font-weight: bold;
}

#sp-design .fc-content .fc-notice,
#migicontents .fc-content .fc-notice {
  padding: 10px 12px;
  border-left: 4px solid #9E0030;
  background: #F5F5F5;
}

#sp-design .fc-content h2,
#migicontents .fc-content h2 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 26px 0 12px;
  padding: 8px 10px;
  border: 0;
  border-left: 5px solid #9E0030;
  background: #F2F2F2;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
}

#sp-design .fc-content .fc-index-heading,
#migicontents .fc-content .fc-index-heading {
  margin-top: 0;
}

#sp-design .fc-guide,
#migicontents .fc-guide {
  clear: both;
  margin-top: 30px;
  margin-bottom: 36px;
}

#sp-design .fc-guide ul,
#migicontents .fc-guide ul {
  margin: 0 0 18px 1.4em;
  padding: 0;
  list-style: disc;
}

#sp-design .fc-guide li,
#migicontents .fc-guide li {
  float: none;
  width: auto;
  margin: 0 0 7px;
  padding: 0;
  color: #222222;
  font-size: 17px;
  line-height: 1.75;
  list-style: disc;
}

#sp-design .fc-content a,
#migicontents .fc-content a {
  color: #075AAA;
  font-weight: bold;
  text-decoration: underline;
}

#sp-design .fc-faq-item,
#migicontents .fc-faq-item {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}

#sp-design .fc-faq h3,
#migicontents .fc-faq h3 {
  margin: 0 0 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
}

#sp-design .fc-faq-item p,
#migicontents .fc-faq-item p {
  margin-bottom: 0;
}

#sp-design .fc-actions,
#migicontents .fc-actions {
  display: flex;
  gap: 10px;
  margin: 24px 0 0;
}

#sp-design .fc-actions a,
#migicontents .fc-actions a {
  box-sizing: border-box;
  flex: 1 1 0;
  padding: 12px 10px;
  border: 1px solid #777777;
  border-radius: 4px;
  background: #FFFFFF;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

#sp-design .fc-actions .fc-actions-primary,
#migicontents .fc-actions .fc-actions-primary {
  border-color: #9E0030;
  background: #9E0030;
  color: #FFFFFF;
}

#sp-design .kyotu {
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto 16px;
  padding: 10px 12px;
  background: #FFF7DD;
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
}

#migicontents .fc-breadcrumb {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
}

.fc-pc-note {
  box-sizing: border-box;
  width: 950px;
  margin: 0;
  padding: 7px 12px;
  background: #222222;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#migicontents .fc-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

#migicontents .fc-index section {
  box-sizing: border-box;
  min-width: 0;
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background: #FFFFFF;
}

#migicontents .fc-index h2 {
  margin: 0 0 9px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 3px solid #9E0030;
  background: transparent;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}

#migicontents .fc-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
}

#migicontents .fc-index li {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

#migicontents .fc-index li a {
  display: block;
  min-width: 28px;
  padding: 6px 9px;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  background: #F5F5F5;
  color: #075AAA;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

#migicontents .fc-index li a:hover,
#migicontents .fc-index li a:focus {
  border-color: #9E0030;
  background: #9E0030;
  color: #FFFFFF;
}

@media screen and (max-width: 783px) {
  .pctop .fc-pc-note {
    display: none;
  }

  #sp-design .fc-content h1 {
    padding: 10px;
    font-size: 22px;
  }

  #sp-design .fc-content h2 {
    font-size: 20px;
  }

  #sp-design .fc-actions {
    flex-direction: column;
  }

  #sp-design .fc-actions a {
    width: 100%;
  }
}
