@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

.robot {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.scratch_wrapper {
  background: url("../scratch_images/bg.jpg");
}

.fv {
  width: 100%;
  padding: 20px 1.3% 0 1.3%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.scratch_area {
  width: 100%;
  margin-top: 15px;
  padding: 0 2.5%;
}

.scratch_area p {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.scratch_area #regist_img {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

#main_lottery {
  width: 100%;
  margin-top: 10px;
}

#main_lottery #login_block {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_lottery #login_block > div {
  width: 31%;
  border: solid 3px #fdd100;
  background-color: #fff;
}

.scratch_result_area {
  width: 100%;
  margin-top: 15px;
  padding: 0 2.5%;
}

.scratch_result_area p {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.flow_area_bg {
  width: 100%;
  padding: 25px 5% 35px;
}

.flow_area_bg .flow_area {
  width: 100%;
  border: solid 2px #ec6706;
  background-color: #fff;
}

.flow_area_bg .flow_area h2 {
  width: 100%;
  font-size: .938em;
  color: #fff;
  background-color: #ec6706;
  padding: 10px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.flow_area_bg .flow_area .flow_area_block {
  padding: 20px 6% 30px;
}

.flow_area_bg .flow_area .flow_area_block h3 {
  font-size: 1.25em;
  color: #ec4800;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.flow_area_bg .flow_area .flow_area_block figure {
  width: 60%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  margin: 10px auto 0;
}

.flow_area_bg .flow_area .flow_area_block h4 {
  font-size: 1em;
  margin-top: 10px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.flow_area_bg .flow_area .flow_area_block .note {
  margin-top: 20px;
}

.flow_area_bg .flow_area .flow_area_block > p {
  margin-top: 15px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.btn_bg {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  margin-top: 15px;
}

.btn_bg a {
  width: 100%;
  max-width: 300px;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: #000;
  border-radius: 50px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  position: relative;
}

.btn_bg a.c_01 {
  background-color: #ec6706;
}

.btn_bg a.c_02 {
  background-color: #3eb49c;
}

.btn_bg a.c_03 {
  background-color: #fff;
}

.btn_bg a.c_03 span {
  color: #000;
}

.btn_bg a.c_03 span::before {
  content: '';
  background: url("../scratch_images/arrow_b.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_bg a span {
  color: #fff;
  font-size: 1em;
  -webkit-font-weight: bold;
  -moz-font-weight: bold;
  -ms-font-weight: bold;
  -o-font-weight: bold;
  font-weight: bold;
}

.btn_bg a span::before {
  content: '';
  background: url("../scratch_images/arrow_w.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn1 {
  width: 100%;
  max-width: 300px;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: #000;
  border-radius: 50px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  position: relative;
  background-color: #ec6706;
  margin: 20px auto;
  display: block;
  color: #fff;
}

.btn1::before {
  content: '';
  background: url("../scratch_images/arrow_w.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.note {
  width: 100%;
  margin-top: 20px;
}

.note li {
  font-size: .625em;
}
/*# sourceMappingURL=scratch.css.map */