    @charset "utf-8";
    /*----------- common ----------*/

    body {
        color: #666;
    }

    div#wrap {
        background: none;
    }

    #stage {
        height: 100%;
    }

    #contents {
        width: 100%;
        height: 100%;
        max-width: 950px;
        margin: 0 auto;
    }

    .section {
        height: 100%;
        max-width: 950px;
        margin: 0 auto;
    }

    .under .borderL {
        border: none;
    }

    p.text.center {
        text-align: center;
    }

    .pointer:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    .pagetop {
        z-index: 999;
        display: none;
        position: fixed;
        bottom: 5px;
        right: 5px;
    }

    .pagetop a {
        display: block;
        float: right;
        width: 45px;
        height: 45px;
        background: url("/baby/hatsupapa/images/pc/gotoTop.png") no-repeat center 40%;
        background-size: 45px;
        text-align: center;
        text-decoration: none;
    }

    .pagetop a:hover {
        display: block;
        opacity: 0.8;
    }

    .tokusyu .sns {
        display: table;
        margin: 0 40px;
        text-align: left;
    }

    .tokusyu01 .sns {
        margin: 35px 0 0;
    }

    .sns.tokusyu01 .text.tokusyuPink {
        color: #659f9b;
    }

    .sns .pc_none {
        display: none;
    }

    .sns .snsLink {
        text-align: left;
    }

    .sns > ul {
        display: table-cell;
        width: 100%;
        margin: 0;
        vertical-align: middle;
    }

    .sns > ul li {
        float: left;
        width: 90px;
        height: 20px;
        margin: 0 8px;
        overflow: hidden;
        text-align: center;
        font-size: 12px;
    }

    .sns > ul li.mail {
        padding: 0 3px 0 25px;
        border: 1px solid #eee;
        font-size: 13px;
        text-align: center;
        cursor: pointer;
        background: url("/baby/hatsupapa/images/sp/icon_mail.png") no-repeat 5% 42%;
        background-size: 20%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .sns .text.tokusyuPink {
        display: table-cell;
        width: 30%;
        margin: 45px 20px 20px 0;
        text-align: left;
        font-size: 21px;
        vertical-align: middle;
    }

    .sns > ul li.linkBtm {
        margin: 0 8px;
    }

    .pc_head {
        position: relative;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sp_head {
        display: none;
    }

    .lay2col {
        display: table;
        width: 100%;
        margin-top: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .lay2col .col1 {
        display: table-cell;
        width: 20%;
        vertical-align: middle;
    }

    .lay2col .col2 {
        height: 40px;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: right;
    }

    .lay2col .col2 > ul {
        float: right;
    }

    .lay2col .col2 > ul li {
        float: left;
        margin: 0 10px;
        font-size: 11px;
    }

    .lay2col .col2 > ul li.tweet {
        width: 88px;
    }

    .navi {
        display: table;
        position: relative;
        width: 80%;
        height: 100%;
        margin: 0 auto;
    }

    .navi img.pcTop {
        display: block;
    }

    .navi img.spTop {
        display: none;
    }

    .navi .navLst {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .navi ul.navLst {
        width: 220px;
    }

    .navi ul.navLst li {
        float: left;
        width: 100px;
        border-bottom: 2px solid #eee;
        text-align: center;
        padding-bottom: 10px;
    }

    .navi ul.navLst li:first-child {
        margin-right: 20px;
    }

    .navLst li a h2 {
        font-size: 16px;
        font-weight: normal;
    }

    .navi p.navLst img {
        width: 100%;
        height: auto;
        max-width: 269px;
        margin: 0 auto;
    }

    span.breadcrumbs {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .contents {
        padding: 0 10px;
        margin: 70px 0 70px 0;
        border: 2px solid #eee;
        border-width: 2px 0px 0px 0px;
        text-align: center;
    }

    .contents.siteLst {
        padding: 0px 5px;
    }

    .contents > h2 {
        margin-top: 40px;
        font-size: 18px;
    }

    .contents > p {
        width: 100%;
        margin-top: 20px;
        font-size: 12px;
    }

    .contents img.pcTop {
        display: block;
        width: 100%;
    }

    .contents img.spTop {
        display: none;
    }

    .contents .bannerImg {
        width: 100%;
    }

    .contents .bannerImg > ul {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border: 2px solid #eee;
        border-width: 0px 0px 2px 0px;
    }

    .contents .bannerImg > ul li {
        display: table-cell;
        width: 16%;
        padding: 0 3px;
        vertical-align: bottom;
    }

    .contents > ul li img {
        width: 100%;
    }

    .pc_footer {
        display: block;
        padding: 0 0 15px;
        margin: 80px auto -13px;
        line-height: 11px;
        font-size: 10px;
        background-color: #fff;
        border-top: 2px solid #f00;
    }

    .sp_footer {
        display: none;
    }

    .footer_inner {
        margin: 0 auto;
        text-align: left;
        position: relative;
        min-height: 80px;
    }

    .footer_inner p.copyright {
        width: 181px;
        height: 50px;
        position: absolute;
        left: 9px;
        top: 15px;
    }

    .footer_inner ul.company-link {
        float: right;
        padding: 8px 10px 0;
    }

    .footer_inner ul.company-link li {
        padding-left: 12px;
        float: left;
    }

    .footer_inner ul.company-link li a {
        background: transparent url("/common/images/globalfooter_list2.gif") no-repeat left;
        padding-left: 14px;
        display: block;
    }

    .footer_inner p.close-btn {
        position: absolute;
        right: 10px;
        top: 49px;
        padding: 2px 0 1px;
        background: url("/common/images/globalfooter_list3.gif") no-repeat left;
        display: block;
    }
    /*----------- index.html ----------*/

    .main {
        margin-top: 20px;
        padding: 0 10px;
    }

    .main .list {
        background: #FFF;
    }

    #slide {
        float: left;
        width: 66.3%;
        height: auto;
    }

    #slide img.tbTop {
        display: none;
    }

    #slide img.spTop {
        display: none;
    }

    @media screen and (max-width: 769px) {
        #slide img.pcTop {
            display: none;
        }
        #slide img.tbTop {
            display: block;
        }
    }

    #menuBox {
        display: none;
    }

    .owl-theme .owl-controls {
        text-align: right;
        position: absolute;
        bottom: 0px;
        right: 10px;
        width: 100%;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
    }

    .newsArea {
        float: right;
        width: 33%;
        height: 100%;
        border: 2px solid #eee;
        border-width: 2px 0px 2px 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .newsArea > h2 {
        margin: 31px 0 0 10px;
        color: #000;
        font-size: 18px;
        font-family: "ＭＳ ゴシック", sans-serif;
    }

    .newsArea > p.smalltxt {
        margin: 0 0 32px 10px;
        font-size: 13px;
    }

    .newsArea .news > dl {
        height: 55px;
        padding: 10px 15px;
        color: #666;
        font-size: 13px;
        margin: 0 0 2px 0;
        background: #eee;
    }

    .newsArea .news > dl dt {
        width: 85px;
        height: 18px;
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        background: #000;
    }

    .newsArea .news > dl dd {
        margin-top: 10px;
    }

    .main .mainBottom {
        width: 100%;
        margin-top: 5px;
    }

    .mainBottom img.pcTop {
        width: 32.99%;
    }

    .mainBottom img.autoC {
        width: 32.77%;
        margin-left: 1px;
    }

    .mainBottom img.autoR {
        float: right;
    }

    .mainBottom img.autoR:hover {
        opacity: 0.9;
    }

    .mainBottom img.spTop {
        display: none;
    }

    .summary {
        margin: -40px 0px 80px 0px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

    @media screen and (max-width: 610px) {
        .summary {
            margin: -40px 0px 10px 0px;
        }
    }
    /*----------- about/ ----------*/

    .list {
        /*    height     : 60px;*/
        margin-top: 40px;
        background: #f2f2f1;
    }

    .list > p {
        max-width: 950px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 13px;
        margin: 0 auto;
        line-height: 60px;
    }

    .contentsMain {
        padding: 0 10px;
        margin-top: 50px;
        text-align: center;
    }

    .contentsMain h2 {
        font-size: 34px;
        line-height: 19px;
    }

    .contentsMain img.pcTop {
        display: inline-block;
        text-align: center;
    }

    .contentsMain img.spTop {
        display: none;
    }

    .contentsMain > p {
        margin-top: 20px;
    }

    .contentsMain > p.txt {
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
    }

    .contentsMain p.small_txt {
        font-size: 15px;
        line-height: 28px;
    }
    /*----------- ikuji_top.html ----------*/

    .contentsMain p.main_img {
        margin-top: 50px;
    }
    /*----------- childcare/01.html ----------*/

    .contentsInner {
        margin: 30px 10px;
    }

    .contentsInner h2 {
        font-size: 21px;
        color: #d2c349;
    }

    .contentsInner > h3 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsInner > p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsInner > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsInner p.title {
        color: #d2c349;
        padding: 20px 0 0;
    }

    .contentsInner.under p.borderL {
        border: none;
    }

    .lay2link {
        margin: 0px 20px 30px;
    }

    .bannerlink.spTop {
        display: none;
    }

    .lay2link > img {
        display: table-cell;
        width: 17%;
        min-width: 80px;
        vertical-align: middle;
    }

    .lay2link .col1 {
        display: table;
        width: 47%;
        float: left;
        border-right: 1px solid #eee;
    }

    .lay2link .col1 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col2 {
        display: table;
        width: 47%;
        float: left;
        padding-left: 30px;
    }

    .lay2link .col2 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_04.png") no-repeat 8% 50%;
    }

    .topBtn {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #d2c349 url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    /*----------- childcare/02.html ----------*/

    .contentsBox {
        margin: 30px 10px;
    }

    .contentsBox h2 {
        font-size: 21px;
        color: #96d5ae;
    }

    .contentsBox > h3 {
        color: #96d5ae;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsBox > p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsBox .steps {
        float: left;
        width: 60%;
    }

    @media screen and (max-width: 610px) {
        .contentsBox .steps {
            width: 100%;
        }
    }

    .contentsBox .steps > h3 {
        font-size: 19px;
        color: #96d5ae;
        margin: 15px 0px;
    }

    .contentsBox > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsBox p.title {
        color: #96d5ae;
        padding: 20px 0 0;
    }

    .contentsBox.borderL {
        margin: 0 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsBox .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsBox .steps > ul li {
        font-size: 15px;
        line-height: 35px;
    }

    .contentsBox .innerC {
        padding: 0 10px;
    }

    .contentsBox.under p.borderL {
        border: none;
    }

    .lay2link {
        margin: 0px 20px 30px;
    }

    .bannerlink.spTop {
        display: none;
    }

    .lay2link > img {
        display: table-cell;
        width: 17%;
        min-width: 80px;
        vertical-align: middle;
    }

    .lay2link .col1 {
        display: table;
        width: 47%;
        float: left;
        border-right: 1px solid #eee;
    }

    .lay2link .col1 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col2 {
        display: table;
        width: 47%;
        float: left;
        padding-left: 30px;
    }

    .lay2link .col2 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_04.png") no-repeat 8% 50%;
    }

    .topBtn2 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn2 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #96d5ae url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    /*----------- childcare/03.html ----------*/

    .contentsWrap {
        margin: 30px 10px;
    }

    .contentsWrap > h2 {
        font-size: 21px;
        color: #93ccea;
    }

    .contentsWrap > h3 {
        color: #93ccea;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap > p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap .steps {
        float: left;
        width: 80%;
    }

    @media screen and (max-width: 610px) {
        .contentsWrap .steps {
            width: 100%;
        }
    }

    .contentsWrap .ikuji3_pic {
        float: right;
    }

    .contentsWrap .steps > h3 {
        color: #93ccea;
        margin: 15px 0px;
        font-size: 19px;
    }

    .contentsWrap > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap p.title {
        color: #93ccea;
        padding: 20px 0 0;
    }

    .contentsWrap.borderL {
        margin: 0 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap .steps > ul li {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contentsWrap .innerC {
        padding: 0 10px;
    }

    .contentsWrap.under p.borderL {
        border: none;
    }

    .lay2link {
        margin: 0px 20px 30px;
    }

    .bannerlink.spTop {
        display: none;
    }

    .lay2link > img {
        display: table-cell;
        width: 17%;
        min-width: 80px;
        vertical-align: middle;
    }

    .lay2link .col1 {
        display: table;
        width: 47%;
        float: left;
        border-right: 1px solid #eee;
    }

    .lay2link .col1 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col2 {
        display: table;
        width: 47%;
        float: left;
        padding-left: 30px;
    }

    .lay2link .col2 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_04.png") no-repeat 8% 50%;
    }

    .topBtn3 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn3 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #93ccea url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }
    /*----------- childcare/04.html ----------*/

    .contentsWrap4,
    .contentsWrap16 {
        margin: 30px 10px;
    }

    .contentsWrap4 > h2,
    .contentsWrap16 > h2 {
        font-size: 21px;
        color: #ffb0ca;
    }

    .contentsWrap4 > h3,
    .contentsWrap16 > h3 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap4 p,
    .contentsWrap16 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap4 .steps,
    .contentsWrap16 .steps {
        float: left;
    }

    .contentsWrap4 .ikuji3_pic,
    .contentsWrap16 .ikuji16_pic {
        float: right;
    }

    .contentsWrap4 .steps > h3,
    .contentsWrap16 .steps > h3 {
        color: #ffb0ca;
        margin: 15px 0px;
    }

    .contentsWrap4 > p.borderL,
    .contentsWrap16 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap4 p.title,
    .contentsWrap16 p.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    .contentsWrap4.borderL,
    .contentsWrap16.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap4 .steps > ul.innerC,
    .contentsWrap16 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap4 .steps > ul li,
    .contentsWrap16 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap4 .innerC,
    .contentsWrap16 .innerC {
        padding: 0px;
    }

    .contentsWrap4.under p.borderL,
    .contentsWrap16.under p.borderL {
        border: none;
    }

    .lay2link {
        margin: 0px 20px 30px;
    }

    .bannerlink.spTop {
        display: none;
    }

    .lay2link > img {
        display: table-cell;
        width: 17%;
        min-width: 80px;
        vertical-align: middle;
    }

    .lay2link .col1 {
        display: table;
        width: 47%;
        float: left;
        border-right: 1px solid #eee;
    }

    .lay2link .col1 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col1 > h2 a {
        color: #659F9B;
    }

    .lay2link .col2 {
        display: table;
        width: 47%;
        float: left;
        padding-left: 30px;
    }

    .lay2link .col2 > p {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_04.png") no-repeat 8% 50%;
    }

    .lay2link .col2 > h2 a {
        color: #E7B0B0;
    }

    .topBtn4,
    .topBtn16 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn4 > a,
    .topBtn16 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #FFB0CA url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji4_pic,
    .ikuji16_pic {
        float: right;
    }

    @media screen and (max-width: 610px) {
        .ikuji4_pic,
        .ikuji16_pic {
            float: left;
        }
        .topBtn4 > a,
        .topBtn16 > a {
            background: #FFB0CA
        }
    }
    /*----------- childcare/5,17 ----------*/

    .contentsWrap5,
    .contentsWrap17 {
        margin: 30px 10px;
    }

    .contentsWrap5 > h2,
    .contentsWrap17 h2 {
        font-size: 21px;
        color: #d2c349;
    }

    .contentsWrap5 > h3 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap17 h3 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 19px;
    }

    .contentsWrap5 > p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap17 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contentsWrap5 .steps,
    .contentsWrap17 .steps {
        float: left;
    }

    .contentsWrap5 .ikuji3_pic,
    .contentsWrap17 .ikuji17_pic {
        float: right;
    }

    .contentsWrap5 .steps > h3,
    .contentsWrap17 .steps > h3 {
        font-size: 19px;
        color: #d2c349;
        margin: 15px 0px;
    }

    .contentsWrap5 > p.borderL,
    .contentsWrap17 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap5 p.title,
    .contentsWrap17 p.title {
        color: #d2c349;
        padding: 20px 0 0;
    }

    .contentsWrap5.borderL,
    .contentsWrap17.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap5 .steps > ul.innerC,
    .contentsWrap17 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap5 .steps > ul li,
    .contentsWrap17 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap5 .innerC,
    .contentsWrap17 .innerC {
        padding: 0px;
    }

    .contentsWrap5.under p.borderL,
    .contentsWrap17.under p.borderL {
        border: none;
    }

    .contentsWrap17 .prof_pic {
        float: left;
        height: 150px;
    }

    .topBtn5,
    .topBtn17 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn5 > a,
    .topBtn17 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #d2c349 url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji5_pic,
    .ikuji17_pic {
        float: right;
    }

    .ikuji17 div.text.steps {
        width: 70%;
    }

    @media screen and (max-width: 610px) {
        .ikuji17 div.text.steps {
            width: 100%;
        }
        .ikuji5_pic,
        .ikuji17_pic {
            /*float: left;*/
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
        }
        p.text.steps {
            width: inherit;
        }
        .topBtn5 > a,
        .topBtn17 > a {
            background: #d2c349;
        }
    }
    /*----------- childcare/6, 18 ----------*/

    .contentsWrap6,
    .contentsWrap18 {
        margin: 30px 10px;
    }

    .contentsWrap6 > h2,
    .contentsWrap18 h2.innerC {
        font-size: 21px;
        color: #96d5ae;
    }

    .contentsWrap6 > h3,
    .contentsWrap18 h3 {
        color: #96d5ae;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap6 p,
    .contentsWrap18 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap6 p.text a,
    .contentsWrap18 p.text a {
        color: #96d5ae;
    }

    .contentsWrap6 .ikuji3_pic {
        float: right;
    }

    .contentsWrap6 .steps > h3,
    .contentsWrap18 .steps > h3 {
        font-size: 19px;
        color: #96d5ae;
        margin: 15px 0px;
    }

    .contentsWrap6 > p.borderL,
    .contentsWrap18 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap6 p.title,
    .contentsWrap18 p.title {
        color: #96d5ae;
        padding: 20px 0 0;
    }

    .contentsWrap6.borderL,
    .contentsWrap18.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap6 .steps > ul.innerC,
    .contentsWrap18 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap6 .steps > ul li,
    .contentsWrap18 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap6 .innerC,
    .contentsWrap18 .innerC {
        font-size: 15px;
        padding: 0px;
    }

    .contentsWrap6.under p.borderL,
    .contentsWrap18.under p.borderL {
        border: none;
    }

    .lay2link .col1 > h2 a {
        color: #659F9B;
    }

    .topBtn6,
    .topBtn18 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn6 > a,
    .topBtn18 a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #96d5ae url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji6_pic,
    .ikuji18_pic {
        float: right;
    }

    .ikuji6 .contentsWrap6 > h2,
    .ikuji18 .contentswrap18 > h2 {
        color: #96d5ae;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 36px;
    }

    .ikuji6 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 19px;
        line-height: 26px;
    }

    .ikuji6 .contentsWrap6 > h3.title {
        color: #96d5ae;
        padding: 20px 0 0;
    }

    .ikuji18 div.text.steps {
        width: 75%;
        float: left;
    }

    .ikuji6_pic,
    .ikuji18_pic {
        float: right;
    }

    @media screen and (max-width: 610px) {
        .ikuji6_pic,
        .ikuji18_pic {
            float: left;
        }
        .ikuji18 div.text.steps {
            width: 100%;
        }
        .topBtn6 > a,
        .topBtn18 a {
            background: #96d5ae;
        }
    }
    /*----------- childcare/07.html ----------*/

    .contentsWrap7 {
        margin: 30px 10px;
    }

    .contentsWrap7 > h2 {
        font-size: 21px;
        color: #92ccea;
    }

    .contentsWrap7 > h3 {
        color: #92ccea;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap7 > p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap7 p.text a {
        color: #92ccea;
    }

    .contentsWrap7 .ikuji3_pic {
        float: right;
    }

    .contentsWrap7 .steps > h3 {
        font-size: 19px;
        color: #92ccea;
        margin: 15px 0px;
    }

    .contentsWrap7 p {
        font-size: 15px;
    }

    .contentsWrap7 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap7 p.title {
        color: #92ccea;
        padding: 20px 0 0;
    }

    .contentsWrap7.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap7 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap7 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap7.under p.borderL {
        border: none;
    }

    .topBtn7 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn7 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #92ccea url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji7_pic {
        float: right;
    }

    .ikuji7 .contentsWrap6 > h2 {
        color: #92ccea;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji7 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji7 .contentsWrap6 > h3.title {
        color: #92ccea;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji7_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn7 > a {
            background: #92ccea
        }
    }
    /*----------- childcare/08.html ----------*/

    .contentsWrap8 {
        margin: 30px 10px;
    }

    .contentsWrap8 > h2 {
        font-size: 21px;
        color: #ffb0ca;
    }

    .contentsWrap8 > h3 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap8 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap8 .ikuji3_pic {
        float: right;
    }

    .contentsWrap8 .steps > h3 {
        font-size: 19px;
        color: #ffb0ca;
        margin: 15px 0px;
    }

    .contentsWrap8 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap8 p.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    .contentsWrap8.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap8 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap8 ul li {
        font-size: 16px;
        line-height: 21px;
    }

    .contentsWrap8 .innerC {
        padding: 0px;
    }

    .contentsWrap8 .innerD {
        padding: 0px;
        margin: 10px 0px 60px;
    }

    .contentsWrap8.under p.borderL {
        border: none;
    }

    .topBtn8 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn8 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #ffb0ca url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji8_pic {
        float: right;
    }

    .ikuji8 .contentsWrap6 > h2 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji8 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji8 .contentsWrap6 > h3.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji7_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn8 > a {
            background: #ffb0ca
        }
    }
    /*----------- childcare/09.html ----------*/

    .contentsWrap9 {
        margin: 30px 10px;
    }

    .contentsWrap9 > h2 {
        font-size: 21px;
        color: #d2c349;
    }

    .contentsWrap9 > h3 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap9 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap9 .ikuji3_pic {
        float: right;
    }

    .contentsWrap9 .steps > h3 {
        font-size: 19px;
        color: #d2c349;
        margin: 15px 0px;
    }

    .contentsWrap9 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap9 p.title {
        color: #d2c349;
        padding: 20px 0 0;
    }

    .contentsWrap9.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap9 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap9 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap9 .innerC {
        padding: 0px;
    }

    .contentsWrap9 .innerD {
        padding: 0px;
        margin: 0px 0px 60px;
    }

    .contentsWrap9.under p.borderL {
        border: none;
    }

    .topBtn9 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn9 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #d2c349 url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji9_pic {
        float: right;
    }

    .ikuji9 .contentsWrap6 > h2 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji9 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji9 .contentsWrap6 > h3.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji7_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn9 > a {
            background: #d2c349;
        }
    }
    /*----------- childcare/10.html ----------*/

    .contentsWrap10,
    .contentsWrap14 {
        margin: 30px 10px;
    }

    .contentsWrap10 > h2,
    .contentsWrap14 > h2 {
        font-size: 21px;
        color: #96d5ae;
    }

    .contentsWrap10 > h3,
    .contentsWrap14 > h3 {
        color: #96d5ae;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap10 p,
    .contentsWrap14 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap10 p.text a,
    .contentsWrap14 p.text a {
        color: #96d5ae;
    }

    .contentsWrap10 p.text,
    .contentsWrap14 p.text {
        margin: 0px 0px 30px;
    }

    .contentsWrap10 .ikuji10_pic,
    .contentsWrap14 .ikuji10_pic {
        float: right;
    }

    .contentsWrap10 .steps > h3,
    .contentsWrap14 .steps >h3 {
        font-size: 19px;
        color: #96d5ae;
        margin: 15px 0px;
    }

    .contentsWrap10 > p.borderL,
    .contentsWrap14 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap10 p.title,
    .contentsWrap14 p.title {
        color: #96d5ae;
        padding: 20px 0 0;
    }

    .contentsWrap10.borderL,
    .contentsWrap14.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap10 .steps > ul.innerC,
    .contentsWrap14 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap10 .steps > ul li,
    .contentsWrap14 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap10 .innerC,
    .contentsWrap14 .innerC {
        padding: 0px;
    }

    .contentsWrap10.under p.borderL,
    .contentsWrap14.under p.borderL {
        border: none;
    }

    .topBtn10,
    .topBtn14 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn10 > a,
    .topBtn14 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #96d5ae url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji10_pic,
    .ikuji14_pic {
        float: right;
    }

    .ikuji10 .contentsWrap6 > h2,
    .ikuji14 .contentsWrap6 > h2 {
        color: #96d5ae;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji10 .contentsWrap6 > h3,
    .ikuji14 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji10 .contentsWrap6 > h3.title,
    .ikuji14 .contentsWrap6 > h3.title {
        color: #96d5ae;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji10_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn10 > a,
        .topBtn14 > a {
            background: #96d5ae;
        }
    }
    /*----------- childcare/11,15.html ----------*/

    .contentsWrap11,
    .contentsWrap15 {
        margin: 30px 10px;
    }

    .contentsWrap11 > h2,
    .contentsWrap15 > h2 {
        font-size: 21px;
        color: #93ccea;
    }

    .contentsWrap11 > h3,
    .contentsWrap15 > h3 {
        color: #93ccea;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap11 p,
    .contentsWrap15 p,
    .contentsWrap15 ul {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap11 p.text a,
    .contentsWrap15 p.text a {
        color: #93ccea;
    }

    .contentsWrap11 p.text,
    .contentsWrap15 p.text,
    .contentsWrap15 ul.text {
        margin: 0px 0px 15px;
    }

    .contentsWrap11 .ikuji10_pic,
    .contentsWrap15 .ikuji15_pic {
        float: right;
    }

    .contentsWrap11 .steps > h3,
    .contentsWrap15 .steps > h3 {
        font-size: 19px;
        color: #93ccea;
        margin: 15px 0px;
    }

    .contentsWrap11 > p.borderL,
    .contentsWrap15 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap11 p.title,
    .contentsWrap15 p.title {
        color: #93ccea;
        padding: 20px 0 0;
    }

    .contentsWrap11.borderL,
    .contentsWrap15.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap11 .steps > ul.innerC,
    .contentsWrap15 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap11 .steps > ul li,
    .contentsWrap15 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap11 .innerC,
    .contentsWrap15 .innerC {
        padding: 0px;
    }

    .contentsWrap11.under p.borderL,
    .contentsWrap15.under p.borderL {
        border: none;
    }

    .topBtn11,
    .topBtn15 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn11 > a,
    .topBtn15 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #93ccea url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji11_pic,
    .ikuji15_pic {
        float: right;
    }

    .ikuji11 .contentsWrap6 > h2,
    .ikuji15 .contentsWrap6 > h2 {
        color: #93ccea;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji11 .contentsWrap6 > h3,
    .ikuji15 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji11 .contentsWrap6 > h3.title,
    .ikuji15 .contentsWrap6 > h3.title {
        color: #93ccea;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji11_pic,
        .ikuji15_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn11 > a,
        .topBtn15 > a {
            background: #93ccea;
        }
    }
    /*----------- childcare/12.html ----------*/

    .contentsWrap12 {
        margin: 30px 10px;
    }

    .contentsWrap12 > h2 {
        color: #ffb0ca;
        font-size: 21px;
    }

    .contentsWrap12 > h3 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap12 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap12 p.text a {
        color: #ffb0ca;
    }

    .contentsWrap12 p.text {
        margin: 0px 0px 30px;
    }

    .contentsWrap12 .ikuji10_pic {
        float: right;
    }

    .contentsWrap12 .steps > h3 {
        font-size: 19px;
        color: #ffb0ca;
        margin: 15px 0px;
    }

    .contentsWrap12 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap12 p.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    .contentsWrap12.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap12 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap12 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap12 .innerC {
        padding: 0px;
    }

    .contentsWrap12.under p.borderL {
        border: none;
    }

    .topBtn12 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn12 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #ffb0ca url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji12_pic {
        float: right;
    }

    .ikuji12 .contentsWrap6 > h2 {
        color: #ffb0ca;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji12 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji12 .contentsWrap6 > h3.title {
        color: #ffb0ca;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji12_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn12 > a {
            background: #ffb0ca;
        }
    }
    /*----------- childcare/13.html ----------*/

    .contentsWrap13 {
        margin: 30px 10px;
    }

    .contentsWrap13 > h2 {
        font-size: 21px;
        color: #d2c349;
    }

    .contentsWrap13 > h3 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .contentsWrap13 p {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .contentsWrap13 p.text a {
        color: #d2c349;
    }

    .contentsWrap13 p.text {
        margin: 0px 0px 30px;
    }

    .contentsWrap13 .ikuji10_pic {
        float: right;
    }

    .contentsWrap13 .steps > h3 {
        font-size: 19px;
        color: #d2c349;
        margin: 15px 0px;
    }

    .contentsWrap13 > p.borderL {
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap13 p.title {
        color: #d2c349;
        padding: 20px 0 0;
    }

    .contentsWrap13.borderL {
        margin: 30px 20px 30px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ccc;
    }

    .contentsWrap13 .steps > ul.innerC {
        padding: 0 20px;
        float: left;
    }

    .contentsWrap13 .steps > ul li {
        font-size: 15px;
        line-height: 30px;
    }

    .contentsWrap13 .innerC {
        padding: 0px;
    }

    .contentsWrap13.under p.borderL {
        border: none;
    }

    .topBtn13 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .topBtn13 > a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #d2c349 url("/baby/hatsupapa/images/pc/icon_06.png") no-repeat 41%;
        text-align: center;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
    }

    .ikuji13_pic {
        float: right;
    }

    .ikuji13 .contentsWrap6 > h2 {
        color: #d2c349;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 36px;
    }

    .ikuji13 .contentsWrap6 > h3 {
        padding: 10px 0 20px;
        font-size: 15px;
        line-height: 26px;
    }

    .ikuji13 .contentsWrap6 > h3.title {
        color: #d2c349;
        padding: 20px 0 0;
    }

    div.text.steps {
        width: 65%;
        float: left;
    }

    @media screen and (max-width: 610px) {
        .ikuji13_pic {
            float: left;
        }
        div.text.steps {
            width: inherit;
        }
        .topBtn13 > a {
            background: #d2c349;
        }
    }
    /*----------- /baby/hatsupapa/childcare/index.html ----------*/

    .contentsMain p.main_img img.topM {
        margin-top: 4px;
    }
    /*----------- tokusyu_vol01.html ----------*/

    .tokusyu .innerBox {
        margin: 0 10px;
    }

    .tokusyu .innerBox.section01 {
        margin: 0 40px;
    }

    .tokusyu img.pcTop {
        display: block;
    }

    .tokusyu img.spTop {
        display: none
    }

    .tokusyu .contents.banner01 img.spTop {
        margin-bottom: 20px;
    }

    .tokusyu .pinkBor {
        border-bottom: 2px solid #eee;
    }

    .tokusyu .lay2 {
        display: block;
    }

    .lay2 .col {
        width: 43%;
        font-size: 15px;
        color: #e3a4a4;
        border: 3px solid #e3a4a4;
        padding: 20px;
        text-align: center;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .lay2 .col1 {
        float: left;
        margin-right: 5px;
    }

    .lay2 .col2 {
        float: right;
        margin-left: 5px;
    }

    .text.tokusyuPink {
        color: #e3a4a4;
        margin: 60px 0 20px;
        color: #e3a4a4;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }

    .tokusyu h2.text.title {
        font-size: 21px;
        margin: 70px 0 0;
        padding-bottom: 30px;
        color: #e3a4a4;
        text-align: left;
    }

    .tokusyu h2.text.question {
        margin: 40px 0;
        color: #e3a4a4;
        font-size: 20px;
    }

    .tokusyu p.text_tokusyu {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 35px;
        text-align: center;
    }

    .tokusyu p.anketo_txt {
        margin: 50px 0 0;
        font-size: 15px;
        line-height: 26px;
    }

    .tokusyu .tokusyuBtn01 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .tokusyuBtn01:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .tokusyuBtn01 a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #e3a4a4;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }

    .tokusyu dl.accordion {
        margin-bottom: 50px;
    }

    .tokusyu dl.padBottom {
        padding: 0 0 20px 0;
        border-bottom: 2px solid #eee;
    }

    .tokusyu .accordion > dt {
        display: block;
        width: 18%;
        height: auto;
        float: left;
        background: #fff;
        position: relative;
        margin: 0 10px 0 0;
        font-size: 19px;
        text-align: center;
    }

    .tokusyu .accordion > dt .rankTitle {
        color: #e3a4a4;
        margin-top: 0;
        padding: 70px 0 0 0;
        font-size: 19px;
        line-height: 30px;
    }

    .accordion > dt p.rank {
        position: relative;
        top: 50%;
        left: 0;
        padding: 20px 20px 20px 70px;
    }

    .accordion > dt p.rank_01 {
        background: #fff url("/baby/hatsupapa/images/pc/rank_01.png") no-repeat center 5px;
    }

    .accordion > dt p.rank_02 {
        background: #fff url("/baby/hatsupapa/images/pc/rank_02.png") no-repeat center 5px;
    }

    .accordion > dt p.rank_03 {
        background: #fff url("/baby/hatsupapa/images/pc/rank_03.png") no-repeat center 5px;
    }

    .accordion > dt .point {
        font-size: 0.7em;
        text-align: left
    }

    .accordion > dt .title {
        margin-right: 40px;
        text-align: left;
    }

    .accordion > dt .arrow {
        display: none
    }

    .accordion > dd {
        display: block;
        width: 78%;
        float: right;
    }

    .accordion > dd ul {
        margin: 0;
    }

    .accordion > dd ul li {
        font-size: 15px;
        list-style: disc;
        margin-left: 30px;
    }

    .borderBoxPink {
        font-size: 15px;
        border: 4px solid #e3a4a4;
        margin: 50px 0 0;
        padding: 30px 15px;
    }

    .borderBoxPink > ul li {
        list-style: disc;
        margin-left: 30px;
    }

    .borderBoxOrange {
        border: 2px solid #facd89;
        margin: 0 20px 20px 20px;
    }

    .accordion > dd .borderBoxPink ul {
        margin: 10px;
    }

    .borderBoxBlue {
        border: 4px solid #659F9B;
        margin: 0;
        padding: 20px;
    }

    .borderBoxBlue > a img {
        border-right: 2px solid #659F9B;
        padding-right: 20px;
    }

    .tokusyu .marginTop {
        margin-top: 40px;
    }
    /*----------- tokusyu_vol2.html ----------*/

    .tokusyu01 .miniPanel {
        padding: 0 20px;
    }

    .tokusyu .innerImg {
        width: 100%;
        max-width: 560px;
        margin: 35px auto 0;
    }

    .tokusyu01 .marginBottom {
        margin-bottom: 20px;
    }

    .tokusyu01 .tokusyuColor {
        color: #659F9B;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .tokusyu01 dl.tokusyuColor {
        text-align: left;
    }

    .tokusyu01 .innerBox img.spTop {
        width: 100%;
    }

    .tokusyu01 .siteLst img.spTop {
        margin-bottom: 0;
    }

    .tokusyu01 .text.noMarginBottom {
        margin-bottom: 0px;
    }

    .tokusyu .tokusyuBtn02 {
        margin: 50px 0 30px;
        text-align: center;
    }

    .tokusyuBtn02:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .tokusyuBtn02 a {
        font-size: 15px;
        padding: 10px 33%;
        color: #fff;
        background: #659f9b;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }

    .tokusyu01 .section01 {}

    .tokusyu01 .section_01 {
        margin: 0 45px 0 45px;
    }

    .tokusyu01 .section_01 .pcTop.flotL {
        width: 46%;
        max-width: 380px;
        float: left;
        margin: 0 10px 40px 0;
    }

    .tokusyu01 .section_01 .text.textR {
        float: right;
        width: 50%;
        font-size: 15px;
        line-height: 26px;
    }

    .tokusyu01 .section_02 {
        margin: 0 0 35px 0;
        padding: 40px 0 0 0;
        border: 2px solid #eee;
        border-width: 2px 0 0 0;
    }

    .tokusyu01 dl.accordion {
        width: 63%;
        float: left;
        margin-bottom: 35px;
    }

    .tokusyu01 .accordion > dt {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        position: relative;
        margin: 0 10px 0 0;
        font-size: 19px;
    }

    .tokusyu01 .accordion > dd {
        display: block;
        width: 100%;
        float: left;
    }

    .tokusyu01 .accordion > dt .title {
        font-weight: normal;
    }

    .tokusyu01 .borderBoxOrange.pcTop {
        display: none;
    }

    .tokusyu01 .borderBoxOrange.spTop {
        display: block;
        float: right;
        width: 30%;
        margin: 0;
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
        border: 1px solid #facd89;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .tokusyu01 .accordion > dt .point {
        line-height: 15px;
    }

    .tokusyu01 p.anketo_txt {
        margin: 35px 0 0;
    }

    .tokusyu01 .borderBottom {
        border-bottom: 2px solid #eee;
    }

    .tokusyu01 .borderBottom {}

    .tokusyu01 .panelImg {
        width: 47%;
        display: block;
        margin: 0 0 40px 0;
    }

    .tokusyu01 .section_05 .panelImg {
        margin: 0 0 40px 0;
    }

    .tokusyu01 .panelImg.L {
        float: left;
    }

    .tokusyu01 .panelImg.R {
        float: right;
    }

    .tokusyu01 .topM {
        margin: 35px 0 0 0;
    }

    .tokusyu01 .panelImg .pcText {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 26px;
    }

    .tokusyu01 .section_03 dl.accordion,
    .tokusyu01 .section_05 dl.accordion {
        width: 100%;
    }

    .tokusyu01 .accordion > dt {
        height: auto;
    }

    .tokusyu01 .section_04,
    .tokusyu01 .section_05 {
        margin-top: 35px;
    }

    .tokusyu01 .section_04 p.pcTop {
        display: none;
    }

    .tokusyu01 .section_04 .borderBoxOrange.spTop {
        border: none;
    }

    .tokusyu01 .section_05 .borderBottom {
        margin-top: 35px;
    }

    .tokusyu01 .section_05 .pcTop {
        margin-top: 35px;
    }

    .tokusyu01 .section_05 .borderBoxBlue .pcTop {
        margin-top: 0;
    }

    .tokusyu01 .section_05 dl.accordion {
        margin-bottom: 0;
    }

    .tokusyu01 .borderBoxBlue {}

    .tokusyu01 .borderBoxBlue > a img {
        float: left;
        width: 28%;
        max-width: 229px;
    }

    .tokusyu01 .borderBoxBlue > p {
        float: right;
        width: 64%;
        margin: 0;
        text-align: left;
        font-size: 14px;
        line-height: 26px;
    }

    .tokusyu01 .section_04 p.text.anketo_txt.pcTop {
        display: none;
    }

    .tokusyu01 .marginTop {
        margin-top: 40px;
    }

    @media screen and (max-width: 900px) {
        /*----------- index.html ----------*/
        .main .mainBottom {
            width: 100%;
            margin-top: 5px;
        }
        .mainBottom img.pcTop {
            width: 32.7777%;
        }
    }

    @media screen and (max-width: 800px) {
        .sns .text.tokusyuPink {
            width: 20%;
        }
        /*----------- navi ----------*/
        .navi {
            width: 98%;
        }
        /*----------- tokusyu_vol2.html ----------*/
        .tokusyu .innerBox.section01 {
            margin: 0 20px;
        }
        .tokusyu01 .section_01 {
            margin: 0 0 40px 0;
        }
        .lay2 .col {
            width: 41%;
        }
    }

    @media screen and (max-width: 610px) {
        p.text {
            margin: 0 20px 20px 20px;
            color: #333;
        }
        p.text.center {
            text-align: center;
        }
        a:hover {
            opacity: 0.8;
        }
        .border {
            border-top: 2px solid #eee;
            padding-top: 15px;
        }
        img.pcTop {
            display: none;
        }
        img.spTop {
            display: block;
        }
        .sp_br {
            display: none;
        }
        .tokusyu .sns {
            display: block;
            margin: 0 20px;
            text-align: center;
        }
        .sns .text.tokusyuPink {
            display: block;
            width: 100%;
            margin: 45px 20px 20px 0;
            text-align: center;
            font-size: 19px;
        }
        .sns .pc_none {
            display: block;
        }
        .sns .sp_none {
            display: none;
        }
        .sns > ul {
            display: block;
            width: 260px;
            margin: 0 auto;
        }
        .sns > ul li.linkBtm {
            margin: 10px 8px 0 8px;
        }
        .pc_head {
            display: none;
        }
        .sp_head {
            display: block;
            position: relative;
        }
        .sp_head .logoImg {
            position: absolute;
            top: 10px;
            left: 10px;
            max-width: 25%;
        }
        .sp_head .titleImg {
            width: 30%;
            max-width: 168px;
            padding: 20px 0;
            margin: 0 auto;
            display: block;
        }
        .sp_head .menuBtn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 40px;
            z-index: 1000;
        }
        .sp_head .menuBtn .icon-bar {
            display: block;
            width: 100%;
            height: 5px;
            margin-bottom: 6px;
            background: #333;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
        .sp_head .menuBtn.clicked .bar1 {
            -webkit-transform: translate(5px, 11px) rotate(405deg);
            -moz-transform: translate(5px, 11px) rotate(405deg);
        }
        .sp_head .menuBtn.clicked .bar2 {
            opacity: 0;
        }
        .sp_head .menuBtn.clicked .bar3 {
            -webkit-transform: translate(5px, -11px) rotate(-405deg);
            -moz-transform: translate(5px, -11px) rotate(-405deg);
        }
        .sp_head .subTitle {
            display: block;
            width: 67%;
            max-width: 434px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        #menuBox {
            display: none;
            position: absolute;
            top: 55px;
            width: 100%;
            height: 100%;
            z-index: 999;
        }
        #menuBox .menuPara {
            display: block;
            line-height: 70px;
            text-align: center;
            border-bottom: 1px solid #333;
            color: #000;
            background-color: rgba(255, 255, 255, 0.9);
        }
        #menuBox .menuPara:last-child {
            border-bottom: 5px solid #ff0000;
        }
        #menuBox img {
            width: 50px;
        }
        #menuBox .menuPara.tweet_logo img {
            margin: 14px auto;
        }
        #menuBox .menuPara.facebook_logo img {
            margin: 10px auto;
        }
        #menuBox .menuPara.mail_logo img {
            margin: 18px auto;
        }
        #menuBox .menuPara.line_logo img {
            margin: 10px auto;
        }
        .navi {
            display: none;
        }
        .pc_footer {
            display: none;
        }
        .sp_footer {
            display: block;
        }
        .sp_footer .searchTitle {
            font-size: 20px;
            line-height: 60px;
            border-top: 1px solid #ccc;
            text-align: center;
        }
        .sp_footer .text {
            margin: 0 20px 20px 20px;
        }
        .sp_footer .goToTop {
            display: block;
            width: 15%;
            margin: 0 auto;
        }
        .sp_footer .copyright {
            border-top: 1px solid #ff0000;
            padding-top: 20px;
            margin-top: 20px;
        }
        .sp_footer .copyright > img {
            display: block;
            width: 30%;
            margin: 0 auto 10px;
        }
        .sp_footer .copyright > p {
            text-align: center;
            font-size: 12px;
            padding-bottom: 20px;
        }
        .siteLst {
            padding: 0 10px;
        }
        .contents > h2 {
            margin-top: 20px;
        }
        .contents img.pcTop {
            display: none;
        }
        .contents img.spTop {
            display: block;
            width: 100%;
        }
        .contents .bannerImg > ul {
            width: 100%;
            border: none;
        }
        .contents .bannerImg > ul li {
            float: left;
            width: 100%;
            padding: 0 0 0 0;
            margin-bottom: 10px;
        }
        .contents .bannerImg > ul li.lstL {
            padding-left: 6px;
        }
        .tokusyu01 .section04 p.pcTop {
            display: block;
        }
        /*----------- index.html ----------*/
        .main {
            margin-top: 10px;
            padding: 0;
        }
        #slide {
            width: 100%;
            height: auto;
        }
        #slide img.pcTop {
            display: none;
        }
        #slide img.tbTop {
            display: none;
        }
        #slide img.spTop {
            display: block;
            width: 100%;
            margin-bottom: 0;
        }
        #slide .item > img {
            display: block;
            width: 100%;
            height: auto;
        }
        .owl-theme .owl-controls {
            text-align: center;
            position: absolute;
            bottom: 10px;
            width: 100%;
        }
        .owl-theme .owl-controls .owl-page span {
            background: #FFFFFF;
        }
        .newsArea {
            width: 100%;
            height: auto;
            border: none;
        }
        .newsArea > h2 {
            margin: 20px 20px 10px 20px;
            font-size: 1.4em;
        }
        .newsArea p.smalltxt {
            display: none;
        }
        .newsArea .news {
            margin: 0 0 20px 0;
        }
        .newsArea .news > dl {
            display: table;
            width: 90%;
            height: auto;
            padding: 0;
            margin: 0 0 10px 20px;
            font-size: 16px;
            background: #fff;
        }
        .newsArea .news > dl dt {
            -webkit-flex: 1;
            max-width: 120px;
            display: table-cell;
            width: 120px;
            padding: 0 30px 0 0;
            color: #000;
            font-size: 16px;
            background: #fff;
            text-align: left;
        }
        .newsArea .news > dl dd {
            display: table-cell;
            width: 70%;
            margin-top: 5px;
            color: #000;
        }
        .main .mainBottom {
            width: 100%;
            margin-top: 5px;
        }
        .mainBottom img.pcTop {
            display: none;
        }
        .mainBottom img.spTop {
            display: block;
            width: 100%;
        }
        .contents {
            padding: 0 10px;
            margin-top: 20px;
            border: none;
            text-align: center;
        }
        .contents .txt {
            color: #000;
            font-size: 16px;
            text-align: left;
        }
        /*----------- about/ ----------*/
        .list {
            display: none;
        }
        .contentsMain {
            padding: 0;
            margin: 0;
        }
        .contentsMain img.pcTop {
            display: none;
        }
        .contentsMain img.spTop {
            display: inline-block;
            text-align: center;
            margin: 0 auto 0;
            width: 100%;
        }
        .contentsMain h2 {
            font-size: 20px;
            line-height: 70px;
            /*background    : #f1f1f2;*/
            text-align: center;
            margin-bottom: 20px;
        }
        .contentsMain > p.txt {
            margin: 0 20px 20px 20px;
            color: #000;
            font-size: 16px;
            line-height: 25px;
            text-align: left;
        }
        .contentsMain .txt.bold {
            font-weight: bold;
        }
        .contentsMain p.small_txt {
            margin: 0 20px 20px 20px;
            color: #000;
            font-size: 16px;
            text-align: left;
        }
        /*----------- ikuji_top.html ----------*/
        .contentsMain p.main_img img.spTop {
            width: 100%;
        }
        /*----------- childcare/01.html ----------*/
        .contentsInner {
            margin: 0;
        }
        .contentsInner h3 {
            margin: 10px 20px 15px;
            font-size: 19px;
            line-height: 28px;
        }
        .contentsInner > p {
            padding: 0;
            font-size: 16px;
            line-height: 23px;
        }
        .contentsInner > p.title {
            margin: 0 20px;
            padding: 0;
            font-size: 19px
        }
        .contentsInner.under > p:last-child {
            border: none;
        }
        .lay2link.pcTop {
            display: none;
        }
        .bannerlink.spTop {
            display: block;
        }
        .topBtn {
            margin: 50px 10px 30px;
        }
        .topBtn > a {
            padding: 10px 33%;
            background: #d2c349;
        }
        /*----------- childcare/02.html ----------*/
        .contentsBox {
            margin: 0;
        }
        .contentsBox h3 {
            margin: 10px 20px 15px;
            font-size: 19px;
            line-height: 28px;
        }
        .contentsBox > p {
            padding: 0;
            font-size: 16px;
            line-height: 23px;
        }
        .contentsBox > p.title {
            margin: 0 20px;
            padding: 0;
            font-size: 19px
        }
        .contentsBox.under > p:last-child {
            border: none;
        }
        .lay2link.pcTop {
            display: none;
        }
        .bannerlink.spTop {
            display: block;
        }
        .topBtn2 {
            margin: 50px 10px 30px;
        }
        .topBtn2 > a {
            padding: 10px 34%;
            background: #96d5ae;
        }
        /*----------- childcare/03.html ----------*/
        .contentsWrap {
            margin: 0;
        }
        .contentsWrap .steps {
            float: left;
        }
        .contentsWrap h3 {
            font-size: 19px;
            line-height: 28px;
        }
        .contentsWrap > p {
            padding: 0;
            font-size: 16px;
            line-height: 23px;
        }
        .contentsWrap > p.title {
            margin: 0 20px;
            padding: 0;
            font-size: 19px
        }
        .contentsWrap.under > p:last-child {
            border: none;
        }
        .lay2link.pcTop {
            display: none;
        }
        .bannerlink.spTop {
            display: block;
        }
        .topBtn3 {
            margin: 50px 10px 30px;
        }
        .topBtn3 > a {
            padding: 10px 34%;
            background: #93ccea;
        }
        /*----------- tokusyu_vol01.html ----------*/
        .contentsMain p.main_img {
            margin-top: 0;
        }
        /*----------- tokusyu_vol01.html ----------*/
        .tokusyu .innerBox {
            width: 100%;
            margin: 0 auto;
        }
        .tokusyu .innerBox.section01 {
            margin: 0;
        }
        .tokusyu img.pcTop {
            display: none;
        }
        .tokusyu img.spTop {
            display: block;
            margin-bottom: 20px;
        }
        .tokusyu .contents.banner01 img.spTop {
            margin-bottom: 0;
        }
        .tokusyu .pinkBor {
            border-bottom: 1px solid #e3a4a4;
        }
        .tokusyu .lay2 {
            display: none;
        }
        .text.tokusyuPink {
            margin: 0 20px 20px 20px;
            color: #e3a4a4;
            text-align: center;
            font-size: 19px;
            line-height: 26px;
            font-weight: bold;
        }
        .tokusyu p.text.title {
            margin: 0 20px 20px 20px;
            padding-bottom: 0;
            font-size: 19px;
            text-align: center;
        }
        .tokusyu p.text.question {
            margin: 20px;
            font-size: 19px;
        }
        .tokusyu .tokusyuPink {
            color: #e3a4a4;
            font-size: 19px;
        }
        .tokusyu p.text_tokusyu {
            margin: 0 20px 20px 20px;
            color: #333;
            font-size: 16px;
            line-height: 23px;
            text-align: left;
        }
        .tokusyu p.anketo_txt {
            margin: 0 20px 20px 20px;
            font-size: 15px;
            line-height: 26px;
        }
        .text.tokusyuPink {
            margin: 0 20px 20px 20px;
            color: #e3a4a4;
            text-align: center;
            font-size: 19px;
            line-height: 26px;
            font-weight: bold;
        }
        .tokusyuBtn01:hover {
            opacity: 0.8;
            cursor: pointer;
        }
        .tokusyuBtn01 a {
            padding: 10px 34%;
            color: #fff;
        }
        .tokusyu dl.accordion {
            margin-bottom: 0;
        }
        .tokusyu dl.padBottom {
            padding: 0;
            border: none;
        }
        .tokusyu .accordion > dt {
            width: auto;
            float: none;
            height: 70px;
            background: #ededed;
            padding: 20px;
            position: relative;
            margin: 0 0 2px 0;
            text-align: left;
        }
        .tokusyu .accordion > dt .rankTitle {
            float: none;
            margin-top: 0;
            padding: 0 0 0 75px;
            font-size: 0.8em;
            line-height: 70px;
        }
        .accordion > dt p.rank {
            position: relative;
            top: 50%;
            left: 0;
            padding: 20px 20px 20px 70px;
        }
        .accordion > dt p.rank_01 {
            background: #ededed url("/baby/hatsupapa/images/sp/rank_01.png") no-repeat;
        }
        .accordion > dt p.rank_02 {
            background: #ededed url("/baby/hatsupapa/images/sp/rank_02.png") no-repeat;
        }
        .accordion > dt p.rank_03 {
            background: #ededed url("/baby/hatsupapa/images/sp/rank_03.png") no-repeat;
        }
        .accordion > dl .title {
            margin-right: 40px;
        }
        .accordion > dt .arrow {
            display: block;
            position: absolute;
            top: 40px;
            right: 20px;
        }
        .accordion > dt .arrow:after {
            content: "▼"
        }
        .accordion > dt.clicked .arrow:after {
            content: "▲"
        }
        .accordion > dd {
            display: none;
            width: 100%;
            float: none;
        }
        .accordion > dd ul {
            margin: 30px 20px;
        }
        .borderBoxPink > ul li {
            list-style: disc;
            margin-left: 30px;
        }
        .borderBoxOrange {
            border: 2px solid #facd89;
            margin: 0 20px 20px 20px;
        }
        .accordion > dd .borderBoxPink ul {
            margin: 10px;
        }
        .borderBoxPink {
            border: 2px solid #e3a4a4;
            margin: 0 20px 20px 20px;
            padding: 10px;
        }
        .borderBoxBlue {
            border: 2px solid #659F9B;
            margin: 0 20px 20px 20px;
            padding: 20px;
        }
        .tokusyu .marginTop {
            margin-top: 20px;
        }
        /*----------- tokusyu_vol2.html ----------*/
        .tokusyu01 .miniPanel {
            padding: 0 20px;
        }
        .tokusyu01 .marginBottom {
            margin-bottom: 20px;
        }
        .tokusyu .innerImg {
            width: auto;
            max-width: 560px;
            margin: 0 auto 10px;
        }
        .tokusyu01 .tokusyuColor {
            color: #659F9B;
            font-weight: bold;
            font-size: 19px;
            line-height: 20px;
            text-align: left;
        }
        .tokusyu01 .innerBox img.spTop {
            width: 100%;
            text-align: center;
        }
        .tokusyu01 .siteLst img.spTop {
            margin-bottom: 0;
        }
        .tokusyu01 .text.noMarginBottom {
            margin-bottom: 0px;
        }
        .tokusyu01 .section_01 {
            margin: 0;
            border-bottom: none;
        }
        .tokusyu01 .section_01 .text.textR {
            float: none;
            width: auto;
            font-size: 16px;
            line-height: 23px;
        }
        .tokusyu01 dl.accordion {
            width: 100%;
        }
        .tokusyu01 .borderBoxOrange.pcTop {
            display: block;
            float: none;
            width: auto;
            margin: 0 20px 20px 20px;
            padding: 0;
            font-size: 14px;
            line-height: 26px;
            border: 2px solid #facd89;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
        }
        .tokusyu01 .borderBoxOrange.spTop {
            display: none;
        }
        .tokusyu01 .borderBottom {
            display: none;
        }
        .tokusyu01 .section_05 .panelImg {
            width: 100%;
            display: block;
            margin: 0;
        }
        .tokusyu01 .panelImg.L {
            float: none;
        }
        .tokusyu01 .panelImg.R {
            float: none;
        }
        .tokusyu01 .panelImg .pcText {
            margin: 10px 20px 10px;
            font-size: 15px;
            line-height: 26px;
        }
        .tokusyu01 .spText {
            width: 100%;
            margin: 0 auto;
            padding: 0;
        }
        .tokusyu01 .section_02 {
            margin: 0;
            padding: 0;
            border: none;
        }
        .tokusyu01 .section_04,
        .tokusyu01 .section_05 {
            margin-top: 0;
        }
        .tokusyu01 .accordion > dt {
            height: auto;
        }
        .tokusyu01 .accordion > dd {
            display: none;
        }
        .tokusyu01 .borderBoxBlue {}
        .tokusyu01 .borderBoxBlue a img {
            float: none;
            width: 100%;
            max-width: auto;
            margin: 0 auto;
            border-right: none;
            padding-right: 0;
        }
        .tokusyu01 .borderBoxBlue > p {
            float: none;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            font-size: 14px;
            line-height: 26px;
        }
        .tokusyu01 .section_04 p.text.anketo_txt.pcTop {
            display: block;
        }
    }
    /*-- SEO --*/

    .contents h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .contentsMain h1 {
        font-size: 34px;
        line-height: 19px;
        display: block;
    }

    .contentsMain h2 {
        font-size: 15px;
        line-height: 28px;
    }

    .contentsMain > h2 {
        margin-top: 20px;
    }

    .pc_footer h2 {
        font-size: 10px;
    }

    .ikuji1 .contentsInner > h2 {
        color: #D2C349;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 36px;
    }

    .ikuji1 .contentsInner > h3 {
        padding: 10px 0 20px;
        font-size: 19px;
        line-height: 26px;
    }

    .ikuji1 .contentsInner > h3.title {
        color: #D2C349;
        padding: 20px 0 0;
    }

    .lay2link .col1 > h2 {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col2 > h2 {
        display: table-cell;
        width: 80%;
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        background: url("/baby/hatsupapa/images/pc/icon_03.png") no-repeat 8% 50%;
    }

    .lay2link .col1 > h2 a {
        color: #659F9B;
    }

    .lay2link .col2 > h2 a {
        color: #E7B0B0;
    }

    .ikuji2 .contentsBox > h2 {
        color: #96D5AE;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 36px;
    }

    .ikuji2 .contentsBox > h3 {
        padding: 10px 0 20px;
        font-size: 19px;
        line-height: 26px;
    }

    .ikuji2 .contentsBox > h3.title {
        color: #96D5AE;
        padding: 20px 0 0;
    }

    .ikuji3 .contentsWrap > h2 {
        color: #93ccea;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 36px;
    }

    .ikuji3 .contentsWrap > h3 {
        padding: 10px 0;
        font-size: 19px;
        line-height: 26px;
    }

    .ikuji3 .contentsWrap > h3.title {
        color: #93ccea;
        padding: 20px 0 0;
    }

    ul.lists {
        margin-top: 20px;
    }

    ul.lists li {
        list-style: disc;
        line-height: 30px;
        margin-left: 20px;
    }

    .text a[target="_blank"] {
        background: url(/baby/hatsupapa/images/blank_link.png) no-repeat right center;
        background-size: 15px 15px;
        padding-right: 18px;
    }

    #fb-root:after {
      content: "";
    }