/**************************************
#staticEntryHeadArea
**************************************/
ol, ul,li {
  list-style-type: none;
}
img{
    width: 100%;
}
#wrap{
    padding: 14rem 0 0 0!important;
}
#staticEntryHeadArea{
    display: block;
    width: 100%;
    margin-top: 1rem;
}

#staticEntryHeadArea.static_ud{
    background: #3158A8;
    color: #FFFFFF;
}
#staticEntryHeadArea.static_cd{
    background: #3196A8;
    color: #FFFFFF;
}

#staticEntryHeadArea .inner{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    max-width: 880px;
    padding: 0 1.4rem;
    margin: 0 auto;
}

#staticEntryHeadArea .inner > figure{
    display: block;
    width: 12.2rem;
    min-height: 9.4rem;
    position: relative;
}
#staticEntryHeadArea .inner > figure > img{
    display: block;
    width: 15rem;
    height: auto;
    position: absolute;
    left: -1.4rem;
    top: calc(50% - 7.5rem);
}

/* #staticEntryHeadArea .inner > .__ttl h2{
    display: block;
    width: calc(100% - 12.2rem);
    padding: 2.5rem 1.4rem 1.5rem 3.4rem;
    
}
#staticEntryHeadArea .inner > .__ttl h2{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}
#staticEntryHeadArea .inner > .__ttl p{
    display: none;
} */



#staticEntryHeadArea .inner > dl{
    display: block;
    width: calc(100% - 12.2rem);
    padding: 2.5rem 1.4rem 1.5rem 3.4rem;
}

#staticEntryHeadArea .inner > dl > dt{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}

#staticEntryHeadArea .inner > dl > dd{
    display: none;
}



/**************************************
#staticEntrySection
**************************************/
#staticEntrySection{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 6rem auto 10rem;
    padding: 0 1.4rem 0 1.2rem;

}
#staticEntrySection > .contentsttl{
    display: block;
    max-width: 230px;
    width: 100%;
    font-family: tbudgothic-std,sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin:2rem 4rem 0 0;
    color:#247A89;
}
#staticEntrySection > .contentsttl h3{
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 2rem;
    margin-bottom: 6rem;
}
#staticEntrySection > .contentsttl .f-item ._topic{
    
}
#staticEntrySection > .contentsttl .f-item ._topic._current{
    background: #E2F5F8;
}
#staticEntrySection > .contentsttl .f-item ._topic a{
    font-size: 1.6rem;
    border-top:0.1rem solid  #3196A8;
    color: #247A89;
    padding: 2rem;
    display: block;
}
#staticEntrySection > .contentsttl .f-item ._topic:last-of-type a{
    border-bottom:0.1rem solid  #3158A8;
}

#staticEntrySection > .contents{
    display: block;
    max-width: 850px;
    width: 100%;
    padding: 4rem 0 3rem 3.2rem;
}

#staticEntrySection.__ud > .contents{ border-left: 2px solid #3158A8;}
#staticEntrySection.__cd > .contents{ border-left: 2px solid #3196A8;}



/**************************************
entryTTL
**************************************/
#staticEntrySection .entryTTL{
    display: block;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2rem 4.5rem;
    background: #F8F8F8;
    font-family: tbudgothic-std,sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
}
#staticEntrySection.__cd .entryTTL{
        color:#3158A8;
}
#staticEntrySection.__cd .entryTTL{
        color:#3196A8;
}

#staticEntrySection .entryTTL::before{
    content: '';
    display: block;
    width: 0.6rem;
    height: 100%;
    background: #444444;
    position: absolute;
    top: -2rem;
    left: 2rem;
}

#staticEntrySection.__cd .entryTTL::before{ background-color: #3158A8;}
#staticEntrySection.__cd .entryTTL::before{ background-color: #3196A8;}


