@charset 'UTF-8';

.content .left.service_column {
  float: left;
}

.content .right.service_column {
  float: right;
}

.content .left.service_panel_top,
.content .left.service_panel_bottom_col {
  float: left;
  width: 262px;
}

.content .right.service_panel_top,
.content .right.service_panel_bottom_col {
  float: right;
  width: 263px;
}

/* 共通スタイル
----------------------------------- */
.main {
  margin-bottom: 55px;
}

.main_content {
  width: 100%;
}
.main_content.main_no_topic_path {
  margin-top: 0;
}

.content {
  width: 100%;
}
.content .section {
  width: 100%;
}
.content .section .title_main {
  margin-bottom: 46px; 
  text-align: center;
}
.content .section_inner {
  width: 1080px;
  margin: 0 auto;
}
.content .section_inner:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content .title_sub {
  margin-bottom: 24px;
  background: none;
  line-height: 1;
}

/* メインセクション
----------------------------------- */
.main_section {
  position: relative;
}

/* メインビジュアル
----------------------------------- */
.main_visual {
  overflow: hidden;
  height: 0;
  margin: 0 auto 70px;
  padding-top: 561px;
  background: no-repeat top center;
  background-position-x: 50.05%;
}
.main_visual.pattern_1 {
  background-image: url(/img/index/img-main-visual-1.jpg?202108);
}
.main_visual.pattern_2 {
  background-image: url(/img/index/img-main-visual-2.jpg?202108);
}
.main_visual.pattern_3 {
  background-image: url(/img/index/img-main-visual-3.jpg);
}
.main_visual.pattern_campaign {
  background-image: url(/img/index/img-main-campaign_pc.jpg?20200821);
}

