@charset "UTF-8";

h2.pageTitleh2 {
  text-align: center;
  font-size: 28px;
  margin: 40px 0;
}

.faqLinkWrapper {
  background: #2f4480;
  padding: 20px;
}
.faqLinkWrapper ul {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.faqLinkWrapper ul li {
    position: relative;
    width: 32%;
    border: 1px solid #009b43;
    background: #fff;
}

.faqLinkWrapper ul li a {
  display: block;
  text-align: center;
  padding: 18px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
}

.faqLinkWrapper ul li a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: .3s;
}

.faqLinkWrapper ul li a::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  color: #c1c1c1;
  font-size: 30px;
  font-weight:900;
  position: absolute;
  top:50px;
  right: 10px;
}

li.faqLink01 a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/page/faq_ico_01.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 4px auto;
  display: block;
}
li.faqLink02 a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/page/faq_ico_02.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 4px auto;
  display: block;
}
li.faqLink03 a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/page/faq_ico_03.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 4px auto;
  display: block;
}
li.faqLink04 a::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/page/faq_ico_04.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 4px auto;
  display: block;
}


.faqBox {
  background: #fff;
  padding: 30px;
}

.faqWapper .faqBox:not(:last-of-type) {
  margin: 0 0 20px 0;
}

.faqBox h2,
.flowBox h2{
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #1d2088;
}

.faqBox dt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 29px;
}

.faqBox dt::before {
  content:'Q';
  background: #009b43;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 18px;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  float: left;
}

.faqBox dd {
  font-size: 14px;
  margin-top: 25px;
  padding-bottom: 23px;
  border-bottom: 4px solid #f2f2f2;
  line-height: 145%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
}

.faqBox dd:last-child {
    border-bottom: none;
}

.faqBox dd::before {
  content:'A';
  color: #009b43;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 18px;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  float: left;
  border: solid 1px #009b43;
}
.faqBox dd p:not(:last-of-type) {
  margin-bottom: 1em;
}


.faqContact {
  /* border: solid 1px #ccc; */
  background: #fff;
  padding: 10px;
  margin: 20px auto 0 auto;
  width: 60%;
}
.faqContact .mailBox a {
  color: #009944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #009944;
  padding: 20px 5px;
  font-size: 20px;
}
.faqContact .mailBox a::before {
  content: "";
  display: inline-block;
  background: url(../img/letter_icon.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 21px;
  margin-right: 5px;
}

.faqWapper {
  background: #f2f2f2;
  padding: 20px 0;
}

/* 都道府県 */

ul.todouTabUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   margin: 25px 0 10px 0;
}

ul.todouTabUl.todouTabUlTop {
    border-bottom: 3px solid #009944;
    padding-bottom: 6px;
}

ul.todouTabUl.todouTabUlBottom {
    border-top: 3px solid #009944;
    padding-top: 6px;
}

ul.todouTabUl li {
    float: left;
}

ul.todouTabUl li a {
  background: #f4f4f5;
  padding: 10px 25px;
  margin-right: 10px;
  font-size: 15px;
  color: #333;
}


ul.todouTabUl.todouTabUlTop li a {
  border-top: 1px solid #dfe0e1;
  border-left: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1;
 -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-radius: 10px 10px 0 0;
}

ul.todouTabUl.todouTabUlBottom li a {
  border-bottom: 1px solid #dfe0e1;
  border-left: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1;
 -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-radius: 0 0 10px 10px;
}

li.todouTabLiSelect a {
  background: #009944 !important;
  color: #fff !important;
  border-top: 1px solid #009944 !important;
  border-left: 1px solid #009944 !important;
  border-right: 1px solid #009944 !important;
}

p.todouCheckP::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  color: #009944;
  font-size: 15px;
  font-weight:900;
  padding-right: 4px;
}

p.todouCheckP {
  font-size: 14px;
}

table.todouTable {
  table-layout: fixed;
  font-size: 13px;
  width: 100%;
  border-top:  1px solid #dedede;
  margin: 10px 0;
  text-align: left;
}

