@charset 'UTF-8';
/* SP 非表示
----------------------------------- */
.knowledge_block,
.search_words_block,
.search_map_block,
.search_train_block {
  display: none;
}

/* 共通スタイル
----------------------------------- */
.main {
  margin-bottom: 0;
}
.main_content {
  margin-top: 0;
  background-image: none;
}
/* パーソナライズエリア
----------------------------------- */
.segment_attention{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.attention_svg{
  width:20px;
  height:20px;
}
.content {
  width: 100%;
  /* メインセクション
  ----------------------------------- */
  /* メインビジュアル
  ----------------------------------- */
  /* アコムのサービス
  ----------------------------------- */
  /* お近くの店舗を調べる
  ----------------------------------- */
  /* よくあるご質問
  ----------------------------------- */
  /* アコムからのお知らせ
  ----------------------------------- */
}
.content .section {
  width: 100%;
  padding-top: 20px;
  background: url(/img/index/sp/bg-section_bar.png) repeat-x 0 0;
  background-size: 8px auto;
}
.content .section .title_main {
  margin-bottom: 14px;
  font-size: 2.2rem;
}
.content .section_inner {
  width: auto;
  padding: 0 10px;
}
.content .title_sub {
  margin-bottom: 0;
  padding: 12px 0;
  text-align: center;
  border-left: none;
  font-size: 1.7rem;
  font-weight: 700;
}
.content .btn_panel a:after {
  display: none;
}
.content .btn_panel a:hover:before {
  border-width: 0;
}
.content .faq_category .title_sub,
.content .news_title {
  margin-bottom: 15px;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
  background: #f0f0f0;
  font-size: 1.7rem;
}
.content .main_section {
  position: static;
}
.content .main_visual {
  height: auto;
  margin: 0;
  padding-top: 0;
}
.content .personalize_area {
  position: static;
  width: auto;
  margin-left: 0;
}
.content .service_section {
  margin-bottom: 0;
}
.content .service_column {
  width: auto;
  margin-bottom: 15px;
  border: 5px solid #d1d1d1;
  border-radius: 5px;
  background: #d1d1d1;
}
.content .service_column.left,
.content .service_column.right {
  float: none;
}
.content .service_column .title_sub {
  padding: 7px 0;
  background: #d1d1d1;
}
.content .service_column_title {
  display: inline-block;
  padding: 5px 0 5px 27px;
}
.content .service_column_title.theme {
  background: url(/img/index/sp/ico-theme.png) no-repeat 0 center;
  background-size: 19px auto;
}
.content .service_column_title.lineup {
  background: url(/img/index/sp/ico-square.png) no-repeat 0 center;
  background-size: 19px auto;
}
.content .service_column_title.cardloan {
  background: url(/img/index/sp/ico-know.png) no-repeat 0 center;
  background-size: 19px auto;
}

.content .service_column_inner {
  border: none;
  background-color: #fff;
}
.content .service_column .btn_panel a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  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: #ff91a1;
  border-top-width: 2px;
  border-right-width: 2px;
}
.content .service_panel_top {
  height: 59px;
}
.content .service_panel_top:not(:first-child) {
  border-top: 2px solid #d1d1d1;
}
.content .service_panel_top.left,
.content .service_panel_top.right {
  float: none;
  width: 100%;
}
.content .service_panel_top_icon .debt,
.content .service_panel_top_icon .return,
.content .service_panel_top_icon .loan,
.content .service_panel_top_icon .credit {
  width: 37px;
  height: 37px;
}
.content .service_panel_top_img {
  margin-right: 15px;
  vertical-align: middle;

  fill: #db0016;
}
.service_panel_top.btn_panel a:hover .service_panel_top_icon img {
  opacity:1;
}

