@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

.fixie .navlevel_2 li.hasdrop,
.fixie .nav__inside__list li {
  position: inherit !important;
}

.fixie .topnav .btnshowroom a {
  padding: 12px 0 6px !important;
}

.fixie .btnpage a {
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  line-height: 32px !important;
}

.fixie .megamenu_inside {
  margin-top: -22px !important;
}

.fixie body {
  overflow: visible;
}

.fixie .custom-object-fit,
.fixie .custom-object-contain {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.fixie .custom-object-fit img,
.fixie .custom-object-contain img {
  opacity: 0;
}

.fixie .custom-object-fit {
  background-size: cover;
}

.fixie .custom-object-contain {
  background-size: contain;
}

.fixie .text_true .righticons--icon .hamburger_inside {
  margin: 0;
}

.fixie .list-tabs .slider-nav--tabs .stab img {
  margin: inherit;
}

.fixie .sectionfaq .tab_ct_in .acr_title span {
  padding-top: 3px;
}

.fixie .nav__inside__list li a {
  padding-top: 3px !important;
}

.fixie .nav__inside__list li:last-child a {
  padding-top: 0 !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.modal {
  display: none;
  position: fixed;
  background: rgba(134, 126, 122, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.modal.showthis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

@media all and (min-width: 751px) {
  .modal-content {
    padding: 100px;
  }
}

@media all and (max-width: 768px) {
  .modal-content {
    width: 90%;
    margin: 0 auto;
    padding: 40px 23px;
  }
}

.modal-content .title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}

@media all and (min-width: 769px) {
  .modal-content .title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}

.modal-content p {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .modal-content p {
    font-size: 12px;
  }
}

.modal-content .flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (min-width: 769px) {
  .modal-content .flexbox .box {
    width: 50%;
  }
}

.modal-content .btn_close {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/topics/images/iconclose.png) no-repeat center center;
  background-size: 100%;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.boptren .modal-content {
  max-width: 1098px;
}

@media all and (min-width: 1000px) {
  .boptren .modal-content {
    width: 1098px;
  }
}

@media all and (max-width: 768px) {
  .boptren .modal-content .flexbox .box:nth-child(2) {
    margin-top: 30px;
  }
  .boptren .modal-content .flexbox .box p {
    margin-top: 10px;
  }
}

.boptren .modal-content .flexbox .box p {
  text-align: justify;
}

@media all and (min-width: 769px) {
  .boptren .modal-content .flexbox .box {
    width: 47% !important;
  }
  .boptren .modal-content .flexbox .box img {
    max-width: 100%;
  }
}

@media all and (min-width: 1000px) {
  .boptren .modal-content .flexbox .box {
    width: 47% !important;
    max-width: 430px;
  }
  .boptren .modal-content .flexbox .box img {
    width: 100%;
    margin-bottom: 5px;
  }
}

.bopduoi .modal-content {
  max-width: 992px;
}

@media all and (min-width: 1000px) {
  .bopduoi .modal-content {
    width: 992px;
  }
}

.bopduoi .modal-content .flexbox .box:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 769px) {
  .bopduoi .modal-content .flexbox .box {
    max-width: 366px;
    margin-bottom: 60px;
  }
  .bopduoi .modal-content .flexbox .box img {
    max-width: 366px;
  }
  .bopduoi .modal-content .flexbox .box:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .bopduoi .modal-content .flexbox .box {
    flex-grow: 1;
    margin-bottom: 25px;
  }
  .bopduoi .modal-content .flexbox .box img {
    max-width: 300px;
  }
}

@media all and (max-width: 640px) {
  .bopduoi .modal-content .flexbox .box img {
    max-width: 275px;
  }
}

.page-topics .modal-content {
  padding: 0;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
}

.page-topics .modal-content .stick {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
}

.page-topics .modal-content .modal-content-box {
  padding: 5%;
}
@media all and (min-width: 769px) {
  .page-topics .modal-content .modal-content-box {
    display: grid;
    grid-template-columns: repeat(2, 46.214%);
    grid-column-gap: 60px;
    justify-content: center;
  }
  .page-topics .modal-content .modal-content-box.column-one {
    grid-template-columns: repeat(1, 46.214%);
  }
}

@media all and (min-width: 769px) {
  .page-topics .modal-content {
    max-height: 90vh;
  }
  .page-topics .modal-content .modal-content-box .box {
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid
  }
  .page-topics .modal-content .modal-content-box .box:nth-of-type(n + 3) {
    margin-top: 50px;
  }
  .page-topics .modal-content .modal-content-box .box.pattern02 {
    grid-row: span 6;
  }
  .page-topics .modal-content .modal-content-box .box img {
    max-width: 100%;
  }
}

@media all and (min-width: 769px) and (min-width: 1400px) {
  .page-topics .modal-content .modal-content-box {
    padding: 100px;
  }
}
@media all and (max-width: 768px) {
  .page-topics .modal-content .modal-content-box {
    justify-content: center;
    padding: 15% 9.26%;
  }
  .page-topics .modal-content .modal-content-box .box + .box {
    margin-top: 40px;
  }
}
.modal-content-area {
  font-weight: bold;
  background-color: #674B2A;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 769px) {
  .modal-content-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 6px;
    line-height: 1.3;
  }
}
@media all and (max-width: 768px) {
  .modal-content-area {
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 13px;
    border-radius: 4px;
    line-height: 1.6;
  }
}
.modal-content-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media all and (max-width: 768px) {
  .modal-content-item {
    gap: 5px;
  }
}
.modal-content-item + .modal-content-item {
  margin-top: 10px;
}
.voice_btn {
  flex-shrink: 0;
  width: 58px;
}
@media all and (max-width: 768px) {
  .voice_btn {
    width: 42px;
  }
}
.voice_btn button {
  position: relative;
  background-color: transparent;
}
.voice_btn button img {
  max-width: 100% !important;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .voice_btn button:hover img,
  .voice_btn button:active img {
    bottom: -8px;
    opacity: 1;
    transition-delay: 0;
  }
}
@media all and (max-width: 768px) {
  .voice_btn button:hover img,
  .voice_btn button:active img {
    bottom: -6px;
  }
}
.voice_btn button::after {
  content: '';
  position: absolute;
  background: #9AA0A9;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-radius: calc(1px /0);
  z-index: 0;
  transition: all .3s;
}
@media all and (max-width: 768px) {
  .voice_btn button::after {
    bottom: -5px;
  }
}
.voice_txt {
  flex-grow: 1;
  border: solid 2px #674b2a;
  border-radius: 6px;
}
@media all and (max-width: 768px) {
  .voice_txt {
    border-radius: 4px;
  }
}
.voice_txt_head {
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: calc(18/13*1em);
}
@media all and (max-width: 768px) {
  .voice_txt_head {
    padding: 4px 0;
    font-size: 10px;
    font-weight: bold;
    line-height: calc(22/20*1em);
  }
}
.voice_txt_head.start {
  background-color: #1353a0;
}
.voice_txt_head.end {
  background-color: #be3468;
}
.voice_txt_cont {
  padding: 10px 0;
  text-align: center;
  color: #674b2a;
  font-size: 13px !important;
  line-height: calc(18/13*1em);
}
@media all and (max-width: 768px) {
  .voice_txt_cont {
    padding: 6px 0;
    font-size: 10px !important;
    line-height: calc(28/20*1em);
  }
}

.page-topics #bop4 .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-topics #bop7 {
  /* padding-top: 50px; */
}

.page-topics #bop7 .imgloilentren {
  position: absolute;
  right: 90px;
  top: -63px;
  max-width: 400px;
  z-index: -1;
}

@media all and (max-width: 768px) {
  .page-topics #bop7 .imgloilentren {
    right: 45px;
  }
}

@media all and (max-width: 640px) {
  .page-topics #bop7 .imgloilentren {
    right: 0;
    top: -60px;
  }
}

.page-topics #bop7 .modal-content .overscroll {
  overflow-y: inherit;
  height: 100%;
  max-height: 80vh;
}

@media all and (max-width: 768px) {
  .page-topics #bop7 .modal-content .overscroll {
    max-height: 100vh;
    overflow: inherit;
  }
}

.page-topics #bop7 .modal-content .fix {
  height: 100%;
}

@media all and (min-width: 769px) {
  .page-topics #bop7 .modal-content {
    /* height: 80vh; */
    /* overflow: inherit; */
  }
  .page-topics #bop7 .modal-content .modal-content-box {
    /* overflow-y: scroll; */
    /* height: 100%; */
  }
}

@media all and (max-width: 768px) {
  .page-topics #bop7 .modal-content {
    overflow: inherit !important;
  }
  .page-topics #bop7 .modal-content .modal-content-box {
    /* overflow-y: scroll; */
    /* height: 100%; */
  }
}

@media all and (max-width: 640px) {
  .page-topics #bop7 .modal-content {
    height: 80%;
  }
}

.fixie .page-topics .modal-content {
  position: static;
}

.fixie .page-topics .modal-content .stick {
  position: fixed !important;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 999999;
  top: inherit;
}

@media all and (min-width: 768px) {
  .fixie .page-topics .modal-content .stick {
    right: 50%;
  }
}

@media all and (max-width: 767px) {
  .fixie .page-topics .modal-content .stick {
    margin-right: 45px !important;
  }
}

@media all and (max-width: 1000px) and (min-width: 768px) {
  .fixie .page-topics .modal-content .stick {
    margin-right: -42% !important;
  }
}

.fixie .page-topics .modal-content .fix {
  max-width: 992px;
  margin: 0 auto;
  position: relative;
}

body.edge #bop7 .modal-content .stick {
  position: absolute !important;
  right: 10px;
}

.clpink {
  color: #BE3468;
}

.clblue {
  color: #1353A0;
}

.secondpage footer {
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .secondpage footer {
    margin-top: 80px;
  }
}

.breadcrumb {
  padding: 15px 0;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 14px;
  padding: 0 !important;
}

.breadcrumb ul li {
  position: relative;
}

.breadcrumb ul li::before {
  margin-right: 10px !important;
  color: #1353A0;
}

.breadcrumb ul li:first-child::after {
  content: "\f105" !important;
  /*  font-family: fontAwesome !important;*/
  color: #1353A0;
  left: -10px;
  top: 3px;
  position: absolute;
}

.breadcrumb ul li:first-of-type::after {
  display: none;
}

.breadcrumb ul li:first-of-type {
  margin-left: 0 !important;
}

h1.titimage {
  font-size: inherit !important;
  margin: 0;
  line-height: 0;
  margin-bottom: 40px;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  h1.titimage {
    margin-bottom: 20px;
  }
}

h1.titimage img {
  height: 27px;
}

@media all and (max-width: 767px) {
  h1.titimage img {
    height: 18px;
  }
}

.list-tabs {
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  .list-tabs .tab_nav {
    margin-top: 20px;
  }
}

.list-tabs .noslider .slider-content--tabs {
  text-align: center;
  /*mod ishii*/
  margin-bottom: 50px;
}

.list-tabs .noslider .stab {
  max-height: 30px;
}

