@charset "utf-8";

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

/* ========== px ========== */
@media only screen and (max-width: 640px) {
  .mt50-sp {
    margin-top: 50px;
  }
  .mb50-sp {
    margin-bottom: 50px;
  }
}

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

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== col ========== */
.figure-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin-top: 20px;
}
.figure-2col-thumb {
  width: 40%;
}
.figure-2col-data {
  width: 58%;
}
@media only screen and (max-width: 640px) {
  .figure-2col h4 {
    font-size: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .figure-2col {
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-top: 30px;
  }
  .figure-2col-thumb {
    width: 26%;
  }
  .figure-2col-data {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .figure-2col-pc-data {
    padding: 10px 10px 0;
  }
}
@media only screen and (min-width: 640px) {
  .figure-2col-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;*/
    margin-top: 30px;
  }
  .figure-2col-pc-thumb {
    width: 48%;
  }
  .figure-2col-pc-data {
    width: 48%;
  }
}

/* ========== infoBlock ========== */
.c-infoBlock-02 {
  border: 1px solid #d4d5d5;
  margin-top: 1.4em;
  padding: 24px;
}
@media only screen and (max-width: 640px) {
  .c-infoBlock-02 {
      margin-top:.7em;
      padding: 10px
  }
}

.c-infoBlock-02>*:first-child>*:first-child {
  margin-top: 0;
}

/* ========== bxSlider ========== */
.c-transaction-01 {
  background-color: #d6f3f6;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .c-transaction-01 {
    margin-top: 30px;
    padding: 30px 52px 27px;
  }
}
@media only screen and (max-width: 640px) {
  .c-transaction-01 {
    margin-top: 12px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 30px;
  }
}

.c-transaction-01 .c-transaction-item a {
    display: block;
}
@media only screen and (min-width: 640px) {
  .c-transaction-01 .c-transaction-item a:hover {
    opacity: .8;
  }
}

.c-transaction-01 .bx-pager {
  display: none;
}

@media only screen and (min-width: 640px) {
  .c-transaction-01 .bx-controls-direction a.bx-prev ,
  .c-transaction-01 .bx-controls-direction a.bx-next {
    display: inline-block;
    vertical-align: middle;
    background-size: 11px auto;
    width: 11px;
    min-width: 11px;
    max-width: 11px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    position: absolute;
    top: 50%;
  }
  .c-transaction-01 .bx-controls-direction a.bx-prev {
    background-image: url(/assets/img/arrows_05_@2x.png);
    left: 18px;
  }
  .c-transaction-01 .bx-controls-direction a.bx-next {
    background-image: url(/assets/img/arrows_06_@2x.png);
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .c-transaction-01 .bx-controls-direction a.bx-prev ,
  .c-transaction-01 .bx-controls-direction a.bx-next {
    display: inline-block;
    vertical-align: middle;
    background-size: 14px auto;
    width: 14px;
    min-width: 14px;
    max-width: 14px;
    height: 23px;
    min-height: 23px;
    max-height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
  }
  .c-transaction-01 .bx-controls-direction a.bx-prev {
    background-image: url(/assets/img/arrows_05_@2x.png);
    left: 7px;
  }
  .c-transaction-01 .bx-controls-direction a.bx-next {
    background-image: url(/assets/img/arrows_06_@2x.png);
    right: 7px;
  }
}

/* ========== mov ========== */
.movie {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
@media only screen and (max-width: 640px) {
  .movie {
    margin-top: 1.25em;
  }
}

.movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

/* ========== step ========== */
.c-steps-05.step-login > .step {
  border: #152265 solid 3px;
}
@media only screen and (max-width: 640px) {
  .c-steps-05.step-login > .step {
    padding: 15px 20px;
  }
}

.c-steps-05.step-login .step-heading > .step-num {
  color: #152265;
}

.c-steps-05.step-login > .step + .step:before {
  background: none;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 640px) {
  .c-steps-05.step-login > .step + .step:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #495389;
  }
}
@media only screen and (min-width: 640px) {
  .c-steps-05.step-login > .step + .step:before {
    border-left: 20px solid #495389;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}

/* ========== comment ========== */
.comment {
  background-color: #dff2fd;
  margin-top: 30px;
  padding: 20px 10px 10px;
}
@media only screen and (min-width: 640px) {
  .comment {
    padding: 40px;
  }
}

.comment-head {
  color: #152265;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.comment-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (min-width: 640px) {
  .comment-blk {
    margin-top: 40px;
  }
}

.comment-blk-item {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 10px 10px;
  position: relative;
  width: 48%;
}
@media only screen and (min-width: 640px) {
  .comment-blk-item {
    border-radius: 8px;
    padding: 50px 40px 30px;
  }
}

.comment-blk-ttl {
  position: absolute;
  top: -6px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .comment-blk-ttl img {
    width: 95px;
  }
}
@media only screen and (min-width: 640px) {
  .comment-blk-ttl {
    top: -12px;
  }
}

@media only screen and (max-width: 640px) {
  .comment-blk-copy {
    font-size: 12px;
  }
}
.comment-blk-copy > *:first-child {
  margin-top: 0;
}

.comment-blk-copy .comment-blk-name {
  display: block;
  text-align: right;
}

/* ========== iframe ========== */
iframe#iframe-landing-usa { 
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 1000px) {
  iframe#iframe-landing-usa { 
    height: 530px;
  }
}
@media only screen and (max-width: 920px) {
  iframe#iframe-landing-usa { 
    height: 490px;
  }
}
@media only screen and (max-width: 640px) {
  iframe#iframe-landing-usa { 
    height: 510px;
  }
}
@media only screen and (max-width: 540px) {
  iframe#iframe-landing-usa { 
    height: 550px;
  }
}
@media only screen and (max-width: 430px) {
  iframe#iframe-landing-usa { 
    height: 620px;
  }
}

/* ========== readmore ========== */
.readmore-wrap {
  position: relative;
}
.readmore-wrap + .readmore-wrap {
  margin-top: 40px;
}
.readmore-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 20px;
  background: #152265;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.readmore-trigger::after {
  content: "続きを読む";
  padding-left: 18px;
}
.readmore-trigger .fa {
  margin-right: .5em;
}
.readmore-item {
  position: relative;
  overflow: hidden;
}
.readmore-item.is-hide {
  height: 200px;
}
.readmore-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

.readmore-trigger.is-show {
  bottom: -40px;
}
.readmore-trigger.is-show::after {
  content: "閉じる";
}
.readmore-trigger.is-show + .readmore-item::before {
  display: none;
}

.readmore-trigger .readmore-ico {
  position: relative;
}
.readmore-trigger .readmore-ico::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/marker_07_@2x.png);
  background-size: auto 12px;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 0;
}
.readmore-trigger.is-show .readmore-ico::before {
  background-position: 12px 0;
}

/* ========== heading ========== */
.heading-sub {
  background-color: #e60000;
  color: #fff;
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0.5em 0 1em;
  padding: 4px 2px 2px 6px;
}
@media only screen and (min-width: 640px) {
  .heading-sub {
    font-size: 130%;
    margin: 0 0 1.25em;
  }
}

.c-ground-01 .heading-w100 {
  margin: -30px -54px 0 -54px;
}
.c-ground-01 .heading-w100 img {
  width: 100%;
}
.c-ground-01 .heading-w100.heading-mt60 {
  margin: 60px -54px 0 -54px;
}
@media only screen and (max-width: 640px) {
.c-ground-01 .heading-w100 {
  margin: -16px -10px 0 -10px;
}
.c-ground-01 .heading-w100.heading-mt60 {
  margin: 40px -10px 0 -10px;
}
}