@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

header h1header h1header h1header h1header h1header h1header h1header h1header h1header h1header h1header h1html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:16px;
  line-height:1.75em;
  letter-spacing:1px;
  color:#343434;
  vertical-align:baseline;
  background:transparent;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
}


._font-style1,._font-style1 *{font-family: "Alata", sans-serif;}

article,side,details,figcaption,figure,
header,menu,nav,section {
  display:block;
}
html, body {
	background-color: #FFFFF2;
	/* min-width:1100px; */
	margin:0 auto;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
  box-sizing:border-box;
}
a:hover img,
a:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	transition: .3s ;
}

input, select {
  vertical-align:middle;
}
.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.sp {
	display:none;
}
.common-inner{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

img{max-width: 100%;height: auto;}

/*
共通 end 
material start ******************************************* */


/*
material end 
header start ******************************************* */

.l_header {
}
.header .header-upper{
	width:100%;
	/* height:130px; */
	position:relative;
	padding-bottom: .5rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff0f5+0,ffffff+100 */
	background: rgb(255,240,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(214,242,243,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(214,242,243,1) 0%, rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(214,242,243,1) 0%, rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}
.header .header-upper:before,
.header .header-upper:after{
	content:"";
	display:block;
	position:absolute;
	width:550px;
	height:130px;
	z-index:1;
	opacity: 0;
	transform: translate(0,10px); 
	-webkit-transform: translate(0,10px); 
	-webkit-animation: example 4s ease 1s 1 forwards;
	animation: example 3.5s ease 1.5s 1 forwards;
}
.header .header-upper:before{
	background:url(../img/material/header-bg-l.png) no-repeat;
	background-size: contain;
	left:0;
	top:0;
}
.header .header-upper:after{
	background:url(../img/material/header-bg-r.png) no-repeat bottom right;
	right:0;
	top:0;
}
.header .header-content{
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 2;
}
header .header-discription{
	width: 100%;
	padding:6px 0 0;
	text-align: right;
}
header .header-discription,
header .header-discription strong{
	font-size:13px;
	color:#bc3f51;
	letter-spacing:2.5px;
	line-height:1.5em;
}
header .logo{
	margin: .5rem auto .5rem 0;
}
header .logo img{
	max-width:100%;
	height:auto;
	display:block;
}
.header .language-selection{
	margin-left: auto;
	line-height:1.5em;
	display: flex;
}
.header .language-selection p{
	font-size:12px;
	line-height:2.2em;
	font-weight:bold;
	letter-spacing:2px;
	color:#666;
	background-color:#fff;
	background-image:url(../img/material/arrow-02.png);
	background-repeat:no-repeat;
	background-position:10px center;
	background-size: 1rem;
	padding:0 6px 0 40px;
	border:solid 1px rgb(169, 169, 169);
	border-radius:15px 0 0 15px;
	position:relative;
	left:1px;
	box-shadow:1px 1px 2px rgba(0,0,0,.15) inset;
}
.header .language-selection select {
	border: solid 1px rgb(169, 169, 169);
	border-radius:0 15px 15px 0 ;
	font-size:14px;
	letter-spacing:1.5px;
	padding:3px 12px;
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.5em;
	box-shadow:1px 1px 2px rgba(0,0,0,.15) inset;
}
.header .language-selection option {
	padding:0;
	position:relative;
	left:-120px;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
  }
}
@keyframes example {
  100% {
    opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
  }
}


/*
header end 
g-menu start ******************************************* */

.DSmenu{
	background:url(../img/material/img-bg01.jpg) repeat-x;
}
.DSmenu_inner{
	width: 95%;
	max-width: 1000px;
	margin: auto;
}
#mainNavi {
	width:100%;
	z-index:10;
	overflow:hidden;
}
#mainNavi .menu{
	display: flex;
}
#mainNavi .menu > li {
	width:20%;
	height:50px;
}
#mainNavi .menu > li > a {
	display:block;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	letter-spacing:1.5px;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(0,0,0,.5);
}
#mainNavi ul.menu > li > a:hover {
	background-color:rgba(255,255,255,.15);
}

li.sp{
	display:none;
}




/*
g-manu end 
main-img start ******************************************* */

#main-img {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
}

#main-img img{
	width:100%;
	height:44vw;
	max-height: 770px;
	object-fit: cover;
	object-position: center;
}



/*
main-img end 
footer start ******************************************* */

footer{
}
footer > .inner{
	width:100%;
	padding: 4rem 0;
	position:relative;
	border-top:solid 5px #d9cfbf;
	background:url(../img/material/img-bg01.jpg);
	z-index:1;
}
footer > .inner:before,
footer > .inner:after{
	content:"";
	display:block;
	height:100%;
	position:absolute;
	top:-50px;
	z-index:1;
}
footer > .inner:before{
	width:251px;
	background:url(../img/material/footer-bg-l.png) no-repeat;
	left:0;
}
footer > .inner:after{
	width:342px;
	background:url(../img/material/footer-bg-r.png) no-repeat top right;
	right:0;
}
footer .footer-info{
	position: relative;
	display: flex;
	padding-bottom: 3rem;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
footer .footer-info p,
footer .footer-info p span,
footer .footer-info a{
	text-decoration: none;
	color: #fff;
}
footer .footer-info .text{
	order: 2;
}
footer .footer-info .gmap{
	width: clamp(1rem, -4.368rem + 40.84vw, 420px);
	margin-right: 5%;
	order: 1;
}
footer .footer-info .text .logo{
	display: block;
	max-width: 490px;
	margin-bottom: 2rem;
}
footer .footer-info .text .logo img{
	display: block;
	width: 100%;
}
footer .footer-info .text .item{
	display: flex;
	margin:.5rem 0;
}
footer .footer-info .text .item .label{
	width: 6rem;
}
footer .footer-info .text .item .world-number:before{
	content: "/";
	margin:0 .25rem;
}
footer .page-nav{
	width:100%;
	margin:0 auto;
	padding:35px 0;
}
footer .page-nav > h3{
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:1.5em;
}
footer .page-nav > p{
	text-align:center;
	color:#fff;
	line-height:1.5em;
}
footer .page-nav > div {
	overflow:hidden;
	padding:25px 0 15px;
	position:relative;
	z-index:3;
}
footer .page-nav > div > ul {
	width:25%;
	/* margin:0 1%; */
	float:left;
}
footer .page-nav > div > ul > li{
	margin-top:2px;
}
footer .page-nav > div > ul > li > a{
	display:block;
	padding:.25rem 0;
	line-height:1.5em;
	font-size:.9em;
	color:#fff;
	text-decoration:none;
	letter-spacing:.5px;
	border-radius:3px;
}
footer .page-nav > div > ul > li:first-child > a{
	font-size:16px;
	font-weight:bold;
	padding:3px 6px;
}
footer .page-nav > div > ul > li > a:hover{
	background-color:rgba(0,0,0,.2);
}
footer .page-nav > div > ul > li > a:before{
	content:"-";
	margin-right: 1rem;
}
footer .page-nav > div > ul > li:first-child > a:before{
	display:none;
}
footer > small{
	display:block;
	text-align:center;
	font-size:12px;
	letter-spacing:2px;
	height:65px;
	padding-top:20px;
}
/*
footer end 
side start ******************************************* */


/*
side end 
contents start ******************************************* */
/* top */

#wrapper {
	width:100%;
	margin:0 auto;
}
.top01 {
	overflow:hidden;
	margin:60px auto;
}
.top01 .sub-title img{
	display:block;
	margin:55px auto 60px;
}
.top01 .chairman{
	display: flex;
	margin-top: 2rem;
	float: right;
}
.top01 .chairman .position{
	margin-right:1.1rem;
	font-size:15px;
	line-height:1.5em;
}

.top02{
	margin-top:50px;
	background:url(../img/material/bg01.png) no-repeat bottom right;
	padding-bottom:30px;
}
.kaso .top02 {
	background-image:none;
}
.top02 .common-inner{
	margin:60px auto;
}

.top02 .topics-list li{
	border-bottom:solid 1px #dcdcdc;
}
.top02 .topics-list li > a{
	text-decoration:none;
	position:relative;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding:2em 1em;
}
.top02 .topics-list .date{
	width: 8rem;
	font-size:14px;
}
.top02 .topics-list .category{
	width: 6rem;
	margin-right: 2rem;
	padding:.5em 1em;
	font-size:13px;
	text-align: center;
	color:#fff;
	line-height:1em;
	background-color:#008A79;
	border-radius:3px;
}
.top02 .topics-list .text{
	width: calc(100% - 20rem);
}
.top02 .topics-list li > a:hover {
	background-color:#f3efe5;
}
.top02 .topics-list li > a:hover > p{
	text-decoration:underline;
}
.top02 .f-sns {
	margin-top:35px;
}
.top02 .f-sns picture img{
	display: block;
}
.h-title01 {
	min-height:50px;
	padding:7px 4% 5px 55px;
	line-height:1.5em;
	color:#fff;
	font-size:25px;
	letter-spacing:1.5px;
	position:relative;
	background:url(../img/material/img-bg01.jpg);
}
.h-title01:before {
	content:"";
	width:48px;
	height:50px;
	background:url(../img/material/arrow-01.png) no-repeat;
	position:absolute;
	left:0;
	bottom:0;
}

.a-txt01 {
	margin:0 1%;
	padding:10px 0;
}
.sakura{
	z-index:99999;
}

/* top end */
/* kaso start */

