@charset "utf-8";
/* CSS Document */

.f-s13 {
  font-size: 1.3rem;
}
.f-s16 {
  font-size: 1.6rem;
}
.f-s17 {
  font-size: 1.7rem;
}
.f-s18 {
  font-size: 1.8rem;
}
.f-s20 {
  font-size: 2rem;
}
.f-s24 {
  font-size: 2.4rem !important;
}
.f-s25 {
  font-size: 2.5rem;
}
.f-s32 {
  font-size: 32px;
}
.t-m40 {
  margin-top: 40px;
}
.b-m0 {
  margin-bottom: 0px !important;
}
.b-m5 {
  margin-bottom: 5px;
}
.b-m10 {
  margin-bottom: 10px;
}
.b-m20 {
  margin-bottom: 20px;
}
.b-m30 {
  margin-bottom: 30px;
}
.b-m40 {
  margin-bottom: 40px;
}
.b-m50 {
  margin-bottom: 50px;
}
.b-m100 {
  margin-bottom: 100px;
}
.l-p40 {
  padding-left: 40px;
}
.t-p40 {
  padding-top: 40px;
}
.t-p60 {
  padding-top: 60px;
}
.white {
  color: #fff;
}
.blue {
  color: #005BAC;
}
.pink {
  color: #d50057;
}
.brown {
  color: #663500;
}
.green {
  color: #26bd4a;
}
.orange {
  color: #f27548;
}
.yellow {
  color: #feec68;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.radius_5 {
  border-radius: 5px;
}
.border_brown {
  border: 2px solid #bd9871;
}
.f_R {
  float: right;
}
.f_L {
  float: left;
}
.width_50 {
    width: 48%;
    margin-left: 2%;
}
.bold {
  font-weight: 700;
}
.small {
    font-size: 0.7em;
}
.middle {
  font-size: 0.9em;
}
.large {
  font-size: 1.5em;
}
.red {
  color: red;
}
@media screen and (max-width:480px) {
  .width_50 {
    width: 100%;
    margin-left: 0;
  }
  .f_R {
    float: none;
  }
}

.form-contents form dl dd:not(.pattern-exclusion) {
	padding-top:8px!important;
	padding-bottom:10px!important;
	}
	.form-contents form dl dt:not(.pattern-exclusion) {
	padding-top:8px!important;
	}
	.form-pattern-1{
	background:none!important;
	}
	.form-contents{
	padding-top:0!important;
	padding-bottom:10px!important;
	}

  @media screen and (max-width: 1024px){
  .form-contents form dl dt:not(.pattern-exclusion) {
	margin-top: 0;
	width: 100%!important;
	}
  .form-contents form dl dd:not(.pattern-exclusion) {
	padding-left: 0!important;
	}
}

.form-contents form dl {
  margin-bottom: 0!important;
}

.form-contents .submit-btn{
  background: #3c3228!important;
  border: solid 2px #3c3228!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #3c3228!important;
  background: #fff!important;
  border: solid 2px #3c3228!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #3c3228!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding:0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #999!important;
}

