@charset "utf-8";
/*
body {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0 0 190px;
  font-family: "Lucida Grande", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
* {
  box-sizing: border-box;
}
*/
/* ワイド化 */
.Stage {
	width:auto;
	min-width:950px;
}

#mainScreen {
	text-align:left;
	width:100%;
}

div.contents,div.contentsArea {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

body {
  padding-bottom: 200px;/*65px;*/
}
/*メイン*/
#shitai {
  text-align: center;
  position: relative;
  margin-top:10px;
}

/* 画面外にいる状態 */

#shitai .fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */

#shitai .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*pagetop*/

#shitai .pagetop {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 40px;
  z-index: 9997;
}

#shitai .pagetop a {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url(../img/pagetop.png);
  background-size: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#shitai .pagetop a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#shitai .sp {
  display: none;
}

#shitai .inner {
  width: 950px;
  margin: 0 auto;
}

#shitai #contentHead {
  background-image: url(../img/bg_header.png);
  background-repeat: repeat;
  padding: 70px 0 275px;
}

#shitai #contentHead h2 {
  margin: -30px 0 0 120px;
  padding: 0;
}

#shitai #contentHead p.lead {
  margin: 0.6em auto 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}

#shitai h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
}

#shitai h3 em {
  display: inline-block;
  font-style: normal;
  color: red;
  padding: 1px 14px;
  font-size: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
}

#shitai h3 span {
  font-size: 11px;
  display: block;
}

#shitai .stepBlock {
  box-sizing: border-box;
  background: #7fd1ec;
  padding: 150px 0 200px;
  position: relative;
  background-image: url(../img/bg_step02.png);
  background-size: 100%;
  background-position: center 50px;
}

#shitai #step01 {
  box-sizing: border-box;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  width: 950px;
  background: url(../img/bg_step01.png);
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  z-index: 999;
}

#shitai #step01::before {
  content: "";
  background-image: url(../img/img_tai_red.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -295px;
  left: -130px;
  width: 406px;
  height: 378px;
  position: absolute;
  z-index: 1;
}

#shitai #step01::after {
  content: "";
  background-image: url(../img/img_tai_black.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -100px;
  right: -70px;
  width: 159px;
  height: 194px;
  position: absolute;
  z-index: 1;
}

#shitai #step01 .step01_inner {
  background: #fff;
  padding: 20px 0 40px;
  border-radius: 10px;
}

#shitai .areaList {
  list-style-type: none;
  margin: 40px auto 0;
  padding: 0;
}

#shitai .areaList li {
  box-sizing: border-box;
  width: 155px;
  height: 110px;
  background: #bbb;
  padding: 0 0;
  border-radius: 10px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#shitai .areaList li:last-child {
  margin-right: 0;
}

#shitai .areaList li:hover {
  -webkit-animation: tremble .3s ease-in-out;
  animation: tremble .3s ease-in-out;
}

#shitai .areaList li a {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  padding-top: 43px;
  padding-right: 10px;
  display: block;
}

#shitai .areaList li.selected a {
  padding-top: 30px;
}

#shitai .areaList li:nth-child(1).selected {
  background: #49aae7;
}

#shitai .areaList li:nth-child(2).selected {
  background: #f29d9b;
}

#shitai .areaList li:nth-child(3).selected {
  background: #f08633;
}

#shitai .areaList li:nth-child(4).selected {
  background: #f6bf42;
}

#shitai .areaList li:nth-child(5).selected {
  background: #57ae32;
}

#shitai .areaList li a::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#shitai .areaList li.selected a::before {}

#shitai .areaList li span {
  display: none;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
}

#shitai .areaList li.selected span {
  display: block;
}

#shitai #step02 {
  width: 950px;
}

#shitai .bubbleList {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: 2500px;
}

#shitai .bubbleList li {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-image: url(../img/bg_bubble_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#shitai .bubbleList li a {
  margin: auto;
  color: #0e63bb;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}

#shitai .bubbleList li a span {
  font-size: 16px;
}

#shitai .bubbleList li.checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li.checked a {
  color: #fff;
}

#shitai .bubbleList li.checked::before {
  position: absolute;
  content: "";
  background-image: url(../img/ico_checked.png);
  background-repeat: no-repeat;
  background-position: center 10%;
  /*background-size:100%;*/
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#shitai #contentFoot {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  min-width: 950px;
  height: 130px;
  bottom: -230px;
  left: 0;
  right: 0;
  display: block;
  background: #1aa4d7;
  padding: 35px 0;
  z-index: 1;
}

