/*----------------------------------------------------- */
/*  sub           */
/*----------------------------------------------------- */
.sub_mv {
  background: url(../img/common/bg_submv.png), linear-gradient(130deg, rgb(218, 236, 230) 0%, rgb(137, 224, 174) 50%, rgb(116, 213, 213) 100%);
  background-size: 1680px, 100%;
  background-position: left top, center;
  background-repeat: no-repeat;
}
.sub_mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 210px;
}
.sub_mv h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.breadcrumb {
  background: #E5F4EF;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  position: relative;
  font-size: 14px;
  padding: 16px 0;
}
.breadcrumb ul li a {
  color: #1A5CB3;
  text-decoration: underline;
}
.breadcrumb ul li p {
  color: #666666;
}
.breadcrumb ul li + li {
  margin-left: 24px;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: calc(50% - 2px);
  width: 5px;
  height: 9px;
  background: url(../img/common/ico_breadcrumb.png) no-repeat;
  background-size: contain;
}
.breadcrumb ul a {
  text-decoration: underline;
}

.sec_ttl {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 36px;
  position: relative;
  margin-bottom: 40px;
}
.sec_ttl::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 10px;
  width: 6px;
  height: 60%;
  background: #009C42;
}
.sec_ttl span {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background: url(../img/common/bg_submv_sp.png), linear-gradient(130deg, rgb(218, 236, 230) 0%, rgb(137, 224, 174) 50%, rgb(116, 213, 213) 100%);
    background-size: cover, 100%;
    background-position: left top, center;
    background-repeat: no-repeat;
  }
  .sub_mv .inner {
    height: 156px;
  }
  .sub_mv h1 {
    font-size: 24px;
  }
  .breadcrumb {
    display: none;
  }
  .sec_ttl {
    border-radius: 6px;
    padding: 16px 26px;
    margin-bottom: 30px;
  }
  .sec_ttl::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 10px;
    width: 6px;
    height: 70%;
    background: #009C42;
  }
  .sec_ttl span {
    font-size: 18px;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  padding: 80px 0 200px;
}
.about .about_wrap {
  margin-bottom: 100px;
}
.about .about_merit {
  border: none;
  padding: 0;
  margin-bottom: 100px;
}
.about .about_merit::before, .about .about_merit::after {
  display: none;
}
.about .sec_btn_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0 120px;
  }
  .about .about_wrap {
    margin-bottom: 80px;
  }
  .about .about_merit {
    margin-bottom: 80px;
  }
}
/*----- about_qualification -----*/
.about_qualification {
  margin-bottom: 100px;
}

.about_qualification_txt {
  margin-bottom: 30px;
}

.about_qualification_table {
  font-weight: 600;
  width: 100%;
}
.about_qualification_table thead th {
  border: 1px solid #E9E9E9;
  background: #009C42;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.about_qualification_table tbody th {
  background: #E5F4EF;
  padding: 26px 30px;
  text-align: left;
  color: #009C42;
  font-weight: 700;
  border-bottom: 1px solid #009C42;
  width: 20%;
}
.about_qualification_table tbody td {
  padding: 26px 30px;
  border: 1px solid #E9E9E9;
  width: 40%;
}
.about_qualification_table tbody td p + p {
  margin-top: 20px;
}
.about_qualification_table tbody td span {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about_qualification {
    margin-bottom: 80px;
  }
  .about_qualification_txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .about_qualification_table {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
  }
  .about_qualification_table thead {
    width: 100%;
  }
  .about_qualification_table thead th {
    border: 1px solid #009C42;
    padding: 10px;
  }
  .about_qualification_table tbody {
    width: 100%;
  }
  .about_qualification_table tbody th {
    padding: 15px 10px;
    width: 20%;
  }
  .about_qualification_table tbody td {
    padding: 15px 10px;
    width: 60%;
  }
}
/*----- about_flow -----*/
.about_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
}