table.todouTable td {
  font-weight: normal;
  border-right:  1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px 10px 0 10px;
}

table.todouTable th {
  width: 110px;
  font-size: 16px;
  border-bottom: 1px solid #dedede;
  padding: 3px 0;
  background: #eaf0f8;
  font-weight: bold;
  padding: 10px 15px;
  vertical-align: top;
}

table.todouTable ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

table.todouTable li {
  width: 25%;
  margin-bottom: 10px;
}

table.todouTable li a {
  border-bottom: dashed 1px #949bb7;
}
table.todouTable li a:hover {
  border-bottom: 0;
}

table.todouTable li span > span {
  color: #b4b4b4 !important;
}

table.todouTable li input[type="checkbox"] {
  margin-right: 23px !important;
}

table.todouTable label {
  font-size: 15px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
}

p.todouPBtn {
 text-align: center;
 display: block;
 margin: 0 auto;
}

p.todouPBtn a {
  background: #0a599c;
  display: block;
  width: 700px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-left: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-bottom: 4px solid #14456e;
}

p.todouPBtn .disabledBtn {
  background: #abb6bf;
  display: block;
  width: 700px;
  padding: 25px 0;
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  margin-left: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-bottom: 4px solid #777e84;
  cursor: default;
}
p.todouPBtn .disabledBtn:hover{
	opacity: 1;
}

p.todouPBtn a::after,
p.todouPBtn .disabledBtn::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  color: #fff;
  font-weight:900;
  margin-left: 15px;
}
p.todouPBtn .disabledBtn::after {
  color: rgba(255, 255, 255, 0.8);
}

p.todouPBtn a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: .3s;
}

h2.todouBtnh2 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 50px;
}

ul.todouSelectUL {
  margin: 4px 10px 0 0;
}
ul.todouSelectUL li {
  width: 42%;
}

li.todouSelectLi {
  width: 5% !important;
}

.flowWapper {
  background: #f2f2f2;
  padding: 40px 0 0 0;
}

.flowBox {
  padding-bottom: 40px;
}
.flowBox ul {
  counter-reset: number 0;
  width: 60%;
  margin: 0 auto 40px auto;
}

.flowBox ul li {
  position: relative;
  margin-top: 20px;
  border: solid 1px #ccc;
  background: #fff;
  padding: 10px;
}

.flowBox ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #1d2088 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flowBox ul li h3::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 32px;
  color: #009a44;
  margin-right: 10px;
}

.flowBox ul li h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.flowBox ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.flowBox ul li > div > img {
  width: 10%;
}
.flowBox ul li > div > div {
  width: 90%;
  padding-left: 15px;
  color: #656565;
  font-size: 14px;
  line-height: 1.4;
}

.flowBox ul li > div > div h4 {
  margin-top: 10px;
  color: #444;
}

.flowContact {
  border: solid 1px #ccc;
  background: #fff;
  padding: 10px;
  margin: 20px auto 0 auto;
  width: 60%;
}

