/**************************************
#staticEntryHeadArea
**************************************/
ol, ul,li {
  list-style-type: none;
}
img{
    width: 100%;
}
#staticEntryHeadArea{
    display: block;
    width: 100%;
    padding: 2rem;
}
#staticEntryHeadArea.static_cd{
    background: #ffffff;
    color: #247A89;
    text-align: center;
    margin: 0 auto;
}

#staticEntryHeadArea .inner{
    display: block;
    width: 100%;
    margin: 0 auto;
}

#staticEntryHeadArea .inner > figure{
    display: block;
    width: 13rem;
    height: 13rem;
    margin: 0 auto 0.5rem;
}
#staticEntryHeadArea .inner > figure > img{
    display: block;
    width: 100%; height: auto;
}

#staticEntryHeadArea .inner > dl{
    display: block;
    width: 100%;
}

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

#staticEntryHeadArea .inner > dl > dd{
    display: block;
    padding-top: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    color:#444444;
    font-weight: 400;
}


/**************************************
#static
**************************************/
#staticEntrySection .contents .teacherName_pc{
    display: none;
}
#staticEntrySection{
    display: block;
    width: 100%;
    padding: 0 0 6rem;
}
#staticEntrySection > .contentsttl{
    display: none;
}

#staticEntrySection > .contents{
    display: block;
    width: 100%;
    padding: 0 0 0 0;
}



/**************************************
entryTTL
**************************************/
#staticEntrySection .entryTTL{
    display: block;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding: 2rem 2rem 2rem 3.5rem;
    background: #F8F8F8;
    font-family: tbudgothic-std,sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
}

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

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

/**************************************
static
**************************************/
#staticEntrySection .contents ._section{
    margin-top: 2rem;
}
#staticEntrySection .contents ._section + ._section{
    margin-top: 5.5rem;
}
#staticEntrySection .contents .entryTTL + .contentsInner{
    padding: 0 2rem;
}
#staticEntrySection .contents .contentsInner .spOnly{
    display: block;
}
#staticEntrySection .contents p{
    font-size: 1.3rem;
    letter-spacing: 0.12rem;
    line-height: 1.7;
    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: 7rem;
    margin-left: 0;
}
#staticEntrySection .contents .contentsInner ._pic ._box{
    display: block;
    /* width: calc(100% - 4.5rem - 2.5rem); */
    margin-left: 1rem;
    padding: 2rem 1rem 0;
    position: relative;
    border: 1px solid #444444;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box{
    border: 1px solid #3196A8;
}
#staticEntrySection.__cd.contents .contentsInner ._pic ._box{
    border: 1px solid #3196A8;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dt{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: absolute;
    top: -1.8rem;
    left: .5rem;
    background: #ffffff;
    padding: 1rem;
}
#staticEntrySection.__cd .contents .contentsInner ._pic ._box dt{
    color: #247A89;
}
#staticEntrySection.__cd.contents .contentsInner ._pic ._box dt{
    color: #3196A8;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dd{
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
#staticEntrySection .contents .contentsInner ._pic ._box > dd span{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #444444;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: .3rem;
}
#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 .__ttlBand{
    background: #444444;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1.5rem;
    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.3rem;
    list-style: disc;
    margin: 0 1rem 0 2rem;
    letter-spacing: 0.2rem;
}
#staticEntrySection .contents .contentsInner ._bullets.__text13{
    font-size: 1rem;
    margin: -1rem 1rem 0 1.6rem;
    letter-spacing: 0.2rem;
}
#staticEntrySection .contents .contentsInner ._bullets > li{
    list-style: disc;
    /* padding-left: 2rem; */
    margin-bottom: 0.8rem;
    line-height: 1.5;
}
#staticEntrySection .contents .contentsInner ._bullets > li:last-of-type{
    margin-bottom: 0;
}
#staticEntrySection .contents .contentsInner ._imgArea._symptoms_img_03{
    max-width: 25rem;
    width: 100%;
    margin-left: 7rem;
}

#staticEntrySection .contents .contentsInner .__quote{
    text-align: right;
    font-size: 1rem;
    margin: 1rem 0 0;
    letter-spacing: 0.1rem;
}

#staticEntrySection .contents .contentsInner .__flex{
    display: flex;
    flex-direction: column;
}

