@charset "UTF-8";
.column_archive .common_mv {
  background: url("../../images/columns/mv.jpg")no-repeat center center/cover;
}
.column_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checklist_wrap {
  padding: 0 2rem;
}
.checklist_wrap .cont_inr {
  display: flex;
  flex-wrap: wrap;
}
.checklist_wrap .cont_inr {
  padding: 2rem 1.5rem;
  background-color: #F3F5F9;
  display: flex;
  flex-wrap: wrap;
}
.checklist_wrap .leftside {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.checklist_wrap .c_ttl {
  line-height: 1.6;
}
.checklist_wrap .c_ttl .en {
  font-size: 2.4rem;
  line-height: 1;
}
.checklist_wrap .c_ttl .jp {
  font-size: 1.4rem;
  display: block;
  color: #ED6D2F;
}
#searchform {
  width: 100%;
}
.js-checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.js-checklist .check_inr {
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 3px;
}
.js-checklist .check_inr .ttl {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.js-checklist .check_inr .checklist-item {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.js-checklist .check_inr .checklist-item label {
  display: block;
  line-height: 1.1;
}
.list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.list_wrap li {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.list_wrap li input {
  display: none;
}
.list_wrap li span {
  border: 1px dotted #BDBFC6;
  background-color: #F3F5F9;
  color: #333;
  padding: 7px 15px;
  display: block;
  border-radius: 30px;
}
.list_wrap li input:checked + span {
  background-color: #E96C30;
  color: #fff;
}
.btn_wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.btn_search, .alldemis {
  width: 15rem;
  color: #fff;
  border: none;
  height: 5.8rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.btn_search {
  background-color: #E96C30;
}
.alldemis {
  background-color: #B9B9B9
}
.txt__notion {
  font-size: 2rem;
  text-align: center;
}
.column_list li {
  width: 100%;
  margin-bottom: 40px;
}
.column_list li a .thum {
  line-height: 1;
  border-radius: 5px;
  overflow: hidden;
}
.column_list li .txtcont {
  padding: 15px 0 0;
}
.column_list li .txtcont time {
  color: #333;
  text-align: right;
  width: 100%;
  display: block;
  line-height: 1;
}
.column_list li .ttl {
  margin: 10px 0 0;
}
.column_list li .cat {
  margin: 10px 0 0;
}
/*single */
.single .en {
  font-weight: 300;
  font-size: 1.4rem;
}
.single.common_mv {
  overflow: hidden;
}
.single.common_mv .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.single.common_mv .bg_img img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
.single.common_mv .bg_img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  left: 0;
  top: 0;
  content: "";
}
.single .ttl {
  font-size: 1.8rem;
  padding: 0.8rem 1rem 0.8rem 3rem;
  padding-left: 3rem;
  border-bottom: 1px solid #DBDBDB;
  border-left: 4px solid #E95A34;
  color: #E95A34;
  margin-bottom: 4rem;
}
.article_wrap {
  padding: 0 3rem 15rem;
}
.article_wrap .cont_inr {
  max-width: 800px;
}
.single .cont_inr {
  max-width: 112rem;
}
.article_wrap {
  padding: 0 20px 100px
}
.article_wrap .ttl-h2 {
  border-left: 4px solid #E95A34;
  padding-left: 2rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 40px;
  color: #E95A34;
  font-size: 28px;
  line-height: 1.5;
}
.article_wrap p {
  margin-bottom: 10px;
}
.article_wrap .ttl-h2 time {
  color: #555;
  font-size: 15px;
  display: block;
}
.article_wrap h2 {
  border-left: 10px solid #E95A34;
  border-bottom: 2px solid #E4EBF8;
  position: relative;
  font-size: 24px;
  padding-bottom: 1rem;
  padding-left: 10px;
  margin: 60px 0 20px;
}
.article_wrap h3 {
  border-bottom: 2px solid #E4EBF8;
  position: relative;
  font-size: 20px;
  padding-bottom: 1rem;
  margin: 40px 0 20px;
}
.article_wrap h3::after {
  position: absolute;
  content: "";
  width: 170px;
  background-color: #E95A34;
  left: 0;
  bottom: -2px;
  height: 2px;
}
.article_wrap h4 {
  background-color: #E4EBF8;
  font-size: 18px;
  padding: 5px 10px;
  margin: 40px 0 20px;
}
.article_wrap img {
  margin: 40px 0;
}
.single table {
  width: 100%;
  text-align: left;
  margin: 8rem auto;
}
.single table th {
  border-bottom: 1px solid #FF813E;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  font-weight: 700;
}
.single table td {
  border-bottom: 1px solid #E4EBF8;
  padding: 1.5rem 1rem;
}
.single .cvsbtn {
  margin: auto;
}
.single .cat_list li {
  background-color: #0048BF;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.single .cat_list li span {
  margin-right: 2rem;
}
.article_wrap .soudan_contact {
  background-color: #ECEEF4;
  padding: 30px 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}
.article_wrap .soudan_contact .check_list {
  background-color: #fff;
  padding: 30px;
  text-align: left;
  font-weight: 600;
  margin: 10px auto;
  max-width: 720px;
  border-radius: 5px;
}
.article_wrap .soudan_contact .check_list li {
  padding-left: 20px;
  font-size: 16px;
  background: url("../../images/columns/input-checked.svg")no-repeat left top 2px/16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.article_wrap .soudan_contact .check_list li:last-child {
  margin-bottom: 0;
}
.article_wrap .soudan_contact .bgbtn {
  max-width: 385px;
  margin: 40px auto 0;
}
.article_wrap .soudan_contact .bgbtn a::after {
  display: none;
}
.article_wrap .soudan_contact .bgbtn a {
  padding: 26px 20px;
  font-size: 14px;
}
.article_wrap .soudan_contact .bgbtn a span {
  background: url("../../images/columns/email.svg")no-repeat left center/contain;
  padding: 2px 0 2px 45px;
}
@media only screen and (min-width: 769px) {
  .checklist_wrap .cont_inr {
    padding: 3rem;
  }
  #searchform {
    width: calc(100% - 200px);
  }
  .checklist_wrap .leftside {
    width: 200px;
  }
  .checklist_wrap .c_ttl {
    margin-bottom: 2rem;
  }
  .checklist_wrap .c_ttl .en {
    font-size: 3rem;
  }
  .checklist_wrap .c_ttl .jp {
    font-size: 1.5rem
  }
  .js-checklist .check_inr {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .js-checklist .check_inr .ttl {
    font-size: 1.8rem;
  }
  .js-checklist .check_inr .checklist-item {
    font-size: 1.6rem;
  }
  .btn_wrap {
    max-width: 40rem;
  }
  .btn_search, .alldemis {
    width: 19rem;
  }
  .column_list li {
    width: calc(100% / 2 - 12.5px);
    margin-bottom: 80px;
  }
  .column_list li .txtcont {
    padding: 20px 0 0;
  }
  .column_list li .ttl {
    margin: 20px 0 0;
  }
  .column_list li .cat {
    margin: 20px 0 0;
  }
  .single .en {
    font-size: 1.6rem;
  }
  .single .ttl {
    font-size: 2rem;
  }
  .article_wrap {
    padding: 0 60px 100px
  }
  .article_wrap h2 {
    font-size: 28px;
  }
  .article_wrap h3 {
    font-size: 24px;
  }
  .article_wrap h4 {
    font-size: 20px;
  }
  .single table th {
    width: 18rem;
    padding: 2.5rem 3rem;
  }
  .single table td {
    width: calc(100% - 18rem);
    padding: 2.5rem 3rem;
  }
  .single .article_wrap {
    padding: 0 6rem 20rem;
  }
  .single .cat_list li {
    margin-right: 5rem;
    margin-bottom: 1.5rem;
  }
  .article_wrap .soudan_contact {
    padding: 60px;
    font-size: 18px;
  }
  .article_wrap .soudan_contact .bgbtn a {
    padding: 26px 30px;
    font-size: 18px;
  }
  .article_wrap .soudan_contact .bgbtn a span {
    padding: 5px 0 5px 40px;
  }
  .article_wrap .soudan_contact .check_list li {
    padding-left: 20px;
    margin: 20px auto;
    font-size: 20px;
    background: url("../../images/columns/input-checked.svg")no-repeat left top 5px/16px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1200px) {
  .column_list li {
    width: calc(100% / 3 - 12.5px);
  }
}
@media only screen and (min-width: 1367px) {
  .checklist_wrap .cont_inr {
    padding: 5rem;
  }
  .js-checklist .check_inr {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .js-checklist .check_inr {
    margin-bottom: 1rem;
  }
  .single table th, .single table td {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
  }
  .single .cat_list li {
    margin-bottom: 1rem;
  }
}