


 body {
  color: #212121;
  font-family: zen-kaku-gothic-antique, 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
[lang="en"] {
  font-family: 'apparat', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}





.l-box {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
  position: relative;
}


.balloon {
    position: absolute;
    bottom: 350px;
    right: 3%;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 5rem;
    height: 5rem;
    line-height: 4rem;
    text-align: center;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    background: #ff5100;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 3rem;
    margin-top: -10px;
    border: 15px solid transparent;
    border-left: 15px solid #ff5100;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(130deg);
    z-index: 1;
}

@media screen and (min-width:960px){
.balloon {
    position: absolute;
    top: 25px;
    right: 10px;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    background: #ff5100;
    border-radius: 50%;
    box-sizing: border-box;
}

.balloon:before {
  content: "";
    position: absolute;
    bottom: -10px;
    right: 60px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ff5100;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
}











.l-main {
  overflow-x: hidden;
}
.p-mainv{
  width: 100%;
  
  
  
  background-image: url(../images/sp_bg_mainv.png),url(../images/bg_blue.jpg);
  background-repeat: no-repeat,repeat-x;
  
  background-position: 60% 0%,left 0%;
  background-size:100%,auto;
  position: relative;
  
}
@media screen and (min-width:560px) {
  .p-mainv{
    background-color: transparent;
    background-image: url(../images/bg_mainv_pc.png),url(../images/bg_blue.jpg);
    background-repeat: no-repeat,repeat-x;
    background-size: auto;
    background-position: 120% 0%,left 0%;
  }
}
@media screen and (min-width:768px) {
  .p-mainv{
    background-position: 70% 0%,left 0%;
  }
}

@media only screen and (min-width: 960px) {
  .p-mainv{
    background-image: url(../images/bg_mainv_pc.png),url(../images/bg_blue.jpg);
    background-position: 60% 0%,left 0%;
  }
}
.p-mainv__inner{
  width: 100%;
  
}
@media screen and (min-width:560px) {
  .p-mainv__inner{
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    
  }
}


@media screen and (min-width:560px) {
  .p-mainv__heading.-secondary {
    position: relative;
      width: 100%;
      max-width: 960px;
      margin: auto;
      color: #fff;
      background-color: #1d2088;
      font-size: 1.8rem;
      padding: 1rem;
      text-align: center;
      height: auto;
  }
}
.p-mainv__span.-secondary.-big {
    display: none;
}
@media screen and (min-width:560px) {
  .p-mainv__span.-secondary.-big {
    font-size: 2.4rem;
    padding: 0;
    display: block;
  }
}
.p-mainv__span.-secondary.-small {
  
  display: none;
}
@media screen and (min-width:560px) {
  .p-mainv__span.-secondary.-small {
    display: inline;
    position: relative;
    display: inline-block;
  }
}
.p-heading-primary {
  
  display: none;
}
@media screen and (min-width:560px) {
  .p-heading-primary {
    display: block;
    float: left;
    width: 46%;
    
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 768px)  {
  .p-heading-primary {
    margin-left: 3rem;
  }
}
@media screen and (min-width:960px) {
  .p-heading-primary {
    float: none;
    text-align: left; 
    width: 100%;
    margin-left: 0;
  }
}
.p-heading-primary__txt {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  padding:0.5rem 1rem;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-heading-primary__txt {
    
    margin-top: 2.4rem;
  }
}
@media screen and (min-width:960px) {
  .p-heading-primary__txt {
    font-size: 2.1rem;
  }
}
.p-heading-primary__img {
  max-width: 130px;
}

@media only screen and (min-width: 768px) {
  .p-heading-primary__img {
    max-width: 220px;
  }
}
@media screen and (min-width:960px) {
  .p-heading-primary__img {
    max-width: initial;
  }
}
.p-heading__img.-chintiger {
  float: left;
  margin-top: 1rem;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-mainv__contents.left {
    width: 100%;
  }
}
@media screen and (min-width:960px) {
  .p-mainv__contents.left {
    flex-shrink: 0;
    padding-bottom: 2.4rem;
  }
}
.p-mainv__contents.right {
  align-self: flex-end;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-mainv__contents.right {
    max-width: 341px;
    position: absolute;
    top: 0;
    right: 2%;
    z-index: 0;
    
  }
}
.p-mainv__txt {
  color:#1d2088;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  font-weight: 900;
  text-shadow: 
    #fff 2px 0px 2px, #fff -2px 0px 2px,
    #fff 0px -2px 2px, #fff -2px 0px 2px,
    #fff 2px 2px 2px, #fff -2px 2px 2px,
    #fff 2px -2px 2px, #fff -2px -2px 2px,
    #fff 1px 2px 2px, #fff -1px 2px 2px,
    #fff 1px -2px 2px, #fff -1px -2px 2px,
    #fff 2px 1px 2px, #fff -2px 1px 2px,
    #fff 2px -1px 2px, #fff -2px -1px 2px,
    #fff 1px 1px 2px, #fff -1px 1px 2px,
    #fff 1px -1px 2px, #fff -1px -1px 2px;
    clear: both;
}
.p-mainv__txt + .p-mainv__txt {
  margin-top: 1rem;
}
.p-mainv__txt.-big {
  
  display: none;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-mainv__txt.-big {
    font-size: 2.4rem;
    margin-top: 20.4rem;
    clear: both;
  }
}
@media screen and (min-width:960px) {
  .p-mainv__txt.-big {
    display: none;
  }
}
.p-mainv__txt.-small {
  
  display: none;
}
@media only screen and (min-width: 560px) {
  .p-mainv__txt.-small {
    font-size: 1.6rem;
    margin-top: 0;
    display: block;
    margin-left: 1rem;
    padding-top: 1rem;
    text-align: left;
    position: relative;
    z-index: 4;
  }
}
@media only screen and (min-width: 768px)  {
  .p-mainv__txt.-small {
    margin-left: 3rem;
  }
}
@media screen and (min-width:960px) {
  .p-mainv__txt.-small {
    display: block;
    text-align: left;
    font-size: 2.4rem;
    margin-top: 2.4rem;
    margin-bottom: auto;
    position: relative;
    z-index: 2;
    margin-left: 0;
    padding-top: 0;
  }
}

.l-section {
  padding: 2rem 0 0;
}
@media screen and (min-width:560px) {
  .l-section {
    padding: 8rem 0 0;
  }
}
.l-section.-second {
  background-color: #def2ff;
}


@media screen and (min-width:560px) {
  .p-heading-secondary {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width:560px) {
  .p-heading-secondary::before,
  .p-heading-secondary::after {
    content: "";
    background-image: url(../images/bg_wave.png);
    display: block;
    height: 19px;
    width: 27%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-heading-secondary::before,
  .p-heading-secondary::after {
    width: 17%;
  }
}
.p-heading-secondary__box {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.p-heading-secondary__img {
  align-self: flex-start;
  display: inline-block;
  width: 17%;
}
@media screen and (min-width:560px) {
  .p-heading-secondary__img {
    width: auto;
  }
}
.p-heading-secondary__inner {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
.p-heading-secondary__inner {
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
}
.p-heading-secondary__txt.-blue {
  color:#1d2088;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (min-width:560px) {
  .p-heading-secondary__txt.-blue {
    font-size: 2.4rem;
  }
}
.p-heading-secondary__txt.-color {
  display: inline-block;
  margin-top: -3rem;
}

.p-heading-secondary__num.-big {
  font-size: 6rem;
  height: 6rem;
  color: #ff7a00;
  font-weight: 900;
}
@media screen and (min-width:560px) {
  .p-heading-secondary__num.-big {
    font-size: 8rem;
    height: 8rem;
  }
}
.p-heading-secondary__num.-small {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (min-width:560px) {
  .p-heading-secondary__num.-small {
    font-size: 4rem;
  }
}
.p-heading-secondary__num.-small.-odd {
  color: #ffa600;
}
.p-heading-secondary__num.-small.-even {
  color: #ff5100;
}
.p-introduce__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
@media screen and (min-width:960px) {
  .p-introduce__list {
    flex-direction: row;
    margin-top: 2.4rem;
    width: 100%;
  }
}
.p-introduce__item {
  
  box-shadow: 3px 3px 6px #ddd;
  margin-top: 2.4rem;
}
@media screen and (min-width:960px) {
  .p-introduce__item {
    margin-top: 0;
    width: 24%;
  }
}
.c-point__img {
  display: inline-block;
  margin-top: 0.9rem;
}

.c-point__link {
  display: flex;
  flex-direction: column;
  color: #1d2088;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
}
.c-point__link:hover .c-point__more {
  color: #fff;
}
.c-point__more {
  width: 100%;
  
  padding: 3%;
  text-align: center;
}
.c-point__more.one {
  background-color: #fff2e6;
}
.c-point__link.one:hover {
  opacity: 0.8;
  filter: alpha(80);
}
.c-point__link.one:hover .c-point__more.one {
  background-color: #ff7a00;
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.c-point__more.two {
  background-color: #fff6e6;
}
.c-point__link.two:hover {
  opacity: 0.8;
  filter: alpha(80);
}
.c-point__link.two:hover .c-point__more.two {
  background-color: #ffa600;
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.c-point__more.three {
  background-color: #ffeee6;
}
.c-point__link.three:hover {
  opacity: 0.8;
  filter: alpha(80);
}
.c-point__link.three:hover .c-point__more.three {
  background-color: #ff5100;
  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.p-bg__wave {
  display: block;
  background-image: url(../images/bg_wave.png);
  border: none;
  width: 100%;
  height: 19px;
  margin-top: 4rem;
}
@media screen and (min-width:560px) {
  .p-bg__wave {
    margin-top: 8rem;
  }
}
.p-bg__wave.m20 {
  margin-top: 2rem;
}
@media screen and (min-width:560px) {
  .p-bg__wave.m20 {
    display: none;
  }
}

.p-point__menu.-first {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:960px) {
  .p-point__menu.-first {
    flex-direction: row;
  }
}
.p-point__menu.-first:first-of-type {
  margin-top: 2rem;
}
@media screen and (min-width:960px) {
  .p-point__menu.-first:first-of-type {
    margin-top: 2.4rem;
  }
}
.p-point__menu.-first +.p-point__menu.-first {
  margin-top: 3.2rem;
}
@media screen and (min-width:960px) {
  .p-point__menu.-first +.p-point__menu.-first {
    margin-top: 2rem;
  }
}
@media screen and (min-width:960px) {
  .p-point__img.-first {
    max-width: 480px;
  }
}

.p-point__container.-second {
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (min-width:960px) {
  .p-point__container.-second {
    margin-top: 4rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .p-point__container.-second:nth-of-type(1) {
    margin-top: 2.4rem;
  }
}
.p-point__container.-second:nth-of-type(2) {
  margin-top: 8rem;
}

p.p-point__category {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px #c9daf2 solid;
  color: #1d2088;
  align-self: flex-start;
  margin-left: 7%;
  flex-shrink: 0;
}
@media screen and (min-width:960px) {
  p.p-point__category {
    margin-left: 0;
    margin-right: 3%;
  }
}
.p-point__category::before {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  font-size: 20px;
  font-weight: 700;
  align-self: flex-start;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.p-point__subimg.-second {
  position: relative;
  z-index: 2;
  text-align: center;
}
.p-point__subimg.-second {
  width: 100%;
}
@media screen and (min-width:960px) {
  .p-point__subimg.-second {
    width: auto;
  }
}
.p-point__subimg.-main {
  width: 100%;
}
@media screen and (min-width:960px) {
  .p-point__subimg.-main {
    width: auto;
  }
}
.circle-txt1 {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
}
.circle-txt2 {
  display: block;
  width: 130%;
  margin-top: 1rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
.p-point__menu.-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:960px) {
  .p-point__menu.-second {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -2rem;
  }
}
.p-point__item.-second{
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3%;
  border: solid transparent;
  background-clip: padding-box;
  border-width: 1rem 0.5rem;
  position: relative;
}
@media screen and (min-width:960px) {
  .p-point__item.-second{
    width: 33%;
    padding: 1.5%;
    border-width: 1rem;
  }
}
.p-point__img.-line {
  position: absolute;
  width: 145px;
  height: 127px;
  left: -115px;
  bottom: -50px;
}
.p-point__img.-line {
  display: none;
}
@media screen and (min-width:960px) {
  .p-point__img.-line {
    display: block;
  }
}

.p-point__menu.-third {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
@media screen and (min-width:960px) {
  .p-point__menu.-third {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: -1rem;
    
  }
}
.p-point__item.-third{
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  border: solid transparent;
  background-clip: padding-box;
  border-width: 1rem 0.5rem;
}
.p-point__item.-third:nth-of-type(1){
  border-width: 0 0.5rem 1rem 0.5rem;
}
@media screen and (min-width:960px) {
  .p-point__item.-third:nth-of-type(1){
    border-width: 1rem;
  }
}
@media screen and (min-width:960px) {
  .p-point__item.-third{
    width: 50%;
    border-width: 1rem;
  }
}
.p-point__imgbox {
  display: flex;
  margin-top: 0.5rem;
}
.p-point__imgbox.-wrap {
  flex-wrap: wrap;
}


.p-attention__menu {
  margin-top: 4rem;
  font-size: 1rem;
}
@media screen and (min-width:960px) {
  .p-attention__menu {
    font-size: 1.2rem;
  }
}


.l_footer {
  margin-top: 4rem;
}








.c-point__box {
  display: inline-block;
  text-align: center;
  margin: 1rem 0;    
}
.c-point__txt {
  color: #1d2088;
  font-size: 3.8rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
  height: 3.8rem;
  line-height: 6rem;
}
@media screen and (min-width:560px) {
  .c-point__txt {
    font-size: 4.8rem;
  }
}

.c-point__num {
  display: inline-block;
  border-radius: 1.5rem;
  width: 5rem;
  height: 5rem;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  line-height: 5rem;
  padding: 0.5rem 0 0 0;
  flex-shrink: 0;
}
@media screen and (min-width:960px) {
  .c-point__num {
    display: inline-block;
    border-radius: 1.5rem;
    width: 5rem;
    height: 5rem;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    line-height: 5rem;
    padding: 0.5rem 0 0 0;
    flex-shrink: 0;
  }
}
.c-point__num.one {
  background-color: #ff7a00;
}
.c-point__num.two {
  background-color: #ffa600;
}
.c-point__num.three {
  background-color: #ff5100;
}
.c-point__num.four {
  background-color: #ff0000;
}
.p-heading-third {
  font-size: 4rem;
  color: #1d2088;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c-point__maintitle {
  font-size: 1.6rem;
}
@media screen and (min-width:960px) {
  .c-point__maintitle {
    font-size: 4rem;
  }
}
.p-point__num {
  display: inline-block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 3.5rem;
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (min-width:960px) {
  .p-point__num {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.p-point__num.one {
  background-color: #ff7a00;
}
.p-point__num.two {
  background-color: #ffa600;
}
.p-point__num.three {
  background-color: #ff5100;
}
.p-point__num.four {
  background-color: #ff0000;
}
.c-point__flexbox {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.c-point__title {
  color: #1d2088;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
.c-point__title.-second {
  color: #e9a220;
  text-align: left;
}
.c-point__title.-third {
  color: #e64c04;
  text-align: left;
}
.c-point__title.-middle {
  font-size: 1.5rem;
}
@media screen and (min-width:960px) {
  .c-point__title.-middle {
    font-size: 1.8rem;
  }
}
.c-point__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.5rem;
}
.c-point__title-wrap.third_bg2 {
  background-image: url(../images/img_point3_madori.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 80%;
  background-size: 29%;
  background-position: right center;  
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .c-point__title-wrap.third_bg2 {
    width: 50%;
  }
}
@media screen and (min-width:960px) {
  .c-point__title-wrap.third_bg2 {
    width: 60%;
    background-size: 35%;
  }
}
.c-point__title-wrap.third_bg3 {
  background-image: url(../images/img_point3_map.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  background-size: 28%;
  background-position: 90% center;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .c-point__title-wrap.third_bg3 {
    width: 50%;
    background-position: 100% center;
  }
}
@media screen and (min-width:960px) {
  .c-point__title-wrap.third_bg3 {
    width: 60%;
    background-size: 35%;
    background-position: right center;
  }
}
.c-point__title-wrap.third_bg4 {
  background-image: url(../images/img_point3_person.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  background-size: 34%;
 background-position: 90% top;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .c-point__title-wrap.third_bg4 {
    width: 70%;
    background-size: 20%;
    background-position: 100% top;
  }
}
@media screen and (min-width:960px) {
  .c-point__title-wrap.third_bg4 {
    
    padding: 1.5%;
    border-width: 1rem;
    background-size: 21%;
    background-position: right top;
  }
}

.c-point__features{
  font-size: 1rem;
  border-radius: 1.3rem;
  color: #339dff;
  font-weight: bold;
  border: 2px #339dff solid;
  padding: 0.2rem 1rem;
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

  .c1{
   order: 1;  
  }
  .p-point__box2 {
    order: 2;
  }


@media screen and (min-width:960px) {
  .p-point__box {
    margin-left: 2.2rem;
  }    
  .p-point__box2 {
    margin-right: 2.2rem;
    order: 1;   
  }  
    
  .c1{
   order: 2;  
  }    
    
}
.p-point__txt {
  font-size: 1.6rem;
  text-align: justify;
  font-feature-settings: "palt";
  display: inline-block;
}
.p-point__txt.-madori1 {
  width: 100%;
}

.p-point__txt.-madori2 {
  width: 47%;
  
}

.p-point__subimg.-second.-examination {
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
  z-index: 1;
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-point__subimg.-second.-examination {
    top: 10%;
  }
}
@media screen and (min-width:960px) {
  .p-point__subimg.-second.-examination {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: -15px;
    margin-right:40px;
    width: auto;
    z-index: 0;
  }
}
.p-point__subimg.-second.-inquiry {
  position: absolute;
  top: 5.2%;
  right: 0;
  width: 50%;
  z-index: 1;
}
@media screen and (min-width:960px) {
  .p-point__subimg.-second.-inquiry {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: -25px;
    margin-right: 25px;
    width: auto;
  }
}
.c-point__img.-madori {
  align-self: flex-start;
  width: 52%;
  float: right;
  margin-top: 0;
}

.c-strong {
  font-weight: 700;
}
.c-strong.-red {
  color: #F94F4F;
}
.c-strong.-first {
  color: #e66e00;
}
.c-strong.-second {
  color: #e9a220;
}
.c-strong.-third {
  color: #e64c04;
}



.p-cta.-primary {
  position: relative;
  
  
  background-color: #fff;
}
@media screen and (min-width:560px) {  
  .p-cta.-primary{
    padding-top: 110px;
    margin-top: 0;
    background-color: transparent;
    clear: both;
  }
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .p-cta.-primary{
    padding-top: 70px;
    
  }
}
@media only screen and (min-width:960px) {
  .p-cta.-primary{
    background-color: transparent;
  }
}
.p-cta__heading.-primary {
  position: relative;
  background-color: #ff7a00;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width:560px) {
  .p-cta__heading.-primary {
    position: absolute;
      left: -25px;
      top: 40px;
      width: 280px;
      
      background-color: inherit;
      color: inherit;
      z-index: 4;
  }
}
@media screen and (min-width:960px) {
  .p-cta__heading.-primary {
      left: -50px;
      top: 10px;
      width: 331px;
      height: 104px;
  }
}
.p-cta__heading.-primary::after {
  content: "";
  display: block;
  background-image: url(../images/ico_arrow_bottom.png);
  position: absolute;
  bottom: -10px;
  width: 14px;
  height: 11px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width:560px) {
  .p-cta__heading.-primary::after {
    display: none;
  }
}

.p-cta__menu.-primary {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 1rem;
  
}
@media screen and (min-width:560px) {
  .p-cta__menu.-primary {
    display: flex;
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width:768px) {
  .p-cta__menu.-primary {
    height:110px;
  }
}
@media screen and (min-width:960px) {
  .p-cta__menu.-primary {
    margin-top: 0px;
    height:auto;
  }
}
.p-cta__txt.-primary {
  color:#1d2088;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width:560px) {
  .p-cta__txt.-primary {
    color:#1d2088;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.p-cta__item {
  text-align: center;
}
@media screen and (min-width:560px) {
  .p-cta__item {
    text-align: left;
  }
}
.p-cta__item + .p-cta__item {
  margin-left: 3.2rem;
}
.p-cta__img.-small.-apple {
  max-width: 158px;
}
@media screen and (min-width:560px) {
  .p-cta__img.-small.-apple {
    max-width: 198px;
    margin-top: 0.5rem;
  }
}
.p-cta__img.-small.-android {
  max-width: 158px;
  margin-top: 0.5rem;
}
@media screen and (min-width:560px) {
  .p-cta__img.-small.-android {
    max-width: 242px;
  }
}

.p-ico_arrow {
  width: 10%;
}
@media screen and (min-width:560px) {
  .p-ico_arrow {
    width: auto;
  }
}

.c-cta__flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#ffa600;
  margin-top: 4rem;
  padding: 0.8rem;
}
@media screen and (min-width:560px) {
  .c-cta__flexbox {
    margin-top: 8rem;
    padding: 2.5rem;
  }
}
.c-cta__menu {
  background: url(../images/bg_cta.jpg);
  display: flex;
  justify-content:center;
  background-size: 300%;
  padding: 2rem 0;
}
@media screen and (min-width:560px) {
  .c-cta__menu {
    background-size: auto;
    padding: 2.5rem;
  }
}
.c-cta__link {
  text-align: center;
}
.c-cta__link + .c-cta__link {
  margin-left: 3.2rem;
}
.c-cta__txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  margin-left: 1.2rem;
}
@media screen and (min-width:560px) {
  .c-cta__txt {
    font-size: 4rem;
  }
}
.c-cta__arrow{
  vertical-align: baseline;
}
.c-cta__span {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width:560px) {
  .c-cta__span {
    font-size: 1.6rem;
  }
}
.c-cta__img.-app {
  max-width: 50px;
}
.c-cta__img.-dl {
  margin-top: 1rem;
  margin: 0.5rem auto 0;
  max-height: 59px;
}
@media screen and (min-width:960px) {
  .c-cta__img.-dl {
    max-height: initial;
  }
}
.c-cta__img.-dl.-primary {
  max-height: 59px;
  margin: auto;
}



.l-flexbox__container {
  margin-top: 2rem;
}
@media screen and (min-width:560px) {
  .l-flexbox__container {
    margin-top: 2.4rem;
  }
}

.alt-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