article.kaso {
	padding-bottom:150px;
}
.c-con01 {
	background-color: #E9FFFC;
	text-align:center;
	padding:45px 0 25px;
	overflow:hidden;
}
.c-con01 .c-con01_title {
	font-size:28px;
	color:rgba(0,0,0,.75);
	letter-spacing:2px;
	display:inline-block;
	padding:0 60px;
	position:relative;
}
.c-con01 .c-con01_title:before,
.c-con01 .c-con01_title:after{
	content:"";
	width:45px;
	height:2px;
	background-color:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	right:0;
	top:25px;
}

.c-con01 .c-con01_title:before {
	left:0;
}
.c-con01 .c-con01_title:after {
	right:0;
}
.c-con01 .c-con01_list {
	overflow:hidden;
	margin:25px auto 0;
}
.c-con01 .c-con01_list li{
	display:inline-block;
	margin:5px 3px;
}
.c-con01 .c-con01_list li a{
	color:#fff;
	position:relative;
	display:block;
	min-height:48px;
	padding:11px 12px 0 50px;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
	text-shadow:1px 1px 0 rgba(0,0,0,.2);
	box-shadow:2px 2px 3px -3px rgba(0,0,0,.25);
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbfce+0,ff90aa+100 */
	background: rgb(174,236,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba,2(174,236,229,1) 0%, rgba(107,197,186,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(174,236,229,1) 0%,rgba(107,197,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(174,236,229,1) 0%,rgba(107,197,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbfce', endColorstr='#ff90aa',GradientType=0 ); /* IE6-9 */
}
section.c-con01 .c-con01_list li a:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	display:block;
	width:50px;
	height:48px;
	background:url(../img/material/arrow-04.png) no-repeat;
}

.c-con02 {
	margin:70px auto 0;
}
.c-con02 .info-table{
	width: 100%;
	margin-top: 2rem;
	background-color: #fff;
	border:1px solid #ccc;
}
.c-con02 .info-table th,
.c-con02 .info-table td{
	padding: 1em;
	border:solid 1px #ccc;
}
.c-con02 .info-table th{
	width: 13em;
}
.a-list01 {
	margin:50px auto 0;
	width:80%;
	background-color: #fff;
}
.a-list01 td,
.a-list01 th {
	text-align:center;
	vertical-align:middle;
	border:solid 1px #ccc;
	height:65px;
	font-size:16px;
}
.a-list01 th {
	width:20%;
	color:#fff;
	font-weight:normal;
	background-color:#00AC97;
}
.a-list01 td {
	width:40%;
}
.a-list01 td span{
	font-size:18px;
	display:block;
}
.a-list01 tbody > tr:first-child > td {
	background-color:#EFFBF9;
}
.a-list01 tbody > tr:nth-child(2) > td {
	font-weight:bold;
	color:#00AC97;
	font-size:27px;
	text-shadow:1px 1px 2px rgba(0,0,0,.16);
}

.a-list02 {
	width:100%;
	position:relative;
	overflow:hidden;
	margin:75px auto 0;
}
.a-list02 > div{
	float:left;
	width:50%;
}
.a-list02 > div:first-child{
	background:url(../img/about/img01.png) no-repeat;
	background-size:contain;
	background-position:right 150px;
}
.a-list02 > div:nth-child(2){
	background:url(../img/about/img02.png) no-repeat;
	background-size:auto;
	background-position:right 150px;
}
.a-list02 > div > p{
	text-align:center;
	width:50%;
	padding:30px 0 0;
	font-size:18px;
	font-weight:bold;
	height:100%;
	min-height:700px;
	border-radius:10px;
}
.a-list02 > div:first-child > p{
	background-color:rgba(225,169,158,.3);
	color:#bb4444;
	margin:0 0 0 33%;
}
.a-list02 > div:nth-child(2) > p{
	background-color:rgba(0,172,151,.2);
	color:#008A79;
	margin:0 0 0 30%;
}
.a-list02 > ul{
	position:absolute;
	top:80px;
	left:320px;
	width:396px;
}
.a-list02 > ul > li{
	padding:30px 0 30px 85px;
	margin:-10px 0 0;
	position:relative;
	z-index: 2;
}
.a-list02 > ul.add01 > li{
	padding-bottom:33px;
}

article.en .a-list02 > ul.a-vn01 > li.ar-rl,
article.en .a-list02 > ul.a-vn01 > li.ar-br{
	display:none;
}
.a-list02 > ul > li.ar-rr{
	background:url(../img/about/img05.png) no-repeat;
	background-size:contain;
	background-size:100% 100%;
}
.a-list02 > ul > li.ar-bl{
	background:url(../img/about/img06.png) no-repeat;
	background-size:contain;
	background-size:100% 100%;
}
.a-list02 > ul > li.ar-br{
	position:relative;
	right:-335px;
	background:url(../img/about/img07.png) no-repeat;
	background-size:contain;
	background-size:100% 100%;
	margin-top:-50px;
	padding:20px 0;
	width:230px;
}
.a-list02 > ul:after{
	content:"";
	background:url(../img/about/img04.png) no-repeat;
	display:block;
	width:200px;
	height:164px;
	position:absolute;
	right:-280px;
	top:140px;
}
.a-list02 > ul:before{
	content:"";
	background:url(../img/about/img03.png) no-repeat;
	display:block;
	width:217px;
	height:173px;
	position:absolute;
	left:-266px;
	top:380px;
}
.a-list02 > ul > li.ar-rl{
	position:relative;
	left:-150px;
	background:url(../img/about/img08.png) no-repeat;
	background-size:contain;
	background-size:100% 100%;
	margin-top:-50px;
	padding:20px 0 20px 20px;
	width:210px;
}
.a-list02 > ul > li p{
	font-size:16px;
	line-height:1.3em;
	font-weight:bold;
	position:relative;
	padding-left:25px;
}
.a-list02 > ul > li p span{
	line-height:1.3em;
	font-weight:bold;
	position:absolute;
	left:0;
	top:-1px;
	font-size:18px;
}
.a-list02 > ul > li.ar-rr p,
.a-list02 > ul > li.ar-rr p span{
	color:#bb4444;
}
.a-list02 > ul > li.ar-bl p,
.a-list02 > ul > li.ar-bl p span{
	color:#008A79;
}
.a-list02 > ul > li.ar-br p{
	font-size:15px;
	color:#008A79;
}
.a-list02 > ul > li.ar-rl p{
	font-size:15px;
	color:#bb4444;
}

.school-fee{
	margin-bottom: 4rem;
}
.a-list03 {
	width:100%;
	margin:1rem 0;
	background-color: #fff;
}
.a-list03 th,
.a-list03 td{
	border:solid 1px #ccc;
	padding:1em;
	vertical-align:middle;
}
.a-list03 th{
	background-color:#E7FFDF;
}
.a-list03 tr > th:first-child {
	width:30%;
}
.a-list03 tr > th:nth-child(2) {
	width:35%;
}
.a-list03 tr > th:nth-child(3) {
	width:35%;
}
.a-list03 tr > td{
	text-align:right;
	position:relative;
}
.a-list03 .a-list03_label{
	padding-left: 4rem;
	text-align: right;
}
.a-list03 .a-list03_label i{
	position:absolute;
	font-weight:bold;
	font-size:14px;
	left:10px;
	display:block;
	background-color:#6FC850;
	color:#fff;
	width:4rem;
	text-align:center;
	margin-top:5px;
	padding:0 6px;
	line-height:1.3em;
	border-radius:5px;
}
.a-list03 tr td .small-text{
	display: block;
	font-size: .7em;
}

.a-list04{
	margin:30px 4% 0;
}
.a-list04 > li{
	list-style-type:disc;
}

.a-list05 {
	padding:25px 4% 0;
	overflow:hidden;
}
.a-list05 > li{
	float:left;
}
.a-list05 > li > a{
	display:inline-block;
	padding:15px 30px 15px 70px;
	text-decoration:none;
	font-size:20px;
	color:#6565e9;
	margin:15px 12px;
	background-color:#f9f9f9;
	box-shadow:6px 6px 10px -6px rgba(0,0,0,.25),
	2px 2px 4px rgba(0,0,0,.15) inset;
	border-radius:5px;
	position:relative;
}
.a-list05 > li > a:before {
    content: "";
    background-image: url(../img/material/arrow-05.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size:18px;
    background-color: #6161e1;
    display: block;
    width: 40px;
    height: 38px;
    position: absolute;
    left: 10px;
    top: -3px;
    border-radius: 0 0 5px 5px;
	box-shadow:2px 2px 4px rgba(0,0,0,.4),
	2px 2px 4px rgba(0,0,0,.25) inset;
}
.a-list05 > li.addar01 > a {
    color: #6296c7;
}
.a-list05 > li.addar01 > a:before {
    background-image: url(../img/material/arrow-05-2.png);
    background-color: #6296c7;
}


.a-list06{
	margin:50px auto 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem 30px;
}
/* .a-list06{
	display: flex;
} */
.a-list06 .a-list06_img{
	/* width:500px; */
	grid-row: 1 / 3;
	grid-column: 1;
}
.a-list06 .a-list06_img img{
	width: 100%;
}
.a-list06 .a-list06_fee{
	grid-row: 1 / 2;
	grid-column: 2;
}
.a-list06 .a-list06_fee .h-titl202{
	background-color:#348bbc;
	padding:15px 25px;
	font-size:22px;
	color:#fff;
	margin-bottom: 1rem;
}
.a-list06 .a-list06_fee .fee-item{
	display: flex;
	margin-bottom: .25rem;
	border:3px solid #def0fa;
}
.a-list06 .a-list06_fee .fee-item .label{
	min-width: 10em;
	width: 45%;
	padding: 1rem;
	background-color: #def0fa;
	font-size: 1.3rem;
	color:#348bbc;
	font-weight: 700;
}
.a-list06 .a-list06_fee .fee-item .fee{
	width: 55%;
	padding: 1rem;
	font-size: 1.3rem;
	background-color: #fff;
}
.a-list06 .memo{
	padding: 2rem 1rem 2rem 2rem;
	position:relative;
	background-color:#def0fa;
	grid-row: 2 / 3;
	grid-column: 2;
}
.a-list06 .memo:before{
	content:"";
	width:41px;
	height:38px;
	background:url(../img/material/arrow-06.png) no-repeat;
	position:absolute;
	top: 0rem;
	left:-28px;
}
.a-list06 .memo p{
	min-height:66px;
	line-height: 2;
}
.a-list06 > dt > a > img,
.a-list07 > li > figure > a > img{
	width:100%;
	border:2px solid #fff;
	box-shadow:14px 14px 16px -12px rgba(0,0,0,.4);
}

.a-list07 {
	display: flex;
	flex-wrap: wrap;
	margin:50px auto 0;
}
.a-list07 > li{
	width:calc((100% - 2rem) / 3);
	margin-bottom: 3rem;
}
.a-list07 > li:not(:nth-of-type(3n)){
	margin-right: 1rem;
}
.a-list07 > li figcaption{
	margin:10px 0 0 30px;
	position:relative;
}
.a-list07 > li figcaption:before{
	content:"";
	width:41px;
	height:38px;
	background:url(../img/material/arrow-06.png) no-repeat;
	position:absolute;
	left:-28px;
}
.a-list07 > li figcaption p{
	padding:15px 25px;
	min-height:66px;
	font-size:14px;
	background-color:#def0fa;
	line-height:1.3em;
}
/* .a-list07 figure a {
    position: relative;
    width: 100%;
    height: 210px;
    display: block;
}
.a-list07 figure a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto!important;
    max-width: 100%;
} */
.a-list07.spotlist li img{
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}
.a-list07.spotlist > li figcaption{
	background-color:#fff1d2;
}
.a-list07.spotlist > li figcaption:before{
	width:48px;
	height:48px;
	background:url(../img/material/arrow-20.png) no-repeat;
	background-size:contain;
	left:-28px;
	top: 0;
	bottom: 0;
}
.a-list07.spotlist li figcaption{
	padding: 1rem .5rem 1rem 1.5rem;
	font-size:16px;
	font-weight:bold;
	min-height:50px;
	color:rgba(0,0,0,.6);
}
.a-list07.spotlist li figcaption span{
	font-size: .7em;
	color:rgba(0,0,0,.6);
}
.a-list08 {
	margin:50px auto 0;
	position:relative;
	width:900px;
}
.a-list08:before {
	content:"";
	width:150px;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.a-list08.ca01:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aef127+1,05bf51+100 */
	background: rgb(174,241,39); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,241,39,1) 1%, rgba(5,191,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(174,241,39,1) 1%,rgba(5,191,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(174,241,39,1) 1%,rgba(5,191,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aef127', endColorstr='#05bf51',GradientType=0 ); /* IE6-9 */
}
.a-list08.ca02:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f37847+0,b33402+100 */
	background: rgb(243,120,71); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,120,71,1) 0%, rgba(179,52,2,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243,120,71,1) 0%,rgba(179,52,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243,120,71,1) 0%,rgba(179,52,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f37847', endColorstr='#b33402',GradientType=0 ); /* IE6-9 */
}
.a-list08 > li{
	position:relative;
	margin-top:25px;
}
.a-list08 > li:first-child{
	margin-top:0;
}
.a-list08 > li > span{
	position:absolute;
	left:0;
	top:5px;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	width:135px;
	text-align:right;
	letter-spacing:-3px;
}
.a-list08 > li > ul{
	width:700px;
	min-height:110px;
	margin-left:165px;
	padding:10px 25px;
	background-color:#eef7fc;
	border-radius:10px;
	position:relative;
}
.a-list08 > li > ul:after{
	content:"";
	display:block;
	width:188px;
	height:143px;
	background-size:contain!important;
	position:absolute;
	right:-50px;
	top:-10px;
}
.a-list08 > li.m4 > ul:after{background:url(../img/material/arrow-07.png) no-repeat;}
.a-list08 > li.m5 > ul:after{background:url(../img/material/arrow-08.png) no-repeat;}
.a-list08 > li.m6 > ul:after{background:url(../img/material/arrow-09.png) no-repeat;}
.a-list08 > li.m7 > ul:after{background:url(../img/material/arrow-10.png) no-repeat;}
.a-list08 > li.m8 > ul:after{background:url(../img/material/arrow-11.png) no-repeat;}
.a-list08 > li.m9 > ul:after{background:url(../img/material/arrow-12.png) no-repeat;}
.a-list08 > li.m10 > ul:after{background:url(../img/material/arrow-13.png) no-repeat;}
.a-list08 > li.m11 > ul:after{background:url(../img/material/arrow-14.png) no-repeat;}
.a-list08 > li.m12 > ul:after{background:url(../img/material/arrow-15.png) no-repeat;}
.a-list08 > li.m1 > ul:after{background:url(../img/material/arrow-16.png) no-repeat;}
.a-list08 > li.m2 > ul:after{background:url(../img/material/arrow-17.png) no-repeat;}
.a-list08 > li.m3 > ul:after{background:url(../img/material/arrow-18.png) no-repeat;}


.a-list08 > li > ul > li{
	color:#1a80b8;
	font-size:20px;
	padding-left:23px;
	position:relative;
	line-height:1.5em;
}
.a-list08 > li > ul > li:before{
	content:"・";
	font-weight:bold;
	position:absolute;
	left:0;
}
.a-list08 > li > ul + p {
	position:absolute;
	border-radius:50%;
	z-index:2;
	background-color:#fff;
	box-shadow:4px 4px 6px rgba(0,0,0,.4);
	font-size:18px;
	letter-spacing:0;
}
.a-list08 > li > ul + p.cm01 {
	width:300px;
	height:190px;
	right:190px;
	top:9px;
	padding:48px 47px 0;
}

.a-list08 > li > ul + p.cm02 {
	width:300px;
	height:211px;
	right:210px;
	top:9px;
	padding:48px 53px 0;
}
.a-list08 > li > ul + p.cm03 {
	width:300px;
	height:211px;
	right:177px;
	top:9px;
	padding:48px 45px 0;
}
.a-list08 > li > ul + p.cm04 {
	width:300px;
	height:211px;
	right:190px;
	top:-175px;
	padding:48px 45px 0;
}

.a-list09{
	margin:50px auto 0;
}
.a-list09 > img{
	display:block;
	max-width:100%;
}
.a-list09 h3{
	font-size:50px;
	text-align:center;
	margin:30px 0 20px;
}
.a-list09 dl > dd > ul{
	overflow:hidden;
	margin-top:35px;
}
.a-list09 dl > dd > ul > li{
	float:left;
	width:50%;
	padding:10px 5%;
}
.a-list09 dl > dd > ul > li img{
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto;
}
.a-list10 > dl{
	padding-left:60px;
}
.a-list10 > dl > dt{
	position:relative;
	margin-top:50px;
}
.a-list10 > dl > dt:before{
	content:"";
	display:block;
	width:50px;
	height:50px;
	background:url(../img/material/arrow-19.png) no-repeat;
	background-size:contain;
	position:absolute;
	left:-60px;
}
.a-list10 > dl > dt p{
	font-size:21px;
	color:#00886C;
}
.a-list10 > dl > dd{
	margin:10px 0 0;
	border-radius:10px;
	border:solid 3px #00AC97;
	padding:15px 25px;
	background-color: #fff;
}
.a-list10 > dl > dd p{
	font-size:15px;
}
.a-list11 {
	margin:25px 100px 0;
}
.a-list11 > li{
	position:relative;
	padding-left:25px;
	margin-top:10px;
}
.a-list11 > li:before {
	content:"※";
	position:absolute;
	left:0;
}
.map {
	margin:50px 0 0;
	width:100%;
}
.map iframe{
	width:100%;
	height:450px;
}
.map > ul{
	margin:25px 0 0;
	border:solid 1px #ccc;
}
.map > ul > li{
	position:relative;
	border-top:solid 1px #ccc;
}
.map > ul > li:first-child,
.c-form ul > li:first-child{
	border-top:none;
}
.map > ul > li strong,
.c-form ul > li strong{
	position:absolute;
	top:9px;
	left:0;
	width:200px;
	text-align:center;
}
.map > ul > li h3,
.map > ul > li address,
.map > ul > li p,
.c-form ul > li div{
	display:block;
	font-style:normal;
	margin-left:200px;
	border-left:solid 1px #ccc;
	padding:10px 25px;
}
.map.a-vn03 > ul > li strong,
.c-form.a-vn03 ul > li strong{
	width:285px;
	top:14px;
	font-size:13px;
}
.map.a-vn03 > ul > li h3,
.map.a-vn03 > ul > li address,
.map.a-vn03 > ul > li p,
.c-form.a-vn03 ul > li div{
	margin-left:285px;
}
.c-form ul > li > label{
	display:block;
}
.c-form ul > li > label > div input,
.c-form ul > li > label > div textarea {
	width:80%;
	line-height:1.75em;
	padding:3px 5px;
	box-sizing:border-box;
	display:block;
}
.c-form ul > li > label > div textarea {
	height:150px;
}
.c-form form > ul + div {
	margin-top:25px;
	text-align:center;
}
.c-form form > ul + div input{
	font-size:18px;
	height:45px;
	padding:0 16px;
}
.c-form > div + div {
	margin-top:75px;
	background-color:#f3f3f3;
	padding:25px 100px;
	font-size:13px;
	border-radius:10px;
	color:#676767;
}
.form-table{
	width: 100%;
	margin:25px 0 0;
	border:solid 1px #ccc;
	background-color: #fff;
}
.form-table th,
.form-table td{
	padding: 1em;
	border:solid 1px #ccc;
	vertical-align: top;
}
.form-table th{
	width: 13em;
	padding: 1.5em 1em;
}
.form-table td input,
.form-table td textarea{
	width: 100%;
	max-width: 40em;
	padding: 1em;
	background-color: #F5F5F5;
	border: none;
}
.form-submit{
	margin-top: 2rem;
	text-align: center;
}
.form-submit .wpcf7-form-control{
	position: relative;
}
.form-submit .wpcf7-spinner{
	position: absolute;
	bottom: -1.6rem;
	left: 0;
	right: 0;
	margin: auto;
}
.form-submit input{
	font-size:18px;
	height:45px;
	padding:0 16px;
}
.c-form .privacy .title{
	font-size:14px;
	background-color:#ddd;
	display:inline-block;
	font-weight:bold;
	padding:0 5px;
	margin-bottom:10px;
}

/* english */
body.en section > div h1,
body.en section > div h1 span {
	font-size:10px;
}
body.en #mainNavi ul.menu > li > a {
	font-size:14px;
}

div#wrapper.en {
	background:url(../img/material/bg01.png) no-repeat bottom right;
	/* padding-bottom:30px; */
}
div#wrapper.en article{
	padding-bottom:50px;
	background-color:rgba(255,255,255,.8);
}
div#wrapper.en section.top01 h3 {
	margin-top:50px;
	font-size:30px;
}
.en .top01 .chairman{
	display: block;
}
.en .top01 .chairman .name{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
article.en .a-list02 > div > p {
	line-height:1.3;
	padding:10px
}
article.en .a-list02 > ul > li p span{
	font-size:15px;
	top:-2px;
}
article.en .a-list02 > ul > li p{
	font-size:12px;
	padding-right:30px;
}
article.en .a-list02 > ul > li.ar-rl p,
article.en .a-list02 > ul > li.ar-br p{
	padding-bottom:8px;
}
article.en .a-list02 > ul > li p .external{
	display: inline-block;
	position: relative;
	font-size: .8em;
	color: #333;
}
article.en .a-list03 tr > th:first-child{
	width:50%;
}
article.en .a-list03 tr > th:nth-child(2),
article.en .a-list03 tr > th:nth-child(3){
	width:25%;
}
article.en .a-list02 > ul:after{
	/*content:"Trụ sở ngoại giao Nhật Bản tại nước ngoài ";*/
	content:"Tokyo Regional Immigration Services Bureau";
	background: url(../img/about/img04-2.png) no-repeat;
}
article.en .a-list02 > ul:before{
	/*content:"Trụ sở ngoại giao Nhật Bản tại nước ngoài ";*/
	content:"Japanese Embassy or Consulate";
	background: url(../img/about/img03-2.png) no-repeat;
}
article.en .a-list02 > ul:before,
article.en .a-list02 > ul:after{
	padding: 10px 0 10px 23px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}
article.en .a-list02 > ul:after{
	top:100px;
}
article.en .a-list06 > dd > ul > li p {
	margin-left:200px;
}
article.en .a-list08 > li > span{
	font-size:35px;
	letter-spacing:-2px;
}
article.en .a-list08 > li > span:first-letter{
	font-size:42px;
	letter-spacing:-1.5px;
}
.tuhe {
	min-height:550px;
	text-align:center;
	font-size:25px;
	padding-top:25px;
}
.blogcon  h3 {
    font-size: 24px;
    border-bottom: solid 3px #c2e9e4;
    color: #008A79;
	margin-top:7px;
}

.blogcon  span {
	display:inline-block;
	background-color:#008A79;
	border-radius:10px;
	padding:3px 12px 4px;
	line-height:1em;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.blogcon  span:first-child {
	margin-right:8px;
}
.blog-text-area {
    margin: 30px 2% 30px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 50px;
}
.blog-text-area img{
	display:block;
	padding:10px 0;
	max-width:90%;
	height:auto;
}
.de-link {
    margin: 0 2%;
}
.de-link .nav-links{
	display: flex;
}
.de-link .nav-next::before{
	content: "|";
	margin: 0 .5rem;
}
.navi {
	margin:30px 2% 0;
}
.navi .page-numbers {
    display: inline-block;
    background-color:#008A79;
	border:solid 1px #008A79;
    padding: 4px 6px 5px;
    line-height: 1em;
    color: #fff;
    border-radius: 3px;
	margin:3px 0;
}
.navi .page-numbers.current {
	background-color:transparent;
	color:#343434;
	border:solid 1px #ccc;
}
.navi a.page-numbers{
	text-decoration:none;
}

body.tvn #mainNavi ul.menu > li {
	width:19%;
}
body.tvn #mainNavi ul.menu > li:nth-child(4) {
	width:24%;
}
body.en.tvn #mainNavi ul.menu > li > a{
	font-size:13px;
	letter-spacing:.5px;
}



