p {
    color: #333;
}
.mt100 {
    margin-top: 100px!important;   
}
a:hover {
    text-decoration: none;
    opacity: 1;
    transition: .4s;
}
a:hover img{
    opacity: .6;
}

.bigTitle{
    color: #034098;
    font-size: 3.3rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}
.bigTitle span {
    position: relative;
    z-index: 1;
}
.bigTitle:after {
    content: "";
    display: block;
    width: 102%;
    height: 15px;
    background-color: #F5F179;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    bottom: 5px;
    left: -1%;
}
.boxContena {
    display: flex;
    flex-wrap: wrap;   
    margin-bottom: 60px;
}
.boxContena li {
    width: auto;
    max-width: 316px;
    max-height: 265px;
    border-radius: 8px;    
    overflow: hidden;
    width: 310px;
    height: 265px;
    border: 2px solid #034098;
    transition: .4s;
}
.boxContena li:hover {
    border-color: #009966;
    transition: .2s;
}
.boxContena li:hover .linkTitle{
    background: #009966;
    color: #fff;
}
.boxContena li:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
}
.boxContena li .linkTitle{
    height: 68px;
    background: #034098;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    line-height: 1.35;
    font-weight: bold;
    margin-bottom: 8px;
}
.boxContena li .linkTitle i {
    position: absolute;
    right: 10px;
}
.boxContena li img {
    width: auto;
    max-height: 180px;
    margin-top: 13px;
}
.boxContena.icon li img {
    width: 145px;
    height: auto;
}
.boxContena.icon li .linkImage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 194px;
}

.bottomBtn ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.bottomBtn ul li {
    width: 474px;
    height: 102px;
}
.bottomBtn ul a {
    font-size: 2.4rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3.5px 0px #bababa;
    font-weight: bold;
    transition: .4s;
}
.bottomBtn ul a:hover {
    top:3.5px;
    background: #fff;
    box-shadow: none;
    transition: .4s;
}
.bottomBtn ul a i {
    position: absolute;
    right: 10px;
}
.bottomBtn ul li:nth-of-type(1) a {
    background: #BE9306;
    border: 2px solid #BE9306;  
}
.bottomBtn ul li:nth-of-type(1) a:hover {
    color: #BE9306;
    border: 2px solid #BE9306;   
    background: #fff;
}
.bottomBtn ul li:nth-of-type(2) a {
    background: #5FA0C7;
    border: 2px solid #5FA0C7;   
}
.bottomBtn ul li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    border: 2px solid #5FA0C7;   
    background: #fff;
}

.bottomBtn.addArea ul li:nth-of-type(1) a {
    background: #EF8912;
    border: 2px solid #EF8912;  
}
.bottomBtn.addArea ul li:nth-of-type(1) a:hover {
    color: #EF8912;
    border: 2px solid #EF8912;   
    background: #fff;
}
.bottomBtn.addArea ul li:nth-of-type(2) a {
    background: #5FA0C7;
    border: 2px solid #5FA0C7;   
}
.bottomBtn.addArea ul li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    border: 2px solid #5FA0C7;   
    background: #fff;
}

/*--陷雁ｩ�ｺ�ｫ陷ｷ莉｣�--*/

