@charset "UTF-8";
.secondColor {
  background-color: #e3eefa;
}

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

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

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

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

.header {
  border-top: 5px solid #0b52ae;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.header-image {
  width: 160px;
}
@media screen and (min-width: 820px) {
  .header-image {
    width: 220px;
  }
}
.header-image img {
  width: 100%;
}
.header-name {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .header-name {
    font-size: 11px;
  }
}
.header-title {
  background: #0b52ae;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 15px 0;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .header-title {
    font-size: 28px;
    padding: 20px 0;
  }
}

.kv {
  text-align: center;
  margin: 0 auto 25px;
  position: relative;
  width: 100%;
  max-width: 1120px;
}
.kv img {
  width: 100%;
  max-width: 1120px;
}
.kv .apply {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  width: 460px;
}
.kv .apply .btn a {
  padding: 20px 10px 20px 90px;
}

main h2 {
  color: #0b52ae;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 16px;
}
main h2._w100p {
  width: 100%;
}
main h3 {
  background: #0b52ae;
  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-title {
  border-left: 5px solid #0b52ae;
  padding-left: 15px;
  font-size: 18px;
}
section .section-title .sp_red {
  color: #f00;
}
@media screen and (min-width: 820px) {
  section .section-title .sp_red {
    color: #0b52ae;
  }
}
@media screen and (min-width: 768px) {
  section .section-title {
    font-size: 22px;
  }
}
section section {
  margin-bottom: 30px;
}

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

.note {
  margin-top: 20px;
  display: block;
}

.overview {
  background: #eaf0fb;
  padding: 30px 0;
}
.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: #0b52ae;
}

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

.faq01 {
  background: #fff !important;
}

.faq {
  background: #4686d6;
  padding-bottom: 15px;
  padding-top: 30px;
}
.faq .section-title {
  text-align: center;
  color: #fff;
  border: 0;
}
.faq h2 small {
  color: #fff;
}
.faq h3 {
  border-radius: 0;
}
.faq-inner {
  width: 94%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 820px) {
  .faq-inner {
    max-width: 1120px;
  }
}
.faq a {
  color: #0b52ae;
  text-decoration: underline;
}
.faqImage {
  background: #fff;
  text-align: center;
}

.faqList {
  width: 100%;
}
.faqList dt {
  background: #e3eefa;
  padding: 25px 10px 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: #0b52ae;
  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: 20px 10px;
  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 #0b52ae;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0b52ae;
}
.faqList dd .answerIcon + div {
  width: 100%;
}
.faqList ul {
  list-style-type: disc;
  margin-left: 1rem;
}
.faqList ol {
  list-style-type: decimal;
  margin-left: 1rem;
}
.faqList .note {
  margin-top: 0;
}

.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;
}
.txt-small {
  font-size: 9x !important;
}

.bodyTxt {
  background: #fff;
  padding: 20px 15px 25px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}

.apply {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.apply-text {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0b52ae;
}
.apply-text._big {
  color: #f00;
  font-size: 18px;
  background: #fbffc2;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .apply-text._big {
    color: #0b52ae;
    font-size: 16px;
    background: #fff;
    padding: 0;
  }
}
@media screen and (min-width: 820px) {
  .apply-text {
    font-size: 16px;
  }
}
.apply .btn {
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  border: 6px outset #c3001e;
  text-decoration: none;
  color: #fff;
  display: block;
  background: #f00 url(../images/arrow.png) no-repeat;
  background-size: 35px 35px;
  background-position: 10px center;
}
.apply .btn a {
  color: #fff;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .apply .btn {
    max-width: 600px;
    margin: 0 auto;
    font-size: 24px;
    background-size: 60px 60px;
    background-position: 30px center;
  }
  .apply .btn:hover {
    opacity: 0.7;
  }
}

.contact,
.jiFaq {
  width: 94%;
  margin: 15px auto;
}
.contact .btn,
.jiFaq .btn {
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 3px outset #0b52ae;
  background: #e3eefa;
  text-decoration: none;
  color: #0b52ae;
  display: block;
}
.contact .btn a,
.jiFaq .btn a {
  display: block;
  color: #0b52ae;
  text-decoration: none;
  padding: 15px;
}
.contact .btn._repeater,
.jiFaq .btn._repeater {
  border-color: #5faf31;
  background: #5faf31;
}
.contact .btn._repeater a,
.jiFaq .btn._repeater a {
  color: #fff;
}
@media screen and (min-width: 820px) {
  .contact .btn,
  .jiFaq .btn {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    background-position: 30px center;
  }
  .contact .btn:hover,
  .jiFaq .btn:hover {
    opacity: 0.7;
  }
}

