@charset "UTF-8";

/* =========================================================
 #front .heading01
========================================================= */
#front .heading01 {
  margin: 0 0 0.2em;
  font-size: 44px;
  text-align: center;
  color: #58b431;
}
@media screen and (max-width: 767px) {
  #front .heading01 {
    font-size: 32px;
  }
}

/* =========================================================
 #front .heading02
========================================================= */
#front .heading02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #front .heading02 {
    position: relative;
    display: block;
    margin: 0;
    padding: 12px 24px;
    height: auto;
    font-size: 17px;
    font-weight: normal;
    background-image: url("../img/icon_arrow_bottom_white.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: auto 10px;
  }

  #front .heading02.is-active {
    background-image: url("../img/icon_arrow_top_white.png");
  }
}

#front .heading02 .icon {
  margin: 4px 0.3em 0 0;
}
@media screen and (max-width: 767px) {
  #front .heading02 .icon {
    display: none;
  }
}

#front .heading02.green {
  background-color: #45b035;
  color: #fff;
}

#front .heading02.white {
  background-color: #fff;
  color: #45b035;
}
@media screen and (max-width: 767px) {
  #front .heading02.white {
    background-color: #45b035;
    color: #fff;
  }
}

#front .heading02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #front .heading02::after {
    display: none;
  }
}

#front .heading02.green::after {
  border-color: #45b035 transparent transparent transparent;
}

#front .heading02.white::after {
  border-color: #fff transparent transparent transparent;
}

/* =========================================================
 #front .contents .iconList01
========================================================= */
#front .contents .iconList01 {
  width: 757px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList01 {
    width: 100%;
    margin: 0 auto;
  }
}

#front .contents .iconList01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList01 ul li {
    width: 50%;
    margin: 0 0 24px;
  }
}

#front .contents .iconList01 ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}

#front .contents .iconList01 ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#front .contents .iconList01 ul li a .text {
  font-size: 17px;
  color: #231815;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList01 ul li a .text {
    font-size: 14px;
  }
}

/* =========================================================
 #front .contents .iconList02
========================================================= */
#front .contents .iconList02 {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 750px;
  /* JGS Delete Style
  min-height:300px;
   --------- */
  /* JGS Add Style */
  height: 300px;
  /* --------- */
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList02 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /* JGS Delete Style
    min-height:auto;
     --------- */
    /* JGS Add Style */
    height: auto;
    /* --------- */
  }
}

#front .contents .iconList02 ul li a .text {
  font-size: 17px;
  color: #231815;
}

#front .contents .iconList02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  width:100%;
  /* JGS Add Style */
  padding: 90px 0 0;
  /* --------- */
}

/* JGS Add Style */
@media screen and (max-width: 767px) {
  #front .contents .iconList02 ul {
    padding: 0;
  }
}
/* --------- */

#front .contents .iconList02 ul li {
  /* JGS Change Style */
  /*width: 25%;*/
  width: 30%;
  /* --------- */
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList02 ul li {
    width: 100%;
    margin: 0;
    background-image: url("../img/icon_arrow_right_green.png");
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-bottom: 1px solid #727171;
  }
}

#front .contents .iconList02 ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList02 ul li a {
    display: block;
    text-align: left;
    padding: 12px 24px;
  }
}

#front .contents .iconList02 ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList02 ul li a .icon {
    display: none;
  }
}

#front .contents .iconList02 ul li a .text {
  font-size: 17px;
  color: #231815;
  line-height: 1.5em;
}

#front .contents .iconList02.green ul li a .text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList02.green ul li a .text {
    color: #231815;
  }
}

/* =========================================================
 #front .contents .iconList03
========================================================= */
#front .contents .iconList03 {
  width: 750px;
  margin: 0 auto;
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList03 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#front .contents .iconList03 ul li a .text {
  font-size: 17px;
  color: #231815;
}

#front .contents .iconList03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#front .contents .iconList03 ul li {
  width: 25%;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList03 ul li {
    width: 100%;
    margin: 0;
    background-image: url("../img/icon_arrow_right_green.png");
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border-bottom: 1px solid #727171;
  }
}

#front .contents .iconList03 ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList03 ul li a {
    display: block;
    text-align: left;
    padding: 12px 24px;
  }
}

#front .contents .iconList03 ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#front .contents .iconList03 ul li a .icon img{
  background-color:#fff;
  border-radius: 50%;
}

#front .contents .iconList03 ul li a:hover .icon img{
  background-color:#ffff93	;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #front .contents .iconList03 ul li a .icon {
    display: none;
  }
}

#front .contents .iconList03 ul li a .text {
  font-size: 17px;
  color: #231815;
  line-height: 1.5em;
}

#front .contents .iconList03.green ul li a .text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #front .contents .iconList03.green ul li a .text {
    color: #231815;
  }
}

/* =========================================================
 #front section
========================================================= */

#front section.rent {
  padding: 32px 0 32px;
}

#front section.rent .iconList01 {
  border-bottom: 1px solid #727171;
  padding: 0 0 40px;
}

#front section.buy {
  padding: 0 0 40px;
}