.flowContact h3 {
  text-align: center;
  margin-bottom: 10px;
}
.flowContact .mailBox a {
  color: #009944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #009944;
  padding: 20px 5px;
  font-size: 20px;
}
.flowContact .mailBox a::before {
  content: "";
  display: inline-block;
  background: url(../img/letter_icon.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 21px;
  margin-right: 5px;
}

/* 家具家電付き賃貸とは */
.pageMainImg {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.searviceImg {
  width: 70%;
  margin: 20px 0;
}
.searviceImg img {
  display: block;
}
.pageTitle {
  background: #01264e;
  color: #fff;
  display: inline-block;
  padding: 45px 2em 40px 2em;
  margin-left: -100px;
  box-shadow: 5px 6px 3px 1px rgba(171, 171, 171, 0.55);
  white-space: nowrap;
  z-index: 1;
}
.pageTitle h2 {
  font-size: 40px;
}
.searviceWapper .pageTitle p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.svSection2 {
  background: #e7e7e7;
  padding: 20px 0;
  text-align: center;
}
.svSection2 h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #28304d;
}
.svSection2 .svPoint {
  display: inline-block;
}
.svSection2 .svPoint > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
        align-items: flex-end;
}
.svSection2 .svPoint li {
  font-size: 14px;
  color: #28304d;
  font-weight: 600;
  display: flex;
  border-bottom: solid 1px #c0c0c0;
  padding: .6em .5em .5em 0;
  text-align: left;
}
.svSection2 .svPoint li:first-of-type {
  border-top: solid 1px #c0c0c0;
}
.svSection2 .svPoint li::before {
  content: "";
  display: inline-block;
  background: url(../img/page/check_icon.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: .5em;
}
.svSection2 .svPoint li span {
  width: 100%;
}
.svSection3,
.svSection5 {
  padding: 40px 0;
}
.svSection3 h3,
.svSection4 h3,
.svSection5 h3 {
  color: #28304d;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.svSection3 h4 {
  text-align: center;
  font-size: 20px;
  padding: 20px 0 10px 0;
  color: #ef7111;
}
.searviceWapper p {
  font-size: 14px;
}
.svInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.svInner .textWrap {
  width: 60%;
}
.svInner .imgWrap {
  width: 38%;
  text-align: center;
}
.svSection4 .svInner {
  -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;
}
.hikakuImage {
  background-color: #f9f0dc;
  padding-bottom: 20px;
  margin-top: 40px;
}
.hikakuImage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
        flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
        align-items: center;
}
.hikakuImage .picture {
  padding-top: 20px;
  text-align: center;
}
/* 設置家具・家電のご案内 */
.searviceWapper .svSection {
  padding-bottom: 40px;
}
.searviceWapper .svSection:nth-of-type(odd) .svInner {
  -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;
}
.svSection h3 {
  font-size: 20px;
  color: #1d2088;
  border-bottom: solid 1px #1d2088;
  padding: 0 0 .2em 0;
  margin: 0 0 .5em 0;
}
.svSection h3 span {
  font-size: 14px;
}
.svSection dl dt {
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #1d2088;
  color: #1d2088;
  display: inline-block;
  padding: 0 1em;
  margin-bottom: .5em;
}
.svSection dl dd {
  font-size: 14px;
}
.svSection dl dd:not(:last-of-type) {
  margin-bottom: 1em;
}
.exItem {
  background: #f1f1f1;
  padding: .5em;
  margin: .5em 0;
}
.searviceWapper .itemList {
  padding-bottom: 40px;
}
.searviceWapper .itemList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
    /* justify-content: space-around; */
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.searviceWapper .itemList ul + p {
  text-align: center;
  margin-top: 20px;
}
.searviceWapper .itemList ul li {
  width: 25%;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
.searviceWapper .itemList ul li span {
  display: block;
}

/* プライバシーポリシー */
.privacy {
  padding: 30px;
  line-height: 1.6;
}
.privacy dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 0 .5em;
  border-left: solid 4px #1d2088;
}
.privacy dl dd {
  font-size: 14px;
  padding-bottom: 20px;
}
.privacy dl dd p {
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.privacy dl dd ol {
  counter-reset: number 0;
  margin: 1em 0;
}
.privacy dl dd ol>li {
  text-indent: -1em;
  margin-left: 2.6em;
  margin-bottom: .5em;
}
.privacy dl dd ol>li::before {
  content: counter(number) '.' ;
  counter-increment: number 1;
}
.privacy dl dd ul {
  margin: 1em 0 1.4em;
}
.privacy dl dd ul>li {
  margin-bottom: .5em;
  list-style-type: disc;
  text-indent: 0;
  margin-left:20px;
}
.privacy dl dd ul li b {
  color: #1d2088;
}
.privacy ul.nodisc li {
  margin-left:0;
  list-style-type: none;
}


/* 金融商品の販売に関して */
.inducement {
  padding: 30px;
  line-height: 1.6;
}
.inducement>p {
  font-size: 14px;
  padding-bottom: 20px;
}
.inducement dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 0 0 .5em;
  border-left: solid 4px #1d2088;
}
.inducement dl dd {
  font-size: 14px;
  padding-bottom: 20px;
}
.inducement dl dd p {
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.inducement dl dd ul {
  margin: 1em 0 1.4em;
}
.inducement dl dd ul>li {
  margin-bottom: .5em;
  list-style-type: disc;
  text-indent: 0;
  margin-left:20px;
}
.inducement dl dd ul li b {
  color: #1d2088;
}
.inducement ul.nodisc li {
  margin-left:0;
  list-style-type: none;
}



/* 会社概要 */
.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 25px;
}
.company dl dt {
  width: 20%;
  font-weight: 600;
  padding: .5em 0 .5em 15px;
  border-bottom: solid 1px #dfe0e1;
}
.company dl dd {
  width: 80%;
  padding: .5em 0;
  border-bottom: solid 1px #dfe0e1;
}
.company dl dd a {
  color: #03aef3;
}
.mapBox {
  background: #f4f4f5;
  padding: 15px;
  margin-bottom: 20px;
}
.mapBox h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding-left: 8px;
  border-left: solid 4px #444;
}
.campanyMap {
  padding: 15px 0 0 0;
}

