@charset "utf-8";
/* ----------------------
		memo
---------------------- */
/*
common color : #00a26a
*/
/* ----------------------
		reset
---------------------- */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, figure, pre, form, fieldset, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
table {
  line-height: 1.6;
  border: 0px;
  border-collapse: collapse;
  font-size: 1em;
}
table th {
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: normal;
}
input {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
p {
  line-height: 1.5;
}
em {
  font-style: normal;
}
img {
  border: none;
  vertical-align: bottom;
}
address {
  font-style: normal;
}
ul li {
  line-height: 1.4;
}
ol {
  padding: 0;
  list-style-type: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
button:focus {
  outline: 0;
}
main {
  display: block;
  overflow: hidden;
}
.fit {
  width: 100%;
  height: auto;
}
.img_fluid {
  max-width: 100%;
  height: auto;
}
/* ----------------------

		common

---------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans JP', sans-serif;
}
a:link {
  border: none;
  color: #333;
  text-decoration: none;
  transition: all 0.20s ease 0s;
}
a:visited {
  border: none;
  color: #333;
  text-decoration: none;
}
a:active {
  border: none;
  color: #333;
  text-decoration: none;
}
a:hover {
  border: none;
  color: #00a26a;
  text-decoration: none;
  transition: all 0.30s ease 0s;
}
a:focus {
  border: none;
  outline: none;
}
a[href^="tel:"] {
  color: #333;
}
a.nolink {
  pointer-events: none;
}
.ft_ubuntu {
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.alpha a:hover > img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.alpha a > img {
  -webkit-transition: all 0.30s ease 0s;
  -moz-transition: all 0.30s ease 0s;
  transition: opacity 0.30s ease 0s;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.pc_br {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc_br {
    display: none;
  }
}
.main {
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .main {
    min-width: 1200px;
  }
  .inner_wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
  .inner_narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}
/* ----------------------

		header

---------------------- */
.header {
  z-index: 10;
  position: relative;
}
.header_tab {
  display: none;
}
@media screen and (min-width: 960px) {
  .header {
    min-width: 1200px;
  }
  .header_tab {
    display: block;
  }
  .header_tab ul {
    display: flex;
  }
  .header_tab li {
    border-left: 1px solid #008d5c;
    width: 33.3333%;
    justify-content: space-between;
  }
  .header_tab li:first-child {
    border-left: none;
  }
  .header_tab li a {
    padding: 12px 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    display: block;
    background: #00a26a;
  }
  .header_tab li a:hover {
    background: #25c38d;
  }
  .header_tab li.act a {
    color: #00a26a;
    background: #fff;
  }
  .header_tab li.act a:hover {
    background: #fff;
  }
}
.header_middle {
  display: none;
}
.search_box input {
  -webkit-appearance: none !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media screen and (min-width: 960px) {
  .header_middle {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    /*		min-width: 1200px;*/
  }
  .header_middle .logo {
    display: flex;
    align-items: center;
  }
  .header_middle .logo a {
    width: 180px;
  }
  .header_middle .logo p {
    margin: 0 0 0 20px;
    font-size: 1.0rem;
    white-space: nowrap;
  }
  .header_middle .logo p span {
    display: block;
  }
  .header_middle .btn_store {
    margin-left: 10px;
  }
  .header_middle .btn_store a {
    padding: 3px 14px 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    background: #00a26a;
    white-space: nowrap;
  }
  .header_middle .btn_store a:hover {
    background: #25c38d
  }
  .header_link {
    display: flex;
    align-items: center;
  }
  .header_link ul {
    display: flex;
  }
  .header_link li {
    margin: 0 20px 0 0;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .header_link li a {
    padding: 15px 10px;
  }
  .header_link li a.outlink {
    padding-left: 22px;
    background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
    background-size: 14px auto;
  }
  .search_box {
    border: 2px solid #e6e6e6;
    padding: 15px 10px 15px 10px;
    font-size: 1.4rem;
    height: 35px;
    width: 180px;
    display: flex;
    align-items: center;
    border-radius: 30px
  }
  .search_box button {
    padding: 0 5px 0 0;
    width: 20px;
    font-size: 1.4rem;
  }
  .search_box label {
    display: inherit;
  }
  .search_box input {
    border: none;
    width: 100px;
    font-size: 1.4rem;
  }
  .search_box input:focus {
    outline: none;
  }
}
.header_emergency {
  padding: 15px 20px 5px;
  border-bottom: 2px solid #dc3a3a;
  background: #ffe9e9;
  position: relative;
}
.header_emergency h2 {
  color: #d40000;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
}
.header_emergency li {
  font-size: 1.4rem;
}
.header_emergency li a {
  padding: 10px 0;
  background: #ffe9e9;
  display: block;
}
.header_emergency li a > div {
  display: flex;
}
.header_emergency li time {
  margin: 0 10px 0 0;
}
.header_emergency li p {
  padding: 0 0 0 18px;
  background: url(../images/common/icon_warning_link.svg) no-repeat 0 5px;
  background-size: 12px auto;
}
@media screen and (min-width: 960px) {
  .header_emergency {
    margin-top: -20px;
    padding: 0;
    position: relative;
    background: none;
  }
  .header_emergency_title {
    position: relative;
    top: 35px;
    width: 1100px;
  }
  .header_emergency li a {
    padding: 15px 0;
  }
  .header_emergency li a:hover {
    background: #fff3f3;
  }
  .header_emergency li a > div {
    padding: 0 0 0 135px;
    position: relative;
    z-index: 2;
  }
  .header_emergency li time {
    margin: 0 20px 0 0;
  }
  .header_emergency li a:hover p {
    color: #d40000;
  }
  .header_emergency li a:hover time {
    color: #333;
  }
}
.sp .wrapper {
  position: relative;
  overflow-x: hidden;
}
.header_gnavi_top {
  margin: 0 20px 12px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
.header_gnavi_top .logo {
  width: 143px;
}
.header_gnavi_top #menu_close {
  width: 20px;
}
.sp_navi_top {
  margin: 0 20px;
}
.sp_navi_top a {
  display: block;
  padding: 13px 0;
  font-weight: 600;
  font-size: 1.6rem;
  color: #00a26a;
}
@media screen and (min-width: 960px) {
  .header_gnavi_top {
    display: none;
  }
  .sp_navi_top {
    display: none;
  }
}
.header_gnavi {
  width: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: -100%;
  text-align: left;
  z-index: 10;
  background: #fff;
}
.menu_open .header_gnavi {
  right: 0;
}
.header_gnavi > ul {
  margin: 10px 20px 15px;
  border-top: 1px solid #e6e6e6;
}
.header_gnavi li {
  font-size: 1.6rem;
  font-weight: 500;
}
.header_gnavi > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
.header_gnavi li a {
  padding: 20px 0;
  display: block;
}
.header_gnavi li a span {
  position: relative;
  display: block;
}
.header_gnavi li a > span::after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_plus.svg) no-repeat;
  background-size: 15px auto;
}
@media screen and (min-width: 960px) {
  .header_gnavi {
    position: relative;
    right: auto;
    z-index: 10;
  }
  .header_gnavi ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_gnavi li {
    width: 20%;
    min-height: 53px;
    border-left: 1px solid #e6e6e6;
    border-bottom: none;
    transition: all 0.30s ease 0s;
  }
  .gnavi_fixed .header_gnavi li {
    min-height: 39px;
  }
  .header_gnavi li:nth-child(1), .header_gnavi li:nth-child(6n) {
    border-left: none;
  }
  .header_gnavi li a {
    padding: 15px 0;
    text-align: center;
  }
  .header_gnavi li a span {
    display: inline;
  }
  .header_gnavi li a span::after {
    right: -24px;
    width: 15px;
    height: 12px;
    background: url(../images/common/icon_gnavi_menu.svg) no-repeat;
    background-size: 15px auto;
  }
  .sp_navi_top {
    display: none;
  }
}
.header_gnavi .gnavi_link {
  margin: 25px 0 0;
  padding: 25px 20px;
  background: #f8f8f8;
  display: block;
  border: none;
}
.header_gnavi .gnavi_link li {
  margin: 0;
  width: 100%;
  border: none;
}
.header_gnavi .gnavi_link li a {
  padding: 10px 0;
  text-align: left;
}
.header_gnavi .gnavi_link li a.outlink {
  padding-left: 22px;
  background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
  background-size: 14px auto;
}


@media screen and (min-width: 960px) {
  .header_gnavi .gnavi_link {
    display: none;
  }
}
.sp_header {
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
  z-index: 4;
  position: relative;
}
.sp_header .logo a {
  width: 170px;
  display: block;
}
.header_parts {
  display: flex;
}
.header_parts .btn_store a {
  margin-right: 20px;
  padding: 5px 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 1.0rem;
  line-height: 1.4;
  background: #00a26a;
  text-align: center;
  display: block;
}
.header_parts #search_btn {
  margin-right: 20px;
  padding-top: 22px;
  background: url(../images/common/icon_search.svg) no-repeat center top;
  background-size: 18px auto;
}
.header_parts #menu_btn {
  padding-top: 22px;
  background: url(../images/common/sp_menu.svg) no-repeat center top;
  background-size: 25px auto;
}
.header_parts button {
  font-size: 1.0rem;
  color: #666666;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .sp_header {
    display: none;
  }
}
.gnavi_cate {
  position: relative;
}
.gnavi_cate_sub {
  margin-bottom: 18px;
  display: none;
}
.gnavi_has_sub.open > a {
  border-bottom: none;
}
.gnavi_has_sub > a:hover {
  color: #333;
}
.gnavi_has_sub.open > a span::after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_minus.svg) no-repeat center center;
  background-size: 15px auto;
}
.gnavi_cate_sub .gnavi_cate_top {
  display: none;
}
.gnavi_cate_sub .gnavi_cate_top a {
  padding: 0;
  text-align: left;
}
.gnavi_cate_sub ul {
  margin: 0;
  padding: 3px 20px 6px;
  background: #f8f8f8;
  border-radius: 8px;
}
.gnavi_cate_sub li {
  margin: 0;
  border-top: 1px solid #e1e1e1;
}
.gnavi_cate_sub li:first-child {
  border-top: none;
}
.gnavi_cate_sub li a {
  padding: 8px 0;
  font-weight: 500;
  font-size: 1.4rem;
  border: none;
}
.gnavi_cate_sub li a div {
  display: flex;
  align-items: center;
}
.gnavi_cate_sub li figure {
  margin: 0 8px 0 -7px;
  width: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gnavi_cate_sub li figure img {
  transform: scale(0.6);
}
.gnavi_cate_sub li figure.high_img img {
  margin: 0 auto;
  height: 55px;
  width: auto;
}
.gnavi_cate_sub li figure img.icon_sbi {
  margin: 12px auto;
  transform: scale(1);
}

@media screen and (min-width: 960px) {
  .gnavi_cate_sub {
    margin-bottom: 0;
    padding: 50px 0 40px;
    display: none;
    background: #f7f7f7;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .height_1line .gnavi_cate_sub {
    height: 300px;
  }
  .height_2line .gnavi_cate_sub {
    height: 470px;
  }
  .height_3line .gnavi_cate_sub {
    height: 640px;
  }
  .height_1line.open {
    min-height: 353px;
    transition: all 0.25s ease 0s;
  }
  .height_2line.open {
    min-height: 523px;
    transition: all 0.25s ease 0s;
  }
  .height_3line.open {
    min-height: 693px;
    transition: all 0.25s ease 0s;
  }
  .gnavi_has_sub.open > a {
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
  }
  .gnavi_has_sub > a:hover {
    color: #00a26a;
  }
  .gnavi_has_sub.open > a span::after {
    width: 12px;
    height: 14px;
    right: -20px;
    background: url(../images/common/icon_down.svg) no-repeat center center;
  }
  .gnavi_cate_sub .gnavi_cate_top {
    padding-left: 30px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    display: block;
    background: url(../images/common/icon_category_link.svg) no-repeat 0 center;
    background-size: 21px;
  }
  .gnavi_cate_sub .inner {
    margin: 0 auto;
    width: 1105px;
  }
  .gnavi_cate_sub .gnavi_cate_top a {
    padding: 0;
    text-align: left;
  }
  .gnavi_cate_sub ul {
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: none;
  }
  .gnavi_cate_sub li {
    margin: 0 20px 20px 0;
    width: 205px;
    height: 150px;
    background: #fff;
    border: none;
  }
  .gnavi_cate_sub li:nth-child(5n) {
    margin-right: 0;
  }
  .gnavi_cate_sub li a {
    padding: 0 10px;
    width: 205px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.25s ease 0s;
  }
  .gnavi_cate_sub li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .gnavi_cate_sub li a div {
    display: block;
  }
  .gnavi_cate_sub li figure {
    margin: 0 0 25px;
  }
  .gnavi_cate_sub li figure {
    margin: 0 0 25px;
    width: auto;
    display: block;
  }
  .gnavi_cate_sub li figure img {
    transform: scale(1);
    width: 60px;
  }
  .gnavi_cate_sub li figure.high_img img {
    height: 50px;
    width: auto;
  }
  .gnavi_cate_sub li figure img.icon_sbi {
    margin: 0;
    width: 105px;
  }
  .gnavi_fixed .header_gnavi {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.25s ease 0s;
  }
  .gnavi_fixed .header_gnavi li a {
    padding: 8px 10px;
    transition: all 0.25s ease 0s;
  }
  .gnavi_fixed .height_1line.open {
    min-height: 339px;
  }
  .gnavi_fixed .height_2line.open {
    min-height: 509px;
  }
  .gnavi_fixed .main {
    margin-top: 107px;
  }
}

.wrapper {
  position: relative;
}
#gnavi_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition: all 0.3s ease 0s;
}
#gnavi_back.open {
  z-index: 9;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 960px) {
  /*

	.wrapper {

		overflow: hidden;

	}

*/
}
/* ----------------------

		footer

---------------------- */
.footer {
  padding: 30px 0 0;
  border-top: 2px solid #00a26a;
  background: #f8f8f8;
}
.footer .logo {
  text-align: center;
}
.footer .logo a {
  margin: 0 auto 10px;
  display: block;
  width: 180px;
}
.footer .logo p {
  display: block;
  font-size: 1.0rem;
}
.footer .logo p span {
  padding: 0 0 0 5px;
}
.footer_tab {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 80px 0 0;
    min-width: 1200px;
  }
  .footer .inner_wide {
    padding: 0 50px;
  }
  .footer .logo {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .footer .logo a {
    margin: 0 30px 0 0;
    display: block;
    width: 230px;
  }
  .footer .logo p {
    font-size: 1.1rem;
    display: inline;
  }
  .footer .logo p span {
    padding: 0;
    display: block;
  }
  .footer_tab {
    margin: 60px 0;
    display: block;
  }
  .footer_tab ul {
    display: flex;
  }
  .footer_tab li {
    margin: 0 50px 0 0;
    font-weight: 500;
  }
}
.footer_navi {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer_navi {
    margin: 0 0 20px 0;
    display: flex;
  }
  .footer_column {
    margin: 0 0 0 50px;
  }
  .footer_column:first-child {
    margin: 0;
  }
  .footer_column > ul {
    margin: 0 0 50px 0;
  }
  .footer_column > ul > li {
    color: #00a26a;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .footer_column > ul > li > a {
    color: #00a26a;
  }
  .footer_column > ul > li > a:hover {
    color: #25c38d;
  }
  .footer_column li ul {
    margin: 25px 0 0 0;
  }
  .footer_column li li {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .footer_2column {
    margin: 0 30px 0 70px;
  }
  .footer_2column .footer_column {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer_2column {
    margin: 0;
    display: flex;
  }
  .footer_2column .footer_column {
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 1500px) {
  .footer .inner_wide {
    padding: 0;
  }
}
.footer_link {
  padding: 30px 20px 20px;
  overflow: hidden;
}
.footer_link li {
  margin: 0 10px 5px 0;
  padding: 0 10px 0 0;
  font-size: 1.2rem;
  border-right: 1px solid #333;
  float: left;
}
.footer_bottom {
  padding: 30px 0;
  background: #565656;
}
.footer_bottom p {
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer_link {
    padding: 40px 0 60px;
    border-top: 1px solid #dadada;
    display: flex;
  }
  .footer_link ul {
    margin: 0 0 0 90px;
  }
  .footer_link ul:first-child {
    margin: 0;
  }
  .footer_link li {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1.2rem;
    border: none;
    white-space: nowrap;
  }

  .footer_bottom {
    padding: 25px 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1269px) {

  .footer_link li:nth-child(3n+1) {
    min-width: 390px;
  }

  .footer_link li:nth-child(3n+2) {
    min-width: 410px;
  }

  .footer_link li:nth-child(3n+3) {
    min-width: 300px;
  }

}

@media screen and (min-width: 1270px) and (max-width: 1499px) {

  .footer_link li:nth-child(3n+1) {
    min-width: 400px;
  }

  .footer_link li:nth-child(3n+2) {
    min-width: 450px;
  }

  .footer_link li:nth-child(3n+3) {
    min-width: 300px;
  }

}

@media screen and (min-width: 1500px) {

  .footer_link li.column1 {
    min-width: 300px;
  }
  .footer_link li.column2 {
    min-width: 375px;
  }
  .footer_link li.column3 {
    min-width: 395px;
  }
  .footer_link li.column4 {
    min-width: 300px;
  }

}

/* ----------------------

		chatbot

---------------------- */
/*
.chatbot {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  border-top: 3px solid #00a26a;
  width: 100%;
}
.chatbot_header {
  padding: 8px 30px 8px 15px;
  background: url(../images/common/btn_chat.png) no-repeat right 15px center;
  background-size: 10px auto;
}
.open .chatbot_header {
  background: none;
}
.chatbot_header h2 {
  padding: 5px 0 5px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #00a26a;
  background: url(../images/common/icon_chatbot.png) no-repeat 0 center;
  background-size: 25px auto;
}
.chatbot_header #chatbot_open {
  padding: 20px;
  cursor: pointer;
}
.chatbot_header #chatbot_open img {
  width: 10px;
}
.chatbot_header #chatbot_close {
  display: none;
}
.chat_open .chatbot_header #chatbot_close {
  position: absolute;
  top: -20px;
  right: 10px;
  display: block;
  background: #00a26a;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.chat_open .chatbot_header #chatbot_close img {
  width: 10px;
}
.sp.chat_open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.chatbot_list {
  display: none;
  padding: 10px;
  border-top: 1px solid #dbdbdb;
}
.chatbot_list li {
  margin: 0 0 5px;
  font-size: 1.2rem;
  font-weight: 600;
}
.chatbot_list li a {
  padding: 10px 15px;
  color: #00a26a;
  display: block;
  background: #f7f7ec;
  border-radius: 6px;
}
.chatbot_list input {
  margin: 10px 10px;
  width: calc(100% - 20px);
  padding: 10px 12px;
  font-size: 1.6rem;
  border: 2px solid #e6e6e6;
  border-radius: 6px;
}
@media screen and (min-width: 960px) {
  .chatbot {
    left: auto;
    right: 10px;
    bottom: 10px;
    width: auto;
    border-top: none;
    border-bottom: 5px solid #00a26a;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
  }
  .chatbot_header {
    padding: 10px 45px 10px 20px;
    background: url(../images/common/btn_chat.png) no-repeat right 20px center;
    background-size: 10px auto;
    cursor: pointer;
  }
  .chatbot_header h2 {
    padding: 10px 0 5px 55px;
    font-size: 1.4rem;
    background: url(../images/common/icon_chatbot.png) no-repeat 0 center;
    background-size: 40px auto;
  }
  .chat_open .chatbot_header #chatbot_close {
    top: -25px;
    width: 40px;
    height: 40px;
  }
  .chat_open .chatbot_header #chatbot_close img {
    width: 15px;
  }
  .chatbot_list li a {
    padding: 12px 15px;
  }
  .chatbot_list input {
    margin: 15px 10px;
    width: calc(100% - 20px);
    font-size: 1.4rem;
  }
}
*/
/* ----------------------

		top

---------------------- */
.top_main_slide_wrapper {
  position: relative;
  background: #fff;
  z-index: 2;
}
.top_main_slide {
  padding-top: 48px;
  overflow: hidden;
}
.top_main_slide > div, .top_main_slide .slick-slide {
  width: 100%;
}
.top_main_slide .slick-slide a {
  display: block;
}
.top_main_slide > div p, .top_main_slide .slick-slide p {
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
}
.top_main_slide_navi .slick-dots {
  background: #fff;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_main_slide_navi .slick-dots li {
  margin: 0 5px;
}
.top_main_slide_navi .slick-dots li button {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #d8d8d8;
}
.top_main_slide_navi .slick-dots li.slick-active button {
  background: #00a26a;
}
.top_main_slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 37px;
  text-indent: -9999px;
  z-index: 2;
}
.top_main_slide .slick-prev {
  left: 20px;
  background: url(../images/top/carousel_arrow_left.png) no-repeat;
  background-size: 24px auto;
}
.top_main_slide .slick-next {
  right: 20px;
  background: url(../images/top/carousel_arrow_right.png) no-repeat;
  background-size: 24px auto;
}
.top_main_slide .slick-slide img.pc {
  display: none;
}
.top_main_slide .slick-slide img.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .top_main_slide {
    max-height: 500px;
    padding-top: 0;
  }
  .top_main_slide > div, .top_main_slide .slick-slide {
    max-height: 500px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top_main_slide_navi .slick-dots {
    height: 50px;
  }
  .top_main_slide .slick-prev {
    left: 33px;
  }
  .top_main_slide .slick-next {
    right: 33px;
  }
  .top_main_slide .slick-slide img.pc {
    display: block;
  }
  .top_main_slide .slick-slide img.sp {
    display: none;
  }
}
@media screen and (min-width: 1670px) {
  .top_main_slide img {
    margin: 0 auto;
    max-width: inherit;
    max-height: 500px;
  }
}
.top_attention {
  padding: 20px 20px 10px;
  background: #fff;
  text-align: left;
}
.top_attention h2 {
  margin: 0 0 10px;
  color: #ce2b5d;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 2px 15px 4px;
  border-radius: 5px;
  border: 2px solid #ce2b5d;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top_attention li {
  font-size: 1.6rem;
}
.top_attention li a {
  padding: 0 0 10px 0;
  display: block;
  color: #ce2b5d;
}
.top_attention li a > div {
  padding: 0 0 0 20px;
  background: url(../images/common/icon_warning_link.svg) no-repeat 0 6px;
  background-size: 12px auto;
}
@media screen and (min-width: 960px) {
  .top_attention {
    margin-top: -20px;
    padding: 0;
    position: relative;
  }
  .top_attention_title {
    position: relative;
    top: 40px;
    width: 1100px;
    margin-top: -30px;
  }
  .top_attention h2 {
    margin: 0 27px 0 0;
  }
  .top_attention li a {
    padding: 15px 0;
  }
  .top_attention li a:hover {
    background: #fff6f6;
  }
  .top_attention li a > div {
    padding: 0 0 0 180px;
    background: url(../images/common/icon_warning_link.svg) no-repeat 163px 5px;
    background-size: 12px auto;
    position: relative;
    z-index: 2;
  }
  .top_attention li a:hover {
    color: #f13c73;
  }
}
.top_net_banner ul {
  display: flex;
  justify-content: space-between;
}
.top_net_banner li {
  width: 50%;
}
.top_net_banner li a {
  padding: 20px 0 25px;
  display: block;
}
.top_net_banner li h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.top_net_banner li h2 span {
  padding-top: 5px 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
.top_net_banner li .btn {
  margin: 10px 0 0;
  padding: 4px 25px 4px 40px;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 20px;
}
.top_net_kojin {
  background: #ffd800;
}
.top_net_hojin {
  background: #326c75;
}
.top_net_banner li.top_net_hojin h2 {
  color: #fff;
}
.top_net_banner li.top_net_kojin .btn {
  background: #f4b200 url(../images/common/icon_login.svg) no-repeat 20px center;
  background-size: 10px 13px;
}
.top_net_banner li.top_net_hojin .btn {
  color: #fff;
  background: #19525b url(../images/common/icon_login_white.svg) no-repeat 20px center;
  background-size: 10px 13px;
  fill: #42AFE3;
}
@media screen and (min-width: 960px) {
  .top_net_banner {
    padding: 40px 0;
    background: #f0f0f0;
  }
  .top_net_banner li {
    width: calc(50% - 25px);
    border-radius: 6px;
  }
  .top_net_banner li a {
    padding: 20px 0 20px 220px;
  }
  .top_net_banner li h2 {
    font-size: 2.2rem;
  }
  .top_net_banner li h2 span {
    padding: 0;
    font-size: 1.6rem;
  }
  .top_net_kojin {
    background: #ffd800 url(../images/top/net_kojin_back.png) no-repeat 50px -50px;
    background-size: 220px auto;
  }
  .top_net_hojin {
    background: #326c75 url(../images/top/net_hojin_back.png) no-repeat -40px -70px;
    background-size: 350px auto;
  }
  .top_net_banner li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: all 0.25s ease 0s;
  }
  .top_net_banner li a:hover {
    color: inherit;
  }
  .top_net_kojin:hover {
    background-color: #ffdf30;
  }
  .top_net_hojin:hover {
    background-color: #3f858f;
  }
}
.top_info {
  padding: 40px 20px;
  background: #fff;
}
.top_info li a {
  display: block;
  border-radius: 5px;
}
.top_info .btn_fee a {
  margin: 0 65px;
  padding: 10px 0;
  color: #00a26a;
  border: 2px solid #00a26a;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .top_info ul {
    display: flex;
    justify-content: space-between;
  }
  .top_info .btn_fee a {
    margin: 0;
    padding: 17px 0;
    width: 200px;
    height: 100%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_info li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .top_info .btn_tenpo a:hover {
    background: #25c38d;
  }
  .top_info .btn_fee a:hover {
    color: #25c38d;
    border: 3px solid #25c38d;
  }
}
.top_box_slide_wrapper {
  padding: 35px 0 15px;
  background: #f0f0f0;
}
.top_box_slide .slick-track {
  padding: 5px 0;
}
.top_box_slide_box {
  margin: 0 6px;
  width: 290px;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
}
.top_box_slide_box a > div {
  background: #fff;
  padding: 15px;
  height: 150px;
  text-align: left;
}
.top_box_slide_box figure {
  width: 290px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.top_box_slide_box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.top_box_slide_box p {
  font-size: 1.6rem;
}
.top_box_slide_box .tag {
  margin: 10px 0 0 0;
  color: #fff;
  padding: 4px 8px 7px;
  border-radius: 4px;
  font-size: 1.3rem;
  display: inline-block;
  background: #646e6c;
}
.top_box_slide_box .tag_campaign {
  background: #a05c96;
}
.top_box_slide_box .tag_information {
  background: #646e6c;
}
.top_box_slide_box .tag_important {
  background: #d40000;
}
@media screen and (min-width: 960px) {
  .top_box_slide_wrapper {
    padding: 70px 0;
  }
  .top_box_slide .slick-track {
    padding: 10px 0;
  }
  .top_box_slide_box {
    margin: 0 12px;
    width: 340px;
  }
  .top_box_slide_box a > div {
    padding: 25px;
    height: 160px;
    transition: all 0.25s ease 0s;
  }
  .top_box_slide_box a:hover > div {
    margin: 0 -10px -10px;
    padding: 25px 35px;
    height: 170px;
    transition: all 0.25s ease 0s;
  }
  .top_box_slide_box a:hover p {
    font-size: 1.6rem;
  }
  .top_box_slide_box figure {
    width: 340px;
    height: 175px;
    transition: all 0.25s ease 0s;
  }
  .top_box_slide_box a:hover figure {
    transform: scale(1.05);
    z-index: 2;
    transition: all 0.25s ease 0s;
  }
}
.top_box_slide_navi {
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box_slide_navi .slick-arrow {
  text-indent: -9999px;
  width: 12px;
  height: 19px;
}
.top_box_slide_navi .slick-prev {
  transform: rotate(-180deg);
  background: url(../images/common/icon_carousel.svg) no-repeat;
}
.top_box_slide_navi .slick-next {
  order: 3;
  background: url(../images/common/icon_carousel.svg) no-repeat;
}
.top_box_slide_navi .slick-dots {
  margin: 0 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_box_slide_navi .slick-dots li {
  margin: 0 2.5px;
  width: 25px;
  height: 2px;
  text-indent: -9999px;
  background: #d0d0d0;
}
.top_box_slide_navi .slick-dots .slick-active {
  background: #00a26a;
}
.top_dekirukoto {
  text-align: left;
  height: 565px;
}
.top_dekirukoto_title {
  height: 385px;
  position: relative;
  background: url(../images/top/top_dekirukoto_back_sp.jpg) no-repeat center center;
  background-size: cover;
}
.top_dekirukoto h2 {
  padding: 15px 20px;
  color: #00a26a;
  font-size: 3.0rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top_dekirukoto p {
  padding: 20px;
  background: #fff;
  font-weight: 500;
}
.top_dekirukoto .btn_green {
  padding: 0 20px 40px;
  background: #fff;
}
.top_dekirukoto .btn_green a {
  padding: 20px 0;
  display: block;
  color: #fff;
  font-weight: 500;
  background: #00a26a;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top_dekirukoto {
    text-align: left;
    height: 670px;
    background: url(../images/top/top_dekirukoto_back_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_dekirukoto .inner_narrow {
    padding-left: 625px;
    display: flex;
    align-items: center;
    height: 670px;
  }
  .top_dekirukoto_title {
    height: auto;
    background: none;
  }
  .top_dekirukoto h2 {
    padding: 0;
    font-size: 5.0rem;
    background: none;
    position: inherit;
    width: auto;
  }
  .top_dekirukoto p {
    margin: 50px 0;
    padding: 0;
    background: none;
  }
  .top_dekirukoto .btn_green {
    padding: 0;
    background: none;
    display: inline-block;
  }
  .top_dekirukoto .btn_green a {
    padding: 28px 70px;
    transition: all 0.25s ease 0s;
  }
  .top_dekirukoto .btn_green a:hover {
    background: #25c38d;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
}
.top_dekirukoto_navi {
  padding: 75px 20px 0;
  background: #00a26a url(../images/common/icon_more_dark.svg) no-repeat center 30px;
  background-size: 20px auto;
}
.top_dekirukoto_navi ul {
  margin: 0 auto;
  padding: 0 0 20px;
}
.top_dekirukoto_navi li a {
  margin: 0 0 10px;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
}
.top_dekirukoto_navi li a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top_dekirukoto_navi li a > div > div {
  margin-right: 20px;
  width: calc(100% - 130px);
}
.top_dekirukoto_navi li p {
  font-size: 1.4rem;
}
.top_dekirukoto_navi li h3 {
  margin: 5px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a26a;
}
.top_dekirukoto_navi li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
}
.top_dekirukoto_navi li figure img {
  transform: scale(0.6);
}
@media screen and (min-width: 960px) {
  .top_dekirukoto_navi {
    padding: 95px 0 0;
    background: #00a26a url(../images/common/icon_more_dark.svg) no-repeat center 40px;
    background-size: 20px 20px;
  }
  .top_dekirukoto_navi ul {
    max-width: 1150px;
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .top_dekirukoto_navi li a {
    margin: 0 20px 40px;
    width: 340px;
    height: 225px;
    justify-content: center;
    text-align: center;
    transition: all 0.25s ease 0s;
  }
  .top_dekirukoto_navi li a > div {
    padding: 10px 0 0;
    flex-wrap: wrap;
  }
  .top_dekirukoto_navi li a > div > div {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .top_dekirukoto_navi li figure {
    width: 100%;
    height: 110px;
    order: 2;
    flex: inherit;
  }
  .top_dekirukoto_navi li figure img {
    transform: scale(1);
  }
  .top_dekirukoto_navi li:hover a {
    margin: -9px 11px 31px;
    padding: 44px 0;
    width: 358px;
    height: 243px;
    border-radius: 6px;
    transition: all 0.25s ease 0s;
  }
  .top_dekirukoto_navi li a:hover {
    color: #333;
  }
  .top_dekirukoto_navi li:hover h3 {
    color: #25c38d;
  }
}
.top_dekirukoto_navi .icon_consulting {
  width: 101px;
  height: 62px;
}
.top_dekirukoto_navi .icon_life_stage {
  width: 140px;
  height: 69px;
}
.top_dekirukoto_navi .icon_life_event {
  width: 102px;
  height: 64px;
}
.top_dekirukoto_navi .icon_nichiyosodan {
  width: 110px;
  height: 62px;
}
.top_dekirukoto_navi .icon_nenkin {
  width: 100px;
  height: 63px;
}
.top_dekirukoto_navi .icon_hoken {
  width: 77px;
  height: 72px;
}
.top_dekirukoto_navi .icon_shisanunyo {
  width: 75px;
  height: 74px;
}
.top_dekirukoto_navi .icon_housing_loan {
  width: 74px;
  height: 64px;
}
.top_dekirukoto_navi .icon_merit {
  width: 106px;
  height: 71px;
}
.top_dekirukoto_navi .financial_planner {
  width: 103px;
  height: 67px;
}
.top_dekirukoto_navi .icon_loan_other {
  width: 103px;
  height: 67px;
}
.top_dekirukoto_navi .icon_payment {
  width: 77px;
  height: 70px;
}
.top_dekirukoto_navi > div {
  margin-right: -20px;
  padding: 0 0 45px;
  text-align: left;
  background: url(../images/top/top_dekirukoto_back.png) no-repeat right bottom 105px;
  background-size: 180px auto;
}
.top_dekirukoto_navi > div h2 {
  padding-top: 40px;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
  background: url(../images/common/icon_more_dark.svg) no-repeat center top;
  background-size: 20px auto;
}
.top_dekirukoto_navi > div p {
  padding: 30px 0 75px;
  color: #fff;
  line-height: 1.8;
  width: 55%;
}
.top_dekirukoto_navi > div .btn_white {
  margin-right: 20px;
}
.top_dekirukoto_navi > div .btn_white a {
  padding: 25px 0;
  display: block;
  color: #00a26a;
  font-weight: 600;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top_dekirukoto_navi > div {
    margin-right: auto;
    padding: 0 0 130px;
    width: 1110px;
    background: url(../images/top/top_dekirukoto_back.png) no-repeat right 60px bottom;
    background-size: 438px auto;
  }
  .top_dekirukoto_navi > div h2 {
    padding-top: 90px;
    font-size: 5.0rem;
    background: url(../images/common/icon_more_dark.svg) no-repeat center top;
    background-size: 20px 20px;
  }
  .top_dekirukoto_navi > div p {
    padding: 40px 0 50px;
  }
  .top_dekirukoto_navi > div .btn_white {
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
  }
  .top_dekirukoto_navi > div .btn_white a {
    padding: 28px 30px;
    transition: all 0.25s ease 0s;
  }
  .top_dekirukoto_navi > div .btn_white a:hover {
    color: #25c38d;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
}
.top_news_sec {
  padding: 40px 0;
  background: #fff;
  text-align: left;
}
.top_news_tab {
  margin: 0 0 30px;
  padding: 0 10px;
  display: flex;
  border-bottom: 2px solid #00a26a;
}
.top_news_tab li {
  width: 33.3333%;
}
.top_news_tab li h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
.top_news_tab li a {
  padding: 10px 0;
  background: #fff;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.top_news_tab li.act a {
  background: #00a26a;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .top_news_sec {
    padding: 100px 0;
  }
  .top_news_tab {
    margin: 0 0 40px;
    padding: 0;
  }
  .top_news_tab li h2 {
    font-size: 1.8rem;
  }
  .top_news_tab li a {
    padding: 15px 0;
    display: block;
    height: auto;
  }
  .top_news_tab li.act a {
    background: #00a26a;
    color: #fff;
  }
}
.top_news_tab_body {
  display: none;
}
.top_news_tab_body.act {
  display: block;
}
.top_news_tab_body ul {
  margin: 0 20px 10px;
}
.top_news_tab_body li a {
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  color: #333;
  flex-wrap: wrap;
}
.top_news_tab_body li.important a {
  color: #d40000;
}
.top_news_tab_body li time {
  font-size: 1.4rem;
}
.top_news_tab_body li .tag {
  margin: 0 10px 5px;
  padding: 3px 0;
  font-size: 1.2rem;
  color: #fff;
  width: 115px;
  border-radius: 4px;
  text-align: center;
  flex-shrink: 0;
}
.top_news_tab_body li .tag_important {
  background: #d40000;
}
.top_news_tab_body li .tag_news {
  background: #00a26a;
}
.top_news_tab_body li .tag_mente {
  background: #e88f38;
}
.top_news_tab_body li .tag_campaign {
  background: #a05c96;
}
.top_news_tab_body li .tag_attention {
  background: #ce2b5d;
}
.tag_release {
  background: #00a26a;
}
.tag_seminor {
  background: #3079ca;
}
.tag_event {
  background: #c3ae00;
}
.tag_soudan {
  background: #85a922;
}
.top_news_tab_body li p {
  width: 100%;
}
.news_link {
  margin-left: 20px;
}
.news_link a {
  padding-left: 20px;
  color: #00a26a;
  background: url(../images/common/icon_more.svg) no-repeat 0 center;
  background-size: 13px 13px;
}
@media screen and (min-width: 960px) {
  .top_news_tab_body ul {
    margin: 0 0 20px 0;
  }
  .top_news_tab_body li a {
    padding: 10px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .top_news_tab_body li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .top_news_tab_body li a:hover p {
    color: #25c38d;
  }
  .top_news_tab_body li.important a:hover p {
    color: #f13c73;
  }
  .top_news_tab_body li a:hover time {
    color: #333;
  }
  .top_news_tab_body li.important a:hover time {
    color: #f13c73;
  }
  .top_news_tab_body li .tag {
    margin: 0 20px;
    padding: 2px 0 4px;
    font-size: 1.4rem;
    width: 130px;
  }
  .top_news_tab_body li p {
    width: auto;
  }
  .news_link {
    margin-left: 0;
  }
  .news_link a:hover {
    color: #25c38d;
  }
}
.top_faq {
  padding: 40px 0 20px;
  background: #f7f7ec;
}
.top_faq h2 {
  font-size: 2.0rem;
  font-weight: 600;
}
.top_faq_list {
  margin: 0 0 40px 0;
  text-align: center;
}
.top_faq_list ul {
  margin: 30px 0 35px;
}
.top_faq_list li {
  margin: 0 0 5px 0;
  text-align: left;
}
.top_faq_list li a {
  padding: 12px 15px 16px 50px;
  text-indent: -30px;
  display: block;
  background: #fff;
}
.top_faq_list li a span {
  padding: 0 12px 0 0;
  color: #00a26a;
  font-size: 2.0rem;
  font-weight: 600;
}
.top_faq_list .btn_green {
  display: inline-block;
}
.top_faq_list .btn_green a {
  padding: 15px 30px 15px 50px;
  color: #fff;
  display: block;
  border-radius: 6px;
  background: #00a26a url(../images/common/icon_more_white.svg) no-repeat 28px center;
  background-size: 13px 13px;
}
@media screen and (min-width: 960px) {
  .top_faq {
    padding: 90px 0;
  }
  .top_faq h2 {
    font-size: 3.0rem;
  }
  .top_faq_list {
    margin: 0 0 80px 0;
  }
  .top_faq_list ul {
    margin: 60px 0 35px;
    display: flex;
    flex-wrap: wrap;
  }
  .top_faq_list li {
    margin: 0 18px 15px 0;
    width: calc(33.3333% - 12px);
  }
  .top_faq_list li:nth-child(3n) {
    margin-right: 0;
  }
  .top_faq_list li a {
    padding: 14px 15px 18px 50px;
    border-radius: 50px;
  }
  .top_faq_list li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .top_faq_list .btn_green a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    background: #25c38d url(../images/common/icon_more_white.svg) no-repeat 28px center;
    background-size: 13px auto;
    transition: all 0.25s ease 0s;
  }
}
.top_faq .top_faq_contact {
  margin: 0 20px;
}
.top_faq .top_faq_contact > div {
  margin: 0 0 20px;
  padding: 25px 0 28px;
  border: 6px solid #ededcc;
  border-radius: 6px;
}
.top_faq .top_faq_contact > div:first-child h3 {
  margin-bottom: 0;
}
.top_faq .top_faq_contact h3 {
  margin: 0 0 25px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.top_faq .top_faq_contact .tel {
  margin: 5px 0 10px;
}
.top_faq .top_faq_contact .tel a {
  padding: 0 0 0 40px;
  text-decoration: none;
  font-size: 3.0rem;
  font-weight: 500;
  color: #00a26a;
  background: url(../images/common/icon_freedial.png) no-repeat 0 center;
  background-size: 36px auto;
}
.top_faq .top_faq_contact .note {
  font-size: 1.4rem;
}
.top_faq .top_faq_contact .btn_green {
  margin: 0 25px;
}
.top_faq .top_faq_contact .btn_green a {
  padding: 25px 0;
  background: #00a26a;
  display: block;
  color: #fff;
  border-radius: 6px;
  font-size: 2.0rem;
  font-weight: 600;
  transition: all 0.25s ease 0s;
}
@media screen and (min-width: 960px) {
  .top_faq .top_faq_contact {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .top_faq .top_faq_contact > div {
    padding: 35px 0 30px;
    width: calc(50% - 20px);
  }
  .top_faq .top_faq_contact > div:first-child {
    margin-right: 40px;
  }
  .top_faq .top_faq_contact > div:first-child h3 {
    margin-bottom: 0;
  }
  .top_faq .top_faq_contact .tel a {
    padding: 0 0 0 65px;
    font-size: 5.0rem;
    background: url(../images/common/icon_freedial.png) no-repeat 0 center;
    background-size: 54px auto;
  }
  .top_faq .top_faq_contact .btn_green {
    display: inline-block;
  }
  .top_faq .top_faq_contact .btn_green a {
    padding: 30px 100px;
    transition: all 0.25s ease 0s;
  }
  .top_faq .top_faq_contact .btn_green a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    background: #25c38d;
    transition: all 0.25s ease 0s;
  }
}
.top_mini_banner {
  padding: 40px 0;
  background: #fff;
  position: relative;
}
.top_mini_banner .slick-list {
  margin: 0 15px 0 12px;
}
.top_mini_banner .slick-slide {
  width: calc(100vw - 25px);
}
.top_mini_banner .slick-slide > div {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
.top_mini_banner .slick-slide a {
  margin: 5px 5px;
  width: calc(50vw - 25px) !important;
  display: block;
}
.top_mini_banner .slick-slide a img {
  width: 100%;
  height: auto;
}
.top_mini_banner .slick-arrow {
  text-indent: -9999px;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.top_mini_banner .slick-prev {
  border-radius: 0 5px 5px 0;
  left: 0;
  background: #00a26a url(../images/top/carousel_arrow_left.png) no-repeat center center;
  background-size: 12px auto;
}
.top_mini_banner .slick-next {
  border-radius: 5px 0 0 5px;
  right: 0;
  background: #00a26a url(../images/top/carousel_arrow_right.png) no-repeat center center;
  background-size: 12px auto;
}
@media screen and (min-width: 960px) {
  .top_mini_banner {
    padding: 35px 0;
    background: #fff;
    position: relative;
  }
  .top_mini_banner .slick-slide {
    width: auto;
  }
  .top_mini_banner .slick-list {
    margin: 0 25px;
  }
  .top_mini_banner .slick-slide > div {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1050px;
  }
  .top_mini_banner .slick-slide a {
    margin: 15px 0;
    width: 240px !important;
    display: block;
  }
  .top_mini_banner .slick-slide a img {
    width: 100%;
    height: auto;
  }
  .top_mini_banner .slick-arrow {
    text-indent: -9999px;
    width: 12px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top_mini_banner .slick-prev {
    left: 0;
    transform: rotate(-180deg);
    background: url(../images/common/icon_carousel.svg) no-repeat;
  }
  .top_mini_banner .slick-next {
    right: 0;
    background: url(../images/common/icon_carousel.svg) no-repeat;
  }
}
/* ----------------------

		法人top

---------------------- */
@media screen and (min-width: 960px) {
  .header_gnavi .hojin_cate > li {
    width: 25%;
  }
  .header_gnavi .hojin_cate li:nth-child(6n) {
    border-left: 1px solid #e6e6e6;
  }
  .footer_hojin .footer_navi {
    padding-right: 140px;
    justify-content: space-between;
  }
}
.hojin_net_banner ul {
  background: #326c75;
}
.hojin_net_banner li {
  border-top: 1px solid #0f4f59;
}
.hojin_net_banner li:first-child {
  border: none;
}
.hojin_net_banner li h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
.hojin_net_banner li h2 span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
}
.hojin_net_banner li a {
  padding: 15px 10px 15px 22px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hojin_net_banner li a .btn {
  padding: 12px 20px 14px 45px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  background: #19525b url(../images/common/icon_login_white.svg) no-repeat 25px center;
  background-size: 12px 13px;
  border-radius: 12px;
}
@media screen and (min-width: 960px) {
  .hojin_net_banner {
    padding: 40px 0;
    background: #f0f0f0;
  }
  .hojin_net_banner ul {
    padding: 15px 0 15px 140px;
    display: flex;
    justify-content: flex-end;
    border-radius: 6px;
    background: #326c75 url(../images/top/net_hojin_back.png) no-repeat -80px -40px;
    background-size: 310px auto;
  }
  .hojin_net_banner li {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: none;
    border-left: 1px solid #0f4f59;
  }
  .hojin_net_banner li:first-child {
    border: none;
  }
  .hojin_net_banner li h2 {
    margin: 0 0 10px;
    font-size: 2.2rem;
    text-align: center;
  }
  .hojin_net_banner li h2 span {
    margin-top: 0;
  }
  .hojin_net_banner li a {
    padding: 0;
    display: block;
  }
  .hojin_net_banner li a .btn {
    padding: 3px 20px 3px 40px;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    background: #19525b url(../images/common/icon_login_white.svg) no-repeat 25px center;
    background-size: 10px 10px;
    border-radius: 30px;
  }
  .hojin_net_banner li a:hover .btn {
    color: #fff;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
    background-color: #3c7881;
  }
}
.hojin_top_aims .top_dekirukoto_title {
  background: url(../images/hojin/hojin_top_aims_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .hojin_top_aims {
    background: url(../images/hojin/hojin_top_aims_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hojin_top_aims .top_dekirukoto_title {
    background: none;
  }
}
.icon_chiiki_kasseika {
  width: 84px;
}
.icon_sodan_madoguchi {
  width: 82px;
}
.icon_stage_icon {
  width: 140px;
}
.icon_loan_other {
  width: 84px;
}
.icon_exchange {
  width: 84px;
}
.hojin_top_aims_navi {
  padding-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .hojin_top_aims_navi {
    padding-bottom: 50px;
  }
}
/* ----------------------

		下層共通

---------------------- */
.page_header {
  padding: 18px 20px;
  background: #f9f9f9;
/*  overflow: hidden;*/
}
.path ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.path li {
  margin: 0 8px 0 0;
  padding: 0 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
  list-style-type: none;
  background: url(../images/common/path.png) no-repeat right center;
  background-size: 6px auto;
  text-align: left;
}
.path li a {
  color: #9a9a9a;
}
.path li:last-child {
  color: #333;
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.btn_voice {
  font-size: 1.0rem;
  float: right;
  margin: 15px -10px 0 0;
  text-align: right;
}
.top_main_slide_wrapper .btn_voice,
.index_header .btn_voice {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  float: none;
  margin: 0;
}
.btn_voice a {
  padding: 7px 22px 7px 8px;
  border: 1px solid #00a26a;
  border-radius: 20px;
  display: inline-block;
  background: #fff url(../images/common/icon_voice.svg) no-repeat right 7px center;
  background-size: 12px 12px;
}
.page_contents {
  margin: 40px 0;
  background: #fff;
  text-align: left;
}
.page_main {
  margin: 0 20px;
}
@media screen and (min-width: 960px) {
  .page_header {
    padding: 20px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: relative;
  }
  .path li {
    margin: 0 18px 0 0;
    padding: 0 22px 0 0;
    line-height: 1.6;
  }
  .path li a:hover {
    color: #00a26a;
  }
  .btn_voice {
    display: inline-block;
    font-size: 1.2rem;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin: 0;
  }
  .top_main_slide_wrapper .btn_voice,
  .index_header .btn_voice {
    top: 20px;
    right: 20px;
  }
  .btn_voice a {
    margin-bottom: 10px;
    padding: 8px 30px 10px 15px;
    background: #fff url(../images/common/icon_voice.svg) no-repeat right 10px center;
    background-size: 15px 12px;
  }
  .btn_voice a:hover {
    color: #fff;
    background: #00a26a url(../images/common/icon_voice_white.svg) no-repeat right 10px center;
    background-size: 15px 12px;
  }
  .page_contents {
    margin: 0 auto;
    padding: 0 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 1100px;
  }
  .page_main {
    margin: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  .page_contents {
    padding: 0 25px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .page_contents {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1500px;
  }
}
/* ----------------------

		下層サイド

---------------------- */
.page_side {
  margin: 50px 0 0;
  border-top: 2px solid #00a26a;
  padding: 20px 0 0;
}
.page_side h3 {
  padding: 0 10px 0 15px;
  font-weight: 600;
  border-left: 5px solid #00a26a;
}
.page_side > ul {
  margin: 20px 0 0 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.page_side > ul > li {
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
}
.page_side > ul > li a {
  padding: 13px 20px;
  display: block;
}
.page_side > ul > li a.act {
  color: #00a26a;
}
.page_side li ul {
  margin: -8px 0 10px 20px;
}
.page_side li ul li {
  font-size: 1.2rem;
}
.page_side li ul li a {
  padding: 8px 20px;
}
.page_side li ul ul {
  margin: 2px 0 6px 20px;
}
@media screen and (min-width: 960px) {
  .page_main {
    flex: 1;
  }
  .page_side {
    margin: 0 0 0 40px;
    padding: 25px 0;
    width: 250px;
    min-width: 250px;
    border: none;
    box-shadow: -5px -5px 7px -2px rgba(0, 0, 0, 0.1);
  }
  .page_side h3 {
    padding: 2px 0 2px 22px;
  }
  .page_side > ul {
    margin: 25px 0 0 20px;
    padding: 20px 0 0 5px;
  }
  .page_side > ul > li {
    border: none;
  }
  .page_side > ul > li a {
    padding: 5px 0;
  }
  .page_side li ul {
    margin: 0 0 2px 20px;
  }
  .page_side li ul li a {
    padding: 5px 0;
  }
  .page_side li ul ul {
    margin: 4px 0 4px 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  .page_main {
    min-width: 785px;
  }
  .page_side {
    margin: 0 -25px 0 40px;
  }
}
@media screen and (min-width: 1400px) {
  .page_side {
    margin: 0 0 0 50px;
  }
}
/* ----------------------

	下層共通パーツ

---------------------- */
.page_h1 {
  margin: 0 0 50px 0;
}
.page_h1 ol {
  display: none;
}
.page_h1 h1 {
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.page_h3 {
  margin: 30px 0 25px 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #ebebeb;
  position: relative;
}
div.page_h3::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #00a26a;
}
.page_h3 span {
  margin: 0 0 5px 0;
  display: block;
  color: #00a26a;
  font-weight: 900;
  font-size: 1.2rem;
}
.page_h3 h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
h2.page_h2 {
  margin: 60px 0 40px;
  padding: 0 0 20px;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
}
h2.page_h2 span {
  padding: 0 10px 2px 20px;
  border-left: 7px solid #00a26a;
  display: inline-block;
}
h3.page_h3 {
  color: #00a26a;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 0 15px;
}
h4.page_h4, h3.page_h4 {
  margin: 45px 0 35px;
  padding: 0 0 0 15px;
  font-size: 2.2rem;
  font-weight: 700;
  border-left: 4px solid #00a26a;
}
h4.page_check {
  margin: 35px 0;
  padding: 0 0 12px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
h4.page_check strong {
  color: #00a26a;
  font-weight: bold;
}
h4.page_check .check {
  margin: 0 15px 0 0;
  color: #fff;
  padding: 6px 10px;
  font-weight: 900;
  display: inline-block;
  background: #00a26a;
  border-radius: 4px;
  font-size: 1.1rem;
}
h5.page_h5 {
  margin: 30px 0 20px;
  padding: 0 0 10px;
  color: #00a26a;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
h5.page_h5::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 50px;
  left: 0;
  bottom: 0;
  background: #00a26a;
}
@media screen and (min-width: 960px) {
  .page_h1 ol {
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
  }
  .page_h1 li {
    margin: 0 20px 0 0;
    font-size: 1.2rem;
  }
  .page_h1 h1 {
    font-size: 4.6rem;
  }
  .page_h3 {
    /*		margin: 50px 0 35px 0;*/
    margin: 50px 0 20px 0;
    padding: 0 0 20px;
  }
  .page_h3 h3 {
    font-size: 2.6rem;
  }
  h2.page_h2 {
    margin: 80px 0 60px;
    font-size: 3.2rem;
  }
  h2.page_h2 span {
    padding: 5px 10px 5px 20px;
  }
  h3.page_h3 {
    font-size: 2.6rem;
    padding: 0 0 25px;
  }
  h4.page_h4 {
    margin: 60px 0 40px;
    padding: 0 0 0 15px;
    font-size: 2.2rem;
  }
  h4.page_check {
    margin: 40px 0;
    padding: 0 0 20px;
    font-size: 2.0rem;
    border-bottom: 2px solid #ebebeb;
  }
  h4.page_check .check {
    margin: 0 20px 0 0;
    border-radius: 5px;
    font-size: 1.2rem;
  }
  h5.page_h5 {
    /*		margin: 40px 0 30px;*/
    margin: 20px 0 10px;
    font-size: 2.0rem;
  }
}
.page_main p {
  margin: 0 0 20px 0;
}
.page_main p.mNon {
  margin: 0 0 5px 0;
}
.page_main .left {
  text-align: left;
}
.page_main .center {
  text-align: center;
}
.page_main .right {
  text-align: right;
}
.page_main p em {
  font-weight: 600;
}
.page_main p strong {
  color: #00a26a;
  font-weight: 600;
}
.page_main a {
  color: #00a26a;
  text-decoration: underline;
}
.page_main a.outlink {
  padding-left: 20px;
  text-decoration: none;
  background: url(../images/common/icon_outlink.svg) no-repeat 0 8px;
  background-size: 14px auto;
}
.page_img {
  margin: 0 0 30px;
}
.page_2column {
  margin: 0 0 30px;
}
.page_table, .page_table_normal {
  margin: 0 0 15px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.page_table th {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: top;
  /*	border-bottom: 1px solid #ebebeb;*/
  border: 1px solid #d4d2d2;
  background: #e4eae8;
  /*    background: #f3f6f5;*/
}
.page_table th.pale {
  background: #f3f6f5;
}
.page_table .top {
  vertical-align: top;
}
.page_table .middle {
  vertical-align: middle;
}
.page_table .bottom {
  vertical-align: bottom;
}
.page_table td {
  padding: 10px 15px;
  font-size: 1.4rem;
  /*	border-bottom: 1px solid #ebebeb;*/
  border: 1px solid #ebebeb;
}
.page_table td .note {
  margin: 0;
  color: #727272;
  font-size: 1.0rem;
}
.page_table td .kinri {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.page_table td .kinri em {
  color: #e64e4e;
}
.page_table td h3 {
  margin: 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.page_table td p {
  margin: 0 0 10px;
}
.page_table td ol.page_li, .page_table td ul.page_li {
  margin: 0 0 10px;
}
.page_table td ol.page_li li, .page_table td ul.page_li li {
  margin: 0 0 5px;
}
.page_table td p.page_note {
  margin: 0 0 5px;
}
.page_table td p.page_link_btn {
  margin-bottom: 0;
}
.page_table_normal th, .page_table_normal td {
  padding: 10px 15px;
  font-size: 1.4rem;
  border: 1px solid #ebebeb;
}
.page_table p.tbl_tate {
  writing-mode:vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
p.page_note {
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1em;
  color: #727272;
  text-align: left;
}
p.page_note.a_right {
  text-align: right;
}
p.page_note.a_left {
  text-align: left;
}
p.page_note + p.page_note {
  margin-top: -5px;
}
.page_box p.page_note {
  margin-top: 5px;
  margin-bottom: 5px;
}
.page_box p.page_note + p.page_note {
  margin-top: 0;
  margin-bottom: 5px;
}
.page_box {
  margin: 30px 0 40px;
  padding: 30px 30px 25px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 3px solid #ebebeb;
}
.page_box .inner_box {
  margin: 0 0 30px;
}
.page_box h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.page_box h4 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.6rem;
}
.page_box p {
  margin-bottom: 10px;
}
.page_box p.link {
  margin: 0 0 5px 0;
  font-size: 1.8rem;
}
.page_box p.link a {
  color: #00a26a;
}
.page_box ul.page_li {
  margin: 10px 0px;
  text-align: left;
}
.page_box p.link.pdf a {
  padding: 5px 35px 5px 0;
  background: url(../images/common/icon_pdf.svg) no-repeat right center;
  background-size: 25px 25px;
  text-decoration: none;
}
.page_box p.link.xls a {
  padding: 5px 35px 5px 0;
  background: url(../images/common/icon_xls.svg) no-repeat right center;
  background-size: 25px 25px;
  text-decoration: none;
}
p.pdflink a {
  padding: 5px 35px 5px 0;
  background: url(../images/common/icon_pdf.svg) no-repeat right center;
  background-size: 25px 25px;
  text-decoration: none;
  margin: 10px 0 0 0;
}
p.xlslink a {
  padding: 5px 35px 5px 0;
  background: url(../images/common/icon_xls.svg) no-repeat right center;
  background-size: 25px 25px;
  text-decoration: none;
  margin: 10px 0 0 0;
}
.page_main > figure {
  margin-bottom: 20px;
}

.loan_akiya_3column {
  margin: 0 50px 40px;
  display: flex;
  justify-content: space-between;
}

.loan_akiya_3column figure {
  margin-bottom: 10px;
}

.page_3column_sp2column {
  margin: 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_3column_sp2column > div {
  margin: 0 0 40px;
  width: 300px;
}

.page_3column_sp2column figure {
  margin-bottom: 10px;
}

.page_main .page_3column_sp2column p {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .page_2column img, .page_2column_half img, .page_2column_left_small img, .page_2column_right_small img {
    width: 100%;
  }

  .recruit_index .page_2column_half {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .recruit_index .page_2column_half figure:first-child {
    order: 2;
  }
  .recruit_index .page_2column_half figure:last-child {
    margin-bottom: 0 !important;
    order: 1;
  }

  .loan_akiya_3column {
    margin: 0 0 30px;
    display: block;
  }

  .loan_akiya_3column > div {
    margin: 0 0 15px;
    display: flex;
  }

  .loan_akiya_3column figure {
    margin: 0;
    width: 55%;
  }

  .loan_akiya_3column p.center {
    margin: 0 0 0 10px;
    width: calc(45% - 10px);
    text-align: left;
  }

  .loan_akiya_3column p.center br {
    display: none;
  }

  .page_3column_sp2column {
    margin: 0;
  }

  .page_3column_sp2column > div {
    margin: 0 0 25px;
    width: calc(50% - 10px);
  }

  .page_3column_sp2column figure {
    margin-bottom: 5px;
  }

  .page_main .page_3column_sp2column p {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 960px) {
  .page_main p {
    margin: 0 0 40px 0;
  }
  .page_main p.mNon {
    margin: 0 0 5px 0;
  }
  .page_main a.outlink:hover {
    text-decoration: underline;
  }
  .page_img {
    margin: 0 0 35px 0;
  }
  .page_2column, .page_2column_half, .page_2column_left_small, .page_2column_right_small {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
  }
  .recruit_index .page_2column_half {
    justify-content: center;
  }
  .page_2column > *:last-child {
    margin-left: 40px;
  }
  .page_2column > figure {
    flex-shrink: 0;
  }
  .page_2column_half > * {
    width: calc(50% - 20px);
  }
  .page_2column_left_small > *:first-child {
    width: calc(35% - 20px);
  }
  .page_2column_left_small > *:last-child {
    width: calc(65% - 20px);
  }
  .page_2column_right_small > *:first-child {
    width: calc(65% - 20px);
  }
  .page_2column_right_small > *:last-child {
    width: calc(35% - 20px);
  }
  .page_table, .page_table_normal {
    margin: 0 0 20px;
  }
  .page_table th {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
  .page_table td {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
  .page_table td .note {
    font-size: 1.4rem;
  }
  .page_table td ol.page_li li, .page_table td ul.page_li li {
    margin: 0 0 10px;
  }
  .page_table_normal th, .page_table_normal td {
    padding: 20px 30px;
    font-size: 1.6rem;
  }
  p.page_note {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .page_box p.page_note {
    margin-top: 5px;
  }
  .page_box p {
    margin-bottom: 20px;
  }
  .page_box {
    margin: 40px 0 60px;
  }
  .page_box .inner_box {
    margin: 0 0 35px;
  }
  .page_box h3 {
    margin: 0 0 30px;
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  .page_box ul.page_li {
    margin: 15px 0;
  }
  .page_main > figure {
    margin-bottom: 40px;
  }
}
.page_gray_column {
  margin: 40px 0 50px;
  padding: 30px 20px 30px;
  background: #f9f9f9;
  text-align: center;
}
.page_gray_column h3 {
  margin: 0 0 25px;
  font-size: 2.4rem;
  font-weight: 700;
}
.page_gray_column h4 {
  margin: 30px 0 -10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.page_gray_column p {
  margin: 0;
}
.page_gray_column p a {
  color: #00a26a;
}
.entry_navi {
  margin: 0 -5px -20px;
  padding: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.entry_navi li {
  margin: 0 5px 10px;
  width: calc(50% - 10px);
  text-align: center;
  border: 3px solid #f1f1f1;
}
.entry_navi li.on {
  border: 3px solid #fff;
  background-color: #fff;
}
.entry_navi li a {
  padding: 85px 0 25px;
  display: block;
  pointer-events: none;
  text-decoration: none;
}
.entry_navi li.on a {
  pointer-events: inherit;
}
.entry_navi_madoguchi {
  background: url(../images/icon/icon_madoguchi_off.svg) no-repeat center 30px;
  background-size: 49px 36px;
}
.entry_navi_atm {
  background: url(../images/icon/icon_atm_off.svg) no-repeat center 30px;
  background-size: 42px 35px;
}
.entry_navi_netbank {
  background: url(../images/icon/icon_netbank_off.svg) no-repeat center 20px;
  background-size: 60px 47px;
}
.entry_navi_webmoshikomi {
  background: url(../images/icon/icon_webmoshikomi_off.svg) no-repeat center 30px;
  background-size: 49px 36px;
}
.entry_navi_yuso {
  background: url(../images/icon/icon_yuso_off.svg) no-repeat center 25px;
  background-size: 35px 35px;
}
.entry_navi_fax {
  background: url(../images/icon/icon_fax_off.svg) no-repeat center 30px;
  background-size: 48px 32px;
}
.entry_navi_print {
  background: url(../images/icon/icon_print_off.svg) no-repeat center 40px;
  background-size: 60px 40px;
}
.entry_navi_madoguchi.on {
  background: #fff url(../images/icon/icon_madoguchi_on.svg) no-repeat center 30px;
  background-size: 49px 36px;
}
.entry_navi_atm.on {
  background: #fff url(../images/icon/icon_atm_on.svg) no-repeat center 30px;
  background-size: 42px 35px;
}
.entry_navi_netbank.on {
  background: #fff url(../images/icon/icon_netbank_on.svg) no-repeat center 20px;
  background-size: 60px 47px;
}
.entry_navi_webmoshikomi.on {
  background: #fff url(../images/icon/icon_webmoshikomi_on.svg) no-repeat center 30px;
  background-size: 49px 36px;
}
.entry_navi_yuso.on {
  background: #fff url(../images/icon/icon_yuso_on.svg) no-repeat center 25px;
  background-size: 35px 35px;
}
.entry_navi_fax.on {
  background: url(../images/icon/icon_fax_on.svg) no-repeat center 30px;
  background-size: 48px 32px;
}
.entry_navi_print.on {
  background: #fff url(../images/icon/icon_print_on.svg) no-repeat center 40px;
  background-size: 60px 40px;
}
.entry_navi li dt {
  color: #d3d3d3;
  font-weight: 600;
  display: flex;
  height: 2.6em;
  white-space: nowrap;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
}
.entry_navi li.on dt {
  color: #00a26a;
}
.entry_navi li dd {
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: #d3d3d3;
}
.entry_navi li.on dd {
  color: #333;
}
@media screen and (min-width: 960px) {
  .page_gray_column {
    margin: 60px auto;
    padding: 50px 0 60px;
  }
  .page_gray_column h3 {
    margin: 0 0 25px;
    font-size: 2.8rem;
  }
  .page_gray_column h4 {
    margin: 25px 0 -5px;
  }
  .entry_navi li.on:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
  .entry_navi {
    margin: 0;
    padding: 40px 50px 0;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .entry_navi li {
    margin: 0 5px;
    max-width: 155px;
    height: 210px;
    width: calc(100% - 60px);
  }
  /* お問い合わせパーツ１つ */
  .entry_navi li:only-child {
    max-width: 310px;
  }
  /* お問い合わせパーツ２つ */
  .entry_navi li:first-child:nth-last-child(2), .entry_navi li:first-child:nth-last-child(2) ~ li {
    max-width: 310px;
  }
  /* お問い合わせパーツ３つ */
  .entry_navi li:first-child:nth-last-child(3), .entry_navi li:first-child:nth-last-child(3) ~ li {
    max-width: 310px;
  }
  /* お問い合わせパーツ４つ */
  .entry_navi li:first-child:nth-last-child(4), .entry_navi li:first-child:nth-last-child(4) ~ li {
    max-width: 240px;
  }
  /* お問い合わせパーツ５つ */
  .entry_navi li:first-child:nth-last-child(5), .entry_navi li:first-child:nth-last-child(5) ~ li {
    max-width: 190px;
  }
  /* お問い合わせパーツ６つ */
  .entry_navi li:first-child:nth-last-child(6), .entry_navi li:first-child:nth-last-child(6) ~ li {
    max-width: 155px;
  }
  .entry_navi li a {
    padding: 120px 0 0;
    height: 210px;
  }
  .entry_navi_madoguchi {
    background: url(../images/icon/icon_madoguchi_off.svg) no-repeat center 45px;
    background-size: 62px 45px;
  }
  .entry_navi_atm {
    background: url(../images/icon/icon_atm_off.svg) no-repeat center 45px;
    background-size: 53px 44px;
  }
  .entry_navi_netbank {
    background: url(../images/icon/icon_netbank_off.svg) no-repeat center 35px;
    background-size: 75px 59px;
  }
  .entry_navi_webmoshikomi {
    background: url(../images/icon/icon_webmoshikomi_off.svg) no-repeat center 45px;
    background-size: 62px 45px;
  }
  .entry_navi_yuso {
    background: url(../images/icon/icon_yuso_off.svg) no-repeat center 40px;
    background-size: 44px 44px;
  }
  .entry_navi_fax {
    background: url(../images/icon/icon_fax_off.svg) no-repeat center 45px;
    background-size: 60px 40px;
  }
  .entry_navi_madoguchi.on {
    background: #fff url(../images/icon/icon_madoguchi_on.svg) no-repeat center 45px;
    background-size: 62px 45px;
  }
  .entry_navi_atm.on {
    background: #fff url(../images/icon/icon_atm_on.svg) no-repeat center 45px;
    background-size: 53px 44px;
  }
  .entry_navi_netbank.on {
    background: #fff url(../images/icon/icon_netbank_on.svg) no-repeat center 35px;
    background-size: 75px 59px;
  }
  .entry_navi_webmoshikomi.on {
    background: #fff url(../images/icon/icon_webmoshikomi_on.svg) no-repeat center 45px;
    background-size: 62px 45px;
  }
  .entry_navi_yuso.on {
    background: #fff url(../images/icon/icon_yuso_on.svg) no-repeat center 40px;
    background-size: 44px 44px;
  }
  .entry_navi_fax.on {
    background: url(../images/icon/icon_fax_on.svg) no-repeat center 45px;
    background-size: 60px 40px;
  }
  .entry_navi li dt {
    font-weight: 500;
  }
  .entry_navi li.on a:hover dt {
    color: #25c38d;
  }
  .entry_navi li dd {
    margin: 5px 0 0;
  }
}
.contact_column {
  margin: 20px auto 0;
}
.contact_tel {
  margin: 0 0 25px;
}
.contact_tel dt {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 3.2rem;
  font-weight: 400;
  display: inline-block;
}
.contact_tel dt.freedial {
  padding-left: 55px;
  background: url(../images/common/icon_freedial.png) no-repeat 0 center;
  background-size: 50px auto;
}
.contact_tel dt.freedial span {
  font-size: 1.2rem;
  display: block;
}
.contact_tel dt.tel {
  padding-left: 30px;
  background: url(../images/common/icon_tel.svg) no-repeat 0 center;
  background-size: 22px 35px;
}
.contact_tel dt a {
  text-decoration: none;
  color: #00a26a;
}
.contact_tel dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.contact_tel dd .note {
  display: block;
  font-size: 1.1rem;
}
.btn_contact {
  display: block;
}
.btn_contact a {
  border-radius: 5px;
  padding: 28px 0;
  background: #00a26a;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 2.2rem;
  border: 2px solid #00a26a;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .contact_column {
    margin: 25px auto 0;
    width: 935px;
  }
  .contact_tel {
    margin: 0 0 30px;
  }
  .contact_tel dt {
    padding: 0 0 5px 65px;
    font-size: 5.0rem;
    font-weight: 400;
    background-size: 55px auto;
  }
  .contact_tel dt.freedial span {
    font-size: 1.4rem;
  }
  .contact_tel dt.tel {
    padding-left: 35px;
  }
  .contact_tel dd {
    line-height: 1.8;
  }
  .contact_tel dd .note {
    font-size: 1.2rem;
  }
  .btn_contact {
    display: inline-block;
  }
  .btn_contact a {
    padding: 30px 60px;
  }
  .btn_contact a:hover {
    background: #fff;
    color: #00a26a;
  }
}
@media screen and (min-width: 1400px) {
  .contact_column {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_column > * {
    width: 50%;
  }
  .contact_tel {
    margin: 0;
    display: inline-block;
  }
  .contact_btn {
    border-left: 1px solid #d2d2d2;
  }
}
.page_flow {
  margin: 0 0 50px;
}
.page_flow > li {
  margin: 0 0 25px;
  padding: 20px 25px;
  border: 3px solid #ebebeb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
  position: relative;
}
.page_flow > li::after {
  position: absolute;
  content: '';
  margin: auto;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #ebebeb;
}
.page_flow > li:last-child::after {
  display: none;
}
.page_flow > li > span {
  padding-right: 20px;
  color: #00a26a;
  font-size: 2.8rem;
  font-weight: 700;
}

.page_flow .page_necessary {
  margin: 10px -25px -20px;
  width: calc(100% + 50px);
}

@media screen and (min-width: 960px) {
  .page_flow > li {
    padding: 20px 40px;
  }
  .page_flow > li > span {
    font-weight: 900;
  }
  .page_flow .page_necessary {
    margin: 10px -40px -20px;
    width: calc(100% + 80px);
  }
}

.page_quote {
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  font-style: italic;
}
.page_quote h4 {
  margin: 0 0 10px;
  font-weight: 500;
}
.page_quote p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
.page_quote ul.page_li {
  margin: 0;
}
/*.page_quote ul.page_li li {

	font-style: normal;

}*/
.page_quote ul.page_li li {
  font-style: normal;
  font-size: 0.9em;
}
.page_faq {
  margin: 0 -20px 30px;
}
.page_faq_q {
  margin: 0 0 20px;
  padding: 12px 20px 12px 45px;
  background: #f7f7ec;
}
.page_faq_q span {
  margin: 0 10px 0 -25px;
  font-size: 2.0rem;
  color: #00a26a;
  font-weight: 500;
}
.page_faq_a {
  padding: 0 30px 5px 45px;
}
.page_faq_a span {
  margin: 0 10px 0 -25px;
  font-size: 2.0rem;
  color: #e04e4e;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .page_quote {
    margin: 0 0 50px;
    padding: 25px 30px;
  }
  .page_quote h4 {
    margin: 0 0 15px;
  }
  .page_faq {
    margin: 0 0 50px;
  }
  .page_faq_q {
    margin: 0 0 25px;
    padding: 15px 30px 15px 45px;
    border-radius: 30px;
  }
  .page_faq_a {
    padding: 0 30px 0 45px;
  }
}
p.page_link {
  margin: 0 0 15px;
}
p.page_link a {
  padding: 0 40px 0 12px;
  text-decoration: none;
  background: url(../images/common/link_icon.svg) no-repeat 0 center;
  background-size: 6px 10px;
}
p.page_link a:hover {
  text-decoration: underline;
}
p.page_link_btn {
  margin: 0 0 20px;
  display: inline-block;
}
p.page_link_btn a {
  padding: 13px 35px;
  background: #00a26a;
  border: 2px solid #00a26a;
  display: block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
p.page_link_btn a span {
  padding: 0 0 0 12px;
  background: url(../images/common/link_icon_white.svg) no-repeat 0 center;
  background-size: 6px 10px;
}
p.page_link_btn a.outlink {
  padding: 13px 30px;
  background: #00a26a;
  border: 2px solid #00a26a;
}
p.page_link_btn a.outlink span {
  padding-left: 20px;
  background: url(../images/common/icon_outlink_w.svg) no-repeat 0 center;
  background-size: 14px auto;
}
@media screen and (min-width: 960px) {
  p.page_link {
    margin: 0 0 30px;
  }
  p.page_link a:hover {
    text-decoration: underline;
  }
  p.page_link_btn {
    margin: 0 40px 30px 0;
  }
  p.page_link_btn a {
    padding: 13px 40px;
  }
  p.page_link_btn a:hover {
    color: #00a26a;
    background: #fff;
  }
  p.page_link_btn a:hover span {
    background: url(../images/common/link_icon.svg) no-repeat 0 center;
    background-size: 6px 10px;
  }
  p.page_link_btn a.outlink {
    padding: 13px 35px;
  }
  p.page_link_btn a.outlink:hover {
    text-decoration: none;
  }
  p.page_link_btn a.outlink:hover span {
    background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
    background-size: 14px auto;
  }
}
.page_li {
  margin: 0 0 20px;
}
.page_li li {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.5;
}
.page_li li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #00a26a;
  left: 0;
  top: 8px;
}
ul.page_liIn {
  padding-bottom: 30px;
}
.page_liIn li {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 130%;
  list-style: disc;
}
.page_ol {
  margin: 0 0 30px;
  counter-reset: ol_li;
}
.page_ol li {
  margin: 0 0 10px;
  padding: 0 0 0 1.3em;
  line-height: 1.5;
}
.page_ol li::before {
  margin-left: -1.4em;
  padding-right: 0.4em;
  counter-increment: ol_li;
  content: counter(ol_li)".";
  color: #00a26a;
}
.page_ol li > * {
  display: inline-block;
}
.page_ol li h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.page_ol li h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.page_ol li p {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .page_li {
    margin: 0 0 30px;
  }
}
.page_tab {
  margin: 60px -20px 20px;
}
.page_tab ul {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #00a26a;
}
.page_tab li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_tab li a {
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
.page_tab li.act a {
  color: #fff;
  background: #00a26a;
}
.page_tab li.act {
  border-radius: 6px 6px 0 0;
  background: #00a26a;
}
.page_tab_body {
  display: none;
}
.page_tab_body.act {
  display: block;
}
@media screen and (min-width: 960px) {
  .page_tab {
    margin: 60px 0 30px;
  }
  .page_tab ul {
    padding: 0;
    justify-content: space-between;
    border-bottom: 2px solid #00a26a;
  }
  .page_tab li {
    display: block;
  }
  .page_tab li.act {
    border-radius: inherit;
    background: inherit;
  }
  .page_tab li a {
    padding: 15px 0;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
  }
  .page_tab li:not('.act') a:hover {
    color: #00a26a;
  }
}
.btn_big {
  margin: 30px 0;
}
.btn_big a {
  margin: 0 auto;
  padding: 4px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
  background: #00a26a;
  border-radius: 5px;
  border: 2px solid #00a26a;
  text-decoration: none;
}
.btn_big a em {
  margin: 0 0 3px;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
}
.btn_middle {
  margin: 30px 0;
  width: 100%;
}
.btn_middle a,
.btn_middle input {
  padding: 14px 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  background: #00a26a;
  border-radius: 5px;
  border: 2px solid #00a26a;
  text-decoration: none;
  line-height: 1.4;
}
.btn_middle input {
  width: 100%;
}
.btn_middle form {
  margin: 0 auto;
}
.btn_middle input {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.btn_middle > p {
  margin-top: 10px;
  width: 100%;
}
.btn_middle a.outlink {
  padding: 16px 10px;
  line-height: 1.4;
  background: #00a26a;
  position: relative;
}
.btn_middle a.outlink span {
  padding-left: 20px;
  background: url(../images/common/icon_outlink_w.svg) no-repeat 0 center;
  background-size: 14px auto;
}
.entry_netbank a span {
  padding: 10px 0 10px 65px;
  display: block;
  background: url(../images/common/icon_netbank_white.svg) no-repeat 0 center;
  background-size: 56px 40px;
}
.entry_screening a span {
  padding: 10px 0 10px 145px;
  display: block;
  background: url(../images/common/icon_net_madoguchi_white.svg) no-repeat 0 center;
  background-size: 134px 40px;
}
.entry_simulation a span {
  padding: 10px 0 10px 65px;
  display: block;
  background: url(../images/common/icon_calcurator_white.svg) no-repeat 0 center;
  background-size: 60px 50px;
}
p.link_madoguchi {
  margin: 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  display: table;
  padding: 10px 0 10px 70px;
  background: url(../images/icon/icon_madoguchi_on.svg) no-repeat 0 center;
  background-size: 62px 45px;
}
.page_btn_2column {
  margin: 0 0 30px;
}
.page_btn_2column > div {
  margin: 0 0 10px;
}
.page_btn_2column a {
  padding: 8px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.page_span {
  font-weight: bold;
  font-size: 1.1em;
}
p.memo {
  border: 2px solid #A80002;
  color: #A80002;
  padding: 10px;
  margin: 10px;
}
@media screen and (min-width: 960px) {
  .btn_big {
    margin: 40px auto;
    display: flex;
  }
  .btn_big a {
    padding: 18px 100px;
    font-weight: 600;
    font-size: 2.2rem;
  }
  .btn_big a em {
    margin: 0 0 5px;
  }
  .btn_big a:hover {
    background: #fff;
    color: #00a26a;
  }
  .btn_middle {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
  }
  .btn_middle a,
  .btn_middle input {
    padding: 14px 100px;
    font-weight: 600;
    transition: all 0.30s ease 0s;
  }
  .btn_middle input {
    width: auto;
  }
  .btn_middle a:hover,
  .btn_middle input:hover {
    background: #fff;
    color: #00a26a;
    cursor: pointer;
  }
  .btn_middle.center a,
  .btn_middle.center input {
    margin: 0 auto;
  }
  .btn_middle a.outlink {
    padding: 16px 100px;
  }
  .btn_middle a.outlink:hover {
    text-decoration: none;
  }
  .btn_middle a.outlink:hover span {
    background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
    background-size: 14px auto;
  }
  .entry_netbank a span {
    padding: 12px 0 12px 70px;
    background: url(../images/common/icon_netbank_white.svg) no-repeat 0 center;
    background-size: 62px 44px;
  }
  .entry_screening a span {
    padding: 12px 0 12px 160px;
    background: url(../images/common/icon_net_madoguchi_white.svg) no-repeat 0 center;
    background-size: 149px 45px;
  }
  .entry_netbank a:hover span {
    background: url(../images/common/icon_netbank_green.svg) no-repeat 0 center;
    background-size: 62px 44px;
  }
  .entry_screening a:hover span {
    background: url(../images/common/icon_net_madoguchi_green.svg) no-repeat 0 center;
    background-size: 149px 45px;
  }
  .entry_simulation a:hover span {
    background: url(../images/common/icon_calcurator_green.svg) no-repeat 0 center;
    background-size: 60px 50px;
  }
  p.link_madoguchi {
    margin: 40px auto;
    font-size: 1.8rem;
  }
  p.link_madoguchi a:hover {
    text-decoration: none;
  }
  .page_btn_2column {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .page_btn_2column > div {
    margin: 40px 0;
    width: calc(50% - 25px);
  }
  .page_btn_2column a {
    padding: 10px 0;
  }
}
.page_link_column,
.page_linkimg_column {
  margin: 40px 0;
  padding: 30px 20px 10px;
  background: #f9f9f9;
  width: 100%;
}
.index_contents .page_link_column {
  margin: 0 20px;
  width: calc(100% - 40px);
}
.index_contents .page_linkimg_column {
  margin: 0 20px 60px;
  width: calc(100% - 40px);
}
.index_column .page_linkimg_column ul {
  margin-bottom: 30px;
}

.page_link_column h4,
.page_linkimg_column h4 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.page_link_column li {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
}

.page_link_column li a {
  text-decoration: none;
}

.index_column .page_linkimg_column li {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  box-shadow: none;
}

.index_column .page_link_column li a {
  color: #00a26a;
  display: block;
  text-decoration: none;
}

.index_column .page_linkimg_column li a {
  padding: 0;
  color: #00a26a;
  display: block;
  min-height: inherit;
  text-decoration: none;
}

.index_column .page_linkimg_column li figure {
  margin: 0 0 15px;
  height: auto;
  display: block;
  width: auto;
  position: inherit;
}

.index_column .page_linkimg_column li figure img {
  width: 100%;
}

.page_linkimg_column li h4,
.page_linkimg_column li h5 {
    margin: 0;
    font-weight: 500;
    display: inline-block;
}

.page_linkimg_column li p {
    margin: 10px 0 0;
    color: #333;
    font-weight: normal;
}

.page_link_column li a.outlink {
  margin-left: 20px;
  background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
  background-size: 14px auto;
}

.page_linkimg_column li a.outlink h4,
.page_linkimg_column li a.outlink h5 {
  padding-left: 20px;
  background: url(../images/common/icon_outlink.svg) no-repeat 0 center;
  background-size: 14px auto;
}

@media screen and (min-width: 960px) {

  .page_link_column,
  .page_linkimg_column {
    margin: 60px 0;
    padding: 40px 0 25px;
    text-align: center;
  }
  .index_contents .page_link_column {
    margin: 0 auto;
    width: 100%;
  }
  .index_contents .page_linkimg_column {
    margin: 0 auto 80px;
    width: 100%;
  }
  .page_link_column h4,
  .page_linkimg_column h4 {
    margin: 0 0 25px 0;
    font-size: 2.0rem;
  }
  .page_link_column ul {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .index_column .page_linkimg_column ul {
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: center;
  }
  .page_link_column li {
    margin: 0 10px 10px;
    transition: all 0.25s ease 0s;
  }
  .index_column .page_linkimg_column li {
    margin: 0 15px 15px;
    width: 400px;
  }
  .page_link_column li a,
  .page_linkimg_column li a {
    padding: 25px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .page_linkimg_column li a h4,
  .page_linkimg_column li a h5 {
      font-size: 1.7rem;
  }

  .page_linkimg_column li p {
      margin: 15px 0 0;
      color: #333;
      font-weight: normal;
  }

  .page_link_column li:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }

  .index_column .page_linkimg_column li:hover {
    box-shadow: none;
  }
  .page_link_column li a:hover,
  .page_linkimg_column li a:hover {
    color: #25c38d;
  }
  .page_link_column li a.outlink:hover,
  .page_linkimg_column li a.outlink:hover {
    text-decoration: none;
  }
  .page_link_column li a.outlink {
    margin-left: 30px;
  }

  .page_linkimg_column li a.outlink h4,
  .page_linkimg_column li a.outlink h5 {
    margin: 0;
    padding-left: 22px;
  }

}
@media screen and (min-width: 1400px) {
  .index_contents .page_link_column,
  .index_contents .page_linkimg_column {
    margin: 0 15px 80px;
    width: calc(100% - 30px);
  }
}
.page_kinri_column {
  margin: 30px 0;
}
.page_kinri_column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page_kinri_column li {
  margin: 0 10px 10px 0;
  padding: 6px 15px;
  background: #d5efe2;
  border-radius: 5px;
  color: #00a26a;
  font-size: 2.0rem;
  font-weight: 600;
}
.page_kinri_column li em {
  font-size: 4.0rem;
}
@media screen and (min-width: 960px) {
  .page_kinri_column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page_kinri_column li {
    margin: 0 20px 20px 0;
    padding: 20px 35px;
  }
  .page_kinri_column li em {
    font-size: 5.0rem;
  }
}
.page_voice {
  margin: 30px 0;
}
.page_voice li {
  margin: 0 0 20px;
  padding: 20px;
  background: #f9f9f9;
}
.page_voice li div {
  display: flex;
}
.page_voice li h4 {
  margin: 0 0 20px 0;
  padding: 0 60px 0 0;
  color: #00a26a;
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.page_voice li h4::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #00a26a;
}
.page_voice li h4 em {
  padding: 0 5px;
  font-size: 3.0rem;
}
.page_voice li h5 {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.page_voice li p {
  margin: 0;
  font-size: 1.4rem;
  flex: 1;
}
.page_voice li figure {
  margin: 0 0 0 30px;
  width: 76px;
  height: 100px;
}
@media screen and (min-width: 960px) {
  .page_voice {
    margin: 0 0 50px;
  }
  .page_voice li {
    margin: 0 0 30px;
    padding: 30px 40px 40px;
    background: #f9f9f9;
    position: relative;
  }
  .page_voice li div {}
  .page_voice li h5 {
    font-size: 1.8rem;
  }
  .page_voice li p {
    width: calc(100% - 135px);
    flex: inherit;
  }
  .page_voice li figure {
    width: 95px;
    height: 125px;
    position: absolute;
    top: 50px;
    right: 40px;
  }
}
/* ---------------------------

	お知らせ

--------------------------- */
.news_index {
  margin: 30px 0 60px;
  text-align: left;
}
.news_index ul {
  margin: 0 20px 10px;
}
.news_index li a {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #333;
}
.news_index li.important a {
  color: #d40000;
}
.news_index li time {
  font-size: 1.4rem;
}
.news_index li .tag {
  margin: 0 10px 5px;
  padding: 3px 0;
  font-size: 1.2rem;
  color: #fff;
  width: 105px;
  border-radius: 4px;
  text-align: center;
  flex-shrink: 0;
}
.tag_important {
  background: #d40000;
}
.tag_news {
  background: #00a26a;
}
.tag_attention {
  background: #ce2b5d;
}
.tag_mente {
  background: #e88f38;
}
.tag_campaign {
  background: #a05c96;
}
.news_index li p {
  width: 100%;
}
.news_index_2colum {
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .news_index {
    margin: 0 0 130px;
  }
  .news_index ul {
    margin: 0 auto 20px;
    max-width: 1100px;
  }
  .news_index li a {
    padding: 10px;
    flex-wrap: nowrap;
  }
  .news_index li a:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
  .news_index li a:hover p {
    color: #25c38d;
  }
  .news_index li.important a:hover p {
    color: #f13c73;
  }
  .news_index li a:hover time {
    color: #333;
  }
  .news_index li.important a:hover time {
    color: #f13c73;
  }
  .news_index li .tag {
    margin: 0 20px;
    padding: 2px 0 4px;
    font-size: 1.4rem;
    width: 118px;
  }
  .news_index li p {
    width: auto;
  }
  .news_index_2colum {
    margin: 0 auto;
    padding: 0 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 1100px;
  }
  .news_index_2colum .news_index {
    flex: 1;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  .news_index_2colum {
    padding: 0 25px 80px;
  }
}
@media screen and (min-width: 1400px) {
  .news_index_2colum {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1500px;
  }
}
.index_pager {
  margin: 30px 0 60px;
}
.index_pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_pager li {
  margin: 0 3px;
  font-size: 1.8rem;
}
.index_pager li a {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #00a26a;
  border-radius: 3px;
}
.index_pager li.act a {
  background: #c8c8c8;
  color: #fff;
}
.index_pager .page_back {
  margin-right: 10px;
}
.index_pager .page_forward {
  margin-left: 10px;
}
.index_pager .page_back a, .index_pager .page_forward a {
  width: 42px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_pager .page_back span, .index_pager .page_forward span {
  text-indent: -9999px;
  width: 12px;
  height: 19px;
  background: url(../images/common/link_icon.svg) no-repeat;
  background-size: cover;
}
.index_pager .page_back span {
  transform: scale(-1, 1);
}
@media screen and (min-width: 960px) {
  .index_pager {
    margin: 60px 0;
  }
  .index_pager li {
    margin: 0 6px;
  }
  .index_pager li a:hover {
    background: #00a26a;
    color: #fff;
  }
  .index_pager .page_back {
    margin-right: 30px;
  }
  .index_pager .page_forward {
    margin-left: 30px;
  }
  .index_pager .page_back a:hover, .index_pager .page_forward a:hover {
    background: #00a26a;
  }
  .index_pager .page_back a:hover span, .index_pager .page_forward a:hover span {
    background: url(../images/common/link_icon_white.svg) no-repeat;
    background-size: cover;
  }
}
/* ---------------------------

	ダイレクトバンキング

--------------------------- */
.index_imp_news {
  padding: 15px 20px 5px;
  border-bottom: 2px solid #dc3a3a;
  background: #ffe9e9;
  text-align: left;
}
.index_imp_news h2 {
  color: #d40000;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
}
.index_imp_news ul {
  padding: 10px 0;
  background: #ffe9e9;
}
.index_imp_news li {
  font-size: 1.4rem;
}
.index_imp_news li a {
  padding: 5px 0;
  background: #ffe9e9;
  display: block;
}
.index_imp_news li a > div {
  display: flex;
}
.index_imp_news li time {
  margin: 0 10px 0 0;
}
.index_imp_news li p {
  padding: 0 0 0 18px;
  background: url(../images/common/icon_warning_link.svg) no-repeat 0 5px;
  background-size: 12px auto;
}
@media screen and (min-width: 960px) {
  .index_imp_news {
    margin-top: -20px;
    padding: 0;
    position: relative;
    background: none;
  }
  .index_imp_news_title {
    position: relative;
    top: 35px;
    width: 1100px;
  }
  .index_imp_news ul {
    padding: 15px 0;
  }
  .index_imp_news li a {
    padding: 2px 0;
  }
  .index_imp_news li a:hover {
    background: #fff3f3;
  }
  .index_imp_news li a > div {
    padding: 0 0 0 135px;
    position: relative;
    z-index: 2;
  }
  .index_imp_news li time {
    margin: 0 20px 0 0;
  }
  .index_imp_news li a:hover p {
    color: #d40000;
  }
  .index_imp_news li a:hover time {
    color: #333;
  }
}

.directbanking_navi {
  padding: 30px 20px;
  background: #f7f7ec;
}

.directbanking_navi .inner_narrow > p {
  margin: 0 0 30px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}

.btn_ib_logon {
  margin: 0 0 20px 0;
  padding: 5px;
  width: 100%;
  background: #ffd800;
  border-radius: 8px;
}

.btn_ib_logon a {
  padding: 10px 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 7px;
  height: calc(100% - 10px);
}

.btn_ib_logon a div {
  padding: 15px 0 15px 45px;
  display: inline-block;
  background: url(../images/kojin/netservice/ib/login_icon.png) no-repeat 0 center;
  background-size: 31px auto;
}

.btn_ib_logon a span {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
}

.directbanking_navi_top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.directbanking_navi_top li:first-child {
  margin-top: 0;
  width: 100%;
}

.directbanking_navi_top li {
  margin-top: 10px;
  width: calc(50% - 5px);
}

.directbanking_navi_top li a {
  padding: 15px 0;
  background: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  color: #00a26a;
  font-weight: bold;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.directbanking_navi_top li:first-child a span {
  padding: 10px 0 10px 32px;
  background: url(../images/kojin/netservice/ib/icon_biginner.png) no-repeat 0 center;
  background-size: 24px auto;
}

.bnr_phishwall {
  margin: 0 0 20px;
}

.bnr_phishwall a {
  padding: 15px 20px 20px;
  display: block;
  border: 3px solid #f96c4e;
  border-radius: 5px;
  background: #fff;
}

.bnr_phishwall p {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.4rem;
}

.bnr_phishwall figure {
  margin: 0 auto;
}

.directbanking .btn_big {
  margin: 50px 20px 0;
  text-align: left;
}

.directbanking .btn_big a {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 960px) {

  .directbanking_navi {
    padding: 50px 0;
  }

  .directbanking_navi .inner_narrow > p {
    margin: 0 0 40px;
    font-size: 1.6rem;
    text-align: center;
  }

  .directbanking_navi_top {
    display: flex;
    flex-wrap: wrap;
  }

  .btn_ib_logon {
    margin: 0 40px 40px 0;
    padding: 5px;
    width: 330px;
    background: #ffd800;
    border-radius: 8px;
    transition: all 0.25s ease 0s;
  }

  .btn_ib_logon:hover {
    background: #ffdf30;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }

  .btn_ib_logon a {
    padding: 0;
    border: 1px solid #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .btn_ib_logon a div {
    padding: 60px 0 0 0;
    background: url(../images/kojin/netservice/ib/login_icon.png) no-repeat center 0;
    background-size: 31px auto;
  }

  .btn_ib_logon a span {
    padding: 9px 45px 11px;
    display: inline-block;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    background: #f4b200;
    border-radius: 30px;
  }

  .directbanking_navi_top ul {
    margin-bottom: 40px;
    order: 2;
    width: calc(100% - 370px);
  }

  .directbanking_navi_top li {
    margin-top: 20px;
    width: calc(50% - 10px);
  }

  .directbanking_navi_top li a {
    padding: 15px 0;
    border-radius: 6px;
    font-size: 1.6rem;
  }

  .directbanking_navi_top li:first-child a span {
    padding: 5px 0 5px 32px;
    background: url(../images/kojin/netservice/ib/icon_biginner.png) no-repeat 0 center;
    background-size: 24px auto;
  }

  .directbanking_navi_top li a:hover {
    color: #25c38d;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
  }

  .bnr_phishwall {
    margin: 0;
    order: 3;
    width: 100%;
  }

  .bnr_phishwall a {
    padding: 20px 0 30px;
  }

  .bnr_phishwall p {
    font-size: 1.6rem;
  }
  .bnr_phishwall figure {
    width: 620px;
  }

  .bnr_phishwall a:hover {
    border: 3px solid #ff937c;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }

  .bnr_phishwall a:hover p {
    color: #e7320c;
  }

  .directbanking .btn_big {
    margin: 30px auto 0;
    padding-bottom: 30px;
    text-align: left;
  }

  .directbanking .btn_big a {
    padding: 15px 190px;
    display: block;
  }

  .directbanking .btn_big a span {
    padding-left: 80px;
  }

}

.directbanking .page_contents {
  margin: 0 20px;
}
.directbanking .page_gray_column {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .directbanking .page_contents {
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 1200px;
  }
}
.directbanking_news_index {
  margin: 30px 0 0;
  text-align: left;
}
.directbanking_news_index h2 {
  margin: 0 20px 20px;
  padding: 0 0 15px;
  color: #00a26a;
  font-size: 1.9rem;
  font-weight: bold;
  border-bottom: 2px solid #ebebeb;
}
.directbanking_news_index ul {
  margin: 0 20px 10px;
}
.directbanking_news_index li a {
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  color: #333;
  flex-wrap: wrap;
}
.directbanking_news_index li.important a {
  color: #d40000;
}
.directbanking_news_index li time {
  font-size: 1.4rem;
}
.directbanking_news_index li .tag {
  margin: 0 10px 5px;
  padding: 3px 0;
  font-size: 1.2rem;
  color: #fff;
  width: 105px;
  border-radius: 4px;
  text-align: center;
  flex-shrink: 0;
}
.directbanking_news_index li .tag_important {
  background: #d40000;
}
.directbanking_news_index li .tag_news {
  background: #00a26a;
}
.directbanking_news_index li .tag_attention {
  background: #ce2b5d;
}
.directbanking_news_index li p {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .directbanking_news_index {
    margin: 50px auto 0;
    max-width: 1100px;
    text-align: left;
  }
  .directbanking_news_index h2 {
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 2.6rem;
  }
  .directbanking_news_index ul {
    margin: 0 0 20px 0;
  }
  .directbanking_news_index li a {
    padding: 10px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .directbanking_news_index li a:hover {
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .directbanking_news_index li a:hover p {
    color: #25c38d;
  }
  .directbanking_news_index li.important a:hover p {
    color: #f13c73;
  }
  .directbanking_news_index li a:hover time {
    color: #333;
  }
  .directbanking_news_index li.important a:hover time {
    color: #f13c73;
  }
  .directbanking_news_index li .tag {
    margin: 0 20px;
    padding: 2px 0 4px;
    font-size: 1.4rem;
    width: 118px;
  }
  .directbanking_news_index li p {
    width: auto;
  }
}

/* ---------------------------

  法人インターネットバンキング

--------------------------- */

.btn_hojin_logon {
  margin: 0 0 20px 0;
}

.btn_hojin_user_logon {
  margin: 0 0 20px 0;
  padding: 5px;
  width: 100%;
  background: #326c75;
  border-radius: 8px;
}

.btn_hojin_user_logon a {
  padding: 10px 0;
  display: block;
  border: 1px solid #619aa3;
  border-radius: 7px;
  height: calc(100% - 10px);
}

.btn_hojin_user_logon a div {
  padding: 15px 0 15px 45px;
  display: inline-block;
  background: url(../images/hojin/gourika/ib/login_icon.png) no-repeat 0 center;
  background-size: 31px auto;
}

.btn_hojin_user_logon a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn_hojin_admin_logon {
  margin: 0 0 20px 0;
  padding: 5px;
  width: 100%;
  background: #4ea623;
  border-radius: 8px;
}

.btn_hojin_admin_logon a {
  padding: 10px 0;
  display: block;
  border: 1px solid #7ec75a;
  border-radius: 7px;
  height: calc(100% - 10px);
}

.btn_hojin_admin_logon a div {
  padding: 15px 0 15px 45px;
  display: inline-block;
  background: url(../images/hojin/gourika/ib/login_icon.png) no-repeat 0 center;
  background-size: 31px auto;
}

.btn_hojin_admin_logon a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.business_internetbanking .page_gray_column {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 960px) {

  .btn_hojin_logon {
    margin: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
  }

  .btn_hojin_user_logon {
    margin: 0 0 20px 0;
    padding: 5px;
    width: 330px;
    border-radius: 8px;
    transition: all 0.25s ease 0s;
    height: 100%;
  }

  .btn_hojin_user_logon:hover {
    background: #3f858f;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }

  .btn_hojin_user_logon a {
    padding: 0;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .btn_hojin_user_logon a div {
    padding: 60px 0 0 0;
    background: url(../images/hojin/gourika/ib/login_icon.png) no-repeat center 0;
    background-size: 31px auto;
  }

  .btn_hojin_user_logon a span {
    padding: 9px 45px 11px;
    display: inline-block;
    background: #19525b;
    border-radius: 30px;
  }

  .btn_hojin_admin_logon {
    margin: 0;
    padding: 5px;
    width: 330px;
    border-radius: 8px;
    transition: all 0.25s ease 0s;
    height: 100%;
  }

  .btn_hojin_admin_logon:hover {
    background: #65bf38;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }

  .btn_hojin_admin_logon a {
    padding: 0;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .btn_hojin_admin_logon a div {
    padding: 60px 0 0 0;
    background: url(../images/hojin/gourika/ib/login_icon.png) no-repeat center 0;
    background-size: 31px auto;
  }

  .btn_hojin_admin_logon a span {
    padding: 9px 45px 11px;
    display: inline-block;
    background: #36860f;
    border-radius: 30px;
  }

  .business_internetbanking .page_gray_column {
    margin: 60px auto 120px;
    width: 1100px;
  }

}

.page_title {
  margin: 30px 0;
  padding: 0 0 15px;
  color: #00a26a;
  line-break: 1.2;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600;
  font-size: 2.4rem;
}
.btn_index {
  margin: 30px 0 60px;
  padding: 20px 0 0;
  border-top: 1px solid #ebebeb;
  text-align: center;
}
.btn_index a {
  padding: 10px 40px;
  display: inline-flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  color: #333;
}
@media screen and (min-width: 960px) {
  .page_title {
    margin: 50px 0 40px;
    padding: 0 0 25px;
    font-size: 2.6rem;
  }
  .btn_index {
    margin: 60px 0 40px;
    padding: 40px 0 0;
  }
  .btn_index a {
    padding: 15px 60px;
    transition: all 0.25s ease 0s;
  }
  .btn_index a:hover {
    border: 1px solid #fff;
    color: #00a26a;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
}
/* ---------------------------

	インデックス共通パーツ

--------------------------- */
.index_header {
  padding: 0 20px;
  height: 145px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.index_header .index_title {
  font-size: 3.4rem;
  font-weight: 600;
  text-align: left;
}
.index_contents .path {
  padding: 15px 20px;
  background: #f9f9f9;
}
.kariru .index_header {
  background: url(../images/title/kariru_sp.jpg) no-repeat center center;
  background-size: cover;
}
.account .index_header {
  background: url(../images/title/account_sp.jpg) no-repeat center center;
  background-size: cover;
}
.service .index_header {
  background: url(../images/title/service_sp.jpg) no-repeat center center;
  background-size: cover;
}
.news .index_header {
  background: url(../images/title/news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.directbanking .index_header {
  background: url(../images/title/directbanking_sp.jpg) no-repeat center center;
  background-size: cover;
}
.netservice .index_header {
  background: url(../images/title/netservice_sp.jpg) no-repeat center center;
  background-size: cover;
}
.loan .index_header {
  background: url(../images/title/loan_sp.jpg) no-repeat center center;
  background-size: cover;
}
.tameru .index_header {
  background: url(../images/title/tameru_sp.jpg) no-repeat center center;
  background-size: cover;
}
.sonaeru .index_header {
  background: url(../images/title/sonaeru_sp.jpg) no-repeat center center;
  background-size: cover;
}
.soudan .index_header {
  background: url(../images/title/soudan_sp.jpg) no-repeat center center;
  background-size: cover;
}
.market .index_header {
  background: url(../images/title/market_sp.jpg) no-repeat center center;
  background-size: cover;
}
.support .index_header {
  background: url(../images/title/support_sp.jpg) no-repeat center center;
  background-size: cover;
}
.financing .index_header {
  background: url(../images/title/financing_sp.jpg) no-repeat center center;
  background-size: cover;
}
.gourika .index_header {
  background: url(../images/title/gourika_sp.jpg) no-repeat center center;
  background-size: cover;
}
.market_h .index_header {
  background: url(../images/title/market_h_sp.jpg) no-repeat center center;
  background-size: cover;
}
.soudan_h .index_header {
  background: url(../images/title/soudan_h_sp.jpg) no-repeat center center;
  background-size: cover;
}
.gaiyou .index_header {
  background: url(../images/title/gaiyou_sp.jpg) no-repeat center center;
  background-size: cover;
}
.recruit .index_header {
  background: url(../images/title/recruit_sp.jpg) no-repeat center center;
  background-size: cover;
}
.ib .index_header {
  background: url(../images/title/ib_sp.jpg) no-repeat center center;
  background-size: cover;
}
.h_ib .index_header {
  background: url(../images/title/h_ib_sp.jpg) no-repeat center center;
  background-size: cover;
}
.densai .index_header {
  background: url(../images/title/densai_sp.jpg) no-repeat center center;
  background-size: cover;
}
.gaitame .index_header {
  background: url(../images/title/gaitame_sp.jpg) no-repeat center center;
  background-size: cover;
}
.ib_news .index_header {
  background: url(../images/title/ib_news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.h_ib_news .index_header {
  background: url(../images/title/h_ib_news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.densai_news .index_header {
  background: url(../images/title/densai_news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.gaitame_news .index_header {
  background: url(../images/title/gaitame_news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.news .index_header {
  background: url(../images/title/news_sp.jpg) no-repeat center center;
  background-size: cover;
}
.info .index_header {
  background: url(../images/title/info_sp.jpg) no-repeat center center;
  background-size: cover;
}
.seminar .index_header {
  background: url(../images/title/seminar_sp.jpg) no-repeat center center;
  background-size: cover;
}
.campaign .index_header {
  background: url(../images/title/campaign_sp.jpg) no-repeat center center;
  background-size: cover;
}
.tenpo .index_header {
  background: url(../images/title/tenpo_sp.jpg) no-repeat center center;
  background-size: cover;
}
.business_internetbanking .index_header {
  background: url(../images/title/business_internetbanking_sp.jpg) no-repeat center center;
  background-size: cover;
}
.densainet .index_header {
  background: url(../images/title/densai_sp.jpg) no-repeat center center;
  background-size: cover;
}
.dekirukoto .index_header {
  background: url(../images/title/dekirukoto_sp.jpg) no-repeat center center;
  background-size: cover;
}


@media screen and (min-width: 960px) {
  .index_header {
    padding: 0 50px;
    height: 235px;
  }
  .index_header .index_title {
    font-size: 4.6rem;
  }
  .index_contents .path {
    padding: 20px 20px;
    background: #fff;
  }
  .kariru .index_header {
    background: url(../images/title/kariru_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .account .index_header {
    background: url(../images/title/account_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .service .index_header {
    background: url(../images/title/service_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .news .index_header {
    background: url(../images/title/news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .directbanking .index_header {
    background: url(../images/title/directbanking_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .netservice .index_header {
    background: url(../images/title/netservice_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .loan .index_header {
    background: url(../images/title/loan_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .tameru .index_header {
    background: url(../images/title/tameru_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .sonaeru .index_header {
    background: url(../images/title/sonaeru_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .soudan .index_header {
    background: url(../images/title/soudan_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .market .index_header {
    background: url(../images/title/market_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .support .index_header {
    background: url(../images/title/support_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .financing .index_header {
    background: url(../images/title/financing_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .gourika .index_header {
    background: url(../images/title/gourika_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .market_h .index_header {
    background: url(../images/title/market_h_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .soudan_h .index_header {
    background: url(../images/title/soudan_h_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .gaiyou .index_header {
    background: url(../images/title/gaiyou_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .recruit .index_header {
    background: url(../images/title/recruit_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .ib .index_header {
    background: url(../images/title/ib_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .h_ib .index_header {
    background: url(../images/title/h_ib_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .densai .index_header {
    background: url(../images/title/densai_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .gaitame .index_header {
    background: url(../images/title/gaitame_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .ib_news .index_header {
    background: url(../images/title/ib_news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .h_ib_news .index_header {
    background: url(../images/title/h_ib_news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .densai_news .index_header {
    background: url(../images/title/densai_news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .gaitame_news .index_header {
    background: url(../images/title/gaitame_news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .news .index_header {
    background: url(../images/title/news_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .info .index_header {
    background: url(../images/title/info_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .seminar .index_header {
    background: url(../images/title/seminar_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .campaign .index_header {
    background: url(../images/title/campaign_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .tenpo .index_header {
    background: url(../images/title/tenpo_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .business_internetbanking .index_header {
    background: url(../images/title/business_internetbanking_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .densainet .index_header {
    background: url(../images/title/densai_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .dekirukoto .index_header {
    background: url(../images/title/dekirukoto_pc.jpg) no-repeat center center;
    background-size: cover;
  }

}
.index_contents {
  margin: 0 0 70px;
}
.index_slide_wrapper {
  margin: 50px 0 0;
  position: relative;
}
.index_slide img {
  height: 100%;
  width: auto;
}
.index_slide .slick-slide {
  margin: 0;
  height: 260px;
}
.index_slide button {
  position: absolute;
  text-indent: -9999px;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 37px;
  margin: auto;
  z-index: 2;
}
.index_slide .slick-prev {
  left: 20px;
  background: url(../images/top/carousel_arrow_left.png) no-repeat;
  background-size: 24px auto;
}
.index_slide .slick-next {
  right: 20px;
  background: url(../images/top/carousel_arrow_right.png) no-repeat;
  background-size: 24px auto;
}
.index_slide_navi {
  margin: 20px 0;
}
.index_slide_navi ul {
  display: flex;
  justify-content: center;
}
.index_slide_navi li {
  margin: 0 5px;
  padding: 0;
  text-indent: -9999px;
  background: #d8d8d8;
  width: 10px;
  height: 10px;
  border-radius: 4px;
}
.index_slide_navi li.slick-active {
  background: #00a26a;
}
.index_slide .slick-slide img.pc {
  display: none;
}
.index_slide .slick-slide img.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .index_contents {
    margin: 0 0 90px;
  }
  .index_slide_wrapper {
    margin: 40px 0 0;
  }
  .index_slide .slick-slide {
    margin: 0 20px;
    height: 430px;
  }
  .index_slide .slick-prev {
    left: 30px;
  }
  .index_slide .slick-next {
    right: 30px;
  }
  .index_slide .slick-slide img.pc {
    display: block;
  }
  .index_slide .slick-slide img.sp {
    display: none;
  }
}
.page_main .index_slide_wrapper {
  margin: 20px 0 60px;
  max-width: 1100px;
}
.index_column {
  margin: 50px auto 0;
}
.index_column h2 {
  margin: 0 20px 60px;
  padding: 0 0 3px 18px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  border-left: 7px solid #00a26a;
  position: relative;
}
.index_column h2::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: -7px;
  background: #ebebeb;
}
.index_column li {
  margin: 0 20px 20px;
  padding: 20px 20px 25px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.index_column ul {
  margin: 0 0 50px;
}
.index_column li a {
  display: block;
}
.index_column li h3 {
  margin: 0 0 10px 75px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00a26a;
  text-align: left;
}
.index_column li div h3 {
  margin-left: 0;
}
.index_column li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 85px;
}
.index_column li figure img {
    width: 45px;
}
.index_column li figure.high_img img {
    width: auto;
    height: 40px;
}
.index_column p {
  margin-left: 75px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.index_column li div p {
  margin-left: 0;
}

@media screen and (min-width: 960px) {
  .index_column {
    margin: 60px auto 0;
    max-width: 1440px;
  }
  .index_column h2 {
    margin: 0 20px 80px;
    padding: 0 0 3px 20px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .index_column ul {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .index_column li {
    margin: 0 20px 40px;
    padding: 0;
    width: calc(33.3333% - 40px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
  .index_column li:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
  .index_column li a {
    padding: 35px;
    min-height: 270px;
  }
  .index_column li a > div {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_column li h3 {
    margin: 0;
    font-size: 2.0rem;
    text-align: center;
  }
  .index_column li a:hover h3 {
    color: #25c38d;
  }
  .index_column li figure {
    margin: 0;
    height: 120px;
    width: auto;
    max-width: inherit;
    position: inherit;
  }
  .index_column li figure img {
      width: 90px;
      height: auto;
  }
  .index_column li figure.high_img img {
      width: auto;
      height: 80px;
  }
  .index_column p {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .index_column h3 + p {
    margin-top: 20px;
  }
  .icon_mycar_loan {
    width: 75px;
    height: 65px;
  }
  .icon_kyoiku_loan {
    width: 100px;
    height: 60px;
  }
  .icon_reform_loan {
    width: 81px;
    height: 72px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  .index_column {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1400px) {
  .index_column {
    padding: 0 30px;
  }
}
/*20201116*/
.page_imgCenter {
  margin: 30px;
  text-align: center;
}
ul.groupUl li {
  clear: both;
  border: 0px;
  padding: 0 0 40px 20px;
  margin: 5px;
}
ul.groupUl li:nth-child(odd) {
  clear: both;
  border: 0px;
  padding: 0 0 40px 20px;
  margin: 5px;
  background: #f8f8f8;
}
ul.groupUl li h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #00a26a;
  padding: 30px 0 0 0;
  border: 0px;
}
ul.groupUl li p.glAd {
  padding: 5px;
  margin: 0px;
  white-space: nowrap;
}
ul.groupUl li p.glAbout {
  padding: 5px;
  margin: 0px;
}
@media screen and (min-width: 1400px) {
  ul.groupUl li p.glAd {
    padding: 5px;
    margin: 0px;
    width: 30%;
    float: left;
    white-space: nowrap;
  }
  ul.groupUl li p.glAbout {
    padding: 5px;
    margin: 0px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  ul.groupUl li p.glAd {
    padding: 5px;
    margin: 0px;
    width: 30%;
    float: left;
    white-space: nowrap;
  }
  ul.groupUl li p.glAbout {
    padding: 5px;
    margin: 0px;
  }
}
div.nurie ul li {
  float: left;
  text-align: center;
  margin: 20px;
}
.page_liFl {
  margin: 0 0 20px;
}
.page_liFl li {
  margin: 0 30px 10px 0;
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.5;
  float: left;
}
.page_liFl li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #00a26a;
  left: 0;
  top: 8px;
}
div.page_liFlDiv {
  overflow: auto;
  margin: 0 0 -25px 0;
}
@media screen and (min-width: 960px) {
  .page_li {
    margin: 0 0 30px;
  }
}
div.purchase ul.page_li li {
  margin-bottom: 30px;
  line-height: 180%;
}
div.purchase ul.page_li li strong {
  font-size: 1.1em;
}
ul.page_li_note li {
  margin: 0 0 4px;
  padding: 0 0 0 1em;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
  color: #727272;
  text-align: left;
}
.page_scrollBox {
  width: 100%;
  height: 250px;
  overflow: auto;
}
table.soudan th {
  padding: 2px 15px;
  text-align: center;
  font-size: 0.85em;
}
table.soudan td {
  padding: 9px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page_2column_80_20 > *:first-child {
    width: calc(80% - 20px);
  }
  .page_2column_80_20 > *:last-child {
    width: calc(20% - 20px);
  }
  .page_2column_80_20 {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
/* ---------------------------

	終身保険

--------------------------- */
.lineup_column {
  margin: 50px auto 0;
}
.lineup_column li a {
  display: block;
}
.lineup_column li {
  margin: 0 20px 20px;
  padding: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 12px;
}
.lineup_column figure {
  height: auto;
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}
.lineup_column figure img {
  max-width: 100%;
}
.lineup_column a {
  text-decoration: none;
}
.lineup_column dd {
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 20px 10px 20px;
}
.lineup_column .list_lineup_underwriter {
  padding: 0 20px 20px 20px;
  font-size: 1.2rem;
}
.lineup_column dt {
  background-color: #00a26a;
  border-radius: 12px 12px 0px 0px;
  padding: 15px;
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 80px;
  transition: background-color 0.25s ease 0s;
}
.lineup_column a:hover dt {
  background: #25c38d;
}
.list_lineup_tag {
  color: #fff;
  display: table;
  margin: 0 auto 5px auto;
  padding: 2px 10px 4px;
  font-size: 1.2rem;
  border-radius: 12px;
  width: auto;
}
.list_lineup_tag.inactive {
  background-color: #ce2b5d;
}
@media screen and (min-width: 960px) {
  .lineup_column {
    margin: 60px auto 0;
    max-width: 1440px;
  }
  .lineup_column ul {
    margin: 0 0 40px -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .lineup_column li {
    margin: 0 10px 40px;
    width: calc(25% - 20px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease 0s;
  }
  .lineup_column li:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 960px) and (max-width: 1399px) {
  .index_column {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1400px) {
  .lineup_column {
    padding: 0 30px;
  }
}
/* ---------------------------

	口座の作り方

--------------------------- */
.icon_license {
  width: 58px;
  height: 40px;
}
.icon_smartphone {
  width: 26px;
  height: 45px;
}
.icon_genkin {
  width: 49px;
  height: 45px;
}
.icon_identification {
  width: 63px;
  height: 48px;
}
.icon_inkan {
  width: 46px;
  height: 45px;
}

.icon_docment {
  width: 46px;
}

.icon_mynumber {
  width: 58px;
  height: 40px;
}
.page_necessary {
  margin: 0 0 40px;
  padding: 20px;
  background: #f9f9f9;
}
.page_list_necessary {
  margin-bottom: 5px;
}
.page_list_necessary li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  font-size: 16px;
  margin-bottom: 16px;
}
.page_list_necessary li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.page_list_necessary figure {
  text-align: center;
  margin-right: 10px;
  flex: 0 0 auto;
}
.page_necessary .page_note {
  margin-top: 16px;
}
.page_downloadapp {
  display: flex;
  justify-content: space-around;
  background-color: #f9f9f9;
}
.page_downloadapp_item {
  margin: 20px;
  flex: 1 1 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page_downloadapp_item:not(:first-child) {
  border-left: 1px #ccc solid;
  padding-left: 20px;
  margin-left: 0;
}
.page_downloadapp_body {
  text-align: center;
}
.page_downloadapp_qr {
  text-align: center;
  padding-left: 20px;
}
.page_downloadapp_heading {
  font-weight: bold;
  margin-bottom: 16px;
}
.page_downloadapp_btn {
  text-align: center;
}
.page_downloadapp_btn .download_btn {
  height: auto;
  width: 200px;
}
@media screen and (max-width: 959px) {
  .page_list_necessary figure {
    flex: 0 0 60px;
  }
  .page_downloadapp_item {
    margin: 0;
    padding: 20px;
  }
  .page_downloadapp_item:not(:first-child) {
    border-left: none;
    margin-left: 20px;
    padding-left: 0;
  }
  .page_list_necessary {
    margin-bottom: 15px;
  }
  .page_list_necessary li:last-child {
    margin-bottom: 0;
  }
  .page_downloadapp {
    display: block;
  }
  .page_downloadapp_qr {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .page_necessary {
    margin: 0 0 50px;
    padding: 25px 30px;
  }
  .page_list_necessary {
    display: flex;
    align-items: center;
  }
  .page_list_necessary li {
    border-left: 1px #ccc solid;
    padding-left: 36px;
    margin-left: 36px;
  }
  .page_list_necessary li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .page_list_necessary figure {
    margin-right: 16px;
  }
}
/* ---------------------------

    スマホ決済・オンライン決済

--------------------------- */
.lineup_column .page_pay_list > li {
  padding: 20px;
  text-align: center;
  border: 1px #d4d2d2 solid;
}
.page_pay_list > li a {
  color: #333;
}
.page_pay_list figure {
  margin-bottom: 10px;
}
.page_pay_list > li a:hover {
  color: #25c38d;
}
.page_pay_list > li a:hover figure {
  opacity: 0.75;
}
.page_pay_detail .page_flow {
  margin-top: 40px;
}
.page_pay_detail .page_h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .lineup_column {
    margin-bottom: 40px;
  }
  .lineup_column figure {
    max-width: 150px;
  }
  .lineup_column .page_pay_list > li {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ---------------------------

    アコーディオン

--------------------------- */
.accordion {
  overflow: hidden;
  margin: 40px 0 20px 0;
}
.accordion + .accordion {
  margin-top: 20px;
}
.accordion_body {
  display: none;
}
.accordion_header {
  border-radius: 5px;
  background-color: #f7f7ec;
  display: flex;
  cursor: pointer;
  border: #fff 1px solid;
}
.accordion_header.open {
  border-radius: 5px 5px 0 0;
  border: #ededcc 1px solid;
  border-bottom: none;
}
.accordion_header_logo {
  margin: 10px 0 10px 20px;
  display: flex;
  align-items: center;
}
.accordion_header_logo figure {
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  width: 120px;
  text-align: center;
  padding: 5px 10px;
}
.accordion_header_logo img {
  max-height: 40px;
  width: auto;
}
.accordion_header_icon {
  padding: 20px;
  margin-left: auto;
  width: 66px;
  background: #01a26b url(../images/common/icon_plus_white.svg) no-repeat center center;
  background-size: 20px auto;
  transition: background-color 0.20s ease 0s;
  border-radius: 0px 5px 5px 0px;
}
.accordion_header:hover .accordion_header_icon {
  background-color: #25c38d;
}
.open .accordion_header_icon {
  background: #01a26b url(../images/common/icon_minus_white.svg) no-repeat center center;
  background-size: 20px auto;
  border-radius: 0px 5px 0px 0px;
}
.accordion_heading {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px;
  transition: all 0.20s ease 0s;
  display: flex;
  align-items: center;
}
.accordion_header:hover, .accordion_header.open {
  color: #01a26b;
}
.accordion_body {
  padding: 30px;
  border: #ededcc 1px solid;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 959px) {
  .accordion_header_icon {
    padding: 20px;
    width: 50px;
    background-size: 15px auto;
  }
  .open .accordion_header_icon {
    background-size: 15px auto;
  }
  .accordion_heading {
    font-size: 2rem;
    padding-left: 10px;
  }
  .accordion_header_logo {
    margin-left: 10px;
  }
  .accordion_header_logo figure {
    width: 80px;
  }
  .accordion_body {
    padding: 20px;
  }
}
/* ---------------------------

   ページ内リンク一覧

--------------------------- */
.page_toc {
  padding: 20px;
  background: #f9f9f9;
}
.page_toc_list {
  margin: -10px;
}
.page_toc_list > li {
  display: inline-block;
  margin: 10px;
}
.page_toc_list > li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/common/icon_down.svg) no-repeat left center;
  background-size: 15px auto;
  margin-right: 5px;
}
.page_toc_list a {
  text-decoration: none;
  color: #333;
}
.page_toc_list a:hover {
  color: #00a36a;
}
@media screen and (max-width: 959px) {
  .page_toc_list > li {
    display: block;
  }
}
/* ---------------------------

   FAQ

--------------------------- */
.faq_q, .faq_a {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
.faq_q::before, .faq_a::before {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 1rem;
}
.faq_q::before {
  content: "Q";
  color: #00a26a;
}
.faq_a::before {
  content: "A";
  color: #df4449;
}
.faq_a p {
  margin-bottom: 0;
}
.accordion_header .faq_q {
  margin: 20px 30px;
}
.accordion_header .faq_q::before {
  margin-top: -0.4rem;
}
@media screen and (max-width: 959px) {
  .page_faq .accordion_body {
    padding: 20px 15px;
  }
  .accordion_header .faq_q {
    margin: 20px 15px;
  }
}
/* ---------------------------

	貸金庫

--------------------------- */
.icon_license {
  width: 58px;
  height: 40px;
}
.icon_smartphone {
  width: 26px;
  height: 45px;
}
.icon_passport {
  width: 72px;
  height: 40px;
}
.icon_passbook {
  width: 46px;
  height: 37px;
}
.icon_importantdocuments {
  width: 61px;
  height: 46px;
}
.icon_gold {
  width: 44px;
  height: 32px;
}
/* ----------------------------

		三十三銀行について

---------------------------- */
.about_index .index_header {
  height: 250px;
  background: url(../images/about/title/index_sp.jpg) no-repeat center center;
  background-size: cover;
}
.about_index .index_header h1 {
  color: #fff;
}
.about_index_list {
  margin: 40px 20px 60px;
}
.about_index_list li {
  margin: 0 0 35px;
  text-align: left;
}
.about_index_list li a {
  display: block;
}
.about_index_list li h2 {
  margin: 15px 0 10px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #00a26a;
}
.about_index_33fg {
  padding: 40px 20px 130px;
  text-align: left;
  background: url(../images/about/index_33fg_back_sp.jpg) no-repeat center top;
  background-size: cover;
}
.about_index_33fg h2 {
  margin: 0 0 25px;
  width: 100%;
  max-width: 350px;
}
.about_index_33fg p {
  margin: 0 0 20px;
}
.about_index_33fg .btn_green a {
  padding: 20px 0;
  display: block;
  color: #fff;
  font-weight: 500;
  background: #00a26a;
  border-radius: 4px;
  text-align: center;
}
.about_index .top_news_sec {
  padding-bottom: 70px;
}
.about_index .top_news_tab li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .header_gnavi .about_cate > li {
    width: 33.3333%;
  }
  .about_index .index_header {
    height: 350px;
    background: url(../images/about/title/index_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_index_list {
    margin: 100px auto 130px;
    max-width: 1400px;
  }
  .about_index_list ul {
    display: flex;
    justify-content: space-between;
  }
  .about_index_list li {
    margin: 0;
    width: calc(33.3333% - 55px);
    text-align: center;
  }
  .about_index_list li img {
    transition: all 0.25s ease 0s;
  }
  .about_index_list li a:hover img {
    transform: scale(1.05);
  }
  .about_index_list li a:hover h2 {
    color: #25c38d;
  }
  .about_index_list li h2 {
    margin: 20px 0 10px;
    font-size: 2.2rem;
    transition: all 0.25s ease 0s;
  }
  .about_index_33fg {
    padding: 0;
    background: url(../images/about/index_33fg_back_pc.jpg) no-repeat 0 center;
    background-size: cover;
  }
  .about_index_33fg .inner_narrow {
    padding-left: 625px;
    display: flex;
    align-items: center;
    height: 480px;
  }
  .about_index_33fg h2 {
    margin: 0 0 30px;
  }
  .about_index_33fg p {
    margin: 0 0 35px;
  }
  .about_index_33fg .btn_green {
    padding: 0;
    background: none;
    display: inline-block;
  }
  .about_index_33fg .btn_green a {
    padding: 28px 70px;
    border-radius: 6px;
    transition: all 0.25s ease 0s;
  }
  .about_index_33fg .btn_green a:hover {
    background: #25c38d;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.3);
    transition: all 0.25s ease 0s;
  }
  .about_index .top_news_sec {
    padding-bottom: 130px;
  }
}
/* ---------------------------

	ローンシミュレーション

--------------------------- */
.loan_simu table {
  margin: 20px 0 30px;
  width: 100%;
}
.loan_simu tr:nth-child(odd) {
  background: #f9f9f9;
}
.loan_simu th {
  padding: 15px 0 0 20px;
  vertical-align: middle;
  font-weight: bold;
  display: block;
}
.loan_simu td {
  padding: 15px 20px;
  display: block;
}
.loan_simu td p.note {
  margin: 0 0 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #727272;
  font-size: 1.2rem;
}
.loan_simu td p {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.loan_simu td p a {
  padding-left: 10px;
  font-size: 1.4rem;
  background: url(../images/common/link_icon.svg) no-repeat 0 center;
  background-size: 6px auto;
  text-decoration: none;
}
.loan_simu input[type="text"] {
  margin: 0 5px 10px 0;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.loan_simu select {
  margin: 0 10px 10px 0;
  padding: 12px 50px 12px 12px;
  font-size: 1.6rem;
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff url(../images/common/select_btn.svg) no-repeat right 10px center;
  background-size: 5px auto;
  border-radius: 0;
}
.loan_simu .btn_simu {
  text-align: center;
}
.loan_simu .btn_simu button,
.loan_simu .btn_simu input[type="button"] {
  margin: 20px 0;
  padding: 15px 0;
  background: #00a26a;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.loan_simu .btn_simu input[type="reset"] {
  padding: 12px 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  background: #a2a2a2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.loan_simu .sim_select {
  white-space: nowrap;
}

@media screen and (min-width: 960px) {
  .loan_simu table {
    margin: 40px 0;
  }
  .loan_simu th {
    padding: 20px 20px 20px 30px;
    display: table-cell;
  }
  .loan_simu td {
    padding: 20px 30px;
    display: table-cell;
  }
  .loan_simu td p.note {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
  }
  .loan_simu td p {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .loan_simu td p a {
    font-size: 1.6rem;
    background: url(../images/common/link_icon.svg) no-repeat 0 center;
    background-size: 6px auto;
  }
  .loan_simu input[type="text"] {
    margin: 0 10px 10px 0;
    padding: 12px;
    font-size: 1.6rem;
    border: 1px solid #e2e2e2;
  }
  .loan_simu select {
    background: #fff url(../images/common/select_btn.svg) no-repeat right 10px center;
    background-size: 6px auto;
  }
  .loan_simu .btn_simu {
    display: flex;
    margin-left: 200px;
  }
  .loan_simu .btn_simu.btn_add {
    margin-left: 0;
  }
  .loan_simu .btn_simu input {
    margin: 0 10px;
  }
  .loan_simu .btn_simu button,
  .loan_simu .btn_simu input[type="button"] {
    margin: 0 10px;
    padding: 15px 90px;
    font-size: 2.0rem;
    width: auto;
  }
  .loan_simu .btn_simu input[type="reset"] {
    padding: 17px 30px;
    font-size: 1.6rem;
  }
}
.simu_result {
  margin: 60px -10px 0;
  padding: 30px 5px 20px;
  border: 3px solid #00a26a;
  border-radius: 8px;
  text-align: center;
}
.simu_result h3 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #00a26a;
}
.simu_result h4 {
  margin: 30px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.simu_result table {
  margin: 20px 0;
  background: #fff;
}
.simu_result tr {
  background: inherit !important;
}
.simu_result th {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 15px 2px 10px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #735742;
  background: #f7f7ec;
  display: table-cell;
  line-height: 1.2;
}
.simu_result td {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 0 2px;
  font-weight: bold;
  font-size: 1.0rem;
  text-align: center;
  background: #f7f7ec;
  display: table-cell;
}
.simu_result input[type="button"] {
  margin: 0 15px 20px;
  padding: 12px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #00a26a;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 70% !important;
}
@media screen and (min-width: 960px) {
  .simu_result {
    margin: 40px 0 0;
    padding: 30px 35px 35px;
    border: 4px solid #00a26a;
  }
  .simu_result h3 {
    font-size: 2.8rem;
  }
  .simu_result h4 {
    font-size: 2.0rem;
  }
  .simu_result table {
    margin: 30px 0;
  }
  .simu_result th {
    padding: 15px 10px 10px;
    font-size: 1.8rem;
  }
  .simu_result td {
    padding: 10px 10px 15px;
    font-size: 2.3rem;
  }
  .simu_result input[type="button"] {
    margin: 0 15px;
    padding: 15px 35px;
    font-size: 2.0rem;
    width: auto !important;
  }
}
.mycar_karikae_result h4 {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #735742;
}
.mycar_karikae_result .a_left {
  text-align: left;
}
.mycar_karikae_result th, .mycar_karikae_result td {
  padding: 10px;
  border: 2px solid #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .mycar_karikae_result h4 {
    margin: 30px 0 0;
    font-size: 2.4rem;
  }
  .mycar_karikae_result th {
    font-size: 1.2rem;
  }
  .mycar_karikae_result th, .mycar_karikae_result td {
    padding: 15px 20px;
    border: 4px solid #fff;
    font-size: 2.3rem;
  }
}

.omatome_sim_table .add_cr {
  display: none;
}

.omatome_sim_table tr:first-child {
  display: none;
}

.omatome_sim_table .sp_th {
  padding: 0 0 10px 0;
  vertical-align: middle;
  font-weight: bold;
  display: block;
}

.omatome_sim_table td {
  padding-bottom: 0;
}

.omatome_sim_table td:last-child {
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {

  .omatome_sim_table tr:first-child {
    display: table-row;
  }

  .omatome_sim_table .sp_th {
    display: none;
  }

  .omatome_sim_table td {
    padding-bottom: 20px;
  }

  .omatome_sim_table td:last-child {
    padding-bottom: 20px;
  }

}

.simu_note_column ul {
  margin: 30px 0 0;
}

.simu_note_column li {
  margin: 0 0 20px;
  text-align: center;
}

.simu_note_column li p {
    margin: 0 0 10px;
}

.simu_note_column li a {
  padding: 8px 10px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  background: #00a26a;
  display: block;
}

@media screen and (min-width: 960px) {

  .simu_note_column ul {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
  }

  .simu_note_column li {
    margin: 0 50px;
  }

  .simu_note_column li p {
      margin: 0 0 10px;
  }

  .simu_note_column li a {
    padding: 10px 10px;
  }

}

/* ---------------------------

    お問合せフォーム

--------------------------- */
.form input:not([type=“radio”]):not([type=“checkbox”]):not([type=“submit”]),
.form textarea{
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border:1px #bbb solid;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,.15) inset;
}

.form input:not([type="radio"]):not([type="checkbox"]):focus,
.form textarea:focus,
.form_select select:focus{
    background-color: #fff;
    border-color: #00a26a;
    outline: 0;
    box-shadow: 0 0 0 2px #00a26a;
}
.form input[disabled]:not([type="radio"]):not([type="checkbox"]){
    background-color: #f0f0f0;
    color: #888;
    box-shadow: none;
}
.form li{
 font-size: inherit;
}
.form_row{
        display: flex;
        flex-direction: column;
    }
.form_item{
    border-top:1px #e6e6e6 solid;
}
p.form_item{
    margin-bottom: 0;
}

.form_item:last-of-type{
    border-bottom:1px #e6e6e6 solid;
}
.form_label{
    display: block;
    font-weight: 700;
    color: #333;
    box-sizing: border-box;
    background-color: #eee;
}
.form_inputs{
    display: block;
    box-sizing: border-box;
}

.form_notes{
    font-size: 14px;
    color: #555;
    display: block;
    margin-top: 10px;
}
.form_notes small{
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}
.form_inputs_fluid{

}
.form_text{
    margin-top: 10px;
    display: block;
}
.form_select {
	overflow: hidden;
	/* width: 90%; */
	display: inline-block;
	/* margin: 2em auto; */
	text-align: center;
	position: relative;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 20px;
}
.form_select::before {
	position: absolute;
	top: calc(50% - 8px);
	right: 16px;
	width: 0;
	height: 0;
	padding: 0;
	pointer-events: none;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.form_select select {
	padding: 8px;
	width: 100%;
	line-height: 1.6;
	padding-right: 2.5em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	/* background: transparent; */
	background-color: #fafafa;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
}
.form_select.multiple{
    overflow-y: auto;
}
.form_select.multiple::before{
    display: none;
}
.form_select select::-ms-expand {
	/*IE*/
	display: none;
}
.form_select.disabled select, .form_select select[disabled] {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.form_select.disabled select::before, .form_select select[disabled]::before {
	opacity: 0.5;
}

/* custom checkbox radio button*/

.checkbox01-input, .radio01-input {
	opacity: 0 !important;
	position: absolute;
}
.checkbox01-parts, .radio01-parts {
    display: inline-block;
    position: relative;
	padding-left: 28px;
	padding-right: 0;
	margin: 0 20px 10px 0;
	line-height: 20px;
	font-size: 16px;
}
.radio01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 50%;
	box-sizing: content-box;
}

.radio01-input:checked+.radio01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	background: #00a26a;
	border-radius: 50%;
	box-sizing: content-box;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #999;
	border-radius: 4px;
	box-sizing: content-box;
	background-color: #fff;
}
.checkbox01-input:checked+.checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: 7px;
	width: 7px;
	height: 17px;
	transform: rotate(40deg);
	border-bottom: 4px solid #00a26a;
	border-right: 4px solid #00a26a;
	box-sizing: content-box;
}

.form_submit{
    margin-top: 40px;
    text-align: center;
}
.btn_submit{
    padding: 16px;
    min-width: 300px;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
    background: #00a26a;
    border-radius: 5px;
    border: 2px solid #00a26a;
    text-decoration: none;
}
.form fieldset{
    border:none;
}
@media screen and (min-width: 960px) {
    .form_row{
        flex-direction:row;
    }

    .form_label{
        flex: 0 1 24%;
        padding: 20px 30px;
    }
    .form_inputs{
        flex: 1 1 auto;
        padding: 20px 30px;
    }
    .form_inputs input + input{
        margin-top: 0;
        margin-left: 16px;
    }

}
@media screen and (max-width: 959px) {
    .form_item{

        border-top: none;
    }
    .form_inputs input{
        display: block;
    }
    .form_inputs input + input{
        margin-top: 15px;
    }
    .form_label{
        padding: 10px;
    }
    .form_inputs{
        padding: 20px 0 40px 0;
    }
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([maxlength]),
textarea{
    width: 100%;
}

}

/* ---------------------------

    ご利用の流れ

--------------------------- */

.process_list{
    margin-bottom: 60px;
}
.process_list_item:not(:last-child)::after{
    content: url(../images/icon/icon_arrow_down.svg);
    display: block;
    width: 48px;
    height: 28px;
    margin: 20px auto;
}
.process_row{
    background-color: #f7f7ec;
    border-radius: 10px;
    padding: 20px;
    display: flex;
}

.process_heading{
    color: #533c32;
    font-weight: 600;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    flex: 1 1 20%;
    margin-left: 44px;
    position: relative;
    line-height: 1.4;
}
.process_heading::before {
    counter-increment:process_number;
    content:counter(process_number);
    border-radius: 34px;
    display: inline-block;
    background-color: #00a36a;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    left: -44px;
    position: absolute;
}
.process_list {
    counter-reset:process_number;
    }
.process_detail{
    border-left: 2px #00a36a solid;
    padding-left: 30px;
    margin-left: 30px;
    flex: 1 1 80%;
}
.process_detail p{
    margin-bottom: 0;
}
.process_detail_row{
 display: flex;
}
.process_detail_row + .process_innerbox{
    margin-top: 30px;
}
.process_detail_col {
}
.process_detail_col:nth-of-type(even){
    margin-left: 20px;
}
.process_detail_col p.page_link_btn{
        margin: 0 0 0 auto;
    }
.process_detail_col .page_link_btn > a{

    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}
.process_innerbox{
    border-radius: 10px;
    border:1px solid #8a7f6c;
    padding: 0 20px 20px;
    box-sizing: border-box;
    margin-top: 10px;
}
.process_innerbox > dt{
    color: #8a7f6c;
    font-weight: 500;
    font-size: 18px;
    background-color: #f8f8ed;
    padding: 0 10px;
    position: relative;
    top:-10px;
    display: inline-block;
}


.process_innerbox .list_normal > li{
    margin-left: 1em;
}
.process_innerbox .list_normal > li::before{
    content: "・";
    font-weight:600;
    margin-left: -1em;
}

@media screen and (max-width: 768px) {
    .process_detail_row{
        flex-direction: column;
            }
    .process_heading{
        font-size: 20px;

    }

    .process_detail_col:nth-of-type(even){
        margin-left: 0;
        margin-top: 10px;
        align-self: flex-end;
    }
    .process_detail_col .page_link_btn a{
        padding: 0 40px 0 12px;
        text-decoration: none;
        background: url(../images/common/link_icon.svg) no-repeat 0 center;
        background-size: 6px 10px;
        color: #00a26a;
        text-decoration: underline;
        border:none;
    }

    .process_detail_col .page_link_btn a{
        padding-right: 0;
    }
    .process_detail_col p.page_link_btn a span{
        padding: 0;
    }
}

@media screen and (max-width: 679px) {
    .process_row{
        display: block;
    }
    .process_heading{
        align-self: center;
        text-align: center;
        flex-basis: 100%;
        margin-left: 0;
    }
    .process_heading::before {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -40px;
        position: relative;
        left: -10px;

    }
    .process_detail {
        border-left: none;
         border-top: 2px #00a36a solid;
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        padding-top: 10px;
    }
    .process_detail_row + .process_innerbox{
        margin-top: 20px;
    }
    .process_list_item:not(:last-child)::after{
        width: 36px;
        height: 21px;
        margin: 15px auto;
    }
    .process_list{
        margin-bottom: 40px;
    }
    .process_innerbox{
        padding: 0 10px 10px;
    }
}

/* ---------------------------

    お手続きの流れ

--------------------------- */
.flowchart{
    max-width: 630px;
    margin: 40px auto;
}
.flowchart_q{
    background-color: #8a7f6c;
    color: #fff;
    font-weight: 500;
    font-size: 2.1rem;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
p.flowchart_q{
    margin-bottom: 0;
}
.flowchart_branch{
    display: flex;
    /* align-items: center; */
}
.flowchart_col{
    flex:1;
    text-align: center;
    position: relative;
}
.toushin .flowchart_col_left{
    flex-basis: 40%;
}
.toushin .flowchart_col_right{
    flex-basis: 60%;
}
.flowchart_col::before{
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: 7px;
    top:0;
    left: calc(50% - 7px);
    z-index: 0;
    background-color: #8a7f6c;
}
.flowchart_col::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11.5px 0 11.5px;
    border-color: #8a7f6c transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
.flowchart_btn{
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    padding: 12px 20px;
    min-width: 150px;
    box-sizing: border-box;
    margin: 40px auto;
    border:2px #533c32 solid;
    background-color: #533c32;
    color: #fff;
    z-index: 1;
    position: relative;
}
p.flowchart_btn{
  margin: 40px auto;
}
.flowchart_col_left .flowchart_btn{
    color: #533c32;
    background-color: #fff;
}
.flowchart_box{
    position: relative;
    z-index: 1;
    background-color: #fff;
    border:3px #ebebd0 solid;
    border-radius: 6px;
}
.flowchart_box dt{
    background-color: #f7f7ec;
    padding: 14px 20px;
    color: #533c32;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.flowchart_box dd{
    padding: 16px 20px;
}
.flowchart_box dd p{
    margin-right: 0;
    margin: 0 0 16px 0;
}
.flowchart_box dd p:last-child{
    margin-bottom: 10px;
}
.flowchart_box p.page_link_btn a{
    padding-left: 20px;
    padding-right: 20px;
}
.flowchart_q_box{
    border:3px #8a7f6c solid;
    border-radius: 10px;
    box-sizing: border-box;
}
.flowchart_q_box .flowchart_q{
    border-radius: 5px 5px 0px 0px;
}
.flowchart_q_box_row{
    display: flex;
    padding: 20px 20px 30px 20px;
    justify-content: space-around;
}
.flowchart_q_box_col{
    flex: 0 1 48%;
}
.flowchart_q_box_col_head{
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
    color: #533c32;
}
.flowchart_q_box_col dd{
    text-align: center;
}
.flowchart_q_box_col_head em{
    font-size: 2.2rem;
}
.flowchart_q_box_col p{
    margin-right: 0;
    margin-bottom: 0;

}
.flowchart_q_box_col p.page_link_btn a{
    padding: 10px 40px;
}


.page_link_btn.btn_icon a > span{
     padding: 0 0 0 35px;
     display: flex;
     align-items: center;
     text-align: left;
     line-height: 1.4;
     /* vertical-align: middle; */
     display: flex;
}
.page_link_btn.btn_icon a > span >span{
    background-image: none;
    padding-left: 0;
}
.page_link_btn.btn_login a > span {
  padding-left: 36px;
  display: block;
  background: url(../images/common/icon_login_white.svg) no-repeat 0 center;
  background-size: 20px 26px;
  min-height: 32px;
}
.page_link_btn.btn_login a:hover > span {
   background: url(../images/common/icon_login_green.svg) no-repeat 0 center;
  background-size: 20px 26px;
}
.page_link_btn.btn_branch a > span {
  background: url(../images/icon/icon_madoguchi2_on.svg) no-repeat 0 center;
  background-size: 48px 32px;
  min-height: 32px;
  padding: 0px 0 0px 58px;

}
.page_link_btn.btn_white a{
    background-color: #fff;
    border:2px #00a36a solid;
    color: #00a36a;
}
.page_link_btn.btn_white a:hover{
    background-color: #00a36a;
    color: #fff;
}
.page_link_btn.btn_branch > a:hover span {
  background: url(../images/icon/icon_madoguchi2_white.svg) no-repeat 0 center;
  background-size: 48px 32px;
}
.flowchart_q_box_col .page_link_btn.btn_icon a > span{
    min-height: 50px;
}
.page_link_btn .a_left{
    text-align: left;
}
.flowchart_q_box_col .page_link_btn span em{
    font-size: 1.8rem;
    font-weight: 500;
}
@media screen and (max-width: 500px) {
    .flowchart_q{
        font-size: 1.8rem;
    }
    .toushin .flowchart_col_left{
        flex-basis: 30%;
    }
    p.flowchart_btn{
        min-width: 80px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.6rem;
    }
    .toushin .flowchart_col_right{
        flex-basis: 70%;
    }
    .flowchart_box dt{
        font-size: 1.6rem;
    }
    .flowchart_box dd{
        font-size: 1.4rem;
    }
    .flowchart_box p.page_link_btn{
        width: 100%;
        display: block;
    }
    .flowchart_q_box_row{
        display: block;
    }
    .flowchart_q_box_col+.flowchart_q_box_col{
        margin-top: 30px ;
    }
    .flowchart_q_box_col_head em{
        font-size: 2rem;
    }
}


/* ---------------------------

カーローン借り換えLP

--------------------------- */
.onmousLp:hover {
  transform: scale(1.05);
  transition: all .3s ease-out;
}
/* ---------------------------

    マージン

--------------------------- */
.marB0 {
  margin-bottom: 0 !important;
}
.marB10 {
  margin-bottom: 10px !important;
}
.marB20 {
  margin-bottom: 20px !important;
}
.marB30 {
  margin-bottom: 30px !important;
}
.marB40 {
  margin-bottom: 40px !important;
}
.marT0 {
  margin-top: 0 !important;
}
.marT10 {
  margin-top: 10px !important;
}
.marT20 {
  margin-top: 20px !important;
}
.marT30 {
  margin-top: 30px !important;
}
.marT40 {
  margin-top: 40px !important;
}
/* ---------------------------

    フロート

--------------------------- */
.flL {
  float: left;
}
.flR {
  float: right;
}
/* ---------------------------

    リストカスタマイズ

--------------------------- */
ul.liFl {
  overflow: auto;
}
ul.liFl li {
  float: left;
  margin: 10px 30px 0 0
}
ul.page_li li span.pale {
  font-size: 1.3rem;
  color: #727272;
  text-align: left;
}
.page_li_nonSt {
  margin: 0 0 20px;
}
.page_li_nonSt li {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.5;
}
.page_li_nonStIndent {
  margin: 0 0 20px;
}
.page_li_nonStIndent li {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
  line-height: 1.5;
    padding-left:1em;
    text-indent:-1em;
}
.osusume {
  background: #EEEEEE;
  color: #494949;
  border-radius: 20px;
  padding: 5px 30px;
  margin: 30px 0 10px 0;
  font-size: 0.8em;
}
span.h3Mini {
  font-weight: normal;
  color: #666666;
  margin: 0 0 0 10px;
  display: inline;
  font-size: 0.6em;
}
p span.shopDate {
  background: #E4EAE8;
  font-size: 0.7em;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
p.shopDate {
  font-size: 0.8em;
  border-bottom: 1px #E4EAE8 solid;
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  span.h3Mini {
    display: block;
  }
}

p.page_indent{
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 10px;
}
/* ---------------------------

    faq　ATMカスタマイズ

--------------------------- */
.faq_qNon, .faq_aNon {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
.faq_aNon p {
  margin-bottom: 0;
}
.accordion_header .faq_qNon {
  margin: 20px 30px;
}
@media screen and (max-width: 959px) {
  .accordion_header .faq_qNon {
    margin: 20px 15px;
  }
}

div.atmFaq{
    background:#f7f7ec;
    border-radius: 5px;
    padding: 35px 30px 1px 30px;
}
/* ---------------------------

    PDFアイコン

--------------------------- */

p.koukokuPdf a {
  padding: 5px 35px 5px 20px;
  background: url(../images/common/icon_pdf.svg) no-repeat right center;
  background-size: 25px 25px;
  text-decoration: none;
}

ul.page_li_pdf li a {
  padding: 5px 35px 5px 5px;
  background: url(../images/common/icon_pdf.svg) no-repeat right center;
  background-size: 25px 25px;
}

ul.page_li li a.pdf {
  padding: 5px 35px 5px 0;
  background: url(../images/common/icon_pdf.svg) no-repeat right center;
  background-size: 25px 25px;
}


/* ---------------------------
    貯蓄術
--------------------------- */
div.chocchikuBox{
    background: #00A26A;
    padding: 30px 50px 120px 30px;
    margin: 20px;
    border-radius: 5px;
}

div.chocchikuBox p{
    color: #FFFFFF;
}

.chochikuNext{
position: relative;
    top:-150px;
    text-align: center;
    padding-bottom: 0px;
}
/* ---------------------------
    サービス一覧
--------------------------- */
div.page_serviceDiv{
    float: left;
    padding: 0 45px 0 10px;
}

div.page_serviceDiv h4.page_h4{
    margin: 0 auto 30px auto;
}

div.page_serviceDiv ul.page_li{
    padding: 0 0 0 10px;
}


/* ---------------------------
    同意ボタン
--------------------------- */
.doui_btn_box {
  margin: 30px 0;
  text-align: center;
}
.doui_btn_box .btn_middle {
  margin-top: 25px;
}
.doui_btn_box .btn_middle a {
  pointer-events: none;
  background: #9a9a9a;
  border-color: #9a9a9a;
}
.doui_btn_box.on .btn_middle a {
  pointer-events: inherit;
  color: #fff;
  background: #00a26a;
  border-color: #00a26a;
}
@media screen and (min-width: 960px) {
  .doui_btn_box {
    margin: 40px 0;
  }
  .doui_btn_box .btn_middle {
    margin-top: 30px;
  }
  .doui_btn_box.on .btn_middle a:hover {
    opacity: 0.7;
  }
}

/* ---------------------------
　　同意事項
--------------------------- */
div.douiFl{
    height: 500px;
    overflow-y:scroll;
    overflow-x:hidden;
    border: solid 1px #6B6B6B;
    padding: 10px;
}
/* ---------------------------
　　ご利用いただきやすい店舗づくりをめざして
--------------------------- */
p.univ{
    font-size: 2.8rem;
    line-height: 180%;
}

span.page_botomhr{
    border-bottom: #7B7B7B 1px solid;
}


/* ---------------------------
　　店舗・ATM
--------------------------- */

.bnr_tenpo {
  margin: 0 20px 30px;
  border-radius: 5px;
  background: #00a26a url(../images/common/tenpo_img1.png) no-repeat left -55px top -38px;
  background-size: 190px auto;
}

.bnr_tenpo a {
  padding: 30px 60px;
  display: block;
  background: url(../images/common/tenpo_img2.png) no-repeat right -15px top 30px;
  background-size: 80px auto;
}

.bnr_tenpo h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  border: none;
  text-align: center;
}

.bnr_tenpo h2::after {
  display: none;
}

.bnr_tenpo p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}

.top_info .bnr_tenpo {
  margin: 0 0 20px;
  width: 100%;
  background: #00a26a url(../images/common/tenpo_img1.png) no-repeat left -65px top -65px;
  background-size: 230px auto;
}

 .top_info .bnr_tenpo a {
  padding: 32px 0;
  background: url(../images/common/tenpo_img2.png) no-repeat right -10px top 5px;
  background-size: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_info .bnr_tenpo h2 {
  margin: 0;
  font-size: 2.0rem;
}

@media screen and (min-width: 960px) {

  .bnr_tenpo {
    margin: 0 0 60px;
    background: #00a26a url(../images/common/tenpo_img1.png) no-repeat 0 center;
    background-size: 435px auto;
    transition: all 0.25s ease 0s;
  }

  .bnr_tenpo a {
    padding: 32px 0 35px;
    background: url(../images/common/tenpo_img2.png) no-repeat right 70px top 4px;
    background-size: 188px auto;
  }

  .bnr_tenpo h2 {
    margin: 0 0 15px;
    font-size: 3.0rem;
  }

  .bnr_tenpo p {
    font-size: 1.6rem;
  }

  .bnr_tenpo:hover {
    opacity: 0.7;
    transition: all 0.25s ease 0s;
  }

  .top_info .bnr_tenpo {
    margin: 0 20px 0 0;
    background: #00a26a url(../images/common/tenpo_img1.png) no-repeat 40px center;
    background-size: 350px auto;
  }

   .top_info .bnr_tenpo a {
    padding: 28px 0;
    background: url(../images/common/tenpo_img2.png) no-repeat right 150px top -25px;
    background-size: 145px auto;
  }

  .top_info .bnr_tenpo h2 {
    font-size: 2.4rem;
  }

}

/* ---------------------------
　　バナーキャプション
--------------------------- */
p.btnCap{
    text-align: center;
    margin-bottom:0px;
    font-size: 2rem;
}
p.btnCap strong span{
    padding:10px;
    font-size: 2.8rem;
}

/* ---------------------------
　　三十三銀行のできること
--------------------------- */

.dekirukoto_wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

.dekirukoto .index_header {
  margin-bottom: 50px;
}

.dekirukoto .page_main {
  margin: 0;
}

.dekirukoto_column {
  text-align: center;
}

.dekirukoto_copy {
  margin: 0 auto 40px;
  padding: 0 50px;
  position: relative;
  display: inline-block;
}

.dekirukoto_copy::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 52px;
  margin: auto;
  background: url(../images/kojin/dekirukoto/star_left.png) no-repeat;
  background-size: 42px auto;
}

.dekirukoto_copy::after {
  position: absolute;
  content: '';
  top: 15px;
  right: 0;
  width: 42px;
  height: 52px;
  background: url(../images/kojin/dekirukoto/star_right.png) no-repeat;
  background-size: 42px auto;
}

.dekirukoto_copy p {
  color: #00a26a;
  font-weight: bold;
  font-size: 3.0rem;
  line-height: 1.3;
}

@media screen and (min-width: 960px) {

  .dekirukoto_wrapper {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .dekirukoto .index_header {
    margin-bottom: 70px;
  }

  .dekirukoto_copy {
    margin: 30px auto 100px;
    padding: 0 80px;
  }

  .dekirukoto_copy::before {
    width: 61px;
    height: 72px;
    background-size: 61px auto;
  }

  .dekirukoto_copy::after {
    top: 35px;
    width: 61px;
    height: 72px;
    background-size: 61px auto;
  }

  .dekirukoto_copy p {
    font-size: 4.8rem;
  }

}

.dekirukoto_2column > div {
  margin: 20px;
  text-align: left;
}

.dekirukoto_2column figure {
  position: relative;
  z-index: 2;
}

.dekirukoto_2column h2,
.dekirukoto_1column h2 {
  margin: 0 0 20px;
  color: #00a26a;
  font-weight: bold;
  font-size: 2.4rem;
}

.dekirukoto_2column h2 span,
.dekirukoto_1column h2 span {
  margin-bottom: 25px;
  display: block;
}

.dekirukoto_2column h2 span span,
.dekirukoto_1column h2 span span {
  padding-bottom: 5px;
  font-size: 2.0rem;
  position: relative;
  display: inline;
}

.dekirukoto_2column h2 span span::after,
.dekirukoto_1column h2 span span::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #00a26a;
}

.dekirukoto_2column p {
  margin: 0 0 30px;
}

@media screen and (min-width: 960px) {

  .dekirukoto_2column {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
  }

  .dekirukoto_2column figure {
    height: 450px;
    width: calc(50% - 30px);
  }

  .dekirukoto_2column1 figure {
    background: url(../images/kojin/dekirukoto/img1.jpg) no-repeat center center;
    background-size: cover;
  }

  .dekirukoto_2column2 figure,
  .dekirukoto_2column5 figure {
    order: 2;
    background: url(../images/kojin/dekirukoto/img2.jpg) no-repeat center center;
    background-size: cover;
  }

  .dekirukoto_2column2 > div,
  .dekirukoto_2column5 > div {
    order: 1;
    justify-content: flex-end;
  }

  .dekirukoto_2column2 > div > div,
  .dekirukoto_2column5 > div > div {
    margin-bottom: 50px;
  }

  .dekirukoto_2column4 figure {
    background: url(../images/kojin/dekirukoto/img5.jpg) no-repeat center center;
    background-size: cover;
  }

  .dekirukoto_2column5 figure {
    background: url(../images/kojin/dekirukoto/img6.jpg) no-repeat center center;
    background-size: cover;
  }

  .dekirukoto_2column figure img {
    display: none;
  }

  .dekirukoto_2column > div {
    margin: 0;
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
  }

  .dekirukoto_2column > div > div {
    width: 520px;
  }

  .dekirukoto_2column h2,
  .dekirukoto_1column h2 {
    margin: 0 0 30px;
    font-size: 3.0rem;
  }

  .dekirukoto_2column h2 span,
  .dekirukoto_1column h2 span {
    margin-bottom: 35px;
  }

  .dekirukoto_2column h2 span span,
  .dekirukoto_1column h2 span span {
    font-size: 2.2rem;
  }

  .dekirukoto_2column p {
    margin: 0;
  }

}

.dekirukoto_4column {
  padding: 20px 20px 10px;
  background: #f1f1f1;
}

.dekirukoto_4column li {
  margin: 0 0 20px;
  padding: 25px 30px;
  background: #fff;
}

.dekirukoto_4column li h3 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  color: #727272;
  font-weight: bold;
}

.dekirukoto_4column li figure {
  margin: 5px auto 20px;
  height: 95px;
}

.dekirukoto_4column li figure img {
  max-height: 100%;
  width: auto;
}

.dekirukoto_4column li p {
  margin: 0 0 5px;
  text-align: left;
}

.dekirukoto_4column li p.note {
  color: #727272;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 960px) {

  .dekirukoto_4column {
    margin: -50px 0 0;
    padding: 110px 0 60px;
  }

  .dekirukoto_4column ul {
    margin: 0 auto;
    display: flex;
    max-width: 1100px;
    justify-content: center;
  }

  .dekirukoto_4column li {
    margin: 0 0 0 20px;
    padding: 30px 20px;
    max-width: 260px;
  }

  .dekirukoto_4column li:first-child {
    margin: 0;
  }

  .dekirukoto_4column li h3 {
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
  }

  .dekirukoto_4column li figure {
    margin: 10px auto 25px;
  }

}

.dekirukoto_btn_column {
  padding: 40px 20px;
}

.dekirukoto_btn_column li {
  margin: 0 0 20px;
}

.dekirukoto_btn_column li a {
  padding: 18px 0;
  background: #00a26a;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
    text-decoration: none;
}

@media screen and (min-width: 960px) {

  .dekirukoto_btn_column {
    padding: 60px 0 120px;
  }

  .dekirukoto_btn_column ul {
    display: flex;
    justify-content: center;
  }

  .dekirukoto_btn_column li {
    margin: 0 0 0 40px;
  }

  .dekirukoto_btn_column li:first-child {
    margin: 0;
  }

  .dekirukoto_btn_column li a {
    padding: 20px 0;
    border: 2px solid #00a26a;
    width: 340px;
  }

  .dekirukoto_btn_column li a:hover {
    background: #fff;
    color: #00a26a;
  }

}

.dekirukoto_img2column {
  margin: 0 0 20px;
}

.dekirukoto_img2column figure {
  margin: 0 50px 0 0;
  position: relative;
  z-index: 2;
}

.dekirukoto_img2column figure:last-child {
  margin: -20px 0 0 50px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {

  .dekirukoto_img2column {
    margin: 0;
    display: flex;
  }

  .dekirukoto_img2column figure {
    margin: 0;
    width: 50%;
    height: 450px;
  }

  .dekirukoto_img2column figure:last-child {
    margin: 0;
    margin-top: 125px;
  }

  .dekirukoto_img2column figure img {
    display: none;
  }

  .dekirukoto_img3 {
      background: url(../images/kojin/dekirukoto/img3.jpg) no-repeat center center;
      background-size: cover;
  }

  .dekirukoto_img4 {
      background: url(../images/kojin/dekirukoto/img4.jpg) no-repeat center center;
      background-size: cover;
  }

}

.dekirukoto_1column {
  margin: 0 20px;
  text-align: left;
}

@media screen and (min-width: 960px) {

  .dekirukoto_1column {
    margin: -50px auto 0;
    max-width: 1100px;
  }

}

.dekirukoto .page_gray_column {
  margin: 0 20px 100px;
}

@media screen and (min-width: 960px) {

  .dekirukoto .page_gray_column {
    margin: 0 auto 130px;
    max-width: 1100px;
  }

}



/* ---------------------------
　　アイコン設定
--------------------------- */

@media screen and (min-width: 960px) {

.index_column li figure img.icon_stukurikata{
      width: 96px;
      height: auto;
  }
.index_column li figure img.icon_merit{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_sogokoza{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_kessai_futsu{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_apprication{
      width: 57px;
      height: auto;
  }
.index_column li figure img.icon_ib{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_payment{
      width: 42px;
      height: auto;
  }
.index_column li figure img.icon_netservice_transfer{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_payeasy{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_payeasydirect{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_loan_mokuteki{
      width: 96px;
      height: auto;
  }
.index_column li figure img.icon_mycar_loan{
      width: 75px;
      height: auto;
  }
.index_column li figure img.icon_car_karikae{
      width: 98px;
      height: auto;
  }
.index_column li figure img.icon_car_repeat{
      width: 98px;
      height: auto;
  }
.index_column li figure img.icon_education{
      width: 100px;
      height: auto;
  }
.index_column li figure img.icon_reform_loan{
      width: 82px;
      height: auto;
  }
.index_column li figure img.icon_omatome{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_loan_free{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_loan_card{
      width: 99px;
      height: auto;
  }
.index_column li figure img.icon_kurikoshi{
      width: 76px;
      height: auto;
  }
.index_column li figure img.icon_reversemortgage{
      width: 102px;
      height: auto;
  }
.index_column li figure img.icon_free{
      width: 83px;
      height: auto;
  }
.index_column li figure img.icon_housing_loan{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_housing_loan{
      width: 74px;
      height: auto;
  }
.index_column li figure img.icon_mutanpo{
      width: 104px;
      height: auto;
  }
.index_column li figure img.icon_flat35{
      width: 80px;
      height: auto;
  }
.index_column li figure img.icon_akiya{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_loan_other{
      width: 106px;
      height: auto;
  }
.index_column li figure img.icon_premium{
      width: 100px;
      height: auto;
  }
.index_column li figure img.icon_preciousone{
      width: 91px;
      height: auto;
  }
.index_column li figure img.icon_loan_kinri{
      width: 72px;
      height: auto;
  }
.index_column li figure img.icon_loan_jizenshinsa{
      width: 76px;
      height: auto;
  }
.index_column li figure img.icon_loan_simulation{
      width: 48px;
      height: auto;
  }
.index_column li figure img.icon_loan_plaza{
      width: 68px;
      height: auto;
  }
.index_column li figure img.icon_loan_teiki{
      width: 89px;
      height: auto;
  }
.index_column li figure img.icon_set{
      width: 74px;
      height: auto;
  }
.index_column li figure img.icon_taisyoku{
      width: 80px;
      height: auto;
  }
.index_column li figure img.icon_teiki_nenkin{
      width: 71px;
      height: auto;
  }
.index_column li figure img.icon_nenkin{
      width: 71px;
      height: auto;
  }
.index_column li figure img.icon_nenkin_uketoriyoyaku{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_icon_dekirukoto{
      width: 95px;
      height: auto;
  }
.index_column li figure img.icon_kumano{
      width: 99px;
      height: auto;
  }
.index_column li figure img.icon_nitouryu{
      width: 95px;
      height: auto;
  }
.index_column li figure img.icon_basic{
      width: 69px;

      height: auto;
  }
.index_column li figure img.icon_tsumitate{
      width: 75px;
      height: auto;
  }
.index_column li figure img.icon_kotsukotsu{
      width: 95px;
      height: auto;
  }
.index_column li figure img.icon_kosodate{
      width: 75px;
      height: auto;
  }
.index_column li figure img.icon_tsumitate-teiki{
      width: 105px;
      height: auto;
  }
.index_column li figure img.icon_tsumikin{
      width: 81px;
      height: auto;
  }
.index_column li figure img.icon_goannai{
      width: 79px;
      height: auto;
  }
.index_column li figure img.icon_gaika{
      width: 96px;
      height: auto;
  }
.index_column li figure img.icon_toushin{
      width: 79px;
      height: auto;
  }
.index_column li figure img.icon_kojinnenkin{
      width: 93px;
      height: auto;
  }
.index_column li figure img.icon_shusinhoken{
      width: 100px;
      height: auto;
  }
.index_column li figure img.icon_government{
      width: 98px;
      height: auto;
  }
.index_column li figure img.icon_ideco{
      width: 90px;
      height: auto;
  }
.index_column li figure img.icon_sbi{
      width: 105px;
      height: auto;
  }
.index_column li figure img.icon_yokin_kinri{
      width: 70px;
      height: auto;
  }
.index_column li figure img.icon_yoro{
      width: 77px;
      height: auto;
  }
.index_column li figure img.icon_cancer{
      width: 54px;
      height: auto;
  }
.index_column li figure img.icon_kasai{
      width: 82px;
      height: auto;
  }
.index_column li figure img.icon_saimu{
      width: 56px;
      height: auto;
  }
.index_column li figure img.icon_sonaeru_teiki{
      width: 85px;
      height: auto;
  }
.index_column li figure img.icon_travel{
      width: 97px;
      height: auto;
  }
.index_column li figure img.icon_pet{
      width: 93px;
      height: auto;
  }
.index_column li figure img.icon_kaigo{
      width: 73px;
      height: auto;
  }
.index_column li figure img.icon_sozoku{
      width: 101px;
      height: auto;
  }
.index_column li figure img.icon_cashcard{
      width: 65px;
      height: auto;
  }
.index_column li figure img.icon_service_card{
      width: 83px;
      height: auto;
  }
.index_column li figure img.icon_debitcard{
      width: 87px;
      height: auto;
  }
.index_column li figure img.icon_payeasy_kouhuri{
      width: 75px;
      height: auto;
  }
.index_column li figure img.icon_passbook{
      width: 92px;
      height: auto;
  }
.index_column li figure img.icon_deposit{
      width: 64px;
      height: auto;
  }
.index_column li figure img.icon_service_transfer{
      width: 98px;
      height: auto;
  }
.index_column li figure img.icon_mailorder{
      width: 63px;
      height: auto;
  }
.index_column li figure img.icon_coin{
      width: 81px;
      height: auto;
  }
.index_column li figure img.icon_system{
      width: 64px;
      height: auto;
  }
.index_column li figure img.icon_sunday{
      width: 111px;
      height: auto;
  }
.index_column li figure img.icon_soudan_pension{
      width: 100px;
      height: auto;
  }
.index_column li figure img.icon_loansoudan{
      width: 68px;
      height: auto;
  }
.index_column li figure img.icon_consultation{
      width: 77px;
      height: auto;
  }
.index_column li figure img.icon_consulting{
      width: 102px;
      height: auto;
  }
.index_column li figure img.icon_transfer{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_exchange{
      width: 84px;
      height: auto;
  }
.index_column li figure img.icon_overseas{
      width: 67px;
      height: auto;
  }
.index_column li figure img.icon_medical_support{
      width: 80px;
      height: auto;
  }
.index_column li figure img.icon_m_a{
      width: 72px;
      height: auto;
  }

.index_column li figure img.icon_jigyoushoukei{
      width: 97px;
      height: auto;
  }
.index_column li figure img.icon_hojin_pension{
      width: 90px;
      height: auto;
  }
.index_column li figure img.icon_subsidy{
      width: 97px;
      height: auto;
  }
.index_column li figure img.icon_r_i{
      width: 74px;
      height: auto;
  }
.index_column li figure img.icon_buisiness_club{
      width: 56px;
      height: auto;
  }
.index_column li figure img.icon_affiliate{
      width: 78px;
      height: auto;
  }
.index_column li figure img.icon_freeloan{
      width: 83px;
      height: auto;
  }
.index_column li figure img.icon_kankyotaisaku{
      width: 89px;
      height: auto;
  }
.index_column li figure img.icon_jigyokeizoku{
      width: 96px;
      height: auto;
  }
.index_column li figure img.icon_npo{
      width: 88px;
      height: auto;
  }
.index_column li figure img.icon_sibosai{
      width: 101px;
      height: auto;
  }
.index_column li figure img.icon_eco{
      width: 48px;
      height: auto;
  }
.index_column li figure img.icon_buisiness{
      width: 83px;
      height: auto;
  }
.index_column li figure img.icon_jigyosha{
      width: 99px;
      height: auto;
  }
.index_column li figure img.icon_sogyo{
      width: 83px;
      height: auto;
  }
.index_column li figure img.icon_cloudfactaling{
      width: 115px;
      height: auto;
  }
.index_column li figure img.icon_h-ib{
      width: 92px;
      height: auto;
  }
.index_column li figure img.icon_netservice{
      width: 75px;
      height: auto;
  }
.index_column li figure img.icon_eb{
      width: 74px;
      height: auto;
  }
.index_column li figure img.icon_shikin{
      width: 93px;
      height: auto;
  }
.index_column li figure img.icon_touroku_hurikomi{
      width: 97px;
      height: auto;
  }
.index_column li figure img.icon_shukin{
      width: 98px;
      height: auto;
  }
.index_column li figure img.icon_zedi{
      width: 63px;
      height: auto;
  }
.index_column li figure img.icon_web_kouhuri{
      width: 101px;
      height: auto;
  }
.index_column li figure img.icon_convenience{
      width: 76px;
      height: auto;
  }
.index_column li figure img.icon_tihouzei{
      width: 99px;
      height: auto;
  }
.index_column li figure img.icon_hihurikomi{
      width: 80px;
      height: auto;
  }
.index_column li figure img.icon_transfer{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_exchange{
      width: 84px;
      height: auto;
  }
.index_column li figure img.icon_gaitame{
      width: 89px;
      height: auto;
  }
.index_column li figure img.icon_aisatsu{
      width: 93px;
      height: auto;
  }
.index_column li figure img.icon_company{
      width: 56px;
      height: auto;
  }
.index_column li figure img.icon_about_plan{
      width: 95px;
      height: auto;
  }
.index_column li figure img.icon_group{
      width: 68px;
      height: auto;
  }
.index_column li figure img.icon_character{
      width: 86px;
      height: auto;
  }
.index_column li figure img.icon_cm{
      width: 83px;
      height: auto;
  }

.index_column li figure img.icon_about_card{
      width: 65px;
      height: auto;
  }
.index_column li figure img.icon_33card_type{
      width: 100px;
      height: auto;
  }
.index_column li figure img.icon_tokuten{
      width: 52px;
      height: auto;
  }
.index_column li figure img.icon_support_card{
      width: 42px;
      height: auto;
  }
.index_column li figure img.icon_about_card{
      width: 65px;
      height: auto;
  }

.gnavi_cate_sub li figure img.icon_company{
      width: 40px;
      height: auto;
  }
.gnavi_cate_sub li figure img.icon_group{
      width: 48px;
      height: auto;
  }

}


/* ---------------------------

process_list 横

--------------------------- */
.process_list.process_list_row{
    display: flex;
}
.process_list.process_list_row .process_list_item{
    position: relative;
    flex: 1;
    display: flex;
}
.process_list.process_list_row .process_list_item:not(:last-child){
    margin-right: 30px;

}

.process_list.process_list_row .process_row{
    display: flex;
    flex-direction: column;
}


.process_list.process_list_row .process_heading{
 font-size: 1.8rem;
 border-bottom:  2px #00a36a solid;
 flex: none;
 margin-left: 0;
 text-align: center;
 padding-bottom: 0.4em;
 margin-bottom: 15px;
}

.process_list.process_list_row .process_detail{
 margin-left: 0;
 padding-left: 0;
 flex: 1;
 border-left: none;
 display: flex;
}



.process_detail_inner{
    border: 3px #ebebd0 solid;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}
.process_list.process_list_row .process_detail_inner{
    height: 100%;
}
.process_list.process_list_row .process_detail_inner p{
    text-align: center;
}
@media screen and (min-width: 960px) {
    .process_list.process_list_row .process_list_item:not(:last-child)::after{
    transform: rotate(-90deg);
    width: 25px;
    height: 16px;
    position: absolute;
    top:calc(50% - 16px);
    right: -30px;
}
}
@media screen and (max-width: 959px) {
    .process_list.process_list_row{
        display: block;
    }

    .process_list.process_list_row .process_list_item:not(:last-child){
    margin-right: 0;
    margin-bottom: 50px;


}
 .process_list.process_list_row .process_list_item:not(:last-child)::after{
    width: 25px;
    height: 16px;
    position: absolute;
    bottom: -50px;
    left:calc(50% - 16px);
}
.process_list.process_list_row .process_row{
    width: 100%;
    display: block;
}
.process_list.process_list_row .process_heading{
    border-bottom: none;
}
.process_list.process_list_row .process_detail{
    display: block;
}
}


 .process_detail_row .process_detail_inner .page_link_btn{
     width: 100%;
     text-align: center;
     max-width: 300px;
     margin-left: auto;
     margin-right: auto;
 }

/* ---------------------------

process_list 縦

--------------------------- */

.process_list_col .process_row{
        display: block;

    }
.process_list_col .process_detail_inner{

}

.process_list_col .process_detail_row{
    justify-content: space-between;
    margin-top: 20px;
    }
 .process_list_col .process_detail_row.column4 .process_detail_inner{
     flex-basis: 24%;
 }
 .process_list_col .process_detail_row.column3 .process_detail_inner{
     flex-basis: 32%;
     /* box-sizing: border-box; */
 }
  .process_list_col .process_detail_row.column2 .process_detail_inner{
     flex-basis: 48%;
 }
   .process_list_col .process_detail_row.column1 .process_detail_inner{
     flex-basis: 100%;
 }

.process_list_col .process_detail_row .process_detail_inner .page_link_btn a{
    padding: 13px;


}
.process_list_col .process_detail_row .process_detail_inner .page_link_btn{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.process_list_col .process_heading{
        align-self: center;
        text-align: center;
        flex-basis: 100%;
        margin-left: 0;
        font-size: 2.4rem;
    }
 .process_list_col .process_heading::before {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -40px;
        position: relative;
        left: -10px;

    }
.process_list_col .process_detail {
        border-left: none;
         border-top: 2px #00a36a solid;
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        padding-top: 10px;
    }
.process_list_col .process_detail_row + .process_innerbox{
        margin-top: 20px;
    }
.process_list_col .process_list_item:not(:last-child)::after{
        width: 36px;
        height: 21px;
        margin: 15px auto;
    }
.process_list_col .process_list{
        margin-bottom: 40px;
    }
.process_list_col .process_innerbox{
        padding: 0 10px 10px;
    }

.process_detail_inner_dl dt{
    font-weight: 600;
    color: #533c32;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
    padding: 0.4em 0;
}
.process_detail_inner_dl dt img{
    vertical-align: middle;
    margin-right: 0.5em;

}
.process_detail_inner_dl dd{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.process_detail_inner_dl dd .page_link_btn{
    margin-right: 0;
}

.process_detail_tel{
    text-align: center;

    line-height: 1.4;
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
}
.process_detail_tel a{
    text-decoration: none;
}
.process_detail_tel em{
    font-size: 2.8rem;
    color: #00a36a;
    font-weight: 600;
}
.process_detail_tel_time {
    font-size: 1.8rem;
}
.process_detail_inner_dl.process_detail_row{

    justify-content:center;
}
.process_detail_inner_dl dt.process_detail_col{
     flex: 1 0 auto;
}
.process_detail_inner_dl dd.process_detail_col{
    margin-left: 20px;
    flex: 1 1 auto;
    max-width: inherit;
}
@media screen and (max-width: 679px) {
    .process_list_col .process_detail_row{
        display: block;
    }
    .process_list_col .process_detail_row .process_detail_inner{
        margin-bottom: 20px;
    }
    .process_list_col .process_heading{
        font-size: 2rem;
    }

}

@media screen and (min-width: 510px) and (max-width: 768px)  {
    .process_detail_inner_col_sp{
        display: flex;
        align-items: center;
    }
    .process_detail_inner_col_sp dt{
        margin-bottom: 0;
    }
    .process_detail_inner_col_sp dd{
        flex-basis: 50%;
        margin-right: 0;

    }
}
.process_list .note{
    color: #727272;
}
ul.page_li_note.page_li_note_number li{
    text-indent: -2.5em;
    margin-left: 2em;
}

/* ---------------------------

    事業者向けフリーローン　お借入れまでの流れ

--------------------------- */
.jigyosha_freeloan_nagare .process_list.process_list_row .process_heading::before{
    position: relative;
    left: auto;
    display: block;
    margin: 0 auto 10px auto;
}
.jigyosha_freeloan_nagare .process_list.process_list_row .process_row{
    flex: 1;
}
.jigyosha_freeloan_nagare .process_list.process_list_row .process_list_item{

}
.jigyosha_freeloan_nagare .process_list.process_list_row{
    flex:1 1 100%;
}
@media all and (-ms-high-contrast:none){/* IE11 */
  *::-ms-backdrop, .jigyosha_freeloan_nagare .process_list.process_list_row{
    height: 340px;
    }
}
.jigyosha_freeloan_nagare .process_list.process_list_row .process_heading{
flex: 0 1 5.5em;
width: 100%;
}

.jigyosha_freeloan_nagare .process_list .process_detail_inner{
    font-size: 1.4rem;

}
.jigyosha_freeloan_nagare .process_list .process_detail_inner_icon{
    max-width:135px;
    height: auto;
    margin: 10px auto;
}
.jigyosha_freeloan_nagare .process_list .process_detail_inner_icon img{
    width: 100%;
    height: auto;
}

/* ---------------------------

    ローン　金利とお借り入れ期間

--------------------------- */
.kinri_box{
    border:4px #d5efe2 solid;
    border-radius: 5px;
    margin-bottom: 40px;
}
.kinri_box_tit{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    padding: 10px 0 18px 0;
    background-color:#d5efe2;
}
.kinri_box_body{
    padding: 40px 60px;
    text-align: center;
}
.kinri_text{
    font-size: 2.8rem;
    font-weight: 600;

}
p.kinri_text{
    margin-bottom: 1.5rem;
}
.kinri_text em{
    font-size: 190%;
    color: #e64e4e;
}
.kinri_text_unit{
    font-size: 60%;
}
.kinri_text_normal{
    font-weight: normal;

}
.kinri_text_small{
    font-size: 1.6rem;
}
.kinri_text_label{
    background-color: #e64e4e;
    display: inline-block;
    line-height: 1;
    padding: 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    vertical-align: 1rem;
    margin-left: 2rem;
}
.kinri_box small{
    font-size: 1.4rem;
    display: block;
    margin-top: 0.8em;
}
.kinri_box small.note{
    text-indent: -1em;
    margin-left: 1em;
}
.kinri_box_point{
    display: table;
    margin: 1.5em auto;
}
.kinri_box_point li{
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0.5em;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.kinri_box_point li::before{
    content: "■ ";
    color: #00A26A;
}
.kinri_box .page_table{
    width: auto;
    margin: 0 auto;
    min-width: 70%;
}
.kinri_kikan_box{
    background: #f7f7ec;
    padding: 20px;
    box-sizing: border-box;
}
.kinri_box .page_table caption{
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0 0 0.7em 0;
    color: #533c32;
    line-height: 1.4;

}
.kinri_box .page_table th,
.kinri_box .page_table td{
    padding: 10px;
    font-size: 1.4rem;
    vertical-align: middle;

}
.kinri_box .page_table td{
    background-color: #fff;
}
.kinri_box .page_table em{
    font-size: 1.6em;
    font-weight: 600;
}
.kinri_box .page_table th em .red{
    font-size: 1.6rem;
}
.kinri_box .page_table th.brown{
    background-color: #8a7f6c;
    color: #fff;
}
.kinri_box .red{
    color: #e64e4e;
}
@media screen and (max-width: 679px) {
    .kinri_box_tit{
        font-size: 2rem;
    }
    .kinri_box_body{
        padding:15px 10px ;
    }
    .kinri_text{
        font-size: 2.2rem;
    }
    .kinri_box_point li{
        font-size: 1.6rem;
    }
    .kinri_box .page_table caption{
        font-weight: 500;

    }
    .kinri_box .page_table th,
    .kinri_box .page_table td {
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .kinri_kikan_box{
        padding: 15px 10px;
    }
    .kinri_box .page_table em{
        font-size: 1.8rem;
    }
    .kinri_box .page_table th em .red{
        font-size: 1.4rem;
        display: block;
    }
    .kinri_box_point{
        margin: 1em auto;
    }
    .kinri_box small.note{
        font-size: 1.2rem;
    }

}

/*------------------------
    SP検索窓
-------------------------*/

.sp_search_column {
  padding: 15px 20px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 300ms ease;
  z-index: 3;
}

.search_open .sp_search_column {
  transform: translateY(0%);
  transition: transform 300ms ease;
}

.sp_search_box {
  display: flex;
}

.sp_search_box label {
  width: calc(100% - 45px) !important;
}


.sp_search_box input[type="text"] {
  padding: 0 15px;
  border-radius: 20px 0 0 20px;
  height: 35px;
  border: none;
  font-size: 1.6rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.sp_search_box button {
  background: #00a26a;
  width: 45px;
  height: 35px;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp_search_box button img {
  width: 15px;
}

.header_emergency::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease 0s;
  z-index: -1;
  opacity: 0;
}

.search_open .header_emergency::after {
  z-index: 2;
  opacity: 1;
}

@media screen and (min-width: 960px) {

  .sp_search_column {
    display: none;
  }

}
/*CM*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 90%;
     height: 90%;
}