.container-inner.mb65.sp_mb30.plr0.flexBox{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #034098;
    border-radius: 8px!important;
    box-sizing: border-box;
    overflow: hidden;
}
.container-inner.mb65.sp_mb30.plr0.flexBox .headetBigTile1{
    background: #034098;
    color: #fff;
    width:494px;
    height: 289px;
    font-size: 3.2rem;
    justify-content: center;
    display: flex;
    align-self: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
.container-inner.mb65.sp_mb30.plr0.flexBox .mvBox{
    display: flex;
    margin: 0 auto;
    align-items: self-end;
    align-self: flex-end;
}
.container-inner.mb65.sp_mb30.plr0.flexBox .mvBox img{
    height: 260px
}    
.pelsona {
    font-size: 2.2rem;
    color: #EF8912;
    font-weight: bold;
    margin-bottom: 5px!important;
}
.osusume.detailPage .readText{
    text-align: left;
}
.osusume.detailPage .lifePetBox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.osusume.detailPage .lifePetBox li {
    width: 310px;
    margin: 0;
}
.osusume.detailPage .lifePetBox li img {
    width: 82%;
    height: auto;
    margin: 0 auto;   

}
.osusume.detailPage .lifePetBox li .primary-color{
    font-size: 2rem;
    color: #034098;
    font-weight: bold;
}
.osusume.detailPage .lifePetBox li:nth-of-type(2){
    margin: 0 20px;
}
.osusume.detailPage .boxContena .linkTitle a{
    color: #fff;
}
.osusume.detailPage .boxContena li {
    max-height: 360px;
}
.osusume.detailPage .boxContena > li {
    padding-bottom: 30px;
    height: 282px;
}
.osusume.detailPage .boxContena li .bcList01 li {
    width: 90%;
    height: auto;
    max-height: auto;
    border: none;
    margin-left: 25px;
    margin-right: 25px;
    text-align: left;
    margin-bottom: 0;
}
.osusume.detailPage .boxContena li .bcList01 li a{
    font-weight: bold;
    color: #000;
    text-align: left;
    position: relative;
    padding-left: 35px;
    line-height: 1.4!important;
    display: block;
    height: auto;
    padding-top: 6px;
    padding-bottom: 4px;
    border-radius: 40px;
    font-size: 1.6rem;
}
.osusume.detailPage .boxContena li .bcList01 li a i {
    position: absolute;
    left: 14px;
    margin: auto 0;
    top: calc(50% - 7.9px);
}
.detailArea {
    border: 2px solid #2f5080;
    border-radius: 8px;
    overflow: hidden;
}
.detailArea h2{
    background: #2F5080;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    height: 60px;
    display:flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    letter-spacing: .04rem;
}
.detailArea .border-1 {
    border: 1px solid #bababa!important; 
    margin: 20px 15px;
    padding: 20px 15px 15px;
    text-align: left;
}
.detailArea .border-1 .font-weight-bold{
    font-size: 1.74rem;
    line-height: 1.8;
}
.detailArea .border-1 .dList1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.detailArea .border-1 .dList1 li {
    width: 290px;
    box-sizing: border-box;
    overflow: hidden;
}
.detailArea .border-1 .dList1 li .img {
    display: flex;
    width: 100%;
    margin: 0;
    border:4px solid #2F5080;
    border-radius: 8px;
    height: 206px;
    align-items: center;
}
.detailArea .border-1 .dList1 li img {
    display: flex;
    height: auto;
    width: auto;
    max-width: 272px;
    margin: 0 auto 0;
    max-height: 180px;
}
.detailArea .border-1 .dList1 li .uTxt {
    font-size: 1.45rem;
    margin-top: 1.5rem;
    line-height: 1.7;
    text-align: left;
    width: 96%;
    margin: 12px auto 0;
    letter-spacing: 0;
    font-feature-settings: "palt";
}
.detailArea .border-1 .inneerTitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    color: #333;
}
.detailArea .productDetailBox {
    display: flex;
    flex-wrap: wrap;
}
.detailArea .productDetailBox .leftArea {
    width: 63%;
    padding: 10px 15px 15px;
}
.detailArea .productDetailBox .leftArea p {
    font-size: 1.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #333;
    margin-bottom: 25px;

}
.detailArea .productDetailBox .leftArea a:hover,
.detailArea .productDetailBox .leftArea a:hover p,
.detailArea .productDetailBox .leftArea a:hover .inneerTitle{
    color: #fff;
}



.detailArea .productDetailBox .list-group.list-minus > li::after {
    top: 10px;
    background: #000;
}
.detailArea .tit04 {
    font-size: 2rem;
    padding-left: 8px;
    color: #333;
    border-left: 4px solid #333;
    margin-left: 6px;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    line-height: 1.2;
}
.detailArea .list-group.text-primary {
    color: #333!important;
    margin-left: 20px;
}
.detailArea .list-group.list-minus.list-primary li::after {
    background-color: #333;
    top:11px;
}
.detailArea .productDetailBox {
    position: relative;
}
.detailArea .productDetailBox .leftArea a:after {
    transition: .4s;
    height: 0;
}
.detailArea .productDetailBox .leftArea a:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #034098;
    top:0;
    left: 0;
    z-index: 0;
    border-radius: 4px;
    transition: .4s;
}
.detailArea .productDetailBox .leftArea p.moreLink {
    width: 100%;
    color: #2f5080;
    position: relative;
    z-index: 1;
    border: 2px solid #034098;
    color: #034098;
    font-weight: normal;
    padding: 8px 0 6px;
    width: 394px;
    text-align: center;
    margin-bottom: 0;
}
.detailArea .productDetailBox .leftArea a:hover p.moreLink {
    border: 2px solid #fff;

}
.detailArea .moreLink i {
    margin-left: 5px;
}
.detailArea .productDetailBox .leftArea a:hover + .rightArea + .moreLink{
    color: #fff;
}
.detailArea .productDetailBox .rightArea{
    width: 32%;
    margin-left: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 15px;
}
.detailArea .productDetailBox .rightArea li {
    width: 306px;
    width: 288px;
    height: 56px;
}

.detailArea .productDetailBox .rightArea a {
    font-size: 1.6rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    transition: .4s;
}
.detailArea .productDetailBox .rightArea a i {
    position: absolute;
    right: 15px;
    font-size: 2.2rem;
}

.detailArea .productDetailBox .rightArea li:nth-of-type(1) a{
    background: #EF8912;
    border: 2px solid #EF8912;
}
.detailArea .productDetailBox .rightArea li:nth-of-type(1) {
    margin-bottom: 8px;
    margin-bottom: 10px;
}
.detailArea .productDetailBox .rightArea li:nth-of-type(2) a{
    background: #5FA0C7;
    border: 2px solid #5FA0C7;
}
.detailArea .productDetailBox .rightArea li:nth-of-type(1) a:hover {
    color: #EF8912;
    background: #fff;
}
.detailArea .productDetailBox .rightArea li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    background: #fff;
}
.detailArea .box-undertake.bg-white{

}
.bnrLinkBox a {
    display: block;
    widows: 100%;
    height: 100%;
}

