@charset 'UTF-8';
@charset "UTF-8";
@charset "UTF-8";

 html {
height: 100%;
margin: 0;
padding: 0;
font-size: 62.5%;
line-height: 1;
}
html.hidden {overflow: hidden;}
body {
height: 100%;
margin: 0;
padding: 0;
font-family: "YuGothic", 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif','Noto Sans JP', sans-serif;
font-size: 1.6em;
color: #323232;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6,p {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
color: #323232;
transition: .3s ease;
}
a:hover {
cursor: pointer;
}
ul,ol {
margin: 0;
padding: 0;
}
li {
list-style: none;
padding: 0;
}
#blank {
height: 165px;
}
.container {
width: 90%;
max-width: 1100px;
margin: 0 auto;
}
.mb70 {
margin-bottom: 70px;
}
.pc {display: block!important;}
.sp {display: none!important;}
@media screen and (max-width: 850px) {
#blank {
height: 70px;
}
.pc {display: none!important;}
.sp {display: block!important;}
.dont_sp {display: none;}
} header {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 30;
background-color: #fff;
}
.headA {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1290px;
height: 100px;
margin: 0 auto;
background-color: #fff;
z-index: 50;
}
.headA .logo {
width: 400px;
}
.headA .link a {
display: inline-block;
margin-left: 10px;
width: 180px;
font-size: 1.5rem;
padding: 13px 0; 
text-align: center;
border-radius: 25px;	
background-color: #39b54a; color: #fff;
}
.headA .link a.gray {
background-color: #787878;
}
.headC .link {
display: flex;
width: 100%;
padding: 10px 0 30px;
justify-content: space-between;
}
.headC .link a {
display: block;
width: 48%;
font-size: 1.5rem;
padding: 13px 0; 
text-align: center;
border-radius: 25px;	
background-color: #39b54a; color: #fff;
}
.headC .copy-right {
margin-bottom: 100px;
}
.headC .link a.gray {
background-color: #787878;
}
.headB {
width: 100%;
border-bottom: solid 5px #39b54a; background-color: #fff;
}
.headB .menu_pc {
width: 90%;
max-width: 1290px;
margin: 0 auto;
}
.headB ul {
display: flex;
height: 65px;
}
.headB ul li {
position: relative;
text-align: center;
width: 20%;
height: 100%;
}
.headB ul li::after {
content: "";
position: absolute;
top: 0;
right: -2px;
width: 2px;
height: 100%;
border-right: dotted 4px #39b54a; }
.headB ul li:first-child::before {
content: "";
position: absolute;
top: 0;
left: -2px;
width: 2px;
height: 100%;
border-left: dotted 4px #39b54a; }
.headB ul li a {
display: block;
padding-top: 12px;
height: 100%;
box-sizing: border-box;
font-size: 2.0rem;
font-weight: 600;
letter-spacing: 0.05em;
}
.headB ul li a span {
display: block;
font-size: 1.2rem;
margin-top: 8px;
color: #39b54a; font-weight: 300;
transition: .3s ease;
letter-spacing: 0.03em;
}
.headB ul li a:hover {
background-color: #39b54a; color: #fff;
font-weight: 500;
}
.headB ul li a:hover span {
color: #fff;
}
.headC {
position: fixed;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
padding: 100px 0 0;
background-color: #fff;
transition: 0.5s ease;
z-index: 5;
height: 100%;
overflow-y: scroll;
}
.headC .container {
transition-property: ease;
transition-duration: 0.5s;
transition-delay: 1s;
opacity: 0;
}
.headC.active {
visibility: visible;
opacity: 1;
}
.headC.active .container{
opacity: 1;
}
.headC .t-guidance {
padding: 30px 0 30px;
}
@media screen and (max-width: 950px) {
.headA .logo {
width: 300px;
}
}
@media screen and (max-width: 850px) {
.headA {
height: 70px;
}
.headA .link {
display: none!important;
}
.headB {
display: none!important;
}
}
@media screen and (max-width: 500px) {
.headA .logo {
width: 250px;
margin-right: 10px;
}
}
@media screen and (min-width: 850px) {
.headA .logo a:hover{
opacity: .6;
}
.headA .link a:hover {
opacity: .6;
}
.btn-trigger {
display: none!important;
}
.headC {
display: none!important;
}
} .footA .address{
text-align: center;
padding: 50px 0;
background-color: #39b54a; }
.footA .address .box {
width: 90%;
margin: 0 auto;
}
.footA .address .box p {
color: #fff;
margin-top: 10px;
line-height: 1.5;
letter-spacing: 0.03em;
}
.footA .foot_menu ul li a {
letter-spacing: 0.05em;
line-height: 1.3;
}
.footB {
padding: 30px 0;
}
.footB ul li {
text-align: center;
}
.footB ul li:not(:last-child) {
margin-bottom: 15px;
}
.footB ul li a {
color: #39b54a; font-weight: 600;
letter-spacing: 0.05em;
}
.footB ul li a img {
margin: 0 15px 0 10px;
}
.copy-right {
text-align: center;
color: #b3b3b3;
font-size: 1.0rem;
padding: 20px 0;
border-top: solid 2px #39b54a; }
@media screen and (max-width: 850px) {
.footA .address .box .logo img {
width: 90%;
max-width: 450px;
}
.footA .address .box p {
margin-top: 20px;
font-size: 1.4rem;
}
.footA .address .box p a{
color: #fff;
}
.foot_menu ul {
width: 90%;
margin: 20px auto 0;
}
.foot_menu ul li{
border-bottom: solid 1px #aaa;
}
.foot_menu ul li a {
display: block;
padding: 15px;
box-sizing: border-box;
}
}
@media screen and (min-width: 850px) {
.footA .address .box .logo img {
width: 400px;
}
.footA {
display: flex;
justify-content: space-between;
align-items: center;
}
.footA .address{
display: flex;
width: 70%;
text-align: left;
border-top-right-radius: 3vw;
border-bottom-right-radius: 3vw;
padding: 100px 0 150px;
}
.footA .address .blank_left {
width: 22%;
}
.footA .address .box {
width: 78%;
}
.footA .address .box p {
margin-top: 30px;
}
.footA .foot_menu {
width: 28%;
display: flex;
}
.footA .foot_menu ul {
width: 75%;
}
.footA .foot_menu .blank_right {
width: 25%;
}
.foot_menu ul li:not(:last-child) {
margin-bottom: 20px;
}
.foot_menu ul li a {
position: relative;
display: block;
padding: 18px 20px 18px 50px;
box-sizing: border-box;
background-color: #39b54a; color: #fff;
border: solid 1px #39b54a; }
.foot_menu ul li a:hover {
background-color: #fff;
color: #39b54a; font-weight: 600;
}
.foot_menu ul li a::after {
content: "";
position: absolute;
right: -3px;
bottom: -3px;
width: 100%;
height: 100%;
background-color: #c3e9c8;
z-index: -1;
}
.footB ul {
display: flex;
max-width: 500px;
margin: 0 auto;
}
.footB ul li {
padding: 0 10px;
text-align: center;
}
.footB ul li a:hover {
opacity: .6;
}
.footB ul li:not(:last-child) a{
border-right: solid 1px #39b54a; }
}
@media screen and (min-width: 1000px) {
.footA .address .box .logo img {
max-width: 450px;
}
} .btn-trigger {
position: relative;
width: 50px;
min-width: 50px;
height: 50px;
cursor: pointer;
background-color: #39b54a; border-radius: 25px;
}
.btn-trigger span {
position: absolute;
left: 10px;
width: 30px;
height: 2px;
background-color: #fff;
}
.btn-trigger, .btn-trigger span {
display: inline-block;
transition: all .5s;
box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
top: 15px;
}
.btn-trigger span:nth-of-type(2) {
top: 24px;
}
.btn-trigger span:nth-of-type(3) {
bottom: 15px;
} #btn01.active span:nth-of-type(1) {
-webkit-transform: translateY(9px) rotate(-45deg);
transform: translateY(9px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
opacity: 0;
}
#btn01.active span:nth-of-type(3) {
-webkit-transform: translateY(-9px) rotate(45deg);
transform: translateY(-9px) rotate(45deg);
}
#mainerror{
text-align: center;
margin: 50px 0;
}
 #page-title {
position: relative;
display: flex;
align-items: center;
text-align: center;
height: 250px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/about/title_bg_about.jpg) center / cover no-repeat;	 
}
#environment #page-title {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/environment/title_bg_environment.jpg) center / cover no-repeat;	 
}
#event #page-title {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/event/title_bg_event.jpg) center / cover no-repeat;	 
}
#question #page-title {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/title_bg_question.jpg) center / cover no-repeat;	 
}
#download #page-title {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/download/title_bg_download.jpg) center / cover no-repeat;	 
}
#single #page-title {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/blog/title_bg_blog.jpg) center / cover no-repeat;	 
}
#page-title::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
}
#page-title h1 {
width: 100%;
color: #fff;
font-size: 3.6rem;
letter-spacing: 0.1em;
line-height: 1.3;
font-weight: 600;
z-index: 1;
}
#page-title h1 span {
display: block;
font-size: 2.0rem;
font-weight: 500;
letter-spacing: 0.03em;
}
.page-contents {
padding: 70px 0;
}
.contents {
padding: 70px 0;
}
.contents-title {
text-align: center;
margin-bottom: 50px;
}
.contents-title h2 {
position: relative;
font-size: 2.6rem;
padding-bottom: 20px;
letter-spacing: 0.07em;
}
.contents-title h2::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 3px;
background-color: #39b54a; }
.contents-title h3 {
color: #aaa;
font-size: 1.8rem;
margin-top: 20px;
font-weight: 300;
letter-spacing: 0.05em;
}
.anchor {
padding: 15px 0;
background-color: #39b54a; }
.anchor ul {
display: flex;
flex-wrap: wrap;
text-align: center;
justify-content: center;
}
.anchor ul li {
margin: 5px 15px;
}
.anchor ul li a {
text-decoration: underline;
color: #fff;
font-size: 1.8rem;
letter-spacing: 0.03em;
}
.anchor ul li a:hover {
text-decoration: none;
opacity: .6;
}
.anchor_link {
padding-top: 200px;
margin-top: -200px;
}
.page-contents h2 {
position: relative;
font-size: 3.3rem;
line-height: 1.3;
margin-bottom: 1em;
padding-left: 65px;
padding-bottom: 0.5em;
letter-spacing: 0.07em;
border-bottom: solid 2px #39b54a; }
.page-contents h2::after {
content: "";
position: absolute;
top: 0;
left: 15px;
width: 35px;
height: 43px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/icon_reaf.svg) center / contain no-repeat;
}
.page-contents h3 {
border-left: solid 5px #39b54a; color: #39b54a; padding-left: 10px;
font-size: 2.8rem;
line-height: 1.3;
letter-spacing: 0.05em;
margin: 1.5em 0 1em;
}
.page-contents p {
line-height: 1.8;
text-align: justify;
text-justify: inter-ideograph;
margin-bottom: 1em;
letter-spacing: 0.03em;
}
@media screen and (max-width: 850px) {
#page-title {
height: 200px;
}
#page-title h1 {
font-size: 2.8rem;
}
#page-title h1 span {
font-size: 1.5rem;
}
.page-contents h2 {
font-size: 2.5rem;
padding-left: 45px;
}
.page-contents h2::after {
left: 10px;
width: 23px;
height: 33px;
}
.page-contents h3 {
font-size: 2.0rem;
}
.anchor ul li a {
font-size: 1.6rem;
}
.anchor_link {
padding-top: 80px;
margin-top: -80px;
}
.page-contents p {
font-size: 1.4rem;
}
} #main-visual {
position: relative;
padding: 50px 0;
}
#main-visual .slider {
width: 85%;
border-top-right-radius: 5vw;
border-bottom-right-radius: 5vw;
overflow: hidden;
}
#main-visual .copy {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 28%;
padding: 1em 0 1em 1.8em;
}
#main-visual .copy_bg {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 28%;
width: 32%;
mix-blend-mode: multiply;
background-color: #39b54a; border-top-left-radius: 2vw;
border-bottom-left-radius: 2vw;
}
#main-visual .copy h2 {
position: relative;
color: #fff;
z-index: 5;
font-size: 4vw;
line-height: 1.5;
letter-spacing: 0.07em; 
} #menu_link {
padding: 70px 0 60px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/top/menu_link_bg.png) center top repeat-x;
}
.menu_link {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
text-align: center;
}
.menu_link li {
width: 48%;
margin-bottom: 40px;
}
.menu_link li a {
display: block;
}
.menu_link li a .image {
position: relative;
border-radius: 200px;
overflow: hidden;
will-change: transform;
}
.menu_link li a img {
transition: .3s ease;
overflow:hidden;
}
.menu_link li a .title {
position: relative;
margin-top: 40px;
}
.menu_link li a .title .arrow {
position: absolute;
top: -100px;
right: 0;
width: 60px;
height: 60px;
background-color: #39b54a; border-radius: 30px;
}
.menu_link li a .title .arrow::before {
content: "";
position: absolute;
top: 0;
left: 15px;
width: 30px;
height: 60px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/icon_arrow.svg) center / contain no-repeat;
transition: .3s ease;
}
.menu_link li a .title .arrow::after {
content: "";
position: absolute;
right: -3px;
bottom: -3px;
width: 60px;
height: 60px;
border-radius: 30px;
background-color: #c3e9c8;
z-index: -1;
}
.menu_link li a .title h4 {
position: relative;
font-size: 2.0rem;
padding-bottom: 12px;
letter-spacing: 0.07em;
transition: .3s ease;
}
.menu_link li a .title h4::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 2px;
background-color: #39b54a; }
.menu_link li a .title h5 {
color: #aaa;
font-size: 1.2rem;
margin-top: 10px;
font-weight: 300;
letter-spacing: 0.05em;
}	
@media screen and (min-width: 850px) {
.menu_link li {
width: 23%;
}
.menu_link li a:hover img {
transform: scale(1.1);
}
.menu_link li a:hover .title .arrow::before {
left: 20px;
}
.menu_link li a:hover .title h4 {
color: #39b54a; }
} .blog-title {
position: relative;
padding: 30px 0;
text-align: center;
background-color: #c3e9c8;
border-top: solid 3px #39b54a; overflow: hidden;
}
.blog-title h2{
position: relative;
font-size: 2.6rem;
letter-spacing: 0.07em;
}
.blog-title h3 {
position: relative;
color: #39b54a; font-size: 1.8rem;
margin: 10px auto 0;
padding: 5px;
box-sizing: border-box;
font-weight: 300;
letter-spacing: 0.05em;
background-color: #fff;
max-width: 200px;
border-radius: 15px;
}
.blog-title h3::before {
content: "";
position: absolute;
bottom: 0;
left: -110px;
width: 84px;
height: 24px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/reaf02.png) center / contain no-repeat;
}
.blog-title h3::after {
content: "";
position: absolute;
bottom: 0;
right: -110px;
width: 84px;
height: 24px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/reaf02.png) center / contain no-repeat;
}
.blog-list {
padding: 50px 0 60px;
}
.blog-list ul li {
margin-bottom: 20px;
}
.blog-list ul li a {
display: block;
}
.blog-list ul li a .image {
position: relative;
overflow:hidden;
padding-bottom:100%; background-color: #c3e9c8;
}
.blog-list ul li a .image img {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%) scale(1);
-webkit-transform: translate(-50%,-50%) scale(1);
width:auto;
height:auto;
max-width:140%;
max-height:initial;
transition: .3s ease;
}
#single .category,
.blog-list ul li a .category {
display: inline-block;
color: #fff;
font-size: 1.2rem;
margin-left: 5px;
padding: 3px 5px 2px 5px;
width: auto;
height: 20px;
line-height: 1;
text-align: center;
white-space: nowrap;
}
.blog-list .text {
padding-top: 10px;
} .blog-list .text .news {
background-color: #29abe2;
}
.blog-list .text .teacher {
background-color: #8cc63f;
}
#single .category.class,
.blog-list ul li a .category.class {
background-color: #29abe2;
}
#single .category.nature,
.blog-list ul li a .category.nature {
background-color: #8cc63f;
}
#single .category.chemistry,
.blog-list ul li a .category.chemistry {
background-color: #F2542D;
}
.blog-list .text time{
display: inline-block;
background-color: #fff;
color: #969696;
box-sizing: border-box;
vertical-align: middle;
}
.blog-list .text p {
margin-top: 10px;
transition: .3s ease;
line-height: 1.5;
}
.more_btn {
margin-top: 30px;
}
#principal .blog-list ul {
position: relative;
} #single .blog-list {
padding: 0;
}
article {
border-bottom: solid 1px #808080;
}
#single .article_title {
background-color: #39b54a; padding-top: 0.5em;
padding-right: 0.5em;
color: #fff;
}
#single .article_title::after {
top: 0.5em;
left: 17px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/icon_reaf_white.svg) center / contain no-repeat;
}
#single article time {
display: inline-block;
margin-bottom: 15px;
}
#single article .image {
margin-bottom: 20px;
}
article a {
color: #39b54a; text-decoration: underline;
}
article a:hover {
text-decoration: none;
opacity: .6;
}
#single article h4 {
color: #39b54a; font-size: 1.8rem;
margin-bottom: 1em;
line-height: 1.3;
}
.more_btn a{
position: relative;
display: block;
background-color: #39b54a; text-align: center;
margin: 0 auto;
border-radius: 30px;
padding: 20px 0;
color: #fff;
font-size: 1.8rem;
width: 100%;
max-width: 250px;
}
.more_btn a::after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 30px;
height: 50px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/icon_arrow.svg) center /contain no-repeat;
transition: .3s ease;
}
.more_btn a:hover::after {
right: 10px;
}
@media screen and (max-width: 850px){
#single .sidebar {
margin-top: 30px;
}
#single article h2 {
padding-left: 48px;
}
.blog-list ul li a .image {
padding-bottom: 79%; }
}
@media screen and (min-width: 500px) {
.blog-list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.blog-list ul li {
width: 48%;
}
}
@media screen and (min-width: 850px) {
.blog-list ul {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.blog-list ul li a:hover .image img {
transform: translate(-50%,-50%) scale(1.1);
-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.blog-list ul li a:hover .text p {
color: #39b54a; }
.blog-list ul li {
width: 23%;
}
#principal .blog-list ul::before {
content: "";
display: block;
width: 23%;
order: 1;
}
#principal .blog-list ul::after {
content: "";
display: block;
width: 23%;
}
#science .blog-list ul::before {
content: "";
display: block;
width: 23%;
order: 1;
}
#science .blog-list ul::after {
content: "";
display: block;
width: 23%;
}
#single .page-contents .container {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
#single .sidebar {
width: 22%;
}
#single .article {
width: 74%;
}
#single .blog-list {
width: 74%;
}
#single .blog-list ul {
position: relative;
}
#single .blog-list ul::after {
content: "";
display: block;
width: 30%;
}
#single .blog-list ul li  {
width: 30%;
}
.more_btn a:hover {
opacity: .6;
}
} .pagenavi {
display: flex;
justify-content: center;
}
.wp-pagenavi {
display: inline-block;
margin: 0 auto;
}
.wp-pagenavi span {
display: inline-block;
text-align: center;
}
.wp-pagenavi a{
transition: .6s;
display: inline-block;
text-align: center;
font-weight: 500;
}
.wp-pagenavi a:hover{
background: #39b54a;
color: #fff;
}
.wp-pagenavi .pages {
display: none;
}
.wp-pagenavi .previouspostslink {
margin: 0 5px;
width: 50px;
height: 50px;
border-radius: 25px;
}
.wp-pagenavi .current {
line-height: 49px;
margin: 0 5px;
width: 50px;
height: 50px;
background: #39b54a;
color: #fff;
border-radius: 25px;
border: none;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}
.wp-pagenavi .page {
line-height: 49px;
margin: 0 5px;
width: 50px;
height: 50px;
color: #fff;
background-color: #999999;
border-radius: 25px;
border: none;
font-weight: 500;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}
.wp-pagenavi .previouspostslink {
line-height: 49px;
margin: 0 5px;
width: 50px;
height: 50px;
color: #fff;
border-radius: 25px;
background-color: #999999;
border: none;
}
.wp-pagenavi .nextpostslink {
line-height: 49px;
margin: 0 5px;
width: 50px;
height: 50px;
color: #fff;
border-radius: 25px;
background-color: #999999;
border: none;
}
@media (max-width: 750px) {
.wp-pagenavi .previouspostslink,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .prevpostslink,
.wp-pagenavi .nextpostslink	{
line-height: 39px;
width: 40px;
height: 40px;
}
} .article .post-links {
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.article .post-link {
width: 37%;
font-size: 1.6rem;
box-sizing: border-box;
letter-spacing: 0.03em;
text-align: center;
}
.article .post-link a {
display: block;
padding: 14px;
background-color: #39b54a; border-radius: 5px;
color: #fff;
}
.article .post-link a:hover {
opacity: .6;
}
.article .post-link-home {
width: 22%;
font-size: 1.6rem;
box-sizing: border-box;
letter-spacing: 0.03em;
text-align: center;
}
.article .post-link-home a {
display: block;
padding: 14px;
background-color: #39b54a; border-radius: 5px;
color: #fff;
}
.article .post-link-home a:hover {
opacity: .6;
}
.article .post-link-prev a::before {
content: "";
display: inline-block;
width: 7px;
height: 7px;
margin-right: 5px;
border-top: solid 2px #fff;
border-left: solid 2px #fff;
transform: rotate(-45deg);
}
.article .post-link-next a::after {
content: "";
display: inline-block;
width: 7px;
height: 7px;
margin-left: 5px;
border-bottom: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(-45deg);
}
.wp-block-image figcaption {
font-size: 1.3rem;
}
@media (max-width: 840px){
.article .post-link {
font-size: 1.2rem;
}
.article .post-link-home {
font-size: 1.2rem;
}
.wp-block-image figcaption {
font-size: 1.2rem;
}
} #t-movie {
position: relative;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/top/dot.png) #e1f4e4;
}
#t-movie::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 400px;
height: 295px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/top/deco_reaf_left.png) center top / contain no-repeat;
}
#t-movie::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 400px;
height: 295px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/top/deco_reaf_right.png) center top / contain no-repeat;
}
.movie_box {
position: relative;
width: 100%;
max-width: 720px;
margin: 0 auto;
padding: 0;
z-index: 10;
}
.movie_box_inner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
padding-top: 56.25%;
overflow: hidden;
}
.movie_box video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
border: 0;
}
.movie_box iframe,
.movie_box img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
border: 0;
}
.movie_box .start {
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
width: 85px;
height: 85px;
z-index: 5;
}
.movie_box .start:hover {
opacity: .6;
}
@media screen and (max-width: 850px) {
#t-movie::before {
width: 200px;
}
#t-movie::after {
width: 200px;
}
}
@media screen and (max-width: 500px) {
#t-movie::before {
width: 150px;
}
#t-movie::after {
width: 150px;
}
} .t-guidance ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.t-guidance ul li {
width: 48%;
margin-bottom: 20px;
}
.t-guidance ul li a {
display: flex;
}
.t-guidance ul li a .image {
position: relative;
width: 90px;
min-width: 90px;
height: 90px;
background-color: #39b54a; margin-right: 20px;
border-radius: 45px;
}
.t-guidance ul li a .text {
margin-top: 10px;
}
.t-guidance ul li a .text p {
position: relative;
font-size: 2.0rem;
letter-spacing: 0.03em;
line-height: 1.2;
font-weight: 600;
padding-bottom: 15px;
transition: .3s ease;
}
@media screen and (max-width: 850px) {
.t-guidance ul li a {
background-color: #39b54a; border-radius: 50px;
align-items: center;
color: #fff;
}
.t-guidance ul li a .image {
margin-left: 10px;
}
.t-guidance ul li a .text p {
font-weight: 300;
font-size: 1.8rem;
}
}
@media screen and (max-width: 700px) {
.t-guidance ul li {
width: 100%;
}
}
@media screen and (min-width: 850px) {
.t-guidance ul li {
width: 24%
}
.t-guidance ul li a .text p::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 2px;
background-color: #39b54a; transition: .3s ease;
}
.t-guidance ul li a:hover .text p::after {
width: 80px;
}
.t-guidance ul li a:hover .text p {
color: #39b54a; }
.t-guidance ul li a .text p span {
display: block;
}
.t-guidance ul li a .image::after {
content: "";
position: absolute;
bottom: -3px;
right: -3px;
width: 90px;
height: 90px;
background-color: #c3e9c8;
border-radius: 45px;
z-index: -1;
}
}  #greeting h5{
font-size: 2.6rem;
font-family: 'Noto Serif JP', serif;
color: #39b54a; line-height: 1.8;
letter-spacing: 0.05em;
margin-bottom: 20px;
}
#greeting .image p {
text-align: right;
color: #808080;
} #policy .flex_box img {
display: block;
text-align: center;
width: 160px;
min-width: 160px;
height: 230px;
}
#policy .flex_box .policy_box {
margin-bottom: 20px;
}
#policy .policy_box {
border: solid 2px #39b54a; border-radius: 10px;
overflow: hidden;
}
#policy .policy_box h4 {
position: relative;
background-color: #c3e9c8;
text-align: center;
padding: 20px 0;
font-size: 2.4rem;
letter-spacing: 0.05em;
}
#policy .policy_box h4 span{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 5px;
height: 5px;
}
#policy .policy_box h4 span::before {
content: "";
position: absolute;
top: 50%;
right: 80px;
width: 82px;
height: 24px;
transform: translateY(-50%);
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/reaf02.png) center / contain no-repeat;
}
#policy .policy_box h4 span::after {
content: "";
position: absolute;
top: 50%;
left: 80px;
width: 82px;
height: 24px;
transform: translateY(-50%);
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/reaf02.png) center / contain no-repeat;
}
#policy .policy_box h5 {
font-size: 2.6rem;
font-family: 'Noto Serif JP', serif;
color: #39b54a; text-align: center;
line-height: 1.8;
}
#policy .policy02 h5 {
font-size: 2.2rem;
}
#policy .policy_box .text {
padding: 20px;
box-sizing: border-box;
}
#policy .policy_box .text p {
margin: 0;
margin-top: 10px;
text-align: center;
}
.stella-maris {
padding: 30px 0;
margin-top: 70px;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/about/policy_04_bg.jpg) center / cover no-repeat;
}
.stella-maris .container {
border-radius: 10px;
padding: 50px;
box-sizing: border-box;
background-color: rgba(255,255,255,0.8)
}
.stella-maris .container p {
margin: 0;
}
.stella-maris img {
display: block;
max-width: 150px;
text-align: center;
}
#policy .year {
margin-top: 70px;
}
#policy .download_btn a {
position: relative;
display: block;
background-color: #ef858c; color: #fff;
width: 100%;
max-width: 500px;
margin: 50px auto 0;
padding: 20px 0;border-radius: 30px;
font-size: 1.8rem;
text-align: center;
z-index: 5;
}
#policy .download_btn a img {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding-left: 10px;
height: 40px;
}
#policy .policy_text {
margin-bottom: 30px;
}
#policy .policy_text img {
max-width: 270px;
margin-top: 30px;
}
#policy .policy_text p{
margin-top: 30px;
} #history ul li{
padding: 15px;
box-sizing: border-box;
}
#history ul li h4 {
margin-bottom: 10px;
font-size: 2.6rem;
color: #39b54a; font-family: 'Noto Serif JP', serif;
}
#history ul li h4 span {
margin-left: 10px;
font-size: 1.4rem;
font-family: "YuGothic", 'Yu Gothic medium', 'Noto Sans JP', sans-serif;
}
#history ul li p {
font-size: 1.4rem;
margin: 0;
}
#history ul .gray_bg {
background-color: #f5f5f5;
} #course ul li {
padding: 20px;
color: #39b54a; box-sizing: border-box;
line-height: 1.3;
}
#course ul li:not(:last-child) {
margin-bottom: 10px;
border: solid 1px #39b54a; }
#course img {
display: block;
width: 100%;
max-width: 540px;
margin: 0 auto;
} #access .map {
margin-top: 50px;
margin-bottom: 30px;
text-align: center;
}
.nishitetsu {
width: 100%;
border-collapse: collapse;
border-top: solid 1px #999;
}
.nishitetsu th {
color: #39b54a; font-family: 'Noto Serif JP', serif;
font-size: 2.0rem;
width: 250px;
}
.nishitetsu th span {
font-size: 1.4rem;
font-family: "YuGothic", 'Yu Gothic medium', 'Noto Sans JP', sans-serif;
}
.nishitetsu th,
.nishitetsu td {
text-align: left;
padding: 40px 0;
border-bottom: solid 1px #999;
}
.nishitetsu td p{
margin: 0;
}
.school_bus {
margin-bottom: 30px;
}
.school_bus .number {
width: 60px;
height: 60px;
border-radius: 30px;
font-size: 3.0rem;
font-family: 'Noto Serif JP', serif;
color: #fff;
}
.school_bus .name {
text-align: left;
font-size: 3.0rem;
padding-left: 15px;
font-family: 'Noto Serif JP', serif;
}
.school_bus .pink_bg {
background-color: #ef858c; }
.school_bus .pink {
color: #ef858c; }
.school_bus .yellow_bg {
background-color: #fbb03b; }
.school_bus .yellow {
color: #fbb03b; }
.school_bus .green_bg {
background-color: #39b54a; }
.school_bus .green {
color: #39b54a; }
.school_bus .blue_bg {
background-color: #247ba0; }
.school_bus .blue {
color: #247ba0; }
.school_bus .text {
padding-left: 15px;
}
@media screen and (min-width: 500px) {
#course ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#course ul li {
width: 48%;
}
}
@media screen and (max-width: 850px) {
.stella-maris img {
margin: 0 auto 30px;
}
#greeting h5 {
font-size: 2.0rem;
}
#policy .flex_box img {
margin: 0 auto;
}
#policy .policy_box h5 {
font-size: 1.8rem;
}
#policy .policy_box h4 span::before,
#policy .policy_box h4 span::after {
width: 60px;
}
.nishitetsu th,
.nishitetsu td {
display: block;
width: 100%;
}
.nishitetsu th {
padding: 20px 0 0;
border-bottom: none;
}
.nishitetsu td {
padding: 20px 0;
}
.school_bus .number {
width: 40px;
height: 40px;
font-size: 2.4rem;
}
.school_bus .name {
font-size: 2.4rem;
}
}
@media screen and (min-width: 850px) {
#greeting .flex_box {
display: flex;
justify-content: space-between;
}
#greeting .flex_box .text {
width: 72%;
}
#greeting .flex_box .image {
width: 24%;
margin-top: 60px;
}
#policy .policy_text img {
display: block;
margin: 50px auto 0;
text-align: center;
}
#policy .policy_text p {
text-align: center;
}
#policy .flex_box {
display: flex;
justify-content: space-between;
}
#policy .flex_box .policy_box {
width: 48%;
}
#policy .flex_box img {
margin-left: 30px;
}
#policy .download_btn a:hover {
opacity: .6;
}
.stella-maris .container {
display: flex;
align-items: center;
}
.stella-maris img {
height: 136px;
margin-right: 50px;
}
#history .box {
display: flex;
justify-content: space-between;
}
#history ul {
width: 48%;
}
#course ul li {
width: 32%;
}
.nishitetsu th {
font-size: 2.6rem; 
}
.nishitetsu th span {
display: block;
margin-top: 10px;
font-size: 1.8rem;
}
}  #introduction ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#introduction ul li {
width: 48%;
margin-bottom: 10px;
}
#introduction ul li p {
font-size: 1.8rem;
margin-top: 10px;
}
#introduction .image01 {
position: relative;
margin-top: 50px;
}
#introduction .image01 li p {
color: #ef858c; }
#introduction .image02 li p {
color: #39b54a; } #facility ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#facility ul li {
width: 48%;
margin-bottom: 10px;
}
#facility ul li p {
font-size: 1.8rem;
margin-top: 10px;
padding-left: 0.5em;
color: #39b54a; border-left: solid 4px #39b54a; } #uniform .image01 p {
font-size: 2.0rem;
text-align: center;
font-weight: 600;
}
#uniform .image02 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#uniform .image02 p {
font-size: 1.8rem;
text-align: center;
font-weight: 600;
}
#uniform .image02 .box {
width: 48%;
}
@media screen and (max-width: 850px) {
#introduction ul li p {
font-size: 1.6rem;
}
#facility ul li p {
font-size: 1.6rem;
}
#safety .text {
margin-top: 20px;
}
}
@media screen and (min-width: 850px){
#introduction ul li {
width: 23%;
}
#introduction .image01::before {
content: "";
display: block;
width: 23%;
order:1;
}
#introduction .image01::after {
content: "";
display: block;
width: 23%;
}
#facility ul li {
width: 31%;
}
#uniform .image01 {
display: flex;
justify-content: space-between;
}
#uniform .image01 .box {
width: 48%;
}
#safety .flex_box {
display: flex;
justify-content: space-between;
}
#safety .flex_box .image {
width: 48%;
}
#safety .flex_box .text {
width: 48%;
}
#uniform .image02 .box {
width: 18%;
}
} #year ul li {
position: relative;
padding-top: 5%;
}
#year ul li .number{
position: absolute;
top: 0;
left: 0;
width: 25%;
}
#year ul li .list {
margin-top: 10px;
font-size: 1.8rem;
}
#year ul li .naiyou {
margin: 0;
text-align: right;
} #year ul li:nth-child(1) .naiyou {
color: #a54a96;
}
#year ul li:nth-child(2) .naiyou {
color: #e75297;
}
#year ul li:nth-child(3) .naiyou {
color: #e8546b;
}
#year ul li:nth-child(4) .naiyou {
color: #e95532;
}
#year ul li:nth-child(5) .naiyou {
color: #e95532;
}
#year ul li:nth-child(7) .naiyou {
color: #a9ce52;
}
#year ul li:nth-child(8) .naiyou {
color: #00a85f;
}
#year ul li:nth-child(9) .naiyou {
color: #00aca8;
}
#year ul li:nth-child(10) .naiyou {
color: #00aeeb;
}
#year ul li:nth-child(11) .naiyou {
color: #187fc3;
}
#year ul li:nth-child(12) .naiyou {
color: #4d4397;
}
@media screen and (max-width: 850px) {
#year ul li .list {
font-size: 1.6rem;
}
}
@media screen and (min-width: 550px) {
#year ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#year ul li {
width: 48%;
padding-top: 15px;
}
#year ul li .number {
width: 90px;
height: 90px;
}
}
@media screen and (min-width: 850px) {
#year ul li {
width: 31%;
padding-top: 25px;
}
#year ul li .number {
width: 120px;
height: 120px;
}
} #question h2::after {
content: "";
position: absolute;
top: -9px;
left: 5px;
width: 60px;
height: 60px;
}
#admission h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_01.png) center / contain no-repeat;
}
#attend h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_02.png) center / contain no-repeat;
}
#meal h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_03.png) center / contain no-repeat;
}
#daily h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_04.png) center / contain no-repeat;
}
#subject h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_05.png) center / contain no-repeat;
}
#extra h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_06.png) center / contain no-repeat;
}
#other h2::after {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_green_07.png) center / contain no-repeat;
}
#question_anchor ul {
margin-top: 30px;
}
#question_anchor ul li {
margin-bottom: 10px;
}
#question_anchor ul li {
position: relative;
}
#question_anchor ul li::after {
content: "";
position: absolute;
right: -3px;
bottom: -3px;
width: 100%;
height: 100%;
border-radius: 50px;
background-color: #c3e9c8;
z-index: -1;
}
#question_anchor ul li a{
position: relative;
display: block;
background-color: #39b54a; border-radius: 50px;
align-items: center;
color: #fff;
font-size: 1.8rem;
padding: 1em 1em 1em 3.3em;
box-sizing: border-box;
}
#question_anchor ul li a::before {
content: "";
position: absolute;
top: 50%;
left: 5px;
width: 60px;
height: 60px;
transform: translateY(-50%) ;
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_01.png) center / contain no-repeat;
transition: .3s ease;
}
#question_anchor ul li:nth-child(2) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_02.png) center / contain no-repeat;
}
#question_anchor ul li:nth-child(3) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_03.png) center / contain no-repeat;
}
#question_anchor ul li:nth-child(4) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_04.png) center / contain no-repeat;
}
#question_anchor ul li:nth-child(5) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_05.png) center / contain no-repeat;
}
#question_anchor ul li:nth-child(6) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_06.png) center / contain no-repeat;
}
#question_anchor ul li:nth-child(7) a::before {
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/page/question/icon_07.png) center / contain no-repeat;
}
#question_anchor ul li a::after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 30px;
height: 30px;
transform: translateY(-50%) rotate(90deg);
background: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/img/common/icon_arrow.svg) center / contain no-repeat;
transition: .3s ease;
}
* {
list-style: none;
box-sizing: border-box;
margin: 0;
padding: 0;
} .accordion {
position: relative;
width: 100%;
z-index: 10;
} .ac-parent {
position: relative;
display: flex;
margin-top: -1px;
padding: 1.4em 2.5em 1.4em 1em;
border: solid 1px #aaa;
background-color: #fff;
align-items: center;
cursor: pointer;
}
.ac-parent span {
line-height: 1.5;
}
.ac-parent::before {
content: "";
position: absolute;
top: 50%;
right: 29px;
width: 2px;
height: 20px;
transform: translateY(-50%);
background-color: #39b54a; }
.ac-parent.active::before {
opacity: 0;
}
.ac-parent::after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 20px;
height: 2px;
transform: translateY(-50%);
background-color: #39b54a; }
.ac-parent h4 {
font-size: 2.6rem;
font-family: 'Hiragino Sans','Noto Sans JP', sans-serif;
color: #39b54a; font-weight: 400;
min-width: 65px;
} .ac-child {
width: 100%;
display: none;
margin-top: -1px;
padding: 1.5em 1em;
background-color: #f2f2f2;
border: solid 1px #aaa;
}
.ac-child span {
line-height: 1.5;
}
.ac-child .flex_box {
display: flex;
align-items: center;
}
.ac-child h4 {
font-size: 2.6rem;
font-family: 'Hiragino Sans','Noto Sans JP', sans-serif;
color: #ef858c; font-weight: 400;
min-width: 65px;
padding-left: 0.3em;
} #single .ac-parent {
padding: 1em 2.5em 1em 1em;
background-color: #e1f4e4;
border: none;
border-bottom: solid 1px #fff;
margin-top: 0;
}
#single .ac-child {
border: none;
padding: 0;
background-color: #fff;
}
#single .ac-child li a{
position: relative;
display: block;
background-color: #fff;
margin-top: 0;
padding: 1em 2.5em 1em 1em;
border: none;
}
#single .ac-child li a::after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 7px;
height: 7px;
border-top: solid 2px #808080;
border-right: solid 2px #808080;
transform: translateY(-50%) rotate(45deg);
-webkit-transform: translateY(-50%) rotate(45deg);
}
#single .ac-child li:not(:last-child) {
border-bottom: dashed 1px #808080;
}
@media screen and (max-width: 850px) {
#question h2::after {
top: -9px;
left: -2px;
width: 50px;
height: 50px;
}
}
@media screen and (min-width: 700px) {
#question_anchor ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#question_anchor ul li {
width: 48%;
}
#question_anchor ul li {
margin-bottom: 30px;
}
}
@media screen and (min-width: 850px) {
#question_anchor p {
text-align: center;
}
#question_anchor ul li {
width: 31%;
}
#question_anchor ul li a:hover::after {
top: calc(50% + 5px);
}
#single .ac-child li a:hover {
opacity: .6;
}
} .documents ul li{
padding: 15px 0;
border-bottom: solid 1px #aaa;
}
.documents ul li .title {
display: flex;
align-items: center;
}
.documents ul li .title h4 {
font-size: 2.4rem;
color: #39b54a; }
.documents ul li .title p {
margin: 0;
margin-left: 1em;
}
.documents ul li .link {
width: 100%;
margin-top: 15px;
}
.documents ul li .link a {
display: block;
width: 100%;
text-align: center;
color: #fff;
padding: 15px;
box-sizing: border-box;
border-radius: 5px;
}
.documents ul li .link a img {
width: 20px;
margin-left: 10px;
}
.documents ul li .link .pdf_link {
background-color: #ef858c; }
.documents ul li .link .word_link {
background-color: #39b54a; }
@media screen and (min-width: 850px) {
#download .text_center {
text-align: center;
}
.documents ul li {
display: flex;
align-items: center;
justify-content: space-between;
}
.documents ul li .link {
width: 200px;
margin-top: 0;
}
} #error a{
color: #39b54a; text-decoration: underline;
}
#error a:hover {
text-decoration: none;
opacity: .6;
}  .tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto;} .tab_item {
width: calc(100%/5);
height: 50px;
border-bottom: 3px solid #39b54a;
background-color: #c4e9c8;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
@media screen and (max-width: 850px) {
.tab_item {font-size: 10px;}}
.tab_item:hover {
opacity: 0.75;
} input[name="tab_item"] {
display: none;
} .tab_content {
display: none;
padding: 40px 40px 0;
clear: both;
overflow: hidden;
} #all:checked ~ #all_content,
#news:checked ~ #news_content,
#principal:checked ~ #principal_content,
#today:checked ~ #today_content,
#science:checked ~ #science_content{
display: block;
} .tabs input:checked + .tab_item {
background-color: #39b54a;
color: #fff;
} .information_post-tag{display: inline-block; padding: 4px; background-color:#3071b6; color: #ffffff; border-radius:5px;}
.topics_post-tag{display: inline-block; padding: 4px;background-color:#ee8237; color: #ffffff; border-radius:5px;}
.science_post-tag{display: inline-block; padding: 4px;background-color:#8f5d98; color: #ffffff; border-radius:5px;}
.principal_post-tag{display: inline-block; padding: 4px;background-color:#e75387; color: #ffffff; border-radius:5px;}
 .slick-loading .slick-list
{
background: #fff url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/fonts/slick.eot);
src: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/fonts/slick.woff) format('woff'), url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/fonts/slick.ttf) format('truetype'), url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
z-index: 100;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 45px;
line-height: 1;
opacity: 0.75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .slick-prev
{
left: 20px;
background-image: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/img/slick_prev.png);
}
.slick-prev:hover {
opacity: 0.7;
}
[dir='rtl'] .slick-prev
{
right: 20px;
left: auto;
}
.slick-prev:before
{
content: '';	
}
[dir='rtl'] .slick-prev:before
{
content: '→';
} .slick-next
{
right: 20px;
background-image: url(//f-kaisei.ed.jp/shogakko/wp-content/themes/kaisei_primary/assets/js/slick/img/slick_next.png);
}
.slick-next:hover {
opacity: 0.7;
}
[dir='rtl'] .slick-next
{
right: auto;
left: 20px;
}
.slick-next:before
{
content: '';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 0px;
height: 100%;
}
#voice .slick-dotted.slick-slider {
margin-bottom: 0px;
height: auto;
}
#voice .slick-slide img {
position: relative;
}
.slick-dots
{
position: absolute;
bottom: 1%;
right: 5%;
display: block;
width: 100%;
max-width: 280px;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 15px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
background-color: #fff;
color: #fff;
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 14px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 5px;
content: '';
text-align: center;
opacity: 0.6;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: 1;
color: #fff;
background-color: #fff
}
@media screen and (max-width: 850px) {
.slick-dots {
right: 1%;
}
.slick-dots li {
margin: 0 10px;
}
.slick-dots li button:before {
width: 30px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}