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

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

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

.black {
  color: #333;
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.pdfLink {
  background-color: antiquewhite;
  text-align: center;
  display: block;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 10px;
  text-decoration: none;
}

.font-small {
  font-size: 1.2rem;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
}

#header {
  border-bottom: 2px solid #001871;
}
#header .desc {
  background-color: #001871;
  color: #fff;
  padding: 5px 0;
}
#header .desc > .wrap {
  display: flex;
  justify-content: space-between;
}
#header h1 {
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #header h1 {
    text-align: left;
    font-size: 3rem;
    padding: 20px 0;
  }
}
#header h1 a {
  text-decoration: none;
  color: #333;
}
#header h1 a .logo {
  color: #001871;
}
#header h1 a .red {
  color: #f00;
}
#header .agent {
  font-size: 1.2rem;
}
#header .copy {
  font-size: 1.2rem;
}

.container .header {
  background-color: antiquewhite;
  padding: 15px 0;
  margin-bottom: 20px;
}

.buttons {
  background-color: antiquewhite;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .buttons > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.buttons._flow {
  display: flex;
  justify-content: center;
}
.buttons._flow .btn {
  max-width: 400px;
  width: 80%;
}
.buttons .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background-color: #f00;
  color: #fff;
  padding: 1rem;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.buttons .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .buttons .btn {
    padding: 30px 0;
  }
}
.buttons .btn .desc {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .buttons .btn {
    width: 48%;
  }
}
.buttons .btn:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .buttons .btn:first-child {
    margin: 0;
  }
}

.contactTel {
  background-color: #94e1ff;
  padding: 10px;
  width: 92%;
  margin: 0 auto;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .contactTel {
    margin-top: 30px;
    width: 100%;
  }
}
.contactTel .tel {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contactTel .tel span {
  font-size: 2.2rem;
}

.wrap {
  width: 94%;
  margin: 0 auto;
  max-width: 1024px;
}

.note {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
}
.note.indent,
.note .indent {
  display: block;
  text-indent: -3em;
  padding-left: 3em;
}
.note.indent1rem,
.note .indent1rem {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.innerSection {
  margin-bottom: 30px;
}

.officialLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 10px 0;
}
.officialLink::before {
  background-color: #001871;
  mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23000000" d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z" /></svg>') no-repeat center center;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#top .kv {
  border-bottom: 1px solid #001871;
  background-color: #5acdfc;
}
#top .kv img {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#top h2 {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: 3px solid #001871;
  background-color: #0473b0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top h2 {
    font-size: 2.4rem;
  }
}
#top h3 {
  color: #e36f1d;
  border-bottom: 3px solid #e36f1d;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#top h3._reccomended {
  color: #f00;
  margin-top: 20px;
  background-color: rgb(253, 255, 181);
  padding: 10px;
}
#top .procedure h3 {
  background-color: #ccc;
  border-bottom: 0;
  color: #333;
  padding: 5px 10px;
}
#top .img01 {
  margin-top: 20px;
}
#top .img01 img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#top .img02 {
  background-color: #bfe4f7;
  margin-top: 30px;
}
#top .img02 img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#top .flag {
  display: flex;
  margin: 15px 0 30px;
}
#top .flag img {
  width: 12%;
  max-width: 100px;
  margin-right: 10px;
  border: 1px solid #ccc;
}
#top .huho ol {
  margin: 20px 0 30px;
  padding-left: 2rem;
}
#top .block01 {
  margin-bottom: 30px;
  font-weight: bold;
}
#top .block01 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
#top .block01 ul li {
  border-bottom: 2px solid #0473b0;
  padding-bottom: 15px;
  margin-top: 15px;
}
#top .tabNav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
#top .tabNav li {
  background-color: #ddd;
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  width: 24%;
  text-align: center;
  cursor: pointer;
}
#top .tabNav li:first-child {
  width: 50%;
}
#top .tabNav li#tab_studyabroad.active {
  background-color: #e36f1d;
  color: #fff;
}
#top .tabNav li#tab_businesstrip.active {
  background-color: #0473b0;
  color: #fff;
}
#top .tabNav li#tab_sightseeing.active {
  background-color: #02a4e4;
  color: #fff;
}
#top #content_businesstrip,
#top #content_sightseeing {
  display: none;
}