/* #staticEntrySection .contents .contentsInner ._cd_inspection_img_02{
    max-width: 20rem;
    width: 100%;
    margin-bottom: 2rem;
} */
#staticEntrySection .contents .contentsInner ._list_Disc{
    /* border: 1px solid #EBFBFF;
    background: #EBFBFF;
    padding: 1.5rem 1.5rem 0; */
}
#staticEntrySection .contents .contentsInner ._list_Disc li{
    margin-bottom: 2rem;

}
#staticEntrySection .contents .contentsInner ._list_Disc li h3{
    font-size: 1.3rem;
    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 h3 ._bigDisc{
    background: #3196A8;
}
#staticEntrySection .contents .contentsInner ._list_Disc li p{
    font-size: 1.2rem;
    line-height: 1.6;
    color:#444444;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_02{
    max-width: 22rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-short{
    margin-bottom: 2.6rem;
}
#staticEntrySection .contents .contentsInner .__ttl_UnderLine-short h3{
    font-size: 1.3rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #444444;
    color: #444444;
    padding: 0 0 1rem;
    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;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_03{
    max-width: 20rem;
    width: 100%;
    margin-top: 0;
}
#staticEntrySection.__cd .contents .contentsInner .__ttl_UnderLine-short  .__annotation{
    text-align: left;
    margin: 2rem auto 0;
    font-size: 1.1rem;
    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.6rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.075em;
    border-bottom: 1px solid #444444;
    color: #444444;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}
#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;
}
#staticEntrySection .contents .contentsInner h3{
    font-size: 1.3rem;
    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 0 1rem;
    padding: 0 0 1rem;
}

#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_01{
    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: 2rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript.__smallText h4,#staticEntrySection.__cd .contents .contentsInner .__postscript.__smallText p{
    font-size: 1.2rem;
}
#staticEntrySection.__cd .contents .contentsInner .__postscript h4{
    font-size: 1.4rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #444444;
    margin-bottom: 0.6rem;
}
#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 ;
    margin: 2rem 0;
}
#staticEntrySection .contents .contentsInner ._asterisk{
    font-size: 1rem;
    list-style: none;
    margin: -1rem 0 0 ;
    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: 1.5rem;
    margin:0;
}
#staticEntrySection .contents .contentsInner ._colorBack li{
    font-size: 1.3rem;
    font-family: tbudgothic-std,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #444444;
    margin-bottom: 1.5rem;
    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 0;
}
#staticEntrySection .contents .contentsInner .__flex.__inPad p{
    text-indent: -2rem;
    padding-left: 1.6rem;
    font-size: 1.3rem;
}
#staticEntrySection .contents .contentsInner .__flex.__topMargin p{
    font-size: 1.3rem;
}
#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_03{
    margin: 0 auto;
    max-width: 20rem;
    width: 100%;
}

#staticEntrySection .contents .contentsInner ._colorBack.__noPad{
    background: #EBFBFF;
    padding: 1.5rem;
    margin:0 0 2rem;
}
#staticEntrySection .contents .contentsInner ._colorBack ._bullets.__bigSize{
    margin: 0;
}
#staticEntrySection .contents .contentsInner ._colorBack ._bullets.__bigSize li{
    font-size: 1.3rem;
    list-style: disc;
    margin: 0 0 1rem 1.5rem;
    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;
} */
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_01{
    margin: 0 auto 0;
    max-width: 20rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._cd_everydaylife_img_02{
    margin: 0 auto;
    max-width: 16.5rem;
    width: 100%;
}


#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_02 {
    padding: 0;
    margin: 2rem 0;
}
#staticEntrySection .contents .contentsInner ._cd_medicalbills_img_03 {
    margin: 0 auto;
    max-width: 20rem;
    width: 100%;
}
#staticEntrySection .contents .contentsInner ._cd_treatment_img_02 {
    max-width: 22rem;
    width: 100%;
}


/**************************************
#blogEntryListNav
**************************************/
#blogEntryListNav{
    display: block;
    height: 5rem;
    width: 100%;
}

#blogEntryListNav > .inner{
    display: block;
    width: 100%;
    height: 5rem;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 5.5rem;
}


#blogEntryListNav > .inner > #blogEntryListNavOpenBtn{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
    height: 5rem;
    padding: 0 2.1rem;
    background: #3158A8;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
