@charset "utf-8";

/* --------------------
common
-------------------- */
.section {
  padding: 10px 0 0 0;
  margin-top: -10px;
}

.ul_list.list-style-type-blue {
  padding-top: 20px;
}

.list-style-type-blue li {
  position: relative;
  left: 16px;
  margin-bottom: 8px;

}

.list-style-type-blue li::before {
  content: "●";
  font-size: 8px;
  position: absolute;
  top: 4px;
  left: -16px;
  color: #3783e4;
}

.list-style-type-disc li {
  position: relative;
  text-indent: -1rem;
}

.list-style-type-disc li: :before {
  content: "・";
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  main {
    overflow-x: hidden;
  }
  .list-style-type-blue li {
    width: calc(100% - 16px);
  }
}

/* --------------------
.flow.section
-------------------- */
.flow.section {
  margin: 0;
  padding: 0;
}

/* --------------------
.flow_image
-------------------- */
.flow_image {
  background-color: #e8f2ff;
  padding: 26px 24px;
  border-radius: 5px;
}

.flow_image .item_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.flow_image .item_list .item {
  text-align: left;
  width: calc(100% /3);
  position: relative;
  left: -12px;
}

.flow_image .item_list .item::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 40px solid transparent;
  border-left: 15px solid #0951ad;
  border-bottom: 40px solid transparent;
  right: -22%;
  bottom: 35%;
}

.flow_image .item_list .item:last-child::after {
  content: none;
}

main .flow_image .item_list h4::before {
  content: none;
}

main .flow_image .item_list .item .title {
  text-align: left;
  margin: 0;
  padding: 0;
}

main .flow_image .item_list .item .title .label {
  font-size: 16px;
  background-color: #0951ad;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
}

main .flow_image .item_list .item .title .text {
  font-size: 16px;
  font-weight: bold;
}

.flow_image .item_list .item .text_list {
  padding-top: 10px;
  position: relative;
  left: 20px;
}

.flow_image .item_list .item .text_list li {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
  font-weight: bold;
}

.flow_image .item_list .item .text_list .white_bg {
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  text-align: left;
  color: #0951ad;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .flow_image .item_list .item::after {
    right: -40%;
  }
}
@media only screen and (max-width: 767px) {
  .flow_image .item_list {
    display: block;
  }

  .flow_image .item_list .item {
    width: 100%;
    margin-bottom: 80px;
  }

  .flow_image .item_list .item:last-child {
    margin-bottom: 0;
  }

  .flow_image .item_list .item::after {
    content: "";
    display: block;
    position: absolute;
    border-left: 40px solid transparent;
    border-top: 15px solid #0951ad;
    border-right: 40px solid transparent;
    right: calc(50% - 60px);
    bottom: -50%;
  }
}

/* --------------------
.section
-------------------- */
.section.contents_header .phy_inner .headline {
  margin: 0;
}

.section.flow .headline {
  margin-bottom: 0;
}

main .section.apply .phy_inner {
  margin: 0 auto;
}
main .section.option .phy_inner {
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

main .section.apply .phy_inner {
  padding-bottom: 42px;
}

main .section.flow .phy_inner .subheadline  {
  padding-top: 80px;
  margin: -40px 0 0 0;
}

main .section.apply .phy_inner .subheadline {
  padding-top: 80px;
  margin: -10px 0 0 0;
}

main .section.option .phy_inner .subheadline {
  padding-top: 80px;
  margin: -11px 0 0 0;
}

@media only screen and (max-width: 960px) {
  main .section.flow .phy_inner,
  main .section.apply .phy_inner,
  main .section.option .phy_inner {
    padding-bottom: 20px;
   }
  main .section.flow .phy_inner .subheadline,
  main .section.apply .phy_inner .subheadline,
  main .section.option .phy_inner .subheadline {
    padding-top: 20px;
    margin: 0;
  }
}

/* --------------------
.accordion_menu
-------------------- */
.accordion_menu .ul_list {
  position: relative;
  left: 1rem;
}

.accordion_menu .ul_list li {
  position: relative;
  text-indent: -1rem;
  margin-bottom: 4px;
}

.accordion_menu .ul_list li::before {
  content: "・";
}

.accordion_menu .ul_list .text_link {
  text-indent: 0;
}

.accordion_menu .ul_list .text_link::before {
  content: none;
}

.accordion_menu .fa.inline {
  display: inline;
}

.accordion_menu .inner {
  display: none;
  padding: 0 40px 20px 40px;
  position: relative;
  top: -20px;
}

.accordion_menu .submenu.open {
  display: block;
}

.accordion_menu .submenu__item {
  margin: 0 0 20px 0;
}

.accordion_menu .submenu__item:last-child {
  margin-bottom: 0;
}

.accordion_menu #anc_customize .item_inner,
.accordion_menu #anc_signup .item_inner,
.accordion_menu #anc_mail .item_inner,
.accordion_menu #anc_timing .item_inner,
.accordion_menu #anc_mail_option .item_inner {
  padding: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.accordion_menu #anc_customize:target .inner,
.accordion_menu #anc_signup:target .inner,
.accordion_menu #anc_mail:target .inner,
.accordion_menu #anc_timing:target .inner,
.accordion_menu #anc_mail_option:target .inner,
.section#option:target .inner {
  display: block;
}