/* エリアトップ */
.areaTop_titleWrapper{
	position: relative;
	background-image: url(/img/page/area-mv.jpg);
	background-size: cover;
	background-position: center;
	color: #0A599C;
	border-bottom: none;
	padding: 60px 0;
	margin-bottom: 30px;
}
.areaTop_titleWrapper::after{
	content: '';
	background-color: rgba(255,255,255,.72);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.areaTop_titleWrapper .wrapper{
	position: relative;
	z-index: 1;
}
.areaTop_titleWrapper.title2ndWrapper h2 span{
	font-size: 38px;
}
.areaTop_titleWrapper ul.title2ndUl li:last-child{
	border-top: none;
}
p.areaTop_txt{
	color: #444;
	font-weight: 600;
	font-size: 14px;
	padding-top: 15px;
}
p.areaTop_txt span{
	display: block;
}
.areaTop_wrapper h3{
	font-size: 140%;
	margin-bottom: 0.5em;
}
.areaTop_wrapper .section.areaTop-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
.areaTop_wrapper .section.areaTop-search>div{
	width: 48%;
}
.areaTop_wrapper .search-box{
	position: relative;
	background-color: #F8F8F8;
	border: solid 1px #DFE0E1;
	height: 170px;
}
.areaTop_wrapper .search-box .key_search_box,
.areaTop_wrapper .search-box>ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.areaTop_wrapper .search-box .key_search_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}
.areaTop_wrapper .search-box .key_search_box input{
	font-size: 16px;
	width: 100%;
	border: solid 1px #868686;
	border-radius: 4px 0 0 4px;
	padding: 0 8px;
}
.areaTop_wrapper .search-box .key_search_box .key_search_btn a{
	display: block;
	background-color: #0a599c;
	color: #fff;
	line-height: 46px;
	text-align: center;
	font-weight: 900;
	width: 80px;
	height: 100%;
	border-radius: 0 4px 4px 0;
	transition: .3s;
}
.areaTop_wrapper .search-box>ul{
	width: 70%;
}
.areaTop_wrapper .search-box>ul>li:first-of-type{
	margin-bottom: 12px;
}
.areaTop_wrapper .areaTop_btn a{
	background: #0a599c;
	display: block;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-bottom: 2px solid #14456e;
	text-decoration: none;
	transition: .3s;
}
.areaTop_wrapper .search-box .key_search_box .key_search_btn a:hover,
.areaTop_wrapper .areaTop_btn a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
	transition: .3s;
}
.areaTop_wrapper .areaTop_btn .fas{
	padding-right: 10px;
}
.areaTop_wrapper .seo-text{
	font-size: 13px;
}
.areaTop_wrapper .text-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	padding: 30px 0;
}
.areaTop_wrapper .text-content.bg-gray{
	margin:0 -200%;
	padding: 30px 200%;
	background-color: #F8F8F8;
}
.areaTop_wrapper .text-content>div{
	width: 64%;
}
.areaTop_wrapper .text-content .text-img_pc{
	display: block;
	width: 32%;
}
.areaTop_wrapper  .text-img_sp{
	display: none;
}
.areaTop_wrapper .text-content .text-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 140%;
	font-weight: bold;
	color: #0A599C;
	margin-bottom: 10px;
}
.areaTop_wrapper .text-content .text-title:after{
	border-top: 2px solid;
	content: "";
	width: 70px;
	margin-left: 10px;
}
.areaTop_wrapper .text-content dl{
	margin-bottom: 15px;
}
.areaTop_wrapper .text-content dt a,
.areaTop_wrapper .text-content dt{
	font-weight: bold;
	font-size: 14px;
}
.areaTop_wrapper .text-content dt a{
	color: #444;
	text-decoration: underline;
}
.areaTop_wrapper .text-content dt a:hover{
	opacity: 0.6;
	transition: .3s;
}
.areaTop_wrapper .text-content .fas{
	padding-right: 8px;
}
/* エリアトップ シリーズ*/
.area_top .series_bn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -3%;
	margin-left: -3%;
}
.area_top .series_bn li{
	width: 30.3%;
	margin-top: 3%;
	margin-left: 3%;
}
.series_bn a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.series_bn a > img{
	width: 50%;
}
.series_bn div{
	position: relative;
	text-align: center;
	width: 50%;
	background-color: #000;
}
.series_bn div.series_premium{
	background-color: #440074;
}
.series_bn div.series_excellent{
	background-color: #93BE00;
}
.series_bn div.series_standard{
	background-color: #F08300;
}
.series_bn div.series_smart{
	background-color: #E2BF01;
}
.series_bn div p{
	position: absolute;
	font-size: 32px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.series_bn p span{
	font-size: 14px;
}
.buildListBox h2{
	border-top: solid 2px;
}
.area_top .buildListBox{
	width: 90%;
	margin: 20px auto 0;
}
.area_top .other_info{
	width: 100%;
	border-top: solid 1px #c0c0c0;
	padding: 20px 0 10px;
}
.area_top .other_info:first-of-type{
	border-top: none;
	padding-top: 0;
}
.other_info a{
	text-decoration: underline;
}
.other_info a:hover{
	text-decoration: none;
}
.other_info.info_conditions div{
	padding-top: 10px;
}
.other_info.info_conditions div:first-of-type{
	padding-top: 0;
}
.other_info.info_conditions div h5{
	padding-left: 10px;
	border-left: solid 4px #c0c0c0;
}
.area_top .other_info ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.area_top .other_info ul li{
	padding-right: 50px;
	margin-bottom: 10px;
}
@media (max-width: 1099px) {
  p.todouPBtn a,
  p.todouPBtn .disabledBtn {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  /* 家具家電付き賃貸とは */
  .pageTitle {
    padding: 30px 30px 20px 30px;
  }
  .searviceWapper .pageTitle p {
    font-size: 20px;
  }
  /* エリアトップ */
	.areaTop_titleWrapper{
		padding-left: 5px;
	}
	.areaTop_wrapper{
		padding: 0 5px;
	  }
  .areaTop_titleWrapper.title2ndWrapper h2{
	white-space: normal;
	line-height: 32px;
}
  .series_bn div p{
	font-size: 2.5vw;
}
  .series_bn p span{
	font-size: 1.3vw;
}
}

@media(max-width:900px) {
  ul.todouTabUl.todouTabUlTop {
    padding-bottom: 7px;
  }
  ul.todouTabUl.todouTabUlBottom {
    padding-top: 9px;
  }
  .flowBox ul,
  .flowContact {
    width: 90%;
  }
  /* 家具家電付き賃貸とは */
  .pageTitle h2 {
    font-size: 30px;
  }
  /* エリアトップ */
	.areaTop_titleWrapper.title2ndWrapper h2{
		font-size: 19px;
	}
	.areaTop_titleWrapper.title2ndWrapper h2 span{
		font-size: 30px;
	}
}

@media(max-width: 768px) {
   /* 家具家電付き賃貸とは */
  .pageTitle {
    padding: 30px 30px 25px 30px;
  }
  .pageTitle h2 {
    font-size: 28px;
  }
  .searviceWapper .pageTitle p {
    font-size: 16px;
    margin-top: 10px;
  }
  table.todouTable li {
    width: 33%;
  }
   /* エリアトップ */
	.areaTop_titleWrapper{
		padding: 20px 0 30px;
	}
	p.areaTop_txt{
		padding-top: 0;
	}
	p.areaTop_txt span{
		display: none;
	}
	.areaTop_wrapper .section.areaTop-search{
		display: block;
	}
	.areaTop_wrapper .section.areaTop-search>div{
		width: 100%;
	}
	.areaTop_wrapper .section.areaTop-search>div:first-of-type{
		margin-bottom: 2em;
	}
	.areaTop_wrapper .search-box{
		height: 140px;
	}
	.areaTop_wrapper .search-box>ul{
		width: 80%;
	}
	.areaTop_wrapper .text-content{
		display: block;
	}
	.areaTop_wrapper .text-content .text-title{
		margin-bottom: 20px;
	}
	.areaTop_wrapper .text-content>div{
		width: 100%;
	}
	.areaTop_wrapper .pb0{
		padding-bottom: 0;
	}
	.areaTop_wrapper .pt0{
		padding-top: 0;
	}
	.areaTop_wrapper .text-content .text-img_pc{
		display: none;
	}
	.areaTop_wrapper .text-img_sp{
		display: block;
		margin-bottom: 20px;
	}
	.areaTop_wrapper .text-content dt{
		margin-bottom: 10px;
	}
   .area_top .series_bn li{
		width: 47%;
   }
   .series_bn div p{
	   font-size: 4.0vw;
   }
   .series_bn p span{
	   font-size: 1.8vw;
   }
}

@media(max-width:600px) {
  ul.todouTabUl.todouTabUlTop li a,
  ul.todouTabUl.todouTabUlBottom li a {
    margin-right: 0;
  }
  ul.todouTabUl li a {
    padding: 10px 5px;
  }
  table.todouTable th {
    width: 80px;
  }
  h2.pageTitleh2 {
    font-size: 26px;
    margin: 30px 0;
  }
  .faqLinkWrapper {
    padding: 10px 5px;
  }
  .faqLinkWrapper ul li a {
    padding: 5px 0;
    font-size: 14px;
  }
  li.faqLink01 a::before,
  li.faqLink02 a::before,
  li.faqLink03 a::before,
  li.faqLink04 a::before {
    width: 30px;
    height: 30px;
  }
  .faqLinkWrapper ul li a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    color: #c1c1c1;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: 25%;
    right: 10px;
  }
  .faqBox {
    padding: 20px 15px;
  }
  .faqBox h2,
  .flowBox h2{
    font-size: 4.8vmin;
    padding-bottom: 5px;
  }
  .faqBox dt {
    font-size: 16px;
  }
  .faqBox dd {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .faqContact,
  .flowBox ul,
  .flowContact {
    width: 100%;
  }
  .flowBox ul li > div > img {
    width: 15%;
  }
  .flowBox ul li > div > div {
    width: 85%;
  }
  .flowContact h3 {
    font-size: 3.8vmin;
  }
  /* 家具家電付き賃貸とは */
  .searviceImg {
    width: 100%;
  }
  .pageTitle {
    position: absolute;
    margin: 0;
    padding: 15px 15px 10px;
  }
  .pageTitle h2 {
    font-size: 22px;
  }
  .searviceWapper .pageTitle p {
    font-size: 12px;
	margin-top: 5px;
  }
  .searviceWapper .svInner {
    padding: 0 10px;
  }
  .searviceWapper .svInner h3 {
    text-align: center;
  }
  .searviceWapper .svInner,
  .svSection4 .svInner {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .svInner .textWrap {
    width: 100%;
  }
  .svInner .imgWrap {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .hikakuImage {
    padding: 0 5px 20px 5px;
  }
  .hikakuImage .picture img.imgPc {
    display: none;
  }
  /* 設置家具・家電のご案内 */
  .searviceWapper .svSection:nth-of-type(odd) .svInner {
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  }
  .svSection h3 {
    font-size: 18px;
  }
  .svSection h3 span {
    font-size: 14px;
  }
  .searviceWapper .itemList ul li {
    width: 50%;
  }
  .searviceWapper .itemList ul + p {
    text-align: left;
    padding: 0 10px;
}
  /* プライバシーポリシー */
  .privacy {
    padding: 10px 10px;
  }
  /* 会社概要 */
  .company dl {
    font-size: 14px;
  }
  .company dl dt {
    width: 25%;
  }
  .company dl dd {
    width: 75%;
  }
  .campanyMap iframe {
    height: 60vw;
  }
  /* エリア選択 ボタン */
  .fixedBtn.active {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(154, 186, 214, 0.5);
    padding: 0 0 10px 0;
  }
  .fixedBtn.active p.todouPBtn a {
    margin-top: 10px;
  }
  table.todouTable li {
    width: 100%;
  }

  .area_top .areaTop_btn_list{
	  display: block;
  }
  .areaTop_btn_list .areaTop_btn{
	  width: 80%;
	  margin: 0 auto;
  }
  .areaTop_btn_list .areaTop_btn:last-of-type{
	  margin: 10px auto 0;
  }
  /* エリアトップ */
  .areaTop_titleWrapper.title2ndWrapper h2{
	font-size: 16px;
	line-height: 27px;
}
  .areaTop_titleWrapper.title2ndWrapper h2 span{
	font-size: 24px;
}
.areaTop_wrapper .search-box .key_search_box .key_search_btn a{
	width: 60px;
}
  .area_top .other_info ul li{
	  padding-right: 30px;
  }
  .series_bn div p{
	font-size: 4.5vw;
  }
  
}
@media(min-width: 601px) {
  .svSection2 h3 {
    margin-bottom: 0;
  }
  .svSection2 .svPoint > div::before {
    content: "";
    display: inline-block;
    background: url(../img/page/sv_img02.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 130px;
    height: 162px;
    margin: 0 10px -10px 0;
  }
  .svSection2 .svPoint > div::after {
    content: "";
    display: inline-block;
    background: url(../img/page/sv_img01.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 130px;
    height: 162px;
    margin: 0 0 -10px 0;
  }
  .hikakuImage .picture img.imgPc {
    width: 600px;
  }
  .hikakuImage .picture img.imgSp {
    display: none;
  }
}
@media(max-width:450px){
	/* エリアトップ */
	.areaTop_titleWrapper.title2ndWrapper h2{
		font-size: 14px;
	}
	.areaTop_titleWrapper.title2ndWrapper h2 span{
		font-size: 16px;
	}
	p.areaTop_txt{
		font-size: 12px;
	}
	.areaTop_wrapper .areaTop_txt span{
		display: none;
	}
	.area_top .series_bn{
		display: block;
		margin-left: 0;
		margin: 0 auto 0 0;
	}
	.area_top .series_bn li{
		width: 100%;
		margin: 5% auto;
	}
	.series_bn div p{
		font-size: 7.5vw;
	}
	.series_bn p span{
		font-size: 3.5vw;
	}

	/* FAQ */
  .faqLinkWrapper ul {
    flex-wrap: wrap;
  }
  .faqLinkWrapper ul li{
    width: 50%;
  }
}
