@charset "UTF-8";
/* Foundation
++++++++++++++++++++++++++++++++++++++++ */
/* reset ++++++++++++++++ */
html,
body, article, section, nav, aside, header, footer, address, h1, h2, h3, h4, h5, h6,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, output, fieldset, legend,
details, summary,
canvas {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: inherit;
  font: inherit;
  font-size: 100%;
}
*::before,
*::after {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

/* initialize  */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  color: #303236;
  text-align: left;
  line-height: 1.5;
  font-size: 1.8em;

  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  body {
   font-size: 1.4em;
  }
}
a {
  color: #197cb5;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
b {
  font-weight: 600;
}
th, td {
  vertical-align: middle;
}
img, svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/* beacon出力のimg要素 レイアウト干渉避け */
body > img[height="1"][width="1"] {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
}

/* page loading (pc画像置換jsと連動) ++++++++++++++++ */
@media (min-width: 768px) {
  body.is-loading::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #fff;
    opacity: 1;
    content:"";
  }
  body.is-loading::after {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%;
    border: 2px solid #005BAC;
    content:"";
    border-bottom-color: transparent;
    -webkit-animation: isLoading 1s infinite linear;
    animation: isLoading 1s infinite linear;
  }
  body.is-loading.is-loading-fadeout::before {
    pointer-events: none;
    -webkit-animation: endLoading 0.5s linear forwards;
    animation: endLoading 0.5s linear 0s forwards;
  }
  body.is-loading.is-loading-fadeout::after {
    pointer-events: none;
    -webkit-animation: isLoading 1s infinite linear, endLoading 0.1s linear forwards;
    animation: isLoading 1s infinite linear, endLoading 0.1s linear 0s forwards;
  }
}

@-webkit-keyframes endLoading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes endLoading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes isLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes isLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Layout
++++++++++++++++++++++++++++++++++++++++ */
.main {
  background: url(/corp/lp/sns/campaign/cfd_2107/images/bg-convenience.png);
}

