@charset "UTF-8";

#static-content {
  /* cart */
  /* container */
  /* table */
  /* footer */
  /* original */
  /* limited-express */
}

#static-content .wrap header {
  padding: 10px 0 !important;
  border-bottom: 0 !important;
}

#static-content header.lp-header p {
  text-align: center;
  margin-bottom: 0;
}

#static-content h1:not(.img) {
  color: inherit;
  background: inherit;
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

#static-content h2:not(.img) {
  text-align: center;
  font-size: inherit;
  color: inherit;
  border-top: inherit;
  padding: 0;
  background: inherit;
}

#static-content h3:not(.img) {
  font-size: inherit;
  color: inherit;
  background: none;
  color: inherit;
  padding: unset;
  border-top: inherit;
}

#static-content .wrap h4:before {
  content: "";
  color: inherit;
}

#static-content .wrap h5:before {
  content: "";
  color: inherit;
}

#static-content .cp-bnr {
  margin: 0 0 30px 0;
}

#static-content .cp-bnr p {
  text-align: center;
}

#static-content .cp-bnr p img {
  margin: auto;
}

#static-content .wrap * {
  font-weight: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#static-content .wrap form,
#static-content .wrap dl.formGroup,
#static-content .wrap .form {
  margin-bottom: 0;
}

#static-content .wrap ul.noticeList {
  font-size: 12px;
  margin: 0 0 30px 0;
}

#static-content .wrap ul.noticeList>li {
  text-indent: -1em;
  padding-left: 1em;
}

#static-content .wrap ul.noticeList>li:before {
  content: "※";
  display: inline;
  background-image: none;
  width: inherit;
  height: inherit;
  margin-right: 0;
  vertical-align: top;
}

#static-content .img-auto {
  text-align: center;
}

#static-content .img-auto img {
  margin: auto;
}

#static-content .price-commnent {
  color: inherit;
  margin: 0;
}

#static-content .price-commnent li {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

#static-content .price-commnent span {
  margin: 0;
}

#static-content .btn-wrap {
  width: 90%;
  margin: 0 auto 50px auto;
}

#static-content .btn-wrap p {
  text-align: center;
}

#static-content .itemInfoFormBtn {
  margin: 30px auto 0 auto;
}

#static-content .itemInfoFormBtn a,
#static-content .cart-btn img {
  cursor: pointer;
}

#static-content .itemInfoFormBtn a {
  font-size: 1.6rem;
  font-weight: bold !important;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #fd6c21;
  position: relative;
  display: block;
  padding: 10px 30px;
  box-shadow: none !important;
  border-radius: 100px !important;
  margin: auto;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

#static-content .itemInfoFormBtn a:before {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .limited-express .itemInfoFormBtn a {
  display: block !important;
}

@media screen and (min-width: 600px) {

  #static-content .itemInfoFormBtn a {
    font-size: 2rem;
    padding: 15px 30px;
    width: 500px !important;
  }

  #static-content .limited-express .itemInfoFormBtn a {
    width: inherit !important;
  }

  #static-content .itemInfoFormBtn a:before {
    top: calc(50% - 5px);
    right: 30px;
    width: 10px;
    height: 10px;
  }
}

#static-content .cart-btn-hover a {
  position: relative;
  display: block;
  width: 570px;
  height: 86px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* 下のものをまとめる事も可能　全てのプロパティを0.3秒で開始と完了を滑らかに変化させる */
  margin: auto;
}

#static-content .cart-btn-hover a:hover {
  /*  opacity:0.9;*/
  -webkit-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
  /* 要素を拡大縮小する　この場合はX方向（横）、Y方向（縦）に98%に縮小 */
}

#static-content .cart-btn-hover a span {
  opacity: 0;
  display: block;
  width: 1000px;
  height: 500px;
  /* 画像のサイズに合わせて少し大きめに作る */
  position: absolute;
  top: -100px;
  left: -200px;
  /* 画像のサイズに合わせて位置を外側から外側へ */
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  /* a spanのcssプロパティ left,top,opacityを時間的変化させる */
  -webkit-transition-duration: 0.7s, 0.5s, 0.1s;
  transition-duration: 0.7s, 0.5s, 0.1s;
  /* 変化にかかる時間を指定 上のプロパティに対応している*/
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  /* 変化のタイミング・進行割合を指定 easeの場合は開始と完了を滑らかにする */
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  /* 要素を回転表示　この場合は30度回転させる */
}

#static-content .cart-btn-hover a:hover span {
  /* マウスオーバーした時の光の位置 */
  opacity: 1;
  top: -50px;
  left: 630px;
}

#static-content .form-wrap {
  text-align: center;
  padding: 20px 3%;
  margin: 0 3% 10px 3%;
  border: 4px double #000;
}

