@charset "utf-8";

#mainVisual{
  background-color: #d4f0fa;
  background-image:
    radial-gradient(#e4f6fc 30%, transparent 30%),
    radial-gradient(#e4f6fc 30%, transparent 30%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.mainVisualBox{
  background: url("../img/bg_present.png") no-repeat bottom center/cover;
  margin-bottom: 20px;
}
.mainVisualBox h1{
    margin: auto;
    text-align: center;
}
h2.typography-title{
    background-color: #009bdc;
    color: #fff;
}



/*====================
ボタン・テキストリンク
====================*/
/*==== アイコン付きテキストリンク ===*/
.linkbtnArea-txt {
  margin: 10px 10px 20px 0;
  text-align: right;
}
.linkbtnArea-txt a {
  color: #4585c7;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 1em;
  text-align: right;
}
.linkbtnArea-txt a:before {
  background: url(../img/icon-link-3f35d24b321e3978449781c819a83734.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0px 4px 2px 0px;
  vertical-align: middle;
  width: 14px;
}
.linkbtnArea-txt a:hover {
  text-decoration: none;
}
/*==== ボタンリンク ===*/
.actionbtnArea {
  background-color: #ededed;
  margin: 0 0 40px;
  padding: 20px;
}
.actionbtnArea p {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.actionbtnArea p a {
  background-color: #db2c16;
  border-radius: 6px;
  box-shadow: #b02413 0 -5px 0 inset, #bbbbbb 1px 2px 3px -1px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 130%;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  width: 450px;
}
.actionbtnArea p a:after {
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px;
  position: absolute;
  top: 50%;
}
.btn-toTop {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 120px;
  border: 0;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.btn-toTop .toTop-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  color: #009BDC;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn-toTop .icn-arrow {
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -10px;
}
.icn-arrow {
  background-image: url(../img/icons.png);
  background-position: 0px -86px;
  width: 19px;
  height: 13px;
}
.c-scroll-top {
  text-align: right;
  padding-right: 10px;
}
.c-scroll-top__button {
  display: inline-block;
  height: 40px;
  width: 120px;
  border: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #009bdc;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width:736px) {
  .lpFooter{
    margin-top: 0;
  }
  .actionbtnArea {
    margin: 20px 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .actionbtnArea p + p {
    text-align: left;
  }
  .actionbtnArea p a {
    font-size: 18px;
    line-height: 120%;
    width: inherit;
  }
  .actionbtnArea p a:after {
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 10px;
  }
  span.br {
    display: block;
  }
  .actionbtnArea .btnCommentList {
    margin: 10px 10px 0;
    width: inherit;
  }
}
/*==== アンカーリンク ===*/
.anchor {
  background-color: #eeeeee;
  padding: 15px 0 15px 0px;
}
.anchor li {
  border-radius: 6px;
  margin: 0 0 10px 0;
}
.anchor li:last-child {
  margin-bottom: 0;
}
.anchor li a {
  background: url(../img/icon-link-2-3f35d24b321e3978449781c819a83734.svg) no-repeat #ffffff;
  background-position: right 10px top 50%;
  background-size: 20px 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
  color: #009bdc;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  margin: 0 auto;
  padding: 15px 35px 15px 10px;
  text-align: left;
  text-decoration: none;
  vertical-align: bottom;
  width: 80%;
}
ul.anchor li a.target {
  coursor: pointer;
}
/*==== キャンペーン概要アイコン付きテキストリンク ===*/
.outline a.outline-txtlink, .flowArea_link a.outline-txtlink {
  color: #4585c7;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 1em;
  line-height: 1.5;
  margin-top: 10px;
  text-decoration: underline;
}
.outline a.outline-txtlink:before {
  background: url(../img/icon-link-3f35d24b321e3978449781c819a83734.svg) no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0px 4px 2px 0px;
  vertical-align: middle;
  width: 14px;
}
.outline a.outline-txtlink:hover {
  text-decoration: none;
}
/* ▼アンケート一覧 */
.enqueteListArea {
  margin: 0 0 40px;
}
.enqueteListArea_gray {
  padding-top: 20px;
  background-color: #effafd;
  display: table;
  padding-bottom: 30px;
}
.enqueteListArea_gray p {
  text-align: center;
    margin: 0 3%;
}
.enqueteList {
  margin: 20px 0;
  padding: 0 45px;
  list-style-type: none;
}
.enqueteList li {
  float: left;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
}
.enqueteList li:nth-child(1), .enqueteList li:nth-child(2), .enqueteList li:nth-child(4), .enqueteList li:nth-child(5) {
  margin-right: 30px;
}
.enqueteList li:nth-child(4), .enqueteList li:nth-child(5), .enqueteList li:nth-child(6) {
  margin-top: 30px;
}
.enqueteList li a {
  line-height: 100%;
  display: block;
  height: 180px;
  width: 270px;
  text-align: center;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  text-decoration: none;
  font-size: 20px;
  color: #009bdc;
  background-color: #ffffff;
}
.enqueteList li a span.btn_text01 {
  position: absolute;
  top: 100px;
  right: 0px;
  left: 0px;
}
.enqueteList li a span.btn_text01 span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #009bdc;
}
.enqueteList li a span.btn_text01 span:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.enqueteList li a span.btn_text02 {
  position: absolute;
  top: 140px;
  right: 0px;
  left: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #ff4848;
}
/*回答済み*/
.enqueteList li.done {
  position: relative;
  margin-right: 0;
}
.enqueteList li.done p {
  line-height: 100%;
  display: block;
  height: 180px;
  width: 270px;
  margin: 0;
  text-align: center;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  text-decoration: none;
  font-size: 20px;
  background-color: #999999;
}
.enqueteList li.done p span.btn_text00 {
  position: absolute;
  top: 70px;
  right: 0px;
  left: 0px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.enqueteList li.done p span.btn_text01 {
  position: absolute;
  top: 110px;
  right: 0px;
  left: 0px;
}
.enqueteList li.done p span.btn_text01 span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #009bdc;
}
.enqueteList li.done p span.btn_text01 span:nth-child(2) {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.enqueteList li.done p span.btn_text02 {
  position: absolute;
  top: 140px;
  right: 0px;
  left: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #ff4848;
}
.enqueteList li:nth-child(1) a{
  background: url(../img/ic_btn_car.png) no-repeat;
  background-size: 100px 80px;
  background-position: center 5%;
}
.enqueteList li:nth-child(2) a{
  background: url(../img/ic_btn_bicycle.png) no-repeat;
  background-size: 100px 80px;
  background-position: center 5%;
}
.enqueteList li:nth-child(3) a{
  background: url(../img/ic_btn_pet.png) no-repeat;
  background-size: 100px 80px;
  background-position: center 5%;
}

.enqueteList li p.enqueteBtn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}

.insuranceText01 {
  line-height: 100%;
  font-size: 26px;
  color: #009bdc;
}
.insuranceText02 {
  font-size: 18px;
  color: #ff0f0f;
}
.enqueteList li a span.btn_text02:after, .enqueteList li.done p span.btn_text02:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-left: 2px;
  vertical-align: middle;
  background: url(../img/ic_link_009bdc_right.png) no-repeat;
  background-size: 18px 18px;
}

@media screen and (max-width:736px) {
    
    .mainVisualBox_sp img{
        width: 100%;
    }    
    
    
  /* ▼アンケート一覧 */
  .enqueteListArea {
    margin: 0 0 20px;
  }
  .enqueteListArea_gray {
    padding-top: 20px;
    width: 100%;
    background-color: #effafd;
    text-align: center;
  }
  .enqueteList {
    padding: 0;
      margin: 20px 0 0;
  }
  .enqueteList ul {
    /*width: 96%;*/
    margin-top: 20px;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
  }
  .enqueteList li {
    background-color: #ffffff;
    border-radius: 6px;
    width: 94%;
    position: relative;
    /*float: left;*/
	margin: 0 3% 3%;
  }
  .enqueteList li {
    margin: 0 3% 3%;
  }
  .enqueteList li a {
    line-height: 100%;
    width: 100%;
    display: block;
    height: 110px;
    text-align: center;
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    text-decoration: none;
    font-size: 20px;
    color: #009bdc;
    background-color: #ffffff;
  }
  .enqueteList li a span.btn_text01 {
    position: absolute;
    top: 30px;
    /*right: 0px;*/
    left: 150px;
  }
  .enqueteList li a span.btn_text01 span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #009bdc;
  }
  .enqueteList li a span.btn_text01 span:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  .enqueteList li a span.btn_text02 {
    position: absolute;
    top: 60px;
    /*right: 0px;*/
    left: 150px;
    font-size: 14px;
    font-weight: bold;
    color: #ff4848;
  }
  .enqueteList li:nth-child(1) a, .enqueteList li:nth-child(1) p {
    background: url(../img/ic_btn_car.png) no-repeat;
    background-size: 80px auto;
    background-position: 10% 20%;
  }
  .enqueteList li:nth-child(2) a, .enqueteList li:nth-child(2) p {
    background: url(../img/ic_btn_bicycle.png) no-repeat;
    background-size: 80px auto;
    background-position: 10% 20%;
  }
  .enqueteList li:nth-child(3) a, .enqueteList li:nth-child(3) p {
    background: url(../img/ic_btn_pet.png) no-repeat;
    background-size: 80px auto;
    background-position: 10% 20%;
  }

    .enqueteList .enqueteBtn_sp{
        position: absolute;
        bottom: 20%;
        right: 4%;
        width: 50%;
    } 
    
 
  .insuranceText01 {
    line-height: 100%;
    font-size: 24px;
    color: #009bdc;
  }
  .insuranceText02 {
    font-size: 18px;
    color: #ff0f0f;
  }
  .enqueteList li a span.btn_text02:after, .enqueteList li.done p span.btn_text02:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 22px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(../img/ic_link_009bdc_right.png) no-repeat;
    background-size: 18px 18px;
  }
}
/*====================

キャンペーン概要

====================*/
.ly-pointDetail .outline {
  margin: 0px 10px;
}
.ly-pointDetail .outline:not(:first-of-type):before {
  background-color: #eeeeee;
  content: "";
  display: block;
  height: 2px;
  margin: 20px 0;
  width: 100%;
}
.ly-pointDetail .list-address li {
  margin-bottom: 20px;
}
.ly-pointDetail .recruitmentNum {
  margin-top: 20px;
  text-align: right;
}
.outline-ttl {
  color: #009bdc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
.outline-txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 9px 0px 10px;
}
.ly-pointDetail .outline__list, .ly-pointDetail .outline-list-dot, .ly-pointDetail .outline-list-smalldot, .ly-pointDetail .outline-list-square, .ly-pointDetail .innerlist-comments, .ly-pointDetail .innerlist-smalldot {
  font-size: 14px;
  line-height: 1.5;
  margin: 9px 0px -5px 10px;
}
.ly-pointDetail .outline-list-dot > li, .ly-pointDetail .outline-list-smalldot > li, .ly-pointDetail .outline-list-square > li, .ly-pointDetail .innerlist-comments > li, .ly-pointDetail .innerlist-smalldot > li {
  position: relative;
}
.ly-pointDetail .outline-list-dot > li:before {
  content: "●";
  font-size: 10px;
  left: -12px;
  line-height: 20px;
  position: absolute;
}
.ly-pointDetail .outline-list-smalldot > li:before {
  content: "・";
  font-size: 10px;
  left: -12px;
  line-height: 20px;
  position: absolute;
}
.ly-pointDetail .outline-list-square > li:before {
  content: "■";
  left: -14px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
}
.ly-pointDetail .innerlist-comments li:before {
  content: "※";
  font-size: 11px;
  left: -12px;
  line-height: 20px;
  position: absolute;
}
.ly-pointDetail .innerlist-smalldot li:before {
  content: "・";
  font-size: 10px;
  left: -12px;
  line-height: 20px;
  position: absolute;
}

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