﻿/*
Theme Name: job-international
Author: helios
*/

@charset "utf-8";
/* CSS Document */

/* PC */
.spnavi,
.menu {
	display:none;
}

html, body {
	width:100%;
	min-width:1000px;
	margin:0;
	padding:0;
}

body {
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
    background:#fdfdfd;
    font-size:14px;
    color: #343434;
}
p, table, tr, th, td, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, div, iframe{
    font-weight: normal;
	font-size:100%;
    line-height: 170%;
    vertical-aling: top;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
div {
    margin: 0;
    padding: 0;
    }
ul, li, ol {
    list-style-type: none;
    }
img{
    border: none;
    margin:0;
    padding: 0
}
.slick-dots {
	display:none!important;
}




/****************************************

         clear
*****************************************/

.cf:after,
.cf:before {
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}

.cf{
	clear:both;
    display:block;
}

/* Hides from IE Mac */

* html .cf{
	height: 1%;
}

/* End Hack */


/****************************************

         link
*****************************************/

a img:hover,
#top-nav ul li a:hover,
.head-l h1 a:hover,
#top-nav ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out;
}
	
a:link,
a:active,
a:visited {
	color:#0040c3;
	text-decoration:none;
}
a:hover {
	color:#507dd8;
}

/****************************************

         font
*****************************************/



/****************************************

         header nav main-view side footer
*****************************************/
#header {
	width:100%;
	background:url(images/header-bg-01.jpg) repeat-x;
	height:166px;
	overflow:hidden;
}
.hed-top {
	width:1000px;
	height:166px;
	background:url(images/header-bg-02.jpg) no-repeat;
	margin:0 auto;
}

.head-l {
	float:left;
}
.head-l h1 a:link,
.head-l h1 a:visited,
.head-l h1 a:active {
	display:block;
	background:url(images/logo.png) no-repeat;
	width:364px;
	height:72px;
	overflow:hidden;
	text-indent: 100%;
    white-space: nowrap;
	margin:32px 0 0 10px;
}

.head-r {
	float:right;
	margin-top:32px;
}
.head-r p {
	float:left;

}
.head-r p {
	color:#fff;
	font-weight:bold;	
}
.head-r p span {
	padding:0 10px 0 12px;
}
.head-r p:nth-child(3) {
	padding-left:22px;
}
.head-r p:nth-child(4) {
	padding-left:8px;
}
.head-r p:nth-child(5) {
	padding-left:8px;
}


.navi-ma-01 {
	margin-top:22px;
}

.g-navi ul li {
	float:right;
	padding:0 5px 0 10px;
}
.g-navi ul li:before {
	content:url(images/item-icon01.png);
	position:relative;
	top:-1px;
}
.g-navi ul li a:link,
.g-navi ul li a:visited,
.g-navi ul li a:active {
	display:inline-block;
	color:#fff;
	padding:2px 7px 1px 5px;
}
.g-navi ul li a:hover {
	color:#f9f45b;
}
.g-navi ul li:hover {
	background-color:#1338a4;
	border-radius:7px;
}

#top-nav {
	width:100%;
	background:url(images/top-navi-bg-01.jpg) repeat-x;
	padding-bottom:1px;
}
#top-nav ul {
	width:980px;
	margin:auto;
}
#top-nav ul li {
	float:left;
	margin-top:1px;
	margin-left:1px;
	background-color:#fff;
}
#top-nav ul li a:link,
#top-nav ul li a:visited,
#top-nav ul li a:active {
	display:inline-block;
	color:#5f5c00;
	width:162px;
	height:30px;
	padding-top:10px;
	text-align:center;
	background:url(images/top-navi-bg-02.jpg) no-repeat;
	font-size:15px;
}


#wak-slider {
	width:100%;
	height:467px;
	/* background-color: #000; */
}
#wak-slider div:first-child {
	width:1000px;
	margin:0 auto;
	background: #000;
}
#wak-slider img {
	display:block;
	margin:0 auto;
	width:1000px;
	height:467px;
}

#side {
	float:right;
	width:220px;
	
}
#side li {
	margin-bottom:13px;
	padding-bottom:8px;
	border-bottom:solid 1px #cccccc;
}
#side li:last-child {
	border-bottom:inherit;
}

#side .stepup-link01{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 1em;
    transition:0.4s;
}
#side .stepup-link01 a{
    color: #fff;
    display: block;
    background: #0f37a8;
    padding: 1em 0;
}
#side .stepup-link01:hover{
    opacity:0.7;
}

#footer {
	margin-top:60px;
	padding:35px 0 20px;
	background-color:#1e43ad;
}