/* パーソナライズエリア
----------------------------------- */
.personalize_area {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.segment_attention{
  text-align: center;
  margin-bottom: 11px;
  font-weight: 700;
  text-decoration: underline;
}
.attention_svg{
  fill: #db0016;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}

.content {
  /* アコムのサービス
  ----------------------------------- */
  /* カードローンについて知る
  ----------------------------------- */
  /* お近くの店舗を調べる
  ----------------------------------- */
  /* よくあるご質問
  ----------------------------------- */
  /* アコムからのお知らせ
  ----------------------------------- */
}
.content .service_section {
  margin-bottom: 68px;
}
.content .service_column {
  width: 528px;
  margin-bottom: 41px;
}
.content .service_column_inner {
  border: 1px solid #ccc;
  background-color: #ccc;
}
.content .service_column_inner:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content .service_panel_top {
  height: 168px;
}
.content .service_panel_top_icon .debt,
.content .service_panel_top_icon .return {
  width: 73px;
  height: 73px;
}
.content .service_panel_top_icon .loan,
.content .service_panel_top_icon .credit {
  width: 66px;
  height: 66px;
}
.content .service_panel_top_img {
  fill: #a5a5a5;
}
.content .service_panel_top a {
          flex-direction: column; 

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
.content .service_panel_top .text {
  position: relative;
  top: 10px; 
  display: inline-block;
  font-size: 2.2rem;
}
.content .service_panel_bottom {
  float: left;
  width: 100%;
  height: 74px; 
  margin-top: 1px;
}
.content .service_panel_bottom_col {
  height: 76px; 
  margin-top: 1px;
}
.content .service_panel_bottom_col a {
  text-align: center;
  line-height: 1.2;
}
.content .service_panel_bottom_icon {
  margin-right: 17px;
}
.content .service_panel_bottom_img {
  vertical-align: middle; 

  fill: #a5a5a5;
}
.content .service_panel_bottom .text {
  font-size: 1.8rem;
}
.content .knowledge_block {
  width: 100%;
  padding: 30px 0; 
  background: #f2f2f2;
}
.content .knowledge_inner {
  width: 1064px;
  margin: 0 auto;
}
.content .knowledge_inner a {
  position: relative; 
  display: inline-block;
  font-size: 1.5rem;
}
.content .knowledge_inner a:after {
  position: absolute;
  top: 50%;
  right: 2px; 
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: #373737;
  border-top-width: 1px;
  border-right-width: 1px;
}
.content .knowledge_title {
  position: relative; 
  display: table-cell;
  padding: 0 6px 0 5px;
  text-align: left;
  vertical-align: middle;
}
.content .knowledge_title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 33px;
  margin-top: -16.5px;
  content: '';
  border-right: 1px solid #d1d1d1;
}
.content .knowledge_title a {
  position: relative;
  margin-right: 24px;
  padding-right: 22px;
  padding-left: 43px;
  font-weight: 700;
  line-height: 1.3;
}
.content .knowledge_title_icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.content .knowledge_title_img {
  fill: #db0016;
}
.content .knowledge_list {
  display: table-cell;
  padding-left: 30px; 
  vertical-align: middle;
}
.content .knowledge_list a {
  padding-right: 15px;
}
.content .search_section {
  margin-bottom: 80px;
}
.content .search_section .title_main {
  margin-bottom: 54px;
}
.content .search_section .title_sub {
  margin-top: 4px;
  margin-bottom: 30px;
}
.content .search_words_block {
  float: left;
  width: 606px;
  margin-bottom: 40px;
  padding-bottom: 41px; 
  border-bottom: 1px solid #d1d1d1;
}
.content .search_words_form {
  display: block;
  width: 562px;
}
.content .search_words_txt {
  width: 456px;
  margin: 0; 
  padding: 11px 15px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 1.5rem;
}
.content .search_words_submit {
  display: block;
  float: right;
  width: 94px;
  height: 47px;
  padding: 0;
  background-color: #fff;
  font-size: 2.0rem;
}
.content .search_map_block {
  float: right;
  width: 474px;
  min-height: 414px;
  padding-left: 35px;
  border-left: 1px solid #d1d1d1;
}
.content .search_map_block .title_sub {
  margin-bottom: 0;
}
.content .search_map_inner {
  position: relative; 
  width: 100%;
}
.content .search_map_btn {
  position: absolute;
  display: inline-block;
  width: auto;
  max-width: 136px;
}
.content .search_map_btn.hokkaido {
  top: -4px;
  right: 0;
}
.content .search_map_btn.touhoku {
  top: 153px;
  right: 18px;
}
.content .search_map_btn.kanto {
  top: 217px;
  right: 25px;
}
.content .search_map_btn.koushietsu_hokuriku {
  top: 122px;
  right: 176px;
}
.content .search_map_btn.toukai {
  top: 293px;
  right: 133px;
}
.content .search_map_btn.kinki {
  top: 170px;
  left: 127px;
}
.content .search_map_btn.chugoku {
  top: 178px;
  left: 33px;
}
.content .search_map_btn.shikoku {
  top: 321px;
  left: 122px;
}
.content .search_map_btn.kyushu {
  top: 342px;
  left: 29px;
}
.content .search_map_btn.okinawa {
  top: 361px;
  right: 3px;
}
.content .search_map_btn .btn {
  height: 36px;
  min-height: 0; 
  padding: 0 10px;
  font-size: 1.5rem;
}
.content .search_map_dropdown {
  position: absolute;
  z-index: 1; 
  top: 100%;
  left: 50%;
  width: 148px;
  margin-left: -74px;
  -webkit-transform: translateY(13px);
      -ms-transform: translateY(13px);
          transform: translateY(13px);
  border: 1px solid #d1d1d1;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.08);
}
.content .search_map_dropdown[aria-hidden='true'] {
  display: none;
}
.content .search_map_dropdown::before {
  position: absolute;
  position: absolute;
  top: 50%;
  top: -8px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: -4px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: #d1d1d1;
  border-top-width: 1px;
  border-left-width: 1px;
  background-color: #fff;
}
.content .search_map_dropdown_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 26px;
  height: 26px;
  padding: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
          transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98); 
  text-align: center;
  border: 0 solid #fff;
  border-radius: 50%;
  background-color: #db0016;
}
.content .search_map_dropdown_close:hover {
  opacity: 0.5;
}
.content .search_map_dropdown_close_icon {
  position: relative; 
  display: inline-block;
  width: 14px;
  height: 14px;
}
.content .search_map_dropdown_close_icon::before,
.content .search_map_dropdown_close_icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #fff;
}
.content .search_map_dropdown_close_icon::before {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.content .search_map_dropdown_close_icon::after {
  -webkit-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
          transform: rotateZ(135deg);
}
.content .search_map_dropdown_list {
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
          transition: height 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}
.content .search_map_dropdown_anchor {
  position: relative;
  display: block;
  padding: 8px 16px 8px 10px;
  border-top: 1px solid #d1d1d1;
}
.content .search_map_dropdown_anchor::after {
  position: absolute;
  top: 50%;
  right: 10px; 
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
}
.content .search_map_dropdown_item:first-child .search_map_dropdown_anchor {
  border-top-width: 0;
}
.content .search_train_block {
  clear: left;
}
.content .search_train_list {
  width: 573px;
}
.content .search_train_list:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content .search_train_item {
  float: left;
  width: 175px;
  margin-left: 20px;
}
.content .search_train_item:first-child {
  margin-left: 0;
}
.content .search_train_item .btn {
  height: 48px;
  padding: 0;
}
.content .search_train_img {
  margin-bottom: 12px;
}
.content .search_bottom {
  clear: both;
  width: 100%;
  margin-top: 60px;
}
.content .search_bottom_btn {
  width: 260px;
  margin: 0 auto;
  padding-bottom: 2px;
}
.content .search_bottom_btn .btn {
  height: 56px;
  padding: 0;
}
.content .search_bottom_icon {
  margin-right: 7px;
}
.content .search_bottom_img {
  fill: #a5a5a5;
}
.content .search_bottom_text {
  font-size: 1.8rem;
}
.content .faq_section {
  margin-bottom: 67px;
  padding: 69px 0 80px; 
  background: #f2f2f2;
}
.content .faq_section .title_main {
  margin-bottom: 54px;
}
.content .faq_inner {
  width: 1080px;
  margin-bottom: 40px;
  background: #fff;
}
.content .faq_block {
  padding: 15px 21px 0 19px;
  border-top: 1px solid #d1d1d1;
}
.content .faq_block:first-child {
  border-top: none;
}
.content .faq_question {
  position: relative;
  margin-bottom: 0;
  padding: 8px 0 21px 59px;
  cursor: pointer;
  border-bottom: none; 
  background: url(/img/share/ico-faq_q.png) no-repeat 0 0;
  background-size: 46px auto;
  font-size: 1.6rem;
  font-weight: 700;
}
.content .faq_question:hover {
  text-decoration: underline;
}
.content .faq_question_icon {
  position: relative;
  position: absolute;
  right: 10px; 
  display: block;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.content .faq_question_icon::before,
.content .faq_question_icon::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #db0016;
}
.content .faq_question_icon::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px; 
  margin-left: -2px;
}
.content .faq_question_icon::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 4px; 
  margin-top: -2px;
}
.content .faq_question_icon::before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
          transition: -webkit-transform 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
          transition:         transform 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
          transition:         transform 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98), -webkit-transform 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
}
.content .faq_question_icon::before,
.content .faq_question_icon::after {
  border-radius: 2px;
}
.content .faq_question.is-active .faq_question_icon::before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.content .faq_question:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content .faq_answer {
  display: none;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid #d1d1d1;
  background: none;
  font-weight: normal;
}
.content .faq_answer_inner {
  padding: 15px 29px 18px 84px;
  background: url(/img/share/ico-faq_a.png) no-repeat 29px 15px;
  background-size: 46px auto;
}
.content .faq_answer .link {
  text-decoration: underline;
}
.content .faq_answer .link:hover {
  text-decoration: none;
}
.content .faq_paragraph {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.content .faq_paragraph:not(:first-child) {
  margin-top: 10px;
}
.content .faq_caption {
  display: block;
  margin-top: 3px;
}
.content .faq_category {
  width: 1080px;
  margin: 40px auto 0;
}
.content .faq_category .title_sub {
  display: none;
}
.content .faq_category_list {
  display: block; 
  width: 100%;
}
.content .faq_category_list:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}
.content .faq_category_item {
  display: block; 
  float: left;
  width: 358px;
  height: 88px;
  margin: 0 2px 2px 0;
}
.content .faq_category_item:nth-child(3n) {
  margin-right: 0;
}
.content .faq_category_item a {
  font-size: 1.6rem;
}
.content .news_section {
  margin-bottom: 82px;
}
.content .news_section .title_main {
  margin-bottom: 51px;
}
.content .news_title {
  line-height: 1;
}
.content .news_title_important {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.content .news_title_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -12px;
}
.content .news_block.left {
  float: left;
  width: 518px;
}
.content .news_block.right {
  float: right;
  width: 518px;
}
.content .news_img {
  margin-left: 7px; 

  fill: #db0016;
}
.content .news_bottom {
  clear: both;
  width: 100%;
  padding-top: 24px;
  text-align: center;
}
.content .news_bottom_btn {
  display: inline-block;
}

