@charset "UTF-8";
body {
  background-color: #f0f3d6;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

h2 {
  margin: 0;
  padding: 5px 20px;
  font-size: 31px;
  font-weight: bold;
  color: #333;
  font-family: "Noto Sans Japanese";
  font-weight: 380;
  background-image: url(img/flow_img.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 40px;
}

h3 {
  margin: 10px auto;
  font-size: 22px;
  color: #464747;
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  text-align: center;
}

h4 {
  margin: 10px auto;
  font-size: 23px;
  color: #173c5b;
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 12px;
}

.clearfix {}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mb50 {
  margin-bottom: 50px;
}

.txt_link {
  display: block;
  margin-bottom: 20px;
}

/* head
----------------------------------------------*/

.headerwrap {
  height: 40px;
  border-bottom: solid 1px #f0f0f0;
  background-color: #fff;
}

.header {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-top: 8px;
}

.sns {
  position: absolute;
  width: 130px;
  top: 3px;
  right: 0;
}

.mainwrap {
  width: 100%;
  height: 410px;
  background-color: #b6e9e9;
}

.main {
  height: 410px;
  margin: 0 auto;
  text-align: center;
  background: url(img/main_bg.png) no-repeat;
  background-position-x: center;
  background-color: #45bd53;
}

/* @media screen and (min-width: 1601px
--------------------------------------------------------------------------*/

@media screen and (min-width: 1601px) {
  .main{
    background: url(img/main_bg.png) no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #45bd53;
  }
}


.main h1 {
  margin: 0 auto 16px auto;
}
/* navi
----------------------------------------------*/

#gnavi {
  background-color: #1d1d1d;
  text-align: center;
  border-bottom: solid 1px #f2f2f2;
}

#gnavi ul {
  width: 940px;
  margin: 0 auto;
}

#gnavi li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

#gnavi li a {
  display: block;
  padding: 0 70px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#gnavi ul li a:hover {
  background-color: #19ae27;
  color: #fff;
}

#gnavi li.disp_none {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* contents
----------------------------------------------*/

.contents {
  width: 820px;
  margin: 80px auto 0 auto;
  padding: 25px 60px 25px 60px;
  border-radius: 10px;
  border-bottom: 3px solid #e4e4e4;
  border-right: 3px solid #e4e4e4;
  background-color: #fff;
}

.contents_2 {
  width: 820px;
  margin: 40px auto 80px auto;
  padding: 0 60px 30px 60px;
  border-radius: 10px;
  border-bottom: 3px solid #e4e4e4;
  border-right: 3px solid #e4e4e4;
  background-color: #fff;
}

section {
  margin-bottom: 20px;
}

p.lead {
  font-size: 15px;
}

p.point_text {
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
  color: #777;
  padding-right: 70px;
}

.lh15 {
  line-height: 1.5em
}

.mt20 {
  margin-top: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt60 {
  margin-top: 60px !important;
}

/*section
------------------------*/
#section0 {
  display: none;
}
#section1 {
  margin-top: -60px;
  padding-top: 60px;
}

#section2 {
  margin-top: -40px;
  padding-top: 60px;
}

#section3 {
  margin-top: -40px;
  padding-top: 60px;
}

#section4 {
  margin-top: 0;
  margin-bottom: 30px;
}

#section4 h2 {
  background-color: #068f73;
  background-image: none;
  text-align: center;
  color: #fff;
  margin: 0 -60px 40px;
  border-radius: 5px 5px 0 0;
  padding: 2px 0;
}

/*1col
------------*/

.box_1col_img {
  margin: 0 auto 17px auto;
  display: block;
  text-align: center;
}

/*2col
------------*/

.box_2col {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
  width: 400px;
}

.box_2col_img {
  text-align: left;
  margin-right: 0px;
  margin-bottom: 17px;
}

.box_2col_img p {
  text-align: left;
}

.box_2col_left {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 12px;
  width: 400px;
}

/* 応募要綱
------------------------*/