.content .service_panel_top a {
          flex-direction: row;
  padding: 0 15px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.content .service_panel_top .text {
  position: static;
  font-size: 2.0rem;
  font-weight: 700;
}
.content .service_panel_bottom {
  width: 100%;
  height: 59px;
  margin-top: 0;
  border-top: 2px dotted #d1d1d1;
}
.content .service_panel_bottom_col {
  width: 50%;
  height: 59px;
  margin-top: 0;
  border-top: 2px solid #d1d1d1;
}
.content .service_panel_bottom_col.left,
.content .service_panel_bottom_col.right {
  width: 50%;
}
.content .service_panel_bottom_col.left a,
.content .service_panel_bottom_col.right a {
  padding-right: 10px;
  font-size: 1.7rem;
  line-height: 1.3;
}
.content .service_panel_bottom_col.left {
  border-right: 1px solid #d1d1d1;
}
.content .service_panel_bottom_col.right {
  border-left: 1px solid #d1d1d1;
}
.content .service_panel_bottom_icon {
  margin-right: 14px;
}
.content .service_panel_bottom_img {
  width: 37px;
  height: 37px;
  vertical-align: middle;

  fill: #a5a5a5;
}
.content .service_panel_bottom a {
          flex-direction: row;
  padding: 0 15px;
  line-height: 1.3;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.content .service_panel_bottom .text {
  font-size: 2.0rem;
  font-weight: 700;
}
.content .search_section {
  margin-bottom: 18px;
}
.content .search_section .title_sub {
  margin-top: 4px;
  margin-bottom: 30px;
}
.content .search_bottom {
  margin-top: 0;
}
.content .search_bottom_btn {
  width: auto;
  margin: 0 auto;
}
.content .search_bottom_btn .btn {
  border: 2px solid #f3ab00;
  background: #f3ab00;
  -webkit-box-shadow: 0 3px 0 0 #d49500;
          box-shadow: 0 3px 0 0 #d49500;
}
.content .search_bottom_btn .btn:before,
.content .search_bottom_btn .btn:after {
  background: url(/img/share/ico-arrow_btn_white.png) no-repeat 0 0;
}
.content .search_bottom_btn .text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
.content .search_bottom_icon {
  margin-right: 10px;
}
.content .search_bottom_img {
  width: 40px;
  height: 40px;

  fill: #fff;
}
.content .faq_section {
  margin-bottom: 20px;
  padding: 0;
  background: none;
}
.content .faq_inner {
  width: 100%;
  margin: 0;
  background: #fff;
}
.content .faq_container {
  overflow: hidden;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}
.content .faq_block {
  padding: 15px 0 0;
  border-top: 1px solid #d1d1d1;
}
.content .faq_block:first-child {
  border-top: none;
}
.content .faq_question {
  min-height: auto;
  margin: 0 15px;
  padding: 0 15px 15px 35px;
  background-image: url(/img/share/sp/ico-faq_q.png);
  background-size: 28px auto;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}
.content .faq_question_icon {
  position: relative;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
}
.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: 2px;
  margin-left: -1px;
}
.content .faq_question_icon::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  margin-top: -1px;
}
.content .faq_answer {
  display: none;
  min-height: auto;
  margin-right: 0;
  margin-left: 0;
  border-top: none;
  background: #ffebed;
  font-size: inherit;
}
.content .faq_answer_inner {
  padding: 15px 15px 18px 50px;
  background-image: url(/img/share/sp/ico-faq_a.png);
  background-position: 15px 15px;
  background-size: 28px auto;
}
.content .faq_answer .content_list {
  margin: 3px 0 0;
}
.content .faq_answer .content_list li:not(:first-child) {
  margin-top: 0;
}
.content .faq_paragraph {
  font-size: 1.7rem;
}
.content .faq_caption {
  display: block;
  font-size: inherit;
}
.content .faq_category {
  width: auto;
  margin-top: 20px;
  padding: 0 10px;
}
.content .faq_category .title_sub {
  display: block;
}
.content .faq_category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.content .faq_category_item {
  position: relative;
  float: none;
  width: 100%;
  height: 59px;
  margin: 0;
  border-top: 1px solid #d1d1d1;
}
.content .faq_category_item:first-child {
  border-top: none;
}
.content .faq_category_item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  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: #ff91a1;
  border-top-width: 2px;
  border-right-width: 2px;
}
.content .faq_category_item a {
  padding: 0 15px;
  background: none;
  font-size: 1.7rem;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
          justify-content: flex-start;
}
.content .news_section {
  margin-bottom: 20px;
}
.content .news_block.left,
.content .news_block.right {
  float: none;
  width: auto;
}
.content .news_block.left {
  margin-bottom: 22px;
}
.content .news_title {
  border-left: none;
}
.content .news_title_important {
  padding-right: 0;
  padding-left: 26px;
}
.content .news_title_icon {
  right: auto;
  left: 0;
  margin-top: -10px;
}
.content .news_title_icon .news_img {
  width: 20px;
  height: 20px;
  margin-left: 0;
}
.content .news_list {
  border-top: none;
}
.content .news_item .date {
  float: none;
}
.content .news_img {
  width: 16px;
  height: 16px;

  fill: #db0016;
}
.content .news_bottom {
  padding-top: 0;
}
.content .news_bottom .btn_md {
  width: auto;
  margin-top: 20px;
  text-align: center;
}
.content .news_bottom .btn_md .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0 17px 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.content .news_bottom .btn_md .btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-top: -4px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: #333;
  border-top-width: 2px;
  border-right-width: 2px;
}

