@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&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%;
}
article,side,details,figcaption,figure,
header,menu,nav,section {
  display:block;
}
html, body {
	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;
}

._font-style1{font-family: "Zen Old Mincho", serif;}
/*
共通 end 
material start ******************************************* */


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

header {
	width:100%;
	height:130px;
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+42 */
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 42%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 42%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(255,255,255,1) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}
header section{
	width:1000px;
	margin:0 auto;
}
header section > span:before,
header section > span:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	opacity: 1;
}
header section > span:nth-of-type(1):before{
	width:145px;
	height:170px;
	background:url(../hanabi/img/img01.png) no-repeat;
	left:6%;
	top:0;
}
header section > span:nth-of-type(1):after{
	width:234px;
	height:248px;
	background:url(../hanabi/img/img02.png) no-repeat;
	left:10%;
	top:-63px;
}
header section > span:nth-of-type(2):before{
	width:143px;
	height:151px;
	background:url(../hanabi/img/img03.png) no-repeat;
	left:46%;
	top:26px;
}
header section > span:nth-of-type(2):after{
	width:123px;
	height:125px;
	background:url(../hanabi/img/img04.png) no-repeat;
	left:78%;
	top:-10px;
}
header section > span:nth-of-type(3):before{
	width:106px;
	height:106px;
	background:url(../hanabi/img/img05.png) no-repeat;
	left:84%;
	top:45px;
}
header section > span:nth-of-type(3):after{
	width:148px;
	height:149px;
	background:url(../hanabi/img/img06.png) no-repeat;
	left:88%;
	top:-35px;
}

header section > div{
	position:relative;
	z-index:2;
}
header section > div h1 {
	font-size:13px;
	padding:6px 0 0;
	letter-spacing:2.5px;
	line-height:1.5em;
	text-align:right;
}
header section > div h1 span{
	display:block;
	font-size:13px;
	color:#bc3f51;
	letter-spacing:2.5px;
	line-height:1.5em;
}
header section > div > a {
	float:left;
	width:411px;
	height:80px;
	display:block;
	margin-top:5px;
}
header section > div > a img{
	width:100%;
	max-width:411px;
	height:auto;
	display:block;
}
header section > div > label {
	float:right;
	margin-top:42px;
	position:relative;
	line-height:1.5em;
}
header section > div > label > p{
	font-size:12px;
	line-height:2.2em;
	font-weight:bold;
	letter-spacing:2px;
	color:#666;
	height:30px;
	float:left;
	background-color:#fff;
	background-image:url(../img/material/arrow-02.png);
	background-repeat:no-repeat;
	background-position:10px center;
	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 section > div > label 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 section > div > div option {
	padding:0;
	position:relative;
	left:-120px;
}



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


#mainNavi {
	position:relative;
	width:100%;
	height:50px;
	min-width:1000px;
	background:url(../img/material/img-bg01.jpg) repeat-x;
	z-index:10;
	overflow:hidden;
	box-shadow: 0 3px 3px 1px rgba(0,0,0,.4);
}
#mainNavi ul.menu {
	width:1000px;
	margin:0 auto;
}
#mainNavi ul.menu > li {
	float:left;
	width:20%;
	height:50px;
}
#mainNavi ul.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%;
	height:770px;
	margin:0 auto;
}




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

