@charset "UTF-8";


@media (min-width: 768px) {
  .show-sp {
    display: none;
  }

  .slick-slide.show-sp {
    display: none !important;
  }

  .pn {
    margin-top: -148px;
    padding-top: 148px;
  }

  .top-slide-wrap {
    background-image: url(/common/image/img_bg_05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-slide-block {
    width: 1100px;
    margin: 0 auto;
  }

  .common-btn-01 {
    color: #FFF;
    background-color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    padding-right: 35px;
    padding-left: 35px;
  }

  .common-btn-01:hover {
    text-decoration: none;
  }

  .common-btn-01::before,
  .common-btn-01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .common-btn-01::before {
    top: 6px;
    right: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-btn-01::after {
    top: 7px;
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .common-btn-01.type02 {
    background-color: #FF7F00;
  }

  .common-btn-01.type03 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type03::before {
    background: #0096A0;
  }

  .common-btn-01.type03::after {
    border-top: 1px solid #0096A0;
  }

  .common-btn-01.type04 {
    background-color: #FFF;
    border: solid 1px #FF7F00;
    color: #FF7F00;
  }

  .common-btn-01.type04::before {
    background: #FF7F00;
  }

  .common-btn-01.type04::after {
    border-top: 1px solid #FF7F00;
  }

  .common-btn-01.type05 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type05 span {
    line-height: 30px;
    background-image: url(/common/image/icon_btn_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 35px;
  }

  .common-btn-01.type05::before {
    display: none;
  }

  .common-btn-01.type05::after {
    display: none;
  }

  .common-btn-01.type06 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type06 span {
    line-height: 30px;
    background-image: url(/common/image/icon_btn_modal.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 35px;
  }

  .common-btn-01.type06::before {
    display: none;
  }

  .common-btn-01.type06::after {
    display: none;
  }

  .common-btn-01.type07 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }

  .common-btn-01.type07 span {
    line-height: 30px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 35px;
  }

  .top-pray-wrap {
    background-color: #F1F5FD;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-pray-block {
    width: 730px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    padding: 30px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border: 1px solid #F8A1A5;
  }

  .top-pray-block dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .top-pray-block dl dd {
    font-size: 14px;
  }

  .common-under-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .common-2column-side {
    width: 260px;
    float: right;
  }

  .common-2column-main {
    width: 800px;
    float: left;
  }

  .common-section-01 {
    margin-bottom: 50px;
  }

  .common-side-nav dt a {
    background-color: #014997;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    font-weight: bold;
    color: #FFF;
    display: block;
    text-decoration: none;
  }

  .common-side-nav dd {
    border-bottom: 1px solid #6C6C6C;
  }

  .common-side-nav dd a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
  }

  .common-side-nav dd a:hover {
    background-color: #E1EFFF;
  }

  .common-side-nav dd.current>a {
    background-color: #E1EFFF;
  }

  .common-side-nav dd a span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }

  .common-side-nav dd a span:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-side-nav li:first-child {
    border-top: 1px solid #6C6C6C;
  }

  .common-side-nav li {
    border-bottom: 1px solid #6C6C6C;
  }

  .common-side-nav li a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
  }

  .common-side-nav li a:hover {
    background-color: #E1EFFF;
  }

  .common-side-nav li.current>a {
    background-color: #E1EFFF;
  }

  .common-side-nav li a span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }

  .common-side-nav li a span:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-side-nav-under {
    margin-left: 22px;
  }

  .common-side-nav-under li:last-child {
    border: none;
  }

  .common-txt-lead-01 {
    margin-bottom: 25px;
  }

  .common-txt-basic-01 {
    margin-bottom: 20px;
  }

  .common-txt-basic-02 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .common-txt-basic-03 {
    margin-bottom: 20px;
  }

  .common-txt-basic-03 dt {
    margin-bottom: 7px;
  }

  .common-txt-basic-05 {
    margin-bottom: 35px;
  }

  .common-txt-basic-06 {
    font-size: 14px;
  }

  .common-txt-basic-07 {
    margin-bottom: 15px;
  }

  .common-subtitle-02 {
    font-size: 20px;
    font-weight: normal;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #F1F5FD;
    margin-bottom: 20px;
    padding-top: 11px;
    padding-right: 14px;
    padding-bottom: 11px;
    padding-left: 14px;
  }

  .common-subtitle-03 {
    font-size: 20px;
    font-weight: normal;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 11px;
    padding-right: 14px;
    padding-bottom: 11px;
    padding-left: 14px;
  }

  .common-subtitle-04 {
    margin-bottom: 10px;
  }

  .common-subtitle-04 span {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #014B98;
    background-color: #014B98;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .common-subtitle-05 {
    margin-bottom: 10px;
  }

  .common-subtitle-05 span {
    font-size: 16px;
    font-weight: 500;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .common-parts-title-01 {
    font-size: 26px;
    font-weight: bold;
    color: #777777;
    background-color: #E9E9E9;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .common-parts-title-02 {
    font-size: 18px;
    font-weight: normal;
    background-color: #E9E9E9;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .common-topics-title-01 {
    margin-bottom: 15px;
  }

  .common-topics-list-wrap {
    background-color: #FFF;
    margin-bottom: 45px;
  }

  .common-topics-list {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
  }

  .common-topics-list.type02 {
    width: auto;
    display: table;
    border-bottom: 1px none #CCC;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .common-topics-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px none #CCC;
  }

  .common-topics-list-date {
    display: table-cell;
    vertical-align: top;
    width: 9.5em;
    font-weight: 500;
    color: #014997;
  }

  .common-topics-list-category {
    display: table-cell;
    vertical-align: top;
    width: 6em;
    font-weight: bold;
    color: #014997;
  }

  .common-topics-list-category span {
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    border: 1px solid #014997;
  }

  .common-topics-list-category.common-category-color-02 {
    color: #fd8f36;
  }

  .common-topics-list-category.common-category-color-02 span {
    border-color: #fd8f36;
  }

  .common-topics-list-category.common-category-color-03 {
    color: #17a99c;
  }

  .common-topics-list-category.common-category-color-03 span {
    border-color: #17a99c;
  }

  .common-topics-list-category.common-category-color-04 {
    color: #e05fa0;
  }

  .common-topics-list-category.common-category-color-04 span {
    border-color: #e05fa0;
  }

  .common-topics-list-txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
  }

  .common-pager-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .common-pager-list {
    text-align: center;
  }

  .common-pager-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
  }

  .common-pager-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #014997;
    border: 1px solid #014997;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-pager-list li a:hover {
    color: #fff;
    background-color: #014997;
  }

  .common-pager-list li.common-pager-txt {
    min-width: 6em;
  }

  .common-pager-list li.common-pager-total span {
    min-width: 6em;
    font-size: 14px;
    font-weight: 500;
    color: #014997;
    border: 1px solid #014997;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-pager-list li.common-pager-current span {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    border: 1px solid #555555;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-img-link-wrap {
    margin-bottom: 45px;
  }

  .common-img-link-box {
    width: 30%;
    float: left;
    margin-left: 5%;
  }

  .common-img-link-box>a {
    display: block;
    text-decoration: none;
  }

  .common-img-link-wrap.type02 .common-img-link-box {
    width: 48%;
    margin-left: 4%;
  }

  .common-img-link-box:first-child {
    margin-left: 0;
  }

  .common-img-link-wrap.type02 .common-img-link-box:first-child {
    margin-left: 0;
  }

  .common-img-link-img {
    margin-bottom: 12px;
  }

  .common-img-link-img img {
    width: 100%;
  }

  .common-img-link-txt {
    margin-bottom: 20px;
  }

  .common-img-link-txt dt {
    font-weight: bold;
    font-size: 18px;
  }

  .common-img-link-txt dd {}

  .common-img-link-btn {
    width: 200px;
    margin: 0 auto;
  }

  .common-img-link-btn.type02 {
    width: 100%;
    margin: 0 auto;
  }

  .common-img-link-wrap.type02 .common-img-link-btn {
    width: 264px;
  }

  .common-box-col-02-wrap {
    margin-bottom: 45px;
  }

  .common-box-col-02-imgwrap {
    float: left;
    vertical-align: middle;
    width: 50%;
    position: relative;
  }

  .common-box-col-02-img a {
    display: block;
    position: relative;
  }

  .common-box-col-02-img a:hover {
    opacity: 0.7;
  }

  .common-box-col-02-img img {
    width: 100%;
  }

  .common-box-col-02-img-link a:after {
    content: "";
    background: url(/common/image/icon_modal.png);
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 0;
  }

  .common-box-col-02-txtwrap {
    float: right;
    vertical-align: middle;
    width: 46%;
  }

  .common-box-col-02-txtwrap p {
    margin-bottom: 15px;
  }

  .common-box-col-02-imgwrap {
    float: left;
    vertical-align: middle;
    width: 50%;
  }

  .common-box-col-02-wrap.type03 .common-box-col-02-txtwrap {
    float: left;
  }

  .common-box-col-02-wrap.type03 .common-box-col-02-imgwrap {
    float: right;
  }

  .common-box-col-02-wrap.type04 .common-box-col-02-txtwrap {
    width: 56%;
  }

  .common-box-col-02-wrap.type04 .common-box-col-02-imgwrap {
    width: 40%;
  }

  .common-box-col-02-wrap.type05 .common-box-col-02-txtwrap {
    width: 84%;
  }

  .common-box-col-02-wrap.type05 .common-box-col-02-imgwrap {
    width: 12%;
  }

  .common-list-wrap-01 {
    margin-bottom: 30px;
  }

  .common-list-wrap-01.list-basic-01 li {
    text-indent: -1em;
    margin-left: 1em;
  }

  .common-list-wrap-01.list-link-01 li {}

  .common-list-wrap-01.list-link-01 li a {
    position: relative;
    padding-left: 1em;
    display: block;
  }

  .common-list-wrap-01.list-link-01 li a:after {
    display: block;
    position: absolute;
    top: 11px;
    left: 2px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-list-wrap-01.list-num-01 li {
    text-indent: -0.9em;
    margin-left: 0.9em;
  }

  .common-list-wrap-01.list-notice-01 li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 16px;
  }

  .common-list-wrap-02 {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #6C6C6C;
  }

  .common-list-wrap-02 dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .common-list-wrap-02.type02 {
    border-color: #014B98;
  }

  .common-list-wrap-02.type02 dt {
    color: #014B98;
  }

  a.common-txt-link-02 {
    color: #014B98;
    text-decoration: underline;
  }

  a.common-txt-link-02:hover {
    color: #014B98;
    text-decoration: none;
  }

  a.common-txt-link-02 span {
    background-image: url(/common/image/icon_common_new_window.png);
    background-repeat: no-repeat;
    background-position: right 1px center;
    display: inline-block;
    padding-right: 22px;
    text-decoration: underline;
  }

  a.common-txt-link-02:hover span {
    color: #014B98;
    text-decoration: none;
  }

  .common-btn-wrap-01 {
    width: 300px;
    margin: 30px auto;
  }

  .common-btn-wrap-01.type02 {
    width: 600px;
  }

  .common-table-wrap-01 {
    margin-bottom: 20px;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px solid #6C6C6C;
  }

  .common-table-wrap-01 table {
    width: 100%;
  }

  .common-table-wrap-01 table th {
    font-weight: bold;
    background-color: #E9E9E9;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #FFF;
    width: 26%;
  }

  .common-table-wrap-01 table td {
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #C9C9C9;
    width: 37%;
  }

  .common-table-wrap-01.type03 table td {
    width: auto;
  }

  .common-table-wrap-01 table tr:last-child th,
  .common-table-wrap-01 table tr:last-child td {
    border-bottom: none;
  }

  .common-accordion-wrap {
    margin-bottom: 40px;
    position: relative;
  }

  .common-accordion {
    font-size: 18px;
    color: #FFF;
    background-color: #0096A0;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-radius: 5px;
    background-image: url(/common/image/icon_plus.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }

  .common-accordion.open {
    background-image: url(/common/image/icon_minus.png);
  }

  .common-accordion-block {
    display: none;
    padding-top: 20px;
  }

  .common-accordion.type02 {
    background-color: #FF7F00;
  }

  .common-form-wrap-01 {
    margin-bottom: 45px;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 45px;
  }

  .common-form-wrap-01 table {
    width: 100%;
  }

  .common-form-wrap-01 table th {
    font-weight: bold;
    background-color: #E9E9E9;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #FFF;
    width: 30%;
    vertical-align: top;
    font-size: 16px;
  }

  .common-form-wrap-01 table td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #C9C9C9;
    vertical-align: top;
    font-size: 16px;
  }

  .common-form-wrap-01 table tr:last-child th,
  .common-form-wrap-01 table tr:last-child td {
    border-bottom: none;
  }

  .common-form-input-01 input,
  .common-form-input-01 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #C9C9C9;
  }

  .common-form-input-01 textarea {
    height: 200px;
  }

  .common-required {
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    background-color: #D90000;
    display: inline-block;
    margin-left: 10px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: middle;
  }

  .common-form-list-01 li {
    display: inline-block;
    margin-right: 10px;
    width: 40%;
  }

  .common-form-policy-wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
    border: 1px solid #C9C9C9;
    padding: 20px;
    padding-bottom: 10px;
  }

  .common-form-policy-wrap dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .common-form-policy-wrap dl dd {
    margin-bottom: 10px;
  }

  .common-form-btn-wrap {
    margin-bottom: 45px;
    margin-top: 45px;
  }

  .common-form-btn-wrap ul {
    text-align: center;
  }

  .common-form-btn-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
    width: 265px;
    cursor: pointer;
    position: relative;
  }

  .common-form-btn-01 input {
    color: #FFF;
    background-color: #404040;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    width: 100%;
    border: none;
    cursor: pointer;
  }

  .common-form-btn-01::before,
  .common-form-btn-01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
  }

  .common-form-btn-01::after {
    top: 7px;
    left: 16px;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .common-form-btn-01::before {
    top: 6px;
    left: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-form-btn-02 input {
    color: #FFF;
    background-color: #FF7F00;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    width: 100%;
    border: none;
    cursor: pointer;
  }

  .common-form-btn-02::before,
  .common-form-btn-02::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
  }

  .common-form-btn-02::after {
    top: 7px;
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .common-form-btn-02::before {
    top: 6px;
    right: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-history-wrap {
    margin-bottom: 45px;
  }

  .common-history-box {
    position: relative;
    width: 100%;
    display: table;
  }

  .common-history-date {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    padding-bottom: 30px;
    position: relative;
  }

  .common-history-date span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #014B98;
    text-align: center;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
  }

  .history-type-01 .common-history-date span {
    background-color: #88B7DD;
  }

  .history-type-02 .common-history-date span {
    background-color: #EA80A8;
  }

  .history-type-03 .common-history-date span {
    background-color: #4CB9C0;
  }

  .history-type-04 .common-history-date span {
    background-color: #EEA766;
  }

  .common-history-date:after {
    position: absolute;
    top: 2px;
    left: 35px;
    content: "";
    vertical-align: middle;
    z-index: 0;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border-left: 10px solid #014B98;
  }

  .common-history-box:first-child .common-history-date:after {
    height: 50%;
    top: inherit;
    bottom: -2px;
  }

  .common-history-box:last-child .common-history-date:after {
    height: 50%;
  }

  .common-history-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-bottom: 30px;
  }

  .common-history-date span {
    line-height: 1.3;
  }

  .common-history-date {
    vertical-align: top;
  }

  .common-history-txt {
    vertical-align: top;
    padding-top: 28px;
  }

  .common-history-box:first-child .common-history-date:after {
    height: 100%;
  }

  .common-history-box:last-child .common-history-date:after {
    height: 100%;
  }

  .common-history-box:last-child .common-history-date:before {
    position: absolute;
    bottom: -40px;
    left: 20px;
    content: "";
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 0px;
    border-top: 20px solid #014B98;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
  }

  .history-block-01 {
    width: 100%;
    display: table;
    margin-bottom: 12px;
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 2px;
  }

  .history-block-02 {
    width: 4em;
    display: table-cell;
    vertical-align: top;
  }

  .history-block-03 {
    display: table-cell;
    vertical-align: top;
  }

  .history-block-04 {
    width: 100%;
    display: table;
    margin-bottom: 7px;
  }

  .history-block-05 {
    display: table-cell;
    vertical-align: top;
    width: 5.5em;
  }

  .history-block-05 span {
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .history-block-05.history-icon-01 span {
    color: #e05fa0;
    border: 1px solid #e05fa0;
  }

  .history-block-05.history-icon-02 span {
    color: #17a99c;
    border: 1px solid #17a99c;
  }

  .history-block-05.history-icon-03 span {
    color: #8AB1DB;
    border: 1px solid #8AB1DB;
  }

  .history-block-05.history-icon-04 span {
    color: #fd8f36;
    border: 1px solid #fd8f36;
  }

  .history-block-06 {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
  }

  .history-block-07 {
    margin-bottom: 12px;
  }

  .common-link-nav-01 {
    margin-bottom: 45px;
  }

  .common-link-nav-01 li {
    width: 25%;
    float: left;
    display: table;
  }

  .common-link-nav-01 li a {
    display: table-cell;
    text-align: center;
    border-bottom: 3px solid #E0E0E0;
    vertical-align: middle;
    padding-bottom: 5px;
    text-decoration: none;
  }

  .common-link-nav-01 li a span {
    text-align: center;
    display: block;
  }

  .common-link-nav-01 li a:hover,
  .common-link-nav-01 li.current a {
    color: #014B98;
    border-bottom-color: #014B98;
  }

  .common-link-txt-01 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-01:after {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #014B98;
    border-right-color: #014B98;
  }

  .common-link-txt-01 a {
    color: #014B98;
  }

  .common-link-img-01 {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 2px;
  }

  .common-link-txt-02 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-02:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #014B98;
    border-right-color: #014B98;
  }

  .common-link-txt-02 a {
    font-weight: bold;
  }

  .common-link-txt-03 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-03:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #014B98;
    border-left-color: #014B98;
  }

  .common-link-txt-03 a {
    font-weight: bold;
  }

  .common-pagetop-txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-link-txt-03.type02 {
    float: right;
  }

  .common-link-txt-03.type02 a {
    font-weight: normal;
    display: block;
  }

  .common-anchor-nav {
    margin-bottom: 35px;
  }

  .common-anchor-nav li {
    width: 49%;
    float: left;
    display: table;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .common-anchor-nav.type02 li {
    width: 32%;
    margin-left: 2%;
  }

  .common-anchor-nav.type03 li {
    width: 23.5%;
    margin-left: 2%;
  }

  .common-anchor-nav li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }

  .common-anchor-nav li:first-child {
    margin-left: 0;
    clear: both;
  }

  .common-anchor-nav li a {
    display: table-cell;
    text-align: center;
    border: 1px solid #004B98;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #004B98;
    border-radius: 3px;
    background-color: #F1F5FD;
  }

  .common-anchor-nav li a span {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }

  .common-anchor-nav li a span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #014B98;
    border-right-color: #014B98;
  }

  .common-anchor-nav li a:hover {
    color: #F1F5FD;
    background-color: #004B98;
  }

  .common-anchor-nav li a:hover span:after {
    border-bottom-color: #F1F5FD;
    border-right-color: #F1F5FD;
  }

  .common-img-spzoom {
    text-align: center;
    margin-bottom: 25px;
  }

  .common-tab-wrap {
    margin-bottom: 45px;
  }

  .common-tab-list {
    margin-bottom: 20px;
  }

  .common-tab-list.type01 {
    border-bottom: 3px solid #014B98;
  }

  .common-tab-list.type01 li {
    width: 20%;
    padding-left: 1px;
    float: left;
  }

  .common-tab-list.type01 li:first-child {
    padding-left: 0;
  }

  .common-tab-list.type01 li span {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    border-bottom: none;
    color: #014B98;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px 3px 0 0;
  }

  .common-tab-list.type01 li.tab-current span,
  .common-tab-list.type01 li:hover span {
    color: #FFF;
    background-color: #014B98;
  }

  .common-tab-list.type02 {
    border-top: 3px solid #014B98;
  }

  .common-tab-list.type02 li {
    width: 25%;
    float: left;
  }

  .common-tab-list.type02 li a>span {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    border-left: none;
    color: #014B98;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 29px;
  }

  .common-tab-list.type02 li span.tab-txt {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    border-left: none;
    color: #014B98;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 29px;
  }

  .common-tab-list.type02 li.tab-current span.tab-txt,
  .common-tab-list.type02 li:hover span.tab-txt {
    color: #014B98;
    background-color: #F1F5FD;
  }

  .common-tab-list.type02 li:first-child {
    border-left: 1px solid #014B98;
  }

  .common-tab-list.type02 li.tab-current a>span,
  .common-tab-list.type02 li:hover a>span {
    color: #014B98;
    background-color: #F1F5FD;
  }

  .common-tab-list.type02 li span.tab-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    padding-left: 36px;
  }

  .common-tab-list.type02 li span.tab-icon.type01 {
    background-image: url(/service/common/image/icon_service_01.png);
  }

  .common-tab-list.type02 li span.tab-icon.type02 {
    background-image: url(/service/common/image/icon_service_02.png);
  }

  .common-tab-list.type02 li span.tab-icon.type03 {
    background-image: url(/service/common/image/icon_service_03.png);
  }

  .common-tab-list.type02 li span.tab-icon.type04 {
    background-image: url(/service/common/image/icon_service_04.png);
  }

  .common-tab-list.type03 {
    border-top: 3px solid #014B98;
  }

  .common-tab-list.type03 li {
    width: 25%;
    padding-left: 1px;
    float: left;
  }

  .common-tab-list.type03 li:first-child {
    padding-left: 0;
  }

  .common-tab-list.type03 li span {
    font-size: 18px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    border-top: none;
    color: #014B98;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
  }

  .common-tab-list.type03 li.tab-current span,
  .common-tab-list.type03 li:hover span {
    color: #FFF;
    background-color: #014B98;
  }

  .common-tab-list a:hover {
    text-decoration: none;
  }

  .common-display-none {
    display: none;
  }

  .common-bg-block {
    background-color: #F1F5FD;
    padding: 15px;
  }

  .common-footer-contents-wrap {}

  .common-footer-contents-block {
    background-color: #F1F5FD;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .common-footer-contents-wrap.type02 .common-footer-contents-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .common-footer-contents-wrap.type03 .common-footer-contents-block {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .common-footer-contents-title-01 {
    font-size: 26px;
    font-weight: bold;
    color: #0096A0;
    text-align: center;
    margin-bottom: 35px;
  }

  .common-footer-contents-wrap.type03 .common-footer-contents-title-01 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .common-footer-contents-box-wrap {
    text-align: center;
    font-size: 0;
  }

  .common-footer-contents-box {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #0096A0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
  }

  .common-footer-contents-box.type02 {
    padding: 0;
  }

  .common-footer-contents-box.type02 .common-footer-contents-btn-01 {
    padding: 0;
  }

  .common-footer-contents-wrap.type02 .common-footer-contents-box {
    width: 480px;
    margin-left: 45px;
    margin-right: 45px;
  }

  .common-footer-contents-title-02 {
    font-size: 22px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    margin-bottom: 17px;
  }

  .common-footer-contents-title-02 span {
    line-height: 31px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 31px;
  }

  .common-footer-contents-title-02.type01 span {
    background-image: url(/common/image/icon_footer_contents_tel.png);
    padding-left: 28px;
  }

  .common-footer-contents-title-02.type02 span {
    background-image: url(/common/image/icon_footer_contents_form.png);
  }

  .common-footer-contents-btn-01 {
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
  }

  .common-footer-contents-wrap.type02 .common-footer-contents-btn-01 {
    padding-right: 95px;
    padding-left: 95px;
  }

  .common-footer-contents-btn-01 a {
    font-size: 16px;
  }

  .common-footer-contents-btn-01 span {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
  }

  .common-footer-contents-btn-03 {
    min-height: 62px;
  }

  .common-footer-contents-btn-03-sub {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 1;
    padding-top: 7px;
    margin-bottom: 4px;
  }

  .common-footer-contents-btn-03-txt {
    background-image: url(/common/image/icon_footer_contents_tel.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 16px;
    padding-left: 20px;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
  }

  .no-tel .common-footer-contents-btn-03-txt {
    background-image: none;
    padding-left: 0;
  }

  .footer-link-contents-wrap {
    margin-bottom: 60px;
  }

  .footer-link-contents-box {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    border-left: solid 1px #fff;
  }

  .footer-link-contents-box:first-child {
    border-left: none 1px #fff;
  }

  .footer-link-contents-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .footer-link-contents-box:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .footer-link-contents-box a {
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 45%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .footer-link-contents-box a p {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    left: 0px;
    top: 50%;
    right: 0px;
    margin-top: -22px;
    position: absolute;
  }

  .footer-link-bg-01:after {
    background-image: url(/common/image/bg_footer_contents_01.png);
  }

  .footer-link-bg-02:after {
    background-image: url(/common/image/bg_footer_contents_02.png);
  }

  .footer-link-bg-03:after {
    background-image: url(/common/image/bg_footer_contents_03.png);
  }

  .footer-link-bg-04:after {
    background-image: url(/common/image/bg_footer_contents_04.png);
  }

  .footer-link-contents-wrap.type02 .footer-link-contents-box {
    width: 23.5%;
    margin-left: 2%;
  }

  .footer-link-contents-wrap.type02 .footer-link-contents-box:first-child {
    margin-left: 0;
  }

  .footer-link-contents-wrap.type02 .footer-link-contents-box a p {
    font-size: 18px;
    margin-top: -14px;
  }

  .common-footer-contents-btn-01.type03 span {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .common-footer-contents-btn-01 span.common-footer-contents-txt-01 {
    background-color: transparent;
    border: none;
    color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    left: 0px;
    right: 0px;
    bottom: 7px;
  }

  .common-footer-contents-btn-03.type04 {
    min-height: 77px;
  }

  .common-footer-contents-btn-03.type04.no-time {
    min-height: 62px;
  }

  .common-footer-contents-btn-03.type04 span.common-footer-contents-txt-01 {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
  }

  .common-footer-contents-box.type02.type04 .common-btn-01 {
    padding-top: 23px;
    padding-bottom: 24px;
  }

  .common-margin-bottom-block-02 {
    margin-bottom: 30px;
  }

  .common-1column-wrap {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  .list-basic-01.type02 {
    margin-bottom: 0;
  }

  .common-img-block-01 {
    margin-bottom: 30px;
  }

  .img-margin-bottom-01 {
    margin-bottom: 12px;
  }

  .img-margin-bottom-02 {
    margin-bottom: 30px;
  }

  .common-link-block-01 {
    margin-bottom: 30px;
  }

  .common-link-block-01 a {
    text-decoration: none;
    display: block;
    border: 1px solid #D4D4D4;
    padding-top: 12px;
    padding-right: 17px;
    padding-bottom: 12px;
    padding-left: 17px;
  }

  .common-link-block-01 a:hover {
    border: 1px solid #014B98;
  }

  .common-link-block-txt-01 {
    font-size: 18px;
    font-weight: bold;
    color: #014B98;
  }

  .common-link-block-txt-01 span {
    font-size: 16px;
  }

  .common-link-block-txt-01 span.common-link-block-icon-01 {
    font-size: 12px;
    position: relative;
    padding-right: 7px;
    top: -2px;
  }

  .common-link-block-list-01 li {
    min-width: 6em;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #014B98;
    background-color: #E1EFFF;
    border: 1px solid #014B98;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-right: 5px;
  }

  .common-link-block-list-01 li.icon-part {
    color: #FF5C26;
    background-color: #FFEFDF;
    border: 1px solid #FF5C26;
  }

  .common-careers-title-01 {
    font-size: 20px;
    color: #FFF;
    background-color: #024B98;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-right: 17px;
    padding-bottom: 8px;
    padding-left: 17px;
  }

  .common-side-banner-01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pn {
    margin-top: -50px;
    padding-top: 50px;
  }

  input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
  }

  input[type="text"] {
    border-radius: 0;
    -webkit-appearance: none;
  }

  .top-slide-wrap {
    background-image: url(/common/image/img_bg_05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-slide-block {
    width: 75%;
    margin: 0 auto;
  }

  .slick-slide img {
    width: 100%;
  }

  .common-btn-01 {
    color: #FFF;
    background-color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
  }

  .common-btn-01:hover {
    text-decoration: none;
  }

  .common-btn-01::before,
  .common-btn-01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }

  .common-btn-01::before {
    top: 6px;
    right: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-btn-01::after {
    top: 7px;
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .common-btn-01.type02 {
    background-color: #FF7F00;
  }

  .common-btn-01.type03 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type03::before {
    background: #0096A0;
  }

  .common-btn-01.type03::after {
    border-top: 1px solid #0096A0;
  }

  .common-btn-01.type04 {
    background-color: #FFF;
    border: solid 1px #FF7F00;
    color: #FF7F00;
  }

  .common-btn-01.type04::before {
    background: #FF7F00;
  }

  .common-btn-01.type04::after {
    border-top: 1px solid #FF7F00;
  }

  .common-btn-01.type05 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type05 span {
    line-height: 24px;
    background-image: url(/common/image/icon_btn_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    display: inline-block;
    padding-left: 28px;
  }

  .common-btn-01.type05::before {
    display: none;
  }

  .common-btn-01.type05::after {
    display: none;
  }

  .common-btn-01.type06 {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
  }

  .common-btn-01.type06 span {
    line-height: 24px;
    background-image: url(/common/image/icon_btn_modal.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    display: inline-block;
    padding-left: 28px;
  }

  .common-btn-01.type06::before {
    display: none;
  }

  .common-btn-01.type06::after {
    display: none;
  }

  .common-btn-01.type07 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }

  .common-btn-01.type07 span {
    line-height: 30px;
    background-image: url(/common/image/icon_footer_contents_form.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    display: inline-block;
    padding-left: 25px;
  }

  .top-pray-wrap {
    background-color: #F1F5FD;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-pray-block {
    width: 94%;
    text-align: center;
    color: #000;
    background-color: #FFF;
    padding: 15px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border: 1px solid #F8A1A5;
  }

  .top-pray-block dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .top-pray-block dl dd {
    font-size: 14px;
  }

  .common-under-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .common-2column-side {
    display: none;
  }

  .common-sp-side {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .common-2column-main {
    width: 100%;
  }

  .common-section-01 {
    margin-bottom: 35px;
  }

  .common-side-nav dt a {
    background-color: #014997;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    font-weight: bold;
    color: #FFF;
    display: block;
    text-decoration: none;
  }

  .common-side-nav dd {
    border-bottom: 1px solid #6C6C6C;
  }

  .common-side-nav dd a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
  }

  .common-side-nav dd.current>a {
    background-color: #E1EFFF;
  }

  .common-side-nav dd a span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }

  .common-side-nav dd a span:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-side-nav li:first-child {
    border-top: 1px solid #6C6C6C;
  }

  .common-side-nav li {
    border-bottom: 1px solid #6C6C6C;
  }

  .common-side-nav li a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
    padding-left: 10px;
    text-decoration: none;
  }

  .common-side-nav li.current>a {
    background-color: #E1EFFF;
  }

  .common-side-nav li a span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }

  .common-side-nav li a span:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-side-nav-under {
    margin-left: 22px;
  }

  .common-side-nav-under li:last-child {
    border: none;
  }

  .common-txt-lead-01 {
    margin-bottom: 20px;
  }

  .common-txt-basic-01 {
    margin-bottom: 12px;
  }

  .common-txt-basic-02 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .common-txt-basic-03 {
    margin-bottom: 20px;
  }

  .common-txt-basic-03 dt {
    margin-bottom: 7px;
  }

  .common-txt-basic-05 {
    margin-bottom: 25px;
  }

  .common-txt-basic-06 {}

  .common-txt-basic-07 {
    margin-bottom: 10px;
  }

  .common-subtitle-02 {
    font-size: 16px;
    font-weight: normal;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #F1F5FD;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-right: 14px;
    padding-bottom: 11px;
    padding-left: 14px;
  }

  .common-subtitle-03 {
    font-size: 16px;
    font-weight: normal;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-right: 14px;
    padding-bottom: 11px;
    padding-left: 14px;
  }

  .common-subtitle-04 {
    margin-bottom: 12px;
  }

  .common-subtitle-04 span {
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #014B98;
    background-color: #014B98;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .common-subtitle-05 {
    margin-bottom: 12px;
  }

  .common-subtitle-05 span {
    font-weight: 500;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .common-parts-title-01 {
    font-size: 16px;
    font-weight: bold;
    color: #777777;
    background-color: #E9E9E9;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .common-parts-title-02 {
    font-size: 14px;
    font-weight: normal;
    background-color: #E9E9E9;
    margin-bottom: 15px;
    padding: 12px;
  }

  .common-topics-title-01 {
    margin-bottom: 12px;
  }

  .common-topics-list-wrap {
    background-color: #FFF;
    margin-bottom: 25px;
  }

  .common-topics-list {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
  }

  .common-topics-list.type02 {
    width: auto;
    border-bottom: 1px none #CCC;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .common-topics-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px none #CCC;
  }

  .common-topics-list-date {
    display: inline-block;
    vertical-align: middle;
    width: 9em;
    font-weight: 500;
    color: #014997;
  }

  .common-topics-list-category {
    display: inline-block;
    vertical-align: middle;
    width: 6em;
    font-weight: bold;
    color: #014997;
  }

  .common-topics-list-category span {
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border: 1px solid #014997;
  }

  .common-topics-list-category.common-category-color-02 {
    color: #fd8f36;
  }

  .common-topics-list-category.common-category-color-02 span {
    border-color: #fd8f36;
  }

  .common-topics-list-category.common-category-color-03 {
    color: #17a99c;
  }

  .common-topics-list-category.common-category-color-03 span {
    border-color: #17a99c;
  }

  .common-topics-list-category.common-category-color-04 {
    color: #e05fa0;
  }

  .common-topics-list-category.common-category-color-04 span {
    border-color: #e05fa0;
  }

  .common-topics-list-txt {
    display: block;
    vertical-align: top;
    padding-top: 7px;
  }

  .common-pager-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .common-pager-list {
    text-align: center;
  }

  .common-pager-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
  }

  .common-pager-list li a {
    font-weight: 500;
    color: #014997;
    border: 1px solid #014997;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-pager-list li a:hover {
    opacity: 0.7;
  }

  .common-pager-list li.common-pager-txt {
    min-width: 6em;
  }

  .common-pager-list li.common-pager-total span {
    min-width: 4em;
    font-weight: 500;
    color: #014997;
    border: 1px solid #014997;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-pager-list li.common-pager-current span {
    font-weight: 500;
    color: #555555;
    border: 1px solid #555555;
    display: block;
    padding-top: 4px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    text-decoration: none;
  }

  .common-img-link-wrap {
    margin-bottom: 30px;
  }

  .common-img-link-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .common-img-link-box>a {
    display: block;
    text-decoration: none;
  }

  .common-img-link-wrap.type02 .common-img-link-box {
    width: 100%;
  }

  .common-img-link-box:first-child {
    margin-left: 0;
  }

  .common-img-link-wrap.type02 .common-img-link-box:first-child {
    margin-left: 0;
  }

  .common-img-link-img {
    margin-bottom: 12px;
  }

  .common-img-link-img img {
    width: 100%;
  }

  .common-img-link-txt {
    margin-bottom: 15px;
  }

  .common-img-link-txt dt {
    font-weight: bold;
    font-size: 16px;
  }

  .common-img-link-txt dd {
    font-size: 14px;
  }

  .common-img-link-btn {
    width: 200px;
    margin: 0 auto;
  }

  .common-img-link-wrap.type02 .common-img-link-btn {
    width: 200px;
  }

  .common-box-col-02-wrap {
    margin-bottom: 25px;
  }

  .common-box-col-02-imgwrap {
    /*vertical-align: middle;
  width: 50%;*/
  }

  .common-box-col-02-imgwrap img {
    float: left;
    width: 44%;
    padding-right: 10px;
    padding-bottom: 2px;
    position: relative;
  }

  .common-box-col-02-wrap.type02 .common-box-col-02-imgwrap img {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .common-box-col-02-wrap.type05 .common-box-col-02-imgwrap img {
    width: 100px;
  }

  .common-box-col-02-img a {
    display: block;
    position: relative;
  }

  .common-box-col-02-img a span {
    display: inline-block;
    position: relative;
    width: 44%;
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
  }

  .common-box-col-02-img-link a span:after {
    content: "";
    display: inline-block;
    background: url(/common/image/icon_modal.png);
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 10px;
    bottom: 2px;
  }

  .common-box-col-02-wrap.type02.type03 .common-box-col-02-imgwrap img {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
  }

  .common-box-col-02-wrap.type02.type03 .common-box-col-02-img a span {
    float: right;
    padding-right: 0;
    padding-left: 10px;
    padding-bottom: 2px;
  }

  .common-box-col-02-wrap.type02.type03.common-box-col-02-img-link a span:after {
    right: 0;
  }

  .common-box-col-02-txtwrap p {
    margin-bottom: 10px;
  }

  .common-box-col-02-wrap.type03 .common-box-col-02-imgwrap img {
    float: right;
    padding-right: 0;
    padding-left: 10px;
    position: relative;
  }

  .common-list-wrap-01 {
    margin-bottom: 20px;
  }

  .common-list-wrap-01.list-basic-01 li {
    text-indent: -1em;
    margin-left: 1em;
  }

  .common-list-wrap-01.list-link-01 li {}

  .common-list-wrap-01.list-link-01 li a {
    position: relative;
    padding-left: 1em;
    display: block;
  }

  .common-list-wrap-01.list-link-01 li a:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #444;
    border-right-color: #444;
  }

  .common-list-wrap-01.list-num-01 li {
    text-indent: -0.9em;
    margin-left: 0.9em;
  }

  .common-list-wrap-01.list-notice-01 li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 13px;
  }

  .common-list-wrap-02 {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #6C6C6C;
  }

  .common-list-wrap-02 dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }

  .common-list-wrap-02.type02 {
    border-color: #014B98;
  }

  .common-list-wrap-02.type02 dt {
    color: #014B98;
  }

  a.common-txt-link-02 {
    color: #014B98;
    text-decoration: underline;
  }

  a.common-txt-link-02:hover {
    color: #014B98;
    text-decoration: none;
  }

  a.common-txt-link-02 span {
    background-image: url(/common/image/icon_common_new_window.png);
    background-repeat: no-repeat;
    background-position: right 1px center;
    background-size: 14px;
    display: inline-block;
    padding-right: 18px;
    text-decoration: underline;
  }

  a.common-txt-link-02:hover span {
    color: #014B98;
    text-decoration: none;
  }

  .common-btn-wrap-01 {
    width: 300px;
    margin: 20px auto;
  }

  .common-btn-wrap-01.type02 {
    width: 100%;
  }

  .common-table-wrap-01 {
    margin-bottom: 30px;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px solid #6C6C6C;
  }

  .common-table-wrap-01 table {
    width: 100%;
  }

  .common-table-wrap-01 table th {
    font-weight: bold;
    background-color: #E9E9E9;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #FFF;
    width: 26%;
  }

  .common-table-wrap-01 table td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #C9C9C9;
    width: 37%;
  }

  .common-table-wrap-01.type03 table td {
    width: auto;
  }

  .common-table-wrap-01 table tr:last-child th,
  .common-table-wrap-01 table tr:last-child td {
    border-bottom: none;
  }

  .common-table-wrap-01.type02 {
    overflow-x: auto;
  }

  .common-table-wrap-01.type02::-webkit-scrollbar {
    height: 6px;
  }

  .common-table-wrap-01.type02::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
  }

  .common-table-wrap-01.type02::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

  .common-table-wrap-01.type02 table {
    width: 640px;
    max-width: 640px;
  }

  .common-accordion-wrap {
    margin-bottom: 30px;
    position: relative;
  }

  .common-accordion {
    font-size: 14px;
    color: #FFF;
    background-color: #0096A0;
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-radius: 3px;
    background-image: url(/common/image/icon_plus.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 16px;
  }

  .common-accordion.open {
    background-image: url(/common/image/icon_minus.png);
  }

  .common-accordion-block {
    display: none;
    padding-top: 20px;
  }

  .common-accordion.type02 {
    background-color: #FF7F00;
  }

  .common-form-wrap-01 {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 30px;
  }

  .common-form-wrap-01 table {
    width: 100%;
  }

  .common-form-wrap-01 table th {
    font-weight: bold;
    background-color: #E9E9E9;
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #FFF;
    width: 100%;
    display: block;
    vertical-align: top;
  }

  .common-form-wrap-01 table td {
    text-align: left;
    padding: 7px;
    border-bottom: 1px solid #C9C9C9;
    vertical-align: top;
    width: 100%;
    display: block;
  }

  .common-form-wrap-01 table tr:last-child th,
  .common-form-wrap-01 table tr:last-child td {
    border-bottom: none;
  }

  .common-form-input-01 input,
  .common-form-input-01 textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #C9C9C9;
  }

  .common-form-input-01 textarea {
    height: 100px;
  }

  .common-required {
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    background-color: #D90000;
    display: inline-block;
    margin-left: 10px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: middle;
  }

  .common-form-list-01 li {
    display: inline-block;
    margin-right: 5px;
    width: 42%;
  }

  .common-form-policy-wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 1px solid #C9C9C9;
    padding: 15px;
    padding-bottom: 5px;
  }

  .common-form-policy-wrap dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .common-form-policy-wrap dl dd {
    margin-bottom: 10px;
  }

  .common-form-btn-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .common-form-btn-wrap ul {
    text-align: center;
  }

  .common-form-btn-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    width: 44%;
    cursor: pointer;
    position: relative;
  }

  .common-form-btn-01 input {
    color: #FFF;
    background-color: #404040;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    width: 100%;
    border: none;
    cursor: pointer;
  }

  .common-form-btn-01::before,
  .common-form-btn-01::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
  }

  .common-form-btn-01::after {
    top: 7px;
    left: 16px;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .common-form-btn-01::before {
    top: 6px;
    left: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-form-btn-02 input {
    color: #FFF;
    background-color: #FF7F00;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    width: 100%;
    border: none;
    cursor: pointer;
  }

  .common-form-btn-02::before,
  .common-form-btn-02::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 10;
  }

  .common-form-btn-02::after {
    top: 7px;
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .common-form-btn-02::before {
    top: 6px;
    right: 14px;
    width: 20px;
    height: 1px;
    background: #fff;
  }

  .common-history-wrap {
    margin-bottom: 30px;
  }

  .common-history-box {
    position: relative;
    width: 100%;
    display: table;
  }

  .common-history-date {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    padding-bottom: 15px;
    position: relative;
  }

  .common-history-date span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background-color: #014B98;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
  }

  .history-type-01 .common-history-date span {
    background-color: #88B7DD;
  }

  .history-type-02 .common-history-date span {
    background-color: #EA80A8;
  }

  .history-type-03 .common-history-date span {
    background-color: #4CB9C0;
  }

  .history-type-04 .common-history-date span {
    background-color: #EEA766;
  }

  .common-history-date:after {
    position: absolute;
    top: 2px;
    left: 22px;
    content: "";
    vertical-align: middle;
    z-index: 0;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border-left: 6px solid #014B98;
  }

  .common-history-box:first-child .common-history-date:after {
    height: 50%;
    top: inherit;
    bottom: -2px;
  }

  .common-history-box:last-child .common-history-date:after {
    height: 50%;
  }

  .common-history-txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 15px;
  }

  .common-history-date span {
    line-height: 1.3;
    font-size: 13px;
  }

  .common-history-date {
    vertical-align: top;
  }

  .common-history-txt {
    vertical-align: top;
    padding-top: 12px;
  }

  .common-history-box:first-child .common-history-date:after {
    height: 100%;
  }

  .common-history-box:last-child .common-history-date:after {
    height: 100%;
  }

  .common-history-box:last-child .common-history-date:before {
    position: absolute;
    bottom: -20px;
    left: 15px;
    content: "";
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 0px;
    border-top: 10px solid #014B98;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .history-block-01 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
  }

  .history-block-02 {
    width: 4em;
    display: block;
    vertical-align: top;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .history-block-03 {
    display: block;
    vertical-align: top;
  }

  .history-block-04 {
    width: 100%;
    display: table;
    margin-bottom: 10px;
  }

  .history-block-05 {
    display: block;
    vertical-align: top;
    width: 5.5em;
    margin-bottom: 5px;
  }

  .history-block-05 span {
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #014B98;
    border: 1px solid #014B98;
    background-color: #FFF;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    display: inline-block;
  }

  .history-block-05.history-icon-01 span {
    color: #e05fa0;
    border: 1px solid #e05fa0;
  }

  .history-block-05.history-icon-02 span {
    color: #17a99c;
    border: 1px solid #17a99c;
  }

  .history-block-05.history-icon-03 span {
    color: #8AB1DB;
    border: 1px solid #8AB1DB;
  }

  .history-block-05.history-icon-04 span {
    color: #fd8f36;
    border: 1px solid #fd8f36;
  }

  .history-block-06 {
    display: block;
    vertical-align: top;
    text-align: left;
    padding-left: 0;
  }

  .history-block-07 {
    margin-bottom: 10px;
  }

  .common-link-nav-01 {
    margin-bottom: 30px;
  }

  .common-link-nav-01 li {
    width: 25%;
    float: left;
    display: table;
  }

  .common-link-nav-01 li a {
    display: table-cell;
    text-align: center;
    border-bottom: 2px solid #E0E0E0;
    vertical-align: middle;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 13px;
  }

  .common-link-nav-01 li a span {
    text-align: center;
    display: block;
  }

  .common-link-nav-01 li a:hover,
  .common-link-nav-01 li.current a {
    color: #014B98;
    border-bottom-color: #014B98;
  }

  .common-link-txt-01 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-01:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #014B98;
    border-right-color: #014B98;
  }

  .common-link-txt-01 a {
    color: #014B98;
  }

  .common-link-img-01 {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 2px;
    width: 14px;
  }

  .common-link-txt-02 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-02:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #014B98;
    border-right-color: #014B98;
  }

  .common-link-txt-02 a {
    font-weight: bold;
  }

  .common-link-txt-03 {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .common-link-txt-03:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #014B98;
    border-left-color: #014B98;
  }

  .common-link-txt-03 a {
    font-weight: bold;
  }

  .common-pagetop-txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-link-txt-03.type02 {
    float: right;
  }

  .common-link-txt-03.type02 a {
    font-weight: normal;
    display: block;
  }

  .common-anchor-nav {
    margin-bottom: 25px;
  }

  .common-anchor-nav li {
    width: 49%;
    float: left;
    display: table;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .common-anchor-nav.type02 li {}

  .common-anchor-nav.type03 li {}

  .common-anchor-nav li:nth-child(4n+1) {
    margin-left: inherit;
    clear: inherit;
  }

  .common-anchor-nav li:nth-child(odd) {
    margin-left: 0;
    clear: both;
  }

  .common-anchor-nav li:nth-child(even) {
    float: right;
  }

  .common-anchor-nav li a {
    display: table-cell;
    text-align: center;
    border: 1px solid #004B98;
    vertical-align: middle;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    font-weight: bold;
    color: #004B98;
    border-radius: 3px;
    background-color: #F1F5FD;
  }

  .common-anchor-nav li a span {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }

  .common-anchor-nav li a span:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #014B98;
    border-right-color: #014B98;
  }

  .common-img-spzoom {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .common-img-spzoom a {
    display: block;
    background-image: url(/common/image/icon_sp_zoom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60px;
    padding-bottom: 20px;
  }

  .common-tab-wrap {
    margin-bottom: 30px;
  }

  .common-tab-list {
    margin-bottom: 10px;
  }

  .common-tab-list.type01 {}

  .common-tab-list.type01 li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  }

  .common-tab-list.type01 li:nth-child(odd) {
    clear: both;
  }

  .common-tab-list.type01 li:nth-child(even) {
    float: right;
  }

  .common-tab-list.type01 li span {
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    color: #014B98;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 3px;
  }

  .common-tab-list.type01 li.tab-current span,
  .common-tab-list.type01 li:hover span {
    color: #FFF;
    background-color: #014B98;
  }

  .common-tab-list.type02 {}

  .common-tab-list.type02 li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  }

  .common-tab-list.type02 li a>span {
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    color: #014B98;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .common-tab-list.type02 li span.tab-txt {
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    color: #014B98;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .common-tab-list.type02 li:nth-child(odd) {
    clear: both;
  }

  .common-tab-list.type02 li:nth-child(even) {
    float: right;
  }

  .common-tab-list.type02 li.tab-current a>span,
  .common-tab-list.type02 li:hover a>span {
    color: #014B98;
    background-color: #F1F5FD;
  }

  .common-tab-list.type02 li.tab-current span.tab-txt,
  .common-tab-list.type02 li:hover span.tab-txt {
    color: #014B98;
    background-color: #F1F5FD;
  }

  .common-tab-list.type02 li span.tab-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    padding-left: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .common-tab-list.type02 li span.tab-icon.type01 {
    background-image: url(/service/common/image/icon_service_01.png);
  }

  .common-tab-list.type02 li span.tab-icon.type02 {
    background-image: url(/service/common/image/icon_service_02.png);
  }

  .common-tab-list.type02 li span.tab-icon.type03 {
    background-image: url(/service/common/image/icon_service_03.png);
  }

  .common-tab-list.type02 li span.tab-icon.type04 {
    background-image: url(/service/common/image/icon_service_04.png);
  }

  .common-tab-list.type03 {}

  .common-tab-list.type03 li {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  }

  .common-tab-list.type03 li:nth-child(odd) {
    clear: both;
  }

  .common-tab-list.type03 li:nth-child(even) {
    float: right;
  }

  .common-tab-list.type03 li span {
    font-size: 14px;
    display: block;
    text-align: center;
    border: 1px solid #014B98;
    color: #014B98;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 3px;
  }

  .common-tab-list.type03 li.tab-current span,
  .common-tab-list.type03 li:hover span {
    color: #FFF;
    background-color: #014B98;
  }

  .common-tab-list a:hover {
    text-decoration: none;
  }

  .common-display-none {
    display: none;
  }

  .common-bg-block {
    background-color: #F1F5FD;
    padding: 12px;
  }

  .common-footer-contents-wrap {}

  .common-footer-contents-block {
    background-color: #F1F5FD;
    margin-bottom: 25px;
    padding: 12px;
    padding-bottom: 1px;
  }

  .common-footer-contents-title-01 {
    font-size: 16px;
    font-weight: bold;
    color: #0096A0;
    text-align: center;
    margin-bottom: 12px;
  }

  .common-footer-contents-wrap.type03 .common-footer-contents-title-01 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .common-footer-contents-box-wrap {
    text-align: center;
    font-size: 0;
  }

  .common-footer-contents-box {
    display: block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    background-color: #0096A0;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }

  .common-footer-contents-box.type02 {
    padding: 0;
  }

  .common-footer-contents-box.type02 .common-footer-contents-btn-01 {
    padding: 0;
  }

  .common-footer-contents-wrap.type02 .common-footer-contents-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .common-footer-contents-title-02 {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
  }

  .common-footer-contents-title-02 span {
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-left: 22px;
  }

  .common-footer-contents-title-02.type01 span {
    background-image: url(/common/image/icon_footer_contents_tel.png);
    background-size: 15px;
    padding-left: 20px;
  }

  .common-footer-contents-title-02.type02 span {
    background-image: url(/common/image/icon_footer_contents_form.png);
    background-size: 15px;
  }

  .common-footer-contents-btn-01 {
    padding-right: 0;
    padding-left: 0;
    position: relative;
  }

  .common-footer-contents-wrap.type02 .common-footer-contents-btn-01 {
    padding-right: 0;
    padding-left: 0;
  }

  .common-footer-contents-btn-01 a {
    font-size: 14px;
    text-decoration: none;
  }

  .common-footer-contents-btn-01 span {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
  }

  .common-footer-contents-btn-01 span a {
    color: #0096A0;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .common-footer-contents-btn-03 a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding-bottom: 7px;
    padding-top: 2px;
  }

  .common-footer-contents-btn-03.no-tel {
    padding-bottom: 7px;
    padding-top: 2px;
  }

  .common-footer-contents-btn-03-sub {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 1;
    padding-top: 7px;
    margin-bottom: 4px;
  }

  .common-footer-contents-btn-03-txt {
    background-image: url(/common/image/icon_footer_contents_tel.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 12px;
    padding-left: 15px;
    padding-bottom: 1px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
  }

  .footer-link-contents-wrap {
    margin-bottom: 30px;
  }

  .footer-link-contents-box {
    position: relative;
    overflow: hidden;
    width: 49%;
    margin-bottom: 2%;
  }

  .footer-link-contents-box:nth-child(odd) {
    float: left;
    clear: both;
  }

  .footer-link-contents-box:nth-child(even) {
    float: right;
  }

  .footer-link-contents-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .footer-link-contents-box a {
    z-index: 1;
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .footer-link-contents-box a p {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    left: 0px;
    top: 50%;
    right: 0px;
    margin-top: -9px;
    position: absolute;
  }

  .footer-link-bg-01:after {
    background-image: url(/common/image/bg_footer_contents_01.png);
  }

  .footer-link-bg-02:after {
    background-image: url(/common/image/bg_footer_contents_02.png);
  }

  .footer-link-bg-03:after {
    background-image: url(/common/image/bg_footer_contents_03.png);
  }

  .footer-link-bg-04:after {
    background-image: url(/common/image/bg_footer_contents_04.png);
  }

  .common-footer-contents-btn-01.type03 span {
    background-color: #fff;
    border: solid 1px #0096A0;
    color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 8px;
    padding-bottom: 24px;
  }

  .common-footer-contents-btn-01 span.common-footer-contents-txt-01 {
    background-color: transparent;
    border: none;
    color: #0096A0;
    text-align: center;
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    left: 0px;
    right: 0px;
    bottom: 7px;
  }

  .common-footer-contents-btn-03.type04 span.common-footer-contents-txt-01 {
    color: #fff;
    font-size: 11px;
    display: block;
    text-align: center;
    padding-top: 3px;
  }

  .common-margin-bottom-block-02 {
    margin-bottom: 20px;
  }

  .common-1column-wrap {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .list-basic-01.type02 {
    margin-bottom: 0;
  }

  .common-img-block-01 {
    margin-bottom: 15px;
  }

  .img-margin-bottom-01 {
    margin-bottom: 12px;
  }

  .img-margin-bottom-02 {
    margin-bottom: 20px;
  }

  .common-link-block-01 {
    margin-bottom: 20px;
  }

  .common-link-block-01 a {
    text-decoration: none;
    display: block;
    border: 1px solid #D4D4D4;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
  }

  .common-link-block-txt-01 {
    font-size: 16px;
    font-weight: bold;
    color: #014B98;
  }

  .common-link-block-txt-01 span {
    font-size: 14px;
  }

  .common-link-block-txt-01 span.common-link-block-icon-01 {
    font-size: 12px;
    position: relative;
    padding-right: 7px;
    top: -2px;
  }

  .common-link-block-list-01 li {
    min-width: 6em;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #014B98;
    background-color: #E1EFFF;
    border: 1px solid #014B98;
    text-align: center;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 5px;
  }

  .common-link-block-list-01 li.icon-part {
    color: #FF5C26;
    background-color: #FFEFDF;
    border: 1px solid #FF5C26;
  }

  .common-careers-title-01 {
    font-size: 18px;
    color: #FFF;
    background-color: #024B98;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
  }

  .common-side-banner-01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-side-banner-01 img {
    width: 100%;
  }
}