/*
Theme Name: misuzu
Theme URI: http://www.akane.com/
Author: misuzu
Author URI: http://www.akane.com/
Description: misuzu
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: misuzu
Tags: misuzu
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #fff !important;
    background-color: #034ea1     !important;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
    text-decoration: none !important;
    color: #333;
}

a:active,
a:hover,
a:focus,
*:focus {
	outline: none;
    color: #bc0a0a;
}
a img{
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 25px;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
@media only screen and (max-width: 420px) {
    h2 {
    font-size: 20px;
}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
textarea {
	color: #222 !important;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}


dl,dt,dd {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

li {
    list-style-type: none;
}
p {
    font-size: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/
.inner{
    max-width: 1200px;
    margin: 0 auto !important;
}
.inner_s{
    max-width: 830px;
    margin: 0 auto !important;
}
.br_span {
    display: block;
}

@media only screen and (min-width: 2000px) {

}

@media only screen and (max-width: 1200px) {
    .inner{
        padding: 0 10px;
    }
}
@media only screen and (max-width: 758px) {

.br_span {
    display: inline;
}
}


/* -------------------------------- 

フッター

-------------------------------- */

footer {
    clear: both;
}

@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 758px) {

}

@media only screen and (max-width: 450px) {

}
/* -------------------------------- 

切り替え

-------------------------------- */

.pc_show{
    display: block;
}
.tablet_show {
    display: none;
}
.sp_show {
    display: none;
}
.sticky_nav_sp {
    display: none;
}
@media only screen and (max-width: 1030px) {
    .pc_show{
        display: none;
    }
    .tablet_show {
        display: block;
    }
    .sp_show {
        display: none;
    }
    .sticky_nav_pc {
        display: none;
    }
    .sticky_nav_sp {
        display: block;
    }
}
@media only screen and (max-width: 758px) {
    .pc_show{
        display: none;
    }
}

@media only screen and (max-width: 458px) {
    .pc_show{
        display: none;
    }
    .tablet_show {
        display: none;
    }
    .sp_show {
        display: block;
    }
}


/* -------------------------------- 

フッタースティッキー

-------------------------------- */
.footer_fixed {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  z-index: 10000;
}
.footer_fixed {
    width: 100%;
    background-color: rgba(113, 113, 113, 0.85);
}
.footer_fixed li.col-xs-3{
    padding: 2px;
}
.footer_fixed a {
    display: block;
    padding: 5px;
    text-align: center;
}
/* -------------------------------- 

トップ

-------------------------------- */
.header {
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/pc_header.png') no-repeat center top;
    width: 100%;
    height: 662px;
    background-attachment: fixed;
} 
.message {
    padding-top: 50px;
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/pc_message_bg.png') no-repeat bottom center;
}
.top_new_message {
    max-width: 900px;
    margin: 20px auto 50px;
    line-height: 1.8;
    font-size: 18px;
}
.top_message {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 15px 0 20px;
}
.top_message br {
    display: none;
}
.main_message{
    font-size: 18px;
    line-height: 3;
    padding: 50px 0 0;
}
.main_message2 {
    font-size: 18px;
    text-align: right;
    padding-bottom: 150px;
}
.main_message span{
    font-size: 19px;
    color: #fff731;
    font-weight: bold;
}
.pop_up_link {
    text-align: center;
    padding-bottom: 200px;
}
.pop_up_link a{
    margin-top: 20px;
    background-color: #fff;
    color: #034ea1;
    display: inline-block;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 10px;
}
.black_board_outer {
    padding-bottom: 400px;
}
.black_board {
    top: 200px;
    position: relative;
    z-index: 1000;
    height: 561px;
    width: 1200px;
}
.yamato_kappa {
    position: absolute;
    z-index:-10;
    left: 80px;
    top: -154px;
}
.kappa {
    position: absolute;
    z-index: -10;
    right: 80px;
    top: -154px;
}
.jomon_txt {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 82px;
}
.five_points {
    position: absolute;
    z-index: 10;
    left: 223px;
    top: 54px;
}
.five_points li {
    padding-bottom: 20px;
}

.kingyo {
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/kingyo_bg.png') no-repeat center center;
    height: 925px;
    margin-bottom: 100px;
}
.kingyo_inner {
    text-align: center;
}
.kingyo_inner h2{
    padding: 100px 0 150px;
}
.kingyo_link {
    position: relative;
    z-index: 100;
}
.kingyo_1 {
    position: absolute;
    z-index: -10;
}
.kingyo_2 {
    position: absolute;
    z-index: -10;
    left: 442px;
    top:96px;
}
.kingyo_3 {
    position: absolute;
    z-index: -10;
    left: 795px;
    top:28px;
}

