/*==========================================================
                        C U S T O M
==========================================================*/
/* MB */
.under main .mb10 {
  margin-bottom: 10px
}
.under main .mb15 {
  margin-bottom: 15px
}
.under main .mb20 {
  margin-bottom: 20px
}
.under main .mb25 {
  margin-bottom: 25px
}
.under main .mb30 {
  margin-bottom: 30px
}
.under main .mb40 {
  margin-bottom: 40px
}
.under main .mb50 {
  margin-bottom: 50px
}
.under main .mb60 {
  margin-bottom: 60px
}
.under main .mb70 {
  margin-bottom: 70px
}
.under main .mb80 {
  margin-bottom: 80px
}
.under main .mb90 {
  margin-bottom: 90px
}
/* MT */
.under main .mt10 {
  margin-top: 10px
}
.under main .mt15 {
  margin-top: 15px
}
.under main .mt20 {
  margin-top: 20px
}
.under main .mt25 {
  margin-top: 25px
}
.under main .mt30 {
  margin-top: 30px
}
.under main .mt40 {
  margin-top: 40px
}
.under main .mt50 {
  margin-top: 50px
}
.under main .mt60 {
  margin-top: 60px
}
.under main .mt70 {
  margin-top: 70px
}
.under main .mt80 {
  margin-top: 80px
}
.under main .mt90 {
  margin-top: 90px
}
/* MAX_W */
.under main .max_w200 {
  width: 100%;
  max-width: 200px
}
.under main .max_w250 {
  width: 100%;
  max-width: 250px
}
.under main .max_w300 {
  width: 100%;
  max-width: 300px
}
.under main .max_w350 {
  width: 100%;
  max-width: 350px
}
.under main .max_w500 {
  width: 100%;
  max-width: 500px
}
.under main .max_w600 {
  width: 100%;
  max-width: 600px
}
.under main .max_w700 {
  width: 100%;
  max-width: 700px
}
.under main .max_w800 {
  width: 100%;
  max-width: 800px
}
.under main .max_w900 {
  width: 100%;
  max-width: 900px
}
/* MIN-W */
.under main .min_w200 {
  min-width: 200px
}
.under main .min_w250 {
  min-width: 250px
}
.under main .min_w300 {
  min-width: 300px
}
.under main .min_w350 {
  min-width: 350px
}
.under main .min_w500 {
  min-width: 500px
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main table th, .under main .list_faq dt, .under main .list_step dt {
  font-family: var(--f-yumin)
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.under main .content > .inner {
  padding: 0 25px;
}
.under main .content p {
  line-height: 1.875;
}
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6 {
  font-weight: bold;
  margin-bottom: 27px;
}
.under main .un_ttl_en {
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #3561aa;
  text-align: center;
  background: url(../images/bg_h3.svg) no-repeat center bottom;
  padding-bottom: 3px;
  text-transform: uppercase;
  position: relative;
}
.under main h2 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1.76;
  text-align: center;
  color: #1b386c;
  margin-bottom: 0;
}
.under main h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  color: #1b386c;

 margin-bottom: 15px;
}
.under main h3:before {
	content: "";
	background: url("../images/icon_h3.svg") no-repeat center/27px;
	display: inline-block;
	width: 27px;
	height: 26px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.under main h3 .en {
  font-size: 80%;
  color: var(--mcolor);
  display: block;
}
.under main h4 {
  position: relative;
  border-radius: 1px;
  background: #7190c5;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
  padding: 9px 5px 9px 5px;
}
.under main h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  position: relative;
  padding-left: 14px;
  margin-bottom: 25px;
}
.under main h5::before {
  content: "";
  position: absolute;
  background-color: var(--mcolor);
  left: 0;
  top: 5px;
  width: 6px;
  height: 20px;
  border-radius: 1px;
  background: #7190c5;
}
.under main h6 {
  font-size: 20px;
  position: relative;
}
.under main h6::before, .under main h6::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -5px;
}
.under main h6::before {
  background-color: var(--mcolor);
  width: 50px;
  left: 0;
  z-index: 2;
}
.under main h6::after {
  background-color: #ccc;
  width: 100%;
}
.under main .un_img_l {
  position: relative;
  margin-left: -25px;
  overflow: hidden;
  margin-bottom: 27px;
}
.under main .un_img_l.mb10 {
  margin-bottom: 10px;
}
.under main .un_img_l img {
  border-radius: 0px 40px 40px 0px;
}
.under main .un_img_c {
  overflow: hidden;
  text-align: center;
}
.under main .un_img_c img, .under main .img_blog1 img {
  border-radius: 20px;
}
/*==========================================================
                      MAIN - CONTENT
==========================================================*/
.under main #content {
  padding: 0 0 120px
}
.under main section {
  padding: 0px 0 63px;
  margin-bottom: 0
}
.under main section:last-child {
  padding: 0
}
.under main ol li {
  list-style: decimal;
}
/* LINK + BUTTON TOP */
.under main .link, .under main .link01 {
  text-decoration: underline;
  color: var(--mcolor);
  text-underline-offset: 4px;
}
/*============ TOP INFO ============ */
.under main #top_info {
  height: 190px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: rgba(113, 144, 197, 0.09);
}
.under main #top_info .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 16px;
}
/*==========================================================
                    T O P I C   P A T H
==========================================================*/
.under main #topic_path {
  margin-bottom: 30px;
  min-height: 60px;
  background: #7190c5;
}
.under main #topic_path ul {
  display: block;
  padding: 15px 25px 15px 27px;
}
.under main #topic_path li {
  display: inline;
  position: relative;
}
.under main #topic_path li:not(:last-child)::after {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 15px 0 24px;
  top: 0px;
  pointer-events: none;
  background: url("../images/arrow_white.svg") no-repeat right center;
  width: 7px;
  height: 12px;
}
.under main #topic_path li, .under main #topic_path li a {
  color: #fff;
  text-underline-offset: 4px;
}
/*============ LIST ANCHOR LINK ============ */
.under main .list_anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.under main .list_anchor .btn {
  margin: 0 10px 25px;
}
.under main .list_anchor:last-child {
  margin-bottom: -25px;
}
.under main .btn a {
  border-radius: 10px;
  background: url('../images/arrow_down.svg')#fff no-repeat right 20px center;
	line-height: 1.3;
}
.under main .btn.btn_new a {
	background: url('../images/arrow_sm.svg')#fff no-repeat right 20px center;
}
.under main .btn.mid a {
  width: 340px;
}
.under main .frame_pick .btn a {
  box-shadow: 5px 5px 0px 0px #3561aa;
  border-radius: 999px;
  background: url('../images/arrow_sm.svg')#fff no-repeat right 20px center
}
/*==========================================================
                        T A B L E
==========================================================*/
.under main table.td_top td {
  vertical-align: top
}
.under main table.tb_fix {
  table-layout: fixed;
}
.under main table.mb10 {
  margin-bottom: 10px;
}
.under main table {
  margin-bottom: 30px;
}
.under main table.mailform th, .under main table th {
  background: rgba(217, 217, 217, 0.3);
  color: #274b7c;
  font-weight: 500;
  font-size: 18px;
}
.under main table.mailform td .info {
  color: var(--mcolor)
}
.under main table td {
  border-color: #CFCFCE;
  background: #fff;
}
.under main table th, .under main table td {
  padding: 12px 15px 15px;
  border-left: none;
  border-right: none;
}
.under main table th + th {
  border-left: 1px solid #cfcfce;
}
.under main table td + td {
  border-left: 1px solid #cfcfce;
}
.under main table img {
  display: block;
  margin: auto;
}
.under main table th {
  border-color: #CFCFCE;
  position: relative;
}
.under main table th:before, .under main table th:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}
.under main table th:before {
  top: 0;
}
.under main table th:after {
  bottom: 0;
}
.under main table th.bg2 {
  background: #eef5fb;
}
.under main table th:first-of-type {
  border-right-color: #fff;
}
.under main table tr th.bor {
  border-right-color: #CFCFCE;
}
.under main table tr th:first-child {
  border-left-color: #CFCFCE;
}
.under main table tr th:last-child {
  border-right-color: #CFCFCE;
}
/* TABLE SCROLL */
.under main .tb_scroll {
  overflow-x: scroll;
}
.under main .tb_scroll:not(:last-child) {
  margin-bottom: 30px;
}
.under main .tb_scroll.mb10 {
  margin-bottom: 10px;
}
.under main .tb_scroll table {
  width: 600px !important;
}
.under main .tb_note {
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.under main table {
  margin-bottom: 30px
}
.under main table.mailform tr, .under main table.tb_block tr {
  display: flex;
  flex-direction: column
}
.under main table.mailform tr:not(:last-child) th, .under main table.mailform th, .under main table.tb_block tr:not(:last-child) th, .under main table.tb_block th {
  border-bottom: none;
}
.under main table.mailform td + td, .under main table.mailform tr:not(:first-child) th, .under main table.tb_block td + td, .under main table.tb_block tr:not(:first-child) th {
  border-top: none;
}
.under main table.mailform th, .under main table.mailform td, .under main table.tb_block th, .under main table.tb_block td {
  width: 100%;
  border-left: none;
  border-right: none;
}
.under main table.tb_block td {
  padding: 15px;
}
.under main table.mailform th, .under main table.tb_block th {
  border-right-color: #CFCFCE;
}
/*============ LIST ============ */
/* LIST 01 */
.under main .list01 {
  margin-bottom: 30px;
}
.under main .list01.mb10 {
  margin-bottom: 10px;
}
.under main .list01 li {
  display: block;
  padding-left: 25px;
  margin-bottom: 13px;
  position: relative
}
.under main .list01 li a {
  color: var(--mcolor);
  text-underline-offset: 4px;
  position: relative;
  margin-left: -25px;
  padding-left: 25px;
  z-index: 1;
}
.under main .list01 li::before {
  width: 8px;
  height: 8px;
  background: #5376b2;
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  border-radius: 50%;
}
/* LIST 02 */
.under main .list02 {
  margin-bottom: 30px;
}
.under main .list02 li {
  counter-increment: li;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}
.under main .list02 li::before {
  content: counter(li);
  position: absolute;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: var(--mcolor);
  font-size: 12px;
  color: #FFF;
  line-height: 22px;
}
/* LIST CHECK */
.under main .list_check {
  margin-bottom: 30px;
}
.under main .list_check li {
  display: block;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative
}
.under main .list_check li::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 15px;
  border: solid var(--mcolor);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* LIST FAQ */
.under main .list_faq {
  margin-bottom: 30px;
  background: rgba(241, 241, 241, 0.5);
  padding: 15px;
}
.under main .list_faq dl {
  padding: 10px 0 0;
  margin-bottom: 0px;
}
.under main .list_faq dl:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
.under main .list_faq dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  border-bottom: aliceblue;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.under main .list_faq dt span {
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  background: #fff;
  border: 1px solid var(--mcolor);
  color: var(--mcolor);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  flex-shrink: 0;
}
.under main .list_faq dd {
  position: relative;
  padding-left: 50px;
  display: none;
  padding-bottom: 10px;
}
.under main .list_faq dd span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  color: #fff;
  background: var(--mcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  flex-shrink: 0;
}
.under main .list_faq dl dt:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0px;
  top: 50%;
  background: #1f2a67;
  transform: rotate(90deg);
  transition: all .3s;
}
.under main .list_faq dl dt:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0px;
  top: 50%;
  background: #1f2a67;
  transition: all .3s;
}
.qa dl.active:before {
  opacity: 0;
}
.under main .list_faq dl dt.open:before {
  transform: rotate(180deg);
}
/* LIST STEP */
.under main .list_step dl {
  margin-bottom: 40px;
  padding-bottom: 50px;
  position: relative;
}
.under main .list_step dl:not(:last-child)::before {
  width: 20px;
  height: 190px;
  background: #5376b2;
  opacity: 0.4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  z-index: -1;
}
.under main .list_step dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}
.under main .list_step dt {
  font-weight: 500;
  display: flex;
  margin-bottom: 18px;
}
.under main .list_step dt .icon {
  width: 40px;
  height: 40px;
  background: #5376b2;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: var(--f-en);
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  padding-top: 2px;
}
.under main .step_txt {
  flex-grow: 1;
}
.under main .list_step dt .tt {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #274b7c;
  line-height: 1.5;
}
.under main .list_step dd {
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 20px;
  background: #f4f4f4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
.under main .list_step dd p {
  margin-bottom: 0;
}
.under main .step_img {
  flex-shrink: 0;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
}
/*============ FRAME ============ */
/* FRAME 01 */
.under main .frame01 {
  padding: 33px 25px;
  background: rgba(241, 241, 241, 0.5);
  border-radius: 10px;
  margin-bottom: 50px;
}
.under main .frame01.mb30 {
	margin-bottom: 30px;
}
.under main .frame01.mb15 {
  margin-bottom: 15px;
}
.under main .un_ttl01 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
/* FRAME 02 */
.under main .frame02 {
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 50px;
}
/* FRAME PICKUP */
.under main .frame_pick {
  padding: 52px 15px 29px 30px;
  border-radius: 0px 40px 40px 0px;
  background: #5376b2;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  margin-left: -25px;
  margin-right: -10px;
}
.under main .frame_pick .pick_ttl {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  line-height: 1.4;
}
.under main .frame_pick .pick_ttl span {
  flex-shrink: 0;
  margin-right: 30px;
}
.under main .pick_img {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.under main .pick_img img {
  border-radius: 20px;
}
/* IFRAME BOX */
.under main .box_map {
  width: 100%;
  height: 300px
}
.under main .box_ytb {
  width: 900px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.under main .box_map iframe, .under main .box_ytb iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
/* ===========  KIJIKAKU ===========  */
.under main .list_anchor .btn.active {
  pointer-events: none;
}
.under main .list_anchor .btn.active a::before {
  width: 100%;
}
.under main .ovn_list {
  max-width: 335px;
  margin: 0 auto;
}
.under main .ovn_item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--mcolor);
}
.under main .ovn_item .img {
  height: 220px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 20px;
}
.under main .ovn_item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.under main .ovn_item .des .ttl {
  margin-bottom: 0;
}
.under main .ovn_item .des .ttl a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.under main .ovn_item .des .des_infor {
  display: flex;
  justify-content: space-between;
}
.under main .ovn_item .des .des_infor .cate {
  background: var(--mcolor);
  color: #fff;
  border-radius: 3px;
  width: 78px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1px;
  font-size: 14px;
}
.under main .frame_ovn {
  padding-left: 10px;
  padding-right: 10px;
}
.under main .frame_ovn .f_big {
  font-size: 125%;
}
.under main .frame_ovn .des {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.under main .content .news_ttl01 {
  margin-bottom: -27px;
  position: relative;
}
.under main .frame_ovn .des .img {
  margin-left: 10px;
  flex-shrink: 0;
}
.under main .frame_ovn .des p {
  margin-bottom: 0;
}
.under main .img_blog1 {
  text-align: center;
}
.under main .img_blog1 img {
  max-height: 400px;
}
.under main .news_adres {
  padding-top: 30px;
}
.under main .u_editor .img_blog1 img {
  border-radius: 20px;
}
.under main .u_editor img {
  max-height: 400px;
}
.under main .u_editor b {
  font-size: 16px;
}
/* ===========  PAGINATION ===========  */
.under main .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px auto 0
}
.under main .pagination li {
  margin: 0 5px;
}
.under main .pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--mcolor);
  background: #fff;
  display: flex;
  color: var(--mcolor);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.under main .pagination li:hover a, .under main .pagination li.active a {
  background: var(--mcolor);
  color: #fff;
}
.under main .pagination li.active a {
  pointer-events: none;
}
.under main .pagination li.disabled {
  display: none
}
.under main .un_bnr a {
  display: flex;
  width: 380px;
  height: 120px;
  border-radius: 10px;
  border: 0.5px solid #3561aa;
  box-shadow: 5px 5px 0px 0px #3561aa;
  align-items: center;
  position: relative;
  justify-content: center;
}
.under main .un_bnr a .un_bnr_img {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.under main .un_bnr a .un_bnr_tt {
  font-weight: 500;
  color: #274b7c;
  display: flex;
  flex-direction: column;
	text-align: center;
}
.under main .un_bnr a .un_bnr_tt .sm {
  font-size: 16px;
  margin-bottom: 10px;
}
.under main .un_bnr a .un_bnr_tt .lg {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.under main .un_bnr a .un_bnr_tt .en {
  font-size: 14px;
  letter-spacing: 0.06em;
  background: url('../images/arrow_sm.svg') no-repeat right center;
  padding-right: 25px;
  margin: 0 auto;
}
.under main .content {
  padding-bottom: 130px;
}
.under main .boxyoutube {}
.under main .boxyoutube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.under main .box_img {
  display: flex;
  margin-bottom: 20px;
}
.under main .box_img li {
  flex: 1;
  overflow: hidden;
}
.under main .box_img li img {
  border-radius: 20px;
}
.under main .box_img li:not(:last-child) {
  margin-right: 20px;
}
.under main .sec_doctor_name.pr01 {
  padding-right: 15px;
}
.under main .idx_list li {
  display: flex;
}
.under main .idx_list .pl01 {
  width: 90px;
  flex-shrink: 0;
}
.under main .sec_doctor_img {
  position: relative;
  margin-left: -25px;
  margin-bottom: 15px !important;
  padding-right: 0;
}
.under main .sec_doctor_name {
  padding-right: 0;
}
.under main .sec_doctor_name .ja {
  margin-bottom: -10px;
}
.under main .pl01 {
  display: flex;
  margin-bottom: 0;
}
.under main .pl01 span {
  flex-shrink: 0;
  margin-right: 10px;
}
.under main .sec_tab {
  display: flex;
  margin-bottom: 40px;
}
.under main .sec_tab li {
  flex: 1;
}
.under main .sec_tab li a {
  width: 100%;
  height: 52px;
  border: 1px solid #a1acc0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 5px 5px 0px 0px #13469f;
  color: #13469f;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 10px;
  background: url(../images/arrow_down.svg) #fff no-repeat right 20px center;
  position: relative;
}
.under main .sec_tab li a.active:after, .under main .sec_tab li a:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(41, 88, 168, 0.1);
  transition: all 0.3s;
}
.under main .sec_tab li a:hover:after, .under main .sec_tab li a.active:after {
  width: 100%;
}
.under main .sec_tab li a.active {
  pointer-events: none;
}
.under main .sec_tab li:not(:last-child) {
  margin-right: 20px;
}
.under .un_let01 {
  width: calc(100% + 10px);
}
/* RESET */
.under main table:last-child, .under main .list_faq:last-child, .under main .list_faq dl:last-child, .under main .list01:last-child, .under main .list01 li:last-child, .under main .list02:last-child, .under main .list02 li:last-child, .under main .list_check:last-child, .under main .list_check li:last-child, .under main .list_step:last-child, .under main .list_step dl:last-child, .under main section p:last-child, .under main p:last-child, .under main .frame01:last-child, .under main .frame02:last-child, .under main .frame_pick:last-child {
  margin-bottom: 0
}