.bnrLinkBox img{
    width: calc(100% - 30px);
    margin: 0 15px 15px;
}
.otherOsusumeList1 {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}
.otherOsusumeList1 li {
    width: 310px;
    height: 100px;
}
.otherOsusumeList1 li:nth-of-type(2) {
    margin: 0 20px;
}
.otherOsusumeList1 li a{
    background: #034098;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    border-radius: 4px;
    border: 2px solid #034098;
}
.otherOsusumeList1 li a i {
    position: absolute;
    right: 15px;
}
.otherOsusumeList1 li a:hover {
    color: #034098;
    background: #fff;
}

.osusume.detailPage .boxContena > li:hover{
    border:2px solid #034098;
}
.osusume.detailPage .boxContena > li:hover .linkTitle{
    background: #034098;

}
.osusume.detailPage .boxContena > li .bcList01 {
    width: 306px;
}
.osusume.detailPage .boxContena > li .bcList01 li {
    width: calc(100% - 50px);
}

.osusume.detailPage .boxContena > li .bcList01 a:hover {
    background: #009966;
    color: #fff;
}


.secondlife.osusume.detailPage .lifePetBox li {
    width: 240px;
    margin: 0;
}
.secondlife.osusume.detailPage .boxContena > li {
    width: 234px;  
    height: 186px;
}

.secondlife .boxContena li:nth-of-type(2) {
    margin-left: 0px;
    margin-right: 0px;
}
.secondlife .boxContena {
    justify-content: space-between;
}
.osusume.detailPage.secondlife .boxContena .linkTitle a {

    font-size: 1.55rem;
}
.osusume.detailPage.secondlife .boxContena li .bcList01 li a{
    width: 98%;
    margin-left: 1%;
}

.secondlife.osusume.detailPage .boxContena > li .bcList01 li {
    width: 230px;
    margin-left: 0px;
    margin-right: 0px;
}

.secondlife.osusume.detailPage .boxContena li .bcList01 li a i {
    top: calc(50% - 8px);
}
.secondlife.osusume.detailPage .headerBtn a {
    background: #034098;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    width: 316px;
    height: 64px;
    line-height: 1.5;
    position: relative;
    border-radius: 4px;
    border: 2px solid #034098;
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: bold;
    padding-top: 3px;
    transition: .4s;
}
.secondlife.osusume.detailPage .headerBtn a:hover {
    border: 2px solid #034098;
    background: #fff;
    color: #034098;
    transition: .4s;

}
.secondlife.osusume.detailPage .headerBtn a i {
    position: relative;
    top: -1px;
    left: -2px;
}
.secondlife.osusume.detailPage .headerBtn a:hover i {
    transform: rotate(90deg)

}
.secondlife.osusume.detailPage .boxContena {
    margin-bottom: 40px;
}
.secondlife.osusume.detailPage #anc05-1 .productDetailBox .leftArea {
    width: 100%;
}
.secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea {
    width: 100%;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 15px;
    justify-content: space-between;
}
.secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea li:nth-of-type(1) {
    margin-bottom: 0;
}

.secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea li a:hover {
    background: #fff!important;    
}
.secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea li:nth-of-type(1) a {
    background: #8C6239;
    border: 2px solid #8C6239;
}
.secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea li:nth-of-type(1) a:hover {
    color: #8C6239;
    border: 2px solid #8C6239;
}

.secondlife.osusume.detailPage #anc05-1  .productDetailBox .rightArea li:nth-of-type(2) a {
    background: #EF8912;
    border: 2px solid #EF8912;
}
.secondlife.osusume.detailPage #anc05-1  .productDetailBox .rightArea li:nth-of-type(2) a:hover {
    color: #EF8912;
    border: 2px solid #EF8912;
}
.secondlife.osusume.detailPage #anc05-1  .productDetailBox .rightArea li:nth-of-type(3) a {
    background: #5FA0C7;
    border: 2px solid #5FA0C7;
}
.secondlife.osusume.detailPage #anc05-1  .productDetailBox .rightArea li:nth-of-type(3) a:hover {
    color: #5FA0C7;
    border: 2px solid #5FA0C7;
}
#nagare .headerLink2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 76px;
    align-items: center;
    border-radius: 8px 8px 0 0;
}
#nagare .headerLink2 li {
    height: 100%;
    width: 50%;
    position: relative;
    border: 2px solid #034098;
}

#nagare .headerLink2 li:nth-of-type(1),
#nagare .headerLink2 li:nth-of-type(1) a {
    border-radius: 8px 0 0 0;
}
#nagare .headerLink2 li:nth-of-type(2),
#nagare .headerLink2 li:nth-of-type(2) a {
    border-radius: 0 8px 0 0;
}
#nagare .headerLink2 a:hover{
    opacity: .8;
    .}


