@charset "Shift_JIS";

/* global */
html{
  background: #fff;
}
.r129-guide p, h2, h3, h4{
  font-family: 'Avenir Next','Avenir', 'Helvetica Neue','Helvetica Neue','Helvetica',YuGothic,'Yu Gothic','�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro',"���C���I",Meiryo,"�l�r�o�S�V�b�N",sans-serif;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #000;
}
sup {
  display: inline-block;
  margin: 0 -0.15em 0 -0.1em;
	font-size: 60%;
	vertical-align: super;
}
.indent-1 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* loarder */
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 51;
}
#loading{
position: absolute;
left: 50%;
top: 50%;
}

/* pc-sp disp */
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/* gotop */
div.gotop {
  bottom: 80px !important;
}

/* contents */
/* con01 sp */
@media screen and (max-width: 767px) {
  .con01 {
    width: 100%;
    height: 40.54%;
    background-image: url("../../../childseat/r129/img/con01-bg-01_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con01-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 0 auto;
    padding: 18px 0 0 0;
  }
  .con01-flex .inner01 {
    display: block;
    width: 49%;
    padding-right: 3%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-flex .inner02 {
    display: block;
    width: 48%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-head {
    width: 75%;
    max-width: 686px;
    margin: -6px auto -6%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-note01 {
    width: 90%;
    padding-bottom: 15px;
    margin: 0 auto;
  }
  .con01-note01 p {
    line-height: 1.6;
    font-size: 9px;
  }
}
/* con01 pc */
@media screen and (min-width: 768px) {
  .con01 {
    width: 100%;
    height: 40.54%;
    background-image: url("../../../childseat/r129/img/con01-bg-01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con01-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    /*padding: 30px 0 30px 0;*/
    padding: 2% 0 0 0;
  }
  
  .con01-flex .inner01 {
    display: block;
    width: 19%;
    padding-right: 1%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-flex .inner02 {
    display: block;
    width: 62%;
    padding-right: 18%;
    margin-bottom: -4%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-head {
    width: 80%;
    max-width: 686px;
    margin: 0 auto 2%;
    animation-name: fadein;
    animation-duration: 0.3s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .con01-note01 {
    width: 80%;
    max-width: 822px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .con01-note01 p {
    line-height: 1.6;
    font-size: 11px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* con01-02 sp */
@media screen and (max-width: 767px) {
  .con01-02 {
    width: 100%;
    background-image: url("../../../childseat/r129/img/con01-bg-02_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con01-02-head {
    width: 80%;
    max-width: 788px;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
  }
  .con01-02-emb {
    display: none;
  }
}
/* con01-02 pc */
@media screen and (min-width: 768px) {
  .con01-02 {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-image: url("../../../childseat/r129/img/con01-bg-02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con01-02-head {
    width: 60%;
    max-width: 788px;
    margin: 0 auto;
    padding: 1vw 0px;
    position: relative;
  }
  .con01-02-emb {
    display: block;
    width: 10%;
    max-width: 105px;
    position: absolute;
    right: -15%;
    bottom: -60%;
  }
}

/* con02 sp */
@media screen and (max-width: 767px) {
  .con02 {
    width: 100%;
    background-image: url("../../../childseat/r129/img/con02-bg-01_sp.jpg");
    background-repeat:  no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  .con02 .inner01{
    display: block;
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    padding: 35px 0 60px;
  }
  .con02 h2{
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-size: 22px;
    color: #df0522;
  }
  .con02 p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .marker-yel{
    font-size: 16px;
    background: -webkit-linear-gradient(transparent 60%, #efd430 60%);
    background: linear-gradient(transparent 60%, #efd430 60%);
  }
  .con02 .inner02{
    display: block;
    margin-top: 50px;
  }
}
/* con02 pc */
@media screen and (min-width: 768px) {
  .con02 {
    width: 100%;
    background-image: url("../../../childseat/r129/img/con02-bg-01.jpg");
    background-repeat:  no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con02 .inner01{
    display: block;
    width: 80%;
    max-width: 950px;
    margin: 0 auto;
    padding: 80px 0 90px;
    position: relative;
  }
  .con02 h2{
    color: #df0522;
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .con02 p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .marker-yel{
    font-size: 1.6rem;
    background: -webkit-linear-gradient(transparent 60%, #efd430 60%);
    background: linear-gradient(transparent 60%, #efd430 60%);
  }
  .con02 .inner02{
    display: block;
    position: absolute;
    bottom: 10px;
    right: -10px;
  }
}

/* con03 sp */
@media screen and (max-width: 767px) {
  .con03{
    width: 100%;
    background-color: #f4e8d1;
    text-align: center;
    position: relative;
  }
  .con03 .ribbon{
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 10px;
    left: 0;
  }
  .con03 .inner01{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .con03 .inner01 h3{
    margin-bottom: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-size: 20px;
    color: #df0522;
  }
  .con03 .inner01 p {
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-size: 14px;
  }
  .con03 .inner02 {
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 15px;
    background: #fff;
  }
  .con03 .inner03 {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .con03 .header-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .con03 .header-wrap .header-img{
    padding-right: 6px;
    max-width: 93px;
    width: 27%;
  }
  .con03 .header-wrap .header-text{
    width: 73%;
  }
  .con03 .header-wrap h4 {
    margin-bottom: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: left;
    /*word-break: break-all;*/
    font-size: 17px;
    color: #003c83;
  }
  .con03 .header-wrap h4 span{
    color: #df0522;
  }
  .con03-note01_pc{
    display: none;
  }
  .con03-note01_sp {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
  }
  /*.con03-note01_sp span {
    font-size: 13px;
    font-weight: 600;
  }*/
  .con03-note02{
    width: 96%;
    margin: 14px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 9px;
  }
  .con03 .figure01 {
    display: inline-block;
    width: 96%;
    margin: 10px auto 0;
  }
  .con03 .figure02 {
    display: inline-block;
    width: 96%;
    margin: 10px auto 0;
  }
  .con03 .figure03 {
    display: inline-block;
    width: 96%;
    margin: 10px auto 0;
  }
  .con03 .figure04 {
    display: inline-block;
    width: 100%;
    margin: 10px auto 0;
  }
  .con03-note03 {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .con03-note03 p {
    text-align: left;
    font-size: 9px;
  }
}
/* con03 pc */
@media screen and (min-width: 768px) {
  .con03{
    width: 100%;
    background-color: #f4e8d1;
    text-align: center;
    position: relative;
  }
  .con03 .ribbon{
    width: 50%;
    min-width: 400px;
    max-width: 578px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 10px;
    left: 0;
  }
  .con03 .inner01{
    width: 80%;
    margin: 0 auto;
    padding-top: 95px;
    padding-bottom: 45px;
  }
  .con03 .inner01 h3{
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 33px;
    color: #df0522; 
  }
  .con03 .inner01 p {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 15px;
  }
  .con03 .inner02 {
    width: 90%;
    max-width: 950px;
    margin: 0 auto 20px;
    border-radius: 30px;
    background: #fff;
  }
  .con03 .inner03 {
    width: 84%;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .con03 .header-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .con03 .header-wrap .header-img{
    padding-right: 20px;
    width: 14%;
  }
  .con03 .header-wrap .header-text{
    width: 86%;
  }
  .con03 .header-wrap h4 {
    margin-bottom: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
    font-size: 28px;
    color: #003c83;
  }
  .con03 .header-wrap h4 span{
    color: #df0522;
  }
  .con03-note01_sp{
    display: none;
  }
  .con03-note01_pc {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 30px;
  }
  /*.con03-note01_pc span {
    font-size: 1.8rem;
    font-weight: 600;
  }*/
  .con03-note02{
    width: 80%;
    margin: 30px auto 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  .con03 .figure01 {
    display: inline-block;
    width: 80%;
    max-width: 679px;
    margin: 30px auto 0;
  }
  .con03 .figure02 {
    display: inline-block;
    width: 74%;
    max-width: 576px;
    margin: 30px auto 0;
  }
  .con03 .figure03 {
    display: inline-block;
    width: 76%;
    max-width: 644px;
    margin: 30px auto 0;
  }
  .con03 .figure04 {
    display: inline-block;
    width: 78%;
    max-width: 679px;
    margin: 30px auto 0;
  }
  .con03-note03 {
    width: 80%;
    max-width: 840px;
    margin: 0 auto;
    padding: 10px 0 60px;
  }
  .con03-note03 p {
    text-align: left;
    font-size: 11px;
  }
}

/* con04 sp */
@media screen and (max-width: 767px) {
  .con04{
    width: 100%;
    padding: 40px 0;
    background: #dfeaf7;
  }
  .con04 .inner01{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .con04 .inner02{
    width: 55%;
  }
  .con04 .inner03{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
  }
  .icon-isofix{
    width: 25%;
    margin-right: 6px;
  }
  .con04 .text01{
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 16px;
    color: #df0623;
  }  
  .con04 .text02 {
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 12px;
  }
  .con04 .text02 span{
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 13px;    
    font-weight: 600;
    color: #df0623;
  }
  .con04 .img01{
    width: 45%;
  }
  .con04 .btnWrap {
    width: 100%;
    margin: 40px auto 11px;
    text-align: center;
  }
  .con04 .btnWrap .button01 {
    border: solid 2px #df0623;
    border-radius: 10px;
    padding: 14px 42px 14px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-image: url("../img/btn-arrow.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 15px 16px;
    background-color: #df0623;
    text-decoration: none;
    cursor:pointer;
  }
}

/* con04 pc */
@media screen and (min-width: 768px) {
  .con04{
    width: 100%;
    padding: 70px 0;
    background: #dfeaf7;
  }
  .con04 .inner01{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }
  .con04 .inner03{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px;
  }
  .icon-isofix{
    width: 89px;
    margin-right: 15px;
  }
  .con04 .text01{
    line-height: 1.6;
    font-weight: 600;
    font-size: 27px;
    color: #df0623;
  }
  .con04 .text02 {
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
  .con04 .text02 span{
    font-size: 20px;
    font-weight: 600;
    color: #df0623;
  }
  .con04 .img01{
    width: 50%;
    max-width: 332px;
  }
  .con04 .btnWrap {
    width: 100%;
    margin: 40px auto 20px;
    text-align: center;
  }
  .con04 .btnWrap .button01 {
    border: solid 2px #df0623;
    border-radius: 10px;
    padding: 14px 44px 14px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-image: url("../img/btn-arrow.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-color: #df0623;
    text-decoration: none;
    cursor:pointer;
  }
}

/* con05 sp */
@media screen and (max-width: 767px) {
  .con05 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 35px 0;
  }
  .con05 .inner01{
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  .con05 .header01{
    position: relative;
  }
  .con05 .point{
    width: 11%;
    max-width: 99px;
    position: absolute;
    top: -18px;
    left: 5%;
  }
  .con05 h3{
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 16px;
    color: #df0522;
  }
  .con05 h3 span {
    font-weight: 600;
    font-size: 18px;
  }
  .con05 .header02 {
    display: inline-block;
    margin-bottom: 20px;
  }
  .con05 .text {
    line-height: 1.9;
    letter-spacing: 0.02em;
    font-size: 13px;
  }

  /* tab */
  .tab__area{
    color: #333;
    margin: 35px auto;
    width: 94%;
    font-size: 14px;
    line-height: 1.6;
  }
  .tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
  }
  .tab__item{
    display: table-cell;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
  }
  .tab__item a{
    display: block;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    color: #333;
    background-color: #fff;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .tab__item:first-child a{
    color: #03397e;
    border: 2px solid #03397e;
    /*border-radius: 5px 5px 0 0 / 5px 5px 0 0;*/
  }
  .tab__item:nth-child(2) a{
    color: #6c5334;
    border: 2px solid #6c5334;
    /*border-radius: 5px 5px 0 0 / 5px 5px 0 0;*/
  }
  /* �^�u�I�����̕����F�̎w�� */
  .tab__item a.selected{
    color: #fff;
    padding: 24px 0 10px 0;
    margin-top: -14px;
  }
  /* �^�u01�̔w�i�F�ƕ����F�̎w�� */
  .tab__item:first-child a.selected{
    background-color: #03397e;
    color: #fff;
    border: 2px solid #03397e;
  }
  /* �^�u02�̔w�i�F�ƕ����F�̎w�� */
  .tab__item:nth-child(2) a.selected{
    background-color: #6c5334;
    color: #fff;
    border: 2px solid #6c5334;
  }
  /* �^�u01�I�����̃R���e���c���̔w�i�F�̎w�� */
  .tab__inner .blue{
    background-color: #fff;
    border-bottom: solid 2px #03397e;
  }
  /* �^�u02�I�����̃R���e���c���̔w�i�F�̎w�� */
  .tab__inner .brown{
    background-color: #fff;
    border-bottom: solid 2px #6c5334;
  }
  /* tab end */

  .con5-note01{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .con5-note01 p{
    font-size: 11px;
    text-align: left;
  }
  .con05 .btnWrap {
    width: 100%;
    margin: 40px auto 20px;
    text-align: center;
  }
  .con05 .btnWrap .button01 {
    border: solid 2px #df0623;
    border-radius: 10px;
    padding: 14px 42px 14px 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-image: url("../img/btn-arrow.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 15px 16px;
    background-color: #df0623;
    text-decoration: none;
    cursor:pointer;
  }
}

/* con05 pc */
@media screen and (min-width: 768px) {
  .con05 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 100px 0 70px 0;
  }
  .con05 .inner01{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .con05 .header01{
    position: relative;
  }
  .con05 .point{
    width: 11%;
    max-width: 99px;
    position: absolute;
    top: -15px;
    left: 15%;
  }
  .con05 h3{
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 25px;
    color: #df0522;
  }
  .con05 h3 span {
    font-weight: 600;
    font-size: 30px;
  }
  .con05 .header02 {
    display: inline-block;
    width: 70%;
    max-width: 596px;
    margin-bottom: 30px;
  }
  .con05 .text {
    line-height: 1.9;
    letter-spacing: 0.02em;
    font-size: 15px;
  }

  /* tab */
  .tab__area{
    color: #333;
    margin: 70px auto;
    width: 94%;
    font-size: 14px;
    line-height: 1.6;
  }
  .tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
  }
  .tab__item{
    display: table-cell;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
  }
  .tab__item a{
    display: block;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    color: #333;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .tab__item:first-child a{
    color: #03397e;
    border: 2px solid #03397e;
    /*border-radius: 10px 10px 0 0 / 10px 10px 0 0;*/
  }
  .tab__item:nth-child(2) a{
    color: #6c5334;
    border: 2px solid #6c5334;
    /*border-radius: 10px 10px 0 0 / 10px 10px 0 0;*/
  }
  /* hover���̔w�i�F�i�O���[�j�̎w�� */
  .tab__item a:hover{
    background-color: #eee;
    padding: 30px 0 10px 0;
    margin-top: -20px;
  }
  /* �^�u�I�����̕����F�̎w�� */
  .tab__item a.selected{
    color: #fff;
    padding: 30px 0 10px 0;
    margin-top: -20px; 
  }
  /* �^�u01�̔w�i�F�ƕ����F�̎w�� */
  .tab__item:first-child a.selected{
    background-color: #03397e;
    color: #fff;
    border: 2px solid #03397e;
  }
  /* �^�u02�̔w�i�F�ƕ����F�̎w�� */
  .tab__item:nth-child(2) a.selected{
    background-color: #6c5334;
    color: #fff;
    border: 2px solid #6c5334;
  }
  /* �^�u01�I�����̃R���e���c���̔w�i�F�̎w�� */
  .tab__inner .blue{
    background-color: #fff;
    border-bottom: solid 2px #03397e;
  }
  /* �^�u02�I�����̃R���e���c���̔w�i�F�̎w�� */
  .tab__inner .brown{
    background-color: #fff;
    border-bottom: solid 2px #6c5334;
  }
  /* tab end */

  .con5-note01{
    width: 80%;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .con5-note01 p{
    font-size: 11px;
    text-align: center;
  }
  .con05 .btnWrap {
    width: 100%;
    margin: 40px auto 20px;
    text-align: center;
  }
  .con05 .btnWrap .button01 {
    border: solid 2px #df0623;
    border-radius: 10px;
    padding: 14px 44px 14px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-image: url("../img/btn-arrow.svg");
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 19px 20px;
    background-color: #df0623;
    text-decoration: none;
    cursor:pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .con05 .point{
    width: 10%;
    top: -15px;
    left: 13%;
  }
}

/* con06 sp */
@media screen and (max-width: 767px) {
  .con06 {
    width: 100%;
    padding-top: 20px;
  }
  .con06-head {
    margin: 0px auto 25px;
    padding: 34px 0;
    background: -webkit-linear-gradient(transparent 25%,  #efd430 26%, #efd430 74%, transparent 75%);
    background: linear-gradient(transparent 25%,  #efd430 26%, #efd430 74%, transparent 75%);
  }
  .con06-head-inner {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
  }
  .con06-head-inner p {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .con06-head-inner h3{
    width: 90%;
    margin: 0 auto 0 12%;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #004a9c;
  }
  .con06 .lineup-pc {
  }
  .con06 .lineup-sp {
    width: 90%;
    margin: 0 auto 35px;
  }
  .lineup-sp .lineup-wrap01 {
    margin-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .lineup-sp .lineup-wrap02 {
    position: relative;
  }
  .lineup-sp .lineup-wrap02 .link-btn {
    display: block;
    width: 68%;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto; 
  }
  .lineup-sp .lineup-wrap03 {
    position: relative;
  }
  .lineup-sp .lineup-wrap03 .link-btn {
    display: block;
    width: 36%;
    position: absolute;
    bottom: 18%;
    right: 17%;
  }
}
/* con06 pc */
@media screen and (min-width: 768px) {
  .con06 {
    width: 100%;
    padding-top: 20px;
  }
  .con06-head {
    margin: 0px auto 25px;
    padding: 45px 0;
    background: -webkit-linear-gradient(transparent 29%,  #efd430 30%, #efd430 70%, transparent 71%);
    background: linear-gradient(transparent 29%,  #efd430 30%, #efd430 70%, transparent 71%);
  }
  .con06-head-inner {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
  }
  .con06-head-inner p {
    width: 148px;
    height: 148px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .con06-head-inner h3{
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 36px;
    color: #004a9c;
  }
  .con06 .lineup-sp {
    display: none;
  }
  .con06 .lineup-pc {
    width: 90%;
    max-width: 912px;
    margin: 0 auto 80px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .con06 .lineup-pc li {
    width: 22%;
    position: relative;
    flex-shrink: 0;
  }
  .lineup-pc .link-btn{
    display: block;
    width: 100%;
    max-width: 173px;
    margin: 30px auto 0 auto;
  }
}
/* floatMenu sp */
@media screen and (max-width: 767px) {
  .floatMenuContainer{
    position: relative;
  }
  #floatMenu.show{
    transform: translateY(0);
  }
  #floatMenu {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition-property: transform;
    transition-duration: 300ms;
    transform: translateY(100%);
    background-image: url("../../../childseat/r129/img/con01-bg-02_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .floatMenu-head {
    width: 80%;
    max-width: 788px;
    margin: 0 auto;
    padding: 17px 0 18px 0;
    position: relative;
  }
  .floatMenu-emb {
    display: none;
  }
}
/* floatMenu pc */
@media screen and (min-width: 768px) {
  .floatMenuContainer{
    display: none;
  }
}
.con06 .lineup-pc p{
  text-align: center;
  font-size: 1.4rem;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .con06 .lineup-pc{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .con06 .lineup-pc li{
    width: 48%;
  }
  .lineup-pc{
    padding-bottom: 30px;
  }
  .lineup-pc .link-btn{
    width: 90%;
    display: block;
    margin: 10px auto 25px auto;
  }
}