/* CSS Document */
@charset: "Shift_JIS";
.sp{
		display: none;
	}
	.pc{
		display: block;
	}
html { scroll-behavior: smooth;}
div, p, span, h1, h2, h3, img {
  margin: 0;
  padding: 0;
}
ul li{
	list-style: none;
}
ul li a{
	text-decoration: none;
}
.tejyun_text{
	text-align: center;
}
ul#tejyun_btn{
    display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted;
	padding-bottom: 3em;
}
ul#tejyun_btn li{
    width:48%;
	padding: 1em 0;
    text-align: center;
    border-radius: 0.5em;
}

ul#tejyun_btn li a {
	color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
ul#tejyun_btn li a:hover {
  opacity: 0.8;
}
#flow_all{
	display: flex;
}
#flow01 {
    margin-bottom: 2em;
}
#line_box{
	display: flex;
	width:95%;
	margin-left: auto;
    /*margin-right: auto;*/
}
#line_box #line01{
	width: 20%;
}
#line_box #line01 img{
	width: 100%;
}
#line_box #line02{
	width: 75%;
	text-align: left;
	padding-left: 5%;
}
#line_box .line_text01{
	color:#06C755;
	font-weight: bold;
}


.flow-step {
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    color: #3c3c3c;
    font-size: 1.1em;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.flow-step::before, .flow-step::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 2px;
    background-color: #22b94e;
}
.flow-step::before {
    left: 0;
}

.flow-step::after {
    right: 0;
}
/*.flow-text01 {
    padding-top: 1.5em;
}*/
#container_all {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
header > img {
  margin-bottom: 20px;
}

.attention {
  display: flex;
  padding: 2% 2% 2% 2%;
  border: 3px solid #cfcfcf;
  box-sizing: border-box;
}
.attention h2 {
  font-size: 1em;
  color: #282828;
}
.attention span {
  font-size: 0.8em;
}
.attention div:first-child {
  margin-right: 4%;
}
.attention div:first-child img {
  padding-top: 50%;
}

#flow_1st {
  /*display: flex;*/
	border-bottom: 1px dotted #a9a9a9;
	width: 50%;
}
#flow_2nd {
	width: 50%;
}
#contents01 {
  border-right: 1px dotted #a9a9a9;
  padding: 2% 3% 2% 0;
	text-align: center;
}
#contents02 {
  padding: 2% 0 4% 2%;
}
#container_all h3 {
    text-align: center;
    font-size: 1.7em;
    padding-top: 1em;
    padding-bottom: 1em;
}
#container_all h3.resident {
	color: #ff7d7f;
}
#container_all h3.owner {
	color: #38bdde;
}
#container_all h4 {
    text-align: center;
    font-size: 1.1em;
}

#contents01 h4 {
    color: #ff8b36;
}
#contents02 h4 {
    color: #16AAE2;
}
.text01 {
    font-size: 1.1em;
    font-weight: bold;
}
.flow-text {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
	margin-bottom:30px;
}
.flow-text.reigai01 {
	margin-bottom:inherit;
}
.flow-img {
  text-align: center;
  margin-bottom: 5px;
}
.img_sc img {
    width: 90%;
}
.arrow-img {
    padding-top: 20px;
    padding-bottom: 20px;
}
.flow-img img.flow_img_size01 {
    width: 100%;
}

.btn {
    margin-bottom: 2em;
}
.btn a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 1em;
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 0.4em;
  text-align: center;
}
#contents02 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#contents02 .btn a{
	width:60%;
}
.btn a::before {
  content: '';
  width: 8px;
  height: 5px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
	margin-right: 5px;
}
.btn a:before {
  text-decoration: none;
}
.btn01.btn a {
  background-color: #ff8b36;
}
.btn01.btn a:before {
  background-color: #ff8b36;
}
.btn02.btn a {
  background-color: #ffc43a;
}
.btn02.btn a:before {
  background-color: #ffc43a;
}
.btn03.btn a {
  background-color: #16AAE2;
}
.btn03.btn a:before {
  background-color: #16AAE2;
}
.btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width:740px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
  #container_all {
    padding-left: 5px;
    padding-right: 5px;
    width: inherit;
    max-width: inherit;
	  margin-bottom: 60px;
  }
	header > img {
  width: 100%;
}
  #attention {
    padding: 5% 3%;
    font-size: 0.9em;
    line-height: 150%;
  }
#attention h2 {
    font-size: 1.2em;
}
	ul#tejyun_btn{
    padding-left:0 !important;
		padding-bottom: 1em;
}
	ul#tejyun_btn li a img {
    width: 100% !important;
}

 /* #flow_1st {
    display: inherit;
	  text-align: center;
  }*/
#flow_all {
    display: inherit;
}
	#flow_1st, #flow_2nd {
    width: inherit;
}
  #contents01 {
    border-right: none;
	  border-bottom: 1px dotted;
    width: inherit;
    padding: 0;
	  text-align: center;
  }
  #contents02 {
    width: inherit;
    padding: 0;
    margin-top: 2em;
  }
	#attention h2 {
    width:inherit;
}
	#container_all h3 {
    width: inherit;
    font-size: 1.6em;
    margin-bottom: 0;
}
.flow-text {
    width: inherit;
	margin-bottom: 0;
	padding: 0 20px;
}
	.flow-text img {
    width: 100% !important;
}
	#contents02 .flow-text{
		margin-bottom:20px !important;
	}
	.flow-img img {
    width: 100%;
}
	.img_sc {
    padding-top: 15px;
	padding-bottom: 20px;
}
	.arrow-img img {
    width: inherit;
}
	.flow-img:last-child {
    margin-bottom: 30px;
}
	.btn{
		margin-top: 1em;
	}
	.btn a {
    width: 80%;
		padding: 0.8em 1em;
}
	.btn01,.btn02 {
    margin-bottom: 30px;
}
#contents02 .btn a {
     width: 80%; 
}
#line_btn01 {
    margin-bottom: 15px;
}
}    