html {
  font-size: 65.5%;
}

noscript {
  padding: 20px;
}
noscript p {
  font-size: 1.6rem;
  text-align: center;
}

@media print {
  header.siteHeader {
    position: absolute;
    left: 0;
    top: 0;
  }
  .navbar {
    position: absolute;
    top: 111px;
    left: 0;
  }
}
fieldset legend {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

main {
  padding-top: 244px !important;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 7rem !important;
  }
}
main a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
main a:hover {
  text-decoration: none;
}
main .sec_in {
  padding: 0 20px 100px;
  width: 920px;
  margin: 80px auto 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  main .sec_in {
    width: 100%;
    padding: 0 10px 80px;
    margin: 60px auto 0;
  }
}
main .section {
  margin-bottom: 80px;
}
main .section:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  main .section {
    margin-bottom: 60px;
  }
}
main .com_btn {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: url(../images/common/icon_arrow-white.png) right 12px center no-repeat #017AC1;
  background-size: 9px 11px;
  position: relative;
  padding: 15px 50px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
}
main .com_btn:hover {
  opacity: 0.7;
}
main .com_btn.color_taisyoku {
  background-color: #EF6A15 !important;
}
main .com_btn.color_keiyakusha {
  background-color: #E85388 !important;
}
main img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main img {
    max-width: 100%;
  }
}
main .red {
  color: #D6102A;
}
main .blue {
  color: #0033cc;
}
main .black {
  color: #000 !important;
}
main .bold {
  font-weight: bold;
}
main .fs_xlarge {
  font-size: 2.4rem;
}
main .fs_large {
  font-size: 2rem;
}
main .fs_medium {
  font-size: 1.8rem;
}
main .fs_normal {
  font-size: 1.6rem;
}
main .fs_small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  main {
    min-width: 1267px;
    margin: 0 auto;
  }
  main .sp {
    display: none;
  }
  main a[href*="tel:"] {
    color: #383838;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  main .pc {
    display: none;
  }
  main .fs_xlarge {
    font-size: 2.2rem;
  }
  main .fs_large {
    font-size: 1.8rem;
  }
  main .fs_normal {
    font-size: 1.4rem;
  }
  main .fs_small {
    font-size: 1.2rem;
  }
}
main .indent {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main .indent {
    padding-left: 15px;
  }
}
main .indent02 {
  padding-left: 150px;
}
@media only screen and (max-width: 768px) {
  main .indent02 {
    padding-left: 20px;
  }
}
main .txt_indent {
  text-indent: -20px;
  margin-left: 20px;
}
main .txt_indent02 {
  text-indent: -45px;
  margin-left: 45px;
}
main .txt_indent03 {
  text-indent: -30px;
  margin-left: 30px;
}
main .txt_indent04 {
  text-indent: -35px;
  margin-left: 35px;
}
main .flex_st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .flex_en {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
main .flex_bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .flex_cn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .flex_st_n {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main .flex_en_n {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
main .flex_bt_n {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
main .flex_cn_n {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
main .alit_s {
  align-items: flex-start;
}
main .alit_e {
  align-items: flex-end;
}
main .alit_c {
  align-items: center;
}
main .text {
  margin-top: 20px;
  line-height: 1.6;
}
main .text:first-child {
  margin-top: 0;
}
main .margin_type01 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 768px) {
  main .margin_type01 {
    margin-top: 40px !important;
  }
}
main .margin_type02 {
  margin-top: 32px !important;
}
@media only screen and (max-width: 768px) {
  main .margin_type02 {
    margin-top: 24px !important;
  }
}
main .margin_type03 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  main .margin_type03 {
    margin-top: 12px !important;
  }
}
main .margin_type04 {
  margin-top: 60px !important;
}
main .margin_bottom0 {
  margin-bottom: 0 !important;
}
main .margin_top0 {
  margin-top: 0 !important;
}
main .margin_auto {
  margin-left: auto;
  margin-right: auto;
}
main .pl40 {
  padding-left: 41px;
}
main .plr5r {
  padding-left: 5rem;
  padding-right: 5rem;
}
main .nav__breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 60px 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main .nav__breadcrumb p {
  font-size: 1.4rem;
  word-break: keep-all;
}
main .nav__breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding: 0;
  margin: 0 0 0 5px;
}
main .nav__breadcrumb ul li {
  margin-bottom: 5px;
}
main .nav__breadcrumb ul li a {
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}
main .nav__breadcrumb ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  transform: rotate(135deg);
}
main .nav__breadcrumb ul li:last-of-type a {
  padding: 0;
  margin: 0;
}
main .nav__breadcrumb ul li:last-of-type a::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  main .nav__breadcrumb {
    display: none;
  }
}
main .ttl_mv {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 143px;
  background: #D8EAF5;
}
main .ttl_mv .page_title {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main .ttl_mv {
    min-height: auto;
  }
  main .ttl_mv .page_title {
    font-size: 2.6rem;
  }
}
main .content_navlist ul {
  margin: 0;
  padding: 0;
}
main .content_navlist ul li {
  margin-top: 32px;
  position: relative;
  padding-left: 30px;
}
main .content_navlist ul li.border {
  padding-bottom: 20px;
  border-bottom: 1px solid #A6A9AC;
}
main .content_navlist ul li a {
  font-size: 1.8rem;
  font-weight: bold;
}
main .content_navlist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_circleArrow-blue.png) left center no-repeat;
  background-size: 18px;
}
main .contents_target {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
main .contents_target p {
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 50px;
}
main .contents_target ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
main .contents_target ul li {
  font-size: 1.6rem;
  border-radius: 26px;
  padding: 7px 18px;
  margin-right: 10px;
  position: relative;
}
main .contents_target ul li:last-of-type {
  margin-right: 0;
}
main .contents_target ul li.target01 {
  background: #dce9f7;
}
main .contents_target ul li.target02 {
  background: #fce5ed;
}
main .contents_target ul li.target03 {
  background: #f4f6e0;
}
main .contents_target ul li.target04 {
  background: #fde9dc;
}
main .contents_target ul li.target05 {
  background: #dcecea;
}
main .contents_target ul li.target06 {
  background: #dcecea;
}
@media only screen and (max-width: 768px) {
  main .contents_target {
    display: block;
  }
  main .contents_target ul {
    margin: 0;
    padding: 0;
  }
  main .contents_target ul li {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
main .sec_in .contents_target {
  padding: 0;
}
main .content_navlist .contents_target {
  top: -40px;
  position: absolute;
}
main .content_navlist .contents_target ul li {
  margin-top: 0;
  font-size: 1.4rem;
  padding: 5px 15px;
}
main .content_navlist .contents_target ul li::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  main .content_navlist .contents_target {
    top: -35px;
  }
  main .content_navlist .contents_target ul li {
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 1rem;
  }
}
main .faq_content .contents_target li {
  font-size: 1.2rem;
  padding: 2px 5px;
}
main .faq_content .contents_target li:last-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  main .faq_content .contents_target li {
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 1rem;
  }
}
main .ttl_h2 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin: 80px 0 32px;
}
/*main .ttl_h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #D9D9D9;
}
main .ttl_h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  background: #017AC1;
}*/
@media only screen and (max-width: 768px) {
  main .ttl_h2 {
    font-size: 2.4rem;
    padding-bottom: 12px;
    margin: 60px 0 24px;
  }
}
main .ttl_h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin: 60px 0 28px;
  padding-left: 20px;
}
main .ttl_h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #017AC1;
}
@media only screen and (max-width: 768px) {
  main .ttl_h3 {
    font-size: 2.2rem;
    margin: 40px 0 24px;
  }
}
main .ttl_h3.point_ttl {
  color: #fff;
}
main .ttl_h3.point_ttl .point {
  color: #212529;
  font-size: 2.4rem;
}
main .ttl_h4 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px;
  padding-left: 30px;
}
main .ttl_h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 19px;
  height: 19px;
  background: #017AC1;
}
@media only screen and (max-width: 768px) {
  main .ttl_h4 {
    font-size: 1.8rem;
    margin: 0 0 12px;
  }
}
main .ttl_num {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 14px;
  padding-left: 40px;
  padding-bottom: 12px;
}
main .ttl_num span {
  color: #017AC1;
  position: absolute;
  left: 0;
  top: 0;
}
main .ttl_num::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
}
main .ttl_txt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 14px;
  padding-left: 20px;
}
main .ttl_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #017AC1;
  transform: rotate(45deg);
}
main .ttl_sanko {
  font-weight: bold;
  background: #F4F4F6;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
main .link_pdf::after, main .link_xls::after, main .link_zip::after, main .link_blank::after, main .link_jpg::after {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
main .link_pdf::after {
  background: url(../images/common/icon_pdf.png) left top no-repeat;
}
main .link_xls::after {
  background: url(../images/common/icon_xls.png) left top no-repeat;
}
main .link_zip::after {
  background: url(../images/common/icon_zip.png) left top no-repeat;
}
main .link_blank::after {
  background: url(../images/common/icon_external-blue.png) left top no-repeat;
  background-size: 18px auto;
}
main .link_jpg::after {
  background: url(../images/common/icon_jpg.png) left top no-repeat;
}
main .link_blank::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
main .icon_tel {
  text-decoration: none;
}
main .icon_tel::before {
  content: "";
  width: 24px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  main .icon_tel {
    text-decoration: underline;
  }
}
main .icon_tel::before {
  background: url(../images/common/icon_tel.png) left top no-repeat;
}
main .link_page {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  text-indent: 0;
}
main .link_page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 11px;
  background: url(../images/common/icon_arrow-blue.png) left top no-repeat;
  background-size: 10px auto;
}
main .link_sup {
  padding-left: 20px;
}
main .txt_l {
  text-align: left !important;
}
main .txt_c {
  text-align: center;
}
main .txt_r {
  text-align: right;
}
main .img_column01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main .img_column01 figure {
  margin-left: 40px;
}
main .img_column01 figure img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  main .img_column01 figure img {
    width: 100%;
  }
}
main .img_column01.al_items_c {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  main .img_column01 {
    display: block;
    margin-bottom: 20px;
  }
  main .img_column01 figure {
    margin: 20px 0 0;
    text-align: center;
  }
  main .img_column01 figure img {
    max-width: 100%;
  }
}
main .img_column02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main .img_column02 figure {
  margin-right: 40px;
}
main .img_column02 figure img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  main .img_column02 {
    display: block;
    margin-bottom: 20px;
  }
  main .img_column02 figure {
    margin: 0 0 20px;
    text-align: center;
  }
  main .img_column02 figure img {
    max-width: 100%;
  }
}
main .img_linkbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
main .img_linkbox .box {
  max-width: 264px;
  margin: 40px 44px 0 0;
  margin-right: 44px;
}
main .img_linkbox .box figure {
  margin-bottom: 20px;
  max-width: 100%;
}
main .img_linkbox .box figure img {
  min-width: auto;
  width: 100%;
}
main .img_linkbox .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  main .img_linkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .img_linkbox .box {
    max-width: 48%;
    margin: 30px 0 0;
  }
  main .img_linkbox .box figure {
    margin-bottom: 16px;
  }
  main .img_linkbox .box img {
    width: 100%;
  }
}
main .img_linkbox.imgborder figure {
  border: solid 1px #797979;
}
main .linklist {
  margin: 0;
  padding: 0;
}
main .linklist li {
  margin-top: 16px;
}
main .linklist li a.arrowUp-c::before {
  transform: rotate(-90deg);
}
main .tablecontents_list {
  padding: 40px;
  background: #fff;
  border: solid 1px #A6A9AC;
  margin-top: 40px;
}
main .tablecontents_list .tablecontents_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #A6A9AC;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
main .tablecontents_list .tablecontents_txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
main .tablecontents_list .contentslist {
  margin: 0;
  padding: 0;
}
main .tablecontents_list .contentslist li {
  margin-top: 16px;
}
main .tablecontents_list .contentslist li .link_page::before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  main .tablecontents_list {
    padding: 20px;
    margin-top: 20px;
  }
}
main .file_linklist {
  margin-top: 40px;
}
main .file_linklist .linklist_ttl {
  font-weight: bold;
  background: #F4F4F6;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  main .file_linklist {
    margin-top: 20px;
  }
}
main .related_pagelist {
  padding: 40px;
  background: #F4F4F6;
  margin-top: 40px;
}
main .related_pagelist .related_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #A6A9AC;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  main .related_pagelist {
    padding: 20px;
    margin-top: 20px;
  }
}
main .backnumber_list {
  padding: 40px;
  background: #F4F4F6;
}
main .backnumber_list .backnumber_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #A6A9AC;
  padding-bottom: 16px;
}
main .backnumber_list .backlist {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .backnumber_list .backlist li {
  width: 33.33%;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  main .backnumber_list {
    padding: 20px;
  }
  main .backnumber_list .backlist li {
    width: 50%;
  }
}
main .num_list {
  margin: 20px 0 0;
  padding: 0;
}
main .num_list li {
  padding-left: 20px;
  text-indent: -20px;
  margin-top: 20px;
}
main .num_list li:first-child {
  margin-top: 0;
}
main .num_list li ul li {
  padding-left: 0;
  text-indent: 0;
}
main .num_list li .num_list li {
  padding-left: 20px;
  text-indent: -20px;
}
main .num_list.type02 li {
  padding-left: 28px;
  text-indent: -28px;
}
main .dot_list {
  margin: 20px 0 0;
  padding: 0;
}
main .dot_list li {
  margin-top: 20px;
  margin-left: 20px;
  list-style-type: disc;
}
main .dot_list li:first-child {
  margin-top: 0;
}
main .dot_list li .dot_list li {
  list-style-type: circle;
}
main .tables {
  border-left: solid 1px #A6A9AC;
  border-top: solid 1px #A6A9AC;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
main .tables.w_half {
  width: 50%;
}
main .tables.w_full {
  width: 100%;
}
main .tables.w_70p {
  width: 70%;
}
main .tables th, main .tables td {
  padding: 15px;
  border-right: solid 1px #A6A9AC;
  border-bottom: solid 1px #A6A9AC;
}
main .tables th.noborder-right, main .tables td.noborder-right{
  border-right: 0px none;
}

main .application-table th.application-item, main .application-table td.application-req{
  border-right: 0px none;
}

main .application-table th.application-item, main .application-table td.application-req{
  border-left: 0px none;
}

main .tables th {
  font-weight: bold;
  background: #E9F6FC;
  text-align: center;
}
main .tables tr {
  width: 100%;
}
main .tables tr:nth-child(even) td {
  background: #F4F4F6;
}
main .tables.odd td {
  background: #fff !important;
}
main .tables.odd tr:nth-child(even) td {
  background: #F4F4F6 !important;
}
main .tables.td_r td {
  text-align: right;
}
main .tables.td_top td {
  vertical-align: top;
}
main .tables .w_half {
  width: 50%;
}
main .tables .w_full {
  width: 100%;
}
main .tables .w_45p {
  width: 45%;
}
main .tables .w_40p {
  width: 40%;
}
main .tables .w_30p {
  width: 30%;
}
main .tables .w_25p {
  width: 25%;
}
main .tables .w_20p {
  width: 20%;
}
main .tables .w_15p {
  width: 15%;
}
main .tables .w_10p {
  width: 10%;
}
main .tables caption {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  main .tables th, main .tables td {
    padding: 10px;
  }
  main .tables.w_half {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  main .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
main .important_box {
  padding: 40px;
  border: solid 2px #D6102A;
}
main .important_box .important_ttl {
  color: #D6102A;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 16px;
  background: url(../images/common/icon_important.png) left top 4px no-repeat;
}
main .important_box strong strong {
  color: #D6102A;
}
@media only screen and (max-width: 768px) {
  main .important_box {
    padding: 20px;
  }
  main .important_box .important_ttl {
    font-size: 1.8rem;
    background-position: left top 2px;
  }
}
main .gray_box {
  padding: 40px;
  background: #F4F4F6;
}
main .gray_box .gray_box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
main .gray_box strong strong {
  color: #D6102A;
}
main .gray_box.type02 {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  main .gray_box {
    padding: 20px;
  }
  main .gray_box .gray_box_ttl {
    margin-bottom: 20px;
  }
}
main .bubble_box {
  max-width: 420px;
  width: 48%;
  border-radius: 20px;
  padding: 25px;
  background: #eee;
  margin-top: 32px;
}
main .bubble_box .bubble_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main .bubble_box .bubble_name {
  display: block;
}
main .bubble_box .font_zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
main .bubble_box .font_bold {
  font-weight: bold;
}
main .bubble_box.w_full {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main .bubble_box {
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }
}
main .border_box {
  padding: 40px;
  border: solid 1px #A6A9AC;
}
@media only screen and (max-width: 768px) {
  main .border_box {
    padding: 20px;
  }
}
main .form_Search dl .req {
  font-size: 1.4rem;
  color: #fff;
  background: #D6102A;
  padding: 5px 15px;
  margin-left: 45px;
}
main .form_Search dl input, main .form_Search dl select {
  padding: 10px;
  border: solid 1px #A6A9AC;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  main .form_Search dl .req {
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-left: 25px;
    word-break: keep-all;
  }
  main .form_Search dl input, main .form_Search dl select {
    padding: 5px;
  }
}
main .form_Search .zip_select {
  padding-bottom: 30px;
  border-bottom: solid 1px #A6A9AC;
}
main .form_Search .zip_select dt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  main .form_Search .zip_select dt label {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
main .form_Search .office_name {
  padding-top: 30px;
}
main .form_Search .office_name dt {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  main .form_Search .office_name dt label {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
main .form_Search .office_name input {
  width: 68%;
  margin-top: 16px;
  max-width: 600px;
}
main .form_Search .search_btn {
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  border: solid 1px #017AC1;
  background: url(../images/common/icon_search.png) left 25px center no-repeat #017AC1;
  background-size: 17px 17px;
  outline: none;
  padding: 15px 30px 15px 60px;
  transition: 0.3s;
}
main .form_Search .search_btn:hover {
  opacity: 0.7;
}
main .form_Search .search_btn:focus {
  border: solid 2px #000;
}
main input.btn:focus {
  border: solid 2px #000 !important;
}
main .tab_navigation ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0;
}
main .tab_navigation ul li {
  width: 24.6%;
  max-width: 217px;
  margin-right: 0.53%;
  text-align: center;
  cursor: pointer;
}
main .tab_navigation ul li a {
  color: #383838;
  text-decoration: none;
  padding: 20px;
  display: block;
}
main .tab_navigation ul li:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
main .tab_navigation ul li.active {
  font-weight: bold;
  position: relative;
  border-left: solid 1px #A6A9AC;
  border-right: solid 1px #A6A9AC;
  background: #fff !important;
}
main .tab_navigation ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: #017AC1;
}
main .tab_navigation ul li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -px;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  main .tab_navigation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none !important;
  }
  main .tab_navigation ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  main .tab_navigation ul li a {
    padding: 20px 10px;
  }
  main .tab_navigation ul li.active {
    border-bottom: solid 1px #A6A9AC;
  }
  main .tab_navigation ul li.active::after {
    display: none;
  }
}
main .tab_content {
  border: solid 1px #A6A9AC;
  padding: 0 40px 60px;
}
main .tab_content .tab_con {
  display: none;
}
main .tab_content .tab_con:nth-child(1) {
  display: block;
}
main .tab_content.no_tabs {
  border: none;
}
main .tab_content .sisan_table {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .tab_content .sisan_table .tables {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
main .tab_content .sisan_table .tables:nth-child(3n) {
  margin-right: 0;
}
main .tab_content .sisan_table .tables td {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  main .tab_content {
    padding: 0 20px 30px;
  }
  main .tab_content .sisan_table .tables {
    width: 46%;
    margin-top: 20px;
    margin-right: 8% !important;
  }
  main .tab_content .sisan_table .tables:nth-child(even) {
    margin-right: 0 !important;
  }
  main .tab_content .sisan_table .tables td {
    padding: 5px;
  }
}
main .accordion_content .ac_ttl {
  background: #D9DEE5;
  position: relative;
  margin-top: 20px;
  border-radius: 3px;
}
main .accordion_content .ac_ttl::after {
  content: "";
  width: 60px;
  height: 100%;
  background: #012652;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
main .accordion_content .ac_ttl a {
  color: #383838;
  font-size: 1.6rem;
  padding: 18px 70px 18px 18px;
  display: block;
  text-decoration: none;
  position: relative;
}
main .accordion_content .ac_ttl a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  display: block;
  background: #fff;
  right: 17px;
  top: 50%;
  z-index: 1;
  transition: 0.3s;
  transform: rotate(90deg);
}
main .accordion_content .ac_ttl a::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  display: block;
  background: #fff;
  right: 17px;
  top: 50%;
  z-index: 1;
  transition: 0.3s;
}
main .accordion_content .ac_ttl.clickBtn_on0 {
  border-bottom-left-radius: 0;
}
main .accordion_content .ac_ttl.clickBtn_on0::after {
  border-bottom-right-radius: 0;
}
main .accordion_content .ac_ttl.clickBtn_on0 a::before {
  transform: rotate(360deg);
}
main .accordion_content .ac_ttl.clickBtn_on0 a::after {
  transform: rotate(180deg);
}
main .accordion_content .ac_detail {
  padding: 40px 40px 60px;
  border: solid 1px #A6A9AC;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
main .accordion_content .ac_detail > h2:first-child,
main .accordion_content .ac_detail > h3:first-child {
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  main .accordion_content .ac_ttl::after {
    width: 40px;
  }
  main .accordion_content .ac_ttl a {
    color: #383838;
    font-size: 1.6rem;
    padding: 10px 50px 10px 10px;
  }
  main .accordion_content .ac_ttl a::before {
    width: 20px;
    right: 10px;
  }
  main .accordion_content .ac_ttl a::after {
    width: 20px;
    right: 10px;
  }
  main .accordion_content .ac_detail {
    padding: 20px 10px 30px;
  }
}
main .faq_content h3 {
  margin-bottom: 30px;
}
main .faq_content article {
  margin-top: 20px;
  position: relative;
}
main .faq_content article a {
  color: #383838;
  text-decoration: none;
  padding: 15px 60px 20px;
  margin-left: 100px;
  display: block;
  border-radius: 10px;
  border: solid 1px #D9D9D9;
  background: url(../../faq/images/icon_q.png) left 20px center no-repeat, url(../images/common/icon_arrow-red.png) right 20px center no-repeat;
  background-size: 22px 30px, 15px 16px;
  transition: 0.3s;
}
main .faq_content article a:hover {
  background-color: #F9DBDF;
}
main .faq_content article .faq_ttl {
  font-weight: bold;
  margin-top: 10px;
}
main .faq_content article .frequently {
  position: absolute;
  color: #fff;
  font-size: 1.4rem;
  left: 0;
  top: 0;
  background: #D6102A;
  border-radius: 30px;
  padding: 5px 20px;
  min-height: 30px;
}
main .faq_content article .frequently::after {
  content: "";
  position: absolute;
  left: 80px;
  top: 25px;
  width: 10px;
  height: 8px;
  display: block;
  background: url(../../faq/images/bg_frequently.png) left top no-repeat;
  background-size: 10px auto;
}
@media only screen and (max-width: 768px) {
  main .faq_content article a {
    padding: 15px 40px 20px;
    margin-left: 0;
    background: url(../../faq/images/icon_q.png) left 10px center no-repeat, url(../images/common/icon_arrow-red.png) right 10px center no-repeat;
    background-size: 16px 22px, 10px 11px;
  }
  main .faq_content article h4 {
    margin-top: 10px;
  }
  main .faq_content article .frequently {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
  }
}
main .questionary_box .radio_lsit li {
  margin-top: 10px;
}
main .questionary_box .radio_lsit li input {
  margin-right: 10px;
}
main .questionary_box textarea {
  border: solid 1px #A6A9AC;
  width: 100%;
  margin: 10px 0 5px;
  padding: 10px;
}
main .questionary_box .btn_area {
  margin-top: 40px;
  text-align: center;
}
main .questionary_box .btn_area input {
  width: 200px;
  margin: 0 10px;
  padding: 15px;
  border-radius: 3px;
  font-weight: bold;
  transition: 0.3s;
}
main .questionary_box .btn_area input:hover {
  opacity: 0.7;
}
main .questionary_box .btn_area input.conf {
  color: #fff;
  background: #017AC1;
  border: solid 1px #017AC1;
}
main .questionary_box .btn_area input.reset {
  color: #383838;
  background: #fff;
  border: solid 1px #A6A9AC;
}
@media only screen and (max-width: 768px) {
  main .questionary_box .btn_area {
    margin: 20px 0 0;
  }
  main .questionary_box .btn_area input {
    width: 80%;
    max-width: 300px;
    margin: 10px 0;
  }
}
main dl.list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main dl.list dt {
  width: 150px;
  margin-top: 20px;
}
main dl.list dd {
  width: calc(100% - 150px);
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  main dl.list {
    display: block;
  }
  main dl.list dt {
    width: 100%;
  }
  main dl.list dd {
    width: 100%;
    margin-top: 5px;
  }
}
main dl.simulation {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main dl.simulation dt {
  width: 200px;
  margin-top: 5px;
  position: relative;
  font-weight: normal;
}
main dl.simulation dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
main dl.simulation dt.marge_ttl {
  padding-left: 20px;
}
main dl.simulation dd {
  width: calc(100% - 210px);
  margin-top: 5px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  main dl.simulation {
    display: block;
  }
  main dl.simulation dt {
    width: 100%;
  }
  main dl.simulation dt::after {
    display: none;
  }
  main dl.simulation dt.marge_ttl {
    padding-left: 10px;
  }
  main dl.simulation dd {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

body.aboutsite .bnr_sample {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.aboutsite .bnr_sample dt {
  width: 200px;
  margin-top: 20px;
}
body.aboutsite .bnr_sample dd {
  width: calc(100% - 200px);
  margin-top: 20px;
}
body.aboutsite .bnr_sample .small img {
  margin-right: 10px;
}
body.aboutsite .bnr_sample .middle img {
  margin-right: 10px;
}
body.aboutsite .bnr_sample .big img {
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.aboutsite .bnr_sample {
    display: block;
  }
  body.aboutsite .bnr_sample dt {
    width: 100%;
  }
  body.aboutsite .bnr_sample dd {
    width: 100%;
    margin-top: 10px;
  }
  body.aboutsite .bnr_sample dd img {
    display: block;
    margin: 10px 0 0;
  }
}

main.serviceContent {
  padding-top: 0 !important;
  min-width: 100%;
}
main.serviceContent .page_title {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main.serviceContent {
    padding-top: 0 !important;
  }
}
main.serviceContent .sec_in {
  width: 100%;
  margin-top: 0;
  padding-bottom: 40px;
}
main.serviceContent .sec_in .ttl_h2 {
  margin-top: 20px;
}
main.serviceContent .sec_in dl {
  margin-bottom: 0;
}
main.serviceContent .sec_in .service_imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.serviceContent .sec_in .service_imgs li {
  margin: 10px 20px 0;
}
main.serviceContent .sec_in .service_imgs li figcaption {
  margin-top: 10px;
}

main.formContent {
  padding-top: 0 !important;
  min-width: 100%;
}
main.formContent .ttl_mv {
  background: #fff !important;
}
main.formContent .page_title {
  max-width: 100%;
}
main.formContent h2 {
  margin: 0 0 20px;
  padding: 20px;
}
main.formContent h2::before, main.formContent h2::after {
  display: none;
}
main.formContent h2.kentou,
main.formContent .linklist_ttl.kentou {
  background: #D8EAF5 !important;
}
main.formContent h2.keiyakusha,
main.formContent .linklist_ttl.keiyakusha {
  background: #FCE5ED !important;
}
main.formContent .ttl_txt {
  font-size: 1.8rem;
}
main.formContent .ttl_txt::before {
  top: 10px;
}
main.formContent .ttl_txt.kentou::before {
  background: #017AC1;
}
main.formContent .ttl_txt.keiyakusha::before {
  background: #E85388;
}
main.formContent .link_page.keiyakusha::before {
  background-image: url(../images/common/icon_arrow-pink.png);
}
main.formContent .linklist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.formContent .linklist li {
  margin-right: 20px;
}
main.formContent .border_line {
  padding-top: 30px;
  border-top: solid 1px #D9D9D9;
}
main.formContent .margin_type05 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 768px) {
  main.formContent {
    padding-top: 0 !important;
  }
}
main.formContent .sec_in {
  width: 100%;
  margin-top: 0;
  padding-bottom: 40px;
}

.kentou h3.point_ttl {
  color: #212529 !important;
}
.kentou h3.point_ttl .point {
  color: #017AC1 !important;
}

.illustration_content h4 {
  margin-bottom: 10px;
}
.illustration_content table {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
}
.illustration_content table img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .illustration_content table img {
    width: 100%;
  }
}

body.kentou .ttl_mv {
  background: #D8EAF5;
}
body.kentou .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-blue.png);
}
body.kentou .ttl_h2::after {
  background: #017AC1;
}
body.kentou .ttl_h3::before {
  background: #017AC1;
}
body.kentou .ttl_h3.point_ttl {
  color: #017AC1;
}
body.kentou .ttl_h4::before {
  background: #017AC1;
}
body.kentou .ttl_num span {
  color: #017AC1;
}
body.kentou .ttl_txt::before {
  background: #017AC1;
}
body.kentou .link_page::before {
  background-image: url(../images/common/icon_arrow-blue.png);
}
body.kentou .bubble_box {
  background: #D8EAF5;
}
body.kentou .com_btn {
  background-color: #017AC1;
}
body.kentou .tab_navigation ul li {
  background: #D8EAF5;
}
body.kentou .tab_navigation ul li.active::before {
  background: #017AC1;
}
body.kentou .accordion_content .ac_ttl {
  background: #D8EAF5;
}
body.kentou .accordion_content .ac_ttl::after {
  background: #017AC1;
}
body.kentou .accordion_content .ac_ttl a::before, body.kentou .accordion_content .ac_ttl a::after {
  background: #D8EAF5;
}

body.keiyakusha .ttl_mv {
  background: #FCE5ED;
}
body.keiyakusha .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-pink.png);
}
body.keiyakusha .ttl_h2::after {
  background: #E85388;
}
body.keiyakusha .ttl_h3::before {
  background: #E85388;
}
body.keiyakusha .ttl_h3.point_ttl {
  color: #E85388;
}
body.keiyakusha .ttl_h4::before {
  background: #E85388;
}
body.keiyakusha .ttl_num span {
  color: #E85388;
}
body.keiyakusha .ttl_txt::before {
  background: #E85388;
}
body.keiyakusha .link_page::before {
  background-image: url(../images/common/icon_arrow-pink.png);
}
body.keiyakusha .bubble_box {
  background: #FCE5ED;
}
body.keiyakusha .com_btn {
  background-color: #E85388;
}
body.keiyakusha .tab_navigation ul li {
  background: #FCE5ED;
}
body.keiyakusha .tab_navigation ul li.active::before {
  background: #E85388;
}
body.keiyakusha .accordion_content .ac_ttl {
  background: #FCE5ED;
}
body.keiyakusha .accordion_content .ac_ttl::after {
  background: #E85388;
}
body.keiyakusha .accordion_content .ac_ttl a::before, body.keiyakusha .accordion_content .ac_ttl a::after {
  background: #FCE5ED;
}

body.taisyoku .ttl_mv {
  background: #FDE9DC;
}
body.taisyoku .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-orange.png);
}
body.taisyoku .ttl_h2::after {
  background: #EF6A15;
}
body.taisyoku .ttl_h3::before {
  background: #EF6A15;
}
body.taisyoku .ttl_h3.point_ttl {
  color: #EF6A15;
}
body.taisyoku .ttl_h4::before {
  background: #EF6A15;
}
body.taisyoku .ttl_num span {
  color: #EF6A15;
}
body.taisyoku .ttl_txt::before {
  background: #EF6A15;
}
body.taisyoku .link_page::before {
  background-image: url(../images/common/icon_arrow-orange.png);
}
body.taisyoku .bubble_box {
  background: #FDE9DC;
}
body.taisyoku .com_btn {
  background-color: #EF6A15;
}
body.taisyoku .tab_navigation ul li {
  background: #FDE9DC;
}
body.taisyoku .tab_navigation ul li.active::before {
  background: #EF6A15;
}
body.taisyoku .accordion_content .ac_ttl {
  background: #FDE9DC;
}
body.taisyoku .accordion_content .ac_ttl::after {
  background: #EF6A15;
}
body.taisyoku .accordion_content .ac_ttl a::before, body.taisyoku .accordion_content .ac_ttl a::after {
  background: #FDE9DC;
}

