@charset "UTF-8";
/* CSS Document */
/* body */
body{
  margin: 0 0 30px; 
  font-size: 16px;
}

/* container */
.container{
  max-width: 100%;
}

/* header */
#topHead{
   width: 100%;
   
}
#topHead header{
  background: #fff;
  height: 60px;
  
}
/*#topHead header .navbar{
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}*/

#topHead header .navbar-brand{
  margin: 5px;
}
#topHead header .navbar-brand img{
  margin-left: 10px;

}
#topHead header .navbar-brand span{
  padding-left: 1rem;
  
}
#topHead header .navbar-brand:link{
  text-decoration: none;
}
@media print, screen and (max-width:1024px) {
  #topHead header .nav-link{
    font-size: 1rem;
    padding-top: 3.2rem;

  }
  #topHead header .nav-link:link{
    text-decoration: none;
    color: #ee7800;
    font-weight: bold;
  }
  #topHead header .nav-item{
    background-repeat: no-repeat;
    background-position: center 0.7rem;
  }
  #topHead header .nav-item:nth-child(1){
    background-image: url("../img/service.svg");
  }
  #topHead header .nav-item:nth-child(2){
    background-image: url("../img/help.svg");
  }
}


/* h */
h1{
  font-size: 30px;
  color: #ee7800;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
@media print, screen and (max-width:1024px) {
  h1{
    font-size: 26px;
  }
}
h2{
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
@media print, screen and (max-width:1024px) {
  h2{
    font-size: 18px;
  }  
}
h3{
  font-size: 22px;
  color: #ee7800;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-left: 0.8rem;
  margin-bottom: 2.4rem;
}
@media print, screen and (max-width:1024px) {
  h3{
  font-size: 18px;
  margin-top: 1.5rem;
  }
}
h4{
  font-size: 16px;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0;
}
h5{
  display: inline;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  background: #eee;
  border-radius: 5px;
}


/* P */
P{
  text-align: justify;
  text-justify: inter-ideograph;
}

.requiredMark {
  background: #ee7800;
  font-size: 1.1rem;
  padding: 0.2rem 0.8rem;
  margin-right: 0.5rem;
  color: #fff;
  border-radius: 3px;
}

/* caition */
#form_area .caution{
  background: #eee;
  padding: 2rem 2.4rem 2rem 3.4rem;
  margin-bottom: 3rem;
  border-radius: 10px;
}
@media print, screen and (max-width:1024px) {
  #form_area .caution{
    padding: 2rem 1.6rem 2rem 3.4rem;
  }
}

#form_area .caution ul{
  list-style-type: none;
  text-indent: -1.4rem;
  font-size: 1.4rem;
}
#form_area .caution ul li{
  margin-bottom: 0.5rem;
  text-align: left;
}
#form_area .caution ul li::before{
  display: inline;
  content: "※";
}
/* error */
#form_area .error{
  background:#F1D5D5;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  border-radius: 10px;
  color: #B92F31;
  text-align: left;
}
#form_area .error p{
  margin-bottom: 1rem;
}
#form_area .error p:last-child{
  margin-bottom: 0;
}
/* gray */
#form_area .gray{
  padding: 1rem;
  background: #eee;
  border-radius: 10px;
}
#form_area .gray h2{
  margin: 2rem;
}
@media print, screen and (max-width:1024px) {
  #form_area .gray h2{
    margin: 1rem;
  }
}

/* dl.disc */
dl.disc{
  text-align: left;
  text-indent: -1rem;
  padding-left: 6rem;  
}
@media print, screen and (max-width:1024px) {
  dl.disc{
    text-indent: 0;
    padding-left: 3rem;
    margin-right: 1rem;
  }
}
dl.disc dt{
  font-weight: bold;
  position: relative;
}
dl.disc dt::before{
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 50%;
  background-color: #ee7800;
  color: #fff;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: 0.6rem;
  bottom: 0;
  left: -3.6rem;
}
@media print, screen and (max-width:1024px) {
  dl.disc dt::before{
    width: 1.4rem;
    height: 1.4rem;  
    top: 0.6rem;
    left: -2rem;
  }
}

dl.disc dd{
  padding-bottom: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (max-width:1024px) {
  #form_area dl.disc dd span{
    font-size: 1rem;
  }
}

/* tell */
.tel{font-size: 2.4rem;}


/* footer */
footer {
  background: #333333;
  padding-bottom: 80px;
  position: relative;
 }
#footerBottom {
text-align: center;
}
#ftlogo img{
  width: 80px;
  padding: 30px 0 20px;
}
#footerLinks {
  margin-bottom: 2.4rem;
}
#footerLinks li {
display: inline-block;
padding: 0;
}
#footerLinks li::after {
font-size: 1.3rem;
content: "／";
margin: 0;
color: #999999;
}
#footerLinks li:last-child::after {
content: "";
}
#footerLinks li a {
font-size: 1.3rem;
color: #999999;
padding-right: 4px;
text-decoration: none;
}
#footerLinks li a:hover {
color: #ee7800;
text-decoration: none;
transition: all 0.3s ease;
}
#copyright {
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 700;
color: #999999;
}
@media print, screen and (max-width:1024px) {
  #ftlogo img{
    width: 70px;
    padding: 30px 0 3.5rem;
  }
    #footerLinks li {
    display: block;
    padding: 0.4rem 0;
    }
    #footerLinks li::after {
    content: "";
  }
}

footer .pagetop {
/*position: absolute;*/
background:url(../img/pagetop.svg) no-repeat center 20px;
background-color: #ee7800;
background-size: 40px;
width: 100px;
height: 50px;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
display: block;
border-radius: 50px 50px 0 0;
z-index: 123;
}
.pagetop:hover {
background-color: #FF8200;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.pagetop a {
display: block;
}
.ui-datepicker{
margin-top: -70px !important;
}