/* 外部コンテンツ
----------------------------------- */
.external_content {
  width: 1080px;
  margin: 0 auto;
}

.banner_block {
  margin-bottom: 60px;
  width: 710px;
  float: left;
}
.banner_block:after {
  display: block;
  clear: both;
  height: 0; 
  content: '';
}

.banner_main {
  float: left;
  width: 344px;
}
.banner_main_pc_container {
  position: relative;
}
.banner_main_pc_text {
  position: absolute;
  right: 43px; 
  width: 142px;
  height: 41px;
}
.banner_main_pc_text.app_store {
  bottom: 55px;
}
.banner_main_pc_text.google_play {
  bottom: 10px;
}
.banner_main_sp_container {
  display: none;
}

.banner_sub {
  float: none;
  width: 100%;
}
.banner_sub_list {
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.banner_sub_list:not(:last-child) {
  margin-bottom: 20px;
}
.banner_sub_item:nth-child(odd) {
  margin-right: 15px;
}
.banner_sub_item:nth-child(-n+5) {
  margin-bottom: 20px;
}
.banner_block .banner_left {
  justify-content: flex-start;
}
.banner_left .banner_sub_item:first-child {
  margin-right: 165px;
}

.relations_block {
  display: table;
  width: 1080px;
  margin: 0 auto 32px;
  table-layout: fixed;
}

.relations_title {
  display: table-cell;
  width: 208px;
  cursor: default;
  text-align: left;
  vertical-align: middle; 
  border-width: 0;
  background-color: transparent;
  font-weight: 700;
}
.relations_title_icon {
  display: none;
}

.relations_list {
  display: table-cell;
  width: 872px;
}

.relations_item {
  display: inline-block;
  vertical-align: middle;
}
.relations_item:not(:first-child) {
  position: relative; 
  margin-left: 14px;
  padding-left: 14px;
}
.relations_item:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -6px; 
  content: '';
  background: #d1d1d1;
}
.relations_item a {
  font-size: 1.2rem;
}