body.financial-institution .ttl_mv {
  background: #DCECEA;
}
body.financial-institution .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-green.png);
}
body.financial-institution .ttl_h2::after {
  background: #178274;
}
body.financial-institution .ttl_h3::before {
  background: #178274;
}
body.financial-institution .ttl_h3.point_ttl {
  color: #178274;
}
body.financial-institution .ttl_h4::before {
  background: #178274;
}
body.financial-institution .ttl_num span {
  color: #178274;
}
body.financial-institution .ttl_txt::before {
  background: #178274;
}
body.financial-institution .link_page::before {
  background-image: url(../images/common/icon_arrow-green.png);
}
body.financial-institution .bubble_box {
  background: #DCECEA;
}
body.financial-institution .com_btn {
  background-color: #178274;
}
body.financial-institution .tab_navigation ul li {
  background: #DCECEA;
}
body.financial-institution .tab_navigation ul li.active::before {
  background: #178274;
}
body.financial-institution .accordion_content .ac_ttl {
  background: #DCECEA;
}
body.financial-institution .accordion_content .ac_ttl::after {
  background: #178274;
}
body.financial-institution .accordion_content .ac_ttl a::before, body.financial-institution .accordion_content .ac_ttl a::after {
  background: #DCECEA;
}

body.taisilyokukin_sisan .ttl_mv {
  background: #F9EFD9;
}
body.taisilyokukin_sisan .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-yellow.png);
}
body.taisilyokukin_sisan .ttl_h2::after {
  background: #D39200;
}
body.taisilyokukin_sisan .ttl_h3::before {
  background: #D39200;
}
body.taisilyokukin_sisan .ttl_h3.point_ttl {
  color: #D39200;
}
body.taisilyokukin_sisan .ttl_h4::before {
  background: #D39200;
}
body.taisilyokukin_sisan .ttl_num span {
  color: #D39200;
}
body.taisilyokukin_sisan .ttl_txt::before {
  background: #D39200;
}
body.taisilyokukin_sisan .link_page::before {
  background-image: url(../images/common/icon_arrow-yellow.png);
}
body.taisilyokukin_sisan .bubble_box {
  background: #F9EFD9;
}
body.taisilyokukin_sisan .com_btn {
  background-color: #D39200;
}
body.taisilyokukin_sisan .tab_navigation ul li {
  background: #F9EFD9;
}
body.taisilyokukin_sisan .tab_navigation ul li.active::before {
  background: #D39200;
}
body.taisilyokukin_sisan .accordion_content .ac_ttl {
  background: #F9EFD9;
}
body.taisilyokukin_sisan .accordion_content .ac_ttl::after {
  background: #D39200;
}
body.taisilyokukin_sisan .accordion_content .ac_ttl a::before, body.taisilyokukin_sisan .accordion_content .ac_ttl a::after {
  background: #F9EFD9;
}