@media all and (max-width: 767px) {
  .list-tabs {
    margin-bottom: 40px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.list-tabs .slick-initialized .slick-slide {
  height: auto !important;
}

.list-tabs .slick-list {
  width: 100% !important;
  padding: 0 !important;
}

.list-tabs .slick-list .slick-track {
  padding: 0 !important;
  min-width: 1000px !important;
}

.list-tabs .slider-nav--tabs {
  padding: 0 !important;
  margin-bottom: 30px;
  border-bottom: 2px solid #CACACA;
  padding-top: 20px !important;
}

@media all and (max-width: 767px) {
  .list-tabs .slider-nav--tabs {
    border: none;
    margin-bottom: 0;
    padding: 0 20px !important;
    padding-top: 20px !important;
  }
}

.list-tabs .slider-nav--tabs .slick-list {
  overflow: inherit;
}

.list-tabs .slider-nav--tabs .stab {
  min-height: 30px;
  height: 34px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .list-tabs .slider-nav--tabs .stab {
    height: 30px;
    width: 100px;
  }
  .list-tabs .slider-nav--tabs .stab.active {
    height: 52px !important;
    margin-top: -20px;
    -webkit-transition: all 0.05s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.05s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.list-tabs .slider-nav--tabs .stab:hover {
  opacity: 0.9;
}

.list-tabs .slider-nav--tabs .stab::after {
  background: none !important;
}

@media all and (max-width: 767px) {
  .list-tabs .slider-nav--tabs .stab.slick-current {
    height: 52px !important;
    margin-top: -20px;
  }
}

.list-tabs .slider-nav--tabs .stab img {
  margin: 0 auto;
  text-align: center;
  height: 14px;
}

@media all and (max-width: 767px) {
  .list-tabs .slider-nav--tabs .stab img {
    height: 12px;
  }
}

.list-tabs .slider-nav--tabs .stab.bluetab:hover {
  background: #D0DDEC;
}

.list-tabs .slider-nav--tabs .stab.pinktab:hover {
  background: #F2D6E1;
}

.list-tabs .slider-nav--tabs .stab.orgtab {
  background: #FFE6C8;
}

.list-tabs .slider-content--tabs .tab_ct {
  opacity: 1;
}

.list-tabs .slider-content--tabs .tab_ct::before,
.list-tabs .slider-content--tabs .tab_ct::after {
  background: none;
}

@media all and (max-width: 767px) {
  .list-tabs .slider-content--tabs .tab_ct {
    opacity: 1 !important;
    padding-top: 30px;
  }
  .list-tabs .slider-content--tabs .tab_ct::before {
    top: 0;
  }
  .list-tabs .slider-content--tabs .tab_ct::after {
    background: none !important;
  }
  .list-tabs .slider-content--tabs .tab_ct.bluetab_ct::before {
    background: #D0DDEC;
  }
  .list-tabs .slider-content--tabs .tab_ct.pinktab_ct::before {
    background: #F2D6E1;
  }
  .list-tabs .slider-content--tabs .tab_ct.orgtab_ct::before {
    background: #FFE6C8;
  }
}

@media all and (max-width: 767px) {
  .list-tabs .slick-slide img {
    max-width: 80%;
    margin: 0 auto;
  }
}

.list-tabs .slick-slide img.dispc {
  display: block !important;
}

@media all and (max-width: 767px) {
  .list-tabs .slick-slide img.dispc {
    display: none !important;
  }
}

.list-tabs .slick-slide img.dissp {
  display: none !important;
}

@media all and (max-width: 767px) {
  .list-tabs .slick-slide img.dissp {
    display: block !important;
  }
}

.list-tabs .slick-arrow {
  z-index: 1;
}

@media all and (max-width: 767px) {
  .list-tabs .slick-next {
    right: 15px !important;
    background: url(../images/share/arrow/slick-next.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  .list-tabs .slick-next::before {
    content: '';
  }
  .list-tabs .slick-prev {
    left: 15px !important;
    background: url(../images/share/arrow/slick-prev.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  .list-tabs .slick-prev::before {
    content: '';
  }
}

.page-services-list {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .page-services-list {
    overflow: hidden;
  }
  .page-services-list .slider-nav--tabs .stab {
    cursor: inherit;
  }
  .page-services-list .slider-nav--tabs .stab:hover {
    opacity: 1;
  }
}

.page-services-list .titwrap {
  width: 100%;
  position: relative;
  background: #1353A0;
  margin: 70px 0 50px;
}

@media all and (min-width: 768px) {
  .page-services-list .titwrap {
    position: relative;
  }
  .page-services-list .titwrap::before,
  .page-services-list .titwrap::after {
    width: 100%;
    position: absolute;
    content: '';
    left: -50%;
    top: 0;
    height: 100%;
    background: #1353A0;
    z-index: -1;
  }
  .page-services-list .titwrap::after {
    right: -50%;
    left: inherit;
    z-index: -1;
  }
}

@media all and (max-width: 767px) {
  .page-services-list .titwrap {
    margin: 30px 0 10px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.page-services-list .titwrap h3 {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  background: #1353A0;
  z-index: 9;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-services-list .titwrap h3 {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .page-services-list .titwrap h3 {
    text-align: center;
  }
}

.page-services-list .listarcho {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */ /* del hagiwara */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-services-list .listarcho li {
  margin: 10px auto;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media all and (max-width: 767px) {
  .page-services-list .listarcho li {
    height: 50px;
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-services-list .listarcho li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  width: 660px;
}

.page-services-list .listarcho li a img {
  margin-left: 10px;
}

@media all and (max-width: 767px) {
  .page-services-list .listarcho li a {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-services-list .listarcho li a img {
    margin-left: 10px;
  }
}

.page-services-list .listarcho li a span {
  font-weight: bold;
  color: #1353A0;
  font-size: 16px;
}

/* add hagiwara start */
.page-services-list .listarcho li a .link_text_custom p {
  font-weight: normal;
  color: #1353A0;
  font-size: 16px;
}

.page-services-list .listarcho li a .link_text_custom p span {
  font-weight: normal;
}
/* add hagiwara end */

@media all and (max-width: 767px) {
  .page-services-list .listarcho li a span {
    font-size: 13px;
  }

/* add hagiwara start */
  .page-services-list .listarcho li a .link_text_custom p {
    font-size: 13px;
  }

  .page-services-list .listarcho li a .link_text_custom p span {
    font-size: 13px;
  }
/* add hagiwara end */
}

@media all and (max-width: 767px) {
  .page-services-list .listarcho li a span {
    text-align: left;
  }
}

.page-services-list .list-ja_kantokoshin .listarcho {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (min-width: 769px) {
  .page-services-list .list-ja_kantokoshin .listarcho {
    padding: 0 35px;
  }
}

@media all and (min-width: 769px) {
  .page-services-list .list-ja_kantokoshin .listarcho li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 145px;
    text-align: left;
    margin: 10px 0;
    margin-right: 50px;
  }
  .page-services-list .list-ja_kantokoshin .listarcho li:nth-child(5n) {
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .page-services-list .list-ja_kantokoshin .listarcho li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media all and (max-width: 520px) {
  .page-services-list .list-ja_kantokoshin .listarcho li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    /*-ms-flex: 0 0 50%;
    flex: 0 0 50%;*/
  }
}

.page-services-list .list-ja_kantokoshin .listarcho li a {
  text-align: left;
  max-width: inherit;
  width: auto;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-services-list .list-ja_kantokoshin .listarcho li a img {
  margin-left: 10px;
}

/** ishii add IE対応　2019-11-5(対応保留) */
@media all and (max-width: 767px) {
  *::-ms-backdrop,
  .page-services-list .list-ja_kantokoshin .listarcho li a img.ankimg {
    margin-left: 10px;
    width: 50% !important;
  }
  *::-ms-backdrop,
  .page-services-list .list-kiraboshi .listarcho li {
    margin-bottom: 50px !important;
  }
  *::-ms-backdrop,
  .page-services-list .list-ja_kantokoshin .listarcho li {
    margin-bottom: 50px !important;
  }
  *::-ms-backdrop,
  ul.listarcho li a img.ankarr {
    width: 17px !important;
    height: 17px !important;
  }
}

/** ishii add IE対応　2019-11-5 */
@media all and (max-width: 767px) {
  .page-services-list .list-ja_kantokoshin .listarcho li a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-services-list .bank-logo {
  /*max-width: 305px; mod ishii */
  margin: 0 auto;
  margin-bottom: 44px;
}

@media all and (max-width: 767px) {
  .page-services-list .bank-logo {
    margin-bottom: 25px;
    /* max-width: 270px; mod ishii */
  }
}

.page-services-list .outlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
}

@media all and (max-width: 767px) {
  .page-services-list .outlist {
    margin-bottom: 0px;
    /*mod ishii 2019-09-11 */
  }
}

.page-services-list .outlist--wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .page-services-list .outlist--wrap {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 420px) {
  .page-services-list .outlist--wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-services-list .outlist p.available {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  margin-right: 10px;
  line-height: 0;
}

.page-services-list .outlist ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .page-services-list .outlist ul.list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-services-list .outlist ul.list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  margin-right: 5px;
  line-height: 0;
}

.page-services-list .outlist ul.list li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}

@media all and (max-width: 767px) {
  .page-services-list .outlist ul.list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
  }
  .page-services-list .outlist ul.list li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-services-list .outlist ul.list li:first-child img {
    width: 63px;
    height: auto !important;
  }
}

@media all and (max-width: 480px) {
  .page-services-list .outlist ul.list li {
    margin-bottom: 2%;
  }
}

@media all and (max-width: 767px) {
  .page-services-list .outlist ul.list img {
    height: 20px;
  }
}

.page-services-list p.note {
  font-size: 13px;
  color: #BE3468;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-right: 0;
  text-align: center;
}

@media all and (max-width: 767px) {
  .page-services-list p.note {
    font-size: 10px;
  }
}

@media all and (max-width: 767px) {
  .page-services-list p.note {
    text-align: center;
  }
}

.page-services-list .alink {
  margin-top: 50px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-services-list .alink {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .page-services-list .alink {
    margin-top: 20px;
  }
}

.page-services-list .alink:hover a {
  text-decoration: underline;
}

.page-services-list p.note2 {
  font-weight: bold;
  color: #1353A0;
  text-align: center;
  border: 1px solid #B3B3B3;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .page-services-list p.note2 {
    padding: 5px 20px;
    text-align: left;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .page-services-list .mics .listarcho li a,
  .page-services-list .jibun .listarcho li a,
  .page-services-list .list-kiraboshi .listarcho li a {
    width: auto;
  }
}

@media all and (min-width: 769px) {
  .page-services-list .mics .listarcho,
  .page-services-list .jibun .listarcho,
  .page-services-list .list-kiraboshi .listarcho {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-services-list .mics .listarcho li,
  .page-services-list .jibun .listarcho li,
  .page-services-list .list-kiraboshi .listarcho li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 10px 25px;
  }
  .page-services-list .mics .listarcho li a,
  .page-services-list .jibun .listarcho li a,
  .page-services-list .list-kiraboshi .listarcho li a {
    width: auto;
  }
}

@media all and (max-width: 768px) {
  .page-services-list .list-kiraboshi .listarcho li {
    height: auto;
  }
  /* mod hagiwara start */
  /* .page-services-list .list-kiraboshi .listarcho li:first-child {
    margin-bottom: 30px;
  } */
  .page-services-list .list-kiraboshi .listarcho li {
    margin-bottom: 30px;
  }
  .page-services-list .list-kiraboshi .listarcho li:last-child {
    margin-bottom: 0px;
  }
  /* mod hagiwara end */
  .page-services-list .list-kiraboshi .listarcho li a {
    height: auto;
  }
}

.page-services-list .list-kiraboshi .listarcho li img {
  margin: 0;
}

/* add hagiwara start */
.page-services-list .list-kiraboshi .listarcho li .dispc,
.page-services-list .list-kiraboshi .listarcho li .dissp {
  margin: 0;
}
/* add hagiwara end */

@media all and (min-width: 769px) {
  .page-services-list .list-kiraboshi .listarcho {
    /* mod hagiwara start */
    /* -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; 
    /* mod hagiwara end */
  }
  /* add hagiwara start */
  .page-services-list .list-kiraboshi .listarcho li {
    margin: 10px 50px 10px 0;
  }
  .page-services-list .list-kiraboshi .listarcho li:nth-child(5n) {
    margin-right: 50px;
  }
  /* add hagiwara end */
}

.list .outlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .list .outlist ul.list li:nth-child(4),
  .list .outlist ul.list li:nth-child(5) {
    margin-bottom: 0;
  }
}

.list-indexnote p {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .list-indexnote p {
    font-size: 12px;
  }
}

.list-indexnote .txtimg {
  margin: 45px 0 10px;
}

@media all and (max-width: 767px) {
  .list-indexnote .txtimg {
    margin: 20px 0;
  }
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media all and (min-width: 768px) {
  .list-btn {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 35px;
  }
}

.list-btn li {
  border: 2px solid #1353A0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  border-radius: 5px;
  margin-bottom: 4%;
}

@media all and (min-width: 768px) {
  .list-btn li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin-bottom: 30px;
  }
  .list-btn li:nth-child(5),
  .list-btn li:nth-child(6),
  .list-btn li:nth-child(7),
  .list-btn li:nth-child(8) {
    margin-bottom: 10px;
  }
}

.list-btn li.active,
.list-btn li:hover {
  background: #1353A0;
}

.list-btn li.active a,
.list-btn li:hover a {
  color: #fff;
}

.list-btn li a {
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #1353A0;
  display: block;
}

@media all and (max-width: 767px) {
  .list-btn li a {
    font-size: 13px;
  }
}

@media all and (min-width: 768px) {
  .list-btn li a {
    padding: 5px 0;
  }
}

.list-note {
  border-top: 2px solid #CACACA;
  padding-top: 8px;
}

.list-note .flexbox {
  margin-bottom: 95px;
}

@media all and (max-width: 767px) {
  .list-note .flexbox {
    margin-bottom: 35px;
  }
  .list-note .flexbox.flexbox_start {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-note .flexbox.flexbox_start p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding-left: 73px;
    position: relative;
    margin-top: -18px;
  }
  .list-note .flexbox.flexbox_start p.coution {
    margin-top: 0;
  }
}

.list-note img {
  height: 26px;
}

@media all and (max-width: 767px) {
  .list-note img {
    height: 20px;
  }
}

.list-note img.mr10 {
  margin-right: 7px !important;
}

.list-note p {
  font-size: 13px;
}

@media all and (max-width: 767px) {
  .list-note p {
    font-size: 10px;
  }
}

@media all and (min-width: 768px) {
  .list-note p.mt30 {
    margin-left: 25px;
  }
}

.list-note .tbimg {
  text-align: center;
}

.list-note .tbimg img {
  margin: 0 auto;
  margin-top: 10px;
  width: auto;
  height: auto;
}

.list-note .attention p {
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .list-note .attention p {
    font-size: 12px;
  }
}

.btnpage {
  max-width: 400px;
  margin-top: 35px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  bottom: 0;
}

@media all and (max-width: 768px) {
  .btnpage {
    margin-top: 40px;
  }
}

.btnpage::before {
  content: '';
  position: absolute;
  background: #B3B3B3;
  bottom: -6px;
  width: 100%;
  height: 70%;
  border-radius: 10px;
  z-index: -1px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .btnpage {
    margin-bottom: 50px;
    max-width: 325px;
  }
}

.btnpage a {
  background: #1353A0;
  margin: 0 auto;
  height: 74px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  z-index: 99;
  bottom: 0;
  position: relative;
}

@media all and (max-width: 767px) {
  .btnpage a {
    height: 60px;
    line-height: 60px;
  }
}

.btnpage a::after {
  background: none !important;
}

.btnpage a span::before {
  border: none;
}

@media all and (min-width: 769px) {
  .btnpage:hover a {
    -webkit-transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    bottom: -6px;
  }
  .btnpage:hover img {
    opacity: 1;
  }
}

.btnpage input {
  background: #1353A0;
  margin: 0 auto;
  width: 100%;
  height: 74px;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  z-index: 9;
  border: 0;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .btnpage input {
    height: 60px;
    line-height: 60px;
  }
}

.btnpage input::after {
  height: 100%;
}

.btnpage img {
  height: 20px;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 767px) {
  .btnpage img {
    height: 15px;
  }
}

@media all and (max-width: 767px) {
  .slider-nav--tabs .stab {
    opacity: 1 !important;
  }
}

.btnpage a::after,
.btnpage button::after {
  background: #1353A0;
}

.tab_content.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .tab_ct_in .acr_title {
    margin-bottom: 1px !important;
    padding: 14px 25px !important;
  }
}

.txtboder {
  border: 2px solid #1353A0;
  height: 30px;
  padding: 3px 0 4px;
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .txtboder {
    height: 40px;
    margin-bottom: 35px;
    padding: 10px 0;
  }
  .txtboder img {
    height: 14px;
  }
}

.page-intl .introhead_first span {
  display: block;
  line-height: 1.7;
}

.page-intl .faqindex .introheadbottom .bluetext {
  line-height: 1.9;
}

@media all and (max-width: 767px) {
  .page-intl .faqindex .introheadbottom .bluetext {
    line-height: 1.95;
  }
}

.page-intl .tit {
  margin-top: 38px;
}

@media all and (max-width: 767px) {
  .page-intl .tit {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-top: 31px;
  }
}

.page-intl .tit h3 {
  font-weight: bold;
  color: #fff;
  padding: 6px 22px;
  position: relative;
  background: #1353A0;
  z-index: 9;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-intl .tit h3 {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .page-intl .btnpage a {
    height: 70px;
  }
}

.page-intl .wrap {
  margin-top: 16px;
  margin-bottom: 58px;
}

@media all and (max-width: 767px) {
  .page-intl .wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-intl .wrap .alink {
    margin-top: 43px !important;
  }
}

.page-intl .wrap:not(.flexbox) {
  margin-bottom: 80px;
}

.page-intl .wrap h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1353A0;
}

@media all and (max-width: 767px) {
  .page-intl .wrap h4 {
    font-size: 12px;
  }
}

.page-intl .wrap.flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-intl .wrap.flexbox .boxleft,
.page-intl .wrap.flexbox .boxright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 500px;
}

@media all and (max-width: 768px) {
  .page-intl .wrap.flexbox .boxleft,
  .page-intl .wrap.flexbox .boxright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 42px;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .page-intl .wrap.flexbox .boxleft .inbox,
  .page-intl .wrap.flexbox .boxright .inbox {
    margin-top: 10px;
  }
}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox,
.page-intl .wrap.flexbox .boxright .inbox.flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox .img,
.page-intl .wrap.flexbox .boxright .inbox.flexbox .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 209px;
}

@media all and (max-width: 767px) {
  .page-intl .wrap.flexbox .boxleft .inbox.flexbox .img,
  .page-intl .wrap.flexbox .boxright .inbox.flexbox .img {
    max-width: 88px;
  }
}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox .txt,
.page-intl .wrap.flexbox .boxright .inbox.flexbox .txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 350px;
  padding-left: 5px;
}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox .txt .atmcard_ins .btn_normal,
.page-intl .wrap.flexbox .boxright .inbox.flexbox .txt .atmcard_ins .btn_normal {
  width: 350px;
  height: 90px;
  margin-top: 20px;
  max-width: 350px;
}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox .txt .atmcard_ins .btn_normal img,
.page-intl .wrap.flexbox .boxright .inbox.flexbox .txt .atmcard_ins .btn_normal img {
  width: 350px;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .page-intl .wrap.flexbox .boxleft .inbox.flexbox .txt .atmcard_ins .btn_normal,
  .page-intl .wrap.flexbox .boxright .inbox.flexbox .txt .atmcard_ins .btn_normal {
    width: 100%;
  }
}

.page-intl .wrap.flexbox .boxleft .inbox.flexbox .txt .atmcard_ins a::after,
.page-intl .wrap.flexbox .boxright .inbox.flexbox .txt .atmcard_ins a::after {
  border-radius: 5px;
}

.page-intl .wrap.flexbox .boxleft .inbox p,
.page-intl .wrap.flexbox .boxright .inbox p {
  font-size: 16px;
  letter-spacing: -1px;
  margin-top: 15px;
  /*   text-align: justify; */
}

@media all and (max-width: 767px) {
  .page-intl .wrap.flexbox .boxleft .inbox p,
  .page-intl .wrap.flexbox .boxright .inbox p {
    font-size: 12px;
    margin-top: 5px;
  }
}

.page-intl .wrap.flexbox .boxright {
  padding-left: 52px;
}

@media all and (max-width: 768px) {
  .page-intl .wrap.flexbox .boxright {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .page-intl .wrap.flexbox .boxright p {
    margin-top: 25px !important;
  }
}

@media all and (max-width: 767px) {
  .page-intl .wrap .fz14 {
    font-size: 11px !important;
    /*     text-align: justify; */
    line-height: 2;
  }
}

.page-intl .wrap table {
  width: 100%;
  table-layout: fixed;
  margin: 20px 0 15px;
}

@media all and (max-width: 767px) {
  .page-intl .wrap table {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-top: 25px;
    margin-bottom: 18px;
  }
}

.page-intl .wrap table th,
.page-intl .wrap table td {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DCDCDC;
  font-size: 16px;
  padding: 7px 0;
}

@media all and (max-width: 767px) {
  .page-intl .wrap table th,
  .page-intl .wrap table td {
    font-size: 11px;
  }
}

.page-intl .wrap table th {
  font-weight: bold;
  background: #DCE5F1;
  color: #1353A0;
}

@media all and (max-width: 767px) {
  .page-intl .wrap table th {
    border-top: none;
  }
  .page-intl .wrap table th:nth-child(2) {
    width: 178px;
  }
}

@media all and (min-width: 768px) {
  .page-intl .wrap table th:nth-child(2) {
    width: 350px;
  }
}

@media all and (min-width: 1000px) {
  .page-intl .wrap table th:nth-child(2) {
    width: 500px;
  }
}

.page-intl .wrap table td {
  height: 100px;
  max-height: 100px;
}

.page-intl .wrap table td.pdfix img {
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .page-intl .wrap table td {
    height: 60px;
  }
  .page-intl .wrap table td.pdfix {
    padding: 10px;
  }
}

@media all and (max-width: 767px) {
  .page-intl .wrap table .wfix {
    padding: 0 10px;
  }
}

.page-intl .wrap table .wfix img {
  width: 80px;
}

@media all and (max-width: 767px) {
  .page-intl .wrap table .wfix img {
    width: 55px;
  }
}

.page-intl .intl--en .introheadbottom .img {
  margin-top: 16px;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .introheadbottom .img {
    margin-bottom: 20px;
    margin-top: 35px;
  }
}

.page-intl .intl--en .introheadbottom .bluetext {
  letter-spacing: 0;
  /*  text-align: justify;*/
}

.page-intl .intl--en .tit {
  margin-top: 70px;
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .tit {
    margin-top: 35px;
  }
}

.page-intl .intl--en .wrap.flexbox .boxleft .inbox p,
.page-intl .intl--en .wrap.flexbox .boxright .inbox p {
  letter-spacing: 0;
}

.page-intl .intl--en .titvideo {
  margin-top: 92px;
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .titvideo {
    margin-top: 30px;
  }
}

.page-intl .intl--en .video {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 35px;
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .video {
    margin-top: 25px;
  }
}

.page-intl .intl--en .video iframe {
  width: 100%;
  height: 420px;
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .video iframe {
    height: 180px;
  }
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .wrap table th {
    height: 30px;
    padding: 0;
    line-height: 1;
  }
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .wrap table {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .page-intl .intl--en .wrap.flexbox .boxleft .inbox.flexbox .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
  .page-intl .intl--en .wrap.flexbox .boxleft .inbox.flexbox .txt .atmcard_ins .btn_normal {
    width: 100%;
  }
}

.page-business .mt10 a.clblue {
  text-decoration: underline;
}

.page-business .banner {
  background: url(../images/business/images/banner_pc.png) no-repeat center center;
  background-size: contain;
  min-height: 523px;
  padding-top: 105px;
}

@media all and (min-width: 1400px) {
  .page-business .banner {
    background-size: contain;
  }
}

@media all and (max-width: 768px) {
  .page-business .banner {
    background: url(../images/business/images/banner_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 75px;
    min-height: 321px;
  }
}

@media all and (max-width: 768px) {
  .page-business .banner h2 img {
    width: 55%;
  }
}

.page-business .banner p.price {
  font-size: 114px;
  font-weight: bold;
  color: #1353A0;
  text-align: center;
  line-height: 1.2;
}

.page-business .banner p.price small {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .page-business .banner p.price {
    font-size: 64px;
  }
  .page-business .banner p.price small {
    font-size: 12px;
  }
}

.page-business p {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .page-business p {
    font-size: 13px;
  }
}

.page-business .section1 {
  position: relative;
  z-index: 9;
}

.page-business .section1 .bottom002 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: -75px;
  margin-bottom: 120px;
}

.page-business .section1 .bottom002_sp {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}

@media all and (max-width: 769px) {
  .page-business .section1 .bottom002 {
    margin: -45px auto 45px;
    width: 68%;
    display: block;
  }
  .page-business .section1 .bottom002_sp {
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.page-business .section1 .bottom002_ins {
  width: 90px;
  height: 90px;
  margin-right: 0;
}

.page-business .section1 .bottom002_ins_last {
  margin-right: 0;
}

@media all and (min-width: 769px) {
  .page-business .section1 .bottom002_ins {
    width: 150px;
    height: 150px;
  }
  .page-business .section1 .bottom002_ins_last {
    margin-right: 0;
  }
  .page-business .section1 .bottom002_ins img {
    width: 150px;
    height: 150px;
  }
}

.page-business .section1 .titimage img {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .page-business .section1 .titimage img {
    height: 42px;
  }
}

.page-business .boxflex .box .txtcolor .cl1 {
  color: #F07800;
}

.page-business .boxflex .box .txtcolor .cl2 {
  color: #008C00;
}

.page-business .boxflex .box .txtcolor .cl3 {
  color: #E6468C;
}

@media all and (min-width: 769px) {
  .page-business .boxflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
*/
  }
  .page-business .boxflex .box:nth-child(1) {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 500px;
  }
  .page-business .boxflex .box:nth-child(1) h3 img {
    height: 64px;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(1) h3 img {
    height: 32px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(1) .imgcir {
    max-width: 505px;
    margin: 0 auto;
    margin-top: 35px;
  }
  .page-business .boxflex .box:nth-child(1) .imgcir img {
    max-width: 366px;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(1) .imgcir {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(1) .txtcolor {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(1) .txtcolor {
    text-align: center;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(1) .txtcolor {
    margin-top: 15px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(2) {
    padding-left: 50px;
    max-width: 500px;
    padding-right: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    padding-top: 20px;
    padding-bottom: 20px;
*/
  }
  .page-business .boxflex .box:nth-child(2)::after {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .page-business .boxflex .box:nth-child(2) h3 img {
    height: 24px;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(2) h3 img {
    height: 16px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(2) .imglogo {
    /*    margin-top: 145px;*/
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(2) .imglogo {
    margin-top: 35px;
    margin-left: -15px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(2) .imglogo img {
    max-width: 340px;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(2) .imglogo img {
    width: 230px;
  }
}

@media all and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(2) .txt {
    /*
    margin-top: 142px;
    width: calc(100% + 40px);
    margin-left: -20px;
    letter-spacing: -1px;
*/
    -ms-flex-item-align: end;
    align-self: flex-end;
    white-space: nowrap;
  }
}

@media all and (min-width: 769px) and (min-width: 769px) {
  .page-business .boxflex .box:nth-child(2) .txt {
    text-align: center;
  }
}

@media all and (min-width: 769px) and (max-width: 767px) {
  .page-business .boxflex .box:nth-child(2) .txt {
    margin-top: 24px;
  }
}

@media all and (max-width: 768px) {
  .page-business .boxflex {
    margin-top: 30px;
  }
  .page-business .boxflex .imgcir {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-business .boxflex .box:nth-child(2) {
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
    padding-top: 45px;
  }
  .page-business .boxflex .box:nth-child(2) h3 img {
    height: 16px;
  }
  .page-business .boxflex .box:nth-child(2) .imglogo {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.page-business .section3 {
  background: #DEE6F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEE6F2), color-stop(30%, #FFFFFF), color-stop(70%, #FFFFFF), to(#DEE6F2));
  background: linear-gradient(to bottom, #DEE6F2 0%, #FFFFFF 30%, #FFFFFF 70%, #DEE6F2 100%);
  padding: 67px 0 0;
  margin-top: 110px;
}

@media all and (max-width: 767px) {
  .page-business .section3 {
    margin-top: 35px;
    padding-top: 40px;
  }
}

.page-business .section3 h3 {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .page-business .section3 h3 {
    margin-bottom: 2px;
  }
}

.page-business .section3 h3 img {
  height: 24px;
}

@media all and (max-width: 767px) {
  .page-business .section3 h3 img {
    height: 16px;
  }
}

.page-business .section3 .thungatm {
  /* margin-top: -20px; */
  margin-left: -25px;
}

@media all and (max-width: 767px) {
  .page-business .section3 .thungatm {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 15px;
  }
  .page-business .section3 .thungatm img {
    width: calc(692/750*100vw);
  }
}

.page-business .section4 {
  max-width: 750px;
  padding-bottom: 70px;
}

@media all and (max-width: 767px) {
  .page-business .section4 {
    padding-bottom: 35px;
  }
}

.page-business .section4 .box {
  border-bottom: 2px solid #C4D4E7;
}

@media all and (max-width: 767px) {
  .page-business .section4 .box {
    border-width: 1px;
  }
}

.page-business .section4 .acr_title {
  padding: 0 24px;
}

@media all and (max-width: 767px) {
  .page-business .section4 .acr_title {
    padding: 0 12px;
  }
}

.page-business .section4 .acr_title::after {
  position: absolute;
  content: '';
  border: 2px solid #1353A0;
  width: 24px;
  height: 24px;
  border-radius: 99px;
  right: 27px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

@media all and (max-width: 767px) {
  .page-business .section4 .acr_title::after {
    width: 20px;
    height: 20px;
    right: 12px;
    top: 1px;
    border-width: 1px;
  }
}

.page-business .section4 .acr_title::before {
  right: 30px;
  top: 3px;
  background-size: 18px;
}

@media all and (max-width: 767px) {
  .page-business .section4 .acr_title::before {
    right: 10px;
    top: 6px;
    background-size: 14px;
  }
}

.page-business .section4 h5 {
  font-weight: bold;
  color: #1353A0;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 11px 0 9px;
}

@media all and (max-width: 767px) {
  .page-business .section4 h5 {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 13px;
    min-height: 50px;
    line-height: 48px;
    padding: 0;
  }
  .page-business .section4 h5.fix {
    letter-spacing: -1px;
  }
}

.page-business .section4 .txt {
  font-size: 16px;
  padding: 0 60px 10px 24px;
  text-align: justify;
}

@media all and (max-width: 767px) {
  .page-business .section4 .txt {
    font-size: 13px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 1.6;
  }
}

.page-business .section4 .txt a {
  color: #1353A0;
  text-decoration: underline;
}

.page-business .section6 {
  background: #DEE6F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEE6F2), to(#FFFFFF));
  background: linear-gradient(to bottom, #DEE6F2 0%, #FFFFFF 100%);
  padding: 67px 0 0;
  margin-top: 110px;
}

@media all and (max-width: 768px) {
  .page-business .section6 {
    margin-top: 35px;
    padding-top: 40px;
  }
}

.page-business .section6 h3 {
  margin-bottom: 38px;
}

@media all and (max-width: 768px) {
  .page-business .section6 h3 {
    margin-bottom: 10px;
  }
}

.page-business .section6 h3 img {
  height: 24px;
}

@media all and (max-width: 768px) {
  .page-business .section6 h3 img {
    height: 16px;
  }
}

.page-business .section6 .advertising_media {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 72px;
}

@media all and (max-width: 768px) {
  .page-business .section6 .advertising_media {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 15px;
  }
}

.page-business .section6 .thungatm {
  width: 411px;
}

@media all and (max-width: 768px) {
  .page-business .section6 .thungatm {
    margin: 0 auto 40px;
    width: 90%;
  }
  .page-business .section6 .thungatm img {
    width: 100%;
  }
}

.page-business .section6 .digital_signage {
  width: 350px;
}

@media all and (max-width: 768px) {
  .page-business .section6 .digital_signage {
    width: 100%;
  }
}

.page-business .section6 .digital_signage_ttl {
  text-align: left;
  font-weight: bold;
  color: #1353A0;
  margin: 0 0 10px 6px;
}

@media all and (max-width: 768px) {
  .page-business .section6 .digital_signage_ttl {
    margin: 0 0 10px 6px;
  }
}

.page-business .section6 .digital_signage_txt {
  margin: 0 0 23px;
}

@media all and (max-width: 768px) {
  .page-business .section6 .digital_signage_txt {
    text-align: left;
    margin: 0 0 30px;
  }
}

.page-business .section5 {
  background: #DCE5F1;
  /* margin-top: 70px; */
  padding-top: 100px;
  padding-bottom: 95px;
}

@media all and (max-width: 767px) {
  .page-business .section5 {
    margin-top: 40px;
    padding-top: 38px;
  }
  .page-business .section5 p.text_center {
    text-align: left !important;
  }
}

.page-business .section5 h3 {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .page-business .section5 h3 {
    margin-bottom: 30px;
  }
  .page-business .section5 h3 img {
    height: 24px;
  }
}

.page-business .section5 .atmcard {
  margin: 0 125px 0 120px;
}

@media all and (max-width: 767px) {
  .page-business .section5 .atmcard {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .page-business .section5 .atmcard .atmcard_ins {
    margin: 0 25px;
    margin-bottom: 25px;
  }
}

.page-business .section5 .atmcard a::after {
  border-radius: 7px;
}

@media all and (max-width: 767px) {
  .page-business .section5 .atmcard a::after {
    border-radius: 5px;
  }
}

.page-business .section5 .atmcard img {
  width: 357px;
}

.page-business .section5 .atmcard_box--fix {
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 35px;
}

@media all and (max-width: 767px) {
  .page-business .section5 .atmcard_box--fix {
    margin-top: 0;
    padding-bottom: 15px;
  }
  .page-business .section5 .atmcard_box--fix .atmcard {
    margin-top: 2px;
  }
}

.page-business .section5 .atmcard_box--fix .atmcard_ins {
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .page-business .section5 .atmcard_box--fix .atmcard_ins {
    margin: 0;
  }
}

.page-business .section5 .atmcard_box--fix .atmcard_ins .btn_normal {
  width: 400px;
  height: 80px;
}

.page-business .section5 .atmcard_box--fix .atmcard_ins .btn_normal img {
  height: 81px;
  width: 400px;
}

@media all and (max-width: 767px) {
  .page-business .section5 .atmcard_box--fix .atmcard_ins .btn_normal {
    max-width: 100%;
    width: auto;
    min-width: inherit;
  }
  .page-business .section5 .atmcard_box--fix .atmcard_ins .btn_normal img {
    height: auto;
  }
}

.page-business .section5 .txt {
  text-align: left;
}

@media all and (min-width: 769px) {
  .page-business .section5 .txt {
    text-align: center;
  }
}

body.page-business footer {
  margin-top: 0;
}

body.page-business .header {
  margin-bottom: 0;
}

.page-topics {
  scroll-behavior: smooth;
  background: #F5E1E8;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .contentbanner {
    position: relative;
  }
}

.page-topics svg {
  position: absolute;
  left: -6px;
  top: -38px;
}

@media all and (min-width: 1031px) {
  .page-topics svg {
    min-width: 1030px;
  }
}

@media all and (max-width: 768px) {
  .page-topics svg {
    top: -15px;
    left: 0;
  }
}

@media all and (max-width: 520px) {
  .page-topics svg {
    top: -55px;
    left: 0;
  }
}

.page-topics .bgbannerpc .st0 {
  fill: #D885A4;
}

.page-topics .bgbannerpc .st1 {
  fill: #89A9CF;
}

.page-topics .bgbannerpc .st2 {
  fill: #5C88BD;
}

.page-topics .bgbannerpc .st3 {
  fill: #CB5D86;
}

.page-topics .bgbannerpc .st4 {
  fill: #FFFFFF;
}

.page-topics .bgbannerpc .st6 {
  font-size: 34px;
}

.page-topics .bgbannerpc .st7 {
  letter-spacing: 2;
}

.page-topics .bgbannerpc .st9 {
  font-size: 16px;
}

.page-topics .bgbannerpc .st10 {
  letter-spacing: 1;
}

@media all and (max-width: 768px) {
  .page-topics .bgbannerpc {
    padding-bottom: 75%;
  }
}

@media all and (max-width: 640px) {
  .page-topics .bgbannerpc {
    padding-bottom: 80%;
  }
}

@media all and (max-width: 520px) {
  .page-topics .bgbannerpc {
    display: none;
  }
}

.page-topics .bgbannersp {
  display: none;
}

.page-topics .bgbannersp .st0 {
  fill: #F5E1E8;
}

.page-topics .bgbannersp .st1 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_);
  fill: #D885A4;
}

.page-topics .bgbannersp .st2 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_);
}

.page-topics .bgbannersp .st3 {
  fill: #89A9CF;
}

.page-topics .bgbannersp .st4 {
  fill: #5C88BD;
}

.page-topics .bgbannersp .st5 {
  fill: #CB5D86;
}

.page-topics .bgbannersp .st6 {
  fill: #FFFFFF;
}

.page-topics .bgbannersp .st8 {
  font-size: 52px;
}

.page-topics .bgbannersp .st9 {
  letter-spacing: 4;
}

.page-topics .bgbannersp .st11 {
  font-size: 24px;
}

.page-topics .bgbannersp .st12 {
  letter-spacing: 1;
}

.page-topics .bgbannersp .st13 {
  fill: #D885A4;
}

@media all and (max-width: 520px) {
  .page-topics .bgbannersp {
    display: block !important;
    padding-bottom: 150%;
  }
  .page-topics .bgbannersp svg {
    width: 100% !important;
  }
}

.page-topics .bgbannersp.bgbannerspforie {
  display: none !important;
}

@media all and (max-width: 520px) {
  .page-topics .bgbannersp.bgbannerspforie {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .page-topics header {
    background: #fff;
  }
}

.page-topics .breadcrumb {
  background: none;
}

.page-topics .container {
  position: relative;
}

.page-topics .sectionbanner {
  padding-top: 24px;
  position: relative;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.page-topics .sectionbanner h2 {
  position: relative;
  z-index: 9;
}

.page-topics .sectionbanner h2 img {
  height: 17px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner h2 {
    position: absolute;
    left: 25px;
    top: 0;
  }
}

@media all and (min-width: 769px) {
  .page-topics .sectionbanner h2 img {
    height: 26px;
  }
}

.page-topics .sectionbanner .textlink {
  position: relative;
  z-index: 100;
}

.page-topics .sectionbanner .textlink a {
  position: absolute;
}

.page-topics .sectionbanner .textlink .link1 {
  left: 250px;
  top: 95px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .textlink .link1 {
    left: 15px;
    top: 95px;
    max-width: 153px;
  }
}

.page-topics .sectionbanner .textlink .link2 {
  right: 270px;
  top: 27px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .textlink .link2 {
    right: -3px;
    top: 39px;
    max-width: 130px;
  }
}

.page-topics .sectionbanner .textlink .link3 {
  left: 127px;
  top: 240px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .textlink .link3 {
    left: 20px;
    top: 177px;
    max-width: 83px;
  }
}

.page-topics .sectionbanner .textlink .link4 {
  right: 58px;
  top: 161px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .textlink .link4 {
    right: 20px;
    top: 180px;
    max-width: 143px;
  }
}

.page-topics .sectionbanner .boxsocial {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media all and (min-width: 769px) {
  .page-topics .sectionbanner .boxsocial {
    max-width: 440px;
    margin: 0 auto;
    right: -30px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .boxsocial {
    margin-right: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
  }
}

.page-topics .sectionbanner .boxsocial .imgpaint {
  max-width: 314px;
  margin: 0 auto;
  margin-top: 235px;
  position: relative;
  z-index: 0;
}

.page-topics .sectionbanner .boxsocial .imgpaint img {
  margin-left: -17px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .boxsocial .imgpaint {
    width: 68%;
    margin-top: 0;
  }
}

.page-topics .sectionbanner .boxsocial .inbox {
  background: #fff;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #674B2A;
  margin-top: -63px;
  padding-top: 14px;
  position: relative;
  min-height: 105px;
  z-index: 9 !important;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .boxsocial .inbox {
    max-height: 80px;
    height: 80px;
    min-height: inherit;
    margin-top: -45px;
    padding-top: 12px;
  }
}

.page-topics .sectionbanner .boxsocial .inbox p img {
  height: 15px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .boxsocial .inbox p img {
    height: 11px;
  }
}

.page-topics .sectionbanner .boxsocial .inbox ul {
  justify-content: center;
  padding: 0 55px;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .boxsocial .inbox ul {
    padding: 0 100px;
    margin-top: 5px;
  }
}

@media all and (max-width: 520px) {
  .page-topics .sectionbanner .boxsocial .inbox ul {
    padding: 0 50px;
  }
}

@media all and (max-width: 414px) {
  .page-topics .sectionbanner .boxsocial .inbox ul {
    padding: 0 35px;
  }
}

.page-topics .sectionbanner .boxsocial .inbox ul li {
  min-width: 140px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .boxsocial .inbox ul li {
    min-width: 110px;
  }
}

.page-topics .sectionbanner .boxsocial .inbox ul li:not(:first-child) {
  border-left: 1px solid #CACACA;
}

.page-topics .sectionbanner .boxsocial .inbox ul img {
  height: 39px;
}

@media all and (max-width: 767px) {
  .page-topics .sectionbanner .boxsocial .inbox ul img {
    height: 30px;
  }
}

.page-topics .sectionbanner .iconlink {
  position: absolute;
  right: 125px;
  bottom: 54px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .iconlink {
    right: 7px;
    bottom: 170px;
  }
}

@media all and (max-width: 640px) {
  .page-topics .sectionbanner .iconlink {
    bottom: 140px;
  }
}

@media all and (max-width: 420px) {
  .page-topics .sectionbanner .iconlink {
    bottom: 130px;
    right: -5px;
  }
}

.page-topics .sectionbanner .iconlink .bottom03_cirle {
  width: 110px;
  height: 110px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .iconlink .bottom03_cirle {
    width: 70px;
    height: 70px;
  }
}

.page-topics .sectionbanner .iconlink a img {
  max-width: 110px;
  height: 110px;
  z-index: 9 !important;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .iconlink a img {
    width: 70px;
    height: 70px;
  }
}

.page-topics .sectionbanner .iconlink a::after {
  width: 110px;
  height: 110px;
}

@media all and (max-width: 768px) {
  .page-topics .sectionbanner .iconlink a::after {
    width: 70px;
    height: 70px;
  }
}

.page-topics .boxflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .page-topics .boxflex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-topics .bgblue {
  background: #DCE5F1;
  position: relative;
}

.page-topics .bgblue .txtcloud {
  position: absolute;
  right: 50px;
  margin-top: -82px;
}

@media all and (max-width: 768px) {
  .page-topics .bgblue .txtcloud {
    right: 0;
    text-align: right;
    display: inline-block;
    width: 42%;
    max-width: 157px;
    margin-top: -42px;
  }
}

.page-topics .bgblue .txtcloud img {
  text-align: right;
}

.page-topics .bgblue .txt h4 img {
  height: 27px;
}

@media all and (max-width: 767px) {
  .page-topics .bgblue .txt h4 img {
    height: 18px;
  }
}

.page-topics .bgblue .txt p {
  color: #1353A0;
  line-height: 1.75;
  letter-spacing: 2px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-topics .bgblue .txt p {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .bgblue .txt p {
    letter-spacing: 0;
  }
}

.page-topics .bgpink {
  background: #F5E1E8;
  position: relative;
}

.page-topics .bgpink .txtcloud {
  position: relative;
  left: -50px;
  top: -60px;
  margin-bottom: -60px;
}

@media all and (max-width: 768px) {
  .page-topics .bgpink .txtcloud {
    position: absolute;
    right: 0;
    left: inherit;
    width: 39%;
    max-width: 147px;
    top: -65px;
    margin-bottom: 0;
  }
}

.page-topics .bgpink .txt h4 img {
  height: 27px;
}

@media all and (max-width: 767px) {
  .page-topics .bgpink .txt h4 img {
    height: 18px;
  }
}

.page-topics .bgpink .txt p {
  color: #BE3468;
  line-height: 1.75;
  letter-spacing: 2px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-topics .bgpink .txt p {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .bgpink .txt p {
    letter-spacing: 0;
  }
}

.page-topics .section1 {
  padding-top: 20px;
  padding-bottom: 92px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.page-topics .section1 .container {
  padding: 0 100px 0 90px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container {
    padding: 0 25px;
  }
  .page-topics .section1 .container .boxflex {
    max-width: 480px;
    margin: 0 auto;
  }
}

.page-topics .section1 .container .img {
  position: relative;
  left: -24px;
  max-width: 491px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
  }
  .page-topics .section1 .container .img img {
    max-width: calc(568px/2);
    margin-left: 10px;
  }
  .page-topics .section1 .container .img .btnpage {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .page-topics .section1 .container .img .btnpage::before {
    left: 0;
    width: 100%;
    right: inherit;
    border-radius: 5px;
  }
  .page-topics .section1 .container .img .btnpage img {
    margin-left: 0;
  }
}

.page-topics .section1 .container .txt {
  min-width: 400px;
  margin-top: 80px;
  position: relative;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container .txt {
    min-width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-topics .section1 .container .txt h4 {
  margin-bottom: 22px;
}

.page-topics .section1 .container .txt h4 img {
  height: 67px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container .txt h4 img {
    height: 45px;
  }
}

.page-topics .section1 .container .txt p {
  margin-bottom: 55px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container .txt p {
    margin-bottom: 0;
  }
}

.page-topics .section1 .container .txt .btnpage {
  height: 60px;
}

.page-topics .section1 .container .txt .btnpage a {
  height: 60px;
}

.page-topics .section1 .container .txt .btnpage::before {
  border-radius: 5px;
}

.page-topics .section2 {
  padding-bottom: 70px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.page-topics .section2 .container {
  padding: 0 95px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container {
    padding: 0 25px;
  }
}

.page-topics .section2 .container .gotouchi_ttl {
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .gotouchi_ttl {
    text-align: left;
  }
  .page-topics .section2 .container .gotouchi_ttl h4 {
    width: calc(348px / 2);
  }
}

.page-topics .section2 .container .gotouchi_lead {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .gotouchi_lead {
    margin-top: 25px;
  }
}

.page-topics .section2 .container .gotouchi_lead p {
  text-align: center;
  color: #BE3468;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .gotouchi_lead p {
    text-align: left;
  }
}
.page-topics .section2 .container .boxflex {
  margin-top: -52px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .boxflex {
    max-width: 480px;
    margin: 0 auto;
  }
}

.page-topics .section2 .container .gotouchi_atm {
  width: 802px;
  margin: 30px auto 0;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .gotouchi_atm {
    width: 100%;
    margin: 25px auto 0;
  }
}

.page-topics .section2 .container .txt {
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt {
    width: 100%;
    max-width: inherit;
  }
}

.page-topics .section2 .container .txt .area_name {
  margin-top: 50px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #BE3468;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt .area_name {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .page-topics .section2 .container .txt .area_name:first-child {
    margin-top: 0;
  }
}
.page-topics .section2 .container .txt .bottom03 .bottom03_cirles {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt .bottom03 .bottom03_cirles {
    gap: 7px;
    padding: 13px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media all and (min-width: 769px) {
    .page-topics .section2 .container .txt .bottom03 .bottom03_cirles.w-small {
        padding-left: 170px;
        padding-right: 170px;
    }
}

.page-topics .section2 .container .txt .bottom03 ul .bottom03_cirle {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt .bottom03 ul .bottom03_cirle {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.page-topics .section2 .container .txt .bottom03 ul a img {
  max-width: 90px;
  height: 90px;
  z-index: 9;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt .bottom03 ul a img {
    width: 70px;
    height: 70px;
  }
}

.page-topics .section2 .container .txt .bottom03 ul a::after {
  width: 90px;
  height: 90px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt .bottom03 ul a::after {
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
  }
}

.page-topics .section2 .container .txt h4 {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .page-topics .section2 .container .txt h4 {
    margin-bottom: 25px;
  }
}

.page-topics .section2 .container .txt .imgsp {
  width: calc(670px/2);
  margin: 0 auto;
  margin-left: -4px;
  margin-top: 12px;
}

.page-topics .section2 .container .txt p {
  letter-spacing: 0;
}

.page-topics .section3 {
  padding-top: 25px;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.page-topics .section3 .container {
  padding: 0 100px;
}

.page-topics .section3 .container .txtcloud {
  right: 210px;
  margin-top: -60px;
}
@media all and (max-width: 768px) {
  .page-topics .section3 .container {
    padding: 0 25px;
  }
  .page-topics .section3 .container .txtcloud {
    top: -20px;
    right: 0;
    max-width: 146px;
  }
  .page-topics .section3 .container .boxflex {
    max-width: 480px;
    margin: 0 auto;
  }
}

.page-topics .section3 .container .video,
.page-topics .section3 .container .txt {
  max-width: 360px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .video,
  .page-topics .section3 .container .txt {
    max-width: 100%;
  }
}

.page-topics .section3 .container .boxflex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .boxflex {
    padding-top: 0;
  }
}
.page-topics .section3 .container_ttl h4 {
  margin-bottom: 18px;
  padding-top: 95px;
  text-align: center;
}
.page-topics .section3 .container_ttl h4 img {
  height: 28px;
}
@media all and (max-width: 768px) {
  .page-topics .section3 .container_ttl h4 {
    margin-bottom: 30px;
    padding-top: 0;
    text-align: left;
  }
  .page-topics .section3 .container_ttl h4 img {
    height: 18px;
  }
}

.page-topics .section3 .container_lead p {
    font-size: 16px;
    text-align: center;
    line-height: calc(28/16);
    color: #1353a0;
}
@media all and (max-width: 768px) {
  .page-topics .section3 .container_lead p {
    font-size: 12px;
    text-align: left;
    line-height: calc(44/22*1em);
  }
}

.page-topics .section3 .container .boxgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  margin-top: 50px;
}
.page-topics .section3 .container .boxgrid_item .lang {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.page-topics .section3 .container .boxgrid_item .lang.ko {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
}
.page-topics .section3 .container .boxgrid_item .boxgrid_item_movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media all and (max-width: 768px) {
  .page-topics .section3 .container .boxgrid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 35px;
    margin-top: 25px;
  }
  .page-topics .section3 .container .boxgrid_item .lang {
    margin-bottom: 7px;
    font-size: 12px;
  }
}
.page-topics .section3 .container .video {
  border: 4px solid #fff;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
}

.page-topics .section3 .container .img p {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .page-topics .section3 .container .img p {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-topics .section3 .container .txt p {
  letter-spacing: 1px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .txt p {
    letter-spacing: -1px;
    text-indent: -10px;
  }
}

.page-topics .section3 .container .btnpage {
  background: none;
  margin-top: 58px;
  height: 80px;
  max-width: 360px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .btnpage {
    max-width: 325px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.page-topics .section3 .container .btnpage a {
  height: 80px;
  background: none;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .btnpage a {
    height: 70px;
  }
}

.page-topics .section3 .container .btnpage a img {
  max-width: 360px;
  height: 78px;
}

@media all and (max-width: 768px) {
  .page-topics .section3 .container .btnpage a img {
    height: 70px;
    max-width: 100%;
  }
}

.page-topics .section3 .container .btnpage::before {
  border-radius: 5px;
}

.page-topics .section4 {
  padding-bottom: 0;
}

@media all and (max-width: 768px) {
  .page-topics .section4 {
    padding-top: 45px;
  }
}

.page-topics .section4 .container {
  padding: 0 102px 0 100px;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .container {
    padding: 0 25px;
  }
}

.page-topics .section4 .container .boxflex {
  margin-top: -37px;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .container .boxflex {
    margin-top: 0;
    max-width: 480px;
    margin: 0 auto;
  }
}

.page-topics .section4 .container .boxflex h4 {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .container .boxflex h4 {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .section4 .container .txt h4 img {
    height: 46px;
  }
}

.page-topics .section4 .boxlist {
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .boxlist {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.page-topics .section4 .boxlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-topics .section4 .boxlist li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 248px;
  flex: 0 0 248px;
  padding: 15px 20px 30px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 380px;
  max-width: 248px;
}

.page-topics .section4 .boxlist li img {
  height: 180px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .boxlist li img {
    height: 120px;
    margin-bottom: 0;
  }
}

.page-topics .section4 .boxlist li .txt {
  text-align: left;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .boxlist li .txt {
    margin-top: 5px;
  }
}

@media all and (max-width: 768px) {
  .page-topics .section4 .boxlist li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 155px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .page-topics .section4 .boxlist li .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    min-width: 40%;
  }
  .page-topics .section4 .boxlist li:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-topics .section4 .boxlist li:nth-child(even) .txt {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .page-topics .section4 .boxlist li:nth-child(odd) .txt {
    padding-left: 10px;
  }
}

.page-topics .section4 .boxlist h5 {
  color: #BE3468;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .page-topics .section4 .boxlist h5 {
    font-size: 13px;
  }
}

.page-topics .section4 .boxlist p {
  line-height: 1.3;
  text-align: justify;
}

@media all and (max-width: 768px) {
  .page-topics .section4 .boxlist p {
    line-height: 1.7;
  }
}

.fixie .page-business .banner {
  margin-top: -25px;
}

.page-sitemap .introhead_first p {
  letter-spacing: -2px;
}

@media all and (max-width: 640px) {
  .page-sitemap .introhead_first {
    margin-bottom: 20px !important;
  }
}

.page-sitemap .flexbox {
  margin-top: 45px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 640px) {
  .page-sitemap .flexbox {
    margin-top: 25px;
  }
}

.page-sitemap ul.list:nth-child(1) {
  /*   width: 160px; */
}

.page-sitemap ul.list:nth-child(2) {
  /*   width: 270px; */
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list:nth-child(2) {
    margin-top: 23px;
  }
}

.page-sitemap ul.list:nth-child(3) {
  /*   width: 235px; */
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list:nth-child(3) {
    margin-top: 25px;
  }
}

.page-sitemap ul.list:nth-child(4) {
  width: 215px;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list:nth-child(4) {
    margin-top: 25px;
  }
}

@media all and (max-width: 768px) {
  .page-sitemap ul.list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    /*    flex: 0 0 50%;*/
    margin-bottom: 40px;
  }
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
}

.page-sitemap ul.list a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 5px;
}

@media all and (max-width: 768px) {
  .page-sitemap ul.list a {
    font-size: 12px;
  }
}

.page-sitemap ul.list li {
  margin-top: 11px;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list li {
    margin-top: 1px;
  }
}

.page-sitemap ul.list .parent {
  margin-top: 44px;
  letter-spacing: -1px;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list .parent {
    margin-top: 20px;
  }
  .page-sitemap ul.list .parent.mt10 {
    margin-top: 2px !important;
  }
}

.page-sitemap ul.list .parent:before {
  display: inline-block;
  content: '>';
  right: inherit;
  left: 0;
  color: #1353A0;
  font-weight: bold;
  font-size: 18px;
  margin-right: 2px;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list .parent:before {
    font-size: 14px;
  }
}

.page-sitemap ul.list .parent a {
  font-weight: bold;
}

.page-sitemap ul.list .arr {
  margin-top: 9px;
  width: 300px;
  clear: both;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list .arr {
    margin-top: 3px;
    line-height: 1;
  }
}

.page-sitemap ul.list .arr:before {
  display: inline-block;
  content: '';
  background: url(../images/share/arrow/arow_f_black.png) no-repeat 0px;
  background-size: cover;
  height: 10px;
  width: 10px;
}

@media all and (max-width: 640px) {
  .page-sitemap ul.list .arr:before {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .fixie .page-topics .sectionbanner .boxsocial .imgpaint {
    width: 42%;
  }
  .fixie .page-topics .sectionbanner .iconlink {
    right: 2%;
    bottom: 90px;
  }
}

@media all and (max-width: 520px) {
  .fixie .page-topics .sectionbanner {
    padding-bottom: 160px;
  }
  .fixie .page-topics .sectionbanner .boxsocial {
    bottom: -130px;
  }
  .fixie .page-topics .bgbannersp {
    display: none !important;
  }
  .fixie .page-topics .bgbannersp.bgbannerspforie {
    display: block !important;
    padding-bottom: 100%;
  }
  .fixie .page-topics .bgbannersp.bgbannerspforie svg {
    width: 50% !important;
  }
  .fixie .page-topics .sectionbanner .iconlink {
    bottom: -40px;
  }
}

.cm_title {
  background: #1353A0;
  margin-bottom: 50px;
}

.cm_title .container h2 {
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .cm_title {
    margin-bottom: 0px;
  }
  .cm_title .container h2 {
    text-align: center;
  }
}

.cm_mb .spec1 {
  color: #BE3468;
  margin: 15px 0 2px;
}

.cm_mb .spec1.spec_cm {
  margin-bottom: 75px;
}

.cm_mb .spec2 {
  color: #1353A0;
}

@media all and (max-width: 767px) {
  .jibun .cm_title {
    margin-bottom: 20px;
  }
}

.list-tabs .slider-nav--tabs .stab.color1 {
  background: #BEE1E1 !important;
}

.list-tabs .slider-nav--tabs .stab.color2 {
  background: #D2C8E7 !important;
}

.list-tabs .slider-nav--tabs .stab.pink {
  background: #F2D6E1;
}

.list-tabs .slider-nav--tabs .stab.pinktab:hover {
  background: #F2D6E1;
}

.list-tabs.none .title_sp {
  position: relative;
}

@media all and (max-width: 767px) {
  .list-tabs.none .title_sp {
    margin-bottom: 30px;
  }
  .list-tabs.none .title_sp:after {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background: #D0DDEC;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}

@media all and (max-width: 767px) {
  .list-tabs .slider-content--tabs .tab_ct.color1::before {
    background: #BEE1E1;
  }
  .list-tabs .slider-content--tabs .tab_ct.color2::before {
    background: #D2C8E7;
  }
}

.list-tabs .slick-slide img.dispc {
  display: block !important;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .list-tabs .slick-slide img.dispc {
    display: none !important;
  }
}

.list-tabs .slick-slide img.dissp {
  display: none !important;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .list-tabs .slick-slide img.dissp {
    display: block !important;
  }
}

.list-tabs.none .slider-nav--tabs .stab {
  height: 30px;
}

.list-jibun .mics_logo {
  margin: 0 auto 10px;
}

.list-jibun .mics_logo img {
  margin: 0 auto;
}

.list-jibun .mics_logo.scs_logo {
  margin-bottom: 75px;
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .list-jibun .mics_logo.scs_logo {
    margin: 40px 0;
  }
  .list-jibun .mics_logo.scs_logo img {
    width: 50%;
  }
}

.list-jibun .text_logo {
  font-size: 16px;
  color: #1353A0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.list-jibun .note3 {
  border: 2px solid #DCDCDC;
  padding: 20px;
  margin-bottom: 55px;
}

.text_logo_spec {
  font-size: 25px;
  font-weight: bold;
  color: #1353A0;
  margin-bottom: 70px;
  text-align: center;
}

.page-inquiry .lp-1px {
  letter-spacing: -1px;
}

@media all and (max-width: 768px) {
  .page-inquiry .lp-1px {
    margin-top: 20px;
    line-height: 1.8;
  }
}

.page-inquiry .formtemplate {
  margin-top: 56px;
  padding: 0 175px;
}

.page-inquiry .formtemplate.show4 .formbtn {
  display: none;
}

.page-inquiry .formtemplate.show4 .block-faqform {
  display: block;
}

.page-inquiry .formtemplate.show4 tr {
  display: none;
}

.page-inquiry .formtemplate.show4 tr:first-child {
  display: block;
}

.page-inquiry .formtemplate .mediumtype {
  height: 60px;
}

.page-inquiry .formtemplate .btnpage input {
  top: 0;
  -webkit-transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
  width: 400px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate .btnpage input {
    width: 100%;
  }
}

.page-inquiry .formtemplate .btnpage:hover input {
  top: 5px;
  position: relative;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate {
    padding: 0;
    margin-top: 28px;
  }
}

.page-inquiry .formtemplate .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate .table_template {
    margin-top: 30px;
  }
}

.page-inquiry .formtemplate .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.page-inquiry .formtemplate .table_template .confirm_submit input {
  margin-right: 5px;
}

.page-inquiry .formtemplate .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.page-inquiry .formtemplate .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #f89b00;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #f89b00;
  cursor: pointer;
}

.page-inquiry .formtemplate .btn_view .btn_normal:hover {
  background: white;
}

@media all and (max-width: 520px) {
  .page-inquiry .formtemplate .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.page-inquiry .formtemplate .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .page-inquiry .formtemplate .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.page-inquiry .formtemplate .btn_view button.btn_normal {
  border: none;
}

.page-inquiry .formtemplate .btn_view .btn_normal {
  position: relative;
}

.page-inquiry .formtemplate .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.page-inquiry .formtemplate .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.page-inquiry .formtemplate .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .page-inquiry .formtemplate .form_submit {
    margin: 70px 0;
  }
}

.page-inquiry .formtemplate .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.page-inquiry .formtemplate .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.page-inquiry .formtemplate .form_submit_btn span {
  font-size: 20px;
}

.page-inquiry .formtemplate .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.page-inquiry .formtemplate .form_submit_btn button::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .page-inquiry .formtemplate .form_submit_btn button {
    height: 80px;
  }
  .page-inquiry .formtemplate .form_submit_btn button::after {
    height: 80px;
  }
}

.page-inquiry .formtemplate .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.page-inquiry .formtemplate table {
  border: 1px solid #fff;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.page-inquiry .formtemplate table input[type="radio"],
.page-inquiry .formtemplate table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.page-inquiry .formtemplate table th,
.page-inquiry .formtemplate table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #fff;
  padding: 20px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table th,
  .page-inquiry .formtemplate table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .page-inquiry .formtemplate table th:after,
  .page-inquiry .formtemplate table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

.page-inquiry .formtemplate table tr:last-child td {
  border-bottom: none;
}

.page-inquiry .formtemplate table input[type="text"],
.page-inquiry .formtemplate table input[type="email"],
.page-inquiry .formtemplate table input[type="name"],
.page-inquiry .formtemplate table input[type="tel"],
.page-inquiry .formtemplate table input[type="number"],
.page-inquiry .formtemplate table input[type="password"],
.page-inquiry .formtemplate table select,
.page-inquiry .formtemplate table textarea {
  height: 44px;
  border: 1px solid #aaa;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 0px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table input[type="text"],
  .page-inquiry .formtemplate table input[type="email"],
  .page-inquiry .formtemplate table input[type="name"],
  .page-inquiry .formtemplate table input[type="tel"],
  .page-inquiry .formtemplate table input[type="number"],
  .page-inquiry .formtemplate table input[type="password"],
  .page-inquiry .formtemplate table select,
  .page-inquiry .formtemplate table textarea {
    height: 42px;
  }
}

.page-inquiry .formtemplate table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.page-inquiry .formtemplate table textarea {
  padding: 10px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table textarea {
    height: 150px;
  }
}

.page-inquiry .formtemplate table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table .w35 {
    width: 60% !important;
  }
}

.page-inquiry .formtemplate table th {
  background: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
}

.page-inquiry .formtemplate table th .required,
.page-inquiry .formtemplate table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}

.page-inquiry .formtemplate table th .required:before,
.page-inquiry .formtemplate table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #e21717;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table th .required:before,
  .page-inquiry .formtemplate table th .nonerequired:before {
    font-size: 11px;
  }
}

.page-inquiry .formtemplate table th .required:before {
  content: "必須";
  background: #e21717;
}

.page-inquiry .formtemplate table th .nonerequired:before {
  content: "任意";
  background: #0094E7;
}

.page-inquiry .formtemplate table th .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-inquiry .formtemplate table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.page-inquiry .formtemplate table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-inquiry .formtemplate table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table tr,
  .page-inquiry .formtemplate table tbody,
  .page-inquiry .formtemplate table th,
  .page-inquiry .formtemplate table td {
    display: block;
    width: 100%;
  }
}

.page-inquiry .formtemplate .clpink {
  letter-spacing: 1px;
  position: relative;
  top: 5px;
}

.page-inquiry .formtemplate table th,
.page-inquiry .formtemplate table td {
  padding: 0;
}

.page-inquiry .formtemplate table tr:last-child td {
  margin-bottom: 20px;
}

.page-inquiry .formtemplate table th {
  display: block;
  background: #1353A0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table th {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.page-inquiry .formtemplate table td {
  display: block;
  width: 100%;
  margin-bottom: 37px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table td {
    margin-bottom: 30px;
  }
}

.page-inquiry .formtemplate table td .selectgroup:after {
  right: -3px;
  width: 36px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table td .selectgroup:after {
    top: -1px;
  }
}

.page-inquiry .formtemplate table td .selectgroup select {
  border-right: 2px solid #1353A0;
  background: transparent !important;
  -webkit-appearance: none;
}

.page-inquiry .formtemplate table td input[type="text"],
.page-inquiry .formtemplate table td input[type="email"],
.page-inquiry .formtemplate table td input[type="tel"],
.page-inquiry .formtemplate table td input[type="number"],
.page-inquiry .formtemplate table td textarea {
  border: 2px solid #1353A0;
  border-radius: 4px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table td input[type="text"],
  .page-inquiry .formtemplate table td input[type="email"],
  .page-inquiry .formtemplate table td input[type="tel"],
  .page-inquiry .formtemplate table td input[type="number"],
  .page-inquiry .formtemplate table td textarea {
    border-width: 1px;
  }
}

.page-inquiry .formtemplate table td input[type="text"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="email"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="tel"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="number"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

.page-inquiry .formtemplate table td input[type="text"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="email"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="tel"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="number"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

.page-inquiry .formtemplate table td input[type="text"]::-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="email"]::-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="tel"]::-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="number"]::-ms-input-placeholder,
.page-inquiry .formtemplate table td textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

.page-inquiry .formtemplate table td input[type="text"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="email"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="tel"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td input[type="number"]::-webkit-input-placeholder,
.page-inquiry .formtemplate table td textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

.page-inquiry .formtemplate table td input[type="text"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="email"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="tel"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td input[type="number"]:-ms-input-placeholder,
.page-inquiry .formtemplate table td textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

.page-inquiry .formtemplate table td input[type="text"]::placeholder,
.page-inquiry .formtemplate table td input[type="email"]::placeholder,
.page-inquiry .formtemplate table td input[type="tel"]::placeholder,
.page-inquiry .formtemplate table td input[type="number"]::placeholder,
.page-inquiry .formtemplate table td textarea::placeholder {
  font-size: 16px;
  color: #969696;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table td input[type="text"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="email"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="number"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .page-inquiry .formtemplate table td input[type="text"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="email"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="number"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .page-inquiry .formtemplate table td input[type="text"]::-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="email"]::-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]::-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="number"]::-ms-input-placeholder,
  .page-inquiry .formtemplate table td textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .page-inquiry .formtemplate table td input[type="text"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="email"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td input[type="number"]::-webkit-input-placeholder,
  .page-inquiry .formtemplate table td textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .page-inquiry .formtemplate table td input[type="text"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="email"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td input[type="number"]:-ms-input-placeholder,
  .page-inquiry .formtemplate table td textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .page-inquiry .formtemplate table td input[type="text"]::placeholder,
  .page-inquiry .formtemplate table td input[type="email"]::placeholder,
  .page-inquiry .formtemplate table td input[type="tel"]::placeholder,
  .page-inquiry .formtemplate table td input[type="number"]::placeholder,
  .page-inquiry .formtemplate table td textarea::placeholder {
    font-size: 12px;
  }
}

.page-inquiry .formtemplate table td input[type="text"],
.page-inquiry .formtemplate table td input[type="email"],
.page-inquiry .formtemplate table td input[type="tel"],
.page-inquiry .formtemplate table td input[type="number"],
.page-inquiry .formtemplate table td select {
  height: 40px;
}

.page-inquiry .formtemplate table td textarea {
  height: 200px;
}

.page-inquiry .formtemplate table .dispflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-inquiry .formtemplate table .dispflex input {
  width: -ms-calc(33.33333% - 6.66px);
  width: -o-calc(33.33333% - 6.66px);
  width: calc(33.33333% - 6.66px);
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table .dispflex input {
    margin-right: 5px;
    width: -ms-calc(33.33333% - 3.33px);
    width: -o-calc(33.33333% - 3.33px);
    width: calc(33.33333% - 3.33px);
  }
}

.page-inquiry .formtemplate table .dispflex input:last-child {
  margin-right: 0;
}

.page-inquiry .formtemplate table .selectgroup {
  width: 100%;
}

.page-inquiry .formtemplate table .selectgroup select option {
  font-size: 16px;
}

.page-inquiry .formtemplate table .require {
  position: relative;
}

.page-inquiry .formtemplate table .require::after {
  position: absolute;
  content: "";
  background: url(../images/share/hissu_01.png) no-repeat;
  width: 43px;
  height: 18px;
  background-size: 43px;
  top: 0;
  right: 0;
  margin-right: 17px;
  margin-top: 4px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table .require::after {
    background-size: 80%;
    margin-right: -5px;
    margin-top: 2px;
  }
}

.page-inquiry .formtemplate table .content:nth-child(2) {
  display: none;
}

.page-inquiry .formtemplate table .content-ins {
  margin-top: 10px;
}

.page-inquiry .formtemplate table .content-ins:first-child {
  margin-top: 0;
}

.page-inquiry .formtemplate table .content-ins p {
  color: #1353A0;
  font-weight: bold;
  padding-right: 10px;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1px;
}

@media all and (max-width: 768px) {
  .page-inquiry .formtemplate table .content-ins p {
    font-size: 12px;
  }
}

.page-inquiry .formtemplate table .content-ins p img {
  margin: 0 10px;
  margin-right: 0px;
  position: relative;
  margin-top: -3px;
  margin-bottom: 0px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table .content-ins p img {
    max-width: 30px;
    margin: 0 5px;
  }
}

.page-inquiry .formtemplate table .content-ins .text-black {
  background: none;
  color: #000000;
  font-size: 14px;
  margin-left: 0px;
  margin-left: 10px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate table .content-ins .text-black {
    font-size: 10px;
  }
}

.page-inquiry .formtemplate .note_block--ins {
  border: 2px solid #BE3468;
  border-radius: 4px;
  padding: 40px 50px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate .note_block--ins {
    padding: 25px 25px;
  }
}

.page-inquiry .formtemplate .note_block--ins p {
  font-size: 17px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate .note_block--ins p {
    font-size: 13px;
  }
}

.page-inquiry .formtemplate .inquiry_link {
  text-align: right;
  display: block;
  color: #BE3468;
  font-size: 17px;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .page-inquiry .formtemplate .inquiry_link {
    font-size: 13px;
  }
}

.page-inquiry .formtemplate .inquiry_link:hover {
  text-decoration: underline;
}

.page-inquiry .btnpage_inq {
  padding: 0 120px;
}

@media all and (max-width: 768px) {
  .page-inquiry .btnpage_inq {
    padding: 0 60px;
  }
}

@media all and (max-width: 767px) {
  .page-inquiry .btnpage_inq {
    padding: 0px;
  }
}

.page-inquiry .btnpage_inq--ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-inquiry .btnpage_inq--ins .btnpage:first-child {
  margin-right: 20px;
}

.page-inquiry .btnpage_inq--ins .btnpage:last-child input {
  background: #BE3468;
}

.page-inquiry .btnpage_inq .btnpage {
  margin-bottom: 30px;
  max-width: 200px;
  margin: 0;
}

.page-inquiry .btnpage_inq .btnpage input {
  height: 70px;
}

.page-inquiry .introheadbottom {
  font-size: 17px;
  word-break: break-word;
}

@media all and (max-width: 767px) {
  .page-inquiry .introheadbottom {
    font-size: 13px;
  }
}

.page-inquiry .introheadbottom-fix {
  margin-top: 20px;
}

.page-inquiry .p-enter {
  display: none;
}

@media all and (max-width: 767px) {
  .page-inquiry .p-enter {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .page-inquiry .introhead_first .bigtext {
    font-size: 18px;
  }
}

@media all and (min-width: 768px) {
  .fixie .page-inquiry .formtemplate table .content-ins p {
    width: 650px;
    display: block;
  }
}

.custom-select {
  overflow: visible !important;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}

.custom-select:after {
  border-radius: 0px 4px 4px 0px;
}

.custom-select select {
  display: none;
}

.custom-select .custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.custom-select .select-selected {
  background-color: transparent;
  width: calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -o-calc(100% - 0px);
}

.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  z-index: 888;
}

.custom-select .select-selected.select-arrow-active:after {
  top: 7px;
}

.custom-select .select-items div,
.custom-select .select-selected {
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid transparent;
  border-color: none;
  cursor: pointer;
}

/* add hagiwara start */
.custom-select .select-fixed {
  cursor: default;
}
/* add hagiwara end */

@media all and (max-width: 768px) {
  .custom-select .select-items div,
  .custom-select .select-selected {
    font-size: 12px;
  }
}

.custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -2px;
  width: calc(100% - 29px);
  width: -ms-calc(100% - 29px);
  width: -o-calc(100% - 29px);
  right: 0;
  z-index: 99;
}

.custom-select .select-items div {
  border-top: 2px solid #1353A0;
  border-left: 2px solid #1353A0;
  border-right: 2px solid #1353A0;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-select .select-items div:hover {
  background: #1353A0;
  color: #fff;
}

.custom-select .select-items div:last-child {
  border-bottom: 2px solid #1353A0;
  border-radius: 0px 0px 4px 4px;
}

.custom-select .select-hide {
  display: none;
}

/* mod ishii
/*.hide5.dnone .content:first-child {*/
/*  display: none; }*/
/*.hide5.dnone .content:last-child {*/
/*  display: block !important; }*/
.hide5.dnone .content_ctf7 {
  display: none;
}

.hide5.dnone .content_ctf7_syousai {
  display: block !important;
}

/* mod ishii

 */
.block-faqform {
  display: none;
}

@media all and (max-width: 768px) {
  .disflexsp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0px !important;
  }
  .disblocksp {
    width: 100%;
    display: block;
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}

.inq_confirm .formtemplate table td {
  margin-bottom: 42px;
}

@media all and (max-width: 768px) {
  .inq_confirm .formtemplate table td {
    margin-bottom: 30px;
  }
}

.inq_confirm .btnpage_inq {
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  .inq_confirm .btnpage_inq {
    margin-top: 0px;
  }
}

.inq_confirm .formtemplate table .content-ins {
  margin-top: 13px;
}

@media all and (max-width: 768px) {
  .inq_confirm .pinktext {
    letter-spacing: -1px;
    margin-top: 20px;
    line-height: 1.8;
  }
}

.inq_confirm .btnpage input {
  width: 100% !important;
  height: 60px !important;
}

.inq_confirm tr td {
  font-weight: bold;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .inq_confirm tr td {
    font-size: 12px !important;
    text-align: left !important;
  }
}

.inq_confirm .content-ins p:last-child {
  color: #000 !important;
}

@media all and (max-width: 768px) {
  .inq_confirm .content-ins p:last-child {
    font-size: 12px !important;
    text-align: left !important;
  }
}

@media all and (max-width: 768px) {
  .inq_confirm .formtemplate table .content-ins p {
    font-size: 12px;
    font-weight: bold;
  }
}

.fixie .page-inquiry .formtemplate table .content-ins .text-black {
  display: inline-block !important;
}

@media all and (max-width: 768px) {
  .fixie .page-inquiry .formtemplate table .content-ins .text-black {
    display: none !important;
  }
}

.fixie .page-inquiry .formtemplate table .content-ins p img {
  margin-top: 2px !important;
}

.fixie .boxformsearch .btn_normal span {
  top: 4px;
}

.p-privacy .policy-block {
  margin-top: 20px;
}

.p-privacy .policy-block .formtemplate {
  margin-top: 38px;
}

.p-privacy .policy-block .formtemplate .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate .table_template {
    margin-top: 30px;
  }
}

.p-privacy .policy-block .formtemplate .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.p-privacy .policy-block .formtemplate .table_template .confirm_submit input {
  margin-right: 5px;
}

.p-privacy .policy-block .formtemplate .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #f89b00;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #f89b00;
  cursor: pointer;
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal:hover {
  background: white;
}

@media all and (max-width: 520px) {
  .p-privacy .policy-block .formtemplate .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .p-privacy .policy-block .formtemplate .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.p-privacy .policy-block .formtemplate .btn_view button.btn_normal {
  border: none;
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal {
  position: relative;
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.p-privacy .policy-block .formtemplate .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.p-privacy .policy-block .formtemplate .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .p-privacy .policy-block .formtemplate .form_submit {
    margin: 70px 0;
  }
}

.p-privacy .policy-block .formtemplate .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.p-privacy .policy-block .formtemplate .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.p-privacy .policy-block .formtemplate .form_submit_btn span {
  font-size: 20px;
}

.p-privacy .policy-block .formtemplate .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.p-privacy .policy-block .formtemplate .form_submit_btn button::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .p-privacy .policy-block .formtemplate .form_submit_btn button {
    height: 80px;
  }
  .p-privacy .policy-block .formtemplate .form_submit_btn button::after {
    height: 80px;
  }
}

.p-privacy .policy-block .formtemplate .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.p-privacy .policy-block .formtemplate table {
  border: 1px solid #fff;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-privacy .policy-block .formtemplate table input[type="radio"],
.p-privacy .policy-block .formtemplate table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.p-privacy .policy-block .formtemplate table th,
.p-privacy .policy-block .formtemplate table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #fff;
  padding: 20px;
  color: #000;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table th,
  .p-privacy .policy-block .formtemplate table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .p-privacy .policy-block .formtemplate table th:after,
  .p-privacy .policy-block .formtemplate table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

.p-privacy .policy-block .formtemplate table tr:last-child td {
  border-bottom: none;
}

.p-privacy .policy-block .formtemplate table input[type="text"],
.p-privacy .policy-block .formtemplate table input[type="email"],
.p-privacy .policy-block .formtemplate table input[type="name"],
.p-privacy .policy-block .formtemplate table input[type="tel"],
.p-privacy .policy-block .formtemplate table input[type="number"],
.p-privacy .policy-block .formtemplate table input[type="password"],
.p-privacy .policy-block .formtemplate table select,
.p-privacy .policy-block .formtemplate table textarea {
  height: 44px;
  border: 1px solid #aaa;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 0px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table input[type="text"],
  .p-privacy .policy-block .formtemplate table input[type="email"],
  .p-privacy .policy-block .formtemplate table input[type="name"],
  .p-privacy .policy-block .formtemplate table input[type="tel"],
  .p-privacy .policy-block .formtemplate table input[type="number"],
  .p-privacy .policy-block .formtemplate table input[type="password"],
  .p-privacy .policy-block .formtemplate table select,
  .p-privacy .policy-block .formtemplate table textarea {
    height: 42px;
  }
}

.p-privacy .policy-block .formtemplate table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.p-privacy .policy-block .formtemplate table textarea {
  padding: 10px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table textarea {
    height: 150px;
  }
}

.p-privacy .policy-block .formtemplate table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table .w35 {
    width: 60% !important;
  }
}

.p-privacy .policy-block .formtemplate table th {
  background: #fff;
  font-weight: bold;
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
}

.p-privacy .policy-block .formtemplate table th .required,
.p-privacy .policy-block .formtemplate table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}

.p-privacy .policy-block .formtemplate table th .required:before,
.p-privacy .policy-block .formtemplate table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #e21717;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table th .required:before,
  .p-privacy .policy-block .formtemplate table th .nonerequired:before {
    font-size: 11px;
  }
}

.p-privacy .policy-block .formtemplate table th .required:before {
  content: "必須";
  background: #e21717;
}

.p-privacy .policy-block .formtemplate table th .nonerequired:before {
  content: "任意";
  background: #0094E7;
}

.p-privacy .policy-block .formtemplate table th .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-privacy .policy-block .formtemplate table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.p-privacy .policy-block .formtemplate table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-privacy .policy-block .formtemplate table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table tr,
  .p-privacy .policy-block .formtemplate table tbody,
  .p-privacy .policy-block .formtemplate table th,
  .p-privacy .policy-block .formtemplate table td {
    display: block;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate {
    margin-top: 28px;
  }
}

.p-privacy .policy-block .formtemplate table {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

.p-privacy .policy-block .formtemplate table th,
.p-privacy .policy-block .formtemplate table td {
  display: block;
  padding: 0;
}

.p-privacy .policy-block .formtemplate table tr:first-child th {
  background: #1353A0;
  color: #ffffff;
  padding: 6px 20px;
  font-size: 16px;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table tr:first-child th {
    width: calc(100% + 50px);
    margin-left: -25px;
    font-size: 12px;
    padding: 5px 25px;
    margin-bottom: 20px;
  }
}

.p-privacy .policy-block .formtemplate table tr:last-child td {
  margin-bottom: 0;
}

.p-privacy .policy-block .formtemplate table th {
  margin-bottom: 0px;
  color: #1353A0;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table th {
    font-size: 13px;
  }
}

.p-privacy .policy-block .formtemplate table td {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.9;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block .formtemplate table td {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.p-privacy .policy-block .formtemplate table .link-see-here {
  color: #BE3468;
  text-decoration: underline;
}

.p-privacy .policy-block p {
  font-size: 17px;
  margin-top: 43px;
}

@media all and (max-width: 768px) {
  .p-privacy .policy-block p {
    font-size: 13px;
  }
}

.p-privacy .overview-block {
  margin-top: 42px;
}

.p-privacy .introheadbottom {
  font-size: 17px;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .p-privacy .introheadbottom {
    font-size: 13px;
    margin-top: 25px;
  }
}

.p-privacy .lh2 {
  line-height: 2.0 !important;
}

.p-privacy .ls1 {
  letter-spacing: -1px;
}

@media all and (max-width: 768px) {
  .p-privacy .introhead_first .bigtext {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .page-topics-use {
    overflow-x: hidden;
  }
}

.page-topics-use .topics_use .introhead_first img {
  max-width: 74%;
}

@media all and (max-width: 768px) {
  .page-topics-use .topics_use .introhead_first img {
    max-width: 100%;
    width: 181px;
  }
}

.page-topics-use .topics_use .introheadbottom {
  margin-top: 15px;
}

@media all and (max-width: 768px) {
  .page-topics-use .let1 {
    letter-spacing: -1px;
    text-align: left;
  }
}

.page-topics-use .puse-content .puse-contentb {
  text-align: right;
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) {
  text-align: left;
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .tit {
  background: #BE3468;
  margin-top: 193px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .tit {
    margin-top: 143px;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .tit img {
  max-height: 24px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .tit img {
    height: 18px;
    max-width: inherit;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .tit::before {
  background: url("../images/share/use_016.png") no-repeat;
  width: 147px;
  height: 138px;
  background-size: 100% auto;
  margin-top: -130px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .tit::before {
    width: 107px;
    height: 101px;
    margin-top: -90px;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-block {
  padding: 0 140px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-block {
    padding: 0;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-block p {
  margin: 35px 0 42px 0;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-block p {
    font-size: 12px;
    margin: 30px 0 38px 0;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn p {
  text-align: center;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn p {
    font-size: 12px;
  }
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn .blue-text {
  color: #1353A0;
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn .btnpage {
  max-width: 440px;
  max-height: 80px;
  margin: 10px auto;
}

.page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn .btnpage img {
  height: 53px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-contentb:nth-child(2) .puse-btn .btnpage img {
    height: 40px;
  }
}

.page-topics-use .puse-content a {
  text-decoration: underline;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content a {
    font-size: 12px;
  }
}

.page-topics-use .puse-content .tit {
  background: #1353A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  margin-top: 178px;
  position: relative;
}

.page-topics-use .puse-content .tit::before {
  position: absolute;
  content: "";
  background: url("../images/share/use_014.png") no-repeat;
  width: 342px;
  height: 157px;
  background-size: 340px;
  top: 0;
  margin-top: -150px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .tit::before {
    background-size: 230px;
    top: 0;
    left: 50%;
    margin-top: -100px;
    margin-left: -115px;
  }
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .tit {
    height: 60px;
    margin-top: 118px;
  }
}

@media all and (max-width: 768px) and (max-width: 768px) {
  .page-topics-use .puse-content .tit img {
    max-width: 60%;
    height: 44px;
  }
}

.page-topics-use .puse-content .tit-child {
  background: #DCE5F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
  border-radius: 100px;
  margin-top: 60px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .tit-child {
    width: calc(100% + 80px);
    margin-left: -40px;
    border-radius: 0px;
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .tit-child img {
    height: 44px;
  }
}

.page-topics-use .puse-content .content-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .content-child {
    max-width: 440px;
    margin: 0 auto;
    margin-top: 16px;
  }
}

.page-topics-use .puse-content .link {
  margin-top: 15px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .link {
    margin-top: 10px;
  }
}

.page-topics-use .puse-content .puse-block.anytime .tit-child {
  margin-top: 72px;
}

.page-topics-use .puse-content .puse-block.anytime .tit-child img {
  height: 24px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime .tit-child img {
    height: 18px;
  }
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime .tit-child {
    margin-top: 49px;
    padding: 18px 0;
  }
}

.page-topics-use .puse-content .puse-block.anytime .content-child {
  justify-content: center;
  padding: 0 225px;
}

.page-topics-use .puse-content .puse-block.anytime .content-child--ins {
  flex-shrink: 0;
  margin: 0 17px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime .content-child {
    justify-content: space-around;
    padding: 0px;
    margin-top: 20px;
  }
  .page-topics-use .puse-content .puse-block.anytime .content-child--ins {
    margin: 0;
  }
}

.page-topics-use .puse-content .puse-block.anytime .content-child img {
  height: 240px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime .content-child img {
    height: 155px;
  }
}

@media all and (max-width: 360px) {
  .page-topics-use .puse-content .puse-block.anytime .content-child img {
    height: 135px;
  }
}

.page-topics-use .puse-content .puse-block.anytime ul {
  margin-top: 20px;
  padding-left: 245px;
  text-align: left;
}

.page-topics-use .puse-content .puse-block.anytime ul::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime ul {
    display: block;
    margin-top: 10px;
    padding: 0;
    text-align: right;
  }
}

.page-topics-use .puse-content .puse-block.anytime ul li {
  float: left;
}

.page-topics-use .puse-content .puse-block.anytime ul li.roukin {
  width: 274px;
}

.page-topics-use .puse-content .puse-block.anytime ul li.jfbank {
  padding-left: 274px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.anytime ul li {
    margin-left: 0;
    margin-top: 5px;
    float: none;
  }
  .page-topics-use .puse-content .puse-block.anytime ul li.roukin {
    width: 100%;
  }
  .page-topics-use .puse-content .puse-block.anytime ul li.jfbank {
    padding-left: 0;
  }
}

.page-topics-use .puse-content .puse-block.netbank .content-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 920px;
  margin: 48px auto 0;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.netbank .content-child {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.page-topics-use .puse-content .puse-block.netbank .content-child.right {
    justify-content: flex-end;
}

.page-topics-use .puse-content .puse-block.netbank .content-child .link {
  margin-top: 10px;
}

.page-topics-use .puse-content .puse-block.netbank .content-child--ins {
  text-align: left;
  width: 424px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.netbank .content-child--ins {
    width: 100%;
  }
}

.page-topics-use .puse-content .puse-block.netbank .content-child--ins .link {
  text-align: right;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.netbank .content-child--ins .link {
    margin: 15px 0 25px;
  }
}

.page-topics-use .puse-content .puse-block.netbank .content-child--ins:last-child {
  text-align: right;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.netbank .content-child--ins:last-child {
    margin-top: 20px;
  }
}

.page-topics-use .puse-content .puse-block.specific_day .tit-child img {
  height: 23px;
}

.page-topics-use .puse-content .puse-block.yucho .tit-child img {
  height: 23px;
}

@media all and (max-width: 768px) {
  .page-topics-use .puse-content .puse-block.mizuho .tit-child {
    padding: 10px 0;
  }
  .page-topics-use .puse-content .puse-block.mizuho .tit-child img {
    height: 42px;
  }
  .page-topics-use .puse-content .puse-block.mizuho .content-child {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
    margin-right: -25px;
  }
  .page-topics-use .puse-content .puse-block.specific_day .tit-child, .page-topics-use .puse-content .puse-block.yucho .tit-child {
    padding: 20px 0;
  }
  .page-topics-use .puse-content .puse-block.specific_day .tit-child img, .page-topics-use .puse-content .puse-block.yucho .tit-child img {
    height: 17px;
  }
  .page-topics-use .puse-content .puse-block.specific_day .content-child, .page-topics-use .puse-content .puse-block.yucho .content-child {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
    margin-right: -25px;
  }
}

.fixie .page-topics-use .puse-content:nth-child(3).puse-block .content-child--ins img {
  width: 460px;
}

@media all and (max-width: 768px) {
  .fixie .page-topics-use .content-child--ins {
    width: 100%;
  }
}

.fixie .page-topics-use .puse-content .tit::before {
  left: 50%;
  margin-left: -170px;
}

@media all and (max-width: 768px) {
  .fixie .page-topics-use .puse-content .tit::before {
    margin-left: -115px;
  }
}

.fixie .page-topics-use .puse-content:nth-child(2).puse-contentb .tit::before {
  left: 50%;
  margin-left: -72.5px;
}

.page_unchor {
  width: 720px;
  margin: 50px auto -20px;
}

.page_unchor > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page_unchor > ul > li {
  width: 150px;
  height: 150px;
  margin: 0 15px 30px;
}

.page_unchor > ul > li a {
  position: relative;
  display: block;
}

.page_unchor > ul > li a::after {
  content: '';
  position: absolute;
  background: #b2b2b2;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page_unchor > ul > li a img {
  position: relative;
  bottom: 0;
  z-index: 9;
}

.page_unchor > ul > li a:hover img {
  bottom: -8px;
  opacity: 1;
  -webkit-transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

@media all and (max-width: 768px) {
  .page_unchor {
    width: 347px;
    margin: 20px auto -15px;
  }
  .page_unchor > ul > li {
    width: 75px;
    height: 75px;
    margin: 0 5px 15px;
  }
  .page_unchor > ul > li a {
    position: relative;
    display: block;
  }
  .page_unchor > ul > li a::after {
    content: '';
    position: absolute;
    background: #b2b2b2;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 99px;
    z-index: 0;
    transition: all .3s;
  }
  .page_unchor > ul > li a img {
    position: relative;
    z-index: 9;
  }
  .page_unchor > ul > li a:hover img {
    bottom: -8px;
    opacity: 1;
    transition: bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
}

.page-pcidss .pcidsshead .bluehead {
  font-size: 27px;
  font-weight: bold;
  margin-top: 23px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidsshead .bluehead {
    font-size: 18px;
  }
}

.page-pcidss .pcidsshead .bluedescr p {
  font-size: 17px;
  margin-top: 2px;
  line-height: 1.89;
}

.page-pcidss .pcidsshead .bluedescr p:last-child {
  margin-top: 38px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidsshead .bluedescr p:last-child {
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidsshead .bluedescr p {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidsshead .bluedescr {
    margin-top: 20px;
  }
}

.page-pcidss .pcidssbody {
  margin-top: 33px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody {
    margin-top: 28px;
  }
}

.page-pcidss .pcidssbody_table .table_template {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table .table_template {
    margin-top: 30px;
  }
}

.page-pcidss .pcidssbody_table .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
}

.page-pcidss .pcidssbody_table .table_template .confirm_submit input {
  margin-right: 5px;
}

.page-pcidss .pcidssbody_table .btn_view {
  margin: 20px auto;
  margin-bottom: 60px;
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #f89b00;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #f89b00;
  cursor: pointer;
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal:hover {
  background: white;
}

@media all and (max-width: 520px) {
  .page-pcidss .pcidssbody_table .btn_view .btn_normal {
    width: 80%;
    height: 50px;
  }
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal span {
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .page-pcidss .pcidssbody_table .btn_view .btn_normal span {
    font-size: 16px;
  }
}

.page-pcidss .pcidssbody_table .btn_view button.btn_normal {
  border: none;
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal {
  position: relative;
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
}

.page-pcidss .pcidssbody_table .btn_view .btn_normal:hover {
  opacity: 0.8;
}

.page-pcidss .pcidssbody_table .form_submit {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .page-pcidss .pcidssbody_table .form_submit {
    margin: 70px 0;
  }
}

.page-pcidss .pcidssbody_table .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px;
}

.page-pcidss .pcidssbody_table .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}

.page-pcidss .pcidssbody_table .form_submit_btn span {
  font-size: 20px;
}

.page-pcidss .pcidssbody_table .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px;
}

.page-pcidss .pcidssbody_table .form_submit_btn button::after {
  height: 60px;
}

@media all and (min-width: 768px) {
  .page-pcidss .pcidssbody_table .form_submit_btn button {
    height: 80px;
  }
  .page-pcidss .pcidssbody_table .form_submit_btn button::after {
    height: 80px;
  }
}

.page-pcidss .pcidssbody_table .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px;
}

.page-pcidss .pcidssbody_table table {
  border: 1px solid #aaa;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.page-pcidss .pcidssbody_table table input[type="radio"],
.page-pcidss .pcidssbody_table table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px;
}

.page-pcidss .pcidssbody_table table th,
.page-pcidss .pcidssbody_table table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #aaa;
  padding: 20px;
  color: #000;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table th,
  .page-pcidss .pcidssbody_table table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #aaa;
  }
  .page-pcidss .pcidssbody_table table th:after,
  .page-pcidss .pcidssbody_table table td:after {
    clear: both;
    content: "";
    display: block;
  }
}

.page-pcidss .pcidssbody_table table tr:last-child td {
  border-bottom: none;
}

.page-pcidss .pcidssbody_table table input[type="text"],
.page-pcidss .pcidssbody_table table input[type="email"],
.page-pcidss .pcidssbody_table table input[type="name"],
.page-pcidss .pcidssbody_table table input[type="tel"],
.page-pcidss .pcidssbody_table table input[type="number"],
.page-pcidss .pcidssbody_table table input[type="password"],
.page-pcidss .pcidssbody_table table select,
.page-pcidss .pcidssbody_table table textarea {
  height: 44px;
  border: 1px solid #fff;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 0px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table input[type="text"],
  .page-pcidss .pcidssbody_table table input[type="email"],
  .page-pcidss .pcidssbody_table table input[type="name"],
  .page-pcidss .pcidssbody_table table input[type="tel"],
  .page-pcidss .pcidssbody_table table input[type="number"],
  .page-pcidss .pcidssbody_table table input[type="password"],
  .page-pcidss .pcidssbody_table table select,
  .page-pcidss .pcidssbody_table table textarea {
    height: 42px;
  }
}

.page-pcidss .pcidssbody_table table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.page-pcidss .pcidssbody_table table textarea {
  padding: 10px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table textarea {
    height: 150px;
  }
}

.page-pcidss .pcidssbody_table table .checkboxtt span label {
  width: 33.3%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table .checkboxtt span label {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table .w35 {
    width: 60% !important;
  }
}

.page-pcidss .pcidssbody_table table th {
  background: #fff;
  font-weight: bold;
  width: 20%;
  font-size: 16px;
  vertical-align: middle;
}

.page-pcidss .pcidssbody_table table th .required,
.page-pcidss .pcidssbody_table table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px;
}

.page-pcidss .pcidssbody_table table th .required:before,
.page-pcidss .pcidssbody_table table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #e21717;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table th .required:before,
  .page-pcidss .pcidssbody_table table th .nonerequired:before {
    font-size: 11px;
  }
}

.page-pcidss .pcidssbody_table table th .required:before {
  content: "必須";
  background: #e21717;
}

.page-pcidss .pcidssbody_table table th .nonerequired:before {
  content: "任意";
  background: #0094E7;
}

.page-pcidss .pcidssbody_table table th .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-pcidss .pcidssbody_table table th .flexbox li {
  min-width: 300px;
  margin: 5px 0;
}

.page-pcidss .pcidssbody_table table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pcidss .pcidssbody_table table th .flexbox li:last-child label {
  min-width: 100px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table th .flexbox li {
    width: 48%;
    min-width: inherit;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table tr,
  .page-pcidss .pcidssbody_table table tbody,
  .page-pcidss .pcidssbody_table table th,
  .page-pcidss .pcidssbody_table table td {
    display: block;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table {
    border: none;
  }
}

.page-pcidss .pcidssbody_table table th,
.page-pcidss .pcidssbody_table table td {
  padding: 4px 20px;
  border: 2px solid #DCDCDC;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table th,
  .page-pcidss .pcidssbody_table table td {
    font-size: 13px;
    display: table-cell;
    padding: 2px;
    border: 1px solid #DCDCDC;
  }
}

.page-pcidss .pcidssbody_table table th {
  border-left: 2px solid #ffffff;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table th {
    width: 22%;
    border-left: 1px solid #ffffff;
    padding-left: 0;
  }
}

.page-pcidss .pcidssbody_table table td {
  border-right: 2px solid #ffffff;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table td {
    padding-left: 10px;
  }
}

.page-pcidss .pcidssbody_table table tr:last-child td {
  border-bottom: 2px solid #DCDCDC;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table tr:last-child td {
    border-bottom: 1px solid #DCDCDC;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody_table table tr {
    display: table-row;
  }
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody .pcidss_block .companybody_block_title {
    margin-top: 50px;
  }
}

.page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm {
  margin-top: 47px;
}

@media all and (max-width: 768px) {
  .page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm {
    margin-top: 40px;
  }
}

.page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm:first-child {
  margin-top: 20px;
}

.page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm:nth-child(2) {
  letter-spacing: -1.8px;
}

.page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm a {
  color: #BE3468;
}

.page-pcidss .pcidssbody .pcidss_block .companybody_block_ct .pcidss_block_sm a:hover {
  text-decoration: underline;
}

.headtitle {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 250px;
  z-index: 1;
}

@media all and (max-width: 960px) {
  .headtitle {
    height: 200px;
  }
}

@media all and (max-width: 768px) {
  .headtitle {
    height: 160px;
  }
}

@media all and (max-width: 520px) {
  .headtitle {
    margin-bottom: 40px;
  }
}

.headtitle .container {
  position: relative;
  z-index: 9;
}

.headtitle .container h1 {
  font-size: 48px;
  /*  font-family: "Yu Mincho",
"YuMincho",
"YuMin-medium",
'ヒラギノ明朝 ProN',
'Hiragino Mincho ProN',
'游明朝',
'游明朝体',
'MS 明朝',
'MS Mincho',
HiraMinProN-W3,
'TakaoEx明朝',
TakaoExMincho,
'MotoyaLCedar',
'Droid Sans Japanese',
serif !important;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 60px;
  font-weight: 500;
}

@media all and (min-width: 960px) {
  .headtitle .container h1 {
    min-width: 440px;
  }
}

.headtitle .container h1::first-letter {
  color: #1353A0;
}

.headtitle .container h1 span {
  font-size: 16px;
  display: block;
  /*  font-family: "游ゴシック体",
"Yu Gothic",
YuGothic,
"ヒラギノ角ゴ Pro W3",
"Hiragino Kaku Gothic Pro",
"メイリオ",
Meiryo,
"ＭＳ Ｐゴシック",
"MS PGothic",
Osaka,
'MS UI Gothic',
sans-serif !important;*/
  font-weight: 500;
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
}

.headtitle .container h1 span::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 2px;
  background: #1353A0;
  margin-left: -14px;
  left: 50%;
  top: 0;
}

@media all and (max-width: 960px) {
  .headtitle .container h1 {
    font-size: 36px;
  }
}

@media all and (max-width: 768px) {
  .headtitle .container h1 {
    font-size: 26px;
    padding: 10px 40px;
  }
  .headtitle .container h1 span {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .secondpage .header {
    margin-bottom: 20px;
  }
  .secondpage .container {
    padding: 0 25px;
  }
}

@media all and (max-width: 768px) {
  .p-process .container {
    padding: 0;
    overflow: hidden;
  }
}

.breadcrumb {
  background: #fff;
  margin-bottom: 10px;
}

@media all and (max-width: 520px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  padding: 15px 0px;
  /*   margin-left: 15px; */
  /*  text-transform: uppercase;*/
  color: #333;
}

.breadcrumb li:before {
  content: "\f105";
  font-family: fontAwesome;
  margin-right: 15px;
}

.breadcrumb li:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

@media all and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 5%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0;
  }
}

.breadcrumb li {
  font-weight: 300;
}

.breadcrumb li a {
  color: #1353A0;
}

.d-block {
  display: block;
}

@media all and (max-width: 768px) {
  .introhead .introhead_first p {
    font-size: 13px;
  }
  .introhead .introhead_first .bigtext {
    font-size: 18px;
    font-weight: bold;
  }
  .introhead .linkpink,
  .introhead .notex {
    text-align: right;
    font-size: 13px;
    letter-spacing: -1px;
  }
}

.introhead_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 768px) {
  .introhead_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .introhead_first img {
    width: 50px;
  }
}

.introhead_first p {
  position: relative;
  top: 7px;
}

.introhead_first * {
  font-size: 17px;
  color: #1353A0;
}

.introhead_first img {
  margin-right: 10px;
}

.introhead_first .bigtext {
  font-size: 27px;
  font-weight: bold;
}

.introhead_second {
  color: #1353A0;
  font-size: 16px;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .introhead_second {
    font-size: 12px !important;
    /*mod ishii 2019-09-11*/
  }
}

.p-service {
  overflow: hidden;
}

.tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 60px;
}

.tab_nav.slider {
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .tab_nav.slider {
    display: none;
  }
}

.tab_nav.slider .slick-list {
  overflow: visible !important;
  overflow-y: visible;
  overflow-x: hidden;
}

.tab_nav.slider.slick-initialized .slick-slide {
  height: auto !important;
}

@media all and (min-width: 768px) {
  .tab_nav.slider.slick-initialized .slick-slide {
    height: 47px !important;
  }
}

.tab_nav.slider .slick-dots {
  display: none !important;
}

@media all and (max-width: 768px) {
  .tab_nav.slider .slick-slide {
    height: auto !important;
    left: -260px;
  }
}

@media all and (max-width: 520px) {
  .tab_nav.slider .slick-slide {
    left: -162px;
  }
}

.tab_nav.dispc--fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

@media all and (max-width: 768px) {
  .tab_nav.dispc--fix {
    display: none !important;
    opacity: 0 !important;
    z-index: -9999 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    position: relative;
    z-index: -9999 !important;
    text-indent: -999999 !important;
  }
  .tab_nav.dispc--fix .stab {
    display: none !important;
    z-index: -9999 !important;
    text-indent: -999999 !important;
  }
  .tab_nav.dispc--fix .stab span {
    z-index: -9999 !important;
    text-indent: -999999 !important;
  }
}

@media all and (max-width: 768px) {
  .tabservices .tab_nav--forsp .tab_nav {
    display: block;
  }
}

.tabservices .bluetab.active:after,
.tabservices .bluetab.slick-current:after {
  background: #1353A0;
}

.tabservices .pinktab.active:after,
.tabservices .pinktab.slick-current:after {
  background: #BE3468;
}

@media all and (max-width: 768px) {
  .tabservices .stab.slick-current {
    -webkit-transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
  .tabservices .stab.slick-current:after {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    position: absolute;
    top: -18px;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    left: 0;
  }
  .tabservices .stab.slick-current span {
    color: #fff;
    z-index: 10;
    position: relative;
    top: -15px;
    -webkit-transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
}

.stab {
  height: 60px;
  width: 16.66%;
  margin-right: 4px;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1353A0;
  position: relative;
}

.stab:last-child {
  margin-right: -0.5px;
}

.stab:hover {
  -webkit-transition: -webkit-background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.stab:after {
  content: "";
  height: 25px;
  width: 100%;
  display: block;
  top: 0px;
  position: absolute;
  border-radius: 4px 4px 0px 0px;
}

.stab span {
  top: 0;
}

.stab.active {
  -webkit-transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.stab.active:after {
  content: "";
  height: 25px;
  width: 100%;
  display: block;
  position: absolute;
  top: -20px;
  background: #1353A0;
  -webkit-transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
  left: 0;
}

.stab.active span {
  position: relative;
  top: -25px;
  color: #fff;
  z-index: 10;
  -webkit-transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.stab span {
  font-size: 17px;
  font-weight: bold;
}

.tab_ct {
  position: relative;
}

.tab_ct:before {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background: #1353A0;
  position: absolute;
  top: 0;
}

.tab_ct:after {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background: #1353A0;
  position: absolute;
  bottom: 0;
}

.tab_ct_in {
  padding: 10px 0px;
}

.tab_ct_in .acr_title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

@media all and (max-width: 768px) {
  .tab_ct_in .acr_title {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.tab_ct_in .acr_title span {
  font-weight: bold;
}

.acr_title_first {
  padding-top: 15px !important;
  padding-bottom: 7px !important;
}

.acr_title_first span:last-child {
  position: absolute;
  right: 30px;
  top: -2px;
  line-height: 1;
  height: 20px;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .acr_title_first span:last-child {
    font-size: 12px;
    right: 20px;
  }
}

.acr_title_first:before {
  bottom: -10px !important;
}

.acr_con {
  display: none;
}

.slick-slide {
  height: auto;
  min-height: 1px;
}

@media all and (max-width: 768px) {
  .thesearchbox.secondpage .header {
    margin-bottom: 0px;
  }
}

.thesearchbox .main_body {
  margin-top: 5px;
}

@media all and (max-width: 768px) {
  .tabservices {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-top: 40px;
  }
}

.stab.slick-slide {
  text-align: center;
  padding: 10px 0;
}

@media all and (max-width: 768px) {
  .stab.slick-slide span {
    font-size: 13px;
    position: relative;
    z-index: 0;
  }
}

@media all and (max-width: 768px) {
  .stab.slick-current {
    text-align: center;
  }
}

.tabservices .bluetab.active,
.tabservices .bluetab.slick-current {
  background: #1353A0;
  color: #fff;
}

@media all and (max-width: 768px) {
  .tabservices .bluetab.active,
  .tabservices .bluetab.slick-current {
    text-align: center;
  }
}

.tabservices .bluetab.active span,
.tabservices .bluetab.slick-current span {
  color: #fff;
}

@media all and (max-width: 768px) {
  .tabservices .bluetab.active span,
  .tabservices .bluetab.slick-current span {
    font-size: 13px;
    position: relative;
    z-index: 9999;
  }
}

.tabservices .bluetab.active:after,
.tabservices .bluetab.slick-current:after {
  background: #1353A0;
}

.acr_title {
  cursor: pointer;
}

.bluetab {
  background: #D0DDEC;
  color: #1353A0;
}

@media all and (min-width: 768px) {
  .bluetab:hover {
    background: #1353A0;
    color: #fff;
  }
}

.bluetab_ct:before,
.bluetab_ct:after {
  background: #1353A0;
}

.bluetab_ct .acr_title {
  background: #1353A0;
  color: #fff;
}

.bluetab_l {
  background: #DEEFF9;
  color: #5AAFE2;
}

.bluetab_l.active,
.bluetab_l.slick-current {
  background: #5AAFE2;
  color: #fff;
}

@media all and (min-width: 768px) {
  .bluetab_l:hover {
    background: #5AAFE2;
    color: #fff;
  }
}

.bluetab_l.active:after,
.bluetab_l.slick-current:after {
  background: #5AAFE2;
}

.bluetab_l_ct:before,
.bluetab_l_ct:after {
  background: #5AAFE2;
}

.bluetab_l_ct .acr_title {
  background: #5AAFE2;
}

.tabservices .pinktab.active,
.tabservices .pinktab.slick-current {
  background: #BE3468;
  color: #fff;
}

.tabservices .pinktab.active:after,
.tabservices .pinktab.slick-current:after {
  background: #BE3468;
}

.tab_ct {
  opacity: 0;
}

.tab_ct.tab_ct_01:after,
.tab_ct.tab_ct_06:after {
  display: none;
}

.slick-track .tab_ct {
  opacity: 1;
}

.block-others .listtext {
  font-size: 16px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .block-others .listtext {
    font-size: 13px;
  }
}

@media all and (max-width: 520px) {
  .block-others .listtext {
    font-size: 12px;
    letter-spacing: -1px;
  }
}

.block-others-txt-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0px;
}

.block-others-txt-ins img {
  margin-right: 20px;
}

.block-others-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .block-others-txt {
    font-size: 13px;
  }
  .block-others-txt img {
    width: 60px;
    margin-right: 10px;
  }
  .block-others-txt p {
    font-size: 12px;
  }
}

@media all and (max-width: 520px) {
  .block-others-txt p {
    font-size: 12px;
  }
}

.pinktab {
  background: #F2D6E1;
  color: #BE3468;
}

@media all and (min-width: 768px) {
  .pinktab:hover {
    background: #BE3468;
    color: #fff;
  }
}

.pinktab_ct:before,
.pinktab_ct:after {
  background: #BE3468;
}

.pinktab_ct:before,
.pinktab_ct:after {
  background: #BE3468;
}

.pinktab_ct .acr_title {
  background: #BE3468;
  color: #fff;
}

.pinktab_ct .acr_title:before {
  content: "";
  background-image: url(../images/share/plus-pink.png) !important;
  background-repeat: no-repeat;
}

.pinktab_ct .acr_title.open:before {
  content: "";
  background-image: url(../images/share/minus-pink.png) !important;
  background-repeat: no-repeat;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  height: 0px !important;
}

.testimonialslider .slick-current.slick-slide {
  display: block !important;
  height: auto !important;
}

.testimonialslider .slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  -webkit-transition: opacity 0 all 0 !important;
  transition: opacity 0 all 0 !important;
}

.testimonialslider .slick-slide.slick-current {
  display: block;
}

.acr_title {
  position: relative;
}

.acr_title.open {
  margin-bottom: 0px;
}

.acr_title:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: url(../images/share/plus.png) no-repeat;
  background-size: 20px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media all and (max-width: 768px) {
  .acr_title:before {
    right: 28px;
  }
}

.acr_title.open:before {
  background: url(../images/share/minus.png) no-repeat;
  background-size: 20px;
}

.block-logo-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-logo a {
  width: calc(50% - 2px);
  width: -ms-calc(50% - 2px);
  width: -o-calc(50% - 2px);
  display: block;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.block-logo a:nth-child(2n) {
  margin-right: 0px;
  border-right: none;
}

@media all and (max-width: 768px) {
  .block-logo a {
    width: calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -o-calc(100% - 0px);
    border-right: 0px;
    text-align: center;
    padding: 0px 10px;
  }
}

.block-logo a:hover ul img {
  opacity: 1 !important;
  cursor: default !important;
}

.block-logo-in-close {
  text-align: right;
}

.block-logo-in-close a {
  display: inline-block;
  width: auto;
  border: none;
  margin: 20px 40px 20px 0px;
}

.block-logo-in-close .dispc {
  display: block;
}

@media all and (max-width: 768px) {
  .block-logo-in-close .dispc {
    display: none;
  }
}

.block-logo-in-close .dissp {
  display: none;
}

@media all and (max-width: 768px) {
  .block-logo-in-close .dissp {
    display: inline-block;
    height: 18px;
  }
}

.blockser2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  padding: 20px 50px 20px 20px;
}

@media all and (max-width: 768px) {
  .blockser2 {
    padding-right: 15px;
    padding-left: 0px;
  }
}

.blockser2 .blockser2_ins {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockser2 .blockser2_ins img {
  margin-right: 20px;
  width: 235px;
  /*ロゴ統一　mod ishii 10.21*/
}

.blockser2 .blockser2_ins .blockser2_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: calc(100% - 180px);
}

@media all and (max-width: 768px) {
  .blockser2 .blockser2_ins .blockser2_img {
    min-width: calc(100% - 134px);
  }
  .blockser2 .blockser2_ins .blockser2_img img {
    max-width: 90%;
    /*mod ishii*/
  }
}

.blockser2 .blockser2_ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 174px;
}

@media all and (max-width: 768px) {
  .blockser2 .blockser2_ins ul {
    min-width: 134px;
  }
}

.blockser2 .blockser2_ins ul li {
  width: calc(50% - 3px);
  width: -ms-calc(50% - 3px);
  width: -o-calc(50% - 3px);
  margin-right: 6px;
  float: left;
  margin-bottom: 6px;
}

.blockser2 .blockser2_ins ul li:nth-child(2n) {
  margin-right: 0px;
}

.blockser2 .blockser2_ins ul li:last-child {
  margin-bottom: 0px;
}

.blockser2 .blockser2_ins ul li:nth-last-child(2) {
  margin-bottom: 0px;
}

.logospit3 .block-logo-in a {
  width: calc(33.3% - 0px);
  width: -ms-calc(33.3% - 0px);
  width: -o-calc(33.3% - 0px);
  margin-right: 0px;
  float: left;
  height: 110px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #DCDCDC;
}

.logospit3 .block-logo-in a .blocklogo_title {
  letter-spacing: -1px;
}

@media all and (max-width: 768px) {
  .logospit3 .block-logo-in a .blocklogo_title {
    font-size: 13px;
  }
}

.logospit3 .block-logo-in a .blocklogo_title:before {
  content: "＞";
}

.logospit3 .block-logo-in a:nth-child(3n) {
  border-right: none;
}

.logospit3 .block-logo-in a img {
  display: inline;
}

@media all and (max-width: 768px) {
  .logospit3 .block-logo-in a {
    width: calc(50% - 0px);
    width: -ms-calc(50% - 0px);
    width: -o-calc(50% - 0px);
    margin-right: 0px;
    float: left;
    border-right: none;
  }
  .logospit3 .block-logo-in a img {
    /*max-height: 40px;*/
    max-width: 90%;
    /*mod ishii*/
  }
  .logospit3 .block-logo-in a:nth-child(2n+1) {
    border-right: 1px solid #dcdcdc;
  }
}

.notex {
  margin-top: 10px;
}

.stab.longtext1 span {
  letter-spacing: -1px !important;
}

.stab.longtext15 span {
  letter-spacing: -1.5px !important;
}

.stab.longtext2 span {
  letter-spacing: -2px !important;
}

.stab.longtext3 span {
  letter-spacing: -3px !important;
}

@media all and (max-width: 520px) {
  .p-super .stab span {
    font-size: 11px !important;
  }
}

@media all and (max-width: 767px) {
  .p-super .logospit3 .block-logo-in a {
    height: 94px;
  }
}

@media all and (max-width: 520px) {
  .p-super .logospit3 .block-logo-in a {
    height: 90px;
  }
}

.p-super .stab span {
  font-size: 16px;
}

.tabnum-05 .stab {
  width: 20%;
}

.tabnum-05 .stab span {
  letter-spacing: -1px;
}

.p-news .introhead_first img {
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  .p-news .introhead_first img {
    margin-left: -7px;
  }
}

.p-news .titlebg {
  height: 50px;
  padding: 0;
}

@media all and (max-width: 768px) {
  .p-news .titlebg {
    height: 30px;
  }
}

.p-news .titlebg span {
  font-weight: bold;
  line-height: 50px;
}

@media all and (max-width: 768px) {
  .p-news .titlebg span {
    line-height: 30px;
    font-size: 13px;
  }
}

.p-news .tab_nav {
  margin-top: 15px;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .p-news .tab_nav {
    margin-bottom: 25px;
  }
}

.tabnews {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .tabnews {
    margin-top: 25px;
  }
}

.tabnews .listdotmb0 {
  margin-top: 0px;
}

.tabnews .tab_ct_in {
  padding: 0px;
}

.tabnews .tab_ct:before,
.tabnews .tab_ct:after {
  display: none;
}

.tabnews_nav .stab {
  opacity: 1 !important;
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .tabnews_nav .stab {
    opacity: 1 !important;
    margin-right: 7px;
  }
  .tabnews_nav .stab span {
    font-size: 12px !important;
  }
}

.tabnews_nav .stab {
  background: transparent;
  border: 2px solid #1353A0;
  border-radius: 5px;
  width: 150px;
  height: 40px;
}

@media all and (max-width: 768px) {
  .tabnews_nav .stab {
    height: 50px;
    margin-bottom: 0;
  }
}

.tabnews_nav .stab:after {
  display: none;
}

.tabnews_nav .stab.active {
  background: #1353A0;
}

.tabnews_nav .stab.active:after {
  display: none;
}

.tabnews_nav .stab.active span {
  color: #fff;
  top: 0;
}

.tabnews_nav .stab span {
  color: #1353A0;
  letter-spacing: 0px;
  font-size: 16px;
}

.tabnews .slick-initialized .slick-slide {
  height: auto !important;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nonews {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .nonews {
    font-size: 13px;
  }
}

.tabnews .listdotted .hasdate {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .tabnews .listdotted .hasdate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabnews .listdotted .hasdate span {
    margin-right: 0;
    font-size: 12px;
    min-width: 110px !important;
  }
  .tabnews .listdotted .hasdate span:first-child {
    margin-right: 5px;
    letter-spacing: -0.5px;
  }
  .tabnews .listdotted .hasdate span:last-child {
    letter-spacing: -0.5px;
  }
}

.tabnews .listdotted .hasdate span {
  min-width: 190px;
  margin-right: 0;
}

.tabnews .arrowleft {
  margin-top: 10px !important;
}

.tabnews .listdotted {
  position: relative;
  margin-top: 30px !important;
}

.tabnews .listdotted li {
  padding: 20px 0 !important;
  margin: 0 !important;
  position: relative;
}

.tabnews .listdotted.listdotmb0 {
  margin-top: 0 !important;
}

.tabnews .listdotted.listdotmb0 li:first-child {
  padding-top: 0 !important;
}

.tabnews .listdotted.arrowleft li {
  padding-left: 20px !important;
}

.tabnews .listdotted.arrowleft li::before {
  top: 50%;
  margin-top: -14px;
}

.tabnews .listdotted.arrowleft li:first-child {
  padding-top: 0 !important;
}

.tabnews .listdotted.arrowleft li:first-child::before {
  margin-top: -21px;
}

@media all and (min-width: 768px) {
  .tabnews .listdotted.arrowleft li:first-child::before {
    margin-top: -22px;
  }
}

@media all and (max-width: 768px) {
  .tabnews .listdotted.arrowleft {
    margin-top: 0 !important;
  }
}

.tabnews .listdotted.dottedyears li:first-child:before {
  content: "";
  height: 2px;
  width: 100%;
  top: 0;
  position: absolute;
  background: url(../images/dot.png) repeat-x;
  left: 0;
}

@media all and (max-width: 768px) {
  .tabnews .listdotted.dottedyears li:first-child:before {
    background-size: 90%;
  }
}

.selectgroup {
  width: 500px;
  margin-right: 20px;
  position: relative;
  border: 2px solid #1353A0;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

@media all and (max-width: 768px) {
  .selectgroup {
    width: 100%;
  }
}

@media all and (max-width: 960px) {
  .selectgroup {
    height: 40px;
    border-width: 1px;
  }
}

.selectgroup:after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -2px;
  content: "";
  background: #1353A0 url(../images/share/single_arrow_down.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-size: auto;
  pointer-events: none;
  /*mod add ishii*/
}

@media all and (max-width: 960px) {
  .selectgroup:after {
    height: 40px;
    width: 40px;
  }
}

@media all and (max-width: 768px) {
  .selectgroup:after {
    width: 30px;
    background-size: 13px;
  }
}

.selectgroup select::-ms-expand {
  display: none;
}

.selectgroup select {
  height: 40px;
  position: absolute;
  width: 100%;
  border: none;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 2;
  font-size: 18px;
  top: -2px;
  font-weight: bold;
  border-radius: 4px;
}

@media all and (max-width: 960px) {
  .selectgroup select {
    height: 40px;
    font-size: 14px;
  }
}

.selectgroup select option {
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .page-faq .header {
    margin-bottom: 0px;
  }
}

.page-faq .main_body,
.page-faq .breadcrumb {
  background: #F5E1E8;
}

.page-faq .tab_ct_in .acr_title {
  margin-bottom: 2px;
}

.page-faq .main_body {
  padding-bottom: 95px;
}

.page-faq footer {
  margin-top: 0px;
}

.page-faq .pinktab_ct .acr_title:before {
  content: "";
  background-image: url(../images/share/plus-pink-bigger.png) !important;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .page-faq .pinktab_ct .acr_title:before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}

.page-faq .pinktab_ct .acr_title.open:before {
  content: "";
  background-image: url(../images/share/minus-pink-bigger.png) !important;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .page-faq .pinktab_ct .acr_title.open:before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}

.page-faq .acr_con {
  background: #fff;
  padding: 0;
}

.acr_title1 {
  padding: 13px 60px;
  border-bottom: 2px solid #eee;
  font-size: 17px;
  position: relative;
}

@media all and (max-width: 768px) {
  .acr_title1 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.acr_title1:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media all and (max-width: 768px) {
  .acr_title1:before {
    right: 24px;
  }
}

.acr_title1:after {
  content: "";
  height: 14px;
  width: 2px;
  background: #000;
  display: block;
  position: absolute;
  right: 51px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media all and (max-width: 768px) {
  .acr_title1:after {
    right: 30px;
  }
}

.acr_title1.open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acr_title1.open ~ .acr_con1 {
  border-bottom: 2px solid #eee;
}

.acr_con1 {
  padding: 20px 60px;
}

@media all and (max-width: 768px) {
  .acr_con1 {
    padding: 20px;
  }
}

@media all and (max-width: 768px) {
  .acr_con1 .block-logo-in-close a {
    margin-bottom: 0px;
  }
}

.introheadbottom {
  margin-top: 5px;
}

.faqsearch_hiddenct {
  display: none;
}

.faqsearch_hiddenct .faqsearch_hiddenct_ins {
  border: 2px solid #1353A0;
  border-radius: 6px;
  padding: 40px 50px;
  background: #fff;
  min-height: 120px;
}

@media all and (min-width: 768px) {
  .faqsearch_hiddenct .faqsearch_hiddenct_ins {
    margin-top: 40px;
    min-height: 160px;
  }
}

@media all and (max-width: 768px) {
  .faqsearch_hiddenct .faqsearch_hiddenct_ins {
    padding: 25px;
    border-width: 1px;
    margin-top: 20px;
  }
}

.faqsearch_hiddenct .faqsearch_hiddenct_ins .acr_title1 {
  padding: 23px 0px;
  cursor: pointer;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .faqsearch_hiddenct .faqsearch_hiddenct_ins .acr_title1 {
    font-size: 15px;
    padding-right: 2.0em;
    /*mod ishii*/
  }
}

@media all and (max-width: 768px) {
  .faqsearch_hiddenct .faqsearch_hiddenct_ins .acr_title1 {
    font-size: 11px;
    padding-right: 2.0em;
    /*mod ishii*/
  }
}

.faqsearch_hiddenct .faqsearch_hiddenct_ins .acr_title1:before {
  right: 0px;
}

.faqsearch_hiddenct .faqsearch_hiddenct_ins .acr_title1:after {
  right: 6px;
}

.faqsearch_hiddenct .faqsearch_hiddenct_ins .note {
  font-weight: bold;
  font-size: 15px;
}

@media all and (max-width: 768px) {
  .faqsearch_hiddenct .faqsearch_hiddenct_ins .note {
    font-size: 11px;
  }
}

@media all and (max-width: 768px) {
  .lastp {
    padding-left: 0px !important;
  }
}

.bluetext {
  color: #1353A0;
}

.acr_con1 {
  display: none;
}

.acr_con1 p {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .acr_con1 p {
    padding: 0px 20px;
  }
}

.acr_con1 p .linkpink {
  margin-top: 0px;
  text-align: right;
}

.acr_con1 .block-logo-in-close a {
  margin-right: 0px;
}

.sectionfaq .tab_ct_in {
  padding: 0;
}

.sectionfaq .tab_ct_in .acr_title {
  margin-bottom: 0 !important;
  border-bottom: 2px solid #DF99B3;
  min-height: 47px;
  padding: 0 65px;
}

@media all and (max-width: 768px) {
  .sectionfaq .tab_ct_in .acr_title {
    font-size: 12px;
    border-bottom: 1px solid #DF99B3;
  }
}

.sectionfaq .tab_ct_in .acr_title span {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 45px;
}

.sectionfaq .tab_ct_in .acr_con {
  margin-bottom: 1px !important;
}

.sectionfaq .tab_ct_in .acr_con .acr_title1 {
  min-height: 90px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 768px) {
  .sectionfaq .tab_ct_in .acr_con .acr_title1 {
    height: 70px;
    min-height: 70px;
  }
  .sectionfaq .tab_ct_in .acr_con .acr_title1::after {
    right: 52px;
  }
  .sectionfaq .tab_ct_in .acr_con .acr_title1::before {
    right: 46px;
  }
}

@media all and (max-width: 768px) {
  .sectionfaq .tab_ct_in .acr_con .acr_title1 {
    padding-right: 60px;
  }
  .sectionfaq .tab_ct_in .acr_con .acr_title1::after {
    right: 29px;
  }
  .sectionfaq .tab_ct_in .acr_con .acr_title1::before {
    right: 23px;
  }
}

.sectionfaq .tab_ct_in .acr_con .acr_con1 {
  padding: 20px;
}

@media all and (min-width: 768px) {
  .sectionfaq .tab_ct_in .acr_con .acr_con1 {
    padding: 20px 80px;
  }
}

.sectionfaq .tab_ct_in .acr_con .acr_con1 .desc {
  padding: 20px;
  padding-bottom: 0;
}

@media all and (min-width: 768px) {
  .sectionfaq .tab_ct_in .acr_con .acr_con1 .desc {
    padding: 20px 0;
    padding-bottom: 0;
  }
}

.sectionfaq .tab_ct_in .acr_con .acr_con1 p {
  padding: 0;
  margin-bottom: 35px;
  text-align: justify;
}

@media all and (min-width: 768px) {
  .sectionfaq .tab_ct_in .acr_con .acr_con1 p {
    font-size: 16px;
  }
}

.sectionfaq .tab_ct_in .acr_con .acr_con1 .bluetext {
  font-weight: bold;
}

.sectionfaq .tab_ct_in .acr_con .acr_con1 .linkpink {
  margin-top: 10px;
}

.sectionfaq_title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .sectionfaq_title {
    padding-top: 35px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

.sectionfaq_title span {
  font-size: 27px;
  font-weight: bold;
  color: #BE3468;
}

@media all and (max-width: 768px) {
  .sectionfaq_title span {
    font-size: 16px;
  }
}

.faq-index .introhead_first {
  margin-bottom: 10px;
}

.faq-index .boxfaq_ins {
  background: #fff;
}

.pinktext {
  color: #BE3468;
}

/* add hagiwara start */
.page-faq-index footer {
  margin-top: 0px;
}
/* add hagiwara end */

.page-faq-index .boxfaq_ins {
  background: #fff;
  border-radius: 8px;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins {
    margin-top: 25px;
  }
}

.page-faq-index .boxfaq_ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-faq-index .boxfaq_ins ul li {
  width: calc(25% - 0px);
  width: -ms-calc(25% - 0px);
  width: -o-calc(25% - 0px);
  margin-right: 0px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #E1E1E1;
  border-top: 2px solid #E1E1E1;
  height: 120px;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li {
    width: calc(33.3% - 0px);
    width: -ms-calc(33.3% - 0px);
    width: -o-calc(33.3% - 0px);
    margin-right: 0px;
    float: left;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    height: 130px !important;
  }
}

.page-faq-index .boxfaq_ins ul li .img {
  margin-bottom: 10px;
}

.page-faq-index .boxfaq_ins ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-faq-index .boxfaq_ins ul li a:hover img {
  opacity: 0.7;
}

.page-faq-index .boxfaq_ins ul li a:hover p {
  opacity: 0.7;
}

.page-faq-index .boxfaq_ins ul li a p {
  line-height: 1.2;
  font-weight: bold;
  color: #BE3468;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li a p {
    font-size: 12px;
    height: 34px;
    line-height: 1.4;
  }
}

@media all and (min-width: 768px) {
  .page-faq-index .boxfaq_ins ul li a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20px;
  }
}

@media all and (min-width: 768px) {
  .page-faq-index .boxfaq_ins ul li a {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-faq-index .boxfaq_ins ul li a .faqlinklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 5px;
  }
  .page-faq-index .boxfaq_ins ul li .img {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    height: 60px;
    padding-top: 15px;
  }
  .page-faq-index .boxfaq_ins ul li p {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 60px;
  }
}

.page-faq-index .boxfaq_ins ul li:last-child {
  width: 100%;
  border-right: none;
  height: 80px;
}

@media all and (min-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:last-child p {
    height: 80px;
  }
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:last-child {
    width: calc(33.3% - 0px);
    width: -ms-calc(33.3% - 0px);
    width: -o-calc(33.3% - 0px);
    margin-right: 0px;
    float: left;
    height: auto;
    border-left: 1px solid #E1E1E1;
    border-right: none;
  }
  .page-faq-index .boxfaq_ins ul li:last-child p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(4n) {
  margin-right: 0px;
  border-right: 0px;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(3n) {
    margin-right: 0px;
    border-right: 0px;
  }
}

.page-faq-index .boxfaq_ins ul li a {
  text-align: center;
}

.page-faq-index .boxfaq_ins ul li:nth-child(1) {
  border-top: none;
}

.page-faq-index .boxfaq_ins ul li:nth-child(1) img {
  width: 42px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(1) img {
    width: 33px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(2) {
  border-top: none;
}

.page-faq-index .boxfaq_ins ul li:nth-child(2) img {
  width: 41px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(2) img {
    width: 31px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(3) {
  border-top: none;
}

.page-faq-index .boxfaq_ins ul li:nth-child(3) img {
  width: 37px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(3) img {
    width: 27px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(4) {
  border-top: none;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(4) {
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(4) img {
  width: 35.5px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(4) img {
    width: 28px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(5) img {
  width: 42px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(5) img {
    width: 31px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(6) img {
  width: 40px;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(6) img {
    width: 32px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(7) img {
  width: 50px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(7) img {
    width: 38px;
  }
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(8) {
    border-right: 1px solid #E1E1E1;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(8) img {
  width: 40px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(8) img {
    width: 34px;
  }
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(9) {
    border-left: none;
    height: 120px;
  }
}

.page-faq-index .boxfaq_ins ul li:nth-child(9) img {
  width: 41px;
  height: auto;
}

@media all and (max-width: 768px) {
  .page-faq-index .boxfaq_ins ul li:nth-child(9) img {
    width: 30px;
  }
}

.faqindex .introheadbottom {
  margin-top: 10px;
}

.faqindex .introheadbottom .bluetext {
  font-size: 17px;
  letter-spacing: -1px;
}

@media all and (max-width: 768px) {
  .faqindex .introheadbottom .bluetext {
    font-size: 13px;
    text-align: justify;
  }
}

.faqindex .introhead_first {
  margin-top: 14px;
}

@media all and (max-width: 768px) {
  .faqindex .introhead_first {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .faqindex .introhead_first .bigtext {
    font-size: 18px;
  }
}

.btnpage span {
  /*  font-family: "游ゴシック体",
 "Yu Gothic",
 YuGothic,
 "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro",
 "メイリオ",
 Meiryo,
 "ＭＳ Ｐゴシック",
 "MS PGothic",
 Osaka,
 'MS UI Gothic',
 sans-serif !important;*/
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .btnpage span {
    font-size: 15px;
  }
}

.faqindex_search {
  padding: 45px 0;
  background: #DCE5F1;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .faqindex_search {
    margin-top: 30px;
    padding: 55px 0;
  }
}

.faqindex_search .boxformsearch input {
  border: 1px solid #1353A0;
}

.faqindex_search .btnblue {
  text-align: center;
  margin-top: 30px;
}

.faqindex_search.boxfaq {
  margin-top: 0px;
  background: #F5E1E8;
  /* padding-bottom: 50px; */ /* del hagiwara */
  padding-bottom: 95px; /* add hagiwara */
}

/* del hagiwara start */
/* @media all and (max-width: 768px) {
  .faqindex_search.boxfaq {
    padding-bottom: 40px;
  }
} */
/* del hagiwara end */

.faqindex_search h3 {
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .faqindex_search h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.faqindex_search .bluetext {
  text-align: center;
}

.faqindex_search .atmsearch {
  margin-top: 0px;
}

@media all and (max-width: 768px) {
  .faqindex_search .atmsearch {
    margin-top: 45px;
  }
}

.faqindex_search .atmsearch .boxformsearch_form {
  margin: 0;
}

.faqindex_search .boxformsearch .btn_normal {
  background: #1353A0;
}

.faqindex_search .boxformsearch .btn_normal:hover {
  background: #186bce;
}

@media all and (min-width: 768px) {
  .faqindex_search .btnpage {
    margin-top: 40px;
  }
  .faqindex_search .btnpage a {
    height: 60px;
  }
}

.faqindex_search.boxfaqlast {
  color: #1353A0;
  background: #fff;
  margin-top: 0px;
  padding-bottom: 0px;
}

.faqindex_search.boxfaqlast h3 {
  text-align: left;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #1353A0;
}

@media all and (max-width: 768px) {
  .faqindex_search.boxfaqlast h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.faqindex_search.boxfaqlast .boxfaqlast_ins_txt {
  font-size: 17px;
  line-height: 2;
  margin-top: 10px;
  text-align: justify;
}

.faqindex_search.boxfaqlast .boxfaqlast_ins_txt .btnpage {
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  .faqindex_search.boxfaqlast .boxfaqlast_ins_txt {
    font-size: 12px;
  }
}

.faqindex_search .container2 {
  max-width: 800px !important;
}

.acr_title--fix::before {
  bottom: -28px;
}

@media all and (max-width: 520px) {
  .acr_title--fix span span {
    margin-top: 12px;
    display: block;
  }
}

.tab_ct_in {
  padding-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  .page-service .introhead .introhead_first img {
    margin-right: 5px;
  }
  .page-service .acr_title span.ml15 {
    margin-left: 10px !important;
  }
  .page-service .acr_title::before {
    background-image: url(../images/service/plus-white.png) !important;
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
  .page-service .acr_title.open::before {
    background-image: url(../images/service/minus-white.png) !important;
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
}

@media all and (min-width: 768px) {
  .page-service .introhead .introhead_first img {
    width: 78px;
    margin-right: 5px;
    margin-left: -10px;
  }
  .page-service .tab_ct_in .acr_title {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.page-service .acr_title span:first-child,
.page-super .acr_title span:first-child {
  width: 100%;
  text-align: left;
}

.page-service .sectionps_001,
.page-super .sectionps_001 {
  opacity: 0;
}

@media all and (max-width: 768px) {
  .page-service .sectionps_001 .slider-nav .slick-track,
  .page-super .sectionps_001 .slider-nav .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .page-service .sectionps_001 .slider-nav .slick-track .slick-slide,
  .page-super .sectionps_001 .slider-nav .slick-track .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 40% !important;
  }
}

.page-service .sectionps_001.fadeIn,
.page-super .sectionps_001.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 768px) {
  .page-service .sectionps_001.fadeIn .tabservices .tab_nav--forsp .tab_nav .stab,
  .page-super .sectionps_001.fadeIn .tabservices .tab_nav--forsp .tab_nav .stab {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.page-service .tab_ct_06 .tab_ct_in .acr_con:last-child,
.page-super .tab_ct_06 .tab_ct_in .acr_con:last-child {
  position: relative;
}

.page-service .tab_ct_06 .tab_ct_in .acr_con:last-child::after,
.page-super .tab_ct_06 .tab_ct_in .acr_con:last-child::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
  background: #BE3468;
}

@media all and (max-width: 767px) {
  .page-service .tab_ct_in,
  .page-super .tab_ct_in {
    padding-bottom: 10px !important;
  }
  .page-service .tab_ct_in .block-logo:last-child a:last-child,
  .page-super .tab_ct_in .block-logo:last-child a:last-child {
    border-bottom: 0;
  }
  .page-service .blockser2,
  .page-super .blockser2 {
    height: 90px;
  }
  .page-service .logospit3 .block-logo-in a,
  .page-super .logospit3 .block-logo-in a {
    height: 90px;
  }
  .page-service .block-logo-in-close,
  .page-super .block-logo-in-close {
    text-align: right;
    border-top: 1px solid #DCDCDC;
  }
  .page-service .block-logo-in-close a,
  .page-super .block-logo-in-close a {
    margin: 0;
    line-height: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
  }
}

@media all and (min-width: 768px) {
  .page-service .stab,
  .page-super .stab {
    height: 55px;
  }
  .page-service .stab.active span,
  .page-super .stab.active span {
    top: -20px;
  }
  .page-service .introhead .introhead_second,
  .page-super .introhead .introhead_second {
    margin-top: 5px;
  }
  .page-service .introhead .linkpink,
  .page-super .introhead .linkpink {
    margin-top: 20px;
  }
  .page-service .sectionps_001,
  .page-super .sectionps_001 {
    margin-top: 50px;
  }
  .page-service .block-logo-in-close,
  .page-super .block-logo-in-close {
    text-align: right;
  }
  .page-service .block-logo-in-close a,
  .page-super .block-logo-in-close a {
    margin: 0;
    line-height: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
  }
  .page-service .tab_ct_in .block-logo,
  .page-super .tab_ct_in .block-logo {
    margin-bottom: 10px;
  }
  .page-service .block-others-txt-ins,
  .page-super .block-others-txt-ins {
    height: 120px;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-service .tab_ct_06 .block-others,
  .page-super .tab_ct_06 .block-others {
    margin-top: 40px;
  }
  .page-service .tab_ct_01 .tab_ct_in .block-logo,
  .page-service .tab_ct_06 .tab_ct_in .block-logo,
  .page-super .tab_ct_01 .tab_ct_in .block-logo,
  .page-super .tab_ct_06 .tab_ct_in .block-logo {
    margin-bottom: 0;
  }
}

h3.bluetext {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.4px;
}

.btnpage.pinkbg a {
  background: #BE3468;
}

.btnpage.typemedium a {
  width: 400px;
  height: 60px;
}

@media all and (max-width: 767px) {
  .btnpage.typemedium a {
    width: 325px;
    height: 60px;
  }
}

@media all and (max-width: 374px) {
  .btnpage.typemedium a {
    width: 100% !important;
  }
}

.p-search {
  margin-top: 77px;
}

@media all and (max-width: 768px) {
  .p-search {
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .p-search h3.bluetext {
    font-size: 13px;
  }
}

.p-search .listlocate {
  margin-top: 38px;
}

@media all and (max-width: 768px) {
  .p-search .listlocate {
    margin-top: 31px;
  }
}

.p-search .listlocate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 58px;
  margin-bottom: 34px;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-search .listlocate li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 46px;
  }
}

.p-search .listlocate li:before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background-image: url(../images/share/icon_location_pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-search .listlocate li:before {
    left: 0px;
    background-image: url(../images/share/icon_location_pink_sp.png);
    width: 28.5px;
    height: 43px;
  }
}

.p-search .listlocate li a {
  width: 50%;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .p-search .listlocate li a {
    width: 100%;
  }
}

.p-search .listlocate li a span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.p-search .listlocate li a span:hover {
  opacity: 0.8;
}

.p-search .listlocate .locateicon {
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .p-search .listlocate .locateicon {
    font-size: 13px;
  }
}

.p-search .listlocate span.bluearrow {
  font-size: 16px;
  display: block;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-search .listlocate span.bluearrow {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-search .listlocate span.bluearrow:after {
  content: "";
  display: block;
  width: 17px;
  height: 29px;
  background: url(../images/share/arrow_right_blue.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-search .listlocate span.bluearrow:after {
    display: none;
  }
}

.p-search .btnpage {
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .p-search .btnpage {
    margin-top: 44px;
  }
}

.p-search .plistsearch {
  margin-top: 43px;
}

@media all and (max-width: 767px) {
  .p-search .plistsearch {
    margin-top: 0px;
  }
  .p-search .plistsearch .container2 {
    padding: 0px;
  }
}

.p-search .plistsearch .btnpage {
  margin-top: 40px;
}

.p-search .plistsearch h3 {
  margin-bottom: 34px;
}

@media all and (max-width: 768px) {
  .p-search .plistsearch .plistsearch-result-title {
    width: 100%;
  }
}

.p-search .plistsearch .plistsearch-result-title span.bluetext {
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
  top: -3px;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-search .plistsearch .plistsearch-result-title span.bluetext {
    font-size: 13px;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
  }
}

.p-search .plistsearch .plistsearch-result-title span.bluetext:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.p-search .plistsearch .plistsearch-result-description {
  font-size: 16px;
  margin-top: 13px;
  line-height: 1.6;
}

@media all and (max-width: 768px) {
  .p-search .plistsearch .plistsearch-result-description {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .p-search .plistsearch .plistsearch-result-description.block-with-text {
    height: 60px;
  }
}

.p-search .plistsearch .plistsearch-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .p-search .plistsearch .plistsearch-result {
    margin-bottom: 32px;
  }
}

.p-search .plistsearch .plistsearch-result .plistsearch-result-img {
  width: 120px;
  min-width: 120px;
  height: 90px;
  margin-right: 40px;
}

@media all and (max-width: 768px) {
  .p-search .plistsearch .plistsearch-result .plistsearch-result-img {
    display: none;
  }
}

.p-search .plistsearch .plistsearch-result .plistsearch-result-img a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #C8C8C8;
}

.p-search .plistsearch .plistsearch-result .plistsearch-result-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-search .spagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 43px;
}

@media all and (max-width: 768px) {
  .p-search .spagination {
    margin-top: 0px;
  }
}

.p-search .spagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-search .spagination ul li {
  margin-right: 20px;
}

.p-search .spagination ul li:last-child {
  margin-right: 0px;
}

.p-search .spagination ul li * {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #969696;
  font-size: 17px;
  font-weight: bold;
  color: #969696;
}

@media all and (max-width: 768px) {
  .p-search .spagination ul li * {
    border-width: 1px;
  }
}

.p-search .spagination ul li.active {
  background: #1353A0;
}

.p-search .spagination ul li.active * {
  border: none;
  color: #fff;
}

.p-search .spagination ul li.threedot span {
  border: none;
  position: relative;
  top: -4px;
}

.p-search .backhomebtn {
  text-align: right;
  margin-top: 50px;
}

.p-search .backhomebtn a {
  color: #BE3468;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .p-search .backhomebtn a {
    font-size: 14px;
  }
}

.p-search .atmsearch.boxformsearch .boxformsearch_form {
  margin-top: 97px;
}

@media all and (max-width: 768px) {
  .p-search .atmsearch.boxformsearch .boxformsearch_form {
    margin-top: 40px;
  }
}

.p-search ~ .footer {
  margin-top: 140px;
}

.btnprevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnprevnext_ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btnprevnext_ins .btnpage {
  width: 200px;
  margin-right: 40px;
  margin-top: 0px !important;
}

@media all and (max-width: 768px) {
  .btnprevnext_ins .btnpage {
    width: 155px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}

.btnprevnext_ins .btnpage.prev a {
  background: #969696;
}

.btnprevnext_ins .btnpage.prev span:after {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/share/arrow_prev_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.btnprevnext_ins .btnpage.next span:after {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/share/arrow_prev_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btnprevnext_ins .btnpage:last-child {
  margin-right: 0px;
}

.btnprevnext_ins .btnpage a {
  width: 100% !important;
}

.splettersp {
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .splettersp {
    letter-spacing: -0.5px !important;
    line-height: 1.8;
  }
}

@media all and (min-width: 1700px) {
  .inq_complete {
    height: 400px;
  }
}

.inq_complete .introheadbottom {
  word-wrap: normal;
}

@media all and (max-width: 768px) {
  .inq_complete .introheadbottom {
    margin-top: 20px;
  }
}

.section_newsdetail_title {
  margin-bottom: 20px;
  color: #1353A0;
}

.section_newsdetail_title .detailpublished {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .section_newsdetail_title .detailpublished {
    font-size: 12px;
  }
}

.section_newsdetail_title .detailtitle {
  font-size: 24px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .section_newsdetail_title .detailtitle {
    font-size: 18px;
    margin-top: 5px;
  }
}

.section_newsdetail_body {
  font-size: 16px;
  line-height: 2;
}

.section_newsdetail_body p {
  line-height: 2;
}

.section_newsdetail_body_img {
  text-align: center;
  margin: 20px 0px;
}

.section_newsdetail_body_img small {
  font-size: 14px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 768px) {
  .section_newsdetail_body_img small {
    display: block;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
  }
}

.section_newsdetail_body_img img {
  display: block;
  margin: 0 auto;
}

.section_newsdetail_body p {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .section_newsdetail_body p {
    margin-bottom: 20px;
  }
}

.section_newsdetail .btnpage {
  width: 200px;
  margin-top: 45px;
}

@media all and (max-width: 768px) {
  .section_newsdetail .btnpage {
    width: 155px;
  }
}

.section_newsdetail .btnpage a {
  width: 100%;
}

@media all and (max-width: 768px) {
  .section_newsdetail .btnpage a {
    font-size: 15px;
  }
}

.section_newsdetail .btnpage a span {
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  .section_newsdetail .btnpage a span {
    font-size: 15px;
  }
}

.section_newsdetail .btnpage a span:after {
  content: "";
  width: 15px;
  height: 18px;
  background: url(../images/share/arrow_prev_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media all and (max-width: 768px) {
  .section_newsdetail .btnpage a span:after {
    background-size: 90%;
    left: -25px;
  }
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.companyhead .bluehead {
  font-size: 27px;
  font-weight: bold;
  margin-top: 23px;
}

@media all and (max-width: 768px) {
  .companyhead .bluehead {
    font-size: 18px;
  }
}

.companyhead .bluedescr {
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .companyhead .bluedescr {
    font-size: 13px;
  }
}

.companybody_block_title {
  background: #1353A0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 38px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  margin-top: 35px;
}

@media all and (max-width: 768px) {
  .companybody_block_title {
    height: 30px;
    font-size: 13px;
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
    margin-left: -25px;
    margin-top: 25px;
  }
}

.companybody_block_ct {
  margin-top: 18px;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .companybody_block_ct {
    font-size: 13px;
  }
}

.companybody_block_ct p {
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .companybody_block_ct p {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .companybody_block_ct p.text_right .linkpink {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.companybody_block_ct h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .companybody_block_ct h3 {
    font-size: 13px;
  }
}

.companybody_block_ct table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
}

.companybody_block_ct table tr,
.companybody_block_ct table td {
  border: 1px solid #DCDCDC;
}

@media all and (max-width: 768px) {
  .companybody_block_ct table tr:nth-child(4) td:last-child,
  .companybody_block_ct table tr:nth-child(5) td:last-child,
  .companybody_block_ct table tr:nth-child(7) td:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.companybody_block_ct table tr {
  border-right: none !important;
  border-left: none !important;
}

.companybody_block_ct table .sp0 {
  letter-spacing: 0px !important;
}

.companybody_block_ct table .sp1 {
  letter-spacing: 1px !important;
}

.companybody_block_ct table .sp2 {
  letter-spacing: 2px !important;
}

.companybody_block_ct table .sp3 {
  letter-spacing: 3px !important;
}

.companybody_block_ct table .sp4 {
  letter-spacing: 4px !important;
}

.companybody_block_ct table tr .flex-start span {
  margin-right: 20px;
}

.companybody_block_ct table tr .flex-start .linkpink {
  margin-top: 0px;
}

.companybody_block_ct table tr td {
  padding: 1px 93px 1px 20px;
  vertical-align: middle;
}

.companybody_block_ct table tr td .flex-start {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .companybody_block_ct table tr td {
    padding: 1px 10px 1px 0px;
  }
}

.companybody_block_ct table tr td:first-child {
  letter-spacing: 3px;
  width: 20%;
  text-align: justify;
  border-left: none !important;
}

@media all and (max-width: 768px) {
  .companybody_block_ct table tr td:first-child {
    width: 25%;
  }
}

.companybody_block_ct table tr td:last-child {
  padding-right: 0px;
  border-right: none;
  padding-left: 20px;
}

@media all and (max-width: 768px) {
  .companybody_block_ct table tr td:last-child {
    padding-left: 5px;
  }
}

@media all and (max-width: 768px) {
  .companybody_block_ct table tr td .linkpink {
    letter-spacing: -1.8px;
  }
}

.companybody_block_ct table table {
  border: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.companybody_block_ct table table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

.companybody_block_ct table table td:first-child {
  padding-right: 40px;
  width: 200px;
  border-right: 1px solid #DCDCDC;
}

@media all and (max-width: 768px) {
  .companybody_block_ct table table td:first-child {
    width: 48%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.companybody_block_ct table table tr {
  border-left: none;
  border-right: none;
}

.companybody_block_ct table table tr:first-child {
  border-top: none;
}

.companybody_block_ct table table tr:first-child td {
  border-top: none;
}

.companybody_block_ct table table tr:last-child {
  border-bottom: none;
}

.companybody_block_ct table table tr:last-child td {
  border-bottom: none;
}

.companybody_block_ct table table tr td {
  border-left: none;
  border-right: none;
}

.blockimgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .blockimgtxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blockimgtxt img {
  margin-right: 30px;
}

.blockimgtxt .blockimgtxt_txt {
  line-height: 1.9;
}

@media all and (max-width: 768px) {
  .blockimgtxt .blockimgtxt_txt {
    margin-top: 10px;
  }
}

.blockimgtxt .blockimgtxt_txt span {
  letter-spacing: -9px !important;
}

.companyboyd_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}

.companyboyd_btn_ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .companyboyd_btn_ins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.companyboyd_btn_ins a {
  width: 306px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media all and (max-width: 768px) {
  .companyboyd_btn_ins a {
    margin: 0 auto;
  }
  .companyboyd_btn_ins a:first-child {
    margin: auto;
  }
}

@media all and (max-width: 768px) {
  .companyboyd_btn_ins a {
    width: 325px;
    height: 60px;
  }
  .companyboyd_btn_ins a:first-child {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}

.companyboyd_btn_ins a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  background: #B3B3B3;
  bottom: -7px;
  left: 0px;
}

.companyboyd_btn_ins a:hover span {
  top: 7px;
  -webkit-transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.companyboyd_btn_ins a span {
  top: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #1353A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  border: 4px solid #1353A0;
  border-radius: 4px;
}

@media all and (max-width: 768px) {
  .companyboyd_btn_ins a span {
    border-width: 2px;
    font-size: 15px;
  }
}

.companyboyd_btn_ins a span:before {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  background: #1353A0;
  right: -25px;
  bottom: -30px;
  position: absolute;
}

@media all and (max-width: 768px) {
  .companyboyd_btn_ins a span:before {
    right: -30px;
    bottom: -35px;
  }
}

.companyboyd_btn_ins a:first-child {
  margin-right: 20px;
}

@media all and (max-width: 767px) {
  .companyboyd_btn_ins a:first-child {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.spc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topmess {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0px;
}

@media all and (max-width: 768px) {
  .topmess {
    font-size: 13px;
  }
}

.topmess .block-flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .topmess .block-flex-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topmess .block-flex-img img {
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .topmess .block-flex-img img {
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}

.topmess .block-others-sign {
  text-align: right;
  margin-top: 30px;
  font-size: 17px;
}

.topmess .block-others-sign img {
  /*    height: 50px;*/
  width: 160px;
  padding-top: 2px;
}

@media all and (max-width: 767px) {
  .topmess .block-others-sign {
    font-size: 13px;
  }
  .topmess .block-others-sign img {
    /*    height: 50px;*/
    width: 30vw;
    padding-top: 1%;
  }
}

.topmess .block-others-sign p {
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .topmess .block-others-sign p {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .comhistory .container2 {
    width: 100%;
    padding: 0px;
  }
}

.comhistory table {
  width: 100%;
  margin-top: 25px;
}

.comhistory table td {
  border: 1px solid #dcdcdc;
  vertical-align: top;
  padding: 11px;
}

@media all and (max-width: 768px) {
  .comhistory table td {
    font-size: 12px;
  }
  .comhistory table td p {
    font-size: 12px;
  }
}

.comhistory table td .blocktd-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comhistory table td .blocktd-img img {
  width: 60px;
  margin-right: 6vw;
}

.comhistory table td .wide img {
  width: 130px;
  margin-right: 3.8vw;
}

@media all and (max-width: 768px) {
  .comhistory table td .blocktd-img img {
    width: 60px;
    margin-right: 0vw;
  }
  .comhistory table td .wide img {
    width: 90px;
    margin-right: 1.5vw;
  }
}

.comhistory table td:first-child {
  color: #1353A0;
  font-size: 20px;
  width: 120px;
  border-left: none;
  padding-left: 0px;
}

@media all and (max-width: 768px) {
  .history_2013 {
    margin-top: 0vw;
  }
}

@media all and (max-width: 768px) {
  .comhistory table td:first-child {
    width: 65px;
    font-size: 15px;
    padding-right: 1px;
  }
}

.comhistory table td:last-child {
  font-size: 16px;
  border-right: none;
  padding-left: 30px;
  padding-right: 0px;
}

@media all and (max-width: 768px) {
  .comhistory table td:last-child {
    padding-left: 10px;
  }
}

.comhistory ~ .companyboyd_btn {
  margin-top: 50px;
}

.company_invbtn a {
  margin-right: 20px;
}

.company_invbtn a:last-child {
  margin-right: 0px;
}

@media all and (max-width: 768px) {
  .company_invbtn a {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
}

.lastinvest {
  position: relative;
}

@media all and (max-width: 768px) {
  .lastinvest:after {
    content: "";
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
    display: block;
    background: #dcdcdc;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    left: -25px;
  }
}

.companybody_block_invest {
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .companybody_block_invest table,
  .companybody_block_invest tbody,
  .companybody_block_invest tr,
  .companybody_block_invest td,
  .companybody_block_invest th {
    display: block;
  }
  .companybody_block_invest table tr {
    border-bottom: none !important;
  }
  .companybody_block_invest table td:first-child {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .companybody_block_invest table td:last-child {
    border-bottom: none !important;
    padding-bottom: 0px;
  }
  .companybody_block_invest ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .companybody_block_invest ul li {
    display: block;
    width: 100% !important;
    font-size: 13px;
    margin-top: 8px !important;
  }
  .companybody_block_invest ul li:first-child {
    margin-top: 0px !important;
  }
}

.companybody_block_invest table {
  width: 100%;
  margin-top: 10px;
}

.companybody_block_invest table tr {
  border-bottom: 1px solid #dcdcdc;
}

.companybody_block_invest table tr:last-child {
  border-bottom: none;
}

.companybody_block_invest table tr:last-child td:last-child {
  padding-bottom: 0;
}

.companybody_block_invest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.companybody_block_invest ul.notable {
  margin-top: 17px;
}

@media all and (max-width: 768px) {
  .companybody_block_invest ul.notable {
    margin-top: 10px;
  }
}

.companybody_block_invest ul.notable li:nth-child(3n+1) {
  width: 34%;
}

.companybody_block_invest ul.notable li:nth-child(3n+2) {
  width: 42.5%;
}

.companybody_block_invest ul li:nth-child(3n+1) {
  width: 37%;
}

.companybody_block_invest ul li:nth-child(3n+2) {
  width: 35%;
}

.companybody_block_invest ul li {
  margin-top: 8px;
}

.companybody_block_invest ul li:nth-child(1),
.companybody_block_invest ul li:nth-child(2),
.companybody_block_invest ul li:nth-child(3) {
  margin-top: 0;
}

.companybody_block_invest td {
  padding: 8.5px 0px 9px 0px;
}

.companybody_block_invest td:first-child {
  width: 160px;
  color: #1353A0;
  font-size: 17px;
  vertical-align: top;
}

@media all and (max-width: 768px) {
  .companybody_block_invest td:first-child {
    font-size: 13px;
    width: 100%;
  }
}

.sp-05 {
  letter-spacing: -0.5px;
}

@media all and (max-width: 768px) {
  .p-investment .section_company .introhead_first p {
    font-size: 13px;
  }
}

.p-investment .section_company .bigtext {
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .p-investment .section_company .bigtext {
    font-size: 18px;
    margin-right: 5px;
  }
}

.p-investment .section_company .companybody_block_title {
  margin-top: 25px;
}

.block-datef {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .block-datef {
    margin-top: 20px;
  }
}

.p-social .bluedescr {
  line-height: 1.9;
}

@media all and (max-width: 768px) {
  .p-social .bluedescr {
    line-break: 1.8;
  }
}

.p-social .companybody_block_ct {
  line-height: 1.9;
}

@media all and (max-width: 768px) {
  .p-social .companybody_block_ct {
    line-break: 1.8;
  }
}

.p-social .companybody_block_ct p {
  line-height: 1.9;
}

@media all and (max-width: 768px) {
  .p-social .companybody_block_ct p {
    line-break: 1.8;
  }
}

.p-social ~ footer,
.p-privacy ~ footer,
.p-usesite ~ footer {
  margin-top: 100px;
}

@media all and (max-width: 768px) {
  .p-social ~ footer,
  .p-privacy ~ footer,
  .p-usesite ~ footer {
    margin-top: 70px;
  }
}

@media all and (max-width: 768px) {
  .p-social .introhead_first,
  .p-privacy .introhead_first,
  .p-usesite .introhead_first {
    margin-top: 30px;
  }
  .p-social .bluehead,
  .p-privacy .bluehead,
  .p-usesite .bluehead {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .p-social .companyhead .bluehead,
  .p-privacy .companyhead .bluehead,
  .p-usesite .companyhead .bluehead {
    margin-top: 25px;
  }
}

.sp-8 {
  letter-spacing: -8px;
}

.sp-5 {
  letter-spacing: -5px;
}

.sp-4 {
  letter-spacing: -4px;
}

.sp-3 {
  letter-spacing: -3px;
}

.p-usesite .companyhead .bluedescr {
  margin-top: 0px;
}

.p-usesite .companybody_block_ct {
  margin-top: 14px;
}

.p-usesite .blockpmargin p {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .p-usesite .blockpmargin p {
    margin-bottom: 25px;
  }
}

.p-usesite .bluedescr {
  line-height: 2;
}

.p-usesite .companybody_block p {
  letter-spacing: -1px;
  line-height: 1.95;
}

@media all and (max-width: 768px) {
  .p-process .companyhead .bluedescr {
    margin-top: 18px;
  }
}

.p-process .navanchor ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media all and (min-width: 769px) {
  .p-process .navanchor ul {
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .p-process .navanchor ul {
    margin: 40px auto 0;
    width: 80vw;
  }
}

.p-process .navanchor ul li {
  position: relative;
  text-align: center;
}
@media all and (min-width: 769px) {
  .p-process .navanchor ul li {
    padding: 0 60px;
  }
}
.p-process .navanchor ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background: #dcdcdc;
}
@media all and (min-width: 769px) {
  .p-process .navanchor ul li:before {
    width: 2px;
    height: 50px;
  }
}

@media all and (max-width: 768px) {
  .p-process .navanchor ul li:before {
    height: 25px;
    right: -7vw;
    top: -2px;
    width: 1px;
  }
}

.p-process .navanchor ul li:last-child:before {
  display: none;
}

@media all and (max-width: 768px) {
  .p-process .navanchor ul li:first-child {
    margin-right: 14vw;
  }
}

.p-process .navanchor ul:last-child a:before {
  display: none;
}

@media all and (max-width: 768px) {
  .p-process .navanchor ul:last-child a {
    margin-right: 8px;
  }
}

.p-process .navanchor ul a {
  color: #1353A0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: auto;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .p-process .navanchor ul a {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .p-process .navanchor ul a {
    font-size: 12px;
    padding-right: 20px;
    margin-right: 20px;
  }
}

.p-process .navanchor ul a:before {
  content: "";
  width: 2px;
  height: 40px;
  top: -6px;
  position: absolute;
  right: -14px;
  display: block;
  background: #dcdcdc;
}

.p-process .navanchor ul a:after {
  content: "";
  background: url(../images/share/circlearrow_01.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
@media all and (min-width: 769px) {
  .p-process .navanchor ul a:after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}

@media all and (max-width: 768px) {
  .p-process .navanchor ul a:after {
    width: 20px;
    height: 20px;
  }
}

.p-process .block-process {
  /*  padding: 0px 50px;*/
  margin-top: 45px;
}

@media all and (max-width: 768px) {
  .p-process .block-process {
    padding: 0px;
    margin-top: 40px;
  }
}

.p-process .block-process .block-process-ins {
  border: 2px solid #DCE5F1;
  padding-bottom: 25px;
}

@media all and (max-width: 768px) {
  .p-process .block-process .block-process-ins {
    border: transparent;
    padding-bottom: 25px;
    width: 100%;
  }
}

.p-process .block-process .block-process-ins .processhead1 {
  margin-top: 0px;
}

.p-process .block-process .block-process-ins .processhead3 {
  /*  margin-top: 65px;*/
}

@media all and (max-width: 768px) {
  .p-process .block-process .block-process-ins .processhead h4 {
    padding-left: 20px;
    padding-bottom: 6px;
  }
}

.p-process .block-process .block-process-ins .processhead h4:before {
  content: "";
  color: #fff;
  width: 24px;
  height: 24px;
  background: #1353A0;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: -10px;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .p-process .block-process .block-process-ins .processhead h4:before {
    height: 18px;
    width: 18px;
    font-size: 12px;
  }
}

.p-process .block-process .block-process-ins .processhead1 h4:before {
  content: "1";
}

.p-process .block-process .block-process-ins .processhead2 h4:before {
  content: "2";
}

.p-process .block-process .block-process-ins .processhead3 h4:before {
  content: "3";
}

.p-process .block-process .block-process-ins .processhead4 h4:before {
  content: "4";
}

.p-process .block-process .block-process-ins .processhead5 h4:before {
  content: "5";
}

.p-process .block-process h3.titlprocess {
  margin-bottom: 22px;
  line-height: 2.375;
  background: #1353A0;
  padding-left: 30px;
}

.p-process .block-process h3.titlprocess span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .p-process .block-process h3.titlprocess span {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .p-process .block-process h3.titlprocess {
    margin-bottom: 17px;
  }
}

.p-process .block-process .processhead {
  background: #DCE5F1;
  padding: 17.3px 15px 16px 25px;
  font-size: 20px;
  color: #1353A0;
  margin-bottom: 28px;
  /*  margin-top: 80px;*/
}

@media all and (max-width: 768px) {
  .p-process .block-process .processhead {
    /*
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
*/
    /*    margin-left: -25px;*/
    margin-bottom: 13px;
    /*    margin-top: 66px;*/
    padding: 17.45px 15px 16px 25px;
    width: 100%;
  }
  .p-process .block-process .processhead.processhead4 {
    /*    margin-top: 77px;*/
  }
}

.p-process .block-process .processhead h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .p-process .block-process .processhead h4 {
    font-size: 15px;
  }
}

.p-process .block-process .processhead h4:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #1353A0;
  position: absolute;
  bottom: 7px;
  left: 0;
}

@media all and (max-width: 768px) {
  .p-process .block-process .processhead h4:after {
    bottom: 5px;
  }
}

.p-process .block-process .processhead p {
  font-size: 17px;
  font-weight: bold;
  color: #1353A0;
  padding-left: 30px;
}

@media all and (max-width: 768px) {
  .p-process .block-process .processhead p {
    font-size: 13px;
    padding-left: 4vw;
  }
}

@media all and (max-width: 768px) {
  .p-process .sp-01 {
    letter-spacing: -1px;
  }
}

@media all and (max-width: 768px) {
  .p-process .sp-02 {
    letter-spacing: -2px;
  }
}

.p-process .processbodyins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 2vw;
}

@media all and (max-width: 768px) {
  .p-process .processbodyins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-process .processbodyins .dotindent {
  line-height: 1.8;
  font-size: 15px;
}

.p-process .processbodyins .dotindent li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 4px;
}

@media all and (max-width: 768px) {
  .p-process .processbodyins .dotindent li {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.p-process .processbodyins .dotindent li:before {
  content: "・";
  left: -5px;
  position: absolute;
  top: 0px;
}

.p-process .processbodyins_left {
  /*  width: 50%;*/
}

@media all and (max-width: 768px) {
  .p-process .processbodyins_left {
    width: 100%;
  }
}

.p-process .processbodyins_right {
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-process .processbodyins_right {
    width: 100%;
  }
}

.p-process .processbody_1 .processbodyins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.p-process .processbody_1 .processbodyins_left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media all and (max-width: 520px) {
  .p-process .processbody_1 .processbodyins_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-process .processbody_1 .processbodyins_left img {
  width: 50px;
  position: absolute;
  top: 15px;
  right: -57px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .processbodyins_left img {
    width: 48px;
    right: 11px;
    bottom: 6px;
  }
}

.p-process .processbody_1 .atmcard_ins {
  /* margin-bottom: 40px; */
  padding: 0 30px;
}

.p-process .processbody_1 .atmcard_ins .btn_normal {
  height: 80px;
  margin: 0 auto;
  width: 420px;
  margin-top: 30px;
  margin-bottom: 27px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .atmcard_ins .btn_normal {
    /*    margin-top: 15px;*/
    margin-bottom: 15px;
  }
}

.p-process .processbody_1 .atmcard_ins p {
  /*  width: 440px;*/
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  /*  letter-spacing: -1px;*/
  text-align: justify;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .atmcard_ins p {
    width: 100%;
    font-size: 10px;
    /*    letter-spacing: -1px;*/
    line-height: 17px;
  }
}

.p-process .processbody_1 .processbodyins_right {
  /*  margin-top: 20px;*/
  padding-left: 10px;
  border: 3px solid #1353A0;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
  width: 370px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .processbodyins_right {
    border-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }
}

.p-process .processbody_1 .processbodyins_right h3 {
  position: absolute;
  top: -15px;
  background: #fff;
  display: inline-block;
  padding: 0px 7px 0px 20px;
  left: 10px;
}

.p-process .processbody_1 .processbodyins_right h3 .underlinevang::after {
  width: 90%;
}

.p-process .processbody_1 .processbodyins_right h3 span {
  padding-left: 17px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .processbodyins_right h3 span {
    padding-left: 10px;
  }
}

.p-process .processbody_1 .processbodyins_right h3 span:before {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../images/process/images/bongden.png) no-repeat;
  background-size: contain;
  display: block;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .processbodyins_right h3 span:before {
    width: 14px;
    height: 20px;
  }
}

.p-process .processbody_1 .processbodyins_right_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-process .processbody_1 .processbodyins_right_ct .processbodyins_right_ctright img {
  /*
  width: 60px;
  position: relative;
  right: 28px;
  bottom: 10px;
*/
}

@media all and (max-width: 768px) {
  .p-process .processbody_1 .processbodyins_right_ct .processbodyins_right_ctright img {
    width: 47px;
    right: 8px;
    bottom: 3px;
  }
}

.p-process .processbody_2 .processbodyins_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 70px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_2 .processbodyins_right {
    padding: 0px 20px;
    width: 325px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

.p-process .processbody_2 .processbodyins_right a {
  /*  margin-left: 5px;*/
  /*  margin-top: 5px;*/
  position: relative;
  width: 170px;
  height: 170px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_2 .processbodyins_right a {
    height: auto;
  }
}

.p-process .processbody_2 .processbodyins_right a img {
  position: relative;
  z-index: 1;
  top: 0px;
}

.p-process .processbody_2 .processbodyins_right a:hover img {
  top: 7px;
  position: relative;
}

.p-process .processbody_2 .processbodyins_right a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #B3B3B3;
  bottom: -8px;
  display: block;
  position: absolute;
}

.p-process .processbody_2 .processbodyins_right a:first-child {
  /*  margin-right: 35px;*/
}

@media all and (max-width: 768px) {
  .p-process .processbody_2 .processbodyins_right a:first-child {
    margin-right: 10px;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50 {
  width: 50%;
  padding-right: 48px;
}

.p-process .processbody_3 .processbodyins .processbodyins_50:first-child {
  border-right: 2px solid #dcdcdc;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50:first-child {
    border-right: none;
  }
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50 {
    width: 100%;
    padding-right: 0px;
  }
  .p-process .processbody_3 .processbodyins .processbodyins_50:first-child {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dcdcdc;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50 p {
  height: 175px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50 p {
    font-size: 11px;
    height: auto;
    margin-bottom: 10px;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50 p small {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50 p small {
    font-size: 10px;
    margin-top: 0px;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50 h5 {
  font-weight: bold;
  color: #1353A0;
  font-size: 17px;
  margin-bottom: 12px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50 h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50:last-child {
  padding-left: 48px;
  padding-right: 0px;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50:last-child {
    padding-left: 0px;
  }
}

.p-process .processbody_3 .processbodyins .processbodyins_50 .anhso006 {
  position: absolute;
  width: calc(100% - 48px);
  width: -ms-calc(100% - 48px);
  width: -o-calc(100% - 48px);
  margin-top: -50px;
}

@media all and (max-width: 768px) {
  .p-process .processbody_3 .processbodyins .processbodyins_50 .anhso006 {
    position: relative;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-process .processbody_4 .processbodyins_left {
  /*  padding-left: 40px;*/
}

@media all and (max-width: 768px) {
  .p-process .processbody_4 .processbodyins_left {
    padding-left: 10px;
    padding-right: 35px;
    margin-top: 10px;
  }
}

.p-process .processbody_4 .processbodyins_right {
  width: 100%;
}

@media all and (max-width: 768px) {
  .p-process .processbody_4 .processbodyins_right {
    position: relative;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process .processbody_4 .btn_shadow {
    /* width: 200px; */
    height: 60px;
    /*    position: absolute;*/
    bottom: 15px;
    right: 0px;
  }
  .p-process .processbody_4 .btn_shadow span {
    font-size: 15px;
  }
}

.p-process .processbody_5 .processbodyins_left {
  padding-left: 0px;
  /*  padding-right: 47px;*/
}

@media all and (max-width: 768px) {
  .p-process .processbody_5 .processbodyins_left {
    padding-right: 0px;
  }
}

.p-process .processbody_5 .processbodyins_right {
  /*  padding-left: 7px;*/
}

@media all and (max-width: 768px) {
  .p-process .processbody_5 .processbodyins_right .btn_shadow {
    position: relative;
    width: 80vw;
    margin: 10vw auto 0;
  }
  .p-process .processbody_5 .processbodyins_right .btn_shadow span {
    font-size: 15px;
  }
}

.p-process .processbodylistatm_wrap {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .p-process .processbodylistatm_wrap {
    display: block;
  }
}
.p-process .processbodylistatm {
  position: relative;
  text-align: center;
  width: 400px;
}
.p-process .processbodylistatm.new::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  transform: translateY(-100%);
  margin: auto;
  width: 157px;
  height: 35px;
  background: url("../images/process/images/photo_4_new.png");
  background-size: contain;
}
@media (max-width: 768px) {
  .p-process .processbodylistatm.new::before {
    width: 149px;
    height: 33px;
  }
}

.p-process .processbodylistatm_ins {
  width: 228px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-process .processbodylistatm + .processbodylistatm {
    margin-top: 95px;
  }
}

.p-process .processbodylistatm_ins > img {
  width: 228px;
}

.p-process .processbodylistatm_ins a {
  position: absolute;
  z-index: 10;
  width: 35px;
  display: block;
}

.p-process .processbodylistatm_ins a img {
  width: 100%;
  /*  height: 42px;*/
  border-radius: 100%;
}

@media all and (max-width: 768px) {
  .p-process .processbodylistatm_ins a img {
    width: 32px;
    height: 32px;
  }
}

.p-process .processbodylistatm_ins a:nth-of-type(1) {
  top: 10px;
  right: 15px;
}

.p-process .processbodylistatm_ins a:nth-of-type(2) {
  top: 148px;
  left: 20px;
}

.p-process .processbodylistatm_ins a:nth-of-type(3) {
  top: 182px;
  right: -5px;
}

.p-process .processbodylistatm_ins a:nth-of-type(4) {
  top: 230px;
  right: -44px;
}

.p-process .processbodylistatm_ins a:nth-of-type(5) {
  top: 193px;
  right: 46px;
}

.p-process .processbodylistatm_ins a:nth-of-type(6) {
  top: 210px;
  left: 8px;
  z-index: 10;
}

.p-process .processbodylistatm_ins a:nth-of-type(7) {
  top: 260px;
  left: 26px;
  z-index: 10;
}

.p-process .processbodylistatm_ins a:nth-of-type(8) {
  top: 270px;
  right: 22px;
  z-index: 10;
}

.p-process .processbodylistatm_ins a:nth-of-type(9) {
  top: 308px;
  left: 54px;
  z-index: 10;
}

.p-process .processbodylistatm_ins a:nth-of-type(10) {
  top: 308px;
  left: 95px;
}

@media all and (max-width: 768px) {
  .p-process .processbodylistatm_ins a:nth-of-type(10) {
    left: 130px;
  }
}

.p-process .processbodylistatm_ins a:nth-of-type(11) {
  top: 51.5%;
  right: 70px;
}

.p-process .processbodylistatm_ins a:nth-of-type(12) {
  top: 454px;
  left: 4px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(1) {
  top: 100px;
  right: auto;
  left: 10px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(2) {
  top: 208px;
  left: 175px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(3) {
  top: 130px;
  right: -10px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(4) {
  top: 190px;
  right: 88px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(5) {
  top: 245px;
  right: 212px;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(6) {
  top: 250px;
  left: 148px;
  z-index: 10;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(7) {
  top: 310px;
  left: 145px;
  z-index: 10;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(8) {
  top: 284px;
  right: 143px;
  z-index: 10;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(9) {
  top: 284px;
  left: 88px;
  z-index: 10;
}

.p-process .processbodylistatm_ins2 a:nth-of-type(10) {
  top: 344px;
  left: 66px;
}

@media all and (max-width: 768px) {
  .p-process .processbodylistatm_ins2 a:nth-of-type(10) {
    left: 130px;
  }
}

.p-process .processbodylistatm_ins2 a:nth-of-type(11) {
  top: 490px;
  right: 28px;
}
@media all and (max-width: 768px) {
  .p-process .pinkprocess {
    margin-top: 85px;
  }
}

.p-process .pinkprocess h3.titlprocess {
  margin-top: -5px;
  background: #BE3468;
}

.p-process .pinkprocess .processleadpink {
  padding-top: 8px;
  padding-left: 30px;
  padding-bottom: 80px;
}
.p-process .pinkprocess .processleadpink p {
  font-size: 17px;
  font-weight: 500;
  color: #be3468;
}
.p-process .pinkprocess .processleadpink span {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .p-process .pinkprocess .processleadpink {
    padding-top: 30px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 35px;
  }
  .p-process .pinkprocess .processleadpink p {
    font-size: 13px;
    line-height: calc(40/26*1em);
  }
  .p-process .pinkprocess .processleadpink span {
    font-size: 10px;
  }
}
.p-process .pinkprocess .processheadpink {
  /*  background: #F5E1E8;*/
  padding: 20px 0 20px 25px;
  margin-left: 30px;
  top: -4px;
  position: relative;
}

.p-process .pinkprocess .processheadpink:before {
  content: "";
  display: block;
  height: 28px;
  width: 20px;
  position: absolute;
  left: 0;
  background: url(../images/process/images/icon_1.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 24px;
}

@media all and (max-width: 768px) {
  .p-process .pinkprocess .processheadpink {
    /*
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
*/
    margin-left: calc(50/750*100vw);
    width: 100%;
  }
}

.p-process .pinkprocess .processheadpink a {
  color: #BE3468;
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .p-process .pinkprocess .processheadpink a {
    padding-left: 20px;
    margin-right: 0px;
  }
}

.p-process .pinkprocess .processheadpink a:before {
  content: "";
  width: 18px;
  height: 28px;
  background: url(../process/images/process_10.png) no-repeat;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media all and (max-width: 768px) {
  .p-process .pinkprocess .processheadpink a:before {
    width: 15px;
    height: 20px;
    top: 0px;
    bottom: auto;
  }
}

.p-process .pinkprocess .processheadpink a span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .p-process .pinkprocess .processheadpink a span {
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.p-process .pinkprocess .processheadpink a span:after {
  content: "";
  bottom: 0px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  display: block;
  background: #BE3468;
}

.p-process .pinkprocess .processheadpink h4 {
  font-size: 22px;
  color: #BE3468;
  font-weight: bold;
}

.p-process .pinkprocess .processheadpink span:nth-of-type(1) {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}

.p-process .pinkprocess .processheadpink span:nth-of-type(1)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #BE3468;
  bottom: 0;
  display: block;
}

.p-process .pinkprocess .processheadpink span:nth-of-type(2) {
  font-size: 17px;
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .p-process .pinkprocess .processheadpink span {
    font-size: 15px;
  }
  .p-process .pinkprocess .processheadpink span.classpansp {
    padding-left: 18px;
    margin-top: 7px;
    display: block;
  }
  .p-process .pinkprocess .processheadpink span:nth-of-type(2) {
    font-size: 12px;
  }
}

.p-process .btn_shadow {
  height: 80px;
  width: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 32px;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .p-process .btn_shadow {
    width: 80vw;
    margin: 10vw auto 0px;
  }
}

.p-process .btn_shadow:hover span {
  top: 7px;
  position: relative;
}

.p-process .btn_shadow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -7px;
  background: #B3B3B3;
  border-radius: 5px;
  left: 0px;
}

.p-process .btn_shadow span {
  font-size: 20px;
  top: 0px;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #1353A0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.p-process .underlinevang {
  position: relative;
  display: inline-block;
}

.p-process .underlinevang small {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #1353A0;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .p-process .underlinevang small {
    font-size: 13px;
  }
}

.p-process .underlinevang:after {
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0px;
  position: absolute;
  display: block;
  bottom: 5px;
  background: #FFFF00;
}

.block-atminfo .modal-content .btn_close {
  background: url(../images/process/images/process_23.png) no-repeat;
  background-size: contain;
}

.block-atminfo .atmslider {
  opacity: 0;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.block-atminfo .atmslider_insct {
  overflow: hidden;
}

.block-atminfo .modal-content {
  width: 800px;
  max-height: 554px;
}

@media all and (max-width: 768px) {
  .block-atminfo .modal-content {
    width: calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    border-radius: 4px;
    max-height: 100%;
  }
}

.block-atminfo .slick-initialized .slick-slide {
  height: auto !important;
}

.block-atminfo .slick-prev {
  width: auto !important;
  height: auto !important;
  overflow: visible;
  width: 28px;
  left: -80px;
}

@media all and (max-width: 768px) {
  .block-atminfo .slick-prev {
    left: -10px;
  }
}

.block-atminfo .slick-prev:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 16px 14px 0;
  border-color: transparent #969696 transparent transparent;
  display: block;
}

@media all and (max-width: 768px) {
  .block-atminfo .slick-prev:before {
    border-width: 9px 10px 9px 0;
  }
}

.block-atminfo .slick-next {
  width: auto !important;
  height: auto !important;
  overflow: visible;
  width: 28px;
  right: -80px;
}

@media all and (max-width: 768px) {
  .block-atminfo .slick-next {
    right: -10px;
  }
}

.block-atminfo .slick-next:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #969696;
  display: block;
}

@media all and (min-width: 769px) {
  .block-atminfo .slick-next:before {
    border-width: 14px 0 14px 16px;
  }
}

.block-atminfo m.sp-3 {
  margin-left: -20px;
}

.block-atminfo .h42 {
  letter-spacing: 0px;
}

.block-atminfo .atmslider_insct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block-atminfo .atmslider_insct_l {
  text-align: left;
  padding-right: 20px;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct_l {
    padding-right: 0px;
  }
}

.block-atminfo .atmslider_insct_l h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1353A0;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct_l h4 {
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 7px;
  }
}

.block-atminfo .atmslider_insct_l h4:nth-of-type(2) {
  margin-top: 20px;
}

.block-atminfo .atmslider_insct_l h4 span {
  font-weight: bold;
}

.block-atminfo .atmslider_insct_l h4 span:first-child {
  background: #1353A0;
  position: absolute;
  width: 32px;
  height: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  font-size: 17px;
  top: 3px;
  left: 0px;
  text-indent: 0px;
  padding: 1px 0 0 1px;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct_l h4 span:first-child {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
}

.block-atminfo .atmslider_insct_l p {
  font-size: 16px;
  /*  letter-spacing: -1px;*/
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct_l p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.block-atminfo .atmslider_insct .atmslider_insct_r {
  min-width: 274px;
  width: 274px;
}

@media all and (max-width: 768px) {
  .block-atminfo .atmslider_insct .atmslider_insct_r {
    width: 100%;
    min-width: 100%;
  }
}

.textbvang {
  position: relative;
  display: inline;
  background: #FFFA00;
}

.boxheadflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}

@media all and (max-width: 768px) {
  .boxheadflex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.boxheadflex .boxheadflex_right {
  min-width: 450px;
  height: 118px;
  border: 1px solid #1353A0;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .boxheadflex .boxheadflex_right {
    min-width: 100%;
    height: auto;
    margin-top: 21px;
  }
}

.boxheadflex .boxheadflex_right .boxheadflex_right_left {
  padding: 15px;
  color: #1353A0;
  line-height: 1.8;
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .boxheadflex .boxheadflex_right .boxheadflex_right_left {
    font-size: 12px;
    padding: 10px 15px;
    /*    letter-spacing: -1px;*/
  }
}

.boxheadflex .boxheadflex_right .boxheadflex_right_img {
  position: relative;
}

@media all and (max-width: 768px) {
  .boxheadflex .boxheadflex_right .boxheadflex_right_img {
    width: 110px;
    top: 0px;
  }
  .boxheadflex .boxheadflex_right .boxheadflex_right_img img {
    height: calc(100% + 10px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }
}

.textpink {
  color: #BE3468;
}

.textpink span {
  color: #BE3468;
}

.textpink:before {
  display: none !important;
}

.p-process-newatm .section_company {
  margin-top: 15px;
}

.p-process-newatm .bluetext {
  padding-right: 10px;
  /*  line-height: 2;*/
  margin-top: 0px;
}

.p-process-newatm .bluetext_ja {
  width: 514px;
}

.p-process-newatm .bluetext_ja .txt_blue {
  display: block;
  font-size: 14px;
  letter-spacing: -.05em;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bluetext_ja .txt_blue {
    font-size: 10px;
    line-height: calc(40/20*1em);
  }
}
@media all and (max-width: 768px) {
  .p-process-newatm .bluetext {
    /*    line-height: 1.85;*/
    margin-top: 20px;
    /*    letter-spacing: -1.3px;*/
  }
}

.p-process-newatm .companyhead {
  margin-bottom: 43px;
}

.p-process-newatm .blocknewatm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-process-newatm .blocknewatm .blocknewatm_ins {
  min-width: 450px;
  width: 450px;
  /* height: 480px; */
  margin-right: 62px;
  margin-bottom: 52px;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-top: 7px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-last-child(1):after,
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-last-child(2):after {
  display: none;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #CACACA;
  border-width: 13px 0 13px 13px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -40px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #CACACA transparent transparent;
    border-width: 10px 10px 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: auto;
    bottom: -30px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title {
  color: #1353A0;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title {
    margin-bottom: 9px;
  }
}

/*
.p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title:before {
    content: "";
    color: #fff;
    width: 25px;
    height: 25px;
    background: #1353A0;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: -1px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title:before {
    width: 21px;
    height: 21px;
    font-size: 14px;
  }
}
*/
/*
.p-process-newatm .blocknewatm .blocknewatm_ins:first-child .blocknewatm_ins_title:before {
  content: "1";
}
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(3) .blocknewatm_ins_title:before {
  content: "2";
}
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_title:before {
  content: "3";
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_title:before {
  content: "4";
}
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_title:before {
  content: "5";
}
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_title:before {
  content: "6";
}
.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(1) .blocknewatm_ins_title:before {
  content: "1" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title:before {
  content: "2" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(3) .blocknewatm_ins_title:before {
  content: "3" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(4) .blocknewatm_ins_title:before {
  content: "4" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(5) .blocknewatm_ins_title:before {
  content: "5" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(6) .blocknewatm_ins_title:before {
  content: "6" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(7) .blocknewatm_ins_title:before {
  content: "7" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(8) .blocknewatm_ins_title:before {
  content: "8" !important;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(9) .blocknewatm_ins_title:before {
  content: "9" !important;
}

*/
.p-process-newatm .num {
  width: 22px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -.08em;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title span {
    font-size: 18px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title span small {
  font-size: 15px;
  font-weight: bold;
}

.p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title {
  margin-left: 4px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blockborderrey {
  border-color: #BE3468;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blockborderrey {
    height: auto;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title {
  padding-left: 0px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span {
  font-size: 24px !important;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span {
    font-size: 18px !important;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span small {
  font-size: 14px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span small {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title {
    margin-bottom: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_desc {
    font-size: 10px;
    line-height: 1.5;
    /*    letter-spacing: -0.7px;*/
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2) {
    border: 1px solid #BE3468;
    padding: 15px 10px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blockborderrey {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img {
  display: block !important;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
  width: 105%;
  max-width: 105% !important;
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
    max-width: 100% !important;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img,
.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
  width: 105%;
  max-width: 105%;
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img,
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(3) {
    margin-top: -5px;
    padding-top: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_title {
    letter-spacing: -1px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img {
    max-width: 105%;
  }
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) {
    padding-top: 0px;
    margin-top: -5px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_title {
  margin-left: -10px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_title {
    margin-left: 0px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
  max-width: inherit;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
    max-width: 105%;
  }
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:last-child {
  margin-bottom: 0px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins .smallertxt {
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .smallertxt {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) {
    margin-top: -10px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_title {
  letter-spacing: -2px;
  margin-right: -20px;
}


@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
    max-width: 105%;
  }
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(7) {
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 120px;
    position: relative;
  }
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(7):before {
    content: "";
    height: 1px;
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
    left: -25px;
    display: block;
    background: #DCDCDC;
    position: absolute;
    bottom: -48px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img {
    max-width: 105%;
  }
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img {
    max-width: 100%;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) {
  margin-right: 38px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) .blockborderrey {
  padding-left: 30px !important;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) .blockborderrey {
    padding-left: 0px !important;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) .blockborderrey .blocknewatm_ins_contain {
  margin-top: -10px;
}

.p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) .blockborderrey .blocknewatm_desc {
  color: #BE3468;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins:nth-child(2n) .blockborderrey .blocknewatm_desc {
    margin-top: 5px;
  }
}

.p-process-newatm .blocknewatm .blocknewatm_ins .blockborderrey {
  padding: 12px 26px;
  border: 2px solid #CACACA;
  border-radius: 6px;
  height: 480px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blockborderrey {
    border: none;
    padding: 0px;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .letter-1mb {
    letter-spacing: -1.5px;
  }
}

.p-process-newatm .bodyprocessnewatm .companybody_block_ct p {
  font-size: 16px;
  /*  letter-spacing: -1px;*/
  line-height: 1.7;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block_ct p {
    font-size: 12px;
    line-height: 1.8;
  }
}

.p-process-newatm .bodyprocessnewatm .companyhead {
  margin-bottom: 0px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companyhead .bluetext {
    margin-top: 15px;
  }
}

.p-process-newatm .bodyprocessnewatm .companybody_block_title {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block_title {
    margin-top: 25px;
  }
}

.p-process-newatm .bodyprocessnewatm .sp15 {
  letter-spacing: -1.5px;
}

.p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(2) .companybody_block_title {
  margin-top: 37px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(2) .companybody_block_title {
    margin-top: 29px;
  }
}

.p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(3) .companybody_block_title {
  margin-top: 45px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(3) .companybody_block_title {
    margin-top: 30px;
  }
}

.p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(4) .companybody_block_title {
  margin-top: 37px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(4) .companybody_block_title {
    margin-top: 22px;
  }
}

.p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(5) .companybody_block_title {
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .p-process-newatm .bodyprocessnewatm .companybody_block:nth-child(5) .companybody_block_title {
    margin-top: 25px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm .bluetext {
    padding-right: 0px;
  }
}

@media all and (min-width: 769px) {
  .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title {
    letter-spacing: 0px !important;
    margin-left: 0px !important;
  }
  .p-process-newatm .blocknewatm .blocknewatm_ins .blocknewatm_ins_title span {
    font-size: 20px !important;
  }
}

.linkblue .bluetext u {
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .p-process-newatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_title {
    letter-spacing: -0.5px;
  }
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(2) .blockborderrey {
  border-color: #CACACA;
  display: block;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span {
  font-size: 20px;
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title span {
    font-size: 18px;
  }
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(3) .blockborderrey,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blockborderrey {
  height: 347px;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
  max-width: 100% !important;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blocknewatm_ins_img img {
  max-width: 105% !important;
  width: 105% !important;
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blocknewatm_ins_img img {
    max-width: 100% !important;
  }
}

@media all and (min-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img {
    margin-top: 4px !important;
  }
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(3) .blocknewatm_ins_img,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img {
  margin-top: -20px;
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(3) .blocknewatm_ins_img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img {
    margin-top: 0px;
  }
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_title {
  letter-spacing: 0px;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(5) .blockborderrey,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(6) .blockborderrey {
  height: 347px;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(7) .blockborderrey,
.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blockborderrey {
  height: 350px;
}

.p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blockborderrey .blocknewatm_ins_img {
  margin-top: 35px;
}

.p-process-newatm.process-newatm-en .blocknewatm_ins:last-child {
  width: 100%;
  margin-right: 0px;
  margin-top: 60px;
}

.p-process-newatm.process-newatm-en .bodyprocessnewatm {
  margin-top: 0px;
}

.p-process-newatm.process-newatm-en .bodyprocessnewatm .dotindent li {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .bluetext {
    letter-spacing: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(2) {
    border: none;
    padding: 0px;
  }
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(2) .blocknewatm_ins_title {
    margin-bottom: 9px !important;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins .blockborderrey {
    height: auto !important;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blockborderrey .blocknewatm_ins_img {
    margin-top: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(7) {
    margin-bottom: 60px;
  }
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(7):before {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_title {
    margin-bottom: 7px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(8) {
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 120px;
    position: relative;
  }
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(8):before {
    content: "";
    height: 1px;
    width: calc(100% - -50px);
    width: -ms-calc(100% - -50px);
    width: -o-calc(100% - -50px);
    left: -25px;
    display: block;
    background: #DCDCDC;
    position: absolute;
    bottom: -48px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm_ins_img img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .companyhead {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blocknewatm_ins_img img {
    width: 105% !important;
    max-width: 105% !important;
  }
}

@media all and (max-width: 768px) and (min-width: 520px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(4) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(7) .blocknewatm_ins_img img,
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(8) .blocknewatm_ins_img img {
    max-width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(5) .blocknewatm_ins_img img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm .blocknewatm_ins:nth-child(6) .blocknewatm_ins_img img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .blocknewatm_ins:nth-child(8) {
    margin-bottom: 70px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .companybody_block_ct {
    margin-top: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .bodyprocessnewatm .dotindent li {
    font-size: 12px;
  }
  .p-process-newatm.process-newatm-en .bodyprocessnewatm .companyhead .bluetext {
    margin-top: -10px;
  }
}

.p-process-newatm.process-newatm-en .dotindent li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 3px;
}

@media all and (max-width: 768px) {
  .p-process-newatm.process-newatm-en .dotindent li {
    padding-left: 10px;
  }
}

.p-process-newatm.process-newatm-en .dotindent li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0px;
}

@media all and (max-width: 768px) {
  .jibun .listarcho {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media all and (max-width: 768px) {
  .page-services-list .listarcho li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.blockatmproblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #FFDC00;
  padding: 30px 55px 20px 80px;
  border-radius: 130px;
  top: -60px;
  position: relative;
}

@media all and (max-width: 768px) {
  .blockatmproblem {
    border-radius: 100%;
    width: calc(100% - -20px);
    width: -ms-calc(100% - -20px);
    width: -o-calc(100% - -20px);
    margin-left: -10px;
    padding: 30px 60px 20px 60px;
    text-align: center;
    /*    overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blockatmproblem img {
    left: 0px !important;
  }
  .blockatmproblem .blockatmproblem_left {
    text-align: center;
    width: 100%;
  }
}

.blockatmproblem .blockatmproblem_left {
  margin-top: 16px;
}

.blockatmproblem .blockatmproblem_left .atmprobtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .blockatmproblem .blockatmproblem_left .atmprobtitle {
    font-size: 18px;
    text-align: center;
    margin-top: -17px;
  }
}

.blockatmproblem .blockatmproblem_left .blockatmproblem_left_mota {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .blockatmproblem .blockatmproblem_left .blockatmproblem_left_mota {
    font-size: 12px;
    width: calc(100% - -100px);
    width: -ms-calc(100% - -100px);
    width: -o-calc(100% - -100px);
    left: -50px;
    position: relative;
    letter-spacing: -0.5px;
    text-align: center;
  }
}

@media all and (max-width: 768px) {
  .blockatmproblem .blockatmproblem_left img {
    top: 0px !important;
  }
}

.blockatmproblem .blockatmproblem_right {
  max-width: 278px;
  min-width: 278px;
  text-align: right;
}

@media all and (max-width: 768px) {
  .blockatmproblem .blockatmproblem_right {
    display: none;
  }
}

.blockatmproblem .blockatmproblem_right img {
  max-width: 278px;
  min-width: 278px;
  top: 0px !important;
  display: inline-block;
  left: 0px !important;
}

.slick-slide img.dissp {
  display: none !important;
}

@media all and (max-width: 768px) {
  .slick-slide img.dissp {
    display: block !important;
  }
}

.slick-slide img.dispc {
  display: block !important;
}

@media all and (max-width: 768px) {
  .slick-slide img.dispc {
    display: none !important;
  }
}

@media all and (min-width: 769px) {
  .pcidsshead,
  .contact_list {
    margin-top: 70px;
  }
}

.p-contact_list .container2 {
  padding-right: 50px;
}

@media all and (max-width: 768px) {
  .p-contact_list .container2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media all and (max-width: 768px) {
  .contact_list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.contact_list p {
  font-size: 16px;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .contact_list p {
    font-size: 12px;
    padding: 0px 25px;
    margin-bottom: 10px;
  }
}

.fixie .contact_list_table table {
  position: relative;
}

.fixie .contact_list_table table:before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 2px solid #1353A0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

@media all and (max-width: 768px) {
  .contact_list_table {
    font-size: 11px;
  }
}

.contact_list_table .btnpage {
  position: relative;
  width: 200px;
  height: 60px;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .contact_list_table .btnpage {
    width: 150px;
  }
}

.contact_list_table .btnpage:before {
  border-radius: 5px;
  bottom: -5px;
}

.contact_list_table .btnpage a {
  width: 200px;
  height: 60px;
}

@media all and (max-width: 768px) {
  .contact_list_table .btnpage a {
    width: 150px;
  }
}

.contact_list_table table {
  border: 2px solid #1353A0;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .contact_list_table table {
    border: none !important;
    border-width: 1px;
  }
}

.contact_list_table .sp-01s span {
  margin-left: -10px;
  letter-spacing: -1px;
  margin-top: -5px;
}

@media all and (max-width: 768px) {
  .contact_list_table .sp-01s span {
    padding-right: 0px;
    letter-spacing: -0.5px;
    margin-top: -2px;
  }
}

.contact_list_table thead {
  background: #1353A0;
}

.contact_list_table thead td {
  color: #fff;
  padding: 6px 7px;
  vertical-align: middle;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .contact_list_table thead td {
    font-size: 12px;
  }
}

.contact_list_table thead td:first-child {
  width: 155px;
  border-right: 2px solid #DCDCDC;
}

@media all and (max-width: 768px) {
  .contact_list_table thead td:first-child {
    border-width: 1px;
    width: 120px;
    text-align: center;
  }
}

.contact_list_table thead td:last-child {
  text-align: center;
}

.contact_list_table tbody tr {
  border-left: 2px solid #1353A0;
  border-right: 2px solid #1353A0;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody tr {
    border-left: 0;
    border-right: 0;
  }
}

.contact_list_table tbody tr:first-child td {
  border-top: none;
}

.contact_list_table tbody tr:nth-child(even) td {
  background: #DCE5F1;
}

.contact_list_table tbody tr:last-child td {
  border-bottom: 2px solid #1353A0;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody tr:last-child td {
    border-width: 1px;
    border-bottom: 1px solid #dcdcdc;
  }
}

.contact_list_table tbody td {
  padding: 0px 0px;
  vertical-align: middle;
  border-bottom: 2px solid #dcdcdc;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td {
    border-width: 1px;
    font-size: 11px;
  }
}

.contact_list_table tbody td:first-child {
  border-left: 2px solid #1353A0;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td:first-child {
    border-left: none !important;
  }
}

.contact_list_table tbody td:last-child {
  border-right: 2px solid #1353A0;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td:last-child {
    border-right: none !important;
    border-width: 1px;
  }
}

.contact_list_table tbody td span {
  display: block;
  padding: 4px 7px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td span {
    padding: 4px 5px;
  }
}

.contact_list_table tbody td span:first-child {
  width: 190px;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td span:first-child {
    width: 100%;
    display: block;
    border-bottom: 1px solid #dcdcdc;
  }
}

.contact_list_table tbody td span:first-child:before {
  content: "";
  width: 2px;
  height: 400%;
  background: #dcdcdc;
  position: absolute;
  left: 0px;
  top: -50%;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td span:first-child:before {
    width: 1px;
  }
}

.contact_list_table tbody td span:first-child:after {
  content: "";
  width: 2px;
  height: 400%;
  background: #dcdcdc;
  position: absolute;
  left: 190px;
  top: -50%;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td span:first-child:after {
    display: none;
  }
}

.contact_list_table tbody td:first-child {
  padding: 0px 0px 0px 7px;
}

.contact_list_table tbody td:last-child .tdlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media all and (max-width: 768px) {
  .contact_list_table tbody td:last-child .tdlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

a.btngiua {
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 768px) {
  a.btngiua {
    height: 60px !important;
    max-width: 100%;
  }
  a.btngiua span {
    font-size: 15px !important;
  }
}

@media all and (max-width: 768px) {
  .fixie .modal-content {
    margin: 0;
  }
  .fixie .atmcard_ins a img {
    width: 100% !important;
  }
  .block-atminfo .modal-content {
    max-width: 350px;
    max-height: 550px;
  }
  .boxheadflex .boxheadflex_right {
    max-width: 460px;
    min-width: 0;
  }
  .p-process-newatm .blocknewatm .blocknewatm_ins:last-child {
    text-align: center;
  }
}

.btnpage::before {
  border-radius: 7px;
}

@media all and (max-width: 768px) {
  .btnpage::before {
    border-radius: 5px;
  }
}

@media all and (max-width: 768px) {
  .modal-content .btn_close:after {
    content: "";
    width: 200%;
    height: 200%;
    display: block;
    margin-top: -5px;
    margin-left: -5px;
  }
}

@media all and (max-width: 768px) {
  .page-topics.popupshow {
    position: fixed;
  }
}

@media all and (max-width: 768px) {
  .fixie .page-business .banner p.price {
    margin-top: 7px;
  }
}

@media all and (min-width: 769px) {
  .fixie .page-business .banner p.price {
    margin-top: 13px;
    letter-spacing: 3px;
  }
  .fixie .page-business .banner p.price small {
    letter-spacing: 0px;
    position: relative;
    top: -10px;
  }
}

@media all and (max-width: 768px) {
  .page-business .section1 .bottom002_ins {
    width: 100px;
  }
  /* .page-business .section1 .bottom002_ins {
    margin-right: 0;
  } */
  /* .page-business .section1 .bottom002_ins:nth-child(1) {
    margin-right: 20px;
  } */
  .page-business .section1 .bottom002_ins:nth-child(2) {
    margin-right: 0;
  }
  .page-business .section1 .bottom002_ins:after {
    bottom: -5px;
  }
  .fixie .p-business .imgtron img {
    width: 100%;
    min-width: 100%;
    width: 100px;
    height: 100px;
  }
}

/*mod add J2 ishii start*/
.text_line_service {
  text-decoration: underline !important;
}

.page-services-list div.flame_none {
  text-align: center;
  margin-bottom: 50px;
  /*padding: 0.5rem; mod ishii 2019-09-11*/
}

.page-services-list div.flame_gray {
  text-align: center;
  border: 1px solid #B3B3B3;
  margin-bottom: 50px;
  padding: 0.5rem;
}

.page-services-list div.flame_red {
  text-align: center;
  border: 1px solid #BE3468;
  margin-bottom: 50px;
  padding: 0.5rem;
}

.page-services-list div.flame_blue {
  text-align: center;
  border: 1px solid #1353A0;
  margin-bottom: 50px;
  padding: 0.5rem;
}

.fee_under_attention {
  margin-bottom: 10px;
}

.logospit3 .block-logo-in a .blocklogo_title_non:before {
  content: "" !important;
}

@media (min-width: 1025px) {
  .list-note .flexbox {
    margin-bottom: 10px !important;
  }
  .blockser2_img .oths_pc_logo {
    display: block;
    width: auto !important;
    /*mod ishii 10.21*/
  }
  .blockser2_img .oths_tb_logo {
    display: none;
  }
  .blockser2_img .oths_sp_logo {
    display: none;
  }
}

/*tablet用 20191104*/
@media all and (min-width: 768px) and (max-width: 1024px) {
  .blockser2_ins .blockser2_img {
    margin-right: unset;
    margin: 0 auto !important;
    min-width: unset;
    display: block !important;
  }
  .blockser2_img {
    margin: 0 auto !important;
  }
  .blockser2_img img {
    margin-right: auto;
    margin: 0 auto !important;
    display: block;
  }
  .blockser2 .blockser2_ins img {
    display: block;
  }
  #end_otherlinks > div > div > div > img.oths_tb_logo {
    display: block;
    margin-right: auto;
    margin: 0 auto !important;
    text-align: center;
  }
  #end_otherlinks > div > div > div > img.oths_pc_logo {
    display: none;
  }
  #end_otherlinks > div > div > div > img.oths_sp_logo {
    display: none;
  }
  .blockser2_img .oths_pc_logo {
    display: none;
  }
  .blockser2_img .oths_tb_logo {
    width: 378px !important;
    margin: 0 auto;
  }
  .page-service .blockser2end {
    height: 200px !important;
  }
  .blockser2_img .oths_sp_logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .list-note .flexbox {
    margin-bottom: 10px !important;
  }
  .blockser2_img .oths_pc_logo {
    display: none;
  }
  .blockser2_img .oths_tb_logo {
    display: none;
  }
  .blockser2_img {
    margin: 0 auto !important;
  }
  .blockser2_img .oths_sp_logo {
    display: block;
    /*width: auto;*/
    margin-left: 5px;
    width: 400px !important;
    /*mod ishii 10.21*/
  }
  .blockser2 .blockser2_ins img {
    margin: 0;
  }
  .page-service .blockser2end {
    height: 150px !important;
  }
  .bank_other a:nth-child(4) {
    display: none;
  }
  .section_newsdetail_body img {
    width: auto;
    height: auto;
  }
  .atm_ymd {
    font-size: 10px;
  }
  .introhead_first img {
    margin-right: 8px;
  }
}

/*mod ishii 10.21 tablet mode */
@media all and (max-width: 767px) {
  .blockser2_img .oths_pc_logo {
    display: none;
  }
  .blockser2_img .oths_tb_logo {
    display: none;
  }
  .blockser2_img .oths_sp_logo {
    display: block;
    margin-left: 5px;
    /*width: 342px !important;*/
  }
}

.imgauto {
  width: auto;
  height: auto;
  margin: 0 auto;
}

/*mod add ishii End*/
.introhead_first_inner-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.introhead_first_inner-service p {
  position: static;
  line-height: 1;
}

@media all and (max-width: 768px) {
  .introhead_first_inner-service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .introhead_first_inner-service p.atm_ymd {
    width: 100%;
    padding-top: 10px;
  }
}

.section1 .btnpage {
  margin-top: 21px;
}

@media all and (max-width: 768px) {
  .page-topics .section1 .container .img .btnpage:nth-of-type(2) {
    margin-top: 30px;
  }
}

.modal-content-box.youtube iframe {
  width: 560px;
  height: 315px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .modal-content-box.youtube iframe {
    width: 70vw;
    height: 40vw;
    margin: 0 auto;
  }
}

.companybody_block_invest.block02 ul.notable li {
  width: calc(100%/3);
}

.p-topics .contentbanner .bottom03 .bottom03_cirle a::after {
  bottom: -6px;
}

.p-intl .introheadbottom {
  margin-bottom: 80px;
}

.p-intl .introheadbottom .bluetext {
  margin-bottom: 20px;
}

.p-super {
  overflow: hidden;
}

.p-process .processbodyins .processbodyins_right_ctleft .dotindent {
  font-size: 15px;
}

.processbodyins_right_ct .processbodyins_right_ctright {
  position: absolute;
  width: 50px;
  right: 8px;
  top: 23px;
}

@media all and (max-width: 768px) {
  .processbodyins_right_ct .processbodyins_right_ctright {
    position: absolute;
    width: 50px;
    right: 8px;
    top: 10px;
  }
}

.block-process .block-process-ins:nth-of-type(n+2) {
  width: 490px;
  margin-top: 38px;
}

.block-process .block-process-ins:nth-of-type(n+2) .processhead {
  height: 144px;
  padding: 30px 20px;
}

.block-process .block-process-ins:nth-of-type(n+2) .processbody .processbodyins {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .block-process .block-process-ins:nth-of-type(n+2) {
    width: 100%;
    margin-top: 38px;
  }
  .block-process .block-process-ins:nth-of-type(n+2) .processhead {
    height: auto;
    padding: 17.45px 15px 16px 25px;
  }
  .block-process .block-process-ins:nth-of-type(n+2) .processbody .processbodyins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block-process-ins_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 応急処置 */
  min-width: 1000px;
}

.processbody_3 img {
  width: 340px;
  margin: 10px auto 0;
  display: block;
}

.processbody_3 h5 {
  color: #1353A0;
  font-size: 17px;
  font-weight: bold;
}

.processbody_3 p small {
  font-size: 90%;
}

.processhead5 h4 {
  /* letter-spacing: -0.15em; */
  white-space: nowrap;
}

.processbody_5 .dotindent {
  margin-bottom: 33px;
}

.p-process .block-process.pinkprocess .block-process-ins {
  border: transparent;
}

.processbodyins_right img.cash_now {
  margin: 7px 8px;
}

@media all and (max-width: 768px) {
  .companyhead_wrap {
    padding: 10px 30px;
  }
}

@media all and (max-width: 768px) {
  .p-process .companyhead .bluehead {
    margin-top: 0;
  }
}

.not_found {
  color: #1353a0;
  margin: 0 auto;
  width: 80vw;
}

.not_found p.chara {
  width: 11vw;
  margin: -3vw 0vw;
  position: absolute;
}

.not_found h1 {
  font-weight: 600;
  margin: 7vw 13vw 0vw;
}

.not_found h2 {
  margin: 1vw 0 0 13vw;
}

.not_found p.lead {
  color: #1353a0;
  width: 80vw;
  border: solid 2px #1353a0;
  border-radius: 6px;
  padding: 2vw;
  margin: 4vw auto 1vw;
}

.not_found a {
  color: #be3468;
  text-align: right;
  width: 100%;
  display: block;
  margin: 0vw 0 6vw 0;
}

@media all and (max-width: 768px) {
  .not_found {
    margin: 0 auto;
    width: 90vw;
  }
  .not_found p.chara {
    width: 27vw;
    margin: 8vw auto 0vw;
    position: inherit;
  }
  .not_found h1 {
    font-weight: 600;
    margin: 4vw 0 0vw;
  }
  .not_found h2 {
    margin: 1vw 0;
  }
  .not_found p.lead {
    width: 90vw;
  }
  .not_found a {
    color: #be3468;
    text-align: right;
    width: 100%;
    display: block;
    margin: 2vw 0 20vw 0;
  }
}

/* 応急処置 */
@media all and (max-width: 768px) {
  .block-process-ins_wrap {
    min-width: 100%;
  }
}

/* トピックス */
.anc_nav1 {
  position: absolute;
  top: 68px;
  left: 229px;
}

.anc_nav2 {
  position: absolute;
  top: -8px;
  left: 478px;
}

.anc_nav3 {
  position: absolute;
  top: 188px;
  left: 47px;
}

.anc_nav4 {
  position: absolute;
  top: 139px;
  left: 638px;
}

.page-topics .sectionbanner {
  padding-top: 12px;
  background: url(../images/topics/images/topics_kv_bg_pc.png) no-repeat center;
  background-size: 80vw;
}

@media all and (max-width: 768px) {
  .anc_g {
    height: 130vw;
  }
  .anc_nav1 {
    position: absolute;
    top: 8vw;
    left: 10vw;
    width: 50vw;
  }
  .anc_nav2 {
    position: absolute;
    top: 4vw;
    left: 50vw;
    /* right: 0px; */
    width: 50vw;
    z-index: 1;
  }
  .anc_nav3 {
    position: absolute;
    top: 41vw;
    left: 0vw;
    width: 50vw;
  }
  .anc_nav4 {
    position: absolute;
    top: 44vw;
    left: 40vw;
    width: 50vw;
    z-index: 2;
  }
  .page-topics .sectionbanner {
    padding-top: 12px;
    background: url(../images/topics/images/topics_kv_bg.png) no-repeat center;
    background-size: 100vw;
  }
}

.frequently {
  margin-top: 0;
  background-color: #fff;
}

.frequently .container {
  max-width: 900px;
}

.frequently_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frequently_list > li {
  width: 50%;
  min-height: 90px;
  border-bottom: solid 1px #fff;
}

.frequently_list > li:nth-of-type(2n) {
  border-left: 1px solid #fff;
}

.frequently_list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #1353a0;
}

.frequently_list > li > a::before, .frequently_list > li > a::after {
  content: "";
  display: block;
}

.frequently_list > li > a::before {
  width: 30px;
  height: 30px;
  margin-right: 14px;
  background: url(../images/faq/frequently_list_ico_q.png) no-repeat 0 0;
  background-size: contain;
}

.frequently_list > li > a::after {
  width: 13px;
  height: 16px;
  margin-left: auto;
  background: url(../images/faq/frequently_list_ico_arrow.png) no-repeat 0 0;
  background-size: contain;
}

@media all and (max-width: 768px) {
  .frequently_list {
    display: block;
    margin-top: 25px;
  }
  .frequently_list > li {
    width: 100%;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  .frequently_list > li:nth-of-type(2n) {
    border-left: none;
  }
  .frequently_list_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    padding: 0 20px 0 55px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #1353a0;
    background: #1353a0 url(../images/faq/frequently_list_ico_q.png) no-repeat 15px 50%;
    background-size: 30px 30px;
  }
  .frequently_list_ttl::before, .frequently_list_ttl::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
  }
  .frequently_list_ttl::before {
    width: 14px;
    height: 2px;
    background: #fff;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  .frequently_list_ttl::after {
    height: 14px;
    width: 2px;
    background: #fff;
    right: 26px;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .frequently_list_ttl.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .frequently_list_cont {
    background-color: #e7eef5;
  }
  .frequently_list_cont .desc {
    padding: 30px 15px 0;
  }
  .frequently_list_cont .desc::before {
    content: "";
    display: block;
    width: 27px;
    height: 21px;
    margin-bottom: 20px;
    background: url(../images/faq/frequently_list_ico_a.png) no-repeat 0 0;
    background-size: contain;
  }
  .frequently_list_cont a {
    color: #be3468;
  }
  .frequently_list_cont_txt {
    line-height: 2;
  }
  .frequently_list_cont_txt + .frequently_list_cont_txt {
    margin-top: 1em;
  }
  .frequently_list_cont_list > li {
    text-align: right;
    line-height: 2;
    font-size: 13px;
  }
  .frequently_list_cont_list + .frequently_list_cont_txt {
    margin-top: 1em;
  }
  .block-logo-in-close .dissp {
    width: 52px;
    height: auto;
  }
  .block-logo-in-close a {
    margin-right: 15px;
  }
}
