﻿.error_ {
  color: red;
}

#search form {
  padding: 2rem 6rem;
}

#search form input[type="text"] {
  width: 100%;
  padding: 0.5rem 1rem;
}

/*.c-section-secondary .input_btn input {
  background-color: #0c1075;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  min-width: 15rem;
  display: inline-block;
  padding: 1rem 1.5rem;
  transition: 0.3s ease;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}*/

.p-article-footer.input_btn {
  margin-top: 2rem;
}

.c-section-secondary:last-child {
  padding-top: 0;
}

#search .p-article-footer:hover input[type="submit"] {
  background-color: #3fae32;
}

.serch-result tr {
  text-align: left;
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px dashed #d4d4d4;
  font-weight: bold;
}

.serch-result td {
  padding: 2rem 0;
}

.serch-result td a {
  text-decoration: none;
}

.login_wrapper table {
  width: 100%;
  text-align: left;
  border: 1px solid #d4d4d4;
}

.login_wrapper tr:nth-child(2) {
  border-top: 1px solid #d4d4d4;
}

.login_wrapper th {
  padding: 1rem 3rem 1rem 1rem;
  width: 25%;
  background: #fff;
  border-right: 1px solid #d4d4d4;
}

.login_wrapper input {
  padding: 0.5rem 1rem;
}

.login_wrapper td {
  background: #fff;
  padding: 1rem 2rem;
}

.login_wrapper td input {
  width: 70%;
}

.login_wrapper .askpass_ {
  text-align: center;
}

.author {
  display: flex;
  justify-content: flex-end;
}

/*フォーム調整*/
dl.questionnaire_box_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

dt.questionnaire_head {
  border-bottom: 1px solid #cdd6dd;
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 70px 0 30px;
  font-size: 14px;
  font-weight: bold;
}

dd.questionnaire_content {
  border-bottom: 1px solid #cdd6dd;
  width: calc(100% - 370px);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  /*align-items: center;*/
  font-size: 14px;
  margin-left: 0;
}

dd.questionnaire_content input[type="text"],
dd.questionnaire_content input[type="tel"],
dd.questionnaire_content input[type="number"],
dd.questionnaire_content input[type="email"],
dd.questionnaire_content input[type="password"],
dd.questionnaire_content select,
dd.questionnaire_content textarea {
  max-width: 100%;
  width: 100%;
  padding: 8px 15px;
  font-family: sans-serif;
  text-align: left;
  background-color: #fff;
  border: 1px solid #555151;
  box-sizing: border-box;
}

dd.questionnaire_content label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

dd.questionnaire_content input[type="checkbox"] {
  display: flex;
  margin: 0;
  margin-right: 10px;
}

dd.questionnaire_content input[type="radio"] {
  display: flex;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 10px;
}

.questionnaire_content.name input[type="text"] {
  margin-right: 0px;
}

span.small_ {
  width: 100%;
}

.customer_name {
  display: flex;
  width: 100%;
  gap: 20px;
}

dd.name.questionnaire_content {
  display: flex;
  flex-direction: column;
}

.customer_name span {
  width: 20%;
  /* margin-right: -20px; */
  display: flex;
  align-items: center;
}

dd.questionnaire_content.mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

dt.questionnaire_head span {
  position: absolute;
  right: 20px;
  background: #d72229;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
}

.submit_ {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.submit_ .btn,#accept-cookies {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  padding: 0;
  background: #0c1075;
  border: 1px solid #0c1075;
  width: 200px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 114.28571%;
  line-height: 125%;
  color: #fff;
  cursor: pointer;
}

.submit_ .btn:hover {
  background: #fff;
  color: #0c1075;
}

.submit_ .btn:before {
  content: none;
}

.submit_ .btn.back {
  background: #fff;
  color: #0c1075;
}

.submit_ .btn.back:hover {
  background: #0c1075;
  color: #fff;
}

.checkbox_area .wrap,
.radio_area .wrap {
  display: flex;
  align-items: center;
}

.questionnaire_head .common_headline2_ {
  margin-bottom: 0;
}

.contact_complete a.btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.contact_complete a.btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  left: 15px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.contact_complete a.btn {
  margin-top: 30px;
}

.customer_name_item {
  display: flex;
  flex: 1 0 auto;
}

