@charset "UTF-8";
/*リセットcss---------------------------*/
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 1.6rem;
}
button:focus {
  outline: 0;
}

.form-control {
  height: auto;
}

@media only screen and (min-width: 992px) {
  p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption, button {
    font-size: 1.8rem;
  }
}
/*フォント関連----------------------*/
body {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.65rem;
}

/*汎用クラス*/
.font_m {
  font-size: 1.7rem !important;
}

/*フォーム（Bootstrap変更用）*/
.form-control {
  font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
    margin-bottom: 0;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 2rem;
  }
  .font_m {
    font-size: 2.2rem !important;
  }
}
/* 共通部品置き場 ---------------------------*/
/*余白*/
.content {
  padding-top: 8% !important;
  padding-bottom: 8% !important;
}

.content_pt {
  padding-top: 8% !important;
}

.content_pb {
  padding-bottom: 8% !important;
}

/*ul*/
.ul_layout {
  list-style-type: none;
}
.ul_layout li {
  position: relative;
  padding-left: 24px;
}
.ul_layout li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #A8820A;
  border-radius: 9px;
}

/*underline*/
.under_line {
  text-decoration: underline;
}
.under_line:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  /*余白*/
  .content {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
  }
  .content_pt {
    padding-top: 4% !important;
  }
  .content_pb {
    padding-bottom: 4% !important;
  }
}
/* ボタン置き場 -----------------------------*/
/*外部リンクアイコン*/
.icon-externalLink {
  display: flex;
  align-items: center;
}
.icon-externalLink::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(images/icon/icon-link.svg) no-repeat;
  background-size: contain;
  margin: 2px 5px;
}

/*青模様ボタン*/
.btn_layout_blue a, .btn_layout_blue button {
  display: block;
  color: #fff;
}
.btn_layout_blue a {
  background: url(images/bg/bg-btn-blue.png) no-repeat;
}

/*金模様ボタン*/
.btn_layout_gold a, .btn_layout_gold button {
  display: block;
  color: #fff;
}
.btn_layout_gold a {
  background: url(images/bg/bg-btn-gold.png) no-repeat;
}

/*解決事例などのphp工房内のボタン*/
.btn_layout_item a, .btn_layout_item button {
  display: block;
  color: #fff;
}
.btn_layout_item a, .btn_layout_item button {
  background: url(images/bg/bg-btn-item.png) no-repeat;
  border: 1px solid #CE9D00;
  min-width: 160px;
}
.btn_layout_item a:hover, .btn_layout_item button:hover {
  color: #333;
  background: #fff;
  border: 1px solid #CE9D00;
  text-decoration: none;
}

/*Google Map ボタン*/
.btn_layout_Google a, .btn_layout_Google button {
  display: block;
  color: #fff;
}
.btn_layout_Google a {
  background: url(images/bg/bg-btn-google.png) no-repeat;
  border: 1px solid #CE9D00;
  min-width: 200px;
}
.btn_layout_Google a:hover {
  color: #333;
  background: #fff;
  border: 1px solid #CE9D00;
}

