body {
  color: #000;
  background-color: #FFF;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:active {
  color: #F00;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.imgbtn {
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: 5px 5px 20px #000;
}






/*layout*/
.bg_black {
  color: #FFF;
  background-color: #000;
}

.bg_white {
  margin: 40px 0 30px 0;
  padding: 30px 60px;
  color: #000;
  background-color: #FFF;
}

.bg_prz {
  color: #000;
  background-color: #F29649;
}

dl.spec1 {
  margin: 0 3em 0 5em;
  padding: 1.5em 0 0.5em 0;
}

dl.spec1 dt {
  float: left;
  width: 8em;
  font-size: 1.9em;
  font-weight: 700;
}

dl.spec1 dd {
  margin: 0 0 0 8em;
  font-size: 1.9em;
  font-weight: 700;
}

dl.spec2 {
  margin: 0 3em 0 5em;
  padding: 1em 0 1.5em 0;
}

dl.spec2 dt {
  float: left;
  width: 8em;
  font-size: 1.9em;
  font-weight: 700;
}

dl.spec2 dd {
  margin: 0 0 0 8em;
  font-size: 1.7em;
  font-weight: 300;
}

dl.spec2 dd span {
  display: block;
  font-size: 70%;
}

.specexp {
  margin: 0 4em 0 3.5em;
  padding: 0;
  font-size: 1.5em;
}

@media (max-width: 1200px) {
  dl.spec1 {
    margin: 0 3em 0 5em;
    padding: 1.5em 0 0.5em 0;
  }

  dl.spec1 dt {
    font-size: 1.8em;
  }

  dl.spec1 dd {
    font-size: 1.8em;
  }

  dl.spec2 {
    margin: 0 3em 0 5em;
    padding: 1em 0 1.5em 0;
  }

  dl.spec2 dt {
    font-size: 1.8em;
  }

  dl.spec2 dd {
    font-size: 1.4em;
  }

  .specexp {
    margin: 0 4em;
    font-size: 1.2em;
  }
}

