@charset "UTF-8";
header {
  background: #FCFCFC; }

h1 {
  font-size: 1.2rem;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 10px; }

#main-visual {
  background: url(../img/mainvisual_bg.jpg) no-repeat top center;
  background-size: cover; }

#wrap {
  margin: 0 0 50px; }

section#peace-block, section#review-block, section#qa-block, section#security-block {
  padding: 50px 0; }
section#review-block {
  background: #00ACC1 url(../img/bg01.png) repeat;
  background-size: 4px; }
section#qa-block {
  background: #E9F9F9; }
  section#qa-block h2 {
    color: #333; }
section#security-block {
  background: #F2F2F2 url(../img/bg01.png) repeat;
  background-size: 4px; }

.offer-block {
  box-sizing: border-box;
  padding: 20px 10px;
  background: -moz-linear-gradient(top, #D8C954, #D8CE7F);
  background: -webkit-linear-gradient(top, #D8C954, #D8CE7F);
  background: linear-gradient(to bottom, #D8C954, #D8CE7F); }
  .offer-block p {
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.4;
    margin: 0 0 1.5em;
    color: #fff; }
    .offer-block p span.line {
      display: block;
      line-height: 1.2; }
    .offer-block p span.cl {
      color: #FFFF00; }
    .offer-block p span.num {
      font-size: 2.6rem; }
  .offer-block ul li {
    box-sizing: border-box;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15); }
    .offer-block ul li:first-child {
      margin: 0 0 20px; }
    .offer-block ul li a {
      display: block; }
      .offer-block ul li a:hover {
        opacity: 0.7; }

.inner {
  margin: 0 10px; }

h2.reg-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.0rem;
  margin: 0 0 1.5em; }

#travel-block h2 {
  color: #FFFF00;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 1.5em; }
  #travel-block h2 span {
    border-bottom: 1px dotted #FFFF00; }

.travel-box {
  box-sizing: border-box;
  background: url(../img/travel-box-bg.png) no-repeat;
  background-size: cover; }
  .travel-box ul li {
    position: relative;
    padding: 0 0 0 22px;
    font-weight: bold;
    color: #fff; }
    .travel-box ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 18px;
      height: 16px;
      background: url(../img/check01.png) no-repeat;
      background-size: contain; }

.travel-box-inner {
  padding: 20px 0;
  background: url(../img/travel-box-obj.png) top right no-repeat;
  background-size: cover; }

#peace-block {
  background: #F2F2F2; }
  #peace-block #peace-obj {
    display: block;
    width: 90%;
    margin: 0 auto; }

#peace-block-title {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
  margin: 0 0 30px; }
  #peace-block-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff; }
  #peace-block-title h2 {
    font-size: 2.0rem;
    margin: 0 0 0.5em;
    color: #FFA726;
    font-weight: bold; }
    #peace-block-title h2 span {
      background: linear-gradient(transparent 70%, #FFFF00 70%); }

#flow-box {
  margin: 50px 0 0;
  box-sizing: border-box;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15); }
  #flow-box h3 {
    text-align: center;
    margin: 0 0 1.5em;
    font-size: 1.7rem;
    font-weight: bold;
    color: #00ACC1;
    line-height: 1.2; }
  #flow-box ul li {
    margin: 0 0 20px; }
    #flow-box ul li:last-child {
      margin: 0; }

.review-content {
  margin: 0 0 40px; }
  .review-content:last-child {
    margin: 0; }
  .review-content .review-content-img {
    width: 120px;
    margin: 0 auto 20px;
    text-align: center; }
    .review-content .review-content-img span {
      display: block;
      color: #fff;
      font-weight: bold; }
  .review-content .review-content-txt {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    position: relative; }
    .review-content .review-content-txt:before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-bottom: 15px solid #fff; }

#qa-block-inner dl {
  background: #fff;
  margin: 0;
  padding: 30px 20px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15); }
  #qa-block-inner dl dt,
  #qa-block-inner dl dd {
    margin: 0;
    padding: 0;
    position: relative; }
    #qa-block-inner dl dt:before,
    #qa-block-inner dl dd:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
      font-size: 1.6rem;
      display: block;
      text-align: center;
      color: #fff;
      width: 26px;
      height: 26px;
      line-height: 26px; }
  #qa-block-inner dl dt {
    font-weight: bold;
    color: #00ACC1;
    padding: 0 0 0 35px;
    margin: 0 0 5px; }
    #qa-block-inner dl dt:before {
      content: "Q.";
      background: #00ACC1; }
  #qa-block-inner dl dd {
    margin: 0 0 30px;
    padding: 0 0 30px 35px;
    border-bottom: 1px solid #F2F2F2; }
    #qa-block-inner dl dd:before {
      content: "A.";
      background: #FFA726; }
    #qa-block-inner dl dd:last-child {
      margin: 0;
      padding: 0 0 0 35px;
      border-bottom: 0; }

#security-block h2 {
  color: #00ACC1;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 1.5em;
  position: relative;
  z-index: 1; }
  #security-block h2 span {
    border-bottom: 1px dotted #00ACC1; }
#security-block p.at-txt {
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 1; }
#security-block #security-comment {
  margin: 50px 0 0;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  width: 60%;
  font-weight: bold;
  position: relative;
  z-index: 0; }
  #security-block #security-comment:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #fff; }
  #security-block #security-comment:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 0;
    width: 96.5px;
    height: 116.25px;
    background: url(../img/s.jpg) no-repeat;
    background-size: contain;
    z-index: -1; }