.list_type01 dt {
  font-size: 18px;
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  color: #1b405e;
}

.list_type01 dd {
  padding-left: 30px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.fa-check-circle {
  /* check */
  margin-right: 10px;
  font-size: 1.6em;
  color: #ff8e56;
}

.point {
  padding-left: 20px;
  background-image: url("img/list_point.png");
  background-position: 5px 7px;
  background-repeat: no-repeat;
}

.blank {
  padding-right: 17px;
  background-image: url("img/ico_blank.png");
  background-position: right center;
  background-repeat: no-repeat;
}

/* お問い合わせ
------------------------*/

.inq_cp {
  padding: 20px;
  background-color: #f3f3f3;
  text-align: center;
  width: 460px;
  margin: 0 auto 20px;
}

.inq_cp span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.inq_cp span img {
  padding: 4px 10px 0 0;
}

/* buton
----------------------------------------------*/

.btn_wrap {
  background-color: #fff4ed;
  padding: 30px 0 10px;
  text-align: center;
  margin: 10px 0;
}

.btn {
  display: block;
  padding: 14px 0 12px 0;
  background-color: #19ae27;
  border-radius: 5px;
  border-bottom: 3px solid #327511;
  font-size: 19px;
  text-align: center;
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto 10px;
  width: 350px;
}

.btncontents a {
  display: block;
  padding: 20px 0 18px 0;
  background-color: #d11013;
  border-radius: 5px;
  border-bottom: 3px solid #980d0f;
  font-size: 22px;
  line-height: 1em;
  color: #ffffff;
}

.btncontents a span {
  font-size: 60%;
}

.btncontents a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.ec_box {
  width: 370px;
  min-height: 125px;
  margin: 20px 30px 0 0;
  float: left;
  display: block;
  text-align: left;
  font-family: "Noto Sans Japanese";
}

.box_2col_btn figure {
  float: left;
}

.btn_gold {
  box-shadow: 0 3px 0 0 #7d7664;
  background-color: #8f8983;
  display: block;
  color: #fff;
  text-align: center;
  padding: 3px;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  width: 120px;
}

.box_2col_btn figure img {
  width: 120px;
  margin: 0 10px 10px 0;
}

.ec_box p {
  overflow: hidden;
  line-height: 1.5em;
}

.ec_box p span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}

/*
.ec_box p a {
  background-image: url("img/ico_blank.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 23px;
}*/

.box_2col_btn {
  margin: 0 0 20px 0;
}

.list_flame .logo {
  width: 100px;
  min-height: 45px;
  margin: 0 auto 10px;
  padding: 0px 0;
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
}

/* table
----------------------------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.appTable table {
  margin-bottom: 40px;
  width: 98%;
}

.appTable th, .appTable td {
  border: 1px solid #d2d2d2;
  padding: 9px 15px 9px 15px;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

.appTable th {
  font-weight: normal;
}

.ttlcolor {
  background: #f3f3f3;
  width: 90px;
}

.ttlcolor span {
  display: block;
}

.cam_block {
  text-align: center;
  margin-bottom: 40px;
}

.cam_block img {
  width: 100%;
}

p.point_text {
  padding: 0;
}

/*
------------------------*/

table.remuneration {
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}

table.remuneration td.ttl {
  width: 50%;
  background: #fcffe7;
  font-weight: bold;
}

table.remuneration, .remuneration td, .remuneration th {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}

.remuneration td, .remuneration th {
  padding: 5px;
  width: 30px;
  height: 25px;
}

/* flow
----------------------------------------------*/

.flow_block {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-size: 18px;
  width: 730px;
  margin: 0 auto 40px;
}

.flow_step1, .flow_step2, .flow_step3, .cam {
  line-height: 30px;
}

.flow_step1, .flow_step2, .flow_step3 {
  margin: 0 auto;
  padding: 30px;
  background-color: #f3f3f3;
  display: block;
}