#static-content .form-wrap h2 {
  margin: 0 0 20px 0;
  border: none;
}

#static-content .form-wrap img {
  margin: auto;
}

#static-content .form-wrap table {
  margin: 10px 0;
}

#static-content .form-wrap table th,
#static-content .form-wrap table td {
  vertical-align: top;
}

#static-content .form-wrap table th {
  word-break: keep-all;
}

#static-content .form-wrap .anchor-comment-btn {
  text-align: center;
  margin: 20px 0 0 0;
}

#static-content #container {
  background: none;
}

#static-content #container-wrapper {
  background: none;
  padding: 0;
}

#static-content #container-inner,
#static-content #container-inner .section {
  max-width: 1000px;
  width: 100%;
}

#static-content body.campaign-cat .section-inner {
  margin: 0;
  padding: 0;
}

#static-content .wrap .box {
  margin-bottom: unset;
  padding: 0;
  background: unset;
  border: unset;
  border-radius: unset;
}

#static-content .inner-wrap {
  padding: 0 3%;
}

#static-content .wrap table.tbl01 {
  margin-bottom: 10px !important;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

#static-content .tbl-blue {
  width: 100%;
  margin: 0 0 10px 0;
}

#static-content .tbl-blue tr th {
  color: #fff;
  background: #666;
  font-weight: bold;
  text-align: center;
  width: 50%;
}

#static-content .tbl-blue tr th,
#static-content .tbl-blue tr td {
  padding: 10px;
}

#static-content .tbl-blue tr td {
  border-bottom: 1px solid #ccc;
}

#static-content .tbl01 tr td span,
#static-content .tbl-blue tr td span {
  color: #ff2184;
}

#static-content .tbl-blue tr th:first-child {
  border-right: 1px dotted #fff;
}

#static-content #footer {
  padding: 10px 0;
  font-size: 75%;
}

#static-content #footer .footer-inner ul li:last-child {
  border-right: none;
}

#static-content .wrap h1 {
  margin: 0 0 30px 0;
}

#static-content #lead {
  background: #0a3673;
  padding: 3%;
}

#static-content .anchor {
  background: #fff;
  padding: 3%;
  margin: 0 3% 30px 3%;
  border: 2px solid #000;
  border-radius: 20px;
}

#static-content .anchor-top {
  margin: -50px 3% 0 3% !important;
  z-index: 2;
  position: relative;
}

#static-content .anchor p {
  text-align: center;
  margin: 0;
}

#static-content .anchor p .img {
  margin: -10% auto 20px auto;
}

#static-content .anchor .anchor-img {
  margin-bottom: 20px;
}

#static-content .anchor p img {
  margin: auto;
}

#static-content .anchor02 {
  padding: 3%;
  margin: 0 3% 50px 3%;
}

#static-content .anchor03 {
  margin: 50px 3% 30px 3%;
  border: 2px solid #0152a4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

#static-content .anchor03 .baloon {
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  width: 75%;
  margin: auto;
}

#static-content .anchor03 .anchor-img {
  margin-bottom: 0;
}

#static-content .anchor03 .anchor-img img {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}

#static-content .anchor03 .anchor-btn {
  text-align: center;
  padding: 3%;
  margin: 0;
}


@media screen and (min-width: 600px) {

  #static-content .anchor-top {
    margin: -170px 3% 0 3% !important;
  }

  #static-content .anchor03 .baloon {
    top: -2vw;
  }
}

#static-content .par1 {
  text-align: center;
  color: #0152a4;
  font-size: 18px;
  margin: 0 0 30px 0;
}

#static-content .par1 h2,
#static-content .par1 p,
#static-content .par2 .inner-wrap p {
  margin: 0 0 30px 0;
}

#static-content .par1 h2,
#static-content .par1 p,
#static-content .par2 h2,
#static-content .par2 p.img {
  text-align: center;
}

#static-content .par2 {
  font-size: 18px;
  background: url(https://cdn.osoujihonpo.com/campaign/images/181022-11/bg-gray.gif) repeat;
  overflow: hidden;
  padding: 0 0 20px 0;
}

#static-content .par3 {
  font-size: 18px;
  margin: 0 0 50px 0;
}

#static-content .par3 h2 {
  margin: 0 0 20px 0;
}

#static-content .par3 h3 {
  color: #ff426e;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px 0;
}

#static-content .par3 .step {
  padding: 0 3% 20px 3%;
  margin: 0 0 40px 0;
  position: relative;
}

#static-content .par3 .step:after {
  content: "";
  display: inline-block;
  background: url(https://cdn.osoujihonpo.com/campaign/images/181022-11/flow-arrow.gif);
  background-size: contain;
  width: 36px;
  height: 20px;
  bottom: -20px;
  left: calc(50% - 18px);
  position: absolute;
}

