b{
    font-weight:normal;
}
#main-content .entry-content p,
.contentbox{
//    font-size:1.6rem;
//    line-height:3.3rem
}

img.mainimage {
    width: 732px;
    margin-top: -30px;
    margin-left: -30px;
}

#main-content .entry-content h2 {
    margin-top: 40px;
}
h2.entry-title {
    position: relative;
}

h2.entry-title span {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
}
h2.entry-title span a {
    display: block;
    border: 0;
    border-radius: 30px;
    background-color: #FFFF;
    font-size: 1.8rem;
    padding: 7px 35px 7px 15px;
    letter-spacing: 0;
    color: #61C19C;
    background-image: url(/img/common/point_down_g.png);
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.1);
}
.contentbox > h3 {
    width: 100%;
    background-color: #F1FBF1;
    color: #262626;
    font-size: 1.9rem;
    line-height: 2rem;
    padding: 20px 40px;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: url(/img/application/subsidy/point_h4.png);
    background-size: 22px 40px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 30px;
}

.maintextbox::after {
    clear:both;
    display:block;
    content:"";
}
.maintext{
}
.imagebox{
    width:300px;
    padding-left:1em;
    float:right
}

.maintextbox.rev .imagebox{
    float:left;
    padding-left:0;
    padding-right:1em;
}
.imagebox img{
    width:100%;
    height:auto;
}

#main-content .entry-content p {
    margin-top: 20px;
}

.equipmentbox {
    margin-top: 50px;
}

.equipmentbox ul {
    display: flex;
    justify-content: space-between;
}

.equipmentbox ul li {
    width: 210px;
    font-size: 1.4rem;
    line-height: 1.5rem;
}

.equipmentbox ul li img {
    width: 100%;
}

.equipmentbox ul li h4 {
    text-align: center;
    font-family: 'Oswald';
    font-size: 2rem;
    color: #04AA83;
    line-height: 1em;
    margin-bottom: 10px;
}

#main-content .entry-content .equipmentbox ul li p {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-top: 5px;
}

a.buttonb {
    width: 365px;
    display: block;
    margin: 40px auto 0 auto;
    font-size: 1.5rem;
    color: #FFF;
    border-radius: 50px;
    background-color: #00AB82;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 0 0 #AAE4A7;
    background-image: url(/img/common/point_right_w.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.contentbox h3.styleinfo {
    font-size: 2.4rem;
    color: #04AA83;
    font-weight: normal;
    width: 100%;
    height: 68px;
    background-image: url(/img/about/aboutus/bg_h4.png);
    background-repeat: no-repeat;
    line-height: 2.4rem;
    box-sizing: border-box;
    margin: 50px auto 30px auto;
    display: block;
    background-color: #FFF;
    padding: 22px 0 0 30px;
    border-radius: 0;
    background-size: 100% 100%;
}
.contentbox .stylelink h3 {
    width: 100%;
    background-color: inherit;
    color: #13B18C;
    font-size: 2.7rem;
    line-height: 1rem;
    padding: 8px 0;
    border-radius: 0;
    box-sizing: border-box;
    background-image:url(/img/style/5days/bg_stylelist.png);
    background-size: 394px 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align:center;
    margin-top: 50px;
    margin-bottom:0;
}


#main-content .entry-content .stylelink p.stylelead{
    text-align:center;
    font-size:1.9rem;
    margin-top:0;
    padding-top:1.5rem;
}

.stylelink > ul {
    display: flex;
    justify-content: space-between;
    padding-top:30px;
    padding-bottom:30px
}

.stylelink > ul > li {
    width: 204px;
    text-align: center;
    background-color: #C7C7C7;
    border-radius: 10px;
    padding: 0;
    color: #C7C7C7;
}
.stylelink > ul > li.button {
    width: 204px;
    text-align: center;
    background-color: #C7C7C7;
    border-radius: 10px;
    padding: 0;
    color: #04AA83;
}
.stylelink > ul > li.button {
    background-color:#04AA83;
}

.stylelink ul li h4 {
    background-color: #FFF;
    margin: 15px;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 1em;
    padding: 13px;
    display: block;
    position: relative;
}

.stylelink ul li h4:after {
    content: "▶";
    font-size: 1.6rem;
    line-height: 1.8rem;
    display: block;
    position: absolute;
    top: 14px;
    right: 8px;
}
.stylelink ul li h4 a{
    
    color:#C7C7C7;
}
.stylelink ul li.button h4 a{
    
    color:#04AA83;
}

.stylelink > ul > li > ul > li {
    font-size: 1.8rem;
    line-height: 3rem;
}

#main-content .entry-content .stylelink ul li p {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 15px;
    color: #FFF;
}