.accordion_menu .lead {
  margin: 0;
}

.accordion_menu .accordion_menu_list .item {
  padding: 40px 0 0 0;
}

main .accordion_menu .accordion_menu_list .item .title {
  margin: 0;
  padding: 40px;
  display: block;
  cursor: pointer;
}

main .accordion_menu .accordion_menu_list .item .title:hover {
  color: #0751ae;
}

main .accordion_menu .accordion_menu_list .item .title::before {
  content: none;
}

main .accordion_menu .accordion_menu_list .item .title .text {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 0;
}

main .accordion_menu .accordion_menu_list .item .title .text::after {
  position: absolute;
  right: -24px;
  content: "▼";
  font-size: 14px;
}

main .accordion_menu .accordion_menu_list .item .title.active .text::after {
  position: absolute;
  right: -24px;
  content: "▲";
  font-size: 14px;
}

main .accordion_menu .accordion_menu_list #anc_customize:target.item .title.active .text::after,
main .accordion_menu .accordion_menu_list #anc_signup:target.item .title.active .text::after,
main .accordion_menu .accordion_menu_list #anc_mail:target.item .title.active .text::after,
main .accordion_menu .accordion_menu_list #anc_timing:target.item .title.active .text::after,
main .accordion_menu .accordion_menu_list #anc_mail_option:target.item .title.active .text::after,
main #option:target .accordion_menu .accordion_menu_list .item .title.active .text::after {
  content: "▲";
}

main .notice {
  margin: 20px 0 0 0;
}

/*
.table_area
-------------------- */
.table_area {
  width: 100%;
  overflow-x: auto;
}

.table_area .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_area .table_border {
  border-radius: 5px;
  border: 1px solid #ababaf;
  overflow: hidden;
  background-color: #fff;
}

.table_area .table .thead {
  text-align: center;
  background-color: #e3e3e4;
  padding: 10px;
  border-top: 0;
}

.table_area .table .bg-white th,
.table_area .table .bg-white td {
  background-color: #fff;
}

.table_area .table .border-bottom th,
.table_area .table .border-bottom td {
  border-bottom: 1px solid #ababaf;
}

.table_area .table th,
.table_area .table td {
  background-color: #e3e3e4;
  border: 1px solid #ababaf;
}

.table_area .table th,
.table_area .table td {
  padding: 10px 24px;
}

.table_area .table th {
  border-left: 0;
}

.table_area .table .border-bottom-none th,
.table_area .table .border-bottom-none td {
  border-bottom: 0;
}

.table_area .table .thead:first-child,
.table_area .table td:first-child {
  border-left: 0;
}

.table_area .table .thead:last-child,
.table_area .table td:last-child {
  border-right: 0;
}

.table_area .note {
  padding-top: 20px;
}

.table_area .note li {
  margin-bottom: 10px;
  color: #333;
  position: relative;
  font-size: 16px;
}

.table_area .note li::before {
  content: "・";
  position: absolute;
  left: -1rem;
}

.table_area .note.list-style-type-disc {
  position: relative;
  left: 1rem;
}

.table_area .note.list-style-type-disc li {
  text-indent: 0;
}

.table_area .note.list-style-type-disc li::before {
  left: -1rem;
}

@media only screen and (max-width: 767px) {
  .table_area .table_border {
    width: 200%;
  }

  .table_area .table_border .table {
    width: 100%;
  }

  .table_area .note {
    width: 200%;
  }
}