/**************************************
static
**************************************/
#staticEntrySection .contents .teacherName_pc{
    text-align: right;
    font-size: 1.6rem;
    margin:2rem 0 4.5rem auto ;
}
#staticEntrySection .contents ._section{
    margin-top: 2rem;
}
#staticEntrySection .contents ._section + ._section{
    margin-top: 6rem;
}
#staticEntrySection .contents .entryTTL + .contentsInner{
    padding:0 2rem 0 4rem;
}
#staticEntrySection .contents .contentsInner .spOnly{
    display: none;
}
#staticEntrySection .contents p{
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    /* line-height: 1.7; */
    line-height: 2;
    color: #444444;
    margin-bottom: 2rem;
}
#staticEntrySection .contents p .f__bold{
    font-weight: bold;
}
#staticEntrySection .contents .contentsInner ._pic{
    display: flex;
    align-items: center;
}
#staticEntrySection .contents .contentsInner ._pic img{
    max-width: 13.5rem;
    margin-left: 2rem;
}
#staticEntrySection .contents .contentsInner ._pic ._box{
    display: block;
    /* width: calc(100% - 4.5rem - 2.5rem); */
    margin-left:4rem ;
    padding: 2.5rem 2rem 1rem;
    position: relative;
    border: 1px solid #444444;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box dt{
    color: #247A89;
}
#staticEntrySection.__cd.contents .contentsInner ._pic ._box dt{
    color: #247A89;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box{
    border: 1px solid #247A89;
}
#staticEntrySection.__cd.contents .contentsInner ._pic ._box{
    border: 1px solid #247A89;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dt{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -2.1rem;
    left: 2rem;
    background: #ffffff;
    padding: 1rem;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dd{
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    /* letter-spacing: 0.085em; */
    letter-spacing: 0;
    display: flex;
    margin-bottom: 1.5rem;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dd span{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #444444;
    margin: 0.8rem 1rem 0 0;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box > dd span{
    background: #3158A8;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box > dd span{
    background: #3196A8;
}
#staticEntrySection .contents .contentsInner ._imgArea{
    margin: 0 auto;
}
#staticEntrySection .contents .contentsInner ._imgArea._symptoms_img_01{
    max-width: 60rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner .__ttlBand{
    background: #444444;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    margin: 4rem auto 2rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
}
#staticEntrySection.__cd .contents .contentsInner .__ttlBand{
    background:#3158A8 ;
}
#staticEntrySection.__cd .contents .contentsInner .__ttlBand{
    background:#3196A8 ;
}
#staticEntrySection .contents .contentsInner ._bullets{
    font-size: 1.4rem;
    list-style: disc;
    margin: 0 2rem 0 4rem;
    letter-spacing: 0.2rem;
}
#staticEntrySection .contents .contentsInner ._bullets.__text13{
    font-size: 1.3rem;
}
#staticEntrySection .contents .contentsInner ._bullets > li{
    list-style: disc;
    /* padding-left: 2rem; */
    margin-bottom: 0.8rem;
    line-height: 1.5;
    text-align: justify;
}
#staticEntrySection .contents .contentsInner ._bullets > li:last-of-type{
    margin-bottom: 0;
}
#staticEntrySection .contents .contentsInner .__indent{
    padding: 0 2rem;
}
#staticEntrySection .contents .contentsInner .__note{
    font-size: 1.3rem;
    letter-spacing: 0.12rem;
    line-height: 1.7;
    color: #444444;
    margin:1.1rem 0 2rem;

}
#staticEntrySection .contents .contentsInner .__indent_Img{
    margin: 0 2rem;
}
#staticEntrySection .contents .contentsInner .__quote{
    text-align: right;
    /* padding-right: 2rem; */
    font-size: 1rem;
    margin: 1rem 0 0;
}
#staticEntrySection .contents .contentsInner ._imgArea._symptoms_img_02{
    max-width: 65rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._imgArea._symptoms_img_03{
    max-width: 47rem;
    width: 100%;
    margin-left: 17rem;
}
#staticEntrySection .contents .contentsInner .__flex{
    display: flex;
}
#staticEntrySection .contents .contentsInner ._cd_inspection_img_01{
    max-width: 40rem;
    width: 100%;
    margin-left: 4rem;
}
#staticEntrySection .contents .contentsInner ._cd_inspection_img_02{
    max-width: 70rem;
    width: 100%;
    margin-left: 2rem;
}
#staticEntrySection .contents .contentsInner ._cd_inspection_img_03{
    max-width: 63rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._cd_inspection_img_04{
    max-width: 62rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_01{
    max-width: 69rem;
    width: 100%;
    margin: 0 auto 2rem;
}
#staticEntrySection .contents .contentsInner ._list_Disc{
    padding: 0 2rem;
}
#staticEntrySection .contents .contentsInner ._list_Disc li{
    margin-bottom: 3rem;
}
#staticEntrySection .contents .contentsInner ._list_Disc li h3{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #444444;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
}
#staticEntrySection.__cd .contents .contentsInner ._list_Disc li h3{
    color: #3158A8;
}
#staticEntrySection.__cd  .contents .contentsInner ._list_Disc li h3{
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner ._list_Disc li h3 ._bigDisc{
    width: 1.2rem;
    height: 1.2rem;
    background: #444444;
    border-radius: 50%;
    margin-right: 0.5rem;
}
#staticEntrySection.__cd .contents .contentsInner ._list_Disc li h3 ._bigDisc{
    background: #3158A8;
}
#staticEntrySection.__cd .contents .contentsInner ._list_Disc li .__green{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    color: #247A89;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;

}
#staticEntrySection.__cd .contents .contentsInner ._list_Disc li .__green ._bigDisc{
    width: 1.2rem;
    height: 1.2rem;
    background: #444444;
    border-radius: 50%;
    margin-right: 0.5rem;
}
#staticEntrySection.__cd .contents .contentsInner ._list_Disc li .__green ._bigDisc{
    background: #247A89;
}

