@charset "utf-8";
/*--------------------------------------------
*
*	reset style
*
*--------------------------------------------*/
body,
p {
	margin : 0;
	padding : 0;
  font-family: Arial, '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, form {
	margin : 0;
	padding : 0;
	font-size : 100%;
	font-weight : normal;
	display : block;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
address {
	font-style : normal;
}
a.block {
  display: block;
}
.pointerNone {
  pointer-events: none;
  user-select:none;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}

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

ul li {
	margin : 0;
	padding : 0;
}

ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

address {
	font-style : normal;
}

img {
	border : none;
	vertical-align : bottom;
  
}
main img {
  width: 100%;
}
.center-txt {
  text-align: center;
  margin-top: 40px;
}
.bold {
  font-weight: bold;
}
.caution {
  font-size: 12px;
  margin-top: 10px;
}
.clear hr {
	display : none;
}
section {
  max-width: 1200px;
  margin: 60px auto 0;
}
section h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
section + section {
  margin-top: 90px;
}
.sectionInner {
  padding: 30px 0 0;
}
#qa .sectionInner {
  padding-bottom: 60px;
}
main img {
  width: auto;
  max-width: 100%;
}

@media not screen and (max-width: 768px) {
  a:hover {
    opacity: .7;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .sectionInner.sectionInner02 {
    padding: 30px 50px 60px;
  }
  .center-txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px){
  body, p {
    font-size: 14px;
  }
  main img {
    width: 100%;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .mt-set {
   margin-top: 18% !important; 
  }
  .center-txt {
    margin-top: 20px;
    text-align: left;
  }
  section {
    padding: 0;
    margin-top: 14%;
  }
  section#qa {
    margin-top: 8%;
  }
  section + section {
    margin-top: 30px;
  }
  section h2 {
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1.3;
  }
  .sectionInner {
    padding: 3% 5% 5%;
  }
  section#consultation {
    margin-top: 15%;
  }
}
/*--------------------------------------------
*
*	header
*
*--------------------------------------------*/
header{width:100%;border-bottom:#dcdcdc solid 1px;}
header .logo {display: flex;align-items: center;padding-left: 10px;max-width: 1200px;margin: 0 auto;}
header .header{max-width:1200px;margin:0 auto;}
header .cont_blk{display:none;z-index:99;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);opacity: 0;transition: opacity 0.3s ease;}
header .nav_wrap{display:flex;justify-content:center;align-items:flex-start;position:fixed;top:0;right:-330px;height:79px;z-index:990;transition:all 0.4s ease;}
header .nav_wrap .nav_btn{width:75px;height:75px;background:#1d2088;border:#1d2088 solid 2px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.2s ease;}
header .nav_wrap .nav_btn div{text-align:center;color:#fff;margin:15px auto 0;width:36px;}
header .nav_wrap .nav_btn div .icon,
header .nav_wrap .nav_btn div .icon::before,
header .nav_wrap .nav_btn div .icon::after{content:"";display:block;height:3px;width:36px;border-radius:3px;background-color:#fff;position:absolute;transition:all 0.2s ease;}
header .nav_wrap .nav_btn div .icon::before{bottom:8px;}
header .nav_wrap .nav_btn div .icon::after{top:8px;}
header .nav_wrap .nav_btn div .txt_close{display:none;font-size:12px;margin-top:19px;}
header .nav_wrap .nav_btn div .txt_open{display:block;font-size:12px;line-height:1.2;margin-top:16px;}
/**/
header .nav_wrap.open{right:0;z-index:999;height:100vh;}
header .nav_wrap.open .nav_btn{background:#000000;border:#000;}
header .nav_wrap.open .nav_btn div .txt_close{display:block;}
header .nav_wrap.open .nav_btn div .txt_open{display:none;}
/*header .nav_wrap.open .nav_btn:hover div .icon,*/
header .nav_wrap.open .nav_btn div .icon{background-color:rgba(255, 255, 255, 0);}
header .nav_wrap.open .nav_btn div .icon::before{bottom:0;transform:rotate(45deg);}
header .nav_wrap.open .nav_btn div .icon::after{top:0;transform:rotate(-45deg);}    
/**/
header .nav_wrap nav{background:#fff;height:100%;overflow: scroll;-ms-overflow-style: none;scrollbar-width: none;}
header .nav_wrap nav::-webkit-scrollbar{display:none;}
header .nav_wrap nav > p{display:none;}
header .nav_wrap nav .nav_menu{width:330px;font-size:18px;}
header .nav_wrap nav .nav_menu > li{border-bottom:#e3e4f0 solid 1px;background:#fff;font-weight: bold;}
header .nav_wrap nav .nav_menu > li a,header .nav_wrap nav .nav_menu > li span{cursor: pointer;display:block;padding:11px 1em;background:#fff;text-decoration:none;transition:all 0.2s ease; position: relative; padding-right: 30px;}
header .nav_wrap nav .nav_menu > li a::after,header .nav_wrap nav .nav_menu > li span::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #0984e3;
    border-bottom: 2px solid #0984e3;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
}
header .nav_wrap nav .nav_menu > li.accordion > span::after{
    border-right: none;
    border-left: 2px solid #0984e3;
}
header .nav_wrap nav .nav_menu > li.accordion.open > span::after{
    border-top: 2px solid #0984e3;
    border-right: 2px solid #0984e3;
    border-bottom: none;
    border-left: none;
}
header .nav_wrap nav .nav_menu > li a:hover,header .nav_wrap nav .nav_menu > li span:hover{background:#d4d4e9;}
header .nav_wrap nav .nav_menu > li ul{font-size:16px;background:#f4f4f7;padding:20px 0; display: none;}
header .nav_wrap nav .nav_menu > li ul li{background:#f4f4f7;transition:all 0.2s ease;font-weight: normal;}
header .nav_wrap nav .nav_menu > li ul li a{padding:0.6em 2em 0.6em 1.5em;background-color:transparent;text-decoration:none;line-height:1.3;}
header .nav_wrap nav .nav_menu > li ul li a span{font-size:12px;display:block;padding-right:0.2em;}
header .nav_wrap nav .btn_area {
    padding: 20px;
}
header .nav_wrap nav .btnLink.icon a {
  min-width: unset;
}
header .nav_wrap nav .btn_area .btnLink{
    width: 100%;
}
header .nav_wrap nav .btn_area li:nth-child(n+2) {
    margin-top: 12px;;
}
header .btn a{
  min-height: 63px;
}
@media print,screen and (min-width:769px){
  header .nav_wrap .nav_btn:hover{background:#fff;}
  header .nav_wrap .nav_btn:hover .txt_open{color:#1d2088;}
  header .nav_wrap .nav_btn:hover div .icon,
  header .nav_wrap .nav_btn:hover div .icon::before,
  header .nav_wrap .nav_btn:hover div .icon::after{background-color:#1d2088;}
  header .nav_wrap.open .nav_btn:hover div .icon::before,
  header .nav_wrap.open .nav_btn:hover div .icon::after{background-color:#fff;}
  footer{width:100%;border-top:#dcdcdc solid 1px;}
  footer .footer{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:9px 0px;}
  footer .footer p{font-size:12px;}
  header .nav_wrap.open .nav_btn div .icon{background-color:rgba(255, 255, 255, 0);}
  header .nav_wrap.open .nav_btn:hover {
      background: #000000;
      border: #000;
  }
  .pagetop{position:fixed;bottom:150px;right:40px;width:50px;height:50px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
  .pagetop::after{box-sizing: border-box;position:absolute;top:57%;left:50%;display:block;content:"";width:20px;height:20px;vertical-align:middle;border-top:5px solid #fff;border-right:5px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
  .pagetop:hover{background:rgba(0,0,0,0.7);}
  .pagetop:hover::after{top:50%;}
  .pagetop.bottom {
      bottom: 120px;
  }
}
@media only screen and (max-width:768px){
  header img {
    max-width: 256px;
    margin-left: 10px;
  }
  header .nav_wrap nav > p {
    display: block;
    margin: 0;
  }
  header{width:100%;border-bottom:#dcdcdc solid 1px;}
  header .logo {padding-left: 0;}
  header .header{width:100%;margin:0 auto;}
  header .header img{height:57px;margin-left:10px;}
  header .cont_blk{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.0);}
  header .nav_wrap{/*position:fixed;top:0;right:-100%;width:100%;height:100vh;transition:all 0.4s ease;*/}
  header .nav_wrap .nav_btn{position:fixed;top:0;right:0;width:57px;height:57px;background:#1d2088;border:#1d2088 solid 2px;z-index:999;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.2s ease;}
  header .nav_wrap .nav_btn div{text-align:center;color:#fff;margin:15px auto 0;width:36px;}
  header .nav_wrap .nav_btn div .icon,
  header .nav_wrap .nav_btn div .icon::before,
  header .nav_wrap .nav_btn div .icon::after{content:"";display:block;height:3px;width:36px;border-radius:3px;background-color:#fff;position:absolute;transition:all 0.2s ease;}
  header .nav_wrap .nav_btn div .icon::before{bottom:8px;}
  header .nav_wrap .nav_btn div .icon::after{top:8px;}
  header .nav_wrap .nav_btn div .txt_close{display:none;font-size:12px;margin-top:19px;}
  header .nav_wrap .nav_btn div .txt_open{display:block;font-size:10px;line-height:1.2;margin-top:16px;letter-spacing:-0.1em;}
  header .nav_wrap .nav_btn div .txt_open br{display:none;}
  /**/
  header .nav_wrap.open{right:0;}
  header .nav_wrap.open .nav_btn{background:#000000;border:#000;position:fixed;top:0;right:0;}
  header .nav_wrap.open .nav_btn div .txt_close{display:block;}
  header .nav_wrap.open .nav_btn div .txt_open{display:none;}
  
  header .nav_wrap.open .nav_btn div .icon{background-color:rgba(255, 255, 255, 0);}
  header .nav_wrap.open .nav_btn div .icon::before{bottom:0;transform:rotate(45deg);}
  header .nav_wrap.open .nav_btn div .icon::after{top:0;transform:rotate(-45deg);}    
  /**/
  header .nav_wrap nav{background:#fff;position:fixed;top:0;right:-100%;width:100%;height:100vh;overflow-y:auto;z-index:998;transition:all 0.4s ease;}
  header .nav_wrap.open nav{right:0;}
  header .nav_wrap nav > p {height: 60px;display: flex;align-items: center;}
  header .nav_wrap nav .btn_area {padding-bottom: calc(120px + env(safe-area-inset-bottom));}
  header .nav_wrap nav .nav_menu{width:100%;font-size:17px;border-top:#e3e4f0 solid 1px;}
  header .nav_wrap nav .nav_menu > li{border-bottom:#e3e4f0 solid 1px;background:#fff;}
  header .nav_wrap nav .nav_menu > li a, header .nav_wrap nav .nav_menu > li span{display:block;padding:11px 1.5em;background:#fff;text-decoration:none;transition:all 0.2s ease;}
  header .nav_wrap nav .nav_menu > li ul{font-size:17px;background:#f4f4f7;padding:10px 0;}
  header .nav_wrap nav .nav_menu > li ul li{background:#f4f4f7;transition:all 0.2s ease;}
  header .nav_wrap nav .nav_menu > li ul li a{padding:8px 1.5em 8px 2em;background-color:transparent;line-height:1.3;}
  header .nav_wrap nav .nav_menu > li ul li a span{font-size:12px;display:block;padding-right:0.2em;}
  /**/
  header .nav_wrap .nav_ban{padding:25px 15px;}
  header .nav_wrap .nav_ban li{}
  header .nav_wrap .nav_ban li + li{margin-top:9px;}
  header .nav_wrap .nav_ban li a{display:block;font-size:14px;border-radius:5px;width:100%;height:50px;text-decoration:none;display:flex;justify-content:center;align-items:center;box-shadow:3px 3px 3px 0px rgba(0,0,255,0.2);transition:all 0.2s ease;}
  /**/
  header .nav_wrap .nav_ban li a.btn_loan{background:#1d2088;border:#1d2088 solid 2px;color:#fff;}
  header .nav_wrap .nav_ban li a.btn_search{background:#fff;border:#1d2088 solid 2px;color:#1d2088;}
  header .nav_wrap .nav_ban li a.btn_loan::before{content:"";width:34px;height:29px;margin-right:0.5em;background:url("/personal/management/sozoku/img/icon_loan_wht.png") no-repeat;background-size:100% 100%;}
  header .nav_wrap .nav_ban li a.btn_search::before{content:"";width:24px;height:24px;margin-right:0.5em;background:url("/personal/management/sozoku/img/icon_search_blu.png") no-repeat;background-size:100% 100%;}
}
/*--------------------------------------------
*
*	mainVisualcv
*
*--------------------------------------------*/
#mainVisual {
  max-width: 1200px;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 2.5% 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #mainVisual {
    background-image: url(/personal/management/sozoku/img/mv_bg.png);
    max-height: 370px;
  }
  #mainVisual h1 {
    width: 44%;
  }
}
@media only screen and (max-width:768px){
  #mainVisual {
    background-image: url(/personal/management/sozoku/img/mv_bg_sp.png);
    background-size: 100% auto;
    padding-top: 50%;
    padding-right: 3%;
  }
}

/*--------------------------------------------
*
*	bg_txt
*
*--------------------------------------------*/
.bg_txt_01 {
  background-color: #DAEAF4;
  text-align: center;
}
.bg_txt_01 .image {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.bg_txt_01 .image .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  max-width: 480px;
  width:40%;
}
.bg_txt_01 .image .btn a {
  min-height: unset;
  max-height: 58px;
  padding: 4% 10%;
}
.bg_txt_01.bg_txt_02 .image .btn {
  bottom: 3%;
}
.bg_txt_01.bg_txt_02 {
  margin-top: 40px;
}
@media only screen and (max-width:768px){
  #mainVisual + .bg_txt_01 {
    padding-top: 15%;
    margin-top: -18%;
  }
  #mainVisual + .bg_txt_01 .image .btn {
    bottom:-6%
  }
  .bg_txt_01 .image .btn {
    width: 90%;
    bottom: -8%;
  }
  .bg_txt_01 .image .btn a {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .bg_txt_01.bg_txt_02 .image .btn {
    bottom: -4.5%;
  }
  .bg_txt_01.bg_txt_02 {
    margin-top: 20px;
  }
}
/*--------------------------------------------
*
*	features
*
*--------------------------------------------*/
.features {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.features li {
  width: 31.6%;
  border: 2px solid #DAEAF4;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}
.features li .features-list{
  margin-top: -20px;
}
.features li .features-list dt {
  background-color: #DAEAF4;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  text-align: center;
  align-content: center;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #1D2088;
  margin: -60px auto 0;
}
.features li .features-list dt span{
  font-size: 30px;
}
.features li .features-list dd .image {
  text-align: center;
}
.features li .features-list dd .image img {
  max-width: 249px;
}
.features h3 {
  color: #1D2088;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}
@media only screen and (max-width:768px){
  .features {
    flex-direction: column;
  }
  .features li {
    width: 100%;
  }
  .features li .features-list dt {
    width: 60px;
    height: 60px;
    margin-top: -50px;
    font-size: 14px;
  }
  .features li .features-list dt span{
    font-size: 24px;
  }
  .features > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .features h3 {
    font-size: 18px;
  }
}
/*--------------------------------------------
*
*	bg_block
*
*--------------------------------------------*/
.bg_block {
  background-color: #F1F1F1;
  margin-top: 40px;
  padding: 50px;
}
.bg_block .bg_inner{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 60px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width:768px){
  .bg_block {
    margin-top: 20px;
    padding: 40px 20px;
  }
  .bg_block .bg_inner{
    padding: 40px 20px;
  }
}
/*--------------------------------------------
*
*	tab
*
*--------------------------------------------*/
#tab1,#tab2 {
  display: none;
}
#tab1.display,#tab2.display {
  display: block;
}
.tab-select {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.tab-select li {
  width: 50%;
  box-sizing: border-box;
  border-top: 4px solid #F1F1F1;
  background-color: #1D2088;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 24px 5px;
  cursor: pointer;
}
.tab-select li.active {
  border-color: #1D2088;
  color: #1D2088;
  background-color: #FFF;
  cursor: default;
}
.tab-content h3{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.tab-content h3:nth-of-type(1){
  margin-top: 0;
}
@media only screen and (max-width:768px){
  .tab-select li {
    font-size: 16px;
    padding: 15px 5px;
  }
  .tab-content h3{
    font-size: 22px;
    margin-top: 40px;
  }
}

/*--------------------------------------------
*
*	lineup
*
*--------------------------------------------*/

.lineup {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 50px auto 0;
}
.lineup > li {
  border: 2px solid #1D2088;
  border-radius: 5px;
  width: 47.8%;
  position: relative;
}
.lineup.row > li {
  background:linear-gradient(to bottom, transparent 0%, transparent 70%, #F1F1F1 70%, #F1F1F1 100%);
}
.lineup > li dl {
  height: 100%;
}
.lineup > li dt {
  background-color: #1D2088;
  border-radius: 100px;
  max-width: 320px;
  height: 40px;
  text-align: center;
  align-content: center;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  margin: -20px auto 0;
}
.lineup .image {
  max-width: 200px;
  margin: 0 auto;
}
.lineup .text {
  background-color: #F1F1F1;
  padding: 20px 30px 40px;
}
.lineup.column1 {
  background: none;
  background:linear-gradient(to right, transparent 0%, transparent 50%, #F1F1F1 50%, #F1F1F1 100%);
  border: none;
  width: 100%;
}
.lineup.column1 .text {
  background-color: unset;
}
.lineup.column1 > li {
  width: 100%;
}
.lineup.column1 .lineup-list > dd {
  display: flex;
}
.lineup.column1 .lineup-list > dd .image {
  width: 50%;
  box-sizing: border-box;
  padding-top :10px;
}
.lineup.column1 .lineup-list > dd .image img {
  width: 100%;
}
.lineup.column1 .lineup-list > dd .text {
  width: 50%;
  box-sizing: border-box;
}
.lineup.column1 .image {
  max-width: 393px;
}
.lineup.column1 .lineup-list .text h4 {
  color: #1D2088;
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.lineup.column1 .list li{
  position: relative;
  padding-left: 1.2em;
}
.lineup.column1 .list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: .6em;
  height: .6em;
  background-color: #1D2088;
  border-radius: 50%;
}
@media only screen and (max-width:768px){
  .lineup {
    flex-direction: column;
    margin-top:10%;
  }
  .lineup > li dt {
    width: 90%;
    font-size: 20px;
  }
  .lineup > li {
    width: 100%;
  }
  .lineup .text {
    padding: 20px 20px 30px;
  }
  .lineup.row > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .lineup.column1 {
    background: none;
    margin-top: 8%;
  }
  .lineup.column1 .lineup-list > dd {
    flex-direction: column;
  }
  .lineup.column1 .lineup-list > dd .image {
    width: 100%;
  }
  .lineup.column1 .lineup-list > dd .text {
    width: 100%;
    background-color: #F1F1F1;
  }
  .lineup.column1 .lineup-list .text h4 {
    font-size: 18px;
  }
}

/*--------------------------------------------
*
*	step
*
*--------------------------------------------*/
.step li {
  margin-top: 45px;
}
.grid-container {
  display: grid;
  gap: .5em;
  max-width: 900px;
  margin: auto;
  border: 2px solid #1D2088;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.grid-container .num{
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34px;
  font-weight: bold;
  background-color: #1D2088;
  width: 60px;
  height: 60px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.grid-container .image { grid-area: image; }
.grid-container .heading { grid-area: heading; font-size: 26px; font-weight: bold; color: #1D2088;}
.grid-container .text { grid-area: text; }
.grid-container .btn { grid-area: btn;width: 220px; min-height: 50px;}
@media screen and (min-width: 769px) {
  .grid-container {
    max-width: 890px;
    padding: 30px;
    grid-template-columns: 160px 1fr;
    grid-template-areas:
      "image heading"
      "image text"
      "image btn";
      column-gap: 20px;
    align-items: start;

  }
}

@media screen and (max-width: 768px) {
  .grid-container {
    padding: 20px 20px 30px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "image"
      "text"
      "btn";
  }
  .grid-container .image    {width: 52%; margin: 0 auto;}
  .grid-container .heading  {margin-top: 20px;text-align: center;font-size: 18px;}
  .grid-container .text {}
  .grid-container .btn {margin: 10px auto 0;}
}


/*--------------------------------------------
*
*	tel
*
*--------------------------------------------*/
.tel {
  max-width: 790px;
  margin: 0 auto;
  border: 10px solid #F0F0F0;
  padding: 20px 40px;
  margin-top: 60px;
  box-sizing: border-box;
}
.tel .freedial{
  display: flex;

}

.tel .freedial dt {
  background-image: url(/personal/management/sozoku/img/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding-top: 60px;
  background-position: center top;
  font-size: 16px;
  text-align: center;
}
.tel .freedial dt span {
  font-size: 20px;
  font-weight: bold;
}
.tel .freedial dd {
  margin-left: 40px;
}
.tel .freedial dd .number {
  font-size: 40px;
  font-weight: bold;
  color: #0072BC;
}
.tel .freedial dd p {
  margin: 0;
}
.tel .freedial dd .number span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #0072BC;
  padding: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.tel .freedial dd .number a{
  color: #0072BC;
  text-decoration: none;
}

@media only screen and (max-width:768px){
  .tel {
    margin: 30px 20px 0;
    padding: 20px;
  }
  .tel .freedial {
    flex-direction: column;
  }
  .tel .freedial dd {
    margin-left: 0;
    text-align: center;
  }
  .tel .freedial dd .number {
    font-size: 30px;
  }
  .tel .freedial dd .number span {
    font-size: 11px;
    padding: 5px;
  }
  .tel .freedial dd p {
    font-size: 12px;
  }
}
/*--------------------------------------------
*
*	qa
*
*--------------------------------------------*/
.qa-list {
  border-bottom: 2px solid #1D2088;
}
.qa-area dd {
  background-color: #DAEAF4;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 2em;
  padding-left: 60px;
}
.qa-area dt {
  border-top: 2px solid #1D2088;
  position: relative;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2em;
  padding-left: 60px;
}
.qa-area dt {
  position: relative;
  cursor: pointer;
  padding-left: 60px;
  padding-right: 2em;
  font-weight: bold;
}
.q-icon::before {
  content: "Q";
  display: inline-block;
  background: #1D2088;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 0.5em;
  position: absolute;
  left: 20px;
  top:20px;
}
.a-icon::before {
  content: "A";
  display: inline-block;
  background: #1D2088;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  margin-right: 0.5em;
  position: absolute;
  left: 20px;
  top:25px;
}
.qa-area dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 1px;
  background: #1D2088;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
.qa-area dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 1px;
  height: 16px;
  background: #1D2088;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
.qa-area.active dt::before {
  opacity: 0;
}
.qa-area dd {
  display: none;
}
.qa-area .btn {
  max-width: 180px;
  margin: 20px auto 0;
}
.qa-area .btn a{
  min-height: 58px;
  padding-left: 20px;
}
.qa-area .btn a::before {
  width: 10px;
  height: 10px;
}  
@media only screen and (max-width:768px){
  .qa-area dt {
    padding-left: 50px;
  }
  .q-icon::before {
    left: 15px;
  }
  .a-icon::before {
    left: 15px;
  }
  .qa-area .btn {
    max-width: unset;
    width: 100%;
    transform: translateX(-15px);
  }
}
/*--------------------------------------------
*
*	btn
*
*--------------------------------------------*/
.btn {
  max-width: 460px;
}
.btn.center {
  margin: 40px auto 0;
}
.btn.column2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.btn.column2 li {
  width: 49%;
}
@media only screen and (max-width:950px){
  .btn.column2 {
    flex-direction: column;
    margin-left:auto;
    margin-right: auto;
  }
  .btn.column2 li {
    width: 100%;
    margin: 0 auto;
  }
  .btn.column2 li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.btn.other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 820px;
  margin: 40px auto 0;
}
.btn.other li {
  width: 49%;
}
#consultation .btn.other {
  margin-top: 0;
}
@media not screen and (max-width: 768px) {
  .btn.other li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.btn a {
  background-color: #FFAE00;
  display: flex;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #A47A17;
  position: relative;
  padding: 10px 10px 10px 40px;
  min-height: 64px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn.column2 a {
  min-height: 50px;
  padding: 10px;
}  
.btn a span {
  margin-top: 0;
}
.btn a::before {
  content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 20px;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.btn.column2 a::before {
  width: 10px;
  height: 10px;
}  
.btn a.blue {
  color: #FFF;
  background-color: #0984E3;
  box-shadow: 0px 4px 0px 0px #1D2088;
}
.btnLink.icon {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto auto;
}
.btnLink.icon {
  border-radius: 5px 5px 0 0;
}
.btnLink.icon.ico_yoyaku {
  background-image: url(/personal/management/sozoku/img/ico_yoyaku.png);
  background-size: 30px auto;
  background-color: #FFAE00;
}
.btnLink.icon.ico_atm {
  background-image: url(/personal/management/sozoku/img/ico_atm.png);
  background-size: 30px auto;
  background-color: #0984E3;
}
.btnLink.icon.ico_search {
  background-image: url(/personal/management/sozoku/img/ico_modal.png);
  background-size: 30px auto;
  background-color: #0984E3;
  background-position: 95% center;
}
.btn .btnLink.icon a {
  background-color:unset;
  padding-right: 40px;
}
.btn .btnLink.icon a::before {
  content: unset;
}
@media only screen and (max-width:768px){
  .btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn a {
    font-size: 16px;
    min-height: 58px;
  }
  .btn a::before {
    width: 10px;
    height: 10px;
    left: 10px;
  }
  .btn.other {
    flex-direction: column;
    margin-top: 20px;
  }
  .btn.other a {
    padding-left: 20px;
  }
  .btn.other li {
    width: 100%;
  }
  .btn.other li:nth-child(n+2) {
    margin-top: 20px;
  }
  #consultation .btn.other {
    margin-top: 0;
  }
  .btn.column2 a {
    min-height: 58px;
  }
}
/*--------------------------------------------
*
*	modal
*
*--------------------------------------------*/
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: absolute;
  background: white;
  border: 3px solid #1D2088;
  box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #1D2088;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 40px;
  cursor: pointer;
}
@media only screen and (max-width:768px){
  .modal-close {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .modal-content {
    max-width: 500px;
  }
}

/*--------------------------------------------
*
*	pagetop
*
*--------------------------------------------*/
.pagetop{position:fixed;bottom:80px;right:40px;width:50px;height:50px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
.pagetop::after{box-sizing: border-box;position:absolute;top:57%;left:50%;display:block;content:"";width:20px;height:20px;vertical-align:middle;border-top:5px solid #fff;border-right:5px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
.pagetop:hover{background:rgba(0,0,0,0.7);}
.pagetop:hover::after{top:50%;}
@media only screen and (max-width:768px){
  .pagetop{position:fixed;bottom:80px;right:20px;width:30px;height:30px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
  .pagetop::after{position:absolute;top:57%;left:50%;display:block;content:"";width:12px;height:12px;vertical-align:middle;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
}
/*--------------------------------------------
*
*	follow-btn
*
*--------------------------------------------*/
.follow-btn {
  position:fixed ;
  width: 300px;
  padding: 10px 80px;
  bottom: 0;
  right: 0;
  background-color: rgba(240, 240, 240, 0.5);
  transition: opacity 0.5s ease-in-out;
}
.follow-btn li:nth-child(n+2){
  margin-top: 10px;
}
.follow-btn .btn {
  width: 90%;
  margin-top: 0;
}
.follow-btn .btn a {
  min-width:unset;
  min-height: 46px;
  padding: 0;
  box-shadow: 0px 4px 0px 0px #9e9a9a;
}
.follow-btn .btn a::before {
  width: 8px;
  height: 8px;
}
@media only screen and (max-width:768px){
  .follow-btn {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
  .follow-btn .btn a {
    min-height: 58px;
  }
}
 
/*--------------------------------------------
*
*	footer
*
*--------------------------------------------*/
@media not screen and (max-width: 768px) {
  footer{width:100%;border-top:#dcdcdc solid 1px;margin-top: 90px;}
  footer .footer{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:20px 0px;}
  footer .footer p{font-size:12px;}
}
@media only screen and (max-width:768px){
  footer{width:100%;margin-top: 80px;padding-bottom: 10px;}
  footer .footer{max-width:1200px;margin:0 auto;padding:0;text-align:center;}
  footer .footer p img{width:210px;}
  footer .footer p{font-size:11px;padding:7px 0 7px;margin: 5px 0;}
  footer .footer p + p{border-top:#dcdcdc solid 1px;}
}