#nagare .headerLink2 a{
    color: #fff;
    background: #034098;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#nagare .headerLink2 .current a {
    color: #034098;
    background: #fff; 
}
#nagare .headerLink2 .current:after {
    content: "";
    border-top: 24px solid #034098;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 224px;
}
#nagare .box-txt {
    background: #EFF1F0;
    font-size: 15.5px;
    padding: 20px;
    line-height: 1.7;
}
#nagare .box-txt a {
    font-size: 15.5px;
}
.primary-color {
    color: #034098;
}
#nagare .box-txt a {
    font-weight: bold;
}
#nagare h2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 5px solid #034098 ;
} 
#nagare .numberBox {
    background: #034098;
    width: 26px;
    height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    font-size: 1.7rem;
    position: relative;
}
#nagare .numberBox:after {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #034098;
    position: absolute;
    left: 26px;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;   
}
#nagare .flexBox {
    margin-top: 20px;
}
#nagare .nagare_list li {
    margin-bottom: 35px;
}
#nagare .flexBox .image {
    width: 248px;
    height: 140px;
    margin-bottom: 0;
}
#nagare .flexBox .image img {
    display: block;
    width: 100%;
    height: 100%;
}
#nagare .flexBox .textArea{
    width: 720px;
    padding-left: 20px;
}
#nagare .flexBox .textArea .font-weight-bold  {
    font-size: 1.7rem;
}
#nagare .nagare_cont .flexBox .textArea list1{
    margin-top: 54px;
}
#nagare .nagare_cont .flexBox .textArea .btnLink2{
    width: 100%;
    height: 58px;
    background: #EF8912;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    transition: .2s;
}
#nagare .nagare_cont .flexBox .textArea .btnLink2:hover{
    background: #fff;
    color: #EF8912;
    border: 2px solid #EF8912;
    transition: .2s;

}
#nagare .nagare_cont .flexBox .textArea a i {
    position: absolute;
    right: 10px;
}
#nagare .nagare_cont .flexBox .textArea .list1 {
    top: 38px;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
#nagare .nagare_cont .flexBox .textArea .list1 li {
    width: 49%;
}
#nagare .bottomBtn:nth-of-type(1) p{
    color: #EF8912;
    font-weight: bold;

}
#nagare .bottomBtn li p {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 8px;
    color: #034098;
    font-weight: bold;
}
#nagare .bottomBtn li p:before {
    content: "�ｼ ";
}
#nagare .bottomBtn li p:after {
    content: " �";
}
#nagare .boxContena.icon {
    justify-content: space-between;
}
#nagare .boxContena.icon > li {
    width: 234px;
    height: 210px;
    margin: 0!important;
}
#nagare .boxContena.icon li .linkImage {
    height: 120px;
}
#nagare .boxContena.icon li img {
    width: 95px;
    height: auto;
    margin-top: 0;
}
#nagare .boxContena.icon li img[src="/pisj/menu/img/img_icon_12_1.png"] {
    width: 78px;
}
#nagare .boxContena.icon li img[src="/pisj/menu/img/img_icon_14_1.png"] {
    width: 100px;
}
#nagare .boxContena li .linkTitle {
    height: 58px;
    font-size: 1.6rem;
    margin-bottom: 13px;
}
#nagare .boxContena li.nobdr {
    border: none;
}
#nagare .boxContena.icon .hoken_title {
    margin-bottom: 13px;
}
#nagare .boxContena.icon .hoken_title img{
    display: block;
    width: 94%;
    margin: 4px auto 0;
}
#nagare .boxContena.icon .hoken_title span{
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    margin: -10px auto 0;
    text-align: center;
}
#nagare .boxContena.icon .loginBtn{
    border: 2px solid #034098;
    width: 100%;
    display: block;
    color: #034098;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 4px 0;
    border-radius: 4px;
    position: relative;
    transition: .2s;
}
#nagare .boxContena.icon .loginBtn:hover {
    background: #034098;
    color: #fff;
    transition: .2s;
    border: 2px solid #034098;
}
#nagare .boxContena.icon .loginBtn i {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
#nagare .boxContena.icon .loginBtn.obBtn {
    margin-top: 10px;
    color: #F7931E;
    border: 2px solid #F7931E;
}
#nagare .boxContena.icon .loginBtn.obBtn:hover {
    background: #F7931E;
    color: #fff;
    transition: .2s;
}
#nagare.taimenPage .nagare_cont .flexBox .textArea .list1 {
    top: 11px;
}
#nagare.taimenPage .nagare_cont .flexBox .textArea .list1 li:nth-of-type(2) a{
    background: #5FA0C7;
    border: 2px solid #5FA0C7;
}

#nagare.taimenPage .nagare_cont .flexBox .textArea .list1 li:nth-of-type(2) a:hover{
    color: #5FA0C7;
    background: #fff;
    border: 2px solid #5FA0C7;
}

#product-page.renew .catList {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}
#product-page.renew .catList li {
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    align-content: baseline;
    position: relative;
}

