@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc,
  .pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp,
  .sp_none {
    display: none !important;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: serif, "Times New Roman", Meiryo, sans-serif!important;
  -webkit-text-size-adjust: 100%;
  background: #F7F7F7;
  font-size: 15px;
  line-height: 1.5;
}


section{
	clear: both;
	padding: 40px 0;
	margin: 0 auto;
}


span.require {
    color: #fff;
    background: #b00;
    font-size: 0.8rem;
    padding: 3px 8px;
    margin-left: 5px;
}

span.option {
    color: #fff;
    background: #4caf50;
    font-size: 0.8rem;
    padding: 3px 8px;
    margin-left: 5px;
}


h3.card-header {
  font-size: 1.6rem;
}


@media screen and (max-width: 768px) {
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .ui-datepicker-title {
    font-size: 1rem;
  }
}


.wrapper {
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 5px;
  }
}


.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  width: 300px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.on {
  background-color: #d2111a;
}

.btn.on a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.2rem;
    width: 80vw;
    max-width: 300px;
    height: 16vw;
    height: 60px;
  }
}

#main {
  background-color: #fff;
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 35px 0 60px;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 0 auto;
  }
}

#header .header-top {
  background-color: #fff;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #header .header-top {
    height: 21.33333vw;
  }
}

#header .header-top .header-logo {
  width: 347px;
}

@media screen and (max-width: 768px) {
  #header .header-top .header-logo {
    width: 61.33333vw;
  }
}

#header .header-btm {
  background-color: #4474BC;
  padding:10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#header .header-btm h1 span:nth-child(1) {
  font-size: 50px;
  display: block;
  padding:10px 0;
}

#header .header-btm h1 span:nth-child(2) {
  font-size: 30px;
  display: block;
  padding-bottom: 10px;
}

#header .header-btm h1 span:nth-child(3) {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #header .header-btm h1 span:nth-child(1) {
    font-size: 40px;
  }

  #header .header-btm h1 span:nth-child(2) {
    font-size: 22px;
  }

  #header .header-btm h1 span:nth-child(3) {
    font-size: 18px;

  }
}

#header .header-btm h1 {
  font-size: 3.6rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #header .header-btm h1 {
    font-size: 1.5rem;
    padding: 15px;
  }
}

@media screen and (max-width: 300px) {
  #header .header-btm h1 {
    font-size: 1.5rem;
  }
}

.page-head {
  margin-bottom: 40px;
}

.page-head h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .page-head h2 {
    font-size:1.5rem;
  }
}

.page-head p {
  font-size: 1.4rem;
  line-height: 1.214;
  text-align: center;
}



#footer {
  background-color: #fff;
  padding: 60px 0;
  border-top: 1px solid #e0dede;
}








#footer .nav > ul > li > ul > li:last-child {
  margin-right: 0;
}

#footer .footer-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #footer .footer-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#footer .footer-btm p + p {
  margin-top: 5px;
}



@media screen and (max-width: 768px) {
  #footer .footer-btm > .colR {
    margin-bottom: 6.66667vw;
    margin-left: 0;
  }
}



input[type="text"],
input[type="email"] {
  width: 100%;
  border: 1px solid #000;
  padding: 12px 10px;
}

input[type="submit"] {
  width: 100%;
  height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */


@media screen and (min-width:0px) and ( max-width:640px) {

  .card-header {
    font-size: 1rem;
  }

  .info-confirm{
    text-align: left;
  }


.btn-modoru,
.btn-submit {
  margin-bottom:20px;
  width:100%;
}

.taL {
  text-align: left!important;
}

}


@media screen and (min-width:641px) and ( max-width:1024px) {

  .info-confirm{
    text-align: left;
  }

  .tablet_none {
    display: none;
  }

}


@media screen and (min-width:1025px) {

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

  .pc_none {
    display:none;
  }

  .form-group {
    margin: 3rem 0;
  }

}