.fot-con {
	width:980px;
	margin:0 auto;
}
.fotcon-l {
	float:left;
	width:50%;
}
.fotcon-l img {
	border-bottom:solid 1px #fff;
	padding-bottom:15px;
}
.fotcon-l ul {
	margin:26px 0 0 15px;
}
.fotcon-l ul li {
	float:left;
	width:40%;
	overflow:hidden;
}
.fotcon-l ul li a:before {
	content:url(images/item-icon02.png);
	padding-right:10px;
}
.fotcon-l ul li a:link,
.fotcon-l ul li a:visited,
.fotcon-l ul li a:active {
	color:#fff;
	font-size:18px;
	line-height:28px;
}
.fotcon-c {
	float:left;
	width:25%;
}
.fotcon-r {
	float:right;
	width:25%;
}
.focr ul {
	margin-bottom:35px;
}
.focr ul li {
	line-height:27px;
	color:#fff;
}
.focr ul li.ii01 span:before,
.focr ul li.ii01 a:before {
	content:url(images/item-icon03.png);
	padding-right:6px;
	position:relative;
	top:1px;
}
.focr ul li.ii02 a:before {
	content:url(images/item-icon01.png);
	padding-right:8px;
	position:relative;
	top:-2px;
}
.focr ul li.ii02 {
	margin-left:18px;
}
.focr ul li a:link,
.focr ul li a:visited,
.focr ul li a:active {
	color:#fff;
}
.fotcon-l ul li a:hover,
.focr ul li a:hover {
	color:#8da6ee;
	text-decoration:underline;
}
.copy {
	color:#078391;
	text-align:center;
	background-color:#64e7f6;
	padding:10px 0 20px;
	font-size:12px;
	font-weight:bold;
}
/****************************************

         navx
*****************************************/
#navx {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    border-bottom:solid 1px #D4D0C8;
	background:url(images/header-bg-01.jpg) repeat-x;
	z-index:999;
	overflow:hidden;
}
#navx .nav-top01 {
	width:980px;
	margin:0 auto;
}
#navx .nav-top01 li {
	float:right;
}
.wrap {
	width:980px;
	margin:0 auto;
}
.navi-ma-02 {
	margin-top:10px;
}
.navi-ma-02 ul {
	float:right;
	margin-top:8px;
}
.navx-logo {
	margin-left:50px;
}
/****************************************

         contents
*****************************************/

.wrapper {
	width:1000px;
	padding:0;
	margin:38px auto 0;
	overflow:hidden;
}
#top-contents {
	float:left;
	width:750px;
}
.top-con-01 {
	width:750px;
	overflow:hidden;
}
.facebook {
	float:left;
	width:370px;
}
.tco-01-r {
	float:right;
	width:359px;
}

.slider-02 {
	margin-top:35px;
}
.regular {
	width:359px;
}
.regular div {
	width:359px;
}
.regular div img {
	display:block;
	margin:0 auto;
	width:287px;
	height:179px;
}
.sli02-tit {
	background-color:#05266e;
	border-top:solid 3px #4988e9;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	height:70px;
	width:287px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 10px 0;
}
a:link .sli02-txt01,
a:visited .sli02-txt01,
a:active .sli02-txt01 {
	width:287px;
	margin:0 auto;
	color:#343434;
	background-color:#ececec;
	border-radius:0 0 10px 10px;
}
.sli02-txt02 {
	font-size:13px;
	line-height:22px;
	width:287px!important;
	padding:3px 12px;
	height:43px;
	overflow:hidden;
}
.sli02-txt03 {
	font-size:10px;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:3px;
	font-weight:bold;
}