.stylelink ul li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    color:#FFF;
}
.stylelink ul li a p{
    color:#FFF;
}
.stylelink ul li a span {
    display: block;
}

.clublist {
    margin-top: 40px;
}
.clubbox h3 {
    font-size: 2.4rem;
    color: #13b18c;
    text-align: center;
    background-image: url(/img/gallery/bg_h3_article.png);
    background-position: center;
    background-repeat: repeat-x;
    margin-top: 30px;
}

.clubbox h3 span {
    background-color: #FFF;
    display:inline-block;
    padding:0 15px
}

.clublist ul {
    display: flex;
    justify-content: space-between;
}

.clublist ul li {
    width: 155px;
    text-align: center;
}

.clublist ul li img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.moviebox {
    background-color: #F1FBF1;
    border-radius: 17px;
    margin-top: 80px;
}

.moviebox h3 {
    font-size: 2.2rem;
    color: #3D3D3D;
    text-align: center;
    background-image: url(/img/schoolhouse/hanno/bg_movie.png);
    background-size: auto 4px;
    background-position: bottom 12px center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
}

.moviebox h3 span {
    background-color: #F1FBF1;
    padding: 0 20px;
}

.moviebox h3:before {
    content: "";
    display: block;
    width: 106px;
    height: 50px;
    background-image: url(/img/schoolhouse/hanno/head_movie.png);
    background-size: contain;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.iframebox {
    text-align: center;
    padding: 30px;
    width: 493px;
    margin: 0 auto;
}
.ytbox {
    position: relative; padding-bottom: 56.25%; height: 0;
}

.ytbox iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


h3.topictitle {
    border-bottom:2px solid #13B18C;
    text-align:left;
    display:block;
    margin-top: 60px;
}
h3.topictitle span{
    padding:20px 60px 20px 20px;
    background-repeat:no-repeat;
    background-color:#13B18C;
    background-image:url(/img/schoollife/clubactivity/bg_national.png);
    display:inline-block;
    color:#FFF;
    font-size:1.8rem;
    line-height:1em;
    background-size:auto 100%;
    background-position:right -1px top;
    background-repeat:no-repeat;
}

h3.topictitle b{
	display:inline-block;
    padding-right:0.5em;
}
.opencampusbox ul {
    border-top: 1px solid #E2E0DC;
    margin-top: 15px;
}

.opencampusbox ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E2E0DC;
}

.opencampusbox ul li span.date {
    display: inline-block;
    width: 90px;
}

.opencampusbox ul li span.kind {
    color: #04AA83;
    width: 100px;
    display: inline-block;
}

img.ocbutton {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: block;
}
.titlebox {
    position: relative;
}

.titlebox a {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    top: 15px;
    color: #262626;
}

.titlebox a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    background-image: url(/img/schoolhouse/hanno/point_rightsquare_g.png);
    background-size: 15px 16px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.campustopic .topicslist .date {
    font-size: 1.5rem;
    width: 100px;
    line-height: 1em;
}

.campustopic .topicslist .category {
    width: 90px;
    color: #00AC95;
    font-size: 1.5rem;
    overflow: hidden;
    height: 1em;
}

