@charset "utf-8";
#main .index:after, #main .merit:after {
  content: "";
  clear: both;
  display: block;
}
#main .top-img {
  text-align: center;
}
#main article {
  margin: 0 auto 80px;
  width: 96%;
}
#main h1 {
  font-size: 1.5em;
  padding: 0 0 3px 5px;
  margin: 10px 0 5px 0;
  border-bottom: 2px solid #333;
}
#main .top-text {
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 10px 10px 30px;
  font-size: 1.2em;
}
#main .top-text span {
  font-weight: normal;
  font-size: .9em;
}
#main article h2 {
  font-size: 1.3em;
  color: #2e97d8;
  padding-bottom: 3px;
  border-bottom: 1px solid #2e97d8;
  margin: 30px 0 10px;
}
.index {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.index section {
  background: #0E3DA5;
  color: #FFF;
  width: 270px;
  border-radius: 10px;
  margin: 0 0 30px 7.5px;
  padding: 10px;
}
.index section:first-child {
  margin: 0 0 20px 7.5px;
}
.index h3 {
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.3em;
}
.index h3 a {
  color: #FFF;
  padding-left: 15px;
  background: url(../img/arrow-w.png) no-repeat left 3px;
	background-position: center left;
}
.index ul {
  height: 130px;
  text-align: left;
  margin-bottom: 10px;
	font-size: .8em;
}
.index li {
  margin-bottom: 3px;
}
.index li a {
  color: #f0eddc;
	font-size: 1em;
}
.index li a::after {
content: '';
	display: inline-block;
	background-image: url("../img/icon/circle-right-solid-white.svg");
  width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 1.2em;
}
.index li a:hover {
  opacity: 0.8;
}
.index section p, .point .effct {
  background: #f0eddc;
  color: #333;
  padding: 10px 3px;
  margin-bottom: 5px;
  text-align: center;
}
.index p strong,
 .point .effct strong{
  font-size: 1.05em;
}
.index section:first-child strong, #build .point .effct strong {
  color: #2e97d8;
}
.index section:nth-child(2) strong, #lease .point .effct strong {
  color: #e93233;
}
.index section:last-child strong, #sell .point .effct strong {
  color: #979511;
}
.index .link a {
  display: block;
  background: #DAE1FC;
  width: 100%;
  padding: 5px 0;
  color: #091F75;
  text-align: center;
	border-radius: 5px;
	margin-top: 15px;
}
.index .link a:hover {
  background: #222;
}
#main .point {
  background: #0E3DA5;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin: 0 30px 20px 30px;
}
#main .point .top-text {
  margin-bottom: 5px;
  background: #FFF;
}
#main .point ul {
  text-align: center;
  color: #f0eddc;
  margin: 10px;
	font-size: 1.2em;
}
#main .point li {
  display: inline-block;
	margin-right: 10px;
}
#main article article h3 {
  background: #07195B;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: normal;
  padding: 5px 10px;
  display: block;
  width: 240px;
  text-align: center;
  border-top-left-radius: 20px;
}
#main .way {
  padding: 10px;
  background: #F0EDDC;
  border-radius: 10px;
  margin-bottom: 10px;
}
#main .way h4 {
  margin-top: 5px;
  color: #07195B;
  font-size: 1.2em;
}
#main .text {
  margin-bottom: 10px;
}
#main .merit {
  margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#main .merit dl {
  float: left;
  padding: 0 10px 10px;
  margin: 0 10px;
  width: 48%;
  height: 200px;
  border: 1px solid #ccc;
	border-radius: 10px;
}
#main .merit dt {
  padding-bottom: 3px;
  border-bottom: 1px dotted #333;
  margin-bottom: 5px;
	font-size: 1.5em;
}
#main .merit dl:first-child dt {
	color: #00B38F;
}
#main .merit dl:first-child dt:before {
  content: "○";
  font-size: 1.8em;
}
#main .merit dl:last-child dt{
	color: #E40003;
}
#main .merit dl:last-child dt:before {
  content: "×";
  font-size: 1.8em;
}
#main aside {
  margin: 0 0 30px auto;
  width: 300px;
}
#main aside .link::before {
	margin-right: 8px;
  content: '';
	display: inline-block;
	background-image: url("../img/icon/angle-right-solid-blue.svg");
  width: 7.2px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#main figure {
  margin-bottom: 20px;
}
#main figcaption {
  text-align: right;
  text-decoration: underline;
}
@media screen and (max-width:960px) {
  #main .top-text {
    margin: 10px 5% 30px 5%;
  }
  #main > .text {
    margin: 0 2% 10px;
  }
  .index section {
    width: 30%;
    margin: 0 0 20px 3%;
  }
  .index section:first-child {
    margin: 0 0 20px 1.5%;
  }
	.index p {
		font-size: .85em;
	}
  .index li {
    font-size: .8em;
    margin-bottom: 3px;
    line-height: 1.3;
  }
  .index .link a {
    padding: 3px 0;
  }
  #main .merit dl {
    margin: 0 2%;
    width: 46%;
    height: 230px;
  }
  #main aside {
    margin: 0 0 30px 60%;
    width: auto;
  }
}
@media screen and (max-width:768px) {
  #main .top-text {
    font-size: 1em;
  }
  #main article h2 {
    font-size: .9em;
  }
	.index {
		flex-wrap: wrap;
	}
  .index section {
    width: 48%;
    margin: 0 0 20px 1.5%;
  }
  .index section:first-child {
    margin: 0 0 20px 0.7%;
  }
	#main .merit dt {
	font-size: 1.3em;
}
	.index p,
	.index li {
    font-size: 1em;
	}
  #main .point .top-text {
    font-size: .9em;
    text-align: left;
  }
	#main .point ul {
	font-size: 1em;
}
  #main article .text {
    font-size: .9em;
  }
  #main .merit dl {
    height: 250px;
	  line-height: 1.5;
  }
  #main aside {
    margin: 0 0 30px 40%;
  }
}
@media screen and (max-width:480px) {
  .index section {
    width: 98%;
    height: auto;
    margin: 0 0 10px;
  }
  .index ul {
    height: auto;
  }
  #main .point {
    margin: 0 3% 20px 3%;
  }
  #main article .text {
    font-size: .8em;
  }
  #main .merit dl {
    font-size: .8em;
  }
  #main aside {
    margin: 0 0 30px 30%;
    font-size: .9em;
  }
  #main figcaption {
    font-size: .8em;
  }
}