
@charset "UTF-8";
*{
    box-sizing: border-box;
}
html{
    font-size:16px;
    color: #2c2c2c;
}
body{
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.container{
    text-align: center;
}
section{
    padding-top:1px;
    padding-bottom:60px;
}
img{
    max-width:100%;
}

h2,h3,h4{
    font-weight:bold;
    line-height: 1.3;
}

.center{
    text-align:center;
}
.ib{
    display:inline-block;
}

.cvBtn, .cvBtn:visited,.cvBtn:focus{
    display: inline-block;
    background: #ed7700;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    max-width: 100%;
    border-radius: 2em;
    border: 2px solid #ffc1aa;
    padding: 10px 50px;
}
.cvBtn:hover{
    color: #fff;
    text-decoration: none;
    background-color: #f09433;
    transition: background-color 0.3s linear;
}

.breadcrumbs{
    margin: 5px auto;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        font-size: 13px;
    }
}

/*header*/
div#header {
    background-color: white;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    height: 44px;
    border-bottom: 1px solid #F9C852;
}
.tagLine{
    font-size: 0.75em;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}
.headerBox{
    display: flex;
}
.headerLogo{
    font-size: 11px;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
}
.logoBox{
    display: inline-block;
    margin: 0;
    text-align: left;
}
.logoTagLine{
    display: none;
}
.logoImg{
    max-width: 100%;
    width: 150px;
}

#footer, #footer a {
    background: #F9C852;
    color: #fff;
    padding: 15px 0;
    font-size: 0.9em;
}

/*fv*/
#fv{
    margin-top: 44px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('/assets/lp/images/babymoni/fv.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}
.fvLogoBox{
    margin: 10px 0;
}
.ttl{
    margin: 0;
    font-size: 1.0rem;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.5;
}

.fv-headline{
    font-size:3rem;
    font-weight: bold;
    margin: 50px 0;
    padding: 0;
}
.fv-headline-adjust{
    margin-right:-1em;
}
.fv-subhead{
    font-size:2rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 0;
    color: #efefef;
}
.fv-subhead-adjust{
    margin-right:-1em;
}
.fv-copy{
    font-size:1.2rem;
    font-weight: normal;
    margin: 20px 0 50px;
    padding: 0;
}

#renkei{
    background: #f5feff;      	
}

#spec{
    background: #fff8f4;
}
.section-headline{
    font-size: 2rem;
    font-weight: bold;
    margin: 50px 0;
    text-align: center;
}
.spec-headline{
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 20px;
}
.spec-copy{
    font-size: 0.875rem;
    font-weight: normal;
}
.spec-copy h4{
    font-weight: bold;
}
.specBox{
    margin: 40px auto 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 900px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0px 2px 6px #979797;
    background: #fff;
}
.specBox:nth-of-type(even){
    flex-direction: row-reverse;
}
.specBoxImage{
    width: 50%;
    /* max-width: 450px; */
    /* max-height: 350px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.specBoxCopy{
    width: 50%;
    max-width:450px;
    /*max-height: 350px;*/
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contactSection{
    background: #f4f5ff;
    padding-top: 1px;
}
.contactSection .section-headline{
    margin: 50px 0 20px;
}
.underline{
    background: linear-gradient(transparent 55%, #ffff9d 45%);
}

@media screen and (max-width: 991px){
    .ttl{
        margin-top: 0.6em;
        text-align: center;
    }
    .specBox{
        flex-direction: column;
        width: 450px;
        max-width: 100%;
    }
    .specBox:nth-of-type(even){
        flex-direction: column;
    }
    .specBoxImage, .specBoxCopy{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    html{
        font-size: 14px;
    }
    div#header {
        height: 60px
    }
    #fv {
        margin-top: 60px;
    }
    .headerBox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    .tagLine{
        margin: 3px 0;
    }
}
@media screen and (max-width: 425px){
    div#header {
        height: 44px
    }
    section {
        padding-bottom:30px;
    }
    .tagLine{
        display: none;
    }
    #fv {
        margin-top: 44px;
    }
    .ttl{
        margin-top: 1em;
        font-size: 1.0rem;
    }
    .fv-headline {
        font-size: 1.56rem;
        margin: 20px 0;
    }
    .fv-subhead {
        font-size: 1.2rem;
        margin: 10px 0;
    }
    .fv-copy {
        font-size: 1.0rem;
        margin-bottom: 20px;
    }
    .section-headline {
        font-size: 1.5rem;
        margin: 20px 10px;
    }
    .specBoxCopy{
        padding: 20px 10px;
    }
    .specBoxCopy h4{
        font-weight: bold;
    }
    .spec-headline {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 0 20px;
    }

    .cvBtn{
        font-size: 1.0em;
    }
}