.campustopic .category ul li {
    display: none;
}

.campustopic .category ul li:first-child {display: inline-block;padding: 0;line-height: 1em;}

.campustopic .topicslist ul li .articletitle {
    width: 480px;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
}

.campustopic .topicslist > ul > li {
    background-image: none;
    border-bottom: 1px solid #E2E0DC;
    margin: 0;
    padding: 15px 0;
}

.campustopic .topicslist ul li .articletitle a {
    color: #262626;
    font-size: 1.5rem;
    line-height: 1em;
    padding: 0;
    margin: 0;
    display: inline;
}

.campusblog .eycatch a {
    text-indent: 0;
}

.campusblog .eycatch {
    height: auto;
    max-height: 95px;
}

.campusblog .eycatch a img {
    width: 100%;
}

.campusblog .topicslist .date {
    font-size: 1.5rem;
    width: 95px;
}

.campusblog .topicslist .category li {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 1.5rem;
    color: #04AA83;
    padding-right: 1em;
}

#main-content .entry-content .campusblog .articletitle p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2rem;
}

.twitterbox {
    margin: 60px auto;
    width: 80%;
}

.teachermessage {
    padding-left: 150px;
    background-image: url(/img/schoolhouse/minamiurawa/image_teacher.png);
    background-size: 132px 132px;
    background-repeat: no-repeat;
}

.teachername {
    text-align: right;
    margin-top: 1em;
}

.teachername span {
    padding-left: 1em;
}
.studentmessage {
    padding-left: 150px;
    background-image: url(/img/schoolhouse/minamiurawa/image_student_f.png);
    background-size: 132px 132px;
    background-repeat: no-repeat;
}
.campuslead {
    font-size:2.6rem;
    color:#262626;
    text-align:center;
    background-image: url(/img/schoolhouse/hanno/bg_access.png);
    background-size: auto 4px;
    background-position: bottom 12px center;
    background-repeat: repeat-x;
    margin-bottom:40px
}
.campuslead span{
    background-color:#FFF;
    display:inline-block;
    padding:0 20px;
}

.accessbox {
    display: flex;
    justify-content: space-between;
}

.accessbox .map {
    width: 326px;
}

.accessbox .map img {
    width: 320px;
    border: 3px solid #13B18C;
}

.accessbox a.button {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 15px;
    background-color: #13B18C;
    color: #FFF;
    border-radius: 50px;
    background-image: url(/img/common/point_right_w.png);
    background-repeat: no-repeat;
    background-size: 12px 18px;
    background-position: right 15px center;
    box-shadow: 0 3px 0 0 #B5E9B3;
    margin-top: 20px;
    line-height:1em;
}


.accessbox .infobox {
    width: 305px;
}

.accessbox .infobox h4 {
    font-size: 1.9rem;
    color: #04AA83;
    margin-top: 35px;
}

.accessbox .infobox h4 span {
    font-size: 1.8rem;
    font-family: Oswald;
    color: #5BC856;
    padding-left: 10px;
}

.accessbox .infobox dl dt {
    border-top: 2px solid #5BC856;
    border-bottom: 2px solid #5BC856;
    padding: 16px;
    line-height:1em;
}

.accessbox .infobox dl dd {
    padding: 16px;
    margin: 0;
}
@media screen and (max-width: 599px){

#main-content .entry-content .contentbox {
    box-shadow: 0 0 10px 0 #D3EEE4;
    padding: 30px;
    background-color: #FFF;
}

h2.entry-title span {
    display: none;
}
img.mainimagesp {
    width:calc(100% + 60px);
    margin-left:-30px;
    margin-top: -30px;
}

#main-content .entry-content h2 {
    font-size: 1.7rem;
    background-image: url(/img/common/point_fukidashi_669.png);
    background-size: 100% auto;
    padding-left: 15px;
    padding-bottom: 25px;
    font-weight: bold;
}

