@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

a {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none; }

.robot {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

.wrapper02 {
  background: url("../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;
  box-sizing: border-box; }

.scratch_area {
  width: 100%;
  margin-top: 15px;
  padding: 0 2.5%;
  box-sizing: border-box; }
  .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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    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%;
  box-sizing: border-box; }
  .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;
  box-sizing: border-box; }
  .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;
      box-sizing: border-box; }
    .flow_area_bg .flow_area .flow_area_block {
      padding: 20px 6% 60px;
      box-sizing: border-box; }
      .flow_area_bg .flow_area .flow_area_block.bg {
        position: relative; }
        .flow_area_bg .flow_area .flow_area_block.bg .img01 {
          position: absolute;
          bottom: 0;
          left: 0;
          margin-left: 0;
          width: calc(133 / 800 * 100%);
          max-width: 133px;
          min-width: initial; }
          .flow_area_bg .flow_area .flow_area_block.bg .img01 img {
            margin-left: 0; }
      .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 {
        -webkit-text-align: center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
        text-align: center;
        margin: 30px auto 0; }

.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;
    box-sizing: border-box; }
    .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("../images/arrow_b.png") no-repeat center center;
          width: 8px;
          height: 14px;
          background-size: contain;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%); }
    .btn_bg a.c_04 {
      background-color: #541b86; }
    .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("../images/arrow_w.png") no-repeat center center;
        width: 8px;
        height: 14px;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 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;
  box-sizing: border-box; }
  .btn1::before {
    content: '';
    background: url("../images/arrow_w.png") no-repeat center center;
    width: 8px;
    height: 14px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.note {
  width: 100%;
  margin-top: 20px; }
  .note li {
    font-size: .625em; }

.ft_bg {
  width: 100%;
  background-color: #000;
  padding: 40px 10% 100px;
  box-sizing: border-box; }
  .ft_bg .ft_01 p {
    -webkit-text-align: center;
    -moz-text-align: center;
    -ms-text-align: center;
    -o-text-align: center;
    text-align: center;
    color: #fff;
    font-size: .625em; }
    .ft_bg .ft_01 p:nth-child(3) {
      margin-top: 30px; }
    .ft_bg .ft_01 p:last-of-type {
      padding-bottom: 10px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.7);
      box-sizing: border-box; }
    .ft_bg .ft_01 p.logo {
      width: 80%;
      margin: 0 auto; }
    .ft_bg .ft_01 p.tel {
      width: 80%;
      margin: 15px auto 0; }
  .ft_bg .ft_02 {
    margin-top: 30px; }

#common_footer {
  padding-top: 0 !important; }