/* 外部コンテンツ
----------------------------------- */
.external_content {
  width: 100%;
  margin: 0 auto;
}

.banner_block {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.banner_block a {
  width: 100%;
}
.banner_block a img {
  max-width: 100%;
}
.banner_block a.pc_link {
  display: none;
}
.banner_block a.sp_link {
  display: block;
}

.banner_main {
  float: none;
  width: 100%;
  margin-bottom: 13px;
}
.banner_main_pc_container {
  display: none;
}
.banner_main_sp_container {
  display: block;
}

.banner_sub {
  float: none;
  width: 100%;
}
.banner_sub_list {
  float: none;
  width: 100%;
  display: block;
}
.banner_sub_list .banner_sub_item:nth-child(n+4) {
  width: 320px;
  height: 50px;
}
.banner_sub_item{
  margin-bottom: 13px;
}
.banner_sub_item:not(:last-child) {
  margin-right: 0;
}
.banner_sub_list:not(:last-child) {
  margin-bottom: 0;
}

.relations_block {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.relations_title {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
}
.relations_title_icon {
  position: relative;
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -8px;
}
.relations_title_icon::before,
.relations_title_icon::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #c3c3c3;
}
.relations_title_icon::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
}
.relations_title_icon::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 3px;
  margin-top: -1.5px;
}
.relations_title_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);
}
.relations_title[aria-pressed='true'] .relations_title_icon::before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.relations_list {
  display: none;
  overflow: hidden;
  width: 100%;
  -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);
}
.relations_list[aria-expanded='true'] {
  display: block;
}

.relations_item {
  width: 100%;
  border-top: 1px solid #e4e6ed;
}
.relations_item:not(:first-child) {
  margin-left: 0;
  padding-left: 0;
}
.relations_item:not(:first-child):before {
  display: none;
}
.relations_item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 15px;
  font-size: 1.3rem;
}
.relations_item a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 11px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(/img/share/ico-window_relations.png) no-repeat 0 0;
  background-size: 11px;
}
.relations_item .external_anchor {
  padding-right: 0;
  background: none;
  line-height: 40px;
}

/* ツイッター
----------------------------------- */
.twitter_block {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 10px;
}
.twitter_title {
  font-size: 2.2rem;
  text-align: center;
  margin-left: 0;
}
.twitter-timeline {
  width: 100%!important;
  height: 400px!important;
}
.twitter_contents {
  border-top: solid 2px #d9d9d9;;
  border-bottom: solid 2px #d9d9d9;;
}



/* 緊急メッセージ
----------------------------------- */
.urgent_message {
  padding: 20px 10px;
}
.urgent_message_inner {
  display: block;
  width: 100%;
  padding: 15px;
}
.urgent_message_header {
  padding: 0;
}
.urgent_message_title {
  display: inline-block;
  font-size: 1.7rem;
}
.urgent_message_item {
  margin-top: 33px;
}
.urgent_message_anchor {
  padding-right: 5px;
  font-size: 1.7rem;
}
.urgent_message .urgent_message_icon {
  width: 30px;
  height: 25px;
  vertical-align: bottom;
}
@media (max-width: 320px) {
  .content .service_panel_bottom_col.left a,
  .content .service_panel_bottom_col.right a {
    font-size: 1.5rem;
  }
}

/* バナー設定
----------------------------------- */
.banner_sub_item_right,
.banner_sub_item_right:not(:first-child) {
  margin-top: 13px;
}
.banner_sub_item_right.banner_education2018_pc {
    display: none;
}
.banner_sub_item_right.banner_education2018_sp {
    display: block;
}

/* トップページお申込み方法
----------------------------------- */
.segment_inner_know {
  padding: 20px 20px 15px 20px;
  background: url(/img/index/sp/bg-section_bar.png) repeat-x 0 0;
  background-size: 8px auto;
}