a:hover .sli02-txt01 {
	text-decoration:none;
	color:#507dd8;
}
.top-con-02 {
	padding-left:10px;
}
.h-title01 {
	background:url(images/content-title-bg-01.jpg) no-repeat;
	width:740px;
	height:64px;
	color:#244c8a;
	font-size:22px;
	font-weight:bold;
	padding:16px 0 0 58px;
}
.h-title02 {
	height:40px;
	width:100%;
	background-color:#bae3e9;
	color:#2c90bd;
	font-size:18px;
	font-weight:bold;
	padding:7px 0 0 23px;
	margin-top:50px;
}
.h-title02 strong:before {
	content:url(images/item-icon05.jpg);
	position:relative;
	top:3px;
	padding-right:12px;
}
.h-title03 {
	border-left:2px #4c6798 solid;
	margin-top:60px;
	margin-left:30px;
}
.h-title03 p {
	color:#4c6798;
	padding:2px 12px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
.h-title03 span {
	display:block;
	color:#4c6798;
	padding:2px 12px;
	font-size:15px;
	line-height:22px;
}
.con-news li {
	padding:15px 0 20px 0;
	margin:10px 0 15px 0;
	border-bottom:dotted 1px #999;
}
.con-news li strong {
	float:left;
	display:block;
	width:135px;
	height:27px;
	background-color:#40c7db;
	text-align:center;
	padding-top:6px;
	color:#fff;
	font-weight:bold;
	border-radius:8px;
}
.con-news li strong.red {
	background-color:#ac1a1a;
}
.con-news li strong.blu {
	background-color:#53abe7;
}
.con-news li strong.eye {
	background-color:inherit;
}
.con-news li strong.eye img {
	width:100%;
	height:auto;
}
.eventnod {
	font-size:17px;
	margin:20px 0 10px;
}
.con-news li a:link span,
.con-news li a:visited span,
.con-news li a:active span {
	display:block;
	margin-left:173px;
	font-size:14px;
	padding:6px 0 12px;
	font-weight:bold;
	color:#666;
}
.con-news li a:link h4,
.con-news li a:visited h4,
.con-news li a:active h4 {
	margin-left:173px;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	padding-bottom:3px;
}
.con-news li a:link p.ntxt-01,
.con-news li a:visited p.ntxt-01,
.con-news li a:active p.ntxt-01 {
	margin-left:173px;
	font-size:13px;
	color:#666;
	height:22px;
	overflow:hidden;
}
.con-news li a:hover span,
.con-news li a:hover h4,
.con-news li a:hover p.ntxt-01 {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out;
}
.bottom-btn {
	margin-top:90px;
	padding-left:10px;
}

/****************************************

         page
*****************************************/
.page-title {
	width:100%;
	height:176px;
	background-color:#0b1419;
}
.page-title img {
	width:1000px;
	height:176px;
	display:block;
	margin:0 auto;
}
.arc-day:before {
	content:url(images/item-icon04.jpg);
	padding-right:28px;
	position:relative;
	top:3px;
}
.arc-day {
	display:block;
	margin:40px 0 0 11px;
	font-size:14px;
	color:#666666;
}
.arc-txt01 {
	margin:50px 15px 100px;
	font-size:15px;
}
.de-link {
	border-top:dotted 1px #999;
	padding-top:20px;
}
.scho-list {
	margin-top:50px;
}
.scho-list li:nth-child(odd) {
	float:left;
}
.scho-list li:nth-child(even) {
	float:right;
}
.scho-list li {
	width:359px;
	height:131px;
	background:url(images/school-bg01.jpg) no-repeat;
	margin-bottom:50px;
}
.scho-list li a:link p,
.scho-list li a:visited p,
.scho-list li a:active p {
	color:#d5dcf0;
	font-size:30px;
	font-weight:bold;
	padding:60px 0 5px 37px;
	line-height:35px;
}
.scho-list li a:link strong,
.scho-list li a:visited strong,
.scho-list li a:active strong {
	color:#d5dcf0;
	font-size:15px;
	font-weight:bold;
	display:block;
	text-align:right;
	padding-right:11px;
}
.scho-list li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out;
}
.scho-list01 {
	margin:30px 0 0 24px;
}
.scho-list01 li a:before {
	content:url(images/icon-item06.jpg);
	padding:7px;
}
.scho-list01 li a:link,
.scho-list01 li a:visited,
.scho-list01 li a:active {
	display:inline-block;
	height:34px;
	font-size:15px;
	color:#333;
	text-decoration:underline;
}
.scho-list01 li a:hover {
	color:#999;
	text-decoration:none;
}
.scho-list02 {
	width:580px;
	margin-top:13px;
	margin-left:30px;
	border:solid 1px #999999;
	font-size:15px;
}
.scho-list02 dt {
	float:left;
	width:260px;
	border-top:solid 1px #999;
	padding:11px 15px 8px;
}
.scho-list02 dt strong{
	font-weight:bold;
	color:#ac1a1a;
}

.scho-list02 dd {
	margin-left:250px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	padding:11px 15px 8px;
	margin-left:260px;
}
.scho-list02 dt:first-child,
.scho-list02 dt:first-child + dd {
	background-color:#4c6798;
	color:#fff;
	text-align:center;
	border-top:none;
}
.arc-txt02 {
	margin:35px 30px 0;
}
.scho-list03 {
	margin-top:30px;
	border:solid 1px #d5d5d5;
	font-size:15px;
	background-color:#4c6798;
}
.scho-list03 dt {
	float:left;
	width:230px;
	border-top:solid 1px #7789ab;
	padding:16px 30px 13px;
	color:#fff;
}
.scho-list03 dd {
	margin-left:230px;
	border-top:solid 1px #d5d5d5;
	padding:16px 30px 13px;
	margin-left:230px;
	border-left:solid 1px #d5d5d5;
	background-color:#fff;
}
.scho-list03 dt:first-child,
.scho-list03 dt:first-child + dd {
	border-top:none;
}
.scho-list04 {
	width:580px;
	margin-top:13px;
	margin-left:30px;
	border:solid 1px #999999;
	font-size:15px;
}
.scho-list04 li:first-child {
	background-color:#4c6798;
	color:#fff;
	text-align:center;
	border-top:none;
}
.scho-list04 li {
	border-top:solid 1px #999999;
	text-align:center;
	padding:11px 15px 8px;
}
.form-01 {
	padding:4px 5px;
}
.form-02 {
	padding:4px 5px;
	width:350px;
}
.form-03 {
	padding:3px 5px;
	display:block;
	width:150px;
	height:36px;
	margin:0 auto;
	color:#666;
	letter-spacing:3px;
	font-size:15px;
	margin-top:50px;
}
.ma-t30 {
	margin-top:30px;
}
.sch-map {
	margin:13px 0 0 30px;
}
.sch-link {
	margin:30px;
}
.sch-link a:link,
.sch-link a:visited,
.sch-link a:active {
	text-decoration:underline;
}
.tred {
	color:#ac1a1a;
}
.scho-list05 {
	width:580px;
	margin-top:13px;
	margin-left:30px;
	border:solid 1px #999999;
	font-size:15px;
	background-color:#4c6798;
}
.scho-list05 dt {
	float:left;
	width:260px;
	border-top:solid 1px #999;
	padding:11px 15px 8px;
	color:#fff;
}
.scho-list05 dt strong{
}