.flow_step1 span, .flow_step2 span, .flow_step3 span {
  font-family: "Noto Sans Japanese";
  font-weight: 600;
  font-size: 30px;
  color: #d11013;
  margin-bottom: 10px;
  line-height: 35px;
}

.flow_step1 {
  background-image: url(img/flow_step1_img.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  padding-left: 170px;
}

.flow_step2 {
  background-image: url(img/flow_step2_img.png);
  background-repeat: no-repeat;
  background-position: 60px center;
  padding-left: 170px;
  background-color: #fff;
}

.flow_step3 {
  background-image: url(img/flow_step3_img.png);
  background-repeat: no-repeat;
  background-position: 35px center;
  padding-left: 80px;
  padding-left: 170px;
}

.flow_arrow_a, .flow_arrow_b {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 20px;
  background-color: #fff;
}

.flow_arrow_b {
  background-color: #f3f3f3;
}

.mt30 {
  margin-top: 30px;
}

.cap_border {
  border: solid 1px #c0d0df;
}

.flow_step{
  margin: 0 auto;
  padding: 30px;
  padding-left: 30px;
  background-color: #f3f3f3;
  display: block;
  border-bottom: dotted 2px #fff;
}

.flow_step p{
  font-size: 14px;
    font-weight:normal;
}

.flow_step ul li{
  font-size: 14px;
  list-style: disc;
  margin-left: 3%;
  padding-left: 7px;
  font-weight:normal;
}

/* list
----------------------------------------------*/

ul.pointlist li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

ul.pointlist li ul li {
  margin-left: 40px;
  margin-bottom: 3px;
}

.pointlist {
  margin-bottom: 20px;
}

.shop_link {
  display: block;
  font-size: 12px;
  text-align: center;
}

span.txt_grant {
  display: block;
  margin: -3px auto 5px;
  font-size: 82%;
}

.txt {
  font-weight: bold;
  height: 50px;
  line-height: 1.6;
}

.ad_list .list-frame .list:first-child {
  margin: 0;
}

.ad_list .list {
  float: left;
  display: inline;
  width: 190px;
  margin: 0 0 40px 14px;
}

/* ad_list
----------------------------------------------*/

.list {
  float: left;
  display: inline;
  width: 120px;
}

.list p {
  margin: 0;
  text-align: center;
}

/* site top
----------------------------------------------*/

.sitetop {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

/*お知らせ*/

.notice{
  border:#b9efef solid 10px;
  padding: 25px;
  text-align:center;
}

/* footer
----------------------------------------------*/

.footer {
  margin: 40px 0 0 0;
  padding: 20px 0;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
}

/* .backtotop
----------------------------------------------*/

.backtotop {
  position: fixed;
  bottom: 40px;
  right: 100px;
  z-index: 10;
  display: none;
}

.backtotop {
  bottom: 40px;
  /* �n�b�N�Ȃ� */
  bottom: 40px\9;
  /* IE8�ȉ� */
  * bottom: 40px;
  /* IE7�ȉ� */
}

.backtotop:not(:target) {
  bottom: 100px\9;
  /* IE9 */
}

.backtotop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 98%;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background-color: #19ae27;
  border-radius: 50%;
}

.backtotop a:hover {
  opacity: 0.7;
}

.box_1col_text_center {
  font-size: 15px;
  text-align: center;
  padding: 0;
}

.punctuate {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
    bottom: 30px;
    /* IE10 */
  }
}

/* etc
----------------------------------------------*/

.pcshow {
  display: block;
}

.spshow {
  display: none;
}