#staticEntrySection.__cd  .contents .contentsInner ._list_Disc li h3 ._bigDisc{
    background: #3196A8;
}
#staticEntrySection .contents .contentsInner ._list_Disc li p{
    font-size: 1.3rem;
    line-height: 1.6;
    color:#444444;
}
#staticEntrySection .contents .contentsInner .__leftText_02{
    max-width: 50.7rem;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_02{
    max-width: 24.4rem;
    width: 100%;
    margin-left: 2rem;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-short{
    padding: 0 2rem;
    margin-bottom: 2.6rem;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-short h3{
    font-size: 1.5rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #444444;
    color: #444444;
    padding: 0 2rem 1.5rem;
    margin-bottom: 1rem;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-short h3{
    border-bottom: 1px solid #3158A8;
    color: #3158A8;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-short h3{
    border-bottom: 1px solid #3196A8;
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-short p{
    padding: 0 2rem;
}
#staticEntrySection .contents .contentsInner .left_03Text{
    max-width: 52.4rem;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_03{
    max-width: 22rem;
    width: 100%;
    margin-left: 1.2rem;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-short  .__annotation{
    text-align: left;
    margin: 2rem auto 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-short .__quote{
    margin: 2rem 0;
}

#staticEntrySection .contents .contentsInner .__ttl_UnderLine-long{
    margin-bottom: 2.6rem;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-long h3 {
    font-size: 1.8rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #444444;
    color: #444444;
    padding: 0 2rem 1.5rem;
    margin-bottom: 1rem;
}

#staticEntrySection .contents .contentsInner h3{
    font-size: 1.8rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #444444;
    /*padding: 0 2rem 1.5rem;*/
    margin-bottom: 1rem;
    /*border-bottom: 1px solid #3196A8;*/
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner h3._new{
    border-bottom: 1px solid #247A89;
    margin: 0 2rem 1.5rem;
    padding: 0 0 1.5rem;
}

#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-long h3{
    border-bottom: 1px solid #3158A8;
    color: #3158A8;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-long h3{
    border-bottom: 1px solid #3196A8;
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-long p{
    padding: 0 2rem;
}
#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_01{
    padding: 0 2rem;
    margin-bottom: 2rem;
}

#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-long  .__annotation{
    text-align: left;
    margin: 2rem auto 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-long .__quote{
    margin: 2rem 0;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript{
    margin-bottom: 3rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript.__smallText h4,#staticEntrySection.__cd .contents .contentsInner .__postscript.__smallText p{
    font-size: 1.3rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript.__smallText h4{
    margin-bottom: 1rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript h4{
    font-size: 1.5rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #444444;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript h4{
    color: #3158A8;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript h4{
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_02{
    padding: 0 2rem;
    margin: 2rem 0;
}
#staticEntrySection .contents .contentsInner ._asterisk{
    font-size: 1.2rem;
    list-style: none;
    margin: 0 2rem 0 2rem;
    letter-spacing: 0.2rem;
}
#staticEntrySection .contents .contentsInner ._asterisk > li{
    list-style: none;
    /* padding-left: 2rem; */
    margin-bottom: 0.8rem;
    line-height: 1.5;
    text-indent: -1.4rem;
    padding-left: 1.2rem;
}
#staticEntrySection .contents .contentsInner ._asterisk > li:last-of-type{
    margin-bottom: 0;
}
#staticEntrySection .contents .contentsInner ._colorBack{
    background: #EBFBFF;
    padding: 2rem;
    margin:0 2rem;
}
#staticEntrySection .contents .contentsInner ._colorBack li{
    font-size: 1.5rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #444444;
    margin-bottom: 2rem;
    text-indent: -1.4rem;
    padding-left: 1.2rem;
}
#staticEntrySection .contents .contentsInner ._colorBack  > li:last-of-type{
    margin-bottom: 0;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad,#staticEntrySection .contents .contentsInner .__flex.__topMargin{
    display: flex;
    margin: 2rem;
}
#staticEntrySection .contents .contentsInner .__flex.__topMargin p{
    font-size: 1.4rem;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad{
    display: flex;
    margin: 2rem;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad p{
    text-indent: -2rem;
    padding-left: 1.6rem;
    font-size: 1.4rem;
}
#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_03{
    margin: 0 0 0 1.8rem;
    max-width: 22rem;
    width: 100%;
    flex-shrink: 0;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad_02 .__flex-leftContents{
    max-width: 46.6rem;
}
#staticEntrySection .contents .contentsInner ._colorBack.__noPad{
    background: #EBFBFF;
    padding: 2rem;
    margin:0 0 2rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._colorBack ._bullets.__bigSize{
    margin: 0;
}
#staticEntrySection .contents .contentsInner ._colorBack ._bullets.__bigSize li{
    font-size: 1.5rem;
    list-style: disc;
    margin: 0 2rem 1rem;
    letter-spacing: 0.2rem;
    text-indent: 0 ;
    padding-left: 0;
    line-height: 1.6;
}
#staticEntrySection .contents .contentsInner ._colorBack ._bullets.__bigSize li:last-of-type{
    margin-bottom: 0;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad_02{
    display: flex;
    margin: 2rem 2rem 3rem;
}
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_01{
    margin: 0 0 0 3rem;
    max-width: 22rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_01 img{
    max-width: 22rem;
}
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_02{
    margin: 0 2rem 0 4rem;
    max-width: 16.5rem;
    width: 100%;
    flex-shrink: 0;
}
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_02 img{
    max-width: 16.5rem;
}







/**************************************
community
**************************************/
#staticEntrySection .communityTTL{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    font-family: tbudgothic-std,sans-serif;
    min-height: 7rem;
    margin-bottom: 3rem;
    background: #F8F8F8;
}

#staticEntrySection .communityTTL > em{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 7rem;
    background: #237CB4;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
#staticEntrySection .communityTTL > em::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 2.1rem;
    border-color: transparent transparent transparent #237CB4;
    position: absolute;
    right: -2rem;
    top: calc(50% - 1rem);
}

#staticEntrySection .communityTTL > span{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: calc(100% - 7rem);
    padding: 0.5rem 2rem 0.5rem 4rem;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
}


#staticEntrySection .cartoon{
    display: block;
}