footer{
}
footer > div{
	width:100%;
	border-top:solid 5px #3287e5;
	background:url(../img/material/img-bg01.jpg);
	z-index:1;
}
footer > div > section{
	width:100%;
	max-width:1300px;
	min-width:1000px;
	margin:0 auto;
	padding:35px 0;
	position:relative;
}
footer > div > section:before{
	content:"";
	display:block;
	width:223px;
	height:255px;
	background:url(../img/material/footer-bg-l.png) no-repeat;
	background-size:cover;
	position:absolute;
	left:-185px;
	top:-26px;
	z-index:1;
}
footer > div > section:after{
	content:"";
	display:block;
	width:312px;
	height:346px;
	background:url(../img/material/footer-bg-r.png) no-repeat;
	position:absolute;
	right:-265px;
	bottom:-50px;
}
footer > div > section > h3{
	text-align:center;
	color:#fff;
	font-size:28px;
	line-height:1.5em;
}
footer > div > section > p{
	text-align:center;
	color:#fff;
	line-height:1.5em;
}
footer > div > section > div {
	overflow:hidden;
	padding:25px 0 15px;
	position:relative;
	z-index:3;
}
footer > div > section > div > ul {
	width:18%;
	margin:0 1%;
	float:left;
}
footer > div > section > div > ul > li{
	margin-top:2px;
}
footer > div > section > div > ul > li:first-child {
	border-bottom:2px solid rgba(255,255,255,.75);
	padding-bottom:3px;
	margin-bottom:5px;
}
footer > div > section > div > ul > li > a{
	display:block;
	position:relative;
	padding:3px 3px 3px 30px;
	line-height:1.5em;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	letter-spacing:.5px;
	border-radius:3px;
}
footer > div > section > div > ul > li:first-child > a{
	font-size:16px;
	font-weight:bold;
	padding:3px 6px;
}
footer > div > section > div > ul > li > a:hover{
	background-color:rgba(0,0,0,.2);
	color:#feffb2;
}
footer > div > section > div > ul > li > a:before{
	content:"";
	position:absolute;
	display:block;
	background:url(../img/material/arrow-03.png) no-repeat;
	width:9px;
	height:9px;
	left:15px;
	top:3px;
}
footer > div > section > 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;
}
section.top01 {
	overflow:hidden;
	width:1080px;
	margin:60px auto;
}
section.top01 > img {
	display:block;
	margin:55px 0 25px 60px;
}
section.top01 > div {
	float:right;
	overflow:hidden;
	margin-top:60px;
}
section.top01 > div > p{
	float:left;
	line-height:1.5em;
	margin-right:20px;
	font-size:15px;
}
section.top01 > div > img{
	display:block;
	padding-top:3px;
}

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

section.top02 > div > ul {
	margin:10px 1% 0;
}
section.top02 > div > ul > li{
	border-bottom:solid 1px #dcdcdc;
}
section.top02 > div > ul > li > a{
	text-decoration:none;
	position:relative;
	display:block;
	padding:7px 10px 5px;
}
section.top02 > div > ul > li > a > strong{
	position:absolute;
	left:0;
	top:10px;
	font-size:14px;
	color:#021b6f;
}
section.top02 > div > ul > li > a > span{
	position:absolute;
	left:125px;
	top:12px;
	font-size:13px;
	color:#fff;
	line-height:1em;
	padding:3px 6px;
	background-color:#021b6f;
	border-radius:3px;
}
section.top02 > div > ul > li > a > p{
	margin-left:225px;
	color:#343434;
}
section.top02 > div > ul > li > a:hover {
	background-color:#f3efe5;
}
section.top02 > div > ul > li > a:hover > p{
	text-decoration:underline;
}

section.top02 > div > div.f-sns {
	width:500px;
	margin-top:35px;
}
section.top02 > div > div.f-sns iframe.pc{
	display:block;
}
section.top02 > div > div.f-sns iframe.sp{
	display:none;
}

