@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== padding ========== */
@media only screen and (min-width: 641px) {
.p-attention {
  padding: 16px 30px;
}
}
@media only screen and (max-width: 640px) {
.p-attention {
  padding-bottom: 16px;
}
}

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
.c-hide-pc {
  display: none;
}
}
@media only screen and (max-width: 640px) {
.c-hide-sp {
  display: none;
}
}

/* ========== c-heading2-ideco ========== */
.c-heading2-ideco {
  text-align: center;
  margin-top: 0.5em;
}
.c-heading2-ideco h2,
.c-heading2-ideco h3 {
  font-size: 175%;
  font-weight: bold;
  color: #eb5505;
}
@media only screen and (max-width: 640px) {
.c-heading2-ideco h2,
.c-heading2-ideco h3 {
  font-size: 125%;
  line-height: 2;
}
}
.c-heading2-ideco h2 span,
.c-heading2-ideco h3 span {
  border-bottom: dotted 2px #eb5505;
}

.c-heading3-01 h4 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  color: #eb7000;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #d4d5d5;
  padding-bottom: 10px;
}

.c-heading4-01 h5 {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  color: #535252;
}

@media only screen and (max-width:640px){
  .c-heading3-01 h4 {
    border: 0;
    font-size: 125%;
    padding-bottom: 0;
  }
  .c-heading4-01 h5 {
    font-size: 112.5%;
  }
}

/* ========== latch-block ========== */
.latch-block {
  background-color: #ffdecd;
  padding: 30px 16px 20px;
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
.latch-block {
  padding: 20px 10px 10px;
  margin-top: 30px;
  text-align: left;
}
}
.since {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -0.7em;
  text-align: center;
}
.since p {
  color: #fff;
}
.since p span {
  padding: 3px 10px;
  background-color: #eb5505;
  border-radius: 7px;
}

/* ========== balloon-cv-area ========== */
.balloon-cv-area {
  position: relative;
  margin-top: 40px;
}
.balloon-cv {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -30px;
  width: 350px;
  max-width: 85%;
}
@media only screen and (max-width: 640px) {
.balloon-cv {
  top: -25px;
}
}

/* ========== ideco-anchorBlock ========== */
.ideco-anchorBlock {
  border: solid 1px #d4d5d5;
  margin-top: 1em;
}

.ideco-anchorBlock a .inner-org:hover {
  opacity: .7;
}