.planTableWrap {
  overflow-x: scroll;
  margin-bottom: 30px;
}

.planTable {
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 100%;
  display: table;
}
.planTable th,
.planTable td {
  border: 1px solid #ccc;
  padding: 5px;
  white-space: nowrap;
}
.planTable th {
  text-align: left;
}
.planTable td {
  text-align: center;
}
.planTable span {
  font-size: 1.1rem;
  font-weight: normal;
}
.planTable .name {
  background-color: #02a4e4;
  color: #fff;
}
.planTable .name th {
  text-align: center;
}
.planTable .fee {
  background-color: #eee;
  font-weight: bold;
  color: #e36f1d;
  font-size: 1.8rem;
}
.planTable .fee .priceUnit {
  font-weight: bold;
}
.planTable#studyabroad .planName td:first-child, .planTable#businesstrip .planName td:first-child, .planTable#sightseeing .planName td:first-child {
  width: 40%;
}
.planTable#studyabroad .planName td:not(:first-child), .planTable#businesstrip .planName td:not(:first-child), .planTable#sightseeing .planName td:not(:first-child) {
  width: 15%;
}
.planTable#studyabroad .planName {
  background-color: #e36f1d;
  color: #fff;
  font-weight: bold;
}
.planTable#businesstrip .planName {
  background-color: #0473b0;
  color: #fff;
  font-weight: bold;
}
.planTable#sightseeing .planName {
  background-color: #02a4e4;
  color: #fff;
  font-weight: bold;
}
.planTable .insuranceFee {
  background-color: antiquewhite;
  font-weight: bold;
}

#flow .steps {
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
#flow .steps .step {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#flow .steps .step span {
  display: block;
}
#flow .steps .step .num {
  background-color: #0473b0;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 10px;
}
#flow .notes {
  padding-left: 1.8rem;
}
#flow .notes li {
  margin-bottom: 10px;
}

#question ol {
  padding: 20px 0 0 1.8rem;
}
#question ol li {
  padding-bottom: 10px;
}
#question .yesnoButtons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#question .yesnoButtons a {
  display: block;
  text-decoration: none;
  width: 48%;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
}
#question .yesnoButtons .yesButton {
  background-color: #0473b0;
  color: #fff;
}
#question .yesnoButtons .noButton {
  background-color: #ccc;
  color: #333;
}
#question .apology {
  display: none;
  border: 3px solid #e36f1d;
  border-radius: 10px;
  background-color: antiquewhite;
  padding: 10px;
  margin: 20px 0 30px;
}
#question .apology.active {
  display: block;
}

