@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/*　レッド　*/
/*　ブラウン　*/
/*　キャメル　*/
/*　グリーン　*/
.secondHead .en {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  font-weight: 800;
  color: #e83220;
  display: block;
  text-align: center;
}

.select_wrap ul {
  display: flex;
  justify-content: flex-end;
}
.select_wrap ul li label {
  cursor: pointer;
}
.select_wrap ul li input {
  margin-right: 7px;
  position: relative;
  accent-color: #e83220;
  inline-size: 1.1rem;
  block-size: 1.1rem;
  vertical-align: middle;
  top: 1px;
}
.select_wrap ul li span {
  vertical-align: middle;
}

.soudanList .soudan_item {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  color: #000;
  position: relative;
}
.soudanList .soudan_item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  opacity: 0.75;
}
.soudanList .soudan_item:first-of-type {
  margin-top: 0;
}
.soudanList .soudan_item.seiritsu:after {
  display: none;
}
.soudanList .soudan_item.disabled {
  display: none;
}
.soudanList .soudan_item .soudan_head .icon.icon1 {
  background: url("/.assets/soudan_icon1.webp") no-repeat center center;
  background-size: contain;
}
.soudanList .soudan_item .soudan_head .icon.icon2 {
  background: url("/.assets/soudan_icon2.webp") no-repeat center center;
  background-size: contain;
}
.soudanList .soudan_item .soudan_head .icon.icon3 {
  background: url("/.assets/soudan_icon3.webp") no-repeat center center;
  background-size: contain;
}
.soudanList .soudan_item .soudan_head .right_wrap .num {
  font-weight: bold;
  color: #e83220;
}
.soudanList .soudan_item .soudan_head .right_wrap .title {
  font-weight: bold;
  line-height: 1.4;
}
.soudanList .soudan_item .soudan_head .right_wrap .day_tag {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.soudanList .soudan_item .soudan_head .right_wrap .day_tag .day {
  color: #666;
  padding-top: 5px;
}
.soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags {
  flex: 1;
  padding-left: 20px;
}
.soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags li {
  display: inline-block;
  background: #ddd;
  color: #666;
  margin-right: 5px;
}
.soudanList .soudan_item .soudan_body p {
  line-height: 1.5;
}
.soudanList .soudan_item .tag2 {
  color: #666;
  background: url("/.assets/tag.webp") no-repeat 0 2px;
  background-size: 16px 16px;
  padding-left: 23px;
  line-height: 1.3;
}
.soudanList .soudan_item .link {
  color: #e83220;
  text-align: right;
}
.soudanList .soudan_item .link span {
  display: block;
  background: url("/.assets/icon_arrow01.svg") no-repeat right center;
  color: #e83220;
  text-decoration: none;
}

#pankuzu {
  padding-bottom: 20px;
}
#pankuzu ul {
  text-align: center;
}
#pankuzu ul li {
  display: inline-block;
  position: relative;
}
#pankuzu ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #e83220;
  position: absolute;
}
#pankuzu ul li a {
  color: #000;
}
#pankuzu ul li a:hover {
  text-decoration: underline;
}
#pankuzu ul li:first-child {
  padding-left: 0;
}
#pankuzu ul li:first-child:before {
  display: none;
}

