@charset "utf-8";

@media screen and (min-width: 801px) {

  #container{
    width: 100%;
    height: 100%;;
    background-color: #eee;
  }

  .complete .c_inner{
    width: 1020px;
    height: 100%;
    margin: 0 auto;
    background-image: url("../images/sand.jpg");
    background-repeat: repeat;
    padding-bottom: 200px;
  }

  .comp_logo{
    width:100%;
    padding-top: 50px;
    text-align: center;
  }

  .complete_text{
    padding: 30px;
    text-align: center;
    font-size: 1.1rem;
  }

  .complete_title{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .complete_message{
    font-size: 1.1rem;
    line-height: 1.8rem;
  }


  .top_button_area{
    width: 100%;
    text-align: center;
  }

  .top_button {
  	background-color:#26377a;
  	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
  	border-radius:5px;
  	display:inline-block;
  	cursor:pointer;
  	color:#ffffff;
  	font-size:1.2rem;
  	padding:15px 128px;
  	text-decoration:none;
  }

  .top_button:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
  }
  
  .copyright{
	background-color: #142b3a;
	color: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
  }
}

@media screen and (max-width:800px) {
  html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #container{
    width: 100%;
    height: 100%;
  }

  .complete .c_inner{
    width: 100%;
    height:100%;
    /*background-color: #f6f6f6;*/
    background-image: url(../images/sand.jpg);
    background-repeat: repeat;
    margin: 0;
  }

  h2 {
  color: #1e2b60;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #1e2b60;/*上線*/
  border-bottom: solid 3px #1e2b60;/*下線*/
  text-align: center;
  }

  .step-flow{
    font-size: 0.7rem
  }

  .stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  .stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding-right: 3%;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
  }
  .stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  .stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
  }
  .stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .stepBar .step.current {
    color: #FFF;
    background-color: #F39800;
  }
  .stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #F39800;
  }
  .stepBar.step2 .step {
    width: 50%;
  }
  .stepBar.step3 .step {
    width: 33.333%;
  }
  .stepBar.step4 .step {
    width: 25%;
  }
  .stepBar.step5 .step {
    width: 20%;
  }

  .comp_logo{
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .complete_text{
      width: 90%;
      padding: 5%;
      text-align: center;
  }

  .complete_title{
    font-weight: 600;
    font-size: 1.1rem;
  }


    .top_button_area{
      width: 100%;
      text-align: center;
    }

  .top_button {
      background-color:#26377a;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border-radius:5px;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-size:0.7rem;
      padding:15px 25px;
      text-decoration:none;
    }
  .top_button:active {
    position:relative;
    top:1px;
  }
  .copyright{
	background-color: #142b3a;
	color: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
  }
}