.contentbox > h3 {
    font-size: 1.6rem;
    line-height: 1em;
    padding: 12px 10px 12px 20px;
    background-size: 11px 19px;
    margin-top: 40px;
    border-radius: 2px;
    margin-bottom: 15px;
}
#main-content .entry-content p, .contentbox{
//    font-size:1.3rem;
//    line-height:2em;
}
h3.topictitle{
    line-height:1.1em;
}
h3.topictitle b {
    display: block;
    padding-right:0;
}
.imagebox {
    width: 100%;
    padding-top: 1em;
}

.imagebox img {
    border-radius: 12px;
}

.centerimage .imagebox img {
    border-radius: 12px;
}

.centerimage .imagebox {
    margin-top: 1em;
    width: 100%;
}

a.buttonb {
    width: 100%;
    box-sizing: border-box;
    background-size: 11px 16px;
    padding: 15px;
    background-position: right 10px center;
    font-size: 1.2rem;
    margin-top: 25px;
}
.equipmentbox ul {display: block;}

.equipmentbox ul li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 35px;
}

.equipmentbox ul li h4 {
    font-size: 2.8rem;
}

.equipmentbox ul li img {
    border-radius: 18px;
}
.contentbox h3.styleinfo {
    font-size: 1.5rem;
    line-height: 1em;
    padding: 15px 0 15px 20px;
    text-align: left;
    height: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contentbox .stylelink h3 {
    margin-top: 40px;
    font-size: 1.8rem;
    background-size: 263px 100%;
}

.contentbox .schoollink > div {
    width: 48%;
}

.contentbox .schoollink a img {
    width: 100%;
    height: auto;
}

.contentbox .schoollink a::after {
    width: 17px;
    height: 11px;
    background-image: url(/img/style/flex/point_schoollink.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: baseline;
}
.contentbox a.minamiurawalink::after {
    width: 17px;
    height: 11px;
    background-image: url(/img/style/flex/point_schoollink.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: baseline;
}


#main-content .entry-content .stylelink p.stylelead {
    font-size: 1.4rem;
    line-height: 1.5em;
}

#main-content .entry-content .stylelink p.stylelead span {
    display: block;
}

.stylelink > ul {
    display: block;
}

.stylelink > ul > li {
    width: 100%;
    display: flex;
    font-size: 1rem;
    margin-top: 10px;
    box-shadow: 0 2px 0 0 #949494;
    align-items: center;
}

.stylelink ul li h4 {
    font-size: 1rem;
    width: 80px;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
}


.stylelink ul li h4:after {
    font-size: 0.8rem;
    line-height: 0.9rem;
    top: 10px;
    right: 5px;
}

#main-content .entry-content .stylelink ul li p {
    /* display: flex; */
    flex-grow: 1;
    text-align: left;
    justify-content: center;
    font-size: 1rem;
    line-height: 1em;
    padding: 10px;
    align-items: center;
}

.stylelink ul li a span {
    display: inline-block;
    padding-right: 1em;
}

.stylelink > ul > li.button {
    box-shadow: 0 2px 0 0 #B5E9B3;
    width:100%;
}

.clubbox h3 {
    font-size: 1.7rem;
    background-size: auto 9px;
}

.clublist ul li {
    width: 48.5%;
    padding-bottom: 15px;
}

.clublist ul {
    flex-wrap: wrap;
}

.moviebox h3 {
    font-size: 1.3rem;
    background-position: top  center;
    padding-top: 25px;
}

