@charset "UTF-8";
#main{
  background: #fff;
}
.page_ttl, .page_head{
  margin-bottom: 0;
}
.campaign_content {
  max-width: 1300px;
  margin: 0 auto;
}
.pagetop{
  bottom: 140px;
}

.campaign_ttl {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.campaign_ttl p{
  margin-top: 40px;
}
.campaign_ttl .ttl {
  color: #053575;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: 0;
}

.campaign_main{
  background: url('../img/bg_main.png') center no-repeat;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.campaign_main h2 {
  margin: 0 auto;
  max-width: 1050px;
}
.campaign_gift {
  padding: 30px 0;
}
.campaign_gift img {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

/** キャンペーン期間（追従） **/
.campaign_info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2DA517;
  z-index: 888;
  opacity: 0;
  visibility: hidden;
}
.campaign_info.active{
  opacity: 1;
  visibility: visible;
}
.campaign_info_inner {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px;
}
.campaign_info_inner dt {
  width: 15%;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6%;
  margin-right: 4%;
  border-right: 2px solid #fff;
}
.campaign_info_inner dt > p {
  margin: 0;
}
.campaign_info_inner dt span {
  font-size: 16px;
  display: block;
}
.campaign_info_inner dd {
  margin-bottom: 0;
  width: 81%;
  display: flex;
  align-items: center;
}
.campaign_info_period {
  width: 52%;
  margin-right: 5.5%;
}
.campaign_info_link {
  margin: 0 0 -10px 10px;
  width: 40.4%;
}
.campaign_info_period > p {
  margin: 0;
}
.info_link_btn {
  margin-bottom: 10px;
}
.info_link_btn > a {
  display: block;
  text-align: center;
  line-height: 3;
  background: linear-gradient(90deg, #ffdc00 0%, #f1d17b 100%);
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 0 35px;
  color: #323E67;
}
.info_link_btn > a::after{
  content: '';
  background: url("../img/icon_step_arrow_gray.png") 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  rotate: -90deg;
}
.info_link_btn > a:hover{
  border: 1px solid #323E67;
  background: #fff;
  color: #323E67;
  opacity: 1;
  text-decoration: none;
}
.info_sav_link {
  margin: 0 auto;
  max-width: fit-content;
}
.info_sav_link a {
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0 25px 5px 5px;
}
.info_sav_link a::after{
  content: '';
  background: url("../img/icon_step_arrow.png") 0 0 no-repeat;
  background-size: 14px 7px;
  height: 7px;
  width: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  rotate: -90deg;
}
.info_sav_link a:hover{
  opacity: 1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.conditions_link::before{
  content: '';
  background: url(../img/img_conditions.png) 0 0 no-repeat;
  background-size: 90px;
  height: 40px;
  width: 90px;
  position: absolute;
  margin-left: 40px;
  margin-top: -15px;
  z-index: 1;
}
.conditions01_link::before{
  content: '';
  background: url(../img/img_conditions10.png) 0 0 no-repeat;
  background-size: 90px;
  height: 40px;
  width: 90px;
  position: absolute;
  margin-left: 40px;
  margin-top: -15px;
  z-index: 1;
}

/** キャンペーン対象者 **/
.campaign_target {
  background: #FFDBF2;
  padding: 0 0 110px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  z-index: 10;
}
.campaign_target .campaign_content{
  position: relative;
  padding-top: 100px;
}
.campaign_target .campaign_content::before{
  content: '';
  background: url('../img/img_txt_for-you.png') 0 0 no-repeat;
  background-size: 643px auto;
  height: 170px;
  width: 643px;
  transform: rotate(-10deg);
  position: absolute;
  left: 10px;
  top: 75px;
}
.campaign_target .campaign_ttl{
  margin-bottom: 70px;
}
.campaign_target_box {
  margin: 50px auto;
  padding: 0 10px;
  text-align: center;
}
.target_item:not(.target_item_arrow) {
  width: 39%;
}
.target_item_arrow {
  width: 10%;
  margin: 0 6%;
}
.target_item {
  text-align: center;
}
.target_item_img {
  margin-bottom: 42px;
}
.target_item_txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #375275;
/*   padding-top: 50px;
  padding-left: 40px; */
  padding: 50px 10px 0;
}
.target_item_txt p {
  margin-bottom: 2rem;
}
.target_item_txt > p{
  font-size: 16px;
  line-height: 2;
  color: #375275;
}
.target_item_arrow > p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: #375275;
  padding-top: 120px;
}
.campaign_target_list {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  margin-bottom: 50px;
  padding: 50px;
  border: 4px solid #323E67;
  margin-top: 40px;
  background-color: #fff;
  color: #323E67;
}
.campaign_target_list li{
  text-align: justify;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 0;
}
.head-border {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 5rem;
}

.head-border:after {
  margin-left: 5rem;
}
.conditions01:before{
  content: '';
  background: url(../img/img_conditions10.png) 0 0 no-repeat;
  background-size: 110px;
  height: 40px;
  width: 110px;
  position: absolute;
  margin-left: -120px;
}
.conditions:before{
  content: '';
  background: url(../img/img_conditions.png) 0 0 no-repeat;
  background-size: 110px;
  height: 40px;
  width: 110px;
  position: absolute;
  margin-left: -120px;
}

/** 登録・更新・LINE連携の方法 **/
.campaign_how_to .campaign_content::before{
  content: '';
  background: url('../img/img_txt_how_to.png') 0 0 no-repeat;
  background-size: 643px auto;
  height: 170px;
  width: 643px;
  transform: rotate(-10deg);
  position: absolute;
  left: 10px;
  top: 75px;
}
.campaign_how_to {
  background: #C5E194;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  position: relative;
  z-index: 9;
  padding-top: 125px;
  margin-top: -165px;
  padding-bottom: 225px;
}
.campaign_how_to .campaign_content{
  position: relative;
  padding-top: 100px;
}
.campaign_how_to .campaign_content::before{
  content: '';
  background: url('../img/img_txt_how_to.png') 0 0 no-repeat;
  background-size: 643px auto;
  height: 261px;
  width: 643px;
  transform: rotate(-1deg);
  position: absolute;
  left: 10px;
  top: 9px;
}
.campaign_how_to .campaign_ttl{
  margin-bottom: 70px;
}
.campaign_conditions_box {
  margin: 50px auto;
}
.campaign_how_to_box {
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.target_item:not(.target_item_arrow) {
  width: 39%;
}
.target_item_arrow {
  width: 10%;
  margin: 0 6%;
}
.target_item {
  text-align: center;
}
.target_item_img {
  margin-bottom: 42px;
}
.target_item_arrow > p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: #375275;
  padding-top: 120px;
}
.campaign_how_to_list {
  width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  margin-bottom: 50px;
  padding: 50px;
  border: 4px solid #3b3c3f;
  margin-top: 40px;
  background-color: #fff;
}
.campaign_how_to_list li{
  text-align: justify;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 0;
}
.how_to_list_box {
  margin: 0px 25px;
  width: 30%;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 100px 30px;
  border: 4px solid #50A55B;
  box-shadow: 5px 5px #50A55B;
  display: flex;
  flex-wrap: wrap;
}
.how_to_list_box::before,.flow_list_box::after{
  content: '';
  position: absolute;
}
.how_to_list_box::before{
  top: -45px;
  right: 90px;
}
.how_to_list_box_flow4 {
  margin: 0px 25px;
  width: 30%;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 75px 30px;
  border: 4px solid #50A55B;
  box-shadow: 5px 5px #50A55B;
}
.how_to_list_box_flow4::before,.flow_list_box::after{
  content: '';
  position: absolute;
}
.how_to_list_box_flow4::before{
  top: -45px;
  right: 90px;
}
.how_to_flow_link{
  align-items: center;
}
.how_to_flow_link_last{
  align-items: center;
  margin-top: 60px;
}
.how_to_flow_link a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  position: relative;
  padding: 20px 20px;
  border-radius: 100px;
  color: #fff;
  border: 2px solid #fff;
}
.how_to_flow_link_last a{
  max-width: 300px;
  margin: 50px auto;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  position: relative;
  padding: 20px 20px;
  border-radius: 100px;
  color: #fff;
  border: 2px solid #50A55B;
  background-color: #50A55B;
}
.how_to_flow_link a::after{
  content: '';
  background: url("../img/icon_step_arrow.png") 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  rotate: -90deg;
}
.how_to_flow_link_last a::after{
  content: '';
  background: url("../img/icon_step_arrow.png") 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  rotate: -90deg;
}
.how_to_flow_link a:hover::after {
  background-image: url("../img/icon_step_arrow_02.png");
}
.how_to_flow_link_last a:hover::after {
  background-image: url("../img/icon_step_arrow_02.png");
}
.how_to_flow_link_gray{
  align-items: center;
}
.how_to_flow_link_gray a {
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  position: relative;
  /* padding: 20px 20px; */
  padding: 20px 30px;
  border-radius: 100px;
  color: #fff;
  border: 2px solid #fff;
}
.how_to_flow_link_gray a::after{
  content: '';
  background: url("../img/icon_step_arrow_gray.png") 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  rotate: -90deg;
}
.how_to_flow_link_gray a:hover::after {
  background-image: url("../img/icon_step_arrow_gray-02.png");
}
.how_to_flow1::before{
  background: url(../img/img_how_to_text01.png) 0 0 no-repeat;
  background-size: 200px auto;
  height: 150px;
  width: 200px;
}
.how_to_flow2::before{
  background: url("../img/img_how_to_text02.png") 0 0 no-repeat;
  background-size: 200px auto;
  height: 150px;
  width: 200px;
}
.how_to_flow3::before{
  background: url("../img/img_how_to_text03.png") 0 0 no-repeat;
  background-size: 200px auto;
  height: 150px;
  width: 200px;
}
.how_to_flow4::before{
  background: url("../img/img_how_to_text04.png") 0 0 no-repeat;
  background-size: 200px auto;
  height: 70px;
  width: 200px;
}
.how_to_flow4::after{
  content: "";
  background: url(../img/img_human.png) 0 0 no-repeat;
  background-size: 130px auto;
  height: 200px;
  width: 130px;
  margin-top: 287px;
  position: absolute;
  bottom: 0;
  right: -200px;
}
.how_to_flow4{
  margin: 60px auto;
}
.img_how_to{
  text-align: center;
}
.box01{
  margin-top: 35px;
  margin-bottom: 28px;
}
.box02{
  margin-top: 35px;
  margin-bottom: 100px;
}
.box03{
  margin-top: 35px;
  margin-bottom: 28px;
}

/** しまね登録する4つのメリット **/
.campaign_merit {
  background-color: #FFDBF2;
  padding-top: 125px;
  margin-top: -125px;
  padding-bottom: 170px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  position: relative;
  z-index: 8;
  /* background-image: url('../img/bg_section_illust.png'); */
  background-position: left bottom 140px;
  background-repeat: no-repeat;
  background-size: auto;
}
.campaign_merit .campaign_content {
  position: relative;
  padding-top: 50px;
}
.campaign_merit .campaign_content::before{
  content: '';
  background: url('../img/img_txt_merit.png') 0 0 no-repeat;
  background-size: 501px 153px;
  height: 153px;
  width: 501px;
  transform: rotate(-10deg);
  position: absolute;
  right: 15px;
  top: -30px;
}
.campaign_merit_list {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.campaign_merit_list .merit_box {
  width: 47%;
  margin-right: 6%;
  background: #fff;
  border-radius: 61px;
  padding: 50px;
  border: 4px solid #50A55B;
  box-shadow: 5px 5px #50A55B;
  position: relative;
}
.campaign_merit_list .merit_box:nth-child(2n) {
  margin-right: 0;
}
.campaign_merit_list .merit_box:nth-child(-n+2) {
  margin-bottom: 60px;
}
.merit_box::before{
  content: '';
  position: absolute;
  left: 40px;
  top: 30px;
}
.merit_box:nth-child(1)::before{
  background: url("../img/icon_merit_num1.png") 0 0 no-repeat;
  background-size: 42px 83px;
  height: 83px;
  width: 42px;
}
.merit_box:nth-child(2)::before{
  background: url("../img/icon_merit_num2.png") 0 0 no-repeat;
  background-size: 57px 86px;
  height: 86px;
  width: 57px;
}
.merit_box:nth-child(3)::before{
  background: url("../img/icon_merit_num3.png") 0 0 no-repeat;
  background-size: 61px 86px;
  height: 86px;
  width: 61px;
}
.merit_box:nth-child(4)::before{
  background: url("../img/icon_merit_num4.png") 0 0 no-repeat;
  background-size: 62px 83px;
  height: 83px;
  width: 62px;
}
.merit_box_img {
  max-width: 284px;
  margin: 0 auto 28px;
}
.merit_box_txt .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #053575;
  letter-spacing: .1em;
  margin-bottom: 5px;
  min-height: 76px;
}
.merit_box_txt > p {
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 0;
}
.campaign_merit_list .merit_box:nth-child(2) {
  margin-top: 110px;
}
.campaign_merit_list .merit_box:nth-child(3) {
  margin-top: -140px;
}

/** キャンペーン参加の流れ **/
.campaign_flow {
  background-color: #4CBCC8;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 230px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  position: relative;
  z-index: 8;
  background-image: url('../img/bg_section_illust2.png');
  background-position: right bottom 140px;
  background-repeat: no-repeat;
  background-size: auto;
}
.campaign_flow .campaign_ttl {
  padding-top: 50px;
  position: relative;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.campaign_flow .campaign_ttl::before{
  content: '';
  background: url('../img/img_txt_flow.png') 0 0 no-repeat;
  background-size: 427px 154px;
  height: 154px;
  width: 427px;
  transform: rotate(-10deg);
  position: absolute;
  left: 20px;
  top: -10px;
  z-index: -1;
}
.campaign_catch-txt {
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 85px;
}
.campaign_flow_list {
  max-width: 1040px;
  margin: 0 auto 50px;
  padding-left: 70px;
}
.flow_list_box {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px;
  border: 4px solid #5B90D2;
  box-shadow: 5px 5px #5B90D2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flow_list_box:not(:last-child) {
  margin-bottom: 65px;
}
.flow_list_box::before,.flow_list_box::after{
  content: '';
  position: absolute;
}
.flow_list_box::before{
  top: -45px;
  left: -70px;
}
.flow1::before{
  background: url("../img/img_txt_step1.png") 0 0 no-repeat;
  background-size: 306px auto;
  height: 120px;
  width: 306px;
}
.flow2::before{
  background: url("../img/img_txt_step2.png") 0 0 no-repeat;
  background-size: 306px auto;
  height: 120px;
  width: 306px;
}
.flow3::before{
  background: url("../img/img_txt_step3.png") 0 0 no-repeat;
  background-size: 306px auto;
  height: 120px;
  width: 306px;
}
.flow4::before{
  background: url("../img/img_txt_step4.png") 0 0 no-repeat;
  background-size: 306px auto;
  height: 120px;
  width: 306px;
}
.flow_list_box:not(:last-child)::after{
  background: url("../img/icon_step_arrow.png") 0 0 no-repeat;
  background-size: 60px 20px;
  height: 20px;
  width: 60px;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
}

.flow_list_box .flow_txt {
  width: 50%;
  margin-right: 1%;
}
.flow_list_box .flow_img {
  width: 49%;
}
.flow_list_box .flow_txt .ttl {
  color: #375275;
  font-size: 22px;
  letter-spacing: .2em;
  margin-bottom: 25px;
}
.flow_list_box .flow_txt > p {
  color: #375275;
  line-height: 2;
  letter-spacing: .2em;
}
.flow_list_box .flow_img figure {
  max-width: 200px;
  margin: 0 auto 30px;
}
.flow_list_box .flow_img figure:last-child{
  margin-bottom: 0;
}
.flow_link a {
  text-align: center;
  display: block;
  font-size: 17px;
  letter-spacing: .1em;
  position: relative;
  padding: 20px 45px;
  border-radius: 100px;
  color: #fff;
  border: 2px solid #fff;
}
.flow_link a::after{
  content: '';
  background: url("../img/icon_step_arrow.png") 0 0 no-repeat;
  background-size: 20px 10px;
  height: 10px;
  width: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -5px;
  rotate: -90deg;
}
.flow_link .how_to_flow_link a:hover{
  opacity: 1;
  text-decoration: none;
}
.how_to_flow1 .how_to_flow_link a{
  background: linear-gradient(90deg, #ffdc00 0%, #f1d17b 100%);
}
.flow_link .how_to_flow_link_gray a:hover{
  opacity: 1;
  text-decoration: none;
}
.how_to_flow1 .how_to_flow_link_gray a{
  background: linear-gradient(90deg, #ffdc00 0%, #f1d17b 100%);
  color: #323e67;
}
.flow1 .flow_link a {
  background: linear-gradient(90deg, rgba(249,135,186,1) 0%, rgba(246,52,131,1) 100%);
}
.how_to_flow1 .how_to_flow_link a:hover {
  border: 2px solid #ffdc00;
  background: #fff;
  color: #ffdc00;
}
.how_to_flow1 .how_to_flow_link_gray a:hover {
  border: 2px solid #ffdc00;
  background: #fff;
  color: #ffdc00;
}
.flow1 .flow_link a:hover {
  border: 2px solid #f63483;
  background: #fff;
  color: #f63483;
}
.how_to_flow2 .how_to_flow_link a {
  background: linear-gradient(90deg, #3ebb36 0%, #83f181 100%);
}
.flow2 .flow_link a {
  background: linear-gradient(90deg, rgba(115,211,222,1) 0%, rgba(21,181,198,1) 100%);
}
.how_to_flow2 .how_to_flow_link a:hover {
  border: 2px solid #3ebb36;
  background: #fff;
  color: #3ebb36;
}
.flow2 .flow_link a:hover {
  border: 2px solid #15b5c6;
  background: #fff;
  color: #15b5c6;
}
.flow3 .flow_link a {
  background: linear-gradient(90deg, rgba(137,181,236,1) 0%, rgba(48,118,206,1) 100%);
}
.how_to_flow3 .how_to_flow_link a {
  background: linear-gradient(90deg, #3ebb36 0%, #83f181 100%);
}
.flow3 .flow_link a:hover {
  border: 2px solid #3076ce;
  background: #fff;
  color: #3076ce;
}
.how_to_flow3 .how_to_flow_link a:hover {
  border: 2px solid #3ebb36;
  background: #fff;
  color: #3ebb36;
}
.how_to_flow1 .how_to_flow_link a{
  background: linear-gradient(90deg, #ffdc00 0%, #f1d17b 100%);
}
.flow3 .flow_link a:hover {
  border: 2px solid #3076ce;
  background: #fff;
  color: #3076ce;
}
.how_to_flow4 .how_to_flow_link_gray a{
  background: linear-gradient(90deg, #ffdc00 0%, #f1d17b 100%);
  color: #323e67;
}
.how_to_flow4 .how_to_flow_link_gray a:hover {
  border: 2px solid #ffdc00;
  background: #fff;
  color: #ffdc00;
}

.campaign_flow_degico {
  max-width: 690px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 35px;
  border: 4px solid #FB4C93;
  border-radius: 30px;
  box-shadow: 10px 10px #FB4C93;
}
.campaign_flow_degico .ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: .2em;
  color: #FB4C93;
  margin-bottom: 25px;
}
.campaign_flow_degico > p {
  color: #062043;
  margin-bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  letter-spacing: .2em;
}

/** デジコとは？ **/
.campaign_degico {
  background-color: #C5E194;
  padding-top: 130px;
  padding-bottom: 70px;
  margin-top: -130px;
}
.campaign_degico .campaign_content {
  padding-top: 50px;
  position: relative;
}
.campaign_degico .campaign_content::before{
  content: '';
  background: url('../img/img_txt_digico.png') 0 0 no-repeat;
  background-size: 588px 184px;
  height: 184px;
  width: 588px;
  transform: rotate(-10deg);
  position: absolute;
  right: 10px;
  top: -40px;
}
.campaign_degico .campaign_ttl {
  margin-bottom: 80px;
}
.campaign_degico_about {
  max-width: 950px;
  margin: 0 auto 50px;
}
.degico_about_inner {
  display: flex;
  margin-bottom: 30px;
}
.degico_about_img {
  margin-bottom: 0;
  width: 45%;
  margin-right: 8%;
}
.degico_about_txt {
  width: 47%;
}
.campaign_degico_about > p {
  font-size: 18px;
  line-height: 2;
  color: #375275;
}
.campaign_degico_list {
  text-align: center;
  margin-bottom: 50px;
}
.campaign_degico_note {
  max-width: 960px;
  margin: 0 auto;
  color: #162A44;
}
.campaign_degico_note > p:not(.sav-txt) {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
.campaign_degico_note > .sav-txt {
  line-height: 2;
  margin-bottom: 50px;
  font-size: 15px;
}
.degico_note_link {
  max-width: 320px;
  margin-left: auto;
}
.degico_note_link > a {
  font-size: 16px;
  position: relative;
  color: #162A44;
  padding-right: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #162A44;
  display: block;
}
.degico_note_link > a::after{
  content: '';
  background: url('../img/icon_blank.png') 0 0 no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  top: 0;
}
.degico_note_link > a:hover {
  text-decoration: none;
  opacity: 1;
  border-bottom: 2px solid transparent;
}

/** 注意事項・推奨環境 **/
.campaign_note {
  background-color: #396B2F;
  padding: 70px 0;
  color: #fff;
}
.campaign_note .campaign_content {
  max-width: 960px;
}
.campaign_note_box:not(:last-child) {
  margin-bottom: 170px;
}
.campaign_ttl--white .ttl {
  color: #fff;
}
.number-list {
  margin-bottom: 0;
}
.number-list li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.number-list li > span {
  position: absolute;
  left: 0;
  top: 0;
}
.number-list li:not(:last-child) {
  margin-bottom: 5px;
}
.campaign_note_box > p {
  line-height: 2;
  margin-bottom: 45px;
}
.campaign_environment {
  max-width: 606px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.campaign_environment > li {
  width: 46%;
  list-style-type: disc;
  margin-left: 4%;
}
.campaign_environment > li:nth-child(-n + 6) {
  margin-bottom: 10px;
}
.number-list a{
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

/** キャンペーンについてのお問い合わせ **/
.campaign_contact {
  background-color: #FFDBF2;
  padding: 65px 0 70px;
}
.campaign_contact_img {
  text-align: center;
  margin-bottom: 30px;
}
.campaign_contact .campaign_content > p {
  max-width: 960px;
  margin: 0 auto;
  color: #062043;
  line-height: 2;
  margin-bottom: 0;
}
.campaign_contact_box {
  max-width: 535px;
  margin: 0 auto;
}
.campaign_contact_box > h3 {
  font-size: 23px;
  letter-spacing: .2em;
  line-height: 1.6;
  color: #162A44;
  margin-bottom: 25px;
}
.campaign_contact_box > p {
  max-width: 380px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .2em;
  color: #162A44;
}
.campaign_contact_box > p a {
  color: #162A44;
}

/* 終了表記 */
.end__txt {
  z-index: 3;
  background: linear-gradient(to right, #00cbac 0%, #0150aa 100%);
  max-width: 1000px;
  padding: 1rem;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 35px;
  border-radius: 50px;
  margin: 2rem auto 0;
}
/*.campaign_main_inner {
  padding-bottom: 2rem;
}
.campaign_info_inner_end {
  text-align: center;
  margin: 1rem auto;
}
/*.campaign_info_link {
  margin: .8rem auto;
  width: 25%;
}*/
.info_link_btn > a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 40px;
}
.info_link_btn > a .small_txt {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.sp_br {
  display: none;
}
.sp_only_img {
  display: none;
}
/*レスポンシブ*/
@media screen and (max-width: 1200px) {
  .info_link_btn > a {
    font-size: 18px;
  }
  .campaign_info_period {
    margin-right: 1.5%;
  }
  .campaign_info_inner dt {
    padding-right: 0%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .campaign_info_period {
    width: 68%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .campaign_info_link {
    width: 33%;
    align-items: center;
  }
  .info_link_btn {
    margin-bottom: 0;
    width: 65%;
    margin-right: 5%;
  }
  .info_sav_link {
    width: 30%;
    margin: 0;
  }
  .campaign_info_inner dt {
    width: 19%;
    padding-right: 3%;
  }
  .campaign_info_inner dd {
    width: 77%;
  }
  .campaign_info_inner {
    max-width: 800px;
    padding: 15px 0 20px;
  }
  .pagetop {
    bottom: 170px;
  }
  .campaign_info_inner dt {
    display: none;
  }
  .campaign_info_inner dd {
    flex-wrap: wrap;
    width: 100%;
  }
  .campaign_info_period {
    width: 100%;
  }
  .campaign_info_period > p {
    text-align: center;
  }
  .campaign_info_link {
    margin: 0 3% 0;
    width: 44%;
  }
  .info_link_btn {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .pc_only_img {
    display: none;
  }
  .sp_only_img {
    display: block;
    margin-inline: auto;
  }
}
@media screen and (min-width: 801px) {
  .pc-none800{
    display: none!important;
  }
}
@media screen and (max-width: 800px) {
  .sp-none800{
    display: none!important;
  }
  .campaign_content{
    padding-left: 10px;
    padding-right: 10px;
  }
  .campaign_target .campaign_content {
    padding-top: 70px;
  }
  .campaign_target .campaign_content::before {
    background-size: 430px auto;
    height: 140px;
    width: 430px;
    top: 60px;
    left: 20px;
  }
  .campaign_target .campaign_ttl {
    margin-bottom: 40px;
  }
  .target_item_arrow {
    margin: 0 4%;
    width: 14%;
  }
  .target_item_txt{
    margin-bottom: 50px;
    /* padding-left: 0; */
  }
  .target_item_txt br {
    display: none;
  }
  .campaign_target {
    padding-bottom: 150px;
  }
  .campaign_merit .campaign_content::before {
    background-size: 430px auto;
    height: 140px;
    width: 430px;
  }
  .campaign_merit_list .merit_box {
    width: 100%;
    margin-right: 0;
  }
  .campaign_merit_list .merit_box:nth-child(2) {
    margin-top: 0;
  }
  .campaign_merit_list .merit_box:nth-child(3) {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .campaign_merit {
    padding-bottom: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    background-position: left bottom;
  }
  .campaign_flow {
    padding-bottom: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    background-position: right bottom;
  }
  .campaign_flow .campaign_ttl::before {
    background-size: 380px auto;
    height: 140px;
    width: 380px;
    top: 0;
    opacity: .8;
  }
  .flow_list_box::before {
    top: -50px;
  }
  .flow_list_box:not(:last-child) {
    margin-bottom: 80px;
  }
  .flow_list_box {
    padding: 40px;
  }
  .flow1::before, .flow2::before, .flow3::before, .flow4::before {
    background-size: 270px auto;
    height: 100px;
    width: 270px;
  }
  .how_to_flow1::before, .flow2::before, .flow3::before, .flow4::before {
    background-size: contain;
    height: 125px;
    width: 200px;
    top: -30px;
    right: initial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .how_to_flow1::before{
    left: 50%;
  }
  .how_to_flow2::before{
    left: 29%;
  }
  .how_to_flow3::before{
    left: 29%;
  }
  .how_to_flow4::before{
    left: 29%;
  }
  .flow_list_box .flow_txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .flow_list_box .flow_img {
    width: 100%;
  }
  .flow_link .how_to_flow_link {
    max-width: 450px;
    margin: 0 auto;
  }
  .flow_list_box:not(:last-child)::after {
    bottom: -60px;
  }
  .campaign_degico {
    padding-top: 90px;
    margin-top: -90px;
  }
  .campaign_degico .campaign_content::before {
    background-size: 470px auto;
    height: 150px;
    width: 470px;
    top: -10px;
  }
  .campaign_note_box:not(:last-child) {
    margin-bottom: 120px;
  }
  .campaign_contact_img {
    max-width: 430px;
    margin: 0 auto 30px;
  }
  .campaign_info_inner dt {
    display: none;
  }
  .campaign_info_inner dd {
    width: auto;
    padding: 0 10px;
  }
  .campaign_info_period {
    text-align: center;
  }
  .campaign_how_to_box{
    display: block;
  }
  .how_to_list_box.how_to_flow1,
  .how_to_list_box.how_to_flow2 {
    margin-bottom: 80px;
  }
  .how_to_list_box,
  .how_to_flow4{
    width: 100%;
    margin: 0 auto;
    padding: 70px 30px 50px;
  }
  .campaign_how_to{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
    padding-bottom: 200px;
  }
  .campaign_target_list{
    width: 100%;
  }
  .conditions01:before,
  .conditions:before{
    margin-top: -40px;
    margin-left: 0;
  }
  .campaign_conditions_box{
    padding: 0px 0px 50px 0px;
  }
  .conditions01_link::before,
  .conditions_link::before{
    margin-top: -20px;
  }
  .how_to_flow4::after{
    content: none
  }
}
@media screen and (min-width: 601px){
  .pc-none{
    display: none!important;
  }
}
@media screen and (max-width: 600px){
  /* 終了表示 */
  .end__txt {
    font-size: 20px;
  }
  .sp_br {
    display: block;
  }
  .sp-none{
    display: none!important;
  }
  .campaign_main{
    background: url('../img/bg_main_sp.png') center no-repeat;
    background-size: cover;
    padding: 20px 30px 30px;
  }
  .campaign_info_inner dt {
    display: none;
  }
  .campaign_info_inner dd {
    width: auto;
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .campaign_info_period {
    text-align: center;
  }
  .target_item:not(.target_item_arrow) {
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
  }
  .target_item_arrow {
    width: 100%;
    text-align: center;
    margin: 50px 0;
  }
  .target_item_arrow > p {
    padding: 0;
  }
  .campaign_target {
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
  .campaign_merit .campaign_content::before {
    top: 0;
    background-size: 380px auto;
    height: 150px;
    width: 380px;
  }
  .campaign_how_to .campaign_content::before {
    top: 0;
    background-size: 380px auto;
    height: 130px;
    width: 380px;
  }
  .merit_box::before {
    left: 30px;
    top: 30px;
  }
  .merit_box_img {
    max-width: 270px;
  }
  .merit_box:nth-child(3)::before {
    background-size: 51px auto;
    height: 76px;
    width: 51px;
  }
  .merit_box:nth-child(2)::before {
    background-size: 47px auto;
    height: 76px;
    width: 47px;
  }
  .merit_box:nth-child(1)::before {
    background-size: 37px auto;
    height: 75px;
    width: 37px;
  }
  .merit_box:nth-child(4)::before {
    background-size: 52px auto;
    height: 72px;
    width: 52px;
  }
  .campaign_target .campaign_content::before {
    background-size: 380px auto;
    height: 105px;
    width: 400px;
    top: 40px;
    left: 20px;
  }
  .campaign_ttl {
    margin-bottom: 40px;
  }
  .campaign_flow .campaign_ttl::before {
    background-size: 340px auto;
    height: 130px;
    width: 340px;
  }
  .campaign_flow_list {
    padding-left: 30px;
  }
  .flow_list_box::before {
    left: -40px;
  }
  .flow_list_box {
    padding: 50px 40px;
  }
  .flow_list_box:not(:last-child) {
    margin-bottom: 110px;
  }
  .campaign_flow_degico {
    padding: 30px;
  }
  .campaign_flow_degico > p br {
    display: none;
  }
  .campaign_flow {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%);
    padding-bottom: 100px;
  }
  .campaign_degico .campaign_content::before {
    background-size: 380px auto;
    height: 120px;
    width: 380px;
    top: 0;
  }
  .campaign_degico .campaign_ttl {
    margin-bottom: 40px;
  }
  .degico_about_inner {
    display: block;
  }
  .degico_about_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .degico_about_txt {
    width: 100%;
  }
  .campaign_degico {
    padding-bottom: 60px;
  }
  .campaign_note {
    padding: 60px 0;
  }
  .campaign_contact {
    padding: 60px 0;
  }
  .campaign_info_link {
/*     display: block;
    width: 45%; */
  }
  .info_link_btn {
    width: 100%;
    margin-right: 0;
  }
  .info_link_btn > a {
    padding: 4px 33px;
    font-size: 19px;
  }
  .info_sav_link {
    width: 100%;
    margin: 0 auto;
  }
  .info_sav_link a {
    font-size: 15px;
  }
  .campaign_ttl .ttl{
    font-size: 28px;
  }
  .pagetop {
    bottom: 210px;
  }
  .campaign_info_link {
    margin: 0 1% 0;
    width: 48%;
  }
  .info_link_btn > a {
    padding: 11px 33px;
    font-size: 16px;
  }
  .conditions01_link::before, .conditions_link::before {
    margin-top: -18px;
    background-size: cover;
    width: 80px;
    height: 26px;
    margin-left: 20px;
  }
}