#simulation {
  padding-top: 30px;
}
#simulation section {
  margin-bottom: 30px;
}
#simulation h2 {
  font-size: 1.8rem;
  background-color: #0473b0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#simulation h3 {
  margin: 20px 0 10px;
}
#simulation p {
  margin-bottom: 20px;
}
#simulation select {
  padding: 8px;
  width: 100%;
  border: 1px solid #001871;
  border-radius: 10px;
}
#simulation select.inputYear {
  width: 8rem;
}
#simulation select.inputMonth, #simulation select.inputDay {
  width: 6rem;
}
#simulation [type=text] {
  padding: 3px 8px;
  width: 100%;
  border: 1px solid #001871;
  border-radius: 10px;
}
#simulation .studyAbroadDate,
#simulation [name=age] {
  display: none;
}
#simulation .totalSum {
  border: 3px solid #0473b0;
  width: 100%;
  display: flex;
  padding: 10px 20px;
  margin-top: 20px;
}
#simulation .totalSum div {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#simulation .totalSum div.text {
  width: 30%;
}
#simulation .totalSum div.totalFee {
  width: 70%;
  justify-content: center;
  align-items: baseline;
}
#simulation .totalSum div.totalFee span {
  font-size: 3rem;
}
#simulation .emergency {
  display: flex;
}
#simulation .emergency .text {
  margin-right: 20px;
  font-weight: bold;
}
#simulation .emergencyWrap span {
  font-weight: bold;
}
#simulation .personalTable {
  width: 100%;
}
#simulation .personalTable th,
#simulation .personalTable td {
  width: 100%;
  display: block;
}
#simulation .personalTable th {
  text-align: left;
}
#simulation .personalTable td {
  padding-bottom: 20px;
}
#simulation .personalTable .nameKanji, #simulation .personalTable .nameKatakana, #simulation .personalTable .nameRoma {
  display: flex;
  justify-content: space-between;
}
#simulation .personalTable .nameKanji div, #simulation .personalTable .nameKatakana div, #simulation .personalTable .nameRoma div {
  width: 50%;
}
#simulation .personalTable .nameKanji input, #simulation .personalTable .nameKatakana input, #simulation .personalTable .nameRoma input {
  width: 80%;
}
#simulation .personalTable .zip01 {
  width: 6rem;
}
#simulation .personalTable .zip02 {
  width: 8rem;
}
#simulation .comment {
  padding: 3px 8px;
  width: 100%;
  height: 20rem;
  border: 1px solid #001871;
  border-radius: 10px;
}
#simulation .err,
#simulation .error {
  display: none;
  color: #f00;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.3rem;
  border-radius: 10px;
}
#simulation .note {
  font-size: 1.2rem;
  line-height: 1.3;
}
#simulation .req {
  color: #f00;
}
#simulation .simBtn {
  text-align: center;
  padding-bottom: 30px;
}
#simulation .simBtn .btn {
  border: none;
  padding: 10px 50px;
  border-radius: 10px;
  margin: 0 10px;
  font-weight: bold;
}
#simulation .simBtn .btnPrev {
  background-color: #ccc;
}
#simulation .simBtn .btnNext, #simulation .simBtn .btnSend {
  background-color: #0473b0;
  color: #fff;
}
#simulation .simBtn.--agree {
  display: flex;
  justify-content: center;
}
#simulation .conditionsList {
  padding-left: 2rem;
  margin-top: 20px;
}
#simulation .huhoButtons {
  display: flex;
  background-color: antiquewhite;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
#simulation .huhoButtons > div {
  width: 50%;
  text-align: center;
}
#simulation .huhoSelect {
  display: none;
  margin-top: 10px;
}
#simulation .questionButtons {
  display: flex;
  background-color: antiquewhite;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0 30px;
}
#simulation .questionButtons > div {
  width: 50%;
  text-align: center;
}
#simulation .questionComment {
  margin-bottom: 30px;
  display: none;
}
#simulation .questionComment p {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#simulation .questionComment textarea {
  width: 100%;
  height: 10rem;
  border-radius: 10px;
  border-color: #aaa;
  padding: 3px 8px;
}
#simulation .paymentList {
  list-style: none;
  padding-left: 0;
}
#simulation .paymentList li {
  background-color: antiquewhite;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
}
#simulation .paymentList li label {
  display: block;
}
#simulation .confirmTable {
  width: 100%;
  border-collapse: collapse;
}
#simulation .confirmTable th,
#simulation .confirmTable td {
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #ccc;
}
#simulation .confirmTable th {
  width: 40%;
}
#simulation .confirmTable td {
  width: 60%;
}
#simulation #transmission {
  margin-bottom: 50px;
}

.customerCenter {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .customerCenter .wrap {
    display: flex;
    justify-content: space-between;
  }
}
.customerCenter .wrap > div {
  background-color: antiquewhite;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.customerCenter .wrap > div:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .customerCenter .wrap > div:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .customerCenter .wrap > div {
    display: flex;
    width: 49%;
    flex-wrap: wrap;
    align-items: center;
  }
}
.customerCenter .wrap > div > p {
  width: 100%;
}
.customerCenter .wrap > div > span {
  width: 100%;
}