#blogEntryListNav > .inner.static_cd > #blogEntryListNavOpenBtn{
    background: #3196A8;
}
#blogEntryListNav > .inner > #blogEntryListNavOpenBtn::after{
    content: '';
    display: block;
    width: 2.6rem;
    height: 1.6rem;
    background: url("../img/common/icon_accordion_arrow.png") center center no-repeat;
    background-size: 100% auto;
	webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

#blogEntryListNav.open > .inner > #blogEntryListNavOpenBtn::after{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
 	transform: rotate(180deg);
}

#blogEntryListNav > .inner > #blogEntryListNavBg{
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
	webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transform: translate(-100vw,0);
    -moz-transform: translate(-100vw,0);
    -o-transform: translate(-100vw,0);
    transform: translate(-100vw,0);
}
#blogEntryListNav.open > .inner > #blogEntryListNavBg{
	visibility: visible;
	opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}


#blogEntryListNav > .inner > ul{
	display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: 2;
	webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    -webkit-transform: translate(-100vw,0);
    -moz-transform: translate(-100vw,0);
    -o-transform: translate(-100vw,0);
    transform: translate(-100vw,0);
}

#blogEntryListNav.open > .inner > ul{
	visibility: visible;
	opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

#blogEntryListNav > .inner > ul > li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444;
}

#blogEntryListNav > .inner > ul > li > a{
    display: block;
    width: 100%;
    padding: 1.5rem 2.1rem;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.3;
    text-align: left;
    background: #FFFFFF;
}
#blogEntryListNav > .inner.static_ud  > ul > li > a{
    color: #3158A8;
}
#blogEntryListNav> .inner.static_cd  > ul > li > a{
    color: #3196A8;
}
#blogEntryListNav > .inner > ul > li.current > a{
    background: #237CB4;
    color: #FFFFFF;
}
#blogEntryListNav> .inner.static_ud  > ul > li.current > a{
    background: #ECF1F8;
    color: #3158A8;
}
#blogEntryListNav > .inner.static_cd > ul > li.current > a{
    background: #EBFCFF;
    color: #3196A8;
}

#blogEntryListNav > .inner > ul > li > a > br{display: none;}



/**************************************
#blogEntryList
**************************************/
#blogEntryList{
    display: block;
    width: 100%;
    padding: 2rem 2rem 6rem;
    margin: 0 auto;
}

#blogEntryList > ul{display: block;}
#blogEntryList > ul > li{
    display: block;
    border-bottom: 1px dotted #D1D1D1;
}

#blogEntryList > ul > li > a{
    display: block;
    padding: 2rem 0 1.5rem;
}

#blogEntryList > ul > li > a > em{
	display: -webkit-inline-flex;
    display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    height: 2.5rem;
    padding: 0 1.5rem;
    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 > a > em > br{display: none;}

#blogEntryList > ul > li > a > span{
    display: block;
    font-family: tbudgothic-std,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.4;
}
#blogEntryList > ul > li > a > em + span{
    width: 100%;
    padding: 1rem 0 0 0;
}
#blogEntryListNav > .inner.static_ud > ul > li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #3158A8;
}
#blogEntryListNav> .inner.static_cd > ul > li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #3196A8;
}

#blogEntryListNav > .inner > ul > li.current > a{
    background: #444444;
    color: #FFFFFF;
}
#blogEntryListNav > .inner.static_ud > ul > li > a{
    color: #3158A8;
}
#blogEntryListNav > .inner.static_cd > ul > li > a{
    color: #3196A8;
}

#blogEntryListNav > .inner > ul > li > a > br{display: none;}

#staticEntrySection .contents .__naviFoot{
    border-top:1px solid #cccccc ;
    border-bottom:1px solid #cccccc ;
    margin: 5rem 2rem 0;
}
#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.2rem;
    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.__back.-singleCont .arrow{
    padding: 2rem 0 2rem 2rem;
    border-right: none;
}
#staticEntrySection .contents .__naviFoot .__naviContents li.__back.-singleCont .arrow{
    border-bottom: 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: 4px;
    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: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3196A8;
    border-right: 2px solid #3196A8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.__text_spOnly{
    display: block;
}
.__text_pcOnly{
    display: none;
}