#static-content .par3 .step .step-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#static-content .par3 .step .step-box p {
  width: 48.5%;
}

#static-content .par3 .step5 {
  padding: 0 3%;
}

#static-content .par3 .step5 p {
  text-align: center;
}

#static-content .par3 .step5 .img {
  margin: 0 0 20px 0;
}

#static-content .par4 {
  font-size: 18px;
  background: url(https://cdn.osoujihonpo.com/campaign/images/181022-11/reason-bg.gif) repeat;
  overflow: hidden;
  padding: 50px 3% 20px 3%;
}

#static-content .par4 h2 {
  text-align: center;
  margin: 0 auto 10px auto;
}

#static-content .par4 .reason-box {
  margin: 0 0 30px 0;
}

#static-content .par4 .reason-box p {
  text-align: center;
}

#static-content .par4 .reason-box p img {
  margin: auto;
}

#static-content .par5 {
  font-size: 18px;
  padding: 50px 3% 20px 3%;
}

#static-content .par5 h2 {
  text-align: center;
  margin: 0 0 30px 0;
}

#static-content .par5 p {
  margin: 0 0 30px 0;
  text-align: center;
}

#static-content .par5 p.sp {
  text-align: justify;
}

#static-content .par5 p.pc {
  text-align: center;
}

#static-content .par6 {
  background: #f19d1b;
  padding: 50px 3% 20px 3%;
  margin: 0 0 65px 0;
  position: relative;
}

#static-content .par6:after {
  content: url(/campaign/images/181022-11/voice-arrow.gif);
  position: absolute;
  bottom: -38px;
  height: 38px;
  left: calc(50% - 61px);
}

#static-content .par6 h2 {
  text-align: center;
  margin: 0 0 30px 0;
}

#static-content .par6 h2 img {
  margin: auto;
}

#static-content .par6 .voice-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 3%;
  border-radius: 20px 0;
  margin: 0 0 30px 0;
}

#static-content .par6 .voice-box .img {
  width: 30%;
}

#static-content .par6 .voice-box .txt {
  width: 67%;
}

#static-content .par6 .voice-box .txt span {
  display: block;
  text-align: right;
}

#static-content .express {
  padding: 0 7%;
  margin: 0 0 50px 0;
}

#static-content .express p {
  text-align: center;
  margin: 0 0 20px 0;
}

#static-content .express .formGroup {
  display: none !important;
}

#static-content .express #itemForm50 p a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #00abf0;
}

#static-content .express #itemForm50 p a:after {
  content: "";
  display: inline-block;
  background-image: url(/campaign/images/181022-11/propeller-btn.gif);
  background-size: contain;
  vertical-align: -3px;
  width: 20px;
  height: 20px;
  margin: 0 0 0 3px;
}

#static-content .comment {
  padding: 0 3%;
  margin: 0 0 50px 0;
}

#static-content .comment h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 5px 0;
}

#static-content .comment h2:before {
  content: "";
  display: inline-block;
  background-image: url(/campaign/images/181022-11/comment-btn.gif);
  background-size: contain;
  vertical-align: -2px;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
}

#static-content .movie {
  padding: 0 3%;
  margin: 0 0 50px 0;
}

#static-content .movie .movie-inner {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}

#static-content .movie .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#static-content .limited-express .itemDetail {
  margin: 50px 3% 0 3%;
}

#static-content .limited-express .itemDetail .main,
#static-content .limited-express .itemDetail .sub {
  width: 48.5%;
}

#static-content .limited-express .itemDetail .main {
  margin-left: 1.5%;
  margin-right: 0;
}

#static-content .limited-express .itemDetail .sub {
  margin-left: 0;
  margin-right: 1.5%;
}

#static-content .limited-express .itemDetail .main h2 {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  color: #3071b9;
  background: #eef6ff;
  line-height: 1.5;
  border-top: #3071b9 2px solid;
  padding: 15px 10px;
  margin: 0 0 30px 0;
}

#static-content .limited-express .itemDetail .main .itemInfoFormBtn {
  width: 94%;
  margin: 30px auto 0 auto;
}

#static-content .limited-express ul.noticeList>li.red:before {
  background-image: none;
}

#static-content .limited-express dl.formGroup {
  margin: 0 0 30px 0 !important;
  padding: 0 0 10px 0;
  border-bottom: #ccc 1px solid;
}

#static-content .limited-express dl.formGroup>dt {
  padding: 10px;
  margin: 0;
  text-align: left;
}

#static-content .limited-express dl.formGroup>dd {
  display: inherit;
  width: auto;
}

