@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*画像あり、ページナビあり*/
/*画像なし、ページナビあり*/
/*画像なし、ページナビなし*/
/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
}
@media only screen and (max-width: 768px) {
  #main_visual {
    min-height: 264px;
  }
}
#main_visual .inner {
  width: 100%;
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner {
    padding: 20px 20px 40px;
  }
}
#main_visual .inner .column_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px;
  }
}
#main_visual .inner .column_top .date {
  display: block;
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_top .date {
    font-size: 20px;
  }
}
#main_visual .inner .column_top .pdf_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 131px;
  height: 44px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
}
#main_visual .inner .column_top .pdf_btn::before {
  content: "";
  width: 18px;
  height: 22px;
  margin: 0 5px 0 0;
  background-image: url(/asset/image/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#main_visual .inner .column_top .pdf_btn:hover {
  color: #E50F0F;
  background: #fff;
}
#main_visual .inner .column_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    margin: 0;
  }
}
#main_visual .inner .column_bottom .title_box {
  width: 100%;
}
#main_visual .inner .column_bottom .title_box .cat {
  display: block;
  font-size: 17px;
  color: #fff;
  margin: 0 0 10px;
}
#main_visual .inner .column_bottom .title_box h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom .title_box h1 {
    font-size: 25px;
  }
}
#main_visual .inner .column_bottom .title_box h2 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom .title_box h2 {
    font-size: 15px;
  }
}
#main_visual .inner .column_bottom .tag_wrap {
  min-width: 180px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom .tag_wrap {
    width: 100%;
    min-width: 100%;
  }
}
#main_visual .inner .column_bottom .tag_wrap .tag {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom .tag_wrap .tag {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .inner .column_bottom .tag_wrap .tag {
    line-height: 1.25;
  }
}

/*--------------------------
single
---------------------------*/
article {
  background: #F6F8FD !important;
}
article #single {
  position: relative;
  top: -20px;
  padding: 0 0 90px;
}
@media only screen and (max-width: 768px) {
  article #single {
    padding: 0 0 50px;
  }
}
article #single .single_content {
  position: relative;
  width: 100%;
  max-width: 940px;
  padding: 70px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 50px 0 rgba(179, 182, 189, 0.15);
          box-shadow: 0 0 50px 0 rgba(179, 182, 189, 0.15);
}
@media only screen and (max-width: 768px) {
  article #single .single_content {
    width: calc(100% - 40px);
    max-width: 100%;
    padding: 30px;
    margin: 0 auto;
  }
}
article #single .single_content::after {
  content: "";
  display: block;
  clear: both;
}
article #single .single_content p {
  padding: 0 !important;
}
article #single .single_content div {
  line-height: 1.353;
}
article #single .single_content ul li {
  line-height: 1.353;
}
article #single .single_content a {
  text-decoration: underline;
}
article #single .single_content a:hover {
  color: #E50F0F;
}
article #single .single_content table {
  width: 100% !important;
}
article #single .single_content table tr th,
article #single .single_content table tr td {
  width: auto !important;
  padding: 20px;
  border: 1px solid #A3A7B1;
  white-space: wrap;
}
article #single .single_content img {
  height: auto !important;
  padding: 20px !important;
  background: #F6F8FD;
  border-radius: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  article #single .single_content img {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
article #single .single_content .table_wrap {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  article #single .single_content .table_wrap {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  article #single .single_content .table_wrap table {
    min-width: 980px;
  }
}
article #single .btn_box {
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  article #single .btn_box {
    margin: 30px 0 0;
  }
}
article #single .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 65px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #A3A7B1;
  border-radius: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  article #single .btn_box a {
    width: 185px;
    height: 62px;
    font-size: 17px;
  }
}
article #single .btn_box a:hover {
  color: #fff;
  background: #FF8C00;
  border-color: transparent;
}