#product-page.renew .catList li a{
    width:100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: .2s;
    padding: 30px 0;
    position: relative;
    cursor: pointer;

}
#product-page.renew .catList li a p,
#product-page.renew .catList li a .title1,
#product-page.renew .catList li a .det {
    position: relative!important;
    z-index: 1;
}
#product-page.renew .catList li a:hover p,
#product-page.renew .catList li a:hover .title1,
#product-page.renew .catList li a:hover .det{
    color: #fff!important;
    z-index: 1;
}
#product-page.renew .catList li a:hover .ico-img {
    background: #fff;
}

#product-page.renew .catList li a:after{ 
    content: "";
    width: 100%;
    background: #034098;
    position: absolute;
    z-index: 0;
    height: 0;
    top :0;
    transition: .4s;
    left: 0;
}
#product-page.renew .catList li a:hover:after{
    transition: .2s;
    height: 100%;
    top: 0;
}
#product-page.renew .catList li img {
    width: 46px;
    height: auto;
}
#product-page.renew .catList li:nth-of-type(4) img {
    width: 53px;
    margin-top: 7px;
    margin-left: 2px;
}
#product-page.renew .catList li:nth-of-type(3) img {
    width: 53px;
}
#product-page.renew .catList li:nth-of-type(5) img {
    width: 48px;
}

#product-page.renew .ico-img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #034098;
    border-radius: 50%;
    margin-bottom: 5px;
}
#product-page.renew .title1 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #034098;
    margin: 5px;
}
#product-page.renew .det {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}
i, .fa, .fas {
    font-weight: 900!important;
}
i, .fa, .far, .fas, .fal{
    font-family: "Font Awesome 5 Free"!important;
}
i, .fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal!important;
    font-variant: normal!important;
    text-rendering: auto!important;
    line-height: 1!important;
}

#product-page.renew .catList + .txt-right a{
    color: #707070;
    border-bottom: 1px solid #707070;
    padding-bottom: 3px;
}

#product-page.renew .catList + .txt-right a:hover {
    opacity: .6
}
#product-page.renew .catList + .txt-right a i {
    margin-right: 3px;
    font-size: 2.2rem;
    position: relative;
    top: 2px;
}

#product-page.renew .acc-trigger.btn.btn:not(.text-white):hover,
#product-page.renew .acc-trigger:hover span
#product-page.renew .acc-trigger:hover o{
    opacity: .6;
    color: #034098!important;
}
#product-page.renew .acc-trigger::after,
#product-page.renew .acc-trigger::before {
    display: none;
}
#product-page.renew .acc-trigger.btn.btn-reset i {
    font-size: 3.2rem;
    position: absolute;
    right: 15px;
    top:calc(50% - 16px);
}

#product-page.renew .icon-btn-car::before {
    background: url(../images/icon/product_icon_01_on.png) no-repeat center center;
    background-size: auto;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}
#product-page.renew .icon-btn-body:before {
    background: url(../images/icon/product_icon_02-2_on.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}
#product-page.renew .icon-btn-house:before {
    background: url(../images/icon/product_icon_03_on.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}
#product-page.renew .icon-btn-travel:before {
    background: url(../images/icon/product_icon_04_on.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}
#product-page.renew .icon-btn-pet:before {
    background: url(../images/icon/product_icon_05_on.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}  
#product-page.renew .icon-btn-tasukekun:before {
    background: url(../images/icon/product_icon_06_on.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    left: -2.3em;
}    
#product-page.renew .acc-trigger.btn {
    padding: 1em 0 .7em;
    border-bottom: 5px solid #034098;
    box-shadow: none;
    border-radius: 0 !important;
}

#product-page.renew .title_1 {
    font-size: 2.2rem;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}


#product-page.renew .productDetailBox {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #C1C1C1;
    padding-bottom: 25px;
}
#product-page.renew  .inneerTitle {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: #333;
}
#product-page.renew .productDetailBox .leftArea {
    width: 64%;
    padding: 10px 0px 15px 15px;
}
#product-page.renew .productDetailBox .leftArea p {
    font-size: 1.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #333;
    margin-bottom: 5px;
}
#product-page.renew .productDetailBox .leftArea p:last-of-type {
    margin-bottom: 5px;
}

#product-page.renew .productDetailBox .rightArea{
    width: 32%;
    margin-left: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 0px;


    align-content: center;

}
#product-page.renew .productDetailBox .rightArea li {
    width: 306px;
    width: 288px;
    height: 56px;
}

#product-page.renew .productDetailBox .rightArea a {
    font-size: 1.6rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    transition: .4s;
}
#product-page.renew .productDetailBox .rightArea a i {
    position: absolute;
    right: 15px;
    font-size: 2.2rem;
}