.scho-list05 dd {
	margin-left:250px;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	padding:11px 15px 8px;
	margin-left:260px;
	background-color:#fff;
}
.scho-list05 dt:first-child,
.scho-list05 dt:first-child + dd {
	border-top:none;
}
.page-iconmenu {
	width:100%;
	margin-bottom:48px;
}
.page-iconmenu ul {
}
.page-iconmenu ul li {
	float:left;
	padding:0 6px;
	border-left:solid 1px #d8d8d8;
}
.page-iconmenu ul li:last-child {
	border-right:solid 1px #d8d8d8;
}

.policy-ul li {
	margin-top:60px;
}
.policy-ul li img {
	float:right;
	padding:0 20px 0 40px;
}
.policy-ul li P {
	line-height:28px;
	font-size:15px;
}

.h-title04 {
	border-left:5px #4c6798 solid;
	margin-bottom:35px;
	color:#4c6798;
	padding:9px 12px 6px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	font-weight:bold;
	background-color:#eee;
}
.h-title04 span {
	display:block;
	color:#4c6798;
	padding:2px 12px;
	font-size:15px;
	line-height:22px;
}
.ma-tuu01 {
	margin: 50px 0;
}

.about-map {
	width:580px;
	margin:43px 0 0 30px;
}
.animation01 li {
	width:50%;
	float:left;
	margin:0;
}
.animation01 li iframe {
	width:90%;
	max-width:330px;
	display:block;
	margin:5px auto;
	height:190px;
}
.animation01 li p {
	width: 90%;
	margin: 5px auto;
	font-size: 13px;
	line-height: 22px;
}
.animation01 li p span {
	display:block;
	text-align:right;
	margin-top:15px;
}

.coach01 li {
	margin-top:60px;
	float:left;
	width:480px;
}
.coach01 li:first-child {
	width:186px;
	margin-right:50px;
}
.coach01 li h5 {
	text-align:center;
}
.coach01 li h5 strong {
	font-size:20px;
}
.coach01 li h5 p {
	font-size:13px;
}
.coach01 li h5 p:nth-child(3) {
	margin-top: 10px;
}
.coach01 li:last-child:first-line {
	color:#b11d2d;
	font-weight:bold;
}

.coach01 li h5 p span {
	font-size: 12px;
	background-color: #4c6798;
	border-radius: 8px;
	line-height: 18px;
	padding: 1px 6px 0;
	display: inline-block;
	margin-left: 5px;
	color: #dde2fc;
}
.child01 li {
	margin:0;
}
.child01 li iframe {
	width:90%;
	max-width:500px;
	display:block;
	margin:50px auto;
	padding:5px 0;
	height:280px;
}
.child01 li p {
	width: 90%;
	margin: 5px auto;
	font-size: 13px;
	line-height: 22px;
}
.child01 li p span {
	display:block;
	text-align:right;
	margin-top:15px;
}
.child01 li:last-child {
	background-color:#e8e8e8;
}

.goods-list {
	margin-top:60px;
}
.goods-list p {
	margin-left:20px;
}
.goods-list li:before {
	content:"・";
	float:left;
}
.goods-list li,
.goods-list li p {
    line-height: 40px;
    font-size: 15px;
}
.goods-list a:link,
.goods-list a:visited,
.goods-list a:active {
	text-decoration:underline;
}
.goods-list a:hover {
	text-decoration:none;
}
.gallery-wa dl dt a img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
}
.gallery-wa dl dt a {
    width: 230px;
    height: 230px;
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    background-color:#dedede;
}
.gallery-wa dl dd {
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
}
p.step-txt02 {
    margin: 60px 20px 30px;
    line-height: 30px;
    font-size: 15px;
}
strong.step-txt01 {
    font-size: 20px;
    margin: 0 20px 30px;
    display: block;
    color: #9c1313;
}
/*2021.05.27追加*/
.stepup-btn{
    background: #0f37a8;
    padding: 0.5em 1em;
    font-size: 140%;
    font-weight: bold;
    width: 60%;
    margin: 0 auto 2em;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
}
.stepup-btn a{
    display: block;
    color:#fff;
}
.stepup-btn:hover{
    opacity: 0.6;
}
h5.step-txt03 {
    margin: 0 20px 30px;
    font-size: 16px;
    font-weight: bold;
}
ul.step-ul h4 {
    background-color: #9c1313;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 4px 6px 2px;
    font-weight: bold;
    line-height: 1em;
    margin-left:20px;
}
.step-txt04 {
	margin:0 20px;
}
.step-txt04:before {
	content:url(images/icon-item06.jpg);
	padding:7px;
}
.step-txt04 a:link,
.step-txt04 a:visited,
.step-txt04 a:active {
	display:inline-block;
	height:34px;
	font-size:15px;
	color:#333;
	text-decoration:underline;
}
.step-txt04 a:hover {
	color:#999;
	text-decoration:none;
}

