@charset "Shift_JIS";
/* TABLE OF CONTENT

    1. [kawaijuku_header]
    2. [kawaijuku_footer]
    3. [kawaijuku_style]
*/
.red {
  color: #ff0000;
}

/* --------------------------------------
1. [kawaijuku_header] 
--------------------------------------*/
@media (max-width: 640px) {
  header .inner {
    padding-left: 15px;
  }
}
header {
  margin-bottom: 47px;
  position: relative;
}
@media (min-width: 641px) {
  header .inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1010px;
  }
}
header .titleHeader {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
header.fixed .titleHeader {
  position: fixed;
  top: 0;
  z-index: 999;
}

header .logo {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 0;
}

@media (min-width: 641px) {
  header .logo {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

header .logo a {
  display: inline-block;
  line-height: 1;
  margin-right: 1px;
}

@media (max-width: 640px) {
  header .logo a img {
    width: 90px;
    height: auto;
  }
}

header .logo span {
  display: inline-block;
}

@media (max-width: 640px) {
  header .logo span img {
    width: 110px;
    height: auto;
  }
}

header .titleHeader {
  background-color: #004470;
  color: #fff;
  font-weight: bold;
}

header .titleHeader .title {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 576px) {
  header .titleHeader .title {
    width: calc(100% - 30px);
    padding-right: 15px;
    line-height: 1.6;
  }
}

header .buttonFAQ {
  margin: 8px 0 1px;
  color: #fff;
}

header .buttonFAQ span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

header .buttonFAQ span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_faq.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  margin: auto;
  margin-bottom: -3px;
}

/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */
#gHeader,
#gFooter {
  font: 13px/1.231 arial, helvetica, clean, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo,
    "lr oSVbN", sans-serif;
}

.gStyle p,
.gStyle ul,
.gStyle ol,
.gStyle li {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.gStyle img {
  border: 0;
  vertical-align: bottom;
}

.gStyle ol,
.gStyle ul {
  list-style: none;
}

/* # gStyle
---------------------------------------------------------------------------- */
div.gStyle {
  background-color: #fff;
  color: #333;
  line-height: 1.5;
}

div.gStyle div.gStyleIn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 641px) {
  div.gStyle div.gStyleIn {
    max-width: 1010px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gStyle a {
  color: #004979;
}

.gStyle a:hover {
  text-decoration: none;
}

div#gHeader {
  border-top: solid 2px #0072ba;
  border-bottom: solid 1px #e5e5e5;
  padding: 3px 0 4px;
}

div#gHeader p.groupLogo {
  float: right;
  margin: 4px 0 0 10px;
}

div#gHeader p.groupContact {
  float: right;
  margin: 2px 0 0;
}

div#gFooter {
  padding: 14px 0;
}

div#gFooter p.groupLogo {
  float: left;
  margin: 9px 10px 9px 0;
}

div#gFooter div#gFooterGroups {
  float: right;
}

div#gFooter div#gFooterGroups p {
  margin: 0 0 7px;
}

div#gFooter div#gFooterGroups ul {
  line-height: 1;
}

div#gFooter div#gFooterGroups ul li {
  border-left: solid 1px #cccccc;
  display: inline;
  margin: 0 0 0 9px;
  padding: 0 0 0 9px;
}

div#gFooter div#gFooterGroups ul li.first {
  border: none;
  margin-left: 0;
  padding: 0;
}

div#gFooter div#gFooterGroups ul li a {
  white-space: nowrap;
}

/* # clearfix
---------------------------------------------------------------------------- */
div#gHeader,
div#gFooter {
  zoom: 1;
}

div#gHeader:after,
div#gFooter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  #gHeader {
    display: none;
  }
  div.gStyle div.gStyleIn {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #gFooterGroups {
    float: none;
    display: none;
  }
  div#gFooter {
    text-align: center;
  }
  div#gFooter p.groupLogo {
    float: none;
    display: inline-block;
    width: 30%;
  }
  div#gFooter p.groupLogo img {
    width: 100%;
    height: auto;
  }
  #copyrightBlock {
    margin-bottom: 10px;
    font-size: 8pt;
  }
}

/* --------------------------------------
2. [kawaijuku_footer] 
--------------------------------------*/
footer {
  background-color: #0072ba;
  color: #fff;
  padding: 16px 0 0;
  position: relative;
  margin-top: 60px;
}

@media (min-width: 641px) {
  footer {
    margin-top: 120px;
  }
}

@media (max-width: 640px) {
  footer .inner {
    padding-left: 15px;
  }
}

@media (min-width: 641px) {
  footer .inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1010px;
  }
}

footer small {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  footer small {
    margin-bottom: 22px;
  }
}

footer #pagetop {
  width: 37px;
  position: absolute;
  top: 4px;
  right: 10px;
  display: none;
}

footer #pagetop img {
  width: 100%;
}

@media (min-width: 641px) {
  footer #pagetop {
    display: none !important;
  }
}

.rule .titleSection {
  margin-top: 35px;
}

@media (min-width: 641px) {
  .rule .titleSection {
    margin-top: 77px;
  }
}

.rule .formStep {
  margin-top: 35px;
}

.rule > .titleSub3 {
  margin-top: 35px;
}

@media (min-width: 641px) {
  .rule > .titleSub3 {
    margin-top: 85px;
  }
}

.rule > .titleSub4 {
  padding-top: 35px;
}

@media (min-width: 641px) {
  .rule > .titleSub4 {
    margin-top: 66px;
  }
}

.rule > .titleSub5 {
  margin-top: 35px;
}

@media (min-width: 641px) {
  .rule > .titleSub5 {
    margin-top: 67px;
  }
}

.rule > .text > p {
  margin-top: 20px;
}

.rule > .listNumber {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .listNumber {
    margin-top: 100px;
  }
}

.rule > .listDisc {
  margin-top: 50px;
}

.rule > .textBorder {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .textBorder {
    margin-top: 55px;
  }
}

.rule .textBorder.borderBlue {
  margin-top: 57px;
}

.rule > .textImportant {
  margin-top: 55px;
}

.rule > .tabChange {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .tabChange {
    margin-top: 130px;
  }
}

.rule > .linkVert {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .linkVert {
    margin-top: 100px;
  }
}

.rule > .linkHori {
  margin-top: 38px;
  border-top: 1px solid #eee;
  padding-top: 35px;
}

.rule .link700 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 66px;
  width: 100%;
}

@media (min-width: 992px) {
  .rule .link700 {
    width: 715px;
  }
}

.rule > .tableStyle.style1 {
  margin-top: 108px;
}

.rule > .tableStyle.style2 {
  margin-top: 33px;
}

.rule > .tableStyle3 {
  margin-top: 34px;
}

.rule > .tableStyle.style4,
.rule > .tableStyle.style2.style5 {
  margin-top: 60px;
}

.rule > .line1 {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .line1 {
    margin-top: 93px;
  }
}

.rule > .line2 {
  margin-top: 76px;
}

.rule > .mapBox {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .mapBox {
    margin-top: 136px;
  }
}

.rule > .formStyle {
  border-top: 1px solid #eee;
}

.rule .formStyle:nth-of-type(1) {
  margin-top: 50px;
  padding-top: 50px;
}