.soudanEntry .soudanHead {
  margin-bottom: 25px;
}
.soudanEntry .soudanHead .num {
  position: relative;
  color: #e83220;
  font-weight: bold;
}
.soudanEntry .soudanHead .num:before {
  content: "";
  display: block;
  background: #e83220;
  position: absolute;
}
.soudanEntry .soudanHead .h1 {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.soudanEntry .soudanHead .h1:before {
  content: "";
  border-radius: 50%;
}
.soudanEntry .soudanHead .h1.icon1:before {
  background: url("/.assets/soudan_icon1.webp") no-repeat center center;
  background-size: contain;
}
.soudanEntry .soudanHead .h1.icon2:before {
  background: url("/.assets/soudan_icon2.webp") no-repeat center center;
  background-size: contain;
}
.soudanEntry .soudanHead .h1.icon3:before {
  background: url("/.assets/soudan_icon3.webp") no-repeat center center;
  background-size: contain;
}
.soudanEntry .soudanHead .h1 span {
  flex: 1;
}
.soudanEntry .day {
  text-align: right;
  color: #e83220;
}
.soudanEntry .soudanBody {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.soudanEntry .soudanBody .sb_head {
  display: flex;
  justify-content: space-between;
}
.soudanEntry .soudanBody .sb_head .left {
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
  flex: 1;
}
.soudanEntry .soudanBody .sb_head .left dl {
  display: flex;
  justify-content: flex-start;
  padding: 5px 0;
}
.soudanEntry .soudanBody .sb_head .left dl dt {
  color: #e83220;
  border-right: 1px solid #d7d8d9;
  text-align: left;
}
.soudanEntry .soudanBody .sb_head .left dl dd {
  font-weight: bold;
  text-align: left;
}
.soudanEntry .soudanBody .sb_head .mark {
  margin-left: 20px;
}
.soudanEntry .soudanBody .sb_body dl {
  border-top: 1px solid #d7d8d9;
  padding-top: 15px;
}
.soudanEntry .soudanBody .sb_body dl:first-of-type {
  border-top: none;
}
.soudanEntry .soudanBody .sb_body dl dt {
  color: #e83220;
}
.soudanEntry .soudanBody .sb_body dl dd {
  line-height: 1.7;
}
.soudanEntry .soudanBody .btnWrao {
  background: #f0f1f2;
}
.soudanEntry .soudanBody .btnWrao p {
  text-align: center;
  line-height: 1.5;
}
.soudanEntry .soudanBody .btnWrao .btn a {
  display: block;
  margin: 0 auto;
  background: #e83220;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.soudanEntry .soudanBody .btnWrao .btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
}
.soudanEntry .soudanBody .btnWrao .btn a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
}
.soudanEntry .modoru {
  margin-top: 20px;
}
.soudanEntry .modoru a {
  display: inline-block;
  position: relative;
  padding-top: 6px;
}
.soudanEntry .modoru a:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #e83220;
  position: absolute;
  left: 0;
  top: 0;
}
.soudanEntry .modoru a:after {
  content: "";
  display: block;
  transform: scale(-1, 1);
  position: absolute;
}
.soudanEntry .modoru a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.commonEntry {
  line-height: 1.7;
}
.commonEntry h1 {
  position: relative;
  line-height: 1.5;
}
.commonEntry h1:before {
  content: "";
  display: block;
  background: #e83220;
  position: absolute;
  left: 0;
  top: 0;
}
.commonEntry h2 {
  border-bottom: 1px solid #666;
}
.commonEntry h3 {
  color: #e83220;
}
.commonEntry h4 {
  position: relative;
}
.commonEntry h4:before {
  content: "";
  display: block;
  background: #e83220;
  position: absolute;
  left: 0;
}
/* .commonEntry a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.commonEntry a:hover {
  text-decoration: none;
} */
.commonEntry .bt_next {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  padding-top: 1px;
}
.commonEntry .bt_next:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.commonEntry .bt_next:hover {
  text-decoration: underline;
}
.commonEntry .bt_back {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  padding-top: 1px;
}
.commonEntry .bt_back:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #e83220;
  position: absolute;
  left: 0;
  top: 0;
}
.commonEntry .bt_back:after {
  content: "";
  display: block;
  transform: scale(-1, 1);
  position: absolute;
}
.commonEntry .bt_back:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body.second .main {
    padding-top: 85px;
  }
  .secondHead {
    width: 90%;
    margin: 0 auto 45px;
  }
  .secondHead .topTxt {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
  .secondHead .h1 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
  }
  .secondHead .en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
  }
  .secondWrap {
    margin: 0 auto;
  }
  .select_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .select_wrap ul {
    display: flex;
    justify-content: flex-end;
  }
  .select_wrap ul li {
    margin-left: 12px;
    font-size: 14px;
  }
  .select_wrap ul li label {
    cursor: pointer;
  }
  .select_wrap ul li input {
    margin-right: 7px;
    position: relative;
    accent-color: #e83220;
    inline-size: 1.1rem;
    block-size: 1.1rem;
    vertical-align: middle;
    top: 1px;
  }
  .select_wrap ul li span {
    vertical-align: middle;
  }
  .soudanList {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .soudanList .soudan_item {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    color: #000;
    position: relative;
    padding: 20px;
  }
  .soudanList .soudan_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    opacity: 0.75;
  }
  .soudanList .soudan_item:first-of-type {
    margin-top: 0;
  }
  .soudanList .soudan_item:after {
    content: "";
    background: url("/.assets/uketsuke.webp") no-repeat 0 0;
    position: absolute;
    width: 65px;
    height: 65px;
    background-size: 65px;
    right: -15px;
    top: -30px;
  }
  .soudanList .soudan_item.seiritsu {
    background: url("/.assets/seiritsu.webp") no-repeat right top #f0f1f2;
    box-shadow: none;
    background-size: 100px auto;
  }
  .soudanList .soudan_item.seiritsu:after {
    display: none;
  }
  .soudanList .soudan_item.disabled {
    display: none;
  }
  .soudanList .soudan_item .soudan_head .icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border-bottom: 2px solid #fff;
  }
  .soudanList .soudan_item .soudan_head .icon.icon1 {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon2 {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon3 {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .right_wrap {
    flex-basis: calc(100% - 100px);
    position: relative;
    margin-top: -60px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .num {
    font-weight: bold;
    color: #e83220;
    padding-left: 80px;
    font-size: 12px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .title {
    font-weight: bold;
    line-height: 1.4;
    padding-left: 80px;
    font-size: 17px;
    margin-top: 5px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .day {
    color: #666;
    padding-top: 5px;
    font-size: 12px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags {
    flex: 1;
    padding-left: 20px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags li {
    display: inline-block;
    background: #ddd;
    color: #666;
    margin-right: 5px;
    padding: 3px 10px 5px;
    font-size: 12px;
  }
  .soudanList .soudan_item .soudan_body {
    margin-top: 15px;
  }
  .soudanList .soudan_item .soudan_body p {
    line-height: 1.5;
    font-size: 13px;
  }
  .soudanList .soudan_item .tag2 {
    color: #666;
    background: url("/.assets/tag.webp") no-repeat 0 2px;
    background-size: 16px 16px;
    padding-left: 23px;
    line-height: 1.3;
    font-size: 12px;
    margin-top: 15px;
  }
  .soudanList .soudan_item .link {
    color: #e83220;
    text-align: right;
    font-size: 13px;
  }
  .soudanList .soudan_item .link span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat right center;
    color: #e83220;
    text-decoration: none;
    background-size: 15px auto;
    padding-right: 20px;
    margin-top: 10px;
  }
  #pankuzu {
    padding-bottom: 20px;
    padding-bottom: 0px;
    font-size: 13px;
    width: 90%;
    margin: 80px auto 0;
    line-height: 1.5;
  }
  #pankuzu ul {
    text-align: center;
  }
  #pankuzu ul li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-right: 5px;
  }
  #pankuzu ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #e83220;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #pankuzu ul li a {
    color: #000;
  }
  #pankuzu ul li a:hover {
    text-decoration: underline;
  }
  #pankuzu ul li:first-child {
    padding-left: 0;
  }
  #pankuzu ul li:first-child:before {
    display: none;
  }
  .soudanEntry {
    width: 90%;
    margin: 0 auto;
  }
  .soudanEntry .soudanHead {
    margin-bottom: 25px;
  }
  .soudanEntry .soudanHead .num {
    position: relative;
    color: #e83220;
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
  }
  .soudanEntry .soudanHead .num:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 6px;
  }
  .soudanEntry .soudanHead .h1 {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-top: 25px;
  }
  .soudanEntry .soudanHead .h1:before {
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
  .soudanEntry .soudanHead .h1.icon1:before {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon2:before {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon3:before {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1 span {
    flex: 1;
    padding-left: 20px;
  }
  .soudanEntry .day {
    text-align: right;
    color: #e83220;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .soudanEntry .soudanBody {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
  }
  .soudanEntry .soudanBody .sb_head {
    display: flex;
    justify-content: space-between;
  }
  .soudanEntry .soudanBody .sb_head .left {
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    flex: 1;
    padding: 5px 0;
  }
  .soudanEntry .soudanBody .sb_head .left dl {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
  }
  .soudanEntry .soudanBody .sb_head .left dl dt {
    color: #e83220;
    border-right: 1px solid #d7d8d9;
    text-align: left;
    padding: 3px 15px 3px 0;
    font-size: 11px;
  }
  .soudanEntry .soudanBody .sb_head .left dl dd {
    font-weight: bold;
    text-align: left;
    padding: 3px 15px;
    font-size: 13px;
  }
  .soudanEntry .soudanBody .sb_head .mark {
    margin-left: 20px;
    width: 60px;
    height: 60px;
  }
  .soudanEntry .soudanBody .sb_head .mark.seiritsu {
    background: url("/.assets/seiritsu_b.webp") no-repeat 0 0;
    box-shadow: none;
    background-size: 60px auto;
  }
  .soudanEntry .soudanBody .sb_head .mark.uketsuke {
    background: url("/.assets/uketsuke.webp") no-repeat 0 0;
    box-shadow: none;
    background-size: 60px auto;
  }
  .soudanEntry .soudanBody .sb_body dl {
    border-top: 1px solid #d7d8d9;
    padding-top: 15px;
  }
  .soudanEntry .soudanBody .sb_body dl:first-of-type {
    border-top: none;
  }
  .soudanEntry .soudanBody .sb_body dl dt {
    color: #e83220;
    font-size: 11px;
  }
  .soudanEntry .soudanBody .sb_body dl dd {
    line-height: 1.7;
    padding: 15px 15px 20px;
    font-size: 13px;
  }
  .soudanEntry .soudanBody .btnWrao {
    background: #f0f1f2;
    padding: 30px 15px;
  }
  .soudanEntry .soudanBody .btnWrao p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .soudanEntry .soudanBody .btnWrao .btn a {
    display: block;
    margin: 0 auto;
    background: #e83220;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    font-size: 15px;
    padding: 20px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .soudanEntry .soudanBody .btnWrao .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;
    width: 22px;
    height: 20px;
    background: url("/.assets/btn_mail.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanBody .btnWrao .btn a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
  }
  .soudanEntry .modoru {
    margin-top: 20px;
  }
  .soudanEntry .modoru a {
    display: inline-block;
    position: relative;
    padding-top: 6px;
    color: #000;
    padding-left: 35px;
  }
  .soudanEntry .modoru a:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
  }
  .soudanEntry .modoru a:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
    width: 12px;
    height: 5px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center center;
    background-size: 12px auto;
    top: 10px;
    left: 7px;
  }
  .soudanEntry .modoru a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry {
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
  }
  .commonEntry h1 {
    position: relative;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 0 0;
    margin-bottom: 30px;
  }
  .commonEntry h1:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 3px;
  }
  .commonEntry h2 {
    border-bottom: 1px solid #666;
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
  }
  .commonEntry h3 {
    color: #e83220;
    font-size: 18px;
    margin-top: 20px;
  }
  .commonEntry h4 {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 20px;
  }
  .commonEntry h4:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
    top: 12px;
    width: 13px;
    height: 2px;
  }
  .commonEntry p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* .commonEntry a {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry a:hover {
    text-decoration: none;
  } */
  .commonEntry .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    color: #000;
    padding-right: 33px;
  }
  .commonEntry .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("/.assets/icon_arrow02.svg") no-repeat 0 0;
    background-size: contain;
  }
  .commonEntry .bt_next:hover {
    text-decoration: underline;
  }
  .commonEntry .bt_back {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    color: #000;
    padding-left: 35px;
  }
  .commonEntry .bt_back:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
  }
  .commonEntry .bt_back:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
    width: 12px;
    height: 5px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center center;
    background-size: 12px auto;
    top: 10px;
    left: 7px;
  }
  .commonEntry .bt_back:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  body.second .main {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .secondHead {
    max-width: 980px;
    margin: 0 auto 60px;
  }
  .secondHead .topTxt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  .secondHead .h1 {
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
  }
  .secondHead .en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .secondWrap {
    width: 980px;
    margin: 0 auto;
  }
  .select_wrap ul {
    display: flex;
    justify-content: flex-end;
  }
  .select_wrap ul li {
    margin-left: 15px;
    font-size: 15px;
  }
  .select_wrap ul li label {
    cursor: pointer;
  }
  .select_wrap ul li input {
    margin-right: 7px;
    position: relative;
    accent-color: #e83220;
    inline-size: 1.1rem;
    block-size: 1.1rem;
    vertical-align: middle;
    top: 1px;
  }
  .select_wrap ul li span {
    vertical-align: middle;
  }
  .soudanList {
    padding-top: 40px;
  }
  .soudanList .soudan_item {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    color: #000;
    position: relative;
    padding: 40px;
  }
  .soudanList .soudan_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    opacity: 0.75;
  }
  .soudanList .soudan_item:first-of-type {
    margin-top: 0;
  }
  .soudanList .soudan_item:after {
    content: "";
    background: url("/.assets/uketsuke.webp") no-repeat 0 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: 80px;
    right: -30px;
    top: -30px;
  }
  .soudanList .soudan_item.seiritsu {
    background: url("/.assets/seiritsu.webp") no-repeat right top #f0f1f2;
    box-shadow: none;
    background-size: 200px auto;
  }
  .soudanList .soudan_item.seiritsu:after {
    display: none;
  }
  .soudanList .soudan_item.disabled {
    display: none;
  }
  .soudanList .soudan_item .soudan_head {
    display: flex;
    justify-content: space-between;
  }
  .soudanList .soudan_item .soudan_head .icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-bottom: 2px solid #fff;
  }
  .soudanList .soudan_item .soudan_head .icon.icon1 {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon2 {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon3 {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .right_wrap {
    flex-basis: calc(100% - 100px);
    padding-left: 20px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .num {
    font-weight: bold;
    color: #e83220;
    font-size: 16px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .title {
    font-weight: bold;
    line-height: 1.4;
    font-size: 26px;
    margin-top: 10px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .day {
    color: #666;
    padding-top: 5px;
    font-size: 15px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags {
    flex: 1;
    padding-left: 20px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags li {
    display: inline-block;
    background: #ddd;
    color: #666;
    margin-right: 5px;
    padding: 3px 15px 5px;
    font-size: 15px;
  }
  .soudanList .soudan_item .soudan_body {
    margin-top: 25px;
  }
  .soudanList .soudan_item .soudan_body p {
    line-height: 1.5;
    font-size: 16px;
  }
  .soudanList .soudan_item .tag2 {
    color: #666;
    background: url("/.assets/tag.webp") no-repeat 0 2px;
    background-size: 16px 16px;
    padding-left: 23px;
    line-height: 1.3;
    font-size: 15px;
    margin-top: 25px;
  }
  .soudanList .soudan_item .link {
    color: #e83220;
    text-align: right;
    font-size: 16px;
  }
  .soudanList .soudan_item .link span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat right center;
    color: #e83220;
    text-decoration: none;
    background-size: 20px auto;
    padding-right: 25px;
  }
  #pankuzu {
    padding-bottom: 20px;
    margin-top: 80px;
    font-size: 15px;
  }
  #pankuzu ul {
    text-align: center;
  }
  #pankuzu ul li {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
  }
  #pankuzu ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #e83220;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #pankuzu ul li a {
    color: #000;
  }
  #pankuzu ul li a:hover {
    text-decoration: underline;
  }
  #pankuzu ul li:first-child {
    padding-left: 0;
  }
  #pankuzu ul li:first-child:before {
    display: none;
  }
  .soudanEntry {
    width: 980px;
    margin: 0 auto;
  }
  .soudanEntry .soudanHead {
    margin-bottom: 25px;
  }
  .soudanEntry .soudanHead .num {
    position: relative;
    color: #e83220;
    font-weight: bold;
    font-size: 20px;
    padding-left: 40px;
  }
  .soudanEntry .soudanHead .num:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    height: 4px;
    width: 32px;
    left: 0;
    top: 11px;
  }
  .soudanEntry .soudanHead .h1 {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 38px;
    margin-top: 25px;
  }
  .soudanEntry .soudanHead .h1:before {
    content: "";
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  .soudanEntry .soudanHead .h1.icon1:before {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon2:before {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon3:before {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1 span {
    flex: 1;
    padding-left: 40px;
  }
  .soudanEntry .day {
    text-align: right;
    color: #e83220;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .soudanEntry .soudanBody {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 50px;
  }
  .soudanEntry .soudanBody .sb_head {
    display: flex;
    justify-content: space-between;
  }
  .soudanEntry .soudanBody .sb_head .left {
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    flex: 1;
    padding: 20px 0;
  }
  .soudanEntry .soudanBody .sb_head .left dl {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
  }
  .soudanEntry .soudanBody .sb_head .left dl dt {
    color: #e83220;
    border-right: 1px solid #d7d8d9;
    text-align: left;
    padding: 6px 20px 6px 0;
    font-size: 14px;
  }
  .soudanEntry .soudanBody .sb_head .left dl dd {
    font-weight: bold;
    text-align: left;
    padding: 6px 20px;
    font-size: 16px;
  }
  .soudanEntry .soudanBody .sb_head .mark {
    margin-left: 20px;
    width: 120px;
    height: 120px;
  }
  .soudanEntry .soudanBody .sb_head .mark.seiritsu {
    background: url("/.assets/seiritsu_b.webp") no-repeat 0 0;
    box-shadow: none;
    background-size: 120px auto;
  }
  .soudanEntry .soudanBody .sb_head .mark.uketsuke {
    background: url("/.assets/uketsuke.webp") no-repeat 0 0;
    box-shadow: none;
    background-size: 120px auto;
  }
  .soudanEntry .soudanBody .sb_body dl {
    border-top: 1px solid #d7d8d9;
    padding-top: 15px;
  }
  .soudanEntry .soudanBody .sb_body dl:first-of-type {
    border-top: none;
  }
  .soudanEntry .soudanBody .sb_body dl dt {
    color: #e83220;
    font-size: 14px;
  }
  .soudanEntry .soudanBody .sb_body dl dd {
    line-height: 1.7;
    padding: 25px 25px 30px;
    font-size: 16px;
  }
  .soudanEntry .soudanBody .btnWrao {
    background: #f0f1f2;
    padding: 50px 20px;
  }
  .soudanEntry .soudanBody .btnWrao p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .soudanEntry .soudanBody .btnWrao .btn a {
    display: block;
    margin: 0 auto;
    background: #e83220;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 300px;
    font-size: 18px;
    padding: 23px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .soudanEntry .soudanBody .btnWrao .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;
    width: 30px;
    height: 26px;
    background: url("/.assets/btn_mail.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanBody .btnWrao .btn a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
  }
  .soudanEntry .soudanBody .btnWrao .btn a:hover {
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
    transform: translate(5px, 5px);
    opacity: 0.75;
  }
  .soudanEntry .modoru {
    margin-top: 20px;
  }
  .soudanEntry .modoru a {
    display: inline-block;
    position: relative;
    padding-top: 6px;
    padding-left: 45px;
  }
  .soudanEntry .modoru a:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
  }
  .soudanEntry .modoru a:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
    width: 14px;
    height: 5px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center center;
    background-size: 14px auto;
    top: 12px;
    left: 9px;
  }
  .soudanEntry .modoru a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry {
    line-height: 1.7;
  }
  .commonEntry h1 {
    position: relative;
    line-height: 1.5;
    font-size: 42px;
    font-weight: bold;
    padding: 25px 0 0 0;
    margin-bottom: 70px;
  }
  .commonEntry h1:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 4px;
  }
  .commonEntry h2 {
    border-bottom: 1px solid #666;
    font-size: 32px;
    padding-bottom: 20px;
    margin-top: 40px;
  }
  .commonEntry h3 {
    color: #e83220;
    font-size: 26px;
    margin-top: 40px;
  }
  .commonEntry h4 {
    position: relative;
    font-size: 22px;
    padding-left: 25px;
    margin-top: 40px;
  }
  .commonEntry h4:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
    top: 18px;
    width: 17px;
    height: 5px;
  }
  .commonEntry p {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  /* .commonEntry a {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry a:hover {
    text-decoration: none;
  } */
  .commonEntry .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-right: 38px;
    font-size: 18px;
  }
  .commonEntry .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url("/.assets/icon_arrow02.svg") no-repeat 0 0;
    background-size: contain;
  }
  .commonEntry .bt_next:hover {
    text-decoration: underline;
  }
  .commonEntry .bt_back {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-left: 40px;
    font-size: 16px;
  }
  .commonEntry .bt_back:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
  }
  .commonEntry .bt_back:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
    width: 14px;
    height: 5px;
    background: url("/.assets/icon_arrow01.svg") no-repeat center center;
    background-size: 14px auto;
    top: 12px;
    left: 9px;
  }
  .commonEntry .bt_back:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  body.second .main {
    padding-top: 85px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .secondHead .en {
    font-family: "Barlow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    font-weight: 800;
    color: #e83220;
    display: block;
    text-align: center;
  }
  .secondWrap {
    width: auto;
    margin: 0 15px;
  }
  .select_wrap ul {
    display: flex;
    justify-content: flex-end;
  }
  .select_wrap ul li label {
    cursor: pointer;
  }
  .select_wrap ul li input {
    margin-right: 7px;
    position: relative;
    accent-color: #e83220;
    inline-size: 1.1rem;
    block-size: 1.1rem;
    vertical-align: middle;
    top: 1px;
  }
  .select_wrap ul li span {
    vertical-align: middle;
  }
  .soudanList .soudan_item {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    color: #000;
    position: relative;
  }
  .soudanList .soudan_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    opacity: 0.75;
  }
  .soudanList .soudan_item:first-of-type {
    margin-top: 0;
  }
  .soudanList .soudan_item.seiritsu:after {
    display: none;
  }
  .soudanList .soudan_item.disabled {
    display: none;
  }
  .soudanList .soudan_item .soudan_head .icon.icon1 {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon2 {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .icon.icon3 {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .num {
    font-weight: bold;
    color: #e83220;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .title {
    font-weight: bold;
    line-height: 1.4;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .day {
    color: #666;
    padding-top: 5px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags {
    flex: 1;
    padding-left: 20px;
  }
  .soudanList .soudan_item .soudan_head .right_wrap .day_tag .tags li {
    display: inline-block;
    background: #ddd;
    color: #666;
    margin-right: 5px;
  }
  .soudanList .soudan_item .soudan_body p {
    line-height: 1.5;
  }
  .soudanList .soudan_item .tag2 {
    color: #666;
    background: url("/.assets/tag.webp") no-repeat 0 2px;
    background-size: 16px 16px;
    padding-left: 23px;
    line-height: 1.3;
  }
  .soudanList .soudan_item .link {
    color: #e83220;
    text-align: right;
  }
  .soudanList .soudan_item .link span {
    display: block;
    background: url("/.assets/icon_arrow01.svg") no-repeat right center;
    color: #e83220;
    text-decoration: none;
  }
  #pankuzu {
    padding-bottom: 20px;
  }
  #pankuzu ul {
    text-align: center;
  }
  #pankuzu ul li {
    display: inline-block;
    position: relative;
  }
  #pankuzu ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #e83220;
    position: absolute;
  }
  #pankuzu ul li a {
    color: #000;
  }
  #pankuzu ul li a:hover {
    text-decoration: underline;
  }
  #pankuzu ul li:first-child {
    padding-left: 0;
  }
  #pankuzu ul li:first-child:before {
    display: none;
  }
  .soudanEntry {
    width: auto;
    margin: 0 15px;
  }
  .soudanEntry .soudanHead {
    margin-bottom: 25px;
  }
  .soudanEntry .soudanHead .num {
    position: relative;
    color: #e83220;
    font-weight: bold;
  }
  .soudanEntry .soudanHead .num:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
  }
  .soudanEntry .soudanHead .h1 {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .soudanEntry .soudanHead .h1:before {
    content: "";
    border-radius: 50%;
  }
  .soudanEntry .soudanHead .h1.icon1:before {
    background: url("/.assets/soudan_icon1.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon2:before {
    background: url("/.assets/soudan_icon2.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1.icon3:before {
    background: url("/.assets/soudan_icon3.webp") no-repeat center center;
    background-size: contain;
  }
  .soudanEntry .soudanHead .h1 span {
    flex: 1;
  }
  .soudanEntry .day {
    text-align: right;
    color: #e83220;
  }
  .soudanEntry .soudanBody {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .soudanEntry .soudanBody .sb_head {
    display: flex;
    justify-content: space-between;
  }
  .soudanEntry .soudanBody .sb_head .left {
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    flex: 1;
  }
  .soudanEntry .soudanBody .sb_head .left dl {
    display: flex;
    justify-content: flex-start;
    padding: 5px 0;
  }
  .soudanEntry .soudanBody .sb_head .left dl dt {
    color: #e83220;
    border-right: 1px solid #d7d8d9;
    text-align: left;
  }
  .soudanEntry .soudanBody .sb_head .left dl dd {
    font-weight: bold;
    text-align: left;
  }
  .soudanEntry .soudanBody .sb_head .mark {
    margin-left: 20px;
  }
  .soudanEntry .soudanBody .sb_body dl {
    border-top: 1px solid #d7d8d9;
    padding-top: 15px;
  }
  .soudanEntry .soudanBody .sb_body dl:first-of-type {
    border-top: none;
  }
  .soudanEntry .soudanBody .sb_body dl dt {
    color: #e83220;
  }
  .soudanEntry .soudanBody .sb_body dl dd {
    line-height: 1.7;
  }
  .soudanEntry .soudanBody .btnWrao {
    background: #f0f1f2;
  }
  .soudanEntry .soudanBody .btnWrao p {
    text-align: center;
    line-height: 1.5;
  }
  .soudanEntry .soudanBody .btnWrao .btn a {
    display: block;
    margin: 0 auto;
    background: #e83220;
    border-radius: 10px;
    color: #fff;
    text-align: center;
  }
  .soudanEntry .soudanBody .btnWrao .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;
  }
  .soudanEntry .soudanBody .btnWrao .btn a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
  }
  .soudanEntry .modoru {
    margin-top: 20px;
  }
  .soudanEntry .modoru a {
    display: inline-block;
    position: relative;
    padding-top: 6px;
  }
  .soudanEntry .modoru a:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
  }
  .soudanEntry .modoru a:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
  }
  .soudanEntry .modoru a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry {
    line-height: 1.7;
  }
  .commonEntry h1 {
    position: relative;
    line-height: 1.5;
    font-size: 37px;
    margin-bottom: 45px;
  }
  .commonEntry h1:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
    top: 0;
  }
  .commonEntry h2 {
    border-bottom: 1px solid #666;
    font-size: 27px;
  }
  .commonEntry h3 {
    color: #e83220;
    font-size: 21px;
  }
  .commonEntry h4 {
    position: relative;
    font-size: 20px;
  }
  .commonEntry h4:before {
    content: "";
    display: block;
    background: #e83220;
    position: absolute;
    left: 0;
  }
  /* .commonEntry a {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .commonEntry a:hover {
    text-decoration: none;
  } */
  .commonEntry .bt_next {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
  }
  .commonEntry .bt_next:before {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .commonEntry .bt_next:hover {
    text-decoration: underline;
  }
  .commonEntry .bt_back {
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    padding-top: 1px;
  }
  .commonEntry .bt_back:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid #e83220;
    position: absolute;
    left: 0;
    top: 0;
  }
  .commonEntry .bt_back:after {
    content: "";
    display: block;
    transform: scale(-1, 1);
    position: absolute;
  }
  .commonEntry .bt_back:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=map/second.css.map */