.companyTable {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 30px 0;
}
.companyTable tr {
  vertical-align: top;
}
.companyTable th,
.companyTable td {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 10px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .companyTable th,
  .companyTable td {
    display: table-cell;
    width: auto;
  }
}
.companyTable th {
  text-align: left;
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .companyTable th {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .companyTable td {
    width: 80%;
  }
}
.companyTable td.tel {
  padding: 0 !important;
}
.companyTable .telNote {
  background-color: yellow;
  color: #f00;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

#privacy h3 {
  text-align: center;
  margin-bottom: 30px;
}
#privacy h4 {
  border-bottom: 2px solid #001871;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#privacy h5 {
  font-size: 1.6rem;
  margin-top: 20px;
}
#privacy section {
  margin-bottom: 30px;
}
#privacy ul,
#privacy ol {
  padding-left: 1.8rem;
  margin: 15px 0;
}

.footerNav {
  background-color: #ededed;
}
.footerNav ul {
  list-style: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.footerNav ul li {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .footerNav ul li {
    width: 33%;
  }
}
.footerNav ul li a {
  text-decoration: none;
  font-size: 1.4rem;
}
.footerNav ul li a::before {
  content: "> ";
}

#footer {
  font-size: 1.3rem;
}
#footer._index {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #footer._index {
    margin-bottom: 0;
  }
}
#footer .inner {
  background-color: #001871;
  color: #fff;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #footer .inner > .wrap {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #footer .inner > .wrap .agent,
  #footer .inner > .wrap .maker {
    width: 50%;
  }
}
#footer .inner > .wrap .agent a {
  color: #fff;
  text-decoration: underline;
}
#footer .inner > .wrap .maker {
  margin-bottom: 30px;
}
#footer .inner > .wrap .maker dl dt {
  font-weight: bold;
  font-size: 1.4rem;
}
#footer .inner > .wrap .maker dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#footer .inner > .wrap .maker .tel {
  font-size: 1.5rem;
}
#footer h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
#footer .contact {
  font-size: 1.2rem;
}
#footer address {
  font-style: normal;
}
#footer a {
  color: #fff;
}
#footer .copyright {
  text-align: center;
}

.fixedNav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: antiquewhite;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fixedNav {
    display: none;
  }
}
.fixedNav .btn {
  text-decoration: none;
  text-align: center;
  background-color: #f00;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: bold;
  width: 35%;
  border-right: 1px solid #f67474;
}
.fixedNav .btn:nth-child(3) {
  width: 30%;
  border-right: 0;
  background-color: #0473b0;
}
.fixedNav .btn:nth-child(3) .note {
  font-size: 1.1rem;
}

#contact .noteList {
  padding-left: 2.6rem;
  margin: 30px 0;
}
#contact .noteList li {
  margin-bottom: 20px;
}
#contact .req {
  font-size: 1.1rem;
  border-radius: 5px;
  display: inline-block;
  background-color: red;
  margin-right: 10px;
  color: white;
  padding: 1px 5px;
}
#contact input,
#contact select,
#contact textarea {
  padding: 5px;
}
#contact textarea {
  width: 100%;
}
#contact dt {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#contact .nameWrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #contact .nameWrapper {
    width: 50%;
    min-width: 180px;
  }
}
#contact .name {
  font-size: 1.2rem;
  width: 49%;
}
#contact .name input {
  width: 100%;
  display: block;
}
#contact .mfp_buttons {
  text-align: center;
  margin: 20px 0 30px;
}
#contact #depatureY,
#contact #depatureY {
  width: 10rem;
}
#contact .mfp dd, #contact .mfp.mfp_col10 {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  #contact .mfp dd, #contact .mfp.mfp_col10 {
    padding: 15px 10px;
    borde-top: 0;
  }
}
#contact .mfp .note {
  line-height: 1.4;
  padding-left: 1.5rem;
}
#contact .mfp_element_textarea {
  width: 100% !important;
  height: 100px !important;
}
#contact .p-postal-code {
  width: 12rem !important;
}
#contact .p-region {
  width: 40rem;
  margin-top: 10px;
  max-width: 100%;
}

.references {
  margin-top: 20px;
  padding: 10px;
  border: 2px solid #ccc;
}
.referencesList {
  padding-left: 2rem;
}
.references a {
  text-decoration: none;
}
.references a:hover {
  text-decoration: underline;
}

.information {
  font-size: 1.4rem;
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  line-height: 1.7;
  font-weight: normal;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */