@charset "utf-8";

/* 共通
------------------------------------------------------------ */
#maincontents-in{
  margin: auto;
}
#freearea {
    margin: 6em auto;
    padding: 4em 0;
    background: #f5f5f5;
}
.freearea-in{
width: 90%;
margin: 2em auto;
background: #fff;
padding: 2em;
border-radius: 20px;
}
.txt-catch{
  text-align: center;
  padding: 2em 0 3em;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}
.txt-catch span{
  display: block;
  color: #e16364;
  padding-top: 1em;
}
.formarea{ margin: 0em auto 2em;}
.formarea dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  border-bottom: 1px solid #c9c9c9;
}
.formarea dt {width: 30%;}
.formarea dd {width: 70%;}

.formarea #name,
.formarea #furigana,
.formarea #mail,
.formarea #tel,
.formarea #com {
    width: 95%;
}
.formarea .contactbox-in input,
.formarea .contactbox-in textarea {
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.formarea .policyarea {
    padding: 4em 0 2em;
}
.formarea .policyarea p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.formarea .policyarea p:first-child {
    margin-bottom: 1em;
}
.formarea .policyarea p a {
    text-decoration: underline;
}
.formarea .btn03 {
    width: 30%;
    margin: 0 auto 3em;
}
.conf .formarea .btn03 {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.conf .formarea .btn03 p{ width: 45%;}
.conf .formarea .btn03 p:first-child{}
.btn03 .subbtn{
  display: block;
  font-family: myfont;
  letter-spacing: 0.6em;
  box-sizing: border-box;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #f59639;
  padding: 0.6em 1em;
  background: #f59639;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.btn03 .subbtn:hover{
	background: #fff;
	color: #f59639;
}
.btn03 .backbtn{
display: block;
font-family: myfont;
letter-spacing: 0.6em;
box-sizing: border-box;
font-size: 1.1em;
text-align: center;
text-decoration: none;
white-space: nowrap;
border: 1px solid #aeaeae;
padding: 0.6em 1em;
background: #aeaeae;
color: #fff;
width: 100%;
border-radius: 6px;
transition: all 0.2s ease-in-out;
}
.btn03 .backbtn:hover{
	background: #fff;
	color: #aeaeae;
}

.thanks .txt-catch{
      padding: 2em 0;
}
.thanks .formarea{
  margin: 2em auto;
  text-align: center;
}
.thanks .comp_txt{margin: 0 auto 2em;}
.thanks .comp_txt-red{
  font-size: 0.9em;
  color: #c11112;
  margin-bottom: 2em;
}

@media screen and (min-width:521px) and ( max-width:1024px) {
  #maincontents-in {width: 95%;}

}
@media screen and (max-width: 520px) {
  .pankuzarea {
    margin: 0 auto;
    padding: 5% 0 8% 0%;
    font-size: 0.7em;
    width: 95%;
}
  #maincontents-in {width: 95%;}
  #freearea {
    margin: 3em auto;
    padding: 1em 0;
  }
  .txt-catch{font-size: 0.8em;}
  .freearea-in {
      width: 92%;
      margin: 2em auto;
      background: #fff;
      padding: 1em 0.5em;
      border-radius: 20px;
  }
  .formarea dl {
    padding: 1em 0.5em;
    font-size: 0.8em;
}
.formarea dt {
    width: 100%;
    margin-bottom: 0.5em;
}
.formarea dd {
    width: 100%;
}
.formarea .policyarea {
    padding: 4em 0 2em;
    font-size: 0.9em;
}
.formarea .btn03 {
    width: 90%;
    margin:auto;
}
.conf .formarea .btn03 {
  width: 95%;
  flex-direction: column;
}
.conf .formarea .btn03 p {width: 100%;}
.recruit-info .conf{}
.thanks .comp_txt,
.thanks .comp_txt-red{
  font-size: 0.8em;
  line-height: 1.8em;
  }
.thanks .btn03 a {
    width: 100%;
}
}

/* 404
------------------------------------------------------------ */
#error404 #maincontents .freearea-in h2{
  font-size: 4em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.9em;
}
#error404 #maincontents .freearea-in h2 span{
  display: block;
  font-size: 2em;
  letter-spacing: 0.3em;
  color: #f59639;
}
#error404 #maincontents .freearea-in h4{
  text-align: center;
  font-size: 1.5em;
  margin: 2em auto;
}
#error404 #maincontents .freearea-in p{
  text-align: center;
}
#error404 #maincontents .freearea-in .error_url{ margin: 1em auto;}
#error404 #maincontents .freearea-in .error_url span{ color: #e16364;}
#error404 #maincontents .freearea-in .btn03{
  text-align: center;
  margin: 6em auto;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
#error404 #maincontents .freearea-in h2 {font-size: 2.5em;}
#error404 #maincontents .freearea-in h4 {font-size: 1em;}
#error404 #maincontents .freearea-in p {font-size: 0.9em;}
#error404 #maincontents .freearea-in .btn03 {margin: 3em auto;}

}