.pwd_check {
  display: block;
  width: 100%;
}

.submit_ a.btn {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.cooperate_item{
  margin-bottom: 50px;
}

table.cooperate_list{
  width: 100%
}

.table_head th {
    background-color: #3FAE32;
    border-right: 1px solid #fff;
    height: 45px;
    color: #fff;
}

.table_head_line1 {
  width: 60%;
}

.table_head_line2 {
  width: 20%;
}

.table_head_line3 {
  width: 20%;
}

.table_body td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 45px;
  text-align: center;
}

.table_body .document {
  text-align: left;
  padding: 7px 15px;
}

.table_body th,
.table_body td {
  background-color: #fff;
}

.cooperate_list td{
  font-size: 16px;
}

.cooperate_list td a:after {
    content: "ダウンロード";
}

.sdgs_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
  margin-top: 10px;
}

.sdgs_icons img {
  width: 20%;
}

textarea.agreebody_ {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.sitemap_items {
    margin-bottom: 50px;
}

.sitemap_items a{
  color: #222;
  text-decoration: none;
}

.sitemap_items a:hover{
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

.scope_table {
  border: 1px solid black;
  margin-bottom: 16px;
  width: 100%;
}

.scope_table th, .scope_table td{
  padding: 10px;
}

.scope_table th:first-of-type, .scope_table td:first-of-type{
  border-right: 1px solid black;
  width: 25%;
}

.scope_table td:first-of-type{
  text-align: center;
}

.scope_table tr:not(:last-child){
  border-bottom: 1px solid black;
}

#result.c-section-secondary.radius{
  margin-bottom: 10rem;
}

.mb-100{
  margin-bottom: 100px;
}

.c-list-property__detail {
  margin: 0;
  /* padding: 12px 0 0; */
  padding-bottom: 20px;
}

.c-list-property__detail-row {
  display: flex;
  gap: 1em;
  padding: 0.25rem 1rem;
  font-size: 16px;
}

.c-list-property__detail dt {
  flex-shrink: 0;
  width: 5em;
  font-weight: bold;
  color: inherit;
}

.c-list-property__detail dd {
  margin: 0;
  color: inherit;
}

.c-list-property__ttl{
  font-size: 18px;
}

.f-center{
  justify-content: center;
}


@media screen and (max-width: 767px) {
  #search form {
    padding: 2rem 0rem;
  }

  .serch-result td {
    padding-bottom: 1.5rem;
  }

  dd.questionnaire_content,
  dt.questionnaire_head {
    width: 100%;
    padding: 30px 0;
  }

  dt.questionnaire_head {
    padding-bottom: 15px;
  }

  dd.questionnaire_content input[type="radio"],
  dd.questionnaire_content input[type="checkbox"],
  dd.questionnaire_content label {
    display: inline-block;
  }

  .btn-headerContact .icon_mail {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .btn-headerContact .icon_mail:after {
    content: "";
    width: 47px;
    margin-top: 0;
    height: 30px;
    display: block;
    background-size: auto 30px;
  }

  .submit_ {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .customer_name span {
    width: 30%;
  }

  .customer_name {
    flex-direction: column;
  }

  .customer_name span {
    width: 20%;
  }

  dd.questionnaire_content {
    display: -webkit-box;
  }

  .pwd_check {
    display: inline-block;
  }
    
  .cooperate_item{
    margin-bottom: 3rem;
  }
    
  .cooperate_list td {
    padding: 10px;
    border-left: solid 1px #ccc;
    background: #fff;
  }
    
  .cooperate_list td a:after {
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .login_wrapper tr {
    display: flex;
    flex-direction: column;
  }

  .login_wrapper td {
    background: #fff;
    padding: 0.5rem 1rem;
  }

  .login_wrapper td input {
    width: 100%;
  }

  .login_wrapper th {
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
  }

  .p-article-footer.input_btn {
    margin-top: 1rem;
  }
    
  .c-cols .c-cols-txt + .c-cols-txt{
    margin-top: 3.75rem;
  }
    
  #result.c-section-secondary.radius{
    margin-bottom: 5rem;
  }
    
  .author{
    justify-content: flex-start;
  }

  .mb-100{
    margin-bottom: 5rem;
  }
}

.no-links a{
  pointer-events: none;
}

.c-list-login.flex-center{
  justify-content: center;
}