.page-iconmenu-02 li a:link,
.page-iconmenu-02 li a:visited,
.page-iconmenu-02 li a:active {
	background-color: #e8e8e8;
	border-radius: 5px;
	margin: 0 0 30px 20px;
	display:block;
	width:573px;
	height:140px;
	color:#333;
	border:solid 2px #ccc;
}
.page-iconmenu-02 li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    /* IE 8 */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -webkit-transition: 0.2s ease-in-out;  
    -moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
    transition: 0.2s ease-in-out;
}
.page-iconmenu-02 li a p {
	float:left;
}
.page-iconmenu-02 li a h4 {
    width: 350px;
    height: 95px;
    padding: 25px 0 0 0;
    margin-left: 185px;
}
.page-iconmenu-02 li a h4 strong {
    border-left: #57b1ed solid 4px;
    display: block;
    font-size: 18px;
    padding: 5px 15px;
}
.page-iconmenu-02 li a h4 span {
    border-left: #57b1ed solid 4px;
    display: block;
    font-size: 12px;
    padding: 10px 0 5px 15px;
    line-height: 1.7em;
    height: 45px;
}
ul.about-ul02 li {
    list-style-type: disc;
    padding: 20px 0 0 5px;
    margin: 0 0 0 20px;
}
ul.about-ul02 li:first-child {
	padding:0 0 0 5px;
}
.muryo-btn {
    margin-top: 30px;
    text-align: center;
}
ul.about-ul03 {
    margin-bottom:35px;
}
ul.about-ul03 img {
    float: none;
    padding: 0;
}
ul.about-ul03 li {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0;
}
ul.about-ul03 li span {
    display: block;
    font-size: 18px;
    font-weight:bold;
    line-height: 1.3em;
    color: #2b3b6a;
}
.fqa-01 {
	margin-top:60px;
}
.fqa-01 dt {
	
}
.fqa-01 dt h3:before {
	content:url(images/faq-01.png);
	position:relative;
	top:5px;
	padding-right:8px;
}
.fqa-01 dt h3 {
	font-size:17px;
	color:#ae3a3a;
	font-weight:bold;
}
.fqa-01 dd {
	border:solid 3px #9f9f9f;
	border-radius:10px;
	padding:20px 22px;
	margin:15px 0 45px;
}
.fqa-01 dd p:before {
	content: url(images/faq-02.png);
	float: left;
	display: block;
	position:relative;
	top:-3px;
}
.fqa-01 dd span {
    display: block;
    margin-left: 39px;
}
.fqa-01 dd:last-child {
	margin-bottom:0;
}
.tuma-top {
	margin-top:80px;
}
/* summerschool */
.summer_main{
	margin:50px 0;
}
.summer_box1{
	background:url(http://www.89waku.com/wp/wp-content/uploads/summer_school_5.png);
	padding:25px 30px 30px 25px;
}
.summer_box1 ul{
	margin-top:35px;
	overflow: hidden;
}
.summer_box1 ul li:first-child{
	float:left;
}
.summer_box1 ul li:last-child{
	float:right;
}
.summer_box2{
	background:url(http://www.89waku.com/wp/wp-content/uploads/summer_school_9.png) no-repeat left 70px;
	position:relative;
	padding-top:70px;
	min-height:910px;
}
.summer_box2 + ul{
	overflow: hidden;
	margin-top:35px;
}
.summer_box2 + ul li{
	float:left;
	padding-right:25px;
}
.summer_box2 + ul li:nth-of-type(3n){
	padding-right:0px;
}

.pc-h {
	display:block!important;
}
.sp-h {
	display:none!important;
}
.hattori-map iframe {
	margin-right:10px;
}
@media only screen and (min-width:641px) {
.sp-pa000 br {
	display:none;
}
}
/* SP */

@media only screen and (max-width:640px) {

.pc-h {
	display:none!important;
}
.sp-h {
	display:block!important;
}

.spnavi,
.menu {
	display:block;
}
html, body {
	min-width:inherit;
}
img {
	width:100%;
	height:auto;
}
.hed-top,
#wak-slider,
#wak-slider div:first-child,
#wak-slider img,
.wrapper,
#top-contents,
.facebook,
.top-con-02,
.h-title01,
.bottom-btn,
#side,
.fot-con,
.fotcon-l,
.fotcon-l ul li,
.fotcon-c,
.fotcon-r,
.top-con-01,
.tco-01-r {
	width:100%;
	height:auto;
}

.head-l,
.head-r,
#top-contents,
.facebook,
.tco-01-r,
.con-news li strong,
#side,
.fotcon-l,
.fotcon-l ul li,
.fotcon-c,
.fotcon-r {
	float:none;
}
#top-nav,
.wrap,
.sp-o {
	display:none;
}
#header {
	padding-top:48px;
	height:215px;
}
.head-l h1 a:link,
.head-l h1 a:visited,
.head-l h1 a:active {
	background-size:80%;
}
.head-r {
	margin:0;
}
.head-r p {
	padding-top:2px;
	float:left;
	line-height:1.3em;
	padding-left:12px;
	width:53%;
}
.head-r p:nth-child(2) img {
	width:95%;
	height:auto;
}
.head-r p:nth-child(3),
.head-r p:nth-child(4),
.head-r p:nth-child(5) {
	float: right;
	height: auto;
	overflow: hidden;
	width: 13%;
	min-width:45px;
	text-align:left;
	padding:0;
	margin:0 0.5%;
}
.head-r p:nth-child(3) img,
.head-r p:nth-child(4) img,
.head-r p:nth-child(5) img {
	width:54px;
	max-width:100%;
	height:35px;
}
.head-r p:nth-child(3) {
	padding-left:0;
}
.head-r p span {
	display:none;
}
/*
.facebook {
	width:95%;
	margin:0 auto 25px;
}
*/
.facebook {
	display:none;
}
.facebook iframe {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.today-school {
	width:95%;
	margin:0 auto;
}
.slider-02 {
	margin-top:25px;
}
.slick-arrow,
.slick-prev {
	display:none!important;
}
.regular div {
	width:90%;
	margin:0 auto;
}
.regular div img {
	width:100%;
	height:auto;
}
.sli02-tit {
	width: 100%;
}
a:link .sli02-txt01,
a:visited .sli02-txt01,
a:active .sli02-txt01 {
	width:100%!important;
}
.slick-dotted,
.slick-slider {
	max-width:330px;
	margin:0 auto;
}
.slick-dots {
	display:none!important;
}
.con-news li strong {
	display:none;
}

.con-news li a:link span,
.con-news li a:visited span,
.con-news li a:active span,
.con-news li a:link h4,
.con-news li a:visited h4,
.con-news li a:active h4,
.con-news li a:link p.ntxt-01,
.con-news li a:visited p.ntxt-01,
.con-news li a:active p.ntxt-01 {
	margin-left:0;
	padding-bottom:2px;
}
.top-con-02 {
	width:95%;
	margin:0 auto;
}
.h-title01 {
	line-height:1.2em;
	padding:11px 0 0 51px;
	height:64px;
	font-size:21px;
}
.sp-pa {
	padding-top:24px;
}
.sp-pa000 {
	padding-top:10px;
}
.sp-pa000 span {
	display:none;
}
.bottom-btn {
	width:95%!important;
	margin:25px auto 12px;
	padding:0;
}
#side {
	width:95%!important;
	margin:0 auto;
}
.fotcon-l ul,
.focr ul li.ii02 {
	margin-left:58px;
}
.focr ul li.ii01 {
	margin-left:33px;
}
#side li {
	float:left;
	width:50%;
	max-width:178px;
	height:122px;
	overflow:hidden;
	border:none;
	padding:0;
	margin-bottom:12px;
}
#side li:nth-child(even) img {
	padding-left:5%;
}
#side li img {
	width:95%;
	height:100%;
}
#side .stepup-link01{
       padding-left: 2%;
}
#side .stepup-link01 a{
       padding: 2em 0;
}
#footer {
	margin-top:25px;
	padding:25px 0 25px;
}
.fotcon-l img {
	width:90%;
	margin:0 auto;
	display:block;
}
.fotl-li li a:link,
.fotl-li li a:visited,
.fotl-li li a:active,
.focr ul li a:link,
.focr ul li a:visited,
.focr ul li a:active {
	font-size:16px!important;
	line-height:1.2em!important;
	display:block;
	padding:8px 0 6px;
	text-decoration:underline;
	width:90%;
}
.fotl-li {
	margin-bottom:25px!important;
}
.focr ul li span {
	font-size:16px;
	padding:8px 0 6px;
}
.fotcon-l ul li a:before {
	content:url(images/item-icon01.png);
	position:relative;
	top:-2px;
}
.page-title {
	height:auto;
	overflow:hidden;
}
.page-title img {
	width:180%;
	height:auto;
}
.top-con-02 {
	padding-left:0;
}
.h-title03,
.scho-list01,
.scho-list02,
.sch-link,
.scho-list04,
.scho-list05 {
	margin-left:0;
}
.sch-map,
.about-map {
	margin-left:0;
	width:100%;
	overflow:hidden;
}
.sch-map iframe,
.about-map iframe {
	width:100%;
	height:200px;
}
.scho-list02,
.scho-list04,
.scho-list05 {
	width:100%;
	font-size:14px;
}