.inner-org {
  background-color: #ffdecd;
  padding: 15px 20px;
}
.inner-org .c-list-04 li {
  position: relative;
  padding-right: 24px;
  color: #535252;
}
.inner-org .c-list-04 li span {
  color: #eb5505;
  border-bottom: solid 1px #eb5505;
  font-weight: bold;
}
.inner-org .c-list-04 li:after {
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/marker_07_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.inner-org .c-list-04 li:before {
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
.inner-org {
  padding: 10px;
}
}

.inner-wht {
  padding: 25px 20px;
}
@media only screen and (max-width: 640px) {
.inner-wht {
  padding: 15px 10px;
}
}

/* ========== width ========== */
.c-w180 img {
  width: 180px;
}
@media only screen and (max-width: 640px) {
.c-w180 img {
  width: 140px;
}
}

/* ========== c-steps-ideco ========== */
.c-steps-ideco {
	border: #eb5505 solid 1px;
  border-bottom: none;
}

.c-steps-ideco > .step {
	border-color: #eb5505;
	border-style: solid;
	border-width: 0 1px 0 0;
	padding: 30px;
	position: relative;
}
@media only screen and (max-width: 640px) {
.c-steps-ideco > .step {
	padding: 30px 10px;
}
}

.c-steps-ideco > .step:after {
	background: left top no-repeat;
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
}
.c-steps-ideco > .step:before {
	background: left top no-repeat;
	content: "";
	display: block;
	position: absolute;
	z-index: 101;
}

.c-steps-ideco > .step:last-child {
	border: none;
}

/*
.c-steps-ideco > .step:last-child:after {
	display: none;
}
.c-steps-ideco > .step:last-child:before {
	display: none;
}
 */

.c-steps-ideco > .step.finished:before {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

.c-steps-ideco > .step.finished .finish-sign {
	background: #000;
	color: #fff;
	font-size: 187.5%;
	margin-left: -1.75em;
	padding: 0.3em 0.75em 0.2em;
	position: absolute;
		top: 3.5em;
		left: 50%;
	transform: rotate(-10deg);
	z-index: 100;
}

.c-steps-ideco .step-heading {
	line-height: 1.4;
	text-align: center;
}

.c-steps-ideco .step-heading > .step-num {
	color: #eb5505;
	display: inline-block;
	font-weight: bold;
  line-height: 1.5;
}

.c-steps-ideco .step-heading > .step-label {
	font-weight: bold;
}


.c-steps-ideco > .step {
	border-width: 0 0 1px;
}

.c-steps-ideco > .step:after {
	margin-left: -30px;
		bottom: -16px;
		left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #eb5505 transparent transparent transparent;
}
.c-steps-ideco > .step:before {
	margin-left: -30px;
		bottom: -15px;
		left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

.c-steps-ideco > .step.finished:after {
	background-position: right top;
}

.c-steps-ideco > .step:first-child.finished:before { border-radius: 7px 7px 0 0; }
.c-steps-ideco > .step:last-child.finished:before  { border-radius: 0 0 7px 7px; }

.c-steps-ideco > .step.finished .finish-sign {
	margin-top: -0.75em;
		top: 50%;
}

.c-steps-ideco .step-heading:after {
	clear: both;
	content: "";
	display: block;
}

.c-steps-ideco .step-heading > .step-num {
	line-height: 1.5;
	padding: 3px 0 0;
}

.c-steps-ideco .step-heading > .step-label {
	font-size: 125%;
	text-align: left;
}

.c-steps-ideco .c-alertBlock-01 ul li a {
  color: #03c;
}
@media only screen and (max-width: 640px) {
.c-steps-ideco .step .step-heading {
  margin-right: 5%;
}
}
/* ========== important ========== */
.important p span {
  background-color: #e50000;
  padding: 0 15px;
  border-radius: 5px;
  color: #fff;
}

/* ========== step-date ========== */
.step-date {
  position: absolute;
  top: 0;
  left: 40px;
}
@media only screen and (max-width: 640px) {
.step-date {
  top: 0;
  left: 10px;
  width: 80px;
}
}

/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #f0920c;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/program/ideco_1000/img/icon_02.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/program/ideco_1000/img/icon_01.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}
.notelist-underline {
  text-decoration: underline;
}

.cpn-notelist {
  background-color: #fce7cd;
  padding: 15px;
}

.cpn-notelist li {
  margin-top: 0;
  color: #eb5505;
}

.cpn-notelist .cpn-notelist-dotted{
  border-bottom: 2px dotted #eb5505;
}

/* ========== nav ========== */
.c-ground-01.nav-area{
  padding: 0;
}
.nav-area .lnav{
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}
.nav-area.nav-area-pc .lnav{
  max-width: 868px;
}
.nav-area .lnav .lnav-item{
  display: table-cell;
  vertical-align: middle;
}
.nav-area-pc .lnav .lnav-item{
  border-left: 1px solid #bcbdbd;
}
.nav-area-pc .lnav .lnav-item:last-child{
  border-right: 1px solid #bcbdbd;
}
.nav-area .lnav .lnav-item a img{
  margin: 0 auto;
}
.nav-area .lnav .lnav-item a img:hover{
  opacity: .7;
}
.nav-area-pc .lnav .lnav-item{
  width: 25%;
}
.nav-area-sp .lnav{
  padding: 0;
}
.nav-area-sp .lnav .lnav-item{
  width: 50%;
}
.nav-area-sp .lnav .lnav-item{
  border-left: none;
}
.nav-area-sp .lnav .lnav-item:nth-child(odd){
  border-right: 1px solid #bcbdbd;
}
.nav-area-sp .lnav:first-child .lnav-item{
  border-bottom: 1px solid #bcbdbd;
}
.nav-area-sp .lnav .lnav-item{
  text-align: center;
}
.nav-area-sp .lnav .lnav-item a{
  display: inline-block;
}
@media only screen and (max-width: 868px){
  .nav-area .lnav .lnav-item:first-child{
    border-left: none;
  }
  .nav-area .lnav .lnav-item:last-child{
    border-right: none;
  }
}

/* ========== c-steps-ideco ========== */
.c-steps-ideco {
	border: #eb5505 solid 1px;
  border-bottom: none;
}

.c-steps-ideco > .step {
	border-color: #eb5505;
	border-style: solid;
	border-width: 0 1px 0 0;
	padding: 30px;
	position: relative;
}
@media only screen and (max-width: 640px) {
.c-steps-ideco > .step {
	padding: 30px 10px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
}

.c-steps-ideco > .step:after {
	background: left top no-repeat;
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
}
.c-steps-ideco > .step:before {
	background: left top no-repeat;
	content: "";
	display: block;
	position: absolute;
	z-index: 101;
}

.c-steps-ideco > .step:last-child {
	border: none;
}

.c-steps-ideco > .step.finished:before {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.1;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

.c-steps-ideco > .step.finished .finish-sign {
	background: #000;
	color: #fff;
	font-size: 187.5%;
	margin-left: -1.75em;
	padding: 0.3em 0.75em 0.2em;
	position: absolute;
		top: 3.5em;
		left: 50%;
	transform: rotate(-10deg);
	z-index: 100;
}

.c-steps-ideco .step-heading {
	line-height: 1.4;
	text-align: center;
}

.c-steps-ideco .step-heading > .step-num {
	color: #eb5505;
	display: inline-block;
	font-weight: bold;
  line-height: 1.5;
}

.c-steps-ideco .step-heading > .step-label {
	font-weight: bold;
}


.c-steps-ideco > .step {
	border-width: 0 0 1px;
}

.c-steps-ideco > .step:after {
	margin-left: -30px;
		bottom: -16px;
		left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #eb5505 transparent transparent transparent;
}
.c-steps-ideco > .step:before {
	margin-left: -30px;
		bottom: -15px;
		left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}
#flg-step4:after {
	margin-left: 0;
		bottom: 0;
		left: 0;
  width: 0;
  height: 0;
}

#flg-step4:before {
	margin-left: 0;
		bottom: 0;
		left: 0;
  width: 0;
  height: 0;
}

#flg-step4 {
  border-bottom: 1px solid #eb5505;
}

.c-steps-ideco > .step:last-child:before,
.c-steps-ideco > .step:last-child:after{
  content: none;
}

.c-ground-01.c-ground-list-04{
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 30px;
}
.c-ground-01.c-ground-list-04 .c-list-04 li{
  padding-left: 35px;
}
@media only screen and (max-width: 640px){
  .c-ground-01.c-ground-list-04{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 16px;
  }
}

.cpn-notelist li:before {
  background-image: url(/program/ideco_1000/img/icon_04.png);
  margin-top: 3px;
}

/* ========== cpn-accordion ========== */
.cpn-accordion .head {
  background-color: #fce7cd;
}
.c-accordion-01.cpn-accordion:last-child{
  margin-bottom: 0;
}
.c-accordion-01.cpn-accordion>.item>.head:before{
  right: 10px;
}
.c-accordion-01.cpn-accordion>.item>.head:after{
  right: 19px;
}

.c-accordion-01>.item>.head .cpn-accordion-strong {
  color: #eb5505;
}

.c-accordion-01>.item>.head span.cpn-accordion-strong{
  position: relative;
}
.c-accordion-01>.item>.head span.cpn-accordion-strong:before{
  content: "";
  background-image: url(/program/ideco_1000/img/icon_05.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 17px auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -27px;
  width: 17px;
  height: 27px;
}

.c-accordion-01>.item>.cpn-head-hover {
  padding-left: 47px;
}

.c-accordion-01>.item>.cpn-head-hover:hover{
  background-color: #fce7cd;
}

.step-num-dotted {
  border-bottom: dotted 2px #eb5505;
  margin: 0;
  padding: 0;
  margin-left: 6px;
  padding-left: 26px;
  position: relative;
}

.step-num-dotted:before {
  width: 18px;
  height: 100%;
  background-image: url(/program/ideco_1000/img/icon_04.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 5px;
  content: "";
  top: 3px;
}


@media only screen and (max-width: 640px) {
.step-num-dotted:before {
  top: 1px;
}
}

.c-list-04 li:before {
  background-image: url(/program/ideco_1000/img/icon_03.png);
}

/* ========== step ========== */
.step .c-copy-01 p , .step a .step-num-dotted{
  color: #eb5505;
}

.step a {
  text-decoration: none;
}

/* ========== cnv ========== */
.c-cnv__fixed{
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  padding: 15px;
}
.c-cnv__fixed .c-column-group_cvn{
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
}
.c-cnv__fixed .c-column-group_cvn figure.c-figure-01:first-child{
  margin-left: 0;
}
@media only screen and (max-width: 640px){
  .c-cnv__fixed{
    padding: 10px;
  }
}

@media only screen and (max-width: 390px){
  .c-cnvBlock-01, .c-cnvBlock-02 {
    padding: 20px 8px;
  }
}