.moviebox h3:before {
    width: 88px;
    height: 31px;
    background-image: url(/img/schoolhouse/hanno/head_movie_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    top: -15px;
}

.moviebox h3 span{
    background-color:inherit;
}
.moviebox {
    margin-top: 50px;
    background-color: #FFF;
}

.iframebox {
    width: 100%;
    padding: 0;
    margin-top: 1em;
}

.opencampusbox  h3.topictitle {
    border: none;
    text-align: center;
    padding: 15px;
    background-color: #13B18C;
    border-radius: 6px;
    font-size: 1.5rem;
}

.opencampusbox h3.topictitle span {
    font-size: 1.5rem;
    padding: 0;
    background: none;
    line-height:2.5rem;
}

.opencampusbox {}

.opencampusbox ul li span.date {
    width: 5em;
}

.opencampusbox ul li span.kind {
    width: 6em;
}

img.ocbutton {
    width: 100%;
    height: auto;
    margin-top: 25px;
    display: block;
}
h3.topictitle span {
    font-size: 1.2rem;
    padding: 10px 30px 10px 10px;
}

.titlebox a {
    top: 5px;
}


.titlebox a:before {
    width: 9px;
    height: 11px;
    background-size: 9px 11px;
}
.campustopic .topicslist > ul > li {
    flex-wrap: wrap;
    justify-content: left;
}

.campustopic .topicslist .date {
    font-size: 1rem;
    width: 6em;
    padding: 0;
    line-height: 1em;
    margin: 0;
}

.campustopic .topicslist .category {position: relative;height: auto;font-size: 1.1rem;bottom: 0;}

.campustopic .topicslist ul li ul {
    margin: 0;
    border: none;
}

.campustopic .topicslist ul li .articletitle {
    /* margin: 0; */
    /* padding: 0; */
    /* font-size: 1rem; */
}

.campustopic .topicslist ul li .articletitle a {
    font-size: 1rem;
}

.campusblog .topicslist .date {
    font-size: 0.9rem;
    width: auto;
    display: inline-block;
    line-height: 1em;
}

.campusblog .topicslist .category {
    position: relative;
    width: auto;
    bottom: 0;
    display: inline-block;
}

.campusblog .topicslist .category li {
    font-size: 0.9rem;
    line-height: 1em;
}

.articleinfo {
    height: auto;
    padding: 0 0 0 10px;
    line-height: 1em;
}

.campusblog .eycatch {
    height: 84px;
}

.topicslist .articletitle {
    height: 5rem;
}

#main-content .entry-content .campusblog .articletitle p {
    font-size: 1rem;
    line-height: 1.6em;
}

.topicslist .articletitle a {
    font-size: 1.2rem;
}

.twitterbox {
    margin: 30px auto;
    width: 100%;
}

.teachermessage {
    background-size: 105px 105px;
    background-position: center top;
    padding: 110px 0 0 0;
}

.teachername {
    text-align: center;
}
.teachername span.schoolhouse  {
    padding: 0;
}
.teachername span.position,
.teachername span.name{
    padding-left:0.5em
}

.studentmessage {
    background-size: 105px 105px;
    background-position: center top;
    padding: 110px 0 0 0;
}
.accessbox {
    display: block;
}

.accessbox .map {
    width: 100%;
}

.accessbox .infobox {
    width: 100%;
    margin-top: 20px;
}

.accessbox .map img {
    width: calc(100% - 4px);
    border: 2px solid #13B18C;
    margin-bottom: 5px;
}

.accessbox .campuslead {
    font-size: 1.8rem;
    line-height: 1em;
    padding: 10px;
    margin: 15px 0;
}

.accessbox a.button {
    font-size: 1.6rem;
    padding: 15px;
    background-size: 11px 16px;
    margin-top: 10px;
}

.accessbox .infobox h4 {
    font-size: 1.6rem;
}

.accessbox .infobox h4 span {
    font-size: 1.5rem;
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
}

.accessbox .infobox dl dt {
    padding: 0.8em;
}

.accessbox .infobox dl dd {
    padding: 0.8em;
    padding-bottom: 1.6em;
}


.campuslead {
    font-size: 1.6rem;
    background-size: auto 2px;
    margin-bottom: 20px;
}
}