@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content h1.title_juku {         
	width:100%;
	margin-bottom: 0;
	padding: 0;
	background: none;
	height: 200px;
	padding-top: 20px !important;

}
.content h1.title_juku img{
	text-align: center;
	width: 320px;
	display: flex;
	margin: 0 auto 1em;
}
@media (max-width: 459px){
.content h1.title_juku img{
	width: 68%;
}
}
.content h2{
	background-color: #96c9e0 !important;
}

.content h3{
	border-bottom: 3px solid #96c9e0 !important;
	margin: 30px 0 20px !important;
}

.content h4 {
	border-left: 3px solid #96c9e0 !important;
	color: #37718c !important;
}

.content p {
	line-height:1.7 !important;
}
.content {
	background: none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* -------------------------
@submenu
--------------------------*/
.submenu{
	display: flex;
	margin:.5em 0;
}
.submenu .w2{
	width:2%;
}
.submenu .w32{
	width:32%;
	background: #37718c;
	padding: 1em;
	border-right: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
	text-align: center;
}

.submenu .w32.off{
	background: #dcedf5 !important;
}
.submenu .w32 img{
	width:80%;
}

.submenu .w640 {
	display: none;
}

.submenu .off a:hover{
	background: #e0d36e;
	opacity: 1;
	padding: 0.5em;
}


@media screen and (max-width:599px) {
.submenu{
	flex-direction: column;
}
.submenu .w32{
	margin: .2em auto;
	width:96%;
	padding: 0 6em;
	border: none;
}
.submenu .w32 img{
	width:84%;
	padding: 0.5em;
}
.submenu .w960 {
	display: none;
    }

.submenu .w640 {
        display: block;
    }
}

/* ------------------------
affの記事 もっと見る
--------------------------*/
.link_more{
	display:flex;
	width: 100%;
}

.link_more .w75{
	width: 75%;
}

.link_more .w25{
	width: 25%;
	text-align: center;
}

.link_more .w25 img{
	width: 100%;
	max-width: 100px;
}

/* -------------------------
TOPへ戻る＆アンケートボタン
--------------------------*/

.jukufooot{
	width:96%;
	margin: 0 auto 1em;
	display: flex;
}

.jukufoot img {
	width:44%;
	margin: 2%;
}
.jukufoot a:hover{
	background: #e0d36e;
	opacity: 1;
	padding: 0 0 4.8%;
}

@media screen and (max-width:599px) {
.jukufooot{
	flex-direction: column;
	text-align: center;
}
.jukufoot img{
	width:85%;
	padding: 0.5em;
}
}

/* -------------------------
@juku contents tile
--------------------------*/
#jukutile_main {
    margin:0 12px;
}

.content ul.jukutile {
	margin: 0 !important;
	padding: 0 !important;
}

.content ul.jukutile li {
	background-image: none !important;
        margin: 0 4px 0;
	padding: 0 !important;
}

/* -------------------------
@contents text
--------------------------*/

ul.juku_list {
        padding: 0;
        display: inline-block;
        vertical-align: top;
}


ul.juku_list li{
	background-image: none !important;
        font-size: 0.9em !important;
}

ul.juku_list li p {
        margin: 25px 0 5px 0px;
        padding: 0;
        font-size: 1.1em !important;
        font-weight: bold;
        line-height: 1.5em;
}

ul.juku_list_left {
        width: 44%;
        margin: 0 25px 0 40px;
}

ul.juku_list_right {
        width: 43%;
        margin: 0 0 0 40px;
}


@media (max-width:761px) {
ul.juku_list {
        width: auto;
}
}

/* -------------------------
@contents oubobutton
--------------------------*/

.oubobtn a {
 	display: flex;
 	justify-content: space-between;
	align-items: center;
	margin: 0 auto !important;
	padding: .5em 2em !important;
	width: 240px;
	color: #37718c;
	font-size: 1.3em;
	font-weight: 700;
	border: 3px solid #50a5cc;
}

.oubobtn a::after {
	content: '';
 	width: 5px;
	height: 5px;
	border-top: 3px solid #37718c;
	border-right: 3px solid #37718c;
	transform: rotate(45deg);
}

.oubobtn a:hover {
	color: #ffffff;
	text-decoration: none !important;
	background-color: #50a5cc;
}

