/*body全体共通部分*/
body {
  width:1130px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size:20px;
}

img{
  image-rendering:-webkit-optimize-contrast;
}

/*header部分*/
header{
  width:100%;
  height:80px;
  background-color:white;
  opacity:0.9;
  text-align:center;
  line-height:80px;
  font-size:40px;
  position:fixed;
  left:0;/*fixed適用した時のテキストの左右のズレの調整*/
  right:0;/*fixed適用した時のテキストの左右のズレの調整*/
  z-index:10;
}

.non-fixed{
  height:80px;/*header部分fixedによる重なり打消し疑似要素*/
}

/*top-button*/
.return-button{
  width:5%;
  height:10%;
  position:fixed;
  right:15%;
  bottom:5%;
  z-index:10;
}

.return-button img{
  width:100%;
  height:100%;
}

/*top-wrapper*/
.top-wrapper{
  width:100%;
  height:auto;
  margin-top:40px;
  margin-bottom:50px;
  /*background-color:blue;*/
}

.top-wrapper-container{
  width:100%;
  height:auto;
}

.top-wrapper-center{
  width:90%;
  height:auto;
  margin:0 auto;
}

/*seirizigyou-wrapper部分*/
.seirizigyou-wrapper{
  width:90%;
  height:auto;
  margin:0 auto 50px auto;
}

.seirizigyou-container{
  width:100%;
  height:auto;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.seiri-items{
  width:49%;
  height:60px;
  margin-bottom:15px;
  line-height:60px;
  font-size:30px;
  text-align:center;
  border-radius:10px;
  color:white;
  background-color:rgba(10, 90, 246, 0.7);
}

/*koutei-wrapper部分*/
.koutei-wrapper{
  width:100%;
  height:auto;
  margin:0 auto 30px auto;
  font-size:30px;
  text-align:center;
}

.under{
  border-bottom:solid 3px blue;
}

/*main-wrapper部分*/
.main-wrapper{
  width:90%;
  height:auto;
  margin:0 auto
}

.main-container{
  width:100%;
  height:auto;
  margin-bottom:30px;
  display:flex;
}

.main-rabel{
  width:15%;
  height:150px;
  border-radius:10px;
  font-size:20px;
  line-height:150px;
  text-align:center;
  color:white;
  background-color:rgba(10, 90, 246, 0.7);
}

.main-int{
  width:85%;
  height:150px;
  margin-left:30px;
  font-size:20px;
  line-height:150px;
}

/*price-int部分*/
.price-int{
  width:100%;
  height:auto;
  margin:30px auto 30px auto;
  font-size:30px;
  text-align:center;
}

/*price-wrapper部分*/
.price-wrapper{
  width:90%;
  height:auto;
  margin:0 auto 50px auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.price-items{
  width:33%;
  height:200px;
  margin-bottom:10px;
  border-radius:10px;
  background-color:rgba(10, 90, 246, 0.7);
  position:relative;
}

.position{
  width:auto;
  height:auto;
  font-size:20px;
  color:white;
  position:absolute;
  left:20%;
  top:25%;
}

/*price-bikou-wrapper部分*/
.price-bikou-wrapper{
  width:100%;
  height:auto;
  margin-bottom:50px;
  font-size:25px;
}

.price-bikou{
  width:90%;
  height:auto;
  margin:0 auto;
}


/*footer部分*/
footer{
  width:100%;
  height:80px;
  position:relative;
}

.footer-left{
  width:0.5%;
  height:80%;
  background-color:rgba(4, 27, 184, 0.9);
  position:absolute;
  top:10%;
  left:0;
}

.footer-left-bottom{
  width:100%;
  height:40%;
  background-color:rgba(82, 176, 244, 0.53);
  position:absolute;
  top:60%;
}

.footer-center{
  width:40%;
  padding-top:25px;
  padding-left:20px;
  font-size:20px;
  /*background-color:green;*/
  position:absolute;
  left:1%;
}