body.faq .ttl_mv {
  background: #F9DBDF;
}
body.faq .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-red.png);
}
body.faq .ttl_h2::after {
  background: #D6102A;
}
body.faq .ttl_h3::before {
  background: #D6102A;
}
body.faq .ttl_h3.point_ttl {
  color: #D6102A;
}
body.faq .ttl_h4::before {
  background: #D6102A;
}
body.faq .ttl_num span {
  color: #D6102A;
}
body.faq .ttl_txt::before {
  background: #D6102A;
}
body.faq .link_page::before {
  background-image: url(../images/common/icon_arrow-red.png);
}
body.faq .bubble_box {
  background: #F9DBDF;
}
body.faq .com_btn {
  background-color: #D6102A;
}
body.faq .tab_navigation ul li {
  background: #F9DBDF;
}
body.faq .tab_navigation ul li.active::before {
  background: #D6102A;
}
body.faq .accordion_content .ac_ttl {
  background: #F9DBDF;
}
body.faq .accordion_content .ac_ttl::after {
  background: #D6102A;
}
body.faq .accordion_content .ac_ttl a::before, body.faq .accordion_content .ac_ttl a::after {
  background: #F9DBDF;
}

body.notice .ttl_mv {
  background: #D9DEE5;
}
body.notice .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-darkBlue.png);
}
body.notice .ttl_h2::after {
  background: #012652;
}
body.notice .ttl_h3::before {
  background: #012652;
}
body.notice .ttl_h3.point_ttl {
  color: #012652;
}
body.notice .ttl_h4::before {
  background: #012652;
}
body.notice .ttl_num span {
  color: #012652;
}
body.notice .ttl_txt::before {
  background: #012652;
}
body.notice .link_page::before {
  background-image: url(../images/common/icon_arrow-darkBlue.png);
}
body.notice .bubble_box {
  background: #D9DEE5;
}
body.notice .com_btn {
  background-color: #012652;
}
body.notice .tab_navigation ul li {
  background: #D9DEE5;
}
body.notice .tab_navigation ul li.active::before {
  background: #012652;
}
body.notice .accordion_content .ac_ttl {
  background: #D9DEE5;
}
body.notice .accordion_content .ac_ttl::after {
  background: #012652;
}
body.notice .accordion_content .ac_ttl a::before, body.notice .accordion_content .ac_ttl a::after {
  background: #D9DEE5;
}