.h-title01 {
	min-height:50px;
	padding:7px 4% 5px 20px;
	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:200px;
	height:100%;
	background:url(../img/material/arrow-01.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	background-position:left center;
}

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

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

article.kaso {
	padding-bottom:150px;
}
section.c-con01 {
	background:url(../img/material/page-bg.jpg);
	background-position:center top;
	min-height:203px;
	text-align:center;
	padding:45px 0 25px;
	overflow:hidden;
}
section.c-con01 > h2 {
	font-size:28px;
	color:rgba(0,0,0,.75);
	letter-spacing:2px;
	display:inline-block;
	padding:0 60px;
	position:relative;
}
section.c-con01 > h2:before {
	content:"";
	width:45px;
	height:2px;
	background-color:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	left:0;
	top:25px;
}
section.c-con01 > h2:after {
	content:"";
	width:45px;
	height:2px;
	background-color:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	right:0;
	top:25px;
}
section.c-con01 > ul {
	overflow:hidden;
	width:1000px;
	margin:25px auto 0;
}
section.c-con01 > ul > li{
	display:inline-block;
	margin:5px 3px;
}
section.c-con01 > ul > 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/#b0d1ff+0,84b8ff+100 */
	background: rgb(176,209,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(176,209,255,1) 0%, rgba(132,184,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(176,209,255,1) 0%,rgba(132,184,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(176,209,255,1) 0%,rgba(132,184,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d1ff', endColorstr='#84b8ff',GradientType=0 ); /* IE6-9 */
}
section.c-con01 > ul > 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;
}

section.c-con02 {
	margin:70px auto 0;
	width:1000px;	
}

.a-list01 {
	margin:50px auto 0;
	width:80%;
}
.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:#4695ff;
}
.a-list01 td {
	width:40%;
}
.a-list01 td span{
	font-size:18px;
	display:block;
}
.a-list01 tbody > tr:first-child > td {
	background-color:#d7e9ff;
}
.a-list01 tbody > tr:nth-child(2) > td {
	font-weight:bold;
	color:#005dd9;
	font-size:27px;
	text-shadow: 1px 1px 2px rgba(0,93,217,.25);
}

.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:180px;
	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(110,144,255,.3);
	color:#2f52c6;
	margin:0 0 0 39%;
}
.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;
}
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:-25px;
	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:#2f52c6;
}
.a-list02 > ul > li.ar-br p{
	font-size:15px;
	color:#2f52c6;
}
.a-list02 > ul > li.ar-rl p{
	font-size:15px;
	color:#bb4444;
}

.a-list03 {
	width:100%;
	margin:75px auto 0;
}
.a-list03 th,
.a-list03 td{
	border:solid 1px #ccc;
	padding:3px 10px;
	vertical-align:middle;
}
.a-list03 th{
	background-color:#fff2cc;
}
.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 tr > td:first-child i{
	position:absolute;
	font-weight:bold;
	font-size:14px;
	left:10px;
	display:block;
	background-color:#efb914;
	color:#fff;
	width:80px;
	text-align:center;
	margin-top:5px;
	padding:0 6px;
	line-height:1.3em;
	border-radius:5px;
}

.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.addar01 > a{
	color:#6296c7;
}
.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:before{
    background-image: url(../img/material/arrow-05-2.png);
	background-color:#6296c7;
}
.a-list06{
	margin:50px auto 0;
	overflow:hidden;
}
.a-list06 > dt{
	float:left;
	width:500px;
}
.a-list06 > dt > a{
	display:block;
}
.a-list06 > dd > h3 {
	background-color:#348bbc;
	padding:15px 25px;
	font-size:22px;
	color:#fff;
	margin-top:10px;
}
.a-list06 > dd > ul {
	margin-top:15px;
}
.a-list06 > dd > ul > li {
	margin-top:3px;
	padding:3px;
	background-color:#def0fa;
	position:relative;
}
.a-list06 > dd > ul > li strong{
	position:absolute;
	color:#348bbc;
	top:17px;
	left:15px;
	font-size:20px;
}
.a-list06 > dd > ul > li p{
	background-color:#fff;
	margin-left:135px;
	padding:15px;
	font-size:20px;
}
.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-list06 > dd {
	margin-left:550px;
}

.a-list07 {
	margin:50px auto 0;
	overflow:hidden;
}
.a-list07 > li{
	width:33.333%;
	padding:10px;
	float:left;
}
.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.okaimg > li figcaption p{background-color:#fff1d2;}
.a-list07.okaimg > li figcaption:before{
	width:48px;
	height:48px;
	background:url(../img/material/arrow-20.png) no-repeat;
	background-size:contain;
	left:-28px;
}
.a-list07.aiimg > li figcaption p{background-color:#fffbd9;}
.a-list07.aiimg > li figcaption:before{
	width:47px;
	height:46px;
	background:url(../img/material/arrow-21.png) no-repeat;
	background-size:contain;
	left:-28px;
}
.a-list07.aiimg > li figcaption p,
.a-list07.okaimg > li figcaption p{
	font-size:16px;
	font-weight:bold;
	min-height:50px;
	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:#77a6f7;
}
.a-list10 > dl > dd{
	margin:10px 0 0;
	border-radius:10px;
	border:solid 3px #cedffa;
	padding:15px 25px;
}
.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,
.c-form ul{
	margin:25px 0 0;
	border:solid 1px #ccc;
}
.map > ul > li{
	position:relative;
	border-top:solid 1px #ccc;
}
.c-form ul > li{
	position:relative;
	border-top:solid 1px #ccc;
	overflow:hidden;
}
.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;
}
.c-form > div + div p{
	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;
}
div#wrapper.en section.top01 > div > p strong{
	font-size:30px;
	display:block;
}
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-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:"Nagoya Regional Immigration Bureau"!important;
	/*content:"Cục quản lý nhập cảnh Nagoya";*/
	content:"Nagoya Immigration Office";
	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:"Nagoya Immigration Office";
	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-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 #f4cbe9;
    color: #d248ad;
	margin-top:7px;
}