/************金魚左************/
.kingyo_1 img{
	animation-name: floating_kingyo_1;
	-webkit-animation-name: floating_kingyo_1;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 1s;
    transform-origin: left bottom;
}
@keyframes floating_kingyo_1 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}			
}
@-webkit-keyframes floating_kingyo_1 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}		
}

.kingyo_1{
	animation-name: rotating_kingyo_1;
	-webkit-animation-name: rotating_kingyo_1;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 30s;
    transform-origin: right top;
}
@keyframes rotating_kingyo_1 {
	0% {
		transform: rotate(360deg);
	}	
	100% {
		transform: rotate(0deg);
	}			
}
@-webkit-keyframes rotating_kingyo_1 {
	0% {
		transform: rotate(360deg);
	}	
	100% {
		transform: rotate(0deg);
	}	
}

/************金魚中************/
.kingyo_2 img{
	animation-name: floating_kingyo_2;
	-webkit-animation-name: floating_kingyo_2;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 1s;
    transform-origin: left bottom;
}
@keyframes floating_kingyo_2 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}			
}
@-webkit-keyframes floating_kingyo_2 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}		
}

.kingyo_2{
	animation-name: rotating_kingyo_2;
	-webkit-animation-name: rotating_kingyo_2;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 30s;
    transform-origin: right top;
}
@keyframes rotating_kingyo_2 {
	0% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(360deg);
	}			
}
@-webkit-keyframes rotating_kingyo_2 {
	0% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(360deg);
	}	
}

/************金魚右************/
.kingyo_3 img{
	animation-name: floating_kingyo_3;
	-webkit-animation-name: floating_kingyo_3;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 1s;
    transform-origin: left bottom;
}
@keyframes floating_kingyo_3 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}			
}
@-webkit-keyframes floating_kingyo_3 {
	0% {
		transform: rotate(-1deg);
	}
	50% {
		transform: rotate(0deg);
	}	
	100% {
		transform: rotate(-1deg);
	}		
}

.kingyo_3{
	animation-name: rotating_kingyo_3;
	-webkit-animation-name: rotating_kingyo_3;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
    animation-duration: 30s;
    transform-origin: left top;
}
@keyframes rotating_kingyo_3 {
	0% {
		transform: rotate(360deg);
	}	
	100% {
		transform: rotate(0deg);
	}			
}
@-webkit-keyframes rotating_kingyo_3 {
	0% {
		transform: rotate(360deg);
	}	
	100% {
		transform: rotate(0deg);
	}	
}

.kingyo_tablet {
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/tablet/kingyo_bg.png') no-repeat center center;
    background-size: contain;
    height: 810px;
}
.kingyo_tablet ul{
    padding-top: 150px;
}
.kingyo_tablet ul li {
    text-align: center;
}
.kingyo_tablet ul h2{
    padding-bottom: 50px;
}