#product-page.renew .productDetailBox .rightArea li:nth-of-type(1) a{
    background: #EF8912;
    border: 2px solid #EF8912;
}
#product-page.renew .productDetailBox .rightArea li:nth-of-type(1) {
    margin-bottom: 8px;
    margin-bottom: 10px;
}
#product-page.renew .productDetailBox .rightArea li:nth-of-type(2) a{
    background: #5FA0C7;
    border: 2px solid #5FA0C7;
}
#product-page.renew .productDetailBox .rightArea li:nth-of-type(1) a:hover {
    color: #EF8912;
    background: #fff;
}
#product-page.renew .productDetailBox .rightArea li:nth-of-type(2) a:hover {
    color: #5FA0C7;
    background: #fff;
}
#product-page.renew .list-group.list-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 1px;
}
#product-page.renew .list-group.list-tag .tag {
    padding-top: 2px;
    margin-right: 10px;
    position: relative;
}
#product-page.renew .tag-title {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    background: #ccc;
    margin-right: 25px;
    position: relative;
}
#product-page.renew .tag-title:after {
    content: "";
    border-top: 14px solid transparent;
    border-bottom: 14.5px solid transparent;
    border-left: 16px solid #ccc;
    position: absolute;
    right: -16px;
    top: 0;
}
#product-page.renew .acc-set .productDetailBox:last-of-type{
    /*border-bottom: none;*/
    margin-bottom: 20px!important;
}
#product-page.renew .productDetailBox .leftArea a {
    display: block;
    padding: 10px 0px 5px 5px;
}
#product-page.renew .productDetailBox .leftArea a:hover {

    background: #034098;
}

#product-page.renew .productDetailBox .leftArea{
    transition: .4s;
    background: #fff;
}

#product-page.renew .productDetailBox .leftArea {
    position: relative;
}
#product-page.renew .productDetailBox .leftArea a:hover {

    border-radius: 4px;
}

#product-page.renew .productDetailBox .leftArea .txt-right.detBtn {
    font-size: 1.5rem;
    text-align: left!important;
}
#product-page.renew .productDetailBox .leftArea .txt-right.detBtn:hover {
    background: #fff;
    opacity: .6;
    text-decoration: underline;
}



#product-page.renew .leftArea a:hover .inneerTitle,
#product-page.renew .leftArea a:hover p {
    color: #fff;
}
/*
#product-page.renew .leftArea:hover .tag-title,    
#product-page.renew .leftArea:hover .tag-title:after {
background: #fff;
}
*/
#product-page.renew .inneerTitle i {
    margin-right: 3px;
}
#product-page.renew .tit04 {
    border-left: solid 4px #333;
    color: #333;
    font-size: 2rem !important;
    margin-top: 25px;
    margin-left: 18px;
    margin-bottom: 10px;
}
#product-page.renew #anc04 + .acc-set ,
#product-page.renew #anc05 + .acc-set {
    padding-top: 20px;
}
#product-page.renew .acc-set .productDetailBox .rightArea li.nonActiv:nth-of-type(1) a,
#product-page.renew .acc-set .productDetailBox .rightArea li.nonActiv a,
#product-page.renew .acc-set .productDetailBox .rightArea .nonActive a{
    pointer-events: none!important;
    background:#cdcdcd!important;
    color: #FFF;
    border: none;
}
#product-page.renew .acc-set .productDetailBox .rightArea .nonActive a i {
    display: none;    
}
#product-page.renew .catList li a:hover,
#product-page.renew .catList li a:hover img{
    opacity: 1;

}

