@charset "UTF-8";
/* ----------------------------------------------------------------
SELL
----------------------------------------------------------------- */
#pageTtl {
  background-image: url("img/pageTtl_bg.jpg");
}
@media screen and (max-width: 767px) {
  #pageTtl {
    background-position: right 25% bottom 0px;
  }
}

/*============================
#sec01
============================*/
#sec01 {
  background: linear-gradient(180deg, white 40%, #d8f2ff 100%);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
#sec01 .lead {
  margin-bottom: 1em;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #sec01 .lead {
    font-size: 17px;
    line-height: 1.7;
  }
}
#sec01 .lead br {
  display: none;
}
@media screen and (max-width: 1100px) {
  #sec01 .lead br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sec01 .lead br {
    display: none;
  }
}
#sec01 div.flex.w1060 {
  margin: 0 auto 4em;
  justify-content: space-between;
}
#sec01 div.flex.w1060 div {
  flex: 0 0 32%;
  background: #fce9d3;
}
@media screen and (max-width: 767px) {
  #sec01 div.flex.w1060 div {
    margin-bottom: 3em;
  }
}
#sec01 div.flex.w1060 div figure {
  background: #fff;
  padding-bottom: 1em;
  text-align: center;
}
#sec01 div.flex.w1060 div figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #sec01 div.flex.w1060 div figure img {
    width: 80%;
    margin: auto;
  }
}
#sec01 div.flex.w1060 div h2 {
  font-size: 30px;
  background: #fe8e1b;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec01 div.flex.w1060 div h2 {
    font-size: 7vw;
  }
}
#sec01 div.flex.w1060 div p {
  text-align: left;
  background: #fff;
  padding-top: 1em;
}
#sec01 div.flex.w1060 div h3 {
  background: #fe8e1b;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  line-height: 1;
  letter-spacing: 0;
}
#sec01 div.flex.w1060 div ul {
  padding: 1em;
  margin: 0;
  list-style: none;
}
#sec01 div.flex.w1060 div ul li {
  text-align: left;
  margin-left: 1em;
}
#sec01 div.flex.w1060 div ul li::before {
  content: '●';
  margin-left: -1em;
  color: #fe8e1b;
}
#sec01 div.flex.w1060 div ul li a {
  display: inline-block;
  padding: 1em 2em;
  margin: 0.5em auto 0;
  line-height: 1;
  color: #fe8e1b;
  background: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
#sec01 div.flex.w1060 div ul li a::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
#sec01 div.flex.w1060 div ul li a:hover {
  background: #fe8e1b;
  color: #fff;
}
#sec01 div.osusume.w1060 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sec01 div.osusume.w1060 ul li {
  flex: 0 0 32%;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #sec01 div.osusume.w1060 ul li {
    flex: 0 0 49%;
    margin: 0 0 5px;
  }
}
#sec01 div.osusume.w1060 ul li img {
  width: 100%;
  height: auto;
}

/*============================
#muryousatei
============================*/
#muryousatei {
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  #muryousatei {
    padding: 50px 20px;
  }
}
#muryousatei div.w1060.flex {
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #muryousatei div.w1060.flex {
    display: block;
  }
}
#muryousatei div.w1060.flex * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#muryousatei div.w1060.flex div {
  flex: 0 0 32%;
  max-width: 32%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  #muryousatei div.w1060.flex div {
    max-width: none;
    padding: 0;
  }
}
#muryousatei div.w1060.flex div h2 {
  text-align: center;
}
#muryousatei div.w1060.flex div h2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #muryousatei div.w1060.flex div h2 img {
    width: 60%;
  }
}
#muryousatei div.w1060.flex div p {
  text-align: left;
  padding: 1em 0;
}
#muryousatei div.w1060.flex div a.btn {
  display: block;
  padding: 1em;
  background: #01b884;
}
#muryousatei div.w1060.flex dl {
  flex: 0 0 68%;
  max-width: 68%;
  padding-left: 4%;
  border-left: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #muryousatei div.w1060.flex dl {
    max-width: none;
    padding: 1em 0 0;
    border: none;
  }
}
#muryousatei div.w1060.flex dl dt {
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 1em;
}
#muryousatei div.w1060.flex dl dd ul {
  list-style: none;
}
#muryousatei div.w1060.flex dl dd ul li {
  font-size: 90%;
  letter-spacing: 0;
  margin-bottom: 1em;
  padding-left: 50px;
  position: relative;
}
#muryousatei div.w1060.flex dl dd ul li strong {
  font-size: 120%;
}
#muryousatei div.w1060.flex dl dd ul li::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url("img/sell-muryousatei-check.svg") no-repeat left center;
  position: absolute;
  left: 0;
  top: 10%;
}

