/* @override 
	https://tsujidochintai.jp/css/residents.css */

@charset "UTF-8";
/* CSS Document */
/* ========== find your room flow =========== */
/* ====================================== */


body.residents {
	
}

#residents main section#introduction > div.box_inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 90px 0 90px 0;
  position: relative;
}

#residents main {
}
#residents main ul.box_contract {
  display: flex;
  justify-content: center;
  align-items: center;
}
#residents main ul.box_contract li {
  margin-right: 14px;
}
#residents main ul.box_contract li:last-child {
  margin-left: 14px;
  margin-right: 0;
}
#residents main ul.box_contract li a {
  color: #003F87;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  min-height: 2em;
  height: 100%;
  margin-bottom: 0.2em;
  border: 3px solid #003F87;
  border-radius: 10px;
  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;
  position: relative;
  padding: 0.8em 3.5em 0.8em 27.8px;
  text-decoration: none !important;
  background: #EEEEEE;
  border: 3px solid #EEEEEE;
}
#residents main ul.box_contract li a:hover {
  background: #003F87;
  border: 3px solid #003F87;
  color: #fff !important;
}
#residents main ul.box_contract li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #003F87;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#residents main ul.box_contract li a:hover:after {
  border-left: 8px solid #fff;
}

section .box_inner h3.catch {
  font-size: 2.8rem;
  line-height: 1.3;
  color: #4ab6ea;
  font-weight: 400;
  margin-top: 0.8em;
  position: relative;
}


section .box_inner h3.catch::after {
  content: " ";
  display: block;
  width: 20%;
  height: 0.8em;
  border-bottom: 2px dotted #4ab6ea;
}

section .box_inner .box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
section .box_inner .box_btn a {
  margin-right: 5px;
}
section .box_inner .box_btn a:last-child {
  margin-left: 5px;
  margin-right: 0;
}
section .box_inner .box_btn a img {
  max-width: 100%;
  border-style: none;
  height: 70px;
  margin: 0 5px;
}



/* sections */


div.box_main section {
	width: 100%;
	box-sizing: border-box;
}


div.box_main section#sec_step_01,
div.box_main section#sec_step_03,
div.box_main section#sec_step_05 {
	background-color: #f9f8f4;
}


div.box_main section div.box_inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 90px 0;
	position: relative;
}


/* text common */

div.txt_body {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5em;
}

.flex {
	display: flex;
	justify-content: start;
	align-items: baseline;
}
.inline-block {
	display: inline-block !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight500 {
	font-weight: 500 !important;
}
.weight600 {
	font-weight: 600 !important;
}

.font16 {
	font-size: 1.6rem !important;
}
.font18 {
	font-size: 1.8rem !important;
}
.font24 {
	font-size: 2.4rem !important;
}
.font32 {
	font-size: 3.2rem !important;
}

.txt_blue {
    color: #0000ff !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb30 {
	margin-bottom: 30px !important;
}


div.txt_body::after {
		content: "";
		display: table;
		clear: both;
}

div.txt_body strong {
	font-size: 1.6rem;
	font-weight: 600;
}

.underline_txt {
	text-decoration: underline;
}
.intro_link {
  color: #0b56ff !important;
  text-decoration: underline !important;
}
div.txt_body img {
	margin-bottom: 50px;
}

div.txt_body p{
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5em;
}
div.txt_body .article_title {
/*
    border-bottom: 1px solid #4ab6ea;
*/
    margin-top: 20px;
    margin-bottom: 20px;
}
div.txt_body .article_title h4 {
	font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 20px;
}

div.txt_body h4+p {
	margin-top: 0.7em;
}

section .box_inner h3 {
	color: #666666;
	font-weight: 500;
	font-size: 1.8rem;
	align-items: center;
}

section .box_inner h3 span {
	display: flex;
	align-items: center;
	margin-right: 13px;
}


section .box_inner h3 span img:nth-of-type(1) {
	height: 45px;
	width: auto;
	margin-right: 8px;
}

section .box_inner h3 span img:nth-of-type(2) {
	height: 48px;
	width: auto;
}


div.txt_body dl {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5em;
	padding-bottom: 2em;
}


div.txt_body dl dt {
	font-weight: bold;
	margin-top: 1.5em;
}


.box_table_set {
	width: 75%;
	
	margin: 24px auto;
}


.box_table_set dl+p {
	padding-top: 0.8em;
	text-align: right;
}

.box_table_set dl+p small {
	font-size: 1.2rem;
	display: ;
}


.box_table_set>h5 {
	font-size: 1.6rem;
	font-weight: 400;
}

.box_table_set>h5::before {
	content: "●";
	margin-right: 0.2em;
	color: #49b5ea;
}


.box_table_set dl{
	margin-top: 12px;
	background-color: #fff;
	border: 1px solid #aaa;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
box-sizing: border-box;
}

.box_table_set dl dt,
.box_table_set dl dd {
	font-size: 1.4rem;
box-sizing: border-box;
padding: 0.8em 1em 0.9em 1em;
line-height: 1.5;
border-bottom: 1px solid #aaa;
display: flex;
align-items: center;
}

.box_table_set dl dt {
	font-weight: 400;
	width: 15%;
	background-color: #d7edb8;
}

.box_table_set.payment dd {
	width: 60%;
}

.box_table_set.payment dt+dd {
	width: 25%;
	background-color: #f3f8dd;
}

.box_table_set dl dt,
.box_table_set.payment dt+dd {
	border-right: 1px solid #aaa;
}








/* ====================================== */
/* ========== responsive =========== */
/* ====================================== */


/* ===== 1024px（pc）以内 ===== */
	@media (max-width: 1024px) {

/* mq start */


html.dont_scroll main {
	padding-right: 0;
}




#residents main section#introduction > div.box_inner {
width: 100%;
box-sizing: border-box;
padding: 90px 35px 90px 35px;
margin: 0;
}




/* mq end */

}

/* ===== 768px（sp）以内 ===== */
@media (max-width: 767px) {

  #residents main section#introduction > div.box_inner {
      width: 90vw;
      margin: 0 auto;
      padding: 0 0 50px 0;
  }

  #residents main ul.box_contract {
    display: block;
    width: 90vw;
    margin: 0 auto;
    padding-top: 20px;
  }
  #residents main ul.box_contract li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  section .box_inner .box_btn {
/*
    display: block;
*/
  }
  section .box_inner .box_btn a {
    margin: 0 !important;
    width: 49%;
    margin: 0 auto !important;
  }
  section .box_inner .box_btn a img {
    margin: 0 !important;
  }
}




/**/
/**/
/**/
/**/
/**/
/**/