.scho-list02 dt,
.scho-list05 dt {
	float:none;
	width:100%;
	background-color:#4c6798;
	color:#fff;
}
.scho-list02 dd,
.scho-list05 dd {
	margin-left:0;
	border-left:none;
}
.scho-list02 dt:first-child {
	text-align:left;
}


.scho-list02 dt:first-child + dd {
	background-color:#fff;
	color:#343434;
	text-align:left;
}
.sch-link {
	margin:30px 0;
}
.sch-link iframe {
	width:100%;
	height:198px;
}
.page-iconmenu ul li,
.page-iconmenu ul li:last-child {
	border:none;
}
.page-iconmenu ul li {
	width:50%;
	padding-bottom:5px;
}
.policy-ul li img {
	float:none;
	padding:0 0 15px 0;
	display:block;
	margin:0 auto;
	width:216px;
}
ul.about-ul03 li {
	width:100%;
	float:none;
	margin-bottom:15px;
}
.muryo-btn {
	margin-top:0;
}
.top-con-01 {
	margin-bottom:45px;
}
ul.about-ul03 {
	margin-bottom:0;
}
.fqa-01 dt h3 {
    line-height: 1.2em;
    min-height:40px
}
.fqa-01 dt h3:before {
    position: relative;
    top: -5px;
    padding-right: 8px;
    display: block;
    float: left;
}
.fqa-01 dd {
	padding:20px 10px;
}
.page-iconmenu-02 li a h4 {

}
p.step-txt02 {
	margin:0 0 25px;
}
.page-iconmenu-02 li {
	width:50%;
	float:left;
}
.page-iconmenu-02 li a:link,
.page-iconmenu-02 li a:visited,
.page-iconmenu-02 li a:active {
	margin:0 auto 15px;
	width:90%;
	height:140px;
	padding:15px 0 0 0;
}