#staticEntrySection .cartoon > ol{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 0 3rem;
    counter-reset: cartoonNum 0;
}

#staticEntrySection .cartoon > ol > li{
    display: block;
    width: calc(50% - 0.5rem);
    position: relative;
}

#staticEntrySection .cartoon > ol > li::before{
    counter-increment: cartoonNum 1;
    content: counter(cartoonNum);
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #237CB4;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}


#staticEntrySection .cartoon > ol > li:nth-of-type(1){ order: 2;}
#staticEntrySection .cartoon > ol > li:nth-of-type(2){ order: 4; margin-top: 1rem;}
#staticEntrySection .cartoon > ol > li:nth-of-type(3){ order: 1;}
#staticEntrySection .cartoon > ol > li:nth-of-type(4){ order: 3; margin-top: 1rem;}

#staticEntrySection .cartoon > ol > li:nth-of-type(1)::before{right: -3rem; top: 0;}
#staticEntrySection .cartoon > ol > li:nth-of-type(2)::before{right: -3rem; bottom: 0;}
#staticEntrySection .cartoon > ol > li:nth-of-type(3)::before{left: -3rem; top: 0;}
#staticEntrySection .cartoon > ol > li:nth-of-type(4)::before{left: -3rem; bottom: 0;}

#staticEntrySection .cartoon > ol > li > img{
    display: block;
    width: 100%;
    height: auto;
}