#shitai #contentFoot a.btn_search {
  box-sizing: border-box;
  margin: -30px auto 0;
  display: block;
  padding: 10px 50px;
  background: #fadd4b;
  border-radius: 45px;
  vertical-align: middle;
  width: 400px;
  height: 90px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#shitai #contentFoot a.btn_search:hover {
  -webkit-animation: tremble .3s ease-in-out;
  animation: tremble .3s ease-in-out;
}

#shitai #contentFoot a.btn_search img {
  margin-top: 20px;
}

#shitai #canvas-container {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

#shitai canvas#sineCanvas {
  width: 100%;
  height: 100px;
  vertical-align: top;
}

#shitai #canvas-container-footer {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

#shitai canvas#sineCanvas-footer {
  width: 100%;
  height: 100px;
  vertical-align: top;
}

@-webkit-keyframes tremble {
  15% {
    -webkit-transform: translateX(3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    -webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateX(1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(-1deg);
  }
}

@keyframes tremble {
  15% {
    transform: translateX(3px) rotate(1deg);
  }
  30% {
    transform: translateX(-3px) rotate(-1deg);
  }
  45% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  75% {
    transform: translateX(1px) rotate(1deg);
  }
  90% {
    transform: translateX(-1px) rotate(-1deg);
  }
}

#shitai .bubbleList li:nth-child(1) {
  background-image: url(../img/bg_bubble_02.png);
  width: 175px;
  height: 148px;
  left: -10px;
  top: -5px;
}

#shitai .bubbleList li:nth-child(2) {
  background-image: url(../img/bg_bubble_02.png);
  width: 221px;
  height: 187px;
  left: 160px;
  top: 79px;
}

#shitai .bubbleList li:nth-child(3) {
  background-image: url(../img/bg_bubble_01.png);
  width: 258px;
  height: 236px;
  left: 416px;
  top: 40px;
}

#shitai .bubbleList li:nth-child(4) {
  background-image: url(../img/bg_bubble_03.png);
  width: 245px;
  height: 203px;
  left: 724px;
  top: 86px;
}

#shitai .bubbleList li:nth-child(5) {
  background-image: url(../img/bg_bubble_03.png);
  width: 245px;
  height: 209px;
  left: -15px;
  top: 267px;
}

#shitai .bubbleList li:nth-child(6) {
  background-image: url(../img/bg_bubble_01.png);
  width: 195px;
  height: 178px;
  left: 206px;
  top: 431px;
}

#shitai .bubbleList li:nth-child(7) {
  background-image: url(../img/bg_bubble_02.png);
  width: 245px;
  height: 203px;
  left: 439px;
  top: 335px;
}

#shitai .bubbleList li:nth-child(8) {
  background-image: url(../img/bg_bubble_02.png);
  width: 221px;
  height: 187px;
  left: 755px;
  top: 342px;
}

#shitai .bubbleList li:nth-child(9) {
  background-image: url(../img/bg_bubble_01.png);
  width: 188px;
  height: 168px;
  left: -25px;
  top: 593px;
}

#shitai .bubbleList li:nth-child(10) {
  background-image: url(../img/bg_bubble_01.png);
  width: 209px;
  height: 190px;
  left: 219px;
  top: 679px;
}

#shitai .bubbleList li:nth-child(11) {
  background-image: url(../img/bg_bubble_04.png);
  width: 233px;
  height: 198px;
  left: 485px;
  top: 586px;
}

#shitai .bubbleList li:nth-child(12) {
  background-image: url(../img/bg_bubble_03.png);
  width: 199px;
  height: 163px;
  left: 777px;
  top: 671px;
}

#shitai .bubbleList li:nth-child(13) {
  background-image: url(../img/bg_bubble_02.png);
  width: 199px;
  height: 171px;
  left: -20px;
  top: 886px;
}

#shitai .bubbleList li:nth-child(14) {
  background-image: url(../img/bg_bubble_01.png);
  width: 244px;
  height: 220px;
  left: 350px;
  top: 896px;
}

#shitai .bubbleList li:nth-child(15) {
  background-image: url(../img/bg_bubble_01.png);
  width: 206px;
  height: 189px;
  left: 680px;
  top: 869px;
}

#shitai .bubbleList li:nth-child(16) {
  background-image: url(../img/bg_bubble_03.png);
  width: 212px;
  height: 182px;
  left: 53px;
  top: 1104px;
}

#shitai .bubbleList li:nth-child(17) {
  background-image: url(../img/bg_bubble_02.png);
  width: 224px;
  height: 188px;
  left: 329px;
  top: 1169px;
}