.page-iconmenu-02 li a h4 {
	display:none;
}
.pagenavi {
	width:95%;
	margin-left:3%
}
dt.sp-c1 {
    background-color: #fff;
    border-top: solid 4px #999;
}
.scho-list li {
	width:100%;
	max-width:300px;
	height:auto;
	background-size:contain;
	margin:0 auto 25px;
}
.scho-list li:nth-child(even),
.scho-list li:nth-child(odd) {
	float:none;
}

.scho-list li a:link p,
.scho-list li a:visited p,
.scho-list li a:active p {
	padding:15% 0 0 10%;
	font-size:27px;
}
.scho-list li a:link strong,
.scho-list li a:visited strong,
.scho-list li a:active strong {
	padding:0 4% 2.1%;
	font-size:11px;
}
.animation01 li {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
}
#gallery-2 .gallery-item {
	float:none!important;
	width:100%!important;
}
dt.gallery-icon {
    margin: 0 auto;
    width: 230px;
}
.sp-fo01 {
	font-size:19px;
}
#gallery-2 .gallery-caption {
	margin:0 auto!important;
	width:230px!important;
}
.arc-txt02 {
	margin:35px 0 0;
}
.arc-txt02 img {
	width:80%;
	height:auto;
	display:block;
}
.scho-list03 dt {
	float:none;
	width:100%;
	padding:16px 10px 13px;
}
.scho-list03 dd {
	width:100%;
	margin-left:0;
	border-left:none;
	padding:16px 10px 13px;
}

.form-01,
.form-02 {
	padding-4px 5px;
	width:90%;
}
.ajax-loader {
	display:none;
}

.tu-ma9530 {
	width:95%;
	margin:30px auto 25px;
}
.tu-ma9550 {
	width:95%;
	margin:50px auto 0;
}
.de-link {
	width:95%;
	margin:0 auto;
}
.con-news li {
	padding-top:5px;
	margin-bottom:5px;
}
.arc-txt01,
.arc-txt01 iframe,
.arc-txt01 tabel {
	max-width:100%;
}