.about_flow_item {
  width: 21%;
  background: #E5F4EF;
  border-radius: 10px;
  position: relative;
  padding: 0 20px 20px;
  min-height: 364px;
}
.about_flow_item .num {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #009C42;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  top: -14px;
  left: calc(50% - 14px);
}
.about_flow_item .ttl {
  padding: 40px 0 30px;
  height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: dashed 1px #ccc;
  margin-bottom: 30px;
}
.about_flow_item .ttl h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #009C42;
  line-height: 1.4;
}
.about_flow_item .subttl {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
.about_flow_item p {
  font-size: 14px;
}
.about_flow_item ul {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.about_flow_item ul li {
  margin-bottom: 5px;
}
.about_flow_item ul + p {
  margin-top: 10px;
}
.about_flow_item:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 25px;
  background: url(../img/common/ico_triangle_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  right: -15%;
}

@media screen and (max-width: 767px) {
  .about_flow_list {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .about_flow_item {
    width: 100%;
    border-radius: 5px;
    padding: 0 20px 30px;
    min-height: auto;
  }
  .about_flow_item .num {
    top: 32px;
    left: 20px;
  }
  .about_flow_item .ttl {
    padding: 32px 0 32px 38px;
    height: auto;
    display: block;
  }
  .about_flow_item .ttl h3 {
    text-align: left;
    font-size: 18px;
  }
  .about_flow_item:not(:last-child)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: auto;
    bottom: -35px;
    right: calc(50% - 4px);
  }
  .about_flow_item + .about_flow_item {
    margin-top: 46px;
  }
}
/*----------------------------------------------------- */
/*  application           */
/*----------------------------------------------------- */
.application {
  padding: 80px 0 120px;
}
.application .sec_btn_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application_txt {
  margin-bottom: 80px;
}
.application_txt span {
  display: inline-block;
  background: #F27100;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  margin-right: 20px;
}
.application_txt p + p {
  margin-top: 20px;
}

.application_table {
  margin-bottom: 60px;
}
.application_table th {
  background: #E5F4EF;
  padding: 26px 30px;
  text-align: left;
  color: #009C42;
  font-weight: 700;
  border-bottom: 1px solid #009C42;
  width: 25%;
  vertical-align: top;
}
.application_table td {
  padding: 26px 30px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  width: 75%;
}
.application_table td h4 {
  font-weight: 600;
}
.application_table td * + h4 {
  margin-top: 20px;
}
.application_table td p + p {
  margin-top: 20px;
}
.application_table td span + p {
  margin-top: 20px;
}
.application_table td span {
  font-size: 14px;
  font-weight: 400;
}
.application_table td a {
  color: #1A5CB3;
  text-decoration: underline;
}
.application_table td ul {
  margin-left: 1em;
  text-indent: -1em;
}

.application_note {
  margin-top: 60px;
}
.application_note h4 {
  font-weight: 600;
}
.application_note * + h4 {
  margin-top: 20px;
}
.application_note p + p {
  margin-top: 20px;
}
.application_note span + p {
  margin-top: 20px;
}
.application_note span {
  font-size: 14px;
  font-weight: 400;
}
.application_note a {
  color: #1A5CB3;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .application {
    padding: 40px 0 120px;
  }
  .application_txt {
    margin-bottom: 60px;
    font-size: 16px;
  }
  .application_txt span {
    display: block;
    width: 124px;
    text-align: center;
    margin-bottom: 10px;
  }
  .application_txt p + p {
    margin-top: 20px;
  }
  .application_table {
    margin-bottom: 40px;
  }
  .application_table th {
    padding: 15px 10px;
    width: 26%;
  }
  .application_table td {
    padding: 15px 10px;
    width: 74%;
  }
  .application_table td span {
    font-size: 12px;
  }
  .application_note {
    margin-top: 60px;
  }
  .application_note h4 {
    font-weight: 600;
  }
  .application_note * + h4 {
    margin-top: 20px;
  }
  .application_note p + p {
    margin-top: 20px;
  }
  .application_note span + p {
    margin-top: 20px;
  }
  .application_note span {
    font-size: 14px;
    font-weight: 400;
  }
  .application_note a {
    color: #1A5CB3;
    text-decoration: underline;
  }
}
/*----------------------------------------------------- */
/*  interview           */
/*----------------------------------------------------- */
.interview {
  padding: 80px 0 200px;
}

.interview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
}
.interview_wrap .txt {
  width: 46%;
}
.interview_wrap .txt h2 {
  font-size: 30px;
  font-weight: 700;
}
.interview_wrap .txt h2 span {
  font-size: 20px;
}
.interview_wrap .txt .date {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.interview_wrap .txt .interviewee {
  margin-top: 20px;
}
.interview_wrap .txt .interviewee em {
  font-weight: bold;
}
.interview_wrap .txt .interviewee span {
  padding-left: 1rem;
  display: block;
}
.interview_wrap .txt .interviewee + .interviewee {
  margin-top: 10px;
}
.interview_wrap .txt .note {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
}
.interview_wrap .pic {
  width: 50%;
  aspect-ratio: 600/400;
  background: url(../img/common/bg_pic.png) no-repeat;
  background-size: contain;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.interview_wrap .pic img {
  max-width: 80%;
  max-height: 80%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.interview_box {
  border: 1px solid #009C42;
  border-radius: 10px;
  padding: 80px 9%;
}
.interview_box > h2 {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 26px;
  padding-left: 33px;
  background: url(../img/common/bg_ttl02.png) left 12px no-repeat;
  background-size: 22px;
}

.interview_box aside {
  margin-top: 35px;
  padding: 25px;
  background: #ededed;
  border-radius: 5px;
}
.interview_box aside em {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.index_list {
  background: #E5F4EF;
  border-radius: 5px;
  margin-bottom: 80px;
}
.index_list dt {
  padding: 22px 30px;
  position: relative;
  cursor: pointer;
}
.index_list dt span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  background: url(../img/common/ico_index.png) left center no-repeat;
  background-size: 24px;
}
.index_list dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index_list dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -7px;
  width: 2px;
  height: 15px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index_list dt.is-active::before {
  display: none;
}
.index_list dt.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index_list dd {
  border-top: 1px solid #CCCCCC;
  padding: 30px;
}
.index_list dd ul li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}
.index_list dd ul li a {
  color: #1A5CB3;
  font-weight: 600;
  padding-left: 26px;
  background: url(../img/common/ico_link_01.png) left center no-repeat;
  background-size: 16px;
}
.index_list dd ul li + li {
  margin-top: 15px;
}

.interview_sec h3 {
  font-size: 24px;
  font-weight: 600;
  color: #008D3C;
  border-bottom: 1px solid #008D3C;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.interview_sec .interviewer {
  font-weight: 700;
  padding-left: 78px;
  position: relative;
}
.interview_sec .interviewer::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 63px;
  height: 1px;
  background: #ccc;
}
.interview_sec .interviewee {
  margin-top: 30px;
  padding-left: 78px;
  position: relative;
  line-height: 2;
}
.interview_sec .interviewee span {
  position: absolute;
  top: 0;
  left: 0;
  color: #008D3C;
  font-weight: 600;
}
.interview_sec .interviewee + p {
  margin-top: 30px;
}
.interview_sec .pic {
  width: 60%;
  margin: 20px auto 0;
}
.interview_sec .pic img {
  border-radius: 5px;
  width: 100%;
}

.interview_sec + .interview_sec {
  margin-top: 100px;
}

.interview_pager {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.interview_pager li:nth-child(1) {
  margin-right: 160px;
  width: calc(50% - 160px);
}
.interview_pager li:nth-child(1) a {
  display: block;
  padding-left: 68px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_pager li:nth-child(1) a em {
  font-weight: 600;
  color: #008D3C;
}
.interview_pager li:nth-child(1) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #008D3C;
  border-radius: 6px;
  background: url(../img/common/ico_arrow_04.png) center no-repeat #fff;
  background-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_pager li:nth-child(1) a:hover::before {
  background: url(../img/common/ico_arrow_05.png) center no-repeat #008D3C;
  background-size: 14px;
}
.interview_pager li:nth-child(2) {
  max-width: 275px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.interview_pager li:nth-child(3) {
  margin-left: 160px;
  width: calc(50% - 160px);
}
.interview_pager li:nth-child(3) a {
  display: block;
  padding-right: 68px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: right;
}
.interview_pager li:nth-child(3) a em {
  font-weight: 600;
  color: #008D3C;
}
.interview_pager li:nth-child(3) a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #008D3C;
  border-radius: 6px;
  background: url(../img/common/ico_arrow_02.png) center no-repeat #fff;
  background-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview_pager li:nth-child(3) a:hover::before {
  background: url(../img/common/ico_arrow_01.png) center no-repeat #008D3C;
  background-size: 14px;
}

@media screen and (max-width: 767px) {
  .interview {
    padding: 40px 0 120px;
    overflow: hidden;
  }
  .interview_wrap {
    display: block;
    margin-bottom: 60px;
  }
  .interview_wrap .txt {
    width: 100%;
    margin-bottom: 40px;
  }
  .interview_wrap .txt h2 {
    font-size: 24px;
  }
  .interview_wrap .txt h2 span {
    font-size: 16px;
  }
  .interview_wrap .txt .date {
    margin-bottom: 30px;
  }
  .interview_wrap .txt .details {
    font-size: 16px;
  }
  .interview_wrap .pic {
    width: 100%;
    border-radius: 6px;
  }
  .interview_wrap .pic img {
    max-height: 47.9vw;
  }
  .interview_box {
    border: none;
    padding: 0;
    margin: 0 -5.3%;
  }
  .interview_box > h2 {
    margin: 0 5% 40px;
    padding: 0 0 0px 22px;
    font-size: 18px;
    background: url(../img/common/bg_ttl02.png) left 8px no-repeat;
    background-size: 16px;
  }
  .interview_box aside {
    margin: 35px 5% 0;
  }
  .index_list {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .index_list dt {
    padding: 20px;
  }
  .index_list dt span {
    font-size: 16px;
    padding-left: 30px;
    background: url(../img/common/ico_index.png) left center no-repeat;
    background-size: 18px;
  }
  .index_list dd {
    padding: 30px 20px;
  }
  .interview_sec {
    padding: 0 5%;
  }
  .interview_sec h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .interview_sec p {
    font-size: 16px;
    padding-left: 0;
  }
  .interview_sec p span {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .interview_sec .pic {
    width: 100%;
  }
  .interview_sec + .interview_sec {
    margin-top: 50px;
  }
  .interview_pager {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview_pager li:nth-child(1) {
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 48%;
  }
  .interview_pager li:nth-child(1) a {
    padding-left: 68px;
  }
  .interview_pager li:nth-child(1) a em {
    font-size: 16;
    line-height: 48px;
  }
  .interview_pager li:nth-child(1) a span {
    display: none;
  }
  .interview_pager li:nth-child(2) {
    position: static;
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .interview_pager li:nth-child(3) {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 48%;
  }
  .interview_pager li:nth-child(3) a {
    padding-left: 68px;
  }
  .interview_pager li:nth-child(3) a em {
    font-size: 16;
    line-height: 48px;
  }
  .interview_pager li:nth-child(3) a span {
    display: none;
  }
}
/*----------------------------------------------------- */
/*  guidebook           */
/*----------------------------------------------------- */
.guidebook {
  padding: 80px 0 200px;
}
.guidebook .sec_btn_list {
  margin: 100px auto;
}

.guidebook_link {
  display: block;
  color: #1A5CB3;
  text-decoration: underline;
  text-align: right;
  padding-right: 25px;
  background: url(../img/common/ico_arrow_06.png) right center no-repeat;
  background-size: 14px;
  margin-bottom: 40px;
}

.guidebook_link01 {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.guidebook_link01 li + li {
  margin-top: 10px;
}
.guidebook_link01 a {
  color: #1A5CB3;
  text-decoration: underline;
}

.guidebook_note {
  font-size: 14px;
  margin-top: 10px;
}

.guidebook_link02 {
  font-size: 14px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.guidebook_link02 li + li {
  margin-top: 10px;
}
.guidebook_link02 a {
  color: #1A5CB3;
  text-decoration: underline;
}

.guidebook_sec + .guidebook_sec {
  margin-top: 100px;
}

.guidebook_sec .guide_name {
  color: #008D3C;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 5px solid #008D3C;
}
.guidebook_sec .guidebook_table + .guide_name {
  margin-top: 30px;
}
.guidebook_sec .guidebook_table {
  width: guidebook_table 100%;
}
.guidebook_sec .guidebook_table thead th {
  text-align: center !important;
}
.guidebook_sec .guidebook_table tbody th {
  text-indent: 0;
  padding: 26px 30px;
}

.guidebook_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.guidebook_wrap .pic {
  border-radius: 8px;
  width: 300px;
  margin-right: 40px;
}
.guidebook_wrap .pic img {
  border-radius: 8px;
}
.guidebook_wrap .txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.guidebook_wrap .txt p {
  margin-bottom: 15px;
}
.guidebook_wrap .txt ul {
  margin-left: 1em;
  text-indent: -1em;
}
.guidebook_wrap .txt ul li + li {
  margin-top: 10px;
}

.guidebook_table thead th {
  background: #008D3C;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px;
  border: 1px solid #E5F4EF;
}
.guidebook_table thead th:nth-of-type(1) {
  text-align: left;
}
.guidebook_table tbody th {
  padding-left: 1em;
  background: #E5F4EF;
  vertical-align: top;
  font-weight: 700;
  color: #008D3C;
  padding: 26px 30px 26px 40px;
  border-bottom: 1px solid #008D3C;
  text-indent: -1.6em;
}
.guidebook_table tbody .del {
  text-decoration: line-through;
}
.guidebook_table tbody .adj {
  border-right: 1px solid #008D3C;
}
.guidebook_table tbody .noborder {
  border-bottom: none;
}
.guidebook_table tbody th:nth-of-type(1) {
  width: 23%;
}
.guidebook_table tbody th:nth-of-type(2) {
  width: 25%;
}
.guidebook_table tbody td {
  width: 52%;
  padding: 26px 30px;
  border-bottom: 1px solid #E9E9E9;
}
.guidebook_table tbody td ul {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.guidebook_table tbody td ol {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.guidebook_table tbody td .txt_link {
  margin-top: 15px;
}
.guidebook_table tbody td .txt_link a {
  text-decoration: underline;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  color: #008D3C !important;
}
.guidebook_table tbody td .txt_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.guidebook_table tbody td .txt_link a::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_arrow_02.png) right 5% center no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.guidebook_table + .guidebook_wrap {
  margin-top: 100px;
}

.guidebook_txt {
  line-height: 2;
}
.guidebook_txt em {
  font-weight: 700;
}

.guidebook_txt + .guidebook_txt {
  margin-top: 30px;
}

.guidebook_box {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 0 3.3% 60px;
  margin-top: 60px;
  position: relative;
}
.guidebook_box::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}
.guidebook_box::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -1px;
  width: 3px;
  height: 80%;
  background: #fff;
}
.guidebook_box h3 {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
.guidebook_box h3 span {
  font-weight: 600;
  font-size: 24px;
  background: #fff;
  padding: 0 30px;
}
.guidebook_box h4 {
  text-align: center;
  color: #F00400;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.guidebook_box p {
  line-height: 2;
  margin-bottom: 15px;
}
.guidebook_box .note {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.guidebook_list {
  border-bottom: 1px solid #ccc;
}
.guidebook_list dt {
  border-top: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 35px 0;
}
.guidebook_list dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.guidebook_list dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -7px;
  width: 2px;
  height: 15px;
  background: #008D3C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.guidebook_list dt.is-active::before {
  display: none;
}
.guidebook_list dt.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.guidebook_list dd {
  display: none;
  padding: 0 0 35px;
}
.guidebook_list dd .sec_btn {
  max-width: 360px;
  margin: 0;
}
.guidebook_list dd .sec_btn a {
  background: url(../img/common/ico_dl_02.png) right 5% center no-repeat;
  background-size: 16px;
}
.guidebook_list dd .sec_btn a:hover {
  background: url(../img/common/ico_dl_01.png) right 5% center no-repeat #008D3C;
  background-size: 16px;
}
.guidebook_list dd p {
  font-weight: 600;
}
.guidebook_list dd ul {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
}
.guidebook_list dd ul li + li {
  margin-top: 10px;
}
.guidebook_list dd ul.nolist {
  margin-left: 0;
  text-indent: 0;
}
.guidebook_list dd p + ul {
  margin-top: 10px;
}
.guidebook_list dd .dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guidebook_list dd .dl_list li {
  width: 24%;
}
.guidebook_list dd .dl_list li + li {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .guidebook {
    padding: 40px 0 120px;
  }
  .guidebook .sec_btn_list {
    margin: 80px auto;
  }
  .guidebook_link {
    font-size: 16px;
  }
  .guidebook_sec + .guidebook_sec {
    margin-top: 80px;
  }
  .guidebook_wrap {
    display: block;
    margin-bottom: 40px;
  }
  .guidebook_wrap .pic {
    width: 64%;
    margin: 0 auto 30px;
  }
  .guidebook_wrap .txt h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .guidebook_wrap .txt p {
    font-size: 16px;
  }
  .guidebook_wrap .txt ul {
    font-size: 16px;
  }
  .guidebook_table {
    font-size: 14px;
  }
  .guidebook_table thead th {
    padding: 10px;
  }
  .guidebook_table thead th:nth-of-type(1) {
    text-align: center;
  }
  .guidebook_table tbody th {
    padding: 15px 10px 15px 35px;
    text-indent: -1.6em;
  }
  .guidebook_table tbody th:nth-of-type(1) {
    width: 32%;
  }
  .guidebook_table tbody th:nth-of-type(1).adj {
    width: 100%;
  }
  .guidebook_table tbody td {
    width: 68%;
    padding: 15px 10px;
  }
  .guidebook_table tbody .noborder_sp th {
    border-bottom: none;
  }
  .guidebook_table tbody .noborder_sp td {
    border-bottom: none;
  }
  .guidebook_sec .guide_name {
    color: #008D3C;
    font-size: 16px;
  }
  .guidebook_sec .guidebook_table + .guide_name {
    margin-top: 30px;
  }
  .guidebook_sec .guidebook_table thead.sp_only {
    display: contents;
  }
  .guidebook_sec .guidebook_table tbody th {
    padding: 15px 10px 15px 10px;
  }
  .guidebook_table + .guidebook_wrap {
    margin-top: 80px;
  }
  .guidebook_txt {
    font-size: 16px;
  }
  .guidebook_txt + .guidebook_txt {
    margin-top: 30px;
  }
  .guidebook_box {
    padding: 0 3% 40px;
    margin-top: 50px;
  }
  .guidebook_box::before {
    top: 5%;
    height: 90%;
  }
  .guidebook_box::after {
    top: 5%;
    height: 90%;
  }
  .guidebook_box h3 {
    margin-top: -15px;
    margin-bottom: 50px;
  }
  .guidebook_box h3 span {
    font-size: 16px;
    padding: 0 20px;
  }
  .guidebook_box h4 {
    text-align: left;
    font-size: 16px;
  }
  .guidebook_box p {
    font-size: 16px;
  }
  .guidebook_box .note {
    font-size: 12px;
  }
  .guidebook_list dt {
    font-size: 16px;
    padding: 25px 0;
  }
  .guidebook_list dd .sec_btn {
    max-width: 100%;
  }
  .guidebook_list dd p {
    font-size: 16px;
  }
  .guidebook_list dd ul {
    font-size: 14px;
  }
  .guidebook_list dd ul li + li {
    margin-top: 5px;
  }
  .guidebook_list dd .dl_list {
    display: block;
  }
  .guidebook_list dd .dl_list li {
    width: 100%;
  }
  .guidebook_list dd .dl_list li + li {
    margin-top: 20px;
  }
}
/*----------------------------------------------------- */
/*  seminar           */
/*----------------------------------------------------- */
.seminar {
  padding: 80px 0 100px;
}
.seminar .sec_btn_list {
  margin: 60px auto 100px;
}

.seminar_intro {
  line-height: 2;
}

.seminar_table {
  width: 100%;
}
.seminar_table th {
  background: #E5F4EF;
  padding: 26px 30px;
  text-align: left;
  color: #009C42;
  font-weight: 700;
  border-bottom: 1px solid #009C42;
  width: 20%;
  vertical-align: top;
}
.seminar_table td {
  padding: 26px 30px;
  border: 1px solid #E9E9E9;
  width: 80%;
}
.seminar_table td h4 {
  font-weight: 600;
}
.seminar_table td ul {
  margin-left: 1em;
  text-indent: -1em;
}
.seminar_table td ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.seminar_table td h4 + ul,
.seminar_table td ul + h4,
.seminar_table td ul + p,
.seminar_table td ul + ul,
.seminar_table td p + ul {
  margin-top: 5px;
}
.seminar_table td span {
  font-size: 14px;
  color: #666666;
}
.seminar_table td em {
  display: block;
  color: #F00400;
  font-weight: 600;
  margin-bottom: 5px;
}
.seminar_table td a {
  color: #1A5CB3;
  text-decoration: underline;
}

.seminar_table + .sec_ttl {
  margin-top: 100px;
}

.seminar_txt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.seminar_note {
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
  margin-left: 1em;
  text-indent: -1em;
}

.seminar_txt02 {
  line-height: 2;
  margin-bottom: 40px;
}
.seminar_txt02 em {
  font-weight: 600;
}

.seminar_note02 {
  margin-bottom: 60px;
}
.seminar_note02 span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  margin-left: 1em;
  text-indent: -1em;
}

.seminar_voice {
  border: 1px solid #009C42;
  border-radius: 10px;
  background: #E5F4EF;
  padding: 50px 40px 30px;
  margin-bottom: 100px;
}
.seminar_voice h2 {
  text-align: center;
  color: #008D3C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.seminar_voice h2 span {
  padding: 0 35px;
  position: relative;
}
.seminar_voice h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 29px;
  background: url(../img/common/bg_ttl_01.png) no-repeat;
  background-size: contain;
}
.seminar_voice h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 29px;
  background: url(../img/common/bg_ttl_02.png) no-repeat;
  background-size: contain;
}

.seminar_voice_list {
  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;
}
.seminar_voice_list li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.seminar_voice_list li .pic {
  width: 14%;
}
.seminar_voice_list li .txt {
  width: 79%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.seminar_voice_list li .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 15px solid #fff;
}

.seminar_tab_group .tab_wrap {
  max-width: 90%;
  margin: 0 auto;
}
.seminar_tab_group .tab {
  width: 23%;
}
.seminar_tab_group .tab a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  min-height: 100px;
}
.seminar_tab_group .select_wrap {
  display: none;
}

.seminar_table02 {
  width: 100%;
}
.seminar_table02 th {
  background: #E5F4EF;
  vertical-align: top;
  padding: 26px 30px;
  border-bottom: 1px solid #008D3C;
}
.seminar_table02 th p {
  font-weight: 700;
  color: #008D3C;
}
.seminar_table02 th .time {
  font-size: 14px;
  display: inline-block;
  padding-left: 22px;
  background: url(../img/common/ico_time.png) left center no-repeat;
  background-size: 16px;
  margin-right: 15px;
}
.seminar_table02 th .test {
  font-size: 14px;
  display: inline-block;
  padding-left: 22px;
  background: url(../img/common/ico_test.png) left center no-repeat;
  background-size: 16px;
}
.seminar_table02 .adj {
  border-right: 1px solid #008D3C;
}
.seminar_table02 th:nth-of-type(1) {
  width: 23%;
}
.seminar_table02 th:nth-of-type(2) {
  width: 27%;
}
.seminar_table02 td {
  width: 50%;
  padding: 26px 30px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.seminar_table02 td ul {
  margin-left: 1em;
  text-indent: -1em;
}
.seminar_table02 td ol {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.seminar .sec_btn_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .seminar {
    padding: 40px 0;
  }
  .seminar .sec_btn_list {
    margin: 40px auto 80px;
  }
  .seminar_table th {
    padding: 15px 10px;
    width: 27%;
  }
  .seminar_table td {
    padding: 15px 10px;
    width: 73%;
  }
  .seminar_table + .sec_ttl {
    margin-top: 80px;
  }
  .seminar_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .seminar_voice {
    padding: 30px 20px 30px;
    margin-bottom: 80px;
  }
  .seminar_voice h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .seminar_voice h2 span {
    padding: 0 25px;
    position: relative;
  }
  .seminar_voice h2 span::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 15px;
    height: 29px;
    background: url(../img/common/bg_ttl_01.png) no-repeat;
    background-size: contain;
  }
  .seminar_voice h2 span::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 15px;
    height: 29px;
    background: url(../img/common/bg_ttl_02.png) no-repeat;
    background-size: contain;
  }
  .seminar_voice_list {
    display: block;
  }
  .seminar_voice_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .seminar_voice_list li .txt {
    padding: 12px;
    position: relative;
  }
  .seminar_voice_list li .txt::before {
    left: -23px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 13px solid #fff;
  }
  .seminar_voice_list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .seminar_voice_list li:nth-child(even) .txt {
    padding: 12px;
    position: relative;
  }
  .seminar_voice_list li:nth-child(even) .txt::before {
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 13px solid #fff;
  }
  .seminar_tab_group .tab_wrap {
    display: none;
  }
  .seminar_tab_group .select_wrap {
    display: block;
    overflow: hidden;
    width: 90%;
    position: relative;
    border: 1px solid #b1b1b1;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 15px;
  }
  .seminar_tab_group .select_wrap::before {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 9px);
    width: 11px;
    height: 19px;
    background: url(../img/common/ico_select.png) no-repeat;
    background-size: contain;
  }
  .seminar_tab_group .select_wrap select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    padding: 18px 40px 18px 20px;
    font-weight: 600;
  }
  .seminar_tab_group .select_wrap select::-ms-expand {
    display: none;
  }
  .seminar_tab_group .panel {
    padding: 30px 5% 20px;
  }
  .seminar_table02 thead th {
    border: 1px solid #E9E9E9;
    background: #009C42;
    text-align: center;
    border: 1px solid #009C42;
    padding: 10px;
  }
  .seminar_table02 thead th p {
    color: #fff;
  }
  .seminar_table02 tbody th:nth-of-type(1) {
    width: 32%;
  }
  .seminar_table02 tbody th {
    padding: 15px 10px;
    width: 32%;
  }
  .seminar_table02 tbody th .time {
    font-size: 12px;
    display: inline-block;
    padding-left: 22px;
    background: url(../img/common/ico_time.png) left center no-repeat;
    background-size: 16px;
    margin: 0 0 5px 0;
  }
  .seminar_table02 tbody th .test {
    display: inline-block;
    line-height: 1.4;
    font-size: 12px;
    padding-left: 22px;
    background: url(../img/common/ico_test.png) left center no-repeat;
    background-size: 16px;
  }
  .seminar_table02 tbody td {
    padding: 15px 10px;
    width: 68%;
  }
}
/*----------------------------------------------------- */
/*  passed           */
/*----------------------------------------------------- */
.passed {
  padding: 80px 0 200px;
}

.passed_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.passed_wrap .txt {
  width: 50%;
}
.passed_wrap .txt p {
  margin-bottom: 40px;
}
.passed_wrap .txt .sec_btn {
  max-width: 422px;
  margin: 0;
}
.passed_wrap .txt .sec_btn a {
  background: url(../img/common/ico_exlink_02.png) right 5% center no-repeat;
  background-size: 16px;
}
.passed_wrap .txt .sec_btn a:hover {
  background: url(../img/common/ico_exlink_01.png) right 5% center no-repeat #008D3C;
  background-size: 16px;
}
.passed_wrap .pic {
  width: 45%;
  aspect-ratio: 540/405;
  background: url(../img/common/bg_pic.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 85px;
}
.passed_wrap .pic img {
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.passed_table {
  width: 100%;
  margin: 40px 0 100px;
}
.passed_table thead th {
  background: #008D3C;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px;
  border: 1px solid #E5F4EF;
}
.passed_table tbody th {
  width: 20%;
  background: #E5F4EF;
  vertical-align: top;
  font-weight: 700;
  color: #008D3C;
  padding: 26px 30px;
  border-bottom: 1px solid #008D3C;
}
.passed_table tbody .adj {
  border-right: 1px solid #008D3C;
}
.passed_table tbody td:nth-of-type(1) {
  border-right: 1px solid #E9E9E9;
}
.passed_table tbody td {
  width: 40%;
  padding: 26px 30px;
  border-bottom: 1px solid #E9E9E9;
}
.passed_table tbody td ul {
  margin-left: 1em;
  text-indent: -1em;
}
.passed_table tbody .noborder_sp th {
  border-bottom: none;
}
.passed_table tbody .noborder_sp td {
  border-bottom: none;
}

.passed_list {
  max-width: 690px;
  margin: 40px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.passed_list li {
  width: 47%;
}
.passed_list li .logo {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.passed_list li .logo img {
  max-width: 143px;
}
.passed_list li p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.passed_list li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.passed_list li .wrap .sec_btn {
  width: 46%;
  margin: 0;
}
.passed_list li .wrap .sec_btn a {
  padding: 17px 30% 17px 0;
  background: url(../img/common/ico_dl_02.png) right 10% center no-repeat;
  background-size: 16px;
}
.passed_list li .wrap .sec_btn a::after {
  right: 30%;
}
.passed_list li .wrap .sec_btn a:hover {
  background: url(../img/common/ico_dl_01.png) right 10% center no-repeat #008D3C;
  background-size: 16px;
}

@media screen and (max-width: 767px) {
  .passed {
    padding: 40px 0 120px;
  }
  .passed_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .passed_wrap .txt {
    width: 100%;
  }
  .passed_wrap .txt p {
    margin-bottom: 30px;
  }
  .passed_wrap .txt .sec_btn a {
    text-align: left;
    line-height: 1.4;
    padding: 8px 0 8px 20px;
  }
  .passed_wrap .pic {
    width: 100%;
    border-radius: 6px;
    padding: 45px;
    margin-bottom: 30px;
  }
  .passed_table {
    margin: 30px 0 80px;
  }
  .passed_table thead th {
    padding: 10px;
  }
  .passed_table thead th:nth-of-type(1) {
    text-align: center;
  }
  .passed_table tbody th {
    padding: 15px 10px;
  }
  .passed_table tbody th:nth-of-type(1) {
    width: 32%;
  }
  .passed_table tbody td {
    width: 68%;
    padding: 15px 10px;
  }
  .passed_list {
    margin: 30px auto 100px;
    display: block;
  }
  .passed_list li + li {
    margin-top: 80px;
  }
  .passed_list li {
    width: 100%;
  }
  .passed_list li .logo img {
    max-width: 39vw;
  }
  .passed_list li .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .passed_list li .wrap .sec_btn {
    width: 46%;
  }
  .passed_list li .wrap .sec_btn a {
    padding: 17px 30% 17px 0;
    background: url(../img/common/ico_dl_02.png) right 10% center no-repeat;
    background-size: 16px;
  }
  .passed_list li .wrap .sec_btn a::after {
    right: 30%;
  }
  .passed_list li .wrap .sec_btn a:hover {
    background: url(../img/common/ico_dl_01.png) right 10% center no-repeat #008D3C;
    background-size: 16px;
  }
}