/* kaso end */
/*
contents end











sp start ******************************************* */


@media screen and (min-width: 798px) and (max-width: 1100px) {


}


@media (max-width: 798px){

	html, body {
		min-width: inherit;
	}
	.top02 .common-inner{
		margin:30px auto;
	}
	.top02 .f-sns picture img{
		width: 100%;
	}
	footer > div > section{
		max-width:inherit;
		min-width:inherit;
		width:96%;
	}
	.header{
		height:inherit;
	}
	.header .header-upper:before{
		width:100%;
		height:155px;
		background-position:bottom;
		background-size:auto 100%;
		left:-115px;
	}
	.header .header-upper:after{
		display:none;
	}
	.header .header-discription{
		font-size:12px;
		font-weight:normal;
		text-align:left;
		padding-left:55px;
	}
	.header .logo{
		margin-left: 55px;
	}
	.header .header-discription strong{
		font-weight:normal;
		font-size:12px;
	}
	#mainNavi .menu{
		display: block;
	}
	#main-img img{
		height:60vw;
	}
	.vegas-slide-inner{
		background-size:200%!important;
		background-position:top !important;
	}
	.h-title01{
		font-size:19px;
		min-height:inherit;
		padding:5px 4% 5px 50px;
	}
	.h-title01:before{
		width:40px;
		height:40px;
		background-size:contain;
	}
	.top01 .sub-title img{
		max-width:80%;
		width:auto;
		margin:20px auto;
	}
	.a-txt01{
		font-size:14px;
		line-height:1.5em;
		margin:0 2%;
	}
	section.top01 > div{
		margin-top:20px;
	}
	section.top01 > div > p{
		float:none;
		font-size:13px;
		margin-bottom:5px;
	}
	section.top02 .topics-list{
		background-color:rgba(255,255,255,.9);
	}
	section.top02 .topics-list li a{
		padding: .5rem 1rem;
	}
	section.top02 .topics-list .date{
		width: 5rem;
		font-size:11px;
	}
	section.top02 .topics-list .category{
		width: 4rem;
		padding: .25rem;
		font-size:11px;
	}
	section.top02 .topics-list .text{
		width: 100%;
		margin-left:0;
		margin-top:.5rem;
		font-size:14px;
	}
	/* footer > div{
		padding-bottom:20px;
	}
	footer > div > section > div > ul{
		width:90%;
		margin:0 auto;
		float:none;
	}
	footer > div > section > div > ul > li:first-child{
		border:solid 1px #fff;
		border-radius:2px;
		padding:3px;
	}
	footer > div > section > div > ul > li > a{
		padding:6px 6px 6px 30px;
	}
	footer > div > section > div > ul > li > a:before{
		top:9px;
	} */
	footer > .inner:before,
	footer > .inner:after{
		background-size:contain;
		top:-20px;
	}
	footer > .inner:before{
		width:20vw;
	}
	footer > .inner:after{
		width:15vw;
	}
	footer .footer-info{
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}
	footer .footer-info .gmap{
		width: 100%;
	}
	footer .footer-info .text .logo{
		width: 100%;
	}
	footer .footer-info .text .item{
		display: block;
		margin-bottom: 1rem;
	}
	footer .footer-info .text .item .label{
		width: 100%;
		padding: 0 .5rem;
		border: 1px solid #fff;
	}
	/* footer > div > section > h3{
		font-size:22px;
	}
	footer > div > section > p{
		font-size:14px;
	} */
	 footer .page-nav{
		min-width: 100%;
	 }
	 footer .page-nav > div > ul{
		width: 100%;
	 }
	 footer .page-nav > div > ul li:first-child{
		margin-top: 1rem;
		border:1px solid #fff;
	 }
	 footer .page-nav > div > ul > li > a:before{
		margin-right: .5rem;
	 }
	.c-con01{
		padding:15px 0;
	}
	.c-con01 .c-con01_title{
		font-size:20px;
	}
	.c-con01 .c-con01_title:before,
	.c-con01 .c-con01_title:after{
		top:18px;
	}
	.c-con01 .c-con01_list{
		width:100%;
		max-width:500px;
		margin-top:10px;
	}
	.c-con01 .c-con01_list li a{
		font-size:14px;
		background-size:15px;
		padding: 6px 12px 6px 35px;
		min-height:inherit;
	}
	.c-con01 .c-con01_list li a:before{
		background-size:33px;
		width:33px;
		height:32px;
	}
	.c-con02{
		margin:30px auto 0;
	}
	section.c-con02 .info-table th,
	section.c-con02 .info-table td,
	section.c-con02 .form-table th,
	section.c-con02 .form-table td{
		display: block;
		width: 100%;
		border: none;
	}
	section.c-con02 .info-table th,
	section.c-con02 .form-table th{
		background-color: #f3f3f3;
		border-top: 1px solid #ccc;
	}
	section.c-con02 .form-table th{
		padding: 1em;
	}
	section.c-con02 .form-table td{
		text-align: center;
	}
	section.c-con02 .form-table td input,
	section.c-con02 .form-table td textarea{
		width: calc(100% - 2rem);
		border:1px solid #eee;
	}

	article.kaso{
		padding-bottom:40px;
	}
	.a-list01,
	.a-list03,
	.a-list06,
	.a-list09{
		width:96%;
		margin-top:35px;
	}
	.a-list01 td, .a-list01 td span, .a-list01 th{
		font-size:13px;
	}
	.a-list01 tbody > tr:nth-child(2) > td{
		font-size:22px;
	}
	.a-list02{
		margin:35px auto 0;
		/* max-width:320px; */
	}
	.a-list02 > ul{
		top:95px;
		left:0;
		right: 0;
		margin: auto;
		width:300px;
	}
	.a-list02 > ul:before,
	.a-list02 > ul:after{
		display:none;
	}
	.a-list02 > div:first-child,
	.a-list02 > div:nth-child(2){
		background:none;
		padding:0 2%;
	}
	.a-list02 > div:nth-child(2) > p,
	.a-list02 > div:first-child > p{
		margin:0;
		width:100%;
		font-size:16px;
		padding:15px 0 0;
	}
	.a-list02 > ul > li p{
		font-size:15px;
	}
	.a-list02 > ul > li.ar-rl,
	.a-list02 > ul > li.ar-br{
		display:none;
	}
	.a-list02 > ul > li.ar-rr{
		padding-left:25px;
	}
	.a-list02 > ul > li.ar-bl{
		padding-left:55px;
	}
	.a-list03 th, .a-list03 td{
		font-size:15px;
		padding:3px 2%;
		letter-spacing:0;
	}
	.a-list03 tr > td:first-child i{
		position:inherit;
		left:inherit;
		width:100%;
	}
	.a-list03 tr > td.bessi {
		vertical-align:middle;
		font-size:11px;
	}
	.a-list03 tr > th:first-child,
	.a-list03 tr > th:nth-child(2),
	.a-list03 tr > th:nth-child(3){
		width:33.333%;
	}
	.a-list03 tr:first-child > th,
	.a-list03 tr > th:first-child,
	.a-list03 tr > th:first-child,
	.a-list03 tr > td:first-child{
		font-size:12px;
	}
	.a-list03 .a-list03_label{
		padding-left: 1rem;
	}
	.a-list04 > li {
		font-size: 14px;
		line-height: 1.5em;
		margin: .5rem 2% 0;
	}
	.a-list05{
		padding:5px 4% 0;
	}
	.a-list05 > li{
		float:none;
	}
	.a-list05 > li > a{
		display: block;
		font-size: 17px;
	    padding: 9px 30px 8px 70px;
		font-weight: bold;
	}
	header section > div > label select{
		border-radius:0;
		padding:2px 12px 0;
		margin:0;
		min-height:30px;
		line-height:35px;
	}
	header section > div > label > p{
		border:none;
		left:0;
		top:1px;
		height:28px;
	}
	/* .a-list06 > dt,
	.a-list06 > dd{
		float:none;
		width:inherit;
		margin:0;
	}
	.a-list06 > dd > h3{
		font-size:18px;
		padding:10px 4%;
	}
	.a-list06 > dd > ul > li strong,
	.a-list06 > dd > ul > li p{
		font-size:17px;
	} */
	 .a-list06{
		display: block;
		margin-bottom: 4rem;
	 }
	 .a-list06 .a-list06_fee{
		width: 100%;
		margin:1rem 0 0;
	 }
	 .a-list06 .a-list06_fee .fee-item .fee,
	 .a-list06 .a-list06_fee .fee-item .label{
		font-size: 1rem;
	 }
	.a-list06_img{
		margin: 0 auto;
	 }
	.a-list07{
		margin:10px 0 0;
		display: block;
	}
	.a-list07 > li{
		width: 340px;
		margin: 0 auto 2rem;
	}
	.a-list07 > li:not(:nth-of-type(3n)){
		margin-right: auto;
	}
	.a-list09 dl > dd > ul > li{
		width:80%;
		margin:0 auto;
		float:none;
	}
	.a-list08{
		width:100%;
		margin:0;
	}
	.a-list08:before{
		width:60px;
	}
	.a-list08 > li{
		margin-top:0;
		border-top:solid 1px #fff;
	}
	.a-list08 > li > ul{
		width:inherit;
		min-height:75px;
		margin:10px 0 10px 70px;
		padding:10px 2%;
	}
	.a-list08 > li > ul:after{
		width:68px;
		height:52px;
		top:inherit;
		bottom:5px;
		right:1%;
	}
	.a-list08 > li > span{
		width:50px;
		font-size:16px;
	}
	.a-list08 > li > ul > li{
		font-size:14px;
		padding-left:15px;
		padding-right:50px;
	}
	.a-list08 > li > ul + p.cm01,
	.a-list08 > li > ul + p.cm02,
	.a-list08 > li > ul + p.cm03,
	.a-list08 > li > ul + p.cm04{
		width:inherit;
		font-size:14px;
		margin:0 0 10px 70px;
		padding:10px 4%;
		height:inherit;
		border-radius:5px;
		position:inherit;
		top:inherit;
		right:inherit;
		box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	}
	.a-list09 h3{
		font-size:25px;
		letter-spacing:0;
	}
	.a-list09 dl > dd > ul{
		margin-top:10px;
	}
	.a-list10{
		width:96%;
		margin:0 auto;
	}
	.a-list10 > dl{
		padding-left:0;
	}
	.a-list10 > dl > dt{
		margin-left:45px;
		margin-top:35px;
	}
	.a-list10 > dl > dt:before{
		width:33px;
		height:33px;
		left:-45px;
		top:5px;
	}
	.a-list10 > dl > dt p{
		font-size:18px;
		line-height:1.4em;
	}
	.a-list10 > dl > dd{
		padding:15px 4%;
	}
	.a-list10 > dl > dd p{
		font-size:14px;	
	}
	.map{
		margin:25px auto 0;
		width:100%;
	}
	.map > ul, .c-form ul{
		width:96%;
		margin:15px auto 0;
	}
	.map > ul > li strong,
	.c-form ul > li strong,
	.map.a-vn03 > ul > li strong,
	.c-form.a-vn03 ul > li strong{
		width:inherit;
		position:relative;
		top:inherit;
		left:inherit;
		padding:3px 4%;
		font-size:14px;
		background-color:#f3f3f3;
		display:block;
	}
	.map > ul > li h3,
	.map > ul > li address,
	.map > ul > li p,
	.c-form ul > li div,
	.map.a-vn03 > ul > li h3,
	.map.a-vn03 > ul > li address,
	.map.a-vn03 > ul > li p,
	.c-form.a-vn03 ul > li div{
		margin-left:0;
		border:none;
		padding:5px 4%;
		font-size:14px;
	}
	.map > ul > li h3 span,
	.map.a-vn03 > ul > li h3 span{
		font-size:14px;
		padding-right:7px;
	}

	.map > ul > li p span.tel a{
		padding:2px 12px;
		background-color:#BF1517;
		border-radius:3px;
		display:inline-block;
		margin:2px 0;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	.map > ul > li p span.tel a:before{
		content:"TEL．";
	}
	.c-form ul > li > label > div input,
	.c-form ul > li > label > div textarea{
		width:100%;
	}
	.c-form > form > div input{
		font-size:14px;
	}
	.c-form > div + div{
		width:96%;
		margin:30px auto 0;
		padding:15px 4%;
		font-size:12px;
	}
	.c-form > div + div p{
		font-size:13px;
	}
	.a-list11 {
		margin:25px 2% 0;
	}
	.a-list11 > li{
		font-size:14px;
		line-height:1.5em;
	}
	section.top02 .f-sns{
		width:100%;
	}
	body.en section > div h1 span {
		display:none;
	}
	body.en #mainNavi ul.menu > li > a{
		font-size:12px;
	}
	body.en #mainNavi ul.menu li.sp div.side-add h3{
	    margin: 11px 0;
	    line-height: 1.2em;
	    font-size: 21px;
	}
	div#wrapper.en section.top01 h3{
		margin-top: 20px;
	    font-size: 26px;
		line-height:1.3;
	}
	article.en .a-list03 tr > th:first-child{
		width:40%;
	}
	article.en .a-list03 tr > th:nth-child(2),
	article.en .a-list03 tr > th:nth-child(3){
		width:30%;
	}
	article.en .a-list08 > li > span{
		font-size:22px;
	}
	article.en .a-list08 > li > span:first-letter{
		font-size:32px;
	}
	article.en .a-list06 > dd > ul > li strong{
		font-size:15px;
	}
	article.en .a-list06 > dd > ul > li p{
		font-size:15px;
		margin-left:145px;
	}
	.tuhe{
		min-height:inherit;
	}
	.blogcon > h3{
		font-size:19px;
	}
	.a-list02.a-vn02 > div:nth-child(2) > p, .a-list02.a-vn02 > div:first-child > p{
		font-size:14px;
		min-height:725px;
	}

}
.a-list02 > div > p{
	min-height:720px;
}
.a-list02 > ul.add02{
	top:45px;
}
.a-list02 > ul.add02 > li{
	margin-top:-11px;
	padding:25px 0 25px 85px;
}
.a-list02 > ul.add02 > li.ar-br.add02 {
	padding-left:15px;
	margin-top:-18px;
	right:-295px;
}
.a-list02 > ul.add02 > li.ar-brl.add02{
	padding-left:22px;
	right:-288px;
	margin-top:-10px;
}
.a-list02 > ul.add02 > li.ar-br.add02 p span,
.a-list02 > ul.add02 > li.ar-brl.add02 p span{
	line-height: 1.3em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
	color: #2f52c6;
}