#foot-block {
  padding: 20px 0;
  box-sizing: border-box;
  background: #F2F2F2; }
  #foot-block dl {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: table; }
    #foot-block dl dt,
    #foot-block dl dd {
      margin: 0;
      padding: 20px;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle; }
    #foot-block dl dt {
      width: 30%;
      text-align: center;
      font-weight: bold; }
    #foot-block dl dd {
      width: 70%;
      font-size: 1.2rem;
      line-height: 1.2;
      border-left: 1px solid #000000; }

/*media Queries PCサイズ（1000px以上）
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  h1 {
    padding: 15px 0;
    font-size: 1.4rem; }
    h1 span {
      width: 1000px;
      margin: 0 auto;
      display: block; }

  #wrap {
    margin: 0 0 150px; }

  #main-visual {
    background: url(../img/mainvisual_bg.jpg) no-repeat;
    background-size: cover; }

  #main-visual-inner {
    width: 1000px;
    margin: 0 auto; }

  #pc-main {
    display: block;
    width: 1000px;
    margin: 0 auto; }

  .offer-block {
    padding: 40px 0; }
    .offer-block p {
      font-size: 4.2rem;
      margin: 0 0 1.0em; }
      .offer-block p span.line {
        display: inline-block;
        padding: 0 0.5em 0 0; }
      .offer-block p span.num {
        font-size: 5.0rem; }
    .offer-block ul {
      width: 900px;
      margin: 0 auto;
      letter-spacing: -.5em; }
      .offer-block ul li {
        width: 440px;
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top; }
        .offer-block ul li:first-child {
          margin: 0 20px 0 0; }

  section#peace-block, section#review-block, section#qa-block, section#security-block {
    padding: 70px 0; }

  h2.reg-title {
    font-size: 4.2rem; }

  .inner {
    margin: 0; }

  #travel-block h2 {
    font-size: 4.2rem; }

  .travel-box ul li {
    font-size: 2.6rem;
    padding: 0 0 0 26px; }
    .travel-box ul li:before {
      width: 22px;
      height: 20px;
      top: 12px; }

  .travel-box-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    background: url(../img/travel-box-obj.png) top right no-repeat;
    background-size: contain; }

  #peace-block #peace-obj {
    width: 428px; }

  #peace-block-inner {
    width: 920px;
    margin: 0 auto; }

  #peace-block-title {
    padding: 40px 0; }
    #peace-block-title:before {
      margin-left: -30px;
      border: 30px solid transparent;
      border-top: 30px solid #fff; }
    #peace-block-title h2 {
      font-size: 5.0rem; }
    #peace-block-title p {
      font-size: 3.0rem;
      line-height: 1.2; }

  #flow-box {
    padding: 60px 40px; }
    #flow-box h3 {
      font-size: 3.2rem; }
    #flow-box ul {
      letter-spacing: -.5em; }
      #flow-box ul li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 400px;
        margin: 0 20px 20px 0; }
        #flow-box ul li:nth-child(2) {
          margin: 0 0 20px 0; }
        #flow-box ul li:nth-child(3) {
          margin: 0 20px 0 0; }

  #review-block-inner {
    width: 900px;
    margin: 0 auto; }

  .review-content {
    overflow: hidden;
    margin: 0 0 50px; }
    .review-content:nth-child(2n) .review-content-img {
      float: right; }
    .review-content:nth-child(2n) .review-content-txt {
      float: left; }
      .review-content:nth-child(2n) .review-content-txt:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 102%;
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 15px solid #fff; }
    .review-content .review-content-img {
      float: left;
      margin: 0;
      width: 180px; }
    .review-content .review-content-txt {
      width: 688px;
      float: right;
      padding: 35px; }
      .review-content .review-content-txt:before {
        top: 50%;
        left: -2%;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid #fff; }

  #qa-block-inner {
    width: 900px;
    margin: 0 auto; }
    #qa-block-inner dl {
      padding: 45px 50px; }
      #qa-block-inner dl dt:before,
      #qa-block-inner dl dd:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 2.4rem; }
      #qa-block-inner dl dt {
        font-size: 2.6rem;
        padding: 0 0 0 45px; }
      #qa-block-inner dl dd {
        font-size: 2.2rem;
        padding: 0 0 30px 45px; }
        #qa-block-inner dl dd:last-child {
          padding: 0 0 0 45px; }

  #security-block h2 {
    font-size: 4.2rem; }
  #security-block p.at-txt {
    font-size: 2.6rem; }
  #security-block #security-comment {
    padding: 30px 20px;
    width: 515px; }
    #security-block #security-comment:after {
      width: 386px;
      height: 465px;
      right: -500px;
      bottom: -70px; }
    #security-block #security-comment p {
      font-size: 2.8rem;
      line-height: 1.2; }

  #security-block-inner {
    width: 1000px;
    margin: 0 auto; }

  #foot-block dl {
    width: 630px;
    margin: 0 auto;
    padding: 40px 0; }
    #foot-block dl dt {
      font-size: 3.0rem; }
    #foot-block dl dd {
      font-size: 1.6rem;
      line-height: 1.4; } }
