@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  background: url("../images/idx_bg01.jpg") no-repeat center top;
  background-size: 100%;
  padding: 5% 0 6%;
}
.contents01 {
  margin: 0 0 16%; 
}
.contents01 .lead {
  margin: 6% 7% 0 3%;
}
.contents01 figure{
  margin: -75% 0 0 47%;
}
.contents01 .topText{
  margin: 7% 36% 0 0;
}
.contents02 {
  margin: 0 0 11%;
}
.contents02 ul li figure{
  position: absolute;
  width: 39%;
  z-index: 99;
}
.contents02 ul li p {
	position: absolute;
}
.contents02 .point1{
  position: relative;
  padding-bottom: 56%;
}
.contents02 .point1 p{
  width: 71%;
  top: 3%;
  right: 0;
}
.contents02 .point2{
  position: relative;
  padding-bottom: 58%;
}
.contents02 .point2 p{
  width: 64%;
  top: 9%;
	left: 0;
}
.contents02 .point2 figure {
	top: 0;
	right: 0;
}
.contents03{
  margin: 0 0 5%;
}
.contents03 .icon{
  margin: -70% 63% 41% 4%;
}
.contents03 figure{
  margin: 10% 11% 0;
}
.contents04 .bottomText{
  margin-right: 3%;
}
.contents04 figure{
  margin-top: -8%;
}
.btnArea {
  margin: -21% 6% 5%;
}
.btnArea p:nth-of-type(2) {
  margin: 3%;
}
.main-inner .att {
	margin: 0 6%;
	color: #ffffff;
}
.recomend ul li {
  width: 100%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  h1 {
    text-align: center;
  }
  .main-inner {
    background: url("../images/idx_bg01pc.jpg") no-repeat center top;
    width: 1000px;
    margin: 0 auto;
    padding: 22px 0 40px;
  }
  .contents01 {
    margin:0 0 73px; 
  }
  .contents01 .lead {
    margin: 58px 0 0 62px;
  }
  .contents01 figure {
    margin: -450px 0 0 535px;
  }
  .contents01 .topText {
    margin: 17px 0 0 65px;
  }
  .contents02 {
    margin: 0 20px 62px;
  }
  .contents02 ul {
    display: flex;
    justify-content: space-between;
  }
  .contents02 ul li figure{
		width: auto;
	}
	.contents02 ul li p {
		position: absolute;
	}
	.contents02 .point1 {
		height: 500px;
		width: 483px;
		padding-bottom: 0;
	}
	.contents02 .point1 figure {
		top: 0;
		left: 140px;
	}
  .contents02 .point1 p {
		width: auto;
		top: 159px;
  }
	.contents02 .point2 {
		height: 500px;
		width: 477px;
		padding-bottom: 0;
	}
	.contents02 .point2 p {
		width: auto;
		top: 170px;
	}
	.contents02 .point2 figure {
		top: 0;
		right: 98px;
	}
  .contents03 {
    margin: 0 0 70px;
  }
	.contents03 figure {
		width: 400px;
		margin: 10px auto 0;
	}
  .contents03 .icon {
    width: 165px;
    margin: -300px 0 143px 270px;
  }
	.contents04 .bottomText{
		width: 650px;
		margin-right: 0;
	}
  .contents04 figure{
    margin-top: -143px;
    text-align: center;
  }
  .btnArea {
    width: 465px;
    margin: -110px auto 40px;
  }
  .btnArea p:nth-of-type(2) {
    margin: 15px 20px;
  }
  .main-inner .att {
    margin: 0 40px;
  }
  .recomend{
    width: 1000px;
    margin: 0 auto;
  }
  .recomend ul{
    display: flex;
  }
  .recomend ul li {
    width: calc(100%/3);
  }
}