.a-list02 > ul.add02 > li.ar-brl {
    position: relative;
    right: -335px;
    background: url(../img/school/imgadd01.png) no-repeat;
    background-size: contain;
    background-size: 100% 100%;
    margin-top: -2px;
    padding: 20px 0;
    width: 230px;
}
.a-list02 > ul.add02 > li.ar-brl p {
    font-size: 15px;
    color: #2f52c6;
}
.a-list02 > ul.add02 > li.ar-rl.add02 {
	margin-top:-50px;
	padding-left:38px;
}
.a-list02 > ul.add02 > li.ar-rl.add02 p span {
    color: #bb4444;
}
.a-list02 > ul.add02 > li.ar-rlr.add02 {
    position: relative;
    left: -150px;
    background: url(../img/school/imgadd02.png) no-repeat;
    background-size: contain;
    background-size: 100% 100%;
    margin-top: -50px;
    padding: 20px 0 20px 20px;
    width: 210px;
}

.a-list02 > ul.add02 > li.ar-rlr.add02 p,
.a-list02 > ul.add02 > li.ar-rlr.add02 p span{
    font-size: 15px;
    color: #bb4444;
}
.a-list02 > ul.add02 > li.ar-rlr.add02{
	margin-top:-10px;
	padding-left:39px;
}


