/* support-area
---------------------------------------------------*/
 #contentsBlock .inner{
    max-width: 1100px;
    padding: 20px 0;
}

#top-head .inner{
    position: inherit;
}

#top-head .inner .logo{
    display: block;
}

.lead-txt{
    text-align: left;
    padding: 20px 0;
    font-size: 1.6rem;
}


.support-area h2 span.ttl-bg {
    color: #ecf0f8;
    width: 100%;
}

.support-area h2 span.ttl {
    color: #232e40;
	line-height: 1.5;
}
.support-area h2 span.sub {
	margin-top: 10px;
}

.content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1300px) {
	.crumb{
		overflow: auto;
		white-space: nowrap;
	}

    #contentsBlock .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.kv-area h1{
  letter-spacing: .12em;
}

/* sec01
---------------------------------------------------*/

#sec01 .inner{
	padding-top: 60px;
	padding-bottom: 0;
}
#sec01 .inner .ex-area{
	background-color: #e5ebf7;
	max-width: 1000px;
	padding-block: 33px;
}

#sec01 .inner .ex-area .ttl{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
#sec01 .inner .ex-area .btn{
	margin-top: 38px;
	padding:20px 0;
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
	margin-inline: auto;
	background-color: #062f71;
	color: #fff;
	font-size:18px;
	font-weight: 700;
	max-width: 400px;
  width: 100%;
  height: 60px;
  transition: all .5s ease-out;
}

#sec01 .inner .ex-area .btn:hover {
    border: 1px solid #143284;
    background: #fff;
    color: #143284;
    transition: all .5s ease-out;
    text-decoration: none;
}

#sec01 .inner .ex-area .btn .login-area i {
  font-size: 20px;
}

@media screen and (max-width: 480px){
  #sec01 .inner .ex-area .ttl{
    font-size: 14px;
    line-height: 24px;
  }
}


/* sec02
---------------------------------------------------*/
#sec02{
	padding: 0px 0;
}

#sec02 .inner{
	padding-top: 89px;
  padding-bottom: 0;
  max-width: 1100px;
}
#sec02 .inner > h2 {
	padding-block: 0 30px;
}


.c-filter {
  border: 4px solid #e5ebf7;
  padding:33px 38px;
  border-radius: 6px;
  background: #fff;
  margin-inline: auto;
}

.c-filter  fieldset{
	display: block;
	width: 100%;
}

.c-row {
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
}

.c-field {
  max-width: 328px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.c-field label {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
	cursor: auto;
}

.c-field label:hover{
	text-decoration: auto;
}

.c-field select,
.c-field input[type="search"] {
  max-width: 328px;
  width: 100%;
  padding: 15px 17px;
  background-color: #fff;
  color: #000922;
  border: 1px solid #95a2ad;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
    appearance: none;
}

.keyword{
   max-width: 1018px;
}


.keyword input[type="search"] {
  width: 100%;
  max-width: 1018px;

}


.c-field .select_wrapper{
  position: relative;
}

.c-field .select_wrapper:after{
 content: "";
    position: absolute;
    top: 17px;
    right: 23px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

.result{
  margin-top: 80px;
}

.result h3 .ttl {
  font-size: 22px;
  color: #232e40;
}

.result h3 .ttl:before{
  content: "/";
    color: #062f71;
    font-size: 24px;
    margin-right: 20px;
}

.result ul li{
  border-bottom: 1px solid #95a2ad;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  padding-bottom: 10px;
}

.result ul li .box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;

}

.result ul li .box .label{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  width: 100%;
  height: 30px;
  background-color: #232e40;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right:20px
}

.result ul li .box .name{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: left;
}

.result ul li .box .name span{
  display: block;
  font-size: 12px;
}

.result ul li .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 40px;
  margin-left: 20px;
  background-color: #062f71;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: all .5s ease-out;
}

.result ul li .btn:hover{
  border: 1px solid #143284;
    background: #fff;
    color: #143284;
    transition: all .5s ease-out;
    text-decoration: none;
}

.result ul li a:hover{
  text-decoration: none;
}

.result ul .members .box .label{
  background-color: #bf1d1d;
}

@media screen and (max-width: 700px){

  .c-field{
    max-width: 575px;
    margin-bottom: 28px;

  }
  .c-row{
    display: block;
  }
  .c-field select, .c-field input[type="search"]{
    max-width: 575px;
  }
  .keyword{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 478px){
  .kv-area h1{
    font-size: 29px;
  }

  #sec01 .inner{
    padding-top: 30px;
  }

  #sec01 .inner .ex-area{
    padding-block: 16px;
  }

  #sec01 .inner .ex-area .ttl{
    font-size: 12px;
  }

  #sec01 .inner .ex-area .btn{
    margin-top: 19px;
    padding: 10px 0;
    gap: 5px;
    font-size: 16px;
    height: 50px;
  }


  #sec02 .inner{
    padding-top: 45px;
  }

  #sec02 .inner > h2{
    padding-bottom: 15px;
  }

  .c-filter{
    padding: 15px 20px;
  }

  .c-row{
    margin-bottom: 14px;
  }

  .c-field{
    margin-bottom: 14px;
  }

  .c-field label{
    font-size: 14px;
  }

  .c-field select, .c-field input[type="search"]{
    padding: 10px 15px;
  }

  .result{
    margin-top: 35px;
  }

  .result ul li{
    margin-top: 10px;
    padding-bottom: 5px;
  }

  .result ul li .box .label{
    height: 25px;
    font-size: 14px;
    margin-right: 10px;
  }

  .result ul li .box .name{
    font-size: 14px;
  }

  .result ul li .btn{
    max-width: 170px;
    height: 30px;
    font-size: 14px;
  }
}