.rule .formStyle:nth-of-type(2) {
  margin-top: 35px;
}

.rule .formStyle:nth-of-type(3) {
  margin-top: 40px;
  padding-top: 50px;
}

.rule .formStyle:nth-of-type(4) {
  margin-top: 50px;
  padding-top: 50px;
}

.rule .formStyle:nth-of-type(5) {
  margin-top: 50px;
  padding-top: 50px;
}

.rule > .infoContact {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .infoContact {
    margin-top: 120px;
  }
}

.rule > .guideExam.style1 {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .guideExam.style1 {
    margin-top: 122px;
  }
}

.rule > .guideExam.style2 {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .guideExam.style2 {
    margin-top: 112px;
  }
}

.rule > .listDisc.listDeco {
  margin-top: 37px;
}

.rule > .messaErr {
  margin-top: 50px;
}

@media (min-width: 641px) {
  .rule > .messaErr {
    margin-top: 130px;
  }
}

.rule .listButton li {
  margin-top: 15px;
}

@media (min-width: 641px) {
  .rule .w580 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 641px) {
  .rule .w460 {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
}

main > .inner {
  padding-top: 20px;
}

@media (min-width: 641px) {
  main > .inner {
    padding-top: 20px;
  }
}

/* ---------------------
column 
------------------------*/
.colum-50 {
  width: 100%;
  margin-top:10px;
}

@media (min-width: 641px) {
  .colum-50 {
    width: 50%;
    margin-top: 0;
  }
}

.coloGray33 {
  color: #333333;
}

.block {
  display: block;
}

@media (min-width: 641px) {
  .block {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .none {
    display: block;
  }
}

/* ---------------------
line style 
------------------------*/
.line1 {
  border-top: 1px solid #0072ba;
}

.line2 {
  border-top: 2px solid #0072ba;
}

.lineGray {
  border-top: 1px solid #eee;
}

/* ---------------------
background 
------------------------*/
.bgGray {
  background-color: #f7f7f7;
}

.bgGray2 {
  background-color: #f5f5f5;
}

/* ---------------------
text style
------------------------*/
.textBold {
  font-weight: bold;
}

.textNomal {
  font-weight: normal;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textRed {
  color: #ff0000;
}

.textBlue {
  color: #0072ba;
}

.textBlack {
  color: #000 !important;
}

.text p {
  margin-top: 15px;
  margin-bottom: 0;
}

.text .red {
  color: #ff0000;
}

.text img {
  margin-right: 5px;
}

@media (min-width: 641px) {
  .inlineBlock {
    display: inline-block;
  }
}

/* -----------------------
button style 
--------------------------*/
.divButton {
  text-align: left;
}

@media (min-width: 641px) {
  .divButton {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .divButton .textCenter {
    text-align: left;
  }
}

.btnIcon {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 640px) {
  .btnIcon {
    width: 100%;
  }
}

.btnIcon span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.btnIcon span:before,
.btnIcon span:after {
  position: absolute;
  content: "";
  top: -1px;
  bottom: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.btnIcon span:before {
  left: 0;
}

.btnIcon span:after {
  right: 0;
}

.btnIcon.btnBlank span {
  padding-right: 26px;
}

.btnIcon.btnBlank span:after {
  background-image: url(../images/ico_blank2.png);
  width: 16px;
}

.btnIcon.btnBlank2 span {
  padding-right: 26px;
}

.btnIcon.btnBlank2 span:after {
  background-image: url(../images/ico_blank.png);
  width: 16px;
}

.btnIcon.btnModal span {
  padding-right: 26px;
}

.btnIcon.btnModal span:after {
  background-image: url(../images/ico_modal.png);
  width: 16px;
}

.btnIcon.btnPdf span {
  padding-right: 26px;
}

.btnIcon.btnPdf span:after {
  background-image: url(../images/ico_pdf.png);
  width: 15px;
}

.btnIcon.btnLine {
  color: #0072ba;
}

@media (max-width: 640px) {
  .btnIcon.btnLine {
    width: auto;
  }
}

.btnIcon.btnLine span {
  -webkit-text-decoration-color: #0072ba;
  text-decoration-color: #0072ba;
  text-decoration: underline;
  padding-right: 0;
}

.btnIcon.btnLine span:before {
  background-image: url(../images/ico_arrow.png);
  height: 10px;
  top: 5px;
}
.btnIcon.btnLine span:after {
  display: inline-block;
  position: relative;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.btnIcon.btnLine span:hover {
  text-decoration: none;
}

.btnIcon.btnArrow span {
  padding-left: 15px;
}

@media (min-width: 641px) {
  .btnIcon.btnArrow span {
    padding-left: 20px;
  }
}

.btnIcon.btnArrow span:before {
  width: 5px;
}

@media (min-width: 641px) {
  .btnIcon.btnArrow span:before {
    width: 6px;
  }
}

.btnIcon.btnOrange {
  background-color: #ea5802;
  color: #fff;
  border: 1px solid #ea5802;
  border-radius: 5px;
  padding: 9px 30px;
  font-weight: bold;
}

@media (min-width: 641px) {
  .btnIcon.btnOrange {
    min-width: 200px;
  }
}

@media (min-width: 641px) {
  .btnIcon.btnOrange.w270 {
    min-width: 270px;
  }
}

.btnIcon.btnOrange:hover {
  background-color: #f5960f;
  border: 1px solid #f5960f;
}

.btnIcon.btnOrange span:before {
  background-image: url(../images/ico_arrow2.png);
}

.btnIcon.btnWhite {
  background-color: #fff;
  color: #0072ba;
  border: 1px solid #0072ba;
  border-radius: 5px;
  padding: 9px 30px;
  box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btnIcon.btnWhite:hover {
  background-color: #e6f5ff;
  border: 1px solid #0072ba;
}

.btnIcon.btnWhite span:before {
  background-image: url(../images/ico_arrow.png);
}

.btnIcon.btnBlue {
  background-color: #0072ba;
  color: #fff;
  border: 1px solid #0072ba;
  border-radius: 5px;
  box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2);
  padding: 9px 30px;
}

.btnIcon.btnBlue:hover {
  background-color: #3092d0;
  border: 1px solid #3092d0;
}

.btnIcon.btnBlue span:before {
  background-image: url(../images/ico_arrow2.png);
}

.btnIcon.btnBlue.btnBlue2 {
  background-color: #e6f5ff;
  color: #0072ba;
}

.btnIcon.btnBlue.btnBlue2 span:before {
  background-image: url(../images/ico_arrow.png);
}

.btnIcon.btnBack {
  box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btnIcon.btnBack span:before {
  background-image: url(../images/ico_back.png);
}

.btnIcon.btnGray {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2);
  padding: 9px 30px;
}

.btnIcon.btnGray:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
}

.btnIcon.btnGray span:before {
  background-image: url(../images/ico_arrow2.png);
}

.btnIcon.buttonFAQ {
  border: 1px solid #fff;
  background-color: #0072ba;
  min-width: auto;
  transition: all 0.5s;
}

@media (max-width: 640px) {
  .btnIcon.buttonFAQ {
    padding: 5px 10px;
    width: auto;
    margin-right: 10px;
  }
}

.btnIcon.buttonFAQ:hover {
  background-color: #ea5802;
  border: 1px solid #fff;
}

.btnIcon.buttonFAQ span {
  padding-right: 35px;
}

.btnIcon.buttonFAQ span:after {
  background-image: url(../images/ico_faq.png);
  width: 22px;
  height: 22px;
}

.btnIcon.btnForm {
  padding: 14.5px 30px;
}

.btnIcon.btnSmall {
  width: auto;
  padding: 4px 12px;
  text-align: center;
}

@media (min-width: 641px) {
  .btnIcon.btnSmall {
    width: 180px;
    padding: 4px 15px;
  }
}

.btnIcon.btnSmall.widthAuto {
  width: auto;
}

.btnIcon.btnChange span {
  padding-right: 30px;
}

.btnIcon.btnChange span:before {
  display: none;
}

.btnIcon.btnChange span:after {
  width: 22px;
  background-image: url(../images/ico_change.png);
}

.btnIcon.btnCanel span:before {
  background-image: url(../images/ico_close.png);
  background-repeat: no-repeat;
  width: 12px;
}

.btnIcon.btnCanel:hover span:before {
  left: 0;
}

.btnIcon.btnDown span:before {
  width: 10px;
  background-image: url(../images/ico_down.png);
}

.btnIcon.btnDown:hover span:before {
  left: 0;
}

.btnClose {
  background-image: url(../images/ico_close.png);
  width: 20px;
  height: 20px;
  border: none;
  background-repeat: no-repeat;
}

/*------------------------
title Style 
-------------------------*/
.titleBig {
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: bold;
  border-bottom: 3px solid #0072ba;
  letter-spacing: 0.4px;
  padding-bottom: 10px;
}

@media (min-width: 641px) {
  .titleBig {
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 15px;
  }
}

.titleSection {
  color: #0072ba;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 3px solid #0072ba;
  font-weight: bold;
  background-color: #f7f7f7;
  letter-spacing: 0.4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 640px) {
  .titleSection {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}

@media (min-width: 641px) {
  .titleSection {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.titleSub3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 12px;
  border-left: 3px solid #0072ba;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

@media (min-width: 641px) {
  .titleSub3 {
    font-size: 1.6rem;
  }
}

.ttlSub3 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 12px;
  border-left: 3px solid #0072ba;
  line-height: 1.5;
  letter-spacing: 0.4px;
  -webkit-padding-before: 0;
}

@media (min-width: 641px) {
  .ttlSub3 {
    font-size: 1.4rem;
  }
}

.titleSub4 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0072ba;
  font-weight: bold;
  letter-spacing: 0.4px;
}

@media (min-width: 641px) {
  .titleSub4 {
    font-size: 1.6rem;
  }
}

.titleSub5 {
  font-weight: bold;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e6f5ff;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 641px) {
  .titleSub5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.titleSub6 {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom: none;
}

@media (min-width: 641px) {
  .titleSub6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.textBorder {
  padding: 15px;
}

@media (min-width: 641px) {
  .textBorder {
    padding: 15px 20px;
    border-style: solid;
  }
}

.textBorder.borderGray {
  border: 1px solid #cccccc;
}

.textBorder.borderBlue {
  border-color: #0072ba;
  border-width: 2px;
  border-style: solid;
}

.textImportant {
  border: 2px solid #da263f;
  padding: 15px;
}

@media (min-width: 641px) {
  .textImportant {
    padding: 20px;
  }
}

.titlePrink {
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #da263f;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-top: 3px;
}

@media (max-width: 640px) {
  .titlePrink {
    margin-bottom: 10px;
  }
}

.titleClassification {
  background-color: #f7f7f7;
  padding: 10px 0px 10px 12px;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 641px) {
  .titleClassification .name {
    width: 196px;
  }
}

.titleClassification .note {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
  font-weight: normal;
  font-size: 1.4rem;
  border: 1px solid #ff0000;
  background-color: #ffeeee;
  padding: 2px;
}

@media (min-width: 641px) {
  .note {
    padding: 2px;
  }
}

.note .noteMsg {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5rem;
}

.note .noteMsg:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background-image: url(../images/ico_error.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg-green {
  background-color: #eaf7de;
}

.explanationNote {
  width: 100%;
  color: #0000ff;
}

.zansekisu-alert {
  width: 60%;
}

.listNumber {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}

.listNumber > li {
  margin-top: 5px;
}

.listDisc li {
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}

.listDisc li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  line-height: 1;
  vertical-align: middle;
}

.listDisc li:first-of-type {
  margin-top: 0;
}

.listDisc li .listDisc li {
  margin-top: 0;
}

.listDisc a {
  margin: 0 10px;
}

.listDisc.listDeco li {
  padding-left: 20px;
}

.listDisc.listDeco li:before {
  content: "¦";
  top: 7px;
  background-color: transparent;
}

@media (min-width: 641px) {
  .listDisc.listDeco li:before {
    top: 4px;
  }
}

.formStep {
  position: relative;
}

.formStep .textStep {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  padding-bottom: 5px;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 641px) {
  .formStep .textStep {
    font-size: 1.6rem;
  }
}

.formStep .headForm {
  margin-left: -5px;
  flex-wrap: nowrap;
}

@media (min-width: 641px) {
  .formStep .headForm {
    margin-top: 5px;
  }
}

.formStep .headForm .line {
  padding-left: 2px;
}

@media (min-width: 641px) {
  .formStep .headForm .line {
    padding-left: 5px;
  }
}

.formStep .headForm .line:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #eee;
  height: 7px;
}

@media (min-width: 641px) {
  .formStep .headForm .line:after {
    height: 10px;
  }
}

.formStep .headForm .line.active:after {
  background-color: #f5960f;
}

.formStep .numberStep {
  display: flex;
  color: #999999;
  justify-content: flex-end;
  letter-spacing: 4px;
  font-size: 1.3rem;
}

@media (max-width: 640px) {
  .formStep .numberStep {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}

.formStep .numberStep span {
  order: -1;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 641px) {
  .formStep .numberStep span {
    font-size: 1.5rem;
  }
}

.tabChange .tabNav {
  position: relative;
}

@media (max-width: 640px) {
  .tabChange .tabNav {
    border-left: 1px solid #0072ba;
  }
}

.tabChange .tabNav .tabNavItem {
  width: 33.33%;
  color: #0072ba;
  text-align: center;
  line-height: 2.6;
  opacity: 1;
  transition: all 0.5s;
  border: 1px solid #0072ba;
  cursor: pointer;
}

@media (max-width: 320px) {
  .tabChange .tabNav .tabNavItem {
    font-size: 1.2rem;
  }
}

.tabChange .tabNav .tabNavItem + .tabNavItem {
  border-left: none;
}

@media (max-width: 640px) {
  .tabChange .tabNav .tabNavItem:nth-of-type(1) {
    border-left: none;
  }
}

@media (max-width: 640px) {
  .tabChange .tabNav .tabNavItem:nth-of-type(n + 4) {
    border-top: none;
  }
}

.tabChange .tabNav .tabNavItem:after {
  content: "";
  height: 7px;
  background-image: url(../images/ico_down.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  margin: -6px auto 8px;
}

@media (min-width: 641px) {
  .tabChange .tabNav .tabNavItem:after {
    margin: -10px auto 10px;
    width: 12px;
  }
}

@media (min-width: 641px) {
  .tabChange .tabNav .tabNavItem {
    width: 20%;
    line-height: 3.5;
  }
}

.tabChange .tabNav .tabNavItem.active,
.tabChange .tabNav .tabNavItem:hover {
  background-color: #0072ba;
  color: #fff;
  text-decoration: none;
}

.tabChange .tabNav .tabNavItem.active:after,
.tabChange .tabNav .tabNavItem:hover:after {
  background-image: url(../images/ico_down_white.png);
}

.tabChange .tabNav .tabNavItem:hover {
  opacity: 0.7;
}

.tabChange .tabContent {
  padding: 30px 0;
  display: none;
}

.tabChange .tabContent.active {
  display: inherit;
}

@media (min-width: 641px) {
  .tabChange .tabContent {
    padding: 30px 0;
  }
}

.tableStyle .dataItem {
  justify-content: flex-start;
  position: relative;
  border-bottom: 1px solid #999999;
}

@media (max-width: 640px) {
  .tableStyle .dataItem {
    justify-content: flex-start;
    padding: 15px 0 0;
  }
}

/* .tableStyle .dataItem:last-of-type {
  border: none;
} */

.tableStyle .dataItem .title16 {
  width: 100%;
  font-size: 16px;
}

@media (max-width: 640px) {
  .tableStyle .dataItem .subText {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.tableStyle .dataItem .btnOrange {
  text-align: center;
}

@media (min-width: 641px) {
  .tableStyle .dataItem .btnOrange {
    margin-left: 15px;
    width: 225px;
  }
}

.tableStyle .dataItem .linkBorder {
  display: inline-block;
  width: auto;
  min-width: 204px;
}

@media (max-width: 640px) {
  .tableStyle .dataItem .linkBorder {
    margin: 15px auto;
  }
}

@media (min-width: 641px) {
  .tableStyle .dataItem .linkBorder {
    margin-left: 40px;
  }
}

.tableStyle .dataItem .linkBorder a:before {
  background-image: url(../images/ico_arrow2.png);
}

.tableStyle.style1 .dataItem {
  padding: 15px;
}

@media (min-width: 641px) {
  .tableStyle.style1 .dataItem {
    justify-content: space-between;
    padding: 23px 30px;
  }
}

.tableStyle.style1 .dataItem .title {
  width: 100%;
  font-weight: bold;
}

@media (min-width: 641px) {
  .tableStyle.style1 .dataItem .title {
    max-width: 310px;
  }
}

@media (min-width: 992px) {
  .tableStyle.style1 .dataItem .title {
    max-width: 415px;
  }
}

@media (max-width: 640px) {
  .tableStyle.style1 .dataItem .btnLine {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) {
  .tableStyle.style1 .dataItem .btnLine {
    display: block;
    max-width: 102px;
  }
}

@media (max-width: 640px) {
  .tableStyle .btnOrange,
  .tableStyle .btnGray,
  .tableStyle .btnWhite {
    display: block;
    max-width: 218px;
    margin: 15px auto 0;
    text-align: center;
  }
  .tableStyle .btnWhite.annaiBtn {
    max-width: 100%;
  }
}

.tableStyle .btnOrange a,
.tableStyle .btnGray a,
.tableStyle .btnWhite a {
  margin: 0;
}

@media (min-width: 641px) {
  .tableStyle .btnWhite {
    width: 222px;
  }
}

@media (min-width: 641px) {
  .tableStyle .btnGray {
    width: 208px;
  }
}

.tableStyle .subText {
  line-height: 1.5;
}

@media (min-width: 641px) {
  .tableStyle .subText {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .tableStyle .subText .btnIcon {
    margin-top: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 641px) {
  .tableStyle .subText .btnIcon {
    margin-left: 40px;
  }
}

.tableStyle.style2 .dataItem {
  justify-content: left;
  padding: 15px;
}

@media (min-width: 641px) {
  .tableStyle.style2 .dataItem {
    padding: 23px 30px;
  }
}

@media (min-width: 641px) {
  .tableStyle.style2 .dataItem .title16 {
    width: 60%;
  }
}

.tableStyle.style2 .subText {
  display: block;
}

@media (max-width: 640px) {
  .tableStyle.style2 .btnOrange,
  .tableStyle.style2 .btnGray,
  .tableStyle.style2 .btnWhite {
    display: block;
    max-width: 218px;
    margin: 15px auto 0;
    text-align: center;
  }
}

@media (min-width: 641px) {
  .tableStyle.style2 .btnOrange,
  .tableStyle.style2 .btnGray,
  .tableStyle.style2 .btnWhite {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
}

.tableStyle.style4 .titleSub5 {
  width: 100%;
}

.tableStyle.style4 .dataItem {
  padding: 15px;
}

@media (min-width: 641px) {
  .tableStyle.style4 .dataItem {
    padding: 15px 0;
  }
}

.tableStyle.style4 .dataItem .title {
  font-weight: bold;
}

.tableStyle.style4 .dataItem .dateImpo {
  color: #ff0000;
}

@media (max-width: 991px) {
  .tableStyle.style4 .dataItem .dateImpo {
    margin-bottom: 5px;
  }
}

.tableStyle.style4 .dataItem .btnBlue {
  line-height: 2;
}

.tableStyle.style4 .dataItem .SpaceBetween {
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .tableStyle.style4 .dataItem .SpaceBetween {
    justify-content: center;
  }
}

.tableStyle.style4 .dataItem:last-of-type {
  border-bottom: 1px solid #999999;
}

.tableStyle.style4 .column {
  width: 100%;
}

@media (min-width: 641px) {
  .tableStyle.style4 .column {
    width: 50%;
  }
}

.tableStyle.style5 .style {
  padding-left: 45px;
  padding-right: 45px;
}

.tableStyle.style5 .titlePrink {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

.tableStyle.style5 .title16 span {
  margin-left: 10px;
  vertical-align: top;
}

@media (max-width: 640px) {
  .tableStyle.style5 .subText {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .tableStyle.style5 .subText .btnIcon {
    display: inline-block !important;
    width: auto;
  }
}

.tableStyle.style5 .btnDecor {
  text-align: center;
}

.tableStyle3 {
  color: #333333;
}

.tableStyle3 > .dataItem {
  border: 1px solid #ccc;
  margin-top: 20px;
}

.tableStyle3 > .dataItem > .rows {
  border-bottom: 1px solid #ccc;
}

.tableStyle3 > .dataItem > .rows:last-of-type {
  border: none;
  margin-bottom: 0;
}

.tableStyle3 > .dataItem > .rows > * {
  padding: 10px 10px 10px 10px;
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows > * {
    padding: 10px 20px 10px 20px;
  }
}

.tableStyle3 > .dataItem > .rows .title {
  position: relative;
  background-color: #e6f5ff;
  color: #333333;
  width: 100%;
  line-height: 1.8;
  padding-right: 35px;
}

@media (max-width: 640px) {
  .tableStyle3 > .dataItem > .rows .title {
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .title {
    width: 210px;
    border-right: 1px solid #ccc;
  }
}

@media (max-width: 640px) {
  .tableStyle3 > .dataItem > .rows .title br {
    display: none;
  }
}

.tableStyle3 > .dataItem > .rows .title .maskError {
  position: absolute;
  right: 10px;
  top: 12px;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 5px 0;
  line-height: 1.5;
}

.tableStyle3 > .dataItem > .rows .content {
  width: 100%;
}

@media (max-width: 640px) {
  .tableStyle3 > .dataItem > .rows .content {
    line-height: 1.95;
  }
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content {
    width: calc(100% - 210px);
  }
}

.tableStyle3 > .dataItem > .rows .content p {
  margin: 0;
  display: inline-block;
  margin-right: 25px;
}

.tableStyle3 > .dataItem > .rows .content .column {
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.tableStyle3 > .dataItem > .rows .content .column span {
  margin-top: 10px;
  margin-left: 10px;
}

/* @media (max-width: 640px) {
  .tableStyle3 > .dataItem > .rows .content .column.column2 {
    padding-left: 41px;
  }
} */

.tableStyle3 > .dataItem > .rows .content .btnWhite {
  min-width: 150px;
  text-align: center;
  padding: 2px 30px;
  margin-top: 10px;
}

.tableStyle3 > .dataItem > .rows .content input {
  height: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 7px;
  padding: 3px 5px;
  width: 100%;
  margin-top: 1px;
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content input {
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.tableStyle3 > .dataItem > .rows .content input.width440 {
  width: 100%;
}

@media (min-width: 992px) {
  .tableStyle3 > .dataItem > .rows .content input.width440 {
    width: 440px;
    margin-top: 0;
  }
}

.tableStyle3 > .dataItem > .rows .content input.width200 {
  width: calc(100% - 60px);
}
@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content input.width200 {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .tableStyle3 > .dataItem > .rows .content input.width200 {
    width: 200px;
  }
}
.tableStyle3 > .dataItem > .rows .content input.width180 {
  width: 180px;
}
@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content input.width180 {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .tableStyle3 > .dataItem > .rows .content input.width180 {
    width: 180px;
  }
}
.tableStyle3 > .dataItem > .rows .content input.width120 {
  width: 120px;
  margin-left: 5px;
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content input.width120 {
    width: 120px;
    margin-right: 10px;
  }
}

.tableStyle3 > .dataItem > .rows .content input.width70 {
  width: 45px;
  margin-left: 10px;
}

.tableStyle3 > .dataItem > .rows .content input.width70.wdthYear {
  width: 60px !important;
}

@media (min-width: 641px) {
  .tableStyle3 > .dataItem > .rows .content input.width70 {
    width: 45px;
  }
}

.tableStyle3 > .dataItem > .rows .content input.width100 {
  width: 100px;
  margin-right: 5px;
}

.tableStyle3 > .dataItem > .rows .content .btnLine {
  margin: 5px 5px;
}

.tableStyle3 > .dataItem > .rows .content .btnLine span {
  padding-left: 10px;
}

.tableStyle3 > .dataItem > .rows.error {
  background-color: #ffeeee;
}

.tableStyle3 > .dataItem > .rows.error .title {
  color: #ff0000;
  background-color: #ffeeee;
}

.tableStyle3 > .dataItem > .rows.error .error {
  background-color: #ffeeee;
}

.tableStyle3 > .dataItem > .rows.error .error .title {
  color: #ff0000;
  background-color: #ffeeee;
}

.linkVert li {
  display: block;
  margin-bottom: 11px;
}

@media (max-width: 640px) {
  .linkHori {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .linkHori li {
    width: 50%;
  }
}

@media (min-width: 641px) {
  .linkHori li {
    display: inline;
  }
}

@media (min-width: 641px) {
  .linkHori li {
    margin-right: 60px;
  }
}

.linkHori.style2 {
  display: flex;
  flex-wrap: wrap;
}

.linkHori.style2 li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((100% / 3) - 10px);
  text-align: center;
}

@media (min-width: 641px) {
  .linkHori.style2 li {
    width: auto;
  }
}

/* .linkHori.style2 li + li {
  margin-left: 10px;
} */

.linkHori.style2 li.disabled .btnBlue {
  border: 1px solid #aaa;
  pointer-events: none;
  box-shadow: none;
  background-color: #aaa;
}

.linkHori.style2 li a {
  text-decoration: none;
  display: block;
  padding: 7px 10px;
}

@media (min-width: 641px) {
  .linkHori.style2 li a {
    padding: 5px 15px 5px 10px;
  }
}

.linkHori.style2 li a span {
  padding-left: 10px;
}

@media (min-width: 641px) {
  .linkHori.style2 li a span {
    padding-left: 15px;
  }
}

.linkHori.style2 li a:hover {
  text-decoration: none;
}

.linkHori.style2.style3 {
  margin-left: 0;
}

.linkHori.style2.style3 li {
  text-align: left;
  width: calc((100% / 2) - 10px);
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .linkHori.style2.style3 li {
    width: auto;
    margin-right: 20px;
  }
}

@media (min-width: 641px) {
  .linkHori.style2.style3 li:nth-of-type(6n + 1) {
    /* margin-right: 0; */
  }
}

.linkHori.style2.style3 li a {
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 3px 10px;
}

.linkHori.style2.style3 li a span {
  padding-left: 18px;
}

@media (max-width: 640px) {
  .linkHori.style2.style4 li {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .linkHori.style2.style5 li a {
    padding: 5px 26px 5px 20px;
  }
}

.linkHoriWrap > * {
  width: 100%;
}

@media (min-width: 641px) {
  .linkHoriWrap > * {
    margin: 10px 5px;
  }
}

.linkHoriWrap.style1 li {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .linkHoriWrap.style1 li {
    width: calc((100% / 3) - 10px);
  }
}

.linkHoriWrap.style1 li .btnIcon.btnWhite {
  padding: 9px 20px;
}

.linkHoriWrap.style2 li {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .linkHoriWrap.style2 li {
    max-width: 280px;
  }
}

.linkHoriWrap.style2 li .btnIcon {
  display: block;
  width: 100%;
}

.linkHoriWrap.style3 {
  position: relative;
}

@media (max-width: 640px) {
  .linkHoriWrap.style3 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.linkHoriWrap.style3 li {
  display: inline-block;
}

.linkHoriWrap.style3 li + li {
  margin-bottom: 10px;
}

@media (min-width: 641px) {
  .linkHoriWrap.style3 li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .linkHoriWrap.style3 li.absolute {
    order: 1;
    margin-bottom: 10px;
  }
}

@media (min-width: 641px) {
  .linkHoriWrap.style3 li.absolute {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 0;
    width: auto;
  }
}

.linkHoriWrap.style3 li.w220 {
  width: auto;
}

@media (max-width: 640px) {
  .linkHoriWrap.style3 li.w220 {
    width: 220px;
  }
}

.linkHoriWrap a {
  display: block;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapBox {
  max-width: 520px;
  padding: 20px 30px;
}

.mapBox .mapImg {
  margin-top: 22px;
}

.mapBox img {
  width: 100%;
  height: auto;
}

.mapBox .vehicles {
  line-height: 1.3;
}

.mapBox .vehicles dd {
  margin-left: 10px;
}

.mapBox .mapInfo dl > * {
  display: inline-block;
}

.mapBox .mapInfo dl dd {
  padding-left: 20px;
}

.formStyle .selecStyle {
  position: relative;
  display: inline-block;
}

.formStyle .selecStyle:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 45px;
  background-color: #fff;
  background-image: url(../images/ico_arrow-down.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}

@media (max-width: 640px) {
  .formStyle .textCenter {
    text-align: left;
  }
}

.formStyle .inputText input {
  border: 1px solid #999;
  height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  width: calc(100% - 120px);
}

@media (min-width: 641px) {
  .formStyle .inputText input {
    width: 280px;
    margin-right: 15px;
  }
}

.formStyle .inputText .btnBlue {
  height: 50%;
  line-height: 10px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .formStyle .inputText .btnBlue {
    width: auto;
  }
}

@media (min-width: 641px) {
  .formStyle .inputText .btnBlue {
    min-width: 120px;
  }
}

.formStyle select {
  width: 230px;
  border: 1px solid #999999;
  height: 30px;
  padding: 0 20px;
  position: relative;
}

/* .formStyle .radioStyle input[type="radio"]:checked,
.formStyle .radioStyle input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
} */
.formStyle .radioStyle label {
  position: relative;
  padding-left: 25px;
} 
.formStyle .radioStyle .icoCheck {
  width: 16px;
  height: 16px;
  top: 1px;
}
.formStyle .radioStyle input[type="radio"]:checked + .icoCheck,
.formStyle .radioStyle input[type="radio"]:not(:checked) + .icoCheck {
  position: absolute;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  left: 0;
}

.formStyle .radioStyle input[type="radio"]:checked + .icoCheck:before,
.formStyle .radioStyle input[type="radio"]:not(:checked) + .icoCheck:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #9e9e9e;
  border-radius: 100%;
  background-color: #fff;
}
.formStyle .radioStyle input[type="radio"]:focus + .icoCheck:before{
  border: 1px solid #004979;
}
.formStyle .radioStyle input[type="radio"]:checked + .icoCheck:after,
.formStyle .radioStyle input[type="radio"]:not(:checked) + .icoCheck:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0072ba;
  position: absolute;
  top: 5px;
  left: 5px;
  margin: auto;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.formStyle .radioStyle input[type="radio"]:not(:checked) + .icoCheck:after {
  opacity: 0;
  transform: scale(0);
}

.formStyle .radioStyle input[type="radio"]:checked + .icoCheck:after {
  opacity: 1;
  transform: scale(1);
}

.formStyle .radioStyle .dataItem + .dataItem {
  margin-top: 15px;
}

.formStyle .radioStyle .lineItem {
  width: 100%;
  border-top: 1px solid #999;
  padding: 15px 0;
}
.formStyle .radioStyle .lineItem .txt {
  display: block;
  margin-left: 20px;
  cursor: pointer;
}
.formStyle .radioStyle .lineItem span.txt {
    cursor: initial;
}
.formStyle .radioStyle .lineItem:last-of-type {
  border-bottom: 1px solid #999;
}

/* .formStyle .radioStyle .lineItem label span {
  display: block;
} */

/* .formStyle .radioStyle .lineItem label .txt {
  margin-top: 25px;
}

@media (min-width: 641px) {
  .formStyle .radioStyle .lineItem label .txt {
    margin-top: 30px;
  }
} */

.formStyle .radioStyle.style2 {
  padding-top: 50px;
}

@media (min-width: 641px) {
  .formStyle .radioStyle.style2 {
    display: flex;
  }
}

@media (min-width: 641px) {
  .formStyle .radioStyle.style2 .dataItem + .dataItem {
    margin-left: 35px;
    margin-top: 0;
  }
}

.formStyle .radioStyle.style3 .dataItem {
  margin-top: 0;
}

.formStyle .radioStyle.style3 .dataItem + .dataItem {
  margin-left: 35px;
}

.formStyle .radioStyle.styleTable {
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  color: #333;
}

.formStyle .radioStyle.styleTable .dataItem {
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: 1px solid #ccc;
  margin-left: 0px;
  width: 50%;
  padding: 0;
  padding: 8px 0 8px 35px;
}

@media (min-width: 641px) {
  .formStyle .radioStyle.styleTable .dataItem {
    width: calc(100%  3);
  }
}

.formStyle .radioStyle.styleTable .dataItem + .dataItem {
  margin-top: 0;
}

.formStyle .radioStyle.styleTable .dataItem label:before {
  left: 13px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

@media (min-width: 641px) {
  .formStyle .radioStyle.styleTable .dataItem label:before {
    left: 25px !important;
  }
}

.formStyle .radioStyle.styleTable .dataItem label:after {
  left: 18px !important;
  top: calc(50% - 3px) !important;
  margin-top: -3px;
}

@media (min-width: 641px) {
  .formStyle .radioStyle.styleTable .dataItem label:after {
    left: 30px !important;
  }
}

.formStyle .radioStyle.styleTable .dataItem:nth-child(3n) {
  border-right: none;
}

@media (max-width: 640px) {
  .formStyle .radioStyle.styleTable .dataItem:nth-child(2n) {
    border-right: none;
  }
}

.formStyle .radioStyle.styleTable .dataItem.widthFull {
  position: relative;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  height: auto;
}

.formStyle .radioStyle.styleTable .dataItem.widthFull input[type="text"] {
  width: 240px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.formStyle .radioStyle.styleTable .dataItem.widthFull label {
  display: flex !important;
  margin-top: 5px;
}

@media (max-width: 640px) {
  .formStyle .radioStyle.styleTable .dataItem.widthFull label {
    padding-bottom: 5px;
  }
}

@media (min-width: 641px) {
  .formStyle .radioStyle.styleTable .dataItem.widthFull label {
    height: 75px;
  }
}

.formStyle .radioStyle.styleTable .dataItem.widthFull label:before {
  top: 19px !important;
}

.formStyle .radioStyle.styleTable .dataItem.widthFull label:after {
  top: 16px !important;
}

.formStyle .radioStyle.styleTable .dataItem.widthFull .boxInput {
  margin-left: 40px;
  margin-bottom: 15px;
}

@media (min-width: 641px) {
  .formStyle .radioStyle.styleTable .dataItem.widthFull .boxInput {
    position: absolute;
    top: 15px;
    left: 100px;
  }
}

.formStyle .checkBox {
  padding: 15px 20px;
  text-align: center;
  font-size: 1.6rem;
}

.formStyle .checkBox .dataItem {
  display: inline-block;
}

.formStyle .checkBox.bgGray3 {
  background-color: #ffeeee;
}

.formStyle .checkBox.borderGray2 {
  border: 1px solid #cccccc;
  padding: 10px 0;
}

.formStyle .checkBox.borderGray2 .w40 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 641px) {
  .formStyle .checkBox.borderGray2 .w40 {
    width: 45%;
    padding: 5px 15px;
  }
}

.formStyle .checkBox.borderGray2 .w60 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 641px) {
  .formStyle .checkBox.borderGray2 .w60 {
    width: 55%;
    padding: 5px 15px;
  }
}

@media (max-width: 640px) {
  .formStyle .checkBox.styleLeft {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .formStyle .checkBox.styleLeft label {
    display: block;
  }
}

@media (min-width: 641px) {
  .formStyle .checkBox {
    padding: 30px 20px;
  }
}

.formStyle  input[type="checkBox"], 
.formStyle input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
  padding: 0 !important;
  margin-right: -10px !important;
  position: absolute;
}
.formStyle .checkBox label {
  position: relative;
  padding-left: 25px;
}
.formStyle .checkBox label .icoCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}

.formStyle .checkBox label .icoCheck:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}
.formStyle .checkBox input[type="checkBox"]:checked + .icoCheck:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 6px;
  height: 14px;
  border: solid #0072ba;
  border-width: 0 3px 3px 0;
  transform: scale(0.5) rotate(45deg);
}
.formStyle .checkBox input[type="checkBox"]:focus + .icoCheck:before{
  border: 1px solid #004979;
}
@media (max-width: 640px) {
  .formStyle .checkBox .dataItem + .dataItem {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .formStyle .checkBox .dataItem span {
    display: block;
  }
}

.formStyle .clause {
  border: 1px solid #ccc;
  height: 120px;
  overflow: auto;
  padding: 15px;
}

@media (min-width: 641px) {
  .formStyle .clause {
    padding: 30px;
  }
}

.formStyle .clause .content {
  margin-top: 25px;
}

.formStyle .clause .content p {
  margin-bottom: 0;
}

.formStyle .btnMore {
  padding: 20px 0;
  text-align: left;
}

@media (min-width: 641px) {
  .formStyle .btnMore {
    padding: 20px;
    text-align: center;
  }
}

.infoContact {
  border: 1px solid #ccc;
  align-items: flex-start;
  padding: 20px 15px;
}

@media (min-width: 641px) {
  .infoContact {
    padding: 30px 30px;
  }
}

.infoContact .titleSub4 {
  width: 100%;
}

.infoContact .column {
  width: 100%;
  line-height: 1.5;
  margin-top: 15px;
}

@media (min-width: 641px) {
  .infoContact .column {
    width: 50%;
  }
}

.infoContact .tel {
  font-size: 1.7rem;
  font-weight: bold;
  color: #0072ba;
  padding-left: 40px;
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: top left;
}

@media (max-width: 640px) {
  .infoContact .tel {
    margin-bottom: 10px;
    display: block;
  }
}

@media (min-width: 641px) {
  .infoContact .tel {
    pointer-events: none;
  }
}

.infoContact .rows {
  width: 100%;
  margin-top: 10px;
}

.infoContact .rows .listDisc li {
  margin-top: 0;
}

.guideExam {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
}

.guideExam th {
  background-color: #e6f5ff;
  border-top: 1px solid #ccc;
  padding: 5px;
  color: #333;
  text-align: left;
}

.guideExam tr {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 641px) {
  .guideExam tr td {
    padding: 18px 20px;
  }
}

.guideExam tr td + td {
  border-left: 1px solid #ccc;
}

.guideExam tr td:last-of-type {
  text-align: left;
}

.guideExam.style1 .btnWhite {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .guideExam.style1 tr + tr {
    display: none;
  }
}

@media (max-width: 640px) {
  .guideExam.style1 tr ul {
    text-align: left;
  }
}

.guideExam.style1 tr ul li {
  padding: 10px 20px;
}

@media (max-width: 640px) {
  .guideExam.style1 tr ul li {
    border-bottom: 1px solid #ccc;
  }
  .guideExam.style1 tr ul li:last-of-type {
    border: none;
  }
}

@media (min-width: 641px) {
  .guideExam.style1 tr ul li {
    padding: 10px 0;
  }
}

.guideExam.style1 tr th.titleStyle1 {
  width: 140px;
  padding-left: 50px;
}

@media (min-width: 641px) {
  .guideExam.style1 tr th.titleStyle1 {
    padding-left: 50px;
  }
}

.guideExam.style1 tr th.titleStyle2 {
  width: 80px;
  text-align: center;
}

.guideExam.style1 tr th.titleStyle3 {
  padding-left: 30px;
}

@media (max-width: 640px) {
  .guideExam.style1 tr th + th {
    display: none;
  }
}

.guideExam.style1 tr td {
  text-align: center;
}

@media (max-width: 640px) {
  .guideExam.style1 tr.tablrRows {
    display: block;
    border-right: 1px solid #ccc;
  }
}

.guideExam.style1 tr.tablrRows td:first-child {
  width: 140px;
}

.guideExam.style1 tr.tablrRows td:nth-child(2) {
  width: 140px;
  background-color: #f5f5f5;
}

.guideExam.style1 tr.tablrRows td:nth-child(3) {
  width: 80px;
}

@media (max-width: 640px) {
  .guideExam.style1 tr.tablrRows td {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .guideExam.style1 tr.tablrRows td {
    display: none;
  }
  .guideExam.style1 tr.tablrRows td:first-of-type {
    display: block;
  }
}

.guideExam.style2 td {
  padding: 10px 10px;
}

@media (max-width: 640px) {
  .guideExam.style2 td {
    line-height: 1.5;
  }
}

@media (min-width: 641px) {
  .guideExam.style2 td {
    padding: 10px 20px;
  }
}

.guideExam.style2 th + th {
  border-left: 1px solid #ccc;
}

@media (max-width: 640px) {
  .guideExam .btnWhite {
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 22px;
  }
}

@media (min-width: 641px) {
  .guideExam .btnWhite {
    display: block;
  }
}

@media (max-width: 640px) {
  .guideExam .btnWhite:before {
    height: 25px;
  }
}

.guideExam .btnWhite:hover {
  text-decoration: none;
}

.guideExam .btnWhite a {
  text-decoration: none;
}

@media (min-width: 641px) {
  .guideExam .btnLine {
    display: none;
  }
}

.guideExam .bgStyle {
  background-color: #f5f5f5;
}

.guideExam.style2 th {
  width: 50%;
  padding-left: 30px;
}

.guideExam.style2 td {
  text-align: left;
}

.messaErr {
  border: 2px solid #ff0000;
  background-color: #ffeeee;
  padding: 15px;
}

@media (min-width: 641px) {
  .messaErr {
    padding: 20px;
  }
}

.messaErr .titleErr {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.6rem;
}

.messaErr .titleErr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 36px;
  height: 34px;
  background-image: url(../images/ico_error.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 641px) {
  .messaErr .titleErr:before {
    margin-right: 15px;
    width: 46px;
    height: 46px;
  }
}

.messaErr .contentErr {
  margin-top: 15px;
}

.messaErr .contentErr div + div {
  margin-top: 10px;
}

.popupContent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  z-index: 999;
  padding: 30px;
}

.popupContent > .content {
  background-color: #fff;
  border: 2px solid #7fbee6;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 40px 20px 20px;
}

@media (max-width: 480px) {
  .popupContent > .content {
    width: calc(100% - 25px);
  }
}
@media (min-width: 480px) {
  .popupContent > .content {
    width: calc(100% - 60px);
  }
}
@media (min-width: 641px) {
  .popupContent > .content {
    padding: 50px 30px 30px;
  }
}

.popupContent > .content.popup01 {
  max-width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popupContent > .content.popup02,
.popupContent > .content.popup03 {
  margin: auto;
}

.popupContent > .content .titleSub3 {
  text-align: left;
}

@media (max-width: 640px) {
  .popupContent > .content .titleSub3 {
    line-height: 1.5;
    -webkit-padding-before: 0;
    margin-right: 50px;
  }
}

.popupContent > .content .btnChange {
  display: block;
  width: 100%;
}

.popupContent > .content .btnCanel {
  width: auto;
}

.popupContent > .content .contentDetail {
  text-align: left;
}

.popupContent > .content .contentDetail dl * {
  display: inline-block;
  line-height: 1.2;
}

.popupContent > .content .contentDetail dl dt {
  font-weight: bold;
}

.popupContent > .content .btnClose {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}

@media (min-width: 641px) {
  .popupContent > .content .btnClose {
    top: 22px;
    right: 22px;
  }
}

.popupContent .popup02 {
  overflow: auto;
  padding: 40px 20px 0;
  height: calc(100% - 60px);
  max-width: 840px;
}

@media (min-width: 641px) {
  .popupContent .popup02 {
    padding: 50px 30px 0;
  }
}

.popupContent .popup02 .titleSub4 {
  margin-bottom: 10px;
}

.popupContent .popup02 p {
  margin: 0;
}

.popupContent .popup02 p span.textBold {
  margin-right: 10px;
}

.popupContent .popup02 .btnCanel {
  margin-bottom: 30px;
}

.popupContent .popup03 {
  max-width: 900px;
}

.hiiden-f {
  overflow: hidden;
}

/* ------------------------
page class 
----------------------------*/
.tableClass {
  margin-left: 4px;
}

@media (max-width: 640px) {
  .tableClass {
    margin-top: 15px;
  }
}

.tableClass .rowItem {
  width: 25%;
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 641px) {
  .tableClass .rowItem {
    margin-left: -2px;
  }
}

.tableClass .rowItem .item {
  text-align: center;
  border: 1px solid #ccc;
  margin-left: -1px;
  padding: 8px 0;
  background-color: #fff;
  width: 100%;
}

@media (min-width: 641px) {
  .tableClass .rowItem .item {
    width: 50%;
    height: 100%;
    padding: 10px 0;
  }
}

.tableClass .rowItem .item.title {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}

@media (max-width: 640px) {
  .tableClass .rowItem .item.title {
    font-size: 1.2rem;
    margin-bottom: -1px;
  }
}

.boxCheck {
  border: 1px solid #ccc;
}

.boxCheck .textBold {
  background-color: #f5f5f5;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.boxCheck .boxContent {
  padding: 5px 0;
}

.boxCheck .boxContent li {
  padding: 5px 12px;
  width: 50%;
  text-align: left;
}

.w270 {
  min-width: 270px;
}

.w220 {
  min-width: 220px;
}

.w120 {
  width: 120px;
}

/* ------------------------
meicom Add 
----------------------------*/
.faq_none {
	padding: 11.5px 0px;
}
.linkHori.style2.style3.h_none li a {
  height: initial;
  height: auto;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  padding: 3px 10px;
}
.linkHoriWrap.h_none a{
  height: initial;
  height: auto;
}
.ime_on {
	ime-mode: active
}
.ime_off {
	ime-mode: inactive
}
.ime_disabled{
	ime-mode: disabled
}
.word-wrap {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.dis_block {
	display: block;
}
.btnIcon span.dis_block {
	display: block;
}
.listDisc.li_red li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #ff0000;
	line-height: 1;
	vertical-align: middle;
}
.re_red li:before {
	color: #ff0000;
}
.moji_blue {
	background-color:#0072ba;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.moji_white {
	margin-left: 5px;
	margin-right: 5px;
}
.moji_orange {
  background-color:#ea5802;
  color: #fff;
}
.moji_pink {
  background-color:#ffeeee;
}
.btnIcon.btnBlank.btnLine.btnArrow.noneAdr {
	margin-top: 0px;
	margin-left: 0px;
}
@media (max-width: 640px) {
	.tableStyle3 > .dataItem > .rows > .none_padding{
		padding: 0px;
	}
}
.specialNeedsItems {
	margin-left: .5em;
}
@media (min-width: 641px) {
	.pc_center {
		text-align: center;
	}
}
.tableStyle .dataItem .disabledBtn {
    text-align: center;
}
.btnIcon.disabledBtn {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.2);
  padding: 9px 30px;
  font-weight: bold;
}
.btnIcon.disabledBtn span:before {
    background-image: url(../images/ico_arrow2.png);
}
@media (max-width: 640px){
	.tableStyle .disabledBtn {
	    display: block;
	    max-width: 218px;
	    margin: 15px auto 0;
	    text-align: center;
	}
}
@media (min-width: 641px){
	.tableStyle .dataItem .disabledBtn {
	    margin-left: 15px;
	    width: 225px;
	}
}
.btnIcon.btnOrange:disabled{
	background-color: #b1b1b1;
	border: 1px solid #b1b1b1;
	color: #fff;
}
.daikoMark{
	color:#000;
	border: medium solid yellow;
	background-color: yellow;
	padding:0px 6px;
	margin-left: 15px;
}
.tableStyle3 > .dataItem > .rows .title.maskErrorNone{
	font-size: 1.3rem;
	padding-right: 20px;
}
.errTitleBig{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.rule .textBorder.borderBlue.errDisp{
	margin-top: 20px;
}
.verDiv{
	color: white;
	text-align: right;
}

/*ΝmOnepS*/
@media (min-width: 641px){
	.kawaijukuOneLogo_PC{
		text-align: center;
		margin-top: 25px;
	}
	.kawaijukuOneLogo_PC img{
		width:100%;
		height:100%;
		max-width:730px;
		max-height:90px;
	}
}
@media (max-width: 640px){
	.kawaijukuOneLogo_PC{
		display: none;
	}
}

@media (min-width: 641px){
	.kawaijukuOneLogo_SP{
		display: none;
	}
}
@media (max-width: 640px){
	.kawaijukuOneLogo_SP{
		text-align: center;
		margin-top: 35px;
	}
		.kawaijukuOneLogo_SP img{
		width:100%;
		height:100%;
		max-width:640px;
		max-height:200px;
	}
}

/*όmuKpS*/
@media (min-width: 641px){
	.kawaijukuNyujukuLogo_PC{
		text-align: center;
		margin-top: 25px;
	}
	.kawaijukuNyujukuLogo_PC img{
		width:100%;
		height:100%;
		max-width:730px;
		max-height:90px;
	}
}
@media (max-width: 640px){
	.kawaijukuNyujukuLogo_PC{
		display: none;
	}
}

@media (min-width: 641px){
	.kawaijukuNyujukuLogo_SP{
		display: none;
	}
}
@media (max-width: 640px){
	.kawaijukuNyujukuLogo_SP{
		text-align: center;
		margin-top: 35px;
	}
		.kawaijukuNyujukuLogo_SP img{
		width:100%;
		height:100%;
		max-width:640px;
		max-height:200px;
	}
}

/* OAEg */
.logout{
 display: table-cell;
 text-align: right;
 vertical-align: middle;
 width: 100px;
 float:right;
}
.logout a{
	background-color: #fff;
	border: 2px solid #2895cc;
	color: #2895cc;
	width: 100px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
}
.logout a:hover{
	background-color: #2895cc;
	border-color: #2895cc;
	color: #fff;
}
.logout span:hover{
 background-color: #f3f3f3;
 
}
