@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 {
	overflow: hidden;
}
main .date {
  padding: 3% 5%;
  background-color: #fff;
}
.contents01 {
	background: url("../images/idx_bg01.webp") no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 20%;
	position: relative;
}
.readText {
	margin: 0 5%;
}
.ichigo01 {
	content: "";
	position: absolute;
	background: url("../images/idx_im02.webp") no-repeat;
	background-size: 100%;
	top: 60%;
	left: 10%;
	width: 35%;
	height: 35%;
}
.contents01 figure {
	margin: 10% -13% 0 0;
}

.contents02 {
	background: url("../images/idx_bg02.webp") no-repeat;
	background-size: 100%;
	padding: 5% 0 18%;
	position: relative;
}
.contents02 h2 {
	margin: 0 27% 13%;
}
.ichigo02 {
	content: "";
	position: absolute;
	background: url("../images/idx_im03.webp") no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.point01 {
	position: relative;
}
.point01 dl {
	background: url("../images/idx_bg04.webp") no-repeat;
	background-size: 100%;
	left: -15%;
	top: 0;
	width: 85%;
	height: 85%;
	position: relative;
	padding: 10% 7% 13% 18%;
}
.point01 dl dt:first-of-type {
	width: 45%;
	margin-bottom: 5%;
}
.point01 dl dd {
	width: 75%;
	margin-top: 8%;
}
.point01 figure {
	position: absolute;
	width: 85%;
	right: -30%;
	top: 35%;
}
.point02 {
	position: relative;
}
.point02 dl {
	background: url("../images/idx_bg04.webp") no-repeat;
	background-size: 100%;
	right: -30%;
	top: 0;
	width: 85%;
	height: 85%;
	position: relative;
	padding: 10% 18% 15% 20%;
}
.point02 dl dt:first-of-type {
	width: 65%;
	margin-bottom: 6%;
}
.point02 dl dt:nth-of-type(2) {
	width: 70%;
}
.btnLink img {
	width: 90%;
}
.point02 dl dd {
	width: 95%;
	margin-top: 10%;
}
.point02 figure {
	position: absolute;
	z-index: 1;
	width: 50%;
	left: 0;
	top: 6%;
}
.point03 {
	position: relative;
	margin-top: 3%;
}
.point03 dl {
	background: url("../images/idx_bg04.webp") no-repeat;
	background-size: 100%;
	left: -15%;
	top: 0;
	width: 85%;
	height: 85%;
	position: relative;
	padding: 10% 7% 14% 18%;
}
.point03 dl dt:first-of-type {
	width: 45%;
	margin-bottom: 5%;
}
.point03 dl dt:nth-of-type(2) {
	width: 95%;
}
.point03 dl dd {
	width: 80%;
	margin-top: 8%;
}
.point03 figure {
	position: absolute;
	width: 75%;
	right: -23%;
	top: -10%;
}
.contents03 {
	padding: 0 4% 10%;
	background: url("../images/idx_bg03.webp") no-repeat;
	background-size: 100%;
	position: relative;
}
.tx {
	padding: 5% 0;
	margin: 0 10%;
}
.ichigo03 {
	content: "";
	position: absolute;
	background: url("../images/idx_im07.webp") no-repeat;
	background-size: 100%;
	top: 5%;
	right: 0;
	width: 21%;
	height: 21%;
	z-index: 1;
}
.ichigo04 {
	content: "";
	position: absolute;
	background: url("../images/idx_im08.webp") no-repeat;
	background-size: 100%;
	top: 12%;
	left: 0;
	width: 28%;
	height: 28%;
	z-index: 1;
}
.btnArea {
  margin: -15% 5% 8%;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3% 0 0;
}
.attention {
  color: #c9000c;
  font-size: 1.2rem;
}
.recomend h2 {
  padding: 3% 13%;
  background-color: #fff;
  font-size: 0;
}
.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;
  }
  #main h1 , #main .date{
    text-align: center;
  }
.main-inner {
    width: 1000px;
    margin: 0 auto;
}
  #main .date {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
  }
 .date img {
    width: 450px;
  }
