body {
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 821px) {
  body {
    font-size: 16px;
  }
}

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

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

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

.header {
  border-bottom: 3px solid #005bac;
}
.header-name {
  text-align: right;
  font-size: 9px;
}
.header-txt {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.header .inner {
  background: #005bac;
  padding: 5px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header .inner .wrap div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 821px) {
  .header .inner .wrap {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
  }
}
.header .site-title {
  font-weight: bold;
  width: 96%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .header .site-title {
    display: flex;
    padding: 20px 0;
    font-size: 28px;
    line-height: 1;
    align-items: center;
  }
}
@media screen and (min-width: 821px) {
  .header .site-title {
    font-size: 44px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    line-height: 1;
  }
}
.header .site-title span {
  color: #f00;
}
.header .site-title .image {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .site-title .image {
    width: 250px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 821px) {
  .header .site-title .image {
    width: 380px;
    margin-right: 30px;
  }
}
.header .site-title .image img {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .header .site-title .image img {
    width: 100%;
  }
}
@media screen and (min-width: 821px) {
  .header .site-title .image img {
    width: 100%;
    line-height: 1;
  }
}

.slideWrapper {
  position: relative;
}
@media screen and (min-width: 821px) {
  .slideWrapper {
    width: 1120px;
    margin: 0 auto;
  }
}
.slideWrapper .apply {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 470px;
}
.slideWrapper .apply .btn {
  margin: 0;
}
.slideWrapper .apply .btn a {
  font-size: 32px;
}
.slideWrapper .apply .btn a span {
  font-size: 26px;
}

.slide {
  margin: 0 auto;
  text-align: center;
  max-width: 1120px;
  width: 100%;
}

main h2 {
  color: #003398;
  font-weight: bold;
  width: 94%;
  margin: 0 auto 20px;
  font-size: 20px;
}
main h3 {
  background: #005bac;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .wrap {
    max-width: 1120px;
  }
}

section {
  margin-bottom: 50px;
}
section section {
  margin-bottom: 30px;
}

.note,
small {
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
}

.overview {
  background: #eaf0fb;
  padding: 30px 0;
}
.overview a {
  color: #005bac;
  text-decoration: underline;
}
.overview-subTitle {
  display: flex;
  align-items: center;
}
.overview-number {
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  background-color: #ffc500;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #005bac;
}

.preparation ul {
  list-style-type: disc;
  margin-left: 1rem;
}

.faq01 {
  background: #fff !important;
}

.faq {
  background: #8fc320;
  padding-bottom: 30px;
}
.faq h2 {
  background: #fff;
}
.faq h2 span {
  background: #8fc320;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.faq h3 {
  border-radius: 0;
}
.faq-inner {
  width: 94%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px;
}
@media screen and (min-width: 820px) {
  .faq-inner {
    max-width: 1120px;
  }
}
.faq a {
  color: #005bac;
  text-decoration: underline;
}
.faqImage {
  background: #fff;
  text-align: center;
}

.faqList {
  width: 100%;
}
.faqList dt {
  background: #eaf0fb;
  padding: 10px;
  font-weight: bold;
  display: flex;
}
@media screen and (min-width: 820px) {
  .faqList dt {
    padding: 20px;
  }
}
.faqList dt .questionIcon {
  margin-right: 10px;
}
.faqList dt .questionIcon span {
  background: #11a8f5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}
.faqList dd {
  padding: 10px;
  margin-bottom: 25px;
  display: flex;
}
@media screen and (min-width: 820px) {
  .faqList dd {
    padding: 20px;
  }
}
.faqList dd .answerIcon {
  margin-right: 10px;
}
.faqList dd .answerIcon span {
  border: 1px solid #11a8f5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #11a8f5;
}
.faqList dd .answerIcon + div {
  width: 100%;
}
.faqList ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.faqList ol {
  list-style-type: decimal;
  margin-left: 1rem;
}

.txt-red {
  color: #f00;
}
.txt-bold {
  font-weight: bold;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
  margin-bottom: 30px;
  font-size: 12px;
}

.bodyTxt {
  background: #fff;
  padding: 20px 15px 25px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}
.bodyTxtInner .img {
  background: #dcebc5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.bodyTxtInner .img img {
  max-height: 170px;
}
@media screen and (min-width: 821px) {
  .bodyTxtInner .img {
    width: 300px;
  }
}
@media screen and (min-width: 821px) {
  .bodyTxtInner {
    display: flex;
  }
  .bodyTxtInner p {
    width: 700px;
    margin-left: 20px;
  }
}

.service h2 {
  margin: 0 0 10px;
}
.serviceTxt {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}
.serviceTxt .img {
  width: 20%;
  margin-right: 10px;
  text-align: center;
}
.serviceTxt p {
  width: 80%;
}

.apply {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.apply .btn {
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(255, 91, 0) 100%);
  border-radius: 20px;
  max-width: 600px;
}
@media screen and (min-width: 820px) {
  .apply .btn {
    margin: 0 auto;
  }
}
.apply .btn a {
  padding: 20px 10px 20px 80px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  color: #fff;
  display: block;
  background: url(../images/hand.png) no-repeat;
  background-size: 45px 45px;
  background-position: 25px center;
}
@media screen and (min-width: 820px) {
  .apply .btn a {
    font-size: 24px;
    background-size: 60px 60px;
    background-position: 30px center;
    padding: 20px 10px 20px 120px;
  }
  .apply .btn a:hover {
    opacity: 0.7;
  }
}

.contact {
  font-size: 13px;
  text-align: center;
  border: 3px solid #11a8f5;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 820px) {
  .contact {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
.contact-inner {
  padding: 10px;
}
.contact-title {
  background: #11a8f5;
  border-radius: 7px 7px 0 0;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.contact-name {
  font-weight: bold;
}
.contact .tel {
  font-size: 24px;
  font-weight: bold;
}
.contact .holiday {
  font-size: 11px;
}

.connectionImage {
  text-align: center;
}
.connectionImage img {
  width: 80%;
  max-width: 300px;
  margin-top: 20px;
}

.table01 {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 14px;
}
.table01 th,
.table01 td {
  border: 1px solid #11a8f5;
  display: block;
  padding: 10px;
}
.table01 th {
  background-color: #11a8f5;
  font-weight: bold;
  color: #fff;
}

.table02 {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .table02 {
    font-size: 14px;
  }
}
.table02 thead {
  font-weight: bold;
}
.table02 thead tr {
  background: #005bac;
  color: #fff;
}
.table02 th,
.table02 td {
  border: 1px solid #11a8f5;
  display: table-cell;
  padding: 8px 0;
  vertical-align: middle;
}
.table02 .plan-economy {
  background: #eaf0fb;
  color: #333;
}
.table02 .plan-standard {
  background: #fff4f9;
  color: #333;
}
.table02 .plan-premium {
  background: #eaf8f3;
  color: #333;
}
.table02 .insuranceAmount {
  text-align: center;
  width: 15px;
  padding: 10px;
}
.table02 tfoot {
  font-weight: bold;
}

.feature {
  background-color: #ffc500;
  padding: 25px 10px 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #003398;
}
.feature ul li {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
}
@media screen and (min-width: 821px) {
  .feature ul li {
    font-size: 20px;
    text-align: center;
    padding: 30px 10px;
  }
}

.footer {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  font-size: 13px;
}
.footer-nav li {
  padding: 0 10px;
}
.footer-nav li:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.footer-nav a {
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-link {
  margin-top: 30px;
  line-height: 2;
}
.footer .copyright {
  margin-top: 30px;
  font-size: 12px;
}
.footer .copyright--index {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.fixedButton {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.fixedButton ul {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}
.fixedButton ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.fixedButton-apply {
  width: 38%;
}
.fixedButton-apply a {
  background: #f00 url(../images/arrow.png) no-repeat;
  background-size: 25px 25px;
  background-position: 10px center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding-left: 25px;
}
.fixedButton-faq {
  width: 25%;
}
.fixedButton-faq a {
  background: #8fc320;
  color: #fff;
  font-weight: bold;
}
.fixedButton-fee {
  width: 27%;
}
.fixedButton-fee a {
  background: #005bac;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fixedButton-top {
  width: 10%;
}
.fixedButton-top a {
  background: #ccc;
  width: 100%;
  color: #005bac;
}
.fixedButton-top a img {
  width: 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.company-table {
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.company-table th,
.company-table td {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
}
@media screen and (min-width: 821px) {
  .company-table th,
  .company-table td {
    display: table-cell;
    padding: 20px;
    border-width: 1p 0x;
  }
}
.company-table th {
  background: #d5e6f4;
  font-weight: bold;
}

.company,
.policy,
.privacy {
  margin-top: 15px;
}
.company h2,
.policy h2,
.privacy h2 {
  color: #005bac;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (min-width: 821px) {
  .company h2,
  .policy h2,
  .privacy h2 {
    font-size: 26px;
  }
}
.company h3,
.policy h3,
.privacy h3 {
  background: #d9d9d9;
  padding: 10px 20px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.company ul,
.policy ul,
.privacy ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.company ol,
.policy ol,
.privacy ol {
  list-style-type: decimal;
  margin-left: 1rem;
  margin-top: 20px;
}
.company ol > li,
.policy ol > li,
.privacy ol > li {
  margin-bottom: 20px;
}

.toHome {
  font-size: 13px;
  margin-bottom: 20px;
}
.toHome--center {
  text-align: center;
  margin-top: 40px;
}
.toHome--center a {
  background: #005bac;
  color: #fff;
  padding: 15px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .toHome--center a {
    width: 300px;
    margin: 0 auto;
  }
}

.qrcode {
  text-align: center;
  margin-top: 30px;
}
.qrcode img {
  width: 180px;
}

.about {
  text-align: center;
  font-size: 12px;
}
.about a {
  text-decoration: underline;
  background: #ffd77b;
}/*# sourceMappingURL=style.css.map */