.blogcon > span {
	display:inline-block;
	background-color:#d248ad;
	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%;
}
.navi {
	margin:30px 2% 0;
}
.navi .page-numbers {
    display: inline-block;
    background-color:#d248ad;
	border:solid 1px #d248ad;
    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 (max-width: 1100px) {
	header section > span:nth-of-type(1):before,
	header section > span:nth-of-type(1):after{
		display:none;
}
	footer > div > section:before,
	footer > div > section:after{
		display:none;	
	}
}


@media (max-width: 798px){

	html, body {
		min-width: inherit;
	}
	section.top01,
	section.top02 > div{
		width:96%;
		margin:30px auto;
	}
	footer > div > section{
		max-width:inherit;
		min-width:inherit;
		width:96%;
	}
	header{
		height:inherit;
	}
	header section{
		width:100%;
	}
	header section > div{
		overflow:hidden;
		padding-bottom:10px;
	}
	header section:before{
		width:100%;
		height:155px;
		background-position:bottom;
		background-size:auto 100%;
		left:-115px;
	}
	header section:after{
		display:none;
	}
	header section > div h1{
		font-size:12px;
		font-weight:normal;
		height:50px;
		text-align:left;
		padding-left:55px;
	}
	header section > div > a{
		width:265px;
		height:50px;
		margin-left:4%;
	}
	header section > div > label{
		display:block;
		margin-top:10px;
		margin-right:4%;
	}
	header section > div > label > p{
		width:15px;
		text-indent:1%;
		white-space: nowrap;
		overflow:hidden;
		background-position: 15px center;
	}
	#main-img{
		height:255px;
	}
	.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;
	}
	section.top01 > 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 {
		background-position:center top;
	}
	section.top02 > div > ul{
		background-color:rgba(255,255,255,.9);
	}
	section.top02 > div > ul > li > a > strong{
		font-size:11px;
		left:13px;
	}
	section.top02 > div > ul > li > a > span{
		font-size:11px;
		left:100px;
	}
	section.top02 > div > ul > li > a > p{
		margin-left:0;
		margin-top:30px;
		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 > div:before{
		background-size:contain;
		width:150px;
		top:-40px;
	}
	footer > div:after{
		background-size:contain;
		width:200px;
		height:115px;
		bottom:-25px;
	}
	footer > div > section > h3{
		font-size:22px;
	}
	footer > div > section > p{
		font-size:14px;
	}
	section.c-con01{
		padding:15px 0;
	}
	section.c-con01 > h2{
		font-size:20px;
	}
	section.c-con01 > h2:before,
	section.c-con01 > h2:after{
		top:18px;
	}
	section.c-con01 > ul{
		width:100%;
		max-width:500px;
		margin-top:10px;
	}
	section.c-con01 > ul > li > a{
		font-size:14px;
		background-size:15px;
		padding: 6px 12px 6px 35px;
		min-height:inherit;
	}
	section.c-con01 > ul > li > a:before{
		background-size:33px;
		width:33px;
		height:32px;
	}
	section.c-con02{
		width:96%;
		max-width:500px;
		margin:30px auto 0;
	}
	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:2.5%;
		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!important;
		font-size:11px;
	}
	.a-list03 tr > td:nth-child(2),
	.a-list03 tr > td:nth-child(3){
		vertical-align:bottom;
	}
	.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-list04 > li {
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 2%;
	}
	.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;
		width: 140px;
	}
	.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-list07{
		margin:10px 0 0;
	}
	.a-list07 > li,
	.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 > div > div.f-sns{
		width:100%;
	}
	section.top02 > div > div.f-sns iframe.sp{
		display:block;
		margin:0 auto;
	}
	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;
	}

}/*****end @media (max-width: 798px)******/

   .f-sns {
       width: 1080px;
       margin: 60px auto;
}
@media (max-width: 798px){
   .f-sns {
       width: 100%;
	}
	iframe.sp{
    display: block;
    margin: 0 auto;
}
  div#wrapper.en article {
    background-color: rgba(0,0,0,0);
}
	
