@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: .8;
  transition: .3s;
}

*:focus {
  outline: none;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  transition: .3s;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  word-break: break-all;
  line-height: 0.7;
  font-family: "游ゴシック体", "YuGothic", "MS P Gothic", "ＭＳ Ｐゴシック",Osaka, Arial, Helvetica, sans-serif;
}

.wrapper {
  overflow: hidden;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
.pc-only {
    display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}


header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0.5em;
}
header img {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  header img {
    max-height: 30px;
  }
}
.main-visual {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url(../images/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-visual .main-visual__img {
  text-align: center;
  max-width: 1077px;
  width: 100%;
  margin: 0 auto;
}

.title-catch {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(90, 130, 172, 1), rgba(37, 53, 70, 1));
}
.title-catch h1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  position: relative;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .title-catch h1 {
    font-size: 18px;
  }
}
.title-catch h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px; /* バナーの下に配置 */
  transform: translateX(-50%);
  border-width: 30px;
  border-style: solid;
  border-color: #435a76 transparent transparent transparent;
}


.bg-lightGray {
  background-color: #F6F6F6;
}

.main__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px 20px 20px;
}

@media (max-width: 640px) {
  .main__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 480px) {
  .main__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.dl-box {
  padding-top: 36px;
}

.dl-box__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}

.dl-box__title span {
  color: #E71F29;
}


.dl-box__title-chat {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 auto 20px auto;
  width: 415px;
}
@media screen and (max-width: 768px) {
  .dl-box__title-chat {
    width: 100%;
  }
}
.dl-box__title-chat .chat-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  border: 1px solid #ccc;
}
.dl-box__title-chat .chat-balloon {
  position: relative;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dl-box__title-chat .chat-balloon {
    font-size: 16px;
  }
}
.dl-box__title-chat .chat-balloon::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.dl-box__title-chat .chat-balloon span {
  font-weight: bold;
  color: #cc0000;
}

.question__items {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.question__item {
  transition: all .2s ease-out;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%), 0 -4px 5px -2px #f5f5f7 inset;
  border: solid 1px #dcdcde;
  text-align: center;
  padding: 12px;
  background-color: white;
  font-size:16px;
}

.question__item:hover {
  border-color: #E71F29;
}

.question__item-link {
  text-decoration: none;
  color:#404042;
}

.question__item-label {
  margin-bottom: 12px;
  line-height: 1.2;
}

.question__item-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
}

@media (max-width: 768px) {
  .dl-box__title::after {
    bottom: -0.14rem;
  }
}

@media (max-width: 640px) {
  .question__items {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}


@media (max-width: 480px) {
  .dl-box__title {
    font-size: 22px;
  }
}

@media (max-width: 376px) {
  .question__items {
    font-size: 14px;
  }
  .dl-box__title {
    font-size: 18px;
  }
}

footer {
 background-color: #709fc0;
}

footer p {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}