/*電話番号*/
.tel a {
  position: relative;
  padding-left: 20px;
  /*電話アイコン*/
}
.tel a::before {
  content: "";
  width: 20px;
  height: 25px;
  background: url(images/icon/icon-tel.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 13px;
}

/*フォーム*/
.form_btn a {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  /*フォームアイコン*/
}
.form_btn a::before {
  content: "";
  width: 20px;
  height: 25px;
  background: url(images/icon/icon-form.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  /*電話番号*/
  .tel a {
    /*電話アイコン*/
  }
  .tel a::before {
    left: 15px;
  }
  /*フォーム*/
  .form_btn a {
    /*フォームアイコン*/
  }
  .form_btn a::before {
    left: 45px;
  }
}
@media only screen and (min-width: 992px) {
  /*解決事例などのphp工房内のボタン*/
  .btn_layout_item a, .btn_layout_item button {
    min-width: 200px;
  }
  /*Google Map ボタン*/
  .btn_layout_Google a {
    min-width: 300px;
  }
  /*電話番号、フォーム*/
  .tel a, .form_btn a {
    font-size: 2.2rem;
    /*アイコン*/
  }
  .tel a::before, .form_btn a::before {
    top: 13px;
    width: 28px;
    height: 32px;
  }
  /*電話番号*/
  .tel a {
    /*アイコン*/
  }
  .tel a::before {
    left: 10px;
  }
}
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_blue {
  color: #1F58AE !important;
}

.text_red {
  color: #9e3943 !important;
}

.text_dark {
  color: #A8820A !important;
}

/*背景色*/
.bg_blue_dark {
  background: #00378A !important;
}

.bg_gold_dark {
  background: #A8820A !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
  padding: 0 0px 1em 0;
  margin-bottom: 1em;
  font-size: 2rem;
  text-align: center;
}

.title_layout.container {
  text-align: left;
  position: relative !important;
  border-bottom: solid 4px #cccccc;
}
.title_layout.container::before {
  bottom: -4px;
  left: 0;
  width: 5%;
  height: 4px;
  content: "";
  background: #c69f34;
  position: absolute;
}

.title_sub_layout {
  padding: 40px 0 10px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    font-size: 2.8rem;
    padding-bottom: 0.5em;
  }
  .title_sub_layout {
    font-size: 2.5rem;
    padding-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title_layout {
    margin: 0em auto 1em auto !important;
  }
}
/* ヘッダー関連 ------------------------*/
.page_header {
  /*gnav bootstrap関連*/
}
.page_header .navbar-nav .active { /*今表示しているページのリンク*/ }
.page_header .navbar-nav .active > a {
  background: #F9F0D3;
}
.page_header .navbar-nav .nav-item:first-child .nav-link p::before {
  background: url(images/icon/icon-book.svg) no-repeat;
  background-size: contain;
}
.page_header .navbar-nav .nav-item:nth-child(2) .nav-link p::before {
  background: url(images/icon/icon-home.svg) no-repeat;
  background-size: contain;
}
.page_header .navbar-nav .nav-item:nth-child(3) .nav-link p::before {
  background: url(images/icon/icon-q.svg) no-repeat;
  background-size: contain;
}
.page_header .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: 1px solid #707070;
}
.page_header .navbar-nav .nav-item:last-child .nav-link p::before {
  background: url(images/icon/icon-rappa.svg) no-repeat;
  background-size: contain;
}
.page_header .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333 !important;
  border-top: 1px solid #707070;
}
.page_header .navbar-nav .nav-link p {
  width: 170px;
  margin: 0 auto;
}
.page_header .navbar-nav .nav-link p::before {
  content: "";
  width: 30px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page_header .navbar-nav .nav-link:hover {
  background: #F9F0D3;
}

.logo {
  width: 70%;
}

/*gnav*/
.nav_header {
  position: absolute;
  z-index: 1000;
  padding: 0;
  width: 100%;
  background: #fff;
}

/*閉じるボタン*/
.close_box {
  border: 2px solid #333;
  height: 45px;
  cursor: pointer;
}

/*閉じるボタン　アイコン*/
.nav_button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  width: 20px;
  height: 22px;
  background: none;
  z-index: 1001;
  cursor: pointer;
}

/*閉じるボタン　アイコン3本線*/
.icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #333;
}

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
  top: 0;
}

.icon-bar:nth-child(2) {
  top: 50%;
}

.icon-bar:last-child {
  bottom: 0;
}

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
  transform: translateY(10px) rotate(45deg);
}

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0;
}