#staticEntrySection .cartoon ul.notes{
    display: block;
    margin-top: 1rem;
}
#staticEntrySection .cartoon ul.notes > li{
    display: block;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.085em;
}
#staticEntrySection .cartoon ul.notes > li + li{margin-top: 0.5rem;}


#staticEntrySection .answer{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    font-family: tbudgothic-std,sans-serif;
    min-height: 7rem;
    margin-top: 3rem;
    background: #F8F8F8;
}

#staticEntrySection .answer > h2{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 7rem;
    background: #237CB4;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
#staticEntrySection .answer > h2::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 2.1rem;
    border-color: transparent transparent transparent #237CB4;
    position: absolute;
    right: -2rem;
    top: calc(50% - 1rem);
}

#staticEntrySection .answer > p{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: calc(100% - 7rem);
    padding: 1rem 2rem 1rem 4rem;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
}


/**************************************
essay
**************************************/
#staticEntrySection dl.aboutAuthor{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 4rem 4.5rem;
    padding: 3rem 2rem 2.5rem;
    border: 2px solid #25966F;
    position: relative;
}

#staticEntrySection .aboutAuthor > dt{
    display: block;
    padding: 0 1rem;
    background: #FFFFFF;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -0.8rem;
    left: 2rem;
}

#staticEntrySection .aboutAuthor > dd{display: block;}
#staticEntrySection .aboutAuthor > dd > dl{display: block;}

#staticEntrySection .aboutAuthor > dd > dl > dt{
    display: block;
    padding: 0 1rem 1rem;
    border-bottom: 1px dotted #707070;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.075em;
}

#staticEntrySection .aboutAuthor > dd > dl > dd{
    display: block;
    padding: 1.5rem 1rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.085em;
}


/** essayMain *****************/
#staticEntrySection .essayMain{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 0 4.5rem;
    padding: 4rem 4rem 4rem 2rem;
    border-top: 2px solid #25966F;
    border-bottom: 2px solid #25966F;
    position: relative;
}

#staticEntrySection .essayMain::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #25966F;
    position: absolute;
    top: 2px;
    left: 0;
}

#staticEntrySection .essayMain::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #25966F;
    position: absolute;
    bottom: 2px;
    left: 0;
}