@media (max-width: 798px){
	.a-list02 > ul.add02{
		top:84px;
	}
	.a-list02 > ul.add02 > li.ar-brl.add02,
	.a-list02 > ul.add02 > li.ar-rlr.add02{
		display:none;
	}
	.a-list02 > div > p.add02{
		min-height:575px;
	}
	.a-list02 > ul.add02 > li{
		padding-left:40px;
	}
}


.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #278062;
    opacity: 0.75;
	display: none;
	border-radius: 5%;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
	border-color: transparent;
  }
  .pagetop__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
  }

  .grecaptcha-badge {
	bottom: 75px!important;
  }

._m0{margin: 0 !important;}._mt0 {margin-top: 0px !important; }._mb0 {margin-bottom: 0px !important; }._ml0 {margin-left: 0px !important; }._mr0 {margin-right: 0px !important; }._pt0 {padding-top: 0px !important; }._pb0 {padding-bottom: 0px !important; }._pl0 {padding-left: 0px !important; }._pr0 {padding-right: 0px !important; }._mt5 {margin-top: 5px !important; }._mb5 {margin-bottom: 5px !important; }._ml5 {margin-left: 5px !important; }._mr5 {margin-right: 5px !important; }._pt5 {padding-top: 5px !important; }._pb5 {padding-bottom: 5px !important; }._pl5 {padding-left: 5px !important; }._pr5 {padding-right: 5px !important; }._mt10 {margin-top: 10px !important; }._mb10 {margin-bottom: 10px !important; }._ml10 {margin-left: 10px !important; }._mr10 {margin-right: 10px !important; }._pt10 {padding-top: 10px !important; }._pb10 {padding-bottom: 10px !important; }._pl10 {padding-left: 10px !important; }._pr10 {padding-right: 10px !important; }._mt15 {margin-top: 15px !important; }._mb15 {margin-bottom: 15px !important; }._ml15 {margin-left: 15px !important; }._mr15 {margin-right: 15px !important; }._pt15 {padding-top: 15px !important; }._pb15 {padding-bottom: 15px !important; }._pl15 {padding-left: 15px !important; }._pr15 {padding-right: 15px !important; }._mt20 {margin-top: 20px !important; }._mb20 {margin-bottom: 20px !important; }._ml20 {margin-left: 20px !important; }._mr20 {margin-right: 20px !important; }._pt20 {padding-top: 20px !important; }._pb20 {padding-bottom: 20px !important; }._pl20 {padding-left: 20px !important; }._pr20 {padding-right: 20px !important; }._mt25 {margin-top: 25px !important; }._mb25 {margin-bottom: 25px !important; }._ml25 {margin-left: 25px !important; }._mr25 {margin-right: 25px !important; }._pt25 {padding-top: 25px !important; }._pb25 {padding-bottom: 25px !important; }._pl25 {padding-left: 25px !important; }._pr25 {padding-right: 25px !important; }._mt30 {margin-top: 30px !important; }._mb30 {margin-bottom: 30px !important; }._ml30 {margin-left: 30px !important; }._mr30 {margin-right: 30px !important; }._pt30 {padding-top: 30px !important; }._pb30 {padding-bottom: 30px !important; }._pl30 {padding-left: 30px !important; }._pr30 {padding-right: 30px !important; }._mt35 {margin-top: 35px !important; }._mb35 {margin-bottom: 35px !important; }._ml35 {margin-left: 35px !important; }._mr35 {margin-right: 35px !important; }._pt35 {padding-top: 35px !important; }._pb35 {padding-bottom: 35px !important; }._pl35 {padding-left: 35px !important; }._pr35 {padding-right: 35px !important; }._mt40 {margin-top: 40px !important; }._mb40 {margin-bottom: 40px !important; }._ml40 {margin-left: 40px !important; }._mr40 {margin-right: 40px !important; }._pt40 {padding-top: 40px !important; }._pb40 {padding-bottom: 40px !important; }._pl40 {padding-left: 40px !important; }._pr40 {padding-right: 40px !important; }._mt45 {margin-top: 45px !important; }._mb45 {margin-bottom: 45px !important; }._ml45 {margin-left: 45px !important; }._mr45 {margin-right: 45px !important; }._pt45 {padding-top: 45px !important; }._pb45 {padding-bottom: 45px !important; }._pl45 {padding-left: 45px !important; }._pr45 {padding-right: 45px !important; }._mt50 {margin-top: 50px !important; }._mb50 {margin-bottom: 50px !important; }._ml50 {margin-left: 50px !important; }._mr50 {margin-right: 50px !important; }._pt50 {padding-top: 50px !important; }._pb50 {padding-bottom: 50px !important; }._pl50 {padding-left: 50px !important; }._pr50 {padding-right: 50px !important; }._mt55 {margin-top: 55px !important; }._mb55 {margin-bottom: 55px !important; }._ml55 {margin-left: 55px !important; }._mr55 {margin-right: 55px !important; }._pt55 {padding-top: 55px !important; }._pb55 {padding-bottom: 55px !important; }._pl55 {padding-left: 55px !important; }._pr55 {padding-right: 55px !important; }._mt60 {margin-top: 60px !important; }._mb60 {margin-bottom: 60px !important; }._ml60 {margin-left: 60px !important; }._mr60 {margin-right: 60px !important; }._pt60 {padding-top: 60px !important; }._pb60 {padding-bottom: 60px !important; }._pl60 {padding-left: 60px !important; }._pr60 {padding-right: 60px !important; }._mt65 {margin-top: 65px !important; }._mb65 {margin-bottom: 65px !important; }._ml65 {margin-left: 65px !important; }._mr65 {margin-right: 65px !important; }._pt65 {padding-top: 65px !important; }._pb65 {padding-bottom: 65px !important; }._pl65 {padding-left: 65px !important; }._pr65 {padding-right: 65px !important; }._mt70 {margin-top: 70px !important; }._mb70 {margin-bottom: 70px !important; }._ml70 {margin-left: 70px !important; }._mr70 {margin-right: 70px !important; }._pt70 {padding-top: 70px !important; }._pb70 {padding-bottom: 70px !important; }._pl70 {padding-left: 70px !important; }._pr70 {padding-right: 70px !important; }._mt75 {margin-top: 75px !important; }._mb75 {margin-bottom: 75px !important; }._ml75 {margin-left: 75px !important; }._mr75 {margin-right: 75px !important; }._pt75 {padding-top: 75px !important; }._pb75 {padding-bottom: 75px !important; }._pl75 {padding-left: 75px !important; }._pr75 {padding-right: 75px !important; }._mt80 {margin-top: 80px !important; }._mb80 {margin-bottom: 80px !important; }._ml80 {margin-left: 80px !important; }._mr80 {margin-right: 80px !important; }._pt80 {padding-top: 80px !important; }._pb80 {padding-bottom: 80px !important; }._pl80 {padding-left: 80px !important; }._pr80 {padding-right: 80px !important; }._mt85 {margin-top: 85px !important; }._mb85 {margin-bottom: 85px !important; }._ml85 {margin-left: 85px !important; }._mr85 {margin-right: 85px !important; }._pt85 {padding-top: 85px !important; }._pb85 {padding-bottom: 85px !important; }._pl85 {padding-left: 85px !important; }._pr85 {padding-right: 85px !important; }._mt90 {margin-top: 90px !important; }._mb90 {margin-bottom: 90px !important; }._ml90 {margin-left: 90px !important; }._mr90 {margin-right: 90px !important; }._pt90 {padding-top: 90px !important; }._pb90 {padding-bottom: 90px !important; }._pl90 {padding-left: 90px !important; }._pr90 {padding-right: 90px !important; }._mt95 {margin-top: 95px !important; }._mb95 {margin-bottom: 95px !important; }._ml95 {margin-left: 95px !important; }._mr95 {margin-right: 95px !important; }._pt95 {padding-top: 95px !important; }._pb95 {padding-bottom: 95px !important; }._pl95 {padding-left: 95px !important; }._pr95 {padding-right: 95px !important; }._mt100 {margin-top: 100px !important; }._mb100 {margin-bottom: 100px !important; }._mb-1em {margin-bottom: 1em; }._ml100 {margin-left: 100px !important; }._mr100 {margin-right: 100px !important; }._pt100 {padding-top: 100px !important; }._pt150 {padding-top: 150px !important; }._pb100 {padding-bottom: 100px !important; }._pl100 {padding-left: 100px !important; }._pr100 {padding-right: 100px !important; }
._w0 {width: 0; }._w1 {width: 1%; }._w2 {width: 2%; }._w3 {width: 3%; }._w4 {width: 4%; }._w5 {width: 5%; }._w6 {width: 6%; }._w7 {width: 7%; }._w8 {width: 8%; }._w9 {width: 9%; }._w10 {width: 10%; }._w11 {width: 11%; }._w12 {width: 12%; }._w13 {width: 13%; }._w14 {width: 14%; }._w15 {width: 15%; }._w16 {width: 16%; }._w17 {width: 17%; }._w18 {width: 18%; }._w19 {width: 19%; }._w20 {width: 20%; }._w21 {width: 21%; }._w22 {width: 22%; }._w23 {width: 23%; }._w24 {width: 24%; }._w25 {width: 25%; }._w26 {width: 26%; }._w27 {width: 27%; }._w28 {width: 28%; }._w29 {width: 29%; }._w30 {width: 30%; }._w31 {width: 31%; }._w32 {width: 32%; }._w33 {width: 33%; }._w34 {width: 34%; }._w35 {width: 35%; }._w36 {width: 36%; }._w37 {width: 37%; }._w38 {width: 38%; }._w39 {width: 39%; }._w40 {width: 40%; }._w41 {width: 41%; }._w42 {width: 42%; }._w43 {width: 43%; }._w44 {width: 44%; }._w45 {width: 45%; }._w46 {width: 46%; }._w47 {width: 47%; }._w48 {width: 48%; }._w49 {width: 49%; }._w50 {width: 50%; }._w51 {width: 51%; }._w52 {width: 52%; }._w53 {width: 53%; }._w54 {width: 54%; }._w55 {width: 55%; }._w56 {width: 56%; }._w57 {width: 57%; }._w58 {width: 58%; }._w59 {width: 59%; }._w60 {width: 60%; }._w61 {width: 61%; }._w62 {width: 62%; }._w63 {width: 63%; }._w64 {width: 64%; }._w65 {width: 65%; }._w66 {width: 66%; }._w67 {width: 67%; }._w68 {width: 68%; }._w69 {width: 69%; }._w70 {width: 70%; }._w71 {width: 71%; }._w72 {width: 72%; }._w73 {width: 73%; }._w74 {width: 74%; }._w75 {width: 75%; }._w76 {width: 76%; }._w77 {width: 77%; }._w78 {width: 78%; }._w79 {width: 79%; }._w80 {width: 80%; }._w81 {width: 81%; }._w82 {width: 82%; }._w83 {width: 83%; }._w84 {width: 84%; }._w85 {width: 85%; }._w86 {width: 86%; }._w87 {width: 87%; }._w88 {width: 88%; }._w89 {width: 89%; }._w90 {width: 90%; }._w91 {width: 91%; }._w92 {width: 92%; }._w93 {width: 93%; }._w94 {width: 94%; }._w95 {width: 95%; }._w96 {width: 96%; }._w97 {width: 97%; }._w98 {width: 98%; }._w99 {width: 99%; }._w100 {width: 100%; }
@media screen and (max-width: 980px) { ._sp_mt0 {margin-top: 0px !important; }._sp_mb0 {margin-bottom: 0px !important; }._sp_ml0 {margin-left: 0px !important; }._sp_mr0 {margin-right: 0px !important; }._sp_pt0 {padding-top: 0px !important; }._sp_pb0 {padding-bottom: 0px !important; }._sp_pl0 {padding-left: 0px !important; }._sp_pr0 {padding-right: 0px !important; }._sp_mt5 {margin-top: 5px !important; }._sp_mb5 {margin-bottom: 5px !important; }._sp_ml5 {margin-left: 5px !important; }._sp_mr5 {margin-right: 5px !important; }._sp_pt5 {padding-top: 5px !important; }._sp_pb5 {padding-bottom: 5px !important; }._sp_pl5 {padding-left: 5px !important; }._sp_pr5 {padding-right: 5px !important; }._sp_mt10 {margin-top: 10px !important; }._sp_mb10 {margin-bottom: 10px !important; }._sp_ml10 {margin-left: 10px !important; }._sp_mr10 {margin-right: 10px !important; }._sp_pt10 {padding-top: 10px !important; }._sp_pb10 {padding-bottom: 10px !important; }._sp_pl10 {padding-left: 10px !important; }._sp_pr10 {padding-right: 10px !important; }._sp_mt15 {margin-top: 15px !important; }._sp_mb15 {margin-bottom: 15px !important; }._sp_ml15 {margin-left: 15px !important; }._sp_mr15 {margin-right: 15px !important; }._sp_pt15 {padding-top: 15px !important; }._sp_pb15 {padding-bottom: 15px !important; }._sp_pl15 {padding-left: 15px !important; }._sp_pr15 {padding-right: 15px !important; }._sp_mt20 {margin-top: 20px !important; }._sp_mb20 {margin-bottom: 20px !important; }._sp_ml20 {margin-left: 20px !important; }._sp_mr20 {margin-right: 20px !important; }._sp_pt20 {padding-top: 20px !important; }._sp_pb20 {padding-bottom: 20px !important; }._sp_pl20 {padding-left: 20px !important; }._sp_pr20 {padding-right: 20px !important; }._sp_mt25 {margin-top: 25px !important; }._sp_mb25 {margin-bottom: 25px !important; }._sp_ml25 {margin-left: 25px !important; }._sp_mr25 {margin-right: 25px !important; }._sp_pt25 {padding-top: 25px !important; }._sp_pb25 {padding-bottom: 25px !important; }._sp_pl25 {padding-left: 25px !important; }._sp_pr25 {padding-right: 25px !important; }._sp_mt30 {margin-top: 30px !important; }._sp_mb30 {margin-bottom: 30px !important; }._sp_ml30 {margin-left: 30px !important; }._sp_mr30 {margin-right: 30px !important; }._sp_pt30 {padding-top: 30px !important; }._sp_pb30 {padding-bottom: 30px !important; }._sp_pl30 {padding-left: 30px !important; }._sp_pr30 {padding-right: 30px !important; }._sp_mt35 {margin-top: 35px !important; }._sp_mb35 {margin-bottom: 35px !important; }._sp_ml35 {margin-left: 35px !important; }._sp_mr35 {margin-right: 35px !important; }._sp_pt35 {padding-top: 35px !important; }._sp_pb35 {padding-bottom: 35px !important; }._sp_pl35 {padding-left: 35px !important; }._sp_pr35 {padding-right: 35px !important; }._sp_mt40 {margin-top: 40px !important; }._sp_mb40 {margin-bottom: 40px !important; }._sp_ml40 {margin-left: 40px !important; }._sp_mr40 {margin-right: 40px !important; }._sp_pt40 {padding-top: 40px !important; }._sp_pb40 {padding-bottom: 40px !important; }._sp_pl40 {padding-left: 40px !important; }._sp_pr40 {padding-right: 40px !important; }._sp_mt45 {margin-top: 45px !important; }._sp_mb45 {margin-bottom: 45px !important; }._sp_ml45 {margin-left: 45px !important; }._sp_mr45 {margin-right: 45px !important; }._sp_pt45 {padding-top: 45px !important; }._sp_pb45 {padding-bottom: 45px !important; }._sp_pl45 {padding-left: 45px !important; }._sp_pr45 {padding-right: 45px !important; }._sp_mt50 {margin-top: 50px !important; }._sp_mb50 {margin-bottom: 50px !important; }._sp_ml50 {margin-left: 50px !important; }._sp_mr50 {margin-right: 50px !important; }._sp_pt50 {padding-top: 50px !important; }._sp_pb50 {padding-bottom: 50px !important; }._sp_pl50 {padding-left: 50px !important; }._sp_pr50 {padding-right: 50px !important; }._sp_mt55 {margin-top: 55px !important; }._sp_mb55 {margin-bottom: 55px !important; }._sp_ml55 {margin-left: 55px !important; }._sp_mr55 {margin-right: 55px !important; }._sp_pt55 {padding-top: 55px !important; }._sp_pb55 {padding-bottom: 55px !important; }._sp_pl55 {padding-left: 55px !important; }._sp_pr55 {padding-right: 55px !important; }._sp_mt60 {margin-top: 60px !important; }._sp_mb60 {margin-bottom: 60px !important; }._sp_ml60 {margin-left: 60px !important; }._sp_mr60 {margin-right: 60px !important; }._sp_pt60 {padding-top: 60px !important; }._sp_pb60 {padding-bottom: 60px !important; }._sp_pl60 {padding-left: 60px !important; }._sp_pr60 {padding-right: 60px !important; }._sp_mt65 {margin-top: 65px !important; }._sp_mb65 {margin-bottom: 65px !important; }._sp_ml65 {margin-left: 65px !important; }._sp_mr65 {margin-right: 65px !important; }._sp_pt65 {padding-top: 65px !important; }._sp_pb65 {padding-bottom: 65px !important; }._sp_pl65 {padding-left: 65px !important; }._sp_pr65 {padding-right: 65px !important; }._sp_mt70 {margin-top: 70px !important; }._sp_mb70 {margin-bottom: 70px !important; }._sp_ml70 {margin-left: 70px !important; }._sp_mr70 {margin-right: 70px !important; }._sp_pt70 {padding-top: 70px !important; }._sp_pb70 {padding-bottom: 70px !important; }._sp_pl70 {padding-left: 70px !important; }._sp_pr70 {padding-right: 70px !important; }._sp_mt75 {margin-top: 75px !important; }._sp_mb75 {margin-bottom: 75px !important; }._sp_ml75 {margin-left: 75px !important; }._sp_mr75 {margin-right: 75px !important; }._sp_pt75 {padding-top: 75px !important; }._sp_pb75 {padding-bottom: 75px !important; }._sp_pl75 {padding-left: 75px !important; }._sp_pr75 {padding-right: 75px !important; }._sp_mt80 {margin-top: 80px !important; }._sp_mb80 {margin-bottom: 80px !important; }._sp_ml80 {margin-left: 80px !important; }._sp_mr80 {margin-right: 80px !important; }._sp_pt80 {padding-top: 80px !important; }._sp_pb80 {padding-bottom: 80px !important; }._sp_pl80 {padding-left: 80px !important; }._sp_pr80 {padding-right: 80px !important; }._sp_mt85 {margin-top: 85px !important; }._sp_mb85 {margin-bottom: 85px !important; }._sp_ml85 {margin-left: 85px !important; }._sp_mr85 {margin-right: 85px !important; }._sp_pt85 {padding-top: 85px !important; }._sp_pb85 {padding-bottom: 85px !important; }._sp_pl85 {padding-left: 85px !important; }._sp_pr85 {padding-right: 85px !important; }._sp_mt90 {margin-top: 90px !important; }._sp_mb90 {margin-bottom: 90px !important; }._sp_ml90 {margin-left: 90px !important; }._sp_mr90 {margin-right: 90px !important; }._sp_pt90 {padding-top: 90px !important; }._sp_pb90 {padding-bottom: 90px !important; }._sp_pl90 {padding-left: 90px !important; }._sp_pr90 {padding-right: 90px !important; }._sp_mt95 {margin-top: 95px !important; }._sp_mb95 {margin-bottom: 95px !important; }._sp_ml95 {margin-left: 95px !important; }._sp_mr95 {margin-right: 95px !important; }._sp_pt95 {padding-top: 95px !important; }._sp_pb95 {padding-bottom: 95px !important; }._sp_pl95 {padding-left: 95px !important; }._sp_pr95 {padding-right: 95px !important; }._sp_mt100 {margin-top: 100px !important; }._sp_mb100 {margin-bottom: 100px !important; }._sp_mb-1em {margin-bottom: 1em; }._sp_ml100 {margin-left: 100px !important; }._sp_mr100 {margin-right: 100px !important; }._sp_pt100 {padding-top: 100px !important; }._sp_pt150 {padding-top: 150px !important; }._sp_pb100 {padding-bottom: 100px !important; }._sp_pl100 {padding-left: 100px !important; }._sp_pr100 {padding-right: 100px !important; }._sp_w0 {width: 0; }._sp_w1 {width: 1%; }._sp_w2 {width: 2%; }._sp_w3 {width: 3%; }._sp_w4 {width: 4%; }._sp_w5 {width: 5%; }._sp_w6 {width: 6%; }._sp_w7 {width: 7%; }._sp_w8 {width: 8%; }._sp_w9 {width: 9%; }._sp_w10 {width: 10%; }._sp_w11 {width: 11%; }._sp_w12 {width: 12%; }._sp_w13 {width: 13%; }._sp_w14 {width: 14%; }._sp_w15 {width: 15%; }._sp_w16 {width: 16%; }._sp_w17 {width: 17%; }._sp_w18 {width: 18%; }._sp_w19 {width: 19%; }._sp_w20 {width: 20%; }._sp_w21 {width: 21%; }._sp_w22 {width: 22%; }._sp_w23 {width: 23%; }._sp_w24 {width: 24%; }._sp_w25 {width: 25%; }._sp_w26 {width: 26%; }._sp_w27 {width: 27%; }._sp_w28 {width: 28%; }._sp_w29 {width: 29%; }._sp_w30 {width: 30%; }._sp_w31 {width: 31%; }._sp_w32 {width: 32%; }._sp_w33 {width: 33%; }._sp_w34 {width: 34%; }._sp_w35 {width: 35%; }._sp_w36 {width: 36%; }._sp_w37 {width: 37%; }._sp_w38 {width: 38%; }._sp_w39 {width: 39%; }._sp_w40 {width: 40%; }._sp_w41 {width: 41%; }._sp_w42 {width: 42%; }._sp_w43 {width: 43%; }._sp_w44 {width: 44%; }._sp_w45 {width: 45%; }._sp_w46 {width: 46%; }._sp_w47 {width: 47%; }._sp_w48 {width: 48%; }._sp_w49 {width: 49%; }._sp_w50 {width: 50%; }._sp_w51 {width: 51%; }._sp_w52 {width: 52%; }._sp_w53 {width: 53%; }._sp_w54 {width: 54%; }._sp_w55 {width: 55%; }._sp_w56 {width: 56%; }._sp_w57 {width: 57%; }._sp_w58 {width: 58%; }._sp_w59 {width: 59%; }._sp_w60 {width: 60%; }._sp_w61 {width: 61%; }._sp_w62 {width: 62%; }._sp_w63 {width: 63%; }._sp_w64 {width: 64%; }._sp_w65 {width: 65%; }._sp_w66 {width: 66%; }._sp_w67 {width: 67%; }._sp_w68 {width: 68%; }._sp_w69 {width: 69%; }._sp_w70 {width: 70%; }._sp_w71 {width: 71%; }._sp_w72 {width: 72%; }._sp_w73 {width: 73%; }._sp_w74 {width: 74%; }._sp_w75 {width: 75%; }._sp_w76 {width: 76%; }._sp_w77 {width: 77%; }._sp_w78 {width: 78%; }._sp_w79 {width: 79%; }._sp_w80 {width: 80%; }._sp_w81 {width: 81%; }._sp_w82 {width: 82%; }._sp_w83 {width: 83%; }._sp_w84 {width: 84%; }._sp_w85 {width: 85%; }._sp_w86 {width: 86%; }._sp_w87 {width: 87%; }._sp_w88 {width: 88%; }._sp_w89 {width: 89%; }._sp_w90 {width: 90%; }._sp_w91 {width: 91%; }._sp_w92 {width: 92%; }._sp_w93 {width: 93%; }._sp_w94 {width: 94%; }._sp_w95 {width: 95%; }._sp_w96 {width: 96%; }._sp_w97 {width: 97%; }._sp_w98 {width: 98%; }._sp_w99 {width: 99%; }._sp_w100 {width: 100%; }
}
._fs150 {font-size: 150% !important; }._fs145 {font-size: 145% !important; }._fs140 {font-size: 140% !important; }._fs135 {font-size: 135% !important; }._fs130 {font-size: 130% !important; }._fs125 {font-size: 125% !important; }._fs120 {font-size: 120% !important; }._fs115 {font-size: 115% !important; }._fs110 {font-size: 110% !important; }._fs105 {font-size: 105% !important; }._fs100 {font-size: 100% !important; }._fs95 {font-size: 95% !important; }._fs90 {font-size: 90% !important; }._fs85 {font-size: 85% !important; }._fs80 {font-size: 80% !important; }._fs75 {font-size: 75% !important; }._fs70 {font-size: 70% !important; }._fs65 {font-size: 65% !important; }._fs60 {font-size: 60% !important; }._fs55 {font-size: 55% !important; }._fs50 {font-size: 50% !important; }._fs45 {font-size: 45% !important; }._fs40 {font-size: 40% !important; }._fs35 {font-size: 35% !important; }._fs30 {font-size: 30% !important; }._fs25 {font-size: 25% !important; }._fs20 {font-size: 20% !important; }
._fw-100 {font-weight: 100; }._fw-200 {font-weight: 200; }._fw-300 {font-weight: 300; }._fw-400 {font-weight: 400; }._fw-500 {font-weight: 500; }._fw-600 {font-weight: 600; }._fw-700 {font-weight: 700; }._fw-800 {font-weight: 800; }._fw-900 {font-weight: 900; }
._lh-100{line-height: 1;}._lh-120{line-height: 1.2;}._lh-130{line-height: 1.3;}._lh-140{line-height: 1.4;}._lh-150{line-height: 1.5;}._lh-160{line-height: 1.6;}._lh-170{line-height: 1.7;}._lh-180{line-height: 1.8;}._lh-190{line-height: 1.9;}._lh-200{line-height: 2;}
._gcg01 {grid-column-gap: 1%; }._gcg02 {grid-column-gap: 2%; }._gcg03 {grid-column-gap: 3%; }._gcg04 {grid-column-gap: 4%; }._gcg05 {grid-column-gap: 5%; }._gcg06 {grid-column-gap: 6%; }._gcg07 {grid-column-gap: 7%; }._gcg08 {grid-column-gap: 8%; }._gcg09 {grid-column-gap: 9%; }._gcg010 {grid-column-gap: 10%; }
._a_fbox {display: flex;flex-flow:row wrap; }
._fd_row{flex-direction:row;}
._fd_r_reverse{flex-direction:row-reverse;}
._fd_column{flex-direction:column;}
._fd_c_reverse{flex-direction:column-reverse;}
._jcc {justify-content: center; }
._jcsb {justify-content: space-between; }
._jcfs {justify-content: flex-start; }
._jcfe {justify-content: flex-end; }
._faic {align-items: center; }
._fais {align-items: flex-start; }
._faie {align-items: flex-end; }
._txtl {text-align: left; }._txtr {text-align: right; }._txtc {text-align: center; }