.nav_button.move .icon-bar:last-child {
  transform: translateY(0) rotate(-45deg);
  bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .logo {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page_header {
    /*gnav bootstrap関連*/
  }
  .page_header .navbar-nav .nav-link p {
    width: 270px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    width: 500px;
  }
  /*gnav*/
  /*閉じるボタン*/
  .close_box {
    height: 65px;
  }
  /*閉じるボタン　アイコン*/
  .nav_button {
    width: 40px;
    height: 35px;
  }
  /*閉じるボタン　アイコン3本線*/
  .icon-bar {
    width: 40px;
  }
  /*閉じるボタン　アイコン3本線　クリックした時*/
  .nav_button.move .icon-bar:first-child {
    transform: translateY(16px) rotate(45deg);
  }
  .nav_button.move .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .nav_button.move .icon-bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
    bottom: 10px;
  }
}
/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  /*矢印部分*/
}
.page_top::before {
  content: "";
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  width: 20px;
  height: 20px;
  border-top: 5px solid #707070;
  border-right: 5px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page_footer {
  background: url(images/bg/bg-case-news-footer-sp.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 0 0;
  /*	&::before {
  		content: "";
  		width: 32px;
  		height: 16px;
  		position: absolute;
  		background: url(images/bg/bg-footer-before-sp.png) no-repeat;
  		background-size: contain;
  		left: 0;
  		right: 0;
  		top: -15px;
  		margin: 0 auto
  	}
  */
}
.page_footer .bnr a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px;
}
.page_footer .bnr_layout_logo {
  background: #fff;
}
.page_footer .bnr_layout_logo a {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_footer .bnr_layout_red a {
  background: url(images/bg/bg-bnr-red.png) no-repeat;
  background-size: cover;
}
.page_footer .bnr_layout_red a::before {
  content: "";
  width: 80px;
  height: 75px;
  background: url(images/icon/icon-divorce.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.page_footer .bnr_layout_green a {
  background: url(images/bg/bg-bnr-green.png) no-repeat;
  background-size: cover;
}
.page_footer .bnr_layout_green a::before {
  content: "";
  width: 80px;
  height: 75px;
  background: url(images/icon/icon-consultation.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.page_footer .copyright {
  background: #A8820A;
  color: #fff;
  margin-top: 20px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .page_footer {
    background: url(images/bg/bg-case-news-footer-pc.png) no-repeat;
    background-size: cover;
    /*		
    		&::before {
    			width: 50px;
    			height: 24px;
    			top: -23px;
    			background: url(images/bg/bg-footer-before-pc.png) no-repeat;
    		}
    */
  }
  .page_footer .bnr {
    width: 32%;
  }
  .page_footer .bnr a {
    font-size: 1.8rem;
  }
  .page_footer .bnr_layout_logo a {
    display: block;
  }
  .page_footer .bnr_layout_red a::before, .page_footer .bnr_layout_green a::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page_footer {
    padding: 75px 0 0;
  }
  .page_footer .bnr a {
    font-size: 2.2rem;
  }
  .page_footer .bnr_layout_red a::before, .page_footer .bnr_layout_green a::before {
    width: 80px;
    height: 75px;
  }
  .page_footer .copyright {
    margin-top: 75px;
    font-size: 1.8rem;
  }
}
/* お知らせ関連 ------------------------*/
/* トップページ
------------------------------------------------------------*/
.item_box {
  /*カテゴリ名*/
  /*自動で出力されているところ（aタグ）にcss追記*/
}
.item_box .list-group-item {
  background: none;
  border: none;
  padding: 0 0 1.5rem 0;
  /*margin-left: 1.5rem;
  margin-right: 1.5rem;*/
}
.item_box .news_category {
  min-width: 90px;
  background: #1F58AE;
  color: #fff;
  margin-left: 30px;
}
.item_box .news_text_box a {
  font-weight: bold;
}

.bg_case_inner .list-group-item {
  border-bottom: 1px solid #333;
}

/* 下層ページ
------------------------------------------------------------*/
/*お知らせ共通---------------------*/
.item_box div,
.item_box div span,
.item_box p span { /*文字体裁を整える用*/
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0.1em;
}

.detailUpfile img {
  width: 100%;
}

/*各一覧ページ--------------------*/
/*ページャーボタン*/
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}

/*ページャーボタン　その他一覧ページのボタン*/
.pager a, .pager button, .news_btn a, .news_btn button, .detailUpfile a, .detailUpfile button {
  color: #1F58AE;
  padding: 5px 10px;
  margin: 5px 10px;
  border: 1px solid #1F58AE;
}
.pager a:hover, .pager button:hover, .news_btn a:hover, .news_btn button:hover, .detailUpfile a:hover, .detailUpfile button:hover {
  border: 1px solid #fff;
  background: #1F58AE;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /*トップページ
  --------------------------------------------------*/
  .item_box {
    /*カテゴリ名*/
  }
  .item_box .list-group-item {
    display: flex;
  }
  /* 下層ページ
  --------------------------------------------------*/
  /*お知らせ記事---------------------*/
  .detailUpfile img {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  /* 下層ページ
  ------------------------------------------------------------*/
  /*お知らせ共通---------------------*/
  .item_box div,
  .item_box div span,
  .item_box p span { /*文字体裁を整える用*/
    font-size: 1.8rem !important;
  }
}
/* メイン設定 ---------------------------*/
/* トップページ
------------------------------------------------------------*/
/*メイン画像---------------------*/
.main_img {
  /*background: url(images/main-sp.png) no-repeat;
  background-size: cover;
  padding: 80px 0*/
}
.main_img .topimage {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 5px;
  align-items: center;
}
.main_img .topimage div {
  position: absolute;
  z-index: 1;
  background: rgba(249, 245, 230, 0.8);
  padding: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}
.main_img .topimage div h2 {
  font-size: 1.2em;
  border-bottom: solid 2px #000;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  width: calc(100% - 80px);
}
.main_img .topimage div h3 {
  font-size: 2em;
  line-height: 160%;
  margin-bottom: 1em;
  width: calc(100% - 80px);
}
.main_img .topimage div h3 span {
  font-size: medium;
}
.main_img .topimage div ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
  gap: 0 1em;
}
.main_img .topimage div ul li {
  width: 50%;
}
.main_img .topimage div ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 1em;
  width: 100%;
  height: 100%;
  font-size: 0.75em;
  position: relative;
  padding-left: 35px;
  z-index: 2;
}
.main_img .topimage div ul li a::before {
  content: "";
  display: inline-block;
  background: url(images/icon/icon-officelist.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
}
.main_img .topimage div ul li a:hover {
  color: #fff;
}
.main_img .topimage div ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  z-index: -1;
}
.main_img .topimage div ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #A8820A;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.main_img .topimage div p.syokai {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.main_img .topimage div p.syokai span {
  position: absolute;
  z-index: 3;
  color: #fff;
  background: #000;
  border-radius: 50%;
  font-size: 0.75em;
  font-weight: 700;
  aspect-ratio: 1/1;
  line-height: 1.8em;
  padding: 1em;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.5em;
}
.main_img .topimage div p.syokai span strong {
  font-size: 1.5em;
  display: block;
}
.main_img .topimage::before, .main_img .topimage::after {
  content: "";
  display: block;
  width: 50%;
  min-height: 400px;
  height: auto;
  padding: 8em auto;
}
.main_img .topimage::before {
  background: url(images/main-pc-kichijoji.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.main_img .topimage::after {
  background: url(images/main-pc-tachikawa.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

/*メイン画像　テキスト*/
.main_text {
  font-size: 1.85rem;
}

/*メイン画像　ボタンの幅枠*/
.main_btn_box {
  display: flex;
  justify-content: space-between;
}
.main_btn_box p {
  width: 48%;
}

/*動く矢印アイコン*/
.arrow {
  width: 8px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
.arrow span {
  position: relative;
}
.arrow span::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
.title_layout.container {
  width: auto;
}

/*債務整理を行うメリット---------------------*/
.bg_gold_pattern {
  background: url(images/bg/bg-gold-sp.png) no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.bg_red_pattern {
  background: url(images/bg/bg-bnr-red.png) no-repeat;
  background-size: cover;
}

.merit_number01 {
  color: #333;
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.merit_number01::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(images/icon/icon-number01.png);
  background-size: contain;
  left: 0;
  top: 0;
}

.merit_number02 {
  color: #333;
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.merit_number02::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(images/icon/icon-number02.png);
  background-size: contain;
  left: 0;
  top: 0;
}

.merit_number03 {
  color: #333;
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.merit_number03::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(images/icon/icon-number03.png);
  background-size: contain;
  left: 0;
  top: 0;
}

.merit_number04 {
  color: #333;
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.merit_number04::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(images/icon/icon-number04.png);
  background-size: contain;
  left: 0;
  top: 0;
}

/*
.merit_border {
	border-top: 1px solid $blue;
    position: relative;
	margin-top: 15px;
	padding-top: 10px;

	&::before,
	&::after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		border: 1px solid $blue;
		border-radius: 50%;
		background: $blue;
		top: -5px;
	}

	&::before {
		left: 0;
	}

	&::after {
		right: 0;
	}
}
*/
/*債務整理をするべきタイミング---------------------*/
.pc {
  display: none;
}

.bg_timing {
  background: url(images/bg/bg-timing.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

/*解決事例---------------------*/
.bg_case_inner {
  background: url(images/bg/bg-case-news-footer-sp.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_gold_dark.content {
  padding-bottom: 0% !important;
}
.bg_gold_dark.content .list-group li {
  border-bottom: solid 1px #A8820A;
}
.bg_gold_dark.content .list-group li span {
  color: #A8820A;
  font-size: 1.4rem !important;
}

.bg_mask_blue_dark {
  background: rgba(0, 55, 138, 0.5);
}

/*あなたにもっとも適した方法をご提案いたします---------------------*/
#suggestion {
  position: relative;
}

#suggestion:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  border-color: #fff #A8820A transparent #A8820A;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.accordion_title {
  color: #A8820A;
  margin-bottom: 0px;
  padding: 15px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  /*position: relative;*/
  /*cursor: pointer;*/
  /*&::after {
  	content: "\f078";
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	font-family: "Font Awesome 5 Free";
  	right: 15px;
  	top: 15px;
  	color: #fff;
  	font-weight: bold
  }*/
}

.open_title::after {
  content: "\f077";
}

.accordion_content {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0px 15px 30px 15px;
  margin-bottom: 40px;
  /*display: none;*/
}
.accordion_content:last-of-type {
  margin-bottom: 0;
}

/*債務整理の弁護士費用---------------------*/
#fee.bg_gold_dark {
  padding-top: 180px !important;
  padding-bottom: 4% !important;
}
#fee.bg_gold_dark .title_layout.container {
  border-bottom: solid 4px #fff;
}
#fee.bg_gold_dark .title_layout.container::before {
  display: none;
}

/*よくある質問---------------------*/
.bg_question_inner {
  /*	background: url(images/bg/bg-question-contact-sp.png) no-repeat;
  	background-size: cover;
  	background-position: center;*/
}
.bg_question_inner p.d-inline-block a {
  position: relative;
}
.bg_question_inner p.d-inline-block a::after, .bg_question_inner p.d-inline-block a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 3px;
  /*border-radius: 9999px;*/
  background-color: #bda76a;
  transform-origin: calc(100% - 1px) 50%;
}
.bg_question_inner p.d-inline-block a::after {
  transform: rotate(-45deg);
}
.bg_question_inner p.d-inline-block a::before {
  transform: rotate(45deg);
}

.bg_mask_gold_dark {
  background: rgba(168, 130, 10, 0.3);
}

.question_icon a {
  position: relative;
  padding-left: 65px;
  display: block;
}
.question_icon a::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/icon/icon-question.jpg) no-repeat;
  background-size: contain;
}

/*新着情報---------------------*/
.bg_news_inner {
  background: url(images/bg/bg-case-news-footer-sp.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/*電話でのお問い合わせ---------------------*/
.bg_tel_contact {
  background: url(images/bg/bg-tel-contact-sp.png) no-repeat;
  background-size: cover;
}
.bg_tel_contact * {
  color: #fff;
  text-align: left;
}
.bg_tel_contact h2 {
  text-align: center;
  border-bottom: solid 2px #fff;
}
.bg_tel_contact h2::before {
  display: none;
}
.bg_tel_contact .row {
  flex-direction: column;
  margin: 0 15px;
}

.tel_box {
  /*background: rgba($black,.6);*/
  padding: 10px;
  color: #fff;
  font-size: 2.5rem;
}

/*メールでのお問い合わせ---------------------*/
#contact {
  background: #eee;
}

.bg_form_inner {
  /*	background: url(images/bg/bg-question-contact-sp.png) no-repeat;
  	background-size: cover;
  	background-position: center;*/
}

/*フォーム*/
.bg_form_inner select option:first-child {
  display: none;
}
.bg_form_inner .form-control {
  color: #777;
}

.formErrorContent {
  padding: 10px;
  color: #fff;
  background: red;
}

/*アクセス---------------------*/
.access .shadow-sm {
  box-shadow: 0.3rem 0.2rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}
.access h3 {
  font-size: x-large;
}
.access h3::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #A8820A;
}

.access-pc {
  display: none;
}

.access-mobile {
  display: block;
  width: 100%;
}

/*札幌版・東京版 リンク---------------------*/
.links {
  gap: 0 5px;
  width: 100%;
}
.links li {
  width: 50%;
  background-color: #f9f5e6;
}
.links li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1em;
  font-size: medium;
  font-weight: 700;
  color: #5b5b5b;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.links li a::before, .links li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  width: 12px;
  height: 4px;
  background-color: #5b5b5b;
  transform-origin: calc(100% - 2px) 50%;
}
.links li a::before {
  transform: rotate(45deg);
}
.links li a::after {
  transform: rotate(-45deg);
}
.links li a:hover {
  background-color: #A8820A;
  color: #fff;
}
.links li a:hover::before, .links li a:hover::after {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  /*メイン画像---------------------*/
  .title_layout.container {
    width: 100%;
  }
  /*メイン画像　ボタンの幅枠*/
  .main_btn_box {
    max-width: 400px;
    margin: 0 auto;
  }
  /*債務整理を行うメリット---------------------*/
  .bg_gold_pattern {
    background: url(images/bg/bg-gold-pc.png) no-repeat;
    background-size: cover;
  }
  .merit_box {
    width: 100%;
    max-width: 48%;
  }
  /*債務整理をするべきタイミング---------------------*/
  .pc {
    display: block;
  }
  /*解決事例---------------------*/
  .bg_case_inner {
    background: url(images/bg/bg-case-news-footer-pc.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /*あなたにもっとも適した方法をご提案いたします---------------------*/
  #suggestion:after {
    border-width: 100px 50vw 0 50vw;
  }
  /*よくある質問---------------------*/
  .bg_question_inner {
    /*	background: url(images/bg/bg-question-contact-pc.png) no-repeat;
    	background-size: cover;
    	background-position: center*/
  }
  /*債務整理に関する方針について---------------------*/
  .bg_debt_consolidation {
    background: url(images/bg/bg-gold-pc.png) no-repeat;
    background-size: cover;
  }
  /*新着情報---------------------*/
  .bg_news_inner {
    background: url(images/bg/bg-case-news-footer-pc.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /*債務整理の弁護士費用---------------------*/
  #fee.bg_gold_dark {
    padding-top: 200px;
  }
  /*電話でのお問い合わせ---------------------*/
  .bg_tel_contact {
    background: url(images/bg/bg-tel-contact-pc.png) no-repeat;
    background-size: cover;
  }
  .bg_tel_contact * {
    text-align: center;
  }
  .bg_tel_contact .row {
    margin: 0 auto;
  }
  /*メールでのお問い合わせ---------------------*/
  .bg_form_inner {
    /*	background: url(images/bg/bg-question-contact-pc.png) no-repeat;
    	background-size: cover;
    	background-position: center*/
  }
  #contact .content {
    padding-top: 0 !important;
  }
  /*アクセス---------------------*/
  .access_inner {
    width: 49%;
  }
  .office1, .office2 {
    width: 100%;
  }
  .access-pc {
    display: block;
  }
  .access-mobile {
    display: none;
  }
  .links li a {
    font-size: x-large !important;
  }
}
@media only screen and (min-width: 992px) {
  /*メイン画像---------------------*/
  .main_img .topimage div {
    width: 850px;
  }
  .main_img .topimage div h2 {
    font-size: 2em;
    width: calc(100% - 150px);
  }
  .main_img .topimage div h3 {
    font-size: 4em;
  }
  .main_img .topimage div h3 span {
    font-size: x-large;
  }
  .main_img .topimage div p.syokai span {
    top: -5px;
    right: -5px;
    font-size: 22px;
    width: 150px;
    height: 150px;
  }
  .main_img .topimage div ul li a {
    font-size: 1em;
    padding-left: 50px;
  }
  .main_img .topimage div ul li a::before {
    height: 20px;
    width: 20px;
    left: 20px;
  }
  .main_img .topimage::before, .main_img .topimage::after {
    min-height: initial;
    height: 750px;
    padding: auto;
  }
  /*メイン画像　テキスト*/
  .main_text {
    font-size: 3.5rem;
    line-height: 1.5em;
  }
  /*メイン画像　ボタンの幅枠*/
  .main_btn_box {
    max-width: 500px;
  }
  /*債務整理を行うメリット---------------------*/
  .bg_gold_pattern {
    padding: 80px 0;
  }
  .merit_number01,
  .merit_number02,
  .merit_number03,
  .merit_number04 {
    padding-left: 100px;
    min-height: 80px;
    margin-bottom: 1em;
  }
  .merit_number01::before,
  .merit_number02::before,
  .merit_number03::before,
  .merit_number04::before {
    width: 80px;
    height: 80px;
  }
  /*あなたにもっとも適した方法をご提案いたします---------------------*/
  .accordion_title {
    padding-left: 30px;
  }
  .accordion_title::after {
    right: 30px;
  }
  /*債務整理に関する方針について---------------------*/
  .bg_timing.content {
    padding-bottom: 7% !important;
  }
  /*債務整理に関する方針について---------------------*/
  .bg_debt_consolidation .content {
    padding-top: 7% !important;
    padding-bottom: 7% !important;
  }
  .bg_debt_consolidation .title_layout {
    padding-bottom: 7%;
  }
  /*解決事例---------------------*/
  .bg_gold_dark .title_layout {
    border-bottom: none;
    text-align: center;
    font-size: 2.8rem;
  }
  .bg_gold_dark .title_layout:before {
    display: none;
  }
  /*電話でのお問い合わせ---------------------*/
  .tel_box {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  /*メイン画像---------------------*/
}
.dl-fee dl {
  padding: 15px 0;
  border-bottom: 2px solid #fff;
}
.dl-fee dl dt {
  padding-bottom: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .dl-fee dl dt {
    clear: left;
    float: left;
    width: 49%;
  }
}
.dl-fee dl dd {
  text-align: right;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .dl-fee dl dd {
    margin-left: 50%;
  }
}/*# sourceMappingURL=style.css.map */