@charset "Shift_JIS";
/* Updated 2022/12/12.T */
/*=============================================
/	Common CSS Mailannai
/=============================================*/

.card-normal01._no_border {
  border: none !important;
}
.card-normal01.card-subtle >.inner>.body {
  padding: 0;
}
.card-subtle {
  position: relative;
  box-shadow: 0px 8px 10px rgba(20, 29, 29, 0.08), 0px 0px 4px rgba(20, 29, 29, 0.05);
}
.card-subtle:hover {
  background: #F5F5F5;
}
.card-subtle .icon-link01:hover {
  text-decoration: none !important;
}
.icon-link01.-bottom.-right:not([class*=btn-type])>.inner::after {
  left: unset;
  right: -22px;
}
.icon-link01.-right>.inner::after {
  left: unset;
  right: -22px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-link01.-bottom.-right:not([class*=btn-type])>.inner::after {
    left: inherit;
    right: -22px;
  }
  .icon-link01.-right>.inner::after {
    left: inherit;
    right: -22px;
  }
}
.card-subtle .icon-link01 {
  padding: 23px 28px;
}
.card-subtle .icon-link01 > span.inner {
  position: relative;
}
.card-normal01.card_style01>.inner>.body:not(:first-child)::before {
  width: 100%;
}
.toggle-block01.card-normal01.card_style01>.inner>.header[role=tab]::after {
  right: 12px;
}
.card-header {
  padding: 0 !important;
}
.card-header h2{
  padding: 16px;
  display: block;
}
._min-w-auto {
  min-width: auto !important;
}
.card-normal01.card-green {
  background: #F5F9E6;
}
/* title_decor01 */
.title_decor01 > span {
  font-size: 24px;
  position: relative;
}
.title_decor01 > span:before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #004831;
  left: -30px;
  top: 50%;
  position: absolute;
  transform: rotate(45deg);
}
.title_decor01 > span:after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: #004831;
  right: -25px;
  top: 50%;
  position: absolute;
  transform: rotate(-45deg);
}
.title_decor01 > span {
  font-size: 24px;
  position: relative;
}
/* btn01 */
.panel-btn01 {
  margin-top: 30px;
  border-top: 1px solid #D5DEDB;
}
.panel-btn01 a {
  display: block;
  padding: 16px;
  text-decoration: none;
}
.panel-btn01 a:hover {
  text-decoration: underline;
}
/* card_style01 */
.card-normal01.card_style01>.inner>.body {
  position: relative;
  padding: 18px 0 0;
}
.card-normal01.card_style01 .header {
  padding: 16px;
  line-height: 0.8;
}
.card-normal01.card_style01>.inner>.body ._inner-molecule {
  padding: 0 44px;
}
/* new_heading01 */
.new_heading01 > span {
  position: relative;
}
.new_heading01 > span:before {
  display: block;
  position: absolute;
  top: 0;
  left: -20px ;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url("/kojin/mailannai/imgs/cmn_ico_new.png") center no-repeat;
  content: "";
  background-size: 100% auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* guide-card */
.guide-card {
  background: #FFFCF2;
  border-radius: 8px;
  border: none;
  padding: 22px 16px 16px;
}
.guide-card .guide_ttl {
  font-size: 16px;
  text-align: center;
  color: #003927;
  margin-bottom: 13px;
}
.guide-card .guide_img  {
  text-align: center;
}
.guide-layout div:nth-child(1) .guide-card .guide_img img {
  width: 62.6%;
}
.guide-layout div:nth-child(2) .guide-card .guide_img img {
  width: 53.5%;
}
.guide-layout div:nth-child(3) .guide-card .guide_img img {
  width: 58.1%;
}
.guide-layout div:nth-child(2) .guide-card .guide_ttl {
  margin-bottom: 21px;
}
.guide-layout div:nth-child(1) .guide-card .guide_img {
  margin-bottom: 30px;
}
.guide-layout div:nth-child(2) .guide-card .guide_img {
  margin-bottom: 21px;
}
.guide-layout div:nth-child(3) .guide-card .guide_img {
  margin-bottom: 5px;
}
.guide-layout .guide-card .guide_text {
  font-size: 14px;
  color: #141D1D;
}
.guide-layout .guide-card .annotation_text {
  font-size: 12px;
  margin-top: 10px;
}
.flow-list .flow_detail {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .flow-list {
    justify-content: space-between;
  }
  .flow-list > .col_inner {
    width: calc((100% - 88px) / 2);
    margin-right: 44px;
    position: relative;
  }
  .flow-list > .col_inner:nth-child(odd):after {
    content: "";
    position: absolute;
    right: -44px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D5DEDB;
  }
  .flow-list > .col_inner:nth-of-type(2n) {
    margin: 0 0 0 44px;
  }
}
@media screen and (max-width: 767px) {
  .card-subtle-shadow {
    box-shadow: 0px 4px 6px rgba(20, 29, 29, 0.08), 0px 0px 4px rgba(20, 29, 29, 0.05);
  }
  .title_decor01 > span {
    width: 70vw;
    display: block;
    margin: 0 auto;
  }
  .new_heading01 > span {
    padding-left: 40px;
  }
  .new_heading01 > span:before {
    left: 20px;
  }
  ._sp-a-itemCenter {
    align-items: center;
  }
  .label-mark02.-green01 {
    min-width: 5em !important;
  }
  .icon-link01.-bottom.-right:not([class*=btn-type])>.inner::after {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .card-normal01.card-subtle >.inner>.body {
    padding: 16px;
  }
  .flow-list > .col_inner {
    position: relative;
  }
  .flow-list > .col_inner:nth-child(odd) {
      margin-bottom: 24px;
  }
  .flow-list > .col_inner:nth-child(odd):after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background-color: #D5DEDB;
    left: 0;
  }
  .card-normal01.card_style01>.inner>.body ._inner-molecule {
    padding: 0 18px;
  }
  .card-subtle .icon-link01 {
    padding: 0;
  }
}