header section > div > label > p {
width: 140px;
text-indent: 1%;
}
	
}


._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: 798px) { ._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%; }
}
._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; }
._fs200 {font-size: 200% !important; }._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; }
._dp-b {display: block; }
._dp-ib {display: inline-block; }
._dp-i {display: inline; }
._txtl {text-align: left; }._txtr {text-align: right; }._txtc {text-align: center; }
@media screen and (max-width: 798px) {
  ._sp_txtl {text-align: left; }._sp_txtr {text-align: right; }._sp_txtc {text-align: center; }
  ._sp_jcc {justify-content: center; }._sp_jcsb {justify-content: space-between; }._sp_jcfs {justify-content: flex-start; }._sp_jcfe {justify-content: flex-end; }
  ._PCblock,._PCblock *{display: none;}
  ._sp_fs150 {font-size: 150% !important; }._sp_fs145 {font-size: 145% !important; }._sp_fs140 {font-size: 140% !important; }._sp_fs135 {font-size: 135% !important; }._sp_fs130 {font-size: 130% !important; }._sp_fs125 {font-size: 125% !important; }._sp_fs120 {font-size: 120% !important; }._sp_fs115 {font-size: 115% !important; }._sp_fs110 {font-size: 110% !important; }._sp_fs105 {font-size: 105% !important; }._sp_fs100 {font-size: 100% !important; }._sp_fs95 {font-size: 95% !important; }._sp_fs90 {font-size: 90% !important; }._sp_fs85 {font-size: 85% !important; }._sp_fs80 {font-size: 80% !important; }._sp_fs75 {font-size: 75% !important; }._sp_fs70 {font-size: 70% !important; }._sp_fs65 {font-size: 65% !important; }._sp_fs60 {font-size: 60% !important; }._sp_fs55 {font-size: 55% !important; }._sp_fs50 {font-size: 50% !important; }._sp_fs45 {font-size: 45% !important; }._sp_fs40 {font-size: 40% !important; }._sp_fs35 {font-size: 35% !important; }._sp_fs30 {font-size: 30% !important; }._sp_fs25 {font-size: 25% !important; }._sp_fs20 {font-size: 20% !important; }
}
@media screen and (min-width:799px){
  ._SPblock,._SPblock *{display: none;}
}


table._tablecourse{width: 100%;table-layout: fixed;}
table._tablecourse th,table._tablecourse td{border: solid 1px #ccc;padding: 3px 10px;vertical-align: middle;}
table._tablecourse th._bg,table._tablecourse tr._bg > *{background-color: #fff2cc;}
table._tablecourse th._none{border: none !important;}
table._tablecourse td{text-align: center;}
table._tablecourse td._txtr{text-align: right;}
table._tablecourse td:first-child{position: relative;padding-left: 4rem;}
table._tablecourse td:first-child i{position: absolute;
  font-weight: bold;
  font-size: 14px;
  left: 10px;
  display: block;
  background-color: #efb914;
  color: #fff;
  width: 3rem;
  text-align: center;
  margin-top: 5px;
  padding:
0 6px;
  line-height: 1.3em;
  border-radius:
5px;}
._dash-r-1{border-right: 2px dotted #CCC;}
@media screen and (max-width:798px) {
      .scroll{overflow-x: scroll;}
      .scroll::before{content: '横にスクロール Scroll horizontally→';display: block;font-size: 80%;color: #666;}
      .scroll > table{width: auto;table-layout: auto;}
      .scroll > table th{white-space: nowrap;}
      .scroll table ._dash-r-1{border-bottom: 1px dotted #CCC;padding-bottom: 0.5em;margin-bottom: 0.5em;border-right: none;}
      table._tablecourse,table._tablecourse *{font-size: 12px;}
}