/* summerschool */
.summer_main{
	margin:20px 0;
}
.summer_box1{
	padding:10px;
}
.summer_box1 ul{
	margin-top:0px;
	overflow: hidden;
}
.summer_box1 ul li:first-child{
	float:none;
}
.summer_box1 ul li:last-child{
	float:none;
}
.summer_box1 ul li{
	margin-top:10px;
}
.summer_box2{
	background:url(http://www.89waku.com/wp/wp-content/uploads/summer_school_9_s.png) no-repeat left 20px;
	background-size:contain;
	padding-top:60px;
	height:auto;
}
.summer_box2 p{
	position:static !important;
	width:auto !important;
	padding:10px 20px;
}
.summer_box2 + ul{
	overflow: hidden;
	margin-top:20px;
}
.summer_box2 + ul li{
	padding-right:0px;
	max-width:49%;
}
.summer_box2 + ul li:nth-of-type(2n){
	float:right;
}

}
@media only screen and (min-width:641px) {
.top-con-02 .b-title {
    margin: 20px 0 20px 30px;
    padding: 3px;
    background-color: #2c90bd;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
.top-con-02 .b-text01,
.top-con-02 .course dd {
    margin: 0px 0 5px 35px;
}
.top-con-02 .b-text02 {
    margin: 30px 0 5px 35px;
}
.ca-map iframe {
    margin: 10px 0 20px;
}
.top-con-02 .course dt {
    margin: 0px 0 5px 35px;
    color: #2c90bd;
    border-bottom: solid 1px #2c90bd;
}
.top-con-02 .course dl {
    float: left;
    width: 420px;
}
.top-con-02 .course img {
    float: right;
    margin: 5px;
}
.top-con-02 .course {
    overflow: hidden;
}
.top-con-02 .b-title .b-title-sub {
    margin-left: 10px;
    font-size: 90%;
}
.ca-map .p-title03 {
    border-left: 2px #4c6798 solid;
    padding: 2px 12px;
}
.top-con-02 .course table {
    border-collapse: collapse;
    margin: 5px 0 30px 30px;
    float: left;
}
.top-con-02 .course table th {
    width: 90px;
    color: #fff;
    background-color: #98d1ea;
    border: solid 1px #2c90bd;
    font-weight: bold;
}
.top-con-02 .course table td {
    width: 160px;
    padding: 11px 15px 8px;
    border: solid 1px #2c90bd;
}
.top-con-02 .course table td.course-cat {
    width: 160px;
    padding: 5px 15px 3px;
    background-color: #d3eefa;
    border: solid 1px #2c90bd;
    font-weight: bold;
}

}
@media only screen and (max-width:640px) {
.top-con-02 .b-title {
    margin: 20px 0 20px;
    padding: 3px;
    background-color: #2c90bd;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
}
.top-con-02 .b-text01 {
    margin: 0px 0 5px 5px;
}
.top-con-02 .b-text02 {
    margin: 5px 0 5px 5px;
}
.ca-map iframe {
    margin: 10px 0 20px;
}
.top-con-02 .b-title .b-title-sub {
    margin-left: 10px;
    font-size: 90%;
}
.top-con-02 .course dt {
    margin: 0px 0 5px 5px;
    color: #2c90bd;
    border-bottom: solid 1px #2c90bd;
}
.top-con-02 .course dd {
    margin: 0px 0 30px 5px;
}
.ca-map .p-title03 {
    border-left: 2px #4c6798 solid;
    padding: 2px 12px;
}
}




/* add gallery */

.h-title04.a-mat {
	margin-top:35px;
}
.l_gallery > li{
	margin-top:15px;
}
.l_gallery .addaco > dt a{
	border:solid 2px #40c7db;
	text-decoration:none;
	display:block;
	padding:8px 35px 6px;
	font-size:18px;
	position:relative;
	line-height:1.3;
	color:#40c7db;
	cursor:pointer;
	transition:0.3s;
}
.l_gallery .addaco > dt a.close{
	padding-left:40px;
}
.l_gallery .addaco > dt a:before{
	content:"";
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #40c6db;
	transition:0.3s;
	left:12px;
	top:11px;
}
.l_gallery .addaco > dt a.close:before{
	border-width: 10px 7.5px 0 7.5px;
	border-color: #40c6db transparent transparent transparent;
	left:12px;
	top:15px;
}
.l_gallery .addaco > dd > div.acom{
	padding:15px 0 0;
}
.l_gallery .addaco > dd > div.aimg > div,
.l_gallery_single > li > div.aimg > div{
	overflow:hidden;
	margin-top:35px!important;
}
.l_gallery .addaco > dd > div.aimg > div > dl,
.l_gallery_single > li > div.aimg > div > dl{

	width:147px!important;
	height:147px!important;
	overflow:hidden;
	margin:0!important;
}
.l_gallery .addaco > dd > div.aimg > div > br,
.l_gallery_single > li > div.aimg > div > br{
	display:none!important;
}
.l_gallery .addaco > dd > div.aimg > div > dl > dt,
.l_gallery_single > li > div.aimg > div > dl > dt{
	width:100%;
}
.l_gallery .addaco > dd > div.aimg > div > dl > dt > a > img,
.l_gallery_single > li > div.aimg > div > dl > dt > a > img{
	max-width:96%!important;
	height:auto!important;
	border:none!important;
}
.l_gallery > li.ad-title{
	margin-top:40px;
}
@media only screen and (max-width: 640px){
	.l_gallery .aimg,
	.l_gallery_single .aimg{
		width:295px;
		max-width:100%;
		margin:0 auto;
	}
	.l_gallery_single > li > div.aimg > div#gallery-2 > dl.gallery-item {
		float:left!important;
		width:147px!important;
	}

/*2021.05.27追加*/
.stepup-btn{
    width: 95%;
    font-size: 115%;
}
}