@media (max-width: 992px) {
  dl.spec1 {
    margin: 0 2em 0 4em;
  }

  dl.spec1 dt {
    font-size: 1.4em;
  }

  dl.spec1 dd {
    font-size: 1.4em;
  }

  dl.spec2 {
    margin: 0 2em 0 4em;
    padding: 1em 0 1.5em 0;
  }

  dl.spec2 dt {
    font-size: 1.4em;
  }

  dl.spec2 dd {
    font-size: 1.1em;
  }

  .specexp {
    margin: 0 4em;
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  dl.spec1 {
    margin: 0 1em 0 2em;
  }

  dl.spec1 dt {
    font-size: 2.6vw;
  }

  dl.spec1 dd {
    font-size: 2.6vw;
  }

  dl.spec2 {
    margin: 0 1em 0 2em;
  }

  dl.spec2 dt {
    font-size: 2.6vw;
  }

  dl.spec2 dd {
    font-size: 2.0vw;
  }

  .specexp {
    margin: 0 3em;
    font-size: 0.7em;
  }
}

@media (max-width: 480px) {
  dl.spec1 dt {
    float: none;
    width: auto;
    font-size: 2.9vw;
  }

  dl.spec1 dd {
    margin: 0 0 0 2em;
    font-size: 2.9vw;
  }

  dl.spec2 dt {
    float: none;
    width: auto;
    font-size: 2.9vw;
  }

  dl.spec2 dd {
    margin: 0 0 0 2em;
    font-size: 2.4vw;
  }
}

.img300 {
  width: 100%;
  max-width: 300px;
}

img.ihv:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wds16 {
  margin: 0 16.5%;
}

.wds17 {
  margin: 0 17.2%;
}

.wds27 {
  margin: 0 2.7%;
}

.wds85 {
  margin: 0 8.5%;
}



.mt50P {
  margin-top: 50px;
}

.mt80P {
  margin-top: 80px;
}

.mb80P {
  margin-bottom: 80px;
}


@media (max-width: 992px) {
  .wd20 {
    margin: 0 7%;
  }

  .mt50P {
    margin-top: 25px;
  }

  .mt80P {
    margin-top: 40px;
  }

  .mb80P {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .wd20 {
    margin: 0 5%;
  }

  .mt50P {
    margin-top: 6%;
  }

  .mt80P {
    margin-top: 10%;
  }

  .mb80P {
    margin-bottom: 10%;
  }
}




.tct {
  text-align: center;
}



.leads {
  margin: 0;
  text-align: center;
}

.leads h2 {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4em;
}

.leads h2 span {
  font-size: 80%;
}

.leads .lead {
  font-size: 2.2rem;
}

/*header*/
h2.catch {
  margin: 1.3em 0 0.5em 0;
  padding: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4em;
}

.flead {
  font-size: 2.4rem;
  line-height: 1.4em;
}

h1.roots {
  margin: 0;
  ;
  padding: 0;
  font-size: 0;
}

h3.subjects {
  margin: 1.5em 0 0 0;
  padding: 0;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

h3.subjects span{
  font-weight: normal;
}

h3.cttss {
  margin: 3em 0 1em 0;
  ;
  padding: 0;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}

ul.specs {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 3.6rem;
  line-height: 1.4em;
}

ul.specs li {
  list-style-type: none;
}

ul.specs li:before {
  content: "■";
  font-size: 1.7em;

}



@media (max-width: 1200px) {
  .leads h2 {
    font-size: 2.4rem;
  }

  h3.subjects {
    font-size: 4rem;
  }

  .leads .lead {
    font-size: 1.9rem;
  }

  h2.catch {
    font-size: 4rem;
  }

  h3.cttss {
    font-size: 3rem;
  }

  .flead {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .leads h2 {
    font-size: 2.2rem;
  }

  h3.subjects {
    font-size: 3.4rem;
  }

  .leads .lead {
    font-size: 1.7rem;
  }

  h2.catch {
    font-size: 3.0rem;
  }

  h3.cttss {
    font-size: 2.3rem;
  }

  .flead {
    font-size: 1.5rem;
  }

}

@media (max-width: 768px) {
  .leads h2 {
    font-size: 2.9vw;
  }

  h3.subjects {
    font-size: 5.2vw;
  }

  .leads .lead {
    font-size: 2.2vw;
  }

  h2.catch {
    font-size: 3.9vw;
  }

  h3.cttss {
    font-size: 3vw;
  }

  .flead {
    font-size: 1.95vw;
  }
}

@media (max-width: 640px) {
  .leads h2 {
    font-size: 3.4vw;
  }

  h3.subjects {
    font-size: 5.3vw;
  }

  .leads .lead {
    font-size: 2.4vw;
  }

  h2.catch {
    font-size: 3.7vw;
  }

  h3.cttss {
    font-size: 3.2vw;
  }

  .flead {
    font-size: 1.9vw;
  }
}




.floatmenu {
  position: relative;
  margin: 0 auto;
  display: none;
}

.floatmenu .floatmenu_img {
  position: fixed;
  top: 300px;
  right: 0;

}

.img137 {
  width: 137px;
}

@media screen and (max-width: 1200px) {
  .img137 {
    width: 110px;
  }
}

@media screen and (max-width: 992px) {
  .img137 {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .floatmenu .floatmenu_img {
    position: fixed;
    top: 200px;
    right: 0;
  }

  .img137 {
    width: 70px;
  }
}

@media screen and (max-width: 500px) {
  .floatmenu .floatmenu_img {
    position: fixed;
    top: 150px;
    right: 0;
  }
}

.floatmenu_img_inner {
  box-sizing: border-box;
  padding: 5px 0 5px 5px;
  background-color: #FFF;
}

.floatmenu .floatmenu_img_inner a {
  display: block;
}

.floatmenu .floatmenu_img p {
  margin: 0;
  padding: 0;
}

.floatmenu .floatmenu_img p img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}


/*CARVIEW*/
.carvw {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.carvw .mainimage {
  margin: 0;
  padding: 0;
  width: 100%;
}

.wdtbtn {
  margin: 0 4.8% 0 64%;
}

.carvw .psucar {
  position: absolute;
  top: 20px;
  width: 100%;
}

@media (max-width: 1200px) {
  .carvw .psucar {
    top: 16px;
  }
}

@media (max-width: 992px) {
  .carvw .psucar {
    top: 12px;
  }
}

@media (max-width: 768px) {
  .carvw .psucar {
    top: 26%;
  }
}




/*form*/
.formlist table {
  margin: 0;
}

.formlist table caption {
  font-size: 1.2rem;
  text-align: left;
  color: #000;
}

.formlist table.sxds {
  margin-top: 0;
}

.formlist table tr {
  margin-bottom: 10px;
  padding: 10px 0;
  vertical-align: baseline;
  display: block;
  position: relative;
  background-color: transparent;

}

.formlist table th,
.formlist table td {
  display: block;
  font-size: 1.6rem;
}

.formlist table th {
  width: 100%;
  font-weight: bold;
}

.formlist table td {
  width: 100%;
}

.wlng {
  width: 100%;
}

.wmdl {
  width: 100%;
}

@media (max-width: 480px) {

  .formlist table th,
  .formlist table td {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .formlist table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    /*    border-width: 1px;
    border-style: solid;
    border-color: #000;*/
  }

  .formlist table.sxds {
    margin-top: 10px;
  }

  .formlist table caption {
    font-size: 1.4rem;
  }


  .formlist table th,
  .formlist table td {
    font-size: 1.6rem;
    border-top: 1px solid #AAABAB;
  }

  .formlist table tr {
    display: table-row;
    position: static;
  }

  .formlist table th {
    padding: 5px 30px 20px 0;
    display: table-cell;
    text-align: left;
    width: 10em;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
    /*    border: 1px solid #000;*/
  }

  .formlist table td {
    padding: 20px 0;
    display: table-cell;
    text-align: left;
    width: auto;
    vertical-align: middle;
    color: #000;
    /*    border: 1px solid #000;*/
  }

  .wlng {
    width: 100%;
    /*    width: 36em;*/
  }

  .wmdl {
    width: 10em;
  }
}

@media (min-width: 1200px) {
  .wmdl {
    width: 17em;
  }
}

.formlist table th {
  font-size: 1.6rem;
  border-top: 1px solid #AAABAB;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #333 !important;
  padding: 4px 12px 6px 12px;
  font-size: 30px;
  border: 1px solid #333;
  border-radius: 4px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF !important;
  outline: none;
}

.back-to-top:hover {
  background: #DC143C;
  color: #FFF !important;
}

span.awdth {
  padding-left: 2em;
}

@media (max-width: 992px) {
  span.awdth {
    padding-left: 0 !important;
  }
}

.l3 {
  display: inline;
  width: 4em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l4 {
  display: inline;
  width: 5em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lcars {
  display: inline;
  width: 47%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l3:focus,
.l4:focus,
.lcars:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

@media (max-width: 640px) {
  .lcars {
    width: 80%;
  }
}

#Hascar_select {
  display: none;
}

.gosubmit {
  margin: 30px auto 0 auto;
  width: 100%;
  color: #000;
  background: rgba(255, 255, 255, 1);
  border: 2px solid #000;
}

input[type="submit"] {
  font-size: 2rem;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  /*  background: rgba(0,0,0,0.1);*/
  background: rgba(255, 255, 255, 1);
  font-weight: bold;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
}

.gsbtns {
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  width: 16em;
}

.gsbtns::before {
  transition: 0.3s;
  content: "";
  width: 1em;
  height: 1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gsbtns:hover::before {
  left: 25px;
}

/*
input[type="submit"]:hover {
  background-color: #999;
}
*/
input[type="text"],
select,
textarea,
input[type="email"],
input[type="tel"] {
  color: #333;
  background-color: #D6DEE1;
  border: none;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

::placeholder {
  color: #999 !important;
}


.errors {
  margin: 0 0 40px 0;
  padding: 20px;
  border: 3px solid #C41D23;
}

.errtitle {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 3px solid #9D8994;
}

.errnote {
  margin: 0 0 0 20px;
  color: #C41D23;
  background-color: transparent;
}

span.ness:before {
  content: "\2a\20";
  color: #000;
  font-size: 1.6em;
  position: relative;
  top: 5px;
}

img.iright {
  float: right;
}

p.specnote {
  margin: 1.5em 0 1.5em 0;
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  p.specnote {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  p.specnote {
    font-size: 1.6vw;
  }
}

body {
  color: #000;
  background-color: #FFF;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "YuGothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:active {
  color: #F00;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}








/*layout*/
.bg_black {
  color: #FFF;
  background-color: #000;
}

.bg_white {
  color: #000;
  background-color: #FFF;
}

.bg_Lgreen {
  color: #000;
  background-color: #D8E1D0;
}

.bg_Rblue {
  color: #FFF;
  background-color: #0E2D66;
}

.bg_gray {
  width: 1643px;
  margin: 0 auto;
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .bg_gray {
    width: 100%;
  }
}

















.wd20 {
  margin: 0 14%;
}

.wdDATE {
  margin: 0 18%;
}

.wd14 {
  margin: 0 14%;
}

@media (max-width: 992px) {
  .wd20 {
    margin: 0 7%;
  }

  .wdDATE {
    margin: 0 10%;
  }

  .wd14 {
    margin: 0 7%;
  }
}

@media (max-width: 768px) {
  .wd20 {
    margin: 0 5%;
  }

  .wdDATE {
    margin: 0 3%;
  }

  .wd14 {
    margin: 0 14%;
  }
}




.tct {
  text-align: center;
}



/*header*/
h1.roots {
  margin: 0;
  ;
  padding: 0;
  font-size: 0;
}

h2 {
  margin: 1em 0;
  ;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #002551;
}

h3 {
  margin: 2em 0 0 0;
  padding: 0;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.6em;
}

h4 {
  margin: 1em 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8em;
}

ul.specs {
  margin: 1em 0;
  padding: 0;
  font-size: 3rem;
  line-height: 1em;
}

ul.specs li {
  list-style-type: none;
  margin: 0 0 0 3em;
  padding: 0.5em 0;
  font-weight: 700;
}

ul.specs li:first-letter {
  margin-left: -3em;
}

ul.specs li span {
  display: block;
  font-size: 70%;
}

.lead {
  margin: 1em 0 2em 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6em;
}

.fairdate {
  margin: 1.5em 0;
  ;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

.fairdate span {
  font-size: 80%;
  padding-right: 1em;
}

.gosite {
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.gourl {
  margin: 0;
  padding: 0 0 1em 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

.funchdr {
  margin: 1em 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
}

.funchdr span {
  font-size: 90%;
  font-weight: 300 !important;
}

.funcexp {
  font-size: 1.3rem;
  line-height: 1.2em;
}

.expnote {
  margin: 2em 0;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.colonaexp {
  margin: 1em 0 3em 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8em;
}

/**/
h2,
h3,
h4,
h5 {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Geneva, Arial, Verdana, sans-serif !important;
}


@media (max-width: 1200px) {
  h2 {
    font-size: 2.7rem;
  }

  h3 {
    font-size: 3.4rem;
  }

  ul.specs {
    font-size: 2.5rem;
  }

  .lead {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  .fairdate {
    font-size: 2.4rem;
  }

  .gosite {
    font-size: 2.1rem;
  }

  .gourl {
    font-size: 1.9rem;
  }

  .funchdr {
    font-size: 1.4rem;
  }

  .funcexp {
    font-size: 1.2rem;
  }

  .expnote {
    font-size: 1.1rem;
  }

  .colonaexp {
    font-size: 0.9rem;
  }















































}

@media (max-width: 992px) {
  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  ul.specs {
    font-size: 2.4rem;
  }

  .lead {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.9rem;
  }

  .fairdate {
    font-size: 2.2rem;
  }

  .gosite {
    font-size: 2rem;
  }

  .gourl {
    font-size: 1.8rem;
  }

  .funchdr {
    font-size: 1.3rem;
  }

  .funcexp {
    font-size: 1.1rem;
  }

  .expnote {
    font-size: 1rem;
  }

  .colonaexp {
    font-size: 0.8rem;
  }




}

@media (max-width: 768px) {
  h2 {
    font-size: 3.2vw;
  }

  h3 {
    font-size: 3.8vw;
  }

  ul.specs {
    font-size: 3.2vw;
  }

  .lead {
    font-size: 2.0vw;
  }



  h4 {
    font-size: 2.6vw;
  }

  .fairdate {
    font-size: 3vw;
  }

  .gosite {
    font-size: 2.8vw;
  }

  .gourl {
    font-size: 2.5vw;
  }

  .funchdr {
    font-size: 2.4vw;
  }

  .funcexp {
    font-size: 2vw;
  }

  .expnote {
    font-size: 1.8vw;
  }

  .colonaexp {
    font-size: 1.9vw;
  }








}

@media (max-width: 640px) {
  h2 {
    font-size: 2.7vw;
  }

  h3 {
    font-size: 3.1vw;
  }

  ul.specs {
    font-size: 3.4vw;
  }
}

.imgdiv {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.img253 {
  width: 100%;
  max-width: 253px;
}

@media (min-width: 1200px) {
  .wmdl {
    width: 17em;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #333 !important;
  padding: 4px 12px 6px 12px;
  font-size: 30px;
  border: 1px solid #333;
  border-radius: 4px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF !important;
  outline: none;
}

.back-to-top:hover {
  background: #DC143C;
  color: #FFF !important;
}

span.awdth {
  padding-left: 2em;
}

@media (max-width: 992px) {
  span.awdth {
    padding-left: 0 !important;
  }
}

.l3 {
  display: inline;
  width: 4em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l4 {
  display: inline;
  width: 5em;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lcars {
  display: inline;
  width: 47%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l3:focus,
.l4:focus,
.lcars:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

@media (max-width: 640px) {
  .lcars {
    width: 80%;
  }
}

#Hascar_select {
  display: none;
}

input[type="submit"] {
  font-size: 2rem;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  /*  background: rgba(0,0,0,0.1);*/
  background: rgba(255, 255, 255, 1);
  font-weight: bold;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
}

.gsbtns {
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  width: 16em;
}

.gsbtns::before {
  transition: 0.3s;
  content: "";
  width: 1em;
  height: 1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gsbtns:hover::before {
  left: 25px;
}

/*
input[type="submit"]:hover {
  background-color: #999;
}
*/
input[type="text"],
select,
textarea,
input[type="email"],
input[type="tel"] {
  color: #666;
  border: 2px solid #999;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Geneva, Arial, Verdana, sans-serif;
}

.errors {
  margin: 0 0 40px 0;
  padding: 20px;
  border: 3px solid #C41D23;
}

.errtitle {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 3px solid #9D8994;
}

.errnote {
  margin: 0 0 0 20px;
  color: #C41D23;
  background-color: transparent;
}

span.ness:before {
  content: "\2a\20";
  color: #000;
  font-size: 1.6em;
  position: relative;
  top: 5px;
}

img.iright {
  float: right;
}

/*.gosite a {
width: 73.20625rem;
    border-radius: 1.26148rem;
  display: block;
    width: 30rem;
    border-radius: .3rem;
    overflow: hidden;
    -webkit-box-shadow: rgb(34 23 20 / 50%) 0 0 0.63074rem;
    box-shadow: rgb(34 23 20 / 50%) 0 0 0.63074rem;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.gosite a img{
  transition: .2s all ease-out;
}
.gosite a img:hover {
  opacity: .7!important;
}

*/

.c_conv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_conv__btn {
  display: block;
  width: 30rem;
  border-radius: .3rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(34, 23, 20, 0.5) 0 0 0.63074rem;
  box-shadow: rgba(34, 23, 20, 0.5) 0 0 0.63074rem;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (min-width: 768px) {
  .c_conv__btn {
    width: 73.20625rem;
    border-radius: 1.26148rem;
  }
}

.c_conv__btn:not(:first-child) {
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c_conv__btn:not(:first-child) {
    margin-top: 4.0052rem;
  }
}

.c_conv__btn:hover {
  opacity: .6;
}

.c_conv__btn-img {
  max-width: 100%;
}

.roots img {
  display: block;
  margin: 0 auto;
}

/* @media screen and (min-width: 1000px) {
.m974{
    max-width: 974px;
}
} */

.m974 {
  max-width: 82.8%;
  margin: 0 auto
}

.expnote {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

@media screen and (max-width: 1900px) {
  .expnote {
    padding-left: 8%;
    padding-right: 8%;
  }

}


@media screen and (max-width: 1500px) {
  .expnote {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .expnote {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.link_ps {
  position: relative;
}

.img_link {
  display: block;
  content: "";
  position: absolute;
  width: 69%;
  height: 11.3%;
  top: 5%;
  left: 15%;
}

@media (max-width: 767px) {
  .img_link {
    width: 83%;
    height: 11.3%;
    top: 6%;
    left: 8%;
  }
}

.bg_gray_no_mgn {
  background: #f4f4f4;
}

._gray {
  background: #E7E7E7;
  margin: -20px auto 0;
  padding: 0 0 40px;
  max-width: 82.8%;
}

.Bbtn {
  margin: 5% 15%;
}

.mt10em {margin-top: 100px;}

@media (max-width: 767px) {
  .Bbtn {
    margin: 5% 0
  }

  .Bbtn .cv_btn a:before {
    left: 10%
  }
  .mt10em {margin-top: 1em !important;}
}



.cv_btn a {
  width: 100%;
  position: relative;
  display: block;
  margin: 20px auto 50px;
  text-align: center;
  text-decoration: none;
  padding: 35px 0;
  font-size: 2.8em;
  font-weight: bold;
}

.cv_btn a:before {
  content: '▶';
  position: absolute;
  left: 15%;
}

.cv_btn a:hover {
  opacity: .5;
}

.cv_btn .gray {
  margin-top: 10px;
  color: #000;
  border: 5px solid;
  background-color: #fff;
}

.cv_btn .orange {
  margin-top: 10px;
  color: #4d4d4d;
  border: 5px solid #ed6c00;
  background-color: #fff;
}

@media (max-width: 767px) {
  .cv_btn .orange {
    font-size: 1rem;
  }

  ._gray {
    margin: -21px auto 0;
    padding: 6px 0;
    max-width: 82.8%;
  }

  .cv_btn a {
    margin: 20px auto 10px;
    font-size: 0.8em;
    padding: 8px 0;
  }
}

@media (max-width: 400px) {
  ._gray {
    max-width: 82.6%
  }
}

@font-face {
  font-family: 'digital-7';
  src: url('../fonts/digital-7.ttf') format('truetype');
}

.counter {
  max-width: 1180px;
  margin: auto;
  padding: 6px 0;
  background: #E6E6E6;
}

.counter .counter_frame {
  width: 80%;
  margin: 20px auto;
  position: relative;
}

.counter .counter_frame .flexwrap1 {
  margin: 0 0 30px;
}

.counter .counter_frame .timer_box {
  position: absolute;
  top: 20%;
  left: 7.6%;
  width: 800px;
  color: #fff;
}

.counter .counter_frame .timer_box .timer_list {
  width: 25%;
  text-align: center;
}

.counter .counter_frame .timer_box .timer_list .timer_txt {
  position: relative;
  font-size: 1.4em;
  background: -webkit-linear-gradient(-90deg, #fff 0%, #e0bf5c 75%, #f4ce7e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.counter .counter_frame .timer_box .timer_list .timer_txt:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  border-top: solid #e0bf5c;
  width: 80%;

}

.counter .counter_frame .flexwrap2 {
  display: flex;
  justify-content: space-around;
}

.counter .counter_frame .flexwrap2 .timer_list .Jdatas {
  color: #fff;
  font-size: 7em;
  font-family: 'digital-7';
  margin: -0.2em 0 0 0;
  background: -webkit-linear-gradient(-90deg, #fff 0%, #e0bf5c 75%, #f4ce7e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .flexwrap1 img {
    max-width: 100%;
  }

  .counter .counter_frame {
    width: 94%;
  }

  .counter .counter_frame .flexwrap2 .Jdatas {
    font-size: 2em;
  }

  .counter .counter_frame .timer_box {
    width: 98%;
    left: 1%;
  }

  .counter .counter_frame .timer_box .timer_list {
    width: 22%;
  }

  .counter .counter_frame .timer_box .timer_list .timer_txt {
    font-size: 0.8em;
  }

  .counter .counter_frame .flexwrap2 .timer_list .Jdatas {
    font-size: 2.6em;
    margin: 3px 0 0;
  }
}

.subjects {
  margin: 1.5em 0 1em;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

input[type="text"],
select,
textarea,
input[type="email"],
input[type="tel"] {
  color: #333;
  background-color: #D6DEE1;
  border: none;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Geneva, Arial, Verdana, sans-serif;
}

::placeholder {
  color: #999 !important;
}

.formlist.pt2 table {
  width: 90%;
  margin: auto;
}

.formlist.pt2 table tr {
  font-size: 1.6rem;
  border-top: 1px solid #AAABAB;
}

.formlist.pt2 table tr {
  display: flex;
  position: static;
  align-items: center;
}

.formlist.pt2 table tr.max {
  flex-direction: column;
  align-items: normal;
}

.formlist.pt2 table th {
  width: 30%
}


@media (max-width: 767px) {
  .formlist.pt2 table tr {
    display: table-row;
  }

  .formlist.pt2 table th {
    width: 100%
  }


}


.formlist.pt2 table tr.max th {
  width: 100%
}

.formlist.pt2 table tr.max td textarea {
  height: 150px
}


.formlist.pt2 table td {
  padding: 25px 0 15px;
  display: table-cell;
  text-align: left;
  width: auto;
  vertical-align: middle;
  color: #000;
}

.wlng {
  width: 100%;
}

.wmdl {
  width: 10em;
}

.gosubmit {
  margin: 30px auto;
  width: 80%;
  border: 2px solid #000;
}

.welt{
  margin:100px auto 50px;
  padding-bottom: 20px;
border:10px solid #ED6C00
}

.welt .cv_btn a{
  background-color: #ED6C00 ;
  font-size:2.5em
}

.font-normal{
  font-size:18px;
  line-height: 1.5;
  font-weight: bold;
}

.font-normal b{
  font-size:28px;
  line-height: 1;
}

.font-middle{
  font-size:20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom:60px
}

.event{
  border:15px solid #001D2D
}

.notice{
  font-size:1.3rem
}

.font-big{
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 160px;
}

@media (max-width: 767px) {

  .event{
    border:5px solid #001D2D
  }
  .welt{
    margin:30px auto;
  border:5px solid #ED6C00;
  padding-bottom: 0px;
  }
  
.welt .cv_btn a{
  background-color: #ED6C00 ;
  font-size:1em
}
  .subjects {
    font-size: 5vw;
  }

  .formlist.pt2 table td {
    display: block;
  }

  .formlist.pt2 table th,
  .formlist.pt2 table td {
    display: block;
    border: none;
  }

  .wmdl {
    width: 100%;
  }

  p.specnote {
    font-size: 1.6vw;
  }

  .cv_btn a {
    font-size: 0.8em;
    padding: 20px 0;
  }

  .font-big{
    font-size:1.7rem;
    margin-top: 50px;
    margin-bottom:0
  }


  .font-normal{
    font-size:10px;
    line-height: 1.5;
    font-weight: bold;
  }

  .font-normal b{
    font-size:12px;
    line-height: 1;
  }

  .font-middle{
    font-size:12px;
  }

}

.i100 {
  width: 100%
}