#shitai .bubbleList li:nth-child(18) {
  background-image: url(../img/bg_bubble_01.png);
  width: 224px;
  height: 210px;
  left: 753px;
  top: 1123px;
}

#shitai .bubbleList li:nth-child(19) {
  background-image: url(../img/bg_bubble_04.png);
  width: 224px;
  height: 204px;
  left: -13px;
  top: 1333px;
}

#shitai .bubbleList li:nth-child(20) {
  background-image: url(../img/bg_bubble_01.png);
  width: 176px;
  height: 163px;
  left: 235px;
  top: 1441px;
}

#shitai .bubbleList li:nth-child(21) {
  background-image: url(../img/bg_bubble_04.png);
  width: 248px;
  height: 209px;
  left: 447px;
  top: 1383px;
}

#shitai .bubbleList li:nth-child(22) {
  background-image: url(../img/bg_bubble_02.png);
  width: 262px;
  height: 232px;
  left: 716px;
  top: 1374px;
}

#shitai .bubbleList li:nth-child(23) {
  background-image: url(../img/bg_bubble_02.png);
  width: 230px;
  height: 196px;
  left: 18px;
  top: 1616px;
}

#shitai .bubbleList li:nth-child(24) {
  background-image: url(../img/bg_bubble_04.png);
  width: 259px;
  height: 217px;
  left: 339px;
  top: 1677px;
}

#shitai .bubbleList li:nth-child(25) {
  background-image: url(../img/bg_bubble_02.png);
  width: 244px;
  height: 205px;
  left: 697px;
  top: 1655px;
}

#shitai .bubbleList li:nth-child(26) {
  background-image: url(../img/bg_bubble_03.png);
  width: 189px;
  height: 158px;
  left: 14px;
  top: 1869px;
}

#shitai .bubbleList li:nth-child(27) {
  background-image: url(../img/bg_bubble_01.png);
  width: 238px;
  height: 215px;
  left: 217px;
  top: 1938px;
}

#shitai .bubbleList li:nth-child(28) {
  background-image: url(../img/bg_bubble_01.png);
  width: 248px;
  height: 227px;
  left: 506px;
  top: 1881px;
}

#shitai .bubbleList li:nth-child(29) {
  background-image: url(../img/bg_bubble_04.png);
  width: 228px;
  height: 204px;
  left: -19px;
  top: 2114px;
}

#shitai .bubbleList li:nth-child(30) {
  background-image: url(../img/bg_bubble_04.png);
  width: 233px;
  height: 199px;
  left: 242px;
  top: 2175px;
}

#shitai .bubbleList li:nth-child(31) {
  background-image: url(../img/bg_bubble_01.png);
  width: 206px;
  height: 189px;
  left: 509px;
  top: 2187px;
}

#shitai .bubbleList li:nth-child(32) {
  background-image: url(../img/bg_bubble_01.png);
  width: 206px;
  height: 189px;
  left: 755px;
  top: 2077px;
}

#shitai .bubbleList li:nth-child(33) {
  background-image: url(../img/bg_bubble_02.png);
  width: 228px;
  height: 195px;
  left: 35px;
  top: 2404px;
}

#shitai .bubbleList li:nth-child(34) {
  background-image: url(../img/bg_bubble_02.png);
  width: 187px;
  height: 158px;
  left: 402px;
  top: 2398px;
}

#shitai .bubbleList li:nth-child(35) {
  background-image: url(../img/bg_bubble_03.png);
  width: 245px;
  height: 204px;
  left: 735px;
  top: 2391px;
}

/* checked */

#shitai .bubbleList li:nth-child(1).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(2).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(3).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(4).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}

#shitai .bubbleList li:nth-child(5).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}

#shitai .bubbleList li:nth-child(6).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(7).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(8).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(9).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(10).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(11).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(12).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}

#shitai .bubbleList li:nth-child(13).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(14).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(15).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(16).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}

#shitai .bubbleList li:nth-child(17).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(18).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(19).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(20).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(21).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(22).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(23).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(24).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(25).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(26).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}

#shitai .bubbleList li:nth-child(27).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(28).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(29).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(30).checked {
  background-image: url(../img/bg_bubble_04_checked.png);
}

#shitai .bubbleList li:nth-child(31).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(32).checked {
  background-image: url(../img/bg_bubble_01_checked.png);
}

#shitai .bubbleList li:nth-child(33).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(34).checked {
  background-image: url(../img/bg_bubble_02_checked.png);
}

#shitai .bubbleList li:nth-child(35).checked {
  background-image: url(../img/bg_bubble_03_checked.png);
}
