body {
  font-size: 12px;
  color: #333333;
  background: url(../img/bg.jpg) repeat-x #e6e4cd;
}

a {
  color: #0096fa;
  word-break: break-all;
}

a:visited {
  color: #0096fa;
}

.round-button-parent {
  background: #0096fa;
  border-radius: 200px;
  display: inline-block;
}

.round-button-child {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #ffffff;
  padding: 9px 24px;
}

img.header2 {
  height: 40px;
  object-fit: contain;
  margin-bottom: 64px;
  display: block;
  max-width: 100%;
}

img.header3 {
  height: 24px;
  object-fit: contain;
  margin-bottom: 32px;
  display: block;
}

img.question-Q {
  height: 24px;
  object-fit: contain;
}

.main-container {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  min-width: 768px;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.main-section-container {
  background: url(../img/main-column.png), #ffffff;
  padding: 10px;
  min-width: 720px;
  max-width: 1000px;
  width: 90%;
}

.main-section {
  padding: 94px;
  background-color: white;
  margin-bottom: 10px;
}

.main-section.bottom {
  margin-bottom: 0px;
}

.main-section h2 {
  font-size: 40px;
  line-height: 40px;
  color: #246a9b;
  margin-bottom: 64px;
  font-family: AXIS Round 100 StdN;
}

.main-section h3 {
  font-family: AXIS Round 100 StdN;
  font-size: 24px;
  line-height: 24px;
  color: #246a9b;
}

.main-section p {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #1f1f1f;
}
@media screen and (max-width: 480px) {
  .main-section p {
    font-size: 20px;
    line-height: 40px;
  }
}

.main-section p.break {
  margin-bottom: 32px;
}

.main-section .menu-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-section .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
}

.main-section .menu a {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-decoration-line: underline;
  color: #0096fa;
}

.main-section .menu-container .side-img {
  background: url(../img/menu_img.png);
  opacity: 0.5;
  width: 241px;
  height: 316px;
  margin-right: -47px;
  margin-top: 48px;
  margin-bottom: -96px;
}

.main-section .img-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
}

.main-section .question-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

.main-section .question-header-container .question-Q {
  font-family: AXIS Round 100 StdN;
  font-size: 24px;
  line-height: 24px;
  margin-right: 19px;
  color: #246a9b;
  font-weight: bold;
}

.main-section .question-header-container h4 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #246a9b;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .main-section .question-header-container h4 {
    font-size: 20px;
    line-height: 40px;
  }
}

.main-section p.question-content {
  margin-left: 40px;
}

.main-section p.question-content.question-break {
  margin-bottom: 24px;
}

.main-section hr.question-hr {
  border-top: 1px dotted #000000;
  opacity: 0.32;
  margin-bottom: 24px;
  margin-top: 24px;
}

.footer {
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.dl-message {
  display: none;
  margin-top: 20px;
  margin-bottom: 64px;
  background: #f5f5f5;
  padding: 15px 20px;
}

.dl-message-none {
  display: none;
  margin-bottom: 64px;
}
