@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  color: #111;
}
html {
  line-height: 1;
  font-size: 62.5%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a {
  color: #111;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/* --------------------------
  Base
----------------------------*/
body {
  font-family: 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #2d2d2d;
  line-height: 1.6;
}
a {
  color: #000;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
/* ----- Content Module ----- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* --------------------------
    Module
----------------------------*/
/* Layout */
.hidden {
  display: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.txtR {
  text-align: right;
}
/* Margin */
.mgnT5 {
  margin-top: 5px;
}
.mgnT10 {
  margin-top: 10px;
}
.mgnT15 {
  margin-top: 15px;
}
.mgnT20 {
  margin-top: 20px;
}
.mgnT25 {
  margin-top: 25px;
}
.mgnT30 {
  margin-top: 30px;
}
.mgnT35 {
  margin-top: 35px;
}
.mgnT40 {
  margin-top: 40px;
}
.mgnT45 {
  margin-top: 45px;
}
.mgnT50 {
  margin-top: 50px;
}
.mr0 {
  margin-right: 0 !important;
}
/* Padding */
.pdnT5 {
  padding-top: 5px;
}
.pdnT10 {
  padding-top: 10px;
}
.pdnT15 {
  padding-top: 15px;
}
.pdnT20 {
  padding-top: 20px;
}
.pdnT25 {
  padding-top: 25px;
}
.pdnT30 {
  padding-top: 30px;
}
.pdnT35 {
  padding-top: 35px;
}
.pdnT40 {
  padding-top: 40px;
}
.pdnT45 {
  padding-top: 45px;
}
.pdnT50 {
  padding-top: 50px;
}
.pdnT60 {
  padding-top: 60px;
}
.pdnB5 {
  padding-bottom: 5px;
}
.pdnB10 {
  padding-bottom: 10px;
}
.pdnB15 {
  padding-bottom: 15px;
}
.pdnB20 {
  padding-bottom: 20px;
}
.pdnB25 {
  padding-bottom: 25px;
}
.pdnB30 {
  padding-bottom: 30px;
}
.pdnB35 {
  padding-bottom: 35px;
}
.pdnB40 {
  padding-bottom: 40px;
}
.pdnB50 {
  padding-bottom: 50px;
}
.pdnB60 {
  padding-bottom: 60px;
}
.pdnB70 {
  padding-bottom: 70px;
}
.pdnB80 {
  padding-bottom: 80px;
}
.pdnL5 {
  padding-left: 5px;
}
.pdnL10 {
  padding-left: 10px;
}
.pdnL15 {
  padding-left: 15px;
}
.pdnL20 {
  padding-left: 20px;
}
.pdnL25 {
  padding-left: 25px;
}
.pdnL30 {
  padding-left: 30px;
}
.red {
  color: #b10510
}
.red_line {
  background: linear-gradient(transparent 48%, #b10510 0%);
}
.yellow {
  color: #ffc000
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
/* ----------------------------------------------------
  Header
-------------------------------------------------------*/
#header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 0;
  box-sizing: border-box;
}
#header h1 {
  float: left;
}
.headerLeft__logo {
  display: block;
}
.headerLeft__logo .linkLogo {
  display: block;
  width: 254px;
  height: 55px;
  overflow: hidden;
  text-align: left;
  text-indent: -99999em;
  background-image: url('/pro/images_rn/common/layouts/logo_site_pc.png');
  background-size: 254px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.headerRight__logo {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
}
@media print {
  #header {
    position: absolute;
  }
}
@media screen and (max-width: 1050px) {
  #header {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding: 0.6rem 0.8rem;
  }
  .headerLeft__logo {
    width: 174px;
    height: 35px;
  }
  .headerLeft__logo .linkLogo {
    width: 174px;
    height: 35px;
    background-size: 254px;
    background-size: contain;
  }
  .headerRight__logo {
    display: block;
    position: absolute;
    top: 12px;
    right: 5px;
  }
  .headerRight__logo img {
    width: 83px;
    height: 25px;
  }
}
/* ----------------------------------------------------
  Footer
-------------------------------------------------------*/
#footer {
  background-color: #f7f7f7;
  padding: 6rem 0 3rem;
}
.footer-logo {
  max-width: 320px;
  margin: 0 auto 3rem;
}
.footer-link-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4rem;
}
.footer-link-list a {
  color: #111;
  position: relative;
  padding-right: 2rem;
}
.footer-link-list a:hover {
  color: #666;
}
.copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer-link-list > li {
    margin-left: 2em;
  }
}
/* ----------------------------------------------------
  Container 
-------------------------------------------------------*/
#top-container {
  margin: 0 auto 0;
  padding: 0 0 0 0;
}
.l_contents__inr {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #top-container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l_contents__inr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ----------------------------------------------------
  lcontents_top
-------------------------------------------------------*/
#contents_top {
  width: 100%;
  margin: 0;
  background: #1f4973;
  background: linear-gradient(45deg, #213965, #19658d);
  color: #fff;
}
#contents_top img {
  max-width: 100%;
  height: auto;
}
#contents_top .l_contents__inr {
  display: grid;
  grid-template: "lcontents_top__text lcontents_top__img"/65% 1fr;
  column-gap: 0.8rem;
  justify-items: center;
  align-items: center;
  padding: 2rem 0 4.5rem;
  position: relative;
}
#contents_top .l_contents__inr:before {
  content: "";
  position: absolute;
  top: 4%;
  left: -2%;
  background: url(/pro/push/images/img_mv_02.png) no-repeat 0 0;
  background-size: contain;
  width: 156px;
  height: 204px;
}
.lcontents_top__text {
  text-align: center;
  z-index: 1;
  position: relative;
}
.lcontents_top__text h1 .sub {
  font-weight: bold;
  background: #fff;
  padding: 0.5rem 2.5rem 0;
  border-radius: 50px;
  font-size: 2.4rem;
  color: #203864;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.lcontents_top__text h1 .sub .red {
  font-size: 2.5rem;
}
.lcontents_top__text h1 .lage {
  color: #fff;
  font-weight: bold;
  font-size: 5rem;
}
.lcontents_top__text .txt {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.3;
  background: url(/pro/push/images/img_mv_03_pc.png) no-repeat 0 2rem;
  padding: 2rem 0 0 17rem;
  text-align: left;
}
.lcontents_top__text .red_line {
  color: #fff;
}
@media (max-width: 1200px) and (min-width: 768px) {
  #contents_top .l_contents__inr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents_top .l_contents__inr {
    display: block;
    padding: 2rem 1rem 3rem;
  }
  #contents_top .l_contents__inr:before {
    top: 8%;
    left: 66%;
    width: 118px;
    height: 153px;
  }
  .lcontents_top__text h1 .sub {
    font-size: 1.5rem;
    padding: 0.5rem 0.8rem 0;
    letter-spacing: -0.1rem;
  }
  .lcontents_top__text h1 .sub .red {
    font-size: 1.7rem;
  }
  .lcontents_top__text h1 .lage {
    font-size: 3rem;
  }
  .lcontents_top__text .txt {
    background: url(/pro/push/images/img_mv_03_sp.png) no-repeat 0 2rem;
    background-size: 68px;
    padding: 1.8rem 0 3rem 8rem;
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
  }
  .lcontents_top__img {
    width: 70%;
    text-align: center;
	margin: 0 auto;
  }
}
/* ----------------------------------------------------
  merit
-------------------------------------------------------*/
.merit__box {
  background: #fcf5ec;
  padding: 0.1rem 0 3rem;
  margin-bottom: 6rem;
}
.merit_title {
  background: #c01012;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  max-width: 425px;
  margin: -2.5rem auto 0;
  padding: 0.4rem 0;
}
.merit_list {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 3rem 0 0;
}
.merit_list li {
  background: url(/pro/push/images/icon_merit.png) no-repeat 0 center;
  padding-left: 4rem;
  margin-bottom: 1rem;
}
.merit_list .red{
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .merit_list {
    padding-left: 17rem;
  }
  .merit_list_wrap {
    display: grid;
    grid-template: "merit_list merit_list__img"/73% 1fr;
    column-gap: 1rem;
    align-items: center;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .merit_list {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .merit__box {
    margin-bottom: 3rem;
    padding: 0.1rem 0 2rem;
    position: relative;
  }
  .merit__box:before {
    content: "";
    position: absolute;
    top: 21%;
    left: 77%;
    background: url(/pro/push/images/img_merit.png) no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  .merit_title {
    font-size: 2.3rem;
    max-width: 270px;
    margin: -2rem auto 0;
  }
  .merit_list {
    font-size: 1.4rem;
    padding: 2rem 0 0;
    position: relative;
  }
  .merit_list li {
    background-size: 2rem;
    padding-left: 3rem;
  }
  .merit_list .red{
    font-size: 1.6rem;
  }
  .merit__box .l_contents__inr:before {
    width: 76px;
    height: 74px;
    top: 30%;
    right: 2%;
    background-size: contain;
  }
}
/* ----------------------------------------------------
  step
-------------------------------------------------------*/
.step__box {
  padding: 0;
}
.step_title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  border-bottom: solid 4px #88dae4;
}
.step_wrap {
  text-align: center;
}
.step_wrap_title {
  background: #1e356a;
  color: #fff;
  padding: 1.2rem;
  border-radius: 50px;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .step_title {
    cursor: default;
    pointer-events: none;
    margin-bottom: 20px;
  }
  .step_note {
    text-align: center;
  }
  .step_wrap {
    display: grid;
    margin: 4rem 0 6rem;
  }
  .step_wrap.columns_3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
  }
  .step_wrap.columns_2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13rem;
  }
  .step_wrap.columns_1 {
    max-width: 475px;
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .step_list {
    margin-bottom: 2.5rem;
  }
  .step_title {
    background: #edf1f5;
    border: 1px solid #d2d2d2;
    border-bottom: solid 4px #88dae4;
    position: relative;
    font-size: 1.8rem;
    text-align: left;
    padding: 1rem 2rem 1rem 0.8rem;
    box-shadow: 1px 2px 5px #aeaeae;
  }
  .step_title::after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 1.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(/pro/push/images/icon_open.png);
    transition: all .4s ease-out;
  }
  .open .step_title::after {
    background-image: url(/pro/push/images/icon_close.png);
  }
  .step_Toggle {
    display: none;
  }
  .step_wrap {
    margin: 2rem 0 0;
  }
  .step_wrap .step {
    margin-bottom: 3rem;
  }
  .step_wrap .img {
    max-width: 275px;
    min-width: 200px;
    margin: 0 auto;
    width: 60%;
  }
  .step_wrap img {
    width: 100%;
    height: auto;
  }
  .step_wrap .img.wide {
    max-width: 557px;
    min-width: 278px;
    width: 90%;
  }
  .step_wrap_title {
    padding: 1.2rem 0.5rem;
  }
  .step_note {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1.4rem 0 0;
  }
}
/* ----------------------------------------------------
  notification
-------------------------------------------------------*/
.notification_title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  position: relative;
  margin: 0 auto;
}
.notification_title:before {
  position: absolute;
  content: "";
  background: #1e356a;
  width: 25px;
  height: 4px;
  top: 40%;
  left: 0;
}
.notification_title:after {
  position: absolute;
  content: "";
  background: #1e356a;
  width: 25px;
  height: 4px;
  top: 40%;
  right: 0;
}
.notification__box .step_wrap_title {
  background: #696969;
}
@media screen and (min-width: 768px) {
  .notification_title {
    cursor: default;
    pointer-events: none;
    margin-bottom: 20px;
    max-width: 440px;
  }
  .notification_title + .step_note {
    margin-bottom: 6rem;
  }
  .notification_subtitle {
    border: none;
    color: #1e356a;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .notification_title {
    font-size: 2rem;
  }
  .notification_title + .step_note {
    margin-bottom: 2rem;
  }
}