/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .pcshow {
    display: none;
  }
  .spshow {
    display: block;
  }
  body {
    font-size: 14px;
  }
  h2 {
    padding: 10px 0 10px 40px;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 380;
    color: #173c5b;
    line-height: 1.3em;
    background-position: 0 center;
  }
  #section4 h2 {
    margin: -20px -20px 20px;
    padding: 10px 0;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    margin: -25px auto -10px;
    font-size: 18px;
    color: #173c5b;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    text-align: center;
  }
  .header {
    width: 100%;
  }
  .contents {
    width: 95%;
    margin-top: 20px;
    padding: 20px 0;
    border: none;
    border-radius: 0;
  }
  .contents_2 {
    width: 95%;
    margin-top: 20px;
    padding: 20px 0;
    border: none;
    border-radius: 0;
  }
  section {
    margin-bottom: 20px;
    padding: 20px 20px 5px;
  }
  .mainwrap {
    height: 100%;
  }
  .main {
    height: 100%;
    padding: 0;
    background: none;
    background-position-x: center;
    background-color: #f0f3d6;
  }

  .main h1{
    margin:0!important;
  }
  .main img {
    width: 100%;
    padding: 0;
  }
  .ad_list {
    margin: 0 auto;
  }
  .ad_list .list-frame .list:first-child {
    margin: 0;
  }
  .ad_list .list {
    float: left;
    display: inline;
    width: 120px;
    margin: 0 0 30px 8px;
  }
  .flow_block {
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    font-size: 16px;
    margin: 20px auto 40px;
    width: 100%;
  }
  .flow_step1, .flow_step2, .flow_step3 {
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    background-image: none;
    padding: 20px;
  }
  .flow_step1 span, .flow_step2 span, .flow_step3 span {
    font-size: 24px;
  }
  .txt1 {
    font-size: 12px;
  }
  .txt {
    font-size: 10px;
    height: 50px;
  }
  .cam_block {
    margin-bottom: 0px;
  }
  /*section
------------------------*/
  #section0 {
    margin: 0 0 20px 0;
  }
  #section1 {
    margin-top: 0px;
    padding-top: 0;
  }
  #section2 {
    margin-top: 0px;
    padding-top: 0;
  }
  #section3 {
    margin-top: 0px;
    padding-top: 0;
  }
  #section4 {
    margin-top: 0px;
    padding-top: 0;
  }
  /*1col
------------*/
  .box_1col_img img {
    width: 100%;
    max-width: 600px;
  }
  /*2col
------------*/
  .box_2col {
    display: block;
    width: 100%;
  }
  .box_2col_img {
    text-align: center;
  }
  .box_2col_img img {
    width: 100%;
    max-width: 400px;
  }
  .box_2col_left {
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
  /* table
----------------------------------------------*/
  .ttlcolor span {
    display: inline;
  }
  table.remuneration {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 80%;
  }
  /* お問い合わせ
----------------------------------------------*/
  .inq_cp {
    width: 94%;
    padding: 10px;
    font-size: 13px;
  }
  /* ECリンク
----------------------------------------------*/
  .ec_box {
    width: 100%;
    height: auto !important;
    margin: 10px auto 0;
    float: none;
    display: block;
    text-align: left;
    font-family: "Noto Sans Japanese";
    overflow: hidden;
  }
  .ec_box p span {
    font-size: 98%;
    font-weight: bold;
    line-height: 1.8em;
  }
  /* buton
----------------------------------------------*/
  .btn_wrap {
    background-color: #fff4ed;
    padding: 20px 20px 5px 20px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .btn {
    display: block;
    padding: 14px 0 12px 0;
    background-color: #19ae27;
    border-radius: 5px;
    border-bottom: 3px solid #327511;
    font-size: 16px;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 10px;
    width: 100%;
  }
  .txt_link {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .btncontents {
    width: 90%;
    margin: 20px auto 10px auto;
  }
  .btncontents a {
    padding: 20px 10px 18px 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  .box_2col_btn {
    margin: 0 auto 20px;
  }
  /* .backtotop
----------------------------------------------*/
  .sitetop {
    margin: 20px 0 0 0;
    padding: 10px 0;
    font-size: 13px;
  }
  /* .backtotop
----------------------------------------------*/
  .backtotop {
    right: 30px;
  }
  .backtotop a {
    width: 40px;
    height: 40px;
    line-height: 46px;
  }
  /* footer
----------------------------------------------*/
  .footer p {
    font-size: 14px;
    line-height: 1.3;
  }
}
