
/************************
なにかお困りですか？
************************/
.support-section {
  text-align: center;
  font-family: sans-serif;
  padding: 16px 20px;
  background: #f6fcff;
}

.title {
  font-size: 20px;
  color: #333;
}

/* 画像 */
.contact-img{
  width: 140px;
  margin: 0 auto;
  display: block;
}

/* ボックス */
.box {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 10px auto;
  max-width: 420px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.box-text {
  color: #555;
  font-size: 14px;
}

.box-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 15px;
}

.notice-list {
  text-align: left;
  font-size: 13px;
  color: #555;
  padding-left: 0;
  list-style: none;
  line-height: 1.6;
}

.notice-list li {
  margin-bottom: 10px;
}

.highlight {
  color: #e74c3c;
  font-weight: bold;
}

/* ボタン共通 */
.btn {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  padding: 14px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* FAQボタン */
.faq-btn {
  background: linear-gradient(90deg, #7b61ff, #5a4edc);
}

.notice-btn {
  background: linear-gradient(90deg, #ff5f6d, #d64550);
  line-height: 1.4;
}

/************************
カスハラ
************************/
.notice-box {
  width: 100%;
  margin: 20px auto;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius:10px;
}

.notice-header {
  background: repeating-linear-gradient(
    45deg,
    #d81b60,
    #d81b60 10px,
    #c2185b 10px,
    #c2185b 20px
  );
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 10px 10px 0 0;
}

.notice-body {
  padding: 20px 10px;
  color: #333;
}

.notice-body ul {
  padding-left: 20px;
  margin: 15px 0;
}

.notice-body li {
  margin-bottom: 8px;
}

.intro {
  margin-bottom: 10px;
}

.ministry {
  margin: 20px 10px;
  font-weight: bold;
  background-color :white;
  padding:10px;
  text-align:center;
  border-radius: 10px;
}

.mhlw-img{
    width:50%;
}

.link-text {
  color: #d81b60;
  font-weight: bold;
  text-decoration: underline;
}

.company {
  margin-top: 30px;
}