body.information .ttl_mv {
  background: #E8E1F5;
}
body.information .content_navlist ul li::before {
  background-image: url(../images/common/icon_circleArrow-people.png);
}
body.information .ttl_h2::after {
  background: #6539B9;
}
body.information .ttl_h3::before {
  background: #6539B9;
}
body.information .ttl_h3.point_ttl {
  color: #6539B9;
}
body.information .ttl_h4::before {
  background: #6539B9;
}
body.information .ttl_num span {
  color: #6539B9;
}
body.information .ttl_txt::before {
  background: #6539B9;
}
body.information .link_page::before {
  background-image: url(../images/common/icon_arrow-people.png);
}
body.information .bubble_box {
  background: #E8E1F5;
}
body.information .com_btn {
  background-color: #6539B9;
}
body.information .tab_navigation ul li {
  background: #E8E1F5;
}
body.information .tab_navigation ul li.active::before {
  background: #6539B9;
}
body.information .accordion_content .ac_ttl {
  background: #E8E1F5;
}
body.information .accordion_content .ac_ttl::after {
  background: #6539B9;
}
body.information .accordion_content .ac_ttl a::before, body.information .accordion_content .ac_ttl a::after {
  background: #E8E1F5;
}
.left-noborder{
  border-left: 0px none;
}
.right-noborder{
  border-right: 0px none;
}

/*# sourceMappingURL=template.css.map */