.oubobtn a:hover::after {
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
}

.content .oubobtn a[href^="https://"] {
	background-image: none !important;
}


/* -------------------------
@comment
--------------------------*/

.jukucho,.jukucho_fav {
       display: flex;
       justify-content: center;
       align-items: center;
}

.jukucho .left,.jukucho_fav .left {
       width:40%;
       margin-bottom: 12px;
}

.jukucho .left img,.jukucho_fav .left img {
       width:90%;
	margin-bottom: 0.5em;
}

.jukucho .right,.jukucho_fav .right {
       width:40%;
	line-height:1.7 !important;
}

.jukucho .right .say,.jukucho_fav .right .say {
       font-size: 1.4em;
       font-weight: bold;
}

img.jump {
	display: none;
}
@media (max-width:569px) {
img.jump {
	display: block;
        width:45%;
        margin: 0 auto;        
}
}

@media (max-width:599px) {
.jukucho {
       display: flex;
       justify-content: center;
       flex-direction: column;
}
.jukucho_fav .left {
       width:55%;
}
.jukucho_fav .right {
       width:40%;
}
.jukucho_fav .left {
       width:55%;
}
.jukucho .left,.jukucho .right {
       width:90%;
}
}

/* -------------------------
@about Page
--------------------------*/

.schoolsong {
       width: 80%;
       margin: 0 auto;
}

@media (max-width:599px) {
.schoolsong {
       width: 100%;
}
}

.schoolrule{
       margin:0 auto 2rem;
       padding: 0 100px;
       background-image: url(/j/kids/kodomo_kasumi/2022/content/img/ptn_about.png);
       background-repeat: repeat;
       display: flex;
       align-items: center;
       -ms-writing-mode: tb-rl;
       writing-mode: vertical-rl;
       text-orientation: upright;
       line-height: 2rem;
}

.schoolrule h3 {
	margin: 20px 0;
	padding: 0 9px 10px;
	font-size: 2em;
	border-bottom: none !important;
	font-weight: bold;
	color: #1e3e4d;
}

.schoolrule ol.kanji {
       list-style-type:japanese-informal;
       padding: revert;
       font-size: large;
       font-weight: bold;
}

.schoolrule ol.kanji li{
	margin-left: 0.15em;
	color: #1e3e4d;
}

@media (max-width:599px) {
.schoolrule{
       width: 98%;
       padding: 0;
       margin:0 auto 2rem;
       line-height: 1.5rem;
}
}


/* -------------------------
@press-conf Page
--------------------------*/
.linkbtn {
       margin: 1em 0;
       text-align: center;
}
.btn--offer,a.btn--offer {
       color: #000000;
       background-color: #ffd700;
       padding: .8em 2em !important;
       font-weight: bold;
       font-size: 1rem;
       background-image: none !important;
}
.btn--offer:hover,a.btn--offer:hover {
       color: #000000;
       background: #fccf00;
}

a.btn--radius {
       border-radius: 100vh;
}

.channel{	
	width:48%;
	padding: 6px;
	display:inline-block;
    	vertical-align: top;
	font-size: 1em;
}
.channel img{
	width: 100%;
	margin: auto;
}
.channel img.list{
	width: 12px;
	margin: 0 6px 0 0;
}
.channel a:hover{
	opacity:.7;
}
.channel a[href^="http://"],.channel a[href^="https://"],.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}

.channel p{
	font-size: 1em;
	margin: 10px 6px;
	padding: 0px;
}
.channel span.cap{
	font-size: .6em;
	padding: 0;
}
.channel ul li{
	font-size: .9em;
}
.channel .comingsoon{
	 position: relative;
}

@media (max-width:767px) {
.menuContainer{
	display: inline-block;
}
.channel{	
	width:98%;
	padding: 0;
	margin-right: 1%;
	display:inline-block;
	font-size: 1em;
}
.channel img{
	width: 100%;
}
.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel .txt{
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.channel p{
	font-size: 1em;
	margin: 0;
	padding: .3em .6em .8em;
}
}

/* -------------------------
@drill
--------------------------*/

.drillimg{
	text-align: center;
}

.drillimg  a[href$=".pdf"]{
	background-image:none !important;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}