.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 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 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #0b52ae;
}
.feature ul {
  margin-bottom: 15px;
  border-top: 3px solid #0b52ae;
}
.feature ul li {
  margin-bottom: 3px;
  background-color: #e3eefa;
  padding: 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #4686d6;
}
@media screen and (min-width: 820px) {
  .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, .footer-nav li:nth-child(2), .footer-nav li:nth-child(3) {
  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 .contactLink {
  background-color: #e3eefa;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 10px;
}
.footer .copyright {
  margin-top: 30px;
  font-size: 12px;
}
.footer .copyright--index {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.fixedButton {
  background: #eee;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.fixedButton ul {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.fixedButton ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #f00 url(../images/arrow.png) no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
}
.fixedButton-study {
  width: 40%;
}
@media screen and (min-width: 820px) {
  .fixedButton-study {
    width: 50%;
  }
}
.fixedButton-study a {
  background-color: #0b52ae !important;
  color: #fff;
  font-weight: bold;
}
.fixedButton-workingholiday {
  width: 60%;
}
@media screen and (min-width: 820px) {
  .fixedButton-workingholiday {
    width: 50%;
  }
}
.fixedButton-workingholiday a {
  background-color: #5faf31 !important;
  color: #fff;
  font-weight: bold;
}
.fixedButton-apply {
  width: 52%;
}
.fixedButton-apply a {
  background: #f00 url(../images/arrow.png) no-repeat;
  background-size: 20px 20px;
  background-position: 5px center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-left: 15px;
}
.fixedButton-mypage {
  width: 26%;
}
.fixedButton-mypage a {
  background: #5faf31;
  color: #fff;
  font-weight: bold;
}
.fixedButton-contact {
  width: 22%;
}
.fixedButton-contact a {
  background: #0b52ae;
  color: #fff;
  font-weight: bold;
}

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

.company-table {
  width: 100%;
  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: 820px) {
  .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: #0b52ae;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (min-width: 820px) {
  .company h2,
  .policy h2,
  .privacy h2 {
    font-size: 26px;
  }
}
.company h3,
.policy h3,
.privacy h3 {
  background: #4686d6;
  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: #0b52ae;
  color: #fff;
  padding: 15px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 820px) {
  .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;
}

.manualBtn {
  text-align: center;
  max-width: 600px;
}
.manualBtn a {
  display: block;
  border-radius: 10px;
  background: #ffd77b;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
}
.manualBtn a:hover {
  opacity: 0.7;
}

.pageTitle {
  font-size: 18px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pageTitle {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (min-width: 820px) {
  .pageTitle {
    font-size: 25px;
  }
}

.language {
  margin-top: 20px;
}
.language-title {
  background-color: #4686d6;
  border-radius: 0;
}
.languageList {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0 15px;
  border: 1px solid #4686d6;
  font-size: 11px;
}
.languageList li {
  width: 21%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .languageList li {
    width: 10%;
  }
}
.languageList li img {
  width: 100%;
}

.t-center {
  text-align: center;
}

.planTable {
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .planTable {
    font-size: 14px;
  }
}
.planTable thead {
  font-weight: bold;
  background: #0b52ae;
  color: #fff;
}
.planTable th,
.planTable td {
  border: 1px solid #11a8f5;
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
.planTable .compensation-title {
  color: #fff;
  width: 5%;
  background-color: #34a8e3 !important;
  text-align: center !important;
}
.planTable .compensation th {
  text-align: left;
  background-color: #eee;
}
.planTable .compensation._chiryo {
  font-weight: bold;
  color: red;
}
.planTable .feeHead th,
.planTable .feeHead td {
  text-align: center;
  background-color: #0b52ae;
  color: #fff;
}
.planTable .fee th {
  background: rgb(255, 217, 223);
}
.planTable .fee td {
  background: #feffed;
}
.planTable .flag {
  width: 25px;
  border: 1px solid #ddd;
}
.planTable .flag:nth-child(2) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .planTable .flag {
    margin-right: 5px;
  }
}

.externalLink {
  background-color: #e3eefa;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: 10px 0;
}

.textLink {
  text-decoration: underline;
  color: #0b52ae;
}

.circleList {
  margin-left: 2rem;
}
.circleList li {
  list-style-type: disc;
}

.bold {
  font-weight: bold;
}

.makerLink {
  font-size: 11px;
  display: block;
  width: 100%;
}
.makerLink::before {
  content: "（";
}
.makerLink::after {
  content: "）";
}

.planName {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  background: #e3eefa;
  padding: 5px;
}
@media screen and (min-width: 820px) {
  .planName {
    padding: 15px;
  }
}

.aboutJI {
  font-size: 10px;
}

.productName {
  font-size: 11px;
  font-weight: normal;
}

.sp_yellow_bg {
  background: #fbffc2;
  padding: 5px;
}
@media screen and (min-width: 820px) {
  .sp_yellow_bg {
    background: none;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */