@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ----- c-heading ----- */
.cpn-heading-img {
	margin-right: 0;
	margin-left: 0;
}
.cpn-heading-img h3 {
	border-bottom: none;
	padding-bottom: 0;
}
.subNavi-option, .c-column-group .c-figure-01 + .c-heading5-01.text-center {
    margin-top: 1em;
}

a img.img-responsive:hover{
opacity: .7;
filter: alpha(opacity=70);
color: #fff;
text-decoration: none;
}

body .bk-color{
  color: #535252 !important;
}

body .bk-color h3{
  color: #535252 !important;
}

.c-table-01.cpn-table-01 th{
  text-align: center;
}

.c-table-01.cpn-table-01 td{
  text-align: center;
}

/* ----- noteList ----- */
.cpn-noteList {
	text-align: right;
}
@media only screen and (max-width: 640px) {
	.cpn-noteList {
		text-align: left;
	}
}

/* ----- bottom-text ----- */
.bottom-text{
border: 1px solid #666;
padding: 18px 32px 15px;
margin: 20px 0 30px;
}
.c-noteList-03.bottom-text li {
margin-top: 0;
}
.c-noteList-03.bottom-text li::before {
top: 3px;
}
.c-btn-06 {
    display: block;
    text-align: center;
}

/* ---sty-merit_anchor-- */
.sty-merit_anchor{
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
  .sty-merit_anchor .c-figure-01{
    width: 49%;
  }
}

/* ========== sty-btn-contact ========== */
.mail-icon img{
	width: 33px;
}
@media only screen and (max-width: 640px) {
	.mail-icon img{
    width: 28px;
  }
}
.sty-btn-contact a.c-btn-account.size-01 > .label:before {
  display: none;
}
.sty-btn-contact a.c-btn-account.size-01{
  padding: 18px 60px 14px 60px;
}

/* ========== sty-cpcode ========== */
.sty-cpcode {
  position: relative;
  display: inline-block;
}
.sty-cpcode_01 {
  position: absolute;
  font-weight: bold;
  top: 524px;
  left: 92px;
  margin-bottom: 0;
}
.sty-cpcode_02 {
  position: absolute;
  font-size: 1.2em;
  font-weight: bold;
  top: 670px;
  right: 72px;
  margin-bottom: 0;
}
.c-copy-01 p.sty-cpcode_01,.c-copy-01 p.sty-cpcode_02 {
  margin-top: 0;
}
@media only screen and (max-width: 710px){
  .sty-cpcode_01 {
    top: 68.8%;
    left: 18%;
    font-size: 18px;

  }
  .sty-cpcode_02 {
    top: 88.2%;
    right: 16%;
    font-size: 18px;
}
}
@media only screen and (max-width: 640px){
  .sty-cpcode_01 {
    top: 68.8%;
    left: 19%;
    font-size: 3.2vw;

  }
  .sty-cpcode_02 {
    top: 88.2%;
    right: 17%;
    font-size: 3.2vw;
  }
}
.sty-copy-cnt {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.sty-copy-cnt_text {
  border: #bcbdbd 1px solid;
  width: 80%;
  padding: 5px 10px;
  text-align: left;
  margin-right: 15px;
}
.sty-copy-cnt_button {
  background-color: #eb5505;
  width: 15%;
  border: #eb5505 1px solid;
}
.sty-copy-cnt_button:hover{
  opacity: 0.7;
}
.sty-copy-cnt_button:active {
  opacity: 0.5;
  transform: translateY(1px);
}
.sty-copy-cnt_button button {
  position: relative;
  background: initial;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  padding-left: 30px;
  width: 100%;
  margin: auto;
}
.sty-copy-cnt_button button::before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  position: absolute;
  mask-image: url(/products/homeloan/shindan/img/icon_copy.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
  @media only screen and (max-width: 640px) {
  .sty-copy-cnt {
    width: 100%;
  }
  .sty-copy-cnt_button button { 
    padding: 5px 1px;
    padding-left: 7vw;
  }
  .sty-copy-cnt_button button::before {
    left: 1vw;
  }
  .sty-copy-cnt_text{
    margin-right: 3px;
  }
  .sty-copy-cnt_button{
    width: 24%;
  }
}