.sp_link {
  display: none;
}
/*twitter
----------------------------------*/
.twitter_block {
  width: 346px;
  float: right;
  margin-bottom: 20px;
}
.twitter_title {
  font-size: 1.9rem;
  margin-left: 65px;
  margin-bottom: 18px;
  line-height: 1;
  position: relative;
}
.twitter_icon {
  position: absolute;
  top: -0.3rem;
}
.twitter_contents {
  border: solid 1px #d9d9d9;
}
/* 緊急メッセージ
----------------------------------- */
.urgent_message {
  padding: 20px 0;
  background-color: #f2f2f2;
}
.urgent_message_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 944px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff; 

  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
}
.urgent_message_header {
  padding: 10px 40px 10px 20px;
  text-align: center; 
  color: #db0016;

  fill: currentColor;
}
.urgent_message_title {
  font-size: 1.1rem;
  font-weight: bold;
}
.urgent_message_body {
  min-width: 1px;
  margin-top: -6px; 

  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1px;
      -ms-flex: 1 0 1px;
          flex: 1 0 1px;
}
.urgent_message_item {
  margin-top: 12px;
}
.urgent_message_anchor {
  position: relative;
  display: block;
  padding-right: 12px;
}
.urgent_message_anchor::after {
  position: absolute;
  top: 50%;
  right: 0; 
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
}
.urgent_message_anchor.external_anchor::after {
  display: none;
}

