@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;
}
main h1 .pageTop {
  text-align: center;
  background: #EAC786;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  font-size: 1.4rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #e04f7b;
}
.sub-inner {
	padding-top: 14%;
	background: url("../images/idx_bg05.webp")no-repeat;
	background-size: 100%;
}
.main-inner section[class^="contents"] {
  background-size: 100%;
  margin: 0 2% 0 5%;
}
.main-inner section[class^="contents"]:nth-of-type(n+2) {
	margin-top: 7%;
}
.contents01 {
	background: url("../images/idx_bg01.webp")no-repeat;
	padding: 5% 7% 7% 3%;
}
.contents01 h2 {
	margin-top: -11%;
}
.contents01 p:first-of-type{
  margin: 8% 2% 7%;
}
.contents02 {
	background: url("../images/idx_bg02.webp")no-repeat;
	padding: 5% 5% 7% 3%;
}
.contents02 h2 {
	margin: -7% 0 0 -7%;
}
.contents02 p:first-of-type{
  margin: 8% 1% 3% 0;
}
.flexBox li:last-of-type{
  margin: 0 3% 7%;
}
.btn01 {
	margin: 2% 5%;
}
.app-area {
	background: url("../images/idx_bg06.webp")no-repeat;
	background-size: 100%;
	padding: 18% 5% 0;
}
.app-area h2 {
	margin: 0 4% 5%;
}
.bgWrap {
	background-color: #62bec7;
	margin-top: -70%;
	padding-top: 70%;
}
.container01 {
	margin-top: 10% !important;
}
.container01 h2 {
	margin: -80% 0 -3%;
	background: url("../images/idx_bg07.webp")no-repeat;
	background-size: 100%;
	background-position: 0 30%;
	padding: 80% 14% 0;
}
.contents03 {
	background: url("../images/idx_bg03.webp")no-repeat;
	padding: 5% 5% 3% 4%;
}
.contents03 p:first-of-type {
	margin: 9% 0 0;
}
.contents04 {
	background: url("../images/idx_bg04.webp")no-repeat;
	margin-top: 0 !important;
	padding: 3% 6% 7% 4%;
}
.contents04 p:first-of-type {
	margin: 8% 0 9%;
}
.note {
  margin: 1% 5% 0;
  color: #fff;
}
.decoration {
	background: url("../images/idx_bg08.webp")no-repeat;
	background-size: 100%;
	padding-bottom: 20%;
	margin: 5% 0 -5%
}
.attCol {
  padding: 10% 5%;
  background: #fff;
}
.attCol h2 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 1% 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.attCol p {
  margin: 5% 0;
}
/*=====cpArea=====*/
#campaignArea {
  margin: 2% 0;
  padding: 0 3%;
}
#campaignArea .title02 {
  margin-top: 0;
  padding-top: 3%;
}
/*=====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 {
    text-align: center;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;
    background-size: 80px;
  }
  .sub-inner {
	padding-top: 80px;
	text-align: center;
	background: url("../images/idx_bg05pc.webp")no-repeat;
	background-size: 100%;
	background-position: 0 20px;
}
.main-inner section[class^="contents"] {
  margin: 0 20px 0 40px;
}
.main-inner section[class^="contents"]:nth-of-type(n+2) {
	margin-top: 50px;
}
.contents01 {
	background: url("../images/idx_bg01pc.webp")no-repeat;
	padding: 40px 35px 50px 15px;
}
.contents01 h2 {
	margin: -70px 20px 0 0;
}
.contents01 p:first-of-type{
  margin: 40px 5px 45px 0;
}
.contents02 {
	background: url("../images/idx_bg02pc.webp")no-repeat;
	padding: 40px 35px 50px 15px;
}
.contents02 h2 {
	margin: -50px 0 0 -20px;
}
.contents02 p:first-of-type{
  margin: 10px 0 0 -5px;
}
.flexBox {
	margin: 10px 10px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexBox li:last-of-type {
	margin: 0;
}
.btn01 {
	margin: 15px auto 0;
	width: 440px;
}
.app-area {
	background: url("../images/idx_bg06pc.webp")no-repeat;
	background-size: 90%;
	background-position: center 0;
	padding: 70px 0 0;
}
.app-flex {
	display: flex;
	margin: 0 auto;
	width: 735px;
}
.app-area h2 {
	margin: 0 -150px 0 0;
	position: relative;
}
.bgWrap {
	margin-top: -230px;
	padding-top: 230px;
}
.container01 {
	margin-top: 30px !important;
}
.container01 h2 {
	margin: -260px 0 -25px;
	background: url("../images/idx_bg07pc.webp")no-repeat;
	background-position: 0 0;
	padding: 260px 0 0;
}
.contents03 {
	background: url("../images/idx_bg03pc.webp")no-repeat;
	padding: 40px 35px 13px 15px;
}
.contents03 p:first-of-type {
	margin: 35px 0 0;
}
.contents04 {
	background: url("../images/idx_bg04pc.webp")no-repeat;
	margin-top: 0 !important;
	padding: 27px 35px 48px 15px;
}
.contents04 p:first-of-type {
	margin: 20px 0 30px;
}
.note {
  margin: 10px 40px 0;
  text-align: left;
}
.decoration {
	background: url("../images/idx_bg08pc.webp")no-repeat;
	padding-bottom: 80px;
	margin: 30px 0 -40px
}
  .attCol {
    padding: 50px 40px 70px;
    background: #fff;
    font-size: 1.6rem;
  }
  .attCol h2 {
    font-size: 2.0rem;
    padding: 10px 0;
  }
  .attCol p {
    margin: 35px 0;
  }
  .cam-wrap {
    background: #fff;
  }
  /*=====cpArea=====*/
  #campaignArea {
    width: 1000px;
    margin: 0px auto;
    padding: 25px 0 0;
  }
  #campaignArea h2 {
    text-align: left;
  }
}