@charset "UTF-8";
.main_ttl {
  background: #f3f9fa;
  padding: 20px 0 20px;
  margin: 0 auto 40px auto;
  text-align: center;
  width: 980px;
  
}
.main_info {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 40px;
  max-width: 980px;
}
.toc {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 40px;
  padding: 24px 32px 32px 32px;
  border-radius: 5px;
  max-width: 800px;
  border: 1px solid #ccc;
}
.toc .toc_title {
  text-align: center;
  margin: -24px -32px 32px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  border-radius: 4px 4px 0 0;
}
.toc .toc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.toc .toc_list li {
  margin: 10px 20px 10px 10px;
}
.toc .toc_list li a {
  text-decoration: none;
}
.toc .toc_list li a p {
  position: relative;
  padding-right: 24px;
  border-bottom: 1px solid;
  line-height: 1;
  padding-bottom: 0px;
  font-weight: bold;
}
.toc .toc_list li a p::after {
  border-top: 3px solid;
  border-left: 3px solid;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 5px;
  top: 0px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*カードの内容*/
.bukkenList1 {
    width: 980px;
    margin: 40px auto 0 auto;
  }
  .bukkenList1 .items {
    margin-left: -20px;
    margin-bottom: 5px;
  }
  .bukkenList1 .ttl-area {
  font-size: 22px;
  margin: 56px 0 20px 20px;
  position: relative;
  font-weight: normal;
  color: #05aa22;
  text-align: center;
}
.bukkenList1 .ttl-area span {
  background-color: #fff;
  text-align: center;
  padding: 0 16px;
}
.bukkenList1 .ttl-area::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color:  #05aa22;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
  .bukkenList1 .items .item {
    display: block;
    width: 948px;
    padding: 16px;
    margin: 0 0 32px 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ccc;
  }
  .bukkenList1 .items .item:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  .bukkenList1 .items .item .link_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .bukkenList1 .items .item .title {
    color: #fff;
      line-height: 1.2;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
  }
  .bukkenList1 .items .item .title .city {
    padding: 6px 10px;
    background: #EDF5E2;
    color: #232b39;
    text-align: center;
    font-weight: bold;
    width: auto;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
  .bukkenList1 .items .item .title .name {
    text-align: left;
    padding-left: 16px;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
  }
  .bukkenList1 .items .item .image {
    width:  40%;
    float: left;
    margin: 10px 20px 0 0;
  }
  .bukkenList1 .items .item .image:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  .bukkenList1 .items .item .image img {
    float: left;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 240px;
    width: 100%;
  }
  .bukkenList1 .items .item .r1 {
    padding: 10px 0;
  }
  .bukkenList1 .items .item .r1 .text {
    font-size: 16px;
  }
  .bukkenList1 .items .item .r3 .type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .bukkenList1 .items .item .r3 .type-list li {
    border: 1px solid #05aa22;
    border-radius: 3px;
    padding: 1px 8px;
    font-size: 16px;
    margin-right: 8px;
  }
  .bukkenList1 .items .item .r3 .text span:last-child  {
    color: #D94372;
  }
  .bukkenList1 .items .item .r3 .text {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0 0;
  }
  .bukkenList1 .items .item .r3 .check {
    float: right;
  }
  .bukkenList1 .items label {
    margin: 5px 0 0 0 0;
    text-indent: -9999px;
    display: block;
    background: url(img/check_off.png) left top no-repeat;
    width: 238px;
    height: 34px;
    cursor: pointer;
  }
  .bukkenList1 .items label:hover {
    opacity: 0.8;
  }
  .bukkenList1 .items input[type="checkbox"] {
    display: none;
  }
  .bukkenList1 .items input[type="checkbox"]:checked + label {
    display: block;
    background: url(img/check_on.png) left top no-repeat;
    width: 238px;
    height: 34px;
  }

  /*CVボタン改修（200207）*/
.bukkenList1 .items .item .link-detail {
  float: right;
  margin-top: -22px;
}
.bukkenList1 .items .item .link-detail a {
	color: #3c90d1;
  margin-right: 8px;
}
.bukkenList1 .items .item .link-detail a::after {
  border-top: solid 2px #3c90d1;
  border-right: solid 2px #3c90d1;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
}
.bukkenList1 .items .item .area-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 56%;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bukkenList1 .items .item .area-cv .cv-tel dl {
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 298px;
}
.bukkenList1 .items .item .area-cv .cv-tel dl dt {
	background: #efefef;
	border-radius: 6px 0 0 6px;
  font-size: 12px;
  padding: 3px 5px;
  height: 36px;
  line-height: 1.5;
  vertical-align: middle;
  width: 72px;
}
.bukkenList1 .items .item .area-cv .cv-tel dl dd {
  color: #05aa22;
  font-size: 26px;
  line-height: 36px;
  margin: 4px 0 0 6px;
  font-weight: bold;
}
.bukkenList1 .items .item .area-cv .cv-form {
  width: 248px;
}
.bukkenList1 .items .item .area-cv .cv-form > a {
  background: #f55d00;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 0 0 #b94600;
  box-shadow: 0 3px 0 0 #b94600;
  display: block;
  height: 36px;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.bukkenList1 .items .item .area-cv .cv-form > a:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.bukkenList1 .items .item .area-cv .cv-form a p {
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  padding: 0 0 0;
  text-align: center;
  text-decoration: none;
}
.bukkenList1 .items .item .area-cv .cv-form a p strong {
  font-size: 19px;
}

/*SP版*/
@media screen and (max-width: 767px) {
  .main_ttl {
    background: #f3f9fa;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
  }
  .main_info {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px;
  }
  .toc{
    width: 90%;
    margin: 24px auto 30px auto;
    padding: 0;
    font-size: 16px;
  }
  .toc .toc_list {
    gap: 14px 10px;
    margin: 24px 10px;
  }
  .toc .toc_list li {
    margin: 0 10px 0 0;
  }
  .toc .toc_title {
    margin: 0;
    padding: 1px 0;
  }
  .toc .toc_list li a {
    width: 144px;
  }
  .toc .toc_list li a::after {
    border: none;
  }
  .toc .toc_list li a p {
    display: inline;
    padding-right: 20px;
  }
  .toc .toc_list li a p::after {
    height: 7px;
    width: 7px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: 1px;
  }
  .bukkenList1 .ttl-area {
    font-size: 18px;
    margin-top: 48px;
    margin-left: 0;
  }
  .bukkenList1 .ttl-area span {
    padding: 0 8px;
  }
  .bukkenList1 {
    width: auto;
    margin: 40px auto 0 auto;
  }
  .bukkenList1 .items {
    margin: 0;
    padding: 0 10px;
  }
  .bukkenList1 .items .item {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 5px;
    width: 100%;
  }
  .bukkenList1 .items .item .image:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  .bukkenList1 .items .item .image {
    width: 92%;
    margin: 0 auto 16px;
    float: none;
  }
  .bukkenList1 .items .item .image img {
    display: block;
    height: 184px;
  }
  .bukkenList1 .items .item .title {
    color: #fff;
    padding: 0;
    font-size: 20px;
    display: block;
    text-align: center;
  }
  .bukkenList1 .items .item .title .city {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .bukkenList1 .items .item .title .name {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
    margin: 10px;
  }
  .bukkenList1 .items .item .texts {
    padding: 0 10px;
  }
  .bukkenList1 .items .item .r1 {
    padding: 0;
  }
  .bukkenList1 .items .item .r1:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  .bukkenList1 .items .item .r1 .text {
    font-size: 16px;
    line-height: 1.4;
    min-height: 96px;
    height: auto;
  }
  .bukkenList1 .items .item .r1 .btn_more {
    margin-top: 10px;
    font-weight: bold;
  }
  .bukkenList1 .items .item .r1 .btn_more {
    display: block;
    color: #EC9001;
    padding: 10px 45px 10px 0;
    text-align: center;
    background: url(img/icon_arrow2.png) right top no-repeat;
    line-height: 1.2;
  }
  .bukkenList1 .items .item .r3 {
    margin: 0 0 20px 0;
    display: block;
  }
  .bukkenList1 .items .item .r3 .text {
    font-size: 18px;
  }
  .bukkenList1 .items .item .r3 .type-list li {
    padding: 3px 8px;
    font-size: 15px;
  }
  .bukkenList1 .items label {
    margin: 5px 0 0 0 0;
    text-indent: -9999px;
    display: block;
    background: url(img/check_off.png) left top no-repeat;
    width: 238px;
    height: 34px;
    cursor: pointer;
  }
  .bukkenList1 .items label:hover {
    opacity: 0.8;
  }
  .bukkenList1 .items input[type="checkbox"] {
    display: none;
  }
  .bukkenList1 .items input[type="checkbox"]:checked + label {
    display: block;
    background: url(img/check_on.png) left top no-repeat;
    width: 238px;
    height: 34px;
  }
  .btn_send {
    text-align: center;
    margin: 0px 0 10px 0;
  }
  .btn_send button {
    background: url(img/btn_send.png) left top no-repeat;
    border: none;
    width: 280px;
    height: 60px;
    cursor: pointer;
  }
  .btn_send button:hover {
    opacity: 0.8;
  }
  
  /*CVボタン改修（200207）*/
  .bukkenList1 .items .item .link-detail {
    font-size: 14px;
    margin-top: -32px;
  }
  .bukkenList1 .items .item .link-detail a {
    color: #3c90d1;
    position: relative;
    top: -3px;
    right: 0;
  }
  .bukkenList1 .items .item .link-detail a::after {
    border-top: solid 2px #3c90d1;
    border-right: solid 2px #3c90d1;
    content: "";
    display: inline-block;
    height: 7px;
    margin: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 7px;
  }
  .bukkenList1 .items .item .area-cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 5px;
  }
  .bukkenList1 .items .item .area-cv .cv-form,
  .bukkenList1 .items .item .area-cv .cv-tel {
    margin-bottom: 10px;
    text-align: center;
  }
  .bukkenList1 .items .item .area-cv .cv-form {
    width: 50%;
  }
  .bukkenList1 .items .item .area-cv .cv-tel {
    width: 48%;
  }
  .bukkenList1 .items .item .area-cv .cv-form > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f55d00;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #973906;
    box-shadow: 0 2px 0 0 #973906;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    text-decoration: none;
    z-index: 2;
  }
  .bukkenList1 .items .item .area-cv .cv-tel > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #05aa22;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 #106718;
    box-shadow: 0 2px 0 0 #106718;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: 48px;
    text-decoration: none;
    z-index: 2;
  }
  .bukkenList1 .items .item .area-cv .cv-form a i,
  .bukkenList1 .items .item .area-cv .cv-tel a i {
    font-size: 8vw;
  }
  .bukkenList1 .items .item .area-cv .cv-form a p,
  .bukkenList1 .items .item .area-cv .cv-tel a p {
    color: #fff;
    font-size: 3.75vw;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }
  .bukkenList1 .items .item .area-cv .cv-form a p span,
  .bukkenList1 .items .item .area-cv .cv-tel a p span {
    font-size: 3.7vw;
  }
  
}
