@charset "UTF-8";
/* common */
/* upper */
/* under */
/* common */
/* upper */
/* under */
html {
  font-weight: bold;
}

html body {
  /* common */
  /* header */
  /* footer */
}

html body .wrapper {
  width: 1000px;
  margin: 0 auto;
}

html body .title {
  width: 100%;
  overflow-x: hidden;
  text-align: center;
  background: #1198D0;
  color: #fff;
  font-size: 45px;
}

html body .title i {
  display: block;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

html body .header {
  border-bottom: 15px solid #1198D0;
}

html body .header__inner {
  width:100%;
  padding: 20px 0 20px 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.headerimg{
  margin-left: 200px;
}
html body .header__logo a {
  display: block;
  width: 260px;
}

html body .header__logo a figure {
  width: 100%;
}

html body .header__logo a figure img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

html body .header__menu__items {
  /* margin-right: 100px; */
  width: calc(1000px - 260px);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

html body .header__menu__items li {
  background-color: #1799D1;
  background-image: repeating-linear-gradient(-45deg, #DCF0F8, #DCF0F8 1px, transparent 0, transparent 10px);
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 6px;
  margin-right: 8px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

html body .header__menu__items li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

html body .header__menu__items li:first-child {
  border: 4px solid #1799D1;
  background: #DCF0F8;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

html body .header__menu__items li:first-child a {
  color: #1799D1;
}

html body .header__menu__items li:last-child {
  background: #E8380D;
  margin-right: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}

html body .footer {
  height: auto;
}

html body .footer__inner {
  width: 540px;
  margin: 0 auto;
  padding: 60px 0 55px 0;
}

html body .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #464646;
}

html body .footer__top figure {
  margin-right: 20px;
  width: 108px;
}

html body .footer__top figure img {
  width: 100%;
}

html body .footer__top div ul li {
  list-style: none;
}

html body .footer__top div ul li:last-child a {
  color: #464646;
  text-decoration: none;
}

html body .footer__bottom {
  margin-top: 50px;
}

html body .footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .footer__bottom ul li {
  list-style: none;
  font-size: 14px;
}

html body .footer__bottom ul li:not(:last-child) {
  margin-right: 45px;
}

html body .footer__bottom ul li a {
  text-decoration: none;
  color: #000;
}

html body .footer__copylight {
  font-size: 12px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #0B6FAD;
  color: #fff;
}

@media screen and (max-width: 1060px) {
  body {
    width: 1000px;
  }
  html body .wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  html body .wrapper {
    padding: 0 15px;
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  html body .header__inner {
    padding: 15px;
    margin: 0;
  }
  html body .header {
    border-bottom: 7px solid #1198D0;
  }
  html body .header__logo a {
    display: block;
    width: 193px;
  }
  html body .header__logo a img {
    content: url(../img/sp_logo.png);
  }
  html body .main .about__title__img {
    width: 100%;
    margin-top: -25px;
  }
  html body .title {
    font-size: 28px;
  }
  html body .footer__top {
    display: block;
  }
  html body .footer__top div {
    font-size: 15px;
  }
  html body .footer__top figure {
    margin-right: 0;
    width: 100%;
  }
  html body .footer__top figure img {
    width: 100px;
  }
  html body .footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 10px;
    text-align: center;
  }
  html body .footer__bottom {
    margin-top: 20px;
    font-size: 14px;
  }
  html body .footer__bottom ul {
    display: inline-block;
    width: 240px;
  }
  html body .footer__bottom ul li {
    display: inline-block;
    margin-bottom: 10px;
  }
  html body .footer__bottom ul li:not(:last-child) {
    margin-right: 0;
  }
  html body .footer__bottom ul li:first-child {
    margin-right: 30px;
  }
  html body .footer__copylight {
    height: 42px;
    line-height: 42px;
    font-size: 11px;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: bold !important;
}

ul.breadcrumb {
  padding: 25px 0 50px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  color: #787878;
  font-size: 15px;
}

ul.breadcrumb li a {
  color: #787878;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #787878;
  text-decoration: underline;
}

ul.breadcrumb li + li:before {
  padding: 0 17px;
  content: "﹥";
}

.px50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .px50 {
    padding-left: 0;
    padding-right: 0;
  }
}

html body .faq {
  background: #FFF338;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 0, transparent 10px);
}

html body .faq__inner {
  padding: 55px 0 100px 0;
}

html body .faq__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .faq__inner ul li {
  list-style: none;
  position: relative;
}

html body .faq__inner ul li:before {
  position: absolute;
  content: "・";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}

html body .faq__inner ul li:not(:last-child) {
  margin-right: 45px;
}

html body .faq__inner ul li a {
  color: #000;
}

html body .faq__inner div {
  margin-top: 50px;
  border: 2px solid #63C1E5;
  border-radius: 10px;
}

html body .faq__inner div h3 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  background: #63C1E5;
  text-align: center;
  padding: 10px 0;
  font-size: 25px;
}

html body .faq__inner div dl {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 30px;
  display: block;
}

html body .faq__inner div dl dt {
  color: #1799D1;
  font-size: 20px;
  padding: 30px 5px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .faq__inner div dl dt figure {
  width: 30px;
  margin-right: 15px;
}

html body .faq__inner div dl dt figure img {
  width: 100%;
  vertical-align: bottom;
}

html body .faq__inner div dl dt span {
  width: calc(100% - 45px);
}

html body .faq__inner div dl dd {
  padding: 5px 5px 25px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .faq__inner div dl dd figure {
  width: 30px;
  margin-right: 15px;
}

html body .faq__inner div dl dd figure img {
  width: 100%;
  vertical-align: bottom;
}

html body .faq__inner div dl dd span {
  width: calc(100% - 45px);
}

html body .faq__inner div dl dd:not(:last-child) {
  border-bottom: 2px dashed #1799D1;
}

@media screen and (max-width: 480px) {
  html body .faq__inner {
    padding: 35px 15px 50px 15px;
  }
  html body .faq__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    padding-left: 10px;
  }
  html body .faq__inner div {
    margin-top: 40px;
  }
  html body .faq__inner div h3 {
    padding: 5px 0;
    font-size: 18px;
  }
  html body .faq__inner div dl {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 17px;
  }
  html body .faq__inner div dl figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4px;
    width: 20px !important;
    margin-right: 10px !important;
  }
  html body .faq__inner div dl dt {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 15px 0 5px;
  }
  html body .faq__inner div dl dt span {
    width: calc(100% - 30px);
    font-size: 15px;
  }
  html body .faq__inner div dl dd {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 0 0 10px;
  }
  html body .faq__inner div dl dd span {
    width: calc(100% - 30px);
    font-size: 14px;
  }
  html body .faq__inner #service {
    display: none;
  }
  html body .faq__inner ul li:not(:last-child) {
    margin-right: 40px;
  }
}

/*# sourceMappingURL=question.css.map */
