@charset "utf-8";

/* ****************************************************
Title: css
---------------------------------------------------------------------------- */
body#secondary .text_area{
    padding: 0 0 90px;
}

.contents_area .chead {
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 25px;
    border-left: solid 3px #AEAEAE;
    padding-left: 10px;
    line-height: 1;

}

.section .data {
	font-size: 90%;
}

.section .infolist {
	border-bottom: solid 1px #707070;
	padding: 100px 0;
}

/* =============================
 .section1
==============================*/
.sec01 {
    width: 705px;
    margin: 0 auto 200px;
}

.sec01 .flex{
  justify-content: space-between;
}

.sec01 .flex .box{
  width: 50%;
  text-align: center;
  
}

.sec01 .flex .box a{
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 80px 0;
  font-size: 32px;
  font-weight: 600px;
}

.sec01 .flex .box a:hover{
  opacity: 0.7;
}

.box.home{background-color: #617B81;}
.box.rent{background-color: #09204D;}

/*.box p{
  margin-top: 10px;
  font-size: 40px;
  font-family: 'Cookie', cursive;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}*/

@media screen and (max-width: 740px) {
.contents_area .chead {
    line-height: 1.5;
}

/* sec01 */
.sec01 {width: 95%;}


.sec01 .flex{display: block;}

.sec01 .flex .box{
  width: 100%;}

}






