#static-content .comment ul.noticeList>li.red:before {
  background-image: none !important;
}

@media screen and (max-width: 599px) {
  #static-content {
    /* container */
    /* cart */
    /* footer */
    /* original */
    /* limited-express */
  }

  #static-content .wrap {
    padding-bottom: 0;
  }

  #static-content header.lp-header {
    padding: 10px !important;
  }

  #static-content header.lp-header p img {
    width: 100px;
  }

  #static-content .cart-btn-hover a {
    width: 100%;
    height: auto;
  }

  #static-content #footer .footer-inner {
    width: auto;
    /*    padding: 0 0 50px 0;*/
  }

  #static-content #footer .footer-inner ul li {
    display: block;
    text-align: center;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  #static-content #footer .footer-inner ul li:first-child {
    border-left: none;
  }

  #static-content #footer .footer-inner ul li a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  #static-content .wrap .box_notice {
    margin-bottom: 20px !important;
  }

  #static-content .par4 h2 {
    width: 90%;
  }

  #static-content .limited-express .itemDetail {
    margin: 50px 3% 10px 3%;
  }

  #static-content .limited-express .itemDetail .main,
  #static-content .limited-express .itemDetail .sub {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  #static-content .limited-express dl.formGroup>dt {
    text-align: left !important;
    width: 120px !important;
  }

  #static-content .limited-express dl.formGroup>dd {
    display: initial;
    width: 200px;
  }

  #static-content .limited-express ul.noticeList {
    padding: 0 3%;
  }

  #static-content .limited-express .itemDetail .main .itemInfoFormBtn {
    margin: 30px auto;
  }

  #static-content .wrap h1 {
    margin: 0 0 10px 0;
  }

  #static-content .anchor {
    margin: 0 3%;
  }

  #static-content .anchor02 {
    margin: 0 3% 50px 3%;
  }

  #static-content .cp-bnr {
    margin: 0;
    padding: 3%;
  }

  #static-content .cp-bnr p {
    margin: 0;
  }
}


@media screen and (min-width: 600px) {
  #static-content {
    /* common */
    /* table */
    /* original */
  }

  #static-content html>body {
    font-size: 18px;
  }

  #static-content .form-wrap {
    padding: 30px 3%;
  }

  #static-content .form-wrap table {
    font-size: 18px;
    margin: 10px 100px;
  }

  #static-content .form-wrap table.tbl-blue {
    width: 900px;
    margin: 0 50px 10px 50px;
  }

  #static-content .form-wrap table.tbl-blue tr th,
  #static-content .form-wrap table.tbl-blue tr td {
    padding: 10px 20px;
  }

  #static-content .form-wrap .anchor-comment-btn {
    margin: 30px 0 0 0;
  }

  #static-content .anchor p .img {
    margin: -10% auto 20px auto;
  }

  #static-content .form-wrap .inner {
    padding: 0 50px;
  }

  #static-content .form-wrap .service .left {
    width: 350px;
    float: left;
  }

  #static-content .form-wrap .service .right,
  #static-content .form-wrap .service form {
    width: 520px;
    float: right;
  }

  #static-content .form-wrap .service form {
    clear: none;
  }

  #static-content .par1 {
    font-size: 30px;
  }

  #static-content .par2 .inner-wrap {
    font-size: 24px;
    padding: 0 100px;
  }

  #static-content .par3 {
    font-size: 24px;
  }

  #static-content .par3 h3 {
    font-size: 30px;
  }

  #static-content .par3 .step {
    padding: 0 100px;
    margin: 0 0 100px 0;
  }

  #static-content .par3 .step:after {
    width: 72px;
    height: 40px;
    bottom: -75px;
    left: calc(50% - 36px);
  }

  #static-content .par3 .step .step-box p {
    width: 470px;
  }

  #static-content .par3 .step .step-box p.img {
    width: 300px;
  }

  #static-content .par5 {
    font-size: 24px;
  }

  #static-content .par6 {
    font-size: 18px;
  }

  #static-content .par6 .voice-box .img {
    width: 135px;
    margin: 0 30px 0 0;
  }

  #static-content .par6 .voice-box .txt {
    width: 720px;
  }

  #static-content .express p {
    margin: 0 0 30px 0;
  }

  #static-content .express #itemForm50 p a {
    font-size: 24px;
  }

  #static-content .express #itemForm50 p a:after {
    width: 24px;
    height: 24px;
  }

  #static-content .comment h2 {
    font-size: 24px;
  }

  #static-content .comment h2:before {
    vertical-align: -3px;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
  }

  #static-content .anchor02 {
    padding: 30px 3%;
  }

}


#static-content .magenta {
  color: #ff426e;
}