@media (max-width: 767px) {
  .main {
    padding-top: 33px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main {
    padding-bottom: 40px;
  }
}

/* display control ++++++++++++++++ */
@media (max-width: 767px) {
  .l-disp-none-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .l-disp-none-pc {
    display: none !important;
  }
}

/* section ++++++++++++++++ */
.l-section-body {
  margin: auto;
}
@media (max-width: 767px) {
  .l-section-body {
    max-width: 640px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .l-section-body {
    max-width: 920px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* component
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++ */
.c-ttl-01 {
  background-color: #0392d5;
  color: #fff;
  padding: 0 10px;
}
.c-ttl-01 b {
  position: relative;
  display: block;
  height: inherit;
  margin: 0 auto;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
.c-ttl-01 img {
  position: absolute;
  left: 0;
}
@media (max-width: 900px) {
  .c-ttl-01 {
    font-size: 4.8vw;
  }
  .c-ttl-01 b {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .c-ttl-01 {
    height: 18.8vw;
    font-size: 4.8vw;
    text-align: left;
  }
  .c-ttl-01 b {
    max-width: 93.8vw;
    padding: 4.5vw 0 4.5vw 18vw;
  }
  .c-ttl-01 img {
    top: 1.5vw;
    width: 15.6vw;
  }
}
@media (min-width: 768px) {
  .c-ttl-01 {
    height: 120px;
    font-size: 5.6rem;
    text-align: center;
  }
  .c-ttl-01 b {
    max-width: 900px;
    padding: 16px 0;
  }
  .c-ttl-01 img {
    top: 10px;
    width: 100px;
  }
}
@media (max-width: 900px) {
  .c-ttl-01 {
    font-size: 4.8vw;
  }
}


/* lead-text ++++++++++++++++ */
.lead-text {}
.lead-text span {
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .lead-text {
    font-size: 4.7vw;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .lead-text {
    font-size: 2.4rem;
    margin: 40px 0;
  }
}


/* button +++++++ */
.c-btn-primary {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #01529e;
  box-shadow: 0px 4px 0px 0px #003567;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.c-btn-primary::after {
  width: 14px;
  height: 14px;
  background: url(/corp/lp/sns/campaign/cfd_2107/images/icon-arrow-white.svg);
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
}

@media (max-width: 767px) {
  .c-btn-primary {
    display: block;
    padding: 12px 28px 8px;
    font-size: 3.8vw;
    letter-spacing: 2px;
  }
  .c-btn-primary::after {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block;
  }
}
@media (min-width: 768px) {
  .c-btn-primary {
    display: inline-block;
    padding: 14px 20px 10px;
    font-size: 1.6rem;
  }
  .c-btn-primary::after {
    display: inline-block;
    margin-top: -4px;
    margin-left: 6px;
    margin-right: -2px;
  }
}
@media (max-width: 900px) {
  .c-btn-primary {
    padding: 14px 14px 10px;
  }
}

/* utility
++++++++++++++++++++++++++++++++++++++++ */

/* scroll offset ++++++++++++++++ */
.u-scrolloffset::before {
  display: block;
  visibility: hidden;
  content: '';
}
@media (max-width: 767px) {
  .u-scrolloffset::before {
    margin-top: -33px;
    padding-top: 33px;
  }
}

@media (min-width: 768px) {
  .u-scrolloffset::before {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* clearfix ++++++++++++++++ */
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

/* font family ++++++++++++++++ */
.u-ff-go-w3 {
  font-weight: 300;
}
.u-ff-go-w6 {
  font-weight: 600;
}
.u-ff-min-h {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}

/* font color ++++++++++++++++ */
.u-c-primary {
  color: #01529e !important;
}
.u-c-warning {
  color: #e45776 !important;
}

/* white space ++++++++++++++++ */
.u-nobr,
.u-whs-nw {
  white-space: nowrap !important;
}

/* z-index ++++++++++++++++ */
.u-z-minus1 { z-index: -1 !important;}

/* margin ++++++++++++++++ */

/* margin top ++++ */


/* colorbox custom
++++++++++++++++++++++++++++++++++++++++ */
#cboxClose {
  left: auto !important;
  right: 12px !important;
}
#cboxLoadedContent {
  overflow: visible !important;
}

/* bnr-kouza
++++++++++++++++++++++++++++++++++++++++ */
.bnr-kouza {
  margin: auto;
  max-width: 920px;
  padding: 0 10px;
}
.bnr-kouza-text {
  color: #ed1f18;
  text-align: center;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .bnr-kouza {
    max-width: 620px;
    margin: 30px auto 15px;
  }
  .bnr-kouza-text {
    margin-top: 4px;
    font-size: 1rem;
  }
}

/* header
++++++++++++++++++++++++++++++++++++++++ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-width: 320px;
  max-width: 960px;
  margin: auto;
  height: 33px;
  padding: 5px 10px;
  background-color: #fff;
}
.header-logo {
  float: left;
  width: 150px;
  padding-top: 6px;
}
.header-kouza {
  display: table;
  width: 132px;
  margin-left: auto;
}
.header-kouza-catch {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
}
.header-kouza-btn {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header {
    position: static;
    height: auto;
    min-height: 60px;
    padding: 0 0 17px;
    background-color: transparent;
  }
  .header-logo {
    position: relative;
    z-index: 99;
    width: 250px;
    padding-top: 20px;
    line-height: 0;
  }
  .header-kouza {
    display: block;
  }
  .header-gmogropup {
    padding-top: 22px;
    font-size: 1.3rem;
    text-align: right;
  }
  .header-kouza-btn {
    display: block;
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 100;
    width: 60px;
    vertical-align: top;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    visibility: visible;
    margin: 0 auto;
    width: 100%;
    border-bottom: 2px solid #344f97;
    background: rgba(255,255,255,0.9);
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .header-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 960px;
    min-height: 58px;
    margin: auto;
    padding-left: 260px;
  }
  .header-nav li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 25%;
    max-width: 156px;
    text-align: center;
    font-size: 1.4rem;
  }
  .header-nav li:first-child::before,
  .header-nav li::after {
    display: block;
    width: 1px;
    background: -webkit-linear-gradient(bottom, rgba(200,205,217,0) 0%,rgba(200,205,217,1) 100%);
    background: linear-gradient(to bottom, rgba(200,205,217,0) 0%,rgba(200,205,217,1) 100%);
    content: "";
  }
  .header-nav li a {
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    width: calc(100% - 2px);
    max-width: 154px;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
  }
  
  /* sticky effext(js) */
  .header-nav {
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .header:not(.is-sticky) .header-logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header:not(.is-sticky) .header-logo a {
    pointer-events: none;
  }
  .header.is-sticky .header-logo {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: isSticky 0.2s ease forwards;
    animation: isSticky 0.2s ease forwards;
  }
  .header:not(.is-sticky) .header-nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .header.is-sticky .header-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes isSticky {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes isSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 900px) {
  .header-gmogropup {
    font-size: 1.3rem;
  }
  .header-kouza-btn {
    width: 81px;
  }
}

/* footer
++++++++++++++++++++++++++++++++++++++++ */
.footer {
  margin: auto;
}
.footer-inner {
  min-width: 320px;
  margin: auto;
}
.footer .btn-top {
  position: fixed;
}
.copyright {
  border-top: 1px solid #cbcbcb;
  background: #cbbb98;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 25px;
  }
  .footer-inner {
    max-width: 620px;
    margin: auto;
    padding: 0 10px;
  }
  .footer-risk {
    padding: 18px 0 0;
    font-size: 1.2rem;
  }
  .footer-risk dt {
    margin-bottom: 8px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-disclaimer {
    padding-left:1em;
    text-indent:-1em;
    font-size: 1.2rem;
    margin-bottom: 18px;
    word-break: break-all;
  }
  .footer-address {
    padding: 18px 0;
    border-top: 1px dotted #aeafaf;
    font-size: 1.2rem;
  }
  .footer-address dt {
    width: 177px;
    margin-bottom: 8px;
  }
  .footer-call {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .copyright {
    padding: 8px 10px;
    font-size: 1rem;
  }
  .footer .btn-top {
    right: 0;
    bottom: 5%;
    width: 107px;
    height: 35px;
  }
}

@media (min-width: 768px) {
  .footer-inner {
    max-width: 960px;
    margin: auto;
    padding: 0 30px;
  }
  .footer-risk {
    max-width: 900px;
    margin: 40px auto 0;
    font-size: 1.4rem;
  }
  .footer-risk dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .footer-disclaimer {
    padding-left:1em;
    text-indent:-1em;
    font-size: 1.4rem;
    margin-bottom: 40px;
    word-break: break-all;
  }
  .footer-address {
    float: left;
    width: 60%;
    padding-bottom: 50px;
    font-size: 1.2rem;
  }
  .footer-address dt {
    width: 190px;
    margin-bottom: 16px;
  }
  .footer-call {
    width: 37%;
    max-width: 330px;
    margin-left: auto;
    padding: 34px 0 50px;
  }
  .copyright {
    clear: both;
    padding: 16px;
    font-size: 1.3rem;
  }
  .footer .btn-top {
    right: 1em;
    bottom: 6%;
    width: 54px;
    height: 54px;
  }
}