@charset "utf-8";
/* CSS Document */

#container {
    padding-top: 7vw;
}

#fixed-header {
    top: 0;  
}

div#contentArea {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

div#contentArea  p.breadcrumbs {
    font-size: 0.7vw;
}


div#contentArea  h3 {
    width: 100%;
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3vw;
    padding-bottom: 2vw;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2vw;
    font-weight: 500;
    text-align: center;
    line-height: 200%;
    color: #009e96;
}

div#contentArea  h3 sup {
		font-size: 50%;
}

div#contentArea  p.cfpEx {
    color: #009e96;
    font-size: 0.675vw;
    line-height: 175%;
}

div#contentArea  h3 small {
		font-size: 60%;
}

div#contentArea  h4 {
    width: 100%;
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    line-height: 160%;
    background-color: #cccccc;
}

div#contentArea  h5 {
    width: 100%;
    margin-top: 3vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 1vw;
    font-weight: 600;
    text-align: left;
    line-height: 160%;
    color: #009e96;
}

div#contentArea p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9vw;
    line-height: 200%;
    font-weight: 400;
    text-align: justify;

}

div#contentArea p span {
    font-weight: 600;
    color: #009e96;
}

div#contentArea p.img {
    margin-top: 2vw;
    text-align: center;
}

div#contentArea p.lifeCycle {
    margin-top: 0.5vw;
    font-size: 1.25vw;
    font-weight: 600;
    text-align: center;
		color: #e85298;
}

div#contentArea p.imgW {
    margin-top: 1vw;
    text-align: center;
}

div#contentArea p.imgW img {
    margin-top: 0.5vw;
    width: 40%;
}

div#contentArea p.img img {
    width: 30%;
}


/* ここからメディアクエリー */
@media screen and (orientation: portrait) {

    #container {
    padding-top: 20vw;
    }

    div#contentArea {
    width: 88%;
    padding-top: 3vw;
    }

    div#contentArea  h3 {
        margin-top: 12vw;
        padding-bottom: 5vw;
        font-size: 4vw;
        font-weight: 600;
    }

    div#contentArea p {
        font-size: 3.6vw;
        font-weight: 400;
    }

    div#contentArea p.img {
        margin-top: 3vw;
        text-align: center;
    }
    
    div#contentArea p.img img {
        width: 40%;
    }
		
		div#contentArea p.imgW img {
    		width: 80%;
		}
} /* ここまでメディアクエリー */