/* 働く女性のカードローン
----------------------------------- */
.segment_ladies{
  padding: 20px 20px 15px 20px;
  background: url(/img/index/sp/bg-section_bar.png) repeat-x 0 0;
  background-size: 8px auto;
}
.segment_ladies .ladies_title{
  text-align:center;
  margin-bottom:11px;
}
.segment_ladies .ladies_title img{
  max-width: 80px;
  width: 21%;
  vertical-align: middle;
  display: inline-block;
}
.segment_ladies .ladies_title h2{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.segment_ladies .segment_btn{
  width: 100%;
  margin: 0;
}
.segment_ladies .segment_anchor{
  margin-bottom:10px;
  font-weight:700;
}
@media (max-width: 374px) {
.segment_ladies .ladies_title{
  margin-right:-15px;
  margin-left:-15px;
}
.segment_ladies .ladies_title img{
  width: 18%;
}
}


/*test parts start*/

.pc_only{
  display:none;
}
.sp_only{
  display:block;
}
.p0{
  padding:0;
}
.mB0{
  margin-bottom:0;
}

.btn_lrg.type_hurry .btn_txt {
  vertical-align: top;
}
.btn_lrg.type_hurry .icon .hurry {
  width: 40px;
  height: 40px;
  fill: #787878;
  margin-right: 8px;
}
.btn_txt_hurry{
  font-size: 2.4rem;
  font-weight: 700;
}
.btn_txt_hurry .small {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.btn.text_extend{
  padding:0;
  height:64px;
}
.fukidashi{
  background: #c89100;
  color: #FFF;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 15px;
}
.fukidashi.large{
  height: 70px;
  width: 70px;
  margin-right: 15px;
  bottom:5px;
}
.fukidashi:after{
  border-left: 15px solid #c89100;
  border-right: 8px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  position: absolute;
  left: 50px;
}

.fukidashi .icon{
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.fukidashi .icon.lunch{
  line-height: 1.1;
  font-size: 10px;
  bottom:2px;
  letter-spacing: -0.05em;
}
.fukidashi_lunch{
  width: 14px;
  height: 15px;
  z-index: 1;
  margin-bottom: 1px;
}

.segment_inner_speedy{
  background:#f7f7f7;
  padding:20px;
}
.segment_inner_ab{
  padding: 20px 20px 15px 20px;
  background: url(/img/index/sp/bg-section_bar.png?20200914) repeat-x 0 0;
  background-size: 8px auto;
}
.segment_inner_ab:first-child,.segment_inner_ab.noBG{
  background:none;
}
.segment_title.speedy {
    font-size: 1.8rem;
}
.top_speedy_item_list{
  display: table;
  margin-bottom: 18px;
  width: 100%;
  table-layout: fixed;
}
.top_speedy_item{
  display:table-cell;
  padding: 0 6px 0 0;
}
.top_speedy_item:nth-of-type(2){
  padding: 0 3px;
}
.top_speedy_item:last-child{
  padding: 0 0 0 6px;
}
.top_speedy_item_thumb{
  margin-bottom: 5px;
}
.top_speedy_item_text {
  width: auto;
  font-size: 1.4rem;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
/*test parts end*/

/* Campaign Button */
.campaign_btn_sp{
  display: block;
  margin-bottom: 15px;
}
/* Campaign Button end*/
.pattern_campaign{
  position:relative;
}
.mv_button{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*アコム公式スマホアプリ*/
.content .app_inner{
  width: auto;
  padding: 0;
  width: auto;
  border: 5px solid #d1d1d1;
  border-radius: 5px;
  background: #d1d1d1;
  display: block;
  margin: 0 10px 25px;
  font-weight: 500;
}
.app_wrapper{
  background: #FFF;
  padding: 15px;
}
.app_view{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.app_logo{
  float: none;
  width: 15%;
  margin-right: 5%;
  padding: 3px;
  border-radius: 5px;
}
.app_text{
  float: none;
  display: inline-block;
  white-space: inherit;
  width: 80%;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.app_fireture{
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  margin-bottom: 10px;
  background: #f2f2f2;
  height: 26px;
  border-radius: 5px;
  font-weight: bold;
}
.app_list{
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-left:5px;
}
.app_list li{
  text-indent: 0;
  padding-left: 15px;
  background-size: 7px;
}
.app_store{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.app_iPhone{
  margin-right: 20px;
}
.segment_inner .app_inner{
  margin:0 0 25px;
}
/*アコム公式スマホアプリ end*/