@media only screen and (max-width: 640px) {
    .osusume {
        width: 92%;
        min-width: 92%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .container-inner.mb65.sp_mb30.plr0{
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px!important;
    }
    .readText {
        text-align: left;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        font-weight: normal;
    }
    .bigTitle {
        font-size: 1.6rem;
        width: 100%;
        margin-top: 1.5rem;
    }
    .bigTitle:after {
        display: none;
    }
    .boxContena {
        margin-bottom: 15px;
    }
    .boxContena li {
        width: 90%;
        height: auto;
        max-height: 225px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        padding: 0;
    }
    .boxContena li:nth-of-type(2) {
        margin-left: auto;
        margin-right: auto;
    }
    .boxContena li:nth-of-type(1) img{
        margin-top: 20px;
    }

    .boxContena li .linkTitle {
        height: 60px;
        font-size: 1.5rem;
    }
    .boxContena li img {
        max-height: 140px;
    }

    .boxContena.icon li img {
        width: 100px;
        height: auto;
        margin-bottom: 15px;
    }
    .boxContena.icon li .linkImage {
        height: 65%;
    }
    .bottomBtn ul a {
        font-size: 1.8rem;
    }
    .bottomBtn ul li {
        width: 90%;
        height: 62px;
        margin: 0 auto 20px;
    }

    .container-inner.mb65.sp_mb30.plr0.flexBox .headetBigTile1 {
        background: #034098;
        color: #fff;
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 1.8rem;
    }
    .container-inner.mb65.sp_mb30.plr0.flexBox .mvBox img {
        height: 140px;
        margin-top: 10px;
    }
    .pelsona {
        font-size: 1.6rem;
        color: #EF8912;
        font-weight: bold;
        margin-bottom: 0px!important;
    }
    .pelsona + .bigTitle {
        font-size: 1.8rem;
        width: 100%;
        margin-top: 1.5rem;
    }
    .osusume.detailPage .lifePetBox li {
        width: 31%;
        margin: 0;
    }
    .osusume.detailPage .lifePetBox li img {
        width: 100%;
    }
    .osusume.detailPage .lifePetBox li:nth-of-type(2) {
        margin: 0 3.5%;
    }
    .osusume.detailPage .lifePetBox li .primary-color {
        font-size: 1.5rem;
        color: #034098;
        font-weight: bold;
    }
    .osusume.detailPage .boxContena li .bcList01 li a {

        font-size: 1.5rem;
    }
    .osusume.detailPage .boxContena li {
        width: 100%;
        max-width: 100%;
    }
    .osusume.detailPage .boxContena > li .bcList01 {
        width: 100%;
        margin: 0;
    }
    .osusume.detailPage .boxContena li .bcList01 li a {
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        align-self: center;
        padding-left: 19%;
    }
    .osusume.detailPage .boxContena li .bcList01 li a i {
        left: 11%;
        top: calc(50% - 7px);
    }
    .osusume.detailPage .boxContena > li {
        padding-bottom: 10px;
        height: auto;
    }
    .detailArea h2 {
        font-size: 1.7rem;
        height: auto;
        padding: 10px;
    }
    .detailArea .border-1 .font-weight-bold {
        font-size: 1.3rem;
    }
    .detailArea .border-1 .dList1 li img {
        max-width: auto;
        max-height: 84%;
    }
    .detailArea .border-1 .dList1 li .img {
        display: flex;
        width: 100%;
        margin: 0;
        border: 4px solid #2F5080;
        border-radius: 8px;
        height: 150px;
        align-items: center;
    }
    .detailArea .border-1 .dList1 li .uTxt {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .detailArea .productDetailBox .leftArea {
        width: 100%;
        padding: 10px 5% 15px;
    }
    .detailArea .border-1 .inneerTitle {
        font-size: 1.6rem;
    }
    .detailArea .productDetailBox .leftArea p.moreLink {
        width: 100%;
        padding: 8px 8px 6px;
        max-width: 100%;
    }
    .detailArea .productDetailBox .rightArea {
        width: 90%;
        margin-left: 5%;
    }
    .detailArea .productDetailBox .rightArea a {
        font-size: 1.5rem;
    }
    .detailArea .productDetailBox .leftArea p {
        font-size: 1.3rem;
    }
    .detailArea .border-1 {
        padding-bottom: 5px;
    }
    .detailArea .border-1 .dList1 {
        padding-bottom: 5px;
    }
    .otherOsusumeList1 li a {
        font-size: 1.5rem;
        font-weight: bold;
        padding: 1.6rem 0;
    }
    .otherOsusumeList1 li,
    .otherOsusumeList1 li:nth-of-type(2){
        width: 90%;
        height: auto;
        margin: 0 auto 1.6rem;
    }

    .otherOsusumeList1 {
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0 3px;
    }
    .otherOsusumeList1 li a i {
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    .detailArea .border-1 {
        border: 1px solid #bababa!important;
        margin: 20px 10px;
        padding: 20px 10px 15px;
    }
    .secondlife.osusume.detailPage .lifePetBox li {
        width: 48%;
        margin: 0;
    }
    .osusume.detailPage .lifePetBox li .primary-color {
        font-size: 1.2rem;
    }
    .osusume.detailPage .lifePetBox {

        justify-content: space-between;
    }
    .secondlife.osusume.detailPage .boxContena > li {
        width: 100%;
    }
    .secondlife.osusume.detailPage .boxContena > li .bcList01 li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .secondlife.osusume.detailPage .headerBtn a {
        width: 100%;
    }
    .bnrLinkBox img {
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }
    .secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea {
        width: 100%;
        margin-left: 0;
    }
    .secondlife.osusume.detailPage #anc05-1 .productDetailBox .rightArea li {
        margin-bottom: 10px!important;
        width: 100%!important;
    }
    .secondlife.osusume.detailPage #anc05-1 .productDetailBox .leftArea {
        width: 100%;
        padding: 10px 0 15px;
    }
    .secondlife.osusume.detailPage .detailArea .border-1 {
        padding-bottom: 0;
    }
    .secondlife.osusume.detailPage .detailArea #anc05-1 .productDetailBox.mb30 {
        margin-bottom: 0!important;
    }
    #nagare .headerLink2 {
        height: 58px;
        margin-bottom: 30px!important;
    }

    .nagare_cont{
        width: 94%;
        margin: 0 auto;
    }
    #nagare .headerLink2 .current:after {
        content: "";
        border-top: 16px solid #034098;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        left: 42%;
    }

    #nagare h2 {
        font-size: 1.8rem!important;
    }
    .read-txt.mb85 {
        margin-bottom: 30px!important;
    }

    #nagare .numberBox:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #034098;
        position: absolute;
        top: calc(50% - 5px);
        right: -6px;
    }
    #nagare .flexBox .image {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    #nagare .flexBox .textArea {
        width: 100%;
        padding-left: 0;
    }
    #nagare .nagare_cont .flexBox .textArea .list1 li {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    #nagare .box-txt.mb85 {
        margin-bottom: 30px!important;
    }
    #nagare .bigTitle {
        font-size: 2rem;
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 25px;
    }
    #nagare .bottomBtn {

    }

    #nagare .bottomBtn ul li {
        width: 90%;
        height: 62px;
        margin: 0 auto 60px;
    }

    #nagare #nagare .bottomBtn.mb80 {
        margin-bottom: 20px!importnat;
    }
    #nagare .boxContena.icon > li {
        width: 100%;
        height: a;
        margin: 0!important;
        max-width: 92%;
        margin: 0 auto 10pxﾂ;
        margin:0 auto 10px !important
    }
    #nagare .boxContena.icon .hoken_title {
        margin-bottom: 13px;
        margin-top: 20px;
    }
    #nagare .boxContena.icon > li {
        height: auto!improtant;
    }
    #nagare .boxContena.icon > li.nobdr {
        height:     auto;
        max-height: 480px!important;
    }
    #nagare .nagare_cont .flexBox .textArea .list1 {
        top: 0;
    }
    #product-page.renew .catList {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #product-page.renew .catList li {
        width: calc(100% / 2);
    }
    #product-page.renew .catList li img {
        width: 32px!important;
        height: auto;
    }
    #product-page.renew .catList {
        display: none;
    }

    #product-page.renew .sp.readtxt1 {
        width: 90%;
        margin: 0 auto 15px;
    }

    #product-page.renew .sp.readtxt1 {
        width: 90%;
        margin: 0 auto 15px;
    }
    #product-page.renew .sp.readtxt2 {
        background: #FFFAED;
        width: 90%;
        font-size: 1.3rem;
        padding: 10px;
        margin: 0 auto 15px;
    }
    #product-page.renew .catList + .txt-right {
        display: none;
    }
    #product-page.renew .container .container-inner.sp_wide {
        width: 90%;
        margin: 0 auto 15px;

    }
    #product-page.renew .acc-trigger.btn span {
        margin-left: 2.6em!important;
        width: 75%;
        font-size: 1.6rem;
        display: block;
    }
    #product-page.renew .acc-trigger.btn span .sp {
    }
    #product-page.renew .acc-trigger  {
        margin-top: 10px;
    }
    #product-page.renew .title_1 {
        font-size: 1.6rem;
        margin-top: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
    }
    #product-page.renew .inneerTitle {
        font-size: 1.45rem;
        font-size: 1.6rem;
        line-height: 1.7;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        display: inline-block;
    }
    #product-page.renew .leftArea a:hover .inneerTitle, #product-page.renew .leftArea a:hover p {
        color: #333;
    }
    #product-page.renew .productDetailBox .leftArea a:hover {
        background: #fff;
    }
    #product-page.renew .productDetailBox .leftArea {
        width: 100%;
        padding: 10px 0px 15px 0px;
    }
    #product-page.renew .tag-title::after {
        display: none;
    }
    #product-page.renew .tag-title {
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ccc;
        width: 28vw;
        margin-right: 62vw;
        position: relative;
    }
    #product-page.renew .tag-title {
        margin-bottom: 10px;
    }
    #product-page.renew .tag-title,#product-page.renew .list-group.list-tag .tag {
        height: 28px;
        width: 31%;
        font-size: 1.3rem;
    }
    #product-page .productDetailBox .leftArea .txt-right.detBtn {
        font-size: 1.5rem;
        text-align: center!important;
        border-bottom: none;
        text-decoration: none;
        border: 2px solid #333;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        margin: 20px 0 40px;
    }
    #product-page.renew .list-group.list-tag .tag { 
        margin-right: 3.3%;
    }
    #product-page.renew .list-group.list-tag .tag:last-of-type {
        margin-right: 0;
    }
    #product-page.renew .productDetailBox .rightArea {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
        margin-bottom: 15px;
    }
    #product-page.renew .productDetailBox .rightArea li {
        width: 306px;
        width: 100%;
        height: 50px;
    }
    #product-page.renew .tit04 {
        font-size: 1.45rem !important;
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    #product-page.renew .list-group.list-tag{
        margin-bottom: 15px;
    } 
    .sp.txt-right.detBtn {
        text-decoration: underline;
        font-weight: bold;
    }
    .txt-right.detBtn {
        color: #333;
        font-weight: bold;
        text-decoration: underline;
    }
}


@media all and (-ms-high-contrast: none) {
    .boxContena li .linkTitle {
        padding-top: 6px;
    }
    .boxContena li .linkTitle i {
        top: calc(50% - 8px);
    }
    .bigTitle:after {
        bottom: 10px;
    }
    .bottomBtn ul a {
        padding-top: 10px;
    }
    .bottomBtn ul a i{
        top: calc(50% - 10px);

    }
    a,.detailArea h2 {
        padding-top: 5px;
    }
    .detailArea .productDetailBox .leftArea p.moreLink{
        padding-top: 10px;
    }
    .osusume.detailPage .boxContena li .bcList01 li a i {
        position: absolute;
        left: 14px;
        margin: auto 0;
        top: calc(50% - 7.8px);
    }
    #product-page.renew .list-group.list-tag .tag {
        padding-top: 5px;
    }
    #product-page.renew .tag-title {
        padding-top: 5px;
    }

    #product-page.renew .tag-title::after {
        top: calc( 50% - 15px);

    }
}