/* バナー設定
----------------------------------- */
.banner_sub_item_right:not(:first-child) {
  margin-top: 8px;
}
.banner_sub_item_right.banner_education2018_pc {
    display: block;
}
.banner_sub_item_right.banner_education2018_sp {
    display: none;
}

/*test parts start*/
.pc_only{
  display:block;
}
.sp_only{
  display:none;
}
/*test parts end*/

/* Campaign Button */
.campaign_btn_sp{
  display:none;
}
.campaign_btn_pc{
  text-align: center;
  margin-bottom: 70px;
}
/* Campaign Button end*/
.mv_button{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*アコム公式スマホアプリ*/
.app_inner.default{
  overflow: hidden;
  border: 1px solid #d1d1d1;
  padding: 20px;
  margin-top: 41px;
  display: flex;
  align-items: center;
}
.app_inner .title_sub{
  font-size:2rem;
  margin-bottom: 10px;
}
.app_text{
  font-size: 1.6rem;
  margin-bottom:15px;
  white-space: nowrap;
}
.app_left{
  float: left;
  border-right: 1px solid #d1d1d1;
  margin-right: 50px;
  padding: 10px 50px 10px 10px;
  width:565px;
}
.app_right{
  float: left;
  padding: 10px 10px 10px 0;
}
.app_fireture{
  background: #f2f2f2;
  height: 26px;
  border-radius: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.app_logo{
  border: 1px solid #d1d1d1;
  padding: 10px;
  float: left;
  border-radius: 10px;
  margin-right:30px;
}
.app_list{
  float:left;
  line-height: 1.9;
}
.app_list li{
  background-image: url(/img/index/img-pink-arrow.png?20200914);
  background-repeat: no-repeat;
  text-indent: 22px;
  background-size: 8px;
  background-position: left center;
}
.app_iPhone{
  float: left;
  margin-right:50px;
  text-align: center;
}
.app_Android{
  float: left;
  text-align: center;
}
.app_device{
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.app_qr{
  margin-bottom: 20px;
}
.app_qr img{
  border: 1px solid #d1d1d1;
}

.app_inner.membermode{
  overflow: hidden;
  border: 1px solid #d1d1d1;
  padding: 20px 25px;
  margin-bottom:90px;
  display: flex;
  align-items: center;
}
.membermode .app_left{
  height:auto;
  float: left;
  padding: 10px 0 10px 10px;
  width: 465px;
  margin-right:0;
  border:none
}
.membermode .app_right{
  float: left;
  margin-left: 50px;
  padding: 10px 10px 10px 80px;
  border-left: 1px solid #d1d1d1;
}
.membermode .app_fireture{
  margin-bottom:20px;
}
.section .app_h3{
  font-size: 2rem;
}
.segment_inner .app_inner{
  display: none;
}
/*アコム公式スマホアプリ end*/