#staticEntrySection .essayMain > section{display: block;}
#staticEntrySection .essayMain > section + section{margin-top: 5rem;}

#staticEntrySection .essayMain > section > .essayTTL{
    display: block;
    padding: 0 0 0 2.5rem;
    margin-bottom: 2rem;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.075em;
    background: url("../img/article/img_ttl_quotation_start.png") 0 0 no-repeat;
    background-size: 1.7rem auto;
    position: relative;
}


#staticEntrySection .essayMain > section > .essayTTL::after{
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.1rem;
    background: url("../img/article/img_ttl_quotation_end.png") right bottom no-repeat;
    background-size: 1.7rem auto;
    vertical-align: bottom;
}

#staticEntrySection .essayMain > section > p{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.085em;
}

#staticEntrySection .essayMain > section > p > strong{
    color:#E82400;
    text-decoration: underline;
}

#staticEntrySection .essayMain > section > figure{ display: block;}
#staticEntrySection .essayMain > section img{ display: block; max-width: 100%;}


#staticEntrySection .essayMain > section > p + p{margin-top: 2em;}
#staticEntrySection .essayMain > section > figure + p,
#staticEntrySection .essayMain > section > p + figure{margin-top: 2em;}


/** nextMsg *****************/
#staticEntrySection dl.nextMsg{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 6rem auto 0 4.5rem;
    padding: 2.5rem 2rem 2.5rem;
    background: #E8F4F0;
    position: relative;
}

#staticEntrySection dl.nextMsg > dt{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -0.8rem;
    left: 2rem;
}

#staticEntrySection dl.nextMsg > dd{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.085em;
}



/**************************************
sweets
**************************************/

/** sweetsMovie *****************/
#staticEntrySection .sweetsMovie{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 5rem 4.5rem;
    position: relative;
}

#staticEntrySection .sweetsMovie img{display: block; width: 100%;}


/** nutrition *****************/
#staticEntrySection dl.nutrition{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 5rem 4.5rem;
    padding: 3rem 2rem 2.5rem;
    border: 2px solid #E52F59;
    position: relative;
}

#staticEntrySection .nutrition > dt{
    display: block;
    padding: 0 1rem;
    background: #FFFFFF;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -0.8rem;
    left: 2rem;
}

#staticEntrySection .nutrition > dd{display: block;}
#staticEntrySection .nutrition > dd > dl{display: block;}

#staticEntrySection .nutrition > dd > dl > dt{
    display: block;
    padding: 0 1rem 1rem;
    border-bottom: 1px dotted #707070;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.075em;
}

#staticEntrySection .nutrition > dd > dl > dd{
    display: block;
    padding: 1.5rem 1rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.085em;
}


/** recipeBlock *****************/
#staticEntrySection .recipeBlock{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 0 4.5rem;
    position: relative;
}


#staticEntrySection .recipeBlock .material{
    display: block;
    width: 30.5rem;
}

#staticEntrySection .recipeBlock .howTo{
    display: block;
    width: 40rem;
}

#staticEntrySection .sweetsRecipeTTL{
    display: block;
    padding: 0 0 1.2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #E52F59;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.075em;
}

#staticEntrySection .recipeBlock .detail{}

#staticEntrySection .recipeBlock .detail > dl{display: block;}
#staticEntrySection .recipeBlock .detail > dl + dl{margin-top: 2rem;}
#staticEntrySection .recipeBlock .detail > dl > dt{
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-indent: -0.5em;
}

#staticEntrySection .recipeBlock .detail > dl > dd{
    font-size: 1.4rem;
    line-height: 1.5;
}

#staticEntrySection .recipeBlock .detail > dl > dd > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#staticEntrySection .recipeBlock .detail > dl > dd > dl + dl{margin-top: 0.8rem;}

#staticEntrySection .recipeBlock .detail > dl > dd > ol{ display: block;}

#staticEntrySection .recipeBlock .detail > dl > dd > ol > li{
	display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
}