.pirates {
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/pirates_bg.png') repeat center center;
    height: 100vh;
    background-attachment: fixed;
}
.pirates_bd {
    text-align: center;
    position: relative;
    top: 15vh;
}
.pirates_character {
    position: absolute;
    left: 143px;
    top: 0;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.present {
    padding: 150px 0;
}

.youtube_title {
    position: relative;
    z-index: 100;
    padding-bottom: 50px;
}
.yamato_kappa_youtube {
    position: absolute;
    left: 50%;
    top: -202px;
    z-index: -10;
    margin-left: -150px;
}
.youtube {
    width: 100%;
    height: 754px;
    background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/youtube_bg.png') repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 30s linear infinite;
    animation: bgroop 30s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

.youtube_frame {
    position: relative;
    width: 784px;
    margin: 0 auto;
    top: 60px;
}
.youtube_iframe {
    position: absolute;
    top: 67px;
    left: 50px;
}
.youtube_link {
    position: absolute;
    top: 560px;
    width: 100%;
    text-align: center;
}
.youtube_link a{
    display: inline-block;
    padding: 30px 100px;
    background-color: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
}
.youtube_pop {
    padding-top: 100px;
}

.chapter2 {
    background-color: #fff;
    padding-bottom: 60px;
}

.testimonials {
    padding-top: 300px;
}
.testimonials_title {
    position: relative;
    z-index: 100;
    margin-bottom: 80px;
}
.iga {
    position: absolute;
    left: 250px;
    top: -216px;
    z-index: -10;
}
.koga {
    position: absolute;
    right: 130px;
    top: -216px;
    z-index: -10;
}

.testimonials_outer {
    position: relative;
    z-index: 100;
    padding-bottom: 250px;
}
.fuma {
    position: absolute;
    top: 100px;
    left: -201px;
    z-index: -20;
}
.sanada {
    position: absolute;
    bottom: 250px;
    right: -169px;
    z-index: -20;
}
.testimonial_pink,.testimonial_blue {
    display: table;
    padding: 20px;
}
.testimonial_pink li,.testimonial_blue li{
    display: table-cell;
    vertical-align: top;
}
.testimonial_pink{
    background-color: #e94c60;
}
.testimonial_blue {
    background-color: #4c84f6;
}
.testimonial_pink li:first-child,.testimonial_blue li:first-child{
    width: 185px;
    text-align: right;
    padding-right: 20px;
}
.testimonial_school_pc {
    display: block;
}
.testimonial_school_sp {
    display: none;
}

.hogosha{
    position: relative;
    z-index: 100;
    width: 832px;
    height: 306px;
    margin: 0 auto 100px;
}
.kunoichi {
    position: absolute;
    z-index: -10;
    left: 50%;
    top: -202px;
    margin-left: -233px;
}
.hogosha .pop_up_link {
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50%;
    margin-left: -261px;
}
.row.etc_row {
    overflow: hidden;
    max-width:1000px;
    margin: 0 auto;
}
.etc_row li.col-sm-6{
    padding: 20px;
}

.etc_box a{
    display: table;
    border: 3px solid #034ea1;
    border-radius: 10px;
    width: 100%;
    height: 235px;
}
.etc_box dl{
    display: table-cell;
    vertical-align: middle;
    color: #034ea1;
    text-align: center;
}
.etc_box dt{
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 35px;
}
.etc_box dd{
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 18px;
}
.etc_outer {
    position: relative;
    z-index: 10;
    margin: 50px 0 100px;
}
.humburger {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -91px;
    margin-top: -78px;
    z-index: 1000;
}

.btn_contact{
    padding: 50px 20px;
    background-color: #f2f2f2;
}
.btn_contact li.col-sm-4 {
    padding: 20px;
}
.btn_contact li.col-sm-4 a{
    display: table;
    width: 100%;
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn_contact_doc {
    background-color:#4c84f6; 
}
.btn_contact_seminar {
    background-color:#e94c60; 
}
.btn_contact_trial {
    background-color:#468d55; 
}
.btn_contact li.col-sm-4 a span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/**
.btn_contact_doc {
    background-color:#4c84f6 url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/icon_document.png') no-repeat 20px center; 
}
.btn_contact_seminar {
    background:#e94c60 url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/icon_seminar.png') no-repeat 20px center; 
}
.btn_contact_trial {
    background:#468d55 url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/icon_trial.png') no-repeat 20px center; 
}
**/
footer {
    background-color: #fff;
}
.footer_outer {
    background-color: #034ea1;
}
.footer_percentage {
    position: relative;
    top: 50px;
}
.pc_footer_logo{
    padding: 100px 0 50px;
}
.pc_footer_phone {
    padding-bottom: 10px;
}
.footer_note {
    font-size: 10px;
    max-width: 1000px;
    margin: 0 auto 20px;
}
.tablet_footer {
    display: none;
}
.copyright {
    text-align: center;
    padding: 15px 0;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 10000;
    text-align: right;
}
#page-top a{
    display: block;
}
.side_btn {
    background-color: #fff;
    padding: 5px 5px 0px 5px;
}
.side_btn li{
    padding-bottom: 5px;
}
.manga {
    position: relative;
    top: 5px;
}
@media only screen and (min-width: 1930px) {
 
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (min-width: 1400px) {

}
@media only screen and (max-width: 1025px) {
    .pirates {
        height: auto;
    }
    .pirates .tablet_show {
        text-align: center;
        padding: 100px 0
    }
    .tablet_youtube{
        max-width: 600px;
        margin: 0 auto;
    }
    .tablet_youtube iframe{
        height: 380px;
        margin-top: 200px;
    }
    .youtube {
        width: 100%;
        height: 754px;
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/youtube_bg_sp.png') repeat;
        background-position: 0 0;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0  0;
        }
        to {
            background-position: -1956px 0;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -1956px 0;
        }
    }

    .testimonials {
        padding-top: 200px;
    }
    .testimonial_pink li:first-child,.testimonial_blue li:first-child{
        text-align: center;
    }
    .testimonials_outer {
        padding-bottom: 180px;
    }

    .etc_box dt {
        font-size: 25px;
    }
    .etc_box dd {
        font-size: 15px;
    }

    .btn_contact li.col-sm-4 {
        padding: 5px;
    }
    .btn_contact li.col-sm-4 a {
        font-size: 16px;
    }
    .tablet_footer {
        display: block;
    }
    .tablet_footer .footer_note {
        max-width: 780px;
        margin: 0 auto 30px;
    }
    .school_list {
        max-width: 640px;
        margin: 0px auto 20px;
        overflow: hidden;
    }
    .school_list li{
        float: left;
        width: 50%;
    }
    .copyright {
        padding: 15px 0 40px;
    }
    .btn_contact {
        margin-bottom: 15px;
    }
    .youtube_link_sp {
        text-align: center;
        padding-top: 30px;
    }
    .youtube_link_sp a{
        display: inline-block;
        background-color: #fff;
        padding: 20px 60px;
        border-radius: 10px;
        font-weight: bold;
        color: #034ea1;
    }
}
@media only screen and (max-width: 956px) {
    .btn_contact li.col-sm-4 a span img{
        width: 35px;
    }
    .btn_contact li.col-sm-4 a {
        padding: 25px 20px;
    }
    .testimonials {
        padding-top: 100px;
    }
    .hamburger_bg {
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/sp_hamburger_bg.png') repeat-x center center;
        height: 82px;
        background-position: 0 0;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    .pudding_bg {
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/sp_pudding_bg.png') repeat-x center center;
        height: 69px;
        background-position: 0 0;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    .chapter2 {
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .top_new_message {
        margin: 20px auto;
        line-height: 1.6;
        font-size: 15px;
    }
    .message {
        padding-top: 20px;
        background: none;
    }
    .main_message{
        font-size: 17px;
        line-height: 2;
        padding: 30px 0 0;
    }
    .main_message2 {
        font-size: 17px;
        padding-bottom: 60px;
    }
    .main_message span{
        font-size: 17px;
    }
    .pop_up_link {
        padding: 60px 10px;
    }
    .pirates {
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/pirates_bg.png') repeat center center;
        height: auto;
        background-attachment: inherit;
        padding: 80px 0;
    }
    .kingyo_tablet {
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/kingyo_bg.png') no-repeat center center;
        background-size: cover;
        height: auto;
        padding: 70px 0;
    }
    .kingyo_tablet ul{
        padding-top: 50px;
    }
    .kingyo_tablet ul li:last-child {
        padding-bottom: 200px;
    }
    .kingyo_tablet ul h2{
        padding-bottom: 50px;
    }
    .present {
        padding: 100px 10px;
    }
    .youtube_pop {
        padding-top: 50px;
    }
    .etc_box a {
        height: 150px;
    }
    .etc_box dd br{
        display: none;
    }
    .etc_box dl {
        padding:0 10px;
    }
    .etc_row li.col-sm-6 {
        padding: 10px;
    }
    .humburger {
        display: none;
    }
    .testimonials_outer {
        padding-bottom: 150px;
    }
    .etc_outer {
        margin: 30px 0 70px;
    }
}
@media only screen and (max-width: 640px) {
    .kingyo_tablet {
        background-size: contain;
    }

    .testimonial_pink li,.testimonial_blue li{
        display: table;
        width: 100%;
        padding-bottom: 10px;
    }
    .testimonial_image div {
        display: table-cell;
        vertical-align: middle;
    }
    .testimonial_school_pc {
        display: none;
    }
    .testimonial_image div:first-child {
        width: 135px;
    }
    .testimonial_image div:nth-child(2) {
        padding-left: 10px;
    }
    .testimonial_pink li:first-child, .testimonial_blue li:first-child {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .tablet_youtube{
        padding: 0 10px;
    }
    .tablet_youtube iframe{
        height: 250px;
        margin-top: 100px;
    }
    .youtube {
        height: 430px;
        background: url('//www.misuzu-gakuen.jp/lp/wp-content/themes/misuzu/images/sp/youtube_bg_sp.png') repeat;
        background-size: 50%;
    }

    .btn_contact li.col-sm-4 a {
        font-size: 18px;
    }
    .testimonials {
        padding-top: 50px;
    }
    .testimonials_outer {
        padding-bottom: 70px;
    }
    .etc_box dt {
        font-size: 20px;
    }
    .etc_box dd {
        font-size: 14px;
    }
    .school_list li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .school_list {
        margin: 0 auto 0;
    }
    .btn_contact {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 430px) {
    .main_message{
        font-size: 15px;
        line-height: 1.8;
        padding: 20px 0 0;
    }
    .main_message2 {
        font-size: 15px;
    }
    .main_message span{
        font-size: 15px;
    }
    .testimonial_image div:first-child {
        width: 100px;
    }
    .testmonial_txt {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
    }
    .top_message br {
        display: inline;
    }
}

/**
.sr, .sr-seq { visibility: hidden; }
**/