#front section.pop {
  /* JGS Change Style */
  /* height:350px; */
  height:400px;
  /* --------- */
  padding: 0 0 8px;
}

/* JGS Add Style */
@media screen and (max-width: 767px) {
  #front section.pop {
    height: auto;
  }
}
/* --------- */

#front section.other {
  padding: 0 0 50px;
  margin: 0 0 80px;
  background-color: #45b035;
}

@media screen and (max-width: 767px) {
  #front section.other {
    padding: 0;
    margin: 0 0 60px;
    background-color: #fff;
  }
}

/* =========================================================
 #front .footerBannerArea
========================================================= */

.footerBannerArea_inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .footerBannerArea_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
  }
}

.footerBannerArea ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .footerBannerArea ul {
    display: block;
    margin: 0;
  }
}

.footerBannerArea ul li {
  width: 33.333333%;
  padding: 0 16px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .footerBannerArea ul li {
    width: 100%;
    padding: 0 16px;
    margin: 0 0 8px;
  }
}

.footerBannerArea ul li img {
  width: 100%;
  height: auto;
}

/* ADD:20201224 BY MIB */
/* =========================================================
 #front .additionalBannerArea1
========================================================= */
.additionalBannerArea1{
	width: 850px;
	margin: 40px auto 0px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.additionalBannerArea1 .main{
	width: 320px;
}
.additionalBannerArea1 .main a{

	width: 320px;
	height: 220px;
	box-sizing: border-box;
}
.additionalBannerArea1 .main a img{
	display: block;
	width: 100%;
	height: auto;
}
.additionalBannerArea1 .sub{
	width: 460px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.additionalBannerArea1 .sub a{
	display: block;
	width: 200px;
	height: 95px;
	margin: 0 0 30px 30px;
	box-sizing: border-box;
}
.additionalBannerArea1 .sub a img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.additionalBannerArea1{
		width: 80%;
		margin: 30px auto 10px auto;
		flex-wrap: wrap;
	}
	.additionalBannerArea1 .main{
		width: 100%;
		margin-bottom: 20px;
                display:flex;
	        justify-content: space-between;
	        flex-wrap: nowrap;
	}
	.additionalBannerArea1 .main a{
                width: 47%;
		height: auto;
                margin: 0 0 20px 0;
	}
	.additionalBannerArea1 .main a img{
		width: 100%;
		height: auto;
	}
	.additionalBannerArea1 .sub{
		width: 100%;
		justify-content: space-between;
	}
	.additionalBannerArea1 .sub a{
		width: 47%;
		height: auto;
		margin: 0 0 20px 0;
	}
	.additionalBannerArea1 .sub a img{
		width: 100%;
		height: auto;
	}
}

/* ADD:20201224 BY MIB */
/* =========================================================
 #front .additionalBannerArea1
========================================================= */
.additionalBannerArea2{
	width: 850px;
	margin: -60px auto 90px auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.additionalBannerArea2 a{
	display: block;
	width: 200px;
	height: 95px;
	margin: 0 15px;
	box-sizing: border-box;
}
.additionalBannerArea2 a img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.additionalBannerArea2{
		width: 90%;
		margin: 20px auto 20px auto;
		justify-content: space-between;
	}
	.additionalBannerArea2 a{
		width: 30%;
		height: auto;
		margin: 0;
	}
	.additionalBannerArea2 a img{
		width: 100%;
		height: auto;
	}
}

/* ADD:20201224 BY MIB */
/* =========================================================
 #front .additionalBannerArea1
========================================================= */
.additionalBannerArea3{
	width: 850px;
	margin: -50px auto 30px auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.additionalBannerArea3 a{
	display: block;
	width: 200px;
	height: 45px;
	margin: 0 15px;
	box-sizing: border-box;
}
.additionalBannerArea3 a img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.additionalBannerArea3{
		width: 90%;
		margin: 0px auto 20px auto;
		justify-content: space-between;
	}
	.additionalBannerArea3 a{
		width: 30%;
		height: auto;
		margin: 0;
	}
	.additionalBannerArea3 a img{
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 767px) {
.dt_none{
  display:none;
        }
}

@media screen and (max-width: 767px) {
.dt_none{
  display:block;
}

.f-container{
   display: flex;
  	display:-webkit-box;
  	display:-ms-flexbox;
   flex-direction: column;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
   flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

.box01 {
   order: 1;
        -webkit-box-ordinal-group:1;
	-ms-flex-order:1;
    }

.box02 {
   order: 2;
        -webkit-box-ordinal-group:2;
	-ms-flex-order:2;
    }

.box03 {
   order: 3;
        -webkit-box-ordinal-group:3;
	-ms-flex-order:3;
    }
.box04 {
   order: 4;
        -webkit-box-ordinal-group:4;
	-ms-flex-order:4;
    }

.box05 {
   margin-top:-1em;
   order: 5;
        -webkit-box-ordinal-group:5;
	-ms-flex-order:5;
    }

.box06 {
   order: 6;
        -webkit-box-ordinal-group:6;
	-ms-flex-order:6;
    }

.box07 {
   order: 7;
        -webkit-box-ordinal-group:7;
	-ms-flex-order:7;
    }
}