@charset "utf-8";

/* -----------------------------------------
	common_style
----------------------------------------- */
.m0auto{margin: 0 auto;}
.jcFe{justify-content: flex-end!important;}
@media screen and (max-width: 750px){
    .sp_jcC{justify-content: center!important;}
    .sp_ta-c{text-align: center!important;}
}
@media screen and (min-width: 751px) , print{
    .pc_mb0{margin-bottom: 0 !important;}
}
.indent06{
    text-indent: -1.7em !important;
    padding-left: 1.7em !important;
}


/* -----------------------------------------
	index.html
----------------------------------------- */
.btnList > ul+ul{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
.btnList li{
    margin-bottom: 10px;
}
.btnList li:last-of-type{
    margin-bottom: 0;
}
.btnList li > p:first-of-type{
    margin-bottom: 10px;
}
.salmonPink a{
    background-color: #f35872;
}
.lightPink a{
    justify-content: center;
    padding: 10px 14px;
    background-color: #fcd9dd;
    color: #ee173a;
}
.btnList a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 12px;
    font-weight: bold;
}
.btnList [class*="ico"] a{
    padding-left: 15px;
    font-size: 1.5rem;
    text-align: left;
}
.btnList [class*="ico"] a:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.btnList .ico_babycar a:before{background: url("../img/ico_babycar.svg") no-repeat center center/contain #f35872;}
.btnList .ico_papamama a:before{background: url("../img/ico_papamama.svg") no-repeat center center/contain #f35872;}
.btnList .ico_torikumi a:before{background: url("../img/ico_torikumi.svg") no-repeat center center/contain #f35872;}
.btnList .ico_maternity a:before{background: url("../img/ico_maternity.svg") no-repeat center center/contain #f35872;}
.btnList .ico_shisetsu a:before{background: url("../img/ico_shisetsu.svg") no-repeat center center/contain #f35872;}
.btnList .ico_family a:before{background: url("../img/ico_family.png") no-repeat center center/contain #f35872;}

@media screen and (max-width: 750px){
    .btnList a{
        padding: 10px;
    }
    .btnList [class*="ico"] a{
        padding-left: 10px;
        font-size: 3.8vw;
    }
    .btnList [class*="ico"] a:before{
        width: 35px;
        height: 35px;
        margin-right: 3%;
    }
}

/* -----------------------------------------
	torikumi.html
----------------------------------------- */
.dispType01 dt{width: 70px;}
.dispType01 dd{width: calc(100% - 70px);}

@media screen and (max-width: 750px){
    .dispType01 dt, .dispType01 dd{width: auto;}
    .dispType01 dd{margin-left: 15px;}
}


/* -----------------------------------------
	refresta.html
----------------------------------------- */
.rowReverse{flex-direction: row-reverse;}
.bgBox{background-color: #fff; padding: 30px;}
.bgImg01{background: url("../refresta/img/refresta_bg.gif") no-repeat center top;
}
@media screen and (max-width: 750px){
    .bgImg01{background-size: contain;}
}


/* -----------------------------------------
	fixed table_h
----------------------------------------- */
.fixed_box {position: relative;}
.fixed_box .fixed_h.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 930px;
    width: calc(100% - 40px);
    z-index: 2;
}
.fixed_box .fixed_h.abso {
	position: absolute;
	top: auto;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

@media screen and (max-width: 750px){
    .fixed_box .fixed_h.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        width: calc(100% - 13.5%);
        z-index: 2;
    }
}


/* -----------------------------------------
	naviList
----------------------------------------- */
#naviList ul{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
#naviList li{
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#naviList li a{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px 10px;
    color: #333;
    text-decoration: none;
}
#naviList li:hover a,
#naviList .current a{ background-color: #e2f3e2;}

@media screen and (max-width: 750px){
    #naviList ul{
        display: block;
    }
    #naviList li{
        width: 100%;
    }
    #naviList li a{
        padding: 7px 10px;
    }
}