/*============================
#forowner
============================*/
#forowner {
  background: #daf3ff;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  #forowner {
    padding: 50px 20px;
  }
}
#forowner a {
  max-width: 600px;
  display: block;
  margin: auto;
  transition: 0.3s;
}
#forowner a:hover {
  opacity: 0.8;
}
#forowner a img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
sec02
----------------------------------------------------------------- */
#sec02 {
  text-align: center;
}
#sec02 h2 {
  font-size: 27px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #sec02 h2 {
    font-size: 17px;
    text-align: left;
  }
  #sec02 h2 br {
    display: none;
  }
}
#sec02 .w900.flex {
  max-width: 1000px;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#sec02 .w900.flex figure {
  flex: 0 0 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sec02 .w900.flex figure {
    width: 150px;
    margin: auto;
  }
}
#sec02 .w900.flex p {
  flex: 0 0 52%;
  max-width: 52%;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #sec02 .w900.flex p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .w900.flex p {
    max-width: none;
    padding-left: 0;
  }
}
#sec02 .w900.flex .btnCont a.btn {
  line-height: normal;
  height: auto;
  font-size: 1em;
}
#sec02 .qa .lead {
  flex: 0 0 100%;
}
#sec02 .btn {
  height: 100px;
  line-height: 100px;
  font-size: 21px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #sec02 .btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: auto;
    max-width: none;
  }
}

/* ----------------------------------------------------------------
sec03
----------------------------------------------------------------- */
#sec03 .bigTtl {
  background-color: #55B1A9;
}

/* ----------------------------------------------------------------
sec04
----------------------------------------------------------------- */
#sec04 {
  text-align: center;
  /*
  #merit{
  	padding-top: 70px;
  	background-color: rgba(254,142,27,1);
  	background-image: url("../common/img/triangle-L.png"),url("../common/img/triangle-R.png"),url("../common/img/triangle-L.png"),url("../common/img/triangle-R.png");
  	background-size: auto 60%,auto 60%,auto 30%,auto 30%;
  	background-position: left top,right bottom;
  	background-repeat: no-repeat;
  	
  	
  	h3{
  		color: #fff;
  		font-size: 30px;
  		padding-bottom: 1em;
  		text-align: center!important;
  		@media screen and (max-width: 767px) {
  			font-size: 18px;
  		}
  	}
  	ul{
  		list-style: none;
  		margin: auto;
  		padding: 0;
  		display: flex;
  		li{
  			flex: 0 0 46%;
  			max-width: 46%;
  			box-sizing: border-box;
  			background: #fff;
  			margin: 30px auto 0;
  			padding: 3em 2em;
  			border-radius: 10px;
  			position: relative;
  			box-shadow: 0px 5px 3px rgba(0,0,0,0.2);
  			@media screen and (max-width: 767px) {
  				font-size: 17px;
  				padding: 30px 10px 20px;
  			}
  			&::before{
  				content: '\f005';
  				@include icon;
  				color: #FE8E1B;
  				display: block;
  				width: 60px;
  				height: 60px;
  				line-height: 60px;
  				border-radius: 100%;
  				background: #fff;
  				border:4px solid #FE8E1B;
  				position: absolute;
  				left: 50%;
  				top: -30px;
  				transform: translateX(-50%);
  				font-size: 30px;
  				text-align: center!important;
  				@media screen and (max-width: 767px) {
  					width: 40px;
  					height: 40px;
  					line-height: 40px;
  					top: -20px;
  					font-size: 20px;
  					border:2px solid #FE8E1B;
  				}
  			}
  			p{
  				font-size: 22px;
  				line-height: 1.7;
  				padding: 0;
  				color: #FE8E1B;
  				font-weight: 600;
  				text-align: justify;
  				@media screen and (max-width: 767px) {
  					font-size: 15px;
  					line-height: 1.5;
  					letter-spacing: 0;
  				}
  			}
  		}
  	}
  }
  */
}
#sec04 .bigTtl {
  background-color: #FE8E1B;
}
#sec04 .tags {
  list-style: none;
  margin: auto;
  padding: 1em 0 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sec04 .tags li {
  display: inline-block;
  border: 3px solid #FE8E1B;
  color: #FE8E1B;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  padding: 1em 3em;
  margin: 10px;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  #sec04 .tags li {
    padding: 1em 1em;
    font-size: 15px;
  }
}
#sec04 #hikaku {
  background: #FFE8D1;
  padding: 3em 40px 5em;
}
@media screen and (max-width: 767px) {
  #sec04 #hikaku {
    padding: 50px 20px;
  }
}
#sec04 #hikaku > p {
  text-align: center;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #sec04 #hikaku > p {
    text-align: left;
  }
}
#sec04 #hikaku .flex {
  max-width: 980px;
  margin: auto;
  justify-content: space-between;
}
#sec04 #hikaku .flex > div {
  flex: 0 0 47.9592%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sec04 #hikaku .flex > div {
    margin-bottom: 30px;
  }
}
#sec04 #hikaku .flex > div h3 {
  padding: 0.5em;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec04 #hikaku .flex > div h3 {
    font-size: 16px;
  }
}
#sec04 #hikaku .flex > div figure {
  padding: 30px;
}
#sec04 #hikaku .flex > div:nth-child(1) h3 {
  background: #807E78;
}
#sec04 #hikaku .flex > div:nth-child(2) h3 {
  background: #FE8E1B;
}
