@charset "utf-8";

.lh2 {
  line-height: 2;
}

.title_02 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 4px #e5e7e8 !important;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  background-image: url("/lp/imgs/cam_2009ytd_gaika/icon_heading_green.png") !important;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 1;
}

.title_02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 250px;
  height: 4px;
  background-color: #5cb331;
}

.colorRed {
  color: #ee4416;
}

.caution02 {
  width: auto !important;
}

.col {
  display: flex;
  margin-right: 0 !important;
}

.col_item {
  flex: 1 1 0;
}

.col_item:not(:last-child) {
  margin-right: 30px;
}

.offerflwBox {
  display: flex;
}

.offerflwBox_item {
  width: 33.33%;
  border: 2px solid #5cb331;
  position: relative;
}

.offerflwBox_item:not(:last-child) {
  margin-right: 40px;
}

.offerflwBox_item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 45px);
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 40px;
  border-color: transparent transparent transparent #5cb331;
}

.offerflwBox_step {
  color: #fff;
  padding: 2px 5px;
  background: #5cb331;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.offerflwBox_text {
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact_num_box {
  margin: 10px auto 0;
  max-width: 900px;
}

.cam_tokuten {
  padding: 50px 100px;
  border-radius: 10px;
  background: #fef8d6 url("/lp/imgs/cam_2009ytd_gaika/bg_01.png") center bottom no-repeat;
}

.cam_tokuten_6m_ytd {
  margin: 30px 0;
  padding: 20px 40px;
  border-radius: 10px;
  background: #fff;
}

.cam_tokuten_6m_ytd_title {
  margin: 0 auto 10px;
  padding: 5px;
  max-width: 500px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #fa9008;
}

.cam_tokuten_6m_ytd_title img {
  vertical-align: middle !important;
  margin-right: 10px;
}

.cam_tokuten_gaika {
  margin: 30px 0;
  padding: 20px 40px;
  border-radius: 10px;
  background: #fff;
}

.cam_tokuten_gaika_title {
  margin: 0 auto 10px;
  padding: 5px;
  max-width: 500px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #42bdf8;
}

.cam_tokuten_gaika_title img {
  vertical-align: middle !important;
  margin-right: 10px;
}

.cam_tokuten_point_list_item {
  display: flex;
  align-items: flex-end;
  padding: 15px 40px 10px;
}

.cam_tokuten_point_list_item:not(:last-child) {
  border-bottom: 1px dashed #888;
}

.cam_tokuten_condition {
  width: 50%;
  font-size: 20px;
}

.cam_tokuten_point {
  width: 50%;
  font-size: 20px;
  color: #fa9008;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

.cam_tokuten_point .num {
  font-size: 36px;
}

.cam_tokuten_point.blue {
  color: #42bdf8;
}

.cam_riyou_example_title {
  margin: 0 auto 20px;
  padding: 5px;
  max-width: 500px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background: #5cb331;
}

.gray_bor_box {
  border: 2px solid #bbb;
  padding: 20px;
}

.ytd_oazukariire {
  width: 80%;
  margin: 0 auto !important;
}

.point_entry {
  padding: 30px;
  background: #fffaae;
}

.point_entry img {
  max-width: 470px;
}


.orange_back_pc{
	display: block;
	padding: 20px;
	background-color: #fff8d9;
	font-size: 18px;
	text-align: center;
	}
	.orange_back_pc img{
		width: 60%;
	}
.orange_back_sp{
	display: none;
}

#mainContainer .text-haslink a [class^="icon-"] {
  width: auto;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  .contents_wrapper {
    margin: 20px;
  }

  .col {
    display: block;
  }

  .col_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .sp_w80p {
    width: 80%;
    margin: 0 auto;
  }

  .sp_img_w_auto {
    width: auto;
  }

  .offerflwBox {
    display: block;
  }

  .offerflwBox_item {
    width: auto;
  }

  .offerflwBox_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .offerflwBox_item:not(:last-child)::before {
    top: auto;
    bottom: -30px;
    left: calc(50% - 30px);
    border-width: 30px 30px 0 30px;
    border-color: #5cb331 transparent transparent transparent;
  }

  .offerflwBox_step {
    font-size: 20px;
  }

  .offerflwBox_text {
    height: auto;
    font-size: 16px;
    display: block;
  }

  .contact_num_box {
    margin: 10px 4% 0;
  }

  .cam_tokuten {
    margin: auto -20px;
    padding: 50px 10px;
    border-radius: 0;
    background: #fef8d6 url("/lp/imgs/_sphone/cam_2009ytd_gaika/bg_01.png") center bottom /
      contain no-repeat;
  }

  .cam_tokuten_6m_ytd {
    margin: 20px 0;
    padding: 20px;
  }

  .cam_tokuten_gaika {
    margin: 20px 0;
    padding: 20px;
  }

  .cam_tokuten_point_list_item {
    display: block;
    padding: 10px 20px;
  }

  .cam_tokuten_condition {
    width: auto;
    text-align: center;
  }

  .cam_tokuten_point {
    width: auto;
    text-align: center;
  }

  .ytd_oazukariire {
    width: auto;
  }

  .point_entry {
    padding: 30px 15px;
  }

.orange_back_pc{
	display: none;
	}
   .orange_back_sp{
	   display: block;
	   padding: 20px;
	background-color: #fff8d9;
	font-size: 16px;
	text-align: center;
	}
	.orange_back_sp img{
		width: 100%;
	}
}

/**/
.header--simple #simple-logo {
  width: auto;
}

.box-group {
  padding: 20px;
}

.box-group__title {
  margin-bottom: 20px;
}

.normalList li .text-link--icon img{
  vertical-align: middle!important;
}


@media screen and (max-width: 899px){
  .text-link--icon img {
    width: auto;
  }
}