#staticEntrySection .recipeBlock .detail > dl > dd > ol > li > em{
    display: block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #444444;
    border-radius: 1rem;
    text-align: center;
    line-height: calc(2rem - 2px);
    position: absolute;
    left: 0;
    top: -0.1rem;
}


/** recipeMeomo *****************/
#staticEntrySection dl.recipeMeomo{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 4rem auto 0 4.5rem;
    padding: 2.5rem 2rem 2.5rem;
    background: #FEF4F6;
    position: relative;
}

#staticEntrySection dl.recipeMeomo > dt{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -0.6rem;
    left: 2rem;
}

#staticEntrySection dl.recipeMeomo > dd{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.085em;
}



/**************************************
fromnowContents
**************************************/

#staticEntrySection .fromnowContents{
    display: block;
    width: calc(100% - 4.5rem - 2.5rem);
    margin: 0 auto 5rem 4.5rem;
    position: relative;
}


/**************************************
#blogEntryListNav
**************************************/
#blogEntryListNav{
    display: none;
}

/**************************************
#blogEntryList
**************************************/
#blogEntryList{
    display: block;
    width: 100%;
    max-width: 880px;
    padding: 3rem 0 8rem;
    margin: 0 auto;
}


#blogEntryList > ul{display: block;}
#blogEntryList > ul > li{display: block; padding: 0 1.4rem;}
#blogEntryList > ul > li + li{ border-top: 1px dotted #D1D1D1;}


#blogEntryList > ul > li > a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    padding: 2rem 0;
}

#blogEntryList > ul > li > a > em{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 12rem;
    height: 3.2rem;
    background: #333333;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.0rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
}
#blogEntryList > ul > li.community > a > em{background: #237CB4;}
#blogEntryList > ul > li.sweets > a > em{background: #E52F59;}
#blogEntryList > ul > li.essay > a > em{background: #25966F;}
#blogEntryList > ul > li.fromnow > a > em{background: #E0C600;}

#blogEntryList > ul > li > a > span{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.3;
}
#blogEntryList > ul > li > a > em + span{
    width: calc(100% - 12rem);
    padding: 0.7rem 0 0 2rem;
}




#staticEntrySection .contents .__naviFoot{
    margin-top: 10rem;
    border-top:1px solid #cccccc ;
    border-bottom:1px solid #cccccc ;
}
#staticEntrySection .contents .__naviFoot .__naviContents{
    display: flex;
    justify-content: space-between;
}
#staticEntrySection .contents .__naviFoot .__naviContents li{
    position: relative;
    font-size: 1.4rem;
    width: 100%;
}
#staticEntrySection .contents .__naviFoot .__naviContents li .arrow{
    position: relative;
    display: inline-block;
    color: #444;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.4rem;
    width: 100%;
}
#staticEntrySection .contents .__naviFoot .__naviContents li.__back .arrow{
    padding: 2rem 0 2rem 2rem;
    border-right: 1px solid #cccccc;
}
#staticEntrySection .contents .__naviFoot .__naviContents li.__back.-singleCont .arrow{
    border-right: none;
}
#staticEntrySection .contents .__naviFoot .__naviContents li.__next .arrow{
    padding: 2rem 2rem 2rem 0;
    text-align: right;
}
#staticEntrySection .contents .__naviFoot .__naviContents li.__back .arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#staticEntrySection .contents .__naviFoot .__naviContents li.__next .arrow::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#staticEntrySection .contents .__naviFoot .__naviContents li .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#staticEntrySection .contents .__naviFoot .__naviContents li .arrow.-back::before{
    left: 2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3196A8;
    border-right: 2px solid #3196A8;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#staticEntrySection .contents .__naviFoot .__naviContents li .arrow.-next::before{
    right: 2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3196A8;
    border-right: 2px solid #3196A8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.__text_spOnly{
    display: none;
}
.__text_pcOnly{
    display: block;
}