.contents01 {
	background: url("../images/idx_bg01pc.webp") no-repeat;
	background-size: 100%;
	padding-bottom: 80px;
}
.readText {
	margin: 20px 100px 0 130px;
}
.ichigo01 {
	background: url("../images/idx_im02pc.webp") no-repeat;
	background-size: 100%;
	top: 310px;
	left: 280px;
	width: 140px;
	height: 140px;
}
.ichigo05 {
	content: "";
	position: absolute;
	background: url("../images/idx_im10.webp") no-repeat;
	background-size: 100%;
	top: 270px;
	left: 0;
	width: 160px;
	height: 160px;
	z-index: 1;
}
.ichigo06 {
	content: "";
	position: absolute;
	background: url("../images/idx_im11.webp") no-repeat;
	background-size: 100%;
	top: 310px;
	right: 0;
	width: 140px;
	height: 140px;
	z-index: 1;
}
.contents01 figure {
	margin: 30px 0 0 0;
	width: 255px;
}
.contents02 {
	background: url("../images/idx_bg02pc.webp") no-repeat;
	background-size: 100%;
	padding: 50px 0 68px;
}
.contents02 h2 {
	margin: 0 auto 50px;
	width: 270px;
}
.ichigo02 {
	content: "";
	position: absolute;
	background: url("../images/idx_im03pc.webp") no-repeat;
	background-size: 100%;
	top: 0;
	left: 170px;
	width: 690px;
	height: 690px;
}
.point01 dl {
	left: 148px;
	width: 422px;
	height: 422px;
	padding: 60px 50px;
}
.point01 dl dt:first-of-type {
	width: 120px;
	margin: 0 auto 20px;
}
.point01 dl dd {
	width: 204px;
	margin: 30px auto 0;
}
.point01 figure {
	width: 410px;
	right: 110px;
	top: 140px;
}
.point02 dl {
	left: 370px;
	width: 387px;
	height: 387px;
	padding: 40px 50px;
}
.point02 dl dt:first-of-type {
	width: 140px;
	margin: 0 auto 20px;
}
.point02 dl dt:nth-of-type(2) {
	width: 150px;
	margin: 0 auto;
}
.btnLink img {
	width: 182px;
	margin: 0 10px 0;
}
.point02 dl dd {
	width: 196px;
	margin: 30px auto 0;
}
.point02 figure {
width: 237px;
	left: 230px;
	top: 30px;
}
.point03 dl {
	left: 148px;
	width: 422px;
	height: 422px;
	padding: 60px 55px;
}
.point03 dl dt:first-of-type {
	width: 154px;
	margin: 0 auto 20px;
}
.point03 dl dd {
	width: 204px;
	margin: 30px auto 0;
}
.point03 figure {
	width: 390px;
	right: 120px;
	top: -80px;
}
.ichigo07 {
	content: "";
	position: absolute;
	background: url("../images/idx_im12.webp") no-repeat;
	background-size: 100%;
	bottom: 0;
	left: 35px;
	width: 135px;
	height: 140px;
}
.ichigo03 {
	background: url("../images/idx_im07pc.webp") no-repeat;
	background-size: 100%;
	top: 40px;
	right: 20px;
	width: 140px;
	height: 140px;
}
.ichigo04 {
	background: url("../images/idx_im08pc.webp") no-repeat;
	background-size: 100%;
	top: -30px;
	left: 540px;
	width: 120px;
	height: 160px;
}
.contents03 {
	background: url("../images/idx_bg03pc.webp") no-repeat;
	background-size: 100%;
	display: flex;
	padding: 30px 120px 60px 140px;
	align-items: center;
}
.contents03-wrap {
	width: 350px;
	margin-right: 30px;
}
.tx {
	width: 350px;
	margin: 0 auto;
	padding: 0;
}
  .btnArea {
    width: 350px;
    margin: 30px auto;
  }
  .btnArea p:nth-of-type(n+2) {
    margin: 20px 20px 0;
  }
  .attention {
    font-size: 1.3rem;
    text-align: left;
  }
  .contents03 figure {
  	width: 360px;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 11px 0;
  }
  .recomend h2 img {
    width: 350px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}